@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Cormorant+Garamond:wght@400;500;600;700&display=swap";
:root{--brand-accent:#3ec6c6;--brand-accent-hover:#55d4d4;--brand-accent-muted:#3ec6c61f;--brand-secondary:#7c8cf5;--brand-gradient:linear-gradient(135deg, #3ec6c6 0%, #7c8cf5 50%, #a78bfa 100%);--bg-primary:#f7f8fa;--bg-secondary:#eef0f4;--bg-card:#fff;--bg-glass:#ffffffb8;--bg-input:#f2f3f7;--text-primary:#0f1419;--text-secondary:#3d4854;--text-muted:#7a8694;--border:#00000012;--border-strong:#0000001c;--shadow-sm:0 2px 8px #0000000a;--shadow-md:0 8px 32px #0000000f;--shadow-lg:0 16px 48px #00000014;--shadow-glow:0 0 30px #3ec6c61f;--dot-pattern:transparent;--logo-filter:none}[data-theme=dark]{--bg-primary:#0b0d10;--bg-secondary:#12151a;--bg-card:#181b22;--bg-glass:#181b22b8;--bg-input:#1c1f27;--text-primary:#e8ecf0;--text-secondary:#9da5b0;--text-muted:#5a6370;--border:#ffffff0f;--border-strong:#ffffff1a;--shadow-sm:0 2px 8px #0003;--shadow-md:0 8px 32px #0006;--shadow-lg:0 16px 48px #00000080;--shadow-glow:0 0 40px var(--brand-accent-muted,#3ec6c626);--dot-pattern:radial-gradient(circle, #ffffff05 1px, transparent 1px);--logo-filter:invert(1) brightness(1.8)}:root{--status-online:#27b263;--status-busy:#f59e0b;--status-offline:#ef4444}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;scroll-behavior:smooth}[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{background:var(--bg-primary);background-image:var(--dot-pattern);color:var(--text-primary);-webkit-font-smoothing:antialiased;background-size:24px 24px;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;transition:background-color .4s,color .3s}h1,h2,h3,h4{letter-spacing:-.02em;font-weight:800;line-height:1.2}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.15rem}h4{font-size:.95rem}.serif{letter-spacing:-.01em;font-family:Cormorant Garamond,serif;font-weight:500}a{color:var(--brand-accent);text-decoration:none;transition:color .2s}a:hover{color:var(--brand-accent-hover)}.glass{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border)}.card{background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-md);border-radius:20px;transition:box-shadow .3s,transform .2s}.card:hover{box-shadow:var(--shadow-glow);transform:translateY(-2px)}.status-dot{border-radius:50%;width:10px;height:10px;display:inline-block;position:relative}.status-dot.online{background:var(--status-online)}.status-dot.busy{background:var(--status-busy)}.status-dot.offline{background:var(--status-offline)}.status-dot.online:after,.status-dot.busy:after{content:"";border:2px solid;border-radius:50%;animation:2s ease-in-out infinite pulse;position:absolute;inset:-3px}.status-dot.online:after{border-color:var(--status-online)}.status-dot.busy:after{border-color:var(--status-busy)}@keyframes pulse{0%,to{opacity:0;transform:scale(.8)}50%{opacity:.4;transform:scale(1.4)}}.progress-bar{background:var(--bg-secondary);border-radius:3px;height:6px;overflow:hidden}.progress-bar .fill{background:var(--brand-gradient);border-radius:3px;height:100%;transition:width .6s}.btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:.875rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-primary{background:var(--text-primary);color:var(--bg-primary)}.btn-primary:hover{opacity:.85;transform:translateY(-1px)}.btn-ghost{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border)}.btn-ghost:hover{border-color:var(--brand-accent)}.btn-accent{background:var(--brand-accent);color:#0b0d10;font-weight:800}.btn-accent:hover{background:var(--brand-accent-hover)}.btn-danger{color:#ef4444;background:#ef44440f;border:1px solid #ef444426}[data-theme=dark] .btn-danger{background:#dc26261a;border-color:#dc26264d}.input{border:1px solid var(--border-strong);width:100%;color:var(--text-primary);background:#ffffff0a;border-radius:12px;outline:none;padding:14px 18px;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s,background .2s}[data-theme=light] .input{background:#00000005}.input:focus{border-color:var(--brand-accent);box-shadow:0 0 0 3px var(--brand-accent-muted,#3ec6c626);background:#3ec6c608}.input:-webkit-autofill{border-color:var(--border-strong);caret-color:var(--text-primary);transition:background-color 5000s ease-in-out;-webkit-box-shadow:0 0 0 40px var(--bg-card) inset!important;-webkit-text-fill-color:var(--text-primary)!important}.input:-webkit-autofill:hover{border-color:var(--border-strong);caret-color:var(--text-primary);transition:background-color 5000s ease-in-out;-webkit-box-shadow:0 0 0 40px var(--bg-card) inset!important;-webkit-text-fill-color:var(--text-primary)!important}.input:-webkit-autofill:focus{border-color:var(--border-strong);caret-color:var(--text-primary);transition:background-color 5000s ease-in-out;-webkit-box-shadow:0 0 0 40px var(--bg-card) inset!important;-webkit-text-fill-color:var(--text-primary)!important}.badge{border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:.75rem;font-weight:700;display:inline-flex}.badge-online{color:var(--status-online);background:#27b2631a}.badge-busy{color:var(--status-busy);background:#f59e0b1a}.badge-offline{color:var(--status-offline);background:#ef44441a}.eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--brand-accent);font-size:.7rem;font-weight:800}.app-shell{align-items:flex-start;min-height:100vh;display:flex}.app-main{flex:1;min-width:0}.page{max-width:1200px;margin:0 auto;padding:32px 24px}.page-header{margin-bottom:32px}.page-header h1{margin-bottom:4px}.page-header .subtitle{color:var(--text-muted);font-size:.95rem}.grid-cards{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;display:grid}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}.icon-inline{flex-shrink:0;align-items:center;display:inline-flex}@media (max-width:768px){.page{padding:20px 16px}.grid-cards{grid-template-columns:1fr}h1{font-size:1.5rem}}.skeleton-line{background:linear-gradient(90deg, var(--bg-secondary) 0%, var(--bg-card) 40%, var(--bg-secondary) 80%);background-size:200% 100%;border-radius:8px;animation:1.6s ease-in-out infinite skeletonShimmer;display:block}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}[data-theme=dark] .skeleton-line{background:linear-gradient(90deg,#ffffff0a 0%,#ffffff14 40%,#ffffff0a 80%) 0 0/200% 100%}
.Sidebar-module__5-k5AW__sidebar{--sw:248px;width:var(--sw);border-right:1px solid var(--border);z-index:100;flex-direction:column;flex-shrink:0;align-self:flex-start;gap:8px;height:100vh;padding:20px 14px;transition:width .22s;display:flex;position:sticky;top:0}.Sidebar-module__5-k5AW__brand{justify-content:space-between;align-items:center;gap:8px;height:44px;margin-bottom:4px;padding:0 4px 0 10px;display:flex}.Sidebar-module__5-k5AW__brandLink{align-items:center;min-width:0;display:flex;overflow:hidden}.Sidebar-module__5-k5AW__toggleBtn{border:1px solid var(--border);width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.Sidebar-module__5-k5AW__toggleBtn:hover{border-color:var(--brand-accent);color:var(--brand-accent);background:var(--bg-secondary)}.Sidebar-module__5-k5AW__logo{object-fit:contain;width:auto;max-width:100%;height:28px;filter:var(--logo-filter)}.Sidebar-module__5-k5AW__profile{border:1px solid var(--border);background:var(--bg-secondary);border-radius:14px;align-items:center;gap:12px;margin-bottom:8px;padding:10px;text-decoration:none;transition:border-color .2s,background .2s;display:flex}.Sidebar-module__5-k5AW__profile:hover{border-color:var(--brand-accent)}.Sidebar-module__5-k5AW__profileAvatar{object-fit:cover;border-radius:11px;flex-shrink:0;width:38px;height:38px}.Sidebar-module__5-k5AW__profileDefault{background:var(--brand-accent-muted,#3ec6c61a);width:38px;height:38px;color:var(--brand-accent);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Sidebar-module__5-k5AW__profileMeta{flex-direction:column;min-width:0;display:flex}.Sidebar-module__5-k5AW__profileName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:700;overflow:hidden}.Sidebar-module__5-k5AW__profileRole{color:var(--text-muted);font-size:.72rem;font-weight:600}.Sidebar-module__5-k5AW__sectionLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-top:6px;padding:4px 12px;font-size:.66rem;font-weight:800}.Sidebar-module__5-k5AW__nav{flex-direction:column;gap:3px;display:flex}.Sidebar-module__5-k5AW__navLink{color:var(--text-muted);border-radius:11px;align-items:center;gap:12px;padding:10px 12px;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .18s,background .18s;display:flex;position:relative}.Sidebar-module__5-k5AW__navLink svg{flex-shrink:0}.Sidebar-module__5-k5AW__navLink:hover{color:var(--text-primary);background:var(--bg-secondary)}.Sidebar-module__5-k5AW__navLink.Sidebar-module__5-k5AW__active{color:var(--brand-accent);background:var(--brand-accent-muted,#3ec6c614)}.Sidebar-module__5-k5AW__navLink.Sidebar-module__5-k5AW__active:before{content:"";background:var(--brand-accent);border-radius:0 3px 3px 0;width:3px;height:18px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Sidebar-module__5-k5AW__navLabel{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Sidebar-module__5-k5AW__spacer{flex:1}.Sidebar-module__5-k5AW__footer{border-top:1px solid var(--border);flex-direction:column;gap:8px;padding-top:12px;display:flex}.Sidebar-module__5-k5AW__contactBtn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border-radius:11px;align-items:center;gap:12px;padding:10px 12px;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.Sidebar-module__5-k5AW__contactBtn:hover{border-color:var(--brand-accent);color:var(--brand-accent)}.Sidebar-module__5-k5AW__utilityRow{align-items:center;gap:6px;display:flex}.Sidebar-module__5-k5AW__iconBtn{border:1px solid var(--border);height:40px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:11px;flex:1;justify-content:center;align-items:center;transition:all .2s;display:flex}.Sidebar-module__5-k5AW__iconBtn:hover{border-color:var(--brand-accent);color:var(--brand-accent);background:var(--bg-secondary)}.Sidebar-module__5-k5AW__iconBtn.Sidebar-module__5-k5AW__logout:hover{color:#ef4444;background:#ef44440d;border-color:#ef4444}.Sidebar-module__5-k5AW__iconBtn .Sidebar-module__5-k5AW__themeIcon{transition:transform .3s}.Sidebar-module__5-k5AW__iconBtn:hover .Sidebar-module__5-k5AW__themeIcon{transform:rotate(20deg)}.Sidebar-module__5-k5AW__logoutForm{flex:1;display:flex}.Sidebar-module__5-k5AW__popOverlay{z-index:110;position:fixed;inset:0}.Sidebar-module__5-k5AW__popCard{left:calc(var(--sw) + 14px);z-index:111;width:320px;box-shadow:var(--shadow-lg);background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:28px;animation:.22s Sidebar-module__5-k5AW__slideIn;position:fixed;bottom:18px}[data-theme=dark] .Sidebar-module__5-k5AW__popCard{box-shadow:var(--shadow-lg), 0 0 60px #3ec6c60f;background:#1a1d24}.Sidebar-module__5-k5AW__popCardWide{width:360px}@keyframes Sidebar-module__5-k5AW__slideIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.Sidebar-module__5-k5AW__popClose{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px;line-height:1;position:absolute;top:12px;right:14px}.Sidebar-module__5-k5AW__popClose:hover{color:var(--text-primary)}.Sidebar-module__5-k5AW__supportProfile{justify-content:center;margin-bottom:16px;display:flex}.Sidebar-module__5-k5AW__supportAvatar{border:3px solid var(--border);object-fit:cover;border-radius:50%;box-shadow:0 4px 20px #0000001a}.Sidebar-module__5-k5AW__supportInfo{text-align:center;margin-bottom:20px}.Sidebar-module__5-k5AW__supportInfo h3{margin:6px 0 2px;font-size:1.1rem}.Sidebar-module__5-k5AW__supportInfo p{color:var(--text-muted);font-size:.85rem}.Sidebar-module__5-k5AW__supportContact{background:var(--bg-secondary);border-radius:12px;flex-direction:column;gap:10px;margin-bottom:20px;padding:14px;display:flex}.Sidebar-module__5-k5AW__contactRow{align-items:center;gap:10px;font-size:.88rem;display:flex}.Sidebar-module__5-k5AW__contactRow a{color:var(--text-primary);font-weight:600}.Sidebar-module__5-k5AW__contactRow a:hover{color:var(--brand-accent)}.Sidebar-module__5-k5AW__supportActions{flex-direction:column;gap:8px;display:flex}.Sidebar-module__5-k5AW__settingsAgent{border-top:1px solid var(--border);align-items:flex-start;gap:16px;padding:16px 0;display:flex}.Sidebar-module__5-k5AW__settingsAvatarWrap{flex-shrink:0;position:relative}.Sidebar-module__5-k5AW__settingsAvatarImg{object-fit:cover;border-radius:14px;width:48px;height:48px}.Sidebar-module__5-k5AW__settingsAvatarPlaceholder{background:var(--bg-secondary);width:48px;height:48px;color:var(--brand-accent);border-radius:14px;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.Sidebar-module__5-k5AW__settingsAvatarUpload{background:var(--brand-accent);color:#fff;border:2px solid var(--bg-card);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;transition:transform .2s;display:flex;position:absolute;bottom:-4px;right:-4px}.Sidebar-module__5-k5AW__settingsAvatarUpload:hover{transform:scale(1.1)}.Sidebar-module__5-k5AW__settingsFields{flex:1;min-width:0}.Sidebar-module__5-k5AW__settingsLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:.72rem;font-weight:700;display:block}.Sidebar-module__5-k5AW__settingsInputWrap{gap:6px;display:flex}.Sidebar-module__5-k5AW__settingsInput{border:1px solid var(--border);background:var(--bg-secondary);min-width:0;color:var(--text-primary);border-radius:8px;outline:none;flex:1;padding:8px 12px;font-family:inherit;font-size:.85rem;font-weight:600;transition:border-color .2s}.Sidebar-module__5-k5AW__settingsInput:focus{border-color:var(--brand-accent)}.Sidebar-module__5-k5AW__settingsSaveBtn{background:var(--brand-accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:4px;padding:8px 14px;font-family:inherit;font-size:.78rem;font-weight:700;transition:all .2s;display:flex}.Sidebar-module__5-k5AW__settingsSaveBtn:hover{opacity:.9;transform:translateY(-1px)}.Sidebar-module__5-k5AW__settingsSaveBtn:disabled{opacity:.5;cursor:not-allowed}.Sidebar-module__5-k5AW__sidebar.Sidebar-module__5-k5AW__collapsed{--sw:72px;align-items:stretch;padding:20px 10px}.Sidebar-module__5-k5AW__collapsed .Sidebar-module__5-k5AW__brand{justify-content:center;padding:0}.Sidebar-module__5-k5AW__collapsed .Sidebar-module__5-k5AW__brandLink,.Sidebar-module__5-k5AW__collapsed .Sidebar-module__5-k5AW__profileMeta,.Sidebar-module__5-k5AW__collapsed .Sidebar-module__5-k5AW__navLabel,.Sidebar-module__5-k5AW__collapsed .Sidebar-module__5-k5AW__sectionLabel,.Sidebar-module__5-k5AW__collapsed .Sidebar-module__5-k5AW__contactLabel{display:none}.Sidebar-module__5-k5AW__collapsed .Sidebar-module__5-k5AW__profile{justify-content:center;padding:8px}.Sidebar-module__5-k5AW__collapsed .Sidebar-module__5-k5AW__navLink,.Sidebar-module__5-k5AW__collapsed .Sidebar-module__5-k5AW__contactBtn{justify-content:center;padding:11px 0}.Sidebar-module__5-k5AW__collapsed .Sidebar-module__5-k5AW__utilityRow{flex-direction:column}@media (max-width:900px){.Sidebar-module__5-k5AW__sidebar{--sw:72px;align-items:stretch;padding:20px 10px}.Sidebar-module__5-k5AW__brand{justify-content:center;padding:0}.Sidebar-module__5-k5AW__brandLink,.Sidebar-module__5-k5AW__toggleBtn,.Sidebar-module__5-k5AW__profileMeta,.Sidebar-module__5-k5AW__navLabel,.Sidebar-module__5-k5AW__sectionLabel,.Sidebar-module__5-k5AW__contactLabel{display:none}.Sidebar-module__5-k5AW__profile{justify-content:center;padding:8px}.Sidebar-module__5-k5AW__navLink,.Sidebar-module__5-k5AW__contactBtn{justify-content:center;padding:11px 0}.Sidebar-module__5-k5AW__utilityRow{flex-direction:column}}
