/* roulang page: index */
:root{
      --bg:#130714;
      --bg-2:#230b24;
      --panel:#241125;
      --panel-2:#321633;
      --text:#fff5ec;
      --muted:#d9bfd4;
      --soft:#ffe8d6;
      --line:rgba(255,181,214,.18);
      --pink:#ff3f9a;
      --rose:#d92778;
      --orange:#ff8a2a;
      --purple:#7b3cff;
      --green:#56f2bd;
      --shadow:0 24px 70px rgba(0,0,0,.38);
      --glow:0 0 38px rgba(255,63,154,.26);
      --radius:26px;
      --radius-sm:16px;
      --container:1180px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      line-height:1.72;
      background:
        radial-gradient(circle at 18% 8%, rgba(255,63,154,.28), transparent 28%),
        radial-gradient(circle at 80% 18%, rgba(255,138,42,.22), transparent 24%),
        linear-gradient(135deg,#0f0712 0%,#210923 45%,#120713 100%);
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.18;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.035) 1px, transparent 1px);
      background-size:38px 38px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.7), transparent 88%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:.25s ease}
    a:hover,a:focus{color:#fff}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    input,select,textarea{
      width:100%;
      border:1px solid rgba(255,255,255,.14);
      border-radius:14px;
      padding:13px 15px;
      color:var(--text);
      background:rgba(255,255,255,.07);
      outline:none;
      transition:.25s ease;
    }
    input:focus,select:focus,textarea:focus{
      border-color:var(--pink);
      box-shadow:0 0 0 4px rgba(255,63,154,.16);
      background:rgba(255,255,255,.1);
    }
    .site-container{width:min(var(--container),calc(100% - 36px));margin:0 auto}
    .top-strip{
      background:rgba(14,5,15,.94);
      border-bottom:1px solid rgba(255,255,255,.08);
      font-size:13px;
      color:var(--muted);
    }
    .top-strip .inner{
      min-height:38px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
    }
    .top-left,.top-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
    .live-dot{
      width:8px;height:8px;border-radius:999px;
      background:var(--orange);
      box-shadow:0 0 16px var(--orange);
      display:inline-block;
    }
    .mini-link{
      padding:5px 10px;
      border:1px solid rgba(255,255,255,.13);
      border-radius:999px;
      color:var(--soft);
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      backdrop-filter:blur(18px);
      background:rgba(24,7,26,.82);
      border-bottom:1px solid rgba(255,255,255,.1);
      box-shadow:0 14px 40px rgba(0,0,0,.24);
    }
    .main-nav{
      min-height:76px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      font-weight:900;
      letter-spacing:.02em;
      font-size:21px;
      white-space:nowrap;
    }
    .brand-mark{
      width:42px;height:42px;border-radius:15px;
      background:linear-gradient(135deg,var(--pink),var(--orange));
      box-shadow:var(--glow);
      display:grid;
      place-items:center;
      color:#230412;
      font-weight:900;
    }
    .nav-menu{
      display:flex;
      align-items:center;
      gap:8px;
      margin:0;
      list-style:none;
    }
    .nav-menu a{
      display:inline-flex;
      align-items:center;
      min-height:40px;
      padding:8px 14px;
      border-radius:999px;
      color:var(--muted);
      font-weight:700;
    }
    .nav-menu a:hover{
      color:#fff;
      background:rgba(255,255,255,.08);
      transform:translateY(-1px);
    }
    .nav-menu a.active{
      color:#fff;
      background:linear-gradient(135deg,rgba(255,63,154,.24),rgba(255,138,42,.18));
      border:1px solid rgba(255,181,214,.24);
      box-shadow:0 0 0 3px rgba(255,63,154,.07);
    }
    .nav-actions{display:flex;align-items:center;gap:12px}
    .menu-toggle{
      display:none;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.08);
      color:#fff;
      border-radius:14px;
      padding:10px 12px;
      cursor:pointer;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:13px 20px;
      border-radius:999px;
      font-weight:900;
      border:1px solid transparent;
      cursor:pointer;
      transition:.25s ease;
      line-height:1.1;
    }
    .btn-primary{
      color:#250412;
      background:linear-gradient(135deg,var(--pink),var(--orange));
      box-shadow:0 15px 38px rgba(255,63,154,.28);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:#250412;
      transform:translateY(-3px);
      filter:brightness(1.08);
      box-shadow:0 22px 52px rgba(255,63,154,.38);
    }
    .btn-outline{
      color:#fff;
      border-color:rgba(255,181,214,.38);
      background:rgba(255,255,255,.06);
    }
    .btn-outline:hover,.btn-outline:focus{
      background:rgba(255,63,154,.14);
      border-color:var(--pink);
      transform:translateY(-3px);
    }
    .section{padding:88px 0}
    .section.tight{padding:62px 0}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:32px;
    }
    .section-title{
      margin:0 0 8px;
      font-size:clamp(28px,4vw,42px);
      line-height:1.18;
      letter-spacing:-.02em;
      font-weight:950;
    }
    .section-desc{
      max-width:720px;
      margin:0;
      color:var(--muted);
      font-size:17px;
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 11px;
      border-radius:999px;
      color:#ffeaf4;
      background:rgba(255,63,154,.14);
      border:1px solid rgba(255,181,214,.26);
      font-size:13px;
      font-weight:800;
      white-space:nowrap;
    }
    .badge.orange{background:rgba(255,138,42,.14);border-color:rgba(255,138,42,.34);color:#ffe4c6}
    .badge.green{background:rgba(86,242,189,.12);border-color:rgba(86,242,189,.32);color:#d8fff2}
    .hero{
      padding:74px 0 80px;
      position:relative;
    }
    .hero:after{
      content:"";
      position:absolute;
      left:50%;
      top:20px;
      width:min(760px,80vw);
      height:260px;
      transform:translateX(-50%);
      background:radial-gradient(ellipse, rgba(255,138,42,.18), transparent 65%);
      pointer-events:none;
    }
    .hero-shell{
      position:relative;
      z-index:1;
      border:1px solid rgba(255,255,255,.12);
      border-radius:34px;
      overflow:hidden;
      background:
        linear-gradient(110deg,rgba(255,255,255,.08),rgba(255,255,255,.025)),
        radial-gradient(circle at 82% 16%, rgba(255,63,154,.28), transparent 28%),
        linear-gradient(135deg,rgba(44,12,47,.92),rgba(21,8,22,.92));
      box-shadow:var(--shadow);
    }
    .hero-banner{
      display:grid;
      grid-template-columns:1.12fr .88fr;
      gap:28px;
      padding:42px;
      align-items:stretch;
    }
    .hero-copy{
      display:flex;
      flex-direction:column;
      justify-content:center;
      min-height:420px;
    }
    .hero-kicker{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}
    h1{
      margin:0 0 20px;
      font-size:clamp(34px,6vw,64px);
      line-height:1.05;
      letter-spacing:-.045em;
      font-weight:950;
    }
    .hero-lead{
      max-width:720px;
      color:#f0d7e7;
      font-size:18px;
      margin:0 0 28px;
    }
    .hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:26px}
    .hero-stats{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      max-width:690px;
    }
    .stat{
      padding:16px;
      border:1px solid rgba(255,255,255,.1);
      border-radius:18px;
      background:rgba(255,255,255,.055);
    }
    .stat strong{display:block;font-size:25px;color:#fff;line-height:1}
    .stat span{display:block;margin-top:8px;color:var(--muted);font-size:13px}
    .download-card{
      position:relative;
      min-height:420px;
      border-radius:28px;
      padding:26px;
      border:1px solid rgba(255,181,214,.22);
      background:
        radial-gradient(circle at 20% 0%, rgba(255,138,42,.28), transparent 28%),
        linear-gradient(160deg,rgba(255,245,236,.13),rgba(255,255,255,.04));
      box-shadow:inset 0 1px 0 rgba(255,255,255,.14);
    }
    .cover{
      border-radius:24px;
      padding:26px;
      background:linear-gradient(145deg,#fff1dd,#ffd1ea 48%,#8b1a61);
      color:#2d0718;
      min-height:210px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      box-shadow:0 24px 50px rgba(0,0,0,.28);
      transform:rotate(-2deg);
    }
    .cover small{font-weight:900;opacity:.78}
    .cover-title{font-size:32px;line-height:1.12;font-weight:950;letter-spacing:-.04em}
    .toc-mini{
      margin:24px 0 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }
    .toc-mini li{
      display:flex;
      justify-content:space-between;
      gap:12px;
      padding:11px 13px;
      border-radius:14px;
      color:#ffeef7;
      background:rgba(0,0,0,.18);
      border:1px solid rgba(255,255,255,.1);
      font-size:14px;
    }
    .lead-form{
      margin-top:18px;
      display:grid;
      grid-template-columns:1fr 1fr auto;
      gap:10px;
    }
    .card{
      border:1px solid rgba(255,255,255,.11);
      border-radius:var(--radius);
      background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
      box-shadow:0 18px 48px rgba(0,0,0,.2);
      transition:.25s ease;
      overflow:hidden;
    }
    .card:hover{
      transform:translateY(-4px);
      border-color:rgba(255,63,154,.38);
      box-shadow:0 26px 58px rgba(0,0,0,.28),var(--glow);
    }
    .card-pad{padding:26px}
    .catalog-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr .9fr;
      gap:18px;
    }
    .catalog-card{
      min-height:218px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .catalog-card.featured{
      min-height:454px;
      background:
        radial-gradient(circle at 78% 20%, rgba(255,138,42,.22), transparent 34%),
        linear-gradient(145deg,rgba(255,63,154,.16),rgba(255,255,255,.04));
    }
    .card h3,.card h2{margin:12px 0 10px;line-height:1.25;font-weight:950}
    .card p{margin:0;color:var(--muted)}
    .meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:24px;color:#ffd9e9;font-size:14px}
    .recommend-layout{
      display:grid;
      grid-template-columns:1.35fr .65fr;
      gap:18px;
    }
    .big-reco{
      padding:34px;
      min-height:330px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      background:
        radial-gradient(circle at 72% 12%, rgba(255,63,154,.26), transparent 32%),
        linear-gradient(135deg,rgba(255,138,42,.12),rgba(255,255,255,.04));
    }
    .side-stack{display:grid;gap:18px}
    .agenda{
      position:relative;
      display:grid;
      gap:16px;
    }
    .agenda-item{
      display:grid;
      grid-template-columns:126px 1fr auto;
      gap:18px;
      align-items:center;
      padding:20px;
      border-radius:22px;
      border:1px solid rgba(255,255,255,.1);
      background:rgba(255,255,255,.055);
    }
    .agenda-time{color:#ffd5e8;font-weight:950}
    .agenda-item h3{margin:0 0 4px;font-size:21px}
    .agenda-item p{margin:0;color:var(--muted)}
    .highlight-track{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:18px;
    }
    .highlight-card{
      min-height:250px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .avatar-orb{
      width:66px;height:66px;border-radius:24px;
      background:linear-gradient(135deg,var(--pink),var(--purple));
      box-shadow:var(--glow);
      display:grid;
      place-items:center;
      font-size:28px;
      font-weight:950;
    }
    .ticket-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
      align-items:stretch;
    }
    .ticket{
      padding:28px;
      position:relative;
    }
    .ticket.recommend{
      border-color:rgba(255,63,154,.55);
      box-shadow:0 30px 70px rgba(255,63,154,.16);
      transform:translateY(-8px);
    }
    .ticket h3{font-size:25px;margin:14px 0 6px}
    .ticket ul{
      list-style:none;
      padding:0;
      margin:22px 0 0;
      display:grid;
      gap:12px;
      color:#ead2df;
    }
    .ticket li:before{
      content:"●";
      color:var(--orange);
      margin-right:8px;
      font-size:12px;
    }
    .news-layout{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
    }
    .news-list{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:12px;
    }
    .news-list a{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:14px;
      align-items:center;
      padding:17px 18px;
      border-radius:18px;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.09);
    }
    .news-list a:hover{
      transform:translateX(4px);
      border-color:rgba(255,63,154,.34);
      background:rgba(255,63,154,.09);
    }
    .rank-list{display:grid;gap:12px}
    .rank-row{
      display:grid;
      grid-template-columns:42px 1fr auto;
      gap:12px;
      align-items:center;
      padding:13px;
      border-radius:16px;
      background:rgba(0,0,0,.17);
      border:1px solid rgba(255,255,255,.08);
    }
    .rank-num{
      width:34px;height:34px;border-radius:12px;
      display:grid;place-items:center;
      background:rgba(255,138,42,.16);
      color:#ffd5b2;
      font-weight:950;
    }
    .share-panel{
      display:grid;
      grid-template-columns:1fr .95fr;
      gap:22px;
      align-items:stretch;
    }
    .progress-box{padding:30px}
    .progress-meter{
      height:14px;
      border-radius:999px;
      background:rgba(255,255,255,.1);
      overflow:hidden;
      margin:18px 0;
    }
    .progress-fill{
      height:100%;
      width:68%;
      border-radius:999px;
      background:linear-gradient(90deg,var(--pink),var(--orange));
      box-shadow:0 0 22px rgba(255,63,154,.4);
    }
    .share-steps{
      display:grid;
      gap:12px;
      margin-top:18px;
    }
    .share-step{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:14px;
      border-radius:16px;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.08);
    }
    .faq .accordion{
      background:transparent;
      border:0;
    }
    .faq .accordion-item{
      margin-bottom:12px;
      border-radius:18px;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.1);
      background:rgba(255,255,255,.055);
    }
    .faq .accordion-title{
      color:#fff;
      border:0;
      font-size:17px;
      font-weight:900;
      padding:20px 54px 20px 20px;
      background:transparent;
    }
    .faq .accordion-title:hover,.faq .accordion-title:focus{
      background:rgba(255,63,154,.11);
      color:#fff;
    }
    .faq .accordion-content{
      border:0;
      color:var(--muted);
      background:rgba(0,0,0,.15);
      padding:0 20px 20px;
    }
    .cta-section{
      padding:86px 0 98px;
    }
    .cta-box{
      position:relative;
      overflow:hidden;
      border-radius:34px;
      padding:46px;
      border:1px solid rgba(255,181,214,.22);
      background:
        radial-gradient(circle at 15% 20%, rgba(255,63,154,.33), transparent 30%),
        radial-gradient(circle at 86% 10%, rgba(255,138,42,.25), transparent 28%),
        linear-gradient(135deg,rgba(56,14,58,.95),rgba(20,7,22,.95));
      box-shadow:var(--shadow);
    }
    .cta-box:before{
      content:"";
      position:absolute;
      inset:auto -10% -40% -10%;
      height:160px;
      background:radial-gradient(ellipse, rgba(255,245,236,.16), transparent 70%);
    }
    .cta-content{position:relative;z-index:1;max-width:820px}
    .cta-box h2{font-size:clamp(28px,4vw,46px);line-height:1.15;margin:0 0 14px;font-weight:950}
    .cta-box p{margin:0 0 24px;color:#f0d7e7;font-size:18px}
    .site-footer{
      background:#0d050e;
      border-top:1px solid rgba(255,255,255,.1);
      padding:54px 0 30px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr .9fr;
      gap:28px;
      margin-bottom:34px;
    }
    .footer-title{font-weight:950;font-size:18px;margin-bottom:12px}
    .footer-brand{font-size:22px;font-weight:950;margin-bottom:10px}
    .footer-text,.footer-links a,.copyright{color:var(--muted);font-size:14px}
    .footer-links{display:grid;gap:9px}
    .footer-links a:hover{color:#fff;transform:translateX(3px)}
    .copyright{
      padding-top:24px;
      border-top:1px solid rgba(255,255,255,.08);
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
    }
    @media (max-width:1024px){
      .hero-banner,.recommend-layout,.news-layout,.share-panel{grid-template-columns:1fr}
      .hero-copy{min-height:auto}
      .catalog-grid,.highlight-track,.ticket-grid{grid-template-columns:1fr 1fr}
      .ticket.recommend{transform:none}
      .lead-form{grid-template-columns:1fr}
      .section{padding:68px 0}
      .nav-menu{gap:4px}
      .nav-menu a{padding:8px 10px}
    }
    @media (max-width:768px){
      .top-strip .inner{align-items:flex-start;flex-direction:column;padding:9px 0}
      .main-nav{min-height:66px;flex-wrap:wrap}
      .menu-toggle{display:inline-flex}
      .nav-actions .btn{display:none}
      .nav-menu{
        display:none;
        width:100%;
        flex-direction:column;
        align-items:stretch;
        padding:0 0 16px;
      }
      .nav-menu.is-open{display:flex}
      .nav-menu a{justify-content:center}
      .hero{padding:38px 0 56px}
      .hero-shell{border-radius:24px}
      .hero-banner{padding:24px}
      .hero-stats{grid-template-columns:1fr}
      .download-card{min-height:auto}
      .catalog-grid,.highlight-track,.ticket-grid{grid-template-columns:1fr}
      .agenda-item{grid-template-columns:1fr;gap:10px}
      .section-head{display:block}
      .news-list a{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
      .cta-box{padding:30px}
    }
    @media (max-width:520px){
      .site-container{width:min(100% - 24px,var(--container))}
      h1{font-size:34px}
      .brand{font-size:18px}
      .brand-mark{width:36px;height:36px;border-radius:13px}
      .btn{width:100%}
      .hero-actions{width:100%}
      .cover-title{font-size:25px}
      .card-pad,.big-reco,.ticket{padding:22px}
      .footer-grid{grid-template-columns:1fr}
      .copyright{display:block}
    }

/* roulang page: category1 */
:root {
      --bg: #160817;
      --bg-deep: #0d0611;
      --panel: rgba(42, 18, 45, .88);
      --panel-soft: rgba(255, 240, 232, .08);
      --card: rgba(33, 13, 38, .82);
      --card-light: #fff4ea;
      --text: #fff7ef;
      --muted: #d9bed2;
      --muted-dark: #6d5267;
      --line: rgba(255, 166, 213, .24);
      --pink: #ff4fb3;
      --rose: #e93685;
      --orange: #ff8b3d;
      --amber: #ffd08a;
      --purple: #7d31ff;
      --green: #71f2bf;
      --shadow: 0 22px 80px rgba(255, 79, 179, .17);
      --shadow-soft: 0 18px 54px rgba(0, 0, 0, .32);
      --radius-lg: 28px;
      --radius-md: 20px;
      --radius-sm: 999px;
      --space-section: 88px;
      --font: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      min-height: 100vh;
      font-family: var(--font);
      color: var(--text);
      line-height: 1.72;
      background:
        radial-gradient(circle at 18% 8%, rgba(255, 79, 179, .22), transparent 34%),
        radial-gradient(circle at 82% 16%, rgba(255, 139, 61, .18), transparent 30%),
        linear-gradient(145deg, #19091f 0%, #110512 52%, #220a20 100%);
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: .16;
      background-image:
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
      background-size: 42px 42px;
      mask-image: radial-gradient(circle at center, #000, transparent 76%);
      z-index: -1;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color .2s ease, transform .2s ease, border-color .2s ease, background .2s ease;
    }

    a:hover,
    a:focus {
      color: #fff;
    }

    button,
    input,
    select {
      font: inherit;
    }

    button:focus,
    a:focus,
    input:focus,
    select:focus {
      outline: 3px solid rgba(255, 79, 179, .35);
      outline-offset: 3px;
    }

    img {
      max-width: 100%;
      display: block;
    }

    .site-container {
      width: min(1160px, calc(100% - 40px));
      margin: 0 auto;
    }

    .top-strip {
      border-bottom: 1px solid rgba(255, 255, 255, .08);
      background: rgba(12, 5, 14, .84);
      backdrop-filter: blur(18px);
      font-size: 13px;
      color: var(--muted);
    }

    .top-strip .site-container {
      min-height: 38px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .strip-left,
    .strip-right {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
    }

    .live-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--orange);
      box-shadow: 0 0 14px rgba(255, 139, 61, .9);
    }

    .strip-link {
      color: var(--amber);
      font-weight: 700;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(16, 6, 19, .82);
      border-bottom: 1px solid rgba(255, 166, 213, .16);
      backdrop-filter: blur(20px);
      box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
    }

    .main-nav {
      min-height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-weight: 900;
      letter-spacing: .02em;
      white-space: nowrap;
    }

    .brand-mark {
      width: 42px;
      height: 42px;
      border-radius: 16px;
      display: inline-grid;
      place-items: center;
      color: #fff;
      background: linear-gradient(135deg, var(--pink), var(--orange));
      box-shadow: 0 0 28px rgba(255, 79, 179, .34);
    }

    .nav-menu {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center;
      gap: 8px;
      flex: 1;
      justify-content: center;
    }

    .nav-menu a {
      display: inline-flex;
      align-items: center;
      min-height: 40px;
      padding: 8px 15px;
      border-radius: var(--radius-sm);
      color: var(--muted);
      font-weight: 700;
      border: 1px solid transparent;
    }

    .nav-menu a:hover {
      color: #fff;
      background: rgba(255, 79, 179, .1);
      border-color: rgba(255, 79, 179, .24);
    }

    .nav-menu a.active {
      color: #fff;
      background: linear-gradient(135deg, rgba(255, 79, 179, .26), rgba(255, 139, 61, .15));
      border-color: rgba(255, 166, 213, .42);
      box-shadow: inset 0 0 18px rgba(255, 79, 179, .12);
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .menu-toggle {
      display: none;
      border: 1px solid rgba(255, 166, 213, .25);
      border-radius: 14px;
      padding: 9px 14px;
      color: #fff;
      background: rgba(255, 255, 255, .07);
      cursor: pointer;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 46px;
      padding: 12px 22px;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(255, 255, 255, .16);
      font-weight: 900;
      cursor: pointer;
      transition: transform .2s ease, box-shadow .2s ease, filter .2s ease, background .2s ease, border-color .2s ease;
    }

    .btn:hover {
      transform: translateY(-2px);
      filter: brightness(1.08);
    }

    .btn-primary {
      color: #fff;
      background: linear-gradient(135deg, var(--pink), var(--orange));
      border-color: rgba(255, 215, 190, .34);
      box-shadow: 0 16px 38px rgba(255, 79, 179, .26);
    }

    .btn-primary:hover {
      box-shadow: 0 20px 54px rgba(255, 79, 179, .38);
    }

    .btn-secondary {
      color: #fff;
      background: rgba(255, 255, 255, .06);
      border-color: rgba(255, 166, 213, .34);
    }

    .btn-secondary:hover {
      background: rgba(255, 79, 179, .14);
      border-color: rgba(255, 166, 213, .58);
    }

    main {
      position: relative;
    }

    .section {
      padding: var(--space-section) 0;
    }

    .section-tight {
      padding: 58px 0;
    }

    .eyebrow,
    .badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      width: fit-content;
      padding: 7px 12px;
      border-radius: var(--radius-sm);
      color: #ffe6f5;
      background: rgba(255, 79, 179, .13);
      border: 1px solid rgba(255, 166, 213, .3);
      font-size: 13px;
      font-weight: 800;
      line-height: 1.2;
    }

    .badge.orange {
      color: #fff2dc;
      background: rgba(255, 139, 61, .16);
      border-color: rgba(255, 139, 61, .38);
    }

    .badge.green {
      color: #e6fff5;
      background: rgba(113, 242, 191, .12);
      border-color: rgba(113, 242, 191, .34);
    }

    .hero {
      padding: 74px 0 52px;
      position: relative;
      overflow: hidden;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: -180px -80px auto -80px;
      height: 420px;
      background:
        radial-gradient(circle at 34% 45%, rgba(255, 79, 179, .28), transparent 32%),
        radial-gradient(circle at 70% 35%, rgba(255, 139, 61, .22), transparent 28%);
      filter: blur(8px);
      pointer-events: none;
    }

    .hero-card {
      position: relative;
      padding: 34px;
      border-radius: 34px;
      background: linear-gradient(135deg, rgba(50, 19, 55, .92), rgba(27, 9, 31, .9));
      border: 1px solid rgba(255, 166, 213, .24);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .hero-card::after {
      content: "";
      position: absolute;
      right: -120px;
      top: -120px;
      width: 300px;
      height: 300px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 139, 61, .18), transparent 70%);
      pointer-events: none;
    }

    .hero h1 {
      margin: 18px 0 18px;
      max-width: 780px;
      font-size: clamp(34px, 5vw, 62px);
      line-height: 1.08;
      letter-spacing: -.04em;
      font-weight: 950;
    }

    .hero h1 span {
      background: linear-gradient(135deg, #fff, #ffd2ec 48%, #ffb36d);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .hero-desc {
      max-width: 760px;
      color: var(--muted);
      font-size: 18px;
      margin: 0 0 24px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 13px;
      margin-top: 28px;
    }

    .hero-panel {
      height: 100%;
      padding: 26px;
      border-radius: 28px;
      background:
        linear-gradient(180deg, rgba(255, 244, 234, .1), rgba(255, 255, 255, .04)),
        rgba(18, 7, 22, .72);
      border: 1px solid rgba(255, 166, 213, .24);
      box-shadow: var(--shadow-soft);
    }

    .status-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 18px 0 0;
    }

    .metric-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      margin-top: 18px;
    }

    .metric {
      padding: 17px;
      border-radius: 20px;
      background: rgba(255, 255, 255, .07);
      border: 1px solid rgba(255, 255, 255, .1);
    }

    .metric strong {
      display: block;
      font-size: 28px;
      line-height: 1;
      color: #fff;
    }

    .metric span {
      color: var(--muted);
      font-size: 13px;
    }

    .filter-bar {
      margin-top: 26px;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
    }

    .filter-pill {
      border: 1px solid rgba(255, 166, 213, .28);
      border-radius: var(--radius-sm);
      padding: 9px 14px;
      color: var(--muted);
      background: rgba(255, 255, 255, .055);
      font-weight: 800;
      cursor: pointer;
    }

    .filter-pill.active,
    .filter-pill:hover {
      color: #fff;
      background: rgba(255, 79, 179, .16);
      border-color: rgba(255, 166, 213, .55);
      transform: translateY(-1px);
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 28px;
    }

    .section-title {
      margin: 10px 0 0;
      font-size: clamp(28px, 4vw, 42px);
      line-height: 1.18;
      letter-spacing: -.03em;
      font-weight: 950;
    }

    .section-note {
      max-width: 560px;
      color: var(--muted);
      margin: 0;
    }

    .entry-layout {
      align-items: flex-start;
    }

    .entry-list {
      display: grid;
      gap: 18px;
    }

    .entry-card {
      position: relative;
      padding: 24px;
      border-radius: 26px;
      background: rgba(32, 12, 36, .8);
      border: 1px solid rgba(255, 166, 213, .2);
      box-shadow: var(--shadow-soft);
      transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
      overflow: hidden;
    }

    .entry-card.featured {
      padding: 30px;
      background:
        radial-gradient(circle at 84% 12%, rgba(255, 139, 61, .16), transparent 32%),
        linear-gradient(135deg, rgba(64, 22, 62, .94), rgba(28, 10, 31, .9));
      border-color: rgba(255, 166, 213, .36);
    }

    .entry-card:hover {
      transform: translateY(-4px);
      border-color: rgba(255, 166, 213, .55);
      box-shadow: 0 26px 70px rgba(255, 79, 179, .2);
    }

    .entry-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      flex-wrap: wrap;
      margin-bottom: 14px;
    }

    .entry-title {
      margin: 0 0 10px;
      font-size: clamp(22px, 3vw, 30px);
      line-height: 1.25;
      font-weight: 950;
    }

    .entry-card:not(.featured) .entry-title {
      font-size: 23px;
    }

    .entry-summary {
      color: var(--muted);
      margin: 0 0 18px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .entry-meta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      flex-wrap: wrap;
      color: #f3c6df;
      font-size: 14px;
      border-top: 1px solid rgba(255, 255, 255, .08);
      padding-top: 16px;
    }

    .mini-link {
      color: var(--amber);
      font-weight: 900;
    }

    .side-stack {
      position: sticky;
      top: 132px;
      display: grid;
      gap: 18px;
    }

    .side-card,
    .info-card,
    .timeline-card {
      padding: 22px;
      border-radius: 24px;
      background: rgba(255, 244, 234, .08);
      border: 1px solid rgba(255, 166, 213, .2);
      box-shadow: var(--shadow-soft);
    }

    .side-card.light {
      color: #281120;
      background: var(--card-light);
      border-color: rgba(255, 139, 61, .34);
    }

    .side-title {
      margin: 0 0 14px;
      font-size: 20px;
      font-weight: 950;
    }

    .tag-cloud {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .tag {
      display: inline-flex;
      padding: 7px 11px;
      border-radius: var(--radius-sm);
      color: #ffe6f5;
      background: rgba(255, 79, 179, .12);
      border: 1px solid rgba(255, 166, 213, .22);
      font-size: 13px;
      font-weight: 800;
    }

    .side-nav {
      display: grid;
      gap: 10px;
    }

    .side-nav a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 14px;
      border-radius: 16px;
      color: var(--muted);
      background: rgba(255, 255, 255, .055);
      border: 1px solid rgba(255, 255, 255, .08);
      font-weight: 800;
    }

    .side-nav a:hover,
    .side-nav a.active {
      color: #fff;
      border-color: rgba(255, 166, 213, .4);
      background: rgba(255, 79, 179, .14);
    }

    .process-grid {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 22px;
      align-items: stretch;
    }

    .step-list {
      display: grid;
      gap: 14px;
    }

    .step-item {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 14px;
      padding: 18px;
      border-radius: 20px;
      background: rgba(255, 255, 255, .065);
      border: 1px solid rgba(255, 255, 255, .1);
    }

    .step-num {
      width: 38px;
      height: 38px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      font-weight: 950;
      color: #fff;
      background: linear-gradient(135deg, var(--pink), var(--orange));
    }

    .step-item h3 {
      margin: 0 0 4px;
      font-size: 19px;
      font-weight: 950;
    }

    .step-item p {
      margin: 0;
      color: var(--muted);
    }

    .notice-list {
      margin: 16px 0 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 12px;
    }

    .notice-list li {
      display: flex;
      gap: 10px;
      color: var(--muted);
    }

    .notice-list li::before {
      content: "";
      flex: 0 0 8px;
      width: 8px;
      height: 8px;
      margin-top: 10px;
      border-radius: 50%;
      background: var(--orange);
      box-shadow: 0 0 12px rgba(255, 139, 61, .65);
    }

    .accordion {
      background: transparent;
    }

    .accordion-item {
      margin-bottom: 12px;
      border-radius: 18px;
      overflow: hidden;
      border: 1px solid rgba(255, 166, 213, .2);
      background: rgba(255, 255, 255, .055);
    }

    .accordion-title {
      color: #fff;
      font-size: 17px;
      font-weight: 900;
      border: 0;
      padding: 18px 52px 18px 20px;
      background: transparent;
    }

    .accordion-title:hover,
    .accordion-title:focus {
      color: #fff;
      background: rgba(255, 79, 179, .11);
    }

    .accordion-content {
      color: var(--muted);
      border: 0;
      background: rgba(12, 5, 14, .36);
      padding: 0 20px 20px;
    }

    .cta-band {
      position: relative;
      overflow: hidden;
      border-radius: 34px;
      padding: 42px;
      background:
        radial-gradient(circle at 16% 12%, rgba(255, 79, 179, .36), transparent 34%),
        radial-gradient(circle at 92% 72%, rgba(255, 139, 61, .28), transparent 30%),
        linear-gradient(135deg, rgba(48, 16, 55, .96), rgba(18, 7, 22, .96));
      border: 1px solid rgba(255, 166, 213, .32);
      box-shadow: var(--shadow);
    }

    .cta-band h2 {
      margin: 12px 0 12px;
      font-size: clamp(28px, 4vw, 44px);
      line-height: 1.16;
      font-weight: 950;
      letter-spacing: -.03em;
    }

    .cta-band p {
      max-width: 680px;
      color: var(--muted);
      margin: 0 0 24px;
    }

    .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr auto;
      gap: 12px;
      margin-top: 20px;
    }

    .form-row input,
    .form-row select {
      height: 50px;
      border-radius: 16px;
      border: 1px solid rgba(255, 166, 213, .24);
      background: rgba(255, 255, 255, .09);
      color: #fff;
      padding: 0 16px;
      box-shadow: none;
    }

    .form-row select option {
      color: #24101f;
    }

    .form-row input::placeholder {
      color: rgba(255, 247, 239, .58);
    }

    .form-row input:focus,
    .form-row select:focus {
      border-color: var(--pink);
      background: rgba(255, 255, 255, .12);
      box-shadow: 0 0 0 4px rgba(255, 79, 179, .14);
    }

    .pagination-wrap {
      display: flex;
      justify-content: center;
      margin-top: 28px;
    }

    .pagination .current {
      background: linear-gradient(135deg, var(--pink), var(--orange));
      border-radius: 12px;
    }

    .pagination a {
      color: var(--muted);
      border-radius: 12px;
    }

    .pagination a:hover {
      color: #fff;
      background: rgba(255, 79, 179, .16);
    }

    .site-footer {
      padding: 64px 0 28px;
      background: rgba(10, 4, 12, .94);
      border-top: 1px solid rgba(255, 166, 213, .18);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.25fr .8fr .8fr 1fr;
      gap: 30px;
      margin-bottom: 34px;
    }

    .footer-brand {
      font-size: 24px;
      font-weight: 950;
      margin-bottom: 12px;
    }

    .footer-title {
      font-weight: 950;
      color: #fff;
      margin-bottom: 12px;
    }

    .footer-text {
      color: var(--muted);
      margin: 0;
      font-size: 15px;
    }

    .footer-links {
      display: grid;
      gap: 10px;
    }

    .footer-links a {
      color: var(--muted);
      font-weight: 700;
    }

    .footer-links a:hover {
      color: var(--amber);
      transform: translateX(3px);
    }

    .copyright {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      flex-wrap: wrap;
      padding-top: 22px;
      border-top: 1px solid rgba(255, 255, 255, .08);
      color: rgba(255, 247, 239, .58);
      font-size: 13px;
    }

    @media (max-width: 1024px) {
      :root {
        --space-section: 68px;
      }

      .main-nav {
        flex-wrap: wrap;
      }

      .nav-menu {
        order: 4;
        flex-basis: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 12px;
      }

      .side-stack {
        position: static;
        margin-top: 22px;
      }

      .process-grid,
      .footer-grid {
        grid-template-columns: 1fr 1fr;
      }

      .form-row {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 768px) {
      .site-container {
        width: min(100% - 28px, 1160px);
      }

      .top-strip .site-container {
        align-items: flex-start;
        flex-direction: column;
        padding: 9px 0;
        gap: 6px;
      }

      .menu-toggle {
        display: inline-flex;
      }

      .nav-actions {
        display: none;
      }

      .nav-menu {
        display: none;
        width: 100%;
        padding: 12px 0 4px;
        flex-direction: column;
        align-items: stretch;
        overflow: visible;
      }

      .nav-menu.is-open {
        display: flex;
      }

      .nav-menu a {
        justify-content: center;
      }

      .hero {
        padding: 48px 0 34px;
      }

      .hero-card,
      .cta-band {
        padding: 24px;
        border-radius: 26px;
      }

      .section-head {
        display: block;
      }

      .section-note {
        margin-top: 12px;
      }

      .metric-grid,
      .process-grid,
      .footer-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 520px) {
      .brand {
        font-size: 15px;
      }

      .brand-mark {
        width: 38px;
        height: 38px;
        border-radius: 14px;
      }

      .hero-actions,
      .filter-bar {
        flex-direction: column;
        align-items: stretch;
      }

      .btn,
      .filter-pill {
        width: 100%;
      }

      .entry-card,
      .entry-card.featured,
      .side-card,
      .info-card,
      .timeline-card {
        padding: 20px;
        border-radius: 22px;
      }

      .entry-meta {
        align-items: flex-start;
        flex-direction: column;
      }

      .copyright {
        display: grid;
      }
    }

/* roulang page: category2 */
:root {
      --bg: #140512;
      --bg-soft: #21101f;
      --bg-card: rgba(44, 17, 40, 0.86);
      --bg-card-strong: rgba(67, 20, 58, 0.92);
      --cream: #fff3df;
      --text: #fff8ee;
      --muted: #d9b9ca;
      --muted-2: #ad8aa0;
      --line: rgba(255, 146, 200, 0.22);
      --line-strong: rgba(255, 100, 176, 0.48);
      --pink: #ff4fa3;
      --magenta: #e72c89;
      --orange: #ff8a2a;
      --violet: #8d4bff;
      --success: #ffc257;
      --shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
      --shadow-glow: 0 18px 46px rgba(255, 79, 163, 0.22);
      --radius: 24px;
      --radius-sm: 14px;
      --container: 1180px;
      --transition: 180ms ease;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      min-height: 100vh;
      color: var(--text);
      font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
      line-height: 1.72;
      background:
        radial-gradient(circle at 16% 8%, rgba(255, 79, 163, 0.24), transparent 34%),
        radial-gradient(circle at 86% 14%, rgba(255, 138, 42, 0.18), transparent 28%),
        radial-gradient(circle at 55% 90%, rgba(141, 75, 255, 0.16), transparent 32%),
        linear-gradient(135deg, #120411 0%, #24071e 46%, #11030f 100%);
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: -1;
      opacity: 0.34;
      background-image:
        linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
      background-size: 42px 42px;
      mask-image: radial-gradient(circle at center, #000 0%, transparent 78%);
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color var(--transition), border-color var(--transition), background var(--transition), transform var(--transition), box-shadow var(--transition);
    }

    a:hover,
    a:focus {
      color: var(--cream);
    }

    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    button,
    .button,
    .btn {
      cursor: pointer;
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    :focus-visible {
      outline: 3px solid rgba(255, 138, 42, 0.72);
      outline-offset: 3px;
    }

    .site-container {
      width: min(100% - 32px, var(--container));
      margin-inline: auto;
    }

    .top-strip {
      position: relative;
      z-index: 30;
      border-bottom: 1px solid rgba(255,255,255,0.08);
      background: rgba(15, 4, 14, 0.88);
      backdrop-filter: blur(16px);
    }

    .top-strip-inner {
      min-height: 38px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      color: var(--muted);
      font-size: 13px;
    }

    .strip-left,
    .strip-right {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
    }

    .live-dot {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--orange);
      box-shadow: 0 0 0 6px rgba(255, 138, 42, 0.12), 0 0 18px rgba(255, 138, 42, 0.8);
    }

    .strip-link {
      color: var(--cream);
      font-weight: 700;
      border-bottom: 1px solid rgba(255, 138, 42, 0.48);
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 25;
      background: rgba(24, 5, 21, 0.82);
      border-bottom: 1px solid rgba(255, 146, 200, 0.16);
      backdrop-filter: blur(22px);
      box-shadow: 0 16px 46px rgba(0, 0, 0, 0.18);
    }

    .main-nav {
      min-height: 76px;
      display: flex;
      align-items: center;
      gap: 22px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-weight: 900;
      letter-spacing: -0.02em;
      white-space: nowrap;
      color: var(--text);
    }

    .brand:hover {
      transform: translateY(-1px);
    }

    .brand-mark {
      width: 42px;
      height: 42px;
      display: inline-grid;
      place-items: center;
      border-radius: 15px;
      color: #270315;
      background: linear-gradient(135deg, var(--pink), var(--orange));
      box-shadow: 0 14px 34px rgba(255, 79, 163, 0.34);
      font-size: 22px;
      font-weight: 900;
    }

    .menu-toggle {
      display: none;
      margin-left: auto;
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 9px 16px;
      color: var(--text);
      background: rgba(255, 255, 255, 0.06);
    }

    .nav-menu {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center;
      gap: 6px;
      flex: 1;
      justify-content: center;
    }

    .nav-menu a {
      position: relative;
      display: inline-flex;
      align-items: center;
      min-height: 40px;
      padding: 8px 14px;
      border-radius: 999px;
      color: var(--muted);
      font-weight: 700;
      font-size: 15px;
    }

    .nav-menu a:hover {
      color: var(--text);
      background: rgba(255, 79, 163, 0.11);
    }

    .nav-menu a.active {
      color: var(--cream);
      background: rgba(255, 79, 163, 0.17);
      border: 1px solid rgba(255, 79, 163, 0.34);
      box-shadow: inset 0 0 24px rgba(255, 79, 163, 0.08);
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border-radius: 999px;
      padding: 12px 20px;
      min-height: 46px;
      border: 1px solid transparent;
      font-weight: 900;
      line-height: 1.2;
      letter-spacing: 0.01em;
      transition: transform var(--transition), box-shadow var(--transition), filter var(--transition), background var(--transition), border-color var(--transition);
    }

    .btn:hover {
      transform: translateY(-3px);
    }

    .btn-primary {
      color: #230313;
      background: linear-gradient(135deg, var(--pink), var(--orange));
      box-shadow: var(--shadow-glow);
    }

    .btn-primary:hover {
      color: #17020d;
      filter: brightness(1.08);
      box-shadow: 0 22px 54px rgba(255, 79, 163, 0.34);
    }

    .btn-secondary {
      color: var(--text);
      border-color: rgba(255, 146, 200, 0.42);
      background: rgba(255, 255, 255, 0.055);
    }

    .btn-secondary:hover {
      color: var(--cream);
      border-color: rgba(255, 138, 42, 0.72);
      background: rgba(255, 79, 163, 0.14);
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      width: fit-content;
      border-radius: 999px;
      padding: 6px 11px;
      color: var(--cream);
      font-size: 13px;
      font-weight: 800;
      border: 1px solid rgba(255, 146, 200, 0.34);
      background: rgba(255, 79, 163, 0.13);
      box-shadow: inset 0 0 22px rgba(255, 79, 163, 0.08);
    }

    .badge.orange {
      border-color: rgba(255, 138, 42, 0.42);
      background: rgba(255, 138, 42, 0.13);
    }

    .badge.violet {
      border-color: rgba(141, 75, 255, 0.5);
      background: rgba(141, 75, 255, 0.14);
    }

    .page-kv {
      padding: 54px 0 42px;
    }

    .notice-row {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 18px;
      align-items: stretch;
      margin-bottom: 22px;
    }

    .notice-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 18px 20px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: linear-gradient(135deg, rgba(255, 79, 163, 0.15), rgba(255, 138, 42, 0.08));
      box-shadow: var(--shadow);
    }

    .notice-bar strong {
      display: block;
      color: var(--cream);
      font-size: 18px;
    }

    .notice-bar span {
      color: var(--muted);
      font-size: 14px;
    }

    .mini-status {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
    }

    .mini-status .item {
      padding: 15px;
      border-radius: 20px;
      border: 1px solid rgba(255, 146, 200, 0.18);
      background: rgba(255, 255, 255, 0.055);
    }

    .mini-status b {
      display: block;
      color: var(--cream);
      font-size: 22px;
      line-height: 1.1;
    }

    .mini-status small {
      color: var(--muted-2);
      font-weight: 700;
    }

    .intro-card {
      position: relative;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 32px;
      padding: 34px;
      background:
        radial-gradient(circle at 78% 18%, rgba(255, 138, 42, 0.20), transparent 28%),
        radial-gradient(circle at 26% 12%, rgba(255, 79, 163, 0.22), transparent 32%),
        linear-gradient(135deg, rgba(48, 14, 43, 0.94), rgba(24, 7, 22, 0.96));
      box-shadow: var(--shadow);
    }

    .intro-card::after {
      content: "";
      position: absolute;
      right: -80px;
      bottom: -120px;
      width: 360px;
      height: 360px;
      border-radius: 999px;
      border: 1px solid rgba(255, 146, 200, 0.2);
      box-shadow: inset 0 0 70px rgba(255, 79, 163, 0.08);
    }

    .intro-content {
      position: relative;
      z-index: 1;
      max-width: 760px;
    }

    .eyebrow {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
      margin-bottom: 16px;
    }

    h1,
    h2,
    h3,
    p {
      margin-top: 0;
    }

    h1 {
      margin-bottom: 18px;
      color: var(--text);
      font-size: clamp(32px, 5vw, 58px);
      line-height: 1.08;
      letter-spacing: -0.04em;
      font-weight: 950;
    }

    .lead {
      max-width: 720px;
      margin-bottom: 24px;
      color: var(--muted);
      font-size: 18px;
    }

    .quick-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
    }

    .section {
      padding: 74px 0;
    }

    .section.tight {
      padding-top: 38px;
    }

    .section-head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 22px;
      margin-bottom: 28px;
    }

    .section-kicker {
      margin-bottom: 8px;
      color: var(--orange);
      font-size: 14px;
      font-weight: 900;
      letter-spacing: 0.08em;
    }

    h2 {
      margin-bottom: 0;
      font-size: clamp(28px, 3.8vw, 42px);
      line-height: 1.18;
      letter-spacing: -0.03em;
      font-weight: 950;
    }

    .section-summary {
      max-width: 420px;
      margin-bottom: 0;
      color: var(--muted);
      font-size: 16px;
    }

    .topic-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 330px;
      gap: 24px;
      align-items: start;
    }

    .topic-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 18px;
    }

    .topic-card {
      position: relative;
      min-height: 238px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      grid-column: span 3;
      padding: 24px;
      overflow: hidden;
      border: 1px solid rgba(255, 146, 200, 0.20);
      border-radius: var(--radius);
      background: var(--bg-card);
      box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
      transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition), background var(--transition);
    }

    .topic-card.featured {
      grid-column: span 4;
      min-height: 330px;
      background:
        radial-gradient(circle at 82% 18%, rgba(255, 138, 42, 0.20), transparent 30%),
        linear-gradient(135deg, rgba(77, 22, 67, 0.96), rgba(34, 10, 31, 0.95));
      border-color: rgba(255, 79, 163, 0.42);
    }

    .topic-card.slim {
      grid-column: span 2;
      min-height: 330px;
      background: rgba(255, 243, 223, 0.08);
    }

    .topic-card:hover {
      transform: translateY(-5px);
      border-color: rgba(255, 138, 42, 0.58);
      box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3), 0 18px 44px rgba(255, 79, 163, 0.15);
    }

    .topic-card::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: 0.42;
      pointer-events: none;
      background: linear-gradient(125deg, rgba(255,255,255,0.11), transparent 34%, rgba(255, 79, 163, 0.08));
    }

    .topic-card > * {
      position: relative;
      z-index: 1;
    }

    .topic-icon {
      width: 52px;
      height: 52px;
      display: grid;
      place-items: center;
      margin-bottom: 18px;
      border-radius: 18px;
      color: #230313;
      font-weight: 950;
      background: linear-gradient(135deg, var(--pink), var(--orange));
      box-shadow: 0 16px 36px rgba(255, 79, 163, 0.24);
    }

    .topic-card h3 {
      margin-bottom: 10px;
      color: var(--cream);
      font-size: clamp(21px, 2.2vw, 28px);
      line-height: 1.24;
      font-weight: 950;
    }

    .topic-card p {
      margin-bottom: 18px;
      color: var(--muted);
    }

    .card-meta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap;
      color: var(--muted-2);
      font-size: 14px;
      font-weight: 700;
    }

    .text-link {
      color: var(--cream);
      font-weight: 900;
      border-bottom: 1px solid rgba(255, 138, 42, 0.58);
    }

    .sticky-cta {
      position: sticky;
      top: 104px;
      padding: 22px;
      border-radius: var(--radius);
      border: 1px solid var(--line-strong);
      background:
        radial-gradient(circle at 70% 6%, rgba(255, 138, 42, 0.18), transparent 36%),
        rgba(35, 11, 31, 0.94);
      box-shadow: var(--shadow);
    }

    .sticky-cta h3 {
      margin-bottom: 10px;
      font-size: 24px;
      font-weight: 950;
      color: var(--cream);
    }

    .sticky-cta p {
      color: var(--muted);
      margin-bottom: 18px;
    }

    .cta-list {
      display: grid;
      gap: 10px;
      margin: 18px 0 20px;
    }

    .cta-list .line {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 11px 12px;
      border-radius: 15px;
      background: rgba(255, 255, 255, 0.055);
      color: var(--muted);
      font-weight: 700;
    }

    .cta-list .line::before {
      content: "";
      width: 9px;
      height: 9px;
      flex: 0 0 auto;
      border-radius: 999px;
      background: var(--orange);
      box-shadow: 0 0 14px rgba(255, 138, 42, 0.72);
    }

    .timeline-panel {
      border: 1px solid var(--line);
      border-radius: 30px;
      background: rgba(255, 255, 255, 0.045);
      overflow: hidden;
      box-shadow: var(--shadow);
    }

    .timeline-row {
      display: grid;
      grid-template-columns: 150px 1fr 140px;
      gap: 20px;
      align-items: center;
      padding: 22px 24px;
      border-bottom: 1px solid rgba(255, 146, 200, 0.14);
      transition: background var(--transition), transform var(--transition);
    }

    .timeline-row:last-child {
      border-bottom: 0;
    }

    .timeline-row:hover {
      background: rgba(255, 79, 163, 0.075);
    }

    .time {
      color: var(--orange);
      font-size: 15px;
      font-weight: 950;
    }

    .timeline-row h3 {
      margin-bottom: 4px;
      color: var(--cream);
      font-size: 21px;
      font-weight: 950;
    }

    .timeline-row p {
      margin-bottom: 0;
      color: var(--muted);
    }

    .signal-wrap {
      display: grid;
      grid-template-columns: 0.9fr 1.1fr;
      gap: 22px;
      align-items: stretch;
    }

    .signal-card,
    .form-card {
      border-radius: var(--radius);
      border: 1px solid var(--line);
      background: var(--bg-card);
      padding: 26px;
      box-shadow: var(--shadow);
    }

    .signal-card h3,
    .form-card h3 {
      color: var(--cream);
      font-size: 25px;
      font-weight: 950;
      margin-bottom: 12px;
    }

    .signal-bars {
      display: grid;
      gap: 16px;
      margin-top: 22px;
    }

    .signal-bar {
      display: grid;
      gap: 8px;
    }

    .bar-head {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      color: var(--muted);
      font-weight: 800;
      font-size: 14px;
    }

    .bar-track {
      height: 12px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.08);
      overflow: hidden;
    }

    .bar-fill {
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--pink), var(--orange));
      box-shadow: 0 0 18px rgba(255, 79, 163, 0.36);
    }

    .form-card label {
      color: var(--cream);
      font-weight: 850;
      margin-bottom: 7px;
    }

    .form-card input,
    .form-card select {
      height: 50px;
      border: 1px solid rgba(255, 146, 200, 0.22);
      border-radius: 16px;
      color: var(--text);
      background: rgba(12, 4, 11, 0.72);
      box-shadow: none;
    }

    .form-card input::placeholder {
      color: rgba(217, 185, 202, 0.72);
    }

    .form-card input:focus,
    .form-card select:focus {
      border-color: var(--pink);
      background: rgba(18, 5, 16, 0.92);
      box-shadow: 0 0 0 4px rgba(255, 79, 163, 0.12);
    }

    .form-note {
      margin: 12px 0 0;
      color: var(--muted-2);
      font-size: 13px;
    }

    .download-pack {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }

    .pack-card {
      padding: 22px;
      border-radius: 22px;
      border: 1px solid rgba(255, 146, 200, 0.18);
      background: rgba(255, 243, 223, 0.065);
      transition: transform var(--transition), border-color var(--transition);
    }

    .pack-card:hover {
      transform: translateY(-4px);
      border-color: rgba(255, 138, 42, 0.52);
    }

    .pack-card h3 {
      margin-bottom: 8px;
      color: var(--cream);
      font-size: 22px;
      font-weight: 950;
    }

    .pack-card p {
      color: var(--muted);
      margin-bottom: 0;
    }

    .faq-shell {
      border-radius: 30px;
      border: 1px solid var(--line);
      background: rgba(31, 10, 28, 0.82);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .accordion {
      margin: 0;
      background: transparent;
    }

    .accordion-item {
      background: transparent;
      border-bottom: 1px solid rgba(255, 146, 200, 0.14);
    }

    .accordion-item:last-child {
      border-bottom: 0;
    }

    .accordion-title {
      border: 0;
      padding: 22px 24px;
      color: var(--cream);
      background: transparent;
      font-size: 18px;
      font-weight: 950;
    }

    .accordion-title:hover,
    .accordion-title:focus {
      color: var(--cream);
      background: rgba(255, 79, 163, 0.09);
    }

    .accordion-title::before {
      color: var(--orange);
      font-weight: 900;
    }

    .accordion-content {
      border: 0;
      padding: 0 24px 22px;
      color: var(--muted);
      background: transparent;
    }

    .final-cta {
      position: relative;
      overflow: hidden;
      border-radius: 34px;
      border: 1px solid rgba(255, 146, 200, 0.28);
      padding: 40px;
      background:
        radial-gradient(circle at 18% 10%, rgba(255, 79, 163, 0.26), transparent 32%),
        radial-gradient(circle at 88% 28%, rgba(255, 138, 42, 0.20), transparent 34%),
        linear-gradient(135deg, rgba(75, 20, 63, 0.98), rgba(22, 6, 20, 0.98));
      box-shadow: var(--shadow);
    }

    .final-cta::before {
      content: "";
      position: absolute;
      inset: auto -20% -80% -20%;
      height: 240px;
      background: radial-gradient(ellipse at center, rgba(255, 138, 42, 0.22), transparent 68%);
    }

    .final-cta-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 26px;
      align-items: center;
    }

    .final-cta h2 {
      margin-bottom: 12px;
    }

    .final-cta p {
      max-width: 720px;
      margin-bottom: 0;
      color: var(--muted);
      font-size: 17px;
    }

    .cta-badges {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin-top: 18px;
    }

    .site-footer {
      margin-top: 80px;
      padding: 56px 0 26px;
      border-top: 1px solid rgba(255, 146, 200, 0.14);
      background: rgba(10, 3, 9, 0.76);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.25fr 0.8fr 0.8fr 1fr;
      gap: 28px;
      margin-bottom: 34px;
    }

    .footer-brand {
      color: var(--cream);
      font-size: 22px;
      font-weight: 950;
      margin-bottom: 12px;
    }

    .footer-title {
      color: var(--cream);
      font-weight: 950;
      margin-bottom: 12px;
    }

    .footer-text {
      color: var(--muted);
      margin-bottom: 0;
      font-size: 14px;
    }

    .footer-links {
      display: grid;
      gap: 9px;
    }

    .footer-links a {
      color: var(--muted);
      font-size: 14px;
      width: fit-content;
    }

    .footer-links a:hover {
      color: var(--cream);
      transform: translateX(3px);
    }

    .copyright {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      padding-top: 22px;
      border-top: 1px solid rgba(255, 146, 200, 0.12);
      color: var(--muted-2);
      font-size: 13px;
    }

    @media (max-width: 1024px) {
      .notice-row,
      .topic-layout,
      .signal-wrap,
      .final-cta-inner {
        grid-template-columns: 1fr;
      }

      .sticky-cta {
        position: relative;
        top: auto;
      }

      .topic-card.featured,
      .topic-card.slim,
      .topic-card {
        grid-column: span 3;
        min-height: 250px;
      }

      .footer-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .nav-actions {
        display: none;
      }
    }

    @media (max-width: 768px) {
      .top-strip-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 9px 0;
        gap: 4px;
      }

      .main-nav {
        min-height: 68px;
        flex-wrap: wrap;
        gap: 12px;
      }

      .menu-toggle {
        display: inline-flex;
      }

      .nav-menu {
        order: 5;
        width: 100%;
        display: none;
        align-items: stretch;
        flex-direction: column;
        padding: 12px;
        margin-bottom: 14px;
        border: 1px solid var(--line);
        border-radius: 22px;
        background: rgba(24, 5, 21, 0.96);
      }

      .nav-menu.is-open {
        display: flex;
      }

      .nav-menu a {
        justify-content: space-between;
        width: 100%;
      }

      .page-kv {
        padding-top: 34px;
      }

      .notice-bar {
        align-items: flex-start;
        flex-direction: column;
      }

      .mini-status {
        grid-template-columns: 1fr;
      }

      .intro-card,
      .final-cta {
        padding: 26px;
        border-radius: 26px;
      }

      .section {
        padding: 54px 0;
      }

      .section-head {
        align-items: flex-start;
        flex-direction: column;
      }

      .topic-grid,
      .download-pack {
        grid-template-columns: 1fr;
      }

      .topic-card.featured,
      .topic-card.slim,
      .topic-card {
        grid-column: auto;
        min-height: auto;
      }

      .timeline-row {
        grid-template-columns: 1fr;
        gap: 8px;
      }

      .final-cta-inner {
        gap: 18px;
      }
    }

    @media (max-width: 520px) {
      .site-container {
        width: min(100% - 24px, var(--container));
      }

      .brand {
        font-size: 15px;
      }

      .brand-mark {
        width: 38px;
        height: 38px;
        border-radius: 13px;
      }

      .quick-actions,
      .final-cta .quick-actions {
        width: 100%;
      }

      .btn {
        width: 100%;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }

      .copyright {
        align-items: flex-start;
        flex-direction: column;
      }
    }
