:root{--bg: #0f1115;--surface: #171a21;--surface-hi: #1f242e;--border: #2a303c;--text: #e7e9ee;--text-dim: #9aa3b2;--accent: #6ea8fe;--accent-ink: #0b1220;--warn: #e0a44a;--danger: #e06c75;--radius: 10px}@media(prefers-color-scheme:light){:root{--bg: #f6f7f9;--surface: #ffffff;--surface-hi: #eef1f5;--border: #d8dee8;--text: #1a1d23;--text-dim: #5c6675;--accent: #2563eb;--accent-ink: #ffffff;--warn: #a4620d;--danger: #b3261e}}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font:15px/1.5 system-ui,-apple-system,Segoe UI,sans-serif}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit;color:inherit}input[type=text],input[type=email],input[type=password],input[type=search],textarea,select{width:100%;padding:.55rem .7rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius)}input:focus-visible,textarea:focus-visible,select:focus-visible,button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-hi);cursor:pointer}.btn:hover{border-color:var(--accent)}.btn-primary{background:var(--accent);border-color:var(--accent);color:var(--accent-ink);font-weight:600}.btn-quiet{background:transparent}.btn:disabled{opacity:.55;cursor:not-allowed}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.chip{display:inline-block;padding:.15rem .55rem;border-radius:999px;background:var(--surface-hi);border:1px solid var(--border);font-size:.8rem;color:var(--text-dim)}.chip-cat{color:var(--text);border-color:var(--accent)}.muted{color:var(--text-dim)}.error{color:var(--danger)}.warn{color:var(--warn)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}header.svelte-12qhfyh{display:flex;align-items:center;gap:1.5rem;padding:.7rem 1.25rem;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10;flex-wrap:wrap}.brand.svelte-12qhfyh{font-weight:700;color:var(--text);text-decoration:none}nav.svelte-12qhfyh{display:flex;gap:1rem;margin-right:auto}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-dim);text-decoration:none;padding-bottom:2px;border-bottom:2px solid transparent}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text)}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--text);border-bottom-color:var(--accent)}form.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem}.who.svelte-12qhfyh{font-size:.9rem}main.svelte-12qhfyh{padding:1.25rem;max-width:1400px;margin:0 auto}main.centered.svelte-12qhfyh{display:grid;place-items:center;min-height:100dvh}
