/* Project-specific styling layered on top of Tabler. */

/* Only one of the two theme glyphs is ever visible. */
[data-bs-theme="light"] .theme-icon-light,
[data-bs-theme="dark"] .theme-icon-dark {
  display: none;
}

.chart-lg {
  min-height: 16rem;
}

/* Stat tiles: the "not available yet" state reads as a placeholder, not a
   real zero, so it's visually distinct from a tile with real data. */
.stat-unavailable {
  color: var(--tblr-secondary);
  font-style: italic;
}
