html,body,#root{height:100%;margin:0;padding:0}main{min-width:0;overflow:auto}.account-profile{align-items:center;display:flex}.account-profile-image{border-radius:50%;width:40px;height:40px;margin-right:10px}.account-profile-name{margin:0;font-size:1rem}.sidebar{grid-template-rows:minmax(0,1fr) auto;height:100%;display:grid}.sidebar-nav{overflow-y:auto}.account-profile{overflow:hidden}@media (width<=768px){.sidebar{z-index:1000;background:#fff;width:280px;height:100vh;transition:transform .25s;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar.open{transform:translate(0)}}.app-layout{grid-template-columns:280px minmax(0,1fr);height:100vh;display:grid}.sidebar-toggle,.sidebar-overlay{display:none}@media (width<=768px){.app-layout{height:100vh;display:block}.sidebar-toggle{display:block}.sidebar-overlay{z-index:900;background:#0000004d;display:block;position:fixed;inset:0}}
