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

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-zss3fx2lg9], article[b-zss3fx2lg9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-zss3fx2lg9] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-zss3fx2lg9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.app-loading[b-zss3fx2lg9] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(135deg, #1e6f5c 0%, #2a9d8f 100%);
    color: white;
    font-size: 1.2rem;
    gap: 16px;
}

.loading-spinner[b-zss3fx2lg9] {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-zss3fx2lg9 1s linear infinite;
}

@keyframes spin-b-zss3fx2lg9 {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-82ggw7qy6q] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-82ggw7qy6q] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-82ggw7qy6q] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-82ggw7qy6q] {
    font-size: 1.1rem;
}

.bi[b-82ggw7qy6q] {
    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-82ggw7qy6q] {
    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-82ggw7qy6q] {
    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-82ggw7qy6q] {
    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-82ggw7qy6q] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-82ggw7qy6q] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-82ggw7qy6q] {
        padding-bottom: 1rem;
    }

    .nav-item[b-82ggw7qy6q]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-82ggw7qy6q]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-82ggw7qy6q]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-82ggw7qy6q] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-82ggw7qy6q] {
    display: block;
}

.user-info[b-82ggw7qy6q] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem !important;
    margin-bottom: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin: 0.5rem;
}

.user-avatar[b-82ggw7qy6q] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8871e 0%, #f5a623 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: white;
    font-size: 1.1rem;
}

.user-details[b-82ggw7qy6q] {
    display: flex;
    flex-direction: column;
}

.user-name[b-82ggw7qy6q] {
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
}

.user-location[b-82ggw7qy6q] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
}

.user-apt[b-82ggw7qy6q] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
}

.nav-section[b-82ggw7qy6q] {
    margin-top: 1rem;
    padding-top: 0.5rem;
}

.nav-section-title[b-82ggw7qy6q] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.badge-notification[b-82ggw7qy6q] {
    background: #e74c3c;
    color: white;
    font-size: 0.7rem;
    padding: 0.15rem 0.5rem;
    border-radius: 10px;
    margin-left: 0.5rem;
}

.btn-logout[b-82ggw7qy6q] {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    cursor: pointer;
}

.btn-login[b-82ggw7qy6q] {
    background: rgba(255, 255, 255, 0.15) !important;
    border-radius: 8px !important;
    text-align: center !important;
}

.btn-register[b-82ggw7qy6q] {
    background: linear-gradient(135deg, #1e6f5c 0%, #289672 100%) !important;
    border-radius: 8px !important;
    text-align: center !important;
}

/* Rodapé do desenvolvedor */
.nav-footer[b-82ggw7qy6q] {
    margin-top: auto;
    padding: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.developer-info[b-82ggw7qy6q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.25rem;
}

.dev-label[b-82ggw7qy6q] {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dev-name[b-82ggw7qy6q] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

.dev-year[b-82ggw7qy6q] {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 641px) {
    .navbar-toggler[b-82ggw7qy6q] {
        display: none;
    }

    .nav-scrollable[b-82ggw7qy6q] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-gts84bh1z8],
.components-reconnect-repeated-attempt-visible[b-gts84bh1z8],
.components-reconnect-failed-visible[b-gts84bh1z8],
.components-pause-visible[b-gts84bh1z8],
.components-resume-failed-visible[b-gts84bh1z8],
.components-rejoining-animation[b-gts84bh1z8] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-gts84bh1z8 {
    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/Pages/Account/Perfil.razor.rz.scp.css */
/* ========================================
   🎾 PERFIL DO JOGADOR
   ======================================== */

/* Card Principal do Perfil */
.profile-card[b-fq5bvagcoq] {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    background: linear-gradient(135deg, var(--bg-card) 0%, #f8f9fa 100%);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    margin-bottom: 2rem;
    border-top: 5px solid var(--primary);
}

.profile-avatar-large[b-fq5bvagcoq] {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-md);
    flex-shrink: 0;
}

    .profile-avatar-large .avatar-letter[b-fq5bvagcoq] {
        font-size: 2.5rem;
        color: white;
        font-weight: 700;
    }

.profile-details[b-fq5bvagcoq] {
    flex: 1;
}

    .profile-details h1[b-fq5bvagcoq] {
        margin: 0 0 0.5rem;
        font-size: 1.75rem;
        color: var(--text-primary);
    }

.profile-meta[b-fq5bvagcoq] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

/* ========================================
   SEÇÕES DO PERFIL
   ======================================== */
.section[b-fq5bvagcoq] {
    background: var(--bg-card);
    padding: 2rem;
    border-radius: var(--radius-lg);
    margin-bottom: 1.5rem;
    box-shadow: var(--shadow-sm);
}

    .section h3[b-fq5bvagcoq] {
        margin: 0 0 1.5rem;
        color: var(--text-primary);
        font-weight: 600;
        font-size: 1.25rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding-bottom: 1rem;
        border-bottom: 2px solid #e9ecef;
    }

.view-more[b-fq5bvagcoq] {
    text-align: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

/* ========================================
   GRID DE ESTATÍSTICAS
   ======================================== */
.stats-grid[b-fq5bvagcoq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

    .stats-grid .stat-card[b-fq5bvagcoq] {
        padding: 1.25rem;
    }

    .stats-grid .stat-icon[b-fq5bvagcoq] {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

/* ========================================
   LISTA DE TORNEIOS (Compacta)
   ======================================== */
.tournaments-list-view[b-fq5bvagcoq] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

    .tournaments-list-view.compact[b-fq5bvagcoq] {
        gap: 0.75rem;
    }

.tournament-list-item[b-fq5bvagcoq] {
    display: grid;
    grid-template-columns: 70px 1fr auto auto;
    gap: 1.5rem;
    align-items: center;
    background: #ffffff;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    border-left: 5px solid var(--primary);
}

    .tournament-list-item:hover[b-fq5bvagcoq] {
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
        transform: translateY(-2px);
        border-left-color: var(--secondary);
    }

    .tournament-list-item.first-place[b-fq5bvagcoq] {
        border-left-color: #ffd700;
        background: linear-gradient(90deg, #fffef5 0%, #ffffff 30%);
    }

    .tournament-list-item.top-three[b-fq5bvagcoq] {
        border-left-color: var(--secondary);
        background: linear-gradient(90deg, #fff9f0 0%, #ffffff 30%);
    }

    .tournament-list-item.compact[b-fq5bvagcoq] {
        padding: 1rem 1.25rem;
        grid-template-columns: 50px 1fr auto auto;
        gap: 1rem;
    }

.tournament-icon-wrapper[b-fq5bvagcoq] {
    display: flex;
    justify-content: center;
}

.tournament-icon[b-fq5bvagcoq] {
    width: 60px;
    height: 60px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    box-shadow: 0 4px 12px rgba(30, 111, 92, 0.3);
}

    .tournament-icon.creator[b-fq5bvagcoq] {
        background: linear-gradient(135deg, #ffd700 0%, #ffaa00 100%);
        box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
    }

    .tournament-icon.admin[b-fq5bvagcoq] {
        background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-light) 100%);
        box-shadow: 0 4px 12px rgba(232, 135, 30, 0.3);
    }

    .tournament-icon.player[b-fq5bvagcoq] {
        background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    }

.tournament-list-item.compact .tournament-icon[b-fq5bvagcoq] {
    width: 45px;
    height: 45px;
    font-size: 1.25rem;
}

.tournament-main-info[b-fq5bvagcoq] {
    flex: 1;
    min-width: 0;
}

.tournament-title-row[b-fq5bvagcoq] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

    .tournament-title-row h4[b-fq5bvagcoq] {
        margin: 0;
        font-size: 1.2rem;
        font-weight: 700;
        color: var(--text-primary);
    }

.tournament-list-item.compact .tournament-title-row h4[b-fq5bvagcoq] {
    font-size: 1rem;
}

.tournament-meta-info[b-fq5bvagcoq] {
    display: flex;
    gap: 1.5rem;
    font-size: 0.85rem;
    color: var(--text-light);
    flex-wrap: wrap;
}

    .tournament-meta-info span[b-fq5bvagcoq] {
        display: flex;
        align-items: center;
        gap: 0.25rem;
    }

.tournament-stats-mini[b-fq5bvagcoq] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.stat-mini[b-fq5bvagcoq] {
    text-align: center;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: var(--radius-sm);
    min-width: 70px;
    border: 1px solid #e0e0e0;
}

    .stat-mini .value[b-fq5bvagcoq] {
        display: block;
        font-size: 1.15rem;
        font-weight: 700;
        color: var(--primary);
        line-height: 1.2;
    }

    .stat-mini .label[b-fq5bvagcoq] {
        display: block;
        font-size: 0.7rem;
        color: var(--text-secondary);
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-top: 0.25rem;
    }

.tournament-list-item.compact .stat-mini[b-fq5bvagcoq] {
    padding: 0.5rem 0.75rem;
    min-width: 55px;
}

    .tournament-list-item.compact .stat-mini .value[b-fq5bvagcoq] {
        font-size: 0.95rem;
    }

    .tournament-list-item.compact .stat-mini .label[b-fq5bvagcoq] {
        font-size: 0.6rem;
    }

.tournament-actions-mini[b-fq5bvagcoq] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .tournament-actions-mini .btn[b-fq5bvagcoq] {
        padding: 0.625rem 1.25rem;
        white-space: nowrap;
        font-size: 0.9rem;
    }

.role-badge[b-fq5bvagcoq] {
    padding: 0.35rem 0.875rem;
    border-radius: var(--radius-full);
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

    .role-badge.creator[b-fq5bvagcoq] {
        background: linear-gradient(135deg, #ffd700, #ffaa00);
        color: #333;
    }

    .role-badge.admin[b-fq5bvagcoq] {
        background: linear-gradient(135deg, var(--secondary), #ff8c00);
        color: white;
    }

    .role-badge.player[b-fq5bvagcoq] {
        background: var(--primary-light);
        color: white;
    }

/* ========================================
   LISTA DE PARTIDAS (Compacta)
   ======================================== */
.matches-list-compact[b-fq5bvagcoq] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.match-item-compact[b-fq5bvagcoq] {
    display: grid;
    grid-template-columns: 35px 1fr auto auto;
    gap: 1rem;
    align-items: center;
    padding: 0.875rem 1.25rem;
    background: #ffffff;
    border-radius: var(--radius-md);
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
}

    .match-item-compact:hover[b-fq5bvagcoq] {
        box-shadow: var(--shadow-sm);
        transform: translateX(4px);
    }

    .match-item-compact.win[b-fq5bvagcoq] {
        border-left: 4px solid var(--success);
        background: linear-gradient(90deg, rgba(0, 184, 148, 0.05) 0%, #ffffff 20%);
    }

    .match-item-compact.loss[b-fq5bvagcoq] {
        border-left: 4px solid var(--danger);
        background: linear-gradient(90deg, rgba(225, 112, 85, 0.05) 0%, #ffffff 20%);
    }

    .match-item-compact .result-icon[b-fq5bvagcoq] {
        font-size: 1.25rem;
        text-align: center;
    }

    .match-item-compact .match-details[b-fq5bvagcoq] {
        display: flex;
        flex-direction: column;
        gap: 0.15rem;
    }

    .match-item-compact .opponent[b-fq5bvagcoq] {
        font-weight: 600;
        color: var(--text-primary);
    }

    .match-item-compact .tournament-name-small[b-fq5bvagcoq] {
        font-size: 0.75rem;
        color: var(--text-light);
    }

    .match-item-compact .score[b-fq5bvagcoq] {
        font-weight: 700;
        color: var(--text-primary);
        font-size: 0.95rem;
        padding: 0.25rem 0.75rem;
        background: #f8f9fa;
        border-radius: var(--radius-sm);
    }

    .match-item-compact .date[b-fq5bvagcoq] {
        font-size: 0.8rem;
        color: var(--text-light);
        white-space: nowrap;
    }

/* ========================================
   CONFIGURAÇÕES
   ======================================== */
.settings-section[b-fq5bvagcoq] {
    background: var(--bg-card);
    padding: 2rem;
    border-radius: var(--radius-lg);
    margin-bottom: 1.5rem;
    box-shadow: var(--shadow-sm);
}

    .settings-section h3[b-fq5bvagcoq] {
        margin: 0 0 1.5rem;
        color: var(--text-primary);
        font-weight: 600;
        font-size: 1.25rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding-bottom: 1rem;
        border-bottom: 2px solid #e9ecef;
    }

.setting-item[b-fq5bvagcoq] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .setting-item label[b-fq5bvagcoq] {
        font-weight: 500;
        color: var(--text-secondary);
        font-size: 0.95rem;
    }

    .setting-item .form-select[b-fq5bvagcoq] {
        max-width: 100%;
        padding: 0.75rem 1rem;
        border-radius: 8px;
        background: #f8f9fa;
        border: 1px solid #dee2e6;
        color: var(--text-primary);
        font-size: 0.95rem;
        cursor: pointer;
        transition: border-color 0.2s, box-shadow 0.2s;
    }

        .setting-item .form-select:hover[b-fq5bvagcoq] {
            border-color: var(--primary);
        }

        .setting-item .form-select:focus[b-fq5bvagcoq] {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(46, 139, 87, 0.15);
        }

.save-feedback[b-fq5bvagcoq] {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    font-weight: 500;
}

    .save-feedback.success[b-fq5bvagcoq] {
        color: #28a745;
    }

    .save-feedback.error[b-fq5bvagcoq] {
        color: #dc3545;
    }

/* ========================================
   RESPONSIVIDADE
   ======================================== */
@media (min-width: 576px) {
    .setting-item .form-select[b-fq5bvagcoq] {
        max-width: 400px;
    }
}

@media (max-width: 1200px) {
    .tournament-list-item[b-fq5bvagcoq] {
        grid-template-columns: 60px 1fr auto;
    }

    .tournament-stats-mini[b-fq5bvagcoq] {
        display: none;
    }
}

@media (max-width: 900px) {
    .tournament-list-item[b-fq5bvagcoq] {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1.25rem;
    }

    .tournament-icon-wrapper[b-fq5bvagcoq] {
        display: none;
    }

    .tournament-stats-mini[b-fq5bvagcoq] {
        display: flex;
        justify-content: flex-start;
    }

    .tournament-actions-mini[b-fq5bvagcoq] {
        flex-direction: row;
        justify-content: flex-start;
    }

    .tournament-title-row[b-fq5bvagcoq] {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .profile-card[b-fq5bvagcoq] {
        flex-direction: column;
        text-align: center;
    }

    .profile-meta[b-fq5bvagcoq] {
        justify-content: center;
    }

    .tournament-list-item.compact[b-fq5bvagcoq] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        text-align: center;
    }

        .tournament-list-item.compact .tournament-icon-wrapper[b-fq5bvagcoq] {
            display: none;
        }

        .tournament-list-item.compact .tournament-stats-mini[b-fq5bvagcoq] {
            justify-content: center;
        }

        .tournament-list-item.compact .tournament-actions-mini[b-fq5bvagcoq] {
            justify-content: center;
        }

        .tournament-list-item.compact .tournament-title-row[b-fq5bvagcoq] {
            justify-content: center;
        }

    .match-item-compact[b-fq5bvagcoq] {
        grid-template-columns: 30px 1fr auto;
    }

        .match-item-compact .date[b-fq5bvagcoq] {
            display: none;
        }
}

@media (max-width: 600px) {
    .tournament-list-item[b-fq5bvagcoq] {
        padding: 1rem;
    }

    .stat-mini[b-fq5bvagcoq] {
        padding: 0.5rem 0.75rem;
        min-width: 60px;
    }

    .tournament-title-row h4[b-fq5bvagcoq] {
        font-size: 1rem;
    }

    .tournament-meta-info[b-fq5bvagcoq] {
        flex-direction: column;
        gap: 0.5rem;
    }
}
/* /Components/Pages/Auth/ConfirmEmail.razor.rz.scp.css */
.confirm-container[b-u64jor1hld] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 20px;
}

.confirm-card[b-u64jor1hld] {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 450px;
    width: 100%;
}

.confirm-icon[b-u64jor1hld] {
    font-size: 64px;
    margin-bottom: 20px;
}

.confirm-card h2[b-u64jor1hld] {
    color: #1e6f5c;
    margin-bottom: 16px;
    font-size: 1.8rem;
}

.confirm-text[b-u64jor1hld] {
    color: #666;
    margin-bottom: 24px;
    line-height: 1.6;
}

.confirm-text strong[b-u64jor1hld] {
    color: #333;
    display: block;
    margin-top: 8px;
    font-size: 1.1rem;
}

.code-input-group[b-u64jor1hld] {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
}

.code-input[b-u64jor1hld] {
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border: 2px solid #ddd;
    border-radius: 12px;
    outline: none;
    transition: all 0.2s ease;
}

.code-input:focus[b-u64jor1hld] {
    border-color: #1e6f5c;
    box-shadow: 0 0 0 3px rgba(30, 111, 92, 0.2);
}

.code-input:not(:placeholder-shown)[b-u64jor1hld] {
    border-color: #1e6f5c;
    background-color: #f0f9f7;
}

.btn-confirm[b-u64jor1hld] {
    width: 100%;
    padding: 14px;
    font-size: 1.1rem;
    background: linear-gradient(135deg, #1e6f5c, #2a9d8f);
    border: none;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-confirm:hover:not(:disabled)[b-u64jor1hld] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(30, 111, 92, 0.3);
}

.btn-confirm:disabled[b-u64jor1hld] {
    opacity: 0.7;
    cursor: not-allowed;
}

.resend-section[b-u64jor1hld] {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #eee;
}

.resend-section p[b-u64jor1hld] {
    color: #888;
    margin-bottom: 8px;
}

.btn-link[b-u64jor1hld] {
    background: none;
    border: none;
    color: #1e6f5c;
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline;
}

.btn-link:hover[b-u64jor1hld] {
    color: #155a4a;
}

.resend-timer[b-u64jor1hld] {
    color: #f39c12;
    font-weight: 500;
}

.alert[b-u64jor1hld] {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    text-align: left;
}

.alert-danger[b-u64jor1hld] {
    background-color: #fee2e2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

.alert-success[b-u64jor1hld] {
    background-color: #d1fae5;
    color: #059669;
    border: 1px solid #a7f3d0;
}

/* Responsivo */
@media (max-width: 480px) {
    .confirm-card[b-u64jor1hld] {
        padding: 24px;
    }
    
    .code-input[b-u64jor1hld] {
        width: 42px;
        height: 52px;
        font-size: 20px;
    }
    
    .code-input-group[b-u64jor1hld] {
        gap: 6px;
    }
}
/* /Components/Pages/Auth/Login.razor.rz.scp.css */
.auth-container[b-134dv17gwd] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 2rem;
}

.auth-card[b-134dv17gwd] {
    width: 100%;
    max-width: 420px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.auth-card.register[b-134dv17gwd] {
    max-width: 500px;
}

.auth-header[b-134dv17gwd] {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    padding: 2rem;
    text-align: center;
}

.auth-icon[b-134dv17gwd] {
    font-size: 3rem;
    display: block;
    margin-bottom: 0.75rem;
}

.auth-header h2[b-134dv17gwd] {
    margin: 0 0 0.5rem;
    font-size: 1.5rem;
}

.auth-header p[b-134dv17gwd] {
    margin: 0;
    opacity: 0.9;
    font-size: 0.95rem;
}

.auth-form[b-134dv17gwd] {
    padding: 2rem;
}

.form-group[b-134dv17gwd] {
    margin-bottom: 1.25rem;
}

.form-row[b-134dv17gwd] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-label[b-134dv17gwd] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #495057;
    font-size: 0.9rem;
}

.form-control[b-134dv17gwd] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s;
}

.form-control:focus[b-134dv17gwd] {
    outline: none;
    border-color: #1e3c72;
    box-shadow: 0 0 0 3px rgba(30, 60, 114, 0.15);
}

.btn-block[b-134dv17gwd] {
    width: 100%;
    padding: 0.9rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-primary[b-134dv17gwd] {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
}

.btn-primary:hover:not(:disabled)[b-134dv17gwd] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(30, 60, 114, 0.35);
}

.btn-success[b-134dv17gwd] {
    background: linear-gradient(135deg, #1e6f5c 0%, #289672 100%);
    color: white;
}

.btn-success:hover:not(:disabled)[b-134dv17gwd] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(30, 111, 92, 0.35);
}

.btn:disabled[b-134dv17gwd] {
    opacity: 0.7;
    cursor: not-allowed;
}

.auth-footer[b-134dv17gwd] {
    text-align: center;
    padding: 1.5rem 2rem;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.auth-footer p[b-134dv17gwd] {
    margin: 0;
    color: #6c757d;
}

.auth-footer a[b-134dv17gwd] {
    color: #1e3c72;
    font-weight: 600;
    text-decoration: none;
}

.auth-footer a:hover[b-134dv17gwd] {
    text-decoration: underline;
}

.alert[b-134dv17gwd] {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.alert-danger[b-134dv17gwd] {
    background: #f8d7da;
    color: #721c24;
    border-left: 4px solid #dc3545;
}

.page-container[b-134dv17gwd] {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.page-header[b-134dv17gwd] {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-header h2[b-134dv17gwd] {
    color: white;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
}

.season-badge[b-134dv17gwd] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.4rem 0.9rem;
    border-radius: 20px;
    font-size: 0.8rem;
}

.form-content[b-134dv17gwd] {
    padding: 2rem;
}

.form-section[b-134dv17gwd] {
    margin-bottom: 1.5rem;
}

.form-label[b-134dv17gwd] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #495057;
    font-size: 0.9rem;
}

.form-control[b-134dv17gwd] {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s;
}

.form-control:focus[b-134dv17gwd] {
    outline: none;
    border-color: #1e3c72;
    box-shadow: 0 0 0 3px rgba(30, 60, 114, 0.15);
}

.form-actions[b-134dv17gwd] {
    margin-bottom: 1.5rem;
}

.btn[b-134dv17gwd] {
    display: block;
    width: 100%;
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-success[b-134dv17gwd] {
    background: linear-gradient(135deg, #1e6f5c 0%, #289672 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(30, 111, 92, 0.35);
}

.btn-success:hover:not(:disabled)[b-134dv17gwd] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(30, 111, 92, 0.4);
}

.btn-primary[b-134dv17gwd] {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(30, 60, 114, 0.35);
}

.btn-primary:hover[b-134dv17gwd] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(30, 60, 114, 0.4);
}

.btn:disabled[b-134dv17gwd] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.auth-divider[b-134dv17gwd] {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
    color: #adb5bd;
}

.auth-divider[b-134dv17gwd]::before,
.auth-divider[b-134dv17gwd]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e9ecef;
}

.auth-divider span[b-134dv17gwd] {
    padding: 0 1rem;
    font-size: 0.9rem;
}

.register-section[b-134dv17gwd] {
    text-align: center;
}

.register-section p[b-134dv17gwd] {
    margin: 0 0 1rem;
    color: #6c757d;
}

.alert[b-134dv17gwd] {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.alert-danger[b-134dv17gwd] {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    color: #721c24;
    border-left: 4px solid #dc3545;
}

.text-danger[b-134dv17gwd] {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

@media (max-width: 500px) {
    .form-row[b-134dv17gwd] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Auth/Register.razor.rz.scp.css */
.page-container[b-yrdnt3vhns] {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.page-header[b-yrdnt3vhns] {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-header h2[b-yrdnt3vhns] {
    color: white;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
}

.season-badge[b-yrdnt3vhns] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.4rem 0.9rem;
    border-radius: 20px;
    font-size: 0.8rem;
}

.form-content[b-yrdnt3vhns] {
    padding: 2rem;
}

.form-section[b-yrdnt3vhns] {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e9ecef;
}

.form-section:last-of-type[b-yrdnt3vhns] {
    border-bottom: none;
    padding-bottom: 0;
}

.form-section h4[b-yrdnt3vhns] {
    margin: 0 0 1.25rem;
    font-size: 1rem;
    font-weight: 600;
    color: #1e3c72;
}

.form-row[b-yrdnt3vhns] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group[b-yrdnt3vhns] {
    margin-bottom: 1rem;
}

.form-label[b-yrdnt3vhns] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #495057;
    font-size: 0.9rem;
}

.form-control[b-yrdnt3vhns] {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s;
}

.form-control:focus[b-yrdnt3vhns] {
    outline: none;
    border-color: #1e3c72;
    box-shadow: 0 0 0 3px rgba(30, 60, 114, 0.15);
}

.mb-3[b-yrdnt3vhns] {
    margin-bottom: 1rem;
}

.form-actions[b-yrdnt3vhns] {
    margin-top: 1.5rem;
}

.btn[b-yrdnt3vhns] {
    display: block;
    width: 100%;
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-success[b-yrdnt3vhns] {
    background: linear-gradient(135deg, #1e6f5c 0%, #289672 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(30, 111, 92, 0.35);
}

.btn-success:hover:not(:disabled)[b-yrdnt3vhns] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(30, 111, 92, 0.4);
}

.btn:disabled[b-yrdnt3vhns] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.alert[b-yrdnt3vhns] {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.alert-danger[b-yrdnt3vhns] {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    color: #721c24;
    border-left: 4px solid #dc3545;
}

.alert-info[b-yrdnt3vhns] {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    color: #1565c0;
    border-left: 4px solid #2196f3;
}

.login-link[b-yrdnt3vhns] {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
    color: #6c757d;
}

.login-link a[b-yrdnt3vhns] {
    color: #1e3c72;
    font-weight: 600;
    text-decoration: none;
    margin-left: 0.5rem;
}

.login-link a:hover[b-yrdnt3vhns] {
    text-decoration: underline;
}

.text-danger[b-yrdnt3vhns] {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 0.25rem;
    display: block;
}

@media (max-width: 500px) {
    .form-row[b-yrdnt3vhns] {
        grid-template-columns: 1fr;
    }
    
    .form-content[b-yrdnt3vhns] {
        padding: 1.5rem;
    }
}
/* /Components/Pages/Auth/ResetPassword.razor.rz.scp.css */
.page-container[b-k0xzlu745j] {
    max-width: 500px;
    margin: 2rem auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.page-header[b-k0xzlu745j] {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
    color: white;
    padding: 1.25rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .page-header h2[b-k0xzlu745j] {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 700;
    }

.season-badge[b-k0xzlu745j] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
}

.form-content[b-k0xzlu745j] {
    padding: 2rem 1.5rem;
}

.step-icon[b-k0xzlu745j] {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 0.75rem;
}

.step-title[b-k0xzlu745j] {
    text-align: center;
    color: #2d3436;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}

.step-text[b-k0xzlu745j] {
    text-align: center;
    color: #636e72;
    margin-bottom: 1.75rem;
    line-height: 1.5;
    font-size: 0.95rem;
}

    .step-text strong[b-k0xzlu745j] {
        color: #2d3436;
        font-weight: 600;
        display: inline-block;
        margin-top: 0.25rem;
    }

.code-input-group[b-k0xzlu745j] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1.5rem;
    flex-wrap: nowrap;
}

.code-input[b-k0xzlu745j] {
    width: 48px;
    height: 56px;
    min-width: 0;
    flex: 0 0 48px;
    font-size: 1.5rem;
    text-align: center;
    border: 2px solid #dfe6e9;
    border-radius: 10px;
    transition: all 0.2s;
    font-weight: 600;
    padding: 0;
    box-sizing: border-box;
}

    .code-input:focus[b-k0xzlu745j] {
        outline: none;
        border-color: #1e40af;
        box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.15);
    }

.btn-confirm[b-k0xzlu745j] {
    width: 100%;
    padding: 0.875rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    margin-top: 0.5rem;
}

.resend-section[b-k0xzlu745j] {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e9ecef;
    text-align: center;
}

    .resend-section p[b-k0xzlu745j] {
        color: #636e72;
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }

.btn-link[b-k0xzlu745j] {
    background: none;
    border: none;
    color: #1e40af;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    padding: 0.5rem;
    font-size: 0.95rem;
}

    .btn-link:hover[b-k0xzlu745j] {
        text-decoration: underline;
    }

.resend-timer[b-k0xzlu745j] {
    color: #636e72;
    font-size: 0.9rem;
}

.back-to-login[b-k0xzlu745j] {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e9ecef;
    text-align: center;
}

    .back-to-login a[b-k0xzlu745j] {
        color: #1e40af;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.95rem;
    }

        .back-to-login a:hover[b-k0xzlu745j] {
            text-decoration: underline;
        }

.alert[b-k0xzlu745j] {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.alert-danger[b-k0xzlu745j] {
    background: #ffe5e5;
    color: #d63031;
    border: 1px solid #fab1a0;
}

.form-control[b-k0xzlu745j] {
    width: 100%;
    border: 2px solid #dfe6e9;
    border-radius: 8px;
    padding: 0.75rem;
    transition: all 0.2s;
    font-size: 1rem;
    box-sizing: border-box;
}

    .form-control:focus[b-k0xzlu745j] {
        outline: none;
        border-color: #1e40af;
        box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.15);
    }

.form-label[b-k0xzlu745j] {
    display: block;
    font-weight: 600;
    color: #2d3436;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.mb-3[b-k0xzlu745j] {
    margin-bottom: 1rem;
}

.text-danger[b-k0xzlu745j] {
    color: #d63031;
    font-size: 0.85rem;
    margin-top: 0.25rem;
    display: block;
}

@media (max-width: 600px) {
    .page-container[b-k0xzlu745j] {
        margin: 1rem;
    }

    .form-content[b-k0xzlu745j] {
        padding: 1.5rem 1rem;
    }

    .code-input[b-k0xzlu745j] {
        width: 42px;
        height: 50px;
        flex: 0 0 42px;
        font-size: 1.25rem;
    }

    .code-input-group[b-k0xzlu745j] {
        gap: 0.35rem;
    }
}
/* /Components/Pages/Error.razor.rz.scp.css */
/* ========================================
   ERROR PAGE
   ======================================== */
h1.text-danger[b-is2f8kdmi7], h2.text-danger[b-is2f8kdmi7] {
    color: var(--danger);
}

h1[b-is2f8kdmi7] {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

h2[b-is2f8kdmi7] {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

h3[b-is2f8kdmi7] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

p[b-is2f8kdmi7] {
    color: var(--text-secondary);
    line-height: 1.7;
}

code[b-is2f8kdmi7] {
    background: #f8f9fa;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.9rem;
    color: var(--danger);
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
/* ========================================
   NOT FOUND PAGE
   ======================================== */
:host[b-oivqho53x7] {
    display: block;
    text-align: center;
    padding: 4rem 2rem;
}

h3[b-oivqho53x7] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

p[b-oivqho53x7] {
    color: var(--text-secondary);
    font-size: 1.1rem;
}
