.htmx-indicator { display: none; }
.htmx-request .htmx-indicator { display: inline; }
.htmx-request.htmx-indicator { display: inline; }
input.cell, select.cell { background: transparent; border: 1px dashed transparent; }
input.cell:hover, select.cell:hover { border-color: #cbd5e1; }
input.cell:focus, select.cell:focus { border-color: #0f172a; outline: none; background: white; }
