/* /Layout/AuthLayout.razor.rz.scp.css */
.auth-wrapper[b-31omj1ks1b] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0d1117 0%, #1a2332 100%);
    padding: 1rem;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-wlbgd4tbx4] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    background: #0d1117;
}

.app-content[b-wlbgd4tbx4] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 64px;
}

.bottom-nav[b-wlbgd4tbx4] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    background: #161b22;
    border-top: 1px solid rgba(230,237,243,0.1);
    display: flex;
    align-items: stretch;
    z-index: 100;
}

.nav-item[b-wlbgd4tbx4] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: rgba(230,237,243,0.45);
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    transition: color 0.2s;
    cursor: pointer;
}

.nav-item:hover[b-wlbgd4tbx4] {
    color: rgba(230,237,243,0.75);
}

.nav-item.active[b-wlbgd4tbx4] {
    color: #2ECC71;
}

.nav-item .mud-icon-root[b-wlbgd4tbx4] {
    font-size: 24px;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4r4glkiqy1] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-4r4glkiqy1] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4r4glkiqy1] {
    font-size: 1.1rem;
}

.bi[b-4r4glkiqy1] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-4r4glkiqy1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-4r4glkiqy1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-4r4glkiqy1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-4r4glkiqy1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4r4glkiqy1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4r4glkiqy1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4r4glkiqy1]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-4r4glkiqy1]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-4r4glkiqy1]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4r4glkiqy1] {
        display: none;
    }

    .collapse[b-4r4glkiqy1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-4r4glkiqy1] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Auth/Login.razor.rz.scp.css */
.auth-card[b-orwqn77dh8] {
    width: 100%;
    max-width: 400px;
    background: #161b22;
    border: 1px solid rgba(230,237,243,0.1);
    border-radius: 16px;
}

.auth-logo[b-orwqn77dh8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 8px;
}
/* /Pages/Auth/Register.razor.rz.scp.css */
.auth-card[b-v2wrutnp4t] {
    width: 100%;
    max-width: 400px;
    background: #161b22;
    border: 1px solid rgba(230,237,243,0.1);
    border-radius: 16px;
}

.auth-logo[b-v2wrutnp4t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 8px;
}
/* /Pages/Home.razor.rz.scp.css */
.lobby-page[b-jwnqrcpeap] {
    min-height: 100%;
    padding-bottom: 16px;
}

.lobby-header[b-jwnqrcpeap] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
}

.user-info[b-jwnqrcpeap] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-details[b-jwnqrcpeap] {
    display: flex;
    flex-direction: column;
}

.modes-grid[b-jwnqrcpeap] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 0 16px;
    margin-top: 8px;
}

.mode-card[b-jwnqrcpeap] {
    background: #161b22 !important;
    border: 1px solid rgba(230,237,243,0.08);
    border-radius: 16px !important;
    padding: 20px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s, transform 0.15s;
}

.mode-card:hover[b-jwnqrcpeap] {
    border-color: rgba(46,204,113,0.4);
    transform: translateY(-2px);
}

.mode-card:active[b-jwnqrcpeap] {
    transform: scale(0.97);
}

.join-room-panel[b-jwnqrcpeap] {
    background: #161b22 !important;
    border: 1px solid rgba(230,237,243,0.08);
    border-radius: 12px !important;
    padding: 16px;
}
/* /Pages/Ranking.razor.rz.scp.css */
.ranking-page[b-ce1rjpkkqm] {
    padding-bottom: 16px;
}

.page-header[b-ce1rjpkkqm] {
    padding: 20px 16px 12px;
}

.stats-card[b-ce1rjpkkqm] {
    background: #161b22 !important;
    border: 1px solid rgba(230,237,243,0.08);
    border-radius: 16px !important;
    padding: 16px;
}

.stats-grid[b-ce1rjpkkqm] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}

.stat-item[b-ce1rjpkkqm] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ranking-tabs[b-ce1rjpkkqm] {
    display: flex;
    gap: 8px;
    margin-bottom: 4px;
}

.tab-btn[b-ce1rjpkkqm] {
    flex: 1;
    border-radius: 8px !important;
}

.loading-center[b-ce1rjpkkqm] {
    display: flex;
    justify-content: center;
    padding: 40px;
}

.ranking-list[b-ce1rjpkkqm] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ranking-item[b-ce1rjpkkqm] {
    background: #161b22 !important;
    border: 1px solid rgba(230,237,243,0.06);
    border-radius: 12px !important;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ranking-item.me[b-ce1rjpkkqm] {
    border-color: rgba(46,204,113,0.3);
    background: rgba(46,204,113,0.05) !important;
}

.rank-position[b-ce1rjpkkqm] {
    width: 28px;
    display: flex;
    justify-content: center;
}

.rank-info[b-ce1rjpkkqm] {
    display: flex;
    flex-direction: column;
}
/* /Pages/Settings.razor.rz.scp.css */
.settings-page[b-ern1optz5p] {
    padding-bottom: 24px;
}

.page-header[b-ern1optz5p] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 8px 8px;
}

.avatar-section[b-ern1optz5p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    margin-bottom: 8px;
}

.section-card[b-ern1optz5p] {
    background: #161b22 !important;
    border: 1px solid rgba(230,237,243,0.08);
    border-radius: 16px !important;
    padding: 16px;
}

.section-label[b-ern1optz5p] {
    color: rgba(230,237,243,0.35);
    font-size: 11px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 12px;
}

.sub-info[b-ern1optz5p] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.stats-row[b-ern1optz5p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(230,237,243,0.05);
    color: rgba(230,237,243,0.55);
    font-size: 14px;
}

.stats-row:last-child[b-ern1optz5p] {
    border-bottom: none;
}

.stats-row strong[b-ern1optz5p] {
    color: #e6edf3;
}
/* /Pages/Social.razor.rz.scp.css */
.social-page[b-0uesnc7373] {
    padding-bottom: 16px;
}

.page-header[b-0uesnc7373] {
    padding: 20px 16px 4px;
}

.tab-content[b-0uesnc7373] {
    padding: 16px;
    min-height: 300px;
}

.empty-state[b-0uesnc7373] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    text-align: center;
}
