/* ===========================================================================
   Theme: Default
   The canonical v2 dark dashboard. Warm charcoal ground with saturated
   cyan/green/amber/red accents. Suited to extended focused review sessions.
   ===========================================================================

   This theme file exists even though its values match the :root defaults in
   the base stylesheet — that makes the theme system explicit and makes it
   easy to see exactly what each variable holds for this look.
*/

.theme-dashboard {
  /* Surfaces */
  --bg-ground:      #0a0e1a;
  --bg-sidebar:     #0d121f;
  --bg-panel:       #141a2b;
  --bg-panel-2:     #1a2138;
  --bg-row:         #131929;
  --bg-row-hover:   #1c2340;
  --bg-track:       #0a0e1a;
  --bg-chip:        #0a0e1a;

  /* Borders */
  --border:         #232a44;
  --border-strong:  #2e3757;
  --border-accent:  #3a4572;

  /* Text */
  --fg-primary:     #e8ecf7;
  --fg-secondary:   #9aa4c4;
  --fg-tertiary:    #6b7699;
  --fg-muted:       #4a536e;
  --fg-on-accent:   #ffffff;

  /* Accents */
  --accent-green:     #3dd68c;
  --accent-green-bg:  #0f2e21;
  --accent-green-dim: #1a4d3a;

  --accent-amber:     #f5b547;
  --accent-amber-bg:  #2e2113;
  --accent-amber-dim: #4d3a1e;

  --accent-red:       #ff5e6c;
  --accent-red-bg:    #2e1219;
  --accent-red-dim:   #4d1f2a;

  --accent-cyan:      #56c8ff;
  --accent-cyan-bg:   #0e2535;
  --accent-cyan-dim:  #1a3d55;

  --accent-purple:    #a78bfa;
  --accent-purple-bg: #1e1a36;
  --accent-pink:      #f472b6;
  --accent-pink-bg:   #2e1524;

  /* Typography */
  --font-body:   "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono:   "JetBrains Mono", "SF Mono", Menlo, monospace;

  /* Shadow scale — dark theme uses no card shadows, keeps the overlay */
  --shadow-card:       none;
  --shadow-overlay:    0 10px 30px rgba(0,0,0,0.5);
  --shadow-progress:   0 0 12px rgba(61, 214, 140, 0.3);

  /* Ambient glows */
  --glow-1-color:      rgba(86, 200, 255, 0.04);
  --glow-2-color:      rgba(167, 139, 250, 0.03);

  --focus-ring:        var(--accent-cyan);
}
