:root{color-scheme:light dark;--bg: #f7f9fb;--surface: #ffffff;--surface-muted: #eef4f6;--text: #172026;--muted: #5d6b74;--border: #d8e2e6;--accent: #0f7b6c;--accent-strong: #0a574d;--code-bg: #102027;--code-text: #e5f5f2;--shadow: 0 18px 50px rgb(23 32 38 / 10%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg);color:var(--text)}body{min-width:320px;margin:0;font-size:16px;line-height:1.6}body,button,input,textarea{font:inherit}a{color:inherit;text-decoration-color:color-mix(in srgb,currentColor 40%,transparent);text-underline-offset:.2em}a:hover{color:var(--accent-strong)}img{display:block;max-width:100%;height:auto}main{width:min(1120px,calc(100% - 32px));margin:0 auto}.site-header,.site-footer{width:min(1120px,calc(100% - 32px));margin:0 auto}.site-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;padding:24px 0}.site-logo{font-size:1rem;font-weight:800;text-decoration:none}.site-nav,.site-footer nav,.link-row{display:flex;flex-wrap:wrap;gap:10px 18px}.site-nav a,.site-footer a,.link-row a{color:var(--muted);font-size:.95rem;font-weight:700;text-decoration:none}.hero-section{display:grid;min-height:420px;align-items:center;padding:64px 0 48px;border-top:1px solid var(--border)}.hero-copy{max-width:820px}.eyebrow{margin:0 0 10px;color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{overflow-wrap:anywhere}h1,h2,h3{margin:0;line-height:1.08}h1{max-width:12ch;font-size:clamp(3rem,8vw,6.6rem)}h2{font-size:clamp(1.9rem,4vw,3.4rem)}h3{font-size:1.45rem}.hero-copy>p:not(.eyebrow){max-width:650px;margin:20px 0 0;color:var(--muted);font-size:1.25rem}.hero-copy span{display:block;max-width:560px;margin-top:20px;color:var(--text);font-weight:700}.section-block,.about-section,.category-header,.post-page{padding:56px 0;border-top:1px solid var(--border)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.category-card{display:grid;gap:12px;min-height:230px;padding:20px;color:inherit;text-decoration:none;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow)}.category-card span{font-size:1.2rem;font-weight:800}.category-card p,.about-section p,.post-card p,.post-header p,.empty-state{margin:0;color:var(--muted)}.about-section{display:grid;grid-template-columns:180px 1fr;gap:32px;align-items:start}.about-section>img{background:var(--surface);border:1px solid var(--border);border-radius:8px}.role{margin-top:8px;font-weight:800}.focus-list,.tag-list{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:18px 0;list-style:none}.focus-list li,.tag-list li{padding:5px 10px;color:var(--accent-strong);font-size:.85rem;font-weight:800;background:var(--surface-muted);border:1px solid var(--border);border-radius:999px}.post-list{display:grid;gap:18px}.post-card{display:grid;grid-template-columns:minmax(220px,34%) 1fr;overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow)}.post-card-image{min-height:100%;background:var(--surface-muted)}.post-card-image img{width:100%;height:100%;aspect-ratio:4 / 3;object-fit:cover}.post-card-body{display:grid;gap:12px;padding:22px}.post-card h3 a{text-decoration:none}.post-meta{display:flex;flex-wrap:wrap;gap:8px 14px;color:var(--muted);font-size:.9rem;font-weight:800}.read-more,.back-link a{width:fit-content;color:var(--accent-strong);font-weight:800}.category-header{display:grid;grid-template-columns:72px 1fr;gap:24px;align-items:center}.category-header p{max-width:760px;margin:12px 0 0;color:var(--muted)}.post-page{max-width:840px;margin:0 auto}.post-header{display:grid;gap:16px}.post-header h1{max-width:14ch;font-size:clamp(2.4rem,6vw,5rem)}.post-hero-image{width:100%;margin-top:12px;background:var(--surface-muted);border:1px solid var(--border);border-radius:8px}.prose{margin-top:36px}.prose h2,.prose h3{margin-top:1.8em}.prose p,.prose li{color:var(--text)}.prose pre{overflow-x:auto;padding:18px;color:var(--code-text);background:var(--code-bg);border-radius:8px}.prose code{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.92em}.back-link{margin-top:40px}.site-footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;padding:32px 0;color:var(--muted);border-top:1px solid var(--border)}.site-footer p{margin:0}@media(max-width:720px){main,.site-header,.site-footer{width:min(100% - 24px,1120px)}.hero-section{min-height:auto;padding:44px 0}h1{font-size:3.1rem}.section-heading,.about-section,.category-header,.post-card{grid-template-columns:1fr}.section-heading{align-items:start}.about-section>img{width:132px;height:132px}.post-card-image img{aspect-ratio:16 / 9}}@media(prefers-color-scheme:dark){:root{--bg: #0f1518;--surface: #172125;--surface-muted: #1f3034;--text: #edf5f2;--muted: #aebdc1;--border: #2c3f45;--accent: #65d6c6;--accent-strong: #8ce6d9;--shadow: 0 18px 50px rgb(0 0 0 / 24%)}}
