:root{--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--safe-right: env(safe-area-inset-right, 0px);--app-vh: 100vh}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none;width:0;height:0}@supports (height: 100dvh){:root{--app-vh: 100dvh}}html{margin:0;padding:0;background:#fff;overflow-y:auto!important;overscroll-behavior:auto!important;touch-action:auto!important}body{margin:0;padding:0;background:#fafafa;color:#0a0a0a;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden;overflow-y:auto!important;overscroll-behavior:auto!important;cursor:auto;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;touch-action:auto!important;min-height:100vh;min-height:var(--app-vh)}#root{min-height:100vh;min-height:var(--app-vh)}[aria-hidden=true].fixed.inset-0,[aria-hidden=true].fixed,[aria-hidden=true].absolute{pointer-events:none!important}html,body,body *{cursor:revert}button,a,[role=button],[data-magnetic]{cursor:pointer}input,textarea,[contenteditable]{cursor:text}input,textarea,select,[contenteditable],.selectable{-webkit-user-select:auto;user-select:auto}@media (max-width: 1024px){::-webkit-scrollbar{width:0px;height:0px;display:none}*{scrollbar-width:none}}@media (min-width: 1025px){::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f8f8f8}::-webkit-scrollbar-thumb{background:#ddd;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#e30613}}@media (display-mode: standalone),(display-mode: fullscreen){html,body{background:#fff}body:before{content:"";position:fixed;top:0;left:0;right:0;height:var(--safe-top);background:#fff;z-index:9999;pointer-events:none}}button,a,[role=button]{touch-action:manipulation}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{scrollbar-width:none;-ms-overflow-style:none}select option,select optgroup{color:#111!important;background-color:#fff!important}select optgroup{font-weight:700}select option:checked,select option:hover{background-color:#fff0f0!important;color:#111!important}
