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

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

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-ahxgw74dxh] {
    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-ahxgw74dxh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lmht1of6py] {
    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-lmht1of6py] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

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

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

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

    .nav-item[b-lmht1of6py]  .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-lmht1of6py]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

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

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

.user-info[b-lmht1of6py] {
    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-lmht1of6py] {
    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-lmht1of6py] {
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

    .nav-scrollable[b-lmht1of6py] {
        /* 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-qth6kxa6ub],
.components-reconnect-repeated-attempt-visible[b-qth6kxa6ub],
.components-reconnect-failed-visible[b-qth6kxa6ub],
.components-pause-visible[b-qth6kxa6ub],
.components-resume-failed-visible[b-qth6kxa6ub],
.components-rejoining-animation[b-qth6kxa6ub] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-qth6kxa6ub {
    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/Auth/Login.razor.rz.scp.css */
.auth-container[b-tcbcuv27u8] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 2rem;
}

.auth-card[b-tcbcuv27u8] {
    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-tcbcuv27u8] {
    max-width: 500px;
}

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

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

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

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

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

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

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

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

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

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

.btn-block[b-tcbcuv27u8] {
    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-tcbcuv27u8] {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
}

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

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

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

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

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

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

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

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

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

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

.page-container[b-tcbcuv27u8] {
    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-tcbcuv27u8] {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

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

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

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

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

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

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

.btn[b-tcbcuv27u8] {
    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-tcbcuv27u8] {
    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-tcbcuv27u8] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(30, 111, 92, 0.4);
}

.btn-primary[b-tcbcuv27u8] {
    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-tcbcuv27u8] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(30, 60, 114, 0.4);
}

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

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

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

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

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

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

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

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

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

@media (max-width: 500px) {
    .form-row[b-tcbcuv27u8] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Auth/Register.razor.rz.scp.css */
.page-container[b-1d7guqmsjx] {
    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-1d7guqmsjx] {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn[b-1d7guqmsjx] {
    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-1d7guqmsjx] {
    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-1d7guqmsjx] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(30, 111, 92, 0.4);
}

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

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

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

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

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

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

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

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

@media (max-width: 500px) {
    .form-row[b-1d7guqmsjx] {
        grid-template-columns: 1fr;
    }
    
    .form-content[b-1d7guqmsjx] {
        padding: 1.5rem;
    }
}
/* /Components/Pages/MatchHistory.razor.rz.scp.css */
.page-container[b-75sui2u3h0] {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

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

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

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

.page-content[b-75sui2u3h0] {
    padding: 1.5rem;
}

/* Filtro */
.filter-section[b-75sui2u3h0] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 10px;
}

.filter-section label[b-75sui2u3h0] {
    font-weight: 600;
    color: #495057;
    white-space: nowrap;
}

.filter-section .form-select[b-75sui2u3h0] {
    max-width: 300px;
    padding: 0.6rem 2rem;
    border: 2px solid #e9ecef;
    border-radius: 8px;
}

/* Grid de Partidas */
.matches-grid[b-75sui2u3h0] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Card de Partida */
.match-card[b-75sui2u3h0] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.2s;
}

.match-card:hover[b-75sui2u3h0] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.match-header[b-75sui2u3h0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1.25rem;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.match-date[b-75sui2u3h0] {
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 500;
}

.match-status[b-75sui2u3h0] {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.match-status.normal[b-75sui2u3h0] {
    background: #d4edda;
    color: #155724;
}

.match-status.walkover[b-75sui2u3h0] {
    background: #f8d7da;
    color: #721c24;
}

.match-body[b-75sui2u3h0] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 1.25rem;
    gap: 1rem;
}

.match-player[b-75sui2u3h0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.match-player.winner[b-75sui2u3h0] {
    position: relative;
}

.match-player .player-avatar[b-75sui2u3h0] {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3d5a80 0%, #5b7aa5 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.match-player.winner .player-avatar[b-75sui2u3h0] {
    background: linear-gradient(135deg, #1e6f5c 0%, #289672 100%);
    box-shadow: 0 0 0 3px #ffd700;
}

.match-player .player-info[b-75sui2u3h0] {
    display: flex;
    flex-direction: column;
}

.match-player .player-info.right[b-75sui2u3h0] {
    text-align: right;
}

.match-player .player-name[b-75sui2u3h0] {
    font-weight: 600;
    color: #1e3c72;
    font-size: 0.95rem;
}

.match-player.winner .player-name[b-75sui2u3h0] {
    color: #1e6f5c;
}

.match-player .player-rank[b-75sui2u3h0] {
    font-size: 0.8rem;
    color: #6c757d;
}

.match-player .trophy[b-75sui2u3h0] {
    font-size: 1.5rem;
}

.match-score-display[b-75sui2u3h0] {
    text-align: center;
}

.score-value[b-75sui2u3h0] {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e3c72;
}

.match-footer[b-75sui2u3h0] {
    padding: 0.75rem 1.25rem;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    text-align: center;
    font-size: 0.85rem;
    color: #6c757d;
}

/* Empty State */
.empty-state[b-75sui2u3h0] {
    text-align: center;
    padding: 4rem 2rem;
}

.empty-icon[b-75sui2u3h0] {
    font-size: 3.5rem;
    opacity: 0.5;
    display: block;
    margin-bottom: 1rem;
}

.empty-state p[b-75sui2u3h0] {
    margin: 0;
    font-weight: 600;
    color: #495057;
    font-size: 1.1rem;
}

.empty-state small[b-75sui2u3h0] {
    color: #6c757d;
}

@media (max-width: 768px) {
    .match-body[b-75sui2u3h0] {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .match-player[b-75sui2u3h0] {
        justify-content: center;
    }
    
    .match-player .player-info.right[b-75sui2u3h0] {
        text-align: left;
    }
    
    .filter-section[b-75sui2u3h0] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .filter-section .form-select[b-75sui2u3h0] {
        max-width: none;
    }
}
/* /Components/Pages/PlayerProfile.razor.rz.scp.css */
.profile-container[b-1vdfr7f6tg] {
    width: 100%;
}

.profile-header[b-1vdfr7f6tg] {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    border-radius: 12px;
    margin-bottom: 1.5rem;
    color: white;
    position: relative;
    overflow: hidden;
}

.profile-header[b-1vdfr7f6tg]::before {
    content: '🎾';
    position: absolute;
    right: -20px;
    top: -20px;
    font-size: 8rem;
    opacity: 0.1;
}

.profile-avatar[b-1vdfr7f6tg] {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid rgba(255, 255, 255, 0.3);
}

.avatar-letter[b-1vdfr7f6tg] {
    font-size: 3rem;
    font-weight: 700;
    color: white;
}

.profile-info h1[b-1vdfr7f6tg] {
    margin: 0 0 0.5rem;
    font-size: 1.75rem;
    color: white;
}

.status-badge[b-1vdfr7f6tg] {
    display: inline-block;
    margin-top: 0.75rem;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.status-badge.active[b-1vdfr7f6tg] {
    background: rgba(40, 167, 69, 0.2);
    color: #90EE90;
}

.status-badge.paused[b-1vdfr7f6tg] {
    background: rgba(255, 193, 7, 0.2);
    color: #FFD93D;
}

/* Stats Grid */
.stats-grid[b-1vdfr7f6tg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.stat-card[b-1vdfr7f6tg] {
    background: #fff;
    padding: 1.25rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    transition: all 0.2s;
}

.stat-card:hover[b-1vdfr7f6tg] {
    transform: translateY(-3px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.stat-card.large[b-1vdfr7f6tg] {
    background: linear-gradient(135deg, #1e6f5c 0%, #289672 100%);
    color: white;
}

.stat-icon[b-1vdfr7f6tg] {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.stat-value[b-1vdfr7f6tg] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e3c72;
    line-height: 1;
}

.stat-card.large .stat-value[b-1vdfr7f6tg] {
    color: white;
}

.stat-label[b-1vdfr7f6tg] {
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-card.large .stat-label[b-1vdfr7f6tg] {
    color: rgba(255, 255, 255, 0.85);
}

/* Sections */
.section[b-1vdfr7f6tg] {
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.25rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

.section h3[b-1vdfr7f6tg] {
    margin: 0 0 1.25rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e3c72;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e9ecef;
}

/* Match Items */
.matches-list[b-1vdfr7f6tg] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.match-item[b-1vdfr7f6tg] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-radius: 10px;
    transition: all 0.2s;
}

.match-item:hover[b-1vdfr7f6tg] {
    transform: translateX(5px);
}

.match-item.win[b-1vdfr7f6tg] {
    background: linear-gradient(90deg, #d4edda 0%, #e8f5e9 100%);
    border-left: 4px solid #28a745;
}

.match-item.loss[b-1vdfr7f6tg] {
    background: linear-gradient(90deg, #f8d7da 0%, #fce4e4 100%);
    border-left: 4px solid #dc3545;
}

.match-item .result-icon[b-1vdfr7f6tg] {
    font-size: 1.25rem;
}

.match-item .opponent[b-1vdfr7f6tg] {
    flex: 1;
    font-weight: 500;
    color: #495057;
}

.match-item .score[b-1vdfr7f6tg] {
    font-weight: 600;
    color: #1e3c72;
    padding: 0.25rem 0.75rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 6px;
}

.match-item .date[b-1vdfr7f6tg] {
    font-size: 0.85rem;
    color: #6c757d;
}

/* Challengeable Players */
.challengeable-list[b-1vdfr7f6tg] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.challengeable-player[b-1vdfr7f6tg] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.2s;
    border: 1px solid #e9ecef;
}

.challengeable-player:hover[b-1vdfr7f6tg] {
    background: #e8f4ff;
    transform: translateX(5px);
    border-color: #1e3c72;
}

.challengeable-player .position[b-1vdfr7f6tg] {
    font-weight: 700;
    color: #1e6f5c;
    font-size: 1.1rem;
    min-width: 45px;
}

.challengeable-player .name[b-1vdfr7f6tg] {
    flex: 1;
    font-weight: 500;
    color: #495057;
}

.challengeable-player .btn[b-1vdfr7f6tg] {
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #1e6f5c 0%, #289672 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.2s;
}

.challengeable-player .btn:hover[b-1vdfr7f6tg] {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .profile-header[b-1vdfr7f6tg] {
        flex-direction: column;
        text-align: center;
    }
    
    .stats-grid[b-1vdfr7f6tg] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* /Components/Pages/Ranking.razor.rz.scp.css */
/* For�a a tabela a usar toda a largura dispon�vel */
.classification-container[b-yhsz3slkpz] {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

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

.classification-header h2[b-yhsz3slkpz] {
    color: white;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
}

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

.table-wrapper[b-yhsz3slkpz] {
    width: 100%;
    overflow-x: auto;
}

.classification-table[b-yhsz3slkpz] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.classification-table thead[b-yhsz3slkpz] {
    background: #3d5a80;
}

.classification-table thead th[b-yhsz3slkpz] {
    color: white;
    font-weight: 600;
    padding: 1rem 0.75rem;
    text-align: center;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    border-bottom: 2px solid #2d4a6a;
}

.classification-table thead .th-pos[b-yhsz3slkpz] {
    width: 70px;
    text-align: center;
}

.classification-table thead .th-player[b-yhsz3slkpz] {
    text-align: left;
    padding-left: 1.5rem;
}

.classification-table thead .th-stat[b-yhsz3slkpz] {
    width: 65px;
    text-align: center;
}

.classification-table thead .th-actions[b-yhsz3slkpz] {
    width: 80px;
    text-align: center;
}

/* LINHAS DA TABELA */
.classification-table tbody tr[b-yhsz3slkpz] {
    border-bottom: 1px solid #dee2e6;
    transition: all 0.15s ease;
}

.classification-table tbody tr:last-child[b-yhsz3slkpz] {
    border-bottom: none;
}

.classification-table tbody tr:hover[b-yhsz3slkpz] {
    background: #e8f4ff !important;
}

.classification-table tbody td[b-yhsz3slkpz] {
    padding: 0.85rem 0.75rem;
    text-align: center;
    vertical-align: middle;
}

/* Linhas alternadas */
.row-gold[b-yhsz3slkpz] {
    background: linear-gradient(90deg, #fffde7 0%, #fffff8 100%) !important;
    border-left: 4px solid #ffd700 !important;
}

.row-silver[b-yhsz3slkpz] {
    background: linear-gradient(90deg, #f5f5f5 0%, #fafafa 100%) !important;
    border-left: 4px solid #c0c0c0 !important;
}

.row-bronze[b-yhsz3slkpz] {
    background: linear-gradient(90deg, #fff3e0 0%, #fffaf5 100%) !important;
    border-left: 4px solid #cd7f32 !important;
}

.row-even[b-yhsz3slkpz] {
    background: #f8f9fa;
}

.row-odd[b-yhsz3slkpz] {
    background: #ffffff;
}

.row-paused[b-yhsz3slkpz] {
    opacity: 0.5;
    background: #f0f0f0 !important;
}

/* Coluna Posi��o */
.td-pos[b-yhsz3slkpz] {
    font-weight: 700;
    width: 70px;
}

.pos-badge[b-yhsz3slkpz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 700;
}

.pos-1[b-yhsz3slkpz] {
    background: linear-gradient(135deg, #ffd700 0%, #ffec8b 100%);
    color: #5d4e00;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.5);
}

.pos-2[b-yhsz3slkpz] {
    background: linear-gradient(135deg, #c0c0c0 0%, #e8e8e8 100%);
    color: #4a4a4a;
    box-shadow: 0 2px 8px rgba(192, 192, 192, 0.5);
}

.pos-3[b-yhsz3slkpz] {
    background: linear-gradient(135deg, #cd7f32 0%, #daa06d 100%);
    color: #4a3000;
    box-shadow: 0 2px 8px rgba(205, 127, 50, 0.5);
}

.pos-badge:not(.pos-1):not(.pos-2):not(.pos-3)[b-yhsz3slkpz] {
    background: #e9ecef;
    color: #495057;
}

/* Coluna Jogador */
.td-player[b-yhsz3slkpz] {
    text-align: left !important;
    padding-left: 1.5rem !important;
}

.td-player .player-info[b-yhsz3slkpz] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    background: transparent !important;
}

.td-player .player-avatar[b-yhsz3slkpz] {
    position: relative;
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: white;
}

.td-player .player-avatar .crown[b-yhsz3slkpz] {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.75rem;
}

.avatar-gold[b-yhsz3slkpz] {
    background: linear-gradient(135deg, #1e6f5c 0%, #289672 100%);
    box-shadow: 0 0 0 3px #ffd700;
}

.avatar-silver[b-yhsz3slkpz] {
    background: linear-gradient(135deg, #1e6f5c 0%, #289672 100%);
    box-shadow: 0 0 0 3px #c0c0c0;
}

.avatar-bronze[b-yhsz3slkpz] {
    background: linear-gradient(135deg, #1e6f5c 0%, #289672 100%);
    box-shadow: 0 0 0 3px #cd7f32;
}

.avatar-default[b-yhsz3slkpz] {
    background: linear-gradient(135deg, #3d5a80 0%, #5b7aa5 100%);
}

.avatar-letter[b-yhsz3slkpz] {
    position: relative;
    z-index: 1;
}

.player-details[b-yhsz3slkpz] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.player-name[b-yhsz3slkpz] {
    font-weight: 600;
    color: #1e3c72;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.2;
}

.player-name:hover[b-yhsz3slkpz] {
    color: #2a5298;
    text-decoration: underline;
}

.player-apt[b-yhsz3slkpz] {
    font-size: 0.75rem;
    color: #6c757d;
}

/* Estat�sticas */
.td-stat[b-yhsz3slkpz] {
    font-weight: 500;
    color: #495057;
    font-size: 0.95rem;
}

.td-points[b-yhsz3slkpz] {
    font-weight: 700 !important;
    color: #1e6f5c !important;
    font-size: 1.1rem !important;
}

.td-wins[b-yhsz3slkpz] {
    color: #28a745 !important;
    font-weight: 600 !important;
}

.td-losses[b-yhsz3slkpz] {
    color: #dc3545 !important;
    font-weight: 600 !important;
}

.td-percent[b-yhsz3slkpz] {
    font-weight: 600;
    color: #6c757d;
}

.positive[b-yhsz3slkpz] {
    color: #28a745 !important;
    font-weight: 600 !important;
}

.negative[b-yhsz3slkpz] {
    color: #dc3545 !important;
    font-weight: 600 !important;
}

.neutral[b-yhsz3slkpz] {
    color: #6c757d;
}

/* A��es */
.td-actions[b-yhsz3slkpz] {
    padding: 0.5rem !important;
}

.btn-icon[b-yhsz3slkpz] {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 8px;
    background: #e3f2fd;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-icon:hover[b-yhsz3slkpz] {
    background: #1976d2;
    color: white;
    transform: scale(1.1);
}

/* Legenda */
.table-legend[b-yhsz3slkpz] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    padding: 1rem 1.5rem;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    font-size: 0.8rem;
    color: #6c757d;
}

.table-legend span strong[b-yhsz3slkpz] {
    color: #495057;
    margin-right: 0.25rem;
}

/* Empty State */
.empty-row[b-yhsz3slkpz] {
    padding: 3rem 1rem !important;
    text-align: center;
}

.empty-content[b-yhsz3slkpz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.empty-icon[b-yhsz3slkpz] {
    font-size: 3rem;
    opacity: 0.5;
}

.empty-content p[b-yhsz3slkpz] {
    margin: 0;
    font-weight: 600;
    color: #495057;
}

.empty-content small[b-yhsz3slkpz] {
    color: #6c757d;
}

/* Bot�es */
.action-buttons[b-yhsz3slkpz] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.action-buttons .btn[b-yhsz3slkpz] {
    padding: 0.85rem 1.75rem;
    font-weight: 600;
    border-radius: 10px;
    font-size: 1rem;
}

.action-buttons .btn-success[b-yhsz3slkpz] {
    background: linear-gradient(135deg, #1e6f5c 0%, #289672 100%) !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(30, 111, 92, 0.35);
}

.action-buttons .btn-primary[b-yhsz3slkpz] {
    background: linear-gradient(135deg, #e8871e 0%, #f5a623 100%) !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(232, 135, 30, 0.35);
}

.action-buttons .btn:hover[b-yhsz3slkpz] {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* Tabs de Ranking */
.ranking-tabs[b-yhsz3slkpz] {
    display: flex;
    gap: 0;
    background: #f8f9fa;
    padding: 0.5rem;
    border-bottom: 1px solid #e9ecef;
}

.tab-btn[b-yhsz3slkpz] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 1rem;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 10px;
    margin: 0.25rem;
}

.tab-btn:hover[b-yhsz3slkpz] {
    background: #e9ecef;
}

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

.tab-icon[b-yhsz3slkpz] {
    font-size: 1.5rem;
}

.tab-text[b-yhsz3slkpz] {
    font-weight: 600;
    font-size: 0.95rem;
}

.tab-hint[b-yhsz3slkpz] {
    font-size: 0.75rem;
    opacity: 0.7;
}

.tab-btn.active .tab-hint[b-yhsz3slkpz] {
    opacity: 0.9;
}

/* Info do ranking */
.ranking-info[b-yhsz3slkpz] {
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-bottom: 1px solid #e9ecef;
}

.ranking-info p[b-yhsz3slkpz] {
    margin: 0;
    font-size: 0.9rem;
    color: #1565c0;
}

@media (max-width: 600px) {
    .tab-btn[b-yhsz3slkpz] {
        padding: 0.75rem 0.5rem;
    }
    
    .tab-text[b-yhsz3slkpz] {
        font-size: 0.85rem;
    }
    
    .tab-hint[b-yhsz3slkpz] {
        display: none;
    }
}
/* /Components/Pages/RegisterMatch.razor.rz.scp.css */
.page-container[b-brlf9a1vo2] {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

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

.page-header h2[b-brlf9a1vo2] {
    color: white;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
}

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

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

/* Alertas */
.alert[b-brlf9a1vo2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.alert-success[b-brlf9a1vo2] {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
    border-left: 4px solid #28a745;
}

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

.btn-close-alert[b-brlf9a1vo2] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    opacity: 0.7;
}

/* Se��o de Jogadores */
.players-section[b-brlf9a1vo2] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 1.5rem;
    align-items: stretch;
    margin-bottom: 2rem;
}

.player-card[b-brlf9a1vo2] {
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
}

.player-card.challenger[b-brlf9a1vo2] {
    border-top: 4px solid #dc3545;
}

.player-card.challenged[b-brlf9a1vo2] {
    border-top: 4px solid #007bff;
}

.player-card-header[b-brlf9a1vo2] {
    padding: 1rem;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #e9ecef;
}

.player-card-body[b-brlf9a1vo2] {
    padding: 1.25rem;
}

.player-card .form-select[b-brlf9a1vo2] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.2s;
}

.player-card .form-select:focus[b-brlf9a1vo2] {
    border-color: #1e3c72;
    box-shadow: 0 0 0 3px rgba(30, 60, 114, 0.15);
}

.selected-player[b-brlf9a1vo2] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    padding: 1rem;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e9ecef;
}

.selected-player .player-avatar[b-brlf9a1vo2] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1e6f5c 0%, #289672 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
}

.selected-player .player-details[b-brlf9a1vo2] {
    display: flex;
    flex-direction: column;
}

.selected-player .player-name[b-brlf9a1vo2] {
    font-weight: 600;
    font-size: 1rem;
    color: #1e3c72;
}

.selected-player .player-stats[b-brlf9a1vo2] {
    font-size: 0.85rem;
    color: #6c757d;
}

.warning-message[b-brlf9a1vo2] {
    margin-top: 1rem;
    padding: 0.75rem;
    background: #fff3cd;
    border-radius: 8px;
    font-size: 0.85rem;
    color: #856404;
    text-align: center;
}

.vs-badge[b-brlf9a1vo2] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 800;
    color: #adb5bd;
}

/* Se��o de Placar */
.score-section[b-brlf9a1vo2], .result-section[b-brlf9a1vo2] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.score-section h3[b-brlf9a1vo2], .result-section h3[b-brlf9a1vo2] {
    margin: 0 0 1.25rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e3c72;
}

.sets-grid[b-brlf9a1vo2] {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.set-item[b-brlf9a1vo2] {
    text-align: center;
}

.set-item label[b-brlf9a1vo2] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.85rem;
    color: #495057;
}

.set-inputs[b-brlf9a1vo2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.set-inputs input[b-brlf9a1vo2] {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    border: 2px solid #dee2e6;
    border-radius: 10px;
    transition: all 0.2s;
}

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

.set-inputs input:disabled[b-brlf9a1vo2] {
    background: #e9ecef;
    opacity: 0.6;
}

.set-inputs span[b-brlf9a1vo2] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #adb5bd;
}

/* Op��es de Resultado */
.result-options[b-brlf9a1vo2] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.result-option[b-brlf9a1vo2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.25rem;
    background: #fff;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
}

.result-option:hover[b-brlf9a1vo2] {
    border-color: #1e3c72;
    background: #f0f7ff;
}

.result-option.selected[b-brlf9a1vo2] {
    border-color: #28a745;
    background: linear-gradient(135deg, #d4edda 0%, #e8f5e9 100%);
}

.result-option.wo.selected[b-brlf9a1vo2] {
    border-color: #dc3545;
    background: linear-gradient(135deg, #f8d7da 0%, #fce4e4 100%);
}

.result-option input[b-brlf9a1vo2] {
    display: none;
}

.option-icon[b-brlf9a1vo2] {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.option-text[b-brlf9a1vo2] {
    font-weight: 600;
    color: #1e3c72;
    margin-bottom: 0.25rem;
}

.option-hint[b-brlf9a1vo2] {
    font-size: 0.8rem;
    color: #6c757d;
}

/* A��es do Form */
.form-actions[b-brlf9a1vo2] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
}

.btn[b-brlf9a1vo2] {
    padding: 0.85rem 2rem;
    font-weight: 600;
    border-radius: 10px;
    font-size: 1rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-secondary[b-brlf9a1vo2] {
    background: #6c757d;
    color: white;
}

.btn-secondary:hover[b-brlf9a1vo2] {
    background: #5a6268;
}

.btn-success[b-brlf9a1vo2] {
    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-brlf9a1vo2] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(30, 111, 92, 0.4);
}

.btn-success:disabled[b-brlf9a1vo2] {
    opacity: 0.6;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .players-section[b-brlf9a1vo2] {
        grid-template-columns: 1fr;
    }
    
    .vs-badge[b-brlf9a1vo2] {
        padding: 0.5rem;
    }
    
    .result-options[b-brlf9a1vo2] {
        grid-template-columns: 1fr;
    }
    
    .form-actions[b-brlf9a1vo2] {
        flex-direction: column;
    }
}
/* /Components/Pages/Rules.razor.rz.scp.css */
.page-header[b-936fxenva1] {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.page-header .text-muted[b-936fxenva1] {
    background: rgba(255, 255, 255, 0.2);
    color: white !important;
    padding: 0.4rem 0.9rem;
    border-radius: 20px;
    font-size: 0.8rem;
}

.rules-container[b-936fxenva1] {
    width: 100%;
}

.rule-card[b-936fxenva1] {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid #e9ecef;
    transition: all 0.2s;
}

.rule-card:hover[b-936fxenva1] {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.rule-card.expanded[b-936fxenva1] {
    border-color: #1e3c72;
}

.rule-header[b-936fxenva1] {
    display: flex;
    align-items: center;
    padding: 1.25rem 1.5rem;
    cursor: pointer;
    background: #fff;
    transition: all 0.2s;
    gap: 1rem;
}

.rule-header:hover[b-936fxenva1] {
    background: #f8f9fa;
}

.rule-card.expanded .rule-header[b-936fxenva1] {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
}

.rule-icon[b-936fxenva1] {
    font-size: 1.75rem;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 10px;
}

.rule-card.expanded .rule-icon[b-936fxenva1] {
    background: rgba(255, 255, 255, 0.2);
}

.rule-title[b-936fxenva1] {
    flex: 1;
    font-weight: 600;
    font-size: 1.1rem;
}

.rule-toggle[b-936fxenva1] {
    font-size: 0.9rem;
    opacity: 0.7;
    transition: transform 0.3s;
}

.rule-card.expanded .rule-toggle[b-936fxenva1] {
    transform: rotate(180deg);
}

.rule-body[b-936fxenva1] {
    padding: 1.25rem;
    background: #fafbfc;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    animation: slideDown-b-936fxenva1 0.3s ease;
}

.rule-body ul[b-936fxenva1] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rule-body li[b-936fxenva1] {
    margin-bottom: 0.85rem;
    padding-left: 1.75rem;
    position: relative;
    line-height: 1.7;
    color: #495057;
}

.rule-body li[b-936fxenva1]::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #1e6f5c;
    font-weight: bold;
    font-size: 1rem;
}

.rule-body li:last-child[b-936fxenva1] {
    margin-bottom: 0;
}

@keyframes slideDown-b-936fxenva1 {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Pages/Tournaments/ManageTournament.razor.rz.scp.css */
/* ManageTournament - CSS Isolado */

.page-container[b-pne9n01kwa] {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
}

.page-header[b-pne9n01kwa] {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 2rem;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, var(--primary, #1e6f5c) 0%, var(--primary-light, #2a9d8f) 100%);
    border-radius: 12px;
    color: white;
    position: relative;
    overflow: hidden;
}

.page-header[b-pne9n01kwa]::before {
    content: '⚙️';
    position: absolute;
    font-size: 6rem;
    opacity: 0.1;
    right: -10px;
    top: -10px;
    pointer-events: none;
}

.page-header h2[b-pne9n01kwa] {
    margin: 0;
    color: white;
    font-size: 1.5rem;
}

/* Action Bar - Botão Voltar */
.action-bar[b-pne9n01kwa] {
    margin-top: 2rem;
    display: flex;
    justify-content: flex-start;
}

.btn-back[b-pne9n01kwa] {
    background: var(--primary, #1e6f5c);
    color: white;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-back:hover[b-pne9n01kwa] {
    background: var(--primary-light, #2a9d8f);
    transform: translateX(-3px);
    color: white;
}

/* Tabs de Gerenciamento */
.manage-tabs[b-pne9n01kwa] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.manage-tabs .tab[b-pne9n01kwa] {
    padding: 0.75rem 1.5rem;
    border: none;
    background: #e9ecef;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text-secondary, #6c757d);
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.manage-tabs .tab:hover[b-pne9n01kwa] {
    background: #f0f4f3;
    color: var(--text-primary, #212529);
}

.manage-tabs .tab.active[b-pne9n01kwa] {
    background: linear-gradient(135deg, var(--primary, #1e6f5c) 0%, var(--primary-light, #2a9d8f) 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(30, 111, 92, 0.3);
}

/* Section */
.section[b-pne9n01kwa] {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.section-header[b-pne9n01kwa] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
    flex-wrap: wrap;
    gap: 1rem;
}

.section-header h3[b-pne9n01kwa] {
    margin: 0;
}

/* Players List */
.players-list[b-pne9n01kwa] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.player-row[b-pne9n01kwa] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    transition: background 0.2s;
}

.player-row:hover[b-pne9n01kwa] {
    background: #e9ecef;
}

.player-row.paused[b-pne9n01kwa] {
    opacity: 0.6;
}

.player-info[b-pne9n01kwa] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
}

.player-avatar[b-pne9n01kwa] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary, #1e6f5c), var(--primary-light, #2a9d8f));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.player-details[b-pne9n01kwa] {
    display: flex;
    flex-direction: column;
}

.player-name[b-pne9n01kwa] {
    font-weight: 600;
}

.player-meta[b-pne9n01kwa] {
    font-size: 0.85rem;
    color: var(--text-secondary, #6c757d);
}

/* Role Badges */
.role-badge[b-pne9n01kwa] {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.role-badge.creator[b-pne9n01kwa] {
    background: #ffd700;
    color: #333;
}

.role-badge.admin[b-pne9n01kwa] {
    background: #17a2b8;
    color: white;
}

.role-badge.player[b-pne9n01kwa] {
    background: #e9ecef;
    color: #495057;
}

/* Player Actions */
.player-actions[b-pne9n01kwa] {
    display: flex;
    gap: 0.5rem;
}

.btn-small[b-pne9n01kwa] {
    padding: 0.3rem 0.6rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: transform 0.2s;
}

.btn-small:hover[b-pne9n01kwa] {
    transform: scale(1.1);
}

/* Invites List */
.invites-list[b-pne9n01kwa] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.invite-row[b-pne9n01kwa] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.invite-info[b-pne9n01kwa] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.invite-player[b-pne9n01kwa] {
    font-weight: 600;
}

.invite-meta[b-pne9n01kwa] {
    font-size: 0.85rem;
    color: var(--text-secondary, #6c757d);
}

.invite-status-badge[b-pne9n01kwa] {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
}

.invite-status-badge.pending[b-pne9n01kwa] {
    background: #fff3cd;
    color: #856404;
}

.invite-status-badge.accepted[b-pne9n01kwa] {
    background: #d4edda;
    color: #155724;
}

.invite-status-badge.rejected[b-pne9n01kwa] {
    background: #f8d7da;
    color: #721c24;
}

/* Danger Zone */
.danger-zone[b-pne9n01kwa] {
    padding: 1rem;
    background: #fff5f5;
    border: 1px solid #f8d7da;
    border-radius: 8px;
    margin-top: 1rem;
}

.danger-zone h4[b-pne9n01kwa] {
    color: #dc3545;
    margin-bottom: 1rem;
}

/* Access Denied */
.access-denied[b-pne9n01kwa] {
    text-align: center;
    padding: 3rem;
}

.loading[b-pne9n01kwa] {
    text-align: center;
    padding: 2rem;
}
/* /Components/Pages/Tournaments/TournamentMatch.razor.rz.scp.css */
.page-container[b-kolceswxmp] {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

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

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

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

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

/* Alertas */
.alert[b-kolceswxmp] {
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.alert-success[b-kolceswxmp] {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
    border-left: 4px solid #28a745;
}

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

/* Se��o de Jogadores */
.players-section[b-kolceswxmp] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 1.5rem;
    align-items: stretch;
    margin-bottom: 2rem;
}

.player-card[b-kolceswxmp] {
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
}

.player-card.challenger[b-kolceswxmp] { border-top: 4px solid #dc3545; }
.player-card.challenged[b-kolceswxmp] { border-top: 4px solid #007bff; }

.player-card-header[b-kolceswxmp] {
    padding: 1rem;
    font-weight: 700;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #e9ecef;
}

.player-card-body[b-kolceswxmp] {
    padding: 1.25rem;
}

.form-select[b-kolceswxmp] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 0.95rem;
}

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

.selected-player[b-kolceswxmp] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e9ecef;
}

.selected-player .player-avatar[b-kolceswxmp] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1e6f5c 0%, #289672 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
}

.selected-player .player-details[b-kolceswxmp] {
    display: flex;
    flex-direction: column;
}

.selected-player .player-name[b-kolceswxmp] {
    font-weight: 600;
    color: #1e3c72;
}

.selected-player .player-stats[b-kolceswxmp] {
    font-size: 0.85rem;
    color: #6c757d;
}

.warning-message[b-kolceswxmp] {
    margin-top: 1rem;
    padding: 0.75rem;
    background: #fff3cd;
    border-radius: 8px;
    font-size: 0.85rem;
    color: #856404;
    text-align: center;
}

.vs-badge[b-kolceswxmp] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 800;
    color: #adb5bd;
}

/* Se��o de Placar */
.score-section[b-kolceswxmp], .result-section[b-kolceswxmp] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.score-section h3[b-kolceswxmp], .result-section h3[b-kolceswxmp] {
    margin: 0 0 1.25rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e3c72;
}

.sets-grid[b-kolceswxmp] {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.set-item[b-kolceswxmp] {
    text-align: center;
}

.set-item label[b-kolceswxmp] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.85rem;
    color: #495057;
}

.set-inputs[b-kolceswxmp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.set-inputs input[b-kolceswxmp] {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    border: 2px solid #dee2e6;
    border-radius: 10px;
}

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

.set-inputs input:disabled[b-kolceswxmp] {
    background: #e9ecef;
    opacity: 0.6;
}

.set-inputs span[b-kolceswxmp] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #adb5bd;
}

/* Op��es de Resultado */
.result-options[b-kolceswxmp] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.result-option[b-kolceswxmp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.25rem;
    background: #fff;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
}

.result-option:hover[b-kolceswxmp] {
    border-color: #1e3c72;
    background: #f0f7ff;
}

.result-option.selected[b-kolceswxmp] {
    border-color: #28a745;
    background: linear-gradient(135deg, #d4edda 0%, #e8f5e9 100%);
}

.result-option.wo.selected[b-kolceswxmp] {
    border-color: #dc3545;
    background: linear-gradient(135deg, #f8d7da 0%, #fce4e4 100%);
}

.result-option input[b-kolceswxmp] { display: none; }
.option-icon[b-kolceswxmp] { font-size: 1.5rem; margin-bottom: 0.5rem; }
.option-text[b-kolceswxmp] { font-weight: 600; color: #1e3c72; margin-bottom: 0.25rem; }
.option-hint[b-kolceswxmp] { font-size: 0.8rem; color: #6c757d; }

/* A��es */
.form-actions[b-kolceswxmp] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
}

.btn[b-kolceswxmp] {
    padding: 0.85rem 2rem;
    font-weight: 600;
    border-radius: 10px;
    font-size: 1rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-secondary[b-kolceswxmp] {
    background: #6c757d;
    color: white;
}

.btn-success[b-kolceswxmp] {
    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-kolceswxmp] {
    transform: translateY(-2px);
}

.btn-success:disabled[b-kolceswxmp] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Auth required */
.auth-required[b-kolceswxmp] {
    text-align: center;
    padding: 4rem 2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.auth-required h3[b-kolceswxmp] { margin-bottom: 1rem; color: #1e3c72; }
.auth-required p[b-kolceswxmp] { color: #6c757d; margin-bottom: 1.5rem; }

.loading[b-kolceswxmp] {
    text-align: center;
    padding: 3rem;
    color: #6c757d;
}

@media (max-width: 768px) {
    .players-section[b-kolceswxmp] { grid-template-columns: 1fr; }
    .vs-badge[b-kolceswxmp] { padding: 0.5rem; }
    .result-options[b-kolceswxmp] { grid-template-columns: 1fr; }
    .form-actions[b-kolceswxmp] { flex-direction: column; }
}
/* /Components/Pages/Tournaments/TournamentView.razor.rz.scp.css */
/* Container principal */
.classification-container[b-kxooleywdu] {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

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

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

.classification-header .tournament-desc[b-kxooleywdu] {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

.header-actions[b-kxooleywdu] {
    display: flex;
    gap: 0.5rem;
}

.btn-admin[b-kxooleywdu], .btn-match[b-kxooleywdu] {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-admin[b-kxooleywdu] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-match[b-kxooleywdu] {
    background: linear-gradient(135deg, #e8871e 0%, #f5a623 100%);
    color: white;
    border: none;
}

/* ========== TABS - MESMO ESTILO DO RANKING GERAL ========== */
.ranking-tabs[b-kxooleywdu] {
    display: flex;
    gap: 0;
    background: #f8f9fa;
    padding: 0.5rem;
    border-bottom: 1px solid #e9ecef;
}

.tab-btn[b-kxooleywdu] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 1rem;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 10px;
    margin: 0.25rem;
}

.tab-btn:hover[b-kxooleywdu] {
    background: #e9ecef;
}

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

.tab-btn .tab-icon[b-kxooleywdu] {
    font-size: 1.5rem;
}

.tab-btn .tab-text[b-kxooleywdu] {
    font-weight: 600;
    font-size: 0.95rem;
}

.tab-btn .tab-hint[b-kxooleywdu] {
    font-size: 0.75rem;
    opacity: 0.7;
}

.tab-btn.active .tab-hint[b-kxooleywdu] {
    opacity: 0.9;
}

/* Info do ranking */
.ranking-info[b-kxooleywdu] {
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-bottom: 1px solid #e9ecef;
}

.ranking-info p[b-kxooleywdu] {
    margin: 0;
    font-size: 0.9rem;
    color: #1565c0;
}

/* Tabela */
.table-wrapper[b-kxooleywdu] {
    width: 100%;
    overflow-x: auto;
}

.classification-table[b-kxooleywdu] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.classification-table thead[b-kxooleywdu] {
    background: #3d5a80;
}

.classification-table thead th[b-kxooleywdu] {
    color: white;
    font-weight: 600;
    padding: 1rem 0.75rem;
    text-align: center;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    border-bottom: 2px solid #2d4a6a;
}

.th-pos[b-kxooleywdu] { width: 70px; }
.th-player[b-kxooleywdu] { text-align: left !important; padding-left: 1.5rem !important; }
.th-stat[b-kxooleywdu] { width: 65px; }

/* Corpo da tabela */
.classification-table tbody tr[b-kxooleywdu] {
    border-bottom: 1px solid #dee2e6;
    transition: all 0.15s ease;
}

.classification-table tbody tr:hover[b-kxooleywdu] {
    background: #e8f4ff !important;
}

.classification-table tbody td[b-kxooleywdu] {
    padding: 0.85rem 0.75rem;
    text-align: center;
    vertical-align: middle;
}

/* Linhas especiais */
.row-gold[b-kxooleywdu] {
    background: linear-gradient(90deg, #fffde7 0%, #fffff8 100%) !important;
    border-left: 4px solid #ffd700 !important;
}

.row-silver[b-kxooleywdu] {
    background: linear-gradient(90deg, #f5f5f5 0%, #fafafa 100%) !important;
    border-left: 4px solid #c0c0c0 !important;
}

.row-bronze[b-kxooleywdu] {
    background: linear-gradient(90deg, #fff3e0 0%, #fffaf5 100%) !important;
    border-left: 4px solid #cd7f32 !important;
}

/* Posi��o */
.td-pos[b-kxooleywdu] { font-weight: 700; width: 70px; }

.pos-badge[b-kxooleywdu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 700;
}

.pos-1[b-kxooleywdu] {
    background: linear-gradient(135deg, #ffd700 0%, #ffec8b 100%);
    color: #5d4e00;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.5);
}

.pos-2[b-kxooleywdu] {
    background: linear-gradient(135deg, #c0c0c0 0%, #e8e8e8 100%);
    color: #4a4a4a;
}

.pos-3[b-kxooleywdu] {
    background: linear-gradient(135deg, #cd7f32 0%, #daa06d 100%);
    color: #4a3000;
}

.pos-badge:not(.pos-1):not(.pos-2):not(.pos-3)[b-kxooleywdu] {
    background: #e9ecef;
    color: #495057;
}

/* Jogador */
.td-player[b-kxooleywdu] {
    text-align: left !important;
    padding-left: 1.5rem !important;
}

.player-info[b-kxooleywdu] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.player-avatar[b-kxooleywdu] {
    position: relative;
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: white;
    background: linear-gradient(135deg, #3d5a80 0%, #5b7aa5 100%);
}

.player-avatar .crown[b-kxooleywdu] {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.75rem;
}

.avatar-gold[b-kxooleywdu] { box-shadow: 0 0 0 3px #ffd700; }
.avatar-silver[b-kxooleywdu] { box-shadow: 0 0 0 3px #c0c0c0; }
.avatar-bronze[b-kxooleywdu] { box-shadow: 0 0 0 3px #cd7f32; }

.player-details[b-kxooleywdu] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.player-name[b-kxooleywdu] {
    font-weight: 600;
    color: #1e3c72;
    font-size: 0.95rem;
}

.role-indicator[b-kxooleywdu] {
    font-size: 0.8rem;
}

/* Estat�sticas */
.td-stat[b-kxooleywdu] {
    font-weight: 500;
    color: #495057;
    font-size: 0.95rem;
}

.td-points[b-kxooleywdu] {
    font-weight: 700 !important;
    color: #1e6f5c !important;
    font-size: 1.1rem !important;
}

.td-wins[b-kxooleywdu] { color: #28a745 !important; font-weight: 600 !important; }
.td-losses[b-kxooleywdu] { color: #dc3545 !important; font-weight: 600 !important; }

.positive[b-kxooleywdu] { color: #28a745 !important; font-weight: 600 !important; }
.negative[b-kxooleywdu] { color: #dc3545 !important; font-weight: 600 !important; }

/* Legenda */
.table-legend[b-kxooleywdu] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    padding: 1rem 1.5rem;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    font-size: 0.8rem;
    color: #6c757d;
}

.table-legend span strong[b-kxooleywdu] {
    color: #495057;
    margin-right: 0.25rem;
}

/* Empty */
.empty-row[b-kxooleywdu] { padding: 3rem 1rem !important; text-align: center; }
.empty-content[b-kxooleywdu] { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
.empty-icon[b-kxooleywdu] { font-size: 3rem; opacity: 0.5; }

/* Loading */
.loading[b-kxooleywdu] {
    text-align: center;
    padding: 3rem;
    color: #6c757d;
}

/* Action Bar */
.action-bar[b-kxooleywdu] {
    display: flex;
}

.action-bar.top[b-kxooleywdu] {
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.action-bar.bottom[b-kxooleywdu] {
    justify-content: flex-start;
    margin-top: 2rem;
}

/* Bot�o de A��o (Gerenciar) */
.btn-action[b-kxooleywdu] {
    background: var(--primary, #1e6f5c);
    color: white;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-action:hover[b-kxooleywdu] {
    background: var(--primary-light, #2a9d8f);
    transform: translateY(-2px);
    color: white;
}

/* Bot�o Voltar */
.btn-back[b-kxooleywdu] {
    background: var(--primary, #1e6f5c);
    color: white;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-back:hover[b-kxooleywdu] {
    background: var(--primary-light, #2a9d8f);
    transform: translateX(-3px);
    color: white;
}

/* Responsivo */
@media (max-width: 600px) {
    .ranking-tabs[b-kxooleywdu] { padding: 0.35rem; }
    .tab-btn[b-kxooleywdu] { padding: 0.75rem 0.5rem; }
    .tab-btn .tab-text[b-kxooleywdu] { font-size: 0.85rem; }
    .tab-btn .tab-hint[b-kxooleywdu] { display: none; }
    
    .header-actions[b-kxooleywdu] { flex-direction: column; gap: 0.25rem; }
    .classification-header[b-kxooleywdu] { flex-direction: column; gap: 1rem; text-align: center; }
}
