#mk-calc .ops-subh{font-weight:700;margin:18px 0 8px;color:var(--ops-accent,#f5a524);font-size:1.02rem}
#mk-calc .ops-chips{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 6px}
#mk-calc .ops-chip{background:rgba(245,165,36,.12);color:var(--ops-accent,#f5a524);border:1px solid rgba(245,165,36,.35);border-radius:999px;padding:4px 12px;font-weight:600;font-size:.9rem}
#mk-calc textarea.ops-input{font-family:ui-monospace,Menlo,Consolas,monospace;line-height:1.5}
#mk-calc .mk-chart-wrap{position:relative;height:320px;margin-top:18px}
#mk-calc #chartCanvas{width:100%!important}
#mk-calc .ops-table td:first-child{font-weight:600}
