:root
{
    /* Games Data */
    /* Mega Mall Simulator */
    --gameData-Mega-Mall-Simulator-platform: "PC";
    --gameData-Mega-Mall-Simulator-version: "0.1.10";
    --gameData-Mega-Mall-Simulator-nextUpdate: 96; /* only editable via Management Software */
    --gameData-Mega-Mall-Simulator-nextUpdateT: "96%"; /* only editable via Management Software */
    --gameData-Mega-Mall-Simulator-latestUpdate: "21.08.2025";
    --gameData-Mega-Mall-Simulator-description: "Build, customize and grow your own Mega Mall from the ground up!\A\AIn Mega Mall Simulator, you're in charge of every detail - design your layout, open shops, stock shelves, set prices, manage staff, and keep customers happy\A\A Expand your mall with new stores, attractions and amenities to stay ahead of the competition. Watch as shoppers flood in, trend shifts, and the local economy elvolves around your decisions.\A\APlay solo or team up with friends to create the ultimate shopping destination!";
    --gameData-Mega-Mall-Simulator-description_short: "Build, customize and grow your own Mega Mall! Manage Shops, stock shelves, hire staff and adapt to an evolving economy - solo or with friends. Create the ultimate shopping destination!";

    /* Traffic Controller */
    --gameData-Traffic-Controller-platform: "PC";
    --gameData-Traffic-Controller-version: "0.1.7";
    --gameData-Traffic-Controller-nextUpdate: 80; /* only editable via Management Software */
    --gameData-Traffic-Controller-nextUpdateT: "-"; /* only editable via Management Software */
    --gameData-Traffic-Controller-latestUpdate: "29.07.2024";
    --gameData-Traffic-Controller-description: "Step into the shoes of a Traffic Controller and take command of the traffic management systems of bustling cities! Your mission is to ensure that citizens are happy and their daily commutes are smooth. Design and optimize road networks, build new streets, and manage resources carefully to keep the city moving.\A\A But be warned! Constructing new roads takes time and resources, so plan ahead! Import the necessary materials to your Road Construction Facility cost you progress. Keep the city moving and prove your mastery as the ultimate Traffic Controller!";
    --gameData-Traffic-Controller-description_short: "Step into the shoes of a Traffic Controller and take command of the traffic management systems of bustling cities!";}


/* Applying the text styles */
#gamedata_mega_mall_simulator_development::before { content: var(--gameData-Mega-Mall-Simulator-development); }
#gamedata_mega_mall_simulator_version::before { content: var(--gameData-Mega-Mall-Simulator-version); }
#gamedata_mega_mall_simulator_nextUpdate::before { content: var(--gameData-Mega-Mall-Simulator-nextUpdateT); }
#gamedata_mega_mall_simulator_latestUpdate::before { content: var(--gameData-Mega-Mall-Simulator-latestUpdate); }
.progressbar.projectBar.mega_mall_simulator { background: var(--color-purple); width: calc((100% / 100) * var(--gameData-Mega-Mall-Simulator-nextUpdate)); }
#gamedata_mega_mall_simulator_description::before { content: var(--gameData-Mega-Mall-Simulator-description); }
#gamedata_mega_mall_simulator_description_short::before { content: var(--gameData-Mega-Mall-Simulator-description_short); }

#gamedata_traffic_controller_development::before { content: var(--gameData-Traffic-Controller-development); }
#gamedata_traffic_controller_version::before { content: var(--gameData-Traffic-Controller-version); }
#gamedata_traffic_controller_nextUpdate::before { content: var(--gameData-Traffic-Controller-nextUpdateT); }
#gamedata_traffic_controller_latestUpdate::before { content: var(--gameData-Traffic-Controller-latestUpdate); }
.progressbar.projectBar.traffic_controller { background: var(--color-orange); width: calc((100% / 100) * var(--gameData-Traffic-Controller-nextUpdate)); }
#gamedata_traffic_controller_description::before { content: var(--gameData-Traffic-Controller-description); }
#gamedata_traffic_controller_description_short::before { content: var(--gameData-Traffic-Controller-description_short); }


#gamedata-unity-BI2LE-development::before { content: var(--gameData-unity-BI2LE-development); }
#gamedata-unity-BI2LE-version::before { content: var(--gameData-unity-BI2LE-version); }
#gamedata-unity-BI2LE-nextUpdate::before { content: var(--gameData-unity-BI2LE-nextUpdateT); }
#gamedata-unity-BI2LE-latestUpdate::before { content: var(--gameData-unity-BI2LE-latestUpdate); }
.progressbar.projectBar.traffic_controller { background: var(--color-orange); width: calc((100% / 100) * var(--gameData-unity-BI2LE-nextUpdate)); }
#gamedata-unity-BI2LE-description::before { content: var(--gameData-unity-BI2LE-description); }
#gamedata-unity-BI2LE-description_short::before { content: var(--gameData-unity-BI2LE-description_short); }