body{--button-bg: #372c64;--button-border: 2px solid #7163af;--button-color: white;--button-cancel-bg: #372c6452;--button-cancel-border: 2px solid #4e447e8c}body[data-theme=light]{--button-bg: #ffffff;--button-border: 1px solid #c1c1c1;--button-color: black;--button-cancel-bg: #f2f2f2;--button-cancel-border: 1px solid #c7c7c7}body[data-theme=dark]{--button-bg: #facc6d;--button-border: none;--button-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;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:var(--button-cancel-border)}.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: white}body[data-theme=light]{--spinner-color: #181818}body[data-theme=dark]{--spinner-color: white}.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 var(--spinner-color);border-bottom-color:transparent}.spinner-size-medium{border:2px solid var(--spinner-color);border-bottom-color:transparent}.spinner-size-small{border:1px 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;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{--alert-bg: #372c64;--alert-border: 2px solid #7163af}body[data-theme=light]{--alert-bg: white;--alert-border: 1px solid #c9d0d8}body[data-theme=dark]{--alert-bg: #202020;--alert-border: 1px solid #313131}.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: #241e41;--modal-border: 2px solid #3a3161;--modal-header-bg: #211b3a;--modal-header-border: 1px solid #3a3063}body[data-theme=light]{--modal-shadow-bg: #00000025;--modal-bg: white;--modal-border: none;--modal-header-bg: white;--modal-header-border: 1px solid #d5d5d5}body[data-theme=dark]{--modal-shadow-bg: #070707a3;--modal-bg: #1c1c1c;--modal-border: none;--modal-header-bg: #222222;--modal-header-border: 1px solid #383838}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% - 20px);max-width:500px;max-height:min(300px,80svh);background:var(--modal-bg);border:var(--modal-border);font-size:90%;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}}.dayli-bonus-text{max-width:300px;margin:0 auto;text-align:center;padding:15px 0 20px}.invite-link{display:block;padding:5px;border-radius:8px;opacity:.7;font-size:95%}.invite-link a{text-decoration:dashed}body{--segments-bg: #261e48;--segments-border: 2px solid #52477f;--segments-active: #7163af}body[data-theme=light]{--segments-bg: white;--segments-border: 1px solid #bcbcbc;--segments-active: #c8ced8}body[data-theme=dark]{--segments-bg: #1c1c1c;--segments-border: 2px solid #5b5b5b;--segments-active: #c8ced8}.segments{display:flex;flex-direction:row;align-items:center;justify-content:space-around;background:var(--segments-bg);border-radius:10px;border:var(--segments-border);margin:10px 0 20px}.segments-option{cursor:pointer;width:100%;padding:8px 0;border-radius:6px;font-weight:500;text-align:center;margin:4px}.segments-header{padding:6px 0 4px;text-align:center;font-weight:500}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}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;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{--game-menu-item-height: 45px;--game-menu-item-padding: 0 18px;--game-menu-item-margin-right: 10px}body{--game-menu-item-bg: #372c64;--game-menu-item-border: 2px solid #7163af;--game-menu-color: white;--game-menu-icon-color: white}body[data-theme=light]{--game-menu-item-bg: #ffffff;--game-menu-item-border: 1px solid #adb8d2;--game-menu-color: black;--game-menu-icon-color: #373461}body[data-theme=dark]{--game-menu-item-bg: #facc6d;--game-menu-item-border: none;--game-menu-color: #000012;--game-menu-icon-color: black}body{--game-menu-height: 75px}.game-menu{display:flex;flex-direction:row;justify-content:center;padding-bottom:10px;box-sizing:border-box}.menu-item{position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center;height:var(--game-menu-item-height);padding:var(--game-menu-item-padding);background:var(--game-menu-item-bg);border-radius:8px;font-weight:400;color:var(--game-menu-color);margin-right:var(--game-menu-item-margin-right);border:var(--game-menu-item-border);box-sizing:border-box}.menu-item:last-child{margin-right:0}.menu-left{display:flex;flex-direction:row}.game-menu svg{color:var(--game-menu-icon-color);fill:var(--game-menu-icon-color)}@media (max-width: 1280px){body{--game-menu-item-height: 43px;--game-menu-item-padding: 0 16px;--game-menu-item-margin-right: 10px}}@media (max-width: 1025px){body{--game-menu-item-height: 40px;--game-menu-item-padding: 0 15px;--game-menu-item-margin-right: 10px}}@media (max-width: 770px),(max-height: 600px){body{--game-menu-item-height: 40px;--game-menu-item-padding: 0 16px;--game-menu-item-margin-right: 10px}}@media (max-width: 430px),(max-height: 440px){body{--game-menu-item-height: 38px;--game-menu-item-padding: 0 14px;--game-menu-item-margin-right: 8px}}@media (max-width: 380px),(max-height: 380px){body{--game-menu-item-height: 36px;--game-menu-item-padding: 0 12px;--game-menu-item-margin-right: 6px}}@media (max-width: 340px),(max-height: 340px){body{--game-menu-item-height: 30px;--game-menu-item-padding: 0 12px;--game-menu-item-margin-right: 5px}}body{--game-container-padding: 25px 20px 40px 20px}.game-container{position:relative;display:flex;flex-direction:column;justify-content:center;background:var(--page-bg);height:100svh;min-height:300px;width:100vw;min-width:300px;padding:var(--game-container-padding);box-sizing:border-box}@media (max-width: 1280px){body{--game-container-padding: 25px 22px 25px 25px}}@media (max-width: 1025px){body{--game-container-padding: 25px 25px 40px 25px}}@media (max-width: 770px),(max-height: 600px){body{--game-container-padding: 20px 25px 30px 25px}}@media (max-width: 430px),(max-height: 440px){body{--game-container-padding: 12px 24px 18px 24px}}@media (orientation: portrait) and (max-height: 540px){.game-container{justify-content:flex-start;overflow-y:auto}}@media (orientation: portrait){.game-container{min-height:400px}}body{--special-key-bg: #2f2658;--special-key-border: none;--special-key-counter-bg: #926cff;--special-key-counter-color: #fbfbfb}body[data-theme=light]{--special-key-bg: #ffffff;--special-key-border: 1px solid #7a8d9e;--special-key-counter-bg: #575a90;--special-key-counter-color: #fbfbfb}body[data-theme=dark]{--special-key-bg: #1a1a1a;--special-key-border: 1px solid #383838;--special-key-counter-bg: #facc6d;--special-key-counter-color: #0f0f0f}.special-keys{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;padding:15px 0 5px;box-sizing:border-box}.special-key{position:relative;cursor:pointer;background:var(--special-key-bg);display:flex;align-items:center;justify-content:center;width:min(24%,13vw,55px);aspect-ratio:1;border-radius:100%;margin-right:12px;border:var(--special-key-border)}.special-key-counter{position:absolute;top:-4%;right:-4%;display:flex;align-items:center;justify-content:center;padding:2px 5px;min-width:18px;border-radius:16px;font-size:65%;font-weight:500;background:var(--special-key-counter-bg);color:var(--special-key-counter-color)}.special-key:last-child{margin-right:0}body{--keyboard-color: #d7cdf9;--keyboard-bg: #1b1536;--keboard-border: 2px solid #7b63c1}body[data-theme=light]{--keyboard-color: #041724;--keyboard-bg: #ffffff;--keboard-border: 1px solid #adb8d2}body[data-theme=dark]{--keyboard-color: white;--keyboard-bg: #1a1a1a;--keboard-border: 1px solid #292828}.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-right .key{cursor:pointer;display:flex;align-items:center;justify-content:center;width:100%;border:var(--keboard-border);background:var(--keyboard-bg);color:var(--keyboard-color);border-radius:8px;box-sizing:border-box;aspect-ratio:1}.keyboard-bottom{display:flex;flex-direction:row;justify-content:center;width:100%;margin-top:10px;padding-top:12px}.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}@media (max-height: 670px){.keyboard-bottom{margin-top:0}}body{--sudoku-bg: #16112d;--sudoku-font-weight: 300;--sudoku-border: 2px solid #7b63c1;--sudoku-cell-border: 1px solid #8080801a;--sudoku-cell-color: #b6a6ff;--sudoku-selected-cell-outline: 2px solid #cfc4ff;--sudoku-selected-cell-bg: #201941;--sudoku-light-bg: #1b1536;--sudoku-incorrect-bg: #e94a4a33;--sudoku-locked-color: white}body[data-theme=light]{--sudoku-bg: #ffffff;--sudoku-font-weight: 400;--sudoku-border: 2px solid #575a90;--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}body[data-theme=dark]{--sudoku-bg: #111111;--sudoku-font-weight: 400;--sudoku-border: 1px solid #cfa44c;--sudoku-cell-border: 1px solid #1f1f1f;--sudoku-cell-color: #d1d1d1;--sudoku-selected-cell-outline: 2px solid #4f4f4f;--sudoku-selected-cell-bg: #1f1f1f;--sudoku-light-bg: #1a1a1a;--sudoku-incorrect-bg: #3f1f1f;--sudoku-locked-color: #bb9a56}.table-box{height:min(100%,100vw - 300px);width: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)}@media (orientation: portrait){.table-box{width:min(100%,60vh);height:auto}}@media (orientation: portrait) and (max-height: 540px){.table-box{width:100%}}.sudoku{position:relative;display:flex;flex-direction:row;justify-content:center;height:100%;width:100%;box-sizing:border-box}@media (orientation: portrait){.sudoku{height:auto;flex-direction:column;align-items:center;box-sizing:border-box}}.recs{display:flex;flex-direction:row;align-items:center;justify-content:center}.recs-block{position:relative;cursor:pointer;display:flex;flex-direction:row;justify-content:center;align-items:center;border:1px solid #8080806c;background:var(--sudoku-bg);height:34px;font-size:14px;font-weight:500;border-radius:7px;margin:0 0 8px}.recs-text{display:flex;align-items:center;justify-content:center;padding:0 14px 0 16px;height:100%}.recs-close{display:flex;align-items:center;justify-content:center;color:#6d6d6d;background:rgba(128,128,128,.06);padding:0 10px;border-radius:0 7px 7px 0;height:100%;font-size:12px;box-sizing:border-box}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: #ffffff;--leaderboard-item-sticky-color: #eeeeee}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;--leaderboard-item-sticky-color: #000000}body[data-theme=dark]{--leaderboard-item-bg: #2a2a2a;--leaderboard-item-border: 1px solid #4e4e4e;--leaderboard-item-sticky-bg: #facc6d;--leaderboard-item-sticky-border: 1px solid #facc6d;--leaderboard-shadow: none;--leaderboard-place-color: #c2c2c2;--leaderboard-item-sticky-color: #000000}.leaderboard{position:relative;width:100%;padding:12px 0}.leaderboard-item{display:flex;flex-direction:row;align-items:center;position:relative;background:var(--leaderboard-item-bg);border-radius:12px;width:100%;font-weight:400;margin-bottom:14px;padding:16px 25px;border:var(--leaderboard-item-border);box-sizing:border-box}.leaderboard-item:last-child{margin-bottom:0}.leaderboard-item .avatar{padding-right:20px}.leaderboard-item-sticky{position:sticky;bottom:20px;box-shadow:var(--leaderboard-shadow);background:var(--leaderboard-item-sticky-bg);border:var(--leaderboard-item-sticky-border);color:var(--leaderboard-item-sticky-color);z-index:1}.leaderboard-description{font-weight:400;font-size:14px;padding-top:5px;color:var(--text-secondary-color)}.leaderboard-menu{display:flex;align-items:center;justify-content:flex-start}.leaderboard-place{font-size:16px;color:var(--leaderboard-place-color);margin-left:auto;padding:10px;font-weight:400}.leaderboard-item-sticky .leaderboard-place{color:var(--leaderboard-item-sticky-color)}@supports (-webkit-touch-callout: none){.leaderboard-item-sticky{bottom:92px}}@media (max-width: 640px){.leaderboard-item{margin-bottom:12px;padding:14px 22px}}body{--bonus-right-color: #d7cffd}body[data-theme=light]{--bonus-right-color: #424242}body[data-theme=dark]{--bonus-right-color: #e0e0e0}.bonus-item{position:relative;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border:var(--paper-border);background:var(--paper-bg);padding:20px 25px;margin:8px 0;width:100%;border-radius:10px;box-sizing:border-box}.bonus-item-name{display:flex;flex-direction:row;font-weight:500}.bonus-item-description{margin:6px 0;opacity:.7}.bonus-item-right{display:flex;flex-direction:column;justify-content:flex-end;margin-left:auto;text-align:right;color:var(--bonus-right-color);height:100%}*{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: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: #16112d;--color: white;--secondary-color: #bcb7d7;--icon-color: white;--max-width: 720px}body[data-theme=light]{--page-bg: #f8f9ff;--color: #1c1a36;--secondary-color: #7682a1;--icon-color: #373461}body[data-theme=dark]{--page-bg: #111111;--color: white;--secondary-color: #c0c0c0;--icon-color: #ffffff}html,body{padding:0;margin:0}body{font-size:var(--font-size);background:var(--page-bg);font-family:Roboto;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}}
