:root{--ground: #f7f8fa;--panel: #ffffff;--sunken: #eef0f4;--line: #dfe3ea;--ink: #171a20;--ink-soft: #5c6473;--ink-faint: #8b93a3;--accent: #b46b12;--accent-bg: #fdf3e3;--accent-line: #e8c78d;--ok: #1f7a4d;--ok-bg: #e8f5ee;--danger: #b3261e;--danger-bg: #fdecea;--info: #2f5eb8;--info-bg: #e9eefb;--mono: ui-monospace, "Cascadia Code", "JetBrains Mono", Consolas, monospace;--sans: ui-sans-serif, system-ui, "Segoe UI", Inter, sans-serif;--radius: 8px;--btn: #171a20;--btn-ink: #ffffff;--btn-off: #e6e9ee;--btn-off-ink: #9aa2b1;--pick-bg: #e3ecfb;--pick-ink: #24447f;--pick-line: #b9cdf0;color-scheme:light}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--ground: #0e1116;--panel: #161a21;--sunken: #1c2029;--line: #272c36;--ink: #e6e9ef;--ink-soft: #a0a8b8;--ink-faint: #6e778a;--accent: #e0a95c;--accent-bg: #2a2015;--accent-line: #5c4526;--ok: #5ec98d;--ok-bg: #14251c;--danger: #f08279;--danger-bg: #2a1715;--info: #7fa5f0;--info-bg: #161d2e;--btn: #e6e9ef;--btn-ink: #10141a;--btn-off: #232833;--btn-off-ink: #78808f;--pick-bg: #1b2740;--pick-ink: #9dbcf5;--pick-line: #33456a;color-scheme:dark}}:root[data-theme=dark]{--ground: #0e1116;--panel: #161a21;--sunken: #1c2029;--line: #272c36;--ink: #e6e9ef;--ink-soft: #a0a8b8;--ink-faint: #6e778a;--accent: #e0a95c;--accent-bg: #2a2015;--accent-line: #5c4526;--ok: #5ec98d;--ok-bg: #14251c;--danger: #f08279;--danger-bg: #2a1715;--info: #7fa5f0;--info-bg: #161d2e;--btn: #e6e9ef;--btn-ink: #10141a;--btn-off: #232833;--btn-off-ink: #78808f;--pick-bg: #1b2740;--pick-ink: #9dbcf5;--pick-line: #33456a;color-scheme:dark}*{box-sizing:border-box}html,body{height:100%;margin:0}body{background:var(--ground);color:var(--ink);font-family:var(--sans);font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased}button{font:inherit;cursor:pointer;border-radius:6px;border:1px solid var(--line);background:var(--panel);color:var(--ink);padding:.4rem .8rem;transition:background .12s ease,border-color .12s ease}button:hover:not(:disabled){background:var(--sunken)}button:disabled{opacity:.5;cursor:not-allowed}button:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--info);outline-offset:1px}code,pre{font-family:var(--mono);font-size:12.5px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--line);border-radius:5px}
