/* Start custom CSS for html, class: .elementor-element-91002a5 */.up-lao9-article {
  --up-bg: #0a0a0a;
  --up-panel: #131313;
  --up-panel-2: #1a1a1a;
  --up-text: #fff7ec;
  --up-muted: #d3c3ac;
  --up-gold: #ffbf55;
  --up-orange: #ff7b1a;
  --up-line: rgba(255, 191, 85, 0.18);
  --up-radius: 22px;
  --up-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);

  max-width: 1080px;
  margin: 0 auto;
  padding: 28px 18px 56px;
  color: var(--up-text);
  background:
    radial-gradient(circle at top left, rgba(255, 123, 26, 0.14), transparent 26%),
    radial-gradient(circle at 84% 8%, rgba(255, 191, 85, 0.12), transparent 24%),
    linear-gradient(180deg, #0a0a0a 0%, #080808 100%);
  border-radius: 28px;
  line-height: 1.8;
}

.up-lao9-article *,
.up-lao9-article *::before,
.up-lao9-article *::after {
  box-sizing: border-box;
}

.up-lao9-header,
.up-lao9-section,
.up-lao9-related,
.up-lao9-faq,
.up-lao9-cta {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    var(--up-panel);
  border: 1px solid var(--up-line);
  border-radius: var(--up-radius);
  box-shadow: var(--up-shadow);
}

.up-lao9-header {
  position: relative;
  overflow: hidden;
  padding: 34px 30px 28px;
  background:
    linear-gradient(135deg, rgba(255, 123, 26, 0.16), rgba(255, 191, 85, 0.05)),
    #101010;
}

.up-lao9-header::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -90px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 191, 85, 0.14), transparent 70%);
  pointer-events: none;
}

.up-lao9-kicker {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 191, 85, 0.08);
  border: 1px solid rgba(255, 191, 85, 0.22);
  color: var(--up-gold);
  font-size: 0.92rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.up-lao9-header h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: #fff8ee;
}

.up-lao9-lead {
  margin: 16px 0 0;
  max-width: 900px;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  color: var(--up-muted);
}

.up-lao9-featured,
.up-lao9-image {
  margin: 26px 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--up-line);
  box-shadow: var(--up-shadow);
  background: #111;
}

.up-lao9-featured img,
.up-lao9-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.up-lao9-featured:hover img,
.up-lao9-image:hover img {
  transform: scale(1.02);
  filter: saturate(1.04) contrast(1.03);
}

.up-lao9-section,
.up-lao9-related,
.up-lao9-faq,
.up-lao9-cta {
  margin-top: 24px;
  padding: 28px;
}

.up-lao9-section h2,
.up-lao9-related h2,
.up-lao9-faq h2,
.up-lao9-cta h2 {
  margin: 0 0 14px;
  color: #fff8ee;
  font-size: clamp(1.45rem, 2.3vw, 1.95rem);
  line-height: 1.32;
  letter-spacing: -0.02em;
}

.up-lao9-section h3 {
  margin: 0 0 8px;
  color: var(--up-gold);
  font-size: 1.08rem;
}

.up-lao9-section p,
.up-lao9-faq p,
.up-lao9-cta p {
  margin: 0 0 14px;
  color: var(--up-muted);
}

.up-lao9-section p:last-child,
.up-lao9-cta p:last-child,
.up-lao9-faq p:last-child {
  margin-bottom: 0;
}

.up-lao9-keylink,
.up-lao9-moneylink {
  color: var(--up-gold);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 191, 85, 0.34);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.up-lao9-keylink:hover,
.up-lao9-moneylink:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.up-lao9-note,
.up-lao9-warning {
  margin-top: 18px;
  padding: 18px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 123, 26, 0.1), rgba(255, 191, 85, 0.05)),
    rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 191, 85, 0.18);
  color: #faedd7;
}

.up-lao9-warning {
  background:
    linear-gradient(135deg, rgba(255, 123, 26, 0.14), rgba(255, 191, 85, 0.045)),
    rgba(255, 255, 255, 0.025);
  border-color: rgba(255, 123, 26, 0.28);
}

.up-lao9-tablewrap {
  margin-top: 18px;
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid rgba(255, 191, 85, 0.16);
}

.up-lao9-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  background: rgba(8, 8, 8, 0.9);
}

.up-lao9-table th,
.up-lao9-table td {
  padding: 15px 16px;
  text-align: left;
  vertical-align: top;
  color: var(--up-muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.up-lao9-table th {
  background: rgba(255, 123, 26, 0.14);
  color: #fff6e8;
  font-weight: 800;
}

.up-lao9-table tr:last-child td {
  border-bottom: 0;
}

.up-lao9-coregrid,
.up-lao9-flow,
.up-lao9-layergrid,
.up-lao9-relatedgrid {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.up-lao9-coregrid,
.up-lao9-flow,
.up-lao9-relatedgrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.up-lao9-layergrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.up-lao9-corecard,
.up-lao9-flow > div,
.up-lao9-layergrid > div {
  padding: 20px;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 123, 26, 0.09), rgba(255, 191, 85, 0.04)),
    var(--up-panel-2);
  border: 1px solid rgba(255, 191, 85, 0.14);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.up-lao9-corecard:hover,
.up-lao9-flow > div:hover,
.up-lao9-layergrid > div:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 191, 85, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 123, 26, 0.12), rgba(255, 191, 85, 0.06)),
    var(--up-panel-2);
}

.up-lao9-corecard {
  min-height: 210px;
}

.up-lao9-corecard span,
.up-lao9-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: #1a1005;
  background: linear-gradient(135deg, var(--up-gold), var(--up-orange));
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(255, 123, 26, 0.2);
}

.up-lao9-corecard span {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.up-lao9-flow span {
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.82rem;
}

.up-lao9-gradient {
  background:
    radial-gradient(circle at top left, rgba(255, 123, 26, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 191, 85, 0.08), rgba(255, 123, 26, 0.05)),
    #111111;
}

.up-lao9-checklist {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.up-lao9-checklist li {
  position: relative;
  padding: 13px 14px 13px 42px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--up-muted);
}

.up-lao9-checklist li::before {
  content: "✓";
  position: absolute;
  top: 12px;
  left: 15px;
  color: var(--up-gold);
  font-weight: 900;
}

.up-lao9-relatedgrid a {
  display: block;
  min-height: 124px;
  padding: 18px;
  border-radius: 18px;
  text-decoration: none;
  color: #fff7ec;
  background:
    linear-gradient(160deg, rgba(255, 123, 26, 0.11), rgba(255, 191, 85, 0.04)),
    var(--up-panel-2);
  border: 1px solid rgba(255, 191, 85, 0.14);
  font-weight: 800;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.up-lao9-relatedgrid a span {
  display: block;
  margin-bottom: 8px;
  color: var(--up-gold);
  font-size: 0.86rem;
}

.up-lao9-relatedgrid a:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 191, 85, 0.3);
}

.up-lao9-faq details {
  margin-top: 12px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 191, 85, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.up-lao9-faq summary {
  cursor: pointer;
  padding: 16px 18px;
  color: #fff6e8;
  font-weight: 800;
  outline: none;
}

.up-lao9-faq details > div {
  padding: 0 18px 18px;
}

.up-lao9-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  background:
    radial-gradient(circle at left, rgba(255, 123, 26, 0.18), transparent 38%),
    linear-gradient(135deg, rgba(255, 191, 85, 0.12), rgba(255, 123, 26, 0.1)),
    #101010;
}

.up-lao9-cta span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--up-gold);
  font-weight: 900;
}

.up-lao9-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  color: #1a1005;
  font-weight: 900;
  background: linear-gradient(135deg, var(--up-gold), var(--up-orange));
  box-shadow: 0 16px 32px rgba(255, 123, 26, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  white-space: nowrap;
}

.up-lao9-cta a:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 40px rgba(255, 123, 26, 0.28);
}

@media (max-width: 1024px) {
  .up-lao9-coregrid,
  .up-lao9-flow,
  .up-lao9-relatedgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .up-lao9-corecard {
    min-height: auto;
  }
}

@media (max-width: 820px) {
  .up-lao9-layergrid,
  .up-lao9-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .up-lao9-article {
    padding: 18px 12px 38px;
    border-radius: 22px;
  }

  .up-lao9-header,
  .up-lao9-section,
  .up-lao9-related,
  .up-lao9-faq,
  .up-lao9-cta {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .up-lao9-header h1 {
    letter-spacing: -0.025em;
  }

  .up-lao9-featured,
  .up-lao9-image {
    border-radius: 18px;
  }

  .up-lao9-coregrid,
  .up-lao9-flow,
  .up-lao9-relatedgrid {
    grid-template-columns: 1fr;
  }

  .up-lao9-relatedgrid a {
    min-height: auto;
  }

  .up-lao9-cta a {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}/* End custom CSS */