*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;width:100%;height:100%;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{overscroll-behavior:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}@supports (padding: env(safe-area-inset-bottom)){.taskbar-safe{padding-bottom:env(safe-area-inset-bottom)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1e293b80}::-webkit-scrollbar-thumb{background:#64748b80;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64748bcc}*{scrollbar-width:thin;scrollbar-color:rgba(100,116,139,.5) rgba(30,41,59,.5)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fadeIn .15s ease-out}.animate-slide-up{animation:slideUp .2s ease-out}.animate-scale-in{animation:scaleIn .15s ease-out}@media(max-width:768px){.no-select-mobile{user-select:none;-webkit-user-select:none}}
