
body {
  background-color: #020617;
  color: #e5e7eb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.table-scroll {
  max-height: 420px;
  overflow-y: auto;
}
.badge-featured {
  border-radius: 9999px;
  font-size: 10px;
  padding: 2px 8px;
  background: rgba(234, 179, 8, 0.15);
  color: #facc15;
  border: 1px solid rgba(234, 179, 8, 0.6);
}
.tab-button {
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 9999px;
  border-width: 1px;
}
.tab-button-active {
  background: linear-gradient(to right, #2563eb, #7c3aed);
  border-color: transparent;
  color: #e5e7eb;
}
.tab-button-inactive {
  background: #020617;
  border-color: #1f2937;
  color: #9ca3af;
}
