/* _content/L4FSports.Shared/Components/AppDataGrid.razor.rz.scp.css */
.app-grid[b-lu4c8d5qz2] {
    max-width: 100%;
    min-width: 0;
}

.app-grid__toolbar[b-lu4c8d5qz2] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 0.75rem;
    padding: 0.65rem;
    border: 1px solid var(--rz-base-300);
    border-radius: var(--rz-border-radius);
    background: linear-gradient(135deg, var(--rz-base-50), var(--rz-base-background-color));
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
}

.app-grid__search[b-lu4c8d5qz2],
.app-grid__exports[b-lu4c8d5qz2] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.app-grid__search[b-lu4c8d5qz2] {
    flex: 1 1 32rem;
    min-width: min(100%, 18rem);
}

.app-grid__column-select[b-lu4c8d5qz2] {
    flex: 0 1 13rem;
    min-width: 10rem;
}

.app-grid__search-input[b-lu4c8d5qz2] {
    flex: 1 1 14rem;
    min-width: 10rem;
}

.app-grid__exports[b-lu4c8d5qz2] {
    margin-inline-start: auto;
}

.app-grid__result-count[b-lu4c8d5qz2] {
    color: var(--rz-text-secondary-color);
    font-size: 0.875rem;
    white-space: nowrap;
}

.app-grid__search-error[b-lu4c8d5qz2] {
    flex-basis: 100%;
    color: var(--rz-danger);
    font-size: 0.875rem;
}

.app-grid__scroll[b-lu4c8d5qz2] {
    overflow-x: auto;
    max-width: 100%;
    border-radius: var(--rz-border-radius);
}

/* Keep a usable table width on mid-size screens; the container, never the page, scrolls. */
.app-grid__scroll[b-lu4c8d5qz2]  .rz-data-grid {
    min-width: 36rem;
}

.app-grid[b-lu4c8d5qz2]  .rz-column-title,
.app-grid[b-lu4c8d5qz2]  .rz-column-title-content {
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.2;
}

.app-grid__responsive-sort-control[b-lu4c8d5qz2],
.app-grid__responsive-only[b-lu4c8d5qz2] {
    display: none;
}

.app-grid[b-lu4c8d5qz2]  .app-grid__responsive-card-cell,
.app-grid[b-lu4c8d5qz2]  .app-grid__responsive-card-header,
.app-grid[b-lu4c8d5qz2]  .app-grid__responsive-card-footer {
    display: none;
}

.app-grid__responsive-header[b-lu4c8d5qz2],
.app-grid__responsive-footer[b-lu4c8d5qz2],
.app-grid__responsive-empty[b-lu4c8d5qz2],
.app-grid__responsive-loading[b-lu4c8d5qz2] {
    margin-block: 0.5rem;
}

@media (max-width: 768px) {
    .app-grid__toolbar[b-lu4c8d5qz2] {
        align-items: stretch;
        padding: 0.6rem;
    }

    .app-grid__search[b-lu4c8d5qz2],
    .app-grid__exports[b-lu4c8d5qz2] {
        width: 100%;
    }

    .app-grid__column-select[b-lu4c8d5qz2],
    .app-grid__search-input[b-lu4c8d5qz2] {
        flex: 1 1 100%;
        width: 100%;
        min-width: 0;
    }

    .app-grid__search-button[b-lu4c8d5qz2],
    .app-grid__sort-button[b-lu4c8d5qz2],
    .app-grid__clear-button[b-lu4c8d5qz2],
    .app-grid__exports[b-lu4c8d5qz2]  .rz-button {
        flex: 1 1 auto;
        justify-content: center;
        min-height: 2.75rem;
    }

    .app-grid__exports[b-lu4c8d5qz2] {
        margin-inline-start: 0;
    }

    .app-grid__responsive-sort-control[b-lu4c8d5qz2],
    .app-grid__responsive-only[b-lu4c8d5qz2] {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.5rem;
    }

    .app-grid__scroll[b-lu4c8d5qz2] {
        overflow-x: visible;
    }

    .app-grid__scroll[b-lu4c8d5qz2]  .rz-data-grid {
        min-width: 0;
        width: 100%;
    }

    .app-grid--custom-responsive[b-lu4c8d5qz2]  .rz-data-grid-data td:not(.app-grid__responsive-card-cell) {
        display: none !important;
    }

    .app-grid--custom-responsive[b-lu4c8d5qz2]  .app-grid__responsive-card-cell {
        display: block !important;
        width: 100% !important;
        padding: 0.75rem !important;
        border: 0 !important;
    }

    .app-grid--custom-responsive[b-lu4c8d5qz2]  .rz-data-row {
        display: block;
        width: 100%;
        margin-bottom: 0.75rem;
        border: 1px solid var(--rz-base-300);
        border-radius: var(--rz-border-radius);
        background: var(--rz-base-background-color);
        box-shadow: 0 2px 8px rgb(0 0 0 / 7%);
    }
}
/* _content/L4FSports.Shared/Components/Layout/MainLayout.razor.rz.scp.css */
.main-layout[b-haj7hnv31g] {
    min-height: 100vh;
    background: var(--rz-base-100);
}

.main-layout__header[b-haj7hnv31g] {
    border-bottom: 1px solid var(--rz-base-300);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.main-layout__brand[b-haj7hnv31g] {
    font-weight: 700;
    letter-spacing: 0.02em;
}

.main-layout__user[b-haj7hnv31g] {
    max-width: 14rem;
}

.main-layout__messages[b-haj7hnv31g] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    color: var(--rz-header-color, #fff);
    text-decoration: none;
    transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.main-layout__messages:hover[b-haj7hnv31g],
.main-layout__messages:focus-visible[b-haj7hnv31g] {
    background: rgba(255, 255, 255, 0.14);
    color: var(--rz-header-color, #fff);
}

.main-layout__messages--attention[b-haj7hnv31g] {
    background: #c62828;
    box-shadow: 0 0 0 0 rgba(198, 40, 40, 0.55);
    color: #fff;
}

.main-layout__message-badge[b-haj7hnv31g] {
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 0.3rem;
    border: 2px solid var(--rz-header-background-color, var(--rz-primary));
    border-radius: 999px;
    background: #ffeb3b;
    color: #4a1111;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1rem;
    text-align: center;
}

@media (prefers-reduced-motion: no-preference) {
    .main-layout__messages--attention[b-haj7hnv31g] {
        animation: message-attention-pulse-b-haj7hnv31g 1.8s ease-out infinite;
    }
}

@keyframes message-attention-pulse-b-haj7hnv31g {
    0% {
        box-shadow: 0 0 0 0 rgba(198, 40, 40, 0.55);
    }

    70% {
        box-shadow: 0 0 0 0.55rem rgba(198, 40, 40, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(198, 40, 40, 0);
    }
}

/* The username and account icon render inside the blue (primary) header, where the
   default dark profile-menu text is hard to read. Force a high-contrast light color.
   `::deep` is anchored on this real <div> because a child component never receives the
   CSS isolation scope attribute. The two custom classes only exist on the header trigger
   template, so the dropdown items (on their light popup background) are unaffected.
   Truncation lives on the username text (not the wrapper) so the dropdown popup — which
   Radzen renders as an inline child of the trigger — is never clipped by `overflow`. */
.main-layout__user[b-haj7hnv31g]  .main-layout__username,
.main-layout__user[b-haj7hnv31g]  .main-layout__user-icon {
    color: var(--rz-header-color, #fff) !important;
    font-weight: 600;
}

.main-layout__user[b-haj7hnv31g]  .main-layout__username {
    display: inline-block;
    max-width: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

/* The language selector sits in the profile-menu popup (light background), rendered as a
   plain <li> alongside the RadzenProfileMenuItem entries. Match their horizontal padding
   and stack the caption above the dropdown so it reads as a labelled menu row. `::deep`
   reaches the RadzenDropDown so it spans the full width of the popup. */
.main-layout__user[b-haj7hnv31g]  .main-layout__language {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.5rem 1rem;
}

.main-layout__user[b-haj7hnv31g]  .main-layout__language-label {
    color: var(--rz-text-secondary-color);
    font-weight: 600;
}

.main-layout__user[b-haj7hnv31g]  .main-layout__language .rz-dropdown {
    width: 100%;
}

.main-layout__sidebar[b-haj7hnv31g] {
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--rz-base-300);
    width: 16rem;
}

.main-layout__menu[b-haj7hnv31g] {
    flex: 1 1 auto;
    padding-top: 0.75rem;
}

.main-layout__content[b-haj7hnv31g] {
    padding: 1.5rem;
}

.main-layout__footer[b-haj7hnv31g] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem 1.25rem;
    color: var(--rz-text-secondary-color);
    font-size: 0.875rem;
}

.main-layout__menu-footer[b-haj7hnv31g] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex: 0 0 auto;
    margin-top: auto;
    padding: 0.75rem;
    border-top: 1px solid var(--rz-base-300);
}

.main-layout__policy-link[b-haj7hnv31g] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    color: inherit;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease;
}

.main-layout__policy-link:hover[b-haj7hnv31g],
.main-layout__policy-link:focus-visible[b-haj7hnv31g] {
    background: var(--rz-base-200);
    color: var(--rz-primary);
    outline: none;
}

.main-layout__policy-link[b-haj7hnv31g]  .rz-icon {
    font-size: 1.25rem;
}

.main-layout__app-version[b-haj7hnv31g] {
    color: var(--rz-text-secondary-color);
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
}

.main-layout__anonymous[b-haj7hnv31g] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-layout__anonymous main[b-haj7hnv31g] {
    flex: 1;
}

.main-layout__footer--anonymous[b-haj7hnv31g] {
    text-align: center;
}

@media (max-width: 768px) {
    .main-layout__content[b-haj7hnv31g] {
        padding: 1rem;
    }
}

#blazor-error-ui[b-haj7hnv31g] {
    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-haj7hnv31g] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/L4FSports.Shared/Components/Layout/PortalLayout.razor.rz.scp.css */
.portal-layout[b-79vjg4moxx] {
    min-height: 100vh;
    background: var(--rz-base-100);
}
/* _content/L4FSports.Shared/Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jmyslew43h],
.components-reconnect-repeated-attempt-visible[b-jmyslew43h],
.components-reconnect-failed-visible[b-jmyslew43h],
.components-pause-visible[b-jmyslew43h],
.components-resume-failed-visible[b-jmyslew43h],
.components-rejoining-animation[b-jmyslew43h] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-jmyslew43h {
    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;
    }
}
/* _content/L4FSports.Shared/Components/Layout/SocialMediaIcon.razor.rz.scp.css */
.social-media-icon[b-q1hndbjcr2] {
    flex: 0 0 auto;
    vertical-align: middle;
}
/* _content/L4FSports.Shared/Components/OrganizationTypeGrid.razor.rz.scp.css */
.organization-responsive-card[b-4f8lv3pfp5] {
    display: grid;
    gap: 0.8rem;
}

.organization-responsive-card__header[b-4f8lv3pfp5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-bottom: 0.65rem;
    border-bottom: 2px solid var(--rz-primary);
    font-size: 1.05rem;
}

.organization-responsive-card__fields[b-4f8lv3pfp5] {
    display: grid;
    gap: 0.65rem;
    margin: 0;
}

.organization-responsive-card__fields > div[b-4f8lv3pfp5] {
    display: grid;
    grid-template-columns: minmax(8.5rem, 42%) minmax(0, 1fr);
    gap: 0.75rem;
}

.organization-responsive-card__fields dt[b-4f8lv3pfp5] {
    color: var(--rz-text-secondary-color);
    font-weight: 600;
}

.organization-responsive-card__fields dd[b-4f8lv3pfp5] {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
}

@media (max-width: 480px) {
    .organization-responsive-card__fields > div[b-4f8lv3pfp5] {
        grid-template-columns: 1fr;
        gap: 0.1rem;
    }
}
/* _content/L4FSports.Shared/Components/Pages/ActivateAccount.razor.rz.scp.css */
.activation-brand[b-dir3tspgi6] {
    text-align: center;
    margin-bottom: 0.5rem;
    color: #667eea;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.activation-intro[b-dir3tspgi6] {
    margin: -0.75rem 0 1.5rem;
    color: #666;
    text-align: center;
    line-height: 1.45;
}
/* _content/L4FSports.Shared/Components/Pages/BoxerProfile.razor.rz.scp.css */
.boxer-profile-page[b-um65iammy2] { max-width: 100%; min-width: 0; }
.boxer-profile-page__stat-card[b-um65iammy2] { height: 100%; text-align: center; }
.boxer-profile-page__stat-total[b-um65iammy2] { font-size: 2.25rem; font-weight: 700; line-height: 1; margin: .5rem 0; }
.boxer-profile-page[b-um65iammy2]  .rz-tabview-nav { flex-wrap: wrap; max-width: 100%; }
.boxer-profile-page[b-um65iammy2]  .rz-grid-table { max-width: 100%; }
.boxer-profile-page input[b-um65iammy2] { width: 100%; }
@media (max-width: 768px) {
    .boxer-profile-page[b-um65iammy2]  .rz-tabview-nav { flex-wrap: nowrap; overflow-x: auto; }
    .boxer-profile-page[b-um65iammy2]  .rz-button, .boxer-profile-page[b-um65iammy2]  .rz-dropdown { width: 100%; }
}
/* _content/L4FSports.Shared/Components/Pages/Boxers.razor.rz.scp.css */
.boxers-page[b-ykxen4uqy1] {
    min-width: 0;
    width: 100%;
}

.boxers-page__grid[b-ykxen4uqy1],
.boxers-page__editor[b-ykxen4uqy1],
.boxers-page__transfer[b-ykxen4uqy1] {
    max-width: 100%;
    overflow-x: auto;
}

.boxers-page__inactive-filter[b-ykxen4uqy1] {
    align-items: flex-start;
}

@media (max-width: 768px) {
    .boxers-page[b-ykxen4uqy1]  .rz-button,
    .boxers-page[b-ykxen4uqy1]  .rz-dropdown,
    .boxers-page[b-ykxen4uqy1]  .rz-form-field {
        max-width: 100%;
    }

    .boxers-page[b-ykxen4uqy1]  .rz-data-grid-data {
        overflow-x: auto;
    }
}
/* _content/L4FSports.Shared/Components/Pages/Competitions.razor.rz.scp.css */
.competitions-page[b-j5i7wxk0sz] { max-width: 100%; min-width: 0; }
.competitions-page[b-j5i7wxk0sz]  .rz-grid-table { max-width: 100%; }
.competitions-page input[b-j5i7wxk0sz] { width: 100%; }
@media (max-width: 768px) {
    .competitions-page[b-j5i7wxk0sz]  .rz-button, .competitions-page[b-j5i7wxk0sz]  .rz-dropdown { width: 100%; }
}
/* _content/L4FSports.Shared/Components/Pages/ForgotPassword.razor.rz.scp.css */
.login-container[b-520vuhtf8r] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.login-card[b-520vuhtf8r] {
    background: white;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 400px;
}

.login-card h2[b-520vuhtf8r] {
    text-align: center;
    margin-bottom: 1rem;
    color: #333;
}

.forgot-intro[b-520vuhtf8r] {
    margin: -0.5rem 0 1.5rem;
    color: #666;
    text-align: center;
    line-height: 1.45;
}

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

.form-group label[b-520vuhtf8r] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #555;
}

.form-group input[b-520vuhtf8r] {
    width: 100%;
}

.btn[b-520vuhtf8r] {
    margin-top: 0.5rem;
}

.alert[b-520vuhtf8r] {
    margin-bottom: 1rem;
}

.login-links[b-520vuhtf8r] {
    margin-top: 1rem;
    text-align: center;
}

.login-links a[b-520vuhtf8r] {
    color: #667eea;
    text-decoration: none;
}

.login-links a:hover[b-520vuhtf8r] {
    text-decoration: underline;
}
/* _content/L4FSports.Shared/Components/Pages/Login.razor.rz.scp.css */
.login-container[b-3mp6cumqh1] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.login-card[b-3mp6cumqh1] {
    background: white;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 400px;
}

.login-card h2[b-3mp6cumqh1] {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #333;
}

.login-culture[b-3mp6cumqh1] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

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

.form-group label[b-3mp6cumqh1] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #555;
}

.form-group input[b-3mp6cumqh1] {
    width: 100%;
}

.btn[b-3mp6cumqh1] {
    margin-top: 0.5rem;
}

.alert[b-3mp6cumqh1] {
    margin-bottom: 1rem;
}

.login-mfa-intro[b-3mp6cumqh1] {
    margin-bottom: 1rem;
    color: #555;
    text-align: center;
}

.login-links[b-3mp6cumqh1] {
    margin-top: 1rem;
    text-align: center;
}

.login-links a[b-3mp6cumqh1],
.login-links .btn-link[b-3mp6cumqh1] {
    color: #667eea;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
}

.login-links a:hover[b-3mp6cumqh1],
.login-links .btn-link:hover[b-3mp6cumqh1] {
    text-decoration: underline;
}
/* _content/L4FSports.Shared/Components/Pages/MyAccount.razor.rz.scp.css */
.my-account[b-baduw8vx7s] {
    width: 100%;
    max-width: 1120px;
    min-width: 0;
    margin: 0 auto;
    padding: 1.5rem 1rem;
    overflow-x: hidden;
}

.my-account__tab-content[b-baduw8vx7s],
.my-account__profile-grid[b-baduw8vx7s],
.my-account__security[b-baduw8vx7s] {
    min-width: 0;
    padding-top: 0.75rem;
}

.my-account__photo-card[b-baduw8vx7s] {
    position: sticky;
    top: 1rem;
}

.my-account__photo[b-baduw8vx7s],
.my-account__photo-placeholder[b-baduw8vx7s] {
    width: 10rem;
    height: 10rem;
    max-width: 100%;
    border-radius: 50%;
}

.my-account__photo[b-baduw8vx7s] {
    display: block;
    object-fit: cover;
    border: 2px solid var(--rz-base-300, #d6d9dd);
}

.my-account__photo-placeholder[b-baduw8vx7s] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--rz-base-200, #f2f2f2);
    color: var(--rz-text-secondary-color, #66758d);
    font-size: 4rem;
}

.my-account__photo-card input[type="file"][b-baduw8vx7s] {
    width: 100%;
    max-width: 100%;
}

.my-account__save[b-baduw8vx7s] {
    align-self: flex-start;
}

.my-account__organization-grid[b-baduw8vx7s] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    min-width: 0;
}

.my-account__organization-card[b-baduw8vx7s] {
    min-width: 0;
    overflow-wrap: anywhere;
}

.my-account__organization-link[b-baduw8vx7s] {
    color: var(--rz-link-color, var(--rz-primary));
    text-decoration: underline;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.15em;
}

.my-account__organization-link:hover[b-baduw8vx7s],
.my-account__organization-link:focus-visible[b-baduw8vx7s] {
    color: var(--rz-link-hover-color, var(--rz-primary-dark));
}

.my-account__security[b-baduw8vx7s] {
    max-width: 720px;
}

.my-account__secret[b-baduw8vx7s] {
    font-family: var(--rz-font-family-monospace, monospace);
    letter-spacing: 0.15em;
    background: var(--rz-base-200, #f2f2f2);
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    word-break: break-all;
}

.my-account__codes[b-baduw8vx7s] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.25rem 1rem;
    font-family: var(--rz-font-family-monospace, monospace);
}

.my-account[b-baduw8vx7s]  .rz-tabview,
.my-account[b-baduw8vx7s]  .rz-tabview-panels,
.my-account[b-baduw8vx7s]  .rz-tabview-panel {
    min-width: 0;
    max-width: 100%;
}

.my-account[b-baduw8vx7s]  .rz-tabview-nav {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.my-account[b-baduw8vx7s]  input,
.my-account[b-baduw8vx7s]  .rz-dropdown,
.my-account[b-baduw8vx7s]  .rz-form-field {
    max-width: 100%;
}

@media (max-width: 768px) {
    .my-account[b-baduw8vx7s] {
        padding: 1rem 0.5rem;
    }

    .my-account__photo-card[b-baduw8vx7s] {
        position: static;
    }

    .my-account__organization-grid[b-baduw8vx7s] {
        grid-template-columns: minmax(0, 1fr);
    }

    .my-account__save[b-baduw8vx7s] {
        width: 100%;
    }

    .my-account__codes[b-baduw8vx7s] {
        grid-template-columns: minmax(0, 1fr);
    }

    .my-account[b-baduw8vx7s]  .rz-button,
    .my-account[b-baduw8vx7s]  .rz-form-field,
    .my-account[b-baduw8vx7s]  .rz-dropdown,
    .my-account[b-baduw8vx7s]  input:not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
        width: 100%;
    }
}
/* _content/L4FSports.Shared/Components/Pages/OrganizationDetailPage.razor.rz.scp.css */
/* Responsive behavior for the organization detail page. The page content is wrapped in
   .org-detail-page (the CSS scope carrier); Radzen renders its own markup, so every rule that
   targets Radzen internals needs ::deep. */

/* The tab strip must never push tabs off-screen: let the headers wrap into multiple rows and,
   should a single header still be wider than the viewport, allow horizontal scrolling instead of
   clipping. */
.org-detail-page[b-w7syom43rl]  .rz-tabview-nav {
    flex-wrap: wrap;
    overflow-x: auto;
    max-width: 100%;
}

.org-detail-page[b-w7syom43rl]  .rz-tabview {
    max-width: 100%;
}

/* Wide content (grids, cards) scrolls inside the page instead of overflowing the viewport. */
.org-detail-page[b-w7syom43rl]  .rz-data-grid {
    max-width: 100%;
}

@media (max-width: 768px) {
    /* Profile header: logo + title stack vertically on narrow screens. */
    .org-detail-page[b-w7syom43rl]  .rz-card > .rz-stack[style*="row"] {
        flex-direction: column;
        align-items: flex-start;
    }

    /* Inputs and dropdowns in wrap rows take the full width instead of forcing a wide row. */
    .org-detail-page[b-w7syom43rl]  .rz-textbox,
    .org-detail-page[b-w7syom43rl]  .rz-dropdown {
        max-width: 100%;
        min-width: 0;
    }

    .org-detail-page[b-w7syom43rl]  .rz-tabview-nav a {
        padding: 0.5rem 0.75rem;
    }
}

/* Social-media links on the Contact card: a clearly visible chip in the theme's PRIMARY color, so
   they read as links in both light and dark themes. (The previous rz-secondary outlined button was
   near-invisible — pink/red and faint — until hovered.) */
.org-social-link[b-w7syom43rl] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.25rem 0.7rem;
    border: 1px solid var(--rz-primary, #3d6db5);
    border-radius: 1rem;
    color: var(--rz-primary, #3d6db5);
    background: var(--rz-base-100, rgba(61, 109, 181, 0.08));
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.4;
}

.org-social-link:hover[b-w7syom43rl] {
    background: var(--rz-primary, #3d6db5);
    color: var(--rz-primary-contrast, #fff);
}

.org-officer-photo[b-w7syom43rl],
.org-officer-photo-placeholder[b-w7syom43rl] {
    border: 1px solid var(--rz-base-300, #d8dde6);
    border-radius: 8px;
    background: var(--rz-base-100, #fff);
    object-fit: cover;
    flex: 0 0 auto;
}

.org-officer-photo--thumb[b-w7syom43rl],
.org-officer-photo-placeholder--thumb[b-w7syom43rl] {
    width: 48px;
    height: 48px;
}

.org-officer-photo--editor[b-w7syom43rl],
.org-officer-photo-placeholder--editor[b-w7syom43rl] {
    width: 96px;
    height: 96px;
}

.org-officer-photo-placeholder[b-w7syom43rl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--rz-text-secondary-color, #66758d);
}

.org-officer-photo-placeholder--thumb[b-w7syom43rl]  .rz-icon {
    font-size: 1.5rem;
}

.org-officer-photo-placeholder--editor[b-w7syom43rl]  .rz-icon {
    font-size: 2.75rem;
}

.portal-section-builder__row[b-w7syom43rl] {
    border: 1px solid var(--rz-base-300, #d8dde6);
    border-radius: 8px;
    padding: 0.75rem;
    background: var(--rz-base-50, #fff);
    min-width: 0;
}

.portal-public-links[b-w7syom43rl] {
    min-width: 0;
    text-align: right;
}

.portal-public-url-row[b-w7syom43rl] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
    min-width: 0;
    width: 100%;
}

.portal-public-url[b-w7syom43rl] {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    max-width: min(32rem, 100%);
    overflow-wrap: anywhere;
    text-align: left;
    color: var(--rz-text-secondary-color, #66758d);
    background: var(--rz-base-100, #fff);
    border: 1px solid var(--rz-base-300, #d8dde6);
    border-radius: 4px;
    padding: 0.15rem 0.35rem;
    font-size: 0.85rem;
}

.portal-public-copy-button[b-w7syom43rl] {
    flex: 0 0 auto;
}

.portal-section-builder__kind[b-w7syom43rl] {
    min-width: 8rem;
    font-weight: 600;
}

.portal-section-builder__title[b-w7syom43rl] {
    flex: 1 1 16rem;
    min-width: 12rem;
}

.portal-section-builder__tile-layout[b-w7syom43rl] {
    min-width: 0;
}

.portal-section-builder__tile-layout[b-w7syom43rl]  .rz-tilelayout-item {
    overflow: hidden;
}

.portal-section-builder__tile-preview[b-w7syom43rl] {
    height: 100%;
    min-height: 3rem;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    color: var(--rz-text-secondary-color, #66758d);
}

.portal-css-textarea[b-w7syom43rl],
.portal-html-textarea[b-w7syom43rl],
.portal-html-source-editor[b-w7syom43rl] {
    width: 100%;
    min-height: 8rem;
    resize: vertical;
    font-family: Consolas, "Courier New", monospace;
}

.portal-html-source-editor[b-w7syom43rl] {
    min-height: 12rem;
    line-height: 1.45;
    tab-size: 2;
}

.organization-document-editor[b-w7syom43rl],
.organization-document-viewer[b-w7syom43rl],
.document-comparison-controls[b-w7syom43rl] {
    max-width: 100%;
    overflow: hidden;
}

.document-toc[b-w7syom43rl],
.document-section-pane[b-w7syom43rl],
.document-content-point[b-w7syom43rl],
.document-content-point-editor[b-w7syom43rl],
.document-comment-editor[b-w7syom43rl],
.document-comment[b-w7syom43rl] {
    max-width: 100%;
    min-width: 0;
}

.document-section-workspace[b-w7syom43rl] {
    display: grid;
    grid-template-columns: minmax(14rem, 18rem) minmax(0, 1fr);
    align-items: start;
    gap: 1rem;
    max-width: 100%;
    min-width: 0;
}

.document-toc[b-w7syom43rl] {
    position: sticky;
    top: 1rem;
    max-height: min(70vh, 44rem);
    overflow: auto;
    padding: 1rem;
    border: 1px solid var(--rz-base-300, #d7dce2);
    border-radius: var(--rz-border-radius, 4px);
    background: var(--rz-base-50, #fafbfc);
}

.document-toc ol[b-w7syom43rl] {
    margin: 0.75rem 0 0;
    padding: 0;
    list-style: none;
}

.document-toc li[b-w7syom43rl] {
    margin-inline-start: min(calc(var(--document-content-depth, 0) * 1.25rem), 6.25rem);
}

.document-toc-entry[b-w7syom43rl] {
    width: 100%;
    padding: 0.55rem 0.65rem;
    border: 0;
    border-radius: var(--rz-border-radius, 4px);
    background: transparent;
    color: var(--rz-text-color, inherit);
    font: inherit;
    text-align: start;
    overflow-wrap: anywhere;
    cursor: pointer;
}

.document-toc-entry:hover[b-w7syom43rl],
.document-toc-entry:focus-visible[b-w7syom43rl] {
    background: var(--rz-base-100, #f1f3f5);
}

.document-toc-entry--selected[b-w7syom43rl] {
    background: var(--rz-primary-lighter, #e8f1ff);
    color: var(--rz-primary-dark, #174ea6);
    font-weight: 600;
}

.document-content-point[b-w7syom43rl] {
    display: grid;
    gap: 0.5rem;
    scroll-margin-top: 1rem;
}

.document-content-point-title[b-w7syom43rl] {
    flex: 1 1 18rem;
    min-width: 12rem;
}

.document-comment-editor[b-w7syom43rl],
.document-comment[b-w7syom43rl] {
    margin-left: 1rem;
    border-left: 3px solid var(--rz-info, #2196f3);
}

.document-comment .document-preview[b-w7syom43rl] {
    border: 0;
    padding: 0;
}

.document-attachment-editor[b-w7syom43rl] {
    padding: 0.75rem;
    border: 1px dashed var(--rz-base-400, #bac2ce);
    border-radius: var(--rz-border-radius, 4px);
}

.document-attachment-url[b-w7syom43rl] {
    flex: 1 1 20rem;
    min-width: 14rem;
}

.document-attachment-row[b-w7syom43rl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.document-attachment-row > span[b-w7syom43rl] {
    flex: 1 1 auto;
    min-width: 0;
    overflow-wrap: anywhere;
}

.document-attachments[b-w7syom43rl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(16rem, 100%), 1fr));
    gap: 0.75rem;
    max-width: 100%;
}

.document-attachment[b-w7syom43rl] {
    min-width: 0;
    max-width: 100%;
    margin: 0;
}

.document-attachment-image img[b-w7syom43rl],
.document-attachment-video video[b-w7syom43rl] {
    display: block;
    width: 100%;
    max-height: 32rem;
    object-fit: contain;
    border-radius: var(--rz-border-radius, 4px);
    background: #000;
}

.document-attachment figcaption[b-w7syom43rl] {
    margin-top: 0.35rem;
    overflow-wrap: anywhere;
    color: var(--rz-text-secondary-color, #66758d);
}

.document-attachment-link[b-w7syom43rl] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem;
    border: 1px solid var(--rz-base-300, #d7dce2);
    border-radius: var(--rz-border-radius, 4px);
    overflow-wrap: anywhere;
}

.document-preview[b-w7syom43rl],
.document-diff[b-w7syom43rl] {
    max-width: 100%;
    overflow-wrap: anywhere;
    overflow-x: auto;
    padding: 1rem;
    border: 1px solid var(--rz-base-300, #d7dce2);
    border-radius: var(--rz-border-radius, 4px);
    background: var(--rz-base-background-color, #fff);
}

.document-diff[b-w7syom43rl] {
    white-space: pre-wrap;
    line-height: 1.6;
}

.document-diff[b-w7syom43rl]  ins {
    color: var(--rz-success-dark, #176b38);
    background: color-mix(in srgb, var(--rz-success, #28a745) 20%, transparent);
    text-decoration: none;
}

.document-diff[b-w7syom43rl]  del {
    color: var(--rz-danger-dark, #9c1c2b);
    background: color-mix(in srgb, var(--rz-danger, #dc3545) 18%, transparent);
}

.document-comparison-previews[b-w7syom43rl] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1rem;
}

.document-signature-request[b-w7syom43rl],
.document-signers[b-w7syom43rl],
.document-signer[b-w7syom43rl] {
    max-width: 100%;
    min-width: 0;
}

.document-signer[b-w7syom43rl] {
    padding: 0.5rem 0;
    border-top: 1px solid var(--rz-base-200, #e8ebef);
}

@media (max-width: 768px) {
    .document-version-picker[b-w7syom43rl],
    .document-version-picker[b-w7syom43rl]  .rz-dropdown,
    .document-comparison-controls[b-w7syom43rl]  .rz-dropdown,
    .organization-document-editor[b-w7syom43rl]  .rz-html-editor {
        width: 100% !important;
        min-width: 0 !important;
    }

    .document-comparison-previews[b-w7syom43rl] {
        grid-template-columns: minmax(0, 1fr);
    }

    .document-section-workspace[b-w7syom43rl] {
        grid-template-columns: minmax(0, 1fr);
    }

    .document-toc[b-w7syom43rl] {
        position: static;
        max-height: 18rem;
    }

    .document-toc li[b-w7syom43rl] {
        margin-inline-start: min(calc(var(--document-content-depth, 0) * 0.5rem), 2.5rem);
    }

    .document-comment-editor[b-w7syom43rl],
    .document-comment[b-w7syom43rl] {
        margin-left: 0;
    }

    .document-content-point-title[b-w7syom43rl] {
        flex-basis: 100%;
        min-width: 0;
        width: 100%;
    }

    .document-attachment-url[b-w7syom43rl],
    .document-attachment-editor[b-w7syom43rl]  .rz-textbox {
        flex-basis: 100%;
        min-width: 0;
        width: 100%;
    }

    .document-signature-request[b-w7syom43rl]  .rz-button {
        max-width: 100%;
    }

    .portal-section-builder__kind[b-w7syom43rl],
    .portal-section-builder__title[b-w7syom43rl] {
        flex-basis: 100%;
        min-width: 0;
        width: 100%;
    }

    .portal-public-links[b-w7syom43rl] {
        width: 100%;
        align-items: flex-start !important;
        text-align: left;
    }

    .portal-public-url-row[b-w7syom43rl] {
        justify-content: flex-start;
    }

    .portal-section-builder__tile-layout[b-w7syom43rl] {
        display: block !important;
    }

    .portal-section-builder__tile-layout[b-w7syom43rl]  .rz-tilelayout,
    .portal-section-builder__tile-layout[b-w7syom43rl]  .rz-tilelayout-items {
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
    }

    .portal-section-builder__tile-layout[b-w7syom43rl]  .rz-tilelayout-item {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        transform: none !important;
        margin-bottom: 0.75rem;
    }

}
/* _content/L4FSports.Shared/Components/Pages/PortalPage.razor.rz.scp.css */
/* Public portal page — responsive club-style homepage themed via --portal-primary / --portal-accent. */

.portal-page[b-la0f2lvxb3] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f5f7fb;
    color: #162033;
}

.portal-page[b-la0f2lvxb3],
.portal-page *[b-la0f2lvxb3] {
    box-sizing: border-box;
}

.portal-page__loading[b-la0f2lvxb3],
.portal-page--not-found[b-la0f2lvxb3] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 1rem;
}

.portal-page__notfound-card[b-la0f2lvxb3] {
    max-width: 28rem;
    text-align: center;
}

/* ---- Header / navigation ---- */
.portal-page__header[b-la0f2lvxb3] {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(22, 32, 51, 0.1);
    color: #162033;
}

.portal-page__header-inner[b-la0f2lvxb3] {
    width: min(100%, 76rem);
    margin: 0 auto;
    padding: 0.85rem 1rem;
    display: grid;
    grid-template-columns: minmax(12rem, 1fr) minmax(0, auto) auto;
    align-items: center;
    gap: 1rem;
}

.portal-page__brand[b-la0f2lvxb3] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.portal-page__logo[b-la0f2lvxb3] {
    height: 52px;
    width: 52px;
    object-fit: contain;
    background: #fff;
    border: 1px solid rgba(22, 32, 51, 0.12);
    border-radius: 8px;
    padding: 4px;
    flex-shrink: 0;
}

.portal-page__title[b-la0f2lvxb3] {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.portal-page__subtitle[b-la0f2lvxb3] {
    color: #5f6c80;
    font-size: 0.8rem;
}

.portal-page__tabs[b-la0f2lvxb3] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
    justify-content: center;
}

.portal-page__tabs a[b-la0f2lvxb3],
.portal-page__mobile-menu nav a[b-la0f2lvxb3] {
    color: #263449;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 0.45rem 0.7rem;
    border-radius: 8px;
}

.portal-page__tabs a:hover[b-la0f2lvxb3],
.portal-page__mobile-menu nav a:hover[b-la0f2lvxb3] {
    color: var(--portal-primary);
    background: rgba(61, 109, 181, 0.1);
}

.portal-page__header-actions[b-la0f2lvxb3] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem;
    flex-wrap: wrap;
    min-width: 0;
}

.portal-page__header-actions[b-la0f2lvxb3]  .rz-dropdown {
    max-width: 11rem;
}

.portal-page__login[b-la0f2lvxb3] {
    color: var(--portal-primary);
    font-weight: 700;
}

.portal-page__mobile-menu[b-la0f2lvxb3] {
    display: none;
    position: relative;
}

.portal-page__mobile-menu summary[b-la0f2lvxb3] {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(22, 32, 51, 0.14);
    border-radius: 8px;
    color: var(--portal-primary);
    cursor: pointer;
    list-style: none;
}

.portal-page__mobile-menu summary[b-la0f2lvxb3]::-webkit-details-marker {
    display: none;
}

.portal-page__mobile-menu nav[b-la0f2lvxb3] {
    position: absolute;
    right: 0;
    top: calc(100% + 0.4rem);
    min-width: 14rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.45rem;
    background: #fff;
    border: 1px solid rgba(22, 32, 51, 0.14);
    border-radius: 8px;
    box-shadow: 0 16px 30px rgba(22, 32, 51, 0.16);
}

/* ---- Hero ---- */
.portal-page__hero[b-la0f2lvxb3] {
    background: var(--portal-primary);
    color: #fff;
}

.portal-page__hero-inner[b-la0f2lvxb3] {
    width: min(100%, 76rem);
    margin: 0 auto;
    min-height: 20rem;
    padding: 3.5rem 1rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(8rem, 14rem);
    align-items: center;
    gap: 2rem;
}

.portal-page__hero-copy[b-la0f2lvxb3] {
    max-width: 48rem;
}

.portal-page__eyebrow[b-la0f2lvxb3] {
    display: inline-flex;
    width: fit-content;
    padding: 0.25rem 0.55rem;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
}

.portal-page__hero-title[b-la0f2lvxb3] {
    margin: 0.8rem 0 0;
    font-size: 4.25rem;
    line-height: 0.98;
    max-width: 14ch;
    overflow-wrap: anywhere;
}

.portal-page__hero-subtitle[b-la0f2lvxb3] {
    max-width: 42rem;
    margin: 1rem 0 0;
    font-size: 1.08rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.86);
}

.portal-page__cta[b-la0f2lvxb3] {
    margin-top: 1.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.65rem;
    padding: 0.65rem 1rem;
    border-radius: 8px;
    background: #fff;
    color: var(--portal-primary);
    font-weight: 800;
    text-decoration: none;
}

.portal-page__cta:hover[b-la0f2lvxb3] {
    text-decoration: underline;
}

.portal-page__hero-mark[b-la0f2lvxb3] {
    width: min(100%, 14rem);
    aspect-ratio: 1;
    justify-self: end;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
}

.portal-page__hero-mark img[b-la0f2lvxb3] {
    width: 76%;
    height: 76%;
    object-fit: contain;
}

.portal-page__hero-mark[b-la0f2lvxb3]  .rz-icon {
    font-size: 6rem;
    color: rgba(255, 255, 255, 0.86);
}

/* Social-media channels: visible regardless of the Contact section toggle. */
.portal-page__socials-strip[b-la0f2lvxb3] {
    background: #fff;
    border-bottom: 1px solid rgba(22, 32, 51, 0.1);
    padding: 0.55rem max(1rem, calc((100vw - 76rem) / 2 + 1rem));
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.portal-page__socials-strip a[b-la0f2lvxb3] {
    color: var(--portal-primary);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.28rem 0.75rem;
    text-decoration: none;
    font-weight: 700;
    background: rgba(61, 109, 181, 0.1);
    border: 1px solid rgba(61, 109, 181, 0.16);
    border-radius: 8px;
}

.portal-page__socials-strip a:hover[b-la0f2lvxb3] {
    background: rgba(61, 109, 181, 0.16);
    text-decoration: underline;
}

.portal-page__search-band[b-la0f2lvxb3] {
    width: min(100%, 76rem);
    margin: 0 auto;
    padding: 0.85rem 1rem 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.65rem;
}

.portal-page__search-band[b-la0f2lvxb3]  .rz-icon {
    color: var(--portal-primary);
}

/* ---- Content ---- */
.portal-page__main[b-la0f2lvxb3] {
    width: min(100%, 76rem);
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.portal-page__tile-layout[b-la0f2lvxb3] {
    min-width: 0;
}

.portal-page__tile-layout[b-la0f2lvxb3]  .rz-tilelayout-item {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(22, 32, 51, 0.1);
    border-radius: 8px;
    background: #fff;
}

.portal-page__tile-layout[b-la0f2lvxb3]  .rz-tilelayout-item-header {
    color: var(--portal-primary);
    font-weight: 800;
}

.portal-page__tile-layout[b-la0f2lvxb3]  .rz-tilelayout-item-content {
    height: 100%;
    min-width: 0;
    overflow: auto;
}

.portal-page__section[b-la0f2lvxb3] {
    height: 100%;
    min-width: 0;
    padding: 1.25rem;
    overflow-x: auto;
    scroll-margin-top: 6rem;
}

.portal-page__section-title[b-la0f2lvxb3] {
    margin: 0 0 1rem;
    font-size: 1.45rem;
    color: var(--portal-primary);
}

.portal-page__intro[b-la0f2lvxb3],
.portal-page__custom[b-la0f2lvxb3],
.portal-page__html[b-la0f2lvxb3],
.portal-page__rich-content[b-la0f2lvxb3] {
    font-size: 1.03rem;
    line-height: 1.7;
}

.portal-page__intro[b-la0f2lvxb3]  img,
.portal-page__post-content[b-la0f2lvxb3]  img,
.portal-page__custom[b-la0f2lvxb3]  img {
    max-width: 100%;
    height: auto;
}

.portal-page__media-image[b-la0f2lvxb3],
.portal-page__media-video[b-la0f2lvxb3],
.portal-page__embed[b-la0f2lvxb3] {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0;
    border-radius: 8px;
    background: #eef2f7;
}

.portal-page__media-image[b-la0f2lvxb3] {
    height: auto;
    object-fit: cover;
}

.portal-page__media-video[b-la0f2lvxb3] {
    max-height: 32rem;
}

.portal-page__embed[b-la0f2lvxb3] {
    min-height: 22rem;
    aspect-ratio: 16 / 9;
}

.portal-page__muted[b-la0f2lvxb3] {
    color: #66758d;
    font-size: 0.9rem;
}

/* ---- News ---- */
.portal-page__posts[b-la0f2lvxb3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
    gap: 1rem;
}

.portal-page__post[b-la0f2lvxb3] {
    min-width: 0;
    padding: 1rem;
    background: #fff;
    border: 1px solid rgba(22, 32, 51, 0.1);
    border-radius: 8px;
}

.portal-page__news-sidebar[b-la0f2lvxb3] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.portal-page__post--compact[b-la0f2lvxb3] {
    padding: 0.8rem;
}

.portal-page__post--compact .portal-page__post-content[b-la0f2lvxb3] {
    max-height: 8rem;
    overflow: hidden;
}

.portal-page__post-title[b-la0f2lvxb3] {
    margin: 0;
    font-size: 1.08rem;
    color: var(--portal-primary);
}

.portal-page__post-date[b-la0f2lvxb3] {
    font-size: 0.8rem;
    color: #66758d;
    margin: 0.25rem 0 0.55rem;
}

.portal-page__post-videos[b-la0f2lvxb3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 0.8rem;
    margin-top: 0.9rem;
}

.portal-page__post-video-card[b-la0f2lvxb3] {
    min-width: 0;
}

.portal-page__post-video-title[b-la0f2lvxb3] {
    margin: 0 0 0.35rem;
    color: var(--portal-primary);
    font-weight: 700;
}

.portal-page__attachments[b-la0f2lvxb3],
.portal-page__documents[b-la0f2lvxb3],
.portal-page__suborgs[b-la0f2lvxb3] {
    list-style: none;
    margin: 0.75rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

/* ---- Officers ---- */
.portal-page__officers[b-la0f2lvxb3] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
    gap: 0.75rem;
}

.portal-page__officer[b-la0f2lvxb3] {
    border: 1px solid rgba(22, 32, 51, 0.1);
    border-radius: 8px;
    background: #fff;
    padding: 0.85rem;
}

.portal-page__officer-head[b-la0f2lvxb3] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    margin-bottom: 0.35rem;
}

.portal-page__officer-photo[b-la0f2lvxb3] {
    width: 64px;
    height: 64px;
    flex: 0 0 auto;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid rgba(22, 32, 51, 0.12);
    background: #eef2f7;
}

.portal-page__officer-function[b-la0f2lvxb3] {
    font-size: 0.78rem;
    text-transform: uppercase;
    color: var(--portal-accent);
    font-weight: 800;
    overflow-wrap: anywhere;
}

.portal-page__officer-name[b-la0f2lvxb3] {
    font-weight: 700;
    overflow-wrap: anywhere;
}

/* ---- Contact ---- */
.portal-page__contact[b-la0f2lvxb3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: 0.8rem;
}

.portal-page__contact-row[b-la0f2lvxb3] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    min-width: 0;
    padding: 0.8rem;
    background: #fff;
    border: 1px solid rgba(22, 32, 51, 0.1);
    border-radius: 8px;
}

a[b-la0f2lvxb3] {
    color: var(--portal-accent);
}

@media (max-width: 768px) {
    .portal-page__header-inner[b-la0f2lvxb3] {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 0.6rem;
    }

    .portal-page__tabs[b-la0f2lvxb3] {
        display: none;
    }

    .portal-page__header-actions[b-la0f2lvxb3] {
        gap: 0.4rem;
    }

    .portal-page__header-actions[b-la0f2lvxb3]  .rz-dropdown {
        max-width: 7.5rem;
    }

    .portal-page__login[b-la0f2lvxb3] {
        display: none;
    }

    .portal-page__mobile-menu[b-la0f2lvxb3] {
        display: block;
    }

    .portal-page__hero-inner[b-la0f2lvxb3] {
        min-height: 0;
        padding: 2.25rem 1rem;
        grid-template-columns: 1fr;
    }

    .portal-page__hero-mark[b-la0f2lvxb3] {
        justify-self: start;
        width: 8rem;
        order: -1;
    }

    .portal-page__hero-mark[b-la0f2lvxb3]  .rz-icon {
        font-size: 3.75rem;
    }

    .portal-page__hero-title[b-la0f2lvxb3] {
        font-size: 2.2rem;
    }

    .portal-page__main[b-la0f2lvxb3] {
        padding: 1.25rem 0.85rem 2rem;
    }

    .portal-page__search-band[b-la0f2lvxb3] {
        padding: 0.75rem 0.85rem 0;
    }

    .portal-page__tile-layout[b-la0f2lvxb3] {
        display: block !important;
    }

    .portal-page__tile-layout[b-la0f2lvxb3]  .rz-tilelayout,
    .portal-page__tile-layout[b-la0f2lvxb3]  .rz-tilelayout-items {
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
    }

    .portal-page__tile-layout[b-la0f2lvxb3]  .rz-tilelayout-item {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        transform: none !important;
        margin-bottom: 1rem;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }

    .portal-page__section[b-la0f2lvxb3] {
        padding: 1.1rem 0;
        scroll-margin-top: 5rem;
    }

    .portal-page__posts[b-la0f2lvxb3],
    .portal-page__post-videos[b-la0f2lvxb3],
    .portal-page__officers[b-la0f2lvxb3],
    .portal-page__contact[b-la0f2lvxb3] {
        grid-template-columns: 1fr;
    }
}
/* _content/L4FSports.Shared/Components/Pages/ResetPassword.razor.rz.scp.css */
.login-container[b-5vmysr60uf] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.login-card[b-5vmysr60uf] {
    background: white;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 400px;
}

.login-card h2[b-5vmysr60uf] {
    text-align: center;
    margin-bottom: 1rem;
    color: #333;
}

.reset-intro[b-5vmysr60uf] {
    margin: -0.5rem 0 1.5rem;
    color: #666;
    text-align: center;
    line-height: 1.45;
}

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

.form-group label[b-5vmysr60uf] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #555;
}

.form-group input[b-5vmysr60uf] {
    width: 100%;
}

.btn[b-5vmysr60uf] {
    margin-top: 0.5rem;
}

.alert[b-5vmysr60uf] {
    margin-bottom: 1rem;
}

.login-links[b-5vmysr60uf] {
    margin-top: 1rem;
    text-align: center;
}

.login-links a[b-5vmysr60uf] {
    color: #667eea;
    text-decoration: none;
}

.login-links a:hover[b-5vmysr60uf] {
    text-decoration: underline;
}
