/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-shell[b-knce725ura] {
    min-height: 100vh;
    display: grid;
    background: var(--color-surface);
}

.admin-sidebar[b-knce725ura] {
    background: var(--color-panel-strong);
    color: white;
}

.admin-brand[b-knce725ura] {
    min-height: 4.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.admin-brand-mark[b-knce725ura] {
    width: 2.55rem;
    height: 2.55rem;
    display: grid;
    place-items: center;
    border-radius: 0.7rem;
    background: var(--color-accent);
    color: var(--color-panel-strong);
    font-weight: 900;
}

.admin-brand strong[b-knce725ura],
.admin-brand small[b-knce725ura] {
    display: block;
    line-height: 1.1;
}

.admin-brand small[b-knce725ura] {
    margin-top: 0.2rem;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.78rem;
}

.admin-nav[b-knce725ura],
.admin-logout[b-knce725ura] {
    display: flex;
    gap: 0.15rem;
    padding: 0.85rem;
    overflow-x: auto;
}

.admin-nav[b-knce725ura]  a,
.admin-logout button[b-knce725ura] {
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    padding: 0.65rem 0.75rem;
    border-radius: 0.5rem;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.admin-nav[b-knce725ura]  a.active,
.admin-nav[b-knce725ura]  a:hover,
.admin-logout button:hover[b-knce725ura] {
    background: rgba(255, 255, 255, 0.12);
    color: white;
}

.admin-main[b-knce725ura] {
    min-width: 0;
}

.admin-topbar[b-knce725ura] {
    min-height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem clamp(1rem, 2.5vw, 2rem);
    background: rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid var(--color-border);
    backdrop-filter: blur(12px);
}

.admin-topbar strong[b-knce725ura],
.admin-topbar .eyebrow[b-knce725ura] {
    display: block;
}

.admin-topbar a[b-knce725ura] {
    color: var(--color-primary);
    font-weight: 800;
    text-decoration: none;
}

.admin-content[b-knce725ura] {
    padding: clamp(1rem, 2.5vw, 2rem);
}

@media (min-width: 800px) {
    .admin-shell[b-knce725ura] {
        grid-template-columns: 17rem 1fr;
    }

    .admin-sidebar[b-knce725ura] {
        position: sticky;
        top: 0;
        height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .admin-nav[b-knce725ura] {
        flex-direction: column;
        overflow-x: visible;
    }

    .admin-logout[b-knce725ura] {
        margin-top: auto;
    }

    .admin-topbar[b-knce725ura] {
        position: sticky;
        top: 0;
        z-index: 10;
    }
}

@media (max-width: 799px) {
    .admin-shell[b-knce725ura] {
        display: block;
    }

    .admin-sidebar[b-knce725ura] {
        position: sticky;
        top: 0;
        z-index: 30;
        box-shadow: 0 0.8rem 1.8rem rgba(24, 32, 44, 0.2);
    }

    .admin-brand[b-knce725ura] {
        min-height: 3.75rem;
        padding: 0.65rem 0.85rem;
    }

    .admin-brand-mark[b-knce725ura] {
        width: 2.2rem;
        height: 2.2rem;
    }

    .admin-nav[b-knce725ura],
    .admin-logout[b-knce725ura] {
        padding: 0.45rem 0.65rem;
        scrollbar-width: thin;
    }

    .admin-nav[b-knce725ura]  a,
    .admin-logout button[b-knce725ura] {
        min-height: 2.35rem;
        padding: 0.5rem 0.65rem;
    }

    .admin-logout[b-knce725ura] {
        padding-top: 0;
    }

    .admin-topbar[b-knce725ura] {
        min-height: 3.7rem;
        padding: 0.65rem 0.85rem;
    }

    .admin-content[b-knce725ura] {
        padding: 0.85rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.public-page[b-l3vm4viesk] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #fffaf1;
    color: #18202c;
}

.public-header[b-l3vm4viesk] {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 250, 241, 0.94);
    border-bottom: 1px solid rgba(24, 32, 44, 0.1);
    backdrop-filter: blur(14px);
}

.public-main[b-l3vm4viesk] {
    flex: 1;
}

.public-footer[b-l3vm4viesk] {
    min-height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem clamp(1rem, 4vw, 4rem);
    border-top: 1px solid rgba(24, 32, 44, 0.1);
    background: #18202c;
    color: rgba(255, 255, 255, 0.78);
}

.public-footer div[b-l3vm4viesk],
.public-footer nav[b-l3vm4viesk] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.7rem;
}

.public-footer strong[b-l3vm4viesk] {
    color: white;
}

.public-footer span[b-l3vm4viesk] {
    color: rgba(255, 255, 255, 0.68);
}

.public-footer a[b-l3vm4viesk] {
    color: #ffd166;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 640px) {
    .public-footer[b-l3vm4viesk] {
        align-items: flex-start;
        flex-direction: column;
    }
}

#blazor-error-ui[b-l3vm4viesk] {
    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-l3vm4viesk] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.public-nav[b-uvp1rw8vrp] {
    min-height: 4.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 0.85rem clamp(1rem, 4vw, 4rem);
}

.public-brand[b-uvp1rw8vrp] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    color: #18202c;
    text-decoration: none;
}

.brand-mark[b-uvp1rw8vrp] {
    width: 2.6rem;
    height: 2.6rem;
    display: grid;
    place-items: center;
    border-radius: 0.7rem;
    background: #ffd166;
    color: #18202c;
    font-weight: 900;
    box-shadow: 0 0.7rem 1.5rem rgba(24, 32, 44, 0.12);
}

.brand-logo[b-uvp1rw8vrp] {
    width: clamp(4.2rem, 6vw, 5.6rem);
    height: clamp(4.2rem, 6vw, 5.6rem);
    display: block;
    flex: 0 0 auto;
    margin-block: -1.15rem;
    border-radius: 0.85rem;
    object-fit: contain;
    background: white;
    box-shadow: 0 0.85rem 1.8rem rgba(24, 32, 44, 0.18);
    transform: translateY(0.45rem);
}

.public-brand strong[b-uvp1rw8vrp],
.public-brand small[b-uvp1rw8vrp] {
    display: block;
    line-height: 1.1;
}

.public-brand small[b-uvp1rw8vrp] {
    margin-top: 0.18rem;
    color: #6e6470;
    font-size: 0.78rem;
}

.public-nav-links[b-uvp1rw8vrp] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.public-nav-links[b-uvp1rw8vrp]  a,
.public-nav-links a[b-uvp1rw8vrp] {
    min-height: 2.5rem;
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.75rem;
    border-radius: 0.55rem;
    color: #2f3542;
    font-weight: 800;
    text-decoration: none;
}

.public-nav-links[b-uvp1rw8vrp]  a.active,
.public-nav-links[b-uvp1rw8vrp]  a:hover,
.public-nav-links a:hover[b-uvp1rw8vrp] {
    background: rgba(255, 209, 102, 0.28);
    color: #18202c;
}

.public-nav-links[b-uvp1rw8vrp]  .nav-cta {
    background: #e85d4f;
    color: white;
}

.public-nav-links[b-uvp1rw8vrp]  .nav-cta:hover {
    background: #c94e43;
    color: white;
}

.public-nav-links[b-uvp1rw8vrp]  .nav-login {
    border: 1px solid rgba(24, 32, 44, 0.16);
    background: white;
    color: #14564c;
}

.public-nav-links[b-uvp1rw8vrp]  .nav-login.active,
.public-nav-links[b-uvp1rw8vrp]  .nav-login:hover {
    border-color: #14564c;
    background: #eef8f4;
    color: #0f4039;
}

.nav-toggle[b-uvp1rw8vrp],
.nav-toggle-button[b-uvp1rw8vrp] {
    display: none;
}

@media (max-width: 760px) {
    .public-nav[b-uvp1rw8vrp] {
        align-items: center;
        flex-wrap: wrap;
    }

    .brand-logo[b-uvp1rw8vrp] {
        width: 3.7rem;
        height: 3.7rem;
        margin-block: -0.8rem;
        border-radius: 0.75rem;
        transform: translateY(0.25rem);
    }

    .nav-toggle-button[b-uvp1rw8vrp] {
        width: 2.75rem;
        height: 2.5rem;
        display: grid;
        align-content: center;
        gap: 0.28rem;
        padding: 0.55rem;
        border: 1px solid rgba(24, 32, 44, 0.15);
        border-radius: 0.55rem;
        cursor: pointer;
    }

    .nav-toggle-button span[b-uvp1rw8vrp] {
        height: 2px;
        border-radius: 999px;
        background: #18202c;
    }

    .public-nav-links[b-uvp1rw8vrp] {
        width: 100%;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding-top: 0.5rem;
    }

    .public-nav-links[b-uvp1rw8vrp]  a,
    .public-nav-links a[b-uvp1rw8vrp] {
        width: 100%;
        justify-content: center;
    }

    .nav-toggle:checked ~ .public-nav-links[b-uvp1rw8vrp] {
        display: flex;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8u8xg50h0n],
.components-reconnect-repeated-attempt-visible[b-8u8xg50h0n],
.components-reconnect-failed-visible[b-8u8xg50h0n],
.components-pause-visible[b-8u8xg50h0n],
.components-resume-failed-visible[b-8u8xg50h0n],
.components-rejoining-animation[b-8u8xg50h0n] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8u8xg50h0n],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8u8xg50h0n],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8u8xg50h0n],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8u8xg50h0n],
#components-reconnect-modal.components-reconnect-retrying[b-8u8xg50h0n],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8u8xg50h0n],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8u8xg50h0n],
#components-reconnect-modal.components-reconnect-failed[b-8u8xg50h0n],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8u8xg50h0n] {
    display: block;
}


#components-reconnect-modal[b-8u8xg50h0n] {
    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-8u8xg50h0n 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-8u8xg50h0n 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8u8xg50h0n 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-8u8xg50h0n]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-8u8xg50h0n 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-8u8xg50h0n {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8u8xg50h0n {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8u8xg50h0n {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-8u8xg50h0n] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-8u8xg50h0n] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8u8xg50h0n] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-8u8xg50h0n] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-8u8xg50h0n] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-8u8xg50h0n] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-8u8xg50h0n] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-8u8xg50h0n 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-8u8xg50h0n] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-8u8xg50h0n {
    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/Layout/TeamLayout.razor.rz.scp.css */
.team-shell[b-du5q6qhh73] {
    min-height: 100vh;
    display: grid;
    background: #f4f7f4;
}

.team-sidebar[b-du5q6qhh73] {
    background: #18202c;
    color: white;
}

.team-brand[b-du5q6qhh73] {
    min-height: 4.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.team-brand-mark[b-du5q6qhh73] {
    width: 2.55rem;
    height: 2.55rem;
    display: grid;
    place-items: center;
    border-radius: 0.7rem;
    background: #ffd166;
    color: #18202c;
    font-weight: 950;
}

.team-brand-logo[b-du5q6qhh73] {
    width: 2.55rem;
    height: 2.55rem;
    display: block;
    border-radius: 0.7rem;
    object-fit: contain;
    background: white;
}

.team-brand strong[b-du5q6qhh73],
.team-brand small[b-du5q6qhh73] {
    display: block;
    line-height: 1.1;
}

.team-brand small[b-du5q6qhh73] {
    margin-top: 0.2rem;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.78rem;
}

.team-nav[b-du5q6qhh73],
.team-logout[b-du5q6qhh73] {
    display: flex;
    gap: 0.15rem;
    padding: 0.85rem;
    overflow-x: auto;
}

.team-nav[b-du5q6qhh73]  a,
.team-logout button[b-du5q6qhh73] {
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.65rem 0.75rem;
    border-radius: 0.5rem;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.team-nav[b-du5q6qhh73]  a.active,
.team-nav[b-du5q6qhh73]  a:hover,
.team-logout button:hover[b-du5q6qhh73] {
    background: rgba(255, 255, 255, 0.12);
    color: white;
}

.team-nav[b-du5q6qhh73]  span,
.team-logout span[b-du5q6qhh73] {
    width: 1.6rem;
    height: 1.6rem;
    display: grid;
    place-items: center;
    border-radius: 0.45rem;
    background: rgba(255, 255, 255, 0.1);
    font-size: 0.72rem;
}

.team-main[b-du5q6qhh73] {
    min-width: 0;
}

.team-topbar[b-du5q6qhh73] {
    min-height: 4.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem clamp(1rem, 2.5vw, 2rem);
    background: rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid rgba(24, 32, 44, 0.1);
    backdrop-filter: blur(12px);
}

.team-topbar-logo[b-du5q6qhh73] {
    width: 2.4rem;
    height: 2.4rem;
    display: grid;
    place-items: center;
    border-radius: 0.65rem;
    object-fit: contain;
    background: white;
    color: white;
    font-weight: 950;
    box-shadow: 0 0.7rem 1.4rem rgba(24, 32, 44, 0.12);
}

.team-topbar-logo-fallback[b-du5q6qhh73] {
    color: white;
}

.team-topbar strong[b-du5q6qhh73],
.team-topbar .eyebrow[b-du5q6qhh73] {
    display: block;
}

.team-content[b-du5q6qhh73] {
    padding: clamp(1rem, 2.5vw, 2rem);
}

@media (min-width: 800px) {
    .team-shell[b-du5q6qhh73] {
        grid-template-columns: 17rem 1fr;
    }

    .team-sidebar[b-du5q6qhh73] {
        position: sticky;
        top: 0;
        height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .team-nav[b-du5q6qhh73] {
        flex-direction: column;
        overflow-x: visible;
    }

    .team-logout[b-du5q6qhh73] {
        margin-top: auto;
    }

    .team-topbar[b-du5q6qhh73] {
        position: sticky;
        top: 0;
        z-index: 10;
    }
}

@media (max-width: 799px) {
    .team-shell[b-du5q6qhh73] {
        display: block;
    }

    .team-sidebar[b-du5q6qhh73] {
        position: sticky;
        top: 0;
        z-index: 30;
        box-shadow: 0 0.8rem 1.8rem rgba(24, 32, 44, 0.2);
    }

    .team-brand[b-du5q6qhh73] {
        min-height: 3.75rem;
        padding: 0.65rem 0.85rem;
    }

    .team-brand-mark[b-du5q6qhh73],
    .team-brand-logo[b-du5q6qhh73] {
        width: 2.2rem;
        height: 2.2rem;
    }

    .team-nav[b-du5q6qhh73],
    .team-logout[b-du5q6qhh73] {
        padding: 0.45rem 0.65rem;
        scrollbar-width: thin;
    }

    .team-nav[b-du5q6qhh73]  a,
    .team-logout button[b-du5q6qhh73] {
        min-height: 2.35rem;
        padding: 0.5rem 0.65rem;
    }

    .team-logout[b-du5q6qhh73] {
        padding-top: 0;
    }

    .team-topbar[b-du5q6qhh73] {
        min-height: 3.7rem;
        padding: 0.65rem 0.85rem;
    }

    .team-topbar-logo[b-du5q6qhh73] {
        width: 2.1rem;
        height: 2.1rem;
    }

    .team-content[b-du5q6qhh73] {
        padding: 0.85rem;
    }
}
/* /Components/Pages/ActivateRegistration.razor.rz.scp.css */
.activation-page[b-odve5n9a3v] {
    min-height: calc(100vh - 4.75rem);
    display: grid;
    place-items: center;
    padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem);
    background:
        linear-gradient(120deg, rgba(255, 250, 241, 0.96), rgba(255, 250, 241, 0.78)),
        linear-gradient(135deg, #ffe7a3 0%, #f7b267 52%, #7ec8c2 100%);
}

.activation-panel[b-odve5n9a3v] {
    max-width: 38rem;
    padding: clamp(1.2rem, 4vw, 2rem);
    border: 1px solid rgba(24, 32, 44, 0.12);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 1.5rem 3rem rgba(24, 32, 44, 0.13);
}

.activation-panel h1[b-odve5n9a3v] {
    margin: 0.35rem 0 0.8rem;
    color: #18202c;
    font-size: clamp(2.2rem, 6vw, 4.2rem);
    font-weight: 950;
    line-height: 1;
}

.activation-panel p[b-odve5n9a3v] {
    color: #4f5261;
    font-size: 1.05rem;
    line-height: 1.6;
}
/* /Components/Pages/Admin/AdminDashboard.razor.rz.scp.css */
.dashboard-grid[b-dwn909pcf0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    gap: 1rem;
}

.stat-card[b-dwn909pcf0] {
    border: 1px solid var(--color-border);
    border-radius: 0.65rem;
    background: white;
    box-shadow: var(--shadow-soft);
}

.stat-card[b-dwn909pcf0] {
    padding: 1.2rem;
}

.stat-value[b-dwn909pcf0],
.stat-label[b-dwn909pcf0] {
    display: block;
}

.stat-value[b-dwn909pcf0] {
    color: var(--color-panel-strong);
    font-size: 2rem;
    font-weight: 900;
}

.stat-label[b-dwn909pcf0] {
    color: var(--color-text-muted);
    font-weight: 700;
}
/* /Components/Pages/Admin/AdminLogin.razor.rz.scp.css */
.admin-login-page[b-9gamduxvhc] {
    min-height: calc(100vh - 9rem);
    display: grid;
    place-items: center;
    padding: clamp(2rem, 6vw, 5rem) 1rem;
    background:
        linear-gradient(120deg, rgba(255, 250, 241, 0.96), rgba(255, 250, 241, 0.82)),
        linear-gradient(135deg, #ffe7a3 0%, #f7b267 52%, #7ec8c2 100%);
}

.login-copy[b-9gamduxvhc],
.login-panel[b-9gamduxvhc] {
    width: min(100%, 28rem);
}

.login-copy[b-9gamduxvhc] {
    margin-bottom: 1rem;
}

.login-copy h1[b-9gamduxvhc] {
    margin: 0.3rem 0 0.45rem;
    color: #18202c;
    font-size: clamp(2.1rem, 7vw, 3rem);
    font-weight: 950;
    line-height: 1;
}

.login-copy p[b-9gamduxvhc] {
    margin: 0;
    color: #4f5261;
    line-height: 1.55;
}

.login-panel[b-9gamduxvhc] {
    padding: clamp(1.1rem, 4vw, 1.5rem);
    border: 1px solid rgba(24, 32, 44, 0.12);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 1.25rem 2.5rem rgba(24, 32, 44, 0.14);
}

.login-panel .public-button[b-9gamduxvhc] {
    width: auto;
    min-width: 8.5rem;
}

@media (max-width: 520px) {
    .admin-login-page[b-9gamduxvhc] {
        align-items: start;
    }

    .login-panel .public-button[b-9gamduxvhc] {
        width: 100%;
    }
}
/* /Components/Pages/ForgotTeamPassword.razor.rz.scp.css */
.login-page[b-z21wttpibv] {
    min-height: calc(100vh - 4.75rem);
    display: grid;
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
    padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem);
    background:
        linear-gradient(120deg, rgba(255, 250, 241, 0.96), rgba(255, 250, 241, 0.78)),
        linear-gradient(135deg, #ffe7a3 0%, #f7b267 52%, #7ec8c2 100%);
}

.login-copy[b-z21wttpibv] {
    max-width: 38rem;
}

.login-copy h1[b-z21wttpibv] {
    margin: 0.35rem 0 0.8rem;
    color: #18202c;
    font-size: clamp(2.4rem, 7vw, 5rem);
    font-weight: 950;
    line-height: 0.98;
}

.login-copy p[b-z21wttpibv] {
    color: #4f5261;
    font-size: 1.08rem;
    line-height: 1.65;
}

.login-panel[b-z21wttpibv] {
    width: 100%;
    max-width: 34rem;
    display: grid;
    gap: 1rem;
    padding: clamp(1rem, 3vw, 1.5rem);
    border: 1px solid rgba(24, 32, 44, 0.12);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 1.5rem 3rem rgba(24, 32, 44, 0.13);
}

.login-helper-link[b-z21wttpibv] {
    color: #0d5b4c;
    font-weight: 900;
}

@media (min-width: 900px) {
    .login-page[b-z21wttpibv] {
        grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.75fr);
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-hero[b-uc5hhbvhcg] {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: calc(100vh - 4.75rem);
    display: grid;
    align-items: center;
    gap: clamp(1.5rem, 4vw, 3rem);
    padding: clamp(2rem, 6vw, 5.5rem) clamp(1rem, 5vw, 5rem);
    background: transparent;
}

.home-hero[b-uc5hhbvhcg]::before {
    content: "";
    position: absolute;
    inset: -8%;
    z-index: 0;
    background:
        linear-gradient(120deg, rgba(255, 250, 241, 0.96), rgba(255, 250, 241, 0.72)),
        radial-gradient(circle at 80% 20%, rgba(232, 93, 79, 0.22), transparent 34%),
        linear-gradient(135deg, #ffe7a3 0%, #f7b267 42%, #7ec8c2 100%);
    background-position: center;
    background-size: cover;
}

.home-hero-with-image[b-uc5hhbvhcg]::before {
    background:
        linear-gradient(120deg, rgba(255, 250, 241, 0.72), rgba(255, 250, 241, 0.34)),
        var(--hero-image);
    background-position: center;
    background-size: cover;
}

.home-hero-animated[b-uc5hhbvhcg]::before {
    transform: scale(1.12);
    animation-duration: 22s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    will-change: transform;
}

.hero-pan-0[b-uc5hhbvhcg]::before {
    animation-name: heroPanNorthEast-b-uc5hhbvhcg;
}

.hero-pan-1[b-uc5hhbvhcg]::before {
    animation-name: heroPanSouthWest-b-uc5hhbvhcg;
}

.hero-pan-2[b-uc5hhbvhcg]::before {
    animation-name: heroPanNorthWest-b-uc5hhbvhcg;
}

.hero-pan-3[b-uc5hhbvhcg]::before {
    animation-name: heroPanSouthEast-b-uc5hhbvhcg;
}

@keyframes heroPanNorthEast-b-uc5hhbvhcg {
    from {
        transform: scale(1.12) translate3d(-3.5%, 3.5%, 0);
    }

    to {
        transform: scale(1.18) translate3d(3.8%, -3.4%, 0);
    }
}

@keyframes heroPanSouthWest-b-uc5hhbvhcg {
    from {
        transform: scale(1.12) translate3d(3.4%, -3.3%, 0);
    }

    to {
        transform: scale(1.18) translate3d(-3.8%, 3.6%, 0);
    }
}

@keyframes heroPanNorthWest-b-uc5hhbvhcg {
    from {
        transform: scale(1.12) translate3d(3.5%, 3.4%, 0);
    }

    to {
        transform: scale(1.18) translate3d(-3.6%, -3.7%, 0);
    }
}

@keyframes heroPanSouthEast-b-uc5hhbvhcg {
    from {
        transform: scale(1.12) translate3d(-3.4%, -3.5%, 0);
    }

    to {
        transform: scale(1.18) translate3d(3.8%, 3.6%, 0);
    }
}

.hero-copy[b-uc5hhbvhcg],
.hero-card[b-uc5hhbvhcg] {
    position: relative;
    z-index: 1;
}

.hero-copy[b-uc5hhbvhcg] {
    min-width: 0;
    max-width: 50rem;
}

.public-eyebrow[b-uc5hhbvhcg],
.hero-card-label[b-uc5hhbvhcg] {
    color: #c94e43;
    font-weight: 900;
    font-size: 0.78rem;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1[b-uc5hhbvhcg] {
    margin: 0.35rem 0 0.8rem;
    color: #18202c;
    font-size: clamp(3.2rem, 12vw, 7.2rem);
    font-weight: 950;
    line-height: 0.92;
}

.hero-copy p[b-uc5hhbvhcg],
.public-band p[b-uc5hhbvhcg] {
    max-width: 43rem;
    color: #343b49;
    font-size: clamp(1.05rem, 2vw, 1.22rem);
    line-height: 1.65;
}

.hero-actions[b-uc5hhbvhcg] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.public-button[b-uc5hhbvhcg] {
    min-height: 2.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem;
    border-radius: 0.55rem;
    border: 1px solid transparent;
    font-weight: 900;
    text-decoration: none;
}

.public-button-primary[b-uc5hhbvhcg] {
    background: #e85d4f;
    color: white;
}

.public-button-primary:hover[b-uc5hhbvhcg] {
    background: #c94e43;
    color: white;
}

.public-button-secondary[b-uc5hhbvhcg] {
    background: rgba(255, 255, 255, 0.75);
    color: #18202c;
    border-color: rgba(24, 32, 44, 0.14);
}

.public-button-secondary:hover[b-uc5hhbvhcg] {
    border-color: #e85d4f;
    color: #18202c;
}

.hero-card[b-uc5hhbvhcg] {
    max-width: 25rem;
    padding: 1.25rem;
    border: 1px solid rgba(24, 32, 44, 0.13);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 1.5rem 3rem rgba(24, 32, 44, 0.13);
}

.hero-card strong[b-uc5hhbvhcg],
.hero-card span[b-uc5hhbvhcg] {
    display: block;
}

.hero-card strong[b-uc5hhbvhcg] {
    margin-top: 0.35rem;
    color: #18202c;
    font-size: 1.45rem;
}

.hero-card p[b-uc5hhbvhcg] {
    margin: 0.7rem 0 0;
    color: #5c6472;
}

.public-section[b-uc5hhbvhcg] {
    padding: clamp(2.5rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem);
    background: #fffaf1;
}

.section-heading[b-uc5hhbvhcg] {
    max-width: 48rem;
    margin-bottom: 1.25rem;
}

.section-heading p[b-uc5hhbvhcg] {
    margin: 0.75rem 0 0;
    color: #5c6472;
    font-size: 1.05rem;
    line-height: 1.65;
}

.section-heading h2[b-uc5hhbvhcg],
.public-band h2[b-uc5hhbvhcg] {
    margin: 0.35rem 0 0;
    color: #18202c;
    font-size: clamp(2rem, 5vw, 3.8rem);
    font-weight: 900;
    line-height: 1.05;
}

.info-grid[b-uc5hhbvhcg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 1rem;
}

.content-block-grid[b-uc5hhbvhcg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
    gap: 1rem;
}

.content-block-card[b-uc5hhbvhcg] {
    padding: 1.25rem;
    border: 1px solid rgba(24, 32, 44, 0.1);
    border-radius: 0.7rem;
    background: white;
    box-shadow: 0 1rem 2rem rgba(24, 32, 44, 0.07);
}

.content-block-media-preview[b-uc5hhbvhcg],
.content-block-file-preview[b-uc5hhbvhcg] {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 1rem;
    border-radius: 0.6rem;
    border: 1px solid rgba(24, 32, 44, 0.1);
}

.content-block-media-preview[b-uc5hhbvhcg] {
    display: block;
    object-fit: contain;
    background: white;
}

.content-block-file-preview[b-uc5hhbvhcg] {
    display: grid;
    place-items: center;
    background: #18202c;
    color: white;
    font-size: 1.5rem;
    font-weight: 950;
}

.content-block-type[b-uc5hhbvhcg] {
    display: inline-flex;
    min-height: 1.8rem;
    align-items: center;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: #fff0ee;
    color: #c94e43;
    font-size: 0.78rem;
    font-weight: 900;
}

.content-block-card h3[b-uc5hhbvhcg] {
    margin: 0.85rem 0 0.45rem;
    color: #18202c;
    font-size: 1.35rem;
}

.content-block-card p[b-uc5hhbvhcg] {
    margin: 0;
    color: #5c6472;
    line-height: 1.6;
    white-space: pre-line;
}

.card-link[b-uc5hhbvhcg] {
    display: inline-flex;
    margin-top: 0.85rem;
    color: #c94e43;
    font-weight: 900;
    text-decoration: none;
}

.card-link:hover[b-uc5hhbvhcg] {
    color: #9f2f26;
    text-decoration: underline;
}

.content-block-card-featured[b-uc5hhbvhcg] {
    border-color: rgba(232, 93, 79, 0.24);
    background: #fff7f4;
}

.content-block-card-flyer[b-uc5hhbvhcg] {
    border-color: rgba(247, 178, 103, 0.36);
    background: #fffaf1;
}

.content-block-card-media[b-uc5hhbvhcg] {
    border-color: rgba(126, 200, 194, 0.34);
    background: #f3fbfa;
}

.info-card[b-uc5hhbvhcg],
.contact-grid article[b-uc5hhbvhcg] {
    border: 1px solid rgba(24, 32, 44, 0.1);
    border-radius: 0.7rem;
    background: white;
    box-shadow: 0 1rem 2rem rgba(24, 32, 44, 0.07);
}

.info-card[b-uc5hhbvhcg] {
    padding: 1.25rem;
}

.info-card-media[b-uc5hhbvhcg],
.contact-card-media[b-uc5hhbvhcg] {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    margin-bottom: 1rem;
    border-radius: 0.55rem;
    object-fit: contain;
    background: #fffaf1;
}

.info-icon[b-uc5hhbvhcg] {
    width: 2.4rem;
    height: 2.4rem;
    display: grid;
    place-items: center;
    border-radius: 0.55rem;
    background: #ffd166;
    color: #18202c;
    font-weight: 900;
}

.info-card h3[b-uc5hhbvhcg] {
    margin: 1rem 0 0.45rem;
    font-size: 1.25rem;
}

.info-card p[b-uc5hhbvhcg] {
    margin: 0;
    color: #5c6472;
}

.public-band[b-uc5hhbvhcg] {
    display: grid;
    align-items: center;
    gap: 1rem;
    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 5vw, 5rem);
    background: #18202c;
    color: white;
}

.public-band h2[b-uc5hhbvhcg],
.public-band .public-eyebrow[b-uc5hhbvhcg] {
    color: white;
}

.public-band p[b-uc5hhbvhcg] {
    color: rgba(255, 255, 255, 0.78);
}

.public-tournaments-section[b-uc5hhbvhcg] {
    padding-top: clamp(1.5rem, 4vw, 3rem);
}

.public-tournament-grid[b-uc5hhbvhcg] {
    display: grid;
    gap: 1rem;
}

.public-tournament-card[b-uc5hhbvhcg] {
    display: grid;
    gap: 1.2rem;
    padding: clamp(1rem, 3vw, 1.5rem);
    border: 1px solid rgba(24, 32, 44, 0.1);
    border-radius: 0.75rem;
    background: white;
    box-shadow: 0 1rem 2rem rgba(24, 32, 44, 0.07);
}

.public-tournament-layout[b-uc5hhbvhcg] {
    display: grid;
    gap: 1rem;
    align-items: stretch;
}

.public-tournament-detail-panel[b-uc5hhbvhcg],
.public-tournament-flyer-panel[b-uc5hhbvhcg] {
    min-width: 0;
}

.public-tournament-detail-panel[b-uc5hhbvhcg] {
    display: grid;
    gap: 0.75rem;
    align-content: start;
}

.public-tournament-flyer-panel[b-uc5hhbvhcg] {
    display: grid;
    gap: 0.6rem;
    align-content: start;
}

.public-tournament-flyer-panel > strong[b-uc5hhbvhcg] {
    color: #18202c;
    font-weight: 950;
}

.public-tournament-head h3[b-uc5hhbvhcg] {
    margin: 0.65rem 0 0.45rem;
    color: #18202c;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 950;
    line-height: 1.05;
}

.public-tournament-head p[b-uc5hhbvhcg],
.public-tournament-info-grid p[b-uc5hhbvhcg],
.public-registration-card p[b-uc5hhbvhcg] {
    margin: 0;
    color: #5c6472;
    line-height: 1.6;
}

.public-tournament-facts[b-uc5hhbvhcg],
.public-tournament-info-grid[b-uc5hhbvhcg] {
    width: 100%;
    display: grid;
    gap: 0.75rem;
    align-items: stretch;
}

.public-tournament-facts[b-uc5hhbvhcg] {
    margin: 0;
    padding: 0;
}

.public-tournament-facts div[b-uc5hhbvhcg],
.public-tournament-info-card[b-uc5hhbvhcg],
.public-registration-list[b-uc5hhbvhcg] {
    padding: 0.85rem;
    border-radius: 0.65rem;
    background: #fffaf1;
}

.public-tournament-facts div[b-uc5hhbvhcg],
.public-tournament-info-card[b-uc5hhbvhcg] {
    min-width: 0;
    display: grid;
    align-content: start;
    margin: 0;
}

.public-tournament-facts dt[b-uc5hhbvhcg],
.public-tournament-info-card strong[b-uc5hhbvhcg],
.public-registration-list > strong[b-uc5hhbvhcg],
.public-registration-card strong[b-uc5hhbvhcg] {
    color: #18202c;
    font-weight: 950;
}

.public-tournament-facts dd[b-uc5hhbvhcg] {
    margin: 0.2rem 0 0;
    color: #5c6472;
}

.public-registration-list[b-uc5hhbvhcg] {
    display: grid;
    gap: 0.75rem;
}

.public-registration-list > span[b-uc5hhbvhcg],
.public-registration-card span[b-uc5hhbvhcg] {
    color: #5c6472;
}

.public-registration-card-grid[b-uc5hhbvhcg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: 0.75rem;
}

.public-registration-card[b-uc5hhbvhcg] {
    display: grid;
    grid-template-columns: 6.5rem minmax(0, 1fr);
    gap: 1rem;
    padding: 1rem;
    border: 1px solid rgba(24, 32, 44, 0.1);
    border-radius: 0.6rem;
    background: white;
}

.public-registration-card-head[b-uc5hhbvhcg] {
    display: grid;
    align-items: center;
    justify-items: center;
    align-self: start;
}

.public-registration-card-head div[b-uc5hhbvhcg] {
    min-width: 0;
    display: grid;
    gap: 0.15rem;
}

.public-registration-card span[b-uc5hhbvhcg] {
    font-weight: 800;
}

.public-registration-logo[b-uc5hhbvhcg] {
    width: 5rem;
    height: 5rem;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 0.55rem;
    object-fit: contain;
    background: white;
    color: white;
    font-weight: 950;
    box-shadow: 0 0.6rem 1.2rem rgba(24, 32, 44, 0.12);
}

.public-registration-logo-fallback[b-uc5hhbvhcg] {
    font-size: 1.2rem;
}

.public-registration-card-body[b-uc5hhbvhcg] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.public-registration-card-body section[b-uc5hhbvhcg] {
    min-width: 0;
    padding: 0.75rem;
    border-radius: 0.55rem;
    background: #fffaf1;
}

.public-registration-card-body strong[b-uc5hhbvhcg],
.public-registration-card-body p[b-uc5hhbvhcg] {
    display: block;
}

.public-registration-card-body strong[b-uc5hhbvhcg] {
    margin-bottom: 0.25rem;
    color: #18202c;
    font-size: 0.9rem;
    font-weight: 950;
}

.public-tournament-flyer[b-uc5hhbvhcg] {
    width: 100%;
    height: clamp(17rem, 34vw, 25rem);
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 0.75rem;
    border: 1px solid rgba(24, 32, 44, 0.1);
    border-radius: 0.65rem;
    background: #fffaf1;
    color: #18202c;
    cursor: zoom-in;
    text-decoration: none;
}

.public-tournament-flyer-image[b-uc5hhbvhcg] {
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
    background: white;
}

.public-tournament-file-preview[b-uc5hhbvhcg] {
    height: 100%;
    display: grid;
    place-items: center;
    color: #18202c;
    font-weight: 950;
}

.public-tournament-flyer-empty[b-uc5hhbvhcg] {
    min-height: clamp(17rem, 34vw, 25rem);
    display: grid;
    place-items: center;
    padding: 1rem;
    border: 1px dashed rgba(24, 32, 44, 0.16);
    border-radius: 0.65rem;
    background: #fffaf1;
    color: #5c6472;
    font-weight: 800;
    text-align: center;
}

.flyer-lightbox[b-uc5hhbvhcg] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: clamp(0.75rem, 2vw, 1.5rem);
    background: rgba(24, 32, 44, 0.42);
}

.flyer-lightbox-dialog[b-uc5hhbvhcg] {
    width: min(68rem, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(24, 32, 44, 0.16);
    border-radius: 0.75rem;
    background: white;
    box-shadow: 0 1.4rem 4rem rgba(24, 32, 44, 0.28);
}

.flyer-lightbox-toolbar[b-uc5hhbvhcg] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.75rem;
    border-bottom: 1px solid rgba(24, 32, 44, 0.1);
    border-radius: 0.75rem 0.75rem 0 0;
    background: white;
}

.flyer-lightbox-toolbar strong[b-uc5hhbvhcg] {
    color: #18202c;
    font-weight: 950;
}

.flyer-lightbox-toolbar span[b-uc5hhbvhcg] {
    color: #5c6472;
    font-weight: 800;
}

.flyer-lightbox-toolbar button[b-uc5hhbvhcg] {
    min-height: 2.25rem;
    padding: 0.4rem 0.7rem;
    border: 1px solid rgba(24, 32, 44, 0.14);
    border-radius: 0.45rem;
    background: #fffaf1;
    color: #18202c;
    font-weight: 900;
}

.flyer-lightbox-stage[b-uc5hhbvhcg] {
    overflow: hidden;
    display: grid;
    place-items: center;
    height: min(64vh, 38rem);
    min-height: 18rem;
    padding: 1rem;
    border-radius: 0 0 0.75rem 0.75rem;
    background:
        linear-gradient(45deg, rgba(24, 32, 44, 0.04) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(24, 32, 44, 0.04) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(24, 32, 44, 0.04) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(24, 32, 44, 0.04) 75%),
        #fffaf1;
    background-position: 0 0, 0 0.6rem, 0.6rem -0.6rem, -0.6rem 0;
    background-size: 1.2rem 1.2rem;
    cursor: grab;
    user-select: none;
}

.flyer-lightbox-stage:active[b-uc5hhbvhcg] {
    cursor: grabbing;
}

.flyer-lightbox-stage img[b-uc5hhbvhcg] {
    width: auto;
    height: auto;
    max-width: calc(100vw - 4rem);
    max-height: min(calc(64vh - 2rem), 36rem);
    display: block;
    object-fit: contain;
    transform-origin: center;
    box-shadow: 0 1rem 2rem rgba(24, 32, 44, 0.22);
    transition: transform 0.08s ease-out;
    pointer-events: none;
}

.contact-grid[b-uc5hhbvhcg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: 1rem;
}

.contact-location[b-uc5hhbvhcg] {
    display: grid;
    gap: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
    border: 1px solid rgba(24, 32, 44, 0.1);
    border-radius: 0.75rem;
    background: white;
    box-shadow: 0 1rem 2rem rgba(24, 32, 44, 0.07);
}

.contact-location-copy[b-uc5hhbvhcg] {
    padding: 1.25rem;
}

.contact-location-copy h3[b-uc5hhbvhcg] {
    margin: 0.35rem 0 0.45rem;
    color: #18202c;
    font-size: clamp(1.55rem, 4vw, 2.6rem);
    line-height: 1.05;
}

.contact-location-copy p[b-uc5hhbvhcg] {
    margin: 0;
    color: #5c6472;
    font-size: 1.05rem;
    line-height: 1.55;
}

.contact-location iframe[b-uc5hhbvhcg] {
    width: 100%;
    min-height: 22rem;
    border: 0;
}

.contact-grid article[b-uc5hhbvhcg] {
    padding: 1rem;
}

.contact-grid strong[b-uc5hhbvhcg],
.contact-grid span[b-uc5hhbvhcg] {
    display: block;
}

.contact-grid span[b-uc5hhbvhcg] {
    margin-top: 0.35rem;
    color: #5c6472;
}

.social-links[b-uc5hhbvhcg] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1rem;
}

.social-links a[b-uc5hhbvhcg] {
    min-height: 2.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.75rem;
    border: 1px solid rgba(24, 32, 44, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #18202c;
    font-weight: 900;
    text-decoration: none;
}

.social-links span[b-uc5hhbvhcg] {
    width: 1.55rem;
    height: 1.55rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #18202c;
    color: white;
    font-size: 0.68rem;
}

.social-links img[b-uc5hhbvhcg] {
    width: 1.3rem;
    height: 1.3rem;
}

.empty-public-page[b-uc5hhbvhcg] {
    min-height: calc(100vh - 9rem);
    display: grid;
    align-items: center;
}

@media (min-width: 900px) {
    .home-hero[b-uc5hhbvhcg] {
        grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
    }

    .public-band[b-uc5hhbvhcg] {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .contact-location[b-uc5hhbvhcg] {
        grid-template-columns: minmax(18rem, 0.75fr) minmax(0, 1.25fr);
        align-items: stretch;
    }

    .public-tournament-layout[b-uc5hhbvhcg] {
        grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
    }

    .public-tournament-facts[b-uc5hhbvhcg],
    .public-tournament-info-grid[b-uc5hhbvhcg] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .public-registration-card[b-uc5hhbvhcg] {
        grid-template-columns: 1fr;
    }

    .public-registration-card-body[b-uc5hhbvhcg] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .home-hero[b-uc5hhbvhcg] {
        min-height: auto;
    }

    h1[b-uc5hhbvhcg] {
        font-size: clamp(2.35rem, 10vw, 3.3rem);
        line-height: 1;
        overflow-wrap: normal;
    }

    .hero-actions[b-uc5hhbvhcg],
    .public-band[b-uc5hhbvhcg] {
        align-items: stretch;
    }

    .public-button[b-uc5hhbvhcg] {
        width: 100%;
    }
}
/* /Components/Pages/Registration.razor.rz.scp.css */
.registration-page[b-7rx1rh8lyz] {
    min-height: calc(100vh - 4.75rem);
    display: grid;
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
    padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem);
    background:
        linear-gradient(120deg, rgba(255, 250, 241, 0.96), rgba(255, 250, 241, 0.78)),
        linear-gradient(135deg, #ffe7a3 0%, #f7b267 52%, #7ec8c2 100%);
}

.registration-copy[b-7rx1rh8lyz] {
    max-width: 42rem;
}

.registration-copy h1[b-7rx1rh8lyz] {
    margin: 0.35rem 0 0.8rem;
    color: #18202c;
    font-size: clamp(2.6rem, 7vw, 5.4rem);
    font-weight: 950;
    line-height: 0.98;
}

.registration-copy p[b-7rx1rh8lyz] {
    color: #4f5261;
    font-size: 1.08rem;
    line-height: 1.65;
}

.process-list[b-7rx1rh8lyz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.4rem;
}

.process-list span[b-7rx1rh8lyz] {
    padding: 0.55rem 0.7rem;
    border: 1px solid rgba(24, 32, 44, 0.12);
    border-radius: 0.55rem;
    background: rgba(255, 255, 255, 0.72);
    color: #2f3542;
    font-weight: 800;
}

.registration-panel[b-7rx1rh8lyz] {
    width: 100%;
    max-width: 36rem;
    padding: clamp(1rem, 3vw, 1.5rem);
    border: 1px solid rgba(24, 32, 44, 0.12);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 1.5rem 3rem rgba(24, 32, 44, 0.13);
}

.form-field[b-7rx1rh8lyz] {
    display: grid;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.form-field label[b-7rx1rh8lyz] {
    color: #18202c;
    font-weight: 900;
}

.form-field label span[b-7rx1rh8lyz] {
    color: #6e6470;
    font-weight: 700;
}

.form-field input[b-7rx1rh8lyz],
.form-field textarea[b-7rx1rh8lyz] {
    width: 100%;
    min-height: 2.85rem;
    padding: 0.7rem 0.8rem;
    border: 1px solid rgba(24, 32, 44, 0.16);
    border-radius: 0.55rem;
    background: white;
    color: #18202c;
}

.form-field textarea[b-7rx1rh8lyz] {
    min-height: 8rem;
    resize: vertical;
}

.form-field input:focus[b-7rx1rh8lyz],
.form-field textarea:focus[b-7rx1rh8lyz] {
    border-color: #e85d4f;
    outline: 3px solid rgba(232, 93, 79, 0.18);
}

.validation-message[b-7rx1rh8lyz] {
    color: #c0392b;
    font-weight: 700;
}

.form-message[b-7rx1rh8lyz] {
    display: grid;
    gap: 0.2rem;
    margin-bottom: 1rem;
    padding: 0.85rem;
    border-radius: 0.6rem;
    border: 1px solid transparent;
}

.form-message strong[b-7rx1rh8lyz],
.form-message span[b-7rx1rh8lyz],
.form-message a[b-7rx1rh8lyz] {
    display: block;
}

.form-message a[b-7rx1rh8lyz] {
    color: inherit;
    font-weight: 900;
}

.form-message-success[b-7rx1rh8lyz] {
    background: #edf9f3;
    border-color: #a8dcc1;
    color: #195a3b;
}

.form-message-error[b-7rx1rh8lyz] {
    background: #fff0ee;
    border-color: #f3b0aa;
    color: #9f2f26;
}

button.public-button[b-7rx1rh8lyz] {
    width: 100%;
}

button.public-button:disabled[b-7rx1rh8lyz] {
    cursor: wait;
    opacity: 0.72;
}

@media (min-width: 940px) {
    .registration-page[b-7rx1rh8lyz] {
        grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.8fr);
    }
}
/* /Components/Pages/ResetTeamPassword.razor.rz.scp.css */
.login-page[b-5jodopm6mr] {
    min-height: calc(100vh - 4.75rem);
    display: grid;
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
    padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem);
    background:
        linear-gradient(120deg, rgba(255, 250, 241, 0.96), rgba(255, 250, 241, 0.78)),
        linear-gradient(135deg, #ffe7a3 0%, #f7b267 52%, #7ec8c2 100%);
}

.login-copy[b-5jodopm6mr] {
    max-width: 38rem;
}

.login-copy h1[b-5jodopm6mr] {
    margin: 0.35rem 0 0.8rem;
    color: #18202c;
    font-size: clamp(2.4rem, 7vw, 5rem);
    font-weight: 950;
    line-height: 0.98;
}

.login-copy p[b-5jodopm6mr] {
    color: #4f5261;
    font-size: 1.08rem;
    line-height: 1.65;
}

.login-panel[b-5jodopm6mr] {
    width: 100%;
    max-width: 34rem;
    padding: clamp(1rem, 3vw, 1.5rem);
    border: 1px solid rgba(24, 32, 44, 0.12);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 1.5rem 3rem rgba(24, 32, 44, 0.13);
}

@media (min-width: 900px) {
    .login-page[b-5jodopm6mr] {
        grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.75fr);
    }
}
/* /Components/Pages/TeamDashboard.razor.rz.scp.css */
.team-dashboard-header[b-o0rnct965q],
.team-page-header[b-o0rnct965q] {
    margin-bottom: 1.25rem;
}

.team-dashboard-header[b-o0rnct965q] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.team-logo[b-o0rnct965q] {
    width: clamp(4.5rem, 12vw, 7rem);
    height: clamp(4.5rem, 12vw, 7rem);
    display: grid;
    place-items: center;
    border-radius: 1rem;
    color: white;
    font-size: clamp(1.5rem, 4vw, 2.6rem);
    font-weight: 950;
    box-shadow: 0 1.2rem 2.4rem rgba(24, 32, 44, 0.16);
}

.team-logo-image[b-o0rnct965q] {
    object-fit: contain;
    background: white;
}

.team-dashboard-header h1[b-o0rnct965q],
.team-page-header h1[b-o0rnct965q] {
    margin: 0.3rem 0 0;
    color: #18202c;
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 950;
    line-height: 1;
}

.team-dashboard-header p[b-o0rnct965q],
.team-page-header p[b-o0rnct965q],
.team-panel p[b-o0rnct965q] {
    color: #5c6472;
}

.team-page-header p[b-o0rnct965q] {
    margin-top: 0.65rem;
    line-height: 1.55;
}

.team-stat-grid[b-o0rnct965q] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.team-stat-card[b-o0rnct965q],
.team-panel[b-o0rnct965q] {
    border: 1px solid rgba(24, 32, 44, 0.1);
    border-radius: 0.75rem;
    background: white;
    box-shadow: 0 1rem 2rem rgba(24, 32, 44, 0.07);
}

.team-stat-card[b-o0rnct965q] {
    padding: 1.1rem;
}

.team-stat-card span[b-o0rnct965q],
.team-stat-card strong[b-o0rnct965q] {
    display: block;
}

.team-stat-card span[b-o0rnct965q] {
    color: #18202c;
    font-size: 1.7rem;
    font-weight: 950;
}

.team-stat-card strong[b-o0rnct965q] {
    color: #5c6472;
}

.team-grid[b-o0rnct965q] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    gap: 1rem;
}

.team-panel[b-o0rnct965q] {
    padding: 1.25rem;
}

.team-panel h2[b-o0rnct965q] {
    margin: 0 0 0.75rem;
    color: #18202c;
    font-size: 1.25rem;
    font-weight: 950;
}

.team-panel dl[b-o0rnct965q] {
    display: grid;
    gap: 0.75rem;
    margin: 0;
}

.team-panel dl div[b-o0rnct965q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.team-panel dt[b-o0rnct965q] {
    color: #5c6472;
    font-weight: 700;
}

.team-panel dd[b-o0rnct965q] {
    margin: 0;
    color: #18202c;
    font-weight: 900;
}

.team-form-panel[b-o0rnct965q] {
    max-width: 48rem;
}

.tournament-team-panel[b-o0rnct965q] {
    margin-top: 1rem;
}

.team-tournament-list[b-o0rnct965q] {
    display: grid;
    gap: 1rem;
}

.team-tournament-card[b-o0rnct965q] {
    display: grid;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid rgba(24, 32, 44, 0.1);
    border-radius: 0.75rem;
    background: #fffaf1;
}

.team-tournament-card h3[b-o0rnct965q] {
    margin: 0.55rem 0 0.35rem;
    color: #18202c;
    font-size: 1.45rem;
    font-weight: 950;
}

.team-tournament-card p[b-o0rnct965q] {
    margin: 0;
    color: #5c6472;
    line-height: 1.55;
}

.team-tournament-card dl[b-o0rnct965q] {
    display: grid;
    gap: 0.55rem;
    margin: 0;
}

.team-registration-state[b-o0rnct965q] {
    display: grid;
    gap: 0.2rem;
    padding: 0.75rem;
    border-radius: 0.65rem;
    background: white;
}

.team-registration-state strong[b-o0rnct965q],
.team-registration-state span[b-o0rnct965q] {
    display: block;
}

.team-registration-state span[b-o0rnct965q] {
    color: #5c6472;
}

.players-workspace[b-o0rnct965q] {
    display: grid;
    gap: 1rem;
}

.player-list-panel[b-o0rnct965q] {
    min-height: 24rem;
}

.panel-heading[b-o0rnct965q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.panel-heading h2[b-o0rnct965q] {
    margin: 0;
}

.panel-heading span[b-o0rnct965q] {
    color: #5c6472;
    font-weight: 800;
}

.player-list[b-o0rnct965q] {
    max-height: 32rem;
    display: grid;
    gap: 0.75rem;
    overflow-y: auto;
    padding-right: 0.35rem;
}

.player-row[b-o0rnct965q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem;
    border: 1px solid rgba(24, 32, 44, 0.1);
    border-radius: 0.65rem;
    background: #fffaf1;
}

.player-row strong[b-o0rnct965q],
.player-row span[b-o0rnct965q],
.player-row small[b-o0rnct965q] {
    display: block;
}

.player-row span[b-o0rnct965q],
.player-row small[b-o0rnct965q] {
    color: #5c6472;
}

.text-button[b-o0rnct965q] {
    border: none;
    background: transparent;
    color: #c94e43;
    font-weight: 900;
    text-decoration: underline;
}

.text-button:hover[b-o0rnct965q] {
    color: #9f2f26;
}

@media (min-width: 980px) {
    .players-workspace[b-o0rnct965q] {
        grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.72fr);
        align-items: start;
    }
}

@media (max-width: 640px) {
    .team-dashboard-header[b-o0rnct965q] {
        align-items: flex-start;
        flex-direction: column;
    }

    .team-panel dl div[b-o0rnct965q],
    .player-row[b-o0rnct965q] {
        align-items: flex-start;
        flex-direction: column;
    }

    .team-dashboard-header h1[b-o0rnct965q],
    .team-page-header h1[b-o0rnct965q] {
        font-size: clamp(2.2rem, 15vw, 3.4rem);
        line-height: 1.05;
    }

    .team-logo-preview-row[b-o0rnct965q] {
        align-items: flex-start;
        flex-direction: column;
    }

    .team-logo-dropzone[b-o0rnct965q],
    .public-button[b-o0rnct965q] {
        width: 100%;
    }
}
/* /Components/Pages/TeamLogin.razor.rz.scp.css */
.login-page[b-bf29dd4klh] {
    min-height: calc(100vh - 4.75rem);
    display: grid;
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
    padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem);
    background:
        linear-gradient(120deg, rgba(255, 250, 241, 0.96), rgba(255, 250, 241, 0.78)),
        linear-gradient(135deg, #ffe7a3 0%, #f7b267 52%, #7ec8c2 100%);
}

.login-copy[b-bf29dd4klh] {
    max-width: 38rem;
}

.login-copy h1[b-bf29dd4klh] {
    margin: 0.35rem 0 0.8rem;
    color: #18202c;
    font-size: clamp(2.6rem, 7vw, 5.4rem);
    font-weight: 950;
    line-height: 0.98;
}

.login-copy p[b-bf29dd4klh] {
    color: #4f5261;
    font-size: 1.08rem;
    line-height: 1.65;
}

.login-panel[b-bf29dd4klh] {
    width: 100%;
    max-width: 34rem;
    display: grid;
    gap: 1rem;
    padding: clamp(1rem, 3vw, 1.5rem);
    border: 1px solid rgba(24, 32, 44, 0.12);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 1.5rem 3rem rgba(24, 32, 44, 0.13);
}

.login-helper-link[b-bf29dd4klh] {
    color: #0d5b4c;
    font-weight: 900;
}

@media (min-width: 900px) {
    .login-page[b-bf29dd4klh] {
        grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.75fr);
    }
}
/* /Components/Shared/ToastHost.razor.rz.scp.css */
.toast-host[b-2oy5vkbo6q] {
    position: fixed;
    right: clamp(1rem, 3vw, 2rem);
    bottom: clamp(1rem, 3vw, 2rem);
    z-index: 2000;
    width: min(26rem, calc(100vw - 2rem));
}

.toast-card[b-2oy5vkbo6q] {
    display: grid;
    gap: 0.25rem;
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(24, 32, 44, 0.12);
    background: white;
    box-shadow: 0 1.5rem 3rem rgba(24, 32, 44, 0.18);
}

.toast-card strong[b-2oy5vkbo6q],
.toast-card span[b-2oy5vkbo6q] {
    display: block;
}

.toast-card span[b-2oy5vkbo6q] {
    color: #4f5261;
}

.toast-card button[b-2oy5vkbo6q] {
    justify-self: start;
    margin-top: 0.35rem;
    padding: 0;
    border: none;
    background: transparent;
    color: inherit;
    font-weight: 900;
    text-decoration: underline;
}

.toast-success[b-2oy5vkbo6q] {
    border-color: #a8dcc1;
    color: #195a3b;
}

.toast-error[b-2oy5vkbo6q] {
    border-color: #f3b0aa;
    color: #9f2f26;
}

.toast-info[b-2oy5vkbo6q] {
    border-color: #b8d8f2;
    color: #244f76;
}
