.cart-overlay{background:#00000080;bottom:0;display:flex;justify-content:flex-end;left:0;position:fixed;right:0;top:0;z-index:1000}.cart-modal{animation:slideIn .3s;background:#fff;display:flex;flex-direction:column;height:100vh;width:450px}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.cart-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:1.5rem}.close-btn{background:none;color:#666;font-size:2rem}.cart-items{flex:1 1;overflow-y:auto;padding:1rem}.empty-cart{color:#999;padding:2rem;text-align:center}.cart-item{border-bottom:1px solid #eee;display:flex;gap:1rem;padding:1rem}.cart-item img{border-radius:5px;height:80px;object-fit:cover;width:80px}.cart-item-info{flex:1 1}.cart-item-actions{align-items:center;display:flex;gap:.5rem}.cart-item-actions button{background:#667eea;border-radius:3px;color:#fff;padding:.3rem .6rem}.remove-btn{background:#e74c3c!important}.cart-footer{border-top:1px solid #eee;padding:1.5rem}.cart-total{font-size:1.3rem;margin-bottom:1rem}.btn-checkout{background:#667eea;border-radius:5px;color:#fff;font-size:1.1rem;font-weight:600;padding:1rem;width:100%}.cart-variant{color:#666;font-size:.8rem;margin:.2rem 0}@media (max-width:768px){.cart-modal{max-width:100vw;width:100%}.cart-header{padding:1rem}.cart-header h2{font-size:1.3rem}.cart-item{gap:.8rem;padding:.8rem}.cart-item img{height:60px;width:60px}.cart-item-info h4{font-size:.9rem}.cart-item-info p{font-size:.85rem}.cart-footer{padding:1rem}.cart-total{font-size:1.1rem}.btn-checkout{font-size:1rem;padding:.8rem}}@media (max-width:480px){.cart-item{align-items:flex-start;flex-direction:column}.cart-item img{height:120px;width:100%}.cart-item-actions{justify-content:space-between;width:100%}}.navbar{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.navbar-logo{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none}.navbar-menu{align-items:center;display:flex;gap:2rem;list-style:none}.btn-link,.navbar-menu a{background:none;color:#fff;font-size:1rem;text-decoration:none;transition:opacity .3s}.btn-link:hover,.navbar-menu a:hover{opacity:.8}.cart-btn{background:#fff;border-radius:20px;color:#667eea;font-weight:600;padding:.5rem 1rem;transition:transform .2s}.cart-btn:hover{transform:scale(1.05)}@media (max-width:768px){.navbar-container{padding:0 1rem}.navbar-logo{font-size:1.2rem}.navbar-menu{flex-wrap:wrap;gap:.8rem;justify-content:flex-end}.btn-link,.cart-btn,.navbar-menu a{font-size:.85rem}.cart-btn{padding:.4rem .8rem}}@media (max-width:480px){.navbar{padding:.8rem 0}.navbar-container{padding:0 .5rem}.navbar-logo{font-size:1rem}.navbar-menu{gap:.5rem}.btn-link,.navbar-menu a{font-size:.75rem;padding:.3rem .5rem}.cart-btn{font-size:.75rem;padding:.3rem .6rem}}.home{min-height:calc(100vh - 70px)}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem;text-align:center}.hero-content h1{font-size:3rem;margin-bottom:1rem}.hero-content p{font-size:1.3rem;margin-bottom:2rem}.btn-hero{background:#fff;border-radius:30px;color:#667eea;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:transform .3s}.btn-hero:hover{transform:translateY(-3px)}.features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:4rem auto;max-width:1200px;padding:0 2rem}.feature{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center}.feature h3{color:#667eea;font-size:1.5rem;margin-bottom:1rem}.hero-actions{align-items:center;display:flex;flex-direction:column;gap:1rem}.hero-auth{max-width:300px;width:100%}.btn-hero-google{background:#fff!important;border:2px solid #ddd!important;color:#333!important;font-weight:500!important}.btn-hero-google:hover{border-color:#4285f4!important;box-shadow:0 2px 8px #4285f433!important;transform:translateY(-2px)!important}@media (min-width:768px){.hero-actions{flex-direction:row;justify-content:center}.hero-auth{max-width:250px}}.btn-hero-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-hero-secondary:hover{background:#fff;color:#667eea}.custom-order-cta{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;margin:4rem 0;padding:4rem 2rem}.cta-content{margin:0 auto;max-width:800px;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.cta-content p{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;opacity:.95}.cta-features{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:3rem}.cta-feature{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:12px;display:flex;flex-direction:column;gap:.5rem;padding:1rem}.cta-icon{font-size:2rem;margin-bottom:.5rem}.cta-feature span:last-child{font-size:.95rem;font-weight:600}.btn-cta{background:#fff;border-radius:50px;box-shadow:0 8px 25px #0003;color:#f5576c;display:inline-block;font-size:1.2rem;font-weight:700;letter-spacing:1px;padding:1.2rem 3rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.btn-cta:hover{background:#f8f9fa;box-shadow:0 12px 35px #0000004d;transform:translateY(-3px)}@media (max-width:768px){.hero-content h1{font-size:2.2rem}.hero-content p{font-size:1.1rem}.cta-content h2{font-size:2rem}.cta-content p{font-size:1.1rem}.cta-features{gap:1rem;grid-template-columns:repeat(2,1fr)}.btn-cta{font-size:1rem;padding:1rem 2rem}}@media (max-width:480px){.hero{padding:4rem 1rem}.hero-content h1{font-size:1.8rem}.custom-order-cta{padding:3rem 1rem}.cta-content h2{font-size:1.6rem}.cta-features{grid-template-columns:1fr}}.product-card{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s}.product-card:hover{transform:translateY(-5px)}.product-card img{height:200px;object-fit:cover;width:100%}.product-color-box{align-items:center;display:flex;height:200px;justify-content:center;position:relative;width:100%}.product-name-overlay{background:#0003;border-radius:10px;color:#fff;font-size:1.5rem;font-weight:700;padding:1rem;text-align:center;text-shadow:2px 2px 4px #0000004d}.product-info{padding:1rem}.product-info h3{color:#333;margin-bottom:.5rem}.product-description{color:#666;font-size:.9rem;margin-bottom:1rem}.product-footer{display:flex;flex-direction:column;gap:1rem}.product-actions{display:flex;gap:.5rem}.product-price{color:#667eea;font-size:1.3rem;font-weight:700}.btn-view{background:#f8f9fa;border:1px solid #667eea;border-radius:5px;color:#667eea;flex:1 1;font-size:.9rem;padding:.6rem 1.2rem;text-align:center;text-decoration:none;transition:all .3s}.btn-add,.btn-view:hover{background:#667eea;color:#fff}.btn-add{border-radius:5px;flex:1 1;font-size:.9rem;padding:.6rem 1.2rem;transition:background .3s}.btn-add:hover{background:#5568d3}@media (max-width:768px){.product-name-overlay{font-size:1.2rem;padding:.8rem}.product-info{padding:.8rem}.product-info h3{font-size:1rem}.product-description{font-size:.85rem}.product-price{font-size:1.1rem}.btn-add,.btn-view{font-size:.85rem;padding:.5rem .8rem}}@media (max-width:480px){.product-card img,.product-color-box{height:150px}.product-name-overlay{font-size:1rem;padding:.6rem}.product-actions{flex-direction:column}.btn-add,.btn-view{width:100%}}.shop{margin:0 auto;max-width:1200px;padding:2rem}.shop h1{color:#667eea;font-size:2.5rem;margin-bottom:2rem;text-align:center}.category-filter{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:15px;box-shadow:0 4px 6px #0000001a;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem;padding:1rem}.category-btn{background:#fff;border:2px solid #0000;border-radius:25px;box-shadow:0 2px 4px #0000001a;color:#667eea;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.category-btn:hover{border-color:#667eea;box-shadow:0 4px 8px #667eea4d;transform:translateY(-2px)}.category-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;box-shadow:0 4px 12px #667eea66;color:#fff}.products-count{color:#666;font-size:1.1rem;font-weight:500;margin-bottom:1.5rem;text-align:center}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.no-products{color:#999;font-size:1.2rem;padding:4rem 2rem;text-align:center}.no-products p{margin:0}.loading{padding:4rem 2rem}@media (max-width:768px){.category-filter{gap:.5rem;padding:.75rem}.category-btn{font-size:.9rem;padding:.5rem 1rem}.shop h1{font-size:2rem}.products-count{font-size:1rem}}.product-detail{margin:0 auto;max-width:1200px;padding:2rem}.product-detail-container{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;overflow:hidden}.btn-back{background:#667eea;border-radius:5px;color:#fff;font-weight:600;margin-bottom:2rem;padding:.8rem 1.5rem;transition:background .3s}.btn-back:hover{background:#5568d3}.not-found{padding:4rem 2rem;text-align:center}.not-found h2{color:#666;margin-bottom:2rem}.product-detail-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;padding:2rem}.product-image-section{display:flex;flex-direction:column;gap:1rem}.product-main-image{border-radius:10px;height:400px;object-fit:cover;width:100%}.product-gallery{display:flex;gap:.5rem;overflow-x:auto}.product-gallery img{border-radius:5px;cursor:pointer;height:80px;object-fit:cover;transition:transform .2s;width:80px}.product-gallery img:hover{transform:scale(1.05)}.product-info-section{display:flex;flex-direction:column;gap:1.5rem}.product-info-section h1{color:#333;font-size:2.5rem;margin-bottom:.5rem}.product-description-full{color:#666;font-size:1.1rem;line-height:1.6}.product-long-description{background:#f9f9f9;border-radius:5px;padding:1rem}.product-long-description h3{color:#667eea;margin-bottom:.5rem}.product-price-section{align-items:center;display:flex;gap:1rem}.current-price{color:#667eea;font-size:2rem;font-weight:700}.original-price{color:#999;font-size:1.5rem;text-decoration:line-through}.product-variants{border:1px solid #eee;border-radius:8px;padding:1.5rem}.product-variants h3{color:#667eea;margin-bottom:1rem}.variants-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.variant-option{border:2px solid #eee;border-radius:8px;cursor:pointer;padding:1rem;text-align:center;transition:all .3s}.variant-option:hover{border-color:#667eea}.variant-option.selected{background:#f0f4ff;border-color:#667eea}.variant-name{color:#333;font-weight:600;margin-bottom:.5rem}.variant-price{color:#667eea;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.variant-description{color:#666;font-size:.9rem}.quantity-section{align-items:center;display:flex;gap:1rem}.quantity-section label{color:#333;font-weight:600}.quantity-controls{align-items:center;border:1px solid #ddd;border-radius:5px;display:flex;gap:.5rem;padding:.5rem}.quantity-btn{align-items:center;background:#667eea;border-radius:3px;color:#fff;display:flex;font-weight:700;height:30px;justify-content:center;width:30px}.quantity-display{font-weight:600;min-width:40px;text-align:center}.btn-add-to-cart{background:#667eea;border-radius:8px;color:#fff;font-size:1.2rem;font-weight:600;padding:1.2rem 2rem;transition:background .3s}.btn-add-to-cart:hover{background:#5568d3}.nutrition-info,.product-ingredients{border-top:1px solid #eee;padding-top:1.5rem}.nutrition-info h3,.product-ingredients h3{color:#667eea;margin-bottom:1rem}.nutrition-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.nutrition-item{background:#f9f9f9;border-radius:3px;display:flex;justify-content:space-between;padding:.5rem}.nutrition-label{font-weight:600}.related-products{border-top:1px solid #eee;padding:2rem}.related-products h2{color:#667eea;margin-bottom:2rem;text-align:center}.related-products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media (max-width:768px){.product-detail-content{gap:2rem;grid-template-columns:1fr}.product-info-section h1{font-size:2rem}.variants-grid{grid-template-columns:1fr}}.weight-selection-toggle{background:#f9f9f9;border:1px solid #eee;border-radius:8px;display:flex;gap:.5rem;margin:1rem 0;padding:.5rem}.toggle-btn{background:#fff;border:1px solid #ddd;border-radius:5px;color:#666;flex:1 1;font-weight:600;padding:.8rem 1.5rem;transition:all .3s}.toggle-btn:hover{border-color:#667eea;color:#667eea}.toggle-btn.active{background:#667eea;border-color:#667eea;color:#fff}.custom-weight-section{background:#f0f4ff;border:2px solid #667eea;border-radius:8px;margin:1rem 0;padding:1.5rem}.custom-weight-section h3{color:#667eea;font-size:1.1rem;margin-bottom:1rem}.weight-inputs-row{align-items:flex-end;display:flex;gap:1rem;margin-bottom:1rem}.weight-input-wrapper{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.weight-input-wrapper label{color:#667eea;font-size:.9rem;font-weight:600}.weight-input-wrapper{position:relative}.weight-input{border:2px solid #ddd;border-radius:5px;font-size:1.1rem;font-weight:600;padding:.8rem 2.5rem .8rem .8rem;transition:border-color .3s;width:100%}.weight-input:focus{border-color:#667eea;outline:none}.unit-label{bottom:.8rem;color:#999;font-weight:600;pointer-events:none;position:absolute;right:.8rem}.weight-plus{color:#667eea;font-size:1.5rem;font-weight:700;padding-bottom:.8rem}.weight-input-group{display:flex;gap:.5rem;margin-bottom:1rem}.weight-unit-select{background:#fff;border:2px solid #ddd;border-radius:5px;cursor:pointer;flex:1 1;font-size:1rem;padding:.8rem;transition:border-color .3s}.weight-unit-select:focus{border-color:#667eea;outline:none}.weight-price-info{background:#fff;border-left:4px solid #667eea;border-radius:5px;margin-top:1rem;padding:1rem}.weight-price-info p{color:#666;margin:.3rem 0}.calculated-price{color:#667eea!important;font-size:1.3rem;font-weight:700;margin-top:.5rem!important}.btn-add-to-cart:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.btn-add-to-cart:disabled:hover{background:#ccc}.weight-presets{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;margin-top:.5rem}.preset-btn{background:#fff;border:1px solid #667eea;border-radius:5px;color:#667eea;font-size:.9rem;padding:.5rem 1rem;transition:all .3s}.preset-btn:hover{background:#667eea;color:#fff}.price-info{display:flex;flex-direction:column;gap:.3rem}.price-label{color:#666;font-size:.9rem;font-weight:500}@media (max-width:768px){.weight-inputs-row,.weight-selection-toggle{flex-direction:column}.weight-inputs-row{align-items:stretch}.weight-plus{display:none}.weight-input-group{flex-direction:column}.weight-input,.weight-unit-select{width:100%}}.checkout{margin:0 auto;max-width:1200px;min-height:calc(100vh - 70px);padding:2rem}.checkout-container h1{color:#667eea;margin-bottom:2rem;text-align:center}.empty-checkout{padding:4rem 2rem;text-align:center}.empty-checkout h2{color:#666;margin-bottom:2rem}.btn-shop{background:#667eea;border-radius:5px;color:#fff;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:background .3s}.btn-shop:hover{background:#5568d3}.checkout-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr}.checkout-left{display:flex;flex-direction:column;gap:2rem}.checkout-section{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:2rem}.checkout-section h2{color:#667eea;font-size:1.5rem;margin-bottom:1.5rem}.form-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group.full-width{grid-column:span 2}.form-group label{color:#333;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:5px;font-size:1rem;padding:.8rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.form-group textarea{min-height:80px}.delivery-options,.payment-methods{display:flex;flex-direction:column;gap:1rem}.delivery-option,.payment-method{align-items:center;border:2px solid #eee;border-radius:8px;cursor:pointer;display:flex;gap:1rem;padding:1rem;transition:all .3s}.delivery-option:hover,.payment-method:hover{border-color:#667eea}.delivery-option input:checked+.delivery-info,.payment-method input:checked+.payment-info{color:#667eea}.delivery-option input:checked,.payment-method input:checked{accent-color:#667eea}.delivery-info,.payment-info{display:flex;flex:1 1;flex-direction:column}.delivery-info{align-items:center;flex-direction:row;justify-content:space-between}.delivery-name,.payment-info span{font-weight:600;margin-bottom:.2rem}.delivery-price{color:#667eea;font-weight:700}.payment-info small{color:#666;font-size:.9rem}.checkout-right{height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:2rem}.order-summary{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:2rem}.order-summary h2{color:#667eea;margin-bottom:1.5rem}.order-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;max-height:300px;overflow-y:auto}.order-item{border:1px solid #eee;border-radius:8px;display:flex;gap:1rem}.order-item img{border-radius:5px;height:60px;object-fit:cover;width:60px}.item-details{flex:1 1}.item-details h4{color:#333;font-size:.9rem;margin-bottom:.3rem}.item-variant{margin-bottom:.3rem}.item-quantity,.item-variant{color:#666;font-size:.8rem}.item-price{align-self:center;color:#667eea;font-weight:700}.order-totals{border-top:1px solid #eee;margin-bottom:2rem;padding-top:1rem}.total-row{display:flex;font-size:1rem;justify-content:space-between;margin-bottom:.8rem}.total-final{border-top:1px solid #eee;color:#667eea;font-size:1.2rem;font-weight:700;margin-top:.8rem;padding-top:.8rem}.minimum-order-notice{background:#fff3cd;border:2px solid #ffc107;border-radius:8px;margin:1rem 0;padding:1rem;text-align:center}.minimum-order-notice p{color:#856404;font-weight:600;margin:.3rem 0}.minimum-order-notice .amount-needed{color:#d9534f;font-size:1.1rem;font-weight:700;margin-top:.5rem}.coupon-section{background:#f8f9fa;border-radius:8px;margin:1.5rem 0;padding:1rem}.coupon-input-group{display:flex;gap:.5rem;margin-bottom:1rem}.coupon-input{border:2px solid #ddd;border-radius:6px;flex:1 1;font-size:1rem;padding:.8rem;text-transform:uppercase}.coupon-input:focus{border-color:#667eea;outline:none}.btn-apply-coupon{background:#667eea;border-radius:6px;color:#fff;font-weight:600;padding:.8rem 1.5rem;transition:background .3s}.btn-apply-coupon:hover{background:#5568d3}.coupon-suggestion{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;display:flex;gap:.8rem;margin-top:1rem;padding:1rem}.coupon-icon{font-size:2rem}.coupon-info{flex:1 1}.coupon-info strong{display:block;font-size:1.1rem;margin-bottom:.3rem}.coupon-info p{font-size:.9rem;margin:0;opacity:.95}.btn-quick-apply{background:#fff;border-radius:6px;color:#667eea;font-weight:600;padding:.6rem 1.2rem;transition:all .3s}.btn-quick-apply:hover{transform:scale(1.05)}.coupon-hint{background:#fff3cd;border-left:4px solid #ffc107;border-radius:4px;margin-top:1rem;padding:.8rem}.coupon-hint p{color:#856404;font-size:.9rem;margin:0}.coupon-applied{align-items:center;background:#d4edda;border:2px solid #28a745;border-radius:8px;display:flex;justify-content:space-between;padding:1rem}.coupon-success{color:#155724;font-size:1rem;font-weight:600}.btn-remove-coupon{background:#dc3545;border-radius:6px;color:#fff;font-size:.9rem;padding:.5rem 1rem;transition:background .3s}.btn-remove-coupon:hover{background:#c82333}.discount-row{color:#28a745;font-weight:600}.discount-amount{color:#28a745;font-size:1.1rem;font-weight:700}.btn-place-order{background:#667eea;border-radius:8px;color:#fff;font-size:1.2rem;font-weight:600;padding:1.2rem;transition:background .3s;width:100%}.btn-place-order:hover:not(:disabled){background:#5568d3}.btn-place-order:disabled{background:#999}@media (max-width:768px){.checkout{padding:1rem}.checkout-content{gap:2rem}.checkout-content,.form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:span 1}.checkout-right{position:static}.delivery-info{align-items:flex-start;flex-direction:column}}.shipping-calculator{background:#f9f9f9;border-radius:8px;margin-bottom:1rem;padding:1.5rem}.shipping-calculator h3{color:#667eea;font-size:1.1rem;margin-bottom:1rem}.pincode-input{display:flex;gap:.5rem;margin-bottom:1rem}.pincode-input input{border:1px solid #ddd;border-radius:5px;flex:1 1;padding:.8rem}.pincode-input button{background:#667eea;border-radius:5px;color:#fff;font-weight:600;min-width:100px;padding:.8rem 1.5rem}.pincode-input button:disabled{cursor:not-allowed;opacity:.6}.shipping-results{border-top:1px solid #ddd;padding-top:1rem}.shipping-results h4{color:#333;font-size:1rem;margin-bottom:1rem}.shipping-results .delivery-options{display:flex;flex-direction:column;gap:.5rem}.delivery-available{background:#f8fff9;border:1px solid #28a745;border-radius:5px;padding:1rem}.delivery-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.delivery-stat{align-items:center;display:flex;justify-content:space-between}.stat-label{color:#333;font-weight:500}.stat-value{color:#667eea;font-weight:600}.stat-value.free-charge{background:#f8fff9;border:1px solid #28a745;border-radius:3px;color:#28a745;padding:.2rem .5rem}.free-delivery-badge{background:#28a745;border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;padding:.5rem 1rem;text-align:center}.delivery-unavailable{background:#fff8f8;border:1px solid #dc3545;border-radius:5px;padding:1rem;text-align:center}.delivery-unavailable p{color:#dc3545;margin:.5rem 0}.delivery-unavailable small{color:#666}.calculating-delivery{color:#667eea;display:block;font-style:italic;margin-top:.3rem}.delivery-info-display{border:1px solid #ddd;border-radius:5px;margin-top:.5rem;padding:.8rem}.delivery-status{display:block;font-weight:500}.delivery-status.can-deliver{background:#f8fff9;border-color:#28a745;color:#28a745}.delivery-status.cannot-deliver{background:#fff8f8;border-color:#dc3545;color:#dc3545}.delivery-info-simple{background:#fff3cd;border:2px solid #ffc107;border-radius:8px;padding:1.5rem}.delivery-info-simple h4{color:#856404;font-size:1.1rem;margin-bottom:1rem}.delivery-info-simple p{font-size:.95rem;line-height:1.6;margin:.5rem 0}.delivery-area-notice{background:#dc3545;border-radius:5px;color:#fff;font-size:1rem!important;margin:1rem 0!important;padding:.8rem;text-align:center}.delivery-area-notice strong{font-size:1.1rem}.custom-order-link{color:#667eea;font-weight:700;text-decoration:underline}.custom-order-link:hover{color:#5568d3}.note{color:#666!important;font-size:.85rem!important;margin-top:1rem!important}.location-check{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:1.5rem;text-align:center}.location-check p{color:#666;margin-bottom:1rem}.btn-check-location{background:#667eea;border-radius:8px;color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding:1rem 2rem;transition:all .3s}.btn-check-location:hover:not(:disabled){background:#5568d3;transform:translateY(-2px)}.btn-check-location:disabled{cursor:not-allowed;opacity:.6}.location-result{border-radius:8px;margin-top:1rem;padding:1rem;text-align:left}.location-result.can-deliver{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.location-result.cannot-deliver{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.location-message{font-weight:600;margin-bottom:.5rem}.location-distance{font-size:.9rem;margin:0}.delivery-info-simple{background:#e8f4fd;border-radius:5px;margin-top:1rem;padding:1rem}.delivery-info-simple h4{color:#667eea;margin-bottom:.5rem}.delivery-info-simple p{font-size:.9rem;margin:.3rem 0}.estimated-badge{background:#ffc107;color:#856404}.accurate-badge,.estimated-badge{border-radius:3px;font-size:.7rem;font-weight:500;margin-left:.5rem;padding:.2rem .4rem}.accurate-badge{background:#28a745;color:#fff}.delivery-charge.unavailable{color:#dc3545;font-weight:600}.no-delivery-warning{background:#fff3cd;border:1px solid #ffeaa7;border-radius:5px;color:#856404;margin-top:1rem;padding:1rem}.no-delivery-warning p{font-size:.9rem;margin:.3rem 0}.no-delivery-warning p:first-child{color:#dc3545;font-weight:600}.pincode-input-group{position:relative}.pincode-loading{color:#667eea;font-size:.8rem;font-weight:500;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.delivery-summary{display:flex;flex-direction:column;gap:.8rem}.delivery-detail{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:.5rem 0}.delivery-detail:last-child{border-bottom:none}.delivery-charge{color:#667eea;font-weight:700}.delivery-note{background:#f0f4ff;border:1px solid #667eea;border-radius:5px;padding:.8rem;text-align:center}.delivery-note small{color:#667eea;font-weight:500}.free-delivery{color:#28a745!important;font-weight:700}.total-row .free-delivery{background:#f8fff9;border-radius:3px;padding:.2rem .5rem}.btn-place-order:disabled{background:#ccc!important;cursor:not-allowed;opacity:.6}@media (max-width:768px){.delivery-detail{align-items:flex-start;flex-direction:column;gap:.3rem}}.shop-location{display:flex;flex-direction:column;gap:1.5rem}.location-info{align-items:flex-start;background:#f0f4ff;border:1px solid #667eea;border-radius:8px;display:flex;gap:1rem;padding:1rem}.location-icon{font-size:1.5rem;margin-top:.2rem}.location-details strong{color:#667eea;display:block;font-size:1.1rem;margin-bottom:.3rem}.location-details p{color:#666;margin:.3rem 0}.location-link{color:#667eea;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s}.location-link:hover{color:#5568d3;text-decoration:underline}.delivery-zones h4{color:#667eea;font-size:1rem;margin-bottom:1rem}.zone-list{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.zone-item{align-items:center;border:1px solid;border-radius:6px;display:flex;font-size:.9rem;justify-content:space-between;padding:.8rem}.zone-item.free{background:#f8fff9;border-color:#28a745;color:#28a745}.zone-item.paid{background:#fff8e1;border-color:#ffc107;color:#856404}.zone-item.expensive{background:#fff3e0;border-color:#ff9800;color:#e65100}.zone-item.unavailable{background:#fff8f8;border-color:#dc3545;color:#dc3545}.zone-distance{font-weight:500}.zone-charge{font-weight:600}@media (max-width:768px){.location-info{flex-direction:column;text-align:center}.zone-list{grid-template-columns:1fr}.shop-location{gap:1rem}}.location-selection{background:#f0f4ff;border:1px solid #667eea;border-radius:8px;margin-bottom:1rem;padding:1rem;text-align:center}.btn-location-picker{background:#667eea;border-radius:8px;color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.5rem;padding:1rem 2rem;transition:all .3s}.btn-location-picker:hover{background:#5568d3;transform:translateY(-2px)}.location-help{color:#666;font-size:.9rem;margin:0}.profile{margin:2rem auto;max-width:800px;padding:2rem}.profile-card{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:2rem}.profile-card h1{color:#667eea;margin-bottom:2rem}.profile-info{flex-direction:column}.profile-field,.profile-info{display:flex;gap:1rem}.profile-field label{font-weight:600;min-width:100px}.login-form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.login-form input{border:1px solid #ddd;border-radius:5px;font-size:1rem;padding:.8rem}.btn-login{background:#667eea;color:#fff;font-size:1.1rem;font-weight:600}.btn-login,.login-hint{border-radius:5px;padding:1rem}.login-hint{background:#f0f0f0;font-size:.9rem;margin-top:1rem}.orders-list{gap:1rem}.order-item{border:1px solid #ddd;border-radius:5px;padding:1rem}.order-header{font-weight:600;margin-bottom:.5rem}.order-status{color:#667eea}.order-date{color:#666;font-size:.9rem;margin-bottom:1rem}.order-items{margin:1rem 0}.order-product{border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:.5rem 0}.order-total{color:#667eea;font-size:1.2rem;margin-top:1rem;text-align:right}.auth-switch{margin:1rem 0;text-align:center}.auth-switch .btn-link{background:none;border:none;color:#667eea;cursor:pointer;font-size:inherit;text-decoration:underline}.auth-switch .btn-link:hover{opacity:.8}.auth-divider{margin:1.5rem 0;position:relative;text-align:center}.auth-divider:before{background:#ddd;content:"";height:1px;left:0;position:absolute;right:0;top:50%}.auth-divider span{background:#fff;color:#666;font-size:.9rem;padding:0 1rem}.btn-google{align-items:center;background:#fff;border:2px solid #ddd;border-radius:5px;color:#333;display:flex;font-size:1rem;font-weight:500;gap:.8rem;justify-content:center;margin-bottom:1rem;padding:1rem;transition:all .3s;width:100%}.btn-google:hover{border-color:#4285f4;box-shadow:0 2px 8px #4285f433}.btn-google:disabled{cursor:not-allowed;opacity:.6}.google-icon{flex-shrink:0}.btn-google:hover .google-icon{transform:scale(1.05)}.provider-badge{align-items:center;background:#f0f4ff;border:1px solid #4285f4;border-radius:15px;color:#4285f4;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.3rem .8rem;width:-webkit-fit-content;width:fit-content}.provider-icon{flex-shrink:0}.shipping-info{background:#f9f9f9;border-radius:5px;margin:1rem 0;padding:1rem}.shipping-info h4{color:#667eea;font-size:.9rem;margin-bottom:.5rem}.shipping-info p{color:#666;font-size:.9rem;margin:.2rem 0}.delivery-info,.tax-info{color:#666;display:flex;font-size:.9rem;justify-content:space-between;padding:.3rem 0}.payment-method{margin-top:.5rem;text-align:right}.payment-method small{color:#667eea;font-weight:500}.btn-refresh{background:#667eea;border-radius:5px;color:#fff;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:background .3s}.btn-refresh:hover:not(:disabled){background:#5568d3}.btn-refresh:disabled{cursor:not-allowed;opacity:.6}.free-delivery-text{color:#28a745!important;font-weight:700}.order-summary-row{display:flex;font-size:.95rem;justify-content:space-between;padding:.3rem 0}.payment-status{border-radius:3px;font-weight:600;padding:.2rem .6rem}.payment-status.paid{background:#d4edda;color:#155724}.payment-status.pending{background:#fff3cd;color:#856404}@media (max-width:768px){.profile{margin:1rem auto;padding:1rem}.profile-card{padding:1.5rem}.profile-card h1{font-size:1.5rem}.profile-field{flex-direction:column;gap:.3rem}.profile-field label{font-size:.9rem;min-width:auto}.order-header{flex-direction:column;gap:.5rem}.order-product{align-items:flex-start;flex-direction:column;gap:.3rem}.shipping-info{padding:.8rem}.btn-google,.btn-login{font-size:1rem;padding:.8rem}}@media (max-width:480px){.profile{padding:.5rem}.profile-card{padding:1rem}.profile-card h1{font-size:1.3rem}.login-form input{font-size:.9rem;padding:.6rem}.order-total{font-size:1rem}}.custom-order-management{margin:0 auto;max-width:1200px;padding:20px}.management-header{align-items:center;border-bottom:2px solid #e1e8ed;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.management-header h1{color:#2c3e50;font-size:2.2rem;margin:0}.filter-controls{align-items:center;display:flex;gap:15px}.filter-select{background:#fff;border:2px solid #e1e8ed;border-radius:6px;cursor:pointer;font-size:1rem;padding:10px 15px}.filter-select:focus{border-color:#3498db;outline:none}.orders-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.order-header{align-items:center}.order-header h3{color:#2c3e50;font-size:1.3rem;margin:0}.status-badge{padding:6px 12px}.detail-row{display:flex;flex-direction:column;gap:5px;margin-bottom:12px}.detail-row strong{color:#34495e;font-size:.95rem;font-weight:600}.detail-row p.description{background:#f8f9fa;border-left:3px solid #3498db;border-radius:6px;color:#7f8c8d;line-height:1.5;margin:0;padding:10px}.order-actions{align-items:center;border-top:1px solid #f0f0f0;display:flex;gap:10px;padding-top:15px}.status-select{background:#fff;border:2px solid #e1e8ed;border-radius:6px;cursor:pointer;flex:1 1;font-size:.9rem;padding:8px 12px}.status-select:focus{border-color:#3498db;outline:none}.delete-btn{background:#e74c3c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:8px 16px;transition:background-color .2s ease}.delete-btn:hover{background:#c0392b}.no-orders{color:#7f8c8d;font-size:1.2rem;grid-column:1/-1;padding:60px 20px;text-align:center}@media (max-width:768px){.custom-order-management{padding:15px}.management-header{align-items:stretch;flex-direction:column;gap:15px}.management-header h1{font-size:1.8rem;text-align:center}.orders-grid{gap:20px;grid-template-columns:1fr}.order-card{padding:20px}.order-header{align-items:stretch;flex-direction:column;gap:10px}.order-header h3,.status-badge{text-align:center}.order-actions{flex-direction:column;gap:10px}}@media (max-width:480px){.order-card{padding:15px}.management-header h1{font-size:1.5rem}.detail-row{margin-bottom:10px}}.admin-panel{margin:2rem auto;max-width:1200px;padding:2rem}.admin-panel h1{color:#667eea;margin-bottom:2rem}.btn-add-product{background:#667eea;border-radius:5px;color:#fff;font-size:1rem;font-weight:600;margin-bottom:2rem;padding:1rem 2rem}.form-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.form-container{background:#fff;border-radius:10px;margin:auto;max-height:90vh;max-width:90%;overflow-y:auto;padding:2rem;position:relative;width:500px}.form-close-btn{align-items:center;background:#e74c3c;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:32px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s;width:32px;z-index:10}.form-close-btn:hover{background:#c0392b;transform:rotate(90deg)}.admin-form{display:flex;flex-direction:column;gap:1rem}.admin-form h3{color:#667eea;margin-bottom:1rem}.admin-form input,.admin-form select,.admin-form textarea{border:1px solid #ddd;border-radius:5px;font-size:1rem;padding:.8rem}.admin-form textarea{min-height:100px;resize:vertical}.category-select{background:#fff;color:#333;cursor:pointer;font-weight:600}.category-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-actions{display:flex;gap:1rem}.btn-cancel,.btn-save{border-radius:5px;flex:1 1;font-weight:600;padding:.8rem}.btn-save{background:#667eea;color:#fff}.btn-cancel{background:#ddd;color:#333}.admin-products{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:2rem}.products-table{border-collapse:collapse;width:100%}.products-table td,.products-table th{border-bottom:1px solid #eee;padding:1rem;text-align:left}.products-table th{background:#f5f5f5;font-weight:600}.table-img{border-radius:5px;height:60px;object-fit:cover;width:60px}.btn-delete,.btn-edit{border-radius:5px;margin-right:.5rem;padding:.5rem 1rem}.btn-edit{background:#667eea;color:#fff}.btn-delete{background:#e74c3c;color:#fff}.variants-section{border:1px solid #ddd;border-radius:5px;margin:1rem 0;padding:1rem}.variants-section h4{color:#667eea;margin-bottom:1rem}.variant-item{align-items:center;background:#f9f9f9;border-radius:3px;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.5rem}.btn-remove-variant{background:#e74c3c;border-radius:3px;color:#fff;font-size:.8rem;padding:.3rem .8rem}.add-variant{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr 1fr;margin-top:1rem}.add-variant input{border:1px solid #ddd;border-radius:3px;padding:.5rem}.btn-add-variant{background:#667eea;border-radius:3px;color:#fff;font-weight:600;grid-column:span 2;padding:.5rem}.admin-tabs{border-bottom:2px solid #e1e8ed;display:flex;gap:10px;margin-bottom:30px}.tab-btn{background:none;border:none;border-bottom:3px solid #0000;color:#7f8c8d;cursor:pointer;font-size:1.1rem;font-weight:600;padding:15px 25px;transition:all .3s ease}.tab-btn:hover{color:#3498db}.tab-btn.active{border-bottom-color:#3498db;color:#3498db}@media (max-width:768px){.admin-panel{padding:15px}.admin-tabs{flex-direction:column;gap:0}.tab-btn{border-bottom:1px solid #e1e8ed;border-radius:0;padding:12px 20px}.tab-btn.active{background:#f8f9fa;border-bottom-color:#3498db}.products-table{font-size:.9rem}.products-table td,.products-table th{padding:8px}.table-img{height:40px;width:40px}.btn-delete,.btn-edit{font-size:.8rem;padding:6px 12px}}.admin-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.btn-bulk-import,.btn-clear-all,.btn-normalize{border-radius:5px;color:#fff;font-weight:600;padding:.8rem 1.5rem;transition:all .3s}.btn-bulk-import:hover,.btn-clear-all:hover,.btn-normalize:hover{opacity:.9;transform:translateY(-2px)}.category-badge{border-radius:12px;display:inline-block;font-size:.85rem;font-weight:600;padding:.3rem .8rem;white-space:nowrap}.category-badge.has-category{background:#667eea;color:#fff}.category-badge.no-category{background:#ffc107;color:#333}.toggle-switch{display:inline-block;height:24px;position:relative;width:50px}.toggle-switch input{height:0;opacity:0;width:0}.toggle-slider{background-color:#ccc;border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.toggle-slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;position:absolute;transition:.4s;width:18px}.toggle-switch input:checked+.toggle-slider{background-color:#4caf50}.toggle-switch input:checked+.toggle-slider:before{transform:translateX(26px)}.unavailable-row{background-color:#f8f8f8;opacity:.5}.unavailable-row td{color:#999}.availability-section{background:#f9f9f9;border-radius:5px;margin:1rem 0;padding:1rem}.availability-label{align-items:center;color:#333;cursor:pointer;display:flex;font-weight:600;gap:.8rem}.availability-label input[type=checkbox]{cursor:pointer;height:20px;width:20px}.availability-label span{-webkit-user-select:none;user-select:none}.admin-filters{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.search-bar{flex:1 1;min-width:300px;position:relative}.search-input{border:2px solid #ddd;border-radius:8px;font-size:1rem;padding:.8rem 2.5rem .8rem 1rem;transition:all .3s;width:100%}.search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.clear-search{align-items:center;background:#e74c3c;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:.9rem;height:24px;justify-content:center;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:all .3s;width:24px}.clear-search:hover{background:#c0392b;transform:translateY(-50%) rotate(90deg)}.category-filter{min-width:200px}.category-select-filter{background:#fff;border:2px solid #ddd;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem;transition:all .3s;width:100%}.category-select-filter:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.products-count{background:#f8f9fa;border-left:4px solid #667eea;border-radius:5px;color:#667eea;font-weight:600;margin-bottom:1rem;padding:.8rem}@media (max-width:768px){.admin-filters{flex-direction:column}.category-filter,.search-bar{min-width:100%;width:100%}}.custom-order-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:0 auto;max-width:800px;padding:20px}.custom-order-header{border-bottom:2px solid #f0f0f0;margin-bottom:30px;padding-bottom:20px;text-align:center}.custom-order-header h1{color:#2c3e50;font-size:2.5rem;margin-bottom:10px}.custom-order-header p{color:#7f8c8d;font-size:1.1rem}.custom-order-form{display:flex;flex-direction:column;gap:30px}.form-section{background:#f8f9fa;border-left:4px solid #3498db;border-radius:8px;padding:25px}.form-section h3{color:#2c3e50;font-size:1.3rem;font-weight:600;margin-bottom:20px}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:20px}.form-group{display:flex;flex-direction:column}.form-group label{color:#34495e;font-size:.95rem;font-weight:600;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{background:#fff;border:2px solid #e1e8ed;border-radius:6px;font-size:1rem;padding:12px;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.form-group textarea{min-height:100px;resize:vertical}.guest-count-note{background:#e8f4fd;border-left:3px solid #3498db;border-radius:6px;color:#2980b9;font-weight:500;margin-top:10px;padding:10px 15px}.form-actions{padding-top:20px;text-align:center}.btn-primary{border:none;cursor:pointer;letter-spacing:.5px;padding:15px 40px;text-transform:uppercase}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#2980b9,#1f5f8b);box-shadow:0 6px 12px #3498db4d;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6;transform:none}.success-message{background:linear-gradient(135deg,#27ae60,#2ecc71);border-radius:12px;box-shadow:0 8px 25px #2ecc714d;color:#fff;padding:60px 40px;text-align:center}.success-message h2{font-size:2.2rem;font-weight:700;margin-bottom:20px}.success-message p{font-size:1.2rem;line-height:1.6;margin-bottom:30px;opacity:.95}.success-message .btn-primary{background:#fff3;border:2px solid #fff;color:#fff}.success-message .btn-primary:hover{background:#fff;color:#27ae60}@media (max-width:768px){.custom-order-container{margin:10px;padding:15px}.custom-order-header h1{font-size:2rem}.form-row{gap:15px;grid-template-columns:1fr}.form-section{padding:20px 15px}.btn-primary{font-size:1rem;padding:12px 30px}.success-message{padding:40px 20px}.success-message h2{font-size:1.8rem}}@media (max-width:480px){.custom-order-header h1{font-size:1.6rem}.custom-order-header p{font-size:1rem}.form-section h3{font-size:1.1rem}.btn-primary{padding:15px;width:100%}}.my-custom-orders{margin:0 auto;max-width:1000px;padding:20px}.orders-header{align-items:center;border-bottom:2px solid #e1e8ed;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.orders-header h1{color:#2c3e50;font-size:2.2rem;margin:0}.btn-new-order{background:linear-gradient(135deg,#3498db,#2980b9);border-radius:8px;color:#fff;font-size:1rem;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-new-order:hover{background:linear-gradient(135deg,#2980b9,#1f5f8b);box-shadow:0 6px 12px #3498db4d;transform:translateY(-2px)}.auth-required,.no-orders{padding:80px 20px;text-align:center}.no-orders-content h2{color:#2c3e50;font-size:2rem;margin-bottom:15px}.no-orders-content p{color:#7f8c8d;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.btn-primary{background:linear-gradient(135deg,#3498db,#2980b9);border-radius:8px;color:#fff;display:inline-block;font-size:1.1rem;font-weight:600;padding:15px 30px;text-decoration:none;transition:all .3s ease}.btn-primary:hover{background:linear-gradient(135deg,#2980b9,#1f5f8b);box-shadow:0 6px 12px #3498db4d;transform:translateY(-2px)}.orders-list{display:flex;flex-direction:column;gap:25px}.order-card{background:#fff;border:1px solid #e1e8ed;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:25px;transition:transform .2s ease,box-shadow .2s ease}.order-card:hover{box-shadow:0 8px 15px #00000026;transform:translateY(-2px)}.order-header{align-items:flex-start;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.order-info h3{color:#2c3e50;font-size:1.4rem;margin:0 0 5px}.order-date{color:#7f8c8d;font-size:1rem;font-weight:500;margin:0}.status-badge{border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;letter-spacing:.5px;padding:8px 16px;text-transform:uppercase;white-space:nowrap}.detail-grid,.order-details{margin-bottom:20px}.detail-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.detail-item{display:flex;flex-direction:column;gap:5px}.detail-item strong{color:#34495e;font-size:.9rem;font-weight:600}.detail-item span{color:#7f8c8d;font-size:1rem}.order-description{margin-bottom:15px}.order-description strong{color:#34495e;display:block;font-size:.95rem;font-weight:600;margin-bottom:8px}.order-description p{background:#f8f9fa;border-left:3px solid #3498db;border-radius:6px;color:#7f8c8d;line-height:1.5;margin:0;padding:12px}.order-meta{border-top:1px solid #f0f0f0;padding-top:15px}.submitted-date{color:#95a5a6;font-size:.9rem;font-style:italic}.order-status-info{background:linear-gradient(135deg,#e8f4fd,#f0f8ff);border-left:4px solid #3498db;border-radius:8px;margin-top:15px;padding:15px}.order-status-info p{color:#2980b9;font-weight:500;line-height:1.5;margin:0}.loading{color:#7f8c8d;padding:60px 20px}@media (max-width:768px){.my-custom-orders{padding:15px}.orders-header{align-items:stretch;flex-direction:column;gap:15px}.orders-header h1{font-size:1.8rem;text-align:center}.btn-new-order{text-align:center}.order-card{padding:20px}.order-header{align-items:stretch;flex-direction:column;gap:15px}.order-info,.status-badge{text-align:center}.status-badge{align-self:center}.detail-grid{gap:12px;grid-template-columns:1fr}}@media (max-width:480px){.order-card{padding:15px}.orders-header h1{font-size:1.5rem}.order-info h3{font-size:1.2rem}.btn-new-order,.btn-primary{font-size:1rem;padding:12px 20px}}.category-updater{margin:0 auto;max-width:1200px;padding:2rem}.category-updater h1{color:#667eea;margin-bottom:1rem}.description{color:#666;font-size:1.1rem;margin-bottom:2rem}.actions{display:flex;gap:1rem;margin-bottom:2rem}.btn-preview,.btn-update{border-radius:8px;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s}.btn-preview{background:#4299e1;color:#fff}.btn-preview:hover{background:#3182ce}.btn-update{background:#48bb78;color:#fff}.btn-update:hover{background:#38a169}.btn-preview:disabled,.btn-update:disabled{background:#ccc;cursor:not-allowed}.stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem;text-align:center}.stat-card h3{color:#667eea;font-size:.9rem;margin-bottom:.5rem;text-transform:uppercase}.stat-card p{color:#333;font-size:2rem;font-weight:700}.log-container{background:#1a202c;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.log-container h2{color:#fff;margin-bottom:1rem}.log{background:#2d3748;border-radius:4px;font-family:Courier New,monospace;font-size:.9rem;max-height:400px;overflow-y:auto;padding:1rem}.log-entry{color:#e2e8f0;padding:.3rem 0}.log-time{color:#718096;margin-right:.5rem}.log-success{color:#48bb78}.log-delete{color:#f56565}.log-error{color:#fc8181;font-weight:700}.log-info{color:#e2e8f0}.changes-list{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.changes-list h2{color:#667eea;margin-bottom:1.5rem}.changes-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.change-section h3{border-bottom:2px solid #667eea;color:#333;margin-bottom:1rem;padding-bottom:.5rem}.change-section ul{list-style:none;padding:0}.change-section li{border-bottom:1px solid #eee;color:#666;padding:.5rem 0}.change-section li:last-child{border-bottom:none}.change-section strong{color:#333;text-transform:capitalize}.loading{color:#666;font-size:1.2rem;padding:4rem;text-align:center}.category-list{display:flex;flex-direction:column;gap:1rem}.category-item{background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:1rem}.category-header{align-items:center;display:flex;justify-content:space-between}.category-count{background:#667eea;border-radius:12px;color:#fff;font-size:.85rem;padding:.25rem .75rem}.category-warning{background:#fff3cd;border-left:4px solid #ffc107;color:#856404;font-size:.9rem;margin-top:.5rem;padding:.5rem}.standard-categories ul{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));list-style:none;padding:0}.standard-categories li{background:#f0f4ff;border-left:4px solid #667eea;color:#333;font-weight:600;padding:.75rem}*{box-sizing:border-box;margin:0;padding:0}body{background:#f5f5f5;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden}.App{min-height:100vh;width:100%}button{border:none;cursor:pointer}button,input,textarea{font-family:inherit;outline:none}@media (max-width:768px){body{font-size:14px}}
/*# sourceMappingURL=main.dc2a634a.css.map*/