:root{--bg: #ffffff;--panel: #f6f7f9;--text: #1c2024;--muted: #667085;--line: #e4e7ec;--bubble: #eef0f3;--code: #f3f4f6;--accent: #2f4ac0;--accent-ink: #ffffff;--danger: #b42318;--font-sans: "Instrument Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;--col-width: 720px}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #16181d;--panel: #1c1f25;--text: #e7e9ee;--muted: #9aa1ad;--line: #2b2f37;--bubble: #262a32;--code: #20232a;--accent: #8ea2ff;--accent-ink: #10131c;--danger: #ff8a80}}:root[data-theme=dark]{--bg: #16181d;--panel: #1c1f25;--text: #e7e9ee;--muted: #9aa1ad;--line: #2b2f37;--bubble: #262a32;--code: #20232a;--accent: #8ea2ff;--accent-ink: #10131c;--danger: #ff8a80}*,*:before,*:after{box-sizing:border-box}html,body,#app{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}button{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:6px}
