:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:16px/145% var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc}}body{margin:0}h1{color:var(--text-h);font-weight:600}p{margin:0}code{font-family:var(--mono);color:var(--text-h);font-size:.9em}button{background:var(--accent);color:#fff;font:inherit;cursor:pointer;border:1px solid #0000;border-radius:8px;padding:.65rem 1.1rem;font-weight:600}button:hover:not(:disabled){filter:brightness(1.1)}.page{max-width:44rem;margin:0 auto;padding:3rem 1.5rem}h1{margin:0 0 .35rem;font-size:1.9rem}.subtitle{margin:0 0 2rem;font-size:.95rem}.subtitle code{background:var(--code-bg);border-radius:4px;padding:.1rem .35rem}.messages{flex-direction:column;gap:.6rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.messages li{border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:baseline;gap:1rem;padding:.9rem 1.1rem;display:flex}.messages .text{color:var(--text-h);font-size:1.15rem;font-weight:600}.messages time{white-space:nowrap;font-size:.8rem}.state{padding:1rem 0 2rem}.state.error{color:#dc2626}.state .hint{margin:.25rem 0 .75rem;font-size:.85rem}.composer{gap:.5rem;display:flex}.composer input{border:1px solid var(--border);color:var(--text-h);font:inherit;background:0 0;border-radius:8px;flex:1;padding:.65rem .8rem}.composer input:focus{outline:2px solid var(--accent);outline-offset:-1px}.composer button:disabled{opacity:.45;cursor:not-allowed}
