
/* /z_ev_production_dashboard/static/src/scss/dashboard.scss */
 *{margin: 0; padding: 0; box-sizing: border-box;}html, body{width: 100%; height: 100%; background: #f0f7f0; color: #1a3a1a; font-family: sans-serif;}.prod-error{display: flex; align-items: center; justify-content: center; height: 100vh; font-size: 2.5rem; color: #c0392b; padding: 4rem; text-align: center;}.prod-dashboard{height: 100vh; padding: 3rem 4rem; display: flex; flex-direction: column; gap: 3rem;}.prod-header{display: flex; justify-content: space-between; align-items: center; padding-bottom: 1.5rem; border-bottom: 3px solid #2e7d32;}.prod-header__title{font-size: 3.5rem; font-weight: 700; color: #2e7d32;}.prod-header__date{font-size: 2.5rem; color: #558b2f;}.prod-summary{display: flex; gap: 3rem; justify-content: center;}.prod-card{background: #fff; border: 2px solid #a5d6a7; border-radius: 1rem; padding: 2rem; text-align: center; min-width: 300px;}.prod-card__value{font-size: 5rem; font-weight: 700; color: #2e7d32;}.prod-card__label{font-size: 1.5rem; color: #558b2f; font-weight: 600; margin-top: 0.5rem;}.prod-progress{flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 2.5rem;}.prod-row{display: grid; grid-template-columns: 280px 1fr 200px; align-items: center; gap: 2rem;}.prod-row__label{font-size: 2rem; font-weight: 700; color: #2e7d32;}.prod-row__bar-bg{height: 60px; background: #c8e6c9; border-radius: 12px; overflow: hidden; position: relative;}.prod-row__pct{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 1.8rem; font-weight: 700;}.prod-row__bar{height: 100%; border-radius: 12px;}.prod-row__bar--prep{background: #2e7d32;}.prod-row__bar--etiq{background: #558b2f;}.prod-row__bar--film{background: #388e3c;}.prod-row__count{font-size: 2.5rem; font-weight: 700; text-align: right; white-space: nowrap;}.prod-row__done{color: #2e7d32;}.prod-row__sep{color: #81c784;}