.DashboardHeader-module__W1hZUG__header{background:linear-gradient(180deg,var(--primary)0%,var(--primary-dark)100%);z-index:100;border-bottom:1px solid #ffffff1a;height:96px;position:fixed;top:0;right:0;box-shadow:0 2px 10px #0000001a}.DashboardHeader-module__W1hZUG__headerContent{justify-content:center;align-items:center;gap:1.5rem;height:100%;padding:0 2rem;display:flex}.DashboardHeader-module__W1hZUG__leftSection{flex:1;align-items:center;display:flex}.DashboardHeader-module__W1hZUG__logoContainer{flex:none;justify-content:center;align-items:center;display:flex}.DashboardHeader-module__W1hZUG__logo{object-fit:contain;width:auto;max-width:260px;height:72px}.DashboardHeader-module__W1hZUG__rightSection{flex:1;justify-content:flex-end;align-items:center;gap:1rem;display:flex}.DashboardHeader-module__W1hZUG__notificationButton{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:relative}.DashboardHeader-module__W1hZUG__notificationButton:hover{background:#fff3;transform:scale(1.05)}.DashboardHeader-module__W1hZUG__notificationBadge{color:#fff;border:2px solid var(--primary);background:#ff6b6b;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:600;display:flex;position:absolute;top:-2px;right:-2px}.DashboardHeader-module__W1hZUG__userSection{position:relative}.DashboardHeader-module__W1hZUG__userButton{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:12px;align-items:center;gap:.75rem;min-width:200px;padding:.5rem 1rem;transition:all .3s;display:flex}.DashboardHeader-module__W1hZUG__userButton:hover{background:#fff3;transform:translateY(-1px)}.DashboardHeader-module__W1hZUG__userAvatar{background:linear-gradient(135deg,var(--secondary)0%,var(--secondary-dark)100%);width:32px;height:32px;color:var(--primary);border:2px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;display:flex;overflow:hidden}.DashboardHeader-module__W1hZUG__userAvatar img{object-fit:cover;width:100%;height:100%}.DashboardHeader-module__W1hZUG__userInfo{flex-direction:column;flex:1;align-items:flex-start;min-width:0;display:flex}.DashboardHeader-module__W1hZUG__userName{white-space:nowrap;text-overflow:ellipsis;color:#fff;font-size:.85rem;font-weight:600;line-height:1.2;overflow:hidden}.DashboardHeader-module__W1hZUG__userEmail{color:#ffffffb3;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;line-height:1.2;overflow:hidden}.DashboardHeader-module__W1hZUG__chevron{flex-shrink:0;transition:transform .3s}.DashboardHeader-module__W1hZUG__chevron.DashboardHeader-module__W1hZUG__rotated{transform:rotate(180deg)}.DashboardHeader-module__W1hZUG__dropdown{background:linear-gradient(180deg,var(--primary)0%,var(--primary-dark)100%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;border:1px solid #ffffff1a;border-radius:12px;width:280px;animation:.3s DashboardHeader-module__W1hZUG__dropdownSlideIn;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 8px 32px #0000004d}@keyframes DashboardHeader-module__W1hZUG__dropdownSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.DashboardHeader-module__W1hZUG__dropdownHeader{border-bottom:1px solid #ffffff1a;align-items:center;gap:1rem;padding:1.5rem;display:flex}.DashboardHeader-module__W1hZUG__dropdownAvatar{background:linear-gradient(135deg,var(--secondary)0%,var(--secondary-dark)100%);width:40px;height:40px;color:var(--primary);border:2px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:flex;overflow:hidden}.DashboardHeader-module__W1hZUG__dropdownAvatar img{object-fit:cover;width:100%;height:100%}.DashboardHeader-module__W1hZUG__dropdownUserInfo{flex-direction:column;flex:1;min-width:0;display:flex}.DashboardHeader-module__W1hZUG__dropdownUserName{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.DashboardHeader-module__W1hZUG__dropdownUserEmail{color:#ffffffb3;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.DashboardHeader-module__W1hZUG__dropdownDivider{background:#ffffff1a;height:1px;margin:.5rem 0}.DashboardHeader-module__W1hZUG__dropdownItem{color:#fffc;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1.5rem;font-size:.85rem;text-decoration:none;transition:all .3s;display:flex}.DashboardHeader-module__W1hZUG__dropdownItem:hover{color:#fff;background:#ffffff1a}.DashboardHeader-module__W1hZUG__logoutItem{color:#fff9}.DashboardHeader-module__W1hZUG__logoutItem:hover{color:#ff6b6b;background:#ff6b6b1a}@media (max-width:768px){.DashboardHeader-module__W1hZUG__header{height:82px;left:0!important}.DashboardHeader-module__W1hZUG__headerContent{gap:1rem;padding:0 1rem}.DashboardHeader-module__W1hZUG__logoContainer{flex:1}.DashboardHeader-module__W1hZUG__userButton{min-width:auto;padding:.5rem}.DashboardHeader-module__W1hZUG__userInfo{display:none}.DashboardHeader-module__W1hZUG__dropdown{width:260px;right:-1rem}.DashboardHeader-module__W1hZUG__notificationButton{width:40px;height:40px}}@media (max-width:480px){.DashboardHeader-module__W1hZUG__headerContent{gap:.75rem;padding:0 .75rem}.DashboardHeader-module__W1hZUG__logo{max-width:180px;height:48px}.DashboardHeader-module__W1hZUG__notificationButton{width:40px;height:40px}.DashboardHeader-module__W1hZUG__userButton{padding:.4rem}.DashboardHeader-module__W1hZUG__userAvatar{width:28px;height:28px;font-size:.8rem}.DashboardHeader-module__W1hZUG__dropdown{width:240px;right:-.5rem}}
.Sidebar-module__chRhja__sidebar{background:var(--gradient-primary);z-index:150;width:240px;height:100svh;min-height:100svh;box-shadow:var(--shadow-sm);border-right:1px solid #ffffff1a;flex-direction:column;transition:width .3s;display:flex;position:fixed;top:0;left:0}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed{width:70px}.Sidebar-module__chRhja__sidebarHeader{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;min-height:80px;padding:1.5rem;display:flex}.Sidebar-module__chRhja__logoContainer{justify-content:center;align-items:center;gap:.75rem;width:100%;transition:opacity .3s;display:flex}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__logoContainer{opacity:0;pointer-events:none}.Sidebar-module__chRhja__logo{object-fit:contain;width:auto;max-width:140px;height:48px}.Sidebar-module__chRhja__sidebarNav{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;gap:.5rem;padding:1.5rem 1rem;display:flex;overflow-y:auto}.Sidebar-module__chRhja__sidebarNav::-webkit-scrollbar{display:none}.Sidebar-module__chRhja__sidebarFooter{border-top:1px solid #ffffff1a;flex-direction:column;gap:.5rem;padding:1rem 1.5rem;display:flex}.Sidebar-module__chRhja__navLink{color:#fffc;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:.75rem;margin:.25rem 0;padding:.75rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex;position:relative}.Sidebar-module__chRhja__navText{transition:opacity .3s}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__navText{opacity:0;pointer-events:none}.Sidebar-module__chRhja__navLink svg{color:#fffc;flex-shrink:0;transition:color .3s}.Sidebar-module__chRhja__navLink:hover:not(.Sidebar-module__chRhja__active){color:#fff;background:#ffffff1a;border-color:#ffffff1a;transform:translate(4px);box-shadow:0 2px 8px #0000001a}.Sidebar-module__chRhja__navLink:hover:not(.Sidebar-module__chRhja__active) svg{color:#fff}.Sidebar-module__chRhja__navLink.Sidebar-module__chRhja__active{background:var(--gradient-secondary);color:var(--primary);border-color:#b889464d;font-weight:600;transform:translate(4px);box-shadow:0 4px 16px #b889464d}.Sidebar-module__chRhja__navLink.Sidebar-module__chRhja__active svg{color:var(--primary)}.Sidebar-module__chRhja__navLink.Sidebar-module__chRhja__active:before{content:"";background:var(--gradient-secondary);border-radius:0 2px 2px 0;width:3px;height:60%;position:absolute;top:50%;left:-1px;transform:translateY(-50%)}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__navLink.Sidebar-module__chRhja__active:before{display:none}.Sidebar-module__chRhja__subNavLink{border-left:2px solid #ffffff26;border-radius:8px;margin-left:1.5rem;padding-left:1.5rem;font-size:.8rem;position:relative}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__subNavLink{border-left:none;margin-left:0;padding-left:1rem}.Sidebar-module__chRhja__subNavLink:before{content:"";background-color:#0000;border-radius:0 1px 1px 0;width:2px;transition:background-color .3s;position:absolute;top:0;bottom:0;left:-2px}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__subNavLink:before{display:none}.Sidebar-module__chRhja__subNavLink:hover:not(.Sidebar-module__chRhja__active){background:#ffffff14;border-left-color:#ffffff4d}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__subNavLink:hover:not(.Sidebar-module__chRhja__active){border-left-color:#0000}.Sidebar-module__chRhja__subNavLink.Sidebar-module__chRhja__active:before{background:var(--gradient-secondary)}.Sidebar-module__chRhja__subNavLink.Sidebar-module__chRhja__active{background:var(--gradient-secondary);color:var(--primary);border-left-color:var(--secondary);font-weight:600;transform:translate(2px);box-shadow:0 2px 12px #b8894640}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__subNavLink.Sidebar-module__chRhja__active{border-left-color:#0000;transform:none}.Sidebar-module__chRhja__expandableItem{flex-direction:column;margin:.25rem 0;display:flex}.Sidebar-module__chRhja__expandableButton{color:#fffc;white-space:nowrap;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.85rem;font-weight:500;transition:all .3s;display:flex;position:relative}.Sidebar-module__chRhja__expandableButton svg{color:#fffc;flex-shrink:0;transition:color .3s}.Sidebar-module__chRhja__expandableButton:hover:not(.Sidebar-module__chRhja__active){color:#fff;background:#ffffff1a;border-color:#ffffff1a;transform:translate(4px);box-shadow:0 2px 8px #0000001a}.Sidebar-module__chRhja__expandableButton:hover:not(.Sidebar-module__chRhja__active) svg{color:#fff}.Sidebar-module__chRhja__expandableButton.Sidebar-module__chRhja__active{background:var(--gradient-secondary);color:var(--primary);border-color:#b889464d;font-weight:600;transform:translate(4px);box-shadow:0 4px 16px #b889464d}.Sidebar-module__chRhja__expandableButton.Sidebar-module__chRhja__active svg{color:var(--primary)}.Sidebar-module__chRhja__expandableButton.Sidebar-module__chRhja__active:before{content:"";background:var(--gradient-secondary);border-radius:0 2px 2px 0;width:3px;height:60%;position:absolute;top:50%;left:-1px;transform:translateY(-50%)}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__expandableButton.Sidebar-module__chRhja__active:before{display:none}.Sidebar-module__chRhja__expandIcon{margin-left:auto;transition:transform .3s}.Sidebar-module__chRhja__expandIcon.Sidebar-module__chRhja__expanded{transform:rotate(180deg)}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__expandIcon{display:none}.Sidebar-module__chRhja__subItems{flex-direction:column;gap:.25rem;margin-top:.25rem;padding-left:.5rem;animation:.3s Sidebar-module__chRhja__slideDown;display:flex}@keyframes Sidebar-module__chRhja__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__subItems{padding-left:0}.Sidebar-module__chRhja__logoutLink{color:#fff9;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-top:1.5rem;padding-top:1rem}.Sidebar-module__chRhja__logoutLink:hover{color:#ff6b6b;background:#ff6b6b1a;border-color:#ff6b6b33;transform:translate(4px);box-shadow:0 2px 8px #ff6b6b33}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__logoutLink{transform:none}.Sidebar-module__chRhja__logoutLink:hover svg{color:#ff6b6b}.Sidebar-module__chRhja__collapseButton{background:var(--gradient-secondary);color:var(--primary);cursor:pointer;z-index:160;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:.5rem;transition:all .3s;display:flex;position:absolute;top:50%;right:-15px;transform:translateY(-50%);box-shadow:0 2px 8px #0003}.Sidebar-module__chRhja__collapseButton:hover{background:var(--gradient-primary);color:#fff;transform:translateY(-50%)scale(1.1);box-shadow:0 4px 12px #0000004d}.Sidebar-module__chRhja__mobileToggle{z-index:1001;background:var(--gradient-primary);color:#fff;cursor:pointer;border:1px solid #ffffff1a;border-radius:12px;padding:.75rem;transition:all .3s;display:none;position:fixed;top:1rem;left:1rem;box-shadow:0 4px 20px #00000026}.Sidebar-module__chRhja__mobileToggle:hover{background:linear-gradient(135deg,var(--primary-dark)0%,var(--primary)100%);transform:scale(1.05);box-shadow:0 6px 25px #0003}.Sidebar-module__chRhja__overlay{z-index:999;opacity:0;background:#1c2d4599;animation:.3s forwards Sidebar-module__chRhja__fadeIn;display:none;position:fixed;inset:0}@keyframes Sidebar-module__chRhja__slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes Sidebar-module__chRhja__fadeIn{to{opacity:1}}.Sidebar-module__chRhja__navLink{animation:.3s Sidebar-module__chRhja__slideIn}.Sidebar-module__chRhja__navLink:first-child{animation-delay:.1s}.Sidebar-module__chRhja__navLink:nth-child(2){animation-delay:.2s}.Sidebar-module__chRhja__navLink:nth-child(3){animation-delay:.3s}.Sidebar-module__chRhja__navLink:nth-child(4){animation-delay:.4s}.Sidebar-module__chRhja__navLink:nth-child(5){animation-delay:.5s}.Sidebar-module__chRhja__navLink:nth-child(6){animation-delay:.6s}@media (max-width:768px){.Sidebar-module__chRhja__sidebar{z-index:1000;-webkit-overflow-scrolling:touch;width:280px;height:100svh;transition:left .3s;position:fixed;left:-280px;overflow-y:auto}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__open{left:0}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed{width:280px}.Sidebar-module__chRhja__collapseButton{display:none}.Sidebar-module__chRhja__mobileToggle,.Sidebar-module__chRhja__overlay{display:block}.Sidebar-module__chRhja__logo{max-width:120px;height:40px}.Sidebar-module__chRhja__sidebarHeader{padding:1.25rem}.Sidebar-module__chRhja__sidebarNav{padding:1.25rem .75rem}.Sidebar-module__chRhja__sidebarFooter{padding:.75rem 1.25rem}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__logoContainer,.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__navText{opacity:1;pointer-events:auto}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__subNavLink{border-left:2px solid #ffffff26;margin-left:1.5rem;padding-left:1.5rem}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__subNavLink:before{display:block}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__subNavLink.Sidebar-module__chRhja__active{border-left-color:var(--secondary);transform:translate(2px)}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__navLink.Sidebar-module__chRhja__active:before{display:block}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__logoutLink{transform:translate(4px)}}@media (max-width:480px){.Sidebar-module__chRhja__sidebar{width:260px;left:-260px}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed{width:260px}.Sidebar-module__chRhja__logo{max-width:100px;height:36px}.Sidebar-module__chRhja__navLink{padding:.6rem .75rem;font-size:.8rem}.Sidebar-module__chRhja__subNavLink{margin-left:1.25rem;padding-left:1.25rem;font-size:.75rem}}
