/* styles/themes.css */

/* Temporary pre-Holo theme variants. Midnight remains the default canvas.
   These two replace Day/Cool until the full Holo theme system lands. */

[data-theme="pokeball"] {
  --bg:              #030303;
  --surface:         #0D0D10;
  --surface-raised:  #151519;
  --surface-hover:   #221416;
  --border:          #34343B;
  --border-strong:   #EF4444;

  --text:            #F7F7F8;
  --text-muted:      #C8C8D0;
  --text-faint:      #85858F;

  --brand:           #FF3347;
  --brand-hover:     #FF5B69;
  --brand-soft:      rgba(255, 51, 71, 0.20);
  --brand-glow:      rgba(255, 51, 71, 0.48);
  --highlight:       #FFFFFF;
  --highlight-soft:  rgba(255, 255, 255, 0.14);
  --highlight-glow:  rgba(255, 255, 255, 0.34);
}

[data-theme="squirtle"] {
  --bg:              #041018;
  --surface:         #071A25;
  --surface-raised:  #0B2432;
  --surface-hover:   #113346;
  --border:          #1B465C;
  --border-strong:   #65BCEB;

  --text:            #F0FBFF;
  --text-muted:      #A8CADB;
  --text-faint:      #6E91A3;

  --brand:           #4FC3F7;
  --brand-hover:     #7AD7FF;
  --brand-soft:      rgba(79, 195, 247, 0.20);
  --brand-glow:      rgba(79, 195, 247, 0.42);
  --highlight:       #D8B071;
  --highlight-soft:  rgba(216, 176, 113, 0.16);
  --highlight-glow:  rgba(216, 176, 113, 0.32);
}
