html,body{margin:0;padding:0;width:100vw;height:100vh;height:100dvh;position:fixed;inset:0;overflow:hidden;background:#000;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;overscroll-behavior:none;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:-.01em}#app{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}canvas{width:100%!important;height:100%!important;display:block;touch-action:none}.btn,button{touch-action:manipulation;-webkit-touch-callout:none}.interactive{pointer-events:auto!important}.btn{transition:transform .12s cubic-bezier(.2,.8,.4,1),opacity .15s ease,background .15s ease;outline:none;-webkit-tap-highlight-color:transparent;user-select:none}.btn:active{transform:scale(.94)!important}@keyframes softGlowPulse{0%{transform:scale(1);box-shadow:0 0 16px #00e5ff59;border-color:#00e5ff66}to{transform:scale(1.03);box-shadow:0 0 28px #00e5ffa6;border-color:#00e5ffb3}}@keyframes titleFloat{0%{transform:translateY(0)}to{transform:translateY(-4px)}}@keyframes popIn{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}#menu-tab-content::-webkit-scrollbar,#menu-tabs::-webkit-scrollbar,.drag-scroll::-webkit-scrollbar{display:none}#menu-tab-content,.drag-scroll{-ms-overflow-style:none;scrollbar-width:none}.drag-scroll{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-x;cursor:grab;user-select:none;-webkit-user-select:none}.drag-scroll:active{cursor:grabbing}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
