*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;--primary-color: #673795;--primary-hover: #8559a5;--secondary-color: #F8F9FA;--accent-color: #FFD700;--text-primary: #1A1A1A;--text-secondary: #666666;--text-light: #FFFFFF;--bg-primary: #FFFFFF;--bg-secondary: #F5F7FA;--bg-tertiary: #E9ECEF;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 48px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--transition-fast: .15s ease;--transition-normal: .3s ease;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{overflow-x:hidden;width:100%}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit}h1,h2,h3,h4,h5,h6{font-weight:700;color:#2c3e50}.section-container{width:100%;max-width:1280px;margin:0 auto;padding:0 var(--spacing-md)}@media(min-width:1024px){.section-container{padding:0 var(--spacing-lg)}}.utility-bar{background-color:var(--bg-secondary);border-bottom:1px solid var(--bg-tertiary);font-size:12px;color:var(--text-secondary);height:40px;display:flex;align-items:center}.utility-container{max-width:1400px;margin:0 auto;padding:0 var(--spacing-md);width:100%;display:flex;justify-content:space-between;align-items:center}.utility-left,.utility-right{display:flex;align-items:center;gap:var(--spacing-md)}.utility-link{color:var(--text-secondary);text-decoration:none;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:4px;font-size:12px;transition:color var(--transition-fast)}.utility-link:hover{color:var(--primary-color)}.utility-link:disabled{opacity:.7;cursor:wait}.utility-link.highlight{color:var(--primary-color);font-weight:600}.utility-select{background:none;border:none;color:var(--text-secondary);font-size:12px;cursor:pointer;outline:none}.divider{width:1px;height:12px;background-color:var(--text-secondary);opacity:.3}@media(max-width:768px){.utility-bar{display:none}}.location-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease-out}.location-modal{background-color:var(--bg-primary);width:90%;max-width:400px;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;animation:slideUp .3s ease-out}.location-modal-header{background-color:var(--bg-secondary);padding:var(--spacing-md) var(--spacing-lg);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--bg-tertiary)}.location-modal-header h3{font-size:16px;margin:0;color:var(--text-primary)}.close-modal-btn{background:none;border:none;font-size:24px;color:var(--text-secondary);cursor:pointer;line-height:1;padding:0}.location-modal-body{padding:var(--spacing-lg)}.modal-description{font-size:13px;color:var(--text-secondary);margin-bottom:var(--spacing-lg);line-height:1.4}.detect-location-btn{width:100%;padding:10px;background-color:var(--primary-color);color:#fff;border:none;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:background-color var(--transition-fast)}.detect-location-btn:hover{background-color:var(--primary-hover)}.detect-location-btn:disabled{opacity:.7;cursor:wait}.modal-divider{display:flex;align-items:center;text-align:center;margin:var(--spacing-lg) 0;color:var(--text-secondary);font-size:12px}.modal-divider:before,.modal-divider:after{content:"";flex:1;border-bottom:1px solid var(--bg-tertiary)}.modal-divider span{padding:0 10px}.form-group label{display:block;font-size:13px;font-weight:500;margin-bottom:var(--spacing-sm);color:var(--text-primary)}.input-row{display:flex;gap:var(--spacing-sm)}.location-input{flex:1;padding:8px 12px;border:1px solid var(--bg-tertiary);border-radius:var(--radius-md);font-size:14px;outline:none;transition:border-color var(--transition-fast)}.location-input:focus{border-color:var(--primary-color)}.apply-btn{padding:8px 16px;background-color:transparent;border:1px solid var(--bg-tertiary);border-radius:var(--radius-md);color:var(--text-primary);font-size:13px;font-weight:500;cursor:pointer;transition:all var(--transition-fast)}.apply-btn:hover{background-color:var(--bg-secondary);border-color:var(--text-secondary)}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.header-wrapper{display:flex;flex-direction:column;position:sticky;top:0;z-index:1000;background-color:var(--primary-color)}.header{background:var(--primary-color);width:100%;padding:var(--spacing-sm) 0}.header-container{max-width:1400px;margin:0 auto;padding:0 var(--spacing-md);display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-xl)}.logo{flex-shrink:0;display:flex;align-items:center}.logo-image{height:40px;object-fit:contain}.search-container{flex:1;max-width:800px}.search-form{display:flex;align-items:center;background-color:var(--bg-primary);border-radius:var(--radius-sm);overflow:hidden;height:44px}.search-category-wrapper{border-right:1px solid var(--bg-tertiary);position:relative;background-color:var(--bg-secondary)}.search-category-select{appearance:none;background:transparent;border:none;padding:0 var(--spacing-md);height:100%;font-size:14px;color:var(--text-primary);cursor:pointer;outline:none;max-width:150px;white-space:nowrap;text-overflow:ellipsis}.search-input{flex:1;border:none;padding:0 var(--spacing-md);height:100%;font-size:15px;outline:none}.search-btn{background-color:var(--accent-color);border:none;width:44px;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-primary);transition:background-color var(--transition-fast)}.search-btn:hover{background-color:#e6c200}.header-actions{display:flex;align-items:center;gap:var(--spacing-lg);flex-shrink:0}.icon-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-light);text-decoration:none;gap:2px;background:none;border:none;cursor:pointer;position:relative}.icon-label{font-size:12px;font-weight:500}.cart-icon-container{position:relative}.cart-badge{position:absolute;top:-8px;right:-8px;background-color:var(--accent-color);color:var(--text-primary);font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--primary-color)}.user-menu{display:flex;align-items:center;gap:var(--spacing-md)}.secondary-nav{background-color:var(--bg-primary);border-bottom:1px solid var(--bg-tertiary);display:block}.nav-container{max-width:1400px;margin:0 auto;padding:0 var(--spacing-md)}.nav-categories{display:flex;list-style:none;margin:0;padding:0;gap:var(--spacing-lg);justify-content:center}.nav-item{position:relative;padding:var(--spacing-md) 0}.nav-category-link{color:var(--text-primary);font-weight:500;text-decoration:none;font-size:14px;display:flex;align-items:center;gap:4px;transition:color var(--transition-fast)}.nav-category-link:hover{color:var(--primary-color)}.mega-menu{position:absolute;top:100%;left:0;width:600px;background-color:var(--bg-primary);box-shadow:var(--shadow-lg);border-radius:0 0 var(--radius-md) var(--radius-md);padding:var(--spacing-lg);opacity:0;visibility:hidden;transform:translateY(10px);transition:all var(--transition-normal);z-index:999}.mega-menu.align-right{left:auto;right:0}.nav-item:hover .mega-menu{opacity:1;visibility:visible;transform:translateY(0)}.mega-menu-content{display:flex;gap:var(--spacing-xl)}.mega-column h4{font-size:14px;font-weight:700;margin-bottom:var(--spacing-md);color:var(--text-primary)}.mega-column ul{list-style:none;padding:0;margin:0}.mega-column li{margin-bottom:var(--spacing-sm)}.mega-column a{color:var(--text-secondary);font-size:13px;text-decoration:none;transition:color var(--transition-fast)}.mega-column a:hover{color:var(--primary-color)}.mega-promo{flex:1;background-color:var(--bg-secondary);border-radius:var(--radius-md);padding:var(--spacing-md)}.promo-card img{width:100%;height:auto;border-radius:var(--radius-sm);margin-bottom:var(--spacing-sm)}.promo-card p{font-weight:600;font-size:13px;text-align:center}.hamburger-btn{display:none;background:none;border:none;color:var(--text-light);cursor:pointer}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--bg-primary);z-index:2000;padding:var(--spacing-xl);overflow-y:auto}.mobile-menu-items{display:flex;flex-direction:column;gap:var(--spacing-md)}.mobile-menu-items a{font-size:18px;font-weight:500;color:var(--text-primary);padding:var(--spacing-sm) 0;border-bottom:1px solid var(--bg-tertiary)}@media(max-width:1024px){.secondary-nav,.search-container,.header-actions .icon-label{display:none}.hamburger-btn{display:block}}.footer{background-color:#1a1a1a;color:#ccc;font-size:14px}.footer-top{padding:var(--spacing-2xl) 0}.footer-container{max-width:1400px;margin:0 auto;padding:0 var(--spacing-md)}.footer-grid{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:var(--spacing-xl)}.brand-column{padding-right:var(--spacing-xl)}.footer-logo img{height:40px;margin-bottom:var(--spacing-md);filter:brightness(0) invert(1)}.footer-desc{line-height:1.6;margin-bottom:var(--spacing-lg);color:#999}.social-links{display:flex;gap:var(--spacing-md);font-size:20px}.social-links a{text-decoration:none;transition:transform var(--transition-fast)}.social-links a:hover{transform:scale(1.1)}.footer-column h4{color:#fff;margin-bottom:var(--spacing-lg);font-size:16px;font-weight:600}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:var(--spacing-sm)}.footer-column a{color:#999;text-decoration:none;transition:color var(--transition-fast)}.footer-column a:hover{color:#fff}.footer-bottom{border-top:1px solid #333;padding:var(--spacing-lg) 0;background-color:#111}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--spacing-md)}.payment-badges,.security-badges{display:flex;gap:var(--spacing-md);color:#666}@media(max-width:1024px){.footer-grid{grid-template-columns:repeat(3,1fr)}.brand-column{grid-column:span 3;padding-right:0;text-align:center}.footer-logo{display:inline-block}.social-links{justify-content:center}}@media(max-width:640px){.footer-grid{grid-template-columns:1fr;text-align:center}.brand-column{grid-column:span 1}.footer-bottom-content{flex-direction:column;text-align:center}}.flash-deals-section{padding:var(--spacing-xl) 0;background-color:var(--bg-primary);overflow:hidden}.flash-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-lg);flex-wrap:wrap;gap:var(--spacing-md)}.flash-title-group{display:flex;align-items:center;gap:var(--spacing-lg)}.section-title{font-size:28px;font-weight:800;color:var(--text-primary);letter-spacing:-.5px}.countdown-timer{display:flex;align-items:center;gap:6px;background:#fff0f0;padding:6px 12px;border-radius:var(--radius-full);border:1px solid #ffccc7}.timer-block{display:flex;flex-direction:column;align-items:center;line-height:1}.timer-value{font-weight:800;font-size:16px;color:#ff4d4f;font-variant-numeric:tabular-nums}.timer-label{font-size:8px;font-weight:600;text-transform:uppercase;color:#ff7875}.timer-colon{font-weight:700;color:#ff4d4f;margin-top:-8px}.view-all-link{display:flex;align-items:center;gap:4px;color:var(--text-secondary);font-weight:600;text-decoration:none;font-size:14px;transition:all var(--transition-fast)}.view-all-link:hover{color:var(--primary-color);transform:translate(4px)}.flash-carousel-container{margin:0 calc(var(--spacing-md) * -1);padding:0 var(--spacing-md)}.flash-carousel{display:flex;gap:var(--spacing-md);overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:var(--spacing-lg);padding-top:var(--spacing-xs);scrollbar-width:none;-webkit-overflow-scrolling:touch}.flash-carousel::-webkit-scrollbar{display:none}.flash-card{flex:0 0 200px;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;position:relative;scroll-snap-align:start;transition:transform var(--transition-fast),box-shadow var(--transition-fast);cursor:pointer;border:1px solid rgba(0,0,0,.04)}.flash-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.accent-strip{background:linear-gradient(90deg,#ff4d4f,#ff7875);padding:4px 8px;display:flex;align-items:center;gap:4px;color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.flash-card:hover .accent-strip{animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.8}to{opacity:1}}.product-visual{position:relative;background-color:var(--bg-tertiary);padding:var(--spacing-md);height:160px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform var(--transition-normal)}.flash-card:hover .product-image{transform:scale(1.08)}.discount-badge{position:absolute;top:8px;left:8px;background:#fff;color:#673795;font-weight:800;font-size:12px;padding:2px 6px;border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);z-index:2}.product-info{padding:var(--spacing-md);display:flex;flex-direction:column;gap:6px}.price-row{display:flex;align-items:baseline;gap:8px}.current-price{font-size:18px;font-weight:800;color:var(--text-primary)}.original-price{font-size:12px;color:var(--text-secondary);text-decoration:line-through}.product-name{font-size:14px;font-weight:500;color:var(--text-secondary);line-height:1.4;height:40px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.rating-row{display:flex;align-items:center;gap:4px;font-size:12px}.stars{color:#fbbf24;letter-spacing:-1px}.star-empty{color:#e5e7eb}.review-count{color:var(--text-secondary);font-size:11px}@media(max-width:768px){.flash-card{flex:0 0 42%;min-width:160px}.section-title{font-size:20px}.timer-value{font-size:14px}.flash-header{margin-bottom:var(--spacing-md)}}@media(min-width:1024px){.flash-card{flex:0 0 220px}}.product-section{padding:var(--spacing-xl) 0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-lg)}.product-list{display:grid;gap:var(--spacing-md)}.grid-layout{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.scroll-layout{grid-template-columns:repeat(4,1fr);overflow-x:auto;padding-bottom:var(--spacing-md)}.product-card-standard{background-color:#fff;border-radius:var(--radius-md);overflow:hidden;transition:box-shadow var(--transition-fast);border:1px solid var(--bg-tertiary)}.product-card-standard:hover{box-shadow:var(--shadow-lg)}.product-img-wrapper{position:relative;height:250px;background-color:var(--bg-secondary);overflow:hidden}.product-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-normal)}.product-card-standard:hover .product-img-wrapper img{transform:scale(1.05)}.wishlist-btn{position:absolute;top:10px;right:10px;background-color:#fff;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:translateY(-5px);transition:all var(--transition-fast);box-shadow:var(--shadow-sm)}.product-card-standard:hover .wishlist-btn{opacity:1;transform:translateY(0)}.wishlist-btn:hover{color:#673795;transform:scale(1.1)}.hover-actions{position:absolute;bottom:0;left:0;width:100%;padding:10px;background:linear-gradient(to top,rgba(0,0,0,.5),transparent);opacity:0;transition:opacity var(--transition-fast);display:flex;justify-content:center}.product-card-standard:hover .hover-actions{opacity:1}.quick-add-btn{background-color:#fff;color:var(--text-primary);border:none;padding:8px 16px;border-radius:var(--radius-full);font-weight:600;cursor:pointer;transition:all var(--transition-fast)}.quick-add-btn:hover{background-color:var(--primary-color);color:#fff}.product-details{padding:var(--spacing-md)}.product-category{font-size:12px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.product-title{font-size:16px;font-weight:600;color:var(--text-primary);margin:4px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-rating{display:flex;align-items:center;gap:4px;font-size:12px;margin-bottom:8px}.stars{color:var(--accent-color)}.count{color:var(--text-secondary)}.product-price{font-size:18px;font-weight:700;color:var(--primary-color)}@media(max-width:768px){.scroll-layout{grid-template-columns:repeat(2,200px)}}.brand-section,.trust-section,.seller-recruit-section{padding:var(--spacing-xl) 0;background-color:#fff}.promo-banner-section{padding:var(--spacing-md) 0}.promo-banner-content{background:linear-gradient(90deg,#6a11cb,#2575fc);border-radius:var(--radius-lg);padding:var(--spacing-2xl);color:#fff;display:flex;align-items:center;justify-content:space-between;overflow:hidden;position:relative}.promo-text{max-width:500px;z-index:1}.promo-tag{background-color:#fff3;padding:4px 12px;border-radius:var(--radius-full);font-size:12px;text-transform:uppercase;font-weight:700;margin-bottom:var(--spacing-md);display:inline-block}.promo-text h2{font-size:2.5rem;margin-bottom:var(--spacing-sm);color:#fff}.promo-text p{font-size:1.1rem;margin-bottom:var(--spacing-lg);opacity:.9}.btn-white{background-color:#fff;color:var(--primary-color);padding:12px 32px;border-radius:var(--radius-full);font-weight:600;border:none;cursor:pointer;transition:transform var(--transition-fast)}.btn-white:hover{transform:scale(1.05)}.brand-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:var(--spacing-lg);margin-top:var(--spacing-lg)}.brand-card{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;opacity:.7;transition:opacity var(--transition-fast)}.brand-card:hover{opacity:1}.brand-logo-placeholder{width:100px;height:60px;background-color:var(--bg-secondary);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--text-secondary);border:1px solid var(--bg-tertiary)}.verified-badge{color:#1da1f2;font-size:12px}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--spacing-lg)}.trust-item{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-md);border-radius:var(--radius-md);background-color:var(--bg-secondary)}.trust-icon{font-size:24px}.trust-info h4{font-size:14px;margin-bottom:2px}.trust-info p{font-size:12px;color:var(--text-secondary)}.app-promo-section{background-color:var(--bg-secondary);padding:var(--spacing-2xl) 0;overflow:hidden}.app-promo-content{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-2xl)}.app-promo-text{flex:1}.app-promo-text h2{font-size:2.5rem;margin-bottom:var(--spacing-md)}.app-buttons{display:flex;gap:var(--spacing-md);margin-top:var(--spacing-lg)}.app-btn{background-color:var(--text-primary);color:#fff;padding:10px 24px;border-radius:var(--radius-md);border:none;cursor:pointer}.phone-mockup{width:250px;height:400px;background-color:var(--text-primary);border-radius:30px;position:relative;border:8px solid #333}.screen{background-color:#fff;width:100%;height:100%;border-radius:22px;overflow:hidden;background-image:url(https://placehold.co/234x384?text=App+UI)}.recruit-banner{background:linear-gradient(135deg,#11998e,#38ef7d);border-radius:var(--radius-lg);padding:var(--spacing-2xl);text-align:center;color:#fff}.recruit-content h2{color:#fff;margin-bottom:var(--spacing-sm)}.recruit-content p{margin-bottom:var(--spacing-lg);font-size:1.1rem}.newsletter-section{background-color:var(--bg-tertiary);padding:var(--spacing-2xl) 0;text-align:center}.newsletter-content{max-width:600px;margin:0 auto}.newsletter-form{display:flex;gap:var(--spacing-sm);margin-top:var(--spacing-lg)}.newsletter-form input{flex:1;padding:12px;border:1px solid var(--bg-tertiary);border-radius:var(--radius-md);font-size:16px}.newsletter-form button{padding:12px 32px;background-color:var(--primary-color);color:#fff;border:none;border-radius:var(--radius-md);font-weight:600;cursor:pointer}@media(max-width:768px){.app-promo-content{flex-direction:column;text-align:center}.app-buttons{justify-content:center}.promo-banner-content{text-align:center;padding:var(--spacing-lg)}.promo-text h2{font-size:1.8rem}}.home-page{display:flex;flex-direction:column;background-color:var(--bg-primary)}.home-page>section{width:100%}.loader-container{display:flex;justify-content:center;align-items:center;min-height:200px;width:100%}.loading{--speed-of-animation: .9s;--gap: 6px;--loader-color: #673795;display:flex;justify-content:center;align-items:center;width:100px;gap:var(--gap);height:100px}.loading span{width:4px;height:50px;background:var(--loader-color);animation:scale var(--speed-of-animation) ease-in-out infinite}.loading span:nth-child(2){animation-delay:-.8s}.loading span:nth-child(3){animation-delay:-.7s}.loading span:nth-child(4){animation-delay:-.6s}.loading span:nth-child(5){animation-delay:-.5s}@keyframes scale{0%,40%,to{transform:scaleY(.05)}20%{transform:scaleY(1)}}.products-page{padding:2rem;max-width:1400px;margin:0 auto;min-height:80vh}.products-header{margin-bottom:2rem;border-bottom:1px solid #eee;padding-bottom:1rem}.products-header h1{font-size:2rem;color:#333;margin:0}.products-grid-container{display:flex;flex-direction:column}.no-products{text-align:center;padding:4rem;color:#666;font-size:1.2rem}.product-breadcrumbs{display:flex;align-items:center;gap:.5rem;padding:1rem 0;color:#666;font-size:.9rem;flex-wrap:wrap}.product-breadcrumbs a{color:#666;text-decoration:none;transition:color .2s}.product-breadcrumbs a:hover{color:#673795}.product-breadcrumbs .separator{color:#999}.product-breadcrumbs .current{color:#333;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px}@media(max-width:768px){.product-breadcrumbs{font-size:.8rem;padding:.5rem 0}}.product-gallery{display:grid;grid-template-columns:80px 1fr;gap:1rem;height:500px}.thumbnails-scroll{display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;overflow-x:hidden;padding-right:.25rem;scrollbar-width:thin}.thumbnail-btn{flex:0 0 70px;width:70px;height:70px;border:2px solid transparent;border-radius:6px;padding:0;overflow:hidden;background:#fff;cursor:pointer;transition:all .2s}.thumbnail-btn.active{border-color:#dc2626;box-shadow:0 0 0 2px #dc26261a}.thumbnail-btn:hover{border-color:#ef4444}.thumbnail-btn img{width:100%;height:100%;object-fit:cover}.main-image-container{position:relative;width:100%;height:100%;background:#f8f9fa;border-radius:8px;overflow:hidden;cursor:crosshair;display:flex;align-items:center;justify-content:center}.main-image{width:100%;height:100%;object-fit:contain;display:block}.zoom-lens{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-size:200%;pointer-events:none;z-index:10;opacity:0;transition:opacity .2s}.main-image-container:hover .zoom-lens{opacity:1}@media(max-width:768px){.product-gallery{grid-template-columns:1fr;grid-template-rows:1fr auto;height:auto;gap:.5rem}.main-image-container{aspect-ratio:1;height:auto}.thumbnails-scroll{flex-direction:row;overflow-x:auto;overflow-y:hidden;width:100%;padding-bottom:.5rem}.thumbnail-btn{flex:0 0 60px;width:60px;height:60px}}.product-info-panel{display:flex;flex-direction:column;gap:1.25rem;color:#333}.product-header{display:flex;flex-direction:column;gap:.5rem}.product-title{font-size:1.8rem;font-weight:700;line-height:1.2;color:#2c3e50;margin:0}.product-meta-row{font-size:.95rem;color:#666}.seller-link strong{color:#673795;cursor:pointer}.verified-badge{background:#e8f5e9;color:#2e7d32;padding:.1rem .4rem;border-radius:4px;font-size:.75rem;font-weight:600;margin-left:.5rem}.social-proof-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.rating-stars{color:#fbbf24;font-size:1.1rem;letter-spacing:2px}.rating-text{color:#333;font-weight:700;margin-left:.25rem}.review-count{color:#666;text-decoration:underline;cursor:pointer;font-size:.9rem}.live-viewers{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#ef4444;font-weight:500;background:#fef2f2;padding:.2rem .5rem;border-radius:99px}.pulsing-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(.95);opacity:.8}50%{transform:scale(1.2);opacity:1}to{transform:scale(.95);opacity:.8}}.price-section{display:flex;flex-direction:column;gap:.25rem}.main-price-row{display:flex;align-items:baseline;gap:.75rem}.current-price{font-size:2rem;font-weight:800;color:#673795}.old-price{text-decoration:line-through;color:#9ca3af;font-size:1.1rem}.discount-badge{background:#fee2e2;color:#ef4444;padding:.2rem .5rem;border-radius:4px;font-weight:700;font-size:.9rem}.divider{border:0;border-top:1px solid #eee;margin:.5rem 0}.variants-section{display:flex;flex-direction:column;gap:1rem}.variant-group{display:flex;flex-direction:column;gap:.5rem}.variant-label{font-size:.9rem;color:#4b5563}.variant-options{display:flex;gap:.5rem;flex-wrap:wrap}.variant-btn{border:2px solid #e5e7eb;background:#fff;cursor:pointer;border-radius:8px;transition:all .2s}.variant-btn:hover{border-color:#673795}.variant-btn.active{border-color:#673795;background:#f3e8ff;color:#673795;font-weight:600}.color-btn{width:32px;height:32px;border-radius:50%}.size-btn{padding:.5rem 1rem;min-width:48px}.stock-status{display:inline-flex;align-items:center;gap:.4rem;color:#16a34a;font-weight:600;font-size:.9rem}.purchase-controls{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.quantity-wrapper{display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:8px;width:fit-content}.qty-btn{width:40px;height:40px;background:transparent;border:none;font-size:1.2rem;color:#4b5563;cursor:pointer;transition:background .2s}.qty-btn:hover{background:#f9fafb}.qty-input{width:50px;text-align:center;border:none;font-size:1rem;font-weight:600;color:#1f2937;pointer-events:none}.action-buttons-grid{display:grid;grid-template-columns:1fr 1fr auto;gap:.75rem}.action-btn{padding:1rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;border:none;transition:transform .1s,box-shadow .2s}.action-btn:active{transform:scale(.98)}.primary-btn{background:#673795;color:#fff;box-shadow:0 4px 6px #67379533}.primary-btn:hover{background:#583080;box-shadow:0 6px 8px #6737954d}.buy-now-btn{background:#1f2937;color:#fff;box-shadow:0 4px 6px #1f293733}.buy-now-btn:hover{background:#111827}.wishlist-btn{background:#f3f4f6;color:#4b5563;width:52px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.wishlist-btn:hover{background:#e5e7eb}.wishlist-btn.active{color:#ef4444;background:#fee2e2}.trust-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;background:#f9fafb;padding:1rem;border-radius:8px;margin-top:1rem}.trust-item{display:flex;align-items:flex-start;gap:.75rem}.trust-icon{font-size:1.25rem}.trust-text{display:flex;flex-direction:column;font-size:.8rem;color:#666}.trust-text strong{color:#333;margin-bottom:.1rem}@media(max-width:576px){.action-buttons-grid{grid-template-columns:1fr}.wishlist-btn{width:100%}.product-title{font-size:1.5rem}}.product-buy-box{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000000d;display:flex;flex-direction:column;gap:1.5rem}.buy-box-header{padding-bottom:.75rem;border-bottom:1px solid #f3f4f6;display:flex;justify-content:flex-start}.store-header-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;transition:opacity .2s}.store-header-link:hover{opacity:.8}.store-icon-svg{width:24px;height:24px;color:#111;stroke-width:1.5px}.store-name{font-weight:400;color:#111;font-size:.5rem;line-height:1}.buy-box-commitment{display:flex;flex-direction:column;gap:1rem}.commitment-item{display:flex;gap:.75rem;font-size:.85rem}.commitment-item .icon{font-size:1.1rem;color:#22c55e}.commitment-item .text{display:flex;flex-direction:column}.commitment-item strong{color:#374151;font-weight:600;margin-bottom:.1rem}.commitment-item span{color:#6b7280}.buy-box-quantity{display:flex;flex-direction:column;gap:.5rem}.buy-box-quantity label{font-weight:600;font-size:.9rem;color:#374151}.quantity-control{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:6px;width:fit-content}.qty-btn{background:#f9fafb;border:none;width:32px;height:32px;font-size:1.1rem;color:#4b5563;cursor:pointer;display:flex;align-items:center;justify-content:center}.qty-btn:hover:not(:disabled){background:#e5e7eb}.qty-btn:disabled{opacity:.5;cursor:not-allowed}.qty-input{width:40px;text-align:center;border:none;border-left:1px solid #d1d5db;border-right:1px solid #d1d5db;height:32px;font-weight:600;color:#1f2937;appearance:textfield;-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.stock-label{font-size:.8rem;color:#059669}.buy-box-actions{display:flex;flex-direction:column;gap:.75rem}.action-btn{width:100%;padding:.875rem;border-radius:25px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s}.buy-now-btn{background:#dc2626;color:#fff;border:none}.buy-now-btn:hover{background:#b91c1c}.add-cart-btn{background:#fff;color:#333;border:2px solid #e5e7eb}.add-cart-btn:hover{background:#f9fafb;border-color:#d1d5db}.product-tabs-container{margin-top:3rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;overflow:hidden}.tabs-header{display:flex;border-bottom:1px solid #e5e7eb;overflow-x:auto}.tab-btn{padding:1rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;font-size:1rem;font-weight:600;color:#6b7280;cursor:pointer;white-space:nowrap;transition:all .2s}.tab-btn:hover{color:#673795;background:#f9fafb}.tab-btn.active{color:#673795;border-bottom-color:#673795}.tab-content{padding:2rem}.description-content p{line-height:1.8;color:#4b5563;font-size:1.05rem}.highlights-grid{margin-top:2rem;background:#f8f9fa;padding:1.5rem;border-radius:8px}.highlights-grid h3{margin-top:0;color:#2c3e50}.highlights-grid ul{padding-left:1.2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem}.highlights-grid li{color:#4b5563}.specs-table{width:100%;border-collapse:collapse}.specs-table th,.specs-table td{padding:1rem;border-bottom:1px solid #eee;text-align:left}.specs-table th{width:30%;color:#6b7280;font-weight:500;background:#f9fafb}.specs-table td{color:#1f2937;font-weight:500}.reviews-content{display:flex;flex-direction:column;gap:2rem}.review-summary{display:flex;align-items:center;padding-bottom:1.5rem;border-bottom:1px solid #eee}.average-rating{display:flex;flex-direction:column;align-items:center}.average-rating .score{font-size:3rem;font-weight:800;color:#333}.average-rating .stars{color:#fbbf24;font-size:1.2rem}.average-rating .total{font-size:.9rem;color:#6b7280}.review-card{padding:1.5rem;background:#f9fafb;border-radius:8px}.review-header{display:flex;gap:.75rem;align-items:center;margin-bottom:.5rem}.reviewer-name{font-weight:700;color:#333}.verified-purchase{font-size:.75rem;color:#16a34a;background:#dcfce7;padding:.1rem .4rem;border-radius:4px}.review-date{font-size:.85rem;color:#9ca3af;margin-left:auto}.review-stars{color:#fbbf24;margin-bottom:.75rem}.review-text{color:#4b5563;line-height:1.5}@media(max-width:768px){.tab-content{padding:1.5rem}}.seller-info-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-top:0}.seller-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.seller-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #f3f4f6}.seller-avatar-placeholder{width:60px;height:60px;border-radius:50%;background:#673795;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.seller-details{display:flex;flex-direction:column}.seller-name{margin:0;font-size:1.1rem;color:#1f2937}.seller-stats{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#6b7280;margin-top:.25rem}.seller-actions{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem}.visit-store-btn,.message-seller-btn{padding:.75rem;text-align:center;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s}.visit-store-btn{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.visit-store-btn:hover{background:#e5e7eb}.message-seller-btn{background:#fff;color:#673795;border:1px solid #673795}.message-seller-btn:hover{background:#f3e8ff}.seller-badges{display:flex;gap:1rem;font-size:.85rem;color:#059669;border-top:1px solid #f3f4f6;padding-top:1rem}.badge-item{display:flex;align-items:center;gap:.25rem}@media(max-width:576px){.seller-actions{grid-template-columns:1fr}}.sticky-mobile-bar{position:fixed;bottom:0;left:0;width:100%;background:#fff;box-shadow:0 -4px 16px #0000001a;padding:.75rem 1rem;display:none;align-items:center;justify-content:space-between;gap:1rem;z-index:1000}.mobile-price-container{display:flex;flex-direction:column}.price-label{font-size:.75rem;color:#666}.price-value{font-size:1.1rem;font-weight:700;color:#673795}.mobile-actions{display:flex;gap:.5rem;flex:1;justify-content:flex-end}.mobile-btn{padding:.75rem 1rem;border-radius:8px;font-weight:600;font-size:.9rem;border:none;cursor:pointer;white-space:nowrap}.cart-btn{background:#f3e8ff;color:#673795}.buy-btn{background:#673795;color:#fff}@media(max-width:768px){.sticky-mobile-bar{display:flex;padding-bottom:max(.75rem,env(safe-area-inset-bottom))}}.product-detail-page{max-width:1400px;margin:0 auto;padding:0 2rem 4rem;min-height:100vh;background-color:#fcfcfc}.product-hero-section{display:grid;grid-template-columns:450px 1fr 340px;gap:2rem;margin-top:1.5rem;margin-bottom:4rem;align-items:start}.product-center-column{min-width:0}.product-right-column{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:100px;height:fit-content;z-index:10}.product-secondary-section{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem;max-width:1000px}.main-content-column{display:flex;flex-direction:column;gap:3rem}.related-products-section{margin-top:4rem}.section-title{font-size:1.5rem;color:#333;margin-bottom:1.5rem;font-weight:700}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:#666;text-align:center}.error-container h2{color:#2c3e50;margin-bottom:1rem}.back-btn{background:#673795;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:1rem}.back-btn:hover{background:#8559a5}@media(max-width:1200px){.product-hero-section{grid-template-columns:400px 1fr 300px;gap:1.5rem}}@media(max-width:1024px){.product-hero-section{grid-template-columns:1fr 320px;grid-template-rows:auto auto}.product-gallery-column{grid-column:1 / -1}.product-hero-section{grid-template-columns:1fr 320px}.product-gallery-column{grid-column:1}.product-center-column{grid-column:1;grid-row:2}.product-right-column{grid-column:2;grid-row:1 / span 2}}@media(max-width:768px){.product-hero-section{display:flex;flex-direction:column;gap:1.5rem}.product-right-column{position:static;order:3}.product-center-column{order:2}.product-gallery-column{order:1}.product-detail-page{padding:0 1rem 6rem}}.cart-page{max-width:1400px;margin:0 auto;padding:2rem;min-height:100vh}.cart-empty{display:flex;align-items:center;justify-content:center;min-height:60vh}.cart-empty-content{text-align:center}.cart-empty-content h2{font-size:2rem;color:#2c3e50;margin-bottom:1rem}.cart-empty-content p{font-size:1.1rem;color:#7f8c8d;margin-bottom:2rem}.shop-now-btn{background:#673795;color:#fff;border:none;padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;-webkit-tap-highlight-color:transparent}.shop-now-btn:hover{background:#8559a5;transform:translateY(-2px);box-shadow:0 4px 12px #67379566}.shop-now-btn:active{transform:translateY(0)}.cart-container{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000001a}.cart-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin:0 0 2rem}.cart-content{display:grid;grid-template-columns:1fr 400px;gap:2rem}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:grid;grid-template-columns:120px 1fr 200px 120px;gap:1.5rem;padding:1.5rem;background:#f8f9fa;border-radius:12px;align-items:center;min-width:0}.cart-item-image{width:120px;height:120px;object-fit:cover;border-radius:8px;background:#fff}.cart-item-info{display:flex;flex-direction:column;gap:.5rem;min-width:0;overflow:hidden}.cart-item-name{font-size:1.2rem;font-weight:600;color:#2c3e50;margin:0;word-wrap:break-word;overflow-wrap:break-word;line-height:1.4}.cart-item-seller{font-size:.9rem;color:#7f8c8d;margin:0}.cart-item-price{font-size:1rem;color:#673795;font-weight:600}.cart-item-actions{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center;min-width:0}.quantity-controls-cart{display:flex;align-items:center;gap:.75rem;border:2px solid #e0e0e0;border-radius:8px;padding:.5rem}.quantity-btn-cart{background:#fff;border:none;width:30px;height:30px;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:700;color:#2c3e50;transition:all .2s;-webkit-tap-highlight-color:transparent}.quantity-btn-cart:hover{background:#673795;color:#fff}.quantity-btn-cart:active{transform:scale(.95)}.quantity-value-cart{min-width:30px;text-align:center;font-weight:600}.remove-btn{background:#ff4757;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s;-webkit-tap-highlight-color:transparent}.remove-btn:hover{background:#ff3838}.remove-btn:active{transform:scale(.98)}.cart-item-total{font-size:1.3rem;font-weight:700;color:#2c3e50;min-width:120px;text-align:right;white-space:nowrap}.cart-summary{background:#f8f9fa;padding:2rem;border-radius:12px;height:fit-content;position:sticky;top:100px}.summary-title{font-size:1.5rem;font-weight:700;color:#2c3e50;margin:0 0 1.5rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;color:#555}.summary-row.total{font-size:1.3rem;font-weight:700;color:#2c3e50}.summary-divider{height:1px;background:#e0e0e0;margin:1rem 0}.checkout-btn{width:100%;background:#673795;color:#fff;border:none;padding:1.25rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:1.5rem;box-shadow:0 4px 12px #6737954d;-webkit-tap-highlight-color:transparent}.checkout-btn:hover:not(:disabled){background:#8559a5;transform:translateY(-2px);box-shadow:0 6px 16px #67379566}.checkout-btn:active:not(:disabled){transform:translateY(0)}.checkout-btn:disabled{opacity:.6;cursor:not-allowed}.clear-cart-btn{width:100%;background:transparent;color:#ff4757;border:2px solid #ff4757;padding:.75rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:1rem;-webkit-tap-highlight-color:transparent}.clear-cart-btn:hover{background:#ff4757;color:#fff}.clear-cart-btn:active{transform:scale(.98)}@media(max-width:1200px){.cart-content{grid-template-columns:1fr 350px}.cart-item{grid-template-columns:100px 1fr 180px 110px;gap:1rem}.cart-item-image{width:100px;height:100px}}@media(max-width:1100px){.cart-page,.cart-container{padding:1.5rem}.cart-content{grid-template-columns:1fr;gap:1.5rem}.cart-summary{position:static;max-width:100%}.cart-item{grid-template-columns:110px 1fr auto;gap:1.25rem;padding:1.25rem;align-items:start}.cart-item-image{width:110px;height:110px}.cart-item-info{min-width:0;flex:1}.cart-item-name{font-size:1.1rem;line-height:1.5}.cart-item-actions{flex-direction:column;gap:.75rem;align-items:flex-end}.cart-item-total{grid-column:3;grid-row:1;align-self:start;text-align:right;min-width:auto}.quantity-controls-cart{gap:.65rem;padding:.5rem}.remove-btn{padding:.5rem 1rem;white-space:nowrap}}@media(max-width:968px){.cart-item{grid-template-columns:100px 1fr;gap:1rem}.cart-item-image{width:100px;height:100px}.cart-item-actions,.cart-item-total{grid-column:1 / -1}.cart-item-actions{flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding-top:.5rem}.cart-item-total{text-align:left;padding-top:.5rem;border-top:1px solid #e0e0e0}}@media(max-width:768px){.cart-page,.cart-container{padding:1.25rem}.cart-title{font-size:2rem;margin-bottom:1.5rem}.cart-item{padding:1.1rem}.cart-item-name{font-size:1.05rem}.quantity-btn-cart{width:32px;height:32px}.cart-summary{padding:1.5rem}.summary-title{font-size:1.4rem}}@media(max-width:640px){.cart-page{padding:1rem}.cart-container{padding:1.25rem}.cart-title{font-size:1.75rem;margin-bottom:1.25rem}.cart-items{gap:1.25rem}.cart-item{grid-template-columns:80px 1fr;padding:1rem;gap:.75rem}.cart-item-image{width:80px;height:80px}.cart-item-name{font-size:1rem;line-height:1.4}.cart-item-seller{font-size:.85rem}.cart-item-price{font-size:.9rem}.cart-item-total{font-size:1.1rem}.quantity-controls-cart{gap:.5rem;padding:.4rem}.quantity-btn-cart{width:30px;height:30px;font-size:.95rem}.remove-btn{padding:.45rem .85rem;font-size:.85rem}.cart-summary{padding:1.25rem}.summary-title{font-size:1.3rem}.checkout-btn{padding:1.1rem;font-size:1rem}.clear-cart-btn{padding:.7rem}}@media(max-width:480px){.cart-page{padding:.75rem}.cart-container{padding:1rem}.cart-title{font-size:1.5rem}.cart-item{padding:.875rem;gap:.65rem}.cart-item-image{width:75px;height:75px}.cart-item-name{font-size:.95rem}.cart-item-seller{font-size:.8rem}.cart-summary{padding:1rem}.summary-title{font-size:1.2rem}}.checkout-page{min-height:100vh;background:#f8f9fa;padding:2rem}.checkout-container{max-width:1200px;margin:0 auto}.checkout-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin:0 0 2rem;text-align:center}.checkout-content{display:grid;grid-template-columns:1fr 1.2fr;gap:2rem}.checkout-order-summary{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000001a;height:fit-content;position:sticky;top:100px}.checkout-order-summary h2{font-size:1.5rem;font-weight:700;color:#2c3e50;margin:0 0 1.5rem}.checkout-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;max-height:400px;overflow-y:auto}.checkout-item{display:flex;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px}.checkout-item-image{width:80px;height:80px;object-fit:cover;border-radius:8px;flex-shrink:0}.checkout-item-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.checkout-item-info h4{margin:0;font-size:1rem;font-weight:600;color:#2c3e50;line-height:1.3}.checkout-item-info p{margin:0;font-size:.9rem;color:#7f8c8d}.checkout-item-price{font-weight:600;color:#673795!important;font-size:1rem!important}.checkout-totals{border-top:2px solid #e0e0e0;padding-top:1rem;display:flex;flex-direction:column;gap:.75rem}.checkout-total-row{display:flex;justify-content:space-between;font-size:1rem;color:#555}.checkout-total-row.total{font-size:1.3rem;font-weight:700;color:#2c3e50;padding-top:.75rem;border-top:1px solid #e0e0e0}.checkout-form-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000001a}.checkout-form h2{font-size:1.5rem;font-weight:700;color:#2c3e50;margin:0 0 1.5rem}.form-group label{display:block;font-weight:600;color:#2c3e50;margin-bottom:.5rem;font-size:1rem}.form-group small{display:block;margin-top:.25rem;font-size:.85rem;color:#7f8c8d}.form-input,.form-textarea{width:100%;padding:.875rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s;box-sizing:border-box}.form-input:focus,.form-textarea:focus{outline:none;border-color:#673795;box-shadow:0 0 0 3px #6737951a}.form-textarea{resize:vertical;min-height:80px}.payment-options{display:flex;flex-direction:column;gap:.75rem}.payment-option{display:flex;align-items:center;gap:.75rem;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s}.payment-option:hover{border-color:#673795;background:#6737950d}.payment-option input[type=radio]{width:20px;height:20px;cursor:pointer;accent-color:#673795}.payment-option input[type=radio]:checked+span{font-weight:600;color:#673795}.payment-option span{font-size:1rem;color:#2c3e50}.place-order-btn{width:100%;padding:1.25rem;background:#673795;color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #6737954d;margin-top:1rem}.place-order-btn:hover:not(:disabled){background:#8559a5;transform:translateY(-2px);box-shadow:0 6px 16px #67379566}.place-order-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.back-to-cart-btn{width:100%;padding:1rem;background:transparent;color:#7f8c8d;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.75rem}.back-to-cart-btn:hover:not(:disabled){border-color:#673795;color:#673795}.back-to-cart-btn:disabled{opacity:.6;cursor:not-allowed}.login-redirect-btn,.shop-redirect-btn{padding:1rem 2.5rem;background:#673795;color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:1rem}.login-redirect-btn:hover,.shop-redirect-btn:hover{background:#8559a5;transform:translateY(-2px);box-shadow:0 4px 12px #67379566}@media(max-width:968px){.checkout-content{grid-template-columns:1fr}.checkout-order-summary{position:static;order:2}.checkout-form-section{order:1}}@media(max-width:640px){.checkout-page{padding:1rem}.checkout-container{padding:0}.checkout-title{font-size:2rem}.checkout-order-summary,.checkout-form-section{padding:1.5rem}.checkout-item{flex-direction:column;align-items:center;text-align:center}.checkout-item-image{width:100%;height:150px}}.categories-page{max-width:1400px;margin:0 auto;padding:2rem;min-height:100vh}.categories-container{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000001a}.categories-title{font-size:2.5rem;font-weight:800;color:#2c3e50;margin:0 0 1.5rem}.categories-loading,.categories-empty{text-align:center;padding:3rem 1rem;color:#7f8c8d;font-size:1.1rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem}.category-tile{border:2px solid #f0f0f0;border-radius:14px;padding:1rem;background:#fff;transition:all .2s ease}.category-tile:hover{border-color:#673795;transform:translateY(-3px);box-shadow:0 8px 20px #6737952e}.category-tile-image{width:100%;height:140px;object-fit:cover;border-radius:10px;background:#f8f9fa;margin-bottom:.75rem}.category-tile-name{font-weight:700;color:#2c3e50}.product-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;text-decoration:none;color:inherit;position:relative}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #6737954d}.product-image-container{position:relative;width:100%;padding-top:100%;background:#f8f9fa;overflow:hidden}.product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.add-to-cart-btn{position:absolute;bottom:1rem;right:1rem;background:#673795;color:#fff;border:none;border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:translateY(10px);transition:all .3s ease;box-shadow:0 4px 12px #67379566}.product-card:hover .add-to-cart-btn{opacity:1;transform:translateY(0)}.add-to-cart-btn:hover{background:#8559a5;transform:scale(1.1)}.product-info{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.product-name{margin:0;font-size:1.1rem;font-weight:600;color:#2c3e50;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.product-seller{margin:0;font-size:.85rem;color:#7f8c8d}.product-price{font-size:1.3rem;font-weight:700;color:#673795;margin-top:auto}@media(max-width:640px){.product-info{padding:.875rem;gap:.375rem}.product-name{font-size:.95rem;line-height:1.3}.product-seller{font-size:.75rem}.product-price{font-size:1.05rem}}:root{--primary: #673795;--primary-dark: #512b75;--primary-light: #8559a5;--accent: #ff6b35;--text-main: #1f2937;--text-secondary: #6b7280;--bg-page: #f9fafb;--bg-card: #ffffff;--border: #e5e7eb;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--container-width: 1280px}.seller-page{min-height:100vh;background:var(--bg-page);padding-bottom:4rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.seller-hero{position:relative;height:350px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);overflow:hidden}.seller-cover-container{width:100%;height:100%;position:relative}.seller-cover-image{width:100%;height:100%;object-fit:cover}.seller-cover-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000 50%,#0009)}.expiring-deals-section{margin-bottom:3rem}.seller-container{max-width:var(--container-width);margin:-100px auto 0;padding:0 1.5rem;display:grid;grid-template-columns:320px 1fr;gap:2rem;position:relative;z-index:10}.seller-sidebar{position:relative}.seller-profile-card{background:var(--bg-card);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.5);position:sticky;top:2rem;display:flex;flex-direction:column;align-items:center;text-align:center}.seller-avatar-wrapper{margin-top:-5rem;margin-bottom:1rem;position:relative}.seller-avatar{width:140px;height:140px;border-radius:var(--radius-full);border:4px solid var(--bg-card);background:var(--bg-card);box-shadow:var(--shadow-md);object-fit:cover}.seller-avatar-placeholder{width:140px;height:140px;border-radius:var(--radius-full);border:4px solid var(--bg-card);background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;align-items:center;justify-content:center;color:#9ca3af;box-shadow:var(--shadow-md)}.seller-avatar-placeholder svg{width:60px;height:60px}.seller-identity{margin-bottom:1.5rem;width:100%}.seller-name-row{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem}.seller-name{font-size:1.75rem;font-weight:800;color:var(--text-main);margin:0;line-height:1.2}.seller-verified-badge{color:#3b82f6;display:flex;align-items:center}.seller-tagline{color:var(--text-secondary);font-size:.95rem;line-height:1.5;margin:0}.seller-stats{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem;width:100%;padding:1rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.stat-value{font-size:1.25rem;font-weight:700;color:var(--text-main)}.stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-weight:600}.stat-rating{color:#fbbf24;display:flex;align-items:center;gap:4px}.share-btn-wrapper{position:relative;width:100%}.ad-seller-info{display:flex;gap:1rem;align-items:center}.ad-avatar-placeholder{background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-weight:600}.ad-title{margin:0 0 .5rem;font-size:1.1rem;font-weight:700;color:var(--text-main)}.empty-state-icon{width:48px;height:48px;margin-bottom:1rem;color:#d1d5db}.seller-actions{display:flex;flex-direction:column;gap:.75rem;width:100%}.btn-action{width:100%;padding:.875rem;border-radius:var(--radius-lg);font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;border:none}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 6px -1px #67379533}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.btn-primary.following{background:#fff;color:var(--primary);border:2px solid var(--primary);box-shadow:none}.btn-secondary{background:#fff;color:var(--text-main);border:1px solid var(--border)}.btn-secondary:hover{background:#f9fafb;border-color:#d1d5db}.seller-meta-info{margin-top:2rem;width:100%;display:flex;flex-direction:column;gap:1rem}.meta-row{display:flex;align-items:center;gap:.75rem;color:var(--text-secondary);font-size:.9rem}.meta-row svg{color:#9ca3af;flex-shrink:0}.seller-main{padding-top:2rem}.seller-nav{display:flex;border-bottom:1px solid var(--border);margin-bottom:2rem;position:sticky;top:0;background:#f9fafbf2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:20;padding:0}.nav-item{flex:1;background:none;border:none;padding:1.25rem 1rem;font-size:1rem;font-weight:600;color:var(--text-secondary);cursor:pointer;position:relative;transition:all .2s ease;display:flex;justify-content:center;align-items:center}.nav-item:hover{color:var(--text-main)}.nav-item.active{color:var(--primary)}.nav-item.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--primary);border-radius:2px 2px 0 0}.content-section{animation:fadeIn .4s ease-out}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-title{font-size:1.5rem;font-weight:700;color:var(--text-main);margin:0}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:var(--radius-lg);border:1px dashed var(--border);color:var(--text-secondary)}.about-card{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);line-height:1.7;color:#374151}.about-text{white-space:pre-line}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.detail-card{background:#fff;padding:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border)}.detail-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.detail-row:last-child{border-bottom:none}.detail-label{color:var(--text-secondary);font-weight:500}.detail-value{color:var(--text-main);font-weight:600}.share-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border-radius:12px;box-shadow:var(--shadow-lg);padding:.5rem;min-width:200px;z-index:100;border:1px solid var(--border);animation:fadeIn .2s ease}.share-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;cursor:pointer;border-radius:8px;color:var(--text-main);font-weight:500;font-size:.95rem}.share-item:hover{background:#f3f4f6}.whatsapp{color:#25d366}.snapchat{color:#fffc00;text-shadow:0 0 1px rgba(0,0,0,.1)}.instagram{color:#e1306c}.ads-feed{display:flex;flex-direction:column;gap:1.5rem}.ad-card{background:#fff;border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow-sm)}.ad-header{padding:1rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid #f3f4f6}.ad-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.ad-info h3{margin:0;font-size:.95rem;font-weight:700}.ad-date{font-size:.8rem;color:var(--text-secondary)}.ad-body{padding:1rem}.ad-text{margin-bottom:1rem;line-height:1.5;color:var(--text-main)}.ad-image{width:100%;border-radius:8px;margin-top:.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.seller-container{grid-template-columns:280px 1fr;gap:1.5rem}}@media(max-width:768px){.seller-container{display:flex;flex-direction:column;margin-top:-60px;padding:0 1rem}.seller-hero{height:200px}.seller-profile-card{position:relative;top:0;margin-bottom:2rem;z-index:10}.seller-main{padding-top:0}.seller-nav{overflow-x:auto;white-space:nowrap;margin:0 -1rem 1.5rem;padding:1rem;background:var(--bg-page);-ms-overflow-style:none;scrollbar-width:none}.seller-nav::-webkit-scrollbar{display:none}}.profile-page{max-width:1200px;margin:0 auto;padding:2rem 1rem;min-height:80vh}.profile-header{background:#fff;border-radius:16px;padding:2rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;box-shadow:0 4px 6px -1px #0000000d;flex-wrap:wrap;gap:2rem}.profile-identity{display:flex;align-items:center;gap:1.5rem}.profile-avatar{position:relative;width:100px;height:100px}.profile-avatar img,.avatar-placeholder{width:100%;height:100%;border-radius:50%;object-fit:cover;border:4px solid white;box-shadow:0 4px 12px #0000001a}.avatar-placeholder{background:linear-gradient(135deg,#673795,#8559a5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700}.edit-avatar-btn{position:absolute;bottom:0;right:0;width:32px;height:32px;background:#fff;border:1px solid #e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0000000d;transition:all .2s ease}.edit-avatar-btn:hover{background:#f9fafb;transform:scale(1.1)}.profile-name{font-size:1.75rem;font-weight:800;color:#111827;margin:0 0 .5rem}.profile-email{color:#6b7280;margin:0 0 1rem}.badge-member{background:#f3f4f6;color:#4b5563;padding:4px 12px;border-radius:20px;font-size:.875rem;font-weight:500}.profile-quick-actions{display:flex;gap:1rem;flex-wrap:wrap}.quick-action-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;font-weight:600;color:#374151;cursor:pointer;transition:all .2s ease}.quick-action-btn:hover{background:#f9fafb;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.quick-action-btn.primary{background:#673795;color:#fff;border-color:#673795}.quick-action-btn.primary:hover{background:#582f80;box-shadow:0 4px 12px #67379533}.profile-summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2.5rem}.summary-card{background:#fff;border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 4px #00000008;border:1px solid #f3f4f6;transition:transform .2s ease}.summary-card:hover{transform:translateY(-2px)}.card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.card-icon.orders-icon{background:#10b9811a;color:#10b981}.card-icon.saved-icon{background:#ef44441a;color:#ef4444}.card-icon.reviews-icon{background:#f59e0b1a;color:#f59e0b}.card-content{display:flex;flex-direction:column}.card-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.card-value{font-size:1.5rem;font-weight:700;color:#111827}.profile-tabs{display:flex;gap:1rem;border-bottom:1px solid #e5e7eb;margin-bottom:2rem;overflow-x:auto;padding-bottom:1px}.profile-tab{padding:1rem 1.5rem;background:none;border:none;font-weight:600;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;white-space:nowrap;transition:all .2s ease}.profile-tab.active{color:#673795;border-bottom-color:#673795}.profile-tab:hover:not(.active){color:#374151}.profile-content{min-height:400px}.section-header{margin-bottom:1.5rem}.section-header h2{font-size:1.5rem;font-weight:700;color:#111827}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#f9fafb;border-radius:16px;border:1px dashed #e5e7eb}.empty-icon{font-size:3rem;margin-bottom:1rem}.empty-state h3{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:.5rem}.empty-state p{color:#6b7280;margin-bottom:1.5rem;max-width:400px}.orders-list{display:grid;gap:1rem}.order-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.order-header{display:flex;flex-direction:column;gap:.5rem}.order-id{font-weight:700;color:#111827}.order-status{display:inline-block;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-completed{background:#d1fae5;color:#059669}.status-pending{background:#fef3c7;color:#d97706}.status-cancelled{background:#fee2e2;color:#dc2626}.order-details{display:flex;flex-direction:column;gap:.5rem}.order-date{color:#6b7280;font-size:.875rem}.order-total{font-weight:600;color:#374151}.order-actions{display:flex;gap:.5rem}.btn-primary{background:#673795;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block}.btn-primary:hover{background:#582f80}.btn-outline{background:transparent;border:1px solid #d1d5db;color:#374151;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer}.btn-outline:hover{background:#f9fafb;border-color:#9ca3af}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-danger{background:#fee2e2;color:#dc2626;border:1px solid #fecaca;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer}.btn-danger:hover{background:#fecaca}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.settings-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.settings-card h3{font-size:1.1rem;margin-bottom:.5rem;color:#111827}.settings-card p{color:#6b7280;margin-bottom:1.5rem;font-size:.9rem}.danger-zone{border-color:#fecaca;background:snow}.form-group label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .2s}.form-input:focus{outline:none;border-color:#673795;box-shadow:0 0 0 3px #6737951a}@media(max-width:768px){.profile-header{flex-direction:column;align-items:flex-start}.profile-quick-actions{width:100%}.quick-action-btn{flex:1;justify-content:center}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.modal-header h2{font-size:1.25rem;font-weight:700;color:#111827;margin:0}.close-btn{background:none;border:none;font-size:2rem;line-height:1;color:#6b7280;cursor:pointer;padding:0}.modal-body{padding:1.5rem;overflow-y:auto}.order-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-item label{font-size:.75rem;text-transform:uppercase;color:#6b7280;font-weight:600;letter-spacing:.05em}.info-item span{font-weight:600;color:#111827}.status-badge{display:inline-block;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;width:fit-content}.modal-body h3{font-size:1rem;font-weight:700;color:#374151;margin-bottom:1rem}.order-items-list{display:flex;flex-direction:column;gap:1rem}.order-item-row{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#f9fafb;border-radius:8px}.item-thumb{width:48px;height:48px;border-radius:6px;object-fit:cover;border:1px solid #e5e7eb}.item-details{flex:1}.item-details h4{font-size:.9rem;font-weight:600;color:#111827;margin:0 0 .25rem}.item-details p{font-size:.8rem;color:#6b7280;margin:0}.item-total{font-weight:600;color:#374151}.modal-footer{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:1rem}.btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer}.btn-secondary:hover{background:#e5e7eb}@media(max-width:640px){.order-info-grid{grid-template-columns:1fr}}.orders-tab{padding:1rem 0}.orders-summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}.summary-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000d;text-align:center;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.summary-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.summary-card.active{border-color:#ff6b00;background-color:#fff8f3}.summary-card .count{font-size:2rem;font-weight:700;color:#333;margin-bottom:.5rem}.summary-card .label{color:#666;font-size:.9rem;font-weight:500}.orders-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;overflow-x:auto}.orders-table{width:100%;border-collapse:collapse;min-width:800px}.orders-table th,.orders-table td{padding:1rem 1.5rem;text-align:left;border-bottom:1px solid #eee}.orders-table th{background-color:#f8f9fa;color:#444;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.orders-table td{color:#333;font-size:.95rem}.orders-table tr:last-child td{border-bottom:none}.orders-table tr:hover td{background-color:#fcfcfc}.status-badge{padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:capitalize}.status-badge.success{background-color:#e6f9ed;color:#28a745}.status-badge.warning{background-color:#fff8e1;color:#ffc107}.status-badge.info{background-color:#e3f2fd;color:#17a2b8}.status-badge.danger{background-color:#ffebee;color:#dc3545}.status-badge.secondary{background-color:#f1f3f5;color:#6c757d}.action-btn{padding:.4rem 1rem;background-color:#fff;border:1px solid #ddd;border-radius:6px;color:#555;cursor:pointer;font-size:.9rem;transition:all .2s}.action-btn:hover{border-color:#ff6b00;color:#ff6b00;background-color:#fff8f3}.empty-state{text-align:center;padding:3rem!important;color:#888;font-style:italic}@media(max-width:768px){.orders-summary-cards{grid-template-columns:repeat(2,1fr)}.summary-card .count{font-size:1.5rem}}.analytics-tab{padding:1rem 0}.analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.analytics-header h3{font-size:1.5rem;color:#333;margin:0}.period-selector{display:flex;background:#f1f3f5;border-radius:8px;padding:4px}.period-btn{background:none;border:none;padding:8px 16px;border-radius:6px;color:#666;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.period-btn.active{background:#fff;color:#ff6b00;box-shadow:0 2px 4px #0000000d}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;margin-bottom:2rem}.metric-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;align-items:flex-start}.metric-icon{font-size:1.5rem;margin-bottom:.5rem;background:#fff8f3;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}.metric-value{font-size:1.8rem;font-weight:700;color:#333;margin-bottom:.2rem}.metric-label{color:#666;font-size:.9rem}.metric-trend{font-size:.8rem;font-weight:600;margin-top:.5rem}.metric-trend.positive{color:#28a745}.metric-trend.negative{color:#dc3545}.analytics-charts-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.chart-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.chart-card h4{margin:0 0 1.5rem;color:#333;font-size:1.1rem}.top-products-list{display:flex;flex-direction:column;gap:1rem}.top-product-item{display:flex;align-items:center;padding-bottom:1rem;border-bottom:1px solid #f1f1f1}.top-product-item:last-child{border-bottom:none;padding-bottom:0}.top-product-item .rank{font-size:1.2rem;font-weight:700;color:#ccc;width:40px}.top-product-item .product-info{flex:1}.top-product-item .product-name{display:block;font-weight:600;color:#333;margin-bottom:.2rem}.top-product-item .product-stats{font-size:.85rem;color:#666;display:flex;gap:.5rem}.traffic-sources-list{display:flex;flex-direction:column;gap:1.2rem}.source-item{display:flex;align-items:center;gap:1rem}.source-name{width:120px;font-size:.9rem;color:#555}.progress-bar{flex:1;height:8px;background:#f1f1f1;border-radius:4px;overflow:hidden}.progress{height:100%;background:#ff6b00;border-radius:4px}.source-value{width:50px;text-align:right;font-weight:600;color:#333}@media(max-width:768px){.analytics-header{flex-direction:column;align-items:flex-start;gap:1rem}.metrics-grid{grid-template-columns:repeat(2,1fr)}.analytics-charts-container{grid-template-columns:1fr}}.customers-tab{padding:1rem 0}.customers-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.customers-controls{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.customers-header h3{font-size:1.5rem;color:#333;margin:0}.customers-header .search-bar input{padding:.6rem 1rem;border:1px solid #ddd;border-radius:8px;width:250px;font-size:.95rem;transition:all .2s}.customer-sort-select{padding:.6rem 1rem;border:1px solid #ddd;border-radius:8px;background-color:#fff;font-size:.95rem;cursor:pointer;outline:none}.customer-sort-select:focus{border-color:#673795}.export-btn{padding:.6rem 1.2rem;background-color:#fff;border:1px solid #ddd;border-radius:8px;cursor:pointer;font-weight:500;color:#333;transition:all .2s;display:flex;align-items:center;gap:.5rem}.export-btn:hover{background-color:#f8f9fa;border-color:#673795;color:#673795}.customers-header .search-bar input:focus{outline:none;border-color:#673795;box-shadow:0 0 0 3px #6737951a}.customers-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;overflow-x:auto}.customers-table{width:100%;border-collapse:collapse;min-width:800px}.customers-table th,.customers-table td{padding:1rem 1.5rem;text-align:left;border-bottom:1px solid #eee}.customers-table th{background-color:#f8f9fa;color:#444;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.customers-table td{color:#333;font-size:.95rem}.customers-table tr:last-child td{border-bottom:none}.customers-table tr:hover td{background-color:#fcfcfc}.customer-info{display:flex;align-items:center;gap:1rem}.customer-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;background-color:#eee}.customer-details{display:flex;flex-direction:column}.customer-name{font-weight:600;color:#333}.customer-email{font-size:.85rem;color:#888}.action-buttons{display:flex;gap:.5rem}.action-btn{background:none;border:1px solid #ddd;border-radius:6px;padding:.4rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.action-btn:hover{background-color:#fff8f3;border-color:#ff6b00}@media(max-width:768px){.customers-header{flex-direction:column;align-items:stretch}.customers-header .search-bar input{width:100%}}.reviews-tab{padding:1rem 0}.reviews-dashboard{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.overall-rating-card,.rating-distribution-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000000d;text-align:center}.overall-rating-card h3,.rating-distribution-card h3{margin:0 0 1.5rem;color:#333;font-size:1.1rem}.rating-score{font-size:4rem;font-weight:800;color:#333;line-height:1;margin-bottom:.5rem}.overall-rating-card .stars{font-size:1.5rem;margin-bottom:.5rem;color:#ffc107}.total-reviews{color:#666;font-size:.9rem}.distribution-row{display:flex;align-items:center;margin-bottom:.8rem;gap:1rem}.star-label{width:30px;text-align:right;font-weight:600;color:#555;font-size:.9rem}.progress-bar-container{flex:1;height:8px;background:#f1f1f1;border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background:#ffc107;border-radius:4px}.count-label{width:30px;text-align:left;color:#888;font-size:.85rem}.reviews-feed h3{font-size:1.5rem;color:#333;margin-bottom:1.5rem}.reviews-list{display:flex;flex-direction:column;gap:1.5rem}.review-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000d;border:1px solid #f0f0f0}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.reviewer-info{display:flex;align-items:center;gap:1rem}.reviewer-avatar{width:45px;height:45px;background:#e9ecef;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#555;font-size:1.2rem}.reviewer-details{display:flex;flex-direction:column}.reviewer-name{font-weight:600;color:#333}.review-date{font-size:.8rem;color:#888}.review-rating{font-size:1rem;color:#ffc107}.review-content p{color:#555;line-height:1.6;margin:0 0 1rem}.review-actions{display:flex;gap:1rem}.reply-btn,.flag-btn{background:none;border:none;font-size:.85rem;cursor:pointer;padding:0;font-weight:500}.reply-btn{color:#ff6b00}.flag-btn{color:#999}.flag-btn:hover{color:#dc3545}.empty-reviews{text-align:center;padding:4rem;background:#fff;border-radius:12px;color:#888}.empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}@media(max-width:768px){.reviews-dashboard{grid-template-columns:1fr}}.promotions-tab{padding:1rem 0}.promotions-header{margin-bottom:2rem}.promotions-header h3{font-size:1.5rem;color:#333;margin:0 0 .5rem}.promotions-header p{color:#666;margin:0}.promotion-tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:3rem}.tool-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .2s;border:1px solid transparent}.tool-card:hover{transform:translateY(-5px);border-color:#ff6b00}.tool-icon{font-size:2.5rem;margin-bottom:1rem;background:#fff8f3;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%}.tool-card h4{margin:0 0 .5rem;color:#333;font-size:1.1rem}.tool-card p{color:#666;font-size:.9rem;margin:0 0 1.5rem;flex-grow:1}.tool-btn{background:#fff;color:#ff6b00;border:1px solid #ff6b00;padding:.6rem 1.2rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;width:100%}.tool-btn:hover{background:#ff6b00;color:#fff}.active-campaigns-section h3{font-size:1.3rem;color:#333;margin-bottom:1rem}.campaigns-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;overflow-x:auto}.campaigns-table{width:100%;border-collapse:collapse;min-width:800px}.campaigns-table th,.campaigns-table td{padding:1rem 1.5rem;text-align:left;border-bottom:1px solid #eee}.campaigns-table th{background-color:#f8f9fa;color:#444;font-weight:600;font-size:.9rem}.status-badge.active{background-color:#e6f9ed;color:#28a745;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600}@media(max-width:768px){.promotion-tools-grid{grid-template-columns:1fr}}.messages-tab{padding:0;height:calc(100vh - 200px);min-height:500px}.messages-container{display:flex;height:100%;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;overflow:hidden;border:1px solid #eee}.chat-sidebar{width:350px;border-right:1px solid #eee;display:flex;flex-direction:column}.sidebar-header{padding:1.5rem;border-bottom:1px solid #f0f0f0}.sidebar-header h3{margin:0 0 1rem;color:#333}.sidebar-header .search-bar input{width:100%;padding:.6rem;border:1px solid #eee;border-radius:8px;background:#f9f9f9}.chat-list{flex:1;overflow-y:auto}.chat-item{padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:background .2s;border-bottom:1px solid #f9f9f9}.chat-item:hover{background-color:#f8f9fa}.chat-item.active{background-color:#fff8f3;border-left:3px solid #ff6b00}.chat-avatar{width:45px;height:45px;background:#e9ecef;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#555;position:relative}.online-indicator{position:absolute;bottom:0;right:0;width:12px;height:12px;background-color:#28a745;border:2px solid white;border-radius:50%}.chat-preview{flex:1;min-width:0}.chat-header-row{display:flex;justify-content:space-between;margin-bottom:.3rem}.customer-name{font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-time{font-size:.75rem;color:#888}.chat-message-row{display:flex;justify-content:space-between;align-items:center}.last-message{margin:0;font-size:.85rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.unread-badge{background:#ff6b00;color:#fff;font-size:.7rem;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center}.chat-main{flex:1;display:flex;flex-direction:column}.chat-header{padding:1rem 1.5rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;background:#fff}.header-info{display:flex;align-items:center;gap:1rem}.header-avatar{width:40px;height:40px;background:#e9ecef;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.header-info h4{margin:0;color:#333}.status-text{font-size:.8rem;color:#28a745}.header-actions button{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.5rem;color:#666}.messages-area{flex:1;padding:1.5rem;background:#f8f9fa;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.message-bubble{max-width:70%;padding:.8rem 1rem;border-radius:12px;position:relative}.message-bubble.customer{align-self:flex-start;background:#fff;border:1px solid #eee;border-bottom-left-radius:2px}.message-bubble.seller{align-self:flex-end;background:#ff6b00;color:#fff;border-bottom-right-radius:2px}.message-text{line-height:1.5}.message-time{font-size:.7rem;margin-top:.4rem;opacity:.7;text-align:right}.message-input-area{padding:1rem 1.5rem;background:#fff;border-top:1px solid #eee}.message-input-area form{display:flex;gap:1rem}.attach-btn{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#666}.message-input-area input{flex:1;padding:.8rem;border:1px solid #ddd;border-radius:20px;outline:none}.message-input-area input:focus{border-color:#ff6b00}.send-btn{background:#ff6b00;color:#fff;border:none;padding:0 1.5rem;border-radius:20px;font-weight:600;cursor:pointer}.no-chat-selected{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#888;background:#f8f9fa}@media(max-width:768px){.messages-container{flex-direction:column}.chat-sidebar{width:100%;height:40%}.chat-main{height:60%}}.customization-tab{padding:0;height:calc(100vh - 200px);min-height:500px}.customization-layout{display:flex;height:100%;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;overflow:hidden;border:1px solid #eee}.customization-sidebar{width:250px;background:#f8f9fa;border-right:1px solid #eee;padding:1.5rem 0}.customization-sidebar h3{padding:0 1.5rem;margin:0 0 1rem;font-size:1.1rem;color:#333}.customization-sidebar ul{list-style:none;padding:0;margin:0}.customization-sidebar li{padding:.8rem 1.5rem;cursor:pointer;color:#555;transition:all .2s;font-weight:500}.customization-sidebar li:hover{background:#eee;color:#333}.customization-sidebar li.active{background:#fff;color:#ff6b00;border-left:3px solid #ff6b00;box-shadow:-2px 0 5px #00000005}.customization-main{flex:1;padding:2rem;overflow-y:auto;position:relative}.editor-section{max-width:800px;margin-bottom:4rem}.editor-section h2{margin-top:0;margin-bottom:1.5rem;color:#333;font-size:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#444}.form-group input[type=text],.form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:#ff6b00;outline:none}.image-uploader{display:flex;align-items:center;gap:1.5rem}.preview-circle{width:80px;height:80px;border-radius:50%;background:#eee;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;color:#777}.banner-uploader{border:2px dashed #ddd;padding:1rem;border-radius:8px;text-align:center}.banner-preview{height:150px;background:#f4f4f4;margin-bottom:1rem;border-radius:4px}.upload-btn{padding:.5rem 1rem;background:#fff;border:1px solid #ccc;border-radius:6px;cursor:pointer;font-weight:500}.color-picker-row{display:flex;gap:2rem}.hint-text{color:#666;margin-bottom:1.5rem}.layout-builder-placeholder{text-align:center;padding:3rem;background:#f9f9f9;border-radius:12px;border:2px dashed #ddd}.layout-builder-placeholder .icon{font-size:3rem;margin-bottom:1rem}.editor-actions{position:sticky;bottom:0;background:#fff;padding:1rem 0;border-top:1px solid #eee;display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.btn-primary{background:#ff6b00;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer}.btn-secondary{background:#fff;border:1px solid #ddd;color:#555;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer}@media(max-width:768px){.customization-layout{flex-direction:column}.customization-sidebar{width:100%;padding:1rem 0;overflow-x:auto}.customization-sidebar ul{display:flex}.customization-sidebar li{white-space:nowrap;border-left:none;border-bottom:3px solid transparent}.customization-sidebar li.active{border-left:none;border-bottom-color:#ff6b00}}.my-store-page{background-color:#f8f9fa;min-height:100vh;padding-bottom:80px}.store-content-container{max-width:1200px;margin:0 auto;padding:0 1rem}.store-header-container{position:relative;background:#fff;margin-bottom:2rem;box-shadow:0 4px 6px -1px #0000000d}.store-banner{height:240px;background-size:cover;background-position:center;position:relative}.banner-actions{position:absolute;top:1rem;right:1rem;display:flex;gap:.5rem}.banner-btn{background:#ffffffe6;border:none;padding:.5rem 1rem;border-radius:8px;font-weight:600;font-size:.875rem;color:#333;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.banner-btn:hover{background:#fff;transform:translateY(-1px)}.store-identity-row{margin-top:-3rem;padding:0 2rem 2rem;position:relative;z-index:2}.store-identity-content{display:flex;flex-wrap:wrap;align-items:flex-end;gap:2rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a}.store-profile-section{display:flex;gap:1.5rem;flex:2;min-width:300px}.store-avatar img{width:100px;height:100px;border-radius:50%;border:4px solid white;box-shadow:0 4px 6px #0000001a;object-fit:cover}.store-info{display:flex;flex-direction:column;justify-content:center}.store-name{font-size:1.75rem;font-weight:800;margin:0;display:flex;align-items:center;gap:.5rem;color:#1a1a1a}.verified-badge{display:flex;align-items:center}.store-tagline{color:#666;margin:.25rem 0 .5rem;font-size:.95rem}.store-rating-summary{display:flex;align-items:center;gap:.25rem;font-size:.9rem;font-weight:600}.rating-star{color:#f59e0b}.rating-value{color:#1a1a1a}.rating-count{color:#888;font-weight:400;margin-left:.25rem}.store-metrics-section{display:flex;gap:2rem;flex:1;justify-content:center;border-left:1px solid #eee;border-right:1px solid #eee;padding:0 1rem}.metric-item{display:flex;flex-direction:column;align-items:center}.metric-value{font-size:1.25rem;font-weight:700;color:#1a1a1a}.metric-label{font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-top:.25rem}.store-actions-section{display:flex;flex-direction:column;gap:.5rem;flex:0 0 auto}.action-btn{padding:.6rem 1.2rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;border:none;transition:all .2s;width:100%}.action-btn.primary{background:#673795;color:#fff}.action-btn.primary:hover{background:#562d7d}.action-btn.secondary{background:#f3f4f6;color:#374151}.action-btn.secondary:hover{background:#e5e7eb}.store-performance-container{margin-bottom:2rem}.section-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.performance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.performance-card{background:#fff;padding:1.25rem;border-radius:12px;box-shadow:0 2px 4px #0000000d;border:1px solid #f0f0f0}.stat-label{color:#666;font-size:.875rem;margin-bottom:.5rem}.stat-value{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem}.stat-trend{font-size:.8rem;font-weight:500}.stat-trend.neutral{color:#6b7280}.stat-trend.positive{color:#10b981}.stat-trend.negative{color:#ef4444}.stat-trend.warning{color:#f59e0b}.trend-period{color:#9ca3af;font-weight:400}.store-navigation-container{background:#fff;border-radius:12px;padding:.5rem;margin-bottom:2rem;box-shadow:0 2px 4px #0000000d;position:sticky;top:1rem;z-index:10}.store-tabs-scroll{display:flex;overflow-x:auto;gap:.5rem;padding-bottom:4px}.store-tab{background:none;border:none;padding:.75rem 1rem;border-radius:8px;display:flex;align-items:center;gap:.5rem;font-weight:600;color:#666;cursor:pointer;white-space:nowrap;transition:all .2s}.store-tab:hover{background:#f8f9fa;color:#333}.store-tab.active{background:#f3e8ff;color:#673795}.tab-icon{font-size:1.1rem}.products-controls-bar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.search-filter-group{display:flex;gap:1rem;flex:1;min-width:300px}.product-search-input{flex:1;padding:.6rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem}.product-filter-select{padding:.6rem 2rem .6rem 1rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#fff;cursor:pointer}.view-actions-group{display:flex;gap:1rem;align-items:center}.view-toggles{display:flex;background:#f3f4f6;padding:2px;border-radius:8px}.view-toggle{padding:.4rem .8rem;border:none;background:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;color:#666}.view-toggle.active{background:#fff;color:#1a1a1a;box-shadow:0 1px 2px #0000001a}.add-product-btn{padding:.6rem 1.2rem;border-radius:8px;font-weight:600;border:none;cursor:pointer}.add-product-btn.primary{background:#673795;color:#fff}.add-product-btn.secondary{background:#f3f4f6;color:#673795}.products-grid.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.seller-product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f;position:relative;transition:transform .2s;border:1px solid #f0f0f0}.seller-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.product-image-wrapper{height:180px;position:relative;background:#f8f9fa}.product-image-wrapper img{width:100%;height:100%;object-fit:cover}.stock-badge{position:absolute;top:.5rem;left:.5rem;background:#10b981e6;color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .5rem;border-radius:4px}.product-details{padding:1rem}.product-title{font-size:1rem;margin:0 0 .5rem;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.product-price{font-weight:700;color:#673795}.product-sales{font-size:.75rem;color:#888}.product-status{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:#666}.status-dot{width:6px;height:6px;border-radius:50%;background:#ccc}.status-dot.active{background:#10b981}.product-actions-overlay{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;gap:.5rem;opacity:0;transition:opacity .2s}.seller-product-card:hover .product-actions-overlay{opacity:1}.action-icon{width:36px;height:36px;border-radius:50%;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:transform .2s}.action-icon:hover{transform:scale(1.1)}.action-icon.delete:hover{background:#fee2e2}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;border:2px dashed #e5e7eb}.empty-state p{color:#666;margin-bottom:1.5rem}.fab-quick-action{position:fixed;bottom:2rem;right:2rem;width:64px;height:64px;background:linear-gradient(135deg,#673795,#8559a5);color:#fff;border:none;border-radius:50%;cursor:pointer;box-shadow:0 8px 24px #67379566;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1000}.fab-quick-action:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 12px 32px #67379580}.fab-icon{font-size:2rem;font-weight:300}@media(max-width:768px){.store-identity-content{flex-direction:column;align-items:flex-start}.store-metrics-section{width:100%;border-left:none;border-right:none;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:1rem 0;margin:1rem 0}.store-actions-section{width:100%;flex-direction:row}.search-filter-group{flex-direction:column;width:100%}}.performance-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.period-toggle{display:flex;background:#f3f4f6;padding:2px;border-radius:8px}.toggle-btn{padding:.3rem .8rem;border:none;background:none;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;color:#666;transition:all .2s}.toggle-btn.active{background:#fff;color:#673795;box-shadow:0 1px 2px #0000001a}.loading-state{text-align:center;padding:2rem;color:#888;font-style:italic;grid-column:1 / -1}.bulk-actions-bar{background:#333;color:#fff;padding:1rem 2rem;border-radius:8px;display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;animation:slideDown .3s ease}.bulk-actions{display:flex;gap:1rem}.bulk-btn{padding:.5rem 1rem;border:1px solid #555;background:#444;color:#fff;border-radius:6px;cursor:pointer;transition:all .2s}.bulk-btn:hover{background:#555}.bulk-btn.delete{background:#dc3545;border-color:#dc3545}.bulk-btn.delete:hover{background:#c82333}.selection-checkbox{position:absolute;top:10px;right:10px;width:24px;height:24px;background:#fffc;border:2px solid #ccc;border-radius:4px;z-index:10;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;cursor:pointer}.selection-checkbox.checked{background:#673795;border-color:#673795}.seller-product-card.selected{border:2px solid #673795;transform:scale(.98)}.add-product-page{min-height:100vh;background:#f8f9fa}.add-product-header{background:#fff;padding:1.25rem 1.5rem;position:sticky;top:70px;z-index:100;display:flex;align-items:center;gap:1rem;border-bottom:1px solid #e5e7eb}.back-button{background:transparent;border:none;color:#2c3e50;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s;border-radius:8px}.back-button:hover{background:#f3f4f6;color:#673795}.add-product-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0;line-height:1}.add-product-container{max-width:800px;margin:0 auto;padding:1.5rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;gap:1rem}.loading-container p{color:#6b7280;font-size:1rem;margin:0}.error-banner{background:#fee2e2;border:2px solid #fecaca;color:#dc2626;padding:1rem 1.25rem;border-radius:10px;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:.75rem;box-shadow:0 2px 8px #dc26261a;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.error-banner svg{flex-shrink:0;margin-top:.125rem;color:#dc2626}.error-banner strong{display:block;font-weight:600;margin-bottom:.25rem}.add-product-form{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000001a}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:1rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.required{color:#673795}.form-helper-text{display:block;margin-top:.375rem;font-size:.875rem;color:#6b7280;font-style:italic}.form-input,.form-textarea,.form-select{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s;box-sizing:border-box;background:#fff}.form-input.with-icon,.form-textarea.with-icon{padding-left:3rem}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#673795;box-shadow:0 0 0 3px #6737951a}.form-textarea{resize:vertical;min-height:120px}.form-select{appearance:none;padding-right:2.5rem;cursor:pointer}.input-with-icon{position:relative}.input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#673795;pointer-events:none;z-index:1}.textarea-wrapper{position:relative}.textarea-icon{position:absolute;left:1rem;top:1rem;color:#673795;pointer-events:none;z-index:1}.category-select-button{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s;box-sizing:border-box;background:#fff;cursor:pointer;display:flex;align-items:center;gap:.75rem;text-align:left}.category-select-button:hover{border-color:#673795;background:#6737950d}.category-select-button:focus{outline:none;border-color:#673795;box-shadow:0 0 0 3px #6737951a}.category-select-button .category-icon{color:#673795;flex-shrink:0}.category-select-button span{flex:1}.category-select-button span.placeholder{color:#9ca3af}.category-select-button span.selected{color:#2c3e50;font-weight:500}.category-select-button .select-arrow{color:#7f8c8d;flex-shrink:0;transition:transform .2s}.category-select-button:disabled{opacity:.6;cursor:not-allowed;background:#f3f4f6}.category-select-button:disabled:hover{border-color:#e0e0e0;background:#f3f4f6}.business-type-toggle{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.toggle-option{padding:1rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;font-weight:500;color:#6b7280;transition:all .2s}.toggle-option:hover{border-color:#673795;background:#6737950d}.toggle-option.active{border-color:#673795;background:#673795;color:#fff;box-shadow:0 4px 12px #6737954d}.toggle-option svg{flex-shrink:0}.toggle-option.active svg{stroke:#fff}.images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:1rem}.image-upload-box{aspect-ratio:1;border-radius:8px;overflow:hidden;position:relative}.file-input{display:none}.image-upload-label{display:block;width:100%;height:100%;cursor:pointer}.upload-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:#f8f9fa;border:2px dashed #e0e0e0;border-radius:8px;transition:all .2s;color:#9ca3af;font-size:.875rem}.upload-placeholder svg{color:#d1d5db}.image-upload-label:hover .upload-placeholder{border-color:#673795;background:#6737950d;color:#673795}.image-upload-label:hover .upload-placeholder svg{color:#673795}.image-upload-label.add-more .upload-placeholder{border-style:dashed}.uploaded-image{position:relative;width:100%;height:100%;background:#f0f0f0}.uploaded-image img{width:100%;height:100%;object-fit:cover}.image-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s;color:#fff;font-size:.875rem;font-weight:600}.image-upload-label:hover .image-overlay{opacity:1}.remove-image-btn{position:absolute;top:.25rem;right:.25rem;background:#ff4757f2;color:#fff;border:none;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:1.5rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10}.remove-image-btn:hover{background:#ff3838;transform:scale(1.1)}.form-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e0e0e0;flex-wrap:wrap}.form-actions .delete-btn{flex:1;min-width:140px}.form-actions .delete-btn svg{width:18px;height:18px}.cancel-btn,.submit-btn{flex:1;padding:1rem 2rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.cancel-btn{background:transparent;color:#7f8c8d;border:2px solid #e0e0e0}.cancel-btn:hover:not(:disabled){background:#f0f0f0;border-color:#d0d0d0}.submit-btn{background:#673795;color:#fff;box-shadow:0 4px 12px #6737954d}.submit-btn:hover:not(:disabled){background:#8559a5;transform:translateY(-2px);box-shadow:0 6px 16px #67379566}.submit-btn:disabled,.cancel-btn:disabled,.delete-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.delete-btn{flex:1;padding:1rem 2rem;border:2px solid #ef4444;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;background:#fff;color:#ef4444}.delete-btn:hover:not(:disabled){background:#fee2e2;border-color:#dc2626;color:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px #ef444433}.delete-btn:active:not(:disabled){transform:translateY(0);background:#fecaca}.modal-overlay{position:fixed;inset:0;background:#00000080;z-index:2000;animation:fadeIn .3s ease-out}.delete-confirm-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:16px;padding:2rem;max-width:400px;width:90%;z-index:2001;box-shadow:0 20px 60px #0000004d;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translate(-50%,-60%)}to{opacity:1;transform:translate(-50%,-50%)}}.delete-confirm-modal h3{margin:0 0 1rem;font-size:1.5rem;font-weight:600;color:#1f2937}.delete-confirm-modal p{margin:0 0 1.5rem;color:#6b7280;line-height:1.6}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.delete-confirm-btn{padding:.75rem 1.5rem;background:#ef4444;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.delete-confirm-btn:hover:not(:disabled){background:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px #ef444466}.delete-confirm-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.add-product-header{top:60px}.add-product-container{padding:1rem}.add-product-form{padding:1.5rem}.form-actions{flex-direction:column}.form-actions .delete-btn{min-width:100%}.images-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}@media(max-width:480px){.add-product-header{padding:1rem;top:60px;gap:.75rem}.back-button{padding:.375rem}.back-button svg{width:20px;height:20px}.add-product-title{font-size:1.125rem}.add-product-container{padding:1rem}.add-product-form{padding:1.25rem;border-radius:12px}.images-grid{grid-template-columns:repeat(3,1fr);gap:.75rem}.upload-placeholder{font-size:.75rem}.upload-placeholder svg{width:24px;height:24px}.form-label,.form-input,.form-textarea,.form-select{font-size:.95rem}.business-type-toggle{gap:.5rem}.toggle-option{padding:.875rem .75rem;font-size:.95rem}}.bottom-sheet-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.bottom-sheet{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;max-height:75vh;z-index:1001;display:flex;flex-direction:column;animation:slideUp .3s ease-out;box-shadow:0 -4px 20px #00000026}.bottom-sheet-handle{padding:.75rem 0 .5rem;display:flex;justify-content:center;align-items:center;flex-shrink:0}.handle-bar{width:40px;height:4px;background:#d1d5db;border-radius:2px}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.bottom-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem 1rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.bottom-sheet-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.bottom-sheet-close{background:transparent;border:none;color:#6b7280;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s}.bottom-sheet-close:hover{background:#f3f4f6;color:#1f2937}.bottom-sheet-content{flex:1;overflow-y:auto;padding:.5rem 0}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:1rem}.category-card{position:relative;background:#fff;border:2px solid #e5e7eb;border-radius:10px;padding:.75rem;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.5rem;transition:all .2s;text-align:center}.category-card:hover{border-color:#673795;background:#6737950d;transform:translateY(-2px);box-shadow:0 4px 12px #67379526}.category-card:active{transform:translateY(0)}.category-card.selected{border-color:#673795;background:#6737950d;box-shadow:0 0 0 2px #6737951a}.category-image-wrapper{width:100%;aspect-ratio:1;background:#f9fafb;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center}.category-image{width:100%;height:100%;object-fit:cover}.category-name{font-size:.875rem;color:#1f2937;font-weight:600;line-height:1.2;word-break:break-word}.category-card.selected .category-name{color:#673795}.category-check-badge{position:absolute;top:.375rem;right:.375rem;background:#673795;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #67379566}.check-icon{color:#fff;flex-shrink:0;width:14px;height:14px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;color:#9ca3af;text-align:center}.empty-state svg{margin-bottom:1rem;opacity:.5}.empty-state p{margin:0;font-size:1rem}@media(min-width:768px){.bottom-sheet{left:50%;transform:translate(-50%);max-width:600px;border-radius:20px 20px 0 0}@keyframes slideUp{0%{transform:translate(-50%) translateY(100%)}to{transform:translate(-50%) translateY(0)}}}@media(max-width:480px){.bottom-sheet{max-height:85vh}.bottom-sheet-header{padding:.625rem 1.25rem .875rem}.bottom-sheet-title{font-size:1.125rem}.handle-bar{width:36px;height:3px}.category-grid{gap:.625rem;padding:.75rem}.category-card{padding:.625rem;gap:.375rem;border-radius:8px}.category-name{font-size:.8125rem}.category-check-badge{width:22px;height:22px;top:.25rem;right:.25rem}.check-icon{width:12px;height:12px}}.sellers-page{min-height:100vh;background-color:#f8f9fa;padding-bottom:4rem}.sellers-hero{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:4rem 2rem;text-align:center;margin-bottom:3rem;position:relative;overflow:hidden}.sellers-hero:after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.sellers-hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.sellers-hero h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.5px}.sellers-hero p{font-size:1.1rem;color:#fffc;margin-bottom:2rem}.sellers-search-container{max-width:500px;margin:0 auto;position:relative}.sellers-search-input{width:100%;padding:1rem 1.5rem 1rem 3rem;border-radius:50px;border:none;font-size:1rem;box-shadow:0 4px 12px #0000001a;transition:transform .2s,box-shadow .2s}.sellers-search-input:focus{outline:none;transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.search-icon{position:absolute;left:1.2rem;top:50%;transform:translateY(-50%);color:#666;pointer-events:none}.sellers-container{max-width:1200px;margin:0 auto;padding:0 2rem}.sellers-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.tab-btn{padding:.75rem 1.5rem;border-radius:25px;border:1px solid #e0e0e0;background:#fff;font-weight:600;color:#555;cursor:pointer;transition:all .2s}.tab-btn.active{background:#000;color:#fff;border-color:#000}.tab-btn:hover:not(.active){background:#f5f5f5}.sellers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.seller-card-new{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #00000005;transition:transform .3s,box-shadow .3s;border:1px solid #f0f0f0;display:flex;flex-direction:column;text-decoration:none;color:inherit;position:relative}.seller-card-new:hover{transform:translateY(-5px);box-shadow:0 12px 24px #00000014;border-color:#e0e0e0}.seller-cover{height:100px;background:linear-gradient(120deg,#f0f0f0,#e0e0e0);position:relative}.seller-avatar-container{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);padding:4px;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000000d}.seller-avatar-img{width:80px;height:80px;border-radius:50%;object-fit:cover;background:#f8f8f8;border:1px solid #eee}.seller-info{padding:3.5rem 1.5rem 1.5rem;text-align:center;flex:1}.seller-name{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:#1a1a1a;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.seller-location{font-size:.85rem;color:#666;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:4px}.seller-stats-row{display:flex;justify-content:center;gap:1.5rem;margin:1rem 0;padding:1rem 0;border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-val{font-weight:700;font-size:1rem;color:#111}.stat-lbl{font-size:.75rem;color:#888;text-transform:uppercase;letter-spacing:.5px}.visit-btn{display:inline-block;width:100%;padding:.75rem;background:#111;color:#fff;border-radius:8px;font-weight:600;font-size:.9rem;transition:background .2s;margin-top:auto}.seller-card-new:hover .visit-btn{background:#333}.skeleton-card{height:320px;background:#fff;border-radius:16px;overflow:hidden}.skeleton-cover{height:100px;background:#eee}.skeleton-avatar{width:80px;height:80px;border-radius:50%;background:#e0e0e0;margin:-40px auto 0;border:4px solid white}.skeleton-text{height:16px;background:#eee;margin:20px auto;border-radius:4px;width:60%}.skeleton-text.short{width:40%}@media(max-width:768px){.sellers-hero{padding:3rem 1.5rem}.sellers-hero h1{font-size:2rem}.sellers-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.seller-avatar-img{width:60px;height:60px}.seller-avatar-container{bottom:-30px}.seller-info{padding-top:2.5rem}}.auth-container{display:flex;min-height:100vh;width:100%;background-color:var(--bg-secondary);font-family:system-ui,-apple-system,sans-serif;position:relative}.auth-left-panel{flex:1;display:flex;flex-direction:column;justify-content:center;padding:var(--spacing-2xl);background:linear-gradient(135deg,var(--primary-color),#4B0082);position:relative;color:#fff;overflow:hidden}.auth-left-panel:before{display:none}.auth-left-panel.seller-theme{background:linear-gradient(135deg,#1e293b,#0f172a)}.auth-left-panel.seller-theme:before{display:none}.auth-brand-content{position:relative;z-index:2;max-width:480px;margin:0 auto}.auth-brand-logo{height:48px;margin-bottom:var(--spacing-xl);filter:brightness(0) invert(1)}.auth-headline{font-size:3rem;font-weight:800;line-height:1.1;margin-bottom:var(--spacing-lg);letter-spacing:-.02em;color:var(--accent-color);text-shadow:0 2px 10px rgba(0,0,0,.1)}.auth-subheadline{font-size:1.25rem;opacity:1;color:var(--text-light);line-height:1.6;margin-bottom:var(--spacing-2xl)}.auth-trust-badges{display:flex;flex-direction:column;gap:var(--spacing-md);margin-top:var(--spacing-xl);max-width:300px}.trust-badge{display:flex;align-items:center;gap:var(--spacing-md);background:#ffffff26;padding:12px 20px;border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:1rem;font-weight:600;border:1px solid rgba(255,255,255,.1);transition:transform .2s ease}.trust-badge:hover{transform:translate(5px);background:#fff3}.auth-right-panel{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:var(--spacing-xl);background-color:#fff;position:relative}.auth-card{width:100%;max-width:440px;padding:var(--spacing-xl);animation:slideUp .5s cubic-bezier(.16,1,.3,1)}.auth-header{margin-bottom:var(--spacing-xl);text-align:left}.auth-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:var(--spacing-xs);letter-spacing:-.01em}.auth-subtitle{color:var(--text-secondary);font-size:1rem}.auth-subtitle a{color:var(--primary-color);font-weight:600;margin-left:4px}.auth-form{display:flex;flex-direction:column;gap:var(--spacing-lg)}.form-group{position:relative;display:flex;flex-direction:column}.input-label{position:absolute;left:16px;top:16px;color:var(--text-secondary);font-size:1rem;pointer-events:none;transition:all .2s ease;background-color:transparent;padding:0 4px}.auth-input{width:100%;padding:24px 16px 8px;border:1px solid #e2e8f0;border-radius:var(--radius-lg);font-size:1rem;background-color:#f8fafc;transition:all .2s ease;outline:none}.auth-input:focus,.auth-input:not(:placeholder-shown){background-color:#fff;border-color:var(--primary-color);box-shadow:0 0 0 4px #8a2be21a}.auth-input:focus~.input-label,.auth-input:not(:placeholder-shown)~.input-label{top:6px;font-size:.75rem;color:var(--primary-color);font-weight:600}.password-toggle{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--text-secondary);font-size:.875rem;font-weight:600}.form-extras{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.remember-me{display:flex;align-items:center;gap:8px;cursor:pointer;color:var(--text-secondary)}.forgot-password{color:var(--primary-color);font-weight:600}.auth-btn{width:100%;padding:16px;border-radius:var(--radius-full);border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;justify-content:center;align-items:center;gap:8px}.btn-primary{background-color:var(--primary-color);color:#fff;box-shadow:0 4px 12px #6737954d}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 16px #67379566}.btn-secondary{background-color:transparent;border:2px solid #e2e8f0;color:var(--text-primary);margin-top:var(--spacing-md)}.btn-secondary:hover{border-color:var(--text-primary);background-color:#f8fafc}.social-divider{display:flex;align-items:center;text-align:center;margin:var(--spacing-xl) 0;color:var(--text-secondary);font-size:.875rem}.social-divider:before,.social-divider:after{content:"";flex:1;border-bottom:1px solid #e2e8f0}.social-divider span{padding:0 16px}.social-buttons{display:grid;grid-template-columns:1fr 1fr 1fr;gap:var(--spacing-md)}.social-btn{display:flex;justify-content:center;align-items:center;padding:12px;border:1px solid #e2e8f0;border-radius:var(--radius-lg);background:#fff;cursor:pointer;transition:all .2s ease}.social-btn:hover{background-color:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px)}.social-icon{width:24px;height:24px}.mobile-auth-header{display:none}@media(max-width:968px){.auth-container{flex-direction:column}.auth-left-panel{display:none}.mobile-auth-header{display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--spacing-xl) var(--spacing-md) 0;background:var(--bg-secondary)}.mobile-brand-logo{height:40px;margin-bottom:var(--spacing-md)}.auth-right-panel{background-color:var(--bg-secondary);justify-content:flex-start;padding-top:var(--spacing-lg)}.auth-card{background:#fff;padding:var(--spacing-lg);border-radius:var(--radius-xl);box-shadow:var(--shadow-md)}.role-switcher{position:relative;top:auto;right:auto;margin:var(--spacing-lg) auto 0;width:fit-content;background:#fff;box-shadow:var(--shadow-sm)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}.input-error{animation:shake .4s cubic-bezier(.36,.07,.19,.97) both;border-color:#ef4444!important}.error-message{color:#ef4444;font-size:.75rem;margin-top:4px;display:flex;align-items:center;gap:4px}.role-switcher{position:absolute;top:var(--spacing-lg);right:var(--spacing-lg);display:flex;background:#f1f5f9;padding:4px;border-radius:var(--radius-full);z-index:10}.role-btn{padding:8px 16px;border-radius:var(--radius-full);font-size:.875rem;font-weight:600;color:var(--text-secondary);text-decoration:none;transition:all .2s ease}.role-btn.active{background:#fff;color:var(--text-primary);box-shadow:0 2px 4px #0000000d}.role-btn.active-seller{color:#0f172a}.ads-page{min-height:100vh;background:#f5f5f5;padding:2rem 1rem}.ads-container{max-width:800px;margin:0 auto}.ads-title{font-size:2.5rem;font-weight:800;color:#2c3e50;margin:0 0 .5rem}.ads-subtitle{font-size:1.1rem;color:#7f8c8d;margin:0 0 2rem}.ads-loading,.ads-empty{text-align:center;padding:4rem 2rem;font-size:1.2rem;color:#7f8c8d;background:#fff;border-radius:12px}.ads-login-prompt{max-width:500px;margin:4rem auto;padding:3rem 2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;text-align:center}.ads-login-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#673795,#8559a5);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.ads-login-title{font-size:1.75rem;font-weight:700;color:#2c3e50;margin:0 0 1rem}.ads-login-message{font-size:1rem;color:#7f8c8d;line-height:1.6;margin:0 0 2rem}.ads-login-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.ads-login-btn{padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .2s;display:inline-block}.ads-login-btn-primary{background:linear-gradient(135deg,#673795,#8559a5);color:#fff;box-shadow:0 4px 12px #6737954d}.ads-login-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #67379566}.ads-login-btn-secondary{background:#fff;color:#673795;border:2px solid #673795}.ads-login-btn-secondary:hover{background:#6737950d;transform:translateY(-2px)}.ads-error{text-align:center;padding:2rem;background:#fee;border:1px solid #fcc;border-radius:12px;color:#c33}.ads-error-title{font-size:1.2rem;font-weight:700;margin-bottom:.75rem}.ads-error-message{white-space:pre-line;text-align:left;background:#fff;padding:1rem;border-radius:8px;margin:1rem 0;font-size:.9rem;line-height:1.6;max-height:300px;overflow-y:auto}.ads-error-actions{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.retry-btn{padding:.75rem 1.5rem;background:#673795;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.retry-btn:hover{background:#8559a5;transform:translateY(-2px)}.ads-feed{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}.ad-card{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000001a;transition:all .2s;width:40%;max-width:400px}.ad-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.ad-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.ad-seller-info{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;flex:1}.ad-seller-info:hover{opacity:.8}.ad-seller-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #e0e0e0}.ad-seller-avatar-placeholder{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#673795,#8559a5);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;border:2px solid #e0e0e0}.ad-seller-details{display:flex;flex-direction:column;gap:.25rem}.ad-seller-name{font-weight:600;color:#2c3e50;font-size:1rem}.ad-time{font-size:.85rem;color:#7f8c8d}.ad-expires-badge{background:linear-gradient(135deg,#673795,#8559a5);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;white-space:nowrap}.ad-content{margin-bottom:1rem;color:#2c3e50;line-height:1.6;font-size:1rem}.ad-image-container{margin-bottom:1rem;border-radius:8px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;max-height:300px}.ad-image{max-width:100%;max-height:300px;width:auto;height:auto;display:block;object-fit:contain}.ad-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e0e0e0}.ad-stats{display:flex;gap:1.5rem;align-items:center}.ad-stat{display:flex;align-items:center;gap:.5rem;color:#7f8c8d;font-size:.9rem}.ad-stat-btn{background:transparent;border:none;padding:.25rem .35rem;border-radius:8px;cursor:pointer;transition:background .2s,transform .2s,opacity .2s,color .2s}.ad-stat-btn:hover:not(:disabled){background:#6737950d;transform:translateY(-1px)}.ad-stat-btn:disabled{opacity:.6;cursor:not-allowed}.ad-stat svg{color:#673795;transition:color .2s,fill .2s}.ad-stat-btn-liked{color:#673795}.ad-stat-btn-liked svg{color:#673795;fill:#673795}.ads-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000}.ads-modal{width:100%;max-width:680px;background:#fff;border-radius:16px;box-shadow:0 12px 40px #00000040;overflow:hidden;display:flex;flex-direction:column;max-height:85vh}.ads-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #eee}.ads-modal-title{font-size:1.1rem;font-weight:800;color:#2c3e50}.ads-modal-close{width:36px;height:36px;border-radius:10px;border:1px solid #eee;background:#fff;font-size:1.4rem;line-height:1;cursor:pointer;color:#7f8c8d;transition:background .2s,transform .2s}.ads-modal-close:hover{background:#f7f7f7;transform:translateY(-1px)}.ads-modal-error{margin:1rem 1.25rem 0;padding:.75rem 1rem;background:#fee;border:1px solid #fcc;border-radius:12px;color:#c33;white-space:pre-line}.ads-modal-body{padding:1rem 1.25rem;overflow:auto;flex:1}.ads-modal-loading,.ads-modal-empty{text-align:center;color:#7f8c8d;padding:2rem 0}.ads-comments-list{display:flex;flex-direction:column;gap:1rem}.ads-comment{background:#fafafa;border:1px solid #eee;border-radius:14px;padding:.9rem 1rem}.ads-comment-meta{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.4rem}.ads-comment-author{font-weight:700;color:#2c3e50}.ads-comment-time{font-size:.8rem;color:#95a5a6}.ads-comment-text{color:#2c3e50;line-height:1.55;white-space:pre-wrap}.ads-comment-actions{display:flex;gap:.75rem;margin-top:.6rem}.ads-comment-action{background:transparent;border:none;color:#673795;font-weight:700;cursor:pointer;padding:.25rem .35rem;border-radius:8px;transition:background .2s}.ads-comment-action:hover:not(:disabled){background:#6737950d}.ads-comment-action:disabled{opacity:.6;cursor:not-allowed}.ads-reply-box{margin-top:.75rem;background:#fff;border:1px solid #eee;border-radius:14px;padding:.75rem}.ads-reply-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.ads-replies{margin-top:.75rem;padding-left:.75rem;border-left:3px solid rgba(103,55,149,.2);display:flex;flex-direction:column;gap:.75rem}.ads-reply{background:#fff;border:1px solid #eee;border-radius:14px;padding:.75rem}.ads-modal-footer{border-top:1px solid #eee;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.ads-textarea{width:100%;border:1px solid #e6e6e6;border-radius:12px;padding:.75rem .9rem;font-size:.95rem;resize:vertical;outline:none}.ads-textarea:focus{border-color:#8559a5;box-shadow:0 0 0 3px #8559a526}.ads-btn-primary{padding:.8rem 1.1rem;background:#673795;color:#fff;border:none;border-radius:12px;font-weight:700;cursor:pointer;transition:background .2s,transform .2s,opacity .2s}.ads-btn-primary:hover:not(:disabled){background:#8559a5;transform:translateY(-1px)}.ads-btn-primary:disabled{opacity:.6;cursor:not-allowed}.ads-btn-secondary{padding:.8rem 1.1rem;background:#fff;color:#2c3e50;border:1px solid #e6e6e6;border-radius:12px;font-weight:700;cursor:pointer;transition:background .2s,transform .2s}.ads-btn-secondary:hover{background:#f7f7f7;transform:translateY(-1px)}.ad-view-seller-btn{padding:.5rem 1.25rem;background:#673795;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.9rem;transition:all .2s}.ad-view-seller-btn:hover{background:#8559a5;transform:translateY(-2px);box-shadow:0 4px 12px #6737954d}.load-more-btn{display:block;margin:2rem auto 0;padding:1rem 2.5rem;background:#673795;color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.load-more-btn:hover:not(:disabled){background:#8559a5;transform:translateY(-2px);box-shadow:0 4px 12px #67379566}.load-more-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.ads-page{padding:1rem .5rem}.ads-title{font-size:2rem}.ads-subtitle{font-size:1rem}.ad-card{padding:1rem;width:100%;max-height:none;overflow:visible}.ad-header{flex-direction:column;gap:.75rem;align-items:flex-start}.ad-expires-badge{align-self:flex-start}.ad-image-container,.ad-image{max-height:200px}.ad-footer{flex-direction:column;gap:1rem;align-items:stretch}.ad-view-seller-btn{width:100%;text-align:center}}.messages-page{min-height:100vh;background:#f5f5f5;padding:2rem}.messages-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:350px 1fr;gap:1rem;height:calc(100vh - 8rem);max-height:calc(100vh - 8rem);background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;overflow:hidden}.conversations-sidebar{display:flex;flex-direction:column;border-right:1px solid #e5e7eb;background:#fafafa}.conversations-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#fff}.conversations-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#2c3e50}.conversations-list{flex:1;overflow-y:auto;padding:.5rem}.conversation-item{width:100%;display:flex;align-items:center;gap:1rem;padding:1rem;border:none;background:#fff;border-radius:12px;cursor:pointer;transition:all .2s;margin-bottom:.5rem;text-align:left;position:relative}.conversation-item:hover{background:#f0f0f0;transform:translate(4px)}.conversation-item.active{background:linear-gradient(135deg,#6737951a,#8559a50d);border:2px solid #673795}.conversation-item.unread{font-weight:600}.conversation-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#673795,#8559a5);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0}.conversation-info{flex:1;min-width:0}.conversation-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.conversation-name{font-weight:600;color:#2c3e50;font-size:1rem}.conversation-time{font-size:.75rem;color:#9ca3af;white-space:nowrap}.conversation-preview{font-size:.875rem;color:#6b7280;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.unread-indicator{width:10px;height:10px;border-radius:50%;background:#673795;position:absolute;top:1rem;right:1rem}.no-conversations{padding:2rem;text-align:center;color:#6b7280}.no-conversations .hint{font-size:.875rem;margin-top:.5rem;color:#9ca3af}.chat-area{display:flex;flex-direction:column;background:#fff;height:100%;min-height:0;max-height:100%;overflow:hidden;position:relative}.chat-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;gap:1rem;flex-shrink:0}.back-to-conversations-btn{display:none;background:transparent;border:none;padding:.5rem;cursor:pointer;color:#2c3e50;border-radius:8px;transition:all .2s;flex-shrink:0}.back-to-conversations-btn:hover{background:#f0f0f0}.back-to-conversations-btn svg{display:block}.chat-header-user{display:flex;align-items:center;gap:1rem}.chat-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#673795,#8559a5);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.chat-header h3{margin:0;font-size:1.2rem;font-weight:600;color:#2c3e50}.chat-status{margin:0;font-size:.875rem;color:#10b981}.messages-list{flex:1 1 0;overflow-y:auto;overflow-x:hidden;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;background:#f9fafb;scroll-behavior:smooth;min-height:0}.messages-loading{display:flex;justify-content:center;align-items:center;padding:2rem}.no-messages{display:flex;justify-content:center;align-items:center;height:100%;color:#6b7280}.message-item{display:flex;margin-bottom:.5rem}.message-item.own{justify-content:flex-end}.message-item.other{justify-content:flex-start}.message-content{max-width:70%;padding:.75rem 1rem;border-radius:18px;position:relative}.message-item.own .message-content{background:linear-gradient(135deg,#673795,#8559a5);color:#fff;border-bottom-right-radius:4px}.message-item.other .message-content{background:#fff;color:#2c3e50;border:1px solid #e5e7eb;border-bottom-left-radius:4px}.message-text{margin:0 0 .5rem;word-wrap:break-word;line-height:1.5}.message-time{font-size:.7rem;opacity:.7;display:block;margin-top:.25rem}.message-file{margin-top:.5rem}.message-image{max-width:100%;border-radius:8px;margin-top:.5rem}.message-file-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#0000000d;border-radius:8px;text-decoration:none;color:inherit;margin-top:.5rem}.message-item.own .message-file-link{background:#fff3;color:#fff}.product-card-message{margin-top:.75rem;border-radius:12px;overflow:hidden;background:#ffffff26;border:1px solid rgba(255,255,255,.2);max-width:280px}.message-item.other .product-card-message{background:#fff;border:1px solid #e5e7eb}.product-card-image{width:100%;height:180px;object-fit:cover;display:block}.product-card-info{padding:.75rem}.product-card-name{margin:0 0 .5rem;font-size:.95rem;font-weight:600;color:inherit;line-height:1.4}.message-item.own .product-card-name{color:#fff}.message-item.other .product-card-name{color:#2c3e50}.product-card-price{margin:0;font-size:.875rem;font-weight:700;color:inherit;opacity:.9}.message-item.own .product-card-price{color:#fff}.message-item.other .product-card-price{color:#673795}.message-input-form{display:flex;gap:.75rem;padding:1.5rem;border-top:1px solid #e5e7eb;background:#fff;flex-shrink:0;z-index:10}.message-input{flex:1;padding:.875rem 1.25rem;border:2px solid #e5e7eb;border-radius:24px;font-size:1rem;outline:none;transition:all .2s}.message-input:focus{border-color:#673795;box-shadow:0 0 0 3px #6737951a}.send-button{width:48px;height:48px;border-radius:50%;border:none;background:linear-gradient(135deg,#673795,#8559a5);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.send-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #67379566}.send-button:disabled{opacity:.5;cursor:not-allowed}.no-conversation-selected{display:flex;align-items:center;justify-content:center;height:100%;background:#f9fafb}.empty-state{text-align:center;color:#6b7280}.empty-state svg{color:#9ca3af;margin-bottom:1rem}.empty-state h3{margin:.5rem 0;color:#2c3e50}.empty-state p{margin:0;color:#9ca3af}@media(max-width:968px){.messages-container{grid-template-columns:1fr;height:calc(100vh - 4rem);position:relative}.conversations-sidebar{position:absolute;inset:0;z-index:10;width:100%}.conversations-sidebar.hidden-mobile{display:none}.chat-area{width:100%;position:absolute;inset:0;z-index:5}.chat-area.hidden-mobile{display:none}.back-to-conversations-btn{display:flex;align-items:center;justify-content:center}}@media(max-width:576px){.messages-page{padding:1rem}.messages-container{height:calc(100vh - 2rem);border-radius:12px}.conversations-header,.chat-header,.messages-list,.message-input-form{padding:1rem}.message-content{max-width:85%}}.app{min-height:100vh;display:flex;flex-direction:column;width:100%;overflow-x:hidden}.main-content{flex:1;background:#f8f9fa}.main-content .login-page,.main-content .register-page{margin:0;min-height:100vh}
