.cw-message-row.left{justify-content:flex-start}.cw-message-row.right{justify-content:flex-end}.cw-profile-avatar{position:relative;width:140px;height:140px;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:.875rem;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}.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:20px;right:20px;z-index:9999;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;flex-direction:column;align-items:flex-end}.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:80%;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}.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}.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}.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-radius:20px;font-size:12px;font-weight:700;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;font-weight:500}.cw-control-row{display:flex;align-items:center;justify-content:center;gap:24px;width:100%;padding-bottom:20px}.cw-btn-mute-large{width:56px;height:56px;border-radius:50%;background-color:#f1f5f9;color:#475569;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.cw-btn-mute-large:hover{background-color:#e2e8f0;transform:scale(1.05)}.cw-btn-mute-large.muted{background-color:#fee2e2;color:#ef4444}.cw-btn-end-call-large{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 20px #ef44444d;transition:all .2s}.cw-btn-end-call-large:hover{transform:scale(1.05);box-shadow:0 12px 24px #ef444466}.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}.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}.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}
