@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);:root{--wondadv5-brand:#465FFF;--wondadv5-brand-light:#eef2ff;--wondadv5-gray-50:#f9fafb;--wondadv5-gray-100:#f2f4f7;--wondadv5-gray-200:#e4e7ec;--wondadv5-gray-500:#667085;--wondadv5-gray-700:#344054;--wondadv5-gray-900:#101828;--wondadv5-shadow-sm:0 1px 3px rgba(16,24,40,0.1), 0 1px 2px rgba(16,24,40,0.06);--wondadv5-shadow-md:0 4px 8px -2px rgba(16,24,40,0.1), 0 2px 4px -2px rgba(16,24,40,0.06);--wondadv5-radius-lg:1rem;--wondadv5-radius-md:0.75rem;--wondadv5-radius-sm:0.5rem}.wondadv5-chat-app{max-width:800px;margin:0 auto;background:#fff;border-radius:1rem;box-shadow:var(--wondadv5-shadow-md);display:flex;flex-direction:column;height:500px;overflow:hidden}.wondadv5-chat-messages{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;padding:1rem;background:var(--wondadv5-gray-50);display:flex;flex-direction:column;gap:1rem}.wondadv5-message{display:flex;max-width:85%}.wondadv5-message.user{justify-content:flex-end;align-self:flex-end}.wondadv5-message.bot{justify-content:flex-start}.wondadv5-bubble{padding:.75rem 1rem;border-radius:1.2rem;font-size:.9rem;line-height:1.4;word-wrap:break-word}.user-bubble{background:var(--wondadv5-brand);color:#fff;border-bottom-right-radius:.25rem}.bot-bubble{background:#fff;border:1px solid var(--wondadv5-gray-200);border-bottom-left-radius:.25rem}.wondadv5-chat-input-area{display:flex;gap:.5rem;padding:.75rem;border-top:1px solid var(--wondadv5-gray-200);background:#fff;flex-wrap:wrap}#wondadv5-chat-input{flex:1;padding:.6rem .75rem;border:1px solid #cbd5e1;border-radius:2rem;font-family:inherit}#wondadv5-send-btn{background:var(--wondadv5-brand);color:#fff;border:none;border-radius:2rem;padding:0 1.2rem;cursor:pointer}.wondadv5-typing{display:flex;align-items:center;gap:6px;padding:.5rem}.wondadv5-typing span{width:8px;height:8px;background:var(--wondadv5-brand);border-radius:50%;animation:bounce 1.2s infinite}.wondadv5-typing span:nth-child(2){animation-delay:0.2s}.wondadv5-typing span:nth-child(3){animation-delay:0.4s}@keyframes bounce{0%,60%,100%{transform:translateY(0)}30%{transform:translateY(-6px)}}.wondadv5-loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:20px;background:var(--wondadv5-gray-50);border-radius:var(--wondadv5-radius-md)}.wondadv5-spinner{width:28px;height:28px;border:3px solid var(--wondadv5-gray-200);border-top-color:var(--wondadv5-brand);border-radius:50%;animation:spin 0.8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.wondadv5-loading-text{font-weight:500;color:var(--wondadv5-gray-700)}.wondadv5-recommendation-card{background:var(--wondadv5-gray-50);border-left:4px solid var(--wondadv5-brand);border-radius:var(--wondadv5-radius-md);padding:1rem;margin-bottom:1rem}.wondadv5-price{font-weight:700;color:var(--wondadv5-brand)}.wondadv5-order-link{display:inline-block;background:var(--wondadv5-brand);color:white!important;padding:6px 12px;border-radius:var(--wondadv5-radius-sm);text-decoration:none;margin-top:.5rem;font-weight:600}.wondadv5-explanation{background:var(--wondadv5-brand-light);padding:.75rem;border-radius:var(--wondadv5-radius-md);margin:1rem 0}.wondadv5-quick-prompts-container{width:100%;margin-top:8px}.wondadv5-quick-prompts-container.hidden{display:none}.wondadv5-quick-prompts{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.wondadv5-quick-prompt{background:var(--wondadv5-brand);color:white!important;border:none;border-radius:20px;padding:6px 14px;font-size:.8rem;cursor:pointer}.wondadv5-domain-check{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--wondadv5-gray-200)}.wondadv5-domain-check input{width:70%;padding:.5rem;margin-right:.5rem}.wondadv5-footer{text-align:center;margin-top:1rem;font-size:.7rem;color:var(--wondadv5-gray-500)}.error{color:#d32f2f;background:#ffebee;padding:10px;border-radius:var(--wondadv5-radius-sm)}@media (max-width:600px){.wondadv5-chat-app{height:70vh}}.typing-message .typing-bubble{display:flex;align-items:center;gap:4px;background:#fff;border:1px solid #e4e7ec;border-bottom-left-radius:.25rem;padding:.5rem 1rem}.typing-bubble span{width:8px;height:8px;background:#465FFF;border-radius:50%;animation:typingBounce 1.2s infinite}.typing-bubble span:nth-child(2){animation-delay:0.2s}.typing-bubble span:nth-child(3){animation-delay:0.4s}@keyframes typingBounce{0%,60%,100%{transform:translateY(0)}30%{transform:translateY(-6px)}}.wondadv5-chat-input-area{display:none}.wondadv5-recommendation-card{border-left:none!important;border-bottom:1px solid #6c757d!important}.wondadv5-recommendation-card:last-child{border-bottom:none!important}