/* roulang page: index */
:root{
      --bg:#0b0d12;
      --bg-soft:#10141b;
      --bg-elev:#151a23;
      --panel:#121720;
      --panel-2:#171d28;
      --line:#2a3442;
      --line-soft:#202838;
      --text:#f2f5f8;
      --muted:#a9b4c2;
      --muted-2:#7f8a99;
      --gold:#d9b45f;
      --gold-2:#a87f28;
      --cyan:#6ee7db;
      --red:#ff6565;
      --green:#72d08f;
      --shadow:0 18px 38px rgba(0,0,0,.38);
      --shadow-soft:0 10px 24px rgba(0,0,0,.24);
      --radius:8px;
      --radius-sm:6px;
      --space:24px;
      --space-lg:36px;
      --space-xl:64px;
    }

    *{ box-sizing:border-box; }
    html{ scroll-behavior:smooth; }
    body{
      margin:0;
      font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Helvetica Neue", Arial, sans-serif;
      background:
        linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.00)),
        radial-gradient(circle at 20% 0%, rgba(217,180,95,.08), transparent 34%),
        radial-gradient(circle at 80% 10%, rgba(110,231,219,.06), transparent 28%),
        var(--bg);
      color:var(--text);
      line-height:1.65;
      letter-spacing:0;
      overflow-x:hidden;
    }

    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
      background-size: 100% 100%, 56px 56px;
      mask-image: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,0));
      opacity:.35;
    }

    img{ max-width:100%; display:block; }
    a{ color:inherit; text-decoration:none; }
    button, input, select, textarea{
      font:inherit;
      color:inherit;
    }
    button{
      cursor:pointer;
    }
    :focus-visible{
      outline:2px solid var(--cyan);
      outline-offset:2px;
    }
    .sr-only{
      position:absolute;
      width:1px;
      height:1px;
      padding:0;
      margin:-1px;
      overflow:hidden;
      clip:rect(0,0,0,0);
      border:0;
      white-space:nowrap;
    }

    .grid-container{
      max-width:1180px;
      padding-left:18px;
      padding-right:18px;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:100;
      backdrop-filter: blur(10px);
      background:rgba(8,10,14,.88);
      border-bottom:1px solid rgba(255,255,255,.06);
    }

    .top-strip{
      border-bottom:1px solid rgba(255,255,255,.05);
      background:linear-gradient(90deg, rgba(217,180,95,.08), rgba(110,231,219,.04));
    }
    .strip-inner{
      min-height:40px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      color:var(--muted);
      font-size:.92rem;
    }
    .strip-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:#f8efcf;
      font-weight:700;
      padding:5px 10px;
      border:1px solid rgba(217,180,95,.38);
      background:rgba(217,180,95,.08);
      border-radius:999px;
    }
    .strip-badge svg{
      width:15px;
      height:15px;
    }
    .strip-countdown{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:#f1f4f8;
      font-weight:600;
      white-space:nowrap;
    }
    .strip-countdown strong{
      color:var(--gold);
      font-weight:800;
    }

    .nav-shell{
      padding:16px 0;
    }
    .nav-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
    }
    .brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      min-width:0;
      font-weight:800;
      letter-spacing:0;
      color:#fff;
      white-space:nowrap;
    }
    .brand-mark{
      width:38px;
      height:38px;
      border-radius:8px;
      background:
        linear-gradient(145deg, rgba(217,180,95,.95), rgba(168,127,40,.92));
      box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 10px 24px rgba(217,180,95,.14);
      display:grid;
      place-items:center;
      color:#111;
      flex:0 0 auto;
    }
    .brand-mark svg{
      width:18px;
      height:18px;
    }
    .brand-text{
      font-size:1.12rem;
      overflow:hidden;
      text-overflow:ellipsis;
    }

    .nav-links{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .nav-links a{
      position:relative;
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:42px;
      padding:10px 16px;
      color:var(--muted);
      border:1px solid transparent;
      border-radius:6px;
      transition:transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
    }
    .nav-links a:hover{
      color:#fff;
      background:rgba(255,255,255,.03);
      border-color:rgba(255,255,255,.08);
      transform:translateY(-1px);
    }
    .nav-links a.active,
    .nav-links a[aria-current="page"]{
      color:#fff;
      background:rgba(217,180,95,.12);
      border-color:rgba(217,180,95,.32);
      box-shadow:0 0 0 1px rgba(217,180,95,.08) inset;
    }

    .menu-toggle{
      display:none;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-width:44px;
      min-height:44px;
      padding:0 12px;
      border-radius:6px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.04);
      color:#fff;
      transition:background .2s ease, transform .2s ease, border-color .2s ease;
    }
    .menu-toggle:hover{
      background:rgba(255,255,255,.07);
      transform:translateY(-1px);
    }
    .menu-toggle svg{
      width:18px;
      height:18px;
    }

    .mobile-nav{
      display:none;
      padding:0 0 14px;
    }
    .mobile-nav-inner{
      display:grid;
      gap:8px;
      padding-top:10px;
      border-top:1px solid rgba(255,255,255,.06);
    }
    .mobile-nav a{
      display:flex;
      align-items:center;
      justify-content:space-between;
      min-height:44px;
      padding:10px 14px;
      border-radius:6px;
      border:1px solid rgba(255,255,255,.08);
      color:var(--muted);
      background:rgba(255,255,255,.02);
    }
    .mobile-nav a.active,
    .mobile-nav a[aria-current="page"]{
      color:#fff;
      background:rgba(217,180,95,.12);
      border-color:rgba(217,180,95,.32);
    }

    .section{
      padding:72px 0;
      position:relative;
    }
    .section-tight{
      padding:54px 0;
    }
    .section-head{
      margin-bottom:24px;
      max-width:760px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:30px;
      padding:5px 10px;
      margin-bottom:14px;
      border-radius:999px;
      border:1px solid rgba(217,180,95,.28);
      background:rgba(217,180,95,.08);
      color:#f5e4b9;
      font-size:.86rem;
      font-weight:700;
    }
    .eyebrow svg{
      width:14px;
      height:14px;
    }
    h1,h2,h3,p{
      margin-top:0;
    }
    h1,h2,h3{
      letter-spacing:0;
      line-height:1.15;
    }
    .section-head h2{
      font-size:2rem;
      margin-bottom:12px;
      color:#fff;
    }
    .section-intro{
      color:var(--muted);
      font-size:1rem;
      max-width:720px;
      margin-bottom:0;
    }

    .hero{
      padding:34px 0 72px;
    }
    .hero-shell{
      position:relative;
      overflow:hidden;
      border-bottom:1px solid rgba(255,255,255,.05);
    }
    .hero-shell::after{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background:
        linear-gradient(110deg, rgba(217,180,95,.06), transparent 42%),
        linear-gradient(290deg, rgba(110,231,219,.06), transparent 40%);
      opacity:.85;
    }

    .hero-copy{
      position:relative;
      padding:22px 0;
      z-index:1;
    }
    .hero-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:6px 12px;
      margin-bottom:16px;
      border:1px solid rgba(255,255,255,.1);
      border-radius:999px;
      color:#dfe6ef;
      background:rgba(255,255,255,.03);
      font-size:.9rem;
      font-weight:700;
    }
    .hero-kicker .dot{
      width:8px;
      height:8px;
      border-radius:999px;
      background:var(--red);
      box-shadow:0 0 0 6px rgba(255,101,101,.14);
      display:inline-block;
    }
    .hero h1{
      font-size:3.25rem;
      margin-bottom:14px;
      max-width:9.2em;
    }
    .hero-lead{
      max-width:34rem;
      color:var(--muted);
      font-size:1.05rem;
      margin-bottom:22px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-bottom:18px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:48px;
      padding:12px 16px;
      border-radius:6px;
      border:1px solid transparent;
      transition:transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease;
      white-space:nowrap;
      font-weight:700;
      letter-spacing:0;
    }
    .btn svg{
      width:16px;
      height:16px;
      flex:0 0 auto;
    }
    .btn:hover{
      transform:translateY(-1px);
    }
    .btn-primary{
      background:linear-gradient(145deg, rgba(217,180,95,.98), rgba(168,127,40,.95));
      color:#141414;
      box-shadow:0 12px 28px rgba(217,180,95,.16);
      border-color:rgba(255,255,255,.14);
    }
    .btn-primary:hover{
      box-shadow:0 16px 32px rgba(217,180,95,.22);
      color:#111;
    }
    .btn-secondary{
      background:rgba(255,255,255,.03);
      color:#fff;
      border-color:rgba(255,255,255,.12);
    }
    .btn-secondary:hover{
      background:rgba(255,255,255,.06);
      border-color:rgba(255,255,255,.18);
    }
    .btn-ghost{
      background:rgba(110,231,219,.06);
      color:#dffdf8;
      border-color:rgba(110,231,219,.2);
    }
    .btn-ghost:hover{
      background:rgba(110,231,219,.1);
    }

    .hero-points{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-bottom:22px;
    }
    .chip{
      display:inline-flex;
      align-items:center;
      min-height:34px;
      padding:7px 11px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.09);
      background:rgba(255,255,255,.03);
      color:#d9e2ed;
      font-size:.92rem;
    }

    .countdown-card{
      max-width:34rem;
      padding:16px 18px;
      border-radius:8px;
      border:1px solid rgba(217,180,95,.28);
      background:
        linear-gradient(180deg, rgba(217,180,95,.09), rgba(255,255,255,.02)),
        rgba(255,255,255,.03);
      box-shadow:var(--shadow-soft);
    }
    .countdown-label{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:12px;
      color:#eef2f7;
      font-size:.96rem;
      font-weight:700;
    }
    .countdown-badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:4px 9px;
      border-radius:999px;
      background:rgba(255,101,101,.12);
      color:#ffc5c5;
      border:1px solid rgba(255,101,101,.25);
      font-size:.84rem;
    }
    .countdown-grid{
      display:grid;
      grid-template-columns:repeat(4, minmax(0, 1fr));
      gap:10px;
    }
    .count-block{
      padding:12px 10px;
      border-radius:8px;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(12,15,21,.88);
      text-align:center;
    }
    .count-block strong{
      display:block;
      color:#fff;
      font-size:1.4rem;
      line-height:1.1;
    }
    .count-block span{
      display:block;
      margin-top:5px;
      color:var(--muted);
      font-size:.82rem;
    }

    .hero-panel{
      position:relative;
      z-index:1;
      padding:18px;
      border-radius:8px;
      border:1px solid rgba(255,255,255,.08);
      background:
        linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)),
        rgba(14,18,25,.95);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .burst-tag{
      position:absolute;
      top:16px;
      right:-8px;
      transform:rotate(8deg);
      padding:7px 14px;
      border-radius:6px;
      background:linear-gradient(145deg, rgba(255,101,101,.96), rgba(181,46,46,.94));
      color:#fff;
      font-size:.85rem;
      font-weight:800;
      letter-spacing:0;
      box-shadow:0 10px 20px rgba(255,101,101,.16);
      z-index:2;
    }
    .panel-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      margin-bottom:16px;
      padding-right:70px;
    }
    .panel-head strong{
      font-size:1.05rem;
      color:#fff;
    }
    .panel-head span{
      color:var(--muted);
      font-size:.9rem;
    }
    .state-pill{
      display:inline-flex;
      align-items:center;
      gap:7px;
      min-height:32px;
      padding:5px 10px;
      border-radius:999px;
      border:1px solid rgba(114,208,143,.22);
      background:rgba(114,208,143,.08);
      color:#c9f3d3;
      font-size:.84rem;
      white-space:nowrap;
    }
    .state-dot{
      width:8px;
      height:8px;
      border-radius:999px;
      background:var(--green);
      box-shadow:0 0 0 5px rgba(114,208,143,.12);
    }

    .matrix-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0, 1fr));
      gap:12px;
      margin-bottom:14px;
    }
    .matrix-item{
      min-height:94px;
      padding:14px;
      border-radius:8px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.08);
      transition:transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
    }
    .matrix-item:hover{
      transform:translateY(-2px);
      border-color:rgba(217,180,95,.22);
      background:rgba(217,180,95,.05);
      box-shadow:0 14px 24px rgba(0,0,0,.18);
    }
    .matrix-top{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:10px;
    }
    .matrix-icon{
      width:34px;
      height:34px;
      border-radius:6px;
      display:grid;
      place-items:center;
      background:rgba(217,180,95,.12);
      border:1px solid rgba(217,180,95,.2);
      color:#f2d89c;
      flex:0 0 auto;
    }
    .matrix-icon svg{
      width:16px;
      height:16px;
    }
    .matrix-item strong{
      display:block;
      color:#fff;
      font-size:1rem;
      line-height:1.2;
    }
    .matrix-item p{
      margin:0;
      color:var(--muted);
      font-size:.9rem;
      line-height:1.55;
    }
    .matrix-foot{
      display:grid;
      gap:10px;
      padding-top:6px;
      border-top:1px dashed rgba(255,255,255,.08);
    }
    .foot-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      min-height:28px;
      color:#d9e2ed;
      font-size:.92rem;
    }
    .foot-row span{
      color:var(--muted);
    }

    .timeline{
      display:grid;
      grid-template-columns:repeat(4, minmax(0, 1fr));
      gap:14px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .timeline-item{
      position:relative;
      padding:18px 16px 16px;
      border-radius:8px;
      border:1px solid rgba(255,255,255,.08);
      background:var(--panel);
      box-shadow:var(--shadow-soft);
      min-height:184px;
      overflow:hidden;
    }
    .timeline-item::before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg, rgba(217,180,95,.08), transparent 38%);
      opacity:.65;
      pointer-events:none;
    }
    .timeline-time{
      position:relative;
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:5px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.08);
      color:#f0f3f8;
      font-weight:700;
      font-size:.86rem;
      margin-bottom:14px;
    }
    .timeline-time svg{
      width:14px;
      height:14px;
    }
    .timeline-item h3{
      position:relative;
      font-size:1.2rem;
      margin-bottom:10px;
      color:#fff;
      min-height:2.4em;
    }
    .timeline-item p{
      position:relative;
      margin:0;
      color:var(--muted);
      font-size:.96rem;
    }

    .feature-grid{
      display:grid;
      grid-template-columns:repeat(3, minmax(0, 1fr));
      gap:16px;
    }
    .feature-card{
      padding:18px;
      border-radius:8px;
      border:1px solid rgba(255,255,255,.08);
      background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
      box-shadow:var(--shadow-soft);
      min-height:212px;
      transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .feature-card:hover{
      transform:translateY(-2px);
      border-color:rgba(217,180,95,.22);
      box-shadow:0 16px 30px rgba(0,0,0,.26);
    }
    .feature-mark{
      width:42px;
      height:42px;
      border-radius:8px;
      display:grid;
      place-items:center;
      margin-bottom:14px;
      background:rgba(110,231,219,.08);
      border:1px solid rgba(110,231,219,.2);
      color:#bbfff6;
    }
    .feature-mark.gold{
      background:rgba(217,180,95,.1);
      border-color:rgba(217,180,95,.24);
      color:#f7e7b7;
    }
    .feature-mark.red{
      background:rgba(255,101,101,.08);
      border-color:rgba(255,101,101,.18);
      color:#ffcbcb;
    }
    .feature-mark svg{
      width:18px;
      height:18px;
    }
    .feature-card h3{
      margin-bottom:10px;
      font-size:1.18rem;
      color:#fff;
    }
    .feature-card p{
      margin:0 0 14px;
      color:var(--muted);
      font-size:.96rem;
    }
    .mini-list{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:9px;
    }
    .mini-list li{
      position:relative;
      padding-left:18px;
      color:#dde4eb;
      font-size:.93rem;
    }
    .mini-list li::before{
      content:"";
      position:absolute;
      left:0;
      top:.65em;
      width:8px;
      height:8px;
      border-radius:999px;
      background:var(--gold);
      box-shadow:0 0 0 4px rgba(217,180,95,.1);
    }

    .compare-wrap{
      overflow:auto;
      border-radius:8px;
      border:1px solid rgba(255,255,255,.08);
      background:var(--panel);
      box-shadow:var(--shadow-soft);
    }
    .compare-table{
      width:100%;
      border-collapse:collapse;
      min-width:860px;
    }
    .compare-table thead th{
      text-align:left;
      padding:16px 14px;
      font-size:.94rem;
      color:#f5f7fa;
      background:rgba(255,255,255,.04);
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .compare-table tbody th,
    .compare-table tbody td{
      padding:15px 14px;
      border-bottom:1px solid rgba(255,255,255,.06);
      vertical-align:top;
      color:var(--text);
    }
    .compare-table tbody th{
      width:18%;
      color:#f7fbff;
      background:rgba(255,255,255,.02);
    }
    .compare-table tbody td{
      color:var(--muted);
    }
    .compare-table tbody tr:hover td,
    .compare-table tbody tr:hover th{
      background:rgba(217,180,95,.03);
    }
    .plan-tag{
      display:inline-flex;
      align-items:center;
      min-height:28px;
      padding:4px 10px;
      border-radius:999px;
      margin-bottom:8px;
      border:1px solid rgba(255,255,255,.1);
      color:#fff;
      font-size:.84rem;
      font-weight:700;
    }
    .plan-tag.gold{
      background:rgba(217,180,95,.1);
      border-color:rgba(217,180,95,.24);
      color:#f7e5b5;
    }
    .plan-tag.cyan{
      background:rgba(110,231,219,.08);
      border-color:rgba(110,231,219,.2);
      color:#c9fff8;
    }
    .plan-tag.red{
      background:rgba(255,101,101,.08);
      border-color:rgba(255,101,101,.2);
      color:#ffd0d0;
    }

    .news-shell{
      display:grid;
      grid-template-columns:1.45fr .9fr;
      gap:18px;
      align-items:start;
    }
    .news-list{
      margin:0;
      padding:0;
      list-style:none;
      border:1px solid rgba(255,255,255,.08);
      border-radius:8px;
      overflow:hidden;
      background:var(--panel);
      box-shadow:var(--shadow-soft);
    }
    .news-list li{
      border-bottom:1px solid rgba(255,255,255,.06);
    }
    .news-list li:last-child{
      border-bottom:none;
    }
    .news-link{
      display:grid;
      grid-template-columns:1fr auto;
      gap:12px;
      padding:16px 16px 15px;
      transition:background .2s ease;
      align-items:start;
    }
    .news-link:hover{
      background:rgba(255,255,255,.03);
    }
    .news-title{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:10px;
      margin-bottom:8px;
      color:#fff;
      font-size:1.02rem;
      font-weight:700;
      line-height:1.4;
    }
    .news-title span{
      display:inline-flex;
      align-items:center;
      min-height:24px;
      padding:3px 8px;
      border-radius:999px;
      background:rgba(217,180,95,.1);
      border:1px solid rgba(217,180,95,.18);
      color:#f7e7b6;
      font-size:.78rem;
      white-space:nowrap;
    }
    .news-desc{
      margin:0;
      color:var(--muted);
      font-size:.94rem;
    }
    .news-meta{
      display:flex;
      flex-direction:column;
      align-items:flex-end;
      gap:8px;
      color:var(--muted-2);
      font-size:.85rem;
      white-space:nowrap;
    }
    .news-meta strong{
      color:#fff;
      font-size:.86rem;
      font-weight:700;
    }

    .aside-stack{
      display:grid;
      gap:14px;
    }
    .aside-card{
      padding:16px;
      border-radius:8px;
      border:1px solid rgba(255,255,255,.08);
      background:
        linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)),
        var(--panel);
      box-shadow:var(--shadow-soft);
    }
    .aside-card h3{
      display:flex;
      align-items:center;
      gap:8px;
      margin-bottom:10px;
      font-size:1.02rem;
      color:#fff;
    }
    .aside-card h3 svg{
      width:17px;
      height:17px;
      color:var(--gold);
    }
    .aside-card p{
      margin:0 0 12px;
      color:var(--muted);
      font-size:.94rem;
    }
    .stack-list{
      display:grid;
      gap:10px;
      margin:0 0 14px;
      padding:0;
      list-style:none;
    }
    .stack-list li{
      display:flex;
      gap:10px;
      color:#dfe6ef;
      font-size:.93rem;
    }
    .stack-list i{
      font-style:normal;
      width:18px;
      height:18px;
      display:inline-grid;
      place-items:center;
      border-radius:999px;
      background:rgba(114,208,143,.12);
      color:#9defb0;
      border:1px solid rgba(114,208,143,.18);
      flex:0 0 auto;
      margin-top:2px;
    }

    .safety-grid{
      display:grid;
      grid-template-columns:repeat(3, minmax(0, 1fr));
      gap:16px;
    }
    .safety-card{
      padding:18px;
      border-radius:8px;
      border:1px solid rgba(255,255,255,.08);
      background:var(--panel);
      box-shadow:var(--shadow-soft);
    }
    .safety-icon{
      width:42px;
      height:42px;
      display:grid;
      place-items:center;
      border-radius:8px;
      margin-bottom:14px;
      color:#dbf7ff;
      background:rgba(110,231,219,.08);
      border:1px solid rgba(110,231,219,.2);
    }
    .safety-icon.gold{
      background:rgba(217,180,95,.1);
      border-color:rgba(217,180,95,.22);
      color:#f8e6b9;
    }
    .safety-icon.red{
      background:rgba(255,101,101,.08);
      border-color:rgba(255,101,101,.18);
      color:#ffc9c9;
    }
    .safety-icon svg{
      width:18px;
      height:18px;
    }
    .safety-card h3{
      margin-bottom:10px;
      font-size:1.1rem;
    }
    .safety-card p{
      margin:0;
      color:var(--muted);
      font-size:.95rem;
    }

    .faq-list{
      display:grid;
      gap:12px;
    }
    .faq-item{
      border-radius:8px;
      border:1px solid rgba(255,255,255,.08);
      background:var(--panel);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
    }
    .faq-item summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:16px 18px;
      color:#fff;
      font-weight:700;
      user-select:none;
    }
    .faq-item summary::-webkit-details-marker{
      display:none;
    }
    .faq-item summary span{
      flex:1 1 auto;
    }
    .faq-icon{
      width:28px;
      height:28px;
      flex:0 0 auto;
      border-radius:6px;
      display:grid;
      place-items:center;
      border:1px solid rgba(255,255,255,.1);
      background:rgba(255,255,255,.03);
      color:#fff;
      transition:transform .2s ease, background .2s ease;
    }
    .faq-item[open] .faq-icon{
      transform:rotate(45deg);
      background:rgba(217,180,95,.1);
      color:#f7e7b6;
      border-color:rgba(217,180,95,.22);
    }
    .faq-body{
      padding:0 18px 16px;
      color:var(--muted);
      font-size:.96rem;
    }

    .cta-band{
      padding:28px;
      border-radius:8px;
      border:1px solid rgba(217,180,95,.24);
      background:
        linear-gradient(180deg, rgba(217,180,95,.1), rgba(255,255,255,.02)),
        rgba(13,16,22,.96);
      box-shadow:var(--shadow);
    }
    .cta-band .grid-x{
      align-items:center;
    }
    .cta-copy h2{
      font-size:2rem;
      margin-bottom:12px;
    }
    .cta-copy p{
      margin-bottom:0;
      color:var(--muted);
      max-width:40rem;
      font-size:1rem;
    }
    .cta-actions{
      display:flex;
      flex-wrap:wrap;
      justify-content:flex-end;
      gap:12px;
    }
    .cta-note{
      margin-top:14px;
      color:var(--muted-2);
      font-size:.9rem;
    }

    .site-footer{
      padding:42px 0 48px;
      border-top:1px solid rgba(255,255,255,.06);
      background:rgba(6,8,11,.92);
      position:relative;
      z-index:1;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.4fr .9fr .9fr;
      gap:18px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:14px;
    }
    .footer-brand .brand-mark{
      width:36px;
      height:36px;
    }
    .footer-brand strong{
      font-size:1.05rem;
    }
    .footer-desc{
      color:var(--muted);
      margin:0;
      max-width:34rem;
      font-size:.95rem;
    }
    .footer-col h3{
      font-size:1rem;
      margin-bottom:12px;
      color:#fff;
    }
    .footer-links{
      display:grid;
      gap:10px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .footer-links a{
      color:var(--muted);
      transition:color .2s ease, transform .2s ease;
    }
    .footer-links a:hover{
      color:#fff;
      transform:translateX(2px);
    }
    .footer-meta{
      margin-top:22px;
      padding-top:14px;
      border-top:1px solid rgba(255,255,255,.06);
      display:flex;
      flex-wrap:wrap;
      justify-content:space-between;
      gap:10px;
      color:var(--muted-2);
      font-size:.88rem;
    }
    .footer-meta a{
      color:#d9e7f3;
    }

    @media (max-width: 1024px){
      .hero h1{
        font-size:2.8rem;
        max-width:100%;
      }
      .timeline{
        grid-template-columns:repeat(2, minmax(0, 1fr));
      }
      .feature-grid,
      .safety-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
      }
      .news-shell,
      .footer-grid{
        grid-template-columns:1fr;
      }
    }

    @media (max-width: 768px){
      .nav-links{
        display:none;
      }
      .menu-toggle{
        display:inline-flex;
      }
      .mobile-nav{
        display:block;
      }
      .site-header.nav-open .mobile-nav{
        display:block;
      }
      .site-header.nav-open .mobile-nav{
        padding-bottom:16px;
      }
      .strip-inner{
        flex-wrap:wrap;
        justify-content:flex-start;
      }
      .hero{
        padding-top:18px;
      }
      .hero h1{
        font-size:2.25rem;
      }
      .countdown-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
      }
      .matrix-grid{
        grid-template-columns:1fr;
      }
      .timeline,
      .feature-grid,
      .safety-grid{
        grid-template-columns:1fr;
      }
      .cta-band{
        padding:22px;
      }
      .cta-actions{
        justify-content:flex-start;
        margin-top:18px;
      }
      .cta-copy h2,
      .section-head h2{
        font-size:1.7rem;
      }
      .cta-actions .btn{
        width:100%;
      }
      .hero-actions .btn{
        flex:1 1 100%;
      }
      .news-link{
        grid-template-columns:1fr;
      }
      .news-meta{
        flex-direction:row;
        justify-content:space-between;
        align-items:center;
      }
      .panel-head{
        padding-right:0;
      }
      .burst-tag{
        right:10px;
        top:10px;
      }
    }

    @media (max-width: 520px){
      .grid-container{
        padding-left:14px;
        padding-right:14px;
      }
      .brand-text{
        font-size:1rem;
      }
      .hero h1{
        font-size:1.9rem;
      }
      .hero-lead,
      .section-intro,
      .cta-copy p{
        font-size:.96rem;
      }
      .countdown-card,
      .hero-panel,
      .feature-card,
      .safety-card,
      .aside-card,
      .timeline-item,
      .faq-item,
      .cta-band{
        border-radius:6px;
      }
      .compare-table{
        min-width:760px;
      }
      .strip-inner{
        font-size:.86rem;
      }
    }

/* roulang page: category1 */
:root {
      --bg: #0b0d12;
      --bg-2: #10141b;
      --panel: #131821;
      --panel-2: #171d28;
      --panel-3: #1d2431;
      --text: #f4f1ea;
      --muted: #acb3c2;
      --soft: #7d8697;
      --line: #2a3140;
      --line-2: #394355;
      --accent: #d2ad5b;
      --accent-2: #66d0c5;
      --accent-3: #e25f63;
      --warn: #f1c14b;
      --success: #7ed6a7;
      --shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
      --shadow-soft: 0 10px 24px rgba(0, 0, 0, 0.25);
      --radius: 8px;
      --radius-sm: 6px;
      --space: 1rem;
      --space-lg: 1.5rem;
      --space-xl: 2rem;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      background:
        linear-gradient(180deg, #0a0b10 0%, #0e1117 100%);
      color: var(--text);
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
      line-height: 1.65;
      overflow-x: hidden;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
    }

    a:hover {
      color: var(--text);
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    ::selection {
      background: rgba(210, 173, 91, 0.28);
      color: var(--text);
    }

    :focus-visible {
      outline: 2px solid rgba(102, 208, 197, 0.9);
      outline-offset: 2px;
    }

    .grid-container {
      width: min(1180px, calc(100% - 2rem));
      max-width: 1180px;
      padding-left: 0;
      padding-right: 0;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 80;
      background: rgba(10, 12, 17, 0.9);
      border-bottom: 1px solid rgba(42, 49, 64, 0.95);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
    }

    .header-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      min-height: 76px;
      padding: 0.9rem 0;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 0.75rem;
      min-width: 0;
      font-weight: 800;
      letter-spacing: 0;
    }

    .brand-mark {
      width: 2rem;
      height: 2rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(210, 173, 91, 0.45);
      background:
        linear-gradient(180deg, rgba(210, 173, 91, 0.16), rgba(102, 208, 197, 0.06)),
        rgba(255, 255, 255, 0.02);
      color: var(--accent);
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
      flex: 0 0 auto;
    }

    .brand-mark svg {
      width: 18px;
      height: 18px;
    }

    .brand strong {
      font-size: 1rem;
      line-height: 1.2;
      white-space: nowrap;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 0.35rem;
      flex-wrap: wrap;
      justify-content: flex-end;
      margin: 0;
    }

    .nav-links a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0.58rem 0.95rem;
      border-radius: 6px;
      border: 1px solid transparent;
      color: var(--muted);
      font-weight: 700;
      line-height: 1;
      background: transparent;
    }

    .nav-links a:hover {
      color: var(--text);
      background: rgba(255, 255, 255, 0.03);
      border-color: rgba(255, 255, 255, 0.06);
    }

    .nav-links a.active {
      color: var(--text);
      background: rgba(210, 173, 91, 0.12);
      border-color: rgba(210, 173, 91, 0.5);
      box-shadow: inset 0 0 0 1px rgba(210, 173, 91, 0.08);
    }

    main {
      padding-bottom: 2.5rem;
    }

    .section-block {
      padding: 1.15rem 0 1.35rem;
    }

    .hero-section {
      padding: 1.4rem 0 1rem;
    }

    .hero-shell {
      position: relative;
      overflow: hidden;
      padding: 1.5rem;
      border: 1px solid rgba(57, 67, 85, 0.95);
      border-radius: var(--radius);
      background:
        linear-gradient(145deg, rgba(210, 173, 91, 0.08), rgba(102, 208, 197, 0.04) 40%, rgba(255, 255, 255, 0.01) 100%),
        linear-gradient(180deg, rgba(19, 24, 33, 0.98), rgba(14, 17, 23, 0.98));
      box-shadow: var(--shadow);
    }

    .hero-shell::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.04), transparent 22%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 44px),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.015) 0 1px, transparent 1px 44px);
      opacity: 0.24;
      mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 100%);
    }

    .hero-shell > * {
      position: relative;
      z-index: 1;
    }

    .hero-sticker {
      position: absolute;
      top: -0.65rem;
      right: 1.15rem;
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      padding: 0.42rem 0.72rem;
      border-radius: 6px;
      background: linear-gradient(180deg, #e05b50, #bf3f3b);
      color: #fff;
      font-size: 0.82rem;
      font-weight: 800;
      box-shadow: 0 10px 18px rgba(224, 91, 80, 0.25);
      transform: rotate(2deg);
    }

    .hero-sticker svg {
      width: 15px;
      height: 15px;
    }

    .crumbs {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      flex-wrap: wrap;
      color: var(--muted);
      font-size: 0.92rem;
      margin-bottom: 0.7rem;
    }

    .crumbs a {
      color: var(--accent-2);
      font-weight: 700;
    }

    .hero-topline {
      display: flex;
      align-items: center;
      gap: 0.55rem;
      flex-wrap: wrap;
      margin-bottom: 0.5rem;
    }

    .flash-badge,
    .mini-badge,
    .badge-pill,
    .status-tag,
    .tag-item {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.3rem;
      white-space: nowrap;
      border-radius: 999px;
      font-weight: 800;
      line-height: 1;
    }

    .flash-badge {
      padding: 0.35rem 0.68rem;
      background: rgba(225, 95, 99, 0.16);
      color: #ffd5d5;
      border: 1px solid rgba(225, 95, 99, 0.38);
    }

    .mini-badge {
      padding: 0.34rem 0.62rem;
      border: 1px solid rgba(102, 208, 197, 0.28);
      color: #b8efea;
      background: rgba(102, 208, 197, 0.08);
      font-size: 0.8rem;
    }

    .mini-badge.alt {
      border-color: rgba(210, 173, 91, 0.35);
      color: #f7e2b3;
      background: rgba(210, 173, 91, 0.08);
    }

    .hero-copy h1 {
      margin: 0 0 0.75rem;
      font-size: 3rem;
      line-height: 1.08;
      letter-spacing: 0;
      max-width: 11.5em;
      overflow-wrap: anywhere;
    }

    .hero-lead {
      max-width: 42rem;
      margin: 0 0 1rem;
      color: var(--muted);
      font-size: 1.03rem;
      line-height: 1.8;
    }

    .hero-actions,
    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
      align-items: center;
      margin: 0 0 0.95rem;
    }

    .button {
      min-height: 44px;
      margin: 0;
      padding: 0.8rem 1.05rem;
      border-radius: 6px;
      border: 1px solid transparent;
      font-weight: 800;
      line-height: 1;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      box-shadow: none;
      transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
      white-space: nowrap;
    }

    .button svg {
      width: 1rem;
      height: 1rem;
      flex: 0 0 auto;
    }

    .button:hover,
    .button:focus {
      transform: translateY(-1px);
    }

    .button-primary {
      background: linear-gradient(180deg, #ead18d 0%, #c99d45 100%);
      color: #111111;
      border-color: rgba(235, 213, 154, 0.5);
      box-shadow: 0 12px 24px rgba(201, 157, 69, 0.18);
    }

    .button-primary:hover,
    .button-primary:focus {
      color: #111111;
      box-shadow: 0 15px 28px rgba(201, 157, 69, 0.24);
      background: linear-gradient(180deg, #f0dca7 0%, #d3a848 100%);
    }

    .button-secondary {
      background: rgba(255, 255, 255, 0.03);
      color: var(--text);
      border-color: rgba(255, 255, 255, 0.1);
    }

    .button-secondary:hover,
    .button-secondary:focus {
      color: var(--text);
      background: rgba(210, 173, 91, 0.08);
      border-color: rgba(210, 173, 91, 0.42);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
    }

    .hero-badges {
      display: flex;
      gap: 0.55rem;
      flex-wrap: wrap;
      margin: 0 0 1rem;
    }

    .hero-badges span {
      padding: 0.38rem 0.7rem;
      border-radius: 999px;
      border: 1px solid rgba(57, 67, 85, 0.92);
      background: rgba(255, 255, 255, 0.02);
      color: var(--muted);
      font-size: 0.86rem;
      font-weight: 700;
    }

    .countdown-card {
      display: grid;
      gap: 0.4rem;
      max-width: 18rem;
      padding: 0.95rem 1rem;
      border-radius: 6px;
      border: 1px solid rgba(210, 173, 91, 0.3);
      background: linear-gradient(180deg, rgba(210, 173, 91, 0.08), rgba(255, 255, 255, 0.015));
    }

    .countdown-label {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      color: var(--muted);
      font-size: 0.9rem;
      font-weight: 700;
    }

    .countdown-label svg {
      width: 0.95rem;
      height: 0.95rem;
    }

    .countdown {
      font-variant-numeric: tabular-nums;
      font-size: 1.75rem;
      line-height: 1.1;
      font-weight: 900;
      letter-spacing: 0;
      color: #ffe6a9;
    }

    .hero-panel {
      display: grid;
      gap: 0.8rem;
      padding: 0.05rem 0 0 0.4rem;
    }

    .matrix-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.75rem;
    }

    .info-tile {
      min-height: 102px;
      padding: 0.9rem;
      border-radius: 6px;
      border: 1px solid rgba(57, 67, 85, 0.98);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
        rgba(15, 19, 27, 0.98);
      box-shadow: var(--shadow-soft);
    }

    .info-tile .tile-label {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      color: var(--accent-2);
      font-size: 0.82rem;
      font-weight: 800;
      margin-bottom: 0.42rem;
    }

    .info-tile .tile-label svg {
      width: 0.95rem;
      height: 0.95rem;
    }

    .info-tile strong {
      display: block;
      font-size: 1.02rem;
      line-height: 1.3;
      margin-bottom: 0.35rem;
    }

    .info-tile p {
      margin: 0;
      color: var(--muted);
      line-height: 1.65;
      font-size: 0.93rem;
      overflow-wrap: anywhere;
    }

    .ticket-board {
      display: grid;
      gap: 0.7rem;
    }

    .ticket-card {
      position: relative;
      padding: 0.9rem 0.95rem;
      border-radius: 6px;
      border: 1px solid rgba(57, 67, 85, 0.98);
      background:
        linear-gradient(145deg, rgba(102, 208, 197, 0.08), rgba(255, 255, 255, 0.015)),
        rgba(19, 24, 33, 0.98);
      box-shadow: var(--shadow-soft);
    }

    .ticket-card.featured {
      border-color: rgba(210, 173, 91, 0.45);
      background:
        linear-gradient(145deg, rgba(210, 173, 91, 0.12), rgba(255, 255, 255, 0.015)),
        rgba(19, 24, 33, 0.98);
    }

    .ticket-chip {
      display: inline-flex;
      align-items: center;
      gap: 0.3rem;
      margin-bottom: 0.55rem;
      padding: 0.3rem 0.58rem;
      border-radius: 999px;
      border: 1px solid rgba(210, 173, 91, 0.35);
      color: #f6e1b0;
      background: rgba(210, 173, 91, 0.08);
      font-size: 0.8rem;
      font-weight: 800;
    }

    .ticket-chip svg {
      width: 0.9rem;
      height: 0.9rem;
    }

    .ticket-card strong {
      display: block;
      font-size: 1rem;
      line-height: 1.3;
      margin-bottom: 0.2rem;
    }

    .ticket-card p {
      margin: 0;
      color: var(--muted);
      line-height: 1.6;
      font-size: 0.92rem;
    }

    .hero-summaries {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0.7rem;
    }

    .summary-chip {
      display: flex;
      align-items: center;
      gap: 0.6rem;
      padding: 0.72rem 0.85rem;
      border: 1px solid rgba(57, 67, 85, 0.92);
      background: rgba(255, 255, 255, 0.02);
      border-radius: 6px;
      color: var(--muted);
      box-shadow: var(--shadow-soft);
    }

    .summary-chip svg {
      width: 1rem;
      height: 1rem;
      color: var(--accent-2);
      flex: 0 0 auto;
    }

    .summary-chip span {
      display: block;
      line-height: 1.35;
      font-weight: 700;
      color: var(--text);
      font-size: 0.92rem;
    }

    .summary-chip small {
      display: block;
      color: var(--muted);
      font-size: 0.82rem;
      line-height: 1.45;
    }

    .timeline-band {
      padding: 0.9rem 0 1rem;
    }

    .section-head {
      margin-bottom: 1rem;
    }

    .section-head.compact {
      margin-bottom: 0.85rem;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      margin: 0 0 0.35rem;
      color: var(--accent-2);
      font-size: 0.82rem;
      font-weight: 800;
      letter-spacing: 0;
    }

    .section-head h2 {
      margin: 0 0 0.4rem;
      font-size: 2rem;
      line-height: 1.15;
      letter-spacing: 0;
      overflow-wrap: anywhere;
    }

    .section-lead {
      max-width: 42rem;
      margin: 0;
      color: var(--muted);
      line-height: 1.75;
    }

    .timeline-row {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 0.8rem;
    }

    .timeline-card {
      position: relative;
      padding: 1rem;
      min-height: 148px;
      border-radius: 6px;
      border: 1px solid rgba(57, 67, 85, 0.94);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01)),
        rgba(19, 24, 33, 0.98);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
    }

    .timeline-card::after {
      content: "";
      position: absolute;
      inset: auto 1rem 0.9rem 1rem;
      height: 1px;
      background: linear-gradient(90deg, rgba(210, 173, 91, 0.55), rgba(102, 208, 197, 0.12), transparent 96%);
    }

    .timeline-index {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 2rem;
      height: 2rem;
      margin-bottom: 0.8rem;
      border-radius: 6px;
      border: 1px solid rgba(210, 173, 91, 0.45);
      background: rgba(210, 173, 91, 0.1);
      color: #ffe5a0;
      font-size: 0.88rem;
      font-weight: 900;
    }

    .timeline-card strong {
      display: block;
      margin-bottom: 0.35rem;
      font-size: 1.02rem;
      line-height: 1.35;
    }

    .timeline-card p {
      margin: 0;
      color: var(--muted);
      line-height: 1.7;
      font-size: 0.93rem;
    }

    .timeline-card .time-note {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      margin-top: 0.8rem;
      color: var(--accent-2);
      font-size: 0.82rem;
      font-weight: 700;
    }

    .timeline-card .time-note svg {
      width: 0.92rem;
      height: 0.92rem;
    }

    .entry-section {
      padding: 1rem 0 1.35rem;
    }

    .tool-bar {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.8fr) auto;
      gap: 0.75rem;
      align-items: center;
      padding: 1rem;
      border: 1px solid rgba(57, 67, 85, 0.95);
      border-radius: var(--radius);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
        rgba(19, 24, 33, 0.98);
      box-shadow: var(--shadow-soft);
    }

    .search-field {
      position: relative;
      min-width: 0;
    }

    .search-field input {
      width: 100%;
      min-height: 46px;
      margin: 0;
      padding: 0.9rem 0.95rem 0.9rem 2.6rem;
      border-radius: 6px;
      border: 1px solid rgba(57, 67, 85, 0.98);
      background: var(--panel-2);
      color: var(--text);
      box-shadow: none;
      transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
    }

    .search-field input::placeholder {
      color: #7e8797;
    }

    .search-field input:focus {
      border-color: rgba(102, 208, 197, 0.72);
      background: #1a202d;
      box-shadow: 0 0 0 3px rgba(102, 208, 197, 0.08);
    }

    .search-icon {
      position: absolute;
      top: 50%;
      left: 0.9rem;
      transform: translateY(-50%);
      color: var(--accent-2);
      pointer-events: none;
    }

    .search-icon svg {
      width: 1rem;
      height: 1rem;
    }

    .filter-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 0.55rem;
      min-width: 0;
    }

    .chip-btn {
      min-height: 42px;
      padding: 0.62rem 0.85rem;
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      border-radius: 6px;
      border: 1px solid rgba(57, 67, 85, 0.94);
      background: rgba(255, 255, 255, 0.02);
      color: var(--muted);
      font-weight: 800;
      line-height: 1;
      transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease, color 0.18s ease;
    }

    .chip-btn svg {
      width: 0.95rem;
      height: 0.95rem;
      flex: 0 0 auto;
    }

    .chip-btn:hover {
      color: var(--text);
      border-color: rgba(102, 208, 197, 0.42);
      background: rgba(102, 208, 197, 0.06);
      transform: translateY(-1px);
    }

    .chip-btn.active {
      color: #111111;
      background: linear-gradient(180deg, #ead18d 0%, #c99d45 100%);
      border-color: rgba(210, 173, 91, 0.4);
      box-shadow: 0 10px 18px rgba(201, 157, 69, 0.18);
    }

    .sort-group {
      display: grid;
      gap: 0.35rem;
      min-width: 0;
    }

    .sort-label {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      color: var(--accent-2);
      font-size: 0.84rem;
      font-weight: 800;
    }

    .sort-label svg {
      width: 0.9rem;
      height: 0.9rem;
    }

    .sort-select {
      min-width: 10rem;
      min-height: 46px;
      margin: 0;
      border-radius: 6px;
      border: 1px solid rgba(57, 67, 85, 0.98);
      background-color: var(--panel-2);
      color: var(--text);
      box-shadow: none;
      font-weight: 700;
    }

    .results-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.8rem;
      margin: 0.8rem 0 0;
      color: var(--muted);
      font-size: 0.92rem;
    }

    .results-count {
      color: #ffe5a0;
      font-weight: 800;
      font-variant-numeric: tabular-nums;
    }

    .entry-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.85rem;
      margin-top: 0.95rem;
    }

    .entry-card {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 0.78rem;
      min-height: 100%;
      padding: 1rem;
      border-radius: var(--radius);
      border: 1px solid rgba(57, 67, 85, 0.96);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01)),
        rgba(18, 22, 31, 0.98);
      box-shadow: var(--shadow-soft);
      transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
      overflow: hidden;
    }

    .entry-card:hover {
      transform: translateY(-2px);
      border-color: rgba(210, 173, 91, 0.48);
      box-shadow: 0 16px 30px rgba(0, 0, 0, 0.3);
    }

    .card-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 0.75rem;
    }

    .card-title-wrap {
      min-width: 0;
    }

    .status-tag {
      padding: 0.34rem 0.56rem;
      border: 1px solid rgba(126, 214, 167, 0.35);
      background: rgba(126, 214, 167, 0.08);
      color: #c7f0d8;
      font-size: 0.8rem;
      flex: 0 0 auto;
    }

    .status-tag.hot {
      border-color: rgba(225, 95, 99, 0.38);
      background: rgba(225, 95, 99, 0.12);
      color: #ffd6d6;
    }

    .entry-card h3 {
      margin: 0 0 0.28rem;
      font-size: 1.12rem;
      line-height: 1.25;
      letter-spacing: 0;
      overflow-wrap: anywhere;
    }

    .entry-card p {
      margin: 0;
      color: var(--muted);
      line-height: 1.75;
      overflow-wrap: anywhere;
    }

    .tag-row {
      display: flex;
      flex-wrap: wrap;
      gap: 0.45rem;
      margin-top: 0.15rem;
    }

    .tag-item {
      padding: 0.3rem 0.55rem;
      border: 1px solid rgba(57, 67, 85, 0.94);
      background: rgba(255, 255, 255, 0.02);
      color: #ced5e4;
      font-size: 0.8rem;
    }

    .entry-meta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.6rem;
      padding-top: 0.2rem;
      color: var(--soft);
      font-size: 0.85rem;
      font-variant-numeric: tabular-nums;
    }

    .entry-meta strong {
      color: var(--accent-2);
      font-weight: 800;
    }

    .entry-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.55rem;
      margin-top: auto;
      padding-top: 0.15rem;
    }

    .entry-actions .button {
      min-height: 40px;
      padding: 0.7rem 0.92rem;
      font-size: 0.9rem;
    }

    .button-link {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      color: var(--accent-2);
      font-weight: 800;
    }

    .button-link:hover {
      color: #bff2ea;
    }

    .button-link svg {
      width: 0.95rem;
      height: 0.95rem;
    }

    .no-results {
      margin-top: 0.95rem;
      padding: 0.95rem 1rem;
      border-radius: var(--radius);
      border: 1px dashed rgba(57, 67, 85, 0.95);
      background: rgba(255, 255, 255, 0.015);
      color: var(--muted);
    }

    .side-stack {
      display: grid;
      gap: 0.85rem;
      position: sticky;
      top: 6rem;
    }

    .side-card {
      padding: 1rem;
      border-radius: var(--radius);
      border: 1px solid rgba(57, 67, 85, 0.95);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
        rgba(19, 24, 33, 0.98);
      box-shadow: var(--shadow-soft);
    }

    .side-card h3 {
      margin: 0 0 0.7rem;
      font-size: 1.02rem;
      line-height: 1.3;
    }

    .rule-list,
    .legend-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 0.65rem;
    }

    .rule-list li,
    .legend-list li {
      display: flex;
      gap: 0.55rem;
      align-items: flex-start;
      color: var(--muted);
      line-height: 1.65;
    }

    .rule-list li::before,
    .legend-list li::before {
      content: "";
      width: 0.45rem;
      height: 0.45rem;
      margin-top: 0.52rem;
      border-radius: 50%;
      background: var(--accent);
      box-shadow: 0 0 0 3px rgba(210, 173, 91, 0.1);
      flex: 0 0 auto;
    }

    .legend-list li strong {
      color: var(--text);
      min-width: 3.7rem;
      flex: 0 0 auto;
    }

    .quick-cta {
      background:
        linear-gradient(145deg, rgba(210, 173, 91, 0.12), rgba(102, 208, 197, 0.05)),
        rgba(19, 24, 33, 0.98);
    }

    .quick-cta p {
      margin: 0 0 0.9rem;
      color: var(--muted);
      line-height: 1.75;
    }

    .quick-cta .button {
      width: 100%;
      justify-content: center;
    }

    .compare-section {
      padding: 1.1rem 0 1.35rem;
    }

    .compare-note {
      margin-top: 0.3rem;
      color: var(--muted);
    }

    .compare-table-wrap {
      overflow-x: auto;
      border-radius: var(--radius);
      border: 1px solid rgba(57, 67, 85, 0.95);
      background: rgba(19, 24, 33, 0.98);
      box-shadow: var(--shadow-soft);
    }

    .compare-table {
      width: 100%;
      min-width: 720px;
      border-collapse: collapse;
      margin: 0;
      color: var(--text);
    }

    .compare-table th,
    .compare-table td {
      padding: 1rem 0.95rem;
      text-align: left;
      vertical-align: top;
      border-bottom: 1px solid rgba(57, 67, 85, 0.82);
    }

    .compare-table th {
      background: rgba(255, 255, 255, 0.02);
      color: var(--accent);
      font-size: 0.92rem;
      letter-spacing: 0;
    }

    .compare-table td {
      color: var(--muted);
      line-height: 1.7;
    }

    .compare-table tr:hover td {
      background: rgba(210, 173, 91, 0.04);
    }

    .compare-table tr:last-child td {
      border-bottom: none;
    }

    .compare-table td strong {
      color: var(--text);
      display: block;
      margin-bottom: 0.2rem;
    }

    .faq-cta-section {
      padding: 1rem 0 1.6rem;
    }

    .faq-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
      gap: 1rem;
      align-items: start;
    }

    .faq-list {
      display: grid;
      gap: 0.75rem;
    }

    .faq-item {
      border-radius: var(--radius);
      border: 1px solid rgba(57, 67, 85, 0.96);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
        rgba(19, 24, 33, 0.98);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
    }

    .faq-item summary {
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.8rem;
      padding: 1rem 1rem;
      cursor: pointer;
      color: var(--text);
      font-weight: 800;
      line-height: 1.4;
    }

    .faq-item summary::-webkit-details-marker {
      display: none;
    }

    .faq-item summary .faq-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 1.6rem;
      height: 1.6rem;
      border-radius: 6px;
      border: 1px solid rgba(57, 67, 85, 0.92);
      color: var(--accent-2);
      background: rgba(255, 255, 255, 0.02);
      flex: 0 0 auto;
      transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
    }

    .faq-item[open] summary .faq-icon {
      transform: rotate(180deg);
      border-color: rgba(210, 173, 91, 0.46);
      background: rgba(210, 173, 91, 0.08);
    }

    .faq-item .faq-body {
      padding: 0 1rem 1rem;
      color: var(--muted);
      line-height: 1.8;
      border-top: 1px solid rgba(57, 67, 85, 0.7);
    }

    .cta-panel {
      position: sticky;
      top: 6rem;
      padding: 1.15rem;
      border-radius: var(--radius);
      border: 1px solid rgba(57, 67, 85, 0.95);
      background:
        linear-gradient(145deg, rgba(210, 173, 91, 0.11), rgba(102, 208, 197, 0.04)),
        rgba(19, 24, 33, 0.98);
      box-shadow: var(--shadow);
    }

    .cta-panel h2 {
      margin: 0 0 0.5rem;
      font-size: 1.9rem;
      line-height: 1.15;
      letter-spacing: 0;
    }

    .cta-panel p {
      margin: 0 0 0.95rem;
      color: var(--muted);
      line-height: 1.8;
    }

    .contact-box {
      padding: 0.95rem 1rem;
      border-radius: 6px;
      border: 1px solid rgba(57, 67, 85, 0.9);
      background: rgba(255, 255, 255, 0.02);
    }

    .contact-box ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 0.55rem;
      color: var(--muted);
    }

    .contact-box li {
      line-height: 1.65;
      overflow-wrap: anywhere;
    }

    .contact-box strong {
      color: var(--text);
    }

    .site-footer {
      margin-top: 1rem;
      padding: 1.4rem 0 1.2rem;
      border-top: 1px solid rgba(42, 49, 64, 0.95);
      background:
        linear-gradient(180deg, rgba(16, 20, 27, 0.95), rgba(10, 12, 17, 0.98));
    }

    .footer-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr);
      gap: 1.2rem;
      padding-bottom: 1rem;
    }

    .footer-brand {
      display: inline-flex;
      align-items: center;
      gap: 0.75rem;
      margin-bottom: 0.75rem;
    }

    .footer-brand strong {
      font-size: 1rem;
      line-height: 1.2;
    }

    .footer-desc {
      margin: 0;
      color: var(--muted);
      line-height: 1.8;
      max-width: 34rem;
    }

    .footer-col h3 {
      margin: 0 0 0.75rem;
      font-size: 1rem;
      line-height: 1.3;
      color: var(--text);
    }

    .footer-links {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 0.55rem;
      color: var(--muted);
    }

    .footer-links a {
      color: var(--muted);
    }

    .footer-links a:hover {
      color: #bff2ea;
    }

    .footer-meta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.75rem;
      flex-wrap: wrap;
      padding-top: 1rem;
      border-top: 1px solid rgba(42, 49, 64, 0.95);
      color: var(--soft);
      font-size: 0.92rem;
    }

    .footer-meta a {
      color: var(--accent-2);
      font-weight: 700;
    }

    .footer-meta a:hover {
      color: #bbf2ea;
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    @media (max-width: 1024px) {
      .hero-copy h1 {
        font-size: 2.55rem;
      }

      .section-head h2 {
        font-size: 1.82rem;
      }

      .cta-panel h2 {
        font-size: 1.72rem;
      }

      .timeline-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .faq-layout {
        grid-template-columns: 1fr;
      }

      .cta-panel {
        position: static;
      }

      .side-stack {
        position: static;
      }
    }

    @media (max-width: 768px) {
      .header-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 0.85rem 0;
      }

      .nav-links {
        justify-content: flex-start;
        width: 100%;
      }

      .hero-copy h1 {
        font-size: 2.2rem;
      }

      .hero-shell {
        padding: 1.25rem;
      }

      .matrix-grid,
      .hero-summaries,
      .entry-grid {
        grid-template-columns: 1fr;
      }

      .tool-bar {
        grid-template-columns: 1fr;
      }

      .sort-select {
        width: 100%;
      }

      .timeline-row {
        grid-template-columns: 1fr;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }

      .compare-table {
        min-width: 640px;
      }
    }

    @media (max-width: 520px) {
      .grid-container {
        width: min(1180px, calc(100% - 1.1rem));
      }

      .hero-copy h1 {
        font-size: 1.95rem;
      }

      .section-head h2 {
        font-size: 1.55rem;
      }

      .cta-panel h2 {
        font-size: 1.5rem;
      }

      .hero-actions,
      .cta-actions {
        flex-direction: column;
        align-items: stretch;
      }

      .button {
        width: 100%;
        justify-content: center;
      }

      .countdown {
        font-size: 1.4rem;
      }

      .hero-sticker {
        top: -0.55rem;
        right: 0.8rem;
      }

      .tool-bar,
      .entry-card,
      .side-card,
      .timeline-card,
      .faq-item summary,
      .faq-item .faq-body,
      .contact-box,
      .cta-panel {
        padding-left: 0.9rem;
        padding-right: 0.9rem;
      }
    }
