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

.app-grid__toolbar[b-lu4c8d5qz2],
.app-grid__mobile-tools[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__native-header[b-lu4c8d5qz2] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.65rem;
    width: 100%;
}

.app-grid__native-header-content[b-lu4c8d5qz2] {
    flex: 1 1 auto;
    min-width: 0;
}

.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__desktop-exports[b-lu4c8d5qz2] {
        display: none;
    }

    .app-grid__toolbar[b-lu4c8d5qz2],
    .app-grid__mobile-tools[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/CompetitionPersonnelManager.razor.rz.scp.css */
.competition-personnel-manager[b-yjv28sf695] { max-width: 100%; min-width: 0; }
.competition-personnel-manager[b-yjv28sf695]  .rz-card,
.competition-personnel-manager[b-yjv28sf695]  .rz-row,
.competition-personnel-manager[b-yjv28sf695]  .rz-data-grid { max-width: 100%; min-width: 0; }
.competition-personnel-manager[b-yjv28sf695]  .rz-data-grid { overflow-x: auto; }
.competition-personnel-roles[b-yjv28sf695] { display: flex; flex-wrap: wrap; gap: .6rem 1rem; }
.competition-personnel-roles label[b-yjv28sf695] { display: flex; align-items: center; gap: .4rem; }
.competition-personnel-assignment[b-yjv28sf695] { display: flex; align-items: center; justify-content: space-between; gap: .75rem; padding: .75rem; border: 1px solid var(--rz-base-300); border-radius: .65rem; }
.competition-personnel-assignment > span[b-yjv28sf695] { display: grid; min-width: 0; }
.competition-personnel-assignment small[b-yjv28sf695] { color: var(--rz-text-secondary-color); overflow-wrap: anywhere; }
@media (max-width: 768px) {
    .competition-personnel-manager[b-yjv28sf695]  .rz-button,
    .competition-personnel-manager[b-yjv28sf695]  .rz-dropdown { width: 100%; }
    .competition-personnel-assignment[b-yjv28sf695] { align-items: stretch; flex-direction: column; }
}
/* _content/L4FSports.Shared/Components/Field.razor.rz.scp.css */
.aligned-form-field[b-dx0m3p2zwe] { height: 100%; min-width: 0; }
.aligned-form-field__label[b-dx0m3p2zwe] { display: inline-flex; align-items: center; flex-wrap: wrap; }
.aligned-form-field[b-dx0m3p2zwe]  .rz-inputtext,
.aligned-form-field[b-dx0m3p2zwe]  .rz-dropdown,
.aligned-form-field[b-dx0m3p2zwe]  .rz-numeric { width: 100%; }
/* _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;
}

.boxers-page__grid[b-ykxen4uqy1]  .rz-data-row {
    cursor: pointer;
}

.boxers-page__actions[b-ykxen4uqy1] {
    cursor: default;
}

@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/CompetitionAgeClassTemplates.razor.rz.scp.css */
.age-class-templates-page[b-c0ba1nh8ef] { min-width: 0; }
.age-class-templates-page__editor[b-c0ba1nh8ef] { overflow: hidden; }
.age-class-templates-page__entry[b-c0ba1nh8ef] { display: flex; align-items: center; justify-content: space-between; gap: .75rem; padding: .65rem .8rem; border: 1px solid var(--rz-base-300); border-radius: .4rem; }
.age-class-templates-page__entry span[b-c0ba1nh8ef], .age-class-templates-page__ranges[b-c0ba1nh8ef] { display: flex; flex-direction: column; gap: .2rem; min-width: 0; }
.age-class-templates-page__entry small[b-c0ba1nh8ef] { color: var(--rz-text-secondary-color); }
@media (max-width: 768px) { .age-class-templates-page[b-c0ba1nh8ef]  .rz-datatable-wrapper { overflow-x: auto; max-width: 100%; } .age-class-templates-page__entry[b-c0ba1nh8ef] { align-items: flex-start; } }
/* _content/L4FSports.Shared/Components/Pages/CompetitionControlTable.razor.rz.scp.css */
.competition-controls-page[b-2715bwnd6d] { box-sizing: border-box; width: 100%; max-width: 1500px; min-width: 0; margin: 0 auto; padding: 1rem; display: grid; gap: 1rem; }
.controls-header[b-2715bwnd6d] { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; align-items: end; }
.control-page-nav[b-2715bwnd6d] { display: flex; gap: .5rem; max-width: 100%; overflow-x: auto; padding-bottom: .25rem; }
.control-page-nav a[b-2715bwnd6d] { white-space: nowrap; padding: .55rem .8rem; border-radius: .5rem; background: var(--rz-base-200); text-decoration: none; }
.toolbar-field[b-2715bwnd6d] { flex: 1 1 15rem; min-width: 12rem; }
.class-field[b-2715bwnd6d] { flex: 1 1 10rem; min-width: 9rem; }
.class-chips[b-2715bwnd6d] { display: flex; flex-wrap: wrap; gap: .4rem; }
.class-chips span[b-2715bwnd6d], .confirmation-chip[b-2715bwnd6d], .status-pill[b-2715bwnd6d] { display: inline-flex; padding: .25rem .5rem; border-radius: 999px; background: var(--rz-base-200); font-size: .78rem; }
.controls-table-wrap[b-2715bwnd6d] { max-width: 100%; overflow-x: auto; border: 1px solid var(--rz-base-300); border-radius: .75rem; }
.controls-table[b-2715bwnd6d] { width: 100%; min-width: 1200px; border-collapse: collapse; background: var(--rz-base-background-color); }
.controls-table th[b-2715bwnd6d], .controls-table td[b-2715bwnd6d] { padding: .65rem; border-bottom: 1px solid var(--rz-base-200); text-align: left; vertical-align: top; }
.controls-table th[b-2715bwnd6d] { position: sticky; top: 0; z-index: 1; background: var(--rz-base-100); }
.boxer-photo[b-2715bwnd6d], .photo-placeholder[b-2715bwnd6d] { width: 3rem; height: 3rem; border-radius: 50%; object-fit: cover; }
.photo-placeholder[b-2715bwnd6d] { display: grid; place-items: center; background: var(--rz-base-200); font-family: 'Material Symbols Outlined'; }
.weight-cell[b-2715bwnd6d], .doctor-cell[b-2715bwnd6d], .medical-actions[b-2715bwnd6d], .confirmation-cell[b-2715bwnd6d] { display: flex; flex-direction: column; gap: .45rem; min-width: 12rem; }
.medical-actions .rz-button[b-2715bwnd6d] { min-height: 2.75rem; }
.status-pill.fits[b-2715bwnd6d] { color: var(--rz-success-dark); background: var(--rz-success-lighter); }
.status-pill.mismatch[b-2715bwnd6d] { color: var(--rz-danger-dark); background: var(--rz-danger-lighter); }
.status-pill.pending[b-2715bwnd6d] { color: var(--rz-warning-dark); background: var(--rz-warning-lighter); }
[b-2715bwnd6d] .rz-card, [b-2715bwnd6d] .rz-dropdown, [b-2715bwnd6d] .rz-numeric { max-width: 100%; min-width: 0; }
@media (max-width: 768px) {
    .competition-controls-page[b-2715bwnd6d] { padding: .5rem; }
    .controls-header[b-2715bwnd6d] { align-items: stretch; }
    .control-page-nav[b-2715bwnd6d] { width: 100%; }
    .controls-table[b-2715bwnd6d] { min-width: 0; }
    .controls-table thead[b-2715bwnd6d] { display: none; }
    .controls-table[b-2715bwnd6d], .controls-table tbody[b-2715bwnd6d], .controls-table tr[b-2715bwnd6d], .controls-table td[b-2715bwnd6d] { display: block; width: 100%; box-sizing: border-box; }
    .controls-table tr[b-2715bwnd6d] { padding: .5rem; border-bottom: .75rem solid var(--rz-base-200); }
    .controls-table td[b-2715bwnd6d] { display: grid; grid-template-columns: minmax(7rem, 35%) minmax(0, 1fr); gap: .5rem; border: 0; }
    .controls-table td[b-2715bwnd6d]::before { content: attr(data-label); font-weight: 600; }
    .weight-cell[b-2715bwnd6d], .doctor-cell[b-2715bwnd6d], .medical-actions[b-2715bwnd6d], .confirmation-cell[b-2715bwnd6d] { min-width: 0; }
}
/* _content/L4FSports.Shared/Components/Pages/CompetitionEventHub.razor.rz.scp.css */
.competition-event-hub[b-nzczwgqv17] {
    box-sizing: border-box;
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: 1rem;
    min-width: 0;
}
.public-announcement article[b-nzczwgqv17] { overflow-wrap: anywhere; }
.public-announcement article[b-nzczwgqv17]  img { max-width: 100%; height: auto; }

.event-admission[b-nzczwgqv17] {
    width: min(720px, 100%);
    margin: 0 auto;
}

.operations-grid[b-nzczwgqv17] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.operations-status-grid[b-nzczwgqv17] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}

.operation-status-card[b-nzczwgqv17] {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: .1rem .65rem;
    min-width: 0;
    padding: 1rem;
    color: inherit;
    text-decoration: none;
    border: 1px solid var(--rz-base-300);
    border-radius: .75rem;
    background: var(--rz-base-background-color);
    transition: border-color .15s ease, transform .15s ease;
}

.operation-status-card:hover[b-nzczwgqv17],
.operation-status-card:focus-visible[b-nzczwgqv17] {
    border-color: var(--rz-primary);
    transform: translateY(-1px);
}

.operation-status-card.complete .status-icon[b-nzczwgqv17] {
    color: var(--rz-success);
}

.operation-status-card .status-icon[b-nzczwgqv17] {
    grid-row: 1 / span 2;
    align-self: center;
    color: var(--rz-primary);
    font-size: 1.7rem;
}

.operation-status-card strong[b-nzczwgqv17] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.operation-status-card span:last-child[b-nzczwgqv17] {
    color: var(--rz-text-secondary-color);
    font-size: .85rem;
}

.operations-task-nav[b-nzczwgqv17] {
    display: flex;
    gap: .5rem;
    padding: .25rem 0;
    overflow-x: auto;
    scrollbar-width: thin;
}

.operations-task-nav a[b-nzczwgqv17] {
    flex: 0 0 auto;
    padding: .55rem .8rem;
    color: var(--rz-text-color);
    text-decoration: none;
    border: 1px solid var(--rz-base-300);
    border-radius: 999px;
    background: var(--rz-base-background-color);
}

.role-options[b-nzczwgqv17] {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 1.25rem;
}

.admission-photo[b-nzczwgqv17] {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
}

.photo-upload[b-nzczwgqv17] {
    display: grid;
    gap: .5rem;
    text-align: center;
}

.qr-scanner-video[b-nzczwgqv17] {
    width: min(100%, 480px);
    max-height: 360px;
    object-fit: cover;
    border-radius: .5rem;
    background: #111;
}

[b-nzczwgqv17] .rz-data-grid,
[b-nzczwgqv17] .rz-card {
    min-width: 0;
    max-width: 100%;
}

.competition-event-card[b-nzczwgqv17] { min-width: 0; max-width: 100%; overflow: hidden; }
.competition-event-card[b-nzczwgqv17]  .rz-data-grid { min-width: 0; max-width: 100%; overflow-x: auto; }

@media (max-width: 768px) {
    .competition-event-hub[b-nzczwgqv17] {
        padding: .5rem;
    }

    .operations-grid[b-nzczwgqv17] {
        grid-template-columns: minmax(0, 1fr);
    }

    .operations-status-grid[b-nzczwgqv17] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [b-nzczwgqv17] .rz-button,
    [b-nzczwgqv17] .rz-dropdown,
    [b-nzczwgqv17] .rz-textbox,
    [b-nzczwgqv17] .rz-numeric {
        max-width: 100%;
    }
}

@media (max-width: 430px) {
    .operations-status-grid[b-nzczwgqv17] {
        grid-template-columns: minmax(0, 1fr);
    }
}
/* _content/L4FSports.Shared/Components/Pages/CompetitionOfficials.razor.rz.scp.css */
.competition-officials-page[b-8i0r4p3m5l] { max-width: 100%; min-width: 0; }
.competition-officials-page[b-8i0r4p3m5l]  .rz-card,
.competition-officials-page[b-8i0r4p3m5l]  .rz-row,
.competition-officials-page[b-8i0r4p3m5l]  .rz-data-grid { max-width: 100%; min-width: 0; }
.competition-officials-page[b-8i0r4p3m5l]  .rz-data-grid { overflow-x: auto; }
.competition-officials-page__roles[b-8i0r4p3m5l] { display: flex; flex-wrap: wrap; gap: .6rem 1rem; }
.competition-officials-page__roles label[b-8i0r4p3m5l] { display: flex; align-items: center; gap: .4rem; }

@media (max-width: 768px) {
    .competition-officials-page[b-8i0r4p3m5l]  .rz-button,
    .competition-officials-page[b-8i0r4p3m5l]  .rz-dropdown,
    .competition-officials-page[b-8i0r4p3m5l]  .rz-inputtext { width: 100%; }
}
/* _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-card,
.competitions-page[b-j5i7wxk0sz]  .rz-stack,
.competitions-page[b-j5i7wxk0sz]  .rz-row,
.competitions-page[b-j5i7wxk0sz]  .rz-data-grid { max-width: 100%; min-width: 0; }
.competitions-page[b-j5i7wxk0sz]  .rz-data-grid { overflow-x: auto; }
.competitions-page[b-j5i7wxk0sz]  .rz-grid-table { max-width: 100%; }
.competitions-page input[b-j5i7wxk0sz] { width: 100%; }

.competition-form-grid[b-j5i7wxk0sz] {
    display: grid;
    gap: .75rem;
    align-items: end;
    min-width: 0;
}

.competition-name-grid[b-j5i7wxk0sz] { grid-template-columns: minmax(0, 2fr) minmax(12rem, 1fr); }
.competition-address-grid[b-j5i7wxk0sz] { grid-template-columns: minmax(7rem, 2fr) minmax(10rem, 4fr) minmax(12rem, 4fr) minmax(7rem, 2fr); }
.competition-invitation-grid[b-j5i7wxk0sz] { grid-template-columns: minmax(10rem, 3fr) minmax(14rem, 4fr) minmax(8rem, 2fr) minmax(10rem, 3fr); }
.competition-price-grid[b-j5i7wxk0sz] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.competition-form-full[b-j5i7wxk0sz] { grid-column: 1 / -1; }
.competition-form-wide[b-j5i7wxk0sz] { grid-column: span 3; }

.competition-summary-grid[b-j5i7wxk0sz] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}

.competition-summary-card[b-j5i7wxk0sz] {
    display: grid;
    gap: .15rem;
    min-width: 0;
    padding: 1rem;
    color: inherit;
    text-decoration: none;
    border: 1px solid var(--rz-base-300);
    border-radius: .75rem;
    background: var(--rz-base-background-color);
}

.competition-summary-card strong[b-j5i7wxk0sz] { color: var(--rz-primary); font-size: 1.35rem; }
.competition-summary-card span[b-j5i7wxk0sz] { color: var(--rz-text-secondary-color); }

.competition-toggle-grid[b-j5i7wxk0sz] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem 1rem;
}

.competition-toggle-grid label[b-j5i7wxk0sz] {
    display: flex;
    align-items: center;
    gap: .55rem;
    min-width: 0;
}

.competition-toggle-grid input[b-j5i7wxk0sz] { width: auto; flex: 0 0 auto; }

.competition-detail-nav[b-j5i7wxk0sz] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    align-items: center;
}

.competition-detail-nav a[b-j5i7wxk0sz] {
    padding: .55rem .8rem;
    color: inherit;
    text-decoration: none;
    border: 1px solid var(--rz-base-300);
    border-radius: 999px;
}

.competition-responsive-card[b-j5i7wxk0sz] { display: grid; gap: .75rem; padding: .25rem; cursor: pointer; }
.competition-responsive-card header[b-j5i7wxk0sz] { display: flex; align-items: flex-start; justify-content: space-between; gap: .75rem; }
.competition-responsive-card dl[b-j5i7wxk0sz] { display: grid; gap: .45rem; margin: 0; }
.competition-responsive-card dl div[b-j5i7wxk0sz] { display: grid; grid-template-columns: minmax(6.5rem, .8fr) minmax(0, 1.2fr); gap: .5rem; }
.competition-responsive-card dt[b-j5i7wxk0sz] { color: var(--rz-text-secondary-color); }
.competition-responsive-card dd[b-j5i7wxk0sz] { margin: 0; overflow-wrap: anywhere; }
.competition-announcement-content[b-j5i7wxk0sz] { padding: 1rem; border: 1px solid var(--rz-base-300); border-radius: .7rem; overflow-wrap: anywhere; }
.competition-announcement-content[b-j5i7wxk0sz]  img { max-width: 100%; height: auto; }
.competition-announcement-file[b-j5i7wxk0sz] { display: flex; align-items: center; gap: .75rem; padding: .8rem; border: 1px solid var(--rz-base-300); border-radius: .7rem; }
.competition-announcement-file > span[b-j5i7wxk0sz] { color: var(--rz-primary); font-size: 2rem; }
.competition-announcement-file > div[b-j5i7wxk0sz] { display: grid; flex: 1 1 auto; min-width: 0; }
.competition-announcement-file strong[b-j5i7wxk0sz] { overflow-wrap: anywhere; }
.competition-announcement-file small[b-j5i7wxk0sz] { color: var(--rz-text-secondary-color); }
.competition-announcement-editor[b-j5i7wxk0sz] { display: grid; gap: .75rem; padding-top: 1rem; border-top: 1px solid var(--rz-base-300); }
.announcement-upload-button[b-j5i7wxk0sz] { display: inline-flex; align-items: center; gap: .45rem; cursor: pointer; }
.announcement-upload-button input[b-j5i7wxk0sz] { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.competition-setup-wizard[b-j5i7wxk0sz] { width: 100%; }
.competition-setup-steps[b-j5i7wxk0sz] { display: grid; grid-template-columns: repeat(8, minmax(7rem, 1fr)); gap: .5rem; overflow-x: auto; padding: .2rem 0 .55rem; }
.competition-setup-step[b-j5i7wxk0sz] { display: flex; align-items: center; gap: .5rem; min-width: 7rem; padding: .65rem .75rem; color: var(--rz-text-secondary-color); border: 1px solid var(--rz-base-300); border-radius: .7rem; background: var(--rz-base-background-color); }
.competition-setup-step span[b-j5i7wxk0sz] { display: grid; flex: 0 0 auto; place-items: center; width: 1.7rem; height: 1.7rem; border-radius: 50%; background: var(--rz-base-200); }
.competition-setup-step strong[b-j5i7wxk0sz] { font-size: .82rem; line-height: 1.15; }
.competition-setup-step.active[b-j5i7wxk0sz] { color: var(--rz-primary); border-color: var(--rz-primary); box-shadow: 0 0 0 .15rem color-mix(in srgb, var(--rz-primary) 12%, transparent); }
.competition-setup-step.active span[b-j5i7wxk0sz], .competition-setup-step.complete span[b-j5i7wxk0sz] { color: white; background: var(--rz-primary); }
.competition-setup-panel[b-j5i7wxk0sz] { min-height: 24rem; }
.competition-setup-list-item[b-j5i7wxk0sz] { display: flex; align-items: center; justify-content: space-between; gap: .75rem; padding: .7rem .8rem; border: 1px solid var(--rz-base-300); border-radius: .65rem; }
.competition-setup-list-item > span[b-j5i7wxk0sz] { display: grid; min-width: 0; }
.competition-setup-list-item small[b-j5i7wxk0sz] { color: var(--rz-text-secondary-color); overflow-wrap: anywhere; }
.competition-setup-add-column[b-j5i7wxk0sz] { display: flex; align-items: flex-end; }
.competition-setup-review[b-j5i7wxk0sz] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.competition-setup-review-section[b-j5i7wxk0sz] { display: grid; align-content: start; gap: .65rem; min-width: 0; padding: .9rem; border: 1px solid var(--rz-base-300); border-radius: .7rem; background: var(--rz-base-background-color); }
.competition-setup-review-section > header[b-j5i7wxk0sz] { display: flex; align-items: center; justify-content: space-between; gap: .75rem; }
.competition-setup-review-section h3[b-j5i7wxk0sz], .competition-setup-review-section h4[b-j5i7wxk0sz] { margin: 0; overflow-wrap: anywhere; }
.competition-setup-review-section h3[b-j5i7wxk0sz] { color: var(--rz-primary); font-size: 1rem; }
.competition-setup-review-section h4[b-j5i7wxk0sz] { font-size: .9rem; }
.competition-setup-review-section > header > span[b-j5i7wxk0sz] { display: grid; flex: 0 0 auto; place-items: center; min-width: 1.75rem; height: 1.75rem; padding: 0 .45rem; color: var(--rz-primary); font-weight: 700; border-radius: 999px; background: color-mix(in srgb, var(--rz-primary) 12%, transparent); }
.competition-setup-review-wide[b-j5i7wxk0sz] { grid-column: 1 / -1; }
.competition-setup-review-details[b-j5i7wxk0sz] { display: grid; gap: .35rem; margin: 0; }
.competition-setup-review-details > div[b-j5i7wxk0sz] { display: grid; grid-template-columns: minmax(7.5rem, .8fr) minmax(0, 1.2fr); gap: .5rem; }
.competition-setup-review-details dt[b-j5i7wxk0sz] { color: var(--rz-text-secondary-color); }
.competition-setup-review-details dd[b-j5i7wxk0sz] { margin: 0; font-weight: 600; overflow-wrap: anywhere; }
.competition-setup-review-list[b-j5i7wxk0sz] { display: grid; gap: .4rem; margin: 0; padding: 0; list-style: none; }
.competition-setup-review-list li[b-j5i7wxk0sz] { display: grid; min-width: 0; padding-top: .4rem; border-top: 1px solid var(--rz-base-200); overflow-wrap: anywhere; }
.competition-setup-review-list > li:first-child[b-j5i7wxk0sz] { padding-top: 0; border-top: 0; }
.competition-setup-review-list small[b-j5i7wxk0sz] { color: var(--rz-text-secondary-color); overflow-wrap: anywhere; }
.competition-setup-review-list ul[b-j5i7wxk0sz] { display: grid; gap: .3rem; margin: .4rem 0 0 .75rem; padding-left: .75rem; border-left: 2px solid var(--rz-base-300); list-style: none; }
.competition-setup-review-columns[b-j5i7wxk0sz] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.competition-setup-review-columns > div[b-j5i7wxk0sz] { display: grid; align-content: start; gap: .45rem; min-width: 0; }
.competition-event-card[b-j5i7wxk0sz] { min-width: 0; max-width: 100%; overflow: hidden; }
.competition-event-card[b-j5i7wxk0sz]  .rz-data-grid { min-width: 0; max-width: 100%; overflow-x: auto; }
.competition-agenda-editor[b-j5i7wxk0sz] { display: grid; gap: .75rem; padding: .75rem; border: 1px solid var(--rz-base-300); border-radius: .65rem; }
.competition-ticket-setup[b-j5i7wxk0sz] { min-width: 0; max-width: 100%; }
.competition-ticket-editor[b-j5i7wxk0sz] { display: grid; gap: .75rem; padding: .85rem; border: 1px solid var(--rz-base-300); border-radius: .65rem; }
.competition-ticket-option-grid[b-j5i7wxk0sz] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem 1rem; }
.competition-ticket-checkbox[b-j5i7wxk0sz] { display: flex; align-items: center; gap: .5rem; min-width: 0; }
.competition-ticket-checkbox input[b-j5i7wxk0sz] { width: auto; flex: 0 0 auto; }

@media (max-width: 768px) {
    .competitions-page[b-j5i7wxk0sz]  .rz-button, .competitions-page[b-j5i7wxk0sz]  .rz-dropdown { width: 100%; }
    .competitions-page[b-j5i7wxk0sz]  .rz-card { overflow-wrap: anywhere; }
    .competition-summary-grid[b-j5i7wxk0sz] { grid-template-columns: minmax(0, 1fr); }
    .competition-toggle-grid[b-j5i7wxk0sz] { grid-template-columns: minmax(0, 1fr); }
    .competition-detail-nav[b-j5i7wxk0sz] { flex-wrap: nowrap; overflow-x: auto; }
    .competition-detail-nav a[b-j5i7wxk0sz] { flex: 0 0 auto; }
    .competition-announcement-file[b-j5i7wxk0sz] { align-items: flex-start; flex-wrap: wrap; }
    .competition-announcement-file[b-j5i7wxk0sz]  .rz-button { width: 100%; }
    .competition-setup-steps[b-j5i7wxk0sz] { grid-template-columns: repeat(8, minmax(8.5rem, 1fr)); }
    .competition-setup-panel[b-j5i7wxk0sz] { min-height: 0; }
    .competition-setup-add-column[b-j5i7wxk0sz] { align-items: stretch; }
    .competition-setup-actions[b-j5i7wxk0sz] { flex-direction: column-reverse; }
    .competition-setup-actions[b-j5i7wxk0sz]  .rz-button { width: 100%; }
    .competition-form-grid[b-j5i7wxk0sz],
    .competition-name-grid[b-j5i7wxk0sz],
    .competition-address-grid[b-j5i7wxk0sz],
    .competition-invitation-grid[b-j5i7wxk0sz],
    .competition-price-grid[b-j5i7wxk0sz] { grid-template-columns: minmax(0, 1fr); }
    .competition-form-full[b-j5i7wxk0sz],
    .competition-form-wide[b-j5i7wxk0sz] { grid-column: auto; }
    .competition-event-card[b-j5i7wxk0sz]  .rz-stack-horizontal { align-items: stretch !important; }
    .competition-ticket-option-grid[b-j5i7wxk0sz] { grid-template-columns: minmax(0, 1fr); }
    .competition-setup-review[b-j5i7wxk0sz] { grid-template-columns: minmax(0, 1fr); }
    .competition-setup-review-wide[b-j5i7wxk0sz] { grid-column: auto; }
    .competition-setup-review-details > div[b-j5i7wxk0sz] { grid-template-columns: minmax(0, 1fr); gap: .1rem; }
    .competition-setup-review-columns[b-j5i7wxk0sz] { grid-template-columns: minmax(0, 1fr); }
}
/* _content/L4FSports.Shared/Components/Pages/CompetitionTicketSales.razor.rz.scp.css */
.ticket-sales-page[b-xpb6y9xxr7] { box-sizing: border-box; width: min(100%, 76rem); margin: 0 auto; padding: 1rem; overflow-x: hidden; }
.ticket-checkbox[b-xpb6y9xxr7] { display: inline-flex; align-items: center; gap: .5rem; min-height: 2rem; }
.ticket-option-grid[b-xpb6y9xxr7] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; }
.ticket-lookup-result[b-xpb6y9xxr7] { display: flex; flex-direction: column; gap: .3rem; }
.ticket-lookup-result img[b-xpb6y9xxr7] { width: min(16rem, 100%); height: auto; border-radius: .5rem; }
.issued-ticket[b-xpb6y9xxr7] { width: min(100%, 34rem); }
[b-xpb6y9xxr7] .rz-datatable-wrapper { max-width: 100%; overflow-x: auto; }
@media (max-width: 768px) {
    .ticket-sales-page[b-xpb6y9xxr7] { padding: .5rem; }
    .ticket-option-grid[b-xpb6y9xxr7] { grid-template-columns: 1fr; }
    [b-xpb6y9xxr7] .rz-button { max-width: 100%; white-space: normal; }
    [b-xpb6y9xxr7] .rz-dropdown, [b-xpb6y9xxr7] .rz-textbox, [b-xpb6y9xxr7] .rz-numeric { width: 100% !important; }
}
/* _content/L4FSports.Shared/Components/Pages/CompetitionWeightClassTemplates.razor.rz.scp.css */
.weight-class-templates-page[b-t1d5zb8fdz] {
    max-width: 100%;
    min-width: 0;
}

.weight-class-templates-page__editor[b-t1d5zb8fdz],
.weight-class-templates-page__group[b-t1d5zb8fdz] {
    min-width: 0;
}

.weight-class-templates-page__group[b-t1d5zb8fdz] {
    border: 1px solid var(--rz-base-300);
    border-radius: .5rem;
    padding: .75rem;
}

.weight-class-templates-page__entry[b-t1d5zb8fdz],
.weight-class-templates-page__summary[b-t1d5zb8fdz] {
    display: flex;
    gap: .5rem;
}

.weight-class-templates-page__entry[b-t1d5zb8fdz] {
    align-items: center;
    justify-content: space-between;
    padding: .35rem 0;
}

.weight-class-templates-page__entry span[b-t1d5zb8fdz],
.weight-class-templates-page__summary[b-t1d5zb8fdz] {
    min-width: 0;
    flex-direction: column;
}

.weight-class-templates-page__entry small[b-t1d5zb8fdz] {
    display: block;
    color: var(--rz-text-secondary-color);
}

@media (max-width: 768px) {
    .weight-class-templates-page[b-t1d5zb8fdz]  .rz-data-grid,
    .weight-class-templates-page[b-t1d5zb8fdz]  .rz-grid-table,
    .weight-class-templates-page[b-t1d5zb8fdz]  .rz-card {
        max-width: 100%;
        min-width: 0;
    }

    .weight-class-templates-page[b-t1d5zb8fdz]  .rz-button,
    .weight-class-templates-page[b-t1d5zb8fdz]  .rz-dropdown,
    .weight-class-templates-page[b-t1d5zb8fdz]  .rz-numeric,
    .weight-class-templates-page[b-t1d5zb8fdz]  .rz-textbox {
        max-width: 100%;
    }
}
/* _content/L4FSports.Shared/Components/Pages/ExternalCompetitionRegistration.razor.rz.scp.css */
.external-registration-page[b-bqmnllbniz] {
    box-sizing: border-box;
    width: min(1080px, 100%);
    margin: 0 auto;
    padding: clamp(.75rem, 2vw, 1.75rem);
    min-width: 0;
}

.registration-shell[b-bqmnllbniz] { display: grid; gap: 1rem; min-width: 0; }
.registration-hero[b-bqmnllbniz] { overflow: hidden; border: 0; color: #fff; background: linear-gradient(135deg, var(--rz-primary) 0%, #173d71 100%); }
.registration-header[b-bqmnllbniz] { display: grid; gap: 1rem; }
.registration-title-line[b-bqmnllbniz] { display: flex; gap: .9rem; align-items: center; }
.registration-mark[b-bqmnllbniz] { display: grid; place-items: center; flex: 0 0 3.25rem; height: 3.25rem; border-radius: .9rem; font-size: 1.75rem; background: rgba(255,255,255,.15); }
.registration-eyebrow[b-bqmnllbniz] { display: block; margin-bottom: .2rem; color: rgba(255,255,255,.82); font-size: .75rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.competition-invitation-summary[b-bqmnllbniz] { display: grid; gap: .2rem; padding: .8rem 1rem; border-radius: .75rem; background: rgba(255,255,255,.12); }
.competition-invitation-summary strong[b-bqmnllbniz] { font-size: 1.05rem; }
.competition-invitation-summary span[b-bqmnllbniz] { color: rgba(255,255,255,.84); }

.registration-steps[b-bqmnllbniz] { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .5rem; padding: 0; margin: 0; list-style: none; }
.registration-steps li[b-bqmnllbniz] { display: flex; gap: .5rem; align-items: center; min-width: 0; padding: .65rem .75rem; color: var(--rz-text-secondary-color); border: 1px solid var(--rz-base-300); border-radius: .65rem; background: var(--rz-base-background-color); }
.registration-steps li span[b-bqmnllbniz] { display: grid; place-items: center; flex: 0 0 1.65rem; height: 1.65rem; border-radius: 50%; font-weight: 700; background: var(--rz-base-200); }
.registration-steps li.active[b-bqmnllbniz] { color: var(--rz-primary); border-color: var(--rz-primary); font-weight: 650; }
.registration-steps li.active span[b-bqmnllbniz] { color: #fff; background: var(--rz-primary); }

.registration-layout[b-bqmnllbniz] { display: grid; grid-template-columns: minmax(0, 1fr) minmax(15rem, 18rem); gap: 1rem; align-items: start; min-width: 0; }
.registration-card[b-bqmnllbniz] { border-radius: .9rem; overflow: hidden; }
.registration-form-section[b-bqmnllbniz] { display: grid; gap: 1rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--rz-base-300); }
.registration-form-section:last-of-type[b-bqmnllbniz] { padding-bottom: 0; border-bottom: 0; }
.registration-section-heading[b-bqmnllbniz] { display: flex; gap: .7rem; align-items: flex-start; }
.registration-section-heading > span[b-bqmnllbniz] { color: var(--rz-primary); }
.registration-section-heading div[b-bqmnllbniz] { display: grid; gap: .15rem; }
.registration-section-heading small[b-bqmnllbniz] { color: var(--rz-text-secondary-color); }
.registration-email[b-bqmnllbniz] { width: 100%; background: var(--rz-base-100); }
.registration-roles[b-bqmnllbniz] { display: grid; gap: .65rem; margin-top: 1rem; }
.role-options[b-bqmnllbniz] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
.role-option[b-bqmnllbniz] { display: flex; align-items: center; gap: .6rem; min-height: 2.75rem; padding: .65rem .8rem; border: 1px solid var(--rz-base-300); border-radius: .6rem; cursor: pointer; }
.role-option:has(input:checked)[b-bqmnllbniz] { border-color: var(--rz-primary); background: color-mix(in srgb, var(--rz-primary) 8%, transparent); }
.registration-submit[b-bqmnllbniz] { width: 100%; min-height: 3rem; }
.registration-context[b-bqmnllbniz] { position: sticky; top: 1rem; }
.registration-context[b-bqmnllbniz] { display: grid; gap: 1rem; }
.registration-context[b-bqmnllbniz]  .rz-card { display: grid; gap: .7rem; }
.registration-context p[b-bqmnllbniz] { margin: 0; color: var(--rz-text-secondary-color); line-height: 1.5; }
.context-icon[b-bqmnllbniz] { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; color: var(--rz-primary); border-radius: .75rem; background: color-mix(in srgb, var(--rz-primary) 12%, transparent); }
.registration-announcement-html[b-bqmnllbniz] { max-height: 18rem; overflow: auto; overflow-wrap: anywhere; }
.registration-announcement-html[b-bqmnllbniz]  img { max-width: 100%; height: auto; }
.announcement-download[b-bqmnllbniz] { display: flex; gap: .45rem; align-items: center; overflow-wrap: anywhere; }
.completion-card[b-bqmnllbniz] { max-width: 760px; margin: 0 auto; }

[b-bqmnllbniz] .rz-card,
[b-bqmnllbniz] .rz-dropdown,
[b-bqmnllbniz] .rz-numeric,
[b-bqmnllbniz] .rz-datepicker,
[b-bqmnllbniz] .rz-row,
[b-bqmnllbniz] .rz-column { min-width: 0; max-width: 100%; }

@media (max-width: 768px) {
    .external-registration-page[b-bqmnllbniz] { padding: .5rem; }
    .registration-layout[b-bqmnllbniz] { grid-template-columns: minmax(0,1fr); }
    .registration-context[b-bqmnllbniz] { position: static; order: -1; }
    .role-options[b-bqmnllbniz] { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 520px) {
    .registration-steps[b-bqmnllbniz] { grid-template-columns: minmax(0,1fr); }
    .registration-steps li:not(.active)[b-bqmnllbniz] { display: none; }
    .registration-title-line[b-bqmnllbniz] { align-items: flex-start; }
    .registration-mark[b-bqmnllbniz] { flex-basis: 2.75rem; height: 2.75rem; }
}
/* _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] {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    padding: clamp(1rem, 4vw, 3rem);
    overflow-x: hidden;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.2), transparent 24rem),
        radial-gradient(circle at 88% 82%, rgba(6, 182, 212, 0.28), transparent 28rem),
        linear-gradient(145deg, #172554 0%, #3730a3 52%, #5b21b6 100%);
}

.login-card[b-3mp6cumqh1] {
    box-sizing: border-box;
    position: relative;
    background: white;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 1.25rem;
    box-shadow: 0 1.5rem 4rem rgba(15, 23, 42, 0.28);
    width: 100%;
    max-width: 28rem;
}

.login-card h1[b-3mp6cumqh1] {
    text-align: center;
    margin: 0 0 1.75rem;
    color: #172554;
    font-size: clamp(1.75rem, 5vw, 2.25rem);
    font-weight: 750;
    letter-spacing: -0.035em;
}

.login-brand[b-3mp6cumqh1] {
    display: grid;
    place-items: center;
    width: 8.5rem;
    height: 4rem;
    margin: 0 auto 0.9rem;
    border-radius: 1.15rem;
    color: white;
    background: linear-gradient(145deg, #2563eb, #6d28d9);
    box-shadow: 0 0.75rem 1.75rem rgba(79, 70, 229, 0.28);
}

.login-brand span[b-3mp6cumqh1] {
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.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: #334155;
}

.form-group[b-3mp6cumqh1]  input {
    box-sizing: border-box;
    width: 100%;
    min-height: 3rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.75rem;
    color: #0f172a;
    background: #fff;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.form-group[b-3mp6cumqh1]  input:focus {
    border-color: #4f46e5;
    box-shadow: 0 0 0 0.2rem rgba(79, 70, 229, 0.14);
}

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

.login-card .btn-primary[b-3mp6cumqh1] {
    display: block;
    width: 100%;
    min-height: 3rem;
    padding: 0.75rem 1rem;
    border: 0;
    border-radius: 0.75rem;
    font-weight: 650;
    color: white;
    cursor: pointer;
    background: linear-gradient(135deg, #2563eb, #6d28d9);
    box-shadow: 0 0.6rem 1.25rem rgba(79, 70, 229, 0.2);
}

.login-card .btn-primary:hover[b-3mp6cumqh1],
.login-card .btn-primary:focus-visible[b-3mp6cumqh1] {
    background: linear-gradient(135deg, #1d4ed8, #5b21b6);
}

.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;
}

@media (max-width: 768px) {
    .login-container[b-3mp6cumqh1] {
        align-items: flex-start;
        padding: 1rem;
    }

    .login-card[b-3mp6cumqh1] {
        margin-block: auto;
        padding: 1.35rem;
        border-radius: 1rem;
    }

    .login-culture[b-3mp6cumqh1] {
        margin-bottom: 0.75rem;
    }
}
/* _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/OrganizationCalendar.razor.rz.scp.css */
.organization-calendar-page[b-ou19nlrght] {
    max-width: 100%;
    min-width: 0;
}

.organization-calendar-page[b-ou19nlrght]  .rz-card,
.organization-calendar-page[b-ou19nlrght]  .rz-stack,
.organization-calendar-page[b-ou19nlrght]  .rz-row {
    max-width: 100%;
    min-width: 0;
}

.calendar-event-editor[b-ou19nlrght],
.calendar-filter-card[b-ou19nlrght],
.calendar-item-details[b-ou19nlrght] {
    overflow: hidden;
}

.calendar-all-day-column[b-ou19nlrght] {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding-top: 1.75rem;
}

.calendar-kind-filter[b-ou19nlrght] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    cursor: pointer;
}

.calendar-organization-filter[b-ou19nlrght] {
    width: min(22rem, 100%);
    margin-inline-start: auto;
}

.calendar-scheduler-shell[b-ou19nlrght] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    border-radius: .5rem;
}

.calendar-scheduler-shell[b-ou19nlrght]  .rz-scheduler {
    min-width: 42rem;
}

.calendar-scheduler-shell[b-ou19nlrght]  .rz-scheduler-nav {
    flex-wrap: wrap;
}

.calendar-scheduler-shell[b-ou19nlrght]  .calendar-appointment {
    border-radius: .25rem;
}

.calendar-appointment-title[b-ou19nlrght],
.calendar-scheduler-shell[b-ou19nlrght]  .rz-event-content small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.calendar-scheduler-shell[b-ou19nlrght]  .rz-event-content small {
    opacity: .9;
    font-size: .72rem;
}

.calendar-item-details p[b-ou19nlrght] {
    margin: .25rem 0;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

@media (max-width: 768px) {
    .organization-calendar-page[b-ou19nlrght]  .rz-button,
    .organization-calendar-page[b-ou19nlrght]  .rz-dropdown,
    .organization-calendar-page[b-ou19nlrght]  .rz-datepicker {
        width: 100%;
    }

    .calendar-editor-actions[b-ou19nlrght] {
        flex-direction: column-reverse;
    }

    .calendar-all-day-column[b-ou19nlrght] {
        padding-top: .5rem;
    }

    .calendar-organization-filter[b-ou19nlrght] {
        margin-inline-start: 0;
    }

    .calendar-scheduler-shell[b-ou19nlrght]  .rz-scheduler {
        min-width: 36rem;
    }
}
/* _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%;
}

.document-quick-access[b-w7syom43rl] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    max-width: 11rem;
    font-size: 0.8rem;
    line-height: 1.15;
    cursor: pointer;
}

@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;
}
