:root{--primary-color: #FF5733;--text-color: #2C3E50;--light-text: #95A5A6;--bg-color: #FFFFFF;--shadow-color: rgba(0, 0, 0, .1)}.product-card-v2{position:relative;background-color:var(--bg-color);border-radius:20px;overflow:hidden;box-shadow:0 4px 16px #00000014;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);will-change:transform;border:1px solid rgba(0,0,0,.06)}.product-card-v2:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 16px 32px #0000001f}.product-card-v2:before{display:none}.product-card-v2:hover:before{display:none}.product-card-v2:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;opacity:0;transition:opacity .4s ease;pointer-events:none;border-radius:0 0 20px 20px;z-index:2}.product-card-v2:hover:after{opacity:1}.card-image-wrapper{position:relative;width:100%;padding-bottom:125%;overflow:hidden;background-color:#f5f7f9}.card-product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.175,.885,.32,1.275)}.product-card-v2:hover .card-product-image{transform:scale(1.05)}.card-discount-badge{position:absolute;top:12px;left:0;background:linear-gradient(135deg,var(--primary-color) 0%,#E64A2D 100%);color:#fff;padding:6px 12px;border-radius:0 8px 8px 0;font-size:12px;font-weight:700;letter-spacing:.5px;box-shadow:0 4px 12px #ff573366;z-index:5;transition:all .3s ease}.product-card-v2:hover .card-discount-badge{transform:translate(3px);box-shadow:0 6px 16px #ff573380}.card-wishlist-btn{position:absolute;top:12px;right:12px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 12px #0000001a}.card-wishlist-btn:hover{background:#fff;transform:scale(1.1);box-shadow:0 6px 16px #00000026}.card-info-block{padding:15px 12px 12px;position:relative;z-index:3}.card-rating{display:flex;align-items:center;gap:4px;margin-bottom:2px}.card-star{font-size:10px}.card-rating-value{font-size:12px;font-weight:700;color:var(--text-color)}.card-reviews{font-size:11px;color:var(--light-text)}.card-title{font-size:14px;font-weight:600;color:var(--text-color);margin:0 0 2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.3;height:2.6em}.card-price-action-row{display:flex;align-items:flex-end;justify-content:space-between;margin-top:-10px}.card-price-box{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.card-price{font-size:18px;font-weight:800;color:#ff6b35;line-height:1}.card-old-price{font-size:12px;color:var(--light-text);text-decoration:line-through;line-height:1}.card-add-to-cart-btn{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#000,#1a1a1a);color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 12px #0000004d;position:relative;overflow:hidden}.card-add-to-cart-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s,height .4s}.card-add-to-cart-btn:hover:before{width:100%;height:100%}.card-add-to-cart-btn:hover{background:linear-gradient(135deg,#1a1a1a,#000);transform:scale(1.08);box-shadow:0 6px 20px #0006}.product-list{padding:0;margin:0;scroll-margin-top:120px;min-height:400px}.filter-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#ff6b35,#ff8a5b);color:#fff;padding:10px 16px;border-radius:20px;font-size:14px;font-weight:600;margin:8px 16px;box-shadow:0 4px 12px #ff6b354d}.filter-count{background:#fff3;padding:2px 8px;border-radius:10px;font-size:12px}.section-header{display:flex;justify-content:space-between;align-items:center;padding:0 18px 8px}.section-title{font-size:20px;font-weight:700;color:#000}.see-all-button{margin-bottom:2px;display:flex;align-items:center;gap:4px;background:none;border:none;color:#ff6b35;font-size:14px;font-weight:600;cursor:pointer}.see-all-button:hover{gap:8px}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:0 16px}.no-products{text-align:center;padding:60px 20px}.no-products-icon{font-size:64px;margin-bottom:16px;opacity:.3}.no-products h3{font-size:18px;font-weight:700;margin-bottom:8px}.loading-container{display:flex;flex-direction:column;align-items:center;padding:60px 20px}.spinner{width:40px;height:40px;border:4px solid #f0f0f0;border-top-color:#ff6b35;border-radius:50%;animation:spin .8s linear infinite}@media (min-width: 768px){.product-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media (min-width: 1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.order-success-container{text-align:center;padding:40px 20px}.success-icon{width:70px;height:70px;color:#4caf50;margin-bottom:20px}.success-title{font-size:24px;font-weight:700;margin-bottom:10px}.success-message{font-size:16px;color:#666;margin-bottom:30px}.success-home-btn{display:inline-flex;align-items:center;gap:8px;background:#ff6b35;color:#fff;border:none;padding:10px 20px;font-size:16px;border-radius:8px;cursor:pointer}.order-success-page{padding:20px;max-width:600px;margin:0 auto;min-height:100vh;background:#f5f5f5}.success-header{text-align:center;padding:30px 20px;background:#fff;border-radius:12px;margin-bottom:20px}.success-title{font-size:24px;font-weight:700;color:#2c3e50;margin:20px 0 10px}.success-subtitle{font-size:16px;color:#7f8c8d;margin:0}.order-details-card{background:#fff;border-radius:12px;padding:20px;margin-bottom:20px}.order-id-section{display:flex;align-items:center;gap:15px}.order-label{font-size:12px;color:#7f8c8d;margin:0 0 5px}.order-value{font-size:16px;font-weight:600;color:#2c3e50;margin:0}.order-divider{height:1px;background:#e0e0e0;margin:15px 0}.order-info-row{display:flex;align-items:flex-start;gap:12px}.order-total{display:flex;justify-content:space-between;align-items:center;padding:15px;background:#fff3e0;border-radius:8px}.total-label{font-size:16px;font-weight:600;color:#e65100}.total-value{font-size:20px;font-weight:700;color:#e65100}.order-items{margin-top:10px}.order-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #F0F0F0}.order-item:last-child{border-bottom:none}.order-item-image{width:60px;height:60px;object-fit:cover;border-radius:8px}.order-item-details{flex:1}.order-item-title{font-size:14px;font-weight:600;color:#2c3e50;margin:0 0 5px}.order-item-info{font-size:13px;color:#7f8c8d;margin:0}.order-item-variant{font-size:12px;color:#95a5a6;margin:5px 0 0}.order-item-total{font-size:16px;font-weight:600;color:#2c3e50}.success-actions{display:flex;flex-direction:column;gap:12px}.track-order-btn,.continue-shopping-btn{width:100%;padding:15px;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s}.track-order-btn{background:#ff6b35;color:#fff}.track-order-btn:hover{background:#e85a24}.continue-shopping-btn{background:#fff;color:#ff6b35;border:2px solid #FF6B35}.continue-shopping-btn:hover{background:#fff3e0}.searchPage{min-height:100vh;background-color:#f5f5f5;padding-bottom:64px}.searchContainer{background:#fff;padding:16px;border-bottom:1px solid #e0e0e0;position:sticky;top:44px;z-index:50}.searchInputWrapper{position:relative;display:flex;align-items:center}.searchIcon{position:absolute;left:16px}.searchInput{width:100%;padding:12px 48px;background:#f5f5f5;border:none;border-radius:12px;font-size:15px;outline:none}.clearBtn{position:absolute;right:16px;background:none;border:none;cursor:pointer;padding:8px}.searchContent{padding:20px 16px}.searchSection{margin-bottom:32px}.searchSectionTitle{font-size:16px;font-weight:700;color:#000;margin-bottom:12px;display:flex;align-items:center;gap:8px}.tagsList{display:flex;flex-wrap:wrap;gap:8px}.tag{padding:8px 16px;background:#fff;border:1px solid #e0e0e0;border-radius:20px;font-size:14px;cursor:pointer}.trendingTag{padding:8px 16px;background:#fff;border:1px solid #ff6b35;color:#ff6b35;border-radius:20px;font-size:14px;cursor:pointer}.resultsHeader{margin-bottom:16px}.resultsTitle{font-size:16px;font-weight:700}.searchProductGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.noResults{text-align:center;padding:60px 20px}.noResultsTitle{font-size:18px;font-weight:700;margin-top:16px;margin-bottom:8px}.noResultsText{font-size:14px;color:#666}.categories-wrapper{background:#fff;padding:12px 0 8px;position:sticky;top:52px;z-index:100;box-shadow:0 2px 8px #0000000a}.categories-container{display:flex;gap:10px;padding:0 16px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.categories-container::-webkit-scrollbar{display:none}.category-pill{display:flex;align-items:center;gap:6px;padding:10px 16px;border:2px solid transparent;border-radius:24px;background:#f8f8f8;color:#333;font-size:14px;font-weight:600;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;outline:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;opacity:0;transform:translateY(10px)}.category-pill.loaded{animation:slideUp .4s ease-out forwards}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}.category-icon{font-size:16px;transition:transform .3s ease}.category-name{font-size:14px;transition:all .3s ease}.category-pill.active{background:var(--category-color);color:#fff;border-color:var(--category-color);box-shadow:0 4px 12px #00000026;transform:scale(1.05)}.active-indicator{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:20px;height:3px;background:#fff;border-radius:2px 2px 0 0;animation:slideIn .3s ease-out}@keyframes slideIn{0%{width:0;opacity:0}to{width:20px;opacity:1}}.category-pill:hover:not(.active){background:var(--category-bg);border-color:var(--category-color);color:var(--category-color);transform:translateY(-2px);box-shadow:0 4px 8px #00000014}.category-pill:hover .category-icon{transform:scale(1.15) rotate(5deg)}.category-pill.active:hover{transform:scale(1.08);box-shadow:0 6px 16px #0003}.category-pill.active .category-icon{animation:bounce .6s ease infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.category-pill:active{transform:scale(.98)}.category-pill:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.category-pill:active:before{width:100%;height:100%}.category-pill.active:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}@media (max-width: 768px){.category-pill{padding:8px 14px;font-size:13px}.category-icon{font-size:14px}.categories-container{gap:8px;padding:0 12px}}.categories-wrapper:after{content:"";position:absolute;right:0;top:12px;bottom:8px;width:40px;background:linear-gradient(to left,#FFFFFF,transparent);pointer-events:none}.product-details-wrapper{min-height:100vh;background:#f8f9fa;padding-bottom:80px}.pd-toast{position:fixed;top:20px;left:50%;transform:translate(-50%);background:#27ae60;color:#fff;padding:12px 20px;border-radius:8px;display:flex;align-items:center;gap:10px;box-shadow:0 4px 12px #00000026;z-index:1000;animation:slideDown .3s ease-out;font-weight:500;font-size:14px}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.pd-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#f8f9fa}.spinner{width:50px;height:50px;border:4px solid #f0f0f0;border-top-color:#ff6b35;border-radius:50%;animation:spin .8s linear infinite}.pd-loading p{margin-top:16px;color:#666;font-size:16px}.pd-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px;background:#f8f9fa;text-align:center}.error-icon{font-size:80px;margin-bottom:20px}.pd-error h2{font-size:24px;color:#333;margin-bottom:10px}.pd-error p{color:#666;margin-bottom:30px}.pd-error button{padding:12px 30px;background:#ff6b35;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer}.product-image-section{background:#fff;padding-bottom:16px}.image-container{position:relative;width:100%;aspect-ratio:1;background:#f8f9fa;overflow:hidden}.product-main-image{width:100%;height:100%;object-fit:cover}.product-details-header{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;padding:16px;background:linear-gradient(180deg,rgba(0,0,0,.3) 0%,transparent 100%);z-index:10}.back-btn,.wishlist-btn{width:40px;height:40px;border-radius:50%;background:#fffffff2;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.back-btn:active,.wishlist-btn:active{transform:scale(.95)}.wishlist-btn.active{background:#fff3e0}.thumbnail-row{display:flex;gap:8px;padding:12px 16px 0;overflow-x:auto;scrollbar-width:none}.thumbnail-row::-webkit-scrollbar{display:none}.thumbnail-container{flex-shrink:0;width:60px;height:60px;border-radius:8px;border:2px solid #E0E0E0;overflow:hidden;cursor:pointer;transition:all .3s ease}.thumbnail-container.active{border-color:#ff6b35;box-shadow:0 2px 8px #ff6b354d}.thumbnail-img{width:100%;height:100%;object-fit:cover}.product-details-content{background:#fff;margin-top:8px;padding:20px}.product-header{margin-bottom:20px}.product-title{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:12px;line-height:1.4}.product-price-box{display:flex;align-items:center;gap:10px;margin-bottom:12px;flex-wrap:wrap}.product-price{font-size:26px;font-weight:700;color:#ff6b35}.product-old-price{font-size:16px;color:#999;text-decoration:line-through}.product-discount{background:#27ae60;color:#fff;padding:4px 10px;border-radius:4px;font-size:12px;font-weight:600}.rating-row{display:flex;align-items:center;gap:8px}.stars{display:flex;gap:2px}.rating-text{font-weight:600;color:#333;font-size:14px}.reviews-text{color:#999;font-size:13px}.features-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:20px 0;padding:14px;background:#f8f9fa;border-radius:10px}.feature-item{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.feature-item svg{color:#ff6b35}.feature-item span{font-size:11px;color:#666;font-weight:500;line-height:1.3}.pd-section{margin-bottom:24px}.section-title{font-size:15px;font-weight:700;color:#1a1a1a;margin-bottom:12px}.product-description{font-size:14px;line-height:1.7;color:#666}.pd-size-box{display:flex;gap:10px;flex-wrap:wrap}.pd-size{min-width:48px;padding:10px 14px;border:2px solid #E0E0E0;border-radius:8px;background:#fff;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.pd-size:active{transform:scale(.95)}.pd-size-active{border-color:#ff6b35;background:#fff3e0;color:#ff6b35}.pd-color-box{display:flex;gap:12px;flex-wrap:wrap}.pd-color{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer}.pd-color-dot{width:38px;height:38px;border-radius:50%;border:2px solid transparent;transition:all .2s ease}.pd-color:active .pd-color-dot{transform:scale(.95)}.pd-color-active .pd-color-dot{border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b3533}.color-name{font-size:12px;color:#666;font-weight:500}.pd-qty{display:inline-flex;align-items:center;gap:20px;background:#f8f9fa;padding:10px 20px;border-radius:10px}.pd-qty button{width:34px;height:34px;border-radius:50%;border:none;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #00000014}.pd-qty button:disabled{opacity:.4;cursor:not-allowed}.pd-qty button:active:not(:disabled){transform:scale(.9)}.pd-qty span{font-size:18px;font-weight:700;min-width:35px;text-align:center;color:#1a1a1a}.stock-info{font-size:13px;font-weight:500;color:#27ae60;margin-top:12px}.product-bottom-bar{position:fixed;bottom:0;left:0;right:0;display:flex;gap:10px;padding:10px 16px;background:#fff;box-shadow:0 -3px 10px #00000014;z-index:9999}.add-cart-btn{flex:1;padding:14px 20px;border:none;border-radius:12px;background:#ff6b35;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 3px 10px #ff6b3540}.add-cart-btn:active{transform:scale(.96);background:#e55a28}.buy-now-btn{flex:1;padding:14px 20px;border:none;border-radius:12px;background:#27ae60;color:#fff;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 10px #27ae6040}.buy-now-btn:active{transform:scale(.96);background:#229954}.buy-now-content{display:flex;align-items:center;gap:8px}.buy-text{font-size:14px;font-weight:600;color:#fff}.total-price{font-size:16px;font-weight:700;letter-spacing:-.3px;color:#fff!important}@media (min-width: 768px){.product-details-wrapper{padding:0;background:#f8f9fa}.pd-desktop-container{display:grid;grid-template-columns:1fr 1fr;gap:50px;max-width:1400px;margin:0 auto;padding:40px 30px}.product-image-section{position:sticky;top:20px;height:fit-content;background:transparent;padding:0}.image-container{border-radius:16px;box-shadow:0 4px 20px #00000014;margin-bottom:20px}.product-details-header{top:20px;left:20px;right:20px;padding:0;background:none}.back-btn,.wishlist-btn{width:48px;height:48px;background:#fffffffa;box-shadow:0 4px 12px #00000026}.thumbnail-row{margin-top:16px;padding:0;gap:12px;justify-content:center;margin-bottom:20px}.thumbnail-container{width:80px;height:80px}.product-bottom-bar{position:fixed;bottom:0;left:0;right:0;max-width:800px;margin:0 auto;padding:12px 20px;border-radius:18px 18px 0 0;box-shadow:0 -4px 15px #0000001a;background:#fff}.add-cart-btn,.buy-now-btn{padding:16px 24px;font-size:15px}.total-price{font-size:18px}.product-details-content{padding:30px;border-radius:16px;box-shadow:0 4px 20px #0000000f}.product-title{font-size:28px}.product-price{font-size:36px}}@media (min-width: 1200px){.pd-desktop-container{gap:70px;padding:50px 40px}.product-details-content{padding:40px}.product-title{font-size:32px}.product-price{font-size:40px}}@media (max-width: 480px){.product-details-wrapper{padding-bottom:100px}.image-container{aspect-ratio:.9}.product-details-header{padding:12px}.back-btn,.wishlist-btn{width:36px;height:36px}.thumbnail-row{gap:6px;padding:8px 12px 0}.thumbnail-container{width:50px;height:50px}.product-details-content{padding:16px}.product-title{font-size:18px}.product-price{font-size:22px}.product-bottom-bar{padding:10px 12px;gap:8px}.add-cart-btn{min-width:120px;font-size:13px;padding:12px 14px}.buy-now-btn{font-size:13px;padding:10px 16px}}.checkout-page{background:#f9fafb;min-height:100vh;padding-bottom:80px}.checkout-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:#fff;border-bottom:1px solid #E5E7EB;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.checkout-back{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s;color:#000}.checkout-back:hover{background:#f3f4f6}.checkout-title{font-size:24px;font-weight:600;color:#111827;margin:0}.checkout-desktop-container{max-width:1400px;margin:0 auto;padding:32px 24px;display:grid;grid-template-columns:1fr 420px;gap:32px;align-items:start}.checkout-left{background:#fff;border-radius:16px;padding:32px;box-shadow:0 1px 3px #00000014;border:1px solid #F3F4F6}.checkout-right{position:sticky;top:100px}.summary-box-sticky{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #00000014;border:1px solid #F3F4F6}.summary-header{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #F3F4F6}.summary-title{font-size:20px;font-weight:700;color:#111827;margin:0}.checkout-items-list{max-height:350px;overflow-y:auto;margin-bottom:20px;padding-right:4px}.checkout-items-list::-webkit-scrollbar{width:6px}.checkout-items-list::-webkit-scrollbar-track{background:#f3f4f6;border-radius:10px}.checkout-items-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.checkout-items-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.checkout-item-card{display:flex;gap:14px;padding:14px;background:#f9fafb;border-radius:10px;margin-bottom:12px;border:1px solid #F3F4F6;transition:all .2s}.checkout-item-card:hover{background:#f3f4f6;border-color:#e5e7eb}.checkout-item-img{width:70px;height:70px;object-fit:cover;border-radius:8px;flex-shrink:0;border:1px solid #E5E7EB}.checkout-item-details{flex:1;min-width:0}.checkout-item-name{font-size:15px;font-weight:600;color:#111827;margin:0 0 6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkout-item-meta{font-size:13px;color:#6b7280;margin:0 0 4px}.checkout-item-qty{font-size:13px;color:#9ca3af;margin:0}.checkout-item-price{font-size:16px;font-weight:700;color:#111827;flex-shrink:0}.checkout-progress{display:flex;align-items:center;justify-content:center;margin-bottom:32px;padding:20px 0}.progress-step{display:flex;flex-direction:column;align-items:center;gap:8px}.progress-circle{width:40px;height:40px;border-radius:50%;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;transition:all .3s}.progress-circle.active{background:#ff6b35;color:#fff}.progress-label{font-size:13px;font-weight:500;color:#6b7280}.progress-line{width:60px;height:2px;background:#e5e7eb;margin:0 16px 28px}.checkout-form{margin-bottom:24px}.section-header{display:flex;align-items:center;gap:10px;margin-bottom:20px}.section-title{font-size:18px;font-weight:600;color:#111827;margin:0}.input-group{margin-bottom:16px}.input-label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.input-box{width:100%;padding:12px 16px;border:1px solid #D1D5DB;border-radius:8px;font-size:15px;color:#111827;transition:all .2s;box-sizing:border-box;font-family:inherit}.input-box:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 4px #ff6b351a}.row-input{display:grid;grid-template-columns:1fr 1fr;gap:16px}.payment-info{padding:12px;border-radius:8px;margin-top:10px;font-size:14px}.payment-info p{margin:0}.cod-info{background:#fff3e0;color:#e65100}.online-info{background:#e3f2fd;color:#1565c0}.address-review{padding:16px;background:#f5f5f5;border-radius:8px;font-size:14px;line-height:1.6}.address-name{margin:0 0 8px;font-weight:600;color:#111827}.address-line{margin:0 0 4px;color:#374151}.address-phone{margin:0;color:#6b7280}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;font-size:15px}.summary-label{color:#6b7280;display:flex;align-items:center;font-weight:400}.summary-value{color:#111827;font-weight:600}.summary-bold{font-weight:700;font-size:18px;color:#111827}.total-price{color:#ff6b35;font-size:24px;font-weight:700}.summary-divider{height:1px;background:#e5e7eb;margin:16px 0}.summary-total{padding:16px 0 8px;margin-top:8px;border-top:2px solid #F3F4F6}.checkout-footer{margin-top:24px}.checkout-footer-desktop{display:none}.checkout-footer-mobile{position:fixed;bottom:0;left:0;right:0;padding:16px 20px;background:#fff;border-top:1px solid #E5E7EB;z-index:100}.checkout-btn{width:100%;padding:16px 24px;background:linear-gradient(135deg,#ff6b35,#e85a2a);color:#fff;border:none;border-radius:12px;font-size:17px;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #ff6b3540}.checkout-btn:hover:not(:disabled){background:linear-gradient(135deg,#e85a2a,#d74e21);transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3559}.checkout-btn:active:not(:disabled){transform:translateY(0)}.checkout-btn:disabled{cursor:not-allowed;opacity:.6;transform:none!important}@media (min-width: 1024px){.checkout-page{padding-bottom:0}.checkout-footer-desktop{display:block}.checkout-footer-mobile{display:none}.checkout-desktop-container{padding:32px 24px}.checkout-left{padding:32px}.checkout-items-list{max-height:400px}}@media (max-width: 1023px){.checkout-desktop-container{grid-template-columns:1fr;padding:16px}.checkout-right{position:static;order:2}.checkout-left{order:1;padding:20px}.summary-box-sticky{margin-bottom:80px}.checkout-items-list{max-height:250px}.row-input{grid-template-columns:1fr}.checkout-header{padding:16px 20px}.checkout-title{font-size:20px}}@media (max-width: 640px){.checkout-left,.summary-box-sticky{padding:16px;border-radius:12px}.checkout-item-img{width:60px;height:60px}.checkout-item-name{font-size:14px}.checkout-item-price{font-size:15px}.summary-title{font-size:18px}.total-price{font-size:20px}}.empty-checkout{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:40px 20px;text-align:center}.empty-checkout h2{font-size:24px;font-weight:600;color:#111827;margin:24px 0 12px}.empty-checkout p{font-size:16px;color:#6b7280;margin:0 0 32px;max-width:400px}.shop-now-btn{padding:14px 32px;background:linear-gradient(135deg,#ff6b35,#e85a2a);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #ff6b3540}.shop-now-btn:hover{background:linear-gradient(135deg,#e85a2a,#d74e21);transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3559}.spinner-small{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;margin-right:8px}.admin-register-container{min-height:100vh;background:linear-gradient(135deg,#e0e7ff,#fdf4ff,#fce7f3);display:flex;align-items:center;justify-content:center;padding:1rem}.admin-register-card{background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:28rem;padding:2rem}.register-header{text-align:center;margin-bottom:2rem}.shield-icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;background-color:#e0e7ff;border-radius:9999px;margin-bottom:1rem;color:#4f46e5}.register-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.register-subtitle{color:#6b7280;margin:0}.message-box{margin-bottom:1.5rem;padding:1rem;border-radius:.5rem;border:1px solid}.error-box{background-color:#fef2f2;border-color:#fecaca}.success-box{background-color:#f0fdf4;border-color:#bbf7d0}.message-text{margin:0;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.error-box .message-text{color:#b91c1c}.success-box .message-text{color:#15803d}.register-form{display:flex;flex-direction:column;gap:1.25rem}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:.75rem;color:#9ca3af;pointer-events:none}.form-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .2s}.form-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.form-input:disabled{background-color:#f3f4f6;cursor:not-allowed}.password-input{padding-right:3rem}.toggle-password{position:absolute;right:.75rem;background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .2s}.toggle-password:hover{color:#4b5563}.toggle-password:disabled{cursor:not-allowed;opacity:.5}.submit-button{width:100%;background-color:#4f46e5;color:#fff;padding:.75rem;border-radius:.5rem;border:none;font-weight:600;font-size:1rem;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.spinner{width:1.25rem;height:1.25rem;border:2px solid white;border-top-color:transparent;border-radius:9999px;animation:spin 1s linear infinite}.register-footer{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.footer-text{text-align:center;font-size:.875rem;color:#6b7280}.link-button{background:none;border:none;color:#4f46e5;font-weight:600;cursor:pointer;padding:0;transition:color .2s}.link-button:hover{color:#4338ca}.back-button{width:100%;background:none;border:none;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;padding:.5rem;transition:color .2s}.back-button:hover{color:#1f2937}.mobile-menu-button{display:none;position:fixed;top:1rem;left:1rem;z-index:50;background-color:#4f46e5;color:#fff;border:none;width:3rem;height:3rem;border-radius:.5rem;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a;transition:background-color .2s}.mobile-menu-button:hover{background-color:#4338ca}.mobile-menu-button:active{transform:scale(.95)}.menu-icon{font-size:1.5rem;display:flex;align-items:center;justify-content:center}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:45;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.admin-sidebar{position:fixed;left:0;top:0;height:100vh;width:16rem;background-color:#fff;border-right:1px solid #e5e7eb;box-shadow:2px 0 8px #0000001a;z-index:46;display:flex;flex-direction:column;transition:transform .3s ease}.sidebar-header{padding:1.25rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#4f46e5,#7c3aed);flex-shrink:0}.header-title{display:flex;align-items:center;gap:.5rem}.header-icon{font-size:1.5rem}.header-text{font-size:1.25rem;font-weight:700;color:#fff;margin:0}.admin-name{font-size:.875rem;color:#c7d2fe;margin:.5rem 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-email{font-size:.75rem;color:#e0e7ff;margin:.25rem 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-nav{padding:1rem;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.25rem}.nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;transition:all .2s;text-decoration:none;color:#374151;border-left:4px solid transparent;white-space:nowrap}.nav-link:hover{background-color:#f3f4f6}.nav-link-active{background-color:#eef2ff;border-left-color:#4f46e5;color:#4338ca;font-weight:600;box-shadow:0 1px 2px #0000000d}.nav-icon{font-size:1.25rem;flex-shrink:0}.nav-label{font-size:.875rem}.sidebar-footer{padding:1rem;border-top:1px solid #e5e7eb;background-color:#fff;flex-shrink:0}.logout-button{width:100%;background-color:#dc2626;color:#fff;padding:.75rem 1rem;border-radius:.5rem;border:none;font-weight:600;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 2px 4px #0000001a}.logout-button:hover{background-color:#b91c1c}.logout-button:active{transform:scale(.98)}.logout-icon{font-size:1.125rem}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.sidebar-nav::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width: 768px){.mobile-menu-button{display:flex;align-items:center;justify-content:center}.sidebar-overlay{display:block}.admin-sidebar{transform:translate(-100%);box-shadow:none}.admin-sidebar.sidebar-open{transform:translate(0);box-shadow:2px 0 16px #0003}}@media (max-width: 1024px) and (min-width: 769px){.admin-sidebar{width:14rem}}.admin-layout{display:flex;min-height:100vh;background-color:#f9fafb;position:relative}.admin-main-content{margin-left:16rem;flex:1;width:calc(100% - 16rem);min-height:100vh;transition:margin-left .3s ease}@media (max-width: 1024px) and (min-width: 769px){.admin-main-content{margin-left:14rem;width:calc(100% - 14rem)}}@media (max-width: 768px){.admin-layout{display:block}.admin-main-content{margin-left:0;width:100%;padding-top:4rem}}.dashboard-container{padding:1.5rem;min-height:100vh;background-color:#f9fafb}.dashboard-header{margin-bottom:1.5rem}.dashboard-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.dashboard-subtitle{color:#6b7280;margin:0}.loading-container{text-align:center;padding:3rem 0}.stats-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:80rem}@media (min-width: 768px){.stats-grid{grid-template-columns:repeat(3,1fr)}}.stat-card{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:1.5rem;transition:box-shadow .3s}.stat-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.stat-content{display:flex;align-items:center;justify-content:space-between}.stat-label{color:#6b7280;font-size:.875rem;font-weight:500;margin:0 0 .25rem}.stat-value{font-size:2.25rem;font-weight:700;margin:0}.stat-value-blue{color:#2563eb}.stat-value-green{color:#16a34a}.stat-value-orange{color:#ea580c}.stat-icon{border-radius:50%;padding:.75rem}.stat-icon-blue{background-color:#dbeafe;color:#2563eb}.stat-icon-green{background-color:#dcfce7;color:#16a34a}.stat-icon-orange{background-color:#fed7aa;color:#ea580c}.icon{width:2rem;height:2rem}.stat-growth{color:#16a34a;font-size:.875rem;margin:1rem 0 0}.activity-section{margin-top:2rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:1.5rem}.activity-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.activity-list{display:flex;flex-direction:column;gap:.75rem}.activity-item{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb;padding-bottom:.75rem}.activity-item-last{border-bottom:none;padding-bottom:0}.activity-content{display:flex;align-items:center}.activity-icon{border-radius:50%;padding:.5rem;margin-right:.75rem}.activity-icon-blue{background-color:#dbeafe;color:#2563eb}.activity-icon-green{background-color:#dcfce7;color:#16a34a}.activity-icon-orange{background-color:#fed7aa;color:#ea580c}.icon-small{width:1.25rem;height:1.25rem}.activity-text{font-weight:500;color:#1f2937;margin:0 0 .25rem}.activity-time{font-size:.875rem;color:#6b7280;margin:0}@media (max-width: 768px){.dashboard-container{padding:1rem}.dashboard-title{font-size:1.5rem}.stats-grid{gap:1rem}.stat-card{padding:1.25rem}.stat-value{font-size:1.875rem}.activity-section{padding:1.25rem}}.product-management-container{padding:1.5rem;min-height:100vh;background-color:#f9fafb}.product-management-loading{padding:1.5rem;min-height:100vh;background-color:#f9fafb;display:flex;align-items:center;justify-content:center}.management-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.add-product-button{background-color:#4f46e5;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;transition:background-color .2s;font-weight:600;display:flex;align-items:center;gap:.5rem}.add-product-button:hover{background-color:#4338ca}.empty-link{display:inline-block;margin-top:1rem;color:#4f46e5;font-weight:600;text-decoration:none;transition:color .2s}.empty-link:hover{color:#4338ca}.products-table-container{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;overflow:hidden}.products-table{width:100%;border-collapse:collapse}.product-row{border-bottom:1px solid #e5e7eb;transition:background-color .2s}.product-row:hover{background-color:#f9fafb}.product-cell{padding:.75rem;font-size:.875rem;color:#374151}.product-title{font-weight:500}.product-price{font-weight:600;color:#16a34a}.action-link{color:#4f46e5;text-decoration:none;font-weight:500;margin-right:1rem;transition:color .2s}.action-link:hover{color:#4338ca}.action-button{background:none;border:none;color:#dc2626;font-weight:500;cursor:pointer;padding:0;font-size:.875rem;transition:color .2s}.action-button:hover{color:#b91c1c}@media (max-width: 768px){.management-header{flex-direction:column;align-items:flex-start}.add-product-button{width:100%;justify-content:center}.table-wrapper{overflow-x:scroll}.products-table{min-width:600px}}.add-product-container{padding:1.5rem;min-height:100vh;background-color:#f9fafb}.add-product-wrapper{max-width:48rem;margin:0 auto}.add-product-header{margin-bottom:1.5rem}.add-product-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.add-product-subtitle{color:#6b7280;margin:.25rem 0 0}.add-product-form{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:1.5rem}.form-fields{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .2s}.form-input:focus,.form-textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.form-textarea{resize:vertical;font-family:inherit}.file-input{padding:.75rem}.form-row{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 768px){.form-row{grid-template-columns:1fr 1fr}}.image-preview-wrapper{margin-top:1rem}.image-preview{width:8rem;height:8rem;object-fit:cover;border-radius:.5rem;border:1px solid #e5e7eb}.form-actions{display:flex;gap:.75rem;padding-top:1rem}.submit-button{flex:1;background-color:#4f46e5;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;border:none;font-weight:600;font-size:1rem;cursor:pointer;transition:background-color .2s}.submit-button:hover:not(:disabled){background-color:#4338ca}.submit-button:disabled{background-color:#a5b4fc;cursor:not-allowed}.cancel-button{padding:.75rem 1.5rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#374151;font-weight:500;font-size:1rem;cursor:pointer;transition:background-color .2s}.cancel-button:hover{background-color:#f9fafb}@media (max-width: 768px){.add-product-container,.add-product-form{padding:1rem}.form-actions{flex-direction:column}.submit-button,.cancel-button{width:100%}}.add-product-container{max-width:800px;margin:2rem auto;padding:0 1rem}.add-product-wrapper{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.add-product-header{margin-bottom:2rem;text-align:center}.add-product-title{font-size:2rem;font-weight:700;color:#333;margin-bottom:.5rem}.add-product-subtitle{color:#666;font-size:1rem}.error-message{background:#fee;border:1px solid #fcc;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.error-text{color:#c33;margin:0}.add-product-form{width:100%}.form-fields{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-weight:600;color:#333;font-size:.95rem}.form-input,.form-textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s}.form-input:focus,.form-textarea:focus{outline:none;border-color:#4f46e5}.form-textarea{resize:vertical;min-height:100px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.file-input{cursor:pointer;padding:.5rem}.image-preview-wrapper{margin-top:1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.image-preview{max-width:300px;max-height:300px;border-radius:8px;object-fit:cover;border:2px solid #ddd}.remove-image-btn{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .3s}.remove-image-btn:hover{background:#dc2626}.form-actions{display:flex;gap:1rem;margin-top:2rem}.submit-button,.cancel-button{flex:1;padding:.875rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.submit-button{background:#4f46e5;color:#fff}.submit-button:hover:not(:disabled){background:#4338ca}.submit-button:disabled{background:#9ca3af;cursor:not-allowed}.cancel-button{background:#f3f4f6;color:#374151}.cancel-button:hover:not(:disabled){background:#e5e7eb}.cancel-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 640px){.form-row{grid-template-columns:1fr}.add-product-wrapper{padding:1.5rem}}.order-management-container{padding:1.5rem;min-height:100vh;background-color:#f9fafb}.order-management-loading{padding:1.5rem;min-height:100vh;background-color:#f9fafb;display:flex;align-items:center;justify-content:center}.order-management-header{margin-bottom:1.5rem}.orders-table-container{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;overflow:hidden}.orders-table{width:100%;border-collapse:collapse}.order-row{border-bottom:1px solid #e5e7eb;transition:background-color .2s}.order-row:hover{background-color:#f9fafb}.order-cell{padding:.75rem;font-size:.875rem;color:#374151}.order-total{font-weight:600;color:#16a34a}.order-status{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.status-pending{background-color:#fef3c7;color:#92400e}.status-processing{background-color:#dbeafe;color:#1e40af}.status-completed{background-color:#dcfce7;color:#166534}.status-cancelled{background-color:#fee2e2;color:#991b1b}@media (max-width: 768px){.table-wrapper{overflow-x:scroll}.orders-table{min-width:600px}}.user-management-container{padding:1.5rem;min-height:100vh;background-color:#f9fafb}.user-management-loading{padding:1.5rem;min-height:100vh;background-color:#f9fafb;display:flex;align-items:center;justify-content:center}.loading-content{text-align:center}.spinner-large{display:inline-block;width:3rem;height:3rem;border:2px solid #e5e7eb;border-top-color:#4f46e5;border-bottom-color:#4f46e5;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:#6b7280;margin-top:1rem}.user-management-header{margin-bottom:1.5rem}.management-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.management-subtitle{color:#6b7280;margin:.25rem 0 0}.error-message{margin-bottom:1.5rem;padding:1rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem}.error-text{color:#b91c1c;font-size:.875rem;margin:0}.empty-state{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:3rem;text-align:center}.empty-text{color:#6b7280;font-size:1.125rem;margin:0}.users-table-container{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;overflow:hidden}.table-wrapper{overflow-x:auto}.users-table{width:100%;border-collapse:collapse}.table-header{background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.table-heading{padding:.75rem;text-align:left;font-size:.875rem;font-weight:600;color:#374151}.user-row{border-bottom:1px solid #e5e7eb;transition:background-color .2s}.user-row:hover{background-color:#f9fafb}.user-cell{padding:.75rem;font-size:.875rem;color:#374151}.user-name{font-weight:500}.user-status{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.status-active{background-color:#dcfce7;color:#166534}.status-blocked{background-color:#fee2e2;color:#991b1b}@media (max-width: 768px){.table-wrapper{overflow-x:scroll}.users-table{min-width:600px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#f8f9fa;color:#2c3e50;-webkit-font-smoothing:antialiased}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f8f9fa}::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#bdbdbd}
