*,:before,:after{box-sizing:border-box}@keyframes spin{to{transform:translateY(-50%)rotate(360deg)}}html,body{color:#e2e8f0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;background:#090c14;height:100%;margin:0;padding:0;font:16px/1.5 DM Sans,Segoe UI,system-ui,sans-serif;overflow:hidden}#root{height:100%;overflow:hidden}.login-container{overscroll-behavior-y:contain;justify-content:center;align-items:flex-start;padding:max(20px,50vh - 320px) 20px 20px;display:flex;position:fixed;inset:0;overflow-y:auto}.login-form-wrapper{width:100%;max-width:420px}.app-shell{height:var(--app-h,100dvh);display:flex;position:fixed;top:0;left:0;right:0;overflow:hidden}.app-sidebar{background:#0f1320;border-right:1px solid #1e2640;flex-direction:column;flex-shrink:0;width:240px;height:100dvh;display:none;overflow-y:auto}.app-main{flex-direction:column;flex:1;min-width:0;height:100%;display:flex;overflow:hidden}.app-header{z-index:50;flex-shrink:0;position:sticky;top:0}.app-content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;overflow:hidden auto}.app-sidebar{overscroll-behavior:contain}.app-bottom-nav{z-index:50;flex-shrink:0;display:flex;position:relative}.mobile-overlay{z-index:150;background:#000a;position:fixed;inset:0}.mobile-sidebar{width:260px;padding-top:env(safe-area-inset-top);background:#0f1320;border-right:1px solid #1e2640;flex-direction:column;display:flex;position:absolute;top:0;bottom:0;left:0}@media (width>=768px){.app-sidebar{display:flex}.app-bottom-nav,.hamburger-btn{display:none}}@media (width<=767px){.app-sidebar{display:none}}
