:root{--figuro-purple: #5B4CFF;--figuro-purple-dark: #4A3DE6;--figuro-white: #FFFFFF;--figuro-charcoal: #2D2D2D;--figuro-gray-medium: #666666}.figuro-chat-container{width:100%;max-width:100%;margin:2rem auto;background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative}.figuro-chat-header{background:linear-gradient(135deg,#6342e8,#8b5cf6);padding:16px 20px;display:flex;align-items:center;gap:12px}.figuro-chat-avatar{width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.figuro-chat-header-info h3{color:#fff;font-size:15px;font-weight:600;margin:0}.figuro-chat-header-info p{color:#fffc;font-size:12px;display:flex;align-items:center;gap:6px;margin:4px 0 0}.figuro-online-dot{width:7px;height:7px;background:#4ade80;border-radius:50%}.figuro-chat-messages{min-height:300px;max-height:500px;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:12px;background:#fafafa}.figuro-message{display:flex;gap:10px;max-width:100%;animation:figuroSlideIn .3s ease}@keyframes figuroSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.figuro-message.bot{align-self:flex-start}.figuro-message.user{align-self:flex-end;flex-direction:row-reverse}.figuro-message-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#6342e8,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.figuro-message-bubble{padding:12px 16px;border-radius:18px;font-size:14px;line-height:1.5;max-width:85%}.figuro-message.bot .figuro-message-bubble{background:#fff;color:#1f2937;border-bottom-left-radius:4px;box-shadow:0 2px 8px #0000000d}.figuro-message.user .figuro-message-bubble{background:linear-gradient(135deg,#6342e8,#8b5cf6);color:#fff;border-bottom-right-radius:4px}.figuro-upload-zone{margin-top:10px;border:2px dashed #D1D5DB;border-radius:14px;padding:20px;text-align:center;cursor:pointer;transition:all .3s;background:#fafafa}.figuro-upload-zone:hover{border-color:#6342e8;background:#f8f5ff}.figuro-upload-zone.dragover{border-color:#6342e8;background:#f3f0ff;transform:scale(1.02)}.figuro-upload-icon{font-size:28px;margin-bottom:6px}.figuro-upload-prompt{text-align:center}.figuro-upload-prompt p{color:#6b7280;font-size:13px;margin:2px 0}.figuro-upload-prompt strong{color:#6342e8}.figuro-upload-limits{color:#9ca3af!important;font-size:12px!important}.figuro-upload-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:20px}.figuro-upload-loading p{color:#6b7280;font-size:13px;margin:0}.figuro-uploaded-images{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.figuro-uploaded-thumb{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px}.figuro-thumb-img-wrapper{position:relative;width:70px;height:70px}.figuro-uploaded-thumb img{width:100%;height:100%;border-radius:10px;object-fit:cover;border:2px solid #E0D7FF;transition:all .3s}.figuro-uploaded-thumb.selected img{border-color:#6342e8;border-width:3px;box-shadow:0 0 0 2px #6342e833}.figuro-delete-img-btn{position:absolute;top:-6px;right:-6px;width:22px;height:22px;background:#ef4444;border:2px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 2px 6px #0003;z-index:10}.figuro-delete-img-btn:hover{background:#dc2626;transform:scale(1.1);box-shadow:0 3px 10px #ef444480}.figuro-delete-img-btn svg{width:12px;height:12px;stroke:#fff;stroke-width:2.5}.figuro-select-img-btn{padding:4px 10px;font-size:10px;font-weight:600;background:linear-gradient(135deg,#6342e8,#8b5cf6);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .2s;white-space:nowrap}.figuro-select-img-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #6342e866}.figuro-select-img-btn.selected{background:#10b981}.figuro-preview-wrapper{margin-top:12px}.figuro-generate-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 20px;background:linear-gradient(135deg,#e84393,#a855f7);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.figuro-pre-generate-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 20px;background:linear-gradient(135deg,#6342e8,#8b5cf6);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.figuro-generate-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d6338466}.figuro-generate-btn svg{width:16px;height:16px;flex-shrink:0}.figuro-preview-notice{background:#f0f9ff;border-left:3px solid #3B82F6;padding:12px 14px;border-radius:8px;margin-top:12px;font-size:13px;line-height:1.5;color:#1e40af}.figuro-error-message{color:#dc2626;background:#fee2e2;padding:10px 12px;border-radius:8px;border:1px solid #FCA5A5;margin-top:10px;font-size:12px;font-weight:600}.figuro-chat-input{padding:14px 16px;background:#fff;border-top:1px solid #E5E7EB;display:flex;gap:10px;align-items:center}.figuro-chat-input input{flex:1;padding:12px 16px;border:2px solid #E5E7EB;border-radius:24px;font-size:14px;outline:none;transition:border-color .2s}.figuro-chat-input input:focus{border-color:#6342e8}.figuro-send-btn{width:44px;height:44px;background:linear-gradient(135deg,#6342e8,#8b5cf6);border:none;border-radius:50%;color:#fff;font-size:16px;cursor:pointer;transition:transform .2s;flex-shrink:0}.figuro-send-btn:hover{transform:scale(1.1)}.figuro-typing-indicator{display:flex;gap:4px;padding:4px 0}.figuro-typing-indicator span{width:7px;height:7px;background:#9ca3af;border-radius:50%;animation:figuroBounce 1.4s infinite ease-in-out}.figuro-typing-indicator span:nth-child(1){animation-delay:-.32s}.figuro-typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes figuroBounce{0%,80%,to{transform:scale(.8)}40%{transform:scale(1.2)}}#file-upload-images{position:fixed;top:-9999px;left:-9999px;opacity:0;pointer-events:none;z-index:-1}.spin-loader{width:20px;height:20px;border:3px solid #E5E7EB;border-top-color:var(--figuro-purple);border-radius:50%;animation:spin 1s linear infinite;display:inline-block;vertical-align:middle}.figuro-preview-image{max-width:100%;border-radius:12px;margin-top:10px;box-shadow:0 4px 12px #00000026;cursor:pointer;transition:transform .2s}.figuro-preview-image:hover{transform:scale(1.02)}.figuro-image-feedback-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000bf;z-index:10000;align-items:center;justify-content:center;padding:20px;animation:figuroFadeIn .3s ease}.figuro-image-feedback-modal.visible{display:flex}.figuro-image-feedback-content{background:#1a1a1a;border-radius:16px;width:90%;max-width:500px;position:relative;box-shadow:0 20px 60px #000c;animation:figuroSlideUp .3s ease;display:flex;flex-direction:column;padding:24px}.figuro-image-feedback-close{position:absolute;top:10px;right:10px;background:#ffffff26;border:none;font-size:20px;color:#fff;cursor:pointer;z-index:10;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .25s ease;box-shadow:0 2px 8px #0000004d}.figuro-image-feedback-close:hover{background:#ffffff40;transform:scale(1.1)}.figuro-glass-notice{display:flex;align-items:center;padding:10px 14px;background:#ffffff0d;border-radius:10px;border:1px solid rgba(255,255,255,.1);margin-bottom:10px}.figuro-glass-notice p{margin:0;font-size:12px;color:#fbbf24;line-height:1.4;font-weight:500;text-align:left}.figuro-image-feedback-image-container{width:100%;height:350px;display:flex;align-items:center;justify-content:center;background:#0a0a0a;border-radius:12px;overflow:hidden}.figuro-image-feedback-image{max-width:100%;max-height:100%;width:auto;height:auto;display:block;object-fit:contain}.figuro-ai-preview-notice{margin-top:12px;padding:10px 14px;background:#ffffff0f;border-radius:10px;border:1px solid rgba(255,255,255,.1);margin-bottom:16px}.figuro-ai-preview-notice p{margin:0;font-size:12px;color:#ffffffbf;line-height:1.5;text-align:center}.figuro-image-feedback-actions{padding:0;text-align:center;background:transparent}.figuro-image-feedback-title{font-size:16px;font-weight:600;color:#fff;margin-bottom:16px}.figuro-inline-feedback{display:flex;gap:12px;justify-content:center;align-items:center}.figuro-inline-feedback-btn{border:2px solid rgba(255,255,255,.2);border-radius:50px;background:#ffffff0d;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;padding:0}.figuro-inline-feedback-btn--labeled{border-radius:50px;padding:10px 20px;gap:8px;width:auto;height:auto;min-width:130px}.figuro-inline-feedback-btn--labeled svg{width:20px;height:20px;flex-shrink:0;transition:all .3s;fill:#fff}.figuro-feedback-btn-label{font-size:13px;font-weight:600;color:#fff;white-space:nowrap}.figuro-inline-feedback-btn svg{width:26px;height:26px;transition:all .3s;fill:#fff}.figuro-inline-feedback-btn:hover{transform:scale(1.05);border-color:#ffffff80;background:#ffffff1a;box-shadow:0 4px 16px #ffffff26}.figuro-inline-feedback-btn:active{transform:scale(1.02)}#image-feedback-like:hover{background:#10b98133;border-color:#10b981}#image-feedback-dislike:hover{background:#ef444433;border-color:#ef4444}.figuro-inline-feedback-response{display:none;margin-top:20px;padding:20px;background:#fff;border-radius:12px;text-align:center}.figuro-inline-feedback-response.visible{display:block}.figuro-inline-feedback-response.positive{color:#065f46}.figuro-inline-feedback-response.negative{color:#1f2937}.figuro-inline-feedback-response input{width:100%;padding:10px 12px;border:1px solid #D1D5DB;border-radius:8px;font-size:13px;margin-bottom:10px;box-sizing:border-box}.figuro-inline-feedback-response button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;margin-top:6px;background:linear-gradient(135deg,#6342e8,#e84393);color:#fff;border:none;border-radius:24px;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;transition:all .3s;width:100%}.figuro-inline-feedback-response button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #6342e880}.figuro-processing-message{display:flex;align-items:center;gap:10px;font-size:14px;color:#6b7280}.figuro-contact-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;margin-top:14px;background:linear-gradient(135deg,#6342e8,#e84393);color:#fff;border:none;border-radius:24px;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;transition:all .3s}.figuro-contact-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #6342e880}.figuro-final-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:100000;padding:20px}.figuro-final-content{position:relative;background:var(--figuro-white);border-radius:16px;overflow:hidden;width:100%;max-width:500px;max-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px 24px}.figuro-final-close{position:absolute;top:15px;right:15px;background:none;border:none;font-size:28px;color:var(--figuro-charcoal);cursor:pointer;z-index:10;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .25s ease}.figuro-final-close:hover{background:#0000001a;border-radius:50%;transform:scale(1.1)}.figuro-final-image{max-width:100%;max-height:60vh;width:auto;height:auto;object-fit:contain;display:block}@keyframes spin{to{transform:rotate(360deg)}}@keyframes figuroFadeIn{0%{opacity:0}to{opacity:1}}@keyframes figuroSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:767px){.figuro-image-feedback-modal{padding:20px}.figuro-image-feedback-content{width:100%;max-width:100%}.figuro-image-feedback-image-container{height:280px}.figuro-image-feedback-actions{padding:0}.figuro-image-feedback-title{font-size:15px;margin-bottom:14px}.figuro-inline-feedback{gap:10px}.figuro-inline-feedback-btn--labeled{min-width:110px;padding:9px 14px}.figuro-feedback-btn-label{font-size:12px}}@media(min-width:768px){.figuro-image-feedback-content{max-width:550px}.figuro-image-feedback-image-container{height:420px}.figuro-image-feedback-title{font-size:18px;margin-bottom:18px}.figuro-inline-feedback{gap:16px}.figuro-inline-feedback-btn--labeled{min-width:150px;padding:12px 24px}.figuro-feedback-btn-label{font-size:14px}}@media(max-width:600px){.figuro-chat-container{max-width:100%;margin:1rem auto;border-radius:16px}.figuro-chat-messages{min-height:250px;max-height:400px}.figuro-message-bubble{font-size:13px;max-width:90%}.figuro-upload-zone{padding:16px}.figuro-final-modal{padding:10px}.figuro-final-content{max-width:95%;max-height:75vh;padding:40px 16px 16px}.figuro-final-image{max-height:50vh}}.figuro-cake-note-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;z-index:9999;align-items:center;justify-content:center}.figuro-cake-note-overlay.visible{display:flex}.figuro-cake-note-popup{background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000026;max-width:500px;width:90%;padding:30px;animation:popupSlideIn .3s ease-out}@keyframes popupSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.figuro-cake-note-previews{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap}.figuro-cake-note-preview-img{width:80px;height:80px;object-fit:cover;border-radius:12px;box-shadow:0 2px 8px #0000001a}.figuro-cake-note-label{font-size:13px;font-weight:500;color:#374151;margin-bottom:8px;display:block}.figuro-cake-note-textarea{width:100%;min-height:140px;padding:14px;border:1px solid #E5E7EB;border-radius:12px;background:#fafafa;font-size:14px;font-family:inherit;resize:vertical;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.figuro-cake-note-textarea:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 2px 8px #667eea26}.figuro-cake-note-textarea::placeholder{color:#9ca3af}.figuro-cake-note-actions{display:flex;justify-content:flex-end;margin-top:20px}.figuro-cake-note-confirm{padding:12px 28px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #667eea4d}.figuro-cake-note-confirm:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.figuro-cake-note-confirm:active{transform:translateY(0)}.figuro-cake-note-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#fff;border-radius:20px;box-shadow:0 2px 8px #0000001a;font-size:13px;color:#374151;cursor:pointer;margin-bottom:12px;transition:all .2s ease}.figuro-cake-note-pill:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.figuro-cake-note-pill svg{width:14px;height:14px;opacity:.6}.figuro-contact-request{margin-top:14px;font-size:13px;color:#6b7280;text-align:center}.figuro-contact-buttons{display:flex;gap:10px;justify-content:center;margin-top:10px;flex-wrap:wrap}.figuro-contact-btn{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 14px;border-radius:10px;font-size:11px;font-weight:600;text-decoration:none;line-height:1.3;text-align:center;transition:all .2s ease;color:#fff;min-width:64px}.figuro-contact-btn:hover{transform:translateY(-2px);color:#fff;text-decoration:none}.figuro-contact-btn svg{flex-shrink:0}.figuro-contact-btn--whatsapp{background:#25d366}.figuro-contact-btn--whatsapp:hover{background:#1ebe5d;box-shadow:0 6px 16px #25d36666}.figuro-contact-btn--sms{background:#5b4cff}.figuro-contact-btn--sms:hover{background:#4a3de6;box-shadow:0 6px 16px #5b4cff66}.figuro-contact-btn--email{background:#e42922}.figuro-contact-btn--email:hover{background:#c22a16;box-shadow:0 6px 16px #6b728066}@media(max-width:400px){.figuro-contact-buttons{gap:8px}.figuro-contact-btn{padding:8px 10px;font-size:10px;min-width:56px}}.figuro-contact-btn span{white-space:pre-line}.figuro-preview-off-notice{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#f4f2ff;border-radius:12px;margin-top:12px;margin-bottom:8px;box-shadow:0 6px 16px #0003;width:100%;box-sizing:border-box}.figuro-preview-off-icon{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#5b4cff;display:flex;align-items:center;justify-content:center;color:#fff}.figuro-preview-off-icon svg{width:18px;height:18px;display:block;flex-shrink:0}.figuro-preview-off-content{display:flex;flex-direction:column;flex:1}.figuro-preview-off-notice p{margin-top:5px;font-size:14px;line-height:1.5;color:#462899;font-weight:500}
/*# sourceMappingURL=/cdn/shop/t/23/assets/snippet-image-chat-section.css.map */
