@charset "UTF-8";.szh-menu{margin:0;padding:0;list-style:none;box-sizing:border-box;width:max-content;z-index:100;border:1px solid rgba(0,0,0,.1);background-color:#fff}.szh-menu:focus{outline:none}.szh-menu__arrow{box-sizing:border-box;width:.75rem;height:.75rem;background-color:#fff;border:1px solid transparent;border-left-color:#0000001a;border-top-color:#0000001a;z-index:-1}.szh-menu__arrow--dir-left{right:-.375rem;transform:translateY(-50%) rotate(135deg)}.szh-menu__arrow--dir-right{left:-.375rem;transform:translateY(-50%) rotate(-45deg)}.szh-menu__arrow--dir-top{bottom:-.375rem;transform:translate(-50%) rotate(-135deg)}.szh-menu__arrow--dir-bottom{top:-.375rem;transform:translate(-50%) rotate(45deg)}.szh-menu__item{cursor:pointer}.szh-menu__item:focus{outline:none}.szh-menu__item--hover{background-color:#ebebeb}.szh-menu__item--focusable{cursor:default;background-color:inherit}.szh-menu__item--disabled{cursor:default;color:#aaa}.szh-menu__group{box-sizing:border-box}.szh-menu__radio-group{margin:0;padding:0;list-style:none}.szh-menu__divider{height:1px;margin:.5rem 0;background-color:#0000001f}.szh-menu-button{box-sizing:border-box}.szh-menu{-webkit-user-select:none;user-select:none;color:#212529;border:none;border-radius:.25rem;box-shadow:0 3px 7px #0002,0 .6px 2px #0000001a;min-width:10rem;padding:.5rem 0}.szh-menu__item{display:flex;align-items:center;position:relative;padding:.375rem 1.5rem}.szh-menu-container--itemTransition .szh-menu__item{transition-property:background-color,color;transition-duration:.15s;transition-timing-function:ease-in-out}.szh-menu__item--type-radio{padding-left:2.2rem}.szh-menu__item--type-radio:before{content:"○";position:absolute;left:.8rem;top:.55rem;font-size:.8rem}.szh-menu__item--type-radio.szh-menu__item--checked:before{content:"●"}.szh-menu__item--type-checkbox{padding-left:2.2rem}.szh-menu__item--type-checkbox:before{position:absolute;left:.8rem}.szh-menu__item--type-checkbox.szh-menu__item--checked:before{content:"✔"}.szh-menu__submenu>.szh-menu__item{padding-right:2.5rem}.szh-menu__submenu>.szh-menu__item:after{content:"❯";position:absolute;right:1rem}.szh-menu__header{color:#888;font-size:.8rem;padding:.2rem 1.5rem;text-transform:uppercase}@keyframes szh-menu-show-zoom{0%{opacity:.1;transform:scale(.95)}}@keyframes szh-menu-hide-zoom{to{opacity:.1;transform:scale(.95)}}.szh-menu--state-opening{animation:szh-menu-show-zoom .125s ease-out}.szh-menu--state-closing{animation:szh-menu-hide-zoom .125s ease-in forwards}.szh-menu--dir-left.szh-menu--align-start{transform-origin:right top}.szh-menu--dir-left.szh-menu--align-center{transform-origin:right center}.szh-menu--dir-left.szh-menu--align-end{transform-origin:right bottom}.szh-menu--dir-right.szh-menu--align-start{transform-origin:left top}.szh-menu--dir-right.szh-menu--align-center{transform-origin:left center}.szh-menu--dir-right.szh-menu--align-end,.szh-menu--dir-top.szh-menu--align-start{transform-origin:left bottom}.szh-menu--dir-top.szh-menu--align-center{transform-origin:center bottom}.szh-menu--dir-top.szh-menu--align-end{transform-origin:right bottom}.szh-menu--dir-bottom.szh-menu--align-start{transform-origin:left top}.szh-menu--dir-bottom.szh-menu--align-center{transform-origin:center top}.szh-menu--dir-bottom.szh-menu--align-end{transform-origin:right top}:root,.rs-theme-light{--rs-gray-0: #fff;--rs-gray-50: #f7f7fa;--rs-gray-100: #f2f2f5;--rs-gray-200: #e5e5ea;--rs-gray-300: #d9d9d9;--rs-gray-400: #b6b7b8;--rs-gray-500: #939393;--rs-gray-600: #717273;--rs-gray-800: #343434;--rs-gray-900: #121212;--rs-primary-200: #a6d7ff;--rs-primary-400: #59afff;--rs-primary-500: #3498ff;--rs-primary-600: #2589f5;--rs-primary-700: #1675e0;--rs-primary-900: #004299;--rs-red-500: #f44336;--rs-red-600: #eb3626;--rs-orange-500: #fa8900;--rs-orange-600: #f08800;--rs-yellow-500: #ffb300;--rs-yellow-600: #f5af00;--rs-green-500: #4caf50;--rs-green-600: #37ab3c;--rs-cyan-500: #00bcd4;--rs-cyan-600: #00b1cc;--rs-blue-500: #2196f3;--rs-blue-600: #1787e8;--rs-violet-500: #673ab7;--rs-violet-600: #5f2bb3;--rs-color-focus-ring: rgb(from var(--rs-primary-500) r g b / 25%);--rs-state-focus-shadow: 0 0 0 3px rgb(from var(--rs-primary-500) r g b / 25%);--rs-toggle-bg: var(--rs-gray-400);--rs-toggle-thumb: #fff;--rs-toggle-loader-ring: rgb(from var(--rs-gray-50) r g b / 30%);--rs-toggle-loader-rotor: var(--rs-gray-0);--rs-toggle-hover-bg: var(--rs-gray-500);--rs-toggle-disabled-bg: var(--rs-gray-200);--rs-toggle-disabled-thumb: #fff;--rs-toggle-checked-bg: var(--rs-primary-500);--rs-toggle-checked-thumb: #fff;--rs-toggle-checked-hover-bg: var(--rs-primary-600);--rs-toggle-checked-disabled-bg: var(--rs-primary-200);--rs-toggle-checked-disabled-thumb: #fff}@supports not (color: rgb(from white r g b)){:root,.rs-theme-light{--rs-color-focus-ring: rgba(52, 152, 255, .25);--rs-state-focus-shadow: 0 0 0 3px rgba(52, 152, 255, .25);--rs-toggle-loader-ring: rgba(247, 247, 250, .3)}}.rs-theme-dark{--rs-gray-0: #fff;--rs-gray-50: #e9ebf0;--rs-gray-100: #cbced4;--rs-gray-200: #a4a9b3;--rs-gray-300: #858b94;--rs-gray-400: #6a6f76;--rs-gray-500: #5c6066;--rs-gray-600: #3c3f43;--rs-gray-800: #1a1d24;--rs-gray-900: #0f131a;--rs-primary-200: #a6e9ff;--rs-primary-400: #59d0ff;--rs-primary-500: #34c3ff;--rs-primary-600: #25b3f5;--rs-primary-700: #169de0;--rs-primary-900: #006199;--rs-red-500: #f04f43;--rs-red-600: #e63f30;--rs-orange-500: #ff9800;--rs-orange-600: #f59700;--rs-yellow-500: #ffc757;--rs-yellow-600: #f5bb3d;--rs-green-500: #58b15b;--rs-green-600: #3fab45;--rs-cyan-500: #00bcd4;--rs-cyan-600: #00b1cc;--rs-blue-500: #1499ef;--rs-blue-600: #0e8ce6;--rs-violet-500: #673ab7;--rs-violet-600: #5f2bb3;--rs-color-focus-ring: 0 0 0 3px rgb(from var(--rs-gray-500) r g b / 25%);--rs-state-focus-shadow: 0 0 0 3px rgb(from var(--rs-gray-500) r g b / 25%);--rs-toggle-bg: var(--rs-gray-400);--rs-toggle-thumb: #fff;--rs-toggle-hover-bg: var(--rs-gray-300);--rs-toggle-disabled-bg: var(--rs-gray-600);--rs-toggle-disabled-thumb: var(--rs-gray-500);--rs-toggle-checked-bg: var(--rs-primary-700);--rs-toggle-checked-thumb: #fff;--rs-toggle-checked-hover-bg: var(--rs-primary-600);--rs-toggle-checked-disabled-bg: var(--rs-primary-900);--rs-toggle-checked-disabled-thumb: var(--rs-gray-300)}@supports not (color: rgb(from white r g b)){.rs-theme-dark{--rs-color-focus-ring: 0 0 0 3px rgba(52, 195, 255, .25);--rs-state-focus-shadow: 0 0 0 3px rgba(52, 195, 255, .25)}}.rs-theme-high-contrast{--rs-gray-0: #fff;--rs-gray-50: #e9ebf0;--rs-gray-100: #cbced4;--rs-gray-200: #a4a9b3;--rs-gray-300: #858b94;--rs-gray-400: #6a6f76;--rs-gray-500: #5c6066;--rs-gray-600: #3c3f43;--rs-gray-800: #1a1d24;--rs-gray-900: #0f131a;--rs-primary-200: #fffa91;--rs-primary-400: #fffc30;--rs-primary-500: #ffff00;--rs-primary-600: #f1f500;--rs-primary-700: #d9e000;--rs-primary-900: #8f9900;--rs-red-500: #bd1732;--rs-red-600: #b51029;--rs-orange-500: #ff9800;--rs-orange-600: #f59700;--rs-yellow-500: #ffc757;--rs-yellow-600: #f5bb3d;--rs-green-500: #0d822c;--rs-green-600: #09802b;--rs-cyan-500: #00bcd4;--rs-cyan-600: #00b1cc;--rs-blue-500: #1499ef;--rs-blue-600: #0e8ce6;--rs-violet-500: #673ab7;--rs-violet-600: #5f2bb3;--rs-color-focus-ring: var(--rs-gray-0);--rs-state-focus-shadow: 0 0 0 3px var(--rs-gray-900), 0 0 0 5px var(--rs-gray-0);--rs-toggle-bg: var(--rs-gray-800);--rs-toggle-thumb: var(--rs-gray-100);--rs-toggle-hover-bg: var(--rs-gray-800);--rs-toggle-disabled-bg: var(--rs-gray-800);--rs-toggle-disabled-thumb: var(--rs-gray-300);--rs-toggle-checked-bg: var(--rs-primary-500);--rs-toggle-checked-thumb: var(--rs-gray-800);--rs-toggle-checked-hover-bg: var(--rs-primary-400);--rs-toggle-checked-disabled-bg: var(--rs-primary-900);--rs-toggle-checked-disabled-thumb: var(--rs-gray-800)}*[class*=rs-]{-webkit-box-sizing:border-box;box-sizing:border-box}*[class*=rs-]:before,*[class*=rs-]:after{-webkit-box-sizing:border-box;box-sizing:border-box}.rs-toggle{position:relative;display:inline-block;vertical-align:middle;font-size:14px}.rs-toggle .rs-toggle-loader{width:18px;height:18px;left:3px;top:3px}.rs-toggle .rs-toggle-loader .rs-loader-spin,.rs-toggle .rs-toggle-loader .rs-loader-spin:before,.rs-toggle .rs-toggle-loader .rs-loader-spin:after{width:18px;height:18px}.rs-toggle .rs-toggle-presentation{height:24px;min-width:44px;border-radius:12px}.rs-toggle .rs-toggle-presentation:after{width:18px;height:18px;left:3px;top:3px;border-radius:9px}.rs-toggle .rs-toggle-presentation:active:after{width:21.6px}.rs-toggle .rs-toggle-inner{margin-left:24px;margin-right:8px;height:24px;line-height:2;font-size:12px}.rs-toggle .rs-toggle-inner .rs-icon{font-size:12px}.rs-toggle.rs-toggle-checked .rs-toggle-presentation:after{left:100%;margin-left:-21px}.rs-toggle.rs-toggle-checked .rs-toggle-presentation:active:after{margin-left:-24.6px}.rs-toggle.rs-toggle-checked .rs-toggle-presentation .rs-toggle-inner{margin-right:24px;margin-left:8px}.rs-toggle.rs-toggle-checked .rs-toggle-loader{left:100%;margin-left:-21px}.rs-toggle .rs-toggle-label{font-size:14px}.rs-toggle-label{cursor:pointer;margin-left:10px}.rs-toggle-input{cursor:pointer;position:absolute;inset:0;opacity:0}.rs-toggle-presentation{position:relative;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:middle;background-color:#b6b7b8;background-color:var(--rs-toggle-bg);color:#fff;color:var(--rs-toggle-thumb);cursor:pointer;-webkit-transition:background-color .15s ease-out,width .15s ease-out;transition:background-color .15s ease-out,width .15s ease-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rs-theme-high-contrast .rs-toggle-presentation{-webkit-transition:none;transition:none;-webkit-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px var(--rs-toggle-thumb);box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px var(--rs-toggle-thumb)}.rs-toggle-input:focus-visible+.rs-toggle-presentation{outline:3px solid rgb(from #3498ff r g b / 25%);outline:3px solid var(--rs-color-focus-ring)}.rs-theme-high-contrast .rs-toggle-input:focus-visible+.rs-toggle-presentation{outline-offset:2px}.rs-theme-high-contrast .rs-toggle-input:focus-visible+.rs-toggle-presentation{-webkit-box-shadow:inset 0 0 0 1px #fff,0 0 0 3px rgb(from #3498ff r g b / 25%);-webkit-box-shadow:inset 0 0 0 1px var(--rs-toggle-thumb),var(--rs-state-focus-shadow);box-shadow:inset 0 0 0 1px #fff,0 0 0 3px rgb(from #3498ff r g b / 25%);box-shadow:inset 0 0 0 1px var(--rs-toggle-thumb),var(--rs-state-focus-shadow)}.rs-toggle-presentation:hover{background-color:#939393;background-color:var(--rs-toggle-hover-bg)}.rs-toggle-presentation:after{content:"";cursor:pointer;position:absolute;background-color:currentColor;-webkit-transition:left .15s ease-out,margin-left .15s ease-out,width .15s ease-out;transition:left .15s ease-out,margin-left .15s ease-out,width .15s ease-out}.rs-theme-high-contrast .rs-toggle-presentation:after{-webkit-transition:none;transition:none}.rs-toggle-disabled .rs-toggle-presentation{background-color:#e5e5ea;background-color:var(--rs-toggle-disabled-bg);color:#fff;color:var(--rs-toggle-disabled-thumb);-webkit-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px var(--rs-toggle-disabled-thumb);box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px var(--rs-toggle-disabled-thumb);pointer-events:none}.rs-toggle-checked .rs-toggle-presentation{background-color:#3498ff;background-color:var(--rs-toggle-checked-bg);color:#fff;color:var(--rs-toggle-checked-thumb);-webkit-box-shadow:none;box-shadow:none}.rs-toggle-checked .rs-toggle-presentation:hover{background-color:#2589f5;background-color:var(--rs-toggle-checked-hover-bg)}.rs-toggle-disabled.rs-toggle-checked .rs-toggle-presentation{background-color:#a6d7ff;background-color:var(--rs-toggle-checked-disabled-bg);color:#fff;color:var(--rs-toggle-checked-disabled-thumb)}.rs-toggle-loading .rs-toggle-presentation:after{display:none}.rs-toggle-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:margin .15s ease-out;transition:margin .15s ease-out}.rs-theme-high-contrast .rs-toggle-inner{-webkit-transition:none;transition:none}.rs-toggle-loader{position:absolute;-webkit-transition:left .15s ease-out,margin-left .15s ease-out,width .15s ease-out;transition:left .15s ease-out,margin-left .15s ease-out,width .15s ease-out}.rs-toggle-loader .rs-loader-spin:before{border-color:rgb(from #f7f7fa r g b / 30%);border-color:var(--rs-toggle-loader-ring)}.rs-toggle-loader .rs-loader-spin:after{border-top-color:#fff;border-top-color:var(--rs-toggle-loader-rotor)}.rs-toggle-sm{font-size:12px}.rs-toggle-sm .rs-toggle-loader{width:10px;height:10px;left:2px;top:2px}.rs-toggle-sm .rs-toggle-loader .rs-loader-spin,.rs-toggle-sm .rs-toggle-loader .rs-loader-spin:before,.rs-toggle-sm .rs-toggle-loader .rs-loader-spin:after{width:10px;height:10px}.rs-toggle-sm .rs-toggle-loader .rs-loader-spin:before,.rs-toggle-sm .rs-toggle-loader .rs-loader-spin:after{border-width:2px}.rs-toggle-sm .rs-toggle-presentation{height:14px;min-width:26px;border-radius:7px}.rs-toggle-sm .rs-toggle-presentation:after{width:10px;height:10px;left:2px;top:2px;border-radius:5px}.rs-toggle-sm .rs-toggle-presentation:active:after{width:12px}.rs-toggle-sm .rs-toggle-inner{margin-left:14px;margin-right:6px;height:14px;line-height:1.4;font-size:10px}.rs-toggle-sm .rs-toggle-inner .rs-icon{font-size:10px}.rs-toggle-sm.rs-toggle-checked .rs-toggle-presentation:after{left:100%;margin-left:-12px}.rs-toggle-sm.rs-toggle-checked .rs-toggle-presentation:active:after{margin-left:-14px}.rs-toggle-sm.rs-toggle-checked .rs-toggle-presentation .rs-toggle-inner{margin-right:14px;margin-left:6px}.rs-toggle-sm.rs-toggle-checked .rs-toggle-loader{left:100%;margin-left:-12px}.rs-toggle-sm .rs-toggle-label{font-size:12px}.rs-toggle-md{font-size:14px}.rs-toggle-md .rs-toggle-loader{width:18px;height:18px;left:3px;top:3px}.rs-toggle-md .rs-toggle-loader .rs-loader-spin,.rs-toggle-md .rs-toggle-loader .rs-loader-spin:before,.rs-toggle-md .rs-toggle-loader .rs-loader-spin:after{width:18px;height:18px}.rs-toggle-md .rs-toggle-presentation{height:24px;min-width:44px;border-radius:12px}.rs-toggle-md .rs-toggle-presentation:after{width:18px;height:18px;left:3px;top:3px;border-radius:9px}.rs-toggle-md .rs-toggle-presentation:active:after{width:21.6px}.rs-toggle-md .rs-toggle-inner{margin-left:24px;margin-right:8px;height:24px;line-height:2;font-size:12px}.rs-toggle-md .rs-toggle-inner .rs-icon{font-size:12px}.rs-toggle-md.rs-toggle-checked .rs-toggle-presentation:after{left:100%;margin-left:-21px}.rs-toggle-md.rs-toggle-checked .rs-toggle-presentation:active:after{margin-left:-24.6px}.rs-toggle-md.rs-toggle-checked .rs-toggle-presentation .rs-toggle-inner{margin-right:24px;margin-left:8px}.rs-toggle-md.rs-toggle-checked .rs-toggle-loader{left:100%;margin-left:-21px}.rs-toggle-md .rs-toggle-label{font-size:14px}.rs-toggle-lg{font-size:16px}.rs-toggle-lg .rs-toggle-loader{width:22px;height:22px;left:4px;top:4px}.rs-toggle-lg .rs-toggle-loader .rs-loader-spin,.rs-toggle-lg .rs-toggle-loader .rs-loader-spin:before,.rs-toggle-lg .rs-toggle-loader .rs-loader-spin:after{width:22px;height:22px}.rs-toggle-lg .rs-toggle-presentation{height:30px;min-width:55px;border-radius:15px}.rs-toggle-lg .rs-toggle-presentation:after{width:22px;height:22px;left:4px;top:4px;border-radius:11px}.rs-toggle-lg .rs-toggle-presentation:active:after{width:26.4px}.rs-toggle-lg .rs-toggle-inner{margin-left:30px;margin-right:10px;height:30px;line-height:2.14285714;font-size:14px}.rs-toggle-lg .rs-toggle-inner .rs-icon{font-size:14px}.rs-toggle-lg.rs-toggle-checked .rs-toggle-presentation:after{left:100%;margin-left:-26px}.rs-toggle-lg.rs-toggle-checked .rs-toggle-presentation:active:after{margin-left:-30.4px}.rs-toggle-lg.rs-toggle-checked .rs-toggle-presentation .rs-toggle-inner{margin-right:30px;margin-left:10px}.rs-toggle-lg.rs-toggle-checked .rs-toggle-loader{left:100%;margin-left:-26px}.rs-toggle-lg .rs-toggle-label{font-size:16px}.rs-toggle-checked.rs-toggle-red .rs-toggle-presentation{background-color:#f44336;background-color:var(--rs-red-500)}.rs-toggle-checked.rs-toggle-red .rs-toggle-presentation:hover{background-color:#eb3626;background-color:var(--rs-red-600)}.rs-toggle-checked.rs-toggle-orange .rs-toggle-presentation{background-color:#fa8900;background-color:var(--rs-orange-500)}.rs-toggle-checked.rs-toggle-orange .rs-toggle-presentation:hover{background-color:#f08800;background-color:var(--rs-orange-600)}.rs-toggle-checked.rs-toggle-yellow .rs-toggle-presentation{background-color:#ffb300;background-color:var(--rs-yellow-500)}.rs-toggle-checked.rs-toggle-yellow .rs-toggle-presentation:hover{background-color:#f5af00;background-color:var(--rs-yellow-600)}.rs-toggle-checked.rs-toggle-green .rs-toggle-presentation{background-color:#4caf50;background-color:var(--rs-green-500)}.rs-toggle-checked.rs-toggle-green .rs-toggle-presentation:hover{background-color:#37ab3c;background-color:var(--rs-green-600)}.rs-toggle-checked.rs-toggle-cyan .rs-toggle-presentation{background-color:#00bcd4;background-color:var(--rs-cyan-500)}.rs-toggle-checked.rs-toggle-cyan .rs-toggle-presentation:hover{background-color:#00b1cc;background-color:var(--rs-cyan-600)}.rs-toggle-checked.rs-toggle-blue .rs-toggle-presentation{background-color:#2196f3;background-color:var(--rs-blue-500)}.rs-toggle-checked.rs-toggle-blue .rs-toggle-presentation:hover{background-color:#1787e8;background-color:var(--rs-blue-600)}.rs-toggle-checked.rs-toggle-violet .rs-toggle-presentation{background-color:#673ab7;background-color:var(--rs-violet-500)}.rs-toggle-checked.rs-toggle-violet .rs-toggle-presentation:hover{background-color:#5f2bb3;background-color:var(--rs-violet-600)}.react-responsive-modal-root{position:fixed;inset:0;z-index:1000}.react-responsive-modal-overlay{background:#00000080;position:fixed;inset:0;z-index:-1}.react-responsive-modal-container{height:100%;outline:0;overflow-x:hidden;overflow-y:auto;text-align:center}.react-responsive-modal-containerCenter:after{width:0;height:100%;content:"";display:inline-block;vertical-align:middle}.react-responsive-modal-modal{max-width:800px;display:inline-block;text-align:left;vertical-align:middle;background:#fff;box-shadow:0 12px 15px #00000040;margin:1.2rem;padding:1.2rem;position:relative;overflow-y:auto}.react-responsive-modal-closeButton{position:absolute;top:14px;right:14px;border:none;padding:0;cursor:pointer;background-color:transparent;display:flex}.react-responsive-modal-overlay,.react-responsive-modal-container,.react-responsive-modal-modal{animation-fill-mode:forwards!important}@keyframes react-responsive-modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes react-responsive-modal-overlay-out{0%{opacity:1}to{opacity:0}}@keyframes react-responsive-modal-modal-in{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}@keyframes react-responsive-modal-modal-out{0%{transform:scale(1);opacity:1}to{transform:scale(.96);opacity:0}}/*!
 * 
 *   react-simple-keyboard v3.8.126
 *   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.8.85
 *   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;-moz-user-select:none;user-select:none;width:100%}.hg-theme-default .hg-button span,.hg-theme-default .hg-button span svg{pointer-events:none}.hg-theme-default button.hg-button{border-width:0;font-size:inherit}.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{align-items:center;background:#fff;border-bottom:1px solid #b5b5b5;border-radius:5px;box-shadow:0 0 3px -1px #0000004d;box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;padding:5px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.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:#05194687;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;position:absolute;transform:translateY(-100%);-webkit-user-select:none;-moz-user-select:none;user-select:none}ul.hg-candidate-box-list{display:flex;flex: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:#00000008;cursor:pointer}li.hg-candidate-box-list-item:active{background:#0000001a}.hg-candidate-box-prev:before{content:"◄"}.hg-candidate-box-next:before{content:"►"}.hg-candidate-box-next,.hg-candidate-box-prev{align-items:center;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{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;accent-color:#000000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--highlight: #a7d8ff;--clue-highlight: var(--highlight);--select: #ffda00;--correct: #2860d8;--incorrect: #e63333;--icon-button: #b7b7b7}:root.dark{color-scheme:dark;--highlight: #90caf93d;--select: #90caf986;--clue-highlight: #0d47a1;--correct: #64b5f6}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s;color:#fff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.dark button{border-color:#b2b2b2}#root{width:65vw;margin:0 auto;padding:2rem;text-align:center}h2{margin-bottom:5px}h4{margin-top:0}.mini-container{display:flex;align-items:stretch}.board-container{width:50%}.board{width:100%;max-width:400px;-webkit-user-select:none;user-select:none;display:block;margin-left:auto}.clues{margin-left:18px;max-width:50%}.clues h4{margin-top:0}.dark .guess,.dark .label{fill:#fff}.dark .board svg .grid path.lines{stroke:#aaa}.dark .board svg .grid .frame{stroke:#bbb}ol{list-style:none;text-align:left;padding:0;margin-top:0}ol li{margin-block:5px}.clue-set{text-align:left;margin-bottom:0}.highlighted{fill:var(--highlight)}.selected{fill:var(--select)}.clue{display:flex;border-left:transparent solid 10px;padding-right:10px}.clue-label{font-weight:700;padding-inline:5px}.active-clue{border-left:var(--clue-highlight) solid 10px}.selected-clue{background-color:var(--clue-highlight)}.react-responsive-modal-modal *{text-align:center;display:block}.react-responsive-modal-modal h2,.react-responsive-modal-modal h3{margin-top:0}.react-responsive-modal-modal button{margin-inline:auto}canvas{z-index:999999!important}.hidden{display:none}.keyboard-container{position:fixed;width:100vw;bottom:0;left:0}.hg-functionBtn{background-color:#c8d1d9!important}.clue-bar{background-color:#a7d8ff;width:100vw;height:2.8em;display:flex;align-items:center;justify-content:space-between}.clue-bar-back{padding-inline:5px;margin-right:auto;height:100%;display:flex;align-items:center}.clue-bar-forward{padding-inline:5px;margin-left:auto;height:100%;display:flex;align-items:center}.clue-bar-text{flex:1;text-align:center;line-height:1}.welcome-modal h4{margin-bottom:5px}.welcome-modal h3{margin-bottom:10px}.welcome-modal button{margin-top:15px}.timer{margin-bottom:10px}.timer-icon{color:var(--icon-button);transition:color .25s}.timer-icon:hover{cursor:pointer;color:#000}.dark .timer-icon:hover{color:#fff}.react-responsive-modal-modal strong{margin-bottom:10px}.dark .react-responsive-modal-modal{background-color:#0f0f0f}.pause-modal-container{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.correct,.dark .correct{fill:var(--correct)}.incorrect,.dark .incorrect{fill:var(--incorrect)}.toggle-container{display:flex;align-items:center;justify-content:center;margin-top:5px;width:100%;max-width:400px;margin-left:auto}.toggle-container label{padding-left:5px}.react-toggle--checked .react-toggle-track{background-color:var(--correct)!important}.react-toggle-thumb{border-color:var(--correct)!important}.react-toggle--focus .react-toggle-thumb{box-shadow:none!important}.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb{box-shadow:none!important}.bottom-icons{position:fixed;bottom:0;right:0;padding:10px}.bottom-icons svg{color:var(--icon-button);transition:color .25s;cursor:pointer;font-size:1.3em;margin-right:10px}.bottom-icons svg:last-child{margin-right:0}.bottom-icons svg:hover{color:#000}.dark .bottom-icons svg:hover{color:#fff}.keyboard-container:has(.react-simple-keyboard:not(.hidden)) .bottom-icons{top:0;height:fit-content}input[type=text],input[type=password]{display:block;padding:3px 2px;margin-inline:auto;border:#8f8f9d 1px solid;border-radius:4px}:is(input[type=text],input[type=password]):focus{outline:1px black solid}.top-input{border-bottom:0!important;border-end-start-radius:0!important;border-end-end-radius:0!important}.bottom-input{border-start-start-radius:0!important;border-start-end-radius:0!important}.action-link{text-decoration:underline;cursor:pointer;-webkit-user-select:none;user-select:none}.secondary-text{color:var(--icon-button)}.szh-menu-container svg{color:inherit;padding-right:5px}@media (max-width: 900px){.mini-container{flex-direction:column}.board-container{width:100%}.board,.toggle-container{margin-inline:auto}.clues{width:100%;max-width:100%;margin-left:0}body:has(.keyboard-open){place-items:unset}#root:has(.keyboard-open){width:100vw;margin:0}.keyboard-open .mini-container{display:block}.keyboard-open .clues{display:none}}
