@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap";.help-modal[data-v-9ac6fc7b]{position:fixed;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background:#000000b3;top:0;left:0;z-index:10}.help-modal .help-modal-content[data-v-9ac6fc7b]{color:#1284e7;position:relative;display:flex;align-items:flex-start;flex-direction:column;max-width:450px;width:90%;max-height:90%;box-sizing:border-box;padding:24px;background:#f5f5f5;border-radius:8px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(210,210,210,.5019607843) rgba(255,255,255,0)}.help-modal .help-modal-content[data-v-9ac6fc7b]::-webkit-scrollbar{-webkit-appearance:none;width:4px}.help-modal .help-modal-content[data-v-9ac6fc7b]::-webkit-scrollbar-thumb{border-radius:4px;background:#0009}.help-modal .help-modal-content[data-v-9ac6fc7b]::-webkit-scrollbar-thumb:hover{background:#000}.help-modal .help-modal-content .close-btn[data-v-9ac6fc7b]{position:absolute;top:24px;right:24px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#d7d9db;border-color:#b3b1b1;border-radius:5px;cursor:pointer;transition:all .3s}.help-modal .help-modal-content .close-btn[data-v-9ac6fc7b]:hover{background-color:#d7d9db;border-color:#313131}.help-modal .help-modal-content .close-btn:hover .icon[data-v-9ac6fc7b]{transform:rotate(90deg)}.help-modal .help-modal-content .close-btn[data-v-9ac6fc7b]:active{background-color:#2b2b2b;border-color:#2b2b2b}.help-modal .help-modal-content .close-btn .icon[data-v-9ac6fc7b]{height:10px;transition:all .3s}.help-modal .help-modal-content h2[data-v-9ac6fc7b]{color:#1284e7;font-size:20px;font-weight:700;margin-bottom:16px}.help-modal .help-modal-content p[data-v-9ac6fc7b]{font-size:14px;line-height:1.3;margin-bottom:12px;text-align:left;color:#8e8e90}.help-modal .help-modal-content p[data-v-9ac6fc7b]:last-child{margin-bottom:0}.help-modal .help-modal-content p a[data-v-9ac6fc7b]{color:#fff;text-decoration:none}.help-modal .help-modal-content p a[data-v-9ac6fc7b]:hover{text-decoration:underline}#board-item-container[data-v-70390968]{display:flex;align-items:center;justify-content:center;width:62px;height:62px;border:1px solid #2F2F2F;box-sizing:border-box;transition:transform .1s,background .1s,border .1s;-webkit-user-select:none;user-select:none}@media (max-width: 500px){#board-item-container[data-v-70390968]{width:52px;height:52px}}@media (max-width: 450px){#board-item-container[data-v-70390968]{width:40px;height:40px}}@media (max-width: 372px){#board-item-container[data-v-70390968]{width:35px;height:35px}}@media (max-width: 320px){#board-item-container[data-v-70390968]{width:30px;height:30px}}@media (max-height: 600px){#board-item-container[data-v-70390968]{width:48px;height:48px}}@media (max-height: 500px){#board-item-container[data-v-70390968]{width:40px;height:40px}}#board-item-container.has-item[data-v-70390968]{border-color:#646464}#board-item-container.validated[data-v-70390968]{animation-duration:.5s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}#board-item-container.validated .board-item[data-v-70390968]{transition:all .1s}#board-item-container.correct[data-v-70390968]{background:#3eaa42}#board-item-container.partial[data-v-70390968]{background:#d9ad55}#board-item-container.incorrect[data-v-70390968]{background:#feede7}#board-item-container.revealed[data-v-70390968]{background:#e7fef4}#board-item-container.selected[data-v-70390968]{background:#73adff}#board-item-container.clue[data-v-70390968]{background:#bebebe}#board-item-container.no-animation[data-v-70390968]{transition:none;animation:none;transform:none}#board-item-container.no-animation .board-item[data-v-70390968]{transition:none;transform:none}#board-item-container.border-left[data-v-70390968]{border-left:3px solid #2F2F2F}#board-item-container.border-right[data-v-70390968]{border-right:3px solid #2F2F2F}#board-item-container.border-top[data-v-70390968]{border-top:3px solid #2F2F2F}#board-item-container.border-bottom[data-v-70390968]{border-bottom:3px solid #2F2F2F}#board-item-container.disabled[data-v-70390968]{background:linear-gradient(to top right,#fff calc(50% - 1px),var(--color-separador),#fff calc(50% + 1px))!important}#board-item-container .board-item[data-v-70390968]{width:100%;height:100%;color:#000;display:flex;align-items:center;justify-content:center;font-weight:bolder;font-size:32px;position:relative;z-index:3}@media (max-height: 600px){#board-item-container .board-item[data-v-70390968]{font-size:28px}}@media (max-height: 500px){#board-item-container .board-item[data-v-70390968]{font-size:30px}}@media (max-width: 500px){#board-item-container .board-item[data-v-70390968]{font-size:24px}}#board-item-container .board-item .board-item-result[data-v-70390968]{font-size:14px;position:absolute;top:0;left:0;color:#2f2f2f;padding:2px;z-index:2}@media (max-height: 600px){#board-item-container .board-item .board-item-result[data-v-70390968]{font-size:12px}}@media (max-height: 500px){#board-item-container .board-item .board-item-result[data-v-70390968]{font-size:11px}}@media (max-width: 500px){#board-item-container .board-item .board-item-result[data-v-70390968]{padding:1px;font-size:10px}}#board-item-container .board-item .board-item-solved-value[data-v-70390968]{font-size:20px;position:absolute;top:0;right:2px;color:#f87c63}@media (max-height: 600px){#board-item-container .board-item .board-item-solved-value[data-v-70390968]{font-size:17px}}@media (max-height: 500px){#board-item-container .board-item .board-item-solved-value[data-v-70390968]{font-size:15px}}@media (max-width: 500px){#board-item-container .board-item .board-item-solved-value[data-v-70390968]{padding:1px;font-size:15px}}@keyframes flip-70390968{0%{transform:rotateY(0)}to{transform:rotateY(180deg)}}@keyframes fadeBackground-70390968{0%{background-color:#fce97f}to{background-color:#2eb07b}}@keyframes fadeBackgroundOptionA-70390968{to{opacity:1}}.icon-btn[data-v-e4728fd7]{position:relative;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:5px;cursor:pointer;transition:all .3s}@media (max-height: 540px){.icon-btn[data-v-e4728fd7]{width:28px;height:28px}}.icon-btn[data-v-e4728fd7]:hover{background-color:#d7d9db;border-color:#b3b1b1}.icon-btn[data-v-e4728fd7]:active{background-color:#2b2b2b;border-color:#2b2b2b}.icon-btn.pressed[data-v-e4728fd7]{background-color:#f9e79f;border-color:#f7dc6f}.icon-btn.disabled[data-v-e4728fd7]{background-color:#f0f0f0;border:1px solid #ccc;cursor:not-allowed;opacity:.6}.icon-btn.disabled .icon[data-v-e4728fd7]{opacity:.5}.icon-btn .icon[data-v-e4728fd7]{height:13px;-webkit-user-select:none;user-select:none}.dropdown[data-v-e4728fd7]{position:relative;display:inline-block;font-family:Titillium Web,sans-serif}.dropdown__wrapper[data-v-e4728fd7]{position:absolute;top:calc(100% + 6px);z-index:1000}.dropdown__wrapper--right[data-v-e4728fd7]{right:0}.dropdown__wrapper--left[data-v-e4728fd7]{left:0}.dropdown__wrapper--center[data-v-e4728fd7]{left:50%;transform:translate(-50%)}.dropdown__arrow[data-v-e4728fd7]{position:absolute;top:-6px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;filter:drop-shadow(0 -1px 1px rgba(0,0,0,.1))}.dropdown__arrow.left[data-v-e4728fd7]{left:12px}.dropdown__arrow.center[data-v-e4728fd7]{left:50%;transform:translate(-50%)}.dropdown__arrow.right[data-v-e4728fd7]{right:12px}.dropdown__menu[data-v-e4728fd7]{position:relative;background:#fff;border:1px solid #ebeef5;border-radius:4px;box-shadow:0 2px 12px #0000001a;padding:4px 0;list-style:none;margin:0;width:180px}.dropdown__item[data-v-e4728fd7]{display:flex;align-items:center;padding:8px 14px;font-size:14px;color:#606266;cursor:pointer;transition:background .2s ease,color .2s ease}.dropdown__item[data-v-e4728fd7]:hover{background-color:#ecf5ff;color:#409eff}.dropdown__divider[data-v-e4728fd7]{padding:0;margin:0;height:1px;background-color:#ebeef5;cursor:default;pointer-events:none}.dropdown__disabled[data-v-e4728fd7]{color:#c0c4cc;cursor:not-allowed;pointer-events:none}.dropdown__disabled .dropdown__icon svg[data-v-e4728fd7]{color:#d0d0d0}.dropdown__disabled[data-v-e4728fd7]:hover{background-color:inherit;color:#c0c4cc}.dropdown__icon[data-v-e4728fd7]{display:inline-flex;align-items:center;margin-right:8px}.dropdown__icon svg[data-v-e4728fd7]{width:16px;height:16px;color:#909399}.fade-enter-active[data-v-e4728fd7],.fade-leave-active[data-v-e4728fd7]{transition:opacity .15s ease,transform .15s ease}.fade-enter-from[data-v-e4728fd7],.fade-leave-to[data-v-e4728fd7]{opacity:0;transform:translateY(-4px)}header[data-v-b0917c92]{font-family:Titillium Web,sans-serif;width:100%;display:flex;justify-content:center;background:#ebedef;flex-direction:column;align-items:center}@media (max-height: 540px){header[data-v-b0917c92]{height:40px}}header .header-container[data-v-b0917c92]{max-width:500px;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between}@media (max-width: 512px){header .header-container[data-v-b0917c92]{padding:0 12px;box-sizing:border-box}}header .header-container .game-title .title[data-v-b0917c92]{display:flex;align-items:center;justify-content:center}header .header-container .game-title .title .name[data-v-b0917c92]{display:flex;align-items:center;justify-content:center;height:24px;margin:0 3px;font-size:30px;font-weight:700;text-transform:uppercase;color:#000}@media (max-height: 540px){header .header-container .game-title .title .name[data-v-b0917c92]{width:20px;height:20px;font-size:20px;margin:0 2px}}@media (max-width: 320px){header .header-container .game-title .title .name[data-v-b0917c92]{width:20px;height:20px;font-size:20px;margin:0 1px}}header .header-container .game-title .title .name.correct[data-v-b0917c92]{background-color:#3eaa42}header .header-container .game-title .title .name.partial[data-v-b0917c92]{background-color:#cd8729}header .header-container .game-title .title .name.incorrect[data-v-b0917c92]{background-color:none;width:14px}header .header-container .game-title .title .space[data-v-b0917c92]{width:14px}@media (max-width: 320px){header .header-container .game-title .title .space[data-v-b0917c92]{width:10px}}header .header-container .game-title .subtitle[data-v-b0917c92]{margin-top:.5em;font-size:.8em}header .header-container .header-right[data-v-b0917c92],header .header-container .header-left[data-v-b0917c92]{display:flex;justify-content:space-between}@media (max-height: 540px){header .header-container .header-right[data-v-b0917c92],header .header-container .header-left[data-v-b0917c92]{width:62px}}header .header-container .header-right[data-v-b0917c92]{flex-direction:row-reverse}header .header-container .icon-btn[data-v-b0917c92]{position:relative;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:5px;cursor:pointer;transition:all .3s}@media (max-height: 540px){header .header-container .icon-btn[data-v-b0917c92]{width:28px;height:28px}}header .header-container .icon-btn[data-v-b0917c92]:hover{background-color:#d7d9db;border-color:#b3b1b1}header .header-container .icon-btn[data-v-b0917c92]:active{background-color:#2b2b2b;border-color:#2b2b2b}header .header-container .icon-btn.pressed[data-v-b0917c92]{background-color:#f9e79f;border-color:#f7dc6f}header .header-container .icon-btn.disabled[data-v-b0917c92]{background:none;border:2px solid #2C2C2C;cursor:default}header .header-container .icon-btn.disabled .icon[data-v-b0917c92]{opacity:.5}header .header-container .icon-btn .icon[data-v-b0917c92]{height:18px;-webkit-user-select:none;user-select:none}header .header-container-sub[data-v-b0917c92]{max-width:500px;width:100%;height:40px;display:flex;align-items:center;justify-content:space-between}@media (max-width: 512px){header .header-container-sub[data-v-b0917c92]{padding:0 12px;box-sizing:border-box}}header .header-container-sub .game-title-sub[data-v-b0917c92]{font-size:15px;font-weight:600}header .header-container-sub .game-title-sub .title-sub[data-v-b0917c92]{display:flex;align-items:center;justify-content:center}header .header-container-sub .game-title-sub .subtitle-sub[data-v-b0917c92]{margin-top:.5em;font-size:.8em}header .header-container-sub .header-right-sub[data-v-b0917c92],header .header-container-sub .header-left-sub[data-v-b0917c92]{display:flex;justify-content:center;vertical-align:middle}@media (max-height: 540px){header .header-container-sub .header-right-sub[data-v-b0917c92],header .header-container-sub .header-left-sub[data-v-b0917c92]{width:62px}}header .header-container-sub .header-right-sub[data-v-b0917c92]{flex-direction:row-reverse}header .header-container-sub .header-left-sub[data-v-b0917c92]{flex-direction:row;justify-content:center;align-items:center;font-size:17px;font-weight:700}header .header-container-sub .header-left-sub .icon-timer[data-v-b0917c92]{height:20px;margin-right:5px;margin-left:5px;-webkit-user-select:none;user-select:none}@media (max-height: 540px){header .header-container-sub .header-left-sub .icon-timer[data-v-b0917c92]{height:16px;margin-right:4px;margin-left:4px}}.endgame-modal[data-v-aafb30a2]{position:fixed;flex-direction:column;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background:#000000b3;top:0;left:0;z-index:10}.endgame-modal .endgame-modal-content[data-v-aafb30a2]{color:#1284e7;position:relative;align-items:flex-start;flex-direction:column;max-width:450px;width:90%;max-height:90%;box-sizing:border-box;padding:24px;background:#f5f5f5;border-radius:8px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(210,210,210,.5019607843) rgba(255,255,255,0)}.endgame-modal .endgame-modal-content[data-v-aafb30a2]::-webkit-scrollbar{-webkit-appearance:none;width:4px}.endgame-modal .endgame-modal-content[data-v-aafb30a2]::-webkit-scrollbar-thumb{border-radius:4px;background:#0009}.endgame-modal .endgame-modal-content[data-v-aafb30a2]::-webkit-scrollbar-thumb:hover{background:#000}.endgame-modal .endgame-modal-content.finished[data-v-aafb30a2]{border-bottom-left-radius:0;border-bottom-right-radius:0}.endgame-modal .endgame-modal-content .close-btn[data-v-aafb30a2]{position:absolute;top:24px;right:24px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#d7d9db;border-color:#b3b1b1;border-radius:5px;cursor:pointer;transition:all .3s}.endgame-modal .endgame-modal-content .close-btn[data-v-aafb30a2]:hover{background-color:#d7d9db;border-color:#313131}.endgame-modal .endgame-modal-content .close-btn:hover .icon[data-v-aafb30a2]{transform:rotate(90deg)}.endgame-modal .endgame-modal-content .close-btn[data-v-aafb30a2]:active{background-color:#2b2b2b;border-color:#2b2b2b}.endgame-modal .endgame-modal-content .close-btn .icon[data-v-aafb30a2]{height:10px;transition:all .3s}.endgame-modal .endgame-modal-content h2[data-v-aafb30a2],.endgame-modal .endgame-modal-content h1[data-v-aafb30a2]{color:#1284e7;font-size:20px;font-weight:700;margin-bottom:16px}.endgame-modal .endgame-modal-content .stats[data-v-aafb30a2]{margin-bottom:32px;width:100%}.endgame-modal .endgame-modal-content .stats .stats-content[data-v-aafb30a2]{display:flex}@media (max-width: 380px){.endgame-modal .endgame-modal-content .stats .stats-content[data-v-aafb30a2]{flex-direction:column}}.endgame-modal .endgame-modal-content .stats .stats-content .stats-line[data-v-aafb30a2]{display:flex;flex:1}.endgame-modal .endgame-modal-content .stats .stats-content .stats-line[data-v-aafb30a2]:first-child{margin-right:8px}@media (max-width: 380px){.endgame-modal .endgame-modal-content .stats .stats-content .stats-line[data-v-aafb30a2]:first-child{margin-right:0}.endgame-modal .endgame-modal-content .stats .stats-content .stats-line[data-v-aafb30a2]:first-child{margin-bottom:8px}}.endgame-modal .endgame-modal-content .stats .stats-content .stats-line .stats-item[data-v-aafb30a2]{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;height:80px;margin-right:8px;border-radius:6px;border:1px solid #1284e7}.endgame-modal .endgame-modal-content .stats .stats-content .stats-line .stats-item[data-v-aafb30a2]:last-child{margin-right:0}.endgame-modal .endgame-modal-content .stats .stats-content .stats-line .stats-item .stat-item-figure[data-v-aafb30a2]{font-size:20px;font-weight:700;color:#1284e7}.endgame-modal .endgame-modal-content .stats .stats-content .stats-line .stats-item .stat-item-label[data-v-aafb30a2]{display:flex;align-items:center;height:30px;font-size:12px;color:#1284e7;margin:0 8px}.endgame-modal .endgame-modal-content .stats-result[data-v-aafb30a2]{display:flex;flex-direction:column;align-items:center;margin-top:16px;width:100%}.endgame-modal .endgame-modal-content .stats-result .subtitle[data-v-aafb30a2]{font-size:17px;font-weight:700;color:#00000080}.endgame-modal .endgame-modal-content .stats-result .subtitle.special[data-v-aafb30a2]{margin-bottom:12px;max-width:225px}.endgame-modal .endgame-modal-content .stats-result h2[data-v-aafb30a2]{margin-bottom:8px}.endgame-modal .endgame-modal-content .stats-result .special-logo[data-v-aafb30a2]{margin-top:16px;height:36px}.endgame-modal .endgame-modal-content .stats-result .special-logo img[data-v-aafb30a2]{width:100%;height:100%;object-fit:contain}.endgame-modal .modal-footer[data-v-aafb30a2]{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center;max-width:450px;width:90%;box-sizing:border-box;padding:12px;background-color:#ebedef;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.endgame-modal .modal-footer .next-in[data-v-aafb30a2]{display:flex;font-size:12px;font-weight:700;color:#1284e7;margin-bottom:2px}.endgame-modal .modal-footer .time[data-v-aafb30a2]{font-size:20px;font-weight:700;color:#1284e7}.historic-modal[data-v-3e4e9a57]{position:fixed;flex-direction:column;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background:#000000b3;top:0;left:0;z-index:10}.historic-modal .historic-modal-content[data-v-3e4e9a57]{color:#1284e7;position:relative;align-items:flex-start;flex-direction:column;max-width:450px;width:90%;max-height:90%;box-sizing:border-box;padding:24px;background:#f5f5f5;border-radius:8px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(210,210,210,.5019607843) rgba(255,255,255,0)}.historic-modal .historic-modal-content[data-v-3e4e9a57]::-webkit-scrollbar{-webkit-appearance:none;width:4px}.historic-modal .historic-modal-content[data-v-3e4e9a57]::-webkit-scrollbar-thumb{border-radius:4px;background:#0009}.historic-modal .historic-modal-content[data-v-3e4e9a57]::-webkit-scrollbar-thumb:hover{background:#000}.historic-modal .historic-modal-content.finished[data-v-3e4e9a57]{border-bottom-left-radius:0;border-bottom-right-radius:0}.historic-modal .historic-modal-content .close-btn[data-v-3e4e9a57]{position:absolute;top:24px;right:24px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#d7d9db;border-color:#b3b1b1;border-radius:5px;cursor:pointer;transition:all .3s}.historic-modal .historic-modal-content .close-btn[data-v-3e4e9a57]:hover{background-color:#d7d9db;border-color:#313131}.historic-modal .historic-modal-content .close-btn:hover .icon[data-v-3e4e9a57]{transform:rotate(90deg)}.historic-modal .historic-modal-content .close-btn[data-v-3e4e9a57]:active{background-color:#2b2b2b;border-color:#2b2b2b}.historic-modal .historic-modal-content .close-btn .icon[data-v-3e4e9a57]{height:10px;transition:all .3s}.historic-modal .historic-modal-content h2[data-v-3e4e9a57]{color:#1284e7;font-size:20px;font-weight:700;margin-bottom:16px}.historic-modal .historic-modal-content .historic[data-v-3e4e9a57]{margin-top:10px;width:100%}.historic-modal .historic-modal-content .historic .historic-content[data-v-3e4e9a57]{display:flow}@media (max-width: 380px){.historic-modal .historic-modal-content .historic .historic-content[data-v-3e4e9a57]{flex-direction:column}}.historic-modal .historic-modal-content .historic .historic-content .historic-line[data-v-3e4e9a57]{display:flex;flex:1}@media (max-width: 380px){.historic-modal .historic-modal-content .historic .historic-content .historic-line[data-v-3e4e9a57]:first-child{margin-right:0}.historic-modal .historic-modal-content .historic .historic-content .historic-line[data-v-3e4e9a57]:first-child{margin-bottom:8px}}.historic-modal .historic-modal-content .historic .historic-content .historic-line .historic-item[data-v-3e4e9a57]{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;height:70px;background-color:#c9c9e6;margin-bottom:8px}.historic-modal .historic-modal-content .historic .historic-content .historic-line .historic-item img[data-v-3e4e9a57]{width:24px;height:24px}.historic-modal .historic-modal-content .historic .historic-content .historic-line .historic-item[data-v-3e4e9a57]:last-child{margin-right:0}.historic-modal .historic-modal-content .historic .historic-content .historic-line .historic-item .stat-item-figure[data-v-3e4e9a57]{font-size:28px;font-weight:700;color:#1284e7}.historic-modal .historic-modal-content .historic .historic-content .historic-line .historic-item .stat-item-label[data-v-3e4e9a57]{display:flex;align-items:center;height:30px;font-size:15px;color:#000;margin:0 8px}.historic-modal .historic-modal-content .historic .historic-content .historic-icon[data-v-3e4e9a57]{display:flex;align-items:center;justify-content:center;width:70px;height:70px;background-color:#1284e7}.historic-modal .historic-modal-content .historic .historic-content .historic-icon img[data-v-3e4e9a57]{width:40px;height:40px}.historic-modal .historic-modal-content .historic .historic-content .historic-button[data-v-3e4e9a57]{display:flex;align-items:center;justify-content:center;width:70px;height:70px;background-color:#1284e7}.historic-modal .historic-modal-content .historic .historic-content .historic-button img[data-v-3e4e9a57]{width:40px;height:40px}.historic-modal .historic-modal-content .historic .historic-content .historic-button[data-v-3e4e9a57]:hover{background:#5a5a5a}.historic-modal .modal-footer[data-v-3e4e9a57]{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center;max-width:450px;width:90%;box-sizing:border-box;padding:12px;background-color:#141415;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.historic-modal .modal-footer .next-in[data-v-3e4e9a57]{display:flex;font-size:12px;font-weight:700;color:#ffffff80;margin-bottom:2px}.historic-modal .modal-footer .time[data-v-3e4e9a57]{font-size:20px;font-weight:700;color:#fff}.pause-modal[data-v-a32002c5]{position:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;top:0;left:0;background:#000000b3;z-index:10;overflow:hidden}.pause-modal .pause-modal-content[data-v-a32002c5]{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;max-width:400px;width:90%;padding:40px 24px 32px;background:#f5f5f5;border-radius:8px;box-sizing:border-box;text-align:center;color:#1284e7;overflow:visible}.pause-modal .pause-modal-content h2[data-v-a32002c5]{font-size:22px;font-weight:700;margin-bottom:20px}.pause-modal .pause-modal-content .pause-body[data-v-a32002c5]{font-size:16px;color:#0009;margin-bottom:32px}.pause-modal .pause-modal-content .pause-body p[data-v-a32002c5]{margin:6px 0}.pause-modal .pause-modal-content .resume-btn[data-v-a32002c5]{background-color:#1284e7;color:#fff;font-size:16px;font-weight:600;padding:12px 28px;border:none;border-radius:6px;cursor:pointer;transition:all .3s;min-width:180px;min-height:50px}.pause-modal .pause-modal-content .resume-btn[data-v-a32002c5]:hover{background-color:#0f6dc3}.pause-modal .pause-modal-content .resume-btn[data-v-a32002c5]:active{background-color:#0c5ba0}@media (max-width: 380px){.pause-modal .pause-modal-content .resume-btn[data-v-a32002c5]{width:100%}}.pause-modal .pause-modal-content .close-btn[data-v-a32002c5]{position:absolute;top:16px;right:16px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#3a3a3c;border-radius:5px;border-bottom:2px solid #2B2B2B;cursor:pointer;transition:all .3s}.pause-modal .pause-modal-content .close-btn[data-v-a32002c5]:hover{background-color:#474748;border-color:#313131}.pause-modal .pause-modal-content .close-btn:hover .icon[data-v-a32002c5]{transform:rotate(90deg)}.pause-modal .pause-modal-content .close-btn[data-v-a32002c5]:active{background-color:#2b2b2b;border-color:#2b2b2b}.pause-modal .pause-modal-content .close-btn .icon[data-v-a32002c5]{height:10px;transition:all .3s}.fadeup-enter-active[data-v-a32002c5],.fadeup-leave-active[data-v-a32002c5]{transition:opacity .3s ease,transform .3s ease}.fadeup-enter-from[data-v-a32002c5],.fadeup-leave-to[data-v-a32002c5]{opacity:0;transform:translateY(-10px)}.settings-modal[data-v-6419822d]{position:fixed;display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;top:0;left:0;background:#000000b3;z-index:10}.settings-modal .settings-modal-content[data-v-6419822d]{position:relative;display:flex;flex-direction:column;max-width:450px;width:90%;padding:24px;background:#f5f5f5;border-radius:8px;max-height:100%;overflow-y:auto}.settings-modal .settings-modal-content .close-btn[data-v-6419822d]{position:absolute;top:24px;right:24px;width:24px;height:24px;cursor:pointer}.settings-modal .settings-modal-content .close-btn .icon[data-v-6419822d]{height:10px}.settings-modal .settings-modal-content h2[data-v-6419822d]{color:#1284e7;font-size:20px;font-weight:700;margin-bottom:16px}.settings-modal .settings-modal-content .settings-content[data-v-6419822d]{width:100%}.settings-modal .settings-modal-content .settings-content .settings-item[data-v-6419822d]{padding:8px 0;display:flex;justify-content:space-between;align-items:center}.settings-modal .settings-modal-content .settings-content .settings-item .option-label[data-v-6419822d]{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#1284e7}.settings-modal .settings-modal-content .settings-content .settings-item .option-label .icon[data-v-6419822d]{width:20px;height:20px}.settings-modal .settings-modal-content .settings-content .settings-item .toggle-button[data-v-6419822d]{background:#3a3a3c;width:46px;height:25px;border-radius:100px;cursor:pointer;position:relative;transition:all .3s}.settings-modal .settings-modal-content .settings-content .settings-item .toggle-button .toggle[data-v-6419822d]{background:#fff;width:17px;height:17px;border-radius:50%;position:absolute;left:4px;top:4px;transition:all .3s}.settings-modal .settings-modal-content .settings-content .settings-item .toggle-button.activated[data-v-6419822d]{background:#3eaa42}.settings-modal .settings-modal-content .settings-content .settings-item .toggle-button.activated .toggle[data-v-6419822d]{transform:translate(21px)}.settings-modal .settings-modal-content .settings-content .credits[data-v-6419822d]{margin-top:32px}#key[data-v-690f349d]{width:40px;height:50px;cursor:pointer;margin:2px;font-size:22px;font-weight:700;color:#fff;background:#636363;border-radius:6px;border:none;border-bottom:2px solid #4D4D4D;-webkit-user-select:none;user-select:none;transition:transform .2s,background .2s,opacity .2s;-webkit-tap-highlight-color:transparent}@media (max-height: 700px){#key[data-v-690f349d]{height:50px}}@media (max-height: 700px),(max-width: 500px){#key[data-v-690f349d]{font-size:18px}}#key[data-v-690f349d]:hover{background:#5a5a5a}#key[data-v-690f349d]:active{background:#4d4d4d;transform:translateY(1px)}#key.big[data-v-690f349d]{width:55px}#key.exhausted[data-v-690f349d]{background:#cd8729;border-color:#9f6414}#key.exhausted[data-v-690f349d]:active{background:#9f6414}#key.disabled[data-v-690f349d],#key[data-v-690f349d]:disabled{background:#4a4a4a;border-color:#3a3a3a;opacity:.5;cursor:not-allowed;pointer-events:none;transform:none}#key .icon[data-v-690f349d]{height:19px;transform:translateY(1px)}@media (max-height: 700px),(max-width: 500px){#key .icon[data-v-690f349d]{height:13px}}@media (max-width: 500px){#key[data-v-690f349d]{width:34px;height:42px}#key.big[data-v-690f349d]{width:72px}#key.big.bepo[data-v-690f349d],#key.big.qwerty[data-v-690f349d],#key.big.qwertz[data-v-690f349d]{width:53px}}@media (max-width: 393px){#key[data-v-690f349d]{width:32px}#key.big[data-v-690f349d]{width:68px}#key.big.bepo[data-v-690f349d],#key.big.qwerty[data-v-690f349d],#key.big.qwertz[data-v-690f349d]{width:50px}}@media (max-width: 372px){#key[data-v-690f349d]{width:28px}#key.big[data-v-690f349d]{width:60px}#key.big.qwerty[data-v-690f349d],#key.big.qwertz[data-v-690f349d]{width:44px}}@media (max-width: 320px){#key[data-v-690f349d]{width:22px}#key.big[data-v-690f349d]{width:48px}#key.big.bepo[data-v-690f349d],#key.big.qwerty[data-v-690f349d],#key.big.qwertz[data-v-690f349d]{width:35px}}@media (max-height: 600px){#key[data-v-690f349d]{height:48px}}#game[data-v-edaea529]{font-family:Titillium Web,sans-serif;align-items:center;width:100%;height:100%;overflow:hidden;display:flex;flex-direction:column;background:#fff}#game main[data-v-edaea529]{max-width:500px;height:95%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;box-sizing:border-box;position:relative}#game main .fade-enter-active[data-v-edaea529],#game main .fade-leave-active[data-v-edaea529]{transition:opacity .5s}#game main .fade-enter[data-v-edaea529],#game main .fade-leave-to[data-v-edaea529]{opacity:0}#game main .fadeup-enter-active[data-v-edaea529],#game main .fade-leave-active[data-v-edaea529]{transition:opacity .5s}#game main .fadeup-enter[data-v-edaea529],#game main .fade-leave-to[data-v-edaea529]{opacity:0;transform:translateY(10px)}#game main .notification[data-v-edaea529]{top:20px;margin-top:6px;position:absolute;background:#ebebeb;color:#121213;padding:.5em 1em;border-radius:.5em;font-size:18px;font-weight:700;z-index:10}#game main .grid[data-v-edaea529]{margin-top:auto;margin-bottom:auto}#game main .grid .grid-row[data-v-edaea529]{display:flex;animation-duration:.3s;perspective:800px}#game main .grid .grid-row.shake[data-v-edaea529]{animation-name:shake}#game main .keyboard[data-v-edaea529]{margin-bottom:20px}@media (max-height: 900px){#game main .keyboard[data-v-edaea529]{margin-bottom:7px}}#game main .keyboard .keyboard-line[data-v-edaea529]{margin-top:10px}#game main .keyboard .keyboard-line[data-v-edaea529]:first-child{margin:0}@media (max-height: 540px){#game main .keyboard .keyboard-line[data-v-edaea529]{margin-top:4px}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}input,button,textarea,select{color:inherit;font-size:inherit;font-style:inherit;font-family:inherit;-webkit-border-radius:0;border-radius:0;-webkit-padding-start:0;align-items:flex-start;text-index:0;border:none;outline:none;background:none;padding:0;margin:0;width:auto;height:auto;line-height:1em}input[type=text],input[type=reset],input[type=password],input[type=search],input[type=email],input[type=tel],input[type=url],input[type=time],input[type=week],input[type=month],input[type=date],input[type=datetime],input[type=datetime-local],input[type=number],input[type=submit],input[type=color],input[type=file],button,textarea,select{height:1em;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=color]{width:1em}input::-ms-clear{display:none}details,summary{-webkit-appearance:none;-moz-appearance:none;appearance:none}body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}mark{background:none}*,*:before,*:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}hr{height:1px;margin:0;padding:0}u{text-decoration:none}table th{text-align:left}a,a:link,a:visited,a:focus,a:active{color:inherit;outline:none;text-decoration:none}a:hover{outline:none;text-decoration:none}html,body{height:100%}#app{font-family:Titillium Web,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#919191;background:#0e0e0f;width:100vw;height:100vh;display:flex;justify-content:center;touch-action:manipulation}body{font-family:Titillium Web,sans-serif!important;min-height:100vh;font-size:15px}
