:root {
    --bg-primary: #0B1020;
    --bg-surface: #121A33;
    --bg-elevated: #182248;

    --text-primary: #F5F7FF;
    --text-secondary: #C5CAE8;
    --text-muted: #8B92C8;

    --brand-primary: #4F6BFF;
    --brand-secondary: #6A5CFF;

    --status-safe: #2ECC8F;
    --status-warning: #F4C95D;
    --status-danger: #F26D6D;

    --border-default: #1F2A55;
}
