:root{--bg: #ffffff;--surface: #ffffff;--surface-alt: #f5f6f8;--text: #14181f;--muted: #6b7280;--line: #e3e6ea;--line-strong: #c8ccd2;--accent: #2f6fb0;--accent-ink: #1b4a78;--fill: #dceafa;--fill-strong: #bcd8f5;--cluster-bg: #e8edf3;--strand-bg: #f2f4f7;--danger: #b42318;--danger-bg: #fdeceb;--warn: #8a5a06;--ok: #1f7a4d;--faint: #98a0ac;--crosshair: rgb(47 111 176 / .08);color-scheme:light dark}@media(prefers-color-scheme:dark){:root{--bg: #14171c;--surface: #1a1e25;--surface-alt: #21262e;--text: #e6e9ee;--muted: #99a1ad;--line: #2c323b;--line-strong: #414954;--accent: #6aa6e0;--accent-ink: #cfe3f8;--fill: #223449;--fill-strong: #2e4a68;--cluster-bg: #232a33;--strand-bg: #1e232a;--danger: #f2a29b;--danger-bg: #3a1f1d;--warn: #e0b25f;--ok: #6bc394;--faint: #737d8b;--crosshair: rgb(122 168 224 / .11)}}*{box-sizing:border-box}html,body{margin:0;height:100%}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5}a{color:var(--accent)}.button{display:inline-flex;align-items:center;font:inherit;font-size:.875rem;padding:.4rem .85rem;border-radius:8px;border:1px solid var(--line);background:var(--surface);color:var(--text);text-decoration:none;cursor:pointer}.button.primary{background:var(--accent);border-color:var(--accent);color:#fff}.button:disabled{opacity:.5;cursor:not-allowed}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.button:hover:not(:disabled){border-color:var(--line-strong)}.button.primary:hover:not(:disabled){background:var(--accent-ink);border-color:var(--accent-ink)}.button.danger{color:var(--danger);border-color:var(--danger-bg)}
