.sudoku-how-to-play{max-width:1200px;padding:0 24px;margin:24px auto}.sudoku-how-to-play section:not(:last-child){padding-bottom:32px;border-bottom:1px solid #9a9a9a}.sudoku-how-to-play__anchors{width:100%;margin-bottom:32px;display:flex;align-items:center;justify-content:center}.sudoku-how-to-play__anchors a:not(:last-child){margin-right:16px}.sudoku-how-to-play h1{text-align:center}.sudoku-how-to-play h2{text-decoration:underline}@media (max-width:767px){.sudoku-how-to-play__anchors a{font-size:16px}.sudoku-how-to-play h1{font-size:32px}.sudoku-how-to-play h2{font-size:24px}.sudoku-how-to-play h3{font-size:18px}.sudoku-how-to-play{font-size:14px}}@media (min-width:768px) and (max-width:1007px){.sudoku-how-to-play__anchors a{font-size:18px}.sudoku-how-to-play h1{font-size:40px}.sudoku-how-to-play h2{font-size:28px}.sudoku-how-to-play h3{font-size:20px}.sudoku-how-to-play{font-size:16px}}@media (min-width:1008px){.sudoku-how-to-play__anchors a{font-size:18px}.sudoku-how-to-play h1{font-size:48px}.sudoku-how-to-play h2{font-size:32px}.sudoku-how-to-play h3{font-size:20px}.sudoku-how-to-play{font-size:16px}}.loading-animation,.loading-animation:after,.loading-animation:before{border-radius:50%;width:2.5em;height:2.5em;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation:load 1.8s ease-in-out infinite;animation:load 1.8s ease-in-out infinite}.loading-animation{font-size:10px;position:relative;-webkit-transform:translateY(-2.5em);transform:translateY(-2.5em);-webkit-animation-delay:-.16s;animation-delay:-.16s}.loading-animation:after,.loading-animation:before{content:"";position:absolute;top:0}.loading-animation:before{left:-3.5em;-webkit-animation-delay:-.32s;animation-delay:-.32s}.loading-animation:after{left:3.5em}@-webkit-keyframes load{0%,80%,to{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}@keyframes load{0%,80%,to{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}.not-found{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;position:relative;top:25%;font-size:24px}.not-found__grid{margin-bottom:32px}.sudoku-cell{flex:0 0 auto;position:relative;box-sizing:border-box;font-family:Tahoma,Verdana,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sudoku-cell--u{padding-top:1px}.sudoku-cell--r{padding-right:1px}.sudoku-cell--d{padding-bottom:1px}.sudoku-cell--l{padding-left:1px}.sudoku-cell--U{padding-top:3px}.sudoku-cell--R{padding-right:3px}.sudoku-cell--D{padding-bottom:3px}.sudoku-cell--L{padding-left:3px}.sudoku-cell__inner{position:relative;box-sizing:border-box}.sudoku-cell__pm--given{font-weight:700}.sudoku-cell__candidates--user,.sudoku-cell__pm--user,.sudoku-cell__value--user{color:#1d6ae5}.sudoku-cell__candidates,.sudoku-cell__value{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.sudoku-cell__inner-border{position:absolute;top:0;left:0;right:0;bottom:0}.sudoku-cell__inner-border--U{border-top:1px dashed #000}.sudoku-cell__inner-border--R{border-right:1px dashed #000}.sudoku-cell__inner-border--D{border-bottom:1px dashed #000}.sudoku-cell__inner-border--L{border-left:1px dashed #000}.sudoku-cell__highlight{position:absolute;top:0;left:0;bottom:0;right:0}.sudoku-cell__cage-value{position:absolute;top:0;left:0;padding:0 1px;background-color:#fff}.sudoku-cell__border{position:absolute;top:0;left:0;right:0;bottom:0}.sudoku-cell__border--u{border-top:1px solid #000}.sudoku-cell__border--r{border-right:1px solid #000}.sudoku-cell__border--d{border-bottom:1px solid #000}.sudoku-cell__border--l{border-left:1px solid #000}.sudoku-cell__border--U{border-top:3px solid #000}.sudoku-cell__border--R{border-right:3px solid #000}.sudoku-cell__border--D{border-bottom:3px solid #000}.sudoku-cell__border--L{border-left:3px solid #000}.sudoku-cell__pm{position:absolute}.sudoku-cell__pm--user{color:#1d6ae5}.sudoku-cell__pm--ul{left:10%;top:5%}.sudoku-cell__pm--ur{right:10%;top:5%}.sudoku-cell__pm--dl{left:10%;bottom:5%}.sudoku-cell__pm--dr{right:10%;bottom:5%}.sudoku-cell__pm--uu{top:5%}.sudoku-cell__pm--dd,.sudoku-cell__pm--uu{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.sudoku-cell__pm--dd{bottom:5%}.sudoku-cell__pm--ll{left:10%}.sudoku-cell__pm--ll,.sudoku-cell__pm--rr{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.sudoku-cell__pm--rr{right:10%}.sudoku-arrow-head{position:absolute}.sudoku-arrow-head--selected{box-shadow:-1px -1px 2px 0 gold}.sudoku-line{position:absolute}.sudoku-line--selected{box-shadow:0 0 2px 1px gold}.sudoku-shapetext{position:absolute;box-sizing:border-box;border:2px solid;display:flex;align-items:center;justify-content:center;pointer-events:none}.sudoku-shapetext--selected{box-shadow:0 0 2px 1px gold}.sudoku-grid{position:relative;display:flex;flex-direction:column;align-items:stretch;touch-action:none;font-family:Tahoma,Verdana,sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0)}.sudoku-grid:focus{outline:none}.sudoku-grid__row{display:flex;align-items:stretch}.sudoku-shapetext--underlay{z-index:0}.sudoku-cell__highlight{z-index:1}.sudoku-arrow-head,.sudoku-line{z-index:2}.sudoku-cell__inner-border{z-index:3}.sudoku-cell__border{z-index:4}.sudoku-shapetext--overlay{z-index:5}.sudoku-cell__cage-value,.sudoku-cell__candidates,.sudoku-cell__pm,.sudoku-cell__value{z-index:6}.sudoku-puzzle__indicator{z-index:7}.action-button{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.action-button:focus{outline:none}.sudoku-play{width:100%;overflow:hidden;box-sizing:border-box;display:flex;align-items:center}.sudoku-play .sudoku-grid{cursor:pointer}.sudoku-play:focus{outline:none}.sudoku-play__grid-container{display:flex;align-items:center;justify-content:center}.sudoku-play--portrait{flex-direction:column}.sudoku-play--portrait .sudoku-play__controls-container{display:flex;align-items:center;justify-content:center;-webkit-transform-origin:top center;transform-origin:top center}.sudoku-play--portrait .sudoku-play__main-controls{display:flex;align-items:center;justify-content:center;margin-right:8px}.sudoku-play--portrait .sudoku-play__auxiliary-controls{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;width:60px}.sudoku-play--landscape .sudoku-play__controls-container{display:flex;flex-direction:column;align-items:center;justify-content:center;-webkit-transform-origin:left center;transform-origin:left center}.sudoku-play--landscape .sudoku-play__main-controls{display:flex;align-items:center;justify-content:center;margin-bottom:4px}.sudoku-play--landscape .sudoku-play__auxiliary-controls{display:flex;flex-wrap:wrap;justify-content:space-between;width:168px}.sudoku-play--landscape .sudoku-play__auxiliary-controls .sudoku-play__action-button{width:80px}.sudoku-play__controls-container{padding:12px}.sudoku-play__mode-controls{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;width:60px;margin-right:8px}.sudoku-play__input-controls{display:flex;flex-wrap:wrap;justify-content:space-between;width:100px}.sudoku-play__input-controls .sudoku-play__action-button:not(:last-child){width:30%}.sudoku-play__input-controls .sudoku-play__action-button:last-child{width:100%}.sudoku-play__action-button{height:28px;font-size:14px;margin-bottom:4px;color:#6a1b9a;font-weight:500;border:1px solid #ccc;box-sizing:border-box}.sudoku-play__action-button:hover{background-color:#f3e5f5}.sudoku-play__action-button.sudoku-play__action-button--primary{color:#fff;background-color:#6a1b9a;border:none}.sudoku-play__action-button.sudoku-play__action-button--primary:active,.sudoku-play__action-button.sudoku-play__action-button--primary:hover{background-color:#7b1fa2}.sudoku-play__pm-button{width:20px;height:20px;font-size:10px;font-weight:400}.sudoku-play__pm-button--1{display:flex;align-items:flex-start;justify-content:flex-start}.sudoku-play__pm-button--2{display:flex;align-items:flex-start;justify-content:center}.sudoku-play__pm-button--3{display:flex;align-items:flex-start;justify-content:flex-end}.sudoku-play__pm-button--4{display:flex;align-items:center;justify-content:flex-start}.sudoku-play__pm-button--5{display:flex;align-items:center;justify-content:center}.sudoku-play__pm-button--6{display:flex;align-items:center;justify-content:flex-end}.sudoku-play__pm-button--7{display:flex;align-items:flex-end;justify-content:flex-start}.sudoku-play__pm-button--8{display:flex;align-items:flex-end;justify-content:center}.sudoku-play__pm-button--9{display:flex;align-items:flex-end;justify-content:flex-end}.sudoku-play__action-button.sudoku-play__action-button--candidate{font-size:10px;font-weight:400}.sudoku-play__color-square{width:12px;height:12px}.sudoku-game{width:100%;display:flex;flex-direction:column}.sudoku-game__status-bar{height:50px;background-color:#90a4ae;color:#ffca28;font-size:24px;display:flex;align-items:center;justify-content:space-around}.sudoku-game__status-bar a{color:#ffca28;text-decoration:underline;cursor:pointer}.sudoku-game .sudoku-play{flex:1 0 auto}.sudoku-game--loading{width:100%;display:flex;align-items:center;justify-content:center}.sudoku-game--loading__spinner{color:#9a9a9a}.app{display:flex;flex-direction:column;align-items:stretch;width:100%;height:100%}.app__content{flex:1 0 auto;display:flex}body{margin:0;font-family:Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root,body,html{width:100vw;height:100vh;max-width:100%;overflow-y:auto}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular"),url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular"),url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local("Roboto Medium"),local("Roboto-Medium"),url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local("Roboto Medium"),local("Roboto-Medium"),url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local("Roboto Bold"),local("Roboto-Bold"),url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local("Roboto Bold"),local("Roboto-Bold"),url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}
/*# sourceMappingURL=main.99a7366f.chunk.css.map */