@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root,[data-theme=dark]{--bg: #0a0d12;--surf: #111520;--surf2: #181d28;--surf3: #1e2433;--border: #252d3d;--border2: #1e2433;--accent: #0d9488;--acl: #2dd4bf;--text: #e2e8f0;--text2: #64748b;--text3: #3d4d63;--success: #10b981;--warn: #f59e0b;--danger: #ef4444;--r: 5px;--r2: 4px}[data-theme=light]{--bg: #f8fafc;--surf: #ffffff;--surf2: #f1f5f9;--surf3: #e2e8f0;--border: #e2e8f0;--border2: #f1f5f9;--accent: #0d9488;--acl: #0f766e;--text: #0f172a;--text2: #64748b;--text3: #94a3b8;--success: #059669;--warn: #d97706;--danger: #dc2626;--r: 5px;--r2: 4px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);font-size:13px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--acl);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font-family:inherit;font-size:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--surf3);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--border)}:focus-visible{outline:2px solid var(--acl);outline-offset:2px}:focus:not(:focus-visible){outline:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .5s ease-out both}.fade-up-1{animation-delay:.05s}.fade-up-2{animation-delay:.12s}.fade-up-3{animation-delay:.2s}.fade-up-4{animation-delay:.28s}.fade-up-5{animation-delay:.36s}.fade-up-6{animation-delay:.44s}.stat-item+.stat-item{border-left:1px solid var(--border)}@media (max-width: 640px){.stat-item+.stat-item{border-left:none;border-top:1px solid var(--border)}}
