:root{--color-bg:#fafaf7;--color-surface:#fff;--color-border:#e5e0d8;--color-text:#1a1a2e;--color-muted:#6b7280;--color-accent:#0ea5e9;--color-accent-hover:#0284c7;--color-correct:#16a34a;--color-wrong:#dc2626;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2.5rem;--font-sans:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"Cascadia Code", "Fira Code", "Consolas", monospace}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);min-height:100vh}body{flex-direction:column;min-height:100vh;line-height:1.6;display:flex}#app{flex-direction:column;min-height:100vh;display:flex}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}
