:root{--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--bg-card: #ffffff;--bg-hover: #f0f0f0;--bg-input: #ffffff;--text-primary: #1a1a1a;--text-secondary: #666666;--text-muted: #999999;--accent: #22c55e;--accent-dim: #16a34a;--accent-glow: rgba(34, 197, 94, .15);--border: #e5e5e5;--border-subtle: #f0f0f0;--critical: #ef4444;--high: #f59e0b;--low: #6b7280}@media(prefers-color-scheme:dark){:root{--bg-primary: #0a0a0b;--bg-secondary: #111113;--bg-card: #18181b;--bg-hover: #1f1f23;--bg-input: #0f0f11;--text-primary: #fafafa;--text-secondary: #a1a1aa;--text-muted: #71717a;--accent: #22c55e;--accent-dim: #16a34a;--accent-glow: rgba(34, 197, 94, .15);--border: #27272a;--border-subtle: #1f1f23;--critical: #ef4444;--high: #f59e0b;--low: #6b7280}}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background:var(--bg-primary);color:var(--text-primary)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}input,textarea{font-family:inherit}.app-header.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:var(--bg-card);border-bottom:1px solid var(--border)}.nav.svelte-12qhfyh{display:flex;align-items:center;gap:32px}.logo.svelte-12qhfyh{font-size:1.25rem;font-weight:700;color:var(--accent);text-decoration:none}.nav-links.svelte-12qhfyh{display:flex;gap:24px}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-secondary);text-decoration:none;font-size:.95rem;transition:color .15s}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--text-primary)}.nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){font-weight:500}.logout-btn.svelte-12qhfyh{display:flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid var(--border);border-radius:8px;background:transparent;color:var(--text-secondary);cursor:pointer;font-size:.9rem;transition:all .15s}.logout-btn.svelte-12qhfyh:hover{border-color:#ef4444;color:#ef4444}
