/* tuli· — Colors  (mirrors the app's src/index.css design tokens, HEX form)
   Palette is LOCKED (brandbook v1.0). Style: Headspace × Notion — warm, calm, ordered.
   Rule: RED is alarm ONLY — never for ordinary calendar events. */
:root {
  /* ---- Brand: green (primary) ---- */
  --tuli-green:            #1D9E75;  /* primary · CTA · szczepienia · wordmark */
  --tuli-green-strong:     #177D5D;  /* text on mint · pressed */
  --tuli-green-deep:       #16856A;  /* gradient end (primary-deep) */
  --tuli-green-glow:       #29C892;  /* primary-glow */
  --tuli-green-soft:       #E8F5F0;  /* primary-soft / mist (mint card) */

  /* ---- Brand: violet (secondary / premium) ---- */
  --tuli-violet:           #534AB7;  /* premium · skoki · first-times · the dot */
  --tuli-violet-strong:    #443CA0;  /* pressed */
  --tuli-violet-deep:      #3D35A0;  /* secondary-deep / gradient end */
  --tuli-violet-soft:      #EDE8F5;  /* secondary-soft / lavender */

  /* ---- Surfaces / backgrounds ---- */
  --tuli-app-bg:           #FDF8F3;  /* cream — app background */
  --tuli-surface:          #FFFFFF;  /* white cards / sheets */
  --tuli-card-mint:        #E8F5F0;  /* mint cards, section headers, sticky header */
  --tuli-logo-mint:        #D2ECE3;  /* logo / app-icon background square */
  --tuli-premium-soft:     #EEEDFE;  /* premium / leap card background */
  --tuli-blue-soft:        #DBEAFE;  /* balances (bilanse) card background */
  --tuli-muted:            #F0EDE8;  /* warm muted surface */

  /* ---- Text ---- */
  --tuli-ink:              #1E1C2E;  /* primary text (typography, not a brand color) */
  --tuli-text-secondary:   #6B7280;  /* secondary text, captions, specialists */
  --tuli-text-tertiary:    #9CA3AF;  /* placeholders, muted meta */
  --tuli-mint-text:        #177D5D;  /* text on mint cards */
  --tuli-blue:             #1D4ED8;  /* balances (bilanse) accent + text */
  --tuli-on-brand:         #FFFFFF;  /* text on green / violet fills */

  /* ---- Lines ---- */
  --tuli-border:           #EAE4DE;  /* hairline on cream (app's #EAE4DE) */
  --tuli-border-strong:    #E2D8CC;

  /* ---- Semantic status ---- */
  --tuli-alarm:            #E24B4A;  /* destructive red — real alerts ONLY */
  --tuli-alarm-soft:       #FCEBEB;
  --tuli-alarm-text:       #A32D2D;  /* "Pilne" chip text */
  --tuli-info:             #378ADD;  /* recommended (blue, distinct from bilanse) */
  --tuli-info-soft:        #EAF3FC;
  --tuli-highlight:        #FDF3D0;  /* next-30-days highlight (amber wash) */
  --tuli-highlight-text:   #66531A;
  --tuli-warning:          #F59E0B;  /* disclaimers (amber) */
  --tuli-warning-soft:     #FDF3E0;

  /* ---- Illustration palette (doodle/flat art) ---- */
  --tuli-skin:             #FDDBB4;
  --tuli-hair-brown:       #5C4A3A;
  --tuli-hair-tan:         #C8A87A;
  --tuli-star-gold:        #C8862B;
  --tuli-cheek:            #F4A8A8;

  /* ---- Gradients (from the app) ---- */
  --tuli-gradient-warm:    linear-gradient(180deg, #F7F8FA 0%, #EAF6F1 100%); /* @kind other */
  --tuli-gradient-primary: linear-gradient(135deg, #1D9E75 0%, #16856A 100%); /* @kind other */
  --tuli-gradient-premium: linear-gradient(135deg, #534AB7 0%, #3D35A0 100%); /* @kind other */
  --tuli-gradient-child:   linear-gradient(135deg, #2BB083 0%, #1D9E75 60%, #18936B 100%); /* @kind other */ /* green child card */

  /* ---- Semantic aliases ---- */
  --text-primary:          var(--tuli-ink);
  --text-secondary:        var(--tuli-text-secondary);
  --text-brand:            var(--tuli-green);
  --surface-app:           var(--tuli-app-bg);
  --surface-card:          var(--tuli-surface);
  --border-default:        var(--tuli-border);

  /* Event category accents + tints (used across the app) */
  --cat-vaccine:           var(--tuli-green);       /* szczepienia 💉 */
  --cat-vaccine-bg:        var(--tuli-card-mint);
  --cat-vaccine-icon-bg:   #FCEBEB;                 /* list-row disc (soft blush) */
  --cat-balance:           var(--tuli-blue);        /* bilanse 🩺 */
  --cat-balance-bg:        var(--tuli-blue-soft);
  --cat-leap:              var(--tuli-violet);      /* skoki rozwojowe 🌱 / premium */
  --cat-leap-bg:           var(--tuli-premium-soft);
  --cat-specialist:        var(--tuli-text-secondary); /* specjaliści 👁 */
  --cat-specialist-bg:     #F3F4F6;
  --cat-firsttime:         var(--tuli-violet);      /* pierwsze razy ⭐ */
  --cat-firsttime-bg:      var(--tuli-premium-soft);
}
