:root{--bg: #0d0d0d;--surface: #161616;--surface-2: #1e1e1e;--surface-3: #272727;--yellow: #f5c518;--yellow-hover: #e6b800;--yellow-dim: rgba(245, 197, 24, .1);--yellow-border: rgba(245, 197, 24, .25);--text: #e2e2e2;--text-muted: #6b6b6b;--text-dim: #444;--border: #252525;--border-2: #333;--danger: #e53935;--danger-hover: #c62828;--danger-dim: rgba(229, 57, 53, .12);--danger-border: rgba(229, 57, 53, .3);--success: #43a047;--success-dim: rgba(67, 160, 71, .12);--radius-sm: 8px;--radius: 12px;--radius-lg: 18px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .4);--shadow: 0 4px 24px rgba(0, 0, 0, .5);--shadow-lg: 0 8px 48px rgba(0, 0, 0, .6)}*,*: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:#333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#444}: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)}@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}
