:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Noto Sans SC",sans-serif;color:#20242b;background:#f7f8fa;line-height:1.7;--surface:#fff;--muted:#667085;--accent:#e46b58;--border:#e6e8ec}*:focus-visible{outline:3px solid #65c9bd;outline-offset:3px}*{box-sizing:border-box}body{margin:0;background:var(--bg,#f7f8fa)}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}.container{width:min(1100px,calc(100% - 40px));margin-inline:auto}.narrow{max-width:760px}.site-header{position:sticky;top:0;z-index:2;background:color-mix(in srgb,var(--surface) 88%,transparent);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-size:1.25rem;font-weight:800;color:var(--accent)}.nav-links{display:flex;align-items:center;gap:20px;font-size:.92rem}.theme-toggle{border:0;background:none;font-size:1.2rem;cursor:pointer;color:inherit}.hero{display:grid;grid-template-columns:1fr 260px;align-items:center;gap:60px;padding:96px 0}.hero h1{font-size:clamp(3rem,8vw,6.5rem);line-height:1;margin:0 0 24px;letter-spacing:0}.hero-copy>p:not(.eyebrow){max-width:600px;white-space:pre-line;color:var(--muted);font-size:1.08rem}.eyebrow{font-size:.75rem;letter-spacing:.12em;color:var(--accent);font-weight:800}.avatar{width:240px;aspect-ratio:1;border-radius:50%;object-fit:cover;border:10px solid var(--surface);box-shadow:0 20px 50px #1b263314}.actions{display:flex;gap:12px;margin:28px 0}.button{display:inline-block;border:1px solid var(--accent);padding:9px 18px;border-radius:6px}.button.primary{background:var(--accent);color:white}.social{display:flex;gap:18px;color:var(--muted);font-size:.9rem}.band{padding:80px 0}.about{background:#25343b;color:white}.about h2,.about p{max-width:760px}.recent{padding:84px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section-heading h2,.page-intro h1{margin:.15em 0;font-size:2.5rem}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.post-list{display:grid;gap:16px;padding-bottom:90px}.post-card{background:var(--surface);border:1px solid var(--border);padding:24px;border-radius:6px}.post-card h2,.post-card h3{line-height:1.3;margin:8px 0}.post-card p{color:var(--muted)}.post-date{font-size:.82rem;color:var(--muted);margin:0}.read-more{font-size:.9rem;color:var(--accent);font-weight:700}.tag-row,.tag-cloud{display:flex;flex-wrap:wrap;gap:8px}.tag{display:inline-block;border:1px solid var(--border);border-radius:999px;padding:2px 10px;font-size:.8rem;color:var(--muted)}.page-intro{padding:76px 0 35px}.page-intro p{color:var(--muted)}.tag-cloud{padding-bottom:100px}.article{max-width:780px;padding:80px 0}.article h1{font-size:clamp(2.2rem,6vw,4rem);line-height:1.15;margin:12px 0 42px}.article-body{font-size:1.05rem}.article-body h2{margin-top:2.4em}.article-body img{max-width:100%;height:auto}.article-body pre{overflow:auto;padding:18px;border-radius:6px}.article-body blockquote{border-left:4px solid var(--accent);padding-left:18px;color:var(--muted)}.site-footer{border-top:1px solid var(--border);padding:24px 0;color:var(--muted);font-size:.85rem}.footer-inner{display:flex;justify-content:space-between;gap:16px}@media(max-width:760px){.nav-links{gap:10px}.nav-links a:nth-child(3),.nav-links a:nth-child(5){display:none}.hero{grid-template-columns:1fr;padding:62px 0}.avatar{width:160px;order:-1}.post-grid{grid-template-columns:1fr}.section-heading{align-items:start;gap:14px;flex-direction:column}.footer-inner{flex-direction:column}}
html[data-theme=dark]{color-scheme:dark;--bg:#171b20;--surface:#20262d;--muted:#aab4c0;--border:#36404b;color:#edf1f5}html[data-theme=dark],html[data-theme=dark] body,html[data-theme=dark] main{background:#171b20;color:#edf1f5}html[data-theme=dark] body{min-height:100vh}html[data-theme=dark] .about{background:#25343b;color:#edf1f5}html[data-theme=dark] .site-header,html[data-theme=dark] .site-footer{background:#20262d}.mermaid{overflow-x:auto;margin:2rem 0;padding:1rem;text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:6px}.mermaid svg{max-width:100%;height:auto}
