/* GRNI table */
#grniPanel .grni-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 1.4;
}
#grniPanel .grni-table th {
  text-align: left;
  font-weight: 600;
  font-size: 11px;
  padding: 6px 8px;
  border-bottom: 2px solid rgba(17, 24, 39, 0.18);
  white-space: nowrap;
  color: rgba(17, 24, 39, 0.7);
  position: sticky;
  top: 0;
  background: #faf9f7;
}
#grniPanel .grni-table td {
  padding: 4px 8px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.05);
  vertical-align: top;
}
#grniPanel .grni-table .right {
  text-align: right;
}
#grniPanel .grni-table .mono {
  font-family: 'SF Mono', 'Cascadia Code', 'Consolas', monospace;
  font-size: 11px;
}

/* Totals row */
#grniPanel .grni-table .grand-total td {
  font-weight: 700;
  font-size: 13px;
  border-top: 3px double rgba(17, 24, 39, 0.3);
  padding-top: 8px;
  padding-bottom: 8px;
}

/* Data rows — clean white, no tint */

/* Stats line */
#grniPanel .grni-stats {
  font-size: 11px;
  color: rgba(17, 24, 39, 0.5);
  margin-top: 8px;
}
