.verification-badges{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}.verification-badges.compact{gap:2px;margin-top:4px}.badge{display:inline-flex;align-items:center;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:500;white-space:nowrap}.compact .badge{padding:1px 4px;font-size:10px}.badge-success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.badge-error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.badge-warning{background-color:#fff3cd;color:#856404;border:1px solid #ffeeba}.badge-info{background-color:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.badge-loading{background-color:#e9ecef;color:#6c757d;border:1px solid #dee2e6;animation:pulse 1.5s infinite}.badge-unknown{background-color:#e9ecef;color:#6c757d;border:1px solid #dee2e6}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.badge:hover{filter:brightness(.95);cursor:help}.product-card{border:1px solid #e0e0e0;border-radius:12px;padding:16px;cursor:pointer;transition:all .3s ease;background:#fff;box-shadow:0 2px 8px #00000014;height:100%;display:flex;flex-direction:column}.product-card:hover{border-color:#2196f3;box-shadow:0 8px 24px #2196f326;transform:translateY(-4px)}.product-image{position:relative;width:100%;height:280px;margin-bottom:16px;border-radius:8px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;object-fit:contain;transition:opacity .3s ease,transform .3s ease}.product-image.image-cover img{object-fit:cover}.product-image.image-contain{background:linear-gradient(135deg,#f8f9fa,#e9ecef);background-size:20px 20px;background-image:radial-gradient(circle at 10px 10px,rgba(255,255,255,.1) 1px,transparent 0)}.product-image.image-contain img{object-fit:contain}.product-card:hover .product-image img{transform:scale(1.02)}.product-image.image-contain:hover img{transform:scale(1.05)}.no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-style:italic}.product-brand-badge{position:absolute;top:8px;right:8px;background:#2196f3e6;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500;text-transform:uppercase}.product-info{flex:1;display:flex;flex-direction:column;text-align:left}.product-title{font-size:16px;font-weight:600;margin:0 0 8px;color:#333;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-meta{margin-bottom:8px}.product-meta p{margin:0 0 4px;font-size:12px;color:#666}.product-sku{font-family:monospace;font-weight:500}.product-model{color:#888}.product-description{font-size:13px;color:#666;margin:0 0 12px;line-height:1.4;flex:1}.product-pricing{margin-bottom:12px}.product-price{font-size:18px;font-weight:700;color:#2196f3;margin:0 0 4px}.price-tiers-info{font-size:11px;color:#888;margin:0;font-style:italic}.product-details{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.product-category,.product-supplier{font-size:11px;padding:4px 8px;border-radius:12px;background:#f0f7ff;color:#1976d2;border:1px solid #e3f2fd}.product-supplier{background:#f3e5f5;color:#7b1fa2;border-color:#f8bbd9}.product-color{display:flex;align-items:center;gap:6px;font-size:12px;margin-top:auto}.color-label{color:#666;font-weight:500}.color-name{color:#333}.color-swatch{width:16px;height:16px;border-radius:50%;border:1px solid #ddd;flex-shrink:0}@media (max-width: 768px){.product-card{padding:12px}.product-image{height:160px;margin-bottom:12px}.product-card:hover .product-image img{transform:scale(1.01)}.product-image.image-contain:hover img{transform:scale(1.02)}.product-title{font-size:14px}.product-price{font-size:16px}}@media (max-width: 480px){.product-image{height:140px}.product-image.image-contain{background-size:15px 15px;background-image:radial-gradient(circle at 7.5px 7.5px,rgba(255,255,255,.1) 1px,transparent 0)}}.category-tree{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.tree-header{display:flex;justify-content:space-between;align-items:center;padding:12px;border-bottom:1px solid #eee;background:#fafafa}.tree-all-btn{display:flex;align-items:center;gap:8px;background:none;border:none;font-size:14px;font-weight:600;color:#333;cursor:pointer;padding:6px 10px;border-radius:4px;transition:background .15s}.tree-all-btn:hover{background:#f0f0f0}.tree-all-btn.selected{background:#e3f2fd;color:#1976d2}.tree-all-btn .all-count{background:#e0e0e0;color:#666;font-size:11px;font-weight:500;padding:2px 6px;border-radius:10px}.tree-all-btn.selected .all-count{background:#1976d2;color:#fff}.tree-actions{display:flex;gap:4px}.tree-action-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #ddd;border-radius:4px;font-size:14px;color:#666;cursor:pointer;transition:all .15s}.tree-action-btn:hover{background:#f5f5f5;border-color:#bbb;color:#333}.tree-content{max-height:400px;overflow-y:auto;padding:8px 0}.tree-node{-webkit-user-select:none;user-select:none}.tree-node-content{display:flex;align-items:center;padding:4px 8px;transition:background .1s}.tree-node-content:hover{background:#f5f5f5}.tree-node-content.selected{background:#e3f2fd}.tree-node-content.empty{opacity:.5}.tree-toggle{width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0;color:#888;transition:color .15s}.tree-toggle:hover{color:#333}.toggle-icon{font-size:8px;transition:transform .15s}.tree-toggle.expanded .toggle-icon{transform:rotate(0)}.tree-toggle:not(.expanded) .toggle-icon{transform:rotate(0)}.tree-toggle-placeholder{width:20px;flex-shrink:0}.tree-node-label{flex:1;display:flex;justify-content:space-between;align-items:center;background:none;border:none;padding:4px 6px;cursor:pointer;text-align:left;font-size:13px;color:#333;border-radius:4px;min-width:0}.tree-node-label:hover{background:#0000000a}.tree-node-content.selected .tree-node-label{color:#1976d2;font-weight:500}.node-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.node-count{margin-left:8px;color:#888;font-size:11px;font-weight:400;flex-shrink:0}.tree-node-content.selected .node-count{color:#1976d2}.tree-children{margin-left:0}.category-tree.loading{padding:16px}.loading-placeholder{color:#888;font-size:13px;text-align:center}.category-tree.empty{padding:16px}.category-tree.empty p{color:#888;font-size:13px;text-align:center;margin:0}.tree-content::-webkit-scrollbar{width:6px}.tree-content::-webkit-scrollbar-track{background:#f5f5f5}.tree-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.tree-content::-webkit-scrollbar-thumb:hover{background:#bbb}.tree-node[data-level="0"]>.tree-node-content .node-name{font-weight:600}.tree-node[data-level="1"]>.tree-node-content .node-name{font-weight:500}.tree-node[data-level="2"]>.tree-node-content .node-name{font-weight:400}@media (max-width: 768px){.tree-content{max-height:300px}.tree-node-label{font-size:14px;padding:6px 8px}.tree-node-content{padding:2px 8px}}.filter-bar{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:16px;box-shadow:0 2px 8px #00000014}.filter-group.search-group{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #eee}.filter-group label{display:block;margin-bottom:6px;font-weight:600;color:#333;font-size:14px}.search-input-wrapper{position:relative}.search-input-wrapper input{width:100%;padding:10px 36px 10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.search-input-wrapper input:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 2px #2196f31a}.search-input-wrapper input.searching{border-color:#2196f3}.search-spinner{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;border:2px solid #e0e0e0;border-top-color:#2196f3;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:translateY(-50%) rotate(360deg)}}.filter-section-collapsible{border-bottom:1px solid #eee}.filter-section-collapsible:last-of-type{border-bottom:none}.filter-section-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:12px 0;background:none;border:none;cursor:pointer;font-size:14px;font-weight:600;color:#333;text-align:left}.filter-section-header:hover{color:#2196f3}.filter-section-title{display:flex;align-items:center;gap:8px}.filter-count-badge{background:#2196f3;color:#fff;font-size:11px;font-weight:500;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center}.filter-section-toggle{font-size:18px;color:#666;font-weight:300}.filter-section-content{padding:0 0 12px}.filter-section-content select{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;background:#fff;cursor:pointer}.filter-section-content select:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 2px #2196f31a}.brand-list{display:flex;flex-direction:column;gap:2px;max-height:200px;overflow-y:auto}.brand-option{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:none;border:none;border-radius:4px;cursor:pointer;font-size:13px;color:#444;text-align:left;transition:background .15s}.brand-option:hover{background:#f5f5f5}.brand-option.selected{background:#e3f2fd;color:#1976d2;font-weight:500}.facet-count{color:#888;font-size:12px;font-weight:400}.color-swatches{display:flex;flex-wrap:wrap;gap:8px}.color-swatch{width:32px;height:32px;border-radius:50%;border:2px solid #ddd;cursor:pointer;position:relative;transition:transform .15s,border-color .15s;display:flex;align-items:center;justify-content:center}.color-swatch:hover{transform:scale(1.1);border-color:#999}.color-swatch.selected{border-color:#2196f3;border-width:3px}.color-swatch .checkmark{font-size:14px;font-weight:700}.color-swatch .checkmark.light{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.color-swatch .checkmark.dark{color:#333}.color-swatch .swatch-count{position:absolute;bottom:-4px;right:-4px;background:#333;color:#fff;font-size:9px;padding:1px 4px;border-radius:8px;min-width:14px;text-align:center}.size-chips{display:flex;flex-wrap:wrap;gap:6px}.size-chip{padding:6px 12px;background:#f5f5f5;border:1px solid #ddd;border-radius:16px;cursor:pointer;font-size:12px;font-weight:500;color:#444;transition:all .15s}.size-chip:hover{background:#e0e0e0;border-color:#bbb}.size-chip.selected{background:#2196f3;border-color:#1976d2;color:#fff}.size-chip .chip-count{margin-left:4px;opacity:.7;font-weight:400}.price-range{display:flex;align-items:center;gap:8px}.price-range input{flex:1;padding:8px 10px;border:1px solid #ddd;border-radius:6px;font-size:13px;min-width:0}.price-range input:focus{outline:none;border-color:#2196f3}.price-range span{color:#666;font-size:13px}.reset-filters-btn{width:100%;padding:12px;background:#f44336;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease;margin-top:16px}.reset-filters-btn:hover:not(:disabled){background:#d32f2f}.reset-filters-btn:disabled{background:#ccc;cursor:not-allowed}.brand-list::-webkit-scrollbar{width:6px}.brand-list::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.brand-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.brand-list::-webkit-scrollbar-thumb:hover{background:#bbb}@media (max-width: 768px){.filter-bar{padding:12px}.filter-section-header{padding:10px 0}.color-swatch{width:28px;height:28px}.size-chip{padding:5px 10px;font-size:11px}.price-range{flex-direction:column;gap:8px}.price-range input{width:100%}.price-range span{align-self:center}}.active-filters{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:16px;flex-wrap:wrap}.active-filters-label{font-size:13px;font-weight:500;color:#666;white-space:nowrap}.filter-pills{display:flex;flex-wrap:wrap;gap:8px;flex:1}.filter-pill{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;background:#fff;border:1px solid #dee2e6;border-radius:20px;font-size:13px;cursor:pointer;transition:all .15s ease}.filter-pill:hover{background:#fff5f5;border-color:#f44336}.filter-pill:hover .pill-remove{color:#f44336}.pill-label{color:#888;font-weight:400}.pill-value{color:#333;font-weight:500;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pill-remove{margin-left:4px;font-size:16px;font-weight:300;color:#999;line-height:1;transition:color .15s}.clear-all-btn{padding:6px 12px;background:transparent;border:1px solid #f44336;border-radius:4px;color:#f44336;font-size:12px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .15s}.clear-all-btn:hover{background:#f44336;color:#fff}@media (max-width: 768px){.active-filters{padding:10px 12px;gap:8px}.active-filters-label{width:100%;margin-bottom:4px}.filter-pill{padding:5px 8px;font-size:12px}.pill-value{max-width:100px}}.language-selector{display:flex;align-items:center;gap:.5rem}.language-selector label{font-size:.9rem;font-weight:500;color:#555}.language-select{padding:.5rem .75rem;font-size:.9rem;border:1px solid #ddd;border-radius:4px;background-color:#fff;cursor:pointer;transition:all .2s ease}.language-select:hover{border-color:#007bff}.language-select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff1a}.product-list-page{max-width:1400px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.page-header h1{margin:0;color:#333;font-size:32px;font-weight:700}.page-actions{display:flex;align-items:center;gap:20px}.sort-section{display:flex;align-items:center;gap:8px}.sort-section label{font-weight:500;color:#555;white-space:nowrap}.sort-section select{padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;background:#fff;min-width:160px}.sort-section select:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 2px #2196f31a}.verification-toggle{padding:8px 16px;border:1px solid #ddd;border-radius:6px;background:#fff;color:#555;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.verification-toggle:hover{border-color:#2196f3;color:#2196f3}.verification-toggle.active{background:#2196f3;border-color:#2196f3;color:#fff}.verification-toggle.active:hover{background:#1976d2;border-color:#1976d2}.product-list-content{display:grid;grid-template-columns:300px 1fr;gap:30px;align-items:start}.sidebar{position:sticky;top:20px;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 40px);overflow-y:auto}.mobile-filter-toggle{display:none;width:100%;padding:12px 16px;background:#2196f3;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;margin-bottom:16px;transition:background .2s}.mobile-filter-toggle:hover{background:#1976d2}.mobile-filter-toggle .filter-icon{margin-right:8px}.main-content{min-height:500px}.error-message{background:#ffebee;border:1px solid #f44336;border-radius:8px;padding:20px;text-align:center;margin-bottom:20px}.loading-state p{font-size:18px;margin:0}.results-summary{margin-bottom:20px;padding:12px 16px;background:#f8f9fa;border-radius:6px;border-left:4px solid #2196f3}.results-summary p{margin:0;color:#555;font-weight:500}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-bottom:30px}.pagination{display:flex;justify-content:center;align-items:center;gap:20px;padding:20px 0;border-top:1px solid #e0e0e0}.pagination-btn{padding:10px 20px;background:#2196f3;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s ease}.pagination-btn:hover:not(:disabled){background:#1976d2}.pagination-btn:disabled{background:#ccc;cursor:not-allowed}.pagination-info{display:flex;align-items:center;gap:10px}.pagination-info span{font-weight:500;color:#555}.no-products{text-align:center;padding:60px 20px;color:#666}.no-products h3{margin:0 0 10px;color:#333;font-size:24px}.no-products p{margin:0;font-size:16px}@media (max-width: 1024px){.product-list-content{grid-template-columns:280px 1fr;gap:20px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}}@media (max-width: 768px){.product-list-page{padding:16px}.page-header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:20px}.page-header h1{font-size:28px}.page-actions{width:100%;flex-wrap:wrap;justify-content:flex-start;gap:12px}.product-list-content{grid-template-columns:1fr;gap:16px}.mobile-filter-toggle{display:flex;align-items:center;justify-content:center}.sidebar{position:static;max-height:none;overflow:visible}.sidebar.collapsed{display:none}.sidebar.expanded{display:flex}.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.pagination{flex-direction:column;gap:12px}.pagination-btn{width:100%;max-width:200px}}@media (max-width: 480px){.product-list-page{padding:12px}.page-header h1{font-size:24px}.products-grid{grid-template-columns:1fr;gap:12px}.sort-section{flex-direction:column;align-items:flex-start;gap:6px}.sort-section select{width:100%;min-width:unset}}.product-detail-page{max-width:1400px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.back-btn{display:flex;align-items:center;padding:10px 16px;background:#2196f3;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;font-size:14px;transition:background-color .2s ease}.back-btn:hover{background:#1976d2}.product-status{display:flex;align-items:center}.status-badge{padding:6px 12px;border-radius:16px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-badge.active{background:#e8f5e8;color:#2e7d32}.status-badge.inactive{background:#ffebee;color:#c62828}.loading-state,.error-message{text-align:center;padding:60px 20px;color:#666}.error-message{background:#ffebee;border:1px solid #f44336;border-radius:8px;margin:20px 0}.error-message p{margin:0 0 15px;color:#d32f2f;font-weight:500}.error-message button{background:#f44336;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:500}.error-message button:hover{background:#d32f2f}.product-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.product-images{position:sticky;top:20px}.main-image{position:relative;margin-bottom:16px;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.main-image img{width:100%;height:auto;max-height:500px;display:block;transition:object-fit .3s ease}.main-image.image-cover img{object-fit:cover}.main-image.image-contain{background:linear-gradient(135deg,#f8f9fa,#e9ecef);background-size:30px 30px;background-image:radial-gradient(circle at 15px 15px,rgba(255,255,255,.1) 2px,transparent 0)}.main-image.image-contain img{object-fit:contain}.image-type-badge{position:absolute;top:12px;left:12px;background:#000000b3;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.image-thumbnails{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:8px}.thumbnail{border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;transition:border-color .2s ease;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:0}.thumbnail:hover{border-color:#2196f3}.thumbnail.active{border-color:#2196f3;box-shadow:0 0 0 2px #2196f333}.thumbnail img{width:100%;height:80px;object-fit:contain;display:block}.no-images{background:#f5f5f5;border:2px dashed #ddd;border-radius:12px;padding:60px 20px;text-align:center;color:#666}.product-info{max-width:100%}.product-header{display:flex;align-items:flex-start;gap:20px;margin-bottom:30px}.product-header h1{margin:0;color:#333;font-size:32px;font-weight:700;line-height:1.2;flex:1}.brand-badge{background:#2196f3;color:#fff;padding:8px 16px;border-radius:20px;font-weight:600;font-size:14px;white-space:nowrap}.product-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-bottom:30px;padding:20px;background:#f8f9fa;border-radius:12px}.meta-item{display:flex;align-items:center;gap:8px}.meta-item .label{font-weight:600;color:#555;min-width:100px}.meta-item .value{color:#333;font-family:Monaco,Menlo,monospace;font-size:14px}.product-description,.product-categories,.price-tiers,.product-details,.technical-info{margin-bottom:30px;padding:20px;background:#fff;border:1px solid #e0e0e0;border-radius:12px}.product-description h3,.product-categories h3,.price-tiers h3,.product-details h3,.technical-info h3{margin:0 0 16px;color:#333;font-size:20px;font-weight:600;border-bottom:2px solid #2196f3;padding-bottom:8px}.product-description p{margin:0;line-height:1.6;color:#555}.category-tags{display:flex;flex-wrap:wrap;gap:8px}.category-tag{background:#e3f2fd;color:#1976d2;padding:6px 12px;border-radius:16px;font-size:14px;font-weight:500}.price-table{border-radius:8px;overflow:hidden;border:1px solid #e0e0e0}.price-header{display:grid;grid-template-columns:1fr 1fr 1fr;background:#f5f5f5;font-weight:600;color:#333}.price-header span{padding:12px 16px;border-right:1px solid #e0e0e0}.price-header span:last-child{border-right:none}.price-row{display:grid;grid-template-columns:1fr 1fr 1fr;border-top:1px solid #e0e0e0}.price-row span{padding:12px 16px;border-right:1px solid #e0e0e0;color:#555}.price-row span:last-child{border-right:none}.price-row:nth-child(2n){background:#fafafa}.details-grid,.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.detail-item,.tech-item{display:flex;align-items:center;gap:8px;padding:12px;background:#f8f9fa;border-radius:8px}.detail-item .label,.tech-item .label{font-weight:600;color:#555;min-width:120px}.detail-item .value,.tech-item .value{color:#333;flex:1}.detail-item .value.mono,.tech-item .value.mono{font-family:Monaco,Menlo,monospace;font-size:12px}.color-info{display:flex;align-items:center;gap:8px}.color-swatch{width:20px;height:20px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #0000001a;cursor:pointer}.variant-selector{margin-bottom:30px;padding:24px;background:#fff;border:1px solid #e0e0e0;border-radius:12px}.variant-selector h3{margin:0 0 20px;color:#333;font-size:20px;font-weight:600;border-bottom:2px solid #2196f3;padding-bottom:8px}.color-selector{margin-bottom:20px}.color-selector label{display:block;font-weight:600;color:#555;margin-bottom:12px;font-size:15px}.color-options{display:flex;flex-wrap:wrap;gap:12px}.color-option{display:flex;align-items:center;gap:8px;padding:10px 18px;background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:15px;font-weight:500;color:#333;min-width:100px}.color-option:hover{border-color:#2196f3;background:#f8f9fa;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.color-option.selected{border-color:#2196f3;background:#e3f2fd;box-shadow:0 0 0 3px #2196f333;font-weight:600;color:#1976d2}.color-option .color-swatch{width:24px;height:24px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #0003;flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative}.color-option .color-check{color:#fff;font-size:14px;font-weight:700;text-shadow:0 0 2px rgba(0,0,0,.5);line-height:1}.color-option.selected .color-swatch[style*=white],.color-option.selected .color-swatch[style*="#FFFFFF"],.color-option.selected .color-swatch[style*="#fff"],.color-option.selected .color-swatch[style*=ivory],.color-option.selected .color-swatch[style*=cream],.color-option.selected .color-swatch[style*=beige]{border-color:#ccc}.color-option .color-name{white-space:nowrap}.size-selector{margin-bottom:20px}.size-selector label{display:block;font-weight:600;color:#555;margin-bottom:8px;font-size:15px}.size-selector select{width:100%;max-width:300px;padding:12px 16px;font-size:15px;border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;font-weight:500;color:#333}.size-selector select:hover{border-color:#2196f3}.size-selector select:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 3px #2196f333}.selected-variant-info{margin-top:20px;padding:16px;background:#f8f9fa;border-radius:8px;border-left:4px solid #2196f3}.variant-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.variant-detail-item{display:flex;align-items:baseline;gap:8px}.variant-detail-item .label{font-weight:600;color:#555;font-size:14px}.variant-detail-item .value{color:#333;font-size:14px;font-weight:500}@media (max-width: 1024px){.product-detail-content{grid-template-columns:1fr;gap:30px}.product-images{position:static}.product-meta{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width: 768px){.product-detail-page{padding:16px}.page-header{flex-direction:column;align-items:flex-start;gap:16px}.product-header{flex-direction:column;gap:12px}.product-header h1{font-size:24px}.product-meta{grid-template-columns:1fr;gap:12px}.meta-item{flex-direction:column;align-items:flex-start;gap:4px}.meta-item .label{min-width:unset}.details-grid,.tech-grid{grid-template-columns:1fr;gap:12px}.detail-item,.tech-item{flex-direction:column;align-items:flex-start;gap:4px}.detail-item .label,.tech-item .label{min-width:unset}.price-header,.price-row{grid-template-columns:1fr 1fr;font-size:14px}.price-header span:last-child,.price-row span:last-child{display:none}.image-thumbnails{grid-template-columns:repeat(auto-fit,minmax(60px,1fr))}.thumbnail img{height:60px}}@media (max-width: 480px){.product-detail-page{padding:12px}.product-header h1{font-size:20px}.brand-badge{padding:6px 12px;font-size:12px}.product-description,.product-categories,.price-tiers,.product-details,.technical-info{padding:16px;margin-bottom:20px}.category-tags{gap:6px}.category-tag{padding:4px 8px;font-size:12px}}.sync-status-section,.image-sources-section,.gemini-verification-section{margin-bottom:30px;padding:20px;background:#fff;border:1px solid #e0e0e0;border-radius:12px}.sync-status-section h3,.image-sources-section h3,.gemini-verification-section h3{margin:0 0 16px;color:#333;font-size:20px;font-weight:600;border-bottom:2px solid #2196f3;padding-bottom:8px}.sync-status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.sync-status-item{display:flex;align-items:center;gap:8px;padding:12px;background:#f8f9fa;border-radius:8px}.sync-status-item .label{font-weight:600;color:#555;min-width:120px}.hash-value{font-family:Monaco,Menlo,monospace;font-size:11px;background:#e8e8e8;padding:4px 8px;border-radius:4px;word-break:break-all;max-width:200px;overflow:hidden;text-overflow:ellipsis}.status-badge.success{background:#e8f5e8;color:#2e7d32}.status-badge.warning{background:#fff3e0;color:#e65100}.status-badge.error{background:#ffebee;color:#c62828}.status-badge.neutral{background:#f5f5f5;color:#616161}.image-sources-list{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto}.image-source-item{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#f8f9fa;border-radius:6px;font-size:13px}.source-badge{background:#e3f2fd;color:#1565c0;padding:4px 8px;border-radius:4px;font-weight:600;font-size:11px;white-space:nowrap}.type-badge{background:#f3e5f5;color:#7b1fa2;padding:4px 8px;border-radius:4px;font-weight:500;font-size:11px;white-space:nowrap}.r2-link{color:#1976d2;text-decoration:none;font-family:Monaco,Menlo,monospace;font-size:12px;word-break:break-all;flex:1}.r2-link:hover{text-decoration:underline;color:#1565c0}.no-images-text{color:#666;font-style:italic;margin:0}.gemini-tracking{margin-bottom:16px}.tracking-item{display:flex;align-items:center;gap:8px;padding:12px;background:#f8f9fa;border-radius:8px}.tracking-item .label{font-weight:600;color:#555}.verification-actions{margin-bottom:16px}.verify-btn{display:inline-flex;align-items:center;padding:10px 20px;background:#7c4dff;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;font-size:14px;transition:background-color .2s ease}.verify-btn:hover:not(:disabled){background:#651fff}.verify-btn:disabled{background:#b388ff;cursor:not-allowed}.verification-error{background:#ffebee;color:#c62828;padding:12px 16px;border-radius:6px;margin-bottom:16px;font-size:14px}.verification-result{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;padding:16px;background:#f8f9fa;border-radius:8px;border-left:4px solid #7c4dff}.result-item{display:flex;align-items:center;gap:8px}.result-item .label{font-weight:600;color:#555;font-size:13px}.result-item .value{color:#333;font-weight:500}.query-value{font-family:Monaco,Menlo,monospace;font-size:11px;background:#e8e8e8;padding:4px 8px;border-radius:4px}.response-text-section{grid-column:1 / -1;margin-top:16px;padding-top:16px;border-top:1px solid #e0e0e0}.response-text-section .label{display:block;font-weight:600;color:#555;font-size:14px;margin-bottom:12px}.response-text-content{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:16px;font-size:14px;line-height:1.6;color:#333;max-height:400px;overflow-y:auto;white-space:pre-wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.response-text-content strong,.response-text-content b{font-weight:600}.grounding-chunks-section{grid-column:1 / -1;margin-top:20px;padding-top:20px;border-top:1px dashed #ccc}.grounding-chunks-section .label{display:block;font-weight:600;color:#555;font-size:14px;margin-bottom:12px}.grounding-chunks-list{display:flex;flex-direction:column;gap:12px}.grounding-chunk{background:#f8f9fa;border:1px solid #e0e0e0;border-left:3px solid #6366f1;border-radius:6px;padding:12px}.chunk-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.chunk-number{font-size:12px;font-weight:600;color:#6366f1;background:#eef2ff;padding:2px 8px;border-radius:4px}.chunk-source{font-size:11px;color:#888;font-family:monospace}.chunk-text{font-size:13px;line-height:1.5;color:#444;white-space:pre-wrap;word-break:break-word}@media (max-width: 768px){.sync-status-grid,.verification-result{grid-template-columns:1fr}.image-source-item{flex-wrap:wrap}}.sync-dashboard{max-width:1200px;margin:0 auto;padding:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dashboard-header{margin-bottom:24px}.dashboard-header h1{margin:0 0 8px;color:#333;font-size:28px;font-weight:700}.dashboard-subtitle{margin:0;color:#666;font-size:16px}.dashboard-controls{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding:16px;background:#f8f9fa;border-radius:8px}.refresh-btn{padding:8px 16px;background:#2196f3;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease}.refresh-btn:hover:not(:disabled){background:#1976d2}.refresh-btn:disabled{background:#90caf9;cursor:not-allowed}.auto-refresh-toggle{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#555}.auto-refresh-toggle input{width:16px;height:16px;cursor:pointer}.last-updated{margin-left:auto;font-size:13px;color:#888}.error-message{background:#ffebee;border:1px solid #f44336;border-radius:8px;padding:16px;margin-bottom:24px;display:flex;align-items:center;justify-content:space-between}.error-message p{margin:0;color:#d32f2f;font-weight:500}.error-message button{background:#f44336;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer}.summary-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px}.summary-card{background:#fff;border-radius:12px;padding:24px;text-align:center;box-shadow:0 2px 8px #00000014;border:1px solid #e0e0e0}.summary-card .card-value{font-size:36px;font-weight:700;margin-bottom:8px}.summary-card .card-label{font-size:14px;color:#666;font-weight:500}.summary-card.waiting .card-value{color:#ff9800}.summary-card.active .card-value{color:#2196f3}.summary-card.completed .card-value{color:#4caf50}.summary-card.failed .card-value{color:#f44336}.queues-section{margin-bottom:32px}.queues-section h2{margin:0 0 16px;font-size:20px;color:#333}.queues-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.queue-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014;border:1px solid #e0e0e0}.queue-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.queue-icon{font-size:24px}.queue-name{margin:0;font-size:16px;font-weight:600;color:#333}.queue-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.stat{text-align:center}.stat-value{display:block;font-size:20px;font-weight:700;margin-bottom:4px}.stat-value.waiting{color:#ff9800}.stat-value.active{color:#2196f3}.stat-value.completed{color:#4caf50}.stat-value.failed{color:#f44336}.stat-value.delayed{color:#9c27b0}.stat-label{display:block;font-size:11px;color:#888;text-transform:uppercase;letter-spacing:.5px}.queue-status{padding:8px 12px;border-radius:6px;font-size:13px;font-weight:500;text-align:center}.queue-status.running{background:#e8f5e9;color:#2e7d32}.queue-status.pending{background:#fff3e0;color:#ef6c00}.queue-status.idle{background:#f5f5f5;color:#757575}.bull-board-link{padding:20px;background:#f8f9fa;border-radius:8px;text-align:center}.bull-board-link a{color:#2196f3;text-decoration:none;font-weight:500;font-size:15px}.bull-board-link a:hover{text-decoration:underline}.loading-state{text-align:center;padding:60px 20px;color:#666}@media (max-width: 768px){.sync-dashboard{padding:16px}.summary-cards,.queue-stats{grid-template-columns:repeat(2,1fr)}.dashboard-controls{flex-wrap:wrap}.last-updated{width:100%;margin-left:0;margin-top:8px}}@media (max-width: 480px){.summary-cards,.queues-grid{grid-template-columns:1fr}}.app{min-height:100vh;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f5}.app-header{background:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.header-content{max-width:1400px;margin:0 auto;padding:16px 20px;display:flex;justify-content:space-between;align-items:center}.logo{margin:0;color:#2196f3;font-size:24px;font-weight:700;text-decoration:none}.main-nav{display:flex;gap:20px}.nav-link{color:#555;text-decoration:none;font-weight:500;padding:8px 16px;border-radius:6px;transition:all .2s ease}.nav-link:hover{color:#2196f3;background:#f0f8ff}.nav-link.active{color:#2196f3;background:#e3f2fd}.app-main{flex:1;padding:0}.app-footer{background:#fff;border-top:1px solid #e0e0e0;margin-top:auto}.footer-content{max-width:1400px;margin:0 auto;padding:20px;text-align:center;color:#666;font-size:14px}*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333}@media (max-width: 768px){.header-content{padding:12px 16px;flex-direction:column;gap:12px}.logo{font-size:20px}.main-nav{gap:12px}.nav-link{padding:6px 12px;font-size:14px}.footer-content{padding:16px}}@media (max-width: 480px){.header-content{padding:10px 12px}.logo{font-size:18px}.nav-link{padding:4px 8px;font-size:13px}}
