@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Space+Mono:wght@400;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto}body{background:#090b0f;color:#ecf1fa;font-family:Space Grotesk,sans-serif;overflow-x:hidden;max-width:100vw}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#0f1219}::-webkit-scrollbar-thumb{background:#1b2130;border-radius:3px}.mono{font-family:Space Mono,monospace}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{50%{opacity:0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ticker{to{transform:translate(-50%)}}@keyframes scanBar{0%{transform:scaleX(0);transform-origin:left;opacity:0}45%{transform:scaleX(1);transform-origin:left;opacity:1}55%{transform:scaleX(1);transform-origin:right;opacity:1}to{transform:scaleX(0);transform-origin:right;opacity:0}}.fadeUp{animation:fadeUp .5s ease both}.pulse{animation:pulse 2.4s ease-in-out infinite}.blink{animation:blink 1s step-end infinite}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important}}
