@layer base{:root{--background:#0a0a0f;--foreground:#e4e4e7;--game-bg:#0a0a0f;--accent:#22c55e;--muted:#71717a}@media (prefers-color-scheme:light){:root{--background:#fafafa;--foreground:#18181b;--game-bg:#0c0c12;--muted:#52525b}}body,html{max-width:100vw;overflow-x:hidden;height:100%}body{min-height:100dvh}:root{--font-inter:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}body{color:var(--foreground);background:var(--background);font-family:var(--font-inter);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}[role=button],button{min-height:44px;min-width:44px}@media (prefers-color-scheme:dark){html{color-scheme:dark}}}