/* Assignment Problem Calculator - page-specific styles. Global .ops- system loads from the theme. */
.ap-chart-wrap { position: relative; height: 300px; margin-top: 22px; }
#chartCanvas { max-width: 100% !important; }
#ap-costs { font-family: ui-monospace, "Cascadia Code", Menlo, Consolas, monospace; min-height: 110px; white-space: pre; }
.ops-table td.ap-pick { color: var(--ops-accent); font-weight: 700; background: rgba(245,165,36,.12); }
@media (max-width: 560px) { .ap-chart-wrap { height: 260px; } }
