:root{color-scheme:dark;--bg: #0e0f13;--fg: #e8e6e1;--muted: #9a978f;--accent: #f7931a;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--fg)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{min-height:100dvh}