:root{--bg:#0d1420;--surface:#151f31;--surface-deep:#0a111d;--border:#263650;--border-strong:#3a5178;--text:#e8eefb;--muted:#93a5c4;--accent:#d98a4e;--accent-soft:#d98a4e22;--accent-ink:#1a1206;--ok:#4fbf8b;--ok-soft:#4fbf8b1c;--warn:#e0a32e;--warn-soft:#e0a32e1c;--err:#e5484d;--err-soft:#e5484d1c;--radius:10px;--radius-lg:14px}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font:15px/1.55 -apple-system,Segoe UI,system-ui,sans-serif}h1{letter-spacing:-.02em;font-size:1.6rem;font-weight:700}h2{letter-spacing:-.01em}a{color:inherit}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.status-dot{vertical-align:middle;border-radius:50%;width:8px;height:8px;display:inline-block}.status-dot.ok{background:var(--ok)}.status-dot.warn{background:var(--warn)}.status-dot.err{background:var(--err)}.status-dot.busy{background:var(--accent);animation:1.2s ease-in-out infinite pulse}@keyframes pulse{50%{opacity:.35}}.spin{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.md :is(h1,h2,h3){color:var(--accent);margin:18px 0 6px;font-size:1.02rem}.md p{margin:8px 0}.md ul,.md ol{margin:8px 0;padding-left:22px}.md li{margin:3px 0}.md blockquote{border-left:3px solid var(--accent);background:var(--surface-deep);color:var(--muted);border-radius:0 8px 8px 0;margin:10px 0;padding:6px 14px}.md code{background:var(--surface-deep);border:1px solid var(--border);border-radius:5px;padding:1px 6px;font-size:.86em}.md table{border-collapse:collapse;width:100%;margin:10px 0;font-size:.92rem}.md th,.md td{border:1px solid var(--border);text-align:left;padding:6px 10px}.md th{background:var(--surface-deep);color:var(--muted)}.md hr{border:0;border-top:1px solid var(--border);margin:16px 0}.site.svelte-12qhfyh{background:var(--surface);border-bottom:1px solid var(--border);z-index:10;justify-content:space-between;align-items:center;padding:14px 24px;display:flex;position:sticky;top:0}.brand.svelte-12qhfyh{color:var(--text);letter-spacing:-.01em;font-size:1.02rem;font-weight:700;text-decoration:none}.brand.svelte-12qhfyh span:where(.svelte-12qhfyh){color:var(--accent)}nav.svelte-12qhfyh{gap:4px;display:flex}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--muted);border-radius:8px;padding:6px 12px;font-size:.92rem;text-decoration:none}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text);background:var(--surface-deep)}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--accent);background:var(--accent-soft);font-weight:600}.site-footer.svelte-12qhfyh{border-top:1px solid var(--border);max-width:1080px;color:var(--muted);margin:40px auto 0;padding:18px 20px 28px;font-size:.8rem}
