/* roulang page: index */
:root{
      --bg:#100b16;
      --bg-2:#17101f;
      --panel:#211629;
      --panel-soft:#2b1d35;
      --paper:#efe2c0;
      --text:#f7efe6;
      --muted:#c7b9ac;
      --muted-2:#948576;
      --gold:#d8aa57;
      --amber:#f0bd64;
      --rose:#b64267;
      --rose-2:#7e2d55;
      --copper:#b96d42;
      --line:rgba(216,170,87,.28);
      --line-strong:rgba(240,189,100,.52);
      --shadow:0 24px 70px rgba(0,0,0,.42);
      --glow:0 0 38px rgba(182,66,103,.28);
      --radius:24px;
      --radius-lg:34px;
      --container:1200px;
      --font:"Microsoft YaHei","PingFang SC","Noto Sans SC",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      color:var(--text);
      line-height:1.72;
      background:
        radial-gradient(circle at 18% 8%, rgba(182,66,103,.24), transparent 30%),
        radial-gradient(circle at 82% 15%, rgba(216,170,87,.12), transparent 26%),
        radial-gradient(circle at 50% 80%, rgba(126,45,85,.22), transparent 34%),
        linear-gradient(180deg,#0d0912 0%,var(--bg) 46%,#09070d 100%);
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.2;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.025) 1px, transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),rgba(0,0,0,.15));
      z-index:-1;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;height:auto}
    button,input{font-family:inherit}
    ::selection{background:rgba(216,170,87,.35);color:#fff}
    .site-container{width:min(var(--container),calc(100% - 36px));margin-inline:auto}
    .section{padding:92px 0}
    .section-tight{padding:66px 0}
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 14px;
      border:1px solid var(--line);
      border-radius:999px;
      color:var(--amber);
      background:rgba(33,22,41,.72);
      font-size:14px;
      margin-bottom:18px;
    }
    .section-kicker:before{
      content:"";
      width:7px;height:7px;border-radius:50%;
      background:var(--rose);
      box-shadow:0 0 16px rgba(182,66,103,.9);
    }
    h1,h2,h3,h4{font-weight:800;letter-spacing:.01em;line-height:1.22;margin:0}
    h1{font-size:clamp(32px,5vw,58px)}
    h2{font-size:clamp(26px,3.4vw,38px)}
    h3{font-size:22px}
    p{margin:0;color:var(--muted)}
    .lead-text{font-size:18px;color:#e7d8ca}
    .dock-header{
      position:fixed;
      top:22px;
      left:0;
      width:100%;
      z-index:1000;
      pointer-events:none;
    }
    .dock-nav{
      pointer-events:auto;
      width:min(1180px,calc(100% - 32px));
      margin:0 auto;
      border:1px solid rgba(216,170,87,.34);
      border-radius:999px;
      background:rgba(18,11,26,.82);
      backdrop-filter:blur(18px);
      box-shadow:0 16px 55px rgba(0,0,0,.46), inset 0 0 0 1px rgba(255,255,255,.04);
      padding:10px 12px;
    }
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:10px;
      color:var(--text)!important;
      font-weight:900;
      letter-spacing:.02em;
      white-space:normal;
      max-width:260px;
    }
    .brand-mark{
      flex:0 0 34px;
      width:34px;height:34px;border-radius:50%;
      background:
        radial-gradient(circle,var(--amber) 0 18%,transparent 20%),
        conic-gradient(from 45deg,var(--rose),var(--gold),var(--rose-2),var(--rose));
      box-shadow:0 0 24px rgba(240,189,100,.32);
      border:1px solid rgba(255,255,255,.22);
    }
    .navbar-toggler{
      border:1px solid var(--line);
      border-radius:16px;
      padding:8px 11px;
      box-shadow:none!important;
    }
    .navbar-toggler-icon{
      filter:invert(1) sepia(.3) saturate(1.8);
    }
    .nav-link{
      color:var(--muted)!important;
      padding:9px 14px!important;
      border-radius:999px;
      font-size:15px;
      transition:.25s ease;
    }
    .nav-link:hover,.nav-link.active{
      color:#fff!important;
      background:rgba(216,170,87,.1);
      box-shadow:inset 0 0 0 1px rgba(216,170,87,.2);
    }
    .dock-search{
      display:flex;
      align-items:center;
      gap:8px;
      min-width:210px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(216,170,87,.18);
    }
    .dock-search input{
      width:100%;
      border:0;
      outline:0;
      background:transparent;
      color:var(--text);
      font-size:14px;
    }
    .dock-search input::placeholder{color:rgba(239,226,192,.58)}
    .btn-magic{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:46px;
      padding:12px 22px;
      border-radius:999px;
      border:1px solid rgba(240,189,100,.42);
      background:linear-gradient(135deg,var(--rose),var(--copper));
      color:#fff;
      font-weight:800;
      box-shadow:0 12px 34px rgba(182,66,103,.28);
      transition:.25s ease;
    }
    .btn-magic:hover,.btn-magic:focus{
      color:#fff;
      transform:translateY(-3px);
      box-shadow:0 18px 44px rgba(182,66,103,.42),0 0 0 4px rgba(216,170,87,.1);
      border-color:rgba(240,189,100,.78);
    }
    .btn-ghost{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:46px;
      padding:12px 20px;
      border-radius:999px;
      border:1px solid var(--line);
      background:rgba(33,22,41,.56);
      color:var(--paper);
      font-weight:800;
      transition:.25s ease;
    }
    .btn-ghost:hover,.btn-ghost:focus{
      color:#fff;
      transform:translateY(-2px);
      border-color:var(--line-strong);
      box-shadow:0 0 0 4px rgba(216,170,87,.08);
    }
    .hero{
      padding-top:128px;
      padding-bottom:72px;
    }
    .hero-topbar{
      border:1px solid rgba(216,170,87,.28);
      border-radius:var(--radius-lg);
      overflow:hidden;
      background:
        linear-gradient(135deg,rgba(239,226,192,.12),rgba(33,22,41,.68) 42%,rgba(126,45,85,.45)),
        radial-gradient(circle at 50% 0,rgba(240,189,100,.22),transparent 36%);
      box-shadow:var(--shadow);
    }
    .hero-ribbon{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:16px 24px;
      color:#2a1621;
      background:linear-gradient(90deg,rgba(239,226,192,.92),rgba(216,170,87,.78),rgba(239,226,192,.88));
    }
    .hero-ribbon strong{color:#21101b}
    .hero-banner{
      position:relative;
      min-height:430px;
      padding:54px;
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:42px;
      align-items:center;
    }
    .hero-banner:after{
      content:"";
      position:absolute;
      right:8%;
      top:14%;
      width:340px;height:340px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(240,189,100,.28),rgba(182,66,103,.2) 36%,transparent 70%);
      filter:blur(2px);
      z-index:0;
    }
    .hero-copy,.portal-board{position:relative;z-index:1}
    .hero-copy h1{max-width:820px;margin-bottom:20px}
    .hero-copy p{max-width:720px;margin-bottom:26px}
    .hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:26px}
    .data-dots{display:flex;flex-wrap:wrap;gap:12px}
    .data-dot{
      padding:10px 14px;
      border-radius:16px;
      border:1px solid rgba(216,170,87,.2);
      background:rgba(0,0,0,.2);
      color:var(--paper);
      font-size:14px;
    }
    .portal-board{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:14px;
      padding:18px;
      border-radius:32px;
      border:1px solid rgba(216,170,87,.32);
      background:rgba(12,8,16,.58);
      box-shadow:inset 0 0 40px rgba(216,170,87,.06),var(--glow);
    }
    .portal-item{
      min-height:132px;
      padding:20px;
      border-radius:22px;
      background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));
      border:1px solid rgba(216,170,87,.2);
      transition:.25s ease;
    }
    .portal-item:hover{
      transform:translateY(-4px);
      border-color:rgba(240,189,100,.62);
      background:linear-gradient(180deg,rgba(182,66,103,.16),rgba(255,255,255,.035));
    }
    .portal-item span{display:block;color:var(--amber);font-size:13px;margin-bottom:8px}
    .portal-item b{display:block;font-size:20px;margin-bottom:6px}
    .portal-item small{color:var(--muted);font-size:13px}
    .timeline-wrap{
      position:relative;
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      background:linear-gradient(180deg,rgba(33,22,41,.82),rgba(18,11,26,.9));
      box-shadow:var(--shadow);
      padding:34px;
    }
    .timeline-row{
      display:grid;
      grid-template-columns:repeat(5,1fr);
      gap:18px;
      position:relative;
    }
    .timeline-row:before{
      content:"";
      position:absolute;
      top:38px;
      left:8%;
      right:8%;
      height:1px;
      background:linear-gradient(90deg,transparent,var(--gold),transparent);
      opacity:.55;
    }
    .step-card{
      position:relative;
      z-index:1;
      padding:18px;
      border-radius:22px;
      background:#180f20;
      border:1px solid rgba(216,170,87,.22);
      min-height:168px;
      transition:.25s ease;
    }
    .step-card:hover{transform:translateY(-4px);border-color:var(--line-strong)}
    .step-num{
      width:42px;height:42px;border-radius:50%;
      display:grid;place-items:center;
      margin-bottom:16px;
      color:#1e1118;
      font-weight:900;
      background:linear-gradient(135deg,var(--paper),var(--gold));
      box-shadow:0 0 22px rgba(216,170,87,.28);
    }
    .step-card h3{font-size:18px;margin-bottom:8px}
    .step-card p{font-size:14px}
    .split-heading{
      display:grid;
      grid-template-columns:.8fr 1.2fr;
      gap:32px;
      align-items:end;
      margin-bottom:34px;
    }
    .vertical-stack{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:22px;
      align-items:stretch;
    }
    .feature-large,.feature-mini,.review-card,.news-panel,.cta-panel{
      border:1px solid var(--line);
      background:linear-gradient(180deg,rgba(33,22,41,.88),rgba(16,11,22,.94));
      border-radius:var(--radius);
      box-shadow:0 18px 45px rgba(0,0,0,.28);
      transition:.25s ease;
    }
    .feature-large:hover,.feature-mini:hover,.review-card:hover,.news-panel:hover{transform:translateY(-3px);border-color:var(--line-strong)}
    .feature-large{
      padding:34px;
      min-height:360px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      background:
        radial-gradient(circle at 85% 18%,rgba(182,66,103,.22),transparent 34%),
        linear-gradient(180deg,rgba(43,29,53,.94),rgba(16,11,22,.96));
    }
    .feature-large h3{font-size:30px;margin-bottom:12px}
    .feature-list{display:grid;gap:14px}
    .feature-mini{padding:22px;display:flex;gap:15px;align-items:flex-start}
    .icon-seal{
      flex:0 0 42px;
      width:42px;height:42px;border-radius:16px;
      display:grid;place-items:center;
      color:var(--amber);
      background:rgba(216,170,87,.09);
      border:1px solid rgba(216,170,87,.26);
      font-weight:900;
    }
    .feature-mini h3{font-size:19px;margin-bottom:6px}
    .feature-mini p{font-size:14px}
    .hot-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
    }
    .hot-card{
      position:relative;
      padding:24px;
      border-radius:26px;
      border:1px solid rgba(216,170,87,.24);
      background:linear-gradient(180deg,rgba(43,29,53,.82),rgba(18,11,26,.94));
      overflow:hidden;
      transition:.25s ease;
    }
    .hot-card:before{
      content:"";
      position:absolute;
      inset:auto -30px -42px auto;
      width:130px;height:130px;border-radius:50%;
      background:rgba(182,66,103,.18);
      filter:blur(4px);
    }
    .hot-card:hover{
      transform:translateY(-4px);
      border-color:rgba(240,189,100,.62);
      box-shadow:0 20px 50px rgba(0,0,0,.32),0 0 34px rgba(182,66,103,.18);
    }
    .hot-badge{
      display:inline-flex;
      padding:5px 10px;
      border-radius:999px;
      background:rgba(216,170,87,.12);
      color:var(--amber);
      font-size:13px;
      margin-bottom:16px;
      border:1px solid rgba(216,170,87,.22);
    }
    .hot-card h3{margin-bottom:10px}
    .hot-card p{font-size:14px;min-height:72px}
    .compare-table{
      border:1px solid var(--line);
      border-radius:var(--radius);
      overflow:hidden;
      background:rgba(33,22,41,.82);
      box-shadow:var(--shadow);
    }
    .compare-table table{margin:0;color:var(--text)}
    .compare-table th{
      color:var(--amber);
      background:rgba(0,0,0,.22);
      border-color:rgba(216,170,87,.18);
      padding:18px;
      white-space:nowrap;
    }
    .compare-table td{
      color:var(--muted);
      border-color:rgba(216,170,87,.13);
      padding:18px;
      vertical-align:middle;
    }
    .compare-table tr:hover td{background:rgba(216,170,87,.055);color:#eadfce}
    .review-layout{
      display:grid;
      grid-template-columns:.72fr 1.28fr;
      gap:22px;
      align-items:stretch;
    }
    .score-box{
      border-radius:var(--radius-lg);
      border:1px solid rgba(216,170,87,.32);
      background:
        radial-gradient(circle at 50% 16%,rgba(240,189,100,.22),transparent 36%),
        linear-gradient(180deg,rgba(43,29,53,.86),rgba(16,11,22,.96));
      padding:34px;
      box-shadow:var(--shadow);
    }
    .score-num{font-size:64px;line-height:1;color:var(--amber);font-weight:900;margin:12px 0}
    .review-list{display:grid;gap:16px}
    .review-card{padding:22px}
    .review-card strong{display:block;margin-bottom:8px;color:#fff}
    .review-card p{font-size:15px}
    .news-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:22px;
    }
    .news-panel{padding:28px}
    .news-list{display:grid;gap:4px;margin-top:14px}
    .news-link{
      display:grid;
      grid-template-columns:1fr auto;
      gap:12px;
      padding:15px 0;
      border-bottom:1px solid rgba(216,170,87,.13);
      color:var(--text);
      transition:.2s ease;
    }
    .news-link:hover{color:var(--amber);padding-left:6px}
    .news-link span:last-child{color:var(--muted-2);font-size:13px}
    .rank-list{counter-reset:rank;display:grid;gap:12px;margin-top:18px}
    .rank-item{
      counter-increment:rank;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:13px 14px;
      border-radius:16px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(216,170,87,.12);
    }
    .rank-item:before{
      content:counter(rank);
      width:28px;height:28px;border-radius:50%;
      display:grid;place-items:center;
      background:rgba(216,170,87,.14);
      color:var(--amber);
      font-weight:900;
      flex:0 0 28px;
    }
    .rank-item b{flex:1;font-size:15px}
    .rank-item em{font-style:normal;color:var(--muted-2);font-size:13px}
    .cta-panel{
      position:relative;
      overflow:hidden;
      padding:42px;
      display:grid;
      grid-template-columns:1fr auto;
      gap:26px;
      align-items:center;
      background:
        radial-gradient(circle at 90% 20%,rgba(240,189,100,.2),transparent 34%),
        radial-gradient(circle at 20% 100%,rgba(182,66,103,.24),transparent 38%),
        linear-gradient(135deg,rgba(43,29,53,.96),rgba(16,11,22,.96));
    }
    .cta-panel h2{margin-bottom:14px}
    .cta-panel p{max-width:760px}
    .age-check{
      margin-top:18px;
      display:flex;
      gap:10px;
      align-items:center;
      color:var(--paper);
      font-size:14px;
    }
    .age-check input{
      width:18px;height:18px;
      accent-color:var(--rose);
    }
    .accordion{
      --bs-accordion-bg:transparent;
      --bs-accordion-border-color:transparent;
      --bs-accordion-btn-focus-box-shadow:none;
    }
    .accordion-item{
      margin-bottom:14px;
      border:1px solid rgba(216,170,87,.22)!important;
      border-radius:20px!important;
      overflow:hidden;
      background:rgba(33,22,41,.72)!important;
    }
    .accordion-button{
      color:var(--text)!important;
      background:rgba(33,22,41,.72)!important;
      font-weight:800;
      padding:20px 22px;
    }
    .accordion-button:not(.collapsed){
      color:#fff!important;
      background:rgba(182,66,103,.12)!important;
      box-shadow:inset 0 -1px 0 rgba(216,170,87,.12);
    }
    .accordion-button::after{
      filter:invert(1) sepia(.8) saturate(1.8);
    }
    .accordion-body{
      color:var(--muted);
      padding:0 22px 22px;
    }
    .site-footer{
      padding:58px 0 32px;
      border-top:1px solid rgba(216,170,87,.18);
      background:
        radial-gradient(circle at 12% 0,rgba(182,66,103,.14),transparent 32%),
        linear-gradient(180deg,#0d0912,#07050a);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr 1fr;
      gap:32px;
      margin-bottom:34px;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      font-size:20px;
      font-weight:900;
      margin-bottom:12px;
    }
    .footer-links{display:flex;flex-wrap:wrap;gap:10px}
    .footer-links a{
      padding:8px 12px;
      border-radius:999px;
      color:var(--muted);
      border:1px solid rgba(216,170,87,.12);
      transition:.2s ease;
    }
    .footer-links a:hover{color:#fff;border-color:var(--line-strong);background:rgba(216,170,87,.08)}
    .footer-note{
      padding:18px;
      border-radius:18px;
      background:rgba(255,255,255,.035);
      border:1px solid rgba(216,170,87,.12);
      color:var(--muted);
      font-size:13px;
    }
    .copyright{
      color:var(--muted-2);
      font-size:13px;
      border-top:1px solid rgba(216,170,87,.12);
      padding-top:22px;
    }
    @media (max-width: 991.98px){
      .dock-nav{border-radius:26px}
      .navbar-collapse{
        margin-top:12px;
        padding:14px;
        border-radius:22px;
        background:rgba(12,8,16,.72);
        border:1px solid rgba(216,170,87,.14);
      }
      .dock-search{width:100%;margin:10px 0}
      .hero-banner,.split-heading,.vertical-stack,.review-layout,.news-grid,.cta-panel,.footer-grid{
        grid-template-columns:1fr;
      }
      .hero-banner{padding:36px 24px}
      .timeline-row{grid-template-columns:1fr}
      .timeline-row:before{display:none}
      .hot-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width: 767.98px){
      .site-container{width:min(100% - 24px,var(--container))}
      .section{padding:62px 0}
      .hero{padding-top:112px;padding-bottom:48px}
      .hero-ribbon{padding:13px 16px;border-radius:0}
      .hero-actions .btn-magic,.hero-actions .btn-ghost,.cta-panel .btn-magic,.cta-panel .btn-ghost{width:100%}
      .portal-board{grid-template-columns:1fr}
      .hot-grid{grid-template-columns:1fr}
      .compare-table{overflow-x:auto}
      .compare-table table{min-width:680px}
      .footer-grid{gap:22px}
    }
    @media (max-width: 520px){
      .navbar-brand{font-size:15px;max-width:230px}
      .brand-mark{width:30px;height:30px;flex-basis:30px}
      .hero-banner{padding:28px 18px}
      .timeline-wrap,.score-box,.news-panel,.cta-panel{padding:24px 18px}
      .feature-large{padding:24px}
      .score-num{font-size:52px}
    }

/* roulang page: category1 */
:root{
      --bg:#09060f;
      --bg-2:#130b1e;
      --panel:#17101f;
      --panel-2:#211329;
      --paper:#f0dfbd;
      --text:#f7efe2;
      --muted:#c6b7a4;
      --soft:#958679;
      --line:rgba(232,190,111,.26);
      --line-strong:rgba(232,190,111,.52);
      --accent:#9f2e62;
      --accent-2:#c45a45;
      --amber:#d8a95b;
      --gold:#f1cf8b;
      --danger:#ff6f91;
      --green:#7bc6a4;
      --radius-xl:30px;
      --radius-lg:24px;
      --radius-md:18px;
      --radius-pill:999px;
      --shadow:0 26px 80px rgba(0,0,0,.45);
      --glow:0 0 34px rgba(159,46,98,.34);
      --container:1180px;
      --font:"Microsoft YaHei","PingFang SC","Noto Sans SC","Source Han Sans SC",Arial,sans-serif;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-width:320px;
      font-family:var(--font);
      color:var(--text);
      line-height:1.72;
      background:
        radial-gradient(circle at 16% 8%, rgba(159,46,98,.28), transparent 36%),
        radial-gradient(circle at 86% 16%, rgba(216,169,91,.16), transparent 28%),
        radial-gradient(circle at 50% 86%, rgba(86,32,116,.22), transparent 38%),
        linear-gradient(180deg, #09060f 0%, #130b1e 48%, #07050b 100%);
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.18;
      background-image:
        linear-gradient(rgba(241,207,139,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(241,207,139,.04) 1px, transparent 1px);
      background-size:54px 54px;
      mask-image:radial-gradient(circle at center, #000 0%, transparent 78%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:all .22s ease}
    a:hover{color:var(--gold)}
    img{max-width:100%;height:auto}
    button,input{font-family:inherit}
    ::selection{background:rgba(216,169,91,.35);color:#fff}

    .site-container{
      width:min(var(--container), calc(100% - 32px));
      margin-inline:auto;
    }
    .section{
      padding:76px 0;
      position:relative;
    }
    .section-title{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:28px;
    }
    .section-title h2{
      margin:0;
      font-size:clamp(26px, 3vw, 38px);
      line-height:1.22;
      letter-spacing:.02em;
      font-weight:800;
    }
    .section-title p{
      max-width:520px;
      margin:0;
      color:var(--muted);
      font-size:16px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--gold);
      font-size:13px;
      letter-spacing:.12em;
      margin-bottom:12px;
    }
    .eyebrow:before{
      content:"";
      width:26px;
      height:1px;
      background:linear-gradient(90deg, transparent, var(--gold));
    }

    .dock-header{
      position:fixed;
      z-index:1000;
      top:22px;
      left:0;
      right:0;
      display:flex;
      justify-content:center;
      pointer-events:none;
      padding:0 16px;
    }
    .dock-nav{
      width:min(1160px, 100%);
      pointer-events:auto;
      padding:10px 14px;
      border:1px solid var(--line);
      border-radius:var(--radius-pill);
      background:rgba(15,8,24,.78);
      backdrop-filter:blur(18px);
      box-shadow:0 18px 50px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.04);
    }
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:10px;
      color:var(--text) !important;
      font-weight:800;
      font-size:16px;
      letter-spacing:.02em;
      white-space:nowrap;
    }
    .brand-mark{
      width:31px;
      height:31px;
      flex:0 0 31px;
      display:inline-block;
      border-radius:50%;
      background:
        radial-gradient(circle at 50% 50%, rgba(241,207,139,.95) 0 10%, transparent 11% 34%, rgba(159,46,98,.9) 35% 48%, transparent 49%),
        conic-gradient(from 20deg, #d8a95b, #9f2e62, #4c235e, #d8a95b);
      box-shadow:0 0 24px rgba(216,169,91,.32);
      border:1px solid rgba(241,207,139,.45);
    }
    .navbar-nav{
      gap:8px;
    }
    .nav-link{
      color:var(--muted) !important;
      border-radius:var(--radius-pill);
      padding:9px 15px !important;
      font-size:14px;
      position:relative;
    }
    .nav-link:hover,
    .nav-link.active{
      color:var(--text) !important;
      background:rgba(241,207,139,.10);
      box-shadow:inset 0 0 0 1px rgba(241,207,139,.16);
    }
    .nav-link.active:after{
      content:"";
      position:absolute;
      left:50%;
      bottom:3px;
      width:5px;
      height:5px;
      transform:translateX(-50%);
      border-radius:50%;
      background:var(--gold);
      box-shadow:0 0 12px var(--gold);
    }
    .dock-search{
      min-width:238px;
      height:42px;
      border-radius:var(--radius-pill);
      border:1px solid rgba(232,190,111,.22);
      background:rgba(255,255,255,.055);
      display:flex;
      align-items:center;
      gap:8px;
      padding:0 13px;
      color:var(--amber);
    }
    .dock-search input{
      width:100%;
      border:0;
      outline:0;
      color:var(--text);
      background:transparent;
      font-size:13px;
    }
    .dock-search input::placeholder{color:rgba(198,183,164,.72)}
    .dock-search:focus-within{
      border-color:rgba(216,169,91,.68);
      box-shadow:0 0 0 4px rgba(159,46,98,.15);
    }
    .navbar-toggler{
      border:1px solid var(--line);
      border-radius:15px;
      padding:8px 10px;
      box-shadow:none !important;
    }
    .navbar-toggler-icon{
      width:1.2em;
      height:1.2em;
      filter:invert(1) sepia(.4);
    }

    .btn-magic,
    .btn-ghost,
    .btn-soft{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      padding:11px 20px;
      border-radius:var(--radius-pill);
      font-weight:700;
      font-size:14px;
      border:1px solid transparent;
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
      white-space:nowrap;
    }
    .btn-magic{
      color:#fff;
      background:linear-gradient(135deg, #8e285a 0%, #c45a45 54%, #d8a95b 120%);
      box-shadow:0 12px 30px rgba(159,46,98,.32), inset 0 0 0 1px rgba(255,255,255,.16);
    }
    .btn-magic:hover{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 18px 42px rgba(159,46,98,.46), 0 0 22px rgba(216,169,91,.22);
    }
    .btn-ghost{
      color:var(--text);
      background:rgba(255,255,255,.045);
      border-color:var(--line);
    }
    .btn-ghost:hover{
      color:var(--gold);
      transform:translateY(-2px);
      border-color:rgba(241,207,139,.58);
      box-shadow:0 12px 28px rgba(0,0,0,.28);
    }
    .btn-soft{
      color:#1a0f10;
      background:var(--gold);
      border-color:rgba(255,255,255,.18);
    }
    .btn-soft:hover{
      color:#130b1e;
      transform:translateY(-2px);
      box-shadow:0 16px 34px rgba(216,169,91,.28);
    }

    .category-hero{
      padding:132px 0 46px;
      position:relative;
      overflow:hidden;
    }
    .category-hero:after{
      content:"";
      position:absolute;
      right:-120px;
      top:96px;
      width:420px;
      height:420px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(159,46,98,.26), transparent 65%);
      filter:blur(4px);
      pointer-events:none;
    }
    .hero-plaque{
      position:relative;
      border:1px solid var(--line);
      border-radius:var(--radius-xl);
      background:
        linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.025)),
        radial-gradient(circle at 15% 0%, rgba(216,169,91,.14), transparent 34%),
        linear-gradient(180deg, rgba(25,15,35,.94), rgba(15,9,23,.92));
      box-shadow:var(--shadow), inset 0 0 0 1px rgba(255,255,255,.035);
      padding:34px;
      overflow:hidden;
    }
    .hero-plaque:before{
      content:"";
      position:absolute;
      inset:12px;
      border:1px solid rgba(241,207,139,.08);
      border-radius:24px;
      pointer-events:none;
    }
    .breadcrumb-line{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:8px;
      margin-bottom:18px;
      color:var(--muted);
      font-size:13px;
      position:relative;
      z-index:1;
    }
    .breadcrumb-line a{color:var(--gold)}
    .breadcrumb-line span{opacity:.74}
    .hero-grid{
      display:grid;
      grid-template-columns:minmax(0, 1.15fr) minmax(310px, .85fr);
      gap:28px;
      align-items:stretch;
      position:relative;
      z-index:1;
    }
    .hero-copy h1{
      margin:0 0 16px;
      font-size:clamp(31px, 4.5vw, 52px);
      line-height:1.15;
      font-weight:900;
      letter-spacing:.01em;
    }
    .hero-copy p{
      max-width:690px;
      margin:0 0 22px;
      color:var(--muted);
      font-size:17px;
    }
    .hero-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin:0 0 24px;
      padding:0;
      list-style:none;
    }
    .hero-tags li,
    .tag{
      display:inline-flex;
      align-items:center;
      gap:7px;
      min-height:34px;
      padding:6px 12px;
      border-radius:var(--radius-pill);
      color:var(--paper);
      background:rgba(255,255,255,.055);
      border:1px solid rgba(232,190,111,.22);
      font-size:13px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
    }
    .quick-panel{
      border:1px solid rgba(232,190,111,.28);
      border-radius:24px;
      background:rgba(8,5,13,.48);
      padding:18px;
      box-shadow:inset 0 0 36px rgba(159,46,98,.08);
    }
    .slot-title{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      margin-bottom:14px;
    }
    .slot-title strong{
      font-size:18px;
    }
    .age-badge{
      color:#160c0f;
      background:linear-gradient(135deg, var(--gold), #be7d45);
      padding:5px 10px;
      border-radius:var(--radius-pill);
      font-size:12px;
      font-weight:900;
    }
    .time-slots{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:10px;
    }
    .time-slot{
      border:1px solid rgba(232,190,111,.2);
      border-radius:17px;
      background:linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.025));
      padding:13px;
      transition:.22s ease;
    }
    .time-slot:hover,
    .time-slot.active{
      transform:translateY(-2px);
      border-color:rgba(241,207,139,.56);
      box-shadow:0 0 22px rgba(159,46,98,.18);
    }
    .time-slot small{
      display:block;
      color:var(--muted);
      font-size:12px;
    }
    .time-slot b{
      display:block;
      margin-top:4px;
      color:var(--text);
      font-size:14px;
    }

    .filter-shell{
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
      padding:16px;
      box-shadow:0 18px 50px rgba(0,0,0,.26);
      margin-bottom:24px;
    }
    .filter-row{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:10px;
    }
    .filter-label{
      color:var(--gold);
      font-weight:800;
      margin-right:4px;
      font-size:14px;
    }
    .rune-pill{
      border:1px solid rgba(232,190,111,.22);
      background:rgba(255,255,255,.04);
      color:var(--muted);
      border-radius:var(--radius-pill);
      padding:9px 14px;
      font-size:14px;
      transition:.22s ease;
      cursor:pointer;
    }
    .rune-pill:hover,
    .rune-pill.active{
      color:var(--text);
      border-color:rgba(241,207,139,.58);
      background:rgba(159,46,98,.22);
      box-shadow:0 0 18px rgba(159,46,98,.24);
    }

    .content-layout{
      display:grid;
      grid-template-columns:minmax(0, 8fr) minmax(280px, 4fr);
      gap:24px;
      align-items:start;
    }
    .entry-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0, 1fr));
      gap:18px;
    }
    .entry-card{
      min-height:198px;
      border:1px solid rgba(232,190,111,.23);
      border-radius:var(--radius-lg);
      background:
        radial-gradient(circle at 85% 10%, rgba(216,169,91,.12), transparent 34%),
        linear-gradient(180deg, rgba(35,20,43,.96), rgba(18,11,27,.94));
      padding:22px;
      position:relative;
      overflow:hidden;
      box-shadow:0 16px 46px rgba(0,0,0,.28);
      transition:.24s ease;
    }
    .entry-card:before{
      content:"";
      position:absolute;
      left:0;
      top:22px;
      bottom:22px;
      width:3px;
      border-radius:10px;
      background:linear-gradient(180deg, var(--gold), var(--accent));
      opacity:.85;
    }
    .entry-card:hover{
      transform:translateY(-4px);
      border-color:rgba(241,207,139,.58);
      box-shadow:0 22px 60px rgba(0,0,0,.34), 0 0 24px rgba(159,46,98,.18);
    }
    .entry-icon{
      width:42px;
      height:42px;
      border-radius:15px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:rgba(241,207,139,.1);
      border:1px solid rgba(241,207,139,.24);
      color:var(--gold);
      font-size:20px;
      margin-bottom:16px;
    }
    .entry-card h3{
      margin:0 0 8px;
      font-size:20px;
      line-height:1.35;
      font-weight:850;
    }
    .entry-card p{
      margin:0 0 16px;
      color:var(--muted);
      font-size:14.5px;
    }
    .entry-meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }
    .mini-badge{
      display:inline-flex;
      align-items:center;
      border:1px solid rgba(232,190,111,.18);
      background:rgba(255,255,255,.045);
      color:var(--paper);
      border-radius:var(--radius-pill);
      padding:4px 9px;
      font-size:12px;
    }

    .safe-aside{
      position:sticky;
      top:116px;
      display:grid;
      gap:16px;
    }
    .aside-card{
      border:1px solid rgba(232,190,111,.26);
      border-radius:var(--radius-lg);
      background:linear-gradient(180deg, rgba(28,16,37,.96), rgba(13,8,20,.96));
      padding:22px;
      box-shadow:0 16px 46px rgba(0,0,0,.28);
    }
    .aside-card h3{
      font-size:20px;
      margin:0 0 12px;
    }
    .aside-card p{
      color:var(--muted);
      margin:0 0 16px;
      font-size:14.5px;
    }
    .check-list{
      display:grid;
      gap:11px;
      padding:0;
      margin:0;
      list-style:none;
    }
    .check-list li{
      display:flex;
      gap:10px;
      color:var(--paper);
      font-size:14px;
    }
    .check-list li:before{
      content:"✓";
      width:21px;
      height:21px;
      flex:0 0 21px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:50%;
      color:#170c12;
      background:var(--gold);
      font-size:12px;
      font-weight:900;
      margin-top:2px;
    }
    .notice-box{
      border-color:rgba(255,111,145,.36);
      background:
        radial-gradient(circle at 100% 0%, rgba(255,111,145,.12), transparent 44%),
        linear-gradient(180deg, rgba(28,16,37,.96), rgba(13,8,20,.96));
    }
    .notice-box .age-badge{display:inline-flex;margin-bottom:12px}

    .path-strip{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:18px;
      align-items:center;
      margin-top:28px;
      border:1px solid var(--line);
      border-radius:var(--radius-xl);
      background:
        radial-gradient(circle at 8% 20%, rgba(216,169,91,.15), transparent 28%),
        linear-gradient(135deg, rgba(159,46,98,.22), rgba(28,16,37,.88));
      padding:26px;
      overflow:hidden;
    }
    .path-strip h2{
      margin:0 0 8px;
      font-size:clamp(24px, 3vw, 34px);
    }
    .path-strip p{
      margin:0;
      color:var(--muted);
    }
    .path-actions{
      display:flex;
      justify-content:flex-end;
      flex-wrap:wrap;
      gap:12px;
    }

    .steps-band{
      display:grid;
      grid-template-columns:repeat(4, minmax(0, 1fr));
      gap:14px;
    }
    .step-card{
      border:1px solid rgba(232,190,111,.22);
      border-radius:22px;
      background:rgba(255,255,255,.045);
      padding:18px;
      position:relative;
    }
    .step-num{
      width:34px;
      height:34px;
      display:flex;
      align-items:center;
      justify-content:center;
      border-radius:50%;
      color:#170c12;
      font-weight:900;
      background:linear-gradient(135deg, var(--gold), #b76b52);
      margin-bottom:12px;
    }
    .step-card h3{
      font-size:17px;
      margin:0 0 6px;
    }
    .step-card p{
      font-size:14px;
      color:var(--muted);
      margin:0;
    }

    .accordion{
      --bs-accordion-bg: transparent;
      --bs-accordion-border-color: transparent;
      display:grid;
      gap:12px;
    }
    .accordion-item{
      border:1px solid rgba(232,190,111,.24) !important;
      border-radius:20px !important;
      overflow:hidden;
      background:linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)) !important;
      color:var(--text);
    }
    .accordion-button{
      background:transparent !important;
      color:var(--text) !important;
      padding:18px 20px;
      font-weight:800;
      box-shadow:none !important;
      line-height:1.5;
    }
    .accordion-button:focus{
      box-shadow:0 0 0 4px rgba(159,46,98,.18) !important;
    }
    .accordion-button:not(.collapsed){
      border-bottom:1px solid rgba(232,190,111,.16);
    }
    .accordion-button::after{
      filter:invert(1) sepia(.5) saturate(1.5);
    }
    .accordion-body{
      color:var(--muted);
      padding:18px 20px 22px;
      font-size:15px;
    }

    .site-footer{
      position:relative;
      padding:58px 0 30px;
      color:var(--muted);
      border-top:1px solid rgba(232,190,111,.16);
      background:
        radial-gradient(circle at 20% 0%, rgba(159,46,98,.18), transparent 32%),
        linear-gradient(180deg, rgba(8,5,13,.84), #050308);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.25fr .8fr 1fr;
      gap:34px;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      color:var(--text);
      font-weight:900;
      margin-bottom:14px;
    }
    .site-footer p{
      margin:0;
      max-width:460px;
      font-size:14.5px;
    }
    .site-footer h3{
      color:var(--paper);
      font-size:17px;
      font-weight:850;
    }
    .footer-links{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:9px 14px;
    }
    .footer-links a{
      color:var(--muted);
      font-size:14px;
    }
    .footer-links a:hover{
      color:var(--gold);
      transform:translateX(2px);
    }
    .footer-note{
      border:1px solid rgba(232,190,111,.2);
      border-radius:18px;
      background:rgba(255,255,255,.045);
      padding:14px;
      font-size:13px;
    }
    .copyright{
      margin-top:32px;
      padding-top:20px;
      border-top:1px solid rgba(232,190,111,.12);
      font-size:13px;
      color:rgba(198,183,164,.78);
    }

    @media (max-width: 991.98px){
      .dock-header{top:12px}
      .dock-nav{
        border-radius:24px;
        padding:10px 12px;
      }
      .navbar-collapse{
        margin-top:12px;
        padding:14px;
        border-top:1px solid rgba(232,190,111,.12);
      }
      .navbar-nav{
        align-items:stretch !important;
        gap:6px;
        margin-bottom:14px;
      }
      .nav-link{
        padding:11px 14px !important;
      }
      .dock-search{
        width:100%;
        min-width:0;
        margin-bottom:10px;
      }
      .btn-magic{
        width:100%;
      }
      .category-hero{
        padding-top:112px;
      }
      .hero-grid,
      .content-layout,
      .path-strip{
        grid-template-columns:1fr;
      }
      .safe-aside{
        position:static;
      }
      .path-actions{
        justify-content:flex-start;
      }
      .steps-band{
        grid-template-columns:repeat(2, minmax(0, 1fr));
      }
      .footer-grid{
        grid-template-columns:1fr;
      }
    }

    @media (max-width: 767.98px){
      .site-container{
        width:min(100% - 24px, var(--container));
      }
      .section{
        padding:54px 0;
      }
      .section-title{
        display:block;
      }
      .section-title p{
        margin-top:10px;
      }
      .hero-plaque{
        padding:24px 18px;
        border-radius:24px;
      }
      .hero-copy p{
        font-size:15.5px;
      }
      .hero-actions .btn-magic,
      .hero-actions .btn-ghost{
        width:100%;
      }
      .entry-grid,
      .steps-band,
      .time-slots{
        grid-template-columns:1fr;
      }
      .filter-shell{
        padding:14px;
      }
      .filter-row{
        align-items:stretch;
      }
      .filter-label{
        width:100%;
      }
      .rune-pill{
        flex:1 1 auto;
      }
      .entry-card{
        min-height:auto;
        padding:20px;
      }
      .path-strip{
        padding:22px 18px;
        border-radius:24px;
      }
      .path-actions .btn-magic,
      .path-actions .btn-ghost{
        width:100%;
      }
      .footer-links{
        grid-template-columns:1fr;
      }
    }

    @media (max-width: 420px){
      .navbar-brand span:last-child{
        max-width:218px;
        overflow:hidden;
        text-overflow:ellipsis;
      }
      .hero-tags li,
      .tag{
        width:100%;
        justify-content:center;
      }
      .breadcrumb-line{
        font-size:12px;
      }
    }

/* roulang page: category2 */
:root{
      --bg:#0b0710;
      --bg-2:#130a18;
      --panel:#1b0f22;
      --panel-2:#241428;
      --panel-3:#2b182d;
      --text:#f5eadf;
      --muted:#c9b8aa;
      --weak:#9b8c83;
      --gold:#c9a05f;
      --amber:#e1b66f;
      --copper:#b66a47;
      --rose:#b83262;
      --rose-2:#7b2047;
      --purple:#5b2b7c;
      --line:rgba(201,160,95,.28);
      --line-2:rgba(255,255,255,.08);
      --shadow:0 24px 80px rgba(0,0,0,.45);
      --shadow-soft:0 16px 44px rgba(53,20,58,.32);
      --glow:0 0 32px rgba(184,50,98,.28);
      --radius:24px;
      --radius-lg:34px;
      --radius-sm:16px;
      --container:1180px;
      --nav-h:72px;
      --transition:.24s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"Microsoft YaHei","PingFang SC","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 12% 6%, rgba(184,50,98,.18), transparent 32%),
        radial-gradient(circle at 82% 14%, rgba(201,160,95,.14), transparent 28%),
        radial-gradient(circle at 48% 80%, rgba(91,43,124,.22), transparent 36%),
        linear-gradient(180deg,#09060d 0%,#120916 48%,#09060d 100%);
      line-height:1.72;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.38;
      background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
        radial-gradient(circle, rgba(201,160,95,.08) 1px, transparent 1.5px);
      background-size:54px 54px,54px 54px,26px 26px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.85), rgba(0,0,0,.25));
      z-index:-2;
    }
    body:after{
      content:"";
      position:fixed;
      inset:auto -20% -30% -20%;
      height:55vh;
      background:radial-gradient(ellipse at center, rgba(184,50,98,.18), transparent 62%);
      pointer-events:none;
      z-index:-1;
    }

    a{color:inherit;text-decoration:none;transition:var(--transition)}
    img{max-width:100%;height:auto}
    button,input{font:inherit}
    ::selection{background:rgba(201,160,95,.32);color:#fff}

    .site-container{
      width:min(var(--container), calc(100% - 40px));
      margin-inline:auto;
    }

    .dock-header{
      position:fixed;
      top:22px;
      left:0;
      right:0;
      z-index:1030;
      padding-inline:18px;
    }
    .dock-nav{
      max-width:1180px;
      margin:0 auto;
      min-height:var(--nav-h);
      padding:10px 16px;
      border:1px solid rgba(201,160,95,.32);
      border-radius:999px;
      background:rgba(19,10,24,.82);
      backdrop-filter:blur(18px);
      box-shadow:0 18px 60px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.07);
    }
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:10px;
      color:var(--text)!important;
      font-weight:800;
      letter-spacing:.02em;
      font-size:17px;
      white-space:normal;
      max-width:320px;
      line-height:1.25;
    }
    .brand-mark{
      width:34px;
      height:34px;
      flex:0 0 34px;
      border-radius:50%;
      display:inline-block;
      position:relative;
      background:
        radial-gradient(circle at 50% 50%, rgba(245,234,223,.95) 0 2px, transparent 3px),
        conic-gradient(from 35deg, var(--gold), var(--rose), var(--purple), var(--amber), var(--gold));
      box-shadow:0 0 22px rgba(201,160,95,.34);
    }
    .brand-mark:after{
      content:"";
      position:absolute;
      inset:6px;
      border-radius:50%;
      border:1px solid rgba(255,255,255,.45);
      background:rgba(11,7,16,.35);
    }
    .navbar-toggler{
      border:1px solid var(--line);
      border-radius:999px;
      padding:8px 10px;
      box-shadow:none!important;
    }
    .navbar-toggler-icon{
      width:1.2em;
      height:1.2em;
      filter:invert(1) sepia(.4) saturate(1.2);
    }
    .nav-link{
      color:var(--muted)!important;
      margin:0 4px;
      padding:9px 15px!important;
      border-radius:999px;
      font-size:15px;
      position:relative;
    }
    .nav-link:hover,
    .nav-link:focus{
      color:#fff!important;
      background:rgba(201,160,95,.1);
    }
    .nav-link.active{
      color:#fff!important;
      background:linear-gradient(135deg, rgba(184,50,98,.32), rgba(201,160,95,.16));
      box-shadow:inset 0 0 0 1px rgba(201,160,95,.22);
    }
    .dock-search{
      width:240px;
      height:42px;
      border:1px solid rgba(201,160,95,.26);
      border-radius:999px;
      display:flex;
      align-items:center;
      gap:8px;
      padding:0 13px;
      background:rgba(7,4,10,.42);
      color:var(--gold);
    }
    .dock-search input{
      width:100%;
      border:0;
      outline:0;
      background:transparent;
      color:var(--text);
      font-size:14px;
    }
    .dock-search input::placeholder{color:rgba(201,184,170,.68)}
    .dock-search:focus-within{
      border-color:rgba(184,50,98,.78);
      box-shadow:0 0 0 4px rgba(184,50,98,.14);
    }

    .btn-magic,
    .btn-ghost,
    .btn-soft{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:46px;
      padding:12px 20px;
      border-radius:999px;
      font-weight:700;
      letter-spacing:.01em;
      transition:var(--transition);
      border:1px solid transparent;
      white-space:nowrap;
    }
    .btn-magic{
      color:#fff;
      background:linear-gradient(135deg, var(--rose), var(--copper));
      border-color:rgba(255,226,169,.28);
      box-shadow:0 12px 26px rgba(184,50,98,.26), inset 0 1px 0 rgba(255,255,255,.18);
    }
    .btn-magic:hover,
    .btn-magic:focus{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 18px 38px rgba(184,50,98,.36),0 0 0 4px rgba(201,160,95,.12);
    }
    .btn-ghost{
      color:var(--text);
      background:rgba(255,255,255,.04);
      border-color:rgba(201,160,95,.34);
    }
    .btn-ghost:hover,
    .btn-ghost:focus{
      color:#fff;
      border-color:rgba(225,182,111,.75);
      background:rgba(201,160,95,.11);
      transform:translateY(-2px);
    }
    .btn-soft{
      color:#fff;
      background:rgba(91,43,124,.34);
      border-color:rgba(201,160,95,.22);
    }
    .btn-soft:hover{background:rgba(184,50,98,.28);transform:translateY(-2px)}

    main{padding-top:124px}
    section{position:relative}
    .section-pad{padding:76px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border:1px solid rgba(201,160,95,.26);
      border-radius:999px;
      color:var(--amber);
      background:rgba(201,160,95,.08);
      font-size:13px;
      font-weight:700;
    }
    .eyebrow:before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--rose);
      box-shadow:0 0 14px rgba(184,50,98,.9);
    }
    h1,h2,h3{line-height:1.22;margin:0}
    p{margin:0}
    .lead-text{color:var(--muted);font-size:18px;line-height:1.78}
    .muted{color:var(--muted)}
    .weak{color:var(--weak)}

    .notice-hero{
      padding:38px 0 50px;
    }
    .scroll-plaque{
      position:relative;
      border-radius:var(--radius-lg);
      border:1px solid rgba(201,160,95,.33);
      background:
        linear-gradient(135deg, rgba(43,24,45,.92), rgba(19,10,24,.92)),
        radial-gradient(circle at 78% 30%, rgba(184,50,98,.22), transparent 34%);
      box-shadow:var(--shadow), inset 0 1px 0 rgba(255,255,255,.08);
      overflow:hidden;
      padding:44px;
    }
    .scroll-plaque:before,
    .scroll-plaque:after{
      content:"";
      position:absolute;
      width:280px;
      height:280px;
      border:1px solid rgba(201,160,95,.12);
      border-radius:50%;
      pointer-events:none;
    }
    .scroll-plaque:before{right:-92px;top:-110px;box-shadow:0 0 70px rgba(184,50,98,.18)}
    .scroll-plaque:after{left:-150px;bottom:-160px}
    .hero-grid{
      display:grid;
      grid-template-columns:1.08fr .92fr;
      gap:34px;
      align-items:center;
      position:relative;
      z-index:1;
    }
    .hero-copy h1{
      font-size:clamp(32px,5vw,54px);
      letter-spacing:-.03em;
      margin:16px 0 18px;
      max-width:760px;
    }
    .hero-copy h1 span{
      color:var(--amber);
      text-shadow:0 0 24px rgba(201,160,95,.24);
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:26px;
    }
    .hero-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:24px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 12px;
      border-radius:999px;
      color:#eadfce;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.08);
      font-size:13px;
    }
    .tag b{color:var(--amber);font-weight:800}
    .demo-panel{
      border:1px solid rgba(201,160,95,.28);
      border-radius:28px;
      background:rgba(8,5,12,.46);
      padding:18px;
      box-shadow:inset 0 0 50px rgba(91,43,124,.14);
    }
    .demo-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:8px 8px 16px;
      border-bottom:1px solid rgba(201,160,95,.16);
      margin-bottom:14px;
    }
    .status-dot{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--muted);
      font-size:13px;
    }
    .status-dot:before{
      content:"";
      width:9px;
      height:9px;
      border-radius:50%;
      background:#6ee7a8;
      box-shadow:0 0 16px rgba(110,231,168,.7);
    }
    .demo-list{display:grid;gap:12px}
    .demo-item{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:12px;
      align-items:center;
      padding:14px;
      border-radius:18px;
      background:linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
      border:1px solid rgba(255,255,255,.08);
    }
    .demo-icon{
      width:38px;
      height:38px;
      border-radius:14px;
      display:grid;
      place-items:center;
      color:var(--amber);
      background:rgba(201,160,95,.1);
      border:1px solid rgba(201,160,95,.18);
    }
    .demo-item strong{display:block;font-size:15px}
    .demo-item small{color:var(--weak);font-size:12px}
    .demo-state{
      padding:5px 9px;
      border-radius:999px;
      font-size:12px;
      color:#fff;
      background:rgba(184,50,98,.24);
      border:1px solid rgba(184,50,98,.32);
    }

    .summary-strip{
      margin-top:22px;
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
    }
    .summary-box{
      border:1px solid rgba(201,160,95,.2);
      border-radius:20px;
      padding:16px;
      background:rgba(19,10,24,.72);
    }
    .summary-box strong{
      color:var(--amber);
      font-size:22px;
      display:block;
      line-height:1.1;
    }
    .summary-box span{color:var(--muted);font-size:13px}

    .section-title-row{
      display:grid;
      grid-template-columns:minmax(0, .78fr) minmax(260px, .42fr);
      gap:32px;
      align-items:end;
      margin-bottom:34px;
    }
    .section-title-row h2{
      font-size:clamp(26px,3.4vw,38px);
      margin-top:12px;
    }
    .section-title-row p{color:var(--muted)}

    .timeline-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 360px;
      gap:28px;
      align-items:start;
    }
    .update-timeline{
      position:relative;
      border:1px solid rgba(201,160,95,.22);
      border-radius:var(--radius-lg);
      background:rgba(19,10,24,.68);
      padding:26px;
      box-shadow:var(--shadow-soft);
      overflow:hidden;
    }
    .update-timeline:before{
      content:"";
      position:absolute;
      left:50px;
      top:38px;
      bottom:38px;
      width:1px;
      background:linear-gradient(to bottom, transparent, rgba(201,160,95,.48), rgba(184,50,98,.34), transparent);
    }
    .timeline-entry{
      position:relative;
      display:grid;
      grid-template-columns:54px 1fr;
      gap:18px;
      padding:0 0 26px;
    }
    .timeline-entry:last-child{padding-bottom:0}
    .timeline-bullet{
      width:50px;
      height:50px;
      border-radius:50%;
      display:grid;
      place-items:center;
      color:var(--amber);
      background:linear-gradient(135deg, rgba(201,160,95,.16), rgba(184,50,98,.18));
      border:1px solid rgba(201,160,95,.4);
      box-shadow:0 0 24px rgba(184,50,98,.18);
      z-index:1;
      font-weight:800;
    }
    .timeline-card{
      padding:20px;
      border-radius:22px;
      background:linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
      border:1px solid rgba(255,255,255,.085);
      transition:var(--transition);
    }
    .timeline-card:hover{
      transform:translateY(-3px);
      border-color:rgba(201,160,95,.38);
      box-shadow:0 16px 38px rgba(0,0,0,.25);
    }
    .timeline-meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-bottom:9px;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      padding:5px 9px;
      border-radius:999px;
      font-size:12px;
      color:var(--amber);
      border:1px solid rgba(201,160,95,.24);
      background:rgba(201,160,95,.08);
    }
    .timeline-card h3{
      font-size:20px;
      margin-bottom:8px;
    }
    .timeline-card p{color:var(--muted)}
    .side-panel{
      border:1px solid rgba(201,160,95,.25);
      border-radius:var(--radius);
      background:
        radial-gradient(circle at 85% 10%, rgba(184,50,98,.16), transparent 34%),
        rgba(19,10,24,.72);
      padding:24px;
      position:sticky;
      top:116px;
      box-shadow:var(--shadow-soft);
    }
    .side-panel h3{
      font-size:22px;
      margin-bottom:12px;
    }
    .check-list{
      display:grid;
      gap:12px;
      margin:18px 0 0;
      padding:0;
      list-style:none;
    }
    .check-list li{
      display:flex;
      gap:10px;
      color:var(--muted);
    }
    .check-list li:before{
      content:"✓";
      width:22px;
      height:22px;
      flex:0 0 22px;
      display:grid;
      place-items:center;
      border-radius:50%;
      color:#fff;
      background:rgba(184,50,98,.42);
      font-size:12px;
      margin-top:2px;
    }

    .wide-entry-wrap{
      display:grid;
      gap:16px;
    }
    .wide-entry{
      display:grid;
      grid-template-columns:62px 1fr auto;
      gap:18px;
      align-items:center;
      border:1px solid rgba(201,160,95,.22);
      border-radius:24px;
      background:linear-gradient(135deg, rgba(36,20,40,.86), rgba(19,10,24,.76));
      padding:20px;
      box-shadow:0 14px 40px rgba(0,0,0,.22);
      transition:var(--transition);
    }
    .wide-entry:hover{
      transform:translateY(-3px);
      border-color:rgba(225,182,111,.48);
      box-shadow:0 20px 52px rgba(0,0,0,.28), var(--glow);
    }
    .entry-mark{
      width:62px;
      height:62px;
      display:grid;
      place-items:center;
      border-radius:20px;
      color:var(--amber);
      font-size:24px;
      background:rgba(201,160,95,.1);
      border:1px solid rgba(201,160,95,.22);
    }
    .wide-entry h3{
      font-size:20px;
      margin-bottom:5px;
    }
    .wide-entry p{color:var(--muted)}
    .entry-action{
      color:var(--amber);
      font-weight:800;
      padding:10px 14px;
      border-radius:999px;
      background:rgba(201,160,95,.08);
      border:1px solid rgba(201,160,95,.2);
    }
    .wide-entry:hover .entry-action{
      color:#fff;
      background:rgba(184,50,98,.28);
      border-color:rgba(184,50,98,.42);
    }

    .compare-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
    .compare-card{
      border:1px solid rgba(201,160,95,.22);
      border-radius:var(--radius);
      padding:24px;
      background:rgba(19,10,24,.7);
      transition:var(--transition);
      min-height:100%;
    }
    .compare-card.featured{
      background:
        radial-gradient(circle at 80% 12%, rgba(184,50,98,.18), transparent 42%),
        rgba(36,20,40,.76);
      border-color:rgba(225,182,111,.45);
      box-shadow:0 0 0 1px rgba(201,160,95,.1), var(--glow);
    }
    .compare-card:hover{
      transform:translateY(-3px);
      border-color:rgba(225,182,111,.5);
    }
    .compare-card h3{
      font-size:21px;
      margin:14px 0 10px;
    }
    .compare-card p{color:var(--muted)}
    .compare-card ul{
      list-style:none;
      padding:0;
      margin:18px 0 0;
      display:grid;
      gap:10px;
    }
    .compare-card li{
      color:#ddd0c2;
      padding-left:22px;
      position:relative;
    }
    .compare-card li:before{
      content:"";
      position:absolute;
      left:0;
      top:.72em;
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--gold);
      box-shadow:0 0 12px rgba(201,160,95,.5);
    }

    .privacy-band{
      border-radius:var(--radius-lg);
      border:1px solid rgba(201,160,95,.28);
      background:
        linear-gradient(90deg, rgba(19,10,24,.92), rgba(43,24,45,.86)),
        radial-gradient(circle at 15% 20%, rgba(201,160,95,.14), transparent 30%);
      padding:30px;
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:24px;
      align-items:start;
      box-shadow:var(--shadow-soft);
    }
    .privacy-card{
      border-radius:22px;
      padding:22px;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.045);
    }
    .privacy-card h3{
      font-size:21px;
      margin-bottom:10px;
    }
    .privacy-card p{color:var(--muted)}

    .cta-panel{
      border-radius:36px;
      border:1px solid rgba(225,182,111,.38);
      background:
        radial-gradient(circle at 72% 34%, rgba(184,50,98,.25), transparent 36%),
        radial-gradient(circle at 20% 20%, rgba(201,160,95,.14), transparent 30%),
        linear-gradient(135deg, rgba(43,24,45,.9), rgba(11,7,16,.92));
      padding:42px;
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .cta-panel:before{
      content:"";
      position:absolute;
      inset:18px;
      border:1px solid rgba(201,160,95,.12);
      border-radius:28px;
      pointer-events:none;
    }
    .cta-content{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1fr auto;
      gap:24px;
      align-items:center;
    }
    .cta-content h2{
      font-size:clamp(27px,3.8vw,40px);
      margin:12px 0;
    }
    .cta-content p{color:var(--muted);max-width:760px}
    .cta-actions{
      display:flex;
      flex-direction:column;
      gap:12px;
      min-width:210px;
    }

    .accordion{
      --bs-accordion-bg:transparent;
      --bs-accordion-border-color:transparent;
      --bs-accordion-btn-focus-box-shadow:none;
    }
    .accordion-item{
      margin-bottom:14px;
      border:1px solid rgba(201,160,95,.22)!important;
      border-radius:22px!important;
      overflow:hidden;
      background:rgba(19,10,24,.72)!important;
      box-shadow:0 12px 30px rgba(0,0,0,.18);
    }
    .accordion-button{
      background:transparent!important;
      color:var(--text)!important;
      padding:20px 22px;
      font-weight:800;
      line-height:1.45;
      box-shadow:none!important;
    }
    .accordion-button:after{
      filter:invert(1) sepia(.6) saturate(1.4);
      opacity:.76;
    }
    .accordion-button:not(.collapsed){
      color:#fff!important;
      background:linear-gradient(135deg, rgba(184,50,98,.18), rgba(201,160,95,.08))!important;
    }
    .accordion-body{
      color:var(--muted);
      padding:0 22px 22px;
      line-height:1.78;
    }

    .site-footer{
      margin-top:60px;
      padding:58px 0 28px;
      border-top:1px solid rgba(201,160,95,.22);
      background:
        radial-gradient(circle at 80% 0%, rgba(184,50,98,.13), transparent 28%),
        linear-gradient(180deg, rgba(11,7,16,.72), rgba(6,4,8,.96));
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.1fr .8fr 1fr;
      gap:34px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      font-size:18px;
      font-weight:900;
      margin-bottom:14px;
    }
    .site-footer p,
    .footer-note{
      color:var(--muted);
      font-size:14px;
      line-height:1.8;
    }
    .site-footer h3{
      color:var(--amber);
      font-size:17px;
    }
    .footer-links{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:10px 14px;
    }
    .footer-links a{
      color:var(--muted);
      font-size:14px;
    }
    .footer-links a:hover{color:#fff;padding-left:3px}
    .copyright{
      margin-top:34px;
      padding-top:20px;
      border-top:1px solid rgba(255,255,255,.08);
      color:var(--weak);
      font-size:13px;
      text-align:center;
    }

    @media (max-width: 991.98px){
      .dock-header{top:12px}
      .dock-nav{
        border-radius:26px;
        padding:10px 14px;
      }
      .navbar-brand{max-width:250px;font-size:16px}
      .navbar-collapse{
        padding-top:14px;
      }
      .navbar-nav{
        align-items:stretch!important;
        gap:6px;
        padding:10px 0;
      }
      .nav-link{
        margin:0;
        padding:11px 14px!important;
      }
      .dock-search{
        width:100%;
        margin-bottom:10px;
      }
      .btn-magic{width:100%}
      main{padding-top:108px}
      .hero-grid,
      .timeline-layout,
      .section-title-row,
      .privacy-band,
      .cta-content,
      .footer-grid{
        grid-template-columns:1fr;
      }
      .scroll-plaque{padding:30px}
      .summary-strip{grid-template-columns:repeat(2,1fr)}
      .side-panel{position:relative;top:auto}
      .compare-grid{grid-template-columns:1fr}
      .cta-actions{min-width:0;flex-direction:row;flex-wrap:wrap}
      .cta-actions .btn-magic,.cta-actions .btn-ghost{width:auto;flex:1 1 200px}
    }

    @media (max-width: 767.98px){
      .site-container{width:min(100% - 28px,var(--container))}
      .section-pad{padding:54px 0}
      .notice-hero{padding:26px 0 36px}
      .scroll-plaque{padding:24px;border-radius:28px}
      .hero-copy h1{font-size:32px}
      .lead-text{font-size:16px}
      .hero-actions .btn-magic,
      .hero-actions .btn-ghost,
      .hero-actions .btn-soft{width:100%}
      .demo-item{grid-template-columns:42px 1fr}
      .demo-state{grid-column:2}
      .summary-strip{grid-template-columns:1fr}
      .update-timeline{padding:18px}
      .update-timeline:before{display:none}
      .timeline-entry{
        grid-template-columns:1fr;
        gap:10px;
        padding-bottom:16px;
      }
      .timeline-bullet{
        width:42px;
        height:42px;
      }
      .wide-entry{
        grid-template-columns:1fr;
        gap:12px;
      }
      .entry-mark{width:52px;height:52px}
      .entry-action{
        justify-self:start;
      }
      .privacy-band,
      .cta-panel{padding:24px;border-radius:28px}
      .footer-links{grid-template-columns:1fr}
    }

    @media (max-width: 420px){
      .dock-header{padding-inline:10px}
      .navbar-brand{font-size:14px;max-width:220px}
      .brand-mark{width:30px;height:30px;flex-basis:30px}
      .scroll-plaque{padding:20px}
      .timeline-card,
      .compare-card,
      .privacy-card{padding:18px}
    }
