body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0f8ff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{align-items:center;display:flex;flex-direction:column;font-family:Comic Sans MS,Chalkboard SE,Marker Felt,Comic Neue,sans-serif;min-height:100vh;padding:20px;text-align:center}h1{color:#4169e1;margin-bottom:10px}.game-container{background-color:#fff;border-radius:15px;box-shadow:0 4px 8px #0003;margin:20px auto;max-width:600px;padding:20px;width:90%}.hint{color:#6a5acd;margin-bottom:20px}.hint,.score{font-size:18px}.score{color:#333;margin-bottom:15px}.buttons{display:flex;gap:15px;justify-content:center;margin-top:20px}button{background-color:#4169e1;border:none;border-radius:8px;box-shadow:0 2px 4px #0000004d;color:#fff;cursor:pointer;font-family:Comic Sans MS,cursive,sans-serif;font-size:16px;padding:10px 20px}button:hover{background-color:#3458c7}button:disabled{background-color:#ccc;cursor:not-allowed}.celebration{align-items:center;background-color:#0000004d;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:100}.celebration-content{background-color:#fff;border-radius:15px;box-shadow:0 4px 12px #0000004d;padding:30px;text-align:center}@media (max-width:480px){.buttons{flex-direction:column;gap:10px}}.letter-tile{align-items:center;background-color:#4169e1;border-radius:8px;box-shadow:0 2px 4px #0000004d;color:#fff;cursor:pointer;display:flex;font-size:24px;font-weight:700;height:50px;justify-content:center;transition:transform .1s,opacity .2s;-webkit-user-select:none;user-select:none;width:50px}.letter-tile:hover:not(.used){transform:scale(1.05)}.letter-tile.used{cursor:default;opacity:.3}.letter-tile.selected{box-shadow:0 0 10px #ffff00b3;transform:scale(1.1)}@media (max-width:480px){.letter-tile{font-size:20px;height:40px;width:40px}}.letter-slot{align-items:center;background-color:#f0f8ff;border:2px dashed #4169e1;border-radius:8px;cursor:pointer;display:flex;font-size:24px;font-weight:700;height:50px;justify-content:center;transition:background-color .2s;width:50px}.letter-slot.filled{background-color:#e8f4ff;border-style:solid;color:#4169e1}.letter-slot:hover.empty{background-color:#e6efff}.letter-slot:hover.filled{background-color:#ffeaea}@media (max-width:480px){.letter-slot{font-size:20px;height:40px;width:40px}}.game-board{align-items:center;display:flex;flex-direction:column;margin:20px 0}.word-slots{margin-bottom:30px}.letter-tiles,.word-slots{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.letter-tiles{margin-bottom:20px}.check-button{margin-top:10px}@media (max-width:480px){.letter-tiles,.word-slots{gap:5px}}
/*# sourceMappingURL=main.dc1dbb81.css.map*/