.ScoreboardPage_container__fUHiI{--game-point-color:#154030;--outline-color:#8fe16b6a;--outline-color:transparent;--main-margin-x:2rem;--main-margin-top:2rem;--main-margin-bottom:2rem;height:100vh;height:100dvh;width:100vw;min-width:360px;min-height:360px;display:grid;grid-template-columns:1fr;grid-template-rows:var(--main-margin-top) 1fr var(--main-margin-bottom);grid-template-areas:"navbar" "main" "footer";background-color:var(--color-fill)}.ScoreboardPage_footer__ojlhR{grid-area:footer;display:flex;justify-content:center;align-items:center;position:relative;text-align:center;color:#333;font-size:.8rem}.ScoreboardPage_navbar__RmkAv{grid-area:navbar;display:flex;justify-content:center;align-items:center}.ScoreboardPage_navbar__RmkAv .ScoreboardPage_logo___0om8{height:70%}.ScoreboardPage_main__jN8iF{background-color:#fff;border-radius:1rem;margin-left:var(--main-margin-x);margin-right:var(--main-margin-x);overflow:hidden;display:flex;justify-content:center;align-items:center}.ScoreboardPage_board__QnDhi{--match-point-row-height:calc(var(--board-height) * 0.17333);--game-point-row-height:calc(var(--board-height) * 0.49333);--player-row-height:calc(var(--board-height) * 0.2);--buttons-row-height:calc(var(--board-height) * 0.13333);display:grid;grid-template-columns:7fr 1fr 7fr;grid-template-rows:1.3fr 3.7fr 1.5fr 1fr;grid-template-areas:"matchPointLeft . matchPointRight" "gamePointLeft gamePointCenter gamePointRight" "playerLeft playerCenter playerRight" "buttons buttons buttons"}.ScoreboardPage_board__QnDhi.ScoreboardPage_viewOnly__REdVr{--match-point-row-height:calc(var(--board-height) * 0.2);--game-point-row-height:calc(var(--board-height) * 0.56923);--player-row-height:calc(var(--board-height) * 0.23077);--buttons-row-height:0px;display:grid;grid-template-columns:7fr 1fr 7fr;grid-template-rows:1.3fr 3.7fr 1.5fr;grid-template-areas:"matchPointLeft . matchPointRight" "gamePointLeft gamePointCenter gamePointRight" "playerLeft playerCenter playerRight"}.ScoreboardPage_board__QnDhi.ScoreboardPage_doubles__4PSNc{--match-point-row-height:calc(var(--board-height) * 0.17333);--game-point-row-height:calc(var(--board-height) * 0.42666);--player-row-height:calc(var(--board-height) * 0.26666);--buttons-row-height:calc(var(--board-height) * 0.13333);display:grid;grid-template-columns:7fr 1fr 7fr;grid-template-rows:1.3fr 3.2fr 2fr 1fr;grid-template-areas:"matchPointLeft . matchPointRight" "gamePointLeft gamePointCenter gamePointRight" "playerLeft playerCenter playerRight" "buttons buttons buttons"}.ScoreboardPage_board__QnDhi.ScoreboardPage_doubles__4PSNc.ScoreboardPage_viewOnly__REdVr{--match-point-row-height:calc(var(--board-height) * 0.2);--game-point-row-height:calc(var(--board-height) * 0.4923);--player-row-height:calc(var(--board-height) * 0.30769);--buttons-row-height:0px;display:grid;grid-template-columns:7fr 1fr 7fr;grid-template-rows:1.3fr 3.2fr 2fr;grid-template-areas:"matchPointLeft . matchPointRight" "gamePointLeft gamePointCenter gamePointRight" "playerLeft playerCenter playerRight"}.ScoreboardPage_matchPointLeft__6_UN6{outline:var(--outline-color) 1px solid;grid-area:matchPointLeft;display:flex;justify-content:end;align-items:end}.ScoreboardPage_matchPointRight__7dsHp{outline:var(--outline-color) 1px solid;grid-area:matchPointRight;display:flex;justify-content:start;align-items:end}.ScoreboardPage_matchPoint__erS9W{outline:var(--outline-color) 1px solid;color:#000;--match-point-font-size:calc(var(--match-point-row-height) * 0.92);font-size:var(--match-point-font-size);font-weight:900;line-height:.7;padding:0;margin:0;overflow:hidden}.ScoreboardPage_gamePointLeft__xnZ8O{outline:var(--outline-color) 1px solid;grid-area:gamePointLeft;display:flex;justify-content:end;align-items:center;padding-right:calc(var(--board-height) * .08)}.ScoreboardPage_gamePointCenter__RQScD{outline:var(--outline-color) 1px solid;grid-area:gamePointCenter;display:flex;justify-content:center;align-items:center}.ScoreboardPage_colon__QnXKs{outline:var(--outline-color) 1px solid;cursor:pointer;width:auto;height:calc(var(--game-point-row-height) * .547)}.ScoreboardPage_colon__QnXKs.ScoreboardPage_doubles__4PSNc{outline:var(--outline-color) 1px solid;cursor:pointer;width:auto;height:calc(var(--game-point-row-height) * .562)}.ScoreboardPage_vs__XdplQ{outline:var(--outline-color) 1px solid;cursor:pointer;width:auto;height:calc(var(--player-row-height) * .23)}.ScoreboardPage_vs__XdplQ.ScoreboardPage_doubles__4PSNc{outline:var(--outline-color) 1px solid;cursor:pointer;width:auto;height:calc(var(--player-row-height) * .15)}.ScoreboardPage_gamePointRight__Quo0t{outline:var(--outline-color) 1px solid;grid-area:gamePointRight;display:flex;justify-content:start;align-items:center;padding-left:calc(var(--board-height) * .08)}.ScoreboardPage_gamePoint__vQEMh{outline:var(--outline-color) 1px solid;color:var(--game-point-color);font-size:calc(var(--game-point-row-height) * 1);font-weight:900;overflow:hidden}.ScoreboardPage_gamePoint__vQEMh.ScoreboardPage_doubles__4PSNc{font-size:calc(var(--game-point-row-height) * 1.148)}.ScoreboardPage_gamePoint__vQEMh.ScoreboardPage_viewOnly__REdVr{font-size:calc(var(--game-point-row-height) * .88)}.ScoreboardPage_gamePoint__vQEMh.ScoreboardPage_doubles__4PSNc.ScoreboardPage_viewOnly__REdVr{font-size:calc(var(--game-point-row-height) * 1)}.ScoreboardPage_playerLeft__4xujv{grid-area:playerLeft;flex-direction:column;align-items:flex-end;padding-right:calc(var(--board-height) * .07);gap:calc(var(--board-height) * .028)}.ScoreboardPage_playerCenter__5duhs,.ScoreboardPage_playerLeft__4xujv{outline:var(--outline-color) 1px solid;display:flex;justify-content:center;overflow:hidden}.ScoreboardPage_playerCenter__5duhs{grid-area:playerCenter;align-items:center}.ScoreboardPage_playerRight__hy5EV{outline:var(--outline-color) 1px solid;grid-area:playerRight;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:calc(var(--board-height) * .07);gap:calc(var(--board-height) * .028);overflow:hidden}.ScoreboardPage_buttons__SVBDu{outline:var(--outline-color) 1px solid;grid-area:buttons;display:grid;align-items:center;grid-template-columns:1.1fr 1.2fr 1fr 1fr 1fr 1.2fr 1.1fr;grid-template-rows:1fr;grid-template-areas:"timeoutBtn addPointBtn undoBtn readyBtn actionBtn timeoutBtn2 addPointBtn2"}.ScoreboardPage_timeoutBtn__yZGWb{grid-area:timeoutBtn;height:100%;display:flex;justify-content:center;align-items:center}.ScoreboardPage_addPointBtn__8CCWh{grid-area:addPointBtn;height:100%;display:flex;justify-content:flex-start;align-items:center}.ScoreboardPage_undoBtn__3pF3T{grid-area:undoBtn}.ScoreboardPage_readyBtn___wX_p,.ScoreboardPage_undoBtn__3pF3T{height:100%;display:flex;justify-content:center;align-items:center}.ScoreboardPage_readyBtn___wX_p{grid-area:readyBtn}.ScoreboardPage_actionBtn___qo6H{grid-area:actionBtn;height:100%;display:flex;justify-content:center;align-items:center}.ScoreboardPage_timeoutBtn2__yxjlB{grid-area:timeoutBtn2;height:100%;display:flex;justify-content:flex-end;align-items:center}.ScoreboardPage_addPointBtn2__kvOpp{grid-area:addPointBtn2;height:100%;display:flex;justify-content:center;align-items:center}.ScoreboardPage_player__GDrlO{--player-height:calc(var(--player-row-height) * 0.5)}.ScoreboardPage_player__GDrlO,.ScoreboardPage_player__GDrlO.ScoreboardPage_doubles__4PSNc{height:var(--player-height);width:calc(var(--player-height) * 4.2);display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.ScoreboardPage_player__GDrlO.ScoreboardPage_doubles__4PSNc{--player-height:calc(var(--player-row-height) * 0.3)}.ScoreboardPage_playerIcon__eAtuN{width:var(--player-height);height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:12}.ScoreboardPage_playerIconImage__V52J3{width:auto;height:calc(var(--player-height) * .6)}.ScoreboardPage_playerInfo__0Ifao{flex:2;height:100%;margin-left:calc(var(--player-height) * -.65);padding-left:calc(var(--player-height) * (.65 + .2));z-index:11;gap:calc(var(--player-height) * .06);border-radius:calc(var(--player-height) * .15);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.ScoreboardPage_serverReceiver__diPM1{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:calc(var(--player-height) * .12);color:#fff}.ScoreboardPage_serverReceiverIndicator__LKYPB{width:auto;height:calc(var(--player-height) * .2)}.ScoreboardPage_serverReceiverIndicatorText__ATMQe{font-size:calc(var(--player-height) * .25)}.ScoreboardPage_playerABBackground__JWzUl{background-color:#02444e}.ScoreboardPage_playerXYBackground__R0Zsg{background-color:#191b31}.ScoreboardPage_playerName__hyfcW{color:#000;font-size:calc(var(--player-height) * .4);font-weight:400;line-height:1;margin:0;padding:0}.ScoreboardPage_whiteText__3ngKH{color:#fff}.ScoreboardPage_button__Us5uJ{--bg:#bdee2b;--hover-bg:#aee212;--active-bg:#a4d411;--text-color:#000;--button-width:calc(var(--buttons-row-height) * 1.2375);background-color:var(--bg);color:var(--text-color);width:var(--button-width);height:calc(var(--button-width) * .4);border:none;border-radius:999px;font-size:calc(var(--button-width) * .125);font-family:sans-serif;cursor:pointer;transition:background-color .2s,box-shadow .2s;box-shadow:0 2px 4px rgba(0,0,0,.1)}.ScoreboardPage_button__Us5uJ:hover{background-color:var(--hover-bg);box-shadow:0 4px 6px rgba(0,0,0,.15)}.ScoreboardPage_button__Us5uJ:active{background-color:var(--active-bg);box-shadow:0 2px 4px rgba(0,0,0,.2)}.ScoreboardPage_clock__xMage{position:absolute;top:calc(var(--main-margin-top) + max(1rem, 1vw));right:calc(var(--main-margin-x) + max(1.4rem, 1.1vw));font-size:max(1rem,calc(var(--match-point-font-size) * .18));font-weight:500;line-height:1.3}@media (orientation:landscape){.ScoreboardPage_container__fUHiI{--main-margin-x:2rem}.ScoreboardPage_board__QnDhi{--board-width:min(calc(100vw - var(--main-margin-x)* 2),calc((100vh - var(--main-margin-top) - var(--main-margin-bottom)) * 3 / 2));--board-aspect-ratio:3/2;--board-height:calc(var(--board-width) * 2 / 3);aspect-ratio:var(--board-aspect-ratio);width:var(--board-width);height:auto}}@media (orientation:portrait){.ScoreboardPage_container__fUHiI{--main-margin-x:1rem;--main-margin-top:2rem;--main-margin-bottom:2rem}.ScoreboardPage_main__jN8iF{--board-width:min(calc(100vw - var(--main-margin-x)* 2),calc((100vh - var(--main-margin-top) - var(--main-margin-bottom)) * 3 / 4));--board-aspect-ratio:3/4;--board-height:calc(var(--board-width) * 4 / 3);--main-height:calc(100vh - var(--main-margin-top) - var(--main-margin-bottom));align-items:flex-start;padding-top:calc((var(--main-height) - var(--board-height)) / 10)}.ScoreboardPage_board__QnDhi{aspect-ratio:var(--board-aspect-ratio);width:var(--board-width);height:auto;display:grid;grid-template-columns:4.5fr 1fr 4.5fr;grid-template-rows:6fr 11fr 5fr 13fr;grid-template-areas:"matchPointLeft . matchPointRight" "gamePointLeft gamePointCenter gamePointRight" "playerLeft playerCenter playerRight" "buttons buttons buttons"}.ScoreboardPage_board__QnDhi.ScoreboardPage_doubles__4PSNc{grid-template-rows:6fr 11fr 9fr 13fr}.ScoreboardPage_main__jN8iF.ScoreboardPage_viewOnly__REdVr{--board-aspect-ratio:12/9;--board-width:min(calc(100vw - var(--main-margin-x)* 2),calc((100vh - var(--main-margin-top) - var(--main-margin-bottom)) * var(--board-aspect-ratio)));--board-height:calc(var(--board-width) / var(--board-aspect-ratio));--main-height:calc(100vh - var(--main-margin-top) - var(--main-margin-bottom));align-items:flex-start;padding-top:calc((var(--main-height) - var(--board-height)) / 10)}.ScoreboardPage_board__QnDhi.ScoreboardPage_viewOnly__REdVr{grid-template-rows:6fr 11fr 6fr}.ScoreboardPage_board__QnDhi.ScoreboardPage_doubles__4PSNc.ScoreboardPage_viewOnly__REdVr,.ScoreboardPage_board__QnDhi.ScoreboardPage_viewOnly__REdVr{aspect-ratio:var(--board-aspect-ratio);width:var(--board-width);height:auto;display:grid;grid-template-columns:4.5fr 1fr 4.5fr;grid-template-areas:"matchPointLeft . matchPointRight" "gamePointLeft gamePointCenter gamePointRight" "playerLeft playerCenter playerRight"}.ScoreboardPage_board__QnDhi.ScoreboardPage_doubles__4PSNc.ScoreboardPage_viewOnly__REdVr{--board-aspect-ratio:12/10;--board-width:min(calc(100vw - var(--main-margin-x)* 2),calc((100vh - var(--main-margin-top) - var(--main-margin-bottom)) * var(--board-aspect-ratio)));--board-height:calc(var(--board-width) / var(--board-aspect-ratio));grid-template-rows:3fr 7fr 5fr}.ScoreboardPage_matchPoint__erS9W{--match-point-font-size:calc(var(--board-width) * 0.15);font-size:var(--match-point-font-size)}.ScoreboardPage_gamePoint__vQEMh,.ScoreboardPage_gamePoint__vQEMh.ScoreboardPage_doubles__4PSNc,.ScoreboardPage_gamePoint__vQEMh.ScoreboardPage_doubles__4PSNc.ScoreboardPage_viewOnly__REdVr,.ScoreboardPage_gamePoint__vQEMh.ScoreboardPage_viewOnly__REdVr{font-size:calc(var(--board-width) * .32)}.ScoreboardPage_colon__QnXKs,.ScoreboardPage_colon__QnXKs.ScoreboardPage_doubles__4PSNc{height:calc(var(--board-width) * .165)}.ScoreboardPage_gamePointLeft__xnZ8O{padding-right:calc(var(--board-width) * .041)}.ScoreboardPage_gamePointRight__Quo0t{padding-left:calc(var(--board-width) * .041)}.ScoreboardPage_vs__XdplQ,.ScoreboardPage_vs__XdplQ.ScoreboardPage_doubles__4PSNc{height:calc(var(--board-width) * .035)}.ScoreboardPage_playerLeft__4xujv{padding-right:calc(var(--board-width) * .028);gap:calc(var(--board-width) * .028)}.ScoreboardPage_playerRight__hy5EV{padding-left:calc(var(--board-width) * .028);gap:calc(var(--board-width) * .028)}.ScoreboardPage_player__GDrlO,.ScoreboardPage_player__GDrlO.ScoreboardPage_doubles__4PSNc,.ScoreboardPage_player__GDrlO.ScoreboardPage_doubles__4PSNc.ScoreboardPage_viewOnly__REdVr,.ScoreboardPage_player__GDrlO.ScoreboardPage_viewOnly__REdVr{--player-height:calc(var(--board-width) * 0.089);height:var(--player-height);width:calc(var(--player-height) * 4.2)}.ScoreboardPage_buttons__SVBDu{padding-top:calc(var(--board-width) * .042);outline:var(--outline-color) 1px solid;grid-area:buttons;display:grid;align-items:center;justify-content:center;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;grid-template-areas:"timeoutBtn . timeoutBtn2" "addPointBtn . addPointBtn2" "undoBtn readyBtn actionBtn"}.ScoreboardPage_button__Us5uJ{--button-width:calc(var(--buttons-row-height) * 0.7);--button-width:calc(var(--board-width) * 0.28);height:calc(var(--button-width) * .3)}.ScoreboardPage_addPointBtn__8CCWh,.ScoreboardPage_timeoutBtn__yZGWb,.ScoreboardPage_undoBtn__3pF3T{justify-content:flex-end}.ScoreboardPage_readyBtn___wX_p{justify-content:center}.ScoreboardPage_actionBtn___qo6H,.ScoreboardPage_addPointBtn2__kvOpp,.ScoreboardPage_timeoutBtn2__yxjlB{justify-content:flex-start}}@media (min-height:800px){.ScoreboardPage_container__fUHiI{--margin-y-value:calc(100vh / 25);--main-margin-top:var(--margin-y-value);--main-margin-bottom:var(--margin-y-value)}}@media (min-width:640px) and (orientation:portrait){.ScoreboardPage_container__fUHiI{--main-margin-x:calc(100vw / 40)}}@media (min-width:800px) and (orientation:landscape){.ScoreboardPage_container__fUHiI{--main-margin-x:calc(100vh / 25)}}.ScoreboardPage_offScreenMenu__hAYhN{background:#213f31;height:100vh;width:100%;max-width:200px;position:fixed;top:0;left:-200px;padding:.5rem 1rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;font-weight:700;color:#fff;transition:left .3s ease;z-index:1000}.ScoreboardPage_offScreenMenu__hAYhN ul{padding:1rem .2rem;font-size:max(1rem,calc(var(--match-point-font-size) * .12))}.ScoreboardPage_offScreenMenu__hAYhN ul li{line-height:2.5}.ScoreboardPage_offScreenMenu__hAYhN ul li:hover{text-decoration:underline}.ScoreboardPage_offScreenMenu__hAYhN.ScoreboardPage_active__EFDHR{left:0}.ScoreboardPage_closeIcon__iowQ3{font-size:max(1.5rem,calc(var(--match-point-font-size) * .18))}.ScoreboardPage_iconLine__IUC1A{margin-bottom:1rem}.ScoreboardPage_iconLine__IUC1A:hover{cursor:pointer;color:var(--game-point-color)}.ScoreboardPage_hamMenu___iuf7{position:absolute;top:calc(var(--main-margin-top) + max(1rem, 1vw));left:calc(var(--main-margin-x) + max(1.4rem, 1.1vw));font-size:max(1.5rem,calc(var(--match-point-font-size) * .18))}.ScoreboardPage_hamMenu___iuf7:hover{cursor:pointer;color:var(--game-point-color)}@font-face{font-family:Noto Sans Mono;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e0c52f526fbc03dc-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Noto Sans Mono;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/d9e090d65184faa8-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Noto Sans Mono;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/12ccb439b5405211-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Noto Sans Mono;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/80b462f395e5a8fb-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Noto Sans Mono;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/acd345cb8796b6b7-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Noto Sans Mono;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/0cd7de84d090f6c4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Noto Sans Mono;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/fccbb07fd316f49e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Noto Sans Mono Fallback;src:local("Arial");ascent-override:79.43%;descent-override:21.77%;line-gap-override:0.00%;size-adjust:134.59%}.__className_c4fb17{font-family:Noto Sans Mono,Noto Sans Mono Fallback;font-weight:500;font-style:normal}.ScoreboardFinishedPage_container__UMl59{--primary-color:#57b1f2;--secondary-color:#8fe16b6a;--outline-color:transparent;--icon-color:#4b5563;--stopwatch-color:#050505;min-height:100vh;min-height:100dvh;display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr auto;grid-template-areas:"navbar" "main" "footer";background-color:var(--color-fill)}.ScoreboardFinishedPage_offScreenMenu__hQJbo{background:#333;height:100vh;width:100%;max-width:200px;position:fixed;top:0;left:-200px;padding:.5rem 1rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;font-weight:700;color:#fff;transition:left .3s ease;z-index:1000}.ScoreboardFinishedPage_offScreenMenu__hQJbo ul{padding:1rem .2rem;font-size:1.2rem}.ScoreboardFinishedPage_offScreenMenu__hQJbo ul li{line-height:2.5rem}.ScoreboardFinishedPage_offScreenMenu__hQJbo.ScoreboardFinishedPage_active__1txDp{left:0}.ScoreboardFinishedPage_nav__oZXCN{display:flex;padding:.5rem 1rem .1rem;position:fixed;top:0;flex-direction:row;justify-content:space-between;align-items:center;grid-area:navbar;color:#fff;outline:var(--outline-color) 1px solid}.ScoreboardFinishedPage_footer__v0edy{grid-area:footer;position:relative;text-align:center;color:#333;padding:0 .3rem .3rem;font-size:.8rem}.ScoreboardFinishedPage_footerLeft__Rz2uj{position:absolute;bottom:.3rem;left:.3rem;font-size:1.2rem;color:#4b5563;cursor:pointer}.ScoreboardFinishedPage_footerRight__NoJf8{position:absolute;bottom:.3rem;right:.3rem;height:2rem;border-radius:.375rem}.ScoreboardFinishedPage_navLeft__iCaA3{flex:1;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;column-gap:1rem}.ScoreboardFinishedPage_navCenter__vQz7c{flex:1;flex-grow:5;display:flex;flex-direction:row;justify-content:center;align-items:center}.ScoreboardFinishedPage_navRight__IGAt5{flex:1;display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.ScoreboardFinishedPage_menu__3C8ZQ{display:flex;flex-direction:row;column-gap:.6rem}.ScoreboardFinishedPage_hamMenu__3nSh0{font-size:1.8rem;color:var(--icon-color);cursor:pointer}.Chartpage_container__2HCE1{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-width:360px}.Chartpage_main__36wfV{width:100%;background-color:#fcfcfc;min-height:100vh;min-height:100dvh;padding:3rem 2rem 2rem}@media screen and (min-width:1000px){.Chartpage_main__36wfV{width:1000px}}.StartPage_container__WxjIb{min-height:100vh;min-height:100dvh;width:100vw;background-color:var(--background);min-width:360px;display:flex;flex-direction:column;align-items:center}.StartPage_header__dg5s6{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center;padding:1.2rem 6% 0}.StartPage_scan__1TPXB :hover{cursor:pointer}.StartPage_logo__jFIw0{cursor:pointer;width:auto;height:2.5rem}.StartPage_loginText__nAj4J{font-size:1.1rem;font-weight:700;cursor:pointer;text-decoration:underline}.StartPage_loginText__nAj4J:hover{text-decoration:underline}.StartPage_main__Hywqc{flex:1;display:flex;flex-direction:row;gap:clamp(1rem,10vw,10rem);padding:2rem 1.5rem;justify-content:center;align-items:center;overflow:hidden}.StartPage_section__9qazs{width:100%}@media (min-width:1300px){.StartPage_section__9qazs{width:1300px}}@media (max-width:660px){.StartPage_main__Hywqc{flex-direction:column;gap:2rem}}.OptionView_popup__HH69J{top:-1000px;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.15);border-radius:6px;padding:.5rem 0;z-index:100}.OptionView_option__hDfHa{padding:.5rem 1rem;white-space:nowrap;cursor:pointer}.OptionView_option__hDfHa.OptionView_selected__aAno_{font-weight:700;text-decoration:underline}.OptionView_option__hDfHa:hover{background-color:#f5f5f5;text-decoration:underline}.Footer_footer__JrJN9{display:flex;flex-direction:row;justify-content:center;padding-bottom:.75rem;padding-left:1rem;padding-right:1rem;text-align:center;font-size:1rem;color:rgba(0,0,0,.807);background-color:transparent;flex-wrap:wrap-reverse}.Footer_footerLeft__WYuSY,.Footer_footerRight__YS7Gi{display:flex;flex-direction:row;justify-content:center;align-items:center;padding-top:.75rem}.Footer_terms__T75O_{display:flex;margin-left:1.2rem;margin-right:1.2rem}.Footer_footer__JrJN9 a{padding:0 5px}.Footer_footer__JrJN9 a:hover{text-decoration:underline}.Footer_multiLangIcon__PvKIQ{font-size:1.5rem}.Footer_multiLang__AV0B1{display:flex;flex-direction:row;align-items:center}.Footer_multiLang__AV0B1 span{margin-left:.3rem;cursor:pointer}.Footer_multiLang__AV0B1 span:hover{text-decoration:underline}.Footer_langPopup__njEif{top:-1000px;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.15);border-radius:6px;padding:.5rem 0;z-index:100}.Footer_langOption__9uPpc{padding:.5rem 1rem;white-space:nowrap;cursor:pointer}.Footer_langOption__9uPpc:hover{background-color:#f5f5f5;text-decoration:underline}.IconWithLabel_outterBox___vqt2{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 1rem 0;border-radius:12px;background-color:var(--color-fill);box-shadow:0 2px 4px rgba(0,0,0,.2)}.IconWithLabel_outterBox___vqt2:hover{cursor:pointer}.IconWithLabel_iconBox__7SnaR{width:100%;height:100%;display:flex;width:clamp(268px,30vw,360px);align-items:center;justify-content:center;background-color:#0a2132;border-radius:8px}.IconWithLabel_label__Hpzlq{padding:.4rem;font-size:"1.1rem"}@media (max-width:660px) and (max-height:690px){.IconWithLabel_iconBox__7SnaR{width:clamp(200px,20vh,268px)}}