html,body{max-width:100vw;margin:0;padding:0;overflow-x:hidden}.dashboard-layout{min-height:100vh;display:flex}.dashboard-sidebar{background:#0f172a;flex-direction:column;width:240px;min-width:240px;height:100vh;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.sidebar-user-link{color:#ffffffd9;text-decoration:none;display:block}.sidebar-user-link:hover{text-decoration:underline}.sidebar-tenant-link{color:#ffffffa6;text-decoration:none}.sidebar-tenant-link:hover{text-decoration:underline}@media screen and (max-width:768px){input,select,textarea{font-size:16px!important}}.dashboard-content{background:#f8fafc;flex:1;min-height:280px;margin-left:240px;padding:24px}
