:root{--embedai-primary: #4f46e5;--embedai-bg: #ffffff;--embedai-surface: #f4f5f7;--embedai-text: #1a1a1f;--embedai-text-muted: #6b7280;--embedai-border: #e5e7eb;--embedai-error: #dc2626;--embedai-radius: 14px}*{box-sizing:border-box}html,body,#app{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--embedai-text);background:var(--embedai-bg);font-size:14px;line-height:1.45}.embedai-widget{display:flex;flex-direction:column;height:100%}.embedai-header{flex:none;padding:14px 16px;background:var(--embedai-primary);color:#fff}.embedai-header-title{font-weight:600;font-size:15px}.embedai-status{flex:none;padding:8px 16px;font-size:13px;text-align:center;background:var(--embedai-surface);color:var(--embedai-text-muted);border-bottom:1px solid var(--embedai-border)}.embedai-status[data-visible=false]{display:none}.embedai-status[data-tone=error]{color:var(--embedai-error);background:#fef2f2}.embedai-messages{flex:1 1 auto;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.embedai-live-region{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.embedai-bubble{max-width:82%;padding:9px 13px;border-radius:var(--embedai-radius);white-space:pre-wrap;word-break:break-word;font-size:14px}.embedai-bubble-user{align-self:flex-end;background:var(--embedai-primary);color:#fff;border-bottom-right-radius:4px}.embedai-bubble-assistant{align-self:flex-start;background:var(--embedai-surface);color:var(--embedai-text);border-bottom-left-radius:4px}.embedai-typing{display:flex;align-items:center;gap:4px;padding:12px 14px}.embedai-typing span{width:6px;height:6px;border-radius:50%;background:var(--embedai-text-muted);animation:embedai-bounce 1.2s infinite ease-in-out}.embedai-typing span:nth-child(2){animation-delay:.15s}.embedai-typing span:nth-child(3){animation-delay:.3s}@keyframes embedai-bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}.embedai-input-row{flex:none;display:flex;align-items:flex-end;gap:8px;padding:12px;border-top:1px solid var(--embedai-border);background:var(--embedai-bg)}.embedai-input{flex:1 1 auto;resize:none;border:1px solid var(--embedai-border);border-radius:10px;padding:9px 12px;font:inherit;color:var(--embedai-text);background:var(--embedai-bg);max-height:120px}.embedai-input:focus{outline:none;border-color:var(--embedai-primary)}.embedai-input:disabled{background:var(--embedai-surface);color:var(--embedai-text-muted)}.embedai-send{flex:none;width:36px;height:36px;border:none;border-radius:50%;background:var(--embedai-primary);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .15s ease}.embedai-send svg{width:16px;height:16px;fill:currentColor}.embedai-send:disabled{opacity:.4;cursor:default}.embedai-send:not(:disabled):hover{opacity:.9}@media (prefers-reduced-motion: reduce){.embedai-typing span{animation:none}}
