:root{--bg:#0a0a0f;--surface:#141420;--text:#f0f0f5;--accent:#00e5ff;--muted:#4a4a5a;--accent-glow:#00e5ff26;--accent-glow-strong:#00e5ff59;--surface-border:#ffffff0f}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg);height:100%;color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;overflow-x:hidden}#root{flex-direction:column;min-height:100%;display:flex}::selection{background:var(--accent);color:var(--bg)}
