.userPage{background:rgb(0,0,0);color:#dff;border-radius:40px;margin:10px auto;width:80%}.user_page_avatar_image{margin:auto;padding:0;max-width:300px;width:100%;border-radius:20px}.username_text{color:#fa7;font-weight:700;font-style:italic}.user_account_info{margin:5px auto;padding:10px;width:80%;border-radius:25px}.user_account_info_field{margin:5px;padding:5px;font-size:.8em}.userPage_data_tabs,.user_page_games_tabs{width:100%;margin:0;padding:0;display:flex;justify-content:center}.userPage_data_section{padding:0 15px 10px;border-radius:25px}.user_page_games_tab{border-radius:2px;margin:20px 1px;padding:0;width:25%;font-weight:600;font-size:1em;background:var(--inactive-user-page-games-tab-background);color:var(--disabled-text-color)}.userPage_linkWrapper,.user_page_games_tab{display:flex;justify-content:center;align-items:center}.userPage_linkWrapper{flex-wrap:wrap}.userPage_section_tab.clickable:active,.userPage_section_tab.clickable:hover,.user_page_games_tab.clickable:active,.user_page_games_tab.clickable:hover{background:var(--hover-user-page-games-tab-background);color:var(--secondary-text-color)}.userPage_section_tab.enabled,.user_page_games_tab.enabled{background:var(--active-user-page-games-tab-background);color:var(--secondary-text-color)}.user_rating_table_wrapper{margin:0;width:100%;border-radius:25px;overflow:hidden;background:var(--background-color)}.table.user_rating_table{margin:0;width:100%}@media screen and (max-width:540px){.user_rating_table td:nth-of-type(3){display:none}}@media screen and (max-width:460px){.user_rating_table td:nth-of-type(6){display:none}}.user_badges_section{margin:8px auto;padding:4px 15px;width:80%;text-align:center}.user_badges_label{font-size:.7em;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--secondary-text-color,#aac);margin:0 0 6px}.user_badges_list{display:flex;flex-wrap:wrap;gap:4px;justify-content:center;margin-bottom:6px}.user_badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:8px;font-size:.75em;font-weight:600;white-space:nowrap}.user_badge_gold{background:rgba(245,200,66,.15);border:1px solid rgba(245,200,66,.35)}.user_badge_silver{background:rgba(184,194,204,.15);border:1px solid rgba(184,194,204,.35)}.user_badge_bronze{background:rgba(205,127,50,.15);border:1px solid rgba(205,127,50,.35)}.user_badge_icon{font-size:.9em}.user_badge_icon_gold{color:#ffe566}.user_badge_icon_silver{color:#d4dce6}.user_badge_icon_bronze{color:#e8954a}.user_badge_name{color:var(--secondary-text-color,#cde)}.user_badges_view_all{display:inline-block;font-size:.78em;color:var(--link-color,#6af);text-decoration:underline;opacity:.8}.user_badges_view_all:hover{opacity:1}