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}:root,html[data-theme=default]{--fill-color-selected:#db874b;--stroke-color-selected:coral;--fill-color:#e29f6f;--stroke-color:grey;--fill-color-word:#95b28f;--game-background:#c4d7f4;--game-background2:#dbab56}html[data-theme=theme-valentine]{--fill-color-selected:#e544e5;--stroke-color-selected:coral;--fill-color:#ff4cff;--stroke-color:grey;--fill-color-word:#84abfc;--game-background:#ea8681;--game-background2:#ff76dc}html[data-theme=theme-teal]{--fill-color-selected:#db874b;--stroke-color-selected:coral;--fill-color:#e29f6f;--stroke-color:grey;--fill-color-word:#90aeaf;--game-background:#7dbdbd}html[data-theme=theme-tan]{--fill-color-selected:#768a9e;--stroke-color-selected:coral;--fill-color:#90aeaf;--stroke-color:grey;--fill-color-word:#988558;--game-background:#cdb591}html[data-theme=theme-turtledove]{--fill-color-selected:#a6b5bc;--stroke-color-selected:coral;--fill-color:#bfd7d0;--stroke-color:grey;--fill-color-word:#7f7394;--game-background:#d9dcd4}html[data-theme=theme-thanksgiving]{--fill-color-selected:#c68e23;--stroke-color-selected:coral;--fill-color:#f8b12c;--stroke-color:grey;--fill-color-word:#996236;--game-background:#ed732e}html[data-theme=theme-holiday]{--fill-color-selected:#189ad3;--stroke-color-selected:coral;--fill-color:#6bbee3;--stroke-color:grey;--fill-color-word:silver;--game-background:#c4d7f4;--game-background2:silver}html[data-theme=bogus]{--fill-color-word:#dbab56;--fill-color-word:#d89e77}@keyframes flakemove{0%{transform:translateY(0) rotateY(0deg)}to{transform:translateY(800px) rotateY(1turn)}}.mover{animation:flakemove 4s infinite;height:100px;transition:.5s;width:100px}.App{display:flex;flex-direction:column;font-weight:700;height:100dvh;text-align:center;touch-action:none;-webkit-user-select:none;user-select:none;width:100dvw}.App-header{background-color:#282c34;color:#fff;font-size:18px}.App-link{color:#61dafb}.game-container{background-color:#d3d3d3;display:flex;flex:1 1;flex-direction:row;flex-wrap:nowrap;justify-content:center}.main{background-image:linear-gradient(to bottom right,#c4d7f4,#dbab56);background-image:linear-gradient(to bottom right,var(--game-background),var(--game-background2));border:3px solid #000;font-family:Arial,Helvetica,sans-serif;width:480px}.scoreContainerWrapper{display:inline-block;height:60px;margin-top:15px;width:300px}.scoreContainer{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;touch-action:none}.score{align-items:center;background:#ececec;border:4px solid #116475;box-shadow:2px 2px 5px grey;display:flex;flex-direction:column;font-size:12px;height:50px;margin:3px 12px 2px 0;position:relative;width:100px}.score span{font-size:24px;font-weight:700}.scoreMedal{background:#ececec;border:4px solid #116475;box-shadow:2px 2px 5px grey;font-size:12px;height:50px;margin:3px 0 2px 4px;position:relative;width:205px}.scoreMedal span{font-size:24px;font-weight:700}.play{font-size:14px;margin:8px 15px}.gameGrid,.play{position:relative}.gameGrid{border:5px solid #116475;box-shadow:5px 5px 5px grey;display:inline-grid;gap:0;grid-template-columns:repeat(5,1fr);margin-bottom:0;margin-top:15px}.gameGrid div{background:#ececec;display:inline-block}.pileGrid{border:2px solid #116475;box-shadow:5px 5px 5px grey;display:inline-grid;gap:0;grid-template-columns:repeat(5,1fr);margin-bottom:20px;margin-top:0;position:relative}.pileGrid div{background:#ececec;display:inline-block}.toast{background-color:#fff;border:2px solid #000;border-radius:10px;color:#000;font-size:8;height:40px;left:120px;line-height:35px;position:absolute;text-align:center;top:210px;width:200px;z-index:901}.modal{background-color:#0006;display:none;height:100%;left:0;position:fixed;top:0;touch-action:none;width:100%;z-index:901}.modalContent{align-items:center;-webkit-appearance:none;background-color:#fff;border-radius:10px;box-shadow:4 4 30px #fff;display:flex;font-size:14px;font-weight:700;height:auto;justify-content:space-around;left:50%;margin-left:-175px;position:relative;top:70px;touch-action:none;width:350px;z-index:902}@keyframes celebrateFrames{0%{opacity:0}to{opacity:1}}@keyframes celebrateFramesReverse{0%{opacity:1}to{opacity:0}}.celebrate{animation-duration:2s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:celebrateFrames;animation-timing-function:linear;height:200px;left:calc(50% - 100px);position:absolute;text-align:center;width:200px}.celebrate,.tooltip{z-index:910}.checkboxgroup{display:inline-block;text-align:center}.checkboxgroup label{display:block}.tile{-webkit-user-drag:element;-khtml-user-drag:element}.tileSelected{fill:#db874b;fill:var(--fill-color-selected);stroke:coral;stroke:var(--stroke-color-selected)}.tileNotSelected{fill:#e29f6f;fill:var(--fill-color)}.tileNotSelected,.tileWord{stroke:grey;stroke:var(--stroke-color)}.tileWord{fill:#95b28f;fill:var(--fill-color-word)}footer,header{-ms-flex-preferred-size:50px;-ms-flex-align:center;-ms-flex-line-pack:distribute;align-items:center;background-color:#ccc;display:flex;display:-ms-flexbox;flex-basis:50px;justify-content:space-around}footer{margin-top:auto}.app-footer{color:#0000008c;font-size:11.5px;font-weight:400;padding:2px 10px 6px;text-align:center}.app-footer .flink{background:none;border:none;color:inherit;cursor:pointer;font:inherit;padding:0;text-decoration:underline}.app-footer .flink:hover{color:#000}.fb-backdrop{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;touch-action:none;z-index:960}.fb-modal{background:#fff;border-radius:14px;box-shadow:0 12px 40px #281e0f47;font-family:Arial,Helvetica,sans-serif;font-weight:400;padding:20px 18px 18px;position:relative;text-align:left;width:min(440px,94vw)}.fb-close{cursor:pointer;line-height:0;position:absolute;right:10px;top:10px}.fb-title{font-size:18px;margin:0 0 12px}.fb-types{display:flex;gap:8px;margin-bottom:12px}.fb-type{background:#f4f4f4;border:1px solid #ccc;border-radius:8px;cursor:pointer;flex:1 1;font-size:12px;font-weight:700;padding:8px 6px}.fb-type.active{background:#0c7b73;border-color:#0c7b73;color:#fff}.fb-email,.fb-text{background:#fff;border:1px solid #ccc;border-radius:8px;box-sizing:border-box;font:inherit;font-size:14px;padding:8px;width:100%}.fb-text{resize:vertical}.fb-email{margin-top:8px}.fb-email:focus,.fb-text:focus{border-color:#0c7b73;outline:none}.fb-email.bad{border-color:#d9534f}.fb-foot{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-top:10px}.fb-hint{color:#888;font-size:12px;font-weight:400}.fb-send{background:#0c7b73;border:none;border-radius:999px;color:#fff;cursor:pointer;font-weight:700;padding:8px 16px}.fb-send:disabled{cursor:default;opacity:.4}.fb-done{color:#2e7d32;font-weight:700;padding:18px 0;text-align:center}.fb-err{color:#d9534f;font-size:12.5px;margin:8px 0 0}header a{display:inline-block}.fixed-hf .main{overflow-y:auto}.button{background-image:linear-gradient(#eca142,#c97000);border:1px solid #c97000;border-radius:4px;box-sizing:border-box;color:#fff;cursor:pointer;direction:ltr;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;letter-spacing:-.022em;line-height:1.47059;min-width:30px;overflow:visible;padding:4px 15px;text-align:center;touch-action:manipulation;user-select:none;-webkit-user-select:none;vertical-align:initial;white-space:nowrap}.button:disabled{cursor:default;opacity:.3}.button:active{background-image:linear-gradient(#d9943d,#b96700);border-color:#bc6d00;outline:none}.button:focus{box-shadow:0 0 0 3px #fdc08380;outline:none}.playbutton{box-shadow:3px 3px 3px grey;cursor:pointer}@media (hover:hover){.button:hover{background-image:linear-gradient(#eea951,#cd7b14);border-color:#d08214;text-decoration:none}.playbutton:hover{box-shadow:0 0 0 3px #fdc08380}}
/*# sourceMappingURL=main.62aa06e4.css.map*/