/*
 * Sparks Theme: Ocean (Nature / Health / Science)
 * Teal-blue-green tones for nature, health, science, and wellness Sparks.
 * Brightest gradient stop: #1a6b5a — all text must pass 4.5:1 against this.
 */

:root {
  /* ── Background Gradient (deep teal) ── */
  --grad-1: #051210;
  --grad-2: #0a2420;
  --grad-3: #103830;
  --grad-4: #144d42;
  --grad-5: #1a6b5a;   /* brightest stop */
  --grad-6: #186050;
  --grad-7: #124a3e;
  --grad-8: #0e3830;
  --grad-9: #0a2822;
  --grad-10: #071a18;

  /* ── Glow Accents (cool teal/aqua) ── */
  --glow-1-color: rgba(57, 223, 170, 0.12);
  --glow-1-pos: 15% 20%;
  --glow-2-color: rgba(79, 195, 247, 0.08);
  --glow-2-pos: 80% 60%;
  --glow-3-color: rgba(30, 187, 240, 0.06);
  --glow-3-pos: 50% 90%;

  /* ── Accent Colors (bright teal) ── */
  --accent-primary: #39dfaa;
  --accent-primary-rgb: 57, 223, 170;
  --accent-primary-text: #5ae6c8;
  --accent-secondary: #4fc3f7;
}
