/* roulang page: index */
:root{
      --bg:#111014;
      --bg-2:#19131A;
      --bg-3:#22151D;
      --panel:#1D171F;
      --panel-soft:#281B26;
      --primary:#D94A76;
      --primary-2:#E85D88;
      --cta:#FF8A3D;
      --cta-2:#FF6B4A;
      --purple:#8F6BFF;
      --cream:#F5E7D0;
      --paper:#FFF8F3;
      --paper-2:#FAEFE7;
      --text:#F7F2EF;
      --muted:#B9AEB5;
      --dark-text:#2A1C24;
      --dark-muted:#6D5963;
      --line:rgba(255,255,255,.12);
      --line-soft:rgba(255,255,255,.08);
      --paper-line:rgba(40,20,30,.12);
      --radius-sm:12px;
      --radius:20px;
      --radius-lg:28px;
      --shadow:0 18px 50px rgba(217,74,118,.16);
      --shadow-2:0 18px 42px rgba(0,0,0,.28);
      --paper-shadow:0 12px 30px rgba(70,30,40,.08);
      --container:1220px;
      --ease: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 SC",sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 16% 8%, rgba(217,74,118,.23), transparent 28%),
        radial-gradient(circle at 82% 0%, rgba(143,107,255,.18), transparent 30%),
        linear-gradient(180deg,var(--bg),#161116 38%,#100F13);
      line-height:1.75;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.22;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
      background-size:28px 28px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.8), transparent 78%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover,a:focus{color:var(--cream)}
    img{max-width:100%;height:auto;display:block}
    button,input{font:inherit}
    button{cursor:pointer}
    .site-container{
      width:min(var(--container), calc(100% - 36px));
      margin-inline:auto;
    }
    .skip-link{
      position:absolute;
      left:-999px;
      top:12px;
      background:var(--cta);
      color:#22110B;
      padding:10px 14px;
      border-radius:999px;
      z-index:10000;
      font-weight:800;
    }
    .skip-link:focus{left:12px}
    :focus-visible{
      outline:3px solid rgba(255,138,61,.75);
      outline-offset:3px;
      border-radius:10px;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:999;
      background:rgba(17,16,20,.78);
      backdrop-filter:blur(14px);
      border-bottom:1px solid var(--line-soft);
      transition:var(--ease);
    }
    .site-header.is-scrolled{
      background:rgba(17,16,20,.94);
      box-shadow:0 16px 36px rgba(0,0,0,.3);
      border-bottom-color:rgba(255,255,255,.16);
    }
    .top-bar.custom-topbar{
      background:transparent;
      padding:12px 0 8px;
    }
    .top-bar.custom-topbar ul{background:transparent}
    .brand-wrap{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
    }
    .logo-mark{
      width:42px;
      height:42px;
      border-radius:15px;
      background:
        radial-gradient(circle at 50% 28%, rgba(255,231,208,.95), transparent 18%),
        radial-gradient(circle at 28% 70%, rgba(255,138,61,.85), transparent 22%),
        linear-gradient(145deg,var(--primary),#5D2C66);
      box-shadow:0 0 0 1px rgba(255,255,255,.12),0 14px 28px rgba(217,74,118,.26);
      position:relative;
      flex:0 0 auto;
    }
    .logo-mark::after{
      content:"";
      position:absolute;
      width:9px;
      height:9px;
      border-radius:50%;
      right:7px;
      top:8px;
      background:var(--cta);
      box-shadow:0 0 0 6px rgba(255,138,61,.14);
    }
    .brand-text{
      display:flex;
      flex-direction:column;
      line-height:1.18;
      min-width:0;
    }
    .brand-title{
      font-size:16px;
      font-weight:850;
      letter-spacing:-.02em;
      color:var(--text);
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      max-width:360px;
    }
    .brand-sub{
      font-size:12px;
      color:var(--muted);
    }
    .header-actions{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:12px;
      margin-left:auto;
    }
    .nav-search{
      position:relative;
      width:290px;
    }
    .nav-search input{
      width:100%;
      height:42px;
      border:1px solid var(--line);
      border-radius:999px;
      background:rgba(255,255,255,.06);
      color:var(--text);
      padding:0 16px 0 42px;
      box-shadow:none;
      margin:0;
    }
    .nav-search input::placeholder{color:rgba(247,242,239,.58)}
    .nav-search input:focus{
      border-color:rgba(232,93,136,.75);
      box-shadow:0 0 0 4px rgba(217,74,118,.16);
      background:rgba(255,255,255,.08);
    }
    .nav-search::before{
      content:"⌕";
      position:absolute;
      left:16px;
      top:50%;
      transform:translateY(-50%);
      color:var(--cream);
      font-size:20px;
      opacity:.8;
      z-index:1;
    }
    .menu-toggle{
      display:none;
      border:1px solid var(--line);
      background:rgba(255,255,255,.06);
      color:var(--text);
      border-radius:999px;
      padding:9px 13px;
      font-weight:800;
    }
    .channel-row{
      border-top:1px solid var(--line-soft);
      padding:8px 0 10px;
    }
    .channel-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
    }
    .main-nav{
      display:flex;
      align-items:center;
      gap:8px;
      overflow-x:auto;
      scrollbar-width:none;
    }
    .main-nav::-webkit-scrollbar{display:none}
    .main-nav a{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 14px;
      border-radius:999px;
      color:var(--muted);
      font-weight:750;
      white-space:nowrap;
      border:1px solid transparent;
    }
    .main-nav a:hover{
      color:var(--text);
      background:rgba(255,255,255,.07);
      border-color:var(--line);
    }
    .main-nav a.active{
      color:#fff;
      background:linear-gradient(135deg, rgba(217,74,118,.88), rgba(255,107,74,.82));
      box-shadow:0 10px 24px rgba(217,74,118,.22);
    }
    .trend-strip{
      display:flex;
      align-items:center;
      gap:8px;
      color:var(--muted);
      font-size:13px;
      white-space:nowrap;
    }
    .trend-pill{
      border:1px solid var(--line);
      background:rgba(255,255,255,.05);
      padding:6px 10px;
      border-radius:999px;
      color:var(--cream);
    }

    .badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.075);
      color:var(--text);
      padding:7px 11px;
      font-size:12px;
      font-weight:800;
      letter-spacing:.01em;
      line-height:1;
      white-space:nowrap;
    }
    .badge .dot,.dot{
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--cta);
      box-shadow:0 0 0 5px rgba(255,138,61,.15);
      display:inline-block;
      flex:0 0 auto;
    }
    .badge.pink{background:rgba(217,74,118,.14);color:#FFDCE8;border-color:rgba(217,74,118,.28)}
    .badge.purple{background:rgba(143,107,255,.14);color:#E7DFFF;border-color:rgba(143,107,255,.26)}
    .badge.cream{background:rgba(245,231,208,.12);color:var(--cream);border-color:rgba(245,231,208,.22)}
    .badge.dark{background:rgba(42,28,36,.08);color:#7B304B;border-color:rgba(217,74,118,.18)}
    .pulse{animation:pulse 1.8s infinite}
    @keyframes pulse{
      0%{box-shadow:0 0 0 0 rgba(255,138,61,.32)}
      70%{box-shadow:0 0 0 9px rgba(255,138,61,0)}
      100%{box-shadow:0 0 0 0 rgba(255,138,61,0)}
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:12px 19px;
      border-radius:999px;
      border:1px solid transparent;
      font-weight:850;
      line-height:1.2;
      transition:var(--ease);
      position:relative;
      overflow:hidden;
    }
    .btn-primary{
      color:#2B120B;
      background:linear-gradient(135deg,var(--cta),var(--cta-2));
      box-shadow:0 16px 34px rgba(255,107,74,.28);
    }
    .btn-primary:hover{
      transform:translateY(-2px);
      color:#1D0F0A;
      filter:brightness(1.05);
      box-shadow:0 20px 44px rgba(255,107,74,.36);
    }
    .btn-secondary{
      color:var(--text);
      background:rgba(255,255,255,.06);
      border-color:var(--line);
    }
    .btn-secondary:hover{
      transform:translateY(-2px);
      color:#fff;
      background:rgba(255,255,255,.1);
      border-color:rgba(255,255,255,.24);
    }
    .btn-outline-dark{
      color:var(--dark-text);
      background:transparent;
      border-color:rgba(42,28,36,.18);
    }
    .btn-outline-dark:hover{
      color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--cta-2));
      border-color:transparent;
      transform:translateY(-1px);
    }

    .section{
      padding:82px 0;
      position:relative;
    }
    .section.tight{padding:58px 0}
    .section.paper{
      background:
        radial-gradient(circle at 10% 10%, rgba(232,93,136,.14), transparent 25%),
        linear-gradient(180deg,var(--paper),var(--paper-2));
      color:var(--dark-text);
    }
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:28px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:9px;
      color:var(--cream);
      font-size:13px;
      font-weight:850;
      margin-bottom:10px;
      letter-spacing:.02em;
    }
    .paper .section-kicker{color:#9A3154}
    .section-kicker::before{
      content:"";
      width:4px;
      height:18px;
      border-radius:99px;
      background:linear-gradient(180deg,var(--primary),var(--cta));
      box-shadow:0 0 18px rgba(217,74,118,.45);
    }
    .section-title{
      margin:0;
      font-size:clamp(24px,3.2vw,34px);
      line-height:1.2;
      letter-spacing:-.035em;
      font-weight:850;
    }
    .section-desc{
      margin:8px 0 0;
      color:var(--muted);
      max-width:720px;
      font-size:15px;
    }
    .paper .section-desc{color:var(--dark-muted)}
    .mini-link{
      color:var(--cream);
      font-weight:850;
      border-bottom:1px solid rgba(245,231,208,.32);
      white-space:nowrap;
    }
    .mini-link:hover{color:#fff;border-color:#fff}
    .paper .mini-link{color:#9A3154;border-color:rgba(154,49,84,.25)}
    .paper .mini-link:hover{color:#4E1730}

    .hero{
      min-height:680px;
      display:flex;
      align-items:center;
      position:relative;
      overflow:hidden;
      padding:84px 0 42px;
      background:
        linear-gradient(180deg, rgba(17,16,20,.02), rgba(17,16,20,.86)),
        radial-gradient(circle at 18% 26%, rgba(217,74,118,.42), transparent 28%),
        radial-gradient(circle at 75% 18%, rgba(143,107,255,.26), transparent 28%),
        radial-gradient(circle at 58% 72%, rgba(255,138,61,.18), transparent 36%);
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(90deg, rgba(0,0,0,.56), rgba(0,0,0,.12) 46%, rgba(0,0,0,.56)),
        repeating-linear-gradient(90deg, rgba(255,255,255,.03) 0 1px, transparent 1px 90px);
      opacity:.75;
    }
    .hero-stage{
      position:absolute;
      inset:auto 0 0 0;
      height:54%;
      background:
        radial-gradient(ellipse at 50% 100%, rgba(255,138,61,.25), transparent 56%),
        linear-gradient(180deg, transparent, rgba(0,0,0,.42));
      pointer-events:none;
    }
    .hero-content{
      position:relative;
      z-index:2;
      width:100%;
    }
    .hero-grid{
      align-items:center;
    }
    .hero-copy{
      max-width:760px;
      padding:28px 0;
    }
    .hero-brand{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
      margin-bottom:20px;
    }
    .hero h1{
      margin:0;
      font-size:clamp(32px,5.3vw,58px);
      line-height:1.1;
      letter-spacing:-.055em;
      font-weight:900;
      max-width:940px;
    }
    .hero-lead{
      margin:20px 0 0;
      color:rgba(247,242,239,.82);
      font-size:clamp(16px,1.6vw,19px);
      line-height:1.85;
      max-width:820px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:28px;
    }
    .hero-data{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin-top:24px;
    }
    .data-chip{
      min-width:142px;
      padding:13px 15px;
      border-radius:18px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.07);
      box-shadow:0 16px 36px rgba(0,0,0,.16);
    }
    .data-chip strong{
      display:block;
      color:#fff;
      font-size:20px;
      line-height:1.1;
    }
    .data-chip span{
      display:block;
      color:var(--muted);
      font-size:12px;
      margin-top:5px;
    }
    .hero-panel{
      position:relative;
      border:1px solid var(--line);
      border-radius:30px;
      padding:18px;
      background:
        radial-gradient(circle at 20% 20%, rgba(232,93,136,.2), transparent 34%),
        linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035));
      box-shadow:var(--shadow-2);
      min-height:380px;
      overflow:hidden;
    }
    .hero-panel::before{
      content:"";
      position:absolute;
      inset:-40% -20% auto auto;
      width:260px;
      height:260px;
      background:radial-gradient(circle, rgba(255,138,61,.34), transparent 62%);
      filter:blur(4px);
    }
    .panel-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      position:relative;
      z-index:1;
      margin-bottom:16px;
    }
    .play-orb{
      width:72px;
      height:72px;
      border-radius:50%;
      border:1px solid rgba(255,255,255,.2);
      background:linear-gradient(135deg, rgba(255,138,61,.96), rgba(217,74,118,.9));
      display:grid;
      place-items:center;
      color:#2B120B;
      box-shadow:0 18px 42px rgba(255,107,74,.3);
      margin:8px 0 18px;
      font-size:26px;
    }
    .entry-matrix{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
      position:relative;
      z-index:1;
    }
    .entry-mini{
      padding:15px;
      border-radius:18px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(17,16,20,.5);
      transition:var(--ease);
    }
    .entry-mini:hover{
      transform:translateY(-2px);
      border-color:rgba(255,138,61,.34);
      background:rgba(255,255,255,.08);
    }
    .entry-mini b{
      display:block;
      font-size:15px;
      line-height:1.25;
      margin:9px 0 5px;
    }
    .entry-mini p{
      margin:0;
      color:var(--muted);
      font-size:12px;
      line-height:1.6;
    }
    .abstract-icon{
      width:34px;
      height:34px;
      border-radius:12px;
      background:linear-gradient(135deg, rgba(217,74,118,.9), rgba(143,107,255,.68));
      box-shadow:0 10px 22px rgba(217,74,118,.18);
      position:relative;
    }
    .abstract-icon::after{
      content:"";
      position:absolute;
      width:8px;
      height:8px;
      border-radius:50%;
      right:6px;
      top:6px;
      background:var(--cream);
      opacity:.9;
    }
    .status-bar{
      position:relative;
      z-index:2;
      margin-top:34px;
      padding:14px;
      border:1px solid var(--line);
      border-radius:20px;
      background:rgba(17,16,20,.62);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
    }

    .rail-wrap{position:relative}
    .rail{
      display:flex;
      gap:16px;
      overflow-x:auto;
      scroll-snap-type:x mandatory;
      padding:6px 4px 18px;
      scrollbar-color:rgba(232,93,136,.55) rgba(255,255,255,.06);
    }
    .rail::-webkit-scrollbar{height:8px}
    .rail::-webkit-scrollbar-thumb{background:rgba(232,93,136,.58);border-radius:999px}
    .rail-card{
      flex:0 0 300px;
      scroll-snap-align:start;
      border:1px solid var(--line);
      border-radius:24px;
      overflow:hidden;
      background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
      box-shadow:0 16px 36px rgba(0,0,0,.18);
      transition:var(--ease);
    }
    .rail-card:hover{
      transform:translateY(-4px);
      border-color:rgba(255,138,61,.35);
      box-shadow:0 22px 48px rgba(217,74,118,.18);
    }
    .rail-cover{
      height:150px;
      position:relative;
      background:
        radial-gradient(circle at 24% 30%, rgba(255,231,208,.34), transparent 18%),
        radial-gradient(circle at 76% 18%, rgba(143,107,255,.35), transparent 24%),
        linear-gradient(145deg, #321929, #151019 68%);
    }
    .rail-cover.alt{
      background:
        radial-gradient(circle at 58% 24%, rgba(255,138,61,.35), transparent 20%),
        radial-gradient(circle at 22% 72%, rgba(217,74,118,.38), transparent 26%),
        linear-gradient(145deg,#22151D,#3A1930);
    }
    .rail-cover::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg, transparent, rgba(0,0,0,.6));
    }
    .rail-cover .badge{
      position:absolute;
      left:14px;
      top:14px;
      z-index:1;
    }
    .rail-body{padding:18px}
    .rail-body h3{
      margin:0 0 8px;
      font-size:19px;
      line-height:1.32;
      font-weight:850;
    }
    .rail-body p{
      margin:0 0 14px;
      color:var(--muted);
      font-size:14px;
      line-height:1.7;
    }
    .rail-controls{
      display:flex;
      gap:8px;
      justify-content:flex-end;
      margin-top:-8px;
      margin-bottom:14px;
    }
    .round-btn{
      width:40px;
      height:40px;
      border-radius:50%;
      border:1px solid var(--line);
      background:rgba(255,255,255,.07);
      color:var(--text);
      transition:var(--ease);
    }
    .round-btn:hover{background:rgba(255,138,61,.18);transform:translateY(-1px)}

    .feature-bento{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:18px;
    }
    .editor-card,.info-card,.paper-card{
      border-radius:var(--radius-lg);
      border:1px solid var(--line);
      background:linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
      box-shadow:var(--shadow-2);
      transition:var(--ease);
    }
    .editor-card:hover,.info-card:hover,.paper-card:hover{
      transform:translateY(-3px);
      border-color:rgba(255,138,61,.32);
      box-shadow:0 24px 54px rgba(217,74,118,.16);
    }
    .editor-card{
      padding:28px;
      min-height:420px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      background:
        radial-gradient(circle at 14% 16%, rgba(255,138,61,.18), transparent 28%),
        radial-gradient(circle at 88% 14%, rgba(217,74,118,.22), transparent 28%),
        linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035));
    }
    .editor-card h3{
      font-size:clamp(25px,3vw,38px);
      line-height:1.15;
      margin:16px 0 14px;
      font-weight:900;
      letter-spacing:-.045em;
    }
    .editor-card p{color:var(--muted);max-width:680px;margin:0}
    .tag-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
    .tag{
      display:inline-flex;
      align-items:center;
      padding:6px 10px;
      border-radius:999px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.055);
      color:var(--muted);
      font-size:12px;
      font-weight:750;
    }
    .side-list{
      display:grid;
      gap:12px;
    }
    .info-card{
      padding:18px;
      display:grid;
      grid-template-columns:auto 1fr;
      gap:13px;
      align-items:start;
      border-radius:20px;
    }
    .info-card h3{
      margin:0 0 5px;
      font-size:17px;
      font-weight:850;
    }
    .info-card p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.65;
    }

    .stats-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
    }
    .stat-card{
      padding:22px;
      border:1px solid var(--line);
      border-radius:22px;
      background:rgba(255,255,255,.055);
      transition:var(--ease);
    }
    .stat-card:hover{
      transform:translateY(-2px);
      border-color:rgba(245,231,208,.28);
      background:rgba(255,255,255,.078);
    }
    .stat-card strong{
      display:block;
      font-size:30px;
      line-height:1.1;
      color:#fff;
      letter-spacing:-.03em;
    }
    .stat-card span{
      display:block;
      margin-top:8px;
      color:var(--muted);
      font-size:13px;
    }

    .news-layout{
      display:grid;
      grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);
      gap:20px;
      align-items:start;
    }
    .news-list{
      border:1px solid var(--paper-line);
      border-radius:var(--radius-lg);
      overflow:hidden;
      background:rgba(255,255,255,.6);
      box-shadow:var(--paper-shadow);
    }
    .news-item{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:14px;
      align-items:center;
      padding:18px 20px;
      border-bottom:1px solid var(--paper-line);
      transition:var(--ease);
    }
    .news-item:last-child{border-bottom:0}
    .news-item:hover{
      background:#fff;
      transform:translateX(2px);
    }
    .news-date{
      width:56px;
      height:56px;
      border-radius:18px;
      background:linear-gradient(145deg, rgba(217,74,118,.12), rgba(255,138,61,.13));
      color:#9A3154;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      font-weight:900;
      line-height:1.05;
      flex:0 0 auto;
    }
    .news-date small{font-size:11px;color:var(--dark-muted);font-weight:800}
    .news-item h3{
      margin:0 0 4px;
      font-size:18px;
      font-weight:850;
      color:var(--dark-text);
    }
    .news-item p{
      margin:0;
      color:var(--dark-muted);
      font-size:14px;
      line-height:1.62;
    }
    .news-arrow{
      color:#9A3154;
      font-weight:900;
    }
    .recommend-box{
      border-radius:var(--radius-lg);
      padding:24px;
      background:
        radial-gradient(circle at 18% 18%, rgba(217,74,118,.16), transparent 28%),
        #fff;
      border:1px solid var(--paper-line);
      box-shadow:var(--paper-shadow);
      position:sticky;
      top:136px;
    }
    .recommend-box h3{
      margin:12px 0 8px;
      font-size:22px;
      font-weight:900;
      color:var(--dark-text);
    }
    .recommend-box p{
      color:var(--dark-muted);
      margin:0 0 18px;
      font-size:14px;
    }

    .tabs-panel-wrap{
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      overflow:hidden;
      background:rgba(255,255,255,.045);
      box-shadow:var(--shadow-2);
    }
    .tabs.custom-tabs{
      border:0;
      background:rgba(255,255,255,.055);
      display:flex;
      overflow-x:auto;
      scrollbar-width:none;
    }
    .tabs.custom-tabs::-webkit-scrollbar{display:none}
    .tabs.custom-tabs .tabs-title>a{
      color:var(--muted);
      font-weight:850;
      padding:16px 20px;
      white-space:nowrap;
      background:transparent;
    }
    .tabs.custom-tabs .tabs-title>a:hover{color:#fff;background:rgba(255,255,255,.06)}
    .tabs.custom-tabs .tabs-title.is-active>a{
      color:#fff;
      background:linear-gradient(135deg, rgba(217,74,118,.9), rgba(255,107,74,.7));
    }
    .tabs-content.custom-tabs-content{
      background:transparent;
      border:0;
      color:var(--text);
    }
    .tabs-content.custom-tabs-content .tabs-panel{padding:20px}
    .zone-list{
      display:grid;
      gap:14px;
    }
    .zone-card{
      display:grid;
      grid-template-columns:150px 1fr auto;
      gap:16px;
      align-items:center;
      padding:16px;
      border-radius:22px;
      background:rgba(17,16,20,.48);
      border:1px solid rgba(255,255,255,.1);
      transition:var(--ease);
    }
    .zone-card:hover{
      transform:translateY(-2px);
      border-color:rgba(232,93,136,.34);
      background:rgba(255,255,255,.06);
    }
    .zone-art{
      height:92px;
      border-radius:17px;
      background:
        radial-gradient(circle at 30% 28%, rgba(255,231,208,.36), transparent 22%),
        linear-gradient(135deg, #3A1A31, #151018);
    }
    .zone-card h3{
      margin:0 0 5px;
      font-size:18px;
      font-weight:850;
    }
    .zone-card p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.62;
    }

    .timeline{
      position:relative;
      display:grid;
      gap:16px;
      max-width:960px;
      margin:0 auto;
    }
    .timeline::before{
      content:"";
      position:absolute;
      left:24px;
      top:20px;
      bottom:20px;
      width:2px;
      background:linear-gradient(var(--primary),var(--cta));
      opacity:.5;
    }
    .timeline-item{
      display:grid;
      grid-template-columns:54px 1fr;
      gap:16px;
      position:relative;
    }
    .time-dot{
      width:50px;
      height:50px;
      border-radius:18px;
      background:linear-gradient(135deg,var(--primary),var(--cta-2));
      display:grid;
      place-items:center;
      font-weight:900;
      color:#fff;
      box-shadow:0 14px 28px rgba(217,74,118,.22);
      z-index:1;
    }
    .timeline-card{
      padding:18px 20px;
      border-radius:22px;
      background:#fff;
      border:1px solid var(--paper-line);
      box-shadow:var(--paper-shadow);
    }
    .timeline-card h3{
      margin:0 0 6px;
      color:var(--dark-text);
      font-size:18px;
      font-weight:900;
    }
    .timeline-card p{
      margin:0;
      color:var(--dark-muted);
      font-size:14px;
    }

    .plan-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:16px;
    }
    .plan-card{
      padding:24px;
      border-radius:var(--radius-lg);
      border:1px solid var(--line);
      background:rgba(255,255,255,.055);
      position:relative;
      transition:var(--ease);
    }
    .plan-card.featured{
      background:
        radial-gradient(circle at 24% 12%, rgba(255,138,61,.2), transparent 28%),
        linear-gradient(145deg, rgba(217,74,118,.18), rgba(255,255,255,.055));
      border-color:rgba(255,138,61,.34);
      box-shadow:var(--shadow);
    }
    .plan-card:hover{
      transform:translateY(-4px);
      border-color:rgba(255,255,255,.23);
    }
    .plan-card h3{
      margin:14px 0 8px;
      font-size:22px;
      font-weight:900;
    }
    .plan-card .price{
      font-size:34px;
      font-weight:950;
      letter-spacing:-.05em;
      color:#fff;
      margin:8px 0 14px;
    }
    .plan-card .price small{
      font-size:13px;
      color:var(--muted);
      font-weight:750;
      letter-spacing:0;
    }
    .plan-card ul{
      list-style:none;
      padding:0;
      margin:16px 0 22px;
      display:grid;
      gap:10px;
      color:var(--muted);
      font-size:14px;
    }
    .plan-card li::before{
      content:"✓";
      color:var(--cta);
      font-weight:900;
      margin-right:8px;
    }

    .voice-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:16px;
    }
    .voice-card{
      padding:22px;
      border-radius:24px;
      border:1px solid var(--paper-line);
      background:#fff;
      box-shadow:var(--paper-shadow);
      transition:var(--ease);
    }
    .voice-card:hover{transform:translateY(-3px)}
    .avatar{
      width:42px;
      height:42px;
      border-radius:50%;
      background:linear-gradient(135deg, rgba(217,74,118,.78), rgba(255,138,61,.78));
      display:inline-block;
      margin-right:10px;
      vertical-align:middle;
      position:relative;
    }
    .avatar::after{
      content:"";
      position:absolute;
      inset:10px;
      border-radius:50%;
      background:rgba(255,255,255,.45);
    }
    .voice-card b{
      color:var(--dark-text);
      font-size:15px;
    }
    .voice-card p{
      color:var(--dark-muted);
      margin:14px 0 0;
      font-size:14px;
      line-height:1.75;
    }

    .faq-wrap{
      max-width:920px;
      margin:0 auto;
    }
    .accordion.custom-accordion{
      background:transparent;
    }
    .accordion.custom-accordion .accordion-item{
      margin-bottom:12px;
      border-radius:20px;
      overflow:hidden;
      border:1px solid var(--paper-line);
      background:#fff;
      box-shadow:var(--paper-shadow);
    }
    .accordion.custom-accordion .accordion-title{
      border:0;
      color:var(--dark-text);
      font-weight:900;
      font-size:17px;
      padding:18px 54px 18px 20px;
      background:#fff;
    }
    .accordion.custom-accordion .accordion-title:hover,
    .accordion.custom-accordion .accordion-title:focus{
      background:#FFF2EA;
      color:#8B2A49;
    }
    .accordion.custom-accordion .accordion-title::before{
      color:#9A3154;
      font-size:22px;
      margin-top:-10px;
    }
    .accordion.custom-accordion .accordion-content{
      border:0;
      background:#fff;
      color:var(--dark-muted);
      padding:0 20px 20px;
      line-height:1.85;
    }

    .cta-band{
      border-radius:34px;
      padding:34px;
      border:1px solid rgba(255,255,255,.16);
      background:
        radial-gradient(circle at 18% 24%, rgba(255,138,61,.26), transparent 30%),
        radial-gradient(circle at 84% 10%, rgba(143,107,255,.22), transparent 28%),
        linear-gradient(135deg,#2A111D,#1A1019 55%,#35172A);
      box-shadow:0 24px 60px rgba(0,0,0,.28);
      display:grid;
      grid-template-columns:1fr auto;
      gap:24px;
      align-items:center;
    }
    .cta-band h2{
      margin:12px 0 8px;
      font-size:clamp(24px,3.4vw,38px);
      font-weight:950;
      line-height:1.16;
      letter-spacing:-.04em;
    }
    .cta-band p{
      margin:0;
      color:var(--muted);
      max-width:760px;
    }
    .cta-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }

    .site-footer{
      background:#0D0C10;
      border-top:1px solid var(--line-soft);
      padding:54px 0 26px;
      color:var(--muted);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.4fr .8fr 1fr;
      gap:28px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:14px;
    }
    .footer-brand strong{
      color:#fff;
      font-size:17px;
      line-height:1.3;
    }
    .footer-title{
      color:#fff;
      font-size:15px;
      font-weight:900;
      margin:0 0 12px;
    }
    .footer-links{
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:var(--muted);
      font-size:14px;
    }
    .footer-links a:hover{color:var(--cream);transform:translateX(2px)}
    .footer-note{
      border:1px solid var(--line);
      border-radius:20px;
      padding:16px;
      background:rgba(255,255,255,.045);
      font-size:13px;
      line-height:1.75;
    }
    .copyright{
      margin-top:30px;
      padding-top:18px;
      border-top:1px solid var(--line-soft);
      display:flex;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
      font-size:13px;
    }

    .age-modal{
      position:fixed;
      inset:0;
      z-index:10000;
      display:none;
      align-items:center;
      justify-content:center;
      padding:20px;
      background:rgba(0,0,0,.72);
      backdrop-filter:blur(10px);
    }
    .age-modal.is-open{display:flex}
    .age-card{
      width:min(560px,100%);
      border-radius:30px;
      border:1px solid rgba(255,255,255,.16);
      background:
        radial-gradient(circle at 15% 10%, rgba(217,74,118,.22), transparent 30%),
        linear-gradient(145deg,#21141D,#111014);
      padding:28px;
      box-shadow:0 30px 90px rgba(0,0,0,.55);
      color:var(--text);
    }
    .age-card h2{
      margin:14px 0 10px;
      font-size:28px;
      font-weight:950;
      letter-spacing:-.04em;
    }
    .age-card p{
      color:var(--muted);
      margin:0 0 18px;
      line-height:1.85;
    }
    .age-actions{display:flex;gap:12px;flex-wrap:wrap}
    .modal-small{
      font-size:12px;
      color:rgba(247,242,239,.56);
      margin-top:14px;
    }
    .floating-cta{
      position:fixed;
      right:18px;
      bottom:18px;
      z-index:900;
      display:flex;
      gap:10px;
      align-items:center;
      padding:10px 12px;
      border:1px solid var(--line);
      border-radius:999px;
      background:rgba(17,16,20,.88);
      backdrop-filter:blur(12px);
      box-shadow:0 14px 40px rgba(0,0,0,.34);
    }
    .floating-cta span{
      color:var(--muted);
      font-size:12px;
      max-width:180px;
    }
    .float-close{
      border:0;
      background:rgba(255,255,255,.08);
      color:var(--muted);
      width:28px;
      height:28px;
      border-radius:50%;
      line-height:1;
    }

    @media (max-width:1024px){
      .nav-search{width:220px}
      .brand-title{max-width:260px}
      .hero{min-height:auto;padding:64px 0 38px}
      .hero-panel{margin-top:24px}
      .feature-bento,.news-layout,.cta-band{grid-template-columns:1fr}
      .recommend-box{position:relative;top:auto}
      .stats-grid{grid-template-columns:repeat(2,1fr)}
      .plan-grid,.voice-grid{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
      .cta-actions{justify-content:flex-start}
    }
    @media (max-width:767px){
      .site-container{width:min(100% - 28px, var(--container))}
      .top-bar.custom-topbar{padding:10px 0}
      .brand-title{font-size:14px;max-width:190px}
      .brand-sub{display:none}
      .header-actions .nav-search{display:none}
      .menu-toggle{display:inline-flex}
      .channel-row{
        display:none;
        padding:10px 0 14px;
      }
      .channel-row.is-open{display:block}
      .channel-inner{align-items:stretch;flex-direction:column}
      .main-nav{padding-bottom:4px}
      .trend-strip{overflow-x:auto;padding-bottom:4px}
      .hero{padding:44px 0 26px}
      .hero-copy{padding:14px 0}
      .hero-actions .btn{width:100%}
      .hero-data{display:grid;grid-template-columns:1fr 1fr}
      .data-chip{min-width:0}
      .hero-panel{border-radius:24px;padding:14px}
      .entry-matrix{grid-template-columns:1fr}
      .status-bar{align-items:flex-start}
      .section{padding:56px 0}
      .section.tight{padding:42px 0}
      .section-head{display:block}
      .section-desc{font-size:14px}
      .rail-card{flex-basis:76vw}
      .stats-grid{grid-template-columns:1fr}
      .news-item{grid-template-columns:1fr;gap:8px}
      .news-date{width:64px}
      .zone-card{grid-template-columns:1fr}
      .zone-art{height:120px}
      .timeline::before{left:19px}
      .timeline-item{grid-template-columns:42px 1fr;gap:12px}
      .time-dot{width:40px;height:40px;border-radius:14px;font-size:13px}
      .cta-band{padding:24px;border-radius:26px}
      .footer-grid{grid-template-columns:1fr}
      .copyright{display:block}
      .floating-cta{
        left:14px;
        right:14px;
        bottom:12px;
        justify-content:space-between;
        border-radius:18px;
      }
      .floating-cta span{display:none}
    }
    @media (max-width:520px){
      .hero-data{grid-template-columns:1fr}
      .badge{white-space:normal}
      .brand-title{max-width:160px}
      .plan-card,.editor-card,.recommend-box,.age-card{padding:20px}
    }

/* roulang page: category1 */
:root {
      --bg: #111014;
      --bg-2: #19131A;
      --bg-3: #22151D;
      --surface: rgba(255,255,255,0.075);
      --surface-2: rgba(255,255,255,0.105);
      --light: #FFF8F3;
      --light-2: #FAEFE7;
      --text: #F7F2EF;
      --muted: #B9AEB5;
      --muted-dark: #6D5964;
      --primary: #D94A76;
      --primary-2: #E85D88;
      --accent: #FF8A3D;
      --accent-2: #FF6B4A;
      --violet: #8F6BFF;
      --cream: #F5E7D0;
      --border: rgba(255,255,255,0.12);
      --border-dark: rgba(40,20,30,0.12);
      --shadow: 0 18px 50px rgba(217,74,118,0.16);
      --shadow-soft: 0 12px 30px rgba(70,30,40,0.08);
      --radius-xl: 28px;
      --radius-lg: 22px;
      --radius-md: 16px;
      --radius-sm: 12px;
      --container: 1200px;
      --ease: 180ms 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 SC", sans-serif;
      line-height: 1.75;
      color: var(--text);
      background:
        radial-gradient(circle at 18% 3%, rgba(232,93,136,0.34), transparent 32%),
        radial-gradient(circle at 82% 6%, rgba(255,138,61,0.18), transparent 28%),
        linear-gradient(180deg, #111014 0%, #19131A 42%, #111014 100%);
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: 0.08;
      background-image:
        linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
      background-size: 36px 36px;
      z-index: -1;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color var(--ease), background var(--ease), border-color var(--ease), transform var(--ease), box-shadow var(--ease);
    }

    a:hover {
      color: var(--cream);
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    :focus-visible {
      outline: 3px solid rgba(255,138,61,0.72);
      outline-offset: 3px;
      border-radius: 12px;
    }

    .site-container {
      width: min(calc(100% - 32px), var(--container));
      margin-inline: auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 80;
      border-bottom: 1px solid rgba(255,255,255,0.08);
      background: rgba(17,16,20,0.86);
      backdrop-filter: blur(12px);
      transition: box-shadow var(--ease), background var(--ease), border-color var(--ease);
    }

    .site-header.is-scrolled {
      background: rgba(17,16,20,0.96);
      border-bottom-color: rgba(255,255,255,0.14);
      box-shadow: 0 14px 35px rgba(0,0,0,0.28);
    }

    .topbar-inner {
      min-height: 74px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .logo-mark {
      width: 34px;
      height: 34px;
      flex: 0 0 auto;
      border-radius: 14px;
      background:
        radial-gradient(circle at 35% 28%, #fff 0 8%, transparent 10%),
        radial-gradient(circle at 60% 66%, rgba(255,138,61,0.95), transparent 28%),
        linear-gradient(135deg, var(--primary), var(--violet));
      box-shadow: 0 0 28px rgba(232,93,136,0.42);
      position: relative;
    }

    .logo-mark::after {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      right: -2px;
      top: -2px;
      border-radius: 999px;
      background: var(--accent);
      box-shadow: 0 0 0 5px rgba(255,138,61,0.15);
    }

    .brand strong {
      display: block;
      max-width: 360px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 17px;
      letter-spacing: -0.02em;
      color: #fff;
    }

    .brand span:not(.logo-mark) {
      display: block;
      margin-top: 1px;
      color: var(--muted);
      font-size: 12px;
    }

    .header-actions {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .age-pill,
    .status-badge,
    .tag {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      border-radius: 999px;
      line-height: 1;
      white-space: nowrap;
    }

    .age-pill {
      padding: 8px 12px;
      border: 1px solid rgba(255,255,255,0.14);
      background: rgba(255,255,255,0.07);
      color: var(--cream);
      font-size: 13px;
      font-weight: 700;
    }

    .age-pill::before,
    .status-badge::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: var(--accent);
      box-shadow: 0 0 0 5px rgba(255,138,61,0.15);
    }

    .search-wrap {
      position: relative;
      width: 280px;
      max-width: 30vw;
    }

    .search-wrap input {
      width: 100%;
      height: 42px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.12);
      background: rgba(255,255,255,0.07);
      color: var(--text);
      padding: 0 16px 0 40px;
      box-shadow: none;
    }

    .search-wrap input::placeholder {
      color: rgba(247,242,239,0.58);
    }

    .search-wrap input:focus {
      border-color: rgba(232,93,136,0.74);
      background: rgba(255,255,255,0.1);
      box-shadow: 0 0 0 4px rgba(232,93,136,0.13);
    }

    .search-wrap::before {
      content: "⌕";
      position: absolute;
      left: 16px;
      top: 50%;
      transform: translateY(-51%);
      color: var(--muted);
      font-size: 18px;
      z-index: 1;
    }

    .menu-toggle {
      display: none;
      border: 1px solid rgba(255,255,255,0.14);
      background: rgba(255,255,255,0.07);
      color: #fff;
      border-radius: 14px;
      padding: 10px 12px;
      font-weight: 800;
    }

    .channel-row {
      border-top: 1px solid rgba(255,255,255,0.06);
      background: rgba(25,19,26,0.62);
    }

    .channel-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      min-height: 46px;
    }

    .main-nav {
      display: flex;
      align-items: center;
      gap: 8px;
      overflow-x: auto;
      scrollbar-width: none;
    }

    .main-nav::-webkit-scrollbar {
      display: none;
    }

    .main-nav a {
      padding: 9px 14px;
      border-radius: 999px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
      border: 1px solid transparent;
      white-space: nowrap;
    }

    .main-nav a:hover {
      color: #fff;
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.12);
    }

    .main-nav a.active {
      color: #fff;
      background: linear-gradient(135deg, rgba(217,74,118,0.9), rgba(255,107,74,0.82));
      box-shadow: 0 10px 28px rgba(217,74,118,0.24);
    }

    .trend-links {
      display: flex;
      align-items: center;
      gap: 8px;
      color: var(--muted);
      font-size: 13px;
      white-space: nowrap;
    }

    .trend-links a {
      color: var(--cream);
      padding: 5px 10px;
      border-radius: 999px;
      background: rgba(245,231,208,0.08);
    }

    .trend-links a:hover {
      background: rgba(245,231,208,0.16);
      transform: translateY(-1px);
    }

    .hero {
      position: relative;
      overflow: hidden;
      padding: 64px 0 46px;
      min-height: 390px;
      background:
        radial-gradient(circle at 17% 34%, rgba(217,74,118,0.42), transparent 28%),
        radial-gradient(circle at 80% 16%, rgba(255,138,61,0.23), transparent 24%),
        radial-gradient(circle at 52% 84%, rgba(143,107,255,0.16), transparent 30%);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(17,16,20,0.96), rgba(17,16,20,0.55), rgba(17,16,20,0.92)),
        repeating-linear-gradient(110deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 14px);
      pointer-events: none;
    }

    .hero .site-container {
      position: relative;
      z-index: 1;
    }

    .breadcrumb {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px;
      margin: 0 0 18px;
      color: rgba(247,242,239,0.7);
      font-size: 13px;
    }

    .breadcrumb a {
      color: var(--cream);
    }

    .breadcrumb .divider {
      opacity: 0.48;
    }

    .hero-grid {
      align-items: center;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 18px;
      padding: 8px 12px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.12);
      background: rgba(255,255,255,0.075);
      color: var(--cream);
      font-size: 13px;
      font-weight: 800;
    }

    .eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--primary-2);
      box-shadow: 0 0 0 6px rgba(232,93,136,0.14);
    }

    .hero h1 {
      max-width: 790px;
      margin: 0 0 18px;
      font-size: clamp(31px, 5vw, 52px);
      line-height: 1.12;
      font-weight: 850;
      letter-spacing: -0.045em;
      color: #fff;
    }

    .hero-lead {
      max-width: 760px;
      margin: 0 0 24px;
      color: rgba(247,242,239,0.82);
      font-size: 16px;
      line-height: 1.86;
    }

    .hero-actions,
    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
      margin-top: 22px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 46px;
      padding: 12px 18px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-weight: 850;
      font-size: 14px;
      line-height: 1;
    }

    .btn-primary {
      color: #fff;
      background: linear-gradient(135deg, var(--accent), var(--accent-2) 48%, var(--primary));
      box-shadow: 0 15px 34px rgba(255,107,74,0.24);
    }

    .btn-primary:hover {
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 18px 44px rgba(255,107,74,0.32);
      filter: brightness(1.05);
    }

    .btn-secondary {
      color: var(--text);
      background: rgba(255,255,255,0.075);
      border-color: rgba(255,255,255,0.15);
    }

    .btn-secondary:hover {
      color: #fff;
      transform: translateY(-2px);
      background: rgba(255,255,255,0.12);
      border-color: rgba(245,231,208,0.28);
    }

    .hero-panel {
      border: 1px solid rgba(255,255,255,0.13);
      background:
        radial-gradient(circle at 20% 16%, rgba(232,93,136,0.22), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,0.105), rgba(255,255,255,0.055));
      border-radius: var(--radius-xl);
      padding: 20px;
      box-shadow: var(--shadow);
    }

    .panel-title {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      align-items: center;
      margin-bottom: 16px;
    }

    .panel-title strong {
      color: #fff;
      font-size: 18px;
    }

    .status-badge {
      padding: 8px 11px;
      border: 1px solid rgba(255,255,255,0.13);
      background: rgba(255,255,255,0.08);
      color: var(--cream);
      font-size: 12px;
      font-weight: 800;
    }

    .matrix {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }

    .matrix-card {
      min-height: 116px;
      padding: 15px;
      border-radius: 18px;
      border: 1px solid rgba(255,255,255,0.1);
      background: rgba(17,16,20,0.52);
      transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease), background var(--ease);
    }

    .matrix-card:hover {
      transform: translateY(-3px);
      border-color: rgba(255,138,61,0.34);
      background: rgba(17,16,20,0.72);
      box-shadow: 0 16px 32px rgba(0,0,0,0.18);
    }

    .matrix-card .icon {
      width: 34px;
      height: 34px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      margin-bottom: 12px;
      color: #fff;
      font-weight: 900;
      background: linear-gradient(135deg, rgba(217,74,118,0.95), rgba(255,138,61,0.82));
    }

    .matrix-card h2,
    .matrix-card h3 {
      margin: 0 0 6px;
      font-size: 15px;
      color: #fff;
      font-weight: 800;
    }

    .matrix-card p {
      margin: 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.58;
    }

    .hero-status {
      margin-top: 24px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      padding-top: 22px;
      border-top: 1px solid rgba(255,255,255,0.12);
    }

    .section {
      padding: 78px 0;
    }

    .section.light {
      color: #2B1B22;
      background: linear-gradient(180deg, var(--light) 0%, var(--light-2) 100%);
    }

    .section-head {
      display: grid;
      grid-template-columns: minmax(0, 0.75fr) minmax(260px, 0.25fr);
      gap: 28px;
      align-items: end;
      margin-bottom: 28px;
    }

    .section-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 10px;
      color: var(--accent);
      font-size: 13px;
      font-weight: 900;
      letter-spacing: 0.02em;
    }

    .section-kicker::before {
      content: "";
      width: 4px;
      height: 18px;
      border-radius: 999px;
      background: linear-gradient(180deg, var(--primary), var(--accent));
    }

    .section-title {
      margin: 0;
      color: #fff;
      font-size: clamp(24px, 3vw, 34px);
      line-height: 1.22;
      font-weight: 850;
      letter-spacing: -0.035em;
    }

    .light .section-title {
      color: #2B1B22;
    }

    .section-desc {
      margin: 10px 0 0;
      color: var(--muted);
      max-width: 760px;
      font-size: 15px;
    }

    .light .section-desc {
      color: var(--muted-dark);
    }

    .filter-bar {
      position: sticky;
      top: 121px;
      z-index: 30;
      padding: 12px 0;
      background: rgba(17,16,20,0.86);
      border-bottom: 1px solid rgba(255,255,255,0.08);
      backdrop-filter: blur(10px);
    }

    .filter-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
    }

    .filter-pills {
      display: flex;
      gap: 10px;
      overflow-x: auto;
      padding: 4px 0;
      scrollbar-width: none;
    }

    .filter-pills::-webkit-scrollbar {
      display: none;
    }

    .filter-pills .button {
      flex: 0 0 auto;
      margin: 0;
      border-radius: 999px;
      font-weight: 800;
      padding: 0.78rem 1rem;
      background: rgba(255,255,255,0.065);
      color: var(--muted);
      border: 1px solid rgba(255,255,255,0.12);
    }

    .filter-pills .button.active,
    .filter-pills .button:hover {
      color: #fff;
      background: linear-gradient(135deg, var(--primary), var(--accent-2));
      border-color: transparent;
      box-shadow: 0 12px 28px rgba(217,74,118,0.22);
    }

    .mini-search {
      width: 270px;
      flex: 0 0 auto;
    }

    .content-list {
      display: grid;
      gap: 18px;
    }

    .list-card {
      display: grid;
      grid-template-columns: 180px minmax(0,1fr);
      gap: 20px;
      padding: 16px;
      border-radius: var(--radius-lg);
      border: 1px solid rgba(255,255,255,0.12);
      background: rgba(255,255,255,0.065);
      box-shadow: 0 14px 34px rgba(0,0,0,0.12);
      transition: transform var(--ease), border-color var(--ease), background var(--ease), box-shadow var(--ease);
    }

    .list-card:hover {
      transform: translateY(-3px);
      border-color: rgba(255,138,61,0.3);
      background: rgba(255,255,255,0.09);
      box-shadow: var(--shadow);
    }

    .abstract-cover {
      min-height: 150px;
      border-radius: 18px;
      overflow: hidden;
      position: relative;
      background:
        radial-gradient(circle at 35% 25%, rgba(255,248,243,0.4), transparent 10%),
        radial-gradient(circle at 70% 35%, rgba(255,138,61,0.42), transparent 26%),
        radial-gradient(circle at 24% 84%, rgba(143,107,255,0.34), transparent 28%),
        linear-gradient(135deg, rgba(217,74,118,0.64), rgba(25,19,26,0.95));
    }

    .abstract-cover::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 55%;
      background: linear-gradient(180deg, transparent, rgba(17,16,20,0.82));
    }

    .list-card-body {
      min-width: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .tag-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 10px;
    }

    .tag {
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 850;
      color: var(--cream);
      background: rgba(245,231,208,0.1);
      border: 1px solid rgba(245,231,208,0.14);
    }

    .tag.pink {
      color: #fff;
      background: rgba(217,74,118,0.18);
      border-color: rgba(217,74,118,0.28);
    }

    .tag.dark {
      color: #4F2332;
      background: rgba(217,74,118,0.12);
      border-color: rgba(217,74,118,0.16);
    }

    .list-card h2 {
      margin: 0 0 8px;
      color: #fff;
      font-size: 20px;
      line-height: 1.35;
      font-weight: 850;
    }

    .list-card p {
      margin: 0 0 14px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.74;
    }

    .text-link {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: var(--accent);
      font-weight: 900;
      font-size: 14px;
    }

    .text-link:hover {
      color: var(--cream);
      transform: translateX(2px);
    }

    .side-stack {
      display: grid;
      gap: 16px;
    }

    .side-card,
    .column-card {
      border-radius: var(--radius-lg);
      border: 1px solid rgba(255,255,255,0.12);
      background: rgba(255,255,255,0.065);
      padding: 20px;
      box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    }

    .side-card h2,
    .side-card h3,
    .column-card h2,
    .column-card h3 {
      margin: 0 0 10px;
      color: #fff;
      font-size: 18px;
      font-weight: 850;
    }

    .side-card p,
    .column-card p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
    }

    .notice-list {
      display: grid;
      gap: 11px;
      margin: 16px 0 0;
      padding: 0;
      list-style: none;
    }

    .notice-list li {
      display: flex;
      align-items: flex-start;
      gap: 9px;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.62;
    }

    .notice-list li::before {
      content: "";
      width: 7px;
      height: 7px;
      margin-top: 8px;
      flex: 0 0 auto;
      border-radius: 999px;
      background: var(--accent);
      box-shadow: 0 0 0 5px rgba(255,138,61,0.12);
    }

    .trend-cloud {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 14px;
    }

    .trend-cloud a {
      padding: 8px 10px;
      border-radius: 999px;
      color: var(--cream);
      font-size: 12px;
      font-weight: 800;
      background: rgba(245,231,208,0.08);
      border: 1px solid rgba(245,231,208,0.11);
    }

    .trend-cloud a:hover {
      background: rgba(245,231,208,0.15);
      transform: translateY(-1px);
    }

    .pagination-wrap {
      margin-top: 26px;
    }

    .pagination {
      display: flex;
      align-items: center;
      gap: 8px;
      margin: 0;
    }

    .pagination li {
      margin: 0;
    }

    .pagination a,
    .pagination button,
    .pagination .current {
      min-width: 38px;
      height: 38px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.12);
      background: rgba(255,255,255,0.06);
      color: var(--muted);
      font-weight: 850;
      padding: 0 12px;
    }

    .pagination .current {
      color: #fff;
      background: linear-gradient(135deg, var(--primary), var(--accent-2));
      border-color: transparent;
    }

    .pagination a:hover {
      color: #fff;
      background: rgba(255,255,255,0.12);
    }

    .scroll-row {
      display: flex;
      gap: 16px;
      overflow-x: auto;
      padding: 6px 2px 18px;
      scroll-snap-type: x proximity;
      scrollbar-color: rgba(255,138,61,0.55) rgba(255,255,255,0.06);
    }

    .scroll-card {
      width: 292px;
      flex: 0 0 auto;
      scroll-snap-align: start;
      border-radius: 24px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,0.12);
      background: rgba(255,255,255,0.065);
      transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
    }

    .scroll-card:hover {
      transform: translateY(-4px);
      border-color: rgba(255,138,61,0.28);
      box-shadow: var(--shadow);
    }

    .scroll-art {
      height: 138px;
      position: relative;
      background:
        radial-gradient(circle at 28% 26%, rgba(255,248,243,0.46), transparent 10%),
        radial-gradient(circle at 78% 44%, rgba(255,138,61,0.44), transparent 28%),
        linear-gradient(135deg, rgba(217,74,118,0.78), rgba(143,107,255,0.38), rgba(17,16,20,0.96));
    }

    .scroll-art::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 36%, rgba(17,16,20,0.82));
    }

    .scroll-card-body {
      padding: 18px;
    }

    .scroll-card h2,
    .scroll-card h3 {
      margin: 0 0 8px;
      color: #fff;
      font-size: 18px;
      font-weight: 850;
      line-height: 1.32;
    }

    .scroll-card p {
      margin: 0 0 14px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.66;
    }

    .article-panel {
      border-radius: var(--radius-xl);
      padding: 30px;
      background: #fff;
      color: #2B1B22;
      box-shadow: var(--shadow-soft);
      border: 1px solid rgba(40,20,30,0.08);
    }

    .article-panel h2 {
      margin: 0 0 12px;
      color: #2B1B22;
      font-size: 28px;
      line-height: 1.25;
      font-weight: 900;
      letter-spacing: -0.035em;
    }

    .article-panel p {
      margin: 0 0 16px;
      color: #5F4A55;
      font-size: 15px;
      line-height: 1.86;
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin-top: 22px;
    }

    .step-card {
      padding: 18px;
      border-radius: 18px;
      border: 1px solid rgba(40,20,30,0.1);
      background: linear-gradient(180deg, #FFF8F3, #FAEFE7);
      box-shadow: var(--shadow-soft);
    }

    .step-num {
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      margin-bottom: 12px;
      border-radius: 14px;
      color: #fff;
      font-weight: 900;
      background: linear-gradient(135deg, var(--primary), var(--accent-2));
    }

    .step-card h3 {
      margin: 0 0 8px;
      color: #2B1B22;
      font-size: 16px;
      font-weight: 900;
    }

    .step-card p {
      margin: 0;
      color: #6D5964;
      font-size: 13px;
      line-height: 1.66;
    }

    .accordion {
      background: transparent;
    }

    .accordion-item {
      margin-bottom: 12px;
      border-radius: 18px;
      overflow: hidden;
      background: #fff;
      border: 1px solid rgba(40,20,30,0.09);
      box-shadow: var(--shadow-soft);
    }

    .accordion-title {
      border: 0;
      padding: 18px 54px 18px 20px;
      color: #2B1B22;
      font-size: 16px;
      font-weight: 900;
      line-height: 1.45;
      background: #fff;
    }

    .accordion-title:hover,
    .accordion-title:focus {
      color: #2B1B22;
      background: #FFF8F3;
    }

    .accordion-title::before {
      color: var(--primary);
      font-size: 24px;
      margin-top: -13px;
    }

    .accordion-content {
      border: 0;
      padding: 0 20px 20px;
      color: #5F4A55;
      background: #fff;
      line-height: 1.78;
    }

    .cta-band {
      position: relative;
      overflow: hidden;
      border-radius: 30px;
      padding: 34px;
      border: 1px solid rgba(255,255,255,0.13);
      background:
        radial-gradient(circle at 20% 24%, rgba(255,138,61,0.35), transparent 25%),
        radial-gradient(circle at 76% 30%, rgba(143,107,255,0.22), transparent 26%),
        linear-gradient(135deg, #22151D, #371829 54%, #19131A);
      box-shadow: var(--shadow);
    }

    .cta-band::after {
      content: "";
      position: absolute;
      inset: 0;
      background: repeating-linear-gradient(115deg, rgba(255,255,255,0.045) 0 1px, transparent 1px 16px);
      pointer-events: none;
    }

    .cta-band > .grid-x {
      position: relative;
      z-index: 1;
    }

    .cta-band h2 {
      margin: 0 0 10px;
      color: #fff;
      font-size: clamp(24px, 3vw, 34px);
      line-height: 1.22;
      font-weight: 900;
      letter-spacing: -0.035em;
    }

    .cta-band p {
      margin: 0;
      color: rgba(247,242,239,0.78);
      max-width: 680px;
    }

    .cta-small {
      margin-top: 14px;
      color: rgba(245,231,208,0.75);
      font-size: 12px;
    }

    .site-footer {
      padding: 56px 0 26px;
      background: #0D0C10;
      border-top: 1px solid rgba(255,255,255,0.08);
      color: var(--muted);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.25fr) 0.8fr 1fr;
      gap: 32px;
      padding-bottom: 34px;
    }

    .footer-brand {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 14px;
      color: #fff;
    }

    .footer-brand strong {
      font-size: 17px;
      line-height: 1.3;
    }

    .site-footer p {
      max-width: 520px;
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.78;
    }

    .footer-title {
      margin: 0 0 13px;
      color: #fff;
      font-size: 15px;
      font-weight: 900;
    }

    .footer-links {
      display: grid;
      gap: 9px;
    }

    .footer-links a {
      color: var(--muted);
      font-size: 14px;
    }

    .footer-links a:hover {
      color: var(--cream);
      transform: translateX(2px);
    }

    .footer-note {
      padding: 14px;
      border-radius: 18px;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.1);
      color: var(--muted);
      font-size: 13px;
      line-height: 1.75;
    }

    .copyright {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      padding-top: 20px;
      border-top: 1px solid rgba(255,255,255,0.08);
      color: rgba(185,174,181,0.72);
      font-size: 12px;
    }

    .age-modal {
      position: fixed;
      inset: 0;
      z-index: 120;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 20px;
      background: rgba(13,12,16,0.78);
      backdrop-filter: blur(10px);
    }

    .age-modal.show {
      display: flex;
    }

    .age-dialog {
      width: min(100%, 520px);
      border-radius: 28px;
      padding: 28px;
      border: 1px solid rgba(255,255,255,0.14);
      background:
        radial-gradient(circle at 22% 10%, rgba(255,138,61,0.22), transparent 26%),
        linear-gradient(180deg, #22151D, #111014);
      box-shadow: 0 24px 80px rgba(0,0,0,0.45);
    }

    .age-dialog h2 {
      margin: 0 0 12px;
      color: #fff;
      font-size: 26px;
      font-weight: 900;
      line-height: 1.25;
    }

    .age-dialog p {
      margin: 0 0 16px;
      color: var(--muted);
      font-size: 14px;
    }

    .age-dialog .actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 20px;
    }

    @media (max-width: 1024px) {
      .search-wrap {
        width: 230px;
        max-width: 28vw;
      }

      .section-head {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      .filter-bar {
        top: 121px;
      }

      .mini-search {
        display: none;
      }

      .footer-grid {
        grid-template-columns: 1fr 1fr;
      }

      .steps {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 768px) {
      .site-container {
        width: min(calc(100% - 24px), var(--container));
      }

      .topbar-inner {
        min-height: 64px;
      }

      .brand strong {
        max-width: 210px;
        font-size: 15px;
      }

      .brand span:not(.logo-mark) {
        display: none;
      }

      .header-actions .search-wrap,
      .trend-links {
        display: none;
      }

      .menu-toggle {
        display: inline-flex;
      }

      .channel-row {
        display: none;
      }

      .channel-row.open {
        display: block;
      }

      .channel-inner {
        display: block;
        padding: 12px 0;
      }

      .main-nav {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        overflow: visible;
      }

      .main-nav a {
        width: 100%;
      }

      .hero {
        padding: 42px 0 34px;
      }

      .hero-panel {
        margin-top: 24px;
      }

      .matrix {
        grid-template-columns: 1fr;
      }

      .filter-bar {
        top: 64px;
      }

      .filter-inner {
        display: block;
      }

      .section {
        padding: 54px 0;
      }

      .list-card {
        grid-template-columns: 1fr;
      }

      .abstract-cover {
        min-height: 130px;
      }

      .scroll-card {
        width: 76vw;
      }

      .article-panel {
        padding: 22px;
      }

      .cta-band {
        padding: 24px;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }

      .copyright {
        flex-direction: column;
      }
    }

    @media (max-width: 520px) {
      .age-pill {
        padding: 7px 10px;
        font-size: 12px;
      }

      .hero-actions,
      .cta-actions {
        align-items: stretch;
        flex-direction: column;
      }

      .btn {
        width: 100%;
      }

      .panel-title {
        align-items: flex-start;
        flex-direction: column;
      }

      .pagination {
        flex-wrap: wrap;
      }
    }
