/* roulang page: index */
:root{
      --bg:#0b0f10;
      --bg-soft:#101517;
      --panel:#141a1c;
      --panel-2:#171d20;
      --panel-3:#1b2225;
      --line:#253134;
      --line-strong:#355357;
      --text:#eef5f3;
      --muted:#99a9a7;
      --soft:#c8d4d1;
      --accent:#31e6d9;
      --accent-2:#a7f34c;
      --accent-3:#ff4fd8;
      --warn:#ffbf5c;
      --shadow:0 14px 32px rgba(0,0,0,.34);
      --shadow-soft:0 8px 18px rgba(0,0,0,.22);
      --radius:8px;
      --radius-lg:12px;
      --space:18px;
      --max:1200px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
      color:var(--text);
      background:
        linear-gradient(180deg, rgba(49,230,217,.06), transparent 14%),
        linear-gradient(90deg, rgba(255,79,216,.04), transparent 26%),
        linear-gradient(180deg, #0a0d0e 0%, #0b0f10 100%);
      line-height:1.6;
      letter-spacing:0;
      text-rendering:optimizeLegibility;
      -webkit-font-smoothing:antialiased;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.38;
      background-image:
        linear-gradient(rgba(49,230,217,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(49,230,217,.045) 1px, transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(180deg, rgba(0,0,0,.7), rgba(0,0,0,.1));
    }
    a{color:inherit;text-decoration:none}
    img{display:block;max-width:100%}
    button,input,select{font:inherit}
    button{
      border:0;
      background:none;
      color:inherit;
      cursor:pointer;
    }
    :focus-visible{
      outline:2px solid var(--accent);
      outline-offset:2px;
    }
    .container{
      width:min(var(--max), calc(100% - 32px));
      margin:0 auto;
    }
    .top-strip{
      position:relative;
      z-index:2;
      border-bottom:1px solid var(--line);
      background:linear-gradient(90deg, rgba(49,230,217,.11), rgba(255,79,216,.05), rgba(167,243,76,.06));
    }
    .top-strip .inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:10px 0;
      font-size:13px;
      color:var(--soft);
    }
    .top-strip .countdown{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
    }
    .count-badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:5px 10px;
      border:1px solid rgba(49,230,217,.35);
      border-radius:999px;
      color:#d9fffb;
      background:rgba(49,230,217,.08);
      white-space:nowrap;
    }
    .count-grid{
      display:inline-flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
    }
    .count-cell{
      min-width:50px;
      text-align:center;
      padding:5px 8px;
      border:1px solid var(--line);
      border-radius:7px;
      background:rgba(255,255,255,.03);
      color:var(--text);
      font-weight:600;
    }
    .count-label{
      color:var(--muted);
      white-space:nowrap;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:20;
      backdrop-filter:none;
      background:rgba(11,15,16,.93);
      border-bottom:1px solid rgba(37,49,52,.95);
    }
    .nav-panel{
      display:grid;
      grid-template-columns:auto 1fr auto;
      align-items:center;
      gap:16px;
      padding:14px 0;
    }
    .brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      min-width:0;
    }
    .brand-mark{
      width:42px;
      height:42px;
      border-radius:10px;
      border:1px solid rgba(49,230,217,.4);
      background:
        linear-gradient(145deg, rgba(49,230,217,.18), rgba(255,79,216,.08)),
        linear-gradient(180deg, #12181a, #0e1214);
      display:grid;
      place-items:center;
      box-shadow:var(--shadow-soft);
      flex:0 0 auto;
    }
    .brand-mark i{
      width:18px;
      height:18px;
      color:var(--accent);
    }
    .brand strong{
      display:block;
      font-size:18px;
      line-height:1.15;
      white-space:nowrap;
    }
    .brand span{
      display:block;
      font-size:12px;
      color:var(--muted);
      white-space:nowrap;
    }
    .nav-links{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      overflow-x:auto;
      padding:2px 0;
      scrollbar-width:none;
    }
    .nav-links::-webkit-scrollbar{display:none}
    .nav-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 14px;
      border:1px solid var(--line);
      border-radius:999px;
      background:var(--panel);
      color:var(--soft);
      box-shadow:0 1px 0 rgba(255,255,255,.02) inset;
      white-space:nowrap;
      transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease,color .2s ease;
    }
    .nav-link i,.btn i,.mini-action i,.chip i{width:16px;height:16px;flex:0 0 auto}
    .nav-link:hover,
    .nav-link:focus-visible{
      transform:translateY(-1px);
      border-color:rgba(49,230,217,.45);
      color:#fff;
      box-shadow:0 0 0 1px rgba(49,230,217,.12), var(--shadow-soft);
    }
    .nav-link.active{
      border-color:rgba(49,230,217,.55);
      background:linear-gradient(180deg, rgba(49,230,217,.12), rgba(255,255,255,.02));
      color:#fff;
    }
    .nav-cta{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:11px 16px;
      border-radius:999px;
      background:linear-gradient(135deg, var(--accent), #1cc8bd);
      color:#021413;
      font-weight:700;
      box-shadow:0 10px 24px rgba(49,230,217,.18);
      transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
      white-space:nowrap;
    }
    .nav-cta:hover,.nav-cta:focus-visible{
      transform:translateY(-1px);
      filter:saturate(1.05);
      box-shadow:0 14px 30px rgba(49,230,217,.24);
    }

    main{padding:24px 0 56px}
    section{margin:0 0 24px}
    .section-band{
      position:relative;
      border-top:1px solid var(--line);
      background:linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,0));
    }
    .section-head{
      display:flex;
      flex-direction:column;
      gap:10px;
      margin-bottom:18px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      width:fit-content;
      padding:5px 10px;
      border:1px solid rgba(49,230,217,.28);
      border-radius:999px;
      color:#d7fffb;
      background:rgba(49,230,217,.08);
      font-size:12px;
      white-space:nowrap;
    }
    .eyebrow.dim{
      border-color:var(--line);
      color:var(--muted);
      background:rgba(255,255,255,.03);
    }
    .section-head h2{
      margin:0;
      font-size:28px;
      line-height:1.18;
      letter-spacing:0;
    }
    .section-head p{
      margin:0;
      max-width:76ch;
      color:var(--muted);
      font-size:15px;
    }
    .hero{
      padding:20px 0 10px;
    }
    .hero-shell{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:22px;
      align-items:stretch;
      min-height:560px;
    }
    .hero-copy{
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      gap:20px;
      padding:24px;
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      background:
        linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.018)),
        radial-gradient(circle at top left, rgba(49,230,217,.08), transparent 30%),
        linear-gradient(180deg, #111618, #0d1112);
      box-shadow:var(--shadow);
    }
    .hero-copy h1{
      margin:0;
      font-size:52px;
      line-height:1.05;
      letter-spacing:0;
      max-width:10ch;
    }
    .hero-copy p{
      margin:0;
      color:var(--soft);
      font-size:16px;
      max-width:56ch;
    }
    .hero-meta{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:4px;
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 11px;
      border:1px solid var(--line);
      border-radius:999px;
      background:rgba(255,255,255,.03);
      color:var(--soft);
      font-size:12px;
      white-space:nowrap;
    }
    .badge.good{
      border-color:rgba(167,243,76,.34);
      color:#d9f8a9;
      background:rgba(167,243,76,.08);
    }
    .badge.hot{
      border-color:rgba(255,79,216,.34);
      color:#ffd0f3;
      background:rgba(255,79,216,.08);
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:8px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      padding:12px 16px;
      min-height:46px;
      border-radius:12px;
      border:1px solid transparent;
      transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease,color .2s ease;
      white-space:nowrap;
    }
    .btn-primary{
      background:linear-gradient(135deg, var(--accent), #1cc8bd);
      color:#041716;
      font-weight:700;
      box-shadow:0 12px 24px rgba(49,230,217,.16);
    }
    .btn-secondary{
      background:rgba(255,255,255,.03);
      border-color:var(--line);
      color:var(--text);
    }
    .btn-ghost{
      background:transparent;
      border-color:rgba(255,255,255,.1);
      color:var(--soft);
    }
    .btn:hover,.btn:focus-visible{
      transform:translateY(-1px);
      border-color:rgba(49,230,217,.34);
      box-shadow:0 0 0 1px rgba(49,230,217,.08);
    }
    .hero-stats{
      display:grid;
      grid-template-columns:repeat(3, minmax(0,1fr));
      gap:12px;
      margin-top:8px;
    }
    .metric{
      padding:14px 16px;
      border-radius:var(--radius);
      border:1px solid var(--line);
      background:rgba(255,255,255,.03);
    }
    .metric strong{
      display:block;
      font-size:22px;
      line-height:1.1;
      margin-bottom:4px;
    }
    .metric span{
      display:block;
      color:var(--muted);
      font-size:12px;
    }
    .hero-visual{
      display:grid;
      grid-template-rows:auto 1fr;
      gap:14px;
      min-width:0;
    }
    .visual-status{
      display:grid;
      grid-template-columns:repeat(4, minmax(0,1fr));
      gap:10px;
    }
    .status-card{
      padding:12px;
      border-radius:var(--radius);
      border:1px solid var(--line);
      background:linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.02));
      box-shadow:var(--shadow-soft);
      min-height:92px;
    }
    .status-card .topline{
      display:flex;
      justify-content:space-between;
      gap:8px;
      align-items:center;
      margin-bottom:10px;
      color:var(--soft);
      font-size:12px;
    }
    .status-card .topline i{
      color:var(--accent);
      width:16px;
      height:16px;
    }
    .status-card strong{
      display:block;
      font-size:15px;
      line-height:1.25;
      margin-bottom:6px;
    }
    .status-card span{
      display:block;
      color:var(--muted);
      font-size:12px;
    }
    .visual-wall{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:12px;
      min-height:0;
    }
    .panel-tile{
      position:relative;
      border-radius:var(--radius);
      border:1px solid var(--line);
      overflow:hidden;
      background:var(--panel);
      min-height:170px;
      box-shadow:var(--shadow-soft);
      transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
    }
    .panel-tile:hover{
      transform:translateY(-1px);
      border-color:rgba(49,230,217,.4);
      box-shadow:0 14px 26px rgba(0,0,0,.28);
    }
    .panel-tile img{
      width:100%;
      height:100%;
      object-fit:cover;
      filter:saturate(.96) contrast(1.02);
    }
    .panel-tile .shade{
      position:absolute;
      inset:auto 0 0 0;
      padding:12px 12px 11px;
      background:linear-gradient(180deg, transparent, rgba(3,7,8,.94));
    }
    .panel-tile .shade strong{
      display:block;
      font-size:14px;
      margin-bottom:4px;
    }
    .panel-tile .shade span{
      display:block;
      font-size:12px;
      color:var(--soft);
    }
    .panel-tile .corner{
      position:absolute;
      top:10px;
      left:10px;
      padding:4px 8px;
      border-radius:999px;
      background:rgba(3,7,8,.72);
      border:1px solid rgba(255,255,255,.12);
      font-size:12px;
      color:#f2fffc;
    }

    .feature-grid,
    .compare-grid,
    .recognition-grid,
    .timeline-grid{
      display:grid;
      gap:14px;
    }
    .feature-grid{
      grid-template-columns:repeat(3, minmax(0,1fr));
    }
    .compare-grid{
      grid-template-columns:repeat(3, minmax(0,1fr));
    }
    .recognition-grid{
      grid-template-columns:repeat(3, minmax(0,1fr));
      margin-top:16px;
    }
    .feature-card,
    .compare-card,
    .quote-card,
    .info-card,
    .form-card,
    .faq-wrap,
    .timeline-card,
    .topic-card{
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
      box-shadow:var(--shadow-soft);
    }
    .feature-card,
    .compare-card,
    .quote-card,
    .timeline-card,
    .topic-card{
      padding:18px;
    }
    .feature-card .icon,
    .compare-card .icon,
    .quote-card .icon{
      width:42px;
      height:42px;
      display:grid;
      place-items:center;
      border-radius:10px;
      border:1px solid rgba(49,230,217,.3);
      background:rgba(49,230,217,.08);
      color:var(--accent);
      margin-bottom:12px;
    }
    .feature-card h3,
    .compare-card h3,
    .quote-card h3,
    .timeline-card h3,
    .topic-card h3{
      margin:0 0 8px;
      font-size:18px;
      line-height:1.25;
    }
    .feature-card p,
    .compare-card p,
    .quote-card p,
    .timeline-card p,
    .topic-card p{
      margin:0;
      color:var(--muted);
      font-size:14px;
    }
    .feature-foot,
    .compare-foot{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:10px;
      margin-top:14px;
    }
    .mini-action{
      display:inline-flex;
      align-items:center;
      gap:6px;
      color:#d9fffb;
      font-size:13px;
      white-space:nowrap;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:5px 9px;
      border-radius:999px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.02);
      color:var(--soft);
      font-size:12px;
      white-space:nowrap;
    }
    .tag.good{
      border-color:rgba(167,243,76,.28);
      background:rgba(167,243,76,.08);
      color:#dbf9b0;
    }
    .tag.hot{
      border-color:rgba(255,79,216,.28);
      background:rgba(255,79,216,.08);
      color:#ffd0f4;
    }

    .scene-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:14px;
    }
    .scene-feature{
      position:relative;
      min-height:500px;
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      overflow:hidden;
      background:var(--panel);
      box-shadow:var(--shadow);
    }
    .scene-feature img{
      width:100%;
      height:100%;
      object-fit:cover;
    }
    .scene-feature .overlay{
      position:absolute;
      inset:auto 0 0 0;
      padding:18px;
      background:linear-gradient(180deg, transparent, rgba(5,8,9,.94));
    }
    .scene-feature .overlay h3{
      margin:0 0 8px;
      font-size:22px;
    }
    .scene-feature .overlay p{
      margin:0;
      color:#d6e0dd;
      max-width:52ch;
      font-size:14px;
    }
    .poster-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:14px;
      align-content:start;
    }
    .poster-card{
      position:relative;
      min-height:243px;
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      overflow:hidden;
      background:var(--panel);
      box-shadow:var(--shadow-soft);
      transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
    }
    .poster-card:hover{
      transform:translateY(-1px);
      border-color:rgba(49,230,217,.4);
      box-shadow:0 16px 28px rgba(0,0,0,.28);
    }
    .poster-card img{
      width:100%;
      height:100%;
      object-fit:cover;
    }
    .poster-card .meta{
      position:absolute;
      inset:auto 0 0 0;
      padding:14px;
      background:linear-gradient(180deg, transparent, rgba(4,7,8,.96));
    }
    .poster-card strong{
      display:block;
      font-size:15px;
      margin-bottom:4px;
    }
    .poster-card p{
      margin:0;
      color:var(--soft);
      font-size:12px;
    }
    .poster-card .flag{
      position:absolute;
      top:10px;
      left:10px;
      padding:4px 8px;
      border:1px solid rgba(255,255,255,.12);
      border-radius:999px;
      background:rgba(3,7,8,.72);
      font-size:12px;
    }

    .social-head{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:14px;
      align-items:start;
    }
    .stats-strip{
      display:grid;
      grid-template-columns:repeat(4, minmax(0,1fr));
      gap:12px;
    }
    .stats-strip .stat{
      padding:16px 14px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:rgba(255,255,255,.03);
    }
    .stats-strip .stat strong{
      display:block;
      font-size:24px;
      line-height:1.1;
      margin-bottom:6px;
    }
    .stats-strip .stat span{
      display:block;
      font-size:12px;
      color:var(--muted);
    }
    .quote-card{
      min-height:172px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      gap:14px;
    }
    .quote-card .who{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      color:var(--muted);
      font-size:12px;
    }
    .quote-card .quote{
      font-size:14px;
      color:#e7f0ed;
    }

    .info-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:14px;
      align-items:start;
    }
    .info-card{
      padding:18px;
    }
    .news-list{
      display:flex;
      flex-direction:column;
      gap:10px;
      margin-top:2px;
    }
    .news-item{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:12px;
      align-items:center;
      padding:14px 12px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:rgba(255,255,255,.025);
      transition:transform .2s ease,border-color .2s ease,background .2s ease;
    }
    .news-item:hover{
      transform:translateY(-1px);
      border-color:rgba(49,230,217,.35);
      background:rgba(255,255,255,.035);
    }
    .news-item .mini-tag{
      padding:4px 8px;
      border-radius:999px;
      border:1px solid rgba(49,230,217,.25);
      color:#d6fffb;
      background:rgba(49,230,217,.08);
      font-size:12px;
      white-space:nowrap;
    }
    .news-item h3{
      margin:0;
      font-size:15px;
      line-height:1.35;
    }
    .news-item .time{
      color:var(--muted);
      font-size:12px;
      white-space:nowrap;
    }
    .side-panel{
      display:grid;
      gap:14px;
    }
    .side-panel .panel-block{
      padding:18px;
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
      box-shadow:var(--shadow-soft);
    }
    .chip-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:10px;
    }
    .chip{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 10px;
      border:1px solid var(--line);
      border-radius:999px;
      color:var(--soft);
      background:rgba(255,255,255,.02);
      transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease;
    }
    .chip:hover,.chip:focus-visible,
    .chip.active{
      transform:translateY(-1px);
      border-color:rgba(49,230,217,.35);
      background:rgba(49,230,217,.08);
      color:#d8fffb;
    }

    .timeline-grid{
      grid-template-columns:repeat(4, minmax(0,1fr));
    }
    .timeline-card{
      position:relative;
      min-height:186px;
    }
    .timeline-card .clock{
      display:inline-flex;
      align-items:center;
      gap:6px;
      margin-bottom:12px;
      padding:5px 9px;
      border:1px solid rgba(255,191,92,.25);
      background:rgba(255,191,92,.08);
      border-radius:999px;
      color:#ffe3b1;
      font-size:12px;
      white-space:nowrap;
    }
    .timeline-card ul{
      margin:12px 0 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:8px;
    }
    .timeline-card li{
      position:relative;
      padding-left:14px;
      color:var(--soft);
      font-size:13px;
    }
    .timeline-card li::before{
      content:"";
      position:absolute;
      left:0;
      top:.62em;
      width:6px;
      height:6px;
      border-radius:50%;
      background:var(--accent);
    }

    .form-grid{
      display:grid;
      grid-template-columns:.8fr 1.2fr;
      gap:14px;
      align-items:start;
    }
    .form-card{
      padding:18px;
    }
    .filter-form{
      display:grid;
      gap:12px;
    }
    .field-row{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
    }
    .field{
      display:grid;
      gap:8px;
    }
    .field label{
      font-size:13px;
      color:var(--soft);
    }
    .field input,
    .field select{
      width:100%;
      min-height:46px;
      padding:0 14px;
      border-radius:12px;
      border:1px solid var(--line);
      background:#0f1415;
      color:var(--text);
      outline:none;
      transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
    }
    .field input::placeholder{color:#6f7d7b}
    .field input:focus,
    .field select:focus{
      border-color:rgba(49,230,217,.45);
      box-shadow:0 0 0 3px rgba(49,230,217,.11);
      background:#111819;
    }
    .switch-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .switch-row .chip{
      border-style:solid;
      padding:8px 12px;
      cursor:pointer;
    }
    .switch-row .chip input{display:none}
    .switch-row .chip span{pointer-events:none}
    .switch-row .chip[data-active="true"]{
      border-color:rgba(49,230,217,.38);
      background:rgba(49,230,217,.1);
      color:#d9fffb;
    }
    .form-actions{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:4px;
    }
    .result-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:12px;
      margin-top:18px;
    }
    .result-grid.is-loading .result-card{
      position:relative;
      overflow:hidden;
    }
    .result-grid.is-loading .result-card::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent);
      animation:sweep 1.1s infinite;
    }
    @keyframes sweep{
      0%{transform:translateX(-100%)}
      100%{transform:translateX(100%)}
    }
    .result-card{
      padding:16px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:rgba(255,255,255,.025);
      transition:transform .2s ease,border-color .2s ease;
      min-height:172px;
    }
    .result-card:hover{
      transform:translateY(-1px);
      border-color:rgba(49,230,217,.35);
    }
    .result-card h3{
      margin:10px 0 8px;
      font-size:16px;
    }
    .result-card p{
      margin:0;
      color:var(--muted);
      font-size:13px;
    }
    .result-card .head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
    }
    .result-card .score{
      color:#dafaf6;
      font-size:12px;
    }
    .empty-state{
      grid-column:1/-1;
      display:none;
      padding:24px;
      text-align:center;
      border:1px dashed rgba(49,230,217,.3);
      border-radius:var(--radius-lg);
      background:rgba(49,230,217,.06);
      color:var(--soft);
    }
    .empty-state.show{display:block}

    .faq-wrap{
      overflow:hidden;
    }
    .faq-list{
      display:grid;
      gap:0;
    }
    details{
      border-top:1px solid var(--line);
      background:transparent;
    }
    details:first-child{border-top:0}
    summary{
      list-style:none;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:18px;
      cursor:pointer;
      color:var(--text);
      font-weight:600;
      font-size:15px;
    }
    summary::-webkit-details-marker{display:none}
    summary .arrow{
      width:18px;
      height:18px;
      flex:0 0 auto;
      color:var(--accent);
      transition:transform .2s ease;
    }
    details[open] summary .arrow{transform:rotate(180deg)}
    details .answer{
      padding:0 18px 18px;
      color:var(--muted);
      font-size:14px;
      max-width:76ch;
    }

    footer{
      margin-top:10px;
      border-top:1px solid var(--line);
      background:#0a0d0e;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:16px;
      padding:24px 0 26px;
    }
    .footer-brand{
      display:grid;
      gap:12px;
    }
    .footer-brand p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      max-width:60ch;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      justify-content:flex-end;
      align-content:flex-start;
    }
    .footer-links a{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:8px 10px;
      border:1px solid var(--line);
      border-radius:999px;
      background:rgba(255,255,255,.02);
      color:var(--soft);
      white-space:nowrap;
      transition:transform .2s ease,border-color .2s ease,color .2s ease;
    }
    .footer-links a:hover,
    .footer-links a:focus-visible{
      transform:translateY(-1px);
      border-color:rgba(49,230,217,.35);
      color:#fff;
    }
    .copyright{
      grid-column:1/-1;
      margin-top:2px;
      padding-top:14px;
      border-top:1px solid var(--line);
      color:var(--muted);
      font-size:12px;
      display:flex;
      justify-content:space-between;
      gap:10px;
      flex-wrap:wrap;
    }

    @media (max-width: 1080px){
      .hero-shell,
      .scene-grid,
      .social-head,
      .info-grid,
      .form-grid,
      .footer-grid{
        grid-template-columns:1fr;
      }
      .visual-status{
        grid-template-columns:repeat(2, minmax(0,1fr));
      }
      .hero-copy h1{max-width:none}
      .stats-strip,
      .feature-grid,
      .compare-grid,
      .recognition-grid,
      .timeline-grid{
        grid-template-columns:repeat(2, minmax(0,1fr));
      }
    }
    @media (max-width: 768px){
      .nav-panel{
        grid-template-columns:1fr;
        gap:12px;
      }
      .brand{
        justify-self:start;
      }
      .nav-links{
        justify-content:flex-start;
        padding-bottom:4px;
      }
      .nav-cta{
        justify-self:start;
      }
      .hero-copy{
        padding:20px;
      }
      .hero-copy h1{
        font-size:40px;
      }
      .hero-stats,
      .result-grid,
      .feature-grid,
      .compare-grid,
      .recognition-grid,
      .timeline-grid,
      .stats-strip,
      .visual-status,
      .visual-wall{
        grid-template-columns:1fr;
      }
      .poster-grid{
        grid-template-columns:1fr;
      }
      .field-row{
        grid-template-columns:1fr;
      }
      .section-head h2{
        font-size:24px;
      }
      .scene-feature{
        min-height:360px;
      }
    }
    @media (max-width: 520px){
      .container{width:min(var(--max), calc(100% - 20px))}
      .top-strip .inner{
        align-items:flex-start;
        flex-direction:column;
      }
      .hero-copy h1{
        font-size:34px;
      }
      .btn,
      .nav-cta,
      .nav-link{
        width:100%;
        justify-content:center;
      }
      .hero-actions{
        display:grid;
        grid-template-columns:1fr;
      }
      .footer-links,
      .copyright{
        justify-content:flex-start;
      }
      .news-item{
        grid-template-columns:1fr;
        align-items:flex-start;
      }
      .news-item .time{
        justify-self:start;
      }
    }

/* roulang page: category2 */
:root {
      --bg: #07110f;
      --bg-2: #0b1714;
      --panel: #101d1a;
      --panel-2: #f4f7f5;
      --card: #14221f;
      --card-soft: #182824;
      --text: #f4fff9;
      --muted: #a8bab2;
      --dark-text: #11201c;
      --dark-muted: #5c6b66;
      --line: rgba(178, 255, 225, .16);
      --line-strong: rgba(66, 255, 198, .46);
      --cyan: #34ffd1;
      --green: #a7ff5a;
      --pink: #ff5fa8;
      --white: #ffffff;
      --warning: #ffd66e;
      --radius: 8px;
      --radius-sm: 6px;
      --shadow: 0 18px 50px rgba(0, 0, 0, .28);
      --shadow-hard: 0 8px 0 rgba(0, 0, 0, .18);
      --container: 1180px;
      --ease: 180ms ease;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      min-height: 100vh;
      font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Helvetica Neue", Arial, sans-serif;
      line-height: 1.6;
      color: var(--text);
      background:
        linear-gradient(180deg, rgba(52, 255, 209, .08), transparent 330px),
        radial-gradient(circle at 18% 0, rgba(167, 255, 90, .08), transparent 330px),
        linear-gradient(135deg, #07110f 0%, #091612 48%, #11110f 100%);
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    select {
      font: inherit;
    }

    button {
      border: 0;
      cursor: pointer;
    }

    .container {
      width: min(var(--container), calc(100% - 40px));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      padding: 16px 0;
      background: rgba(7, 17, 15, .88);
      border-bottom: 1px solid rgba(255, 255, 255, .06);
      backdrop-filter: blur(14px);
    }

    .nav-panel {
      min-height: 76px;
      display: grid;
      grid-template-columns: minmax(250px, 1fr) auto auto;
      align-items: center;
      gap: 14px;
      padding: 10px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: linear-gradient(180deg, rgba(244, 247, 245, .1), rgba(244, 247, 245, .045));
      box-shadow: var(--shadow-hard);
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .brand-mark {
      width: 44px;
      height: 44px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      color: #06110e;
      background: linear-gradient(135deg, var(--cyan), var(--green));
      border-radius: var(--radius-sm);
      box-shadow: 0 0 0 1px rgba(255, 255, 255, .22), 0 0 22px rgba(52, 255, 209, .24);
    }

    .brand strong {
      display: block;
      max-width: 100%;
      font-size: 17px;
      font-weight: 800;
      color: var(--text);
      line-height: 1.25;
      overflow-wrap: anywhere;
    }

    .brand span span {
      display: block;
      margin-top: 2px;
      font-size: 12px;
      color: var(--muted);
      white-space: nowrap;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 6px;
      border: 1px solid rgba(255, 255, 255, .08);
      border-radius: var(--radius);
      background: rgba(0, 0, 0, .18);
    }

    .nav-link,
    .nav-cta,
    .btn,
    .chip,
    .filter-tab {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 42px;
      border-radius: var(--radius-sm);
      transition: transform var(--ease), border-color var(--ease), background var(--ease), color var(--ease), box-shadow var(--ease), opacity var(--ease);
    }

    .nav-link {
      padding: 0 13px;
      color: #d7e8e1;
      border: 1px solid transparent;
      font-size: 14px;
      white-space: nowrap;
    }

    .nav-link:hover,
    .nav-link.active {
      color: var(--cyan);
      background: rgba(52, 255, 209, .1);
      border-color: rgba(52, 255, 209, .32);
      box-shadow: inset 0 -2px 0 rgba(52, 255, 209, .55);
    }

    .nav-cta {
      padding: 0 16px;
      color: #05120f;
      font-weight: 800;
      background: linear-gradient(135deg, var(--cyan), var(--green));
      box-shadow: 0 0 22px rgba(52, 255, 209, .22);
      white-space: nowrap;
    }

    .nav-cta:hover,
    .btn.primary:hover {
      transform: translateY(-1px);
      box-shadow: 0 0 28px rgba(52, 255, 209, .34);
    }

    .icon {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
    }

    main {
      padding-bottom: 70px;
    }

    .status-strip {
      padding: 18px 0 8px;
    }

    .status-row {
      display: grid;
      grid-template-columns: 1.2fr .9fr .9fr auto;
      gap: 10px;
      align-items: stretch;
    }

    .status-card {
      display: flex;
      align-items: center;
      gap: 10px;
      min-height: 58px;
      padding: 12px 14px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(16, 29, 26, .78);
    }

    .status-dot {
      width: 10px;
      height: 10px;
      border-radius: 999px;
      background: var(--green);
      box-shadow: 0 0 16px rgba(167, 255, 90, .64);
    }

    .status-card b {
      display: block;
      font-size: 13px;
      color: var(--white);
    }

    .status-card span {
      display: block;
      margin-top: 1px;
      font-size: 12px;
      color: var(--muted);
    }

    .hero {
      padding: 34px 0 26px;
    }

    .hero-layout {
      display: grid;
      grid-template-columns: minmax(0, .92fr) minmax(360px, 1fr);
      gap: 28px;
      align-items: stretch;
    }

    .hero-copy {
      padding: 30px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: linear-gradient(180deg, rgba(20, 34, 31, .92), rgba(12, 24, 21, .92));
      box-shadow: var(--shadow);
      position: relative;
      overflow: hidden;
    }

    .hero-copy:before {
      content: "";
      position: absolute;
      inset: 0 0 auto 0;
      height: 3px;
      background: linear-gradient(90deg, var(--cyan), var(--green), var(--pink));
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 30px;
      padding: 0 10px;
      margin-bottom: 16px;
      border: 1px solid rgba(52, 255, 209, .32);
      border-radius: 999px;
      color: var(--cyan);
      background: rgba(52, 255, 209, .08);
      font-size: 13px;
      font-weight: 700;
    }

    h1 {
      margin: 0;
      max-width: 720px;
      font-size: 42px;
      line-height: 1.16;
      font-weight: 900;
      letter-spacing: 0;
      overflow-wrap: anywhere;
    }

    .hero-copy p {
      margin: 16px 0 0;
      max-width: 680px;
      color: #cfe0da;
      font-size: 16px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 26px;
    }

    .btn {
      min-height: 46px;
      padding: 0 18px;
      font-weight: 800;
      border: 1px solid var(--line);
    }

    .btn.primary {
      color: #06110e;
      background: linear-gradient(135deg, var(--cyan), var(--green));
    }

    .btn.secondary {
      color: var(--text);
      background: rgba(255, 255, 255, .06);
    }

    .btn.secondary:hover {
      border-color: rgba(52, 255, 209, .45);
      color: var(--cyan);
      background: rgba(52, 255, 209, .1);
      transform: translateY(-1px);
    }

    .btn.ghost {
      color: var(--muted);
      background: transparent;
    }

    .btn.ghost:hover {
      color: var(--text);
      border-color: rgba(255, 255, 255, .18);
      background: rgba(255, 255, 255, .05);
    }

    .visual-panel {
      display: grid;
      grid-template-rows: auto 1fr;
      gap: 12px;
      padding: 14px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #0d1815;
      box-shadow: var(--shadow);
    }

    .panel-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 10px;
      border: 1px solid rgba(255, 255, 255, .08);
      border-radius: var(--radius-sm);
      background: rgba(244, 247, 245, .06);
    }

    .panel-top strong {
      font-size: 14px;
    }

    .panel-top span {
      color: var(--muted);
      font-size: 12px;
    }

    .poster-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      min-height: 320px;
    }

    .poster-tile {
      position: relative;
      overflow: hidden;
      min-height: 148px;
      border: 1px solid rgba(255, 255, 255, .08);
      border-radius: var(--radius-sm);
      background:
        linear-gradient(145deg, rgba(52, 255, 209, .24), transparent 42%),
        linear-gradient(35deg, rgba(255, 95, 168, .16), transparent 48%),
        linear-gradient(180deg, #23312d, #0d1714);
    }

    .poster-tile:nth-child(2n) {
      background:
        linear-gradient(135deg, rgba(167, 255, 90, .2), transparent 45%),
        linear-gradient(35deg, rgba(52, 255, 209, .14), transparent 52%),
        linear-gradient(180deg, #25302d, #111815);
    }

    .poster-tile:after {
      content: "";
      position: absolute;
      inset: auto 12px 12px 12px;
      height: 34px;
      border-radius: var(--radius-sm);
      background: rgba(244, 247, 245, .12);
      border: 1px solid rgba(255, 255, 255, .08);
    }

    .poster-tile strong {
      position: absolute;
      left: 12px;
      right: 12px;
      top: 12px;
      font-size: 13px;
      z-index: 1;
    }

    .poster-tile small {
      position: absolute;
      left: 12px;
      bottom: 19px;
      z-index: 1;
      color: #d7e8e1;
      font-size: 11px;
    }

    section {
      padding: 34px 0;
    }

    .section-head {
      display: grid;
      grid-template-columns: minmax(0, .95fr) auto;
      gap: 20px;
      align-items: end;
      margin-bottom: 18px;
    }

    .section-head h2 {
      margin: 0;
      font-size: 26px;
      line-height: 1.25;
      font-weight: 900;
    }

    .section-head p {
      margin: 8px 0 0;
      color: var(--muted);
      max-width: 720px;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      min-height: 30px;
      padding: 0 10px;
      border: 1px solid rgba(52, 255, 209, .25);
      border-radius: 999px;
      color: var(--cyan);
      background: rgba(52, 255, 209, .08);
      font-size: 12px;
      font-weight: 800;
      white-space: nowrap;
    }

    .filter-panel {
      padding: 16px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--panel);
    }

    .filter-row {
      display: grid;
      grid-template-columns: minmax(220px, 1fr) auto auto;
      gap: 12px;
      align-items: center;
    }

    .search-box {
      position: relative;
    }

    .search-box i {
      position: absolute;
      left: 13px;
      top: 50%;
      transform: translateY(-50%);
      color: var(--muted);
    }

    .search-box input {
      width: 100%;
      min-height: 46px;
      padding: 0 14px 0 42px;
      color: var(--text);
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: var(--radius-sm);
      outline: none;
      background: rgba(0, 0, 0, .22);
      transition: border-color var(--ease), box-shadow var(--ease);
    }

    .search-box input:focus,
    select:focus,
    button:focus-visible,
    a:focus-visible {
      outline: 2px solid rgba(52, 255, 209, .72);
      outline-offset: 2px;
    }

    .search-box input:focus {
      border-color: rgba(52, 255, 209, .55);
      box-shadow: 0 0 0 4px rgba(52, 255, 209, .1);
    }

    select {
      min-height: 46px;
      padding: 0 14px;
      color: var(--text);
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: var(--radius-sm);
      background: rgba(0, 0, 0, .22);
      outline: none;
    }

    .tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 14px;
    }

    .filter-tab {
      padding: 0 13px;
      color: var(--muted);
      border: 1px solid rgba(255, 255, 255, .1);
      background: rgba(255, 255, 255, .045);
    }

    .filter-tab:hover,
    .filter-tab.active {
      color: #06110e;
      border-color: transparent;
      background: linear-gradient(135deg, var(--cyan), var(--green));
    }

    .compare-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 330px;
      gap: 18px;
      align-items: start;
    }

    .entry-list {
      display: grid;
      gap: 12px;
    }

    .entry-item {
      display: grid;
      grid-template-columns: 108px minmax(0, 1fr) auto;
      gap: 14px;
      align-items: center;
      padding: 12px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(20, 34, 31, .82);
      transition: transform var(--ease), border-color var(--ease), background var(--ease);
    }

    .entry-item:hover {
      transform: translateY(-1px);
      border-color: rgba(52, 255, 209, .36);
      background: rgba(25, 44, 39, .9);
    }

    .thumb {
      width: 108px;
      height: 76px;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(255, 255, 255, .1);
      background:
        linear-gradient(140deg, rgba(52, 255, 209, .38), rgba(167, 255, 90, .12) 44%, rgba(255, 95, 168, .22)),
        linear-gradient(180deg, #2e3a36, #0c1513);
      overflow: hidden;
      position: relative;
    }

    .thumb:before,
    .thumb:after {
      content: "";
      position: absolute;
      background: rgba(255, 255, 255, .13);
      border-radius: 999px;
    }

    .thumb:before {
      width: 66px;
      height: 8px;
      left: 13px;
      bottom: 17px;
    }

    .thumb:after {
      width: 38px;
      height: 8px;
      left: 13px;
      bottom: 31px;
    }

    .entry-content h3 {
      margin: 0;
      font-size: 17px;
      line-height: 1.3;
    }

    .entry-content p {
      margin: 6px 0 0;
      color: var(--muted);
      font-size: 14px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .entry-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 10px;
    }

    .chip {
      min-height: 26px;
      padding: 0 9px;
      color: #d7e8e1;
      border: 1px solid rgba(255, 255, 255, .1);
      background: rgba(255, 255, 255, .05);
      font-size: 12px;
      white-space: nowrap;
    }

    .chip.ready {
      color: var(--green);
      border-color: rgba(167, 255, 90, .32);
      background: rgba(167, 255, 90, .08);
    }

    .entry-action {
      display: grid;
      gap: 8px;
      justify-items: end;
    }

    .mini-btn {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      min-height: 36px;
      padding: 0 12px;
      color: #06110e;
      font-weight: 800;
      font-size: 13px;
      border-radius: var(--radius-sm);
      background: var(--cyan);
      transition: transform var(--ease), opacity var(--ease);
    }

    .mini-btn:hover {
      transform: translateY(-1px);
      opacity: .92;
    }

    .side-card {
      padding: 16px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--panel-2);
      color: var(--dark-text);
      box-shadow: var(--shadow-hard);
    }

    .side-card h3 {
      margin: 0;
      font-size: 18px;
      line-height: 1.35;
    }

    .side-card p {
      margin: 8px 0 0;
      color: var(--dark-muted);
      font-size: 14px;
    }

    .check-list {
      display: grid;
      gap: 10px;
      margin: 16px 0 0;
      padding: 0;
      list-style: none;
    }

    .check-list li {
      display: flex;
      gap: 9px;
      align-items: flex-start;
      padding: 10px;
      border-radius: var(--radius-sm);
      background: #ffffff;
      border: 1px solid #dfe8e3;
      color: var(--dark-text);
      font-size: 14px;
    }

    .check-list i {
      margin-top: 2px;
      color: #009b77;
    }

    .rules-grid {
      display: grid;
      grid-template-columns: .92fr 1.08fr;
      gap: 18px;
    }

    .rule-panel,
    .route-panel {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(20, 34, 31, .84);
      overflow: hidden;
    }

    .rule-panel {
      padding: 18px;
    }

    .rule-panel h3,
    .route-panel h3 {
      margin: 0;
      font-size: 20px;
      line-height: 1.35;
    }

    .number-list {
      display: grid;
      gap: 12px;
      margin: 16px 0 0;
      padding: 0;
      list-style: none;
      counter-reset: step;
    }

    .number-list li {
      counter-increment: step;
      display: grid;
      grid-template-columns: 32px 1fr;
      gap: 10px;
      align-items: start;
      padding: 12px;
      border: 1px solid rgba(255, 255, 255, .08);
      border-radius: var(--radius-sm);
      background: rgba(0, 0, 0, .18);
    }

    .number-list li:before {
      content: counter(step);
      width: 32px;
      height: 32px;
      display: grid;
      place-items: center;
      border-radius: var(--radius-sm);
      color: #06110e;
      font-weight: 900;
      background: var(--green);
    }

    .number-list strong {
      display: block;
      font-size: 15px;
    }

    .number-list span {
      display: block;
      margin-top: 3px;
      color: var(--muted);
      font-size: 13px;
    }

    .route-panel {
      padding: 0;
    }

    .route-head {
      padding: 16px;
      border-bottom: 1px solid var(--line);
      background: rgba(52, 255, 209, .06);
    }

    .route-list {
      display: grid;
      padding: 14px;
      gap: 10px;
    }

    .route-link {
      display: grid;
      grid-template-columns: 42px 1fr auto;
      gap: 12px;
      align-items: center;
      padding: 12px;
      border: 1px solid rgba(255, 255, 255, .09);
      border-radius: var(--radius-sm);
      background: rgba(255, 255, 255, .045);
      transition: transform var(--ease), border-color var(--ease), background var(--ease);
    }

    .route-link:hover,
    .route-link.active {
      transform: translateY(-1px);
      border-color: rgba(52, 255, 209, .35);
      background: rgba(52, 255, 209, .09);
    }

    .route-icon {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: var(--radius-sm);
      color: var(--cyan);
      background: rgba(52, 255, 209, .1);
      border: 1px solid rgba(52, 255, 209, .24);
    }

    .route-link strong {
      display: block;
      font-size: 15px;
    }

    .route-link span {
      display: block;
      margin-top: 2px;
      color: var(--muted);
      font-size: 12px;
    }

    .notice-band {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 18px;
      align-items: center;
      padding: 18px;
      border: 1px solid rgba(255, 214, 110, .28);
      border-radius: var(--radius);
      background: linear-gradient(135deg, rgba(255, 214, 110, .12), rgba(52, 255, 209, .06));
    }

    .notice-band h2 {
      margin: 0;
      font-size: 22px;
    }

    .notice-band p {
      margin: 6px 0 0;
      color: var(--muted);
    }

    .faq-wrap {
      display: grid;
      gap: 10px;
    }

    .faq-item {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(20, 34, 31, .86);
      overflow: hidden;
    }

    .faq-item summary {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      min-height: 58px;
      padding: 0 16px;
      cursor: pointer;
      font-weight: 800;
      list-style: none;
    }

    .faq-item summary::-webkit-details-marker {
      display: none;
    }

    .faq-item summary i {
      color: var(--cyan);
      transition: transform var(--ease);
    }

    .faq-item[open] summary {
      color: var(--cyan);
      border-bottom: 1px solid var(--line);
      background: rgba(52, 255, 209, .06);
    }

    .faq-item[open] summary i {
      transform: rotate(180deg);
    }

    .faq-item p {
      margin: 0;
      padding: 14px 16px 16px;
      color: var(--muted);
    }

    .empty-state,
    .loading-state {
      display: none;
      margin-top: 12px;
      padding: 16px;
      border: 1px dashed rgba(255, 255, 255, .18);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, .04);
      color: var(--muted);
    }

    .skeleton {
      height: 12px;
      max-width: 360px;
      border-radius: 999px;
      background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,.18), rgba(255,255,255,.08));
      animation: pulse 1.2s infinite linear;
    }

    @keyframes pulse {
      0% { opacity: .45; }
      50% { opacity: 1; }
      100% { opacity: .45; }
    }

    .cta-panel {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 18px;
      align-items: center;
      padding: 24px;
      border-radius: var(--radius);
      border: 1px solid rgba(52, 255, 209, .34);
      background:
        linear-gradient(135deg, rgba(52, 255, 209, .17), rgba(167, 255, 90, .08)),
        #101d1a;
      box-shadow: var(--shadow);
    }

    .cta-panel h2 {
      margin: 0;
      font-size: 26px;
      line-height: 1.25;
    }

    .cta-panel p {
      margin: 8px 0 0;
      color: var(--muted);
    }

    footer {
      padding: 38px 0;
      border-top: 1px solid rgba(255, 255, 255, .08);
      background: #060d0b;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: minmax(280px, 1fr) auto;
      gap: 28px;
      align-items: start;
    }

    .footer-brand p {
      max-width: 620px;
      margin: 14px 0 0;
      color: var(--muted);
      font-size: 14px;
    }

    .footer-links {
      display: grid;
      grid-template-columns: repeat(2, minmax(130px, 1fr));
      gap: 10px;
      min-width: 330px;
    }

    .footer-links a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 38px;
      padding: 0 10px;
      border: 1px solid rgba(255, 255, 255, .08);
      border-radius: var(--radius-sm);
      color: var(--muted);
      background: rgba(255, 255, 255, .035);
      transition: color var(--ease), border-color var(--ease), background var(--ease);
    }

    .footer-links a:hover {
      color: var(--cyan);
      border-color: rgba(52, 255, 209, .28);
      background: rgba(52, 255, 209, .07);
    }

    .copyright {
      grid-column: 1 / -1;
      display: flex;
      justify-content: space-between;
      gap: 14px;
      padding-top: 18px;
      border-top: 1px solid rgba(255, 255, 255, .08);
      color: #82948d;
      font-size: 13px;
    }

    @media (max-width: 1024px) {
      .nav-panel {
        grid-template-columns: 1fr auto;
      }

      .nav-links {
        grid-column: 1 / -1;
        order: 3;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: thin;
      }

      .hero-layout,
      .compare-layout,
      .rules-grid {
        grid-template-columns: 1fr;
      }

      .status-row {
        grid-template-columns: repeat(2, 1fr);
      }

      .section-head,
      .notice-band,
      .cta-panel {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 768px) {
      .container {
        width: min(100% - 28px, var(--container));
      }

      .site-header {
        padding: 10px 0;
      }

      .nav-panel {
        gap: 10px;
      }

      .brand span span {
        white-space: normal;
      }

      .nav-cta {
        min-height: 40px;
        padding: 0 12px;
        font-size: 13px;
      }

      .hero {
        padding-top: 24px;
      }

      .hero-copy {
        padding: 22px;
      }

      h1 {
        font-size: 32px;
      }

      .poster-grid {
        grid-template-columns: repeat(2, 1fr);
        min-height: auto;
      }

      .poster-tile {
        min-height: 132px;
      }

      .filter-row {
        grid-template-columns: 1fr;
      }

      .entry-item {
        grid-template-columns: 92px minmax(0, 1fr);
      }

      .thumb {
        width: 92px;
        height: 72px;
      }

      .entry-action {
        grid-column: 1 / -1;
        justify-items: stretch;
      }

      .mini-btn {
        justify-content: center;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }

      .footer-links {
        min-width: 0;
      }
    }

    @media (max-width: 520px) {
      .status-row,
      .poster-grid,
      .footer-links {
        grid-template-columns: 1fr;
      }

      .hero-actions {
        flex-direction: column;
      }

      .btn {
        width: 100%;
      }

      .entry-item {
        grid-template-columns: 1fr;
      }

      .thumb {
        width: 100%;
        height: 120px;
      }

      .copyright {
        flex-direction: column;
      }

      h1 {
        font-size: 28px;
      }

      .section-head h2,
      .cta-panel h2 {
        font-size: 22px;
      }
    }

/* roulang page: category1 */
:root {
      --bg: #080b0d;
      --bg-2: #0f1515;
      --panel: #131a1b;
      --panel-soft: #182222;
      --card: #f4f7f5;
      --card-2: #e8efec;
      --text: #f6fbf8;
      --text-dark: #121817;
      --muted: #a9b9b4;
      --muted-dark: #4f605b;
      --line: rgba(199, 255, 229, .18);
      --line-strong: rgba(72, 255, 198, .5);
      --cyan: #40ffd2;
      --green: #b8ff5c;
      --pink: #ff4fb8;
      --white: #ffffff;
      --radius: 8px;
      --radius-sm: 6px;
      --shadow: 0 16px 42px rgba(0, 0, 0, .32);
      --shadow-hard: 0 8px 0 rgba(64, 255, 210, .12);
      --max: 1180px;
      --font: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      min-height: 100vh;
      font-family: var(--font);
      color: var(--text);
      line-height: 1.65;
      background:
        linear-gradient(180deg, rgba(64, 255, 210, .08), transparent 380px),
        radial-gradient(circle at 88% 18%, rgba(255, 79, 184, .14), transparent 260px),
        var(--bg);
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img,
    video {
      display: block;
      max-width: 100%;
    }

    button,
    input,
    select {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    .container {
      width: min(var(--max), calc(100% - 40px));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      padding: 14px 0;
      background: rgba(8, 11, 13, .82);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(255, 255, 255, .06);
    }

    .nav-panel {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 10px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: linear-gradient(135deg, rgba(19, 26, 27, .96), rgba(12, 17, 17, .94));
      box-shadow: var(--shadow);
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-width: 245px;
    }

    .brand-mark {
      display: grid;
      place-items: center;
      width: 42px;
      height: 42px;
      flex: 0 0 42px;
      border-radius: var(--radius-sm);
      color: var(--text-dark);
      background: linear-gradient(135deg, var(--cyan), var(--green));
      box-shadow: 0 0 0 1px rgba(255, 255, 255, .15) inset;
    }

    .brand strong {
      display: block;
      font-size: 16px;
      line-height: 1.25;
      font-weight: 700;
      word-break: break-word;
    }

    .brand span span {
      display: block;
      margin-top: 2px;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.35;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 8px;
      flex: 1;
      min-width: 0;
    }

    .nav-link,
    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      min-height: 42px;
      padding: 9px 12px;
      border: 1px solid rgba(255, 255, 255, .08);
      border-radius: var(--radius-sm);
      color: var(--muted);
      background: rgba(255, 255, 255, .04);
      transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
      white-space: nowrap;
    }

    .nav-link:hover,
    .nav-link:focus-visible {
      color: var(--text);
      border-color: var(--line-strong);
      background: rgba(64, 255, 210, .1);
      outline: none;
      transform: translateY(-1px);
    }

    .nav-link.active {
      color: var(--text-dark);
      border-color: transparent;
      background: linear-gradient(135deg, var(--cyan), var(--green));
      font-weight: 700;
    }

    .nav-cta {
      color: var(--text-dark);
      background: var(--white);
      border-color: transparent;
      font-weight: 700;
    }

    .nav-cta:hover,
    .nav-cta:focus-visible {
      outline: none;
      transform: translateY(-1px);
      background: var(--green);
    }

    .nav-link svg,
    .nav-cta svg,
    .brand-mark svg,
    .footer-links svg {
      width: 17px;
      height: 17px;
      flex: 0 0 auto;
    }

    main {
      display: block;
    }

    section {
      padding: 54px 0;
    }

    .status-strip {
      padding: 18px 0 0;
    }

    .status-bar {
      display: grid;
      grid-template-columns: 1.2fr auto auto auto;
      gap: 10px;
      align-items: center;
      padding: 12px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(24, 34, 34, .92);
      box-shadow: var(--shadow);
    }

    .status-title {
      display: flex;
      align-items: center;
      gap: 10px;
      min-width: 0;
      color: var(--text);
      font-weight: 700;
    }

    .pulse {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 6px rgba(184, 255, 92, .12);
    }

    .count-box {
      min-width: 98px;
      padding: 8px 10px;
      border: 1px solid rgba(255, 255, 255, .08);
      border-radius: var(--radius-sm);
      background: rgba(255, 255, 255, .05);
      text-align: center;
    }

    .count-box strong {
      display: block;
      color: var(--cyan);
      font-size: 18px;
      line-height: 1.2;
    }

    .count-box span {
      color: var(--muted);
      font-size: 12px;
    }

    .hero {
      padding-top: 34px;
    }

    .hero-wrap {
      position: relative;
      min-height: 520px;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--panel);
      box-shadow: var(--shadow);
    }

    .hero-media {
      position: absolute;
      inset: 0;
      z-index: 0;
    }

    .hero-media::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(8, 11, 13, .9) 0%, rgba(8, 11, 13, .62) 48%, rgba(8, 11, 13, .3) 100%),
        linear-gradient(180deg, rgba(8, 11, 13, .18), rgba(8, 11, 13, .88));
    }

    .hero-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: saturate(1.05) contrast(1.05);
    }

    .hero-content {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1fr) 390px;
      gap: 30px;
      align-items: center;
      min-height: 520px;
      padding: 46px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      width: fit-content;
      padding: 7px 10px;
      border: 1px solid var(--line-strong);
      border-radius: 999px;
      color: var(--cyan);
      background: rgba(64, 255, 210, .08);
      font-size: 13px;
      font-weight: 700;
    }

    h1 {
      max-width: 720px;
      margin-top: 18px;
      font-size: 42px;
      line-height: 1.16;
      font-weight: 800;
      letter-spacing: 0;
    }

    .hero-lead {
      max-width: 650px;
      margin-top: 18px;
      color: #d4dfdc;
      font-size: 17px;
    }

    .hero-actions,
    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 26px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 46px;
      padding: 11px 16px;
      border: 1px solid transparent;
      border-radius: var(--radius-sm);
      font-weight: 700;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
    }

    .btn-primary {
      color: var(--text-dark);
      background: linear-gradient(135deg, var(--cyan), var(--green));
      box-shadow: var(--shadow-hard);
    }

    .btn-primary:hover,
    .btn-primary:focus-visible {
      outline: none;
      transform: translateY(-1px);
      box-shadow: 0 10px 0 rgba(64, 255, 210, .16);
    }

    .btn-ghost {
      color: var(--text);
      border-color: rgba(255, 255, 255, .16);
      background: rgba(255, 255, 255, .06);
    }

    .btn-ghost:hover,
    .btn-ghost:focus-visible {
      outline: none;
      border-color: var(--line-strong);
      background: rgba(64, 255, 210, .1);
      transform: translateY(-1px);
    }

    .play-panel {
      display: grid;
      gap: 14px;
      padding: 16px;
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: var(--radius);
      background: rgba(8, 11, 13, .72);
    }

    .play-button {
      display: grid;
      place-items: center;
      width: 74px;
      height: 74px;
      margin: 0 auto;
      border: 1px solid rgba(64, 255, 210, .55);
      border-radius: 50%;
      color: var(--text-dark);
      background: var(--cyan);
      box-shadow: 0 0 30px rgba(64, 255, 210, .28);
    }

    .play-button svg {
      width: 30px;
      height: 30px;
      margin-left: 3px;
    }

    .signal-list {
      display: grid;
      gap: 10px;
    }

    .signal-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 11px;
      border: 1px solid rgba(255, 255, 255, .08);
      border-radius: var(--radius-sm);
      background: rgba(255, 255, 255, .05);
    }

    .signal-item span:first-child {
      color: var(--muted);
      font-size: 13px;
    }

    .signal-item strong {
      color: var(--text);
      font-size: 14px;
    }

    .section-head {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 22px;
      align-items: end;
      margin-bottom: 22px;
    }

    .section-head h2 {
      font-size: 28px;
      line-height: 1.25;
    }

    .section-head p {
      margin-top: 8px;
      max-width: 700px;
      color: var(--muted);
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      width: fit-content;
      padding: 6px 10px;
      border: 1px solid rgba(64, 255, 210, .28);
      border-radius: 999px;
      color: var(--cyan);
      background: rgba(64, 255, 210, .08);
      font-size: 13px;
      font-weight: 700;
    }

    .filter-panel {
      display: grid;
      grid-template-columns: minmax(210px, 1fr) 170px 170px auto;
      gap: 10px;
      padding: 12px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--panel);
      box-shadow: var(--shadow);
    }

    .field {
      position: relative;
      min-width: 0;
    }

    .field i,
    .field svg {
      position: absolute;
      left: 12px;
      top: 50%;
      width: 17px;
      height: 17px;
      transform: translateY(-50%);
      color: var(--muted);
      pointer-events: none;
    }

    .field input,
    .field select {
      width: 100%;
      min-height: 44px;
      padding: 10px 12px 10px 38px;
      color: var(--text);
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: var(--radius-sm);
      background: rgba(255, 255, 255, .06);
      outline: none;
      transition: border-color .18s ease, box-shadow .18s ease;
    }

    .field input:focus,
    .field select:focus {
      border-color: var(--line-strong);
      box-shadow: 0 0 0 3px rgba(64, 255, 210, .12);
    }

    .chip-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 14px;
    }

    .chip {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 7px 10px;
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: 999px;
      color: var(--muted);
      background: rgba(255, 255, 255, .05);
      font-size: 13px;
      transition: border-color .18s ease, color .18s ease, background .18s ease;
    }

    .chip.active,
    .chip:hover {
      color: var(--text-dark);
      border-color: transparent;
      background: var(--green);
    }

    .poster-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      margin-top: 24px;
    }

    .poster-card {
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: var(--radius);
      background: var(--panel);
      transition: transform .18s ease, border-color .18s ease, background .18s ease;
    }

    .poster-card:hover {
      transform: translateY(-1px);
      border-color: var(--line-strong);
      background: var(--panel-soft);
    }

    .poster-thumb {
      position: relative;
      aspect-ratio: 4 / 3;
      overflow: hidden;
      background: #121818;
    }

    .poster-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: saturate(1.05) contrast(1.05);
      transition: transform .25s ease;
    }

    .poster-card:hover .poster-thumb img {
      transform: scale(1.03);
    }

    .poster-thumb::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 48%, rgba(8, 11, 13, .76));
    }

    .status-tag {
      position: absolute;
      left: 10px;
      top: 10px;
      z-index: 1;
      padding: 5px 8px;
      border-radius: 999px;
      color: var(--text-dark);
      background: var(--cyan);
      font-size: 12px;
      font-weight: 800;
    }

    .poster-body {
      padding: 14px;
    }

    .poster-body h3 {
      min-height: 25px;
      font-size: 17px;
      line-height: 1.35;
    }

    .poster-body p {
      display: -webkit-box;
      min-height: 46px;
      margin-top: 7px;
      overflow: hidden;
      color: var(--muted);
      font-size: 14px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }

    .poster-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 7px;
      margin-top: 12px;
    }

    .mini-tag {
      padding: 4px 7px;
      border: 1px solid rgba(255, 255, 255, .1);
      border-radius: 999px;
      color: #d8e6e1;
      background: rgba(255, 255, 255, .05);
      font-size: 12px;
    }

    .feature-band {
      background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .01));
      border-top: 1px solid rgba(255, 255, 255, .06);
      border-bottom: 1px solid rgba(255, 255, 255, .06);
    }

    .feature-layout {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 18px;
      align-items: stretch;
    }

    .light-card {
      padding: 22px;
      border-radius: var(--radius);
      color: var(--text-dark);
      background: var(--card);
      border: 1px solid rgba(255, 255, 255, .16);
    }

    .light-card h2,
    .light-card h3 {
      line-height: 1.25;
    }

    .light-card p {
      margin-top: 10px;
      color: var(--muted-dark);
    }

    .step-list {
      display: grid;
      gap: 10px;
      margin-top: 18px;
    }

    .step {
      display: grid;
      grid-template-columns: 36px minmax(0, 1fr);
      gap: 12px;
      align-items: start;
      padding: 12px;
      border-radius: var(--radius-sm);
      background: var(--card-2);
      border: 1px solid rgba(18, 24, 23, .08);
    }

    .step-num {
      display: grid;
      place-items: center;
      width: 36px;
      height: 36px;
      border-radius: var(--radius-sm);
      color: var(--text-dark);
      background: var(--green);
      font-weight: 800;
    }

    .dark-list {
      display: grid;
      gap: 12px;
    }

    .rule-item {
      display: grid;
      grid-template-columns: 42px minmax(0, 1fr) auto;
      gap: 12px;
      align-items: center;
      padding: 15px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--panel);
    }

    .rule-icon {
      display: grid;
      place-items: center;
      width: 42px;
      height: 42px;
      border-radius: var(--radius-sm);
      color: var(--cyan);
      background: rgba(64, 255, 210, .08);
    }

    .rule-item h3 {
      font-size: 16px;
    }

    .rule-item p {
      color: var(--muted);
      font-size: 14px;
    }

    .rule-state {
      color: var(--green);
      font-size: 13px;
      font-weight: 800;
      white-space: nowrap;
    }

    .gallery {
      display: grid;
      grid-template-columns: 1.2fr .8fr .8fr;
      grid-template-rows: 170px 170px;
      gap: 12px;
    }

    .gallery-item {
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: var(--radius);
      background: var(--panel);
    }

    .gallery-item:first-child {
      grid-row: span 2;
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .gallery-item::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 30%, rgba(8, 11, 13, .82));
    }

    .gallery-caption {
      position: absolute;
      left: 14px;
      right: 14px;
      bottom: 14px;
      z-index: 1;
    }

    .gallery-caption strong {
      display: block;
      line-height: 1.3;
    }

    .gallery-caption span {
      color: var(--muted);
      font-size: 13px;
    }

    .cta-box {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 330px;
      gap: 18px;
      align-items: center;
      padding: 26px;
      border: 1px solid var(--line-strong);
      border-radius: var(--radius);
      background:
        linear-gradient(135deg, rgba(64, 255, 210, .14), rgba(255, 79, 184, .08)),
        var(--panel);
      box-shadow: var(--shadow);
    }

    .cta-box h2 {
      font-size: 28px;
      line-height: 1.25;
    }

    .cta-box p {
      margin-top: 9px;
      color: var(--muted);
    }

    .entry-card {
      padding: 14px;
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, .05);
    }

    .entry-card label {
      display: block;
      margin-bottom: 8px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 700;
    }

    .entry-card select {
      width: 100%;
      min-height: 44px;
      padding: 10px 12px;
      color: var(--text);
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: var(--radius-sm);
      background: #121819;
      outline: none;
    }

    .entry-card .btn {
      width: 100%;
      margin-top: 10px;
    }

    .faq-list {
      display: grid;
      gap: 10px;
    }

    .faq-item {
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: var(--radius);
      background: var(--panel);
      overflow: hidden;
    }

    .faq-question {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      width: 100%;
      padding: 16px;
      color: var(--text);
      border: 0;
      background: transparent;
      text-align: left;
      font-weight: 800;
    }

    .faq-question:focus-visible {
      outline: 3px solid rgba(64, 255, 210, .25);
      outline-offset: -3px;
    }

    .faq-question svg {
      width: 18px;
      height: 18px;
      transition: transform .18s ease;
    }

    .faq-answer {
      display: none;
      padding: 0 16px 16px;
      color: var(--muted);
    }

    .faq-item.open .faq-answer {
      display: block;
    }

    .faq-item.open .faq-question svg {
      transform: rotate(180deg);
    }

    footer {
      padding: 44px 0 26px;
      border-top: 1px solid rgba(255, 255, 255, .08);
      background: #070909;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 26px;
      align-items: start;
    }

    .footer-brand p {
      max-width: 560px;
      margin-top: 14px;
      color: var(--muted);
      font-size: 14px;
    }

    .footer-links {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }

    .footer-links a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 40px;
      padding: 9px 10px;
      border: 1px solid rgba(255, 255, 255, .08);
      border-radius: var(--radius-sm);
      color: var(--muted);
      background: rgba(255, 255, 255, .03);
      transition: color .18s ease, border-color .18s ease, background .18s ease;
    }

    .footer-links a:hover,
    .footer-links a:focus-visible {
      color: var(--text);
      border-color: var(--line-strong);
      background: rgba(64, 255, 210, .08);
      outline: none;
    }

    .copyright {
      grid-column: 1 / -1;
      display: flex;
      justify-content: space-between;
      gap: 14px;
      padding-top: 20px;
      border-top: 1px solid rgba(255, 255, 255, .08);
      color: #82918d;
      font-size: 13px;
    }

    .skeleton {
      position: relative;
      overflow: hidden;
      min-height: 14px;
      border-radius: 999px;
      background: rgba(255, 255, 255, .08);
    }

    .skeleton::after {
      content: "";
      position: absolute;
      inset: 0;
      transform: translateX(-100%);
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .18), transparent);
      animation: loading 1.4s infinite;
    }

    @keyframes loading {
      to {
        transform: translateX(100%);
      }
    }

    .empty-state {
      display: none;
      margin-top: 16px;
      padding: 18px;
      border: 1px dashed rgba(64, 255, 210, .38);
      border-radius: var(--radius);
      color: var(--muted);
      background: rgba(64, 255, 210, .06);
    }

    @media (max-width: 1024px) {
      .nav-panel {
        align-items: flex-start;
        flex-wrap: wrap;
      }

      .brand {
        flex: 1 1 100%;
      }

      .nav-links {
        overflow-x: auto;
        padding-bottom: 2px;
      }

      .hero-content {
        grid-template-columns: 1fr;
      }

      .play-panel {
        max-width: 440px;
      }

      .poster-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .feature-layout,
      .cta-box {
        grid-template-columns: 1fr;
      }

      .gallery {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 768px) {
      .container {
        width: min(100% - 28px, var(--max));
      }

      section {
        padding: 42px 0;
      }

      .status-bar {
        grid-template-columns: 1fr 1fr;
      }

      .status-title {
        grid-column: 1 / -1;
      }

      .nav-cta {
        width: 100%;
      }

      .hero-wrap,
      .hero-content {
        min-height: auto;
      }

      .hero-content {
        padding: 28px;
      }

      h1 {
        font-size: 32px;
      }

      .hero-lead {
        font-size: 16px;
      }

      .section-head {
        grid-template-columns: 1fr;
      }

      .filter-panel {
        grid-template-columns: 1fr 1fr;
      }

      .poster-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .rule-item {
        grid-template-columns: 42px minmax(0, 1fr);
      }

      .rule-state {
        grid-column: 2;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }

      .copyright {
        flex-direction: column;
      }
    }

    @media (max-width: 520px) {
      .brand {
        min-width: 0;
      }

      .brand strong {
        font-size: 15px;
      }

      .nav-link {
        min-width: max-content;
      }

      .status-bar,
      .filter-panel,
      .poster-grid,
      .gallery,
      .footer-links {
        grid-template-columns: 1fr;
      }

      .gallery {
        grid-template-rows: none;
      }

      .gallery-item {
        min-height: 190px;
      }

      .gallery-item:first-child {
        grid-row: auto;
      }

      .hero-content {
        padding: 22px;
      }

      h1 {
        font-size: 27px;
      }

      .hero-actions,
      .cta-actions {
        flex-direction: column;
      }

      .btn {
        width: 100%;
      }

      .cta-box {
        padding: 20px;
      }
    }
