:root{--max-width: 40rem;--font-serif: ui-serif, "Iowan Old Style", "Apple Garamond", Baskerville, "Times New Roman", "Droid Serif", Times, "Source Serif Pro", serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--bg: #f5ede0;--fg: #2b2419;--muted: #7a6f5e;--rule: #e3d8c2;--accent: #6f7e63;--code-bg: #ece1cc}@media(prefers-color-scheme:dark){:root{--bg: #1c1814;--fg: #e8dfd0;--muted: #8a7f6e;--rule: #2e2820;--accent: #c4a875;--code-bg: #26201a}}[data-theme=light]{--bg: #f5ede0;--fg: #2b2419;--muted: #7a6f5e;--rule: #e3d8c2;--accent: #6f7e63;--code-bg: #ece1cc}[data-theme=dark]{--bg: #1c1814;--fg: #e8dfd0;--muted: #8a7f6e;--rule: #2e2820;--accent: #c4a875;--code-bg: #26201a}*{box-sizing:border-box}html{background:var(--bg);color:var(--fg);font-family:var(--font-serif);font-size:18px;line-height:1.65;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased}body{margin:0;min-height:100dvh;display:flex;flex-direction:column}main{flex:1;width:100%;max-width:var(--max-width);margin:0 auto;padding:2rem 1.25rem 4rem}a{color:var(--fg);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.18em;text-decoration-color:var(--rule)}a:hover{color:var(--accent);text-decoration-color:var(--accent)}h1,h2,h3,h4{font-weight:600;line-height:1.2;margin:2.2rem 0 .8rem;text-wrap:balance}h1{font-size:1.9rem}h2{font-size:1.3rem}h3{font-size:1.1rem}p,ul,ol,blockquote{margin:0 0 1.1rem;text-wrap:pretty}ul,ol{padding-left:1.4rem}blockquote{border-left:2px solid var(--rule);padding-left:1rem;color:var(--muted);font-style:italic}hr{border:0;border-top:1px solid var(--rule);margin:2.5rem 0}code{font-family:var(--font-mono);font-size:.85em;background:var(--code-bg);padding:.1em .35em;border-radius:3px}pre{font-family:var(--font-mono);font-size:.85em;background:var(--code-bg);padding:.9rem 1rem;border-radius:4px;overflow-x:auto;line-height:1.5}pre code{background:none;padding:0}img,video{max-width:100%;height:auto;display:block;margin:1.5rem 0}::selection{background:var(--accent);color:var(--bg)}.site-header{max-width:var(--max-width);margin:0 auto;padding:2rem 1.25rem 1rem;display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-title{font-weight:600;font-size:1.05rem;text-decoration:none;color:var(--fg)}.site-nav{display:flex;gap:1rem;font-size:.95rem;align-items:baseline}.site-nav a{color:var(--muted);text-decoration:none}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--fg)}.theme-toggle{background:none;border:0;font:inherit;color:var(--muted);cursor:pointer;padding:0}.theme-toggle:hover{color:var(--fg)}.site-footer{max-width:var(--max-width);margin:0 auto;padding:2rem 1.25rem 3rem;border-top:1px solid var(--rule);color:var(--muted);font-size:.9rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-footer a{color:var(--muted)}.site-footer a:hover{color:var(--fg)}.post-list{list-style:none;padding:0;margin:1.5rem 0}.post-list li{display:grid;grid-template-columns:5rem 1fr;gap:1rem;padding:.4rem 0;align-items:baseline}.post-list time{color:var(--muted);font-size:.85rem;font-variant-numeric:tabular-nums;font-family:var(--font-mono)}.post-list a{text-decoration:none}.post-list a:hover{color:var(--accent)}.post-kind{color:var(--muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;margin-left:.5rem}@media(max-width:30rem){.post-list li{grid-template-columns:1fr;gap:.1rem;padding:.6rem 0}}.post-meta{color:var(--muted);font-size:.9rem;margin:0 0 2rem;display:flex;gap:.75rem;flex-wrap:wrap;align-items:baseline}.post-meta time{font-family:var(--font-mono)}.tag{color:var(--muted);font-size:.85rem;text-decoration:none}.tag:before{content:"#"}.tag:hover{color:var(--accent)}.post-title{margin-top:0}.back-link{display:inline-block;margin-top:3rem;color:var(--muted);text-decoration:none;font-size:.9rem}.back-link:hover{color:var(--fg)}@media(prefers-color-scheme:dark){html:not([data-theme=light]) .astro-code,html:not([data-theme=light]) .astro-code span{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;text-decoration:var(--shiki-dark-text-decoration)!important}}html[data-theme=dark] .astro-code,html[data-theme=dark] .astro-code span{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;text-decoration:var(--shiki-dark-text-decoration)!important}
