/* ===== BASE COLORS ===== */
:root {
    --bg: #121212;
    --bg-card: #1E1E1E;
    --text: #ffffff;
    --text-muted: #cfcfcf;
    --accent: #3A7DFF;
    --accent-hover: #2A4FD4;
    --border: #2A2A2A;

    --red: #E34F4F;
    --darken-red: #B33A3A;
}
