*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:#f6f8f4;color:#1a1a1a}.app{max-width:960px;margin:0 auto;padding:12px 12px 96px}.app__header{display:flex;align-items:center;justify-content:space-between;padding:8px 0 12px}.app__header h1{font-size:1.4rem;color:#1b6e2c;margin:0}.category-filter{display:flex;gap:8px;overflow-x:auto;padding-bottom:10px;margin-bottom:12px}.category-filter button{flex:none;border:1px solid #cfe3cf;background:#fff;color:#1b6e2c;border-radius:999px;padding:6px 14px;font-size:.85rem;white-space:nowrap}.category-filter button.is-active{background:#2f9e44;border-color:#2f9e44;color:#fff}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media (min-width: 600px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 900px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 1px 3px #00000014;display:flex;flex-direction:column}.product-card__image{position:relative;aspect-ratio:1 / 1;background:#f0f2ec}.product-card__image img{width:100%;height:100%;object-fit:cover;display:block}.product-card__body{padding:8px 10px 10px;display:flex;flex-direction:column;gap:4px}.product-card__name{font-size:.82rem;line-height:1.25;margin:0;min-height:2.5em}.product-card__price{font-weight:700;color:#1b6e2c;margin:0}.product-card__add{border:none;background:#2f9e44;color:#fff;border-radius:6px;padding:7px;font-size:.85rem}.empty-state{text-align:center;color:#666;padding:32px 0}.cart-button{position:relative;border:none;background:#2f9e44;color:#fff;border-radius:999px;padding:8px 16px;font-size:.9rem}.cart-button__badge{position:absolute;top:-6px;right:-6px;background:#d9480f;color:#fff;border-radius:999px;font-size:.7rem;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;justify-content:flex-end;z-index:20}.cart-drawer{background:#fff;width:100%;max-width:420px;height:100%;padding:16px;overflow-y:auto;display:flex;flex-direction:column}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.cart-drawer__close{border:none;background:none;font-size:1.2rem}.cart-drawer__items{display:flex;flex-direction:column;gap:10px;flex:1}.cart-item{display:flex;gap:10px;align-items:center;border-bottom:1px solid #eee;padding-bottom:10px}.cart-item img{width:52px;height:52px;object-fit:cover;border-radius:6px}.cart-item__info{flex:1}.cart-item__name{font-size:.85rem;margin:0 0 2px}.cart-item__price{color:#1b6e2c;font-weight:600;margin:0 0 4px}.cart-item__qty{display:flex;align-items:center;gap:8px}.cart-item__qty button{width:26px;height:26px;border:1px solid #ccc;background:#fff;border-radius:6px}.cart-item__remove{border:none;background:none;font-size:1rem}.cart-drawer__summary{border-top:1px solid #eee;padding-top:12px;margin-top:12px}.cart-drawer__total{font-weight:700;font-size:1.05rem;margin:0 0 10px}.cart-drawer__whatsapp{display:block;text-align:center;background:#25d366;color:#fff;text-decoration:none;border-radius:8px;padding:12px;font-weight:600}.product-card__placeholder{width:100%;height:100%;background:#e4e8df}.product-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:30;display:flex;align-items:flex-end;justify-content:center}.product-modal{background:#fff;width:100%;max-height:94vh;border-radius:16px 16px 0 0;overflow-y:auto;position:relative}.product-modal__close{position:absolute;top:10px;right:10px;width:32px;height:32px;border:none;border-radius:999px;background:#0000008c;color:#fff;font-size:1rem;z-index:1}.product-modal__image{width:100%;aspect-ratio:1 / 1;background:#f0f2ec}.product-modal__image img{width:100%;height:100%;object-fit:cover;display:block}.product-modal__body{padding:16px}.product-modal__category{color:#1b6e2c;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;margin:0 0 4px}.product-modal__name{font-size:1.15rem;margin:0 0 6px;line-height:1.3}.product-modal__price{font-size:1.2rem;font-weight:700;color:#1b6e2c;margin:0 0 12px}.product-modal__desc-short{font-weight:600;margin:0 0 8px;line-height:1.5}.product-modal__desc-long{color:#444;white-space:pre-line;line-height:1.5;margin:0 0 16px}.product-modal__add{display:block;width:100%;border:none;background:#2f9e44;color:#fff;border-radius:8px;padding:13px;font-size:1rem;font-weight:600}@media (min-width: 600px){.product-modal__overlay{align-items:center}.product-modal{max-width:480px;max-height:88vh;border-radius:16px}}.checkout-form__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:40;display:flex;align-items:flex-end;justify-content:center}.checkout-form{background:#fff;width:100%;max-height:94vh;border-radius:16px 16px 0 0;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.checkout-form__header{display:flex;justify-content:space-between;align-items:center}.checkout-form__header h2{margin:0;font-size:1.1rem}.checkout-form__close{border:none;background:none;font-size:1.2rem}.checkout-form label{display:flex;flex-direction:column;gap:4px;font-size:.85rem;color:#333}.checkout-form input,.checkout-form select{border:1px solid #ccc;border-radius:8px;padding:10px;font-size:.95rem}.checkout-form__error{color:#d9480f;font-size:.85rem;margin:0}.checkout-form__submit{border:none;background:#25d366;color:#fff;border-radius:8px;padding:13px;font-size:1rem;font-weight:600}.checkout-form__submit:disabled{opacity:.6}.share-button{position:absolute;top:6px;right:6px;z-index:2}.share-button__trigger{width:30px;height:30px;border:1px solid rgba(0,0,0,.08);border-radius:999px;background:#fff;color:#1b6e2c;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #0000004d}.share-menu{position:absolute;top:36px;right:0;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000002e;display:flex;flex-direction:column;min-width:140px;overflow:hidden;z-index:3}.share-menu__item{display:block;padding:10px 12px;font-size:.85rem;text-align:left;color:#1a1a1a;text-decoration:none;border:none;background:none;border-bottom:1px solid #f0f0f0}.share-menu__item:last-child{border-bottom:none}.share-menu__item:hover{background:#f6f8f4}.share-toast{position:absolute;top:36px;right:0;background:#1b6e2c;color:#fff;font-size:.75rem;padding:6px 10px;border-radius:6px;white-space:nowrap;z-index:3}.admin-tabs{display:flex;gap:8px;margin-bottom:14px}.admin-tabs button{border:1px solid #cfe3cf;background:#fff;color:#1b6e2c;border-radius:999px;padding:6px 16px;font-size:.85rem}.admin-tabs button.is-active{background:#2f9e44;border-color:#2f9e44;color:#fff}.admin-search{width:100%;border:1px solid #ccc;border-radius:8px;padding:9px 12px;margin-bottom:12px;font-size:.9rem}@media (min-width: 600px){.checkout-form__overlay{align-items:center}.checkout-form{max-width:420px;max-height:90vh;border-radius:16px}}.admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f6f8f4;padding:16px}.admin-login form{background:#fff;border-radius:12px;padding:24px;width:100%;max-width:340px;display:flex;flex-direction:column;gap:12px;box-shadow:0 1px 6px #0000001a}.admin-login h1{font-size:1.2rem;color:#1b6e2c;margin:0 0 4px;text-align:center}.admin-login label{display:flex;flex-direction:column;gap:4px;font-size:.85rem}.admin-login input{border:1px solid #ccc;border-radius:8px;padding:10px}.admin-login button{border:none;background:#2f9e44;color:#fff;border-radius:8px;padding:11px;font-weight:600}.admin-login__error{color:#d9480f;font-size:.85rem;margin:0}.admin-dashboard{max-width:1100px;margin:0 auto;padding:16px}.admin-dashboard__header{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;align-items:center;margin-bottom:16px}.admin-dashboard__header h1{font-size:1.2rem;color:#1b6e2c;margin:0}.admin-dashboard__user{font-size:.8rem;color:#666;margin-right:10px}.admin-dashboard__header button{border:1px solid #ccc;background:#fff;border-radius:6px;padding:6px 12px;font-size:.85rem}.admin-empty{color:#666;padding:24px 0;text-align:center}.admin-table__wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;background:#fff;font-size:.85rem}.admin-table th,.admin-table td{padding:8px 10px;border-bottom:1px solid #eee;text-align:left;vertical-align:top;white-space:nowrap}.admin-table td:nth-child(5){white-space:normal;min-width:180px}.admin-table select{border:1px solid #ccc;border-radius:6px;padding:4px 6px}
