/**
 * Custom overrides — edit this file to change colors/layout.
 * Loaded after index-CYhNtko2.css in index.html and vote/index.html.
 */

/* Site-wide theme (vote page, home, modals) */
:root {
  /* Gold vote button / accents */
  --boost: 43 96% 56%;
  --boost-foreground: 220 20% 7%;
  --boost-glow: 43 96% 45%;

  /* Page background */
  --background: 220 20% 7%;
  --foreground: 210 20% 92%;
  --card: 220 18% 12%;
  --border: 220 14% 22%;
  --muted-foreground: 215 12% 55%;
}

/* Vote modal card (approximate — rendered inside #root) */
#root .rounded-2xl.border {
  border-radius: 1rem !important;
}

/* Floating "Vote" button on chart */
#root .bg-boost {
  /* uses --boost above */
}
