/* 2026-07-31. Dark/gold visual system for the shared GoldenDataGrid component. */
.golden-data-grid-shell {
  flex: 1;
  min-height: 0;
  overflow: auto;
  border: 1px solid var(--border-soft, rgba(255, 255, 255, 0.07));
  border-radius: 9px;
  background: #0d1014;
}

.golden-data-grid.rz-data-grid {
  min-width: 1120px;
  height: 100%;
  border: 0;
  background: transparent;
}

.golden-data-grid .rz-data-grid-data {
  height: calc(100% - 49px);
  min-height: 500px;
}

.golden-data-grid .rz-grid-table {
  background: transparent;
}

.golden-data-grid .rz-grid-table thead th {
  border-color: var(--border, #2a3039);
  background: #171b21;
  color: #c8cbd0;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.02em;
  text-transform: none;
}

.golden-data-grid .rz-grid-table td {
  height: 48px;
  border-color: var(--border-soft, rgba(255, 255, 255, 0.07));
  background: #111419;
  color: var(--text, #f4f1e9);
  font-size: 12px;
}

.golden-data-grid .rz-grid-table tbody tr:hover td {
  background: #1c2129;
}

.golden-data-grid .rz-grid-table tbody tr.rz-state-highlight td {
  background: rgba(213, 173, 88, 0.12);
  color: var(--text, #f4f1e9);
}

.golden-data-grid .rz-datatable-emptymessage {
  color: var(--text-soft, #a7adb7);
}

.golden-data-grid-cell-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 28px;
  padding: 5px 7px;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}
