:root {
    --bg: #050a12;
    --bg-elevated: #0c1220;
    --bg-card: #101827;
    --text: #ffffff;
    --text-muted: #9aa6b2;
    --line: rgb(255 255 255 / 0.08);
    --blue-bright: #4d8bff;
    --radius: 12px;
    --font: "Inter", system-ui, sans-serif;

    /* Brand colors */
    --brand-blue: #2f6bff;
    --brand-yellow: #f5c518;
}