.thick-scroll{scrollbar-color:#a8a8a8 #f1f1f1;scrollbar-width:auto}.thick-scroll::-webkit-scrollbar{width:25px}.thick-scroll::-webkit-scrollbar-track{background:#f1f1f1;border-radius:16px}.thick-scroll::-webkit-scrollbar-thumb{background-color:#a8a8a8;border:6px solid #f1f1f1;border-radius:16px}.thick-scroll::-webkit-scrollbar-button:single-button{background:#e9e9e9;border:1px solid #d0d0d0;display:block;height:34px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;min-height:100vh;padding:0}*{scrollbar-color:#a8a8a8 #f1f1f1;scrollbar-width:auto}::-webkit-scrollbar{height:25px;width:25px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:16px}::-webkit-scrollbar-thumb{background-color:#a8a8a8;border:6px solid #f1f1f1;border-radius:16px}::-webkit-scrollbar-button:single-button{background:#e9e9e9;border:1px solid #d0d0d0;display:block;height:34px;width:34px}*{box-sizing:border-box}#root{display:flex;flex-direction:column;min-height:100vh}#root,body,html{height:100%;overscroll-behavior:none;touch-action:manipulation;width:100%}#root,body{overflow:auto}*{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}a,button,img{-webkit-user-drag:none;user-drag:none}button{transition:all .3s ease}button:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}
/*!
 * 
 *   simple-keyboard v3.8.82
 *   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;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{-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 #0000004d;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:#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;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:#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}.simple-keyboard.kb-modern{--kb-bg:#f7f8fa;--kb-key-bg:#fff;--kb-key-border:#e2e8f0;--kb-key-text:#111827;--kb-key-text-secondary:#374151;--kb-key-shadow:0 1px 1px #0000000a,0 2px 6px #0000000f;--kb-key-shadow-active:inset 0 2px 6px #0000001f;background:var(--kb-bg);border-top-left-radius:12px;border-top-right-radius:12px;padding:12px}.simple-keyboard.kb-modern .hg-rows{gap:8px}.simple-keyboard.kb-modern .hg-row{display:flex;gap:8px}.simple-keyboard.kb-modern .hg-button{-webkit-tap-highlight-color:transparent;background:var(--kb-key-bg);border:1px solid var(--kb-key-border);border-radius:12px;box-shadow:var(--kb-key-shadow);color:var(--kb-key-text);flex:1 1;font-size:28px;min-height:60px;padding:8px 10px;touch-action:manipulation;transition:background 80ms ease,box-shadow 80ms ease,transform 40ms ease;-webkit-user-select:none;user-select:none}.simple-keyboard.kb-modern .hg-row:first-child .hg-button,.simple-keyboard.kb-modern .hg-row:nth-child(2) .hg-button{flex-basis:calc(9% - 6.48px);flex-grow:0;flex-shrink:0}.simple-keyboard.kb-modern .hg-row:nth-child(3) .hg-button{flex-basis:calc(10% - 6.4px);flex-grow:0;flex-shrink:0}.simple-keyboard.kb-modern .hg-row:nth-child(4) .hg-button{flex-basis:calc(9% - 6.48px);flex-grow:0;flex-shrink:0}.simple-keyboard.kb-modern .hg-button.hg-functionBtn{color:var(--kb-key-text-secondary)}.simple-keyboard.kb-modern .hg-button[data-skbtn="{backspace}"],.simple-keyboard.kb-modern .hg-button[data-skbtn="{enter}"],.simple-keyboard.kb-modern .hg-button[data-skbtn="{shift}"]{flex:1.3 0 auto}.simple-keyboard.kb-modern .hg-button[data-skbtn="{space}"]{flex:4 0 auto}.simple-keyboard.kb-modern .hg-button.hg-active,.simple-keyboard.kb-modern .hg-button:active{background:#eef2ff;box-shadow:var(--kb-key-shadow-active)}.simple-keyboard.kb-modern .hg-button.hg-functionBtn.hg-active,.simple-keyboard.kb-modern .hg-button.hg-functionBtn:active{background:#e5f3ff}.simple-keyboard.kb-modern .hg-button[data-skbtn="{backspace}"],.simple-keyboard.kb-modern .hg-button[data-skbtn="{enter}"],.simple-keyboard.kb-modern .hg-button[data-skbtn="{shift}"]{font-size:24px}
/*# sourceMappingURL=main.9762cae4.css.map*/