:root{--orange: #f47920;--green: #008c48;--red: #d12130;--dark: #1a1a1a;--light: #f5f5f5;--gray: #888;--white: #ffffff;--shadow: 0 2px 8px rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--light);color:var(--dark)}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:var(--dark);position:sticky;top:0;z-index:100}.header-inner{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem}.logo-stripe{width:4px;height:36px;border-radius:2px}.logo-stripe.orange{background:var(--orange)}.logo-stripe.green{background:var(--green)}.logo-text{display:flex;align-items:baseline;gap:.25rem}.seven{font-size:2rem;font-weight:900;color:var(--orange);line-height:1}.eleven{font-size:1.25rem;font-weight:700;color:var(--white);letter-spacing:.15em}.tagline{color:var(--gray);font-style:italic;font-size:.9rem;flex:1;text-align:center}.cart-button{background:var(--green);color:var(--white);border:none;padding:.6rem 1.2rem;border-radius:999px;font-size:.95rem;font-weight:600;cursor:pointer;position:relative;transition:background .2s}.cart-button:hover{background:#006b38}.cart-badge{position:absolute;top:-6px;right:-6px;background:var(--red);color:var(--white);width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.hero{background:linear-gradient(135deg,var(--green) 0%,#006b38 100%);padding:3rem 1.5rem;text-align:center}.hero-content h1{font-size:2.5rem;color:var(--white);margin-bottom:.5rem;letter-spacing:.02em}.hero-content p{color:#ffffffd9;font-size:1.15rem}.categories{max-width:1200px;margin:0 auto;padding:1.25rem 1.5rem;display:flex;gap:.5rem;flex-wrap:wrap}.category-btn{padding:.5rem 1.25rem;border:2px solid #ddd;border-radius:999px;background:var(--white);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;color:var(--dark)}.category-btn:hover{border-color:var(--green);color:var(--green)}.category-btn.active{background:var(--green);border-color:var(--green);color:var(--white)}.products-grid{max-width:1200px;margin:0 auto;padding:0 1.5rem 2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.product-card{background:var(--white);border-radius:12px;padding:1.25rem;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.product-emoji{font-size:3rem;text-align:center;padding:.75rem 0}.product-info h3{font-size:1rem;margin-bottom:.25rem}.product-category{font-size:.75rem;color:var(--gray);text-transform:uppercase;letter-spacing:.05em}.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem}.product-price{font-size:1.2rem;font-weight:700;color:var(--red)}.quantity-controls{display:flex;align-items:center;gap:.4rem}.qty-btn{width:30px;height:30px;border-radius:50%;border:2px solid var(--green);background:var(--white);color:var(--green);font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.qty-btn:hover{background:var(--green);color:var(--white)}.qty-count{font-weight:700;min-width:1.5rem;text-align:center}.add-btn{padding:.35rem 1rem;border:none;border-radius:999px;background:var(--green);color:var(--white);font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s}.add-btn:hover{background:#006b38}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;display:flex;justify-content:flex-end}.cart-sidebar{width:380px;max-width:90vw;background:var(--white);display:flex;flex-direction:column;height:100%}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;border-bottom:1px solid #eee}.cart-header h2{font-size:1.25rem}.close-btn{background:none;border:none;font-size:1.25rem;cursor:pointer;color:var(--gray);padding:.25rem}.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:var(--gray)}.cart-empty p:first-child{font-size:3rem}.cart-empty-sub{font-size:.85rem}.cart-items{flex:1;overflow-y:auto;padding:1rem 1.25rem}.cart-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.cart-item-emoji{font-size:1.5rem}.cart-item-info{flex:1;display:flex;flex-direction:column}.cart-item-name{font-size:.9rem;font-weight:600}.cart-item-price{font-size:.85rem;color:var(--red);font-weight:600}.cart-item-qty{display:flex;align-items:center;gap:.5rem}.cart-item-qty button{width:26px;height:26px;border-radius:50%;border:1px solid #ddd;background:var(--white);cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center}.cart-item-qty button:hover{background:var(--light)}.cart-item-qty span{font-weight:600;min-width:1.25rem;text-align:center}.cart-footer{padding:1.25rem;border-top:1px solid #eee}.cart-total{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.checkout-btn{width:100%;padding:.85rem;background:var(--green);color:var(--white);border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .15s}.checkout-btn:hover{background:#006b38}.clear-btn{width:100%;padding:.6rem;background:none;color:var(--gray);border:none;font-size:.85rem;cursor:pointer;margin-top:.5rem}.clear-btn:hover{color:var(--red)}.footer{background:var(--dark);color:var(--gray);text-align:center;padding:1.5rem;font-size:.85rem;margin-top:auto}@media(max-width:640px){.header-inner{flex-wrap:wrap;gap:.5rem}.tagline{display:none}.hero-content h1{font-size:1.75rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}.product-emoji{font-size:2.25rem}}
