@charset "UTF-8";:root{color-scheme:light dark;--bg: #f6f7f9;--surface: #ffffff;--surface-muted: #f0f2f5;--border: #dfe3e8;--text: #14181f;--text-muted: #6b7480;--accent: #2f6feb;--accent-contrast: #ffffff;--ok: #1f8b4c;--warn: #b4690e;--danger: #c02b2b;--ours: #d9ead3;--radius: 10px;--gap: 16px;--font: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #14171c;--surface: #1c2027;--surface-muted: #232833;--border: #313845;--text: #e7ebf0;--text-muted: #98a2b0;--accent: #5b91f5;--accent-contrast: #0d1117;--ok: #4cb782;--warn: #d99a3e;--danger: #e0685f;--ours: #24402a}}*{box-sizing:border-box}html,body{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.5;overscroll-behavior-y:none}h1,h2,h3{line-height:1.25;margin:0 0 .5em}a{color:var(--accent)}
