:root{--app-vh: 1vh;--safe-top: env(safe-area-inset-top, 0px);--safe-right: env(safe-area-inset-right, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--focus-ring: #8fc8bc}html,body{margin:0;padding:0;height:100%;background:#050510;color:#c9d6dd;overscroll-behavior:none;overscroll-behavior-y:contain}body{-webkit-text-size-adjust:100%;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;touch-action:manipulation}#root{height:calc(var(--app-vh, 1vh) * 100);height:100dvh;width:100vw;overflow:hidden}*{box-sizing:border-box}button,a,[role=button]{touch-action:manipulation;-webkit-tap-highlight-color:transparent}:focus{outline:none}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:3px}canvas{touch-action:none}.scroll-hide::-webkit-scrollbar{display:none}.scroll-hide{scrollbar-width:none}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.15s!important}}
