@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap";*{box-sizing:border-box}html,body{height:100%;margin:0;overflow:hidden;overscroll-behavior:none}#root{height:100%}body{background:#0a0e13;color:#eef2f5;color-scheme:dark;-webkit-font-smoothing:antialiased;font-family:Manrope,system-ui,-apple-system,sans-serif}a{color:var(--accent, #37e0b0);text-decoration:none}button,input{font-family:inherit}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:6px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulseRing{0%{box-shadow:0 0 0 0 var(--pulse)}70%{box-shadow:0 0 0 12px transparent}to{box-shadow:0 0 0 0 transparent}}
