[x-cloak] { display: none !important; }

:root {
  --cult-black: #000;
  --cult-grey-line: #e5e5e5;
  --cult-grey-soft: #f5f5f5;
  --cult-grey-text: #666;
  --cult-grey-mute: #888;
}

html, body {
  font-family: Helvetica, Arial, system-ui, sans-serif;
}

.tabular-nums { font-variant-numeric: tabular-nums; }

.row-actions { visibility: hidden; }
.row:hover .row-actions,
.row:focus-within .row-actions { visibility: visible; }

/* Inline veld zonder doos: dunne onderlijn, zwarte focus */
.field-line {
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
  padding: 6px 0;
  width: 100%;
}
.field-line:focus { outline: none; border-bottom-color: #000; }

/* Cellen in items-tabel: hover zachte fill, focus zwarte outline */
.cell-input {
  border: none;
  background: transparent;
  padding: 6px 8px;
  width: 100%;
}
.cell-input:hover { background: #fafafa; }
.cell-input:focus { background: #fff; outline: 1px solid #000; outline-offset: -1px; }

.label-uppercase {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--cult-grey-mute);
  font-weight: 600;
}
