@font-face{font-family:monoLetter;src:url(font-lite.woff2)}@font-face{font-family:valera;src:url(valera.woff2)}:root{--red:rgb(169, 20, 9);--white:#e8e6e3;--background:#131516;--border:rgb(53, 57, 59)}strong{color:orange}.reeddle-red{background-color:var(--red)}#fireworkContainer{width:100%;height:100%;position:fixed}hr{border-color:var(--border)}.responsive-button{margin-left:1vw}@keyframes cursorFrames{from{opacity:1}to{opacity:0}}label{color:orange}.w3-modal .w3-container{padding-left:3vw!important;padding-right:3vw!important}.w3-input,.w3-select{background-color:var(--background);color:var(--white)}.w3-button{-webkit-tap-highlight-color:transparent;outline:0;-ms-touch-action:manipulation;touch-action:manipulation;background-color:var(--red)!important}@media (hover:hover){.w3-button:hover{animation-name:hue;animation-duration:.3s;animation-fill-mode:forwards;background-color:var(--red)!important;color:var(--white)!important}}.top-round{border-top-left-radius:16px;border-top-right-radius:16px}body{overflow:hidden;touch-action:none}.w3-modal-content,body{background-color:var(--background);color:var(--white)}.letter{font-family:monoLetter;padding:.5vmax;user-select:none}.word-list{padding:0;width:fit-content;z-index:2;position:fixed}@media (orientation:portrait){.letter{font-size:10vh}.w3-modal-content{width:100%;font-size:4vw}.responsive-button span{display:none}}@media (orientation:landscape){.letter{font-size:8vw}.w3-modal-content{width:65%;font-size:125%}}.w3-modal-content.h1,h4{font-size:unset}.letter-container{display:flex;flex-wrap:wrap;justify-content:center}#wordBox .letter{flex-shrink:1;font-size:8vw}#wordBox .letter:hover{color:var(--red)!important}#letterBox .letter:hover{color:green!important}.w3-red{background-color:var(--red)}header{background-color:var(--red)}.top-header{margin-bottom:1%}li{font-size:2vmax}li:hover{background-color:var(--red)!important;transition:background-color .1s}.cursor{animation-duration:.25s;animation-name:cursorFrames;animation-iteration-count:infinite;animation-direction:alternate}#snackbar{visibility:hidden;min-width:250px;border-radius:2px;padding:16px;z-index:5}#snackbar.show{visibility:visible;-webkit-animation:fadein .5s,fadeout .5s 2.5s;animation:fadein .5s,fadeout .5s 2.5s}@keyframes hue{from{filter:hue-rotate(0deg)}to{filter:hue-rotate(-25deg)}}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeout{from{opacity:1}to{opacity:0}}@keyframes fadeout{from{opacity:1}to{opacity:0}}