@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-0acc2du602],
.components-reconnect-repeated-attempt-visible[b-0acc2du602],
.components-reconnect-failed-visible[b-0acc2du602],
.components-pause-visible[b-0acc2du602],
.components-resume-failed-visible[b-0acc2du602],
.components-rejoining-animation[b-0acc2du602] {
    display: none;
}

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


#components-reconnect-modal[b-0acc2du602] {
    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-0acc2du602 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-0acc2du602 {
    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/Layout/WordColumnList.razor.rz.scp.css */
.column-list[b-n99jhyf6jy] {
    font-family: var(--body-font, "Segoe UI", system-ui, sans-serif);
    color: var(--neutral-foreground-rest, #242424);
    font-size: var(--type-ramp-base-font-size, 14px);
    line-height: var(--type-ramp-base-line-height, 20px);
}

/* Left-to-right, row by row: CSS Grid fills across each row first. */
.column-list--across[b-n99jhyf6jy] {
    display: grid;
    grid-template-columns: repeat(var(--column-count, 3), minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 2px;
}

/* Top-to-bottom down each column: CSS multi-column fills each column first. */
.column-list--down[b-n99jhyf6jy] {
    column-count: var(--column-count, 3);
    column-gap: 24px;
}

    .column-list--down .column-list__item[b-n99jhyf6jy] {
        /* Stop an item being split across the bottom/top of two columns. */
        break-inside: avoid;
    }

.column-list__item[b-n99jhyf6jy] {
    padding: 6px 8px;
    border-bottom: var(--stroke-width, 1px) solid var(--neutral-stroke-divider-rest, #e0e0e0);
    /* Long words (common in word lists) wrap instead of overflowing. */
    overflow-wrap: anywhere;
    border-radius: var(--control-corner-radius, 4px);
    transition: background 0.1s ease-in-out;
    text-align: center;
}

    .column-list__item:hover[b-n99jhyf6jy] {
        background: var(--neutral-fill-stealth-hover, #f5f5f5);
    }
/* /Components/Layout/WordSearchGrid.razor.rz.scp.css */
.live-preview[b-y2yhpnvsjs] {
    font-family: system-ui, sans-serif;
    text-align: center;
}

.ws-svg[b-y2yhpnvsjs] {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.ws-board[b-y2yhpnvsjs] {
    fill: #fbfaf7;
    stroke: #d9d4c8;
    stroke-width: 1;
}

.ws-lines line[b-y2yhpnvsjs] {
    stroke: #ece8df;
    stroke-width: 1;
}

.ws-letters text[b-y2yhpnvsjs] {
    font-family: "Courier New", monospace;
    font-size: 17px;
    font-weight: 600;
    fill: #2b2b2b;
    user-select: none;
}

.warn[b-y2yhpnvsjs] {
    color: #b4690e;
    font-size: 13px;
    margin-top: 6px;
}

.ws-hit-targets .hit-target:hover[b-y2yhpnvsjs] {
    stroke-width: 0;
    stroke: rgb(0,0,0);
}

.ws-hit-targets .hit-target:hover[b-y2yhpnvsjs] {
    stroke-width: 1;
}
