:root{--bgcolor:#f7f9f9;--btnheight:36px;--margin:1.25rem;--margin2:calc(var(--margin)*2);--kbmin:calc(400px - var(--margin2));--kbmax:calc(540px - var(--margin2))}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f7f9f9;background-color:var(--bgcolor);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}input{font-family:inherit;font-size:1rem}button{height:36px;height:var(--btnheight);margin:0 2px 2px 0}.game-loader{height:calc(100dvh - 2.5rem);height:calc(100dvh - var(--margin2));margin:1.25rem;margin:var(--margin)}.game,.game-loader{display:flex;flex-direction:column}.game{flex:1 1;height:0}.header{flex:0 0 auto}.keyboard-container{container-type:inline-size}.keyboard{align-items:center;margin-top:1.25rem;margin-top:var(--margin);width:auto}@container (min-width: calc(400px - 2 * 1.25rem)) and
  (max-width: calc(400px - 2 * 1.25rem)){.keyboard{width:calc(400px - 2.5rem);width:var(--kbmin)}}.keyboard-letter{padding:0;width:36px;width:var(--btnheight)}.grid{flex:0 1 auto;gap:2px 0;overflow-y:auto;padding:0}.cell,.grid{border-width:0}.cell{background-color:#f7f9f9;background-color:var(--bgcolor);border-radius:0;caret-color:#0000;margin:0;padding:2px;text-align:center}.cell:focus{border-radius:2pt;outline-color:#00f;outline-offset:-2px;outline-style:solid;outline-width:2px}.cell.unguessed{background-color:#b0c4de}.cell.guessed{color:#000}.cell.conflicted,.cell.guessed{background-color:#f7f9f9;background-color:var(--bgcolor);font-weight:700}.cell.conflicted{color:red}.cell.focused{background-color:#f9e79f}
/*# sourceMappingURL=main.11858616.css.map*/