*,:before,:after{box-sizing:border-box}html,body{color:#e2e8f0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#090c14;height:100%;margin:0;padding:0;font:16px/1.5 DM Sans,Segoe UI,system-ui,sans-serif}#root{height:100%}.login-container{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-form-wrapper{width:100%;max-width:420px}.app-shell{height:100dvh;display:flex;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:100dvh;display:flex;overflow:hidden}.app-header{z-index:50;flex-shrink:0;position:sticky;top:0}.app-content{-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.app-bottom-nav{flex-shrink:0;display:flex}.mobile-overlay{z-index:150;background:#000a;position:fixed;inset:0}.mobile-sidebar{background:#0f1320;border-right:1px solid #1e2640;flex-direction:column;width:260px;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}}
