.LoginForm-module__ou2zua__wrapper{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.LoginForm-module__ou2zua__or{color:var(--hot-pink);font-family:Yang Bagus;font-size:1.25rem;font-weight:400}.LoginForm-module__ou2zua__privacyPolicyText{margin-top:.25rem}
.Button-module__bKPjLa__button{cursor:pointer;box-sizing:border-box;border:.15rem solid var(--text);height:3.25rem;box-shadow:inset 0 -.35rem 0 var(--shadow);color:var(--label);background:var(--grey-gradient);border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;padding:0 .5rem .125rem;font-size:1.5rem;font-weight:900;text-decoration:none;transition:all .15s,border-width,box-shadow ease-in-out;display:inline-flex;font-family:Grandstander,sans-serif!important}.Button-module__bKPjLa__sizeSm{height:2.5rem;padding:.125rem .75rem 0;font-size:1.25rem}.Button-module__bKPjLa__sizeLg{height:4rem;box-shadow:inset 0 -.5rem 0 var(--shadow);padding:0 1.5rem .125rem;font-size:1.75rem}.Button-module__bKPjLa__fill{width:100%}.Button-module__bKPjLa__icon{aspect-ratio:1!important;padding-left:0!important;padding-right:0!important}.Button-module__bKPjLa__variantDanger{color:#fff;background:var(--red-gradient)}.Button-module__bKPjLa__variantOk{color:#fff;background:var(--green-gradient)}.Button-module__bKPjLa__variantWarning{color:var(--red);background:var(--yellow-gradient)}.Button-module__bKPjLa__disabled{cursor:auto;opacity:.5}.Button-module__bKPjLa__button:enabled:hover{filter:brightness(1.1)}.Button-module__bKPjLa__button:enabled:active{box-shadow:none;border-color:#0000;padding-bottom:0}.Button-module__bKPjLa__button:enabled:focus-visible{outline-color:var(--pink)}
.Header-module__WKFqEa__header{width:100%;max-width:var(--breakpoint-md);box-sizing:border-box;justify-content:space-between;align-items:center;gap:2rem;padding:2.5rem 1rem 0;transition:all .3s ease-in-out;display:flex;position:relative}@media screen and (max-width:768px){.Header-module__WKFqEa__header{padding-top:2rem}}.Header-module__WKFqEa__logo{transition:all 1.5s cubic-bezier(.175,.885,.32,1)}@media screen and (max-width:768px){.Header-module__WKFqEa__logo{width:auto;height:3.5rem}}
.SudokuCell-module__dx8w1a__cell{box-sizing:border-box;touch-action:none;-webkit-user-select:none;user-select:none;cursor:pointer;width:3.25rem;height:3.25rem;color:var(--label);background:var(--grey-gradient);border:.15rem solid var(--text);box-shadow:inset 0 -.35rem 0 var(--shadow);border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;padding-bottom:.25rem;font-family:Bear Days;font-size:1.5rem;transition:all .15s,border-width,box-shadow ease-in-out;display:flex}.SudokuCell-module__dx8w1a__cell.SudokuCell-module__dx8w1a__cellDisabled{filter:grayscale();opacity:.4;transition:all 1s}.SudokuCell-module__dx8w1a__cell.SudokuCell-module__dx8w1a__cellDragging{opacity:.75;padding-bottom:0;transform:scale(1.5);box-shadow:2px 4px 10px #00000026,0 1px 2px #00000040}@media (max-height:480px){.SudokuCell-module__dx8w1a__cell.SudokuCell-module__dx8w1a__cellDragging{transform:scale(.5)}}@starting-style{.SudokuCell-module__dx8w1a__cell.SudokuCell-module__dx8w1a__cellDragging{transform:scale(1)}}.SudokuCell-module__dx8w1a__cell.SudokuCell-module__dx8w1a__cellPreFilled{opacity:.5;box-shadow:none;background:0 0;border:none;padding:0}.SudokuCell-module__dx8w1a__cell.SudokuCell-module__dx8w1a__cellEmpty{opacity:.3;background:var(--shadow);box-shadow:inset 0 .35rem 0 var(--shadow);border:none;padding:0}.SudokuCell-module__dx8w1a__cell.SudokuCell-module__dx8w1a__cellDanger{color:#fff;background:var(--red-gradient)}.SudokuCell-module__dx8w1a__cell.SudokuCell-module__dx8w1a__cellOk{color:#fff;background:var(--green-gradient)}.SudokuCell-module__dx8w1a__cell.SudokuCell-module__dx8w1a__cellWarning{color:var(--red);background:var(--yellow-gradient)}.SudokuCell-module__dx8w1a__cell.SudokuCell-module__dx8w1a__cellHighlight{color:#fff;background:var(--blue-gradient)}.SudokuCell-module__dx8w1a__cell.SudokuCell-module__dx8w1a__cellNoOutline{box-shadow:none;border:none;padding:0}.SudokuCell-module__dx8w1a__cell:enabled:hover{filter:brightness(1.1)}.SudokuCell-module__dx8w1a__cell:enabled:active{box-shadow:none;border-color:#0000;padding-bottom:0}.SudokuCell-module__dx8w1a__cell:enabled:focus{outline-color:var(--pink)}
.SudokuGrid-module__dSg_sG__grid{border:2px solid var(--hot-pink);background-color:#fff;border-radius:.75rem;grid-template-rows:repeat(3,auto);grid-template-columns:repeat(3,auto);padding:.75rem;display:grid}.SudokuGrid-module__dSg_sG__grid>.SudokuGrid-module__dSg_sG__block:nth-child(3n){border-right:none}.SudokuGrid-module__dSg_sG__grid>.SudokuGrid-module__dSg_sG__block:nth-child(n+7){border-bottom:none}.SudokuGrid-module__dSg_sG__grid.SudokuGrid-module__dSg_sG__gridShowSolution{pointer-events:none}.SudokuGrid-module__dSg_sG__block{border-bottom:2px dashed var(--hot-pink);border-right:2px dashed var(--hot-pink);grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr);gap:.5rem;padding:.75rem;display:grid}
.DraggableCell-module__txBZ6G__draggable{touch-action:none;min-width:3.25rem;min-height:3.25rem;position:relative}.DraggableCell-module__txBZ6G__draggable__wrapper{opacity:1;width:100%;height:100%}.DraggableCell-module__txBZ6G__placeholder{opacity:.3;background:var(--shadow);width:100%;height:100%;box-shadow:inset 0 .375rem 0 var(--shadow);border:none;border-radius:.75rem;position:absolute;top:0;left:0}
.Dialog-module__taZUqa__dialog{background:0 0;border:none;width:100%;max-width:calc(100dvw - 2rem);max-height:calc(100dvh - 2rem);padding:0;position:fixed;top:50%;left:50%;overflow:visible;transform:translate(-50%,-50%)}.Dialog-module__taZUqa__dialog::backdrop{animation:.2s ease-in-out Dialog-module__taZUqa__fadeIn}@keyframes Dialog-module__taZUqa__fadeIn{0%{opacity:0}to{opacity:1}}.Dialog-module__taZUqa__content{border:2px solid var(--hot-pink);box-sizing:border-box;background-color:#fff;border-radius:.75rem;width:100%;max-width:420px;margin:auto;padding:2rem 1.5rem 1.5rem;animation:.3s cubic-bezier(.165,.84,.44,1) Dialog-module__taZUqa__slideUp}@keyframes Dialog-module__taZUqa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Dialog-module__taZUqa__title{text-align:center;color:var(--hot-pink);margin:0 0 1rem;font-family:Yang Bagus,sans-serif;font-size:1.75rem;font-weight:400}.Dialog-module__taZUqa__description{text-align:center;color:var(--text);margin:0 0 1.5rem;font-size:1rem;line-height:1.5}.Dialog-module__taZUqa__actions{flex-direction:column;gap:.75rem;display:flex}
.SudokuControls-module__72Aq2W__controls{flex-direction:column;align-items:center;gap:1.5rem;transition:max-height 1s;display:flex}.SudokuControls-module__72Aq2W__numlist{border:2px solid var(--hot-pink);background-color:#fff;border-radius:.75rem;grid-template-columns:repeat(10,1fr);gap:.5rem;padding:1rem;display:grid}.SudokuControls-module__72Aq2W__numlist .SudokuControls-module__72Aq2W__cell{margin:auto}@media (orientation:portrait) and (max-width:640px){.SudokuControls-module__72Aq2W__numlist{grid-template-columns:repeat(5,1fr)}}.SudokuControls-module__72Aq2W__skeletonCell{background:var(--grey-gradient);border:.15rem solid var(--text);width:3.25rem;height:3.25rem;box-shadow:inset 0 -.35rem 0 var(--shadow);animation:var(--animation-pulse);border-radius:.75rem}
.SudokuStats-module__EzOpka__stats{gap:2rem;display:flex}@media screen and (max-width:768px){.SudokuStats-module__EzOpka__stats{gap:1rem}}.SudokuStats-module__EzOpka__statContainer{border:2px solid var(--hot-pink);background-color:#fff;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;gap:.75rem;height:3.25rem;padding:0 1.25rem;display:flex}.SudokuStats-module__EzOpka__livesContainer{border:2px solid var(--hot-pink);background-color:#fff;border-radius:.75rem;flex-direction:row-reverse;flex-shrink:0;justify-content:center;align-items:center;gap:.75rem;height:3.25rem;padding:0 1rem;display:flex}@media screen and (max-width:768px){.SudokuStats-module__EzOpka__statContainer,.SudokuStats-module__EzOpka__livesContainer{gap:.5rem;height:3rem;padding:0 1rem}}.SudokuStats-module__EzOpka__stat{text-transform:uppercase;color:var(--red);margin-top:.375rem;font-family:Yang Bagus;font-size:1.5rem;font-weight:400}.SudokuStats-module__EzOpka__stat.SudokuStats-module__EzOpka__statNumerical{text-align:center;min-width:1.5ch;color:var(--label);margin-top:0;font-family:Bear Days;font-size:2rem;display:inline-block}.SudokuStats-module__EzOpka__heart{transition:all 1.5s cubic-bezier(.175,.885,.32,1)}@media screen and (max-width:768px){.SudokuStats-module__EzOpka__heart{width:auto;height:1.5rem}}
.Sudoku-module__5Hh25W__root{flex:1;transition:opacity .3s;display:flex;overflow:hidden}.Sudoku-module__5Hh25W__game{box-sizing:border-box;flex-direction:column;flex:1;justify-content:space-evenly;align-items:center;gap:2rem;padding:1.25rem;display:flex;overflow:hidden}@media (orientation:portrait) and (max-width:640px){.Sudoku-module__5Hh25W__game{justify-content:space-evenly;gap:1rem;padding:1rem}}
.Copyright-module__yXQhna__copyright{color:var(--shadow);font-size:.875rem;text-decoration:none;transition:all .5s cubic-bezier(.165,.84,.44,1)}@media (orientation:portrait) and (max-height:768px){.Copyright-module__yXQhna__copyright{opacity:0;height:0}}
.SettingsModal-module__xRV12a__versionTag{color:var(--text)}
.Modal-module__bbh__G__modal{--max-width:520px;border:2px solid var(--hot-pink);box-sizing:border-box;width:100%;max-width:min(var(--max-width),calc(100% - 2rem));transform-origin:50%;background-color:#fff;border-radius:.75rem;max-height:100%;padding:1.5rem;transition:all .4s cubic-bezier(.165,.84,.44,1);position:absolute;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)scale(1)}@starting-style{.Modal-module__bbh__G__modal{transform:translate(-50%,-50%)scale(0)}}.Modal-module__bbh__G__modal::backdrop{background-color:#0000}.Modal-module__bbh__G__title{text-align:center;color:var(--hot-pink);font-family:Yang Bagus;font-weight:400}.Modal-module__bbh__G__content{flex-direction:column;align-items:center;gap:1.5rem;display:flex}
.page-module__2Yc0Nq__container{text-align:center;flex-direction:column;justify-content:center;gap:1.5rem;max-width:520px;height:100%;margin:auto;padding:2rem;display:flex}.page-module__2Yc0Nq__header{flex-direction:column;gap:.75rem;display:flex}.page-module__2Yc0Nq__heading{color:var(--hot-pink);font-family:Yang Bagus;font-size:3rem;font-weight:400}@media screen and (max-width:1024px){.page-module__2Yc0Nq__heading{font-size:2rem}}.page-module__2Yc0Nq__description{font-size:1.25rem;line-height:140%}.page-module__2Yc0Nq__error{color:var(--error,#e74c3c);margin:.5rem 0;font-size:.9rem}.page-module__2Yc0Nq__info{color:var(--text-secondary,#666);margin:0;font-size:.9rem}
.GameOverModal-module__jGokYG__gameoverModal{--max-width:400px}.GameOverModal-module__jGokYG__stateImage{width:100%;height:auto}.GameOverModal-module__jGokYG__livesContainer{flex-direction:row-reverse;gap:.75rem;display:flex}.GameOverModal-module__jGokYG__statContainer{box-sizing:border-box;border:2px solid var(--pink);background-color:var(--cyan);border-radius:.75rem;grid-template-columns:1fr 1fr;align-items:center;gap:1rem;width:100%;padding:1.5rem;display:grid}.GameOverModal-module__jGokYG__statContainer hr{border:1px dashed var(--hot-pink);grid-column:span 2}.GameOverModal-module__jGokYG__stat{font-family:Yang Bagus;font-size:1.25rem;font-weight:400}.GameOverModal-module__jGokYG__statNumerical{color:var(--red);margin-bottom:.25rem;margin-left:auto;font-family:Bear Days;font-size:1.5rem}.GameOverModal-module__jGokYG__statIncrement{color:var(--red);margin-bottom:.25rem;margin-left:.5rem;font-family:Bear Days;font-size:1.25rem}.GameOverModal-module__jGokYG__registerCTA{text-align:center;flex-direction:column;align-self:center;gap:.75rem;font-size:1.25rem;line-height:140%;display:flex}
.SolutionModal-module__n-tX1W__solutionModal{--max-width:520px}.SolutionModal-module__n-tX1W__key{gap:1.5rem;display:flex}.SolutionModal-module__n-tX1W__keyPair{align-items:center;gap:.5rem;font-size:1.25rem;display:flex}.SolutionModal-module__n-tX1W__keyColor{flex-shrink:none;aspect-ratio:1;outline:.15rem solid var(--text);width:2rem;height:2rem;box-shadow:inset 0 -.3rem 0 var(--shadow);background:var(--grey-gradient);border-radius:.75rem}.SolutionModal-module__n-tX1W__keyColorOk{background:var(--green-gradient)}.SolutionModal-module__n-tX1W__keyColorHint{background:var(--yellow-gradient)}
.LeaderboardModal-module__d4ngWG__wrapper{background-color:var(--cyan);border:2px solid var(--hot-pink);box-sizing:border-box;border-radius:.75rem;width:100%;padding:1rem}.LeaderboardModal-module__d4ngWG__leaderboard{border-collapse:collapse;width:100%;font-family:Yang Bagus;font-weight:400}.LeaderboardModal-module__d4ngWG__leaderboard th{color:var(--label);text-align:left;height:1.5rem;font-size:1.125rem;font-weight:400}.LeaderboardModal-module__d4ngWG__leaderboard th.LeaderboardModal-module__d4ngWG__statHeader{text-align:right}.LeaderboardModal-module__d4ngWG__leaderboard th:first-child{text-align:center}.LeaderboardModal-module__d4ngWG__leaderboard th:last-child{padding-right:.75rem}.LeaderboardModal-module__d4ngWG__leaderboard tr{opacity:1;height:2.5rem;transition:opacity 1s cubic-bezier(.165,.84,.44,1)}@starting-style{.LeaderboardModal-module__d4ngWG__leaderboard tr{opacity:0}}.LeaderboardModal-module__d4ngWG__leaderboard td{height:1.5rem;font-size:1.25rem;font-weight:400}.LeaderboardModal-module__d4ngWG__leaderboard td:first-child{text-align:center}.LeaderboardModal-module__d4ngWG__leaderboard td:first-child>img{margin:auto}.LeaderboardModal-module__d4ngWG__leaderboard td:last-child{padding-right:.7rem}.LeaderboardModal-module__d4ngWG__rankCell{width:2.5rem;color:var(--brown);vertical-align:middle;font-size:1.25rem}.LeaderboardModal-module__d4ngWG__rankCell img{display:block}.LeaderboardModal-module__d4ngWG__nameCell{color:var(--text)}.LeaderboardModal-module__d4ngWG__statCell{text-align:right;color:var(--hot-pink);font-family:Bear Days}.LeaderboardModal-module__d4ngWG__rank{color:var(--brown)}.LeaderboardModal-module__d4ngWG__currentUser{background-color:var(--hot-pink)}.LeaderboardModal-module__d4ngWG__skeleton{animation:var(--animation-pulse);background-color:var(--silver);width:100%}.LeaderboardModal-module__d4ngWG__currentUser td{color:#fff}.LeaderboardModal-module__d4ngWG__separator td{border:none;padding-right:0!important}.LeaderboardModal-module__d4ngWG__separator td>hr{border:1px dashed var(--hot-pink)}
.HowToPlayModal-module__wdtRXq__content{text-align:left;width:100%;max-width:480px}.HowToPlayModal-module__wdtRXq__content section{margin-bottom:1rem}.HowToPlayModal-module__wdtRXq__content h3{color:var(--hot-pink);margin:0 0 .5rem;font-family:Grandstander,sans-serif;font-size:1.25rem;font-weight:700}.HowToPlayModal-module__wdtRXq__content p{margin:0 0 .75rem;font-size:1rem;line-height:1.5}.HowToPlayModal-module__wdtRXq__content ul{margin:0;padding-left:1.5rem;line-height:1.7}.HowToPlayModal-module__wdtRXq__content li{margin-bottom:.5rem;font-size:1rem}.HowToPlayModal-module__wdtRXq__content strong{color:var(--text);font-weight:700}
