:root{--border:#d9d9e3;--surface:#f7f7f9;--muted:#6b7280;--accent:#4f46e5;--danger:#dc2626;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--border:#3a3a44;--surface:#26262e;--muted:#9ca3af;--accent:#6366f1}}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.chat{flex-direction:column;max-width:720px;height:100dvh;margin:0 auto;padding:0 1rem;display:flex}.chat-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:.5rem;padding:1rem 0 .75rem;display:flex}.chat-header h1{margin:0;font-size:1.25rem}.chat-header p{color:var(--muted);margin:.25rem 0 0;font-size:.875rem}.messages{flex-direction:column;flex:1;gap:.75rem;padding:1rem 0;display:flex;overflow-y:auto}.empty{color:var(--muted);margin:auto}.message{display:flex}.message.user{justify-content:flex-end}.bubble{overflow-wrap:break-word;border-radius:1rem;max-width:85%;padding:.5rem .875rem;line-height:1.5}.chips{flex-wrap:wrap;gap:.375rem;margin-top:.5rem;display:flex}.chip{border:1px solid var(--border);color:var(--muted);border-radius:999px;padding:.125rem .625rem;font-size:.75rem}.message.user .bubble{background:var(--accent);color:#fff;border-bottom-right-radius:.25rem}.message.assistant .bubble{background:var(--surface);border:1px solid var(--border);border-bottom-left-radius:.25rem}.bubble p{margin:.5rem 0}.bubble p:first-child{margin-top:0}.bubble p:last-child{margin-bottom:0}.bubble pre{background:#0000000f;border-radius:.5rem;padding:.5rem;overflow-x:auto}.typing{color:var(--muted)}.error{color:var(--danger);font-size:.875rem}.composer{border-top:1px solid var(--border);gap:.5rem;padding:.75rem 0 1rem;display:flex}.composer input{border:1px solid var(--border);background:var(--surface);color:inherit;font:inherit;border-radius:.75rem;flex:1;padding:.625rem .875rem}.composer input:focus{outline:2px solid var(--accent);outline-offset:-1px}.composer button{background:var(--accent);color:#fff;font:inherit;cursor:pointer;border:none;border-radius:.75rem;padding:.625rem 1.25rem}.composer button:disabled{opacity:.5;cursor:default}.chat.embed{max-width:none;padding:0 .75rem}.embed-controls{gap:.25rem;margin-top:.125rem;display:flex}.embed-controls button{border:1px solid var(--border);background:var(--surface);width:2rem;height:2rem;color:var(--muted);font:inherit;cursor:pointer;border-radius:.5rem;font-size:1rem;line-height:1}.embed-controls button:hover{color:inherit}
