main.s-l9h9LuSHJiWN.s-l9h9LuSHJiWN{display:flex;flex-direction:column;align-items:center;gap:20px;padding-bottom:60px}.game-board.s-l9h9LuSHJiWN.s-l9h9LuSHJiWN{display:grid;grid-template-rows:repeat(6,1fr);gap:5px;margin-bottom:20px}.guess-row.s-l9h9LuSHJiWN.s-l9h9LuSHJiWN{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.tile.s-l9h9LuSHJiWN.s-l9h9LuSHJiWN{width:50px;height:50px;border:2px solid #3a3a3c;display:flex;justify-content:center;align-items:center;font-size:2rem;font-weight:700;text-transform:uppercase;color:#fff;-webkit-user-select:none;user-select:none;transition:transform .15s linear}.tile.filled.s-l9h9LuSHJiWN.s-l9h9LuSHJiWN{border-color:#818384;animation:s-l9h9LuSHJiWN-pop .1s}.tile.correct.s-l9h9LuSHJiWN.s-l9h9LuSHJiWN{background-color:#538d4e;border-color:#538d4e;animation:s-l9h9LuSHJiWN-flip .5s ease forwards}.tile.present.s-l9h9LuSHJiWN.s-l9h9LuSHJiWN{background-color:#b59f3b;border-color:#b59f3b;animation:s-l9h9LuSHJiWN-flip .5s ease forwards}.tile.absent.s-l9h9LuSHJiWN.s-l9h9LuSHJiWN{background-color:#3a3a3c;border-color:#3a3a3c;animation:s-l9h9LuSHJiWN-flip .5s ease forwards}.input-area.s-l9h9LuSHJiWN.s-l9h9LuSHJiWN{display:flex;gap:10px;align-items:center}.guess-input.s-l9h9LuSHJiWN.s-l9h9LuSHJiWN{padding:10px;font-size:1.2rem;text-transform:uppercase;border:2px solid #3a3a3c;border-radius:5px;background:#0003;color:#fff;width:150px;text-align:center;letter-spacing:2px}.guess-input.s-l9h9LuSHJiWN.s-l9h9LuSHJiWN:focus{outline:none;border-color:#818384}.submit-btn.s-l9h9LuSHJiWN.s-l9h9LuSHJiWN{background-color:#818384;color:#fff;border:none;padding:10px 20px;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .2s}.submit-btn.s-l9h9LuSHJiWN.s-l9h9LuSHJiWN:hover{background-color:#565758}.message-container.s-l9h9LuSHJiWN.s-l9h9LuSHJiWN{padding:15px;border-radius:8px;background-color:#ffffff1a;margin-top:10px;animation:s-l9h9LuSHJiWN-fadeIn .3s}.message-container.s-l9h9LuSHJiWN p.s-l9h9LuSHJiWN{margin:0;font-size:1.2rem;font-weight:700}.message-container.success.s-l9h9LuSHJiWN.s-l9h9LuSHJiWN{background-color:#538d4ecc}.message-container.failure.s-l9h9LuSHJiWN.s-l9h9LuSHJiWN{background-color:#b42828cc}@keyframes s-l9h9LuSHJiWN-pop{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes s-l9h9LuSHJiWN-flip{0%{transform:rotateX(0)}50%{transform:rotateX(90deg)}to{transform:rotateX(0)}}@keyframes s-l9h9LuSHJiWN-fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
