:root{color-scheme:dark;--bg:#090b0f;--surface:#10141b;--surface-raised:#151a22;--text:#e9e7e1;--muted:#939aa6;--line:#252b35;--accent:#9ee7c4;--accent-strong:#c4f5de;--code:#0d1117;--max-width:72rem;--reading-width:46rem;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-synthesis:none}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;min-width:20rem;color:var(--text);background:radial-gradient(circle at 82% 0%,rgba(73,143,112,0.13),transparent 28rem),radial-gradient(circle at 12% 28%,rgba(80,93,145,0.08),transparent 24rem),var(--bg);font-size:1rem;line-height:1.7}a{color:inherit;text-decoration-color:rgba(158,231,196,0.45);text-underline-offset:0.2em;transition:color 160ms ease,text-decoration-color 160ms ease}a:hover{color:var(--accent-strong);text-decoration-color:var(--accent)}.skip-link{position:fixed;top:1rem;left:1rem;z-index:10;padding:0.6rem 0.9rem;color:var(--bg);background:var(--accent);border-radius:0.25rem;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.site-header,.site-main,.site-footer{width:min(calc(100% - 3rem),var(--max-width));margin-inline:auto}.site-header{display:flex;align-items:center;justify-content:space-between;min-height:6rem;border-bottom:1px solid var(--line)}.site-mark{display:inline-flex;gap:0.7rem;align-items:center;font-weight:700;letter-spacing:-0.02em;text-decoration:none}.site-mark__glyph{display:grid;width:2rem;height:2rem;color:var(--bg);background:var(--accent);border-radius:50%;place-items:center;font-family:Georgia,serif;font-size:1.15rem}.site-header nav{display:flex;gap:clamp(1rem, 3vw, 2rem)}.site-header nav a{color:var(--muted);font-size:0.9rem;text-decoration:none}.site-header nav a:hover{color:var(--text)}.site-main{min-height:calc(100vh - 15rem)}.hero{max-width:59rem;padding:clamp(5rem, 12vw, 9rem) 0 clamp(4rem, 9vw, 7rem)}.eyebrow{margin:0 0 1.2rem;color:var(--accent);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:0.75rem;font-weight:700;letter-spacing:0.15em;text-transform:uppercase}.hero h1,.article__header h1,.archive__header h1,.error-page h1{margin:0;font-family:Iowan Old Style,Baskerville,"Times New Roman",serif;font-weight:500;letter-spacing:-0.045em;line-height:1.03}.hero h1{max-width:18ch;font-size:clamp(3rem, 7.5vw, 6.7rem)}.hero__lede{max-width:42rem;margin:2rem 0 0;color:var(--muted);font-size:clamp(1.05rem, 2vw, 1.3rem)}.section-heading{display:flex;align-items:baseline;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid var(--line)}.section-heading h2{margin:0;font-size:0.8rem;letter-spacing:0.13em;text-transform:uppercase}.quiet-link{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:0.75rem}.post-list{display:grid}.post-card{display:grid;grid-template-columns:minmax(9rem,0.75fr) minmax(0,2.4fr) auto;gap:clamp(1.2rem, 4vw, 4rem);align-items:start;padding:clamp(1.1rem, 2.5vw, 1.6rem) 0}.post-card__meta,.article__meta{display:flex;flex-wrap:wrap;gap:0.45rem;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:0.72rem;line-height:1.6;text-transform:uppercase}.post-card__meta a{text-decoration:none}.post-card h2,.post-card h3{margin:-0.15em 0 0;font-size:clamp(1.3rem, 2.2vw, 1.75rem);font-weight:500;letter-spacing:-0.025em;line-height:1.12}.post-card h2 a,.post-card h3 a{text-decoration:none}.post-card__arrow{white-space:nowrap;color:var(--muted);font-size:0.78rem;text-decoration:none}.article{padding:clamp(5rem, 11vw, 8rem) 0}.article__header,.prose,.article__footer{width:min(100%,var(--reading-width));margin-inline:auto}.article__header{padding-bottom:clamp(2.5rem, 6vw, 4.5rem);border-bottom:1px solid var(--line)}.article__header h1,.archive__header h1,.error-page h1{font-size:clamp(2.8rem, 7vw, 5.7rem)}.article__meta{margin-top:1.8rem}.prose{padding-top:clamp(2.5rem, 6vw, 4.5rem);font-family:Iowan Old Style,Baskerville,"Times New Roman",serif;font-size:clamp(1.1rem, 2vw, 1.25rem);line-height:1.8}.prose--large{font-size:clamp(1.25rem, 2.4vw, 1.55rem)}.prose h1,.prose h2,.prose h3,.prose h4{position:relative;margin:2.5em 0 0.65em;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-weight:650;letter-spacing:-0.025em;line-height:1.25;scroll-margin-top:2rem}.prose .heading-anchor{position:absolute;left:-1.1em;width:1.1em;color:var(--accent);text-decoration:none;opacity:0;transition:opacity 0.15s ease}.prose h2:hover .heading-anchor,.prose h3:hover .heading-anchor,.prose h4:hover .heading-anchor,.prose .heading-anchor:focus{opacity:1}.prose h2{font-size:1.55em}.prose h3{font-size:1.25em}.prose p,.prose ul,.prose ol,.prose blockquote{margin:0 0 1.45em}.prose blockquote{margin-left:0;padding:0.25rem 0 0.25rem 1.5rem;color:#c3c7ce;border-left:2px solid var(--accent);font-style:italic}.prose code{padding:0.12em 0.35em;color:var(--accent-strong);background:var(--surface-raised);border:1px solid var(--line);border-radius:0.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:0.78em}.prose pre{max-width:100%;margin:2rem 0;padding:1.4rem;overflow-x:auto;background:var(--code);border:1px solid var(--line);border-radius:0.45rem;box-shadow:0 1.5rem 4rem rgba(0,0,0,0.18)}.prose pre code{padding:0;color:#d6dae0;background:none;border:0;font-size:0.78em}.sourceCode .kw,.sourceCode .cf{color:#ff9fc9}.sourceCode .dt,.sourceCode .bu{color:#8cc8ff}.sourceCode .st,.sourceCode .ss{color:#b7e88e}.sourceCode .dv,.sourceCode .bn,.sourceCode .fl{color:#e9c98d}.sourceCode .co{color:#77808e;font-style:italic}.prose img{max-width:100%;height:auto}.prose hr{margin:3rem 0;border:0;border-top:1px solid var(--line)}.article__footer{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--line)}.article__footer a{color:var(--muted);font-size:0.85rem}.archive,.error-page{padding:clamp(5rem, 11vw, 8rem) 0}.archive__header{max-width:50rem;padding-bottom:4rem}.error-page{max-width:44rem}.error-page p:not(.eyebrow){margin:1.5rem 0 2rem;color:var(--muted);font-size:1.2rem}.button{display:inline-block;padding:0.75rem 1rem;color:var(--bg);background:var(--accent);border-radius:0.25rem;font-weight:700;text-decoration:none}.button:hover{color:var(--bg);background:var(--accent-strong)}.site-footer{display:flex;justify-content:space-between;margin-top:6rem;padding:2rem 0 3rem;color:var(--muted);border-top:1px solid var(--line);font-size:0.78rem}.site-footer p{margin:0}@media (max-width:760px){.site-header{min-height:5rem}.site-header nav{gap:1rem}.site-header nav a:last-child{display:none}.post-card{grid-template-columns:1fr auto}.post-card__meta{grid-column:1 / -1}.site-footer{display:block}.site-footer p+p{margin-top:0.4rem}}@media (max-width:480px){.site-header,.site-main,.site-footer{width:min(calc(100% - 2rem),var(--max-width))}.site-mark>span:last-child{display:none}.post-card{grid-template-columns:1fr}.post-card__arrow{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}