﻿:root {
    /* San Ildefonso - Refined */
    --primary-color: #3b82f6; /* Modern Blue */
    --secondary-color: #ffffff;
    --primary-rgb: 59, 130, 246; /* Updated to match the blue */
    --secondary-rgb: 255, 255, 255;
    /* NEUTRAL BASICS */
    --bg-main2: #1a1a2e;
    --bg-card: #161625;
    --bg-dark-soft: #11111d;
    --text-main: #f9f9f9;
    --text-muted: #888888;
    /* ADDED FOR YOUR PARSER */
    --accent-glow: rgba(59, 130, 246, 0.2);
    --progress-track: #252545; /* Slightly lighter than bg for the bar tray */
}
