*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f8f7fc;color:#18181b}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.embed{display:flex;flex-direction:column;height:100%;min-height:100dvh}.embed__messages{flex:1;overflow-y:auto;padding:1rem 1rem .5rem;display:flex;flex-direction:column;gap:.75rem}.embed__welcome{margin:auto 0;padding:.5rem .25rem;color:#52525b;font-size:.9375rem;line-height:1.55}.embed__welcome-title{margin:0 0 .35rem;font-size:1.05rem;font-weight:600;color:#18181b}.embed__message{max-width:92%;display:flex;flex-direction:column;gap:.25rem}.embed__message--user{align-self:flex-end}.embed__message--assistant{align-self:flex-start}.embed__message-label{font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#71717a}.embed__message-body{padding:.65rem .85rem;border-radius:.85rem;font-size:.9375rem;line-height:1.5}.embed__message-body p{margin:0}.embed__message-body p+p{margin-top:.5rem}.embed__message--user .embed__message-body{background:#18181b;color:#fafafa;border-bottom-right-radius:.25rem}.embed__message--assistant .embed__message-body{background:#fff;border:1px solid #e4e4e7;border-bottom-left-radius:.25rem}.embed__typing{display:flex;gap:.3rem;padding:.5rem .75rem;align-self:flex-start}.embed__typing span{width:.45rem;height:.45rem;border-radius:50%;background:#a1a1aa;animation:embed-bounce 1.2s infinite ease-in-out}.embed__typing span:nth-child(2){animation-delay:.15s}.embed__typing span:nth-child(3){animation-delay:.3s}@keyframes embed-bounce{0%,80%,to{transform:translateY(0);opacity:.45}40%{transform:translateY(-4px);opacity:1}}.embed__error{margin:0;padding:.5rem 1rem;font-size:.8125rem;color:#b91c1c;background:#fef2f2;border-top:1px solid #fecaca}.embed__form{display:flex;align-items:flex-end;gap:.5rem;padding:.75rem;border-top:1px solid #e4e4e7;background:#fff}.embed__input{flex:1;resize:none;min-height:2.75rem;max-height:7rem;padding:.65rem .75rem;border:1px solid #d4d4d8;border-radius:.65rem;font:inherit;line-height:1.4;background:#fafafa}.embed__input:focus{outline:2px solid #a78bfa;outline-offset:1px;border-color:#a78bfa}.embed__submit{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border:none;border-radius:.65rem;background:#18181b;color:#fff;cursor:pointer}.embed__submit:hover:not(:disabled){background:#27272a}.embed__submit:disabled{opacity:.45;cursor:not-allowed}@media(prefers-reduced-motion:reduce){.embed__typing span{animation:none}}
