.dashboard-shell{background:hsl(var(--background));width:100%;max-width:100vw;min-height:100vh;color:hsl(var(--foreground));overflow-x:hidden}.dashboard-sidebar{display:none}.dashboard-content-shell{width:100%;min-width:0;max-width:100%;min-height:100vh;overflow-x:hidden}.dashboard-header{z-index:80;border-bottom:1px solid hsl(var(--border));background:hsl(var(--background) / .95);height:5rem;box-shadow:0 1px 0 hsl(var(--border) / .6);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);justify-content:space-between;align-items:center;padding-left:1.25rem;padding-right:1.25rem;display:flex;position:sticky;top:0}.dashboard-main-content{width:100%;min-width:0;max-width:100%;padding:1.25rem;overflow-x:hidden}.dashboard-sidebar-logo{border-bottom:1px solid hsl(var(--border));flex-shrink:0;align-items:center;height:5rem;padding-left:1.5rem;padding-right:1.5rem;display:flex}.dashboard-sidebar-nav{flex:auto;min-height:0;padding:1rem;overflow:hidden auto}.dashboard-sidebar-nav>*+*{margin-top:.5rem}.dashboard-sidebar-footer{flex-shrink:0;padding:1rem}@media (min-width:1024px){.dashboard-sidebar{z-index:90;border-right:1px solid hsl(var(--border));background:hsl(var(--card));flex-direction:column;width:280px;min-width:280px;max-width:280px;height:100dvh;display:flex;position:fixed;inset:0 auto 0 0;overflow:hidden}.dashboard-content-shell{width:calc(100vw - 280px);min-width:0;max-width:calc(100vw - 280px);min-height:100vh;margin-left:280px;overflow-x:hidden}.dashboard-header{width:100%;max-width:100%;padding-left:2rem;padding-right:2rem}.dashboard-main-content{width:100%;min-width:0;max-width:100%;padding:2rem;overflow-x:hidden}}.dashboard-main-content>*{min-width:0;max-width:100%}.dashboard-sidebar-nav::-webkit-scrollbar{width:8px}.dashboard-sidebar-nav::-webkit-scrollbar-track{background:0 0}.dashboard-sidebar-nav::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:999px}.dashboard-sidebar-nav::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .45)}
