.Sidebar-module__Knr6yG__sidebar{background:var(--secondary-900);width:280px;height:100vh;color:var(--gray-200);z-index:var(--z-fixed);box-shadow:var(--shadow-2xl);flex-direction:column;transition:width .2s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;overflow-x:hidden}.Sidebar-module__Knr6yG__sidebar.Sidebar-module__Knr6yG__collapsed{width:80px;transition:width .2s cubic-bezier(.4,0,.2,1)}.Sidebar-module__Knr6yG__sidebarHeader{border-bottom:1px solid var(--secondary-700);background:0 0;justify-content:space-between;align-items:center;height:72px;margin-bottom:20px;padding:0 20px;display:flex}.Sidebar-module__Knr6yG__logo{align-items:center;gap:12px;display:flex;overflow:hidden}.Sidebar-module__Knr6yG__logoIcon{flex-shrink:0}.Sidebar-module__Knr6yG__logoText{flex-direction:column;display:flex}.Sidebar-module__Knr6yG__logoTitle{font-size:18px;font-weight:var(--font-bold);background:linear-gradient(135deg, var(--primary-400) 0%, var(--primary-500) 100%);color:#0000;-webkit-background-clip:text;background-clip:text;line-height:1.2}.Sidebar-module__Knr6yG__logoSubtitle{color:var(--gray-500);letter-spacing:.5px;font-size:10px}.Sidebar-module__Knr6yG__toggleBtn{background:var(--secondary-800);border:1px solid var(--secondary-700);color:var(--gray-400);cursor:pointer;border-radius:var(--radius-lg);flex-shrink:0;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.Sidebar-module__Knr6yG__toggleBtn:hover{background:var(--primary-600);border-color:var(--primary-500);color:#fff;transform:scale(1.05)}.Sidebar-module__Knr6yG__toggleBtn svg{width:18px;height:18px}.Sidebar-module__Knr6yG__userProfile{background:var(--secondary-800);border-radius:var(--radius-xl);border:1px solid var(--secondary-700);align-items:center;gap:12px;margin:0 12px 20px;padding:16px 20px;display:flex}.Sidebar-module__Knr6yG__userAvatar{border-radius:var(--radius-lg);background:var(--gradient-primary);width:48px;height:48px;font-size:18px;font-weight:var(--font-bold);color:#fff;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Sidebar-module__Knr6yG__userInfo{flex:1;min-width:0}.Sidebar-module__Knr6yG__userName{font-size:14px;font-weight:var(--font-semibold);color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;overflow:hidden}.Sidebar-module__Knr6yG__userRole{color:var(--gray-500);font-size:11px}.Sidebar-module__Knr6yG__sidebarNav{flex:1;padding:0 12px;overflow-y:auto}.Sidebar-module__Knr6yG__sidebarNav::-webkit-scrollbar{width:4px}.Sidebar-module__Knr6yG__sidebarNav::-webkit-scrollbar-track{background:var(--secondary-800);border-radius:4px}.Sidebar-module__Knr6yG__sidebarNav::-webkit-scrollbar-thumb{background:var(--secondary-700);border-radius:4px}.Sidebar-module__Knr6yG__sidebarNav::-webkit-scrollbar-thumb:hover{background:var(--primary-600)}.Sidebar-module__Knr6yG__navSection{margin-bottom:24px}.Sidebar-module__Knr6yG__navSectionTitle{font-size:11px;font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.5px;color:var(--gray-600);margin-bottom:12px;padding:0 12px}.Sidebar-module__Knr6yG__navItem{color:var(--gray-400);border-radius:var(--radius-lg);align-items:center;gap:12px;margin-bottom:4px;padding:10px 12px;text-decoration:none;transition:all .2s;display:flex;position:relative;overflow:hidden}.Sidebar-module__Knr6yG__navItem:before{content:"";background:var(--primary-500);width:3px;transition:transform .2s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.Sidebar-module__Knr6yG__navItem:hover{background:var(--secondary-800);color:#fff}.Sidebar-module__Knr6yG__navItem.Sidebar-module__Knr6yG__active{color:var(--white);background:#0596691a}.Sidebar-module__Knr6yG__navItem.Sidebar-module__Knr6yG__active:before{transform:scaleY(1)}.Sidebar-module__Knr6yG__navItem.Sidebar-module__Knr6yG__active .Sidebar-module__Knr6yG__navIcon{color:var(--primary-400)}.Sidebar-module__Knr6yG__navIcon{width:20px;min-width:20px;height:20px;color:var(--gray-500);transition:color .2s}.Sidebar-module__Knr6yG__navItem:hover .Sidebar-module__Knr6yG__navIcon{color:var(--primary-400)}.Sidebar-module__Knr6yG__badge{font-size:10px;font-weight:var(--font-semibold);border-radius:var(--radius-full);margin-left:auto;padding:2px 6px}.Sidebar-module__Knr6yG__badgeNew{background:var(--primary-600);color:#fff}.Sidebar-module__Knr6yG__badgeCount{background:var(--rose-500);color:#fff;text-align:center;min-width:20px}.Sidebar-module__Knr6yG__sidebarFooter{border-top:1px solid var(--secondary-700);background:0 0;margin-top:auto;padding:20px}.Sidebar-module__Knr6yG__logoutBtn{border-radius:var(--radius-lg);width:100%;color:var(--rose-400);cursor:pointer;font-size:14px;font-weight:var(--font-medium);background:#ef44440d;border:1px solid #ef444426;align-items:center;gap:12px;padding:10px 12px;transition:all .2s;display:flex}.Sidebar-module__Knr6yG__logoutBtn:hover{color:var(--rose-300);background:#ef44441a;border-color:#ef444440;transform:translateY(-1px)}.Sidebar-module__Knr6yG__logoutBtn:hover .Sidebar-module__Knr6yG__navIcon{color:var(--rose-400)}.Sidebar-module__Knr6yG__versionInfo{text-align:center;color:var(--gray-600);margin-top:12px;font-size:10px}.Sidebar-module__Knr6yG__sidebar.Sidebar-module__Knr6yG__collapsed .Sidebar-module__Knr6yG__sidebarHeader{justify-content:center;padding:0}.Sidebar-module__Knr6yG__sidebar.Sidebar-module__Knr6yG__collapsed .Sidebar-module__Knr6yG__toggleBtn{background:var(--primary-600);border:2px solid var(--white);z-index:1;position:absolute;right:-12px}.Sidebar-module__Knr6yG__sidebar.Sidebar-module__Knr6yG__collapsed .Sidebar-module__Knr6yG__navItem{justify-content:center;padding:10px}.Sidebar-module__Knr6yG__sidebar.Sidebar-module__Knr6yG__collapsed .Sidebar-module__Knr6yG__navItem span,.Sidebar-module__Knr6yG__sidebar.Sidebar-module__Knr6yG__collapsed .Sidebar-module__Knr6yG__navSectionTitle{display:none}.Sidebar-module__Knr6yG__sidebar.Sidebar-module__Knr6yG__collapsed .Sidebar-module__Knr6yG__sidebarFooter{padding:20px 12px}.Sidebar-module__Knr6yG__sidebar.Sidebar-module__Knr6yG__collapsed .Sidebar-module__Knr6yG__logoutBtn span{display:none}.Sidebar-module__Knr6yG__sidebar.Sidebar-module__Knr6yG__collapsed .Sidebar-module__Knr6yG__logoutBtn{justify-content:center;padding:10px}.Sidebar-module__Knr6yG__navItem{animation:none}.Sidebar-module__Knr6yG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:var(--z-modal-backdrop);background:#0009;animation:.2s Sidebar-module__Knr6yG__fadeIn;position:fixed;inset:0}@keyframes Sidebar-module__Knr6yG__fadeIn{0%{opacity:0}to{opacity:1}}.Sidebar-module__Knr6yG__mobileSidebar{background:var(--secondary-900);width:280px;height:100vh;z-index:var(--z-modal);box-shadow:var(--shadow-2xl);flex-direction:column;transition:transform .2s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;transform:translate(-100%)}.Sidebar-module__Knr6yG__mobileSidebar.Sidebar-module__Knr6yG__open{transform:translate(0)}.Sidebar-module__Knr6yG__mobileSidebarHeader{border-bottom:1px solid var(--secondary-700);background:0 0;justify-content:space-between;align-items:center;height:72px;padding:0 20px;display:flex}.Sidebar-module__Knr6yG__mobileSidebarHeader button{background:var(--secondary-800);cursor:pointer;color:var(--gray-400);border-radius:var(--radius-lg);border:none;align-items:center;padding:8px;transition:all .2s;display:flex}.Sidebar-module__Knr6yG__mobileSidebarHeader button:hover{background:var(--secondary-700);color:#fff}.Sidebar-module__Knr6yG__mobileSidebarHeader svg{width:20px;height:20px}.Sidebar-module__Knr6yG__mobileUserProfile{background:var(--secondary-800);border-radius:var(--radius-xl);border:1px solid var(--secondary-700);align-items:center;gap:12px;margin:16px;padding:20px;display:flex}.Sidebar-module__Knr6yG__mobileSidebarNav{flex:1;padding:0 16px;overflow-y:auto}.Sidebar-module__Knr6yG__mobileNavItem{color:var(--gray-400);border-radius:var(--radius-lg);align-items:center;gap:12px;margin-bottom:4px;padding:12px 16px;text-decoration:none;transition:all .2s;display:flex}.Sidebar-module__Knr6yG__mobileNavItem:hover,.Sidebar-module__Knr6yG__mobileNavItem.Sidebar-module__Knr6yG__active{background:var(--secondary-800);color:#fff}.Sidebar-module__Knr6yG__mobileNavItem.Sidebar-module__Knr6yG__active .Sidebar-module__Knr6yG__navIcon{color:var(--primary-400)}.Sidebar-module__Knr6yG__mobileSidebarFooter{border-top:1px solid var(--secondary-700);background:0 0;padding:20px}@media (min-width:769px){.Sidebar-module__Knr6yG__overlay,.Sidebar-module__Knr6yG__mobileSidebar{display:none}}@media (max-width:768px){.Sidebar-module__Knr6yG__sidebar{display:none}}.Sidebar-module__Knr6yG__dropdownHeader{border-radius:var(--radius-md,6px);width:100%;color:var(--gray-300);font-size:14px;font-weight:var(--font-semibold);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:0 0;border:none;justify-content:space-between;align-items:center;padding:8px 12px;transition:all .2s;display:flex}.Sidebar-module__Knr6yG__dropdownHeader:hover,.Sidebar-module__Knr6yG__dropdownHeaderOpen{background:var(--secondary-800);color:var(--white)}.Sidebar-module__Knr6yG__dropdownHeaderActive{color:var(--primary-400);background:#05966914}.Sidebar-module__Knr6yG__dropdownHeaderActive:hover{background:#05966926}.Sidebar-module__Knr6yG__dropdownHeaderRight{align-items:center;gap:8px;display:flex}.Sidebar-module__Knr6yG__activeIndicator{background:var(--primary-400);border-radius:50%;width:6px;height:6px;animation:2s infinite Sidebar-module__Knr6yG__pulse}@keyframes Sidebar-module__Knr6yG__pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.Sidebar-module__Knr6yG__dropdownChevron{width:16px;height:16px;color:var(--gray-500);flex-shrink:0;transition:all .2s}.Sidebar-module__Knr6yG__dropdownHeader:hover .Sidebar-module__Knr6yG__dropdownChevron,.Sidebar-module__Knr6yG__dropdownHeaderActive .Sidebar-module__Knr6yG__dropdownChevron{color:var(--primary-400)}.Sidebar-module__Knr6yG__dropdownSubGroupLabel{font-size:10px;font-weight:var(--font-semibold);color:var(--gray-400);letter-spacing:.3px;margin-top:2px;padding:2px 8px;transition:color .2s}.Sidebar-module__Knr6yG__dropdownSubGroupLabelActive{color:var(--primary-400)}.Sidebar-module__Knr6yG__dropdownItem{border-radius:var(--radius-sm,4px);width:100%;color:var(--gray-300);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;margin-left:12px;padding:5px 8px;font-size:14px;transition:all .15s;display:flex;position:relative}.Sidebar-module__Knr6yG__dropdownItem:hover{background:var(--secondary-800);color:var(--white);transform:translate(2px)}.Sidebar-module__Knr6yG__dropdownItem:active{transform:scale(.98)}.Sidebar-module__Knr6yG__dropdownItemActive{color:var(--white);font-weight:var(--font-medium);background:#0596691a}.Sidebar-module__Knr6yG__dropdownItemActive:before{content:"";background:var(--primary-400);border-radius:0 2px 2px 0;width:2px;position:absolute;top:4px;bottom:4px;left:0}.Sidebar-module__Knr6yG__dropdownItemActive .Sidebar-module__Knr6yG__dropdownItemIcon{color:var(--primary-400)}.Sidebar-module__Knr6yG__dropdownItemIcon{width:14px;min-width:14px;height:14px;color:var(--gray-500);transition:color .15s}.Sidebar-module__Knr6yG__dropdownItem:hover .Sidebar-module__Knr6yG__dropdownItemIcon{color:var(--primary-400)}body.Sidebar-module__Knr6yG__theme-dark .Sidebar-module__Knr6yG__dropdownHeaderActive{color:var(--primary-400);background:#0596691f}body.Sidebar-module__Knr6yG__theme-dark .Sidebar-module__Knr6yG__dropdownHeaderActive:hover{background:#05966933}body.Sidebar-module__Knr6yG__theme-dark .Sidebar-module__Knr6yG__dropdownItemActive{color:var(--white);background:#05966926}body.Sidebar-module__Knr6yG__theme-dark .Sidebar-module__Knr6yG__dropdownSubGroupLabelActive{color:var(--primary-400)}body.Sidebar-module__Knr6yG__theme-light .Sidebar-module__Knr6yG__dropdownHeaderActive{color:var(--primary-400);background:#05966914}body.Sidebar-module__Knr6yG__theme-light .Sidebar-module__Knr6yG__dropdownHeaderActive:hover{background:#05966926}body.Sidebar-module__Knr6yG__theme-light .Sidebar-module__Knr6yG__dropdownItemActive{color:var(--white);background:#0596691a}body.Sidebar-module__Knr6yG__theme-light .Sidebar-module__Knr6yG__dropdownSubGroupLabelActive{color:var(--primary-400)}
.Header-module__bywqEq__header{z-index:99;height:72px;transition:all var(--transition-base) var(--transition-ease);justify-content:space-between;align-items:center;width:100%;padding:0 32px;display:flex;position:sticky;top:0}.Header-module__bywqEq__headerDark{background:var(--secondary-800);border-bottom:1px solid var(--secondary-700)}.Header-module__bywqEq__headerLight{background:var(--white);border-bottom:1px solid var(--gray-200)}.Header-module__bywqEq__headerLeft{flex:none;align-items:center;gap:20px;display:flex}.Header-module__bywqEq__headerCenter{flex:1;justify-content:center;align-items:center;gap:8px;display:flex}.Header-module__bywqEq__headerRight{flex:none;align-items:center;gap:12px;display:flex}.Header-module__bywqEq__menuBtn{cursor:pointer;border-radius:var(--radius-lg);transition:all var(--transition-base) var(--transition-ease);background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex}.Header-module__bywqEq__menuBtn svg{width:24px;height:24px}.Header-module__bywqEq__menuDark svg{color:var(--gray-400)}.Header-module__bywqEq__menuLight svg{color:var(--gray-700)}.Header-module__bywqEq__menuDark:hover{background:var(--secondary-700)}.Header-module__bywqEq__menuLight:hover{background:var(--gray-100)}.Header-module__bywqEq__pageTitle{font-size:var(--font-xl);font-weight:var(--font-semibold);letter-spacing:-.01em}.Header-module__bywqEq__titleDark{color:var(--white)}.Header-module__bywqEq__titleLight{color:var(--secondary-900)}.Header-module__bywqEq__navDropdown{position:relative}.Header-module__bywqEq__navDropdownBtn{border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-base) var(--transition-ease);font-size:var(--font-sm);font-weight:var(--font-medium);white-space:nowrap;background:0 0;border:none;align-items:center;gap:6px;padding:5px 3px;display:flex}.Header-module__bywqEq__navDark{color:var(--gray-300)}.Header-module__bywqEq__navLight{color:var(--gray-700)}.Header-module__bywqEq__navDark:hover{background:var(--secondary-700);color:var(--white)}.Header-module__bywqEq__navLight:hover{background:var(--gray-100);color:var(--secondary-900)}.Header-module__bywqEq__navDropdownBtn.Header-module__bywqEq__active{background:var(--primary-50);color:var(--primary-600)}.Header-module__bywqEq__navDark.Header-module__bywqEq__active{color:var(--primary-400);background:#3b82f626}.Header-module__bywqEq__navLight.Header-module__bywqEq__active{background:var(--primary-50);color:var(--primary-600)}.Header-module__bywqEq__navChevron{width:14px;height:14px;transition:transform var(--transition-base) var(--transition-ease)}.Header-module__bywqEq__navChevron.Header-module__bywqEq__chevronRotated{transform:rotate(180deg)}.Header-module__bywqEq__navDropdownMenu{border-radius:var(--radius-xl);min-width:220px;box-shadow:var(--shadow-xl);z-index:var(--z-dropdown);animation:Header-module__bywqEq__slideDown .2s var(--transition-ease);margin-top:12px;position:absolute;top:100%;left:50%;overflow:hidden;transform:translate(-50%)}.Header-module__bywqEq__dropdownDark{background:var(--secondary-800);border:1px solid var(--secondary-700)}.Header-module__bywqEq__dropdownLight{background:var(--white);border:1px solid var(--gray-200)}.Header-module__bywqEq__navDropdownHeader{font-size:var(--font-sm);font-weight:var(--font-semibold);border-bottom:1px solid var(--gray-200);align-items:center;gap:10px;padding:12px 16px;display:flex}.Header-module__bywqEq__dropdownDark .Header-module__bywqEq__navDropdownHeader{background:var(--secondary-900);color:var(--white);border-bottom:1px solid var(--secondary-700)}.Header-module__bywqEq__dropdownLight .Header-module__bywqEq__navDropdownHeader{background:var(--gray-50);color:var(--secondary-900);border-bottom:1px solid var(--gray-200)}.Header-module__bywqEq__navDropdownItems{padding:6px}.Header-module__bywqEq__dropdownSubGroup{margin-bottom:4px}.Header-module__bywqEq__dropdownSubGroup:last-child{margin-bottom:0}.Header-module__bywqEq__dropdownSubGroupLabel{font-size:10px;font-weight:var(--font-semibold);color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;margin-top:4px;padding:4px 12px 2px}.Header-module__bywqEq__dropdownDark .Header-module__bywqEq__dropdownSubGroupLabel{color:var(--gray-400)}.Header-module__bywqEq__dropdownLight .Header-module__bywqEq__dropdownSubGroupLabel{color:var(--gray-500)}.Header-module__bywqEq__navDropdownItem{border-radius:var(--radius-lg);transition:all var(--transition-base) var(--transition-ease);font-size:var(--font-sm);align-items:center;gap:10px;padding:8px 12px;text-decoration:none;display:flex}.Header-module__bywqEq__dropdownDark .Header-module__bywqEq__navDropdownItem{color:var(--gray-200)}.Header-module__bywqEq__dropdownLight .Header-module__bywqEq__navDropdownItem{color:var(--gray-700)}.Header-module__bywqEq__navDropdownItem:hover{background:var(--gray-50)}.Header-module__bywqEq__dropdownDark .Header-module__bywqEq__navDropdownItem:hover{background:var(--secondary-700);color:var(--white)}.Header-module__bywqEq__dropdownLight .Header-module__bywqEq__navDropdownItem:hover{background:var(--gray-50);color:var(--secondary-900)}.Header-module__bywqEq__navDropdownItemIcon{width:16px;min-width:16px;height:16px;color:var(--gray-500)}.Header-module__bywqEq__dropdownDark .Header-module__bywqEq__navDropdownItem:hover .Header-module__bywqEq__navDropdownItemIcon{color:var(--primary-400)}.Header-module__bywqEq__dropdownLight .Header-module__bywqEq__navDropdownItem:hover .Header-module__bywqEq__navDropdownItemIcon{color:var(--primary-500)}.Header-module__bywqEq__dropdownBadge{font-size:8px;font-weight:var(--font-semibold);background:var(--primary-500);color:#fff;border-radius:var(--radius-full);margin-left:auto;padding:1px 6px;line-height:1.4}.Header-module__bywqEq__themeToggleBtn{border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-base) var(--transition-ease);font-size:var(--font-xs);font-weight:var(--font-medium);border:none;align-items:center;gap:6px;padding:8px 14px;display:flex}.Header-module__bywqEq__themeDark{background:var(--secondary-700);color:var(--gray-300);border:1px solid var(--secondary-600)}.Header-module__bywqEq__themeLight{background:var(--gray-100);color:var(--gray-700);border:1px solid var(--gray-200)}.Header-module__bywqEq__themeToggleBtn:hover{transform:scale(1.05)}.Header-module__bywqEq__themeDark:hover{background:var(--secondary-600);color:var(--white)}.Header-module__bywqEq__themeLight:hover{background:var(--gray-200)}.Header-module__bywqEq__themeIcon{width:18px;height:18px}.Header-module__bywqEq__themeLabel{font-size:var(--font-xs)}.Header-module__bywqEq__notificationMenu{position:relative}.Header-module__bywqEq__notificationBtn{cursor:pointer;border-radius:var(--radius-lg);transition:all var(--transition-base) var(--transition-ease);background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex;position:relative}.Header-module__bywqEq__notificationBtn svg{width:22px;height:22px}.Header-module__bywqEq__notifDark svg{color:var(--gray-400)}.Header-module__bywqEq__notifLight svg{color:var(--gray-600)}.Header-module__bywqEq__notifDark:hover{background:var(--secondary-700)}.Header-module__bywqEq__notifLight:hover{background:var(--gray-100)}.Header-module__bywqEq__notificationBtn.Header-module__bywqEq__active{background:var(--primary-50)}.Header-module__bywqEq__notificationBtn.Header-module__bywqEq__active svg{color:var(--primary-600)}.Header-module__bywqEq__badge{background:var(--rose-500);color:var(--white);font-size:var(--font-xs);font-weight:var(--font-semibold);border-radius:var(--radius-full);text-align:center;min-width:18px;box-shadow:var(--shadow-sm);padding:2px 6px;position:absolute;top:0;right:0}.Header-module__bywqEq__notificationDropdown{border-radius:var(--radius-xl);width:380px;box-shadow:var(--shadow-xl);z-index:var(--z-dropdown);animation:Header-module__bywqEq__slideDown .2s var(--transition-ease);margin-top:12px;position:absolute;top:100%;right:0;overflow:hidden}@keyframes Header-module__bywqEq__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__bywqEq__dropdownHeader{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.Header-module__bywqEq__dropdownDark .Header-module__bywqEq__dropdownHeader{border-bottom:1px solid var(--secondary-700)}.Header-module__bywqEq__dropdownLight .Header-module__bywqEq__dropdownHeader{border-bottom:1px solid var(--gray-200)}.Header-module__bywqEq__dropdownHeader h3{font-size:var(--font-base);font-weight:var(--font-semibold);margin:0}.Header-module__bywqEq__dropdownDark .Header-module__bywqEq__dropdownHeader h3{color:var(--white)}.Header-module__bywqEq__dropdownLight .Header-module__bywqEq__dropdownHeader h3{color:var(--secondary-900)}.Header-module__bywqEq__markAllRead{font-size:var(--font-xs);color:var(--primary-600);cursor:pointer;font-weight:var(--font-medium);background:0 0;border:none}.Header-module__bywqEq__markAllRead:hover{text-decoration:underline}.Header-module__bywqEq__notificationList{max-height:400px;overflow-y:auto}.Header-module__bywqEq__notificationItem{transition:background var(--transition-base) var(--transition-ease);cursor:pointer;gap:12px;padding:12px 20px;display:flex}.Header-module__bywqEq__dropdownDark .Header-module__bywqEq__notificationItem{color:var(--gray-200)}.Header-module__bywqEq__dropdownLight .Header-module__bywqEq__notificationItem{color:var(--gray-700)}.Header-module__bywqEq__notificationItem:hover{background:var(--gray-50)}.Header-module__bywqEq__dropdownDark .Header-module__bywqEq__notificationItem:hover{background:var(--secondary-700)}.Header-module__bywqEq__dropdownLight .Header-module__bywqEq__notificationItem:hover{background:var(--gray-50)}.Header-module__bywqEq__notificationItem.Header-module__bywqEq__unread{background:var(--primary-50)}.Header-module__bywqEq__dropdownDark .Header-module__bywqEq__notificationItem.Header-module__bywqEq__unread{background:#3b82f626}.Header-module__bywqEq__dropdownLight .Header-module__bywqEq__notificationItem.Header-module__bywqEq__unread{background:var(--primary-50)}.Header-module__bywqEq__notificationItem.Header-module__bywqEq__unread:hover{background:var(--primary-100)}.Header-module__bywqEq__dropdownDark .Header-module__bywqEq__notificationItem.Header-module__bywqEq__unread:hover{background:#3b82f640}.Header-module__bywqEq__dropdownLight .Header-module__bywqEq__notificationItem.Header-module__bywqEq__unread:hover{background:var(--primary-100)}.Header-module__bywqEq__notificationIcon{background:var(--gray-100);border-radius:var(--radius-lg);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Header-module__bywqEq__dropdownDark .Header-module__bywqEq__notificationIcon{background:var(--secondary-700)}.Header-module__bywqEq__dropdownLight .Header-module__bywqEq__notificationIcon{background:var(--gray-100)}.Header-module__bywqEq__notificationIcon svg{width:18px;height:18px;color:var(--gray-500)}.Header-module__bywqEq__notificationContent{flex:1}.Header-module__bywqEq__notificationContent p{font-size:var(--font-sm);font-weight:var(--font-medium);margin:0 0 4px}.Header-module__bywqEq__dropdownDark .Header-module__bywqEq__notificationContent p{color:var(--gray-200)}.Header-module__bywqEq__dropdownLight .Header-module__bywqEq__notificationContent p{color:var(--gray-700)}.Header-module__bywqEq__notificationContent span{font-size:var(--font-xs);color:var(--gray-400)}.Header-module__bywqEq__dropdownFooter{border-top:1px solid var(--gray-200);text-align:center;padding:12px 20px}.Header-module__bywqEq__dropdownDark .Header-module__bywqEq__dropdownFooter{border-top:1px solid var(--secondary-700)}.Header-module__bywqEq__dropdownLight .Header-module__bywqEq__dropdownFooter{border-top:1px solid var(--gray-200)}.Header-module__bywqEq__dropdownFooter button{color:var(--primary-600);font-size:var(--font-sm);font-weight:var(--font-medium);cursor:pointer;background:0 0;border:none}.Header-module__bywqEq__dropdownFooter button:hover{text-decoration:underline}.Header-module__bywqEq__userMenu{position:relative}.Header-module__bywqEq__userBtn{cursor:pointer;border-radius:var(--radius-xl);transition:all var(--transition-base) var(--transition-ease);background:0 0;border:none;align-items:center;gap:10px;padding:6px 8px 6px 6px;display:flex}.Header-module__bywqEq__userDark:hover{background:var(--secondary-700)}.Header-module__bywqEq__userLight:hover{background:var(--gray-100)}.Header-module__bywqEq__userBtn.Header-module__bywqEq__active{background:var(--primary-50)}.Header-module__bywqEq__userAvatar{border-radius:var(--radius-lg);background:var(--gradient-primary);justify-content:center;align-items:center;width:38px;height:38px;display:flex;overflow:hidden}.Header-module__bywqEq__userAvatar img{object-fit:cover;width:100%;height:100%}.Header-module__bywqEq__initials{font-size:var(--font-sm);font-weight:var(--font-semibold);color:var(--white)}.Header-module__bywqEq__userInfo{text-align:left;flex-direction:column;display:flex}.Header-module__bywqEq__userName{font-size:var(--font-sm);font-weight:var(--font-semibold);line-height:1.3}.Header-module__bywqEq__nameDark{color:var(--white)}.Header-module__bywqEq__nameLight{color:var(--gray-700)}.Header-module__bywqEq__userRole{font-size:var(--font-xs)}.Header-module__bywqEq__roleDark{color:var(--gray-400)}.Header-module__bywqEq__roleLight{color:var(--gray-500)}.Header-module__bywqEq__chevron{width:16px;height:16px;color:var(--gray-500);transition:transform var(--transition-base) var(--transition-ease)}.Header-module__bywqEq__chevronRotated{transform:rotate(180deg)}.Header-module__bywqEq__dropdownMenu{border-radius:var(--radius-xl);width:280px;box-shadow:var(--shadow-xl);z-index:var(--z-dropdown);animation:Header-module__bywqEq__slideDown .2s var(--transition-ease);margin-top:12px;position:absolute;top:100%;right:0;overflow:hidden}.Header-module__bywqEq__userPreview{border-bottom:1px solid var(--gray-200);align-items:center;gap:12px;padding:20px;display:flex}.Header-module__bywqEq__dropdownDark .Header-module__bywqEq__userPreview{background:var(--secondary-900);border-bottom:1px solid var(--secondary-700)}.Header-module__bywqEq__dropdownLight .Header-module__bywqEq__userPreview{background:var(--gray-50);border-bottom:1px solid var(--gray-200)}.Header-module__bywqEq__previewAvatar{border-radius:var(--radius-lg);background:var(--gradient-primary);width:48px;height:48px;font-size:var(--font-lg);font-weight:var(--font-bold);color:var(--white);justify-content:center;align-items:center;display:flex;overflow:hidden}.Header-module__bywqEq__previewAvatar img{object-fit:cover;width:100%;height:100%}.Header-module__bywqEq__previewInfo{flex:1}.Header-module__bywqEq__previewName{font-size:var(--font-sm);font-weight:var(--font-semibold);margin-bottom:4px}.Header-module__bywqEq__dropdownDark .Header-module__bywqEq__previewName{color:var(--white)}.Header-module__bywqEq__dropdownLight .Header-module__bywqEq__previewName{color:var(--secondary-900)}.Header-module__bywqEq__previewEmail{font-size:var(--font-xs);color:var(--gray-500);word-break:break-all}.Header-module__bywqEq__menuItems{padding:8px}.Header-module__bywqEq__menuItems button{text-align:left;cursor:pointer;border-radius:var(--radius-lg);width:100%;transition:all var(--transition-base) var(--transition-ease);font-size:var(--font-sm);background:0 0;border:none;align-items:center;gap:12px;padding:10px 12px;display:flex}.Header-module__bywqEq__dropdownDark .Header-module__bywqEq__menuItems button{color:var(--gray-200)}.Header-module__bywqEq__dropdownLight .Header-module__bywqEq__menuItems button{color:var(--gray-700)}.Header-module__bywqEq__menuItems button svg{width:18px;height:18px;color:var(--gray-500)}.Header-module__bywqEq__dropdownDark .Header-module__bywqEq__menuItems button:hover{background:var(--secondary-700)}.Header-module__bywqEq__dropdownLight .Header-module__bywqEq__menuItems button:hover{background:var(--gray-50)}.Header-module__bywqEq__menuItems hr{border:none;border-top:1px solid var(--gray-200);margin:8px 0}.Header-module__bywqEq__hrDark{border-top:1px solid var(--secondary-700)}.Header-module__bywqEq__hrLight{border-top:1px solid var(--gray-200)}.Header-module__bywqEq__logoutBtn,.Header-module__bywqEq__logoutBtn svg{color:var(--rose-500)!important}.Header-module__bywqEq__logoutBtn:hover{background:var(--rose-50)!important}.Header-module__bywqEq__dropdownDark .Header-module__bywqEq__logoutBtn:hover{background:#ef44441a!important}.Header-module__bywqEq__dropdownLight .Header-module__bywqEq__logoutBtn:hover{background:var(--rose-50)!important}@media (max-width:1200px){.Header-module__bywqEq__headerCenter{gap:4px}.Header-module__bywqEq__navDropdownBtn{font-size:var(--font-xs);padding:6px 12px}}@media (max-width:1024px){.Header-module__bywqEq__header{padding:0 20px}.Header-module__bywqEq__headerCenter{gap:2px}.Header-module__bywqEq__navDropdownBtn{font-size:var(--font-xs);padding:6px 10px}.Header-module__bywqEq__navDropdownBtn span{font-size:11px}.Header-module__bywqEq__userInfo{display:none}.Header-module__bywqEq__userBtn{padding:6px}.Header-module__bywqEq__userAvatar{width:36px;height:36px}}@media (max-width:768px){.Header-module__bywqEq__header{height:64px;padding:0 16px}.Header-module__bywqEq__headerCenter{display:none}.Header-module__bywqEq__pageTitle{font-size:var(--font-base)}.Header-module__bywqEq__notificationDropdown{width:320px;right:-60px}.Header-module__bywqEq__dropdownMenu{width:260px}.Header-module__bywqEq__userPreview{padding:16px}}@media (max-width:480px){.Header-module__bywqEq__notificationDropdown{width:calc(100vw - 32px);right:-16px}.Header-module__bywqEq__themeLabel{display:none}.Header-module__bywqEq__themeToggleBtn{padding:8px}}
.LocationSelect-module__kwmbUq__locationSelect{border-radius:var(--radius-md);border:1px solid var(--border-color,var(--gray-300));background:var(--bg-input,var(--white));color:var(--text-primary,var(--secondary-700));font-size:var(--font-sm);font-weight:var(--font-medium);cursor:pointer;box-shadow:var(--shadow-sm);transition:all var(--transition-base) var(--transition-ease);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;outline:none;min-width:140px;min-height:38px;padding:8px 32px 8px 14px}.LocationSelect-module__kwmbUq__locationSelect:hover{border-color:var(--border-hover,var(--gray-400));box-shadow:var(--shadow-md)}.LocationSelect-module__kwmbUq__locationSelect:focus{border-color:var(--primary-500);outline:none;box-shadow:0 0 0 3px #3b82f61a}.LocationSelect-module__kwmbUq__locationSelect:disabled{opacity:.6;cursor:not-allowed}.LocationSelect-module__kwmbUq__locationSelect option{background:var(--bg-card,var(--white));color:var(--text-primary,var(--secondary-800));padding:8px 12px}body.theme-dark .LocationSelect-module__kwmbUq__locationSelect{background:var(--bg-input,#1e293b);border-color:var(--border-color,#334155);color:var(--text-primary,#f8fafc);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 8L1 3h10z'/%3E%3C/svg%3E")}body.theme-dark .LocationSelect-module__kwmbUq__locationSelect option{background:var(--bg-card,#1e293b);color:var(--text-primary,#f8fafc)}body.theme-dark .LocationSelect-module__kwmbUq__locationSelect option:hover{background:var(--bg-hover,#334155)}body.LocationSelect-module__kwmbUq__theme-light .LocationSelect-module__kwmbUq__locationSelect{background:var(--bg-input,#fff);border-color:var(--border-color,#e2e8f0);color:var(--text-primary,#0f172a);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E")}body.LocationSelect-module__kwmbUq__theme-light .LocationSelect-module__kwmbUq__locationSelect:hover{border-color:var(--border-hover,#cbd5e1)}body.LocationSelect-module__kwmbUq__theme-light .LocationSelect-module__kwmbUq__locationSelect:focus{border-color:var(--primary-500,#3b82f6);box-shadow:0 0 0 3px #3b82f61a}body.LocationSelect-module__kwmbUq__theme-light .LocationSelect-module__kwmbUq__locationSelect option{background:var(--bg-card,#fff);color:var(--text-primary,#0f172a)}@media (max-width:768px){.LocationSelect-module__kwmbUq__locationSelect{font-size:var(--font-xs);min-width:100px;min-height:34px;padding:6px 28px 6px 12px}}@media (max-width:480px){.LocationSelect-module__kwmbUq__locationSelect{font-size:var(--font-xs);min-width:80px;min-height:30px;padding:4px 24px 4px 10px}}.LocationSelect-module__kwmbUq__locationSelect{border:1px solid var(--border-color,#e2e8f0);border-radius:var(--radius-md,6px);background-color:var(--bg-card,#fff);color:var(--text-primary,#1a202c);cursor:pointer;outline:none;min-width:120px;padding:6px 12px;font-size:14px;transition:all .2s}.LocationSelect-module__kwmbUq__locationSelect:hover{border-color:var(--primary-400,#93c5fd)}.LocationSelect-module__kwmbUq__locationSelect:focus{border-color:var(--primary-500,#3b82f6);box-shadow:0 0 0 3px #3b82f61a}body.theme-dark .LocationSelect-module__kwmbUq__locationSelect{background-color:var(--brand-power-700,#1e293b);border-color:var(--brand-power-600,#334155);color:var(--gray-200,#e2e8f0)}body.theme-dark .LocationSelect-module__kwmbUq__locationSelect:hover{border-color:var(--brand-power-500,#475569)}body.theme-dark .LocationSelect-module__kwmbUq__locationSelect:focus{border-color:var(--brand-alert-500,#f59e0b);box-shadow:0 0 0 3px #f59e0b26}.LocationSelect-module__kwmbUq__locationSelect option{padding:4px 8px}
