.page{margin:0 auto;max-width:1320px;min-height:auto;padding:88px 24px 24px}.page-header{border:none;margin-bottom:24px;padding:0}.page-title{align-items:center;display:flex;font-size:24px;font-weight:800;gap:10px}.page-title .icon{font-size:28px}.stats-bar{display:grid;gap:14px;grid-template-columns:repeat(4,1fr);margin-bottom:24px}.stat-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:12px;padding:16px 18px;transition:all .3s ease}.stat-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.stat-icon{align-items:center;background-color:#dbeafe;border-radius:10px;color:#2563eb;display:flex;flex-shrink:0;font-size:20px;height:42px;justify-content:center;width:42px}.stat-icon.blue{background:#dbeafe;color:#2563eb}.stat-icon.purple{background:#ede9fe;color:#8b5cf6}.stat-icon.green{background:#d1fae5;color:#10b981}.stat-icon.gold{background:#fef3c7;color:#f59e0b}.stat-info{flex:1;min-width:0}.stat-value{color:#1e293b;font-size:22px;font-weight:800;line-height:1.2}.stat-label{color:#64748b;font-size:12px;margin-top:1px;white-space:nowrap}.filter-bar{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px;padding:0}.filter-tabs{background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:flex;gap:4px;padding:4px}.filter-tab{background:none;border:none;border-radius:8px;color:#64748b;cursor:pointer;font-size:14px;font-weight:500;padding:8px 24px;transition:all .2s ease;white-space:nowrap}.filter-tab.active{background:#2563eb;box-shadow:0 2px 8px #2563eb4d;color:#fff}.filter-tab:hover:not(.active){background:#f1f5f9;color:#1e293b}.product-grid{align-items:stretch;display:grid;gap:18px;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));margin-bottom:40px}.product-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;overflow:visible;padding:24px;position:relative;transition:all .3s ease}.product-card:hover{border-color:#dbeafe;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.product-card.selected{border-color:#2563eb;box-shadow:0 0 0 2px #dbeafe;transform:translateY(-2px)}.product-card-pending{opacity:.75}.product-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:16px}.product-series{color:#2563eb;font-size:12px;letter-spacing:1px;text-transform:uppercase}.product-name,.product-series{font-weight:700;margin-bottom:4px}.product-name{color:#1e293b;font-size:16px}.product-specs{color:#64748b;font-size:13px;line-height:1.5;margin-bottom:8px}.product-stock-tag{border-radius:100px;font-size:11px;font-weight:600;padding:3px 10px;white-space:nowrap}.product-stock-tag.instock{background:#d1fae5;color:#10b981}.product-stock-tag.pending{background:#fef3c7;color:#d97706}.product-stock-tag.delisted,.product-stock-tag.soldout{background:#f8fafc;border:1px solid #e2e8f0;color:#94a3b8}.product-listtime-badge{color:#d97706;font-size:12px;font-weight:600;white-space:nowrap}.product-price-area{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:12px}.product-price-label{color:#94a3b8;font-size:12px;margin-bottom:2px}.product-price{color:#1e293b;font-size:26px;font-weight:800}.product-price .unit{color:#64748b;font-size:14px;font-weight:500}.product-pack{color:#94a3b8;font-size:12px;margin-top:2px}.product-stock-info{color:#64748b;font-size:13px;text-align:right}.product-stock-num{font-weight:700}.product-footer{align-items:center;border-top:1px solid #f1f5f9;display:flex;gap:12px;justify-content:space-between;margin-top:auto;padding-top:16px}.product-footer .meta{color:#64748b;font-size:12px}.btn-add-cart{background:linear-gradient(135deg,#8b5cf6,#6d28d9);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 20px;transition:all .2s ease;white-space:nowrap}.btn-add-cart:hover{background:#8b5cf6;box-shadow:0 4px 12px #8b5cf666;transform:translateY(-1px)}.btn-add-cart:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed;transform:none}.btn-buy-now{background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 20px;transition:all .2s ease;white-space:nowrap}.btn-buy-now:hover{background:#ea580c;box-shadow:0 4px 12px #f9731666;transform:translateY(-1px)}.btn-buy-now:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed;transform:none}.cart-overlay{background:#0006;display:none;inset:0;opacity:1;position:fixed;visibility:visible;z-index:150}.cart-overlay.show{display:block}.cart-panel{background:#fff;bottom:0;box-shadow:-8px 0 30px #0000001a;display:flex;flex-direction:column;height:100vh;max-width:90vw;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;width:420px;z-index:151}.cart-panel.show{transform:translateX(0)}.cart-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;flex-shrink:0;justify-content:space-between;padding:20px 24px}.cart-header .cart-title,.cart-header h2{font-size:18px;font-weight:700;margin:0}.cart-close,.cart-close-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:16px;height:32px;justify-content:center;transition:all .2s ease;width:32px}.cart-close-btn:hover,.cart-close:hover{background:#f8fafc;color:#1e293b}.cart-body{flex:1;overflow-y:auto;padding:16px 24px}.cart-empty{color:#94a3b8;padding:60px 20px;text-align:center}.cart-empty .icon,.cart-empty-icon{font-size:48px;margin-bottom:12px}.cart-empty-text{color:#94a3b8;font-size:14px}.cart-empty-link{color:#2563eb;display:inline-block;font-weight:500;margin-top:12px;text-decoration:none}.cart-item{align-items:flex-start;border-bottom:1px solid #f1f5f9;display:flex;gap:12px;padding:16px 0}.cart-item-info{flex:1;min-width:0}.cart-item-model,.cart-item-name{color:#1e293b;font-size:14px;font-weight:600;margin-bottom:4px}.cart-item-specs{color:#64748b;font-size:12px;margin-bottom:6px}.cart-item-price{color:#64748b;font-size:13px}.cart-item-price strong{color:#ef4444;font-size:15px}.cart-item-subtotal{align-self:center;color:#ef4444;font-size:13px;font-weight:600;white-space:nowrap}.cart-item-qty{flex-shrink:0;gap:6px}.cart-item-qty,.qty-btn{align-items:center;display:flex}.qty-btn{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#1e293b;cursor:pointer;font-size:16px;height:28px;justify-content:center;transition:all .2s ease;width:28px}.qty-btn:hover{background:#f1f5f9}.qty-btn:disabled{cursor:not-allowed;opacity:.3}.qty-val{background:#fff;border:1px solid #e2e8f0;border-radius:4px;font-size:14px;font-weight:600;height:28px;outline:none;padding:0 2px;text-align:center;width:44px}.qty-val:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.qty-input{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#1e293b;font-size:14px;font-weight:600;padding:4px;text-align:center;width:48px}.qty-unit{color:#64748b;font-size:12px}.cart-item-remove{align-self:center;color:#ef4444;cursor:pointer;font-size:12px;padding:4px 8px;white-space:nowrap}.cart-item-remove:hover{text-decoration:underline}.cart-footer{border-top:1px solid #e2e8f0;flex-shrink:0;padding:16px 24px}.cart-item-check-wrap{flex-shrink:0;padding-top:2px}.cart-item-check{accent-color:#2563eb;cursor:pointer;height:16px;width:16px}.cart-item-check:disabled{cursor:not-allowed;opacity:.4}.cart-item-out-of-stock{opacity:.6}.cart-item-stock-tip{color:#ef4444;font-size:12px;margin-top:2px}.cart-select-all-row{border-bottom:1px solid #f1f5f9;color:#64748b;font-size:13px;margin-bottom:8px;padding-bottom:8px}.cart-select-all-row label{align-items:center;cursor:pointer;display:flex;gap:6px}.cart-select-all-row input{accent-color:#2563eb;height:16px;width:16px}.cart-total-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.cart-actual-row,.cart-discount-row{display:none}.cart-total-label{color:#64748b;font-size:14px}.cart-total-price{color:#ef4444;font-size:22px;font-weight:800}.cart-total-price .unit{font-size:13px;font-weight:500}.btn-checkout{background:linear-gradient(135deg,#8b5cf6,#6d28d9);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:14px;transition:all .2s ease;width:100%}.btn-checkout:hover{box-shadow:0 4px 16px #8b5cf666;transform:translateY(-1px)}.btn-checkout:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed;transform:none}.btn-clear-cart{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:13px;margin-top:8px;padding:8px;width:100%}.btn-clear-cart:hover{color:#ef4444}.modal-overlay{align-items:center;background:#0006;display:none;inset:0;justify-content:center;opacity:1;position:fixed;visibility:visible;z-index:300}.modal-overlay.show{display:flex}.modal{background:#fff;border-radius:16px;box-shadow:0 8px 24px #0000001a;max-height:85vh;max-width:90vw;overflow-y:auto;padding:32px;transform:none;width:560px}.modal h3{font-size:18px;font-weight:700;margin-bottom:8px}.modal p{color:#64748b;font-size:14px;line-height:1.8;margin-bottom:20px}.modal .form-group{margin-bottom:16px}.modal .form-group label{color:#1e293b;display:block;font-size:13px;font-weight:600;margin-bottom:6px}.modal .form-group input,.modal .form-group select,.modal .form-group textarea{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#1e293b;font-size:14px;outline:none;padding:10px 14px;transition:all .2s ease;width:100%}.modal .form-group input:focus,.modal .form-group select:focus,.modal .form-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #dbeafe}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}.checkout-items{background:#f8fafc;border-radius:8px;margin-bottom:16px;max-height:240px;overflow-y:auto;padding:16px}.checkout-item{border-bottom:1px solid #f1f5f9;display:block;font-size:13px;padding:10px 0}.checkout-item .name{margin-right:10px}.checkout-item:last-child{border-bottom:none}.checkout-item-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.checkout-item-head .name{flex:1;font-weight:500}.checkout-item-head .unit-price{color:#64748b;font-size:12px}.checkout-qty-row{align-items:center;display:flex;gap:6px}.checkout-qty-row .qty-btn{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:14px;height:24px;line-height:1;width:24px}.checkout-qty-row .qty-btn:hover{border-color:#2563eb;color:#2563eb}.checkout-qty-row .qty-input{border:1px solid #e2e8f0;border-radius:8px;font-size:13px;height:24px;text-align:center;width:56px}.checkout-qty-row .qty-input:focus{border-color:#2563eb;outline:none}.checkout-qty-row .qty-limit{color:#64748b;font-size:11px}.qty-product-info{background:#f8fafc;border-radius:8px;margin-bottom:20px;padding:14px 18px}.qty-product-info .name{font-size:15px;font-weight:700;margin-bottom:4px}.qty-product-info .meta{color:#64748b;font-size:13px}.quick-qty{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.quick-qty-btn{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:12px;font-weight:600;padding:5px 14px;transition:all .2s ease}.quick-qty-btn.active,.quick-qty-btn:hover{background:#dbeafe;border-color:#2563eb;color:#2563eb}.quick-qty-btn.active{box-shadow:0 0 0 2px #dbeafe}.qty-total{background:#f5f3ff;border-radius:10px;justify-content:space-between;margin-top:16px;padding:14px 18px}.load-more-status,.qty-total{align-items:center;color:#64748b;display:flex;font-size:14px}.load-more-status{gap:8px;justify-content:center;padding:20px;text-align:center}.loading-spinner{animation:spin .8s linear infinite;border:2px solid #e2e8f0;border-radius:50%;border-top-color:#2563eb;display:inline-block;height:18px;width:18px}@keyframes spin{to{transform:rotate(1turn)}}.load-end-text{color:#94a3b8;font-size:13px}.empty{align-items:normal;color:#94a3b8;display:block;flex-direction:row;justify-content:normal;padding:80px 20px;text-align:center}.empty-icon{color:#94a3b8;font-size:56px;margin-bottom:16px}.empty h3{color:#64748b;font-size:18px;font-weight:600;margin-bottom:8px}.empty p{color:#94a3b8;font-size:14px}@media (max-width:1000px){.stats-bar{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.stats-bar{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:1fr}.page{padding:80px 16px 16px}.stat-card{padding:12px 14px}.stat-value{font-size:20px}.stat-icon{font-size:18px;height:36px;width:36px}.product-card{padding:18px}.search-box{margin-left:0;max-width:100%;width:100%}.filter-bar{align-items:stretch;flex-direction:column}.filter-tabs{overflow-x:auto}}