.toast-region.svelte-1cpok13{position:fixed;top:16px;right:16px;z-index:1100;display:flex;flex-direction:column;gap:10px;pointer-events:none;max-width:calc(100vw - 32px);width:380px}.toast.svelte-1cpok13{position:relative;pointer-events:auto;display:grid;grid-template-columns:32px 1fr auto;gap:12px;align-items:flex-start;padding:14px 14px 16px;background:#fffffff5;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:12px;border:1px solid rgba(15,23,42,.06);box-shadow:0 1px #fff9 inset,0 4px 6px -2px #0f172a0f,0 16px 32px -8px var(--glow, rgba(15, 23, 42, .18));overflow:hidden;animation:svelte-1cpok13-toastIn .36s cubic-bezier(.22,1,.36,1) both;isolation:isolate}.toast.svelte-1cpok13:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--accent),color-mix(in oklab,var(--accent) 70%,white));border-radius:12px 0 0 12px}.toast.svelte-1cpok13:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--accent-soft),transparent 30%);pointer-events:none;z-index:-1}.toast[data-variant=success].svelte-1cpok13{color:#064e3b}.toast[data-variant=error].svelte-1cpok13{color:#7f1d1d}.toast[data-variant=info].svelte-1cpok13{color:#1e1b4b}.toast[data-variant=warning].svelte-1cpok13{color:#78350f}.toast-icon.svelte-1cpok13{width:32px;height:32px;border-radius:9px;background:var(--icon-bg);color:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 0 0 1px var(--border) inset}.toast-body.svelte-1cpok13{min-width:0;padding-top:1px}.toast-title.svelte-1cpok13{font-size:.88rem;font-weight:600;line-height:1.3;color:#0f172a;letter-spacing:-.005em}.toast-desc.svelte-1cpok13{margin-top:3px;font-size:.8rem;line-height:1.45;color:#475569}.toast-action.svelte-1cpok13{margin-top:8px}.toast-action-link.svelte-1cpok13{display:inline-flex;align-items:center;gap:4px;font-size:.78rem;font-weight:600;color:var(--accent);text-decoration:none;background:transparent;border:none;padding:0;cursor:pointer;font-family:inherit;transition:opacity .15s}.toast-action-link.svelte-1cpok13:hover{opacity:.75}.toast-close.svelte-1cpok13{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:2px;border-radius:5px;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;flex-shrink:0}.toast-close.svelte-1cpok13:hover{background:#0f172a0f;color:#0f172a}.toast-progress.svelte-1cpok13{position:absolute;left:3px;right:0;bottom:0;height:2px;background:linear-gradient(90deg,var(--accent),color-mix(in oklab,var(--accent) 50%,transparent));transform-origin:left;animation:svelte-1cpok13-toastProgress linear forwards;border-radius:0 0 12px 12px;opacity:.7}@keyframes svelte-1cpok13-toastIn{0%{opacity:0;transform:translate(24px) scale(.96)}60%{opacity:1}to{opacity:1;transform:translate(0) scale(1)}}@keyframes svelte-1cpok13-toastProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media(max-width:640px){.toast-region.svelte-1cpok13{top:12px;right:12px;left:12px;width:auto;max-width:none}}@media(prefers-reduced-motion:reduce){.toast.svelte-1cpok13{animation:none}.toast-progress.svelte-1cpok13{animation:none;display:none}}:root{--c-primary: #6366f1;--c-primary-hover: #5558e3;--c-primary-light: #eef2ff;--c-primary-dark: #4338ca;--c-bg: #f7f8fc;--c-surface: #ffffff;--c-sidebar: #1c1917;--c-sidebar-hover: rgba(255, 255, 255, .07);--c-text: #1e293b;--c-text-secondary: #64748b;--c-text-muted: #94a3b8;--c-text-inverse: #fafaf9;--c-text-inverse-muted: #b8b0a8;--c-text-inverse-dim: #8c8378;--c-border: #e2e8f0;--c-border-dark: #cbd5e1;--c-success: #10b981;--c-success-bg: #ecfdf5;--c-warning: #f59e0b;--c-warning-bg: #fffbeb;--c-danger: #ef4444;--c-danger-bg: #fef2f2;--c-info: #3b82f6;--r-sm: 6px;--r-md: 8px;--r-lg: 12px;--r-xl: 16px;--r-full: 9999px;--sh-sm: 0 1px 2px rgba(0, 0, 0, .04);--sh-md: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--sh-lg: 0 4px 12px rgba(0, 0, 0, .08);--sh-xl: 0 8px 24px rgba(0, 0, 0, .12);--t-fast: .15s ease;--t-normal: .25s cubic-bezier(.4, 0, .2, 1);--t-slow: .4s cubic-bezier(.4, 0, .2, 1);--font-body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}body{margin:0;padding:0;font-family:var(--font-body);color:var(--c-text);background:var(--c-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}button{font-family:var(--font-body)}.app-layout.svelte-12qhfyh{display:flex;height:100vh;overflow:hidden}.sidebar-backdrop.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:40;border:none;padding:0;cursor:pointer;animation:svelte-12qhfyh-fadeIn .2s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@keyframes svelte-12qhfyh-fadeIn{0%{opacity:0}to{opacity:1}}.sidebar.svelte-12qhfyh{width:256px;min-width:256px;position:relative;z-index:50;transition:transform var(--t-normal)}.sidebar-inner.svelte-12qhfyh{height:100dvh;position:sticky;top:0;display:flex;flex-direction:column;background:#0c0a09;background-image:radial-gradient(ellipse 600px 400px at 0% 0%,rgba(99,102,241,.08) 0%,transparent 60%),radial-gradient(ellipse 500px 400px at 100% 100%,rgba(16,185,129,.04) 0%,transparent 60%),linear-gradient(180deg,#1c1917,#1a1715,#181613);color:var(--c-text-inverse);box-shadow:1px 0 #ffffff0a,8px 0 32px #0000001f}.sidebar-header.svelte-12qhfyh{padding:20px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.04)}.logo-wrap.svelte-12qhfyh{display:flex;align-items:center;gap:11px}.logo-mark.svelte-12qhfyh{width:32px;height:32px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0;filter:drop-shadow(0 3px 10px rgba(99,102,241,.3))}.logo.svelte-12qhfyh{margin:0;font-size:1.08rem;font-weight:700;color:#fff;letter-spacing:-.02em}.sidebar-close.svelte-12qhfyh{display:none;align-items:center;justify-content:center;width:34px;height:34px;background:transparent;color:var(--c-text-inverse-muted);border:none;border-radius:var(--r-md);cursor:pointer;transition:background var(--t-fast),color var(--t-fast)}.sidebar-close.svelte-12qhfyh:hover{background:#ffffff14;color:#fff}.nav-list.svelte-12qhfyh{flex:1;padding:8px 10px;display:flex;flex-direction:column;gap:2px;overflow-y:auto;overflow-x:hidden}.nav-list.svelte-12qhfyh::-webkit-scrollbar{width:3px}.nav-list.svelte-12qhfyh::-webkit-scrollbar-track{background:transparent}.nav-list.svelte-12qhfyh::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:2px}.nav-list.svelte-12qhfyh::-webkit-scrollbar-thumb:hover{background:#ffffff26}.nav-section-label.svelte-12qhfyh{padding:16px 14px 6px;font-size:.66rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--c-text-inverse-dim);-webkit-user-select:none;user-select:none}.nav-item.svelte-12qhfyh{display:flex;align-items:center;gap:11px;padding:9px 12px;border-radius:10px;color:var(--c-text-inverse-muted);background:transparent;text-decoration:none;font-size:.86rem;font-weight:500;transition:all .2s cubic-bezier(.32,.72,0,1);min-height:40px;border:none;cursor:pointer;width:100%;text-align:left;font-family:var(--font-body);position:relative}.nav-item.svelte-12qhfyh:focus{outline:none}.nav-item.svelte-12qhfyh:focus-visible{outline:2px solid rgba(99,102,241,.5);outline-offset:-2px}.nav-item.svelte-12qhfyh:hover{background:#ffffff0d;color:#ffffffe6}.nav-item.svelte-12qhfyh:active{transform:scale(.98)}.nav-item.active.svelte-12qhfyh{background:linear-gradient(135deg,#6366f138,#6366f11a);color:#e0e7ff;font-weight:600;box-shadow:inset 0 0 0 1px #818cf833,inset 0 1px #ffffff0f}.nav-item.active.svelte-12qhfyh:before{content:"";position:absolute;left:-10px;top:50%;transform:translateY(-50%);width:3px;height:20px;border-radius:0 3px 3px 0;background:linear-gradient(180deg,#818cf8,#6366f1)}.nav-icon.svelte-12qhfyh{width:18px;height:18px;flex-shrink:0;opacity:.82;transition:transform .2s cubic-bezier(.32,.72,0,1),opacity var(--t-fast)}.nav-item.svelte-12qhfyh:hover .nav-icon:where(.svelte-12qhfyh){transform:scale(1.1);opacity:1}.nav-item.active.svelte-12qhfyh .nav-icon:where(.svelte-12qhfyh){opacity:1;filter:drop-shadow(0 0 6px rgba(129,140,248,.45))}.nav-label.svelte-12qhfyh{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.nav-chevron.svelte-12qhfyh{flex-shrink:0;transition:transform var(--t-fast);opacity:.5}.nav-group-toggle.expanded.svelte-12qhfyh .nav-chevron:where(.svelte-12qhfyh){transform:rotate(90deg)}.nav-group-toggle.expanded.svelte-12qhfyh{color:#ffffffe6}.nav-submenu.svelte-12qhfyh{display:flex;flex-direction:column;gap:1px;padding-left:14px;margin-bottom:4px;animation:svelte-12qhfyh-submenuSlide var(--t-normal)}@keyframes svelte-12qhfyh-submenuSlide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.nav-sub.svelte-12qhfyh{padding:7px 12px;font-size:.82rem;min-height:36px;color:var(--c-text-inverse-muted)}.nav-sub-icon.svelte-12qhfyh{width:16px;height:16px}.nav-sub.svelte-12qhfyh:hover{color:#ffffffe6}.nav-sub.active.svelte-12qhfyh{background:#6366f124;color:#c7d2fe;box-shadow:inset 0 0 0 1px #818cf829}.sidebar-footer.svelte-12qhfyh{padding:10px;border-top:1px solid rgba(255,255,255,.05);background:#0003}.user-info.svelte-12qhfyh{padding:9px 10px;margin-bottom:4px;text-decoration:none;display:flex;align-items:center;gap:11px;border-radius:10px;transition:all .2s cubic-bezier(.32,.72,0,1);position:relative}.user-info.svelte-12qhfyh:hover{background:#ffffff0a}.user-info.active.svelte-12qhfyh{background:#6366f11a}.user-avatar.svelte-12qhfyh{width:34px;height:34px;border-radius:var(--r-full);background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff;font-weight:700;font-size:.78rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #6366f140}.user-text.svelte-12qhfyh{flex:1;min-width:0}.user-name.svelte-12qhfyh{font-size:.82rem;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-role.svelte-12qhfyh{font-size:.7rem;color:var(--c-text-inverse-muted);text-transform:capitalize}.logout-btn.svelte-12qhfyh{width:100%;padding:9px 12px;border:none;border-radius:10px;background:transparent;color:var(--c-text-inverse-muted);font-size:.82rem;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.32,.72,0,1);min-height:40px;display:flex;align-items:center;justify-content:center;gap:8px}.logout-btn.svelte-12qhfyh:hover{background:#ef44441a;color:#f87171}.main-area.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;min-width:0;overflow:hidden}.topbar.svelte-12qhfyh{height:56px;min-height:56px;background:var(--c-surface);border-bottom:1px solid var(--c-border);display:flex;align-items:center;gap:12px;padding:0 24px;position:sticky;top:0;z-index:30}.topbar-title.svelte-12qhfyh{margin:0;font-size:1.05rem;font-weight:700;color:var(--c-text);flex:1;letter-spacing:-.02em}.topbar-actions.svelte-12qhfyh{display:flex;align-items:center;gap:8px;flex-shrink:0}.icon-btn.svelte-12qhfyh{width:38px;height:38px;border:none;background:transparent;border-radius:var(--r-md);color:var(--c-text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--t-fast),color var(--t-fast);position:relative}.icon-btn.svelte-12qhfyh:hover{background:var(--c-bg);color:var(--c-text)}.icon-btn.svelte-12qhfyh:active{transform:scale(.94)}.notif-btn.svelte-12qhfyh{position:relative}.notif-badge.svelte-12qhfyh{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 5px;border-radius:var(--r-full);background:var(--c-danger);color:#fff;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 0 0 2px var(--c-surface);animation:svelte-12qhfyh-badgePulse 2s ease-in-out infinite}@keyframes svelte-12qhfyh-badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.notif-wrap.svelte-12qhfyh{position:relative}.notif-backdrop.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;left:0;z-index:48;border:none;background:transparent;cursor:pointer;padding:0}.notif-dropdown.svelte-12qhfyh{position:absolute;top:calc(100% + 8px);right:0;width:360px;max-width:calc(100vw - 32px);background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--r-lg);box-shadow:var(--sh-xl);z-index:49;overflow:hidden;animation:svelte-12qhfyh-notifDrop var(--t-normal)}@keyframes svelte-12qhfyh-notifDrop{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.notif-header.svelte-12qhfyh{padding:14px 16px 10px;border-bottom:1px solid var(--c-border);display:flex;align-items:center;justify-content:space-between}.notif-header-title.svelte-12qhfyh{font-weight:700;font-size:.92rem;color:var(--c-text)}.notif-mark-all.svelte-12qhfyh{background:none;border:none;color:var(--c-primary);font-size:.78rem;font-weight:600;cursor:pointer;padding:4px 8px;border-radius:var(--r-sm);transition:background var(--t-fast);font-family:var(--font-body)}.notif-mark-all.svelte-12qhfyh:hover{background:var(--c-primary-light)}.notif-body.svelte-12qhfyh{max-height:400px;overflow-y:auto}.notif-body.svelte-12qhfyh::-webkit-scrollbar{width:5px}.notif-body.svelte-12qhfyh::-webkit-scrollbar-thumb{background:var(--c-border);border-radius:3px}.notif-loading.svelte-12qhfyh{padding:32px;text-align:center;color:var(--c-text-muted);font-size:.85rem}.notif-empty.svelte-12qhfyh{padding:36px 24px;text-align:center}.notif-footer.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;gap:6px;padding:12px 16px;border-top:1px solid var(--c-border);background:var(--c-bg);color:var(--c-primary);text-decoration:none;font-size:.82rem;font-weight:600;transition:background var(--t-fast)}.notif-footer.svelte-12qhfyh:hover{background:var(--c-primary-light)}.notif-empty-icon.svelte-12qhfyh{font-size:2rem;margin-bottom:8px;opacity:.4}.notif-empty.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:0;color:var(--c-text-muted);font-size:.85rem}.notif-item.svelte-12qhfyh{display:flex;gap:10px;padding:12px 16px;text-decoration:none;border-bottom:1px solid var(--c-border);transition:background var(--t-fast);position:relative}.notif-item.svelte-12qhfyh:hover{background:var(--c-bg)}.notif-item.unread.svelte-12qhfyh{background:var(--c-primary-light)}.notif-item.unread.svelte-12qhfyh:hover{background:#e0e7ff}.notif-dot.svelte-12qhfyh{width:8px;height:8px;border-radius:var(--r-full);background:var(--c-primary);flex-shrink:0;margin-top:5px;opacity:0;transition:opacity var(--t-fast)}.notif-dot.visible.svelte-12qhfyh{opacity:1}.notif-content.svelte-12qhfyh{flex:1;min-width:0}.notif-item-title.svelte-12qhfyh{font-size:.83rem;font-weight:600;color:var(--c-text);margin-bottom:2px}.notif-item-body.svelte-12qhfyh{font-size:.8rem;color:var(--c-text-secondary);line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.notif-item-context.svelte-12qhfyh{font-size:.74rem;color:var(--c-text-muted);font-style:italic;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notif-item-time.svelte-12qhfyh{font-size:.72rem;color:var(--c-text-muted);margin-top:4px}.topbar-avatar.svelte-12qhfyh{width:34px;height:34px;border-radius:var(--r-full);background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff;font-weight:700;font-size:.75rem;display:flex;align-items:center;justify-content:center;text-decoration:none;flex-shrink:0;transition:transform var(--t-fast),box-shadow var(--t-fast);box-shadow:0 2px 6px #6366f140}.topbar-avatar.svelte-12qhfyh:hover{transform:scale(1.05);box-shadow:0 4px 12px #6366f159}.main-content.svelte-12qhfyh{flex:1;padding:28px 32px;overflow-y:auto;min-width:0;position:relative}.main-content.full-bleed.svelte-12qhfyh{padding:0;overflow:hidden;display:flex;flex-direction:column}.main-content.full-bleed.svelte-12qhfyh .content-inner:where(.svelte-12qhfyh){flex:1;min-height:0;max-width:none;display:flex}.content-inner.svelte-12qhfyh{width:100%;min-width:0;max-width:1400px;margin:0 auto}.hamburger.svelte-12qhfyh{display:none;align-items:center;justify-content:center;width:38px;height:38px;background:transparent;color:var(--c-text);border:none;border-radius:var(--r-md);cursor:pointer;transition:background var(--t-fast)}.hamburger.svelte-12qhfyh:hover{background:var(--c-bg)}.hamburger.svelte-12qhfyh:active{transform:scale(.94)}@media(max-width:768px){.sidebar.svelte-12qhfyh{position:fixed;top:0;left:0;bottom:0;transform:translate(-100%)}.sidebar.open.svelte-12qhfyh{transform:translate(0)}.sidebar-close.svelte-12qhfyh,.hamburger.svelte-12qhfyh{display:flex}.topbar.svelte-12qhfyh{padding:0 16px}.topbar-title.svelte-12qhfyh{font-size:.98rem}.main-content.svelte-12qhfyh{padding:16px}.main-content.full-bleed.svelte-12qhfyh{padding:0}}@media(max-width:480px){.topbar-avatar.svelte-12qhfyh{display:none}.notif-dropdown.svelte-12qhfyh{width:calc(100vw - 24px);right:-8px}}
