:root {
  --paper:#f1f0eb;
  --card:#fbfbf8;
  --ink:#17211d;
  --muted:#69736e;
  --line:#d8dcd6;
  --forest:#173f35;
  --forest-2:#235849;
  --lime:#d9f06f;
  --good:#27785a;
  --warn:#9b742b;
  --bad:#b35248;
  --soft-good:#e4f1e9;
  --soft-warn:#f5ecd6;
  --soft-bad:#f5e4e1;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,"Microsoft YaHei UI","PingFang SC",Arial,sans-serif;-webkit-font-smoothing:antialiased}
button,a{font:inherit}
a{color:inherit}
.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 max(24px,calc((100vw - 1180px)/2));border-bottom:1px solid rgba(23,63,53,.12);background:rgba(241,240,235,.88);backdrop-filter:blur(18px);position:sticky;top:0;z-index:20}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;color:var(--lime);background:var(--forest);font-size:18px;font-weight:800}.brand strong,.brand small{display:block}.brand strong{font-size:14px;letter-spacing:.03em}.brand small{margin-top:3px;color:var(--muted);font-size:10px}
.top-actions{display:flex;align-items:center;gap:10px}.source-mode{padding:7px 10px;border-radius:999px;color:#315044;background:#e3ebe6;font-size:11px;font-weight:700}.ghost-button{border:1px solid #cfd4ce;border-radius:10px;padding:8px 12px;color:#46514b;background:transparent;font-size:11px;font-weight:700;cursor:pointer}.ghost-button:hover{background:#fff}
main{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:54px 0 72px}
.hero{min-height:390px;display:grid;grid-template-columns:1fr 280px;align-items:center;gap:52px;padding:54px 60px;border-radius:34px;color:#fff;background:radial-gradient(circle at 87% 25%,rgba(217,240,111,.18),transparent 28%),linear-gradient(138deg,#14372f,#1a4b3e 63%,#173f35);box-shadow:0 26px 60px rgba(28,48,41,.16);overflow:hidden;position:relative}.hero:after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(255,255,255,.09);border-radius:50%;right:-90px;bottom:-130px}.eyebrow{margin:0 0 9px;color:#8ca399;font-size:10px;font-weight:800;letter-spacing:.17em}.hero .eyebrow{color:#a8c4b8}.state-row{display:flex;align-items:center;gap:14px}.state-dot{width:13px;height:13px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 7px rgba(217,240,111,.13)}h1,h2,h3,p{margin-top:0}h1{margin-bottom:0;font-size:clamp(38px,6vw,68px);line-height:1.05;letter-spacing:-.055em}.hero-summary{max-width:690px;margin:20px 0 0;color:#d6e5df;font-size:16px;line-height:1.8}.hero-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px}.hero-meta span{padding:7px 10px;border:1px solid rgba(255,255,255,.13);border-radius:999px;color:#c7d9d2;background:rgba(255,255,255,.05);font-size:10px}
.confidence-ring{width:210px;height:210px;display:grid;place-items:center;justify-self:center;border-radius:50%;background:conic-gradient(var(--lime) 0 62%,rgba(255,255,255,.12) 62% 100%);position:relative}.confidence-ring:before{content:"";position:absolute;inset:15px;border-radius:50%;background:#1b493d}.confidence-ring>div{position:relative;z-index:1;text-align:center}.confidence-ring strong,.confidence-ring span{display:block}.confidence-ring strong{font-size:42px;letter-spacing:-.04em}.confidence-ring span{margin-top:4px;color:#aac2b8;font-size:11px}
.attention{display:flex;align-items:center;gap:12px;margin:15px 4px 0;padding:12px 16px;border:1px solid #e4d9ac;border-radius:14px;color:#5f562d;background:#f8f2d9;font-size:12px}.attention strong{white-space:nowrap}.attention span{color:#79704c}
.section-block{margin-top:54px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:20px}.section-heading.compact{align-items:center}.section-heading h2,.panel-heading h2,.method h2{margin:0;font-size:24px;letter-spacing:-.025em}.section-heading>p{max-width:420px;margin:0;color:var(--muted);font-size:12px;line-height:1.6;text-align:right}
.indicator-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.indicator-card{min-height:232px;display:flex;flex-direction:column;padding:19px;border:1px solid var(--line);border-radius:20px;background:var(--card);box-shadow:0 10px 26px rgba(32,48,42,.04)}.indicator-card h3{margin:23px 0 7px;color:#46514b;font-size:12px}.indicator-value{font-size:24px;letter-spacing:-.03em;font-variant-numeric:tabular-nums}.indicator-head,.indicator-foot{display:flex;align-items:center;justify-content:space-between;gap:10px}.indicator-group{color:#89928d;font-size:10px;font-weight:700;letter-spacing:.08em}.signal-pill{padding:5px 8px;border-radius:999px;font-size:10px;font-weight:800}.signal-positive{color:var(--good);background:var(--soft-good)}.signal-neutral{color:var(--warn);background:var(--soft-warn)}.signal-negative{color:var(--bad);background:var(--soft-bad)}.indicator-reason{margin:12px 0;color:var(--muted);font-size:11px;line-height:1.65}.indicator-foot{margin-top:auto;padding-top:13px;border-top:1px solid #e9ebe7;color:#8b948f;font-size:9px}.indicator-foot a{color:#3b6c59;text-decoration:none;font-weight:700}.indicator-foot a:not([href]){display:none}
.analysis-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:14px;margin-top:14px}.panel{padding:27px;border:1px solid var(--line);border-radius:24px;background:var(--card)}.panel-heading{display:flex;align-items:center;gap:13px}.panel-index{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;color:#274d40;background:#e7ede9;font-size:11px;font-weight:800}.panel-heading .eyebrow{margin-bottom:5px}.panel-heading h2{font-size:20px}.split-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:24px}.split-list>div{padding:16px;border-radius:16px;background:#eef3ef}.split-list .counter{background:#f5ece9}.split-list h3,.watch-box strong{font-size:12px}.split-list ul,.guidance-list,.watch-box ul{margin:10px 0 0;padding:0;list-style:none}.split-list li,.guidance-list li,.watch-box li{position:relative;padding-left:15px;color:#59635e;font-size:11px;line-height:1.65}.split-list li+li,.guidance-list li+li,.watch-box li+li{margin-top:8px}.split-list li:before,.guidance-list li:before,.watch-box li:before{content:"";position:absolute;width:5px;height:5px;left:0;top:.58em;border-radius:50%;background:#5d8875}.counter li:before{background:#b66c61}.guidance-panel{background:linear-gradient(145deg,#f7f9eb,#edf3d8);border-color:#dce3c7}.guidance-list{margin-top:24px}.guidance-list li{padding-left:20px;color:#34423a;font-size:13px}.guidance-list li:before{width:8px;height:8px;background:var(--lime);box-shadow:0 0 0 3px rgba(130,158,43,.13)}.watch-box{margin-top:22px;padding:16px;border:1px solid #d7dfbe;border-radius:16px;background:rgba(255,255,255,.55)}
.history-panel{margin-top:14px}.timeline{display:grid;grid-template-columns:repeat(6,1fr);gap:9px;margin-top:24px}.timeline-item{min-height:116px;padding:14px;border-radius:15px;background:#f0f2ef;position:relative}.timeline-item:before{content:"";position:absolute;width:8px;height:8px;right:12px;top:12px;border-radius:50%;background:#85918a}.timeline-item strong,.timeline-item span,.timeline-item small{display:block}.timeline-item strong{margin-top:16px;font-size:12px}.timeline-item span{margin-top:7px;color:#64706a;font-size:10px}.timeline-item small{margin-top:4px;color:#929a95;font-size:9px}.timeline-item.current{color:#fff;background:var(--forest)}.timeline-item.current span,.timeline-item.current small{color:#bdd0c8}.timeline-item.current:before{background:var(--lime)}
.method{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:center;margin-top:14px;padding:36px 40px;border-radius:24px;color:#fff;background:#222a26}.method .eyebrow{color:#99aaa2}.method h2{font-size:27px}.method>p{margin:0;color:#bbc6c1;font-size:12px;line-height:1.85}
footer{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 max(24px,calc((100vw - 1180px)/2));border-top:1px solid var(--line);color:#858d88;font-size:10px}
.error-state{padding:18px;border:1px solid #e3bbb5;border-radius:14px;color:#88433b;background:#f8e8e5}
@media(max-width:980px){.hero{grid-template-columns:1fr 210px;padding:44px}.confidence-ring{width:170px;height:170px}.indicator-grid{grid-template-columns:repeat(2,1fr)}.analysis-grid{grid-template-columns:1fr}.timeline{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){.topbar{height:68px;padding:0 16px}.brand small,.source-mode{display:none}.ghost-button{padding:7px 9px}main{width:calc(100% - 28px);padding:28px 0 48px}.hero{min-height:0;display:block;padding:32px 24px;border-radius:25px}.confidence-ring{width:124px;height:124px;margin:28px 0 0;justify-self:start}.confidence-ring:before{inset:10px}.confidence-ring strong{font-size:28px}.hero-summary{font-size:14px}.section-heading{display:block}.section-heading>p{margin-top:8px;text-align:left}.indicator-grid{grid-template-columns:1fr}.indicator-card{min-height:210px}.split-list{grid-template-columns:1fr}.timeline{grid-template-columns:repeat(2,1fr)}.method{display:block;padding:27px}.method>p{margin-top:18px}footer{display:block;padding:20px 16px;line-height:1.8}footer span{display:block}}
