@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);.GameHeader{position:relative;display:flex;align-items:center;height:56px;max-width:var(--max-width-content);padding:0 16px;margin:0 auto}@media (min-width:768px){.GameHeader{height:76px;padding:0 20px}}.GameHeader--menu-active{background-color:var(--base-color)}.GameHeader--menu-active .GameHeader__menu{display:block}@media (min-width:768px){.GameHeader--menu-active .GameHeader__menu{display:flex}}.GameHeader--menu-active .GameHeader__button-start{display:none}@media (min-width:768px){.GameHeader--menu-active .GameHeader__button-start{display:flex}}.GameHeader__menu{display:none;position:absolute;z-index:10;top:100%;left:0;right:0;padding:12px 16px 32px;background-color:var(--base-color);border-bottom:2px solid var(--white-color)}@media (min-width:768px){.GameHeader__menu{display:flex;align-items:center;position:static;padding:0;background-color:transparent;border:none}}.GameHeader__button-menu{width:24px;height:24px}@media (min-width:768px){.GameHeader__button-menu{display:none}}.GameHeader__link{cursor:pointer;display:flex;align-items:center;font-weight:400;font-size:16px;line-height:21px;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-bottom:24px}@media (min-width:768px){.GameHeader__link{margin-bottom:0;margin-right:40px}}@media (min-width:1440px){.GameHeader__link:hover span{border-color:transparent}}.GameHeader__link span{border-bottom:1px solid var(--white-color)}.GameHeader__link img{-o-object-fit:contain;object-fit:contain;width:24px;height:24px;margin-right:8px}.GameHeader__button-start{display:flex;align-items:center;text-decoration:none;text-transform:uppercase;color:var(--white-color);font-weight:900;font-size:14px;height:40px;padding:0 16px;margin-left:auto;border-radius:8px;border:1px solid var(--white-color)}.GameHeader__button-start:hover{opacity:.9}@media (min-width:768px){.GameHeader__button-start{font-size:16px;padding:0 24px}}.GameHeader__button-start img{-o-object-fit:contain;object-fit:contain;width:20px;height:20px;margin-right:8px}.CollapseWrapper__header{cursor:pointer;position:relative;display:flex;align-items:center}.CollapseWrapper__header-title{font-weight:500;font-size:16px;line-height:21px;margin-right:4px}.CollapseWrapper__header-icon{width:24px;height:24px;margin-right:8px}.CollapseWrapper__header-icon-arrow{transition:transform .25s;transform:rotate(-180deg);width:16px;height:16px;color:var(--black-color)}.CollapseWrapper--open .CollapseWrapper__header-icon-arrow{transform:rotate(0)}.CollapseWrapper__content{overflow:hidden;font-weight:400;font-size:16px;line-height:24px;color:var(--black-color)}.CollapseWrapper__content ul{padding:0 0 0 18px;margin:0}.CollapseWrapper__content ul li:empty{height:24px;display:block}.CollapseWrapper__content ul li:empty::marker{content:none}@-webkit-keyframes maxH{0%{max-height:0}75%{max-height:500px}to{max-height:none}}@keyframes maxH{0%{max-height:0}75%{max-height:500px}to{max-height:none}}.CollapseWrapper .rules-enter-active,.CollapseWrapper .rules-leave-active{transition:max-height .35s}.CollapseWrapper .rules-enter-from,.CollapseWrapper .rules-leave-to{max-height:0}.popup{display:flex;justify-content:center;align-items:center;position:fixed;z-index:15;top:0;bottom:0;left:0;width:100vw}.popup__overlay{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;opacity:.5;background:#000}.popup__scroll-container{display:flex;justify-content:center;align-items:flex-start;overflow:auto;position:relative;z-index:2;width:100%;max-height:100%}@media (min-width:1440px){.popup__scroll-container{width:auto}}.popup__content-wrapper{display:flex;justify-content:center;width:100%;min-height:100%;flex-flow:column}@media (min-width:1440px){.popup__content-wrapper{width:auto}}.popup__close{cursor:pointer;position:absolute;top:16px;right:16px;width:24px;height:24px}.popup__content{position:relative;box-sizing:border-box;background:#fff;flex:0 0 auto;border-radius:20px;margin:20px}@media (min-width:1440px){.popup__content{z-index:2;margin-left:0;margin-right:0}}.GamePoints{padding:24px;color:var(--black-color)}@media (min-width:768px){.GamePoints{width:670px}}.GamePoints__title{display:flex;align-items:center;font-weight:600;font-size:20px;line-height:24px;margin-bottom:12px}.GamePoints__title img{width:24px;height:24px;margin-right:8px}.GamePoints__description{color:rgba(60,60,67,.72);font-weight:400;font-size:16px;line-height:21px;margin-bottom:20px}.GamePoints__account{color:#1e5cfb;text-decoration:none}.GamePoints__spoiler:not(:last-child){margin-bottom:20px}.GamePoints__spoiler-content{padding-top:4px;padding-left:32px}.GamePoints__spoiler-content li{color:var(--gray-072);font-weight:400;font-size:14px;line-height:19px}.GamePoints__spoiler-content li:not(:last-child){margin-bottom:4px}.GamePoints__footer{font-weight:400;font-size:16px;line-height:21px;padding-left:26px;padding-top:20px;color:var(--gray-072);border-top:1px solid #f2f2f7}.GamePoints__footer li:not(:last-child){margin-bottom:4px}@-webkit-keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.SearchInput{box-sizing:border-box;display:flex;align-items:center;padding:8px;border-radius:8px;background:hsla(0,0%,100%,.2)}.SearchInput__icon,.SearchInput__preloader{width:24px;height:24px;flex-shrink:0;margin-right:6px}.SearchInput__preloader{display:block;border:1px solid var(--base-color);border-radius:24px;border-top-color:transparent;-webkit-animation:spin 1s ease infinite;animation:spin 1s ease infinite}.SearchInput__input{display:flex;align-items:center;background:none;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;color:var(--white-color);width:100%;font-size:16px;font-weight:400;padding:0;margin-bottom:0}.SearchInput__input::-moz-placeholder{font-family:var(--font);color:var(--white-color);font-size:16px;font-weight:400}.SearchInput__input:-ms-input-placeholder{font-family:var(--font);color:var(--white-color);font-size:16px;font-weight:400}.SearchInput__input::placeholder{font-family:var(--font);color:var(--white-color);font-size:16px;font-weight:400}@-webkit-keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes fade{0%{opacity:0}to{opacity:1}}.SearchInput .fade-enter-active{-webkit-animation:fade .3s;animation:fade .3s}.SearchInput .fade-leave-active{animation:fade .15s reverse}.Pagination{justify-content:flex-end;margin-right:0;margin-left:auto;height:28px}.Pagination,.Pagination button{display:flex;align-items:center}.Pagination button{justify-content:center;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;cursor:pointer;flex-shrink:0;padding:0;height:100%;width:28px;border-radius:4px;color:var(--white-color)}.Pagination button:disabled{cursor:not-allowed}.Pagination button.current-page{color:var(--white-color);border:1px solid var(--white-color)}.Pagination__page{margin:0 2px;color:#e5e5ea;border:1px solid #e5e5ea}.Pagination__page svg{flex-shrink:0;margin-bottom:4px}.Pagination__control:first-child{transform:rotate(-180deg)}.Pagination__control:disabled{opacity:.3}.Pagination__control:disabled:hover{background:none}.Tooltip{opacity:0;pointer-events:none;position:absolute;z-index:4;background-color:rgba(0,0,0,.9);border-radius:6px;padding:4px 8px;transition:opacity .2s}.Tooltip--open{opacity:1;pointer-events:all}.Tooltip h3{font-weight:600;font-size:14px;line-height:20px;color:#fff;margin-bottom:8px}.Tooltip a,.Tooltip p{display:block;text-decoration:none;font-size:12px;line-height:16px;color:#fff}.GameResults[data-v-55df5f44]{position:relative}.GameResults__users[data-v-55df5f44]{display:flex;padding:0 16px}@media (min-width:768px){.GameResults__users[data-v-55df5f44]{padding:0 20px}}.GameResults__username[data-v-55df5f44]{display:inline-flex;font-weight:400;font-size:14px;line-height:19px;color:#fff;text-decoration:none}.GameResults__username--more[data-v-55df5f44]{cursor:pointer;position:relative;border-bottom:1px solid #fff}.GameResults__username[data-v-55df5f44]:not(:last-child){margin-right:8px}.GameResults__tooltip[data-v-55df5f44]{white-space:nowrap;left:50%;transform:translateX(-50%) translateY(20px)}.GameResults__header[data-v-55df5f44]{padding:0 16px;margin-bottom:20px}@media (min-width:768px){.GameResults__header[data-v-55df5f44]{display:flex;align-items:center;justify-content:space-between;padding:0 20px;margin-bottom:32px}}.GameResults__header-title[data-v-55df5f44]{text-transform:uppercase;font-weight:900;font-size:32px;line-height:39px}@media (min-width:768px){.GameResults__header-title[data-v-55df5f44]{font-size:44px;line-height:53px}}.GameResults__header-input[data-v-55df5f44]{height:40px;margin-top:12px}@media (min-width:768px){.GameResults__header-input[data-v-55df5f44]{width:100%;max-width:280px;height:44px;margin-top:0}}@media (min-width:1440px){.GameResults__header-input[data-v-55df5f44]{max-width:360px}}.GameResults__table-wrapper[data-v-55df5f44]{overflow-x:auto}@media (min-width:768px){.GameResults__table-wrapper[data-v-55df5f44]{padding:0 20px}}.GameResults__table[data-v-55df5f44]{display:grid;border-collapse:collapse;width:-webkit-min-content;width:-moz-min-content;width:min-content}@media (min-width:768px){.GameResults__table[data-v-55df5f44]{width:100%}}.GameResults__table--body[data-v-55df5f44]{border-top:1px solid hsla(0,0%,100%,.6);border-bottom:1px solid hsla(0,0%,100%,.6)}@media (min-width:768px){.GameResults__table--body[data-v-55df5f44]{border-radius:32px;border:2px solid var(--white-color)}}.GameResults__table tbody[data-v-55df5f44],.GameResults__table thead[data-v-55df5f44],.GameResults__table tr[data-v-55df5f44]{display:contents}.GameResults__table thead[data-v-55df5f44]{padding-bottom:8px}.GameResults__table td[data-v-55df5f44],.GameResults__table th[data-v-55df5f44]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:4px;text-align:left}.GameResults__table td[data-v-55df5f44]:first-child,.GameResults__table th[data-v-55df5f44]:first-child{padding-left:16px}@media (min-width:768px){.GameResults__table td[data-v-55df5f44]:first-child,.GameResults__table th[data-v-55df5f44]:first-child{padding-left:20px}}.GameResults__table td[data-v-55df5f44]:last-child,.GameResults__table th[data-v-55df5f44]:last-child{padding-right:16px}@media (min-width:768px){.GameResults__table td[data-v-55df5f44]:last-child,.GameResults__table th[data-v-55df5f44]:last-child{padding-right:20px}}.GameResults__table tr:not(:first-child) td[data-v-55df5f44]{border-top:1px solid hsla(0,0%,100%,.6)}.GameResults__table th[data-v-55df5f44]{display:flex;align-items:center;position:sticky;top:0;height:24px;font-weight:500;font-size:16px;letter-spacing:-.3px;margin-bottom:8px}@media (min-width:768px){.GameResults__table th[data-v-55df5f44]{font-weight:600;font-size:20px;margin-bottom:16px}}.GameResults__table td[data-v-55df5f44]{font-weight:400;font-size:14px;letter-spacing:-.2px;padding-top:16px;padding-bottom:16px}@media (min-width:768px){.GameResults__table td[data-v-55df5f44]{font-size:16px;line-height:21px}}.GameResults__footer[data-v-55df5f44]{display:flex;align-items:center;justify-content:space-between;padding:0 16px;margin-top:22px}@media (min-width:768px){.GameResults__footer[data-v-55df5f44]{padding:0 20px}}.GameResults__players-length[data-v-55df5f44]{text-transform:lowercase;font-weight:400;font-size:16px;line-height:21px}.Game404{display:flex;align-items:center;justify-content:center;text-align:center;height:100vh}.Game404 h2{font-size:36px;margin-bottom:8px}.Game404 h2,.Game404 h3{color:var(--white-color)}.Game404 h3{font-size:18px}.GameCondition{padding:24px;color:var(--black-color)}@media (min-width:768px){.GameCondition{width:600px}}.GameCondition__title{display:flex;align-items:center;font-weight:600;font-size:20px;line-height:24px;margin-bottom:12px}.GameCondition__title img{width:24px;height:24px;margin-right:8px}.GameCondition__description{color:rgba(60,60,67,.72);font-weight:400;font-size:16px;line-height:21px;margin-bottom:20px}.GameCondition__description br{display:inline}.CLoading{position:relative;border-radius:10px;width:56px;height:56px;margin:14px auto}.CLoading__spinner{position:absolute;top:calc(50% - 14px);left:calc(50% - 14px);display:block;width:28px;height:28px;border-radius:30px;border:2px solid #fff;border-top-color:transparent;-webkit-animation:spin .7s ease-in-out infinite;animation:spin .7s ease-in-out infinite}.CLoading-small{width:36px;height:36px}.CLoading-small .CLoading__spinner{width:18px;height:18px;top:calc(50% - 9px);left:calc(50% - 9px)}.CLoading-menu{width:28px;height:36px;margin:0}.CLoading-menu .CLoading__spinner{width:18px;height:18px;top:calc(50% - 9px);left:0}.game-header{margin-bottom:24px}@media (min-width:768px){.game-header{margin-bottom:36px}}.game-rules{margin-bottom:24px}.game-results{margin-bottom:88px}@media (min-width:768px){.game-results{margin-bottom:66px}}.loading{height:100vh;flex-grow:1}br{display:none}@media (min-width:768px){br{display:inline}}*{box-sizing:border-box}html{overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;height:100vh;height:-moz-available;height:-webkit-fill-available;color:var(--white-color);background-color:var(--base-color)}html:before{content:"";pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(100% 174.7% at 0 100%,#1e91fb 4.9%,hsla(0,0%,85.1%,0) 100%)}body{scrollbar-gutter:stable;overflow:auto;height:100vh;height:-moz-available;height:-webkit-fill-available;margin:0;padding:0;font-family:var(--font)}#game{max-width:var(--max-width-content);margin:0 auto}h1,h2,h3,p{margin:0}:root{--base-color:#1e5cfb;--white-color:#fff;--black-color:#000;--gray-072:rgba(60,60,67,0.72);--gray-dark-color:#9296ad;--gray-light-color:#dfe1ec;--gray-light--40:#f0f1f6;--max-width-content:1064px;--font:"Inter",sans-serif}