/* /Components/ErrorComponent.razor.rz.scp.css */

#blazor-error-ui[b-lod7tmxztj] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-lod7tmxztj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary[b-lod7tmxztj] {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary[b-lod7tmxztj]::after {
        content: "An error has occurred."
    }
/* /Components/FloatingMessageComponent.razor.rz.scp.css */
div.floating-message[b-akwbcc9nv9] {
    position: absolute;
    top: 30px;
    width: 200px;
    padding: 10px;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 10001;
    border-radius: 10px;
    background-color: black;
    color: white;
    font-size: small;
}

.display-none[b-akwbcc9nv9] {
    display: none;
}
/* /Components/HelpButtonComponent.razor.rz.scp.css */
.button[b-xxs4vm22uk] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 4px;
    margin: 0 2px;
}

path[b-xxs4vm22uk] {
    fill: var(--text-color);
}
/* /Components/HelpComponent.razor.rz.scp.css */

li[b-n4cp9d56g9] {
    margin: 10px 0;
}

.answer > p[b-n4cp9d56g9] {
    font-size: small;
}

    .answer > p > span[b-n4cp9d56g9] {
        font-size: large;
        font-weight: bold;
        color: var(--text-correct-color);
    }

.stuck > h4[b-n4cp9d56g9] {
    margin-bottom: 0;
}

.stuck > p[b-n4cp9d56g9] {
    float: left;
    width: 200px;
    padding-right: 20px;
    font-size: small;
}

.stuck > button[b-n4cp9d56g9] {
    background: var(--button-outline-bg-color);
    color: var(--button-outline-fg-color);
    border: 1px solid;
    letter-spacing: .01em;
    width: 160px;
    height: 4em;
    border-radius: 2em;
    line-height: 28px;
    cursor: pointer;
    padding: 0 2em;
    font-weight: 400;
    overflow: visible;
    -webkit-appearance: button;
    text-transform: none;
    display: inline-block;
    text-align: center;
}
/* /Components/KeyboardButtonComponent.razor.rz.scp.css */
button[b-5nyqy6lsim] {
    font-family: inherit;
    font-size: 1rem;
    font-weight: bold;
    border: 0;
    padding: 0;
    margin: 0 6px 0 0;
    height: 58px;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
    background-color: var(--key-bg-color);
    color: var(--key-fg-color);
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    -webkit-tap-highlight-color: rgba(0,0,0,0.3);
}

    button[data-state="absent"][b-5nyqy6lsim] {
        background-color: var(--key-absent-bg-color);
        color: var(--key-absent-fg-color);
    }


    button[data-state="present"][b-5nyqy6lsim] {
        background-color: var(--key-present-bg-color);
        color: var(--key-present-fg-color);
    }


    button:active[b-5nyqy6lsim] {
        transform: scale(0.85);
    }


    button.keyboard-enter-button[b-5nyqy6lsim] {
        font-size: 10px;
        width: 40px;
    }

    button.keyboard-delete-button[b-5nyqy6lsim] {
        padding-left: 20px;
        padding-right: 20px;
    }


    button:focus[b-5nyqy6lsim] {
        outline: none;
    }

    button.fade[b-5nyqy6lsim] {
        transition: background-color 0.1s ease, color 0.1s ease;
    }

    button:last-of-type[b-5nyqy6lsim] {
        margin: 0;
    }

.spacer[b-5nyqy6lsim] {
    display: inline-block;
}

.half[b-5nyqy6lsim] {
    flex: 0.5;
}

.one[b-5nyqy6lsim] {
    flex: 1;
}

.one-and-a-half[b-5nyqy6lsim] {
    flex: 1.5;
    font-size: 12px;
}
/* /Components/KeyboardComponent.razor.rz.scp.css */
div.keyboard-container[b-i8ofnn46xx] {
    margin: 0 auto;
    user-select: none;
    max-width: 600px;
}

div.keyboard-row[b-i8ofnn46xx] {
    white-space: nowrap;
    display: flex;
    width: 100%;
    margin: 0 auto 8px;
    touch-action: manipulation;
}
/* /Components/LetterCountOptionsComponent.razor.rz.scp.css */
.letter-count-options[b-pjluze6bp0] {
    position: absolute;
    margin: 10px auto 0;
    margin-top: -35px;
    right: 15px;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

    .letter-count-options > div[b-pjluze6bp0] {
        margin-left: 7px;
    }

.letter-count-option[b-pjluze6bp0] {
    font-size: 16px;
    line-height: 22px;
    display: table-cell;
    vertical-align: top;
    cursor: default;
    user-select: none;
}

    .letter-count-option input[b-pjluze6bp0] {
        display: none;
        box-sizing: border-box;
        padding: 0;
        border-radius: 0;
        outline: 0 transparent !important;
        box-shadow: none;
        appearance: none;
        font-size: 100%;
        line-height: 1.15;
        margin: 0;
        overflow: visible;
        background-color: initial;
        border: initial;
    }

        .letter-count-option input:checked + .letter-count-option-text[b-pjluze6bp0] {
            font-weight: 700;
            background-color: var(--button-solid-bg-color);
        }

.letter-count-option-text[b-pjluze6bp0] {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 6px 14px;
    border-radius: 5px;
    background: var(--button-solid-bg-color);
    transition: .2s;
    color: var(--button-solid-fg-color);
    font-size: 16px;
    line-height: 22px;
}
/* /Components/LoadingComponent.razor.rz.scp.css */
.loading-progress[b-y4vyw28wii] {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle[b-y4vyw28wii] {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child[b-y4vyw28wii] {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text[b-y4vyw28wii] {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text[b-y4vyw28wii]:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }
/* /Components/ModalBaseComponent.razor.rz.scp.css */
div.modal-container[b-r3b9mihtlc] {
    position: absolute;
    background-color: var(--color-transparent);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: hidden;
}

div.modal-content[b-r3b9mihtlc] {
    background-color: var(--canvas-bg-color);
    color: var(--text-color);
    margin: 0;
    height: 100%;
    padding: 30px;
    position: relative;
    top: 100%;
}

button.modal-container-close-button[b-r3b9mihtlc] {
    height: 24px;
    width: 24px;
    justify-content: center;
    align-items: center;
    border: none;
    background: none;
    float: right;
    font-size: 20px;
    color: var(--text-color);
}

div.modal-container-title[b-r3b9mihtlc] {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

.display-none[b-r3b9mihtlc] {
    display: none;
}

.slide-up[b-r3b9mihtlc] {
    animation: slide-up-b-r3b9mihtlc 0.2s linear both;
}

@keyframes slide-up-b-r3b9mihtlc {
    from {
        top: 100%;
    }

    to {
        top: 0;
    }
}
/* /Components/PuzzleComponent.razor.rz.scp.css */
div.puzzle-guesses-container[b-oxk45236mv] {
    outline: none;
    border-block: none;
    border: none;
    padding:4px;
}


/* /Components/PuzzleGuessComponent.razor.rz.scp.css */
div.puzzle-guess-container[b-o8y77oe8b9] {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

div.guess-letter[b-o8y77oe8b9], div.guess-correct-letter-count[b-o8y77oe8b9] {
    display: inline-block;
    vertical-align: top;
    width: 4rem;
    height: 4rem;
    text-align: center;
    margin: 2px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 4rem;
    vertical-align: middle;
    box-sizing: border-box;
    text-transform: uppercase;
    user-select: none;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    box-sizing: border-box;
    text-transform: uppercase;
    user-select: none;
}

div.guess-letter[b-o8y77oe8b9] {
    border: 2px solid var(--tile-border-color);
    color: var(--tile-fg-color);
}

div.guess-correct-letter-count[b-o8y77oe8b9] {
    color: var(--text-correct-color);
}

.guess-is-winner > .guess-letter[b-o8y77oe8b9] {
    color: var(--tile-correct-fg-color);
    background-color: var(--tile-correct-bg-color);
    border-color: var(--tile-correct-bg-color);
}

@media (max-height: 600px) {
    div.guess-letter[b-o8y77oe8b9], div.guess-correct-letter-count[b-o8y77oe8b9] {
        font-size: 1rem;
        line-height: 2rem;
        width: 2rem;
        height: 2rem;
    }
}

@keyframes shake-b-o8y77oe8b9 {
    10%, 90% {
        transform: translate3d(-2px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(4px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-6px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(6px, 0, 0);
    }
}

.apply-shake[b-o8y77oe8b9] {
    animation: shake-b-o8y77oe8b9 0.82s cubic-bezier(.36,.07,.19,.97) both;
}
/* /Components/PuzzleHeaderComponent.razor.rz.scp.css */
div.puzzle-header[b-uyw4s5j3fz] {
   padding:10px 15px;
   border-bottom: 1px solid var(--text-color);
}

h3[b-uyw4s5j3fz] {
    display: inline;
    color: var(--text-color);
}
div.header-buttons[b-uyw4s5j3fz] {
    display: inline-block;
    float: right;
    white-space:nowrap;
}
span[b-uyw4s5j3fz] {
    width: 100px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 10px;
    text-align: center;
    margin-top: 6px;
    color: var(--text-color);
}
/* /Components/PuzzleSuccessNotificationComponent.razor.rz.scp.css */
div.puzzle-success-notification-container[b-4lrhqtapox] {
    text-align: center;
    padding:40px;
}

    div.puzzle-success-notification-container > p[b-4lrhqtapox] {
        color: var(--text-color);
        font-weight: bold;
        font-size: larger;
    }


    div.puzzle-success-notification-container > button[b-4lrhqtapox] {
        background: var(--button-solid-bg-color);
        color: var(--button-solid-fg-color);
        border: 0px solid;
        letter-spacing: .01em;
        width: 180px;
        height: 4em;
        border-radius: 2em;
        line-height: 28px;
        cursor: pointer;
        padding: 0 2em;
        margin: 0 10px 8px;
        font-weight: 400;
        overflow: visible;
        -webkit-appearance: button;
        text-transform: none;
        display: block;
        margin: 15px auto;
    }
/* /Components/SettingsButtonComponent.razor.rz.scp.css */
.button[b-mdctugumq4] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 4px;
    margin: 0 2px;
}

path[b-mdctugumq4] {
    fill: var(--text-color);
}
/* /Components/SettingsComponent.razor.rz.scp.css */
hr[b-tx05rc2k4z] {
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: none;
    border-top: 1px solid var(--text-color);
}

.first-setting[b-tx05rc2k4z]{
    margin-top:30px;
}
.disabled[b-tx05rc2k4z]{
    opacity:0.3;
}
h3[b-tx05rc2k4z] {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px; 
}


p[b-tx05rc2k4z] {
    font-size: 14px;
    text-align: left;
    max-width: 84%;
    display: inline-block;
    margin:0;
        
}

.switch-container[b-tx05rc2k4z] {
    width: 48px;
    margin: 10px auto 0;
    position: absolute;
    margin-top: -35px;
    right: 15px
}
/* /Components/StatisticsButtonComponent.razor.rz.scp.css */
.button[b-r55efaweqz] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 4px;
    margin: 0 2px;
}

path[b-r55efaweqz] {
    fill: var(--text-color);
}
/* /Components/StatisticsComponent.razor.rz.scp.css */

#stats[b-71w9twuwmr]{
    height:90%;
    min-height:90%;
    display:flex;
    flex-direction:column;
    touch-action:manipulation;
    width:100%;
}
    #stats > section[b-71w9twuwmr] {
        flex: 1;
        overflow: auto;
    }

        #stats > section[b-71w9twuwmr]::-webkit-scrollbar {
            display: none;
        }


th[b-71w9twuwmr], td[b-71w9twuwmr]{
    padding-left:20px;
    padding-bottom:5px;
    text-align:right;
}

td.left[b-71w9twuwmr]{
    text-align:left;
}
/* /Components/SwitchComponent.razor.rz.scp.css */
.switch .switch-label[b-zhd9y4mnsf] {
    line-height: 0;
    display: table-cell;
    height: 24px;
    vertical-align: top
}

.switch input[type=checkbox][b-zhd9y4mnsf] {
    display: none
}

    .switch input[type=checkbox] + .switch-text[b-zhd9y4mnsf] {
        position: relative;
        display: block;
        width: 48px;
        height: 26px;
        cursor: pointer;
        text-indent: -9999px;
        border-radius: 100px;
        background: var(--switch-unchecked-bg-color);
    }


.switch input[type=checkbox] + .switch-text[b-zhd9y4mnsf]:after {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    content: '';
    transition: .2s linear;
    border-radius: 50%;
    background: #fff
}

    .switch input[type=checkbox]:checked + .switch-text[b-zhd9y4mnsf] {
        background: var(--button-solid-bg-color);
    }

.switch input[type=checkbox]:checked + .switch-text[b-zhd9y4mnsf]:after {
    left: 25px
}
/* /Components/WelcomeComponent.razor.rz.scp.css */
.welcome-container[b-y4o6kc1ggq] {
    background-color: var(--canvas-bg-color);
    align-content: center;
    text-align: center;
    padding: 90px 0;
    height: 100%;
    margin: 0, auto;
}

    .welcome-container > h1[b-y4o6kc1ggq] {
        display: inline;
        color: var(--text-color);
        outline: none;
    }

div.header-buttons[b-y4o6kc1ggq] {
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
}

.welcome-container > h2[b-y4o6kc1ggq] {
    color: var(--text-color);
    margin-bottom: 28px;
    font-size: 22px;
    font-weight: 200;
}



.welcome-container > button[b-y4o6kc1ggq] {
    background: var(--button-outline-bg-color);
    color: var(--button-outline-fg-color);
    border: 1px solid;
    letter-spacing: .01em;
    width: 180px;
    height: 4em;
    border-radius: 2em;
    line-height: 28px;
    cursor: pointer;
    padding: 0 2em;
    margin: 0 10px 8px;
    font-weight: 400;
    overflow: visible;
    -webkit-appearance: button;
    text-transform: none;
    display: block;
    margin: 15px auto;
}

    .welcome-container > button.primary[b-y4o6kc1ggq] {
        border: none;
        background: var(--button-solid-bg-color);
        color: var(--button-solid-fg-color);
    }

.date-container[b-y4o6kc1ggq] {
    margin-top: 40px;
}

    .date-container > p[b-y4o6kc1ggq] {
        color: var(--text-color);
        font-size: 14px;
        line-height: 18px;
        letter-spacing: .005em;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }

    .date-container > small[b-y4o6kc1ggq] {
        color: var(--text-color);
        font-size: 12px;
    }

.icon > img[b-y4o6kc1ggq] {
    margin: 10px;
    position: absolute;
    left: 0;
    top: 0;
}


.share[b-y4o6kc1ggq] {
    color: var(--text-color);
    position: absolute;
    bottom: 0;
    padding: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center
}

    .share img[b-y4o6kc1ggq] {
        display: block;
    }

    .share small[b-y4o6kc1ggq] {
        padding: 20px;
        display: block;
    }

    .share a[b-y4o6kc1ggq] {
        display: block;
        padding-top: 10px;
        color: var(--text-color);
        text-decoration: none;
    }
/* /Layout/GameLayout.razor.rz.scp.css */
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-1mc525pw0q] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-1mc525pw0q] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1mc525pw0q] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1mc525pw0q]  a, .top-row[b-1mc525pw0q]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-1mc525pw0q]  a:hover, .top-row[b-1mc525pw0q]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-1mc525pw0q]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-1mc525pw0q] {
        justify-content: space-between;
    }

    .top-row[b-1mc525pw0q]  a, .top-row[b-1mc525pw0q]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1mc525pw0q] {
        flex-direction: row;
    }

    .sidebar[b-1mc525pw0q] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1mc525pw0q] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-1mc525pw0q]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-1mc525pw0q], article[b-1mc525pw0q] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/GamePage.razor.rz.scp.css */
#game[b-7ze3aj4lq2] {
    /*box-sizing: border-box;*/
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    touch-action: manipulation;
    width: 100%;
}

    #game > header[b-7ze3aj4lq2] {
    }

    #game > footer[b-7ze3aj4lq2] {
        padding: 0 8px;
    }

    #game > section[b-7ze3aj4lq2] {
        flex: 1;
        overflow: auto;
    }

        #game > section[b-7ze3aj4lq2]::-webkit-scrollbar {
            display: none;
        }
