:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}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}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#user-input-field{opacity:0;position:absolute}#main-page{display:flex;flex-direction:column;gap:50px}#main-page-h1{margin:0}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}#keyboard-container{display:flex;flex-flow:column nowrap;height:200px}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}#hint-button{position:absolute;top:30px;right:40px;min-width:120px;max-width:150px;text-align:center;background-color:#2c7767}#hint-button:hover{background-color:#74ceb7;color:#0b7171;border-color:#00ffc8}.gameboard-row{text-align:center;display:flex;justify-content:center}.gameboard-row>div{display:block;width:60px;height:60px;border:1px solid #a6a6a6;margin:4px;border-radius:3px;text-align:center;line-height:60px;text-transform:uppercase;font-weight:700;font-size:2.5em}.gameboard-row>div.correct{background-color:green;color:#fff}.gameboard-row>div.absent{background-color:gray;color:#fff}.gameboard-row>div.present{background-color:gold;color:#fff}.modal-bar{position:fixed;top:30px;background-color:#333;padding:1rem 2rem;border-radius:8px;color:#ffffffde;font-weight:500;max-width:320px;z-index:9999;cursor:pointer;-webkit-user-select:none;user-select:none;text-align:left;opacity:1;min-width:200px;max-width:400px}.modal-bar-error{left:30px;border:1px solid #e6685ca1;box-shadow:0 0 14px #ff837852}.modal-bar-hint{right:170px;border:1px solid #5ce6d8a1;box-shadow:0 0 14px #78ffe652}.modal-close-button{position:absolute;top:6px;right:12px;background:transparent;border:none;font-size:1.2rem;color:#fff;cursor:pointer;padding:0;line-height:1}.gameover-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:flex-start;padding-top:10px;background-color:#0000004f;z-index:9999}.gameover-modal-content{background-color:#333;color:#ffffffde;font-weight:500;padding:10px 40px 40px;border-radius:8px;min-width:200px;max-width:350px;box-shadow:0 0 14px #78ffe62d;border:1px solid rgb(102,102,102);position:relative;text-align:left;-webkit-user-select:none;user-select:none;cursor:default}.gameover-modal-content.won{box-shadow:0 0 14px #78ffa542}.gameover-modal-content.lost{box-shadow:0 0 14px #ff937842}.status-text{font-size:1.5rem;margin-bottom:1rem;font-weight:600}.status-text.won{color:#5ce65c}.status-text.lost{color:#e6685c}.correct-word,.correct-word>*{display:block;text-align:center}.modal-grid{margin:1rem 0 1.5rem}.guess-another-button{background-color:transparent;border:1px solid #d4d4d4;color:#d4d4d4;padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease;display:block;width:100%;text-align:center}.guess-another-button:hover{background-color:#d4d4d4;border-color:#d4d4d4;color:#333}.row{display:flex;justify-content:center;gap:.25rem;margin:3px 0}button.correct{background-color:green;color:#fff}button.absent{background-color:gray;color:#fff}button.present{background-color:gold;color:#fff}#keyboard-container{height:fit-content}
