/* ==== UI Palette - Company branding ==== */

:root {
    /* Backgrounds */
    --bg-primary: #0B0F14; /*BackgroundPrincipal*/
    --surface-primary: #121826; 
    --surface-elevated: #1A2233;
    --border-subtle: #1F2937;

    /* Text */
    --text-primary: #E6E8EB;
    --text-secondary: #9AA4B2;
    --text-disabled: rgba(154,164,178,.6); /* TextDisabled (60% opacity) */
    --text-on-accent: #0B0F14;

    /* Brand / accent */
    --brand-primary: #19C6D4; /* BrandPrimary - buttons, progress, focus */
    --brand-strong: #00E5FF; /* BrandStrong - CTA */
    --brand-soft: #4DD0E1; /* BrandSoft - activate states */
    --brand-glow: #7FF4FF; /* BrandGlow - micro-interactions */

    /* System states */
    --state-success: #2ED573;
    --state-warning: #F5A623;
    --state-error: #FF4D4F;
    --state-info: #4DA3FF;
}