/* roulang page: index */
:root{
      --bg:#120e12;
      --bg-2:#181016;
      --bg-3:#1f171b;
      --card:#21171d;
      --card-2:#291d24;
      --card-3:#30222a;
      --primary:#c75b6d;
      --primary-2:#b94e64;
      --primary-3:#d06778;
      --accent:#e7a85c;
      --cream:#f3d8c8;
      --cream-2:#e9c2b3;
      --text:#e8dcdc;
      --muted:#b9a7a7;
      --weak:#8c7b7b;
      --line:rgba(243,216,200,.13);
      --line-strong:rgba(243,216,200,.25);
      --shadow:0 18px 60px rgba(0,0,0,.36);
      --shadow-soft:0 12px 36px rgba(0,0,0,.24);
      --radius-xl:32px;
      --radius-lg:24px;
      --radius-md:18px;
      --radius-sm:14px;
      --pill:999px;
      --container:1220px;
      --transition:240ms ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 12% 8%, rgba(199,91,109,.22), transparent 34%),
        radial-gradient(circle at 86% 18%, rgba(231,168,92,.14), transparent 30%),
        linear-gradient(180deg,#120e12 0%,#181016 48%,#120e12 100%);
      line-height:1.8;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.12;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
      background-size:44px 44px;
      mask-image:linear-gradient(to bottom, #000, transparent 78%);
      z-index:0;
    }
    a{color:inherit;text-decoration:none;transition:color var(--transition),background var(--transition),border-color var(--transition),transform var(--transition),box-shadow var(--transition)}
    a:hover,a:focus{color:var(--cream)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    :focus-visible{
      outline:3px solid rgba(231,168,92,.55);
      outline-offset:3px;
      border-radius:12px;
    }
    .site-wrap{position:relative;z-index:1}
    .grid-container{
      max-width:var(--container);
      padding-left:22px;
      padding-right:22px;
    }
    .section{
      padding:96px 0;
      position:relative;
    }
    .section.compact{padding:72px 0}
    .section-head{
      display:flex;
      justify-content:space-between;
      gap:26px;
      align-items:flex-end;
      margin-bottom:34px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      margin-bottom:12px;
      color:var(--accent);
      font-size:13px;
      letter-spacing:.06em;
      font-weight:700;
    }
    .section-kicker:before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 18px rgba(231,168,92,.7);
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      font-size:clamp(34px,5vw,54px);
      line-height:1.16;
      font-weight:800;
      letter-spacing:-.03em;
      color:#fff0e8;
      margin-bottom:20px;
    }
    h2{
      font-size:clamp(26px,3.5vw,38px);
      line-height:1.24;
      font-weight:800;
      color:#fff0e8;
      margin-bottom:12px;
      letter-spacing:-.02em;
    }
    h3{
      font-size:22px;
      line-height:1.35;
      color:#ffece3;
      margin-bottom:10px;
      font-weight:750;
    }
    p{color:var(--muted);font-size:16.5px}
    .lead{
      font-size:18px;
      line-height:1.85;
      max-width:720px;
      color:#d7c3c0;
    }
    .muted{color:var(--muted)}
    .small{font-size:13px;color:var(--weak)}
    .divider{
      height:1px;
      background:linear-gradient(90deg,transparent,var(--line-strong),transparent);
      margin:24px 0;
    }

    .site-header{
      position:sticky;
      top:18px;
      z-index:50;
      padding:18px 0 0;
    }
    .nav-shell{
      max-width:var(--container);
      margin:0 auto;
      padding:0 22px;
    }
    .pill-nav{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      min-height:68px;
      border:1px solid var(--line);
      border-radius:var(--pill);
      background:rgba(24,16,22,.78);
      backdrop-filter:blur(16px);
      -webkit-backdrop-filter:blur(16px);
      box-shadow:0 16px 45px rgba(0,0,0,.28);
      padding:10px 12px 10px 18px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:0;
      font-weight:800;
      color:#fff0e8;
      letter-spacing:-.02em;
      white-space:nowrap;
    }
    .brand-mark{
      width:34px;height:34px;border-radius:50%;
      background:
        radial-gradient(circle at 35% 35%, #ffe2c8 0 13%, transparent 14%),
        linear-gradient(135deg,var(--primary),#6f2d3c);
      border:1px solid rgba(243,216,200,.24);
      box-shadow:0 0 26px rgba(199,91,109,.32);
      position:relative;
      flex:0 0 auto;
    }
    .brand-mark:after{
      content:"";
      position:absolute;
      right:6px;bottom:7px;
      width:8px;height:8px;border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 14px rgba(231,168,92,.85);
    }
    .nav-links{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      margin:0;
      list-style:none;
    }
    .nav-links a{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:42px;
      padding:0 16px;
      border-radius:var(--pill);
      color:var(--muted);
      font-size:14.5px;
      border:1px solid transparent;
    }
    .nav-links a:hover{
      color:var(--cream);
      background:rgba(243,216,200,.07);
      border-color:rgba(243,216,200,.12);
    }
    .nav-links a.active{
      color:#fff3ea;
      background:rgba(199,91,109,.18);
      border-color:rgba(199,91,109,.48);
    }
    .nav-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:46px;
      padding:0 19px;
      border-radius:var(--pill);
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      color:#fff4ee;
      font-weight:750;
      box-shadow:0 12px 30px rgba(199,91,109,.28);
      white-space:nowrap;
    }
    .nav-cta:hover{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 16px 38px rgba(199,91,109,.38);
    }
    .menu-toggle{
      display:none;
      align-items:center;
      justify-content:center;
      min-width:46px;height:46px;
      border-radius:50%;
      border:1px solid var(--line);
      color:var(--cream);
      background:rgba(243,216,200,.06);
    }
    .mobile-menu{
      display:none;
      max-width:var(--container);
      margin:12px auto 0;
      padding:0 22px;
    }
    .mobile-menu-inner{
      border:1px solid var(--line);
      border-radius:24px;
      background:rgba(33,23,29,.95);
      padding:12px;
      box-shadow:var(--shadow-soft);
    }
    .mobile-menu a{
      display:flex;
      padding:13px 14px;
      border-radius:16px;
      color:var(--muted);
      font-weight:650;
    }
    .mobile-menu a.active,.mobile-menu a:hover{
      background:rgba(199,91,109,.16);
      color:var(--cream);
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:50px;
      padding:0 22px;
      border-radius:var(--pill);
      border:1px solid transparent;
      font-weight:780;
      line-height:1;
      transition:all var(--transition);
      white-space:nowrap;
    }
    .btn-primary{
      color:#fff6f2;
      background:linear-gradient(135deg,var(--primary-3),var(--primary-2));
      box-shadow:0 14px 34px rgba(199,91,109,.28);
    }
    .btn-primary:hover{
      color:#fff;
      transform:translateY(-3px);
      box-shadow:0 18px 44px rgba(199,91,109,.42);
    }
    .btn-secondary{
      color:var(--cream);
      background:rgba(243,216,200,.06);
      border-color:var(--line-strong);
    }
    .btn-secondary:hover{
      color:#fff2eb;
      background:rgba(231,168,92,.11);
      border-color:rgba(231,168,92,.35);
      transform:translateY(-3px);
    }
    .btn-ghost{
      color:var(--cream-2);
      border-color:var(--line);
      background:rgba(18,14,18,.28);
    }
    .btn-ghost:hover{
      color:#fff;
      border-color:rgba(199,91,109,.55);
      background:rgba(199,91,109,.13);
    }
    .tag,.badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:var(--pill);
      min-height:28px;
      padding:3px 10px;
      font-size:12.5px;
      font-weight:700;
      color:var(--cream-2);
      border:1px solid var(--line);
      background:rgba(243,216,200,.055);
    }
    .badge.live{
      color:#25170f;
      background:var(--accent);
      border-color:rgba(231,168,92,.7);
    }
    .badge.rose{
      color:#fff0ec;
      background:rgba(199,91,109,.22);
      border-color:rgba(199,91,109,.42);
    }
    .badge.soft{
      color:var(--cream);
      background:rgba(243,216,200,.08);
    }

    .hero{
      padding:86px 0 72px;
      min-height:calc(100vh - 86px);
      display:flex;
      align-items:center;
    }
    .hero .grid-x{align-items:center}
    .hero-copy{
      padding:44px 0;
    }
    .hero-brand{
      display:inline-flex;
      align-items:center;
      gap:10px;
      border:1px solid rgba(231,168,92,.26);
      background:rgba(231,168,92,.08);
      color:var(--cream);
      border-radius:var(--pill);
      padding:7px 13px;
      margin-bottom:20px;
      font-size:13px;
      font-weight:760;
    }
    .hero-brand span{
      width:9px;height:9px;border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 18px rgba(231,168,92,.85);
    }
    .hero-actions{
      display:flex;
      align-items:center;
      gap:14px;
      flex-wrap:wrap;
      margin:30px 0 28px;
    }
    .trust-row{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      max-width:720px;
    }
    .trust-item{
      padding:16px;
      border-radius:20px;
      border:1px solid var(--line);
      background:rgba(33,23,29,.62);
    }
    .trust-item strong{
      display:block;
      color:#fff0e8;
      font-size:20px;
      line-height:1.2;
      margin-bottom:4px;
    }
    .trust-item span{
      color:var(--weak);
      font-size:13px;
    }

    .cover-stack{
      position:relative;
      min-height:590px;
      padding:28px;
    }
    .cover-stack:before{
      content:"";
      position:absolute;
      width:78%;
      height:82%;
      right:2%;
      top:7%;
      border-radius:42px;
      background:linear-gradient(145deg,rgba(199,91,109,.24),rgba(231,168,92,.08));
      filter:blur(2px);
      transform:rotate(4deg);
      border:1px solid rgba(243,216,200,.08);
    }
    .hero-cover{
      position:relative;
      border-radius:32px;
      min-height:500px;
      overflow:hidden;
      background:
        linear-gradient(180deg,rgba(18,14,18,.06),rgba(18,14,18,.72)),
        radial-gradient(circle at 38% 28%, rgba(243,216,200,.36), transparent 24%),
        radial-gradient(circle at 70% 45%, rgba(199,91,109,.48), transparent 28%),
        linear-gradient(135deg,#3a2630,#151016 72%);
      border:1px solid var(--line-strong);
      box-shadow:var(--shadow);
    }
    .hero-cover:before{
      content:"";
      position:absolute;
      inset:26px;
      border-radius:26px;
      border:1px solid rgba(243,216,200,.11);
      background:
        linear-gradient(90deg,transparent 0 48%,rgba(243,216,200,.05) 48% 52%,transparent 52%),
        radial-gradient(ellipse at 50% 48%, rgba(255,225,210,.20), transparent 38%);
      opacity:.95;
    }
    .hero-cover:after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg,transparent 36%,rgba(18,14,18,.92));
    }
    .cover-content{
      position:absolute;
      inset:auto 24px 24px;
      z-index:2;
    }
    .cover-title{
      font-size:26px;
      line-height:1.3;
      color:#fff1ea;
      font-weight:800;
      margin:13px 0 8px;
    }
    .cover-meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:14px;
    }
    .countdown{
      position:absolute;
      left:-6px;
      top:50px;
      z-index:4;
      width:220px;
      padding:16px;
      border-radius:24px;
      border:1px solid rgba(231,168,92,.28);
      background:rgba(33,23,29,.88);
      backdrop-filter:blur(14px);
      box-shadow:var(--shadow-soft);
    }
    .countdown-title{
      display:flex;
      align-items:center;
      justify-content:space-between;
      color:var(--cream);
      font-size:13px;
      font-weight:750;
      margin-bottom:12px;
    }
    .count-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:8px;
    }
    .count-box{
      border-radius:14px;
      background:rgba(231,168,92,.12);
      border:1px solid rgba(231,168,92,.22);
      padding:8px 4px;
      text-align:center;
    }
    .count-box strong{
      display:block;
      color:var(--accent);
      font-size:21px;
      line-height:1.05;
    }
    .count-box span{
      display:block;
      color:var(--weak);
      font-size:11px;
      margin-top:2px;
    }
    .watch-list{
      position:absolute;
      right:0;
      bottom:78px;
      z-index:4;
      width:245px;
      border-radius:24px;
      border:1px solid var(--line);
      background:rgba(33,23,29,.9);
      backdrop-filter:blur(14px);
      padding:15px;
      box-shadow:var(--shadow-soft);
    }
    .watch-list strong{
      display:block;
      color:#fff0e8;
      margin-bottom:10px;
    }
    .watch-list ul{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:9px;
    }
    .watch-list li{
      display:flex;
      gap:9px;
      color:var(--muted);
      font-size:13.5px;
      line-height:1.55;
    }
    .watch-list em{
      flex:0 0 auto;
      width:20px;height:20px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:50%;
      color:#2a1712;
      background:var(--accent);
      font-style:normal;
      font-size:11px;
      font-weight:800;
      margin-top:1px;
    }

    .panel-card{
      border:1px solid var(--line);
      background:linear-gradient(180deg,rgba(41,29,36,.94),rgba(33,23,29,.94));
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
      transition:transform var(--transition),border-color var(--transition),box-shadow var(--transition);
    }
    .panel-card:hover{
      transform:translateY(-5px);
      border-color:rgba(243,216,200,.24);
      box-shadow:var(--shadow);
    }
    .preview-layout{
      display:grid;
      grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);
      gap:22px;
    }
    .main-preview{
      display:grid;
      grid-template-columns:minmax(260px,.95fr) minmax(0,1.05fr);
      min-height:390px;
    }
    .preview-art{
      position:relative;
      overflow:hidden;
      min-height:320px;
      background:
        linear-gradient(180deg,rgba(18,14,18,.02),rgba(18,14,18,.78)),
        radial-gradient(circle at 45% 22%,rgba(243,216,200,.34),transparent 26%),
        radial-gradient(circle at 68% 62%,rgba(199,91,109,.42),transparent 31%),
        linear-gradient(135deg,#3d2831,#171016);
    }
    .preview-art:after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(120deg,transparent,rgba(255,255,255,.08),transparent);
      transform:translateX(-100%);
      transition:transform 800ms ease;
    }
    .panel-card:hover .preview-art:after{transform:translateX(100%)}
    .preview-body{padding:30px}
    .meta-line{
      display:flex;
      flex-wrap:wrap;
      gap:9px;
      align-items:center;
      margin-bottom:15px;
    }
    .tag-row{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 22px}
    .timeline-card{padding:24px}
    .timeline{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:14px;
    }
    .timeline li{
      position:relative;
      padding:14px 14px 14px 42px;
      border-radius:18px;
      border:1px solid var(--line);
      background:rgba(18,14,18,.28);
      transition:all var(--transition);
    }
    .timeline li:hover{
      border-color:rgba(231,168,92,.35);
      background:rgba(231,168,92,.07);
    }
    .timeline li:before{
      content:"";
      position:absolute;
      left:16px;
      top:20px;
      width:10px;height:10px;border-radius:50%;
      background:var(--primary);
      box-shadow:0 0 16px rgba(199,91,109,.6);
    }
    .timeline b{
      display:block;
      color:#fff0e8;
      font-size:15px;
      margin-bottom:2px;
    }
    .timeline span{
      display:block;
      color:var(--weak);
      font-size:13px;
      line-height:1.55;
    }

    .quick-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .quick-card{
      padding:18px;
      border-radius:22px;
      border:1px solid var(--line);
      background:rgba(33,23,29,.74);
      transition:all var(--transition);
    }
    .quick-card:hover{
      transform:translateY(-4px);
      border-color:rgba(199,91,109,.48);
      background:rgba(199,91,109,.08);
    }
    .quick-card .num{
      width:34px;height:34px;
      display:flex;
      align-items:center;
      justify-content:center;
      border-radius:50%;
      color:#2b1713;
      background:var(--accent);
      font-weight:850;
      margin-bottom:14px;
    }
    .quick-card strong{
      display:block;
      color:#fff0e8;
      margin-bottom:6px;
    }
    .quick-card p{
      font-size:14px;
      line-height:1.65;
      margin:0;
    }

    .category-strip{
      display:grid;
      grid-template-columns:1.25fr .75fr;
      gap:18px;
      align-items:stretch;
    }
    .category-card{
      position:relative;
      overflow:hidden;
      padding:30px;
      min-height:260px;
      border-radius:var(--radius-xl);
      border:1px solid var(--line);
      background:
        radial-gradient(circle at 86% 12%,rgba(231,168,92,.16),transparent 24%),
        radial-gradient(circle at 15% 88%,rgba(199,91,109,.24),transparent 30%),
        linear-gradient(145deg,rgba(48,34,42,.96),rgba(33,23,29,.96));
      box-shadow:var(--shadow-soft);
      transition:all var(--transition);
    }
    .category-card:hover{
      transform:translateY(-5px);
      border-color:rgba(231,168,92,.3);
      box-shadow:var(--shadow);
    }
    .category-card:before{
      content:"";
      position:absolute;
      right:-60px;
      bottom:-80px;
      width:260px;height:260px;
      border-radius:50%;
      background:rgba(243,216,200,.045);
      border:1px solid rgba(243,216,200,.07);
    }
    .category-card > *{position:relative;z-index:1}
    .category-card h3{font-size:28px}
    .category-side{
      display:grid;
      gap:18px;
    }
    .mini-channel{
      padding:22px;
      border-radius:24px;
      border:1px solid var(--line);
      background:rgba(33,23,29,.78);
      transition:all var(--transition);
    }
    .mini-channel:hover{
      transform:translateY(-4px);
      border-color:rgba(199,91,109,.42);
      background:rgba(199,91,109,.08);
    }

    .updates{
      display:grid;
      grid-template-columns:.78fr 1.22fr;
      gap:24px;
      align-items:start;
    }
    .note-board{
      border-radius:var(--radius-xl);
      border:1px solid rgba(231,168,92,.25);
      background:
        linear-gradient(180deg,rgba(231,168,92,.09),rgba(33,23,29,.86)),
        rgba(33,23,29,.9);
      padding:28px;
      position:sticky;
      top:112px;
    }
    .update-list{
      display:grid;
      gap:14px;
    }
    .update-item{
      display:grid;
      grid-template-columns:118px 1fr auto;
      gap:18px;
      align-items:center;
      padding:18px;
      border-radius:24px;
      border:1px solid var(--line);
      background:rgba(33,23,29,.72);
      transition:all var(--transition);
    }
    .update-item:hover{
      transform:translateX(4px);
      border-color:rgba(243,216,200,.23);
      background:rgba(48,34,42,.78);
    }
    .time-block{
      text-align:center;
      padding:12px;
      border-radius:18px;
      background:rgba(18,14,18,.38);
      border:1px solid var(--line);
    }
    .time-block b{
      display:block;
      color:var(--accent);
      font-size:22px;
      line-height:1.15;
    }
    .time-block span{
      display:block;
      color:var(--weak);
      font-size:12px;
    }
    .update-item h3{
      font-size:18px;
      margin-bottom:4px;
    }
    .update-item p{
      font-size:14.5px;
      margin-bottom:0;
      line-height:1.6;
    }

    .subscribe-card{
      overflow:hidden;
      border-radius:36px;
      border:1px solid rgba(231,168,92,.26);
      background:
        radial-gradient(circle at 78% 24%,rgba(231,168,92,.16),transparent 28%),
        radial-gradient(circle at 22% 80%,rgba(199,91,109,.22),transparent 30%),
        linear-gradient(135deg,rgba(41,29,36,.96),rgba(18,14,18,.98));
      box-shadow:var(--shadow);
      padding:34px;
    }
    .benefit-list{
      margin:24px 0 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:12px;
    }
    .benefit-list li{
      display:flex;
      gap:10px;
      color:var(--muted);
      line-height:1.65;
    }
    .benefit-list li:before{
      content:"";
      width:9px;height:9px;
      margin-top:10px;
      border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 14px rgba(231,168,92,.7);
      flex:0 0 auto;
    }
    .form-panel{
      padding:24px;
      border-radius:28px;
      background:rgba(18,14,18,.42);
      border:1px solid var(--line);
    }
    .form-panel label{
      color:var(--cream);
      font-size:13px;
      font-weight:750;
      margin-bottom:8px;
    }
    .form-panel input,.form-panel select{
      height:52px;
      border-radius:16px;
      border:1px solid rgba(243,216,200,.16);
      background:rgba(33,23,29,.92);
      color:var(--text);
      box-shadow:none;
      margin-bottom:16px;
      padding:0 15px;
    }
    .form-panel input::placeholder{color:var(--weak)}
    .form-panel input:focus,.form-panel select:focus{
      border-color:rgba(231,168,92,.65);
      background:rgba(33,23,29,.98);
      box-shadow:0 0 0 4px rgba(231,168,92,.12);
    }
    .privacy-tip{
      margin-top:13px;
      padding:12px 14px;
      border-radius:16px;
      background:rgba(243,216,200,.055);
      border:1px solid var(--line);
      color:var(--weak);
      font-size:12.5px;
      line-height:1.6;
    }

    .replay-grid{
      display:grid;
      grid-template-columns:1.2fr repeat(2,.9fr);
      gap:18px;
    }
    .replay-card{
      position:relative;
      overflow:hidden;
      min-height:300px;
      border-radius:28px;
      border:1px solid var(--line);
      background:
        linear-gradient(180deg,rgba(18,14,18,.02),rgba(18,14,18,.86)),
        radial-gradient(circle at 40% 24%,rgba(243,216,200,.24),transparent 24%),
        radial-gradient(circle at 70% 65%,rgba(199,91,109,.34),transparent 28%),
        linear-gradient(145deg,#3a2730,#171016);
      box-shadow:var(--shadow-soft);
      transition:all var(--transition);
    }
    .replay-card:hover{
      transform:translateY(-5px);
      border-color:rgba(199,91,109,.45);
      box-shadow:var(--shadow);
    }
    .replay-card.featured{min-height:360px}
    .replay-content{
      position:absolute;
      left:22px;right:22px;bottom:22px;
    }

    .accordion{
      background:transparent;
      border:0;
      display:grid;
      gap:12px;
      margin:0;
    }
    .accordion-item{
      border:1px solid var(--line);
      border-radius:22px;
      background:rgba(33,23,29,.76);
      overflow:hidden;
      transition:border-color var(--transition),background var(--transition);
    }
    .accordion-item.is-active{
      border-color:rgba(231,168,92,.38);
      background:rgba(48,34,42,.82);
    }
    .accordion-title{
      border:0!important;
      color:#fff0e8!important;
      font-size:16.5px;
      font-weight:780;
      padding:20px 50px 20px 22px;
      background:transparent!important;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:rgba(243,216,200,.055)!important;
      color:#fff!important;
    }
    .accordion-title:before{
      color:var(--accent);
      right:22px;
      margin-top:-12px;
      font-size:22px;
    }
    .accordion-content{
      border:0!important;
      background:transparent!important;
      color:var(--muted);
      padding:0 22px 22px;
      line-height:1.75;
    }

    .final-cta{
      padding:34px;
      border-radius:36px;
      border:1px solid rgba(199,91,109,.34);
      background:
        radial-gradient(circle at 8% 10%,rgba(199,91,109,.22),transparent 28%),
        radial-gradient(circle at 92% 80%,rgba(231,168,92,.13),transparent 26%),
        linear-gradient(135deg,rgba(48,34,42,.96),rgba(18,14,18,.98));
      box-shadow:var(--shadow-soft);
    }
    .final-cta .grid-x{align-items:center}

    .site-footer{
      border-top:1px solid var(--line);
      background:linear-gradient(180deg,rgba(18,14,18,.7),#0d0a0d);
      padding:58px 0 28px;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      color:#fff0e8;
      font-weight:850;
      margin-bottom:14px;
    }
    .footer-links{
      display:grid;
      gap:8px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .footer-links a{
      color:var(--muted);
      display:inline-flex;
      padding:4px 0;
    }
    .footer-links a:hover{color:var(--accent)}
    .age-box{
      display:inline-flex;
      align-items:center;
      gap:9px;
      border-radius:var(--pill);
      border:1px solid rgba(231,168,92,.24);
      background:rgba(231,168,92,.075);
      color:var(--cream);
      padding:8px 12px;
      font-size:13px;
      font-weight:760;
      margin-top:14px;
    }
    .copyright{
      margin-top:34px;
      padding-top:20px;
      border-top:1px solid var(--line);
      color:var(--weak);
      font-size:13px;
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
    }

    @media (max-width:1024px){
      .pill-nav{border-radius:28px}
      .nav-links,.nav-cta{display:none}
      .menu-toggle{display:flex}
      .mobile-menu.is-open{display:block}
      .hero{padding-top:58px;min-height:auto}
      .cover-stack{min-height:auto;padding:10px 0 50px}
      .countdown{left:14px;top:26px}
      .watch-list{right:12px;bottom:30px}
      .preview-layout,.updates{grid-template-columns:1fr}
      .note-board{position:relative;top:auto}
      .main-preview{grid-template-columns:1fr}
      .preview-art{min-height:260px}
      .quick-grid{grid-template-columns:repeat(2,1fr)}
      .category-strip{grid-template-columns:1fr}
      .replay-grid{grid-template-columns:1fr 1fr}
      .replay-card.featured{grid-column:1/-1}
    }
    @media (max-width:768px){
      .grid-container{padding-left:18px;padding-right:18px}
      .site-header{top:10px;padding-top:10px}
      .pill-nav{min-height:62px;padding:8px 9px 8px 14px}
      .brand{font-size:14px;max-width:calc(100vw - 105px);overflow:hidden;text-overflow:ellipsis}
      .brand-mark{width:30px;height:30px}
      .section{padding:68px 0}
      .section.compact{padding:56px 0}
      .section-head{display:block}
      .hero-copy{padding:28px 0 18px}
      .hero-actions .btn{width:100%}
      .trust-row{grid-template-columns:1fr}
      .hero-cover{min-height:430px;border-radius:28px}
      .countdown{
        position:relative;
        left:auto;top:auto;
        width:100%;
        margin-bottom:14px;
      }
      .watch-list{
        position:relative;
        right:auto;bottom:auto;
        width:100%;
        margin-top:14px;
      }
      .cover-stack{display:flex;flex-direction:column;padding-bottom:0}
      .countdown{order:1}
      .hero-cover{order:2}
      .watch-list{order:3}
      .quick-grid{grid-template-columns:1fr}
      .update-item{grid-template-columns:1fr;gap:12px}
      .time-block{text-align:left}
      .replay-grid{grid-template-columns:1fr}
      .subscribe-card,.final-cta{padding:24px}
      .form-panel{padding:18px}
    }
    @media (max-width:520px){
      h1{font-size:32px}
      h2{font-size:26px}
      h3{font-size:20px}
      .lead{font-size:16px}
      .hero{padding:38px 0 52px}
      .hero-cover{min-height:380px}
      .cover-title{font-size:22px}
      .count-grid{grid-template-columns:repeat(2,1fr)}
      .btn{width:100%;min-height:48px}
      .preview-body{padding:22px}
      .category-card{padding:24px}
      .copyright{display:block}
    }

/* roulang page: category1 */
:root{
      --bg:#120e12;
      --bg-2:#181016;
      --panel:#21171d;
      --panel-2:#291d24;
      --panel-3:#30222a;
      --primary:#c75b6d;
      --primary-2:#b94e64;
      --accent:#e7a85c;
      --cream:#f3d8c8;
      --rose-soft:#e9c2b3;
      --text:#e8dcdc;
      --muted:#b9a7a7;
      --weak:#8c7b7b;
      --border:rgba(243,216,200,.13);
      --border-strong:rgba(243,216,200,.24);
      --shadow:0 22px 70px rgba(0,0,0,.38);
      --shadow-soft:0 16px 44px rgba(0,0,0,.28);
      --radius-xl:32px;
      --radius-lg:24px;
      --radius-md:18px;
      --radius-pill:999px;
      --container:1220px;
      --focus:0 0 0 4px rgba(231,168,92,.35);
      --ease:220ms ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 18% 8%,rgba(199,91,109,.22),transparent 32%),
        radial-gradient(circle at 85% 18%,rgba(231,168,92,.13),transparent 28%),
        linear-gradient(180deg,#120e12 0%,#181016 46%,#100c10 100%);
      line-height:1.8;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.16;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
      background-size:34px 34px;
      mask-image:linear-gradient(180deg,rgba(0,0,0,.75),transparent 82%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:color var(--ease),background var(--ease),border-color var(--ease),transform var(--ease),box-shadow var(--ease)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;box-shadow:var(--focus)}
    .grid-container{max-width:var(--container)}
    .site-header{
      position:sticky;
      top:0;
      z-index:100;
      padding:18px 14px 0;
      pointer-events:none;
    }
    .nav-shell{
      max-width:var(--container);
      margin:0 auto;
      pointer-events:auto;
    }
    .pill-nav{
      min-height:66px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:10px 12px 10px 18px;
      border:1px solid var(--border);
      border-radius:var(--radius-pill);
      background:rgba(24,16,22,.78);
      backdrop-filter:blur(16px);
      box-shadow:0 12px 42px rgba(0,0,0,.32);
    }
    .brand,.footer-brand{
      display:inline-flex;
      align-items:center;
      gap:10px;
      font-weight:800;
      letter-spacing:.01em;
      color:var(--cream);
      line-height:1.25;
    }
    .brand{font-size:15px;max-width:360px}
    .brand-mark{
      width:16px;
      height:16px;
      border-radius:50%;
      background:radial-gradient(circle at 38% 35%,#ffd8ad 0 18%,var(--accent) 20% 42%,var(--primary) 44% 100%);
      box-shadow:0 0 0 6px rgba(199,91,109,.12),0 0 24px rgba(231,168,92,.28);
      flex:0 0 auto;
    }
    .nav-links{
      display:flex;
      align-items:center;
      gap:6px;
      margin:0;
      list-style:none;
    }
    .nav-links a,.mobile-menu a{
      display:inline-flex;
      align-items:center;
      min-height:42px;
      padding:9px 16px;
      border-radius:var(--radius-pill);
      color:var(--muted);
      font-size:14px;
      font-weight:650;
    }
    .nav-links a:hover,.mobile-menu a:hover{background:rgba(243,216,200,.08);color:var(--cream)}
    .nav-links a.active,.mobile-menu a.active{
      color:var(--cream);
      background:rgba(199,91,109,.18);
      border:1px solid rgba(199,91,109,.48);
    }
    .nav-cta,.btn-primary{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:44px;
      padding:11px 20px;
      border-radius:var(--radius-pill);
      color:#fff5ef;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      font-size:14px;
      font-weight:800;
      border:1px solid rgba(255,255,255,.08);
      box-shadow:0 10px 28px rgba(199,91,109,.25);
    }
    .nav-cta:hover,.btn-primary:hover{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 16px 42px rgba(199,91,109,.38);
      background:linear-gradient(135deg,#d06778,#b94e64);
    }
    .btn-secondary,.btn-ghost{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:44px;
      padding:10px 18px;
      border-radius:var(--radius-pill);
      border:1px solid var(--border-strong);
      color:var(--cream);
      background:rgba(243,216,200,.055);
      font-weight:750;
      font-size:14px;
    }
    .btn-secondary:hover,.btn-ghost:hover{
      border-color:rgba(231,168,92,.55);
      background:rgba(231,168,92,.12);
      color:#fff0de;
      transform:translateY(-2px);
    }
    .menu-toggle{
      display:none;
      min-width:44px;
      height:44px;
      border:1px solid var(--border);
      border-radius:50%;
      background:rgba(243,216,200,.08);
      color:var(--cream);
    }
    .mobile-menu{
      display:none;
      max-width:var(--container);
      margin:10px auto 0;
      pointer-events:auto;
    }
    .mobile-menu-inner{
      padding:12px;
      border:1px solid var(--border);
      border-radius:24px;
      background:rgba(24,16,22,.92);
      backdrop-filter:blur(16px);
      box-shadow:var(--shadow-soft);
      display:grid;
      gap:6px;
    }
    .hero{
      position:relative;
      padding:92px 0 58px;
    }
    .hero-card{
      border:1px solid var(--border);
      border-radius:var(--radius-xl);
      background:
        linear-gradient(135deg,rgba(199,91,109,.16),transparent 36%),
        linear-gradient(180deg,rgba(48,34,42,.88),rgba(33,23,29,.84));
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .hero-card:after{
      content:"";
      position:absolute;
      inset:auto -10% -28% 35%;
      height:260px;
      background:radial-gradient(circle,rgba(231,168,92,.16),transparent 68%);
      pointer-events:none;
    }
    .hero-copy{padding:58px 48px}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:32px;
      padding:5px 12px;
      border:1px solid rgba(231,168,92,.28);
      border-radius:var(--radius-pill);
      color:var(--rose-soft);
      background:rgba(231,168,92,.08);
      font-size:13px;
      font-weight:800;
      letter-spacing:.03em;
    }
    .eyebrow:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 18px rgba(231,168,92,.65);
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      max-width:780px;
      margin:22px 0 20px;
      font-size:clamp(32px,5vw,54px);
      line-height:1.16;
      letter-spacing:-.03em;
      font-weight:800;
      color:#fff5ef;
    }
    .hero-sub{
      max-width:700px;
      margin-bottom:28px;
      color:var(--muted);
      font-size:17px;
      line-height:1.85;
    }
    .hero-actions{
      display:flex;
      align-items:center;
      gap:12px;
      flex-wrap:wrap;
      margin-bottom:28px;
    }
    .stat-strip{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      max-width:720px;
    }
    .mini-stat{
      padding:14px 16px;
      border:1px solid var(--border);
      border-radius:18px;
      background:rgba(18,14,18,.48);
    }
    .mini-stat strong{
      display:block;
      color:var(--cream);
      font-size:20px;
      line-height:1.2;
    }
    .mini-stat span{
      color:var(--weak);
      font-size:13px;
    }
    .hero-side{
      height:100%;
      min-height:510px;
      padding:24px;
      display:flex;
      align-items:stretch;
    }
    .cover-stack{
      width:100%;
      position:relative;
      border-radius:28px;
      overflow:hidden;
      background:
        radial-gradient(circle at 28% 22%,rgba(243,216,200,.28),transparent 22%),
        radial-gradient(circle at 78% 20%,rgba(199,91,109,.24),transparent 24%),
        linear-gradient(135deg,#33242c,#160f14 58%,#4a2d35);
      border:1px solid rgba(243,216,200,.16);
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),var(--shadow-soft);
      padding:22px;
      display:flex;
      flex-direction:column;
      justify-content:flex-end;
    }
    .cover-stack:before{
      content:"";
      position:absolute;
      inset:34px 40px 130px;
      border-radius:44% 56% 40% 60%;
      background:
        linear-gradient(180deg,rgba(243,216,200,.22),rgba(199,91,109,.05)),
        radial-gradient(circle at 45% 28%,rgba(255,230,210,.22),transparent 16%);
      filter:blur(.2px);
      opacity:.72;
    }
    .cover-stack:after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg,transparent 24%,rgba(18,14,18,.18) 54%,rgba(18,14,18,.9));
      pointer-events:none;
    }
    .cover-content{
      position:relative;
      z-index:2;
    }
    .status-row{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
      margin-bottom:14px;
    }
    .badge,.filter-chip,.tag{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:var(--radius-pill);
      border:1px solid var(--border);
      background:rgba(243,216,200,.07);
      color:var(--rose-soft);
      font-size:12px;
      font-weight:800;
      line-height:1;
      min-height:28px;
      padding:7px 10px;
      white-space:nowrap;
    }
    .badge.hot{
      color:#2a160d;
      background:var(--accent);
      border-color:rgba(231,168,92,.7);
    }
    .badge.live{
      color:#fff5ef;
      background:rgba(199,91,109,.24);
      border-color:rgba(199,91,109,.52);
    }
    .cover-title{
      margin-bottom:12px;
      font-size:24px;
      line-height:1.35;
      color:#fff3ed;
      font-weight:850;
    }
    .countdown{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:10px;
      margin-top:18px;
    }
    .count-box{
      padding:10px 8px;
      border-radius:16px;
      border:1px solid rgba(231,168,92,.25);
      background:rgba(18,14,18,.62);
      text-align:center;
    }
    .count-box strong{
      display:block;
      color:var(--accent);
      font-size:24px;
      line-height:1.1;
      font-variant-numeric:tabular-nums;
    }
    .count-box span{
      color:var(--weak);
      font-size:12px;
    }
    main{position:relative}
    .section{
      padding:82px 0;
    }
    .section.compact{padding-top:56px}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:28px;
    }
    .section-head h2{
      margin-bottom:8px;
      font-size:clamp(26px,3.6vw,38px);
      line-height:1.25;
      color:#fff4ee;
      letter-spacing:-.02em;
    }
    .section-head p{
      max-width:660px;
      margin:0;
      color:var(--muted);
      font-size:16px;
    }
    .filter-bar{
      display:flex;
      gap:10px;
      overflow-x:auto;
      padding:10px;
      margin-bottom:24px;
      border:1px solid var(--border);
      border-radius:var(--radius-pill);
      background:rgba(33,23,29,.62);
      scrollbar-width:none;
    }
    .filter-bar::-webkit-scrollbar{display:none}
    .filter-chip{
      min-height:38px;
      padding:10px 15px;
      color:var(--muted);
      cursor:pointer;
      flex:0 0 auto;
    }
    .filter-chip.active{
      color:#fff7f1;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      border-color:rgba(255,255,255,.1);
      box-shadow:0 10px 24px rgba(199,91,109,.2);
    }
    .filter-chip:hover{
      color:var(--cream);
      border-color:rgba(231,168,92,.42);
      background:rgba(231,168,92,.1);
    }
    .content-card,.sidebar-card,.topic-card,.faq-card,.subscribe-panel{
      border:1px solid var(--border);
      border-radius:var(--radius-lg);
      background:linear-gradient(180deg,rgba(41,29,36,.86),rgba(33,23,29,.88));
      box-shadow:var(--shadow-soft);
    }
    .preview-list{
      display:grid;
      gap:16px;
    }
    .preview-item{
      display:grid;
      grid-template-columns:210px 1fr;
      gap:18px;
      padding:16px;
      overflow:hidden;
      transition:transform var(--ease),border-color var(--ease),box-shadow var(--ease),background var(--ease);
    }
    .preview-item:hover{
      transform:translateY(-4px);
      border-color:rgba(231,168,92,.34);
      box-shadow:0 20px 58px rgba(0,0,0,.34);
      background:linear-gradient(180deg,rgba(48,34,42,.96),rgba(33,23,29,.94));
    }
    .thumb{
      position:relative;
      min-height:140px;
      border-radius:20px;
      overflow:hidden;
      border:1px solid rgba(243,216,200,.12);
      background:
        radial-gradient(circle at 32% 30%,rgba(243,216,200,.25),transparent 19%),
        radial-gradient(circle at 76% 38%,rgba(199,91,109,.26),transparent 24%),
        linear-gradient(135deg,#3c2932,#171016);
    }
    .thumb:before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.72));
      z-index:1;
    }
    .thumb:after{
      content:"";
      position:absolute;
      width:82px;
      height:82px;
      border-radius:50%;
      left:50%;
      top:44%;
      transform:translate(-50%,-50%);
      background:rgba(243,216,200,.08);
      border:1px solid rgba(243,216,200,.12);
      box-shadow:inset 0 0 34px rgba(243,216,200,.05);
    }
    .thumb .badge{
      position:absolute;
      z-index:2;
      left:12px;
      top:12px;
    }
    .preview-body{
      display:flex;
      flex-direction:column;
      justify-content:center;
      min-width:0;
    }
    .preview-body h3{
      margin-bottom:8px;
      color:#fff3ed;
      font-size:22px;
      line-height:1.35;
    }
    .preview-body p{
      margin-bottom:12px;
      color:var(--muted);
      font-size:15px;
      line-height:1.7;
    }
    .meta-line{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
      margin-bottom:14px;
      color:var(--weak);
      font-size:13px;
    }
    .tag-row{
      display:flex;
      gap:8px;
      flex-wrap:wrap;
      margin-bottom:16px;
    }
    .tag{
      color:var(--muted);
      background:rgba(18,14,18,.34);
    }
    .sidebar-stack{
      display:grid;
      gap:16px;
      position:sticky;
      top:104px;
    }
    .sidebar-card{
      padding:22px;
    }
    .sidebar-card h3{
      margin-bottom:10px;
      color:#fff2eb;
      font-size:20px;
    }
    .sidebar-card p{
      margin-bottom:16px;
      color:var(--muted);
      font-size:15px;
      line-height:1.75;
    }
    .small-countdown{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:10px;
      margin:16px 0;
    }
    .small-countdown .count-box strong{font-size:22px}
    .notice-list{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }
    .notice-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:var(--muted);
      font-size:14px;
      line-height:1.65;
      padding:10px 0;
      border-top:1px solid rgba(243,216,200,.08);
    }
    .notice-list li:first-child{border-top:0}
    .dot{
      width:9px;
      height:9px;
      margin-top:8px;
      border-radius:50%;
      background:var(--primary);
      box-shadow:0 0 18px rgba(199,91,109,.42);
      flex:0 0 auto;
    }
    .subscribe-panel{
      padding:28px;
      background:
        radial-gradient(circle at 86% 18%,rgba(231,168,92,.15),transparent 28%),
        linear-gradient(135deg,rgba(199,91,109,.13),rgba(41,29,36,.9));
    }
    .form-grid{
      display:grid;
      grid-template-columns:1fr 1fr auto;
      gap:12px;
      align-items:end;
      margin-top:18px;
    }
    label{
      display:block;
      color:var(--rose-soft);
      font-size:13px;
      font-weight:800;
      margin-bottom:7px;
    }
    input,select,textarea{
      width:100%;
      min-height:48px;
      border-radius:16px;
      border:1px solid var(--border);
      background:rgba(18,14,18,.72);
      color:var(--text);
      padding:12px 14px;
      transition:border-color var(--ease),box-shadow var(--ease),background var(--ease);
    }
    input::placeholder{color:var(--weak)}
    input:focus,select:focus,textarea:focus{
      border-color:rgba(231,168,92,.54);
      background:rgba(18,14,18,.92);
    }
    .privacy-note{
      margin-top:14px;
      padding:12px 14px;
      border-radius:16px;
      background:rgba(18,14,18,.38);
      color:var(--weak);
      font-size:13px;
      line-height:1.65;
    }
    .topic-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr 1fr;
      gap:16px;
    }
    .topic-card{
      padding:24px;
      min-height:210px;
      position:relative;
      overflow:hidden;
      transition:transform var(--ease),border-color var(--ease),box-shadow var(--ease);
    }
    .topic-card:hover{
      transform:translateY(-5px);
      border-color:rgba(231,168,92,.36);
      box-shadow:0 18px 56px rgba(0,0,0,.34);
    }
    .topic-card:after{
      content:"";
      position:absolute;
      width:160px;
      height:160px;
      right:-48px;
      top:-52px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(199,91,109,.22),transparent 68%);
    }
    .topic-card h3{
      position:relative;
      z-index:1;
      margin-bottom:10px;
      color:#fff1ea;
      font-size:22px;
    }
    .topic-card p{
      position:relative;
      z-index:1;
      margin-bottom:18px;
      color:var(--muted);
      font-size:15px;
    }
    .topic-card .btn-ghost{position:relative;z-index:1}
    .replay-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:16px;
    }
    .replay-card{
      overflow:hidden;
      border:1px solid var(--border);
      border-radius:var(--radius-lg);
      background:rgba(33,23,29,.82);
      transition:transform var(--ease),border-color var(--ease),box-shadow var(--ease);
    }
    .replay-card:hover{
      transform:translateY(-5px);
      border-color:rgba(231,168,92,.34);
      box-shadow:var(--shadow-soft);
    }
    .replay-card .thumb{
      border-radius:0;
      min-height:170px;
      border:0;
    }
    .replay-content{
      padding:18px;
    }
    .replay-content h3{
      margin-bottom:8px;
      color:#fff1ea;
      font-size:19px;
    }
    .replay-content p{
      color:var(--muted);
      font-size:14px;
      line-height:1.65;
      margin-bottom:14px;
    }
    .accordion{
      margin:0;
      background:transparent;
    }
    .accordion-item{
      margin-bottom:12px;
      border:1px solid var(--border);
      border-radius:20px;
      overflow:hidden;
      background:rgba(33,23,29,.78);
      transition:border-color var(--ease),background var(--ease);
    }
    .accordion-item:hover{border-color:rgba(231,168,92,.28)}
    .accordion-title{
      border:0!important;
      color:#fff1ea!important;
      background:transparent!important;
      font-size:17px;
      font-weight:800;
      padding:18px 22px;
    }
    .accordion-title:before{color:var(--accent);font-size:20px;margin-top:-10px}
    .accordion-content{
      border:0!important;
      background:rgba(18,14,18,.3)!important;
      color:var(--muted);
      padding:0 22px 20px;
      line-height:1.75;
    }
    .cta-band{
      padding:34px;
      border-radius:var(--radius-xl);
      border:1px solid rgba(231,168,92,.22);
      background:
        radial-gradient(circle at 15% 24%,rgba(231,168,92,.16),transparent 24%),
        linear-gradient(135deg,rgba(199,91,109,.22),rgba(33,23,29,.94));
      box-shadow:var(--shadow-soft);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
    }
    .cta-band h2{
      margin-bottom:8px;
      color:#fff3ed;
      font-size:30px;
      line-height:1.25;
    }
    .cta-band p{
      max-width:720px;
      margin:0;
      color:var(--muted);
    }
    .site-footer{
      margin-top:42px;
      padding:62px 0 28px;
      border-top:1px solid rgba(243,216,200,.12);
      background:
        radial-gradient(circle at 80% 0%,rgba(199,91,109,.12),transparent 30%),
        linear-gradient(180deg,rgba(16,12,16,.85),#0e0a0d);
    }
    .footer-brand{
      margin-bottom:16px;
      font-size:18px;
    }
    .site-footer p{
      max-width:520px;
      color:var(--muted);
      font-size:14px;
      line-height:1.8;
    }
    .age-box{
      display:inline-flex;
      align-items:center;
      min-height:34px;
      margin-top:8px;
      padding:6px 12px;
      border-radius:var(--radius-pill);
      border:1px solid rgba(231,168,92,.32);
      color:var(--accent);
      background:rgba(231,168,92,.08);
      font-size:13px;
      font-weight:800;
    }
    .site-footer h3{
      color:#fff2eb;
      font-size:16px;
      margin-bottom:14px;
    }
    .footer-links{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:var(--muted);
      font-size:14px;
    }
    .footer-links a:hover{
      color:var(--cream);
      padding-left:4px;
    }
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
      margin-top:38px;
      padding-top:22px;
      border-top:1px solid rgba(243,216,200,.1);
      color:var(--weak);
      font-size:13px;
    }
    .fade-up{
      animation:fadeUp .72s ease both;
    }
    @keyframes fadeUp{
      from{opacity:0;transform:translateY(16px)}
      to{opacity:1;transform:translateY(0)}
    }
    @media (max-width:1024px){
      .nav-links,.nav-cta{display:none}
      .menu-toggle{display:inline-flex;align-items:center;justify-content:center}
      .mobile-menu.is-open{display:block}
      .brand{max-width:calc(100vw - 112px);font-size:14px}
      .hero{padding-top:78px}
      .hero-copy{padding:42px 28px}
      .hero-side{min-height:430px}
      .sidebar-stack{position:static;margin-top:18px}
      .form-grid{grid-template-columns:1fr 1fr}
      .form-grid .submit-cell{grid-column:1 / -1}
      .form-grid .btn-primary{width:100%}
      .topic-grid{grid-template-columns:1fr 1fr}
      .replay-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:768px){
      .site-header{padding-top:12px}
      .pill-nav{border-radius:28px}
      .hero{padding:62px 0 34px}
      .hero-copy{padding:34px 20px}
      .hero-side{padding:0 20px 22px;min-height:390px}
      .stat-strip{grid-template-columns:1fr}
      .section{padding:58px 0}
      .section-head{display:block}
      .filter-bar{border-radius:22px}
      .preview-item{grid-template-columns:1fr}
      .thumb{min-height:190px}
      .topic-grid,.replay-grid{grid-template-columns:1fr}
      .form-grid{grid-template-columns:1fr}
      .cta-band{display:block;padding:26px}
      .cta-band .hero-actions{margin-top:18px;margin-bottom:0}
      .copyright{display:block}
      .copyright span{display:block;margin-top:8px}
    }
    @media (max-width:520px){
      .grid-container{padding-left:14px;padding-right:14px}
      .brand span:last-child{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
      .pill-nav{min-height:60px;padding:8px 9px 8px 14px}
      h1{font-size:31px}
      .hero-sub{font-size:15.5px}
      .hero-actions .btn-primary,.hero-actions .btn-secondary,.hero-actions .btn-ghost{width:100%}
      .countdown{grid-template-columns:repeat(2,1fr)}
      .cover-title{font-size:21px}
      .preview-body h3{font-size:20px}
      .sidebar-card,.subscribe-panel{padding:20px}
      .cta-band h2{font-size:25px}
    }
