:root{--bg: #0e0e10;--surface: #1a1a1f;--surface-hover: #242429;--border: #2e2e35;--border-focus: #5a5aff;--text: #e8e8ed;--text-muted: #8888a0;--accent: #5a5aff;--accent-hover: #6e6eff;--accent-soft: rgba(90, 90, 255, .12);--correct: #22c55e;--correct-soft: rgba(34, 197, 94, .12);--incorrect: #ef4444;--incorrect-soft: rgba(239, 68, 68, .12);--explore: #f59e0b;--explore-soft: rgba(245, 158, 11, .12);--radius: 10px;--radius-lg: 16px;--font: "DM Sans", system-ui, sans-serif;--font-mono: "DM Mono", monospace;--shadow: 0 4px 24px rgba(0, 0, 0, .4)}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}body.embed-mode{background:#000;overflow:hidden}
