:root{--bg:#f6f7fb;--surface:#fff;--text:#111827;--muted:#4b5563;--line:#e5e7eb;--brand:#2563eb;--brand-soft:#eff6ff;--shadow:0 14px 40px rgba(17,24,39,.06);--radius:20px;--wrap:min(1080px, calc(100% - 2rem) )}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(180deg,#f8fbff 0,#f6f7fb 30%,#fff);color:var(--text);line-height:1.7}a{color:var(--brand);text-decoration:none}a:hover{opacity:.9}img{max-width:100%;display:block}.container{width:var(--wrap);margin:0 auto}.site-header{position:sticky;top:0;z-index:20;background:#ffffffdb;backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0}.brand{display:flex;gap:.85rem;align-items:center;color:var(--text)}.brand-mark{width:2.6rem;height:2.6rem;border-radius:.9rem;display:grid;place-items:center;font-weight:800;color:#fff;background:linear-gradient(135deg,#2563eb,#38bdf8)}.brand-title{font-size:1rem;font-weight:800;display:block;line-height:1.1}.brand-sub{font-size:.85rem;color:var(--muted)}.nav{display:flex;gap:.3rem;flex-wrap:wrap}.nav a{padding:.58rem .82rem;border-radius:999px;color:var(--muted);font-size:.95rem}.nav a.active,.nav a:hover{background:var(--brand-soft);color:var(--text)}.hero{padding:4.3rem 0 2.4rem}.hero-grid{display:grid;grid-template-columns:1.25fr .85fr;gap:1.2rem;align-items:stretch}.panel,.card,.article-shell,.hero-box,.sidebar-box,.notice{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.hero-box{padding:2rem}.badge{display:inline-block;padding:.4rem .75rem;border-radius:999px;background:#ecfeff;color:#0f766e;font-size:.84rem;border:1px solid #bae6fd}h1,h2,h3{line-height:1.16;letter-spacing:-.02em;margin:0 0 .9rem}h1{font-size:clamp(2.1rem,5vw,3.9rem)}h2{font-size:clamp(1.5rem,3vw,2.3rem)}h3{font-size:1.18rem}p{margin:0 0 1rem;color:var(--muted)}.lead{font-size:1.08rem;max-width:64ch}.actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.3rem}.button{display:inline-flex;align-items:center;justify-content:center;padding:.82rem 1.12rem;border-radius:999px;font-weight:700;border:1px solid transparent}.button.primary{background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff}.button.secondary{background:#fff;border-color:var(--line);color:var(--text)}.sidebar-stack{display:grid;gap:1rem}.metric{padding:1.2rem 1.25rem}.metric strong{display:block;font-size:1.8rem}.metric span{color:var(--muted);font-size:.95rem}.section{padding:1rem 0 2.8rem}.section-head{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1rem}.grid-3,.grid-2,.article-grid,.home-layout,.footer-grid{display:grid;gap:1rem}.grid-3,.article-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.home-layout{grid-template-columns:1.4fr .8fr}.footer-grid{grid-template-columns:1.1fr .9fr .9fr}.card{padding:1.25rem}.card-meta,.article-meta{display:flex;gap:.6rem;flex-wrap:wrap;color:var(--muted);font-size:.88rem}.eyebrow{font-size:.78rem;color:var(--brand);font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem}.card-title{margin-bottom:.45rem}.list{margin:0;padding-left:1.15rem;color:var(--muted)}.list li+li{margin-top:.45rem}.article-shell{padding:2rem}.article-shell h2{margin-top:2rem}.article-shell h3{margin-top:1.5rem}.article-shell ul,.article-shell ol{padding-left:1.2rem;color:var(--muted)}.article-shell li+li{margin-top:.48rem}.article-shell blockquote{margin:1.2rem 0;padding:1rem 1.1rem;background:#eff6ff;border-left:4px solid #93c5fd;border-radius:0 14px 14px 0;color:#1e3a8a}.kicker{display:inline-block;margin-bottom:.7rem;color:var(--brand);font-weight:700}.sidebar-box,.notice{padding:1.25rem}.footer{margin-top:1rem;padding:2.3rem 0 3rem;border-top:1px solid var(--line);background:linear-gradient(180deg,#f8fafc33,#f1f5f9bf)}.footer-list{margin:0;padding:0;list-style:none}.footer-list li+li{margin-top:.45rem}.small{font-size:.93rem;color:var(--muted)}@media (max-width:960px){.hero-grid,.home-layout,.grid-3,.article-grid,.grid-2,.footer-grid{grid-template-columns:1fr}.header-row{flex-direction:column;align-items:flex-start}.hero{padding-top:3.3rem}.article-shell{padding:1.25rem}}
