/* GamesGraph brand accent. Overlaid onto wwwroot/css/ for the Games build
   (dev: served from wwwroot-games/ ahead of wwwroot/; publish: copied in by the
   CopyMediaSpecificAssets MSBuild target). Mirrors the defaults in extra.css's
   :root, kept here so each site has one obvious place to tune its palette.
   The shared chrome reads these via var(); see ReelsGraph's theme.css for the
   movie palette. */
:root {
    --brand-link: #88bbee;          /* links, nav, dropdown, btn-link */
    --brand-link-hover: #def;        /* link / nav hover -> near-white */
    --brand-accent-rgb: 136, 187, 238;   /* card & franchise borders, focus rings, rating fallback */
    --brand-selection-rgb: 64, 96, 160;  /* ::selection / search highlight */
    --brand-info: #22ddff;               /* selected / active state (Bootstrap "info") */
    --brand-info-rgb: 34, 221, 255;

    /* Ambient page-background glow tint (steel blue). Mirrors extra.css; retint
       the page backdrop by changing this per-mode value in each theme.css. */
    --page-background-glow-rgb: 90, 125, 185;
}
