.AdminShell-module__LTzAtG__shell{min-height:100vh;display:flex}.AdminShell-module__LTzAtG__sidebar{width:var(--sidebar-width);background:linear-gradient(180deg,#0a1628 0%,var(--brand-navy-dark)40%,var(--brand-navy)100%);z-index:100;transition:width var(--transition-normal);border-right:1px solid #ffffff08;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden}.AdminShell-module__LTzAtG__sidebar.AdminShell-module__LTzAtG__collapsed{width:var(--sidebar-collapsed)}.AdminShell-module__LTzAtG__logo{border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;min-height:72px;padding:20px;display:flex}.AdminShell-module__LTzAtG__logoMedia{justify-content:flex-start;align-items:center;width:104px;min-width:104px;height:38px;display:flex;position:relative}.AdminShell-module__LTzAtG__logoImage{object-fit:contain;width:auto;max-width:104px;height:auto;max-height:38px}.AdminShell-module__LTzAtG__logoIcon{background:linear-gradient(135deg,var(--brand-green),#4ad65e);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;animation:3s ease-in-out infinite AdminShell-module__LTzAtG__logoPulse;display:flex;box-shadow:0 4px 15px #39b54a59}@keyframes AdminShell-module__LTzAtG__logoPulse{0%,to{box-shadow:0 4px 15px #39b54a59}50%{box-shadow:0 4px 25px #39b54a80}}.AdminShell-module__LTzAtG__logoLetter{color:#fff;font-size:1.15rem;font-weight:800}.AdminShell-module__LTzAtG__logoTextWrap{flex-direction:column;display:flex}.AdminShell-module__LTzAtG__logoText{color:#fff;white-space:nowrap;letter-spacing:-.01em;font-size:1.1rem;font-weight:700}.AdminShell-module__LTzAtG__logoDomain{color:#ffffff4d;white-space:nowrap;letter-spacing:.02em;font-size:.6rem}.AdminShell-module__LTzAtG__greeting{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.AdminShell-module__LTzAtG__greetingText{color:#ffffffbf;white-space:nowrap;font-size:.8rem;font-weight:600}.AdminShell-module__LTzAtG__greetingTime{color:#ffffff4d;font-variant-numeric:tabular-nums;font-size:.7rem}.AdminShell-module__LTzAtG__nav{flex:1;padding:8px;overflow:hidden auto}.AdminShell-module__LTzAtG__navGroup{margin-bottom:6px}.AdminShell-module__LTzAtG__navGroupTitle{color:#ffffff40;text-transform:uppercase;letter-spacing:.12em;white-space:nowrap;padding:10px 14px 5px;font-size:.6rem;font-weight:700;display:block}.AdminShell-module__LTzAtG__navItem{color:#ffffff8c;transition:all var(--transition-fast);white-space:nowrap;border-radius:10px;align-items:center;gap:12px;margin-bottom:2px;padding:10px 14px;display:flex;position:relative}.AdminShell-module__LTzAtG__navItem:hover{color:#ffffffe6;background:#ffffff0f;transform:translate(2px)}.AdminShell-module__LTzAtG__navItem.AdminShell-module__LTzAtG__active{color:#fff;background:#39b54a1f;font-weight:600;box-shadow:inset 0 0 20px #39b54a0d}.AdminShell-module__LTzAtG__activeIndicator{background:var(--brand-green);border-radius:0 3px 3px 0;width:3px;height:22px;position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:0 0 12px #39b54a99}.AdminShell-module__LTzAtG__navIcon{flex-shrink:0;justify-content:center;align-items:center;width:20px;display:flex}.AdminShell-module__LTzAtG__navLabel{font-size:.85rem}.AdminShell-module__LTzAtG__sidebarFooter{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:8px;padding:12px;display:flex}.AdminShell-module__LTzAtG__userInfo{align-items:center;gap:10px;display:flex;overflow:hidden}.AdminShell-module__LTzAtG__avatar{border-radius:var(--radius-full);background:linear-gradient(135deg,var(--brand-gold),#f7d476);width:36px;height:36px;color:var(--brand-navy-dark);flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex;box-shadow:0 2px 8px #f4b2234d}.AdminShell-module__LTzAtG__userDetails{flex-direction:column;display:flex;overflow:hidden}.AdminShell-module__LTzAtG__userName{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:600;overflow:hidden}.AdminShell-module__LTzAtG__userRole{color:#ffffff59;text-transform:uppercase;letter-spacing:.05em;font-size:.6rem}.AdminShell-module__LTzAtG__collapseBtn{color:#fff6;width:32px;height:32px;transition:all var(--transition-fast);background:#ffffff0d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.AdminShell-module__LTzAtG__collapseBtn:hover{color:#fff;background:#ffffff1a}.AdminShell-module__LTzAtG__domainBadge{color:#fff3;letter-spacing:.02em;align-items:center;gap:6px;padding:8px 20px 14px;font-size:.6rem;display:flex}.AdminShell-module__LTzAtG__main{margin-left:var(--sidebar-width);min-height:100vh;transition:margin-left var(--transition-normal);background:var(--bg-primary);flex:1}.AdminShell-module__LTzAtG__main.AdminShell-module__LTzAtG__mainCollapsed{margin-left:var(--sidebar-collapsed)}.AdminShell-module__LTzAtG__topbar{z-index:50;height:var(--topbar-height);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:0 var(--space-lg);background:#fffc;border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.AdminShell-module__LTzAtG__topbarLeft,.AdminShell-module__LTzAtG__topbarRight{align-items:center;gap:var(--space-md);display:flex}.AdminShell-module__LTzAtG__pageTitle{color:var(--text-primary);letter-spacing:-.01em;font-size:1.1rem;font-weight:700}.AdminShell-module__LTzAtG__topbarUser{align-items:center;gap:8px;display:flex}.AdminShell-module__LTzAtG__topbarAvatar{border-radius:var(--radius-full);background:linear-gradient(135deg,var(--brand-navy),var(--brand-navy-light));color:#fff;justify-content:center;align-items:center;width:32px;height:32px;font-size:.7rem;font-weight:700;display:flex}.AdminShell-module__LTzAtG__topbarName{color:var(--text-primary);font-size:.85rem;font-weight:600}.AdminShell-module__LTzAtG__mobileMenuBtn{width:40px;height:40px;color:var(--text-primary);background:0 0;border-radius:10px;justify-content:center;align-items:center;display:none}.AdminShell-module__LTzAtG__logoutBtn{gap:6px}.AdminShell-module__LTzAtG__content{padding:var(--space-lg);min-height:calc(100vh - var(--topbar-height))}.AdminShell-module__LTzAtG__overlay{display:none}@media (max-width:768px){.AdminShell-module__LTzAtG__sidebar{transform:translate(-100%)}.AdminShell-module__LTzAtG__sidebar.AdminShell-module__LTzAtG__mobileOpen{box-shadow:var(--shadow-xl);transform:translate(0)}.AdminShell-module__LTzAtG__sidebar.AdminShell-module__LTzAtG__collapsed{width:var(--sidebar-width)}.AdminShell-module__LTzAtG__main,.AdminShell-module__LTzAtG__main.AdminShell-module__LTzAtG__mainCollapsed{margin-left:0}.AdminShell-module__LTzAtG__mobileMenuBtn{display:flex}.AdminShell-module__LTzAtG__logoutText,.AdminShell-module__LTzAtG__topbarName{display:none}.AdminShell-module__LTzAtG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99;background:#0009;display:block;position:fixed;inset:0}.AdminShell-module__LTzAtG__content{padding:var(--space-md)}}
