.theme-icon-moon[data-astro-cid-l6lhmie6],.theme-icon-sun[data-astro-cid-l6lhmie6]{display:none}[data-theme=dark] .theme-icon-moon[data-astro-cid-l6lhmie6],[data-theme=light] .theme-icon-sun[data-astro-cid-l6lhmie6]{display:block}:root,[data-theme=dark]{--favicon:url(/favicon.svg);--header-bg:#00000ae0;--footer-bg:#00000ae0;--bg:#000;--bg-soft:#00000ae0;--text:#fff;--text-muted:#c8c8ff;--text-bright:#4a9eff;--accent:#4a9eff;--border:#000032e0;--toggle-accent:#4a9eff;--radius:6px;--max-width:720px;--font-mono:"SFMono-Regular", Consolas, "Liberation Mono", monospace;--logo404:url(/404.svg)}[data-theme=light]{--favicon:url(/favicon-light.svg);--header-bg:#fafaffe0;--footer-bg:#fafaffe0;--bg:#fff;--bg-soft:#fafaffe0;--text:#000;--text-muted:#0e0e54;--text-bright:#4a9eff;--accent:#06c;--border:#f0f0ff;--toggle-accent:#c9e1fd;--logo404:url(/404-light.svg)}*,:before,:after{box-sizing:border-box}html{background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;background-color:var(--bg);font-family:Google Sans Flex,sans-serif;line-height:1.6}body{flex-direction:column;min-height:100vh;margin:0;font-family:Google Sans Flex,sans-serif;font-size:1rem;display:flex}main{width:100%;max-width:var(--max-width);flex:1;margin:0 auto;padding:2rem 1.25rem}main>*{width:100%;max-width:var(--max-width)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:none}h1,h2,h3,h4{margin-top:2rem;margin-bottom:.75rem;line-height:1.25}h1{font-size:1.75rem}img{border-radius:var(--radius);max-width:100%;height:auto}pre{background:var(--bg-soft);border-radius:var(--radius);padding:1rem;font-size:.875rem;overflow-x:auto}code{font-family:var(--font-mono);font-size:.875em}:not(pre)>code{background:var(--bg-soft);border-radius:3px;padding:.15em .4em}blockquote{border-left:3px solid var(--accent);color:var(--text-muted);margin-left:0;padding-left:1rem}hr{border:none;border-top:1px solid var(--border);margin:2rem 0}header{border-bottom:1px solid var(--border);background-color:var(--header-bg);-webkit-backdrop-filter:blur(8px);z-index:10;position:sticky;top:0}.header-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:.75rem 1.25rem;display:flex}.site-logo{color:var(--text);white-space:nowrap;font-size:2.4rem;font-weight:600;text-decoration:none}.site-logo:hover{text-decoration:none}nav{align-items:center;gap:1.25rem;display:flex}nav a{color:var(--text);font-size:.9rem}nav a:hover{color:var(--text-bright)}nav a[aria-current=page]{color:var(--text-muted);text-decoration:none}footer{border-top:1px solid var(--border);background-color:var(--footer-bg);-webkit-backdrop-filter:blur(8px);text-align:center;color:var(--text-muted);padding:1.5rem 1.25rem;font-size:.85rem}footer a{color:var(--text-muted)}.blog-list{flex-direction:column;gap:1.75rem;display:flex}.post-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-soft);transition:border-color .15s,transform .15s;position:relative;overflow:hidden}.post-card:hover{border-color:var(--accent);transform:translateY(-2px)}.post-card-image img{aspect-ratio:16/9;object-fit:cover;border-radius:0;width:100%;display:block}.post-card-body{padding:1.1rem 1.25rem 1.25rem}.post-card-title{margin:0 0 .35rem;font-size:1.15rem;font-weight:600}.post-card-title a{color:var(--text)}.post-card-title a:hover{color:var(--accent);text-decoration:none}.post-card-link:after{content:"";position:absolute;inset:0}.post-card-meta{color:var(--text);margin:0 0 .6rem;font-size:.8rem}.post-card-description{color:var(--text);margin:0 0 .85rem;font-size:.925rem}.tag-list{z-index:1;flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex;position:relative}.tag{background:var(--bg);border:1px solid var(--border);color:var(--text-muted);border-radius:999px;padding:.15rem .6rem;font-size:.75rem;text-decoration:none;display:inline-block}a.tag:hover{color:var(--accent);border-color:var(--accent);text-decoration:none}.post-meta{color:var(--text-muted);margin:0 0 .75rem;font-size:.85rem}.post-header-tags{margin-bottom:1.5rem}.post-hero{margin:0 0 2rem}.post-hero img{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.theme-toggle{border-radius:var(--radius);color:var(--text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.4rem;font-size:.85rem;line-height:1;transition:background .15s,border-color .15s;display:inline-flex}.theme-toggle:hover{background:var(--toggle-accent)}.theme-toggle:focus-visible{outline:2px solid var(--toggle-accent);outline-offset:2px}@media (width<=520px){.header-inner{flex-wrap:wrap;justify-content:center}nav{gap:.75rem}}div.logo,div.logo404{background-color:initial;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;width:20vh;height:20vh;margin-top:2vh;margin-bottom:2vh}div.header-logo{background-image:var(--favicon), linear-gradient(transparent, transparent);width:50px;height:50px}div.logo{background-image:var(--favicon), linear-gradient(transparent, transparent);width:35vh;height:35vh}div.logo404{background-image:var(--logo404), linear-gradient(transparent, transparent)}.centered{text-align:center;align-items:center;margin-left:auto;margin-right:auto;display:block}
