/*!
 * 
 *   react-simple-keyboard v2.3.66
 *   https://github.com/hodgef/react-simple-keyboard
 * 
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef)
 * 
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *   
 */
/*!
 * 
 *   simple-keyboard v2.29.45
 *   https://github.com/hodgef/simple-keyboard
 * 
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef)
 * 
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *   
 */
.Button{color:inherit;cursor:pointer;background-color:#d3d3d3;border-radius:10px;padding:10px;text-decoration:none;transition:all .2s}.Button:hover{transform:scale(1.1)}.hg-theme-default{-webkit-user-select:none;user-select:none;box-sizing:border-box;touch-action:manipulation;width:100%;overflow:hidden}.hg-theme-default .hg-button span{pointer-events:none}.hg-theme-default button.hg-button{font-size:inherit;border-width:0;outline:0}.hg-theme-default{background-color:#ececec;border-radius:5px;padding:5px;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.hg-theme-default .hg-button{flex-grow:1;display:inline-block}.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{box-sizing:border-box;cursor:pointer;-webkit-tap-highlight-color:#0000;background:#fff;border-bottom:1px solid #b5b5b5;border-radius:5px;justify-content:center;align-items:center;height:40px;padding:5px;display:flex;box-shadow:0 0 3px -1px #0000004d}.hg-theme-default .hg-button.hg-activeButton{background:#efefef}.hg-theme-default.hg-layout-numeric .hg-button{justify-content:center;align-items:center;width:33.3%;height:60px;display:flex}.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{color:#fff;background:#05194687}.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}.VirtualKeyboard{z-index:10;position:fixed;bottom:0;left:0;right:0}.simple-keyboard input{box-sizing:border-box;border:none;width:100%;height:100px;padding:20px;font-size:20px}.simple-keyboard{max-width:500px;margin:0 auto}.simple-keyboard .hg-button.hg-functionBtn.hg-button-space{min-width:150px;max-width:none}.simple-keyboard.hg-theme-default .hg-button[data-skbtnuid^=numbers-]{width:33%;max-width:none}.simple-keyboard .hg-button-numbers,.simple-keyboard .hg-button.hg-functionBtn.hg-button-ent{max-width:80px}.simple-keyboard .hg-row{flex-direction:row;justify-content:center;align-items:center;display:flex}.simple-keyboard .hg-button{flex:none;width:8.33333vw;max-width:45px}.simple-keyboard .hg-button[data-skbtn=Z]{margin-left:16%}.simple-keyboard .hg-button-space{flex:1}.simple-keyboard .hg-button-ent{width:60px;margin-left:.5em}.simple-keyboard .hg-button-numbers{width:60px;margin-right:.5em!important}.simple-keyboard .hg-button-backspace{width:55px;margin-left:auto}.simple-keyboard .hg-button-shift{width:55px;margin-right:auto!important}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.Crossword{padding-bottom:195px;display:flex;position:relative}.BoardBox{flex-direction:column;flex:3;align-items:center;margin:0 auto;padding-bottom:4em;display:flex}.BoardBox .Button{width:80px;margin:20px auto 0}.BoardBox .Board{width:100%}.Row{justify-content:center;margin-bottom:0;display:flex}.Square{border:1px solid #000;width:40px;height:40px;position:relative}.Square .InputText{opacity:1;caret-color:#0000;text-align:center;background-color:#0000;border:0;justify-content:center;align-items:center;width:100%;height:100%;margin:0;padding:0;font-family:Arial,sans-serif;font-size:1.6em;display:flex;position:absolute;top:0;left:0}.Square .InputText:focus{outline:none}.Square.filled{background-color:#000}.Square.mistake{background-color:pink}.Square.highlighted{background-color:#ffa07a}.Square.highlighted-red{background-color:#db5e484d}.Square.user-red{background-color:#db5e48}.Square.highlighted-green{background-color:#8adb484d}.Square.user-green{background-color:#8adb48}.Square.highlighted-purple{background-color:#9948db4d}.Square.user-purple{background-color:#9948db}.Square.highlighted-orange{background-color:#dbaa484d}.Square.user-orange{background-color:#dbaa48}.Square.highlighted-blue{background-color:#489bdb4d}.Square.user-blue{background-color:#489bdb}.Clues{flex:1;margin-top:-80px}.Clues h2{text-transform:capitalize}.Clues ul{margin:0;padding:0;font-size:1.2em;list-style-type:none}.Clues ul li{cursor:pointer}.Clues ul li.selected{background-color:#ff0}.Clues ul li.complete{color:gray;font-style:italic;text-decoration:line-through}.CurrentClue{z-index:9;box-sizing:border-box;background-color:#90d1a8;border-radius:5px;width:100%;margin:0;padding:1em 0;font-size:1.2em;position:fixed;bottom:184px;box-shadow:0 17px 17px 13px #888}.CurrentClue span{margin:0 55px;display:inline-block}.CurrentClue.desktop{bottom:0}.HiddenInput{opacity:0;z-index:-1;caret-color:#0000;padding:0;font-size:16px;position:absolute;top:0;left:0;transform:scale(0)}@media only screen and (max-width:1000px){.Square .InputText,.Square input{font-size:1.2em}}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.visible{visibility:visible}.static{position:static}.absolute{position:absolute}.relative{position:relative}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.ml-6{margin-left:1.5rem}.block{display:block}.flex{display:flex}.table{display:table}.hidden{display:none}.min-h-screen{min-height:100vh}.w-1\/2{width:50%}.w-1\/4{width:25%}.w-full{width:100%}.border-collapse{border-collapse:collapse}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.gap-4{gap:1rem}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.p-2{padding:.5rem}.p-4{padding:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.italic{font-style:italic}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.filter{filter:var(--tw-blur)var(--tw-brightness)var(--tw-contrast)var(--tw-grayscale)var(--tw-hue-rotate)var(--tw-invert)var(--tw-saturate)var(--tw-sepia)var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,-webkit-backdrop-filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}html,body{background-color:#90d1a8;height:100%;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}#app{background-color:#90d1a8;flex-direction:column;height:100%;display:flex}.GameWindow{text-align:center;width:90%;min-width:1000px;margin:0 auto}span{font-size:1.2em}.Crossword{margin-top:20px}.Row{flex-direction:row;align-items:center;display:flex}.Col{flex-direction:column;display:flex}@media only screen and (max-width:1000px){.GameWindow{width:100%;min-width:0;max-width:100%}}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.UploadBox{text-align:center;border-top:1px solid #333;width:60%;margin:40px auto 0;padding-top:10px}@media screen and (max-width:768px){.UploadBox{width:90%}}.NewGame{text-align:center;color:#333;background-color:#90d1a8;width:100%;margin:0 auto;padding-bottom:40px}.NewGame select{margin:20px auto 0;font-size:1.2em;display:block}.NewGame .Button{margin:10px auto;display:inline-block}.ContinueGame{text-align:center;color:#333;width:100%;max-width:1000px;margin:0 auto}.ContinueGame input{margin:0 0 10px;font-size:1.2em}.ContinueGame .Button{width:200px;margin:10px auto;display:inline-block}.ContinueGame a.recent-game{display:inline-block}.ContinueGame table{border-collapse:collapse;width:100%;margin:0 auto}.fade-in{opacity:1}.fade-out{opacity:0}.image-slider img{opacity:1;width:300px;height:auto;transition:opacity 1s ease-in-out}.image-slider img.fade-in{opacity:1}.image-slider img.fade-out{opacity:0}
/*# sourceMappingURL=index.4e73620d.css.map */
