/* roulang page: index */
:root{
      --color-primary:#3b1d52;
      --color-primary-dark:#21112d;
      --color-primary-soft:#efe8f6;
      --color-accent:#46f0bd;
      --color-accent-dark:#13b987;
      --color-warm:#ff8f70;
      --color-warm-soft:#fff0eb;
      --color-bg:#f7f3fa;
      --color-surface:#fffdfb;
      --color-surface-2:#fbf8ff;
      --color-text:#211829;
      --color-muted:#766a82;
      --color-line:rgba(59,29,82,.12);
      --color-dark-line:rgba(255,255,255,.13);
      --radius-lg:22px;
      --radius-md:16px;
      --radius-sm:12px;
      --shadow-soft:0 18px 46px rgba(49,25,68,.12);
      --shadow-hover:0 24px 58px rgba(49,25,68,.18);
      --max-width:1220px;
      --transition:all .22s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;
      color:var(--color-text);
      background:
        radial-gradient(circle at 8% 4%, rgba(70,240,189,.12), transparent 28%),
        radial-gradient(circle at 92% 14%, rgba(255,143,112,.13), transparent 26%),
        linear-gradient(180deg,#fbf8ff 0%, var(--color-bg) 44%, #fff 100%);
      line-height:1.75;
      font-size:16px;
      text-rendering:optimizeLegibility;
    }
    a{
      color:inherit;
      text-decoration:none;
      transition:var(--transition);
    }
    a:hover,a:focus{color:var(--color-accent-dark)}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    input,button,a{
      outline:none;
    }
    a:focus-visible,button:focus-visible,input:focus-visible{
      outline:3px solid rgba(70,240,189,.45);
      outline-offset:3px;
    }
    .site-container{
      width:min(var(--max-width), calc(100% - 40px));
      margin:0 auto;
    }
    .section{
      padding:86px 0;
    }
    .section-tight{padding:58px 0}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:30px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--color-primary);
      font-size:14px;
      font-weight:800;
      letter-spacing:.04em;
      margin-bottom:10px;
    }
    .section-kicker::before{
      content:"";
      width:9px;
      height:9px;
      border-radius:999px;
      background:var(--color-accent);
      box-shadow:0 0 0 6px rgba(70,240,189,.16);
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(34px,5vw,58px);
      line-height:1.16;
      font-weight:850;
      letter-spacing:-.04em;
      margin-bottom:18px;
    }
    h2{
      font-size:clamp(28px,3vw,38px);
      line-height:1.24;
      font-weight:820;
      letter-spacing:-.02em;
      margin-bottom:10px;
      color:#251432;
    }
    h3{
      font-size:21px;
      line-height:1.35;
      font-weight:800;
      margin-bottom:9px;
    }
    p{color:var(--color-muted)}
    .lead{
      font-size:18px;
      line-height:1.85;
      color:#e9dff1;
      max-width:620px;
    }
    .muted{color:var(--color-muted)}
    .button{
      border-radius:999px;
      font-weight:800;
      letter-spacing:.01em;
      padding:14px 22px;
      border:1px solid transparent;
      transition:var(--transition);
      margin:0;
      cursor:pointer;
    }
    .button.primary-btn{
      background:var(--color-accent);
      color:#1d1430;
      box-shadow:0 12px 28px rgba(70,240,189,.22);
    }
    .button.primary-btn:hover{
      background:#6bffd1;
      color:#180f27;
      transform:translateY(-2px);
      box-shadow:0 18px 38px rgba(70,240,189,.30);
    }
    .button.secondary-btn{
      background:rgba(255,255,255,.08);
      color:#fff;
      border-color:rgba(255,255,255,.22);
    }
    .button.secondary-btn:hover{
      background:rgba(70,240,189,.12);
      border-color:var(--color-accent);
      color:#fff;
      transform:translateY(-2px);
    }
    .button.light-btn{
      background:#fff;
      color:var(--color-primary);
      border-color:var(--color-line);
      box-shadow:0 8px 22px rgba(59,29,82,.08);
    }
    .button.light-btn:hover{
      color:var(--color-primary-dark);
      border-color:rgba(70,240,189,.7);
      transform:translateY(-2px);
      box-shadow:var(--shadow-soft);
    }
    .button.warm-btn{
      background:var(--color-warm);
      color:#2a1520;
      box-shadow:0 12px 26px rgba(255,143,112,.24);
    }
    .button.warm-btn:hover{
      background:#ffac92;
      color:#26101b;
      transform:translateY(-2px);
      box-shadow:0 16px 34px rgba(255,143,112,.32);
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(33,17,45,.96);
      backdrop-filter:blur(16px);
      box-shadow:0 12px 34px rgba(28,13,40,.16);
    }
    .brand-row{
      border-bottom:1px solid var(--color-dark-line);
    }
    .brand-row-inner{
      min-height:72px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }
    .brand-logo{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff;
      min-width:0;
    }
    .logo-mark{
      width:42px;
      height:42px;
      border-radius:14px;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,#4b2368,#24142f 58%,#102e2a);
      border:1px solid rgba(70,240,189,.35);
      color:var(--color-accent);
      font-weight:900;
      font-size:22px;
      box-shadow:inset 0 0 18px rgba(70,240,189,.12);
      flex:0 0 auto;
    }
    .brand-name{
      font-size:18px;
      font-weight:850;
      letter-spacing:-.02em;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .brand-actions{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:12px;
    }
    .search-box{
      width:280px;
      position:relative;
    }
    .search-box input{
      width:100%;
      height:42px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.18);
      background:rgba(255,255,255,.08);
      color:#fff;
      padding:0 16px 0 42px;
    }
    .search-box input::placeholder{color:rgba(255,255,255,.62)}
    .search-box::before{
      content:"⌕";
      position:absolute;
      left:17px;
      top:50%;
      transform:translateY(-52%);
      color:rgba(255,255,255,.62);
      font-size:19px;
      pointer-events:none;
    }
    .status-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 13px;
      border-radius:999px;
      color:#eafff8;
      background:rgba(70,240,189,.11);
      border:1px solid rgba(70,240,189,.25);
      font-size:13px;
      font-weight:800;
      white-space:nowrap;
    }
    .status-badge::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:999px;
      background:var(--color-accent);
      box-shadow:0 0 0 5px rgba(70,240,189,.12);
      animation:pulse 1.8s infinite;
    }
    @keyframes pulse{
      0%,100%{opacity:1;transform:scale(1)}
      50%{opacity:.55;transform:scale(.82)}
    }
    .channel-row{
      background:rgba(255,253,251,.96);
      border-bottom:1px solid rgba(59,29,82,.08);
    }
    .channel-row-inner{
      min-height:50px;
      display:flex;
      align-items:center;
      gap:10px;
      overflow-x:auto;
      scrollbar-width:none;
    }
    .channel-row-inner::-webkit-scrollbar{display:none}
    .nav-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:36px;
      padding:8px 16px;
      border-radius:999px;
      color:#3d3146;
      font-weight:800;
      font-size:14px;
      white-space:nowrap;
      border:1px solid transparent;
      position:relative;
    }
    .nav-link:hover{
      background:rgba(70,240,189,.11);
      color:#24142f;
      border-color:rgba(70,240,189,.36);
    }
    .nav-link.active{
      background:#22112e;
      color:var(--color-accent);
      border-color:rgba(70,240,189,.45);
      box-shadow:0 8px 18px rgba(35,17,46,.12);
    }

    .hero-live{
      position:relative;
      overflow:hidden;
      padding:70px 0 74px;
      background:
        radial-gradient(circle at 12% 16%, rgba(70,240,189,.22), transparent 30%),
        radial-gradient(circle at 84% 24%, rgba(255,143,112,.18), transparent 24%),
        linear-gradient(135deg,#24142f 0%,#3b1d52 56%,#1c1127 100%);
      color:#fff;
    }
    .hero-live::after{
      content:"";
      position:absolute;
      inset:0;
      background-image:
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(180deg,rgba(0,0,0,.6),transparent 78%);
      pointer-events:none;
    }
    .hero-live .site-container{position:relative;z-index:1}
    .hero-meta{
      display:flex;
      align-items:center;
      flex-wrap:wrap;
      gap:10px;
      margin-bottom:16px;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      font-size:13px;
      font-weight:800;
      border:1px solid rgba(255,255,255,.18);
      color:#f7efff;
      background:rgba(255,255,255,.08);
      white-space:nowrap;
    }
    .pill.accent{
      color:#16261f;
      background:var(--color-accent);
      border-color:var(--color-accent);
    }
    .hero-actions{
      display:flex;
      align-items:center;
      gap:14px;
      flex-wrap:wrap;
      margin-top:28px;
    }
    .hero-note{
      display:flex;
      align-items:center;
      gap:10px;
      color:#d9cbdf;
      font-size:14px;
      margin-top:20px;
    }
    .hero-note span{
      display:inline-grid;
      place-items:center;
      width:25px;
      height:25px;
      border-radius:999px;
      background:rgba(70,240,189,.14);
      color:var(--color-accent);
      font-weight:900;
    }
    .live-cover-card{
      border-radius:28px;
      overflow:hidden;
      background:#160d22;
      box-shadow:0 28px 70px rgba(0,0,0,.32);
      border:1px solid rgba(255,255,255,.16);
      min-height:420px;
      position:relative;
      isolation:isolate;
      transform:translateZ(0);
    }
    .live-cover-art{
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 72% 18%, rgba(70,240,189,.35), transparent 23%),
        radial-gradient(circle at 24% 76%, rgba(255,143,112,.28), transparent 28%),
        linear-gradient(145deg,#45205f 0%,#1a1027 55%,#0f2c28 100%);
    }
    .live-cover-art::before{
      content:"";
      position:absolute;
      width:210px;
      height:210px;
      right:9%;
      top:20%;
      border-radius:50%;
      border:2px solid rgba(70,240,189,.38);
      box-shadow:0 0 0 18px rgba(70,240,189,.06), inset 0 0 58px rgba(70,240,189,.1);
    }
    .live-cover-art::after{
      content:"▶";
      position:absolute;
      right:18%;
      top:37%;
      width:74px;
      height:74px;
      border-radius:50%;
      display:grid;
      place-items:center;
      padding-left:5px;
      color:#1b1327;
      background:var(--color-accent);
      box-shadow:0 20px 52px rgba(70,240,189,.25);
      font-size:30px;
    }
    .live-cover-content{
      position:relative;
      z-index:1;
      height:100%;
      min-height:420px;
      padding:24px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .cover-top{
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:12px;
      flex-wrap:wrap;
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 11px;
      border-radius:999px;
      font-size:12px;
      font-weight:850;
      line-height:1;
      white-space:nowrap;
      border:1px solid transparent;
    }
    .badge.live{
      background:rgba(70,240,189,.92);
      color:#13271f;
    }
    .badge.warm{
      background:rgba(255,143,112,.95);
      color:#2b1414;
    }
    .badge.dark{
      background:rgba(35,17,46,.72);
      color:#f7efff;
      border-color:rgba(255,255,255,.15);
      backdrop-filter:blur(8px);
    }
    .cover-bottom{
      width:min(100%, 470px);
      padding:22px;
      border-radius:22px;
      background:linear-gradient(180deg,rgba(16,9,25,.74),rgba(16,9,25,.46));
      border:1px solid rgba(255,255,255,.14);
      backdrop-filter:blur(12px);
    }
    .cover-bottom h2{
      color:#fff;
      font-size:25px;
      margin-bottom:7px;
    }
    .cover-bottom p{
      color:#ded1e9;
      margin-bottom:16px;
      line-height:1.7;
    }
    .mini-countdown{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:8px;
    }
    .time-box{
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
      border-radius:14px;
      padding:10px 8px;
      text-align:center;
    }
    .time-box strong{
      display:block;
      color:var(--color-accent);
      font-size:24px;
      line-height:1;
      font-weight:900;
    }
    .time-box span{
      color:#c7b7d0;
      font-size:12px;
    }
    .update-panel{
      height:100%;
      border-radius:24px;
      background:rgba(255,255,255,.94);
      color:var(--color-text);
      padding:22px;
      box-shadow:var(--shadow-soft);
      border:1px solid rgba(255,255,255,.65);
    }
    .update-panel h2{
      font-size:24px;
      margin-bottom:15px;
    }
    .update-item{
      display:grid;
      grid-template-columns:64px 1fr;
      gap:14px;
      padding:16px 0;
      border-top:1px solid var(--color-line);
    }
    .update-item:first-of-type{border-top:0;padding-top:0}
    .update-time{
      font-weight:900;
      color:var(--color-primary);
      font-variant-numeric:tabular-nums;
    }
    .update-copy b{
      display:block;
      color:#281936;
      line-height:1.35;
      margin-bottom:4px;
    }
    .update-copy span{
      font-size:13px;
      color:var(--color-muted);
      line-height:1.5;
      display:block;
    }

    .countdown-strip{
      margin-top:-38px;
      position:relative;
      z-index:2;
    }
    .countdown-card{
      border-radius:24px;
      background:var(--color-surface);
      border:1px solid rgba(59,29,82,.08);
      box-shadow:var(--shadow-soft);
      padding:22px;
    }
    .countdown-title{
      display:flex;
      flex-direction:column;
      gap:5px;
    }
    .countdown-title b{
      font-size:20px;
      color:#24142f;
    }
    .countdown-title span{
      font-size:14px;
      color:var(--color-muted);
    }
    .countdown-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:10px;
    }
    .countdown-grid .time-box{
      background:#24142f;
      border-color:rgba(70,240,189,.18);
      min-height:78px;
      display:grid;
      place-items:center;
    }
    .countdown-grid .time-box strong{font-size:30px}
    .subscribe-form{
      display:flex;
      gap:10px;
      align-items:center;
      width:100%;
    }
    .subscribe-form input{
      height:48px;
      min-width:0;
      flex:1;
      border-radius:999px;
      border:1px solid rgba(59,29,82,.16);
      padding:0 16px;
      background:#fff;
      color:var(--color-text);
      transition:var(--transition);
    }
    .subscribe-form input:focus{
      border-color:var(--color-accent-dark);
      box-shadow:0 0 0 4px rgba(70,240,189,.18);
    }
    .form-tip{
      margin:10px 0 0;
      font-size:13px;
      color:var(--color-muted);
      line-height:1.6;
    }

    .timeline-wrap{
      display:grid;
      grid-template-columns:minmax(260px, .8fr) minmax(0,1.2fr);
      gap:24px;
      align-items:start;
    }
    .timeline-panel,.spotlight-panel,.card{
      background:var(--color-surface);
      border:1px solid var(--color-line);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow-soft);
    }
    .timeline-panel{padding:26px}
    .timeline-node{
      position:relative;
      padding-left:28px;
      padding-bottom:24px;
      border-left:2px solid rgba(59,29,82,.12);
    }
    .timeline-node:last-child{padding-bottom:0}
    .timeline-node::before{
      content:"";
      position:absolute;
      left:-8px;
      top:2px;
      width:14px;
      height:14px;
      border-radius:50%;
      background:#fff;
      border:4px solid var(--color-accent);
      box-shadow:0 0 0 6px rgba(70,240,189,.12);
    }
    .timeline-node .time{
      color:var(--color-primary);
      font-weight:900;
      font-size:14px;
      margin-bottom:5px;
    }
    .timeline-node b{
      display:block;
      line-height:1.35;
      margin-bottom:5px;
    }
    .timeline-node p{
      font-size:14px;
      line-height:1.65;
      margin:0;
    }
    .spotlight-panel{
      padding:18px;
      display:grid;
      gap:14px;
    }
    .spotlight-card{
      display:grid;
      grid-template-columns:92px 1fr auto;
      align-items:center;
      gap:16px;
      padding:16px;
      border-radius:18px;
      background:linear-gradient(180deg,#fff,#fbf8ff);
      border:1px solid rgba(59,29,82,.08);
      transition:var(--transition);
    }
    .spotlight-card:hover{
      transform:translateY(-3px);
      box-shadow:0 16px 34px rgba(49,25,68,.13);
      border-color:rgba(70,240,189,.45);
    }
    .rank-num{
      width:58px;
      height:58px;
      border-radius:18px;
      display:grid;
      place-items:center;
      color:var(--color-accent);
      background:#24142f;
      font-size:22px;
      font-weight:900;
      box-shadow:inset 0 0 0 1px rgba(70,240,189,.16);
    }
    .spotlight-copy h3{
      margin-bottom:5px;
      font-size:19px;
    }
    .spotlight-copy p{
      margin:0;
      font-size:14px;
      line-height:1.65;
      display:-webkit-box;
      -webkit-line-clamp:2;
      -webkit-box-orient:vertical;
      overflow:hidden;
    }
    .tag-row{
      display:flex;
      gap:8px;
      flex-wrap:wrap;
      margin-top:10px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      min-height:28px;
      padding:5px 10px;
      border-radius:999px;
      background:var(--color-primary-soft);
      color:#4a315f;
      border:1px solid rgba(59,29,82,.08);
      font-size:12px;
      font-weight:800;
      white-space:nowrap;
      transition:var(--transition);
    }
    a.tag:hover{
      background:rgba(70,240,189,.16);
      border-color:rgba(70,240,189,.55);
      color:#17271f;
    }

    .channel-index{
      padding:28px;
      border-radius:28px;
      background:
        radial-gradient(circle at 92% 8%, rgba(70,240,189,.18), transparent 28%),
        linear-gradient(135deg,#fff,#faf6ff);
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-soft);
    }
    .pill-cloud{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:22px;
    }
    .channel-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:42px;
      padding:10px 16px;
      border-radius:999px;
      border:1px solid rgba(59,29,82,.12);
      background:#fff;
      color:#392746;
      font-weight:850;
      box-shadow:0 8px 18px rgba(59,29,82,.06);
      transition:var(--transition);
    }
    .channel-pill:hover{
      transform:translateY(-2px);
      border-color:rgba(70,240,189,.7);
      background:#f3fff9;
      color:#1d352b;
      box-shadow:0 14px 28px rgba(70,240,189,.13);
    }
    .channel-pill .dot{
      width:9px;
      height:9px;
      border-radius:50%;
      background:var(--color-accent);
    }

    .replay-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
      align-items:stretch;
    }
    .replay-feature{
      position:relative;
      min-height:360px;
      border-radius:26px;
      overflow:hidden;
      padding:28px;
      color:#fff;
      display:flex;
      flex-direction:column;
      justify-content:flex-end;
      background:
        linear-gradient(180deg,rgba(20,9,29,.15),rgba(20,9,29,.82)),
        radial-gradient(circle at 26% 18%, rgba(70,240,189,.36), transparent 27%),
        linear-gradient(135deg,#45205f,#20122d 64%,#0f302b);
      border:1px solid rgba(255,255,255,.15);
      box-shadow:var(--shadow-soft);
    }
    .replay-feature h3{
      font-size:28px;
      color:#fff;
      max-width:560px;
    }
    .replay-feature p{
      color:#eadff2;
      max-width:590px;
      margin-bottom:18px;
    }
    .replay-list{
      display:grid;
      gap:14px;
    }
    .replay-item{
      display:grid;
      grid-template-columns:104px 1fr;
      gap:14px;
      padding:14px;
      border-radius:20px;
      background:#fff;
      border:1px solid var(--color-line);
      box-shadow:0 12px 28px rgba(49,25,68,.08);
      transition:var(--transition);
    }
    .replay-item:hover{
      transform:translateY(-3px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(70,240,189,.52);
    }
    .thumb{
      min-height:86px;
      border-radius:16px;
      background:
        radial-gradient(circle at 70% 28%, rgba(70,240,189,.38), transparent 34%),
        linear-gradient(135deg,#3b1d52,#20112e);
      position:relative;
      overflow:hidden;
    }
    .thumb::after{
      content:"▶";
      position:absolute;
      width:34px;
      height:34px;
      border-radius:50%;
      right:10px;
      bottom:10px;
      display:grid;
      place-items:center;
      padding-left:3px;
      background:rgba(70,240,189,.95);
      color:#1c1427;
      font-size:14px;
      font-weight:900;
    }
    .replay-item h3{
      font-size:18px;
      margin-bottom:4px;
      display:-webkit-box;
      -webkit-line-clamp:1;
      -webkit-box-orient:vertical;
      overflow:hidden;
    }
    .replay-item p{
      margin:0;
      font-size:14px;
      line-height:1.55;
      display:-webkit-box;
      -webkit-line-clamp:2;
      -webkit-box-orient:vertical;
      overflow:hidden;
    }

    .trust-row{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }
    .trust-card{
      padding:22px;
      border-radius:20px;
      background:#fff;
      border:1px solid var(--color-line);
      box-shadow:0 12px 28px rgba(49,25,68,.07);
    }
    .trust-card strong{
      display:block;
      color:var(--color-primary);
      font-size:30px;
      line-height:1.1;
      font-weight:900;
      margin-bottom:7px;
    }
    .trust-card span{
      color:var(--color-muted);
      font-size:14px;
      line-height:1.6;
    }

    .accordion{
      background:transparent;
      border:0;
    }
    .accordion-item{
      margin-bottom:12px;
      border-radius:18px;
      overflow:hidden;
      background:#fff;
      border:1px solid var(--color-line);
      box-shadow:0 10px 24px rgba(49,25,68,.07);
    }
    .accordion-title{
      color:#24142f;
      font-size:17px;
      font-weight:850;
      padding:20px 54px 20px 22px;
      border:0;
      line-height:1.45;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:#fbfff9;
      color:#1e362d;
    }
    .accordion-title::before{
      right:22px;
      color:var(--color-accent-dark);
      font-weight:900;
      font-size:20px;
      margin-top:-12px;
    }
    .is-active>.accordion-title{
      background:linear-gradient(90deg,rgba(70,240,189,.16),#fff);
      box-shadow:inset 4px 0 0 var(--color-accent);
    }
    .accordion-content{
      border:0;
      background:#fbf8ff;
      color:var(--color-muted);
      padding:0 22px 20px 22px;
      line-height:1.75;
    }

    .cta-panel{
      position:relative;
      overflow:hidden;
      border-radius:30px;
      padding:44px;
      color:#fff;
      background:
        radial-gradient(circle at 85% 18%, rgba(70,240,189,.24), transparent 28%),
        radial-gradient(circle at 16% 78%, rgba(255,143,112,.20), transparent 30%),
        linear-gradient(135deg,#24142f,#3b1d52);
      box-shadow:0 24px 58px rgba(35,17,46,.22);
    }
    .cta-panel::after{
      content:"";
      position:absolute;
      inset:auto -70px -100px auto;
      width:260px;
      height:260px;
      border-radius:50%;
      border:34px solid rgba(255,255,255,.07);
      pointer-events:none;
    }
    .cta-panel h2{
      color:#fff;
      max-width:690px;
    }
    .cta-panel p{
      color:#e7d9ef;
      max-width:760px;
      margin-bottom:24px;
    }
    .cta-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      position:relative;
      z-index:1;
    }

    .site-footer{
      background:#1b0e27;
      color:#cfc1d8;
      padding:54px 0 26px;
      margin-top:30px;
    }
    .footer-top{
      display:grid;
      grid-template-columns:1.4fr .8fr .8fr;
      gap:34px;
      padding-bottom:30px;
      border-bottom:1px solid rgba(255,255,255,.1);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff;
      font-weight:900;
      font-size:18px;
      margin-bottom:14px;
    }
    .footer-desc{
      color:#b9aac4;
      max-width:520px;
      font-size:14px;
      line-height:1.75;
      margin-bottom:0;
    }
    .footer-group h3{
      color:#fff;
      font-size:16px;
      margin-bottom:12px;
    }
    .footer-links{
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:#b9aac4;
      font-size:14px;
    }
    .footer-links a:hover{
      color:var(--color-accent);
      transform:translateX(3px);
    }
    .footer-bottom{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:16px;
      flex-wrap:wrap;
      padding-top:22px;
      color:#9f90aa;
      font-size:13px;
    }

    @media (max-width:1024px){
      .brand-actions{gap:9px}
      .search-box{width:210px}
      .timeline-wrap,.replay-grid{grid-template-columns:1fr}
      .trust-row{grid-template-columns:repeat(2,1fr)}
      .section{padding:70px 0}
      .live-cover-card,.live-cover-content{min-height:390px}
    }
    @media (max-width:768px){
      .site-container{width:min(100% - 32px, var(--max-width))}
      .brand-row-inner{
        min-height:auto;
        padding:14px 0;
        align-items:flex-start;
        flex-direction:column;
      }
      .brand-actions{
        width:100%;
        justify-content:space-between;
      }
      .search-box{display:none}
      .status-badge{font-size:12px}
      .channel-row-inner{
        min-height:48px;
        padding:6px 0;
      }
      .nav-link{padding:8px 14px}
      .hero-live{padding:52px 0 64px}
      .lead{font-size:16px}
      .live-cover-card,.live-cover-content{min-height:350px}
      .cover-bottom{padding:18px}
      .cover-bottom h2{font-size:22px}
      .countdown-card{padding:18px}
      .countdown-grid{margin-top:16px}
      .subscribe-form{
        margin-top:16px;
        flex-direction:column;
        align-items:stretch;
      }
      .subscribe-form .button{width:100%}
      .section-head{
        display:block;
      }
      .spotlight-card{
        grid-template-columns:58px 1fr;
      }
      .spotlight-card .button{grid-column:1 / -1;width:100%}
      .replay-item{grid-template-columns:92px 1fr}
      .footer-top{grid-template-columns:1fr}
      .cta-panel{padding:32px 24px}
    }
    @media (max-width:520px){
      body{font-size:15px}
      h1{font-size:34px}
      h2{font-size:27px}
      .logo-mark{width:38px;height:38px;border-radius:13px}
      .brand-name{font-size:16px;max-width:260px}
      .hero-actions .button,.cta-actions .button{width:100%}
      .mini-countdown,.countdown-grid{grid-template-columns:repeat(2,1fr)}
      .live-cover-card,.live-cover-content{min-height:330px}
      .cover-top{align-items:flex-start}
      .update-panel{padding:18px}
      .update-item{grid-template-columns:54px 1fr}
      .timeline-panel{padding:22px}
      .spotlight-panel{padding:12px}
      .channel-index{padding:22px}
      .pill-cloud{
        flex-wrap:nowrap;
        overflow-x:auto;
        padding-bottom:6px;
        scrollbar-width:none;
      }
      .pill-cloud::-webkit-scrollbar{display:none}
      .channel-pill{flex:0 0 auto}
      .replay-feature{padding:22px;min-height:300px}
      .replay-feature h3{font-size:24px}
      .replay-item{
        grid-template-columns:1fr;
      }
      .thumb{min-height:132px}
      .trust-row{grid-template-columns:1fr}
      .footer-bottom{display:block}
      .footer-bottom span{display:block;margin-top:8px}
    }

/* roulang page: category1 */
:root{
      --color-primary:#3b1d55;
      --color-primary-dark:#1b1028;
      --color-primary-mid:#2a173e;
      --color-accent:#36e6b2;
      --color-accent-soft:#e8fff8;
      --color-warm:#ff8a66;
      --color-warm-soft:#fff0ea;
      --color-bg:#f6f2f8;
      --color-surface:#fffdfd;
      --color-surface-2:#fbf8fc;
      --color-text:#21152f;
      --color-muted:#70647b;
      --color-line:rgba(59,29,85,.13);
      --color-line-dark:rgba(255,255,255,.12);
      --radius-xl:26px;
      --radius-lg:20px;
      --radius-md:14px;
      --radius-sm:10px;
      --shadow-soft:0 18px 45px rgba(38,20,54,.10);
      --shadow-card:0 12px 30px rgba(38,20,54,.08);
      --shadow-hover:0 22px 50px rgba(38,20,54,.14);
      --container:1200px;
      --font-main:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font-main);
      color:var(--color-text);
      background:
        radial-gradient(circle at 12% 8%, rgba(54,230,178,.12), transparent 28%),
        radial-gradient(circle at 88% 0%, rgba(255,138,102,.10), transparent 24%),
        linear-gradient(180deg,#fbf8fc 0%,var(--color-bg) 54%,#f4eff7 100%);
      line-height:1.75;
      text-rendering:optimizeLegibility;
      -webkit-font-smoothing:antialiased;
    }
    a{color:inherit;text-decoration:none;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
    a:hover,a:focus{color:inherit}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    input:focus,a:focus-visible,button:focus-visible{
      outline:3px solid rgba(54,230,178,.5);
      outline-offset:3px;
    }
    .site-container{
      width:min(var(--container),calc(100% - 40px));
      margin-inline:auto;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      box-shadow:0 12px 30px rgba(27,16,40,.10);
    }
    .brand-row{
      background:linear-gradient(90deg,var(--color-primary-dark),#251237 55%,#241633);
      color:#fff;
      border-bottom:1px solid var(--color-line-dark);
    }
    .brand-row-inner{
      min-height:72px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }
    .brand-logo,.footer-brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      font-weight:800;
      letter-spacing:.01em;
    }
    .brand-logo:hover{transform:translateY(-1px)}
    .logo-mark{
      width:38px;
      height:38px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:13px;
      color:var(--color-primary-dark);
      background:linear-gradient(135deg,var(--color-accent),#a5ffe4);
      box-shadow:0 10px 24px rgba(54,230,178,.22);
      font-weight:900;
      line-height:1;
      flex:0 0 auto;
    }
    .brand-name{font-size:20px;color:#fff;white-space:nowrap}
    .brand-actions{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:12px;
      min-width:0;
    }
    .search-box{
      margin:0;
      position:relative;
      min-width:260px;
    }
    .search-box::before{
      content:"";
      position:absolute;
      left:15px;
      top:50%;
      width:8px;
      height:8px;
      border:2px solid rgba(255,255,255,.72);
      border-radius:50%;
      transform:translateY(-50%);
    }
    .search-box::after{
      content:"";
      position:absolute;
      left:24px;
      top:39px;
      width:8px;
      height:2px;
      background:rgba(255,255,255,.72);
      transform:rotate(45deg);
      border-radius:99px;
    }
    .search-box input{
      width:100%;
      height:42px;
      padding:0 16px 0 38px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(255,255,255,.08);
      color:#fff;
      box-shadow:none;
      margin:0;
    }
    .search-box input::placeholder{color:rgba(255,255,255,.62)}
    .search-box input:focus{
      border-color:rgba(54,230,178,.65);
      background:rgba(255,255,255,.12);
      box-shadow:0 0 0 4px rgba(54,230,178,.12);
    }
    .status-badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      color:#dffcf4;
      font-size:14px;
      padding:9px 12px;
      border:1px solid rgba(54,230,178,.28);
      border-radius:999px;
      background:rgba(54,230,178,.08);
      white-space:nowrap;
    }
    .status-badge::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--color-accent);
      box-shadow:0 0 0 5px rgba(54,230,178,.13);
    }
    .button{
      border-radius:999px;
      font-weight:800;
      letter-spacing:.01em;
      transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease;
      margin:0;
    }
    .warm-btn{
      background:var(--color-warm);
      color:#2a1024;
      padding:.78rem 1.05rem;
      box-shadow:0 14px 26px rgba(255,138,102,.22);
    }
    .warm-btn:hover,.warm-btn:focus{
      background:#ff9d7d;
      color:#21152f;
      transform:translateY(-2px);
      box-shadow:0 18px 34px rgba(255,138,102,.30);
    }
    .primary-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      background:var(--color-primary);
      color:#fff;
      border:1px solid transparent;
      padding:.92rem 1.25rem;
      box-shadow:0 16px 32px rgba(59,29,85,.20);
    }
    .primary-btn:hover,.primary-btn:focus{
      background:#4b266b;
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 20px 42px rgba(59,29,85,.28);
    }
    .secondary-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:#fff;
      color:var(--color-primary);
      border:1px solid rgba(59,29,85,.18);
      padding:.9rem 1.2rem;
    }
    .secondary-btn:hover,.secondary-btn:focus{
      border-color:rgba(54,230,178,.75);
      background:var(--color-accent-soft);
      color:var(--color-primary-dark);
      transform:translateY(-2px);
    }
    .channel-row{
      background:rgba(255,255,255,.92);
      backdrop-filter:blur(14px);
      border-bottom:1px solid var(--color-line);
    }
    .channel-row-inner{
      min-height:50px;
      display:flex;
      align-items:center;
      gap:10px;
      overflow-x:auto;
      scrollbar-width:none;
    }
    .channel-row-inner::-webkit-scrollbar{display:none}
    .nav-link{
      position:relative;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:38px;
      padding:0 17px;
      border-radius:999px;
      color:#4d405b;
      font-weight:700;
      white-space:nowrap;
    }
    .nav-link:hover{
      color:var(--color-primary);
      background:rgba(59,29,85,.06);
    }
    .nav-link.active{
      color:var(--color-primary-dark);
      background:linear-gradient(135deg,rgba(54,230,178,.24),rgba(54,230,178,.08));
      box-shadow:inset 0 0 0 1px rgba(54,230,178,.35);
    }
    .page-hero{
      position:relative;
      padding:58px 0 42px;
      background:
        radial-gradient(circle at 18% 20%, rgba(54,230,178,.22), transparent 26%),
        radial-gradient(circle at 82% 8%, rgba(255,138,102,.14), transparent 28%),
        linear-gradient(145deg,#251236 0%,#3b1d55 58%,#21142f 100%);
      color:#fff;
      overflow:hidden;
    }
    .page-hero::before{
      content:"";
      position:absolute;
      inset:auto -110px -160px auto;
      width:420px;
      height:420px;
      border-radius:50%;
      border:1px solid rgba(255,255,255,.12);
      box-shadow:inset 0 0 0 34px rgba(255,255,255,.025);
    }
    .page-hero::after{
      content:"";
      position:absolute;
      inset:28px auto auto 6%;
      width:130px;
      height:130px;
      border-radius:35px;
      border:1px solid rgba(54,230,178,.18);
      transform:rotate(18deg);
    }
    .breadcrumb-line{
      position:relative;
      z-index:1;
      display:flex;
      gap:9px;
      align-items:center;
      flex-wrap:wrap;
      margin-bottom:18px;
      color:rgba(255,255,255,.72);
      font-size:14px;
    }
    .breadcrumb-line a:hover{color:var(--color-accent)}
    .hero-title-wrap{
      position:relative;
      z-index:1;
      max-width:860px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(54,230,178,.12);
      border:1px solid rgba(54,230,178,.26);
      color:#dffff6;
      font-weight:800;
      font-size:14px;
      margin-bottom:18px;
    }
    .eyebrow::before{
      content:"";
      width:9px;
      height:9px;
      border-radius:50%;
      background:var(--color-accent);
      box-shadow:0 0 0 6px rgba(54,230,178,.13);
    }
    h1{
      margin:0 0 16px;
      font-size:clamp(34px,5vw,56px);
      line-height:1.18;
      font-weight:850;
      letter-spacing:-.03em;
      color:#fff;
    }
    .hero-desc{
      max-width:760px;
      margin:0;
      color:rgba(255,255,255,.78);
      font-size:17px;
      line-height:1.85;
    }
    .hero-mini{
      position:relative;
      z-index:1;
      margin-top:28px;
      display:flex;
      gap:14px;
      flex-wrap:wrap;
    }
    .metric-pill{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:12px 15px;
      border-radius:999px;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.15);
      color:#fff;
      font-weight:750;
    }
    .metric-pill strong{color:var(--color-accent);font-size:20px;line-height:1}
    main{padding:42px 0 0}
    .section{
      padding:34px 0;
    }
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:22px;
      margin-bottom:22px;
    }
    .section-kicker{
      display:inline-flex;
      color:var(--color-primary);
      background:rgba(59,29,85,.07);
      border:1px solid rgba(59,29,85,.10);
      border-radius:999px;
      padding:6px 11px;
      font-size:13px;
      font-weight:800;
      margin-bottom:10px;
    }
    h2{
      margin:0;
      font-size:clamp(27px,3.5vw,36px);
      line-height:1.28;
      font-weight:820;
      letter-spacing:-.02em;
      color:var(--color-text);
    }
    .section-note{
      max-width:560px;
      color:var(--color-muted);
      margin:8px 0 0;
      font-size:16px;
      line-height:1.75;
    }
    .filter-bar{
      margin-top:-18px;
      position:relative;
      z-index:5;
    }
    .filter-card{
      background:rgba(255,255,255,.94);
      border:1px solid var(--color-line);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow-soft);
      padding:15px;
      display:flex;
      align-items:center;
      gap:10px;
      overflow-x:auto;
      scrollbar-width:none;
    }
    .filter-card::-webkit-scrollbar{display:none}
    .filter-chip{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      height:40px;
      padding:0 16px;
      border-radius:999px;
      border:1px solid rgba(59,29,85,.12);
      background:#fff;
      color:#594d65;
      font-weight:750;
      white-space:nowrap;
      cursor:default;
    }
    .filter-chip.is-active{
      background:var(--color-primary);
      color:#fff;
      border-color:var(--color-primary);
      box-shadow:0 10px 18px rgba(59,29,85,.16);
    }
    .filter-chip.hot{
      border-color:rgba(255,138,102,.35);
      background:var(--color-warm-soft);
      color:#7d3526;
    }
    .main-layout{
      align-items:flex-start;
    }
    .feature-card,.stream-card,.side-card,.faq-card,.cta-panel{
      background:var(--color-surface);
      border:1px solid var(--color-line);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow-card);
    }
    .feature-card{
      overflow:hidden;
      margin-bottom:18px;
      transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
    }
    .feature-card:hover{
      transform:translateY(-3px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(54,230,178,.38);
    }
    .feature-cover{
      min-height:238px;
      position:relative;
      overflow:hidden;
      background:
        linear-gradient(135deg,rgba(54,230,178,.24),rgba(255,138,102,.18)),
        radial-gradient(circle at 18% 20%,rgba(255,255,255,.22),transparent 22%),
        linear-gradient(145deg,#2d1741,#4a2767);
    }
    .feature-cover::before{
      content:"";
      position:absolute;
      width:210px;
      height:210px;
      right:42px;
      top:28px;
      border-radius:50%;
      border:1px solid rgba(255,255,255,.18);
      box-shadow:inset 0 0 0 30px rgba(255,255,255,.035);
    }
    .feature-cover::after{
      content:"▶";
      position:absolute;
      right:42px;
      bottom:34px;
      width:66px;
      height:66px;
      border-radius:24px;
      display:flex;
      align-items:center;
      justify-content:center;
      color:var(--color-primary-dark);
      background:var(--color-accent);
      box-shadow:0 22px 45px rgba(54,230,178,.26);
      font-size:25px;
      padding-left:4px;
    }
    .cover-badge{
      position:absolute;
      left:22px;
      top:22px;
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(27,16,40,.74);
      color:#fff;
      border:1px solid rgba(255,255,255,.12);
      font-weight:800;
      font-size:14px;
    }
    .cover-badge::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--color-accent);
    }
    .cover-time{
      position:absolute;
      left:22px;
      bottom:20px;
      color:rgba(255,255,255,.86);
      font-weight:700;
      background:rgba(27,16,40,.45);
      border:1px solid rgba(255,255,255,.12);
      padding:8px 12px;
      border-radius:999px;
    }
    .feature-body{
      padding:24px;
    }
    h3{
      margin:0 0 10px;
      font-size:21px;
      line-height:1.35;
      font-weight:820;
      color:var(--color-text);
    }
    .card-text{
      margin:0;
      color:var(--color-muted);
      line-height:1.75;
    }
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:16px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      min-height:28px;
      padding:4px 10px;
      border-radius:999px;
      background:rgba(59,29,85,.06);
      color:#594666;
      border:1px solid rgba(59,29,85,.08);
      font-size:13px;
      font-weight:760;
    }
    .tag.accent{background:var(--color-accent-soft);border-color:rgba(54,230,178,.32);color:#14674f}
    .tag.warm{background:var(--color-warm-soft);border-color:rgba(255,138,102,.28);color:#8b3a28}
    .feature-actions{
      margin-top:18px;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .stream-list{
      display:grid;
      gap:14px;
    }
    .stream-card{
      display:grid;
      grid-template-columns:168px 1fr;
      gap:18px;
      padding:14px;
      transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
    }
    .stream-card:hover{
      transform:translateY(-3px);
      border-color:rgba(54,230,178,.38);
      box-shadow:var(--shadow-hover);
    }
    .stream-thumb{
      min-height:126px;
      border-radius:16px;
      position:relative;
      overflow:hidden;
      background:
        radial-gradient(circle at 72% 25%,rgba(54,230,178,.24),transparent 24%),
        linear-gradient(135deg,#2a173e,#50306d);
    }
    .stream-thumb.alt{
      background:
        radial-gradient(circle at 24% 20%,rgba(255,138,102,.22),transparent 26%),
        linear-gradient(135deg,#241633,#4b275e);
    }
    .stream-thumb.green{
      background:
        radial-gradient(circle at 70% 72%,rgba(54,230,178,.26),transparent 24%),
        linear-gradient(135deg,#1e2436,#3b1d55);
    }
    .stream-thumb::after{
      content:"";
      position:absolute;
      right:18px;
      bottom:18px;
      width:32px;
      height:32px;
      border-radius:12px;
      background:rgba(255,255,255,.16);
      border:1px solid rgba(255,255,255,.20);
    }
    .mini-status{
      position:absolute;
      top:10px;
      left:10px;
      display:inline-flex;
      align-items:center;
      padding:5px 9px;
      border-radius:999px;
      background:rgba(27,16,40,.68);
      color:#fff;
      font-weight:800;
      font-size:12px;
    }
    .stream-body{
      min-width:0;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .stream-meta{
      display:flex;
      align-items:center;
      flex-wrap:wrap;
      gap:8px;
      color:var(--color-muted);
      font-size:14px;
      margin-bottom:8px;
    }
    .stream-title{
      display:-webkit-box;
      -webkit-line-clamp:2;
      -webkit-box-orient:vertical;
      overflow:hidden;
    }
    .stream-summary{
      margin:0;
      color:var(--color-muted);
      display:-webkit-box;
      -webkit-line-clamp:2;
      -webkit-box-orient:vertical;
      overflow:hidden;
      line-height:1.68;
    }
    .stream-foot{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-top:14px;
    }
    .small-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:34px;
      padding:0 13px;
      border-radius:999px;
      color:var(--color-primary);
      border:1px solid rgba(59,29,85,.16);
      background:#fff;
      font-weight:800;
      white-space:nowrap;
    }
    .small-link:hover{
      color:#0f4f3d;
      border-color:rgba(54,230,178,.45);
      background:var(--color-accent-soft);
    }
    .sidebar{
      position:sticky;
      top:142px;
      display:grid;
      gap:16px;
    }
    .side-card{
      padding:20px;
    }
    .side-title{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:14px;
    }
    .side-title h3{font-size:19px;margin:0}
    .calendar-list{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:12px;
    }
    .calendar-item{
      display:grid;
      grid-template-columns:54px 1fr;
      gap:12px;
      padding:12px;
      border-radius:16px;
      background:var(--color-surface-2);
      border:1px solid rgba(59,29,85,.08);
    }
    .date-box{
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      min-height:54px;
      border-radius:14px;
      background:var(--color-primary);
      color:#fff;
      line-height:1.1;
      font-weight:850;
    }
    .date-box span{font-size:12px;color:rgba(255,255,255,.66);margin-top:4px}
    .calendar-item strong{
      display:block;
      font-size:15px;
      line-height:1.35;
      margin-bottom:4px;
    }
    .calendar-item p{
      margin:0;
      color:var(--color-muted);
      font-size:13px;
      line-height:1.55;
    }
    .hot-tags{
      display:flex;
      flex-wrap:wrap;
      gap:9px;
    }
    .hot-tags a{
      display:inline-flex;
      padding:7px 10px;
      border-radius:999px;
      background:#fff;
      border:1px solid rgba(59,29,85,.12);
      color:#594d65;
      font-size:13px;
      font-weight:760;
    }
    .hot-tags a:hover{
      color:#14674f;
      border-color:rgba(54,230,178,.42);
      background:var(--color-accent-soft);
      transform:translateY(-1px);
    }
    .subscribe-form{
      display:grid;
      gap:10px;
      margin-top:12px;
    }
    .subscribe-form label{
      margin:0;
      color:var(--color-muted);
      font-size:14px;
      font-weight:700;
    }
    .subscribe-form input{
      height:46px;
      border-radius:999px;
      border:1px solid rgba(59,29,85,.14);
      background:#fff;
      padding:0 15px;
      box-shadow:none;
      margin:0;
    }
    .subscribe-form input:focus{
      border-color:rgba(54,230,178,.78);
      box-shadow:0 0 0 4px rgba(54,230,178,.13);
    }
    .hint{
      color:var(--color-muted);
      font-size:13px;
      line-height:1.6;
      margin:0;
    }
    .notice-box{
      padding:14px;
      border-radius:16px;
      background:linear-gradient(135deg,var(--color-accent-soft),#fff);
      border:1px solid rgba(54,230,178,.25);
      color:#365b52;
      font-size:14px;
      line-height:1.65;
    }
    .process-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }
    .process-card{
      padding:20px;
      background:var(--color-surface);
      border:1px solid var(--color-line);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow-card);
      transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
    }
    .process-card:hover{
      transform:translateY(-3px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(54,230,178,.36);
    }
    .step-num{
      width:42px;
      height:42px;
      border-radius:15px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:var(--color-primary);
      color:var(--color-accent);
      font-weight:900;
      margin-bottom:15px;
    }
    .process-card p{
      margin:0;
      color:var(--color-muted);
      line-height:1.7;
    }
    .faq-wrap{
      background:rgba(255,255,255,.55);
      border-block:1px solid rgba(59,29,85,.08);
      margin-top:24px;
      padding:56px 0;
    }
    .accordion{
      background:transparent;
      margin:0;
    }
    .faq-card{
      overflow:hidden;
      margin-bottom:12px;
      background:#fff;
    }
    .accordion-title{
      border:0;
      color:var(--color-text);
      font-size:17px;
      font-weight:820;
      line-height:1.45;
      padding:20px 54px 20px 22px;
      background:#fff;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:var(--color-surface-2);
      color:var(--color-primary);
    }
    .accordion-title::before{
      right:22px;
      margin-top:-11px;
      font-size:24px;
      color:var(--color-primary);
    }
    .is-active>.accordion-title{
      border-left:4px solid var(--color-accent);
      color:var(--color-primary);
      background:linear-gradient(90deg,rgba(54,230,178,.08),#fff);
    }
    .accordion-content{
      border:0;
      border-top:1px solid rgba(59,29,85,.08);
      color:var(--color-muted);
      line-height:1.8;
      padding:18px 22px 22px;
      background:#fff;
    }
    .cta-section{
      padding:58px 0 72px;
    }
    .cta-panel{
      position:relative;
      overflow:hidden;
      color:#fff;
      background:
        radial-gradient(circle at 15% 18%,rgba(54,230,178,.22),transparent 24%),
        radial-gradient(circle at 88% 0%,rgba(255,138,102,.18),transparent 28%),
        linear-gradient(135deg,var(--color-primary-dark),var(--color-primary));
      padding:34px;
      border-color:rgba(255,255,255,.10);
    }
    .cta-panel::after{
      content:"";
      position:absolute;
      right:-70px;
      bottom:-110px;
      width:280px;
      height:280px;
      border-radius:50%;
      border:1px solid rgba(255,255,255,.14);
      box-shadow:inset 0 0 0 28px rgba(255,255,255,.035);
    }
    .cta-panel h2{
      color:#fff;
      max-width:680px;
    }
    .cta-panel p{
      margin:12px 0 0;
      color:rgba(255,255,255,.76);
      max-width:720px;
      line-height:1.82;
    }
    .cta-actions{
      position:relative;
      z-index:1;
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin-top:24px;
    }
    .cta-actions .secondary-btn{
      background:rgba(255,255,255,.10);
      color:#fff;
      border-color:rgba(255,255,255,.18);
    }
    .cta-actions .secondary-btn:hover{
      background:rgba(54,230,178,.14);
      border-color:rgba(54,230,178,.42);
    }
    .site-footer{
      background:linear-gradient(180deg,#20122f,#160d20);
      color:rgba(255,255,255,.72);
      padding:52px 0 26px;
    }
    .footer-top{
      display:grid;
      grid-template-columns:minmax(0,1.4fr) .7fr .7fr;
      gap:34px;
      align-items:start;
      padding-bottom:34px;
      border-bottom:1px solid rgba(255,255,255,.10);
    }
    .footer-brand{
      color:#fff;
      font-size:20px;
      margin-bottom:13px;
    }
    .footer-desc{
      max-width:430px;
      margin:0;
      line-height:1.8;
      color:rgba(255,255,255,.66);
    }
    .footer-group h3{
      color:#fff;
      font-size:16px;
      margin:0 0 12px;
    }
    .footer-links{
      display:grid;
      gap:8px;
    }
    .footer-links a{
      color:rgba(255,255,255,.66);
      line-height:1.5;
    }
    .footer-links a:hover{
      color:var(--color-accent);
      transform:translateX(2px);
    }
    .footer-bottom{
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      padding-top:22px;
      color:rgba(255,255,255,.52);
      font-size:14px;
    }
    @media (max-width:1024px){
      .brand-row-inner{
        flex-wrap:wrap;
        padding:14px 0;
      }
      .brand-actions{
        width:100%;
        justify-content:flex-start;
      }
      .search-box{min-width:min(100%,360px)}
      .process-grid{grid-template-columns:repeat(2,1fr)}
      .sidebar{position:static}
    }
    @media (max-width:768px){
      .site-container{width:min(100% - 32px,var(--container))}
      .brand-row-inner{gap:12px}
      .brand-actions{
        gap:10px;
        overflow-x:auto;
        padding-bottom:2px;
        scrollbar-width:none;
      }
      .brand-actions::-webkit-scrollbar{display:none}
      .search-box{min-width:210px}
      .status-badge{font-size:13px}
      .warm-btn{padding:.72rem .95rem;white-space:nowrap}
      .channel-row-inner{min-height:48px}
      .nav-link{padding:0 14px}
      .page-hero{padding:42px 0 34px}
      .hero-mini{gap:10px}
      .metric-pill{padding:10px 12px;font-size:14px}
      .section{padding:28px 0}
      .section-head{display:block}
      .filter-card{border-radius:18px}
      .stream-card{grid-template-columns:1fr;padding:12px}
      .stream-thumb{min-height:178px}
      .stream-foot{align-items:flex-start;flex-direction:column}
      .process-grid{grid-template-columns:1fr}
      .footer-top{grid-template-columns:1fr;gap:24px}
      .footer-bottom{display:grid}
    }
    @media (max-width:520px){
      .site-container{width:min(100% - 28px,var(--container))}
      .brand-name{font-size:17px;white-space:normal;line-height:1.25}
      .logo-mark{width:34px;height:34px;border-radius:12px}
      .search-box{display:none}
      .status-badge{display:none}
      .brand-row-inner{min-height:64px}
      h1{font-size:32px}
      .hero-desc{font-size:16px}
      .metric-pill{width:100%;justify-content:space-between;border-radius:16px}
      .feature-cover{min-height:190px}
      .feature-cover::after{width:54px;height:54px;border-radius:18px;right:22px;bottom:24px}
      .feature-body,.side-card,.process-card{padding:18px}
      .feature-actions .button,.cta-actions .button{width:100%}
      .filter-card{padding:12px}
      .filter-chip{height:38px;padding:0 13px}
      .stream-thumb{min-height:148px}
      .cta-panel{padding:26px 20px}
      .faq-wrap{padding:42px 0}
      .accordion-title{font-size:16px;padding:18px 48px 18px 18px}
    }
