:root{--bg:#0f1419;--fg:#e7e9ea;--muted:#8b98a5;--accent:#1d9bf0;--font-dm-mono:ui-monospace,"Cascadia Mono","Segoe UI Mono",Menlo,Monaco,Consolas,monospace}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;font-family:Hiragino Sans,Hiragino Kaku Gothic ProN,Yu Gothic UI,YuGothic,Meiryo,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--fg)}main{max-width:42rem;margin:0 auto;padding:2rem 1.5rem}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em;background:rgba(255,255,255,.06);padding:.15em .4em;border-radius:4px}a{color:var(--accent)}