/* /Components/Board/AwayTeamColumn.razor.rz.scp.css */
.away-team-column[b-noduiursxg] {
    align-items: center;
    border-radius: 0.5rem;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 var(--away-team-column-width);
    font-size: clamp(1.15rem, 1.9vw, 1.8rem);
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.02em;
    padding: 0.35rem 0.2rem;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
}
/* /Components/Board/BoardActualWinners.razor.rz.scp.css */
.board-actual-winners[b-58drnp6nbc] {
    width: 100%;
    min-height: 100%;
    padding: 0;
}

.board-actual-winners-loading[b-58drnp6nbc],
.board-actual-winners-empty[b-58drnp6nbc] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    color: #6c757d;
    font-size: 1rem;
    text-align: center;
}

.board-actual-winners-container[b-58drnp6nbc] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.board-actual-winners-period[b-58drnp6nbc] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    overflow: hidden;
}

.board-actual-winners-period-header[b-58drnp6nbc] {
    background-color: #f8f9fa;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.board-actual-winners-period-header h5[b-58drnp6nbc] {
    margin: 0;
    font-weight: 600;
    color: #212529;
}

.board-actual-winners-period-score[b-58drnp6nbc] {
    font-weight: 600;
    color: #495057;
    font-size: 0.875rem;
    background-color: #e9ecef;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
}

.board-actual-winners-no-winners[b-58drnp6nbc] {
    padding: 1.5rem;
    text-align: center;
    color: #6c757d;
}

.board-actual-winners-list[b-58drnp6nbc] {
    padding: 0;
}

.board-actual-winners-list table[b-58drnp6nbc] {
    margin-bottom: 0;
    font-size: 0.875rem;
}

.board-actual-winners-list thead[b-58drnp6nbc] {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}

.board-actual-winners-list thead th[b-58drnp6nbc] {
    font-weight: 600;
    color: #495057;
    border-color: #dee2e6;
    padding: 0.75rem;
    text-align: left;
}

.board-actual-winners-list tbody td[b-58drnp6nbc] {
    padding: 0.75rem;
    border-color: #dee2e6;
    vertical-align: middle;
}

.board-actual-winners-list tbody tr:hover[b-58drnp6nbc] {
    background-color: #f8f9fa;
}

.board-actual-winners-list tbody tr:last-child td[b-58drnp6nbc] {
    border-bottom-color: #dee2e6;
}

@media (max-width: 768px) {
    .board-actual-winners-period-header[b-58drnp6nbc] {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }

    .board-actual-winners-period-header h5[b-58drnp6nbc] {
        font-size: 1rem;
    }

    .board-actual-winners-list[b-58drnp6nbc] {
        font-size: 0.75rem;
    }

    .board-actual-winners-list thead th[b-58drnp6nbc] {
        padding: 0.5rem;
    }

    .board-actual-winners-list tbody td[b-58drnp6nbc] {
        padding: 0.5rem;
    }
}
/* /Components/Board/BoardAdminCard.razor.rz.scp.css */
.board-admin-card[b-h79w0h7y7d] {
    color: inherit;
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: none;
}

[b-h79w0h7y7d](.board-admin-card__card) {
    background-color: var(--bs-card-bg);
    border: 1px solid transparent;
    border-radius: 0.75rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
    color: var(--bs-body-color);
    overflow: hidden;
}

.board-admin-card--owner[b-h79w0h7y7d] (.rz-card),
.board-admin-card--participant[b-h79w0h7y7d] (.rz-card) {
    /* Lighter sage so cards are distinct from the topbar/footer */
    background-color: #B7C6B1 !important;
    border-color: #B7C6B1 !important;
}

.board-admin-card__header[b-h79w0h7y7d] {
    background-color: var(--bs-gray-900);
    color: var(--color-dashboard-accent);
    padding: 1rem 1rem 0.75rem;
}

.board-admin-card__title[b-h79w0h7y7d] {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.2;
}

.board-admin-card__subtitle[b-h79w0h7y7d] {
    font-size: 0.9rem;
    line-height: 1.2;
    opacity: 0.9;
}

.board-admin-card__body[b-h79w0h7y7d] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.board-admin-card__matchup[b-h79w0h7y7d] {
    align-items: center;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 1fr auto 1fr;
    min-height: 46px;
}

.board-admin-card__team[b-h79w0h7y7d] {
    display: flex;
    justify-content: center;
}

.board-admin-card__team img[b-h79w0h7y7d] {
    height: 40px;
    object-fit: contain;
    width: 40px;
}

/* abbreviations removed for compact view */

.board-admin-card__versus[b-h79w0h7y7d] {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
}

.board-admin-card__details[b-h79w0h7y7d] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.board-admin-card__game-name[b-h79w0h7y7d] {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
}

.board-admin-card__meta[b-h79w0h7y7d] {
    font-size: 0.9rem;
    line-height: 1.35;
}

.board-admin-card__label[b-h79w0h7y7d] {
    display: block;
    font-weight: 600;
}

.board-admin-card__empty-state[b-h79w0h7y7d] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.board-admin-card__empty-title[b-h79w0h7y7d] {
    font-weight: 600;
}

.board-admin-card__empty-message[b-h79w0h7y7d] {
    font-size: 0.9rem;
    opacity: 0.85;
}

.board-admin-card__summary[b-h79w0h7y7d] {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0.5rem;
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 1fr;
    padding: 0.65rem 0.75rem;
    text-align: left;
}

.board-admin-card__summary-item[b-h79w0h7y7d] {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
}

.board-admin-card__summary-label[b-h79w0h7y7d] {
    color: var(--bs-gray-700);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.board-admin-card__summary-value[b-h79w0h7y7d] {
    font-size: 0.9rem;
    font-weight: 700;
}

.board-admin-card__players[b-h79w0h7y7d] {
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 0.25rem;
}

.board-admin-card__join-key[b-h79w0h7y7d] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.board-admin-card__join-key-value[b-h79w0h7y7d] {
    font-family: var(--bs-font-monospace);
    font-size: 0.85rem;
    overflow-wrap: anywhere;
}

.board-admin-card__copy-button[b-h79w0h7y7d] {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 0.25rem 0.75rem;
}

.board-admin-card__footer[b-h79w0h7y7d] {
    align-items: center;
    background-color: var(--bs-gray-900);
    color: var(--color-dashboard-accent);
    display: flex;
    font-size: 0.85rem;
    justify-content: center;
    min-height: 2.25rem;
    padding: 0.5rem 1rem;
}

@media (max-width: 575.98px) {
    .board-admin-card__header[b-h79w0h7y7d] {
        padding: 0.75rem 0.75rem 0.6rem;
    }

    .board-admin-card__title[b-h79w0h7y7d] {
        font-size: 1rem;
    }

    .board-admin-card__subtitle[b-h79w0h7y7d] {
        font-size: 0.8rem;
    }

    .board-admin-card__body[b-h79w0h7y7d] {
        gap: 0.65rem;
        padding: 0.75rem;
    }

    .board-admin-card__matchup[b-h79w0h7y7d] {
        gap: 0.5rem;
        min-height: 36px;
    }

    .board-admin-card__team img[b-h79w0h7y7d] {
        height: 32px;
        width: 32px;
    }

    .board-admin-card__versus[b-h79w0h7y7d] {
        font-size: 1rem;
    }

    .board-admin-card__details[b-h79w0h7y7d] {
        gap: 0.4rem;
    }

    .board-admin-card__meta[b-h79w0h7y7d] {
        align-items: baseline;
        display: flex;
        font-size: 0.8rem;
        justify-content: space-between;
        line-height: 1.25;
        text-align: left;
    }

    .board-admin-card__label[b-h79w0h7y7d] {
        display: inline;
        margin-right: 0.5rem;
        white-space: nowrap;
    }

    .board-admin-card__summary[b-h79w0h7y7d] {
        gap: 0.4rem;
        padding: 0.55rem 0.6rem;
    }

    .board-admin-card__summary-label[b-h79w0h7y7d] {
        font-size: 0.72rem;
    }

    .board-admin-card__summary-value[b-h79w0h7y7d],
    .board-admin-card__players[b-h79w0h7y7d] {
        font-size: 0.8rem;
    }

    .board-admin-card__copy-button[b-h79w0h7y7d] {
        font-size: 0.75rem;
        padding: 0.2rem 0.6rem;
    }
}
/* /Components/Board/BoardEntryFeeAssignDialog.razor.rz.scp.css */
.board-entry-fee-assign-dialog[b-egsvdkmg7g] {
    min-width: 320px;
}
/* /Components/Board/BoardManageParticipants.razor.rz.scp.css */
.board-manage-participants[b-wiggjaoadk] {
    margin-top: 1rem;
}

.board-manage-participants__title[b-wiggjaoadk] {
    display: block;
    margin-bottom: 1rem;
    font-weight: 600;
}

.board-manage-participants__section[b-wiggjaoadk] {
    margin-bottom: 1.5rem;
}

.board-manage-participants__label[b-wiggjaoadk] {
    display: block;
    margin-bottom: 0.75rem;
    font-weight: 500;
    color: var(--rz-input-label-color, #666);
}

.board-manage-participants__invite-row[b-wiggjaoadk] {
    display: flex;
    gap: 0.75rem;
    align-items: flex-end;
    margin-bottom: 1rem;
}

.board-manage-participants__divider[b-wiggjaoadk] {
    border-top: 1px solid var(--rz-border-color, #e0e0e0);
    margin: 1.5rem 0;
}

.board-manage-participants__list[b-wiggjaoadk] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.board-manage-participants__participant-row[b-wiggjaoadk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    border: 1px solid var(--rz-border-color, #e0e0e0);
    border-radius: var(--rz-border-radius, 4px);
    background-color: var(--rz-base-background-color, #fafafa);
    transition: all 200ms ease-in-out;
}

.board-manage-participants__participant-row:hover[b-wiggjaoadk] {
    background-color: var(--rz-hover-background-color, #f5f5f5);
    border-color: var(--rz-primary, #0066cc);
}

.board-manage-participants__participant-info[b-wiggjaoadk] {
    flex: 1;
    min-width: 0;
}

.board-manage-participants__participant-name[b-wiggjaoadk] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.board-manage-participants__owner-badge[b-wiggjaoadk] {
    display: inline-block;
    background-color: #f0ad4e;
    color: white;
    padding: 0.125rem 0.5rem;
    border-radius: 3px;
    font-size: 0.75rem;
    font-weight: 600;
}

.board-manage-participants__participant-email[b-wiggjaoadk] {
    font-size: 0.875rem;
    color: var(--rz-text-color-secondary, #999);
    margin-bottom: 0.25rem;
}

.board-manage-participants__participant-joined[b-wiggjaoadk] {
    font-size: 0.75rem;
    color: var(--rz-text-color-secondary, #bbb);
}

.w-100[b-wiggjaoadk] {
    width: 100%;
}
/* /Components/Board/BoardNotifications.razor.rz.scp.css */
.board-notifications[b-9m797u7v4c] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 3.25rem;
}

.board-notifications__row[b-9m797u7v4c],
.board-notifications__form-row[b-9m797u7v4c] {
    align-items: center;
    border-bottom: 1px solid var(--bs-border-color);
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    padding-bottom: 0.75rem;
}

.board-notifications__form[b-9m797u7v4c] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.board-notifications__intro[b-9m797u7v4c],
.board-notifications__hint[b-9m797u7v4c],
.board-notifications__empty[b-9m797u7v4c] {
    color: var(--bs-secondary-color);
}

.board-notifications__label[b-9m797u7v4c] {
    color: var(--bs-secondary-color);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0;
}

.board-notifications__toggle[b-9m797u7v4c],
.board-notifications__value[b-9m797u7v4c] {
    min-width: 9rem;
    text-align: right;
    margin-top: 3.25rem;
}

.board-notifications__actions[b-9m797u7v4c] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

@media (max-width: 767.98px) {
    .board-notifications__row[b-9m797u7v4c],
    .board-notifications__form-row[b-9m797u7v4c],
    .board-notifications__actions[b-9m797u7v4c] {
        align-items: stretch;
        flex-direction: column;
    }

    .board-notifications__toggle[b-9m797u7v4c],
    .board-notifications__value[b-9m797u7v4c] {
        min-width: 0;
        text-align: left;
    }
}
/* /Components/Board/BoardOwnerPaymentInfoDialog.razor.rz.scp.css */
.owner-payment-dialog[b-ulimz2r9tv] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.owner-payment-dialog__row[b-ulimz2r9tv] {
    word-break: break-word;
    line-height: 1.4;
}

.owner-payment-dialog__link[b-ulimz2r9tv] {
    color: #5f7a5a;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

.owner-payment-dialog__link:hover[b-ulimz2r9tv],
.owner-payment-dialog__link:focus[b-ulimz2r9tv] {
    color: #4f694b;
    text-decoration: underline;
}
/* /Components/Board/BoardPayments.razor.rz.scp.css */
.board-payments[b-1cwfs1wl1r] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top:25px;
}

.board-payments__notice[b-1cwfs1wl1r] {
    margin-bottom: 0;
}

.board-payments__summary-card[b-1cwfs1wl1r] {
    margin-bottom: 0;
}

.board-payments__summary-section[b-1cwfs1wl1r] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.board-payments__summary-header[b-1cwfs1wl1r] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.board-payments__summary-title[b-1cwfs1wl1r] {
    margin-bottom: 0;
    font-weight: 700;
}

.board-payments__summary-divider[b-1cwfs1wl1r] {
    border-top: 1px solid var(--bs-border-color);
    margin: 0.875rem 0;
}

.board-payments__totals[b-1cwfs1wl1r] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.board-payments__totals > div[b-1cwfs1wl1r] {
    padding: 0.5rem 0.75rem;
    background: var(--bs-light);
    border-radius: 0.375rem;
    border: 1px solid var(--bs-border-color);
}

.board-payments__totals-selected > div[b-1cwfs1wl1r] {
    /* Use highlight subtle background for selected totals */
    background: var(--theme-info-bg-subtle);
    border-color: var(--bs-info);
}

.board-payments__history-title[b-1cwfs1wl1r] {
    font-weight: 600;
    margin-bottom: 0.375rem;
}

.board-payments__history-list[b-1cwfs1wl1r] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.board-payments__history-list li[b-1cwfs1wl1r] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.board-payments__actions[b-1cwfs1wl1r] {
    display: flex;
    justify-content: flex-end;
}

.board-payments__child-grid[b-1cwfs1wl1r] {
    margin: 0.5rem 0;
}

.board-payments__child-empty[b-1cwfs1wl1r] {
    padding: 0.5rem 0.25rem;
    color: var(--bs-secondary-color);
}
/* /Components/Board/BoardPayoutRecalculateDialog.razor.rz.scp.css */
.board-payout-recalculate-dialog[b-aotfbws2l0] {
    min-width: 320px;
}
/* /Components/Board/BoardPayouts.razor.rz.scp.css */
.board-payouts__tabs[b-ynm0ykp5im]  .e-content .e-item,
.board-payouts__tabs[b-ynm0ykp5im]  .e-tab .e-content .e-item {
    padding: 1rem 0 0;
}

.board-payouts__tabs[b-ynm0ykp5im]  .e-tab-header {
    overflow-x: auto;
}

.board-payouts__tabs[b-ynm0ykp5im]  .e-toolbar-items {
    flex-wrap: wrap;
}
/* /Components/Board/BoardRow.razor.rz.scp.css */
.board-row[b-ooholnrdpz] {
    display: grid;
    width: 100%;
}

.board-row-digit[b-ooholnrdpz] {
    align-items: center;
    background-color: var(--bs-tertiary-bg);
    border: 1px solid #6c757d;
    color: var(--bs-body-color);
    display: flex;
    font-size: clamp(1.55rem, 3.2vw, 2.65rem);
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-height: clamp(50px, 5.2vw, 72px);
    width: 100%;
}

.board-row-digit-winning[b-ooholnrdpz] {
    background-color: rgba(var(--bs-warning-rgb), 0.2);
    border-color: var(--bs-warning);
}

.board-row-five-by-five .board-row-digit[b-ooholnrdpz] {
    font-size: clamp(1.05rem, 1.5vw, 1.45rem);
    min-height: clamp(68px, 6.4vw, 88px);
}

.board-row-five-by-five .board-row-digit-split[b-ooholnrdpz] {
    font-size: clamp(1.55rem, 3.2vw, 2.65rem);
}

.board-row-digit-split[b-ooholnrdpz] {
    align-items: stretch;
    background-color: transparent;
    border: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    justify-items: stretch;
    line-height: 1;
    padding: 0;
    width: 100%;
}

.board-row-digit-part[b-ooholnrdpz] {
    align-items: center;
    background-color: var(--bs-tertiary-bg);
    border: 1px solid #6c757d;
    box-sizing: border-box;
    display: flex;
    font-size: inherit;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.board-row-digit-part-winning[b-ooholnrdpz] {
    background-color: rgba(var(--bs-warning-rgb), 0.2);
    border-color: var(--bs-warning);
}
/* /Components/Board/BoardScoreHeader.razor.rz.scp.css */
.board-score-header-team[b-83qwcvat3w] {
    border-radius: 0.5rem;
    font-size: clamp(1.25rem, 2vw, 2rem);
    font-weight: 700;
    margin-bottom: 0.35rem;
    padding: 0.35rem 0.5rem;
    text-align: center;
}

.board-score-header-digits[b-83qwcvat3w] {
    display: grid;
    grid-template-columns: repeat(11, minmax(0, 1fr));
    width: 100%;
}

.board-score-header-spacer[b-83qwcvat3w] {
    background-color: transparent;
    border: none;
    width: 100%;
}

.board-score-digit[b-83qwcvat3w] {
    align-items: center;
    aspect-ratio: 1 / 1;
    background-color: var(--bs-tertiary-bg);
    border: 1px solid #6c757d;
    color: var(--bs-body-color);
    display: flex;
    font-size: clamp(1.55rem, 3.2vw, 2.65rem);
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-height: clamp(50px, 5.2vw, 72px);
    width: 100%;
}

.board-score-digit-winning[b-83qwcvat3w] {
    background-color: rgba(var(--bs-warning-rgb), 0.2);
    border-color: var(--bs-warning);
}
/* /Components/Board/BoardSendPdfDialog.razor.rz.scp.css */
.board-send-pdf-dialog[b-2z7f3wau2m] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.board-send-pdf-dialog__actions[b-2z7f3wau2m],
.board-send-pdf-dialog__footer[b-2z7f3wau2m] {
    display: flex;
    gap: 0.5rem;
}

.board-send-pdf-dialog__footer[b-2z7f3wau2m] {
    justify-content: flex-end;
}

.board-send-pdf-dialog__list[b-2z7f3wau2m] {
    max-height: 360px;
    overflow-y: auto;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    padding: 0.75rem;
}

.board-send-pdf-dialog__item[b-2z7f3wau2m] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.5rem 0.75rem;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--bs-border-color-translucent);
}

.board-send-pdf-dialog__item:last-child[b-2z7f3wau2m] {
    border-bottom: none;
}

.board-send-pdf-dialog__name[b-2z7f3wau2m] {
    font-weight: 600;
}

.board-send-pdf-dialog__email[b-2z7f3wau2m] {
    grid-column: 2;
    font-size: 0.875rem;
    color: var(--bs-secondary-color);
}
/* /Components/Board/BoardSettings.razor.rz.scp.css */
.board-settings[b-0w6me46v78] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-top: 0.75rem;
}

.board-settings__row[b-0w6me46v78],
.board-settings__form-row[b-0w6me46v78] {
    align-items: baseline;
    border-bottom: 1px solid var(--bs-border-color);
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    padding-bottom: 0.5rem;
}

.board-settings__form[b-0w6me46v78] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.board-settings__tabs[b-0w6me46v78]  .e-content .e-item,
.board-settings__tabs[b-0w6me46v78]  .e-tab .e-content .e-item {
    padding: 1rem 0 0;
}

.board-settings__tabs[b-0w6me46v78]  .e-tab-header {
    overflow-x: auto;
}

.board-settings__tabs[b-0w6me46v78]  .e-toolbar-items {
    flex-wrap: wrap;
}

.board-settings__label[b-0w6me46v78] {
    color: var(--bs-secondary-color);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0;
}

.board-settings__value[b-0w6me46v78] {
    text-align: right;
}

.board-settings__input-group[b-0w6me46v78],
.board-settings__select-with-tooltip[b-0w6me46v78],
.board-settings__form-row > .form-control[b-0w6me46v78],
.board-settings__form-row > .form-select[b-0w6me46v78],
.board-settings__form-row > textarea[b-0w6me46v78],
.board-settings__form-row > .form-check[b-0w6me46v78] {
    max-width: 26rem;
    width: 100%;
}

.board-settings__select-with-tooltip[b-0w6me46v78] {
    position: relative;
}

.board-settings__board-type-hint[b-0w6me46v78] {
    background-color: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.12);
    display: none;
    left: calc(-100% - 0.5rem);
    opacity: 1;
    padding: 0.5rem 0.75rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.board-settings__tooltip-trigger:hover + .board-settings__board-type-hint[b-0w6me46v78],
.board-settings__tooltip-trigger:focus + .board-settings__board-type-hint[b-0w6me46v78] {
    display: block;
}

.board-settings__actions[b-0w6me46v78] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

.board-settings__empty[b-0w6me46v78] {
    color: var(--bs-secondary-color);
    padding-top: 0.75rem;
}

@media (max-width: 767.98px) {
    .board-settings__row[b-0w6me46v78],
    .board-settings__form-row[b-0w6me46v78],
    .board-settings__actions[b-0w6me46v78] {
        align-items: stretch;
        flex-direction: column;
    }

    .board-settings__value[b-0w6me46v78] {
        text-align: left;
    }
}
/* /Components/Board/BoardSquareCell.razor.rz.scp.css */
.board-square-cell[b-fopg9zvct1] {
    align-items: center;
    aspect-ratio: 1 / 1;
    background-color: var(--bs-card-bg);
    border: 1px solid #6c757d;
    color: var(--bs-body-color);
    display: flex;
    font-weight: 700;
    justify-content: center;
    min-height: clamp(50px, 5.2vw, 72px);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.board-square-cell[b-fopg9zvct1]::before {
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.board-square-cell > *[b-fopg9zvct1] {
    position: relative;
    z-index: 1;
}

.board-square-cell-wrapper[b-fopg9zvct1] {
    display:block;
}

.board-square-cell-wrapper > .board-square-cell[b-fopg9zvct1] {
    width: 100%;
    height: 100%;
}

.board-square-cell-initials[b-fopg9zvct1] {
    color: var(--bs-body-color);
    font-size: clamp(0.9rem, 1.6vw, 1.55rem);
    line-height: 1.05;
    text-align: center;
    white-space: pre-line;
}

.board-square-cell-profile-image[b-fopg9zvct1] {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    height: clamp(32px, 3.2vw, 42px);
    justify-content: center;
    overflow: hidden;
    width: clamp(32px, 3.2vw, 42px);
}

.board-square-cell-profile-image-content[b-fopg9zvct1] {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.board-square-cell-initials-mobile-fallback[b-fopg9zvct1] {
    display: none;
}

.board-square-cell-number[b-fopg9zvct1] {
    bottom: 0.22rem;
    color: var(--bs-secondary-color);
    font-size: clamp(0.75rem, 1.1vw, 1.25rem);
    font-weight: 500;
    left: 50%;
    line-height: 1;
    position: absolute;
    transform: translateX(-50%);
}

.board-square-cell-loading-overlay[b-fopg9zvct1] {
    align-items: center;
    background-color: rgba(var(--bs-body-bg-rgb), 0.55);
    display: flex;
    inset: 0;
    justify-content: center;
    position: absolute;
    z-index: 3;
}

.board-square-cell-loading-spinner[b-fopg9zvct1] {
    color: var(--bs-primary);
}

.board-square-cell-winning[b-fopg9zvct1],
.board-square-cell-winning-completed[b-fopg9zvct1] {
    color: white;
}

.board-square-cell-winning-completed .board-square-cell-initials[b-fopg9zvct1],
.board-square-cell-winning-completed .board-square-cell-number[b-fopg9zvct1],
.board-square-cell-winning-combined .board-square-cell-initials[b-fopg9zvct1],
.board-square-cell-winning-combined .board-square-cell-number[b-fopg9zvct1] {
    color: white;
}

.board-square-cell-winning-pending[b-fopg9zvct1]::before,
.board-square-cell-winning-combined[b-fopg9zvct1]::before {
    animation: board-square-cell-pending-overlay-b-fopg9zvct1 3.6s ease-in-out infinite;
    background-color: orange;
    opacity: 1;
}

@keyframes board-square-cell-pending-overlay-b-fopg9zvct1 {
    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.board-square-cell-five-by-five[b-fopg9zvct1] {
    min-height: clamp(68px, 6.6vw, 92px);
}

.board-square-cell-five-by-five .board-square-cell-initials[b-fopg9zvct1] {
    font-size: clamp(0.95rem, 1.2vw, 1.15rem);
}

.board-square-cell-five-by-five .board-square-cell-profile-image[b-fopg9zvct1] {
    height: clamp(26px, 2.3vw, 32px);
    width: clamp(26px, 2.3vw, 32px);
}

.board-square-cell-five-by-five .board-square-cell-number[b-fopg9zvct1] {
    bottom: 0.18rem;
    font-size: clamp(0.64rem, 0.75vw, 0.78rem);
}

@media (max-width: 768px) {
    .board-square-cell-initials[b-fopg9zvct1] {
        font-size: clamp(0.68rem, 2.8vw, 1.1rem);
        line-height: 1;
    }

    .board-square-cell-profile-image[b-fopg9zvct1] {
        display: none;
        height: clamp(24px, 7vw, 30px);
        width: clamp(24px, 7vw, 30px);
    }

    .board-square-cell-initials-mobile-fallback[b-fopg9zvct1] {
        display: block;
    }

    .board-square-cell-number[b-fopg9zvct1] {
        font-size: clamp(0.62rem, 2.2vw, 0.95rem);
        bottom: 0.18rem;
    }

    .board-square-cell-five-by-five .board-square-cell-initials[b-fopg9zvct1] {
        font-size: clamp(0.62rem, 2.4vw, 0.95rem);
    }

    .board-square-cell-five-by-five .board-square-cell-profile-image[b-fopg9zvct1] {
        height: clamp(18px, 5.6vw, 24px);
        width: clamp(18px, 5.6vw, 24px);
    }

    .board-square-cell-five-by-five .board-square-cell-number[b-fopg9zvct1] {
        font-size: clamp(0.56rem, 2vw, 0.75rem);
        bottom: 0.14rem;
    }
}

.board-square-cell-selectable[b-fopg9zvct1] {
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.board-square-cell-selectable.board-square-cell-winning-pending[b-fopg9zvct1],
.board-square-cell-selectable.board-square-cell-winning-combined[b-fopg9zvct1] {
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.board-square-cell-selectable:hover[b-fopg9zvct1] {
    background-color: rgba(var(--bs-primary-rgb), 0.08);
    border-color: var(--bs-primary);
}

.board-square-cell-selected[b-fopg9zvct1] {
    background-color: #d9ecff;
    border-color: #8ec5ff;
    box-shadow: inset 0 0 0 1px #b7dbff;
    color: var(--bs-body-color);
}
/* /Components/Board/BoardSummary.razor.rz.scp.css */
.football-squares-board-summary[b-j0k9f8dzyc] {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 0.95rem;
    gap: 0.2rem;
    margin: 0;
    padding: 0.75rem 0.5rem 1rem;
    text-align: center;
}

.football-squares-board-summary strong[b-j0k9f8dzyc] {
    font-weight: 600;
}

.board-summary-score-link[b-j0k9f8dzyc] {
    font-size: inherit;
    text-decoration: underline;
}

.board-summary-status-link[b-j0k9f8dzyc],
.board-summary-status-link:hover[b-j0k9f8dzyc],
.board-summary-status-link:focus[b-j0k9f8dzyc],
.board-summary-status-link:visited[b-j0k9f8dzyc] {
    color: var(--brand-primary);
    font-weight: 700;
    text-decoration: underline;
}

.board-summary-legend[b-j0k9f8dzyc] {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.65rem 1rem;
    justify-content: center;
    margin-top: 0.25rem;
}

.board-summary-legend-item[b-j0k9f8dzyc] {
    align-items: center;
    display: inline-flex;
    font-weight: 600;
    gap: 0.35rem;
}

.board-summary-legend-item-winning[b-j0k9f8dzyc] {
    color: green;
}

.board-summary-legend-item-pending[b-j0k9f8dzyc] {
    color: orange;
}

.board-summary-legend-swatch[b-j0k9f8dzyc] {
    border: 1px solid var(--bs-border-color);
    border-radius: 999px;
    display: inline-block;
    flex: 0 0 auto;
    height: 1rem;
    width: 1rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.board-summary-legend-swatch-winning[b-j0k9f8dzyc] {
    background-color: #198754;
    border-color: #198754;
}

.board-summary-legend-swatch-pending[b-j0k9f8dzyc] {
    background-color: #f59f00;
    border-color: #d98200;
}
/* /Components/Board/FootballSquaresBoard.razor.rz.scp.css */
.football-squares-board[b-da33sk7ruf] {
    --away-team-column-width: max(20px, calc(100% / 26));
    background-color: var(--bs-card-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    margin-top: 1rem;
    padding: 1rem;
    width: 100%;
}

.football-squares-board-summary[b-da33sk7ruf] {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
    gap: 0.2rem;
    margin: 0;
    padding: 0.5rem 0;
}

.football-squares-board-tabs[b-da33sk7ruf] {
    margin-top: 0.5rem;
}

.football-squares-board-tabs--responsive[b-da33sk7ruf]  .e-tab-header {
    background: linear-gradient(135deg, #9CAC941F, #B0806814);
    border: 1px solid #9CAC942E;
    border-radius: 0.85rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.06);
    overflow-x: auto;
    padding: 0.35rem;
}

.football-squares-board-tabs--responsive[b-da33sk7ruf]  .e-toolbar-items {
    flex-wrap: wrap;
    gap: 0.35rem;
}

.football-squares-board-tabs--responsive[b-da33sk7ruf]  .e-toolbar-item {
    border-radius: 0.7rem;
    overflow: hidden;
}

.football-squares-board-tabs--responsive[b-da33sk7ruf]  .e-toolbar-item .e-tab-wrap {
    border-radius: 0.7rem;
}

.football-squares-board-tabs--responsive[b-da33sk7ruf]  .e-toolbar-item .e-tab-text {
    font-size: 0.95rem;
    font-weight: 600;
}

.football-squares-board-tabs--responsive[b-da33sk7ruf]  .e-toolbar-item .e-tab-wrap:hover {
    background-color: #9CAC9414;
}

.football-squares-board-tabs--responsive[b-da33sk7ruf]  .e-toolbar-item.e-active .e-tab-wrap,
.football-squares-board-tabs--responsive[b-da33sk7ruf]  .e-toolbar-item.e-active .e-tab-wrap:hover {
    background: linear-gradient(135deg, var(--bs-primary), #5b8def);
    box-shadow: 0 0.5rem 1rem #9CAC943F;
}

.football-squares-board-tabs--responsive[b-da33sk7ruf]  .e-toolbar-item.e-active .e-tab-text,
.football-squares-board-tabs--responsive[b-da33sk7ruf]  .e-toolbar-item.e-active .e-icons {
    color: #fff;
}

.football-squares-board-tabs--responsive[b-da33sk7ruf]  .e-content .e-item,
.football-squares-board-tabs--responsive[b-da33sk7ruf]  .e-tab .e-content .e-item {
    padding: 0.75rem 0 0;
}

.football-squares-board-tabs--responsive[b-da33sk7ruf]  .e-indicator,
.football-squares-board-tabs--responsive[b-da33sk7ruf]  .e-tab-header:not(.e-vertical) .e-indicator {
    display: none;
}

.football-squares-board-tabs--responsive[b-da33sk7ruf]  .e-hor-nav,
.football-squares-board-tabs--responsive[b-da33sk7ruf]  .e-scroll-nav {
    align-self: center;
    border-radius: 999px;
}

.football-squares-board-tab-card[b-da33sk7ruf] {
    margin-top: 0.75rem;
}

.football-squares-board-tab-panel[b-da33sk7ruf] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 0;
}

/* Side-by-side layout only when assignment panel is visible */
.football-squares-board-tab-panel-assignment-visible[b-da33sk7ruf] {
    display: grid;
    grid-template-columns: minmax(300px, 400px) minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 1rem;
    align-items: start;
}

.football-squares-board-tab-panel-assignment-visible > .football-squares-board-assignment-panel[b-da33sk7ruf] {
    grid-column: 1;
    grid-row: 2;
}

.football-squares-board-lock-status[b-da33sk7ruf] {
    grid-column: 1 / -1;
    grid-row: 1;
    align-items: center;
    background-color: rgba(var(--bs-warning-rgb), 0.15);
    border: 1px solid rgba(var(--bs-warning-rgb), 0.45);
    border-radius: 0.65rem;
    color: var(--bs-emphasis-color);
    display: flex;
    font-weight: 600;
    gap: 0.75rem;
    justify-content: space-between;
    padding: 0.65rem 0.85rem;
}

.football-squares-board-lock-status-owned[b-da33sk7ruf] {
    background-color: rgba(var(--bs-info-rgb), 0.13);
    border-color: rgba(var(--bs-info-rgb), 0.45);
}

.football-squares-board-lock-status-text[b-da33sk7ruf] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.football-squares-board-lock-countdown[b-da33sk7ruf] {
    color: var(--bs-secondary-color);
    font-size: 0.85rem;
    font-weight: 700;
}



.football-squares-board-layout[b-da33sk7ruf] {
    grid-column: 2;
    grid-row: 2;
    min-width: 0;
    align-items: stretch;
    display: flex;
    gap: 0.5rem;
    width: 100%;
    overflow-x: auto;
}

/* BoardSummary always spans full width below the board when assignment panel is visible */
.football-squares-board-tab-panel-assignment-visible[b-da33sk7ruf]  .football-squares-board-summary {
    grid-column: 1 / -1;
    grid-row: 3;
}

.football-squares-board-layout:fullscreen[b-da33sk7ruf] {
    background-color: var(--bs-card-bg);
}

.football-squares-board-layout:fullscreen[b-da33sk7ruf]::backdrop {
    background-color: var(--bs-body-bg, #ffffff);
}

.football-squares-board-layout:-webkit-full-screen[b-da33sk7ruf] {
    background-color: var(--bs-card-bg);
}

.football-squares-board-layout:-webkit-full-screen[b-da33sk7ruf]::backdrop {
    background-color: var(--bs-body-bg, #ffffff);
}

.football-squares-board-layout.football-squares-board-layout-fullscreen-fallback[b-da33sk7ruf] {
    position: fixed;
    inset: 0;
    z-index: 2147483646;
    background-color: var(--bs-card-bg);
    width: 100vw;
    height: 100dvh;
    max-width: none;
    overflow: auto;
    overscroll-behavior: contain;
    padding-top: calc(env(safe-area-inset-top, 0px) + 0.75rem);
    padding-right: calc(env(safe-area-inset-right, 0px) + 0.5rem);
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 0.5rem);
    padding-left: calc(env(safe-area-inset-left, 0px) + 0.5rem);
}

/* Ensure the body receives a non-transparent fixed backdrop when the JS fallback is active
   so the page content behind the board does not show through on mobile devices. */
.football-squares-board-body-fullscreen-fallback[b-da33sk7ruf] {
    position: fixed;
    inset: 0;
    z-index: 2147483645; /* sit just beneath the fullscreen element */
    width: 100vw;
    height: 100dvh;
    background-color: var(--bs-body-bg, #ffffff);
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.football-squares-board-away-column[b-da33sk7ruf] {
    align-items: center;
    border-radius: 0.5rem;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 var(--away-team-column-width);
    font-size: clamp(1.15rem, 1.9vw, 1.8rem);
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.02em;
    padding: 0.35rem 0.2rem;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
}

.football-squares-board-main[b-da33sk7ruf] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

.football-squares-board-header-row[b-da33sk7ruf] {
    width: 100%;
}

.football-squares-board-header-grid[b-da33sk7ruf] {
    width: 100%;
}

.football-squares-board-header-team[b-da33sk7ruf] {
    border-radius: 0.5rem;
    font-size: clamp(1.25rem, 2vw, 2rem);
    font-weight: 700;
    margin-bottom: 0.35rem;
    padding: 0.35rem 0.5rem;
    text-align: center;
}

.football-squares-board-header-digits[b-da33sk7ruf] {
    display: grid;
    grid-template-columns: repeat(11, minmax(0, 1fr));
    width: 100%;
}

.football-squares-board-header-corner[b-da33sk7ruf] {
    background-color: transparent;
    border: none;
    width: 100%;
}

.football-squares-board-header-digit[b-da33sk7ruf] {
    align-items: center;
    aspect-ratio: 1 / 1;
    background-color: var(--bs-tertiary-bg);
    border: 1px solid #6c757d;
    color: var(--bs-body-color);
    display: flex;
    font-size: clamp(1.55rem, 3.2vw, 2.65rem);
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-height: clamp(50px, 5.2vw, 72px);
    width: 100%;
}

.football-squares-board-header-digit-winning[b-da33sk7ruf] {
    background-color: rgba(var(--bs-warning-rgb), 0.2);
    border-color: var(--bs-warning);
}

.football-squares-board-grid[b-da33sk7ruf] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    width: 100%;
}

.football-squares-board-five-by-five[b-da33sk7ruf] {
    --away-team-column-width: max(34px, calc(100% / 18));
}

.football-squares-board-five-by-five .football-squares-board-layout[b-da33sk7ruf] {
    gap: 0;
}

.football-squares-board-five-by-five .football-squares-board-away-column[b-da33sk7ruf] {
    font-size: clamp(0.95rem, 1.35vw, 1.3rem);
    padding: 0.2rem 0.15rem;
}

.football-squares-board-five-by-five .football-squares-board-header-team[b-da33sk7ruf] {
    border-radius: 0.35rem;
    font-size: clamp(1rem, 1.45vw, 1.35rem);
    margin-bottom: 0.25rem;
    padding: 0.25rem 0.4rem;
}

.football-squares-board-five-by-five .football-squares-board-header-corner[b-da33sk7ruf] {
    border: 1px solid #6c757d;
}

.football-squares-board-five-by-five .football-squares-board-header-digit[b-da33sk7ruf] {
    font-size: clamp(1.55rem, 3.2vw, 2.65rem);
    min-height: clamp(34px, 3.2vw, 44px);
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .football-squares-board-tab-panel-assignment-visible[b-da33sk7ruf] {
        grid-template-columns: minmax(300px, 400px) minmax(0, 1fr);
    }
}

@media (max-width: 1023px) {
    .football-squares-board-tab-panel-assignment-visible[b-da33sk7ruf] {
        display: flex;
        flex-direction: column;
    }

    .football-squares-board-tab-panel-assignment-visible .football-squares-board-lock-status[b-da33sk7ruf] {
        grid-column: auto;
        grid-row: auto;
    }

    .football-squares-board-tab-panel-assignment-visible .football-squares-board-assignment-panel[b-da33sk7ruf] {
        grid-column: auto;
        grid-row: auto;
    }

    .football-squares-board-tab-panel-assignment-visible .football-squares-board-layout[b-da33sk7ruf] {
        grid-column: auto;
        grid-row: auto;
        min-width: auto;
    }
}

@media (max-width: 1199px) {
    .football-squares-board-assignment-panel-row[b-da33sk7ruf] {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .football-squares-board-assignment-panel-actions[b-da33sk7ruf] {
        justify-content: flex-start;
    }

    .football-squares-board-lock-status[b-da33sk7ruf] {
        align-items: flex-start;
        flex-direction: column;
    }
}


ul[role=tablist][b-da33sk7ruf] {
    flex-wrap: wrap;
}
/* /Components/Board/FootballSquaresBoardAssignmentPanel.razor.rz.scp.css */
[b-iy5jygw8rq] .football-squares-board-assignment-panel {
    overflow: hidden;
    min-width: 0;

}

[b-iy5jygw8rq] .football-squares-board-assignment-panel-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.875rem;
    margin-top:25px;
}

[b-iy5jygw8rq] .football-squares-board-assignment-panel-row-owner {
    align-items: start;
}

[b-iy5jygw8rq] .football-squares-board-assignment-panel-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

[b-iy5jygw8rq] .football-squares-board-assignment-panel-add-row {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

[b-iy5jygw8rq] .football-squares-board-assignment-panel-add-row .form-control {
    min-width: 8rem;
    max-width: 10rem;
}

[b-iy5jygw8rq] .football-squares-board-assignment-panel-summary {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.75rem;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
}

[b-iy5jygw8rq] .football-squares-board-assignment-panel-advanced {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 0.75rem;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
}

[b-iy5jygw8rq] .football-squares-board-assignment-panel-actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

[b-iy5jygw8rq] .football-squares-board-assignment-panel-advanced-actions .btn,
[b-iy5jygw8rq] .football-squares-board-assignment-panel-footer-actions .btn {
    min-width: 11rem;
}

[b-iy5jygw8rq] .football-squares-board-assignment-panel-random-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

[b-iy5jygw8rq] .football-squares-board-assignment-selection-count {
    font-size: 0.9rem;
}

@media (min-width: 768px) {
    [b-iy5jygw8rq] .football-squares-board-assignment-panel-row-owner {
        grid-template-columns: minmax(14rem, 1fr) minmax(14rem, auto);
    }

    [b-iy5jygw8rq] .football-squares-board-assignment-panel-participant-field {
        grid-column: 1;
    }

    [b-iy5jygw8rq] .football-squares-board-assignment-panel-summary {
        grid-column: 2;
        align-self: end;
    }

    [b-iy5jygw8rq] .football-squares-board-assignment-panel-advanced,
    [b-iy5jygw8rq] .football-squares-board-assignment-panel-footer-actions {
        grid-column: 1 / -1;
      
    }
}
/* /Components/Board/FootballSquaresBoardMessagesTabContent.razor.rz.scp.css */
.football-squares-board-messages-tab-list[b-8pgok2wio4] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-height: 26rem;
    overflow-y: auto;
}

.football-squares-board-messages-tab-item[b-8pgok2wio4] {
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 0.75rem;
    background: var(--bs-light);
}

.football-squares-board-messages-tab-item-header[b-8pgok2wio4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.4rem;
}

.football-squares-board-messages-tab-item-author[b-8pgok2wio4] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.football-squares-board-messages-tab-item-author-avatar[b-8pgok2wio4] {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.football-squares-board-messages-tab-item-author-avatar-image[b-8pgok2wio4] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.football-squares-board-messages-tab-emoji-toggle[b-8pgok2wio4] {
    width: 100%;
}

.football-squares-board-messages-tab-emoji-picker[b-8pgok2wio4] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    width: 100%;
}

.football-squares-board-messages-tab-emoji-btn.btn.btn-outline-secondary[b-8pgok2wio4] {
    font-size: 2.0rem;
    min-width: 4.5rem;
    min-height: 4.5rem;
    line-height: 1.1;
    background-color: var(--bs-white) !important;
}

.football-squares-board-messages-tab-emoji-btn.btn.btn-outline-secondary:hover[b-8pgok2wio4],
.football-squares-board-messages-tab-emoji-btn.btn.btn-outline-secondary:focus[b-8pgok2wio4],
.football-squares-board-messages-tab-emoji-btn.btn.btn-outline-secondary:active[b-8pgok2wio4] {
    background-color: var(--bs-white) !important;
}

@media (min-width: 992px) {
    .football-squares-board-messages-tab-emoji-picker .football-squares-board-messages-tab-emoji-btn.btn.btn-outline-secondary[b-8pgok2wio4] {
        font-size: 2.4rem !important;
        min-width: 3rem;
        min-height: 3rem;
        padding: 0.4rem 0.55rem;
        line-height: 1;
    }
}
/* /Components/Board/FootballSquaresBoardNotificationsTabContent.razor.rz.scp.css */
/* /Components/Board/FootballSquaresBoardParticipantsTabContent.razor.rz.scp.css */
/* /Components/Board/FootballSquaresBoardPaymentsTabContent.razor.rz.scp.css */
/* /Components/Board/FootballSquaresBoardPayoutsTabContent.razor.rz.scp.css */
/* /Components/Board/FootballSquaresBoardSettingsTabContent.razor.rz.scp.css */
/* /Components/Board/FootballSquaresBoardSquareAssignmentDialog.razor.rz.scp.css */
.football-squares-board-square-assignment-dialog[b-7x1d8gvt51] {
    min-width: 0;
}

.football-squares-board-square-assignment-dialog__card[b-7x1d8gvt51] {
    position: relative;
    overflow: hidden;
    padding: 1rem 1rem 0.875rem;
    border-radius: 1rem;
    box-shadow: 0 0.75rem 1.75rem rgba(15, 23, 42, 0.14);
}

.football-squares-board-square-assignment-dialog__card--scheduled[b-7x1d8gvt51] {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #dbe4ee;
}

.football-squares-board-square-assignment-dialog__card--pending[b-7x1d8gvt51] {
    background: linear-gradient(180deg, #fff6e3 0%, #ffe8bf 100%);
    border: 1px solid #f0ad4e;
}

.football-squares-board-square-assignment-dialog__card--winner[b-7x1d8gvt51] {
    background: linear-gradient(180deg, #e7f8ea 0%, #d7f2dc 100%);
    border: 1px solid #28a745;
}

.football-squares-board-square-assignment-dialog__header[b-7x1d8gvt51] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.football-squares-board-square-assignment-dialog__eyebrow[b-7x1d8gvt51] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}

.football-squares-board-square-assignment-dialog__title[b-7x1d8gvt51] {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
}

.football-squares-board-square-assignment-dialog__assignee[b-7x1d8gvt51] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    padding: 0.6rem 0.7rem;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 0.75rem;
    background-color: rgba(255, 255, 255, 0.55);
}

.football-squares-board-square-assignment-dialog__assignee-profile-image[b-7x1d8gvt51] {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    height: 3rem;
    justify-content: center;
    overflow: hidden;
    width: 3rem;
    flex-shrink: 0;
}

.football-squares-board-square-assignment-dialog__assignee-profile-image-content[b-7x1d8gvt51] {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.football-squares-board-square-assignment-dialog__assignee-details[b-7x1d8gvt51] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.football-squares-board-square-assignment-dialog__assignee-label[b-7x1d8gvt51] {
    font-size: 0.72rem;
    line-height: 1.1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #64748b;
    font-weight: 700;
}

.football-squares-board-square-assignment-dialog__assignee-name[b-7x1d8gvt51] {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.2;
    word-break: break-word;
    margin-top:5px;
}

.football-squares-board-square-assignment-dialog__table[b-7x1d8gvt51] {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.football-squares-board-square-assignment-dialog__table th[b-7x1d8gvt51] {
    width: 8.75rem;
    padding-left: 0;
    color: #475569;
    font-weight: 700;
    border-bottom-color: rgba(148, 163, 184, 0.2);
}

.football-squares-board-square-assignment-dialog__table td[b-7x1d8gvt51] {
    font-weight: 600;
    color: #0f172a;
    border-bottom-color: rgba(148, 163, 184, 0.2);
}

.football-squares-board-square-assignment-dialog__footer[b-7x1d8gvt51] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}

.football-squares-board-square-assignment-dialog__fireworks[b-7x1d8gvt51] {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.football-squares-board-square-assignment-dialog__firework[b-7x1d8gvt51] {
    position: absolute;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    opacity: 0;
}

.football-squares-board-square-assignment-dialog__firework[b-7x1d8gvt51]::before,
.football-squares-board-square-assignment-dialog__firework[b-7x1d8gvt51]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
}

.football-squares-board-square-assignment-dialog__firework[b-7x1d8gvt51]::before {
    background: currentColor;
    box-shadow:
        0 -1.2rem 0 -0.06rem currentColor,
        0 1.2rem 0 -0.06rem currentColor,
        1.2rem 0 0 -0.06rem currentColor,
        -1.2rem 0 0 -0.06rem currentColor,
        0.85rem 0.85rem 0 -0.06rem currentColor,
        -0.85rem 0.85rem 0 -0.06rem currentColor,
        0.85rem -0.85rem 0 -0.06rem currentColor,
        -0.85rem -0.85rem 0 -0.06rem currentColor;
    animation: football-squares-board-square-assignment-dialog-firework-pop-b-7x1d8gvt51 1.8s ease-out infinite;
}

.football-squares-board-square-assignment-dialog__firework[b-7x1d8gvt51]::after {
    border: 0.1rem solid currentColor;
    animation: football-squares-board-square-assignment-dialog-firework-ring-b-7x1d8gvt51 1.8s ease-out infinite;
}

.football-squares-board-square-assignment-dialog__firework--one[b-7x1d8gvt51] {
    left: 16%;
    top: 20%;
    color: #ffcc33;
    animation-delay: 0s;
}

.football-squares-board-square-assignment-dialog__firework--two[b-7x1d8gvt51] {
    right: 16%;
    top: 16%;
    color: #ff7b54;
    animation-delay: 0.35s;
}

.football-squares-board-square-assignment-dialog__firework--three[b-7x1d8gvt51] {
    left: 50%;
    bottom: 18%;
    color: #7c4dff;
    animation-delay: 0.7s;
}

@keyframes football-squares-board-square-assignment-dialog-firework-pop-b-7x1d8gvt51 {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    60% {
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        transform: scale(1.35);
        opacity: 0;
    }
}

@keyframes football-squares-board-square-assignment-dialog-firework-ring-b-7x1d8gvt51 {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }

    18% {
        opacity: 0.95;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@media (max-width: 575.98px) {
    .football-squares-board-square-assignment-dialog__header[b-7x1d8gvt51] {
        flex-direction: column;
    }

    .football-squares-board-square-assignment-dialog__table th[b-7x1d8gvt51] {
        width: 7rem;
    }
}
/* /Components/Board/FootballSquaresBoardToolbar.razor.rz.scp.css */
[b-9fmyrc6jcw] .football-squares-board-toolbar,
[b-9fmyrc6jcw] .football-squares-board-toolbar.e-toolbar {
    margin-bottom: 0;
    background: var(--bs-primary) !important;
    background-color: var(--bs-primary) !important;
    color: var(--bs-white);
    opacity: 1 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    position: sticky;
    top: 0;
    z-index: 1020;
    box-shadow: 0 0.5rem 1rem rgba(var(--bs-dark-rgb), 0.15);
    border-color: var(--bs-primary) !important;
}

[b-9fmyrc6jcw] .football-squares-board-toolbar .e-toolbar-items,
[b-9fmyrc6jcw] .football-squares-board-toolbar .e-toolbar-item,
[b-9fmyrc6jcw] .football-squares-board-toolbar .e-tbar-btn,
[b-9fmyrc6jcw] .football-squares-board-toolbar .e-icons,
[b-9fmyrc6jcw] .football-squares-board-toolbar .ti,
[b-9fmyrc6jcw] .football-squares-board-toolbar .e-hscroll-content,
[b-9fmyrc6jcw] .football-squares-board-toolbar .e-toolbar-pop,
[b-9fmyrc6jcw] .football-squares-board-toolbar .e-toolbar-left,
[b-9fmyrc6jcw] .football-squares-board-toolbar .e-toolbar-center,
[b-9fmyrc6jcw] .football-squares-board-toolbar .e-toolbar-right {
    background: var(--bs-primary) !important;
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    opacity: 1 !important;
}

[b-9fmyrc6jcw] .football-squares-board-toolbar .e-tbar-btn .e-icons,
[b-9fmyrc6jcw] .football-squares-board-toolbar .e-tbar-btn .ti,
[b-9fmyrc6jcw] .football-squares-board-toolbar .e-tbar-btn .e-icons::before,
[b-9fmyrc6jcw] .football-squares-board-toolbar .e-tbar-btn .ti::before {
    font-size: 2rem !important;
    line-height: 1 !important;
}

.football-squares-board-toolbar .football-squares-board-toolbar-section[b-9fmyrc6jcw] {
    font-weight: 600;
}

.football-squares-board-toolbar .football-squares-board-toolbar-section-active[b-9fmyrc6jcw] {
    text-decoration: underline;
}

[b-9fmyrc6jcw] .football-squares-board-toolbar-show-square-numbers-item .e-toolbar-item {
    padding-inline: 0.5rem;
}

[b-9fmyrc6jcw] .football-squares-board-toolbar-show-square-numbers.e-checkbox-wrapper {
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

[b-9fmyrc6jcw] .football-squares-board-toolbar-show-square-numbers .e-label {
    color: var(--bs-white) !important;
    white-space: nowrap;
    font-weight: 600;
}

[b-9fmyrc6jcw] .football-squares-board-toolbar-show-square-numbers .e-frame {
    border-color: rgba(var(--bs-white-rgb), 0.75) !important;
}

.football-squares-board-toolbar-walkthrough-hint[b-9fmyrc6jcw] {
    background: rgba(var(--bs-warning-rgb), 0.15);
    border: 1px solid rgba(var(--bs-warning-rgb), 0.45);
    color: var(--bs-body-color);
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
}

[b-9fmyrc6jcw] .football-squares-board-toolbar .football-squares-board-toolbar-callout .e-tbar-btn {
    box-shadow: 0 0 0 0 rgba(var(--bs-warning-rgb), 0.8);
    animation: football-squares-board-toolbar-callout-pulse-b-9fmyrc6jcw 1.5s ease-in-out infinite;
    border-radius: 0.5rem;
}

@keyframes football-squares-board-toolbar-callout-pulse-b-9fmyrc6jcw {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--bs-warning-rgb), 0.8);
    }

    70% {
        box-shadow: 0 0 0 0.45rem rgba(var(--bs-warning-rgb), 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(var(--bs-warning-rgb), 0);
    }
}
/* /Components/Board/FootballSquaresBoardToolbarHelpDialog.razor.rz.scp.css */
.board-toolbar-help__intro[b-ff5kgcrff0] {
    margin-bottom: 0.75rem;
}

.board-toolbar-help__grid[b-ff5kgcrff0] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem 1rem;
}

.board-toolbar-help__row[b-ff5kgcrff0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.board-toolbar-help__row i[b-ff5kgcrff0] {
    font-size: 1.1rem;
}
/* /Components/Board/FootballSquaresBoardWinnersTabContent.razor.rz.scp.css */
.football-squares-board-tab-card[b-ddxtum5bea] {
    width: 100%;
}

.football-squares-board-tab-panel[b-ddxtum5bea] {
    width: 100%;
    min-height: calc(100vh - 16rem);
    padding: 0;
}
/* /Components/Game/GameCard.razor.rz.scp.css */
.game-card[b-pbxfko24oh] {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 0.75rem;
    background-color: var(--bs-card-bg);
    color: var(--bs-body-color);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
    text-align: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.game-card-header[b-pbxfko24oh] {
    font-size: 1.15rem;
    font-weight: 700;
}

.game-card-status[b-pbxfko24oh] {
    font-size: 0.95rem;
}

.game-card-teamname[b-pbxfko24oh] {
    font-size: 0.95rem;
    font-weight: 600;
}

.game-card-main-score[b-pbxfko24oh] {
    font-size: 1.5rem;
    font-weight: 700;
}

.game-card-section[b-pbxfko24oh] {
    font-size: 0.85rem;
    overflow-x: auto;
}

.game-card-footer[b-pbxfko24oh] {
    font-size: 0.85rem;
}

.game-card-venue[b-pbxfko24oh] {
    font-size: 0.85rem;
    font-weight: 600;
}

.game-card-links[b-pbxfko24oh] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.35rem;
}

.game-card-link[b-pbxfko24oh] {
    font-size: 0.8rem;
    color: var(--brand-primary);
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.game-card-link:hover[b-pbxfko24oh] {
    color: var(--brand-primary);
    text-decoration: underline;
}

.game-card-empty[b-pbxfko24oh] {
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .game-card[b-pbxfko24oh] {
        margin-top: 0.5rem;
        padding: 0.75rem;
    }

    .game-card .container[b-pbxfko24oh] {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .game-card-section[b-pbxfko24oh] {
        font-size: 0.75rem;
    }

    .game-card-main-score[b-pbxfko24oh] {
        font-size: 1.2rem;
    }

    .game-card img[b-pbxfko24oh] {
        max-width: 28px;
        height: auto;
    }
}
/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-layout[b-ztmp2fnehk] {
    min-height: 100dvh;
}

.admin-layout__topbar[b-ztmp2fnehk] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2141;
}

.admin-layout__topbar[b-ztmp2fnehk]  .app-topbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 2141 !important;
}

.admin-layout__body[b-ztmp2fnehk] {
    min-height: 100dvh;
    padding-top: 4rem;
    padding-bottom: calc(4rem + env(safe-area-inset-bottom));
}

.admin-layout__footer[b-ztmp2fnehk] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2140;
    min-width: 0;
}

.admin-layout__footer[b-ztmp2fnehk]  footer.footer {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    z-index: 2140 !important;
    margin: 0 !important;
}
/* /Components/Layout/BaseLayout.razor.rz.scp.css */
.base-layout[b-28keif89ro] {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    padding-bottom: calc(4rem + env(safe-area-inset-bottom));
}

.base-layout__topbar[b-28keif89ro] {
    position: sticky;
    top: 0;
    z-index: 1002;
    height: 2rem;
}

/* Ensure the inner app-topbar remains sticky so it doesn't scroll away.
   Previously it was forced to position: static which caused it to scroll.
*/
.base-layout__topbar .app-topbar[b-28keif89ro] {
    position: sticky;
    top: 0;
    /* Match the footer height so header and footer align visually */
    height: 4rem;
    min-height: 4rem;
}

.base-layout__body[b-28keif89ro] {
    flex: 1 0 auto;
    /* Make room for the sticky topbar so page content isn't covered */
    padding-top: 4rem;
}

/* When the topbar is not rendered remove the reserved padding */
.base-layout--no-topbar .base-layout__body[b-28keif89ro] {
    padding-top: 0 !important;
}

.base-layout__footer[b-28keif89ro] {
    margin-top: auto;
}
/* /Components/Layout/Partials/ActivityTracker.razor.rz.scp.css */
/* /Components/Layout/Partials/AdminPageTitle.razor.rz.scp.css */
/* CSS for PageTitle component */
/* /Components/Layout/Partials/Footer.razor.rz.scp.css */
.footer[b-bcxt2tiakz] {
    /* Hard-coded sage background to ensure visibility */
    background: #9CAC94 !important;
    background-color: #9CAC94 !important;
    color: #ffffff !important;
    border-top: 0;
    /* Explicit footer height to match the topbar */
    height: 4rem;
    min-height: 4rem;
    margin: 0 !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    z-index: 2140 !important;
    padding-bottom: env(safe-area-inset-bottom) !important;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

/* Larger footer icons */
.footer .footer-menu .topbar-icon-button[b-bcxt2tiakz] {
    width: 2.8rem !important;
    height: 2.8rem !important;
    background: transparent;
    color: #fff;
    border-radius: 0.5rem;
    transition: transform 0.08s ease, background-color 0.12s ease, box-shadow 0.12s ease;
}

.footer .footer-menu .topbar-icon-button:hover[b-bcxt2tiakz] {
    background: rgba(255, 255, 255, 0.12);
}

.footer .footer-menu .topbar-icon-button:active[b-bcxt2tiakz] {
    transform: scale(0.94);
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.footer .footer-menu .topbar-icon-button:focus-visible[b-bcxt2tiakz] {
    outline: 2px solid rgba(255, 255, 255, 0.85);
    outline-offset: 2px;
    background: rgba(255, 255, 255, 0.12);
}

.footer .footer-menu .topbar-icon-button > i[b-bcxt2tiakz] {
    font-size: 2.6rem !important;
}

/* Slightly increase spacing for footer */
.footer .footer-menu[b-bcxt2tiakz] {
    gap: 1rem;
}

/* Footer small badges use highlight */
.footer .topbar-badge[b-bcxt2tiakz] {
    background: var(--brand-highlight);
    color: #fff;
    border: 1px solid #B080682E;
}
/* /Components/Layout/Partials/NotificationToastHost.razor.rz.scp.css */
:host[b-lz3ycvf1k7] { display: none; }
/* /Components/Layout/Partials/PageBreadcrumb.razor.rz.scp.css */
/* CSS for PageBreadcrumb component */
/* /Components/Layout/Partials/SeoHead.razor.rz.scp.css */
/* /Components/Layout/Partials/Toast/AppToast.razor.rz.scp.css */
.app-toast[b-o89rmob1fz] {
    display: flex;
    flex-direction: column;
    row-gap: 0.35rem;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
}

.app-toast__icon[b-o89rmob1fz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    min-height: 1.75rem;
    font-size: 1.25rem;
    line-height: 1;
}

.app-toast__body[b-o89rmob1fz] {
    width: 100%;
    min-width: 0;
    display: grid;
    row-gap: 0.25rem;
}

.app-toast__header[b-o89rmob1fz],
.app-toast__footer[b-o89rmob1fz],
.app-toast__content[b-o89rmob1fz] {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.app-toast__header[b-o89rmob1fz] {
    font-weight: 600;
    line-height: 1.2;
}

.app-toast__content[b-o89rmob1fz] {
    line-height: 1.3;
}

.app-toast__footer[b-o89rmob1fz] {
    font-size: 0.8rem;
    opacity: 0.85;
    line-height: 1.2;
}

.app-toast--success .app-toast__icon[b-o89rmob1fz] {
    color: #0f5132;
}

.app-toast--success[b-o89rmob1fz] {
    color: #0f5132;
}

.app-toast--info .app-toast__icon[b-o89rmob1fz] {
    color: #055160;
}

.app-toast--info[b-o89rmob1fz] {
    color: #055160;
}

.app-toast--warning .app-toast__icon[b-o89rmob1fz] {
    color: #664d03;
}

.app-toast--warning[b-o89rmob1fz] {
    color: #664d03;
}

.app-toast--danger .app-toast__icon[b-o89rmob1fz] {
    color: #842029;
}

.app-toast--danger[b-o89rmob1fz] {
    color: #842029;
}

/* /Components/Layout/Partials/Toast/DangerToast.razor.rz.scp.css */
/* /Components/Layout/Partials/Toast/InfoToast.razor.rz.scp.css */
/* /Components/Layout/Partials/Toast/SuccessToast.razor.rz.scp.css */
/* /Components/Layout/Partials/Toast/WarningToast.razor.rz.scp.css */
/* /Components/Layout/Partials/Topbar.razor.rz.scp.css */
.app-topbar[b-o8t5mbz2ei],
.app-topbar .topbar-menu[b-o8t5mbz2ei] {
    /* Hard-coded sage background to ensure visibility */
    background: #9CAC94 !important;
    background-color: #9CAC94 !important;
    color: #ffffff !important;
}

.app-topbar[b-o8t5mbz2ei] {
    position: sticky;
    top: 0;
    z-index: 1030;
    max-width: 100%;
    overflow-x: clip;
    touch-action: pan-y;
}

.topbar-menu[b-o8t5mbz2ei] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 100%;
    overflow-x: clip;
}

.topbar-app-name[b-o8t5mbz2ei] {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    left: 50%;
    letter-spacing: 0.02em;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
}

.topbar-actions[b-o8t5mbz2ei] {
    flex-wrap: wrap;
}

.topbar-profile-image[b-o8t5mbz2ei] {
    border-radius: 50%;
    height: 1.95rem;
    object-fit: cover;
    object-position: center;
    width: 1.95rem;
}

.topbar-icon-button[b-o8t5mbz2ei] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0.5rem;
    color: inherit;
    display: inline-flex;
    height: 1.95rem !important;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition: transform 0.08s ease, background-color 0.12s ease, box-shadow 0.12s ease;
    width: 1.95rem !important;
}

/* Ensure individual controls match the topbar background (sage) */
.app-topbar .topbar-menu .topbar-item .topbar-link[b-o8t5mbz2ei],
.app-topbar .topbar-menu .topbar-item.nav-user .topbar-link[b-o8t5mbz2ei],
.app-topbar .topbar-menu .topbar-item .topbar-link > img[b-o8t5mbz2ei],
.app-topbar .topbar-menu .topbar-item .topbar-link .d-lg-flex[b-o8t5mbz2ei] {
    background: #9CAC94 !important;
    background-color: #9CAC94 !important;
    color: #ffffff !important;
}

.topbar-icon-button[b-o8t5mbz2ei] {
    background: #9CAC94 !important;
    color: #ffffff !important;
}

.topbar-icon-button .topbar-badge[b-o8t5mbz2ei] {
    inset-inline-end: 0.1rem;
    position: absolute;
    top: 0.2rem;
    transform: translate(40%, -40%);
}

/* Use highlight for small notification badges */
.topbar-icon-button .topbar-badge[b-o8t5mbz2ei] {
    background-color: var(--brand-highlight);
    color: #fff;
    padding: 0.12rem 0.4rem;
    font-size: 0.65rem;
    border-radius: 0.45rem;
    border: 1px solid #B080682E;
}

.topbar-icon-button > i[b-o8t5mbz2ei] {
    font-size: 2rem !important;
}

.topbar-icon-button:hover[b-o8t5mbz2ei],
.topbar-icon-button:focus-visible[b-o8t5mbz2ei] {
    /* subtle lightening on hover to maintain contrast */
    background-color: #FFFFFF14;
    color: #fff;
}

.topbar-icon-button:active[b-o8t5mbz2ei] {
    transform: scale(0.94);
    background: rgba(0, 0, 0, 0.2) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.topbar-icon-button:focus-visible[b-o8t5mbz2ei] {
    outline: 2px solid var(--brand-highlight, #B08068);
    outline-offset: 2px;
}

#notification-dropdown-alert .dropdown-menu[b-o8t5mbz2ei] {
    margin-top: 0.4rem;
}

.topbar-clear-notifications-button[b-o8t5mbz2ei] {
    text-decoration: none !important;
    font-weight: 600;
}

/* Keep profile dropdown aligned with topbar sage */
.app-topbar .dropdown-menu[b-o8t5mbz2ei],
.app-topbar .dropdown-menu .dropdown-item[b-o8t5mbz2ei] {
    background: #9CAC94 !important;
    background-color: #9CAC94 !important;
    color: #ffffff !important;
}

/* Ensure profile dropdown links are readable */
.app-topbar .dropdown-menu .dropdown-item[b-o8t5mbz2ei],
.app-topbar .dropdown-menu .dropdown-item:hover[b-o8t5mbz2ei] {
    color: #ffffff !important;
}

/* Use lighter sage for the notification dropdown so it stands out from the topbar */
.app-topbar #notification-dropdown-alert .dropdown-menu[b-o8t5mbz2ei],
.app-topbar #notification-dropdown-alert .dropdown-menu .dropdown-item[b-o8t5mbz2ei] {
    background: #BCCBB4 !important;
    background-color: #BCCBB4 !important;
    color: #1F2E1F !important;
}

/* Keep all notification dropdown text readable on lighter background */
.app-topbar #notification-dropdown-alert .dropdown-menu[b-o8t5mbz2ei],
.app-topbar #notification-dropdown-alert .dropdown-menu *[b-o8t5mbz2ei],
.app-topbar #notification-dropdown-alert .dropdown-menu .text-body[b-o8t5mbz2ei],
.app-topbar #notification-dropdown-alert .dropdown-menu .text-muted[b-o8t5mbz2ei],
.app-topbar #notification-dropdown-alert .dropdown-menu .text-reset[b-o8t5mbz2ei] {
    color: #1F2E1F !important;
}

.app-topbar #notification-dropdown-alert .dropdown-menu .dropdown-item:hover[b-o8t5mbz2ei],
.app-topbar #notification-dropdown-alert .dropdown-menu .dropdown-item:focus-visible[b-o8t5mbz2ei] {
    background-color: #AEC0A3 !important;
    color: #1F2E1F !important;
}

.app-topbar #notification-dropdown-alert .dropdown-menu .badge-label[b-o8t5mbz2ei] {
    background-color: #90A287 !important;
    color: #ffffff !important;
}

@media (max-width: 576px) {
    .topbar-menu[b-o8t5mbz2ei] {
        gap: 0.5rem;
    }

    .topbar-actions[b-o8t5mbz2ei] {
        column-gap: 0.25rem !important;
        row-gap: 0.25rem !important;
    }
}
/* /Components/Layout/Partials/TopbarHelpDialog.razor.rz.scp.css */
.topbar-help__intro[b-4b2r0ongum] {
    margin-bottom: 0.75rem;
}

.topbar-help__grid[b-4b2r0ongum] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem 1rem;
}

.topbar-help__row[b-4b2r0ongum] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.topbar-help__row i[b-4b2r0ongum] {
    font-size: 1.1rem;
}
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.public-layout[b-1aqfmxe4qm] {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    padding-bottom: calc(4rem + env(safe-area-inset-bottom));
}

.public-layout__body[b-1aqfmxe4qm] {
    flex: 1 0 auto;
}

.public-layout--no-footer[b-1aqfmxe4qm] {
    padding-bottom: 0;
}

.public-layout__footer[b-1aqfmxe4qm] {
    margin-top: auto;
}
/* /Components/PageLoadingSpinner.razor.rz.scp.css */
.page-loading-spinner[b-3mm6zugurd] {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
/* /Components/Pages/Admin.razor.rz.scp.css */
/* CSS for Admin component */

.admin-content-page .container-fluid[b-0xxlql4rno] {
    max-width: 100% !important;
    width: 100% !important;
}

.admin-page[b-0xxlql4rno] {
    margin: 0;
}

.admin-page .row[b-0xxlql4rno] {
    --bs-gutter-x: 0;
    margin-inline: 0;
}

.admin-board-tabs[b-0xxlql4rno] {
    width: 100%;
}

.admin-tools-card .card-header[b-0xxlql4rno] {
    background-color: var(--bs-light);
}

.admin-function-links[b-0xxlql4rno] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

/* /Components/Pages/AdminAuditLogs.razor.rz.scp.css */
/* CSS for AdminAuditLogs component */

.admin-content-page .container-fluid[b-z4rxm2t3xs] {
    max-width: 100% !important;
    width: 100% !important;
}

.admin-tools-card .card-header[b-z4rxm2t3xs] {
    background-color: var(--bs-light);
}

.admin-audit-grid[b-z4rxm2t3xs],
.admin-audit-child-grid[b-z4rxm2t3xs] {
    width: 100%;
}

.admin-audit-child-grid[b-z4rxm2t3xs] {
    margin-top: 0.5rem;
}
/* /Components/Pages/AdminBoardCreateActivity.razor.rz.scp.css */
.admin-board-create-activity__title[b-am0rz3g39g] {
    margin-bottom: 0.625rem;
}

.admin-tools-card .form-label[b-am0rz3g39g] {
    font-weight: 600;
}

@media (max-width: 575.98px) {
    .admin-board-create-activity__title[b-am0rz3g39g] {
        margin-bottom: 0;
    }
}
/* /Components/Pages/AdminBoardPrintActivity.razor.rz.scp.css */
.admin-board-print-activity__title[b-unn92z7wmo] {
    margin-bottom: 0.625rem;
}

@media (max-width: 575.98px) {
    .admin-board-print-activity__title[b-unn92z7wmo] {
        margin-bottom: 0;
    }
}
/* /Components/Pages/AdminBroadcastEmail.razor.rz.scp.css */
.broadcast-email-editor[b-jpzw4ca2ft] {
    min-height: 360px;
}

.admin-broadcast-email-card .card-body[b-jpzw4ca2ft] {
    overflow: visible;
}

.broadcast-recipient-search-results[b-jpzw4ca2ft] {
    display: grid;
    gap: 0.5rem;
}

.broadcast-recipient-search-result[b-jpzw4ca2ft] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.75rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    background: var(--bs-body-bg);
}

.broadcast-recipient-search-result__text[b-jpzw4ca2ft] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.broadcast-recipient-search-result__name[b-jpzw4ca2ft] {
    font-weight: 600;
}

.broadcast-recipient-search-result__email[b-jpzw4ca2ft] {
    color: var(--bs-secondary-color);
    font-size: 0.875rem;
}

.broadcast-recipient-chip-list[b-jpzw4ca2ft] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.broadcast-recipient-chip[b-jpzw4ca2ft] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: var(--bs-primary-bg-subtle);
    border: 1px solid var(--bs-primary-border-subtle);
}

.broadcast-recipient-chip__text[b-jpzw4ca2ft] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.broadcast-recipient-chip__name[b-jpzw4ca2ft] {
    font-weight: 600;
    line-height: 1.1;
}

.broadcast-recipient-chip__email[b-jpzw4ca2ft] {
    font-size: 0.8125rem;
    color: var(--bs-secondary-color);
    line-height: 1.1;
}

.broadcast-recipient-chip__remove[b-jpzw4ca2ft] {
    border: 0;
    background: transparent;
    font-size: 1.1rem;
    line-height: 1;
    color: var(--bs-secondary-color);
    padding: 0;
}

.broadcast-recipient-pager[b-jpzw4ca2ft] {
    flex-wrap: wrap;
}

.broadcast-recipient-page-summary[b-jpzw4ca2ft] {
    font-size: 0.875rem;
}
/* /Components/Pages/AdminBroadcastNotifications.razor.rz.scp.css */
.broadcast-email-editor[b-pojm3y5q4j] {
    min-height: 360px;
}

.admin-broadcast-email-card .card-body[b-pojm3y5q4j] {
    overflow: visible;
}

.broadcast-recipient-search-results[b-pojm3y5q4j] {
    display: grid;
    gap: 0.5rem;
}

.broadcast-recipient-search-result[b-pojm3y5q4j] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.75rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    background: var(--bs-body-bg);
}

.broadcast-recipient-search-result__text[b-pojm3y5q4j] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.broadcast-recipient-search-result__name[b-pojm3y5q4j] {
    font-weight: 600;
}

.broadcast-recipient-search-result__email[b-pojm3y5q4j] {
    color: var(--bs-secondary-color);
    font-size: 0.875rem;
}

.broadcast-recipient-chip-list[b-pojm3y5q4j] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.broadcast-recipient-chip[b-pojm3y5q4j] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: var(--bs-primary-bg-subtle);
    border: 1px solid var(--bs-primary-border-subtle);
}

.broadcast-recipient-chip__text[b-pojm3y5q4j] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.broadcast-recipient-chip__name[b-pojm3y5q4j] {
    font-weight: 600;
    line-height: 1.1;
}

.broadcast-recipient-chip__email[b-pojm3y5q4j] {
    font-size: 0.8125rem;
    color: var(--bs-secondary-color);
    line-height: 1.1;
}

.broadcast-recipient-chip__remove[b-pojm3y5q4j] {
    border: 0;
    background: transparent;
    font-size: 1.1rem;
    line-height: 1;
    color: var(--bs-secondary-color);
    padding: 0;
}

.broadcast-recipient-pager[b-pojm3y5q4j] {
    flex-wrap: wrap;
}

.broadcast-recipient-page-summary[b-pojm3y5q4j] {
    font-size: 0.875rem;
}
/* /Components/Pages/AdminConfiguration.razor.rz.scp.css */
.admin-configuration-setting-row[b-wyra1qkb4t] {
    min-height: 56px;
}
/* /Components/Pages/Administration.razor.rz.scp.css */
.administration-tabs[b-udughhrm5i] {
    margin-bottom: 0;

}

.admin-content-page[b-udughhrm5i] {
    margin: 0;
    padding-bottom: calc(4.5rem + env(safe-area-inset-bottom));
    margin-top: 20px;
}

@media (max-width: 768px) {
    .admin-content-page[b-udughhrm5i],
    [b-udughhrm5i] .e-tab,
    [b-udughhrm5i] .e-tab .e-content,
    [b-udughhrm5i] .e-tab .e-content .e-item {
        transform: none !important;
        overflow: visible !important;
    }

    [b-udughhrm5i] .e-tab .e-content,
    [b-udughhrm5i] .e-tab .e-content .e-item {
        padding-bottom: calc(4.5rem + env(safe-area-inset-bottom));
    }
}


/* /Components/Pages/AdminLandingActivity.razor.rz.scp.css */
.admin-tools-card .form-label[b-5f4ob2840j] {
    font-weight: 600;
}
/* /Components/Pages/AdminSupportTickets.razor.rz.scp.css */
.admin-support-ticket-tabs .rz-tabview-nav[b-jsdty1rdqd],
.admin-support-ticket-tabs .rz-tabs-nav[b-jsdty1rdqd] {
    margin-bottom: 0;
}

.support-ticket-grid .support-ticket-subject[b-jsdty1rdqd] {
    font-weight: 600;
}

.support-ticket-grid .support-ticket-preview[b-jsdty1rdqd] {
    font-size: 0.875rem;
    line-height: 1.45;
    margin-top: 0.25rem;
}
/* /Components/Pages/Auth/SignIn.razor.rz.scp.css */
.auth-box[b-95o7zmhvrq] {
    /* ensure card background and text follow branding */
}

/* Global header (topnav) background for auth pages */
:global(.topnav)[b-95o7zmhvrq] {
    background-color: #9CAF88 !important; /* sage */
}

/* Force black text inside auth pages and override utilities like .text-white */
:global(.auth-box)[b-95o7zmhvrq],
:global(.auth-box) *[b-95o7zmhvrq] {
    color: #000 !important;
}

:global(.auth-box .text-white)[b-95o7zmhvrq] {
    color: #000 !important;
}

:global(.auth-brand h4)[b-95o7zmhvrq],
:global(.auth-brand p)[b-95o7zmhvrq],
:global(.auth-box .card)[b-95o7zmhvrq] {
    color: #000 !important;
    background-color: #fff !important;
}

:global(.btn-primary)[b-95o7zmhvrq] {
    color: #000 !important;
}

/* Catch any .text-white utilities used inside auth regions or topnav */
:global(.auth-box [class~="text-white"])[b-95o7zmhvrq],
:global(.auth-brand [class~="text-white"])[b-95o7zmhvrq],
:global(.auth-box .card [class~="text-white"])[b-95o7zmhvrq] {
    color: #000 !important;
}

/* Topnav text that may be white should be black on auth pages */
:global(.topnav .text-white)[b-95o7zmhvrq] {
    color: #000 !important;
}

/* Buttons and links inside auth should be readable */
:global(.auth-box .btn)[b-95o7zmhvrq],
:global(.auth-box a)[b-95o7zmhvrq],
:global(.auth-box .nav-link)[b-95o7zmhvrq] {
    color: #000 !important;
}

/* /Components/Pages/Auth/SignUp.razor.rz.scp.css */
.auth-box[b-zlo8du7cfs] {
    /* ensure card background and text follow branding */
}

/* Global header (topnav) background for auth pages */
:global(.topnav)[b-zlo8du7cfs] {
    background-color: #9CAF88 !important; /* sage */
}

/* Force black text inside auth pages and override utilities like .text-white */
:global(.auth-box)[b-zlo8du7cfs],
:global(.auth-box) *[b-zlo8du7cfs] {
    color: #000 !important;
}

:global(.auth-box .text-white)[b-zlo8du7cfs] {
    color: #000 !important;
}

:global(.auth-brand h4)[b-zlo8du7cfs],
:global(.auth-brand p)[b-zlo8du7cfs],
:global(.auth-box .card)[b-zlo8du7cfs] {
    color: #000 !important;
    background-color: #fff !important;
}

:global(.btn-primary)[b-zlo8du7cfs] {
    color: #000 !important;
}

/* Catch any .text-white utilities used inside auth regions or topnav */
:global(.auth-box [class~="text-white"])[b-zlo8du7cfs],
:global(.auth-brand [class~="text-white"])[b-zlo8du7cfs],
:global(.auth-box .card [class~="text-white"])[b-zlo8du7cfs] {
    color: #000 !important;
}

/* Topnav text that may be white should be black on auth pages */
:global(.topnav .text-white)[b-zlo8du7cfs] {
    color: #000 !important;
}

/* Buttons and links inside auth should be readable */
:global(.auth-box .btn)[b-zlo8du7cfs],
:global(.auth-box a)[b-zlo8du7cfs],
:global(.auth-box .nav-link)[b-zlo8du7cfs] {
    color: #000 !important;
}

.terms-link[b-zlo8du7cfs] {
    background: none;
    border: 0;
    color: #9CAF88 !important;
    cursor: pointer;
    font-weight: 700;
    padding: 0;
    text-decoration: underline;
}

.terms-link:hover[b-zlo8du7cfs],
.terms-link:focus[b-zlo8du7cfs] {
    color: #86a06d !important;
    text-decoration-thickness: from-font;
}

/* /Components/Pages/BillingHistory.razor.rz.scp.css */
.billing-history__empty-state[b-19jf38ydrj] {
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.billing-history__metric-card[b-19jf38ydrj] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.billing-history__metric-label[b-19jf38ydrj],
.billing-history__summary-label[b-19jf38ydrj] {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--bs-secondary-color);
}

.billing-history__metric-value[b-19jf38ydrj],
.billing-history__summary-value[b-19jf38ydrj] {
    font-size: 1.25rem;
    font-weight: 600;
}

.billing-history__summary-item[b-19jf38ydrj] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.5rem 0;
}

.billing-history__purchase-header[b-19jf38ydrj] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.billing-history__history-table thead th[b-19jf38ydrj] {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
/* /Components/Pages/Board.razor.rz.scp.css */
.board-page-container[b-gt0b5zjxi2] {
    width: 100%;
    max-width: 100%;
}

.board-page-container[b-gt0b5zjxi2]  .football-squares-board,
.board-page-container[b-gt0b5zjxi2]  .football-squares-board-layout,
.board-page-container[b-gt0b5zjxi2]  .football-squares-board-main,
.board-page-container[b-gt0b5zjxi2]  .football-squares-board-grid {
    width: 100%;
}

/* /Components/Pages/BoardCreate.razor.rz.scp.css */
/* CSS for BoardCreate component */

.board-create-page[b-op4krekxs9] {
    margin: 0;
    margin-top:20px;
}

.board-create-page__title[b-op4krekxs9] {
    margin-bottom: 0.625rem;
    margin-top: 0.625rem;
}

@media (max-width: 575.98px) {
    .board-create-page[b-op4krekxs9] {
        padding-inline: 0.5rem;
    }

    .board-create-page__title[b-op4krekxs9] {
        margin-bottom: 10;
    }

    .board-create-page__board-type-card[b-op4krekxs9] {
        margin-bottom: 0.75rem !important;
    }

    .board-create-page__game-selection[b-op4krekxs9],
    .board-create-page__actions[b-op4krekxs9] {
        margin-bottom: 0 !important;
    }
}
/* /Components/Pages/BoardPrint.razor.rz.scp.css */
.board-print-page[b-ym9fdi5eld] {
    margin: 0;
    margin-top: 20px;
}

.board-print-page__title[b-ym9fdi5eld] {
    margin-bottom: 0.625rem;
}

@media (max-width: 575.98px) {
    .board-print-page[b-ym9fdi5eld] {
        padding-inline: 0.5rem;
    }

    .board-print-page__title[b-ym9fdi5eld] {
        margin-bottom: 0.625rem;
        margin-top: 0.625rem;
    }

    .board-print-page__game-selection[b-ym9fdi5eld] {
        margin-bottom: 0.75rem !important;
    }

    .board-print-page__toolbar[b-ym9fdi5eld],
    .board-print-page__actions[b-ym9fdi5eld] {
        margin-bottom: 0 !important;
    }

    .board-print-preview[b-ym9fdi5eld] {
        margin-top: 0.75rem;
    }

    .board-print-preview[b-ym9fdi5eld]  .football-squares-board {
        margin-top: 0;
    }
}

.board-print-options-title[b-ym9fdi5eld] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.board-print-options .form-check[b-ym9fdi5eld] {
    margin-bottom: 0.5rem;
}

.board-print-toolbar-card[b-ym9fdi5eld] {
    position: sticky;
    top: 0;
    z-index: 1;
}

.board-print-grid-button[b-ym9fdi5eld] {
    min-height: 100%;
}

.board-print-preview[b-ym9fdi5eld]  .football-squares-board-toolbar {
    display: none;
}
/* /Components/Pages/Help.razor.rz.scp.css */
.help-page__container[b-s0d1c4n2fc] {
    margin: 0 auto;
    max-width: 95%;
    width: 95%;
}

.help-page h1[b-s0d1c4n2fc],
.help-page h2[b-s0d1c4n2fc],
.help-page h3[b-s0d1c4n2fc],
.help-page p[b-s0d1c4n2fc],
.help-page li[b-s0d1c4n2fc],
.help-page td[b-s0d1c4n2fc],
.help-page th[b-s0d1c4n2fc] {
    line-height: 1.6;
}

.help-page__nav-card[b-s0d1c4n2fc] {
    position: sticky;
    top: 5.75rem;
}

.help-page__treeview .e-list-text[b-s0d1c4n2fc] {
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
}

.help-page__tree-group + .help-page__tree-group[b-s0d1c4n2fc] {
    margin-top: 1rem;
}

.help-page__tree-group-label[b-s0d1c4n2fc] {
    color: var(--bs-secondary-color, #6c757d);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

.help-page__nav .list-group-item[b-s0d1c4n2fc] {
    border-left: 0;
    border-right: 0;
    text-align: left;
    width: 100%;
}

.help-page__tree-item[b-s0d1c4n2fc] {
    padding-left: 1rem;
    padding-right: 0;
}

.help-page__nav .list-group-item.active[b-s0d1c4n2fc] {
    background-color: var(--brand-primary, #5f8066);
    border-color: var(--brand-primary, #5f8066);
    color: #fff;
}

.help-page__section[b-s0d1c4n2fc] {
    margin-bottom: 2rem;
    scroll-margin-top: 6.25rem;
}

.help-page__state-table td[b-s0d1c4n2fc],
.help-page__state-table th[b-s0d1c4n2fc] {
    vertical-align: top;
}

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

.help-page__icon-row[b-s0d1c4n2fc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.help-page__icon-row i[b-s0d1c4n2fc] {
    font-size: 1.1rem;
}

@media (max-width: 991.98px) {
    .help-page__nav-card[b-s0d1c4n2fc] {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .help-page__icon-grid[b-s0d1c4n2fc] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Landing.razor.rz.scp.css */
.landing-header-sticky[b-j8okk0uq6u] {
    position: sticky !important;
    top: 0;
    z-index: 1040;
    /* Header background: sage */
    background-color: #9CAF88 !important; /* sage */
    color: #000;
}

#landing-navbar[b-j8okk0uq6u],
#landing-navbar.top-fixed[b-j8okk0uq6u],
#landing-navbar.top-fixed.top-hide[b-j8okk0uq6u],
#landing-navbar.top-fixed.top-scroll-up[b-j8okk0uq6u] {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    z-index: auto !important;
    width: 100%;
    background-color: #9CAF88 !important; /* sage */
}

/* Make landing page text black */
/* Apply broadly to headings, paragraphs, links and nav items on the landing page */
.landing-header-sticky[b-j8okk0uq6u],
body [id$="hero"][b-j8okk0uq6u],
section[b-j8okk0uq6u],
.container[b-j8okk0uq6u],
.row[b-j8okk0uq6u],
.card[b-j8okk0uq6u],
.cookie-consent-card[b-j8okk0uq6u],
#hero[b-j8okk0uq6u],
#pricing[b-j8okk0uq6u],
#features[b-j8okk0uq6u],
#faq[b-j8okk0uq6u],
#pricing[b-j8okk0uq6u],
.marketing-feature-image[b-j8okk0uq6u],
.section-custom[b-j8okk0uq6u],
.section-footer[b-j8okk0uq6u] {
    color: #000 !important;
}

.navbar-nav .nav-link[b-j8okk0uq6u],
.nav-link[b-j8okk0uq6u],
.auth-brand .logo img[b-j8okk0uq6u],
.auth-brand .logo-light img[b-j8okk0uq6u] {
    color: #000 !important;
    fill: #000 !important;
}

/* Ensure buttons keep readable text color */
.btn[b-j8okk0uq6u],
.btn-outline-primary[b-j8okk0uq6u],
.btn-primary[b-j8okk0uq6u] {
    color: #000 !important;
}

/* Force all text within the landing header and hero sections to be black to override utility classes like .text-white */
.landing-header-sticky[b-j8okk0uq6u],
.landing-header-sticky *[b-j8okk0uq6u],
#hero[b-j8okk0uq6u],
#hero *[b-j8okk0uq6u],
#pricing[b-j8okk0uq6u],
#pricing *[b-j8okk0uq6u],
.section-custom[b-j8okk0uq6u],
.section-custom *[b-j8okk0uq6u] {
    color: #000 !important;
}

#hero[b-j8okk0uq6u] {
    overflow-x: clip;
}

/* Specifically override the text-white utility inside landing areas */
.landing-header-sticky .text-white[b-j8okk0uq6u],
#hero .text-white[b-j8okk0uq6u],
#pricing .text-white[b-j8okk0uq6u],
.section-custom .text-white[b-j8okk0uq6u] {
    color: #000 !important;
}

.back-to-top-button[b-j8okk0uq6u] {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    width: 3rem;
    height: 3rem;
    border: 0;
    border-radius: 999px;
    background-color: #1ab394;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 5l-7 7h4v7h6v-7h4l-7-7z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.25rem 1.25rem;
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transform: translateY(1rem);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 1050;
}

.back-to-top-button.is-visible[b-j8okk0uq6u] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.back-to-top-button:hover[b-j8okk0uq6u] {
    background-color: #168f7a;
}

.cookie-consent-backdrop[b-j8okk0uq6u] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 1.25rem;
    background: rgba(15, 23, 42, 0.55);
    z-index: 2000;
}

.cookie-consent-card[b-j8okk0uq6u] {
    width: min(100%, 42rem);
    border: 0;
    border-top: 4px solid #1ab394;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 1.5rem 3rem rgba(15, 23, 42, 0.28);
}

.cookie-consent-header[b-j8okk0uq6u] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.cookie-consent-actions[b-j8okk0uq6u] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.75rem;
}

.marketing-feature-image[b-j8okk0uq6u] {
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.12);
}

.feature-guide-backdrop[b-j8okk0uq6u] {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    background: rgba(15, 23, 42, 0.65);
    z-index: 2100;
}

.feature-guide-card[b-j8okk0uq6u] {
    width: min(100%, 64rem);
    max-height: min(85vh, 52rem);
    overflow-y: auto;
    border: 0;
    border-top: 4px solid #1ab394;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 1.5rem 3rem rgba(15, 23, 42, 0.32);
}

.feature-guide-header[b-j8okk0uq6u] {
    position: sticky;
    top: 0;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    background: #ffffff;
    padding: 1.25rem 1.5rem 1rem;
    border-bottom: 1px solid #dee2e6;
}

.feature-guide-content[b-j8okk0uq6u] {
    padding: 1.25rem 1.5rem 1.5rem;
}

.feature-guide-grid[b-j8okk0uq6u] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 1.25rem;
}

.feature-guide-grid section[b-j8okk0uq6u] {
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    padding: 1rem;
    background-color: #f8f9fa;
}

.feature-guide-grid ul[b-j8okk0uq6u] {
    margin: 0.75rem 0 0;
    padding-left: 1.25rem;
}

.feature-guide-grid li[b-j8okk0uq6u] {
    margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
    .hero-cta-actions[b-j8okk0uq6u] {
        width: 100%;
    }

    .hero-cta-actions .btn[b-j8okk0uq6u] {
        width: 100%;
        white-space: normal;
    }

    .feature-guide-backdrop[b-j8okk0uq6u] {
        align-items: flex-end;
        padding: 0.75rem;
    }

    .feature-guide-card[b-j8okk0uq6u] {
        width: 100%;
        max-height: 90vh;
        border-radius: 0.75rem 0.75rem 0 0;
        -webkit-overflow-scrolling: touch;
    }

    .feature-guide-header[b-j8okk0uq6u] {
        gap: 0.75rem;
        padding: 1rem 1rem 0.875rem;
    }

    .feature-guide-header h2[b-j8okk0uq6u] {
        font-size: 1.25rem;
        line-height: 1.3;
    }

    .feature-guide-content[b-j8okk0uq6u] {
        padding: 0.875rem 1rem 1rem;
    }

    .feature-guide-grid[b-j8okk0uq6u] {
        grid-template-columns: 1fr;
        gap: 0.875rem;
    }

    .feature-guide-grid section[b-j8okk0uq6u] {
        padding: 0.875rem;
    }
}
/* /Components/Pages/Profile.razor.rz.scp.css */
.profile-page[b-hrj4b9t8l9] {
    margin: 12px;
}

.profile-page__header[b-hrj4b9t8l9] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.profile-page__card[b-hrj4b9t8l9] {
    width: 100%;
    max-width: 1280px;
}

.profile-section[b-hrj4b9t8l9] {
    height: 100%;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.55);
}

.profile-section--compact[b-hrj4b9t8l9] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px 16px;
}

.profile-section--compact > .profile-section__title[b-hrj4b9t8l9],
.profile-section--compact > .profile-help-text[b-hrj4b9t8l9],
.profile-section--compact > .profile-image-preview[b-hrj4b9t8l9],
.profile-section--compact > .form-check[b-hrj4b9t8l9],
.profile-section--compact > .mt-3[b-hrj4b9t8l9] {
    grid-column: 1 / -1;
}

.profile-section__title[b-hrj4b9t8l9] {
    margin-bottom: 2px;
    font-weight: 600;
}

.profile-image-preview img[b-hrj4b9t8l9] {
    max-width: 160px;
}

.profile-platform-icon[b-hrj4b9t8l9] {
    min-width: 44px;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.profile-page__actions[b-hrj4b9t8l9] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.profile-help-text[b-hrj4b9t8l9] {
    color: inherit;
    font-size: 0.9rem;
}

@media (min-width: 1200px) {
    .profile-section--compact[b-hrj4b9t8l9] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .profile-page__header[b-hrj4b9t8l9] {
        flex-direction: column;
        align-items: stretch;
    }

    .profile-page__actions[b-hrj4b9t8l9] {
        justify-content: stretch;
    }

    .profile-page__actions .btn[b-hrj4b9t8l9] {
        width: 100%;
    }
}
/* /Components/Pages/ProfileNotifications.razor.rz.scp.css */
.profile-notifications__avatar-image[b-2brqm3frul] {
    border-radius: 50%;
    object-fit: cover;
}


.profile-notifications__label[b-2brqm3frul] {
    font-weight:bold;
    font-size:16px;
}
/* /Components/Pages/ProfileNotificationSettings.razor.rz.scp.css */
.profile-notifications[b-4p4u6w06sz] { }
/* /Components/Pages/ProfileParticipants.razor.rz.scp.css */
.profile-participants[b-jijxbrtj8w] {
    display: grid;
    gap: 1rem;
}

.profile-participants__form[b-jijxbrtj8w] {
    display: grid;
    gap: 1rem;
}

.profile-participants__form-row[b-jijxbrtj8w] {
    display: grid;
    gap: 1rem;
    align-items: end;
}

.profile-participants__field[b-jijxbrtj8w] {
    min-width: 0;
}

.profile-participants__toggle[b-jijxbrtj8w] {
    display: flex;
    align-items: center;
    min-height: 38px;
}

.profile-participants__actions[b-jijxbrtj8w] {
    display: flex;
    justify-content: flex-end;
}

@media (min-width: 992px) {
    .profile-participants__form-row[b-jijxbrtj8w] {
        grid-template-columns: minmax(0, 1fr) auto auto auto;
    }
}

[b-jijxbrtj8w] .radzen-header-actions {
    margin-right: 1.5rem;
}
/* /Components/Pages/ProfilePromotions.razor.rz.scp.css */
.profile-promotions[b-tggt4osr3b] {
    display: grid;
    gap: 1rem;
}

.profile-promotions__header[b-tggt4osr3b] {
    margin-bottom: 0.25rem;
}

.profile-promotions__credit-summary[b-tggt4osr3b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.profile-promotions__credit-count[b-tggt4osr3b] {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}
/* /Components/Pages/StripeSession.razor.rz.scp.css */
.stripe-session__card[b-y4sc0izp6u] {
    max-width: 720px;
    margin: 0 auto;
}

.stripe-session__state[b-y4sc0izp6u] {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
}

.stripe-session__state--success h5[b-y4sc0izp6u] {
    color: var(--bs-success-text-emphasis);
}

.stripe-session__state--error h5[b-y4sc0izp6u] {
    color: var(--bs-danger-text-emphasis);
}
/* /Components/Pages/Support.razor.rz.scp.css */
.support-form-card .form-control[b-0fishok5bk],
.faq-card .accordion-button[b-0fishok5bk] {
    font-size: 0.95rem;
}

.support-message[b-0fishok5bk] {
    min-height: 180px;
}

.support-ticket-grid .support-ticket-subject[b-0fishok5bk] {
    font-weight: 600;
}

.support-ticket-grid .support-ticket-preview[b-0fishok5bk] {
    font-size: 0.875rem;
    line-height: 1.45;
    margin-top: 0.25rem;
}

.support-ticket-card .rz-grid-table[b-0fishok5bk],
.support-ticket-card .rz-datatable-table[b-0fishok5bk] {
    width: 100%;
}

.faq-card .accordion-body[b-0fishok5bk] {
    line-height: 1.55;
}
/* /Components/Pages/SupportTicketDialog.razor.rz.scp.css */
.support-ticket-dialog[b-cp63sr15qh] {
    min-width: 0;
}

.support-ticket-thread-list[b-cp63sr15qh] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: 420px;
    overflow-y: auto;
    padding-right: 0.25rem;
}

.support-ticket-message[b-cp63sr15qh] {
    border-radius: 0.75rem;
    padding: 1rem;
    background: #f8fafc;
}

.support-ticket-message-admin[b-cp63sr15qh] {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}

.support-ticket-message-user[b-cp63sr15qh] {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.support-ticket-message-header[b-cp63sr15qh] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.support-ticket-message-author[b-cp63sr15qh] {
    font-weight: 600;
}

.support-ticket-message-time[b-cp63sr15qh] {
    color: #6b7280;
    white-space: nowrap;
}

.support-ticket-message-body[b-cp63sr15qh] {
    white-space: pre-wrap;
    line-height: 1.6;
}

.support-ticket-reply[b-cp63sr15qh] {
    min-height: 160px;
}
/* /Components/Pages/TermsAndConditions.razor.rz.scp.css */
.terms-page .card[b-7wykr6wz0s] {
    border-radius: 0.75rem;
}

.terms-page h2[b-7wykr6wz0s] {
    margin-bottom: 0.75rem;
}

.terms-page p[b-7wykr6wz0s],
.terms-page li[b-7wykr6wz0s] {
    line-height: 1.6;
}

.terms-page ul[b-7wykr6wz0s] {
    margin-bottom: 0;
    padding-left: 1.25rem;
}
/* /Components/Pages/Tutorial.razor.rz.scp.css */
.tutorial-page .card[b-t8vu611vqx] {
    border-radius: 0.75rem;
}

.tutorial-page h2[b-t8vu611vqx] {
    margin-bottom: 0.75rem;
}

.tutorial-page p[b-t8vu611vqx],
.tutorial-page li[b-t8vu611vqx] {
    line-height: 1.6;
}

.tutorial-page ul[b-t8vu611vqx],
.tutorial-page ol[b-t8vu611vqx] {
    margin-bottom: 0;
}

.tutorial-page__state-table td[b-t8vu611vqx],
.tutorial-page__state-table th[b-t8vu611vqx] {
    vertical-align: top;
}

@media (max-width: 575.98px) {
    .tutorial-page[b-t8vu611vqx] {
        padding-left: 0;
        padding-right: 1rem;
    }
}
/* /Components/Pages/UpcomingGames.razor.rz.scp.css */
.upcoming-games-grid .rz-cell-data[b-vnpr8il40a] {
    white-space: normal;
}

.score-link[b-vnpr8il40a] {
    color: green;
    text-decoration: underline;
    cursor: pointer;
}

.score-link:hover[b-vnpr8il40a],
.score-link:focus[b-vnpr8il40a] {
    color: green;
    text-decoration: underline;
}

.upcoming-games-grid table thead th:nth-child(2)[b-vnpr8il40a],
.upcoming-games-grid table tbody td:nth-child(2)[b-vnpr8il40a],
.upcoming-games-grid .rz-datatable-header .rz-column:nth-child(2)[b-vnpr8il40a],
.upcoming-games-grid .rz-datatable-table .rz-row .rz-cell:nth-child(2)[b-vnpr8il40a] {
    text-align: left;
}

.matchup-with-helmets[b-vnpr8il40a] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    width: 100%;
}

.matchup-text[b-vnpr8il40a] {
    text-align: left;
}

.team-helmet[b-vnpr8il40a] {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .upcoming-games-page[b-vnpr8il40a] {
    padding-inline: 0.5rem;
  }

  /* Hide all data grid columns after the first two (Date + Matchup) on small screens */
  .upcoming-games-grid table thead th:nth-child(n+3)[b-vnpr8il40a],
  .upcoming-games-grid table tbody td:nth-child(n+3)[b-vnpr8il40a] {
    display: none !important;
  }

  /* Extra selectors to cover Radzen's potential div-based rendering */
  .upcoming-games-grid .rz-datatable-header .rz-column:nth-child(n+3)[b-vnpr8il40a],
  .upcoming-games-grid .rz-datatable-table .rz-row .rz-cell:nth-child(n+3)[b-vnpr8il40a],
  .upcoming-games-grid .rz-datatable-table thead th:nth-child(n+3)[b-vnpr8il40a] {
    display: none !important;
  }
}

/* /Components/Pages/VenmoBarcodeDialog.razor.rz.scp.css */
.venmo-barcode-dialog[b-epy45kktvj] {
    display: flex;
    justify-content: center;
}

.venmo-barcode-dialog__image[b-epy45kktvj] {
    width: 100%;
    max-width: 380px;
    height: auto;
    max-height: calc(100vh - 12rem);
    border-radius: 6px;
    object-fit: contain;
}
/* /Components/PDF/PDFViewerGame.razor.rz.scp.css */
.pdf-viewer-game-component-toolbar[b-6mm9183asp] {
}

.pdf-viewer-game-component-sfpdfviewer2[b-6mm9183asp] {
    height: 100vw;
}
/* /Components/Team/TeamCard.razor.rz.scp.css */
.team-card[b-9pi6n2byg9] {
    border-radius: 0.75rem;
    min-height: 132px;
    padding: 1rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}

.team-card-content[b-9pi6n2byg9] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.team-logo[b-9pi6n2byg9] {
    width: 48px;
    height: 48px;
    object-fit: contain;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
    padding: 0.25rem;
}

.team-name[b-9pi6n2byg9] {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.2;
}
