/* Linear Programming Calculator - page-specific styles. Global .ops- system loads from the theme. */

.lp-chart-wrap { position: relative; height: 340px; margin-top: 22px; }
#chartCanvas { max-width: 100% !important; }

#lp-obj, #lp-cons { font-family: ui-monospace, "Cascadia Code", Menlo, Consolas, monospace; }
#lp-cons { min-height: 120px; white-space: pre; }

.lp-vars { display: flex; flex-wrap: wrap; gap: 8px 14px; margin: 6px 0 4px; }
.lp-var { font-family: ui-monospace, "Cascadia Code", Menlo, Consolas, monospace; font-weight: 600;
  background: rgba(245,165,36,.12); border: 1px solid rgba(245,165,36,.35); border-radius: 7px; padding: 3px 10px; }

@media (max-width: 560px) { .lp-chart-wrap { height: 280px; } }
