/* /Pages/Index.razor.rz.scp.css */
*[b-5yioo1y767], *[b-5yioo1y767]::before, *[b-5yioo1y767]::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.page[b-5yioo1y767] {
    background-color: #232427;

    inset: 0;
    position: fixed;
    overflow-y: scroll;
}

.container[b-5yioo1y767] {
    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 32rem;
    max-width: calc(100vw - 3rem);

    margin: 0 auto;
}

.find-titel[b-5yioo1y767] {
    color: rgb(249, 249, 249);

    font-size: 3rem;
    font-weight: 700;

    text-align: center;
    text-transform: uppercase;
    text-justify: inter-word;

    letter-spacing: 0.35rem;

    margin-top: 1rem;
    margin-bottom: 0;
}

.find-subtitel[b-5yioo1y767] {
    color: rgb(249, 249, 249);

    font-size: 1.5rem;
    font-weight: 400;

    text-align: center;
    text-transform: uppercase;
    text-justify: inter-word;

    letter-spacing: 0.35rem;

    margin-top: 0;
    margin-bottom: 1rem;
}

.find-grid[b-5yioo1y767] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 4px;
    grid-row-gap: 4px;

    justify-items: center;
    align-items: center;

    aspect-ratio: 1/1;

    padding: 1.25rem 0;
}

.grid-element[b-5yioo1y767] {
    border: 2px solid rgb(249, 249, 249);
    border-radius: 0.25rem;


    width: 100%;
    height: 100%;
    object-fit: cover;

    aspect-ratio: 1/1;
}

.selected[b-5yioo1y767] {
    border: 2px solid rgb(255, 255, 0);
}

.correct[b-5yioo1y767] {
    border: 2px solid rgb(94, 255, 0);
}

.incorrect[b-5yioo1y767] {
    border: 2px solid rgb(255, 0, 0);
}

.image-container[b-5yioo1y767] {
    position: relative;
}

.imposter[b-5yioo1y767] {
    position: absolute;
    font-size: 3rem;
    color: red;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, 50%);
    top: 0;
    margin: 0;
}

.button[b-5yioo1y767] {
    background-color: #232427;
    color: rgb(249, 249, 249);

    border: 1px solid rgb(249, 249, 249);
    border-radius: 0.25rem;

    padding: 0.5rem 1rem;

    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.button:hover[b-5yioo1y767] {
    background-color: rgb(249, 249, 249);
    color: #232427;
}

.button-container[b-5yioo1y767] {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.center[b-5yioo1y767] {
    margin: 0 auto;
}

.selected[b-5yioo1y767] {
    filter: contrast(0.4)
}

.hidden[b-5yioo1y767] {
    opacity: 0%;
}

.cat-fact[b-5yioo1y767] {
    color: rgb(249, 249, 249);
}
