.ClueList{margin-left:.5rem;margin-right:.5rem;cursor:pointer}@media screen and (max-width:640px){.ClueList{display:none}}.ClueList .ClueListTitle{font-weight:700;font-size:1.5rem}.ClueList .Clues{border:1px solid #000;padding:.5rem .5rem 1rem;width:15rem}.ClueList .nobullets{list-style:none;padding:0;margin:0}.ClueList .primary{background-color:#add8e6}.ClueList .secondary{background-color:#d3d3d3}.ClueList .offclue,.ClueList .selected{border-left:2px solid #00f}.ClueList .obscured{color:transparent;text-shadow:0 0 5px rgba(0,0,0,.5);-webkit-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.Preferences{margin-top:4.5rem}.Preferences .Heading{font-weight:700;font-ssize:1.2rem}.Preferences .SkipExisting{margin:1rem 0 0 2rem}.Preferences .PuzzlePrefs{margin:0 0 0 2rem}.Preferences .PuzzleListContainer{margin:.5rem;border:1px solid #d3d3d3;padding:.5rem}.Preferences .PuzzleListContainer .PuzzlePrefList{margin:.5rem}.Preferences .PuzzleListContainer .PuzzlePrefList .PuzzlePrefInfo{border:1px solid #d3d3d3;background-color:#fff;margin:.2rem}.Puzzle{position:relative;display:flex;flex-direction:column}.Puzzle .PuzzleHeader{position:fixed;z-index:999;top:0;left:0;right:0;width:100%;height:5rem;display:flex;flex-direction:column;background:#fff}.Puzzle .PuzzleHeader .MenuHeader{display:flex;flex-direction:row;background:#fff;width:100%}.Puzzle .PuzzleHeader .MenuHeader .RightHeader{width:100%;display:flex;flex-direction:row;justify-content:flex-end}.Puzzle .PuzzleHeader .MenuHeader .RightHeader button{background-color:#3e68ff;color:#fff;border-radius:.5rem;border-width:0;text-align:center;line-height:1.1;padding:.25rem .75rem;min-width:10ch;transition:all .22s ease-in-out}.Puzzle .PuzzleHeader .MenuHeader .RightHeader button:active,.Puzzle .PuzzleHeader .MenuHeader .RightHeader button:hover{background-color:#0037fe}.Puzzle .PuzzleHeader .MenuHeader .RightHeader button:focus{outline-style:solid;outline-color:transparent;box-shadow:0 0 0 4px #0029be}.Puzzle .PuzzleHeader .MenuHeader .RightHeader .Stopwatch{margin-right:.5rem}.Puzzle .PuzzleHeader .MenuHeader .RightHeader .CheckDropdown,.Puzzle .PuzzleHeader .MenuHeader .RightHeader .RevealDropdown{margin-left:.25rem}.Puzzle .PuzzleHeader .CheckDropdown,.Puzzle .PuzzleHeader .RevealDropdown{display:flex;flex-direction:row;align-items:center}.Puzzle .PuzzleBody{padding-top:5rem;display:flex;flex-direction:column}.Puzzle .GridClues{margin-left:.5rem;font-size:1.2rem;-webkit-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.Puzzle .GridClues .GridClueNumber{font-weight:700}.Puzzle .obscured{color:transparent;text-shadow:0 0 5px rgba(0,0,0,.5);-webkit-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.Puzzle .GridRow,.Puzzle .PuzzleGrid{display:flex;flex-direction:row}.Puzzle .PuzzleFooter{display:flex;flex-direction:column;margin:1.5rem;font-size:2rem}.Puzzle .Complete{font-size:2rem}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader{margin-top:1rem;border:.625rem solid hsla(0,0%,53.3%,.2);border-top-color:#58b647;animation:spinner .9s linear infinite;border-radius:50%;width:4rem;height:4rem}.loading-text{margin-top:1rem;font-style:normal;font-weight:400;font-size:1rem;line-height:130%;color:#888}.Modal{position:absolute;width:25%;height:25%;left:25%;top:25%;background-color:#fff;display:flex;justify-content:center;align-items:center}.is-open .Dropdown-control{background-color:#0037fe;color:#fff}.Dropdown-control{background-color:#3e68ff;color:#fff;border-radius:.5rem;box-shadow:0 3px 5px rgba(0,0,0,.18)}.Dropdown-control:active,.Dropdown-control:hover{background-color:#0037fe}.Dropdown-control .Dropdown-arrow-closed{border-color:#fff transparent transparent;border-width:5px 5px 0}.Dropdown-control .Dropdown-arrow-closed,.Dropdown-control .Dropdown-arrow-open{border-style:solid;content:" ";display:block;height:0;margin-top:-ceil(2.5);position:absolute;right:10px;top:14px;width:0}.Dropdown-control .Dropdown-arrow-open{border-color:transparent transparent #fff;border-width:0 5px 5px}.Dropdown-control:focus{outline-style:solid;outline-color:transparent;box-shadow:0 0 0 4px #0029be}.Dropdown-menu,.Dropdown-option{background-color:#3e68ff;color:#fff}.Dropdown-option:active,.Dropdown-option:hover{background-color:#0037fe}.Dropdown-option:hover{color:#fff}.PuzzleGrid{position:relative;margin-top:.5rem;-webkit-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.PuzzleGrid .GridClues{margin-left:.5rem;font-size:1.2rem}.PuzzleGrid .GridClues .GridClueNumber{font-weight:700}.PuzzleGrid .obscured{color:transparent;text-shadow:0 0 5px rgba(0,0,0,.5);-webkit-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.GridRow{display:flex;flex-direction:row}.GridCell{border:1px solid #000;font-size:1.5rem;width:2rem;height:2rem;display:inline-grid;grid-template-columns:.5rem 1.5rem;grid-template-rows:.4rem 1.6rem;color:transparent;text-shadow:0 0 0 #000}.GridCell input{padding:0}.GridCell .circled{grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:2}.GridCell .clueNumber{position:relative;font-size:.5rem;text-align:left;vertical-align:top;grid-column-start:1;grid-row-start:1}.GridCell .clueValue{grid-column-start:2;grid-row-start:2;border:none;text-transform:uppercase;font-size:1.2rem;background-color:transparent}input:focus{outline:none}.red{color:transparent;text-shadow:0 0 0 red}.incorrect{background:linear-gradient(to top left,rgba(255,0,0,0) 0,rgba(255,0,0,0) calc(50% - 1px),red 50%,rgba(255,0,0,0) calc(50% + 1px),rgba(255,0,0,0))}.PuzzleHeader{display:flex;flex-direction:flex-column;width:100%;justify-content:space-between}.PuzzleHeader .RightHeader{display:flex;flex-direction:row}.PuzzleList{margin:.5rem;display:flex;flex-direction:column;padding-top:5rem}.PuzzleList .PuzzleInfo{display:flex;flex-direction:row;justify-content:space-between}.PuzzleList .PuzzleData{justify-content:flex-end}.PuzzleList .NoData,.PuzzleList .PuzzleData{display:flex;flex-direction:row;align-items:center}.PuzzleList .NoData{height:2.5rem}.PuzzleDate{display:inline-block}.PuzzleDateString{font-weight:700;font-size:1.5rem}.PuzzleLink{margin-top:.25rem;margin-bottom:.25rem;border-bottom:1px solid #000}.PuzzleName{padding:.5rem;cursor:pointer}.PuzzleTimer{display:flex;flex-direction:column}.RadioButtonGroup{margin-left:2rem}.RadioButtonGroup .RadioButtonGroupButtons{margin-left:1rem}.black{background:#000;color:#000}.highlighted{background-color:#add8e6;color:#000}.selected{background-color:#00f;color:#fff}.alternate{background-color:#d3d3d3;color:#000}
/*# sourceMappingURL=main.16530774.chunk.css.map */