/* roulang page: index */
:root{
      --bg:#10090e;
      --bg-deep:#070407;
      --panel:#191019;
      --panel-2:#241323;
      --panel-warm:#2d1616;
      --text:#fff7ef;
      --muted:#c8b8c4;
      --soft:#8f7c8a;
      --line:rgba(255,255,255,.12);
      --line-strong:rgba(255,255,255,.22);
      --primary:#ff315f;
      --primary-2:#ff7a18;
      --violet:#9b5cff;
      --amber:#ffd27a;
      --cream:#fff1d6;
      --success:#53e6a7;
      --danger:#ff5a75;
      --shadow:0 24px 70px rgba(0,0,0,.42);
      --shadow-hot:0 18px 45px rgba(255,49,95,.28);
      --radius-xl:30px;
      --radius-lg:22px;
      --radius-md:16px;
      --radius-pill:999px;
      --max:1240px;
      --nav-h:72px;
      --ease:all .24s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;
      color:var(--text);
      line-height:1.78;
      background:
        radial-gradient(circle at 18% 4%,rgba(255,49,95,.32),transparent 28%),
        radial-gradient(circle at 88% 12%,rgba(155,92,255,.25),transparent 30%),
        linear-gradient(180deg,var(--bg-deep),var(--bg) 44%,#14080b 100%);
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.13;
      background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
      background-size:44px 44px;
      mask-image:linear-gradient(180deg,#000,transparent 78%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    input,button,a{outline:none}
    input:focus,button:focus-visible,a:focus-visible{box-shadow:0 0 0 4px rgba(255,210,122,.26);border-color:var(--amber)!important}
    .site-container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
    .section{padding:92px 0;position:relative}
    .section.tight{padding:64px 0}
    .eyebrow{display:inline-flex;align-items:center;gap:9px;padding:7px 13px;border:1px solid var(--line);border-radius:var(--radius-pill);color:var(--amber);background:rgba(255,255,255,.05);font-size:13px;font-weight:800;letter-spacing:.04em}
    .eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-2));box-shadow:0 0 16px rgba(255,49,95,.85)}
    .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:34px}
    .section-title{margin:14px 0 0;font-size:clamp(30px,4vw,50px);line-height:1.08;letter-spacing:-.04em;font-weight:950}
    .section-desc{max-width:610px;margin:0;color:var(--muted);font-size:16px}
    .text-gradient{background:linear-gradient(92deg,var(--cream),var(--amber),var(--primary));-webkit-background-clip:text;background-clip:text;color:transparent}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:var(--radius-pill);padding:13px 20px;border:1px solid transparent;font-weight:900;line-height:1;cursor:pointer;min-height:46px;transition:var(--ease);white-space:nowrap}
    .btn-primary{color:#1a080b;background:linear-gradient(135deg,var(--amber),var(--primary-2) 52%,var(--primary));box-shadow:var(--shadow-hot)}
    .btn-primary:hover{transform:translateY(-3px);filter:brightness(1.08);box-shadow:0 24px 56px rgba(255,83,46,.34)}
    .btn-ghost{background:rgba(255,255,255,.06);color:var(--text);border-color:var(--line-strong)}
    .btn-ghost:hover{background:rgba(255,255,255,.1);border-color:rgba(255,210,122,.55);transform:translateY(-2px)}
    .badge{display:inline-flex;align-items:center;padding:5px 10px;border-radius:var(--radius-pill);font-size:12px;font-weight:900;color:var(--cream);border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07)}
    .badge.hot{color:#1b090b;background:linear-gradient(135deg,var(--amber),var(--primary-2));border-color:transparent}
    .badge.safe{color:#041811;background:rgba(83,230,167,.16);border-color:rgba(83,230,167,.28)}
    .site-header{position:sticky;top:0;z-index:60;background:rgba(9,5,8,.78);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
    .brand-row{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px}
    .brand-link{display:flex;align-items:center;gap:12px;font-weight:950;letter-spacing:-.04em;font-size:20px}
    .logo-mark{width:42px;height:42px;border-radius:15px;background:conic-gradient(from 210deg,var(--primary),var(--primary-2),var(--violet),var(--primary));box-shadow:0 12px 30px rgba(255,49,95,.28);position:relative;overflow:hidden}
    .logo-mark:after{content:"91";position:absolute;inset:0;display:grid;place-items:center;color:#19070d;font-weight:1000;font-size:15px}
    .top-actions{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:13px}
    .top-pill{padding:9px 12px;border-radius:var(--radius-pill);border:1px solid var(--line);background:rgba(255,255,255,.045)}
    .top-pill:hover{border-color:rgba(255,210,122,.45);color:var(--text)}
    .channel-row{border-top:1px solid rgba(255,255,255,.08)}
    .channel-scroll{display:flex;align-items:center;gap:10px;min-height:54px;overflow-x:auto;scrollbar-width:none;padding:8px 0}
    .channel-scroll::-webkit-scrollbar{display:none}
    .channel-link{flex:0 0 auto;padding:9px 14px;border-radius:var(--radius-pill);font-weight:900;font-size:14px;color:var(--muted);border:1px solid transparent;background:transparent}
    .channel-link:hover{color:var(--text);background:rgba(255,255,255,.07);border-color:var(--line)}
    .channel-link.active{color:#1b070b;background:linear-gradient(135deg,var(--amber),var(--primary-2));box-shadow:0 12px 30px rgba(255,122,24,.22)}
    .hero{min-height:760px;display:flex;align-items:center;padding:58px 0 92px;position:relative;overflow:hidden}
    .hero:after{content:"";position:absolute;left:-8%;right:-8%;bottom:-2px;height:140px;background:linear-gradient(180deg,transparent,var(--bg));pointer-events:none}
    .hero-stage{position:absolute;inset:0;background:
      linear-gradient(90deg,rgba(7,4,7,.96) 0%,rgba(16,9,14,.7) 42%,rgba(16,9,14,.28) 100%),
      radial-gradient(circle at 70% 38%,rgba(255,49,95,.36),transparent 29%),
      radial-gradient(circle at 88% 52%,rgba(255,122,24,.22),transparent 30%);
      z-index:-2}
    .hero-stage:before{content:"";position:absolute;right:2%;top:8%;width:min(560px,46vw);height:610px;border-radius:42px;background:
      linear-gradient(160deg,rgba(255,255,255,.13),rgba(255,255,255,.015)),
      radial-gradient(circle at 50% 28%,rgba(255,210,122,.42),transparent 19%),
      linear-gradient(135deg,rgba(255,49,95,.62),rgba(155,92,255,.32) 54%,rgba(255,122,24,.46));
      transform:rotate(4deg);box-shadow:0 44px 120px rgba(0,0,0,.58);border:1px solid rgba(255,255,255,.18)}
    .hero-stage:after{content:"一区 二区 三区";position:absolute;right:9%;top:22%;font-weight:1000;font-size:clamp(42px,7vw,96px);line-height:.92;color:rgba(255,247,239,.12);writing-mode:vertical-rl;letter-spacing:.08em}
    .hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);gap:48px;align-items:end}
    .campaign-strip{display:inline-flex;align-items:center;gap:12px;max-width:100%;padding:10px 14px;border-radius:var(--radius-pill);background:linear-gradient(135deg,rgba(255,49,95,.28),rgba(255,122,24,.16));border:1px solid rgba(255,210,122,.28);color:var(--cream);font-weight:900;margin-bottom:24px;box-shadow:0 14px 40px rgba(255,49,95,.12)}
    .campaign-strip strong{color:var(--amber)}
    h1{font-size:clamp(42px,7.6vw,84px);line-height:.92;margin:0 0 24px;font-weight:1000;letter-spacing:-.07em;max-width:860px;text-wrap:balance}
    .hero-lead{max-width:690px;font-size:18px;color:#eadde6;margin:0 0 28px;line-height:1.9}
    .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:30px}
    .hero-data{display:flex;flex-wrap:wrap;gap:12px}
    .data-chip{min-width:142px;border:1px solid var(--line);background:rgba(255,255,255,.055);border-radius:18px;padding:13px 15px}
    .data-chip b{display:block;font-size:24px;line-height:1;color:var(--amber)}
    .data-chip span{font-size:13px;color:var(--muted)}
    .hero-panel{border:1px solid rgba(255,255,255,.16);background:linear-gradient(180deg,rgba(25,16,25,.9),rgba(18,10,16,.72));border-radius:var(--radius-xl);padding:22px;box-shadow:var(--shadow);backdrop-filter:blur(12px)}
    .panel-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}
    .panel-title h2{font-size:22px;margin:0;line-height:1.2;font-weight:950}
    .entry-matrix{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:16px}
    .entry-card{position:relative;min-height:118px;padding:16px;border-radius:20px;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.04));border:1px solid var(--line);overflow:hidden}
    .entry-card:after{content:attr(data-num);position:absolute;right:10px;bottom:-16px;font-size:62px;font-weight:1000;color:rgba(255,255,255,.08);line-height:1}
    .entry-card strong{display:block;font-size:18px;margin-bottom:6px}
    .entry-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.55;position:relative;z-index:1}
    .notice-card{padding:16px;border-radius:20px;background:rgba(255,210,122,.1);border:1px solid rgba(255,210,122,.24);color:#f7e7ca}
    .notice-card p{margin:8px 0 0;color:var(--muted);font-size:14px}
    .track-section{background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,0))}
    .topic-rail{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:18px;align-items:stretch}
    .poster-card{position:relative;min-height:280px;border-radius:var(--radius-xl);padding:24px;overflow:hidden;border:1px solid var(--line);background:linear-gradient(145deg,rgba(255,49,95,.28),rgba(36,19,35,.9) 58%,rgba(255,122,24,.15));box-shadow:var(--shadow)}
    .poster-card.small{min-height:230px;background:linear-gradient(145deg,rgba(155,92,255,.24),rgba(25,16,25,.92) 62%,rgba(255,49,95,.13))}
    .poster-card:before{content:"";position:absolute;inset:-40% -20% auto auto;width:260px;height:260px;border-radius:50%;background:rgba(255,210,122,.18);filter:blur(5px)}
    .poster-card .big-no{position:absolute;right:18px;bottom:-28px;font-size:110px;font-weight:1000;line-height:1;color:rgba(255,255,255,.09)}
    .poster-card h3{position:relative;margin:34px 0 10px;font-size:clamp(24px,3vw,38px);line-height:1.05;font-weight:1000;letter-spacing:-.04em;max-width:420px}
    .poster-card p{position:relative;margin:0 0 18px;color:#eadde6;max-width:420px;font-size:15px}
    .poster-card .btn{position:relative;padding:11px 16px;min-height:40px}
    .stock-wrap{display:grid;grid-template-columns:.88fr 1.12fr;gap:24px;align-items:center}
    .stock-board{border-radius:var(--radius-xl);padding:28px;background:linear-gradient(135deg,#2d1616,rgba(36,19,35,.9));border:1px solid rgba(255,210,122,.18);box-shadow:var(--shadow)}
    .countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px}
    .count-box{padding:15px 10px;border-radius:18px;text-align:center;background:rgba(255,255,255,.07);border:1px solid var(--line)}
    .count-box b{display:block;font-size:30px;line-height:1;color:var(--amber);font-weight:1000}
    .count-box span{font-size:12px;color:var(--muted)}
    .inventory-list{display:grid;gap:12px}
    .inventory-item{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;padding:16px;border-radius:20px;background:rgba(255,255,255,.055);border:1px solid var(--line)}
    .dot{width:12px;height:12px;border-radius:50%;background:var(--success);box-shadow:0 0 18px rgba(83,230,167,.5)}
    .dot.warn{background:var(--amber);box-shadow:0 0 18px rgba(255,210,122,.55)}
    .inventory-item strong{font-size:17px}
    .inventory-item p{margin:2px 0 0;color:var(--muted);font-size:14px}
    .rank-table{overflow:hidden;border-radius:var(--radius-xl);border:1px solid var(--line);background:rgba(255,255,255,.045);box-shadow:var(--shadow)}
    .rank-row{display:grid;grid-template-columns:64px 1fr 110px 108px;gap:14px;align-items:center;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.08)}
    .rank-row:last-child{border-bottom:0}
    .rank-row.head{color:var(--amber);font-weight:950;background:rgba(255,210,122,.075)}
    .rank-num{font-weight:1000;color:var(--primary-2)}
    .rank-title strong{display:block;font-size:17px}
    .rank-title span{display:block;color:var(--muted);font-size:13px;margin-top:2px}
    .news-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:24px}
    .news-list{border-radius:var(--radius-xl);border:1px solid var(--line);background:rgba(255,255,255,.05);overflow:hidden}
    .news-link{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.08)}
    .news-link:last-child{border-bottom:0}
    .news-link:hover{background:rgba(255,255,255,.065)}
    .news-date{color:var(--amber);font-weight:950;font-size:13px}
    .news-link strong{display:block;font-size:17px;line-height:1.35}
    .news-link span{color:var(--muted);font-size:13px}
    .recommend-card{height:100%;border-radius:var(--radius-xl);padding:26px;background:linear-gradient(145deg,rgba(255,122,24,.22),rgba(25,16,25,.95));border:1px solid rgba(255,210,122,.2);box-shadow:var(--shadow)}
    .recommend-card h3{font-size:30px;line-height:1.1;margin:16px 0 12px;font-weight:1000}
    .recommend-card p{color:var(--muted);margin-bottom:20px}
    .proof-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
    .proof-item{padding:20px;border-radius:22px;background:rgba(255,255,255,.055);border:1px solid var(--line)}
    .proof-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(255,49,95,.22),rgba(255,210,122,.16));color:var(--amber);font-size:22px;margin-bottom:12px}
    .proof-item strong{display:block;font-size:18px;margin-bottom:5px}
    .proof-item p{margin:0;color:var(--muted);font-size:14px}
    .cta-band{border-radius:36px;padding:34px;background:
      linear-gradient(135deg,rgba(255,49,95,.26),rgba(255,122,24,.18)),
      linear-gradient(180deg,#21101d,#12080d);border:1px solid rgba(255,210,122,.24);box-shadow:var(--shadow);overflow:hidden;position:relative}
    .cta-band:after{content:"";position:absolute;right:-80px;top:-100px;width:300px;height:300px;border-radius:50%;background:rgba(255,210,122,.18);filter:blur(3px)}
    .cta-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}
    .cta-band h2{margin:10px 0 8px;font-size:clamp(30px,4vw,50px);line-height:1.05;font-weight:1000;letter-spacing:-.05em}
    .cta-band p{margin:0;color:#eadde6;max-width:690px}
    .btn-group{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
    .review-wall{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px}
    .score-card{border-radius:var(--radius-xl);padding:28px;background:linear-gradient(145deg,rgba(155,92,255,.18),rgba(25,16,25,.94));border:1px solid var(--line);box-shadow:var(--shadow)}
    .score{font-size:64px;line-height:1;font-weight:1000;color:var(--amber);letter-spacing:-.06em}
    .stars{color:var(--amber);letter-spacing:3px;font-size:20px;margin:8px 0 14px}
    .quote-list{display:grid;gap:14px}
    .quote{padding:18px 20px;border-radius:22px;background:rgba(255,255,255,.055);border:1px solid var(--line)}
    .quote p{margin:0 0 10px;color:#eadde6}
    .quote span{color:var(--muted);font-size:13px}
    .faq-wrap{display:grid;grid-template-columns:.42fr .58fr;gap:28px;align-items:start}
    .accordion{background:transparent}
    .accordion-item{margin-bottom:12px;border-radius:22px;overflow:hidden;border:1px solid var(--line);background:rgba(255,255,255,.05)}
    .accordion-title{font-size:17px;font-weight:950;color:var(--text);border:0;padding:18px 48px 18px 20px;background:transparent}
    .accordion-title:hover,.accordion-title:focus{background:rgba(255,255,255,.06);color:var(--amber)}
    .accordion-title:before{right:20px;color:var(--amber)}
    .accordion-content{border:0;background:rgba(0,0,0,.13);color:var(--muted);padding:0 20px 20px;line-height:1.85}
    .subscribe-box{border-radius:var(--radius-xl);padding:32px;background:linear-gradient(135deg,rgba(255,210,122,.14),rgba(255,49,95,.16)),#160b12;border:1px solid rgba(255,210,122,.25);box-shadow:var(--shadow)}
    .subscribe-form{display:grid;grid-template-columns:1fr auto;gap:12px;margin-top:20px}
    .subscribe-form input{height:52px;border-radius:var(--radius-pill);border:1px solid var(--line);background:rgba(255,255,255,.08);color:var(--text);padding:0 18px;box-shadow:none}
    .privacy-check{display:flex;gap:10px;align-items:flex-start;color:var(--muted);font-size:13px;margin-top:12px}
    .privacy-check input{margin-top:6px;accent-color:var(--primary)}
    .site-footer{padding:54px 0 34px;background:#070407;border-top:1px solid var(--line)}
    .footer-grid{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:start}
    .footer-brand{font-weight:1000;font-size:22px;letter-spacing:-.04em;margin-bottom:10px}
    .footer-text{max-width:650px;color:var(--muted);margin:0}
    .footer-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
    .footer-links a{padding:9px 12px;border-radius:var(--radius-pill);color:var(--muted);border:1px solid var(--line)}
    .footer-links a:hover{color:var(--text);border-color:rgba(255,210,122,.45)}
    .copyright{margin-top:28px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);color:var(--soft);font-size:13px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
    @media (max-width:1024px){
      .hero{min-height:auto;padding:48px 0 74px}.hero-grid,.stock-wrap,.news-layout,.review-wall,.faq-wrap{grid-template-columns:1fr}.hero-stage:before{opacity:.42;width:520px;right:-140px}.topic-rail{grid-template-columns:1fr 1fr}.topic-rail .poster-card:first-child{grid-column:1/-1}.proof-strip{grid-template-columns:repeat(2,1fr)}.section-head{display:block}.section-desc{margin-top:14px}.cta-grid{grid-template-columns:1fr}.btn-group{justify-content:flex-start}.footer-grid{grid-template-columns:1fr}.footer-links{justify-content:flex-start}
    }
    @media (max-width:768px){
      .site-container{width:min(100% - 28px,var(--max))}.brand-row{min-height:66px}.brand-link{font-size:17px}.logo-mark{width:38px;height:38px}.top-actions .top-pill{display:none}.top-actions .btn{padding:11px 14px;font-size:13px}.channel-link{font-size:13px;padding:8px 12px}.section{padding:64px 0}.hero-lead{font-size:16px}.campaign-strip{border-radius:18px;align-items:flex-start}.hero-grid{gap:26px}.hero-panel{padding:16px;border-radius:24px}.entry-matrix{grid-template-columns:1fr}.topic-rail{grid-template-columns:1fr}.countdown{grid-template-columns:repeat(2,1fr)}.rank-row{grid-template-columns:42px 1fr;gap:8px}.rank-row.head{display:none}.rank-row > span:nth-child(3),.rank-row > span:nth-child(4){grid-column:2;color:var(--muted);font-size:13px}.news-link{grid-template-columns:1fr}.proof-strip{grid-template-columns:1fr}.subscribe-form{grid-template-columns:1fr}.subscribe-form .btn{width:100%}.cta-band{padding:24px;border-radius:26px}
    }
    @media (max-width:520px){
      h1{font-size:40px}.hero-actions .btn,.btn-group .btn{width:100%}.hero-data{display:grid;grid-template-columns:1fr 1fr}.data-chip{min-width:0;padding:12px}.data-chip b{font-size:21px}.poster-card{min-height:245px}.stock-board{padding:22px}.section-title{font-size:31px}.copyright{display:block}.copyright span{display:block;margin-top:8px}
    }

/* roulang page: category1 */
:root{
      --bg:#0b070d;
      --bg-deep:#050307;
      --panel:#15101a;
      --panel-2:#211420;
      --panel-soft:#2b1829;
      --text:#fff7ef;
      --muted:#c8b8c0;
      --subtle:#8e7d87;
      --line:rgba(255,247,239,.14);
      --line-strong:rgba(255,247,239,.26);
      --primary:#ff3d6e;
      --primary-2:#ff7a18;
      --accent:#a855f7;
      --gold:#ffd48a;
      --green:#51d6a6;
      --shadow:0 28px 80px rgba(0,0,0,.52);
      --shadow-hot:0 22px 54px rgba(255,61,110,.22);
      --radius-lg:30px;
      --radius-md:22px;
      --radius-sm:14px;
      --container:1200px;
      --ease:all .24s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 12% 6%,rgba(255,61,110,.24),transparent 34%),
        radial-gradient(circle at 88% 14%,rgba(168,85,247,.20),transparent 32%),
        linear-gradient(180deg,var(--bg-deep) 0%,var(--bg) 44%,#130912 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.13;
      background-image:
        linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
      background-size:48px 48px;
      mask-image:linear-gradient(180deg,rgba(0,0,0,.8),transparent 88%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    img{max-width:100%;height:auto;display:block}
    button,input{font:inherit}
    p{margin:0 0 1rem;color:var(--muted)}
    h1,h2,h3,h4{margin:0;color:var(--text);font-weight:900;letter-spacing:-.04em;line-height:1.08}
    h2{font-size:clamp(2rem,4vw,3.35rem)}
    h3{font-size:clamp(1.25rem,2.4vw,1.85rem)}
    .site-container{
      width:min(calc(100% - 32px),var(--container));
      margin-inline:auto;
    }
    .section{
      padding:92px 0;
      position:relative;
    }
    .section.tight{padding:64px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:.5rem;
      color:var(--gold);
      font-size:.82rem;
      font-weight:800;
      letter-spacing:.12em;
      text-transform:uppercase;
      margin-bottom:14px;
    }
    .eyebrow:before{
      content:"";
      width:34px;
      height:2px;
      border-radius:999px;
      background:linear-gradient(90deg,var(--primary),var(--gold));
    }
    .section-head{
      display:flex;
      justify-content:space-between;
      align-items:flex-end;
      gap:28px;
      margin-bottom:34px;
    }
    .section-head p{
      max-width:520px;
      margin-bottom:0;
      font-size:1.02rem;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:40;
      backdrop-filter:blur(18px);
      background:rgba(8,5,10,.82);
      border-bottom:1px solid var(--line);
      box-shadow:0 14px 38px rgba(0,0,0,.24);
    }
    .brand-row{
      min-height:72px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .brand-link{
      display:inline-flex;
      align-items:center;
      gap:12px;
      font-weight:950;
      font-size:1.13rem;
      letter-spacing:-.03em;
      min-width:0;
    }
    .brand-link:hover{color:var(--gold)}
    .logo-mark{
      width:42px;
      height:42px;
      border-radius:16px;
      background:
        radial-gradient(circle at 35% 28%,#fff6d7 0 10%,transparent 11%),
        linear-gradient(135deg,var(--primary),var(--primary-2) 48%,var(--accent));
      box-shadow:0 14px 34px rgba(255,61,110,.32);
      position:relative;
      flex:0 0 auto;
    }
    .logo-mark:after{
      content:"";
      position:absolute;
      inset:11px;
      border:2px solid rgba(255,255,255,.72);
      border-left-color:transparent;
      border-radius:50%;
      transform:rotate(-28deg);
    }
    .top-actions{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:10px;
      flex-wrap:wrap;
    }
    .top-pill{
      color:var(--muted);
      border:1px solid var(--line);
      border-radius:999px;
      padding:8px 13px;
      font-size:.88rem;
      background:rgba(255,255,255,.04);
    }
    .top-pill:hover,.top-pill:focus{
      color:var(--text);
      border-color:rgba(255,212,138,.6);
      background:rgba(255,212,138,.08);
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:.55rem;
      min-height:44px;
      padding:12px 20px;
      border-radius:999px;
      border:1px solid transparent;
      font-weight:850;
      cursor:pointer;
      transition:var(--ease);
      line-height:1.1;
      white-space:nowrap;
    }
    .btn-primary{
      color:#1b0710;
      background:linear-gradient(135deg,var(--gold),var(--primary-2) 45%,var(--primary));
      box-shadow:var(--shadow-hot);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:#12070b;
      transform:translateY(-2px);
      filter:brightness(1.08);
      box-shadow:0 24px 58px rgba(255,61,110,.34);
    }
    .btn-secondary{
      color:var(--text);
      background:rgba(255,255,255,.06);
      border-color:rgba(255,255,255,.22);
    }
    .btn-secondary:hover,.btn-secondary:focus{
      border-color:rgba(255,212,138,.65);
      background:rgba(255,212,138,.10);
      transform:translateY(-2px);
    }
    .btn:focus,.channel-link:focus,.brand-link:focus,.top-pill:focus,input:focus,summary:focus{
      outline:3px solid rgba(255,212,138,.35);
      outline-offset:3px;
    }
    .channel-row{
      min-height:58px;
      display:flex;
      align-items:center;
    }
    .channel-scroll{
      width:100%;
      display:flex;
      gap:10px;
      overflow-x:auto;
      scrollbar-width:none;
      padding:9px 0;
    }
    .channel-scroll::-webkit-scrollbar{display:none}
    .channel-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:var(--muted);
      border:1px solid transparent;
      background:rgba(255,255,255,.04);
      border-radius:999px;
      padding:10px 18px;
      font-weight:800;
      font-size:.94rem;
      flex:0 0 auto;
    }
    .channel-link:hover{
      color:var(--text);
      border-color:rgba(255,255,255,.22);
      background:rgba(255,255,255,.08);
    }
    .channel-link.active{
      color:#19080f;
      background:linear-gradient(135deg,var(--gold),var(--primary-2));
      box-shadow:0 14px 30px rgba(255,122,24,.22);
    }

    .hero{
      min-height:680px;
      display:flex;
      align-items:center;
      padding:72px 0;
      position:relative;
      isolation:isolate;
      overflow:hidden;
      border-bottom:1px solid var(--line);
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:0;
      z-index:-3;
      background:
        linear-gradient(90deg,rgba(5,3,7,.96) 0%,rgba(11,7,13,.78) 42%,rgba(11,7,13,.38) 100%),
        radial-gradient(circle at 78% 34%,rgba(255,61,110,.42),transparent 30%),
        radial-gradient(circle at 50% 70%,rgba(168,85,247,.25),transparent 36%),
        linear-gradient(135deg,#190712,#2a101d 45%,#0b0710);
    }
    .hero:after{
      content:"";
      position:absolute;
      inset:-2px;
      z-index:-2;
      opacity:.18;
      background:
        repeating-linear-gradient(90deg,transparent 0 18px,rgba(255,255,255,.10) 19px 20px),
        linear-gradient(180deg,transparent,rgba(0,0,0,.66));
      transform:skewY(-2deg) scale(1.08);
    }
    .poster-glow{
      position:absolute;
      right:-120px;
      top:68px;
      width:520px;
      height:520px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(255,122,24,.42),rgba(255,61,110,.18) 45%,transparent 70%);
      filter:blur(10px);
      z-index:-1;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:minmax(0,1.06fr) minmax(340px,.74fr);
      gap:42px;
      align-items:center;
    }
    .hero-kicker{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:9px 14px;
      border-radius:999px;
      color:#fff9ea;
      background:linear-gradient(90deg,rgba(255,61,110,.92),rgba(255,122,24,.88));
      box-shadow:0 18px 40px rgba(255,61,110,.24);
      font-size:.9rem;
      font-weight:900;
      margin-bottom:20px;
    }
    .hero h1{
      font-size:clamp(2.55rem,6.2vw,5.35rem);
      max-width:850px;
      text-shadow:0 16px 44px rgba(0,0,0,.42);
    }
    .hero-lead{
      max-width:690px;
      font-size:1.14rem;
      color:#e8d9df;
      margin:24px 0 0;
    }
    .hero-actions{
      display:flex;
      gap:14px;
      flex-wrap:wrap;
      margin-top:32px;
    }
    .quick-notes{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin-top:26px;
    }
    .note{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 12px;
      border:1px solid var(--line);
      border-radius:999px;
      color:var(--muted);
      background:rgba(255,255,255,.045);
      font-size:.9rem;
      font-weight:700;
    }
    .note i{
      width:9px;
      height:9px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 5px rgba(81,214,166,.12);
    }
    .hero-panel{
      position:relative;
      border:1px solid rgba(255,255,255,.18);
      border-radius:var(--radius-lg);
      background:
        linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.04)),
        radial-gradient(circle at 20% 20%,rgba(255,212,138,.14),transparent 38%);
      box-shadow:var(--shadow);
      overflow:hidden;
      padding:20px;
    }
    .hero-panel:before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(135deg,transparent 0 48%,rgba(255,61,110,.20) 49% 58%,transparent 59%);
      opacity:.7;
      pointer-events:none;
    }
    .play-card{
      min-height:240px;
      border-radius:24px;
      background:
        linear-gradient(180deg,rgba(5,3,7,.05),rgba(5,3,7,.76)),
        radial-gradient(circle at 74% 20%,rgba(255,122,24,.50),transparent 27%),
        linear-gradient(135deg,#331121,#120814);
      border:1px solid rgba(255,255,255,.16);
      display:flex;
      align-items:center;
      justify-content:center;
      position:relative;
      overflow:hidden;
    }
    .play-card:after{
      content:"入口说明演示";
      position:absolute;
      left:18px;
      bottom:16px;
      color:rgba(255,247,239,.82);
      font-weight:900;
      font-size:.95rem;
      letter-spacing:.04em;
    }
    .play-button{
      width:82px;
      height:82px;
      border-radius:50%;
      border:1px solid rgba(255,255,255,.42);
      background:linear-gradient(135deg,var(--gold),var(--primary));
      box-shadow:0 18px 48px rgba(255,61,110,.34);
      display:grid;
      place-items:center;
      transition:var(--ease);
    }
    .play-button:hover{
      transform:scale(1.05);
      filter:brightness(1.08);
    }
    .play-button span{
      width:0;height:0;
      border-top:14px solid transparent;
      border-bottom:14px solid transparent;
      border-left:21px solid #1b0710;
      margin-left:5px;
    }
    .panel-list{
      display:grid;
      gap:10px;
      margin-top:16px;
      position:relative;
    }
    .panel-item{
      display:flex;
      justify-content:space-between;
      gap:14px;
      align-items:center;
      padding:14px 15px;
      border-radius:18px;
      background:rgba(5,3,7,.55);
      border:1px solid rgba(255,255,255,.12);
    }
    .panel-item strong{font-size:.96rem}
    .panel-item span{color:var(--gold);font-size:.86rem;font-weight:900}

    .breadcrumb-wrap{
      padding:24px 0 0;
      color:var(--subtle);
      font-size:.92rem;
    }
    .breadcrumb-wrap a:hover{color:var(--gold)}
    .crumb-current{color:var(--text);font-weight:800}

    .theme-strip{
      margin-top:-44px;
      position:relative;
      z-index:4;
    }
    .strip-card{
      border-radius:var(--radius-lg);
      background:linear-gradient(135deg,#ff3d6e,#ff7a18 58%,#ffd48a);
      color:#19070e;
      padding:20px;
      box-shadow:0 26px 70px rgba(255,61,110,.25);
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:18px;
      align-items:center;
    }
    .strip-card strong{
      font-size:1.35rem;
      line-height:1.25;
      display:block;
      letter-spacing:-.03em;
    }
    .strip-card p{color:rgba(25,7,14,.78);margin:4px 0 0;font-weight:700}
    .strip-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      justify-content:flex-end;
    }
    .strip-tags span{
      border:1px solid rgba(25,7,14,.18);
      background:rgba(255,255,255,.28);
      border-radius:999px;
      padding:8px 12px;
      font-size:.88rem;
      font-weight:900;
    }

    .main-grid{
      display:grid;
      grid-template-columns:minmax(0,1fr) 360px;
      gap:28px;
      align-items:start;
    }
    .topic-stack{
      display:grid;
      gap:22px;
    }
    .topic-card{
      position:relative;
      overflow:hidden;
      border-radius:var(--radius-lg);
      border:1px solid var(--line);
      background:
        linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),
        linear-gradient(135deg,var(--panel),#130a13);
      box-shadow:0 22px 60px rgba(0,0,0,.25);
      padding:28px;
      transition:var(--ease);
    }
    .topic-card:hover{
      transform:translateY(-4px);
      border-color:rgba(255,212,138,.38);
      box-shadow:0 28px 80px rgba(0,0,0,.38);
    }
    .topic-card:before{
      content:attr(data-index);
      position:absolute;
      right:18px;
      top:10px;
      font-size:5.4rem;
      font-weight:950;
      line-height:1;
      color:rgba(255,255,255,.055);
      letter-spacing:-.08em;
    }
    .topic-meta{
      display:flex;
      flex-wrap:wrap;
      gap:9px;
      margin-bottom:18px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      border:1px solid rgba(255,255,255,.14);
      color:var(--gold);
      background:rgba(255,212,138,.08);
      border-radius:999px;
      padding:6px 10px;
      font-size:.8rem;
      font-weight:850;
    }
    .topic-card h3{
      max-width:680px;
      margin-bottom:12px;
    }
    .topic-card p{
      max-width:760px;
      font-size:1rem;
      margin-bottom:20px;
    }
    .topic-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      align-items:center;
    }
    .read-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:#1b0710;
      background:var(--gold);
      border-radius:999px;
      padding:10px 14px;
      font-weight:900;
    }
    .read-link:hover{
      transform:translateX(3px);
      background:#ffe2a8;
    }
    .side-panel{
      position:sticky;
      top:154px;
      display:grid;
      gap:18px;
    }
    .info-box{
      border-radius:var(--radius-md);
      border:1px solid var(--line);
      background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));
      padding:22px;
      box-shadow:0 18px 50px rgba(0,0,0,.22);
    }
    .info-box h3{
      font-size:1.18rem;
      margin-bottom:12px;
      letter-spacing:-.02em;
    }
    .check-list{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:12px;
    }
    .check-list li{
      display:grid;
      grid-template-columns:24px 1fr;
      gap:10px;
      color:var(--muted);
      font-size:.96rem;
    }
    .check-list li:before{
      content:"";
      width:20px;
      height:20px;
      margin-top:4px;
      border-radius:50%;
      background:
        radial-gradient(circle at center,var(--green) 0 38%,transparent 40%),
        rgba(81,214,166,.14);
      box-shadow:0 0 0 1px rgba(81,214,166,.28);
    }
    .status-row{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      padding:12px 0;
      border-bottom:1px solid rgba(255,255,255,.09);
      color:var(--muted);
      font-size:.94rem;
    }
    .status-row:last-child{border-bottom:0}
    .status-row b{color:var(--text)}
    .status-dot{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--green);
      font-weight:900;
    }
    .status-dot:before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 5px rgba(81,214,166,.11);
    }

    .path-section{
      background:
        radial-gradient(circle at 12% 8%,rgba(255,212,138,.13),transparent 30%),
        linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));
      border-top:1px solid var(--line);
      border-bottom:1px solid var(--line);
    }
    .path-grid{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:30px;
      align-items:center;
    }
    .path-intro{
      border-radius:var(--radius-lg);
      padding:34px;
      background:linear-gradient(135deg,rgba(255,61,110,.20),rgba(168,85,247,.13));
      border:1px solid rgba(255,255,255,.13);
    }
    .path-intro p{font-size:1.04rem}
    .step-board{
      display:grid;
      gap:16px;
    }
    .step-item{
      display:grid;
      grid-template-columns:58px 1fr;
      gap:16px;
      align-items:start;
      border-radius:24px;
      padding:20px;
      background:rgba(5,3,7,.55);
      border:1px solid var(--line);
    }
    .step-num{
      width:58px;
      height:58px;
      border-radius:20px;
      display:grid;
      place-items:center;
      color:#1b0710;
      background:linear-gradient(135deg,var(--gold),var(--primary-2));
      font-weight:950;
      font-size:1.2rem;
      box-shadow:0 16px 34px rgba(255,122,24,.20);
    }
    .step-item h3{
      font-size:1.18rem;
      margin-bottom:6px;
    }
    .step-item p{margin:0;font-size:.98rem}

    .badge-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }
    .trust-badge{
      min-height:150px;
      border-radius:var(--radius-md);
      padding:22px;
      border:1px solid var(--line);
      background:
        radial-gradient(circle at 20% 0,rgba(255,61,110,.20),transparent 34%),
        rgba(255,255,255,.045);
      transition:var(--ease);
    }
    .trust-badge:hover{
      transform:translateY(-3px);
      border-color:rgba(255,212,138,.38);
    }
    .badge-icon{
      width:42px;height:42px;border-radius:15px;
      background:rgba(255,212,138,.12);
      border:1px solid rgba(255,212,138,.28);
      display:grid;place-items:center;
      color:var(--gold);
      font-weight:950;
      margin-bottom:16px;
    }
    .trust-badge h3{font-size:1.05rem;margin-bottom:8px}
    .trust-badge p{font-size:.92rem;margin:0}

    .faq-wrap{
      display:grid;
      grid-template-columns:.78fr 1.22fr;
      gap:34px;
      align-items:start;
    }
    .accordion{
      background:transparent;
      border:0;
    }
    .accordion-item{
      margin-bottom:14px;
      border-radius:22px;
      overflow:hidden;
      border:1px solid var(--line);
      background:rgba(255,255,255,.045);
    }
    .accordion-title{
      color:var(--text);
      font-weight:900;
      font-size:1rem;
      border:0;
      padding:20px 56px 20px 20px;
      background:transparent;
    }
    .accordion-title:hover,.accordion-title:focus{
      color:var(--gold);
      background:rgba(255,212,138,.06);
    }
    .accordion-title:before{
      color:var(--gold);
      right:20px;
      margin-top:-.62rem;
      font-size:1.35rem;
    }
    .accordion-content{
      color:var(--muted);
      background:rgba(5,3,7,.34);
      border:0;
      border-top:1px solid rgba(255,255,255,.08);
      padding:18px 20px 22px;
      line-height:1.82;
    }

    .cta-card{
      position:relative;
      overflow:hidden;
      border-radius:36px;
      padding:44px;
      border:1px solid rgba(255,255,255,.18);
      background:
        radial-gradient(circle at 12% 12%,rgba(255,212,138,.24),transparent 30%),
        radial-gradient(circle at 88% 28%,rgba(255,61,110,.25),transparent 32%),
        linear-gradient(135deg,#26101d,#0b070d 62%,#1c0b18);
      box-shadow:var(--shadow);
    }
    .cta-card:before{
      content:"分区入口更新 · 隐私提醒 · 年龄确认";
      position:absolute;
      right:-72px;
      top:36px;
      transform:rotate(8deg);
      background:linear-gradient(90deg,var(--primary),var(--primary-2));
      color:#fff8ef;
      padding:10px 86px;
      font-weight:950;
      letter-spacing:.04em;
      box-shadow:0 14px 34px rgba(255,61,110,.24);
    }
    .cta-grid{
      display:grid;
      grid-template-columns:1fr 420px;
      gap:34px;
      align-items:end;
      position:relative;
      z-index:2;
    }
    .subscribe-box{
      border-radius:26px;
      padding:18px;
      background:rgba(255,255,255,.065);
      border:1px solid rgba(255,255,255,.15);
    }
    .form-line{
      display:flex;
      gap:10px;
      margin-bottom:12px;
    }
    .form-line input{
      min-width:0;
      width:100%;
      height:48px;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(5,3,7,.55);
      color:var(--text);
      border-radius:999px;
      padding:0 16px;
      box-shadow:none;
      margin:0;
    }
    .form-line input::placeholder{color:#95848f}
    .privacy-check{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:var(--muted);
      font-size:.88rem;
      line-height:1.55;
    }
    .privacy-check input{
      width:16px;height:16px;margin-top:4px;
      accent-color:var(--primary);
      flex:0 0 auto;
    }

    .site-footer{
      padding:52px 0 28px;
      background:#050306;
      border-top:1px solid var(--line);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1fr auto;
      gap:32px;
      align-items:start;
    }
    .footer-brand{
      font-size:1.18rem;
      font-weight:950;
      margin-bottom:12px;
      letter-spacing:-.03em;
    }
    .footer-text{
      max-width:680px;
      margin:0;
      font-size:.95rem;
      color:var(--subtle);
    }
    .footer-links{
      display:grid;
      grid-template-columns:repeat(2,auto);
      gap:10px 18px;
      justify-content:end;
    }
    .footer-links a{
      color:var(--muted);
      font-weight:750;
      font-size:.94rem;
    }
    .footer-links a:hover{color:var(--gold)}
    .copyright{
      margin-top:32px;
      padding-top:20px;
      border-top:1px solid rgba(255,255,255,.08);
      display:flex;
      justify-content:space-between;
      gap:18px;
      color:#806f78;
      font-size:.88rem;
      flex-wrap:wrap;
    }

    @media (max-width:1024px){
      .hero-grid,.main-grid,.path-grid,.faq-wrap,.cta-grid{
        grid-template-columns:1fr;
      }
      .side-panel{position:static}
      .badge-grid{grid-template-columns:repeat(2,1fr)}
      .strip-card{grid-template-columns:1fr}
      .strip-tags{justify-content:flex-start}
      .cta-card:before{display:none}
    }
    @media (max-width:768px){
      .brand-row{
        min-height:auto;
        padding:14px 0;
        align-items:flex-start;
      }
      .brand-link{
        font-size:1rem;
        max-width:58%;
      }
      .top-actions{
        gap:8px;
      }
      .top-pill{display:none}
      .btn{min-height:40px;padding:10px 14px;font-size:.9rem}
      .channel-link{padding:9px 14px;font-size:.9rem}
      .hero{min-height:auto;padding:54px 0 84px}
      .hero-panel{padding:14px;border-radius:24px}
      .play-card{min-height:210px}
      .section{padding:66px 0}
      .section-head{
        display:block;
        margin-bottom:26px;
      }
      .section-head p{margin-top:14px}
      .topic-card,.path-intro,.cta-card{padding:24px}
      .badge-grid{grid-template-columns:1fr}
      .form-line{flex-direction:column}
      .form-line .btn{width:100%}
      .footer-grid{
        grid-template-columns:1fr;
      }
      .footer-links{
        justify-content:start;
      }
    }
    @media (max-width:520px){
      .site-container{width:min(calc(100% - 24px),var(--container))}
      .brand-row{
        gap:10px;
      }
      .brand-link span:last-child{
        white-space:normal;
        line-height:1.25;
      }
      .logo-mark{width:36px;height:36px;border-radius:14px}
      .top-actions .btn-primary{padding-inline:12px}
      .hero h1{font-size:2.42rem}
      .hero-lead{font-size:1rem}
      .hero-actions .btn{width:100%}
      .quick-notes{display:grid}
      .strip-card{padding:18px;border-radius:24px}
      .topic-card:before{font-size:4rem}
      .topic-actions .read-link{width:100%;justify-content:center}
      .step-item{grid-template-columns:1fr}
      .step-num{width:52px;height:52px}
      .footer-links{grid-template-columns:1fr}
      .copyright{display:block}
      .copyright span{display:block;margin-top:8px}
    }

/* roulang page: category2 */
:root {
      --bg: #100b10;
      --bg-deep: #070507;
      --bg-soft: #1b111a;
      --panel: #211521;
      --panel-2: #2b1729;
      --paper: #fff7ee;
      --text: #fff8f2;
      --muted: #c9b8c2;
      --muted-2: #9e8b96;
      --line: rgba(255, 232, 210, .16);
      --line-strong: rgba(255, 93, 124, .38);
      --primary: #ff365f;
      --primary-2: #ff7a18;
      --accent: #b36cff;
      --gold: #ffd18a;
      --success: #43d9a3;
      --warning: #ffb54a;
      --danger: #ff5f5f;
      --radius-sm: 12px;
      --radius: 22px;
      --radius-lg: 34px;
      --shadow: 0 24px 70px rgba(0, 0, 0, .38);
      --shadow-hot: 0 18px 50px rgba(255, 54, 95, .24);
      --container: 1220px;
      --font: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      min-height: 100vh;
      font-family: var(--font);
      color: var(--text);
      background:
        radial-gradient(circle at 15% 5%, rgba(255, 54, 95, .22), transparent 32%),
        radial-gradient(circle at 85% 15%, rgba(179, 108, 255, .16), transparent 34%),
        linear-gradient(180deg, #100b10 0%, #070507 48%, #130b11 100%);
      line-height: 1.75;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: .22;
      background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
      background-size: 42px 42px;
      z-index: -2;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    a:focus-visible,
    button:focus-visible,
    input:focus-visible {
      outline: 3px solid rgba(255, 209, 138, .78);
      outline-offset: 3px;
    }

    .site-container {
      width: min(calc(100% - 32px), var(--container));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 100;
      background: rgba(10, 6, 10, .88);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid var(--line);
      box-shadow: 0 10px 35px rgba(0,0,0,.25);
    }

    .brand-row {
      min-height: 74px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
      padding: 14px 0 12px;
    }

    .brand-link {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-weight: 900;
      letter-spacing: -.03em;
      font-size: clamp(18px, 2.1vw, 27px);
      line-height: 1.1;
    }

    .brand-link:hover {
      color: var(--gold);
      transform: translateY(-1px);
    }

    .logo-mark {
      width: 42px;
      height: 42px;
      flex: 0 0 auto;
      border-radius: 14px;
      position: relative;
      background:
        linear-gradient(135deg, var(--primary), var(--primary-2) 56%, var(--gold));
      box-shadow: 0 14px 35px rgba(255, 54, 95, .32);
      overflow: hidden;
    }

    .logo-mark::before {
      content: "";
      position: absolute;
      inset: 9px;
      border: 2px solid rgba(255,255,255,.78);
      border-left-color: transparent;
      border-radius: 50%;
      transform: rotate(-28deg);
    }

    .logo-mark::after {
      content: "";
      position: absolute;
      right: -9px;
      bottom: -10px;
      width: 28px;
      height: 28px;
      background: rgba(255,255,255,.3);
      border-radius: 50%;
    }

    .top-actions {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .top-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 38px;
      padding: 8px 14px;
      border-radius: 999px;
      border: 1px solid var(--line);
      color: var(--muted);
      background: rgba(255,255,255,.045);
      font-size: 14px;
      white-space: nowrap;
    }

    .top-pill:hover {
      color: var(--text);
      border-color: rgba(255, 209, 138, .4);
      background: rgba(255, 209, 138, .1);
      transform: translateY(-1px);
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 44px;
      padding: 12px 20px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-weight: 800;
      letter-spacing: -.01em;
      line-height: 1.1;
      white-space: nowrap;
    }

    .btn-primary {
      color: #1b070c;
      background: linear-gradient(135deg, var(--gold), var(--primary-2) 42%, var(--primary));
      box-shadow: var(--shadow-hot);
    }

    .btn-primary:hover {
      color: #1b070c;
      transform: translateY(-2px);
      filter: brightness(1.08);
      box-shadow: 0 22px 58px rgba(255, 54, 95, .34);
    }

    .btn-secondary {
      color: var(--text);
      background: rgba(255,255,255,.07);
      border-color: rgba(255,255,255,.18);
    }

    .btn-secondary:hover {
      background: rgba(255,255,255,.12);
      border-color: rgba(255, 209, 138, .42);
      transform: translateY(-2px);
    }

    .btn-dark {
      color: #fff;
      background: #170c15;
      border-color: rgba(255,255,255,.13);
    }

    .btn-dark:hover {
      background: #261324;
      border-color: rgba(255, 54, 95, .5);
      box-shadow: 0 16px 36px rgba(0,0,0,.26);
      transform: translateY(-2px);
    }

    .channel-row {
      border-top: 1px solid rgba(255,255,255,.07);
      padding: 10px 0 13px;
    }

    .channel-scroll {
      display: flex;
      align-items: center;
      gap: 10px;
      overflow-x: auto;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 1px;
    }

    .channel-scroll::-webkit-scrollbar {
      display: none;
    }

    .channel-link {
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 40px;
      padding: 9px 17px;
      border-radius: 999px;
      color: var(--muted);
      border: 1px solid transparent;
      background: rgba(255,255,255,.035);
      font-size: 15px;
      font-weight: 750;
    }

    .channel-link:hover {
      color: var(--text);
      background: rgba(255,255,255,.08);
      border-color: var(--line);
      transform: translateY(-1px);
    }

    .channel-link.active {
      color: #1d080d;
      background: linear-gradient(135deg, var(--gold), var(--primary-2), var(--primary));
      box-shadow: 0 12px 32px rgba(255,54,95,.27);
    }

    .hero {
      position: relative;
      min-height: 690px;
      display: flex;
      align-items: center;
      overflow: hidden;
      isolation: isolate;
      border-bottom: 1px solid var(--line);
      background:
        linear-gradient(90deg, rgba(7,5,7,.96) 0%, rgba(16,8,15,.86) 48%, rgba(70,20,38,.62) 100%),
        radial-gradient(circle at 78% 28%, rgba(255, 54, 95, .35), transparent 32%),
        radial-gradient(circle at 54% 80%, rgba(179,108,255,.20), transparent 36%);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(115deg, rgba(255,255,255,.035) 0 12%, transparent 12% 22%, rgba(255,54,95,.08) 22% 24%, transparent 24% 100%),
        repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 115px);
      opacity: .75;
      z-index: -2;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 0%, rgba(7,5,7,.72) 100%);
      z-index: -1;
    }

    .hero-grid {
      width: 100%;
      padding: 82px 0 86px;
      display: grid;
      grid-template-columns: minmax(0, 1.04fr) minmax(360px, .78fr);
      gap: 42px;
      align-items: center;
    }

    .breadcrumb {
      display: flex;
      align-items: center;
      gap: 9px;
      margin: 0 0 20px;
      color: var(--muted);
      font-size: 14px;
      flex-wrap: wrap;
    }

    .breadcrumb a:hover {
      color: var(--gold);
    }

    .campaign-strip {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 15px;
      border-radius: 999px;
      background: linear-gradient(135deg, rgba(255,54,95,.22), rgba(255,122,24,.18));
      border: 1px solid rgba(255, 209, 138, .22);
      color: var(--gold);
      font-weight: 850;
      margin-bottom: 20px;
      box-shadow: 0 12px 34px rgba(255,54,95,.16);
    }

    .campaign-strip .dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--success);
      box-shadow: 0 0 0 6px rgba(67,217,163,.12);
    }

    .hero h1 {
      margin: 0;
      max-width: 840px;
      font-size: clamp(38px, 6.2vw, 70px);
      line-height: .98;
      letter-spacing: -.075em;
      font-weight: 950;
    }

    .hero h1 span {
      display: block;
      color: transparent;
      background: linear-gradient(135deg, #fff 0%, #ffe4c4 38%, #ff6d83 75%, #b36cff 100%);
      -webkit-background-clip: text;
      background-clip: text;
    }

    .hero-subtitle {
      max-width: 730px;
      margin: 22px 0 0;
      color: #eadbe3;
      font-size: clamp(17px, 1.7vw, 21px);
      line-height: 1.82;
    }

    .hero-actions {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-top: 32px;
    }

    .hero-note {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      margin-top: 30px;
      max-width: 720px;
    }

    .note-chip {
      padding: 14px;
      border-radius: 18px;
      background: rgba(255,255,255,.055);
      border: 1px solid var(--line);
      min-height: 88px;
    }

    .note-chip strong {
      display: block;
      color: var(--gold);
      font-size: 18px;
      margin-bottom: 2px;
    }

    .note-chip span {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.55;
    }

    .access-matrix {
      position: relative;
      padding: 24px;
      border-radius: var(--radius-lg);
      background:
        linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.045)),
        radial-gradient(circle at 30% 0%, rgba(255,54,95,.22), transparent 44%);
      border: 1px solid rgba(255,255,255,.16);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .access-matrix::before {
      content: "";
      position: absolute;
      width: 210px;
      height: 210px;
      right: -80px;
      top: -70px;
      border-radius: 50%;
      background: rgba(255, 122, 24, .18);
      filter: blur(1px);
    }

    .matrix-head {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 18px;
      margin-bottom: 18px;
    }

    .matrix-kicker {
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .12em;
    }

    .matrix-title {
      margin: 4px 0 0;
      font-size: 27px;
      line-height: 1.22;
      font-weight: 920;
      letter-spacing: -.04em;
    }

    .play-circle {
      width: 62px;
      height: 62px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.28);
      background: linear-gradient(135deg, rgba(255,209,138,.95), rgba(255,54,95,.95));
      box-shadow: 0 18px 46px rgba(255,54,95,.28);
      position: relative;
      flex: 0 0 auto;
    }

    .play-circle::after {
      content: "";
      position: absolute;
      left: 25px;
      top: 20px;
      width: 0;
      height: 0;
      border-left: 16px solid #21080e;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
    }

    .matrix-buttons {
      position: relative;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
      margin: 18px 0;
    }

    .matrix-btn {
      min-height: 104px;
      padding: 18px;
      border-radius: 22px;
      background: rgba(9,6,9,.62);
      border: 1px solid rgba(255,255,255,.13);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
    }

    .matrix-btn:hover {
      transform: translateY(-3px);
      border-color: rgba(255, 209, 138, .44);
      background: rgba(25,12,21,.78);
      box-shadow: 0 18px 38px rgba(0,0,0,.24);
    }

    .matrix-btn b {
      display: block;
      font-size: 19px;
      margin-bottom: 5px;
      color: #fff;
    }

    .matrix-btn small {
      display: block;
      color: var(--muted);
      line-height: 1.5;
    }

    .status-panel {
      position: relative;
      display: grid;
      gap: 10px;
      margin-top: 16px;
    }

    .status-item {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      padding: 12px 14px;
      border-radius: 16px;
      background: rgba(255,255,255,.055);
      border: 1px solid rgba(255,255,255,.09);
      color: var(--muted);
      font-size: 14px;
    }

    .status-item em {
      font-style: normal;
      color: var(--success);
      font-weight: 850;
    }

    main {
      overflow: hidden;
    }

    .section {
      padding: 94px 0;
      position: relative;
    }

    .section.compact {
      padding: 76px 0;
    }

    .section-light {
      background:
        radial-gradient(circle at 18% 20%, rgba(255,54,95,.10), transparent 30%),
        linear-gradient(180deg, rgba(255,247,238,.98), rgba(255,238,224,.96));
      color: #24151d;
    }

    .section-warm {
      background:
        linear-gradient(135deg, rgba(255,54,95,.15), rgba(255,122,24,.09)),
        #130a12;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .section-heading {
      max-width: 850px;
      margin-bottom: 34px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 12px;
      color: var(--gold);
      font-size: 13px;
      letter-spacing: .14em;
      font-weight: 900;
      text-transform: uppercase;
    }

    .section-light .eyebrow {
      color: #b3283e;
    }

    .eyebrow::before {
      content: "";
      width: 34px;
      height: 2px;
      border-radius: 999px;
      background: currentColor;
    }

    h2 {
      margin: 0;
      font-size: clamp(30px, 4vw, 48px);
      line-height: 1.08;
      letter-spacing: -.055em;
      font-weight: 950;
    }

    .section-lead {
      margin: 16px 0 0;
      color: var(--muted);
      max-width: 800px;
      font-size: 17px;
      line-height: 1.86;
    }

    .section-light .section-lead {
      color: #6f5964;
    }

    .tagline-row {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
      margin: 28px 0 0;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      padding: 8px 12px;
      font-weight: 800;
      font-size: 13px;
      color: #ffe6d7;
      background: rgba(255,255,255,.07);
      border: 1px solid var(--line);
    }

    .section-light .tag {
      color: #5b2430;
      border-color: rgba(120,45,61,.16);
      background: rgba(255,255,255,.58);
    }

    .guide-layout {
      display: grid;
      grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
      gap: 26px;
      align-items: stretch;
    }

    .callout-card {
      padding: 30px;
      border-radius: var(--radius-lg);
      background:
        linear-gradient(145deg, rgba(255,54,95,.18), rgba(179,108,255,.10)),
        rgba(255,255,255,.055);
      border: 1px solid rgba(255,255,255,.14);
      box-shadow: var(--shadow);
      min-height: 100%;
    }

    .callout-card h3 {
      margin: 0 0 14px;
      font-size: 30px;
      line-height: 1.15;
      letter-spacing: -.04em;
    }

    .callout-card p {
      color: var(--muted);
      margin: 0 0 20px;
    }

    .warning-list {
      display: grid;
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .warning-list li {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      padding: 14px;
      border-radius: 18px;
      background: rgba(0,0,0,.20);
      border: 1px solid rgba(255,255,255,.10);
      color: #eadde4;
    }

    .warning-list li::before {
      content: "!";
      width: 26px;
      height: 26px;
      flex: 0 0 auto;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: #25070d;
      background: var(--gold);
      font-weight: 950;
      line-height: 1;
      margin-top: 2px;
    }

    .check-grid {
      display: grid;
      gap: 14px;
    }

    .check-card {
      padding: 22px;
      border-radius: 24px;
      background: #fffaf5;
      border: 1px solid rgba(75,36,46,.11);
      box-shadow: 0 18px 44px rgba(67,25,38,.08);
      display: grid;
      grid-template-columns: 56px minmax(0, 1fr);
      gap: 16px;
      align-items: start;
    }

    .check-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 24px 58px rgba(67,25,38,.13);
      border-color: rgba(255,54,95,.22);
    }

    .check-num {
      width: 56px;
      height: 56px;
      border-radius: 18px;
      display: grid;
      place-items: center;
      color: #fff;
      font-weight: 950;
      font-size: 20px;
      background: linear-gradient(135deg, #171016, var(--primary));
      box-shadow: 0 16px 30px rgba(255,54,95,.22);
    }

    .check-card h3 {
      margin: 0 0 6px;
      font-size: 22px;
      letter-spacing: -.035em;
      color: #25141b;
    }

    .check-card p {
      margin: 0;
      color: #725c67;
      line-height: 1.72;
    }

    .tabs-panel-wrap {
      border-radius: var(--radius-lg);
      background: rgba(255,255,255,.06);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .tabs {
      margin: 0;
      border: 0;
      background: rgba(255,255,255,.045);
      display: flex;
      flex-wrap: wrap;
      gap: 0;
      border-bottom: 1px solid var(--line);
    }

    .tabs-title {
      float: none;
    }

    .tabs-title > a {
      color: var(--muted);
      font-weight: 850;
      font-size: 15px;
      padding: 17px 20px;
      background: transparent;
      border-right: 1px solid rgba(255,255,255,.06);
    }

    .tabs-title > a:hover,
    .tabs-title > a:focus {
      background: rgba(255,255,255,.06);
      color: #fff;
    }

    .tabs-title.is-active > a {
      color: #1b070c;
      background: linear-gradient(135deg, var(--gold), var(--primary-2));
    }

    .tabs-content {
      border: 0;
      background: transparent;
      color: inherit;
    }

    .tabs-panel {
      padding: 28px;
    }

    .tab-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
      align-items: start;
    }

    .rule-card {
      padding: 22px;
      border-radius: 24px;
      border: 1px solid rgba(255,255,255,.12);
      background: rgba(8,5,8,.35);
    }

    .rule-card h3 {
      margin: 0 0 10px;
      font-size: 22px;
      letter-spacing: -.035em;
    }

    .rule-card p {
      margin: 0;
      color: var(--muted);
    }

    .rule-card .badge {
      margin-bottom: 12px;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 7px 11px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 900;
      color: #ffe8d5;
      background: rgba(255,54,95,.16);
      border: 1px solid rgba(255,54,95,.28);
    }

    .compare-band {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
      margin-top: 24px;
    }

    .compare-card {
      padding: 26px;
      border-radius: 28px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,.055);
      position: relative;
      overflow: hidden;
    }

    .compare-card.safe {
      border-color: rgba(67,217,163,.24);
    }

    .compare-card.risk {
      border-color: rgba(255,95,95,.28);
    }

    .compare-card::after {
      content: "";
      position: absolute;
      width: 150px;
      height: 150px;
      right: -58px;
      bottom: -70px;
      border-radius: 50%;
      opacity: .13;
      background: currentColor;
    }

    .compare-card.safe {
      color: var(--success);
    }

    .compare-card.risk {
      color: var(--danger);
    }

    .compare-card h3 {
      margin: 0 0 14px;
      color: #fff;
      font-size: 25px;
      letter-spacing: -.04em;
    }

    .compare-card ul {
      margin: 0;
      padding-left: 20px;
      color: var(--muted);
    }

    .compare-card li + li {
      margin-top: 8px;
    }

    .privacy-layout {
      display: grid;
      grid-template-columns: 1.15fr .85fr;
      gap: 24px;
      align-items: stretch;
    }

    .privacy-panel {
      padding: 34px;
      border-radius: var(--radius-lg);
      background:
        linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,236,221,.94));
      color: #24151d;
      box-shadow: 0 26px 70px rgba(0,0,0,.18);
      border: 1px solid rgba(116,47,60,.12);
    }

    .privacy-panel h2 {
      color: #23121a;
    }

    .privacy-panel p {
      color: #705762;
      margin: 14px 0 0;
    }

    .privacy-steps {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
      margin-top: 26px;
    }

    .privacy-step {
      padding: 20px;
      border-radius: 22px;
      background: #fffaf5;
      border: 1px solid rgba(120,45,61,.12);
    }

    .privacy-step strong {
      display: block;
      color: #b32941;
      margin-bottom: 6px;
      font-size: 18px;
    }

    .privacy-step span {
      color: #6f5964;
      font-size: 14px;
      line-height: 1.62;
    }

    .age-card {
      padding: 30px;
      border-radius: var(--radius-lg);
      background:
        radial-gradient(circle at 20% 0%, rgba(255,209,138,.20), transparent 42%),
        linear-gradient(180deg, rgba(38,19,36,.96), rgba(18,10,17,.98));
      border: 1px solid rgba(255,209,138,.18);
      box-shadow: var(--shadow);
    }

    .age-card h3 {
      margin: 0 0 12px;
      font-size: 30px;
      line-height: 1.15;
      letter-spacing: -.04em;
    }

    .age-card p {
      color: var(--muted);
      margin: 0 0 18px;
    }

    .confirm-box {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      padding: 15px;
      border-radius: 18px;
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.12);
      color: #eadde4;
    }

    .fake-check {
      width: 22px;
      height: 22px;
      border-radius: 7px;
      background: linear-gradient(135deg, var(--success), #9bffd4);
      box-shadow: 0 0 0 6px rgba(67,217,163,.11);
      flex: 0 0 auto;
      margin-top: 3px;
      position: relative;
    }

    .fake-check::after {
      content: "";
      position: absolute;
      left: 7px;
      top: 4px;
      width: 7px;
      height: 11px;
      border-right: 2px solid #062217;
      border-bottom: 2px solid #062217;
      transform: rotate(42deg);
    }

    .accordion {
      background: transparent;
    }

    .accordion-item {
      border: 1px solid var(--line);
      background: rgba(255,255,255,.055);
      border-radius: 22px;
      overflow: hidden;
      margin-bottom: 14px;
    }

    .accordion-title {
      border: 0;
      color: var(--text);
      font-size: 18px;
      font-weight: 900;
      padding: 21px 56px 21px 22px;
      background: transparent;
    }

    .accordion-title:hover,
    .accordion-title:focus {
      background: rgba(255,255,255,.06);
      color: var(--gold);
    }

    .accordion-title::before {
      right: 24px;
      margin-top: -10px;
      font-size: 24px;
      color: var(--gold);
    }

    .accordion-content {
      border: 0;
      background: rgba(0,0,0,.12);
      color: var(--muted);
      padding: 0 22px 22px;
      line-height: 1.82;
    }

    .related-band {
      display: grid;
      grid-template-columns: 1.1fr repeat(3, .78fr);
      gap: 16px;
      align-items: stretch;
    }

    .related-card {
      position: relative;
      min-height: 230px;
      padding: 24px;
      border-radius: 28px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.13);
      background:
        linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.04)),
        radial-gradient(circle at 100% 0%, rgba(255,54,95,.20), transparent 38%);
      box-shadow: 0 18px 48px rgba(0,0,0,.22);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .related-card.feature {
      min-height: 270px;
      background:
        linear-gradient(145deg, rgba(255,54,95,.28), rgba(255,122,24,.13)),
        #211220;
    }

    .related-card::before {
      content: attr(data-no);
      position: absolute;
      right: 18px;
      top: 12px;
      font-size: 68px;
      line-height: 1;
      font-weight: 950;
      color: rgba(255,255,255,.07);
      letter-spacing: -.08em;
    }

    .related-card:hover {
      transform: translateY(-5px);
      border-color: rgba(255,209,138,.38);
      box-shadow: 0 28px 68px rgba(0,0,0,.32);
    }

    .related-card h3 {
      position: relative;
      margin: 0 0 10px;
      font-size: 24px;
      line-height: 1.18;
      letter-spacing: -.04em;
    }

    .related-card p {
      position: relative;
      color: var(--muted);
      margin: 0 0 20px;
      line-height: 1.7;
    }

    .subscribe-panel {
      position: relative;
      overflow: hidden;
      padding: 46px;
      border-radius: 38px;
      background:
        linear-gradient(135deg, rgba(255,54,95,.32), rgba(255,122,24,.15) 48%, rgba(179,108,255,.18)),
        #180c16;
      border: 1px solid rgba(255,255,255,.14);
      box-shadow: var(--shadow);
    }

    .subscribe-panel::before {
      content: "";
      position: absolute;
      width: 360px;
      height: 360px;
      right: -130px;
      top: -130px;
      border-radius: 50%;
      background: rgba(255,209,138,.14);
    }

    .subscribe-grid {
      position: relative;
      display: grid;
      grid-template-columns: 1fr minmax(320px, .72fr);
      gap: 30px;
      align-items: center;
    }

    .subscribe-panel h2 {
      max-width: 700px;
    }

    .subscribe-panel p {
      max-width: 720px;
      color: #f1dfe7;
      margin: 16px 0 0;
    }

    .subscribe-form {
      padding: 20px;
      border-radius: 26px;
      background: rgba(7,5,7,.52);
      border: 1px solid rgba(255,255,255,.13);
    }

    .input-row {
      display: flex;
      gap: 10px;
      margin-bottom: 12px;
    }

    .input-row input {
      min-width: 0;
      width: 100%;
      height: 48px;
      padding: 0 16px;
      color: var(--text);
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.16);
      background: rgba(255,255,255,.08);
      box-shadow: none;
      margin: 0;
    }

    .input-row input::placeholder {
      color: rgba(255,248,242,.58);
    }

    .input-row input:focus {
      border-color: rgba(255,209,138,.52);
      background: rgba(255,255,255,.11);
      box-shadow: 0 0 0 4px rgba(255,209,138,.12);
    }

    .form-hint {
      display: flex;
      gap: 10px;
      color: #decdd6;
      font-size: 13px;
      line-height: 1.55;
    }

    .site-footer {
      padding: 58px 0 30px;
      background: #070507;
      border-top: 1px solid var(--line);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
      gap: 40px;
      align-items: start;
    }

    .footer-brand {
      font-size: 26px;
      font-weight: 950;
      letter-spacing: -.04em;
      margin-bottom: 12px;
    }

    .footer-text {
      margin: 0;
      color: var(--muted);
      max-width: 700px;
    }

    .footer-links {
      display: flex;
      justify-content: flex-end;
      gap: 10px;
      flex-wrap: wrap;
    }

    .footer-links a {
      display: inline-flex;
      align-items: center;
      min-height: 38px;
      padding: 8px 13px;
      border-radius: 999px;
      background: rgba(255,255,255,.045);
      border: 1px solid var(--line);
      color: var(--muted);
      font-weight: 750;
      font-size: 14px;
    }

    .footer-links a:hover {
      color: var(--text);
      background: rgba(255,255,255,.09);
      border-color: rgba(255,209,138,.34);
      transform: translateY(-1px);
    }

    .copyright {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      margin-top: 34px;
      padding-top: 22px;
      border-top: 1px solid rgba(255,255,255,.08);
      color: var(--muted-2);
      font-size: 13px;
    }

    @media (max-width: 1024px) {
      .brand-row {
        align-items: flex-start;
        flex-direction: column;
      }

      .top-actions {
        width: 100%;
        justify-content: flex-start;
      }

      .hero {
        min-height: auto;
      }

      .hero-grid,
      .guide-layout,
      .privacy-layout,
      .subscribe-grid {
        grid-template-columns: 1fr;
      }

      .access-matrix {
        max-width: 760px;
      }

      .related-band {
        grid-template-columns: repeat(2, 1fr);
      }

      .related-card.feature {
        grid-column: 1 / -1;
      }
    }

    @media (max-width: 768px) {
      .site-container {
        width: min(calc(100% - 24px), var(--container));
      }

      .brand-row {
        min-height: auto;
        padding: 12px 0 10px;
        gap: 12px;
      }

      .brand-link {
        font-size: 19px;
      }

      .logo-mark {
        width: 36px;
        height: 36px;
        border-radius: 12px;
      }

      .top-actions {
        gap: 8px;
      }

      .top-pill {
        min-height: 34px;
        padding: 7px 11px;
        font-size: 12px;
      }

      .btn {
        width: auto;
        min-height: 40px;
        padding: 11px 15px;
        font-size: 14px;
      }

      .channel-row {
        padding: 8px 0 10px;
      }

      .channel-link {
        min-height: 36px;
        padding: 8px 13px;
        font-size: 13px;
      }

      .hero-grid {
        padding: 54px 0 62px;
        gap: 28px;
      }

      .campaign-strip {
        border-radius: 18px;
        align-items: flex-start;
        line-height: 1.45;
      }

      .hero h1 {
        font-size: clamp(34px, 11vw, 48px);
      }

      .hero-subtitle {
        font-size: 16px;
      }

      .hero-actions {
        flex-direction: column;
      }

      .hero-actions .btn {
        width: 100%;
      }

      .hero-note,
      .matrix-buttons,
      .tab-grid,
      .compare-band,
      .privacy-steps {
        grid-template-columns: 1fr;
      }

      .section {
        padding: 62px 0;
      }

      .section.compact {
        padding: 54px 0;
      }

      .section-heading {
        margin-bottom: 24px;
      }

      h2 {
        font-size: clamp(28px, 8vw, 38px);
      }

      .access-matrix,
      .callout-card,
      .privacy-panel,
      .age-card,
      .subscribe-panel {
        border-radius: 26px;
        padding: 22px;
      }

      .matrix-head {
        flex-direction: column;
      }

      .play-circle {
        width: 54px;
        height: 54px;
      }

      .play-circle::after {
        left: 22px;
        top: 17px;
      }

      .check-card {
        grid-template-columns: 1fr;
      }

      .tabs-title {
        width: 50%;
      }

      .tabs-title > a {
        padding: 14px 12px;
        text-align: center;
        font-size: 13px;
      }

      .tabs-panel {
        padding: 18px;
      }

      .related-band {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        padding-bottom: 8px;
        scroll-snap-type: x mandatory;
      }

      .related-card {
        min-width: 78%;
        scroll-snap-align: start;
      }

      .input-row {
        flex-direction: column;
      }

      .input-row .btn {
        width: 100%;
      }

      .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
      }

      .footer-links {
        justify-content: flex-start;
      }

      .copyright {
        flex-direction: column;
      }
    }

    @media (max-width: 520px) {
      .top-actions .btn-primary {
        width: 100%;
      }

      .breadcrumb {
        font-size: 12px;
      }

      .note-chip {
        min-height: auto;
      }

      .status-item {
        flex-direction: column;
        gap: 4px;
      }

      .related-card {
        min-width: 88%;
      }

      .footer-links a {
        width: 100%;
        justify-content: center;
      }
    }
