*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a2e;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}.app{flex-direction:column;min-height:100vh;display:flex}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}::-webkit-scrollbar-thumb{background:#c0392b;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#e74c3c}::selection{color:#fff;background:#c0392b}.navbar{z-index:1000;background:#1a1a2e;padding:.8rem 2rem;transition:all .3s;position:sticky;top:0;box-shadow:0 2px 20px #0000004d}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2ef2;padding:.4rem 2rem}.nav-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;max-width:1400px;margin:0 auto;display:flex}.nav-logo{align-items:center;gap:.8rem;text-decoration:none;transition:transform .3s;display:flex}.nav-logo:hover{transform:scale(1.02)}.logo-image{object-fit:contain;filter:drop-shadow(0 2px 4px #0000001a);width:auto;height:42px}.logo-text{color:#f5c842;letter-spacing:.5px;text-shadow:0 2px 4px #0000001a;font-size:1.1rem;font-weight:700}.logo-text span{color:#fff9;letter-spacing:2px;margin-top:-2px;font-size:.65rem;font-weight:300;display:block}.search-bar{flex:1;min-width:200px;max-width:500px;display:flex;position:relative}.search-bar input{color:#1a1a2e;background:#fff;border:none;border-radius:25px 0 0 25px;outline:none;flex:1;padding:.6rem 1.2rem;font-size:.9rem;transition:all .3s}.search-bar input:focus{box-shadow:inset 0 0 0 2px #f5c842}.search-bar input::placeholder{color:#999;font-size:.85rem}.search-bar button{cursor:pointer;color:#1a1a2e;background:linear-gradient(135deg,#f5c842,#f39c12);border:none;border-radius:0 25px 25px 0;justify-content:center;align-items:center;padding:.6rem 1.5rem;font-size:1rem;transition:all .3s;display:flex}.search-bar button:hover{background:linear-gradient(135deg,#f1c40f,#e67e22);transform:scale(1.02)}.search-bar button:active{transform:scale(.95)}.nav-actions{align-items:center;gap:1rem;display:flex}.login-btn{color:#1a1a2e;cursor:pointer;background:linear-gradient(135deg,#f5c842,#f39c12);border:none;border-radius:25px;align-items:center;gap:.5rem;padding:.4rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 2px 10px #f5c84233}.login-btn:hover{transform:scale(1.05);box-shadow:0 4px 20px #f5c8424d}.logout-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e74c3c,#c0392b);border:none;border-radius:25px;align-items:center;gap:.5rem;padding:.4rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 2px 10px #e74c3c33}.logout-btn:hover{transform:scale(1.05);box-shadow:0 4px 20px #e74c3c4d}.profile-link{color:#fff;border-radius:8px;align-items:center;gap:.4rem;padding:.3rem .8rem;font-size:.9rem;text-decoration:none;transition:all .3s;display:flex}.profile-link:hover{color:#f5c842;background:#ffffff1a}.cart-btn{color:#fff;border-radius:8px;align-items:center;padding:.4rem .8rem;font-size:1.3rem;text-decoration:none;transition:all .3s;display:flex;position:relative}.cart-btn:hover{background:#ffffff1a;transform:scale(1.05)}.cart-badge{color:#1a1a2e;text-align:center;background:linear-gradient(135deg,#f5c842,#f39c12);border-radius:50%;min-width:18px;padding:.1rem .45rem;font-size:.65rem;font-weight:700;animation:2s infinite badgePulse;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 8px #f5c8424d}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;padding:.3rem;transition:transform .3s;display:none}.mobile-menu-btn:hover{transform:rotate(90deg)}.nav-bottom{background:linear-gradient(135deg,#d50000,#c0392b);border-radius:8px;margin-top:.8rem;padding:.5rem 2rem;position:relative;overflow:hidden}.nav-bottom:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;animation:3s infinite navShimmer;position:absolute;top:0;left:-100%}@keyframes navShimmer{0%{left:-100%}to{left:100%}}.nav-bottom-container{z-index:1;flex-wrap:wrap;align-items:center;gap:2.5rem;max-width:1400px;margin:0 auto;display:flex;position:relative}.nav-bottom-container a{color:#fff;border-radius:6px;padding:.3rem .6rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.nav-bottom-container a:after{content:"";background:#f5c842;width:0;height:2px;transition:all .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav-bottom-container a:hover:after{width:80%}.nav-bottom-container a:hover{color:#f5c842;background:#ffffff0d}.admin-link{font-weight:600;color:#f5c842!important}.admin-link:after{background:#f5c842!important}.hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 30%,#c0392b 100%);justify-content:center;align-items:center;min-height:450px;padding:5rem 2rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,#f5c8420d 0%,#0000 70%);width:200%;height:200%;animation:25s linear infinite heroRotate;position:absolute;top:-50%;left:-50%}.hero:after{content:"";background:linear-gradient(90deg,#0000,#f5c842,#0000);height:4px;animation:3s ease-in-out infinite heroLine;position:absolute;bottom:0;left:0;right:0}@keyframes heroLine{0%,to{opacity:.3}50%{opacity:1}}@keyframes heroRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-content{z-index:1;max-width:800px;margin:0 auto;position:relative}.hero-badge{color:#f5c842;background:#f5c84226;border:1px solid #f5c84233;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1.8rem;font-size:.85rem;font-weight:600;animation:.8s fadeInDown;display:inline-flex}.hero-content h1{margin-bottom:.5rem;font-size:3.5rem;font-weight:800;line-height:1.15;animation:.8s .2s both fadeInUp}.hero-content h1 span{color:#f5c842;position:relative}.hero-content h1 span:after{content:"";background:linear-gradient(90deg,#f5c842,#0000);border-radius:2px;width:100%;height:4px;position:absolute;bottom:0;left:0}.hero-content p{color:#ffffffd9;margin-bottom:1.5rem;font-size:1.3rem;animation:.8s .4s both fadeInUp}.hero-discount-wrapper{justify-content:center;margin-bottom:1.5rem;animation:.8s .6s both fadeInUp;display:flex}.hero-discount{color:#1a1a2e;background:linear-gradient(135deg,#f5c842,#f39c12);border-radius:50px;padding:.6rem 3.5rem;font-size:2.2rem;font-weight:900;animation:2.5s infinite pulseDiscount;display:inline-block;position:relative;overflow:hidden;box-shadow:0 4px 40px #f5c8424d}.hero-discount:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:200%;height:200%;animation:3s infinite discountShine;position:absolute;top:-50%;left:-50%}@keyframes discountShine{0%{transform:translate(-100%)rotate(45deg)}to{transform:translate(100%)rotate(45deg)}}@keyframes pulseDiscount{0%,to{transform:scale(1);box-shadow:0 4px 40px #f5c8424d}50%{transform:scale(1.05);box-shadow:0 4px 60px #f5c84280}}.shop-now-btn{color:#c0392b;background:#fff;border-radius:50px;align-items:center;gap:.5rem;padding:.9rem 3.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;animation:.8s .8s both fadeInUp;display:inline-flex;box-shadow:0 4px 20px #0003}.shop-now-btn:hover{color:#1a1a2e;background:#f5c842;transform:scale(1.05);box-shadow:0 8px 40px #f5c84266}.shop-now-btn:active{transform:scale(.95)}.hero-with-banner{background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:500px;padding:4rem 2rem;display:flex;position:relative}.hero-overlay{z-index:1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0009;position:absolute;inset:0}.hero-with-banner .hero-content{z-index:2;position:relative}.hero-with-banner .hero-content h1,.hero-with-banner .hero-content p{color:#fff;text-shadow:0 2px 30px #0000004d}.hero-with-banner .hero-badge{background:#f5c84233;border-color:#f5c8424d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hero-dots{z-index:2;gap:.5rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.hero-dots .dot{cursor:pointer;background:#ffffff4d;border-radius:50%;width:10px;height:10px;transition:all .3s}.hero-dots .dot.active{background:#f5c842;border-radius:10px;width:30px}.brands-section{max-width:1400px;margin:3rem auto;padding:0 2rem}.brands-section h2{text-align:center;color:#1a1a2e;margin-bottom:2.5rem;font-size:2.2rem;font-weight:700;position:relative}.brands-section h2:after{content:"";background:linear-gradient(90deg,#c0392b,#e74c3c);border-radius:2px;width:60px;height:4px;margin:10px auto 0;display:block}.brands-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;display:grid}.brand-card{text-align:center;cursor:pointer;background:#fff;border:2px solid #0000;border-radius:16px;padding:2rem 1.5rem;transition:all .3s;box-shadow:0 4px 15px #0000000f}.brand-card:hover{border-color:#c0392b;transform:translateY(-8px);box-shadow:0 12px 40px #c0392b26}.brand-card:active{transform:scale(.95)}.brand-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1rem;font-size:2rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 15px #0000001a}.brand-card:hover .brand-icon{transform:scale(1.1)rotate(-5deg);box-shadow:0 8px 25px #00000026}.brand-card h3{color:#1a1a2e;margin-bottom:.3rem;font-size:1.1rem}.brand-card p{color:#888;font-size:.85rem}.brand-logo-image{object-fit:contain;width:80px;height:80px;margin:0 auto .8rem;transition:transform .3s;display:block}.brand-card:hover .brand-logo-image{transform:scale(1.1)}.brand-fallback .brand-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:2rem;font-weight:700;display:flex}.brand-gree{background:linear-gradient(135deg,#2ecc71,#27ae60)}.brand-daikin{background:linear-gradient(135deg,#3498db,#2980b9)}.brand-mitsubishi{background:linear-gradient(135deg,#e67e22,#d35400)}.brand-samsung{background:linear-gradient(135deg,#1a1a2e,#2d2d44)}.brand-crossair{background:linear-gradient(135deg,#e74c3c,#c0392b)}.brand-media{background:linear-gradient(135deg,#3498db,#2980b9)}.brand-lg{background:linear-gradient(135deg,#e74c3c,#c0392b)}.brand-voltas{background:linear-gradient(135deg,#16a085,#1abc9c)}.brand-bluestar{background:linear-gradient(135deg,#2980b9,#3498db)}.brand-carrier{background:linear-gradient(135deg,#8e44ad,#9b59b6)}.brand-hitachi{background:linear-gradient(135deg,#2c3e50,#34495e)}.brand-haier{background:linear-gradient(135deg,#27ae60,#2ecc71)}.products-section{max-width:1400px;margin:0 auto 3rem;padding:0 2rem}.deals-section{background:linear-gradient(135deg,#fff5f5,#ffe8e8);border:1px solid #c0392b0d;border-radius:16px;margin-bottom:3rem;padding:2.5rem 2rem}.section-header h2{color:#1a1a2e;align-items:center;gap:.5rem;font-size:2rem;font-weight:700;display:flex}.section-header p{color:#666;font-size:1rem}.section-header .view-all{color:#c0392b;align-items:center;gap:.3rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.section-header .view-all:hover{color:#e74c3c;transform:translate(5px)}.limited-badge{color:#fff;background:linear-gradient(135deg,#d50000,#c0392b);border-radius:50px;padding:.3rem 1.5rem;font-size:.8rem;font-weight:600;animation:2s infinite pulseDiscount;box-shadow:0 2px 10px #d5000033}.badge{color:#1a1a2e;background:linear-gradient(135deg,#f5c842,#f39c12);border-radius:50px;padding:.3rem 1.5rem;font-size:.8rem;font-weight:600;box-shadow:0 2px 10px #f5c84233}.products-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%;display:grid}.product-card{box-sizing:border-box;background:#fff;border:2px solid #0000;border-radius:16px;flex-direction:column;width:100%;max-width:100%;padding:1.2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 10px #0000000f}.product-card:hover{border-color:#d50000;transform:translateY(-8px);box-shadow:0 12px 40px #d5000026}.product-card:after{content:"";pointer-events:none;opacity:0;background:linear-gradient(#0000,#d5000005);transition:opacity .3s;position:absolute;inset:0}.product-card:hover:after{opacity:1}.product-badge{flex-wrap:wrap;gap:.4rem;margin-bottom:.6rem;display:flex}.product-badge span{text-transform:uppercase;letter-spacing:.5px;border-radius:50px;padding:.15rem .7rem;font-size:.65rem;font-weight:700}.product-badge .discount{color:#fff;background:linear-gradient(135deg,#d50000,red);animation:2s infinite badgePulse}.product-badge .best-seller{color:#1a1a2e;background:linear-gradient(135deg,#f5c842,#f39c12)}.product-badge .used{color:#fff;background:linear-gradient(135deg,#2c3e50,#34495e)}.product-badge .new{color:#fff;background:linear-gradient(135deg,#2ecc71,#27ae60)}.product-badge .featured{color:#fff;background:linear-gradient(135deg,#8e44ad,#9b59b6)}.product-image-wrapper{background:#f8f9fa;border-radius:12px;width:100%;height:180px;margin-bottom:.8rem;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.175,.885,.32,1.275)}.product-card:hover .product-image{transform:scale(1.08)}.product-image-wrapper .image-overlay{opacity:0;background:linear-gradient(#0000 50%,#0000001a);transition:opacity .3s;position:absolute;inset:0}.product-card:hover .image-overlay{opacity:1}.product-name{color:#1a1a2e;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.2rem;margin-bottom:.3rem;font-size:.95rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.product-price-wrapper{align-items:center;gap:.8rem;margin-bottom:.2rem;display:flex}.product-price{color:#d50000;font-size:1.1rem;font-weight:700}.product-original-price{color:#b2bec3;font-size:.8rem;text-decoration:line-through}.product-seller{color:#666;margin-bottom:.5rem;font-size:.8rem}.product-meta{color:#888;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.8rem;display:flex}.product-condition{border-radius:50px;padding:.1rem .6rem;font-size:.65rem;font-weight:600}.condition-new{color:#065f46;background:#d1fae5}.condition-used{color:#92400e;background:#fef3c7}.product-rating{align-items:center;gap:.5rem;margin-bottom:.4rem;display:flex}.product-rating .stars{gap:2px;display:flex}.product-rating .stars svg{width:14px;height:14px}.product-rating .rating-count{color:#888;font-size:.75rem}.add-to-cart{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1a1a2e,#2d2d44);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.4rem;width:100%;margin-top:.3rem;padding:.6rem;font-size:.85rem;font-weight:700;transition:all .3s;display:flex;position:relative;overflow:hidden}.add-to-cart:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.add-to-cart:hover:before{left:100%}.add-to-cart:hover{background:linear-gradient(135deg,#d50000,red);transform:scale(1.02);box-shadow:0 4px 20px #d500004d}.add-to-cart:active{transform:scale(.95)}.add-to-cart:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.reviews-toggle-btn{color:#666;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:.3rem;margin-top:.4rem;padding:.2rem;font-size:.75rem;transition:color .3s;display:flex}.reviews-toggle-btn:hover{color:#c0392b}.reviews-toggle-btn svg{width:14px;height:14px}.features-section{max-width:1400px;margin:3rem auto;padding:0 2rem}.features-section h2{text-align:center;color:#1a1a2e;margin-bottom:2.5rem;font-size:2.2rem;font-weight:700}.features-section h2:after{content:"";background:linear-gradient(90deg,#c0392b,#e74c3c);border-radius:2px;width:60px;height:4px;margin:10px auto 0;display:block}.features-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;display:grid}.feature-card{text-align:center;background:#fff;border:2px solid #0000;border-radius:16px;padding:2.5rem 1.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 4px 15px #0000000f}.feature-card:before{content:"";transform-origin:0;background:linear-gradient(90deg,#c0392b,#e74c3c);height:4px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover{border-color:#c0392b;transform:translateY(-8px);box-shadow:0 12px 40px #c0392b1a}.feature-icon{margin-bottom:1rem;font-size:3rem;transition:transform .4s;display:inline-block}.feature-card:hover .feature-icon{transform:scale(1.15)rotate(-5deg)}.feature-card h3{color:#1a1a2e;margin-bottom:.3rem;font-size:1.1rem}.feature-card p{color:#666;font-size:.9rem;line-height:1.5}.loading-spinner{text-align:center;color:#888;flex-direction:column;align-items:center;gap:1rem;padding:3rem;display:flex}.loading-spinner:after{content:"";border:4px solid #f3f3f3;border-top-color:#d50000;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin;display:inline-block}.loading-spinner p{margin:0;font-size:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state{text-align:center;background:#fff;border-radius:16px;padding:4rem 2rem;box-shadow:0 2px 10px #0000000f}.empty-state .empty-icon{opacity:.5;margin-bottom:1rem;font-size:4rem}.empty-state h3{color:#1a1a2e;margin-bottom:.3rem;font-size:1.2rem}.empty-state p{color:#666;font-size:1rem}.empty-state .empty-sub{color:#999;margin-top:.3rem;font-size:.9rem}.error-container{max-width:1400px;margin:1rem auto;padding:0 2rem}.error-message{color:#d50000;background:#fff5f5;border:2px solid #d50000;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}.error-message span{font-size:2rem}.error-message p{flex:1;margin:0;font-size:1.1rem}.retry-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#d50000;border:none;border-radius:8px;padding:.5rem 1.5rem;font-weight:600;transition:all .3s}.retry-btn:hover{background:red;transform:scale(1.05)}.retry-btn:active{transform:scale(.95)}.products-page{max-width:1400px;margin:0 auto;padding:2rem}.products-page .section-header{margin-bottom:2rem}.products-page .section-header h1{color:#1a1a2e;font-size:2rem}.product-count{color:#666;margin-top:.2rem;font-size:.95rem}.header-actions{gap:.8rem;display:flex}.filter-toggle-btn{cursor:pointer;color:#333;background:#fff;border:2px solid #e5e7eb;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.filter-toggle-btn:hover{color:#c0392b;background:#fef8f7;border-color:#c0392b}.filter-toggle-btn.active{color:#fff;background:#c0392b;border-color:#c0392b}.category-filter-wrapper{opacity:0;max-height:0;margin-bottom:0;transition:max-height .4s cubic-bezier(.175,.885,.32,1.275),margin .4s,opacity .4s;overflow:hidden}.category-filter-wrapper.open{opacity:1;max-height:400px;margin-bottom:1.5rem}.category-filter{background:#fff;border-radius:12px;flex-wrap:wrap;align-items:center;gap:.8rem;padding:1rem 1.2rem;display:flex;box-shadow:0 2px 8px #0000000a}.category-filter-btn{cursor:pointer;color:#666;background:#fff;border:2px solid #e5e7eb;border-radius:50px;padding:.4rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .3s}.category-filter-btn:hover{color:#c0392b;background:#fef8f7;border-color:#c0392b}.category-filter-btn.active{color:#fff;background:#c0392b;border-color:#c0392b}.clear-filter-btn{cursor:pointer;color:#e74c3c;background:#fee2e2;border:2px solid #e74c3c;border-radius:50px;align-items:center;gap:.2rem;padding:.4rem 1rem;font-size:.85rem;font-weight:500;transition:all .3s;display:flex}.clear-filter-btn:hover{color:#fff;background:#e74c3c}.filter-group{flex-direction:column;flex:1;gap:.2rem;min-width:140px;display:flex}.filter-group label{color:#666;font-size:.75rem;font-weight:600}.filter-group .filter-select{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:8px;outline:none;padding:.4rem .8rem;font-size:.85rem;transition:border-color .3s}.filter-group .filter-select:focus{border-color:#c0392b}.product-detail-page{max-width:1400px;margin:0 auto;padding:2rem}.back-btn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.95rem;transition:all .3s;display:inline-flex}.back-btn:hover{color:#1a1a2e;background:#f0f2f5;transform:translate(-5px)}.back-btn svg{transition:transform .3s}.back-btn:hover svg{transform:translate(-3px)}.product-detail-grid{grid-template-columns:1fr 1.5fr;gap:3rem;margin-bottom:3rem;display:grid}.product-detail-image{background:#fff;border-radius:16px;justify-content:center;align-items:center;padding:2rem;transition:all .3s;display:flex;position:relative;box-shadow:0 2px 10px #0000000f}.product-detail-image:hover{box-shadow:0 8px 30px #00000014}.product-detail-image img{object-fit:contain;width:100%;height:auto;max-height:500px;transition:transform .5s}.product-detail-image:hover img{transform:scale(1.02)}.detail-discount-badge{color:#fff;background:linear-gradient(135deg,#d50000,red);border-radius:50px;padding:.4rem 1.5rem;font-size:1.2rem;font-weight:700;animation:2s infinite pulseDiscount;position:absolute;top:1rem;right:1rem;box-shadow:0 4px 15px #d500004d}.detail-image-gallery{justify-content:center;gap:.5rem;margin-top:1rem;display:flex}.detail-image-gallery img{object-fit:cover;cursor:pointer;border:2px solid #0000;border-radius:8px;width:60px;height:60px;transition:all .3s}.detail-image-gallery img:hover,.detail-image-gallery img.active{border-color:#c0392b}.product-detail-info{flex-direction:column;gap:.8rem;display:flex}.detail-badges{flex-wrap:wrap;gap:.5rem;display:flex}.detail-badges span{border-radius:50px;padding:.2rem 1rem;font-size:.8rem;font-weight:600}.badge-bestseller{color:#1a1a2e;background:linear-gradient(135deg,#f5c842,#f39c12)}.badge-used{color:#fff;background:linear-gradient(135deg,#2c3e50,#34495e)}.badge-new{color:#fff;background:linear-gradient(135deg,#2ecc71,#27ae60)}.badge-featured{color:#fff;background:linear-gradient(135deg,#8e44ad,#9b59b6)}.detail-title{color:#1a1a2e;margin:0;font-size:2.2rem;font-weight:700;line-height:1.2}.detail-rating{align-items:center;gap:.5rem;display:flex}.detail-rating .stars{gap:2px;display:flex}.detail-rating .stars svg{width:18px;height:18px}.detail-rating .rating-text{color:#666;font-size:.9rem}.detail-rating .rating-link{color:#c0392b;font-size:.85rem;text-decoration:none}.detail-rating .rating-link:hover{text-decoration:underline}.detail-price{border-top:2px solid #f0f2f5;border-bottom:2px solid #f0f2f5;align-items:center;gap:1rem;padding:.8rem 0;display:flex}.detail-price .current-price{color:#d50000;font-size:2.2rem;font-weight:700}.detail-price .original-price{color:#b2bec3;font-size:1.2rem;text-decoration:line-through}.detail-price .price-save{color:#065f46;background:#d1fae5;border-radius:20px;padding:.2rem .8rem;font-size:.8rem;font-weight:600}.detail-description{margin-top:.2rem}.detail-description h3{color:#1a1a2e;margin-bottom:.3rem;font-size:1rem}.detail-description p{color:#555;font-size:.95rem;line-height:1.7}.detail-features{margin-top:.2rem}.detail-features h3{color:#1a1a2e;margin-bottom:.3rem;font-size:1rem}.detail-features ul{grid-template-columns:1fr 1fr;gap:.3rem 1rem;padding:0;list-style:none;display:grid}.detail-features ul li{color:#555;align-items:center;gap:.5rem;padding:.2rem 0;font-size:.9rem;display:flex}.detail-features ul li svg{color:#10b981;flex-shrink:0}.detail-specifications{margin-top:.2rem}.detail-specifications h3{color:#1a1a2e;margin-bottom:.3rem;font-size:1rem}.spec-grid{background:#f8f9fa;border-radius:10px;grid-template-columns:1fr 1fr;gap:.3rem 1rem;padding:.8rem 1rem;display:grid}.spec-item{gap:.3rem;padding:.2rem 0;font-size:.9rem;display:flex}.spec-key{color:#666;font-weight:600}.spec-value{color:#1a1a2e}.detail-actions{align-items:center;gap:1rem;margin-top:.5rem;display:flex}.quantity-selector{border:2px solid #e5e7eb;border-radius:10px;align-items:center;display:flex;overflow:hidden}.qty-btn{cursor:pointer;color:#1a1a2e;background:0 0;border:none;min-width:40px;padding:.5rem 1rem;font-size:1.2rem;font-weight:600;transition:all .3s}.qty-btn:hover{background:#f0f2f5}.qty-btn:active{transform:scale(.9)}.qty-value{text-align:center;min-width:40px;padding:.5rem 1rem;font-weight:600}.detail-add-to-cart{color:#fff;cursor:pointer;background:linear-gradient(135deg,#d50000,red);border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.9rem 1.5rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex}.detail-add-to-cart:hover{transform:scale(1.02);box-shadow:0 4px 30px #d500004d}.detail-add-to-cart:active{transform:scale(.95)}.detail-add-to-cart:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.detail-buy-now{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1a1a2e,#2d2d44);border:none;border-radius:10px;padding:.9rem 1.5rem;font-size:1.1rem;font-weight:700;transition:all .3s}.detail-buy-now:hover{transform:scale(1.02);box-shadow:0 4px 30px #1a1a2e4d}.trust-badges{border-top:2px solid #f0f2f5;flex-wrap:wrap;gap:2rem;padding:.8rem 0;display:flex}.trust-item{color:#666;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.trust-item svg{color:#10b981}.detail-reviews{border-top:2px solid #f0f2f5;margin-top:2rem;padding-top:2rem}.detail-reviews h2{color:#1a1a2e;margin-bottom:1rem;font-size:1.5rem}.related-products{border-top:2px solid #f0f2f5;margin-top:3rem;padding-top:2rem}.related-products h2{color:#1a1a2e;margin-bottom:1.5rem;font-size:1.5rem}.related-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem;display:grid}.related-card{text-align:center;background:#fff;border:2px solid #0000;border-radius:12px;padding:1rem;text-decoration:none;transition:all .3s}.related-card:hover{border-color:#d50000;transform:translateY(-5px);box-shadow:0 4px 20px #00000014}.related-card img{object-fit:contain;width:100%;height:120px}.related-card h4{color:#1a1a2e;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.5rem 0;font-size:.9rem;display:-webkit-box;overflow:hidden}.related-card p{color:#d50000;font-size:.9rem;font-weight:700}.services-page-modern{max-width:1400px;margin:0 auto;padding:2rem}.services-hero-modern{text-align:center;color:#fff;background:linear-gradient(135deg,#1a1a2e,#16213e,#2d2d44);border-radius:20px;margin-bottom:3rem;padding:3.5rem 2rem;position:relative;overflow:hidden}.services-hero-modern:before{content:"";background:radial-gradient(circle,#f5c8420d 0%,#0000 70%);width:200%;height:200%;animation:20s linear infinite heroRotate;position:absolute;top:-50%;left:-50%}.services-hero-content{z-index:1;position:relative}.services-hero-content h1{margin-bottom:.5rem;font-size:2.8rem}.services-hero-content p{opacity:.8;margin-bottom:2rem;font-size:1.2rem}.services-hero-stats{flex-wrap:wrap;justify-content:center;gap:4rem;display:flex}.services-hero-stats .stat-item{text-align:center}.services-hero-stats .stat-number{color:#f5c842;font-size:2.2rem;font-weight:700;display:block}.services-hero-stats .stat-label{opacity:.7;font-size:.9rem}.services-grid-modern{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.service-card-modern{background:#fff;border:2px solid #0000;border-radius:20px;padding:2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 20px #0000000f}.service-card-modern:hover{border-color:#c0392b;transform:translateY(-8px);box-shadow:0 12px 40px #0000001a}.service-icon-wrapper{border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1rem;transition:transform .4s;display:flex}.service-card-modern:hover .service-icon-wrapper{transform:scale(1.1)rotate(-5deg)}.service-card-modern h3{color:#1a1a2e;margin-bottom:.5rem;font-size:1.3rem}.service-card-modern>p{color:#666;margin-bottom:1rem;font-size:.95rem;line-height:1.5}.service-features-modern{margin-bottom:1.5rem;list-style:none}.service-features-modern li{color:#555;align-items:center;gap:.5rem;padding:.3rem 0;font-size:.9rem;display:flex}.feature-check{color:#10b981;flex-shrink:0}.service-btn-modern{color:#fff;cursor:pointer;background:linear-gradient(135deg,#c0392b,#e74c3c);border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.7rem 1.8rem;font-weight:600;transition:all .3s;display:inline-flex}.service-btn-modern:hover{transform:scale(1.05);box-shadow:0 4px 20px #c0392b4d}.service-btn-modern:active{transform:scale(.95)}.service-cta-modern{text-align:center;color:#fff;background:linear-gradient(135deg,#c0392b,#e74c3c);border-radius:20px;padding:3.5rem 2rem;position:relative;overflow:hidden}.service-cta-modern:before{content:"";background:radial-gradient(circle,#ffd7000d 0%,#0000 70%);width:200%;height:200%;animation:25s linear infinite ctaRotate;position:absolute;top:-50%;left:-50%}@keyframes ctaRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.service-cta-modern:after{content:"";background-image:radial-gradient(2px 2px at 20% 30%,#ffffff4d,#0000),radial-gradient(2px 2px at 40% 70%,#fff3,#0000),radial-gradient(2px 2px at 60% 20%,#ffffff4d,#0000),radial-gradient(2px 2px at 80% 60%,#fff3,#0000),radial-gradient(2px 2px at 10% 80%,#ffffff4d,#0000),radial-gradient(2px 2px at 90% 10%,#fff3,#0000);background-repeat:no-repeat;background-size:100% 100%;animation:8s ease-in-out infinite dotsFloat;position:absolute;inset:0}@keyframes dotsFloat{0%,to{opacity:.5;transform:translateY(0)}50%{opacity:1;transform:translateY(-10px)}}.cta-content{z-index:2;position:relative}.cta-content h2{margin-bottom:.5rem;font-size:2.2rem;animation:.8s ease-out ctaTextSlide}@keyframes ctaTextSlide{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.cta-content p{opacity:.9;margin-bottom:1.5rem;font-size:1.1rem;animation:.8s ease-out .2s both ctaTextSlide}.cta-buttons-modern{flex-wrap:wrap;justify-content:center;gap:1.5rem;animation:.8s ease-out .4s both ctaTextSlide;display:flex}.cta-call-btn,.cta-whatsapp-btn{border-radius:50px;align-items:center;gap:.6rem;padding:.8rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.cta-call-btn{color:#c0392b;background:#fff}.cta-call-btn:hover{color:#1a1a2e;background:#f5c842;transform:scale(1.05);box-shadow:0 8px 30px #ffd7004d}.cta-whatsapp-btn{color:#fff;background:#25d366}.cta-whatsapp-btn:hover{background:#128c7e;transform:scale(1.05);box-shadow:0 8px 30px #25d3664d}.cta-call-btn:before,.cta-whatsapp-btn:before{content:"";opacity:0;background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:200%;height:200%;transition:opacity .5s;position:absolute;top:-50%;left:-50%}.cta-call-btn:hover:before,.cta-whatsapp-btn:hover:before{opacity:1;animation:.8s ease-out btnRipple}@keyframes btnRipple{0%{opacity:.6;transform:scale(.5)}to{opacity:0;transform:scale(1.5)}}.used-items-modern{max-width:1400px;margin:0 auto;padding:2rem}.used-hero{text-align:center;color:#fff;background:linear-gradient(135deg,#1a1a2e,#2c3e50,#34495e);border-radius:20px;margin-bottom:2rem;padding:3.5rem 2rem;position:relative;overflow:hidden}.used-hero:before{content:"";background:radial-gradient(circle,#f5c8420d 0%,#0000 70%);width:200%;height:200%;animation:20s linear infinite heroRotate;position:absolute;top:-50%;left:-50%}.used-hero-content{z-index:1;position:relative}.used-hero-content h1{margin-bottom:.5rem;font-size:2.8rem}.used-hero-content p{opacity:.8;margin-bottom:2rem;font-size:1.2rem}.used-hero-stats{flex-wrap:wrap;justify-content:center;gap:4rem;display:flex}.used-hero-stats .stat-item{text-align:center}.used-hero-stats .stat-number{color:#f5c842;font-size:2rem;font-weight:700;display:block}.used-hero-stats .stat-label{opacity:.7;font-size:.9rem}.used-filters{background:#fff;border-radius:16px;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.2rem;display:flex;box-shadow:0 2px 10px #0000000f}.filter-search{background:#f8f9fa;border-radius:10px;flex:1;align-items:center;min-width:200px;padding:0 1rem;display:flex;position:relative}.filter-search .search-icon{color:#999}.filter-search input{background:0 0;border:none;outline:none;flex:1;padding:.7rem .8rem;font-size:.95rem}.filter-search .clear-search{cursor:pointer;color:#999;background:0 0;border:none;padding:.2rem}.filter-controls{flex-wrap:wrap;gap:.8rem;display:flex}.filter-group{color:#666;background:#f8f9fa;border-radius:10px;align-items:center;gap:.5rem;padding:0 .8rem;display:flex}.filter-group select{cursor:pointer;color:#333;background:0 0;border:none;outline:none;padding:.7rem .5rem;font-size:.9rem}.category-pills{flex-wrap:wrap;gap:.8rem;margin-bottom:1.5rem;display:flex}.category-pill{cursor:pointer;color:#666;background:#fff;border:2px solid #e5e7eb;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.category-pill:hover{color:#c0392b;border-color:#c0392b}.category-pill.active{color:#fff;background:#c0392b;border-color:#c0392b}.results-count{color:#666;margin-bottom:1.5rem;font-size:.95rem}.used-item-card{background:#fff;border:2px solid #0000;border-radius:16px;flex-direction:column;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 10px #0000000f}.used-item-card:hover{border-color:#c0392b;transform:translateY(-8px);box-shadow:0 12px 40px #0000001a}.used-item-badges{z-index:2;flex-wrap:wrap;gap:.5rem;display:flex;position:absolute;top:1rem;left:1rem}.used-item-badges span{border-radius:50px;padding:.2rem .8rem;font-size:.7rem;font-weight:700}.discount-badge{color:#fff;background:#d50000}.used-badge{color:#fff;background:linear-gradient(135deg,#2c3e50,#34495e)}.excellent-badge{color:#1a1a2e;background:#f5c842}.used-item-image{background:#f8f9fa;height:200px;position:relative;overflow:hidden}.used-item-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.used-item-card:hover .used-item-image img{transform:scale(1.08)}.used-item-content{flex-direction:column;flex:1;padding:1.2rem 1.2rem 1.5rem;display:flex}.used-item-category{color:#666;background:#f0f2f5;border-radius:20px;align-items:center;gap:.3rem;margin-bottom:.5rem;padding:.2rem .8rem;font-size:.7rem;display:inline-flex}.used-item-name{color:#1a1a2e;min-height:2.5rem;margin-bottom:.5rem;font-size:1rem;font-weight:600}.used-item-rating{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.used-item-rating .stars{gap:2px;display:flex}.used-item-rating .rating-count{color:#888;font-size:.8rem}.used-item-price{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.used-item-price .price{color:#f39c12;font-size:1.2rem;font-weight:700}.used-item-price .original-price{color:#b2bec3;font-size:.85rem;text-decoration:line-through}.used-item-meta{color:#666;gap:1rem;margin-bottom:.5rem;font-size:.8rem;display:flex}.used-item-meta .warranty{align-items:center;gap:.2rem;display:flex}.used-item-meta .condition-grade{color:#065f46;background:#d1fae5;border-radius:20px;padding:.1rem .6rem;font-size:.7rem;font-weight:600}.used-item-seller{color:#666;margin-bottom:.8rem;font-size:.85rem}.used-btn{background:linear-gradient(135deg,#f39c12,#e67e22)!important}.used-btn:hover{background:linear-gradient(135deg,#e67e22,#d35400)!important;box-shadow:0 4px 20px #f39c124d!important}.warranty-banner{color:#fff;background:linear-gradient(135deg,#1a1a2e,#2c3e50);border-radius:16px;margin-top:3rem;padding:2.5rem 2rem}.warranty-content{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.warranty-icon{font-size:3rem}.warranty-content h3{color:#f5c842;font-size:1.2rem}.warranty-content p{opacity:.7;font-size:.95rem}.warranty-features{flex-wrap:wrap;gap:1.5rem;display:flex}.warranty-features span{opacity:.8;font-size:.9rem}.reset-filters-btn{color:#fff;cursor:pointer;background:#c0392b;border:none;border-radius:10px;margin-top:1rem;padding:.7rem 2rem;font-weight:600;transition:all .3s}.reset-filters-btn:hover{background:#e74c3c;transform:scale(1.05)}.used-item-link{color:inherit;flex:1;text-decoration:none;display:block}.used-item-link:hover .used-item-image img{transform:scale(1.05)}.contact-page-modern{max-width:1400px;margin:0 auto;padding:2rem}.contact-hero{text-align:center;color:#fff;background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:20px;margin-bottom:3rem;padding:3.5rem 2rem}.contact-hero h1{margin-bottom:.5rem;font-size:2.8rem}.contact-hero p{opacity:.8;font-size:1.2rem}.contact-grid-modern{grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.contact-info-modern{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 4px 20px #0000000f}.contact-info-header{margin-bottom:2rem}.contact-info-header h2{color:#1a1a2e;font-size:1.8rem}.contact-info-header p{color:#666}.contact-items{flex-direction:column;gap:1.5rem;display:flex}.contact-item-modern{background:#f8f9fa;border-radius:12px;align-items:flex-start;gap:1.2rem;padding:1rem;transition:all .3s;display:flex}.contact-item-modern:hover{background:#f0f2f5;transform:translate(5px)}.contact-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.contact-detail h4{color:#1a1a2e;margin-bottom:.2rem;font-size:1rem}.contact-detail p{color:#666;margin:0;font-size:.95rem;line-height:1.4}.whatsapp-contact-btn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.8rem;width:100%;margin-top:1.5rem;padding:.8rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.whatsapp-contact-btn:hover{background:#128c7e;transform:scale(1.02);box-shadow:0 4px 20px #25d3664d}.contact-form-modern{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 4px 20px #0000000f}.form-header{margin-bottom:2rem}.form-header h2{color:#1a1a2e;font-size:1.8rem}.form-header p{color:#666}.form-group-modern{margin-bottom:1.5rem}.form-group-modern label{color:#333;align-items:center;gap:.5rem;margin-bottom:.4rem;font-size:.9rem;font-weight:600;display:flex}.form-group-modern label svg{color:#c0392b}.form-group-modern input,.form-group-modern textarea{background:#f8f9fa;border:2px solid #e5e7eb;border-radius:12px;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-group-modern input:focus,.form-group-modern textarea:focus{background:#fff;border-color:#c0392b;outline:none;box-shadow:0 0 0 4px #c0392b1a}.form-group-modern textarea{resize:vertical;min-height:120px}.submit-btn-modern{color:#fff;cursor:pointer;background:linear-gradient(135deg,#c0392b,#e74c3c);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.8rem;width:100%;padding:.9rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex}.submit-btn-modern:hover{transform:scale(1.02);box-shadow:0 4px 20px #c0392b4d}.submit-btn-modern:active{transform:scale(.95)}.submit-btn-modern:disabled{opacity:.6;cursor:not-allowed}.success-message-modern{color:#065f46;background:#d1fae5;border:2px solid #a7f3d0;border-radius:12px;margin-bottom:1.5rem;padding:1rem}.contact-map{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 20px #0000000f}.contact-map h3{color:#1a1a2e;margin-bottom:1rem;font-size:1.4rem}.map-container{border-radius:12px;overflow:hidden}.map-container iframe{display:block}.map-address{color:#666;text-align:center;margin-top:1rem;font-size:1rem}.cart-page{max-width:1400px;margin:0 auto;padding:2rem}.cart-page h1{color:#1a1a2e;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:2.2rem;display:flex}.empty-cart{text-align:center;background:#fff;border-radius:16px;padding:4rem 2rem}.empty-cart .empty-icon{opacity:.5;margin-bottom:1rem;font-size:4rem}.empty-cart p{color:#666;margin-bottom:1.5rem;font-size:1.2rem}.empty-cart .shop-now-btn{display:inline-block}.cart-layout{grid-template-columns:1.5fr 1fr;gap:2rem;display:grid}.cart-items-section{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 10px #0000000f}.cart-items{flex-direction:column;gap:1rem;display:flex}.cart-item{background:#f8f9fa;border-radius:12px;align-items:center;gap:1.5rem;padding:1rem;transition:all .3s;display:flex}.cart-item:hover{background:#f0f2f5}.cart-item-image{object-fit:cover;border-radius:8px;width:70px;height:70px}.cart-item-details{flex:1}.cart-item-details h3{color:#1a1a2e;margin-bottom:.2rem;font-size:1rem}.cart-item-price{color:#d50000;font-size:1.1rem;font-weight:700}.cart-item-quantity{align-items:center;gap:.5rem;display:flex}.cart-item-quantity button{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:.2rem .5rem;transition:all .3s}.cart-item-quantity button:hover{background:#f0f2f5}.cart-item-quantity span{text-align:center;min-width:30px;font-weight:600}.remove-btn{color:#e74c3c;cursor:pointer;background:0 0;border:2px solid #e74c3c;border-radius:8px;padding:.4rem .8rem;font-weight:600;transition:all .3s}.remove-btn:hover{color:#fff;background:#e74c3c}.cart-actions-row{border-top:2px solid #f0f0f0;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.5rem;display:flex}.clear-cart-btn{color:#e74c3c;cursor:pointer;background:0 0;border:2px solid #e74c3c;border-radius:10px;padding:.6rem 1.5rem;font-weight:600;transition:all .3s}.clear-cart-btn:hover{color:#fff;background:#e74c3c}.cart-total{align-items:center;gap:1rem;font-size:1.2rem;font-weight:700;display:flex}.total-price{color:#d50000;font-size:1.5rem}.checkout-section{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 10px #0000000f}.checkout-section h2{color:#1a1a2e;margin-bottom:1.5rem}.checkout-form .form-group{margin-bottom:1rem}.checkout-form .form-group label{margin-bottom:.3rem;font-size:.9rem;font-weight:600;display:block}.checkout-form .form-group input,.checkout-form .form-group textarea{border:2px solid #e5e7eb;border-radius:10px;width:100%;padding:.7rem 1rem;font-size:.95rem;transition:border-color .3s}.checkout-form .form-group input:focus,.checkout-form .form-group textarea:focus{border-color:#d50000;outline:none}.saved-address-toggle{margin-bottom:1rem}.toggle-btn{cursor:pointer;background:#f8f9fa;border:2px solid #e5e7eb;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.toggle-btn.active{color:#065f46;background:#d1fae5;border-color:#10b981}.toggle-btn:hover{border-color:#c0392b}.delivery-fee-display{color:#666;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.95rem;display:flex}.save-address-checkbox{padding:.5rem 0}.save-address-checkbox label{cursor:pointer;color:#555;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.grand-total{border-top:2px solid #f0f2f5;margin-top:.5rem;padding:.8rem 0}.grand-total>span{color:#666;font-size:.9rem;display:block}.grand-total-amount{margin-top:.3rem;font-size:1.3rem}.grand-total-amount strong{color:#d50000}.checkout-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#d50000,red);border:none;border-radius:10px;width:100%;padding:.9rem;font-size:1.1rem;font-weight:700;transition:all .3s}.checkout-btn:hover{transform:scale(1.02);box-shadow:0 4px 20px #d500004d}.checkout-btn:disabled{opacity:.6;cursor:not-allowed}.order-success-page{justify-content:center;align-items:center;min-height:70vh;padding:2rem;display:flex}.order-success-container{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:500px;padding:3.5rem;box-shadow:0 10px 40px #00000014}.success-icon{margin-bottom:1rem;font-size:4rem}.order-success-container h1{color:#1a1a2e;margin-bottom:.5rem;font-size:1.8rem}.order-number{background:#f8f9fa;border-radius:10px;margin:1.5rem 0;padding:1rem}.order-number span{color:#666;font-size:.8rem;display:block}.order-number strong{color:#1a1a2e;font-size:1.2rem}.order-summary{color:#555;margin:1rem 0}.success-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.continue-btn,.view-orders-btn{border-radius:8px;padding:.7rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s}.continue-btn{color:#fff;background:#c0392b;align-items:center;gap:.5rem;display:flex}.continue-btn:hover{background:#e74c3c;transform:scale(1.05)}.view-orders-btn{color:#1a1a2e;background:#f0f2f5}.view-orders-btn:hover{background:#e5e7eb;transform:scale(1.05)}.profile-page{max-width:1400px;margin:0 auto;padding:2rem}.profile-container{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 4px 20px #0000000f}.profile-header{border-bottom:2px solid #f0f2f5;flex-wrap:wrap;align-items:center;gap:1.5rem;padding-bottom:1.5rem;display:flex}.profile-avatar{color:#fff;background:linear-gradient(135deg,#c0392b,#e74c3c);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.8rem;font-weight:700;display:flex;box-shadow:0 4px 15px #c0392b33}.profile-user-info h1{color:#1a1a2e;margin:0;font-size:1.5rem}.profile-user-info p{color:#666;margin:0}.profile-logout{color:#e74c3c;cursor:pointer;background:#fee2e2;border:none;border-radius:8px;align-items:center;gap:.5rem;margin-left:auto;padding:.5rem 1.2rem;font-weight:600;transition:all .3s;display:flex}.profile-logout:hover{color:#fff;background:#e74c3c}.profile-section{background:#f8f9fa;border-radius:12px;margin-top:1.5rem;padding:1.5rem}.section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.section-header h2{color:#1a1a2e;align-items:center;gap:.5rem;margin:0;font-size:1.1rem;display:flex}.edit-btn{cursor:pointer;background:0 0;border:2px solid #e5e7eb;border-radius:6px;align-items:center;gap:.3rem;padding:.3rem .8rem;font-size:.85rem;transition:all .3s;display:flex}.edit-btn:hover{color:#c0392b;border-color:#c0392b}.profile-details{flex-direction:column;gap:.5rem;display:flex}.detail-item{color:#555;align-items:center;gap:.8rem;display:flex}.detail-item svg{color:#666}.profile-form{flex-direction:column;gap:1rem;display:flex}.profile-form .form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.save-profile-btn{color:#fff;cursor:pointer;background:#c0392b;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.7rem;font-weight:600;transition:all .3s;display:flex}.save-profile-btn:hover{background:#e74c3c;transform:scale(1.02)}.orders-section .order-count{color:#666;background:#f0f2f5;border-radius:20px;padding:.2rem .8rem;font-size:.8rem}.no-orders{text-align:center;color:#999;padding:2rem}.no-orders p{margin-top:.5rem;font-size:1.1rem}.orders-list{flex-direction:column;gap:1rem;display:flex}.order-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem}.order-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.order-number{color:#1a1a2e;font-weight:700}.order-date{color:#666;margin-left:.5rem;font-size:.85rem}.order-status{align-items:center;gap:.3rem;font-size:.9rem;font-weight:600;display:flex}.status-pending{color:#f59e0b}.status-processing{color:#3b82f6}.status-shipped{color:#8b5cf6}.status-delivered{color:#10b981}.status-cancelled{color:#ef4444}.order-body{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.order-product{align-items:center;gap:.5rem;display:flex}.product-quantity{color:#666;font-size:.85rem}.order-total .total-amount{color:#d50000;font-weight:700}.order-footer{color:#666;border-top:1px solid #f0f2f5;align-items:center;gap:.5rem;margin-top:.5rem;padding-top:.5rem;font-size:.85rem;display:flex}.footer{color:#fff;background:#1a1a2e;margin-top:3rem;padding:3rem 2rem 1rem}.footer-content{border-bottom:1px solid #ffffff0d;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1400px;margin:0 auto;padding-bottom:2rem;display:grid}.footer-col h3{color:#f5c842;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.footer-col p,.footer-col a{color:#ffffffb3;margin-bottom:.5rem;text-decoration:none;transition:color .3s;display:block}.footer-col a:hover{color:#f5c842;transform:translate(5px)}.footer-col .footer-brand{align-items:center;gap:.5rem;display:flex}.footer-col .footer-brand img{object-fit:contain;width:30px;height:30px}.footer-bottom{text-align:center;color:#fff6;max-width:1400px;margin:0 auto;padding-top:1.5rem;font-size:.85rem}.login-page-modern{background:linear-gradient(135deg,#1a1a2e,#16213e,#c0392b);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.login-card-modern{background:#fff;border-radius:24px;width:100%;max-width:420px;padding:2.5rem;position:relative;box-shadow:0 20px 60px #0000004d}.login-header{text-align:center;margin-bottom:2rem}.login-brand{justify-content:center;align-items:center;gap:.5rem;margin-bottom:.3rem;display:flex}.login-brand .brand-icon{font-size:2rem}.login-brand h1{color:#1a1a2e;font-size:1.8rem}.login-subtitle{color:#666;font-size:.95rem}.login-error{color:#991b1b;background:#fee2e2;border-radius:10px;margin-bottom:1.5rem;padding:.8rem 1rem;font-size:.9rem}.login-card-modern .form-group{margin-bottom:1.2rem}.login-card-modern .form-group label{color:#333;margin-bottom:.4rem;font-size:.9rem;font-weight:600;display:block}.login-card-modern .input-wrapper{background:#f8f9fa;border:2px solid #e5e7eb;border-radius:12px;align-items:center;padding:0 1rem;transition:border-color .3s;display:flex}.login-card-modern .input-wrapper:focus-within{background:#fff;border-color:#c0392b}.login-card-modern .input-wrapper .input-icon{color:#999;flex-shrink:0}.login-card-modern .input-wrapper input{background:0 0;border:none;outline:none;width:100%;padding:.8rem 1rem;font-size:1rem}.login-card-modern .password-toggle{cursor:pointer;color:#999;background:0 0;border:none;padding:.2rem;transition:color .3s}.login-card-modern .password-toggle:hover{color:#333}.login-logo-img{object-fit:contain;width:50px;height:50px;display:block}.brand-icon-fallback{font-size:2rem}.login-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#c0392b,#e74c3c);border:none;border-radius:12px;width:100%;padding:.9rem;font-size:1rem;font-weight:700;transition:all .3s}.login-btn-primary:hover{transform:scale(1.02);box-shadow:0 4px 20px #c0392b4d}.login-btn-primary:disabled{opacity:.6;cursor:not-allowed}.login-footer{text-align:center;color:#666;margin-top:1.5rem;font-size:.9rem}.toggle-auth-btn{color:#c0392b;cursor:pointer;background:0 0;border:none;margin-left:.3rem;font-size:.9rem;font-weight:600;transition:color .3s}.toggle-auth-btn:hover{text-decoration:underline}.admin-secret-indicator{color:#1a1a2e;text-align:center;background:linear-gradient(135deg,#f5c842,#f39c12);border-radius:10px;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-weight:600;display:flex}.admin-secret-input{animation:.3s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.divider{color:#999;align-items:center;margin:1rem 0;font-size:.85rem;display:flex}.divider:before,.divider:after{content:"";background:#e5e7eb;flex:1;height:1px}.divider span{padding:0 1rem}.google-signin-btn{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;gap:.8rem;width:100%;padding:.7rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.google-signin-btn:hover{background:#f8f9fa;border-color:#c0392b}.google-icon{width:24px;height:24px}.admin-login-modern{background:linear-gradient(135deg,#1a1a2e,#16213e,#c0392b);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.admin-login-card{background:#fff;border-radius:24px;width:100%;max-width:420px;padding:3rem;box-shadow:0 20px 60px #0000004d}.admin-login-card .login-header{text-align:center;margin-bottom:2rem}.admin-login-card .login-icon{color:#fff;background:linear-gradient(135deg,#c0392b,#e74c3c);border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;display:flex}.admin-login-card .login-header h1{color:#1a1a2e;margin-bottom:.3rem;font-size:1.8rem}.admin-login-card .login-header p{color:#666;font-size:.95rem}.admin-login-card .login-error{color:#991b1b;background:#fee2e2;border-radius:10px;margin-bottom:1.5rem;padding:.8rem 1rem;font-size:.9rem}.admin-login-card .login-form-group{margin-bottom:1.5rem}.admin-login-card .login-form-group label{color:#333;margin-bottom:.4rem;font-size:.9rem;font-weight:600;display:block}.admin-login-card .login-input-wrapper{border:2px solid #e5e7eb;border-radius:12px;align-items:center;padding:0 1rem;transition:border-color .3s;display:flex}.admin-login-card .login-input-wrapper:focus-within{border-color:#c0392b}.admin-login-card .login-input-wrapper .input-icon{color:#999;flex-shrink:0}.admin-login-card .login-input-wrapper input{background:0 0;border:none;outline:none;width:100%;padding:.8rem 1rem;font-size:1rem}.admin-login-card .login-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#c0392b,#e74c3c);border:none;border-radius:12px;width:100%;padding:.9rem;font-size:1rem;font-weight:700;transition:all .3s}.admin-login-card .login-submit-btn:hover{box-shadow:0 4px 20px #c0392b4d}.admin-login-card .login-submit-btn:disabled{opacity:.6;cursor:not-allowed}.admin-login-card .login-footer{text-align:center;color:#999;margin-top:1.5rem;font-size:.8rem}.auth-callback-page{background:#f5f5f5;justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-callback-container{text-align:center;background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 40px #00000014}.auth-callback-container h2{color:#1a1a2e;margin-top:1rem}.auth-callback-container p{color:#666}.admin-dashboard-modern{background:#f0f2f5;min-height:100vh;display:flex}.admin-sidebar{color:#fff;z-index:100;background:#1a1a2e;flex-direction:column;width:240px;height:100vh;padding-top:70px;transition:transform .3s;display:flex;position:fixed;top:0;left:0;overflow-y:auto;box-shadow:2px 0 20px #0000001a}.admin-sidebar::-webkit-scrollbar{width:4px}.admin-sidebar::-webkit-scrollbar-thumb{background:#f5c842;border-radius:10px}.admin-sidebar.closed{transform:translate(-240px)}.sidebar-header{border-bottom:1px solid #ffffff0d;flex-shrink:0;padding:.8rem 1.2rem .5rem}.sidebar-logo{align-items:center;gap:.5rem;display:flex}.sidebar-logo .logo-icon{font-size:1.2rem}.sidebar-logo .logo-text{color:#f5c842;font-size:1rem;font-weight:700}.sidebar-nav{flex-direction:column;flex:1;gap:.2rem;padding:.8rem;display:flex}.sidebar-link{color:#ffffffb3;border-radius:8px;align-items:center;gap:.7rem;padding:.7rem .8rem;font-size:.9rem;text-decoration:none;transition:all .3s;display:flex}.sidebar-link:hover{color:#fff;background:#ffffff0d}.sidebar-link.active{color:#f5c842;background:#f5c84226}.sidebar-link .sidebar-link-content{flex-direction:column;flex:1;display:flex}.sidebar-link .sidebar-link-label{font-weight:500}.sidebar-link .sidebar-link-desc{opacity:.5;margin-top:.1rem;font-size:.6rem}.sidebar-footer{border-top:1px solid #ffffff0d;flex-shrink:0;padding:.8rem 1rem}.sidebar-logout{color:#ffffffb3;cursor:pointer;background:#ffffff0d;border:none;border-radius:8px;align-items:center;gap:.7rem;width:100%;padding:.6rem .8rem;font-size:.9rem;transition:all .3s;display:flex}.sidebar-logout:hover{color:#ef4444;background:#ef444433}.admin-main{flex-direction:column;flex:1;min-height:100vh;margin-left:240px;display:flex}.admin-topbar{z-index:200;background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:.8rem 2rem;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.topbar-left h2{color:#1a1a2e;margin:0;font-size:1.1rem}.topbar-right{align-items:center;gap:1rem;display:flex}.admin-greeting{color:#666;font-size:.9rem}.admin-avatar{color:#fff;background:linear-gradient(135deg,#c0392b,#e74c3c);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;font-weight:700;display:flex}.admin-content-modern{flex:1;padding:1.5rem}.admin-content-modern .page-header{margin-bottom:1.5rem}.admin-content-modern .page-header h1{color:#1a1a2e;margin-bottom:.2rem;font-size:1.8rem}.admin-content-modern .page-header p{color:#666;margin:0;font-size:.95rem}.admin-page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:1.5rem;display:flex}.admin-page-header h2{color:#1a1a2e;margin:0;font-size:1.5rem}.stats-grid-modern{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.stat-card-modern{background:#fff;border-radius:12px;align-items:center;gap:1rem;padding:1.2rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000a}.stat-card-modern:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00000014}.stat-card-modern .stat-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.stat-card-modern .stat-info h3{color:#1a1a2e;margin:0;font-size:1.5rem;font-weight:700;line-height:1.2}.stat-card-modern .stat-info p{color:#666;margin:0;font-size:.8rem}.add-product-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#c0392b,#e74c3c);border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.add-product-btn:hover{transform:scale(1.05);box-shadow:0 4px 20px #c0392b4d}.admin-search-bar{background:#fff;border:2px solid #e5e7eb;border-radius:10px;align-items:center;margin-bottom:1rem;padding:0 .8rem;transition:border-color .3s;display:flex}.admin-search-bar:focus-within{border-color:#c0392b}.admin-search-bar input{background:0 0;border:none;outline:none;width:100%;padding:.6rem .8rem;font-size:.9rem}.table-container-modern{background:#fff;border-radius:12px;padding:1rem;overflow-x:auto;box-shadow:0 2px 8px #0000000a}.admin-table-modern{border-collapse:collapse;width:100%;font-size:.9rem}.admin-table-modern th{text-align:left;color:#666;text-transform:uppercase;border-bottom:2px solid #f0f2f5;padding:.6rem .8rem;font-size:.75rem;font-weight:600}.admin-table-modern td{color:#1a1a2e;border-bottom:1px solid #f0f2f5;padding:.6rem .8rem}.admin-table-modern tr:hover{background:#f8f9fa}.product-thumbnail{object-fit:cover;border-radius:6px;width:40px;height:40px}.condition-badge{border-radius:20px;padding:.15rem .6rem;font-size:.7rem;font-weight:600}.condition-badge.condition-new{color:#065f46;background:#d1fae5}.condition-badge.condition-used{color:#92400e;background:#fef3c7}.category-badge{color:#1e40af;background:#dbeafe;border-radius:20px;padding:.15rem .6rem;font-size:.7rem;font-weight:600}.action-buttons{align-items:center;gap:.4rem;display:flex}.action-btn{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.3rem;transition:all .3s;display:flex}.action-btn.edit-btn{color:#1e40af;background:#dbeafe}.action-btn.edit-btn:hover{background:#bfdbfe}.action-btn.delete-btn{color:#991b1b;background:#fee2e2}.action-btn.delete-btn:hover{background:#fecaca}.empty-state-modern{text-align:center;background:#fff;border-radius:12px;padding:3rem 1.5rem}.empty-state-modern h3{color:#1a1a2e;margin-top:.8rem;font-size:1.1rem}.empty-state-modern p{color:#999;margin-bottom:1rem}.admin-loading-state{text-align:center;padding:3rem 1.5rem}.admin-loading-state .loading-spinner{border:4px solid #f3f3f3;border-top-color:#c0392b;border-radius:50%;width:32px;height:32px;margin:0 auto .8rem;animation:1s linear infinite spin}.admin-loading-state p{color:#666}.modal-overlay-modern{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content-modern{background:#fff;border-radius:16px;width:90%;max-width:550px;max-height:90vh;padding:2rem;overflow-y:auto}.modal-content-modern .modal-header{justify-content:space-between;align-items:center;margin-bottom:1.2rem;display:flex}.modal-content-modern .modal-header h3{color:#1a1a2e;margin:0;font-size:1.2rem}.modal-content-modern .modal-close-btn{cursor:pointer;color:#999;background:0 0;border:none;padding:.2rem;font-size:1.5rem;transition:color .3s}.modal-content-modern .modal-close-btn:hover{color:#1a1a2e}.modal-content-modern .form-row{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.modal-content-modern .form-group{margin-bottom:.8rem}.modal-content-modern .form-group label{color:#333;margin-bottom:.2rem;font-size:.85rem;font-weight:600;display:block}.modal-content-modern .form-group input,.modal-content-modern .form-group select{background:#fff;border:2px solid #e5e7eb;border-radius:8px;width:100%;padding:.6rem .8rem;font-size:.9rem;transition:border-color .3s}.modal-content-modern .form-group input:focus,.modal-content-modern .form-group select:focus{border-color:#c0392b;outline:none}.modal-content-modern .checkbox-group label{cursor:pointer;align-items:center;gap:.5rem;display:flex}.modal-content-modern .form-actions{gap:.8rem;margin-top:1rem;display:flex}.modal-content-modern .btn-cancel{cursor:pointer;background:#e5e7eb;border:none;border-radius:8px;padding:.6rem 1.2rem;font-weight:600;transition:background .3s}.modal-content-modern .btn-cancel:hover{background:#d1d5db}.modal-content-modern .btn-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#c0392b,#e74c3c);border:none;border-radius:8px;padding:.6rem 1.2rem;font-weight:600;transition:all .3s}.modal-content-modern .btn-submit:hover{box-shadow:0 4px 20px #c0392b4d}.orders-badge{color:#666;background:#f0f2f5;border-radius:20px;padding:.2rem .8rem;font-size:.8rem}.recent-orders-modern{background:#fff;border-radius:12px;margin-bottom:1.5rem;padding:1.2rem;box-shadow:0 2px 8px #0000000a}.orders-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.orders-header h2{color:#1a1a2e;margin:0;font-size:1.1rem}.orders-table-wrapper{overflow-x:auto}.orders-table-modern{border-collapse:collapse;width:100%;font-size:.9rem}.orders-table-modern th{text-align:left;color:#666;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #f0f2f5;padding:.6rem .8rem;font-size:.75rem;font-weight:600}.orders-table-modern td{color:#1a1a2e;border-bottom:1px solid #f0f2f5;padding:.6rem .8rem}.status-select{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:.2rem .5rem;font-size:.8rem}.admin-filters{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.filter-select{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:12px;outline:none;padding:.8rem 1.5rem;font-size:.95rem;transition:border-color .3s}.filter-select:focus{border-color:#c0392b}.status-badge{text-transform:capitalize;border-radius:20px;padding:.15rem .6rem;font-size:.7rem;font-weight:600}.status-pending{color:#92400e;background:#fef3c7}.status-processing{color:#1e40af;background:#dbeafe}.status-shipped{color:#6b21a5;background:#ede9fe}.status-delivered{color:#065f46;background:#d1fae5}.status-cancelled{color:#991b1b;background:#fee2e2}.quick-actions-modern{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000a}.quick-actions-modern h2{color:#1a1a2e;margin-bottom:1rem;font-size:1.1rem}.actions-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.action-card{background:#f8f9fa;border:2px solid #0000;border-radius:10px;align-items:center;gap:.8rem;min-height:70px;padding:1rem 1.2rem;text-decoration:none;transition:all .3s;display:flex}.action-card:hover{background:#f0f2f5;border-color:#c0392b;transform:translateY(-3px)}.action-card .action-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.action-card .action-icon svg{width:22px;height:22px}.action-card .action-text{flex:1;min-width:0}.action-card h4{color:#1a1a2e;margin:0;font-size:.9rem;font-weight:600}.action-card p{color:#666;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.75rem;overflow:hidden}.chat-widget{z-index:9999;position:fixed;bottom:2rem;right:2rem}.chat-toggle{color:#fff;cursor:pointer;background:linear-gradient(135deg,#c0392b,#e74c3c);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 20px #c0392b66}.chat-toggle:hover{transform:scale(1.08);box-shadow:0 6px 30px #c0392b80}.chat-toggle:active{transform:scale(.95)}.chat-toggle.open{background:#1a1a2e}.chat-notification{color:#fff;background:red;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.6rem;font-weight:700;animation:2s infinite badgePulse;display:flex;position:absolute;top:-4px;right:-4px}.chat-box{background:#fff;border-radius:16px;flex-direction:column;width:380px;height:520px;display:flex;position:absolute;bottom:80px;right:0;overflow:hidden;box-shadow:0 10px 40px #00000026}.chat-box.guest{height:auto;max-height:500px}.chat-header{color:#fff;background:#1a1a2e;flex-shrink:0;justify-content:space-between;align-items:center;padding:.8rem 1.2rem;display:flex}.chat-header-info h3{margin:0;font-size:1rem}.chat-status-text{opacity:.7;align-items:center;gap:.3rem;margin:0;font-size:.7rem;display:flex}.status-dot{border-radius:50%;width:6px;height:6px;display:inline-block}.status-dot.online{background:#2ecc71;animation:2s infinite pulseDot}@keyframes pulseDot{0%,to{opacity:1}50%{opacity:.5}}.chat-close{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;padding:.2rem;transition:opacity .3s}.chat-close:hover{opacity:1}.chat-messages{background:#f8f9fa;flex:1;padding:1rem;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-thumb{background:#c0392b;border-radius:10px}.chat-date-divider{text-align:center;color:#999;margin:.5rem 0;font-size:.7rem}.chat-date-divider span{background:#f0f2f5;border-radius:10px;padding:.2rem .8rem}.chat-message{margin-bottom:.6rem;display:flex}.chat-message.sent{justify-content:flex-end}.message-bubble{word-break:break-word;background:#fff;border-radius:12px;max-width:85%;padding:.5rem .8rem;animation:.3s messageIn;box-shadow:0 1px 2px #0000000d}@keyframes messageIn{0%{opacity:0;transform:scale(.9)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.chat-message.sent .message-bubble{color:#fff;background:linear-gradient(135deg,#c0392b,#e74c3c)}.message-bubble p{margin:0;font-size:.9rem;line-height:1.4}.message-time{opacity:.6;justify-content:flex-end;align-items:center;gap:.2rem;margin-top:.2rem;font-size:.6rem;display:flex}.message-time .read{color:#10b981}.message-time .delivered{color:#f59e0b}.chat-input-area{background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0;align-items:flex-end;gap:.5rem;padding:.6rem .8rem;display:flex}.chat-input-area textarea{resize:none;border:2px solid #e5e7eb;border-radius:8px;outline:none;flex:1;min-height:36px;max-height:80px;padding:.5rem .8rem;font-family:inherit;font-size:.9rem;line-height:1.4;transition:border-color .3s}.chat-input-area textarea:focus{border-color:#c0392b}.chat-input-area textarea:disabled{opacity:.6;cursor:not-allowed}.chat-input-area .send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#c0392b,#e74c3c);border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;height:36px;padding:.5rem .8rem;transition:all .3s;display:flex}.chat-input-area .send-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 15px #c0392b4d}.chat-input-area .send-btn:disabled{opacity:.5;cursor:not-allowed}.chat-footer{color:#999;background:#f8f9fa;border-top:1px solid #f0f2f5;flex-shrink:0;justify-content:center;gap:.5rem;padding:.4rem 1rem;font-size:.7rem;display:flex}.footer-divider{opacity:.3}.empty-chat{text-align:center;color:#999;padding:3rem 1.5rem}.empty-chat p{color:#666;margin-top:.5rem;font-size:1rem}.empty-chat span{font-size:.85rem}.chat-loading{color:#999;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.loading-spinner-small{border:3px solid #f3f3f3;border-top-color:#c0392b;border-radius:50%;width:30px;height:30px;animation:1s linear infinite spin}.guest-form{padding:1.5rem}.guest-form .form-group{margin-bottom:1rem}.guest-form .form-group label{color:#333;align-items:center;gap:.3rem;margin-bottom:.2rem;font-size:.85rem;font-weight:600;display:flex}.guest-form .form-group input{border:2px solid #e5e7eb;border-radius:8px;width:100%;padding:.6rem .8rem;font-size:.9rem;transition:border-color .3s}.guest-form .form-group input:focus{border-color:#c0392b;outline:none}.start-chat-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#c0392b,#e74c3c);border:none;border-radius:8px;width:100%;padding:.7rem;font-weight:600;transition:all .3s}.start-chat-btn:hover:not(:disabled){transform:scale(1.02);box-shadow:0 4px 15px #c0392b4d}.start-chat-btn:disabled{opacity:.5;cursor:not-allowed}.guest-hint{color:#999;justify-content:center;align-items:center;gap:.3rem;margin-top:.5rem;font-size:.75rem;display:flex}.admin-chat-container{background:#fff;border-radius:16px;height:calc(100vh - 180px);display:flex;overflow:hidden;box-shadow:0 2px 12px #0000000f}.chat-sidebar{background:#fafbfc;border-right:1px solid #f0f2f5;flex-direction:column;flex-shrink:0;width:340px;display:flex}.chat-sidebar-header{background:#fff;border-bottom:1px solid #f0f2f5;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.2rem;display:flex}.sidebar-title{align-items:center;gap:.6rem;display:flex}.sidebar-title .title-icon{color:#c0392b}.sidebar-title h3{color:#1a1a2e;margin:0;font-size:1rem;font-weight:600}.unread-badge{color:#fff;text-align:center;background:#c0392b;border-radius:50%;min-width:20px;padding:.1rem .5rem;font-size:.65rem;font-weight:700}.refresh-btn{cursor:pointer;color:#999;background:0 0;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;padding:.3rem .5rem;transition:all .3s;display:flex}.refresh-btn:hover{color:#c0392b;border-color:#c0392b}.chat-search{background:#fff;border-bottom:1px solid #f0f2f5;flex-shrink:0;align-items:center;gap:.6rem;padding:.8rem 1.2rem;display:flex}.chat-search .search-icon{color:#999}.chat-search input{background:0 0;border:none;outline:none;flex:1;font-size:.9rem}.chat-search input::placeholder{color:#bbb}.conversations-list{flex:1;padding:.4rem 0;overflow-y:auto}.conversations-list::-webkit-scrollbar{width:4px}.conversations-list::-webkit-scrollbar-thumb{background:#c0392b;border-radius:10px}.conversation-item{cursor:pointer;border-left:3px solid #0000;align-items:center;gap:.8rem;padding:.7rem 1.2rem;transition:all .3s;display:flex;position:relative}.conversation-item:hover{background:#f0f2f5}.conversation-item.active{background:#fef5f3;border-left-color:#c0392b}.conv-avatar{color:#fff;background:linear-gradient(135deg,#c0392b,#e74c3c);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:700;display:flex;position:relative}.avatar-status{border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0}.avatar-status.active{background:#10b981}.conv-info{flex:1;min-width:0}.conv-name{color:#1a1a2e;justify-content:space-between;align-items:center;font-size:.9rem;font-weight:600;display:flex}.conv-time{color:#999;font-size:.65rem;font-weight:400}.conv-last{color:#888;white-space:nowrap;text-overflow:ellipsis;margin-top:.1rem;font-size:.8rem;overflow:hidden}.unread-dot{color:#fff;text-align:center;background:#c0392b;border-radius:50%;flex-shrink:0;min-width:20px;padding:.1rem .4rem;font-size:.6rem;font-weight:700}.loading-state{color:#999;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.chat-main-area{background:#fff;flex-direction:column;flex:1;display:flex}.chat-main-header{background:#fff;border-bottom:1px solid #f0f2f5;flex-shrink:0;justify-content:space-between;align-items:center;padding:.8rem 1.5rem;display:flex}.chat-user-info{align-items:center;gap:.8rem;display:flex}.chat-user-avatar{color:#fff;background:linear-gradient(135deg,#c0392b,#e74c3c);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:700;display:flex}.chat-user-details h4{color:#1a1a2e;margin:0;font-size:1rem;font-weight:600}.user-meta{color:#888;align-items:center;gap:.6rem;margin-top:.1rem;font-size:.7rem;display:flex}.user-meta svg{color:#bbb}.chat-status{color:#10b981;align-items:center;gap:.4rem;font-size:.8rem;font-weight:500;display:flex}.chat-messages-area{background:#f8f9fa;flex:1;padding:1.2rem 1.5rem;overflow-y:auto}.chat-messages-area::-webkit-scrollbar{width:4px}.chat-messages-area::-webkit-scrollbar-thumb{background:#c0392b;border-radius:10px}.chat-msg{margin-bottom:.6rem;display:flex}.chat-msg.admin{justify-content:flex-end}.msg-bubble{background:#fff;border-radius:14px;max-width:75%;padding:.6rem 1rem;animation:.3s messageIn;box-shadow:0 1px 3px #0000000a}.chat-msg.admin .msg-bubble{color:#fff;background:linear-gradient(135deg,#c0392b,#e74c3c);border-bottom-right-radius:4px}.chat-msg.customer .msg-bubble{background:#fff;border-bottom-left-radius:4px}.msg-bubble p{word-break:break-word;margin:0;font-size:.9rem;line-height:1.5}.msg-footer{justify-content:flex-end;align-items:center;gap:.3rem;margin-top:.2rem;display:flex}.msg-time{opacity:.6;font-size:.6rem}.chat-msg.admin .msg-time{color:#ffffffb3}.chat-msg.customer .msg-time{color:#999}.msg-read{color:#10b981}.typing-indicator{color:#888;align-items:center;gap:.6rem;padding:.4rem 1.5rem;font-size:.8rem;display:flex}.typing-dots{gap:4px;display:flex}.typing-dots span{background:#c0392b;border-radius:50%;width:6px;height:6px;animation:1.4s infinite typingBounce}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.chat-input-area-admin{background:#fff;border-top:1px solid #f0f2f5;flex-shrink:0;align-items:flex-end;gap:.6rem;padding:.6rem 1rem;display:flex}.chat-input-area-admin textarea{resize:none;background:#f8f9fa;border:2px solid #e5e7eb;border-radius:10px;outline:none;flex:1;min-height:40px;max-height:100px;padding:.5rem .8rem;font-family:inherit;font-size:.9rem;line-height:1.4;transition:all .3s}.chat-input-area-admin textarea:focus{background:#fff;border-color:#c0392b;box-shadow:0 0 0 4px #c0392b0d}.chat-input-area-admin textarea:disabled{opacity:.6;cursor:not-allowed}.chat-input-area-admin .send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#c0392b,#e74c3c);border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;min-width:44px;height:40px;padding:.5rem .8rem;transition:all .3s;display:flex}.chat-input-area-admin .send-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 15px #c0392b4d}.chat-input-area-admin .send-btn:disabled{opacity:.5;cursor:not-allowed}.no-messages{color:#999;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.no-messages h4{color:#666;margin-top:.5rem}.no-messages p{font-size:.9rem}.no-conversation{color:#999;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.no-conversation h3{color:#666;margin-top:1rem}.no-conversation p{font-size:.9rem}.hero-editor-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.hero-form-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000a}.hero-form-section h3{color:#1a1a2e;margin-bottom:1rem}.hero-form-section .form-group{margin-bottom:1rem}.hero-form-section .form-group label{color:#333;align-items:center;gap:.5rem;margin-bottom:.2rem;font-size:.85rem;font-weight:600;display:flex}.hero-form-section .form-group input[type=text]{border:2px solid #e5e7eb;border-radius:8px;width:100%;padding:.6rem .8rem;font-size:.9rem;transition:border-color .3s}.hero-form-section .form-group input[type=text]:focus{border-color:#c0392b;outline:none}.hero-form-section .form-group small{color:#999;margin-top:.1rem;font-size:.7rem;display:block}.save-hero-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#c0392b,#e74c3c);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.7rem;font-size:.95rem;font-weight:700;transition:all .3s;display:flex}.save-hero-btn:hover{transform:scale(1.02);box-shadow:0 4px 20px #c0392b4d}.save-hero-btn:disabled{opacity:.6;cursor:not-allowed}.hero-banner-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000a}.hero-banner-section h3{color:#1a1a2e;margin-bottom:.2rem;font-size:1.1rem}.hero-banner-section>p{color:#666;margin-bottom:1rem;font-size:.85rem}.hero-preview-section{background:#fff;border-radius:12px;margin-top:1.5rem;padding:1.5rem;box-shadow:0 2px 8px #0000000a}.hero-preview-section h3{color:#1a1a2e;margin-bottom:.8rem}.hero-preview-box{background:linear-gradient(135deg,#1a1a2e,#16213e,#c0392b);border-radius:10px;justify-content:center;align-items:center;min-height:250px;display:flex;position:relative;overflow:hidden}.preview-overlay{background:#00000080;position:absolute;inset:0}.preview-content{z-index:1;text-align:center;color:#fff;padding:1.5rem;position:relative}.preview-content .preview-badge{color:#f5c842;background:#f5c84233;border:1px solid #f5c84233;border-radius:50px;margin-bottom:.5rem;padding:.2rem 1.2rem;font-size:.75rem;font-weight:600;display:inline-block}.preview-content h2{margin-bottom:.3rem;font-size:1.8rem;font-weight:700}.preview-content p{opacity:.8;margin-bottom:.5rem;font-size:.95rem}.preview-content .preview-discount{color:#1a1a2e;background:linear-gradient(135deg,#f5c842,#f39c12);border-radius:50px;margin-bottom:.5rem;padding:.3rem 1.5rem;font-size:1.3rem;font-weight:900;display:inline-block}.preview-content .preview-btn{color:#c0392b;background:#fff;border-radius:50px;padding:.3rem 1.5rem;font-size:.8rem;font-weight:700;display:inline-block}.preview-note{color:#999;text-align:center;margin-top:.5rem;font-size:.75rem}.banner-upload-area{margin-bottom:1rem}.upload-area-modern{text-align:center;cursor:pointer;border:2px dashed #e5e7eb;border-radius:10px;padding:1.2rem;transition:border-color .3s;position:relative}.upload-area-modern:hover{border-color:#c0392b}.upload-area-modern .preview-container{display:inline-block;position:relative}.upload-area-modern .upload-preview{border-radius:6px;max-height:100px}.upload-area-modern .remove-preview{color:#fff;cursor:pointer;background:#e74c3c;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;display:flex;position:absolute;top:-6px;right:-6px}.upload-area-modern small{color:#999;margin-top:.2rem;font-size:.7rem;display:block}.file-input-modern{opacity:0;cursor:pointer;position:absolute;inset:0}.upload-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#c0392b,#e74c3c);border:none;border-radius:8px;width:100%;margin-top:.5rem;padding:.5rem 1.2rem;font-weight:600;transition:all .3s}.upload-btn:hover{transform:scale(1.02);box-shadow:0 4px 20px #c0392b4d}.upload-btn:disabled{opacity:.6;cursor:not-allowed}.current-banner-display{background:#f8f9fa;border-radius:8px;margin-bottom:1rem;padding:.8rem}.current-banner-display h4{color:#1a1a2e;margin-bottom:.3rem;font-size:.85rem}.current-banner-thumb{object-fit:cover;border-radius:6px;width:100%;max-height:60px}.banner-list h4{color:#1a1a2e;margin-bottom:.3rem;font-size:.85rem}.banner-grid-mini{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem;display:grid}.banner-item-mini{background:#f8f9fa;border-radius:6px;overflow:hidden}.banner-thumb-mini{object-fit:cover;width:100%;height:50px}.banner-actions-mini{justify-content:center;gap:.2rem;padding:.2rem;display:flex}.banner-actions-mini button{cursor:pointer;border:none;border-radius:3px;align-items:center;gap:.1rem;padding:.1rem .3rem;font-size:.6rem;transition:all .3s;display:flex}.banner-actions-mini .view-btn{color:#1e40af;background:#dbeafe}.banner-actions-mini .view-btn:hover{background:#bfdbfe}.banner-actions-mini .set-active-btn{color:#92400e;background:#fef3c7}.banner-actions-mini .set-active-btn.active{color:#065f46;background:#d1fae5}.banner-actions-mini .delete-btn{color:#991b1b;background:#fee2e2}.banner-actions-mini .delete-btn:hover{background:#fecaca}.booking-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.booking-modal{background:#fff;border-radius:20px;width:100%;max-width:550px;max-height:90vh;padding:2rem;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.booking-modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.booking-modal-header h2{color:#1a1a2e;margin:0;font-size:1.3rem}.booking-modal-header .modal-close{cursor:pointer;color:#999;background:0 0;border:none;padding:.2rem;font-size:1.5rem;transition:color .3s}.booking-modal-header .modal-close:hover{color:#1a1a2e}.booking-modal .form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.booking-modal .form-group{margin-bottom:1rem}.booking-modal .form-group label{color:#333;align-items:center;gap:.4rem;margin-bottom:.3rem;font-size:.85rem;font-weight:600;display:flex}.booking-modal .form-group label svg{color:#c0392b}.booking-modal .form-group input,.booking-modal .form-group textarea{background:#fff;border:2px solid #e5e7eb;border-radius:8px;width:100%;padding:.6rem .8rem;font-family:inherit;font-size:.9rem;transition:border-color .3s}.booking-modal .form-group input:focus,.booking-modal .form-group textarea:focus{border-color:#c0392b;outline:none}.booking-modal .form-group textarea{resize:vertical;min-height:60px}.booking-modal-actions{gap:1rem;margin-top:1rem;display:flex}.booking-modal-actions .btn-cancel{cursor:pointer;background:#e5e7eb;border:none;border-radius:8px;flex:1;padding:.7rem;font-weight:600;transition:background .3s}.booking-modal-actions .btn-cancel:hover{background:#d1d5db}.booking-modal-actions .btn-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#c0392b,#e74c3c);border:none;border-radius:8px;flex:2;padding:.7rem;font-weight:600;transition:all .3s}.booking-modal-actions .btn-submit:hover{box-shadow:0 4px 20px #c0392b4d}.booking-modal-actions .btn-submit:disabled{opacity:.6;cursor:not-allowed}.messages-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.message-card{background:#fff;border-left:4px solid #e5e7eb;border-radius:12px;flex-direction:column;padding:1.2rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000a}.message-card.unread{background:#fef8f7;border-left-color:#c0392b}.message-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000014}.message-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;display:flex}.message-sender{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.message-sender strong{color:#1a1a2e;font-size:1rem}.unread-badge{color:#fff;background:#c0392b;border-radius:12px;padding:.15rem .6rem;font-size:.65rem;font-weight:600}.message-date{color:#999;white-space:nowrap;align-items:center;gap:.3rem;font-size:.75rem;display:flex}.message-body{flex-direction:column;flex:1;gap:.3rem;margin-bottom:.8rem;display:flex}.message-contact{color:#555;align-items:center;gap:.4rem;font-size:.85rem;display:flex}.message-contact svg{color:#999;flex-shrink:0}.message-text{background:#f8f9fa;border:1px solid #f0f2f5;border-radius:8px;align-items:flex-start;gap:.4rem;margin-top:.3rem;padding:.6rem;display:flex}.message-text svg{color:#999;flex-shrink:0;margin-top:1px}.message-text p{color:#333;word-break:break-word;margin:0;font-size:.9rem;line-height:1.5}.message-actions{border-top:1px solid #f0f2f5;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:auto;padding-top:.8rem;display:flex}.message-actions button{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.3rem;padding:.3rem .8rem;font-size:.8rem;font-weight:500;transition:all .3s;display:flex}.message-actions .read-btn{color:#065f46;background:#d1fae5}.message-actions .read-btn:hover{background:#a7f3d0}.message-actions .whatsapp-btn{color:#1e40af;background:#dbeafe}.message-actions .whatsapp-btn:hover{background:#bfdbfe}.message-actions .delete-btn{color:#991b1b;background:#fee2e2}.message-actions .delete-btn:hover{background:#fecaca}.pending-badge{color:#92400e;background:#fef3c7;border-radius:20px;padding:.25rem .8rem;font-size:.8rem;font-weight:600}.bookings-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;display:grid}.booking-card{background:#fff;border-left:4px solid #f59e0b;border-radius:12px;padding:1.2rem;transition:all .3s;box-shadow:0 2px 8px #0000000a}.booking-card:hover{box-shadow:0 4px 20px #00000014}.booking-card.confirmed{border-left-color:#3b82f6}.booking-card.completed{border-left-color:#10b981}.booking-card.cancelled{opacity:.7;border-left-color:#ef4444}.booking-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.8rem;display:flex}.booking-service h4{color:#1a1a2e;margin:0;font-size:1rem}.booking-date{color:#666;align-items:center;gap:.3rem;font-size:.8rem;display:flex}.booking-body{flex-direction:column;gap:.4rem;margin-bottom:.8rem;display:flex}.booking-customer,.booking-schedule,.booking-message{color:#555;align-items:center;gap:.4rem;font-size:.85rem;display:flex}.booking-customer svg,.booking-schedule svg,.booking-message svg{color:#666;flex-shrink:0}.booking-message{background:#f8f9fa;border-radius:6px;padding:.4rem .6rem;font-size:.8rem}.booking-actions{border-top:1px solid #f0f2f5;flex-wrap:wrap;align-items:center;gap:.5rem;padding-top:.8rem;display:flex}.booking-actions .status-select{cursor:pointer;border:2px solid #e5e7eb;border-radius:6px;flex:1;min-width:100px;padding:.3rem .5rem;font-size:.8rem}.booking-actions .view-btn,.booking-actions .delete-btn,.booking-actions .whatsapp-btn{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.3rem;padding:.3rem .6rem;font-size:.8rem;transition:all .3s;display:flex}.booking-actions .view-btn{color:#1e40af;background:#dbeafe}.booking-actions .view-btn:hover{background:#bfdbfe}.booking-actions .delete-btn{color:#991b1b;background:#fee2e2}.booking-actions .delete-btn:hover{background:#fecaca}.booking-actions .whatsapp-btn{color:#065f46;background:#d1fae5}.booking-actions .whatsapp-btn:hover{background:#a7f3d0}.filter-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.filter-tab{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:20px;padding:.4rem 1rem;font-size:.85rem;font-weight:500;transition:all .3s}.filter-tab:hover{color:#c0392b;border-color:#c0392b}.filter-tab.active{color:#fff;background:#c0392b;border-color:#c0392b}.chart-container{background:#fff;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 2px 8px #0000000a}.chart-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:1.5rem;display:flex}.chart-header h3{color:#1a1a2e;margin:0;font-size:1.1rem}.chart-controls{gap:.5rem;display:flex}.chart-btn{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:6px;padding:.3rem .8rem;font-size:.8rem;transition:all .3s}.chart-btn:hover{color:#c0392b;border-color:#c0392b}.chart-btn.active{color:#fff;background:#c0392b;border-color:#c0392b}.chart-bars{justify-content:space-around;align-items:flex-end;gap:.5rem;height:150px;padding-top:.5rem;display:flex}.chart-bar-wrapper{flex-direction:column;flex:1;align-items:center;gap:.3rem;display:flex}.chart-bar{background:linear-gradient(#c0392b,#e74c3c);border-radius:4px 4px 0 0;width:100%;max-width:40px;min-height:8px;transition:height .8s;animation:.8s chartBarGrow;position:relative}@keyframes chartBarGrow{0%{height:0!important}to{height:var(--bar-height)}}.chart-bar-value{color:#1a1a2e;font-size:.7rem;font-weight:600;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.chart-bar-label{color:#666;font-size:.7rem}.reviews-section{box-sizing:border-box;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:10px;width:100%;margin-top:1rem;padding:1rem}.reviews-summary{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:.8rem;display:flex}.rating-big{align-items:center;gap:.8rem;display:flex}.rating-number{color:#1a1a2e;font-size:1.8rem;font-weight:700}.rating-stars{gap:2px;display:flex}.rating-stars svg{width:16px;height:16px}.rating-count{color:#666;font-size:.8rem}.write-review-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#c0392b;border:none;border-radius:6px;padding:.3rem 1rem;font-size:.8rem;font-weight:600;transition:all .3s}.write-review-btn:hover{background:#e74c3c;transform:scale(1.05)}.review-form{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;padding:1rem}.review-form h4{color:#1a1a2e;margin-bottom:.8rem;font-size:1rem}.review-form .form-row{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.review-form .form-group{margin-bottom:.8rem}.review-form .form-group label{color:#333;margin-bottom:.2rem;font-size:.8rem;font-weight:600;display:block}.review-form .form-group input,.review-form .form-group textarea{box-sizing:border-box;border:2px solid #e5e7eb;border-radius:6px;width:100%;padding:.5rem .8rem;font-family:inherit;font-size:.85rem;transition:border-color .3s}.review-form .form-group input:focus,.review-form .form-group textarea:focus{border-color:#c0392b;outline:none}.review-form .form-group textarea{resize:vertical;min-height:60px}.rating-select{gap:.3rem;display:flex}.rating-star-btn{cursor:pointer;color:#ccc;background:0 0;border:none;padding:.1rem .2rem;font-size:1.5rem;transition:all .3s}.rating-star-btn.active{color:#f59e0b}.rating-star-btn:hover{transform:scale(1.1)}.review-form .form-actions{gap:.8rem;margin-top:.8rem;display:flex}.review-form .btn-cancel{cursor:pointer;background:#e5e7eb;border:none;border-radius:6px;padding:.4rem 1.2rem;font-size:.85rem;font-weight:600;transition:background .3s}.review-form .btn-cancel:hover{background:#d1d5db}.review-form .btn-submit{color:#fff;cursor:pointer;background:#c0392b;border:none;border-radius:6px;padding:.4rem 1.2rem;font-size:.85rem;font-weight:600;transition:all .3s}.review-form .btn-submit:hover{background:#e74c3c;transform:scale(1.02)}.review-form .btn-submit:disabled{opacity:.6;cursor:not-allowed}.reviews-list{max-height:200px;overflow-y:auto}.reviews-list::-webkit-scrollbar{width:4px}.reviews-list::-webkit-scrollbar-thumb{background:#c0392b;border-radius:10px}.review-item{border-bottom:1px solid #e5e7eb;padding:.6rem 0}.review-item:last-child{border-bottom:none}.review-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.3rem;margin-bottom:.2rem;display:flex}.review-user{align-items:center;gap:.3rem;display:flex}.review-user svg{color:#666;width:14px;height:14px}.review-name{color:#1a1a2e;font-size:.85rem;font-weight:600}.verified-badge{color:#10b981;font-size:.6rem}.review-stars{gap:1px;display:flex}.review-stars svg{width:12px;height:12px}.review-comment{color:#555;word-wrap:break-word;margin-bottom:.2rem;font-size:.85rem}.review-footer{color:#999;align-items:center;gap:.3rem;font-size:.7rem;display:flex}.review-footer svg{width:12px;height:12px}.no-reviews,.reviews-loading{text-align:center;color:#666;padding:.5rem;font-size:.85rem}@media (width>=1400px){.container{max-width:1320px}}@media (width<=1399px){.products-grid{grid-template-columns:repeat(3,1fr)}.services-grid-modern{grid-template-columns:repeat(2,1fr)}.used-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=1199px){.hero-content h1{font-size:2.8rem}.contact-grid-modern{grid-template-columns:1fr;gap:2rem}.cart-layout{grid-template-columns:1fr}.stats-grid-modern{grid-template-columns:repeat(2,1fr)}.hero-editor-grid{grid-template-columns:1fr}}@media (width<=991px){.navbar{padding:.8rem 1.5rem}.hero-content h1{font-size:2.5rem}.hero-discount{padding:.5rem 2.5rem;font-size:1.8rem}.products-grid,.used-grid,.brands-grid,.features-grid{grid-template-columns:repeat(2,1fr)}.services-grid-modern{grid-template-columns:1fr}.related-grid{grid-template-columns:repeat(2,1fr)}.admin-sidebar{padding-top:60px;transform:translate(-240px)}.admin-sidebar.open{transform:translate(0)}.admin-main{margin-left:0}.sidebar-link .sidebar-link-desc{display:none}.messages-grid{grid-template-columns:1fr}.chat-sidebar{width:280px}.detail-features ul,.spec-grid{grid-template-columns:1fr}.actions-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=767px){.navbar{padding:.8rem 1rem}.nav-container{flex-direction:column;gap:.8rem}.search-bar{width:100%;max-width:100%}.nav-actions{justify-content:flex-end;width:100%}.mobile-menu-btn{display:block}.nav-bottom{padding:.5rem 1rem;display:none}.nav-bottom.mobile-open{display:block}.nav-bottom-container{flex-direction:column;align-items:flex-start;gap:.5rem}.hero{min-height:350px;padding:3rem 1.5rem}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.hero-discount{padding:.4rem 2rem;font-size:1.5rem}.hero-badge{padding:.3rem 1.2rem;font-size:.75rem}.shop-now-btn{padding:.7rem 2rem;font-size:1rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-card{padding:1rem}.product-image-wrapper{height:140px}.product-name{min-height:2rem;font-size:.85rem}.product-price{font-size:1rem}.brands-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.features-grid{grid-template-columns:1fr 1fr;gap:1rem}.footer-content{grid-template-columns:1fr 1fr;gap:1.5rem}.section-header h2{font-size:1.5rem}.section-header{flex-direction:column;align-items:flex-start}.admin-content-modern{padding:1rem}.stats-grid-modern,.actions-grid{grid-template-columns:1fr}.admin-topbar{padding:.6rem 1rem}.admin-greeting{display:none}.admin-sidebar{padding-top:56px}.modal-content-modern .form-row{grid-template-columns:1fr}.banner-grid-mini{grid-template-columns:repeat(2,1fr)}.hero-preview-box{min-height:200px}.preview-content h2{font-size:1.3rem}.contact-hero h1{font-size:2rem}.contact-info-modern,.contact-form-modern{padding:1.5rem}.used-hero-stats{gap:2rem}.used-hero-stats .stat-number{font-size:1.5rem}.used-filters,.filter-controls{flex-direction:column}.filter-group{width:100%}.category-pills{gap:.5rem}.category-pill{padding:.3rem .8rem;font-size:.8rem}.warranty-content{text-align:center;flex-direction:column}.chat-box{width:320px;height:450px;right:-10px}.admin-chat-container{border-radius:12px;flex-direction:column;height:auto}.chat-sidebar{border-bottom:1px solid #f0f2f5;border-right:none;width:100%;max-height:300px}.chat-main-area{height:450px}.conversation-item{padding:.5rem 1rem}.chat-msg{margin-bottom:.4rem}.msg-bubble{max-width:85%;padding:.4rem .8rem}.chat-input-area-admin{padding:.4rem .8rem}.chat-input-area-admin textarea{min-height:32px;font-size:.85rem}.chat-input-area-admin .send-btn{min-width:36px;height:32px}.chat-messages-area{padding:.8rem 1rem}.product-detail-grid{grid-template-columns:1fr;gap:2rem}.detail-title,.detail-price .current-price{font-size:1.5rem}.detail-actions{flex-direction:column}.quantity-selector{justify-content:center;width:100%}.detail-add-to-cart{width:100%}.trust-badges{flex-direction:column;gap:.5rem}.related-grid{grid-template-columns:repeat(2,1fr)}.product-detail-image{padding:1rem}.product-detail-image img{max-height:300px}.profile-header{text-align:center;flex-direction:column}.profile-logout{margin-left:0}.profile-form .form-row{grid-template-columns:1fr}.profile-section{padding:1rem}.order-success-container{padding:2rem}.bookings-grid{grid-template-columns:1fr}.service-cta-modern{padding:2rem 1.5rem}.cta-content h2{font-size:1.5rem}.cta-content p{font-size:1rem}.cta-buttons-modern{flex-direction:column;align-items:center;gap:1rem}.cta-call-btn,.cta-whatsapp-btn{justify-content:center;width:100%;max-width:250px;padding:.7rem 1.5rem}.services-hero-stats{gap:2rem}.services-hero-stats .stat-number{font-size:1.8rem}.used-item-image{height:150px}.used-item-price .price{font-size:1rem}.message-header{flex-direction:column;align-items:flex-start}.message-date{font-size:.7rem}.message-actions{flex-wrap:wrap}.message-actions button{padding:.2rem .6rem;font-size:.75rem}}@media (width<=575px){.products-grid{grid-template-columns:1fr;gap:1rem}.product-card{padding:.8rem}.product-image-wrapper{height:180px}.used-grid{grid-template-columns:1fr;gap:1rem}.used-item-image{height:180px}.brands-grid{grid-template-columns:1fr 1fr;gap:.8rem}.features-grid{grid-template-columns:1fr;gap:1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}.cart-item{flex-wrap:wrap;gap:.8rem}.cart-actions-row{flex-direction:column;gap:1rem}.banner-grid-mini{grid-template-columns:1fr}.modal-content-modern{padding:1.5rem}.contact-hero{padding:2rem 1rem}.contact-info-modern,.contact-form-modern{padding:1rem}.contact-item-modern{text-align:center;flex-direction:column;align-items:center}.used-item-card{margin:0}.services-hero-modern{padding:2rem 1rem}.services-hero-content h1{font-size:2rem}.cta-call-btn,.cta-whatsapp-btn{width:100%;max-width:100%}.chat-box{width:300px;height:400px;bottom:70px;right:-10px}.chat-sidebar{max-height:200px}.conv-avatar{width:36px;height:36px;font-size:.9rem}.conv-name{font-size:.8rem}.conv-last{font-size:.7rem}.chat-main-area{height:350px}.detail-price{flex-direction:column;align-items:flex-start;gap:.3rem}.header-actions{width:100%}.filter-toggle-btn{justify-content:center;width:100%}.category-filter-btn{padding:.3rem .6rem;font-size:.75rem}.admin-table-modern{font-size:.7rem}.admin-table-modern th,.admin-table-modern td{padding:.3rem .4rem}.product-thumbnail{width:30px;height:30px}.action-card p{white-space:normal}.action-card{min-height:50px;padding:.8rem}.booking-card{padding:.8rem}.booking-actions{flex-wrap:wrap}.booking-actions .status-select{min-width:80px;font-size:.7rem}.review-form .form-row{grid-template-columns:1fr}.reviews-summary{flex-direction:column;align-items:flex-start}.write-review-btn{text-align:center;width:100%}.rating-big{flex-wrap:wrap}.map-container iframe{height:200px}.login-card-modern{padding:1.5rem}.login-brand h1{font-size:1.5rem}.login-subtitle{font-size:.85rem}.admin-login-card{padding:1.5rem}.service-cta-modern{padding:1.5rem 1rem}.cta-content h2{font-size:1.2rem}.cta-content p{font-size:.9rem}.hero-with-banner{min-height:350px;padding:2rem 1rem}.hero-dots .dot{width:8px;height:8px}.hero-dots .dot.active{width:20px}}@media (width<=320px){.chat-box{width:270px;height:350px;right:-5px}.chat-toggle{width:50px;height:50px}.chat-toggle svg{width:20px;height:20px}.brands-grid{grid-template-columns:1fr 1fr;gap:.5rem}.brand-card{padding:1rem .5rem}.brand-icon{width:50px;height:50px;font-size:1.5rem}.product-image-wrapper{height:140px}}@media print{.navbar,.nav-bottom,.footer,.chat-widget,.admin-sidebar,.admin-topbar{display:none!important}.admin-main{margin-left:0!important}.product-card,.order-card{break-inside:avoid;box-shadow:none!important;border:1px solid #ddd!important}body{color:#000!important;background:#fff!important}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:2.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:2.5rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.p-5{padding:2.5rem}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-column{flex-direction:column;display:flex}.flex-wrap{flex-wrap:wrap}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.w-100{width:100%}.h-100{height:100%}.rounded{border-radius:8px}.rounded-lg{border-radius:16px}.rounded-xl{border-radius:24px}.shadow{box-shadow:0 2px 10px #0000000f}.shadow-lg{box-shadow:0 8px 30px #0000001a}.shadow-xl{box-shadow:0 20px 60px #00000026}.image-upload-container{width:100%;margin:.5rem 0}.image-preview-wrapper{border:2px solid #e5e7eb;border-radius:10px;width:120px;height:120px;display:inline-block;position:relative;overflow:hidden}.image-preview{object-fit:cover;width:100%;height:100%}.remove-image-btn{color:#fff;cursor:pointer;background:#e74c3ce6;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .3s;display:flex;position:absolute;top:4px;right:4px}.remove-image-btn:hover{background:#e74c3c;transform:scale(1.1)}.image-upload-area{text-align:center;cursor:pointer;background:#fafbfc;border:2px dashed #e5e7eb;border-radius:10px;padding:1.5rem;transition:all .3s;position:relative}.image-upload-area:hover{background:#fef8f7;border-color:#c0392b}.image-upload-area p{color:#666;margin:.3rem 0;font-size:.9rem}.image-upload-area span{color:#999;font-size:.75rem}.image-upload-input{opacity:0;cursor:pointer;position:absolute;inset:0}.upload-spinner{border:3px solid #f3f3f3;border-top-color:#c0392b;border-radius:50%;width:30px;height:30px;animation:1s linear infinite spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-brand-tag{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1a1a2ed9;border-radius:4px;padding:.15rem .6rem;font-size:.6rem;font-weight:600;position:absolute;bottom:8px;left:8px}.product-capacity{color:#1a5c9e;background:#e8f0fe;border-radius:12px;padding:.1rem .6rem;font-size:.65rem;font-weight:600}.filter-dot{background:#c0392b;border-radius:50%;width:8px;height:8px;margin-left:4px;animation:2s infinite pulseDot;display:inline-block}.product-card-link{color:inherit;flex-direction:column;flex:1;text-decoration:none;display:flex}.brand-card.clickable{cursor:pointer;transition:all .3s;position:relative}.brand-card.clickable:hover{border-color:#c0392b;transform:translateY(-8px);box-shadow:0 12px 40px #c0392b26}.brand-card.clickable:active{transform:scale(.95)}.brand-click-hint{color:#999;opacity:0;margin-top:.5rem;font-size:.7rem;transition:opacity .3s;display:block}.brand-card.clickable:hover .brand-click-hint{opacity:1;color:#c0392b}.brand-card.clickable .brand-logo-image{transition:transform .3s}.brand-card.clickable:hover .brand-logo-image{transform:scale(1.1)}
