.dashboard-module__XABe8G__dashboardContainer{background:var(--background);height:100vh;display:flex}.dashboard-module__XABe8G__sidebar{background:var(--surface);border-right:1px solid var(--surface-border);flex-direction:column;width:280px;display:flex}.dashboard-module__XABe8G__sidebarHeader{border-bottom:1px solid var(--surface-border);padding:1.5rem}.dashboard-module__XABe8G__sidebarNav{flex-direction:column;flex:1;gap:.5rem;padding:1.5rem;display:flex}.dashboard-module__XABe8G__navItem{border-radius:var(--radius-md);color:var(--text-muted);align-items:center;gap:.75rem;padding:.75rem 1rem;font-weight:500;transition:all .2s;display:flex}.dashboard-module__XABe8G__navItem:hover{background:var(--primary-light);color:var(--primary)}.dashboard-module__XABe8G__navItem.dashboard-module__XABe8G__active{background:var(--primary-light);color:var(--primary);font-weight:600}.dashboard-module__XABe8G__sidebarFooter{border-top:1px solid var(--surface-border);padding:1.5rem}.dashboard-module__XABe8G__userInfo{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.dashboard-module__XABe8G__userAvatar{background:var(--primary-light);width:40px;height:40px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex;overflow:hidden}.dashboard-module__XABe8G__userAvatar img{object-fit:cover;width:100%;height:100%}.dashboard-module__XABe8G__userDetails{flex-direction:column;display:flex}.dashboard-module__XABe8G__userName{font-size:.875rem;font-weight:600}.dashboard-module__XABe8G__userStatus{color:var(--text-muted);font-size:.75rem}.dashboard-module__XABe8G__logoutBtn{width:100%;color:var(--text-muted);cursor:pointer;border-radius:var(--radius-md);background:0 0;border:none;align-items:center;gap:.5rem;padding:.75rem;font-size:.875rem;font-weight:500;transition:background .2s;display:flex}.dashboard-module__XABe8G__logoutBtn:hover{background:var(--surface-border);color:var(--foreground)}.dashboard-module__XABe8G__mainContent{flex-direction:column;flex:1;display:flex;overflow:hidden}.dashboard-module__XABe8G__topbar{background:var(--surface);border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.dashboard-module__XABe8G__topbar h2{font-size:1.25rem;font-weight:700}.dashboard-module__XABe8G__contentArea{flex:1;padding:2rem;overflow-y:auto}.dashboard-module__XABe8G__welcomeBanner{background:linear-gradient(135deg, var(--primary-light), var(--surface));border-radius:var(--radius-lg);border:1px solid var(--surface-border);margin-bottom:2rem;padding:2rem}.dashboard-module__XABe8G__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;display:grid}.dashboard-module__XABe8G__card{padding:1.5rem;transition:transform .2s,box-shadow .2s;display:block}.dashboard-module__XABe8G__card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.dashboard-module__XABe8G__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.dashboard-module__XABe8G__iconWrapper{border-radius:var(--radius-md);justify-content:center;align-items:center;width:48px;height:48px;display:flex}@media (max-width:768px){.dashboard-module__XABe8G__dashboardContainer{flex-direction:column}.dashboard-module__XABe8G__sidebar{border-right:none;border-top:1px solid var(--surface-border);z-index:100;flex-direction:row;width:100%;height:65px;padding:0;position:fixed;bottom:0;left:0}.dashboard-module__XABe8G__sidebarHeader,.dashboard-module__XABe8G__sidebarFooter{display:none}.dashboard-module__XABe8G__sidebarNav{flex-direction:row;justify-content:space-around;align-items:center;gap:0;width:100%;padding:0 .5rem}.dashboard-module__XABe8G__navItem{text-align:center;border-radius:0;flex-direction:column;flex:1;justify-content:center;gap:.25rem;padding:.5rem;font-size:.65rem}.dashboard-module__XABe8G__navItem svg{margin:0 auto}.dashboard-module__XABe8G__navItem:hover{background:0 0}.dashboard-module__XABe8G__navItem.dashboard-module__XABe8G__active{border-top:2px solid var(--primary);background:0 0}.dashboard-module__XABe8G__mainContent{flex:1;height:calc(100vh - 65px);margin-bottom:65px}.dashboard-module__XABe8G__topbar{padding:1rem}.dashboard-module__XABe8G__topbar h2{font-size:1.1rem}.dashboard-module__XABe8G__contentArea{padding:1rem}}
