*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,sans-serif;background:#0f1117;color:#e8eaf0}.app{display:flex;flex-direction:column;max-width:44rem;margin:0 auto;height:100dvh;padding:1rem}header h1{margin:0;font-size:1.25rem}.disclosure{margin:.25rem 0 0;font-size:.8rem;color:#9aa0b0}.messages{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;padding:1rem 0}.bubble{max-width:85%;padding:.6rem .9rem;border-radius:1rem;line-height:1.45;white-space:pre-wrap;overflow-wrap:break-word}.bubble.user{align-self:flex-end;background:#2b5cff;color:#fff}.bubble.assistant{align-self:flex-start;background:#1d212c}.bubble.error{background:#3a2126;color:#ffb4bd}form{display:flex;gap:.5rem}form input{flex:1;padding:.7rem .9rem;border-radius:.75rem;border:1px solid #2a2f3d;background:#1d212c;color:inherit;font-size:1rem}form button{padding:.7rem 1.1rem;border-radius:.75rem;border:none;background:#2b5cff;color:#fff;font-size:1rem;cursor:pointer}form button:disabled{opacity:.5;cursor:default}.turnstile{position:fixed;bottom:5rem;right:1rem;z-index:10}
