.header{background:linear-gradient(90deg,#0f2027,#203a43,#2c5364);flex-wrap:nowrap;gap:20px;margin-bottom:0!important;padding:12px 20px;position:-webkit-sticky;position:sticky;top:0;white-space:nowrap;z-index:1000}.logo{border-radius:10px;cursor:pointer;flex-shrink:0;width:110px}.road-wrapper{flex:1 1;min-width:0}.road-container{background:#111;border-radius:10px;height:70px;overflow:hidden;position:relative}.road-line{background:repeating-linear-gradient(90deg,#ff0 0,#ff0 10px,#0000 0,#0000 20px);height:4px;position:absolute;top:32px;width:100%}.bike-wrapper{align-items:center;animation:bikeMove 8s linear infinite;bottom:-10px;display:flex;left:-150px;position:absolute}.moving-bike{width:50px}.bike-sticker{background:#ff0;border-radius:6px;color:#000;font-size:10px;font-weight:700;margin-right:8px;padding:4px 10px}.car-wrapper{align-items:center;animation:carMove 9s linear infinite;display:flex;flex-direction:row-reverse;position:absolute;right:-170px;top:-20px}.moving-car{transform:scaleX(-1);width:70px}.car-sticker{background:#fff;border-radius:6px;color:#000;font-size:10px;font-weight:700;margin-left:8px;padding:4px 10px}@keyframes bikeMove{0%{left:-150px}to{left:100%}}@keyframes carMove{0%{right:-170px}to{right:100%}}.right-actions{align-items:center;display:flex;flex-shrink:0;gap:18px}.admin-icon,.cart-icon,.login-icon{color:#fff;cursor:pointer}.cart-icon{position:relative}.cart-count{background:red;border-radius:50%;color:#fff;font-size:12px;padding:2px 6px;position:absolute;right:-8px;top:-5px}.user-box:hover .user-menu{opacity:1;pointer-events:auto;transform:translateY(0)}@media (max-width:768px){.header{flex-direction:row!important;gap:10px;padding:8px 12px}.logo{width:90px}.road-wrapper{display:none}.right-actions{gap:12px}}@media (max-width:480px){.logo{width:75px}.user-pill span{display:none}.cart-count{font-size:10px;padding:1px 5px}}.user-box{flex-shrink:0;position:relative}.user-pill{align-items:center;background:#ffffff26;border-radius:20px;color:#fff;cursor:pointer;display:flex;gap:6px;overflow:hidden;padding:6px 15px}.user-menu{background:#fff;border-radius:8px;box-shadow:0 8px 16px #00000040;min-width:120px;opacity:0;pointer-events:none;position:absolute;right:0;top:40px;transform:translateY(10px);transition:.25s;z-index:100}.user-menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}.user-menu span{cursor:pointer;display:block;padding:10px;text-align:center}.user-menu span:hover{background:#f5f5f5;color:red}.product-container{padding:30px}.card-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.product-card{background:#fff;border-radius:12px;box-shadow:0 4px 10px #00000026;cursor:pointer;display:flex;flex-direction:column;height:100%;padding:15px;position:relative;transition:transform .3s}.trending-badge{animation:popIn .4s ease;background:linear-gradient(135deg,#ff6a00,#ff3c00);border-radius:6px;box-shadow:0 3px 8px #0003;color:#fff;font-size:12px;font-weight:700;left:10px;padding:5px 10px;position:absolute;top:10px;z-index:2}@keyframes popIn{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.trending-badge.premium{background:linear-gradient(135deg,gold,#ff9800)}.card-img{border-radius:10px;height:200px;object-fit:contain;width:100%}.card-name{font-size:16px;margin-top:10px}.card-price{color:#ff0000c1;font-weight:600;margin:5px 0}.add-cart-btn{background:#0000;background-color:#111;border:2px solid #000;border-radius:8px;color:var(--text-color);cursor:pointer;font-size:14px;margin-top:auto;overflow:hidden;padding:10px;position:relative;transition:color .3s ease;width:100%;z-index:1}.add-cart-btn:before{background:var(--text-color);bottom:0;content:"";height:0;left:0;position:absolute;transition:height .4s ease;width:100%;z-index:-1}.product-card:hover .add-cart-btn:before{height:100%}.product-card:hover .add-cart-btn{color:var(--bg-color)}.model-filter{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:20px}.model-btn{background:#fff;border-bottom:1.5px solid var(--bg-color);color:var(--bg-color);cursor:pointer;font-weight:600;padding:8px 14px;transition:.3s;width:100%}.model-btn.active,.model-btn:hover{background:var(--bg-color);color:#fff}@media (max-width:768px){.product-container{padding:15px}.card-img{height:160px}}.product-title{font-weight:700;margin-bottom:25px;position:relative;text-align:center}.product-title:before{background:#000;content:"";height:2px;left:0;position:absolute;top:50%;width:100%;z-index:0}.product-title span{background-color:#000;border-radius:30px;color:#ff0;font-size:large;padding:12px 30px;position:relative;white-space:nowrap;z-index:1}.load-more-container-top{display:flex;justify-content:center;margin:20px 0 30px;width:100%}.load-more-btn{background:linear-gradient(135deg,#1976d2,#1565c0);border:none;border-radius:30px;box-shadow:0 4px 12px #00000026;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 28px;transition:all .3s ease}.load-more-btn:hover{box-shadow:0 6px 16px #00000040;transform:translateY(-2px)}.load-more-btn:active{transform:scale(.98)}.load-more-btn:disabled{background:#b0bec5;box-shadow:none;cursor:not-allowed}.infinite-loader{display:flex;justify-content:center;padding:30px 0}.spinner{animation:spin .8s linear infinite;border:4px solid #eee;border-top-color:#111;height:35px;width:35px}.price-section{align-items:center;display:flex;font-weight:600;gap:10px;margin:5px 0}.original-price{color:#888;text-decoration:line-through}.discounted-price{color:#ff0000c1;font-size:18px}.discount-badge{background-color:#4caf50;border-radius:6px;color:#fff;display:inline-block;font-size:12px;font-weight:700;padding:3px 6px}.products-layout{align-items:flex-start;display:flex;gap:20px}.products-layout-wrapper{align-items:flex-start;display:flex;gap:30px}.sidebar{background:#0000;flex:0 0 20%}.products-content{flex:0 0 80%}.skeleton-brand-btn{border-radius:8px;height:40px;margin-bottom:10px;width:100%}.empty-state{color:#888;padding:50px 0;text-align:center}@media (max-width:992px){.sidebar{flex:0 0 25%}.products-content{flex:0 0 75%}}@media (max-width:768px){.products-layout-wrapper{flex-direction:column}.products-content,.sidebar{flex:0 0 100%;width:100%}}.products-layout.no-sidebar{display:block}.mobile-filter-btn{border:2px solid #111;border-radius:30px;color:#111;cursor:pointer;display:none;font-weight:600;margin-bottom:20px;padding:5px 18px}.sidebar-overlay{background:#0006;inset:0;position:fixed;z-index:998}.sidebar{border-radius:12px;height:-webkit-fit-content;height:fit-content;padding:20px;position:-webkit-sticky;position:sticky;top:20px;transition:.3s ease;width:170px}@media (max-width:768px){.product-container{padding:10px}.card-grid{gap:10px;grid-template-columns:repeat(2,1fr)}.product-card{padding:12px}.card-img{height:130px}.card-name{font-size:14px;line-height:1.3}.discounted-price{font-size:16px}.add-cart-btn{font-size:13px;padding:8px}.mobile-filter-btn{background:#fff;border:2px solid #111;border-radius:25px;color:#111;cursor:pointer;display:inline-block;font-weight:600;margin-bottom:15px;padding:8px 16px}.sidebar{background:#fff;box-shadow:4px 0 20px #0003;height:100%;left:-280px;overflow-y:auto;position:fixed;top:30px;transition:left .3s ease;width:280px;z-index:999}.sidebar.open{left:0}.sidebar-overlay{background:#0006;inset:0;position:fixed;z-index:998}}.sidebar-close-btn{background:#111;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-bottom:10px;padding:6px 12px}.skeleton-card{background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000000d;display:flex;flex-direction:column;gap:10px;padding:15px}.skeleton-img{height:200px;width:100%}.skeleton-text{height:20px;width:80%}.skeleton-price{height:15px;width:40%}.skeleton-btn{height:40px;margin-top:auto;width:100%}@media (max-width:768px){.skeleton-img{height:130px}}.cart-item-skeleton{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;gap:20px;margin-bottom:15px;padding:15px}.skeleton-cart-img{flex-shrink:0;height:80px;width:80px}.cart-item-info-skeleton{display:flex;flex:1 1;flex-direction:column;gap:10px}.skeleton-cart-qty{border-radius:20px;height:35px;width:100px}.summary-skeleton{height:300px;padding:20px}@media (max-width:768px){.cart-item-skeleton{gap:10px}.skeleton-cart-img{height:60px;width:60px}}.detail-container{padding:0 40px 40px}.detail-wrapper{border-radius:15px;padding:30px}.image-section{flex:1 1;text-align:center}.main-preview{border:1px solid #ddd;border-radius:12px;height:380px;object-fit:contain;width:100%}.thumb-row{display:flex;gap:10px;justify-content:center;margin-top:12px;overflow-x:auto}.thumb-img{border:2px solid #0000;border-radius:8px;cursor:pointer;height:70px;object-fit:contain;transition:.3s;width:80px}.thumb-img:hover{border:2px solid orange}.info-section{flex:1 1}.details{color:#555;line-height:1.6}.price-list{list-style:none;padding:0}.price-list li{background:#f0f0f0;border-radius:6px;margin:6px 0;padding:8px}.price-box{background:#f1fff1;border-left:5px solid #388e3c;border-radius:10px;margin-top:10px;padding:15px}.price-title{color:#388e3c;margin-top:15px}.price-price{color:#212121;font-size:28px;margin:0}.offer-tag{background:#388e3c;border-radius:6px;color:#fff;font-size:12px;margin-left:10px;padding:4px 8px}.tax-text{color:gray;font-size:12px;margin-top:6px}.btn-row{display:flex;gap:15px;margin-top:20px}.add-btn{background:#ff9f00}.add-btn,.buy-btn{border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-weight:700;padding:10px}.buy-btn{background:#fb641b}.add-btn:hover,.buy-btn:hover{opacity:.9}@media (max-width:900px){.detail-wrapper{flex-direction:column;gap:20px}.main-preview{height:320px}.thumb-img{height:60px;width:70px}}.qty-box{gap:10px;margin-top:15px}.qty-box button{background:#f5f5f5;border:1px solid #ddd;font-size:18px;height:35px;width:35px}.qty-box span{font-size:18px;font-weight:700;min-width:30px;text-align:center}@media (max-width:600px){.detail-container,.detail-wrapper{padding:15px}.main-preview{height:250px}.thumb-row{justify-content:flex-start}.thumb-img{height:55px;width:60px}.btn-row{flex-direction:column}.add-btn,.buy-btn{width:100%}}.detail-price-section{align-items:center;display:flex;flex-wrap:wrap;gap:14px;margin:12px 0}.detail-original-price{color:#888;font-size:18px;text-decoration:line-through}.detail-final-price{color:#d32f2f;font-size:28px;font-weight:700}.detail-discount-badge{background:#2e7d32;border-radius:6px;color:#fff;font-size:13px;font-weight:600;padding:5px 10px}.zoom-container{align-items:center;background:#fff;border:1px solid #ddd;border-radius:12px;cursor:zoom-in;display:flex;height:380px;justify-content:center;overflow:hidden;width:100%}.zoom-img{height:100%;object-fit:contain;transition:transform .2s ease;width:100%}.zoom-img.zoomed{cursor:zoom-out;transform:scale(2)}.color-error-blink{animation:blinkRed .3s ease-in-out 3;border:2px solid rgba(255,0,0,.322)!important}@keyframes blinkRed{0%{background-color:initial}50%{background-color:#ffe6e6}to{background-color:initial}}.plate-error-blink input,.plate-error-blink textarea{animation:plateBlink .4s ease-in-out 4;border:2px solid red!important}@keyframes plateBlink{0%{box-shadow:0 0 0 0 red}50%{box-shadow:0 0 8px 3px red}to{box-shadow:0 0 0 0 red}}.product-details{word-wrap:break-word;line-height:1.6;overflow-wrap:break-word;white-space:normal;word-break:break-word}.related-slider-wrapper{align-items:center;display:flex;position:relative}.related-slider{display:flex;gap:20px;overflow-x:auto;padding:10px 0;scroll-behavior:smooth}.related-slider::-webkit-scrollbar{display:none}.related-slider .product-card{flex-shrink:0;max-width:250px;min-width:250px}.slider-btn{background:#fff;border:none;border-radius:50%;box-shadow:0 4px 10px #0003;cursor:pointer;font-size:20px;height:40px;position:absolute;top:40%;transform:translateY(-50%);width:40px;z-index:5}.slider-btn.left{left:-20px}.slider-btn.right{right:-20px}.slider-btn:hover{background:#111;color:#fff}.review-section{margin-top:50px;max-width:900px}.review-card{background:#fff;border:1px solid #eee;border-radius:10px;margin-bottom:5px;padding:18px}.review-header{align-items:center;display:flex;justify-content:space-between}.review-stars{color:#ffa41c;font-size:15px}.review-comment{line-height:1.5;margin-top:8px;word-break:break-word}.review-date{color:#888;display:block;font-size:12px;margin-top:8px}.view-more-btn{background:#222;border:none;border-radius:6px;color:#fff;cursor:pointer;margin-top:15px;padding:10px 18px}.view-more-btn:hover{background:#444}.delivery-info{background:#f1fff1;border-left:4px solid #2e7d32;border-radius:6px;font-size:15px;margin-top:30px;padding:12px 16px}.size-error-blink{animation:blinkRed .3s ease-in-out 3;border:2px solid #ff00004d;border-radius:6px;padding:10px}.card-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:144px}.cart-page{padding:15px}.cart-title{margin-bottom:10px;text-align:center}.empty-text{font-size:16px;margin-top:20px;text-align:center}.cart-list{flex-direction:column;gap:10px}.cart-card,.cart-list{align-items:center;display:flex}.cart-card{background:#fff;border-radius:8px;box-shadow:0 2px 6px #0000001a;max-width:900px;padding:10px;width:95%}.cart-img{border-radius:6px;height:80px;margin-right:10px;object-fit:contain;width:80px}.cart-details{flex:1 1;text-align:left}.price{color:green;font-weight:700;margin:4px 0}.qty-box{align-items:center;display:flex;gap:8px;margin:6px 0}.qty-box button{background:#ddd;font-size:16px;height:28px;width:28px}.qty-box button,.remove-btn{border:none;border-radius:4px;cursor:pointer}.remove-btn{background:red;color:#fff;margin-top:5px;padding:5px 8px}.total-box{margin-top:15px;text-align:center}.checkout-btn{background:#2874f0;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:8px;padding:8px 14px}.cart-error{animation:blinkBorder .6s ease-in-out 3;border:2px solid rgba(255,0,0,.322)!important}@keyframes blinkBorder{0%{background-color:#fff}50%{background-color:#ffe6e6}to{background-color:#fff}}.input-error{animation:shake .3s ease-in-out 2;background-color:#ffe6e6}@keyframes shake{0%{transform:translateX(0)}25%{transform:translateX(-4px)}50%{transform:translateX(4px)}75%{transform:translateX(-4px)}to{transform:translateX(0)}}.responsive-textarea{border:1px solid #ccc;border-radius:6px;box-sizing:border-box;font-size:16px;max-width:100%;padding:10px;resize:vertical;width:100%}.responsive-textarea:focus{border-color:#007bff;outline:none}.input-error{border:2px solid red!important}@media (max-width:768px){.responsive-textarea{font-size:14px;padding:8px}}.cart-loading,.empty-cart{align-items:center;display:flex;flex-direction:column;height:60vh;justify-content:center}.empty-cart{text-align:center}.empty-cart-img{margin-bottom:15px;opacity:.8;width:120px}.empty-cart h2{color:#333;margin-bottom:5px}.empty-cart p{color:#777;margin-bottom:15px}.shop-btn{background:#2874f0;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;padding:10px 18px}.shop-btn:hover{background:#0f5bd3}.category-container{display:flex;gap:20px;justify-content:center;overflow-x:auto;overflow-y:hidden;padding:10px 12px;scroll-behavior:smooth;white-space:nowrap}.category-container::-webkit-scrollbar{display:none}.category-container{scrollbar-width:none}.category-container:has(.category-card:nth-child(8)){justify-content:flex-start}.category-card{background:#111;border-radius:15px;box-shadow:0 0 10px #fff3;cursor:pointer;flex:0 0 auto;padding:15px;text-align:center;transition:.3s ease;width:120px}.category-img{height:70px;transition:transform .3s ease;width:70px}.category-card:hover .category-img{transform:scale(1.2)}.category-text{color:#fff;display:block;font-size:14px;font-weight:700;margin-top:8px}@media (max-width:850px){.category-container{gap:14px;justify-content:flex-start}.category-card{padding:12px;width:105px}.category-img{height:60px;width:60px}.category-text{font-size:13px}}@media (max-width:430px){.category-container{gap:14px;justify-content:flex-start}.category-card{padding:12px;width:105px}.category-img{height:60px;width:60px}.category-text{font-size:13px}}@media (max-width:360px){.category-container{gap:12px;padding:8px 10px}.category-card{border-radius:12px;padding:10px;width:95px}.category-img{height:52px;width:52px}.category-text{font-size:12px}}.slider-container{padding:10px 30px;text-align:center}.title{color:#333;font-size:28px;margin-bottom:10px}.slider-card{background:#fff;border-radius:15px;box-shadow:0 4px 10px #0003;margin:auto;padding:20px;width:60%}.slider-image{border-radius:10px;max-height:350px;object-fit:cover;width:100%}.content-box{margin-top:15px}.content-text{color:#555;font-size:18px;line-height:1.4}@media (max-width:768px){.slider-card{padding:15px;width:90%}.title{font-size:22px}.content-text{font-size:16px}}@media (max-width:430px){.slider-container{padding:10px}.slider-card{padding:12px;width:100%}.slider-image{max-height:220px}.title{font-size:20px}.content-text{font-size:14px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (max-width:360px){.content-text{font-size:13px}}.checkout-wrapper{font-family:Inter,sans-serif;margin:30px auto;max-width:1000px;padding:20px}.checkout-title{color:#111827;font-size:28px;margin-bottom:30px;text-align:center}.checkout-grid{display:flex;flex-wrap:wrap;gap:30px}.checkout-left,.checkout-right{flex:1 1;min-width:300px}.address-card{border:1px solid #ddd;border-radius:10px;cursor:pointer;margin-bottom:12px;padding:15px;transition:all .2s ease}.address-card:hover{box-shadow:0 4px 12px #0000001a}.address-card.active{background:#f1f7ff;border:2px solid #2874f0}.address-header{display:flex;justify-content:space-between;margin-bottom:6px}.add-address-btn,.save-address-btn{background:#2874f0;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;margin-top:10px;padding:8px 16px}.add-address-btn:hover,.save-address-btn:hover{background:#1e5fc1}.address-form input,.address-form textarea{border:1px solid #ccc;border-radius:6px;margin-bottom:10px;padding:10px;width:100%}.summary-card{background:#fff;border:1px solid #ddd;border-radius:12px;padding:20px}.summary-item{display:flex;justify-content:space-between;margin-bottom:8px}.summary-total{border-top:1px solid #eee;margin-top:12px;padding-top:12px}.pay-btn{background:#fb641b;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;margin-top:20px;padding:12px 0;transition:all .2s ease;width:100%}.pay-btn:hover{background:#e05518}.loading-overlay{align-items:center;background:#ffffffd9;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.spinner{animation:spin 1s linear infinite;border:5px solid #ddd;border-radius:50%;border-top-color:#2874f0;height:50px;margin-bottom:12px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}@media(max-width:768px){.checkout-grid{flex-direction:column}}.address-form{background:#f9f9f9;border:1px solid #ddd;border-radius:10px;margin-top:15px;padding:15px}.form-group{display:flex;flex-direction:column;margin-bottom:12px}.form-group label{color:#333;font-size:14px;font-weight:500;margin-bottom:4px}.form-group input,.form-group textarea{border:1px solid #ccc;border-radius:6px;font-size:14px;padding:10px;width:100%}.form-group textarea{min-height:60px;resize:vertical}.form-row{display:flex;flex-wrap:wrap;gap:10px}.form-row .form-group{flex:1 1;min-width:100px}.save-address-btn{background:#2874f0;margin-top:10px;transition:all .2s ease}.save-address-btn:hover{background:#1e5fc1}.summary-row{font-size:14px;margin:8px 0}.summary-row,.summary-total{display:flex;justify-content:space-between}.summary-total{border-top:1px solid #ddd;font-size:18px;margin-top:15px;padding-top:10px}.address-buttons{display:flex;gap:10px;margin-top:10px}.save-address-btn{background:#22c55e;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:10px 16px}.save-address-btn:hover{background:#16a34a}.cancel-btn{background:#ef4444;color:#fff;padding:10px 16px}.cancel-btn:hover{background:#dc2626}.success-container{align-items:center;background:linear-gradient(135deg,#fff0f6,#ffe4ec);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:20px;position:relative;text-align:center}.success-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;max-width:500px;padding:40px 30px;width:100%}.success-title{color:#ff69b4;font-family:Comic Neue,cursive;font-size:2.2rem;margin-bottom:20px}.success-text{color:#444;font-size:1.1rem}.confetti-canvas{height:100%!important;left:0;position:fixed!important;top:0;width:100%!important;z-index:0}@media (max-width:768px){.success-card{padding:25px 20px}.success-title{font-size:1.6rem}.success-text{font-size:1rem}}@media (max-width:480px){.success-title{font-size:1.4rem}.success-text{font-size:.95rem}}.auth-container{align-items:center;display:flex;justify-content:center;min-height:80vh;padding:20px}.auth-card{animation:fadeIn .6s ease-in-out;border-radius:16px;box-shadow:0 15px 40px #00000040;max-width:380px;padding:35px 30px;transition:.4s;width:100%}.auth-card:hover{box-shadow:0 25px 55px #00000059;transform:translateY(-4px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-logo{display:flex;justify-content:center;margin-bottom:15px}.auth-logo img{border-radius:10px;box-shadow:0 3px 8px #0000003d;width:70%}.auth-card h2{color:#333;margin-bottom:5px;text-align:center}.auth-subtitle{color:#777;font-size:14px;margin-bottom:30px;text-align:center}.input-group{margin-bottom:28px;position:relative}.input-group input{background:#0000;border:none;border-bottom:2px solid #ddd;color:#333;font-size:15px;outline:none;padding:14px 10px;width:100%}.input-group label{color:#999;font-size:14px;left:10px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:.3s ease}.input-group input:focus+label,.input-group input:valid+label{color:#667eea;font-size:12px;top:-6px}.input-line{background:#667eea;bottom:0;height:2px;left:0;position:absolute;transition:.4s;width:0}.input-group input:focus~.input-line{width:100%}.auth-card button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 8px 20px #667eea66;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px;transition:.3s;width:100%}.auth-card button:hover{box-shadow:0 12px 30px #667eea99;transform:translateY(-2px)}.auth-card button:active{transform:scale(.97)}.auth-card button:disabled{cursor:not-allowed;opacity:.7}.auth-links{margin-top:12px;text-align:right}.auth-links a{color:#667eea;font-size:14px;text-decoration:none}.auth-links a:hover{text-decoration:underline}.auth-footer{font-size:18px;margin-top:22px;text-align:center}.auth-footer span{color:#555;margin-right:5px}.auth-footer a{color:#667eea;font-weight:500;text-decoration:none}.auth-footer a:hover{text-decoration:underline}@media (max-width:480px){.auth-card{padding:30px 22px}}.password-wrapper{align-items:center;display:flex;position:relative;width:100%}.password-input{padding-right:40px!important;width:100%}.auth-card .password-toggle{background:none;box-shadow:none;color:#999;padding:0;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:auto;z-index:20}.auth-card .password-toggle:active,.auth-card .password-toggle:hover{background:none;box-shadow:none;transform:translateY(-50%) scale(1.1)}.input-group input:focus~label,.input-group input:not(:placeholder-shown)~label{color:#667eea;font-size:12px;top:-6px}.phone-group{position:relative}.country-code{color:#555;font-weight:500;left:12px;position:absolute;top:41%;transform:translateY(-50%)}.phone-group input{padding-left:45px}.oh-page{font-family:Inter,sans-serif;margin:30px auto;max-width:950px;padding:20px}.oh-title{color:#111827;font-size:22px;font-weight:700;margin-bottom:20px}.oh-card{background:#fff;border:none;border-bottom:2px solid #007bff;box-shadow:0 2px 8px #0000000d;margin-bottom:18px;padding:16px;transition:transform .2s ease,box-shadow .2s ease}.oh-header{align-items:center;color:#374151;display:flex;font-size:14px;justify-content:space-between;margin-bottom:12px}.oh-date{color:#6b7280;font-size:12px}.oh-badges{align-items:center;display:flex;gap:8px}.oh-delivery,.oh-payment{border-radius:9999px;font-size:11px;font-weight:600;padding:4px 10px;text-transform:uppercase}.oh-payment.paid{background:#d1fae5;color:#065f46}.oh-payment.unpaid{background:#fee2e2;color:#991b1b}.oh-delivery{background:#e5e7eb;color:#374151}.oh-body{display:flex;gap:20px}.oh-items{flex:2 1}.oh-item{align-items:center;border-top:1px solid #e5e7eb;display:flex;gap:12px;padding:10px 0}.oh-item:first-child{border-top:none}.oh-img{background:#f1f5f9;border-radius:8px;height:60px;object-fit:fit;width:60px}.oh-info h4{color:#111827;font-size:15px;font-weight:600;margin:0}.oh-info p{color:#6b7280;font-size:13px;margin-top:3px}.oh-view-btn{background:linear-gradient(90deg,#4f46e5,#3b82f6);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:12px;padding:5px 14px;transition:.3s}.oh-view-btn:hover{opacity:.9}.oh-address{background:#11273d23;border:1px solid #e5e7eb30;border-radius:10px;flex:1 1;font-size:13px;height:-webkit-fit-content;height:fit-content;padding-bottom:14px;padding-left:14px}.oh-address h4{font-size:15px;font-weight:700;margin-bottom:8px}.oh-address p{color:#374151;line-height:1.4;margin:4px 0}.oh-footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;font-size:14px;justify-content:space-between;margin-top:16px;padding-top:12px}.oh-invoice-btn{background:#4f46e5;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;padding:6px 16px;transition:.3s}.oh-invoice-btn:hover{background:#4338ca}.oh-empty{color:#9ca3af;font-size:17px;font-style:italic;margin-top:80px;text-align:center}@media (max-width:768px){.oh-body{flex-direction:column;gap:14px}.oh-img{height:55px;width:55px}.oh-footer{align-items:flex-start;flex-direction:column;gap:10px}}.oh-color-badge{align-items:center;background:#f3f4f6;border-radius:9999px;display:inline-flex;font-size:12px;font-weight:600;gap:6px;margin-top:6px;padding:4px 10px;transition:.2s ease;width:-webkit-fit-content;width:fit-content}.oh-color-badge:hover{background:#e5e7eb}.oh-color-dot{border:1px solid #d1d5db;border-radius:50%;height:12px;width:12px}.oh-color-text{color:#374151}.oh-number-plate{background:#fff;border-bottom:2px solid #000;border-radius:4px;display:inline-block;font-weight:700;letter-spacing:1px;margin-top:5px;padding:4px 8px}.oh-review-btn{background:#f59e0b;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;margin-top:6px;padding:5px 12px;transition:.2s}.oh-review-btn:hover{background:#d97706}.review-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.review-modal{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;padding:24px;text-align:center;width:360px}.review-stars{margin:15px 0}.star{color:#d1d5db;cursor:pointer;font-size:30px;margin:0 4px;transition:.2s}.star.active{color:#f59e0b}.review-modal textarea{border:1px solid #ddd;border-radius:6px;height:80px;margin-top:10px;padding:8px;resize:none;width:100%}.review-actions{display:flex;justify-content:space-between;margin-top:15px}.cancel-btn{background:#e5e7eb;padding:6px 14px}.cancel-btn,.submit-btn{border:none;border-radius:6px;cursor:pointer}.submit-btn{background:#4f46e5;color:#fff;padding:6px 16px}.submit-btn:hover{background:#4338ca}.order-loading{align-items:center;display:flex;flex-direction:column;height:60vh;justify-content:center}.loading-logo{animation:spinLogo 1.2s linear infinite;width:70px}@keyframes spinLogo{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.order-empty{align-items:center;display:flex;flex-direction:column;height:60vh;justify-content:center;text-align:center}.order-empty-img{margin-bottom:15px;opacity:.8;width:120px}.order-empty h2{color:#333;margin-bottom:5px}.order-empty p{color:#777;margin-bottom:15px}.order-shop-btn{background:#2874f0;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:10px 18px}.order-shop-btn:hover{background:#0f5bd3}.admin-container{align-items:center;background:#f8fafc;display:flex;flex-direction:column;min-height:80vh;padding:40px 20px}.admin-title{color:#0f172a;font-size:26px;margin-bottom:40px;text-align:center}.admin-cards{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));justify-items:center;max-width:800px;width:100%}.admin-card{align-items:center;background:#fff;border-radius:14px;box-shadow:0 10px 25px #00000014;cursor:pointer;display:flex;flex-direction:column;gap:12px;height:160px;justify-content:center;transition:all .3s ease;width:200px}.admin-card span{color:#1e293b;font-size:18px;font-weight:600}.admin-card:hover{background:#0f172a;color:#fff;transform:translateY(-8px)}.admin-card:hover span{color:#fff}@media (max-width:640px){.admin-title{font-size:22px;margin-bottom:25px}.admin-card{height:140px;max-width:260px;width:100%}.admin-card span{font-size:16px}}.admin-orders{color:#e5e7eb;min-height:100vh;padding:24px}.admin-orders-title{color:#000;margin-bottom:20px}.order-card{background:#1e293b;border-radius:12px;box-shadow:0 10px 20px #0006;margin-bottom:22px;padding:18px}.order-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.order-id{color:#f8fafc;font-size:16px;font-weight:600}.order-date{color:#94a3b8;font-size:13px;margin-top:4px}.order-right{align-items:center;display:flex;gap:12px}.order-total{font-size:15px;font-weight:600}.payment-badge{border-radius:20px;font-size:12px;font-weight:600;padding:5px 14px}.payment-badge.paid{background:#16a34a;color:#dcfce7}.payment-badge.pending-payment{background:#ca8a04;color:#fef9c3}.delivery-section{align-items:center;display:flex;gap:12px;margin-bottom:14px}.status-badge{border-radius:20px;font-size:12px;font-weight:600;padding:5px 14px}.status-badge.pending{background:#f59e0b;color:#fff}.status-badge.shipped{background:#2563eb;color:#fff}.status-select{border:none;border-radius:6px;cursor:pointer;font-size:12px;padding:6px 10px}.order-address{border-radius:8px;font-size:14px;margin-bottom:14px;padding:12px}.order-address strong{color:#38bdf8;display:block;margin-bottom:6px}.order-item{align-items:center;border-top:1px solid #334155;display:flex;gap:14px;padding-top:14px}.order-item img{border-radius:10px;cursor:pointer;height:80px;object-fit:cover;width:80px}.item-info h4{color:#38bdf8;cursor:pointer;margin:0}.item-info h4:hover{text-decoration:underline}.item-info p{color:#cbd5f5;font-size:14px;margin:3px 0}@media (max-width:768px){.order-header{align-items:flex-start;flex-direction:column;gap:8px}.order-right{justify-content:space-between;width:100%}.order-item{align-items:flex-start;flex-direction:column}.order-item img{height:200px;width:100%}}.filter-section{display:flex;gap:12px;margin-bottom:20px}.filter-section button{background:#334155;border:none;border-radius:20px;color:#fff;cursor:pointer;font-weight:600;padding:8px 16px}.filter-section button:hover{opacity:.8}.active-filter{background:#2563eb!important}.add-deta{align-items:flex-start;display:flex;gap:30px}.add-deta>div:first-child{flex:2 1}.order-address{background:#020617;border-radius:10px;flex:1 1;height:-webkit-fit-content;height:fit-content;max-width:350px;padding:16px}@media (max-width:768px){.add-deta{flex-direction:column}.order-address{max-width:100%}}.num-plate{color:#facc15;margin-top:4px}.plate-badge{background:#0ea5e9;color:#fff;font-size:12px;font-weight:600;padding:4px 12px}.color-badge,.plate-badge{border-radius:20px;margin-top:6px}.color-badge{align-items:center;background:#f5f5f5;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:4px 10px;width:-webkit-fit-content;width:fit-content}.color-dot{background-color:#000;border:1px solid #ddd;border-radius:50%;height:12px;width:12px}.color-text{color:#000}.num-plate{font-size:14px;margin-top:6px}.plate-badge{border:2px solid #000;border-radius:4px;display:inline-block;font-weight:700;letter-spacing:2px;margin-left:5px;padding:4px 10px} 
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.pa-container{min-height:100vh;padding:30px}.pa-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.pa-title{color:#0f172a;font-size:26px;font-weight:700}.pa-add-btn{background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;border-radius:12px;box-shadow:0 6px 16px #2563eb4d;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .25s ease}.pa-add-btn:hover{box-shadow:0 10px 20px #2563eb66;transform:translateY(-2px)}.pa-grid{margin-top:10px}.pa-grid-item{display:flex;justify-content:center}.pa-card{background:#fff;border-radius:18px!important;box-shadow:0 10px 25px #0000000d;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease;width:250px}.pa-image{background-color:#f1f5f9;background-position:50%;background-repeat:no-repeat;background-size:contain;height:190px;padding:15px;width:100%}.pa-content{display:flex;flex-direction:column}.pa-actions{display:flex;gap:10px;margin-top:auto}.pa-delete-btn,.pa-edit-btn{border-radius:8px!important;flex:1 1;font-weight:500!important;text-transform:none!important}@media (max-width:945px){.pa-grid{justify-content:center}}@media (max-width:640px){.pa-container{padding:20px}.pa-header{align-items:stretch;flex-direction:column;gap:15px}.pa-title{text-align:center}.pa-add-btn{width:100%}.pa-image{height:160px}}.category-admin{margin:auto;max-width:1000px;padding:20px}.header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.header h2{color:#fff;font-size:22px}.table{background:#fff;border-radius:8px;box-shadow:0 6px 18px #00000014;overflow:hidden}.table-head{background:#f1f5f9;color:#333;font-weight:600}.name{font-size:15px}.actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}button{border:none;border-radius:4px;cursor:pointer;font-size:14px;padding:6px 14px}.primary-btn{background:#2563eb;color:#fff}.edit{background:#facc15;color:#000}.danger{background:#dc2626;color:#fff}.input{border:1px solid #ddd;border-radius:5px;margin-bottom:16px;padding:10px}.input,.primary-btn.full{width:100%}@media (max-width:768px){.table-head{display:none}.table-row{background:#fafafa;border-radius:6px;gap:10px;grid-template-columns:1fr;margin-bottom:12px;padding:16px}.actions{justify-content:flex-start}.header{align-items:flex-start;flex-direction:column;gap:10px}.category-img{height:160px;width:100%}}.posts-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.post-card{background:#fff;border-radius:10px;box-shadow:0 4px 14px #00000014;overflow:hidden}.post-image{height:220px;object-fit:contain;width:100%}.post-body{padding:12px}.preview-image{border-radius:8px;margin-bottom:12px;width:100%}.table-head,.table-row{-ms-overflow-style:none;align-items:center;display:grid;grid-template-columns:120px 1fr 180px;overflow-x:auto;overflow-y:hidden;padding:14px 16px;scrollbar-width:none}.table-head::-webkit-scrollbar,.table-row::-webkit-scrollbar{display:none}.category-img{border-radius:6px;height:60px;object-fit:contain;width:80px}.drawer-overlay{-webkit-backdrop-filter:blur(.2px);backdrop-filter:blur(.2px);background:#0f172a8c;display:flex;inset:0;justify-content:flex-end;position:fixed;z-index:2000}.drawer{animation:drawerSlide .35s ease;background:#fff;border-radius:16px 0 0 16px;box-shadow:-12px 0 30px #00000026;display:flex;flex-direction:column;height:100%;padding:20px;width:420px}.drawer-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding-bottom:12px}.drawer-header h3{font-size:18px;font-weight:600}.drawer-body{flex:1 1;margin-top:16px;overflow-y:auto}.close-btn{border:none;border-radius:50%;cursor:pointer;font-size:20px;height:34px;transition:background .2s;width:34px}.close-btn:hover{background:#0000007e}@keyframes drawerSlide{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@media (max-width:640px){.drawer{border-radius:0;width:100%}}*{box-sizing:border-box}.admin-container{min-height:100vh;padding:16px;width:100%}.admin-tabs{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:20px;padding:12px;width:90%}.admin-tabs button{background:#f1f5f9;border:none;border-radius:999px;color:#334155;cursor:pointer;font-size:14px;font-weight:600;padding:10px 18px;transition:all .25s ease}.admin-tabs button:hover{background:#e2e8f0;transform:translateY(-2px)}.admin-tabs button.active{background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 6px 18px #2563eb59;color:#fff;transform:translateY(-2px)}.admin-content{min-height:400px;padding:20px;width:100%}@media (max-width:640px){.admin-container{padding:10px}.admin-tabs{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;scrollbar-width:none}.admin-tabs::-webkit-scrollbar{display:none}.admin-tabs button{flex:0 0 auto;font-size:13px;padding:8px 14px}.admin-content{padding:14px}}@media (min-width:1200px){.admin-container{margin:auto;max-width:1400px}}.customers-container{margin:auto;max-width:1100px;padding:20px}.customers-title{font-size:22px;font-weight:600;margin-bottom:16px;text-align:center}.customers-table-wrapper{overflow-x:auto}.customers-table{background:#fff;border-collapse:collapse;border-radius:12px;overflow:hidden;width:100%}.customers-table td,.customers-table th{border-bottom:1px solid #e5e7eb;font-size:14px;padding:12px 14px;text-align:left}.customers-table th{background:#f1f5f9;color:#0f172a;font-weight:600}.customers-table tr:hover{background:#f8fafc}.active{color:#16a34a;font-weight:500}.inactive{color:#dc2626;font-weight:500}.empty{color:#64748b;padding:20px;text-align:center}@media (max-width:640px){.customers-title{font-size:20px}.customers-table td,.customers-table th{font-size:13px;padding:10px}}.footer{background:#111;color:#fff;margin-top:0;padding:50px 20px 20px}.footer-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:auto;max-width:1200px}.footer-section h3{font-size:18px;margin-bottom:15px}.footer-section li,.footer-section p{color:#ccc;cursor:pointer;font-size:14px;margin-bottom:8px}.footer-section li:hover{color:#fff}.footer-section ul{list-style:none;padding:0}.footer-logo{border-radius:10px;width:120px}.social-icons{cursor:pointer;display:flex;font-size:20px;gap:15px}.social-icons svg:hover{color:#ff9800}.footer-bottom{border-top:1px solid #333;color:#aaa;font-size:13px;margin-top:40px;padding-top:15px;text-align:center}@media (max-width:768px){.footer{text-align:center}.social-icons{justify-content:center}}:root{--bg-color:#000;--text-color:#fff200}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.skeleton{animation:shimmer 1.5s linear infinite;background:#eee;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);background-size:200% 100%;border-radius:8px}@keyframes shimmer{to{background-position-x:-200%}}.skeleton-main-img{aspect-ratio:1/1;max-height:500px;width:100%}.skeleton-thumb{height:70px;width:70px}.skeleton-action-btn{flex:1 1;height:50px}.skeleton-title{height:35px;margin-bottom:20px;width:70%}.skeleton-price-bar{height:30px;margin-bottom:15px;width:50%}.skeleton-text-line{height:15px;margin-bottom:12px;width:100%}.detail-wrapper{display:flex;gap:40px}@media (max-width:768px){.detail-wrapper{flex-direction:column}.skeleton-main-img{height:350px}}
/*# sourceMappingURL=main.268e1102.css.map*/