.Dialog_overlay__N7Qey {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100
}

.Dialog_dialog__OHjoc {
    background-color: #fff;
    padding: 2rem;
    z-index: 1000;
    position: relative
}

.Dialog_dialog__OHjoc a {
    text-decoration: underline
}

@media (max-width:400px) {
    .Dialog_dialog__OHjoc {
        background-color: #fff;
        padding: 2rem;
        position: absolute;
        top: 0;
        left: 0;
        min-height: 100vh;
        box-shadow: none
    }
}

@media (min-width:1025px) {
    .Dialog_dialog__OHjoc {
        background-color: #fff;
        padding: 2rem;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        max-width: 50vw
    }
}

.Dialog_dialogContainer__I92tY {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.Dialog_cell__rZCSU,
.Dialog_dialogContainer__I92tY {
    display: flex;
    justify-content: center;
    align-items: center
}

.Dialog_cell__rZCSU {
    width: 40px;
    height: 40px;
    font-size: 20px;
    flex: 0 0 40px;
    border: 1px solid #000;
    margin-right: 3px;
    border-radius: 2px
}

.Dialog_cellContainer__aTFSv,
.Dialog_exampleContainer__fRXkO {
    display: flex;
    align-items: center
}

.Dialog_exampleContainer__fRXkO p {
    margin: 5px
}

@media (max-width:400px) {
    .Dialog_exampleContainer__fRXkO {
        flex-direction: column;
        align-items: flex-start
    }
    .Dialog_exampleContainer__fRXkO p {
        margin-left: 0
    }
}

.Dialog_redCell__CQywI {
    color: #fff;
    background: tomato;
    border: 1px solid tomato;
    font-weight: 700
}

.Dialog_whiteCell__YQ49F {
    color: tomato;
    border: 1px solid #000;
    font-weight: 700
}

.Dialog_greenCell__atJsv {
    background: #66bb6a;
    border: #66bb6a;
    color: #fff
}

.Dialog_amberCell__iFRYx {
    background: #ffa726;
    border: #ffa726;
    color: #fff
}

.Dialog_closeButton__h_5w3 {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    font-size: 30px;
    display: inline-block;
    cursor: pointer
}

.Dialog_button__SW1af {
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block
}

.Dialog_dark_dialog__QG_qq {
    background-color: #303030;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.Dialog_dark_cell__63gSk,
.Dialog_dark_whiteCell__yVtBE {
    border-color: #606060
}

.Dialog_dark_button__IFvHJ {
    color: #303030;
    background-color: #fff
}

.Keyboard_key__WEL8z {
    margin: 5px;
    background: #d3d3d3;
    color: #000;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    width: 50px;
    padding: 15px 0;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Keyboard_enterKey__4401i {
    width: 80px;
    font-size: 14px
}

.Keyboard_delKey__EUFij {
    width: 60px;
    font-size: 14px
}

@media (max-width:450px) {
    .Keyboard_key__WEL8z {
        width: 30px;
        padding: 15px 5px;
        margin: 5px 3px
    }
    .Keyboard_enterKey__4401i {
        width: 50px
    }
    .Keyboard_delKey__EUFij,
    .Keyboard_enterKey__4401i {
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .Keyboard_delKey__EUFij {
        width: 40px
    }
}

.Keyboard_keyboardRow__fh2lR {
    display: flex
}

.Keyboard_keyboard__WVvsp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px
}

.Keyboard_dark_key__GFoNC {
    background-color: grey;
    color: #fff
}

.Game_root___4KG8 {
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    margin-bottom: 10px;
    margin-top: 10px
}

@media (max-width:450px) {
    .Game_root___4KG8 h3 {
        -webkit-margin-before: 10px;
        margin-block-start: 10px;
        -webkit-margin-after: 10px;
        margin-block-end: 10px;
        font-size: 14px
    }
}

.Game_cell__FHDgY {
    padding: 3px
}

@media (max-width:450px) {
    .Game_cell__FHDgY {
        padding: 1px
    }
}

.Game_green__lzveb input {
    background: #66bb6a;
    border-color: #66bb6a;
    color: #fff
}

.Game_amber__fy_yJ input {
    background: #ffa726;
    border-color: #ffa726;
    color: #fff
}

.Game_grey__dDlNo input {
    background: #9e9e9e;
    border: #9e9e9e;
    color: #fff
}

.Game_red__YqxGm input {
    background: tomato;
    color: #fff;
    border: tomato
}

.Game_white__3mpf4 input {
    background: #fff;
    color: tomato
}

.Game_error__VqJJ2 {
    -webkit-animation: Game_shake__zv_sq .5s linear;
    animation: Game_shake__zv_sq .5s linear
}

.Game_success__MK4do {
    -webkit-animation: Game_wobble__Sm55I .5s linear;
    animation: Game_wobble__Sm55I .5s linear
}

@-webkit-keyframes Game_shake__zv_sq {
    8%,
    41% {
        -webkit-transform: translateX(-10px)
    }
    25%,
    58% {
        -webkit-transform: translateX(10px)
    }
    75% {
        -webkit-transform: translateX(-5px)
    }
    92% {
        -webkit-transform: translateX(5px)
    }
    0%,
    to {
        -webkit-transform: translateX(0)
    }
}

@keyframes Game_shake__zv_sq {
    8%,
    41% {
        -webkit-transform: translateX(-10px)
    }
    25%,
    58% {
        -webkit-transform: translateX(10px)
    }
    75% {
        -webkit-transform: translateX(-5px)
    }
    92% {
        -webkit-transform: translateX(5px)
    }
    0%,
    to {
        -webkit-transform: translateX(0)
    }
}

@-webkit-keyframes Game_wobble__Sm55I {
    0% {
        transform: translateZ(0) scaleX(1)
    }
    40% {
        transform: translate3d(0, 30%, 0) scale3d(.7, 1.5, 1)
    }
    to {
        transform: translate3d(0, 100%, 0) scale3d(1.5, .7, 1)
    }
}

@keyframes Game_wobble__Sm55I {
    0% {
        transform: translateZ(0) scaleX(1)
    }
    40% {
        transform: translate3d(0, 30%, 0) scale3d(.7, 1.5, 1)
    }
    to {
        transform: translate3d(0, 100%, 0) scale3d(1.5, .7, 1)
    }
}

.Game_cellInput__tVwRT {
    caret-color: transparent;
    width: 50px;
    height: 50px;
    font-size: 26px;
    text-align: center;
    border-radius: 2px
}

.Game_cellInput__tVwRT:focus,
.Game_cellInput__tVwRT:focus-visible {
    outline: none
}

@media (max-width:450px) {
    .Game_cellInput__tVwRT {
        width: 45px;
        height: 45px;
        font-size: 24px
    }
}

.Game_container__mjPld {
    display: flex
}

.Game_guessTable__QxQXK {
    border-right: 2px solid #000;
    padding-right: 8px
}

.Game_scoreTable__T61LV {
    border-left: 2px solid #000;
    padding-left: 8px
}

.Game_scoreTable__T61LV input {
    font-weight: 700
}

.Game_shareButton__rz98y {
    background-color: #000;
    color: #fff;
    margin-left: 20px;
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer
}

.Game_toast__P1lBS {
    width: 150px;
    height: 40px;
    position: absolute;
    top: calc(50% / 2 - 20px);
    left: calc(100% / 2 - 75px);
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px #909090
}

.Game_dark_root__v_BeM {
    color: #fff
}

.Game_dark_cellInput__gLLcy {
    background: #303030;
    border: 1px solid #606060;
    color: #fff
}

.Game_dark_guessTable__u0_yy {
    border-right-color: #606060
}

.Game_dark_scoreTable__xz9Wr {
    border-left-color: #606060
}

.Game_dark_shareButton__LB1ol {
    color: #303030;
    background-color: #fff
}

.Home_container__bCOhY {
    min-height: 100vh;
    background-color: #fff;
}

.Home_container__bCOhY:focus,
.Home_container__bCOhY:focus-visible {
    outline: none
}

@media (max-width:450px) {
    .Home_container__bCOhY {
        padding: 0
    }
}

.Home_main__nLjiQ {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*height: calc(100vh - 64px)*/
}

@media (max-width:450px) {
    .Home_main__nLjiQ {
        /*height: calc(100% - 40px);*/
        justify-content: flex-start;
        padding-top: 0
    }
}

@media (min-width:1025px) {
    .Home_main__nLjiQ {
        justify-content: center
    }
}

.Home_footer____T7K {
    flex: 1 1;
    padding: 2rem 0;
    border-top: 1px solid #eaeaea
}

.Home_footer____T7K,
.Home_footer____T7K a {
    display: flex;
    justify-content: center;
    align-items: center
}

.Home_footer____T7K a {
    flex-grow: 1
}

.Home_title__T09hD a {
    color: #0070f3;
    text-decoration: none
}

.Home_title__T09hD a:active,
.Home_title__T09hD a:focus,
.Home_title__T09hD a:hover {
    text-decoration: underline
}

.Home_title__T09hD {
    margin: 0;
    line-height: 1.15;
    font-size: 3rem
}

@media (max-width:450px) {
    .Home_title__T09hD {
        font-size: 2rem
    }
}

.Home_description__41Owk,
.Home_title__T09hD {
    text-align: center
}

.Home_description__41Owk {
    margin: 4rem 0;
    line-height: 1.5;
    font-size: 1.5rem
}

.Home_code__suPER {
    background: #fafafa;
    border-radius: 5px;
    padding: .75rem;
    font-size: 1.1rem;
    font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace
}

.Home_grid__GxQ85 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 800px
}

.Home_card___LpL1 {
    margin: 1rem;
    padding: 1.5rem;
    text-align: left;
    color: inherit;
    text-decoration: none;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    transition: color .15s ease, border-color .15s ease;
    max-width: 300px
}

.Home_card___LpL1:active,
.Home_card___LpL1:focus,
.Home_card___LpL1:hover {
    color: #0070f3;
    border-color: #0070f3
}

.Home_card___LpL1 h2 {
    margin: 0 0 1rem;
    font-size: 1.5rem
}

.Home_card___LpL1 p {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5
}

.Home_logo__27_tb {
    height: 1em;
    margin-left: .5rem
}

@media (max-width:600px) {
    .Home_grid__GxQ85 {
        width: 100%;
        flex-direction: column
    }
}

.Home_header__GCVRv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    border-bottom: 1px solid #000
}

.Home_headerlink__NRlUo {
    width: 36px;
    cursor: pointer;
    margin: 10px
}

@media (max-width:450px) {
    .Home_header__GCVRv {
        height: 48px
    }
    .Home_headerlink__NRlUo {
        width: 24px
    }
}

.Home_dark_container__16hyI {
    background: #303030
}

.Home_dark_header__t1giH {
    color: #fff;
    border-bottom-color: #404040
}

.Home_dark_headerlink__RAXtF {
    border-color: #fff
}

.Home_dark_title__e1k5j {
    color: #fff
}