/* roulang page: index */
:root{
      --bg:#07110d;
      --bg-2:#0a1d16;
      --panel:#10271e;
      --panel-2:#132f24;
      --panel-light:#eaf3ed;
      --text:#f3fff8;
      --text-dark:#143027;
      --muted:#a5b9ae;
      --muted-2:#5e766a;
      --line:rgba(129, 211, 158, .20);
      --line-strong:rgba(72, 255, 152, .42);
      --green:#2de47f;
      --green-soft:#9df7bc;
      --cyan:#30e7d2;
      --orange:#ff9f43;
      --red:#b85a44;
      --cream:#f7f3df;
      --shadow:0 24px 70px rgba(0,0,0,.34);
      --shadow-soft:0 16px 42px rgba(0,0,0,.22);
      --radius-xl:26px;
      --radius-lg:20px;
      --radius-md:14px;
      --radius-pill:999px;
      --nav-h:72px;
      --font:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      color:var(--text);
      background:
        radial-gradient(circle at 16% 10%, rgba(45,228,127,.18), transparent 32%),
        radial-gradient(circle at 86% 0%, rgba(48,231,210,.10), transparent 30%),
        linear-gradient(180deg,#06100c 0%,#091811 44%,#07110d 100%);
      line-height:1.78;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(157,247,188,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(157,247,188,.035) 1px, transparent 1px);
      background-size:36px 36px;
      mask-image:linear-gradient(180deg,rgba(0,0,0,.85),transparent 78%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:.22s ease}
    a:hover{color:var(--green)}
    img{max-width:100%;height:auto}
    button,input,select,textarea{font-family:inherit}
    ::selection{background:rgba(45,228,127,.35);color:#fff}
    .container{max-width:1220px}
    .site-header{
      position:sticky;
      top:0;
      z-index:1020;
      background:rgba(7,17,13,.78);
      backdrop-filter:blur(18px);
      border-bottom:1px solid var(--line);
      transition:.25s ease;
    }
    .site-header.is-scrolled{
      background:rgba(6,16,12,.96);
      box-shadow:0 16px 40px rgba(0,0,0,.28);
    }
    .brand-strip{
      min-height:34px;
      display:flex;
      align-items:center;
      border-bottom:1px solid rgba(157,247,188,.10);
      color:var(--muted);
      font-size:13px;
    }
    .brand-strip .ticker-dot,.status-dot{
      display:inline-block;
      width:8px;height:8px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 6px rgba(45,228,127,.10),0 0 18px rgba(45,228,127,.7);
      margin-right:8px;
      vertical-align:middle;
    }
    .navbar{padding:13px 0}
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:10px;
      color:#fff!important;
      font-weight:900;
      letter-spacing:-.02em;
      max-width:460px;
      white-space:normal;
      line-height:1.15;
    }
    .logo-mark{
      width:42px;height:42px;
      border-radius:14px;
      display:grid;
      place-items:center;
      flex:0 0 auto;
      color:#07110d;
      font-weight:950;
      background:linear-gradient(135deg,var(--green),var(--cyan));
      box-shadow:0 12px 30px rgba(45,228,127,.25);
      position:relative;
    }
    .logo-mark:after{
      content:"18+";
      position:absolute;
      right:-8px;bottom:-7px;
      font-size:10px;
      color:#fff;
      background:var(--red);
      padding:1px 5px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.22);
    }
    .brand-name{font-size:18px}
    .nav-main .nav-link{
      color:var(--muted);
      font-weight:750;
      border-radius:999px;
      padding:9px 14px!important;
      position:relative;
    }
    .nav-main .nav-link:hover,.nav-main .nav-link.active{
      color:#06100c;
      background:var(--green-soft);
    }
    .nav-search{
      display:flex;
      align-items:center;
      min-width:250px;
      padding:8px 12px;
      border:1px solid var(--line);
      border-radius:999px;
      background:rgba(255,255,255,.045);
      color:var(--muted);
      transition:.22s ease;
    }
    .nav-search:focus-within{
      border-color:var(--line-strong);
      box-shadow:0 0 0 4px rgba(45,228,127,.08);
      background:rgba(255,255,255,.07);
    }
    .nav-search span{font-size:14px;margin-right:8px}
    .nav-search input{
      width:100%;
      border:0;
      outline:0;
      background:transparent;
      color:#fff;
      font-size:14px;
    }
    .nav-search input::placeholder{color:#8ea69a}
    .navbar-toggler{
      border:1px solid var(--line);
      border-radius:12px;
      padding:8px 10px;
      color:#fff;
      box-shadow:none!important;
    }
    .navbar-toggler-icon{
      filter:invert(1) grayscale(1);
      opacity:.86;
    }
    .top-tags{
      padding:0 0 13px;
      display:flex;
      gap:10px;
      overflow-x:auto;
      scrollbar-width:none;
    }
    .top-tags::-webkit-scrollbar{display:none}
    .tag-chip,.badge-soft{
      display:inline-flex;
      align-items:center;
      gap:6px;
      white-space:nowrap;
      padding:7px 11px;
      border-radius:999px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.045);
      color:var(--muted);
      font-size:13px;
      font-weight:700;
    }
    .tag-chip:hover{
      color:#07110d;
      border-color:transparent;
      background:var(--green-soft);
      transform:translateY(-1px);
    }
    .badge-18{
      color:#fff;
      background:rgba(184,90,68,.24);
      border-color:rgba(255,159,67,.34);
    }
    .btn{
      border:0;
      border-radius:999px;
      padding:12px 18px;
      font-weight:850;
      transition:.22s ease;
    }
    .btn-primary-custom{
      color:#07110d;
      background:linear-gradient(135deg,var(--orange),#ffd166);
      box-shadow:0 16px 32px rgba(255,159,67,.22);
    }
    .btn-primary-custom:hover,.btn-primary-custom:focus{
      color:#07110d;
      transform:translateY(-2px);
      box-shadow:0 20px 42px rgba(255,159,67,.35);
    }
    .btn-ghost{
      color:var(--green-soft);
      background:rgba(45,228,127,.08);
      border:1px solid var(--line-strong);
    }
    .btn-ghost:hover,.btn-ghost:focus{
      color:#07110d;
      background:var(--green-soft);
      transform:translateY(-2px);
    }
    .btn-darkline{
      color:var(--text);
      background:rgba(255,255,255,.045);
      border:1px solid var(--line);
    }
    .btn-darkline:hover{
      background:rgba(255,255,255,.08);
      border-color:var(--line-strong);
      color:#fff;
      transform:translateY(-2px);
    }
    .section{padding:78px 0}
    .section-tight{padding:56px 0}
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:28px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--green-soft);
      font-size:13px;
      font-weight:850;
      letter-spacing:.04em;
      margin-bottom:8px;
    }
    .section-title{
      margin:0;
      font-size:clamp(25px,3.2vw,36px);
      line-height:1.2;
      font-weight:950;
      letter-spacing:-.03em;
    }
    .section-desc{
      max-width:660px;
      color:var(--muted);
      margin:10px 0 0;
      font-size:16px;
    }
    .hero{
      padding:28px 0 70px;
    }
    .hero-topbar{
      background:linear-gradient(135deg,#f4f9ef,#d9f4e2);
      color:var(--text-dark);
      border-radius:0 0 28px 28px;
      padding:18px 0;
      border-bottom:1px solid rgba(20,48,39,.12);
      box-shadow:0 18px 40px rgba(0,0,0,.14);
    }
    .age-line{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
      font-weight:750;
    }
    .age-line small{
      color:#496357;
      font-weight:650;
      line-height:1.6;
    }
    .mini-pill{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 12px;
      border-radius:999px;
      background:#10271e;
      color:#fff;
      font-size:13px;
      font-weight:850;
    }
    .hero-band{
      margin-top:24px;
      border-radius:var(--radius-xl);
      overflow:hidden;
      border:1px solid var(--line);
      background:
        linear-gradient(110deg,rgba(45,228,127,.13),transparent 36%),
        linear-gradient(135deg,#0b1c15 0%,#143528 55%,#101815 100%);
      box-shadow:var(--shadow);
      position:relative;
    }
    .hero-band:after{
      content:"";
      position:absolute;
      inset:0;
      background:repeating-linear-gradient(110deg,transparent 0 22px,rgba(255,255,255,.035) 23px 24px);
      pointer-events:none;
      opacity:.55;
    }
    .hero-copy{
      position:relative;
      z-index:1;
      padding:44px;
    }
    .hero h1{
      max-width:920px;
      margin:0;
      font-size:clamp(30px,4.5vw,52px);
      line-height:1.14;
      font-weight:1000;
      letter-spacing:-.05em;
    }
    .hero-lead{
      max-width:860px;
      color:#d8eadf;
      margin:18px 0 22px;
      font-size:17px;
      line-height:1.85;
    }
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
    .metric-row{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      border-top:1px solid var(--line);
      position:relative;
      z-index:1;
      background:rgba(0,0,0,.16);
    }
    .metric-cell{
      padding:20px 24px;
      border-right:1px solid var(--line);
    }
    .metric-cell:last-child{border-right:0}
    .metric-num{
      display:block;
      font-size:26px;
      line-height:1;
      font-weight:950;
      color:var(--green-soft);
      margin-bottom:8px;
    }
    .metric-label{
      color:var(--muted);
      font-size:13px;
      font-weight:750;
    }
    .quick-panel{
      margin-top:24px;
      display:grid;
      grid-template-columns:1.25fr .75fr;
      gap:22px;
    }
    .panel-card,.dark-card,.light-card{
      border-radius:var(--radius-lg);
      border:1px solid var(--line);
      background:rgba(16,39,30,.82);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
      transition:.22s ease;
    }
    .panel-card:hover,.dark-card:hover,.light-card:hover{
      border-color:var(--line-strong);
      transform:translateY(-3px);
      box-shadow:0 22px 55px rgba(0,0,0,.30);
    }
    .panel-card{padding:22px}
    .trend-list{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
    }
    .trend-item{
      border-radius:16px;
      padding:14px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,255,255,.08);
    }
    .trend-item b{display:block;font-size:15px;margin-bottom:7px}
    .trend-item span{font-size:13px;color:var(--muted)}
    .heat{
      height:7px;
      border-radius:999px;
      overflow:hidden;
      margin-top:12px;
      background:rgba(255,255,255,.08);
    }
    .heat i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--green),var(--orange))}
    .vertical-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr 1fr;
      gap:22px;
      align-items:stretch;
    }
    .vertical-card{
      min-height:260px;
      padding:24px;
      border-radius:var(--radius-xl);
      border:1px solid var(--line);
      background:
        radial-gradient(circle at 80% 14%,rgba(48,231,210,.15),transparent 34%),
        linear-gradient(180deg,rgba(19,47,36,.92),rgba(9,24,17,.92));
      position:relative;
      overflow:hidden;
      box-shadow:var(--shadow-soft);
    }
    .vertical-card:before{
      content:"";
      position:absolute;
      left:0;right:0;bottom:0;
      height:76px;
      background:linear-gradient(180deg,transparent,rgba(45,228,127,.08));
    }
    .vertical-card.tall{min-height:360px}
    .vertical-card.light{
      background:linear-gradient(180deg,#edf7ef,#dceee3);
      color:var(--text-dark);
      border-color:rgba(20,48,39,.15);
    }
    .vertical-card h3{
      position:relative;
      margin:14px 0 10px;
      font-size:22px;
      font-weight:950;
    }
    .vertical-card p{
      position:relative;
      color:inherit;
      opacity:.78;
      margin:0;
      font-size:15px;
    }
    .cover-abstract{
      position:relative;
      height:132px;
      border-radius:18px;
      background:
        linear-gradient(135deg,rgba(45,228,127,.25),rgba(48,231,210,.10)),
        repeating-linear-gradient(90deg,rgba(255,255,255,.08) 0 1px,transparent 1px 18px);
      border:1px solid rgba(255,255,255,.12);
      overflow:hidden;
    }
    .cover-abstract:after{
      content:"字幕";
      position:absolute;
      left:16px;bottom:14px;
      padding:6px 12px;
      border-radius:999px;
      background:rgba(0,0,0,.52);
      color:#fff;
      font-weight:850;
      font-size:13px;
      backdrop-filter:blur(8px);
    }
    .hot-list{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:22px;
    }
    .rank-card{
      padding:0;
      overflow:hidden;
    }
    .rank-row{
      display:grid;
      grid-template-columns:46px 1fr 92px;
      gap:12px;
      align-items:center;
      padding:17px 20px;
      border-bottom:1px solid rgba(157,247,188,.10);
      transition:.22s ease;
    }
    .rank-row:hover{background:rgba(45,228,127,.07)}
    .rank-row:last-child{border-bottom:0}
    .rank-no{
      width:30px;height:30px;
      border-radius:10px;
      display:grid;
      place-items:center;
      color:#07110d;
      background:var(--green-soft);
      font-weight:950;
    }
    .rank-title{font-weight:850;line-height:1.4}
    .rank-note{font-size:13px;color:var(--muted)}
    .rank-score{text-align:right;color:var(--orange);font-weight:900}
    .review-wall{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:24px;
    }
    .score-box{
      padding:28px;
      background:linear-gradient(135deg,#eaf4e6,#cdebd9);
      color:var(--text-dark);
      border-radius:var(--radius-xl);
      border:1px solid rgba(20,48,39,.12);
    }
    .score-big{
      font-size:58px;
      line-height:1;
      font-weight:1000;
      letter-spacing:-.06em;
    }
    .review-list{
      display:grid;
      gap:14px;
    }
    .review-item{
      padding:18px;
      border-radius:18px;
      background:rgba(255,255,255,.045);
      border:1px solid var(--line);
    }
    .review-item p{margin:8px 0 0;color:#d5e5db}
    .info-section{
      background:linear-gradient(180deg,rgba(234,243,237,.96),rgba(218,235,224,.96));
      color:var(--text-dark);
      border-radius:34px;
      margin:30px auto;
      max-width:calc(100% - 24px);
      box-shadow:0 24px 70px rgba(0,0,0,.18);
    }
    .info-section .section-desc{color:#526a5e}
    .news-layout{
      display:grid;
      grid-template-columns:1.25fr .75fr;
      gap:24px;
    }
    .news-list{
      border-radius:var(--radius-xl);
      background:#fff;
      border:1px solid rgba(20,48,39,.10);
      overflow:hidden;
    }
    .news-link{
      display:grid;
      grid-template-columns:110px 1fr 100px;
      gap:14px;
      align-items:center;
      padding:18px 20px;
      color:var(--text-dark);
      border-bottom:1px solid rgba(20,48,39,.08);
    }
    .news-link:last-child{border-bottom:0}
    .news-link:hover{
      color:#0a6b39;
      background:#f5fbf6;
    }
    .news-tag{
      display:inline-flex;
      justify-content:center;
      padding:6px 10px;
      border-radius:999px;
      background:#e7f5eb;
      color:#176b3b;
      font-size:13px;
      font-weight:850;
    }
    .news-title{font-weight:850}
    .news-meta{text-align:right;color:#6a7f73;font-size:13px}
    .recommend-card{
      padding:22px;
      border-radius:var(--radius-xl);
      background:#10271e;
      color:#fff;
      min-height:100%;
      border:1px solid rgba(45,228,127,.22);
    }
    .matrix-grid{
      display:grid;
      grid-template-columns:1.35fr 1fr 1fr;
      gap:18px;
    }
    .matrix-card{
      padding:22px;
      min-height:190px;
      border-radius:var(--radius-lg);
      background:rgba(16,39,30,.78);
      border:1px solid var(--line);
      transition:.22s ease;
    }
    .matrix-card.wide{grid-row:span 2}
    .matrix-card:hover{
      transform:translateY(-3px);
      border-color:var(--line-strong);
      background:rgba(19,47,36,.94);
    }
    .matrix-card h3{
      font-size:20px;
      font-weight:950;
      margin:14px 0 8px;
    }
    .matrix-card p{color:var(--muted);font-size:15px;margin:0}
    .icon-chip{
      width:44px;height:44px;
      border-radius:16px;
      display:grid;
      place-items:center;
      background:rgba(45,228,127,.12);
      border:1px solid rgba(45,228,127,.22);
      color:var(--green-soft);
      font-weight:950;
    }
    .comparison-wrap{
      border-radius:var(--radius-xl);
      border:1px solid var(--line);
      background:rgba(16,39,30,.72);
      overflow:hidden;
      box-shadow:var(--shadow-soft);
    }
    .custom-table{margin:0;color:var(--text)}
    .custom-table thead th{
      background:#0c2118;
      color:var(--green-soft);
      border:0;
      padding:18px;
      font-size:14px;
      white-space:nowrap;
    }
    .custom-table tbody td{
      background:transparent;
      color:#dcebe2;
      border-color:rgba(157,247,188,.12);
      padding:18px;
      vertical-align:middle;
      min-width:160px;
    }
    .custom-table tbody tr:hover td{background:rgba(45,228,127,.06)}
    .status-badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:6px 10px;
      border-radius:999px;
      font-size:13px;
      font-weight:850;
      background:rgba(45,228,127,.10);
      color:var(--green-soft);
      border:1px solid rgba(45,228,127,.20);
    }
    .pricing-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
    .price-card{
      padding:24px;
      border-radius:var(--radius-xl);
      border:1px solid var(--line);
      background:rgba(255,255,255,.045);
      position:relative;
      overflow:hidden;
    }
    .price-card.featured{
      background:linear-gradient(180deg,rgba(45,228,127,.16),rgba(16,39,30,.86));
      border-color:var(--line-strong);
      transform:translateY(-8px);
    }
    .price-card h3{font-weight:950;margin:14px 0 8px}
    .price-card ul{padding-left:0;list-style:none;margin:18px 0;display:grid;gap:10px;color:var(--muted)}
    .price-card li:before{content:"●";color:var(--green);font-size:10px;margin-right:8px}
    .accordion{display:grid;gap:14px}
    .accordion-item{
      border:1px solid var(--line)!important;
      border-radius:18px!important;
      background:rgba(16,39,30,.72)!important;
      overflow:hidden;
      color:var(--text);
    }
    .accordion-button{
      background:rgba(255,255,255,.035)!important;
      color:#fff!important;
      font-weight:900;
      box-shadow:none!important;
      padding:18px 22px;
      line-height:1.45;
    }
    .accordion-button:focus{box-shadow:0 0 0 4px rgba(45,228,127,.10)!important}
    .accordion-button:not(.collapsed){
      color:var(--green-soft)!important;
      border-left:4px solid var(--green);
    }
    .accordion-button::after{filter:invert(1);opacity:.75}
    .accordion-body{
      color:#d0e2d8;
      padding:18px 22px 22px;
      border-top:1px solid rgba(157,247,188,.10);
    }
    .cta-panel{
      border-radius:32px;
      overflow:hidden;
      border:1px solid var(--line-strong);
      background:
        radial-gradient(circle at 20% 18%,rgba(255,159,67,.18),transparent 28%),
        linear-gradient(135deg,#122d21,#07110d);
      box-shadow:var(--shadow);
    }
    .cta-copy{padding:34px}
    .form-card{
      padding:26px;
      background:rgba(255,255,255,.06);
      border-left:1px solid var(--line);
      min-height:100%;
    }
    .form-label{font-weight:800;color:#eaf8ef}
    .form-control,.form-select{
      border-radius:14px;
      border:1px solid rgba(157,247,188,.18);
      background:rgba(0,0,0,.22);
      color:#fff;
      padding:12px 14px;
      box-shadow:none!important;
    }
    .form-control::placeholder{color:#81988d}
    .form-control:focus,.form-select:focus{
      border-color:var(--green);
      background:rgba(0,0,0,.30);
      color:#fff;
      box-shadow:0 0 0 4px rgba(45,228,127,.10)!important;
    }
    .form-select option{background:#10271e;color:#fff}
    .form-check-input{
      background-color:rgba(0,0,0,.22);
      border-color:rgba(157,247,188,.35);
      box-shadow:none!important;
    }
    .form-check-input:checked{
      background-color:var(--green);
      border-color:var(--green);
    }
    .privacy-note{font-size:13px;color:var(--muted);margin-top:12px}
    .site-footer{
      padding:48px 0 28px;
      background:#05100b;
      border-top:1px solid var(--line);
      color:var(--muted);
    }
    .footer-brand{
      color:#fff;
      font-size:20px;
      font-weight:950;
      margin-bottom:10px;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      justify-content:flex-end;
      gap:12px;
      margin-bottom:18px;
    }
    .footer-links a{
      padding:8px 12px;
      border:1px solid var(--line);
      border-radius:999px;
      font-weight:750;
      color:var(--muted);
    }
    .footer-links a:hover{
      color:#07110d;
      background:var(--green-soft);
      border-color:transparent;
    }
    .copyright{
      border-top:1px solid rgba(157,247,188,.10);
      padding-top:18px;
      margin-top:24px;
      font-size:13px;
      display:flex;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
    }
    .backtop{
      position:fixed;
      right:18px;
      bottom:18px;
      width:44px;height:44px;
      border-radius:50%;
      display:grid;
      place-items:center;
      color:#07110d;
      background:var(--green-soft);
      box-shadow:0 14px 30px rgba(0,0,0,.28);
      opacity:0;
      pointer-events:none;
      transform:translateY(10px);
      transition:.22s ease;
      z-index:1010;
      font-weight:950;
    }
    .backtop.show{opacity:1;pointer-events:auto;transform:translateY(0)}
    @media (max-width:1199px){
      .nav-search{min-width:210px}
      .matrix-grid{grid-template-columns:1fr 1fr}
      .matrix-card.wide{grid-row:auto;grid-column:span 2}
    }
    @media (max-width:991px){
      .navbar-collapse{
        margin-top:14px;
        padding:16px;
        border-radius:18px;
        border:1px solid var(--line);
        background:#071913;
      }
      .nav-search{width:100%;margin-top:12px}
      .metric-row{grid-template-columns:repeat(2,1fr)}
      .metric-cell:nth-child(2){border-right:0}
      .metric-cell{border-bottom:1px solid var(--line)}
      .metric-cell:nth-child(3),.metric-cell:nth-child(4){border-bottom:0}
      .quick-panel,.review-wall,.news-layout,.hot-list{grid-template-columns:1fr}
      .vertical-grid{grid-template-columns:1fr 1fr}
      .vertical-card.tall{min-height:280px}
      .pricing-grid{grid-template-columns:1fr}
      .price-card.featured{transform:none}
      .form-card{border-left:0;border-top:1px solid var(--line)}
    }
    @media (max-width:767px){
      .section{padding:52px 0}
      .section-tight{padding:42px 0}
      .brand-strip{display:none}
      .navbar-brand{max-width:260px}
      .brand-name{font-size:15px}
      .hero{padding-top:12px}
      .hero-topbar{border-radius:0 0 20px 20px}
      .hero-copy{padding:26px 20px}
      .hero-lead{font-size:15px}
      .hero-actions .btn{width:100%;justify-content:center}
      .metric-row{grid-template-columns:1fr}
      .metric-cell{border-right:0!important;border-bottom:1px solid var(--line)!important}
      .metric-cell:last-child{border-bottom:0!important}
      .trend-list,.vertical-grid,.matrix-grid{grid-template-columns:1fr}
      .matrix-card.wide{grid-column:auto}
      .section-head{display:block}
      .news-link{grid-template-columns:1fr;gap:8px}
      .news-meta{text-align:left}
      .cta-copy,.form-card{padding:22px}
      .footer-links{justify-content:flex-start}
    }
    @media (max-width:480px){
      .top-tags{padding-bottom:10px}
      .hero h1{font-size:30px}
      .score-big{font-size:46px}
      .rank-row{grid-template-columns:38px 1fr;gap:10px}
      .rank-score{grid-column:2;text-align:left}
    }

/* roulang page: category1 */
:root{
      --bg:#07110d;
      --bg-2:#0b1713;
      --bg-3:#10211b;
      --panel:#14251f;
      --panel-2:#182b24;
      --line:rgba(144, 196, 171, .18);
      --line-strong:rgba(184, 223, 203, .28);
      --text:#eef6f1;
      --muted:#a6b7ae;
      --soft:#7f948a;
      --accent:#7cf0a7;
      --accent-2:#45d6b1;
      --accent-3:#ffb36b;
      --danger:#ff7777;
      --success:#8cffc3;
      --warn:#ffd166;
      --shadow:0 18px 50px rgba(0,0,0,.38);
      --shadow-soft:0 10px 30px rgba(0,0,0,.22);
      --radius:20px;
      --radius-sm:14px;
      --radius-lg:28px;
      --container:1240px;
      --transition:.24s ease;
    }
    *,*::before,*::after{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--text);
      background:
        radial-gradient(1200px 700px at 15% 10%, rgba(51, 122, 89, .26), transparent 60%),
        radial-gradient(900px 600px at 85% 12%, rgba(124, 240, 167, .10), transparent 55%),
        linear-gradient(180deg, #07110d 0%, #091611 50%, #07110d 100%);
      min-height:100vh;
      line-height:1.82;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:
        linear-gradient(rgba(124,240,167,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(124,240,167,.04) 1px, transparent 1px);
      background-size: 28px 28px;
      mask-image: linear-gradient(180deg, rgba(0,0,0,.35), transparent 35%, rgba(0,0,0,.2));
      opacity:.35;
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:color var(--transition),opacity var(--transition),transform var(--transition),background-color var(--transition),border-color var(--transition),box-shadow var(--transition)}
    a:hover{color:var(--accent)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(124,240,167,.25);color:var(--text)}
    .container{max-width:var(--container)}
    .site-header{
      position:sticky;
      top:0;
      z-index:1030;
      backdrop-filter:saturate(1.2) blur(12px);
    }
    .site-header.scrolled .brand-strip{
      background:rgba(9,19,15,.96);
      border-bottom-color:rgba(124,240,167,.18);
    }
    .brand-strip{
      background:rgba(6, 14, 11, .84);
      border-bottom:1px solid rgba(124,240,167,.10);
      font-size:.92rem;
      color:var(--muted);
    }
    .brand-strip .container{
      min-height:44px;
      padding-top:.45rem;
      padding-bottom:.45rem;
    }
    .ticker-dot{
      display:inline-block;
      width:10px;height:10px;
      border-radius:50%;
      background:linear-gradient(180deg,var(--accent),var(--accent-2));
      box-shadow:0 0 0 6px rgba(124,240,167,.08), 0 0 18px rgba(124,240,167,.42);
      margin-right:.55rem;
      vertical-align:middle;
    }
    .navbar{
      background:rgba(10, 19, 15, .88);
      border-bottom:1px solid rgba(124,240,167,.12);
      box-shadow:0 10px 30px rgba(0,0,0,.18);
      padding:.7rem 0;
    }
    .navbar .container{gap:1rem}
    .navbar-brand{
      display:inline-flex;
      align-items:center;
      gap:.72rem;
      color:var(--text) !important;
      font-weight:800;
      letter-spacing:.02em;
      white-space:nowrap;
    }
    .logo-mark{
      width:42px;height:42px;border-radius:14px;
      display:grid;place-items:center;
      color:#06120d;
      background:linear-gradient(145deg,var(--accent),#cbffd9 58%, var(--accent-3));
      box-shadow:0 12px 26px rgba(124,240,167,.22);
      font-size:1.05rem;
      font-weight:900;
      flex:0 0 auto;
    }
    .brand-name{
      font-size:1.1rem;
      line-height:1.1;
    }
    .navbar-toggler{
      border:1px solid rgba(124,240,167,.24) !important;
      border-radius:14px;
      padding:.55rem .7rem;
      box-shadow:none !important;
    }
    .navbar-toggler:focus{box-shadow:0 0 0 .2rem rgba(124,240,167,.12) !important}
    .navbar-toggler-icon{
      filter:invert(1) hue-rotate(86deg) saturate(4);
    }
    .nav-main{gap:1rem}
    .navbar-nav{
      gap:.42rem;
      align-items:center;
    }
    .nav-link{
      color:var(--muted) !important;
      font-weight:700;
      border-radius:999px;
      padding:.58rem .95rem !important;
      position:relative;
    }
    .nav-link::after{
      content:"";
      position:absolute;
      left:14px;
      right:14px;
      bottom:8px;
      height:2px;
      border-radius:999px;
      transform:scaleX(0);
      transform-origin:center;
      background:linear-gradient(90deg,var(--accent),var(--accent-3));
      transition:transform var(--transition);
    }
    .nav-link:hover,
    .nav-link:focus{
      color:var(--text) !important;
      background:rgba(124,240,167,.08);
    }
    .nav-link:hover::after,
    .nav-link.active::after,
    .nav-link:focus::after{
      transform:scaleX(1);
    }
    .nav-link.active{
      color:var(--text) !important;
      background:rgba(124,240,167,.12);
      box-shadow:inset 0 0 0 1px rgba(124,240,167,.14);
    }
    .nav-search{
      display:flex;
      align-items:center;
      gap:.55rem;
      min-width:min(380px, 100%);
      padding:.62rem .88rem;
      background:linear-gradient(180deg, rgba(18, 33, 27, .96), rgba(12, 22, 18, .96));
      border:1px solid rgba(124,240,167,.14);
      border-radius:999px;
      color:var(--soft);
      box-shadow:var(--shadow-soft);
    }
    .nav-search span{
      color:var(--accent);
      font-size:1rem;
      flex:0 0 auto;
    }
    .nav-search input{
      width:100%;
      border:0;
      outline:0;
      background:transparent;
      color:var(--text);
      min-width:0;
    }
    .nav-search input::placeholder{color:#8ea198}
    .nav-search:focus-within{
      border-color:rgba(124,240,167,.42);
      box-shadow:0 0 0 .2rem rgba(124,240,167,.08), var(--shadow-soft);
    }
    .top-tags{
      display:flex;
      align-items:center;
      gap:.6rem;
      flex-wrap:wrap;
      padding:1rem 0 1.1rem;
    }
    .tag-chip{
      display:inline-flex;
      align-items:center;
      gap:.35rem;
      padding:.48rem .86rem;
      border-radius:999px;
      border:1px solid rgba(124,240,167,.14);
      background:rgba(16, 31, 25, .72);
      color:#d9eee4;
      font-size:.92rem;
      line-height:1;
      box-shadow:0 8px 20px rgba(0,0,0,.16);
      white-space:nowrap;
    }
    .tag-chip:hover,
    .tag-chip:focus{
      border-color:rgba(124,240,167,.3);
      background:rgba(31, 51, 42, .82);
      color:#fff;
      transform:translateY(-1px);
    }
    .tag-chip.badge-18{
      background:linear-gradient(135deg, rgba(255, 177, 107, .18), rgba(124, 240, 167, .12));
      border-color:rgba(255, 177, 107, .28);
      color:#ffe5c8;
      font-weight:800;
    }
    .page-main{padding:1rem 0 4rem}
    .section-wrap{
      position:relative;
      padding:clamp(1.2rem, 2vw, 2rem);
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      background:
        linear-gradient(180deg, rgba(18, 32, 26, .92), rgba(12, 22, 18, .92));
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .section-wrap::before{
      content:"";
      position:absolute;
      inset:0 auto auto 0;
      width:42%;
      height:2px;
      background:linear-gradient(90deg, transparent, rgba(124,240,167,.55), transparent);
      opacity:.6;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:.45rem;
      padding:.34rem .8rem;
      border-radius:999px;
      color:#dff8e9;
      background:rgba(124,240,167,.09);
      border:1px solid rgba(124,240,167,.14);
      font-size:.88rem;
      font-weight:700;
      letter-spacing:.04em;
      text-transform:none;
    }
    .eyebrow .dot{
      width:8px;height:8px;border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 0 5px rgba(124,240,167,.1);
    }
    h1,h2,h3,h4{line-height:1.18;margin:0}
    h1{
      font-size:clamp(2rem, 4vw, 3.2rem);
      font-weight:900;
      letter-spacing:-.03em;
    }
    h2{
      font-size:clamp(1.55rem, 2.5vw, 2.2rem);
      font-weight:900;
      letter-spacing:-.02em;
    }
    h3{
      font-size:1.15rem;
      font-weight:800;
    }
    .lead-copy{
      color:#d0ddd6;
      font-size:1.03rem;
      line-height:1.88;
      max-width:58rem;
      margin:1rem 0 0;
    }
    .age-banner{
      display:flex;
      align-items:flex-start;
      gap:1rem;
      padding:1rem 1.1rem;
      border-radius:18px;
      background:linear-gradient(135deg, rgba(255, 177, 107, .12), rgba(124, 240, 167, .08));
      border:1px solid rgba(255, 177, 107, .18);
      color:#ffe8cc;
    }
    .age-banner .badge{
      border-radius:999px;
      padding:.45rem .72rem;
      background:rgba(255, 177, 107, .18) !important;
      color:#ffe8cc !important;
      border:1px solid rgba(255, 177, 107, .24);
      letter-spacing:.05em;
    }
    .age-banner p{
      margin:0;
      color:#f0e6d7;
    }
    .btn{
      border:0;
      border-radius:999px;
      font-weight:800;
      padding:.82rem 1.12rem;
      transition:transform var(--transition), box-shadow var(--transition), background-color var(--transition), border-color var(--transition), color var(--transition), opacity var(--transition);
    }
    .btn:focus{box-shadow:0 0 0 .22rem rgba(124,240,167,.18) !important}
    .btn-primary-neo{
      background:linear-gradient(135deg, var(--accent), #b4ffca);
      color:#062112;
      box-shadow:0 18px 28px rgba(124,240,167,.18);
    }
    .btn-primary-neo:hover{
      color:#061c10;
      transform:translateY(-2px);
      box-shadow:0 22px 30px rgba(124,240,167,.24);
    }
    .btn-outline-neo{
      color:#e8f6ee;
      border:1px solid rgba(124,240,167,.22);
      background:rgba(12, 22, 18, .45);
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
    }
    .btn-outline-neo:hover{
      color:#fff;
      background:rgba(124,240,167,.10);
      border-color:rgba(124,240,167,.34);
      transform:translateY(-2px);
      box-shadow:0 14px 26px rgba(0,0,0,.22);
    }
    .btn-warm{
      background:linear-gradient(135deg, var(--accent-3), #ffce92);
      color:#261404;
      box-shadow:0 16px 28px rgba(255, 179, 107, .16);
    }
    .btn-warm:hover{
      color:#261404;
      transform:translateY(-2px);
      box-shadow:0 20px 30px rgba(255, 179, 107, .22);
    }
    .subtle-note{
      color:var(--muted);
      font-size:.95rem;
    }
    .hero-panel{
      position:relative;
      background:
        linear-gradient(135deg, rgba(10, 21, 17, .96), rgba(19, 34, 28, .92)),
        radial-gradient(circle at top right, rgba(124,240,167,.18), transparent 38%);
      border:1px solid rgba(124,240,167,.15);
      border-radius:var(--radius-lg);
      padding:1.15rem;
      box-shadow:var(--shadow-soft);
      height:100%;
    }
    .hero-panel .panel-title{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:.7rem;
      margin-bottom:.9rem;
    }
    .status-pill{
      display:inline-flex;
      align-items:center;
      gap:.4rem;
      border-radius:999px;
      padding:.42rem .72rem;
      background:rgba(124,240,167,.10);
      border:1px solid rgba(124,240,167,.18);
      color:#e6fff0;
      font-size:.88rem;
      font-weight:700;
      white-space:nowrap;
    }
    .status-pill .status-dot{
      width:8px;height:8px;border-radius:50%;
      background:var(--success);
      box-shadow:0 0 0 5px rgba(140,255,195,.08);
    }
    .hero-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:.8rem;
      margin-top:1rem;
    }
    .metric-box{
      padding:1rem;
      border-radius:18px;
      background:linear-gradient(180deg, rgba(21, 36, 30, .96), rgba(14, 26, 21, .96));
      border:1px solid rgba(124,240,167,.12);
      min-height:104px;
    }
    .metric-box .kpi{
      font-size:1.55rem;
      font-weight:900;
      letter-spacing:-.03em;
      color:#fff;
      margin-bottom:.18rem;
    }
    .metric-box .label{
      color:var(--muted);
      font-size:.93rem;
      margin-bottom:.45rem;
    }
    .mini-bar{
      height:7px;
      border-radius:999px;
      background:rgba(255,255,255,.08);
      overflow:hidden;
    }
    .mini-bar span{
      display:block;
      height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg, var(--accent), var(--accent-3));
      box-shadow:0 0 18px rgba(124,240,167,.2);
    }
    .hero-side-list{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:.62rem;
    }
    .hero-side-list li{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:1rem;
      padding:.82rem .9rem;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(124,240,167,.10);
      border-radius:16px;
      color:#e6f2eb;
    }
    .hero-side-list strong{
      font-size:.95rem;
    }
    .hero-side-list span{
      color:var(--muted);
      font-size:.9rem;
      white-space:nowrap;
    }
    .filters-bar{
      display:flex;
      flex-wrap:wrap;
      gap:.6rem;
      align-items:center;
      padding:1rem;
      border-radius:18px;
      background:rgba(15, 26, 21, .75);
      border:1px solid rgba(124,240,167,.12);
    }
    .filters-bar .search-mini{
      flex:1 1 280px;
      display:flex;
      align-items:center;
      gap:.55rem;
      padding:.76rem .95rem;
      border-radius:999px;
      background:rgba(4, 10, 8, .55);
      border:1px solid rgba(124,240,167,.14);
    }
    .filters-bar .search-mini input{
      border:0;
      outline:0;
      background:transparent;
      color:var(--text);
      width:100%;
      min-width:0;
    }
    .filters-bar .search-mini input::placeholder{color:#85988f}
    .filters-bar .search-mini:focus-within{
      border-color:rgba(124,240,167,.35);
      box-shadow:0 0 0 .2rem rgba(124,240,167,.08);
    }
    .filter-chip{
      display:inline-flex;
      align-items:center;
      gap:.34rem;
      padding:.55rem .84rem;
      border-radius:999px;
      background:rgba(124,240,167,.08);
      border:1px solid rgba(124,240,167,.14);
      color:#dff6e8;
      font-size:.92rem;
      font-weight:700;
      white-space:nowrap;
      cursor:pointer;
      user-select:none;
    }
    .filter-chip:hover,
    .filter-chip:focus{
      background:rgba(124,240,167,.14);
      border-color:rgba(124,240,167,.28);
      color:#fff;
      transform:translateY(-1px);
    }
    .section-title{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:1rem;
      margin-bottom:1rem;
    }
    .section-title small{
      color:var(--muted);
      font-size:.95rem;
    }
    .content-card{
      position:relative;
      border:1px solid rgba(124,240,167,.12);
      border-radius:22px;
      background:
        linear-gradient(180deg, rgba(20, 35, 28, .95), rgba(13, 24, 20, .95));
      box-shadow:var(--shadow-soft);
      overflow:hidden;
      height:100%;
      transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    }
    .content-card:hover{
      transform:translateY(-3px);
      border-color:rgba(124,240,167,.24);
      box-shadow:0 18px 34px rgba(0,0,0,.32);
    }
    .content-card .cover{
      height:154px;
      position:relative;
      overflow:hidden;
      background:
        linear-gradient(135deg, rgba(7, 17, 13, .2), rgba(7, 17, 13, .55)),
        radial-gradient(circle at 30% 30%, rgba(124,240,167,.32), transparent 34%),
        radial-gradient(circle at 80% 20%, rgba(255,177,107,.28), transparent 30%),
        linear-gradient(135deg, #1d3a2e 0%, #10231b 50%, #1b2f25 100%);
    }
    .content-card .cover::after{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(180deg, transparent 0%, rgba(7,17,13,.2) 60%, rgba(7,17,13,.72) 100%);
    }
    .cover-badge{
      position:absolute;
      top:14px;
      left:14px;
      z-index:1;
      padding:.38rem .65rem;
      border-radius:999px;
      background:rgba(9, 18, 14, .64);
      border:1px solid rgba(255,255,255,.12);
      color:#f4fff8;
      font-size:.82rem;
      font-weight:800;
      backdrop-filter:blur(8px);
    }
    .cover-center{
      position:absolute;
      inset:auto 0 16px;
      z-index:1;
      padding:0 14px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:1rem;
      color:#fff;
    }
    .play-chip{
      display:inline-flex;
      align-items:center;
      gap:.4rem;
      padding:.38rem .68rem;
      border-radius:999px;
      background:rgba(124,240,167,.12);
      border:1px solid rgba(124,240,167,.22);
      color:#fff;
      font-size:.82rem;
      font-weight:800;
    }
    .play-icon{
      width:22px;height:22px;border-radius:50%;
      display:grid;place-items:center;
      background:linear-gradient(135deg,var(--accent),#ccffd9);
      color:#07220f;
      font-size:.72rem;
    }
    .cover-bar{
      width:42%;
      height:6px;
      border-radius:999px;
      background:rgba(255,255,255,.14);
      overflow:hidden;
      margin-left:auto;
    }
    .cover-bar span{
      display:block;
      height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg,var(--accent-2),var(--accent-3));
    }
    .content-card .body{
      padding:1rem 1rem 1.05rem;
    }
    .card-tags{
      display:flex;
      flex-wrap:wrap;
      gap:.45rem;
      margin-bottom:.7rem;
    }
    .card-tags .badge{
      border-radius:999px;
      padding:.38rem .62rem;
      font-size:.77rem;
      font-weight:800;
      letter-spacing:.03em;
    }
    .badge-green{background:rgba(124,240,167,.12) !important;color:#e9fff0 !important;border:1px solid rgba(124,240,167,.22)}
    .badge-warm{background:rgba(255,177,107,.16) !important;color:#ffe6c7 !important;border:1px solid rgba(255,177,107,.22)}
    .badge-ash{background:rgba(255,255,255,.06) !important;color:#dce7e0 !important;border:1px solid rgba(255,255,255,.10)}
    .content-card p{
      margin:.65rem 0 0;
      color:#c8d6cf;
      font-size:.95rem;
      line-height:1.82;
      min-height:4.1em;
    }
    .card-meta{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:1rem;
      margin-top:1rem;
      color:var(--muted);
      font-size:.9rem;
    }
    .heatline{
      width:100%;
      margin-top:.8rem;
      height:7px;
      border-radius:999px;
      background:rgba(255,255,255,.06);
      overflow:hidden;
      border:1px solid rgba(124,240,167,.08);
    }
    .heatline span{
      display:block;
      height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg, var(--accent), var(--accent-3));
      box-shadow:0 0 16px rgba(124,240,167,.18);
    }
    .trend-panel{
      height:100%;
      border-radius:var(--radius-lg);
      border:1px solid rgba(124,240,167,.12);
      background:linear-gradient(180deg, rgba(17, 30, 24, .96), rgba(11, 20, 16, .96));
      box-shadow:var(--shadow-soft);
      padding:1.05rem;
    }
    .trend-panel .panel-head{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:1rem;
      margin-bottom:.85rem;
    }
    .trend-list{
      display:grid;
      gap:.62rem;
      margin:0;
      padding:0;
      list-style:none;
    }
    .trend-item{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:1rem;
      padding:.8rem .88rem;
      border-radius:16px;
      border:1px solid rgba(124,240,167,.10);
      background:rgba(255,255,255,.03);
    }
    .trend-item strong{
      display:block;
      font-size:.96rem;
      color:#f4fbf7;
    }
    .trend-item small{
      display:block;
      color:var(--muted);
      margin-top:.1rem;
    }
    .trend-score{
      flex:0 0 auto;
      font-weight:900;
      color:#dff8e9;
    }
    .trend-rail{
      width:100%;
      height:6px;
      border-radius:999px;
      background:rgba(255,255,255,.06);
      overflow:hidden;
      margin-top:.55rem;
    }
    .trend-rail span{
      display:block;
      height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg, rgba(124,240,167,.95), rgba(255,177,107,.85));
    }
    .trend-note{
      margin-top:.9rem;
      padding:.85rem .9rem;
      border-radius:16px;
      background:rgba(124,240,167,.08);
      border:1px solid rgba(124,240,167,.14);
      color:#dff0e7;
      font-size:.92rem;
    }
    .compare-wrap{
      border-radius:var(--radius-lg);
      border:1px solid rgba(124,240,167,.12);
      background:linear-gradient(180deg, rgba(17, 29, 24, .95), rgba(10, 18, 14, .95));
      box-shadow:var(--shadow-soft);
      padding:1rem;
    }
    .compare-table{
      margin:0;
      color:#eaf4ee;
      border-color:rgba(124,240,167,.12) !important;
    }
    .compare-table thead th{
      background:rgba(124,240,167,.08);
      color:#f7fffb;
      border-bottom:1px solid rgba(124,240,167,.14);
      font-weight:800;
      white-space:nowrap;
    }
    .compare-table tbody td{
      color:#d9e5de;
      border-color:rgba(124,240,167,.10);
      vertical-align:middle;
      padding:1rem .92rem;
    }
    .compare-table tbody tr:hover td{
      background:rgba(124,240,167,.05);
    }
    .compare-tag{
      display:inline-flex;
      align-items:center;
      gap:.38rem;
      padding:.34rem .64rem;
      border-radius:999px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(124,240,167,.10);
      color:#eef8f2;
      font-size:.84rem;
      font-weight:800;
      white-space:nowrap;
    }
    .compare-tag .p{
      width:8px;height:8px;border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 0 4px rgba(124,240,167,.08);
    }
    .side-card{
      border-radius:18px;
      border:1px solid rgba(124,240,167,.12);
      background:rgba(255,255,255,.03);
      padding:1rem;
      height:100%;
    }
    .side-card + .side-card{margin-top:1rem}
    .side-card h3{
      margin-bottom:.55rem;
    }
    .side-card p{
      margin:0;
      color:#cbd8d1;
      font-size:.95rem;
      line-height:1.82;
    }
    .side-list{
      margin:.9rem 0 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:.55rem;
    }
    .side-list li{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:1rem;
      padding:.72rem .82rem;
      border-radius:14px;
      background:rgba(0,0,0,.10);
      border:1px solid rgba(124,240,167,.08);
      color:#eef7f0;
    }
    .side-list span{
      color:var(--muted);
      font-size:.9rem;
    }
    .accordion{
      --bs-accordion-border-color: transparent;
      --bs-accordion-bg: transparent;
      --bs-accordion-btn-color: #eef6f1;
      --bs-accordion-btn-bg: transparent;
      --bs-accordion-active-bg: transparent;
      --bs-accordion-active-color: #fff;
      --bs-accordion-btn-focus-box-shadow: 0 0 0 .2rem rgba(124,240,167,.14);
      --bs-accordion-inner-border-radius: 16px;
    }
    .accordion-item{
      background:linear-gradient(180deg, rgba(19, 32, 26, .96), rgba(11, 19, 15, .96));
      border:1px solid rgba(124,240,167,.12) !important;
      border-radius:16px !important;
      overflow:hidden;
      box-shadow:var(--shadow-soft);
      margin-bottom:.9rem;
    }
    .accordion-button{
      border:0 !important;
      box-shadow:none !important;
      border-radius:0 !important;
      background:transparent !important;
      color:var(--text) !important;
      font-weight:800;
      padding:1rem 1.05rem;
      position:relative;
    }
    .accordion-button::before{
      content:"";
      position:absolute;
      left:0;
      top:0;
      bottom:0;
      width:4px;
      background:linear-gradient(180deg, var(--accent), var(--accent-3));
      opacity:0;
      transition:opacity var(--transition);
    }
    .accordion-button:not(.collapsed)::before{opacity:1}
    .accordion-button::after{
      filter:invert(1) hue-rotate(80deg) saturate(4) opacity(.85);
    }
    .accordion-body{
      padding:0 1.05rem 1rem;
      color:#cddad3;
      line-height:1.84;
    }
    .cta-wrap{
      border-radius:var(--radius-lg);
      border:1px solid rgba(124,240,167,.12);
      background:
        linear-gradient(135deg, rgba(20, 35, 28, .98), rgba(10, 17, 14, .98));
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .cta-wrap::after{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 85% 15%, rgba(255,177,107,.18), transparent 18%),
        radial-gradient(circle at 15% 82%, rgba(124,240,167,.18), transparent 20%);
      pointer-events:none;
    }
    .cta-inner{
      position:relative;
      z-index:1;
      padding:1.2rem;
    }
    .form-control,.form-select{
      background:rgba(4,10,8,.55) !important;
      border:1px solid rgba(124,240,167,.14) !important;
      color:var(--text) !important;
      border-radius:14px;
      padding:.8rem .95rem;
      box-shadow:none !important;
    }
    .form-control::placeholder{color:#7f948a}
    .form-control:focus,.form-select:focus{
      border-color:rgba(124,240,167,.38) !important;
      box-shadow:0 0 0 .2rem rgba(124,240,167,.10) !important;
    }
    .form-label{
      color:#e8f3ec;
      font-weight:700;
      margin-bottom:.45rem;
    }
    .form-check-input{
      background-color:rgba(255,255,255,.08);
      border-color:rgba(124,240,167,.22);
      box-shadow:none !important;
    }
    .form-check-input:checked{
      background-color:var(--accent);
      border-color:var(--accent);
    }
    .form-check-label{
      color:#d8e4dc;
    }
    .privacy-box{
      padding:.88rem .95rem;
      border-radius:16px;
      border:1px solid rgba(124,240,167,.12);
      background:rgba(255,255,255,.03);
      color:#d8e4dc;
      font-size:.92rem;
    }
    .pagination{
      --bs-pagination-bg: rgba(255,255,255,.04);
      --bs-pagination-border-color: rgba(124,240,167,.12);
      --bs-pagination-color: #dbe8e1;
      --bs-pagination-hover-bg: rgba(124,240,167,.10);
      --bs-pagination-hover-border-color: rgba(124,240,167,.22);
      --bs-pagination-hover-color: #fff;
      --bs-pagination-focus-bg: rgba(124,240,167,.12);
      --bs-pagination-focus-color: #fff;
      --bs-pagination-focus-box-shadow: 0 0 0 .2rem rgba(124,240,167,.12);
      --bs-pagination-active-bg: linear-gradient(135deg, var(--accent), var(--accent-3));
      --bs-pagination-active-border-color: rgba(124,240,167,.24);
      --bs-pagination-active-color: #06160d;
    }
    .pagination .page-link{
      border-radius:14px !important;
      margin:0 .18rem;
      padding:.65rem .95rem;
      font-weight:800;
    }
    .site-footer{
      border-top:1px solid rgba(124,240,167,.12);
      background:
        linear-gradient(180deg, rgba(10, 18, 14, .98), rgba(6, 13, 10, .98));
      padding:2rem 0 1.25rem;
      color:var(--muted);
    }
    .footer-brand{
      color:#f3fbf6;
      font-weight:900;
      font-size:1.2rem;
      margin-bottom:.75rem;
      letter-spacing:.02em;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      justify-content:flex-start;
      gap:.7rem .95rem;
    }
    .footer-links a{
      color:#dbe7e1;
      padding:.42rem .18rem;
      border-bottom:1px solid transparent;
    }
    .footer-links a:hover{
      color:var(--accent);
      border-bottom-color:rgba(124,240,167,.42);
    }
    .copyright{
      margin-top:1.35rem;
      padding-top:1rem;
      border-top:1px solid rgba(124,240,167,.10);
      display:flex;
      flex-wrap:wrap;
      gap:.45rem 1rem;
      justify-content:space-between;
      color:#8ea298;
      font-size:.9rem;
    }
    .section-spacing{margin-top:1.2rem}
    .soft-divider{
      height:1px;
      background:linear-gradient(90deg, transparent, rgba(124,240,167,.18), transparent);
      margin:1.15rem 0;
    }
    .small-kicker{
      color:var(--muted);
      font-size:.92rem;
      letter-spacing:.02em;
    }
    .sticky-trace{
      position:absolute;
      inset:auto 0 0;
      height:1px;
      background:linear-gradient(90deg, transparent, rgba(124,240,167,.25), transparent);
    }
    @media (min-width: 1200px){
      .hero-side-list li{padding:.9rem 1rem}
    }
    @media (max-width: 991.98px){
      .nav-search{min-width:100%}
      .navbar-nav{
        align-items:stretch;
        width:100%;
        margin-top:.6rem;
      }
      .nav-link{width:100%;text-align:left}
      .section-title{align-items:flex-start;flex-direction:column}
      .hero-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width: 767.98px){
      .brand-strip .container{gap:.55rem;flex-wrap:wrap}
      .brand-name{font-size:1rem}
      .logo-mark{width:38px;height:38px;border-radius:13px}
      .top-tags{gap:.45rem;overflow-x:auto;flex-wrap:nowrap;padding-bottom:.85rem}
      .top-tags::-webkit-scrollbar{height:4px}
      .top-tags::-webkit-scrollbar-thumb{background:rgba(124,240,167,.18);border-radius:999px}
      .section-wrap{padding:1rem}
      .hero-grid{grid-template-columns:1fr}
      .lead-copy{font-size:1rem}
      .compare-wrap{padding:.8rem}
      .trend-panel{padding:.9rem}
      .cta-inner{padding:1rem}
      .copyright{flex-direction:column}
    }
    @media (max-width: 575.98px){
      h1{font-size:clamp(1.8rem, 8vw, 2.15rem)}
      h2{font-size:1.45rem}
      .nav-search{padding:.58rem .78rem}
      .filters-bar{padding:.85rem}
      .filters-bar .search-mini{flex-basis:100%}
      .content-card .cover{height:136px}
      .metric-box{min-height:auto}
      .metric-box .kpi{font-size:1.35rem}
      .page-main{padding-bottom:3rem}
    }
