/* March 04, 2025 */


/* 💛 #section_workarea [s.Section] 💛 */
#section_workarea {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: auto;
    padding-top: calc(16px + (50 - 16) * ((100vh - 676px) / (1080 - 676)));
}


/* 💛 #correct_word_wrapper [s.CorrectWord] 💛 */
#correct_word_wrapper {
    font-size: 50px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 2rem;
    padding: 0 16px 24px;
    margin-bottom: 0;
    padding-bottom: calc(  16px + (54 - 16) * ( (100vh - 676px) / (1080 - 676)  )  );
    opacity: 1;
    transition: opacity 0.15s 0.2s, padding 0s 0s;
}

#correct_word_wrapper.minimized #correct_row .correct_letter_box {
    height: 0;
    transition: height 0.4s;
}
#correct_word_wrapper.minimized {
    opacity: 0;
    transition: opacity 0.2s 0.4s;
    padding: 0;
    transition: opacity 0.2s 0.4s, padding 0s 0s;
    transition: opacity 0.15s 0.2s, padding 0s 0s;
}

#correct_word_wrapper.minimized #correct_row .correct_letter_box { transition: height 0.4s;}





/* 💛 #correct_row 💛 */
#correct_row, .correct_letter_box { pointer-events: none;}

#correct_row { width: fit-content;}

/* 💛 .correct_letter_box 💛 */
.correct_letter_box {
    font-size: 40px;
    font-size: 38px;
    width: calc(  60px + (64 - 60) * ( (100vw - 631px) / (1920 - 631)  )  );
    height: calc(  60px + (64 - 60) * ( (100vw - 631px) / (1920 - 631)  )  );
    width: 60px;
    height: 60px;
}


#correct_row, #input_row_main {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 6px;
}
.correct_letter_box, .letter_box {
    text-transform: uppercase;
    user-select: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}



/* 💛 #letter_input_row [s.LetterInputRow] 💛 */
#letter_input_row {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

/* 💛 #input_row_main 💛 */


/* 💛 .letter_box 💛 */
.letter_box {
    cursor: text;
    caret-color: transparent;
    font-size: 60px;
    font-size: 50px;
    font-size: 45px;
    width: 70px;
    height: 70px;
}

.letter_box.focused {
    border-width: 3px;
}






 /* 💛 #show_input_letters_display [s.] 💛 */
 /* 💛 #delete_input_letters_display [s.] 💛 */
#delete_input_letters_display, #show_input_letters_display {
    font-size: 13px;
    height: 100%;
}

#input_row_main:after {
    font-size: 13px;
    padding: 0 16px;
    height: 100%;
    position: absolute;
    left: 100%;
    width: 200px;
}
.letter_box._5:after {
    font-size: 13px;
    padding: 0 16px;
    height: 100%;
    position: absolute;
    left: 100%;
}



#input_row_main.active { grid-template-columns: repeat(6, 1fr);}


#delete_input_letters_display, #show_input_letters_display {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
    margin: auto 0;
}
#delete_input_letters_display, #show_input_letters_display {
    width: 0;
    max-width: 65px;
    max-width: 55px;
    box-sizing: content-box;
    overflow-x: scroll;
    scrollbar-width: none;
    display: none;
}
#delete_input_letters_display p, #show_input_letters_display p {
    box-sizing: content-box;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: opacity 0.9s;
}




#letter_input_row { height: 70px;}
#input_row_main { position: absolute; top: 0;}

#show_input_letters_display.active {
    position: absolute;
    right: calc(100% + 6px);
    top: 50%;
    transform: translateY(-50%);
}
#show_input_letters_display.active, #delete_input_letters_display.active { display: flex;}

#show_input_letters_display { margin-right: 2px;}
#delete_input_letters_display { margin-left: 3px;}






@media only screen and (max-width: 400px) {
    #delete_input_letters_display, #show_input_letters_display {
        font-size: 12px;
        max-width: 52px;
    }
}





/* 💛 #word_check_container [s.WordCheck][s.LettersCheck] 💛 */

/* 🧡 Button Word Check 🧡 */
#word_check_container {
    display: flex;
    align-items: center;
    min-width: 50px;
    min-height: 50px;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
    box-sizing: content-box;
    height: 100%;
    margin-top: 1px;
}
#btn_word_check {
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 5px 8px;
    box-sizing: content-box;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1;
}
#word_check_container { display: none;}





.yellow_box.hide { opacity: 0;}










/* 💛 #yellow_boxes_display [s.YellowBoxesDisplay] 💛 */
#yellow_boxes_display * { user-select: none;}
.no-pointer-events { pointer-events: none;}
/* #yellow_boxes_display.opaque_display { opacity: 0;} */
#yellow_boxes_display.opaque_display { opacity: 0.2;}

#yellow_boxes_display {
    position: relative;
    margin-top: 5px;
}
.yellow_letters_row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 6px;
    margin-top: 5px;
}
.yellow_letters_row.row_01 { opacity: 0.95;}
.yellow_letters_row.row_02 { opacity: 0.9;}
.yellow_letters_row.row_03 { opacity: 0.85;}
.yellow_letters_row.row_04 { opacity: 0.8;}
.yellow_letters_row.row_05 { opacity: 0.75;}

#yellow_boxes_display { width: auto;}

.yellow_box {
    user-select: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 45px;    
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
}

.yellow_letter_box {
    cursor: pointer;
}

.empty_box {
    opacity: 0.6;
}












/* 💛 #correct_wordle_display [s.] 💛 */
#correct_wordle_display { display: none;}


/* 💛  [s.] 💛 */


/* 💛  [s.] 💛 */


/* 💛  [s.] 💛 */


/* 💛  [s.] 💛 */


/* 💛  [s.] 💛 */