/* GamesGraph brand accent, copied here for now. */
: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;

    /* TMDB posters are 2:3 (500x750), narrower than IGDB's 3:4 game covers.
       Overrides the --cover-ratio default in extra.css for Movies mode. */
    --cover-ratio: 2 / 3;
}