@import 'https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=PT+Mono&display=swap';:root,:root[data-theme=dark]{--color-background:#17130F;--color-surface:#211A15;--color-surface-2:#2B2119;--color-border:#3D2F25;--color-foreground:#F2E9DE;--color-foreground-muted:#C4B5A4;--color-foreground-subtle:#9A8C7C;--color-accent:#E7975A;--color-accent-on:#241407;--color-success:#5FBE97;--color-warning:#E0B84A;--color-destructive:#E8607F;--color-ring:#E7975A;--shadow-card:none}:root[data-theme=light]{--color-background:#FBF6EE;--color-surface:#FFFFFF;--color-surface-2:#F3EBDD;--color-border:#E4D7C4;--color-foreground:#241A11;--color-foreground-muted:#5C4C3E;--color-foreground-subtle:#83705F;--color-accent:#B0501F;--color-accent-on:#FFFFFF;--color-success:#1E7A57;--color-warning:#8A5A00;--color-destructive:#A8304F;--color-ring:#B0501F;--shadow-card:0 1px 2px rgba(0,0,0,0.06)}:root{--font-serif:'PT Serif', Georgia, serif;--font-sans:'PT Sans', Arial, sans-serif;--font-mono:'PT Mono', Consolas, monospace;--text-xs:0.813rem;--text-sm:0.938rem;--text-base:1.125rem;--text-md:1.25rem;--text-lg:1.5rem;--text-xl:1.875rem;--text-2xl:2.375rem;--text-3xl:clamp(2rem, 1.7rem + 1.5vw, 3rem);--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--space-4xl:96px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-full:999px;--container-max:1280px;--measure-article:720px}*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--color-background);color:var(--color-foreground);font-family:var(--font-serif);font-size:var(--text-base);line-height:1.7;overflow-wrap:break-word}img{max-width:100%;height:auto;display:block}a{color:var(--color-accent);text-underline-offset:.18em}a:hover{text-decoration:none}:focus-visible{outline:3px solid var(--color-ring);outline-offset:2px;border-radius:var(--radius-sm)}h1,h2,h3,h4{font-family:var(--font-serif);letter-spacing:normal;line-height:1.2;margin:0 0 var(--space-md);font-weight:700}h1{font-size:var(--text-3xl);line-height:1.1}h2{font-size:var(--text-2xl);line-height:1.15;margin-top:var(--space-2xl)}h3{font-size:var(--text-xl);line-height:1.25;margin-top:var(--space-xl)}h4{font-size:var(--text-lg);line-height:1.3;margin-top:var(--space-lg)}p,ul,ol{margin:0 0 var(--space-md)}strong{font-weight:700}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--space-md)}.site-header{border-bottom:1px solid var(--color-border);background:var(--color-background)}.site-header__inner{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-md);padding:var(--space-md)}.site-logo{font-family:var(--font-serif);font-weight:700;font-size:var(--text-lg);color:var(--color-foreground);text-decoration:none;margin-right:auto}.site-logo:hover{color:var(--color-accent)}.site-nav ul,.footer-nav ul{list-style:none;display:flex;flex-wrap:wrap;gap:var(--space-md);margin:0;padding:0}.site-nav a,.footer-nav a{font-family:var(--font-sans);font-size:var(--text-sm);color:var(--color-foreground-muted);text-decoration:none}.site-nav a:hover,.footer-nav a:hover{color:var(--color-accent);text-decoration:underline}.theme-toggle{font-family:var(--font-sans);font-size:var(--text-sm);line-height:1;min-height:44px;min-width:44px;padding:0 var(--space-md);color:var(--color-foreground-muted);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-full);cursor:pointer}.theme-toggle:hover{color:var(--color-accent);border-color:var(--color-accent)}.theme-toggle__dark,.theme-toggle__light{display:none}:root[data-theme=dark] .theme-toggle__light{display:inline}:root[data-theme=light] .theme-toggle__dark{display:inline}.site-main{display:block;padding:var(--space-2xl)0 var(--space-3xl);max-width:var(--container-max);margin:0 auto;padding-left:var(--space-md);padding-right:var(--space-md)}.post-header,.post-content,.post-cover,.listing-header,.listing-content{max-width:var(--measure-article);margin-left:auto;margin-right:auto}.post-eyebrow{font-family:var(--font-sans);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.02em;margin:0 0 var(--space-sm)}.post-eyebrow a{color:var(--color-accent);text-decoration:none}.post-eyebrow a:hover{text-decoration:underline}.post-title{margin-bottom:var(--space-sm)}.post-meta,.post-lead{font-family:var(--font-sans);font-size:var(--text-sm);color:var(--color-foreground-subtle)}.post-lead{font-size:var(--text-md);color:var(--color-foreground-muted)}.post-cover,.listing-cover{margin:var(--space-xl)auto}.post-cover img,.listing-cover img{width:100%;border-radius:var(--radius-lg);border:1px solid var(--color-border)}.post-content>*:first-child{margin-top:0}.post-content li{margin-bottom:var(--space-sm)}.post-content blockquote{margin:var(--space-lg)0;padding:var(--space-md)var(--space-lg);border-left:3px solid var(--color-accent);background:var(--color-surface);color:var(--color-foreground-muted);border-radius:0 var(--radius-md)var(--radius-md)0}.post-content hr{border:0;border-top:1px solid var(--color-border);margin:var(--space-2xl)0}.post-content code{font-family:var(--font-mono);font-size:.9em;background:var(--color-surface-2);padding:.1em .35em;border-radius:var(--radius-sm)}.post-content table,.listing-content table{display:block;width:100%;overflow-x:auto;border-collapse:collapse;font-family:var(--font-sans);font-size:var(--text-sm);margin:var(--space-lg)0;border:1px solid var(--color-border);border-radius:var(--radius-md)}.post-content th,.post-content td,.listing-content th,.listing-content td{padding:var(--space-sm)var(--space-md);border-bottom:1px solid var(--color-border);text-align:left;vertical-align:top}.post-content thead th,.listing-content thead th{background:var(--color-surface-2);font-weight:700;white-space:nowrap}.post-content tbody tr:last-child td{border-bottom:0}.post-content td:nth-child(n+2),.listing-content td:nth-child(n+2){font-variant-numeric:tabular-nums}.listing-header{margin-bottom:var(--space-xl)}.listing-lead{font-family:var(--font-sans);font-size:var(--text-md);color:var(--color-foreground-muted)}.listing-content{margin-bottom:var(--space-3xl)}.listing-grid{display:grid;grid-template-columns:1fr;gap:var(--space-xl);margin-top:var(--space-2xl)}.listing-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);overflow:hidden;padding-bottom:var(--space-md)}.listing-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.listing-card__title{font-size:var(--text-lg);line-height:1.3;margin:var(--space-md)var(--space-md)var(--space-xs)}.listing-card__title a{color:var(--color-foreground);text-decoration:none}.listing-card__title a:hover{color:var(--color-accent)}.listing-card time{display:block;font-family:var(--font-sans);font-size:var(--text-xs);color:var(--color-foreground-subtle);margin:0 var(--space-md)}.listing-card__excerpt{font-family:var(--font-sans);font-size:var(--text-sm);color:var(--color-foreground-muted);margin:var(--space-sm)var(--space-md)0}@media(min-width:768px){.listing-grid{grid-template-columns:repeat(2,1fr)}.listing-grid>.listing-card:first-child{grid-column:1/-1}.listing-grid>.listing-card:first-child .listing-card__title{font-size:var(--text-xl)}.listing-grid>.listing-card:first-child img{aspect-ratio:21/9}}@media(min-width:1024px){.listing-grid{grid-template-columns:repeat(3,1fr)}.listing-grid>.listing-card:first-child{grid-column:1/-1}}.site-footer{border-top:1px solid var(--color-border);margin-top:var(--space-4xl);background:var(--color-surface)}.site-footer__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-xl)var(--space-md);font-family:var(--font-sans);font-size:var(--text-sm);color:var(--color-foreground-subtle)}.error-page ul{font-family:var(--font-sans)}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}