/* /Pages/Admin/Importers/ImporterTrackDetails.razor.rz.scp.css */
.mini-board-wrapper[b-g731iissuh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.mini-chess-board[b-g731iissuh] {
    width: 160px;
    height: 160px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(8, 1fr);
    border: 2px solid #4a3c31;
    border-radius: 2px;
    background-color: #b58863;
    position: relative;
}

.mini-board-square[b-g731iissuh] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    user-select: none;
}

.mini-board-square.light[b-g731iissuh] {
    background-color: #f0d9b5;
}

.mini-board-square.dark[b-g731iissuh] {
    background-color: #b58863;
}

.mini-board-piece[b-g731iissuh] {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.mini-board-rank-lbl[b-g731iissuh],
.mini-board-file-lbl[b-g731iissuh] {
    position: absolute;
    font-size: 5px;
    font-weight: bold;
    opacity: 0.5;
}

.mini-board-rank-lbl[b-g731iissuh] {
    top: 0;
    left: 1px;
}

.mini-board-file-lbl[b-g731iissuh] {
    bottom: 0;
    right: 1px;
}

.mini-board-square.light .mini-board-rank-lbl[b-g731iissuh],
.mini-board-square.light .mini-board-file-lbl[b-g731iissuh] {
    color: #b58863;
}

.mini-board-square.dark .mini-board-rank-lbl[b-g731iissuh],
.mini-board-square.dark .mini-board-file-lbl[b-g731iissuh] {
    color: #f0d9b5;
}

.scoresheet-container[b-g731iissuh],
.logs-container[b-g731iissuh] {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.scoresheet-scroll[b-g731iissuh],
.logs-scroll[b-g731iissuh] {
    max-height: 140px;
    overflow-y: auto;
    border: 1px solid #e9ecef;
    border-radius: 2px;
    flex-grow: 1;
}

.scoresheet-table[b-g731iissuh] {
    margin-bottom: 0;
    font-size: 0.75rem;
}

.scoresheet-table th[b-g731iissuh] {
    background-color: #f8f9fa;
    position: sticky;
    top: 0;
    z-index: 1;
    border-bottom: 1px solid #dee2e6;
    padding: 2px 4px;
}

.scoresheet-table td[b-g731iissuh] {
    padding: 3px 6px;
}
/* /Pages/Admin/Importers/ImporterTrackTable.razor.rz.scp.css */
.cursor-pointer[b-4ks955nw4v] {
    cursor: pointer;
}

.expanded-row-bg[b-4ks955nw4v] {
    background-color: #fcfdfe !important;
}

.btn-xs[b-4ks955nw4v] {
    padding: 1px 5px;
    font-size: 0.75rem;
    line-height: 1.35;
    border-radius: 3px;
}
/* /Pages/Admin/Importers/ImportJobsOverview.razor.rz.scp.css */
.status-filter[b-xoei6y7ohf] {
    min-width: 9rem;
}

.importers-table[b-xoei6y7ohf] {
    min-width: 1050px;
    table-layout: fixed;
}

.importers-table .job-column[b-xoei6y7ohf] {
    width: 16%;
}

.importers-table .tournament-column[b-xoei6y7ohf] {
    width: 11%;
}

.importers-table .date-column[b-xoei6y7ohf] {
    width: 10%;
}

.importers-table .poll-column[b-xoei6y7ohf] {
    width: 6%;
}

.importers-table .filters-column[b-xoei6y7ohf] {
    width: 13%;
}

.importers-table .last-run-column[b-xoei6y7ohf] {
    width: 11%;
}

.importers-table .status-column[b-xoei6y7ohf] {
    width: 8%;
}

.importers-table .actions-column[b-xoei6y7ohf] {
    width: 15%;
}

.importers-table th[b-xoei6y7ohf],
.importers-table[b-xoei6y7ohf]  td {
    height: 2.4rem;
    overflow: hidden;
    white-space: nowrap;
}

.importers-table[b-xoei6y7ohf]  .truncate-cell > a,
.importers-table[b-xoei6y7ohf]  .truncate-cell > span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.importers-table[b-xoei6y7ohf]  .date-cell {
    color: #475569;
    font-size: 0.8125rem;
}

.importers-table[b-xoei6y7ohf]  .hover-primary:hover {
    color: #0d6efd !important;
}

.sortable-header[b-xoei6y7ohf] {
    padding: 0;
    border: 0;
    color: inherit;
    font: inherit;
    background: transparent;
    white-space: nowrap;
}

.sortable-header:hover[b-xoei6y7ohf],
.sortable-header:focus-visible[b-xoei6y7ohf] {
    color: #0d6efd;
}
/* /Pages/Admin/PlayerPortraits/CandidateGrid.razor.rz.scp.css */
.commons-candidate-image[b-f3kwnpq3or] {
    height: 260px;
    object-fit: contain;
    background: #eef0f2;
}
/* /Pages/Admin/PlayerPortraits/Index.razor.rz.scp.css */
.portrait-list-placeholder[b-v083q2cmzp] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--bs-secondary-bg);
    color: var(--bs-secondary-color);
    font-weight: 700;
}
/* /Pages/Admin/PlayerPortraits/PortraitCropDialog.razor.rz.scp.css */
.portrait-crop-stage[b-b25kemgfhw] {
    max-height: 68vh;
    min-height: 360px;
    background: #202428;
}

.portrait-crop-stage img[b-b25kemgfhw] {
    display: block;
    max-width: 100%;
    max-height: 68vh;
}
/* /Pages/Admin/PlayerPortraits/PortraitGallery.razor.rz.scp.css */
.portrait-gallery-image[b-7jzsx3sird] {
    height: 260px;
    object-fit: contain;
    background: #eef0f2;
}
/* /Pages/EventDetails.razor.rz.scp.css */
.event-dashboard[b-7hywltur2k] {
    padding: 0.55rem 0.75rem 1rem;
    max-width: none;
}

.event-header-premium[b-7hywltur2k] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    display: grid;
    grid-template-columns: minmax(9.5rem, 1fr) minmax(0, 5fr) minmax(9.5rem, 1fr);
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 1rem;
    margin-bottom: 0.45rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.event-heading[b-7hywltur2k] {
    min-width: 0;
    text-align: center;
}

.event-name[b-7hywltur2k] {
    color: #1e293b;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.65rem;
    margin: 0;
    font-size: clamp(1.45rem, 2.5vw, 2.25rem);
    line-height: 1.1;
}

.event-name[b-7hywltur2k]  .event-title-flag {
    width: 1.8rem;
    flex: none;
}

.event-metadata[b-7hywltur2k] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.2rem 1rem;
    margin-top: 0.35rem;
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.25;
}

.event-metadata > span[b-7hywltur2k] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.event-metadata a[b-7hywltur2k] {
    color: #315f9b;
    font-weight: 600;
}

.event-header-balance[b-7hywltur2k] {
    width: 100%;
}

.back-button[b-7hywltur2k] {
    justify-self: start;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    border-color: #cbd5e1;
    transition: all 0.2s ease;
}

.back-button:hover[b-7hywltur2k] {
    background-color: #f1f5f9;
    color: #334155;
    border-color: #94a3b8;
}

/* Tabs Container and Scroll Control */
.tabs-container[b-7hywltur2k] {
    border-bottom: 1px solid #e2e8f0;
    padding: 0.15rem 0 0.4rem;
    margin-bottom: 0.35rem;
}

.premium-tabs-scroll[b-7hywltur2k] {
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.premium-tabs-scroll[b-7hywltur2k]::-webkit-scrollbar {
    display: none; /* WebKit/Blink (Chrome/Safari/Safari iOS) */
}

.premium-tabs[b-7hywltur2k] {
    display: flex;
    gap: 0.5rem;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    padding: 0.2rem;
}

/* Capsule Pill Button */
.tab-pill[b-7hywltur2k] {
    background: #f8fafc;
    color: #475569;
    border: 1px solid #cbd5e1;
    border-radius: 50px;
    padding: 0.42rem 1.05rem;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
    outline: none;
    user-select: none;
    text-decoration: none;
}

@media (max-width: 760px) {
    .event-dashboard[b-7hywltur2k] {
        padding-inline: 0.4rem;
    }

    .event-header-premium[b-7hywltur2k] {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 0.45rem;
        padding: 0.65rem;
    }

    .back-button[b-7hywltur2k] {
        justify-self: start;
    }

    .event-header-balance[b-7hywltur2k] {
        display: none;
    }

    .event-metadata[b-7hywltur2k] {
        gap: 0.25rem 0.75rem;
    }
}

.tab-pill:hover[b-7hywltur2k] {
    background: #f1f5f9;
    color: #1e293b;
    border-color: #94a3b8;
    transform: translateY(-1px);
}

.tab-pill.active[b-7hywltur2k] {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
}

.tab-pill.active:hover[b-7hywltur2k] {
    transform: none;
}

/* Blinking Live Dot inside Tab */
.tab-live-dot[b-7hywltur2k] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #f97316;
    display: inline-block;
    box-shadow: 0 0 8px #f97316;
    animation: live-blink-b-7hywltur2k 1.5s infinite;
}

.tab-pill.active .tab-live-dot[b-7hywltur2k] {
    background-color: #ef4444;
    box-shadow: 0 0 8px #ef4444;
}

@keyframes live-blink-b-7hywltur2k {
    0% {
        opacity: 0.4;
        transform: scale(0.9);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.4;
        transform: scale(0.9);
    }
}
/* /Pages/Index.razor.rz.scp.css */
.tournaments-container[b-67ybc8o6rx] {
    max-width: none;
    padding: 1rem;
}

.dashboard-header[b-67ybc8o6rx] {
    margin-bottom: 1.5rem;
}

.dashboard-title[b-67ybc8o6rx] {
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    margin-bottom: 0.25rem;
}

.dashboard-subtitle[b-67ybc8o6rx] {
    color: #64748b;
    font-size: 0.95rem;
}

.home-tabs[b-67ybc8o6rx] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.home-tab[b-67ybc8o6rx] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
    color: #64748b;
    font-size: 0.85rem;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
}

.home-tab:hover[b-67ybc8o6rx] {
    color: #2563eb;
    background-color: #eff6ff;
}

.home-tab.active[b-67ybc8o6rx] {
    color: #1d4ed8;
    background-color: #eff6ff;
    border-color: #bfdbfe;
}

.home-tab-count[b-67ybc8o6rx] {
    min-width: 1.5rem;
    padding: 0.05rem 0.4rem;
    border-radius: 999px;
    background-color: rgba(148, 163, 184, 0.18);
    color: inherit;
    font-size: 0.7rem;
    text-align: center;
}

.dark-mode .home-tabs[b-67ybc8o6rx] {
    border-color: #334155;
}

.dark-mode .home-tab[b-67ybc8o6rx] {
    color: #94a3b8;
}

.dark-mode .home-tab:hover[b-67ybc8o6rx],
.dark-mode .home-tab.active[b-67ybc8o6rx] {
    color: #93c5fd;
    background-color: rgba(37, 99, 235, 0.15);
    border-color: rgba(96, 165, 250, 0.3);
}

.empty-tab-state[b-67ybc8o6rx] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 8rem;
    color: #64748b;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    background-color: rgba(248, 250, 252, 0.6);
}

.dark-mode .empty-tab-state[b-67ybc8o6rx] {
    color: #94a3b8;
    border-color: #475569;
    background-color: rgba(30, 41, 59, 0.4);
}

.load-more-container[b-67ybc8o6rx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.load-more-summary[b-67ybc8o6rx] {
    color: #64748b;
    font-size: 0.75rem;
}

.tournament-list[b-67ybc8o6rx] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.tournament-row[b-67ybc8o6rx] {
    background-color: var(--bg-color);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    font-size: 0.875rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.02);
    color: inherit;
}

.tournament-row:hover[b-67ybc8o6rx] {
    border-color: #3b82f6;
    background-color: rgba(59, 130, 246, 0.02);
    transform: translateX(2px);
}

.dark-mode .tournament-row[b-67ybc8o6rx] {
    border-color: rgba(51, 65, 85, 0.8);
}

.dark-mode .tournament-row:hover[b-67ybc8o6rx] {
    border-color: #60a5fa;
    background-color: rgba(96, 165, 250, 0.02);
}

/* Left part: Flag and Title */
.row-left[b-67ybc8o6rx] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-grow: 1;
    min-width: 0;
}

.flag-badge[b-67ybc8o6rx] {
    width: 2.67rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f5f9;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.flag-badge img[b-67ybc8o6rx] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dark-mode .flag-badge[b-67ybc8o6rx] {
    background-color: #1e293b;
    border-color: #334155;
}

.tournament-title-section[b-67ybc8o6rx] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.tournament-name[b-67ybc8o6rx] {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0;
    color: #1e293b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dark-mode .tournament-name[b-67ybc8o6rx] {
    color: #f8fafc;
}

.tournament-meta[b-67ybc8o6rx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 0.125rem;
}

/* Right part: stats and indicators */
.row-right[b-67ybc8o6rx] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

.category-badge[b-67ybc8o6rx] {
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.category-classic[b-67ybc8o6rx] {
    background-color: #eff6ff;
    color: #2563eb;
}
.category-rapid[b-67ybc8o6rx] {
    background-color: #fef3c7;
    color: #d97706;
}
.category-blitz[b-67ybc8o6rx] {
    background-color: #f3e8ff;
    color: #7c3aed;
}
.category-event[b-67ybc8o6rx] {
    background-color: #faf5ff;
    color: #a855f7;
    border: 1px solid #e9d5ff;
}

.dark-mode .category-classic[b-67ybc8o6rx] {
    background-color: rgba(37, 99, 235, 0.15);
    color: #60a5fa;
}
.dark-mode .category-rapid[b-67ybc8o6rx] {
    background-color: rgba(217, 119, 6, 0.15);
    color: #fbbf24;
}
.dark-mode .category-blitz[b-67ybc8o6rx] {
    background-color: rgba(124, 58, 237, 0.15);
    color: #c084fc;
}
.dark-mode .category-event[b-67ybc8o6rx] {
    background-color: rgba(168, 85, 247, 0.15);
    color: #d8b4fe;
    border-color: rgba(168, 85, 247, 0.3);
}

.round-info[b-67ybc8o6rx] {
    font-weight: 600;
    color: #475569;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 0.125rem 0.375rem;
    font-size: 0.75rem;
}

.dark-mode .round-info[b-67ybc8o6rx] {
    color: #cbd5e1;
    background-color: #1e293b;
    border-color: #334155;
}

.next-round-info[b-67ybc8o6rx] {
    font-size: 0.75rem;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-wrap: wrap;
}

.next-round-relative[b-67ybc8o6rx] {
    color: #475569;
    font-weight: 600;
}

.dark-mode .next-round-info[b-67ybc8o6rx] {
    color: #94a3b8;
}

/* Indicators */
.indicators[b-67ybc8o6rx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 80px;
    justify-content: flex-end;
}

.featured-star[b-67ybc8o6rx] {
    color: #eab308;
    font-size: 0.95rem;
}

.live-badge[b-67ybc8o6rx] {
    background-color: #ef4444;
    color: white;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    animation: livePulse-b-67ybc8o6rx 2s infinite;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

@keyframes livePulse-b-67ybc8o6rx {
    0% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(239, 68, 68, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
    }
}
/* /Pages/TournamentDetails.razor.rz.scp.css */
.tournament-page-shell[b-dghakdygzv] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.tournament-dashboard[b-dghakdygzv] {
    flex: 1;
    min-width: 0;
    padding: clamp(0.5rem, 1.4vw, 1rem);
    gap: 0.75rem;
}

.tournament-dashboard.embedded[b-dghakdygzv] {
    padding-top: 0.2rem;
}

.tournament-monetization-rail[b-dghakdygzv] {
    position: sticky;
    top: 0.75rem;
    display: none;
    width: 300px;
    flex: 0 0 300px;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0.75rem 0.75rem 0 0;
}

.tournament-monetization-inline[b-dghakdygzv] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #dee2e6;
}

.tournament-monetization-inline-support[b-dghakdygzv] {
    display: block;
}

.tournament-header-premium[b-dghakdygzv] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem 1rem;
    padding: 0.35rem 0.25rem 0.15rem;
    color: #1e293b;
}

.tournament-title-row[b-dghakdygzv] {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.65rem;
    justify-content: center;
    width: 100%;
}

.tournament-title-row h1[b-dghakdygzv] {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    color: #172033;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    font-weight: 750;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tournament-back-link[b-dghakdygzv] {
    position: absolute;
    top: 0.35rem;
    left: 0.25rem;
    display: inline-flex;
    width: 1.9rem;
    height: 1.9rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbd5e1;
    border-radius: 0.5rem;
    background: #ffffff;
    color: #475569;
    text-decoration: none;
}

.tournament-back-link:hover[b-dghakdygzv] {
    border-color: #94a3b8;
    background: #f8fafc;
    color: #0f172a;
}

.tournament-title-row[b-dghakdygzv]  .tournament-title-flag {
    width: 1.7rem;
    flex: 0 0 auto;
}

.tournament-metadata[b-dghakdygzv] {
    display: flex;
    min-width: 0;
    flex: 0 1 auto;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.9rem;
    color: #64748b;
    font-size: 0.82rem;
}

.tournament-meta-item[b-dghakdygzv] {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
}

.tournament-meta-item i[b-dghakdygzv] {
    color: #7c8ca3;
    font-size: 0.75rem;
}

.tournament-website[b-dghakdygzv] {
    color: #2563eb;
    text-decoration: none;
}

.tournament-website:hover[b-dghakdygzv] {
    text-decoration: underline;
}

@media (max-width: 720px) {
    .tournament-page-shell[b-dghakdygzv] { gap: 0.35rem; }

    .tournament-dashboard[b-dghakdygzv] {
        padding-inline: 0.4rem;
    }

    .tournament-header-premium[b-dghakdygzv] {
        align-items: flex-start;
        padding-inline: 0;
    }

    .tournament-title-row[b-dghakdygzv] {
        width: 100%;
    }

    .tournament-title-row h1[b-dghakdygzv] {
        white-space: normal;
    }

    .tournament-metadata[b-dghakdygzv] {
        padding-left: 0;
        justify-content: center;
        gap: 0.3rem 0.7rem;
    }
}

@media (min-width: 1800px) {
    .tournament-monetization-rail[b-dghakdygzv] {
        display: flex;
    }

    .tournament-monetization-inline-support[b-dghakdygzv] {
        display: none;
    }
}
/* /Shared/AdvertisingPlaceholder.razor.rz.scp.css */
.advertising-placeholder[b-vj9sxlgamn] {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px dashed #94a3b8;
    border-radius: 0.75rem;
    background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.035) 25%, transparent 25%) 0 0 / 18px 18px,
        #f8fafc;
    color: #64748b;
}

.advertising-placeholder--rail[b-vj9sxlgamn] {
    width: 300px;
    min-height: 600px;
}

.advertising-placeholder--inline[b-vj9sxlgamn] {
    width: 100%;
    min-height: 112px;
}

.advertising-placeholder__topline[b-vj9sxlgamn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.45rem 0.6rem;
    border-bottom: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, 0.84);
    font-size: 0.63rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.advertising-placeholder__preview[b-vj9sxlgamn] {
    border-radius: 999px;
    padding: 0.16rem 0.42rem;
    background: #dbeafe;
    color: #1d4ed8;
    font-weight: 700;
}

.advertising-placeholder__body[b-vj9sxlgamn] {
    display: flex;
    min-height: 0;
    flex: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem;
    text-align: center;
}

.advertising-placeholder__body strong[b-vj9sxlgamn] {
    color: #475569;
    font-size: 0.88rem;
}

.advertising-placeholder__body small[b-vj9sxlgamn] {
    font-size: 0.72rem;
}

.advertising-placeholder__mark[b-vj9sxlgamn] {
    display: inline-flex;
    width: 2.25rem;
    height: 2.25rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #bfdbfe;
    border-radius: 0.55rem;
    background: #eff6ff;
    color: #2563eb;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}
/* /Shared/DateTimePicker.razor.rz.scp.css */
.datetime-picker-container[b-wsgndlughw] {
    position: relative;
    display: inline-block;
    width: 100%;
}

.datetime-picker-backdrop[b-wsgndlughw] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: transparent;
    z-index: 2147482999;
}

.datetime-picker-dropdown[b-wsgndlughw] {
    position: fixed;
    z-index: 2147483000;
    width: 280px;
    max-height: calc(100vh - 16px);
    overflow-y: auto;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    background-color: #1a1a1a !important; /* Elegant dark card background */
    border: 1px solid #333333 !important;
}

.calendar-weekdays[b-wsgndlughw] {
    display: flex;
    justify-content: space-around;
    font-size: 0.75rem;
    margin-bottom: 4px;
}

.calendar-weekdays div[b-wsgndlughw] {
    width: 14.28%;
    text-align: center;
}

.calendar-days[b-wsgndlughw] {
    display: flex;
    flex-wrap: wrap;
}

.calendar-day-cell[b-wsgndlughw] {
    width: 14.28%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
}

.calendar-day-cell button[b-wsgndlughw] {
    height: 28px;
    font-size: 0.85rem;
    background: transparent;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.calendar-day-cell button:hover:not(.btn-primary)[b-wsgndlughw] {
    background-color: #333333 !important;
}

.calendar-day-cell span[b-wsgndlughw] {
    font-size: 0.85rem;
    opacity: 0.4;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.timezone-badge[b-wsgndlughw] {
    font-size: 0.7rem;
    font-weight: bold;
    background-color: #343a40;
    color: #adb5bd;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #495057;
}
/* /Shared/DragDropList.razor.rz.scp.css */
.drag-drop-list[b-lxgfastopy] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.drag-item[b-lxgfastopy] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.375rem;
    cursor: grab;
    transition: all 0.2s ease;
}

.drag-item:hover[b-lxgfastopy] {
    border-color: var(--bs-primary, #0d6efd);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.drag-item.dragging[b-lxgfastopy] {
    opacity: 0.5;
    cursor: grabbing;
}

.drag-item.drop-target[b-lxgfastopy] {
    border-color: var(--bs-success, #198754);
    border-style: dashed;
    background: var(--bs-success-bg-subtle, #d1e7dd);
}

.drag-handle[b-lxgfastopy] {
    font-size: 1.25rem;
    color: var(--bs-secondary, #6c757d);
    cursor: grab;
    user-select: none;
}

.drag-content[b-lxgfastopy] {
    flex: 1;
}

.drag-actions[b-lxgfastopy] {
    display: flex;
    gap: 0.25rem;
}
/* /Shared/GameSelector.razor.rz.scp.css */
.game-selector-wrapper[b-42lxfj470j] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.arrow-btn[b-42lxfj470j] {
    border-radius: 6px;
    padding: 6px 12px;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    color: #475569;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-btn:hover:not(:disabled)[b-42lxfj470j] {
    background-color: #f1f5f9;
    color: #0f172a;
    border-color: #94a3b8;
}

.arrow-btn:disabled[b-42lxfj470j] {
    opacity: 0.5;
    cursor: not-allowed;
}

.selector-display-bar[b-42lxfj470j] {
    height: 100%;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    user-select: none;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.selector-display-bar:hover[b-42lxfj470j] {
    border-color: #94a3b8;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03) !important;
}

.board-num[b-42lxfj470j] {
    font-size: 0.8rem;
    padding: 4px 8px;
    border-radius: 4px;
}

.player-vs-block[b-42lxfj470j] {
    font-weight: 600;
    color: #1e293b;
    font-size: 0.95rem;
}

.player-name[b-42lxfj470j] {
    display: inline-block;
}

.vs[b-42lxfj470j] {
    font-weight: 400;
}

.dropdown-indicator[b-42lxfj470j] {
    transition: transform 0.2s ease-in-out;
}

.dropdown-indicator.open[b-42lxfj470j] {
    transform: rotate(180deg);
}

/* Dropdown menu styling */
.selector-dropdown-menu[b-42lxfj470j] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 4px;
    background-color: #ffffff;
    border-color: #cbd5e1;
    z-index: 1000;
    max-height: 480px;
    overflow-y: auto;
}

.selector-dropdown-backdrop[b-42lxfj470j] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 999;
}

/* Individual list */
.individual-dropdown-list[b-42lxfj470j] {
    max-height: 400px;
    overflow-y: auto;
}

.individual-game-item[b-42lxfj470j] {
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}

.individual-game-item:hover[b-42lxfj470j] {
    background-color: #f8fafc;
}

.individual-game-item.selected-item[b-42lxfj470j] {
    background-color: #eff6ff;
    border-left: 3px solid #3b82f6;
}

.individual-game-item.selected-item .player-names[b-42lxfj470j] {
    color: #1d4ed8;
    font-weight: 600;
}

/* Team list */
.team-dropdown-list[b-42lxfj470j] {
    max-height: 400px;
    overflow-y: auto;
}

.team-matchup-group[b-42lxfj470j] {
    margin-bottom: 12px;
}

.team-matchup-header[b-42lxfj470j] {
    font-size: 0.8rem;
}

.team-board-item[b-42lxfj470j] {
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}

.team-board-item:hover[b-42lxfj470j] {
    background-color: #f8fafc;
}

.team-board-item.selected-item[b-42lxfj470j] {
    background-color: #eff6ff;
    border-left: 3px solid #3b82f6;
}

.team-board-item.selected-item .board-players[b-42lxfj470j] {
    color: #1d4ed8;
    font-weight: 600;
}

/* Knockout scroll wrapper */
.ko-dropdown-scroll-wrapper[b-42lxfj470j] {
    max-height: 400px;
    overflow: auto;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background-color: #f8fafc;
}

.ko-dropdown-scroll-wrapper[b-42lxfj470j]  .ko-bracket-wrapper {
    height: 380px !important;
    min-height: auto !important;
    max-height: 380px !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
}

/* Dark Mode support */
.dark-mode .arrow-btn[b-42lxfj470j] {
    background-color: #1e293b;
    border-color: #334155;
    color: #cbd5e1;
}

.dark-mode .arrow-btn:hover:not(:disabled)[b-42lxfj470j] {
    background-color: #334155;
    color: #ffffff;
    border-color: #475569;
}

.dark-mode .selector-display-bar[b-42lxfj470j] {
    background-color: #1e293b;
    border-color: #334155;
}

.dark-mode .player-vs-block[b-42lxfj470j] {
    color: #f1f5f9;
}

.dark-mode .selector-dropdown-menu[b-42lxfj470j] {
    background-color: #1e293b;
    border-color: #334155;
}

.dark-mode .individual-game-item:hover[b-42lxfj470j],
.dark-mode .team-board-item:hover[b-42lxfj470j] {
    background-color: #334155;
}

.dark-mode .individual-game-item.selected-item[b-42lxfj470j],
.dark-mode .team-board-item.selected-item[b-42lxfj470j] {
    background-color: #1e3a8a;
    border-left-color: #3b82f6;
}

.dark-mode .individual-game-item.selected-item .player-names[b-42lxfj470j],
.dark-mode .team-board-item.selected-item .board-players[b-42lxfj470j] {
    color: #60a5fa;
}

.dark-mode .team-matchup-header[b-42lxfj470j] {
    background-color: #334155 !important;
    color: #cbd5e1 !important;
}

.dark-mode .ko-dropdown-scroll-wrapper[b-42lxfj470j] {
    border-color: #334155;
    background-color: #0f172a;
}
/* /Shared/HomePageContentInsert.razor.rz.scp.css */
.homepage-insert[b-qs1j8x0sd1] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0.75rem 0;
    padding: 1rem;
    border: 1px solid #dbe4ee;
    border-radius: 10px;
    background: #f8fafc;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

.homepage-content-block h2[b-qs1j8x0sd1] {
    margin: 0 0 0.5rem;
    color: #0f172a;
    font-size: 1.15rem;
}

.homepage-content-block[b-qs1j8x0sd1]  .markdown-content > :last-child {
    margin-bottom: 0;
}

.homepage-advertising[b-qs1j8x0sd1] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 88px;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    background: #fff;
    color: #94a3b8;
    font-size: 0.85rem;
}

.homepage-advertising-label[b-qs1j8x0sd1] {
    position: absolute;
    top: 0.35rem;
    right: 0.5rem;
    font-size: 0.65rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.homepage-support-banner[b-qs1j8x0sd1] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 48px;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    background: #fff;
    color: #334155;
    font-weight: 700;
}

.homepage-paypal-banner[b-qs1j8x0sd1] {
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: #003087;
    color: #fff;
    font-style: italic;
    letter-spacing: -0.02em;
    text-decoration: none;
}

.homepage-paypal-banner:hover[b-qs1j8x0sd1] {
    color: #fff;
}

.homepage-paypal-banner--disabled[b-qs1j8x0sd1] {
    opacity: 0.58;
}

@media (max-width: 575.98px) {
    .homepage-support-banner[b-qs1j8x0sd1] {
        flex-wrap: wrap;
    }
}
/* /Shared/LoginDisplay.razor.rz.scp.css */
.login-display-container[b-z987975fn2] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0.25rem 0.6rem;
    border-radius: 16px;
    transition: all 0.2s ease-in-out;
}

.login-display-container:hover[b-z987975fn2] {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.25);
}

.user-name[b-z987975fn2] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
}

.name-text[b-z987975fn2] {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.auth-link[b-z987975fn2] {
    text-decoration: none;
    font-weight: 600;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.15rem 0.4rem;
    border-radius: 10px;
    transition: background 0.15s ease, transform 0.15s ease;
}

.auth-link:hover[b-z987975fn2] {
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    transform: translateY(-0.5px);
}

.auth-link:active[b-z987975fn2] {
    transform: translateY(0.5px);
}

.oi[b-z987975fn2] {
    font-size: 0.75rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-rl3lttarx8] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-rl3lttarx8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.content[b-rl3lttarx8] {
    flex: 1;
    padding-top: 1.1rem;
    padding-bottom: 2rem;
    width: 100%;
}

@media (min-width: 641px) {
    .content[b-rl3lttarx8] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}
/* /Shared/MultiboardView.razor.rz.scp.css */
.multiboard-view-container[b-7gcnho83yb] {
    padding: 8px;
    background-color: #f8fafc;
    border-radius: 12px;
}

.fullscreen-container[b-7gcnho83yb] {
    padding: 24px;
    background-color: #f1f5f9;
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.fullscreen-container .multiboard-grid[b-7gcnho83yb] {
    flex: 1;
    min-height: 0;
    grid-auto-rows: minmax(0, 1fr);
}

.fullscreen-container .multiboard-card[b-7gcnho83yb] {
    height: 100%;
    min-height: 0;
}

.fullscreen-container .multiboard-card[b-7gcnho83yb]  .resizable-board-container {
    height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.multiboard-controls-bar[b-7gcnho83yb] {
    background-color: #ffffff;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.multiboard-grid[b-7gcnho83yb] {
    display: grid;
    grid-template-columns: repeat(var(--team-grid-cols, 4), minmax(0, 1fr));
    gap: 16px;
    width: 100%;
}

@media (max-width: 1399px) and (min-width: 992px) {
    .multiboard-grid[b-7gcnho83yb] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    .multiboard-grid[b-7gcnho83yb] {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575px) {
    .multiboard-grid[b-7gcnho83yb] {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

.multiboard-card[b-7gcnho83yb] {
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.01);
}

.multiboard-card-header[b-7gcnho83yb] {
    font-size: 0.75rem;
    color: #64748b;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 4px;
}

.board-badge[b-7gcnho83yb] {
    background-color: #f1f5f9;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
}

.result-badge[b-7gcnho83yb] {
    background-color: #fee2e2;
    color: #991b1b;
    padding: 2px 6px;
    border-radius: 4px;
}

/* Make ResizableBoardSection occupy 100% of the grid cell and strip wrappers */
.multiboard-card[b-7gcnho83yb]  .resizable-board-container {
    width: 100% !important;
    min-width: unset !important;
    max-width: unset !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}

.multiboard-card[b-7gcnho83yb]  .board-section-wrapper {
    width: 100% !important;
    height: 100% !important;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    pointer-events: none; /* Let clicks pass through to the .multiboard-card container */
}

.multiboard-card[b-7gcnho83yb]  .board-section-wrapper > * {
    pointer-events: auto; /* Re-enable pointer events for board children */
}

/* Hide board navigation buttons inside multiboard */
.multiboard-card[b-7gcnho83yb]  .board-nav-buttons {
    display: none !important;
}

/* Dark Mode styling support */
.dark-mode .multiboard-view-container[b-7gcnho83yb] {
    background-color: #0f172a;
}

.dark-mode .fullscreen-container[b-7gcnho83yb] {
    background-color: #020617;
}

.dark-mode .multiboard-controls-bar[b-7gcnho83yb] {
    background-color: #1e293b;
    border-color: #334155;
}

.dark-mode .multiboard-controls-bar span[b-7gcnho83yb] {
    color: #e2e8f0 !important;
}

.dark-mode .multiboard-card[b-7gcnho83yb] {
    background-color: #1e293b;
    border-color: #334155;
}

.dark-mode .multiboard-card-header[b-7gcnho83yb] {
    color: #94a3b8;
    border-color: #334155;
}

.dark-mode .board-badge[b-7gcnho83yb] {
    background-color: #334155;
    color: #e2e8f0;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.bg-dark-gradient[b-jgtzyh02y5] {
    background-image: linear-gradient(135deg, rgb(5, 39, 103) 0%, #3a0647 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.brand-text[b-jgtzyh02y5] {
    font-weight: 800;
    letter-spacing: 0.5px;
    font-size: 1.25rem;
    background: linear-gradient(to right, #ffffff, #e2e8f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navbar-toggler[b-jgtzyh02y5] {
    border-color: rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.05);
}

.navbar-toggler:focus[b-jgtzyh02y5] {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-nav[b-jgtzyh02y5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-item[b-jgtzyh02y5]  a {
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.nav-item[b-jgtzyh02y5]  a:hover {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.08);
}

.nav-item[b-jgtzyh02y5]  a.active {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.15);
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .navbar-collapse[b-jgtzyh02y5] {
        margin-top: 0.75rem;
        background: rgba(0, 0, 0, 0.25);
        padding: 1rem;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }
    
    .navbar-nav[b-jgtzyh02y5] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.25rem;
    }
    
    .nav-item[b-jgtzyh02y5]  a {
        display: flex;
        width: 100%;
    }
    
    .navbar-actions[b-jgtzyh02y5] {
        margin-top: 0.75rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 0.75rem;
        justify-content: center;
    }
}
/* /Shared/PgnDownloadPanel.razor.rz.scp.css */
.pgn-download-panel[b-m51j1csaj4] {
    min-height: 280px;
}

.pgn-download-icon[b-m51j1csaj4],
.pgn-option-icon[b-m51j1csaj4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #4f46e5;
    background: #eef2ff;
    border-radius: 8px;
}

.pgn-download-icon[b-m51j1csaj4] {
    width: 38px;
    height: 38px;
    font-size: 1rem;
}

.pgn-download-options[b-m51j1csaj4] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.pgn-download-option[b-m51j1csaj4] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px;
    color: #1e293b;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.pgn-download-option:hover:not(:disabled)[b-m51j1csaj4],
.pgn-download-option:focus-visible:not(:disabled)[b-m51j1csaj4] {
    background: #f8fafc;
    border-color: #a5b4fc;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.pgn-download-option:disabled[b-m51j1csaj4] {
    cursor: wait;
    opacity: 0.65;
}

.pgn-option-icon[b-m51j1csaj4] {
    width: 32px;
    height: 32px;
}

@media (max-width: 720px) {
    .pgn-download-options[b-m51j1csaj4] {
        grid-template-columns: 1fr;
    }
}
/* /Shared/PlayerCard.razor.rz.scp.css */
.player-card[b-cvms1tymb6] {
    display: block;
    width: min(440px, calc(100vw - 24px));
    max-height: min(520px, calc(100vh - 32px));
    overflow: hidden;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #f8fafc;
    color: #1e293b;
    pointer-events: auto;
}

.player-card-header[b-cvms1tymb6] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-bottom: 1px solid #e2e8f0;
    background: #ffffff;
}

.player-card-avatar[b-cvms1tymb6] {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 6px;
    overflow: hidden;
    background: #e2e8f0;
    display: grid;
    place-items: center;
    font-weight: 800;
    color: #475569;
}

.player-card-avatar img[b-cvms1tymb6] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.player-card-main[b-cvms1tymb6] {
    min-width: 0;
    flex: 1;
}

.player-card-name-row[b-cvms1tymb6],
.player-card-meta[b-cvms1tymb6] {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.player-card-name[b-cvms1tymb6] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}

.player-card-meta[b-cvms1tymb6] {
    margin-top: 3px;
    font-size: 0.8rem;
    color: #475569;
}

.player-card-delta.positive[b-cvms1tymb6] {
    color: #15803d;
    font-weight: 700;
}

.player-card-delta.negative[b-cvms1tymb6] {
    color: #b91c1c;
    font-weight: 700;
}

.player-card-delta.neutral[b-cvms1tymb6] {
    color: #64748b;
}

.player-card-points[b-cvms1tymb6] {
    text-align: right;
    min-width: 42px;
}

.player-card-points span[b-cvms1tymb6],
.player-card-summary span[b-cvms1tymb6],
.player-card-summary small[b-cvms1tymb6] {
    display: block;
    color: #64748b;
    font-size: 0.68rem;
    line-height: 1.1;
}

.player-card-points strong[b-cvms1tymb6] {
    display: block;
    font-size: 1.35rem;
    line-height: 1;
}

.points-possible[b-cvms1tymb6] {
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 500;
    margin-left: 1px;
}

.player-card-summary[b-cvms1tymb6] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.player-card-summary > div[b-cvms1tymb6] {
    background: #f8fafc;
    padding: 7px 8px;
}

.player-card-summary strong[b-cvms1tymb6] {
    display: block;
    font-size: 0.9rem;
    line-height: 1.15;
}

.player-card-games[b-cvms1tymb6] {
    max-height: 332px;
    overflow-y: auto;
    background: #ffffff;
}

.player-card-empty[b-cvms1tymb6] {
    padding: 14px;
    color: #64748b;
    text-align: center;
    font-size: 0.85rem;
}

.player-card-games table[b-cvms1tymb6] {
    font-size: 0.8rem;
    table-layout: fixed;
}

.player-card-games tr:nth-child(even)[b-cvms1tymb6] {
    background-color: #f8fafc;
}

.player-card-games td[b-cvms1tymb6] {
    padding: 5px 6px;
    vertical-align: middle;
    border-color: #eef2f7;
}

.player-card-round[b-cvms1tymb6] {
    width: 110px;
    color: #64748b;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.player-card-opponent[b-cvms1tymb6] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.player-card-opponent-title[b-cvms1tymb6] {
    display: inline-block;
    min-width: 20px;
    margin-right: 4px;
    color: #475569;
    font-weight: 700;
}

.player-card-rating[b-cvms1tymb6] {
    width: 46px;
    text-align: right;
    color: #475569;
}

.player-card-color[b-cvms1tymb6] {
    width: 26px;
    text-align: center;
}

.player-card-color-dot[b-cvms1tymb6] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    vertical-align: middle;
}

.player-card-color-dot.white[b-cvms1tymb6] {
    background: #ffffff;
    border: 1px solid #334155;
}

.player-card-color-dot.black[b-cvms1tymb6] {
    background: #334155;
    border: 1px solid #334155;
}

.player-card-result[b-cvms1tymb6] {
    width: 34px;
    text-align: center;
    font-weight: 800;
}

.player-card-unrated-row[b-cvms1tymb6] {
    color: #64748b;
    background: #f8fafc;
}

.player-card-games[b-cvms1tymb6]  tr.player-card-new-match td {
    border-top: 2px solid #64748b !important;
}
/* /Shared/PlayerPortraitImage.razor.rz.scp.css */
.player-portrait-credit-link[b-1hggdun2uq],
.player-portrait-image[b-1hggdun2uq] {
    display: block;
    width: 100%;
    height: 100%;
}

.player-portrait-image[b-1hggdun2uq] {
    object-fit: cover;
}

.player-portrait-credit-link:focus-visible[b-1hggdun2uq] {
    outline: 3px solid #2563eb;
    outline-offset: -3px;
}

.player-portrait-initials[b-1hggdun2uq] {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
}
/* /Shared/ResizableBoardSection.razor.rz.scp.css */
.board-section-wrapper[b-yyrg2qszb5] {
    width: var(--board-width, 620px);
    max-width: none;
    min-width: 0;
}

.resizable-board-container[b-yyrg2qszb5] {
    box-sizing: border-box;
    max-width: none;
}

@media (max-width: 720px) {
    .board-section-wrapper[b-yyrg2qszb5] {
        width: 100%;
        max-width: 100%;
    }

    .resizable-board-container[b-yyrg2qszb5] {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: clamp(0.45rem, 2.5vw, 0.75rem);
        resize: none;
        border-radius: 0.75rem;
    }
}
/* /Shared/StandingsPairingsLayout.razor.rz.scp.css */
.standings-pairings-layout[b-szmm0174fg] {
    --standings-share: 42%;
    --standings-pairings-height: 500px;
    display: grid;
    grid-template-columns: minmax(0, var(--standings-share)) 14px minmax(0, 1fr);
    align-items: stretch;
    min-width: 0;
    padding: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.standings-pairings-pane[b-szmm0174fg] {
    display: flex;
    min-width: 0;
    height: var(--standings-pairings-height);
    overflow: hidden;
}

.standings-pairings-pane[b-szmm0174fg]  .standings-card-premium,
.standings-pairings-pane[b-szmm0174fg]  .pairings-card-premium {
    width: 100%;
    max-width: none;
    height: 100% !important;
    min-height: 0;
    box-shadow: none;
}

.standings-pane[b-szmm0174fg]  .standings-table-shell,
.pairings-pane[b-szmm0174fg]  .pairing-scroll-area {
    min-height: 0;
    overflow: auto;
    scrollbar-gutter: stable;
}

.pairings-pane[b-szmm0174fg]  .individual-pairings-card .pairing-item-row {
    min-width: 620px;
}

.pairings-pane[b-szmm0174fg]  .pairing-scroll-area > .row {
    min-width: 900px;
    flex-wrap: nowrap;
}

.standings-pairings-divider[b-szmm0174fg] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 14px;
    cursor: col-resize;
    touch-action: none;
    outline: none;
}

.standings-pairings-divider[b-szmm0174fg]::before {
    content: "";
    position: absolute;
    inset: 10px 5px;
    width: 4px;
    border-radius: 999px;
    background: #cbd5e1;
    transition: background-color 0.18s ease, box-shadow 0.18s ease;
}

.standings-pairings-divider-grip[b-szmm0174fg] {
    position: relative;
    z-index: 1;
    width: 8px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(15, 23, 42, 0.12);
}

.standings-pairings-divider:hover[b-szmm0174fg]::before,
.standings-pairings-divider:focus-visible[b-szmm0174fg]::before,
.standings-pairings-layout.is-resizing .standings-pairings-divider[b-szmm0174fg]::before {
    background: #64748b;
    box-shadow: 0 0 0 3px rgba(100, 116, 139, 0.12);
}

.standings-pairings-divider:focus-visible .standings-pairings-divider-grip[b-szmm0174fg] {
    border-color: #64748b;
}

@media (max-width: 760px) {
    .standings-pairings-layout[b-szmm0174fg] {
        grid-template-columns: minmax(0, var(--standings-share)) 12px minmax(0, 1fr);
        padding: 6px;
    }

    .standings-pairings-divider[b-szmm0174fg] {
        min-width: 12px;
    }
}
/* /Shared/StandingsSection.razor.rz.scp.css */
.standings-view-toggle .btn[b-ouws5og62a] {
    padding: 2px 8px;
    font-size: 0.76rem;
    line-height: 1.35;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.individual-cross-number[b-ouws5og62a] {
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    padding: 6px 4px;
}

.individual-cross-cell[b-ouws5og62a] {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 31px;
    padding: 0;
    text-align: center;
    border-right: 1px solid #e2e8f0;
    border-left: 1px solid #e2e8f0;
    white-space: nowrap;
}

.individual-cross-self[b-ouws5og62a] {
    padding: 5px 4px;
    background: #f1f5f9 !important;
    color: #cbd5e1 !important;
    font-weight: 700;
}

.individual-cross-result[b-ouws5og62a] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 100%;
    padding: 5px 4px;
    font-size: 0.8rem;
}

.individual-cross-results[b-ouws5og62a] {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    height: 100%;
}

.individual-cross-results.is-multiple[b-ouws5og62a] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.individual-cross-results.is-multiple .individual-cross-result[b-ouws5og62a] {
    min-width: 0;
    min-height: 25px;
    padding: 3px 2px;
    border-right: 1px solid rgba(148, 163, 184, 0.25);
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.cross-win[b-ouws5og62a] {
    background: #dcfce7;
    color: #15803d;
    font-weight: 600;
}

.cross-loss[b-ouws5og62a] {
    background: #fee2e2;
    color: #b91c1c;
}

.cross-draw[b-ouws5og62a] {
    background: #f1f5f9;
    color: #000000;
    font-weight: 500;
}

.cross-unplayed[b-ouws5og62a] {
    background: #ffffff;
    color: #94a3b8;
}

@media (max-width: 720px) {
    .standings-card-premium > h5[b-ouws5og62a] {
        align-items: flex-start !important;
    }

    .standings-card-premium > h5 > div[b-ouws5og62a] {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}
/* /Shared/StockfishAnalysis.razor.rz.scp.css */
.stockfish-card[b-w43z36ofwc] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 0 !important;
}

@media (max-width: 720px) {
    .stockfish-card[b-w43z36ofwc] {
        width: 100%;
        border-radius: 0.75rem;
    }
}
/* /Shared/SupportChessOlliCard.razor.rz.scp.css */
.support-card[b-7afg3znw1z] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    border: 1px solid #dbe4ee;
    border-radius: 0.75rem;
    background: linear-gradient(145deg, #ffffff, #f5f9ff);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.support-card__icon[b-7afg3znw1z] {
    display: inline-flex;
    width: 2.4rem;
    height: 2.4rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.65rem;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 1.25rem;
}

.support-card h2[b-7afg3znw1z] {
    margin: 0 0 0.25rem;
    color: #172033;
    font-size: 1rem;
}

.support-card p[b-7afg3znw1z] {
    margin: 0;
    color: #64748b;
    font-size: 0.78rem;
    line-height: 1.45;
}

.support-card__button[b-7afg3znw1z] {
    display: inline-flex;
    min-height: 2.35rem;
    width: 100%;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0.55rem;
    padding: 0.5rem 0.75rem;
    background: #003087;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
}

.support-card__button:hover:not(:disabled)[b-7afg3znw1z] {
    background: #001f5b;
    color: #ffffff;
}

.support-card__button:disabled[b-7afg3znw1z] {
    cursor: not-allowed;
    opacity: 0.55;
}
/* /Shared/TimeControlInput.razor.rz.scp.css */
.time-control-menu[b-jsvr6ag4k2] {
    max-height: min(70vh, 520px);
    min-width: 330px;
    overflow-y: auto;
}

.time-control-menu .dropdown-item[b-jsvr6ag4k2] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 0.82rem;
}
/* /Shared/TournamentDisplaySections.razor.rz.scp.css */
.dashboard-bottom-row[b-u1uqx9b245] {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 8px;
}

.standings-col[b-u1uqx9b245] {
    flex: 0 1 auto;
    min-width: 0;
    max-width: calc(100vw - 500px);
}

.pairings-col[b-u1uqx9b245] {
    flex: 1 1 auto;
    min-width: 360px;
    width: auto;
    max-width: none;
}
/* /Shared/TournamentLiveWorkspace.razor.rz.scp.css */
.dashboard-top[b-93vu6gtc1p] {
    display: grid;
    grid-template-columns: minmax(0, var(--board-width, 620px)) minmax(24rem, 1fr);
    gap: 0.85rem;
    align-items: stretch;
}

.board-column[b-93vu6gtc1p] {
    width: var(--board-width, 620px);
    max-width: 100%;
    min-width: 0;
    gap: 0.75rem !important;
}

.dashboard-right[b-93vu6gtc1p] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 0;
    min-height: 0;
    width: 100%;
}

.scoresheet-container-card[b-93vu6gtc1p] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.scoresheet-container-card .scoresheet-body[b-93vu6gtc1p] {
    flex: 1 1 auto;
    height: 0;
    min-height: 16rem;
}

.without-video .board-column[b-93vu6gtc1p] {
    max-width: min(50vw, 48rem);
}

.without-video .dashboard-right[b-93vu6gtc1p]  .stockfish-card {
    width: 100%;
    min-width: 0;
}

.with-video .board-column[b-93vu6gtc1p] {
    max-width: min(56vw, calc(100vw - 26rem));
}

.with-video .board-column[b-93vu6gtc1p]  .resizable-board-container {
    max-width: min(56vw, calc(100vw - 26rem));
}

.without-video .board-column[b-93vu6gtc1p]  .resizable-board-container {
    max-width: min(50vw, 48rem);
}

.dashboard-bottom-spacer[b-93vu6gtc1p] {
    height: 0.25rem;
}

@media (max-width: 980px) {
    .dashboard-top[b-93vu6gtc1p] {
        grid-template-columns: minmax(0, 1fr);
    }

    .board-column[b-93vu6gtc1p] {
        width: min(var(--board-width, 620px), 100%);
        max-width: 100%;
    }

    .with-video .board-column[b-93vu6gtc1p],
    .without-video .board-column[b-93vu6gtc1p] {
        max-width: 100%;
    }

    .with-video .board-column[b-93vu6gtc1p]  .resizable-board-container,
    .without-video .board-column[b-93vu6gtc1p]  .resizable-board-container {
        max-width: 100%;
    }
}

@media (max-width: 720px) {
    .dashboard-top[b-93vu6gtc1p] {
        gap: 0.65rem;
    }

    .board-column[b-93vu6gtc1p] {
        width: 100%;
    }
}
/* /Shared/TournamentQuickNav.razor.rz.scp.css */
.tournament-quick-nav[b-s1idrnkxi5] {
    position: sticky;
    top: 0.75rem;
    display: flex;
    height: calc(100vh - 6rem);
    min-height: 20rem;
    flex: 0 0 3.25rem;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
    transition: flex-basis 0.2s ease-in-out;
    z-index: 10;
}

.tournament-quick-nav.expanded[b-s1idrnkxi5] { flex-basis: 17rem; }

.quick-nav-toggle[b-s1idrnkxi5] {
    display: grid;
    width: 100%;
    height: 3rem;
    flex: 0 0 3rem;
    place-items: center;
    border: 0;
    border-bottom: 1px solid #e2e8f0;
    background: transparent;
    color: #334155;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.quick-nav-toggle:hover[b-s1idrnkxi5],
.quick-nav-toggle:focus-visible[b-s1idrnkxi5] { background: #eef2ff; color: #4338ca; }

.quick-nav-content[b-s1idrnkxi5] { display: flex; min-height: 0; flex: 1; flex-direction: column; }
.quick-nav-content h2[b-s1idrnkxi5] { margin: 0; padding: 0.9rem 1rem 0.65rem; color: #475569; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.quick-nav-list[b-s1idrnkxi5] { min-height: 0; overflow-y: auto; padding: 0 0.5rem 0.75rem; }
.quick-nav-link[b-s1idrnkxi5] { display: flex; align-items: flex-start; gap: 0.55rem; padding: 0.55rem 0.6rem; border-radius: 7px; color: #334155; font-size: 0.82rem; font-weight: 600; line-height: 1.25; text-decoration: none; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; }
.quick-nav-link:hover[b-s1idrnkxi5] { background: #eef2ff; color: #3730a3; }
.quick-nav-link.active[b-s1idrnkxi5] { background: #e0e7ff; color: #3730a3; }
.quick-nav-status[b-s1idrnkxi5] { width: 0.48rem; height: 0.48rem; flex: 0 0 auto; margin-top: 0.27rem; border-radius: 50%; background: #94a3b8; }
.quick-nav-status.live[b-s1idrnkxi5] { background: #e11d48; box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.12); }
.quick-nav-status.running[b-s1idrnkxi5] { background: #0d9488; }
.quick-nav-status.upcoming[b-s1idrnkxi5] { background: #6366f1; }
.quick-nav-loading[b-s1idrnkxi5], .quick-nav-empty[b-s1idrnkxi5] { padding: 1rem; color: #64748b; font-size: 0.8rem; }
.quick-nav-feedback[b-s1idrnkxi5] { display: flex; min-height: 3rem; align-items: center; justify-content: center; gap: 0.55rem; padding: 0.75rem; border-top: 1px solid #e2e8f0; color: #475569; font-size: 0.82rem; font-weight: 700; text-decoration: none; }
.expanded .quick-nav-feedback[b-s1idrnkxi5] { justify-content: flex-start; }
.quick-nav-feedback:hover[b-s1idrnkxi5] { background: #ecfeff; color: #0f766e; }

:global(.dark-mode) .tournament-quick-nav[b-s1idrnkxi5] { border-color: #334155; background: #162033; }
:global(.dark-mode) .quick-nav-toggle[b-s1idrnkxi5],
:global(.dark-mode) .quick-nav-feedback[b-s1idrnkxi5] { border-color: #334155; color: #cbd5e1; }
:global(.dark-mode) .quick-nav-link[b-s1idrnkxi5] { color: #cbd5e1; }
:global(.dark-mode) .quick-nav-link:hover[b-s1idrnkxi5],
:global(.dark-mode) .quick-nav-link.active[b-s1idrnkxi5] { background: rgba(99, 102, 241, 0.18); color: #c7d2fe; }

@media (max-width: 720px) {
    .tournament-quick-nav[b-s1idrnkxi5] { position: fixed; top: 4.25rem; bottom: 0.75rem; left: 0.4rem; height: auto; min-height: 0; }
    .tournament-quick-nav.expanded[b-s1idrnkxi5] { width: min(17rem, calc(100vw - 1.25rem)); }
}
/* /Shared/TournamentViewerTabs.razor.rz.scp.css */
.tournament-viewer-tabs-card[b-m4vbl3sr2a] {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.viewer-tabs-nav[b-m4vbl3sr2a] {
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 2px;
    padding: 8px 8px 0;
    overflow-x: auto;
    overflow-y: hidden;
    background: #f8fafc;
    scrollbar-width: thin;
}

.viewer-tabs-nav .nav-item[b-m4vbl3sr2a] {
    flex: 0 0 auto;
}

.viewer-tabs-nav .nav-link[b-m4vbl3sr2a] {
    white-space: nowrap;
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.viewer-tab-content[b-m4vbl3sr2a],
.pairings-tab-panel[b-m4vbl3sr2a],
.multiview-tab-panel[b-m4vbl3sr2a] {
    flex: 1 1 auto;
    height: 100%;
    min-width: 0;
    min-height: 0;
}

.viewer-tab-content[b-m4vbl3sr2a] {
    overflow: hidden;
}

.pairings-tab-panel[b-m4vbl3sr2a] {
    display: flex;
    overflow: hidden;
}

.multiview-tab-panel[b-m4vbl3sr2a] {
    overflow: auto;
    padding: 4px;
    scrollbar-gutter: stable;
}

.viewer-tab-content[b-m4vbl3sr2a]  .stats-tabs-card {
    height: 100%;
}

.viewer-tab-content[b-m4vbl3sr2a]  .insight-tab-content {
    box-sizing: border-box;
    height: 100%;
    max-height: none !important;
    overflow: auto;
}

.multiview-tab-panel[b-m4vbl3sr2a]  .multiboard-view-container {
    min-height: 100%;
}

.multiview-tab-panel[b-m4vbl3sr2a]  .multiboard-grid {
    grid-template-columns: repeat(2, minmax(240px, 1fr)) !important;
}

@media (max-width: 900px) {
    .multiview-tab-panel[b-m4vbl3sr2a]  .multiboard-grid {
        grid-template-columns: minmax(240px, 1fr) !important;
    }
}
