:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#f3f4f6;--surface:#fff;--surface-2:#eceef2;--text:#191c21;--text-muted:#5b6472;--border:#d9dde4;--accent:#3e51b5;--accent-strong:#32418f;--accent-contrast:#fff;--danger:#b3362c;--danger-bg:#fdecea;--warn-bg:#fdf6e3;--warn-border:#e6d9a8;--todo-fg:#8a5a00;--todo-bg:#fdf0d2;--running-fg:#1d4ed8;--running-bg:#dce9fd;--completed-fg:#1a6b3c;--completed-bg:#d9f4e2;--radius:10px;--radius-sm:6px;--shadow:0 1px 2px #1018280f, 0 4px 14px #1018280d;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#101318;--surface:#171b22;--surface-2:#1e242e;--text:#e7eaef;--text-muted:#98a2b3;--border:#2a303c;--accent:#93a5f7;--accent-strong:#b3c0fa;--accent-contrast:#101318;--danger:#f1968e;--danger-bg:#3a1f1c;--warn-bg:#2e2a1a;--warn-border:#55491f;--todo-fg:#ecc06c;--todo-bg:#35290f;--running-fg:#9cc0fa;--running-bg:#16294d;--completed-fg:#8ed6a9;--completed-bg:#11301d;--shadow:0 1px 2px #0006}}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;line-height:1.5}h1,h2,h3{margin:0 0 .5rem;line-height:1.2}a{color:var(--accent)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.container{max-width:1100px;margin-inline:auto;padding:1rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem}.button{border-radius:var(--radius-sm);border:1px solid var(--accent);background:var(--accent);color:var(--accent-contrast);font:inherit;cursor:pointer;align-items:center;gap:.4rem;padding:.5rem .9rem;font-weight:600;text-decoration:none;display:inline-flex}.button:hover{background:var(--accent-strong);border-color:var(--accent-strong)}.button:disabled{opacity:.6;cursor:progress}.button--ghost{color:var(--accent);background:0 0}.button--ghost:hover{background:var(--surface-2);color:var(--accent)}.field{gap:.3rem;margin-bottom:.9rem;display:grid}.field label{font-size:.9rem;font-weight:600}.field .hint{color:var(--text-muted);margin:0;font-size:.8rem}input[type=text],input[type=url],input[type=password],textarea{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;padding:.5rem .65rem}textarea{resize:vertical;min-height:4.5rem}.error-text{color:var(--danger);margin:.25rem 0 0;font-size:.9rem}.banner{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2);margin-bottom:1rem;padding:.6rem .9rem;font-size:.92rem}.banner--warn{background:var(--warn-bg);border-color:var(--warn-border)}.banner--danger{background:var(--danger-bg);border-color:var(--danger)}.muted{color:var(--text-muted)}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{background:var(--surface);z-index:100;padding:.5rem 1rem;position:absolute;top:0;left:-9999px}.skip-link:focus{top:.5rem;left:.5rem}.loading-bar.svelte-12qhfyh{background:linear-gradient(90deg, transparent, var(--accent), transparent);z-index:50;background-size:50% 100%;height:3px;animation:1s linear infinite svelte-12qhfyh-slide;position:fixed;top:0;left:0;right:0}@keyframes svelte-12qhfyh-slide{0%{background-position:-100% 0}to{background-position:200% 0}}.offline.svelte-12qhfyh{background:var(--warn-bg);border-bottom:1px solid var(--warn-border);text-align:center;padding:.4rem 1rem;font-size:.9rem}.header.svelte-12qhfyh{background:var(--surface);border-bottom:1px solid var(--border);z-index:10;position:sticky;top:0}.header__inner.svelte-12qhfyh{justify-content:space-between;align-items:center;gap:1rem;padding-block:.6rem;display:flex}.brand.svelte-12qhfyh{color:var(--text);letter-spacing:.01em;font-weight:700;text-decoration:none}.nav-links.svelte-12qhfyh{align-items:center;gap:.9rem;display:flex}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-muted);font-size:.95rem;font-weight:600;text-decoration:none}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text)}.nav-links.svelte-12qhfyh a[aria-current=page]:where(.svelte-12qhfyh){color:var(--accent)}.badge.svelte-12qhfyh{text-align:center;background:var(--accent);min-width:1.2rem;color:var(--accent-contrast);vertical-align:text-top;border-radius:999px;padding:.05rem .3rem;font-size:.72rem;display:inline-block}.logout-form.svelte-12qhfyh{margin:0}.logout.svelte-12qhfyh{font:inherit;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;background:0 0;padding:.25rem .6rem;font-size:.9rem}.logout.svelte-12qhfyh:hover{color:var(--text);background:var(--surface-2)}@media (width<=480px){.header__inner.svelte-12qhfyh{flex-wrap:wrap;gap:.4rem}}
