/* Thirsty Aztec theme: riverwalk turquoise + sunset orange + sky blue accents.
   Dark = deep teal-black (original). Light = cool pale riverwalk (new). */
:root {
  --marigold: #2fd6b5;
  --marigold-dk: #17ab8e;
  --magenta: #ff7a3d;
  --purple: #4aa8ff;
}

/* ---- DARK palette, original teal-black look ---- */
:root[data-theme="dark"] {
  --ink: #eef6f2;
  --bg: #0a1210;
  --bg2: #0f1b17;
  --card: #152420;
  --card-hi: #1b2e28;
  --line: #274038;
  --muted: #8fb0a4;
}

/* ---- LIGHT palette, cool pale riverwalk ---- */
:root[data-theme="light"] {
  --bg: #f0f7f5;
  --bg2: #e4efec;
  --card: #ffffff;
  --card-hi: #eaf4f1;
  --ink: #12302a;
  --line: #d2e6e0;
  --muted: #6d8a82;
  --shadow: 0 4px 18px rgba(20,80,70,.12);
  --input-bg: #eaf4f1;
  --input-focus-bg: #ffffff;

  /* login glow override: engine default is CC's pink/peach wash, which clashes
     with TA turquoise. Same 2-radial + linear structure, retuned to soft
     turquoise (top-left) + a hint of sunset-orange (bottom-right) on a pale
     teal base. */
  --login-glow-a: #cbf5ed;
  --login-glow-b: #ffefe8;
  --login-deep: #f4f9f7;
  --marigold-glow-a: rgba(47,214,181,.35);
  --marigold-glow-b: rgba(47,214,181,.4);
}
