:root{--brand:#ea580c;--brand-dark:#c2410c;--bg:#fafafa;--text:#1f2937;--muted:#6b7280}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.page{max-width:560px;margin:0 auto;padding-bottom:96px}.state{text-align:center;color:var(--muted);padding:64px 24px}.state--error{color:#dc2626}.hero{background:linear-gradient(135deg, var(--brand), var(--brand-dark));color:#fff;text-align:center;border-radius:0 0 24px 24px;padding:32px 24px}.hero h1{margin:0 0 8px;font-size:1.6rem}.hero p{opacity:.9;margin:0}.hero__logo{object-fit:cover;border:3px solid #fff;border-radius:50%;width:72px;height:72px;margin-bottom:12px}.hero__mesa{background:#fff3;border:1px solid #ffffff80;border-radius:999px;margin-top:12px;padding:4px 16px;font-size:.85rem;font-weight:600;display:inline-block}.category{padding:16px 16px 0}.category h2{color:var(--brand-dark);text-transform:uppercase;letter-spacing:.05em;margin:8px 0 12px;font-size:1.1rem}.product{background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:12px;margin-bottom:10px;padding:12px;display:flex}.product--unavailable{opacity:.55}.product__img{object-fit:cover;border-radius:8px;width:64px;height:64px}.product__info{flex:1}.product__info h3{margin:0 0 4px;font-size:1rem}.product__info p{color:var(--muted);margin:0 0 6px;font-size:.85rem}.product__info strong{color:var(--brand-dark)}.product__add{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:50%;width:36px;height:36px;font-size:1.3rem}.product__soldout{color:var(--muted);font-size:.8rem}.product__badge{text-transform:uppercase;letter-spacing:.04em;color:var(--brand-dark);background:#ffedd5;border-radius:6px;margin-top:4px;padding:2px 8px;font-size:.7rem;font-weight:600;display:inline-block}.sheet__price{color:var(--muted);margin:-8px 0 16px}.sheet__item-info{flex-direction:column;flex:1;display:flex}.sheet__item-info small{color:var(--muted);font-size:.75rem}.optgroup{margin-bottom:16px}.optgroup h3{margin:0 0 8px;font-size:.95rem}.optgroup h3 small{color:var(--muted);margin-left:6px;font-weight:400}.optgroup__option{cursor:pointer;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:10px;margin-bottom:6px;padding:10px 12px;display:flex}.optgroup__option--selected{border-color:var(--brand);background:#fff7ed}.optgroup__option--disabled{opacity:.45;pointer-events:none}.optgroup__option span:nth-child(2){flex:1}.optgroup__extra{color:var(--brand-dark);font-size:.85rem;font-weight:600}.sheet__checkout:disabled{cursor:not-allowed;background:#9ca3af}.cart-fab{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:14px;width:min(528px,100% - 32px);padding:16px;font-size:1rem;font-weight:600;position:fixed;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #ea580c66}.sheet-backdrop{z-index:10;background:#00000080;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet{background:#fff;border-radius:20px 20px 0 0;width:min(560px,100%);max-height:80vh;padding:24px;overflow-y:auto}.sheet h2{margin-top:0}.sheet__item{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;gap:8px;padding:10px 0;display:flex}.sheet__item>span:first-child{flex:1}.sheet__qty{align-items:center;gap:10px;display:flex}.sheet__qty button{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:50%;width:28px;height:28px;font-size:1rem}.sheet textarea{resize:none;border:1px solid #e5e7eb;border-radius:10px;width:100%;margin-top:16px;padding:10px;font-family:inherit}.sheet__total{justify-content:space-between;margin:16px 0;font-size:1.1rem;display:flex}.sheet__checkout{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:14px;width:100%;padding:16px;font-size:1rem;font-weight:700}
