:root{color-scheme:light;--ink: #1f2933;--muted: #667085;--line: #d8dee8;--paper: #f8fafc;--panel: #ffffff;--accent: #0f766e;--accent-strong: #0b5f59;--sun: #f59e0b;--rose: #be3455;--shadow: 0 18px 60px rgba(31, 41, 51, .12);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,rgba(15,118,110,.08),rgba(245,158,11,.04) 32rem,transparent),var(--paper);color:var(--ink);line-height:1.7}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.site-header,.site-footer{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px}.brand-mark{width:44px;height:44px;display:grid;place-items:center;border-radius:8px;background:var(--ink);color:#fff;font-weight:800}.brand strong,.brand small{display:block}.brand small,.eyebrow,.article-meta,.site-footer{color:var(--muted);font-size:.92rem}.main-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.main-nav a{padding:8px 12px;border-radius:8px;color:#344054}.main-nav a:hover{background:#0f766e1a}.hero,.section-band,.post-index,.archive,.article{width:min(1180px,calc(100% - 32px));margin:0 auto}.hero{min-height:520px;display:grid;grid-template-columns:minmax(0,.82fr) minmax(320px,1fr);gap:36px;align-items:center;padding:44px 0 64px}.hero-copy h1,.archive-header h1,.article-header h1{margin:0;letter-spacing:0;line-height:1.12}.hero-copy h1{max-width:9em;font-size:clamp(2.6rem,7vw,5.6rem)}.hero-copy p:not(.kicker){max-width:560px;margin:24px 0 0;color:#475467;font-size:1.14rem}.kicker{margin:0 0 10px;color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.section-band{padding:42px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.section-heading h2{margin:0;font-size:1.8rem}.topic-grid,.post-grid{display:grid;gap:18px}.topic-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.topic-grid a{min-height:110px;padding:18px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--line);border-radius:8px;background:#ffffffa3}.topic-grid span{font-weight:750}.topic-grid small{color:var(--muted)}.post-index,.archive{padding:54px 0}.post-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.post-card{min-width:0;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:0 8px 30px #1f29330f}.post-card:not(.featured):before{content:"";display:block;height:5px;background:linear-gradient(90deg,var(--accent),var(--sun),var(--rose))}.post-card.featured{box-shadow:var(--shadow)}.post-media{min-height:220px;background:linear-gradient(90deg,rgba(255,255,255,.14) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.14) 1px,transparent 1px),linear-gradient(135deg,#0f766e,#263b57 55%,#be3455);background-size:28px 28px,28px 28px,auto;overflow:hidden;display:grid;place-items:end start}.post-media img{width:100%;height:100%;object-fit:cover}.post-media-placeholder{display:grid;gap:8px;padding:26px;color:#fff}.post-media-placeholder strong{max-width:9em;font-size:2.1rem;line-height:1.12}.post-media-placeholder small{color:#ffffffc2;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.post-card-body{padding:22px}.post-card h2{margin:10px 0;font-size:1.2rem;line-height:1.35;letter-spacing:0}.post-card.featured h2{font-size:1.65rem}.post-card p{margin:0;color:#52606d}.post-card:not(.featured) .post-card-body{min-height:240px;display:flex;flex-direction:column}.post-card:not(.featured) p{margin-top:auto}.eyebrow,.article-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.eyebrow a,.article-meta a{color:var(--accent-strong);font-weight:650}.archive-header,.article-header{padding:54px 0 30px;border-bottom:1px solid var(--line)}.archive-header h1,.article-header h1{max-width:980px;font-size:clamp(2.2rem,5vw,4.6rem)}.article-meta{margin-top:22px}.article-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;display:grid;grid-template-columns:minmax(0,820px);justify-content:center;gap:36px}.article-shell.has-toc{grid-template-columns:minmax(0,820px) 240px;align-items:start}.content{min-width:0;width:100%;padding:42px 0 72px}.content>*{margin-top:0;margin-bottom:1.35rem}.content h2,.content h3,.content h4{scroll-margin-top:24px;line-height:1.25;letter-spacing:0;margin-top:2.2rem}.content h2{font-size:1.75rem}.content h3{font-size:1.35rem}.content a{color:var(--rose);text-decoration:underline;text-underline-offset:3px}.content figure{margin:2rem 0}.content figcaption{color:var(--muted);font-size:.9rem;text-align:center}.toc{position:sticky;top:22px;max-height:calc(100vh - 44px);overflow:auto;margin-top:42px;padding:18px;border:1px solid var(--line);border-radius:8px;background:#ffffffc7;box-shadow:0 8px 30px #1f29330f}.toc p{margin:0 0 12px;color:var(--ink);font-size:.9rem;font-weight:800}.toc nav{display:grid;gap:8px}.toc a{display:block;color:#52606d;font-size:.9rem;line-height:1.4}.toc a:hover{color:var(--accent-strong)}.toc .toc-level-3{padding-left:14px;font-size:.84rem}.content blockquote{margin-left:0;padding:18px 22px;border-left:4px solid var(--sun);background:#fff8eb}.content pre,.content code{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.content pre{overflow-x:auto;padding:18px;border-radius:8px;background:#101828;color:#f8fafc}.site-footer{padding:36px 0 48px;border-top:1px solid var(--line)}.pagination{margin-top:34px;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.pagination-pages{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.pagination-page,.pagination-control{min-width:42px;min-height:42px;padding:8px 14px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:#344054;font-weight:700}.pagination-page.current{border-color:var(--accent);background:var(--accent);color:#fff}.pagination-control.disabled{color:#98a2b3;background:#ffffff80}@media(max-width:900px){.site-header{align-items:flex-start;flex-direction:column;padding:18px 0}.hero{grid-template-columns:1fr;min-height:auto;padding-top:28px}.topic-grid,.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-shell,.article-shell.has-toc{grid-template-columns:1fr}.toc{position:static;order:-1;max-height:none;margin-top:24px}}@media(max-width:640px){.topic-grid,.post-grid{grid-template-columns:1fr}.hero-copy h1,.archive-header h1,.article-header h1{font-size:2.25rem}.post-card.featured h2{font-size:1.25rem}}
