/* ============================================================
   Nexapp Tools — Dark Theme
   ============================================================ */
:root {
  --bg:                 #0f1117;
  --surface:            #1a1d27;
  --surface2:           #22263a;
  --border:             #2e3250;
  --accent:             #5b6af0;
  --accent-light:       #7b8af8;
  --text:               #e2e4f0;
  --text-muted:         #7a7f9a;
  --green:              #34d399;
  --yellow:             #fbbf24;
  --red:                #f87171;
  --blue:               #60a5fa;
  --purple:             #a78bfa;

  --row-hover:          #22263a;
  --row-border:         rgba(46,50,80,.5);
  --upload-hover-bg:    rgba(91,106,240,.05);
  --btn-export-bg:      #1a3a2a;
  --btn-export-border:  #2a5a3a;
  --btn-export-hover:   #1e4530;
}
