:root{color-scheme:light dark;--bg: light-dark(#ffffff, #121212);--text: light-dark(#1a1a1a, #e8e8e8);--muted: light-dark(#6b6b6b, #9a9a9a);--border: light-dark(#e5e5e5, #2a2a2a);--accent: light-dark(#0f62fe, #6ea8ff)}:root[data-theme=light]{color-scheme:light}:root[data-theme=dark]{color-scheme:dark}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1.0625rem;line-height:1.65;-webkit-font-smoothing:antialiased}.wrap{max-width:42rem;margin:0 auto;padding:0 1.25rem}header.site{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:2.5rem 0 0}header.site .brand{font-weight:650;text-decoration:none;color:var(--text);white-space:nowrap}header.site .brand svg{vertical-align:-.39em;margin-right:.45rem}header.site nav{display:flex;align-items:center;gap:1.25rem}header.site nav a{color:var(--muted);text-decoration:none}header.site nav a:hover,header.site nav a[aria-current=page]{color:var(--text)}.theme-toggle{border:none;background:none;padding:0;margin:0;cursor:pointer;color:var(--muted);display:inline-flex}.theme-toggle:hover{color:var(--text)}.theme-toggle .sun{display:none}:root[data-theme=dark] .theme-toggle .sun{display:inline}:root[data-theme=dark] .theme-toggle .moon{display:none}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) .theme-toggle .sun{display:inline}:root:not([data-theme=light]) .theme-toggle .moon{display:none}}main{padding:3rem 0 4rem}footer.site{border-top:1px solid var(--border);padding:1.5rem 0 3rem;color:var(--muted);font-size:.875rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}footer.site a{color:var(--muted)}h1,h2,h3{line-height:1.25;letter-spacing:-.01em;text-wrap:balance}h1{font-size:1.75rem;margin:0 0 1rem}h2{font-size:1.25rem;margin:2.5rem 0 .75rem}a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.home-intro p,article p{text-align:justify;text-align-last:left;hyphens:auto}.home-intro{margin-bottom:3.25rem}.home-intro p{margin:.6rem 0 0}.home-intro .lead{color:var(--text);font-size:1.125rem}.home-current h2{font-size:1.5rem;margin:.2rem 0 .65rem}.home-current h2 a,.home-note h3 a{color:var(--text);text-decoration:none}.home-current h2 a:hover,.home-note h3 a:hover{text-decoration:underline}.home-label{color:var(--muted);font-size:.875rem;margin:0}.home-links{display:flex;flex-wrap:wrap;gap:.35rem 1.15rem;font-size:.9375rem;margin:1rem 0 0}.home-note{margin-top:2.75rem}.home-note h3{font-size:1.125rem;margin:.3rem 0 .45rem}.home-note p:last-child,.home-more{color:var(--muted);font-size:.9375rem}.home-note p:last-child{margin:0}.home-more{margin:2.75rem 0 0}small,.muted{color:var(--muted)}ul.list{list-style:none;margin:0;padding:0}ul.list li{padding:1rem 0;border-bottom:1px solid var(--border)}ul.list li:last-child{border-bottom:none}ul.list .row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}ul.list .row a{color:var(--text);text-decoration:none;font-weight:550}ul.list .row a:hover{text-decoration:underline}ul.list time,ul.list .meta{color:var(--muted);font-size:.875rem;white-space:nowrap}ul.list p{margin:.25rem 0 0;color:var(--muted);font-size:.9375rem}article :is(pre){padding:1rem;border-radius:6px;border:1px solid var(--border);overflow-x:auto;font-size:.875rem}:root[data-theme=dark] .astro-code,:root[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}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) .astro-code,:root: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}}article code{font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.9em}article :not(pre)>code{background:color-mix(in srgb,var(--border) 50%,transparent);padding:.125em .35em;border-radius:4px}article img{max-width:100%;height:auto}article blockquote{margin:1.5rem 0;padding-left:1rem;border-left:3px solid var(--border);color:var(--muted)}@media (max-width: 36rem){.home-intro p,article p{hyphens:none;text-align:left}header.site{align-items:flex-start;flex-direction:column;gap:.85rem;padding-top:1.5rem}header.site nav{justify-content:space-between;width:100%}main{padding-top:2.5rem}ul.list .row{align-items:flex-start;flex-direction:column;gap:.15rem}}
