/*
 * Theme "dark_purple" - The pages anybody can open: menu, profile, teams, rating, stats.
 *
 * One of the parts css/theme/dark_purple/ is split into, by the screen each token
 * serves; the screens are the ones section 0 of css/style_game_common.css
 * marks its groups with, and the design studio names its slots with.
 * A theme is a delta: what is not here keeps the default value.
 */

:root {
    /* --- Service and hint bars -------------------------------------------- */
    --qeng-service-bg: #1a191b;

    /* --- The navbar -------------------------------------------------------- */
    --qeng-navbar-bg: transparent;
    --qeng-navbar-link: rgba(238, 238, 240, .8);
    --qeng-navbar-link-hover: #baa7ff;
    --qeng-navbar-item-hover-bg: rgba(110, 86, 207, .18);
    --qeng-navbar-dark-link: rgba(238, 238, 240, .8);
    --qeng-navbar-toggler-bar: #baa7ff;

    /* --- Legacy header ----------------------------------------------------- */
    --qeng-header-link: #b5b2bc;
    --qeng-header-link-hover: #baa7ff;
    --qeng-legacy-menu-link-hover: #ffd60a;

    /* --- Profile and player stats ------------------------------------------ */
    --qeng-usp-grid: #323035;

    /* --- Rating stars ------------------------------------------------------ */
    --qeng-star-off: #3c393f;
    --qeng-star-on: #ffc53d;
    --qeng-star-changing: #ffd60a;

    /* --- The podium -------------------------------------------------------- */
    /* Tinted dark rows with gold, silver, and bronze highlights */
    --qeng-podium-1-bg: #302008;
    --qeng-podium-1-line: #ffca16;
    --qeng-podium-2-bg: #232225;
    --qeng-podium-2-line: #b5b2bc;
    --qeng-podium-3-bg: #2b1810;
    --qeng-podium-3-line: #e2a336;

    /* --- Rating (rating.php) ----------------------------------------------- */
    --qeng-rating-special-bg: #291f43;
    --qeng-rating-special-text: #baa7ff;
    --qeng-rating-game-n-bg: #3c393f;
    --qeng-rating-game-n-text: #eeeef0;

    /* --- Stats table (stat.php, stat2.php) --------------------------------- */
    --qeng-stat-badge-bg: #ffc53d;
    --qeng-stat-badge-text: #121113;
    --qeng-stat-rule: #323035;
    --qeng-stat-row-hover-bg: #232225;
    --qeng-stat-stub-bg: #161517;
    --qeng-stat-off-bg: #231c28;
    --qeng-stat-cell-skipped-bg: #18171a;
    --qeng-stat-cell-unweighted-bg: #231f28;
    --qeng-stat-num-bg: #6e56cf;
    --qeng-stat-num-off-bg: #3c393f;
    --qeng-stat-hidden: #ffc53d;
    --qeng-stat-hide-icon: #8457aa;
    --qeng-stat-note-pause: #b5b2bc;
    --qeng-stat-link: #baa7ff;

    /* --- Stats legend and team highlight ----------------------------------- */
    --qeng-stat-legend-bg: #1a191b;
    --qeng-stat-legend-text: #eeeef0;

    /* --- Pinned columns ---------------------------------------------------- */
    --qeng-stat-pin-backdrop: #1a191b;
    --qeng-stat-pin-line: #56468b;
    --qeng-stat-pin-shade-rgb: 0 0 0;

    /* --- Movement between places ------------------------------------------- */
    --qeng-stat-place-up: #1fd8a4;
    --qeng-stat-place-down: #ff949d;

    /* --- History slider ---------------------------------------------------- */
    --qeng-stat-history-bg: #1a191b;
    --qeng-stat-slider-track: #3c393f;
    --qeng-stat-slider-fill: #6e56cf;
    --qeng-stat-tick: rgba(186, 167, 255, 0.45);
    --qeng-stat-tip-bg: #232225;
    --qeng-stat-tip-text: #eeeef0;
}

:root[data-theme="dark"] {
    /* --- The navbar in dark mode ------------------------------------------- */
    --qeng-navbar-toggler-bg: #baa7ff;
}
