.game-container{position:relative;display:flex;flex-direction:column;justify-content:flex-start;background:var(--page-bg);height:100svh;min-height:400px;width:min(100vw,75svh);min-width:300px;padding:10px 20px;margin:0 auto;box-sizing:border-box;overflow-y:auto}.sudoku{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;box-sizing:border-box}@media (max-height: 400px){.sudoku{justify-content:flex-start}}.mz9{cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:space-around;width:100%;max-width:min(400px,60svh);min-width:240px;margin:0 auto;padding-bottom:7px;font-weight:500;font-size:18px;box-sizing:border-box}.cn-{height:40px;width:60px;display:flex;align-items:center;justify-content:center}button{position:relative;cursor:pointer;width:100%;font-family:inherit;font-size:16px;border-radius:6px;font-weight:500;height:44px;padding:0 14px;display:flex;flex-direction:row;align-items:center;justify-content:center;margin:10px 0;outline:none;background:#fcfbff;color:inherit;border:1px solid #c7c1d0;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}.spinner{width:48px;height:48px;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear ease-out}.spinner-size-medium{width:20px;height:20px}.spinner-size-small{width:14px;height:14px}.spinner-box{display:flex;justify-content:center}.spinner{border:3px solid black;border-bottom-color:transparent}.spinner-size-medium{border:2px solid black;border-bottom-color:transparent}.spinner-size-small{border:1px solid black;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;box-sizing:border-box}.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)}}@media (max-width: 300px){.panels-view{overflow:auto}::-webkit-scrollbar{width:0px;height:0px}}.panel{display:flex;flex-direction:column;height:100svh;width:100vw;background:var(--page-bg)}.panel-header{position:relative;width:100%}.panel-content,.panel-content-fill{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:20px 30px;height:100%;width:100%;box-sizing:border-box;overflow-y:auto}.panel-content-fill{padding:0}.panel-content-wrapper{width:100%;max-width:var(--max-width);margin:0 auto}.panel-content-fill .panel-content-wrapper{max-width:none}.panel-center{display:flex;justify-content:center;align-items:center}@media (max-width: 620px){.panel-content{padding:10px 15px}}body{--panel-header-bg: #16112d;--panel-header-border: 1px solid #3e336a}body[data-theme=light]{--panel-header-bg: white;--panel-header-border: 1px solid #dce1e6}body[data-theme=dark]{--panel-header-bg: #151515;--panel-header-border: 1px solid #2a2a2a}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:#ffffff93;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}body[data-theme=dark]{--switch-bg: #525252;--switch-active-bg: #676767}.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: #241e41;--paper-border: 2px solid #3a3161;--paper-header-color: #7c798e}body[data-theme=light]{--paper-bg: white;--paper-border: 1px solid #9fa4c3;--paper-header-color: #5f5f5f}body[data-theme=dark]{--paper-bg: #202020;--paper-border: 1px solid #313131;--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: #a69adf;--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}body[data-theme=dark]{--range-bg: #acacac;--range-thumb-bg: #f6f5fa;--range-thumb-border: none}.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;-moz-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:100px}}.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: #16112d}body[data-theme=light]{--avatar-bg: #c1c1c1}body[data-theme=dark]{--avatar-bg: #111111}.avatar{position:relative;padding:8px 8px 8px 0}.avatar img{border-radius:100%;background:var(--avatar-bg);width:100%;height:100%}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:#f5f3fff7}.modal-container{position:relative;overflow-y:auto;width:calc(100% - 20px);max-width:500px;max-height:min(600px,80svh);font-size:90%;margin:0 10px;border-radius:10px;box-sizing:border-box;z-index:3}.modal-content{width:100%;padding:20px;box-sizing:border-box}.modal-sticky{justify-content:flex-end}.modal-header{position:sticky;top:0;text-align:center;font-size:18px;padding-top:30px;font-weight:500;box-sizing:border-box}.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}}.D72{display:flex;flex-direction:column;gap:10px;padding:10px 0;width:100%;margin:0 auto;box-sizing:border-box}.R3m{padding:12px 20px;border-radius:6px;cursor:pointer;background-color:#f9f9f9;border:1px solid #c7c1d0;color:#333;text-align:center;font-size:15px;transition:background-color .2s,border-color .2s;outline:none;-webkit-user-select:none;user-select:none}.R3m:hover{background-color:#eaeaea}.eJs{background-color:#c5b8db;color:#1c1429;font-weight:400}.eJs:hover{background-color:#d2cbe6}.Q8B{display:flex;flex-direction:column;gap:10px;padding:10px;width:100%;margin:0 auto;box-sizing:border-box}.xsm,.Jn0{padding:12px 20px;border-radius:6px;cursor:pointer;background-color:#f9f9f9;border:1px solid #c5c5c5;color:#333;text-align:center;font-size:16px;transition:background-color .2s,border-color .2s;outline:none;-webkit-user-select:none;user-select:none}.Jn0{background:linear-gradient(45deg,#c5b8db,#c6b0ec,#ecbab0,#c5b8db);background-size:400% 400%;animation:cuU 8s ease infinite;transition:none;border-color:#887d80a6}@keyframes cuU{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.TnX{font-weight:400}.TnX div{padding:14px;background:#fff;border:1px solid #dedede;border-radius:8px;margin:4px}.niL{position:relative;height:calc(100% - 50px);width:100%;display:flex;flex-direction:column;box-sizing:border-box}.ThG{font-size:32px;font-weight:500;padding-bottom:32px;text-align:center}.Gz-{height:100%;overflow:auto;box-sizing:border-box;padding-bottom:15px}@media (max-width: 680px),(max-height: 680px){.ThG{font-size:28px;padding-bottom:15px}}.XUx{display:flex;align-items:center;padding:3px 0;font-size:16px}.qlC{position:relative;border-radius:10px;background:#fff;color:inherit;border:1px solid #c7c1d0;width:100%;display:flex;align-items:center;height:48px;font-weight:500;padding:2px 4px;box-sizing:border-box}.QRx{height:100%;width:auto;border-radius:100%}.CIx{padding-left:14px;padding-right:12px;word-break:break-all}._1-C{margin-left:auto;padding-right:12px}.ttQ{margin-top:5px;padding-top:12px;border-top:2px solid #373737cc;background:transparent}@media (max-width: 680px),(max-height: 680px){.XUx{padding:1px 0;font-size:14px}.qlC{height:40px;padding:2px 3px}.CIx{padding-left:12px;padding-right:10px}._1-C{padding-right:10px}.ttQ{padding-top:10px}}body{--sudoku-bg: #ffffff;--sudoku-font-weight: 400;--sudoku-border: 2px solid #5b5368;--sudoku-cell-border: 1px solid #aaabbe2b;--sudoku-cell-color: #6b5390;--sudoku-selected-cell-outline: 2px solid #575a90;--sudoku-selected-cell-bg: #bbdefb;--sudoku-light-bg: #d7dfef87;--sudoku-incorrect-bg: #ffd9de;--sudoku-locked-color: #180733}.table-box{width:100%;height:auto;aspect-ratio:1;box-sizing:border-box;margin-top:10px}.sudoku-table{border-collapse:collapse;font-size:120%;width:100%;height:100%;background:var(--sudoku-bg);transform:translateZ(0)}.sudoku-table td{border:var(--sudoku-border);border-collapse:collapse;border-radius:10px;width:33.33%;box-sizing:border-box}.sudoku-square{border-collapse:collapse;animation:anim_sudoku .35s;width:100%}.sudoku-square td{border:none;width:33.33%;border-collapse:collapse}.sudoku-cell{cursor:pointer;display:flex;justify-content:center;align-items:center;font-weight:var(--sudoku-font-weight);border:var(--sudoku-cell-border);color:var(--sudoku-cell-color);animation:anim_cell .35s;width:100%;min-width:25px;min-height:25px;aspect-ratio:1;border-collapse:collapse;box-sizing:border-box}.selected{background:var(--sudoku-selected-cell-bg);outline:var(--sudoku-selected-cell-outline)}.light{background:var(--sudoku-light-bg)}.locked{color:var(--sudoku-locked-color)}.incorrect{background:var(--sudoku-incorrect-bg)}.Vdp{display:flex;flex-direction:row;align-items:center;justify-content:space-around;width:100%;max-width:min(400px,60svh);min-width:220px;margin:0 auto;box-sizing:border-box}.rtg{position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center;width:60px;height:40px;aspect-ratio:1;border-radius:100%}.rtg:first-child{margin-right:5px}.J-K,.pbz{position:absolute;top:0%;right:-20%;display:flex;align-items:center;justify-content:center;background:#574279;color:#fff;padding:2px 3px;min-width:18px;border-radius:16px;font-size:11px;font-weight:500;--icon-color: white}.pbz{padding:3px 5px;right:-30%}@media (max-width: 640px){.Vdp{padding:10px 0 5px}}@media (max-height: 500px){.Vdp{padding:0}.rtg{width:40px}}.keyboard{display:flex;flex-direction:row;align-items:center;justify-content:center;box-sizing:border-box}.keyboard-right-box{width:min(25vw,50vh,280px);min-width:160px;padding-left:20px;box-sizing:border-box}.keyboard-right{display:flex;flex-wrap:wrap;justify-content:space-around;width:100%}.keyboard-right .key-box{padding:0 8px 8px 0;width:33%;box-sizing:border-box}.keyboard-bottom{display:flex;flex-direction:row;justify-content:center;width:100%;min-width:240px;margin:12px auto 0;color:#3b2a56;font-weight:400;font-size:21px;box-sizing:border-box}.keyboard-bottom .key-box{margin-right:5px;box-sizing:border-box;width:100%;max-width:50px}.keyboard-bottom .key-box:last-child{margin-right:0}.keyboard-bottom .key{cursor:pointer;display:flex;align-items:center;justify-content:center;background:var(--keyboard-bg);width:100%;font-size:125%;color:var(--keyboard-color);border-radius:8px;border:var(--keboard-border);box-sizing:border-box;aspect-ratio:.8}*{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:7px}::-webkit-scrollbar-track{background-color:#8080800e}::-webkit-scrollbar-thumb{cursor:pointer;background-color:#8080805e;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: #ffffff;--color: #574279;--secondary-color: #bcb7d7;--icon-color: #574279;--max-width: 720px}html,body{padding:0;margin:0}body{font-size:16px;background:var(--page-bg);font-family:Inter;color:var(--color);overflow:auto}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}svg{color:var(--icon-color);fill:var(--icon-color)}@media (max-width: 1280px){body{--font-size: 17px}}@media (max-width: 1025px){body{--font-size: 17px}}@media (max-width: 770px),(max-height: 600px){body{--font-size: 16px}::-webkit-scrollbar{width:0px}}@media (max-width: 430px),(max-height: 440px){body{--font-size: 15px}}@media (max-width: 380px),(max-height: 380px){body{--font-size: 14px}}@media (max-width: 340px),(max-height: 340px){body{--font-size: 13px}}
