/* ── Theme: Jira Dark (default) ─── */
:root[data-theme="jira-dark"] {
  --bg:         #080808;
  --s1:         #101010;
  --s2:         #181818;
  --s3:         #222222;
  --s4:         #2a2a2a;
  --border:     #2a2a2a;
  --border2:    #363636;
  --text:       #ececec;
  --text2:      #888888;
  --text3:      #555555;
  --indigo:     #6366f1;
  --indigo-dim: #3730a320;
  --red:        #ef4444;
  --red-dim:    #ef444415;
  --amber:      #f59e0b;
  --amber-dim:  #f59e0b15;
  --green:      #10b981;
  --green-dim:  #10b98115;
  --blue:       #3b82f6;
  --font-mono:  'SF Mono', 'Fira Mono', 'Consolas', monospace;
  --font-ui:    -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-size-base: 14px;
  --font-size-sm:   12px;
  --font-size-xs:   11px;
  --font-size-lg:   16px;
  /* Terminal colors */
  --term-bg:      #0d0d0d;
  --term-fg:      #e8e8e8;
  --term-cursor:  #e8e8e8;
  --term-black:   #1a1a1a;
  --term-bblack:  #444444;
  --term-white:   #e8e8e8;
  --term-bwhite:  #ffffff;
  /* Primary button hover */
  --indigo-hover: #4f52e0;
  /* Overdue row tint */
  --overdue-row-bg: #ef444408;
  /* Today cell tint */
  --today-bg: #6366f108;
}

/* ── Theme: Daylight ─── */
:root[data-theme="daylight"] {
  --bg:         #f5f5f4;
  --s1:         #ffffff;
  --s2:         #f0efed;
  --s3:         #e8e6e3;
  --s4:         #dddbd8;
  --border:     #dddbd8;
  --border2:    #ccc9c5;
  --text:       #1c1917;
  --text2:      #57534e;
  --text3:      #a8a29e;
  --indigo:     #4f46e5;
  --indigo-dim: #4f46e518;
  --red:        #dc2626;
  --red-dim:    #dc262612;
  --amber:      #d97706;
  --amber-dim:  #d9770612;
  --green:      #059669;
  --green-dim:  #05966912;
  --blue:       #2563eb;
  --font-mono:  'SF Mono', 'Fira Mono', 'Consolas', monospace;
  --font-ui:    -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-size-base: 15px;
  --font-size-sm:   13px;
  --font-size-xs:   12px;
  --font-size-lg:   17px;
  --term-bg:      #1e1e1e;
  --term-fg:      #d4d4d4;
  --term-cursor:  #d4d4d4;
  --term-black:   #1e1e1e;
  --term-bblack:  #6e7681;
  --term-white:   #d4d4d4;
  --term-bwhite:  #ffffff;
  --indigo-hover: #4338ca;
  --overdue-row-bg: #dc262608;
  --today-bg: #4f46e510;
}
