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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#keyboardRoot{color:#fff;-webkit-column-gap:5px;column-gap:5px;flex-flow:row wrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:50%}#keyboardRoot,.keyboardKey{display:flex;justify-content:center}.keyboardKey{align-items:center;height:7.5vw;margin-bottom:5px;margin-top:5px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:2.2vw;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:4vw}.keyboardKey:active{opacity:70%}.keyRow .specialKey{width:6vw}@media screen and (min-width:600px){.keyboardKey{height:50px;padding:2px;width:50px}.keyRow .specialKey{width:80px}}.unusedKey{background-color:grey}.keyRow{-webkit-column-gap:5px;column-gap:5px;display:flex;flex-basis:100%;justify-content:center}:root{--bg:#fff;--fg:#000}@media (prefers-color-scheme:dark){:root{--bg:#000;--fg:#fff}}body{background-color:#fff;background-color:var(--bg)}#wdleRoot{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;min-height:100vh}@supports (-webkit-touch-callout:none){#wdleRoot{min-height:-webkit-fill-available}}#wdleTitle{color:#000;color:var(--fg);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;text-align:center}#wdleTitle>h1{font-size:150%}#wdleTitle>h1,#wdleTitle>p{margin-bottom:0;margin-top:0}#wdleTitle>p{font-size:100%}@media screen and (min-height:900px){#wdleTitle>h1{font-size:500%}#wdleTitle>p{font-size:30px}}.wdleGameRoot{align-items:center;background-color:#fff;background-color:var(--bg);display:grid;justify-content:center;width:50%}.completed{opacity:50%}.wdleRootCompletionModal{background-color:#fff;background-color:var(--bg);border:1px solid #000;border:1px solid var(--fg);bottom:0;color:#000;color:var(--fg);display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;left:0;margin:auto;max-width:80%;padding:10px;position:absolute;right:0;text-align:center;top:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1001}.wdleRootCompletionModal>h1{margin-bottom:5px;margin-top:5px}button{background-color:grey;border:1px solid #000;border:1px solid var(--fg);color:#fff;display:inline-block;height:2rem;margin:3px;padding:3px;text-align:center;width:45%}button:hover{cursor:pointer;opacity:75%}h1.wdleRootSuccess{color:green}img.yippee{align-self:center;height:auto;width:20rem}h1.wdleRootFailure{color:red}.wdleGridRoot{grid-gap:8px;display:grid;gap:8px;grid-template-rows:repeat(6,1fr)}.wdleRow{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(5,1fr)}.baseGuess{align-items:center;background-color:#666;border:1px solid #fff;border:1px solid var(--bg);color:#fff;display:flex;font-size:20px;font-weight:bolder;height:12.5vw;justify-content:center;width:12.5vw}@media screen and (min-width:500px){.baseGuess{height:75px;width:75px}}.rowActive>.baseGuess{background-color:#8d8d8d}.wdleGuessGood{background-color:green}.wdleGuessBad{background-color:#555}.wdleGuessClose{background-color:orange}
/*# sourceMappingURL=main.07735547.css.map*/