.production-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:15px}.production-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:15px}.production-board{display:grid;gap:12px}.production-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:17px;cursor:pointer}.production-card:hover{box-shadow:0 10px 28px rgba(35,34,45,.07)}.production-card-head,.production-card-foot,.workload-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.production-card h3{font:800 14px Manrope;margin:0 0 4px}.production-card p{font-size:10px;color:var(--muted);margin:0}.production-card-foot{margin-top:14px}.progress-wrap{flex:1}.progress-meta{display:flex;justify-content:space-between;font-size:9px;color:var(--muted);margin-bottom:5px}.progress-track{height:6px;border-radius:6px;background:#efede8;overflow:hidden}.progress-fill{height:100%;background:var(--brand);border-radius:6px}.status-pill{font-size:9px;padding:5px 8px;border-radius:12px;background:#eeece7}.status-pill.done{background:#def4e9;color:var(--green)}.status-pill.risk{background:#fde8e7;color:var(--red)}.workload-row{padding:11px 0;border-top:1px solid var(--line)}.workload-row:first-child{border-top:0}.workload-row strong,.workload-row small{display:block}.workload-row strong{font-size:12px}.workload-row small{font-size:9px;color:var(--muted);margin-top:2px}.workload-count{min-width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#eeeafd;color:var(--brand);font-size:11px;font-weight:800}@media(max-width:1050px){.production-layout{grid-template-columns:1fr}.production-metrics{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.production-metrics{grid-template-columns:1fr}}
