/* Solver page styles */

.htmx-indicator { display: none; }
.htmx-request .htmx-indicator { display: inline-block; }
.htmx-request.htmx-indicator { display: inline-block; }

/* Solver-specific light theme */
html[data-theme="light"] #data-editor-chart { background: var(--bg-surface) !important; border-color: var(--border) !important; }
