*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#2c5aa0;color:#fff;padding:1rem 0;box-shadow:0 2px 4px #0000001a}.nav{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#fff;text-decoration:none;transition:opacity .3s}.nav-links a:hover{opacity:.8}.cart-count{background:#ff4444;color:#fff;border-radius:50%;padding:2px 6px;font-size:.8rem;margin-left:5px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:2rem 0}.product-card{border:1px solid #ddd;border-radius:8px;padding:1rem;text-align:center;transition:transform .3s,box-shadow .3s;position:relative}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.product-image{width:100%;height:200px;object-fit:cover;border-radius:4px;margin-bottom:1rem}.product-price{font-size:1.25rem;font-weight:700;color:#2c5aa0;margin:.5rem 0}.product-category{background:#e9ecef;color:#495057;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;display:inline-block;margin-bottom:.5rem}.featured-badge{background:#ffc107;color:#212529;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;display:inline-block;margin:.5rem 0}.btn{background:#2c5aa0;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:background .3s;text-decoration:none;display:inline-block}.btn:hover{background:#1e3d6f}.btn-large{padding:1rem 2rem;font-size:1.1rem}.btn-secondary{background:#6c757d}.btn-secondary:hover{background:#545b62}.btn-danger{background:#dc3545}.btn-danger:hover{background:#c82333}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:700}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.hero{background:linear-gradient(135deg,#2c5aa0 0%,#1e3d6f 100%);color:#fff;padding:100px 0;text-align:center}.hero-content h1{font-size:3rem;margin-bottom:1rem}.hero-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.featured-section{padding:4rem 0;background:#f8f9fa}.carousel{position:relative;max-width:1000px;margin:0 auto}.carousel-track{display:flex;overflow:hidden;border-radius:10px;box-shadow:0 4px 20px #0000001a}.carousel-slide{display:none;width:100%}.carousel-slide.active{display:block}.featured-product{display:flex;background:white;min-height:400px}.featured-product img{width:50%;object-fit:cover}.featured-product-info{padding:2rem;display:flex;flex-direction:column;justify-content:center;width:50%}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.5);color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;z-index:2}.carousel-btn-prev{left:20px}.carousel-btn-next{right:20px}.carousel-indicators{display:flex;justify-content:center;margin-top:1rem;gap:.5rem}.indicator{width:12px;height:12px;border-radius:50%;border:none;background:#ddd;cursor:pointer}.indicator.active{background:#2c5aa0}.categories-section{padding:4rem 0}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.category-card{background:white;border-radius:10px;padding:2rem;text-align:center;text-decoration:none;color:inherit;box-shadow:0 4px 15px #0000001a;transition:transform .3s,box-shadow .3s}.category-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.category-image{width:80px;height:80px;margin:0 auto 1rem;border-radius:50%;overflow:hidden;background:#f5f5f5}.category-image img{width:100%;height:100%;object-fit:cover}.category-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#2c5aa0;color:#fff;font-size:2rem;font-weight:700}.products-header{margin:2rem 0}.category-filter{display:flex;gap:1rem;margin:2rem 0;flex-wrap:wrap}.category-btn{padding:.5rem 1rem;border:2px solid #ddd;background:white;border-radius:25px;cursor:pointer;transition:all .3s}.category-btn.active{background:#2c5aa0;color:#fff;border-color:#2c5aa0}.cart-layout{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-top:2rem}.cart-items{background:white;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px #0000001a}.cart-item{display:grid;grid-template-columns:100px 1fr auto auto;gap:1rem;align-items:center;padding:1rem;border-bottom:1px solid #eee}.cart-item-image{width:100px;height:100px;object-fit:cover;border-radius:8px}.cart-item-controls{display:flex;align-items:center;gap:1rem}.quantity-input{width:60px;padding:.5rem;border:1px solid #ddd;border-radius:4px}.cart-summary{background:white;padding:2rem;border-radius:10px;box-shadow:0 2px 10px #0000001a;height:fit-content}.cart-totals{margin:1rem 0}.total-row{display:flex;justify-content:space-between;padding:.5rem 0}.grand-total{border-top:2px solid #ddd;font-weight:700;font-size:1.2rem;margin-top:1rem;padding-top:1rem}.cart-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.checkout-layout{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-top:2rem}.checkout-form{background:white;padding:2rem;border-radius:10px;box-shadow:0 2px 10px #0000001a}.order-summary{background:white;padding:2rem;border-radius:10px;box-shadow:0 2px 10px #0000001a;height:fit-content}.delivery-options{display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.delivery-option{display:flex;align-items:center;padding:1rem;border:2px solid #ddd;border-radius:8px;cursor:pointer;transition:border-color .3s}.delivery-option:hover{border-color:#2c5aa0}.delivery-option input[type=radio]:checked+.option-content{color:#2c5aa0}.option-content{display:flex;justify-content:space-between;width:100%;margin-left:1rem}.payment-options{display:flex;gap:1rem;margin:1rem 0}.payment-option{display:flex;align-items:center;gap:.5rem}.order-items{margin:1rem 0}.order-item{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #eee}.order-totals{margin-top:1rem}.order-confirmation{max-width:800px;margin:0 auto}.confirmation-header{text-align:center;margin-bottom:3rem;padding:2rem;background:linear-gradient(135deg,#2c5aa0 0%,#1e3d6f 100%);color:#fff;border-radius:10px}.confirmation-details{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.customer-info,.order-info{background:white;padding:2rem;border-radius:10px;box-shadow:0 2px 10px #0000001a}.confirmation-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.admin-panel{padding:2rem 0}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.admin-tabs{display:flex;gap:1rem}.tab-btn{padding:.75rem 1.5rem;border:2px solid #ddd;background:white;border-radius:8px;cursor:pointer;transition:all .3s}.tab-btn.active{background:#2c5aa0;color:#fff;border-color:#2c5aa0}@media (max-width: 768px){.checkout-layout,.cart-layout,.confirmation-details,.form-row{grid-template-columns:1fr}.featured-product{flex-direction:column}.featured-product img,.featured-product-info{width:100%}.cart-item{grid-template-columns:80px 1fr;grid-template-rows:auto auto}.cart-item-controls{grid-column:1 / -1;justify-content:space-between}.nav{flex-direction:column;gap:1rem}.nav-links{gap:1rem}.hero-content h1{font-size:2rem}}
