/* Public tournament board page */
.tournament-board-page {
    margin: 0;
    background: #f1f5f9;
    color: #0f172a;
    font-family: Georgia, 'Times New Roman', serif;
}

.tournament-board-shell {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1rem 1rem 3rem;
}

.tournament-board-state {
    text-align: center;
    padding: 4rem 1rem;
    color: #64748b;
}

.tournament-board-state i {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    display: block;
}

.tournament-board-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.tournament-board-print-root {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    padding: 1.25rem 1.5rem 2rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.tb-logo-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem 0 1.25rem;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 1.25rem;
}

.tb-logo-banner img {
    max-height: 88px;
    max-width: min(280px, 40vw);
    object-fit: contain;
}

.tb-logo-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    color: #64748b;
}

.tb-logo-placeholder i {
    font-size: 1.75rem;
}

.tb-title-block {
    text-align: center;
    margin-bottom: 1.5rem;
}

.tb-title-block h1 {
    margin: 0 0 0.35rem;
    font-size: 1.75rem;
    font-weight: 700;
}

.tb-title-meta {
    margin: 0;
    color: #64748b;
    font-size: 0.95rem;
}

.tb-category {
    margin: 2rem 0 1.5rem;
    padding-top: 0.5rem;
    border-top: 2px solid #0f172a;
}

.tb-category h2 {
    margin: 0 0 1rem;
    font-size: 1.35rem;
}

.tb-section-title {
    margin: 1.25rem 0 0.5rem;
    font-size: 1.1rem;
}

.tb-standings-table,
.tb-fixtures-table,
.tb-matrix-table,
.tb-awards-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0.5rem 0 1rem;
    font-size: 0.875rem;
    font-family: system-ui, -apple-system, Segoe UI, sans-serif;
}

.tb-standings-table th,
.tb-standings-table td,
.tb-fixtures-table th,
.tb-fixtures-table td,
.tb-matrix-table th,
.tb-matrix-table td,
.tb-awards-table th,
.tb-awards-table td {
    border: 1px solid #111827;
    padding: 0.35rem 0.5rem;
    text-align: center;
}

.tb-fixtures-table th:nth-child(4),
.tb-fixtures-table td.tb-fixtures-match {
    text-align: left;
}

.tb-team-with-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    max-width: 100%;
}

.tb-team-logo {
    width: 27px;
    height: 27px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 3px;
    background: #fff;
}

.tb-stream-link {
    margin-left: 0.35rem;
    font-size: 0.8rem;
    color: #2563eb;
    text-decoration: none;
    white-space: nowrap;
}

.tb-photos {
    margin: 1rem 0 1.5rem;
}

.tb-photos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.tb-photo-item {
    margin: 0;
}

.tb-photo-item img {
    width: 140px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.tb-matrix-team-list {
    margin: 0.25rem 0 0.75rem;
    padding-left: 1.25rem;
    font-size: 0.875rem;
    font-family: system-ui, -apple-system, Segoe UI, sans-serif;
}

.tb-matrix-diagonal {
    background: #e2e8f0;
}

.tb-group-block {
    margin-bottom: 1.5rem;
}

.tb-knockout-match {
    padding: 0.35rem 0;
    border-bottom: 1px solid #e5e7eb;
    font-size: 0.9rem;
    font-family: system-ui, -apple-system, Segoe UI, sans-serif;
}

.tb-court-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin: 0.75rem 0;
}

.tb-court-day {
    margin-bottom: 1.25rem;
}

.tb-court-day h4 {
    margin: 0 0 0.5rem;
    font-size: 1rem;
}

.tb-court-lane {
    display: grid;
    grid-template-columns: 7rem 1fr;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-family: system-ui, -apple-system, Segoe UI, sans-serif;
    font-size: 0.8rem;
}

.tb-court-lane-label {
    font-weight: 600;
    color: #334155;
}

.tb-court-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.tb-court-block {
    background: #eff6ff;
    border: 1px solid #93c5fd;
    border-radius: 0.35rem;
    padding: 0.25rem 0.45rem;
    max-width: 100%;
}

.tb-court-block--conflict {
    background: #fef2f2;
    border-color: #fca5a5;
}

.tb-sponsors {
    margin-top: 2.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
    text-align: center;
}

.tb-sponsors-label {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 0.75rem;
}

.tb-sponsor-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.tb-sponsor-logos img {
    max-height: 56px;
    max-width: 140px;
    object-fit: contain;
}

.tournament-board-print-root .clubmate-generated-by,
.clubmate-generated-by {
    margin: 1rem 0 0;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 400;
    color: #9ca3af;
    font-family: system-ui, -apple-system, sans-serif;
}

.tb-sponsor-name {
    font-size: 0.85rem;
    color: #475569;
}

.tb-empty {
    color: #64748b;
    font-size: 0.9rem;
}

.tb-court-print-all {
    display: none;
}

@media print {
    .no-print,
    .tournament-board-toolbar {
        display: none !important;
    }

    .tournament-board-page {
        background: #fff;
    }

    .tournament-board-print-root {
        box-shadow: none;
        border: none;
        padding: 0;
    }

    .tb-court-toolbar,
    #tb-court-interactive {
        display: none !important;
    }

    .tb-court-print-all {
        display: block !important;
    }

    .tb-court-day {
        break-inside: avoid;
    }
}
