#sheet {
  font-size: 0.7rem;   /* try 0.75–0.85 */
}

#sheet input,
#sheet select {
  font-size: 0.8rem;
  padding: 0.15rem 0.3rem;
}

#sheet td, #sheet th { white-space: nowrap; }
.cell-input { width: 100%; min-width: 90px; }
.readonly { background: var(--bs-tertiary-bg); color: var(--bs-secondary-color); }
td:has(input:focus), td:has(select:focus) { outline: 2px solid rgba(13,110,253,.25); outline-offset: -2px; }
.totals-pill { border: 1px solid var(--bs-border-color); background: var(--bs-body-bg); padding: .25rem .5rem; border-radius: 999px; }
.table thead th { font-weight: 600; }

