@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.voice-mode{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:48px 24px 24px;position:relative;min-height:100%;box-sizing:border-box;animation:voice-fade-in .3s ease}@keyframes voice-fade-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.voice-close-btn{position:absolute;top:12px;right:12px;background:var(--chatty-bg-card);border:1px solid var(--chatty-border);color:var(--chatty-text-secondary);width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:2}.voice-close-btn:hover{color:var(--chatty-text);background:var(--chatty-bg-hover)}.voice-orb-container{cursor:pointer;position:relative;width:200px;height:200px;display:flex;align-items:center;justify-content:center;transition:transform .2s}.voice-orb-container:hover{transform:scale(1.05)}.voice-orb-container:active{transform:scale(.95)}.voice-orb-canvas{position:absolute;inset:0;width:100%;height:100%}.voice-mic-icon{position:relative;z-index:1;color:var(--chatty-primary);transition:all .3s}.voice-mic-icon.listening{animation:voice-mic-pulse 1.2s ease-in-out infinite}.voice-mic-icon.speaking{color:var(--chatty-primary);opacity:.8}@keyframes voice-mic-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.voice-spinner{width:24px;height:24px;border:3px solid var(--chatty-border);border-top-color:var(--chatty-primary);border-radius:50%;animation:chatty-spin .8s linear infinite}.voice-state-label{margin-top:16px;font-size:.85rem;font-weight:600;letter-spacing:.03em;transition:all .3s}.voice-transcript{margin-top:20px;max-width:100%;max-height:120px;overflow-y:auto;padding:0 16px;text-align:center}.voice-transcript-user{font-size:.85rem;color:var(--chatty-text-secondary);font-style:italic;margin:0;line-height:1.4}.voice-transcript-ai{font-size:.88rem;color:var(--chatty-text);margin:0;line-height:1.5}.voice-premium-badge{position:absolute;top:16px;left:16px;font-size:.65rem;font-weight:700;padding:3px 8px;border-radius:6px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;letter-spacing:.05em}.chatty-mic-btn{width:36px;height:36px;border:none;background:none;color:var(--chatty-text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;flex-shrink:0}.chatty-mic-btn:hover{color:var(--chatty-primary);background:var(--chatty-primary-glow)}.chatty-mic-btn.active{color:#ef4444;background:#ef44441a;animation:voice-mic-pulse 1.2s ease-in-out infinite}:root{--chatty-primary: #6C5CE7;--chatty-primary-hover: #5a4bd6;--chatty-primary-glow: rgba(108, 92, 231, .15);--chatty-bg: #ffffff;--chatty-bg-card: #f4f5f7;--chatty-bg-input: #f8f9fb;--chatty-border: #e5e7eb;--chatty-text: #1a1a2e;--chatty-text-secondary: #6b7280;--chatty-text-muted: #9ca3af;--chatty-danger: #ef4444;--chatty-radius: 16px;--chatty-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--chatty-shadow: 0 4px 24px rgba(0, 0, 0, .08)}html.chatty-dark-mode{--chatty-bg: #1f2937;--chatty-bg-card: #111827;--chatty-bg-input: #374151;--chatty-border: #374151;--chatty-text: #f9fafb;--chatty-text-secondary: #d1d5db;--chatty-text-muted: #9ca3af}@media(prefers-color-scheme:dark){html.chatty-auto-mode{--chatty-bg: #1f2937;--chatty-bg-card: #111827;--chatty-bg-input: #374151;--chatty-border: #374151;--chatty-text: #f9fafb;--chatty-text-secondary: #d1d5db;--chatty-text-muted: #9ca3af}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow:hidden;background:var(--chatty-bg)}#chatty-widget-root{height:100%;background:var(--chatty-bg)}.chatty-widget{display:flex;flex-direction:column;height:100vh;width:100%;background:var(--chatty-bg);font-family:var(--chatty-font);color:var(--chatty-text);-webkit-font-smoothing:antialiased;overflow:hidden;border-radius:var(--chatty-radius);box-shadow:var(--chatty-shadow)}.chatty-header{display:flex;align-items:center;justify-content:space-between;padding:20px 16px 14px;background:linear-gradient(135deg,var(--chatty-primary),var(--chatty-primary-hover));flex-shrink:0;border-radius:var(--chatty-radius) var(--chatty-radius) 0 0;min-height:52px}.chatty-header-info{display:flex;align-items:center;gap:10px;line-height:1;flex:1;min-height:28px}.chatty-header-dot{width:8px;height:8px;border-radius:50%;background:var(--chatty-success);box-shadow:0 0 8px #10b98199;animation:pulse 2s infinite;flex-shrink:0}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.chatty-header-title{font-size:.9375rem;font-weight:600;color:#fff;line-height:28px}.chatty-close-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#fff3;border:none;border-radius:50%;color:#ffffffe6;cursor:pointer;transition:all .2s;flex-shrink:0;padding:0}.chatty-close-btn:hover{background:#ffffff59;color:#fff}.chatty-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth;background:var(--chatty-bg)}.chatty-messages::-webkit-scrollbar{width:4px}.chatty-messages::-webkit-scrollbar-track{background:transparent}.chatty-messages::-webkit-scrollbar-thumb{background:var(--chatty-border);border-radius:2px}.chatty-msg{display:flex;gap:8px;max-width:88%;animation:msgSlide .25s ease-out}@keyframes msgSlide{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chatty-msg-user{align-self:flex-end;flex-direction:row-reverse}.chatty-msg-assistant{align-self:flex-start}.chatty-msg-avatar{width:28px;height:28px;border-radius:50%;background:var(--chatty-primary);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;box-shadow:0 2px 8px var(--chatty-primary-glow)}.chatty-msg-bubble{position:relative}.chatty-msg-content{padding:10px 14px;font-size:.875rem;line-height:1.55;border-radius:var(--chatty-radius);word-wrap:break-word;white-space:pre-wrap}.chatty-msg-user .chatty-msg-content{background:var(--chatty-primary);color:#fff;border-bottom-right-radius:4px;box-shadow:0 2px 8px var(--chatty-primary-glow)}.chatty-msg-assistant .chatty-msg-content{background:var(--chatty-bg-card);color:var(--chatty-text);border:1px solid var(--chatty-border);border-bottom-left-radius:4px}.chatty-cursor{display:inline-block;color:var(--chatty-primary);animation:blink .8s infinite;margin-left:2px;font-size:.75rem}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.chatty-msg-actions{display:flex;gap:4px;margin-top:4px;opacity:0;transition:opacity .2s}.chatty-msg-bubble:hover .chatty-msg-actions{opacity:1}.chatty-msg-actions .active{opacity:1!important}.chatty-rate-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:none;border:1px solid transparent;border-radius:var(--chatty-radius);color:var(--chatty-text-muted);cursor:pointer;transition:all .15s;padding:0}.chatty-rate-btn:hover{color:var(--chatty-text-secondary);background:var(--chatty-bg-card)}.chatty-rate-btn.active{color:var(--chatty-primary);background:var(--chatty-primary-glow);border-color:var(--chatty-primary)}.chatty-action-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:none;border:1px solid transparent;border-radius:calc(var(--chatty-radius) - 2px);color:var(--chatty-text-muted);cursor:pointer;transition:all .15s;padding:0;position:relative}.chatty-action-btn:hover{color:var(--chatty-text-secondary);background:var(--chatty-bg-card)}.chatty-action-btn.copied{color:var(--chatty-success)}.chatty-action-btn.copied:after{content:"✓";position:absolute;top:-18px;left:50%;transform:translate(-50%);font-size:.625rem;font-weight:700;color:var(--chatty-success);background:var(--chatty-bg);border:1px solid var(--chatty-border);padding:1px 5px;border-radius:calc(var(--chatty-radius) - 4px);white-space:nowrap;animation:copyPop .2s ease-out}@keyframes copyPop{0%{opacity:0;transform:translate(-50%) translateY(4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.chatty-error{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;background:#ef444414;border:1px solid rgba(239,68,68,.15);border-radius:var(--chatty-radius);font-size:.75rem;color:var(--chatty-danger)}.chatty-error button{background:none;border:none;color:var(--chatty-danger);font-size:.75rem;cursor:pointer;text-decoration:underline;font-family:var(--chatty-font)}.chatty-input-area{display:flex;align-items:center;gap:8px;padding:12px 16px;border-top:1px solid var(--chatty-border);background:var(--chatty-bg);flex-shrink:0}.chatty-input{flex:1;padding:10px 14px;font-size:16px;font-family:var(--chatty-font);background:var(--chatty-bg-input);border:1px solid var(--chatty-border);border-radius:calc(var(--chatty-radius) - 2px);color:var(--chatty-text);outline:none;transition:border-color .2s,box-shadow .2s}.chatty-input:focus{border-color:var(--chatty-primary);box-shadow:0 0 0 3px var(--chatty-primary-glow)}.chatty-input::placeholder{color:var(--chatty-text-muted)}.chatty-input:disabled{opacity:.5}.chatty-send-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--chatty-primary);border:none;border-radius:calc(var(--chatty-radius) - 2px);color:#fff;cursor:pointer;transition:all .2s;flex-shrink:0;box-shadow:0 2px 8px var(--chatty-primary-glow)}.chatty-send-btn:hover:not(:disabled){background:var(--chatty-primary-hover);transform:scale(1.05);box-shadow:0 4px 12px var(--chatty-primary-glow)}.chatty-send-btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.chatty-footer{text-align:center;padding:8px;font-size:.6875rem;color:var(--chatty-text-muted);border-top:1px solid var(--chatty-border);flex-shrink:0;background:var(--chatty-bg)}.chatty-footer a{color:var(--chatty-primary);text-decoration:none;font-weight:600}.chatty-footer a:hover{text-decoration:underline}.chatty-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:12px;color:var(--chatty-text-secondary);font-size:.875rem;background:var(--chatty-bg)}.chatty-spinner{width:28px;height:28px;border:3px solid var(--chatty-border);border-top-color:var(--chatty-primary);border-radius:50%;animation:spin .8s linear infinite}.chatty-spinner-sm{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.chatty-review-card{margin:12px 8px;padding:16px;background:var(--chatty-bg-card);border-radius:var(--chatty-radius);border:1px solid var(--chatty-border);animation:chatty-slide-up .3s ease}.chatty-review-submitted{text-align:center;padding:24px 16px}.chatty-review-check{margin-bottom:8px;animation:chatty-scale-in .4s cubic-bezier(.175,.885,.32,1.275)}.chatty-review-thanks{font-size:15px;font-weight:600;color:var(--chatty-text);margin:0}.chatty-review-title{font-size:14px;font-weight:600;color:var(--chatty-text);margin:0 0 12px;text-align:center}.chatty-review-stars{display:flex;justify-content:center;gap:4px;margin-bottom:8px}.chatty-star{background:none;border:none;cursor:pointer;padding:4px;color:var(--chatty-text-muted);transition:transform .15s ease,color .15s ease;border-radius:4px}.chatty-star:hover{transform:scale(1.2)}.chatty-star.active{transform:scale(1.1)}.chatty-review-form{display:flex;flex-direction:column;gap:8px;margin-top:12px;animation:chatty-slide-up .2s ease}.chatty-review-input,.chatty-review-textarea{font-family:var(--chatty-font);font-size:16px;padding:8px 12px;border:1px solid var(--chatty-border);border-radius:calc(var(--chatty-radius) - 6px);background:var(--chatty-bg);color:var(--chatty-text);outline:none;transition:border-color .2s;resize:none}.chatty-review-input:focus,.chatty-review-textarea:focus{border-color:var(--chatty-primary)}.chatty-review-input::placeholder,.chatty-review-textarea::placeholder{color:var(--chatty-text-muted)}.chatty-review-submit{font-family:var(--chatty-font);font-size:13px;font-weight:600;color:#fff;padding:10px 16px;border:none;border-radius:8px;cursor:pointer;transition:opacity .2s,transform .15s}.chatty-review-submit:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.chatty-review-submit:disabled{opacity:.6;cursor:not-allowed}.chatty-review-error{font-size:12px;color:var(--chatty-danger);margin:0}@keyframes chatty-slide-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes chatty-scale-in{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes chatty-pulse{0%,to{opacity:1}50%{opacity:.85}}.chatty-edge-mode{border-radius:0;box-shadow:none}.chatty-edge-mode .chatty-messages{border-radius:0}.chatty-edge-horizontal{height:100%;overflow:hidden}.chatty-edge-bar{display:flex;align-items:stretch;height:100%;width:100%;background:#1f2937;border-top:1px solid var(--chatty-primary);position:relative}.chatty-edge-input-side{flex:1;display:flex;align-items:center;gap:8px;padding:0 16px;min-width:0}.chatty-edge-input{flex:1;background:#374151;border:1px solid #4b5563;border-radius:8px;padding:8px 14px;font-size:14px;font-family:var(--chatty-font);color:#f9fafb;outline:none;transition:background .2s,border-color .2s,box-shadow .2s;min-width:0}.chatty-edge-input:focus{background:#4b5563;border-color:var(--chatty-primary);box-shadow:0 0 0 2px var(--chatty-primary-glow)}.chatty-edge-input::placeholder{color:#9ca3af}.chatty-edge-input:disabled{opacity:.5}.chatty-edge-btns{display:flex;gap:4px;flex-shrink:0}.chatty-edge-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#374151;border:1px solid #4b5563;border-radius:8px;color:#d1d5db;cursor:pointer;transition:background .2s,transform .1s}.chatty-edge-btn:hover:not(:disabled){background:#4b5563;color:#f9fafb}.chatty-edge-btn:active:not(:disabled){transform:scale(.95)}.chatty-edge-btn:disabled{opacity:.35;cursor:not-allowed}.chatty-edge-btn.active,.chatty-edge-send{background:var(--chatty-primary);border-color:var(--chatty-primary);color:#fff}.chatty-edge-send:hover:not(:disabled){filter:brightness(1.1)}.chatty-edge-divider{width:1px;align-self:stretch;margin:10px 0;background:#4b5563;flex-shrink:0}.chatty-edge-divider-draggable{width:5px;margin:8px 0;cursor:col-resize;background:#4b5563;border-radius:2px;transition:background .2s}.chatty-edge-divider-draggable:hover{background:var(--chatty-primary)}.chatty-edge-response-side{flex:1;display:flex;align-items:center;gap:10px;padding:0 16px;min-width:0;overflow:hidden}.chatty-edge-bot-info{display:flex;align-items:center;gap:6px;flex-shrink:0}.chatty-edge-bot-avatar{width:28px;height:28px;border-radius:50%;background:var(--chatty-primary);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chatty-edge-bot-name{font-size:.8rem;font-weight:600;color:#f9fafb;white-space:nowrap}.chatty-edge-response-text{flex:1;font-size:.85rem;line-height:1.6;color:#e5e7eb;overflow-x:hidden;overflow-y:auto;white-space:normal;word-wrap:break-word;min-width:0;scroll-behavior:smooth;padding:2px 0;max-height:100%}.chatty-edge-response-text::-webkit-scrollbar{width:3px}.chatty-edge-response-text::-webkit-scrollbar-track{background:transparent}.chatty-edge-response-text::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.chatty-edge-response-text::-webkit-scrollbar-thumb:hover{background:#fff6}.chatty-edge-expanded .chatty-edge-response-text{overflow-y:auto}.chatty-edge-placeholder{color:#ffffff73;font-style:italic}.chatty-edge-welcome{color:#ffffffd9;font-weight:500}.chatty-edge-caret{position:absolute;top:2px;right:12px;width:24px;height:16px;display:flex;align-items:center;justify-content:center;background:#0003;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;border-radius:0 0 calc(var(--chatty-radius) - 2px) calc(var(--chatty-radius) - 2px);color:#ffffffb3;cursor:pointer;font-size:10px;transition:background .15s,color .15s;padding:0}.chatty-edge-caret:hover{background:#0006;color:#fff}.chatty-edge-expanded .chatty-edge-input-side,.chatty-edge-expanded .chatty-edge-response-side{align-items:flex-start;padding-top:14px}.chatty-edge-expanded .chatty-edge-btns{margin-top:2px}.chatty-edge-mode:not(.chatty-edge-horizontal) .chatty-header{display:none}.chatty-edge-mode:not(.chatty-edge-horizontal) .chatty-footer{display:none}.chatty-edge-mode:not(.chatty-edge-horizontal){border-radius:0}.chatty-edge-horizontal .chatty-mic-btn{display:none}
