@import '_content/DeckClimb/DeckClimb.3pdna4r33l.bundle.scp.css';
@import '_content/PathGame/PathGame.aqhpq2r5pc.bundle.scp.css';

/* /Components/DifficultyPuzzlePage.razor.rz.scp.css */
.route-progress-shell > [data-progress-pane][b-astwu4iv9w] {
    display: none;
}

.route-progress-shell[data-progress-state="completed"]
    > [data-progress-pane="completed"][b-astwu4iv9w],
.route-progress-shell[data-progress-state="pending"][data-bootstrap-progress-state="completed"]
    > [data-progress-pane="completed"][b-astwu4iv9w],
.route-progress-shell[data-progress-state="locked"]
    > [data-progress-pane="locked"][b-astwu4iv9w],
.route-progress-shell[data-progress-state="pending"][data-bootstrap-progress-state="locked"]
    > [data-progress-pane="locked"][b-astwu4iv9w],
.route-progress-shell[data-progress-state="playable"]
    > [data-progress-pane="playable"][b-astwu4iv9w],
.route-progress-shell[data-progress-state="completed-here"]
    > [data-progress-pane="completed"][b-astwu4iv9w],
.route-progress-shell[data-progress-state="completed-here"]
    > [data-progress-pane="playable"][b-astwu4iv9w],
.route-progress-shell[data-progress-state="pending"][data-bootstrap-progress-state="playable"]
    > [data-progress-pane="playable"][b-astwu4iv9w] {
    display: block;
}

.route-progress-shell[data-progress-state="completed-here"][b-astwu4iv9w] {
    display: flex;
    flex-direction: column;
}

.route-progress-shell[data-progress-state="completed-here"]
    > [data-progress-pane="playable"][b-astwu4iv9w] {
    order: 1;
}

.route-progress-shell[data-progress-state="completed-here"]
    > [data-progress-pane="completed"][b-astwu4iv9w] {
    order: 2;
}

.route-progress-shell[data-progress-state="completed-here"]
    .puzzle-message-card[b-astwu4iv9w] {
    margin-top: 2rem;
}

.puzzle-message-card[b-astwu4iv9w] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: .75rem;
    margin: 4rem auto;
    max-width: 32rem;
    padding: 2rem;
    text-align: center;
}

.puzzle-message-card h2[b-astwu4iv9w] {
    font-size: 1.65rem;
    margin: 0;
}

.puzzle-message-card > p[b-astwu4iv9w] {
    color: var(--muted);
    line-height: 1.5;
    margin: 1rem 0 0;
}

.puzzle-message-card .message-countdown[b-astwu4iv9w] {
    color: var(--text);
}

.message-actions[b-astwu4iv9w] {
    display: grid;
    gap: .85rem;
    margin-top: 1.5rem;
}

.primary-action[b-astwu4iv9w] {
    background: var(--accent);
    border-radius: .45rem;
    color: var(--background);
    display: block;
    font-weight: 700;
    padding: .75rem 1rem;
    text-decoration: none;
}

.secondary-action[b-astwu4iv9w] {
    border: 1px solid var(--border);
    border-radius: .45rem;
    color: var(--text);
    display: block;
    font-weight: 700;
    padding: .75rem 1rem;
    text-decoration: none;
}

.primary-action[hidden][b-astwu4iv9w] {
    display: none;
}

.primary-action:hover[b-astwu4iv9w],
.primary-action:focus-visible[b-astwu4iv9w],
.secondary-action:hover[b-astwu4iv9w],
.secondary-action:focus-visible[b-astwu4iv9w] {
    filter: brightness(1.1);
}

@media (max-width: 30rem) {
    .route-progress-shell[data-progress-state="playable"][b-astwu4iv9w],
    .route-progress-shell[data-progress-state="completed-here"][b-astwu4iv9w],
    .route-progress-shell[data-progress-state="playable"]
        > [data-progress-pane="playable"][b-astwu4iv9w],
    .route-progress-shell[data-progress-state="completed-here"]
        > [data-progress-pane="playable"][b-astwu4iv9w],
    .route-progress-shell[data-progress-state="pending"][data-bootstrap-progress-state="playable"][b-astwu4iv9w],
    .route-progress-shell[data-progress-state="pending"][data-bootstrap-progress-state="playable"]
        > [data-progress-pane="playable"][b-astwu4iv9w] {
        display: flex;
        flex: 1;
        flex-direction: column;
        min-height: 0;
    }

    .route-progress-shell[data-progress-state="pending"]:not([data-bootstrap-progress-state="playable"])[b-astwu4iv9w],
    .route-progress-shell[data-progress-state="completed"][b-astwu4iv9w],
    .route-progress-shell[data-progress-state="locked"][b-astwu4iv9w] {
        display: block;
    }

    .route-progress-shell[data-progress-state="completed-here"][b-astwu4iv9w] {
        display: flex;
    }

    .route-progress-shell[data-progress-state="completed-here"]
        > [data-progress-pane="playable"][b-astwu4iv9w] {
        flex: none;
    }

    .puzzle-message-card[b-astwu4iv9w] {
        margin: 1.5rem auto;
        padding: 1.5rem;
    }
}
/* /Components/HelpDialog.razor.rz.scp.css */
.help-trigger[b-fvbcc3w4h2] {
    align-items: center;
    background: var(--surface-raised);
    border: 1px solid #6e7681;
    border-radius: 50%;
    color: var(--text);
    cursor: pointer;
    display: flex;
    font: 700 1.25rem/1 Arial, sans-serif;
    height: 2.5rem;
    justify-content: center;
    position: fixed;
    right: max(1rem, env(safe-area-inset-right));
    top: max(1rem, env(safe-area-inset-top));
    width: 2.5rem;
    z-index: 20;
}

.help-trigger:hover[b-fvbcc3w4h2] {
    background: #30363d;
    border-color: var(--accent);
}

.help-trigger:focus-visible[b-fvbcc3w4h2],
.close-button:focus-visible[b-fvbcc3w4h2] {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}

.help-dialog[b-fvbcc3w4h2] {
    background: rgba(1, 4, 9, .78);
    border: 0;
    color: var(--text);
    height: 100dvh;
    max-height: none;
    max-width: none;
    padding: clamp(1rem, 4vw, 3rem);
    width: 100%;
}

.help-dialog[b-fvbcc3w4h2]::backdrop {
    background: rgba(1, 4, 9, .82);
}

.help-panel[b-fvbcc3w4h2] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 1rem;
    box-shadow: 0 20px 70px rgba(0, 0, 0, .65);
    margin: auto;
    max-width: 46rem;
    overflow: hidden;
}

.help-panel header[b-fvbcc3w4h2] {
    align-items: center;
    border-bottom: 1px solid var(--border);
    display: grid;
    grid-template-columns: 2.5rem minmax(0, 1fr) 2.5rem;
    padding: 1.5rem 1.75rem 1.25rem;
}

.help-panel h2[b-fvbcc3w4h2] {
    color: #fff;
    font-size: var(--page-title-size);
    grid-column: 2;
    line-height: 1.15;
    margin: 0;
    text-align: center;
}

.close-button[b-fvbcc3w4h2] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: .4rem;
    color: var(--muted);
    cursor: pointer;
    display: flex;
    font-size: 2rem;
    grid-column: 3;
    height: 2.5rem;
    justify-content: center;
    line-height: 1;
    width: 2.5rem;
}

.close-button:hover[b-fvbcc3w4h2] {
    background: var(--surface-raised);
    color: var(--text);
}

.help-content[b-fvbcc3w4h2] {
    padding: 1.5rem 1.75rem 1.75rem;
}

.help-content p[b-fvbcc3w4h2] {
    line-height: 1.5;
    margin: 1rem 0 0;
    text-align: center;
}

.help-content p:first-child[b-fvbcc3w4h2] {
    margin-top: 0;
}

.help-content hr[b-fvbcc3w4h2] {
    border: 0;
    border-top: 1px solid var(--border);
    margin: 1.25rem 0 0;
}

.help-example[b-fvbcc3w4h2] {
    --example-black: #010409;
    --example-cell-size: clamp(1.9375rem, 8.75vw, 2.5rem);
    --example-grid-line: 1px;
    --example-grid-line-color: #6e7681;
    --example-outline: 2px;
    --example-window-border: 2px;
    background: var(--background);
    border-color: var(--border);
    border-radius: .75rem;
    border-style: solid;
    border-width: var(--example-window-border);
    margin: 1.5rem 0;
    padding: 1rem;
    text-align: center;
}

.example-visual[b-fvbcc3w4h2] {
    display: grid;
    gap: .85rem;
    justify-items: center;
}

.example-board[b-fvbcc3w4h2] {
    background: var(--example-grid-line-color);
    border: 2px solid var(--example-grid-line-color);
    display: grid;
    gap: var(--example-grid-line);
    grid-template-columns: repeat(4, var(--example-cell-size));
    grid-template-rows: repeat(4, var(--example-cell-size));
    position: relative;
}

.example-board-cell[b-fvbcc3w4h2],
.example-piece-cell[b-fvbcc3w4h2] {
    align-items: center;
    background: var(--surface-raised);
    color: var(--text);
    display: flex;
    font: 700 calc(var(--example-cell-size) * .52) Arial, sans-serif;
    justify-content: center;
    text-transform: uppercase;
}

.example-piece-grid[b-fvbcc3w4h2] {
    display: grid;
    gap: var(--example-grid-line);
    grid-template-columns:
        repeat(var(--example-piece-width), var(--example-cell-size));
    grid-template-rows:
        repeat(var(--example-piece-height), var(--example-cell-size));
    position: relative;
}

.example-locked-piece[b-fvbcc3w4h2] {
    left: calc(
        var(--example-piece-col)
        * (var(--example-cell-size) + var(--example-grid-line)));
    position: absolute;
    top: calc(
        var(--example-piece-row)
        * (var(--example-cell-size) + var(--example-grid-line)));
    z-index: 2;
}

.example-tray[b-fvbcc3w4h2] {
    align-items: flex-start;
    column-gap: clamp(.5rem, 2vw, 1rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: calc(
        var(--example-cell-size) * 3
        + var(--example-grid-line) * 2);
    width: 100%;
}

.example-completion[b-fvbcc3w4h2] {
    background: #12261e;
    border: 1px solid #238636;
    border-radius: .5rem;
    color: #7ee787;
    font: inherit;
    font-size: .85rem;
    font-weight: 700;
    min-width: 10rem;
    opacity: 0;
    padding: .45rem .75rem;
}

.example-moving-piece[b-fvbcc3w4h2] {
    position: relative;
    will-change: opacity, transform;
    z-index: 3;
}

.example-piece-cell[b-fvbcc3w4h2] {
    box-shadow:
        0 0 0 var(--example-grid-line) var(--example-grid-line-color);
    height: var(--example-cell-size);
    width: var(--example-cell-size);
}

.example-piece-cell.example-locked[b-fvbcc3w4h2] {
    background: #30363d;
}

.example-piece-cell.example-black[b-fvbcc3w4h2] {
    background: var(--example-black);
    color: transparent;
}

.example-piece-cell.edge-top[b-fvbcc3w4h2] {
    border-top: var(--example-outline) solid var(--example-grid-line-color);
}

.example-piece-cell.edge-right[b-fvbcc3w4h2] {
    border-right: var(--example-outline) solid var(--example-grid-line-color);
}

.example-piece-cell.edge-bottom[b-fvbcc3w4h2] {
    border-bottom: var(--example-outline) solid var(--example-grid-line-color);
}

.example-piece-cell.edge-left[b-fvbcc3w4h2] {
    border-left: var(--example-outline) solid var(--example-grid-line-color);
}

.example-inner-corner[b-fvbcc3w4h2] {
    background: var(--example-grid-line-color);
    height: calc(var(--example-outline) + var(--example-grid-line));
    left: calc(
        var(--example-corner-col)
        * (var(--example-cell-size) + var(--example-grid-line))
        - var(--example-grid-line));
    pointer-events: none;
    position: absolute;
    top: calc(
        var(--example-corner-row)
        * (var(--example-cell-size) + var(--example-grid-line))
        - var(--example-grid-line));
    width: calc(var(--example-outline) + var(--example-grid-line));
    z-index: 1;
}

.example-inner-corner.extends-left[b-fvbcc3w4h2] {
    margin-left: calc(0px - var(--example-outline));
}

.example-inner-corner.extends-up[b-fvbcc3w4h2] {
    margin-top: calc(0px - var(--example-outline));
}

@media (max-width: 36rem) {
    .help-dialog[b-fvbcc3w4h2] {
        padding: .5rem;
    }

    .help-panel[b-fvbcc3w4h2] {
        border-radius: .75rem;
    }

    .help-panel header[b-fvbcc3w4h2],
    .help-content[b-fvbcc3w4h2] {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }

    .help-example[b-fvbcc3w4h2] {
        --example-cell-size: 1.9375rem;
        padding: .75rem .5rem;
    }
}

@media (max-width: 30rem) {
    .help-trigger[b-fvbcc3w4h2] {
        font-size: 1rem;
        height: 2rem;
        width: 2rem;
    }
}
/* /Components/InfoDialog.razor.rz.scp.css */
.info-trigger[b-sl4359j3h9] {
    align-items: center;
    background: var(--surface-raised);
    border: 1px solid #6e7681;
    border-radius: 50%;
    color: var(--text);
    cursor: pointer;
    display: flex;
    font: italic 700 1.2rem/1 Georgia, serif;
    height: 2.5rem;
    justify-content: center;
    left: max(1rem, env(safe-area-inset-left));
    position: fixed;
    top: max(1rem, env(safe-area-inset-top));
    width: 2.5rem;
    z-index: 20;
}

.info-trigger:hover[b-sl4359j3h9] {
    background: #30363d;
    border-color: var(--accent);
}

.info-trigger:focus-visible[b-sl4359j3h9],
.close-button:focus-visible[b-sl4359j3h9] {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}

.info-dialog[b-sl4359j3h9] {
    background: transparent;
    border: 0;
    color: var(--text);
    max-width: min(26rem, calc(100vw - 2rem));
    padding: 0;
    width: 100%;
}

.info-dialog[b-sl4359j3h9]::backdrop {
    background: rgba(1, 4, 9, .82);
}

.info-panel[b-sl4359j3h9] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 1rem;
    box-shadow: 0 20px 70px rgba(0, 0, 0, .65);
    max-height: calc(100vh - 2rem);
    max-height: calc(100dvh - 2rem);
    overflow-x: hidden;
    overflow-y: auto;
}

.info-panel header[b-sl4359j3h9] {
    align-items: center;
    display: grid;
    grid-template-columns: 2.5rem minmax(0, 1fr) 2.5rem;
    padding: 1.25rem;
}

.info-panel h2[b-sl4359j3h9] {
    color: #fff;
    font-size: var(--page-title-size);
    grid-column: 2;
    line-height: 1.15;
    margin: 0;
    text-align: center;
}

.close-button[b-sl4359j3h9] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: .4rem;
    color: var(--muted);
    cursor: pointer;
    display: flex;
    font-size: 2rem;
    grid-column: 3;
    height: 2.5rem;
    justify-content: center;
    line-height: 1;
    width: 2.5rem;
}

.close-button:hover[b-sl4359j3h9] {
    background: var(--surface-raised);
    color: var(--text);
}

.info-content[b-sl4359j3h9] {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: .85rem 1.25rem 1.25rem;
}

.info-section + .info-section[b-sl4359j3h9] {
    padding-top: .25rem;
}

.info-section h3[b-sl4359j3h9] {
    border-bottom: 1px solid var(--border);
    color: var(--accent);
    font-size: 1rem;
    letter-spacing: .04em;
    margin: 0;
    padding-bottom: .65rem;
}

.info-section dl[b-sl4359j3h9] {
    margin: 0;
}

.info-section dl > div[b-sl4359j3h9] {
    align-items: baseline;
    display: grid;
    gap: 1rem;
    grid-template-columns: 7rem minmax(0, 1fr);
    padding: .85rem 0;
}

.info-section dt[b-sl4359j3h9] {
    color: var(--muted);
    font-weight: 600;
}

.info-section dd[b-sl4359j3h9] {
    margin: 0;
    overflow-wrap: anywhere;
    text-align: right;
}

.info-section code[b-sl4359j3h9] {
    color: var(--accent);
    font-size: .95rem;
}

.info-actions[b-sl4359j3h9] {
    padding: 0 1.25rem 1.25rem;
}

.feedback-button[b-sl4359j3h9] {
    background: #12261e;
    border: 1px solid #238636;
    border-radius: .5rem;
    color: #7ee787;
    display: block;
    font-weight: 700;
    padding: .75rem;
    text-align: center;
    text-decoration: none;
}

.feedback-button:hover[b-sl4359j3h9] {
    background: #183d27;
    border-color: var(--accent);
}

.feedback-button:focus-visible[b-sl4359j3h9] {
    outline: 2px solid #7ee787;
    outline-offset: 3px;
}

@media (max-width: 30rem) {
    .info-trigger[b-sl4359j3h9] {
        font-size: 1rem;
        height: 2rem;
        width: 2rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-9sv4iwiqc2] {
    color-scheme: dark;
    background: #3d2e00;
    border-top: 1px solid #9e6a03;
    bottom: 0;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    color: #f2cc60;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-9sv4iwiqc2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7e4a19tze9],
.components-reconnect-repeated-attempt-visible[b-7e4a19tze9],
.components-reconnect-failed-visible[b-7e4a19tze9],
.components-rejoining-animation[b-7e4a19tze9] {
    display: none;
}

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


#components-reconnect-modal[b-7e4a19tze9] {
    background-color: var(--surface);
    border: 1px solid var(--border);
    color: var(--text);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-7e4a19tze9 0.5s both;
    &[open]

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

}

#components-reconnect-modal[b-7e4a19tze9]::backdrop {
    background-color: rgba(1, 4, 9, 0.8);
    animation: components-reconnect-modal-fadeInOpacity-b-7e4a19tze9 0.5s ease-in-out;
    opacity: 1;
}

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

#components-reconnect-modal button[b-7e4a19tze9] {
    border: 1px solid #388bfd;
    background-color: #1f6feb;
    color: var(--text);
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-7e4a19tze9] {
        background-color: #388bfd;
    }

    #components-reconnect-modal button:active[b-7e4a19tze9] {
        background-color: #1f6feb;
    }

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

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

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

@keyframes components-rejoining-animation-b-7e4a19tze9 {
    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/Home.razor.rz.scp.css */
.landing-page[b-frju0vys94] {
    min-height: 100vh;
    padding: 3rem 1rem;
}

.landing-page > header[b-frju0vys94] {
    margin: 0 auto 2.5rem;
    max-width: 42rem;
    text-align: center;
}

.eyebrow[b-frju0vys94] {
    color: var(--accent);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .12em;
    margin: 0 0 .5rem;
    text-transform: uppercase;
}

.landing-page h1[b-frju0vys94] {
    font-size: 3rem;
    line-height: 1;
    margin: 0;
    outline: none;
}

.introduction[b-frju0vys94] {
    color: var(--muted);
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 1rem 0 0;
}

.difficulty-grid[b-frju0vys94] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 64rem;
}

.difficulty-grid[data-progress-ready="false"][b-frju0vys94] {
    visibility: hidden;
}

.difficulty-card[b-frju0vys94] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: .75rem;
    display: flex;
    flex-direction: column;
    min-height: 17rem;
    padding: 1.5rem;
}

.difficulty-card.locked[b-frju0vys94] {
    color: var(--muted);
}

.card-heading[b-frju0vys94] {
    align-items: flex-start;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
}

.card-heading h2[b-frju0vys94] {
    color: var(--text);
    font-size: 1.5rem;
    margin: 0;
}

.difficulty-subtitle[b-frju0vys94] {
    color: var(--muted);
    font-size: 1.5rem;
    font-weight: 700;
    margin: .35rem 0 0;
}

.card-status[b-frju0vys94] {
    background: var(--surface-raised);
    border-radius: 999px;
    color: var(--muted);
    flex: none;
    font-size: .75rem;
    font-weight: 700;
    padding: .3rem .55rem;
}

.card-status.complete[b-frju0vys94] {
    background: color-mix(in srgb, var(--accent) 18%, var(--surface-raised));
    color: var(--accent);
}

.difficulty-card > p[b-frju0vys94] {
    line-height: 1.5;
}

.play-link[b-frju0vys94] {
    background: var(--accent);
    border-radius: .45rem;
    color: var(--background);
    display: block;
    font-weight: 700;
    margin-top: auto;
    padding: .75rem 1rem;
    text-align: center;
    text-decoration: none;
}

.play-link[hidden][b-frju0vys94],
.unlock-requirement[hidden][b-frju0vys94] {
    display: none;
}

.play-link:hover[b-frju0vys94],
.play-link:focus-visible[b-frju0vys94] {
    filter: brightness(1.1);
}

.unlock-requirement[b-frju0vys94] {
    border-top: 1px solid var(--border);
    font-size: .9rem;
    margin-top: auto;
    padding-top: 1rem;
}

.game-family-section[b-frju0vys94] {
    margin: 3rem auto 0;
    max-width: 64rem;
}

.game-grid[b-frju0vys94] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.game-card[b-frju0vys94] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: .75rem;
    display: flex;
    flex-direction: column;
    gap: .65rem;
    min-height: 9rem;
    padding: 1.5rem;
    text-decoration: none;
}

.game-card[data-completion-ready="false"][b-frju0vys94] {
    visibility: hidden;
}

.game-card:not(.completed):hover[b-frju0vys94],
.game-card:not(.completed):focus-within[b-frju0vys94] {
    border-color: var(--accent);
}

.game-title[b-frju0vys94] {
    color: var(--text);
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

.game-subtitle[b-frju0vys94] {
    color: var(--muted);
    line-height: 1.5;
}

@media (max-width: 48rem) {
    .landing-page[b-frju0vys94] {
        padding-top: 2rem;
    }

    .landing-page h1[b-frju0vys94] {
        font-size: 2.4rem;
    }

    .difficulty-grid[b-frju0vys94] {
        grid-template-columns: 1fr;
        max-width: 32rem;
    }

    .game-family-section[b-frju0vys94] {
        max-width: 32rem;
    }

    .game-grid[b-frju0vys94] {
        grid-template-columns: 1fr;
    }

    .difficulty-card[b-frju0vys94] {
        min-height: 13rem;
    }

    .difficulty-card.completed[b-frju0vys94] {
        min-height: 0;
    }
}
/* /Components/PuzzleBoard.razor.rz.scp.css */
.puzzle-board[b-wfy0ar8i48] {
    --black-cell: #010409;
    --cell-size: clamp(2.5rem, 8vw, 3.5rem);
    --grid-line: 1px;
    --grid-line-color: #6e7681;
    --piece-outline: 2px;
    margin: 0 auto;
    max-width: 70rem;
}

.board[b-wfy0ar8i48] {
    background: var(--grid-line-color);
    border: 2px solid var(--grid-line-color);
    display: grid;
    gap: var(--grid-line);
    grid-template-columns: repeat(var(--board-width), var(--cell-size));
    grid-template-rows: repeat(var(--board-height), var(--cell-size));
    margin: 0 auto;
    position: relative;
    width: fit-content;
}

[b-wfy0ar8i48] .completion-sweep {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(63, 185, 80, .25),
        #7ee787,
        rgba(63, 185, 80, .25),
        transparent);
    background-position: -22% 0;
    background-repeat: no-repeat;
    background-size: 22% 100%;
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 5;
}

.puzzle-cell[b-wfy0ar8i48],
.piece-cell[b-wfy0ar8i48] {
    align-items: center;
    background: var(--surface-raised);
    color: var(--text);
    display: flex;
    font: 700 calc(var(--cell-size) * .52) Arial, sans-serif;
    justify-content: center;
    text-transform: uppercase;
    user-select: none;
}

.puzzle-cell.black[b-wfy0ar8i48],
.piece-cell.black[b-wfy0ar8i48] {
    background: var(--black-cell);
    color: transparent;
}

.puzzle-cell.locked[b-wfy0ar8i48] {
    background: #30363d;
}

.puzzle-cell.locked.black[b-wfy0ar8i48] {
    background: var(--black-cell);
}

.piece-carousel[b-wfy0ar8i48] {
    margin-top: 2rem;
}

.piece-tray[b-wfy0ar8i48] {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    min-height: calc(var(--cell-size) * 3);
}

.piece[b-wfy0ar8i48] {
    background: transparent;
    border: 0;
    cursor: grab;
    padding: 0;
    pointer-events: none;
    touch-action: none;
}

.piece.dragging[b-wfy0ar8i48] {
    cursor: grabbing;
    opacity: .85;
    z-index: 100;
}

.piece-tray .piece.dragging[b-wfy0ar8i48] {
    position: relative;
}

.piece.drag-source[b-wfy0ar8i48] {
    opacity: .25;
}

.piece.drag-preview[b-wfy0ar8i48] {
    left: var(--drag-left);
    margin: 0;
    pointer-events: none;
    position: fixed;
    top: var(--drag-top);
    z-index: 1000;
}

.piece-tray .piece.reorder-before[b-wfy0ar8i48],
.piece-tray .piece.reorder-after[b-wfy0ar8i48] {
    position: relative;
}

.piece-tray .piece.reorder-before[b-wfy0ar8i48]::before,
.piece-tray .piece.reorder-after[b-wfy0ar8i48]::after {
    background: var(--accent);
    border-radius: .2rem;
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    width: .25rem;
}

.piece-tray .piece.reorder-before[b-wfy0ar8i48]::before {
    left: -.625rem;
}

.piece-tray .piece.reorder-after[b-wfy0ar8i48]::after {
    right: -.625rem;
}

.placed-piece[b-wfy0ar8i48] {
    left: calc(var(--piece-col) * (var(--cell-size) + var(--grid-line)));
    position: absolute;
    top: calc(var(--piece-row) * (var(--cell-size) + var(--grid-line)));
    z-index: 2;
}

.placed-piece:focus-visible[b-wfy0ar8i48] {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

.piece-grid[b-wfy0ar8i48] {
    display: grid;
    gap: var(--grid-line);
    grid-template-columns: repeat(var(--piece-width), var(--cell-size));
    grid-template-rows: repeat(var(--piece-height), var(--cell-size));
    position: relative;
}

.piece-cell[b-wfy0ar8i48] {
    box-shadow: 0 0 0 var(--grid-line) var(--grid-line-color);
    height: var(--cell-size);
    pointer-events: auto;
    touch-action: none;
    width: var(--cell-size);
}

.piece-cell.edge-top[b-wfy0ar8i48] {
    border-top: var(--piece-outline) solid var(--grid-line-color);
}

.piece-cell.edge-right[b-wfy0ar8i48] {
    border-right: var(--piece-outline) solid var(--grid-line-color);
}

.piece-cell.edge-bottom[b-wfy0ar8i48] {
    border-bottom: var(--piece-outline) solid var(--grid-line-color);
}

.piece-cell.edge-left[b-wfy0ar8i48] {
    border-left: var(--piece-outline) solid var(--grid-line-color);
}

.piece-inner-corner[b-wfy0ar8i48] {
    background: var(--grid-line-color);
    height: calc(var(--piece-outline) + var(--grid-line));
    left: calc(var(--corner-col) * (var(--cell-size) + var(--grid-line)) - var(--grid-line));
    pointer-events: none;
    position: absolute;
    top: calc(var(--corner-row) * (var(--cell-size) + var(--grid-line)) - var(--grid-line));
    width: calc(var(--piece-outline) + var(--grid-line));
    z-index: 1;
}

.piece-inner-corner.extends-left[b-wfy0ar8i48] {
    margin-left: calc(0px - var(--piece-outline));
}

.piece-inner-corner.extends-up[b-wfy0ar8i48] {
    margin-top: calc(0px - var(--piece-outline));
}

.piece-carousel[hidden][b-wfy0ar8i48] {
    display: none;
}

[b-wfy0ar8i48] .completion-sweep {
    animation: neon-board-sweep-b-wfy0ar8i48 1.4s ease-in-out;
}

.puzzle-board.celebrating .board .puzzle-cell[b-wfy0ar8i48],
.puzzle-board.celebrating .board .piece-cell[b-wfy0ar8i48] {
    animation: neon-cell-pulse-b-wfy0ar8i48 .55s ease-out;
    animation-delay: calc(.12s + var(--sweep-column, 0) * .1s);
}

@keyframes neon-board-sweep-b-wfy0ar8i48 {
    0% {
        background-position: -22% 0;
        opacity: 0;
    }

    10%,
    85% {
        opacity: .9;
    }

    100% {
        background-position: 122% 0;
        opacity: 0;
    }
}

@keyframes neon-cell-pulse-b-wfy0ar8i48 {
    45% {
        border-color: #7ee787;
        box-shadow:
            inset 0 0 .75rem rgba(63, 185, 80, .8),
            0 0 .5rem #3fb950;
        color: #7ee787;
        text-shadow: 0 0 .65rem #3fb950;
    }
}

@media (prefers-reduced-motion: reduce) {
    [b-wfy0ar8i48] .completion-sweep {
        animation: none;
        display: none;
    }

    .puzzle-board.celebrating .board .puzzle-cell[b-wfy0ar8i48],
    .puzzle-board.celebrating .board .piece-cell[b-wfy0ar8i48] {
        animation: reduced-motion-pulse-b-wfy0ar8i48 .35s ease-out;
        animation-delay: 0s;
    }

}

@media (max-width: 30rem) {
    .puzzle-board[b-wfy0ar8i48] {
        --cell-size: clamp(1.3125rem, min(9vw, 5.25dvh), 3.0625rem);
        display: flex;
        flex: 1;
        flex-direction: column;
        min-height: 0;
        min-width: 0;
        width: 100%;
    }

    .piece-carousel[b-wfy0ar8i48] {
        display: flex;
        flex: 1;
        flex-direction: column;
        margin-top: .75rem;
        min-height: 0;
        min-width: 0;
        width: 100%;
    }

    .piece-tray[b-wfy0ar8i48] {
        display: block;
        flex: 1;
        height: 100%;
        min-height: 0;
        min-width: 0;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-inline: contain;
        padding: .25rem .125rem;
        position: relative;
        scrollbar-color: var(--border) transparent;
        scrollbar-width: thin;
        touch-action: pan-x;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

    .piece-tray .piece[b-wfy0ar8i48] {
        left: var(--tray-left, 0);
        position: absolute;
        top: var(--tray-top, 0);
    }

    .piece-tray:not(.layout-ready) > .piece[b-wfy0ar8i48] {
        visibility: hidden;
    }
}

@keyframes reduced-motion-pulse-b-wfy0ar8i48 {
    50% {
        border-color: #7ee787;
        box-shadow: inset 0 0 .35rem #3fb950;
        color: #7ee787;
    }
}
