.cw-message-row.left{justify-content:flex-start}.cw-message-row.right{justify-content:flex-end}.cw-profile-avatar{position:relative;width:60px;height:60px;border-radius:9999px;border:4px solid #ffffff;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;background-color:var(--color-primary-50, #eff6ff);transition:transform .1s ease-out}.cw-profile-avatar img{width:100%;height:100%;object-fit:cover}.pulse-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:9999px;background-color:#60a5fa;opacity:.2;animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.tooltip-wrapper{position:absolute;right:100%;margin-right:1rem;top:50%;transform:translateY(-50%);background:#fff;color:#1e293b;font-size:.9rem;font-weight:600;padding:.375rem .75rem;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;opacity:0;white-space:nowrap;pointer-events:none;transition:opacity .2s ease-in-out;z-index:50;text-transform:none;letter-spacing:normal}.group:hover .tooltip-wrapper{opacity:1}.tooltip-arrow{position:absolute;left:100%;top:50%;transform:translateY(-50%);width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #ffffff}.cw-widget-container{position:fixed;bottom:110px;right:25px;z-index:9999;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;flex-direction:column;align-items:flex-end}.cw-feedback-toast{position:absolute;bottom:16px;left:16px;right:16px;background:#fff;padding:16px;border-radius:20px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;z-index:50;animation:slideUp .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;gap:12px;border:1px solid rgba(0,0,0,.05)}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cw-feedback-header{display:flex;justify-content:space-between;align-items:center}.cw-feedback-title{font-size:16px;font-weight:600;color:#1e293b;margin:0}.cw-feedback-subtitle{font-size:12px;color:#64748b;margin:0}.cw-star-rating{display:flex;justify-content:center;gap:8px;margin:4px 0}.cw-star{background:none;border:none;cursor:pointer;padding:0;color:#e2e8f0;transition:color .2s,transform .1s}.cw-star svg{width:28px;height:28px}.cw-star.filled{color:#fbbf24}.cw-star:hover{transform:scale(1.1)}.cw-feedback-input{width:100%;padding:8px 12px;border:1px solid #e2e8f0;border-radius:12px;font-size:13px;resize:none;outline:none;background-color:#f8fafc;transition:border-color .2s,background-color .2s;height:60px}.cw-feedback-input:focus{border-color:#712d7b;background-color:#fff}.cw-feedback-actions{display:flex;justify-content:flex-end;gap:8px}.cw-btn-toast-secondary{background:transparent;color:#64748b;border:none;padding:6px 12px;font-size:13px;font-weight:600;cursor:pointer;border-radius:8px}.cw-btn-toast-secondary:hover{background-color:#f1f5f9;color:#475569}.cw-btn-toast-primary{background:linear-gradient(135deg,#712d7b,#00aeef);color:#fff;border:none;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #712d7b33;transition:transform .1s}.cw-btn-toast-primary:hover{transform:translateY(-1px)}.cw-btn-toast-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.cw-feedback-close-icon{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s,color .2s}.cw-feedback-close-icon:hover{background-color:#f1f5f9;color:#64748b}.cw-feedback-expanded{display:flex;flex-direction:column;gap:12px;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.cw-main-window{width:380px;height:600px;max-height:80vh;background-color:#fff;border-radius:24px;box-shadow:0 10px 40px #00000026;display:flex;flex-direction:column;overflow:hidden;margin-bottom:16px;border:1px solid rgba(0,0,0,.05);animation:cwFadeIn .3s ease-out}@keyframes cwFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cw-header{background:linear-gradient(135deg,#712d7b,#00aeef);padding:8px 20px 8px 0;color:#fff;display:flex;justify-content:space-between;align-items:center}.cw-header-title{display:flex;align-items:center;gap:10px}.cw-header-text{font-size:18px;font-weight:700;margin:0}.cw-close-btn{background:transparent;border:none;color:#fff;opacity:.8;cursor:pointer;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.cw-close-btn:hover{opacity:1;background:#ffffff1a}.cw-content{flex:1;position:relative;overflow:hidden;background-color:#fff;display:flex;flex-direction:column}.cw-messages-area{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.cw-message-row{display:flex;align-items:flex-start;gap:8px}.cw-message-row.user{justify-content:flex-end}.cw-avatar-bot{width:32px;height:32px;background-color:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#712d7b;flex-shrink:0}.cw-bubble{max-width:100%;padding:12px 16px;font-size:14px;line-height:1.5}.cw-bubble.bot{background-color:#f8f9fa;color:#1e293b;border-radius:16px 16px 16px 0}.cw-bubble.user{background-color:#fff;color:#1e293b;border:1px solid #e2e8f0;border-radius:16px 16px 0}.cw-voice-container{display:flex;flex-direction:column;height:100%;width:100%}.cw-voice-center{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px}.cw-icon-box{width:100px;height:100px;background-color:#f8fafc;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.cw-icon-inner{border:2px solid #712d7b;border-radius:12px;padding:12px;color:#712d7b;display:flex;align-items:center;justify-content:center}.cw-title-lg{font-size:20px;font-weight:700;color:#1e293b;margin-bottom:8px}.cw-text-sm{font-size:14px;color:#64748b;margin-bottom:32px;line-height:1.5}.cw-btn-primary{background:linear-gradient(135deg,#712d7b,#00aeef);color:#fff;border:none;padding:14px 28px;border-radius:30px;font-weight:600;font-size:15px;display:flex;align-items:center;gap:10px;cursor:pointer;box-shadow:0 4px 12px #712d7b33;transition:transform .2s;text-transform:none;letter-spacing:normal}.cw-btn-primary:hover{transform:translateY(-2px)}.cw-active-container{position:relative;width:200px;height:200px;display:flex;align-items:center;justify-content:center;margin-bottom:40px}.cw-center-circle{width:80px;height:80px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#712d7b;box-shadow:0 4px 12px #0000001a;z-index:2}.cw-ripple{position:absolute;border-radius:50%;background:#712d7b14;animation:cwRipple 2s infinite cubic-bezier(0,.2,.8,1)}.cw-ripple:nth-child(1){animation-delay:0s}.cw-ripple:nth-child(2){animation-delay:.5s}.cw-ripple:nth-child(3){animation-delay:1s}@keyframes cwRipple{0%{width:80px;height:80px;opacity:1}to{width:300px;height:300px;opacity:0}}.cw-btn-danger{background-color:#ef4444;color:#fff;border:none;padding:10px 24px;border-radius:30px;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;cursor:pointer;box-shadow:0 4px 12px #ef444440;transition:transform .2s}.cw-btn-danger:hover{transform:translateY(-1px)}.cw-dot{width:8px;height:8px;background-color:#fff;border-radius:50%}.cw-btn-group{display:flex;gap:12px}.cw-btn-gradient-blue{background:linear-gradient(135deg,#2563eb,#712d7b);color:#fff;border:none;padding:10px 20px;border-radius:12px;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;cursor:pointer;box-shadow:0 4px 12px #2563eb33;text-transform:none;letter-spacing:normal}.cw-btn-secondary{background:#fff;color:#64748b;border:1px solid #e2e8f0;padding:10px 20px;border-radius:12px;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;cursor:pointer;text-transform:none;letter-spacing:normal}.cw-btn-secondary:hover{background-color:#f8fafc}.cw-voice-footer{padding:16px 20px;background-color:#f8fafc;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;margin-top:auto}.cw-sound-badge{display:flex;align-items:center;gap:6px;background-color:#e2e8f0;padding:6px 12px;border:none!important;border-radius:20px;font-size:12px;color:#1e293b}.cw-footer-text{font-size:12px;color:#94a3b8}.cw-launcher-btn{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#712d7b,#00aeef);border:none;box-shadow:0 8px 24px #712d7b40;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s}.cw-launcher-btn:hover{transform:scale(1.1)}.cw-launcher-btn.active{background:#64748b}.cw-launcher-wrapper{position:relative;border:none;background:transparent!important;padding:0;cursor:pointer;outline:none}.cw-launcher-wrapper:focus{outline:none}.cw-footer-designer{display:flex;align-items:center;padding:16px 20px;background-color:#fff;border-top:1px solid rgba(0,0,0,.04);gap:12px;box-shadow:0 -4px 20px #00000005}.cw-designer-input-wrapper{flex:1;display:flex;align-items:center;position:relative;background-color:#f1f5f9;border-radius:24px;padding:4px 8px;transition:background-color .2s,box-shadow .2s}.cw-designer-input-wrapper:focus-within{background-color:#fff;box-shadow:0 0 0 2px #e2e8f0}.cw-input-icon{color:#94a3b8;margin-left:8px}.cw-designer-input{flex:1;border:none;background:transparent;padding:10px 12px;font-size:14px;color:#1e293b;outline:none!important;width:100%}.cw-designer-input::placeholder{color:#94a3b8}.cw-designer-send-btn{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#712d7b,#00aeef);border:none;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:transform .2s,opacity .2s;flex-shrink:0;padding:0 10px}.cw-designer-send-btn:hover{transform:scale(1.05)}.cw-designer-nav{display:flex;gap:8px;align-items:center}.cw-nav-icon-btn{width:40px;height:40px;border-radius:12px;border:none;background:transparent;color:#94a3b8;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;padding:0 10px}.cw-nav-icon-btn:hover{background-color:#f8fafc;color:#64748b}.cw-nav-icon-btn.active{background-color:#f1f5f9;color:#712d7b}.cw-voice-controls-placeholder{flex:1;display:flex;align-items:center;padding-left:8px}.cw-text-xs-slate{font-size:12px;color:#94a3b8}.cw-loading-container{display:flex;align-items:center;gap:6px;padding:12px 16px;background-color:#f8f9fa;border-radius:16px 16px 16px 0;width:fit-content;margin-bottom:16px}.cw-loading-dot{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#712d7b,#00aeef);animation:cwBob 1.4s infinite ease-in-out both}.cw-loading-dot:nth-child(1){animation-delay:-.32s}.cw-loading-dot:nth-child(2){animation-delay:-.16s}@keyframes cwBob{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.cw-control-row{display:flex;align-items:center;justify-content:center;gap:24px;width:100%;padding-bottom:20px}.cw-phone-icon-container{display:flex;align-items:center;gap:8px;background-color:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:6px 14px;border-radius:9999px;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000d}.cw-phone-timer{color:#1e293b;font-family:monospace;font-weight:600;font-size:14px}.cw_hd_logo_container{width:60%;height:auto}.cw_hd_logo_container img{width:100%;height:100%;object-fit:cover}.product-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.product-card{display:block;background:#fff;border-radius:.5rem;overflow:hidden;border:1px solid #f3f4f6;box-shadow:0 1px 2px #0000000d;transition:box-shadow .2s ease;text-decoration:none;color:inherit}.product-card:hover{box-shadow:0 4px 6px #0000001a}.product-card-inner{display:flex;padding:.5rem;gap:.75rem}.product-image-box{width:4rem;height:4rem;flex-shrink:0;background:#f9fafb;border-radius:.375rem;overflow:hidden}.product-image-box img{width:100%;height:100%;object-fit:cover}.product-content{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.product-title{font-size:.875rem;font-weight:600;color:#111827;margin-bottom:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-description{font-size:.75rem;color:#6b7280;margin-bottom:.25rem;line-clamp:2;box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-link{font-size:.75rem;font-weight:500;color:#2563eb;display:flex;align-items:center;gap:.25rem}.product-link svg{width:.75rem;height:.75rem}.cw-voice-container{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%;padding:24px 0}.cw-voice-status{display:flex;flex-direction:column;align-items:center;gap:8px}.cw-voice-status-text{font-size:14px;font-weight:600;letter-spacing:1.28px;text-transform:uppercase;animation:pulse 1.2s ease-in-out infinite}.status-listening{color:#64748b}.status-speaking{color:#2563eb}.status-thinking{color:#f59e0b}.cw-avatar-wrapper{position:relative;display:flex;flex-direction:column;gap:15px;align-items:center;justify-content:center;flex:1}.cw-pulse-ring-small{position:absolute;width:128px;height:128px;border-radius:9999px;background:#dbeafe;opacity:.2;animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.cw-pulse-ring-large{position:absolute;width:160px;height:160px;border-radius:9999px;background:#eff6ff;opacity:.1;animation:ping 1s cubic-bezier(0,0,.2,1) infinite;animation-delay:.15s}.cw-agent-avatar{position:relative;width:128px;height:128px;border-radius:9999px;border:4px solid #ffffff;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;transition:transform .1s ease-out}.cw-agent-avatar img{width:100%;height:100%;object-fit:cover}.cw-control-row{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:16px}.cw-btn-mute-large{width:56px;height:56px;border-radius:9999px;border:none;background:#e5e7eb;color:#111827;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .2s ease;padding:0!important}.cw-btn-mute-large:hover{transform:scale(1.05)}.cw-btn-mute-large.muted{background:#ef4444;color:#fff}.cw-btn-end-call-large{width:56px;height:56px;border-radius:9999px;border:none;background:#ef4444;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease;padding:0!important}.cw-btn-end-call-large:hover{transform:scale(1.05)}@keyframes ping{0%{transform:scale(1);opacity:.2}75%,to{transform:scale(2);opacity:0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}cw-launcher-wrapper:hover{background:transparent!important}.cw-product-toast{position:absolute;bottom:80px;left:16px;right:16px;background:#fff;border-radius:16px;box-shadow:0 10px 30px -5px #00000026,0 4px 6px -2px #0000000d;z-index:100;animation:slideUpToast .4s cubic-bezier(.16,1,.3,1);overflow:hidden;border:1px solid rgba(0,0,0,.05)}@keyframes slideUpToast{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cw-product-toast-header{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}.cw-product-toast-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;font-weight:700;color:#64748b}.cw-product-toast-close{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.cw-product-toast-close:hover{background-color:#e2e8f0;color:#475569}.cw-product-toast-content{padding:12px;display:flex;gap:12px;align-items:center}.cw-product-toast-image{width:60px;height:60px;border-radius:10px;overflow:hidden;flex-shrink:0;border:1px solid #e2e8f0;background-color:#f8fafc}.cw-product-toast-image img{width:100%;height:100%;object-fit:cover}.cw-product-toast-info{flex:1;min-width:0}.cw-product-toast-title{font-size:14px;font-weight:600;color:#1e293b;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cw-product-toast-desc{font-size:12px;color:#64748b;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.cw-product-toast-btn{display:inline-flex;align-items:center;gap:6px;background-color:#712d7b;color:#fff;font-size:12px;font-weight:600;padding:6px 12px;border-radius:20px;text-decoration:none;transition:background-color .2s}.cw-product-toast-btn:hover{background-color:#5a2362}.cw-bubble-time{font-size:.95rem!important;opacity:.7;margin-top:4px;color:#888;padding:0 4px}
