/* _content/GolfTournamentApp/Components/Admin/AdminPageHeader.razor.rz.scp.css */
.admin-page[b-7gdx5pyu62] {
    width: 100%;
    min-width: 0;
}

.admin-page-header[b-7gdx5pyu62] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    background-color: #e6ece8;
    border: 1px solid #c5d0d8;
    border-radius: .5rem;
}

    .admin-page-header > div:first-child[b-7gdx5pyu62] {
        flex: 1 1 auto;
        min-width: 0;
    }

.admin-page-header-actions[b-7gdx5pyu62] {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex-shrink: 0;
}

.admin-eyebrow[b-7gdx5pyu62] {
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--bs-secondary-color);
}

.admin-page-subtitle[b-7gdx5pyu62] {
    margin-top: .25rem;
    color: var(--bs-secondary-color);
    font-size: .95rem;
}
/* _content/GolfTournamentApp/Components/Admin/ImportRoster.razor.rz.scp.css */
.page-header[b-5ix4rdl05g] {
    margin-bottom: 1rem;
}

    .page-header h1[b-5ix4rdl05g] {
        margin: 0;
        color: var(--app-text);
        font-size: 1.6rem;
        font-weight: 700;
    }

    .page-header p[b-5ix4rdl05g] {
        margin: .25rem 0 0;
        color: var(--app-muted);
    }

.import-panel[b-5ix4rdl05g] {
    background: var(--app-surface);
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius-md);
    box-shadow: var(--app-shadow-sm);
    padding: 1.25rem;
    margin-bottom: 1rem;
}

.import-status[b-5ix4rdl05g] {
    margin-top: 1rem;
    color: var(--app-muted);
    font-weight: 500;
}

.import-actions[b-5ix4rdl05g] {
    display: flex;
    gap: .5rem;
    margin: 1rem 0;
}

.import-preview-note[b-5ix4rdl05g] {
    color: var(--app-muted);
    font-size: .9rem;
}
/* _content/GolfTournamentApp/Components/GolfCourses/GolfCourseEdit.razor.rz.scp.css */
.golf-course-edit-layout[b-6abmtjsbk7] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.golf-course-header-actions[b-6abmtjsbk7] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
}

.golf-course-tee-section[b-6abmtjsbk7] {
    padding: 1.25rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
}

.golf-course-section-header[b-6abmtjsbk7] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.golf-course-section-header h2[b-6abmtjsbk7] {
    margin: 0 0 0.3rem;
    font-size: 1.15rem;
}

.golf-course-section-header p[b-6abmtjsbk7] {
    margin: 0;
    color: var(--bs-secondary-color);
}

.golf-course-tee-empty[b-6abmtjsbk7] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1.25rem;
    border-radius: 0.5rem;
    background: var(--bs-tertiary-bg);
    color: var(--bs-secondary-color);
}

.golf-course-tee-empty strong[b-6abmtjsbk7] {
    color: var(--bs-body-color);
}

.tee-set-name-cell[b-6abmtjsbk7] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.tee-set-name-cell > div[b-6abmtjsbk7] {
    display: flex;
    flex-direction: column;
}

.tee-set-name-cell span:not(.tee-set-color)[b-6abmtjsbk7] {
    color: var(--bs-secondary-color);
    font-size: 0.85rem;
}

.tee-set-color[b-6abmtjsbk7] {
    width: 1rem;
    height: 1rem;
    flex: 0 0 1rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.tee-set-completion[b-6abmtjsbk7] {
    font-weight: 600;
}

.tee-set-completion.complete[b-6abmtjsbk7] {
    color: #146c43;
}

.tee-set-completion.incomplete[b-6abmtjsbk7] {
    color: #997404;
}

.tee-set-status-badge[b-6abmtjsbk7] {
    display: inline-flex;
    justify-content: center;
    min-width: 5.25rem;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
}

.tee-set-status-badge.active[b-6abmtjsbk7] {
    background: rgba(25, 135, 84, 0.14);
    color: #146c43;
}

.tee-set-status-badge.inactive[b-6abmtjsbk7] {
    background: rgba(108, 117, 125, 0.16);
    color: #5c636a;
}

.tee-set-row-actions[b-6abmtjsbk7] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    white-space: nowrap;
}

@media (max-width: 700px) {
    .golf-course-header-actions[b-6abmtjsbk7],
    .golf-course-section-header[b-6abmtjsbk7] {
        align-items: stretch;
        flex-direction: column;
    }

    .tee-set-row-actions[b-6abmtjsbk7] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* _content/GolfTournamentApp/Components/GolfCourses/GolfCourseForm.razor.rz.scp.css */
.golf-course-form[b-u2x0hxl47w] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.golf-course-form-section[b-u2x0hxl47w] {
    padding: 1.25rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    background: var(--bs-body-bg);
}

.golf-course-form-section h2[b-u2x0hxl47w] {
    margin: 0 0 1rem;
    font-size: 1.08rem;
}

.golf-course-form-actions[b-u2x0hxl47w] {
    display: flex;
    gap: 0.75rem;
    padding-bottom: 1rem;
}
/* _content/GolfTournamentApp/Components/GolfCourses/GolfCourses.razor.rz.scp.css */
.golf-course-list-toolbar[b-xe05xkxp0m] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 1rem 0;
}

.golf-course-list-summary[b-xe05xkxp0m] {
    display: flex;
    gap: 1rem;
    color: var(--bs-secondary-color);
    font-size: 0.9rem;
}

.golf-course-grid-container[b-xe05xkxp0m] {
    min-height: 0;
}

.golf-course-name-cell[b-xe05xkxp0m] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.golf-course-name-cell span[b-xe05xkxp0m] {
    color: var(--bs-secondary-color);
    font-size: 0.88rem;
}

.golf-course-status-badge[b-xe05xkxp0m] {
    display: inline-flex;
    justify-content: center;
    min-width: 5.25rem;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
}

.golf-course-status-badge.active[b-xe05xkxp0m] {
    background: rgba(25, 135, 84, 0.14);
    color: #146c43;
}

.golf-course-status-badge.inactive[b-xe05xkxp0m] {
    background: rgba(108, 117, 125, 0.16);
    color: #5c636a;
}

.golf-course-empty-state[b-xe05xkxp0m] {
    max-width: 42rem;
    margin: 2rem auto;
    padding: 2.5rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    text-align: center;
    background: var(--bs-tertiary-bg);
}

.golf-course-empty-state h2[b-xe05xkxp0m] {
    margin-bottom: 0.75rem;
    font-size: 1.35rem;
}

.golf-course-empty-state p[b-xe05xkxp0m] {
    margin-bottom: 1.25rem;
    color: var(--bs-secondary-color);
}

@media (max-width: 700px) {
    .golf-course-list-toolbar[b-xe05xkxp0m] {
        align-items: flex-start;
        flex-direction: column;
    }

    .golf-course-list-summary[b-xe05xkxp0m] {
        flex-direction: column;
        gap: 0.2rem;
    }
}
/* _content/GolfTournamentApp/Components/GolfCourses/GolfCourseTeeConfigurationEditor.razor.rz.scp.css */
.tee-configuration-editor[b-8365b4q1rm] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tee-configuration-summary[b-8365b4q1rm] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.tee-configuration-summary > div[b-8365b4q1rm] {
    min-width: 11rem;
    padding: 0.75rem 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.6rem;
    background: var(--bs-tertiary-bg);
}

.tee-configuration-summary span[b-8365b4q1rm],
.tee-configuration-summary strong[b-8365b4q1rm] {
    display: block;
}

.tee-configuration-summary span[b-8365b4q1rm] {
    margin-bottom: 0.15rem;
    color: var(--bs-secondary-color);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tee-configuration-scroll[b-8365b4q1rm] {
    overflow-x: auto;
}

.tee-configuration-table[b-8365b4q1rm] {
    min-width: 650px;
    margin-bottom: 0;
}

.tee-configuration-table th[b-8365b4q1rm],
.tee-configuration-table td[b-8365b4q1rm] {
    vertical-align: middle;
}

.tee-configuration-table th:nth-child(1)[b-8365b4q1rm],
.tee-configuration-table td:nth-child(1)[b-8365b4q1rm] {
    width: 8%;
    text-align: center;
}

.tee-configuration-table th:nth-child(2)[b-8365b4q1rm],
.tee-configuration-table td:nth-child(2)[b-8365b4q1rm] {
    width: 28%;
}

.tee-configuration-table th:nth-child(3)[b-8365b4q1rm],
.tee-configuration-table td:nth-child(3)[b-8365b4q1rm],
.tee-configuration-table th:nth-child(4)[b-8365b4q1rm],
.tee-configuration-table td:nth-child(4)[b-8365b4q1rm],
.tee-configuration-table th:nth-child(5)[b-8365b4q1rm],
.tee-configuration-table td:nth-child(5)[b-8365b4q1rm] {
    width: 18%;
}

.tee-hole-number[b-8365b4q1rm] {
    font-weight: 700;
}

.tee-configuration-subtotal[b-8365b4q1rm] {
    font-weight: 700;
    background: var(--bs-tertiary-bg);
}

.tee-configuration-table tfoot[b-8365b4q1rm] {
    font-weight: 700;
    border-top: 2px solid var(--bs-border-color);
}
/* _content/GolfTournamentApp/Components/GolfCourses/GolfCourseTeeEdit.razor.rz.scp.css */
.golf-course-tee-edit-layout[b-o9mo5qscrd] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.golf-course-tee-configuration-section[b-o9mo5qscrd] {
    padding: 1.25rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    background: var(--bs-body-bg);
}

.golf-course-tee-section-header[b-o9mo5qscrd] {
    margin-bottom: 1rem;
}

.golf-course-tee-section-header h2[b-o9mo5qscrd] {
    margin: 0 0 0.3rem;
    font-size: 1.15rem;
}

.golf-course-tee-section-header p[b-o9mo5qscrd] {
    margin: 0;
    color: var(--bs-secondary-color);
}

.golf-course-tee-configuration-actions[b-o9mo5qscrd] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}
/* _content/GolfTournamentApp/Components/GolfCourses/GolfCourseTeeForm.razor.rz.scp.css */
.golf-course-tee-form[b-c5qgw41yas] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.golf-course-tee-form-section[b-c5qgw41yas] {
    padding: 1.25rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    background: var(--bs-body-bg);
}

.golf-course-tee-form-section h2[b-c5qgw41yas] {
    margin: 0 0 1rem;
    font-size: 1.08rem;
}

.golf-course-tee-form-help[b-c5qgw41yas] {
    margin-top: -0.5rem;
    color: var(--bs-secondary-color);
}

.golf-course-color-input[b-c5qgw41yas] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.golf-course-color-preview[b-c5qgw41yas] {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 50%;
}

.golf-course-tee-form-actions[b-c5qgw41yas] {
    display: flex;
    gap: 0.75rem;
}
/* _content/GolfTournamentApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-rpz71c4pzn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rpz71c4pzn] {
    flex: 1;
}

.sidebar[b-rpz71c4pzn] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-rpz71c4pzn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rpz71c4pzn]  a, .top-row[b-rpz71c4pzn]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-rpz71c4pzn]  a:hover, .top-row[b-rpz71c4pzn]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-rpz71c4pzn]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-rpz71c4pzn] {
        justify-content: space-between;
    }

    .top-row[b-rpz71c4pzn]  a, .top-row[b-rpz71c4pzn]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rpz71c4pzn] {
        flex-direction: row;
    }

    .sidebar[b-rpz71c4pzn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rpz71c4pzn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-rpz71c4pzn]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-rpz71c4pzn], article[b-rpz71c4pzn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-rpz71c4pzn] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-rpz71c4pzn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/GolfTournamentApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wy7v7ipae2] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-wy7v7ipae2] {
        background-color: rgba(255, 255, 255, 0.35);
    }

.admin-nav[b-wy7v7ipae2] {
    background: var(--app-nav-bg);
    border-right: 1px solid var(--app-nav-header-bg);
    height: 100%;
}

.top-row[b-wy7v7ipae2] {
    min-height: 3.5rem;
    background: var(--app-nav-header-bg);
    border-bottom: 1px solid var(--app-nav-hover-bg);
}

.navbar-brand[b-wy7v7ipae2] {
    color: var(--app-nav-text);
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: .03em;
}

.nav-scrollable[b-wy7v7ipae2] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-wy7v7ipae2] {
    display: block;
}

.nav-section-title[b-wy7v7ipae2] {
    color: var(--app-nav-muted);
    font-size: .72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 1.2rem 1rem .35rem;
}

.nav-link[b-wy7v7ipae2] {
    color: var(--app-nav-text);
    border-radius: var(--app-radius-md);
    margin: 2px 8px;
    padding: .65rem .85rem;
    transition: background-color .15s ease, color .15s ease;
}

    .nav-link:hover[b-wy7v7ipae2] {
        background: var(--app-nav-hover-bg);
        color: white;
    }

    .nav-link.active[b-wy7v7ipae2] {
        background: var(--app-primary);
        color: white;
        font-weight: 600;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-wy7v7ipae2] {
        display: none;
    }

    .nav-scrollable[b-wy7v7ipae2] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/GolfTournamentApp/Components/Members/Members.razor.rz.scp.css */
.page-header[b-fstfch503a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

    .page-header h1[b-fstfch503a] {
        margin: 0;
        color: var(--app-text);
        font-size: 1.6rem;
        font-weight: 700;
    }

    .page-header p[b-fstfch503a] {
        margin: .25rem 0 0;
        color: var(--app-muted);
    }

.page-summary[b-fstfch503a] {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: right;
}

.summary-value[b-fstfch503a] {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--app-primary);
}

.summary-caption[b-fstfch503a] {
    color: var(--app-muted);
    font-size: .85rem;
}

.page-status[b-fstfch503a] {
    margin-bottom: 1rem;
    color: var(--app-muted);
    font-size: .9rem;
}

.members-content[b-fstfch503a] {
    height: calc(100vh - 160px);
    min-height: 0;
}

.status-success[b-fstfch503a] {
    color: var(--app-success);
    font-size: 1.1rem;
}

.status-inactive[b-fstfch503a] {
    color: var(--app-danger);
    font-size: 1.1rem;
}
/* _content/GolfTournamentApp/Components/Reports/ReportHeader.razor.rz.scp.css */
.report-header[b-ryxzxhm9zn] {
    border-bottom: 2px solid #222;
    margin-bottom: .6rem;
    padding-bottom: .4rem;
}

.report-club-brand[b-ryxzxhm9zn] {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .35rem;
}

.report-club-logo[b-ryxzxhm9zn] {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.report-club-name[b-ryxzxhm9zn] {
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .02em;
}

.report-header-main[b-ryxzxhm9zn] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.report-title-block h2[b-ryxzxhm9zn] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
}

.report-subtitle[b-ryxzxhm9zn] {
    margin-top: .1rem;
    font-size: .85rem;
    color: #555;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.report-meta[b-ryxzxhm9zn] {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: .15rem 1rem;
    font-size: .78rem;
    text-align: right;
}

@media print {
    .report-header[b-ryxzxhm9zn] {
        margin-bottom: .35rem;
        padding-bottom: .25rem;
    }

    .report-club-brand[b-ryxzxhm9zn] {
        margin-bottom: .2rem;
    }

    .report-club-logo[b-ryxzxhm9zn] {
        width: 28px;
        height: 28px;
    }

    .report-club-name[b-ryxzxhm9zn] {
        font-size: 9pt;
    }

    .report-title-block h2[b-ryxzxhm9zn] {
        font-size: 13pt;
    }

    .report-subtitle[b-ryxzxhm9zn],
    .report-meta[b-ryxzxhm9zn] {
        font-size: 8pt;
    }
}
/* _content/GolfTournamentApp/Components/Reports/ReportsPage.razor.rz.scp.css */
.reports-page[b-3i5em02g75] {
    max-width: 700px;
}

.report-selector-card[b-3i5em02g75] {
    border: 1px solid #d0d0d0;
    border-radius: .5rem;
    padding: 1.25rem;
    background: #fff;
}

    .report-selector-card h2[b-3i5em02g75] {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

.report-actions[b-3i5em02g75] {
    margin-top: 1rem;
}
/* _content/GolfTournamentApp/Components/Reports/ScorecardReport.razor.rz.scp.css */
.scorecard-group-card[b-ka4t6q3yz7] {
    height: 100%;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius-md);
    overflow: hidden;
    break-inside: avoid;
}

.scorecard-group-header[b-ka4t6q3yz7] {
    padding: 0.65rem 0.85rem;
    font-weight: 700;
    background: var(--app-primary-soft);
    border-bottom: 1px solid var(--app-border);
}

.scorecard-group-card th[b-ka4t6q3yz7],
.scorecard-group-card td[b-ka4t6q3yz7] {
    padding: 0.4rem 0.6rem;
}

@media print {
    .scorecard-group-grid[b-ka4t6q3yz7] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

        .scorecard-group-grid > div[b-ka4t6q3yz7] {
            width: auto;
        }
}
/* _content/GolfTournamentApp/Components/Reports/TournamentCheckinReportPage.razor.rz.scp.css */
.tournament-report[b-s199xah20n] {
    max-width: 100%;
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
}

.report-actions[b-s199xah20n] {
    margin-bottom: 1rem;
}

.check-in-report-table[b-s199xah20n] {
    width: 100%;
    border-collapse: collapse;
    font-size: .78rem;
}

    .check-in-report-table thead th[b-s199xah20n] {
        background: #2f3437;
        color: white;
        border: 1px solid #2f3437;
        padding: .22rem .35rem;
        font-weight: 600;
    }

    .check-in-report-table td[b-s199xah20n] {
        border: 1px solid #c8c8c8;
        padding: .18rem .35rem;
        line-height: 1.15;
        height: 1.35rem;
    }

    .check-in-report-table tbody tr:nth-child(even)[b-s199xah20n] {
        background: #f5f5f5;
    }

    .check-in-report-table th:first-child[b-s199xah20n],
    .check-in-report-table td:first-child[b-s199xah20n] {
        width: 80px;
        min-width: 80px;
        text-align: center;
        font-weight: 700;
    }

    .check-in-report-table th:last-child[b-s199xah20n],
    .check-in-report-table td:last-child[b-s199xah20n] {
        width: 150px;
    }

    .check-in-report-table tbody td:first-child[b-s199xah20n] {
        background: #eeeeee;
    }

    .check-in-report-table tbody tr:nth-child(even) td:first-child[b-s199xah20n] {
        background: #e5e5e5;
    }

.roster-report-footer[b-s199xah20n] {
    margin-top: .4rem;
    font-size: .68rem;
    color: #666;
    display: flex;
    justify-content: space-between;
}

@media print {
    @page {
        size: letter portrait;
        margin: .35in;
    }

    .report-actions[b-s199xah20n],
    .no-print[b-s199xah20n],
    h1[b-s199xah20n] {
        display: none !important;
    }

    .tournament-report[b-s199xah20n] {
        width: 100%;
    }

    .check-in-report-table[b-s199xah20n] {
        font-size: 7.2pt;
    }

        .check-in-report-table th[b-s199xah20n],
        .check-in-report-table td[b-s199xah20n] {
            padding: .08rem .2rem;
        }

        .check-in-report-table td[b-s199xah20n] {
            height: 1.15rem;
        }

    .roster-report-footer[b-s199xah20n] {
        font-size: 7pt;
    }
}
/* _content/GolfTournamentApp/Components/Reports/TournamentRosterReportPage.razor.rz.scp.css */
.tournament-report[b-ojjh9s1tzy] {
    max-width: 100%;
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
}

.report-actions[b-ojjh9s1tzy] {
    margin-bottom: 1rem;
}

.report-title-block h2[b-ojjh9s1tzy] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
}

.report-subtitle[b-ojjh9s1tzy] {
    margin-top: .1rem;
    font-size: .85rem;
    color: #555;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.report-meta[b-ojjh9s1tzy] {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: .15rem 1rem;
    font-size: .78rem;
    text-align: right;
}

.roster-report-table[b-ojjh9s1tzy] {
    width: 100%;
    border-collapse: collapse;
    font-size: .78rem;
}

    .roster-report-table thead th[b-ojjh9s1tzy] {
        background: #2f3437;
        color: white;
        border: 1px solid #2f3437;
        padding: .22rem .35rem;
        font-weight: 600;
    }

    .roster-report-table td[b-ojjh9s1tzy] {
        border: 1px solid #c8c8c8;
        padding: .18rem .35rem;
        line-height: 1.15;
    }

    .roster-report-table tbody tr:nth-child(even)[b-ojjh9s1tzy] {
        background: #f5f5f5;
    }

    .roster-report-table th:first-child[b-ojjh9s1tzy],
    .roster-report-table td:first-child[b-ojjh9s1tzy] {
        width: 80px;
        min-width: 80px;
        text-align: center;
        font-weight: 700;
    }

    .roster-report-table tbody td:first-child[b-ojjh9s1tzy] {
        background: #eeeeee;
    }

    .roster-report-table tbody tr:nth-child(even) td:first-child[b-ojjh9s1tzy] {
        background: #e5e5e5;
    }

.roster-report-footer[b-ojjh9s1tzy] {
    margin-top: .4rem;
    font-size: .68rem;
    color: #666;
    display: flex;
    justify-content: space-between;
}
/* _content/GolfTournamentApp/Components/Shared/ConfirmationDialog.razor.rz.scp.css */
.confirmation-dialog-backdrop[b-3ztsvg5br9] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(20, 28, 24, 0.55);
}

.confirmation-dialog[b-3ztsvg5br9] {
    width: min(100%, 560px);
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    background: var(--app-surface);
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius-lg);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.confirmation-dialog-header[b-3ztsvg5br9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: var(--app-primary-soft);
    border-bottom: 1px solid var(--app-border);
}

.confirmation-dialog-heading[b-3ztsvg5br9] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.confirmation-dialog-icon[b-3ztsvg5br9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--app-warning);
    font-size: 1.25rem;
    flex: 0 0 auto;
}

.confirmation-dialog-title[b-3ztsvg5br9] {
    color: var(--app-primary);
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0;
}

.confirmation-dialog-close[b-3ztsvg5br9] {
    border: 0;
    background: transparent;
    color: var(--app-muted);
    padding: 0.25rem;
    line-height: 1;
    border-radius: var(--app-radius-sm);
}

    .confirmation-dialog-close:hover:not(:disabled)[b-3ztsvg5br9] {
        color: var(--app-text);
        background: rgba(255, 255, 255, 0.7);
    }

    .confirmation-dialog-close:focus-visible[b-3ztsvg5br9] {
        outline: 2px solid var(--app-primary);
        outline-offset: 2px;
    }

.confirmation-dialog-body[b-3ztsvg5br9] {
    padding: 1.25rem;
    color: var(--app-text);
}

.confirmation-dialog-actions[b-3ztsvg5br9] {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid var(--app-border);
    background: var(--app-bg);
}

@media (max-width: 576px) {
    .confirmation-dialog-backdrop[b-3ztsvg5br9] {
        align-items: flex-end;
        padding: 0;
    }

    .confirmation-dialog[b-3ztsvg5br9] {
        width: 100%;
        max-height: 90vh;
        border-radius: var(--app-radius-lg) var(--app-radius-lg) 0 0;
    }

    .confirmation-dialog-actions[b-3ztsvg5br9] {
        flex-direction: column-reverse;
    }

        .confirmation-dialog-actions .btn[b-3ztsvg5br9] {
            width: 100%;
        }
}
/* _content/GolfTournamentApp/Components/Shared/DataGrid/DataGrid.razor.rz.scp.css */
.data-grid[b-6t0k8cvji1] {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: var(--app-grid-header-bg);
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius-md);
    box-shadow: var(--app-shadow-sm);
    overflow: hidden;
}

.data-grid-scroll[b-6t0k8cvji1] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.data-grid-table[b-6t0k8cvji1] {
    margin-bottom: 0;
    color: var(--app-text);
}

    .data-grid-table thead th[b-6t0k8cvji1] {
        position: sticky;
        top: 0;
        z-index: 2;
        background: var(--app-surface);
        color: var(--app-text);
        border-bottom: 1px solid var(--app-border);
        font-weight: 600;
        cursor: pointer;
        user-select: none;
    }

    .data-grid-table tbody td[b-6t0k8cvji1] {
        vertical-align: middle;
        border-color: var(--app-border);
    }

    .data-grid-table tbody tr:hover > td[b-6t0k8cvji1] {
        background-color: var(--app-primary-soft);
    }

.data-grid-row-selected > td[b-6t0k8cvji1] {
    background-color: var(--app-primary-soft) !important;
    color: var(--app-text);
}
/* _content/GolfTournamentApp/Components/Shared/ExpandableFormCard.razor.rz.scp.css */
.expandable-form-card-header[b-faeb4ajm6q] {
    width: 100%;
    border: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    text-align: left;
    cursor: pointer;
}

    .expandable-form-card-header:hover[b-faeb4ajm6q] {
        background: color-mix( in srgb, var(--app-primary-soft) 82%, var(--app-surface));
    }

    .expandable-form-card-header:focus-visible[b-faeb4ajm6q] {
        outline: 2px solid var(--app-primary);
        outline-offset: -2px;
    }

.expandable-form-card-heading[b-faeb4ajm6q] {
    min-width: 0;
    flex: 1;
}

.expandable-form-card-title-row[b-faeb4ajm6q] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .6rem;
}

.expandable-form-card-summary[b-faeb4ajm6q] {
    color: var(--app-muted);
    font-size: .85rem;
    margin-top: .2rem;
}

.expandable-form-card-lock[b-faeb4ajm6q] {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    color: var(--app-muted);
    background: var(--app-surface);
    border: 1px solid var(--app-border);
    border-radius: 999px;
    padding: .15rem .5rem;
    font-size: .75rem;
    font-weight: 700;
    white-space: nowrap;
}

.expandable-form-card-toggle[b-faeb4ajm6q] {
    color: var(--app-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 1rem;
}
/* _content/GolfTournamentApp/Components/Shared/ToggleSwitch/ToggleSwitch.razor.rz.scp.css */
.toggle-switch[b-luzm5bwtgl] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}

    .toggle-switch input[b-luzm5bwtgl] {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

.toggle-switch-track[b-luzm5bwtgl] {
    width: 46px;
    height: 24px;
    border-radius: 999px;
    background: var(--app-border);
    border: 1px solid var(--app-border);
    position: relative;
    transition: background .18s ease, border-color .18s ease;
}

.toggle-switch-thumb[b-luzm5bwtgl] {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--app-surface);
    transition: transform .18s ease, box-shadow .18s ease;
}

.toggle-switch.checked .toggle-switch-track[b-luzm5bwtgl] {
    background: var(--app-primary);
    border-color: var(--app-primary);
}

.toggle-switch.checked .toggle-switch-thumb[b-luzm5bwtgl] {
    transform: translateX(22px);
}

.toggle-switch:hover .toggle-switch-thumb[b-luzm5bwtgl] {
    box-shadow: var(--app-shadow-sm);
}

.toggle-switch-label[b-luzm5bwtgl] {
    font-size: .9rem;
    font-weight: 500;
    color: var(--app-text);
}

.toggle-switch.disabled[b-luzm5bwtgl] {
    opacity: .55;
    cursor: not-allowed;
}

.toggle-switch.light .toggle-switch-label[b-luzm5bwtgl] {
    color: white;
}

.toggle-switch.light .toggle-switch-track[b-luzm5bwtgl] {
    background: rgba(255, 255, 255, 0.28);
    border-color: rgba(255, 255, 255, 0.45);
}

.toggle-switch.light.checked .toggle-switch-track[b-luzm5bwtgl] {
    background: var(--app-primary);
    border-color: var(--app-primary);
}
