/* roulang page: index */
:root{
      --bg:#f4f7f5;
      --bg-soft:#edf2ef;
      --card:#ffffff;
      --card-2:#f8faf9;
      --text:#16211d;
      --muted:#5f6f69;
      --line:#d8e2dd;
      --deep:#0b1512;
      --deep-2:#10201b;
      --brand:#22c55e;
      --brand-2:#12a150;
      --brand-3:#7cf2a1;
      --accent:#b28c4c;
      --warn:#e9b36b;
      --warn-bg:#fff5e7;
      --danger:#9c4f2c;
      --shadow:0 18px 44px rgba(12, 21, 17, .08);
      --shadow-2:0 10px 26px rgba(12, 21, 17, .12);
      --radius:20px;
      --radius-sm:14px;
      --radius-lg:28px;
      --container:1240px;
      --gap:24px;
      --transition: all .28s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans SC",system-ui,-apple-system,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at top left, rgba(34,197,94,.06), transparent 24%),
        radial-gradient(circle at top right, rgba(178,140,76,.08), transparent 22%),
        var(--bg);
      line-height:1.8;
      font-size:16px;
    }
    a{color:inherit;text-decoration:none;transition:var(--transition)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    .container{
      width:min(var(--container), calc(100% - 32px));
      margin:0 auto;
    }
    .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;
    }
    .skip-link{
      position:absolute;left:12px;top:-48px;background:var(--deep);color:#fff;padding:10px 14px;border-radius:999px;z-index:1000;
    }
    .skip-link:focus{top:12px}
    .topbar{
      background:linear-gradient(90deg, rgba(11,21,18,.98), rgba(16,32,27,.98));
      color:#d8e7df;
      font-size:13px;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .topbar-inner{
      min-height:42px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:8px 0;
      flex-wrap:wrap;
    }
    .status-tags{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }
    .status-tags span{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:5px 10px;
      border:1px solid rgba(124,242,161,.18);
      border-radius:999px;
      background:rgba(255,255,255,.04);
      color:#dcf7e5;
    }
    .status-tags i{
      width:7px;height:7px;border-radius:50%;background:var(--brand);
      box-shadow:0 0 0 4px rgba(34,197,94,.14);
      display:inline-block;
    }
    .topbar-note{
      color:#aec1b8;
      white-space:nowrap;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:200;
      background:rgba(10,18,15,.55);
      backdrop-filter:saturate(150%) blur(16px);
      border-bottom:1px solid rgba(255,255,255,.08);
      transition:var(--transition);
    }
    .site-header.is-solid{
      background:rgba(9,16,13,.96);
      box-shadow:0 10px 34px rgba(6,12,10,.18);
    }
    .header-inner{
      min-height:78px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:14px;
      min-width:0;
    }
    .brand-mark{
      width:44px;height:44px;border-radius:15px;
      background:
        linear-gradient(145deg, rgba(34,197,94,.95), rgba(8,114,58,.95));
      position:relative;
      box-shadow:0 12px 28px rgba(34,197,94,.2);
      flex:0 0 auto;
    }
    .brand-mark::before,
    .brand-mark::after{
      content:"";
      position:absolute;
      inset:11px;
      border:2px solid rgba(255,255,255,.9);
      border-radius:12px;
      transform:skewX(-8deg);
    }
    .brand-mark::after{
      inset:auto;
      left:9px;right:9px;top:20px;height:4px;border:none;background:rgba(255,255,255,.92);border-radius:99px;
      transform:none;
    }
    .brand-text{
      min-width:0;
    }
    .brand-text strong{
      display:block;
      font-size:18px;
      line-height:1.2;
      letter-spacing:.2px;
      color:#f4fbf7;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .brand-text span{
      display:block;
      margin-top:3px;
      font-size:12px;
      color:#9eb3aa;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .nav-wrap{
      display:flex;
      align-items:center;
      gap:14px;
    }
    .nav-toggle{
      display:none;
      width:44px;height:44px;border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.04);
      color:#fff;border-radius:12px;cursor:pointer;
    }
    .nav{
      display:flex;
      align-items:center;
      gap:6px;
    }
    .nav a{
      color:#dce9e3;
      padding:11px 13px;
      border-radius:999px;
      font-size:14px;
      line-height:1;
      position:relative;
      white-space:nowrap;
    }
    .nav a:hover,
    .nav a:focus-visible{
      color:#fff;
      background:rgba(255,255,255,.07);
      outline:none;
    }
    .nav a.active{
      color:#fff;
      background:rgba(34,197,94,.14);
      box-shadow:inset 0 0 0 1px rgba(124,242,161,.15);
    }
    .nav a.active::after{
      content:"";
      position:absolute;
      left:16px;right:16px;bottom:6px;height:2px;border-radius:99px;background:var(--brand);
    }
    .hero{
      position:relative;
      overflow:hidden;
      padding:28px 0 34px;
    }
    .hero-shell{
      position:relative;
      overflow:hidden;
      border-radius:var(--radius-lg);
      background:
        linear-gradient(135deg, rgba(7,13,11,.92), rgba(11,21,18,.82)),
        url('/assets/images/backpic/back-1.webp') center/cover no-repeat;
      box-shadow:var(--shadow);
      border:1px solid rgba(255,255,255,.08);
    }
    .hero-shell::before{
      content:"";
      position:absolute;inset:0;
      background:
        linear-gradient(120deg, rgba(0,0,0,.15), transparent 40%),
        linear-gradient(0deg, rgba(10,16,13,.7), transparent 28%);
      pointer-events:none;
    }
    .hero-grid{
      position:relative;
      display:grid;
      grid-template-columns:1.12fr .88fr;
      gap:28px;
      padding:44px;
      align-items:stretch;
      min-height:560px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.07);
      color:#d6f5df;
      border:1px solid rgba(124,242,161,.14);
      font-size:13px;
      margin-bottom:18px;
      width:fit-content;
    }
    .eyebrow .dot{
      width:8px;height:8px;border-radius:50%;
      background:var(--brand);
      box-shadow:0 0 0 4px rgba(34,197,94,.16);
    }
    .hero h1{
      margin:0;
      color:#fff;
      font-size:clamp(30px, 4vw, 50px);
      line-height:1.15;
      letter-spacing:-.02em;
      max-width:12ch;
    }
    .hero .sub{
      margin:18px 0 0;
      max-width:700px;
      color:#d1ddd7;
      font-size:18px;
      line-height:1.9;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      margin-top:28px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      min-height:48px;
      padding:0 18px;
      border-radius:999px;
      font-weight:700;
      font-size:15px;
      border:1px solid transparent;
      cursor:pointer;
      transition:var(--transition);
      user-select:none;
    }
    .btn-primary{
      background:linear-gradient(135deg, var(--brand), var(--brand-2));
      color:#04130a;
      box-shadow:0 12px 24px rgba(34,197,94,.2);
    }
    .btn-primary:hover,
    .btn-primary:focus-visible{
      transform:translateY(-2px);
      box-shadow:0 16px 26px rgba(34,197,94,.24);
      outline:none;
    }
    .btn-secondary{
      color:#edf7f1;
      background:rgba(255,255,255,.06);
      border-color:rgba(255,255,255,.12);
    }
    .btn-secondary:hover,
    .btn-secondary:focus-visible{
      background:rgba(255,255,255,.1);
      transform:translateY(-2px);
      outline:none;
    }
    .hero-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:26px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.06);
      color:#dcebe4;
      border:1px solid rgba(255,255,255,.09);
      font-size:13px;
    }
    .tag strong{
      color:#fff;
      font-weight:700;
    }
    .hero-panel{
      align-self:stretch;
      background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.05));
      border:1px solid rgba(255,255,255,.12);
      border-radius:26px;
      padding:20px;
      color:#edf6f1;
      display:flex;
      flex-direction:column;
      gap:16px;
      box-shadow:inset 0 0 0 1px rgba(124,242,161,.04);
    }
    .panel-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding-bottom:14px;
      border-bottom:1px solid rgba(255,255,255,.1);
    }
    .panel-head h2{
      margin:0;
      font-size:18px;
      color:#fff;
    }
    .panel-head .state{
      font-size:12px;
      color:#8af2ad;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(34,197,94,.12);
      border:1px solid rgba(34,197,94,.18);
    }
    .match-card{
      display:grid;
      grid-template-columns:1fr auto 1fr;
      gap:14px;
      align-items:center;
      padding:16px;
      background:rgba(6,12,10,.34);
      border:1px solid rgba(255,255,255,.08);
      border-radius:20px;
    }
    .team{
      min-width:0;
    }
    .team .name{
      font-size:17px;
      font-weight:700;
      color:#fff;
      margin:0 0 4px;
    }
    .team .meta{
      font-size:13px;
      color:#b0c1ba;
      margin:0;
    }
    .vs{
      width:58px;height:58px;border-radius:50%;
      display:grid;place-items:center;
      background:radial-gradient(circle at top, rgba(124,242,161,.22), rgba(34,197,94,.12));
      border:1px solid rgba(124,242,161,.18);
      font-size:20px;
      font-weight:800;
      color:#fff;
      margin:0 auto;
      box-shadow:inset 0 0 20px rgba(34,197,94,.12);
    }
    .score-box{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
    }
    .mini{
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.08);
      border-radius:18px;
      padding:14px;
    }
    .mini span{
      display:block;
      font-size:12px;
      color:#b9cac3;
      margin-bottom:6px;
    }
    .mini strong{
      display:block;
      font-size:26px;
      line-height:1.1;
      color:#fff;
    }
    .mini em{
      display:block;
      margin-top:8px;
      font-style:normal;
      font-size:13px;
      color:#9fdab0;
    }
    .panel-list{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }
    .panel-list li{
      display:flex;
      justify-content:space-between;
      gap:10px;
      align-items:center;
      padding:11px 13px;
      border-radius:14px;
      background:rgba(255,255,255,.05);
      color:#dceae5;
      border:1px solid rgba(255,255,255,.08);
      font-size:14px;
    }
    .panel-list li b{
      color:#fff;
      font-weight:700;
    }
    .panel-foot{
      font-size:12px;
      color:#a9bbb4;
      padding-top:4px;
      border-top:1px dashed rgba(255,255,255,.13);
    }
    .section{
      padding:82px 0 0;
    }
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:18px;
      margin-bottom:24px;
    }
    .section-title{
      margin:0;
      font-size:clamp(26px, 3vw, 36px);
      line-height:1.2;
      letter-spacing:-.02em;
      color:var(--deep);
    }
    .section-desc{
      margin:8px 0 0;
      color:var(--muted);
      max-width:760px;
      font-size:16px;
      line-height:1.85;
    }
    .section-link{
      color:var(--brand-2);
      font-weight:700;
      white-space:nowrap;
    }
    .section-link:hover{color:#15803d;text-decoration:underline}
    .grid-4{
      display:grid;
      grid-template-columns:repeat(4, minmax(0, 1fr));
      gap:20px;
    }
    .card{
      background:var(--card);
      border:1px solid var(--line);
      border-radius:var(--radius);
      box-shadow:0 10px 30px rgba(17,24,39,.04);
      overflow:hidden;
      transition:var(--transition);
    }
    .card:hover{
      transform:translateY(-4px);
      box-shadow:var(--shadow-2);
      border-color:#c6d7cf;
    }
    .phase-card{
      padding:22px;
      position:relative;
      min-height:220px;
      display:flex;
      flex-direction:column;
      gap:14px;
    }
    .phase-card::before{
      content:"";
      position:absolute;left:0;top:0;bottom:0;width:4px;
      background:linear-gradient(180deg, var(--accent), rgba(34,197,94,.8));
    }
    .phase-card .label{
      display:inline-flex;
      align-items:center;
      gap:8px;
      width:fit-content;
      padding:6px 10px;
      background:rgba(34,197,94,.09);
      color:#1f6d3c;
      border:1px solid rgba(34,197,94,.14);
      border-radius:999px;
      font-size:12px;
      font-weight:700;
    }
    .phase-card h3{
      margin:0;
      font-size:22px;
      line-height:1.25;
      color:var(--deep);
    }
    .phase-card p{
      margin:0;
      color:var(--muted);
      font-size:15px;
    }
    .phase-card .meta{
      margin-top:auto;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      font-size:13px;
      color:#63746d;
    }
    .phase-card .meta b{color:#0f5132}
    .phase-card .meta a{
      color:var(--brand-2);
      font-weight:700;
    }
    .split{
      display:grid;
      grid-template-columns:1.25fr .75fr;
      gap:24px;
      align-items:start;
    }
    .feature-card{
      padding:28px;
      background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,249,.95)),
        radial-gradient(circle at top right, rgba(34,197,94,.07), transparent 24%);
    }
    .feature-card h3{
      margin:0 0 10px;
      font-size:26px;
      line-height:1.25;
      color:var(--deep);
    }
    .feature-card p{
      margin:0 0 16px;
      color:var(--muted);
    }
    .feature-list{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:14px;
      margin-top:18px;
    }
    .feature-item{
      padding:14px 15px;
      background:#f7faf8;
      border:1px solid var(--line);
      border-radius:16px;
    }
    .feature-item strong{
      display:block;
      color:var(--deep);
      margin-bottom:4px;
      font-size:15px;
    }
    .feature-item span{
      color:var(--muted);
      font-size:14px;
      line-height:1.7;
    }
    .side-stack{
      display:grid;
      gap:16px;
    }
    .metric-card{
      padding:18px;
      background:var(--card);
      border:1px solid var(--line);
      border-radius:18px;
    }
    .metric-card .head{
      display:flex;
      justify-content:space-between;
      gap:12px;
      align-items:center;
      margin-bottom:12px;
    }
    .metric-card .head strong{
      color:var(--deep);
      font-size:16px;
    }
    .metric-card .head span{
      font-size:12px;
      color:#7a8d85;
      padding:4px 8px;
      border-radius:999px;
      background:#eef4f1;
    }
    .metric-card .value{
      font-size:28px;
      line-height:1.1;
      font-weight:800;
      color:#0f5132;
      margin:0 0 8px;
    }
    .metric-card p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.7;
    }
    .progress{
      margin-top:12px;
      height:10px;
      border-radius:999px;
      background:#e6eee9;
      overflow:hidden;
    }
    .progress span{
      display:block;height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg, var(--brand), var(--brand-3));
    }
    .progress.small{height:8px}
    .steps-risk{
      display:grid;
      grid-template-columns:1fr .78fr;
      gap:24px;
      align-items:start;
    }
    .steps-card{
      padding:26px;
    }
    .steps{
      margin:18px 0 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:12px;
    }
    .steps li{
      display:grid;
      grid-template-columns:40px 1fr;
      gap:14px;
      padding:14px 0;
      border-bottom:1px solid #e8eeeb;
    }
    .steps li:last-child{border-bottom:none;padding-bottom:0}
    .steps .num{
      width:40px;height:40px;border-radius:50%;
      display:grid;place-items:center;
      background:rgba(34,197,94,.11);
      color:#166534;
      font-weight:800;
      font-size:16px;
      border:1px solid rgba(34,197,94,.15);
    }
    .steps strong{
      display:block;
      color:var(--deep);
      font-size:16px;
      margin-bottom:4px;
    }
    .steps p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.8;
    }
    .risk-card{
      background:linear-gradient(180deg, #fffaf1, #fffdf8);
      border:1px solid #f0d5ae;
      border-left:5px solid var(--warn);
      padding:24px;
      border-radius:20px;
      box-shadow:0 12px 26px rgba(180,128,47,.08);
    }
    .risk-card h3{
      margin:0 0 10px;
      color:#8a4f19;
      font-size:22px;
    }
    .risk-card p{
      margin:0 0 14px;
      color:#7a5932;
      line-height:1.85;
      font-size:15px;
    }
    .risk-list{
      margin:0;
      padding-left:18px;
      color:#6f5234;
      display:grid;
      gap:8px;
      font-size:14px;
      line-height:1.8;
    }
    .table-card{
      padding:0;
      overflow:hidden;
    }
    .table-card .table-head{
      padding:24px 24px 0;
    }
    table{
      width:100%;
      border-collapse:collapse;
      margin-top:14px;
      background:#fff;
    }
    thead th{
      text-align:left;
      padding:16px 18px;
      font-size:14px;
      color:#385047;
      background:#f3f7f5;
      border-bottom:1px solid var(--line);
    }
    tbody td{
      padding:16px 18px;
      vertical-align:top;
      border-bottom:1px solid #edf2ef;
      color:#42524c;
      font-size:14px;
      line-height:1.8;
    }
    tbody tr:hover td{
      background:#fafdfb;
    }
    .table-badge{
      display:inline-flex;
      align-items:center;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(34,197,94,.1);
      color:#166534;
      border:1px solid rgba(34,197,94,.16);
      font-size:12px;
      font-weight:700;
      margin-bottom:12px;
    }
    .topic-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:24px;
      align-items:stretch;
    }
    .big-article{
      position:relative;
      border-radius:26px;
      overflow:hidden;
      min-height:460px;
      background:#09110f;
      color:#fff;
      border:1px solid rgba(255,255,255,.08);
      box-shadow:var(--shadow);
    }
    .big-article img{
      width:100%;
      height:100%;
      object-fit:cover;
      transform:scale(1.02);
      transition:var(--transition);
      opacity:.88;
    }
    .big-article:hover img{transform:scale(1.06)}
    .big-article::after{
      content:"";
      position:absolute;inset:0;
      background:linear-gradient(180deg, rgba(6,11,9,.18), rgba(6,11,9,.92));
    }
    .big-article .content{
      position:absolute;
      left:0;right:0;bottom:0;
      padding:28px;
      z-index:1;
    }
    .big-article .chip{
      display:inline-flex;
      padding:6px 10px;
      background:rgba(34,197,94,.16);
      border:1px solid rgba(34,197,94,.24);
      border-radius:999px;
      font-size:12px;
      color:#d8ffe4;
      margin-bottom:12px;
    }
    .big-article h3{
      margin:0 0 10px;
      font-size:28px;
      line-height:1.2;
    }
    .big-article p{
      margin:0 0 18px;
      max-width:58ch;
      color:#d2e0da;
      line-height:1.8;
    }
    .small-posts{
      display:grid;
      gap:16px;
    }
    .small-post{
      display:grid;
      grid-template-columns:112px 1fr;
      gap:14px;
      padding:14px;
      background:#fff;
      border:1px solid var(--line);
      border-radius:20px;
      transition:var(--transition);
      overflow:hidden;
    }
    .small-post:hover{
      transform:translateY(-4px);
      box-shadow:var(--shadow-2);
      border-color:#c9dbd1;
    }
    .small-post img{
      width:112px;
      height:88px;
      object-fit:cover;
      border-radius:14px;
    }
    .small-post .meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-bottom:8px;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      padding:4px 9px;
      border-radius:999px;
      background:#eef6f1;
      color:#2b5a45;
      font-size:12px;
      border:1px solid #ddeae2;
    }
    .small-post h4{
      margin:0 0 6px;
      color:var(--deep);
      font-size:18px;
      line-height:1.35;
    }
    .small-post p{
      margin:0 0 10px;
      color:var(--muted);
      font-size:14px;
      line-height:1.7;
    }
    .small-post a{
      color:var(--brand-2);
      font-weight:700;
      font-size:14px;
    }
    .faq-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
    }
    details.faq{
      background:#fff;
      border:1px solid var(--line);
      border-radius:18px;
      overflow:hidden;
      box-shadow:0 8px 20px rgba(17,24,39,.03);
    }
    details.faq[open]{
      border-color:#bfe5cd;
      box-shadow:0 12px 28px rgba(34,197,94,.08);
    }
    details.faq summary{
      list-style:none;
      cursor:pointer;
      padding:18px 20px;
      font-weight:700;
      color:var(--deep);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
    }
    details.faq summary::-webkit-details-marker{display:none}
    details.faq summary::after{
      content:"+";
      flex:0 0 auto;
      width:28px;height:28px;
      display:grid;place-items:center;
      border-radius:50%;
      background:#eef5f1;
      color:#2e5d47;
      font-size:18px;
      font-weight:700;
      transition:var(--transition);
    }
    details.faq[open] summary::after{
      content:"–";
      background:rgba(34,197,94,.12);
      color:#0f5132;
    }
    .faq-body{
      padding:0 20px 18px;
      color:var(--muted);
      line-height:1.9;
      font-size:15px;
    }
    .cta{
      padding:88px 0 96px;
    }
    .cta-box{
      position:relative;
      overflow:hidden;
      border-radius:30px;
      background:
        linear-gradient(135deg, rgba(11,21,18,.95), rgba(18,34,29,.94)),
        url('/assets/images/backpic/back-2.webp') center/cover no-repeat;
      color:#fff;
      padding:34px;
      border:1px solid rgba(255,255,255,.08);
      box-shadow:var(--shadow);
    }
    .cta-box::before{
      content:"";
      position:absolute;inset:0;
      background:linear-gradient(90deg, rgba(34,197,94,.18), transparent 42%);
      pointer-events:none;
    }
    .cta-grid{
      position:relative;
      display:grid;
      grid-template-columns:1fr auto;
      gap:22px;
      align-items:center;
    }
    .cta-box h2{
      margin:0 0 10px;
      font-size:clamp(26px, 3vw, 38px);
      line-height:1.2;
    }
    .cta-box p{
      margin:0;
      color:#d6e5dd;
      max-width:760px;
      line-height:1.9;
      font-size:16px;
    }
    .cta-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      justify-content:flex-end;
    }
    .form-card{
      padding:26px;
      background:#fff;
      border:1px solid var(--line);
      border-radius:24px;
      box-shadow:0 12px 28px rgba(17,24,39,.04);
    }
    .form-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:14px;
      margin-top:14px;
    }
    .field{
      display:flex;
      flex-direction:column;
      gap:8px;
    }
    .field.full{grid-column:1 / -1}
    .field label{
      font-size:14px;
      color:#34463f;
      font-weight:700;
    }
    .field input,
    .field select,
    .field textarea{
      width:100%;
      border:1px solid #d9e4df;
      border-radius:14px;
      background:#fbfcfb;
      color:var(--text);
      padding:13px 14px;
      transition:var(--transition);
      outline:none;
    }
    .field textarea{min-height:132px;resize:vertical}
    .field input:focus,
    .field select:focus,
    .field textarea:focus{
      border-color:#8ed8a7;
      box-shadow:0 0 0 4px rgba(34,197,94,.08);
      background:#fff;
    }
    .helper{
      font-size:13px;
      color:#6a7b74;
      margin-top:10px;
    }
    .form-actions{
      display:flex;
      justify-content:flex-start;
      gap:12px;
      margin-top:16px;
      flex-wrap:wrap;
    }
    .site-footer{
      background:linear-gradient(180deg, #0a1210, #0d1512);
      color:#c2d2cb;
      margin-top:84px;
      border-top:1px solid rgba(255,255,255,.08);
    }
    .footer-inner{
      padding:44px 0 28px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr .9fr;
      gap:26px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      gap:14px;
      align-items:flex-start;
    }
    .footer-brand .brand-mark{width:42px;height:42px}
    .footer-brand strong{
      display:block;
      color:#fff;
      font-size:18px;
      margin-bottom:4px;
    }
    .footer-brand p{
      margin:0;
      line-height:1.9;
      color:#a8bbb3;
      font-size:14px;
    }
    .footer-col h3{
      margin:0 0 14px;
      font-size:16px;
      color:#fff;
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:#c6d5cf;
      font-size:14px;
    }
    .footer-links a:hover{color:#7cf2a1;text-decoration:underline}
    .foot-note{
      margin-top:20px;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.08);
      display:flex;
      flex-wrap:wrap;
      gap:12px 20px;
      justify-content:space-between;
      align-items:center;
      font-size:13px;
      color:#9cb0a9;
    }
    .badge-soft{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 11px;
      border-radius:999px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.08);
      color:#dce7e2;
      margin-top:12px;
      font-size:13px;
    }
    .mobile-only{display:none}
    .section-spacer{height:10px}
    .subtle{
      color:#6b7d76;
      font-size:13px;
      line-height:1.8;
    }
    .anchor-offset{scroll-margin-top:104px}

    @media (max-width: 1199px){
      .hero-grid,
      .split,
      .steps-risk,
      .topic-grid,
      .cta-grid,
      .footer-grid{
        grid-template-columns:1fr;
      }
      .hero-grid{min-height:auto}
      .grid-4{grid-template-columns:repeat(2, minmax(0, 1fr))}
      .faq-grid{grid-template-columns:1fr}
      .nav{gap:2px}
      .nav a{padding:10px 11px}
      .hero h1{max-width:14ch}
    }
    @media (max-width: 767px){
      .topbar-note{white-space:normal}
      .header-inner{min-height:70px}
      .nav-toggle{display:inline-grid;place-items:center}
      .nav-wrap{margin-left:auto}
      .nav{
        position:absolute;
        top:100%;
        left:0;
        right:0;
        display:none;
        flex-direction:column;
        align-items:stretch;
        gap:8px;
        padding:14px;
        background:rgba(9,16,13,.98);
        border-bottom:1px solid rgba(255,255,255,.08);
      }
      .nav.open{display:flex}
      .nav a{border-radius:14px}
      .hero{padding-top:18px}
      .hero-grid{padding:24px}
      .hero h1{font-size:clamp(28px, 8vw, 36px)}
      .hero .sub{font-size:16px}
      .feature-list,
      .grid-4,
      .form-grid{grid-template-columns:1fr}
      .small-post{grid-template-columns:1fr}
      .small-post img{width:100%;height:180px}
      .cta-box{padding:24px}
      .cta-actions{justify-content:flex-start}
      .section{padding-top:58px}
      .cta{padding:64px 0 72px}
      .site-footer{margin-top:64px}
      .mobile-only{display:block}
      .topbar-inner{justify-content:center}
      .topbar-note{display:none}
      .panel-head{flex-direction:column;align-items:flex-start}
      .match-card{grid-template-columns:1fr; text-align:left}
      .vs{margin:4px 0}
    }
    @media (max-width: 520px){
      .container{width:min(var(--container), calc(100% - 22px))}
      .hero-grid{padding:18px}
      .hero-shell{border-radius:24px}
      .hero-panel{padding:16px;border-radius:20px}
      .section-title{font-size:28px}
      .section-desc{font-size:15px}
      .card,.form-card,.risk-card,.phase-card,.metric-card{border-radius:18px}
      .big-article{min-height:400px;border-radius:22px}
      .big-article .content{padding:20px}
      .big-article h3{font-size:24px}
      table{display:block;overflow-x:auto;white-space:nowrap}
      .small-post{padding:12px}
      .footer-inner{padding:34px 0 22px}
      .foot-note{align-items:flex-start}
    }

/* roulang page: category1 */
:root{
      --bg:#f4f6f5;
      --bg-soft:#eef2f0;
      --surface:#ffffff;
      --surface-2:#f8fbfa;
      --surface-dark:#0b1715;
      --surface-darker:#07100f;
      --text:#13201d;
      --muted:#5d6b67;
      --muted-2:#7c8884;
      --line:#d9e3df;
      --line-2:#c8d3cf;
      --green:#28d17c;
      --green-2:#66e59b;
      --green-deep:#12724b;
      --silver:#b8c3bf;
      --amber:#d9a24a;
      --warn:#c66a2f;
      --danger:#a34a3f;
      --shadow:0 14px 40px rgba(13, 28, 24, .08);
      --shadow-2:0 22px 55px rgba(13, 28, 24, .12);
      --radius:20px;
      --radius-sm:14px;
      --radius-lg:28px;
      --container:1240px;
      --gap:24px;
      --header-h:76px;
      --font: "PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans SC",system-ui,-apple-system,sans-serif;
      --trans:.28s cubic-bezier(.2,.8,.2,1);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      background:
        radial-gradient(circle at top left, rgba(40, 209, 124, .08), transparent 28%),
        radial-gradient(circle at top right, rgba(217, 162, 74, .06), transparent 24%),
        linear-gradient(180deg, #f8faf9 0%, #f1f5f3 36%, #eef3f1 100%);
      color:var(--text);
      line-height:1.8;
      -webkit-font-smoothing:antialiased;
      text-rendering:optimizeLegibility;
    }
    img{max-width:100%;display:block}
    a{color:inherit;text-decoration:none}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    :focus-visible{outline:3px solid rgba(40,209,124,.35);outline-offset:2px}
    .container{
      width:min(var(--container), calc(100% - 32px));
      margin:0 auto;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:80;
      backdrop-filter:saturate(130%) blur(16px);
      background:rgba(7,16,15,.72);
      border-bottom:1px solid rgba(255,255,255,.08);
      transition:background var(--trans), box-shadow var(--trans);
    }
    .site-header.is-scrolled{
      background:rgba(7,16,15,.92);
      box-shadow:0 10px 32px rgba(0,0,0,.18);
    }
    .header-inner{
      min-height:var(--header-h);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:14px;
      min-width:0;
    }
    .brand-mark,
    .footer-brand .brand-mark{
      width:42px;height:42px;border-radius:14px;
      background:
        linear-gradient(145deg, rgba(40,209,124,1), rgba(10,93,64,1));
      position:relative;
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.12), 0 10px 24px rgba(18,114,75,.28);
      flex:0 0 auto;
    }
    .brand-mark::before,
    .footer-brand .brand-mark::before{
      content:"";
      position:absolute; inset:10px 12px 12px 10px;
      border-radius:9px;
      border:2px solid rgba(255,255,255,.86);
      clip-path:polygon(0 14%, 74% 14%, 74% 0, 100% 22%, 100% 100%, 18% 100%, 18% 82%, 0 82%);
      opacity:.95;
    }
    .brand-text{
      display:flex;
      flex-direction:column;
      line-height:1.2;
      color:#fff;
      min-width:0;
    }
    .brand-text strong{
      font-size:1.02rem;
      letter-spacing:.3px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .brand-text span{
      font-size:.84rem;
      color:rgba(255,255,255,.68);
      margin-top:4px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }

    .nav-wrap{display:flex; align-items:center; gap:12px;}
    .nav-toggle{
      display:none;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.06);
      color:#fff;
      width:46px;height:46px;
      border-radius:14px;
      transition:transform var(--trans), background var(--trans), border-color var(--trans);
    }
    .nav-toggle:hover{background:rgba(255,255,255,.12);transform:translateY(-1px)}
    .nav{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
    }
    .nav a{
      color:rgba(255,255,255,.82);
      font-size:.96rem;
      padding:11px 14px;
      border-radius:999px;
      position:relative;
      transition:background var(--trans), color var(--trans), transform var(--trans);
    }
    .nav a:hover{
      background:rgba(255,255,255,.08);
      color:#fff;
      transform:translateY(-1px);
    }
    .nav a.active{
      color:#fff;
      background:rgba(40,209,124,.14);
      box-shadow:inset 0 0 0 1px rgba(40,209,124,.18);
    }
    .nav a.active::after{
      content:"";
      position:absolute;
      left:16px; right:16px; bottom:8px;
      height:2px;
      border-radius:999px;
      background:linear-gradient(90deg, rgba(40,209,124,.95), rgba(102,229,155,.2));
    }

    main{padding-bottom:32px}
    .crumbs{
      margin:26px 0 14px;
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      color:var(--muted);
      font-size:.94rem;
    }
    .crumbs a{
      color:var(--muted);
      transition:color var(--trans);
    }
    .crumbs a:hover{color:var(--green-deep)}
    .crumbs span{color:#95a19d}

    .hero{
      position:relative;
      overflow:hidden;
      border-radius:28px;
      background:
        linear-gradient(120deg, rgba(7,16,15,.92), rgba(7,16,15,.64)),
        url('/assets/images/backpic/back-2.webp') center/cover no-repeat;
      color:#fff;
      box-shadow:var(--shadow-2);
      border:1px solid rgba(255,255,255,.08);
      isolation:isolate;
    }
    .hero::before{
      content:"";
      position:absolute; inset:0;
      background:
        linear-gradient(90deg, rgba(255,255,255,.04), transparent 26%),
        radial-gradient(circle at 18% 24%, rgba(40,209,124,.20), transparent 18%),
        radial-gradient(circle at 82% 8%, rgba(217,162,74,.16), transparent 22%);
      mix-blend-mode:screen;
      pointer-events:none;
    }
    .hero::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,.04) 1px, transparent 1px);
      background-size:26px 26px;
      opacity:.22;
      pointer-events:none;
    }
    .hero-inner{
      position:relative;
      z-index:1;
      padding:34px 34px 30px;
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:28px;
      align-items:stretch;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:8px 14px;
      border-radius:999px;
      background:rgba(255,255,255,.08);
      color:rgba(255,255,255,.88);
      font-size:.92rem;
      width:fit-content;
      border:1px solid rgba(255,255,255,.12);
      margin-bottom:16px;
    }
    .eyebrow .dot{
      width:8px;height:8px;border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 6px rgba(40,209,124,.12);
    }
    .hero h1{
      margin:0;
      font-size:clamp(2rem, 4vw, 3.25rem);
      line-height:1.12;
      letter-spacing:-.02em;
      max-width:14em;
    }
    .hero p{
      margin:18px 0 0;
      max-width:45em;
      color:rgba(255,255,255,.84);
      font-size:1.03rem;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      margin-top:26px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:0 18px;
      border-radius:999px;
      border:1px solid transparent;
      transition:transform var(--trans), background var(--trans), border-color var(--trans), box-shadow var(--trans), color var(--trans);
      font-weight:600;
      letter-spacing:.01em;
    }
    .btn-primary{
      background:linear-gradient(135deg, var(--green), var(--green-deep));
      color:#fff;
      box-shadow:0 12px 28px rgba(18,114,75,.24);
    }
    .btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(18,114,75,.32)}
    .btn-secondary{
      color:#fff;
      background:rgba(255,255,255,.06);
      border-color:rgba(255,255,255,.16);
    }
    .btn-secondary:hover{transform:translateY(-2px);background:rgba(255,255,255,.11)}
    .hero-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:22px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 12px;
      border-radius:999px;
      font-size:.9rem;
      color:#e8fbf1;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.09);
      backdrop-filter:blur(6px);
    }
    .tag.soft{
      color:var(--green-deep);
      background:linear-gradient(180deg, rgba(40,209,124,.14), rgba(40,209,124,.08));
      border-color:rgba(40,209,124,.18);
    }

    .hero-panel{
      background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
      border:1px solid rgba(255,255,255,.12);
      border-radius:24px;
      padding:20px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      min-height:100%;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
    }
    .panel-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:16px;
    }
    .panel-top strong{
      font-size:1.05rem;
    }
    .panel-top .status{
      display:inline-flex;
      align-items:center;
      gap:8px;
      font-size:.9rem;
      color:rgba(255,255,255,.76);
    }
    .status i{
      width:9px;height:9px;border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 6px rgba(40,209,124,.11);
    }
    .match-box{
      background:rgba(4,11,10,.42);
      border:1px solid rgba(255,255,255,.08);
      border-radius:20px;
      padding:18px;
    }
    .match-meta{
      display:flex;
      justify-content:space-between;
      gap:12px;
      color:rgba(255,255,255,.72);
      font-size:.9rem;
      margin-bottom:14px;
    }
    .versus{
      display:grid;
      grid-template-columns:1fr auto 1fr;
      align-items:center;
      gap:12px;
    }
    .team{
      padding:14px 12px;
      border-radius:16px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.08);
      text-align:center;
    }
    .team .name{
      display:block;
      font-weight:700;
      font-size:1.02rem;
      color:#fff;
      letter-spacing:.02em;
    }
    .team .meta{
      display:block;
      margin-top:6px;
      font-size:.84rem;
      color:rgba(255,255,255,.68);
    }
    .vs{
      font-weight:800;
      font-size:1.45rem;
      color:var(--green-2);
      text-shadow:0 0 20px rgba(40,209,124,.26);
    }
    .scoreline{
      margin-top:16px;
      display:grid;
      gap:10px;
    }
    .score-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      color:rgba(255,255,255,.84);
      font-size:.93rem;
    }
    .progress{
      width:100%;
      height:10px;
      border-radius:999px;
      background:rgba(255,255,255,.09);
      overflow:hidden;
      margin-top:8px;
    }
    .progress span{
      display:block;
      height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg, rgba(40,209,124,.95), rgba(102,229,155,.55));
    }
    .panel-foot{
      margin-top:16px;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .mini{
      flex:1 1 160px;
      min-width:160px;
      padding:14px 14px 12px;
      border-radius:16px;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.09);
    }
    .mini b{
      display:block;
      font-size:1.03rem;
      margin-top:2px;
      color:#fff;
    }
    .mini span{
      display:block;
      font-size:.84rem;
      color:rgba(255,255,255,.68);
    }

    .section{
      margin-top:78px;
    }
    .section-title{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:18px;
      margin-bottom:24px;
    }
    .section-title h2{
      margin:0;
      font-size:clamp(1.55rem, 2.4vw, 2.2rem);
      line-height:1.18;
      letter-spacing:-.01em;
    }
    .section-title p{
      margin:0;
      color:var(--muted);
      max-width:54em;
      font-size:1rem;
    }
    .section-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(18,114,75,.08);
      color:var(--green-deep);
      border:1px solid rgba(18,114,75,.12);
      font-size:.9rem;
      white-space:nowrap;
    }

    .filters{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-bottom:22px;
    }
    .filter-btn{
      border:1px solid var(--line);
      background:rgba(255,255,255,.78);
      color:var(--muted);
      padding:10px 16px;
      border-radius:999px;
      transition:transform var(--trans), border-color var(--trans), background var(--trans), color var(--trans), box-shadow var(--trans);
      box-shadow:0 6px 20px rgba(13,28,24,.04);
    }
    .filter-btn:hover{
      transform:translateY(-1px);
      border-color:rgba(40,209,124,.28);
      color:var(--green-deep);
    }
    .filter-btn.active{
      background:linear-gradient(135deg, rgba(40,209,124,.16), rgba(40,209,124,.08));
      color:var(--green-deep);
      border-color:rgba(40,209,124,.28);
      box-shadow:0 12px 28px rgba(18,114,75,.08);
    }

    .info-grid{
      display:grid;
      grid-template-columns:repeat(3, 1fr);
      gap:20px;
    }
    .info-card{
      background:var(--surface);
      border:1px solid var(--line);
      border-radius:22px;
      padding:22px;
      box-shadow:var(--shadow);
      transition:transform var(--trans), box-shadow var(--trans), border-color var(--trans);
      position:relative;
      overflow:hidden;
    }
    .info-card::before{
      content:"";
      position:absolute;
      left:0; top:0; bottom:0;
      width:4px;
      background:linear-gradient(180deg, var(--green), rgba(40,209,124,.16));
    }
    .info-card:hover{
      transform:translateY(-4px);
      box-shadow:var(--shadow-2);
      border-color:rgba(40,209,124,.22);
    }
    .info-card h3{
      margin:0 0 10px;
      font-size:1.18rem;
      line-height:1.25;
    }
    .info-card p{
      margin:0;
      color:var(--muted);
      font-size:.97rem;
    }
    .info-meta{
      display:flex;
      align-items:center;
      gap:8px;
      color:var(--green-deep);
      font-weight:700;
      margin-bottom:8px;
      font-size:.92rem;
    }
    .info-meta .dot{
      width:8px;height:8px;border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 6px rgba(40,209,124,.12);
    }

    .timeline{
      display:grid;
      grid-template-columns:repeat(4, 1fr);
      gap:20px;
      position:relative;
    }
    .timeline-card{
      background:linear-gradient(180deg, #fff, #fbfcfc);
      border:1px solid var(--line);
      border-radius:22px;
      padding:22px;
      position:relative;
      box-shadow:var(--shadow);
      transition:transform var(--trans), border-color var(--trans);
    }
    .timeline-card:hover{
      transform:translateY(-4px);
      border-color:rgba(40,209,124,.25);
    }
    .timeline-card .year{
      display:inline-flex;
      align-items:center;
      gap:8px;
      font-size:.88rem;
      color:var(--green-deep);
      margin-bottom:12px;
      font-weight:700;
    }
    .timeline-card h3{
      margin:0 0 10px;
      font-size:1.12rem;
    }
    .timeline-card ul{
      margin:0;
      padding-left:18px;
      color:var(--muted);
    }
    .timeline-card li{margin:.38rem 0}

    .split-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
      align-items:stretch;
    }
    .deep-card{
      border-radius:26px;
      background:
        linear-gradient(140deg, rgba(9, 22, 20, .98), rgba(14, 34, 29, .94)),
        url('/assets/images/backpic/back-3.webp') center/cover no-repeat;
      color:#fff;
      padding:28px;
      position:relative;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.09);
      box-shadow:var(--shadow-2);
    }
    .deep-card::after{
      content:"";
      position:absolute; inset:0;
      background:linear-gradient(90deg, rgba(255,255,255,.03), transparent 40%);
      pointer-events:none;
    }
    .deep-card h3{
      margin:0 0 12px;
      font-size:1.45rem;
    }
    .deep-card p{
      margin:0 0 16px;
      color:rgba(255,255,255,.78);
    }
    .metric-list{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:14px;
      margin-top:18px;
    }
    .metric{
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.09);
      border-radius:18px;
      padding:16px;
    }
    .metric span{
      display:block;
      color:rgba(255,255,255,.68);
      font-size:.86rem;
    }
    .metric b{
      display:block;
      margin-top:4px;
      font-size:1.08rem;
      color:#fff;
    }
    .metric .bar{
      margin-top:10px;
      width:100%;
      height:8px;
      border-radius:999px;
      background:rgba(255,255,255,.08);
      overflow:hidden;
    }
    .metric .bar i{
      display:block;
      height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg, var(--green), rgba(102,229,155,.54));
    }

    .stack{
      display:grid;
      gap:16px;
    }
    .small-card{
      background:var(--surface);
      border:1px solid var(--line);
      border-radius:22px;
      box-shadow:var(--shadow);
      padding:18px 18px 16px;
      transition:transform var(--trans), border-color var(--trans);
    }
    .small-card:hover{transform:translateY(-3px);border-color:rgba(40,209,124,.24)}
    .small-card .label{
      display:inline-flex;
      align-items:center;
      gap:7px;
      font-size:.85rem;
      color:var(--green-deep);
      font-weight:700;
      margin-bottom:8px;
    }
    .small-card h4{
      margin:0 0 8px;
      font-size:1.08rem;
    }
    .small-card p{
      margin:0;
      color:var(--muted);
      font-size:.95rem;
    }
    .ring{
      width:58px;height:58px;border-radius:50%;
      background:conic-gradient(var(--green) 0 68%, #dfe7e4 68% 100%);
      display:grid;
      place-items:center;
      margin-left:auto;
      margin-top:-3px;
      position:relative;
    }
    .ring::before{
      content:"";
      width:42px;height:42px;border-radius:50%;
      background:#fff;
      box-shadow:inset 0 0 0 1px var(--line);
    }
    .ring b{
      position:absolute;
      font-size:.85rem;
      color:var(--green-deep);
      font-weight:800;
    }

    .steps-grid{
      display:grid;
      grid-template-columns:1fr .8fr;
      gap:22px;
      align-items:start;
    }
    .steps-card,
    .alert-card,
    .table-card,
    .faq-box,
    .sidebar-card,
    .feedback-card{
      background:var(--surface);
      border:1px solid var(--line);
      border-radius:22px;
      box-shadow:var(--shadow);
    }
    .steps-card{padding:24px}
    .alert-card{
      padding:22px;
      background:linear-gradient(180deg, #fffaf4, #fff7ef);
      border-color:#f0d1b5;
    }
    .alert-card h3{
      margin:0 0 10px;
      color:#8b4d21;
    }
    .alert-card p,
    .alert-card li{
      color:#7b5a46;
    }
    .step-list{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:14px;
    }
    .step-list li{
      display:flex;
      gap:14px;
      align-items:flex-start;
      padding:14px 0;
      border-bottom:1px dashed var(--line);
    }
    .step-list li:last-child{border-bottom:0;padding-bottom:0}
    .step-no{
      width:36px;height:36px;border-radius:12px;
      background:linear-gradient(135deg, rgba(40,209,124,.16), rgba(40,209,124,.08));
      color:var(--green-deep);
      font-weight:800;
      display:grid;
      place-items:center;
      flex:0 0 auto;
      border:1px solid rgba(40,209,124,.18);
    }
    .step-list b{
      display:block;
      margin-bottom:4px;
      font-size:1.03rem;
    }
    .step-list span{
      color:var(--muted);
      font-size:.95rem;
    }

    .table-card{padding:24px}
    .compare-head{
      display:flex;
      justify-content:space-between;
      gap:16px;
      align-items:end;
      margin-bottom:16px;
    }
    .compare-head h3{margin:0;font-size:1.25rem}
    .compare-head p{margin:0;color:var(--muted);font-size:.95rem;max-width:38em}
    .check-table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      overflow:hidden;
      border-radius:18px;
      border:1px solid var(--line);
    }
    .check-table th,
    .check-table td{
      padding:14px 14px;
      text-align:left;
      vertical-align:top;
      border-bottom:1px solid var(--line);
    }
    .check-table th{
      background:var(--surface-2);
      color:var(--green-deep);
      font-size:.94rem;
    }
    .check-table td{
      color:var(--muted);
      font-size:.95rem;
    }
    .check-table tr:last-child td{border-bottom:0}
    .check-table td:first-child{
      font-weight:700;
      color:var(--text);
      width:22%;
      background:#fcfdfd;
    }

    .content-layout{
      display:grid;
      grid-template-columns:minmax(0, 1.55fr) minmax(300px, .78fr);
      gap:24px;
      align-items:start;
    }
    .article-wrap{
      min-width:0;
    }
    .article-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:20px;
    }
    .article-card{
      background:var(--surface);
      border:1px solid var(--line);
      border-radius:24px;
      overflow:hidden;
      box-shadow:var(--shadow);
      transition:transform var(--trans), box-shadow var(--trans), border-color var(--trans);
    }
    .article-card:hover{
      transform:translateY(-4px);
      box-shadow:var(--shadow-2);
      border-color:rgba(40,209,124,.24);
    }
    .article-cover{
      position:relative;
      aspect-ratio:16/9;
      overflow:hidden;
      background:#dfe8e4;
    }
    .article-cover img{
      width:100%;
      height:100%;
      object-fit:cover;
      transition:transform .5s ease;
    }
    .article-card:hover .article-cover img{
      transform:scale(1.05);
    }
    .article-cover .chip{
      position:absolute;
      left:14px;
      top:14px;
      z-index:2;
      padding:7px 11px;
      border-radius:999px;
      background:rgba(7,16,15,.76);
      color:#fff;
      font-size:.84rem;
      border:1px solid rgba(255,255,255,.12);
      backdrop-filter:blur(6px);
    }
    .article-body{
      padding:18px 18px 20px;
    }
    .article-body h3{
      margin:0;
      font-size:1.16rem;
      line-height:1.35;
      min-height:3.2em;
    }
    .article-body h3 a:hover{color:var(--green-deep)}
    .article-body p{
      margin:10px 0 0;
      color:var(--muted);
      font-size:.96rem;
    }
    .article-meta{
      margin-top:14px;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      color:var(--muted-2);
      font-size:.84rem;
    }
    .article-meta span{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 10px;
      background:var(--surface-2);
      border:1px solid var(--line);
      border-radius:999px;
    }
    .article-foot{
      margin-top:16px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
    }
    .read-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--green-deep);
      font-weight:700;
      transition:gap var(--trans), color var(--trans);
    }
    .read-link:hover{gap:11px;color:#0d5d3a}
    .read-link::after{content:"→";font-size:1.06rem}
    .excerpt-tag{
      font-size:.82rem;
      color:var(--muted-2);
    }

    .sidebar{
      position:sticky;
      top:96px;
      display:grid;
      gap:18px;
    }
    .sidebar-card{
      padding:20px;
    }
    .sidebar-card h3{
      margin:0 0 14px;
      font-size:1.08rem;
    }
    .side-links{
      display:grid;
      gap:10px;
    }
    .side-links a{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      padding:12px 14px;
      border-radius:16px;
      background:var(--surface-2);
      border:1px solid var(--line);
      color:var(--text);
      transition:transform var(--trans), border-color var(--trans), color var(--trans), background var(--trans);
    }
    .side-links a:hover{
      transform:translateY(-2px);
      border-color:rgba(40,209,124,.22);
      color:var(--green-deep);
      background:#f7fbf9;
    }
    .side-links small{color:var(--muted-2)}
    .risk-mini{
      border-left:4px solid #d78a3c;
      background:linear-gradient(180deg, #fffaf3, #fff8f0);
    }
    .risk-mini p{margin:0;color:#7b5a46}
    .risk-mini ul{
      margin:12px 0 0;
      padding-left:18px;
      color:#7b5a46;
    }

    .faq-box{
      padding:24px;
    }
    .faq-list{
      display:grid;
      gap:14px;
    }
    .faq-item{
      border:1px solid var(--line);
      border-radius:18px;
      overflow:hidden;
      background:#fff;
      transition:border-color var(--trans), box-shadow var(--trans);
    }
    .faq-item[open]{
      border-color:rgba(40,209,124,.26);
      box-shadow:0 12px 24px rgba(18,114,75,.06);
    }
    .faq-item summary{
      list-style:none;
      cursor:pointer;
      padding:16px 18px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:16px;
      font-weight:700;
      color:var(--text);
    }
    .faq-item summary::-webkit-details-marker{display:none}
    .faq-item summary::after{
      content:"+";
      width:28px;height:28px;
      border-radius:9px;
      display:grid;
      place-items:center;
      background:var(--surface-2);
      border:1px solid var(--line);
      color:var(--green-deep);
      flex:0 0 auto;
      transition:transform var(--trans), background var(--trans);
    }
    .faq-item[open] summary::after{
      content:"–";
      background:rgba(40,209,124,.12);
      transform:rotate(0deg);
    }
    .faq-item .answer{
      padding:0 18px 18px;
      color:var(--muted);
    }

    .risk-section{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:22px;
      align-items:stretch;
    }
    .risk-card{
      background:linear-gradient(180deg, #fff, #fffcf9);
      border:1px solid #efcfb0;
      border-left:5px solid #d78a3c;
      border-radius:22px;
      padding:24px;
      box-shadow:var(--shadow);
    }
    .risk-card h3{
      margin:0 0 12px;
      color:#8b4d21;
      font-size:1.22rem;
    }
    .risk-card p,
    .risk-card li{
      color:#7b5a46;
    }
    .risk-card ul{
      margin:12px 0 0;
      padding-left:20px;
    }
    .risk-aside{
      background:var(--surface);
      border:1px solid var(--line);
      border-radius:22px;
      padding:24px;
      box-shadow:var(--shadow);
    }
    .risk-aside h3{
      margin:0 0 12px;
      font-size:1.18rem;
    }
    .risk-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .risk-tags .tag{
      color:var(--text);
      background:#f3f6f5;
      border-color:var(--line);
    }

    .feedback-card{
      padding:24px;
    }
    .feedback-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:16px;
    }
    .field{
      display:flex;
      flex-direction:column;
      gap:8px;
    }
    .field label{
      font-size:.92rem;
      color:var(--text);
      font-weight:700;
    }
    .field input,
    .field select,
    .field textarea{
      width:100%;
      border:1px solid var(--line);
      background:#fff;
      border-radius:14px;
      padding:13px 14px;
      color:var(--text);
      transition:border-color var(--trans), box-shadow var(--trans), background var(--trans);
    }
    .field textarea{
      min-height:124px;
      resize:vertical;
    }
    .field input:focus,
    .field select:focus,
    .field textarea:focus{
      border-color:rgba(40,209,124,.45);
      box-shadow:0 0 0 4px rgba(40,209,124,.12);
      outline:none;
    }
    .feedback-actions{
      margin-top:16px;
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      align-items:center;
      justify-content:space-between;
    }
    .feedback-note{
      color:var(--muted);
      font-size:.92rem;
    }
    .submit-btn{
      min-height:48px;
      padding:0 20px;
      border-radius:999px;
      border:1px solid rgba(18,114,75,.15);
      background:linear-gradient(135deg, var(--green), var(--green-deep));
      color:#fff;
      font-weight:700;
      box-shadow:0 12px 24px rgba(18,114,75,.2);
      transition:transform var(--trans), box-shadow var(--trans);
    }
    .submit-btn:hover{transform:translateY(-2px);box-shadow:0 18px 32px rgba(18,114,75,.25)}

    .cta-band{
      margin-top:78px;
      border-radius:28px;
      overflow:hidden;
      background:
        linear-gradient(135deg, rgba(7,16,15,.96), rgba(15,34,29,.92)),
        url('/assets/images/backpic/back-1.webp') center/cover no-repeat;
      color:#fff;
      border:1px solid rgba(255,255,255,.08);
      box-shadow:var(--shadow-2);
    }
    .cta-band .inner{
      padding:30px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:24px;
    }
    .cta-band h2{
      margin:0 0 10px;
      font-size:clamp(1.4rem, 2.4vw, 2rem);
    }
    .cta-band p{
      margin:0;
      color:rgba(255,255,255,.78);
      max-width:50em;
    }
    .cta-band .actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      flex:0 0 auto;
    }
    .cta-band .btn-secondary{
      border-color:rgba(255,255,255,.2);
    }

    .site-footer{
      margin-top:34px;
      background:linear-gradient(180deg, #0a1413, #07100f);
      color:#d8e1de;
      border-top:1px solid rgba(255,255,255,.08);
    }
    .footer-inner{
      padding:38px 0 24px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .7fr .7fr;
      gap:28px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      gap:14px;
      align-items:flex-start;
      color:#fff;
    }
    .footer-brand p{
      margin:8px 0 0;
      color:#aab6b2;
      line-height:1.85;
    }
    .badge-soft{
      display:inline-flex;
      margin-top:16px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(40,209,124,.12);
      color:#c9f4de;
      border:1px solid rgba(40,209,124,.14);
      font-size:.9rem;
    }
    .footer-col h3{
      margin:0 0 14px;
      font-size:1rem;
      color:#fff;
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:#b8c3bf;
      transition:color var(--trans), transform var(--trans);
    }
    .footer-links a:hover{
      color:#fff;
      transform:translateX(2px);
    }
    .foot-note{
      margin-top:24px;
      padding-top:20px;
      border-top:1px solid rgba(255,255,255,.08);
      display:flex;
      flex-wrap:wrap;
      justify-content:space-between;
      gap:10px;
      color:#8fa19b;
      font-size:.92rem;
    }

    .back-top{
      position:fixed;
      right:18px;
      bottom:18px;
      width:48px;height:48px;
      border-radius:16px;
      border:1px solid rgba(18,114,75,.18);
      background:linear-gradient(135deg, rgba(40,209,124,.92), rgba(18,114,75,.96));
      color:#fff;
      display:grid;
      place-items:center;
      box-shadow:0 16px 34px rgba(18,114,75,.22);
      z-index:60;
      transition:transform var(--trans), opacity var(--trans);
    }
    .back-top:hover{transform:translateY(-3px)}

    @media (max-width: 1199px){
      .hero-inner,
      .split-grid,
      .steps-grid,
      .risk-section,
      .content-layout,
      .footer-grid{
        grid-template-columns:1fr;
      }
      .sidebar{
        position:static;
      }
      .timeline{
        grid-template-columns:repeat(2, 1fr);
      }
      .info-grid{
        grid-template-columns:repeat(2, 1fr);
      }
      .cta-band .inner{
        flex-direction:column;
        align-items:flex-start;
      }
    }
    @media (max-width: 767px){
      :root{--header-h:68px}
      .header-inner{gap:12px}
      .nav-toggle{display:inline-grid;place-items:center}
      .nav{
        position:fixed;
        top:var(--header-h);
        left:16px;
        right:16px;
        display:grid;
        gap:8px;
        padding:14px;
        background:rgba(7,16,15,.96);
        border:1px solid rgba(255,255,255,.1);
        border-radius:22px;
        box-shadow:var(--shadow-2);
        opacity:0;
        transform:translateY(-10px);
        pointer-events:none;
        transition:opacity var(--trans), transform var(--trans);
      }
      .nav.is-open{
        opacity:1;
        transform:translateY(0);
        pointer-events:auto;
      }
      .nav a{padding:12px 14px;border-radius:14px}
      .hero-inner,
      .section,
      .cta-band .inner,
      .footer-inner{
        padding-left:0;
        padding-right:0;
      }
      .hero-inner{padding:24px 18px 22px}
      .hero h1{max-width:100%}
      .hero p{font-size:.98rem}
      .section{margin-top:54px}
      .section-title{
        flex-direction:column;
        align-items:flex-start;
      }
      .timeline,
      .info-grid,
      .article-grid,
      .feedback-grid{
        grid-template-columns:1fr;
      }
      .metric-list{
        grid-template-columns:1fr;
      }
      .match-meta,
      .versus,
      .panel-foot{
        grid-template-columns:1fr;
      }
      .vs{
        text-align:center;
      }
      .hero-panel,
      .deep-card,
      .steps-card,
      .table-card,
      .faq-box,
      .risk-card,
      .risk-aside,
      .feedback-card{
        border-radius:20px;
      }
      .check-table{
        display:block;
        overflow:auto;
        white-space:normal;
      }
      .check-table td:first-child{
        width:auto;
      }
      .foot-note{
        flex-direction:column;
      }
      .feedback-actions{
        flex-direction:column;
        align-items:stretch;
      }
      .submit-btn{
        width:100%;
      }
    }
    @media (max-width: 520px){
      .container{width:min(calc(100% - 24px), var(--container))}
      .hero{border-radius:22px}
      .hero h1{font-size:1.78rem}
      .hero-actions .btn,
      .filters .filter-btn{
        width:100%;
      }
      .filters{
        gap:10px;
      }
      .filter-btn{
        justify-content:center;
      }
      .article-body h3{
        min-height:auto;
      }
      .mini{
        min-width:0;
        flex:1 1 100%;
      }
    }
