:root{--bg:#080c14;--bg-secondary:#050810;--bg-mesh:radial-gradient(ellipse 80% 60% at 20% 0%, #6366f114 0%, transparent 60%), radial-gradient(ellipse 60% 50% at 80% 100%, #3b82f60f 0%, transparent 55%);--surface:#0f1623;--surface-elevated:#141d2e;--surface-hover:#192135;--surface-glass:#0f1623bf;--border:#1e2d45;--border-subtle:#131d2e;--border-accent:#6366f14d;--text-primary:#eef2ff;--text-secondary:#8b9dc3;--text-tertiary:#4a5a7a;--accent:#6366f1;--accent-2:#818cf8;--accent-hover:#7c7ff5;--accent-muted:#312e81;--accent-bg:#6366f11a;--accent-glow:#6366f140;--accent-border:#6366f159;--blue:#3b82f6;--blue-muted:#3b82f61f;--blue-glow:#3b82f633;--success:#10b981;--success-muted:#10b9811f;--success-glow:#10b98133;--warning:#f59e0b;--warning-muted:#f59e0b1f;--danger:#ef4444;--danger-muted:#ef44441f;--danger-glow:#ef444433;--info:#0ea5e9;--info-muted:#0ea5e91f;--icon-indigo-bg:#6366f11f;--icon-indigo:#818cf8;--icon-blue-bg:#3b82f61f;--icon-blue:#60a5fa;--icon-emerald-bg:#10b9811f;--icon-emerald:#34d399;--icon-amber-bg:#f59e0b1f;--icon-amber:#fcd34d;--icon-rose-bg:#f43f5e1f;--icon-rose:#fb7185;--icon-cyan-bg:#06b6d41f;--icon-cyan:#22d3ee;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", "SF Mono", "Fira Code", monospace;--radius-xs:4px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:18px;--radius-2xl:24px;--radius-full:9999px;--shadow-xs:0 1px 3px #0006;--shadow-sm:0 2px 8px #0006, 0 1px 2px #0000004d;--shadow-md:0 4px 16px #00000073, 0 2px 4px #0000004d;--shadow-lg:0 8px 32px #00000080, 0 4px 8px #0000004d;--shadow-xl:0 16px 48px #0000008c, 0 8px 16px #0000004d;--shadow-glow:0 0 24px var(--accent-glow), 0 0 8px var(--accent-glow);--shadow-blue-glow:0 0 24px var(--blue-glow);--shadow-card:0 4px 24px #0006, 0 0 0 1px var(--border-subtle);--ease-micro:.18s cubic-bezier(.25, .1, .25, 1);--ease-layout:.38s cubic-bezier(.25, .1, .25, 1);--ease-spring:.48s cubic-bezier(.34, 1.56, .64, 1);--ease-smooth:.32s cubic-bezier(.4, 0, .2, 1);--sidebar-width:264px;--sidebar-collapsed:72px;--header-height:64px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background:var(--bg);color:var(--text-primary);background-image:var(--bg-mesh);background-attachment:fixed;min-height:100vh;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}.text-display{letter-spacing:-.03em;font-size:2.75rem;font-weight:800;line-height:1.1}.text-h1{letter-spacing:-.02em;font-size:1.875rem;font-weight:700;line-height:1.2}.text-h2{letter-spacing:-.015em;font-size:1.375rem;font-weight:600;line-height:1.3}.text-h3{font-size:1.0625rem;font-weight:600;line-height:1.4}.text-body{font-size:.875rem;font-weight:400;line-height:1.6}.text-small{color:var(--text-secondary);font-size:.8125rem;font-weight:400;line-height:1.5}.text-caption{letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary);font-size:.6875rem;font-weight:500;line-height:1.4}.text-mono{font-family:var(--font-mono)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.93)}to{opacity:1;transform:scale(1)}}@keyframes scaleInBounce{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes pulseBadge{0%{box-shadow:0 0 0 0 var(--accent-glow)}60%{box-shadow:0 0 0 6px #6366f100}to{box-shadow:0 0 #6366f100}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes spin{to{transform:rotate(360deg)}}.animate-fade-in{animation:fadeIn var(--ease-micro) both}.animate-fade-in-up{animation:fadeInUp var(--ease-layout) both}.animate-fade-in-down{animation:fadeInDown var(--ease-layout) both}.animate-slide-in-left{animation:slideInLeft var(--ease-layout) both}.animate-slide-in-right{animation:slideInRight var(--ease-layout) both}.animate-scale-in{animation:scaleIn var(--ease-spring) both}.animate-scale-in-bounce{animation:scaleInBounce var(--ease-spring) both}.delay-1{animation-delay:40ms}.delay-2{animation-delay:80ms}.delay-3{animation-delay:.12s}.delay-4{animation-delay:.16s}.delay-5{animation-delay:.2s}.delay-6{animation-delay:.24s}.delay-7{animation-delay:.28s}.delay-8{animation-delay:.32s}.dashboard-layout{min-height:100vh;display:flex}.main-content{margin-left:var(--sidebar-width);min-height:100vh;transition:margin-left var(--ease-layout);flex-direction:column;flex:1;display:flex}.main-inner{flex:1;width:100%;max-width:1440px;padding:28px 32px 48px}.card{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:all var(--ease-smooth);position:relative}.card:hover{border-color:var(--border);box-shadow:var(--shadow-md)}.card-elevated{background:var(--surface-elevated);border-color:var(--border);box-shadow:var(--shadow-sm)}.card-glass{background:var(--surface-glass);-webkit-backdrop-filter:blur(20px);border:1px solid #ffffff0f}.icon-block{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.icon-block-sm{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.icon-indigo{background:var(--icon-indigo-bg);color:var(--icon-indigo)}.icon-blue{background:var(--icon-blue-bg);color:var(--icon-blue)}.icon-emerald{background:var(--icon-emerald-bg);color:var(--icon-emerald)}.icon-amber{background:var(--icon-amber-bg);color:var(--icon-amber)}.icon-rose{background:var(--icon-rose-bg);color:var(--icon-rose)}.icon-cyan{background:var(--icon-cyan-bg);color:var(--icon-cyan)}.badge{border-radius:var(--radius-full);letter-spacing:.01em;align-items:center;gap:4px;padding:3px 9px;font-size:.72rem;font-weight:600;line-height:1.5;display:inline-flex}.badge-success{background:var(--success-muted);color:var(--success)}.badge-danger{background:var(--danger-muted);color:var(--danger)}.badge-warning{background:var(--warning-muted);color:var(--warning)}.badge-info{background:var(--info-muted);color:var(--info)}.badge-accent{background:var(--accent-bg);color:var(--accent-2)}.badge-neutral{color:var(--text-secondary);background:#8b9dc31a}.btn{font-size:.8125rem;font-weight:500;font-family:var(--font-sans);border-radius:var(--radius-md);cursor:pointer;transition:all var(--ease-smooth);white-space:nowrap;letter-spacing:.01em;border:1px solid #0000;justify-content:center;align-items:center;gap:7px;padding:8px 16px;display:inline-flex}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:0 2px 12px var(--accent-glow)}.btn-primary:hover{background:var(--accent-hover);box-shadow:var(--shadow-glow);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-ghost{color:var(--text-secondary);background:0 0;border-color:#0000}.btn-ghost:hover{background:var(--surface-elevated);color:var(--text-primary)}.btn-outline{color:var(--text-primary);border-color:var(--border);background:0 0}.btn-outline:hover{background:var(--surface-elevated);border-color:var(--accent-border);color:var(--accent-2)}.btn-danger{color:var(--danger);border-color:var(--danger-muted);background:0 0}.btn-danger:hover{background:var(--danger-muted);border-color:var(--danger)}.input{width:100%;font-size:.875rem;font-family:var(--font-sans);background:var(--surface-elevated);color:var(--text-primary);border:1px solid var(--border);border-radius:var(--radius-md);transition:all var(--ease-smooth);outline:none;padding:9px 13px;line-height:1.5}.input::placeholder{color:var(--text-tertiary)}.input:hover{border-color:var(--border);background:var(--surface-hover)}.input:focus{border-color:var(--accent-border);box-shadow:0 0 0 3px var(--accent-bg);background:var(--surface-elevated)}select.input{cursor:pointer}textarea.input{resize:vertical}.divider{background:var(--border-subtle);height:1px}.skeleton{background:linear-gradient(90deg, var(--surface) 25%, var(--surface-elevated) 50%, var(--surface) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.6s infinite shimmer}.status-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.status-dot.online{background:var(--success);box-shadow:0 0 6px var(--success-glow)}.status-dot.offline{background:var(--text-tertiary)}.status-dot.warning{background:var(--warning)}.status-dot.error{background:var(--danger);box-shadow:0 0 6px var(--danger-glow)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-1{flex:1}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-5{gap:20px}.gap-6{gap:24px}.gap-8{gap:32px}.w-full{width:100%}.relative{position:relative}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.uppercase{text-transform:uppercase}.font-mono{font-family:var(--font-mono)}.mt-auto{margin-top:auto}
.Sidebar-module__WZVnLW__sidebar{width:var(--sidebar-width);background:var(--bg-secondary);border-right:1px solid var(--border-subtle);z-index:100;transition:width var(--ease-layout);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden}.Sidebar-module__WZVnLW__sidebar:before{content:"";background:linear-gradient(to bottom, transparent 0%, var(--accent-border) 30%, var(--border-accent) 70%, transparent 100%);opacity:.4;pointer-events:none;width:1px;height:100%;position:absolute;top:0;right:0}.Sidebar-module__WZVnLW__sidebar.Sidebar-module__WZVnLW__collapsed{width:var(--sidebar-collapsed)}.Sidebar-module__WZVnLW__logoSection{border-bottom:1px solid var(--border-subtle);align-items:center;gap:10px;margin-bottom:8px;padding:20px 18px 18px;display:flex;position:relative}.Sidebar-module__WZVnLW__logoMark{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--accent) 0%, var(--blue) 100%);width:34px;height:34px;box-shadow:0 4px 14px var(--accent-glow);transition:box-shadow var(--ease-smooth);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Sidebar-module__WZVnLW__logoMark:hover{box-shadow:0 6px 20px var(--accent-glow)}.Sidebar-module__WZVnLW__logoText{color:var(--text-primary);letter-spacing:-.025em;white-space:nowrap;background:linear-gradient(135deg, var(--text-primary) 0%, var(--accent-2) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.1875rem;font-weight:700}.Sidebar-module__WZVnLW__logoTagline{color:var(--text-tertiary);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;margin-top:-2px;font-size:.625rem;font-weight:500}.Sidebar-module__WZVnLW__logoInfo{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.Sidebar-module__WZVnLW__collapseBtn{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:26px;height:26px;color:var(--text-secondary);cursor:pointer;transition:all var(--ease-micro);opacity:0;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.Sidebar-module__WZVnLW__sidebar:hover .Sidebar-module__WZVnLW__collapseBtn{opacity:1}.Sidebar-module__WZVnLW__collapseBtn:hover{background:var(--surface-elevated);color:var(--text-primary);border-color:var(--accent-border)}.Sidebar-module__WZVnLW__collapseBtn svg{transition:transform var(--ease-smooth)}.Sidebar-module__WZVnLW__rotated{transform:rotate(180deg)}.Sidebar-module__WZVnLW__nav{flex:1;padding:4px 10px;overflow:hidden auto}.Sidebar-module__WZVnLW__navGroup{flex-direction:column;gap:1px;margin-bottom:20px;display:flex}.Sidebar-module__WZVnLW__navLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary);white-space:nowrap;padding:12px 10px 6px;font-size:.625rem;font-weight:600}.Sidebar-module__WZVnLW__navItem{font-size:.8375rem;font-weight:450;font-family:var(--font-sans);color:var(--text-secondary);border-radius:var(--radius-md);cursor:pointer;transition:all var(--ease-smooth);white-space:nowrap;text-align:left;letter-spacing:.005em;background:0 0;border:none;align-items:center;gap:11px;width:100%;padding:9px 10px;text-decoration:none;display:flex;position:relative}.Sidebar-module__WZVnLW__navItem svg{transition:color var(--ease-micro);flex-shrink:0}.Sidebar-module__WZVnLW__navItem:hover{background:var(--surface);color:var(--text-primary)}.Sidebar-module__WZVnLW__navItem:hover svg{color:var(--accent-2)}.Sidebar-module__WZVnLW__navItem.Sidebar-module__WZVnLW__active{background:var(--accent-bg);color:var(--accent-2);font-weight:550}.Sidebar-module__WZVnLW__navItem.Sidebar-module__WZVnLW__active svg{color:var(--accent)}.Sidebar-module__WZVnLW__activeIndicator{background:linear-gradient(to bottom, var(--accent), var(--blue));border-radius:0 3px 3px 0;width:3px;height:18px;animation:.28s cubic-bezier(.34,1.56,.64,1) both Sidebar-module__WZVnLW__scaleInY;position:absolute;top:50%;left:0;transform:translateY(-50%)}@keyframes Sidebar-module__WZVnLW__scaleInY{0%{opacity:0;transform:translateY(-50%)scaleY(0)}to{opacity:1;transform:translateY(-50%)scaleY(1)}}.Sidebar-module__WZVnLW__navSeparator{background:var(--border-subtle);height:1px;margin:6px 4px}.Sidebar-module__WZVnLW__bottomSection{border-top:1px solid var(--border-subtle);flex-direction:column;gap:1px;padding:8px 10px 16px;display:flex}.Sidebar-module__WZVnLW__userCard{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border-subtle);transition:all var(--ease-smooth);cursor:default;align-items:center;gap:10px;margin-top:8px;padding:10px;display:flex}.Sidebar-module__WZVnLW__userCard:hover{border-color:var(--border);background:var(--surface-elevated)}.Sidebar-module__WZVnLW__avatar{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--accent) 0%, var(--blue) 100%);width:34px;height:34px;box-shadow:0 2px 8px var(--accent-glow);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Sidebar-module__WZVnLW__avatar span{color:#fff;letter-spacing:.03em;font-size:.75rem;font-weight:700}.Sidebar-module__WZVnLW__userInfo{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.Sidebar-module__WZVnLW__userName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:600;overflow:hidden}.Sidebar-module__WZVnLW__userRole{color:var(--accent-2);font-size:.6875rem;font-weight:500}.Sidebar-module__WZVnLW__logoutBtn{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-tertiary);cursor:pointer;transition:all var(--ease-micro);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Sidebar-module__WZVnLW__logoutBtn:hover{background:var(--danger-muted);color:var(--danger)}.Sidebar-module__WZVnLW__collapsed .Sidebar-module__WZVnLW__logoSection{justify-content:center;padding:18px 12px}.Sidebar-module__WZVnLW__collapsed .Sidebar-module__WZVnLW__collapseBtn{margin:0;position:static;transform:none}.Sidebar-module__WZVnLW__collapsed .Sidebar-module__WZVnLW__navItem{justify-content:center;padding:10px}.Sidebar-module__WZVnLW__collapsed .Sidebar-module__WZVnLW__userCard{justify-content:center;padding:8px}
.Header-module__hBw1pG__header{height:var(--header-height);border-bottom:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(24px);z-index:50;background:#080c14d1;justify-content:space-between;align-items:center;padding:0 28px;display:flex;position:sticky;top:0}.Header-module__hBw1pG__headerLeft{align-items:center;gap:16px;display:flex}.Header-module__hBw1pG__headerRight{align-items:center;gap:6px;display:flex}.Header-module__hBw1pG__headerTitle{color:var(--text-primary);font-size:1.0625rem;font-weight:600}.Header-module__hBw1pG__headerSubtitle{color:var(--text-tertiary);font-size:.8125rem}.Header-module__hBw1pG__searchWrapper{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);transition:all var(--ease-smooth);align-items:center;gap:8px;min-width:260px;padding:7px 12px;display:flex}.Header-module__hBw1pG__searchWrapper:hover{border-color:var(--border);background:var(--surface-elevated)}.Header-module__hBw1pG__searchFocused{box-shadow:0 0 0 3px var(--accent-bg);min-width:340px;border-color:var(--accent-border)!important;background:var(--surface-elevated)!important}.Header-module__hBw1pG__searchIcon{color:var(--text-tertiary);flex-shrink:0}.Header-module__hBw1pG__searchInput{font-size:.875rem;font-family:var(--font-sans);color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;min-width:0}.Header-module__hBw1pG__searchInput::placeholder{color:var(--text-tertiary)}.Header-module__hBw1pG__searchKbd{font-size:.6875rem;font-family:var(--font-sans);color:var(--text-tertiary);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xs);white-space:nowrap;align-items:center;gap:2px;padding:2px 6px;display:inline-flex}.Header-module__hBw1pG__iconBtn{border-radius:var(--radius-md);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;transition:all var(--ease-micro);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:flex;position:relative}.Header-module__hBw1pG__iconBtn:hover{background:var(--surface);border-color:var(--border-subtle);color:var(--text-primary)}.Header-module__hBw1pG__notifWrapper{position:relative}.Header-module__hBw1pG__notifBadge{color:#fff;background:var(--accent);border-radius:var(--radius-full);border:2px solid var(--bg);justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:.5625rem;font-weight:700;animation:2.4s infinite Header-module__hBw1pG__pulseBadge;display:flex;position:absolute;top:3px;right:3px}@keyframes Header-module__hBw1pG__pulseBadge{0%{box-shadow:0 0 0 0 var(--accent-glow)}60%{box-shadow:0 0 0 5px #6366f100}to{box-shadow:0 0 #6366f100}}.Header-module__hBw1pG__notifDropdown{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-xl);width:380px;box-shadow:var(--shadow-xl), 0 0 0 1px var(--border-subtle);z-index:200;animation:.2s both Header-module__hBw1pG__fadeInDown;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden}@keyframes Header-module__hBw1pG__fadeInDown{0%{opacity:0;transform:translateY(-8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.Header-module__hBw1pG__notifHeader{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:16px 18px 13px;display:flex}.Header-module__hBw1pG__notifTitle{color:var(--text-primary);font-size:.9375rem;font-weight:600}.Header-module__hBw1pG__notifMarkAll{font-size:.75rem;font-weight:500;font-family:var(--font-sans);color:var(--accent-2);cursor:pointer;transition:opacity var(--ease-micro);background:0 0;border:none;align-items:center;gap:4px;display:inline-flex}.Header-module__hBw1pG__notifMarkAll:hover{opacity:.75}.Header-module__hBw1pG__notifList{max-height:360px;overflow-y:auto}.Header-module__hBw1pG__notifItem{transition:background var(--ease-micro);cursor:pointer;border-bottom:1px solid var(--border-subtle);gap:12px;padding:13px 18px;display:flex}.Header-module__hBw1pG__notifItem:last-child{border-bottom:none}.Header-module__hBw1pG__notifItem:hover{background:var(--surface-hover)}.Header-module__hBw1pG__notifItem.Header-module__hBw1pG__unread{background:var(--accent-bg)}.Header-module__hBw1pG__notifItem.Header-module__hBw1pG__unread:hover{background:#6366f126}.Header-module__hBw1pG__notifIcon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.Header-module__hBw1pG__notifContent{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.Header-module__hBw1pG__notifItemTitle{color:var(--text-primary);font-size:.8125rem;font-weight:500}.Header-module__hBw1pG__notifMessage{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.Header-module__hBw1pG__notifTime{color:var(--text-tertiary);margin-top:2px;font-size:.6875rem}.Header-module__hBw1pG__profileWrapper{position:relative}.Header-module__hBw1pG__profileBtn{border-radius:var(--radius-md);cursor:pointer;transition:all var(--ease-smooth);background:0 0;border:1px solid #0000;align-items:center;gap:8px;padding:5px 10px 5px 5px;display:flex}.Header-module__hBw1pG__profileBtn:hover{background:var(--surface);border-color:var(--border-subtle)}.Header-module__hBw1pG__profileAvatar{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--accent) 0%, var(--blue) 100%);width:32px;height:32px;box-shadow:0 0 0 2px var(--bg), 0 0 0 3px var(--accent-border);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Header-module__hBw1pG__profileAvatar span{color:#fff;font-size:.75rem;font-weight:700}.Header-module__hBw1pG__profileNameStack{flex-direction:column;align-items:flex-start;gap:0;display:flex}.Header-module__hBw1pG__profileName{color:var(--text-primary);font-size:.8125rem;font-weight:600;line-height:1.2}.Header-module__hBw1pG__profileSub{color:var(--accent-2);font-size:.6875rem;font-weight:500;line-height:1.2}.Header-module__hBw1pG__chevron{color:var(--text-tertiary);transition:transform var(--ease-smooth);flex-shrink:0}.Header-module__hBw1pG__chevronOpen{transform:rotate(180deg)}.Header-module__hBw1pG__profileDropdown{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-xl);width:240px;box-shadow:var(--shadow-xl);z-index:200;padding:4px;animation:.2s both Header-module__hBw1pG__fadeInDown;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden}.Header-module__hBw1pG__profileInfo{align-items:center;gap:10px;margin-bottom:2px;padding:12px;display:flex}.Header-module__hBw1pG__profileAvatarLg{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--accent) 0%, var(--blue) 100%);width:40px;height:40px;box-shadow:0 0 0 2px var(--surface-elevated), 0 0 0 3.5px var(--accent-border);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Header-module__hBw1pG__profileAvatarLg span{color:#fff;font-size:.9375rem;font-weight:700}.Header-module__hBw1pG__profileNameFull{color:var(--text-primary);font-size:.875rem;font-weight:600;display:block}.Header-module__hBw1pG__profileEmail{color:var(--text-tertiary);font-size:.75rem;display:block}.Header-module__hBw1pG__profileDivider{background:var(--border-subtle);height:1px;margin:4px 8px}.Header-module__hBw1pG__profileMenuItem{width:100%;font-size:.8125rem;font-weight:450;font-family:var(--font-sans);color:var(--text-secondary);border-radius:var(--radius-md);cursor:pointer;transition:all var(--ease-micro);text-align:left;background:0 0;border:none;align-items:center;gap:10px;padding:9px 12px;text-decoration:none;display:flex}.Header-module__hBw1pG__profileMenuItem:hover{background:var(--surface-hover);color:var(--text-primary)}.Header-module__hBw1pG__dangerItem:hover{background:var(--danger-muted);color:var(--danger)}
