@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";.App{width:100%;height:100vh;margin:0 auto;background-color:var(--bg);color:var(--light);border-radius:0;box-sizing:border-box;overflow:hidden;position:relative}.CompetitionTable{padding-top:40px;position:relative;width:100%;height:100%;overflow:hidden}.CompetitionTable_label-wrapper{position:relative;z-index:2;display:inline-block;background-color:#353a40;padding:4px 12px;border-radius:20px;margin-left:16px;width:fit-content}.CompetitionTable_label{color:#fff;font-weight:400;font-size:12px}.CompetitionTable_name{max-width:150px;font-size:24px;font-weight:500;color:#fff;margin-top:8px;margin-left:16px}.CompetitionTable .CompetitionTable_timeBlock{margin-top:8px;margin-left:16px;display:flex;flex-direction:column;align-items:flex-start}.CompetitionTable .CompetitionTable_timeLabel{color:#adafb9;font-size:16px;font-weight:400;margin-bottom:2px;letter-spacing:0;line-height:1.2}.CompetitionTable .CompetitionTable_timeValue{display:inline-flex;align-items:center;justify-content:center;min-width:106px;height:18px;border-radius:1000px;padding:12px 8px;background:rgba(248,242,68,.2);color:#f8f244;font-size:16px;font-weight:500;line-height:1.2;letter-spacing:0;margin-top:2px}.CompetitionTable_table{position:relative}.CompetitionTable .CompetitionTable_participant_card{display:flex;flex-direction:row;padding:12px;background-color:rgba(215,238,255,.08);border-radius:12px;margin:16px;border:none;align-items:center;flex-wrap:wrap}.CompetitionTable .CompetitionTable_participant_card--current{background-color:#1a2b44;border:1px solid #4C8FFF}@media (max-width: 350px){.CompetitionTable .CompetitionTable_participant_card{flex-direction:column;align-items:stretch;text-align:center}}.CompetitionTable .CompetitionTable_avatar-wrapper{flex-shrink:0;margin-right:12px;text-align:center}@media (max-width: 380px){.CompetitionTable .CompetitionTable_avatar-wrapper{margin:0 auto 8px}}.CompetitionTable .CompetitionTable_avatar{width:56px;height:56px;border-radius:8px;object-fit:cover}.CompetitionTable .CompetitionTable_infoblock{display:flex;align-items:center;justify-content:space-between;flex:1}@media (max-width: 380px){.CompetitionTable .CompetitionTable_infoblock{margin-left:4px;display:flex;justify-content:space-between}}@media (max-width: 350px){.CompetitionTable .CompetitionTable_infoblock{margin-left:4px;display:flex;flex-direction:column}}.CompetitionTable .CompetitionTable_info{flex:1;display:flex;flex-direction:column;justify-content:flex-start}@media (max-width: 350px){.CompetitionTable .CompetitionTable_info{margin-left:4px;display:flex;flex-direction:column;text-align:center;align-items:center}}.CompetitionTable .CompetitionTable_participantName{font-size:14px;font-weight:500;line-height:14px;margin-bottom:4px}.CompetitionTable .CompetitionTable_meta,.CompetitionTable .CompetitionTable_meta2{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;margin-bottom:4px}.CompetitionTable .CompetitionTable_amount{font-weight:600}.CompetitionTable .CompetitionTable_ordersNumbersTotal,.CompetitionTable .CompetitionTable_ordersNumberToday{color:#757782;font-weight:400;font-size:14px}.CompetitionTable .CompetitionTable_isWorking{color:#fff;font-weight:400;font-size:14px;margin-top:4px}.CompetitionTable .CompetitionTable_place-wrapper{margin-left:auto;width:60px;height:60px;background-color:rgba(119,255,0,.2);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}@media (max-width: 380px){.CompetitionTable .CompetitionTable_place-wrapper{margin:8px auto 0}}.CompetitionTable .CompetitionTable_number{font-weight:500;font-size:22px;line-height:1}.CompetitionTable .CompetitionTable_place_label{font-size:12px;line-height:1.2}.CompetitionTable .CompetitionTable_place_label2{font-size:14px}.CompetitionTable .CompetitionTable_header{position:relative;z-index:1;background:transparent}.CompetitionTable .CompetitionTable_header .CompetitionTable_headerContent{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;width:100%;z-index:2;position:relative}.CompetitionTable .CompetitionTable_header .CompetitionTable_headerLeft{display:flex;flex-direction:column}.CompetitionTable .CompetitionTable_header .cup{width:160px;height:auto;margin-right:0;margin-top:0;position:relative;z-index:2;pointer-events:none;flex-shrink:0}@media (max-width: 390px){.CompetitionTable .CompetitionTable_header .cup{width:150px;height:auto;margin-right:0;margin-top:0;position:relative;z-index:2;pointer-events:none;flex-shrink:0}}@media (max-width: 350px){.CompetitionTable .CompetitionTable_header .cup{width:140px;height:auto;margin-right:0;margin-top:0;position:relative;z-index:2;pointer-events:none;flex-shrink:0}}.CompetitionTable .CompetitionTable_header .elipse{position:absolute;z-index:0;pointer-events:none;border-radius:50%}.CompetitionTable .CompetitionTable_header .elipse1{width:112px;height:61.73px;filter:blur(35px);top:38.7%;left:68.8%;background:#f8f244}.CompetitionTable .CompetitionTable_header .elipse2{width:152.02px;height:70.45px;top:26.5%;left:46.8%;opacity:.5;filter:blur(50px);transform:rotate(-12.03deg);background:#fff}.CompetitionTable .CompetitionTable_header .elipse3{width:152.02px;height:70.45px;filter:blur(50px);top:42.5%;left:37%;transform:rotate(-12.03deg);background:#4c8fff}.CompetitionTable .CompetitionTable_participant_card2{display:flex;flex-direction:row;padding:12px;border-radius:12px;margin-left:16px;margin-right:16px;border:none}.CompetitionTable .CompetitionTable_fixed-current{position:fixed;bottom:115px;left:0;right:0;z-index:100;pointer-events:none}.CompetitionTable .CompetitionTable_fixed-current .CompetitionTable_participant_card{pointer-events:auto}.CompetitionTable .register-button-container{position:absolute;top:152px;left:0;right:0;z-index:1;background-color:var(--bg);padding:0 16px;box-sizing:border-box}.CompetitionTable .register-button{width:100%;background:#fff;color:#000;border:none;padding:12px 0;border-radius:8px;font-weight:700;font-size:16px;cursor:pointer}.CompetitionTable .CompetitionModal__overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.8);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:9999}.CompetitionTable .CompetitionModal__content{position:relative;background-color:#1e1f23;border-radius:16px;padding:36px 24px 24px;width:320px;display:flex;flex-direction:column;gap:16px;color:#fff;text-align:center}.CompetitionTable .CompetitionModal__close{position:absolute;top:-6px;right:24px;background:none;border:none;font-size:36px;font-weight:700;color:#bbb;cursor:pointer;transition:color .2s ease}.CompetitionTable .CompetitionModal__close:hover{color:#fff}.CompetitionTable .CompetitionModal__button{padding:12px;background-color:#fff;color:#000;border:none;border-radius:8px;font-weight:500;font-size:16px;cursor:pointer;transition:background-color .2s;width:100%}.CompetitionTable .CompetitionModal__button:disabled{background-color:#696b6d;cursor:not-allowed}.CompetitionTable .CompetitionTable_scroll.with-button-padding{padding-top:50px}.CompetitionTable .CompetitionTable_participant_card{flex-wrap:wrap;min-width:0}.CompetitionTable .CompetitionTable_scroll-loader{display:flex;justify-content:center;align-items:center;min-height:200px}.CompetitionTable .CompetitionTable__spinner{width:48px;height:48px;border:6px solid rgba(255,255,255,.2);border-top-color:rgba(255,255,255,.8);border-radius:50%;animation:spin .8s linear infinite;opacity:.9}.CompetitionTable .CompetitionTable_no-participants{padding:40px 20px;text-align:center;font-size:1.2rem;color:#888}.CompetitionTable .CompetitionTable_avatar-wrapper{display:flex;flex-direction:column;align-items:center}.CompetitionTable .CompetitionTable_isWorking{font-size:14px;margin-top:4px;font-weight:500}.CompetitionTable .CompetitionTable_isWorking--online{color:#0aa30a}.CompetitionTable .CompetitionTable_isWorking--offline{color:#e64343}.CompetitionTable .CompetitionTable_no-tournament{text-align:center;font-size:18px;font-weight:500;margin-top:20px}.CompetitionTable .CompetitionTabs{display:flex;width:100%;margin-bottom:16px;padding-left:16px;padding-right:16px;position:relative}.CompetitionTable .CompetitionTabs:after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:1px;background:#4e505a;pointer-events:none;z-index:0}.CompetitionTable .CompetitionTabs_tab{flex:1 1 0;text-align:center;background:none;border:none;color:#aaa;font-size:17px;font-weight:500;padding:10px 0 8px;border-bottom:2px solid transparent;cursor:pointer;transition:color .2s,border-color .2s}.CompetitionTable .CompetitionTabs_tab.active{color:#ffe600;border-bottom:2px solid #ffe600}.CompetitionTable .DivisionSelectWrapper{margin-left:16px;margin-bottom:10px}.CompetitionTable .DivisionSelect{padding:6px 12px;font-size:16px;border-radius:8px;border:1px solid #4C8FFF;background:#23263a;color:#fff}.CompetitionTable .LeagueRules{background:rgba(255,255,255,.08);border-radius:10px;padding:10px 16px;color:#ccc;margin:0 16px 14px;font-size:13px}.CompetitionTable .JumpToMeButton{position:fixed;bottom:94px;right:16px;z-index:9999;width:64px;height:64px;border-radius:50%;box-shadow:0 4px 24px rgba(0,0,0,.4);border:3px solid #ffe600;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:box-shadow .2s}.CompetitionTable .JumpToMeButton:hover{box-shadow:0 6px 32px rgba(255,230,0,.6),0 6px 32px rgba(0,0,0,.267)}.CompetitionTable .JumpToMeButton img{width:54px;height:54px;border-radius:50%;object-fit:cover;background:#ddd;box-shadow:0 2px 10px rgba(136,136,136,.2)}.CompetitionTable .CompetitionTable_prizesWrapper{overflow-x:auto;overflow-y:hidden;padding-bottom:4px}.CompetitionTable .CompetitionTable_prizesWrapper::-webkit-scrollbar{height:6px}.CompetitionTable .CompetitionTable_prizesWrapper::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.3);border-radius:3px}.CompetitionTable .CompetitionTable_prizesWrapper::-webkit-scrollbar-track{background-color:transparent}.CompetitionTable .CompetitionTable_prizesBlock{background:rgba(255,255,255,.07);border-radius:12px;margin:0 16px 12px;padding:8px;box-sizing:border-box}.CompetitionTable .CompetitionTable_prizesTable{width:100%;border-collapse:collapse;margin-bottom:4px}.CompetitionTable .CompetitionTable_prizesTable th,.CompetitionTable .CompetitionTable_prizesTable td{text-align:center;font-size:14px;padding:6px;white-space:nowrap;font-weight:500;color:#fff;border:none}.CompetitionTable .CompetitionTable_prizesTable th{color:#ffe600;font-weight:600;font-size:13px;border-bottom:1px solid rgba(68,68,68,.2);background:none}.CompetitionTable .CompetitionTable_prizesTable td:first-child,.CompetitionTable .CompetitionTable_prizesTable th:first-child{text-align:left;color:#fff;font-weight:600;min-width:90px;background:none}.CompetitionTable .CompetitionTable_prizesTable td{font-size:15px;font-weight:500}@media (max-width: 360px){.CompetitionTable .CompetitionTable_prizesTable td{font-size:12px;font-weight:500}}.CompetitionTable .CompetitionTable_prizesBlock>div{font-size:12px;color:#cacaca;margin-top:3px}.CompetitionScores{position:relative;width:100%;height:100%;overflow:hidden;padding-top:40px}@media (max-width: 390px){.CompetitionScores .cup{width:150px;height:auto;margin-right:0;margin-top:0;position:relative;z-index:2;pointer-events:none;flex-shrink:0}}@media (max-width: 350px){.CompetitionScores .cup{width:140px;height:auto;margin-right:0;margin-top:0;position:relative;z-index:2;pointer-events:none;flex-shrink:0}}.CompetitionScores__header{position:relative;z-index:1}.CompetitionScores .elipse{position:absolute;border-radius:50%;filter:blur(50px);z-index:0}.CompetitionScores .elipse.elipse1{width:112px;height:61.73px;filter:blur(35px);top:58px;left:275px;background:#f8f244}.CompetitionScores .elipse.elipse2{width:152.02px;height:70.45px;top:39.69px;left:187px;opacity:.5;transform:rotate(-12.03deg);background:#fff}.CompetitionScores .elipse.elipse3{width:152.02px;height:70.45px;top:63.69px;left:148px;transform:rotate(-12.03deg);background:#4c8fff}.CompetitionScores .cup{position:absolute;z-index:1;width:180px;top:-32px;right:13px;pointer-events:none}@media (max-width: 390px){.CompetitionScores .cup{width:150px;top:-30px}}@media (max-width: 350px){.CompetitionScores .cup{width:130px;top:-30px}}.CompetitionScores_label-wrapper{position:relative;z-index:2;display:inline-block;background-color:#353a40;padding:4px 12px;border-radius:20px;margin-left:16px;width:fit-content}.CompetitionScores_label{color:#fff;font-weight:400;font-size:12px}.CompetitionScores_name{max-width:150px;font-size:24px;font-weight:medium;color:#fff;margin-top:8px;margin-left:16px}.CompetitionScores_dates{margin-top:8px;margin-left:16px;font-size:16px;color:#adafb9;font-weight:regular}.CompetitionScores_winners{margin-top:16px;margin-left:16px;margin-bottom:8px;font-weight:500;font-size:18px}.CompetitionScores_resultTitle{margin-top:16px;margin-left:16px;margin-bottom:16px;font-size:18px;font-weight:500}.CompetitionScores_table{position:relative}.CompetitionScores .CompetitionScores_participant_card{display:flex;flex-direction:row;align-items:center;padding:12px;background-color:rgba(215,238,255,.08);border-radius:12px;margin-top:8px;margin-left:16px;margin-right:16px;border:none}.CompetitionScores .CompetitionScores_participant_card--current{background-color:rgba(76,143,255,.2);border:1px solid #4C8FFF}.CompetitionScores .CompetitionScores_prize{display:flex;align-items:center;background-color:var(--bg);border-radius:8px;padding:5px 8px;height:24px;align-self:flex-start;margin-top:8px;margin-left:8px}.CompetitionScores .CompetitionScores_prize img{width:16px;height:16px;flex-shrink:0;margin-right:8px}.CompetitionScores .CompetitionScores_prize span{font-size:12px;color:#fff;font-weight:400;white-space:nowrap;margin:0;padding:0}.CompetitionScores_result{margin-left:16px;margin-top:24px;margin-bottom:8px;font-size:16px;font-weight:500;color:#fff}.CompetitionScores_avatar{width:56px;height:56px;border-radius:8px;object-fit:cover}.CompetitionScores_info{display:flex;flex-direction:column;justify-content:flex-start}.CompetitionScores_participantName{margin-left:12px;font-size:12px;font-weight:500;line-height:14px}.CompetitionScores_meta{display:flex;align-items:center;margin-top:8px}.CompetitionScores_amount{margin-left:12px;font-weight:500;font-size:18px;line-height:16px}.CompetitionScores_timeTook{color:#757782;font-weight:400;font-size:12px;margin-left:8px}.CompetitionScores_place-wrapper{margin-left:auto;width:56px;height:56px;background-color:rgba(119,255,0,.2);border-radius:8px;display:flex;flex-direction:column;align-items:center}.CompetitionScores_number{font-weight:500;line-height:22px;font-size:24px;margin-top:8px}.CompetitionScores_place_label{font-weight:400;font-size:12px;line-height:14px;margin-top:4px}.CompetitionScores_name{font-size:24px}@media (max-width: 360px){.CompetitionScores_name{font-size:20px}}@media (min-width: 430px){.CompetitionScores_name{font-size:28px}}.CompetitionScores_statusTag{margin-top:8px;margin-left:16px;padding:4px 8px;border-radius:1000px;background:rgba(255,96,90,.2);color:#f6322a;font-weight:400;font-size:14px;line-height:14px;display:flex;align-items:center;justify-content:center;width:fit-content}.CompetitionScores_scroll-loader{display:flex;justify-content:center;align-items:center;min-height:200px}.CompetitionScores__spinner{width:48px;height:48px;border:6px solid rgba(255,255,255,.2);border-top-color:rgba(255,255,255,.8);border-radius:50%;animation:spin .8s linear infinite;opacity:.9}@keyframes spin{to{transform:rotate(360deg)}}.CompetitionScores_scroll-empty{display:flex;align-items:center;justify-content:center;min-height:120px;color:#b0b8c5;font-size:17px;font-weight:500;background:rgba(255,255,255,.03);border-radius:12px;margin:12px 0;text-align:center;letter-spacing:.1px}.CompetitionScores_prizesBlock{background:rgba(255,255,255,.07);border-radius:12px;margin:0 16px 12px;padding:16px 20px 10px;box-sizing:border-box}.CompetitionScores_prizesTable{width:100%;border-collapse:collapse;margin-bottom:4px}.CompetitionScores_prizesTable th,.CompetitionScores_prizesTable td{text-align:center;font-size:14px;padding:6px;white-space:nowrap;font-weight:500;color:#fff;border:none}.CompetitionScores_prizesTable th{color:#ffe600;font-weight:600;font-size:13px;border-bottom:1px solid rgba(68,68,68,.2);background:none}.CompetitionScores_prizesTable td:first-child,.CompetitionScores_prizesTable th:first-child{text-align:left;color:#fff;font-weight:600;min-width:90px;background:none}.CompetitionScores_prizesTable td{font-size:15px;font-weight:500}.CompetitionTabs{display:flex;width:100%;margin-bottom:16px;padding-left:16px;padding-right:16px;position:relative}.CompetitionTabs:after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:1px;background:#4e505a;pointer-events:none;z-index:0}.CompetitionTabs_tab{flex:1 1 0;text-align:center;background:none;border:none;color:#aaa;font-size:17px;font-weight:500;padding:10px 0 8px;border-bottom:2px solid transparent;cursor:pointer;transition:color .2s,border-color .2s}.CompetitionTabs_tab.active{color:#ffe600;border-bottom:2px solid #ffe600}.DivisionSelectWrapper{margin-left:16px;margin-bottom:10px}.DivisionSelect{padding:6px 12px;font-size:16px;border-radius:8px;border:1px solid #4C8FFF;background:#23263a;color:#fff}.LeagueRules{background:rgba(255,255,255,.08);border-radius:10px;padding:10px 16px;color:#ccc;margin:0 16px 14px;font-size:13px}.JumpToMeButton{position:fixed;bottom:94px;right:16px;z-index:9999;width:64px;height:64px;border-radius:50%;box-shadow:0 4px 24px rgba(0,0,0,.4);border:3px solid #ffe600;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:box-shadow .2s}.JumpToMeButton:hover{box-shadow:0 6px 32px rgba(255,230,0,.6),0 6px 32px rgba(0,0,0,.267)}.JumpToMeButton img{width:54px;height:54px;border-radius:50%;object-fit:cover;background:#ddd;box-shadow:0 2px 10px rgba(136,136,136,.2)}@media (max-width: 430px) and (min-width: 390px){.CompetitionScores_participant_card{flex-direction:column;align-items:flex-start;text-align:left;padding:12px}.CompetitionScores_avatar{margin-bottom:8px}.CompetitionScores_info{align-items:flex-start;margin-left:8px}.CompetitionScores_participantName{margin-left:0;font-size:14px;line-height:16px}.CompetitionScores_meta{flex-direction:column;align-items:flex-start;gap:4px;margin-top:4px}.CompetitionScores_amount{margin-left:0;font-size:16px}.CompetitionScores_timeTook{margin-left:0;font-size:12px}.CompetitionScores .CompetitionScores_prize{align-self:flex-start;margin-left:0}.CompetitionScores_place-wrapper{margin:12px 0 0 auto}}.CompetitionScores_participant_card{flex-direction:column;align-items:flex-start;text-align:left;padding:12px}.CompetitionScores_avatar{margin-bottom:8px}.CompetitionScores_info{align-items:flex-start;margin-left:8px}.CompetitionScores_participantName{margin-left:0;font-size:14px;line-height:16px}.CompetitionScores_meta{flex-direction:column;align-items:flex-start;gap:4px;margin-top:8px}.CompetitionScores_amount{margin-left:0;font-size:16px}.CompetitionScores_timeTook{margin-left:0;font-size:12px}.CompetitionScores .CompetitionScores_prize{align-self:flex-start;margin-left:0}.Profile{position:relative;width:100%;height:100%;overflow:hidden;color:#fff;padding-top:40px}.Profile .elipse{position:absolute;border-radius:50%;filter:blur(50px);z-index:0}.Profile .elipse.elipse1{width:112px;height:61.73px;filter:blur(40px);top:4px;left:283px;background:#672fe1}.Profile .elipse.elipse2{width:152px;height:70px;top:29px;left:187px;filter:blur(70px);background:#fff}.Profile .elipse.elipse3{width:152px;height:70px;top:53px;left:148px;filter:blur(70px);background:#4c8fff}.Profile_header{font-size:24px;font-weight:500;line-height:22px;margin-top:22px;margin-left:16px;position:relative;z-index:2}.Profile_user-block{display:flex;margin-top:16px;margin-left:16px;position:relative;z-index:2}.Profile_user-info{display:flex;flex-direction:column;margin-left:12px;flex:1}.Profile_avatar{width:74px;height:74px;border-radius:8px;object-fit:cover}.Profile_username{font-size:18px;font-weight:500;line-height:16px}.Profile_earn-row{display:flex;align-items:baseline;gap:6px}.Profile .Profile_vehicle-row{margin-top:6px;font-size:14px;color:#ffe600;font-family:Raleway,sans-serif;display:flex;align-items:center;gap:8px}.Profile .Profile_vehicle-label{font-size:12px;font-weight:400;color:#adafb9}.Profile .Profile_vehicle-info{color:#ffe600}.Profile .Profile_vehicle-number{font-size:14px;font-weight:400;color:#adafb9;margin-left:4px;letter-spacing:1px}.Profile .Profile_vehicle-details{margin-top:6px;font-size:15px;color:#ffe600;font-family:Raleway,sans-serif}.Profile .Profile_vehicle-details>div{margin-bottom:2px;color:#fff}.Profile .Profile_vehicle-details>div span{color:#ffe600}.Profile_earn-label{font-size:12px;font-weight:400;color:#adafb9}.Profile_earn-amount{font-size:18px;font-weight:500;color:#fff;font-variant-numeric:tabular-nums}.Profile_divider{margin-top:12px;margin-left:16px;margin-right:16px;height:1px;background-color:#424b51}.Profile_big_label{font-size:16px;font-weight:500;margin-top:12px;margin-left:16px}.Profile_discount_table{display:flex;flex-direction:column;gap:8px;margin:12px 16px 0}.Profile_discount_card{background-color:#2c2f36;border-radius:12px;padding:8px 16px;display:flex;justify-content:space-between;align-items:center}.Profile_discount_label{font-size:16px;font-weight:400;color:#adafb9}.Profile_discount_value{font-size:16px;font-weight:400;color:#fff}.Profile_big_label2{font-size:16px;font-weight:500;margin-top:20px;margin-left:16px}.Profile_small_label{font-size:12px;color:#adafb9;margin-top:16px;margin-left:16px;margin-right:16px}.Profile_get_discount_table{margin:16px}.Profile_get_discount_card1{background-color:rgba(119,255,0,.2);padding:8px 16px;border-radius:12px;margin-bottom:8px}.Profile_get_discount_card2{background-color:rgba(225,178,47,.2);padding:8px 16px;border-radius:12px;margin-bottom:8px}.Profile_get_discount_card3{background-color:rgba(76,143,255,.2);padding:8px 16px;border-radius:12px;margin-bottom:8px}.Profile_get_discount_text{font-size:16px;font-weight:400}.Profile .Profile_button{display:block;margin:12px auto 0;padding:8px 16px;font-size:16px;font-weight:500;cursor:pointer}.Profile .Profile_username-row{display:flex;justify-content:space-between;align-items:center;padding-right:16px}.Profile .Profile_username{font-size:18px;font-weight:500;line-height:16px}.Profile .Profile_edit-button{background:none;border:none;color:#fff;font-size:18px;cursor:pointer;padding:0}.Profile_second-username-section{margin-top:16px;padding:0 16px}.Profile_nick-edit{display:flex;gap:10px;margin-top:8px}.Profile_second_username_label{font-size:16px;font-weight:500}.Profile_input{padding:8px;font-size:16px;border-radius:8px;border:1px solid #444;background:#2c2f36;color:#fff;width:100%;font-family:Raleway,sans-serif}.Profile_button{background-color:gray;cursor:pointer;font-size:16px;color:#fff;padding:8px 12px;border:none;border-radius:6px}.Profile_button:hover{background-color:#666;transform:scale(1.05)}.Profile_button:disabled{opacity:.6;cursor:not-allowed}.Profile_button_save{background-color:var(--bg);cursor:pointer;font-size:16px;color:#fff;padding:6px 8px;border:none;border-radius:6px}.Profile_button_save:hover{background-color:#666;transform:scale(1.05)}.Profile_button_save:disabled{opacity:.6;cursor:not-allowed}.Profile_nick-display{display:flex;align-items:center;gap:10px;margin-top:8px}.Profile_nick-value{font-weight:500}.RulesModal_button{margin-left:16px;width:calc(100% - 32px);border:1px solid var(--Background-colors-UI-BG-Button-hover, #F8F244);background:var(--Background-colors-Secondary-Secondary-transparent, rgba(215, 238, 255, .0784313725));color:var(--Background-colors-UI-BG-Button-hover, #F8F244);font-family:Raleway,sans-serif;font-weight:600;font-size:14px;line-height:100%;letter-spacing:0%;font-variant-numeric:lining-nums proportional-nums;padding:10px 16px;border-radius:8px;cursor:pointer;transition:background .2s ease,transform .2s ease}.RulesModal_button:hover{background:rgba(248,242,68,.1);transform:scale(1.03)}.RulesModal_button:active{transform:scale(.98)}.Profile_tournaments_block{margin:16px;background:rgba(255,255,255,.05);border-radius:12px;padding:16px;color:#fff}.Profile_tournaments_title{font-size:16px;font-weight:500;margin-left:16px;margin-top:16px}.Profile_tournaments_table{width:100%;border-collapse:collapse;font-size:14px}.Profile_tournaments_table th,.Profile_tournaments_table td{padding:8px 6px;text-align:left;border-bottom:1px solid rgba(68,68,68,.4)}.Profile_tournaments_table th{font-weight:600;color:#ccc}.Profile_tournaments_table td{color:#eee}.Profile_tournaments_table tr:last-child td{border-bottom:none}.Profile_league_wrap{display:flex;flex-direction:column}.Profile_division_text{font-size:12px;color:#aaa;margin-top:2px}.LeagueLabel{display:inline-block;padding:2px 8px;border-radius:12px;font-size:13px;font-weight:500;width:fit-content}.LeagueLabel.green{background:rgba(61,144,46,.2);color:#3d902e}.LeagueLabel.blue{background:rgba(76,143,255,.2);color:#4c8fff}.LeagueLabel.yellow{background:rgba(248,242,68,.2);color:#f8f244}.Profile_tournament_join{margin-top:18px;margin-left:16px;width:calc(100% - 32px);border:1.5px solid #24bd43;background:rgba(36,189,67,.07);color:#24bd43;font-family:Raleway,sans-serif;font-weight:600;font-size:14px;line-height:100%;letter-spacing:0%;font-variant-numeric:lining-nums proportional-nums;padding:10px 16px;border-radius:8px;cursor:pointer;transition:background .2s ease,transform .2s ease}.Profile_tournament_join:hover{background:rgba(36,189,67,.16);transform:scale(1.03)}.Profile_tournament_join:active{transform:scale(.98)}.Profile_tournament_leave{margin-top:18px;margin-left:16px;width:calc(100% - 32px);border:1.5px solid #ea2828;background:rgba(234,40,40,.07);color:#ea2828;font-family:Raleway,sans-serif;font-weight:600;font-size:14px;line-height:100%;letter-spacing:0%;font-variant-numeric:lining-nums proportional-nums;padding:10px 16px;border-radius:8px;cursor:pointer;transition:background .2s ease,transform .2s ease}.Profile_tournament_leave:hover{background:rgba(234,40,40,.16);transform:scale(1.03)}.Profile_tournament_leave:active{transform:scale(.98)}.ConfirmModalOverlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.8);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999}.ConfirmModal{position:relative;background-color:#1e1f23;border-radius:16px;padding:28px 28px 24px;max-width:380px;min-width:300px;width:100%;display:flex;flex-direction:column;gap:20px;color:#fff;box-shadow:0 6px 28px rgba(34,34,34,.533);text-align:center}.ConfirmModal_text{font-size:18px;margin-bottom:8px;color:#fff;font-family:Raleway,sans-serif;font-weight:500}.ConfirmModal_btns{display:flex;flex-direction:row;gap:14px;justify-content:center}.ConfirmModal_yes,.ConfirmModal_no{flex:1 1 0;padding:12px 0;font-size:16px;font-family:Raleway,sans-serif;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background .18s,color .18s,transform .12s}.ConfirmModal_yes{background-color:#24bd43;color:#fff}.ConfirmModal_yes:hover{background:#18a636;color:#fff;transform:scale(1.04)}.ConfirmModal_yes:active{transform:scale(.98)}.ConfirmModal_no{background-color:#ea2828;color:#fff}.ConfirmModal_no:hover{background:#bd1919;color:#fff;transform:scale(1.04)}.ConfirmModal_no:active{transform:scale(.98)}.Profile_vehicle-search-row{margin-top:16px;margin-left:16px;margin-right:16px}.Profile_vehicle-input-wrapper{display:flex;align-items:center;gap:0}.Profile_vehicle-input{flex:1 1 0;padding:12px;border-radius:8px 0 0 8px;border:1px solid #444;background:#2c2f36;color:#fff;font-size:16px;font-family:Raleway,sans-serif}.Profile_vehicle-save{padding:12px 20px;border-radius:0 8px 8px 0;border:none;background:#f8f244;color:#232323;font-weight:600;font-size:16px;cursor:pointer;transition:background .16s}.Profile_vehicle-save:hover:not(:disabled){background:rgba(248,242,68,.19)}.Profile_vehicle-save:disabled{opacity:.6;cursor:not-allowed}.Profile_vehicle-suggestions{top:46px;left:0;width:100%;background:#232323;border-radius:0 0 12px 12px;box-shadow:0 3px 12px rgba(34,34,34,.333);z-index:12;max-height:210px;overflow-y:auto}.Profile_vehicle-suggestion{padding:10px 14px;color:#ffe600;font-size:16px;cursor:pointer;display:flex;align-items:center;border-bottom:1px solid rgba(51,51,51,.2666666667)}.Profile_vehicle-suggestion:last-child{border-bottom:none}.Profile_vehicle-suggestion:hover{background:#2c2f36;color:#fff}.Profile_vehicle-suggestion-info{margin-left:10px;color:#b0b0b0;font-size:14px;font-weight:400}.Profile_vehicle-loading{margin-top:6px;font-size:14px;color:#b0b0b0;font-style:italic}.Profile_tabs{display:flex;width:100%;padding-left:16px;padding-right:16px;padding-top:16px;position:relative;z-index:1}.Profile_tabs:after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:1px;background:#4e505a;pointer-events:none;z-index:0}.Profile_tabs_tab{flex:1 1 0;text-align:center;background:none;border:none;color:#aaa;font-size:17px;font-weight:500;padding:10px 0 8px;border-bottom:2px solid transparent;cursor:pointer;transition:color .2s,border-color .2s}.Profile_tabs_tab.active{color:#fff;border-bottom:2px solid #ffe600}.Profile_rules{margin-left:8px;margin-right:8px;margin-top:16px}.Profile_rules h2{font-family:Raleway;font-weight:500;font-size:20px;line-height:24px;margin-bottom:12px}.Profile_rules h3{font-family:Raleway;font-weight:500;font-size:14px;line-height:14px;letter-spacing:0%;font-variant-numeric:lining-nums proportional-nums;margin-top:16px;margin-bottom:6px}.Profile_rules p{font-family:Raleway;font-weight:400;font-size:12px;line-height:14px;letter-spacing:0%;font-variant-numeric:lining-nums proportional-nums;color:#adafb9;margin-bottom:8px}.Profile_rules .Profile_prizes{display:flex;flex-direction:column;gap:4px;margin-top:8px}.Profile_rules .Profile_prize{font-family:Raleway;font-size:12px;font-weight:500;line-height:14px;border-radius:8px;padding:6px 10px;width:fit-content}.Profile_rules .Profile_prize--gold{background-color:rgba(119,255,0,.2);color:#fff;font-size:18px;font-weight:400}.Profile_rules .Profile_prize--silver{background-color:rgba(225,178,47,.2);color:#fff;font-size:18px;font-weight:400}.Profile_rules .Profile_prize--bronze{background-color:rgba(76,143,255,.2);color:#fff;font-size:18px;font-weight:400;margin-bottom:8px}.Profile_rules .Profile_highlight{font-weight:600;color:#2f70c9}.Profile_scroll{position:absolute;top:150px;bottom:75px;left:0;right:0;overflow-y:auto}.Profile_rules{color:#fff;font-family:Raleway,Arial,sans-serif;font-size:16px;line-height:1.6;background:none}.Profile_rules h2{font-size:20px;font-weight:700;margin:16px 0 8px}.Profile_rules h2 b,.Profile_rules h3 b{font-weight:900}.Profile_rules p,.Profile_rules div,.Profile_rules ul,.Profile_rules ol,.Profile_rules table,.Profile_rules th,.Profile_rules td{color:#fff;font-size:16px}.Profile_rules ol,.Profile_rules ul{margin-left:22px;margin-bottom:10px;padding-left:0;font-size:16px}.Profile_rules li{margin-bottom:4px;line-height:1.5}.Profile_rules .Profile_rules__mainwin{font-size:18px;font-weight:700;margin-bottom:6px}.Profile_rules .Profile_rules__kavram-table,.Profile_rules .Profile_rules__prize-table{width:100%;border-collapse:collapse;background:transparent;margin:14px 0 16px;border-radius:10px;overflow:hidden}.Profile_rules .Profile_rules__kavram-table caption{color:#e6e6e6;font-size:14px;margin-bottom:6px;font-weight:700;caption-side:top}.Profile_rules .Profile_rules__kavram-table td{border:1px solid #e6e6e6;background:rgba(255,255,255,.04);padding:14px 12px;vertical-align:top;font-size:16px}.Profile_rules .Profile_rules__prize-table th,.Profile_rules .Profile_rules__prize-table td{border:1px solid #e6e6e6;background:transparent;padding:8px 12px;text-align:center;font-size:16px}.Profile_rules .Profile_rules__prize-table th{font-weight:800;background:rgba(255,255,255,.08)}.Profile_rules .Profile_rules__prize-table tr:nth-child(2n) td{background:rgba(255,255,255,.05)}.Profile_rules a{color:#fff;text-decoration:underline;font-weight:700}.RulesModal_overlay{position:fixed;top:0;left:0;z-index:1000;width:100vw;height:100vh;background-color:rgba(0,0,0,.75);display:flex;justify-content:center;align-items:center}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px) scale(.95) rotateX(10deg)}to{opacity:1;transform:translateY(0) scale(1) rotateX(0)}}@keyframes modalFadeOut{0%{opacity:1;transform:translateY(0) scale(1) rotateX(0)}to{opacity:0;transform:translateY(30px) scale(.95) rotateX(10deg)}}.RulesModal_modal{position:relative;width:90%;height:95%;background-color:var(--bg);border-radius:12px;padding:16px;overflow-y:auto;box-shadow:0 0 20px rgba(0,0,0,.4);animation:modalFadeIn .4s ease-out forwards;transform-origin:top center;transition:opacity .4s ease,transform .4s ease}.RulesModal_modal.closing{animation:modalFadeOut .35s ease-out forwards}.RulesModal_close{position:absolute;top:12px;right:16px;font-size:42px;font-weight:700;color:#fff;background:none;border:none;cursor:pointer;z-index:10;transition:transform .2s ease}.RulesModal_close:hover{transform:scale(1.2)}.RulesModal_content{padding-top:50px;height:100%}.Profile_rules__prize-table{width:100%;margin-top:12px;border-collapse:collapse}.Profile_rules__prize-table th,.Profile_rules__prize-table td{padding:6px 12px;text-align:center;border:1px solid #444;font-size:14px;color:#fff}.Profile_rules__prize-table th{background-color:#2e2e3e;color:#ffe600}.Profile_rules__prize-table td{background-color:#1c1c2b}.ProfileRewards{max-height:calc(100vh - 300px);overflow-y:auto;overflow-x:hidden;width:100%;padding:36px 16px;position:relative}.ProfileRewards_container{width:100%;height:100%;z-index:2}@keyframes sway-left{0%,to{transform:rotate(0)}50%{transform:rotate(-7deg)}}@keyframes sway-right{0%,to{transform:rotate(0)}50%{transform:rotate(7deg)}}.ProfileRewards_leaf{position:absolute;top:24px;width:120px;height:auto;z-index:1}.ProfileRewards_leaf.left{left:0;padding-left:16px;animation:sway-left 4s ease-in-out infinite;transform-origin:center center}.ProfileRewards_leaf.right{right:0;padding-right:16px;animation:sway-right 4s ease-in-out infinite;transform-origin:center center}.ProfileRewards_bg{position:absolute;top:-100px;left:50%;transform:translate(-50%);width:100%;height:auto;z-index:0;opacity:1}.ProfileRewards_content{position:relative;z-index:2;text-align:center;color:#fff}.ProfileRewards_sidebar{flex:0 0 180px;text-align:center}.ProfileRewards_title{font-size:16px;color:#adafb9;margin-bottom:4px}.ProfileRewards_count{font-size:32px;font-weight:700;margin-bottom:16px}.ProfileRewards_icons{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:12px}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-2px)}to{transform:translateY(0)}}.ProfileRewards_icon{width:36px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:6px;background:transparent;transition:transform .2s;z-index:1;animation:float 3s ease-in-out infinite}.ProfileRewards_icon:hover{transform:scale(1.1)}.ProfileRewards_img{width:100%;height:100%;object-fit:contain}.ProfileRewards_income_block{display:inline-block;border-radius:1000px;padding:2px 8px;background-color:rgba(215,238,255,.16);font-size:16px}.ProfileRewards_main{padding-top:70px}.ProfileRewards_list{margin-top:16px;display:flex;flex-direction:column;gap:16px}.RewardCard{display:flex;justify-content:space-between;align-items:center;background:rgba(255,255,255,.05);border-radius:12px;padding:8px 12px;color:#fff;width:100%}.RewardCard.earned{background:linear-gradient(to right,#4caf50 40%,rgba(255,255,255,.05) 40%)}.RewardCard_left{display:flex;align-items:center;gap:12px}.RewardCard_icon img{width:48px;height:48px;object-fit:contain}.RewardCard_icon:hover{transform:scale(1.1)}.RewardCard_texts{display:flex;flex-direction:column}.RewardCard_title{font-size:16px;font-weight:700;margin-bottom:2px}.RewardCard_subtitle{font-size:13px;color:#ccc}.RewardCard_progressText{display:flex;flex-direction:column;align-items:center;font-size:12px;color:#adafb9;background:rgba(255,255,255,.05);border-radius:8px;padding:4px 8px;line-height:1.2}.RewardCard_statusBlock{display:flex;flex-direction:column;align-items:center;gap:4px}.RewardCard_statusLabel{background:rgba(119,255,0,.2);color:#3bff00;font-size:14px;font-weight:600;padding:4px 10px;text-align:center;border-radius:8px}.RewardCard_statusDate{font-size:13px;color:#aaa}.RewardsNotification{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-in-out;overflow:hidden}.RewardsNotification_content2{background:rgba(0,0,0,.7);max-width:400px;height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-shadow:0 0 20px rgba(0,0,0,.4);animation:scaleIn .3s ease;z-index:2}.RewardsNotification_card2{display:flex;flex-direction:column;align-items:center;gap:16px;margin:24px 0;position:relative;perspective:800px}.RewardImageWrapper2{width:128px;height:128px;animation:float2 3s ease-in-out infinite;position:relative;touch-action:none;user-select:none;z-index:4;transform-style:preserve-3d;display:flex;align-items:center;justify-content:center;overflow:visible;perspective:1000px}.glow-circle{position:absolute;top:30%;left:50%;width:220px;height:220px;transform:translate(-50%,-50%);background:radial-gradient(rgba(59,255,0,.4),transparent 60%);border-radius:50%;filter:blur(40px);animation:glowRotate 4s linear infinite;z-index:0}.RewardImageWrapper2 img{width:100%;height:100%;display:block;pointer-events:none;backface-visibility:hidden;transform-style:preserve-3d;will-change:transform}.RewardsNotification_text h3,.RewardsNotification_content h2{margin:0;font-size:20px;color:#fff}.RewardsNotification_text p,.RewardsNotification_content p{color:#fff;margin:4px 0 0;font-weight:700}.CloseReward_Button{margin-top:24px;padding:10px 20px;background-color:rgba(119,255,0,.2);color:#3bff00;border:none;border-radius:6px;font-weight:700;cursor:pointer;transition:background-color .2s ease}.CloseReward_Button:hover{background-color:#727272}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes float2{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes glowRotate{0%{filter:hue-rotate(0deg) blur(40px)}to{filter:hue-rotate(360deg) blur(40px)}}.firework,.firework:before,.firework:after{--initialSize: .8vmin;--finalSize: 60vmin;--particleSize: .3vmin;--color1: yellow;--color2: khaki;--color3: white;--color4: lime;--color5: gold;--color6: mediumseagreen;--y: -50vmin;--x: -50%;--initialY: 90vmin;content:"";animation:firework 1.8s cubic-bezier(.4,0,.2,1) infinite;position:absolute;top:50%;left:50%;transform:translate(-50%,var(--y));width:var(--initialSize);aspect-ratio:1;background:radial-gradient(circle,var(--color1) var(--particleSize),rgba(0,0,0,0) 0) 50% 0%,radial-gradient(circle,var(--color2) var(--particleSize),rgba(0,0,0,0) 0) 100% 50%,radial-gradient(circle,var(--color3) var(--particleSize),rgba(0,0,0,0) 0) 50% 100%,radial-gradient(circle,var(--color4) var(--particleSize),rgba(0,0,0,0) 0) 0% 50%,radial-gradient(circle,var(--color5) var(--particleSize),rgba(0,0,0,0) 0) 80% 80%,radial-gradient(circle,var(--color6) var(--particleSize),rgba(0,0,0,0) 0) 20% 80%;background-size:var(--initialSize) var(--initialSize);background-repeat:no-repeat;z-index:3}.firework:nth-child(2){--x: 30vmin;left:30%;top:60%;animation-delay:-.25s;--color1: pink;--color2: violet;--color3: fuchsia;--color4: orchid;--color5: plum;--color6: lavender;--finalSize: 40vmin}.firework:nth-child(3){--x: -30vmin;--y: -50vmin;left:70%;top:60%;animation-delay:-.4s;--color1: cyan;--color2: lightcyan;--color3: lightblue;--color4: PaleTurquoise;--color5: SkyBlue;--color6: lavender;--finalSize: 35vmin}@keyframes firework{0%{transform:translate(var(--x),var(--initialY));width:var(--initialSize);opacity:1}50%{width:.5vmin;opacity:1}to{width:var(--finalSize);opacity:0}}.BottomMenu{font-family:Raleway,sans-serif;position:absolute;bottom:40px;left:0;width:100%;height:64px;background-color:rgba(39,41,48,.5);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;justify-content:space-between;align-items:center;z-index:10;padding:0 16px;box-sizing:border-box}.BottomMenu_button{flex:1;height:100%;background:none;border:none;font-size:14px;color:#fff;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.BottomMenu_button.active{color:#f8f244;font-weight:500}.BottomMenu_icon{width:24px;height:24px}.BottomMenu_divider{width:1px;height:32px;background-color:#4e505a}.BottomMenu_button{font-size:12px}@media (min-width: 430px){.BottomMenu_button{font-size:14px}}.AuthModal__overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.8);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:9999}.AuthModal__content{position:relative;background-color:#1e1f23;border-radius:16px;padding:24px;max-width:380px;display:flex;flex-direction:column;gap:16px;color:#fff}.AuthModal__close{position:absolute;top:-6px;right:24px;background:none;border:none;font-size:36px;font-weight:700;color:#bbb;cursor:pointer;transition:color .2s ease}.AuthModal__close:hover{color:#fff}.AuthModal__input{padding:12px;font-size:16px;border-radius:8px;border:1px solid #444;background:#2c2f36;color:#fff;width:100%;font-family:Raleway,sans-serif}.AuthModal__checkbox-row{display:flex;align-items:center;font-size:14px;color:#fff;gap:8px;margin-top:16px;margin-bottom:16px}.AuthModal__button{padding:12px;background-color:#fff;color:#000;border:none;border-radius:8px;font-weight:500;font-size:16px;cursor:pointer;transition:background-color .2s;width:100%}.AuthModal__button:disabled{background-color:#696b6d;cursor:not-allowed}.AuthModal__checkbox-row a{color:#b0b0b0;text-decoration:underline;transition:color .2s}.AuthModal__checkbox-row a:hover{color:#fff}.AuthModal__checkbox-row a{color:var(--text-muted, #B0B0B0)}.IntroSlider__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.85);display:flex;justify-content:center;align-items:center;z-index:9999}.IntroSlider__card{background:#1e1f23;border-radius:12px;padding:24px;max-width:90%;width:320px;text-align:center}.IntroSlider__controls{display:flex;justify-content:space-between;align-items:center;margin-top:24px}.IntroSlider__text{padding-top:8px}.IntroSlider__button{display:flex;padding-left:5px;padding-right:5px;padding-bottom:4px;justify-content:center;align-items:center;background-color:gray;border-radius:8px;border:none;cursor:pointer;font-size:20px;color:#fff;transition:background-color .2s ease,transform .2s ease}.IntroSlider__button:hover{background-color:#666;transform:scale(1.05)}.IntroSlider__button:active{transform:scale(.95)}.IntroSlider__dots{display:flex;gap:6px}.IntroSlider__dots span{width:8px;height:8px;border-radius:50%;background:gray}.IntroSlider__dots span.active{background:#000}:root{--dark: #26292E;--bg: #17181C;--light: #FFFFFF;--green: #77FF00;--blue: #4C8FFF;--yellow: #E1B22F}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;font-family:inherit}body{font-family:Raleway,sans-serif;margin:0;padding:0;background-color:var(--bg);color:var(--light);min-height:100vh;overflow-x:hidden;font-variant-numeric:tabular-nums;font-feature-settings:"lnum" 1}
