/* roulang page: index */
:root{
      --bg:#151016;
      --bg-2:#1d141c;
      --bg-3:#231824;
      --surface:#2a1d2a;
      --surface-2:#322132;
      --card:#fff8f5;
      --card-2:#fff2ec;
      --text:#f8eef5;
      --text-dark:#271a22;
      --muted:#c8b4c5;
      --muted-dark:#6f5b69;
      --line:rgba(255,255,255,.1);
      --line-dark:rgba(50,25,42,.12);
      --accent:#8e2de2;
      --accent-2:#d9467a;
      --accent-3:#ff8a65;
      --accent-soft:rgba(217,70,122,.14);
      --shadow:0 22px 60px rgba(0,0,0,.34);
      --shadow-soft:0 16px 38px rgba(0,0,0,.18);
      --radius-xl:32px;
      --radius-lg:26px;
      --radius-md:20px;
      --radius-sm:14px;
      --container:1180px;
      --section-gap:88px;
      --focus:0 0 0 3px rgba(255,138,101,.22), 0 0 0 1px rgba(255,255,255,.12) inset;
    }
    *,*::before,*::after{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      background:
        radial-gradient(circle at 15% 0%, rgba(142,45,226,.16), transparent 28%),
        radial-gradient(circle at 85% 12%, rgba(255,138,101,.13), transparent 24%),
        linear-gradient(180deg, #130f15 0%, #151016 42%, #171117 100%);
      color:var(--text);
      line-height:1.8;
      letter-spacing:0;
      text-rendering:optimizeLegibility;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    ::selection{background:rgba(217,70,122,.35);color:#fff}
    .site-shell{
      width:min(100%, var(--container));
      margin:0 auto;
      padding:0 18px;
    }
    .page-pad{padding-top:24px}
    .top-dock{
      position:sticky;
      top:18px;
      z-index:50;
      margin:0 auto 18px;
      width:min(calc(100% - 18px), 1180px);
      border-radius:999px;
      background:rgba(20,15,22,.75);
      border:1px solid rgba(255,255,255,.08);
      backdrop-filter:blur(18px);
      box-shadow:0 18px 42px rgba(0,0,0,.24);
    }
    .top-dock .grid-x{
      align-items:center;
      gap:8px;
      padding:10px 14px;
    }
    .brand-mark{
      display:inline-flex;
      align-items:center;
      gap:10px;
      min-width:0;
      font-weight:800;
      color:#fff;
      white-space:nowrap;
    }
    .brand-dot{
      width:28px;height:28px;border-radius:999px;
      background:linear-gradient(135deg,var(--accent),var(--accent-2),var(--accent-3));
      box-shadow:0 0 0 4px rgba(255,255,255,.05), 0 8px 20px rgba(217,70,122,.28);
      flex:none;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-size:14px;
    }
    .brand-text{
      font-size:15px;
      line-height:1.1;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .dock-nav{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      flex-wrap:wrap;
    }
    .dock-nav a,
    .dock-nav button,
    .hero-actions a,
    .hero-actions button,
    .cta-actions a,
    .cta-actions button,
    .footer-links a{
      transition:transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease, color .22s ease, opacity .22s ease;
    }
    .dock-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 14px;
      border-radius:999px;
      color:var(--muted);
      border:1px solid transparent;
      font-size:14px;
      line-height:1;
      background:transparent;
    }
    .dock-link:hover,.dock-link:focus-visible{
      color:#fff;
      background:rgba(255,255,255,.06);
      border-color:rgba(255,255,255,.08);
      transform:translateY(-1px);
      outline:none;
    }
    .dock-link.active{
      color:#fff;
      background:linear-gradient(135deg, rgba(142,45,226,.28), rgba(217,70,122,.26));
      border-color:rgba(255,255,255,.1);
      box-shadow:0 10px 24px rgba(142,45,226,.14);
    }
    .dock-search{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:0;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.08);
      flex:1 1 220px;
      max-width:280px;
    }
    .dock-search input{
      margin:0;
      height:32px;
      border:none;
      box-shadow:none;
      background:transparent;
      color:#fff;
      padding:0;
      font-size:14px;
      min-width:0;
    }
    .dock-search input::placeholder{color:rgba(255,255,255,.48)}
    .dock-search input:focus{box-shadow:none}
    .dock-search button{
      margin:0;
      padding:7px 10px;
      border:none;
      border-radius:999px;
      color:#fff;
      background:linear-gradient(135deg,var(--accent),var(--accent-2));
      cursor:pointer;
    }
    .dock-search button:hover{filter:brightness(1.06);transform:translateY(-1px)}
    .dock-cta{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:11px 16px;
      border-radius:999px;
      background:linear-gradient(135deg,var(--accent),var(--accent-2),var(--accent-3));
      color:#fff;
      font-weight:700;
      box-shadow:0 12px 28px rgba(217,70,122,.24);
      white-space:nowrap;
    }
    .dock-cta:hover,.dock-cta:focus-visible{transform:translateY(-1px);filter:brightness(1.05);outline:none}
    .hero-band{
      position:relative;
      padding:68px 0 56px;
      overflow:hidden;
    }
    .hero-band::before,
    .hero-band::after{
      content:"";
      position:absolute;
      inset:auto;
      width:420px;height:420px;
      border-radius:50%;
      pointer-events:none;
      filter:blur(14px);
      opacity:.35;
    }
    .hero-band::before{
      top:-180px;left:-120px;
      background:radial-gradient(circle, rgba(142,45,226,.45), transparent 64%);
    }
    .hero-band::after{
      right:-160px;bottom:-160px;
      background:radial-gradient(circle, rgba(255,138,101,.28), transparent 62%);
    }
    .hero-card{
      position:relative;
      border-radius:var(--radius-xl);
      background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025)),
        linear-gradient(160deg, rgba(21,16,22,.92), rgba(34,24,36,.94));
      border:1px solid rgba(255,255,255,.09);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .hero-card .grid-x{align-items:stretch}
    .hero-copy{
      padding:34px 34px 30px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.08);
      color:#f3d8e8;
      font-size:13px;
      letter-spacing:0;
      white-space:nowrap;
    }
    .hero h1{
      margin:18px 0 14px;
      font-size:clamp(34px, 4vw, 46px);
      line-height:1.18;
      letter-spacing:0;
      font-weight:800;
      max-width:12ch;
    }
    .hero-lead{
      margin:0;
      color:#f0dfe8;
      font-size:17px;
      line-height:1.9;
      max-width:42rem;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:24px;
    }
    .btn-primary,
    .btn-secondary,
    .btn-ghost{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:0 18px;
      border-radius:999px;
      font-weight:700;
      border:1px solid transparent;
      cursor:pointer;
      white-space:nowrap;
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--accent),var(--accent-2),var(--accent-3));
      box-shadow:0 16px 30px rgba(217,70,122,.22);
    }
    .btn-primary:hover,.btn-primary:focus-visible{transform:translateY(-2px);filter:brightness(1.05);outline:none}
    .btn-secondary{
      color:#fff;
      background:rgba(255,255,255,.05);
      border-color:rgba(255,255,255,.1);
    }
    .btn-secondary:hover,.btn-secondary:focus-visible{background:rgba(255,255,255,.08);transform:translateY(-2px);outline:none}
    .btn-ghost{
      color:var(--text);
      background:transparent;
      border-color:rgba(255,255,255,.14);
    }
    .btn-ghost:hover,.btn-ghost:focus-visible{background:rgba(255,255,255,.05);transform:translateY(-2px);outline:none}
    .hero-meta{
      margin-top:22px;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .meta-pill{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:9px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.08);
      color:#f5e4ee;
      font-size:13px;
    }
    .hero-side{
      padding:26px 26px 24px;
      border-left:1px solid rgba(255,255,255,.08);
      background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
    }
    .side-panel{
      height:100%;
      display:flex;
      flex-direction:column;
      gap:16px;
    }
    .panel-title{
      font-size:15px;
      font-weight:800;
      letter-spacing:0;
      margin:0;
    }
    .panel-note{
      margin:0;
      color:#ddc4d4;
      font-size:14px;
      line-height:1.8;
    }
    .search-block{
      display:grid;
      gap:10px;
      padding:14px;
      border-radius:22px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.08);
    }
    .search-block label{
      font-size:13px;
      color:#f5dce8;
      font-weight:700;
    }
    .search-block .input-group{
      display:flex;
      align-items:center;
      gap:10px;
      margin:0;
    }
    .search-block input{
      margin:0;
      height:48px;
      border-radius:16px;
      border:1px solid rgba(255,255,255,.1);
      background:rgba(20,15,22,.7);
      color:#fff;
      box-shadow:none;
      padding:0 14px;
    }
    .search-block input::placeholder{color:rgba(255,255,255,.42)}
    .search-block input:focus{
      border-color:rgba(255,138,101,.45);
      box-shadow:var(--focus);
      background:rgba(20,15,22,.85);
    }
    .search-block button{
      border-radius:16px;
      min-width:104px;
      border:none;
      background:linear-gradient(135deg,var(--accent),var(--accent-2));
      color:#fff;
      font-weight:700;
    }
    .search-block button:hover{filter:brightness(1.05)}
    .step-list{
      display:grid;
      gap:12px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .step-item{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:13px 14px;
      border-radius:20px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,255,255,.08);
    }
    .step-num{
      flex:none;
      width:34px;height:34px;
      border-radius:12px;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,rgba(142,45,226,.34),rgba(217,70,122,.28));
      color:#fff;
      font-weight:800;
      font-size:13px;
    }
    .step-item strong{
      display:block;
      font-size:14px;
      line-height:1.3;
      margin-bottom:3px;
    }
    .step-item span{
      display:block;
      color:#d4bfca;
      font-size:13px;
      line-height:1.7;
    }
    .ribbon{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:18px;
    }
    .ribbon .mini{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 11px;
      border-radius:999px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.08);
      color:#f0dfe8;
      font-size:13px;
    }
    .section-band{
      padding:var(--section-gap) 0;
      position:relative;
    }
    .section-band.light{
      background:linear-gradient(180deg, rgba(255,248,245,.98), rgba(255,243,237,.96));
      color:var(--text-dark);
    }
    .section-band.light .section-head h2,
    .section-band.light .section-head p,
    .section-band.light .section-head .eyebrow,
    .section-band.light .section-head .section-lead,
    .section-band.light .note-soft,
    .section-band.light .card-title,
    .section-band.light .card-desc,
    .section-band.light .mini-txt,
    .section-band.light .faq-accordion,
    .section-band.light .faq-accordion p,
    .section-band.light .faq-accordion button{
      color:var(--text-dark);
    }
    .section-head{
      display:flex;
      flex-direction:column;
      gap:12px;
      margin-bottom:28px;
      max-width:820px;
    }
    .section-head h2{
      margin:0;
      font-size:clamp(26px, 2.5vw, 34px);
      line-height:1.2;
      font-weight:800;
      letter-spacing:0;
    }
    .section-lead{
      margin:0;
      font-size:16px;
      line-height:1.9;
      color:var(--muted);
      max-width:70ch;
    }
    .section-tag{
      display:inline-flex;
      align-items:center;
      gap:8px;
      width:max-content;
      padding:7px 12px;
      border-radius:999px;
      font-size:13px;
      font-weight:700;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.08);
    }
    .section-band.light .section-tag{
      background:rgba(142,45,226,.08);
      border-color:rgba(142,45,226,.12);
      color:#6e2f75;
    }
    .section-grid{display:grid;gap:18px}
    .directory-grid{
      grid-template-columns:repeat(12,1fr);
    }
    .directory-card{
      grid-column:span 3;
      display:flex;
      flex-direction:column;
      gap:14px;
      padding:24px;
      border-radius:var(--radius-lg);
      background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
      border:1px solid rgba(255,255,255,.08);
      box-shadow:var(--shadow-soft);
      min-height:198px;
    }
    .section-band.light .directory-card{
      background:#fff;
      border-color:rgba(50,25,42,.08);
      box-shadow:0 16px 36px rgba(50,25,42,.06);
    }
    .index-badge{
      width:max-content;
      padding:6px 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:800;
      letter-spacing:.02em;
      color:#fff;
      background:linear-gradient(135deg,var(--accent),var(--accent-2));
    }
    .card-title{
      margin:0;
      font-size:18px;
      line-height:1.35;
      font-weight:800;
      letter-spacing:0;
    }
    .card-desc{
      margin:0;
      font-size:14px;
      line-height:1.85;
      color:#d3c1cd;
    }
    .section-band.light .card-desc{color:var(--muted-dark)}
    .card-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      margin-top:auto;
      width:max-content;
      font-size:14px;
      font-weight:700;
      color:#f7dfe9;
    }
    .section-band.light .card-link{color:#9b345f}
    .card-link:hover{transform:translateX(2px)}
    .cards-grid{
      grid-template-columns:repeat(12,1fr);
    }
    .story-card{
      grid-column:span 4;
      display:flex;
      flex-direction:column;
      gap:16px;
      padding:18px;
      border-radius:28px;
      background:
        linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.025));
      border:1px solid rgba(255,255,255,.08);
      box-shadow:var(--shadow-soft);
      min-height:100%;
    }
    .section-band.light .story-card{
      background:#fff;
      border-color:rgba(50,25,42,.08);
    }
    .story-cover{
      height:126px;
      border-radius:22px;
      background:
        radial-gradient(circle at 18% 22%, rgba(255,255,255,.36), transparent 26%),
        linear-gradient(135deg, rgba(142,45,226,.86), rgba(217,70,122,.72), rgba(255,138,101,.72));
      position:relative;
      overflow:hidden;
    }
    .story-cover::after{
      content:"";
      position:absolute;
      inset:14px;
      border-radius:18px;
      background:
        linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,0)),
        repeating-linear-gradient(180deg, rgba(255,255,255,.12) 0 1px, transparent 1px 14px);
      mix-blend-mode:soft-light;
      opacity:.7;
    }
    .story-cover span{
      position:absolute;
      left:16px;bottom:14px;
      z-index:1;
      font-size:13px;
      font-weight:800;
      color:#fff;
      letter-spacing:0;
    }
    .story-meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }
    .chip{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.06);
      color:#f2dde6;
      font-size:12px;
      border:1px solid rgba(255,255,255,.08);
    }
    .section-band.light .chip{
      background:rgba(142,45,226,.08);
      color:#84345b;
      border-color:rgba(142,45,226,.12);
    }
    .story-title{
      margin:0;
      font-size:18px;
      line-height:1.42;
      font-weight:800;
      letter-spacing:0;
    }
    .story-summary{
      margin:0;
      color:#d0bdc8;
      font-size:14px;
      line-height:1.85;
    }
    .section-band.light .story-summary{color:var(--muted-dark)}
    .story-foot{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
      justify-content:space-between;
      margin-top:auto;
      padding-top:6px;
      color:#d9c6d0;
      font-size:13px;
    }
    .story-foot a{
      color:#fff;
      font-weight:700;
      display:inline-flex;
      align-items:center;
      gap:6px;
    }
    .section-band.light .story-foot,
    .section-band.light .story-foot a{color:#8e365c}
    .updates-grid{
      grid-template-columns:repeat(12,1fr);
      align-items:stretch;
    }
    .updates-timeline{
      grid-column:span 7;
      padding:24px;
      border-radius:var(--radius-lg);
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.08);
      box-shadow:var(--shadow-soft);
    }
    .section-band.light .updates-timeline{
      background:#fff;
      border-color:rgba(50,25,42,.08);
    }
    .update-row{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:14px;
      align-items:flex-start;
      padding:16px 0;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .section-band.light .update-row{border-bottom-color:rgba(50,25,42,.08)}
    .update-row:last-child{border-bottom:none;padding-bottom:0}
    .update-date{
      flex:none;
      width:52px;
      padding:8px 0;
      border-radius:18px;
      text-align:center;
      font-weight:800;
      font-size:13px;
      color:#fff;
      background:linear-gradient(135deg,var(--accent),var(--accent-2));
    }
    .update-title{
      margin:0;
      font-size:16px;
      font-weight:800;
      line-height:1.45;
    }
    .update-desc{
      margin:6px 0 0;
      font-size:14px;
      line-height:1.8;
      color:#d1bcc9;
    }
    .section-band.light .update-desc{color:var(--muted-dark)}
    .update-chip{
      justify-self:end;
      align-self:center;
      padding:7px 10px;
      border-radius:999px;
      font-size:12px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.08);
      color:#f1dfe8;
      white-space:nowrap;
    }
    .side-rail{
      grid-column:span 5;
      display:grid;
      gap:14px;
    }
    .rail-card{
      padding:22px;
      border-radius:var(--radius-lg);
      background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
      border:1px solid rgba(255,255,255,.08);
      box-shadow:var(--shadow-soft);
    }
    .section-band.light .rail-card{
      background:#fff;
      border-color:rgba(50,25,42,.08);
    }
    .rail-card ul{
      margin:14px 0 0;
      padding-left:18px;
      color:#d4bfca;
      font-size:14px;
      line-height:1.85;
    }
    .section-band.light .rail-card ul{color:var(--muted-dark)}
    .category-grid{
      grid-template-columns:repeat(12,1fr);
    }
    .category-item{
      grid-column:span 6;
      padding:26px;
      border-radius:30px;
      background:
        linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
      border:1px solid rgba(255,255,255,.08);
      box-shadow:var(--shadow-soft);
      display:grid;
      gap:16px;
      min-height:228px;
      position:relative;
      overflow:hidden;
    }
    .category-item::before{
      content:"";
      position:absolute;
      inset:auto -50px -70px auto;
      width:180px;height:180px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(217,70,122,.22), transparent 65%);
      pointer-events:none;
    }
    .section-band.light .category-item{
      background:#fff;
      border-color:rgba(50,25,42,.08);
    }
    .category-top{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:14px;
    }
    .category-number{
      width:56px;height:56px;
      border-radius:18px;
      display:grid;
      place-items:center;
      font-size:20px;
      font-weight:800;
      color:#fff;
      background:linear-gradient(135deg,var(--accent),var(--accent-2));
      box-shadow:0 12px 28px rgba(217,70,122,.24);
      flex:none;
    }
    .category-body{
      display:grid;
      gap:10px;
    }
    .category-tags{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }
    .category-tags .chip{font-size:12px}
    .category-actions{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
      margin-top:auto;
    }
    .related-row{
      display:grid;
      grid-template-columns:repeat(12,1fr);
      gap:16px;
    }
    .related-card{
      grid-column:span 4;
      padding:22px;
      border-radius:28px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.08);
      box-shadow:var(--shadow-soft);
      min-height:100%;
      display:flex;
      flex-direction:column;
      gap:14px;
    }
    .section-band.light .related-card{
      background:#fff;
      border-color:rgba(50,25,42,.08);
    }
    .related-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
    }
    .related-index{
      font-size:12px;
      font-weight:800;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.08);
      color:#f3dbe5;
    }
    .section-band.light .related-index{
      background:rgba(142,45,226,.08);
      color:#8a3860;
      border-color:rgba(142,45,226,.12);
    }
    .related-title{
      margin:0;
      font-size:17px;
      line-height:1.45;
      font-weight:800;
    }
    .related-copy{
      margin:0;
      color:#d1bcc9;
      font-size:14px;
      line-height:1.85;
    }
    .section-band.light .related-copy{color:var(--muted-dark)}
    .related-foot{
      margin-top:auto;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      color:#d8c6d1;
      font-size:13px;
    }
    .safety-grid{
      grid-template-columns:repeat(12,1fr);
      align-items:stretch;
    }
    .safety-card{
      grid-column:span 4;
      padding:22px;
      border-radius:28px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.08);
      box-shadow:var(--shadow-soft);
      display:grid;
      gap:14px;
    }
    .section-band.light .safety-card{
      background:#fff;
      border-color:rgba(50,25,42,.08);
    }
    .safety-icon{
      width:48px;height:48px;
      border-radius:16px;
      display:grid;
      place-items:center;
      color:#fff;
      background:linear-gradient(135deg,var(--accent),var(--accent-2));
      box-shadow:0 12px 20px rgba(217,70,122,.18);
      font-size:18px;
    }
    .safety-card p{
      margin:0;
      color:#d3bfca;
      font-size:14px;
      line-height:1.85;
    }
    .section-band.light .safety-card p{color:var(--muted-dark)}
    .faq-wrap{
      padding:24px;
      border-radius:30px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.08);
      box-shadow:var(--shadow-soft);
    }
    .section-band.light .faq-wrap{
      background:#fff;
      border-color:rgba(50,25,42,.08);
    }
    .faq-accordion{
      background:transparent;
      color:inherit;
      border:none;
    }
    .faq-accordion .accordion-item{
      border:none;
      border-bottom:1px solid rgba(255,255,255,.08);
      background:transparent;
    }
    .section-band.light .faq-accordion .accordion-item{
      border-bottom-color:rgba(50,25,42,.08);
    }
    .faq-accordion .accordion-title{
      padding:18px 0;
      background:transparent;
      border:none;
      color:inherit;
      font-size:16px;
      font-weight:800;
      line-height:1.45;
    }
    .faq-accordion .accordion-title:hover,
    .faq-accordion .accordion-title:focus-visible{
      background:transparent;
      outline:none;
      color:inherit;
    }
    .faq-accordion .accordion-content{
      padding:0 0 18px;
      border:none;
      background:transparent;
      color:inherit;
    }
    .faq-accordion .accordion-content p{
      margin:0;
      font-size:14px;
      line-height:1.9;
      color:#d1bcc9;
    }
    .section-band.light .faq-accordion .accordion-content p{color:var(--muted-dark)}
    .cta-band{
      padding:0 0 78px;
    }
    .cta-panel{
      padding:30px;
      border-radius:34px;
      background:
        linear-gradient(135deg, rgba(142,45,226,.92), rgba(217,70,122,.88), rgba(255,138,101,.82));
      color:#fff;
      box-shadow:0 28px 58px rgba(142,45,226,.26);
      overflow:hidden;
      position:relative;
    }
    .cta-panel::after{
      content:"";
      position:absolute;
      right:-40px;
      top:-30px;
      width:220px;height:220px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(255,255,255,.18), transparent 68%);
      pointer-events:none;
    }
    .cta-title{
      margin:0;
      font-size:clamp(26px, 2.8vw, 36px);
      line-height:1.18;
      font-weight:800;
    }
    .cta-copy{
      margin:14px 0 0;
      max-width:60ch;
      font-size:16px;
      line-height:1.9;
      color:rgba(255,255,255,.92);
    }
    .cta-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:24px;
    }
    .cta-actions .btn-primary{
      background:#fff;
      color:#7d2456;
      box-shadow:none;
    }
    .cta-actions .btn-primary:hover,.cta-actions .btn-primary:focus-visible{background:#fff;filter:none;opacity:.95}
    .cta-actions .btn-secondary{
      background:rgba(255,255,255,.12);
      border-color:rgba(255,255,255,.18);
      color:#fff;
    }
    .cta-actions .btn-ghost{
      border-color:rgba(255,255,255,.24);
      color:#fff;
    }
    .cta-note{
      margin-top:16px;
      color:rgba(255,255,255,.86);
      font-size:13px;
      line-height:1.8;
    }
    footer{
      padding:22px 0 36px;
      color:#d7c7d1;
    }
    .footer-shell{
      padding:20px 0 0;
      border-top:1px solid rgba(255,255,255,.08);
    }
    .footer-top{
      display:flex;
      gap:18px;
      justify-content:space-between;
      align-items:flex-start;
      flex-wrap:wrap;
    }
    .footer-brand{
      display:grid;
      gap:10px;
      max-width:44rem;
    }
    .footer-brand strong{
      font-size:18px;
      color:#fff;
    }
    .footer-brand p{
      margin:0;
      font-size:14px;
      line-height:1.85;
      color:#d7c7d1;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px 12px;
      align-items:center;
      justify-content:flex-end;
    }
    .footer-links a{
      padding:8px 10px;
      border-radius:999px;
      color:#f0dfe8;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.03);
      font-size:13px;
    }
    .footer-links a:hover,.footer-links a:focus-visible{
      background:rgba(255,255,255,.06);
      transform:translateY(-1px);
      outline:none;
    }
    .footer-bottom{
      display:flex;
      flex-wrap:wrap;
      justify-content:space-between;
      gap:10px;
      margin-top:18px;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.08);
      font-size:13px;
      color:#bca8b6;
    }
    .notice-strip{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:20px;
    }
    .notice-strip .mini{
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.08);
      color:#f0dfe8;
      font-size:13px;
      display:inline-flex;
      align-items:center;
      gap:7px;
    }
    .paper-line{
      width:100%;
      height:1px;
      background:linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent);
      margin:0 0 10px;
    }
    .focusable:focus-visible,
    a:focus-visible,
    button:focus-visible,
    input:focus-visible{
      outline:none;
      box-shadow:var(--focus);
    }
    .age-modal{
      border-radius:28px;
      background:linear-gradient(180deg, #1d141c, #261a24);
      color:#fff;
      border:1px solid rgba(255,255,255,.1);
      box-shadow:var(--shadow);
    }
    .age-modal .modal-body{
      padding:30px;
    }
    .age-modal h3{
      margin:0 0 10px;
      font-size:24px;
      line-height:1.25;
      font-weight:800;
    }
    .age-modal p{
      margin:0;
      color:#dfcada;
      font-size:15px;
      line-height:1.9;
    }
    .age-modal .modal-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:22px;
    }
    .age-modal .close-button{
      color:#fff;
      font-size:22px;
      top:12px;
      right:14px;
    }
    .scroll-top{
      position:fixed;
      right:16px;
      bottom:16px;
      z-index:40;
      width:48px;height:48px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--accent),var(--accent-2));
      color:#fff;
      display:grid;
      place-items:center;
      box-shadow:0 16px 28px rgba(217,70,122,.26);
    }
    .scroll-top:hover{transform:translateY(-2px)}
    @media print{
      .top-dock,.scroll-top,.hero-actions,.cta-actions,.footer-links,.search-block{display:none !important}
      body{background:#fff;color:#000}
      .section-band,.hero-band,.cta-band{padding:24px 0}
      .hero-card,.directory-card,.story-card,.updates-timeline,.rail-card,.category-item,.related-card,.safety-card,.faq-wrap,.cta-panel{box-shadow:none}
    }
    @media screen and (max-width: 1024px){
      :root{--section-gap:72px}
      .top-dock{
        width:min(calc(100% - 12px), 1180px);
        border-radius:28px;
      }
      .dock-nav{
        justify-content:flex-start;
      }
      .dock-search{order:4;max-width:none;flex:1 1 100%}
      .hero-copy,.hero-side{padding:24px}
      .hero-side{border-left:none;border-top:1px solid rgba(255,255,255,.08)}
      .directory-card,.story-card,.related-card,.safety-card,.category-item{
        grid-column:span 6;
      }
      .updates-timeline,.side-rail{grid-column:span 12}
    }
    @media screen and (max-width: 640px){
      :root{--section-gap:56px}
      .page-pad{padding-top:12px}
      .top-dock{
        top:10px;
        border-radius:22px;
      }
      .top-dock .grid-x{padding:10px}
      .dock-link{padding:9px 12px;font-size:13px}
      .dock-cta{padding:10px 14px;font-size:13px}
      .hero-band{padding:30px 0 44px}
      .hero-copy,.hero-side,.directory-card,.story-card,.related-card,.safety-card,.category-item,.updates-timeline,.rail-card,.faq-wrap,.cta-panel{
        padding-left:18px;
        padding-right:18px;
      }
      .hero h1{max-width:none;font-size:34px}
      .hero-lead,.section-lead,.cta-copy,.panel-note{font-size:15px;line-height:1.85}
      .directory-card,.story-card,.related-card,.safety-card,.category-item{grid-column:span 12}
      .hero-actions,.cta-actions,.notice-strip,.footer-links{gap:10px}
      .search-block .input-group{flex-direction:column;align-items:stretch}
      .search-block button{width:100%}
      .update-row{
        grid-template-columns:1fr;
      }
      .update-chip{justify-self:start}
      .footer-top{flex-direction:column}
      .footer-links{justify-content:flex-start}
      .scroll-top{right:12px;bottom:12px}
    }

/* roulang page: category1 */
:root {
      --bg: #151016;
      --bg-soft: #1d141c;
      --bg-card: #fff8f5;
      --bg-card-dark: #211821;
      --text: #fff7f3;
      --text-dark: #2b1b25;
      --muted: #cdb8c4;
      --muted-dark: #7b6672;
      --line: rgba(255, 248, 245, .14);
      --line-soft: rgba(142, 45, 226, .24);
      --primary: #d9467a;
      --secondary: #8e2de2;
      --accent: #ff8a65;
      --cream: #fff1e8;
      --radius-xl: 32px;
      --radius-lg: 24px;
      --radius-md: 18px;
      --shadow: 0 26px 70px rgba(0, 0, 0, .34);
      --shadow-soft: 0 18px 44px rgba(63, 26, 48, .16);
      --gradient: linear-gradient(135deg, #8e2de2 0%, #d9467a 54%, #ff8a65 100%);
      --gradient-soft: radial-gradient(circle at top left, rgba(255, 138, 101, .28), transparent 36%), radial-gradient(circle at 85% 15%, rgba(142, 45, 226, .32), transparent 34%);
      --font: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
    }

    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      min-height: 100vh;
      color: var(--text);
      background:
        radial-gradient(circle at 12% 0%, rgba(142,45,226,.24), transparent 34%),
        radial-gradient(circle at 86% 12%, rgba(217,70,122,.2), transparent 30%),
        linear-gradient(180deg, #151016 0%, #1d141c 48%, #151016 100%);
      font-family: var(--font);
      line-height: 1.8;
      overflow-x: hidden;
    }

    a { color: inherit; text-decoration: none; transition: .22s ease; }
    a:hover, a:focus { color: #ffe3d4; }
    button, input { font-family: inherit; }
    button:focus, input:focus, a:focus-visible {
      outline: 3px solid rgba(255, 138, 101, .42);
      outline-offset: 3px;
    }

    .site-shell {
      width: min(1120px, calc(100% - 32px));
      margin: 0 auto;
    }

    .read-shell {
      width: min(860px, calc(100% - 32px));
      margin: 0 auto;
    }

    .page-pad {
      position: sticky;
      top: 18px;
      z-index: 50;
      width: 100%;
      padding: 0 16px;
    }

    .top-dock {
      width: min(1120px, 100%);
      margin: 0 auto;
      padding: 10px;
      border: 1px solid rgba(255, 248, 245, .16);
      border-radius: 999px;
      background: rgba(25, 17, 25, .78);
      box-shadow: 0 18px 50px rgba(0,0,0,.28);
      backdrop-filter: blur(18px);
    }

    .brand-mark {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-width: 0;
      color: var(--text);
      font-weight: 800;
      letter-spacing: -.02em;
      white-space: nowrap;
    }

    .brand-dot {
      display: inline-grid;
      place-items: center;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      color: #fff;
      background: var(--gradient);
      box-shadow: 0 10px 24px rgba(217, 70, 122, .35);
    }

    .brand-text {
      max-width: 260px;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 15px;
    }

    .dock-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      padding: 0 14px;
    }

    .dock-link {
      display: inline-flex;
      align-items: center;
      padding: 10px 14px;
      border-radius: 999px;
      color: #eadbe3;
      font-size: 14px;
      font-weight: 700;
    }

    .dock-link:hover {
      color: #fff;
      background: rgba(255,255,255,.08);
      transform: translateY(-1px);
    }

    .dock-link.active {
      color: #fff;
      background: linear-gradient(135deg, rgba(142,45,226,.72), rgba(217,70,122,.72));
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
    }

    .dock-search {
      display: flex;
      align-items: center;
      gap: 6px;
      height: 40px;
      padding: 0 8px 0 14px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 999px;
      background: rgba(255, 248, 245, .08);
    }

    .dock-search input {
      width: 100%;
      min-width: 0;
      height: 34px;
      margin: 0;
      padding: 0;
      border: 0;
      box-shadow: none;
      background: transparent;
      color: var(--text);
      font-size: 13px;
    }

    .dock-search input::placeholder { color: rgba(255, 247, 243, .56); }

    .dock-search button {
      display: inline-grid;
      place-items: center;
      width: 30px;
      height: 30px;
      border: 0;
      border-radius: 50%;
      color: #fff;
      background: rgba(255,255,255,.12);
      cursor: pointer;
    }

    .dock-search svg, .dock-cta svg { width: 17px; height: 17px; }

    .dock-cta {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 11px 16px;
      border-radius: 999px;
      color: #fff;
      font-size: 14px;
      font-weight: 800;
      background: var(--gradient);
      box-shadow: 0 12px 28px rgba(217,70,122,.32);
      white-space: nowrap;
    }

    .dock-cta:hover {
      color: #fff;
      transform: translateY(-2px);
      filter: brightness(1.06);
    }

    main { padding-top: 54px; }

    .category-hero {
      position: relative;
      padding: 54px 0 34px;
    }

    .cover-card {
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: var(--radius-xl);
      background:
        var(--gradient-soft),
        linear-gradient(145deg, rgba(255,248,245,.1), rgba(33,24,33,.9));
      box-shadow: var(--shadow);
    }

    .cover-card::after {
      content: "";
      position: absolute;
      inset: auto -80px -120px auto;
      width: 320px;
      height: 320px;
      border-radius: 50%;
      background: rgba(255, 138, 101, .16);
      filter: blur(8px);
    }

    .hero-copy {
      position: relative;
      z-index: 1;
      padding: 44px;
    }

    .corner-sticker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 18px;
      padding: 9px 14px;
      border-radius: 999px;
      color: #2b1b25;
      background: #ffe1cf;
      font-size: 13px;
      font-weight: 900;
      box-shadow: 0 14px 30px rgba(255,138,101,.18);
      transform: rotate(-2deg);
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 16px;
      color: #ffd6c7;
      font-size: 14px;
      font-weight: 800;
    }

    .eyebrow::before {
      content: "";
      width: 34px;
      height: 3px;
      border-radius: 99px;
      background: var(--gradient);
    }

    h1 {
      max-width: 800px;
      margin: 0 0 18px;
      color: #fff;
      font-size: clamp(32px, 5vw, 48px);
      line-height: 1.18;
      font-weight: 900;
      letter-spacing: -.04em;
    }

    .hero-lead {
      max-width: 760px;
      margin: 0 0 28px;
      color: #eadbe3;
      font-size: 18px;
      line-height: 1.88;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }

    .btn-main, .btn-ghost {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 46px;
      padding: 12px 20px;
      border-radius: 999px;
      font-weight: 850;
      line-height: 1;
      transition: .22s ease;
    }

    .btn-main {
      color: #fff;
      background: var(--gradient);
      box-shadow: 0 16px 34px rgba(217,70,122,.35);
    }

    .btn-main:hover {
      color: #fff;
      transform: translateY(-3px);
      filter: brightness(1.05);
    }

    .btn-ghost {
      color: #fff7f3;
      border: 1px solid rgba(255,255,255,.18);
      background: rgba(255,255,255,.08);
    }

    .btn-ghost:hover {
      color: #fff;
      border-color: rgba(255,138,101,.5);
      background: rgba(255,138,101,.12);
      transform: translateY(-2px);
    }

    .info-panel {
      position: relative;
      z-index: 1;
      height: 100%;
      padding: 34px;
      border-left: 1px solid rgba(255,255,255,.12);
      background: rgba(21, 16, 22, .32);
    }

    .deal-badge {
      display: inline-grid;
      place-items: center;
      width: 104px;
      height: 104px;
      margin-bottom: 20px;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      font-weight: 900;
      line-height: 1.25;
      background: var(--gradient);
      box-shadow: 0 18px 44px rgba(217,70,122,.32);
    }

    .metric-list {
      display: grid;
      gap: 12px;
      margin: 0;
      list-style: none;
    }

    .metric-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 15px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 20px;
      background: rgba(255,255,255,.07);
    }

    .metric-num {
      flex: 0 0 auto;
      display: inline-grid;
      place-items: center;
      width: 40px;
      height: 40px;
      border-radius: 14px;
      color: #fff;
      font-weight: 900;
      background: rgba(255,255,255,.12);
    }

    .metric-list strong {
      display: block;
      color: #fff;
      line-height: 1.35;
    }

    .metric-list span {
      display: block;
      margin-top: 2px;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.55;
    }

    .notice-strip {
      margin-top: 18px;
      padding: 14px 18px;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 18px;
      color: #f4dce7;
      background: rgba(0,0,0,.18);
      font-size: 14px;
    }

    .section {
      padding: 52px 0;
    }

    .section-head {
      margin-bottom: 24px;
    }

    .section-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 10px;
      color: #ffcab8;
      font-size: 13px;
      font-weight: 900;
      letter-spacing: .04em;
    }

    .section-kicker::before {
      content: "";
      width: 28px;
      height: 3px;
      border-radius: 999px;
      background: var(--gradient);
    }

    h2 {
      margin: 0;
      color: #fff;
      font-size: clamp(25px, 3vw, 34px);
      line-height: 1.25;
      font-weight: 900;
      letter-spacing: -.03em;
    }

    .section-head p {
      max-width: 760px;
      margin: 12px 0 0;
      color: var(--muted);
      font-size: 16px;
    }

    .summary-card, .directory-card, .entry-card, .timeline-card, .recommend-card, .faq-wrap, .cta-card {
      border: 1px solid rgba(255,255,255,.12);
      border-radius: var(--radius-lg);
      background: rgba(255,248,245,.08);
      box-shadow: 0 18px 46px rgba(0,0,0,.18);
      transition: .22s ease;
    }

    .summary-card:hover, .directory-card:hover, .entry-card:hover, .recommend-card:hover {
      transform: translateY(-5px);
      border-color: rgba(255,138,101,.38);
      box-shadow: 0 26px 58px rgba(0,0,0,.24);
    }

    .summary-card {
      padding: 28px;
      background: linear-gradient(145deg, rgba(255,248,245,.12), rgba(255,248,245,.055));
    }

    .summary-card h3, .directory-card h3, .entry-card h3, .timeline-card h3, .recommend-card h3 {
      margin: 0 0 10px;
      color: #fff;
      font-size: 21px;
      font-weight: 900;
      line-height: 1.38;
    }

    .summary-card p, .directory-card p, .entry-card p, .timeline-card p, .recommend-card p {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.78;
    }

    .badge-row {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin-top: 18px;
    }

    .pill {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 7px 11px;
      border-radius: 999px;
      color: #ffe8df;
      border: 1px solid rgba(255,255,255,.12);
      background: rgba(255,255,255,.08);
      font-size: 12px;
      font-weight: 800;
    }

    .pill.hot {
      color: #2b1b25;
      border: 0;
      background: #ffd4c2;
    }

    .directory-grid {
      display: grid;
      gap: 16px;
    }

    .directory-card {
      display: grid;
      grid-template-columns: 76px 1fr;
      gap: 18px;
      padding: 24px;
    }

    .dir-num {
      display: inline-grid;
      place-items: center;
      width: 66px;
      height: 66px;
      border-radius: 22px;
      color: #fff;
      font-size: 20px;
      font-weight: 950;
      background: linear-gradient(135deg, rgba(142,45,226,.88), rgba(217,70,122,.82));
      box-shadow: 0 16px 34px rgba(142,45,226,.24);
    }

    .entry-list {
      display: grid;
      gap: 16px;
    }

    .entry-card {
      position: relative;
      overflow: hidden;
      display: grid;
      grid-template-columns: 128px 1fr;
      gap: 20px;
      padding: 22px;
    }

    .entry-cover {
      display: grid;
      place-items: center;
      min-height: 128px;
      border-radius: 22px;
      color: rgba(255,255,255,.92);
      font-size: 32px;
      font-weight: 950;
      background:
        radial-gradient(circle at 28% 22%, rgba(255,255,255,.3), transparent 20%),
        linear-gradient(135deg, rgba(142,45,226,.95), rgba(217,70,122,.82), rgba(255,138,101,.74));
    }

    .entry-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 16px;
      color: #f0d3df;
      font-size: 13px;
    }

    .split-panel {
      align-items: stretch;
    }

    .light-note {
      height: 100%;
      padding: 32px;
      border-radius: var(--radius-lg);
      color: var(--text-dark);
      background: var(--bg-card);
      box-shadow: var(--shadow-soft);
    }

    .light-note h2, .light-note h3 { color: var(--text-dark); }
    .light-note p { color: var(--muted-dark); }

    .check-list {
      display: grid;
      gap: 13px;
      margin: 20px 0 0;
      list-style: none;
    }

    .check-list li {
      display: flex;
      gap: 10px;
      color: #513844;
      font-weight: 750;
      line-height: 1.55;
    }

    .check-list li::before {
      content: "✓";
      flex: 0 0 auto;
      display: inline-grid;
      place-items: center;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      color: #fff;
      background: var(--gradient);
      font-size: 13px;
      font-weight: 900;
    }

    .timeline-card {
      position: relative;
      padding: 26px 26px 26px 34px;
    }

    .timeline-card::before {
      content: "";
      position: absolute;
      left: 16px;
      top: 30px;
      bottom: 30px;
      width: 3px;
      border-radius: 99px;
      background: linear-gradient(180deg, #8e2de2, #ff8a65);
    }

    .timeline-item {
      position: relative;
      padding: 0 0 22px 24px;
    }

    .timeline-item:last-child { padding-bottom: 0; }

    .timeline-item::before {
      content: "";
      position: absolute;
      left: -24px;
      top: 7px;
      width: 12px;
      height: 12px;
      border: 3px solid #ffcab8;
      border-radius: 50%;
      background: #d9467a;
    }

    .recommend-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .recommend-card {
      padding: 24px;
      min-height: 210px;
      background:
        radial-gradient(circle at top right, rgba(255,138,101,.14), transparent 34%),
        rgba(255,248,245,.08);
    }

    .faq-wrap {
      padding: 10px;
      background: var(--bg-card);
      color: var(--text-dark);
      box-shadow: var(--shadow-soft);
    }

    .accordion {
      margin: 0;
      background: transparent;
    }

    .accordion-item {
      margin: 10px;
      overflow: hidden;
      border: 1px solid rgba(142,45,226,.16);
      border-radius: 18px;
      background: #fff;
    }

    .accordion-title {
      position: relative;
      padding: 18px 48px 18px 20px;
      border: 0;
      color: var(--text-dark);
      font-size: 16px;
      font-weight: 900;
      line-height: 1.5;
    }

    .accordion-title:hover,
    .accordion-title:focus {
      color: #6d249c;
      background: #fff3ec;
    }

    .accordion-title::before {
      right: 20px;
      margin-top: -10px;
      color: #d9467a;
      font-size: 22px;
    }

    .accordion-content {
      border: 0;
      border-left: 4px solid #d9467a;
      background: #fffaf7;
      color: #69525f;
      line-height: 1.8;
    }

    .cta-card {
      position: relative;
      overflow: hidden;
      padding: 38px;
      background:
        radial-gradient(circle at 18% 0%, rgba(255,138,101,.22), transparent 32%),
        linear-gradient(135deg, rgba(142,45,226,.36), rgba(217,70,122,.22) 45%, rgba(33,24,33,.92));
    }

    .cta-card h2 {
      max-width: 760px;
      margin-bottom: 12px;
    }

    .cta-card p {
      max-width: 780px;
      margin: 0;
      color: #eadbe3;
    }

    .cta-note {
      margin-top: 20px;
      padding-top: 18px;
      border-top: 1px solid rgba(255,255,255,.14);
      color: #d8c6d0;
      font-size: 13px;
    }

    footer {
      margin-top: 48px;
      padding: 52px 0 26px;
      border-top: 1px solid rgba(255,255,255,.1);
      background: rgba(10, 8, 11, .36);
    }

    .footer-shell {
      color: var(--muted);
    }

    .footer-top {
      display: grid;
      grid-template-columns: minmax(0, 1.35fr) minmax(280px, .9fr);
      gap: 32px;
      align-items: start;
    }

    .footer-brand strong {
      display: block;
      margin-bottom: 10px;
      color: #fff;
      font-size: 22px;
      font-weight: 900;
    }

    .footer-brand p {
      max-width: 620px;
      margin: 0;
      font-size: 14px;
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 10px;
    }

    .footer-links a {
      padding: 8px 12px;
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 999px;
      color: #eadbe3;
      font-size: 13px;
      font-weight: 800;
      background: rgba(255,255,255,.06);
    }

    .footer-links a:hover {
      color: #fff;
      border-color: rgba(255,138,101,.42);
      transform: translateY(-2px);
    }

    .footer-bottom {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      margin-top: 34px;
      padding-top: 20px;
      border-top: 1px solid rgba(255,255,255,.1);
      font-size: 13px;
    }

    @media screen and (max-width: 1024px) {
      .top-dock { border-radius: 28px; }
      .brand-text { max-width: 210px; }
      .hero-copy { padding: 34px; }
      .info-panel { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
      .recommend-grid { grid-template-columns: 1fr 1fr; }
      .footer-top { grid-template-columns: 1fr; }
      .footer-links { justify-content: flex-start; }
    }

    @media screen and (max-width: 640px) {
      .page-pad {
        position: relative;
        top: 0;
        padding-top: 12px;
      }

      .top-dock {
        padding: 10px;
        border-radius: 24px;
      }

      .brand-mark { width: 100%; }
      .brand-text { max-width: calc(100vw - 190px); }
      .dock-cta {
        padding: 10px 12px;
        font-size: 13px;
      }

      main { padding-top: 14px; }
      .category-hero { padding-top: 28px; }
      .hero-copy, .info-panel, .cta-card { padding: 24px; }
      .hero-lead { font-size: 16px; }
      .hero-actions { flex-direction: column; }
      .btn-main, .btn-ghost { width: 100%; }

      .section { padding: 38px 0; }
      .directory-card, .entry-card {
        grid-template-columns: 1fr;
      }

      .entry-cover { min-height: 108px; }
      .recommend-grid { grid-template-columns: 1fr; }
      .footer-bottom {
        flex-direction: column;
      }
    }

/* roulang page: category2 */
:root {
      --bg: #151016;
      --bg-soft: #1d141c;
      --bg-card: #fff8f5;
      --bg-card-dark: #211821;
      --text: #fff8f5;
      --text-dark: #24141f;
      --muted: #cab8c0;
      --muted-dark: #705f68;
      --line: rgba(255, 248, 245, 0.14);
      --line-light: rgba(142, 45, 226, 0.16);
      --brand-a: #8e2de2;
      --brand-b: #d9467a;
      --brand-c: #ff8a65;
      --rose: #f6dce6;
      --cream: #fff2e9;
      --radius-xl: 32px;
      --radius-lg: 24px;
      --radius-md: 18px;
      --shadow-dark: 0 24px 80px rgba(0, 0, 0, 0.34);
      --shadow-soft: 0 18px 48px rgba(69, 20, 55, 0.16);
      --dock-h: 78px;
      --container: 1160px;
      --read: 840px;
      --ease: 180ms ease;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--text);
      background:
        radial-gradient(circle at 10% 8%, rgba(142, 45, 226, 0.28), transparent 28rem),
        radial-gradient(circle at 84% 12%, rgba(217, 70, 122, 0.24), transparent 26rem),
        linear-gradient(180deg, #151016 0%, #1d141c 42%, #fff8f5 42%, #fff8f5 100%);
      font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
      line-height: 1.8;
      overflow-x: hidden;
      text-rendering: optimizeLegibility;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color var(--ease), background var(--ease), transform var(--ease), border-color var(--ease), box-shadow var(--ease);
    }

    img,
    svg {
      max-width: 100%;
      display: block;
    }

    button,
    input {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    input:focus,
    button:focus,
    a:focus {
      outline: 3px solid rgba(255, 138, 101, 0.34);
      outline-offset: 3px;
    }

    .page-pad {
      padding-left: 18px;
      padding-right: 18px;
    }

    .site-shell {
      width: min(var(--container), calc(100% - 36px));
      margin: 0 auto;
    }

    .read-shell {
      width: min(var(--read), calc(100% - 36px));
      margin: 0 auto;
    }

    header {
      position: sticky;
      top: 0;
      z-index: 50;
      padding-top: 22px;
      pointer-events: none;
    }

    .top-dock {
      width: min(1160px, 100%);
      margin: 0 auto;
      padding: 9px;
      border: 1px solid rgba(255, 248, 245, 0.16);
      border-radius: 999px;
      background: rgba(21, 16, 22, 0.82);
      box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(18px);
      pointer-events: auto;
    }

    .brand-mark {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-width: 0;
      padding: 6px 10px 6px 6px;
      border-radius: 999px;
      color: var(--text);
      font-weight: 800;
      letter-spacing: -0.02em;
      white-space: nowrap;
    }

    .brand-mark:hover {
      background: rgba(255, 248, 245, 0.08);
      color: #fff;
    }

    .brand-dot {
      width: 36px;
      height: 36px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--brand-a), var(--brand-b), var(--brand-c));
      box-shadow: 0 10px 26px rgba(217, 70, 122, 0.34);
      font-size: 16px;
      color: #fff;
    }

    .brand-text {
      max-width: 230px;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .dock-nav {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      margin-left: 18px;
      padding: 4px;
      border-radius: 999px;
      background: rgba(255, 248, 245, 0.06);
    }

    .dock-link {
      display: inline-flex;
      align-items: center;
      min-height: 36px;
      padding: 7px 14px;
      border-radius: 999px;
      color: rgba(255, 248, 245, 0.78);
      font-size: 14px;
      font-weight: 700;
      white-space: nowrap;
    }

    .dock-link:hover {
      color: #fff;
      background: rgba(255, 248, 245, 0.1);
      transform: translateY(-1px);
    }

    .dock-link.active {
      color: #fff;
      background: linear-gradient(135deg, rgba(142, 45, 226, 0.92), rgba(217, 70, 122, 0.92));
      box-shadow: 0 10px 24px rgba(217, 70, 122, 0.24);
    }

    .dock-search {
      display: flex;
      align-items: center;
      height: 42px;
      border: 1px solid rgba(255, 248, 245, 0.14);
      border-radius: 999px;
      background: rgba(255, 248, 245, 0.08);
      overflow: hidden;
    }

    .dock-search input {
      width: 100%;
      min-width: 0;
      border: 0;
      background: transparent;
      color: #fff;
      padding: 0 8px 0 16px;
      box-shadow: none;
      margin: 0;
      height: 42px;
    }

    .dock-search input::placeholder {
      color: rgba(255, 248, 245, 0.56);
    }

    .dock-search button {
      width: 42px;
      height: 42px;
      border: 0;
      color: #fff;
      background: transparent;
      display: grid;
      place-items: center;
    }

    .dock-search button:hover {
      background: rgba(255, 248, 245, 0.1);
    }

    .dock-search i,
    .dock-cta i {
      width: 18px;
      height: 18px;
    }

    .dock-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 42px;
      padding: 9px 16px;
      border-radius: 999px;
      color: #fff;
      font-size: 14px;
      font-weight: 800;
      background: linear-gradient(135deg, var(--brand-a), var(--brand-b), var(--brand-c));
      box-shadow: 0 16px 36px rgba(217, 70, 122, 0.3);
      white-space: nowrap;
    }

    .dock-cta:hover {
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 20px 42px rgba(217, 70, 122, 0.42);
    }

    main {
      padding-top: 72px;
    }

    .badge-row,
    .tag-row,
    .action-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
    }

    .eyebrow,
    .data-badge,
    .tag {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 800;
      line-height: 1.2;
    }

    .eyebrow {
      padding: 8px 13px;
      color: #fff;
      background: rgba(255, 248, 245, 0.1);
      border: 1px solid rgba(255, 248, 245, 0.14);
    }

    .data-badge {
      padding: 8px 12px;
      color: #fff8f5;
      background: rgba(255, 248, 245, 0.09);
      border: 1px solid rgba(255, 248, 245, 0.14);
    }

    .data-badge strong {
      color: #ffb199;
      font-size: 16px;
    }

    .tag {
      padding: 7px 11px;
      color: #7d3659;
      background: #fde7ef;
      border: 1px solid #f6cad8;
    }

    .tag.dark {
      color: #fff;
      background: rgba(255, 248, 245, 0.09);
      border-color: rgba(255, 248, 245, 0.13);
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 46px;
      padding: 12px 18px;
      border-radius: 999px;
      font-weight: 900;
      border: 1px solid transparent;
      line-height: 1.2;
    }

    .btn-primary {
      color: #fff;
      background: linear-gradient(135deg, var(--brand-a), var(--brand-b), var(--brand-c));
      box-shadow: 0 18px 42px rgba(217, 70, 122, 0.28);
    }

    .btn-primary:hover {
      color: #fff;
      transform: translateY(-3px);
      box-shadow: 0 22px 50px rgba(217, 70, 122, 0.4);
    }

    .btn-secondary {
      color: #fff8f5;
      border-color: rgba(255, 248, 245, 0.22);
      background: rgba(255, 248, 245, 0.08);
    }

    .btn-secondary:hover {
      color: #fff;
      background: rgba(255, 248, 245, 0.14);
      transform: translateY(-2px);
    }

    .btn-light {
      color: var(--text-dark);
      border-color: rgba(36, 20, 31, 0.12);
      background: #fff;
      box-shadow: 0 12px 32px rgba(69, 20, 55, 0.1);
    }

    .btn-light:hover {
      color: #7d244f;
      transform: translateY(-2px);
      border-color: rgba(217, 70, 122, 0.22);
      box-shadow: 0 18px 42px rgba(69, 20, 55, 0.16);
    }

    .section {
      padding: 72px 0;
    }

    .section.light {
      color: var(--text-dark);
      background: var(--bg-card);
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 26px;
      margin-bottom: 26px;
    }

    .section-kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: #9d365f;
      font-size: 14px;
      font-weight: 900;
      margin-bottom: 10px;
    }

    .section-kicker::before {
      content: "";
      width: 34px;
      height: 4px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--brand-a), var(--brand-b), var(--brand-c));
    }

    h1,
    h2,
    h3,
    p {
      margin-top: 0;
    }

    h1 {
      max-width: 840px;
      margin-bottom: 18px;
      font-size: clamp(2.1rem, 5vw, 3.65rem);
      line-height: 1.16;
      font-weight: 900;
      letter-spacing: -0.045em;
    }

    h2 {
      margin-bottom: 10px;
      font-size: clamp(1.6rem, 3vw, 2.15rem);
      line-height: 1.22;
      font-weight: 900;
      letter-spacing: -0.035em;
    }

    h3 {
      font-size: 1.15rem;
      line-height: 1.38;
      font-weight: 900;
      letter-spacing: -0.02em;
    }

    .lead {
      max-width: 780px;
      color: rgba(255, 248, 245, 0.78);
      font-size: clamp(1rem, 1.8vw, 1.12rem);
      line-height: 1.9;
      margin-bottom: 26px;
    }

    .muted {
      color: var(--muted-dark);
    }

    .hero {
      padding: 42px 0 76px;
      color: var(--text);
    }

    .hero-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
      gap: 18px;
      align-items: stretch;
    }

    .hero-main,
    .hero-note,
    .hero-mini,
    .cta-strip,
    .dark-card {
      border: 1px solid rgba(255, 248, 245, 0.14);
      background:
        linear-gradient(135deg, rgba(255, 248, 245, 0.1), rgba(255, 248, 245, 0.035)),
        rgba(33, 24, 33, 0.82);
      box-shadow: var(--shadow-dark);
      border-radius: var(--radius-xl);
      position: relative;
      overflow: hidden;
    }

    .hero-main {
      min-height: 450px;
      padding: clamp(28px, 5vw, 48px);
    }

    .hero-main::after {
      content: "";
      position: absolute;
      right: -130px;
      bottom: -150px;
      width: 380px;
      height: 380px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 138, 101, 0.42), rgba(217, 70, 122, 0.16) 42%, transparent 68%);
      pointer-events: none;
    }

    .hero-content {
      position: relative;
      z-index: 2;
    }

    .hero-side {
      display: grid;
      gap: 18px;
    }

    .hero-mini {
      padding: 24px;
    }

    .hero-mini .num {
      display: inline-grid;
      place-items: center;
      width: 42px;
      height: 42px;
      margin-bottom: 14px;
      border-radius: 16px;
      background: linear-gradient(135deg, var(--brand-a), var(--brand-b));
      font-weight: 900;
      color: #fff;
      box-shadow: 0 12px 28px rgba(142, 45, 226, 0.28);
    }

    .hero-mini p,
    .hero-note p,
    .cta-strip p {
      color: rgba(255, 248, 245, 0.72);
      margin-bottom: 0;
    }

    .hero-note {
      padding: 24px;
      background:
        radial-gradient(circle at 88% 12%, rgba(255, 138, 101, 0.18), transparent 16rem),
        rgba(255, 248, 245, 0.08);
    }

    .check-list {
      list-style: none;
      margin: 18px 0 0;
      padding: 0;
      display: grid;
      gap: 12px;
    }

    .check-list li {
      display: flex;
      gap: 10px;
      color: rgba(255, 248, 245, 0.78);
    }

    .check-list li::before {
      content: "✓";
      flex: 0 0 24px;
      height: 24px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: #fff;
      background: linear-gradient(135deg, var(--brand-b), var(--brand-c));
      font-size: 13px;
      font-weight: 900;
    }

    .cta-strip {
      grid-column: 1 / -1;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 18px 22px;
      border-radius: 26px;
      background: linear-gradient(135deg, rgba(142, 45, 226, 0.26), rgba(217, 70, 122, 0.2), rgba(255, 138, 101, 0.18));
    }

    .notice-line {
      margin-top: 18px;
      padding: 14px 16px;
      border-radius: 20px;
      color: rgba(255, 248, 245, 0.78);
      background: rgba(255, 248, 245, 0.08);
      border: 1px solid rgba(255, 248, 245, 0.12);
      font-size: 14px;
    }

    .anchor-panel {
      color: var(--text-dark);
      background: var(--bg-card);
      border-radius: var(--radius-xl);
      padding: 30px;
      box-shadow: var(--shadow-soft);
      border: 1px solid rgba(217, 70, 122, 0.1);
    }

    .anchor-grid {
      display: grid;
      gap: 12px;
      margin-top: 20px;
    }

    .anchor-item {
      display: grid;
      grid-template-columns: 52px minmax(0, 1fr) auto;
      align-items: center;
      gap: 16px;
      padding: 16px;
      border-radius: 22px;
      border: 1px solid rgba(69, 20, 55, 0.1);
      background: #fff;
      box-shadow: 0 10px 26px rgba(69, 20, 55, 0.06);
    }

    .anchor-item:hover {
      transform: translateY(-4px);
      border-color: rgba(217, 70, 122, 0.24);
      box-shadow: 0 18px 38px rgba(69, 20, 55, 0.12);
    }

    .anchor-no {
      width: 52px;
      height: 52px;
      display: grid;
      place-items: center;
      border-radius: 18px;
      color: #fff;
      font-weight: 900;
      background: linear-gradient(135deg, var(--brand-a), var(--brand-b));
    }

    .anchor-item h3 {
      margin-bottom: 2px;
    }

    .anchor-item p {
      margin-bottom: 0;
      color: var(--muted-dark);
      font-size: 14px;
      line-height: 1.65;
    }

    .anchor-item .arrow {
      color: #9d365f;
      font-weight: 900;
    }

    .timeline-wrap {
      display: grid;
      grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
      gap: 28px;
      align-items: start;
    }

    .intro-card {
      position: sticky;
      top: 118px;
      padding: 30px;
      border-radius: var(--radius-xl);
      color: var(--text-dark);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 242, 233, 0.92)),
        var(--cream);
      border: 1px solid rgba(217, 70, 122, 0.13);
      box-shadow: var(--shadow-soft);
    }

    .intro-card p {
      color: var(--muted-dark);
    }

    .mini-stats {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-top: 18px;
    }

    .stat-box {
      padding: 16px;
      border-radius: 20px;
      background: #fff;
      border: 1px solid rgba(69, 20, 55, 0.08);
    }

    .stat-box strong {
      display: block;
      color: #9d365f;
      font-size: 1.55rem;
      line-height: 1.15;
      font-weight: 900;
    }

    .stat-box span {
      color: var(--muted-dark);
      font-size: 13px;
      font-weight: 700;
    }

    .timeline-list {
      display: grid;
      gap: 16px;
      counter-reset: step;
    }

    .timeline-card {
      counter-increment: step;
      display: grid;
      grid-template-columns: 64px minmax(0, 1fr);
      gap: 18px;
      padding: 22px;
      border-radius: 28px;
      background: #fff;
      border: 1px solid rgba(69, 20, 55, 0.1);
      box-shadow: 0 14px 36px rgba(69, 20, 55, 0.08);
      transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
    }

    .timeline-card:hover {
      transform: translateY(-5px);
      border-color: rgba(217, 70, 122, 0.24);
      box-shadow: 0 20px 46px rgba(69, 20, 55, 0.14);
    }

    .timeline-card::before {
      content: counter(step, decimal-leading-zero);
      width: 64px;
      height: 64px;
      display: grid;
      place-items: center;
      border-radius: 22px;
      color: #fff;
      font-weight: 900;
      background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.35), transparent 28px),
        linear-gradient(135deg, var(--brand-a), var(--brand-b), var(--brand-c));
      box-shadow: 0 14px 30px rgba(217, 70, 122, 0.24);
    }

    .timeline-card h3 {
      margin-bottom: 8px;
    }

    .timeline-card p {
      color: var(--muted-dark);
      margin-bottom: 14px;
    }

    .guide-masonry {
      columns: 2 320px;
      column-gap: 18px;
    }

    .guide-card {
      break-inside: avoid;
      margin: 0 0 18px;
      padding: 24px;
      border-radius: 28px;
      color: var(--text-dark);
      background: #fff;
      border: 1px solid rgba(69, 20, 55, 0.1);
      box-shadow: 0 14px 34px rgba(69, 20, 55, 0.08);
      transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
    }

    .guide-card:hover {
      transform: translateY(-4px);
      border-color: rgba(217, 70, 122, 0.24);
      box-shadow: 0 22px 48px rgba(69, 20, 55, 0.15);
    }

    .guide-cover {
      height: 132px;
      margin-bottom: 18px;
      border-radius: 24px;
      background:
        linear-gradient(135deg, rgba(142, 45, 226, 0.84), rgba(217, 70, 122, 0.78), rgba(255, 138, 101, 0.72)),
        repeating-linear-gradient(45deg, rgba(255,255,255,.15) 0 2px, transparent 2px 12px);
      position: relative;
      overflow: hidden;
    }

    .guide-cover::after {
      content: attr(data-mark);
      position: absolute;
      right: 18px;
      bottom: 8px;
      color: rgba(255,255,255,.28);
      font-size: 64px;
      font-weight: 900;
      letter-spacing: -0.08em;
    }

    .guide-card p {
      color: var(--muted-dark);
      margin-bottom: 14px;
    }

    .soft-panel {
      padding: 30px;
      border-radius: var(--radius-xl);
      background: linear-gradient(180deg, #fff, #fff2e9);
      border: 1px solid rgba(69, 20, 55, 0.1);
      box-shadow: var(--shadow-soft);
    }

    .scenario-grid {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      gap: 16px;
    }

    .scenario-card {
      min-height: 210px;
      padding: 24px;
      border-radius: 28px;
      color: var(--text-dark);
      background: #fff;
      border: 1px solid rgba(69, 20, 55, 0.1);
      box-shadow: 0 14px 34px rgba(69, 20, 55, 0.08);
      transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
    }

    .scenario-card:nth-child(1) {
      grid-column: span 7;
    }

    .scenario-card:nth-child(2) {
      grid-column: span 5;
      background: #211821;
      color: #fff8f5;
      border-color: rgba(255, 248, 245, 0.14);
    }

    .scenario-card:nth-child(2) p {
      color: rgba(255, 248, 245, 0.72);
    }

    .scenario-card:nth-child(3),
    .scenario-card:nth-child(4) {
      grid-column: span 6;
    }

    .scenario-card:hover {
      transform: translateY(-5px);
      border-color: rgba(217, 70, 122, 0.24);
      box-shadow: 0 22px 48px rgba(69, 20, 55, 0.14);
    }

    .scenario-card p {
      color: var(--muted-dark);
      margin-bottom: 18px;
    }

    .accordion {
      margin: 0;
      background: transparent;
    }

    .accordion-item {
      margin-bottom: 12px;
      border-radius: 22px;
      overflow: hidden;
      background: #fff;
      border: 1px solid rgba(69, 20, 55, 0.1);
      box-shadow: 0 12px 28px rgba(69, 20, 55, 0.07);
    }

    .accordion-title {
      padding: 20px 56px 20px 22px;
      color: var(--text-dark);
      font-size: 17px;
      font-weight: 900;
      border: 0;
    }

    .accordion-title:hover,
    .accordion-title:focus {
      color: #9d365f;
      background: #fff2e9;
    }

    .accordion-title::before {
      right: 22px;
      margin-top: -0.55rem;
      color: #9d365f;
      font-weight: 900;
    }

    .accordion-content {
      padding: 0 22px 22px;
      border: 0;
      color: var(--muted-dark);
      background: #fff;
      border-left: 4px solid var(--brand-b);
      line-height: 1.85;
    }

    .share-cta {
      position: relative;
      overflow: hidden;
      padding: clamp(30px, 5vw, 48px);
      border-radius: 34px;
      color: #fff8f5;
      background:
        radial-gradient(circle at 12% 18%, rgba(142, 45, 226, 0.42), transparent 18rem),
        radial-gradient(circle at 84% 20%, rgba(255, 138, 101, 0.34), transparent 20rem),
        linear-gradient(135deg, #1d141c, #2d1727 56%, #211821);
      border: 1px solid rgba(255, 248, 245, 0.14);
      box-shadow: var(--shadow-dark);
    }

    .share-cta p {
      max-width: 760px;
      color: rgba(255, 248, 245, 0.76);
    }

    .share-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      margin-top: 24px;
    }

    .share-card {
      padding: 18px;
      border-radius: 24px;
      background: rgba(255, 248, 245, 0.08);
      border: 1px solid rgba(255, 248, 245, 0.13);
    }

    .share-card strong {
      display: block;
      margin-bottom: 6px;
      font-size: 1.02rem;
    }

    .share-card span {
      color: rgba(255, 248, 245, 0.68);
      font-size: 14px;
    }

    footer {
      padding: 54px 0 34px;
      color: rgba(255, 248, 245, 0.76);
      background: #151016;
    }

    .footer-shell {
      border-top: 1px solid rgba(255, 248, 245, 0.12);
      padding-top: 28px;
    }

    .footer-top {
      display: flex;
      justify-content: space-between;
      gap: 32px;
      align-items: flex-start;
    }

    .footer-brand {
      max-width: 520px;
    }

    .footer-brand strong {
      display: block;
      color: #fff;
      font-size: 1.18rem;
      margin-bottom: 8px;
    }

    .footer-brand p {
      color: rgba(255, 248, 245, 0.64);
      margin-bottom: 0;
      font-size: 14px;
      line-height: 1.8;
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 10px;
    }

    .footer-links a {
      padding: 8px 12px;
      border-radius: 999px;
      color: rgba(255, 248, 245, 0.72);
      background: rgba(255, 248, 245, 0.06);
      border: 1px solid rgba(255, 248, 245, 0.1);
      font-size: 14px;
      font-weight: 700;
    }

    .footer-links a:hover {
      color: #fff;
      background: rgba(255, 248, 245, 0.12);
      transform: translateY(-2px);
    }

    .footer-bottom {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      margin-top: 26px;
      padding-top: 18px;
      border-top: 1px solid rgba(255, 248, 245, 0.1);
      color: rgba(255, 248, 245, 0.54);
      font-size: 13px;
    }

    @media (max-width: 1024px) {
      .top-dock {
        border-radius: 28px;
      }

      .brand-text {
        max-width: 190px;
      }

      .hero-layout,
      .timeline-wrap {
        grid-template-columns: 1fr;
      }

      .intro-card {
        position: static;
      }

      .scenario-card:nth-child(n) {
        grid-column: span 6;
      }

      .cta-strip {
        align-items: flex-start;
        flex-direction: column;
      }
    }

    @media (max-width: 768px) {
      body {
        background:
          radial-gradient(circle at 6% 2%, rgba(142, 45, 226, 0.22), transparent 20rem),
          linear-gradient(180deg, #151016 0%, #1d141c 45%, #fff8f5 45%, #fff8f5 100%);
      }

      header {
        padding-top: 12px;
      }

      .top-dock {
        padding: 8px;
      }

      .top-dock .grid-x {
        gap: 8px;
        justify-content: space-between;
      }

      .brand-text {
        max-width: 170px;
      }

      .dock-cta {
        padding: 9px 12px;
        font-size: 0;
        width: 42px;
      }

      .dock-cta i {
        margin: 0;
      }

      .hero {
        padding-top: 24px;
      }

      .section {
        padding: 48px 0;
      }

      .section-head {
        display: block;
      }

      .anchor-item {
        grid-template-columns: 46px minmax(0, 1fr);
      }

      .anchor-item .arrow {
        display: none;
      }

      .timeline-card {
        grid-template-columns: 1fr;
      }

      .timeline-card::before {
        width: 54px;
        height: 54px;
      }

      .scenario-grid,
      .share-grid,
      .mini-stats {
        grid-template-columns: 1fr;
      }

      .scenario-card:nth-child(n) {
        grid-column: auto;
      }

      .footer-top,
      .footer-bottom {
        flex-direction: column;
      }

      .footer-links {
        justify-content: flex-start;
      }
    }

    @media (max-width: 520px) {
      .site-shell,
      .read-shell {
        width: min(100% - 24px, var(--container));
      }

      .page-pad {
        padding-left: 12px;
        padding-right: 12px;
      }

      .brand-text {
        max-width: 138px;
      }

      .hero-main,
      .anchor-panel,
      .intro-card,
      .soft-panel,
      .share-cta {
        border-radius: 26px;
        padding: 22px;
      }

      .hero-side {
        gap: 12px;
      }

      .hero-mini,
      .hero-note,
      .timeline-card,
      .guide-card,
      .scenario-card {
        border-radius: 24px;
        padding: 20px;
      }

      .action-row .btn {
        width: 100%;
      }
    }
