/* Минимальные стили поверх Tailwind. */

html, body { color-scheme: dark; }

::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #0f1622; }
::-webkit-scrollbar-thumb { background: #243044; border-radius: 6px; }
::-webkit-scrollbar-thumb:hover { background: #324563; }

table thead th { font-weight: 600; }
table tbody tr { border-top: 1px solid #1c2535; }
table tbody tr:hover { background: rgba(91, 141, 239, 0.06); }

.heatmap-cell {
  width: 18px; height: 18px;
  display: inline-block;
  border-radius: 3px;
}
.heatmap-row { display: flex; gap: 2px; }
.heatmap-grid { display: flex; flex-direction: column; gap: 2px; }
.heatmap-label { font-size: 10px; color: #8a96ad; width: 32px; text-align: right; padding-right: 6px; }
