@import"https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&display=swap";:root{--bg: #0a0a0f;--surface: #13131a;--surface2: #1c1c27;--surface3: #232333;--border: #2a2a3a;--border2: #353550;--accent: #6c63ff;--accent-hover: #5850e0;--accent2: #ff6584;--text: #e8e8f0;--text2: #9090a8;--text3: #5a5a70;--danger: #ff4757;--success: #2ed573;--warning: #ffa502;--info: #54a0ff}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased}body{font-family:DM Sans,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:Syne,sans-serif;font-weight:700}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:DM Sans,sans-serif}input,select,textarea{font-family:DM Sans,sans-serif}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}::selection{background:#6c63ff4d}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}input[type=number]{-moz-appearance:textfield}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes spin{to{transform:rotate(360deg)}}.page-enter{animation:fadeIn .25s ease forwards}
