:root{--ink:#17201b;--muted:#65746d;--line:#d9e3dc;--surface:#fff;--surface-soft:#f6faf7;--green:#0f766e;--leaf:#3f8d5a;--gold:#b7791f;--blue:#2f6fbb;--red:#b94343;--shadow:0 18px 50px rgba(23,32,27,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:radial-gradient(circle at 82% 8%,rgba(117,184,151,.24),transparent 28rem),radial-gradient(circle at 5% 48%,rgba(247,185,86,.16),transparent 26rem),linear-gradient(135deg,#f3f7f1,#f8f4eb 55%,#eef6f7);font-family:Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:grid;grid-template-columns:auto minmax(220px,1fr) auto;grid-gap:18px;gap:18px;padding:16px clamp(18px,4vw,64px);background:rgba(246,250,247,.9);border-bottom:1px solid rgba(217,227,220,.8);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand,.topbar{align-items:center}.brand{display:flex;gap:12px;min-width:172px}.brand-mark{display:grid;width:44px;height:44px;place-items:center;color:#fff;background:linear-gradient(135deg,var(--green),var(--leaf));border-radius:8px;font-size:24px;font-weight:800}.brand h1,.brand p,.hero h2,.hero p{margin:0}.brand h1{font-size:24px;line-height:1}.eyebrow{margin:0 0 8px;color:var(--green);font-size:12px;font-weight:800;text-transform:uppercase}.search{display:flex;align-items:center;gap:10px;height:44px;min-width:0;padding:0 14px;background:hsla(0,0%,100%,.75);border:1px solid var(--line);border-radius:8px}.search span{color:var(--muted);font-size:13px;font-weight:700}.search input{width:100%;min-width:0;color:var(--ink);background:transparent;border:0;outline:0}.nav{display:flex;gap:6px;align-items:center}.nav a,.tabs button,.text-link,select{min-height:36px;padding:8px 12px;color:var(--ink);background:hsla(0,0%,100%,.72);border:1px solid var(--line);border-radius:8px;font-size:13px;font-weight:700}main{width:min(1180px,calc(100% - 32px));margin:26px auto 0}.hero{display:grid;grid-template-columns:minmax(0,1fr) 260px;grid-gap:22px;gap:22px;align-items:stretch;padding:clamp(26px,4vw,44px);background:hsla(0,0%,100%,.7);border:1px solid rgba(217,227,220,.9);border-radius:8px;box-shadow:var(--shadow)}.hero h2{max-width:780px;font-size:clamp(32px,5vw,58px);line-height:1.05}.hero p{max-width:680px;margin-top:18px;color:var(--muted);font-size:16px;line-height:1.8}.hero-status{display:grid;align-content:center;grid-gap:12px;gap:12px;padding:22px;background:#10261f;border-radius:8px;color:#e8f5ee}.hero-status small,.hero-status span{color:#a8c9b9}.hero-status strong{font-size:40px}.section{margin-top:22px;padding:clamp(18px,3vw,28px);background:hsla(0,0%,100%,.76);border:1px solid rgba(217,227,220,.9);border-radius:8px;box-shadow:var(--shadow)}.section-head{display:flex;gap:18px;align-items:center;justify-content:space-between;margin-bottom:20px}.section h3,.section-head h2{margin:0}.section-head h2{font-size:26px}.compact{margin-bottom:14px}select{cursor:pointer}.price-grid{display:grid;grid-template-columns:.95fr 1.8fr 1.1fr;grid-gap:14px;gap:14px}.article-card,.interpretation,.learn-card,.market-chart,.metric-card,.news-card,.price-summary,.region-card,.source-panel,.tool-card{background:var(--surface);border:1px solid var(--line);border-radius:8px}.interpretation,.market-chart,.price-summary{min-height:188px;padding:20px}.interpretation p,.market-chart p,.price-summary p,.source-panel p,.source-panel ul{margin:0}.price-summary>p:first-child{color:var(--muted);font-weight:700}.price-summary div{display:flex;align-items:baseline;gap:8px;margin:18px 0 8px}.price-summary strong{font-size:56px;line-height:1}.market-chart{grid-row:span 2}.card-head{display:flex;gap:12px;align-items:flex-start;justify-content:space-between;margin-bottom:12px}.card-head p{margin-top:6px;color:var(--muted);font-size:13px}.legend{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;min-width:118px}.legend span{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:12px;font-weight:800}.legend i{display:inline-block;width:18px;height:3px;border-radius:999px}.legend .spot{background:var(--green)}.legend .future{background:var(--gold)}#priceChart{display:block;width:100%;height:260px;overflow:visible}.chart-grid{stroke:#dfe8e2;stroke-width:1}.chart-axis{fill:var(--muted);font-size:11px;font-weight:700}.moving-line{fill:none;stroke:var(--green);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.future-line{fill:none;stroke:var(--gold);stroke-width:3;stroke-dasharray:8 7;stroke-linecap:round;stroke-linejoin:round}.future-dot{fill:var(--gold)}.future-dot,.spot-dot{stroke:#fff;stroke-width:2}.spot-dot{fill:var(--green)}.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;grid-column:1/-1}.metric-card{min-height:98px;padding:14px}.metric-card span{color:var(--muted);font-size:12px;font-weight:800}.metric-card strong{display:block;margin:12px 0 6px;font-size:24px}.metric-card p{margin:0;color:var(--muted);font-size:13px}.trend{font-size:14px;font-weight:700}.up{color:var(--green)}.down{color:var(--red)}.interpretation p{margin-top:16px;color:var(--muted);line-height:1.75}.signal-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.count,.signal-row span,.tag{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;background:#edf6f2;border-radius:8px;color:var(--green);font-size:12px;font-weight:800}.region-list{display:grid;grid-gap:10px;gap:10px;grid-column:1/-1;grid-template-columns:repeat(5,minmax(0,1fr))}.region-card{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px;align-items:center;min-height:54px;padding:12px 14px}.region-card strong{font-size:18px}.region-card span{color:var(--muted);font-size:13px}.split{display:grid;grid-template-columns:minmax(0,1fr) 310px;grid-gap:18px;gap:18px}.news-list{display:grid;grid-gap:10px;gap:10px}.news-card{display:grid;grid-template-columns:auto 1fr;grid-gap:14px;gap:14px;padding:14px}.article-card h3,.learn-card h3,.news-card h3,.tool-card h3{margin:0 0 8px;font-size:17px}.article-card p,.learn-card p,.news-card p,.tool-card p{margin:0;color:var(--muted);line-height:1.65}.news-meta{color:var(--muted);font-size:12px;font-weight:700}.source-panel{padding:18px}.source-panel li,.source-panel p{color:var(--muted);line-height:1.7}.source-panel ul{padding-left:18px;margin-top:16px}.article-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.article-card{min-height:220px;padding:18px}.article-card .tag{margin-bottom:18px}.article-meta{margin-top:18px;color:var(--muted);font-size:12px;font-weight:800}.article-meta,.tabs{display:flex;flex-wrap:wrap;gap:8px}.tabs button{cursor:pointer}.tabs button.active{color:#fff;background:var(--green);border-color:var(--green)}.article-grid,.learn-grid,.tool-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.learn-card,.tool-card{min-height:172px;padding:18px}.learn-card .tag,.tool-card .tag{margin-bottom:18px}.learn-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;width:min(1180px,calc(100% - 32px));margin:22px auto 32px;color:var(--muted);font-size:13px}@media (max-width:980px){.hero,.price-grid,.split,.topbar{grid-template-columns:1fr}.market-chart{grid-row:auto}.metric-grid,.region-list{grid-template-columns:repeat(2,minmax(0,1fr))}.nav{overflow-x:auto;padding-bottom:2px}.article-grid,.learn-grid,.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.topbar{padding:12px}main{width:min(100% - 20px,1180px);margin-top:12px}.hero,.section{padding:16px}.hero h2{font-size:34px}.section-head{align-items:stretch;flex-direction:column}.article-grid,.learn-grid,.metric-grid,.news-card,.region-list,.tool-grid{grid-template-columns:1fr}}