*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh;overflow-x:hidden;color:#333;line-height:1.6}.card,body{background:#fff}.card{border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05)}.card-hover{transition:all .3s ease}.card-hover:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.progress-container{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:1px solid #dee2e6;padding:1rem;margin-top:80px;height:80px;overflow-x:auto}.progress-steps{justify-content:space-between;min-width:600px;max-width:100%;margin:0 auto}.progress-steps,.step{display:flex;align-items:center;padding:0;background:transparent;height:100%}.step{flex-direction:column;min-width:80px;flex:1 1;border:none}.step,.step-icon{position:relative;transition:all .3s ease;justify-content:center}.step-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;font-size:1rem;font-weight:600;margin-bottom:.5rem;z-index:3;background:#f0f0f0;border:2px solid #ddd;color:#333;text-shadow:none}.step.active .step-icon{background:#667eea;color:#fff;box-shadow:0 2px 8px rgba(102,126,234,.3)}.step.completed .step-icon{background:#10b981;color:#fff;box-shadow:0 2px 8px rgba(16,185,129,.3)}.step.locked .step-icon{background:#e5e7eb;color:#9ca3af}.step-content h4{margin:0;font-size:.8rem;font-weight:500;color:#666;text-align:center;white-space:nowrap;line-height:1.3}.step.active .step-content h4{color:#667eea;font-weight:600}.step.completed .step-content h4{color:#10b981;font-weight:600}.step.locked .step-content h4{color:#9ca3af}.step-connector{position:absolute;top:16px;left:50%;width:calc(100% - 32px);height:2px;background:#e0e0e0;transform:translateX(-50%);z-index:1}.step:last-child .step-connector{display:none}.step.completed+.step .step-connector{background:#10b981}.step.active+.step .step-connector{background:#667eea}.step-content{max-width:1000px;margin:0 auto;padding:3rem 2rem}.section-header{text-align:left}.section-header h2{color:#1a1a1a;letter-spacing:-.01em}.section-header p{font-size:.9rem;color:#666;margin:.5rem 0 0}.upload-card{background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:2rem;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.2);text-align:center}.photo-preview{margin:0 auto 1.5rem;background:#f8f9fa;border:2px dashed #dee2e6;display:flex;align-items:center;justify-content:center}.photo-placeholder{color:#6c757d}.upload-icon{font-size:2rem;margin-bottom:.5rem}.photo-placeholder p{font-size:1rem;font-weight:500;margin:0 0 .25rem;color:#495057}.upload-hint{font-size:.8rem;color:#6c757d}.upload-area{margin-top:1rem}.upload-btn{display:inline-block;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;transition:all .2s ease;font-size:.9rem}.upload-btn:hover{box-shadow:0 4px 12px rgba(102,126,234,.3)}.avatar-placeholder{width:200px;height:200px;border-radius:50%;background:#f8f9fa;border:3px dashed #dee2e6;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 2rem;transition:all .3s ease}.avatar-placeholder:hover{border-color:#667eea;background:#f0f9ff}.avatar-icon{font-size:4rem;margin-bottom:1rem;color:#adb5bd}.upload-area{margin-top:2rem}.upload-hint{color:#666;font-size:.9rem;margin-top:1rem}.category-filter{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.category-btn{background:#fff;border:2px solid #e9ecef;color:#666}.category-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.category-btn:hover{border-color:#667eea;color:#667eea}.clothing-carousel{margin-bottom:3rem}.carousel-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;max-width:1000px;margin:0 auto}.clothing-card{background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05)}.clothing-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.clothing-card.selected{border-color:#667eea;box-shadow:0 8px 30px rgba(102,126,234,.2)}.clothing-image{position:relative;height:300px}.card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.clothing-card:hover .card-overlay{opacity:1}.quick-view-btn{background:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;color:#333;font-weight:600;cursor:pointer}.clothing-info{padding:1.5rem}.clothing-info h3{color:#333}.clothing-info .brand{color:#666;margin-bottom:1rem}.color-options{display:flex;gap:.5rem}.color-dot{width:20px;height:20px;border-radius:50%;border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.1)}.chat-container{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 8px 30px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05);max-width:600px;margin:0 auto}.chat-messages{min-height:300px;margin-bottom:2rem}.message{display:flex;gap:1rem;margin-bottom:1.5rem}.message-avatar{width:40px;height:40px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.ai-message .message-avatar{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.message-content{background:#f8f9fa;border-radius:12px;padding:1rem;max-width:70%}.ai-message .message-content{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.chat-input{display:flex;gap:1rem}.chat-input input{flex:1 1;padding:1rem;border:2px solid #e9ecef;border-radius:12px;font-size:1rem;outline:none;transition:border-color .3s ease}.chat-input input:focus{border-color:#667eea}.send-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;padding:1rem 2rem;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease}.send-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(102,126,234,.3)}.checkout-summary{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 8px 30px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05);max-width:600px;margin:0 auto}.order-item{display:flex;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e9ecef}.order-item img{width:100px;height:100px;object-fit:cover;border-radius:12px}.item-details h3{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:.5rem}.item-details p{color:#666;margin-bottom:.25rem}.item-details .price{font-size:1.3rem;font-weight:700;color:#667eea}.order-total{border-top:1px solid #e9ecef;padding-top:1rem}.total-line{display:flex;justify-content:space-between;margin-bottom:.5rem;color:#666}.total-line.total{font-size:1.2rem;font-weight:700;color:#333;border-top:1px solid #e9ecef;padding-top:1rem;margin-top:1rem}.step-actions{display:flex;justify-content:space-between;margin-top:3rem;max-width:600px;margin-left:auto;margin-right:auto}.cart-sidebar{position:fixed;top:0;right:0;width:400px;height:100vh;background:#fff;box-shadow:-4px 0 20px rgba(0,0,0,.1);z-index:1001;display:flex;flex-direction:column}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid #e9ecef}.cart-header h3{margin:0;color:#333}.close-cart{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666}.cart-items{flex:1 1;padding:1rem;overflow-y:auto}.empty-cart{text-align:center;color:#666;margin-top:2rem}.cart-item{display:flex;gap:1rem;padding:1rem;border-bottom:1px solid #e9ecef;position:relative}.cart-item img{width:80px;height:80px;object-fit:cover;border-radius:8px}.cart-item-details{flex:1 1}.cart-item-details h4{margin:0 0 .5rem;font-size:1rem;color:#333}.cart-item-details p{margin:0 0 .25rem;color:#666;font-size:.9rem}.cart-item-details .price{color:#667eea;font-weight:600}.quantity-controls{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.quantity-controls button{width:30px;height:30px;border:1px solid #e9ecef;background:#fff;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.quantity-controls button:hover{background:#f8f9fa}.quantity-controls span{min-width:30px;text-align:center;font-weight:600}.remove-btn{position:absolute;top:.5rem;right:.5rem;background:#ff4757;color:#fff;border:none;border-radius:50%;width:25px;height:25px;cursor:pointer;font-size:.8rem}.cart-footer{padding:2rem;border-top:1px solid #e9ecef}.cart-total{margin-bottom:1rem;font-size:1.2rem;color:#333}.checkout-btn{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;padding:1rem;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(102,126,234,.3)}.add-to-cart-btn{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;padding:.75rem;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.add-to-cart-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(102,126,234,.3)}.order-items{margin-bottom:2rem}.empty-cart-message{text-align:center;color:#666;font-style:italic;padding:2rem}.navbar{position:fixed;top:0;left:0;right:0;background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid hsla(0,0%,100%,.2);z-index:1000;padding:.75rem 2rem;box-shadow:0 8px 32px rgba(0,0,0,.1)}.navbar-content{justify-content:space-between;max-width:1400px;margin:0 auto}.brand,.navbar-content{display:flex;align-items:center}.brand{gap:.5rem;font-size:1.25rem;font-weight:500;color:#1a1a1a;text-decoration:none;letter-spacing:-.01em}.brand-logo{width:40px;height:40px;object-fit:contain;margin-right:.5rem}.cart-btn,.nav-buttons{display:flex;gap:.5rem;align-items:center}.cart-btn{padding:.5rem .75rem;background:rgba(248,249,250,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(233,236,239,.5);border-radius:6px;color:#495057;font-size:.8rem;font-weight:500;transition:all .2s ease;cursor:pointer}.cart-icon{font-size:1rem}.cart-text{font-size:.8rem}.cart-badge{background:#dc3545;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;margin-left:.25rem;position:absolute;top:-5px;right:-5px}.cart-btn:hover{background:rgba(233,236,239,.8);border-color:rgba(222,226,230,.7)}.cart-icon{width:16px;height:16px;background:#6c757d;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M3 3h2l.4 2M7 13h10l4-8H5.4m0 0L7 13m0 0l-2.5 5M7 13l2.5 5m0 0h6'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M3 3h2l.4 2M7 13h10l4-8H5.4m0 0L7 13m0 0l-2.5 5M7 13l2.5 5m0 0h6'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:contain;mask-size:contain}.cart-count{background:#dc3545;color:#fff;border-radius:12px;padding:.2rem .5rem;font-size:.75rem;font-weight:600;min-width:20px;text-align:center}.btn-primary{padding:.5rem 1rem;border-radius:6px;font-size:.8rem;font-weight:500;transition:all .2s ease;display:flex;align-items:center;gap:.375rem}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.3)}.btn-secondary{background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#495057;border:1px solid rgba(233,236,239,.5);padding:.5rem 1rem;border-radius:6px;font-size:.8rem;transition:all .2s ease;display:flex;align-items:center;gap:.375rem}.btn-secondary:hover{background:rgba(248,249,250,.9);border-color:rgba(222,226,230,.7)}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;padding:.75rem 1.5rem;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(102,126,234,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.4)}.btn-secondary{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:12px;padding:.75rem 1.5rem;color:#fff;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:hsla(0,0%,100%,.2);transform:translateY(-2px)}.category-nav{position:fixed;top:80px;left:0;right:0;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid hsla(0,0%,100%,.2);padding:1rem 2rem;z-index:999;display:flex;justify-content:center;gap:2rem}.category-btn{background:transparent;border:1px solid hsla(0,0%,100%,.2);border-radius:12px;padding:.75rem 1.5rem;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-weight:500}.category-btn.active{background:rgba(102,126,234,.8);border-color:#667eea;transform:translateY(-2px)}.category-btn:hover{background:hsla(0,0%,100%,.1);transform:translateY(-2px)}.main-container{padding:200px 2rem 2rem;max-width:1400px;grid-template-columns:1fr 1fr 300px;grid-gap:2rem;gap:2rem}.content-card{background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;padding:2rem}.clothing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.clothing-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.2);border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .3s ease;text-align:center;position:relative;overflow:hidden}.clothing-card:hover{background:hsla(0,0%,100%,.1);transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.2)}.clothing-card.selected{background:rgba(102,126,234,.3);border-color:rgba(102,126,234,.8);transform:scale(1.02)}.clothing-image{width:100%;height:200px;border-radius:12px;overflow:hidden;margin-bottom:1rem;background:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center}.clothing-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.clothing-card:hover .clothing-image img{transform:scale(1.05)}.clothing-info h3{color:#fff;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.clothing-info .price{color:#667eea;font-weight:700;font-size:1.2rem;margin-bottom:.5rem}.clothing-info .brand{color:hsla(0,0%,100%,.7);font-size:.9rem;margin-bottom:.5rem}.clothing-tags{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.tag{background:hsla(0,0%,100%,.1);border-radius:6px;padding:.25rem .75rem;color:#fff;font-size:.8rem;font-weight:500}.upload-section{margin-bottom:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{color:#fff;font-size:1.5rem;font-weight:600;margin:0}.upload-area{border:2px dashed hsla(0,0%,100%,.3);border-radius:16px;padding:3rem 2rem;text-align:center;background:hsla(0,0%,100%,.05);transition:all .3s ease}.upload-area:hover{border-color:rgba(102,126,234,.8);background:rgba(102,126,234,.1)}.upload-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;padding:1rem 2rem;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(102,126,234,.3)}.upload-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.4)}.controls-panel{background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;padding:2rem;height:-moz-fit-content;height:fit-content}.control-group{margin-bottom:2rem}.control-group label{color:#fff;display:block;margin-bottom:.75rem;font-weight:500;font-size:.95rem}.color-buttons,.size-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.size-btn{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;padding:.5rem 1rem;color:#fff;cursor:pointer;transition:all .3s ease;min-width:45px;font-weight:500}.size-btn.active{background:rgba(102,126,234,.8);border-color:#667eea}.color-btn{width:35px;height:35px;border-radius:50%;border:3px solid hsla(0,0%,100%,.2);cursor:pointer;transition:all .3s ease}.color-btn.active{border-color:#fff;transform:scale(1.2)}.footer{background:#f8f9fa;border-top:1px solid rgba(0,0,0,.05);margin-top:4rem;padding:3rem 2rem 1rem}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.footer-brand{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-brand h4{margin:0;color:#333;font-size:1.3rem}.footer-badges{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.badge{background:#e9ecef;color:#666;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.footer-section h4{color:#333;margin-bottom:1rem;font-weight:600}.footer-section li,.footer-section p{color:#666;margin-bottom:.5rem}.footer-section ul{list-style:none;padding:0}.social-links{display:flex;gap:1rem}.social-links a{color:hsla(0,0%,100%,.7);text-decoration:none;font-size:1.5rem;transition:color .3s ease}.social-links a:hover{color:#fff}.footer-bottom{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.5)}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.loading-spinner{width:50px;height:50px;border:4px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.avatar-bar{position:fixed;top:80px;left:0;right:0;background:#fff;border-bottom:1px solid rgba(0,0,0,.05);padding:1rem 2rem;z-index:998;box-shadow:0 2px 10px rgba(0,0,0,.05)}.avatar-container{display:flex;align-items:center;gap:1rem;max-width:1400px;margin:0 auto}.selected-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;border:3px solid #667eea}.avatar-placeholder-small{width:50px;height:50px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#666}.avatar-info h4{margin:0 0 .25rem;color:#333;font-size:1rem}.avatar-info p{font-size:.85rem}.avatar-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.avatar-card{background:#fff;border-radius:16px;padding:1.5rem;text-align:center;cursor:pointer;transition:all .3s ease;border:2px solid #e9ecef}.avatar-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.avatar-card.selected{border-color:#667eea;box-shadow:0 8px 25px rgba(102,126,234,.2)}.avatar-card img{width:100px;height:100px;border-radius:50%;object-fit:cover;margin-bottom:1rem}.avatar-card h4{margin:0;color:#333;font-size:1rem}.photo-preview{height:200px;border-radius:50%;margin:0 auto 2rem;border:3px solid #e9ecef}.photo-placeholder{width:100%;height:100%;background:#f8f9fa;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#666}.photo-icon{font-size:3rem;margin-bottom:1rem}.auth-section{text-align:center}.auth-buttons{margin-bottom:2rem}.auth-btn{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;padding:1rem 2rem}.auth-icon{font-size:1.2rem}.form-note{font-size:.8rem;color:#6c757d;margin-top:.5rem;font-style:italic}.auth-benefits{margin-top:2rem}.welcome-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 8px 30px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05);max-width:500px;margin:0 auto}.user-avatar{width:60px;height:60px}.user-details h3{margin:0 0 .5rem;color:#333}.avatar-display{text-align:center}.avatar-preview-large{width:250px;height:300px;border-radius:16px;overflow:hidden;margin:0 auto 1.5rem;border:3px solid #e9ecef;box-shadow:0 8px 25px rgba(0,0,0,.1)}.avatar-preview-large img{width:100%;height:100%;object-fit:cover}.avatar-generating{padding:2rem}.generating-animation{text-align:center}.loading-spinner-large{width:60px;height:60px;border:4px solid #f3f4f6;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.avatar-info h3{margin:0 0 .5rem;color:#333}.avatar-info p{margin:0;color:#666}.generation-steps{display:flex;flex-direction:column;gap:1rem}.generation-step{gap:1rem;padding:1rem;background:#f8f9fa;border-radius:12px}.generation-step,.step-number{display:flex;align-items:center}.step-number{width:30px;height:30px;background:#667eea;color:#fff;border-radius:50%;justify-content:center;font-weight:600;font-size:.9rem}.generation-step h4{margin:0 0 .25rem;color:#333;font-size:1rem}.generation-step p{margin:0;color:#666;font-size:.9rem}.collection-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.stat-item{text-align:center;padding:1rem;background:#f8f9fa;border-radius:12px}.stat-number{display:block;font-size:1.5rem;font-weight:700;color:#667eea;margin-bottom:.25rem}.stat-label{font-size:.9rem;color:#666}.collection-features h4{margin:0 0 1rem;color:#333}.collection-features ul{list-style:none;padding:0;margin:0}.collection-features li{color:#666;font-size:.9rem;position:relative;padding:.5rem 0 .5rem 1.5rem}.collection-features li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.ai-capabilities h4{margin:0 0 1rem;color:#333}.ai-capabilities ul{list-style:none;padding:0;margin:0 0 1.5rem}.ai-capabilities li{color:#666;font-size:.9rem;position:relative;padding:.5rem 0 .5rem 1.5rem}.ai-capabilities li:before{content:"✨";position:absolute;left:0}.ai-examples h4{margin:0 0 1rem;color:#333}.example-commands{display:flex;flex-wrap:wrap;gap:.5rem}.command{background:#e9ecef;color:#333;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-family:monospace}.community-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.community-features h4{margin:0 0 1rem;color:#333}.community-features ul{list-style:none;padding:0;margin:0}.community-features li{color:#666;font-size:.9rem;position:relative;padding:.5rem 0 .5rem 1.5rem}.community-features li:before{content:"🌟";position:absolute;left:0}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input{width:100%;padding:1rem;border:2px solid #e9ecef;border-radius:12px;font-size:1rem;outline:none;transition:border-color .3s ease}.form-group input:focus{border-color:#667eea}.main-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;padding:0 2rem 2rem;max-width:1600px;margin:0 auto}.left-panel,.right-panel{background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:1rem;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.2)}.preview-section{text-align:center}.preview-section h3{margin-bottom:2rem;color:#333;font-size:1.5rem}.preview-avatar,.preview-photo{width:200px;height:200px;border-radius:50%;margin:0 auto 1rem;overflow:hidden;border:3px solid #e9ecef}.preview-avatar img,.preview-photo img{width:100%;height:100%;object-fit:cover}.preview-placeholder{width:100%;height:100%;background:#f8f9fa;display:flex;align-items:center;justify-content:center;font-size:4rem;color:#666}.try-on-preview{width:300px;height:400px;margin:0 auto 1rem;position:relative;border-radius:16px;overflow:hidden;border:3px solid #e9ecef}.virtual-try-on{position:relative;width:100%;height:100%}.clothing-overlay,.user-photo{width:100%;height:100%;object-fit:cover}.clothing-overlay{position:absolute;top:0;left:0;opacity:.7}.ai-features,.benefits-list,.security-features{display:flex;flex-direction:column;gap:1.5rem}.benefit-item,.feature-item,.security-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:12px;text-align:left}.benefit-icon,.feature-icon,.security-icon{width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.8rem;font-weight:600;flex-shrink:0}.benefit-item h4,.feature-item h4,.security-item h4{margin:0 0 .25rem;color:#333;font-size:1rem}.benefit-item p,.feature-item p,.security-item p{margin:0;color:#666;font-size:.9rem}@media (max-width:1024px){.main-container{grid-template-columns:1fr;gap:1rem}.progress-steps{gap:1rem}.step{flex-direction:column;text-align:center}.step-connector{display:none}}@media (max-width:768px){.main-container{padding:180px 1rem 1rem}.navbar{padding:1rem}.nav-buttons{gap:.5rem}.btn-primary,.btn-secondary{padding:.5rem 1rem;font-size:.9rem}.avatar-bar{padding:1rem}.avatar-container{gap:.5rem}.avatar-placeholder-small,.selected-avatar{width:40px;height:40px}.avatar-info h4{font-size:.9rem}.avatar-info p{font-size:.8rem}.progress-container{padding:1rem}.progress-steps{flex-wrap:wrap;gap:.5rem}.step{min-width:120px}.step-icon{width:40px;height:40px;font-size:1.2rem}.step-content h4{font-size:.9rem}.step-content p{font-size:.8rem}.section-header h2{font-size:2rem}.section-header p{font-size:1rem}.avatar-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.avatar-card{padding:1rem}.avatar-card img{width:80px;height:80px}.photo-preview{width:150px;height:150px}.account-form{padding:1.5rem}.form-group input{padding:.75rem}.cart-sidebar{width:100%}.clothing-carousel{margin-bottom:2rem}.carousel-container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.clothing-image{height:250px}.preview-avatar,.preview-photo{width:150px;height:150px}.try-on-preview{width:250px;height:300px}.benefit-item,.feature-item,.security-item{flex-direction:column;text-align:center;gap:.5rem}.benefit-icon,.feature-icon,.security-icon{font-size:1.5rem}}@media (max-width:480px){.main-container{padding:160px .5rem .5rem}.left-panel,.right-panel{padding:1rem;border-radius:16px}.navbar{padding:.75rem}.nav-buttons{gap:.25rem}.btn-primary,.btn-secondary{padding:.5rem .75rem;font-size:.8rem}.avatar-bar{padding:.75rem}.avatar-container{gap:.5rem}.avatar-placeholder-small,.selected-avatar{width:35px;height:35px}.avatar-info h4{font-size:.85rem}.avatar-info p{font-size:.75rem}.progress-container{padding:.75rem}.progress-steps{gap:.25rem}.step{min-width:100px}.step-icon{width:35px;height:35px;font-size:1rem}.step-content h4{font-size:.8rem}.step-content p{font-size:.7rem}.section-header h2{font-size:1.5rem}.section-header p{font-size:.9rem}.avatar-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.75rem}.avatar-card{padding:.75rem}.avatar-card img{width:60px;height:60px}.avatar-card h4{font-size:.85rem}.photo-preview{width:120px;height:120px}.photo-icon{font-size:2rem}.account-form{padding:1rem}.form-group input{padding:.75rem;font-size:.9rem}.step-actions{flex-direction:column;gap:1rem}.step-actions button{width:100%}.carousel-container{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem}.clothing-image{height:200px}.clothing-info{padding:1rem}.clothing-info h3{font-size:1rem}.clothing-info .price{font-size:1.1rem}.clothing-info .brand{font-size:.8rem}.add-to-cart-btn{padding:.5rem;font-size:.9rem}.chat-container{padding:1rem}.chat-input{flex-direction:column;gap:.5rem}.chat-input input{padding:.75rem}.send-btn{padding:.75rem 1rem}.checkout-summary{padding:1rem}.order-item{flex-direction:column;gap:1rem;text-align:center}.order-item img{width:80px;height:80px;margin:0 auto}.preview-avatar,.preview-photo{width:120px;height:120px}.try-on-preview{width:200px;height:250px}.preview-placeholder{font-size:3rem}.benefit-item,.feature-item,.security-item{padding:.75rem}.benefit-icon,.feature-icon,.security-icon{font-size:1.25rem}}.list-icon{width:20px;height:20px;background:#667eea;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:.7rem;font-weight:600;margin-right:.5rem}.social-icon{width:24px;height:24px;color:#6c757d;transition:all .2s ease}.social-link:hover .social-icon{color:#667eea;transform:scale(1.1)}.simple-auth{text-align:center;padding:2rem}.simple-auth h3{font-size:1.8rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.simple-auth p{font-size:1rem;color:#666;margin-bottom:2rem}.create-account-btn{width:100%;padding:1rem;font-size:1rem;font-weight:600;margin-bottom:1rem}.clerk-header-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;text-align:center;margin-bottom:.5rem}.clerk-header-subtitle{font-size:.9rem;color:#666;text-align:center;margin-bottom:2rem}.form-input{width:100%;padding:.75rem;border:2px solid #e9ecef;border-radius:8px;font-size:.9rem;transition:all .2s ease;background:#fff}.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.form-label{display:block;font-size:.9rem;font-weight:500;color:#333;margin-bottom:.5rem}.clerk-footer-link{color:#667eea;text-decoration:none;font-weight:500}.clerk-footer-link:hover{text-decoration:underline}.upload-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:200px;border:2px dashed #667eea;border-radius:12px;background:rgba(102,126,234,.05);cursor:pointer;transition:all .3s ease;margin-bottom:1rem}.upload-zone:hover{border-color:#5a67d8;background:rgba(102,126,234,.1);transform:translateY(-2px)}.upload-icon{font-size:2.5rem;margin-bottom:1rem;color:#667eea}.upload-text{text-align:center;margin-bottom:.5rem}.upload-main{display:block;font-size:1.1rem;font-weight:600;color:#667eea;margin-bottom:.25rem}.upload-sub{display:block;font-size:.9rem;color:#666}.upload-info{font-size:.8rem;color:#9ca3af}.photo-preview{position:relative;width:200px;height:250px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1)}.photo-preview img{width:100%;height:100%;object-fit:cover}.remove-photo{position:absolute;top:.5rem;right:.5rem;width:24px;height:24px;border-radius:50%;background:rgba(220,53,69,.9);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:all .2s ease}.remove-photo:hover{background:#dc3545;transform:scale(1.1)}.auth-container{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center}.clerk-card-standalone{width:100%}.clerk-card-simple,.clerk-card-standalone{background:transparent;border:none;padding:0;box-shadow:none}.upload-header{text-align:center;margin-bottom:2rem}.upload-header h3{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem}.upload-header p{font-size:.9rem;color:#666;margin:0}.auth-section{display:flex;justify-content:center;align-items:center;height:100%;padding:1rem}.welcome-section{text-align:center;padding:2rem}.welcome-section h3{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.welcome-section p{font-size:.9rem;color:#666;margin-bottom:2rem}.user-info{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem;padding:1rem;background:hsla(0,0%,100%,.5);border-radius:12px;border:1px solid hsla(0,0%,100%,.2)}.user-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover}.user-details h4{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}.user-details p{font-size:.8rem;color:#666;margin:0}