/* /Components/Layout/ApresentacaoLayout.razor.rz.scp.css */
.apresentacao-layout[b-xvi616wmfz] {
    min-height: 100vh;
    width: 100%;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-e0brjk1rba] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background:
        radial-gradient(circle at 88% 2%, rgba(103, 165, 238, 0.11), transparent 24rem),
        #f5f8fc;
}

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

.sidebar[b-e0brjk1rba] {
    background: linear-gradient(180deg, #173d68 0%, #12345b 58%, #102e50 100%);
    box-shadow: 5px 0 24px rgba(25, 55, 91, 0.14);
}

.top-row[b-e0brjk1rba] {
    background-color: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #dce3ec;
    justify-content: flex-end;
    height: 3.75rem;
    display: flex;
    align-items: center;
    color: #536883;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
    box-shadow: 0 3px 12px rgba(35, 65, 105, 0.035);
}

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

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

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

@media (max-width: 991.98px) {
    .sidebar[b-e0brjk1rba] {
        position: sticky;
        top: 0;
        z-index: 30;
    }

    .top-row[b-e0brjk1rba] {
        justify-content: space-between;
        height: 3.5rem;
        min-width: 0;
        padding-right: .85rem !important;
        padding-left: .85rem !important;
    }

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

    .top-row .app-context[b-e0brjk1rba] {
        max-width: 52vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    article.content[b-e0brjk1rba] {
        padding: 1rem .85rem 2rem !important;
    }
}

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

    .sidebar[b-e0brjk1rba] {
        flex: 0 0 258px;
        width: 258px;
        min-width: 258px;
        max-width: 258px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    main[b-e0brjk1rba] {
        flex: 1 1 auto;
        min-width: 0;
        width: calc(100% - 258px);
    }

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

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

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

    article[b-e0brjk1rba] {
        padding-top: 2rem !important;
        padding-bottom: 3rem !important;
    }
}

#blazor-error-ui[b-e0brjk1rba] {
    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;
}

.app-footer[b-e0brjk1rba] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 1.25rem;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    color: #5d6f87;
    font-size: .82rem;
}

.app-footer a[b-e0brjk1rba] {
    color: inherit;
}

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

.top-row[b-ifk3axxn18] {
    min-height: 3.75rem;
    background-color: rgba(255, 255, 255, 0.035);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.navbar-brand[b-ifk3axxn18] {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    font-size: 1.12rem;
    font-weight: 750;
    letter-spacing: 0.015em;
}

.navbar-brand-symbol[b-ifk3axxn18] {
    display: block;
    width: 2.65rem;
    height: 2.3rem;
    object-fit: contain;
}

.bi[b-ifk3axxn18] {
    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-ifk3axxn18] {
    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-ifk3axxn18] {
    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-ifk3axxn18] {
    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");
}

.bi-lock-nav-menu[b-ifk3axxn18] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-ifk3axxn18] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-ifk3axxn18] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-ifk3axxn18] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-ifk3axxn18] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-ifk3axxn18] {
    font-size: 0.875rem;
    padding: 0 0.7rem 0.34rem;
}

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

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

    .nav-item[b-ifk3axxn18]  .nav-link {
        color: #d9e7f7;
        background: none;
        border: none;
        border-radius: 10px;
        min-height: 3rem;
        height: auto;
        display: flex;
        align-items: center;
        line-height: 1.25rem;
        width: 100%;
        padding: 0.67rem 0.8rem;
        transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
    }

    .nav-item[b-ifk3axxn18]  .bi {
        flex: 0 0 1.25rem;
    }

.nav-item[b-ifk3axxn18]  a.active {
    background: linear-gradient(135deg, #3b82ee, #2c69d0);
    color: white;
    box-shadow: 0 7px 18px rgba(7, 30, 62, 0.24);
}

.nav-item[b-ifk3axxn18]  .nav-link:hover {
    background-color: rgba(255,255,255,0.115);
    color: white;
    transform: translateX(3px);
}

.admin-menu-toggle[b-ifk3axxn18] {
    text-align: left;
    cursor: pointer;
    list-style: none;
}

.admin-menu-toggle[b-ifk3axxn18]::-webkit-details-marker {
    display: none;
}

.admin-menu-toggle > span:nth-child(2)[b-ifk3axxn18] {
    flex: 1;
}

.admin-menu-chevron[b-ifk3axxn18] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    font-size: 1.45rem;
    line-height: 1;
    transition: transform 150ms ease;
}

.admin-menu-details[open] .admin-menu-chevron[b-ifk3axxn18] {
    transform: rotate(90deg);
}

.admin-submenu[b-ifk3axxn18] {
    display: grid;
    gap: .22rem;
    margin: .28rem 0 .2rem 1rem;
    padding-left: .58rem;
    border-left: 2px solid rgba(147, 197, 253, .45);
}

.admin-submenu[b-ifk3axxn18]  .nav-link {
    min-height: 2.65rem;
    padding: .55rem .65rem;
    font-size: .82rem;
}

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

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

@media (max-width: 991.98px) {
    .nav-scrollable[b-ifk3axxn18] {
        max-height: calc(100dvh - 3.75rem);
        overflow-y: auto;
        overscroll-behavior: contain;
        box-shadow: 0 14px 24px rgba(7, 30, 62, .28);
    }

    .nav-item[b-ifk3axxn18]  .nav-link {
        min-height: 2.8rem;
    }
}

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

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

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-j2g10irva0 {
    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/Logs.razor.rz.scp.css */
.logs-resumo[b-jl3h4sget3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.logs-resumo .card-body[b-jl3h4sget3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.logs-resumo strong[b-jl3h4sget3] {
    font-size: 1.5rem;
}

.logs-tabela th[b-jl3h4sget3] {
    white-space: nowrap;
}

.logs-excecao[b-jl3h4sget3] {
    max-width: 70rem;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    font-family: var(--bs-font-monospace);
    font-size: .8rem;
}
/* /Components/Pages/ResultadosApresentacao.razor.rz.scp.css */
:global(html)[b-71rzndo7lw], :global(body)[b-71rzndo7lw] {
    margin: 0;
    min-height: 100%;
    overflow: hidden;
    background: #071426;
}

.video-resultados[b-71rzndo7lw] {
    --video-azul: #183b68;
    --video-laranja: #f28c28;
    box-sizing: border-box;
    min-height: 100vh;
    width: 100%;
    min-width: 1180px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding: clamp(.8rem, 1.5vw, 1.8rem) clamp(1rem, 2.2vw, 2.8rem);
    color: #10233f;
    background: radial-gradient(circle at 50% 0%, #ffffff 0, #f4f8fd 55%, #dce8f6 100%);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.video-cabecalho[b-71rzndo7lw] {
    display: grid;
    grid-template-columns: minmax(120px, 18%) 1fr minmax(100px, 14%);
    align-items: center;
    min-height: 18vh;
    border-bottom: 4px solid var(--video-azul);
    padding-bottom: 1vh;
}

.video-logos[b-71rzndo7lw] {
    display: flex;
    align-items: center;
    gap: clamp(.5rem, 1.2vw, 1.5rem);
}

.video-logos img[b-71rzndo7lw] {
    width: auto;
    height: clamp(58px, 9vh, 110px);
    max-width: 46%;
    object-fit: contain;
}

.video-logo-clube[b-71rzndo7lw] {
    justify-content: flex-end;
}

.video-logo-clube img[b-71rzndo7lw] {
    max-width: 100%;
}

.video-identificacao[b-71rzndo7lw] {
    text-align: center;
    line-height: 1.15;
}

.video-identificacao h1[b-71rzndo7lw] {
    margin: .15rem 0;
    font-size: clamp(1.8rem, 3.1vw, 4rem);
    font-weight: 900;
    letter-spacing: .04em;
    color: var(--video-azul);
}

.video-identificacao h2[b-71rzndo7lw] {
    margin: .2rem 0;
    font-size: clamp(1.1rem, 1.65vw, 2.1rem);
    font-weight: 800;
}

.video-identificacao p[b-71rzndo7lw],
.video-entidade[b-71rzndo7lw] {
    margin: .2rem 0;
    font-size: clamp(.8rem, 1.05vw, 1.35rem);
    font-weight: 700;
}

.video-slide[b-71rzndo7lw] {
    min-height: 0;
    padding-top: 1.3vh;
    overflow-x: auto;
    animation: entrada-slide-b-71rzndo7lw .45s ease-out both;
}

.video-titulo-linha[b-71rzndo7lw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .7vh;
}

.video-titulo-linha h3[b-71rzndo7lw] {
    margin: 0;
    color: var(--video-azul);
    font-size: clamp(1.25rem, 2vw, 2.55rem);
    font-weight: 900;
    text-transform: uppercase;
}

.video-titulo-linha span[b-71rzndo7lw] {
    font-size: clamp(.8rem, 1vw, 1.2rem);
    font-weight: 800;
}

.video-tabela[b-71rzndo7lw] {
    width: 100%;
    min-width: 1120px;
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 0;
    border: 3px solid #142c4c;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, .92);
    font-size: clamp(.62rem, 1.05vw, 1.4rem);
    box-shadow: 0 12px 35px rgba(17, 43, 78, .14);
}

.video-tabela th[b-71rzndo7lw] {
    padding: clamp(.35rem, .65vh, .75rem) clamp(.25rem, .5vw, .75rem);
    background: var(--video-azul);
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, .28);
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    font-size: .8em;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.video-tabela td[b-71rzndo7lw] {
    height: clamp(34px, 4.9vh, 62px);
    padding: .3vh .45vw;
    border-top: 1px solid #72839b;
    border-right: 1px solid #a0aec0;
    text-align: center;
    font-weight: 650;
    white-space: normal;
    overflow-wrap: anywhere;
}

.video-tabela tbody tr:nth-child(even) td[b-71rzndo7lw] {
    background: #edf4fc;
}

.video-tabela tbody tr:first-child td:first-child[b-71rzndo7lw] {
    color: #fff;
    background: linear-gradient(135deg, #d89000, #f5bb35);
    font-size: 1.18em;
    font-weight: 900;
}

.video-nome[b-71rzndo7lw],
.video-clube[b-71rzndo7lw] {
    text-align: left !important;
}

.video-nome[b-71rzndo7lw] {
    min-width: clamp(180px, 17vw, 360px);
}

.video-clube[b-71rzndo7lw] {
    min-width: clamp(180px, 18vw, 380px);
    max-width: none;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}

.video-nome strong[b-71rzndo7lw],
.video-nome small[b-71rzndo7lw] {
    display: block;
}

.video-nome small[b-71rzndo7lw] {
    margin-top: .18rem;
    color: #52647d;
    font-size: .67em;
    font-weight: 600;
}

.video-total[b-71rzndo7lw] {
    color: #fff;
    background: var(--video-azul) !important;
    font-size: 1.15em;
    font-weight: 900 !important;
}

.resultado-perfeito[b-71rzndo7lw] {
    color: #e21b2d;
    font-weight: 900 !important;
}

.video-controlos[b-71rzndo7lw] {
    align-self: end;
    padding-top: 1vh;
}

.video-progresso[b-71rzndo7lw] {
    width: 100%;
    height: 5px;
    overflow: hidden;
    border-radius: 99px;
    background: #bfd0e5;
}

.video-progresso span[b-71rzndo7lw] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--video-laranja);
    transition: width .35s ease;
}

.video-botoes[b-71rzndo7lw] {
    display: flex;
    justify-content: center;
    gap: .55rem;
    padding-top: .65rem;
    opacity: .25;
    transition: opacity .2s ease;
}

.video-botoes:hover[b-71rzndo7lw],
.video-botoes:focus-within[b-71rzndo7lw] {
    opacity: 1;
}

.video-botoes button[b-71rzndo7lw] {
    border: 1px solid #6f829b;
    border-radius: 8px;
    padding: .35rem .8rem;
    color: #17365e;
    background: rgba(255, 255, 255, .9);
    font-weight: 700;
}

.estado-apresentacao[b-71rzndo7lw] {
    grid-row: 1 / -1;
    display: grid;
    place-items: center;
    min-height: 90vh;
    color: #17365e;
    font-size: clamp(1.4rem, 3vw, 3.5rem);
    font-weight: 800;
    text-align: center;
}

@keyframes entrada-slide-b-71rzndo7lw {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
    .video-resultados[b-71rzndo7lw] { overflow: auto; }
    .video-tabela[b-71rzndo7lw] { min-width: 1120px; }
}

@media (prefers-reduced-motion: reduce) {
    .video-slide[b-71rzndo7lw] { animation: none; }
}
