/* Alt-Palette des Portals.

   Die Variablen bleiben erhalten, weil Templates sie noch inline
   referenzieren (style="background-color: var(--dark-blue)"). Sie zeigen
   jetzt aber auf die OptionsApp-2.0-Tokens aus oa2.css, damit auch noch
   nicht umgestellte Stellen im neuen Design erscheinen statt im alten
   Navy/Gelb.

   Neuer Code benutzt die --oa-*-Tokens direkt. */
:root {
    --primary-color: #2563eb;   /* action.primary */
    --secondary-color: #475569; /* text.secondary */
    --success-color: #059669;   /* chart.profit */
    --danger-color: #dc2626;    /* chart.loss */
    --warning-color: #b45309;
    --info-color: #2fb3f2;      /* premium.cyan */
    --light-color: #f6f9ff;     /* bg.canvas */
    --dark-color: #081c33;      /* ink (Footer) */

    /* Frueher #144579 / #F5B922 / #353535 */
    --dark-blue: #0c2a4a;       /* brand.navy-deep */
    --dark-yellow: #2563eb;     /* war die CTA-Farbe -> jetzt Action-Blau */
    --font-color: #0c2a4a;      /* text.primary */
}
