
@media(max-width:1180px){
  :root{--als-sidebar-width:250px}
  .als-os-admin-topbar{padding:0 22px}
}
@media(max-width:900px){
  :root{--als-sidebar-width:280px;--als-topbar-height:72px}
  .als-os-sidebar{transform:translateX(-105%);transition:transform .22s ease;z-index:1100}
  body.als-os-menu-open .als-os-sidebar{transform:translateX(0)}
  body.als-os-menu-open:after{content:"";position:fixed;inset:0;background:rgba(5,28,15,.48);z-index:1090}
  .als-os-admin-topbar{left:0;padding:0 16px}
  .als-os-main-shell{margin-left:0;padding-top:var(--als-topbar-height)}
  .als-os-menu-button{display:inline-flex}
  .als-os-flash-wrap{left:0;top:var(--als-topbar-height);padding:12px 16px}
}
@media(max-width:560px){
  .als-os-admin-topbar>div:first-of-type small{display:none}
  .als-os-admin-user span{display:none}
  .als-os-version-chip{display:none}
  .cc-shell,.af-shell,.ceo-dashboard-page,.system-health-page,.module-manager-page,.notification-center-page,.updater-page{padding-left:12px!important;padding-right:12px!important}
}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}
