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{--button-bg: white;--button-border: none;--button-color: #132936;--button-cancel-bg: #10364C;--button-cancel-border: 2px solid #23739F}button{--spinner-color: black}button{position:relative;cursor:pointer;background:var(--button-bg);color:var(--button-color);width:100%;font-family:inherit;font-size:inherit;border-radius:10px;font-weight:500;height:40px;min-width:120px;padding:0 14px;display:flex;flex-direction:row;align-items:center;justify-content:center;margin:10px 0;outline:none;border:var(--button-border);box-sizing:border-box;transition:all .2s}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-tertiary{background:transparent;border:2px solid #3c627c;font-weight:400;color:#d8e8e9}.button-task{height:28px;padding:0 12px;font-size:13px;border-radius:6px;margin:0;box-shadow:none}.button-task .vkuiIcon{padding:0}body{--spinner-color: #ffffff}.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:12px;height:12px}.spinner{border:4px solid var(--spinner-color);border-bottom-color:transparent}.spinner-size-medium{border:3px solid var(--spinner-color);border-bottom-color:transparent}.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-max-width: min(800px, calc(100svh - 100px) ) }.panel{background:#202432;background-image:url(https://fillwords.api-v.ru/ya/assets/images/bg.svg);background-size:cover;background-repeat:no-repeat;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%;overflow-y:auto}.panel-content-center{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:var(--panel-max-width);margin:0 auto;width:100%;height:100%}.panel-content,.panel-content-center{padding:var(--panel-content-padding);box-sizing:border-box}.panel-content-wrapper{width:100%;max-width:var(--max-width);min-width:200px;min-height:400px;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: #202432d9;--panel-header-border: 1px solid #495271}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%;padding:0 5px;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:50px}.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{--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: #252c44;--paper-border: 2px solid #3f4762;--paper-header-color: #7c798e}.paper{position:relative;background:var(--paper-bg);border-radius:12px;padding:18px 24px;margin:10px 0;width:100%;border:var(--paper-border);box-sizing:border-box}.paper-header{padding:5px 0 8px;text-transform:uppercase;font-weight:500;font-size:80%;color:var(--paper-header-color)}.paper-fill{height:100%;max-height:720px}@media (max-width: 640px){.paper{padding:15px 20px}}@media (max-width: 500px){.paper-header{font-size:11px}}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: #a7a9b8;--range-thumb-bg: #f6f5fa;--range-thumb-border: none}body[data-theme=light]{--range-bg: #67718c;--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: #202432}.avatar{position:relative;padding:8px 8px 8px 0}.avatar img{border-radius:100%;background:var(--avatar-bg);width:100%;height:100%}body{--modal-shadow-bg: #131a2dfd;--modal-bg: #1d253d;--modal-border: 2px solid #6776a3}body{--modal-padding: 15px 30px}.modal{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% - 15px);max-width:580px;max-height:min(600px,80svh);background:var(--modal-bg);border:var(--modal-border);margin:0 10px;border-radius:10px;box-sizing:border-box;z-index:3}.modal-fill .modal-container{border:none;background:none;max-height:calc(100svh - 20px);max-width:600px;width:calc(100% - 5px)}.modal-fill .modal-shadow{background:rgba(22,26,41,.99)}.modal-fill .modal-header{background:transparent;border-bottom:2px solid #444b66;margin-bottom:25px;font-size:105%;padding:20px 0}.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:12px 0 16px;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}}@media (orientation: landscape) and (max-height: 500px){body{--modal-padding: 12px}}body{--game-menu-item-height: 54px;--game-menu-text-min-width: 100px;--game-menu-item-padding: 0 25px}.menu{display:flex;justify-content:center;align-items:center;margin-bottom:15px;width:100%;position:relative;box-sizing:border-box}.menu-item{--icon-color: #ffffff;cursor:pointer;display:flex;align-items:center;justify-content:center;height:var(--game-menu-item-height);background:#24293a;border:2px solid #474e6c;border-radius:12px;gap:15px;margin-right:1.5%;min-width:min(100px,20%);padding:var(--game-menu-item-padding);position:relative;transform-style:preserve-3d;transition:all .3s ease;box-shadow:inset 0 0 30px #151a26;box-sizing:border-box}.menu-item-counter{position:absolute;display:flex;align-items:center;justify-content:center;right:-4px;bottom:-4px;border-radius:6px;min-height:18px;min-width:18px;padding:2px 6px;text-align:center;font-size:75%;background:#3c56ab;color:#fff;box-sizing:border-box}.menu-item:last-child{margin-right:0}.menu-item:hover{transform:translateY(-2px)}.menu-item:active{transform:translateY(1px);box-shadow:1px 1px 4px rgba(0,0,0,.2)}.menu-item-before{height:20px;border-radius:14px 14px 0 0;border:none;outline:none}.menu-left{display:flex;flex-direction:row}.menu-item-text{text-align:center;white-space:nowrap;font-weight:400;color:#fff;letter-spacing:.5px}.menu-before{background:#1c599d;height:20px;padding-bottom:1px;border-radius:12px 12px 0 0;margin-bottom:-1px}@media (max-width: 680px){body{--game-menu-item-height: 52px;--game-menu-text-min-width: 60px;--game-menu-item-padding: 0 20px}}@media (max-width: 460px){body{--game-menu-item-height: 45px;--game-menu-text-min-width: 20px;--game-menu-item-padding: 0 15px}}.grid{width:100%;aspect-ratio:1;margin:0 auto;padding:3%;background:#252c44;border-radius:8px;border:2px solid #3f4762;box-sizing:border-box}.grid-row{display:flex;gap:2%;padding:1% 0;flex:1;box-sizing:border-box}.grid-cell{flex:1;aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-weight:500;text-transform:uppercase;cursor:pointer;user-select:none;color:#0c1325;background:#f3f3f7;border-radius:7%}.grid-cell.selected{background:#8f9cff;color:#091e67;animation:linear cell-selected .1s forwards}.grid-cell.guessed{background:#2fada6;color:#042335}@keyframes cell-selected{0%{transform:scale(.9)}50%{transform:scale(1.1)}to{transform:scale(.95)}}@keyframes cell-guessed{0%{transform:rotate(-8deg) scale(1)}50%{transform:rotate(8deg) scale(.8)}to{transform:rotate(0) scale(1)}}*{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;touch-action:none}::-webkit-scrollbar{width:7px}::-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{--color: white;--secondary-color: #bcb7d7;--icon-color: #ffffff;--max-width: 720px}html,body{padding:0;margin:0}body{font-size:16px;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}@media (max-width: 630px){::-webkit-scrollbar{width:2px}}@media (max-width: 640px){body{font-size:15px}}
