*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0f;--surface:#111118;--card:#16161f;--card-hover:#1c1c28;--border:#2a2a3a;--accent:#6c63ff;--accent2:#00d4aa;--win:#00c97a;--loss:#ff4d6d;--push:#888aaa;--text:#e8e8f0;--text-muted:#7a7a9a;--heart:#ff4d6d;--diamond:#ff4d6d;--club:#e8e8f0;--spade:#e8e8f0}[data-theme=light]{--bg:#f4f4f8;--surface:#fff;--card:#fff;--card-hover:#f0f0f8;--border:#dcdce8;--accent:#5a52e0;--accent2:#00a887;--win:#00a862;--loss:#e0334e;--push:#888aaa;--text:#1a1a2e;--text-muted:#6b6b8a;--heart:#e0334e;--diamond:#e0334e;--club:#1a1a2e;--spade:#1a1a2e}body,html{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,sans-serif;min-height:100vh;transition:background .2s ease,color .2s ease}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}