/* ============================================================
   AdvisorEngine theme — drop-in brand tokens
   Generated by brand-build/build.py from firms/advisorengine.json
   To re-skin: edit the JSON config + re-run build.
   ============================================================ */

:root {
  /* === Brand palette === */
  --orion-blue:           #7BC59B;
  --orion-blue-deep:      #5BAE7E;
  --orion-blue-soft:      #E3F2EA;
  --orion-blue-bright:    #A5D9B7;
  --orion-navy:           #0A1929;
  --orion-navy-deep:      #040D17;

  /* === Surface === */
  --surface:      #F8F6EE;
  --surface-warm: #FAF8F1;
  --surface-alt:  #EFEDE3;
  --paper:        #FFFFFF;

  /* === Text === */
  --text-primary:   #1F2937;
  --text-secondary: #475569;
  --text-tertiary:  #94A3B8;
  --text-inverse:   #FFFFFF;
  --text-on-dark:   #E3F2EA;

  /* === Lines === */
  --border:         #E2DFD2;
  --border-light:   #EDEADE;
  --border-strong:  #C7C3B2;

  /* === Status === */
  --success:       #16A34A;  --success-soft: #E8F5EE;
  --error:         #DC2626;  --error-soft:   #FBEAEA;
  --warning:       #E35A1F;  --warning-soft: #FDEEE5;

  /* === Chart palette — derived from brand === */
  --chart-1: #7BC59B;
  --chart-2: #A5D9B7;
  --chart-3: #A2D6B9;
  --chart-4: #BDE2CD;
  --chart-5: #D7EDE1;
  --chart-6: #0A1929;
  --chart-7: #E35A1F;
  --chart-8: #16A34A;

  /* === Spacing === */
  --s-1: 4px; --s-2: 8px; --s-3: 12px; --s-4: 16px; --s-5: 24px; --s-6: 32px; --s-7: 48px; --s-8: 64px; --s-9: 96px; --s-10: 128px;

  /* === Shadow === */
  --shadow-sm:  0 1px 2px rgba(15, 23, 42, 0.04);
  --shadow-md:  0 4px 12px rgba(15, 23, 42, 0.06);
  --shadow-lg:  0 12px 32px rgba(15, 23, 42, 0.10);
  --shadow-blue: 0 8px 24px rgba(123, 197, 155, 0.18);

  /* === Radius === */
  --r-1: 6px; --r-2: 10px; --r-3: 16px; --r-pill: 999px;

  /* === Fonts === */
  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono:    'JetBrains Mono', 'SF Mono', Consolas, monospace;
}
