.bakery-batch-animation{border:1px solid var(--primary-soft);width:100%;max-width:720px;font-family:var(--font-display);background:#fff;border-radius:1rem;margin:0 auto;overflow:hidden;box-shadow:0 4px 12px -2px #05966914}.bakery-batch-header{background:linear-gradient(135deg,#d1fae566,#0000);border-bottom:1px solid #f1f5f4;justify-content:space-between;align-items:center;padding:.875rem 1.25rem;display:flex}.bakery-batch-title{color:#0f1f18;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;display:flex}.bakery-batch-name{color:var(--primary);font-size:.8125rem;font-weight:700}.bakery-batch-meta{grid-template-columns:repeat(3,1fr);gap:.75rem;padding:1rem 1.25rem;display:grid}.bakery-batch-meta-item{flex-direction:column;gap:.25rem;display:flex}.bakery-batch-meta-label{text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;font-size:.6875rem;font-weight:700}.bakery-batch-produced-value,.bakery-batch-sold-value,.bakery-batch-waste-value{color:var(--primary);font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.bakery-batch-waste-value{color:#f59e0b}.bakery-batch-bar{flex-direction:column;gap:.5rem;padding:0 1.25rem 1rem;display:flex}.bakery-batch-bar-track{background:#f1f5f4;border-radius:999px;width:100%;height:.75rem;display:flex;overflow:hidden}.bakery-batch-bar-sold{background:var(--primary);width:0;height:100%}.bakery-batch-bar-waste{background:#f59e0b;width:0;height:100%}.bakery-batch-bar-legend{justify-content:space-between;align-items:baseline;font-size:.75rem;display:flex}.bakery-batch-bar-legend-sold{color:var(--primary);font-weight:600}.bakery-batch-bar-legend-waste{color:#f59e0b;font-weight:600}.bakery-batch-products{flex-direction:column;gap:.375rem;padding:0 1.25rem 1.25rem;display:flex}.bakery-batch-product{opacity:0;background:#f9fafb;border-radius:.375rem;grid-template-columns:1fr auto auto;align-items:center;gap:.75rem;padding:.5rem .75rem;display:grid}.bakery-batch-product-name{color:#374151;font-size:.8125rem;font-weight:500}.bakery-batch-product-produced{color:#6b7280;font-variant-numeric:tabular-nums;font-size:.75rem}.bakery-batch-product-price{color:#0f1f18;font-variant-numeric:tabular-nums;font-size:.8125rem;font-weight:600}@media (max-width:560px){.bakery-batch-meta{grid-template-columns:1fr;gap:.5rem}.bakery-batch-produced-value,.bakery-batch-sold-value,.bakery-batch-waste-value{font-size:1.25rem}.bakery-batch-product{grid-template-rows:auto auto;grid-template-columns:1fr auto}.bakery-batch-product-produced{grid-area:1/2}.bakery-batch-product-price{grid-area:2/2}}
