/* ============================================================
   SolBESS brand tokens — mirror of SolBESS Data Platform.html
   ============================================================ */
:root, [data-theme="light"] {
  --sb-blue-900: #000D1A;
  --sb-blue-800: #002A52;
  --sb-blue-700: #00417D;
  --sb-blue-600: #0054A3;
  --sb-blue-500: #2E9AFF;
  --sb-blue-300: #8AC6FF;
  --sb-blue-100: #E6F3FF;
  --sb-red:      #C6290A;
  --sb-red-soft: #F5E4DE;
  --sb-amber:    #D79A1C;
  --sb-green:    #1F8F4F;

  --bg:          #F5F7FA;
  --panel:       #FFFFFF;
  --panel-alt:   #FAFBFC;
  --border:      #E3E7EC;
  --border-strong:#C9D1DB;
  --grid-line:   #EEF1F5;

  --text:        #0B1B2E;
  --text-soft:   #3D4E63;
  --text-mute:   #6E7E91;
  --text-faint:  #97A3B2;

  --pos:         #117A44;
  --pos-bg:      #E4F3EA;
  --neg:         var(--sb-red);
  --neg-bg:      #FCEAE4;

  --shadow-sm:   0 1px 0 rgba(11,27,46,.04);
  --shadow-md:   0 4px 14px -6px rgba(0,65,125,.18), 0 1px 0 rgba(11,27,46,.04);
  --gap-stack:   14px;
  --gap-inline:  12px;

  --radius:      6px;
  --radius-lg:   10px;

  --font-display:'Manrope','Helvetica Neue',Helvetica,Arial,sans-serif;
  --font-body:   'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  --font-mono:   'JetBrains Mono',ui-monospace,Menlo,monospace;
}

[data-theme="dark"] {
  --bg:          #07121F;
  --panel:       #0D1B2C;
  --panel-alt:   #0A1624;
  --border:      #1B3552;
  --border-strong:#2A4E74;
  --grid-line:   #112338;

  --text:        #E6EEF8;
  --text-soft:   #B6C6DB;
  --text-mute:   #7C91AB;
  --text-faint:  #566A85;

  --sb-blue-100: #132F4C;

  --pos:         #3CC47A;
  --pos-bg:      #0E2A1C;
  --neg:         #FF6B4A;
  --neg-bg:      #341410;

  --shadow-md:   0 6px 18px -8px rgba(0,0,0,.55);
}
