:root{color-scheme:light dark;--bg:#ffffff;--fg:#111111;--muted:#666666;--accent:#0b5fff;--border:#e5e7eb}@media(prefers-color-scheme:dark){:root{--bg:#0b0e14;--fg:#e6e6e6;--muted:#9aa0a6;--accent:#7aa2ff;--border:#1f2937}}html,body{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,liberation mono,courier new,monospace;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}footer a{color:inherit;text-decoration:underline}.container{max-width:840px;margin:2rem auto;padding:0 1rem}header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}h1{line-height:1.25;margin:1.25rem 0 .5rem}.author-img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 2px 12px rgba(0,0,0,.18)}h2,h3{line-height:1.25;margin:1.25rem 0 .5rem}.section{padding:1rem 0;border-top:1px solid var(--border)}.section:first-of-type{border-top:0}.meta{color:var(--muted);font-size:.9rem}.lang-switcher{font-size:.9rem;width:100%;flex-basis:100%;order:-1;display:block;padding-bottom:.5rem;margin-bottom:.75rem;border-bottom:1px solid var(--border)}.lang-switcher a{text-decoration:none}.lang-switcher .current-lang{color:var(--muted);cursor:default}.list{margin:.5rem 0 0;padding-left:1.25rem}.badge{display:inline-block;border:1px solid var(--border);border-radius:.5rem;padding:.15rem .5rem;margin:.15rem;font-size:.85rem}@media(max-width:600px){.container{margin:1rem auto}}