/* roulang page: index */
:root{
      --bg:#09090B;
      --bg-soft:#121014;
      --panel:#161116;
      --panel-2:#1A1115;
      --red:#E11D48;
      --red-dark:#B91C1C;
      --wine:#7F1D1D;
      --gold:#F59E0B;
      --yellow:#FACC15;
      --cream:#F5E7C8;
      --text:#F8FAFC;
      --muted:#A1A1AA;
      --line:rgba(255,255,255,.08);
      --line-strong:rgba(245,231,200,.18);
      --radius-xl:30px;
      --radius-lg:22px;
      --shadow-red:0 24px 90px rgba(225,29,72,.18);
      --shadow-card:0 18px 60px rgba(0,0,0,.35);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-height:100vh;
      background:
        radial-gradient(circle at 50% -10%, rgba(245,158,11,.16), transparent 32%),
        radial-gradient(circle at 16% 12%, rgba(225,29,72,.20), transparent 34%),
        radial-gradient(circle at 88% 20%, rgba(127,29,29,.22), transparent 28%),
        linear-gradient(180deg,#09090B 0%,#121014 42%,#09090B 100%);
      color:var(--text);
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;
      line-height:1.75;
      padding-bottom:108px;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      z-index:-1;
      opacity:.24;
      background-image:
        radial-gradient(rgba(255,255,255,.18) .7px, transparent .7px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
      background-size:3px 3px, 72px 72px;
      mix-blend-mode:screen;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,select{font:inherit}
    .site-container{width:min(1240px, calc(100% - 32px));margin-inline:auto}
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(9,9,11,.82);
      backdrop-filter:blur(18px);
      border-bottom:1px solid var(--line);
      box-shadow:0 12px 50px rgba(0,0,0,.28);
    }
    .logo-mark{
      width:42px;height:42px;border-radius:15px;
      background:linear-gradient(135deg,var(--red),var(--wine) 55%,var(--gold));
      position:relative;
      box-shadow:0 12px 34px rgba(225,29,72,.28);
      flex:0 0 auto;
    }
    .logo-mark:before,.logo-mark:after{
      content:"";
      position:absolute;
      background:rgba(255,255,255,.82);
    }
    .logo-mark:before{width:16px;height:16px;clip-path:polygon(0 0,100% 50%,0 100%);left:15px;top:13px}
    .logo-mark:after{width:4px;height:28px;left:7px;top:7px;border-radius:999px;box-shadow:24px 0 0 rgba(255,255,255,.22)}
    .search-wrap{
      border:1px solid var(--line);
      background:rgba(255,255,255,.055);
      border-radius:999px;
      transition:.25s ease;
    }
    .search-wrap:focus-within{border-color:rgba(245,158,11,.62);box-shadow:0 0 0 4px rgba(245,158,11,.12)}
    .search-wrap input{background:transparent;outline:none;color:var(--text)}
    .nav-tab{
      display:inline-flex;align-items:center;white-space:nowrap;
      padding:9px 15px;border-radius:999px;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.08);
      color:#d4d4d8;font-size:14px;
      transition:.22s ease;
    }
    .nav-tab:hover{background:rgba(255,255,255,.10);border-color:rgba(245,158,11,.32);color:#fff;transform:translateY(-1px)}
    .nav-tab.active{background:linear-gradient(135deg,rgba(225,29,72,.92),rgba(127,29,29,.84));border-color:rgba(245,158,11,.38);color:#fff;box-shadow:0 12px 30px rgba(225,29,72,.20)}
    .tabs-scroll{scrollbar-width:none}
    .tabs-scroll::-webkit-scrollbar{display:none}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
      border-radius:999px;padding:12px 20px;font-weight:800;
      transition:.24s ease;border:1px solid transparent;line-height:1.2;
    }
    .btn-primary{background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff;box-shadow:0 18px 45px rgba(225,29,72,.28)}
    .btn-primary:hover{filter:brightness(1.08);transform:translateY(-2px);box-shadow:0 22px 62px rgba(225,29,72,.34)}
    .btn-secondary{background:rgba(255,255,255,.06);border-color:rgba(245,231,200,.18);color:var(--cream)}
    .btn-secondary:hover{background:rgba(255,255,255,.11);border-color:rgba(245,158,11,.42);transform:translateY(-2px)}
    .btn:focus-visible,.nav-tab:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible{
      outline:3px solid rgba(245,158,11,.55);
      outline-offset:3px;
    }
    .hero-panel{
      position:relative;overflow:hidden;border-radius:36px;
      border:1px solid rgba(255,255,255,.10);
      background:
        radial-gradient(circle at 30% 0%, rgba(245,158,11,.20), transparent 28%),
        radial-gradient(circle at 80% 30%, rgba(225,29,72,.28), transparent 32%),
        linear-gradient(135deg,rgba(26,17,21,.94),rgba(9,9,11,.94));
      box-shadow:var(--shadow-red);
    }
    .hero-panel:before{
      content:"";position:absolute;inset:0;pointer-events:none;
      background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.10) 42%,transparent 57%);
      transform:translateX(-80%) skewX(-18deg);
      animation:scan 7s ease-in-out infinite;
    }
    @keyframes scan{0%,62%{transform:translateX(-88%) skewX(-18deg)}85%,100%{transform:translateX(90%) skewX(-18deg)}}
    .progress-ring{
      width:172px;height:172px;border-radius:50%;
      background:conic-gradient(var(--gold) 0 74%, rgba(255,255,255,.10) 74% 100%);
      display:grid;place-items:center;box-shadow:0 0 55px rgba(245,158,11,.16);
      position:relative;
    }
    .progress-ring:after{
      content:"";position:absolute;inset:13px;border-radius:50%;
      background:linear-gradient(145deg,#161116,#09090B);
      border:1px solid rgba(255,255,255,.09);
    }
    .progress-ring > div{position:relative;z-index:2;text-align:center}
    .ticket{
      border:1px solid rgba(245,231,200,.16);
      background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
      border-radius:22px;position:relative;overflow:hidden;
    }
    .ticket:before,.ticket:after{
      content:"";position:absolute;top:50%;width:18px;height:18px;border-radius:50%;background:#09090B;border:1px solid rgba(245,231,200,.12);
    }
    .ticket:before{left:-10px}.ticket:after{right:-10px}
    .section{padding:92px 0}
    .section-tight{padding:72px 0}
    .section-title{
      font-weight:900;letter-spacing:-.03em;line-height:1.18;
      font-size:clamp(28px,4vw,42px);
    }
    .section-title:before{
      content:"";display:inline-block;width:34px;height:10px;margin-right:12px;border-radius:999px;
      background:linear-gradient(90deg,var(--red),var(--gold));
      vertical-align:middle;box-shadow:0 0 24px rgba(225,29,72,.38);
    }
    .section-desc{color:#c9c9d1;font-size:16px;max-width:760px;margin-top:14px}
    .poster-card,.feature-card,.resource-card,.trust-card,.faq-card{
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.09);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow-card);
      transition:.25s ease;
    }
    .poster-card:hover,.feature-card:hover,.resource-card:hover,.trust-card:hover{
      transform:translateY(-5px);
      border-color:rgba(245,158,11,.38);
      box-shadow:0 26px 80px rgba(0,0,0,.45),0 0 36px rgba(225,29,72,.12);
    }
    .poster-cover{
      aspect-ratio:3/4;border-radius:18px;overflow:hidden;position:relative;
      background:
        radial-gradient(circle at 35% 18%,rgba(245,158,11,.45),transparent 24%),
        linear-gradient(145deg,rgba(225,29,72,.50),rgba(127,29,29,.22) 42%,rgba(9,9,11,.92));
    }
    .poster-cover:before{
      content:"";position:absolute;inset:0;
      background:linear-gradient(180deg,transparent 42%,rgba(0,0,0,.72)), repeating-linear-gradient(90deg,rgba(255,255,255,.10) 0 2px,transparent 2px 18px);
      opacity:.48;
    }
    .poster-cover span{
      position:absolute;left:16px;bottom:16px;right:16px;z-index:2;
      font-weight:900;color:#fff;text-shadow:0 8px 28px rgba(0,0,0,.8);
    }
    .badge{
      display:inline-flex;align-items:center;gap:6px;border-radius:999px;
      padding:6px 10px;font-size:12px;font-weight:800;
      background:rgba(245,158,11,.12);color:#FCD34D;border:1px solid rgba(245,158,11,.26);
    }
    .badge-red{background:rgba(225,29,72,.14);color:#FDA4AF;border-color:rgba(225,29,72,.28)}
    .badge-soft{background:rgba(255,255,255,.07);color:#E5E7EB;border-color:rgba(255,255,255,.10)}
    .film-strip{
      background:
        linear-gradient(90deg,rgba(255,255,255,.12) 0 8px,transparent 8px 22px) top/30px 8px repeat-x,
        linear-gradient(90deg,rgba(255,255,255,.12) 0 8px,transparent 8px 22px) bottom/30px 8px repeat-x,
        linear-gradient(135deg,rgba(22,17,22,.88),rgba(9,9,11,.72));
      border:1px solid rgba(255,255,255,.10);
      border-radius:28px;
      padding:26px;
    }
    .news-link{
      display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;
      padding:16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.045);transition:.22s ease;
    }
    .news-link:hover{background:rgba(255,255,255,.08);border-color:rgba(225,29,72,.34);transform:translateX(3px)}
    details{
      border:1px solid rgba(255,255,255,.09);
      background:rgba(255,255,255,.055);
      border-radius:20px;padding:18px 20px;
    }
    summary{cursor:pointer;font-weight:850;color:#fff;list-style:none}
    summary::-webkit-details-marker{display:none}
    details p{margin-top:12px;color:#c9c9d1;line-height:1.8}
    .bottom-cta{
      position:fixed;left:0;right:0;bottom:0;z-index:60;
      background:rgba(9,9,11,.84);backdrop-filter:blur(18px);
      border-top:1px solid rgba(255,255,255,.10);
      padding:14px 0 calc(14px + env(safe-area-inset-bottom));
      box-shadow:0 -16px 50px rgba(0,0,0,.36);
    }
    .footer-link{color:#a1a1aa;transition:.2s ease}
    .footer-link:hover{color:#F5E7C8}
    @media (max-width:1024px){
      .section{padding:74px 0}
      .progress-ring{width:150px;height:150px}
    }
    @media (max-width:768px){
      body{padding-bottom:92px}
      .site-container{width:min(100% - 24px, 1240px)}
      .section{padding:62px 0}
      .section-tight{padding:54px 0}
      .hero-panel{border-radius:26px}
      .progress-ring{width:132px;height:132px}
      .btn{padding:11px 15px;font-size:14px}
      .bottom-cta .desktop-extra{display:none}
    }
    @media (max-width:520px){
      .logo-mark{width:38px;height:38px}
      .search-wrap{width:100%}
      .news-link{grid-template-columns:1fr;gap:8px}
      .poster-cover{aspect-ratio:4/5}
    }

/* roulang page: category1 */
:root{
      --bg:#09090B;
      --bg-soft:#121014;
      --bg-card:#181117;
      --red:#E11D48;
      --red-dark:#7F1D1D;
      --gold:#F59E0B;
      --gold-soft:#F5E7C8;
      --text:#F8FAFC;
      --muted:#A1A1AA;
      --line:rgba(255,255,255,.10);
      --line-strong:rgba(255,255,255,.16);
      --radius-xl:28px;
      --radius-lg:20px;
      --shadow-red:0 24px 90px rgba(225,29,72,.18);
      --shadow-gold:0 18px 60px rgba(245,158,11,.10);
      --header-h:132px;
      --bottom-bar:86px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-height:100vh;
      color:var(--text);
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;
      line-height:1.75;
      background:
        radial-gradient(circle at 18% 0%, rgba(225,29,72,.24), transparent 34%),
        radial-gradient(circle at 86% 12%, rgba(245,158,11,.12), transparent 30%),
        linear-gradient(180deg,#09090B 0%,#121014 46%,#09090B 100%);
      padding-bottom:calc(var(--bottom-bar) + env(safe-area-inset-bottom));
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      z-index:-1;
      opacity:.42;
      background-image:
        radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
      background-size:18px 18px, 72px 72px;
      mix-blend-mode:screen;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,select{font:inherit;color:inherit}
    input,select{background:transparent;border:0;outline:0}
    summary{cursor:pointer}
    .site-container{width:min(100% - 32px,1240px);margin-inline:auto}
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(9,9,11,.78);
      border-bottom:1px solid var(--line);
      backdrop-filter:blur(18px);
      box-shadow:0 10px 40px rgba(0,0,0,.26);
    }
    .logo-mark{
      width:42px;
      height:42px;
      flex:0 0 auto;
      border-radius:14px;
      position:relative;
      background:
        radial-gradient(circle at 65% 28%, rgba(250,204,21,.95) 0 8%, transparent 9%),
        linear-gradient(135deg,#E11D48,#7F1D1D 58%,#111);
      box-shadow:0 0 0 1px rgba(255,255,255,.14) inset,0 14px 35px rgba(225,29,72,.32);
    }
    .logo-mark:before,.logo-mark:after{
      content:"";
      position:absolute;
      background:rgba(255,255,255,.78);
    }
    .logo-mark:before{
      width:0;height:0;left:17px;top:13px;
      border-top:8px solid transparent;
      border-bottom:8px solid transparent;
      border-left:12px solid rgba(255,255,255,.88);
      background:transparent;
    }
    .logo-mark:after{
      left:7px;right:7px;bottom:7px;height:3px;border-radius:999px;background:rgba(245,231,200,.7);
    }
    .search-wrap{
      border:1px solid var(--line);
      border-radius:999px;
      background:rgba(255,255,255,.055);
      transition:.25s ease;
    }
    .search-wrap:focus-within{
      border-color:rgba(245,158,11,.58);
      box-shadow:0 0 0 4px rgba(245,158,11,.10);
      background:rgba(255,255,255,.075);
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:.5rem;
      border-radius:999px;
      padding:.78rem 1.12rem;
      font-weight:900;
      line-height:1;
      border:1px solid transparent;
      transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease, color .25s ease;
      white-space:nowrap;
    }
    .btn:hover{transform:translateY(-2px)}
    .btn:active{transform:translateY(0) scale(.98)}
    .btn:focus-visible,.nav-tab:focus-visible,.footer-link:focus-visible,.filter-pill:focus-visible{
      outline:3px solid rgba(245,158,11,.72);
      outline-offset:3px;
    }
    .btn-primary{
      background:linear-gradient(135deg,#E11D48,#B91C1C 58%,#7F1D1D);
      color:#fff;
      box-shadow:0 16px 46px rgba(225,29,72,.28);
    }
    .btn-primary:hover{box-shadow:0 20px 70px rgba(225,29,72,.42);filter:saturate(1.08)}
    .btn-secondary{
      background:rgba(255,255,255,.06);
      border-color:rgba(245,231,200,.22);
      color:var(--gold-soft);
    }
    .btn-secondary:hover{background:rgba(255,255,255,.10);border-color:rgba(245,158,11,.5)}
    .tabs-scroll{scrollbar-width:none}
    .tabs-scroll::-webkit-scrollbar{display:none}
    .nav-tab{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:.66rem 1rem;
      border-radius:999px;
      min-width:max-content;
      color:#d4d4d8;
      background:rgba(255,255,255,.065);
      border:1px solid rgba(255,255,255,.08);
      font-size:.92rem;
      font-weight:800;
      transition:.25s ease;
    }
    .nav-tab:hover{color:#fff;border-color:rgba(245,158,11,.38);background:rgba(255,255,255,.1)}
    .nav-tab.active{
      color:#fff;
      background:linear-gradient(135deg,rgba(225,29,72,.95),rgba(127,29,29,.86));
      border-color:rgba(245,158,11,.32);
      box-shadow:0 12px 38px rgba(225,29,72,.22);
    }
    .section{padding:78px 0}
    .section-tight{padding:56px 0}
    .kicker{
      display:inline-flex;
      align-items:center;
      gap:.55rem;
      padding:.42rem .72rem;
      border:1px solid rgba(245,158,11,.35);
      background:rgba(245,158,11,.09);
      color:#F5E7C8;
      border-radius:999px;
      font-size:.82rem;
      font-weight:900;
    }
    .kicker:before{
      content:"";
      width:7px;height:7px;border-radius:999px;
      background:var(--gold);
      box-shadow:0 0 18px rgba(245,158,11,.9);
    }
    .hero-band{
      position:relative;
      overflow:hidden;
      border-bottom:1px solid var(--line);
      background:
        radial-gradient(circle at 78% 30%, rgba(225,29,72,.20), transparent 34%),
        radial-gradient(circle at 32% 10%, rgba(245,158,11,.12), transparent 28%),
        linear-gradient(135deg,rgba(18,16,20,.92),rgba(9,9,11,.98));
    }
    .hero-band:after{
      content:"";
      position:absolute;
      inset:auto -12% -140px -12%;
      height:250px;
      background:radial-gradient(ellipse at center, rgba(245,158,11,.12), transparent 62%);
      filter:blur(10px);
      pointer-events:none;
    }
    .breadcrumb a{color:rgba(255,255,255,.56)}
    .breadcrumb a:hover{color:var(--gold-soft)}
    .flash-strip{
      border:1px solid rgba(225,29,72,.34);
      background:linear-gradient(90deg,rgba(127,29,29,.48),rgba(245,158,11,.10),rgba(225,29,72,.20));
      box-shadow:var(--shadow-red);
    }
    .time-box{
      min-width:52px;
      padding:.45rem .5rem;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.13);
      background:rgba(0,0,0,.35);
      text-align:center;
      font-weight:950;
    }
    .poster-card,.panel-card,.feature-card,.grid-card,.faq-card{
      position:relative;
      overflow:hidden;
      border:1px solid var(--line);
      background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
      border-radius:var(--radius-xl);
      box-shadow:0 22px 70px rgba(0,0,0,.28);
    }
    .poster-card:before,.grid-card:before,.feature-card:before{
      content:"";
      position:absolute;
      inset:0;
      transform:translateX(-115%) skewX(-16deg);
      background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);
      transition:transform .7s ease;
      pointer-events:none;
    }
    .poster-card:hover:before,.grid-card:hover:before,.feature-card:hover:before{transform:translateX(115%) skewX(-16deg)}
    .poster-card:hover,.grid-card:hover,.feature-card:hover{
      border-color:rgba(225,29,72,.46);
      transform:translateY(-4px);
      box-shadow:0 28px 86px rgba(225,29,72,.16);
    }
    .poster-art{
      position:relative;
      min-height:260px;
      border-radius:24px;
      overflow:hidden;
      background:
        linear-gradient(135deg,rgba(225,29,72,.92),rgba(127,29,29,.7) 45%,rgba(9,9,11,.9)),
        radial-gradient(circle at 68% 25%,rgba(245,158,11,.55),transparent 24%);
    }
    .poster-art:before{
      content:"";
      position:absolute;
      inset:18px;
      border-radius:20px;
      border:1px solid rgba(255,255,255,.16);
      background:
        linear-gradient(90deg,rgba(255,255,255,.06) 10px,transparent 10px) 0 0/26px 100%,
        radial-gradient(circle at 50% 42%,rgba(255,255,255,.22),transparent 16%),
        linear-gradient(180deg,transparent,rgba(0,0,0,.6));
    }
    .poster-art:after{
      content:"▶";
      position:absolute;
      left:50%;top:46%;
      transform:translate(-50%,-50%);
      width:62px;height:62px;
      border-radius:999px;
      display:grid;
      place-items:center;
      padding-left:4px;
      color:#fff;
      background:rgba(0,0,0,.42);
      border:1px solid rgba(255,255,255,.22);
      box-shadow:0 0 36px rgba(245,158,11,.22);
    }
    .tag,.badge{
      display:inline-flex;
      align-items:center;
      gap:.35rem;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.07);
      color:#E5E7EB;
      padding:.32rem .62rem;
      font-size:.78rem;
      font-weight:850;
    }
    .tag-red{background:rgba(225,29,72,.13);border-color:rgba(225,29,72,.32);color:#fecdd3}
    .tag-gold{background:rgba(245,158,11,.12);border-color:rgba(245,158,11,.34);color:#fde68a}
    .filter-panel{
      border-radius:26px;
      border:1px solid var(--line);
      background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));
      box-shadow:0 20px 70px rgba(0,0,0,.20);
    }
    .filter-pill{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width:max-content;
      padding:.64rem .88rem;
      border-radius:999px;
      background:rgba(255,255,255,.065);
      border:1px solid rgba(255,255,255,.09);
      color:#d4d4d8;
      font-weight:850;
      font-size:.9rem;
      transition:.22s ease;
    }
    .filter-pill:hover{background:rgba(255,255,255,.1);border-color:rgba(245,158,11,.38);color:#fff}
    .filter-pill.active{background:rgba(225,29,72,.20);border-color:rgba(225,29,72,.56);color:#fff}
    .grid-card{border-radius:24px;transition:.28s ease}
    .cover{
      aspect-ratio:3/4;
      border-radius:20px;
      overflow:hidden;
      background:
        radial-gradient(circle at 62% 22%,rgba(245,158,11,.28),transparent 26%),
        linear-gradient(135deg,rgba(225,29,72,.45),rgba(24,17,23,.96) 54%,rgba(0,0,0,.98));
      transition:transform .35s ease;
    }
    .grid-card:hover .cover{transform:scale(1.035)}
    .cover:before{
      content:"";
      display:block;
      width:100%;
      height:100%;
      background:
        linear-gradient(180deg,rgba(255,255,255,.06),transparent 30%,rgba(0,0,0,.72)),
        repeating-linear-gradient(90deg,rgba(255,255,255,.08) 0 1px,transparent 1px 15px);
    }
    .grid-card:hover h3{color:#fde68a}
    .feature-card{border-radius:24px;transition:.28s ease}
    .number-mark{
      width:44px;height:44px;border-radius:16px;
      display:grid;place-items:center;
      font-weight:950;
      background:linear-gradient(135deg,rgba(225,29,72,.88),rgba(245,158,11,.32));
      border:1px solid rgba(255,255,255,.14);
      box-shadow:0 16px 45px rgba(225,29,72,.20);
    }
    .list-line{
      border-left:1px solid rgba(245,158,11,.20);
      padding-left:1.1rem;
    }
    .list-line li{position:relative}
    .list-line li:before{
      content:"";
      position:absolute;
      left:-1.36rem;
      top:.68rem;
      width:9px;height:9px;border-radius:999px;
      background:#F59E0B;
      box-shadow:0 0 16px rgba(245,158,11,.7);
    }
    .faq-card details{
      border-bottom:1px solid rgba(255,255,255,.09);
      padding:1.2rem 0;
    }
    .faq-card details:last-child{border-bottom:0}
    .faq-card summary{
      list-style:none;
      display:flex;
      justify-content:space-between;
      gap:1rem;
      font-weight:950;
      color:#fff;
    }
    .faq-card summary::-webkit-details-marker{display:none}
    .faq-card summary:after{
      content:"+";
      color:#F59E0B;
      font-size:1.25rem;
      line-height:1;
    }
    .faq-card details[open] summary:after{content:"−"}
    .faq-card p{margin-top:.75rem;color:#a1a1aa}
    .footer-link{color:#a1a1aa;transition:.22s ease}
    .footer-link:hover{color:#F5E7C8;transform:translateX(2px)}
    .bottom-cta{
      position:fixed;
      left:0;right:0;bottom:0;
      z-index:60;
      padding:12px 0 calc(12px + env(safe-area-inset-bottom));
      border-top:1px solid rgba(255,255,255,.12);
      background:rgba(9,9,11,.82);
      backdrop-filter:blur(18px);
      box-shadow:0 -20px 70px rgba(0,0,0,.36);
    }
    .divider-glow{
      height:1px;
      background:linear-gradient(90deg,transparent,rgba(245,158,11,.5),rgba(225,29,72,.45),transparent);
    }
    @media (max-width:1024px){
      :root{--bottom-bar:82px}
      .section{padding:66px 0}
      .poster-art{min-height:220px}
    }
    @media (max-width:768px){
      .site-container{width:min(100% - 24px,1240px)}
      .section{padding:56px 0}
      .hero-band h1{font-size:2.55rem;line-height:1.08}
      .btn{padding:.72rem .95rem}
      .search-wrap{width:100%}
      .bottom-cta .hide-mobile{display:none}
    }
    @media (max-width:520px){
      :root{--bottom-bar:78px}
      body{font-size:15px}
      .hero-band h1{font-size:2.2rem}
      .time-box{min-width:44px;font-size:.9rem}
      .poster-art{min-height:190px}
      .nav-tab{padding:.58rem .82rem;font-size:.86rem}
    }

/* roulang page: category2 */
:root{
      --bg:#09090B;
      --panel:#121014;
      --panel-2:#1A1115;
      --line:rgba(255,255,255,.08);
      --text:#F8FAFC;
      --muted:#A1A1AA;
      --soft:#E5E7EB;
      --wine:#B91C1C;
      --rose:#E11D48;
      --wine-deep:#7F1D1D;
      --gold:#F59E0B;
      --paper:#F5E7C8;
      --radius-lg:28px;
      --radius-md:18px;
      --radius-sm:14px;
      --container:1280px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;
      background:
        linear-gradient(180deg, rgba(255,255,255,.03), transparent 20%),
        linear-gradient(135deg, rgba(185,28,28,.16), transparent 34%),
        linear-gradient(225deg, rgba(245,158,11,.08), transparent 36%),
        var(--bg);
      color:var(--text);
      line-height:1.75;
      text-rendering:optimizeLegibility;
      -webkit-font-smoothing:antialiased;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:
        radial-gradient(1200px 700px at 50% -10%, rgba(225,29,72,.15), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.04), transparent 18%, transparent 82%, rgba(0,0,0,.24));
      opacity:.9;
      z-index:-2;
    }
    body::after{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
      background-size:3px 3px;
      opacity:.03;
      z-index:-1;
    }
    a{color:inherit;text-decoration:none}
    img{display:block;max-width:100%}
    button,input,summary{font:inherit}
    ::selection{background:rgba(225,29,72,.35);color:#fff}
    .site-container{
      width:min(var(--container), calc(100% - 2rem));
      margin-inline:auto;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:80;
      background:rgba(9,9,11,.72);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(255,255,255,.06);
    }
    .logo-mark{
      position:relative;
      width:34px;height:34px;
      flex:none;
      border-radius:12px;
      background:
        linear-gradient(160deg, rgba(255,255,255,.08), transparent),
        linear-gradient(135deg, rgba(185,28,28,1), rgba(225,29,72,1));
      box-shadow:0 14px 34px rgba(225,29,72,.22), inset 0 1px 0 rgba(255,255,255,.22);
    }
    .logo-mark::before,
    .logo-mark::after{
      content:"";
      position:absolute;
      top:50%;
      transform:translateY(-50%);
      border-radius:999px;
      background:rgba(245,231,200,.95);
      box-shadow:0 0 0 1px rgba(255,255,255,.18);
    }
    .logo-mark::before{left:8px;width:6px;height:6px}
    .logo-mark::after{right:8px;width:6px;height:6px}
    .search-wrap{
      min-width:0;
      border:1px solid rgba(255,255,255,.08);
      border-radius:999px;
      background:rgba(255,255,255,.04);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
      transition:border-color .2s ease, background .2s ease, transform .2s ease;
    }
    .search-wrap:focus-within{
      border-color:rgba(245,158,11,.45);
      background:rgba(255,255,255,.06);
      transform:translateY(-1px);
    }
    .search-wrap input{
      border:0;
      outline:0;
      background:transparent;
      color:var(--text);
      min-width:0;
    }
    .search-wrap input::placeholder{color:#71717a}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:.5rem;
      border-radius:999px;
      padding:.8rem 1.15rem;
      border:1px solid transparent;
      transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease;
      will-change:transform;
      white-space:nowrap;
    }
    .btn:hover{transform:translateY(-1px)}
    .btn:active{transform:translateY(0)}
    .btn:focus-visible,
    .nav-tab:focus-visible,
    .footer-link:focus-visible,
    summary:focus-visible,
    input:focus-visible{
      outline:2px solid rgba(245,158,11,.8);
      outline-offset:2px;
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg, var(--wine), var(--rose));
      box-shadow:0 18px 46px rgba(225,29,72,.25);
    }
    .btn-primary:hover{box-shadow:0 20px 60px rgba(225,29,72,.34)}
    .btn-ghost{
      color:var(--paper);
      background:rgba(255,255,255,.04);
      border-color:rgba(255,255,255,.12);
    }
    .btn-ghost:hover{
      background:rgba(255,255,255,.08);
      border-color:rgba(245,158,11,.34);
    }
    .nav-tab{
      display:inline-flex;
      align-items:center;
      gap:.4rem;
      padding:.62rem .95rem;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.04);
      color:#d4d4d8;
      font-size:.92rem;
      font-weight:700;
      letter-spacing:0;
      white-space:nowrap;
      transition:background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
    }
    .nav-tab:hover{
      transform:translateY(-1px);
      border-color:rgba(245,158,11,.28);
      background:rgba(255,255,255,.08);
      color:#fff;
    }
    .nav-tab.active{
      color:#fff;
      background:linear-gradient(135deg, rgba(185,28,28,.9), rgba(225,29,72,.85));
      border-color:rgba(255,255,255,.12);
      box-shadow:0 14px 30px rgba(185,28,28,.2);
    }
    .tabs-scroll{
      scrollbar-width:none;
      -ms-overflow-style:none;
    }
    .tabs-scroll::-webkit-scrollbar{display:none}
    .footer-link{
      color:#a1a1aa;
      transition:color .2s ease, transform .2s ease;
    }
    .footer-link:hover{
      color:#fff;
      transform:translateX(2px);
    }
    .section-title{
      position:relative;
      padding-left:1rem;
    }
    .section-title::before{
      content:"";
      position:absolute;
      left:0;
      top:.4rem;
      width:4px;
      height:1.4rem;
      border-radius:999px;
      background:linear-gradient(180deg, var(--gold), var(--rose));
      box-shadow:0 0 18px rgba(245,158,11,.3);
    }
    .panel{
      border:1px solid var(--line);
      background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
      border-radius:var(--radius-lg);
      box-shadow:0 20px 80px rgba(0,0,0,.22);
    }
    .poster{
      position:relative;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.1);
      border-radius:var(--radius-md);
      background:
        linear-gradient(180deg, rgba(255,255,255,.12), transparent 26%),
        linear-gradient(135deg, rgba(185,28,28,.88), rgba(127,29,29,.94) 45%, rgba(17,17,17,1) 100%);
      box-shadow:0 20px 50px rgba(0,0,0,.28);
      transition:transform .28s ease, border-color .28s ease, box-shadow .28s ease;
    }
    .poster::before{
      content:"";
      position:absolute;
      inset:-35% -20%;
      background:linear-gradient(120deg, transparent 30%, rgba(255,255,255,.14) 48%, transparent 56%);
      transform:translateX(-45%);
      opacity:.65;
      transition:transform .6s ease;
    }
    .poster:hover{
      transform:translateY(-4px);
      border-color:rgba(245,158,11,.28);
      box-shadow:0 24px 60px rgba(225,29,72,.18);
    }
    .poster:hover::before{transform:translateX(55%)}
    .soft-divider{
      height:1px;
      background:linear-gradient(90deg, transparent, rgba(255,255,255,.1), transparent);
    }
    .chip{
      display:inline-flex;
      align-items:center;
      gap:.35rem;
      padding:.35rem .7rem;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.04);
      color:#d4d4d8;
      font-size:.82rem;
      line-height:1;
      white-space:nowrap;
    }
    .chip-strong{
      background:rgba(185,28,28,.16);
      color:#fff;
      border-color:rgba(225,29,72,.26);
    }
    .chip-gold{
      background:rgba(245,158,11,.14);
      color:#fff3cf;
      border-color:rgba(245,158,11,.26);
    }
    .meta{
      color:#a1a1aa;
      font-size:.9rem;
    }
    .cover-frame{
      position:relative;
      overflow:hidden;
      border-radius:20px;
      aspect-ratio:4/5;
      border:1px solid rgba(255,255,255,.08);
      background:
        linear-gradient(145deg, rgba(255,255,255,.12), transparent 26%),
        linear-gradient(180deg, rgba(225,29,72,.56), rgba(24,24,27,.9) 54%, rgba(9,9,11,.98));
    }
    .cover-frame.wide{aspect-ratio:16/9;border-radius:18px}
    .cover-frame::after{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(180deg, transparent 20%, rgba(0,0,0,.34) 70%, rgba(0,0,0,.72)),
        radial-gradient(80% 120% at 50% 0%, rgba(245,158,11,.18), transparent 48%);
    }
    .cover-mark{
      position:absolute;
      inset:16px 16px auto auto;
      z-index:2;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:42px;
      height:42px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(9,9,11,.42);
      backdrop-filter:blur(10px);
      color:#fff;
      font-size:1rem;
    }
    .poster-title{
      position:absolute;
      left:16px;
      right:16px;
      bottom:16px;
      z-index:2;
    }
    .poster-title h3{
      margin:0;
      font-size:1.05rem;
      line-height:1.25;
      font-weight:900;
      letter-spacing:0;
      color:#fff;
      text-wrap:balance;
    }
    .poster-title p{
      margin:.45rem 0 0;
      color:rgba(255,255,255,.74);
      font-size:.88rem;
      line-height:1.55;
    }
    .list-item{
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.03);
      border-radius:20px;
      transition:transform .22s ease, border-color .22s ease, background .22s ease;
    }
    .list-item:hover{
      transform:translateY(-2px);
      border-color:rgba(245,158,11,.25);
      background:rgba(255,255,255,.05);
    }
    .rank-num{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:2rem;height:2rem;
      border-radius:999px;
      background:linear-gradient(135deg, rgba(185,28,28,.95), rgba(225,29,72,.9));
      color:#fff;
      font-weight:900;
      box-shadow:0 10px 24px rgba(225,29,72,.18);
      flex:none;
    }
    details.faq{
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.03);
      border-radius:18px;
      overflow:hidden;
      transition:border-color .2s ease, background .2s ease;
    }
    details.faq[open]{
      border-color:rgba(245,158,11,.22);
      background:rgba(255,255,255,.05);
    }
    details.faq summary{
      list-style:none;
      cursor:pointer;
      padding:1rem 1.1rem;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:1rem;
      font-weight:800;
      color:#fff;
    }
    details.faq summary::-webkit-details-marker{display:none}
    .faq-content{
      padding:0 1.1rem 1.05rem;
      color:#c4c4c8;
      font-size:.96rem;
      line-height:1.8;
    }
    .bottom-bar{
      position:fixed;
      left:0;
      right:0;
      bottom:0;
      z-index:90;
      border-top:1px solid rgba(255,255,255,.08);
      background:rgba(9,9,11,.82);
      backdrop-filter:blur(16px);
      box-shadow:0 -18px 60px rgba(0,0,0,.28);
      padding-bottom:env(safe-area-inset-bottom);
    }
    .bottom-bar .inner{
      width:min(var(--container), calc(100% - 1rem));
      margin-inline:auto;
    }
    .small-kicker{
      letter-spacing:0;
      color:#e4e4e7;
    }
    .site-footer{
      border-top:1px solid rgba(255,255,255,.1);
      background:rgba(0,0,0,.35);
    }
    @media (max-width: 767px){
      .site-container{width:min(var(--container), calc(100% - 1rem))}
      .poster-title h3{font-size:.98rem}
      .nav-tab{padding:.55rem .85rem}
    }
