:root{color-scheme:light;--ink:#0f1f2e;--navy:#12365a;--muted:#5a6875;--line:#dce6e7;--surface:#fff;--surface-soft:#f4f8f7;--green:#16a76f;--green-deep:#0f7f58;--blue-soft:#e8f1f5;--code:#10233a;--max-width:1120px}*{box-sizing:border-box}html{background:var(--surface-soft);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background:linear-gradient(90deg, #12365a0a 1px, transparent 1px), linear-gradient(180deg, #12365a0a 1px, transparent 1px), var(--surface-soft);background-size:44px 44px;min-width:320px;margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-shell{flex-direction:column;min-height:100vh;display:flex}.site-header,.site-footer,main{width:min(calc(100% - 32px), var(--max-width));margin:0 auto}.site-header{justify-content:space-between;align-items:center;gap:24px;padding:28px 0;display:flex}.brand{min-width:0;color:var(--navy);align-items:center;gap:12px;font-weight:700;display:inline-flex}.brand img{width:112px;height:auto}.brand span{border-left:1px solid var(--line);padding-left:12px}.nav-links,.footer-links{color:var(--muted);align-items:center;gap:18px;font-size:.95rem;display:flex}.nav-links a,.footer-links a,.back-link{border-bottom:1px solid #0000}.nav-links a:hover,.footer-links a:hover,.back-link:hover{color:var(--green-deep);border-color:currentColor}main{flex:1}.hero{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);align-items:center;gap:48px;padding:76px 0 52px;display:grid}.hero>*,.section-heading>*,.featured-post>*,.post-row>*{min-width:0}.hero-copy{max-width:720px}.eyebrow,.post-meta,.empty-kicker{color:var(--green-deep);text-transform:uppercase;margin:0 0 12px;font-size:.82rem;font-weight:700}h1,h2,h3,p{overflow-wrap:break-word;margin-top:0}h1{max-width:820px;margin-bottom:22px;font-size:5.5rem;font-weight:750;line-height:.96}h2{margin-bottom:0;font-size:2.75rem;line-height:1.04}h3{margin-bottom:12px;font-size:1.6rem;line-height:1.18}.hero-deck,.section-heading,.empty-state p,.featured-post p,.post-row p,.article-header>p,.article-body p,.site-footer p{color:var(--muted);line-height:1.7}.hero-deck{max-width:640px;margin-bottom:0;font-size:1.25rem}.signal-panel{background:linear-gradient(135deg,#16a76f1f,#0000 42%),linear-gradient(#fff,#eef5f4);border:1px solid #12365a2e;border-radius:8px;width:100%;min-height:340px;padding:28px;position:relative;overflow:hidden;box-shadow:0 24px 70px #0f1f2e1f}.signal-panel:before{content:"";background:var(--line);height:1px;position:absolute;inset:80px 28px auto}.signal-header{gap:8px;display:flex}.signal-header span{background:var(--green);border-radius:50%;width:10px;height:10px}.signal-grid{gap:22px;margin-top:72px;display:grid}.signal-row{background:linear-gradient(90deg, var(--navy), #12365a14);border-radius:999px;width:74%;height:18px}.signal-row.is-strong{background:linear-gradient(90deg, var(--green), #16a76f14);width:92%}.signal-row.is-short{width:48%}.signal-footer{grid-template-columns:1fr 1fr;gap:16px;margin-top:42px;display:grid}.signal-footer span{border:1px solid var(--line);background:linear-gradient(180deg, #12365a14, transparent), var(--surface);border-radius:8px;height:82px}.topics{flex-wrap:wrap;gap:10px;padding-bottom:48px;display:flex}.topics span,.tag-list li{border:1px solid var(--line);min-height:34px;color:var(--navy);background:#ffffffbd;border-radius:999px;align-items:center;padding:7px 12px;font-size:.9rem;display:inline-flex}.posts-section{border-top:1px solid var(--line);padding:56px 0 88px}.section-heading{grid-template-columns:minmax(0,.8fr) minmax(260px,1fr);align-items:end;gap:32px;margin-bottom:32px;display:grid}.empty-state,.featured-post,.post-row{border:1px solid var(--line);background:#ffffffdb;border-radius:8px}.empty-state{max-width:760px;padding:34px}.empty-state h3{color:var(--navy)}.empty-state p:last-child,.featured-post p:last-child,.post-row p:last-child{margin-bottom:0}.post-list{gap:18px;display:grid}.featured-post,.post-row{justify-content:space-between;gap:24px;padding:28px;transition:border-color .18s,transform .18s,box-shadow .18s;display:flex}.featured-post:hover,.post-row:hover{border-color:#16a76f73;transform:translateY(-2px);box-shadow:0 18px 44px #0f1f2e1a}.featured-post span{color:var(--green-deep);white-space:nowrap;align-self:flex-start;font-weight:700}.tag-list{flex-wrap:wrap;gap:8px;margin:16px 0 0;padding:0;list-style:none;display:flex}.site-footer{border-top:1px solid var(--line);justify-content:space-between;gap:24px;padding:34px 0 42px;display:flex}.site-footer strong{color:var(--navy)}.site-footer p{max-width:540px;margin:8px 0 0}.article{max-width:820px;margin:0 auto;padding:70px 0 96px}.article-header{border-bottom:1px solid var(--line);padding-bottom:36px}.back-link{color:var(--green-deep);margin-bottom:28px;font-weight:700;display:inline-flex}.text-link{color:var(--green-deep);border-bottom:1px solid;font-weight:700;display:inline-flex}.not-found{max-width:760px;padding:80px 0 120px}.not-found p{color:var(--muted);line-height:1.7}.article-header h1{font-size:4.4rem;line-height:1}.article-body{padding-top:34px;font-size:1.08rem;line-height:1.8}.article-body h2,.article-body h3{margin-top:2.2em}.article-body a{color:var(--green-deep);border-bottom:1px solid}.article-body pre{background:var(--code);color:#f5fbfb;border-radius:8px;padding:18px;overflow-x:auto}.article-body code{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.92em}.article-body :not(pre)>code{background:var(--blue-soft);color:var(--navy);border-radius:4px;padding:.12em .32em}@media (width<=760px){.site-header,.site-footer,.section-heading,.featured-post,.post-row{display:grid}.site-header{gap:18px}.nav-links,.footer-links{flex-wrap:wrap;gap:12px 16px}.brand{align-items:flex-start}.brand img{width:98px}.brand span{margin-top:10px}.hero{grid-template-columns:1fr;gap:32px;padding-top:38px}h1{font-size:2.08rem;line-height:1.03}h2{font-size:1.9rem}h3{font-size:1.45rem}.hero-deck{font-size:1.12rem}.article-header h1{font-size:2.08rem}.signal-panel{min-height:280px}.section-heading{grid-template-columns:1fr;align-items:start}.featured-post span{white-space:normal}.site-footer{justify-content:start}}
