/* Seasonal Index Calculator - page-specific styles. Global .ops- system loads from the theme. */
.ma-chart-wrap { position: relative; height: 340px; margin-top: 22px; }
#chartCanvas { max-width: 100% !important; width: 100% !important; height: 100% !important; }
.ma-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.si-sub { font: 600 11px/1 var(--ops-mono); letter-spacing: .06em; text-transform: uppercase; color: var(--ops-text-dim); margin: 4px 0 6px; }
.is-bad { color: var(--ops-danger, #e5484d) !important; }
.is-good { color: var(--ops-ok, #7ee081) !important; }
@media (max-width: 560px) { .ma-row2 { grid-template-columns: 1fr; } .ma-chart-wrap { height: 300px; } }
