/*
  Sub-theme: neon (accent layer).
  Load AFTER dark-theme.css.
*/

body.theme-light {
  --color-accent: #F3FE00;
  --color-focus-ring: #F3FE00;

  /* Neon emphasis for interactive states */
  --color-button-border: #F3FE00;
  --color-button-hover-border: #F3FE00;
  --color-button-hover-bg: rgba(243, 254, 0, 0.12);

  /* Active chip: neon-filled for contrast */
  --color-chip-active-bg: #F3FE00;
  --color-chip-active-text: #121212;
}

