@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Space+Mono:wght@400;700&display=swap");*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Space Mono,Roboto Mono,monospace;overflow-x:hidden}body{background:#0B0B1A;color:#E0AAFF}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:rgba(11,11,26,.8)}::-webkit-scrollbar-thumb{background:rgba(157,78,221,.6);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(157,78,221,.8)}*{transition:color .3s ease,background-color .3s ease,border-color .3s ease}::selection{background:rgba(157,78,221,.3);color:#E0AAFF}::-moz-selection{background:rgba(157,78,221,.3);color:#E0AAFF}@media screen and (max-width:768px){html{font-size:14px}body{overflow-x:hidden;-webkit-overflow-scrolling:touch}}@supports (-webkit-touch-callout:none){.mobile-vh-fix{height:-webkit-fill-available}}*,:after,:before{box-sizing:border-box}.container-fix{width:100%;max-width:100vw;overflow-x:hidden}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.interactive-element{transition:all .3s cubic-bezier(.4,0,.2,1)}.MuiButton-root:focus-visible,.MuiIconButton-root:focus-visible,button:focus-visible{outline:2px solid #E0AAFF;outline-offset:2px}