.Avatar-module__avatar{align-items:center;display:inline-flex;flex-direction:column;font-family:sans-serif;width:4rem}.Avatar-module__avatar-icon{align-items:center;background:var(--gray-200);border-radius:50%;display:inline-flex;height:2.3rem;justify-content:center;position:relative;width:2.3rem}.Avatar-module__avatar-icon svg{border-radius:50%;height:1.8rem;width:1.8rem;fill:var(--gray-700)}.Avatar-module__status-indicator{border:.125rem solid #fff;border-radius:50%;height:.625rem;position:absolute;right:-.25rem;top:0;width:.625rem}.Avatar-module__stop-indicator{background:var(--red-500);border-radius:.25rem;color:#fff;font-family:monospace;font-size:.6rem;font-weight:700;padding:0 .125rem;position:absolute;top:calc(50% - .5rem)}.Avatar-module__online .Avatar-module__status-indicator{background-color:var(--green-500)}.Avatar-module__offline .Avatar-module__status-indicator{background-color:var(--red-500)}.Avatar-module__activity-indicator{align-items:center;background:var(--gray-100);border:.125rem solid #fff;border-radius:50%;bottom:-.4rem;display:flex;height:1.3rem;position:absolute;right:-1rem;width:1.3rem}.Avatar-module__activity-indicator svg{display:flex;height:1.3rem;margin:auto;width:1.3rem}.Avatar-module__activity-indicator .Avatar-module__icon-confirmed{fill:var(--green-500);background:var(--green-100)}.Avatar-module__activity-indicator .Avatar-module__icon-inactive{fill:var(--red-500)}.Avatar-module__activity-indicator .Avatar-module__icon-remove{fill:var(--blue-500);cursor:pointer}.Avatar-module__activity-indicator .Avatar-module__icon-remove:hover{background:var(--gray-300)}.Avatar-module__activity-indicator .Avatar-module__icon-remove:active{background:var(--gray-400)}.Avatar-module__nickname-container{overflow:hidden;width:100%}.Avatar-module__nickname{font-size:.8rem;overflow:hidden;padding:.2rem .125rem 0;text-align:center;text-overflow:ellipsis;white-space:nowrap}.Avatar-module__offline .Avatar-module__nickname{text-decoration:line-through}.AvatarList-module__avatar-list-header{align-items:center;display:flex;flex-direction:row;height:1.5rem;justify-content:space-between}.AvatarList-module__avatar-list-header h2{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AvatarList-module__avatar-list{display:flex;flex-direction:row;list-style-type:none;margin:1rem 0 0;overflow:hidden;padding:0}.AvatarList-module__avatar-list li{flex-shrink:0;margin-bottom:.25rem}.AvatarList-module__show-all-avatars{flex-wrap:wrap}li.AvatarList-module__kicked-players{list-style-type:none;margin-left:auto;padding:0;width:3rem}.AvatarList-module__icon{align-items:center;background:var(--gray-200);border-radius:50%;display:flex;height:2.3rem;justify-content:center;position:relative;width:2.3rem}.AvatarList-module__icon svg{height:1.8rem;width:1.8rem;fill:var(--red-500)}.AvatarList-module__caret{background:var(--gray-100);border-radius:50%;bottom:-.4rem;cursor:pointer;height:1.1rem;position:absolute;right:-.6rem;width:1.1rem}.AvatarList-module__caret:hover{background:var(--gray-300)}svg.AvatarList-module__caret{height:1.4rem;width:1.4rem;fill:var(--blue-500)}.AvatarList-module__count{font-size:.8rem;overflow:hidden;padding:.2rem .125rem 0;text-align:center;text-overflow:ellipsis;white-space:nowrap}.Btn-module__btn{background-image:none;border:1px solid transparent;border-radius:4px;cursor:pointer;display:inline-block;font-weight:400;margin-bottom:0;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.Btn-module__btn:focus,.Btn-module__btn:hover{text-decoration:none}.Btn-module__btn.Btn-module__disabled,.Btn-module__btn[disabled]{-webkit-box-shadow:none;box-shadow:none;cursor:not-allowed;filter:alpha(opacity=65);opacity:.65}.Btn-module__small{border-radius:3px;font-size:12px;line-height:1.5;padding:1px 5px}.Btn-module__medium{border-radius:4px;font-size:14px;line-height:1.42857143;padding:6px 12px}.Btn-module__large{border-radius:6px;font-size:18px;line-height:1.3333333;padding:10px 16px}.Btn-module__xxl{display:block;font-size:3em;margin:10px 0;padding:20px}@media (max-width:767px){.Btn-module__xxl{font-size:2em;padding:20px 5px}}.Btn-module__block{display:block;width:100%}.Btn-module__block+.Btn-module__block{margin-top:10px}.Btn-module__default,.Btn-module__default:focus,.Btn-module__default[disabled]:hover{background-color:#fff;border-color:#ccc;color:#333}.Btn-module__default.Btn-module__active,.Btn-module__default:active,.Btn-module__default:hover{background-color:#d4d4d4;border-color:#8c8c8c;color:#333}.Btn-module__primary,.Btn-module__primary:focus,.Btn-module__primary[disabled]:hover{background:#2b9cf5;border:1px solid #2b9cf5;color:#fff}.Btn-module__primary.Btn-module__active,.Btn-module__primary:active,.Btn-module__primary:hover{background-color:#337ab7;border-color:#2e6da4;color:#fff}.Btn-module__danger{background-color:#d9534f;border-color:#d43f3a;color:#fff}.Btn-module__danger.Btn-module__active,.Btn-module__danger:active,.Btn-module__danger:hover{background-color:#ac2925;border-color:#761c19;color:#fff}.Btn-module__link{background-color:transparent;border-color:transparent;border-radius:0;color:#337ab7;font-weight:400}.Btn-module__link.Btn-module__active,.Btn-module__link:active,.Btn-module__link:hover{background-color:transparent;color:#23527c;text-decoration:underline}.AvailableGame-module__availableGame>a{background-color:var(--body-bg-color);color:var(--body-text-color);display:block;padding:.5rem;text-decoration:none}.AvailableGame-module__availableGame>a:hover{background-color:var(--gray-200);text-decoration:none}.AvailableGame-module__availableGame>a header{align-items:center;display:flex;flex-direction:row;font-size:1rem}.AvailableGame-module__availableGame .AvailableGame-module__config{display:flex;flex-direction:row;margin-left:auto}.AvailableGame-module__availableGame .AvailableGame-module__property{align-items:center;display:flex;margin-left:auto;padding-left:.5rem}.AvailableGame-module__availableGame .AvailableGame-module__property svg{height:1.2rem;margin-bottom:.1rem;margin-right:.2rem;width:1.2rem;fill:var(--gray-600)}.AvailableGame-module__availableGame p{margin:.5rem 0}.AvailableGame-module__availableGame footer{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.AvailableGame-module__availableGame footer a{margin-left:auto}:root{font-size:16px;--font-weight-xbold:900;--font-weight-bold:700;--font-weight-medium:500;--font-weight-semibold:500;--font-weight-light:300;--font-weight-normal:400;--h1-font-size:3rem;--h2-font-size:2.25rem;--h3-font-size:1.75rem;--h4-font-size:1.5rem;--h5-font-size:1.25rem;--h6-font-size:1.125rem;--gray-100:#f8f9fa;--gray-200:#e9ecef;--gray-300:#dee2e6;--gray-400:#ced4da;--gray-500:#adb5bd;--gray-600:#6c757d;--gray-700:#495057;--gray-800:#343a40;--gray-900:#212529;--blue-100:#e7f3fc;--blue-200:#cfe7f9;--blue-300:#add8f0;--blue-400:#85c2e8;--blue-500:#2b9cf5;--blue-550:#1877f2;--blue-600:#2a6496;--blue-700:#1f4f78;--blue-800:#163754;--blue-900:#0d263b;--green-100:#e8f5e9;--green-200:#c8e6c9;--green-300:#a5d6a7;--green-400:#81c784;--green-500:#4caf50;--green-600:#43a047;--green-700:#388e3c;--green-800:#2e7d32;--green-900:#1b5e20;--red-50:#ffebeb;--red-100:#ffcdd2;--red-200:#ef9a9a;--red-300:#e57373;--red-400:#ef5350;--red-500:#f44336;--red-600:#e53935;--red-700:#d32f2f;--red-800:#c62828;--red-900:#b71c1c;--yellow-50:#fffde7;--yellow-100:#fff9c4;--yellow-200:#fff59d;--yellow-300:#fff176;--yellow-400:#ffee58;--yellow-500:#ffeb3b;--yellow-600:#fdd835;--yellow-700:#ecb22e;--yellow-800:#eea236;--yellow-900:#f57f17;--primary-color:var(--blue-500);--success-color:var(--green-500);--info-color:var(--blue-300);--warning-color:var(--yellow-700);--danger-color:var(--red-500);--primary-bg-color:var(--blue-100);--success-bg-color:var(--green-100);--info-bg-color:var(--blue-100);--warning-bg-color:var(--yellow-50);--danger-bg-color:var(--red-100);--primary-border-color:var(--blue-700);--success-border-color:var(--green-700);--info-border-color:var(--blue-400);--warning-border-color:var(--yellow-800);--danger-border-color:var(--red-700);--body-bg-color:#fff;--body-text-color:var(--gray-900);--link-text-color:var(--primary-color);--link-hover-color:var(--blue-700);--link-active-color:var(--blue-700);--link-visited-color:var(--primary-color);--headings-font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;--headings-font-weight:var(--font-weight-bold);--headings-margin-bottom:0;--headings-line-height:1.3;--headings-color:var(--body-text-color);--victory-points-color:#fa7403}.AvailableGameList-module__availableGameList>header{align-items:start;display:flex;flex-direction:row;justify-content:space-between;padding-right:.5rem}.AvailableGameList-module__availableGameList .AvailableGameList-module__empty{color:var(--gray-700);font-size:.8rem;margin:0;padding:1rem 0 .5rem;text-align:center}.AvailableGameList-module__availableGameList>footer{text-align:center}.BoxContent-module__boxContent{background:hsla(0,0%,100%,.75);border:2px solid #ddd;border-radius:.5rem;margin-bottom:1rem;padding:.625rem}.BoxContent-module__boxContent h2{color:#3d464d;font-size:1rem;font-weight:400;margin-top:.25rem}.BoxContent-module__boxContent h4{color:#aaa;font-size:.8rem;font-weight:700;margin-top:0}.Modal-module__modal{background-color:#000;background-color:rgba(0,0,0,.4);height:100%;left:0;overflow:auto;padding-top:13rem;position:fixed;top:0;width:100%;z-index:10}@media (max-width:767px){.Modal-module__modal{padding-top:5rem}}.Modal-module__modalContent{background-color:#fefefe;border-radius:.25rem;-webkit-box-shadow:0 .25rem .25rem rgba(0,0,0,.5);box-shadow:0 .25rem .25rem rgba(0,0,0,.5);margin:auto;padding:1rem;position:relative;width:24rem}@media (max-width:400px){.Modal-module__modalContent{width:90%}}.Modal-module__flagCenterInRootGame{margin:0}.Modal-module__modalContent header{font-weight:700;margin-bottom:.625rem}.Modal-module__modalContent footer{display:flex;flex-direction:row;justify-content:space-between}.Modal-module__close svg{height:1.5rem;width:1.5rem}.Modal-module__close{background:var(--body-bg-color);border:0;border-radius:50%;cursor:pointer;display:inline-flex;padding:0;position:absolute;right:.75rem;top:.75rem}.Modal-module__close:focus,.Modal-module__close:hover{background:var(--gray-200);color:#000;cursor:pointer;text-decoration:none}.Chat-module__chat ul{list-style-type:none;max-height:150px;overflow:hidden;overflow-y:auto;padding:0}.Chat-module__chat ul li{padding:0 3px}.Chat-module__actionButton{bottom:15px;margin-bottom:0;padding-top:15px;position:fixed;right:15px;z-index:997}.Chat-module__actionButton a{background-color:#2b9cf5;border:1px solid #ddd;border-radius:50%;-webkit-box-shadow:3px 3px 5px 0 hsla(0,0%,87%,.72);-moz-box-shadow:3px 3px 5px 0 hsla(0,0%,87%,.72);box-shadow:3px 3px 5px 0 hsla(0,0%,87%,.72);color:#fff;cursor:pointer;display:inline-block;font-size:30px;height:57px;line-height:52px;overflow:hidden;padding:0;position:relative;text-align:center;text-decoration:none;-webkit-transition:background-color .3s;transition:background-color .3s;vertical-align:middle;width:57px;z-index:1}.Chat-module__actionButton a:focus,.Chat-module__actionButton a:hover{text-decoration:none}.Chat-module__actionButton a b{background:#d9534f;border-radius:3px;bottom:10px;color:#fff;font-size:13px;line-height:12px;padding:1px 2px;position:absolute;right:10px}.GameResultsRow-module__game-result-row{align-items:center;background-color:hsla(0,0%,97%,.5);display:flex;flex-direction:column;margin:1rem auto .5rem;width:100%}.GameResultsRow-module__flag-me{font-weight:700}.GameResultsRow-module__game-score{display:grid;font-family:monospace;font-size:1.1rem;grid-template-columns:2rem auto auto;padding:0}.GameResultsRow-module__game-score span{overflow:hidden;white-space:nowrap}.GameResultsRow-module__global-score{display:flex;font-size:.7rem;justify-content:start;margin-left:4rem;width:100%}.GameResultsRow-module__global-score button:first-child{margin-left:0}.GameResultsRow-module__global-score button:last-child{margin-right:.5rem}.GameResultsRow-module__global-score p{align-items:center;background:var(--victory-points-color);border-radius:.2rem;color:#fff;display:flex;justify-content:center;margin-top:.2rem;padding:.2rem}.GameResultsRow-module__global-score p b{padding-left:.25rem}.Reaction-module__reaction{align-items:center;background:var(--gray-100);border:.0625rem solid var(--gray-100);border-radius:.8rem;color:var(--body-text-color);cursor:pointer;display:inline-flex;font-size:.8rem;justify-content:center;line-height:.9rem;margin-left:.3rem;padding:.2rem;text-decoration:none;user-select:none}.Reaction-module__reaction span{line-height:1;padding:.3rem .1rem .1rem}.Reaction-module__reaction span:focus-visible{outline:none}.Reaction-module__reaction:focus-visible{outline:var(--blue-500)}.Reaction-module__reaction svg{fill:var(--gray-700);width:1.25rem}.Reaction-module__reaction-add{padding-right:.25rem}.Reaction-module__reaction-add svg{width:1.255rem}.Reaction-module__reaction-add:hover svg circle{fill:var(--yellow-700)}.Reaction-module__reaction:hover{border:.0625rem solid var(--gray-500);text-decoration:none}.Reaction-module__reaction-active{background:var(--blue-100);border-color:var(--blue-550);color:var(--blue-550);font-weight:700}.Reaction-module__reaction-disabled{cursor:not-allowed;text-decoration:none}.Reaction-module__reaction-disabled,.Reaction-module__reaction-disabled:hover{border:.0625rem solid var(--gray-200)}.ReactionBox-module__reactionBox{display:inline;position:relative}.ReactionBox-module__overlay{background-color:#fff;border:.0625rem solid var(--gray-100);border-radius:.5rem;box-shadow:0 .25rem .35rem rgba(0,0,0,.1);display:flex;padding:.3rem}.ReactionBox-module__overlay button:first-child{margin-left:0}.GameResultsBox-module__game-results h3{font-size:1.8rem;margin:0;padding:.5rem}.GameResultsBox-module__game-results ul{margin:0 auto 1rem;padding:.5rem}.GameResultsBox-module__game-results ul li:first-child>div:first-child{font-size:1.4rem}.GameResultsBox-module__game-results ul li:nth-child(2)>div:first-child{font-size:1.2rem}.GameResultsBox-module__game-results ul li:nth-child(3)>div:first-child{font-size:1.1rem}.GameResultsBox-module__game-results-toggle{cursor:pointer;text-align:center}.Chip-module__chip{align-items:center;background:transparent;border:.0625rem solid transparent;border-radius:.4rem;color:var(--body-text-color);cursor:pointer;display:inline-flex;font-size:.9rem;justify-content:center;margin:.2rem;text-decoration:none;user-select:none}.Chip-module__chip span{padding:.125rem .3125rem}.Chip-module__chip span:focus-visible{outline:none}.Chip-module__chip:focus-visible{outline:var(--blue-500)}.Chip-module__chip svg{height:1.35rem;width:1.35rem;fill:var(--blue-550)}@media (min-width:768px){.Chip-module__chip:active,.Chip-module__chip:focus,.Chip-module__chip:hover{background:var(--gray-100);border-color:var(--blue-500);text-decoration:none}}.Chip-module__chip-outline:active,.Chip-module__chip-selected,.Chip-module__chip-selected:focus,.Chip-module__chip-selected:hover{background:#7096ab;border-color:var(--blue-500);color:#fff}.Chip-module__chip-outline{background:var(--gray-100);border-color:var(--blue-500);color:var(--body-text-color)}.Chip-module__chip-outline:active,.Chip-module__chip-outline:focus,.Chip-module__chip-outline:hover{background:var(--gray-300);color:var(--gray-900)}.Chip-module__chip-outline span{padding-right:0}.CategorySelectorBox-module__header{display:flex;justify-content:space-between;padding-bottom:.5rem}.CategorySelectorBox-module__available-lists{border-bottom:1px solid var(--gray-300);border-radius:.5rem;margin-bottom:.5rem;overflow:hidden;padding-bottom:.2rem}.CategorySelectorBox-module__available-lists button{margin-top:0}.CategorySelectorBox-module__search-categories{margin-bottom:.5rem}.CategorySelectorBox-module__selected-categories{border-top:1px solid var(--gray-300);margin-bottom:.5rem;margin-top:1rem;padding-top:.5rem}.CategorySelectorBox-module__selected-categories-shuffle{align-items:center;display:inline-flex;font-weight:700;padding-left:.25rem;padding-right:.25rem;text-decoration:none}.CategorySelectorBox-module__selected-categories-shuffle svg{height:1rem;fill:var(--blue-600)}.CategorySelectorBox-module__selected-categories-shuffle:hover svg{fill:#23527c}.CategorySelectorBox-module__controls{text-align:right}.CategorySelectorBox-module__more-categories{font-size:1.2rem;margin-top:.5rem;padding-right:.3rem;text-align:right}@media (max-width:767px){.CategorySelectorBox-module__more-categories{font-size:1rem}}.CategorySelectorBox-module__pagination-dots{display:flex;gap:.5rem;justify-content:center;margin-top:.5rem}.CategorySelectorBox-module__pagination-dots button{background-color:var(--gray-200);border:none;border-radius:50%;cursor:pointer;height:.8rem;padding:0;transition:background-color .2s ease;width:.8rem}.CategorySelectorBox-module__pagination-dots button.CategorySelectorBox-module__active{background-color:var(--gray-800)}.CategorySelectorBox-module__offline-mode{align-items:center;display:flex;font-size:1.2rem;justify-content:right;text-align:right}@media (max-width:767px){.CategorySelectorBox-module__offline-mode{font-size:1rem}}.CategorySelectorBox-module__offline-mode a{display:block}.CategorySelectorBox-module__offline-mode svg{fill:var(--blue-500);display:inline-block;margin-left:.5rem}.HorizontalScroller-module__wrapper{position:relative}.HorizontalScroller-module__scroller{overflow-x:auto;overflow-y:hidden;touch-action:pan-x;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none;cursor:grab}.HorizontalScroller-module__scroller::-webkit-scrollbar{height:0}.HorizontalScroller-module__row{display:inline-flex;white-space:nowrap}.HorizontalScroller-module__dragging .HorizontalScroller-module__scroller{cursor:grabbing;touch-action:none}.HorizontalScroller-module__dragging .HorizontalScroller-module__row{user-select:none;-webkit-user-select:none}.HorizontalScroller-module__edge{background:transparent;border:0;bottom:0;cursor:pointer;outline:none;padding:0;position:absolute;top:0;width:2.5rem;z-index:2}.HorizontalScroller-module__edgeLeft{background:linear-gradient(to right,var(--gray-200),transparent);left:0}.HorizontalScroller-module__edgeRight{background:linear-gradient(to left,var(--gray-200),transparent);right:0}.HorizontalScroller-module__edge:hover{filter:brightness(.98)}.LangSelector-module__container{text-align:right}.LangSelector-module__displaySelected{align-items:center;color:var(--blue-500);display:inline-flex;font-size:1rem;text-decoration:none}.LangSelector-module__displaySelected svg{fill:var(--blue-500)}.LangSelector-module__displaySelected:hover svg{fill:var(--blue-600)}.LangSelector-module__flag{display:block;height:26px;margin-bottom:.125rem;margin-right:.5rem;width:26px}.LangSelector-module__langSelector{align-items:center;display:inline-flex;gap:8px}.LangSelector-module__langSelector svg{fill:var(--blue-500)}.LangSelector-module__langSelector:hover svg{fill:var(--blue-600)}.Loading-module__loading-container{padding-top:1.25rem;text-align:center}.Loading-module__loading-heading{font-size:1.5rem;font-weight:var(--font-weight-bold);margin-bottom:.625rem}.Loading-module__loading-spinner-container{padding:2rem 0 5rem}.Loading-module__loading-ellipsis{display:inline-block;height:2rem;position:relative;width:10rem}.Loading-module__loading-ellipsis div{animation-timing-function:cubic-bezier(0,1,1,0);background:var(--primary-color);border-radius:50%;height:1.625rem;position:absolute;top:.1875rem;width:1.625rem}.Loading-module__loading-ellipsis div:first-child{animation:Loading-module__loading-ellipsis1 .6s infinite;left:1rem}.Loading-module__loading-ellipsis div:nth-child(2){animation:Loading-module__loading-ellipsis2 .6s infinite;left:1rem}.Loading-module__loading-ellipsis div:nth-child(3){animation:Loading-module__loading-ellipsis2 .6s infinite;left:4rem}.Loading-module__loading-ellipsis div:nth-child(4){animation:Loading-module__loading-ellipsis3 .6s infinite;left:7rem}@keyframes Loading-module__loading-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes Loading-module__loading-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes Loading-module__loading-ellipsis2{0%{transform:translate(0)}to{transform:translate(3rem)}}.Loader-module__loader{aspect-ratio:2;width:1.5rem;--_g:no-repeat radial-gradient(circle closest-side,var(--gray-500) 90%,#0000);animation:Loader-module__l3 1s linear infinite;background:var(--_g) 0 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:33.33333% 50%}@keyframes Loader-module__l3{20%{background-position:0 0,50% 50%,100% 50%}40%{background-position:0 100%,50% 0,100% 50%}60%{background-position:0 50%,50% 100%,100% 0}80%{background-position:0 50%,50% 50%,100% 100%}}.Message-module__message{border:.0625rem solid transparent;border-radius:.5rem;font-size:1rem;margin-bottom:.5rem;padding:1rem}.Message-module__info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.Message-module__default{background-color:#fff;border-color:#ccc;color:#333}.Message-module__danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.Message-module__warning{background-color:#fff3cd;border-color:#ffeeba;color:#856404}.ModalCustomNick-module__btnShuffle svg{height:1.2rem}.ModalLogin-module__wrapper .ModalLogin-module__facebook{background:#3b5998;border-color:rgba(0,0,0,.2);color:#fff;padding-left:34px;position:relative}.ModalLogin-module__wrapper .ModalLogin-module__facebook:hover{background:#2d4373;color:#fff}.ModalLogin-module__wrapper .ModalLogin-module__google{background:#dd4b39;border-color:rgba(0,0,0,.2);color:#fff;padding-left:34px;position:relative}.ModalLogin-module__wrapper .ModalLogin-module__google:hover{background:#c23321;color:#fff}.ModalLogin-module__wrapper .ModalLogin-module__microsoft{background-color:#2672ec;border-color:rgba(0,0,0,.2);color:#fff;padding-left:34px;position:relative}.ModalLogin-module__wrapper .ModalLogin-module__microsoft:hover{background-color:#125acd;color:#fff}.ModalLogin-module__wrapper svg{border-right:thin solid rgba(0,0,0,.2);height:32px;left:0;position:absolute;top:0}.ModalLogin-module__wrapper .ModalLogin-module__google svg{padding:5px}nav.NavBar-module__nav{background-color:#f8f8f8;border:1px solid #eee;height:50px;width:100%}@media (max-width:767px){nav.NavBar-module__nav{overflow-y:hidden}}nav.NavBar-module__nav ul{list-style-type:none;margin:0;padding:0}@media (max-width:767px){nav.NavBar-module__nav ul{overflow:hidden}}nav.NavBar-module__nav li{float:left}nav.NavBar-module__nav li a{display:block;text-align:center;text-decoration:none}nav.NavBar-module__nav li.NavBar-module__logo a small{color:#777;font-size:.8em}nav.NavBar-module__nav li.NavBar-module__logo a{color:#333;font-size:27px;height:48px;padding-left:10px;padding-top:8px;position:relative}@media (max-width:767px){nav.NavBar-module__nav li.NavBar-module__logo a{font-size:18px;padding-top:14px}}nav.NavBar-module__nav li.NavBar-module__logo a span{background-color:#343a40;border-radius:3px;color:#fff;font-size:9px;font-weight:700;padding:1px 3px 0;position:absolute;right:0;top:3px}@media (max-width:767px){nav.NavBar-module__nav li.NavBar-module__logo a span{font-size:8px}}nav.NavBar-module__nav li.NavBar-module__langSelector section{padding:13px}@media (max-width:767px){nav.NavBar-module__nav li.NavBar-module__langSelector section{padding:13px 7px}}nav.NavBar-module__nav li.NavBar-module__right{float:right}nav.NavBar-module__nav li.NavBar-module__right a.NavBar-module__link{color:#777;cursor:pointer;padding:12px 14px 6px 12px}@media (max-width:767px){nav.NavBar-module__nav li.NavBar-module__right a.NavBar-module__link{padding:12px 7px 6px}}nav.NavBar-module__nav li.NavBar-module__right a.NavBar-module__link:hover{background:#eee}nav.NavBar-module__nav li.NavBar-module__right a.NavBar-module__profile{background:#e7e7e7;color:#000;cursor:default;padding:1px 14px 0}@media (max-width:767px){nav.NavBar-module__nav li.NavBar-module__right a.NavBar-module__profile{padding:1px 7px 0}}@media (max-width:350px){nav.NavBar-module__nav li.NavBar-module__right a.NavBar-module__profile{max-width:70px;overflow:hidden}}nav.NavBar-module__nav li.NavBar-module__right a.NavBar-module__profile img{display:inline-block;height:48px;margin-left:-9px;width:48px}nav.NavBar-module__nav li.NavBar-module__right a.NavBar-module__profile div{display:inline-block;padding:13px 0;vertical-align:top}@media (max-width:767px){nav.NavBar-module__nav li.NavBar-module__right a.NavBar-module__profile div{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}nav.NavBar-module__nav li.NavBar-module__right .NavBar-module__loginBtn{margin:7px}.Player-module__chip{align-items:center;background:var(--gray-200);border-radius:2rem;display:inline-flex;font-size:.8rem;justify-content:space-between;margin-bottom:.2rem;margin-right:.2rem;max-width:100%;padding:0 .2rem 0 0}.Player-module__chip.Player-module__chip-block{display:flex;margin-right:0}.Player-module__chip.Player-module__chip-offline{text-decoration:line-through}.Player-module__chip .Player-module__chip-icon{align-items:center;border:.0625rem solid var(--gray-300);border-radius:50%;color:#fff;display:inline-flex;flex-shrink:0;height:2rem;justify-content:center;margin-right:.3rem;text-align:center;width:2rem}.Player-module__chip .Player-module__chip-icon svg{height:1.5rem;width:1.5rem;fill:var(--gray-700)}.Player-module__chip.Player-module__chip-offline .Player-module__chip-icon{background:var(--red-500);border:.0625rem solid var(--red-300)}.Player-module__chip.Player-module__chip-online .Player-module__chip-icon{background:var(--green-500);border:.0625rem solid var(--green-300)}.Player-module__chip.Player-module__chip-offline .Player-module__chip-icon svg,.Player-module__chip.Player-module__chip-online .Player-module__chip-icon svg{fill:var(--gray-200)}.Player-module__chip-left{align-items:center;display:flex;justify-content:center;margin-right:.3rem;max-width:100%;overflow:hidden}.Player-module__chip-left .Player-module__text-ellipsis{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Player-module__chip-left .Player-module__text-ellipsis,.Player-module__chip-left b{padding-top:.2rem}.Player-module__chip .Player-module__chip-activity{align-items:center;display:flex;justify-content:center}.Player-module__chip .Player-module__chip-activity svg{height:1.5rem;width:1.5rem}.Player-module__chip .Player-module__chip-activity .Player-module__chip-remove{background:var(--gray-100);border:0;border-radius:50%;cursor:pointer;display:inline-flex;padding:0}.Player-module__chip .Player-module__chip-activity svg.Player-module__icon-close-small{fill:var(--blue-500)}.Player-module__chip .Player-module__chip-activity svg.Player-module__icon-confirmed{fill:var(--green-500)}.Player-module__chip .Player-module__chip-activity svg.Player-module__icon-inactive{fill:var(--red-500)}.Player-module__chip .Player-module__chip-activity .Player-module__chip-remove:active,.Player-module__chip .Player-module__chip-activity .Player-module__chip-remove:hover{background:var(--gray-400)}.PlayerList-module__player-list{padding:0}.PlayerList-module__player-list-inline{display:flex;flex-wrap:wrap}.Knob-module__knob{svg{circle{fill:transparent;stroke-width:.8rem;stroke:var(--primary-color);&:first-of-type{stroke:var(--gray-300)}}text{fill:var(--primary-color)}}}li.RoundResultsRow-module__result-row{align-items:flex-start;border-bottom:.125rem solid var(--gray-200);display:flex;flex-direction:row;list-style-type:none;padding:.5rem 0 .2rem;width:100%}li.RoundResultsRow-module__result-row:first-of-type{padding-top:0}li.RoundResultsRow-module__result-row:last-of-type{border-bottom:none;padding-bottom:0}.RoundResultsRow-module__left{flex-shrink:0;padding-top:.3rem}.RoundResultsRow-module__center{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;max-width:100%;overflow:hidden;padding-left:.5rem;text-overflow:ellipsis}.RoundResultsRow-module__center p{font-size:1.3rem;margin:0;overflow:hidden;padding:0;text-overflow:ellipsis}.RoundResultsRow-module__center .RoundResultsRow-module__vote-controls{margin-top:.4rem}@media (max-width:767px){.RoundResultsRow-module__center p{font-size:1.2rem;white-space:wrap}.RoundResultsRow-module__center p a svg{height:1.2rem;width:1.2rem;fill:var(--blue-500)}}.RoundResultsRow-module__center p a{align-items:center;border-radius:50%;cursor:pointer;display:inline-flex;justify-content:center;margin-left:.3rem}.RoundResultsRow-module__center p a svg{height:1.3rem;width:1.3rem;fill:var(--blue-500)}.RoundResultsRow-module__center p a:active svg,.RoundResultsRow-module__center p a:hover svg{fill:var(--blue-700)}.RoundResultsRow-module__empty-word{color:var(--gray-700)}.RoundResultsRow-module__center ul{margin:0;padding:0}.RoundResultsRow-module__center ul li{display:inline-block}.RoundResultsRow-module__center ul svg{height:2rem;width:2rem}.RoundResultsRow-module__center .RoundResultsRow-module__list-small svg{height:1.5rem;width:1.5rem}@media (max-width:767px){.RoundResultsRow-module__center .RoundResultsRow-module__list-small svg{height:1.2rem;width:1.2rem}}.RoundResultsRow-module__empty-word,.RoundResultsRow-module__invalid-word{color:var(--red-500);text-decoration:line-through;text-decoration-thickness:1px}.RoundResultsRow-module__ai-description p{color:var(--gray-700);font-size:.625rem}.RoundResultsRow-module__ai-description svg{width:.8rem}.RoundResultsRow-module__ai-description .RoundResultsRow-module__ai-valid svg{fill:var(--green-700)}.RoundResultsRow-module__ai-description .RoundResultsRow-module__ai-invalid svg{fill:var(--red-700)}.RoundResultsRow-module__ai-description span{white-space:nowrap;word-break:keep-all}.RoundResultsRow-module__ai-description .RoundResultsRow-module__ai-valid span{color:var(--green-700)}.RoundResultsRow-module__ai-description .RoundResultsRow-module__ai-invalid span{color:var(--red-700)}.RoundResultsRow-module__check,.RoundResultsRow-module__uncheck{border:.125rem solid #fff;border-radius:50%;height:1.3rem;width:1.3rem}.RoundResultsRow-module__check{fill:var(--green-500);background:var(--green-100)}.RoundResultsRow-module__uncheck{fill:var(--red-500);background:var(--red-50)}.RoundResultsRow-module__vote-controls{display:flex;flex-direction:row;justify-content:space-between}.RoundResultsRow-module__vote-controls .RoundResultsRow-module__points{padding:.25rem 0}.RoundResultsRow-module__vote-controls big{font-size:1.5rem;padding:0 1rem}.RoundResultsBox-module__results-box-header{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.RoundResultsBox-module__results-box-header h3{font-size:1.8rem;margin:0;padding:.5rem}.RoundResultsBox-module__results-box-header h3 big{color:var(--blue-500);font-size:1.8rem}.RoundResultsBox-module__results-box-header div{font-size:1.3rem;font-weight:700;padding:.5rem}@media (max-width:767px){.RoundResultsBox-module__results-box-header h3{font-size:1.4rem}.RoundResultsBox-module__results-box-header div{font-size:1.1rem;padding:.5rem}.RoundResultsBox-module__results-box-header h3 big{color:var(--blue-500);font-size:1.4rem}}.RoundResultsBox-module__results-box ul{margin:0;padding:0}.RoundResultsBox-module__header-right{font-size:.7rem;text-align:center;width:4rem;word-spacing:100vw}.RoundSettings-module__round-settings-container{align-items:end;display:flex;font-size:1.5rem;font-weight:var(--font-weight-bold);justify-content:space-between;margin:1rem 0 .5rem}.RoundSettings-module__round-settings-col{align-items:baseline;display:flex;flex-grow:1;justify-content:center;padding:0 .5rem}.RoundSettings-module__round-settings-col big{color:var(--blue-500);display:block;padding-left:.5rem}.RoundSettings-module__timer{height:3rem;width:3rem}@media (max-width:767px){.RoundSettings-module__round-settings-container{font-size:1.1rem;padding:0}.RoundSettings-module__round-settings-col{align-items:center;flex-direction:column}.RoundSettings-module__round-settings-col big{padding-left:0}.RoundSettings-module__timer{height:3.5rem;width:3.5rem}}.Switch-module__switch{position:relative}.Switch-module__switch.Switch-module__sm{height:1rem;width:2rem}.Switch-module__switch.Switch-module__md{height:1.5rem;width:3rem}.Switch-module__switch.Switch-module__lg{height:2rem;width:4rem}.Switch-module__switch .Switch-module__rail{background:var(--red-500);display:block;height:100%;position:relative;transition:background .1s ease-in-out;width:100%}.Switch-module__switch.Switch-module__sm .Switch-module__rail{border-radius:1rem}.Switch-module__switch.Switch-module__md .Switch-module__rail{border-radius:1.5rem}.Switch-module__switch.Switch-module__lg .Switch-module__rail{border-radius:2rem}.Switch-module__switch .Switch-module__rail .Switch-module__dot{align-items:center;background:#fff;border-radius:50%;display:flex;justify-content:center;position:absolute;transition:transform .1s ease-in-out}.Switch-module__switch.Switch-module__sm .Switch-module__rail .Switch-module__dot{height:calc(1rem - 4px);left:2px;top:2px;width:calc(1rem - 4px)}.Switch-module__switch.Switch-module__md .Switch-module__rail .Switch-module__dot{height:calc(1.5rem - 4px);left:2px;top:2px;width:calc(1.5rem - 4px)}.Switch-module__switch.Switch-module__lg .Switch-module__rail .Switch-module__dot{height:calc(2rem - 4px);left:2px;top:2px;width:calc(2rem - 4px)}.Switch-module__switch input{cursor:pointer;height:100%;inset:0;margin:0;opacity:.00001;position:absolute;width:100%;z-index:1}.Switch-module__switch input:checked+.Switch-module__rail{background:var(--green-500)}.Switch-module__switch.Switch-module__sm input:checked+.Switch-module__rail .Switch-module__dot{transform:translateX(1rem)}.Switch-module__switch.Switch-module__md input:checked+.Switch-module__rail .Switch-module__dot{transform:translateX(1.5rem)}.Switch-module__switch.Switch-module__lg input:checked+.Switch-module__rail .Switch-module__dot{transform:translateX(2rem)}.Switch-module__switch input:focus-visible+.Switch-module__rail{box-shadow:0 0 0 .1rem #fff,0 0 0 .2rem blue}.Switch-module__switch input:disabled+.Switch-module__rail{background:var(--gray-300);cursor:not-allowed}.Switch-module__switch input:disabled+.Switch-module__rail .Switch-module__dot{background:var(--gray-100)}.Switch-module__switch .Switch-module__dot.Switch-module__on{fill:var(--green-500)}.Switch-module__switch .Switch-module__dot.Switch-module__off{fill:var(--red-500)}.NextGameControls-module__next-game-controls h3{font-size:1.8rem;margin:0;padding:.5rem}.NextGameControls-module__nextGame{text-align:center}@media (min-width:1200px){.NextGameControls-module__nextGame{font-size:1.8em}}.NextGameControls-module__categorySetList>div{display:block}.NextGameControls-module__categorySetList{margin-top:10px}.NextGameControls-module__categorySetList ul{position:static}.NextGameControls-module__categorySetList li>a{white-space:normal}.NextGameUrl-module__next-game-url{text-align:center}@media (min-width:1200px){.NextGameUrl-module__next-game-url{font-size:1.8em}}.WaitingForNextRound-module__wrapper{margin-bottom:100px;padding-top:10px;text-align:center}.WaitingForNextRound-module__wrapper h2{font-size:24px;font-weight:700;margin-bottom:10px;margin-top:0;padding:0}.WaitingForNextRound-module__timer{height:200px;margin:0 auto;position:relative;width:200px}@media (max-width:767px){.WaitingForNextRound-module__timer{margin-bottom:20px}}.Share-module__wrapper{margin:1.5rem 0}.Share-module__share{padding-right:20px;text-align:right}.Share-module__share .Share-module__text{display:inline-block;height:30px;line-height:2em;vertical-align:top}.Share-module__share>div{display:flex;justify-content:end}.Share-module__share>div>a>span{height:24px;line-height:24px;width:24px}