.dashboard-root{display:flex;min-height:100vh;background-color:var(--bg)}.dashboard-aside{width:200px;flex-shrink:0;position:sticky;top:0;height:100vh}.dashboard-main{flex:1;padding:2rem 2.5rem;overflow-y:auto;display:flex;justify-content:center}@media (max-width:768px){.dashboard-root{flex-direction:column}.dashboard-aside{width:100%;height:auto;position:sticky;top:0;z-index:10}.dashboard-main{padding:1.25rem 1rem;justify-content:flex-start;flex:1;min-height:0}}.sidebar-inner{display:flex;flex-direction:column;height:100%;padding:2rem 1.25rem;border-right:1px solid var(--border)}.sidebar-brand{margin-bottom:2rem}.sidebar-nav{flex:1}.sidebar-nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.15rem}.sidebar-logout{margin-top:auto}@media (max-width:768px){.sidebar-inner{flex-direction:row;align-items:center;height:48px;padding:0 1rem;border-right:none;border-bottom:1px solid var(--border);background:var(--bg);gap:1rem}.sidebar-brand{margin-bottom:0;display:flex;align-items:center;gap:.75rem;flex-shrink:0}.sidebar-brand-home{display:none}.sidebar-nav{flex:1}.sidebar-nav ul{flex-direction:row;gap:.1rem;align-items:center}.sidebar-logout{margin-top:0;flex-shrink:0}.todo-textarea{min-height:calc(100vh - 48px - 80px)!important}}