*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f5}#app{width:100%;height:100vh}.start-container[data-v-6fa53156]{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.start-content[data-v-6fa53156]{max-width:600px;background:#fff;border-radius:20px;padding:40px;box-shadow:0 20px 60px #0000001a;text-align:center}.logo-section[data-v-6fa53156]{margin-bottom:40px}.logo[data-v-6fa53156]{font-size:3rem;font-weight:700;color:#2c3e50;margin:0 0 10px}.subtitle[data-v-6fa53156]{color:#7f8c8d;font-size:1.1rem;margin:0}.intro-section h2[data-v-6fa53156]{color:#2c3e50;font-size:1.8rem;margin-bottom:20px}.intro-text[data-v-6fa53156]{color:#555;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.features[data-v-6fa53156]{display:grid;gap:20px;margin-bottom:30px}.feature[data-v-6fa53156]{display:flex;align-items:center;text-align:left;padding:15px;background:#f8f9fa;border-radius:10px}.feature-icon[data-v-6fa53156]{font-size:2rem;margin-right:15px;flex-shrink:0}.feature-text[data-v-6fa53156]{color:#555;font-size:1rem;line-height:1.4}.call-to-action[data-v-6fa53156]{color:#555;font-size:1.1rem;margin-bottom:30px;font-weight:500}.start-button[data-v-6fa53156]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:15px 40px;font-size:1.2rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;min-width:180px}.start-button[data-v-6fa53156]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.start-button[data-v-6fa53156]:disabled{opacity:.6;cursor:not-allowed;transform:none}.error-message[data-v-6fa53156]{color:#e74c3c;background:#fdf2f2;padding:15px;border-radius:10px;margin-top:20px;border:1px solid #fadbd8}@media (max-width: 640px){.start-content[data-v-6fa53156]{padding:30px 20px}.logo[data-v-6fa53156]{font-size:2.5rem}.features[data-v-6fa53156]{grid-template-columns:1fr}.feature[data-v-6fa53156]{flex-direction:column;text-align:center}.feature-icon[data-v-6fa53156]{margin-right:0;margin-bottom:10px}}.call-container[data-v-fec8fdc6]{height:100vh;background:#1a1a1a;color:#fff;overflow:hidden}.loading-overlay[data-v-fec8fdc6],.error-overlay[data-v-fec8fdc6]{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000}.loading-content[data-v-fec8fdc6],.error-content[data-v-fec8fdc6]{text-align:center;padding:40px}.spinner[data-v-fec8fdc6]{width:50px;height:50px;border:4px solid #333;border-top:4px solid #667eea;border-radius:50%;animation:spin-fec8fdc6 1s linear infinite;margin:0 auto 20px}@keyframes spin-fec8fdc6{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.back-button[data-v-fec8fdc6]{background:#667eea;color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-size:16px;margin-top:20px}.call-interface[data-v-fec8fdc6]{height:100vh;display:flex;flex-direction:column}.call-header[data-v-fec8fdc6]{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand-info h1[data-v-fec8fdc6]{margin:0;font-size:1.8rem}.assistant-name[data-v-fec8fdc6]{color:#ccc;font-size:.9rem}.call-controls[data-v-fec8fdc6]{display:flex;gap:10px}.control-btn[data-v-fec8fdc6]{width:50px;height:50px;border-radius:50%;border:none;background:#fff3;color:#fff;font-size:1.2rem;cursor:pointer;transition:all .3s ease}.control-btn[data-v-fec8fdc6]:hover{background:#ffffff4d}.control-btn.muted[data-v-fec8fdc6],.control-btn.disabled[data-v-fec8fdc6]{background:#ff00004d}.control-btn.end-call[data-v-fec8fdc6]{background:#f009}.control-btn.end-call[data-v-fec8fdc6]:hover{background:#f00c}.control-btn.photo-btn[data-v-fec8fdc6]{background:#4caf5099}.control-btn.photo-btn[data-v-fec8fdc6]:hover{background:#4caf50cc}.control-btn.photo-btn.capturing[data-v-fec8fdc6]{background:#ffc10799;animation:pulse-yellow-fec8fdc6 1s infinite}@keyframes pulse-yellow-fec8fdc6{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.video-area[data-v-fec8fdc6]{flex:1;display:flex;padding:20px;gap:20px;min-height:0}.user-video-container[data-v-fec8fdc6]{flex:1;position:relative;background:#000;border-radius:12px;overflow:hidden;min-height:0;height:100%}.user-video[data-v-fec8fdc6]{width:100%;height:100%;object-fit:contain;display:block}.video-label[data-v-fec8fdc6]{position:absolute;bottom:10px;left:10px;background:#000000b3;padding:5px 10px;border-radius:6px;font-size:.9rem}.agent-indicator[data-v-fec8fdc6]{width:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffffff1a;border-radius:12px;padding:30px}.agent-avatar[data-v-fec8fdc6]{position:relative;width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:all .3s ease}.agent-avatar.speaking[data-v-fec8fdc6]{animation:pulse-fec8fdc6 2s infinite}@keyframes pulse-fec8fdc6{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.avatar-icon[data-v-fec8fdc6]{font-size:3rem}.speaking-animation[data-v-fec8fdc6]{position:absolute;bottom:-20px;display:flex;gap:4px}.wave[data-v-fec8fdc6]{width:4px;height:20px;background:#667eea;border-radius:2px;animation:wave-fec8fdc6 1s infinite ease-in-out}.wave[data-v-fec8fdc6]:nth-child(2){animation-delay:.1s}.wave[data-v-fec8fdc6]:nth-child(3){animation-delay:.2s}@keyframes wave-fec8fdc6{0%,40%,to{transform:scaleY(.4)}20%{transform:scaleY(1)}}.agent-info[data-v-fec8fdc6]{text-align:center}.agent-name[data-v-fec8fdc6]{font-size:1.4rem;font-weight:700;margin-bottom:5px}.agent-status[data-v-fec8fdc6]{color:#ccc;font-size:.9rem}.loading-indicator[data-v-fec8fdc6]{display:flex;align-items:center;gap:8px;color:#667eea}.loading-spinner[data-v-fec8fdc6]{width:16px;height:16px;border:2px solid #333;border-top:2px solid #667eea;border-radius:50%;animation:spin-fec8fdc6 1s linear infinite}.product-carousel-container[data-v-fec8fdc6]{padding:20px;background:#ffffff1a}.product-carousel-container h3[data-v-fec8fdc6]{margin:0 0 15px;color:#fff}.product-carousel[data-v-fec8fdc6]{display:flex;gap:15px;overflow-x:auto;padding-bottom:10px}.product-carousel[data-v-fec8fdc6]::-webkit-scrollbar{height:6px}.product-carousel[data-v-fec8fdc6]::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.product-carousel[data-v-fec8fdc6]::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.product-card[data-v-fec8fdc6]{flex-shrink:0;width:200px;background:#ffffff1a;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease}.product-card[data-v-fec8fdc6]:hover{transform:translateY(-5px);background:#fff3}.product-image[data-v-fec8fdc6]{width:100%;height:150px;object-fit:cover}.product-info[data-v-fec8fdc6]{padding:15px}.product-name[data-v-fec8fdc6]{margin:0 0 5px;font-size:.9rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-price[data-v-fec8fdc6]{margin:0;color:#667eea;font-weight:700}.modal-overlay[data-v-fec8fdc6]{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;z-index:2000}.modal-content[data-v-fec8fdc6]{background:#fff;border-radius:12px;max-width:90vw;max-height:90vh;overflow:auto;position:relative;color:#333}.modal-close[data-v-fec8fdc6]{position:absolute;top:15px;right:20px;background:none;border:none;font-size:2rem;cursor:pointer;color:#666;z-index:1}.product-details[data-v-fec8fdc6]{display:flex;max-width:800px}.product-detail-image[data-v-fec8fdc6]{width:400px;height:400px;object-fit:cover}.product-detail-info[data-v-fec8fdc6]{padding:30px;flex:1}.product-detail-info h2[data-v-fec8fdc6]{margin:0 0 10px;color:#2c3e50}.product-category[data-v-fec8fdc6]{color:#7f8c8d;margin:0 0 10px;font-size:.9rem;text-transform:uppercase}.product-price-large[data-v-fec8fdc6]{font-size:1.5rem;font-weight:700;color:#667eea;margin:0 0 20px}.product-description[data-v-fec8fdc6]{line-height:1.6;margin:0 0 30px;color:#555}.view-product-btn[data-v-fec8fdc6]{background:#667eea;color:#fff;text-decoration:none;padding:12px 24px;border-radius:6px;display:inline-block;transition:all .3s ease}.view-product-btn[data-v-fec8fdc6]:hover{background:#5a67d8;transform:translateY(-2px)}.try-on-modal[data-v-fec8fdc6]{max-width:600px}.try-on-content[data-v-fec8fdc6]{padding:30px;text-align:center}.try-on-content h2[data-v-fec8fdc6]{color:#2c3e50;margin:0 0 10px}.try-on-item[data-v-fec8fdc6]{color:#7f8c8d;font-size:1.1rem;margin:0 0 20px}.try-on-image[data-v-fec8fdc6]{max-width:100%;height:auto;border-radius:8px;margin-bottom:20px}.download-btn[data-v-fec8fdc6]{background:#27ae60;color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-size:16px;transition:all .3s ease}.download-btn[data-v-fec8fdc6]:hover{background:#229954;transform:translateY(-2px)}.try-on-error[data-v-fec8fdc6]{text-align:center;padding:20px}.error-icon[data-v-fec8fdc6]{font-size:3rem;margin-bottom:15px}.try-on-error h3[data-v-fec8fdc6]{color:#e74c3c;margin:0 0 15px}.error-message[data-v-fec8fdc6]{color:#7f8c8d;margin:0 0 20px;line-height:1.5}.retry-btn[data-v-fec8fdc6]{background:#6c757d;color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-size:16px;transition:all .3s ease}.retry-btn[data-v-fec8fdc6]:hover{background:#5a6268;transform:translateY(-2px)}@media (max-width: 768px){.call-header[data-v-fec8fdc6]{padding:15px}.video-area[data-v-fec8fdc6]{flex-direction:column;padding:15px}.agent-indicator[data-v-fec8fdc6]{width:100%;padding:20px}.product-details[data-v-fec8fdc6]{flex-direction:column}.product-detail-image[data-v-fec8fdc6]{width:100%;height:300px}.product-detail-info[data-v-fec8fdc6]{padding:20px}}
