:root{--bg:#0f1115;--fg:#f5f7fa;--accent:#e2b007;--font-stack:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,sans-serif}body,html{padding:0;margin:0;background:var(--bg);color:var(--fg);font-family:var(--font-stack)}.container{max-width:760px;margin:3rem auto;padding:0 1.25rem;line-height:1.55}h1{font-size:2.4rem;margin-top:0;letter-spacing:.5px}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}code{background:#1e2229;padding:2px 5px;border-radius:4px}.note{opacity:.8;margin-top:2rem}ul{padding-left:1.2rem}