.toast-container.svelte-r9p0hk{z-index:9999;flex-direction:column;gap:10px;max-width:420px;display:flex;position:fixed;bottom:24px;right:24px}.toast.svelte-r9p0hk{background:#1a1a1a;border:1px solid #2a2a2a;border-left:4px solid;border-radius:8px;align-items:flex-start;gap:12px;padding:14px 16px;animation:.25s ease-out svelte-r9p0hk-toast-in;display:flex;box-shadow:0 4px 16px #0006}.toast-message.svelte-r9p0hk{color:#e0e0e0;flex:1;font-size:.88rem;line-height:1.4}.toast-close.svelte-r9p0hk{color:#888;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:1.2rem;line-height:1}.toast-close.svelte-r9p0hk:hover{color:#e0e0e0}@keyframes svelte-r9p0hk-toast-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=480px){.toast-container.svelte-r9p0hk{max-width:none;bottom:16px;left:16px;right:16px}}.loading.svelte-12qhfyh{justify-content:center;align-items:center;height:100vh;display:flex}.loading-spinner.svelte-12qhfyh{border:2px solid var(--border-strong);border-top-color:var(--accent);border-radius:50%;width:24px;height:24px;animation:.6s linear infinite svelte-12qhfyh-spin}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}.login-screen.svelte-12qhfyh{justify-content:center;align-items:center;height:100vh;display:flex}.login-card.svelte-12qhfyh{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:var(--radius-xl);text-align:center;box-shadow:var(--shadow-elevated);padding:48px}.login-logo.svelte-12qhfyh{border-radius:var(--radius-xl);width:80px;height:80px;margin-bottom:16px}.login-card.svelte-12qhfyh h1:where(.svelte-12qhfyh){font-size:var(--text-2xl);margin-bottom:8px;font-weight:700}.login-card.svelte-12qhfyh p:where(.svelte-12qhfyh){color:var(--text-muted);margin-bottom:32px}.login-btn.svelte-12qhfyh{background:var(--accent);color:#fff;border-radius:var(--radius-md);transition:background var(--transition-fast);padding:12px 28px;font-weight:600;text-decoration:none;display:inline-block}.login-btn.svelte-12qhfyh:hover{background:var(--accent-hover);text-decoration:none}.app-layout.svelte-12qhfyh{min-height:100vh;display:flex}.sidebar.svelte-12qhfyh{background:var(--bg-sidebar);border-right:1px solid var(--border-primary);flex-direction:column;flex-shrink:0;width:240px;height:100vh;padding:16px 12px;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar-brand.svelte-12qhfyh{align-items:center;gap:10px;margin-bottom:20px;padding:4px 8px;display:flex}.brand-logo.svelte-12qhfyh{border-radius:var(--radius-md);width:32px;height:32px}.brand-name.svelte-12qhfyh{font-size:var(--text-lg);color:var(--text-primary);font-weight:700}.sidebar-header.svelte-12qhfyh{align-items:center;gap:12px;margin-bottom:24px;padding:4px 8px;display:flex}.avatar.svelte-12qhfyh{border:2px solid var(--border-strong);border-radius:50%;width:34px;height:34px}.user-info.svelte-12qhfyh{overflow:hidden}.user-name.svelte-12qhfyh{font-weight:600;font-size:var(--text-sm);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}nav.svelte-12qhfyh{flex-direction:column;flex:1;display:flex}.nav-group.svelte-12qhfyh{flex-direction:column;gap:2px;display:flex}.nav-separator.svelte-12qhfyh{background:var(--border-primary);height:1px;margin:8px}.nav-link.svelte-12qhfyh{border-radius:var(--radius-md);color:var(--text-secondary);font-size:var(--text-sm);transition:all var(--transition-fast);border-left:2px solid #0000;align-items:center;gap:10px;margin-left:-2px;padding:9px 12px;font-weight:450;text-decoration:none;display:flex}.nav-link.svelte-12qhfyh:hover{background:var(--bg-elevated);color:var(--text-primary);text-decoration:none}.nav-link.active.svelte-12qhfyh{background:var(--accent-muted);color:var(--text-primary);border-left-color:var(--accent);font-weight:550}.nav-link.active.svelte-12qhfyh .nav-icon:where(.svelte-12qhfyh){color:var(--accent)}.nav-icon.svelte-12qhfyh{color:var(--text-muted);transition:color var(--transition-fast);flex-shrink:0;align-items:center;display:flex}.nav-link.svelte-12qhfyh:hover .nav-icon:where(.svelte-12qhfyh){color:var(--text-secondary)}.nav-label.svelte-12qhfyh{flex:1}.badge.svelte-12qhfyh{background:var(--accent);color:#fff;border-radius:var(--radius-full);text-align:center;min-width:20px;padding:1px 7px;font-size:.7rem;font-weight:700}.logout-btn.svelte-12qhfyh{border:1px solid var(--border-primary);color:var(--text-muted);border-radius:var(--radius-md);cursor:pointer;font-size:var(--text-sm);transition:all var(--transition-fast);font-family:var(--font-sans);background:0 0;justify-content:center;align-items:center;gap:8px;margin-top:12px;padding:8px;display:flex}.logout-btn.svelte-12qhfyh:hover{background:var(--bg-elevated);color:var(--text-secondary);border-color:var(--border-strong)}.main-content.svelte-12qhfyh{flex:1;min-width:0;padding:32px;overflow-x:auto}@media (width<=768px){.app-layout.svelte-12qhfyh{flex-direction:column}.sidebar.svelte-12qhfyh{border-right:none;border-bottom:1px solid var(--border-primary);width:100%;height:auto;padding:12px 16px;position:static;overflow-y:visible}.sidebar-header.svelte-12qhfyh{margin-bottom:12px}nav.svelte-12qhfyh{overflow-x:auto}.nav-group.svelte-12qhfyh{flex-direction:row;gap:4px}.nav-separator.svelte-12qhfyh{width:1px;height:auto;margin:0 4px}.nav-link.svelte-12qhfyh{border-bottom:2px solid #0000;border-left:none;margin-left:0;padding:8px}.nav-link.active.svelte-12qhfyh{border-left-color:#0000;border-bottom-color:var(--accent)}.nav-label.svelte-12qhfyh{display:none}.badge.svelte-12qhfyh{padding:0 4px;font-size:.6rem;position:absolute;top:-4px;right:-4px}.nav-link.svelte-12qhfyh{position:relative}.logout-btn.svelte-12qhfyh span:where(.svelte-12qhfyh){display:none}.main-content.svelte-12qhfyh{padding:16px}}
