@media screen and (orientation:landscape){.sidebar-landscape{position:absolute;top:0;left:0;height:100vh;width:auto}.main-content-landscape{margin-left:7rem}.dashboard-grid-landscape{grid-template-columns:repeat(12,1fr);gap:1rem}.card-landscape{min-height:120px}.bottom-nav-landscape{display:none}}@media screen and (orientation:portrait){.sidebar-portrait{position:fixed;bottom:0;left:0;right:0;height:auto;width:100%;z-index:50}.sidebar-elements-portrait{display:none}.bottom-nav-portrait{display:block}.main-content-portrait{margin-left:0;padding-bottom:5rem}}@media(max-width:768px){.responsive-sidebar{position:fixed;top:0;left:-100%;width:70%;height:100vh;z-index:40;transition:left .3s ease}.responsive-sidebar.active{left:0}.responsive-main-content{margin-left:0}}@media screen and (max-width:1024px){.layout-container{flex-direction:column}.sidebar-responsive{width:100%;height:auto;position:sticky;top:0;z-index:30}.main-content-responsive{width:100%;margin-left:0}}
