.Dashboard-module__VwESta__dashboardContainer{color:#1e293b;background-color:#f9fafb;flex-direction:column;min-height:100vh;transition:background-color .3s,color .3s;display:flex}.Dashboard-module__VwESta__darkMode{color:#f3f4f6;background-color:#111827}.Dashboard-module__VwESta__header{z-index:30;background-color:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:64px;padding:.75rem 1.5rem;transition:background-color .3s,border-color .3s;display:flex;position:fixed;top:0;left:0;right:0}.Dashboard-module__VwESta__darkMode .Dashboard-module__VwESta__header{background-color:#1f2937;border-color:#374151}.Dashboard-module__VwESta__headerLeft{align-items:center;gap:1rem;display:flex}.Dashboard-module__VwESta__menuButton{color:inherit;cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.Dashboard-module__VwESta__menuButton:hover{background-color:#f3f4f6}.Dashboard-module__VwESta__darkMode .Dashboard-module__VwESta__menuButton:hover{background-color:#374151}.Dashboard-module__VwESta__logo{align-items:center;gap:.5rem;display:flex}.Dashboard-module__VwESta__logoText{color:#e53e3e;font-size:1.25rem;font-weight:700}.Dashboard-module__VwESta__searchContainer{flex:1;max-width:400px;margin:0 2rem;position:relative}.Dashboard-module__VwESta__searchInput{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;width:100%;padding:.5rem 1rem .5rem 2.5rem;font-size:.875rem;transition:all .2s}.Dashboard-module__VwESta__searchInput:focus{border-color:#e53e3e;outline:none;box-shadow:0 0 0 3px #e53e3e1a}.Dashboard-module__VwESta__darkMode .Dashboard-module__VwESta__searchInput{color:#f3f4f6;background-color:#374151;border-color:#4b5563}.Dashboard-module__VwESta__searchIcon{color:#9ca3af;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.Dashboard-module__VwESta__headerRight{align-items:center;gap:1rem;display:flex}.Dashboard-module__VwESta__iconButton{color:inherit;cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.Dashboard-module__VwESta__iconButton:hover{background-color:#f3f4f6}.Dashboard-module__VwESta__darkMode .Dashboard-module__VwESta__iconButton:hover{background-color:#374151}.Dashboard-module__VwESta__notificationContainer{position:relative}.Dashboard-module__VwESta__darkModeToggle,.Dashboard-module__VwESta__notificationsButton{color:inherit;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex;position:relative}.Dashboard-module__VwESta__darkModeToggle:hover,.Dashboard-module__VwESta__notificationsButton:hover{background-color:#0000000d}.Dashboard-module__VwESta__darkMode .Dashboard-module__VwESta__darkModeToggle:hover,.Dashboard-module__VwESta__darkMode .Dashboard-module__VwESta__notificationsButton:hover{background-color:#ffffff1a}.Dashboard-module__VwESta__notificationBadge{color:#fff;background-color:#e53e3e;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:0;right:0}.Dashboard-module__VwESta__notificationsWrapper{position:relative}.Dashboard-module__VwESta__notificationsPanel{z-index:100;background-color:#fff;border-radius:8px;width:300px;animation:.2s Dashboard-module__VwESta__fadeIn;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 12px #0000001a}.Dashboard-module__VwESta__darkMode .Dashboard-module__VwESta__notificationsPanel{background-color:#2a2a2a;box-shadow:0 4px 12px #0000004d}@media (max-width:768px){.Dashboard-module__VwESta__searchContainer{display:none}.Dashboard-module__VwESta__mainContent.Dashboard-module__VwESta__sidebarOpen{margin-left:0}.Dashboard-module__VwESta__sidebar{z-index:25;width:100%}}@media (max-width:480px){.Dashboard-module__VwESta__header{padding:.75rem 1rem}.Dashboard-module__VwESta__logoText{font-size:1rem}.Dashboard-module__VwESta__mainContent{padding:1.5rem 1rem}}@keyframes Dashboard-module__VwESta__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Dashboard-module__VwESta__notificationsHeader{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;padding:1rem;display:flex}.Dashboard-module__VwESta__darkMode .Dashboard-module__VwESta__notificationsHeader{border-bottom-color:#333}.Dashboard-module__VwESta__notificationsHeader h3{margin:0;font-size:1rem}.Dashboard-module__VwESta__notificationCount{color:#fff;background-color:#e53e3e;border-radius:12px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.Dashboard-module__VwESta__notificationsList{max-height:300px;overflow-y:auto}.Dashboard-module__VwESta__notificationItem{cursor:pointer;border-bottom:1px solid #edf2f7;padding:1rem;transition:background-color .2s}.Dashboard-module__VwESta__darkMode .Dashboard-module__VwESta__notificationItem{border-bottom-color:#333}.Dashboard-module__VwESta__notificationItem:hover{background-color:#f7fafc}.Dashboard-module__VwESta__darkMode .Dashboard-module__VwESta__notificationItem:hover{background-color:#333}.Dashboard-module__VwESta__notificationItem.Dashboard-module__VwESta__unread{background-color:#ebf8ff}.Dashboard-module__VwESta__darkMode .Dashboard-module__VwESta__notificationItem.Dashboard-module__VwESta__unread{background-color:#2c5282}.Dashboard-module__VwESta__notificationMessage{margin:0 0 .5rem;font-size:.875rem}.Dashboard-module__VwESta__notificationTime{color:#718096;font-size:.75rem}.Dashboard-module__VwESta__darkMode .Dashboard-module__VwESta__notificationTime{color:#a0aec0}.Dashboard-module__VwESta__noNotifications{text-align:center;color:#718096;padding:1rem;font-size:.875rem}.Dashboard-module__VwESta__darkMode .Dashboard-module__VwESta__noNotifications{color:#a0aec0}.Dashboard-module__VwESta__userMenu{cursor:pointer;align-items:center;gap:.5rem;display:flex}.Dashboard-module__VwESta__avatarSmall{border:2px solid #e5e7eb;border-radius:50%;width:32px;height:32px;transition:border-color .2s;overflow:hidden}.Dashboard-module__VwESta__darkMode .Dashboard-module__VwESta__avatarSmall{border-color:#4b5563}.Dashboard-module__VwESta__avatarImage{object-fit:cover;width:100%;height:100%}.Dashboard-module__VwESta__sidebar{z-index:20;background-color:#fff;border-right:1px solid #e5e7eb;flex-direction:column;width:250px;transition:transform .3s,background-color .3s,border-color .3s;display:flex;position:fixed;top:64px;bottom:0;left:0;overflow-y:auto}.Dashboard-module__VwESta__darkMode .Dashboard-module__VwESta__sidebar{background-color:#1f2937;border-color:#374151}.Dashboard-module__VwESta__sidebar.Dashboard-module__VwESta__closed{transform:translate(-100%)}.Dashboard-module__VwESta__avatarContainer{border-bottom:1px solid #e5e7eb;flex-direction:column;align-items:center;padding:2rem 1rem;display:flex}.Dashboard-module__VwESta__darkMode .Dashboard-module__VwESta__avatarContainer{border-color:#374151}.Dashboard-module__VwESta__avatar{border:3px solid #e5e7eb;border-radius:50%;width:80px;height:80px;margin-bottom:1rem;position:relative;overflow:hidden}.Dashboard-module__VwESta__darkMode .Dashboard-module__VwESta__avatar{border-color:#4b5563}.Dashboard-module__VwESta__onlineDot{background-color:#10b981;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;bottom:5px;right:5px}.Dashboard-module__VwESta__darkMode .Dashboard-module__VwESta__onlineDot{border-color:#1f2937}.Dashboard-module__VwESta__username{margin-bottom:.25rem;font-size:1rem;font-weight:600}.Dashboard-module__VwESta__userRole{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.Dashboard-module__VwESta__darkMode .Dashboard-module__VwESta__userRole{color:#9ca3af}.Dashboard-module__VwESta__navLinks{flex-direction:column;padding:1.5rem 0;display:flex}.Dashboard-module__VwESta__navLink{color:inherit;align-items:center;gap:.75rem;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.Dashboard-module__VwESta__navLink:hover{color:#e53e3e;background-color:#f3f4f6}.Dashboard-module__VwESta__darkMode .Dashboard-module__VwESta__navLink:hover{background-color:#374151}.Dashboard-module__VwESta__sidebarFooter{border-top:1px solid #e5e7eb;margin-top:auto;padding:1.5rem}.Dashboard-module__VwESta__darkMode .Dashboard-module__VwESta__sidebarFooter{border-color:#374151}.Dashboard-module__VwESta__logoutButton{color:#ef4444;cursor:pointer;background-color:#f3f4f6;border:none;border-radius:.375rem;align-items:center;gap:.75rem;width:100%;padding:.75rem;font-weight:500;transition:background-color .2s;display:flex}.Dashboard-module__VwESta__logoutButton:hover{background-color:#fee2e2}.Dashboard-module__VwESta__darkMode .Dashboard-module__VwESta__logoutButton{background-color:#374151}.Dashboard-module__VwESta__darkMode .Dashboard-module__VwESta__logoutButton:hover{background-color:#4b5563}.Dashboard-module__VwESta__mainContent{flex:1;margin-top:64px;margin-left:0;padding:2rem;transition:margin-left .3s}.Dashboard-module__VwESta__mainContent.Dashboard-module__VwESta__sidebarOpen{margin-left:250px}@media (max-width:768px){.Dashboard-module__VwESta__searchContainer{display:none}.Dashboard-module__VwESta__mainContent.Dashboard-module__VwESta__sidebarOpen{margin-left:0}.Dashboard-module__VwESta__sidebar{z-index:25;width:100%}}@media (max-width:480px){.Dashboard-module__VwESta__header{padding:.75rem 1rem}.Dashboard-module__VwESta__logoText{font-size:1rem}.Dashboard-module__VwESta__mainContent{padding:1.5rem 1rem}}
