.DashboardLayout-module__Ugct9G__dashboardContainer{background:#f8fafc;min-height:100vh;display:flex}.DashboardLayout-module__Ugct9G__sidebar{background:var(--white);border-right:1px solid var(--secondary);z-index:100;flex-direction:column;width:240px;transition:transform .3s,width .3s;display:flex;position:fixed;top:0;bottom:0;left:0}.DashboardLayout-module__Ugct9G__desktopToggleBtn{color:var(--text-sub);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;display:flex}.DashboardLayout-module__Ugct9G__desktopToggleBtn:hover{color:var(--text-main);background:#f1f5f9}.DashboardLayout-module__Ugct9G__sidebar.DashboardLayout-module__Ugct9G__collapsed{transform:translate(-100%)}.DashboardLayout-module__Ugct9G__logo{border-bottom:1px solid var(--secondary);justify-content:space-between;align-items:center;height:clamp(54px,7vh,70px);padding:0 16px;display:flex}.DashboardLayout-module__Ugct9G__viewStoreContainer{padding:clamp(6px,1.2vh,12px) 0 0;display:block}.DashboardLayout-module__Ugct9G__logo h2{letter-spacing:-.5px;color:var(--primary);margin:0;font-size:clamp(18px,2.2vh,20px);font-weight:800}.DashboardLayout-module__Ugct9G__closeBtn{cursor:pointer;color:var(--text-sub);background:0 0;border:none;font-size:24px;display:none}.DashboardLayout-module__Ugct9G__nav{scrollbar-width:thin;flex:1;padding:clamp(8px,1.6vh,20px) 12px;overflow-y:auto}.DashboardLayout-module__Ugct9G__nav ul{flex-direction:column;gap:clamp(4px,.9vh,10px);margin:0;padding:0;list-style:none;display:flex}.DashboardLayout-module__Ugct9G__navLink{color:var(--text-sub);transition:var(--transition-fast);border-radius:12px;align-items:center;gap:10px;padding:clamp(8px,1.1vh,13px) 12px;font-size:clamp(14.5px,1.8vh,17px);font-weight:600;text-decoration:none;display:flex}.DashboardLayout-module__Ugct9G__navLink:hover{color:var(--text-main);background:#f1f5f9}.DashboardLayout-module__Ugct9G__navLink.DashboardLayout-module__Ugct9G__active{color:var(--white);background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 12px #8b5cf64d}.DashboardLayout-module__Ugct9G__navLink.DashboardLayout-module__Ugct9G__active .DashboardLayout-module__Ugct9G__icon{color:#fff!important}.DashboardLayout-module__Ugct9G__icon{align-items:center;font-size:clamp(18px,2.1vh,20px);display:flex}.DashboardLayout-module__Ugct9G__sidebarFooter{border-top:1px solid var(--secondary);padding:clamp(12px,1.8vh,22px) 12px}.DashboardLayout-module__Ugct9G__logoutWrapper{align-items:center;gap:12px;display:flex}.DashboardLayout-module__Ugct9G__avatar{color:#fff;background:#1e293b;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.DashboardLayout-module__Ugct9G__logoutBtn{color:#ef4444;cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:4px 8px;font-size:clamp(14px,1.7vh,16px);font-weight:600;display:flex}.DashboardLayout-module__Ugct9G__logoutBtn:hover{background:#fef2f2}.DashboardLayout-module__Ugct9G__navbar{background:var(--white);border-bottom:1px solid var(--secondary);z-index:90;justify-content:space-between;align-items:center;height:90px;padding:0 40px;display:flex;position:sticky;top:0}.DashboardLayout-module__Ugct9G__navLeft{align-items:center;gap:16px;display:flex}.DashboardLayout-module__Ugct9G__menuBtn{color:var(--text-main);cursor:pointer;background:0 0;border:none;padding:4px;display:none}.DashboardLayout-module__Ugct9G__mainWrapper.DashboardLayout-module__Ugct9G__fullWidth .DashboardLayout-module__Ugct9G__menuBtn{display:block}.DashboardLayout-module__Ugct9G__titleGroup{flex-direction:column;gap:2px;display:flex}.DashboardLayout-module__Ugct9G__pageTitle{color:#1e293b;margin:0;font-size:20px;font-weight:800;line-height:1.2}.DashboardLayout-module__Ugct9G__breadcrumbs{align-items:center;gap:6px;display:flex}.DashboardLayout-module__Ugct9G__breadcrumbItem{color:#94a3b8;align-items:center;gap:6px;font-size:12px;font-weight:500;display:flex}.DashboardLayout-module__Ugct9G__separator{color:#cbd5e1}.DashboardLayout-module__Ugct9G__activeBc{color:#6366f1;font-weight:600}.DashboardLayout-module__Ugct9G__navRight{align-items:center;gap:24px;display:flex}.DashboardLayout-module__Ugct9G__search{color:var(--text-sub);background:#f1f5f9;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;display:flex}.DashboardLayout-module__Ugct9G__search input{background:0 0;border:none;outline:none;width:200px;font-family:inherit;font-size:14px}.DashboardLayout-module__Ugct9G__notificationBtn{color:var(--text-sub);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:relative}.DashboardLayout-module__Ugct9G__notificationBtn:hover{color:var(--text-main)}.DashboardLayout-module__Ugct9G__notificationBtn.DashboardLayout-module__Ugct9G__hasUnread:after{content:"";border:2px solid var(--white);background:#ef4444;border-radius:50%;width:8px;height:8px;position:absolute;top:4px;right:4px}.DashboardLayout-module__Ugct9G__profile{cursor:pointer;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s;display:flex;overflow:hidden}.DashboardLayout-module__Ugct9G__profile:hover{transform:scale(1.05)}.DashboardLayout-module__Ugct9G__profile img{object-fit:cover;width:100%;height:100%}.DashboardLayout-module__Ugct9G__navDropdownWrapper{align-items:center;display:flex;position:relative}.DashboardLayout-module__Ugct9G__dropdownMenu{z-index:200;background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;flex-direction:column;width:320px;margin-top:12px;padding:16px;animation:.2s cubic-bezier(.16,1,.3,1) DashboardLayout-module__Ugct9G__dropdownFadeIn;display:flex;position:absolute;top:100%;right:0;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000000d}@keyframes DashboardLayout-module__Ugct9G__dropdownFadeIn{0%{opacity:0;transform:translateY(8px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.DashboardLayout-module__Ugct9G__profileDropdown{width:260px;padding:14px}.DashboardLayout-module__Ugct9G__dropdownHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.DashboardLayout-module__Ugct9G__dropdownHeader h3{color:#1e293b;margin:0;font-size:15px;font-weight:800}.DashboardLayout-module__Ugct9G__clearAllBtn{color:#6366f1;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:2px 6px;font-size:12px;font-weight:600;transition:all .2s}.DashboardLayout-module__Ugct9G__clearAllBtn:hover{background:#f5f3ff}.DashboardLayout-module__Ugct9G__dropdownContent{scrollbar-width:none;max-height:280px;overflow-y:auto}.DashboardLayout-module__Ugct9G__dropdownContent::-webkit-scrollbar{display:none}.DashboardLayout-module__Ugct9G__notificationsList{flex-direction:column;gap:8px;display:flex}.DashboardLayout-module__Ugct9G__notificationItem{cursor:pointer;background:#f8fafc;border:1px solid #0000;border-radius:12px;flex-direction:column;gap:4px;padding:10px 12px;transition:all .2s;display:flex}.DashboardLayout-module__Ugct9G__notificationItem:hover{background:#f1f5f9;border-color:#e2e8f0}.DashboardLayout-module__Ugct9G__notificationItem.DashboardLayout-module__Ugct9G__unread{background:#f5f3ff;border-color:#ddd6fe}.DashboardLayout-module__Ugct9G__notificationMain{align-items:flex-start;gap:8px;display:flex}.DashboardLayout-module__Ugct9G__notificationMain p{color:#475569;margin:0;font-size:13px;font-weight:500;line-height:1.45}.DashboardLayout-module__Ugct9G__notificationItem.DashboardLayout-module__Ugct9G__unread .DashboardLayout-module__Ugct9G__notificationMain p{color:#1e1b4b;font-weight:600}.DashboardLayout-module__Ugct9G__dot{background:0 0;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:6px}.DashboardLayout-module__Ugct9G__notificationItem.DashboardLayout-module__Ugct9G__unread .DashboardLayout-module__Ugct9G__dot{background:#6366f1}.DashboardLayout-module__Ugct9G__time{color:#94a3b8;align-self:flex-end;font-size:11px;font-weight:500}.DashboardLayout-module__Ugct9G__emptyState{text-align:center;color:#94a3b8;padding:24px;font-size:13px;font-weight:500}.DashboardLayout-module__Ugct9G__profileDropdownHeader{align-items:center;gap:12px;padding:6px 4px;display:flex}.DashboardLayout-module__Ugct9G__profileDropdownMeta{flex-direction:column;min-width:0;display:flex}.DashboardLayout-module__Ugct9G__profileDropdownMeta h4{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;margin:0 0 2px;font-size:14px;font-weight:800;overflow:hidden}.DashboardLayout-module__Ugct9G__profileDropdownMeta span{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.DashboardLayout-module__Ugct9G__largeAvatar{object-fit:cover;border-radius:50%;width:44px;height:44px}.DashboardLayout-module__Ugct9G__largeAvatarLetter{width:44px!important;height:44px!important;font-size:18px!important}.DashboardLayout-module__Ugct9G__navbarAvatar{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:15px;font-weight:700;display:flex}.DashboardLayout-module__Ugct9G__dropdownDivider{background:#e2e8f0;height:1px;margin:10px 0}.DashboardLayout-module__Ugct9G__profileDropdownLinks{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.DashboardLayout-module__Ugct9G__profileDropdownLinks a{color:#475569;border-radius:10px;align-items:center;gap:10px;padding:8px 10px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.DashboardLayout-module__Ugct9G__profileDropdownLinks a:hover{color:#0f172a;background:#f1f5f9}.DashboardLayout-module__Ugct9G__logoutDropdownBtn{color:#ef4444;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:8px 10px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.DashboardLayout-module__Ugct9G__logoutDropdownBtn:hover{background:#fef2f2}.DashboardLayout-module__Ugct9G__mainWrapper{flex-direction:column;width:100%;min-width:0;min-height:100vh;padding-left:240px;transition:padding-left .3s;display:flex}.DashboardLayout-module__Ugct9G__mainWrapper.DashboardLayout-module__Ugct9G__fullWidth{padding-left:0}.DashboardLayout-module__Ugct9G__content{flex:1;min-width:0;padding:32px}.DashboardLayout-module__Ugct9G__contentInner{width:100%;min-width:0;margin:0 auto}@media (max-width:1024px){.DashboardLayout-module__Ugct9G__sidebar{transform:translate(-100%)}.DashboardLayout-module__Ugct9G__sidebar.DashboardLayout-module__Ugct9G__open{transform:translate(0)}.DashboardLayout-module__Ugct9G__closeBtn{display:block}.DashboardLayout-module__Ugct9G__mainWrapper{width:100%;padding-left:0}.DashboardLayout-module__Ugct9G__menuBtn{display:block!important}.DashboardLayout-module__Ugct9G__overlay{z-index:95;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;position:fixed;inset:0}.DashboardLayout-module__Ugct9G__desktopToggleBtn{display:none!important}}@media (max-width:768px){.DashboardLayout-module__Ugct9G__navbar{padding:0 20px}.DashboardLayout-module__Ugct9G__search{display:none}.DashboardLayout-module__Ugct9G__content{padding:20px}.DashboardLayout-module__Ugct9G__sidebar{width:220px!important}.DashboardLayout-module__Ugct9G__logo{height:clamp(48px,8vh,65px)!important;padding:0 12px!important}.DashboardLayout-module__Ugct9G__logo h2{font-size:clamp(14px,2vh,18px)!important}.DashboardLayout-module__Ugct9G__closeBtn{font-size:clamp(20px,2.2vh,24px)!important}.DashboardLayout-module__Ugct9G__viewStoreContainer{padding:clamp(4px,.8vh,8px) 0 0!important}.DashboardLayout-module__Ugct9G__viewStoreContainer a{border-radius:8px!important;width:calc(100% - 24px)!important;margin-bottom:2px!important;padding:clamp(6px,1vh,12px) 12px!important;font-size:clamp(11px,1.6vh,14px)!important}.DashboardLayout-module__Ugct9G__nav{padding:clamp(4px,1vh,12px) 8px!important}.DashboardLayout-module__Ugct9G__nav ul{gap:clamp(2px,.8vh,10px)!important}.DashboardLayout-module__Ugct9G__navLink{border-radius:8px!important;gap:8px!important;padding:clamp(5px,1.1vh,14px) 12px!important;font-size:clamp(12px,1.6vh,15px)!important}.DashboardLayout-module__Ugct9G__icon{font-size:clamp(14px,1.8vh,18px)!important}.DashboardLayout-module__Ugct9G__icon svg{width:clamp(14px,1.8vh,18px)!important;height:clamp(14px,1.8vh,18px)!important}.DashboardLayout-module__Ugct9G__sidebarFooter{padding:clamp(8px,1.5vh,20px) 12px!important}.DashboardLayout-module__Ugct9G__logoutBtn{gap:6px!important;padding:4px 6px!important;font-size:clamp(12px,1.7vh,15px)!important}.DashboardLayout-module__Ugct9G__logoutBtn .DashboardLayout-module__Ugct9G__icon svg{width:clamp(14px,1.8vh,18px)!important;height:clamp(14px,1.8vh,18px)!important}.DashboardLayout-module__Ugct9G__dropdownMenu{width:calc(100vw - 40px)!important;max-width:320px!important;right:-50px!important}}
