:root{--surface-main: #f8fafc}html,body{height:100%;width:100%;max-width:100vw;overflow-x:hidden;position:relative}#root{width:100%;max-width:100vw;overflow-x:hidden;min-height:100vh}*{-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-text-size-adjust:100%}button,a,[role=button]{touch-action:manipulation;-webkit-tap-highlight-color:transparent;min-height:44px}input,textarea,select{font-size:16px}.no-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-layout-fixed{display:flex;flex-direction:column;height:100vh;height:100dvh;overflow:hidden}.app-header-fixed{flex-shrink:0;position:relative;z-index:100}.app-content-scrollable{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;position:relative}.app-footer-fixed{flex-shrink:0;position:relative;z-index:100;padding-bottom:env(safe-area-inset-bottom)}body{padding-top:env(safe-area-inset-top);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}body.modal-open{overflow:hidden}*{scrollbar-width:thin;scrollbar-color:#475569 #1e293b}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:#1e293b;border-radius:4px}*::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}*::-webkit-scrollbar-thumb:hover{background:#64748b}@keyframes slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slide-up{animation:slide-up .3s ease-out}
