.sm-sidebar{--sidebar-width-collapsed:64px;--sidebar-width-expanded:256px;--sidebar-border:1px;display:flex;flex-direction:column;height:100vh;background-color:var(--color-bg-side-pannel);box-sizing:border-box;transition:width .25s ease-in-out,box-shadow .25s ease-in-out;z-index:100;overflow:hidden;border-right:var(--sidebar-border) solid var(--color-path-subtle)}.sm-sidebar--collapsed{width:calc(var(--sidebar-width-collapsed) + var(--sidebar-border))}.sm-sidebar--expanded{width:calc(var(--sidebar-width-expanded) + var(--sidebar-border))}.sm-sidebar--traditional{position:relative;flex-shrink:0}.sm-sidebar--overlay{position:fixed;top:0;left:0}.sm-sidebar--overlay.sm-sidebar--expanded{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.sm-sidebar__spacer{width:var(--sidebar-width-collapsed,64px);height:100vh;flex-shrink:0}.sm-sidebar__backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.3);z-index:99;animation:sm-sidebar-fade-in .2s ease-in-out}@keyframes sm-sidebar-fade-in{0%{opacity:0}to{opacity:1}}.sm-sidebar__toggle{position:absolute;top:var(--scale-fixed-md);right:var(--scale-fixed-md);display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:transparent;border:none;border-radius:var(--corner-sm);color:var(--color-sidenav-item-text-default);cursor:pointer;transition:background-color .15s ease;z-index:1}.sm-sidebar__toggle:hover{background-color:var(--color-sidenav-item-bg-hover)}.sm-sidebar__toggle svg{width:24px;height:24px}.sm-sidebar__container{display:flex;flex-direction:column;flex:1 1;min-height:0;padding:var(--scale-fixed-md) var(--scale-l-12);overflow:hidden}.sm-sidebar__bottom,.sm-sidebar__top{display:flex;flex-direction:column;gap:var(--scale-fixed-lg)}.sm-sidebar__bottom{margin-top:auto}.sm-sidebar__logo{display:flex;align-items:center;gap:0;min-height:40px;overflow:hidden;cursor:default;text-decoration:none}a.sm-sidebar__logo{cursor:pointer}.sm-sidebar__logo-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.sm-sidebar__logo-icon img{max-height:40px;width:40px;object-fit:contain}.sm-sidebar__logo-text{display:flex;align-items:center;opacity:1;max-width:200px;transition:opacity .15s ease-in-out,max-width .25s ease-in-out;overflow:hidden}.sm-sidebar__logo-text img{max-height:40px;width:auto;object-fit:contain}.sm-sidebar--collapsed .sm-sidebar__logo-text{opacity:0;max-width:0}.sm-sidebar__nav{display:flex;flex-direction:column;gap:var(--scale-fixed-md)}.sm-sidebar__item{display:block;text-decoration:none;border-radius:var(--corner-surface);transition:background-color .15s ease}.sm-sidebar__item:hover{background-color:var(--color-sidenav-item-bg-hover)}.sm-sidebar__item--active,.sm-sidebar__item--active:hover{background-color:var(--color-sidenav-item-bg-active)}.sm-sidebar__divider{height:1px;background-color:var(--color-path-subtle);margin:0}.sm-sidebar__footer{margin-top:var(--scale-fixed-md)}.sm-sidebar__toggle-bottom{display:flex;align-items:center;justify-content:center;width:100%;height:40px;padding:0;background:transparent;border:none;border-radius:var(--corner-sm);color:var(--color-sidenav-item-text-default);cursor:pointer;transition:background-color .15s ease}.sm-sidebar__toggle-bottom:hover{background-color:var(--color-sidenav-item-bg-hover)}.sm-sidebar__toggle-bottom svg{width:24px;height:24px}.sm-sidebar__logo--toggle{background:transparent;border:none;padding:0;cursor:pointer;text-decoration:none}.sm-sidebar__logo--toggle:hover{opacity:.8}.sm-sidebar__logo-chevron{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;margin-left:auto;color:var(--color-sidenav-item-text-default);opacity:1;transition:opacity .15s ease-in-out,width .25s ease-in-out}.sm-sidebar__logo-chevron svg{width:24px;height:24px}.sm-sidebar--collapsed .sm-sidebar__logo-chevron{opacity:0;width:0;overflow:hidden}.sm-sidebar-item{display:flex;align-items:center;justify-content:space-between;padding:var(--scale-fixed-sm);border-radius:var(--corner-surface);box-sizing:border-box;transition:padding .25s ease-in-out}.sm-sidebar-item__content{display:flex;align-items:center;gap:var(--scale-l-12);min-width:0}.sm-sidebar-item__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;color:var(--color-sidenav-item-text-default)}.sm-sidebar-item__icon svg{width:24px;height:24px}.sm-sidebar-item__label{font-family:var(--font-family-primary);font-weight:var(--font-weight-bold);font-size:var(--font-body-md);line-height:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px;transition:opacity .15s ease-in-out,max-width .25s ease-in-out}.sm-sidebar-item__chevron,.sm-sidebar-item__label{color:var(--color-sidenav-item-text-default);opacity:1}.sm-sidebar-item__chevron{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;transition:opacity .15s ease-in-out,width .25s ease-in-out}.sm-sidebar-item__chevron svg{width:24px;height:24px}.sm-sidebar__item:hover .sm-sidebar-item__chevron,.sm-sidebar__item:hover .sm-sidebar-item__icon,.sm-sidebar__item:hover .sm-sidebar-item__label{color:var(--color-sidenav-item-text-hover)}.sm-sidebar-item--active .sm-sidebar-item__chevron,.sm-sidebar-item--active .sm-sidebar-item__icon,.sm-sidebar-item--active .sm-sidebar-item__label{color:var(--color-sidenav-item-text-active)}.sm-sidebar-item--collapsed .sm-sidebar-item__label{opacity:0;max-width:0}.sm-sidebar-item--collapsed .sm-sidebar-item__chevron{opacity:0;width:0;overflow:hidden}.DashboardLayout_dashboardLayout__A4516{display:grid;grid-template-columns:260px 1fr;grid-template-rows:72px 1fr;grid-template-areas:"header header" "sidebar main";height:100vh;width:100%;overflow:hidden}.DashboardLayout_mainContent__4iyNs{grid-area:main;overflow-y:auto;overflow-x:hidden;background:white;padding:0}@media (max-width:768px){.DashboardLayout_dashboardLayout__A4516{grid-template-columns:1fr;grid-template-rows:64px 1fr;grid-template-areas:"header" "main"}.DashboardLayout_mainContent__4iyNs{padding:var(--spacing-md)}}.DashboardLayout_mainContent__4iyNs::-webkit-scrollbar{width:8px}.DashboardLayout_mainContent__4iyNs::-webkit-scrollbar-track{background:var(--color-bg-secondary)}.DashboardLayout_mainContent__4iyNs::-webkit-scrollbar-thumb{background:var(--color-border-default);border-radius:4px}.DashboardLayout_mainContent__4iyNs::-webkit-scrollbar-thumb:hover{background:var(--color-border-hover)}