:root{color-scheme:light dark;--bg:#0e0f17;--surface:#202426;--text:#eaeaea;--muted:#9eabb3;--primary:#74b6d3;--border:#292e31;--soft-border:#30363a;--code:#10161d;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=light]{color-scheme:light;--bg:#fff;--surface:#f4f7f8;--text:#222;--muted:#60717b;--primary:#326f8a;--border:#dae1e3;--soft-border:#e2e7e9;--code:#f4f6f8}@view-transition{navigation:auto}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition-duration:.01ms!important;animation-duration:.01ms!important}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);margin:0;line-height:1.7}a{color:var(--primary);text-underline-offset:3px;text-decoration-thickness:1px}img{border-radius:6px;max-width:100%;height:auto}.shell{width:min(738px,100% - 2rem);margin:0 auto}.site-header{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0 2.25rem;display:flex}.main-links,.header-actions{align-items:center;gap:1rem;display:flex}.main-links a{color:var(--text);font-weight:700;text-decoration:none}.main-links a:hover{color:var(--primary)}.header-actions{gap:2rem}.icon-link,.theme-toggle{width:30px;height:30px;color:var(--text);cursor:pointer;background:0 0;border:0;place-items:center;display:inline-grid}.icon-link svg{width:20px;height:20px}.theme-toggle{padding:0;font-size:1.45rem}.theme-icon-sun,:root[data-theme=light] .theme-icon-moon{display:none}:root[data-theme=light] .theme-icon-sun{display:inline}main{min-height:70vh;padding:0}.hero{background:var(--surface);border-radius:6px;grid-template-columns:140px 1fr;align-items:center;gap:2rem;margin-bottom:2.5rem;padding:1.7rem 2rem;display:grid}.hero img{object-fit:cover;border-radius:50%;width:140px;height:140px}.hero h1{margin:0 0 .4rem;font-size:1.55rem}.hero-github{color:var(--text);display:inline-flex}.hero-github svg{width:30px;height:30px}.section-rule{background:var(--border);width:54%;height:1px;margin:2.5rem auto}h1,h2,h3{line-height:1.25}h1{margin:0 0 .75rem;font-size:clamp(2rem,7vw,3.2rem)}.muted,time{color:var(--muted)}.controls{border:1px solid var(--soft-border);background:var(--surface);border-radius:7px;align-items:center;gap:.7rem;margin:2rem 0 1.35rem;padding:.65rem .85rem;transition:border-color .15s,box-shadow .15s;display:flex}.controls:focus-within{border-color:color-mix(in srgb, var(--primary) 55%, var(--soft-border));box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 10%, transparent)}.search-icon{opacity:.8;font-size:1.1rem;display:inline-flex}.controls input{width:100%;color:var(--text);font:inherit;background:0 0;border:0;outline:0;padding:0;font-size:1.05rem}.controls input::placeholder{color:var(--muted);opacity:.75}.tag-list{flex-wrap:wrap;gap:.45rem;margin:1rem 0 2rem;display:flex}.tag{color:var(--muted);background:var(--surface);border:0;border-radius:5px;padding:.5rem .75rem;font-size:.9rem;text-decoration:none}.tag strong{color:var(--muted);margin-left:.55rem;font-size:.72rem}.tag-filters{margin:0 0 2rem}.tag-filters .tag{cursor:pointer;font:inherit}.tag-filters .tag:hover{color:var(--text)}.post-list{padding:0;list-style:none}.post-card{border:1px solid var(--soft-border);border-radius:6px;margin:0 0 2.2rem;padding:1.4rem 1.25rem}.post-card h2{margin:0 0 .2rem;font-size:1.65rem}.post-card h2 a{color:var(--text);text-decoration:none}.post-card p{margin:1.35rem 0;font-size:1.05rem}.post-card .tag-list{margin:1.25rem 0 0}.read-more{color:var(--text);font-weight:700;text-decoration:none;display:inline-block}.year-separator{color:var(--muted);text-align:center;margin:2.7rem 0 1.4rem;font-size:1.35rem}.post-header{margin-bottom:3rem}.post-header h1{overflow-wrap:anywhere}.prose{font-size:1.05rem}.prose h2,.prose h3{margin-top:2.2em}.prose pre{background:var(--code);border-radius:6px;padding:1rem;overflow-x:auto}.prose :not(pre)>code{background:var(--surface);border-radius:4px;padding:.15rem .35rem}.prose blockquote{border-left:3px solid var(--primary);color:var(--muted);margin-left:0;padding-left:1rem}.post-footer,.site-footer{border-top:1px solid var(--border);color:var(--muted);margin-top:3rem;padding:1.5rem 0}.site-footer{text-align:center}.toc{border-left:3px solid var(--primary);background:var(--surface);margin:0 0 2.5rem;padding:1rem 1.2rem}.toc ol{margin:.6rem 0 0;padding-left:1.3rem}.toc .depth-3{margin-left:1rem}.post-navigation{grid-template-columns:1fr 1fr;gap:1rem;margin:0 0 2rem;display:grid}.post-navigation div:last-child{text-align:right}.post-navigation span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.3rem;font-size:.8rem;display:block}.related-posts{margin:2rem 0}.related-posts ul{padding-left:1.2rem}.tag-directory{margin-top:2rem}.not-found{text-align:center;padding:3rem 0 4rem}.error-code{color:var(--primary);margin:0;font-size:clamp(4rem,16vw,8rem);font-weight:800;line-height:1}.not-found h1{margin-top:1rem}.button-link{color:var(--bg);background:var(--primary);border-radius:6px;padding:.65rem 1rem;font-weight:700;text-decoration:none;display:inline-block}.consent-banner{z-index:20;border:1px solid var(--soft-border);background:var(--surface);border-radius:8px;width:min(420px,100% - 2rem);padding:1rem;position:fixed;bottom:1rem;right:1rem;box-shadow:0 12px 40px #0000004d}.consent-banner[hidden]{display:none}.consent-banner p{margin:0 0 .8rem}.consent-banner div{justify-content:flex-end;gap:.6rem;display:flex}.consent-banner button{border:1px solid var(--soft-border);color:var(--text);cursor:pointer;background:0 0;border-radius:5px;padding:.5rem .75rem}.consent-banner button.primary{border-color:var(--primary);color:var(--bg);background:var(--primary)}@media (width<=560px){.hero{grid-template-columns:90px 1fr;gap:1.2rem;padding:1.25rem}.hero img{width:90px;height:90px}.site-header{align-items:center}.header-actions{gap:.8rem}.post-card h2{font-size:1.35rem}.post-navigation{grid-template-columns:1fr}.post-navigation div:last-child{text-align:left}}
