:root{--bg: #f4f4f2;--surface: #ffffff;--surface-2: #f0f0ee;--surface-3: #e6e6e3;--yellow: #f5c518;--yellow-hover: #e6b800;--yellow-text: #8a6d00;--yellow-dim: rgba(138, 109, 0, .1);--yellow-border: rgba(138, 109, 0, .3);--text: #1a1a1a;--text-muted: #6b6b6b;--text-dim: #9a9a9a;--border: #e2e2df;--border-2: #d5d5d1;--danger: #c62828;--danger-hover: #b71c1c;--danger-dim: rgba(198, 40, 40, .08);--danger-border: rgba(198, 40, 40, .28);--success: #2e7d32;--success-dim: rgba(46, 125, 50, .08);--radius-sm: 8px;--radius: 12px;--radius-lg: 18px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shadow: 0 4px 24px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 48px rgba(0, 0, 0, .12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#c7c7c3;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#adada8}:focus-visible{outline:2px solid var(--yellow);outline-offset:2px;border-radius:4px}input,select,textarea,button{font-family:inherit}input::placeholder{color:var(--text-muted)}::selection{background:var(--yellow-dim);color:var(--yellow-text)}@keyframes fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pulse-fire{0%,to{box-shadow:0 0 #e5393580,0 8px 32px #00000080}60%{box-shadow:0 0 0 14px #e5393500,0 8px 32px #00000080}}@keyframes pulse-yellow{0%,to{box-shadow:0 0 #f5c51866}60%{box-shadow:0 0 0 10px #f5c51800}}.anim-fade-in{animation:fade-in .25s ease both}.anim-slide-up{animation:slide-up .3s ease both}.alert-btn-fire{animation:pulse-fire 2.2s ease-in-out infinite}.alert-btn-yellow{animation:pulse-yellow 2.2s ease-in-out infinite}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px}
