/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-367adldakc] {
     position: relative;
     display: flex;
     flex-direction: column;
 }

main[b-367adldakc] {
     flex: 1;
     width: 100%;
     max-width: 400px;
     margin: 0 auto;
}
/* /Pages/Game.razor.rz.scp.css */
.chat-bubble[b-90fly7hdav] {
    border-radius: 1rem;
}
/* /Pages/Home.razor.rz.scp.css */
.loading-overlay[b-ck7ic4bz82] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

.loading-dialog[b-ck7ic4bz82] {
    text-align: center;
}

