/* /Components/Controls/CellInput.razor.rz.scp.css */
.cell:nth-child(3n+1)[b-5u9jrd97ss] {
    border-left: 3px solid #000000;
}

.cell[b-5u9jrd97ss] {
    position: relative;
}

.cell input[b-5u9jrd97ss],
.cell label[b-5u9jrd97ss] {
    align-items: center;
    background-color: #FAEBD7;
    border: 1px solid black;
    display: flex;
    font-size: 1.5rem;
    font-weight: bold;
    height: 36px;
    justify-content: center;
    line-height: 1.3em;
    max-width: 36px;
    padding: .25rem;
    text-align: center;
    width: 100%;
}

.cell label[b-5u9jrd97ss] {
    color: #505050;
}

.cell input[b-5u9jrd97ss] {
    color: royalblue;
}

    .cell input:focus[b-5u9jrd97ss],
    .cell label:focus[b-5u9jrd97ss] {
        background-color: #F0F8FF !important;
    }

.highlight[b-5u9jrd97ss] {
    background-color: #F0F8F0 !important;
}

.invalid[b-5u9jrd97ss] {
    background-color: #ffdddd !important;
}

@media (min-width: 641px) {
    .cell input[b-5u9jrd97ss],
    .cell label[b-5u9jrd97ss] {
        height: 40px;
        width: 40px;
    }
}

.pencil-values[b-5u9jrd97ss] {
    display: grid;
    font-size: 0.6rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    height: 100%;
    line-height: 1rem;
    pointer-events: none;
    position: absolute;
    text-align: center;
    width: 100%;
}

.pencil-entry[b-5u9jrd97ss] {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: .6rem;
    pointer-events: none;
}
/* /Components/Controls/GameBoard.razor.rz.scp.css */
.game-board-container[b-j6vmju7glg] {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 2rem;
}

.game-board[b-j6vmju7glg] {
    border: 3px solid #000000;
    border-collapse: collapse;
    box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.75);
}

.gridRow:nth-child(3n+1)[b-j6vmju7glg] {
    border-top: 3px solid #000000;
}
/* /Components/Controls/GameControls.razor.rz.scp.css */
.btn-toolbar[b-n5o7v3rhv2] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
}

.number-panel[b-n5o7v3rhv2] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.btn-panel[b-n5o7v3rhv2] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.btn-num[b-n5o7v3rhv2] {
    height: 4rem;
    width: 4rem;
}
/* /Components/Controls/GameStats.razor.rz.scp.css */
.game-stats[b-04pvkfqfbv] {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 1rem auto 0 auto;
    max-width: 350px;
    padding: 1rem;
}

.stat-header[b-04pvkfqfbv] {
    cursor: pointer;
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
}

    .stat-header .label[b-04pvkfqfbv] {
        font-weight: bold;
    }

.stat-header .value[b-04pvkfqfbv] {
    flex-grow: 1;
    text-align: end;
}

    .stat-header i[b-04pvkfqfbv] {
        flex-grow: 0;
    }

.stat-item[b-04pvkfqfbv] {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    margin-right: 1.5rem;
}

.label[b-04pvkfqfbv] {
    font-weight: bold;
}

.value[b-04pvkfqfbv] {
    color: #333;
}
/* /Components/Controls/GameThumbnail.razor.rz.scp.css */
.saved-game-card[b-uu5mgh4pwn] {
    align-items: center;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
}

.sudoku-thumbnail[b-uu5mgh4pwn] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: grid;
    font-size: 0.5rem;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(9, 1fr);
    height: 120px;
    min-height: 120px;
    min-width: 120px;
    width: 120px;
}

    .sudoku-thumbnail:hover[b-uu5mgh4pwn] {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    }

.cell[b-uu5mgh4pwn] {
    align-items: center;
    aspect-ratio: 1 / 1;
    border: 1px solid #ddd;
    display: flex;
    height: 100%;
    justify-content: center;
    min-height: 0;
    min-width: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .sudoku-thumbnail[b-uu5mgh4pwn] {
        font-size: 0.7rem;
        height: 150px;
        min-height: 150px;
        min-width: 150px;
        width: 150px;
    }
}

button[b-uu5mgh4pwn] {
    background-color: transparent;
    border: none;
}

.del-game-icon[b-uu5mgh4pwn] {
    color: #e63946;
    cursor: pointer;
    font-size: 1.2rem;
    margin-left: 0.5rem;
}

    .del-game-icon:hover[b-uu5mgh4pwn] {
        color: #d62839;
    }
/* /Components/Controls/SudokuImage.razor.rz.scp.css */
.game-image-container[b-kj5kirk45g] {
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

    .game-image-container img[b-kj5kirk45g] {
        border: 1px solid #fff;
        border-radius: 50%;
        display: block;
        width: 100%;
    }

    .game-image-container[b-kj5kirk45g]:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: radial-gradient(ellipse at center, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
    }
/* /Components/Controls/VictoryDisplay.razor.rz.scp.css */
.victory-overlay[b-qctk0dkrqa] {
    animation: fadeIn-b-qctk0dkrqa 0.5s ease-in-out;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    inset: 0;
    justify-content: center;
    position: fixed;
    z-index: 1000;
}

.victory-modal[b-qctk0dkrqa] {
    animation: popIn-b-qctk0dkrqa 0.3s ease-in-out;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    max-width: 90%;
    padding: 2rem;
    text-align: center;
    width: 400px;
}

.victory-title[b-qctk0dkrqa] {
    animation: shimmer-b-qctk0dkrqa 3s infinite linear;
    color: #333;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.victory-subtitle[b-qctk0dkrqa] {
    color: #666;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.victory-actions .victory-button[b-qctk0dkrqa] {
    padding: 0.6rem 1.2rem;
    transition: background 0.3s ease;
}

/* Animations */
@keyframes fadeIn-b-qctk0dkrqa {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes popIn-b-qctk0dkrqa {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes shimmer-b-qctk0dkrqa {
    0% {
        color: #333;
    }

    50% {
        color: #4CAF50;
    }

    100% {
        color: #333;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-1rttv7cc6s] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1rttv7cc6s] {
    flex: 1;
}

.site-header[b-1rttv7cc6s] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    border-bottom: 1px solid #d6d5d5;
    height: 60px;
    width: 100%;
}

    .site-header img[b-1rttv7cc6s] {
        height: 40px;
        margin: 10px 0 0 10px;
    }

    .site-header[b-1rttv7cc6s]  a, .site-header[b-1rttv7cc6s]  .btn-link {
        text-decoration: none;
        color: inherit;
    }

        .site-header[b-1rttv7cc6s]  a:hover, .site-header[b-1rttv7cc6s]  .btn-link:hover {
            text-decoration: underline;
        }

        .site-header[b-1rttv7cc6s]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (min-width: 768px) {
    .site-header[b-1rttv7cc6s] {
        height: 80px;
    }

        .site-header img[b-1rttv7cc6s] {
            height: 55px;
            margin: 10px 0 0 10px;
        }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-nsr584dguy],
.components-reconnect-repeated-attempt-visible[b-nsr584dguy],
.components-reconnect-failed-visible[b-nsr584dguy],
.components-pause-visible[b-nsr584dguy],
.components-resume-failed-visible[b-nsr584dguy],
.components-rejoining-animation[b-nsr584dguy] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-nsr584dguy],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-nsr584dguy],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-nsr584dguy],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-nsr584dguy],
#components-reconnect-modal.components-reconnect-retrying[b-nsr584dguy],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-nsr584dguy],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-nsr584dguy],
#components-reconnect-modal.components-reconnect-failed[b-nsr584dguy],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-nsr584dguy] {
    display: block;
}


#components-reconnect-modal[b-nsr584dguy] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-nsr584dguy 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-nsr584dguy 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-nsr584dguy 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-nsr584dguy]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-nsr584dguy 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-nsr584dguy {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-nsr584dguy {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-nsr584dguy {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-nsr584dguy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-nsr584dguy] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-nsr584dguy] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-nsr584dguy] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-nsr584dguy] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-nsr584dguy] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-nsr584dguy] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-nsr584dguy 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-nsr584dguy] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-nsr584dguy {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Game.razor.rz.scp.css */
.game-view[b-76p33ehtcy] {
    margin: 0 auto;
    max-width: 430px;
}

.success-message[b-76p33ehtcy] {
    left: 25%;
    position: absolute;
    top: 55%;
}

    .success-message span[b-76p33ehtcy] {
        color: #007AC3;
        font-family: cursive;
        font-size: 3em;
        font-style: italic;
        font-weight: bold;
    }
/* /Components/Pages/Index.razor.rz.scp.css */
.landing-page[b-rsku7mtwmh] {
    text-align: center;
    padding: 2rem;
}

.btn-panel[b-rsku7mtwmh] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin: auto;
    margin-top: 2rem;
    width: 9rem;
}
/* /Components/Pages/New.razor.rz.scp.css */
.loading-container[b-i9y1rfmnib] {
    text-align: center;
    margin-top: 4rem;
}

.sudoku-loader[b-i9y1rfmnib] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

    .sudoku-loader span[b-i9y1rfmnib] {
        font-size: 2rem;
        font-weight: bold;
        animation: bounceFade-b-i9y1rfmnib 1.4s infinite;
        opacity: 0.3;
        transform: translateY(0);
    }

        /* Delay each digit slightly */
        .sudoku-loader span:nth-child(1)[b-i9y1rfmnib] {
            animation-delay: 0s;
        }

        .sudoku-loader span:nth-child(2)[b-i9y1rfmnib] {
            animation-delay: 0.1s;
        }

        .sudoku-loader span:nth-child(3)[b-i9y1rfmnib] {
            animation-delay: 0.2s;
        }

        .sudoku-loader span:nth-child(4)[b-i9y1rfmnib] {
            animation-delay: 0.3s;
        }

        .sudoku-loader span:nth-child(5)[b-i9y1rfmnib] {
            animation-delay: 0.4s;
        }

        .sudoku-loader span:nth-child(6)[b-i9y1rfmnib] {
            animation-delay: 0.5s;
        }

        .sudoku-loader span:nth-child(7)[b-i9y1rfmnib] {
            animation-delay: 0.6s;
        }

        .sudoku-loader span:nth-child(8)[b-i9y1rfmnib] {
            animation-delay: 0.7s;
        }

        .sudoku-loader span:nth-child(9)[b-i9y1rfmnib] {
            animation-delay: 0.8s;
        }

@keyframes bounceFade-b-i9y1rfmnib {
    0%, 100% {
        transform: translateY(0);
        opacity: 0.3;
    }

    50% {
        transform: translateY(-10px);
        opacity: 1;
    }
}
/* /Components/Pages/Start.razor.rz.scp.css */
.landing-page[b-stfkdpuawy] {
    text-align: center;
    padding: 2rem;
}

ul[b-stfkdpuawy] {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding-left: 0;
}

ul.menu[b-stfkdpuawy] {
    margin: 2rem auto;
    max-width: 330px;
}

    .menu li[b-stfkdpuawy] {
        margin: 0.25rem 0;
    }

.sub-menu[b-stfkdpuawy] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}

    .sub-menu.open[b-stfkdpuawy] {
        max-height: 500px;
    }

.sub-menu li[b-stfkdpuawy] {
    margin: 0.25rem 1.5rem;
}

.menu button[b-stfkdpuawy] {
    background-color: transparent;
    border: none;
    color: #0070f3;
    font-size: 1.2rem;
}

    .menu button:hover[b-stfkdpuawy] {
        color: #0366d6;
    }

    .menu button:disabled[b-stfkdpuawy] {
        color: #ccc;
    }
