body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1a202c;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding-top:80px}.loading-container{align-items:center;display:flex;justify-content:center;min-height:50vh}.spinner{animation:spin 1s linear infinite;border:2px solid #e2e8f0;border-radius:50%;border-top-color:#667eea;height:2rem;width:2rem}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.btn-secondary{background:#e2e8f0;color:#4a5568}.btn-secondary:hover{background:#cbd5e0}.btn-outline{background:#0000;border:2px solid #667eea;color:#667eea}.btn-outline:hover{background:#667eea;color:#fff}.btn-success{background:#48bb78;color:#fff}.btn-success:hover{background:#38a169}.btn-danger{background:#f56565;color:#fff}.btn-danger:hover{background:#e53e3e}.btn-sm{font-size:.75rem;padding:.5rem 1rem}.btn-lg{font-size:1rem}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;transition:all .2s}.form-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.onboarding-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:0 auto;max-width:800px;overflow:hidden}.onboarding-header{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;padding:2rem;text-align:center}.onboarding-header h1{font-size:2rem;margin:0 0 2rem}.progress-bar{display:flex;gap:2rem;justify-content:center}.progress-step{opacity:.5;transition:opacity .3s}.progress-step.active{opacity:1}.progress-step span{align-items:center;background:#fff3;border-radius:50%;display:flex;font-weight:700;height:40px;justify-content:center;margin-bottom:.5rem;width:40px}.progress-step.active span{background:#fff;color:#3498db}.progress-step label{font-size:.9rem;font-weight:500}.onboarding-content{padding:2rem}.onboarding-step h2{color:#2c3e50;margin-bottom:.5rem}.onboarding-step>p{color:#7f8c8d;margin-bottom:2rem}.form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.form-group.full-width{grid-column:1/-1}.form-group label{color:#2c3e50;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e1e8ed;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3498db;outline:none}.document-upload-section{display:flex;flex-direction:column;gap:2rem}.document-item{border:2px dashed #e1e8ed;border-radius:12px;padding:2rem;text-align:center;transition:border-color .3s}.document-item:hover{border-color:#3498db}.document-item h3{color:#2c3e50;margin-bottom:.5rem}.document-item p{color:#7f8c8d;margin-bottom:1rem}.file-input{background:#f8f9fa;border:2px solid #3498db;border-radius:8px;cursor:pointer;padding:1rem;transition:background-color .3s;width:100%}.file-input:hover{background:#e9ecef}.uploaded-file{align-items:center;background:#d4edda;border-radius:8px;color:#155724;display:flex;flex-direction:column;gap:.5rem;padding:1rem}.uploaded-file span{font-weight:500}.uploaded-file small{color:#6c757d}.upload-info{background:#f8f9fa;border-radius:8px;padding:1.5rem}.upload-info h4{color:#2c3e50;margin-bottom:1rem}.upload-info ul{color:#6c757d;margin:0;padding-left:1.5rem}.upload-info li{margin-bottom:.5rem}.onboarding-actions{align-items:center;background:#f8f9fa;border-top:1px solid #e1e8ed;display:flex;justify-content:space-between;padding:2rem}.success-message{padding:2rem;text-align:center}.success-message h2{color:#27ae60;margin-bottom:1rem}.contact-info,.next-steps{background:#f8f9fa;border-radius:8px;margin:2rem 0;padding:1.5rem;text-align:left}.contact-info h3,.next-steps h3{color:#2c3e50;margin-bottom:1rem}.next-steps ul{color:#6c757d;padding-left:1.5rem}.next-steps li{margin-bottom:.5rem}.contact-info p{color:#6c757d;margin:0}@media (max-width:768px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}.container{padding:0 .75rem}.main-content{padding-top:70px}.form-grid{grid-template-columns:1fr}.progress-bar{gap:1rem}.progress-step label{font-size:.8rem}.onboarding-content{padding:1rem}.onboarding-actions{flex-direction:column;gap:1rem;padding:1rem}}.merchant-dashboard{margin:0 auto;max-width:1200px;padding:2rem}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{color:#2c3e50;margin-bottom:.5rem}.dashboard-header p{color:#7f8c8d}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.stat-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;gap:1rem;padding:1.5rem}.stat-card,.stat-icon{align-items:center;display:flex}.stat-icon{background:#f8f9fa;border-radius:50%;font-size:2rem;height:60px;justify-content:center;width:60px}.stat-content h3{color:#2c3e50;font-size:1.5rem;font-weight:700;margin:0}.stat-content p{color:#7f8c8d;font-size:.9rem;margin:0}.quick-actions{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:2rem}.quick-actions h2{color:#2c3e50;margin-bottom:1.5rem}.action-buttons{flex-wrap:wrap}.recent-orders{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:2rem}.recent-orders h2{color:#2c3e50;margin-bottom:1.5rem}.orders-table{overflow-x:auto}.orders-table table{border-collapse:collapse;width:100%}.orders-table td,.orders-table th{border-bottom:1px solid #e1e8ed;padding:.75rem;text-align:left}.orders-table th{background:#f8f9fa;color:#2c3e50;font-weight:600}.status-badge{border-radius:20px;font-size:.8rem;font-weight:500;padding:.25rem .75rem;text-transform:capitalize}.status-pending{background:#fff3cd;color:#856404}.status-confirmed{background:#d4edda;color:#155724}.status-shipped{background:#cce5ff;color:#004085}.status-delivered{background:#d1ecf1;color:#0c5460}.status-cancelled{background:#f8d7da;color:#721c24}.business-status{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;padding:2rem}.business-status h2{color:#2c3e50;margin-bottom:1.5rem}.status-card{align-items:center;border:2px solid;border-radius:8px;display:flex;gap:1rem;padding:1.5rem}.status-card.status-pending{background:#fff8e1;border-color:#ffc107}.status-card.status-rejected{background:#ffebee;border-color:#dc3545}.status-card .status-icon{font-size:2rem}.status-content h3{color:#2c3e50;margin-bottom:.5rem}.status-content p{color:#6c757d;margin-bottom:1rem}.merchant-products{margin:0 auto;max-width:1200px;padding:2rem}.products-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.products-header h1{color:#2c3e50}.products-filters{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding:1.5rem}.search-box{flex:1 1;min-width:200px}.search-box input{border:2px solid #e1e8ed;border-radius:8px;font-size:1rem;padding:.75rem;width:100%}.filter-controls{display:flex;gap:1rem}.filter-controls select{border:2px solid #e1e8ed;border-radius:8px;font-size:1rem;padding:.75rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:2rem}.product-card{box-shadow:0 2px 4px #0000001a;transition:transform .2s}.product-card:hover{transform:translateY(-2px)}.placeholder-image{color:#bdc3c7;font-size:3rem}.product-info{padding:1rem}.product-info h3{color:#2c3e50;margin-bottom:.5rem}.product-category{color:#7f8c8d;font-size:.9rem;margin-bottom:.5rem}.product-price{color:#27ae60;font-size:1.2rem;margin-bottom:.5rem}.product-stock{color:#6c757d;font-size:.9rem;margin-bottom:.5rem}.low-stock{color:#f39c12;font-weight:500}.out-of-stock{color:#e74c3c;font-weight:500}.product-status{margin-bottom:1rem}.product-actions{background:#f8f9fa;border-top:1px solid #e1e8ed;gap:.5rem;padding:1rem}.products-summary{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;padding:2rem}.summary-stats{display:flex;justify-content:space-around;text-align:center}.summary-stats .stat{display:flex;flex-direction:column;gap:.5rem}.summary-stats .stat strong{color:#2c3e50;font-size:1.5rem}.summary-stats .stat span{color:#7f8c8d;font-size:.9rem}.add-product{margin:0 auto;max-width:800px;padding:2rem}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.page-header h1{color:#2c3e50}.product-form{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.form-section{border-bottom:1px solid #e1e8ed;padding:2rem}.form-section:last-child{border-bottom:none}.form-section h2{color:#2c3e50;font-size:1.3rem;margin-bottom:1.5rem}.tags-input{display:flex;flex-direction:column;gap:1rem}.add-tag{display:flex;gap:.5rem}.add-tag input{border:2px solid #e1e8ed;border-radius:8px;flex:1 1;padding:.75rem}.add-tag button{background:#3498db;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:.75rem 1.5rem}.tags-list{flex-wrap:wrap}.tag,.tags-list{display:flex;gap:.5rem}.tag{align-items:center;background:#e3f2fd;color:#1976d2;font-size:.9rem}.tag button{background:none;border:none;color:#1976d2;cursor:pointer;font-size:1.2rem;line-height:1}.image-upload input[type=file]{background:#f8f9fa;border:2px dashed #e1e8ed;border-radius:8px;margin-bottom:1rem;padding:1rem;width:100%}.uploaded-images{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.image-preview{aspect-ratio:1;background:#f8f9fa;border-radius:8px;overflow:hidden;position:relative}.image-preview img{height:100%;object-fit:cover;width:100%}.remove-image{align-items:center;background:#dc3545e6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:24px;justify-content:center;position:absolute;right:.5rem;top:.5rem;width:24px}.form-actions{background:#f8f9fa;justify-content:flex-end;padding:2rem}.empty-state{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;padding:4rem 2rem;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{color:#2c3e50;margin-bottom:1rem}.empty-state p{color:#7f8c8d;margin-bottom:2rem}.loading-spinner{color:#7f8c8d;padding:4rem;text-align:center}@media (max-width:768px){.add-product,.merchant-dashboard,.merchant-products{padding:1rem}.products-grid{gap:1rem;grid-template-columns:1fr}.products-filters{align-items:stretch}.action-buttons,.filter-controls,.products-filters{flex-direction:column}.page-header,.summary-stats{flex-direction:column;gap:1rem}.page-header{align-items:stretch}.form-actions{flex-direction:column}}.marketplace-container{background:#f8f9fa;min-height:100vh;padding-top:2rem}.marketplace-container .container,.marketplace-layout{margin:0 auto;max-width:1400px;padding:0 1rem}.marketplace-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:280px 1fr}.marketplace-sidebar{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;height:-webkit-fit-content;height:fit-content;padding:1.5rem;position:-webkit-sticky;position:sticky;top:2rem}.sidebar-section{margin-bottom:2rem}.sidebar-section:last-child{margin-bottom:0}.section-header{align-items:center;border-bottom:1px solid #e2e8f0;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.5rem 0;transition:all .2s}.section-header:hover{color:#667eea}.section-header h3{color:#2d3748;font-size:1.1rem;font-weight:600;margin:0}.expand-icon{color:#718096;font-size:.75rem;transition:transform .2s}.expand-icon.expanded{transform:rotate(180deg)}.search-input{border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;padding:.75rem;transition:border-color .2s;width:100%}.search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.category-filters{flex-direction:row}.category-item{align-items:center;color:#4a5568;cursor:pointer;display:flex;font-size:.875rem;justify-content:space-between;padding:.5rem 0;transition:color .2s}.category-item:hover{color:#667eea}.category-item input[type=radio]{margin-right:.75rem}.category-item .count{color:#718096;font-size:.75rem}.price-filters{display:flex;flex-direction:column;gap:.75rem}.price-item{align-items:center;color:#4a5568;cursor:pointer;display:flex;font-size:.875rem;justify-content:space-between;padding:.5rem 0;transition:color .2s}.price-item:hover{color:#667eea}.price-item input[type=radio]{margin-right:.75rem}.price-item .count{color:#718096;font-size:.75rem}.price-range-inputs{align-items:center;display:flex;gap:.5rem}.price-range-inputs input{border:2px solid #e2e8f0;border-radius:6px;flex:1 1;font-size:.875rem;padding:.5rem}.price-range-inputs span{color:#718096;font-weight:500}.marketplace-main{display:flex;flex-direction:column;gap:1.5rem}.results-header{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;justify-content:space-between;padding:1.5rem}.results-info p{color:#4a5568;font-size:.875rem;margin:0}.sort-controls{align-items:center;display:flex;gap:.75rem}.sort-controls label{color:#4a5568;font-size:.875rem;font-weight:500}.sort-controls select{background:#fff;border:2px solid #e2e8f0;border-radius:6px;color:#4a5568;font-size:.875rem;padding:.5rem .75rem}.products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:3rem}.product-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-4px)}.product-link{display:block}.product-image{align-items:center;background:#f8f9fa;display:flex;height:200px;justify-content:center;overflow:hidden;position:relative}.product-image img{height:100%;object-fit:cover;transition:transform .3s;width:100%}.product-card:hover .product-image img{transform:scale(1.05)}.placeholder-image{color:#cbd5e0;font-size:4rem}.product-info{padding:.5rem!important}.product-info h3{color:#2d3748;font-size:1.1rem;font-weight:600;line-height:1.1;margin:0!important}.product-merchant{font-size:.8rem}.product-merchant,.product-price{line-height:1.1;margin:.05rem 0 0!important}.product-price{color:#38a169;font-size:1.3rem}.product-description{color:#4a5568;font-size:.8rem;line-height:1.1;margin:.05rem 0 0!important}.product-card .product-actions{background:#f8f9fa;border-top:1px solid #e2e8f0;display:flex;flex-direction:row;gap:.5rem;padding:.5rem!important}.product-card .product-actions .btn{align-items:center;display:flex;flex:1 1;justify-content:center;text-align:center;text-decoration:none}.marketplace-container .empty-state{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin:2rem 0;padding:4rem 2rem;text-align:center}.marketplace-container .empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.marketplace-container .empty-state h3{color:#2d3748;margin-bottom:1rem}.marketplace-container .empty-state p{color:#718096;margin-bottom:2rem}.marketplace-container .loading-spinner{align-items:center;color:#718096;display:flex;font-size:1.2rem;justify-content:center;min-height:50vh}@media (max-width:768px){.marketplace-layout{gap:1rem;grid-template-columns:1fr}.marketplace-sidebar{order:2;position:static}.marketplace-main{order:1}.results-header{align-items:stretch;flex-direction:column;gap:1rem}.sort-controls{justify-content:space-between}.products-grid{gap:1rem;grid-template-columns:1fr}}@media (max-width:1024px) and (min-width:769px){.products-grid{gap:1.25rem;grid-template-columns:repeat(2,1fr)}}.product-detail-container{background:#f8f9fa;min-height:100vh;padding-top:0}.breadcrumb{align-items:center;color:#718096;display:flex;font-size:.875rem;gap:.5rem;margin-bottom:2rem}.breadcrumb a{color:#667eea;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span:last-child{color:#2d3748;font-weight:500}.product-detail-content{grid-gap:4rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem;padding:2rem}.product-images{display:flex;flex-direction:column;gap:1rem}.main-image{align-items:center;background:#f8f9fa;border-radius:12px;display:flex;height:500px;justify-content:center;overflow:hidden;width:100%}.main-image img{height:100%;object-fit:cover;width:100%}.main-image .placeholder-image{color:#cbd5e0;font-size:6rem}.image-thumbnails{display:flex;gap:.75rem;overflow-x:auto}.image-thumbnails img{border:2px solid #0000;border-radius:8px;cursor:pointer;height:80px;object-fit:cover;transition:border-color .2s;width:80px}.image-thumbnails img.active,.image-thumbnails img:hover{border-color:#667eea}.product-info{display:flex;flex-direction:column;gap:2rem}.product-header h1{color:#2d3748;font-size:2rem;font-weight:700;margin-bottom:.5rem}.merchant-name{color:#718096;font-size:1rem;margin-bottom:1rem}.stars{color:#f6ad55;font-size:1.2rem}.rating-text{font-size:.875rem}.product-price{align-items:center;display:flex;gap:1rem}.current-price{color:#38a169;font-size:2.5rem;font-weight:700}.original-price{color:#718096;font-size:1.5rem;text-decoration:line-through}.product-stock{margin:1rem 0}.in-stock{color:#38a169;font-weight:600}.low-stock{color:#f6ad55;font-weight:600}.out-of-stock{color:#e53e3e;font-weight:600}.product-actions{border-bottom:1px solid #e2e8f0;border-top:1px solid #e2e8f0;flex-direction:column;gap:2rem;padding:2rem 0}.quantity-selector{align-items:center;display:flex;gap:1rem}.quantity-selector label{color:#4a5568;font-weight:600}.quantity-controls{align-items:center;border:2px solid #e2e8f0;border-radius:8px;display:flex;overflow:hidden}.quantity-controls button{background:#f7fafc;border:none;color:#4a5568;cursor:pointer;font-size:1.2rem;font-weight:600;padding:.75rem 1rem;transition:background-color .2s}.quantity-controls button:hover:not(:disabled){background:#edf2f7}.quantity-controls button:disabled{cursor:not-allowed;opacity:.5}.quantity-controls span{color:#2d3748;font-weight:600;min-width:60px;padding:.75rem 1.5rem;text-align:center}.action-buttons{display:flex;gap:1rem}.btn-lg{font-size:1.1rem;font-weight:600;padding:1rem 2rem}.product-features{display:flex;flex-direction:column;gap:1rem}.feature{align-items:center;display:flex;gap:1rem}.feature .icon{font-size:1.5rem}.feature strong{color:#2d3748;font-size:1rem}.feature p{color:#718096;font-size:.875rem;margin:0}.product-tabs{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:4rem}.tab-headers{border-bottom:1px solid #e2e8f0;display:flex}.tab-headers button{background:none;border:none;border-bottom:3px solid #0000;color:#718096;cursor:pointer;font-size:1rem;font-weight:600;padding:1.5rem 2rem;transition:all .2s}.tab-headers button:hover{color:#667eea}.tab-headers button.active{border-bottom-color:#667eea;color:#667eea}.tab-content{padding:2rem}.tab-content h3{color:#2d3748;margin-bottom:1.5rem}.product-tags{margin-top:2rem}.product-tags h4{color:#4a5568;margin-bottom:1rem}.tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#edf2f7;border-radius:20px;color:#4a5568;font-size:.875rem;font-weight:500;padding:.5rem 1rem}.specs-table{border-collapse:collapse;width:100%}.specs-table td{border-bottom:1px solid #e2e8f0;padding:1rem}.specs-table td:first-child{color:#4a5568;font-weight:600;width:30%}.specs-table td:last-child{color:#2d3748}.reviews-summary{margin-bottom:2rem}.rating-overview{align-items:center;background:#f7fafc;border-radius:12px;display:flex;flex-direction:column;padding:2rem;text-align:center}.big-rating{color:#2d3748;font-size:3rem;font-weight:700}.stars-large{color:#f6ad55;font-size:2rem;margin:.5rem 0}.review-placeholder{color:#718096;padding:3rem;text-align:center}.related-products{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:2rem;text-align:center}.related-products h3{color:#2d3748;margin-bottom:1rem}.error-message{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin:2rem 0;padding:4rem 2rem;text-align:center}.error-message h2{color:#2d3748;margin-bottom:1rem}.error-message p{color:#718096;margin-bottom:2rem}@media (max-width:768px){.product-detail-content{gap:2rem;grid-template-columns:1fr;padding:1rem}.main-image{height:300px}.product-header h1{font-size:1.5rem}.current-price{font-size:2rem}.action-buttons{flex-direction:column}.tab-headers{overflow-x:auto}.tab-headers button{padding:1rem 1.5rem;white-space:nowrap}}.checkout-container{background:#f8f9fa;min-height:100vh;padding:1rem 0}.checkout-header{margin-bottom:1.5rem;text-align:center}.checkout-header h1{color:#2d3748;font-size:1.75rem;margin-bottom:1rem}.checkout-progress{margin:0 auto;max-width:800px}.progress-steps{align-items:center;display:flex;justify-content:space-between;position:relative}.progress-steps:before{background:#e2e8f0;content:"";height:2px;left:0;position:absolute;right:0;top:16px;z-index:1}.progress-step{flex-direction:column;position:relative;z-index:2}.progress-step,.step-number{align-items:center;display:flex}.step-number{background:#e2e8f0;border-radius:50%;color:#718096;font-size:.875rem;font-weight:600;height:32px;justify-content:center;margin-bottom:.25rem;transition:all .3s;width:32px}.progress-step.active .step-number{background:#667eea;color:#fff}.step-label{color:#718096;font-size:.75rem;line-height:1.2;text-align:center}.progress-step.active .step-label{color:#2d3748;font-weight:600}.checkout-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 350px;margin:0 auto;max-width:1200px}.checkout-content.completed{grid-template-columns:1fr;max-width:800px}.checkout-main{display:flex;flex-direction:column}.checkout-step{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem}.checkout-step h2{color:#2d3748;margin-bottom:.5rem}.checkout-step p{color:#718096;margin-bottom:2rem}.checkout-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#2d3748;font-size:.875rem;font-weight:600}.form-group input,.form-group select{border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-actions{display:flex;gap:1rem;justify-content:space-between;margin-top:2rem}.btn-large{padding:1rem 2rem}.underwriting-step{padding:4rem 2rem;text-align:center}.loading-container{margin:0 auto;max-width:400px}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#667eea;height:60px;margin:0 auto 2rem;width:60px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-steps{margin-top:2rem;text-align:left}.loading-step{color:#4a5568;padding:.5rem 0}.loading-step.active{color:#38a169}.approved-step{text-align:center}.approval-container{margin:0 auto;max-width:600px}.approval-icon{font-size:4rem;margin-bottom:1rem}.approval-message{color:#4a5568;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.bnpl-terms{background:#f8f9fa;border-radius:12px;margin:2rem 0;padding:2rem;text-align:left}.bnpl-terms h3{color:#2d3748;margin-bottom:1.5rem}.terms-summary{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.term-item{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:.75rem 0}.term-label{color:#4a5568;font-weight:500}.term-value{font-weight:600}.payment-schedule h4,.term-value{color:#2d3748}.payment-item{grid-gap:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:grid;gap:1rem;grid-template-columns:1fr 2fr 1fr;margin-bottom:.5rem;padding:.75rem}.agreement-content{border:1px solid #e2e8f0;border-radius:8px;margin-bottom:2rem;max-height:400px;overflow-y:auto;padding:1.5rem}.agreement-text{color:#4a5568;line-height:1.6}.agreement-text h4{color:#2d3748;margin:1.5rem 0 1rem}.agreement-text ul{margin:1rem 0;padding-left:1.5rem}.agreement-text li{margin-bottom:.5rem}.agreement-checkbox{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;gap:1rem;margin-bottom:2rem;padding:1rem}.checkbox-label{align-items:center;color:#2d3748;cursor:pointer;display:flex;font-weight:500;gap:.75rem}.checkbox-label input[type=checkbox]{height:20px;width:20px}.completed-step{align-items:center;display:flex;justify-content:center;min-height:60vh;text-align:center}.completion-container{margin:0 auto;max-width:600px;width:100%}.completion-icon{font-size:4rem;margin-bottom:1rem}.completion-message{color:#4a5568;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.order-summary{background:#f8f9fa;border-radius:12px;margin:2rem 0;padding:2rem;text-align:left}.order-summary h3{color:#2d3748;margin-bottom:1.5rem}.summary-items{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.summary-item{grid-gap:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:grid;gap:1rem;grid-template-columns:2fr 1fr 1fr;padding:.75rem}.summary-total{border-top:2px solid #e2e8f0;font-size:1.2rem;padding-top:1rem;text-align:right}.next-steps{background:#f0f9ff;border-radius:12px;margin:2rem 0;padding:2rem;text-align:left}.next-steps h4{color:#2d3748;margin-bottom:1rem}.next-steps ul{list-style:none;padding:0}.next-steps li{color:#4a5568;padding:.5rem 0}.checkout-sidebar{height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:2rem}.order-summary-sidebar{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem}.order-summary-sidebar h3{color:#2d3748;margin-bottom:1.5rem}.sidebar-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.sidebar-item{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;font-size:.875rem;justify-content:space-between;padding:.75rem}.item-name{color:#2d3748;flex:1 1;font-weight:500}.item-quantity{color:#718096;margin:0 .5rem}.item-price{color:#38a169}.sidebar-total{border-top:2px solid #e2e8f0;padding-top:1rem}.total-line{align-items:center;color:#4a5568;display:flex;justify-content:space-between;padding:.5rem 0}.total-final{border-top:1px solid #e2e8f0;color:#2d3748;font-size:1.1rem;margin-top:.5rem;padding-top:1rem}.empty-checkout{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:0 auto;max-width:500px;padding:4rem 2rem;text-align:center}.empty-checkout h2{color:#2d3748;margin-bottom:1rem}.empty-checkout p{color:#718096;margin-bottom:2rem}@media (max-width:768px){.checkout-content{gap:2rem;grid-template-columns:1fr}.checkout-sidebar{order:-1;position:static}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.progress-steps{flex-wrap:wrap;gap:1rem}.step-label{display:none}.payment-item,.summary-item{grid-template-columns:1fr;text-align:center}}.cart-container{background:#f8f9fa;min-height:100vh;padding-top:2rem}.cart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.cart-header h1{color:#2d3748;font-size:2rem;font-weight:700}.empty-cart{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:4rem 2rem;text-align:center}.empty-cart-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-cart h2{color:#2d3748;margin-bottom:1rem}.empty-cart p{color:#718096;margin-bottom:2rem}.cart-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr;margin-bottom:2rem}.cart-items{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.cart-items-header{background:#f7fafc;color:#4a5568;font-size:.875rem;font-weight:600}.cart-item,.cart-items-header{grid-gap:1rem;border-bottom:1px solid #e2e8f0;display:grid;gap:1rem;grid-template-columns:2fr 1fr 1fr 1fr 50px;padding:1.5rem}.cart-item{align-items:center}.cart-item:last-child{border-bottom:none}.item-product{gap:1rem}.item-image,.item-product{align-items:center;display:flex}.item-image{background:#f8f9fa;border-radius:8px;flex-shrink:0;height:80px;justify-content:center;overflow:hidden;width:80px}.item-image img{height:100%;object-fit:cover;width:100%}.item-image .placeholder-image{color:#cbd5e0;font-size:2rem}.item-details h3{color:#2d3748;font-size:1rem;font-weight:600;margin-bottom:.25rem}.item-details p{color:#718096;font-size:.875rem;margin-bottom:.5rem}.view-product{color:#667eea;font-size:.875rem;font-weight:500;text-decoration:none}.view-product:hover{text-decoration:underline}.item-price{color:#2d3748;font-weight:600}.item-quantity .quantity-controls{align-items:center;border:2px solid #e2e8f0;border-radius:6px;display:flex;overflow:hidden;width:-webkit-fit-content;width:fit-content}.item-quantity .quantity-controls button{background:#f7fafc;border:none;color:#4a5568;cursor:pointer;font-weight:600;padding:.5rem .75rem;transition:background-color .2s}.item-quantity .quantity-controls button:hover:not(:disabled){background:#edf2f7}.item-quantity .quantity-controls button:disabled{cursor:not-allowed;opacity:.5}.item-quantity .quantity-controls span{color:#2d3748;font-weight:600;min-width:40px;padding:.5rem .75rem;text-align:center}.item-total{color:#38a169;font-weight:600}.remove-btn{align-items:center;background:#fed7d7;border:none;border-radius:50%;color:#e53e3e;cursor:pointer;display:flex;font-size:1.2rem;font-weight:600;height:32px;justify-content:center;transition:all .2s;width:32px}.remove-btn:hover{background:#feb2b2}.cart-summary{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:2rem}.summary-card{padding:2rem}.summary-card h3{color:#2d3748;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.summary-row{align-items:center;color:#4a5568;display:flex;justify-content:space-between;padding:.75rem 0}.summary-row span:last-child{font-weight:600}.summary-divider{background:#e2e8f0;height:1px;margin:1rem 0}.total-row{color:#2d3748;font-size:1.1rem;font-weight:700;padding:1rem 0}.shipping-notice{background:#f0fff4;border:1px solid #9ae6b4;border-radius:8px;margin:1rem 0;padding:1rem}.shipping-notice p{color:#38a169;font-size:.875rem;font-weight:500;margin:0}.btn-full{margin:1.5rem 0;width:100%}.security-badges{border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem}.security-badges .badge{align-items:center;color:#718096;display:flex;font-size:.875rem;gap:.5rem}.continue-shopping{margin-top:2rem}@media (max-width:768px){.cart-content{gap:1rem;grid-template-columns:1fr}.cart-items-header{display:none}.cart-item{gap:1rem;grid-template-columns:1fr;padding:1rem}.item-product{align-items:flex-start;flex-direction:column;text-align:center}.item-price,.item-quantity,.item-total{align-items:center;display:flex;justify-content:space-between;width:100%}.item-price:before{color:#718096;content:"Price: ";font-weight:400}.item-total:before{color:#718096;content:"Total: ";font-weight:400}.cart-summary{position:static}}.modern-marketplace{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.hero-content h1{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px #0000001a}.hero-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.hero-search{background:#fff;border-radius:50px;box-shadow:0 10px 30px #0000001a;display:flex;margin:0 auto;max-width:600px;padding:.5rem}.hero-search-input{flex:1 1;font-size:1rem;outline:none}.hero-search-btn,.hero-search-input{border:none;border-radius:50px;padding:1rem 1.5rem}.hero-search-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;cursor:pointer;font-size:1.2rem;transition:transform .2s}.hero-search-btn:hover{transform:scale(1.05)}.featured-section{background:#fff;padding:4rem 0}.section-title{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.featured-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.featured-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;overflow:hidden;position:relative;transition:transform .3s,box-shadow .3s}.featured-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.featured-image{height:200px;overflow:hidden;position:relative}.featured-image img{height:100%;object-fit:cover;transition:transform .3s;width:100%}.featured-card:hover .featured-image img{transform:scale(1.1)}.featured-badge{background:linear-gradient(135deg,#ff6b6b,#ee5a24);border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;padding:.5rem 1rem;position:absolute;right:1rem;top:1rem}.featured-info{padding:1.5rem}.featured-info h3{color:#2d3748;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.featured-price{color:#667eea;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.featured-rating{color:gold;font-size:1.2rem}.shopping-section{background:#f8f9fa;padding:4rem 0}.shopping-layout{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:300px 1fr}.modern-sidebar{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;height:-webkit-fit-content;height:fit-content;padding:2rem;position:-webkit-sticky;position:sticky;top:2rem}.sidebar-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.sidebar-header h3{color:#2d3748;font-size:1.5rem;font-weight:700}.clear-filters{background:none;border:2px solid #667eea;border-radius:20px;color:#667eea;cursor:pointer;font-size:.8rem;padding:.5rem 1rem;transition:all .2s}.clear-filters:hover{background:#667eea;color:#fff}.filter-section{margin-bottom:2rem}.filter-section h4{color:#4a5568;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.category-grid,.price-grid{display:flex;flex-direction:column;gap:.5rem}.category-chip,.price-chip{background:#f7fafc;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;font-size:.9rem;padding:.75rem 1rem;text-align:left;transition:all .2s}.category-chip:hover,.price-chip:hover{background:#edf2f7;border-color:#667eea}.category-chip.active,.price-chip.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.shopping-main{display:flex;flex-direction:column;gap:2rem}.shopping-toolbar{align-items:center;background:#fff;border-radius:15px;box-shadow:0 5px 15px #00000014;display:flex;justify-content:space-between;padding:1.5rem}.results-info{align-items:center;color:#4a5568;display:flex;font-weight:500;gap:1rem}.filter-tag{background:#667eea;border-radius:15px;color:#fff;font-size:.8rem;padding:.25rem .75rem}.toolbar-controls{align-items:center;display:flex;gap:1rem}.view-toggle{background:#f7fafc;border-radius:10px;display:flex;padding:.25rem}.view-btn{background:none;border:none;border-radius:8px;cursor:pointer;font-size:1.2rem;padding:.5rem .75rem;transition:all .2s}.view-btn.active{background:#667eea;color:#fff}.sort-select{background:#fff;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;font-size:.9rem;padding:.75rem 1rem}.products-container.grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.products-container.list{display:flex;flex-direction:column;gap:1.5rem}.modern-product-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 8px #00000014;overflow:hidden;position:relative;transition:all .3s ease}.modern-product-card:hover{border-color:#cbd5e0;box-shadow:0 12px 24px #0000001f;transform:translateY(-4px)}.product-image-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;height:280px;justify-content:center;overflow:hidden;position:relative}.product-image{background:#fff;height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.modern-product-card:hover .product-image{transform:scale(1.08)}.product-image-placeholder{filter:brightness(2);font-size:5rem;opacity:.3}.wishlist-btn{align-items:center;background:#ffffffe6;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .2s;width:40px}.wishlist-btn:hover{background:#fff;transform:scale(1.1)}.stock-badge{border-radius:20px;bottom:1rem;font-size:.8rem;font-weight:600;left:1rem;padding:.5rem 1rem;position:absolute}.stock-badge.low{background:#fed7d7;color:#c53030}.stock-badge.out{background:#feb2b2;color:#9b2c2c}.product-details{padding:1.25rem}.product-link{color:inherit;text-decoration:none}.product-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1a202c;display:-webkit-box;font-size:1.1rem;font-weight:600;line-height:1.4;margin-bottom:.5rem;min-height:2.8rem;overflow:hidden;text-overflow:ellipsis}.product-merchant{color:#718096;font-weight:500}.product-merchant,.product-rating{font-size:.875rem;margin-bottom:.75rem}.product-rating{align-items:center;display:flex;gap:.5rem}.product-rating .stars{color:#fbbf24;letter-spacing:2px}.rating-count{color:#9ca3af;font-size:.875rem}.product-price{color:#667eea;font-size:1.5rem;font-weight:700;letter-spacing:-.5px;margin-bottom:1rem}.product-actions{display:flex;gap:.75rem}.add-to-cart-btn{align-items:center;background:#667eea;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:.9375rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1.25rem;transition:all .2s ease}.add-to-cart-btn:hover:not(:disabled){background:#5568d3;box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.add-to-cart-btn:active:not(:disabled){transform:translateY(0)}.add-to-cart-btn:disabled{background:#e2e8f0;color:#a0aec0;cursor:not-allowed}.quick-view-btn{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#667eea;display:flex;font-size:.9375rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1.25rem;text-decoration:none;transition:all .2s ease}.quick-view-btn:hover{background:#f7fafc;border-color:#667eea;color:#5568d3}.products-container.list .modern-product-card{display:flex;height:200px}.products-container.list .product-image-container{height:100%;width:250px}.products-container.list .product-details{flex:1 1;.shopping-layout{gap:2rem;grid-template-columns:250px 1fr}}@media (max-width:768px){.hero-content h1{font-size:2rem}.shopping-layout{gap:1rem;grid-template-columns:1fr}.modern-sidebar{order:2;position:static}.shopping-main{order:1}.shopping-toolbar{align-items:stretch;flex-direction:column;gap:1rem}.toolbar-controls{justify-content:space-between}.products-container.grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.products-container.list .modern-product-card{flex-direction:column;height:auto}.products-container.list .product-image-container{height:200px;width:100%}}.merchants-page{background:#f8f9fa;min-height:100vh}.merchants-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 0;text-align:center}.merchants-hero .hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px #0000001a}.merchants-hero .hero-content p{font-size:1.3rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.hero-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:800px}.hero-stats .stat{align-items:center;display:flex;flex-direction:column;gap:.5rem}.stat-number{color:gold;font-size:2.5rem;font-weight:700}.stat-label{font-size:1rem;opacity:.9}.merchants-logos-section{background:#fff;padding:5rem 0}.section-subtitle{color:#2d3748;font-size:2rem;font-weight:600;margin-bottom:3rem;text-align:center}.merchants-logos-grid{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.merchant-logo-card{align-items:center;background:#fff;border:2px solid #0000;border-radius:15px;box-shadow:0 5px 15px #00000014;color:inherit;display:flex;flex-direction:column;padding:2rem;text-decoration:none;transition:all .3s}.merchant-logo-card:hover{border-color:#667eea;box-shadow:0 15px 30px #00000026;transform:translateY(-5px)}.merchant-logo{filter:grayscale(100%);height:80px;margin-bottom:1rem;object-fit:contain;transition:filter .3s;width:80px}.merchant-logo-card:hover .merchant-logo{filter:grayscale(0)}.merchant-logo-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:80px;justify-content:center;margin-bottom:1rem;width:80px}.merchant-logo-card .merchant-name{color:#2d3748;font-size:1rem;font-weight:600;text-align:center}.merchants-directory{background:#f8f9fa;padding:5rem 0}.directory-header{margin-bottom:3rem;text-align:center}.directory-header h2{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.directory-header p{color:#718096;font-size:1.2rem}.directory-controls{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.search-bar{background:#fff;border-radius:50px;box-shadow:0 5px 15px #0000001a;display:flex;margin:0 auto;max-width:900px;padding:.5rem;width:100%}.search-input{flex:1 1;font-size:1rem;outline:none}.search-btn,.search-input{border:none;border-radius:50px;padding:1rem 1.5rem}.search-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;cursor:pointer;font-size:1.2rem;transition:transform .2s}.search-btn:hover{transform:scale(1.05)}.category-filters{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin:0 auto;max-width:900px}.category-filter{background:#fff;border:2px solid #e2e8f0;border-radius:25px;cursor:pointer;font-size:.9rem;font-weight:500;padding:.6rem 1.2rem;transition:all .2s;white-space:nowrap}.category-filter:hover{background:#edf2f7;border-color:#667eea}.category-filter.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.merchants-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.merchant-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;overflow:hidden;transition:all .3s}.merchant-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.merchant-card-link{color:inherit;display:block;height:100%;text-decoration:none}.merchant-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;padding:2rem}.merchant-avatar{object-fit:cover}.merchant-avatar,.merchant-avatar-placeholder{border-radius:50%;height:60px;margin-right:1rem;width:60px}.merchant-avatar-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;font-size:1.2rem;font-weight:700;justify-content:center}.merchant-info h3{color:#2d3748;font-size:1.3rem;font-weight:600;margin-bottom:.25rem}.merchant-type{color:#667eea;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.merchant-rating{align-items:center;display:flex;gap:.5rem}.stars{color:gold;font-size:1rem}.rating-text{color:#718096;font-size:.8rem}.merchant-description{padding:0 2rem 1rem}.merchant-description p{color:#4a5568;line-height:1.6}.merchant-stats{grid-gap:1rem;background:#f7fafc;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);padding:1rem 2rem}.stat-item{text-align:center}.stat-item .stat-value{color:#2d3748;display:block;font-size:1.2rem;font-weight:700}.stat-item .stat-label{color:#718096;font-size:.8rem;letter-spacing:.5px;text-transform:uppercase}.merchant-actions{padding:1.5rem 2rem}.btn-visit-store{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .2s;width:100%}.btn-visit-store:hover{box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.merchants-cta{background:linear-gradient(135deg,#2d3748,#4a5568);color:#fff;padding:5rem 0;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.btn-large{font-size:1.1rem;padding:1.25rem 2.5rem}@media (max-width:768px){.merchants-hero .hero-content h1{font-size:2.5rem}.hero-stats{gap:1rem;grid-template-columns:1fr}.merchants-logos-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.merchant-logo-card{padding:1rem}.merchant-logo,.merchant-logo-placeholder{height:60px;width:60px}.directory-controls{gap:1.5rem}.search-bar{max-width:100%}.category-filters{gap:.5rem;max-width:100%}.category-filter{font-size:.85rem;padding:.5rem 1rem}.merchants-grid{gap:1rem;grid-template-columns:1fr}.merchant-header{padding:1.5rem}.merchant-actions,.merchant-stats{padding:1rem 1.5rem}.cta-content h2{font-size:2rem}.hidden-mobile{display:none!important}.mobile-only{display:block!important}}@media (min-width:769px){.mobile-only{display:none!important}}.payment-plan{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;margin:2rem 0;padding:2rem}.payment-plan h3{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.payment-details{grid-gap:2rem;display:grid;gap:2rem}.payment-overview{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem}.payment-info{align-items:center;border-bottom:1px solid #f1f3f4;display:flex;justify-content:space-between;padding:.75rem 0}.payment-info:last-child{border-bottom:none;color:#2c3e50;font-size:1.1rem;font-weight:600}.payment-schedule{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem}.payment-schedule h4{color:#2c3e50;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.schedule-items{grid-gap:.75rem;display:grid;gap:.75rem}.schedule-item{grid-gap:1rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:grid;font-size:.95rem;gap:1rem;grid-template-columns:1fr 1fr 1fr;padding:.75rem}.schedule-item span:first-child{color:#495057;font-weight:600}.schedule-item span:last-child{color:#28a745;font-weight:600;text-align:right}.summary-breakdown{border-bottom:1px solid #e9ecef;border-top:1px solid #e9ecef;margin:1rem 0;padding:1rem 0}.summary-line{align-items:center;color:#6c757d;display:flex;justify-content:space-between;padding:.5rem 0}@media (max-width:768px){.payment-plan{margin:1.5rem 0;padding:1.5rem}.schedule-item{gap:.5rem;grid-template-columns:1fr}.schedule-item,.schedule-item span:last-child{text-align:center}}.nav-link{border-radius:6px;font-weight:500;padding:.5rem 1rem;position:relative;transition:all .2s ease}.nav-link:hover{background:#f7fafc;color:#667eea!important}.nav-link.active{background:#edf2f7;color:#667eea!important;font-weight:600}.nav-link.active:after{background:#667eea;border-radius:2px;bottom:-.5rem;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:30px}