.header{background:#1a1a1a;box-shadow:0 2px 10px #0000004d;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 2rem}.sidebar-toggle{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;padding:8px;transition:all .3s}.sidebar-toggle:hover{transform:scale(1.1)}.sidebar-toggle span{background:#fff;border-radius:2px;display:block;height:3px;transition:all .3s;width:25px}.logo{cursor:pointer;left:50%;position:absolute;transform:translateX(-50%);transition:transform .3s}.logo:hover{transform:translateX(-50%) scale(1.05)}.logo-img{height:50px;width:auto}.header-actions{align-items:center;display:flex;gap:1rem}.currency-toggle{background:#2a2a2a;border:2px solid #444;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1.2rem;transition:all .3s}.currency-toggle:hover{background:#333;border-color:#555;transform:translateY(-2px)}.cart-icon{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;position:relative;transition:all .3s}.cart-icon:hover{transform:scale(1.1)}.cart-icon svg{display:block}.cart-badge{align-items:center;background:#e74c3c;border-radius:50%;color:#fff;display:flex;font-size:.7rem;font-weight:700;height:20px;justify-content:center;position:absolute;right:0;top:0;width:20px}@media (max-width:768px){.header-container{padding:0 1rem}.logo-img{height:40px}.currency-toggle{font-size:.8rem;padding:.4rem .8rem}}.sidebar-overlay{animation:fadeIn .3s ease;background:#00000080;left:0;width:100%;z-index:998}.sidebar,.sidebar-overlay{height:100%;position:fixed;top:0}.sidebar{background:#1a1a1a;box-shadow:-2px 0 10px #0000004d;direction:rtl;overflow-y:auto;right:-350px;transition:right .3s ease;width:350px;z-index:999}.sidebar.open{right:0}.sidebar-header{align-items:center;background:#252525;border-bottom:2px solid #333;display:flex;justify-content:space-between;padding:1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:1}.sidebar-header h2{color:#fff}.close-btn{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;padding:0;transition:transform .2s;width:40px}.close-btn:hover{transform:scale(1.2)}.sidebar-content{padding:1rem}.sidebar-category{margin-bottom:.5rem}.category-header{background:#2a2a2a;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:1rem;transition:all .2s}.category-header:hover{background:#333;transform:translateX(-2px)}.arrow{display:inline-block;font-size:.8rem;transition:transform .3s ease}.arrow.expanded{transform:rotate(180deg)}.subcategories-list{animation:slideDown .3s ease;margin-top:.5rem;padding-right:1rem}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:1000px;opacity:1}}.sidebar-subcategory{margin-bottom:.5rem}.subcategory-header{align-items:center;background:#222;border-radius:6px;color:#e0e0e0;cursor:pointer;display:flex;justify-content:space-between;padding:.8rem;transition:all .2s}.subcategory-header:hover{background:#2d2d2d;transform:translateX(-2px)}.products-list{animation:slideDown .3s ease;margin-top:.5rem;padding-right:1rem}.sidebar-product{background:#1a1a1a;border-radius:4px;color:#ccc;cursor:pointer;font-size:.9rem;margin-bottom:.3rem;padding:.6rem;transition:all .2s}.sidebar-product:hover{background:#252525;color:#fff;transform:translateX(-2px)}@media (max-width:768px){.sidebar{max-width:350px;width:85%}}.home-container-dark{background:#0f0f0f;color:#fff;min-height:100vh}.loading-container{align-items:center;background:#0f0f0f;color:#ccc;display:flex;font-size:1.5rem;justify-content:center;min-height:100vh}.hero-section-dark{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border-bottom:3px solid #333;padding:6rem 2rem;text-align:center}.hero-content h1{-webkit-text-fill-color:#0000;animation:fadeInDown .8s ease;background:linear-gradient(135deg,#4caf50,#45a049);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;margin-bottom:1rem}.hero-content p{animation:fadeInUp .8s ease .2s both;color:#aaa;font-size:1.5rem}.section-header{padding:3rem 2rem 2rem;text-align:center}.section-header h2{color:#fff;font-size:2.5rem;margin-bottom:1rem}.section-divider{background:linear-gradient(90deg,#4caf50,#45a049);border-radius:2px;height:4px;margin:0 auto;width:100px}.most-visited-section{padding-bottom:3rem}.categories-section{padding:0 2rem 4rem}.category-block{margin-bottom:4rem}.category-header{padding:2rem 0 1rem;text-align:center}.category-header h2{color:#fff;font-size:2.2rem;margin-bottom:1rem}.subcategory-block{margin-bottom:3rem}.subcategory-block h3{border-right:4px solid #4caf50;color:#ccc;font-size:1.8rem;margin-bottom:1.5rem;padding-right:1rem}.products-grid{padding:0 1rem}.product-card{border:2px solid #0000;cursor:pointer}.product-card:hover{border-color:#4caf50;box-shadow:0 10px 30px #4caf504d}.product-image-wrapper{background:#222;width:100%}.product-image-wrapper img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover .product-image-wrapper img{transform:scale(1.1)}.discount-badge{left:10px;padding:.4rem .8rem}.product-info{padding:1.5rem}.product-info h4{color:#fff;font-size:1.2rem;margin-bottom:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-desc-short{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#bdbdbd;display:-webkit-box;font-size:.95rem;line-height:1.5;margin-bottom:.8rem;overflow:hidden}.product-rating{align-items:center;display:flex;gap:.5rem;margin-bottom:.8rem}.stars{gap:.1rem}.star{font-size:1rem}.rating-count{color:#777;font-size:.85rem}.product-price{align-items:center;display:flex;gap:.8rem}.original-price{color:#777;font-size:1rem}.final-price{font-size:1.4rem}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.2rem}.category-header h2,.section-header h2{font-size:1.8rem}.subcategory-block h3{font-size:1.4rem}.products-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}.products-container{margin:0 auto;max-width:1200px;padding:2rem 1rem}.products-header{animation:slideInDown .6s ease-out}.products-header h1{color:var(--color-dark);font-size:2.5rem;margin-bottom:2rem}.search-filter-section{grid-template-columns:1fr 1fr}.products-grid{grid-gap:2rem;animation:fadeIn .6s ease-out;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.category-footer{display:flex;justify-content:center;margin-top:1.5rem}.view-all-btn{background:#0000;border:2px solid var(--color-medium);border-radius:8px;color:var(--color-dark);cursor:pointer;font-weight:600;padding:.7rem 1.5rem;transition:all .3s ease}.view-all-btn:hover{background:var(--color-medium);color:#fff;transform:translateY(-2px)}.product-card{animation:slideInUp .5s ease-out;background:#1a1a1a;border-radius:12px;box-shadow:0 8px 20px #00000059;overflow:hidden;transition:all .3s ease}.product-card:hover{box-shadow:0 12px 28px #4caf5040;transform:translateY(-8px)}.product-card{display:flex;flex-direction:column;height:100%}.product-image-wrapper{align-items:center;aspect-ratio:1/1;background:#0f0f0f;display:flex;justify-content:center;margin:0 auto;overflow:hidden;position:relative}.product-image-wrapper.logo-default,.service-image-wrapper.logo-default{background:#0f0f0f}.product-image-wrapper{flex:0 0 auto}.product-image{background-color:#0f0f0f;height:100%;object-fit:contain;transition:transform .3s ease;width:100%}.product-image.logo-default,.service-image.logo-default{background-color:initial;height:140px;margin:0 auto;max-height:60%;max-width:60%;width:140px}.product-card:hover .product-image{transform:scale(1.05)}.product-content{display:flex;flex:1 1 auto;flex-direction:column;justify-content:space-between;padding:1.5rem}.product-content h3{color:#f0f0f0;font-size:1.2rem;line-height:1.3;margin-bottom:.5rem;text-align:center}.product-description{margin-bottom:1rem}.category-description,.product-description{color:#bdbdbd;font-size:.95rem;white-space:pre-wrap}.category-description{line-height:1.6}.product-pricing{display:flex;margin-bottom:1rem}.back-btn,.product-pricing{align-items:center;gap:.5rem}.back-btn{background:#fff;border:2px solid var(--color-light);border-radius:999px;color:var(--color-dark);display:inline-flex;font-weight:600;padding:.55rem .95rem;transition:all .2s ease}.back-btn:hover{border-color:var(--color-medium);box-shadow:0 6px 16px #047dcb26;transform:translateY(-1px)}.back-btn:active{transform:translateY(0)}.no-products{background:#fff;border-radius:8px;color:#666;font-size:1.2rem;padding:3rem;text-align:center}@media (max-width:768px){.products-header h1{font-size:1.8rem}.search-filter-section{grid-template-columns:1fr}.products-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.product-image-wrapper{height:240px;max-height:none;width:100%}}.eservices-container{margin:0 auto;max-width:1200px;padding:2rem 1rem}.eservices-header{animation:slideInDown .6s ease-out;margin-bottom:2rem}.eservices-header h1{color:var(--color-dark);font-size:2.5rem;margin-bottom:.5rem}.eservices-subtitle{color:#666;font-size:1.1rem;font-style:italic;margin-bottom:2rem}.search-filter-section{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:2rem}.category-select,.search-input{border:2px solid var(--color-light);border-radius:8px;font-size:1rem;padding:.8rem 1rem;transition:all .3s ease}.category-select:focus,.search-input:focus{border-color:var(--color-dark);box-shadow:0 0 0 3px #047dcb1a;outline:none}.eservices-grid{grid-gap:2rem;animation:fadeIn .6s ease-out;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.category-sections{display:flex;flex-direction:column;gap:2.5rem}.category-section{background:#0000}.category-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.category-header h2{color:var(--color-dark);font-size:1.6rem;margin:0}.service-card{animation:slideInUp .5s ease-out;background:#1a1a1a;border-radius:12px;box-shadow:0 8px 20px #00000059;overflow:hidden;transition:all .3s ease}.service-card:hover{box-shadow:0 12px 28px #4caf5040;transform:translateY(-8px)}.service-card{display:flex;flex-direction:column;height:100%}.service-image-wrapper{align-items:center;aspect-ratio:1/1;background:#0f0f0f;display:flex;justify-content:center;margin:0 auto;overflow:hidden;position:relative}.service-image-wrapper.logo-default{background:#0f0f0f}.service-image-wrapper{flex:0 0 auto}.service-image{background-color:#0f0f0f;height:100%;object-fit:contain;transition:transform .3s ease;width:100%}.service-image.logo-default{background-color:initial;height:140px;margin:0 auto;max-height:60%;max-width:60%;width:140px}.service-card:hover .service-image{transform:scale(1.05)}.discount-badge{animation:pulse 2s ease-in-out infinite;background-color:var(--color-error);font-size:.9rem;font-weight:700;padding:.5rem .8rem;position:absolute;right:10px;top:10px}.service-content{display:flex;flex:1 1 auto;flex-direction:column;justify-content:space-between;padding:1.5rem}.service-content h3{color:#f0f0f0;font-size:1.2rem;line-height:1.3;margin-bottom:.5rem;text-align:center}.service-description{color:#bdbdbd;font-size:.95rem;line-height:1.6;margin-bottom:1rem;white-space:pre-wrap}.service-pricing{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.original-price{color:#8f8f8f;font-size:.9rem}.final-price{font-size:1.5rem}.add-to-cart-btn{background:linear-gradient(135deg,var(--color-medium) 0,var(--color-dark) 100%);border-radius:6px;font-size:1rem;font-weight:700;padding:.8rem;transition:all .3s ease;width:100%}.add-to-cart-btn:hover{box-shadow:0 4px 12px #2750b04d;transform:scale(1.02)}.add-to-cart-btn:active{transform:scale(.98)}.loading-spinner{color:var(--color-medium);font-size:1.1rem}.loading-spinner,.no-services{padding:3rem;text-align:center}.no-services{background:#1a1a1a;border-radius:8px;color:#bdbdbd;font-size:1.2rem}.sub-order-badge{background:#000000b3;border-radius:6px;color:#fff;font-size:.9rem;font-weight:700;left:10px;padding:.25rem .5rem;position:absolute;top:10px;z-index:5}@media (max-width:768px){.eservices-header h1{font-size:1.8rem}.search-filter-section{grid-template-columns:1fr}.eservices-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.service-image-wrapper{height:240px;max-height:none;width:100%}}@media (max-width:480px){.eservices-grid{grid-template-columns:1fr}}.product-details-container{background:#0f0f0f;color:#fff;margin:0 auto;max-width:1400px;min-height:100vh;padding:2rem}.error,.loading{color:#ccc;font-size:1.2rem;padding:3rem;text-align:center}.back-btn{background:#2a2a2a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;margin-bottom:2rem;padding:.8rem 1.5rem;transition:all .3s}.back-btn:hover{background:#333;transform:translateX(-5px)}.product-details-wrapper{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:3rem}.product-image-section{align-items:center;background:#1a1a1a;border-radius:12px;display:flex;justify-content:center;padding:2rem}.product-detail-image{border-radius:8px;height:auto;max-width:500px;width:100%}.product-info-section{display:flex;flex-direction:column;gap:1.5rem}.product-info-section h1{color:#fff;font-size:2rem;margin:0}.rating-display{align-items:center;display:flex;gap:1rem}.stars{display:flex;gap:.2rem}.star{color:#444;font-size:1.5rem}.star.filled{color:gold}.star.clickable{cursor:pointer;transition:all .2s}.star.clickable:hover{transform:scale(1.2)}.rating-text{color:#aaa;font-size:.9rem}.product-description{color:#ccc;font-size:1.1rem;line-height:1.6}.price-section{align-items:center;background:#1a1a1a;border-radius:12px;display:flex;gap:1rem;padding:1.5rem}.original-price{color:#999;font-size:1.2rem;text-decoration:line-through}.final-price{color:#4caf50;font-size:2rem;font-weight:700}.discount-badge{background:#e74c3c;border-radius:6px;color:#fff;font-weight:600;padding:.3rem .8rem}.add-to-cart-btn{background:linear-gradient(135deg,#4caf50,#45a049);border:none;border-radius:10px;box-shadow:0 4px 15px #4caf504d;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;padding:1.2rem 2rem;transition:all .3s}.add-to-cart-btn:hover{box-shadow:0 6px 20px #4caf5066;transform:translateY(-2px)}.category-info{background:#1a1a1a;border-radius:8px;color:#ccc;display:flex;flex-direction:column;gap:.5rem;padding:1rem}.reviews-section{background:#1a1a1a;border-radius:12px;padding:2rem}.reviews-section h2{color:#fff;margin-bottom:2rem}.review-form{background:#222;border-radius:10px;margin-bottom:2rem;padding:2rem}.review-form h3{color:#fff;margin-bottom:1.5rem}.form-group label{color:#ccc;font-weight:500}.form-group input,.form-group textarea{background:#1a1a1a;border:2px solid #333;border-radius:8px;color:#fff;font-size:1rem;padding:.8rem;transition:all .3s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#4caf50;outline:none}.star-rating{display:flex;gap:.5rem}.review-form button{background:#4caf50;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s}.review-form button:hover:not(:disabled){background:#45a049;transform:translateY(-2px)}.review-form button:disabled{cursor:not-allowed;opacity:.6}.reviews-list{display:flex;flex-direction:column;gap:1rem}.review-card{background:#222;border-radius:10px;padding:1.5rem}.review-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.review-user{color:#fff;font-size:1.1rem;font-weight:600}.review-stars{display:flex;gap:.2rem}.review-comment{color:#ccc;line-height:1.6;margin-bottom:.8rem}.review-date{color:#777;font-size:.85rem}.no-reviews{color:#777;font-style:italic;padding:2rem;text-align:center}@media (max-width:768px){.product-details-wrapper{gap:2rem;grid-template-columns:1fr}.final-price,.product-info-section h1{font-size:1.5rem}}.cart-container{color:#e8e8e8;margin:0 auto;max-width:1200px;padding:2rem 1rem}.cart-container h1{color:#f2f2f2;font-size:2.2rem;margin-bottom:2rem}.empty-cart{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;box-shadow:0 6px 18px #00000059;padding:3rem;text-align:center}.empty-cart p{color:#bdbdbd;font-size:1.1rem;margin-bottom:1rem}.order-success-message{animation:slideInUp .6s ease-out;background:linear-gradient(135deg,#1b2b1f,#1a1a1a);border-radius:12px;padding:3rem;text-align:center}.success-icon{animation:pulse 2s ease-in-out infinite;color:#4caf50;font-size:4rem;margin-bottom:1rem}.order-success-message h2{color:#f2f2f2;font-size:2rem;margin-bottom:1rem}.order-success-message p{color:#cfcfcf;font-size:1.1rem;margin-bottom:.5rem}.cart-content{grid-gap:2rem;animation:fadeIn .6s ease-out;display:grid;gap:2rem;grid-template-columns:1.5fr 1fr}.cart-items-section{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;box-shadow:0 6px 18px #00000059;padding:2rem}.cart-items-section h2{color:#f0f0f0;font-size:1.5rem;margin-bottom:1.5rem}.cart-items-list{margin-bottom:2rem}.cart-item{grid-gap:1rem;align-items:center;animation:slideInUp .5s ease-out;border-bottom:1px solid #2a2a2a;display:grid;gap:1rem;grid-template-columns:80px 1fr auto auto auto;padding:1.5rem}.cart-item:last-child{border-bottom:none}.item-image{border-radius:6px;height:80px;object-fit:cover;width:80px}.item-details h4{color:#f0f0f0;margin-bottom:.3rem}.item-price{color:#4caf50;font-weight:700}.item-quantity{align-items:center;display:flex;gap:.5rem}.item-quantity button{background:#141414;border:2px solid #2a2a2a;border-radius:4px;color:#e8e8e8;cursor:pointer;font-weight:700;height:32px;transition:all .3s ease;width:32px}.item-quantity button:hover{background:#1f1f1f;border-color:#4caf50}.item-quantity input{-webkit-appearance:textfield;appearance:textfield;background:#141414;border:2px solid #2a2a2a;border-radius:4px;color:#e8e8e8;font-weight:700;padding:.4rem;text-align:center;width:50px}.item-quantity input::-webkit-inner-spin-button,.item-quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.item-total{color:#f0f0f0;font-weight:700;min-width:80px;text-align:right}.remove-btn{background-color:#e53935;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:all .3s ease}.remove-btn:hover{background-color:#c62828;transform:scale(1.05)}.cart-summary{background:#141414;border:1px solid #2a2a2a;border-radius:8px;margin-top:2rem;padding:1.5rem}.cart-summary h3{color:#f0f0f0;margin-bottom:1rem}.summary-row{color:#bdbdbd;margin-bottom:.8rem}.summary-row,.summary-total{display:flex;justify-content:space-between}.summary-total{border-top:2px solid #2f6f2f;color:#f0f0f0;font-size:1.3rem;font-weight:700;margin-top:1rem;padding-top:1rem}.checkout-form-section{animation:slideInRight .6s ease-out;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;box-shadow:0 6px 18px #00000059;height:-webkit-fit-content;height:fit-content;padding:2rem}.checkout-form-section h2{color:#f0f0f0;font-size:1.5rem;margin-bottom:1.5rem}.checkout-form{gap:1rem}.checkout-form,.form-group{display:flex;flex-direction:column}.form-group label{color:#dcdcdc;margin-bottom:.4rem}.form-group input{background:#141414;border:2px solid #2a2a2a;color:#e8e8e8}.form-group input:focus{border-color:#4caf50;box-shadow:0 0 0 3px #4caf5033}.submit-order-btn{background:linear-gradient(135deg,#2e7d32,#1b5e20);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:1rem;padding:1rem;transition:all .3s ease}.submit-order-btn:hover:not(:disabled){box-shadow:0 6px 20px #2e7d3266;transform:translateY(-3px)}.submit-order-btn:disabled{cursor:not-allowed;opacity:.7}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width:768px){.cart-content{grid-template-columns:1fr}.cart-item{grid-template-columns:70px 1fr;padding:1rem}.item-quantity,.item-total,.remove-btn{grid-column:2}}.admin-login-container{align-items:center;background:linear-gradient(135deg,var(--color-light) 0,var(--color-medium) 100%);direction:ltr;display:flex;justify-content:center;min-height:100vh;padding:1rem}.login-card{animation:slideUp .6s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 40px #047dcb33;color:#000;direction:ltr;max-width:400px;padding:3rem;text-align:left;width:100%}.login-card h1{color:var(--color-dark);font-size:2rem;margin-bottom:.5rem;text-align:center}.subtitle{color:#666;font-size:1.1rem;margin-bottom:2rem;text-align:center}.error-message{background-color:#f8d7da;border:2px solid #f5c6cb;border-radius:6px;color:#721c24;padding:1rem}.error-message,.form-group{margin-bottom:1.5rem}.form-group label{color:var(--color-dark);margin-bottom:.5rem}.form-group input{background:#fff;border:2px solid var(--color-light);border-radius:6px;color:#000;font-size:1rem;padding:.8rem;transition:all .3s ease;width:100%}.form-group input:focus{border-color:var(--color-dark);box-shadow:0 0 0 3px #047dcb1a;outline:none}.login-btn{background:linear-gradient(135deg,var(--color-medium) 0,var(--color-dark) 100%);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem;transition:all .3s ease;width:100%}.login-btn:hover{box-shadow:0 6px 20px #047dcb4d;transform:translateY(-2px)}.toggle-form{color:#666;margin-top:1.5rem;text-align:center}.toggle-btn{background:none;border:none;color:var(--color-dark);cursor:pointer;font-weight:700;padding:0;text-decoration:underline}.toggle-btn:hover{color:var(--color-medium)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.login-card{padding:2rem 1.5rem}.login-card h1{font-size:1.5rem}}.admin-dashboard{background:linear-gradient(135deg,#f5f7fa,#e8ecf1);color:#2c3e50;direction:ltr;display:grid;grid-template-columns:280px 1fr;min-height:100vh}.admin-sidebar{background:linear-gradient(180deg,#1a2332,#2d3e50);box-shadow:4px 0 20px #0000001a;color:#fff;height:100vh;overflow-y:auto;padding:0;position:-webkit-sticky;position:sticky;top:0}.sidebar-header{background:#0003;border-bottom:1px solid #ffffff1a;padding:2rem 1.5rem;text-align:center}.sidebar-header h2{font-size:1.5rem;font-weight:700;letter-spacing:.5px;margin:0}.sidebar-nav{padding:1.5rem 0}.nav-item{align-items:center;background:none;border:none;border-left:3px solid #0000;color:#ffffffd9;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.75rem;padding:1.1rem 1.5rem;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.nav-item:hover{background:linear-gradient(90deg,#ffffff1a,#0000);padding-left:1.8rem}.nav-item.active,.nav-item:hover{border-left-color:#3498db;color:#fff}.nav-item.active{background:linear-gradient(90deg,#3498db33,#0000);font-weight:600}.logout-btn{border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:1rem}.admin-content{margin:0 auto;max-width:1400px;overflow-y:auto;padding:2.5rem}.tab-content{animation:fadeIn .4s ease-out}.content-header{align-items:center;background:#fff;border-radius:16px;box-shadow:0 2px 16px #0000000f;display:flex;justify-content:space-between;margin-bottom:2.5rem;padding:2rem}.content-header h2{color:#2c3e50;font-size:2rem;font-weight:700;letter-spacing:-.5px;margin:0}.header-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.btn-primary{background:linear-gradient(135deg,#3498db,#2980b9);border:none;border-radius:10px;box-shadow:0 4px 12px #3498db40;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.85rem 1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary:hover{background:linear-gradient(135deg,#2980b9,#21618c);box-shadow:0 8px 20px #3498db59;transform:translateY(-3px)}.btn-primary:active{transform:translateY(-1px)}.btn-secondary{background:linear-gradient(135deg,#95a5a6,#7f8c8d);border:none;border-radius:10px;box-shadow:0 2px 8px #7f8c8d33;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-secondary:hover{background:linear-gradient(135deg,#7f8c8d,#707b7c);box-shadow:0 6px 16px #7f8c8d4d;transform:translateY(-2px)}.btn-delete,.btn-edit{border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;margin-right:.5rem;padding:.5rem 1rem;transition:all .25s ease}.btn-move{background:linear-gradient(135deg,#95a5a6,#7f8c8d);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;margin-right:.25rem;padding:.45rem .6rem;transition:all .15s ease}.btn-move:hover{background:linear-gradient(135deg,#7f8c8d,#707b7c);transform:translateY(-2px)}.btn-edit{background:linear-gradient(135deg,#3498db,#2980b9);box-shadow:0 2px 8px #3498db33;color:#fff}.btn-edit:hover{background:linear-gradient(135deg,#2980b9,#21618c);box-shadow:0 4px 12px #3498db4d;transform:translateY(-2px)}.btn-delete{background:linear-gradient(135deg,#e74c3c,#c0392b);box-shadow:0 2px 8px #e74c3c33;color:#fff}.btn-delete:hover{background:linear-gradient(135deg,#c0392b,#a93226);box-shadow:0 4px 12px #e74c3c4d;transform:translateY(-2px)}.form-card{animation:slideInDown .4s cubic-bezier(.4,0,.2,1);background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 4px 20px #00000014;margin-bottom:2rem;padding:2.5rem}.form-card h3{border-bottom:3px solid #3498db;color:#2c3e50;font-size:1.5rem;font-weight:700;margin-bottom:2rem;padding-bottom:.75rem}.form-group{margin-bottom:1.75rem}.form-group label{color:#34495e;display:block;font-size:.95rem;font-weight:600;letter-spacing:.3px;margin-bottom:.6rem}.form-group input,.form-group select,.form-group textarea{background:#fafbfc;border:2px solid #e0e6ed;border-radius:10px;color:#2c3e50;font-family:inherit;font-size:1rem;padding:.9rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{background:#fff;border-color:#3498db}.form-group textarea{min-height:120px;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#3498db;box-shadow:0 0 0 4px #3498db1a;outline:none}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-buttons{border-top:1px solid #e0e6ed;display:flex;gap:1rem;margin-top:2.5rem;padding-top:1.5rem}.form-buttons button{flex:1 1}.admin-preview-panel{background:#f7f9fc;border:1px solid #e0e6ed;border-radius:12px;margin-top:1.5rem;padding:1.25rem}.admin-preview-panel h4{color:#2c3e50;font-size:1rem;font-weight:700;margin:0 0 .75rem}.preview-product-card{grid-gap:1rem;background:#0f0f0f;border-radius:12px;color:#f0f0f0;display:grid;gap:1rem;grid-template-columns:140px 1fr;padding:1rem}.preview-product-image{background:#1a1a1a;border-radius:10px;height:140px;overflow:hidden;position:relative;width:140px}.preview-product-image img{height:100%;object-fit:cover;width:100%}.preview-discount{background:#e53935;border-radius:999px;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;position:absolute;right:8px;top:8px}.preview-product-info h5{color:#fff;font-size:1.1rem;margin:0 0 .5rem}.preview-product-info p{color:#cfcfcf;font-size:.95rem;line-height:1.4;margin:0 0 .75rem}.preview-price{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.preview-field{display:flex;flex-direction:column;gap:.35rem;min-width:120px}.preview-field label{color:#c9c9c9;font-size:.75rem;letter-spacing:.6px;text-transform:uppercase}.preview-input,.preview-textarea{background:#111;border:1px solid #2f2f2f;border-radius:8px;color:#f2f2f2;font-size:.95rem;padding:.55rem .7rem;width:100%}.preview-textarea{min-height:90px;resize:vertical}.preview-category-card .preview-input,.preview-category-card .preview-textarea{background:#f7f9fc;border-color:#d5dde7;color:#2c3e50}.preview-original{color:#9e9e9e;font-size:.9rem;text-decoration:line-through}.preview-final{color:#4caf50;font-size:1.05rem;font-weight:700}.preview-category-card{grid-gap:1rem;background:#fff;border:1px solid #e0e6ed;border-radius:12px;display:grid;gap:1rem;grid-template-columns:120px 1fr;padding:1rem}.preview-category-image{background:#f3f6fa;border-radius:10px;height:120px;overflow:hidden;width:120px}.preview-category-image img{height:100%;object-fit:cover;width:100%}.preview-category-info h5{color:#2c3e50;font-size:1.05rem;margin:0 0 .5rem}.preview-category-info p{color:#5a6c7d;font-size:.95rem;margin:0 0 .75rem}.preview-meta{color:#34495e;font-size:.9rem;margin-bottom:.35rem}.products-table{animation:fadeIn .4s ease-out;background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden}.products-table table{border-collapse:collapse;width:100%}.products-table th{background:linear-gradient(135deg,#34495e,#2c3e50);color:#fff;font-weight:600;letter-spacing:.5px;text-align:left;text-transform:uppercase}.products-table td,.products-table th{font-size:.95rem;padding:1.2rem 1.5rem}.products-table td{border-bottom:1px solid #ecf0f1;color:#34495e}.products-table tbody tr{transition:all .2s ease}.products-table tr:hover{background:linear-gradient(90deg,#f8f9fa,#fff);transform:scale(1.005)}.products-table tr.selected-row{background:linear-gradient(90deg,#ebf5fb,#d6eaf8)}.products-table tr.selected-row:hover{background:linear-gradient(90deg,#d6eaf8,#aed6f1)}.inline-edit-row td{background-color:#f8f9fa;padding:0}.inline-edit-row .form-card{animation:slideInDown .25s ease-out;border-radius:0;box-shadow:none;margin:0}.inline-edit-card{animation:slideInDown .3s ease-out;background:linear-gradient(135deg,#f8f9fa,#fff);border:2px solid #3498db;grid-column:1/-1;padding:1.5rem}.inline-edit-card .form-card{background:#0000;border:none;box-shadow:none;margin:0}.inline-edit-card h3{color:#3498db;margin-bottom:1rem}.table-image{border-radius:10px;box-shadow:0 2px 8px #0000001a;max-height:80px;max-width:80px;object-fit:cover;transition:transform .2s ease}.table-image:hover{box-shadow:0 8px 24px #0003;transform:scale(1.5);z-index:10}.products-table input[type=checkbox]{accent-color:#3498db;cursor:pointer;height:20px;width:20px}.categories-grid{grid-gap:2rem;animation:fadeIn .4s ease-out;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.category-card{background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 4px 16px #00000014;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.category-card:hover{border-color:#3498db;box-shadow:0 12px 32px #3498db33;transform:translateY(-8px)}.category-card h3{color:#2c3e50;font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.category-card p{color:#7f8c8d;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.card-actions{border-top:1px solid #ecf0f1;display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem}.card-actions button{flex:1 1}.sub-order-badge.admin{background:linear-gradient(135deg,#3498db,#2980b9);border-radius:8px;color:#fff;font-size:.9rem;font-weight:700;padding:.25rem .6rem}.orders-list{grid-gap:2rem;animation:fadeIn .4s ease-out;display:grid;gap:2rem}.order-card{background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 4px 16px #00000014;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.order-card:hover{box-shadow:0 8px 28px #3498db33;transform:translateX(5px)}.order-header{align-items:center;border-bottom:2px solid #ecf0f1;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.order-header h3{color:#2c3e50;font-size:1.15rem;font-weight:700;margin:0}.status-badge{border-radius:25px;box-shadow:0 2px 8px #0000001a;font-size:.85rem;font-weight:600;letter-spacing:.5px;padding:.5rem 1.2rem;text-transform:uppercase}.status-badge.status-pending{background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff}.status-badge.status-confirmed{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff}.status-badge.status-processing{background:linear-gradient(135deg,#9b59b6,#8e44ad);color:#fff}.status-badge.status-shipped{background:linear-gradient(135deg,#1abc9c,#16a085);color:#fff}.status-badge.status-delivered{background:linear-gradient(135deg,#27ae60,#229954);color:#fff}.status-badge.status-cancelled{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff}.order-customer{background:linear-gradient(135deg,#f8f9fa,#fff);border-left:3px solid #3498db;border-radius:10px;margin-bottom:1.25rem;padding:1rem}.order-customer p{color:#5a6c7d;font-size:.95rem;margin:.4rem 0}.order-customer strong{color:#2c3e50;font-weight:600}.order-items{margin:1.5rem 0}.order-items h4{color:#2c3e50;font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.order-items table{border-collapse:collapse;border-radius:10px;box-shadow:0 2px 8px #00000014;font-size:.9rem;overflow:hidden;width:100%}.order-items td,.order-items th{border-bottom:1px solid #e0e6ed;padding:.75rem 1rem;text-align:left}.order-items th{background:linear-gradient(135deg,#34495e,#2c3e50);color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.order-items tr:last-child td{border-bottom:none}.order-items tr:hover{background:linear-gradient(90deg,#f8f9fa,#fff)}.order-total{background:linear-gradient(135deg,#3498db,#2980b9);border-radius:12px;box-shadow:0 4px 12px #3498db40;color:#fff;font-size:1.1rem;font-weight:600;margin:1.5rem 0;padding:1.25rem 1.5rem;text-align:right}.order-actions{align-items:center;display:flex;gap:1rem;margin:1.5rem 0}.status-select{background:#fff;border:2px solid #e0e6ed;border-radius:10px;color:#2c3e50;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.status-select:hover{background:#f8f9fa;border-color:#3498db}.status-select:focus{border-color:#3498db;box-shadow:0 0 0 4px #3498db1a;outline:none}.order-footer{border-top:2px solid #e0e6ed;color:#95a5a6;font-size:.85rem;font-style:italic;margin-top:1.25rem;padding-top:1.25rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.admin-dashboard{grid-template-columns:220px 1fr}.nav-item,.sidebar-header{font-size:.9rem;padding:.9rem 1.25rem}.content-header h2{font-size:1.5rem}}@media (max-width:768px){.admin-dashboard{grid-template-columns:1fr}.admin-sidebar{height:auto;position:relative;width:100%}.sidebar-nav{display:flex;gap:.5rem;overflow-x:auto;padding:.75rem 0}.nav-item{border-radius:8px;flex:1 1;padding:.75rem 1rem;text-align:center;white-space:nowrap}.admin-content{padding:1.5rem 1rem}.content-header{flex-direction:column;gap:1.25rem;padding:1.5rem}.content-header h2{font-size:1.4rem}.form-row{gap:1rem;grid-template-columns:1fr}.categories-grid{gap:1.25rem;grid-template-columns:1fr}.order-header{align-items:flex-start}.form-buttons,.order-header{flex-direction:column;gap:.75rem}.products-table{font-size:.85rem}.products-table td,.products-table th{padding:.6rem .75rem}.order-actions{align-items:stretch;flex-direction:column}}*{box-sizing:border-box;margin:0;padding:0}body,html{color:#fff;direction:rtl;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}#root,body,html{background:#0f0f0f}#root{min-height:100vh}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#333;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#444}
/*# sourceMappingURL=main.f73bf379.css.map*/