/* roulang page: index */
:root{
      --bg:#090b12;
      --bg-2:#10121c;
      --panel:#151824;
      --panel-2:#1b1f2d;
      --ink:#f4f7fb;
      --muted:#a4adbd;
      --muted-2:#737d90;
      --line:rgba(113,231,255,.18);
      --line-strong:rgba(113,231,255,.46);
      --cyan:#71e7ff;
      --cyan-2:#1ec8f0;
      --pink:#ff4fd8;
      --amber:#ffba5a;
      --green:#5cffb1;
      --danger:#ff6b86;
      --radius:18px;
      --radius-sm:12px;
      --shadow:0 18px 45px rgba(0,0,0,.38);
      --glow:0 0 22px rgba(113,231,255,.28);
      --container:1180px;
      --font:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      color:var(--ink);
      background:
        radial-gradient(circle at 18% 8%, rgba(255,79,216,.13), transparent 30%),
        radial-gradient(circle at 76% 18%, rgba(113,231,255,.12), transparent 28%),
        linear-gradient(180deg,#070910 0%,var(--bg) 48%,#0b0810 100%);
      line-height:1.72;
      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:34px 34px;
      mask-image:linear-gradient(to bottom, #000 0%, transparent 88%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:.22s ease}
    img{max-width:100%;display:block}
    button,input{font-family:inherit}
    input,select,textarea{outline:none}
    .site-wrap{min-height:100vh}
    .container{
      width:min(calc(100% - 32px),var(--container));
      margin:0 auto;
    }
    .skip-link{
      position:absolute;
      left:-999px;
      top:auto;
      width:1px;
      height:1px;
      overflow:hidden;
    }
    .skip-link:focus{
      left:16px;
      top:16px;
      width:auto;
      height:auto;
      z-index:9999;
      padding:10px 14px;
      background:var(--cyan);
      color:#051018;
      border-radius:10px;
    }
    .topbar{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(8,10,17,.84);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(113,231,255,.16);
      box-shadow:0 8px 28px rgba(0,0,0,.3);
    }
    .nav-inner{
      width:min(calc(100% - 32px),var(--container));
      margin:0 auto;
      min-height:74px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:800;
      letter-spacing:.2px;
      white-space:nowrap;
    }
    .brand-mark{
      width:34px;
      height:34px;
      border-radius:12px;
      background:linear-gradient(135deg,var(--cyan),var(--pink));
      box-shadow:var(--glow);
      position:relative;
      overflow:hidden;
    }
    .brand-mark:after{
      content:"";
      position:absolute;
      inset:8px;
      border:1px solid rgba(5,9,15,.75);
      border-radius:9px;
      transform:rotate(18deg);
    }
    .brand-text{font-size:16px}
    .desktop-nav{
      display:flex;
      align-items:center;
      gap:6px;
      margin-left:auto;
    }
    .nav-link{
      position:relative;
      padding:12px 14px;
      border:1px solid transparent;
      border-radius:14px;
      color:#cbd3df;
      font-size:14px;
      font-weight:700;
    }
    .nav-link:after{
      content:"";
      position:absolute;
      left:16px;
      right:16px;
      bottom:6px;
      height:2px;
      border-radius:20px;
      background:transparent;
      box-shadow:none;
    }
    .nav-link:hover{
      color:#fff;
      border-color:rgba(113,231,255,.22);
      text-shadow:0 0 12px rgba(113,231,255,.4);
    }
    .nav-link.active{
      color:#fff;
      border-color:rgba(113,231,255,.28);
      background:rgba(113,231,255,.055);
      box-shadow:0 0 18px rgba(113,231,255,.12);
    }
    .nav-link.active:after{
      background:var(--cyan);
      box-shadow:0 0 14px var(--cyan);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .search-pill{
      display:flex;
      align-items:center;
      gap:8px;
      min-width:188px;
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.045);
      color:var(--muted);
      font-size:13px;
    }
    .search-dot{
      width:10px;
      height:10px;
      border:2px solid var(--cyan);
      border-radius:50%;
      box-shadow:0 0 12px rgba(113,231,255,.5);
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:42px;
      padding:11px 18px;
      border:1px solid transparent;
      border-radius:14px;
      font-weight:800;
      cursor:pointer;
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
      line-height:1;
    }
    .btn-primary{
      color:#041018;
      background:linear-gradient(135deg,var(--cyan),#a8f4ff);
      box-shadow:0 0 20px rgba(113,231,255,.28);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:#041018;
      transform:translateY(-2px);
      box-shadow:0 0 30px rgba(113,231,255,.45);
    }
    .btn-secondary{
      color:#fff;
      background:rgba(255,255,255,.06);
      border-color:rgba(255,255,255,.16);
    }
    .btn-secondary:hover,.btn-secondary:focus{
      color:#fff;
      transform:translateY(-2px);
      border-color:rgba(255,79,216,.45);
      box-shadow:0 0 22px rgba(255,79,216,.22);
    }
    .menu-trigger{
      display:none;
      width:42px;
      height:42px;
      align-items:center;
      justify-content:center;
      border-radius:14px;
      border:1px solid rgba(113,231,255,.2);
      background:rgba(255,255,255,.06);
      color:var(--ink);
      cursor:pointer;
    }
    .off-canvas{
      background:#0c0f18;
      color:#fff;
      padding:22px;
    }
    .mobile-menu-title{
      font-weight:800;
      margin-bottom:20px;
      color:#fff;
    }
    .mobile-nav a{
      display:block;
      padding:13px 12px;
      border-radius:12px;
      margin-bottom:8px;
      border:1px solid rgba(255,255,255,.1);
      color:#d7deea;
    }
    .mobile-nav a.active{
      border-color:rgba(113,231,255,.4);
      box-shadow:var(--glow);
      color:#fff;
    }
    main{display:block}
    section{
      position:relative;
      padding:36px 0;
    }
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:20px;
      margin-bottom:22px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--cyan);
      font-weight:800;
      font-size:13px;
      letter-spacing:.08em;
      margin-bottom:8px;
    }
    .section-kicker:before{
      content:"";
      width:22px;
      height:2px;
      background:var(--pink);
      box-shadow:0 0 12px rgba(255,79,216,.7);
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      font-size:clamp(34px,5.2vw,70px);
      line-height:1.05;
      font-weight:850;
      letter-spacing:-1.8px;
      margin-bottom:18px;
    }
    h2{
      font-size:clamp(24px,3vw,38px);
      line-height:1.18;
      font-weight:850;
      letter-spacing:-.8px;
      margin-bottom:10px;
    }
    h3{
      font-size:19px;
      line-height:1.32;
      font-weight:820;
      margin-bottom:9px;
    }
    .lead{
      color:#d4dbea;
      font-size:17px;
      max-width:760px;
    }
    .muted{color:var(--muted)}
    .hero{
      min-height:650px;
      padding:0;
      display:flex;
      align-items:stretch;
      overflow:hidden;
      border-bottom:1px solid rgba(113,231,255,.12);
    }
    .hero-video-bg{
      position:absolute;
      inset:0;
      background:
        linear-gradient(90deg, rgba(7,9,16,.96) 0%, rgba(7,9,16,.78) 42%, rgba(7,9,16,.58) 100%),
        radial-gradient(circle at 68% 38%, rgba(113,231,255,.28), transparent 26%),
        radial-gradient(circle at 83% 70%, rgba(255,79,216,.22), transparent 24%),
        linear-gradient(135deg,#151018,#0c1620 48%,#110a17 100%);
    }
    .hero-video-bg:before{
      content:"";
      position:absolute;
      inset:-20%;
      background:
        linear-gradient(110deg, transparent 0 18%, rgba(113,231,255,.12) 18% 19%, transparent 19% 42%, rgba(255,79,216,.1) 42% 43%, transparent 43% 100%);
      animation:scan 9s linear infinite;
    }
    @keyframes scan{
      from{transform:translateX(-12%)}
      to{transform:translateX(12%)}
    }
    .hero-content{
      position:relative;
      z-index:1;
      width:min(calc(100% - 32px),var(--container));
      margin:0 auto;
      padding:100px 0 58px;
      display:grid;
      grid-template-columns:1.02fr .98fr;
      gap:38px;
      align-items:center;
    }
    .hero-copy{
      max-width:690px;
    }
    .age-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      margin-bottom:16px;
      border:1px solid rgba(255,186,90,.35);
      color:#ffe1ac;
      background:rgba(255,186,90,.08);
      border-radius:999px;
      font-size:13px;
      font-weight:800;
    }
    .hero p{
      font-size:18px;
      color:#d6dce9;
      max-width:680px;
      margin-bottom:24px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-bottom:22px;
    }
    .hero-points{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .point-chip{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:9px 12px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.055);
      color:#d8dfeb;
      font-size:13px;
      font-weight:700;
    }
    .point-chip i{
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 12px rgba(92,255,177,.65);
    }
    .hero-stage{
      position:relative;
      min-height:430px;
      border-radius:28px;
      border:1px solid rgba(113,231,255,.18);
      background:rgba(15,18,28,.62);
      box-shadow:var(--shadow), inset 0 0 0 1px rgba(255,255,255,.035);
      overflow:hidden;
      padding:18px;
    }
    .hero-stage:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(180deg, rgba(255,255,255,.07), transparent 30%),
        radial-gradient(circle at 30% 10%, rgba(255,79,216,.18), transparent 30%);
      pointer-events:none;
    }
    .play-orb{
      position:absolute;
      left:50%;
      top:50%;
      transform:translate(-50%,-50%);
      width:88px;
      height:88px;
      border-radius:50%;
      border:1px solid rgba(113,231,255,.55);
      background:rgba(3,9,15,.72);
      box-shadow:0 0 0 10px rgba(113,231,255,.06), 0 0 34px rgba(113,231,255,.35);
      z-index:3;
      display:flex;
      align-items:center;
      justify-content:center;
    }
    .play-orb:after{
      content:"";
      width:0;
      height:0;
      border-top:14px solid transparent;
      border-bottom:14px solid transparent;
      border-left:22px solid var(--cyan);
      margin-left:6px;
      filter:drop-shadow(0 0 10px rgba(113,231,255,.7));
    }
    .poster-grid{
      position:relative;
      z-index:2;
      display:grid;
      grid-template-columns:1.1fr .9fr;
      grid-template-rows:130px 96px 150px;
      gap:12px;
      height:100%;
    }
    .poster-tile{
      position:relative;
      border-radius:18px;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.12);
      background:
        linear-gradient(135deg, rgba(113,231,255,.15), rgba(255,79,216,.09)),
        #191d2a;
      min-height:96px;
      transition:.22s ease;
    }
    .poster-tile:hover{
      transform:translateY(-3px);
      border-color:rgba(113,231,255,.35);
      box-shadow:0 0 22px rgba(113,231,255,.18);
    }
    .poster-tile:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(145deg, rgba(255,255,255,.12), transparent 45%),
        repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 12px);
      opacity:.72;
    }
    .poster-tile.big{grid-row:span 2}
    .poster-tile.wide{grid-column:span 2}
    .tile-label{
      position:absolute;
      left:14px;
      bottom:14px;
      right:14px;
      z-index:1;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:10px;
      font-weight:850;
      color:#fff;
      text-shadow:0 2px 12px rgba(0,0,0,.55);
    }
    .status-dot{
      width:9px;
      height:9px;
      border-radius:50%;
      flex:0 0 auto;
      background:var(--cyan);
      box-shadow:0 0 12px var(--cyan);
    }
    .corner-badge{
      position:absolute;
      right:12px;
      top:12px;
      z-index:1;
      padding:5px 8px;
      border-radius:999px;
      color:#031018;
      background:var(--cyan);
      font-size:12px;
      font-weight:900;
    }
    .pain-strip{
      margin-top:-30px;
      z-index:4;
      padding-top:0;
    }
    .pain-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
    }
    .pain-card{
      padding:18px;
      min-height:96px;
      border-radius:var(--radius);
      border:1px solid rgba(255,255,255,.12);
      background:linear-gradient(180deg, rgba(22,26,39,.96), rgba(14,17,27,.92));
      box-shadow:0 14px 34px rgba(0,0,0,.26);
    }
    .pain-card strong{
      display:block;
      font-size:16px;
      margin-bottom:5px;
    }
    .pain-card span{
      color:var(--muted);
      font-size:13px;
      line-height:1.55;
    }
    .feature-matrix{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:16px;
    }
    .feature-card{
      position:relative;
      padding:24px;
      border-radius:var(--radius);
      border:1px solid var(--line);
      background:
        linear-gradient(180deg, rgba(255,255,255,.045), transparent),
        var(--panel);
      box-shadow:var(--shadow);
      overflow:hidden;
      transition:.22s ease;
    }
    .feature-card:hover{
      transform:translateY(-3px);
      border-color:var(--line-strong);
      box-shadow:var(--shadow),var(--glow);
    }
    .feature-card.large{
      min-height:330px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .feature-card:after{
      content:"";
      position:absolute;
      right:-70px;
      bottom:-70px;
      width:180px;
      height:180px;
      background:radial-gradient(circle, rgba(113,231,255,.16), transparent 68%);
    }
    .card-no{
      display:inline-flex;
      width:34px;
      height:34px;
      align-items:center;
      justify-content:center;
      border-radius:12px;
      margin-bottom:14px;
      color:#041018;
      background:var(--cyan);
      font-weight:900;
      box-shadow:0 0 18px rgba(113,231,255,.3);
    }
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:16px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.12);
      color:#dbe3ef;
      background:rgba(255,255,255,.05);
      font-size:12px;
      font-weight:800;
    }
    .tag.hot{
      color:#ffd6f6;
      border-color:rgba(255,79,216,.32);
      background:rgba(255,79,216,.09);
    }
    .mini-list{
      display:grid;
      gap:10px;
      margin:18px 0 0;
      padding:0;
      list-style:none;
    }
    .mini-list li{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:11px 0;
      border-bottom:1px solid rgba(255,255,255,.08);
      color:#d6deea;
    }
    .mini-list small{
      color:var(--cyan);
      font-weight:800;
      white-space:nowrap;
    }
    .time-cards{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:14px;
    }
    .time-card{
      padding:22px;
      border-radius:var(--radius);
      border:1px solid rgba(255,255,255,.12);
      background:linear-gradient(135deg, rgba(113,231,255,.09), rgba(255,255,255,.035));
      min-height:190px;
      position:relative;
      overflow:hidden;
      transition:.22s ease;
    }
    .time-card:hover{
      transform:translateY(-3px);
      border-color:rgba(113,231,255,.36);
    }
    .time-card.accent{
      background:
        radial-gradient(circle at 20% 20%, rgba(255,79,216,.22), transparent 36%),
        linear-gradient(135deg, rgba(113,231,255,.12), rgba(255,255,255,.045));
    }
    .time-label{
      display:inline-block;
      margin-bottom:24px;
      padding:6px 10px;
      border-radius:999px;
      color:#061018;
      background:var(--amber);
      font-weight:900;
      font-size:12px;
    }
    .time-card h3{font-size:22px}
    .news-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 330px;
      gap:18px;
      align-items:start;
    }
    .news-panel,.recommend-panel,.form-panel,.metric-card,.quote-card,.faq-box,.cta-band{
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:rgba(21,24,36,.82);
      box-shadow:var(--shadow);
    }
    .news-panel{overflow:hidden}
    .news-row{
      display:grid;
      grid-template-columns:130px 1fr 98px;
      gap:18px;
      align-items:center;
      padding:18px 20px;
      border-bottom:1px solid rgba(255,255,255,.08);
      transition:.22s ease;
    }
    .news-row:last-child{border-bottom:none}
    .news-row:hover{
      background:rgba(113,231,255,.055);
    }
    .news-date{
      color:var(--cyan);
      font-weight:900;
      font-size:13px;
    }
    .news-row a{
      font-size:17px;
      font-weight:850;
      color:#fff;
    }
    .news-row p{
      margin:4px 0 0;
      color:var(--muted);
      font-size:13px;
      line-height:1.55;
    }
    .state{
      justify-self:end;
      padding:7px 10px;
      border-radius:999px;
      background:rgba(92,255,177,.1);
      border:1px solid rgba(92,255,177,.28);
      color:#bfffe0;
      font-size:12px;
      font-weight:900;
      white-space:nowrap;
    }
    .recommend-panel{
      position:sticky;
      top:96px;
      padding:20px;
    }
    .rank-list{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:12px;
    }
    .rank-list li{
      display:grid;
      grid-template-columns:30px 1fr;
      gap:10px;
      align-items:start;
      padding-bottom:12px;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .rank-list li:last-child{border-bottom:none;padding-bottom:0}
    .rank-no{
      width:28px;
      height:28px;
      display:flex;
      align-items:center;
      justify-content:center;
      border-radius:10px;
      color:#041018;
      background:var(--cyan);
      font-weight:900;
      font-size:13px;
    }
    .rank-list strong{display:block;line-height:1.35}
    .rank-list span{display:block;color:var(--muted);font-size:13px;margin-top:3px}
    .form-wrap{
      display:grid;
      grid-template-columns:.85fr 1.15fr;
      gap:18px;
      align-items:stretch;
    }
    .form-copy{
      padding:28px;
      border-radius:var(--radius);
      border:1px solid rgba(255,79,216,.2);
      background:
        radial-gradient(circle at 10% 10%, rgba(255,79,216,.2), transparent 34%),
        rgba(21,24,36,.75);
    }
    .form-panel{
      padding:24px;
    }
    .field-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
    }
    .field{margin-bottom:13px}
    .field label{
      display:block;
      color:#d9e1ee;
      font-weight:800;
      font-size:13px;
      margin-bottom:7px;
    }
    .field input,.field select,.field textarea{
      width:100%;
      border:1px solid rgba(255,255,255,.13);
      background:rgba(7,9,16,.72);
      color:#fff;
      border-radius:14px;
      padding:13px 14px;
      min-height:46px;
      transition:.2s ease;
    }
    .field textarea{min-height:96px;resize:vertical}
    .field input::placeholder,.field textarea::placeholder{color:#697386}
    .field input:focus,.field select:focus,.field textarea:focus{
      border-color:rgba(113,231,255,.75);
      box-shadow:0 0 0 4px rgba(113,231,255,.1);
    }
    .form-note{
      color:var(--muted);
      font-size:13px;
      margin:10px 0 0;
    }
    .metrics{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
    }
    .metric-card{
      padding:24px;
      overflow:hidden;
    }
    .metric-num{
      font-size:42px;
      line-height:1;
      font-weight:900;
      letter-spacing:-1.4px;
      color:#fff;
      text-shadow:0 0 18px rgba(113,231,255,.22);
      margin-bottom:9px;
    }
    .metric-card strong{
      display:block;
      margin-bottom:6px;
    }
    .metric-card p{
      color:var(--muted);
      font-size:14px;
      margin:0;
    }
    .quotes{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
    }
    .quote-card{
      padding:22px;
      position:relative;
    }
    .quote-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
    }
    .avatar{
      width:38px;
      height:38px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--cyan),var(--pink));
      box-shadow:0 0 18px rgba(255,79,216,.2);
    }
    .quote-role{
      position:absolute;
      top:18px;
      right:18px;
      color:#ffd6f6;
      border:1px solid rgba(255,79,216,.28);
      border-radius:999px;
      padding:4px 8px;
      font-size:12px;
      font-weight:800;
    }
    .quote-card p{
      color:#dbe2ee;
      margin:0;
      line-height:1.65;
    }
    .accordion{
      background:transparent;
      border:none;
    }
    .accordion-item{
      margin-bottom:10px;
      border-radius:var(--radius-sm);
      overflow:hidden;
      border:1px solid rgba(113,231,255,.16);
      background:rgba(21,24,36,.82);
    }
    .accordion-title{
      color:#fff;
      font-weight:850;
      font-size:16px;
      padding:18px 48px 18px 20px;
      border:none;
      background:transparent;
    }
    .accordion-title:hover,.accordion-title:focus{
      color:#fff;
      background:rgba(113,231,255,.055);
      outline:none;
    }
    .accordion-title:before{color:var(--cyan);font-size:22px;margin-top:-12px}
    .accordion-content{
      border:none;
      background:rgba(7,9,16,.34);
      color:#cbd4e3;
      padding:0 20px 18px;
      border-left:2px solid var(--cyan);
    }
    .accordion-content p{margin:0}
    .cta-band{
      padding:28px;
      display:grid;
      grid-template-columns:1fr auto;
      gap:18px;
      align-items:center;
      background:
        radial-gradient(circle at 75% 50%, rgba(113,231,255,.18), transparent 30%),
        linear-gradient(135deg, rgba(255,79,216,.12), rgba(21,24,36,.92));
      overflow:hidden;
    }
    .cta-band p{
      color:#cbd4e3;
      margin:0;
      max-width:720px;
    }
    .cta-actions{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .footer{
      padding:34px 0 22px;
      border-top:1px solid rgba(113,231,255,.12);
      background:rgba(6,8,14,.74);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1fr auto;
      gap:24px;
      align-items:start;
    }
    .footer-brand{
      font-weight:900;
      margin-bottom:8px;
    }
    .footer p{
      color:var(--muted);
      margin:0 0 12px;
      max-width:720px;
      font-size:14px;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px 16px;
      justify-content:flex-end;
    }
    .footer-links a{
      color:#cbd4e3;
      font-size:14px;
      border-bottom:1px solid transparent;
    }
    .footer-links a:hover{
      color:#fff;
      border-color:var(--cyan);
      text-shadow:0 0 12px rgba(113,231,255,.4);
    }
    .copyright{
      margin-top:20px;
      padding-top:16px;
      border-top:1px solid rgba(255,255,255,.08);
      color:#7c8798;
      font-size:13px;
      display:flex;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
    }
    .backtop{
      color:var(--cyan);
      font-weight:800;
    }
    .fixed-quick{
      display:none;
      position:fixed;
      left:12px;
      right:12px;
      bottom:12px;
      z-index:900;
      grid-template-columns:1fr 1fr;
      gap:8px;
      padding:8px;
      border:1px solid rgba(113,231,255,.18);
      border-radius:18px;
      background:rgba(8,10,17,.86);
      backdrop-filter:blur(16px);
      box-shadow:0 12px 32px rgba(0,0,0,.38);
    }
    .fixed-quick a{
      min-height:40px;
      border-radius:13px;
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:900;
      font-size:13px;
    }
    .fixed-quick a:first-child{
      background:var(--cyan);
      color:#041018;
    }
    .fixed-quick a:last-child{
      border:1px solid rgba(255,255,255,.14);
      color:#fff;
      background:rgba(255,255,255,.05);
    }
    @media (max-width:1024px){
      .desktop-nav,.search-pill,.nav-actions .btn-primary{display:none}
      .menu-trigger{display:flex}
      .hero-content{grid-template-columns:1fr; padding-top:92px}
      .hero-stage{min-height:360px}
      .pain-grid{grid-template-columns:repeat(2,1fr)}
      .feature-matrix,.form-wrap,.news-layout{grid-template-columns:1fr}
      .recommend-panel{position:relative;top:auto}
      .time-cards{grid-template-columns:1fr 1fr}
      .metrics,.quotes{grid-template-columns:1fr 1fr}
      .cta-band{grid-template-columns:1fr}
      .cta-actions{justify-content:flex-start}
    }
    @media (max-width:768px){
      section{padding:28px 0}
      .nav-inner{min-height:64px}
      .brand-text{font-size:14px;max-width:230px;overflow:hidden;text-overflow:ellipsis}
      .hero{min-height:auto}
      .hero-content{padding:78px 0 48px;gap:24px}
      .hero p{font-size:16px}
      .hero-actions .btn{width:100%}
      .poster-grid{grid-template-columns:1fr;grid-template-rows:auto}
      .poster-tile,.poster-tile.big,.poster-tile.wide{grid-column:auto;grid-row:auto;min-height:100px}
      .play-orb{width:68px;height:68px}
      .play-orb:after{border-top-width:10px;border-bottom-width:10px;border-left-width:17px}
      .pain-grid,.time-cards,.metrics,.quotes,.field-grid{grid-template-columns:1fr}
      .section-head{display:block}
      .feature-card.large{min-height:auto}
      .news-row{grid-template-columns:1fr;gap:7px}
      .state{justify-self:start}
      .footer-grid{grid-template-columns:1fr}
      .footer-links{justify-content:flex-start}
      .fixed-quick{display:grid}
      body{padding-bottom:72px}
    }
    @media (max-width:520px){
      .container,.nav-inner,.hero-content{width:min(calc(100% - 22px),var(--container))}
      h1{font-size:34px;letter-spacing:-1px}
      h2{font-size:25px}
      .hero-stage{border-radius:20px;padding:12px}
      .pain-strip{margin-top:-18px}
      .form-copy,.form-panel,.feature-card,.cta-band{padding:20px}
      .metric-num{font-size:34px}
      .copyright{display:block}
    }

/* roulang page: category1 */
:root{
      --bg:#08090f;
      --bg-2:#0d0f18;
      --panel:#111521;
      --panel-2:#151a29;
      --panel-3:#1b2133;
      --text:#f3f7ff;
      --muted:#9aa6ba;
      --soft:#c8d2e5;
      --line:rgba(125,243,255,.16);
      --line-strong:rgba(65,231,255,.48);
      --cyan:#41e7ff;
      --cyan-2:#1fb6ff;
      --pink:#ff3fa4;
      --amber:#ffb84d;
      --green:#48e59b;
      --danger:#ff6a7a;
      --radius:18px;
      --radius-sm:12px;
      --shadow:0 18px 45px rgba(0,0,0,.34);
      --glow:0 0 28px rgba(65,231,255,.22);
      --pink-glow:0 0 28px rgba(255,63,164,.18);
      --container:1180px;
      --ease:all .22s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-height:100vh;
      color:var(--text);
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      line-height:1.72;
      background:
        radial-gradient(circle at 8% -8%,rgba(255,63,164,.12),transparent 34%),
        radial-gradient(circle at 86% 4%,rgba(65,231,255,.13),transparent 32%),
        linear-gradient(180deg,#08090f 0%,#0a0b12 42%,#08090f 100%);
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.34;
      background-image:
        linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
      background-size:32px 32px;
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),rgba(0,0,0,.18));
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover,a:focus{color:var(--cyan)}
    img{max-width:100%;height:auto;display:block}
    button,input,select{font:inherit}
    button{cursor:pointer}
    .container{
      width:min(var(--container),calc(100% - 40px));
      margin-inline:auto;
    }
    .section{padding:58px 0}
    .section-tight{padding:34px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--cyan);
      font-size:13px;
      letter-spacing:.04em;
      font-weight:700;
      padding:7px 12px;
      border:1px solid var(--line);
      border-radius:999px;
      background:rgba(65,231,255,.07);
      box-shadow:var(--glow);
    }
    .eyebrow:before{
      content:"";
      width:7px;height:7px;border-radius:50%;
      background:var(--green);
      box-shadow:0 0 14px rgba(72,229,155,.8);
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(32px,5vw,60px);
      line-height:1.08;
      letter-spacing:-.055em;
      font-weight:850;
      margin:16px 0 18px;
    }
    h2{
      font-size:clamp(24px,3vw,38px);
      line-height:1.18;
      letter-spacing:-.035em;
      font-weight:820;
      margin-bottom:14px;
    }
    h3{font-size:20px;line-height:1.28;font-weight:780;margin-bottom:10px}
    p{color:var(--muted);margin-bottom:0}
    .lead{
      color:var(--soft);
      font-size:18px;
      max-width:760px;
      line-height:1.78;
    }
    .topbar{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(8,9,15,.82);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(65,231,255,.14);
      box-shadow:0 10px 30px rgba(0,0,0,.28);
    }
    .nav-inner{
      width:min(var(--container),calc(100% - 36px));
      margin:0 auto;
      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:max-content;
    }
    .brand-mark{
      width:34px;
      height:34px;
      border-radius:12px;
      background:
        linear-gradient(135deg,rgba(65,231,255,.95),rgba(255,63,164,.72)),
        radial-gradient(circle at 35% 35%,#fff,transparent 24%);
      box-shadow:0 0 24px rgba(65,231,255,.42);
      position:relative;
    }
    .brand-mark:after{
      content:"";
      position:absolute;
      inset:8px;
      border:1px solid rgba(8,9,15,.72);
      border-radius:8px;
      transform:rotate(8deg);
    }
    .brand-text{
      font-size:17px;
      font-weight:850;
      letter-spacing:-.02em;
      color:#fff;
      text-shadow:0 0 20px rgba(65,231,255,.22);
    }
    .desktop-nav{
      display:flex;
      align-items:center;
      gap:8px;
      margin-left:auto;
    }
    .nav-link{
      position:relative;
      color:var(--soft);
      font-size:14px;
      font-weight:700;
      padding:10px 14px;
      border:1px solid transparent;
      border-radius:999px;
    }
    .nav-link:after{
      content:"";
      position:absolute;
      left:16px;
      right:16px;
      bottom:4px;
      height:2px;
      border-radius:99px;
      background:transparent;
      transition:var(--ease);
    }
    .nav-link:hover{
      border-color:rgba(65,231,255,.22);
      color:#fff;
      box-shadow:0 0 18px rgba(65,231,255,.1);
      background:rgba(255,255,255,.025);
    }
    .nav-link.active{
      color:#fff;
      border-color:rgba(65,231,255,.34);
      background:rgba(65,231,255,.08);
      box-shadow:0 0 20px rgba(65,231,255,.18);
    }
    .nav-link.active:after{
      background:linear-gradient(90deg,var(--cyan),var(--pink));
      box-shadow:0 0 12px rgba(65,231,255,.9);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .search-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--muted);
      border:1px solid rgba(255,255,255,.1);
      background:rgba(255,255,255,.035);
      border-radius:999px;
      padding:10px 14px;
      font-size:13px;
      font-weight:650;
      max-width:210px;
      white-space:nowrap;
    }
    .search-pill:hover{
      color:#fff;
      border-color:rgba(65,231,255,.38);
      box-shadow:var(--glow);
    }
    .search-dot{
      width:9px;height:9px;border-radius:50%;
      background:var(--cyan);
      box-shadow:0 0 12px rgba(65,231,255,.85);
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:42px;
      padding:11px 17px;
      border-radius:14px;
      font-weight:800;
      border:1px solid rgba(255,255,255,.12);
      transition:var(--ease);
      line-height:1;
    }
    .btn-primary{
      color:#061018;
      background:linear-gradient(135deg,var(--cyan),#8ff7ff);
      border-color:rgba(143,247,255,.9);
      box-shadow:0 0 24px rgba(65,231,255,.26);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:#031018;
      transform:translateY(-2px);
      box-shadow:0 0 32px rgba(65,231,255,.46);
    }
    .btn-secondary{
      color:#fff;
      background:rgba(255,255,255,.055);
      border-color:rgba(65,231,255,.28);
    }
    .btn-secondary:hover,.btn-secondary:focus{
      color:#fff;
      transform:translateY(-2px);
      border-color:rgba(65,231,255,.58);
      box-shadow:var(--glow);
    }
    .menu-trigger{
      display:none;
      width:42px;height:42px;
      border-radius:13px;
      border:1px solid rgba(65,231,255,.26);
      color:#fff;
      background:rgba(255,255,255,.04);
      font-size:20px;
    }
    .off-canvas{
      background:#0b0d15;
      color:#fff;
      border-right:1px solid rgba(65,231,255,.18);
      padding:22px;
    }
    .mobile-panel-title{
      font-weight:850;
      margin-bottom:18px;
      color:#fff;
    }
    .mobile-menu a{
      display:block;
      padding:13px 12px;
      border-radius:13px;
      color:var(--soft);
      border:1px solid rgba(255,255,255,.06);
      margin-bottom:10px;
      background:rgba(255,255,255,.025);
    }
    .mobile-menu a.active{
      color:#fff;
      border-color:rgba(65,231,255,.4);
      box-shadow:var(--glow);
    }
    .breadcrumb-wrap{
      padding:28px 0 0;
    }
    .breadcrumbs{
      margin:0;
      display:flex;
      flex-wrap:wrap;
      gap:9px;
      list-style:none;
      font-size:13px;
    }
    .breadcrumbs li{
      color:var(--muted);
      display:flex;
      align-items:center;
      gap:9px;
    }
    .breadcrumbs li:not(:last-child):after{
      content:"/";
      color:rgba(255,255,255,.25);
    }
    .breadcrumbs a{
      color:var(--soft);
      border-bottom:1px solid transparent;
    }
    .breadcrumbs a:hover{border-bottom-color:var(--cyan)}
    .category-hero{
      padding:44px 0 36px;
      position:relative;
    }
    .hero-panel{
      border:1px solid var(--line);
      border-radius:28px;
      background:
        linear-gradient(135deg,rgba(65,231,255,.08),transparent 36%),
        radial-gradient(circle at 78% 20%,rgba(255,63,164,.16),transparent 32%),
        linear-gradient(180deg,rgba(21,26,41,.96),rgba(13,15,24,.96));
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .hero-panel:before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(90deg,rgba(65,231,255,.2),transparent 18%,transparent 82%,rgba(255,63,164,.16));
      opacity:.38;
      pointer-events:none;
    }
    .hero-copy{
      padding:42px;
      position:relative;
      z-index:1;
    }
    .hero-side{
      min-height:100%;
      padding:30px;
      border-left:1px solid rgba(65,231,255,.12);
      background:
        linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012)),
        radial-gradient(circle at 30% 20%,rgba(65,231,255,.16),transparent 36%);
      position:relative;
      z-index:1;
    }
    .signal-board{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
    }
    .signal-card{
      min-height:126px;
      border-radius:18px;
      border:1px solid rgba(255,255,255,.1);
      background:
        linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025)),
        linear-gradient(135deg,rgba(65,231,255,.09),rgba(255,63,164,.06));
      padding:16px;
      position:relative;
      overflow:hidden;
      transition:var(--ease);
    }
    .signal-card:hover{
      transform:translateY(-3px);
      border-color:rgba(65,231,255,.4);
      box-shadow:var(--glow);
    }
    .signal-card.wide{grid-column:span 2;min-height:112px}
    .signal-kicker{
      display:flex;
      align-items:center;
      justify-content:space-between;
      color:var(--muted);
      font-size:12px;
      font-weight:800;
      margin-bottom:12px;
    }
    .status{
      display:inline-flex;
      align-items:center;
      gap:6px;
      color:var(--green);
      font-size:12px;
      font-weight:800;
    }
    .status:before{
      content:"";
      width:7px;height:7px;border-radius:50%;
      background:currentColor;
      box-shadow:0 0 12px currentColor;
    }
    .signal-card strong{
      display:block;
      font-size:24px;
      line-height:1.12;
      letter-spacing:-.04em;
      margin-bottom:6px;
    }
    .signal-card span.note{
      color:var(--muted);
      font-size:13px;
      line-height:1.5;
    }
    .hero-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin-top:24px;
    }
    .quick-strip{
      margin-top:20px;
      display:flex;
      flex-wrap:wrap;
      gap:9px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:7px;
      color:var(--soft);
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,255,255,.1);
      border-radius:999px;
      padding:8px 12px;
      font-size:13px;
      font-weight:700;
      transition:var(--ease);
    }
    .tag:hover,.tag.active{
      color:#fff;
      border-color:rgba(65,231,255,.5);
      background:rgba(65,231,255,.09);
      box-shadow:var(--glow);
    }
    .filter-bar{
      border:1px solid var(--line);
      background:rgba(17,21,33,.92);
      border-radius:22px;
      padding:18px;
      box-shadow:var(--shadow);
    }
    .filter-row{
      display:grid;
      grid-template-columns:1.25fr .75fr auto;
      gap:12px;
      align-items:center;
    }
    .input-wrap{
      position:relative;
    }
    .input-wrap:before{
      content:"";
      position:absolute;
      left:15px;
      top:50%;
      width:8px;height:8px;
      border-radius:50%;
      transform:translateY(-50%);
      background:var(--cyan);
      box-shadow:0 0 12px rgba(65,231,255,.8);
    }
    .search-input,.sort-select{
      width:100%;
      min-height:48px;
      border-radius:15px;
      border:1px solid rgba(255,255,255,.12);
      background:#0b0e17;
      color:#fff;
      padding:0 15px 0 34px;
      outline:none;
      box-shadow:none;
      margin:0;
    }
    .sort-select{padding-left:14px;color:var(--soft)}
    .search-input::placeholder{color:#68748a}
    .search-input:focus,.sort-select:focus{
      border-color:rgba(65,231,255,.72);
      box-shadow:0 0 0 4px rgba(65,231,255,.11);
      background:#0b0e17;
    }
    .filter-tags{
      display:flex;
      flex-wrap:wrap;
      gap:9px;
      margin-top:14px;
    }
    .filter-chip{
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.035);
      color:var(--soft);
      border-radius:999px;
      padding:8px 13px;
      font-size:13px;
      font-weight:760;
      transition:var(--ease);
    }
    .filter-chip:hover,.filter-chip.active{
      color:#fff;
      border-color:rgba(255,63,164,.5);
      background:rgba(255,63,164,.1);
      box-shadow:var(--pink-glow);
    }
    .portal-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 330px;
      gap:24px;
      align-items:start;
    }
    .content-flow{
      display:grid;
      gap:16px;
    }
    .story-card{
      border:1px solid rgba(255,255,255,.1);
      background:rgba(17,21,33,.9);
      border-radius:22px;
      overflow:hidden;
      box-shadow:0 12px 32px rgba(0,0,0,.22);
      transition:var(--ease);
    }
    .story-card:hover{
      transform:translateY(-3px);
      border-color:rgba(65,231,255,.35);
      box-shadow:var(--shadow),var(--glow);
    }
    .story-card.featured{
      display:grid;
      grid-template-columns:45% 55%;
      min-height:310px;
    }
    .cover{
      position:relative;
      min-height:210px;
      overflow:hidden;
      background:
        linear-gradient(135deg,rgba(65,231,255,.28),rgba(255,63,164,.2)),
        linear-gradient(180deg,#22283a,#10131f);
    }
    .cover:before{
      content:"";
      position:absolute;
      inset:-20%;
      background:
        radial-gradient(circle at 26% 24%,rgba(255,255,255,.24),transparent 14%),
        linear-gradient(135deg,transparent 0 20%,rgba(255,255,255,.06) 20% 21%,transparent 21% 42%,rgba(255,255,255,.05) 42% 43%,transparent 43% 100%);
      transform:rotate(-8deg);
      transition:var(--ease);
    }
    .story-card:hover .cover:before{transform:rotate(-8deg) scale(1.03)}
    .cover .corner{
      position:absolute;
      top:14px;left:14px;
      border-radius:999px;
      padding:7px 10px;
      font-size:12px;
      font-weight:850;
      color:#061018;
      background:var(--cyan);
      box-shadow:0 0 18px rgba(65,231,255,.45);
    }
    .cover .mini-status{
      position:absolute;
      right:14px;bottom:14px;
      color:#fff;
      font-size:12px;
      font-weight:800;
      padding:7px 10px;
      border-radius:999px;
      background:rgba(8,9,15,.7);
      border:1px solid rgba(255,255,255,.16);
      backdrop-filter:blur(8px);
    }
    .story-body{
      padding:24px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .meta-line{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:8px;
      margin-bottom:12px;
    }
    .badge{
      display:inline-flex;
      align-items:center;
      color:var(--cyan);
      font-size:12px;
      font-weight:850;
      border:1px solid rgba(65,231,255,.26);
      background:rgba(65,231,255,.07);
      border-radius:999px;
      padding:5px 9px;
    }
    .badge.pink{
      color:#ff9ccf;
      border-color:rgba(255,63,164,.26);
      background:rgba(255,63,164,.08);
    }
    .badge.amber{
      color:#ffd08a;
      border-color:rgba(255,184,77,.25);
      background:rgba(255,184,77,.08);
    }
    .story-title{
      font-size:clamp(21px,2.5vw,30px);
      letter-spacing:-.035em;
      line-height:1.18;
      margin-bottom:10px;
    }
    .story-text{
      color:var(--muted);
      line-height:1.78;
      margin-bottom:18px;
    }
    .story-link{
      width:max-content;
      color:#fff;
      font-weight:850;
      border-bottom:2px solid rgba(65,231,255,.55);
      padding-bottom:4px;
    }
    .story-link:hover{color:var(--cyan);border-bottom-color:var(--pink)}
    .compact-card{
      display:grid;
      grid-template-columns:190px 1fr;
      min-height:190px;
    }
    .compact-card .cover{min-height:190px}
    .compact-card .story-title{font-size:22px}
    .text-card{
      padding:24px;
      border-left:3px solid var(--cyan);
      background:
        linear-gradient(90deg,rgba(65,231,255,.08),transparent 42%),
        rgba(17,21,33,.9);
    }
    .text-card.pinkline{border-left-color:var(--pink)}
    .text-card.amberline{border-left-color:var(--amber)}
    .side-column{
      position:sticky;
      top:96px;
      display:grid;
      gap:16px;
    }
    .side-card{
      border:1px solid rgba(255,255,255,.1);
      background:rgba(17,21,33,.92);
      border-radius:22px;
      padding:20px;
      box-shadow:0 12px 30px rgba(0,0,0,.2);
    }
    .side-card h3{
      display:flex;
      align-items:center;
      justify-content:space-between;
      margin-bottom:14px;
    }
    .side-card h3:after{
      content:"";
      width:42px;
      height:2px;
      border-radius:999px;
      background:linear-gradient(90deg,var(--cyan),var(--pink));
      box-shadow:0 0 12px rgba(65,231,255,.65);
    }
    .hot-tags{
      display:flex;
      flex-wrap:wrap;
      gap:9px;
    }
    .quick-list{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:10px;
    }
    .quick-list li a{
      display:flex;
      justify-content:space-between;
      gap:12px;
      padding:12px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.025);
      color:var(--soft);
      font-weight:720;
    }
    .quick-list li a:hover{
      color:#fff;
      border-color:rgba(65,231,255,.34);
      box-shadow:var(--glow);
    }
    .quick-list small{color:var(--muted);font-weight:700}
    .notice-card{
      background:
        radial-gradient(circle at 85% 10%,rgba(255,63,164,.16),transparent 34%),
        linear-gradient(180deg,rgba(65,231,255,.08),rgba(255,255,255,.025));
    }
    .notice-card p{font-size:14px}
    .number-strip{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
      margin-top:18px;
    }
    .number-card{
      border:1px solid rgba(255,255,255,.1);
      background:rgba(255,255,255,.035);
      border-radius:18px;
      padding:18px;
    }
    .number-card strong{
      display:block;
      color:#fff;
      font-size:34px;
      line-height:1;
      letter-spacing:-.05em;
      text-shadow:0 0 20px rgba(65,231,255,.22);
    }
    .number-card span{
      display:block;
      color:var(--muted);
      font-size:13px;
      margin-top:8px;
    }
    .pager{
      display:flex;
      flex-wrap:wrap;
      gap:9px;
      justify-content:center;
      margin-top:28px;
    }
    .page-btn{
      min-width:42px;
      height:42px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:0 13px;
      border-radius:13px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.035);
      color:var(--soft);
      font-weight:850;
    }
    .page-btn:hover,.page-btn.current{
      color:#071018;
      background:var(--cyan);
      border-color:var(--cyan);
      box-shadow:0 0 22px rgba(65,231,255,.35);
    }
    .faq-wrap{
      border:1px solid var(--line);
      border-radius:24px;
      overflow:hidden;
      background:rgba(17,21,33,.82);
      box-shadow:var(--shadow);
    }
    .accordion{
      margin:0;
      background:transparent;
    }
    .accordion-item{
      background:transparent;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .accordion-item:last-child{border-bottom:0}
    .accordion-title{
      border:0!important;
      background:transparent!important;
      color:#fff!important;
      font-size:17px;
      font-weight:820;
      padding:20px 22px;
      line-height:1.45;
    }
    .accordion-title:hover,.accordion-title:focus{
      color:var(--cyan)!important;
      box-shadow:inset 3px 0 0 var(--cyan);
      outline:none;
    }
    .accordion-title:before{color:var(--cyan);font-size:22px;margin-top:-13px}
    .accordion-content{
      border:0!important;
      background:rgba(65,231,255,.035)!important;
      color:var(--muted);
      padding:0 22px 22px;
      border-left:3px solid var(--cyan)!important;
    }
    .cta-band{
      border:1px solid rgba(65,231,255,.28);
      border-radius:28px;
      padding:30px;
      background:
        linear-gradient(90deg,rgba(65,231,255,.13),rgba(255,63,164,.12)),
        radial-gradient(circle at 85% 20%,rgba(255,184,77,.16),transparent 26%),
        rgba(17,21,33,.95);
      box-shadow:var(--shadow),var(--glow);
      display:grid;
      grid-template-columns:1fr auto;
      gap:24px;
      align-items:center;
    }
    .cta-band h2{margin-bottom:8px}
    .cta-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .footer{
      padding:44px 0 26px;
      background:#07080d;
      border-top:1px solid rgba(65,231,255,.12);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:28px;
      align-items:start;
    }
    .footer-brand{
      color:#fff;
      font-size:20px;
      font-weight:850;
      margin-bottom:10px;
    }
    .footer p{font-size:14px;max-width:620px}
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      justify-content:flex-end;
    }
    .footer-links a{
      color:var(--muted);
      font-size:14px;
      font-weight:720;
      padding:8px 10px;
      border-radius:10px;
      border:1px solid rgba(255,255,255,.06);
      background:rgba(255,255,255,.02);
    }
    .footer-links a:hover{
      color:#fff;
      border-color:rgba(65,231,255,.28);
      box-shadow:var(--glow);
    }
    .copyright{
      margin-top:24px;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.08);
      display:flex;
      justify-content:space-between;
      gap:16px;
      color:#748096;
      font-size:13px;
    }
    .backtop{color:var(--soft);font-weight:800}
    .backtop:hover{color:var(--cyan)}
    .bottom-shortcut{
      display:none;
      position:fixed;
      left:12px;
      right:12px;
      bottom:12px;
      z-index:40;
      padding:9px;
      border:1px solid rgba(65,231,255,.26);
      background:rgba(8,9,15,.88);
      backdrop-filter:blur(14px);
      border-radius:18px;
      box-shadow:0 10px 30px rgba(0,0,0,.35);
      gap:8px;
    }
    .bottom-shortcut a{
      flex:1;
      text-align:center;
      color:var(--soft);
      font-size:12px;
      font-weight:850;
      padding:9px 6px;
      border-radius:12px;
      background:rgba(255,255,255,.035);
    }
    .bottom-shortcut a.active{
      color:#061018;
      background:var(--cyan);
      box-shadow:0 0 18px rgba(65,231,255,.35);
    }
    @media (max-width:1024px){
      .search-pill span:not(.search-dot){display:none}
      .search-pill{width:42px;height:42px;justify-content:center;padding:0}
      .portal-layout{grid-template-columns:1fr}
      .side-column{position:static;grid-template-columns:repeat(2,1fr)}
      .story-card.featured{grid-template-columns:1fr}
      .hero-side{border-left:0;border-top:1px solid rgba(65,231,255,.12)}
    }
    @media (max-width:768px){
      .desktop-nav{display:none}
      .menu-trigger{display:inline-flex;align-items:center;justify-content:center}
      .nav-inner{min-height:66px;width:min(100% - 24px,var(--container))}
      .brand-text{font-size:15px;max-width:190px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
      .nav-actions .btn-primary{display:none}
      .container{width:calc(100% - 24px)}
      .section{padding:42px 0}
      .category-hero{padding:28px 0}
      .hero-copy{padding:26px}
      .hero-side{padding:20px}
      .signal-board{grid-template-columns:1fr}
      .signal-card.wide{grid-column:auto}
      .filter-row{grid-template-columns:1fr}
      .compact-card{grid-template-columns:1fr}
      .compact-card .cover{min-height:160px}
      .side-column{grid-template-columns:1fr}
      .number-strip{grid-template-columns:1fr}
      .cta-band{grid-template-columns:1fr;padding:24px}
      .cta-actions{justify-content:flex-start}
      .footer-grid{grid-template-columns:1fr}
      .footer-links{justify-content:flex-start}
      .copyright{flex-direction:column}
      .bottom-shortcut{display:flex}
    }
    @media (max-width:520px){
      h1{font-size:31px}
      h2{font-size:25px}
      .hero-copy{padding:22px}
      .lead{font-size:16px}
      .hero-actions .btn{width:100%}
      .filter-tags{max-height:112px;overflow:auto;padding-bottom:2px}
      .story-body,.text-card{padding:20px}
      .story-title{font-size:21px}
      .pager{justify-content:flex-start}
      .footer{padding-bottom:82px}
    }
