/* roulang page: index */
:root{
      --bg:#10130F;
      --bg-2:#171B15;
      --bg-3:#1C2119;
      --card:#181C16;
      --card-2:#1E241B;
      --line:#303729;
      --text:#E6E8DF;
      --muted:#A8B0A0;
      --green:#9BFF4A;
      --green-deep:#5CD42D;
      --orange:#D59A45;
      --warn:#FFCC66;
      --shadow:0 18px 50px rgba(0,0,0,.38);
      --shadow-soft:0 10px 26px rgba(0,0,0,.22);
      --radius-xl:24px;
      --radius-lg:20px;
      --radius-md:16px;
      --radius-sm:12px;
      --container:1220px;
      --gap:24px;
      --header-h:78px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,Arial,sans-serif;
      background:
        radial-gradient(circle at top left, rgba(155,255,74,.08), transparent 28%),
        radial-gradient(circle at top right, rgba(213,154,69,.08), transparent 24%),
        linear-gradient(180deg, #0C0F0B 0%, #10130F 46%, #0C0F0B 100%);
      color:var(--text);
      line-height:1.75;
      -webkit-font-smoothing:antialiased;
      text-rendering:optimizeLegibility;
      overflow-x:hidden;
    }
    ::selection{background:rgba(155,255,74,.28);color:#fff}
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    .container{
      width:min(var(--container), calc(100% - 32px));
      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:1000;
      background:var(--green);
      color:#111;
      padding:10px 16px;
      border-radius:999px;
      box-shadow:var(--shadow-soft);
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:100;
      backdrop-filter:blur(16px);
      background:rgba(10,13,9,.74);
      border-bottom:1px solid rgba(230,232,223,.08);
    }
    .header-wrap{
      min-height:var(--header-h);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
    }
    .brand-mark{
      width:42px;
      height:42px;
      border-radius:14px;
      display:grid;
      place-items:center;
      background:
        linear-gradient(145deg, rgba(155,255,74,.18), rgba(213,154,69,.16)),
        linear-gradient(180deg, #21271D, #161A14);
      border:1px solid rgba(155,255,74,.26);
      box-shadow:0 0 0 1px rgba(155,255,74,.08) inset, 0 10px 24px rgba(0,0,0,.24);
      color:var(--green);
      flex:0 0 auto;
    }
    .brand-mark svg{width:22px;height:22px;display:block}
    .brand-text{
      min-width:0;
    }
    .brand-text strong{
      display:block;
      font-size:15px;
      line-height:1.2;
      letter-spacing:.3px;
      color:var(--text);
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .brand-text span{
      display:block;
      font-size:12px;
      color:var(--muted);
      margin-top:3px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .nav{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .nav-links{
      display:flex;
      align-items:center;
      gap:8px;
      padding:7px;
      border:1px solid rgba(230,232,223,.08);
      border-radius:999px;
      background:rgba(24,28,22,.72);
      box-shadow:var(--shadow-soft);
    }
    .nav-links a{
      position:relative;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:42px;
      padding:0 16px;
      border-radius:999px;
      color:var(--muted);
      transition:all .22s ease;
      font-size:14px;
      letter-spacing:.2px;
      white-space:nowrap;
    }
    .nav-links a:hover,
    .nav-links a:focus-visible{
      color:var(--text);
      background:rgba(155,255,74,.08);
      outline:none;
    }
    .nav-links a.active{
      color:#121612;
      background:var(--green);
      box-shadow:0 0 0 1px rgba(155,255,74,.3) inset;
      font-weight:700;
    }
    .mobile-toggle{
      display:none;
      align-items:center;
      justify-content:center;
      width:46px;
      height:46px;
      border-radius:14px;
      background:rgba(24,28,22,.8);
      border:1px solid rgba(230,232,223,.08);
      color:var(--text);
      cursor:pointer;
      transition:all .2s ease;
    }
    .mobile-toggle:hover{border-color:rgba(155,255,74,.35);transform:translateY(-1px)}
    .hero{
      position:relative;
      padding:34px 0 26px;
    }
    .hero-shell{
      position:relative;
      overflow:hidden;
      border:1px solid rgba(230,232,223,.08);
      border-radius:30px;
      background:
        linear-gradient(180deg, rgba(8,10,7,.35), rgba(8,10,7,.78)),
        url('/assets/images/backpic/back-1.webp') center/cover no-repeat;
      box-shadow:var(--shadow);
    }
    .hero-shell:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(135deg, rgba(155,255,74,.08), transparent 28%),
        linear-gradient(315deg, rgba(213,154,69,.09), transparent 26%);
      pointer-events:none;
    }
    .hero-shell:after{
      content:"";
      position:absolute;
      inset:0;
      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:32px 32px;
      opacity:.35;
      pointer-events:none;
      mix-blend-mode:screen;
    }
    .hero-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1.08fr .92fr;
      gap:30px;
      padding:34px;
      min-height:560px;
      align-items:center;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(24,28,22,.78);
      border:1px solid rgba(155,255,74,.18);
      color:var(--green);
      font-size:12px;
      letter-spacing:.8px;
      text-transform:uppercase;
      box-shadow:0 0 0 1px rgba(155,255,74,.04) inset;
    }
    .eyebrow::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:999px;
      background:var(--orange);
      box-shadow:0 0 0 5px rgba(213,154,69,.12);
    }
    h1{
      font-size:clamp(30px, 4.1vw, 48px);
      line-height:1.15;
      margin:18px 0 16px;
      letter-spacing:-.5px;
      max-width:12ch;
    }
    .hero-copy{
      max-width:660px;
    }
    .hero-copy p{
      margin:0;
      color:rgba(230,232,223,.92);
      font-size:17px;
      line-height:1.85;
      max-width:58ch;
    }
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin:22px 0 26px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      min-height:34px;
      padding:0 12px;
      border-radius:999px;
      background:rgba(24,28,22,.82);
      border:1px solid rgba(230,232,223,.08);
      color:var(--muted);
      font-size:13px;
      white-space:nowrap;
    }
    .tag.emphasis{
      color:#111;
      background:var(--green);
      border-color:transparent;
      font-weight:700;
    }
    .cta-row{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:8px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:48px;
      padding:0 18px;
      border-radius:14px;
      border:1px solid transparent;
      transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
      cursor:pointer;
      font-weight:700;
      letter-spacing:.2px;
      white-space:nowrap;
    }
    .btn:hover,
    .btn:focus-visible{
      transform:translateY(-1px);
      outline:none;
    }
    .btn-primary{
      background:var(--green);
      color:#121612;
      box-shadow:0 10px 26px rgba(155,255,74,.18);
    }
    .btn-primary:hover,
    .btn-primary:focus-visible{
      box-shadow:0 14px 30px rgba(155,255,74,.28);
    }
    .btn-secondary{
      background:rgba(24,28,22,.84);
      color:var(--text);
      border-color:rgba(230,232,223,.12);
    }
    .btn-secondary:hover,
    .btn-secondary:focus-visible{
      border-color:rgba(155,255,74,.42);
      background:rgba(155,255,74,.07);
      box-shadow:0 0 0 4px rgba(155,255,74,.06);
    }
    .btn-warn{
      background:rgba(213,154,69,.12);
      color:#F4D9B0;
      border-color:rgba(213,154,69,.36);
    }
    .btn-warn:hover{background:rgba(213,154,69,.18)}
    .hero-panel{
      position:relative;
      padding:22px;
      border-radius:24px;
      background:linear-gradient(180deg, rgba(17,20,15,.9), rgba(17,20,15,.74));
      border:1px solid rgba(230,232,223,.08);
      box-shadow:var(--shadow-soft);
      backdrop-filter:blur(8px);
    }
    .panel-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:16px;
    }
    .panel-top h2{
      margin:0;
      font-size:18px;
      line-height:1.2;
    }
    .status-dot{
      display:inline-flex;
      align-items:center;
      gap:8px;
      font-size:12px;
      color:var(--muted);
      white-space:nowrap;
    }
    .status-dot i{
      width:9px;
      height:9px;
      border-radius:999px;
      background:var(--green);
      box-shadow:0 0 0 6px rgba(155,255,74,.1);
      display:inline-block;
    }
    .match-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
    }
    .match-card{
      border-radius:18px;
      padding:16px;
      background:linear-gradient(180deg, rgba(28,33,25,.92), rgba(20,24,19,.92));
      border:1px solid rgba(230,232,223,.08);
      min-height:106px;
    }
    .match-card .label{
      color:var(--muted);
      font-size:12px;
      letter-spacing:.5px;
      margin-bottom:8px;
    }
    .match-card strong{
      display:block;
      font-size:17px;
      line-height:1.3;
      margin-bottom:8px;
    }
    .match-card .value{
      color:rgba(230,232,223,.82);
      font-size:14px;
    }
    .score-big{
      display:flex;
      align-items:baseline;
      gap:8px;
      margin-top:10px;
    }
    .score-big .num{
      font-size:40px;
      line-height:1;
      font-weight:800;
      color:var(--green);
      font-family:ui-monospace,SFMono-Regular,Consolas,monospace;
      letter-spacing:-1px;
    }
    .score-big .meta{
      color:var(--muted);
      font-size:12px;
    }
    .panel-note{
      margin-top:14px;
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      color:var(--muted);
      font-size:13px;
    }
    .panel-note span{
      display:inline-flex;
      align-items:center;
      min-height:30px;
      padding:0 10px;
      border-radius:999px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(230,232,223,.08);
    }
    .section{
      padding:34px 0;
    }
    .section-header{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:16px;
      margin-bottom:18px;
    }
    .section-header .title-wrap{
      max-width:760px;
    }
    .section-kicker{
      color:var(--green);
      font-size:12px;
      letter-spacing:.9px;
      text-transform:uppercase;
      margin-bottom:8px;
    }
    .section h2{
      margin:0;
      font-size:clamp(24px,2.5vw,32px);
      line-height:1.18;
    }
    .section-desc{
      margin:10px 0 0;
      color:var(--muted);
      font-size:15px;
      line-height:1.8;
    }
    .mini-stats{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
    }
    .mini-stat{
      padding:18px;
      border-radius:18px;
      background:linear-gradient(180deg, rgba(23,27,21,.95), rgba(16,19,15,.95));
      border:1px solid rgba(230,232,223,.08);
      box-shadow:var(--shadow-soft);
    }
    .mini-stat .k{
      color:var(--muted);
      font-size:12px;
      margin-bottom:10px;
    }
    .mini-stat .v{
      font-size:20px;
      font-weight:800;
      color:var(--text);
      line-height:1.15;
      font-family:ui-monospace,SFMono-Regular,Consolas,monospace;
    }
    .mini-stat .d{
      margin-top:8px;
      color:var(--muted);
      font-size:13px;
      line-height:1.55;
    }
    .timeline{
      position:relative;
      padding:16px 0 6px;
    }
    .timeline::before{
      content:"";
      position:absolute;
      left:18px;
      top:8px;
      bottom:8px;
      width:2px;
      background:linear-gradient(180deg, rgba(213,154,69,.75), rgba(155,255,74,.75));
      opacity:.8;
    }
    .timeline-list{
      display:grid;
      grid-template-columns:repeat(5,1fr);
      gap:16px;
      position:relative;
    }
    .timeline-item{
      position:relative;
      padding:18px 18px 18px 42px;
      border-radius:18px;
      background:linear-gradient(180deg, rgba(24,28,22,.95), rgba(17,20,15,.95));
      border:1px solid rgba(230,232,223,.08);
      min-height:196px;
      box-shadow:var(--shadow-soft);
    }
    .timeline-item::before{
      content:"";
      position:absolute;
      left:12px;
      top:22px;
      width:14px;
      height:14px;
      border-radius:999px;
      background:var(--orange);
      border:3px solid rgba(16,19,15,.95);
      box-shadow:0 0 0 5px rgba(213,154,69,.12);
    }
    .timeline-item .step{
      color:var(--orange);
      font-size:12px;
      letter-spacing:.7px;
      margin-bottom:10px;
      text-transform:uppercase;
    }
    .timeline-item h3{
      margin:0 0 10px;
      font-size:18px;
      line-height:1.25;
    }
    .timeline-item p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.75;
      min-height:96px;
    }
    .timeline-item .chip-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:14px;
    }
    .chip{
      display:inline-flex;
      align-items:center;
      min-height:28px;
      padding:0 10px;
      border-radius:999px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(230,232,223,.08);
      color:var(--muted);
      font-size:12px;
    }
    .score-section{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:18px;
      align-items:stretch;
    }
    .panel{
      border-radius:24px;
      background:linear-gradient(180deg, rgba(23,27,21,.96), rgba(17,20,15,.96));
      border:1px solid rgba(230,232,223,.08);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
    }
    .panel-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:20px 22px 0;
    }
    .panel-head h3{
      margin:0;
      font-size:22px;
      line-height:1.2;
    }
    .panel-head .small{
      color:var(--muted);
      font-size:13px;
    }
    .table-wrap{
      padding:16px 22px 22px;
    }
    table{
      width:100%;
      border-collapse:separate;
      border-spacing:0 10px;
    }
    thead th{
      text-align:left;
      font-size:12px;
      color:var(--muted);
      font-weight:600;
      padding:0 14px 10px;
      white-space:nowrap;
    }
    tbody tr{
      background:rgba(255,255,255,.02);
      transition:all .2s ease;
    }
    tbody tr:hover{
      transform:translateY(-1px);
      background:rgba(155,255,74,.05);
    }
    tbody td{
      padding:15px 14px;
      border-top:1px solid rgba(230,232,223,.08);
      border-bottom:1px solid rgba(230,232,223,.08);
      font-size:14px;
      color:var(--text);
    }
    tbody td:first-child{
      border-left:1px solid rgba(230,232,223,.08);
      border-top-left-radius:16px;
      border-bottom-left-radius:16px;
    }
    tbody td:last-child{
      border-right:1px solid rgba(230,232,223,.08);
      border-top-right-radius:16px;
      border-bottom-right-radius:16px;
    }
    .state{
      display:inline-flex;
      align-items:center;
      gap:7px;
      min-height:28px;
      padding:0 10px;
      border-radius:999px;
      border:1px solid rgba(230,232,223,.08);
      color:var(--muted);
      font-size:12px;
      white-space:nowrap;
    }
    .state.ok{color:#DFFFC6;border-color:rgba(155,255,74,.18);background:rgba(155,255,74,.05)}
    .state.note{color:#F4D9B0;border-color:rgba(213,154,69,.2);background:rgba(213,154,69,.05)}
    .state.muted{color:var(--muted)}
    .mono{
      font-family:ui-monospace,SFMono-Regular,Consolas,monospace;
      letter-spacing:.4px;
    }
    .notice-panel{
      padding:22px;
      display:flex;
      flex-direction:column;
      gap:14px;
      background:
        linear-gradient(180deg, rgba(28,33,25,.95), rgba(17,20,15,.94)),
        url('/assets/images/backpic/back-2.webp') center/cover no-repeat;
      position:relative;
    }
    .notice-panel::before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg, rgba(10,13,9,.48), rgba(10,13,9,.86));
      pointer-events:none;
    }
    .notice-panel > *{position:relative;z-index:1}
    .notice-card{
      padding:18px;
      border-radius:18px;
      background:rgba(17,20,15,.78);
      border:1px solid rgba(230,232,223,.08);
    }
    .notice-card h3{
      margin:0 0 10px;
      font-size:20px;
    }
    .notice-card p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.8;
    }
    .notice-list{
      display:grid;
      gap:10px;
      margin-top:4px;
    }
    .notice-list .item{
      display:flex;
      gap:10px;
      align-items:flex-start;
      padding:12px 0;
      border-top:1px solid rgba(230,232,223,.08);
      color:rgba(230,232,223,.9);
      font-size:14px;
      line-height:1.7;
    }
    .notice-list .item:first-child{border-top:none;padding-top:0}
    .bullet{
      width:20px;
      height:20px;
      border-radius:50%;
      flex:0 0 auto;
      display:grid;
      place-items:center;
      background:rgba(155,255,74,.12);
      color:var(--green);
      font-weight:800;
      font-size:12px;
      margin-top:2px;
    }
    .guide-grid{
      display:grid;
      grid-template-columns:1fr .72fr;
      gap:18px;
      align-items:start;
    }
    .steps{
      display:grid;
      gap:14px;
    }
    .step-card{
      padding:18px 20px;
      border-radius:18px;
      background:linear-gradient(180deg, rgba(24,28,22,.94), rgba(17,20,15,.94));
      border:1px solid rgba(230,232,223,.08);
      box-shadow:var(--shadow-soft);
    }
    .step-card .no{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:30px;
      height:30px;
      border-radius:10px;
      background:rgba(155,255,74,.12);
      color:var(--green);
      font-weight:800;
      margin-bottom:12px;
    }
    .step-card h3{
      margin:0 0 8px;
      font-size:18px;
    }
    .step-card p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.8;
    }
    .check-panel{
      padding:22px;
      border-radius:24px;
      background:
        linear-gradient(180deg, rgba(28,33,25,.96), rgba(17,20,15,.96));
      border:1px solid rgba(230,232,223,.08);
      box-shadow:var(--shadow-soft);
      position:sticky;
      top:98px;
    }
    .check-panel h3{
      margin:0 0 10px;
      font-size:20px;
    }
    .check-panel p{
      margin:0 0 16px;
      color:var(--muted);
      font-size:14px;
      line-height:1.8;
    }
    .check-list{
      display:grid;
      gap:12px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .check-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      padding:12px 0;
      border-top:1px solid rgba(230,232,223,.08);
      color:rgba(230,232,223,.92);
      font-size:14px;
      line-height:1.7;
    }
    .check-list li:first-child{border-top:none;padding-top:0}
    .mark{
      width:22px;
      height:22px;
      border-radius:7px;
      flex:0 0 auto;
      display:grid;
      place-items:center;
      background:rgba(213,154,69,.12);
      color:var(--orange);
      font-weight:800;
      font-size:12px;
      margin-top:1px;
    }
    .article-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:18px;
      align-items:stretch;
    }
    .featured-article{
      position:relative;
      overflow:hidden;
      min-height:430px;
      border-radius:26px;
      border:1px solid rgba(230,232,223,.08);
      background:#111;
      box-shadow:var(--shadow-soft);
    }
    .featured-article img{
      width:100%;
      height:100%;
      object-fit:cover;
      filter:saturate(.92) contrast(1.02);
    }
    .featured-article::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg, rgba(7,9,6,.12) 0%, rgba(7,9,6,.6) 58%, rgba(7,9,6,.9) 100%);
    }
    .featured-content{
      position:absolute;
      inset:auto 0 0 0;
      z-index:1;
      padding:22px;
    }
    .featured-content .badge{
      display:inline-flex;
      align-items:center;
      min-height:30px;
      padding:0 10px;
      border-radius:999px;
      background:rgba(155,255,74,.14);
      color:var(--green);
      border:1px solid rgba(155,255,74,.2);
      font-size:12px;
      margin-bottom:12px;
    }
    .featured-content h3{
      margin:0 0 10px;
      font-size:28px;
      line-height:1.18;
      max-width:18ch;
    }
    .featured-content p{
      margin:0 0 16px;
      color:rgba(230,232,223,.85);
      max-width:56ch;
      line-height:1.8;
      font-size:15px;
    }
    .article-side{
      display:grid;
      gap:14px;
    }
    .side-card{
      display:grid;
      grid-template-columns:110px 1fr;
      gap:14px;
      padding:14px;
      border-radius:20px;
      background:linear-gradient(180deg, rgba(24,28,22,.95), rgba(17,20,15,.95));
      border:1px solid rgba(230,232,223,.08);
      box-shadow:var(--shadow-soft);
      transition:all .2s ease;
    }
    .side-card:hover{
      transform:translateY(-1px);
      border-color:rgba(155,255,74,.24);
    }
    .side-card img{
      width:100%;
      height:100%;
      min-height:112px;
      object-fit:cover;
      border-radius:14px;
    }
    .side-card .meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-bottom:8px;
      color:var(--muted);
      font-size:12px;
    }
    .side-card h3{
      margin:0 0 8px;
      font-size:17px;
      line-height:1.35;
    }
    .side-card p{
      margin:0 0 10px;
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
    }
    .read-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--green);
      font-weight:700;
      font-size:13px;
    }
    .faq-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }
    details.faq-item{
      border-radius:18px;
      background:linear-gradient(180deg, rgba(24,28,22,.95), rgba(17,20,15,.95));
      border:1px solid rgba(230,232,223,.08);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
    }
    details.faq-item[open]{
      border-color:rgba(155,255,74,.22);
      box-shadow:0 0 0 1px rgba(155,255,74,.08) inset, var(--shadow-soft);
    }
    details.faq-item summary{
      list-style:none;
      cursor:pointer;
      padding:18px 20px;
      display:flex;
      align-items:flex-start;
      gap:12px;
      font-weight:700;
      line-height:1.5;
      font-size:16px;
      outline:none;
    }
    details.faq-item summary::-webkit-details-marker{display:none}
    .faq-q{
      width:24px;
      height:24px;
      border-radius:50%;
      flex:0 0 auto;
      display:grid;
      place-items:center;
      background:rgba(155,255,74,.12);
      color:var(--green);
      font-size:13px;
      margin-top:1px;
    }
    .faq-body{
      padding:0 20px 18px 56px;
      color:var(--muted);
      font-size:14px;
      line-height:1.85;
    }
    .feedback-grid{
      display:grid;
      grid-template-columns:1fr .95fr;
      gap:18px;
      align-items:stretch;
    }
    .form-card{
      padding:22px;
      border-radius:24px;
      background:linear-gradient(180deg, rgba(24,28,22,.95), rgba(17,20,15,.95));
      border:1px solid rgba(230,232,223,.08);
      box-shadow:var(--shadow-soft);
    }
    .form-head{
      margin-bottom:16px;
    }
    .form-head h3{
      margin:0 0 8px;
      font-size:22px;
      line-height:1.2;
    }
    .form-head p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.8;
    }
    .form-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }
    .field{
      display:flex;
      flex-direction:column;
      gap:8px;
    }
    .field.full{grid-column:1 / -1}
    label{
      font-size:13px;
      color:rgba(230,232,223,.9);
    }
    input,textarea,select{
      width:100%;
      background:#121612;
      color:var(--text);
      border:1px solid rgba(230,232,223,.12);
      border-radius:14px;
      min-height:48px;
      padding:12px 14px;
      outline:none;
      transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }
    textarea{
      min-height:126px;
      resize:vertical;
    }
    input:focus,textarea:focus,select:focus{
      border-color:rgba(155,255,74,.46);
      box-shadow:0 0 0 4px rgba(155,255,74,.08);
    }
    .form-actions{
      margin-top:14px;
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      align-items:center;
    }
    .privacy-note{
      font-size:12px;
      color:var(--muted);
      line-height:1.7;
    }
    .side-info{
      display:grid;
      gap:14px;
    }
    .side-info-card{
      padding:20px;
      border-radius:24px;
      background:linear-gradient(180deg, rgba(28,33,25,.95), rgba(17,20,15,.95));
      border:1px solid rgba(230,232,223,.08);
      box-shadow:var(--shadow-soft);
    }
    .side-info-card h3{
      margin:0 0 10px;
      font-size:20px;
    }
    .side-info-card p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
      font-size:14px;
    }
    .side-info-list{
      margin:14px 0 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }
    .side-info-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:rgba(230,232,223,.92);
      font-size:14px;
      line-height:1.7;
      padding-top:10px;
      border-top:1px solid rgba(230,232,223,.08);
    }
    .side-info-list li:first-child{border-top:none;padding-top:0}
    .risk-banner{
      margin:18px 0 0;
      background:linear-gradient(90deg, rgba(213,154,69,.16), rgba(155,255,74,.08));
      border:1px solid rgba(213,154,69,.28);
      border-radius:22px;
      padding:18px 20px;
      color:#F4E8D4;
      box-shadow:var(--shadow-soft);
    }
    .risk-banner strong{
      color:#fff;
      display:block;
      margin-bottom:8px;
      font-size:16px;
    }
    .risk-banner p{
      margin:0;
      color:rgba(244,232,212,.9);
      line-height:1.8;
      font-size:14px;
    }
    .site-footer{
      padding:28px 0 40px;
      border-top:1px solid rgba(230,232,223,.08);
      margin-top:28px;
      background:linear-gradient(180deg, rgba(9,11,8,.1), rgba(9,11,8,.38));
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr .8fr;
      gap:18px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      flex-direction:column;
      gap:12px;
    }
    .footer-brand .brand-line{
      display:flex;
      align-items:center;
      gap:12px;
    }
    .footer-brand h3{
      margin:0;
      font-size:18px;
    }
    .footer-brand p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.85;
      max-width:44ch;
    }
    .footer-cols h4{
      margin:0 0 12px;
      font-size:14px;
      color:var(--text);
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:var(--muted);
      font-size:14px;
      transition:color .2s ease, transform .2s ease;
    }
    .footer-links a:hover,
    .footer-links a:focus-visible{
      color:var(--green);
      transform:translateX(2px);
      outline:none;
    }
    .copyright{
      margin-top:18px;
      padding-top:18px;
      border-top:1px solid rgba(230,232,223,.08);
      color:var(--muted);
      font-size:12px;
      line-height:1.7;
    }
    .drawer{
      display:none;
    }
    .toolbar{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .panel-legend{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:10px;
    }
    .panel-legend .legend{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:30px;
      padding:0 10px;
      border-radius:999px;
      border:1px solid rgba(230,232,223,.08);
      background:rgba(255,255,255,.03);
      color:var(--muted);
      font-size:12px;
    }
    .legend .dot{
      width:8px;
      height:8px;
      border-radius:999px;
      display:inline-block;
      background:var(--green);
      box-shadow:0 0 0 5px rgba(155,255,74,.1);
    }
    .legend.orange .dot{background:var(--orange);box-shadow:0 0 0 5px rgba(213,154,69,.1)}
    .legend.warn .dot{background:var(--warn);box-shadow:0 0 0 5px rgba(255,204,102,.1)}
    .section-divider{
      height:1px;
      background:linear-gradient(90deg, transparent, rgba(230,232,223,.1), transparent);
      margin:0;
      border:none;
    }
    .title-inline{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:10px;
    }
    .title-inline .line{
      width:42px;
      height:3px;
      border-radius:999px;
      background:var(--green);
      box-shadow:0 0 0 5px rgba(155,255,74,.08);
    }
    .footbar{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
      justify-content:space-between;
      margin-top:14px;
      color:var(--muted);
      font-size:12px;
    }
    .tiny-pill{
      display:inline-flex;
      align-items:center;
      min-height:28px;
      padding:0 10px;
      border-radius:999px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(230,232,223,.08);
    }
    .content-flow{
      display:grid;
      gap:18px;
    }
    @media (max-width: 1120px){
      .hero-grid,
      .score-section,
      .guide-grid,
      .article-grid,
      .feedback-grid,
      .footer-grid{
        grid-template-columns:1fr;
      }
      .timeline-list{
        grid-template-columns:1fr 1fr;
      }
      .mini-stats{
        grid-template-columns:1fr 1fr;
      }
      .check-panel{
        position:relative;
        top:auto;
      }
    }
    @media (max-width: 860px){
      .nav-links{
        position:fixed;
        right:16px;
        top:74px;
        display:none;
        flex-direction:column;
        width:min(320px, calc(100vw - 32px));
        padding:12px;
        border-radius:20px;
        background:rgba(12,15,10,.96);
        border:1px solid rgba(230,232,223,.08);
        box-shadow:var(--shadow);
      }
      .nav-links.open{display:flex}
      .nav-links a{
        width:100%;
        justify-content:flex-start;
        border-radius:14px;
      }
      .mobile-toggle{display:inline-flex}
      .hero{
        padding-top:18px;
      }
      .hero-grid{
        padding:22px;
        min-height:auto;
      }
      .hero-copy p{
        font-size:16px;
      }
      .match-grid{
        grid-template-columns:1fr;
      }
      .faq-grid{
        grid-template-columns:1fr;
      }
      .form-grid{
        grid-template-columns:1fr;
      }
      .featured-content h3{
        max-width:none;
        font-size:24px;
      }
    }
    @media (max-width: 680px){
      .container{width:min(var(--container), calc(100% - 22px))}
      .header-wrap{min-height:68px}
      .brand-mark{width:38px;height:38px;border-radius:12px}
      .brand-text strong{font-size:14px}
      .brand-text span{font-size:11px}
      .hero-shell{border-radius:22px}
      .hero-grid{padding:18px}
      h1{font-size:clamp(28px, 8vw, 36px);max-width:none}
      .section{padding:28px 0}
      .timeline-list,.mini-stats{grid-template-columns:1fr}
      .timeline-item{min-height:auto}
      .timeline-item p{min-height:auto}
      .panel-head{
        padding:18px 18px 0;
        align-items:flex-start;
        flex-direction:column;
      }
      .table-wrap{padding:14px 16px 18px}
      thead{display:none}
      table,tbody,tr,td{
        display:block;
        width:100%;
      }
      table{border-spacing:0}
      tbody tr{
        border:1px solid rgba(230,232,223,.08);
        border-radius:18px;
        overflow:hidden;
        margin-bottom:12px;
        background:rgba(255,255,255,.02);
      }
      tbody td{
        border:none!important;
        padding:11px 14px;
        display:flex;
        justify-content:space-between;
        gap:16px;
        align-items:flex-start;
      }
      tbody td::before{
        content:attr(data-label);
        color:var(--muted);
        font-size:12px;
        flex:0 0 auto;
        padding-top:2px;
      }
      .article-grid,.feedback-grid{gap:14px}
      .side-card{
        grid-template-columns:1fr;
      }
      .side-card img{
        min-height:180px;
      }
      .notice-card,.check-panel,.form-card,.side-info-card{
        padding:18px;
      }
      .cta-row,.panel-legend,.footbar{
        align-items:flex-start;
      }
      .btn{
        width:100%;
      }
      .btn + .btn{margin-top:0}
      .nav{
        gap:8px;
      }
    }

/* roulang page: category1 */
:root{
      --bg:#10130F;
      --bg-2:#151914;
      --panel:#171B15;
      --panel-2:#1C2119;
      --panel-3:#21271F;
      --line:#303729;
      --line-2:rgba(230,232,223,.10);
      --text:#E6E8DF;
      --muted:#A8B0A0;
      --soft:#CBD2C1;
      --green:#9BFF4A;
      --green-2:#76e72d;
      --orange:#D59A45;
      --warning:#FFCC66;
      --shadow:0 18px 40px rgba(0,0,0,.34);
      --shadow-soft:0 10px 24px rgba(0,0,0,.22);
      --radius-xl:26px;
      --radius-lg:20px;
      --radius-md:14px;
      --radius-sm:10px;
      --container:1220px;
      --gap:24px;
      --ease:cubic-bezier(.2,.7,.2,1);
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      background:
        radial-gradient(1200px 700px at 12% -10%, rgba(155,255,74,.09), transparent 55%),
        radial-gradient(900px 600px at 86% 5%, rgba(213,154,69,.09), transparent 45%),
        linear-gradient(180deg, #0F120E 0%, #10130F 100%);
      color:var(--text);
      line-height:1.75;
      text-rendering:optimizeLegibility;
      -webkit-font-smoothing:antialiased;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      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:36px 36px;
      opacity:.18;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.9), rgba(0,0,0,.2));
      z-index:-1;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    button{cursor:pointer}
    ::selection{background:rgba(155,255,74,.25);color:var(--text)}

    .container{
      width:min(calc(100% - 32px), var(--container));
      margin:0 auto;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:60;
      background:rgba(15,18,14,.82);
      backdrop-filter:blur(14px);
      border-bottom:1px solid rgba(230,232,223,.08);
    }
    .header-inner{
      min-height:74px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
    }
    .brand-line{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
    }
    .brand-mark{
      width:42px;
      height:42px;
      border-radius:14px;
      display:grid;
      place-items:center;
      color:var(--green);
      background:linear-gradient(180deg, rgba(155,255,74,.12), rgba(155,255,74,.03));
      border:1px solid rgba(155,255,74,.18);
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
      flex:0 0 auto;
    }
    .brand-mark svg{width:24px;height:24px}
    .brand-text{
      display:flex;
      flex-direction:column;
      gap:2px;
      min-width:0;
    }
    .brand-text strong{
      font-size:16px;
      line-height:1.2;
      letter-spacing:.2px;
      color:var(--text);
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .brand-text span{
      color:var(--muted);
      font-size:12px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }

    .nav-wrap{
      display:flex;
      align-items:center;
      gap:12px;
    }
    .nav-toggle{
      display:none;
      width:44px;
      height:44px;
      border:1px solid rgba(230,232,223,.10);
      border-radius:12px;
      background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
      color:var(--text);
      align-items:center;
      justify-content:center;
      transition:all .2s var(--ease);
    }
    .nav-toggle:hover,
    .nav-toggle:focus-visible{
      outline:none;
      border-color:rgba(155,255,74,.35);
      box-shadow:0 0 0 4px rgba(155,255,74,.08);
      transform:translateY(-1px);
    }
    .nav-toggle span,
    .nav-toggle span::before,
    .nav-toggle span::after{
      display:block;
      width:18px;
      height:2px;
      border-radius:2px;
      background:currentColor;
      position:relative;
      content:"";
      transition:transform .25s var(--ease), opacity .25s var(--ease), top .25s var(--ease);
    }
    .nav-toggle span::before{position:absolute;top:-6px;left:0}
    .nav-toggle span::after{position:absolute;top:6px;left:0}
    body.menu-open .nav-toggle span{background:transparent}
    body.menu-open .nav-toggle span::before{top:0;transform:rotate(45deg)}
    body.menu-open .nav-toggle span::after{top:0;transform:rotate(-45deg)}

    .nav-panel{
      display:flex;
      align-items:center;
      gap:12px;
    }
    .nav-links{
      display:flex;
      align-items:center;
      gap:6px;
      padding:6px;
      border-radius:999px;
      background:rgba(255,255,255,.02);
      border:1px solid rgba(230,232,223,.07);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
    }
    .nav-links a{
      min-height:40px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:0 16px;
      border-radius:999px;
      color:var(--soft);
      font-size:14px;
      font-weight:650;
      letter-spacing:.15px;
      transition:all .22s var(--ease);
      position:relative;
    }
    .nav-links a:hover,
    .nav-links a:focus-visible{
      outline:none;
      color:var(--text);
      background:rgba(155,255,74,.08);
    }
    .nav-links a.active,
    .nav-links a[aria-current="page"]{
      color:#081105;
      background:linear-gradient(180deg, #C5FF78, var(--green));
      box-shadow:0 10px 24px rgba(155,255,74,.14);
    }

    .header-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:42px;
      padding:0 16px;
      border-radius:999px;
      border:1px solid rgba(213,154,69,.34);
      background:linear-gradient(180deg, rgba(213,154,69,.12), rgba(213,154,69,.05));
      color:#F4E4C5;
      font-size:14px;
      font-weight:650;
      transition:all .22s var(--ease);
      white-space:nowrap;
    }
    .header-cta:hover,
    .header-cta:focus-visible{
      outline:none;
      transform:translateY(-1px);
      box-shadow:0 10px 22px rgba(213,154,69,.12);
      border-color:rgba(213,154,69,.5);
    }

    main{display:block}
    .section{
      padding:88px 0;
      position:relative;
    }
    .section.compact{padding:62px 0}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:20px;
      margin-bottom:28px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--green);
      text-transform:none;
      font-size:13px;
      font-weight:700;
      letter-spacing:.12em;
      margin-bottom:10px;
    }
    .eyebrow::before{
      content:"";
      width:22px;
      height:2px;
      border-radius:999px;
      background:var(--orange);
      box-shadow:0 0 0 3px rgba(213,154,69,.08);
    }
    h1,h2,h3,h4,p{margin:0}
    h1{
      font-size:clamp(30px, 4vw, 46px);
      line-height:1.14;
      font-weight:800;
      letter-spacing:-.02em;
    }
    h2{
      font-size:clamp(24px, 3vw, 32px);
      line-height:1.18;
      font-weight:750;
      letter-spacing:-.02em;
    }
    h3{
      font-size:20px;
      line-height:1.24;
      font-weight:700;
    }
    .section-desc{
      max-width:760px;
      color:var(--muted);
      font-size:16px;
      line-height:1.8;
    }

    .hero{
      position:relative;
      padding:28px 0 40px;
    }
    .hero-shell{
      position:relative;
      overflow:hidden;
      border-radius:var(--radius-xl);
      border:1px solid rgba(230,232,223,.08);
      background:
        linear-gradient(180deg, rgba(8,11,8,.12), rgba(8,11,8,.72)),
        url('/assets/images/backpic/back-2.webp') center/cover no-repeat;
      box-shadow:var(--shadow);
    }
    .hero-shell::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(900px 360px at 20% 18%, rgba(155,255,74,.16), transparent 50%),
        radial-gradient(700px 320px at 82% 26%, rgba(213,154,69,.14), transparent 55%),
        linear-gradient(180deg, rgba(8,10,8,.18), rgba(8,10,8,.84));
    }
    .hero-shell::after{
      content:"";
      position:absolute;
      inset:0;
      background-image:
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
      background-size:42px 42px;
      opacity:.08;
      mix-blend-mode:screen;
      pointer-events:none;
    }
    .hero-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:28px;
      padding:34px;
      min-height:360px;
      align-items:center;
    }
    .hero-copy{
      max-width:700px;
    }
    .hero-kicker{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-bottom:16px;
    }
    .mini-label{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:30px;
      padding:0 12px;
      border-radius:999px;
      background:rgba(17,20,16,.68);
      border:1px solid rgba(230,232,223,.10);
      color:var(--soft);
      font-size:12px;
      font-weight:650;
      letter-spacing:.06em;
    }
    .mini-label strong{color:var(--green);font-weight:800}
    .hero-copy h1{
      max-width:12ch;
      margin-bottom:16px;
    }
    .hero-copy p{
      max-width:760px;
      color:#E1E5D8;
      font-size:17px;
      line-height:1.82;
      text-shadow:0 1px 0 rgba(0,0,0,.22);
    }
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin:20px 0 24px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:7px;
      min-height:34px;
      padding:0 13px;
      border-radius:999px;
      border:1px solid rgba(230,232,223,.09);
      background:rgba(16,19,15,.62);
      color:#DCE1D4;
      font-size:13px;
      font-weight:650;
    }
    .tag.is-hot{
      color:#071007;
      background:linear-gradient(180deg, #C9FF83, var(--green));
      border-color:transparent;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
    }
    .btn{
      min-height:46px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      padding:0 18px;
      border-radius:999px;
      border:1px solid transparent;
      transition:all .22s var(--ease);
      font-size:14px;
      font-weight:750;
      letter-spacing:.01em;
      white-space:nowrap;
    }
    .btn:hover,
    .btn:focus-visible{
      outline:none;
      transform:translateY(-1px);
    }
    .btn-primary{
      background:linear-gradient(180deg, #C7FF81, var(--green));
      color:#071007;
      box-shadow:0 12px 24px rgba(155,255,74,.16);
    }
    .btn-primary:hover,
    .btn-primary:focus-visible{
      box-shadow:0 14px 28px rgba(155,255,74,.24);
    }
    .btn-secondary{
      background:rgba(255,255,255,.02);
      color:var(--text);
      border-color:rgba(230,232,223,.11);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.02);
    }
    .btn-secondary:hover,
    .btn-secondary:focus-visible{
      border-color:rgba(155,255,74,.34);
      background:rgba(155,255,74,.06);
    }
    .btn-warning{
      background:rgba(213,154,69,.08);
      color:#F2D29A;
      border-color:rgba(213,154,69,.30);
    }
    .btn-warning:hover,
    .btn-warning:focus-visible{
      background:rgba(213,154,69,.13);
      border-color:rgba(213,154,69,.44);
    }

    .hero-panel{
      position:relative;
      align-self:stretch;
      padding:22px;
      border-radius:24px;
      background:linear-gradient(180deg, rgba(24,28,22,.88), rgba(18,21,16,.90));
      border:1px solid rgba(230,232,223,.08);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.03), var(--shadow-soft);
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      gap:18px;
      backdrop-filter:blur(8px);
    }
    .panel-top{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
    }
    .panel-title{
      display:flex;
      flex-direction:column;
      gap:6px;
    }
    .panel-title strong{
      font-size:15px;
      letter-spacing:.02em;
    }
    .panel-title span{
      color:var(--muted);
      font-size:13px;
    }
    .status-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 6px rgba(155,255,74,.08);
      margin-top:7px;
      flex:0 0 auto;
    }
    .score-card{
      padding:16px;
      border-radius:18px;
      background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
      border:1px solid rgba(230,232,223,.08);
    }
    .score-card + .score-card{margin-top:12px}
    .score-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
    }
    .score-meta{
      display:flex;
      flex-direction:column;
      gap:6px;
      min-width:0;
    }
    .score-meta strong{
      font-size:15px;
      color:var(--text);
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .score-meta span{
      font-size:12px;
      color:var(--muted);
    }
    .score-num{
      font-family:ui-monospace,SFMono-Regular,Consolas,monospace;
      font-size:24px;
      line-height:1;
      font-weight:800;
      color:var(--green);
      letter-spacing:.02em;
    }
    .score-chip{
      display:inline-flex;
      align-items:center;
      min-height:28px;
      padding:0 10px;
      border-radius:999px;
      background:rgba(213,154,69,.10);
      color:#F1D4A5;
      border:1px solid rgba(213,154,69,.26);
      font-size:12px;
      font-weight:650;
      margin-top:10px;
    }
    .hero-note{
      color:var(--muted);
      font-size:12px;
      line-height:1.7;
    }

    .strip{
      margin-top:18px;
      display:grid;
      grid-template-columns:repeat(4, 1fr);
      gap:14px;
    }
    .strip-item{
      padding:18px 18px 16px;
      border-radius:18px;
      background:linear-gradient(180deg, rgba(28,33,25,.95), rgba(22,26,20,.95));
      border:1px solid rgba(230,232,223,.08);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
      min-height:108px;
    }
    .strip-item b{
      display:block;
      font-size:12px;
      color:var(--muted);
      margin-bottom:10px;
      letter-spacing:.08em;
    }
    .strip-item strong{
      display:block;
      font-size:22px;
      line-height:1.2;
      color:var(--green);
      margin-bottom:8px;
      font-family:ui-monospace,SFMono-Regular,Consolas,monospace;
    }
    .strip-item span{
      color:var(--soft);
      font-size:13px;
      line-height:1.55;
    }

    .timeline-wrap{
      padding:22px;
      border-radius:var(--radius-xl);
      border:1px solid rgba(230,232,223,.08);
      background:linear-gradient(180deg, rgba(23,27,21,.98), rgba(19,22,17,.96));
      box-shadow:var(--shadow-soft);
    }
    .timeline{
      display:grid;
      grid-template-columns:repeat(5, minmax(170px, 1fr));
      gap:14px;
      margin-top:20px;
    }
    .timeline-item{
      position:relative;
      padding:18px;
      border-radius:18px;
      background:rgba(255,255,255,.02);
      border:1px solid rgba(230,232,223,.08);
      min-height:180px;
      display:flex;
      flex-direction:column;
      gap:12px;
      overflow:hidden;
    }
    .timeline-item::before{
      content:"";
      position:absolute;
      left:18px;
      top:18px;
      width:11px;
      height:11px;
      border-radius:50%;
      background:var(--orange);
      box-shadow:0 0 0 5px rgba(213,154,69,.10);
    }
    .timeline-item::after{
      content:"";
      position:absolute;
      inset:auto 0 0 0;
      height:2px;
      background:linear-gradient(90deg, rgba(213,154,69,.8), rgba(155,255,74,.5));
      opacity:.55;
    }
    .timeline-item.active{
      border-color:rgba(155,255,74,.28);
      box-shadow:inset 0 0 0 1px rgba(155,255,74,.05);
    }
    .timeline-item.active::before{
      background:var(--green);
      box-shadow:0 0 0 5px rgba(155,255,74,.10);
    }
    .timeline-item .step{
      padding-left:22px;
      display:flex;
      flex-direction:column;
      gap:6px;
    }
    .timeline-item .step strong{
      font-size:15px;
      line-height:1.25;
    }
    .timeline-item .step span{
      color:var(--muted);
      font-size:13px;
      line-height:1.65;
    }
    .timeline-item .meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:auto;
      align-items:center;
    }
    .meta-pill{
      display:inline-flex;
      align-items:center;
      min-height:28px;
      padding:0 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:650;
      border:1px solid rgba(230,232,223,.08);
      background:rgba(255,255,255,.02);
      color:#D9E0D0;
    }
    .meta-pill.green{
      border-color:rgba(155,255,74,.25);
      color:var(--green);
      background:rgba(155,255,74,.06);
    }
    .meta-pill.orange{
      border-color:rgba(213,154,69,.24);
      color:#F2D4A0;
      background:rgba(213,154,69,.08);
    }

    .filter-bar{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      overflow-x:auto;
      padding-bottom:4px;
      scrollbar-width:none;
    }
    .filter-bar::-webkit-scrollbar{display:none}
    .filter{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:38px;
      padding:0 14px;
      border-radius:999px;
      background:rgba(255,255,255,.02);
      border:1px solid rgba(230,232,223,.08);
      color:var(--soft);
      font-size:13px;
      font-weight:650;
      white-space:nowrap;
      transition:all .2s var(--ease);
    }
    .filter:hover,
    .filter:focus-visible{
      outline:none;
      border-color:rgba(155,255,74,.28);
      color:var(--text);
      background:rgba(155,255,74,.05);
    }
    .filter.active{
      color:#071007;
      background:linear-gradient(180deg, #C8FF83, var(--green));
      border-color:transparent;
    }

    .content-grid{
      display:grid;
      grid-template-columns:1.35fr .95fr;
      gap:26px;
      align-items:start;
    }
    .panel{
      padding:22px;
      border-radius:var(--radius-xl);
      background:linear-gradient(180deg, rgba(23,27,21,.98), rgba(19,22,17,.96));
      border:1px solid rgba(230,232,223,.08);
      box-shadow:var(--shadow-soft);
    }
    .panel + .panel{margin-top:20px}
    .panel-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:16px;
      margin-bottom:18px;
    }
    .panel-head p{
      color:var(--muted);
      font-size:14px;
      line-height:1.7;
      max-width:700px;
    }

    .featured-card{
      display:grid;
      grid-template-columns:1.12fr .88fr;
      gap:18px;
      padding:16px;
      border-radius:22px;
      background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
      border:1px solid rgba(230,232,223,.08);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
    }
    .featured-media{
      position:relative;
      min-height:260px;
      border-radius:18px;
      overflow:hidden;
      background:#0D100C;
    }
    .featured-media img{
      width:100%;
      height:100%;
      object-fit:cover;
      filter:saturate(.95) contrast(1.02);
      transform:scale(1.02);
    }
    .featured-media::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.72));
    }
    .featured-copy{
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      gap:14px;
      padding:4px 4px 4px 0;
    }
    .card-tags{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }
    .card-tags .tag{
      min-height:30px;
      padding:0 10px;
      font-size:12px;
    }
    .featured-copy h3{
      font-size:24px;
      line-height:1.2;
    }
    .featured-copy p{
      color:var(--muted);
      font-size:15px;
      line-height:1.8;
    }
    .card-meta{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      color:var(--muted);
      font-size:12px;
    }
    .article-list{
      display:grid;
      gap:16px;
      margin-top:18px;
    }
    .article-item{
      display:grid;
      grid-template-columns:160px 1fr;
      gap:16px;
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,.02);
      border:1px solid rgba(230,232,223,.08);
      transition:all .2s var(--ease);
    }
    .article-item:hover{
      border-color:rgba(155,255,74,.26);
      transform:translateY(-1px);
    }
    .article-thumb{
      position:relative;
      overflow:hidden;
      border-radius:14px;
      min-height:122px;
      background:#0D100C;
    }
    .article-thumb img{
      width:100%;
      height:100%;
      object-fit:cover;
    }
    .article-thumb::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.38));
    }
    .article-body{
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      gap:10px;
      min-width:0;
    }
    .article-body h4{
      font-size:18px;
      line-height:1.3;
      margin-top:2px;
    }
    .article-body p{
      color:var(--muted);
      font-size:14px;
      line-height:1.8;
    }
    .article-actions{
      display:flex;
      align-items:center;
      gap:12px;
      flex-wrap:wrap;
    }
    .text-link{
      color:var(--green);
      font-weight:700;
      font-size:14px;
      display:inline-flex;
      align-items:center;
      gap:6px;
    }
    .text-link:hover,
    .text-link:focus-visible{
      outline:none;
      text-decoration:underline;
      text-underline-offset:3px;
    }

    .sidebar{
      display:grid;
      gap:20px;
    }
    .sidebar-card{
      padding:20px;
      border-radius:22px;
      border:1px solid rgba(230,232,223,.08);
      background:linear-gradient(180deg, rgba(23,27,21,.98), rgba(19,22,17,.96));
      box-shadow:var(--shadow-soft);
    }
    .sidebar-card h3{
      margin-bottom:14px;
    }
    .keyword-cloud{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .keyword-cloud .tag{background:rgba(255,255,255,.02)}
    .checklist{
      display:grid;
      gap:12px;
      margin-top:12px;
    }
    .check-item{
      display:flex;
      align-items:flex-start;
      gap:12px;
      padding:12px 0;
      border-bottom:1px solid rgba(230,232,223,.07);
    }
    .check-item:last-child{border-bottom:none;padding-bottom:0}
    .check-icon{
      width:22px;
      height:22px;
      border-radius:50%;
      flex:0 0 auto;
      background:rgba(155,255,74,.08);
      border:1px solid rgba(155,255,74,.25);
      color:var(--green);
      display:grid;
      place-items:center;
      font-size:13px;
      font-weight:800;
      margin-top:2px;
    }
    .check-item strong{
      display:block;
      font-size:14px;
      margin-bottom:4px;
    }
    .check-item span{
      display:block;
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
    }
    .risk-box{
      padding:18px;
      border-radius:18px;
      background:linear-gradient(180deg, rgba(213,154,69,.10), rgba(255,255,255,.02));
      border:1px solid rgba(213,154,69,.26);
    }
    .risk-box .risk-title{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:10px;
      color:#F2D29A;
      font-weight:750;
    }
    .risk-box p{
      color:#E8DEC8;
      font-size:14px;
      line-height:1.85;
    }
    .risk-box .mini-tags{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:14px;
    }
    .mini-pill{
      display:inline-flex;
      align-items:center;
      min-height:28px;
      padding:0 10px;
      border-radius:999px;
      border:1px solid rgba(213,154,69,.24);
      color:#F1D4A5;
      background:rgba(213,154,69,.07);
      font-size:12px;
      font-weight:650;
    }

    .score-section{
      display:grid;
      grid-template-columns:1fr .9fr;
      gap:26px;
      align-items:start;
    }
    .score-table-wrap{
      overflow:hidden;
      border-radius:22px;
      border:1px solid rgba(230,232,223,.08);
      background:linear-gradient(180deg, rgba(23,27,21,.98), rgba(19,22,17,.96));
      box-shadow:var(--shadow-soft);
    }
    table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
    }
    thead th{
      padding:16px 18px;
      text-align:left;
      background:rgba(255,255,255,.03);
      color:#DDE2D2;
      font-size:13px;
      letter-spacing:.08em;
      font-weight:700;
      border-bottom:1px solid rgba(230,232,223,.08);
    }
    tbody td{
      padding:18px;
      border-bottom:1px solid rgba(230,232,223,.06);
      color:var(--soft);
      vertical-align:middle;
      font-size:14px;
    }
    tbody tr:hover td{
      background:rgba(155,255,74,.03);
    }
    td.stage{
      color:#F2D4A0;
      font-weight:700;
    }
    td.teams{
      color:var(--text);
      font-weight:650;
    }
    .score-badge{
      display:inline-flex;
      align-items:center;
      min-height:28px;
      padding:0 10px;
      border-radius:999px;
      background:rgba(155,255,74,.07);
      border:1px solid rgba(155,255,74,.18);
      color:var(--green);
      font-family:ui-monospace,SFMono-Regular,Consolas,monospace;
      font-weight:800;
      letter-spacing:.03em;
    }
    .status{
      display:inline-flex;
      align-items:center;
      gap:7px;
      min-height:28px;
      padding:0 10px;
      border-radius:999px;
      background:rgba(255,255,255,.02);
      border:1px solid rgba(230,232,223,.08);
      color:#D7DECF;
      font-size:12px;
      font-weight:650;
    }
    .status::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--orange);
      box-shadow:0 0 0 4px rgba(213,154,69,.10);
    }
    .status.green::before{background:var(--green);box-shadow:0 0 0 4px rgba(155,255,74,.10)}
    .status.orange::before{background:var(--orange)}
    .score-side{
      display:grid;
      gap:20px;
    }
    .explain-card{
      padding:20px;
      border-radius:22px;
      background:linear-gradient(180deg, rgba(23,27,21,.98), rgba(19,22,17,.96));
      border:1px solid rgba(230,232,223,.08);
      box-shadow:var(--shadow-soft);
    }
    .explain-list{
      display:grid;
      gap:12px;
      margin-top:14px;
    }
    .explain-item{
      padding:12px 0;
      border-bottom:1px solid rgba(230,232,223,.07);
    }
    .explain-item:last-child{border-bottom:none;padding-bottom:0}
    .explain-item strong{
      display:block;
      margin-bottom:4px;
      font-size:14px;
    }
    .explain-item p{
      color:var(--muted);
      font-size:13px;
      line-height:1.75;
    }

    .guide-grid{
      display:grid;
      grid-template-columns:1fr .92fr;
      gap:26px;
      align-items:start;
    }
    .step-grid{
      display:grid;
      gap:16px;
    }
    .step-card{
      padding:18px;
      border-radius:20px;
      background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
      border:1px solid rgba(230,232,223,.08);
    }
    .step-head{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:10px;
    }
    .step-index{
      width:32px;
      height:32px;
      border-radius:10px;
      display:grid;
      place-items:center;
      background:rgba(155,255,74,.10);
      border:1px solid rgba(155,255,74,.18);
      color:var(--green);
      font-weight:800;
      flex:0 0 auto;
    }
    .step-card p{
      color:var(--muted);
      font-size:14px;
      line-height:1.85;
    }
    .guide-side{
      display:grid;
      gap:20px;
    }
    .callout{
      padding:20px;
      border-radius:22px;
      border:1px solid rgba(213,154,69,.24);
      background:linear-gradient(180deg, rgba(213,154,69,.10), rgba(255,255,255,.02));
    }
    .callout h3{
      color:#F3D39F;
      margin-bottom:10px;
    }
    .callout p{
      color:#E8DEC8;
      font-size:14px;
      line-height:1.85;
    }
    .callout .focus-tags{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:14px;
    }

    .platform-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:14px;
      margin-top:14px;
    }
    .platform-item{
      padding:16px;
      border-radius:18px;
      background:rgba(255,255,255,.02);
      border:1px solid rgba(230,232,223,.08);
      min-height:136px;
    }
    .platform-item strong{
      display:block;
      margin-bottom:8px;
      font-size:15px;
    }
    .platform-item p{
      color:var(--muted);
      font-size:13px;
      line-height:1.75;
    }

    .articles-grid{
      display:grid;
      grid-template-columns:1.18fr .82fr;
      gap:22px;
      align-items:start;
    }
    .article-feature{
      position:relative;
      overflow:hidden;
      border-radius:24px;
      min-height:380px;
      background:#0D100C;
      border:1px solid rgba(230,232,223,.08);
      box-shadow:var(--shadow-soft);
    }
    .article-feature img{
      width:100%;
      height:100%;
      object-fit:cover;
    }
    .article-feature::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.84));
    }
    .article-feature .feature-copy{
      position:absolute;
      inset:auto 0 0 0;
      z-index:1;
      padding:24px;
      display:flex;
      flex-direction:column;
      gap:14px;
    }
    .feature-copy h3{
      font-size:24px;
      line-height:1.22;
      max-width:18ch;
    }
    .feature-copy p{
      max-width:660px;
      color:#E4E7DD;
      font-size:15px;
      line-height:1.84;
    }
    .small-articles{
      display:grid;
      gap:14px;
    }
    .small-card{
      padding:16px;
      border-radius:20px;
      border:1px solid rgba(230,232,223,.08);
      background:linear-gradient(180deg, rgba(23,27,21,.98), rgba(19,22,17,.96));
      box-shadow:var(--shadow-soft);
      display:grid;
      grid-template-columns:100px 1fr;
      gap:14px;
      transition:all .2s var(--ease);
    }
    .small-card:hover{
      border-color:rgba(155,255,74,.26);
      transform:translateY(-1px);
    }
    .small-card .thumb{
      overflow:hidden;
      border-radius:14px;
      min-height:100px;
      background:#0D100C;
      position:relative;
    }
    .small-card .thumb img{
      width:100%;
      height:100%;
      object-fit:cover;
    }
    .small-card .info h4{
      font-size:16px;
      line-height:1.35;
      margin-bottom:8px;
    }
    .small-card .info p{
      color:var(--muted);
      font-size:13px;
      line-height:1.72;
      margin-bottom:10px;
    }
    .small-card .info .card-meta{gap:10px}
    .small-card .info .text-link{font-size:13px}

    .faq-grid{
      display:grid;
      gap:14px;
    }
    details.faq-item{
      border-radius:18px;
      border:1px solid rgba(230,232,223,.08);
      background:linear-gradient(180deg, rgba(23,27,21,.98), rgba(19,22,17,.96));
      overflow:hidden;
      box-shadow:var(--shadow-soft);
    }
    details.faq-item[open]{
      border-color:rgba(155,255,74,.26);
    }
    details.faq-item summary{
      list-style:none;
      cursor:pointer;
      padding:18px 20px;
      display:flex;
      align-items:center;
      gap:12px;
      font-weight:700;
      color:var(--text);
    }
    details.faq-item summary::-webkit-details-marker{display:none}
    .faq-q{
      width:24px;
      height:24px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:rgba(155,255,74,.09);
      border:1px solid rgba(155,255,74,.18);
      color:var(--green);
      font-size:13px;
      flex:0 0 auto;
    }
    .faq-answer{
      padding:0 20px 18px 56px;
      color:var(--muted);
      font-size:14px;
      line-height:1.85;
    }

    .cta-banner{
      border-radius:var(--radius-xl);
      overflow:hidden;
      border:1px solid rgba(230,232,223,.08);
      background:
        linear-gradient(180deg, rgba(16,19,15,.88), rgba(16,19,15,.94)),
        url('/assets/images/backpic/back-3.webp') center/cover no-repeat;
      box-shadow:var(--shadow);
      position:relative;
    }
    .cta-banner::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(700px 260px at 16% 12%, rgba(155,255,74,.12), transparent 50%),
        radial-gradient(700px 240px at 84% 18%, rgba(213,154,69,.10), transparent 55%);
    }
    .cta-inner{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1fr .92fr;
      gap:24px;
      padding:28px;
      align-items:center;
    }
    .cta-inner h2{
      margin-bottom:12px;
    }
    .cta-inner p{
      color:#DDE1D6;
      font-size:16px;
      line-height:1.85;
      max-width:720px;
    }
    .cta-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:18px;
    }

    .form-card{
      padding:22px;
      border-radius:24px;
      background:linear-gradient(180deg, rgba(23,27,21,.98), rgba(19,22,17,.96));
      border:1px solid rgba(230,232,223,.08);
      box-shadow:var(--shadow-soft);
    }
    .form-card h3{
      margin-bottom:10px;
    }
    .form-card p{
      color:var(--muted);
      font-size:14px;
      line-height:1.8;
      margin-bottom:16px;
    }
    .form-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:14px;
    }
    .field.full{grid-column:1 / -1}
    .field label{
      display:block;
      margin-bottom:8px;
      color:#DDE2D2;
      font-size:13px;
      font-weight:650;
    }
    .field input,
    .field textarea,
    .field select{
      width:100%;
      min-height:46px;
      border-radius:14px;
      background:#111510;
      border:1px solid rgba(230,232,223,.10);
      color:var(--text);
      padding:0 14px;
      outline:none;
      transition:all .22s var(--ease);
    }
    .field textarea{
      min-height:120px;
      padding:14px;
      resize:vertical;
    }
    .field input::placeholder,
    .field textarea::placeholder{color:#7F8878}
    .field input:focus,
    .field textarea:focus,
    .field select:focus{
      border-color:rgba(155,255,74,.38);
      box-shadow:0 0 0 4px rgba(155,255,74,.08);
    }
    .form-note{
      margin-top:14px;
      color:var(--warning);
      font-size:13px;
      line-height:1.75;
      display:flex;
      gap:10px;
      align-items:flex-start;
    }
    .form-note::before{
      content:"!";
      width:22px;
      height:22px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:rgba(255,204,102,.12);
      border:1px solid rgba(255,204,102,.28);
      color:var(--warning);
      font-weight:800;
      flex:0 0 auto;
      margin-top:2px;
    }

    .risk-banner{
      margin:24px 0 0;
      padding:18px 20px;
      border-radius:20px;
      border:1px solid rgba(213,154,69,.26);
      background:linear-gradient(180deg, rgba(213,154,69,.10), rgba(255,255,255,.02));
      color:#F0DAB6;
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      justify-content:space-between;
      gap:12px;
    }
    .risk-banner strong{
      color:#FFE0AF;
      font-size:15px;
    }
    .risk-banner span{
      color:#E7D8BE;
      font-size:14px;
    }

    .site-footer{
      padding:34px 0 28px;
      border-top:1px solid rgba(230,232,223,.08);
      background:linear-gradient(180deg, rgba(15,18,14,.65), rgba(15,18,14,.98));
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:24px;
      align-items:start;
      padding-top:6px;
    }
    .footer-brand p{
      color:var(--muted);
      font-size:14px;
      line-height:1.85;
      margin-top:14px;
      max-width:460px;
    }
    .footer-cols h4{
      font-size:15px;
      margin-bottom:14px;
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:var(--muted);
      font-size:14px;
      transition:color .2s var(--ease), transform .2s var(--ease);
      width:max-content;
    }
    .footer-links a:hover,
    .footer-links a:focus-visible{
      color:var(--green);
      outline:none;
      transform:translateX(2px);
    }
    .copyright{
      margin-top:24px;
      padding-top:18px;
      border-top:1px solid rgba(230,232,223,.08);
      color:var(--muted);
      font-size:13px;
      line-height:1.8;
    }
    .footbar{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:16px;
    }
    .tiny-pill{
      display:inline-flex;
      align-items:center;
      min-height:30px;
      padding:0 12px;
      border-radius:999px;
      background:rgba(255,255,255,.02);
      border:1px solid rgba(230,232,223,.08);
      color:#D9DECF;
      font-size:12px;
      font-weight:650;
    }

    .skip{
      position:absolute;
      left:-9999px;
      top:0;
      padding:10px 14px;
      z-index:99;
      background:var(--green);
      color:#071007;
      border-radius:0 0 10px 10px;
      font-weight:700;
    }
    .skip:focus{left:16px;top:10px}

    @media (max-width: 1080px){
      .hero-grid,
      .content-grid,
      .score-section,
      .guide-grid,
      .articles-grid,
      .cta-inner,
      .footer-grid{
        grid-template-columns:1fr;
      }
      .timeline{
        grid-template-columns:repeat(2, minmax(0,1fr));
      }
      .strip{
        grid-template-columns:repeat(2, minmax(0,1fr));
      }
      .featured-card{
        grid-template-columns:1fr;
      }
      .featured-media{min-height:240px}
      .hero-copy h1{max-width:none}
      .hero-panel{min-height:auto}
    }

    @media (max-width: 768px){
      .section{padding:62px 0}
      .section.compact{padding:48px 0}
      .header-inner{min-height:68px}
      .nav-toggle{display:inline-flex}
      .nav-panel{
        position:fixed;
        left:16px;
        right:16px;
        top:84px;
        display:none;
        flex-direction:column;
        align-items:stretch;
        gap:12px;
        padding:14px;
        border-radius:20px;
        background:rgba(15,18,14,.98);
        border:1px solid rgba(230,232,223,.10);
        box-shadow:var(--shadow);
      }
      body.menu-open .nav-panel{display:flex}
      .nav-links{
        width:100%;
        flex-direction:column;
        align-items:stretch;
        border-radius:18px;
        padding:8px;
      }
      .nav-links a{
        justify-content:flex-start;
        width:100%;
        min-height:44px;
      }
      .header-cta{width:100%}
      .hero{
        padding-top:16px;
      }
      .hero-grid{
        padding:22px;
        gap:18px;
      }
      .hero-copy p,
      .cta-inner p,
      .section-desc{
        font-size:15px;
      }
      .hero-panel{
        padding:18px;
      }
      .strip{
        grid-template-columns:repeat(2, minmax(0,1fr));
      }
      .timeline{
        grid-template-columns:1fr;
      }
      .timeline-item{
        min-height:auto;
      }
      .article-item{
        grid-template-columns:1fr;
      }
      .article-thumb{
        min-height:180px;
      }
      .platform-grid,
      .form-grid{
        grid-template-columns:1fr;
      }
      .field.full{grid-column:auto}
      .small-card{
        grid-template-columns:1fr;
      }
      .small-card .thumb{
        min-height:180px;
      }
      .faq-answer{
        padding-left:20px;
      }
      .panel-head,
      .section-head{
        flex-direction:column;
        align-items:flex-start;
      }
    }

    @media (max-width: 520px){
      .container{width:min(calc(100% - 22px), var(--container))}
      .hero-grid{padding:18px}
      .hero-copy h1{font-size:30px}
      .score-num{font-size:22px}
      .strip{
        grid-template-columns:1fr;
      }
      .article-feature{
        min-height:320px;
      }
      .feature-copy h3{font-size:22px}
      .score-card{
        padding:14px;
      }
      .panel,
      .sidebar-card,
      .form-card,
      .timeline-wrap,
      .score-table-wrap,
      .explain-card{
        border-radius:18px;
      }
      .score-row{
        gap:12px;
      }
      .btn,
      .header-cta,
      .filter,
      .tag{
        font-size:13px;
      }
    }
