@property --bg{syntax:"<color>";inherits:true;initial-value:#fff}@property --bg-subtle{syntax:"<color>";inherits:true;initial-value:#f4f4f2}@property --text{syntax:"<color>";inherits:true;initial-value:#18181b}@property --text-muted{syntax:"<color>";inherits:true;initial-value:#59595f}@property --border{syntax:"<color>";inherits:true;initial-value:#e3e3df}@property --accent{syntax:"<color>";inherits:true;initial-value:#e04e1a}@property --accent-strong{syntax:"<color>";inherits:true;initial-value:#c23f10}@property --selection{syntax:"<color>";inherits:true;initial-value:#e04e1a2e}@property --focus{syntax:"<color>";inherits:true;initial-value:#e04e1a}:root{--font-sans:ui-sans-serif, system-ui, -apple-system, "Segoe UI", roboto, helvetica, arial, sans-serif;--font-serif:"Source Serif 4", georgia, "Times New Roman", serif;--font-mono:ui-monospace, sfmono-regular, "SF Mono", menlo, consolas, "Liberation Mono", monospace;--bg:#fff;--bg-subtle:#f4f4f2;--text:#18181b;--text-muted:#59595f;--border:#e3e3df;--accent:#e04e1a;--accent-strong:#c23f10;--selection:#e04e1a2e;--focus:#e04e1a;--radius:0;--border-thin:1px solid var(--border);--width-wide:60rem;--width-text:50rem;--gutter:clamp(1.25rem, 5vw, 2.5rem);--step-0:1.0625rem;--step-prose:1.125rem;--step-1:1.25rem;--step-2:1.5rem;--step-3:clamp(1.75rem, 1.4rem + 1.6vw, 2.25rem);--step-4:clamp(2.25rem, 1.7rem + 2.6vw, 3.25rem);--astro-code-foreground:var(--text);--astro-code-background:var(--bg-subtle);--astro-code-token-comment:var(--text-muted);--astro-code-token-punctuation:var(--text-muted);--astro-code-token-parameter:var(--text);--astro-code-token-function:var(--accent);--astro-code-token-keyword:var(--accent);--astro-code-token-constant:var(--text);--astro-code-token-link:var(--accent);--astro-code-token-string:var(--text);--astro-code-token-string-expression:var(--text);color-scheme:light}@media (prefers-color-scheme:dark){:root:not([data-theme]),[data-theme=system]{--bg:#0d0d0f;--bg-subtle:#161619;--text:#ededee;--text-muted:#9a9aa2;--border:#26262b;--accent:#ff6f4d;--accent-strong:#ff8a70;--selection:#ff6f4d38;--focus:#ff6f4d;color-scheme:dark}}[data-theme=light]{--bg:#fff;--bg-subtle:#f4f4f2;--text:#18181b;--text-muted:#59595f;--border:#e3e3df;--accent:#e04e1a;--accent-strong:#c23f10;--selection:#e04e1a2e;--focus:#e04e1a;color-scheme:light}[data-theme=dark]{--bg:#0d0d0f;--bg-subtle:#161619;--text:#ededee;--text-muted:#9a9aa2;--border:#26262b;--accent:#ff6f4d;--accent-strong:#ff8a70;--selection:#ff6f4d38;--focus:#ff6f4d;color-scheme:dark}@media (prefers-reduced-motion:no-preference){html{transition:--bg .22s,--bg-subtle .22s,--text .22s,--text-muted .22s,--border .22s,--accent .22s,--accent-strong .22s,--selection .22s,--focus .22s}}*,:before,:after{box-sizing:border-box}body{background-color:var(--bg);min-height:100vh;color:var(--text);font-family:var(--font-sans);font-size:var(--step-0);font-synthesis:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;margin:0;line-height:1.65;display:flex}::selection{background:var(--selection)}:focus-visible{outline:2px solid var(--focus);outline-offset:2px}h1,h2,h3,h4{letter-spacing:-.02em;margin:0 0 .4em;font-weight:650;line-height:1.15}h1{font-size:var(--step-4)}h2{font-size:var(--step-3)}h3{font-size:var(--step-2)}.hero h1,.article__title,.prose h2,.prose h3{font-family:var(--font-serif);letter-spacing:-.02em}p{margin:0 0 1.2em}a{color:inherit;text-underline-offset:.18em;text-decoration:underline 1px;text-decoration-color:var(--border);transition:text-decoration-color .15s,color .15s}a:hover{color:var(--accent);text-decoration-color:var(--accent)}code,kbd,pre,samp{font-family:var(--font-mono);font-size:.9em}hr{border:0;border-top:var(--border-thin);height:0;margin:2.5rem 0}img{max-width:100%;height:auto}.skip-link{background:var(--text);color:var(--bg);z-index:10;padding:.5rem .75rem;text-decoration:none;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}.visually-hidden{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.wrap{width:100%;max-width:var(--width-wide);padding-inline:var(--gutter);margin:0 auto}.wrap-text{max-width:var(--width-text)}.eyebrow{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin:0 0 .75rem;font-size:.75rem;font-weight:500}.muted{color:var(--text-muted)}.lead{font-size:var(--step-1);color:var(--text-muted);line-height:1.6}.site-header{border-bottom:var(--border-thin)}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;min-height:4rem;display:flex}.brand{font-family:var(--font-mono);letter-spacing:-.01em;color:var(--text);font-size:1rem;font-weight:600;text-decoration:none}.brand:hover,.brand__mark{color:var(--accent)}.site-header__actions,.site-nav{align-items:center;gap:clamp(.85rem,3vw,1.5rem);display:flex}.site-nav__link{color:var(--text-muted);font-size:.95rem;text-decoration:none}.site-nav__link:hover,.site-nav__link[aria-current=page]{color:var(--text)}.site-nav__link[aria-current=page]{text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:.3em}.site-nav__link--external:after{content:"";vertical-align:.1em;border-top:1.5px solid;border-right:1.5px solid;width:.45em;height:.45em;margin-inline-start:.22em;display:inline-block}.theme-toggle{border:var(--border-thin);border-radius:var(--radius);width:2.25rem;height:2.25rem;color:var(--text);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:0;transition:border-color .15s,color .15s;display:inline-flex}.theme-toggle:hover{border-color:var(--accent);color:var(--accent)}.theme-toggle svg{width:1.05rem;height:1.05rem}.theme-toggle__sun,.theme-toggle__moon,.theme-toggle__system{display:none}[data-theme=light] .theme-toggle__sun,[data-theme=dark] .theme-toggle__moon,[data-theme=system] .theme-toggle__system,:root:not([data-theme]) .theme-toggle__system{display:block}.site-footer{border-top:var(--border-thin);color:var(--text-muted);margin-top:auto;padding-block:2.5rem;font-size:.9rem}.site-footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.site-footer p{margin:0}.site-footer__links{gap:1.25rem;display:flex}.site-footer a{color:var(--text-muted);text-decoration-color:var(--border)}.site-footer a:hover{color:var(--accent)}.page{flex:1 0 auto;width:100%;padding-block:clamp(3rem,8vw,5.5rem)}.hero h1{letter-spacing:-.025em;max-width:18ch}.hero__lead{max-width:46ch;margin-top:1rem}.home-section{margin-top:clamp(3rem,8vw,4.5rem)}.home-section__head{border-bottom:var(--border-thin);justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.home-section__head h2{font-size:var(--step-2);margin:0}.text-link{color:var(--text-muted);font-size:.9rem}.post-list{margin:0;padding:0;list-style:none}.post-item+.post-item{border-top:var(--border-thin);margin-top:.5rem;padding-top:1.5rem}.post-item:first-child{padding-top:0}.post-link{color:inherit;gap:.35rem;padding:.75rem 0;text-decoration:none;display:grid}.post-link__title{font-size:var(--step-1);font-weight:600;line-height:1.3;display:block}.post-link:hover .post-link__title{color:var(--accent)}.post-link__desc{color:var(--text-muted);margin-top:.25rem;font-size:.95rem;display:block}.post-date{font-family:var(--font-mono);letter-spacing:.04em;color:var(--text-muted);font-size:.78rem}@media (width>=40rem){.post-link{grid-template-columns:9rem 1fr;align-items:baseline;gap:1.5rem}.post-link .post-date{padding-top:.15rem}}.article__header{border-bottom:var(--border-thin);margin-bottom:2.5rem;padding-bottom:1.5rem}.article__title{margin-top:.5rem}.article__meta{flex-wrap:wrap;gap:.5rem 1rem;margin-top:1rem;display:flex}.article__source{color:var(--accent);text-decoration-color:var(--accent)}.article__source:hover{text-decoration-thickness:2px}.post-tags{flex-wrap:wrap;gap:.5rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.post-tag{border:var(--border-thin);color:var(--text-muted);font-family:var(--font-mono);letter-spacing:.04em;padding:.2em .55em;font-size:.75rem;display:inline-block}.back-link{font-family:var(--font-mono);color:var(--text-muted);margin-top:3rem;font-size:.85rem;display:inline-block}
