:root {
    --blue: #003DC4;
    --pink: #FD79E2;

    --text: #0a0a0a;
    --muted: #5A5A5A;

    --line: rgba(0, 0, 0, .08);

    --bg: #F5F5F5;
    --soft: #F5F5F5;

    --radius: 30px;

    --white: #ffffff;
    --success: #16845b;
    --warning: #a96800;
    --danger: #c33434;

    --radius-sm: 14px;
    --radius-md: 20px;
    --radius-lg: 24px;
    --radius-pill: 999px;

    --sidebar-width: 260px;
    --content-width: 1440px;

    --shadow-soft: 0 12px 40px rgba(0, 0, 0, .04);
    --shadow: 0 24px 70px rgba(0, 0, 0, .07);
    --shadow-blue: 0 18px 46px rgba(0, 61, 196, .08);

    --transition-fast: 140ms ease;
    --transition: 180ms ease;
    --transition-slow: 280ms ease;

    --focus-ring: 0 0 0 4px rgba(0, 61, 196, .08);

    /* Compatibility aliases for existing Partner Portal selectors. */
    --endo-blue: var(--blue);
    --endo-pink: var(--pink);
    --endo-text: var(--text);
    --endo-muted: var(--muted);
    --endo-line: var(--line);
    --endo-bg: var(--bg);
    --endo-soft: var(--white);
    --endo-radius: var(--radius);
}
