body{--button-bg: white;--button-border: 1px solid #cbcbcd;--button-color: #333}button{--spinner-color: #333;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;height:50px;padding:0 14px;margin-bottom:12px;border:var(--button-border);border-radius:6px;font-size:1rem;cursor:pointer;transition:all .2s ease;text-align:left;position:relative;background-color:var(--button-bg);color:var(--button--color);box-sizing:border-box}.button-icon{display:flex;align-items:center;justify-content:center;width:40px;padding-right:10px}button:active{transform:translateY(2px)}.button-loading{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:11px;background:inherit;display:flex;align-items:center;justify-content:center}.button-text{border:none;background:transparent}.button-play{border-color:#9187bb}.button-check{width:auto;height:30px;margin:0;background:#eae5ff;border:1px solid #928da6;color:#1c1a25}body{--spinner-color: #2e2a3f}.spinner{width:48px;height:48px;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}.spinner-size-medium{width:20px;height:20px}.spinner-size-small{width:14px;height:14px}.spinner{border:3px solid var(--spinner-color);border-bottom-color:transparent}.spinner-size-medium,.spinner-size-small{border:2px solid var(--spinner-color);border-bottom-color:transparent}.layout-spinner{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:inherit}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.panels-view{position:relative;overflow:hidden}.next-panel-view{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;animation:.35s next-view-anim forwards;z-index:1}@keyframes next-view-anim{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}body{--panel-content-padding: 20px 30px}.panel{display:flex;flex-direction:column;height:100svh;width:100vw}.panel-header{position:relative;width:100%}.panel-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100%;width:100%;max-width:var(--max-width);margin:0 auto;overflow-y:auto}.panel-content-center{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:var(--max-width);margin:0 auto;width:100%;height:100%}.panel-content{display:flex;flex-direction:column;padding:var(--panel-content-padding);overflow-y:auto;box-sizing:border-box}.panel-content-box{display:flex;flex-direction:column;width:100%;min-width:200px;height:100%;margin:0 auto}.panel-center{display:flex;justify-content:center;align-items:center}@media (max-width: 620px){body{--panel-content-padding: 10px 15px}}body{--panel-header-bg: #1e3a5c1c;--panel-header-border: none}body[data-theme=green]{--panel-header-bg: #37898340;--panel-header-border: none}body{--panel-header-height: 70px}.panel-header{width:100%;background:var(--panel-header-bg);border-bottom:var(--panel-header-border);box-sizing:border-box}.panel-header-in{display:flex;flex-direction:row;align-items:center;justify-content:center;height:var(--panel-header-height);width:100%;max-width:var(--max-width);font-weight:500;font-size:110%;margin:0 auto;box-sizing:border-box}.panel-header-back{cursor:pointer;padding:8px;box-sizing:border-box}.panel-header-content,.panel-header-before,.panel-header-after{display:flex;flex-direction:row;align-items:center;min-width:40px}.panel-header-before{justify-content:flex-end}.panel-header-content{width:100%;text-align:center;justify-content:center;padding-bottom:1px}.panel-header-before{margin-left:"auto"}.panel-header-after{margin-right:"auto"}@media (max-width: 1300px),(max-height: 720px){body{--panel-header-height: 60px}}@media (max-width: 430px),(max-height: 640px){body{--panel-header-height: 58px}}@media (max-width: 380px),(max-height: 560px){body{--panel-header-height: 56px}}@media (max-width: 320px),(max-height: 500px){body{--panel-header-height: 45px}}body{--alert-bg: #372c64;--alert-border: 2px solid #7163af}body[data-theme=light]{--alert-bg: white;--alert-border: 1px solid #c9d0d8}.alert-container{position:fixed;bottom:0;left:0;width:100%;z-index:3}.alert-wrapper{padding:15px;width:100%;max-width:var(--max-width);margin:0 auto;box-sizing:border-box}.alert{border:var(--alert-border);border-radius:10px;padding:15px 20px;margin-bottom:15px;background:var(--alert-bg);box-sizing:border-box;animation:alert-anim 3s linear forwards}.alert-header{font-weight:500;padding-bottom:5px;font-size:90%}.alert-text{font-size:85%;color:var(--text-secondary-color)}@keyframes alert-anim{0%{opacity:0;transform:translateY(70px)}5%{opacity:1;transform:translate(0)}90%{opacity:1;transform:translate(0)}to{opacity:0;transform:translateY(70px)}}body{--modal-shadow-bg: #000000ab;--modal-bg: #ffffff;--modal-border: none;--modal-header-bg: #ffffff;--modal-header-border: 1px solid #cacaca;--modal-color: black}body{--modal-padding: 15px 30px}.modal{--icon-color: black;position:fixed;top:0;left:0;width:100vw;height:100svh;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:3}.modal-shadow{cursor:pointer;position:absolute;top:0;left:0;width:100vw;height:100svh;background:var(--modal-shadow-bg)}.modal-container{position:relative;overflow-y:auto;width:calc(100% - 20px);max-width:600px;max-height:min(640px,80svh);background:var(--modal-bg);border:var(--modal-border);color:var(--modal-color);margin:0 10px;border-radius:10px;box-sizing:border-box;z-index:3}.modal-content{width:100%;padding:var(--modal-padding);box-sizing:border-box}.modal-sticky{justify-content:flex-end}.modal-header{position:sticky;top:0;text-align:center;padding:15px 0;background:var(--modal-header-bg);border-bottom:var(--modal-header-border);font-weight:500}.modal-text{text-align:center;padding:15px 10px 20px}.modal-subtitle{padding-top:4px;margin-bottom:25px}.modal-close{cursor:pointer;position:absolute;padding:4px;top:18px;right:35px}@keyframes modal-show{0%{transform:translateY(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes modal-hide{0%{transform:translate(0);opacity:1}to{transform:translateY(150px);opacity:0}}@media (max-width: 700px){body{--modal-padding: 15px 28px}}@media (max-width: 500px){body{--modal-padding: 15px 25px}}@media (orientation: landscape) and (max-height: 500px){body{--modal-padding: 15px 20px}}body{--leaderboard-item-bg: #241e41;--leaderboard-item-sticky-bg: #32295f;--leaderboard-item-border: 1px solid #3a3161;--leaderboard-item-sticky-border: 1px solid #6453b0;--leaderboard-shadow: 0 0 60px #2a2254;--leaderboard-place-color: #f0eff4}body[data-theme=light]{--leaderboard-item-bg: white;--leaderboard-item-sticky-bg: white;--leaderboard-item-border: 1px solid #c9d0d8;--leaderboard-item-sticky-border: 1px solid #c9d0d8;--leaderboard-shadow: none;--leaderboard-place-color: #4b4b4b}.top-players ul{list-style:none}.top-players li{padding:12px 0;border-bottom:1px solid #eee;display:flex;justify-content:space-between}.top-players li:last-child{border-bottom:none}.rules p{padding:5px 0}body{--tabs-default-border-bottom: 2px solid #5b576b;--tabs-default-active-border-bottom: 2px solid #9287cd;--tabs-global-color: #827d98;--tabs-global-active-color: white}body[data-theme=light]{--tabs-default-border-bottom: 2px solid #d5d5d5;--tabs-default-active-border-bottom: 2px solid #1a1a1a;--tabs-global-color: #878787;--tabs-global-active-color: #191919}.tabs{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.tab-item{cursor:pointer;padding-bottom:12px;margin:5px;text-align:center;box-sizing:border-box}.tabs-default .tab-item{border-bottom:var(--tabs-default-border-bottom);width:100%}.tabs-default .tab-item-active{border-bottom:var(--tabs-default-active-border-bottom)}.tabs-global{justify-content:center;margin-bottom:10px}.tabs-global .tab-item{padding:8px;font-size:16px;font-weight:500;color:var(--tabs-global-color)}.tabs-global .tab-item-active{color:var(--tabs-global-active-color)}.cell{cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:space-between;min-height:42px;box-sizing:border-box}.cell .avatar{padding-right:20px}.cell-before{display:flex;align-items:center;min-width:30px;padding-right:10px}.cell-after{width:100px;text-align:right;color:var(--secondary-color);font-weight:400;display:flex;align-items:center;justify-content:flex-end}.cell-subtitle{font-size:85%;color:#918ea0;padding-top:3px;font-weight:400}.cell-content{width:100%;line-height:var(--vkui--font_headline1--line_height--regular);padding:12px 10px 12px 0;font-weight:400;box-sizing:border-box}.cell .vkuiIcon{color:var(--vkui--color_icon_accent)}.checkbox{position:relative}.checkbox .Icon{color:var(--color)}.checkbox_particle{position:absolute;width:50px;height:50px;top:-15px;left:-15px;background:rgba(255,255,255,.576);animation:anim_checkbox_particle .5s forwards;border-radius:100%}@keyframes anim_checkbox_particle{0%{transform:scale(0);opacity:1}to{transform:scale(1);opacity:0}}@keyframes anim_checkbox{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body{--switch-bg: #4c4558;--switch-active-bg: #6c509a}body[data-theme=light]{--switch-bg: #b6b9c1;--switch-active-bg: #67718c}.switch-box{position:relative}.switch{position:relative;display:inline-block;width:45px;height:20px}.switch input{opacity:0;width:0;height:0}.swith-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--switch-bg);-webkit-transition:.4s;transition:.4s}.swith-slider:before{position:absolute;content:"";height:15px;width:15px;left:3px;bottom:2.5px;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:checked+.swith-slider{background-color:var(--switch-active-bg)}input:focus+.swith-slider{box-shadow:0 0 1px var(--switch-active-bg)}input:checked+.swith-slider:before{-webkit-transform:translateX(23.5px);-ms-transform:translateX(23.5px);transform:translate(23.5px)}.swith-slider.round{border-radius:34px}.swith-slider.round:before{border-radius:50%}@supports (-webkit-touch-callout: none){.switch-box{margin-top:10px;margin-bottom:-10px}}body{--paper-bg: #ffffff;--paper-border: 2px solid #d0d0d0;--paper-header-color: #7c798e}.paper{width:100%;background:#fff;border:1px solid #c7c2d8;border-radius:8px;padding:20px 25px;margin-bottom:15px;text-align:center;box-sizing:border-box}.paper:last-child{margin-bottom:0}.paper-header{font-size:24px;font-weight:400;padding:10px 0 20px}.paper-subheader{font-size:17px;padding:5px 0;opacity:.85}.paper-fill{height:100%;max-height:720px}@media (max-width: 640px){.paper{padding:15px 20px}}@media (max-width: 500px){.paper-header{font-size:18px}}body{--input-bg: transparent;--input-border: 2px solid #e6d5ff;--input-placeholder: #c8c8c8;--form-top-color: #a89cb9}body[data-theme=light]{--input-bg: white;--input-border: 1px solid #c1c1c1;--input-placeholder: #484848;--form-top-color: #3e3e3e}input[type=text],textarea{font-weight:600;font-size:inherit;font-family:inherit;color:inherit;outline:none;background:var(--input-bg);border:var(--input-border);padding:12px 15px;margin:8px 0;border-radius:8px;width:100%;box-sizing:border-box}textarea{min-height:120px}input::placeholder,textarea::placeholder{color:var(--input-placeholder)}.form-item{padding:15px 0}.form-top,.form-bottom{color:var(--form-top-color);font-size:13px;font-weight:500}body{--range-bg: #767676;--range-thumb-bg: white;--range-thumb-border: 3px solid #67718c}.range-container{display:flex;flex-direction:column;align-items:center}.range{-webkit-appearance:none;width:120px;height:4px;background:var(--range-bg);border-radius:5px;outline:none;transition:opacity .2s}.range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:var(--range-thumb-bg);border:var(--range-thumb-border);border-radius:50%;cursor:pointer}.range::-moz-range-thumb{width:16px;height:16px;background:var(--range-thumb-bg);border:var(--range-thumb-border);border-radius:50%;cursor:pointer}.range-value{margin-top:10px;font-size:16px;color:#333}@media (max-width: 640px){.range{width:80px}}.placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:10px 0;box-sizing:border-box}.placeholder-header{font-weight:500;font-size:16px;padding-top:12px}.placeholder-text{color:#818c99;padding:6px 0;font-size:14px;max-width:340px;margin:0 auto}.placeholder-action{padding-top:4px}.placeholder button{padding:8px 20px}body{--avatar-bg: #1a1532}body[data-theme=light]{--avatar-bg: #c1c1c1}.avatar{position:relative;padding:8px 8px 8px 0}.avatar img{border-radius:100%;background:var(--avatar-bg);width:100%;height:100%}:root{--virtual-keyboard-padding: 12px;--virtual-keyboard-gap: 6px;--virtual-keyboard-key-gap: 6px;--virtual-keyboard-key-height: 75px;--virtual-keyboard-key-padding: 2px;--virtual-keyboard-key-border-radius: 4px;--virtual-keyboard-bg: #f1f1f1}.virtual-keyboard{--spinner-color: black;display:block;color:#000;width:100%;background:#c4c4c4}.virtual-keyboard-content{gap:var(--virtual-keyboard-gap);padding:var(--virtual-keyboard-padding);width:100%;max-width:640px;margin:0 auto;padding:0 8px;box-sizing:border-box}.virtual-keyboard-bottom{position:fixed;bottom:0;left:0;right:0;z-index:3;width:100%;padding-bottom:16px;padding-top:16px;border-top:2px solid #c4c4c4;border-radius:0}.virtual-keyboard-row{display:flex;gap:var(--virtual-keyboard-key-gap);height:var(--virtual-keyboard-key-height);width:100%;padding-bottom:var(--virtual-keyboard-key-gap);justify-content:center;flex-wrap:nowrap}.virtual-keyboard-key{width:calc(100% / var(--max-keys) - 4px);height:var(--key-height);border:none;border-radius:var(--virtual-keyboard-key-border-radius);background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);cursor:pointer;text-transform:uppercase;font-weight:500;color:#333;transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding:var(--key-padding);margin:1px 0;white-space:nowrap;overflow:hidden;box-sizing:border-box;flex-shrink:0}.virtual-keyboard-key:active{background-color:#f0f0f0;box-shadow:0 1px 2px rgba(0,0,0,.1)}.virtual-keyboard-check{width:100%;box-sizing:border-box}.virtual-keyboard-key svg{width:min(22px,var(--key-height) * .5);height:min(22px,var(--key-height) * .5)}@keyframes keyboard-bottom-open{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes keyboard-bottom-close{0%{transform:translateY(0)}to{transform:translateY(100%)}}@media (max-width: 1300px){:root{--virtual-keyboard-key-height: 68px}}@media (max-width: 768px){:root{--virtual-keyboard-key-height: 58px;--virtual-keyboard-key-padding: 2px}}@media (max-width: 480px){:root{--virtual-keyboard-padding: 4px;--virtual-keyboard-gap: 4px;--virtual-keyboard-key-gap: 4px;--virtual-keyboard-key-height: 52px;--virtual-keyboard-key-padding: 2px}}@media (max-width: 340px){:root{--virtual-keyboard-padding: 0;--virtual-keyboard-gap: 4px;--virtual-keyboard-key-gap: 4px;--virtual-keyboard-key-height: 44px;--virtual-keyboard-key-padding: 2px}}@media (max-width: 370px){.virtual-keyboard{padding:0}}.slider{display:flex;justify-content:center;margin-bottom:40px;border-bottom:1px solid #e0e0e0;position:relative}.slider-option{padding:12px 30px;cursor:pointer;font-size:1rem;color:#9a9a9a;position:relative}.slider-option.active{color:#141414}@media (max-width: 640px){.slider{margin-bottom:30px}}.start-menu-header-subtitle{font-size:17px;color:#676578;padding-top:8px}body{--board-selected-bg: #eae5ff;--board-selected-color: #1c1a25;--borard-selected-border: 1px solid #928da6;--board-selected-opponent-bg: #dae9ff;--board-selected-opponent-color: #1a1e25;--borard-selected-opponent-border: 1px solid #8b99ad}.board{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;padding:15px 0;width:100%;box-sizing:border-box}.board-cell{cursor:pointer;aspect-ratio:1;display:flex;align-items:center;justify-content:center;border:1px solid #cfd1d8;border-radius:4px;font-size:1.8rem;text-transform:uppercase;background-color:#fff;transition:background-color .2s}.board-cell:hover{background-color:#f5f5f5}.board-cell.center{background-color:#f0f0f0}.balda-keyboard{position:sticky;bottom:0;width:100%}.words{display:flex;flex-direction:row;min-height:100px;width:100%}.words-column{width:100%;text-align:center}@media (max-width: 720px){.words{min-height:100px}}.timer,.turn-status{color:#605d7f}.board-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.board-header-left,.board-header-right{cursor:pointer;width:50px}.board-bottom{display:flex;align-items:center;justify-content:center;color:#605d7f}.game-columns{display:flex;flex-direction:row;justify-content:center;width:100%;height:100%;max-width:132svh;margin:0 auto;padding:20px;box-sizing:border-box}.game-col-1{width:65%;min-width:400px;padding:5px;box-sizing:border-box}.game-col-2{width:35%;min-width:160px;padding:5px;box-sizing:border-box}@media (max-width: 720px){.game-columns{display:block;width:100%;height:100%}.game-col-1,.game-col-2{width:100%;min-width:auto;padding:5px 0}}.connection-error{position:fixed;top:0;width:100%;background:#b8c2f0;color:#202a4f;text-align:center;padding:15px;animation:message-hide 15s forwards}@keyframes message-hide{0%{display:block}96%{transform:translate(0);display:block}to{transform:translateY(-100%);display:none}}*{margin:0;padding:0;-moz-user-select:none;-khtml-user-select:none;user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none}::-webkit-scrollbar{width:0px}::-webkit-scrollbar-track{background-color:rgba(128,128,128,.055)}::-webkit-scrollbar-thumb{cursor:pointer;background-color:rgba(128,128,128,.37);border-radius:2px}textarea,input{-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-o-user-select:text;user-select:text}body{--page-bg: #2A2B7E;--color: #191b5c;--secondary-color: #3c3c3c;--icon-color: #1e2074;--max-width: 720px}#root{height:100svh;overflow-y:auto}html,body{padding:0;margin:0}body{font-size:16px;background:var(--page-bg);font-family:Roboto;color:var(--color)}a,a:active,a:visited{color:inherit;font-weight:inherit;text-decoration:none}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:999}b{font-weight:500}@media (max-width: 630px){::-webkit-scrollbar{width:2px}}@media (max-width: 640px){body{font-size:15px}}body{background-color:#2c2f74;background-image:url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M81.28 88H68.413l19.298 19.298L81.28 88zm2.107 0h13.226L90 107.838 83.387 88zm15.334 0h12.866l-19.298 19.298L98.72 88zm-32.927-2.207L73.586 78h32.827l.5.5 7.294 7.293L115.414 87l-24.707 24.707-.707.707L64.586 87l1.207-1.207zm2.62.207L74 80.414 79.586 86H68.414zm16 0L90 80.414 95.586 86H84.414zm16 0L106 80.414 111.586 86h-11.172zm-8-6h11.173L98 85.586 92.414 80zM82 85.586L87.586 80H76.414L82 85.586zM17.414 0L.707 16.707 0 17.414V0h17.414zM4.28 0L0 12.838V0h4.28zm10.306 0L2.288 12.298 6.388 0h8.198zM180 17.414L162.586 0H180v17.414zM165.414 0l12.298 12.298L173.612 0h-8.198zM180 12.838L175.72 0H180v12.838zM0 163h16.413l.5.5 7.294 7.293L25.414 172l-8 8H0v-17zm0 10h6.613l-2.334 7H0v-7zm14.586 7l7-7H8.72l-2.333 7h8.2zM0 165.414L5.586 171H0v-5.586zM10.414 171L16 165.414 21.586 171H10.414zm-8-6h11.172L8 170.586 2.414 165zM180 163h-16.413l-7.794 7.793-1.207 1.207 8 8H180v-17zm-14.586 17l-7-7h12.865l2.333 7h-8.2zM180 173h-6.613l2.334 7H180v-7zm-21.586-2l5.586-5.586 5.586 5.586h-11.172zM180 165.414L174.414 171H180v-5.586zm-8 5.172l5.586-5.586h-11.172l5.586 5.586zM152.933 25.653l1.414 1.414-33.94 33.942-1.416-1.416 33.943-33.94zm1.414 127.28l-1.414 1.414-33.942-33.94 1.416-1.416 33.94 33.943zm-127.28 1.414l-1.414-1.414 33.94-33.942 1.416 1.416-33.943 33.94zm-1.414-127.28l1.414-1.414 33.942 33.94-1.416 1.416-33.94-33.943zM0 85c2.21 0 4 1.79 4 4s-1.79 4-4 4v-8zm180 0c-2.21 0-4 1.79-4 4s1.79 4 4 4v-8zM94 0c0 2.21-1.79 4-4 4s-4-1.79-4-4h8zm0 180c0-2.21-1.79-4-4-4s-4 1.79-4 4h8z' fill='%235357a3' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E")}
