:root{--bg: #fdfdfc;--text: #18181b;--text-muted: #6b6b76;--accent: #2257d6;--accent-hover: #173f9e;--border: #ececea;--max-width: 42rem;--space: 1rem;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", sans-serif;color-scheme:light}:root[data-theme=dark]{--bg: #0f0f11;--text: #ededf0;--text-muted: #9b9ba6;--accent: #8bb4ff;--accent-hover: #aecbff;--border: #26262b;color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background-color:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:1.0625rem;line-height:1.7;letter-spacing:-.003em;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;display:flex;flex-direction:column;min-height:100vh;transition:background-color .2s ease,color .2s ease}.wrap{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:1.5rem}main{flex:1 0 auto;width:100%;padding-block:3rem 4rem}h1,h2,h3{line-height:1.25;letter-spacing:-.02em;font-weight:650}h1{font-size:1.75rem;margin:0 0 .25rem}h2{font-size:1.25rem;margin:2.5rem 0 .75rem}p{margin:0 0 1.1rem}a{color:var(--accent);text-decoration:none;text-underline-offset:2px;transition:color .15s ease}a:hover{color:var(--accent-hover);text-decoration:underline}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:3px}.muted{color:var(--text-muted)}.site-header{border-bottom:1px solid var(--border);transition:border-color .2s ease}.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.1rem}.nav__brand{font-weight:650;font-size:1.0625rem;letter-spacing:-.01em;color:var(--text)}.nav__brand:hover{color:var(--text);text-decoration:none}.nav__right{display:flex;align-items:center;gap:1.25rem}.nav__links{display:flex;gap:1.25rem;list-style:none;margin:0;padding:0}.nav__links a{color:var(--text-muted);font-size:.975rem}.nav__links a:hover,.nav__links a[aria-current=page]{color:var(--text);text-decoration:none}.theme-toggle{font-family:inherit;font-size:.85rem;line-height:1;color:var(--text-muted);background:transparent;border:1px solid var(--border);border-radius:999px;padding:.36rem .62rem;display:inline-flex;align-items:center;gap:.3rem;cursor:pointer;white-space:nowrap;font-variant-emoji:text;transition:color .15s ease,border-color .15s ease,background-color .15s ease}.theme-toggle:hover{color:var(--text);border-color:var(--text-muted)}.theme-toggle__opt{display:none}:root:not([data-theme=dark]) .theme-toggle__opt[data-when=light]{display:inline}:root[data-theme=dark] .theme-toggle__opt[data-when=dark]{display:inline}.site-footer{border-top:1px solid var(--border);padding-block:1.75rem;transition:border-color .2s ease}.socials{display:flex;flex-wrap:wrap;gap:1.5rem;margin:0;padding:0;list-style:none}.socials a{display:inline-flex;align-items:center;gap:.45rem;color:var(--text-muted);font-size:.95rem}.socials a:hover{color:var(--text);text-decoration:none}.socials svg{width:1.25rem;height:1.25rem;flex:none}.intro__role{margin:0 0 1.75rem;color:var(--text-muted);font-size:1.0625rem}.post-list{list-style:none;margin:1.5rem 0 0;padding:0}.post-list__item{padding:1.1rem 0;border-bottom:1px solid var(--border)}.post-list__item:first-child{border-top:1px solid var(--border)}.post-list__link{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;color:var(--text)}.post-list__link:hover{text-decoration:none}.post-list__link:hover .post-list__title{color:var(--accent)}.post-list__title{font-weight:600}.post-list__date{flex:none;color:var(--text-muted);font-size:.875rem;font-variant-numeric:tabular-nums}.post-list__desc{margin:.3rem 0 0;color:var(--text-muted);font-size:.95rem}.lede{color:var(--text-muted);font-size:1.0625rem}@media(max-width:480px){main{padding-block:2.25rem 3rem}.socials{gap:1.1rem}}@media(prefers-reduced-motion:reduce){body,a,.site-header,.site-footer,.theme-toggle{transition:none}}
