:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{color-scheme:light}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;background:#f6f7fb;color:#111827}.site-header{position:fixed;top:0;left:0;right:0;height:64px;display:flex;align-items:center;padding:0 24px;background:transparent;z-index:10}.logo-link{display:inline-flex;align-items:center}.logo-img{height:28px;width:auto}.app-root{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:96px 24px 24px}.chat-container{display:grid;grid-template-rows:1fr auto;width:min(820px,94vw);height:min(80vh,860px);background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 12px 28px #0f172a14}.messages{overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:12px}.bubble{display:flex;width:100%}.bubble .content{padding:14px 16px;border-radius:12px;max-width:85%;line-height:1.5;white-space:pre-wrap}.bubble.user{justify-content:flex-end}.bubble.user .content{background:#ef4444;color:#fff}.bubble.assistant{justify-content:flex-start}.bubble.assistant .content{background:#f3f4f6;border:1px solid #e5e7eb}.composer{display:grid;grid-template-columns:1fr auto;gap:12px;padding:16px;background:#fff;border-top:1px solid #e5e7eb}.composer textarea{resize:none;padding:12px 14px;border-radius:10px;border:1px solid #d1d5db;background:#fff;color:#111827;outline:none}.composer button{padding:12px 18px;border-radius:10px;border:1px solid #ef4444;background:#ef4444;color:#fff;cursor:pointer}.composer button:disabled{opacity:.5;cursor:not-allowed}
