:root{color-scheme:dark;--bg: #090909;--text: #f2f2ef;--muted: #a5a5a0;--soft: #74746f;--line: #262622;--panel: #11110f;--panel-hover: #171714;--accent: #8fd4ff;--shadow: rgba(0, 0, 0, .2)}:root[data-theme=light]{color-scheme:light;--bg: #fafaf7;--text: #161613;--muted: #62625c;--soft: #8a8a82;--line: #e3e3dc;--panel: #ffffff;--panel-hover: #f3f3ed;--accent: #00699b;--shadow: rgba(20, 20, 12, .06)}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:Google Sans Flex,Google Sans,ui-sans-serif,system-ui,sans-serif;font-size:16px;font-variation-settings:"opsz" 14}a{color:inherit;text-decoration:none}button{font:inherit}.icon{display:block;flex:0 0 auto}.site-header,.site-footer,.page{width:min(100% - 32px,760px);margin:0 auto}.site-header{display:grid;grid-template-columns:1fr auto;align-items:center;gap:18px;padding:24px 0}nav{display:flex;gap:16px;color:var(--muted);font-size:.92rem}nav a:hover,.section-title a:hover,.tag-row a:hover,.tag-cloud a:hover{color:var(--text)}.theme-toggle{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--line);border-radius:8px;background:transparent;color:var(--muted);cursor:pointer}.theme-toggle:hover{color:var(--text);background:var(--panel)}.theme-sun,:root[data-theme=light] .theme-moon{display:none}:root[data-theme=light] .theme-sun{display:block}.page{padding:64px 0 72px}.intro,.page-head,.article-head{max-width:620px}.kicker,.meta{margin:0 0 12px;color:var(--soft);font-size:.82rem;font-weight:650;text-transform:lowercase}h1,h2,p{margin-top:0}h1{max-width:12ch;margin-bottom:14px;font-size:clamp(3rem,11vw,5.9rem);font-weight:760;line-height:.9}h2{margin-bottom:0;font-size:1rem;font-weight:700}.intro>p:not(.kicker),.page-head>p:not(.kicker),.article-head>p:not(.meta){max-width:34rem;color:var(--muted);font-size:1.05rem;line-height:1.65}.quick-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.quick-links a{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border:1px solid var(--line);border-radius:8px;color:var(--muted);background:var(--panel);font-size:.92rem}.quick-links a:hover{color:var(--text);background:var(--panel-hover)}.section{margin-top:74px}.section-title{display:flex;align-items:baseline;justify-content:space-between;gap:18px;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--line)}.section-title a{color:var(--muted);font-size:.9rem}.post-list{display:grid;gap:8px}.post-item a{display:grid;grid-template-columns:36px 1fr 18px;gap:14px;align-items:start;padding:14px 0;border-bottom:1px solid var(--line)}.post-item a:hover strong{color:var(--accent)}.post-icon{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--line);border-radius:8px;color:var(--soft)}.post-copy{display:grid;gap:4px}.post-copy strong{font-size:1.06rem;font-weight:700}.post-copy span:last-child,.empty{color:var(--muted);line-height:1.55}.topic-list,.tag-cloud,.tag-row{display:flex;flex-wrap:wrap;gap:8px}.topic-list span,.tag-cloud a,.tag-row a{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 11px;border:1px solid var(--line);border-radius:8px;color:var(--muted);background:var(--panel);font-size:.92rem}.topic-list small{color:var(--soft)}.article{max-width:680px}.article-head{padding-bottom:28px;border-bottom:1px solid var(--line)}.article-cover{display:block;width:100%;max-height:420px;margin:28px 0 0;object-fit:cover;border-radius:8px}.tag-row{margin-top:22px}.prose{margin-top:34px;color:var(--text);line-height:1.75}.prose h2,.prose h3{margin:42px 0 10px;font-size:1.12rem}.prose p,.prose li{color:var(--muted)}.prose a{color:var(--text);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.2em}.prose ul,.prose ol{padding-left:1.2rem}.prose code{border:1px solid var(--line);border-radius:5px;padding:.1rem .28rem;background:var(--panel)}.prose pre{overflow-x:auto;padding:1rem;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.prose pre code{border:0;padding:0}.prose img{max-width:100%;border-radius:8px}.about-copy{padding-bottom:20vh}.site-footer{display:flex;justify-content:space-between;gap:18px;padding:24px 0 34px;border-top:1px solid var(--line);color:var(--soft);font-size:.84rem}@media(max-width:560px){.site-header,.site-footer,.page{width:min(100% - 24px,760px)}.site-header{gap:12px}nav{gap:10px;font-size:.88rem}.page{padding-top:48px}h1{font-size:clamp(3.1rem,18vw,4.2rem)}.post-item a{grid-template-columns:1fr 18px}.post-icon{display:none}.site-footer{display:grid}}
