/*
 * BadgersClaw Custom Panel Theme
 * Paste your custom CSS templates here.
 * This file loads globally across the panel.
 */

:root {
  --nxt-custom-accent: #36a3ff;
  --nxt-custom-bg: #07111f;
  --nxt-custom-card: rgba(12, 28, 48, .92);
  --nxt-custom-border: rgba(54, 163, 255, .35);
}

/* Safe starter overrides */
.badgersclaw-card,
.dashboard-ref-panel,
.card {
  border-color: var(--nxt-custom-border);
}

.theme-btn-primary {
  background-color: var(--nxt-custom-accent);
  border-color: var(--nxt-custom-accent);
}

.text-primary {
  color: var(--nxt-custom-accent) !important;
}
