*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0A0A0F;--bg2: #111118;--bg3: #1A1A24;--border: #2A2A3A;--border2: #3A3A50;--text: #F0F0F8;--text2: #A0A0B8;--text3: #606078;--accent: #00E5A0;--accent2: #00C888;--accent-dim: rgba(0, 229, 160, .12);--accent-dim2: rgba(0, 229, 160, .06);--red: #FF4560;--red-dim: rgba(255, 69, 96, .12);--yellow: #FFB800;--yellow-dim: rgba(255, 184, 0, .12);--blue: #4D9FFF;--radius: 12px;--radius-sm: 8px;--shadow: 0 4px 24px rgba(0,0,0,.4)}html{font-size:16px}body{font-family:DM Sans,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:DM Mono,monospace;font-weight:500;line-height:1.15}a{color:inherit;text-decoration:none}button{font-family:DM Sans,sans-serif;cursor:pointer;border:none;outline:none}input,select,textarea{font-family:DM Sans,sans-serif;outline:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-4{gap:16px}.gap-2{gap:8px}.w-full{width:100%}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.animate-fadeUp{animation:fadeUp .4s ease both}.animate-fadeIn{animation:fadeIn .3s ease both}.card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:500}.badge-green{background:var(--accent-dim);color:var(--accent)}.badge-red{background:var(--red-dim);color:var(--red)}.badge-yellow{background:var(--yellow-dim);color:var(--yellow)}.toast-container{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:8px}.spinner{width:20px;height:20px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .6s linear infinite}
