body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100%;margin:0}:root{--disbled-color:#0a4d03;--correct-answer:#42ba96;--close-answer:#ffc107;--wrong-answer:#10141f;--card-gap:max(0.25rem,7px);--keyboard-gap:6px;--keyboard-transition:0.6s;--max-width:600px;--flip-duration:0.6s;--flip-delay:0.3s;--jump-duration:0.15s;--toast-duration:0.25s;background-color:#093604;color:#fff;font-size:4vmin}body,html{height:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.styles_card__O-BnB{align-items:center;aspect-ratio:1;border:solid;border-color:#7f7f7f;border-radius:10%;border-width:.12em;box-sizing:border-box;display:flex;height:min(min(4rem,8vh),56px);justify-content:center;line-height:.12em}.styles_card__O-BnB span{font-size:min(min(4rem,4vh),56px);font-weight:bolder}.styles_card__O-BnB.styles_flip__LF7zV{-webkit-animation:styles_flip__LF7zV var(--flip-duration) linear 0s forwards;animation:styles_flip__LF7zV var(--flip-duration) linear 0s forwards;transition:background-color 0s calc(var(--flip-duration)/2)}.styles_card__O-BnB.styles_jump__tcTGg{-webkit-animation:styles_jump__tcTGg var(--jump-duration) linear 0s backwards;animation:styles_jump__tcTGg var(--jump-duration) linear 0s backwards}.styles_card__O-BnB.styles_disabled__IlG\+k{background-color:var(--disbled-color);border-color:var(--disbled-color)}.styles_card__O-BnB.styles_underline__hUxma{border-bottom-width:.3em}@-webkit-keyframes styles_jump__tcTGg{50%{-webkit-transform:perspective(200px) scale3d(1.15,1.15,1.15);transform:perspective(200px) scale3d(1.15,1.15,1.15)}}@keyframes styles_jump__tcTGg{50%{-webkit-transform:perspective(200px) scale3d(1.15,1.15,1.15);transform:perspective(200px) scale3d(1.15,1.15,1.15)}}@-webkit-keyframes styles_flip__LF7zV{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}49.999999%{border-color:#7f7f7f;-webkit-transform:perspective(200px) rotateY(-90deg);transform:perspective(200px) rotateY(-90deg)}50%{border-color:transparent;-webkit-transform:perspective(200px) rotateY(90deg);transform:perspective(200px) rotateY(90deg)}to{border-color:transparent;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@keyframes styles_flip__LF7zV{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}49.999999%{border-color:#7f7f7f;-webkit-transform:perspective(200px) rotateY(-90deg);transform:perspective(200px) rotateY(-90deg)}50%{border-color:transparent;-webkit-transform:perspective(200px) rotateY(90deg);transform:perspective(200px) rotateY(90deg)}to{border-color:transparent;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}.styles_grid__4wsn\+{grid-template-columns:1fr 1fr 1fr 1fr 1fr;grid-template-rows:auto}.styles_board__dV1-O,.styles_grid__4wsn\+{grid-gap:var(--card-gap);display:grid;gap:var(--card-gap)}.styles_board__dV1-O{max-height:100%}.styles_key__un0oW{-webkit-user-drag:none;align-items:center;background-color:#555559;border-radius:5px;display:flex;flex:1 1;justify-content:center;line-height:1em;padding:1.5vh 2vw;transition:background-color var(--keyboard-transition),color var(--keyboard-transition);transition-delay:calc(var(--flip-delay)*4 + var(--flip-duration));-webkit-user-select:none;-ms-user-select:none;user-select:none}.styles_key__un0oW span{font-size:.8rem;font-weight:700}.styles_key__un0oW.styles_none__nB5t-{background-color:#555559}.styles_key__un0oW.styles_close__RG275{background-color:var(--close-answer)}.styles_key__un0oW.styles_wrong__KvWdw{background-color:var(--wrong-answer);color:#555559}.styles_key__un0oW.styles_correct__UgGfO{background-color:var(--correct-answer)}.styles_key__un0oW.styles_clicked__R0-AL{-webkit-animation:styles_highlight__mPgGE .2s forwards;animation:styles_highlight__mPgGE .2s forwards}.styles_key__un0oW:hover{cursor:pointer}@-webkit-keyframes styles_highlight__mPgGE{to{background-color:#86868f}}@keyframes styles_highlight__mPgGE{to{background-color:#86868f}}.styles_keyboard__-38cB{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:var(--keyboard-gap);justify-content:center;padding:1rem 1rem 0;width:100%}.styles_keyboard__-38cB>div{display:flex;gap:inherit;justify-content:center;width:100%}.styles_page__aSD07{height:100vh;justify-content:space-between;margin:0 auto;max-width:var(--max-width)}.styles_mainGame__GoSxH,.styles_page__aSD07{align-items:center;display:flex;flex-direction:column;width:100%}.styles_mainGame__GoSxH{height:100%;justify-content:space-around;margin:0 20px 20px}.styles_warning__bB-se{align-items:center;background-color:#467fd0;border-radius:15px;display:flex;font-size:min(min(2.8rem,2.8vh),30px);justify-content:center;margin:.25em 0;padding:.25em .5em}.styles_warning__bB-se.styles_none__ChLWa{-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}.styles_warning__bB-se.styles_show__WwjRB{-webkit-animation:styles_show__WwjRB var(--toast-duration) linear 0s forwards;animation:styles_show__WwjRB var(--toast-duration) linear 0s forwards}.styles_warning__bB-se.styles_hide__csvM8{-webkit-animation:styles_hide__csvM8 var(--toast-duration) linear 0s forwards;animation:styles_hide__csvM8 var(--toast-duration) linear 0s forwards}@-webkit-keyframes styles_show__WwjRB{0%{-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes styles_show__WwjRB{0%{-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes styles_hide__csvM8{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}}@keyframes styles_hide__csvM8{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}}.styles_modal__4I-wy{display:flex;flex-direction:column;height:calc(50vh - 63px)}.styles_modal__4I-wy div{align-items:center;display:flex;flex:2 1;flex-direction:column;justify-content:space-between}.styles_modal__4I-wy div div{display:flex;justify-content:center}.styles_modal__4I-wy span{text-align:center}.styles_modal__4I-wy button{border:none;border-radius:15px;padding:10px}.styles_modal__4I-wy button:hover{cursor:pointer}header{border-bottom:solid;border-bottom-width:1px;border-color:#afafaf;display:flex;font-size:x-large;font-weight:bolder;justify-content:space-around;width:100%}header>*{margin:15px 0}.styles_modal__ryRTs{background-color:#000;background-color:rgba(0,0,0,.4);display:none;height:100%;left:0;overflow:auto;padding-top:100px;position:fixed;top:0;width:100%;z-index:1}.styles_modalContent__DaImW{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-name:styles_animatetop__UeHoY;animation-name:styles_animatetop__UeHoY;background-color:var(--wrong-answer);border-radius:15px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);margin:auto;padding:0;position:relative;width:min(750px,90%)}@-webkit-keyframes styles_animatetop__UeHoY{0%{opacity:0;top:-300px}to{opacity:1;top:0}}@keyframes styles_animatetop__UeHoY{0%{opacity:0;top:-300px}to{opacity:1;top:0}}.styles_close__fUrGM{color:#fff;float:right;font-size:28px;font-weight:700;margin:10px}.styles_close__fUrGM:focus,.styles_close__fUrGM:hover{color:#afafaf;cursor:pointer;text-decoration:none}.styles_modalBody__4tTTe{color:#fff;display:flex;justify-content:center;padding:2px 16px}
/*# sourceMappingURL=main.f0a0b5ca.css.map*/