:root,:root[data-theme=dark]{--bg: #0f172a;--surface: #1e293b;--surface-2: #334155;--border: #475569;--text: #f8fafc;--text-muted: #cbd5e1;--accent: #38bdf8;--accent-hover: #0ea5e9;--danger: #f87171;--success: #4ade80;color-scheme:dark}:root[data-theme=light]{--bg: #f8fafc;--surface: #ffffff;--surface-2: #e2e8f0;--border: #cbd5e1;--text: #0f172a;--text-muted: #475569;--accent: #0284c7;--accent-hover: #0369a1;--danger: #dc2626;--success: #16a34a;color-scheme:light}*{box-sizing:border-box}html,body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}button,input,select,textarea{font:inherit;color:inherit}button{background:var(--accent);color:var(--bg);border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:600}button:hover{background:var(--accent-hover)}button.secondary{background:var(--surface-2);color:var(--text)}button.danger{background:var(--danger);color:var(--bg)}button:disabled{opacity:.5;cursor:not-allowed}input,select,textarea{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:.5rem .75rem;width:100%}input:focus,select:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:-1px}label{display:block;margin-bottom:.25rem;color:var(--text-muted);font-size:.875rem}.field{margin-bottom:1rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem}.error{color:var(--danger);font-size:.875rem;margin-top:.5rem}.success{color:var(--success);font-size:.875rem;margin-top:.5rem}.muted{color:var(--text-muted)}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:.5rem .75rem;border-bottom:1px solid var(--border)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.backdrop.svelte-1m75boc{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.modal.svelte-1m75boc{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:.75rem;max-width:720px;width:100%;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0006}header.svelte-1m75boc{display:flex;align-items:center;padding:.75rem 1.25rem;border-bottom:1px solid var(--border)}header.svelte-1m75boc h2:where(.svelte-1m75boc){margin:0;font-size:1.125rem;flex:1}.close.svelte-1m75boc{background:transparent;border:none;color:var(--text);font-size:1.5rem;line-height:1;cursor:pointer;padding:0 .5rem}.body.svelte-1m75boc{padding:1rem 1.5rem 1.5rem;overflow:auto}.body.svelte-1m75boc h1{font-size:1.25rem;margin:1rem 0 .5rem}.body.svelte-1m75boc h2{font-size:1.05rem;margin:1.25rem 0 .4rem;padding-top:.5rem;border-top:1px solid var(--border)}.body.svelte-1m75boc h3{font-size:.95rem;margin:.75rem 0 .25rem;color:var(--accent)}.body.svelte-1m75boc ul{margin:.25rem 0 .75rem;padding-left:1.25rem}.body.svelte-1m75boc li{margin:.5rem 0}.body.svelte-1m75boc p{margin:.4rem 0}.body.svelte-1m75boc code{background:var(--code-bg, rgba(127, 127, 127, .15));padding:.05rem .3rem;border-radius:.25rem;font-size:.875em}.alerts-wrap.svelte-wm1ndx{position:relative}.icon-btn.svelte-wm1ndx{position:relative;background:transparent;border:none;color:var(--text);padding:.25rem;border-radius:.375rem;display:inline-flex;align-items:center;cursor:pointer}.icon-btn.svelte-wm1ndx:hover{background:color-mix(in srgb,var(--text) 8%,transparent)}.badge.svelte-wm1ndx{position:absolute;top:-2px;right:-4px;min-width:1rem;height:1rem;padding:0 .25rem;font-size:.65rem;line-height:1rem;text-align:center;border-radius:999px;background:#dc2626;color:#fff;font-weight:600;border:2px solid var(--surface)}.dropdown.svelte-wm1ndx{position:absolute;top:calc(100% + .5rem);right:0;width:22rem;max-height:70vh;overflow-y:auto;background:var(--surface);border:1px solid var(--border);border-radius:.5rem;box-shadow:0 4px 16px #00000026;z-index:200;display:flex;flex-direction:column}.dropdown-header.svelte-wm1ndx{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;font-weight:600;border-bottom:1px solid var(--border);flex-shrink:0}.count-badge.svelte-wm1ndx{display:inline-block;min-width:1.2em;padding:0 .4em;font-size:.75rem;line-height:1.4;text-align:center;border-radius:999px;background:#dc2626;color:#fff;font-weight:600}.empty.svelte-wm1ndx{padding:1rem;color:var(--muted);margin:0;font-size:.9rem}.alert-list.svelte-wm1ndx{list-style:none;margin:0;padding:.25rem 0;overflow-y:auto}.alert-item.svelte-wm1ndx{display:flex;align-items:flex-start;gap:.6rem;padding:.6rem 1rem;border-bottom:1px solid color-mix(in srgb,var(--border) 50%,transparent)}.alert-item.svelte-wm1ndx:last-child{border-bottom:none}.dot-indicator.svelte-wm1ndx{flex-shrink:0;width:8px;height:8px;border-radius:50%;margin-top:.3rem}.alert-item.critical.svelte-wm1ndx .dot-indicator:where(.svelte-wm1ndx){background:#dc2626}.alert-item.warning.svelte-wm1ndx .dot-indicator:where(.svelte-wm1ndx){background:#d97706}.alert-body.svelte-wm1ndx{display:flex;flex-direction:column;gap:.1rem;flex:1;min-width:0}.alert-body.svelte-wm1ndx strong:where(.svelte-wm1ndx){font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.details.svelte-wm1ndx{font-size:.8rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.due.svelte-wm1ndx{font-size:.75rem;color:var(--muted)}.dropdown-footer.svelte-wm1ndx{padding:.6rem 1rem;border-top:1px solid var(--border);font-size:.875rem;flex-shrink:0}.dropdown-footer.svelte-wm1ndx a:where(.svelte-wm1ndx){color:var(--accent);text-decoration:none}.dropdown-footer.svelte-wm1ndx a:where(.svelte-wm1ndx):hover{text-decoration:underline}@media (max-width: 768px){.dropdown.svelte-wm1ndx{right:-.5rem;width:min(22rem,calc(100vw - 1rem))}}header.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:var(--surface);border-bottom:1px solid var(--border);flex-wrap:wrap;position:relative}.brand.svelte-12qhfyh{font-weight:700;font-size:1.25rem;color:var(--text)}.version.svelte-12qhfyh{font-size:.75rem}.icon-btn.svelte-12qhfyh{position:relative;background:transparent;border:none;color:var(--text);padding:.25rem;border-radius:.375rem;display:inline-flex;align-items:center;cursor:pointer}.icon-btn.svelte-12qhfyh:hover{background:color-mix(in srgb,var(--text) 8%,transparent)}.dot.svelte-12qhfyh{position:absolute;top:2px;right:2px;width:8px;height:8px;border-radius:50%;background:var(--accent);border:2px solid var(--surface)}.header-spacer.svelte-12qhfyh{flex:1}.hamburger.svelte-12qhfyh{display:none}nav.svelte-12qhfyh{display:flex;gap:1rem;align-items:center}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text);font-size:1rem;text-decoration:none}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--accent)}.nav-lists-menu.svelte-12qhfyh{position:relative}.nav-lists-trigger.svelte-12qhfyh{background:none;border:none;color:var(--text);font-size:1rem;cursor:pointer;display:inline-flex;align-items:center;gap:.25rem;padding:0}.nav-lists-trigger.svelte-12qhfyh:hover{color:var(--accent)}.chevron.svelte-12qhfyh{transition:transform .15s}.nav-lists-menu.open.svelte-12qhfyh .chevron:where(.svelte-12qhfyh){transform:rotate(180deg)}.nav-lists-dropdown.svelte-12qhfyh{position:absolute;top:calc(100% + .5rem);left:0;min-width:160px;background:var(--surface);border:1px solid var(--border);border-radius:.5rem;box-shadow:0 4px 16px #0000001f;z-index:200;display:flex;flex-direction:column;overflow:hidden}.nav-lists-dropdown.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:.6rem 1rem;color:var(--text);text-decoration:none;display:flex;align-items:center;gap:.4rem}.nav-lists-dropdown.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:color-mix(in srgb,var(--accent) 10%,transparent);color:var(--accent)}main.svelte-12qhfyh{padding:1.5rem;max-width:1100px;margin:0 auto}.badge.svelte-12qhfyh{display:inline-block;min-width:1.2em;padding:0 .4em;margin-left:.25em;font-size:.75rem;line-height:1.4;text-align:center;border-radius:999px;background:var(--accent, #2563eb);color:#fff}@media (max-width: 768px){.hamburger.svelte-12qhfyh{display:inline-flex}nav.svelte-12qhfyh{display:none;width:100%;flex-direction:column;align-items:flex-start;gap:0;margin-left:0;padding:.5rem 0;border-top:1px solid var(--border)}nav.open.svelte-12qhfyh{display:flex}nav.svelte-12qhfyh a:where(.svelte-12qhfyh),nav.svelte-12qhfyh button{width:100%;padding:.65rem .5rem;border-radius:0;font-size:1rem;text-align:left}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:color-mix(in srgb,var(--text) 6%,transparent)}.nav-lists-trigger.svelte-12qhfyh{width:100%;padding:.65rem .5rem;border-radius:0;text-align:left}.nav-lists-dropdown.svelte-12qhfyh{position:static;box-shadow:none;border:none;border-radius:0;border-left:2px solid var(--accent);margin-left:.75rem}.nav-lists-dropdown.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:.5rem .75rem}}
