/* roulang page: index */
:root {
      --bg: #100b10;
      --bg-deep: #080609;
      --panel: #191119;
      --panel-soft: #221722;
      --card: #261927;
      --card-strong: #301d2f;
      --text: #fff7ee;
      --muted: #cbb7bd;
      --subtle: #8f7882;
      --line: rgba(255, 214, 170, .16);
      --line-strong: rgba(255, 214, 170, .32);
      --gold: #f4c46b;
      --wine: #8e2748;
      --rose: #d84c70;
      --cyan: #6df2d2;
      --green: #81d889;
      --shadow: 0 24px 70px rgba(0, 0, 0, .42);
      --shadow-hover: 0 34px 90px rgba(0, 0, 0, .56);
      --radius-lg: 28px;
      --radius-md: 20px;
      --radius-sm: 14px;
      --container: 1180px;
      --transition: 210ms ease;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      min-height: 100vh;
      font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
      color: var(--text);
      line-height: 1.72;
      background:
        radial-gradient(circle at 18% 8%, rgba(142, 39, 72, .38), transparent 34%),
        radial-gradient(circle at 86% 2%, rgba(109, 242, 210, .12), transparent 28%),
        linear-gradient(135deg, var(--bg-deep), var(--bg) 42%, #180b13);
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition);
    }

    a:hover {
      color: var(--gold);
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input {
      font: inherit;
    }

    .site-container {
      width: min(var(--container), calc(100% - 40px));
      margin: 0 auto;
    }

    .section-pad {
      padding: 84px 0;
    }

    .section-head {
      display: flex;
      justify-content: space-between;
      gap: 24px;
      align-items: flex-end;
      margin-bottom: 30px;
    }

    .section-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 12px;
      border: 1px solid var(--line);
      border-radius: 999px;
      color: var(--cyan);
      background: rgba(109, 242, 210, .08);
      font-size: 13px;
      letter-spacing: .03em;
    }

    .section-title {
      margin: 12px 0 0;
      font-size: clamp(28px, 4vw, 46px);
      line-height: 1.18;
      letter-spacing: -.04em;
      font-weight: 900;
    }

    .section-desc {
      max-width: 520px;
      margin: 0;
      color: var(--muted);
      font-size: 15px;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 1000;
      border-bottom: 1px solid var(--line);
      background: rgba(13, 8, 13, .82);
      backdrop-filter: blur(18px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
    }

    .navbar {
      padding: 16px 0;
    }

    .brand-logo {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-weight: 900;
      letter-spacing: -.04em;
      color: var(--text);
    }

    .brand-mark {
      width: 42px;
      height: 42px;
      border-radius: 15px;
      display: grid;
      place-items: center;
      color: #1b0f12;
      background: linear-gradient(135deg, var(--gold), #fff0bc);
      box-shadow: 0 12px 30px rgba(244, 196, 107, .22);
      font-weight: 950;
    }

    .brand-text {
      max-width: 310px;
      line-height: 1.15;
    }

    .navbar-toggler {
      border: 1px solid var(--line);
      border-radius: 14px;
      padding: 9px 11px;
      color: var(--text);
      background: rgba(255, 255, 255, .04);
    }

    .navbar-toggler:focus {
      box-shadow: 0 0 0 4px rgba(244, 196, 107, .16);
    }

    .nav-panel {
      justify-content: flex-end;
      gap: 16px;
    }

    .navbar-nav {
      gap: 8px;
      align-items: center;
    }

    .nav-link {
      color: var(--muted);
      border-radius: 999px;
      padding: 9px 14px !important;
      font-weight: 700;
      font-size: 14px;
    }

    .nav-link:hover,
    .nav-link.active {
      color: var(--text);
      background: rgba(244, 196, 107, .12);
      box-shadow: inset 0 0 0 1px var(--line);
    }

    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 10px 18px;
      border-radius: 999px;
      color: #180b12;
      background: linear-gradient(135deg, var(--gold), #ffe5a0);
      font-weight: 900;
      box-shadow: 0 15px 34px rgba(244, 196, 107, .24);
      border: 0;
      white-space: nowrap;
    }

    .nav-cta:hover {
      color: #10080c;
      transform: translateY(-2px);
      box-shadow: 0 22px 46px rgba(244, 196, 107, .32);
    }

    .hero {
      position: relative;
      padding: 86px 0 74px;
      overflow: hidden;
      border-bottom: 1px solid var(--line);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 22px auto auto 50%;
      width: min(860px, 90vw);
      height: 360px;
      transform: translateX(-50%) skewY(-4deg);
      border-radius: 42px;
      background:
        linear-gradient(135deg, rgba(216, 76, 112, .34), rgba(244, 196, 107, .12)),
        radial-gradient(circle at 50% 50%, rgba(109, 242, 210, .18), transparent 52%);
      filter: blur(.2px);
      opacity: .72;
      pointer-events: none;
    }

    .hero-grid {
      position: relative;
      display: grid;
      grid-template-columns: 1fr minmax(360px, 520px) 1fr;
      gap: 24px;
      align-items: center;
    }

    .hero-side {
      display: grid;
      gap: 18px;
    }

    .value-card,
    .stage-card,
    .mini-card,
    .feature-card,
    .track-card,
    .milestone-card,
    .news-card,
    .guarantee-card,
    .download-card,
    .faq-shell {
      border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(38, 25, 39, .92), rgba(21, 13, 21, .92));
      border-radius: var(--radius-md);
      box-shadow: var(--shadow);
    }

    .value-card {
      padding: 20px;
      min-height: 150px;
      position: relative;
      overflow: hidden;
    }

    .value-card::after {
      content: "";
      position: absolute;
      right: -30px;
      top: -35px;
      width: 110px;
      height: 110px;
      border-radius: 50%;
      background: rgba(244, 196, 107, .12);
    }

    .value-card strong {
      display: block;
      margin-bottom: 8px;
      font-size: 18px;
      color: var(--gold);
    }

    .value-card p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
    }

    .stage-card {
      padding: 28px;
      text-align: center;
      position: relative;
      overflow: hidden;
      transform: translateY(8px);
    }

    .stage-card::before {
      content: "";
      position: absolute;
      inset: 18px;
      border-radius: 28px;
      border: 1px dashed rgba(244, 196, 107, .24);
      pointer-events: none;
    }

    .stage-screen {
      position: relative;
      min-height: 420px;
      border-radius: 30px;
      padding: 28px;
      background:
        linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02)),
        radial-gradient(circle at 50% 20%, rgba(244, 196, 107, .26), transparent 46%);
      display: flex;
      flex-direction: column;
      justify-content: center;
      border: 1px solid rgba(255, 255, 255, .1);
    }

    .status-badge {
      display: inline-flex;
      width: fit-content;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      border-radius: 999px;
      background: rgba(129, 216, 137, .12);
      color: #a9f3b1;
      border: 1px solid rgba(129, 216, 137, .28);
      font-size: 13px;
      font-weight: 800;
      margin: 0 auto 18px;
    }

    .hero h1 {
      margin: 0;
      font-size: clamp(34px, 5vw, 58px);
      line-height: 1.08;
      letter-spacing: -.06em;
      font-weight: 950;
    }

    .hero-intro {
      margin: 20px auto 0;
      max-width: 520px;
      color: var(--muted);
      font-size: 16px;
    }

    .hero-actions {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 26px;
    }

    .btn-glow,
    .btn-ghost,
    .btn-soft {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border-radius: 999px;
      min-height: 46px;
      padding: 11px 18px;
      font-weight: 900;
      border: 1px solid transparent;
      transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), background var(--transition);
    }

    .btn-glow {
      color: #1b0f12;
      background: linear-gradient(135deg, var(--gold), #fff0b7);
      box-shadow: 0 18px 42px rgba(244, 196, 107, .28);
    }

    .btn-glow:hover {
      color: #12090d;
      transform: translateY(-2px) scale(1.02);
      box-shadow: 0 26px 56px rgba(244, 196, 107, .38);
    }

    .btn-ghost {
      color: var(--text);
      background: rgba(255, 255, 255, .05);
      border-color: var(--line);
    }

    .btn-ghost:hover {
      color: var(--gold);
      transform: translateY(-2px);
      background: rgba(244, 196, 107, .08);
      border-color: var(--line-strong);
    }

    .btn-soft {
      color: var(--cyan);
      background: rgba(109, 242, 210, .08);
      border-color: rgba(109, 242, 210, .22);
    }

    .data-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      margin-top: 24px;
    }

    .data-pill {
      border-radius: 16px;
      padding: 12px 8px;
      background: rgba(0, 0, 0, .22);
      border: 1px solid var(--line);
    }

    .data-pill b {
      display: block;
      color: var(--gold);
      font-size: 20px;
      line-height: 1;
    }

    .data-pill span {
      color: var(--subtle);
      font-size: 12px;
    }

    .entry-matrix {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    .mini-card {
      padding: 20px;
      min-height: 178px;
      transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
      position: relative;
      overflow: hidden;
    }

    .mini-card:hover,
    .feature-card:hover,
    .track-card:hover,
    .milestone-card:hover,
    .news-card:hover,
    .guarantee-card:hover {
      transform: translateY(-6px) scale(1.018);
      border-color: rgba(244, 196, 107, .42);
      box-shadow: var(--shadow-hover);
    }

    .mini-num {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      color: #1b0f12;
      background: var(--gold);
      font-weight: 950;
      margin-bottom: 16px;
    }

    .mini-card h3,
    .feature-card h3,
    .track-card h3,
    .milestone-card h3,
    .news-card h3,
    .guarantee-card h3 {
      margin: 0 0 8px;
      font-size: 18px;
      font-weight: 900;
      letter-spacing: -.02em;
    }

    .mini-card p,
    .feature-card p,
    .track-card p,
    .milestone-card p,
    .news-card p,
    .guarantee-card p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
    }

    .steps-band {
      background: linear-gradient(90deg, rgba(142, 39, 72, .18), rgba(36, 22, 34, .82), rgba(109, 242, 210, .08));
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .feature-grid {
      display: grid;
      grid-template-columns: 1.15fr .85fr;
      gap: 22px;
      align-items: stretch;
    }

    .feature-card {
      padding: 24px;
      transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    }

    .feature-list {
      display: grid;
      gap: 14px;
    }

    .check-item {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      padding: 14px;
      border-radius: 16px;
      border: 1px solid var(--line);
      background: rgba(255, 255, 255, .035);
    }

    .check-dot {
      flex: 0 0 22px;
      width: 22px;
      height: 22px;
      border-radius: 8px;
      background: rgba(109, 242, 210, .14);
      border: 1px solid rgba(109, 242, 210, .3);
      color: var(--cyan);
      display: grid;
      place-items: center;
      font-size: 12px;
      font-weight: 950;
      margin-top: 2px;
    }

    .track-wrap {
      position: relative;
      overflow: hidden;
    }

    .h-track {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: minmax(250px, 31%);
      gap: 18px;
      overflow-x: auto;
      padding: 4px 4px 24px;
      scroll-snap-type: x mandatory;
      scrollbar-width: thin;
      scrollbar-color: var(--gold) rgba(255, 255, 255, .08);
    }

    .track-card {
      scroll-snap-align: start;
      min-height: 260px;
      padding: 18px;
      position: relative;
      overflow: hidden;
      transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    }

    .thumb {
      height: 126px;
      border-radius: 18px;
      margin-bottom: 14px;
      background:
        linear-gradient(135deg, rgba(216, 76, 112, .36), rgba(244, 196, 107, .18)),
        radial-gradient(circle at 24% 24%, rgba(255, 255, 255, .16), transparent 28%),
        #1b101b;
      border: 1px solid rgba(255, 255, 255, .09);
      position: relative;
      overflow: hidden;
    }

    .thumb::after {
      content: attr(data-label);
      position: absolute;
      left: 12px;
      bottom: 12px;
      right: 12px;
      padding: 9px 10px;
      border-radius: 12px;
      background: rgba(8, 6, 9, .72);
      color: var(--text);
      font-size: 13px;
      font-weight: 850;
      backdrop-filter: blur(10px);
    }

    .tag-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 14px;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 10px;
      border-radius: 999px;
      color: var(--muted);
      border: 1px solid var(--line);
      background: rgba(255, 255, 255, .035);
      font-size: 12px;
      font-weight: 750;
    }

    .tag.hot {
      color: var(--gold);
      border-color: rgba(244, 196, 107, .32);
      background: rgba(244, 196, 107, .08);
    }

    .progress-panel {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 22px;
      align-items: stretch;
    }

    .progress-card {
      padding: 28px;
      border-radius: var(--radius-lg);
      border: 1px solid var(--line);
      background:
        linear-gradient(145deg, rgba(48, 29, 47, .94), rgba(20, 12, 20, .96)),
        radial-gradient(circle at top right, rgba(244, 196, 107, .18), transparent 40%);
      box-shadow: var(--shadow);
    }

    .progress {
      height: 14px;
      border-radius: 999px;
      background: rgba(255, 255, 255, .08);
      overflow: visible;
      margin: 24px 0 18px;
    }

    .progress-bar {
      border-radius: 999px;
      background: linear-gradient(90deg, var(--wine), var(--gold), var(--cyan));
      box-shadow: 0 0 24px rgba(244, 196, 107, .3);
    }

    .stage-list {
      display: grid;
      gap: 12px;
    }

    .stage-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 13px 14px;
      border-radius: 16px;
      background: rgba(255, 255, 255, .04);
      border: 1px solid var(--line);
      color: var(--muted);
    }

    .stage-item b {
      color: var(--text);
    }

    .chip {
      white-space: nowrap;
      border-radius: 999px;
      padding: 5px 9px;
      font-size: 12px;
      font-weight: 850;
      color: #182018;
      background: var(--green);
    }

    .chip.wait {
      color: var(--gold);
      background: rgba(244, 196, 107, .1);
      border: 1px solid rgba(244, 196, 107, .26);
    }

    .milestone-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .milestone-card {
      padding: 22px;
      transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    }

    .milestone-card time {
      display: inline-flex;
      color: var(--cyan);
      font-size: 13px;
      margin-bottom: 10px;
      font-weight: 850;
    }

    .news-layout {
      display: grid;
      grid-template-columns: 1.15fr .85fr;
      gap: 22px;
    }

    .news-list {
      display: grid;
      gap: 12px;
    }

    .news-link {
      display: grid;
      grid-template-columns: 110px 1fr auto;
      gap: 16px;
      align-items: center;
      padding: 16px;
      border-radius: 18px;
      border: 1px solid var(--line);
      background: rgba(255, 255, 255, .035);
    }

    .news-link:hover {
      transform: translateX(4px);
      background: rgba(244, 196, 107, .07);
      border-color: rgba(244, 196, 107, .34);
    }

    .news-link span {
      color: var(--subtle);
      font-size: 13px;
    }

    .news-link b {
      color: var(--text);
      font-size: 16px;
    }

    .news-link em {
      color: var(--gold);
      font-style: normal;
      font-weight: 900;
    }

    .news-card {
      padding: 24px;
      transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    }

    .guarantee-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .guarantee-card {
      padding: 24px;
      transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    }

    .icon-box {
      width: 48px;
      height: 48px;
      border-radius: 16px;
      display: grid;
      place-items: center;
      margin-bottom: 16px;
      color: var(--gold);
      background: rgba(244, 196, 107, .1);
      border: 1px solid rgba(244, 196, 107, .24);
      font-weight: 950;
    }

    .download-card {
      padding: 34px;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 28px;
      align-items: center;
      background:
        linear-gradient(135deg, rgba(142, 39, 72, .32), rgba(36, 22, 34, .94)),
        radial-gradient(circle at 78% 20%, rgba(109, 242, 210, .12), transparent 36%);
    }

    .search-box {
      display: flex;
      gap: 10px;
      padding: 8px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: rgba(0, 0, 0, .24);
      min-width: min(420px, 100%);
    }

    .search-box input {
      flex: 1;
      min-width: 0;
      border: 0;
      outline: 0;
      color: var(--text);
      background: transparent;
      padding: 0 10px;
    }

    .search-box input::placeholder {
      color: var(--subtle);
    }

    .search-box:focus-within {
      border-color: rgba(109, 242, 210, .42);
      box-shadow: 0 0 0 4px rgba(109, 242, 210, .1);
    }

    .accordion {
      --bs-accordion-bg: transparent;
      --bs-accordion-border-color: var(--line);
      --bs-accordion-color: var(--text);
      --bs-accordion-btn-color: var(--text);
      --bs-accordion-active-color: var(--gold);
      --bs-accordion-active-bg: rgba(244, 196, 107, .08);
      --bs-accordion-btn-focus-box-shadow: 0 0 0 4px rgba(244, 196, 107, .12);
    }

    .faq-shell {
      padding: 18px;
    }

    .accordion-item {
      border-radius: 18px !important;
      overflow: hidden;
      margin-bottom: 12px;
      background: rgba(255, 255, 255, .035);
      border: 1px solid var(--line) !important;
    }

    .accordion-button {
      font-weight: 900;
      border-radius: 18px !important;
      box-shadow: none;
    }

    .accordion-button::after {
      filter: invert(1);
      opacity: .75;
    }

    .accordion-body {
      color: var(--muted);
      padding-top: 0;
    }

    .site-footer {
      padding: 54px 0 28px;
      border-top: 1px solid var(--line);
      background: rgba(8, 6, 9, .72);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr .8fr .8fr 1fr;
      gap: 28px;
      margin-bottom: 34px;
    }

    .footer-title {
      margin: 0 0 14px;
      font-size: 16px;
      color: var(--gold);
      font-weight: 950;
    }

    .footer-text,
    .footer-links a,
    .copyright {
      color: var(--muted);
      font-size: 14px;
    }

    .footer-links {
      display: grid;
      gap: 8px;
    }

    .footer-links a:hover {
      color: var(--gold);
      transform: translateX(3px);
    }

    .footer-note {
      padding: 16px;
      border-radius: 18px;
      border: 1px solid var(--line);
      background: rgba(255, 255, 255, .035);
      color: var(--muted);
      font-size: 13px;
    }

    .copyright {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      padding-top: 22px;
      border-top: 1px solid var(--line);
      flex-wrap: wrap;
    }

    @media (max-width: 1199px) {
      .hero-grid {
        grid-template-columns: .9fr 1.1fr;
      }

      .hero-side.right {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, 1fr);
      }

      .entry-matrix,
      .milestone-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .h-track {
        grid-auto-columns: minmax(240px, 42%);
      }
    }

    @media (max-width: 991px) {
      .site-container {
        width: min(100% - 28px, var(--container));
      }

      .navbar-collapse {
        margin-top: 14px;
        padding: 14px;
        border-radius: 20px;
        border: 1px solid var(--line);
        background: rgba(18, 11, 18, .96);
      }

      .navbar-nav {
        align-items: stretch;
      }

      .nav-cta {
        width: 100%;
        margin-top: 8px;
      }

      .hero-grid,
      .feature-grid,
      .progress-panel,
      .news-layout,
      .download-card {
        grid-template-columns: 1fr;
      }

      .hero-side {
        grid-template-columns: repeat(2, 1fr);
      }

      .stage-card {
        order: -1;
      }

      .guarantee-strip {
        grid-template-columns: 1fr;
      }

      .footer-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 575px) {
      .section-pad {
        padding: 58px 0;
      }

      .section-head {
        display: block;
      }

      .section-desc {
        margin-top: 14px;
      }

      .brand-text {
        max-width: 210px;
        font-size: 14px;
      }

      .hero {
        padding: 54px 0 56px;
      }

      .hero-side,
      .hero-side.right,
      .entry-matrix,
      .milestone-grid,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .stage-screen {
        min-height: auto;
        padding: 22px;
      }

      .hero h1 {
        font-size: 34px;
      }

      .hero-intro {
        font-size: 15px;
      }

      .hero-actions,
      .data-row {
        grid-template-columns: 1fr;
        display: grid;
      }

      .btn-glow,
      .btn-ghost,
      .btn-soft {
        width: 100%;
      }

      .h-track {
        grid-auto-columns: minmax(230px, 86%);
      }

      .news-link {
        grid-template-columns: 1fr;
        gap: 6px;
      }

      .download-card {
        padding: 24px;
      }

      .search-box {
        border-radius: 22px;
        flex-direction: column;
      }

      .search-box .btn-glow {
        min-height: 42px;
      }

      .copyright {
        display: grid;
      }
    }

/* roulang page: category1 */
:root{
      --bg:#0b090d;
      --bg-soft:#141018;
      --panel:#1d151f;
      --panel-2:#251927;
      --card:#211725;
      --card-hover:#2b1d30;
      --text:#fff7ed;
      --muted:#c9b7ad;
      --muted-2:#937f79;
      --line:rgba(255,232,198,.14);
      --line-strong:rgba(255,198,111,.32);
      --primary:#b8334b;
      --primary-2:#ef6f61;
      --gold:#f3bd67;
      --cyan:#61d6c8;
      --green:#7bd88f;
      --danger:#ff6b8a;
      --shadow:0 18px 50px rgba(0,0,0,.34);
      --shadow-strong:0 24px 70px rgba(0,0,0,.48);
      --radius:22px;
      --radius-sm:14px;
      --radius-lg:30px;
      --header-h:76px;
      --ease:180ms ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-height:100vh;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 12% 0%,rgba(184,51,75,.2),transparent 28%),
        radial-gradient(circle at 84% 10%,rgba(97,214,200,.11),transparent 26%),
        linear-gradient(180deg,#100b12 0%,var(--bg) 48%,#08070a 100%);
      line-height:1.7;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:color var(--ease),background var(--ease),border-color var(--ease),transform var(--ease)}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    button:focus-visible,a:focus-visible,input:focus-visible{
      outline:3px solid rgba(243,189,103,.42);
      outline-offset:3px;
      border-radius:12px;
    }
    .site-container{
      width:min(1180px,calc(100% - 40px));
      margin-inline:auto;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(11,9,13,.84);
      backdrop-filter:blur(18px);
      border-bottom:1px solid var(--line);
      box-shadow:0 10px 28px rgba(0,0,0,.26);
    }
    .navbar{min-height:var(--header-h);padding:12px 0}
    .brand-logo{
      display:inline-flex;
      align-items:center;
      gap:12px;
      min-width:0;
      font-weight:900;
      letter-spacing:-.02em;
    }
    .brand-mark{
      width:42px;height:42px;
      display:grid;place-items:center;
      flex:0 0 42px;
      border-radius:15px;
      color:#1b0e10;
      background:linear-gradient(135deg,var(--gold),#ffe2a4 48%,var(--primary-2));
      box-shadow:0 10px 28px rgba(239,111,97,.28);
      font-size:22px;
      font-weight:950;
    }
    .brand-text{
      font-size:17px;
      color:var(--text);
      max-width:310px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .navbar-toggler{
      border:1px solid var(--line-strong);
      color:var(--text);
      background:rgba(255,255,255,.04);
      border-radius:14px;
      padding:9px 13px;
      box-shadow:none!important;
    }
    .nav-panel{gap:18px}
    .navbar-nav{
      align-items:center;
      gap:6px;
      padding:6px;
      border:1px solid rgba(255,255,255,.08);
      border-radius:999px;
      background:rgba(255,255,255,.035);
    }
    .nav-link{
      color:var(--muted);
      padding:9px 15px!important;
      border-radius:999px;
      font-size:14px;
      font-weight:800;
    }
    .nav-link:hover{color:var(--text);background:rgba(255,255,255,.07)}
    .nav-link.active{
      color:#180b10!important;
      background:linear-gradient(135deg,var(--gold),#ffd08a);
      box-shadow:0 10px 24px rgba(243,189,103,.18);
    }
    .nav-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      white-space:nowrap;
      padding:12px 18px;
      border-radius:999px;
      font-size:14px;
      font-weight:950;
      color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      box-shadow:0 14px 34px rgba(184,51,75,.32);
      border:1px solid rgba(255,255,255,.12);
    }
    .nav-cta:hover{color:#fff;transform:translateY(-2px);box-shadow:0 18px 44px rgba(184,51,75,.42)}
    .top-strip{
      background:linear-gradient(90deg,rgba(243,189,103,.14),rgba(97,214,200,.08),rgba(184,51,75,.12));
      border-bottom:1px solid var(--line);
      color:var(--muted);
      font-size:13px;
    }
    .top-strip-inner{
      min-height:44px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
    }
    .strip-tags{display:flex;gap:8px;flex-wrap:wrap}
    .mini-chip{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border:1px solid rgba(255,255,255,.11);
      background:rgba(255,255,255,.04);
      color:var(--muted);
      border-radius:999px;
      padding:5px 10px;
      font-size:12px;
      font-weight:800;
    }
    .mini-chip strong{color:var(--gold)}
    .compact-hero{
      padding:34px 0 26px;
      border-bottom:1px solid var(--line);
      background:
        linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.015)),
        radial-gradient(circle at 75% 12%,rgba(239,111,97,.16),transparent 34%);
    }
    .breadcrumb-line{
      display:flex;
      align-items:center;
      gap:9px;
      flex-wrap:wrap;
      color:var(--muted-2);
      font-size:13px;
      margin-bottom:14px;
    }
    .breadcrumb-line a:hover{color:var(--gold)}
    .hero-grid{
      display:grid;
      grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);
      gap:22px;
      align-items:stretch;
    }
    .hero-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--gold);
      font-size:13px;
      font-weight:900;
      letter-spacing:.04em;
      margin-bottom:10px;
    }
    .hero-kicker::before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 6px rgba(123,216,143,.12);
    }
    h1{
      margin:0;
      font-size:clamp(30px,4vw,48px);
      line-height:1.12;
      letter-spacing:-.045em;
      font-weight:950;
    }
    .hero-desc{
      color:var(--muted);
      max-width:780px;
      margin:14px 0 0;
      font-size:16px;
    }
    .hero-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin-top:20px;
    }
    .btn-main,.btn-ghost,.btn-soft{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:999px;
      padding:12px 18px;
      font-weight:950;
      border:1px solid transparent;
      transition:transform var(--ease),box-shadow var(--ease),background var(--ease),border-color var(--ease);
    }
    .btn-main{
      color:#1a0a0f;
      background:linear-gradient(135deg,var(--gold),#ffe0a1);
      box-shadow:0 16px 38px rgba(243,189,103,.22);
    }
    .btn-main:hover{color:#1a0a0f;transform:translateY(-2px);box-shadow:0 22px 52px rgba(243,189,103,.3)}
    .btn-ghost{
      color:var(--text);
      background:rgba(255,255,255,.045);
      border-color:var(--line-strong);
    }
    .btn-ghost:hover{color:var(--text);transform:translateY(-2px);background:rgba(255,255,255,.075);border-color:rgba(243,189,103,.48)}
    .btn-soft{
      color:var(--text);
      background:rgba(184,51,75,.16);
      border-color:rgba(239,111,97,.24);
      padding:10px 14px;
      font-size:13px;
    }
    .btn-soft:hover{color:var(--text);transform:translateY(-2px);background:rgba(184,51,75,.24)}
    .hero-panel{
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));
      box-shadow:var(--shadow);
      padding:18px;
    }
    .status-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}
    .status-item{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:12px;
      border-radius:16px;
      background:rgba(0,0,0,.2);
      border:1px solid rgba(255,255,255,.08);
    }
    .status-item span:first-child{font-weight:900;color:var(--text)}
    .status-item span:last-child{font-size:12px;color:var(--gold);font-weight:900}
    main{padding:34px 0 0}
    .section{padding:34px 0}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:20px;
      margin-bottom:18px;
    }
    .section-title{
      margin:0;
      font-size:clamp(22px,2.6vw,32px);
      font-weight:950;
      letter-spacing:-.035em;
    }
    .section-note{
      margin:6px 0 0;
      color:var(--muted);
      max-width:700px;
      font-size:14px;
    }
    .layout-grid{
      display:grid;
      grid-template-columns:280px minmax(0,1fr);
      gap:22px;
      align-items:start;
    }
    .filter-sidebar{
      position:sticky;
      top:96px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:linear-gradient(180deg,rgba(37,25,39,.92),rgba(20,16,24,.92));
      box-shadow:var(--shadow);
      padding:18px;
    }
    .filter-title{
      margin:0 0 12px;
      font-size:17px;
      font-weight:950;
    }
    .filter-group{
      padding:14px 0;
      border-top:1px solid rgba(255,255,255,.08);
    }
    .filter-group:first-of-type{border-top:0;padding-top:0}
    .filter-label{
      display:flex;
      justify-content:space-between;
      color:var(--gold);
      font-size:13px;
      font-weight:950;
      margin-bottom:9px;
    }
    .filter-links{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }
    .filter-links a,.filter-links button{
      border:1px solid rgba(255,255,255,.1);
      background:rgba(255,255,255,.045);
      color:var(--muted);
      border-radius:999px;
      padding:7px 10px;
      font-size:12px;
      font-weight:850;
    }
    .filter-links a:hover,.filter-links button:hover,.filter-links .selected{
      color:#170c10;
      background:linear-gradient(135deg,var(--gold),#ffd99b);
      border-color:transparent;
    }
    .filter-tip{
      margin-top:12px;
      color:var(--muted-2);
      font-size:12px;
      line-height:1.65;
    }
    .content-panel{
      min-width:0;
      display:grid;
      gap:22px;
    }
    .toolbar{
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:rgba(255,255,255,.045);
      padding:14px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
    }
    .search-box{
      display:flex;
      align-items:center;
      min-width:min(100%,410px);
      border:1px solid rgba(255,255,255,.1);
      border-radius:999px;
      overflow:hidden;
      background:rgba(0,0,0,.22);
    }
    .search-box input{
      width:100%;
      min-width:0;
      border:0;
      outline:0;
      color:var(--text);
      background:transparent;
      padding:11px 14px;
    }
    .search-box input::placeholder{color:var(--muted-2)}
    .search-box button{
      border:0;
      color:#180b10;
      background:linear-gradient(135deg,var(--gold),#ffe1a4);
      padding:11px 16px;
      font-weight:950;
      white-space:nowrap;
    }
    .sort-actions{display:flex;gap:8px;flex-wrap:wrap}
    .sort-actions button{
      border:1px solid rgba(255,255,255,.1);
      background:rgba(255,255,255,.05);
      color:var(--muted);
      border-radius:999px;
      padding:9px 12px;
      font-weight:850;
      font-size:13px;
    }
    .sort-actions button.active,.sort-actions button:hover{
      color:var(--text);
      border-color:rgba(97,214,200,.38);
      background:rgba(97,214,200,.12);
    }
    .rail-wrap{
      overflow:hidden;
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      background:
        linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02)),
        radial-gradient(circle at 15% 0%,rgba(184,51,75,.18),transparent 34%);
      padding:18px;
      box-shadow:var(--shadow);
    }
    .entry-rail{
      display:flex;
      gap:16px;
      overflow-x:auto;
      padding:4px 4px 16px;
      scroll-snap-type:x mandatory;
      scrollbar-color:rgba(243,189,103,.55) rgba(255,255,255,.06);
    }
    .entry-rail::-webkit-scrollbar{height:8px}
    .entry-rail::-webkit-scrollbar-track{background:rgba(255,255,255,.06);border-radius:999px}
    .entry-rail::-webkit-scrollbar-thumb{background:rgba(243,189,103,.55);border-radius:999px}
    .entry-card{
      position:relative;
      flex:0 0 285px;
      min-height:245px;
      scroll-snap-align:start;
      border:1px solid rgba(255,255,255,.1);
      border-radius:24px;
      overflow:hidden;
      background:var(--card);
      box-shadow:0 12px 34px rgba(0,0,0,.28);
      transition:transform 220ms ease,box-shadow 220ms ease,border-color 220ms ease,background 220ms ease;
    }
    .entry-card:hover{
      transform:translateY(-5px) scale(1.025);
      border-color:rgba(243,189,103,.5);
      background:var(--card-hover);
      box-shadow:var(--shadow-strong);
    }
    .thumb{
      height:112px;
      position:relative;
      background:
        linear-gradient(135deg,rgba(184,51,75,.55),rgba(97,214,200,.18)),
        radial-gradient(circle at 30% 25%,rgba(255,255,255,.22),transparent 28%),
        #1a111d;
    }
    .thumb::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.64));
    }
    .entry-badge{
      position:absolute;
      top:12px;left:12px;
      z-index:1;
      color:#180b10;
      background:linear-gradient(135deg,var(--gold),#ffe2aa);
      border-radius:999px;
      padding:5px 9px;
      font-size:12px;
      font-weight:950;
    }
    .entry-state{
      position:absolute;
      top:12px;right:12px;
      z-index:1;
      color:var(--text);
      background:rgba(0,0,0,.48);
      border:1px solid rgba(255,255,255,.16);
      border-radius:999px;
      padding:5px 9px;
      font-size:12px;
      font-weight:900;
      backdrop-filter:blur(10px);
    }
    .entry-body{padding:15px}
    .entry-title{
      margin:0 0 7px;
      font-size:18px;
      font-weight:950;
      letter-spacing:-.02em;
    }
    .entry-desc{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.65;
    }
    .tag-row{
      display:flex;
      gap:7px;
      flex-wrap:wrap;
      margin-top:12px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      border:1px solid rgba(255,255,255,.1);
      color:var(--muted);
      background:rgba(0,0,0,.18);
      border-radius:999px;
      padding:5px 8px;
      font-size:12px;
      font-weight:850;
    }
    .card-actions{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:10px;
      margin-top:13px;
    }
    .small-action{
      color:var(--text);
      border:1px solid rgba(243,189,103,.32);
      border-radius:999px;
      padding:7px 10px;
      font-size:12px;
      font-weight:950;
      background:rgba(243,189,103,.08);
    }
    .small-action:hover{color:#180b10;background:var(--gold)}
    .meta-dot{
      color:var(--muted-2);
      font-size:12px;
      font-weight:850;
    }
    .info-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:16px;
    }
    .info-card{
      position:relative;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
      padding:18px;
      box-shadow:0 12px 36px rgba(0,0,0,.24);
      transition:transform 220ms ease,box-shadow 220ms ease,border-color 220ms ease;
      overflow:hidden;
    }
    .info-card::before{
      content:"";
      position:absolute;
      inset:auto -30px -42px auto;
      width:130px;height:130px;border-radius:50%;
      background:rgba(97,214,200,.08);
    }
    .info-card:hover{transform:translateY(-4px);border-color:rgba(97,214,200,.34);box-shadow:var(--shadow)}
    .info-num{
      width:38px;height:38px;
      display:grid;place-items:center;
      border-radius:14px;
      color:#180b10;
      background:linear-gradient(135deg,var(--cyan),#d9fff8);
      font-weight:950;
      margin-bottom:12px;
    }
    .info-card h3{margin:0 0 8px;font-size:17px;font-weight:950}
    .info-card p{margin:0;color:var(--muted);font-size:13px}
    .progress-panel{
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      background:
        linear-gradient(135deg,rgba(184,51,75,.18),rgba(243,189,103,.08)),
        rgba(255,255,255,.035);
      padding:22px;
      box-shadow:var(--shadow);
    }
    .progress-top{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:18px;
      margin-bottom:18px;
    }
    .progress-top h2{margin:0;font-size:26px;font-weight:950;letter-spacing:-.03em}
    .progress-top p{margin:7px 0 0;color:var(--muted);max-width:680px;font-size:14px}
    .progress-line{
      height:12px;
      border-radius:999px;
      background:rgba(0,0,0,.3);
      border:1px solid rgba(255,255,255,.08);
      overflow:hidden;
      margin:18px 0;
    }
    .progress-line span{
      display:block;
      width:76%;
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg,var(--primary),var(--gold),var(--cyan));
      box-shadow:0 0 22px rgba(243,189,103,.22);
    }
    .stage-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:12px;
    }
    .stage{
      border:1px solid rgba(255,255,255,.1);
      border-radius:18px;
      background:rgba(0,0,0,.2);
      padding:13px;
    }
    .stage strong{display:block;margin-bottom:4px;font-size:14px}
    .stage span{color:var(--muted);font-size:12px}
    .safety-box{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:18px;
    }
    .notice-card{
      border:1px solid rgba(255,255,255,.1);
      border-radius:var(--radius);
      background:rgba(255,255,255,.04);
      padding:20px;
    }
    .notice-card h3{margin:0 0 10px;font-size:20px;font-weight:950}
    .notice-card p{margin:0;color:var(--muted);font-size:14px}
    .notice-list{
      margin:14px 0 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:9px;
    }
    .notice-list li{
      display:flex;
      gap:9px;
      color:var(--muted);
      font-size:13px;
    }
    .notice-list li::before{
      content:"✓";
      color:var(--green);
      font-weight:950;
    }
    .accordion{
      display:grid;
      gap:12px;
    }
    .accordion-item{
      color:var(--text);
      background:rgba(255,255,255,.04);
      border:1px solid var(--line);
      border-radius:18px!important;
      overflow:hidden;
    }
    .accordion-button{
      color:var(--text);
      background:rgba(255,255,255,.035);
      box-shadow:none!important;
      font-weight:950;
      padding:16px 18px;
    }
    .accordion-button:not(.collapsed){
      color:#180b10;
      background:linear-gradient(135deg,var(--gold),#ffe1a4);
    }
    .accordion-button::after{filter:invert(1) sepia(1) saturate(.4)}
    .accordion-button:not(.collapsed)::after{filter:none}
    .accordion-body{
      color:var(--muted);
      padding:16px 18px 18px;
      font-size:14px;
    }
    .cta-band{
      margin:34px 0 0;
      border-top:1px solid var(--line);
      background:
        radial-gradient(circle at 85% 12%,rgba(97,214,200,.16),transparent 30%),
        linear-gradient(135deg,rgba(184,51,75,.22),rgba(20,16,24,.92));
      padding:44px 0;
    }
    .cta-card{
      display:grid;
      grid-template-columns:minmax(0,1fr) auto;
      align-items:center;
      gap:24px;
      border:1px solid var(--line-strong);
      border-radius:var(--radius-lg);
      background:rgba(0,0,0,.24);
      padding:26px;
      box-shadow:var(--shadow);
    }
    .cta-card h2{margin:0 0 8px;font-size:30px;font-weight:950;letter-spacing:-.035em}
    .cta-card p{margin:0;color:var(--muted);max-width:720px}
    .cta-actions{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:10px;
      flex-wrap:wrap;
    }
    .site-footer{
      background:#070608;
      border-top:1px solid var(--line);
      padding:44px 0 24px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.25fr .75fr .75fr 1fr;
      gap:28px;
      align-items:start;
    }
    .footer-text,.footer-note{
      color:var(--muted);
      font-size:13px;
      margin:0;
      line-height:1.8;
    }
    .footer-title{
      margin:0 0 12px;
      font-size:15px;
      color:var(--gold);
      font-weight:950;
    }
    .footer-links{
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:var(--muted);
      font-size:13px;
    }
    .footer-links a:hover{color:var(--gold);transform:translateX(2px)}
    .copyright{
      margin-top:30px;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.08);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      color:var(--muted-2);
      font-size:12px;
      flex-wrap:wrap;
    }
    @media (max-width:1199.98px){
      .site-container{width:min(100% - 32px,1080px)}
      .hero-grid{grid-template-columns:1fr}
      .filter-sidebar{top:88px}
    }
    @media (max-width:991.98px){
      .navbar-nav{
        align-items:stretch;
        border-radius:20px;
        margin-top:14px;
      }
      .nav-panel{
        padding:0 0 12px;
      }
      .nav-cta{
        width:100%;
        margin-top:10px;
      }
      .top-strip-inner{align-items:flex-start;flex-direction:column;padding:10px 0}
      .layout-grid{grid-template-columns:1fr}
      .filter-sidebar{position:relative;top:auto}
      .info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .stage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .safety-box{grid-template-columns:1fr}
      .cta-card{grid-template-columns:1fr}
      .cta-actions{justify-content:flex-start}
      .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    }
    @media (max-width:575.98px){
      .site-container{width:min(100% - 24px,100%)}
      .brand-text{max-width:220px;font-size:15px}
      .brand-mark{width:38px;height:38px;flex-basis:38px;border-radius:13px}
      .compact-hero{padding:26px 0 20px}
      .hero-actions,.sort-actions{width:100%}
      .btn-main,.btn-ghost,.btn-soft,.sort-actions button{width:100%}
      .toolbar{align-items:stretch}
      .search-box{min-width:100%}
      .entry-card{flex-basis:82vw}
      .info-grid,.stage-grid{grid-template-columns:1fr}
      .progress-top{flex-direction:column}
      .section{padding:26px 0}
      .footer-grid{grid-template-columns:1fr}
      .copyright{align-items:flex-start;flex-direction:column}
    }

/* roulang page: category2 */
:root{
      --bg:#100d12;
      --bg-soft:#171019;
      --panel:#211722;
      --panel-2:#281b2a;
      --card:#1d151f;
      --card-hover:#2a1c2d;
      --text:#fff8ef;
      --muted:#c8b8bf;
      --weak:#8f7e86;
      --line:rgba(255,255,255,.12);
      --line-strong:rgba(255,209,122,.36);
      --gold:#f2c36b;
      --gold-2:#ffdf97;
      --wine:#9c2947;
      --cyan:#4ed7bd;
      --green:#8be0a4;
      --danger:#ff7f93;
      --shadow:0 22px 60px rgba(0,0,0,.42);
      --shadow-soft:0 14px 32px rgba(0,0,0,.28);
      --radius:22px;
      --radius-sm:14px;
      --container:1180px;
      --speed:220ms ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      color:var(--text);
      line-height:1.7;
      background:
        radial-gradient(circle at 15% 5%, rgba(156,41,71,.35), transparent 34%),
        radial-gradient(circle at 84% 12%, rgba(242,195,107,.18), transparent 30%),
        linear-gradient(180deg,#0b090d 0%,var(--bg) 42%,#0c0a0d 100%);
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:color var(--speed),border-color var(--speed),background var(--speed),transform var(--speed),box-shadow var(--speed)}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    ::selection{background:rgba(242,195,107,.35);color:#fff}
    .site-container{
      width:min(100% - 32px,var(--container));
      margin:0 auto;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(16,13,18,.82);
      backdrop-filter:blur(18px);
      border-bottom:1px solid var(--line);
      box-shadow:0 10px 36px rgba(0,0,0,.24);
    }
    .navbar{padding:14px 0}
    .brand-logo{
      display:inline-flex;
      align-items:center;
      gap:12px;
      min-width:0;
      font-weight:900;
      letter-spacing:-.02em;
    }
    .brand-mark{
      width:42px;
      height:42px;
      border-radius:14px;
      display:grid;
      place-items:center;
      color:#2a1600;
      background:linear-gradient(135deg,var(--gold-2),var(--gold) 48%,#d78b35);
      box-shadow:0 10px 28px rgba(242,195,107,.24);
      flex:0 0 auto;
    }
    .brand-text{
      font-size:17px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      max-width:360px;
    }
    .navbar-toggler{
      border:1px solid var(--line);
      color:var(--text);
      border-radius:14px;
      padding:8px 12px;
      background:rgba(255,255,255,.04);
      box-shadow:none!important;
    }
    .nav-panel{gap:18px}
    .navbar-nav{
      align-items:center;
      gap:8px;
    }
    .nav-link{
      color:var(--muted);
      border:1px solid transparent;
      border-radius:999px;
      padding:10px 15px!important;
      font-weight:700;
      font-size:14px;
    }
    .nav-link:hover,.nav-link:focus{
      color:var(--text);
      background:rgba(255,255,255,.06);
      border-color:var(--line);
    }
    .nav-link.active{
      color:#211400!important;
      background:linear-gradient(135deg,var(--gold-2),var(--gold));
      box-shadow:0 12px 24px rgba(242,195,107,.18);
    }
    .nav-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:11px 18px;
      border-radius:999px;
      color:#180e02;
      background:linear-gradient(135deg,var(--gold-2),var(--gold));
      font-weight:900;
      white-space:nowrap;
      box-shadow:0 14px 32px rgba(242,195,107,.22);
    }
    .nav-cta:hover,.nav-cta:focus{
      transform:translateY(-2px);
      box-shadow:0 18px 40px rgba(242,195,107,.32);
      color:#160d02;
    }
    .top-strip{
      border-bottom:1px solid var(--line);
      background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(242,195,107,.08),rgba(78,215,189,.06));
    }
    .strip-inner{
      min-height:54px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
      color:var(--muted);
      font-size:14px;
    }
    .strip-badges{display:flex;gap:10px;flex-wrap:wrap}
    .mini-badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border:1px solid var(--line);
      background:rgba(0,0,0,.16);
      border-radius:999px;
      padding:7px 10px;
      color:var(--gold-2);
      font-weight:800;
    }
    .hero{
      padding:34px 0 28px;
    }
    .hero-band{
      min-height:260px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:
        linear-gradient(120deg,rgba(156,41,71,.34),rgba(33,23,34,.92) 48%,rgba(17,13,19,.96)),
        radial-gradient(circle at 82% 20%,rgba(78,215,189,.16),transparent 30%);
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .hero-band:before{
      content:"";
      position:absolute;
      inset:0;
      background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
      background-size:34px 34px;
      mask-image:linear-gradient(90deg,rgba(0,0,0,.8),transparent 78%);
      pointer-events:none;
    }
    .hero-content{
      position:relative;
      display:grid;
      grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
      gap:28px;
      padding:34px;
      align-items:center;
    }
    .breadcrumb-line{
      display:flex;
      flex-wrap:wrap;
      gap:9px;
      align-items:center;
      color:var(--muted);
      font-size:14px;
      margin-bottom:16px;
    }
    .breadcrumb-line a{color:var(--gold-2);font-weight:800}
    .breadcrumb-line span{color:var(--weak)}
    h1,h2,h3,p{margin-top:0}
    h1{
      font-size:clamp(30px,4.1vw,52px);
      line-height:1.12;
      letter-spacing:-.045em;
      margin-bottom:16px;
      font-weight:950;
    }
    .hero-desc{
      color:var(--muted);
      max-width:740px;
      font-size:17px;
      margin-bottom:22px;
    }
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
    .btn-main,.btn-ghost,.btn-soft{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      padding:11px 18px;
      border-radius:999px;
      border:1px solid transparent;
      font-weight:900;
      transition:transform var(--speed),box-shadow var(--speed),background var(--speed),border-color var(--speed),color var(--speed);
    }
    .btn-main{
      color:#1b1103;
      background:linear-gradient(135deg,var(--gold-2),var(--gold));
      box-shadow:0 14px 34px rgba(242,195,107,.22);
    }
    .btn-main:hover,.btn-main:focus{transform:translateY(-2px);box-shadow:0 20px 44px rgba(242,195,107,.32);color:#1b1103}
    .btn-ghost{
      color:var(--text);
      background:rgba(255,255,255,.06);
      border-color:var(--line);
    }
    .btn-ghost:hover,.btn-ghost:focus{transform:translateY(-2px);border-color:var(--line-strong);background:rgba(255,255,255,.1);color:var(--text)}
    .btn-soft{
      color:var(--gold-2);
      background:rgba(242,195,107,.08);
      border-color:rgba(242,195,107,.22);
      min-height:38px;
      padding:8px 13px;
      font-size:13px;
    }
    .info-panel{
      border:1px solid var(--line);
      border-radius:20px;
      background:rgba(8,7,10,.58);
      padding:18px;
      box-shadow:var(--shadow-soft);
    }
    .panel-title{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      margin-bottom:14px;
      font-weight:950;
    }
    .status-dot{
      width:10px;height:10px;border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 6px rgba(139,224,164,.12);
      flex:0 0 auto;
    }
    .quick-list{display:grid;gap:10px}
    .quick-item{
      display:flex;
      justify-content:space-between;
      gap:12px;
      padding:12px;
      border:1px solid var(--line);
      border-radius:16px;
      background:rgba(255,255,255,.045);
      color:var(--muted);
    }
    .quick-item strong{color:var(--text)}
    .quick-item b{color:var(--gold-2)}
    main{padding-bottom:0}
    .section{padding:42px 0}
    .section-head{
      display:flex;
      justify-content:space-between;
      align-items:end;
      gap:24px;
      margin-bottom:22px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--gold-2);
      font-size:13px;
      font-weight:950;
      letter-spacing:.08em;
      margin-bottom:8px;
    }
    .section-title{
      font-size:clamp(24px,3vw,36px);
      line-height:1.2;
      font-weight:950;
      letter-spacing:-.035em;
      margin-bottom:8px;
    }
    .section-desc{
      color:var(--muted);
      max-width:760px;
      margin-bottom:0;
    }
    .anchor-nav{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      padding:14px;
      border:1px solid var(--line);
      border-radius:20px;
      background:rgba(255,255,255,.04);
    }
    .anchor-nav a{
      padding:9px 12px;
      border-radius:999px;
      color:var(--muted);
      border:1px solid var(--line);
      background:rgba(0,0,0,.15);
      font-size:14px;
      font-weight:800;
    }
    .anchor-nav a:hover{color:var(--text);border-color:var(--line-strong);transform:translateY(-2px)}
    .stats-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .stat-card{
      border:1px solid var(--line);
      border-radius:18px;
      padding:16px;
      background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));
      box-shadow:var(--shadow-soft);
    }
    .stat-number{
      display:block;
      font-size:28px;
      font-weight:950;
      color:var(--gold-2);
      line-height:1;
      margin-bottom:7px;
    }
    .stat-label{color:var(--muted);font-size:13px}
    .chips{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }
    .chip{
      border:1px solid var(--line);
      border-radius:999px;
      padding:8px 12px;
      background:rgba(255,255,255,.045);
      color:var(--muted);
      font-size:13px;
      font-weight:800;
    }
    .chip.hot{border-color:rgba(242,195,107,.34);color:var(--gold-2);background:rgba(242,195,107,.08)}
    .notice-block{
      display:grid;
      grid-template-columns:1fr auto;
      align-items:center;
      gap:18px;
      border:1px solid rgba(78,215,189,.22);
      border-radius:20px;
      padding:18px;
      background:linear-gradient(90deg,rgba(78,215,189,.10),rgba(255,255,255,.035));
      color:var(--muted);
    }
    .notice-block strong{color:var(--text)}
    .rail-wrap{
      overflow-x:auto;
      padding:4px 2px 18px;
      scrollbar-color:rgba(242,195,107,.55) rgba(255,255,255,.08);
    }
    .rail{
      display:flex;
      gap:16px;
      min-width:max-content;
    }
    .rail-card{
      width:284px;
      min-height:220px;
      position:relative;
      overflow:hidden;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:
        linear-gradient(160deg,rgba(156,41,71,.28),rgba(29,21,31,.92)),
        radial-gradient(circle at 82% 18%,rgba(242,195,107,.2),transparent 34%);
      padding:18px;
      box-shadow:var(--shadow-soft);
      transition:transform var(--speed),box-shadow var(--speed),border-color var(--speed),background var(--speed);
    }
    .rail-card:hover{
      transform:translateY(-6px) scale(1.025);
      border-color:var(--line-strong);
      box-shadow:0 22px 52px rgba(0,0,0,.42);
      background:
        linear-gradient(160deg,rgba(156,41,71,.36),rgba(42,28,45,.94)),
        radial-gradient(circle at 82% 18%,rgba(242,195,107,.25),transparent 34%);
    }
    .thumb{
      height:72px;
      border-radius:16px;
      border:1px solid var(--line);
      background:
        linear-gradient(135deg,rgba(242,195,107,.2),rgba(156,41,71,.3)),
        repeating-linear-gradient(45deg,rgba(255,255,255,.08) 0 1px,transparent 1px 9px);
      margin-bottom:14px;
      position:relative;
      overflow:hidden;
    }
    .thumb:after{
      content:"";
      position:absolute;
      inset:auto 12px 12px 12px;
      height:26px;
      border-radius:999px;
      background:rgba(0,0,0,.38);
      border:1px solid rgba(255,255,255,.12);
    }
    .card-title{
      font-size:18px;
      font-weight:950;
      margin-bottom:8px;
    }
    .card-desc{
      color:var(--muted);
      font-size:14px;
      margin-bottom:14px;
    }
    .tag-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}
    .tag{
      display:inline-flex;
      align-items:center;
      border-radius:999px;
      padding:5px 9px;
      background:rgba(0,0,0,.22);
      border:1px solid var(--line);
      color:var(--muted);
      font-size:12px;
      font-weight:800;
    }
    .status{
      display:inline-flex;
      align-items:center;
      gap:6px;
      color:var(--green);
      font-size:12px;
      font-weight:900;
    }
    .grid-3{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:16px;
    }
    .wiki-card{
      position:relative;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
      padding:20px;
      box-shadow:var(--shadow-soft);
      overflow:hidden;
      transition:transform var(--speed),box-shadow var(--speed),border-color var(--speed);
    }
    .wiki-card:before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg,transparent,rgba(0,0,0,.32));
      opacity:.55;
      pointer-events:none;
    }
    .wiki-card > *{position:relative}
    .wiki-card:hover{
      transform:translateY(-5px) scale(1.012);
      border-color:var(--line-strong);
      box-shadow:0 24px 56px rgba(0,0,0,.4);
    }
    .wiki-card h3{font-size:19px;font-weight:950;margin-bottom:9px}
    .wiki-card p{color:var(--muted);font-size:14px;margin-bottom:14px}
    .check-list{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:10px;
    }
    .check-list li{
      display:flex;
      gap:10px;
      color:var(--muted);
      font-size:14px;
    }
    .check-list li:before{
      content:"✓";
      width:22px;height:22px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:rgba(139,224,164,.12);
      color:var(--green);
      font-weight:950;
      flex:0 0 auto;
    }
    .compare-card{
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:var(--panel);
      overflow:hidden;
      box-shadow:var(--shadow-soft);
    }
    .compare-row{
      display:grid;
      grid-template-columns:1.1fr 1.2fr 1.2fr .9fr;
      border-bottom:1px solid var(--line);
    }
    .compare-row:last-child{border-bottom:0}
    .compare-cell{
      padding:16px;
      border-right:1px solid var(--line);
      color:var(--muted);
      font-size:14px;
    }
    .compare-cell:last-child{border-right:0}
    .compare-head .compare-cell{
      color:var(--text);
      font-weight:950;
      background:rgba(242,195,107,.08);
    }
    .compare-cell strong{color:var(--gold-2)}
    .update-timeline{
      display:grid;
      gap:14px;
    }
    .timeline-item{
      display:grid;
      grid-template-columns:120px 1fr auto;
      gap:16px;
      align-items:center;
      border:1px solid var(--line);
      border-radius:18px;
      background:rgba(255,255,255,.04);
      padding:16px;
      transition:transform var(--speed),border-color var(--speed),background var(--speed);
    }
    .timeline-item:hover{transform:translateX(4px);border-color:var(--line-strong);background:rgba(255,255,255,.065)}
    .time-mark{color:var(--gold-2);font-weight:950}
    .timeline-item p{color:var(--muted);margin:0;font-size:14px}
    .progress-panel{
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:linear-gradient(135deg,rgba(156,41,71,.18),rgba(255,255,255,.035));
      padding:22px;
      box-shadow:var(--shadow-soft);
    }
    .progress-top{
      display:flex;
      justify-content:space-between;
      gap:12px;
      align-items:center;
      margin-bottom:14px;
      color:var(--muted);
    }
    .progress{
      height:12px;
      background:rgba(255,255,255,.08);
      border-radius:999px;
      overflow:hidden;
    }
    .progress-bar{
      background:linear-gradient(90deg,var(--wine),var(--gold),var(--cyan));
      border-radius:999px;
    }
    .stage-row{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:10px;
      margin-top:14px;
    }
    .stage{
      border:1px solid var(--line);
      border-radius:14px;
      padding:10px;
      color:var(--muted);
      font-size:13px;
      background:rgba(0,0,0,.16);
    }
    .stage.active{border-color:rgba(242,195,107,.4);color:var(--gold-2)}
    .accordion{
      --bs-accordion-bg:transparent;
      --bs-accordion-border-color:transparent;
      --bs-accordion-btn-focus-box-shadow:none;
    }
    .accordion-item{
      border:1px solid var(--line)!important;
      border-radius:18px!important;
      background:rgba(255,255,255,.04)!important;
      overflow:hidden;
      margin-bottom:12px;
    }
    .accordion-button{
      background:rgba(255,255,255,.02)!important;
      color:var(--text)!important;
      font-weight:950;
      box-shadow:none!important;
      padding:17px 18px;
    }
    .accordion-button:not(.collapsed){
      color:var(--gold-2)!important;
      border-bottom:1px solid var(--line);
    }
    .accordion-button::after{
      filter:invert(1) grayscale(1);
      opacity:.65;
    }
    .accordion-body{
      color:var(--muted);
      padding:16px 18px 18px;
      font-size:15px;
      background:rgba(0,0,0,.14);
    }
    .cta-section{
      padding:44px 0 58px;
    }
    .cta-box{
      display:grid;
      grid-template-columns:1.25fr .75fr;
      gap:24px;
      align-items:center;
      border:1px solid var(--line-strong);
      border-radius:28px;
      padding:30px;
      background:
        linear-gradient(135deg,rgba(242,195,107,.18),rgba(156,41,71,.22) 52%,rgba(78,215,189,.09)),
        var(--panel);
      box-shadow:var(--shadow);
    }
    .cta-box h2{
      font-size:clamp(26px,3vw,38px);
      font-weight:950;
      letter-spacing:-.035em;
      margin-bottom:10px;
    }
    .cta-box p{color:var(--muted);margin-bottom:18px}
    .cta-side{
      display:grid;
      gap:10px;
    }
    .side-link{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:10px;
      border:1px solid var(--line);
      border-radius:16px;
      padding:13px 14px;
      color:var(--muted);
      background:rgba(0,0,0,.18);
      font-weight:800;
    }
    .side-link:hover{color:var(--text);border-color:var(--line-strong);transform:translateY(-2px)}
    .site-footer{
      padding:46px 0 26px;
      background:#0a080b;
      border-top:1px solid var(--line);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.4fr .8fr .8fr 1.05fr;
      gap:28px;
      margin-bottom:28px;
    }
    .footer-text,.footer-note{
      color:var(--muted);
      font-size:14px;
      margin:0;
    }
    .footer-title{
      font-size:15px;
      font-weight:950;
      color:var(--gold-2);
      margin-bottom:12px;
    }
    .footer-links{
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:var(--muted);
      font-size:14px;
    }
    .footer-links a:hover{color:var(--gold-2);transform:translateX(3px)}
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
      border-top:1px solid var(--line);
      padding-top:18px;
      color:var(--weak);
      font-size:13px;
    }
    :focus-visible{
      outline:2px solid var(--gold);
      outline-offset:3px;
      border-radius:10px;
    }
    @media (max-width:1199.98px){
      .hero-content{grid-template-columns:1fr}
      .stats-grid{grid-template-columns:repeat(2,1fr)}
      .footer-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width:991.98px){
      .nav-panel{
        margin-top:14px;
        padding:14px;
        border:1px solid var(--line);
        border-radius:20px;
        background:rgba(16,13,18,.96);
      }
      .navbar-nav{align-items:stretch}
      .nav-link{display:block}
      .nav-cta{margin-top:10px;width:100%}
      .section-head{display:block}
      .grid-3{grid-template-columns:repeat(2,1fr)}
      .compare-row{grid-template-columns:1fr}
      .compare-cell{border-right:0;border-bottom:1px solid var(--line)}
      .compare-cell:last-child{border-bottom:0}
      .timeline-item{grid-template-columns:1fr}
      .cta-box{grid-template-columns:1fr}
    }
    @media (max-width:575.98px){
      .site-container{width:min(100% - 22px,var(--container))}
      .brand-text{max-width:220px;font-size:14px}
      .brand-mark{width:38px;height:38px;border-radius:12px}
      .strip-inner{align-items:flex-start;flex-direction:column;padding:12px 0}
      .hero{padding-top:22px}
      .hero-content{padding:22px}
      .hero-desc{font-size:15px}
      .hero-actions .btn-main,.hero-actions .btn-ghost{width:100%}
      .stats-grid,.grid-3,.stage-row{grid-template-columns:1fr}
      .notice-block{grid-template-columns:1fr}
      .rail-card{width:250px}
      .section{padding:32px 0}
      .footer-grid{grid-template-columns:1fr}
      .cta-box{padding:22px}
      .copyright{display:grid}
    }
