:root{--yellow:#ffd600;--yellow-dark:#e6c200;--yellow-light:#fff9cc;--black:#111;--white:#fff;--bg:#f5f5f5;--card:#fff;--border:#ebebeb;--text-primary:#111;--text-secondary:#666;--text-tertiary:#999;--red:#e53935;--red-light:#ffebee;--green:#2e7d32;--green-light:#e8f5e9;--blue:#1565c0;--blue-light:#e3f2fd;--orange:#e65100;--orange-light:#fff3e0}*{box-sizing:border-box}body{background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,-apple-system,sans-serif}button{font-family:inherit}#root{flex-direction:column;min-height:100vh;display:flex}.screen{flex-direction:column;flex:1;min-height:100vh;display:flex}button:focus-visible,input:focus-visible{outline:2px solid var(--blue);outline-offset:2px}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}
