html{margin-top:0}.App{margin:auto;max-width:540px;padding-top:0;text-align:left}header{margin-bottom:2rem;padding:5px}header table{width:100%}header .title-wrapper,header h1.title{text-align:center}header h1.title{font-size:26px;font-weight:400;font-weight:700;margin:0;pointer-events:none}@media screen and (max-width:540px){header h1.title{line-height:2rem}}.input-cells{margin:auto}.input-cells .cell{align-items:center;border-radius:.25rem;display:flex;font-weight:700;justify-content:center;text-transform:uppercase}.input-cells .cell[data-animation=pop]{animation-duration:.1s;animation-name:PopIn}.input-cells .cell[data-animation=flip-in]{animation-duration:125ms;animation-name:FlipIn;animation-timing-function:ease-in}.input-cells .cell[data-animation=flip-out]{animation-duration:125ms;animation-name:FlipOut;animation-timing-function:ease-in}.icon{cursor:pointer}.help{border:2px solid gray;border-radius:100%;padding:2px 7px}.keys{color:#000;margin-top:2rem}.message{border-radius:.25rem;margin:1rem;padding:20px;text-align:center}.message[data-animation=fade-in]{animation-duration:.5s;animation-name:FadeIn;animation-timing-function:ease-in}.message .support{height:32px}.message .meaning{background:gold;border-radius:1rem;color:#000;font-size:16px;margin-bottom:1rem;padding:1rem}.message .meaning .word{font-size:24px;font-weight:700;text-decoration:underline}.message .meaning .definition{text-align:left}.message-success{background-color:#d1e7dd;border-color:#badbcc;color:#0f5132}.message-failure{background-color:#f8d7da;border-color:#f5c2c7;color:#842029}.guess{font-size:8px;text-align:right}.btn{background-color:transparent;border:1px solid transparent;border-radius:.25rem;color:#0f172a;cursor:pointer;display:block;font-size:1rem;font-weight:400;line-height:1.5;margin:auto;padding:.375rem .75rem;text-align:center;text-decoration:none;text-transform:uppercase;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.btn-primary{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.btn-pinky{background-color:#ffc107;border-color:#ffc107;color:#000}.not-working-desc{color:#000;font-size:13px}.result-modal textarea{height:20rem;margin-top:1rem;max-height:60vh;width:100%}.material-icons{line-height:0!important;position:relative;top:-1px;vertical-align:middle}.hg-theme-default .hg-button{border-radius:.25rem!important;font-size:14px;font-weight:700;height:58px!important}.adsbygoogle{margin-left:0!important;margin-top:20px}@keyframes PopIn{0%{opacity:0;transform:scale(.8)}40%{opacity:1;transform:scale(1.1)}}@keyframes FlipOut{0%{transform:rotateX(0)}to{transform:rotateX(-90deg)}}@keyframes FlipIn{0%{transform:rotateX(-90deg)}to{transform:rotateX(0)}}@keyframes FadeIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@media(prefers-color-scheme:light){.App{color:#000}body{background-color:#fff}header{border-bottom:1px solid #d3d6da}h1.title{color:#0f172a}.input-cells .cell{background:#fff;border:2px solid #e2e8f0;color:#0f172a}.input-cells .cell[data-state=tbd]{border:2px solid #333}.input-cells .cell.correct,.input-cells .cell.miss,.input-cells .cell.partial{text-shadow:2px 2px 0 #000000bf}.input-cells .cell.miss{background:#94a3b8;border:2px solid #94a3b8;color:#fff}.input-cells .cell.correct{background:#379b28;border:2px solid #379b28;color:#fff}.input-cells .cell.partial{background:#f0cc14;border:2px solid #f0cc14;color:#fff}.hg-theme-default.hg-layout-default{background-color:#fff}.hg-theme-default.hg-layout-default .hg-button{background-color:#e2e8f0;border:none;box-shadow:none;color:#000}.hg-theme-default.hg-layout-default .miss{background:#94a3b8}.hg-theme-default.hg-layout-default .correct{background:#379b28}.hg-theme-default.hg-layout-default .partial{background:#f0cc14}.guess{color:#fff}path{fill:#000}svg{fill:#fff}}@media(prefers-color-scheme:dark){.App{color:#fff}header{border-bottom:1px solid #1e293b}body{background-color:#0f172a}h1.title{color:#fff}.input-cells .cell{background:#0f172a;border:2px solid #1e293b;color:#fff}.input-cells .cell[data-state=tbd]{border:2px solid #ddd}.input-cells .cell.correct,.input-cells .cell.miss,.input-cells .cell.partial{text-shadow:2px 2px 0 #000000bf}.input-cells .cell.miss{background:#1e293b;border:2px solid #1e293b}.input-cells .cell.correct{background:#57ac57;border:2px solid #57ac57}.input-cells .cell.partial{background:#b59f3b;border:2px solid #b59f3b}.hg-theme-default.hg-layout-default{background-color:#0f172a}.hg-theme-default.hg-layout-default .hg-button{background-color:#475569;border:none;color:#fff}.hg-theme-default.hg-layout-default .miss{background:#1e293b}.hg-theme-default.hg-layout-default .correct{background:#57ac57}.hg-theme-default.hg-layout-default .partial{background:#b59f3b}.guess{color:#000}path{fill:#fff}}.dark .App{color:#fff}.dark header{border-bottom:1px solid #1e293b}.dark body{background-color:#0f172a}.dark h1.title{color:#fff}.dark .input-cells .cell{background:#0f172a;border:2px solid #1e293b;color:#fff}.dark .input-cells .cell[data-state=tbd]{border:2px solid #ddd}.dark .input-cells .cell.correct,.dark .input-cells .cell.miss,.dark .input-cells .cell.partial{text-shadow:2px 2px 0 #000000bf}.dark .input-cells .cell.miss{background:#1e293b;border:2px solid #1e293b}.dark .input-cells .cell.correct{background:#57ac57;border:2px solid #57ac57}.dark .input-cells .cell.partial{background:#b59f3b;border:2px solid #b59f3b}.dark .hg-theme-default.hg-layout-default{background-color:#0f172a}.dark .hg-theme-default.hg-layout-default .hg-button{background-color:#475569;border:none;color:#fff}.dark .hg-theme-default.hg-layout-default .miss{background:#1e293b}.dark .hg-theme-default.hg-layout-default .correct{background:#57ac57}.dark .hg-theme-default.hg-layout-default .partial{background:#b59f3b}.dark .guess{color:#000}.dark path{fill:#fff}.light .App{color:#000}.light body{background-color:#fff}.light header{border-bottom:1px solid #d3d6da}.light h1.title{color:#0f172a}.light .input-cells .cell{background:#fff;border:2px solid #e2e8f0;color:#0f172a}.light .input-cells .cell[data-state=tbd]{border:2px solid #333}.light .input-cells .cell.correct,.light .input-cells .cell.miss,.light .input-cells .cell.partial{text-shadow:2px 2px 0 #000000bf}.light .input-cells .cell.miss{background:#94a3b8;border:2px solid #94a3b8;color:#fff}.light .input-cells .cell.correct{background:#379b28;border:2px solid #379b28;color:#fff}.light .input-cells .cell.partial{background:#f0cc14;border:2px solid #f0cc14;color:#fff}.light .hg-theme-default.hg-layout-default{background-color:#fff}.light .hg-theme-default.hg-layout-default .hg-button{background-color:#e2e8f0;border:none;box-shadow:none;color:#000}.light .hg-theme-default.hg-layout-default .miss{background:#94a3b8}.light .hg-theme-default.hg-layout-default .correct{background:#379b28}.light .hg-theme-default.hg-layout-default .partial{background:#f0cc14}.light .guess{color:#fff}.light path{fill:#000}.light svg{fill:#fff}.colorblind .game-board .input-cells .cell.miss{background:#94a3b8;border:2px solid #94a3b8;color:#fff}.colorblind .game-board .input-cells .cell.correct{background:#f5793a;border:2px solid #f5793a;color:#fff}.colorblind .game-board .input-cells .cell.partial{background:#85c0f9;border:2px solid #85c0f9;color:#fff}.colorblind .game-board .hg-theme-default.hg-layout-default .correct{background:#f5793a}.colorblind .game-board .hg-theme-default.hg-layout-default .partial{background:#85c0f9}
/*!
 * 
 *   react-simple-keyboard v3.4.45
 *   https://github.com/hodgef/react-simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */
/*!
 * 
 *   simple-keyboard v3.4.32
 *   https://github.com/hodgef/simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */.hg-theme-default{background-color:#ececec;border-radius:5px;box-sizing:border-box;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;overflow:hidden;padding:5px;touch-action:manipulation;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.hg-theme-default .hg-button span{pointer-events:none}.hg-theme-default button.hg-button{border-width:0;font-size:inherit;outline:0}.hg-theme-default .hg-button{display:inline-block;flex-grow:1}.hg-theme-default .hg-row{display:flex}.hg-theme-default .hg-row:not(:last-child){margin-bottom:5px}.hg-theme-default .hg-row .hg-button-container,.hg-theme-default .hg-row .hg-button:not(:last-child){margin-right:5px}.hg-theme-default .hg-row>div:last-child{margin-right:0}.hg-theme-default .hg-row .hg-button-container{display:flex}.hg-theme-default .hg-button{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;background:#fff;border-bottom:1px solid #b5b5b5;border-radius:5px;box-shadow:0 0 3px -1px rgba(0,0,0,.3);box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;padding:5px}.hg-theme-default .hg-button.hg-standardBtn{width:20px}.hg-theme-default .hg-button.hg-activeButton{background:#efefef}.hg-theme-default.hg-layout-numeric .hg-button{align-items:center;display:flex;height:60px;justify-content:center;width:33.3%}.hg-theme-default .hg-button.hg-button-numpadadd,.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.hg-theme-default .hg-button.hg-button-com{max-width:85px}.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.hg-theme-default .hg-button.hg-selectedButton{background:rgba(5,25,70,.53);color:#fff}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"]{max-width:82px}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"]{max-width:60px}.hg-candidate-box{background:#ececec;border-bottom:2px solid #b5b5b5;border-radius:5px;display:inline-flex;margin-top:-10px;max-width:272px;position:absolute;transform:translateY(-100%);-webkit-user-select:none;-ms-user-select:none;user-select:none}ul.hg-candidate-box-list{display:flex;flex:1 1;list-style:none;margin:0;padding:0}li.hg-candidate-box-list-item{align-items:center;display:flex;height:40px;justify-content:center;width:40px}li.hg-candidate-box-list-item:hover{background:rgba(0,0,0,.03);cursor:pointer}li.hg-candidate-box-list-item:active{background:rgba(0,0,0,.1)}.hg-candidate-box-prev:before{content:"◄"}.hg-candidate-box-next:before{content:"►"}.hg-candidate-box-next,.hg-candidate-box-prev{align-items:center;background:#d0d0d0;color:#969696;cursor:pointer;display:flex;padding:0 10px}.hg-candidate-box-next{border-bottom-right-radius:5px;border-top-right-radius:5px}.hg-candidate-box-prev{border-bottom-left-radius:5px;border-top-left-radius:5px}.hg-candidate-box-btn-active{color:#444}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right:2px solid var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.help-content{padding-top:2rem}.help-content .banner{margin-bottom:20px;text-align:center}.help-content .banner img{max-width:196px}.statistics{padding-top:2rem}.statistics .result-table{border-collapse:collapse;font-size:18px;margin:auto;max-width:240px;width:100%}.statistics .result-table tr{border-bottom-style:solid;border-bottom-width:1px;line-height:2rem}.statistics .result-table tr:last-child{border-bottom:none}@media(prefers-color-scheme:light){.statistics .result-table tr{border-bottom-color:#d3d6da}}@media(prefers-color-scheme:dark){.statistics .result-table tr{border-bottom-color:#3a3a3c}}.dark .statistics .result-table tr{border-bottom-color:#3a3a3c}.light .statistics .result-table tr{border-bottom-color:#d3d6da}.switch{display:inline-block;height:20px;position:relative;width:40px}.switch input{display:none}.slider{background-color:#787c7e;border-radius:20px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;border-radius:50%;bottom:2px;content:"";height:16px;left:2px;width:16px}input:checked+.slider{background-color:#2ab934}input:focus+.slider{box-shadow:0 0 1px #2196f3}input:checked+.slider:before{transform:translateX(20px)}.colorblind input:checked+.slider{background-color:#f5793a}.settings .configs .config-row{align-items:center;display:flex;justify-content:space-between;padding:16px 0}.settings .configs .config-row .config-name{font-size:16px}@media(prefers-color-scheme:light){.settings .configs .config-row{border-bottom:1px solid #e9ecef}}@media(prefers-color-scheme:dark){.settings .configs .config-row{border-bottom:1px solid #3a3a3c}}.dark .settings .configs .config-row{border-bottom:1px solid #3a3a3c}.light .settings .configs .config-row{border-bottom:1px solid #e9ecef}.lightbox-modal{animation:fadeIn .5s;bottom:0;left:0;position:fixed;right:0;top:0;z-index:100}.lightbox-modal .modal-dialog{border-radius:.5rem;left:50%;margin:auto;max-height:calc(100% - 6rem);max-width:500px;overflow:auto;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% - 10vw)}.lightbox-modal .modal-dialog .modal-content{background-clip:padding-box;border-radius:.3rem;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative}.lightbox-modal .modal-dialog .modal-content .modal-header{align-items:flex-start;border-top-left-radius:.3rem;border-top-right-radius:.3rem;display:flex;justify-content:space-between;padding:1rem}.lightbox-modal .modal-dialog .modal-content .modal-header h5{font-size:1.25rem;margin-top:0}.lightbox-modal .modal-dialog .modal-content .modal-header .modal-title{line-height:1.5;margin-bottom:0}.lightbox-modal .modal-dialog .modal-content .modal-header .close{-webkit-appearance:none;background-color:transparent;border:0;cursor:pointer;float:right;font-size:1.5rem;font-weight:700;line-height:1;margin:-1rem -1rem -1rem auto;opacity:.5;padding:1rem}.lightbox-modal .modal-dialog .modal-content .modal-header .close:hover{opacity:.75}.lightbox-modal .modal-dialog .modal-content .modal-body{flex:1 1 auto;padding:0 1rem 1rem;position:relative}.lightbox-modal .modal-dialog .modal-content .modal-footer{align-items:center;border-top:1px solid #e9ecef;display:flex;justify-content:flex-end;padding:1rem}.modal-open{overflow:hidden}@media(prefers-color-scheme:light){.lightbox-modal{background-color:rgba(0,0,0,.5);color:#212529}.lightbox-modal .modal-content{background-color:#fff}.lightbox-modal .modal-content .modal-header{border-bottom:1px solid #e9ecef}.lightbox-modal .modal-content .modal-header .close{color:#000;text-shadow:0 1px 0 #fff}}@media(prefers-color-scheme:dark){.lightbox-modal{background-color:#fff5;color:#dedad6}.lightbox-modal .modal-content{background-color:#121213}.lightbox-modal .modal-content .modal-header{border-bottom:1px solid #3a3a3c}.lightbox-modal .modal-content .modal-header .close{color:#fff;text-shadow:0 1px 0 #fff}}.dark .lightbox-modal{background-color:#fff5;color:#dedad6}.dark .lightbox-modal .modal-content{background-color:#121213}.dark .lightbox-modal .modal-content .modal-header{border-bottom:1px solid #3a3a3c}.dark .lightbox-modal .modal-content .modal-header .close{color:#fff;text-shadow:0 1px 0 #fff}.light .lightbox-modal{background-color:rgba(0,0,0,.5);color:#212529}.light .lightbox-modal .modal-content{background-color:#fff}.light .lightbox-modal .modal-content .modal-header{border-bottom:1px solid #e9ecef}.light .lightbox-modal .modal-content .modal-header .close{color:#000;text-shadow:0 1px 0 #fff}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.Loader_Loader__JtD0o{align-items:center;background-color:#000c;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:101}.Loader_Loader__JtD0o p{font-size:1.2rem;line-height:2rem;text-align:center}.Loader_Loader__JtD0o .Loader_loader__pvYRd{animation:Loader_rotation__7XO6F 2s linear infinite;border-color:#fff;border-radius:50%;border-style:solid solid dotted dotted;border-width:3px;box-sizing:border-box;display:inline-block;height:48px;position:relative;width:48px}.Loader_Loader__JtD0o .Loader_loader__pvYRd:after{animation:Loader_rotationBack__wrH5S 1s linear infinite;border:3px #ff3d00;border-radius:50%;border-style:solid solid dotted;bottom:0;box-sizing:border-box;content:"";height:24px;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:center center;width:24px}@keyframes Loader_rotation__7XO6F{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes Loader_rotationBack__wrH5S{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}body{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;margin:0;padding:0;text-align:center}#root{margin-bottom:40px}