@import '_content/SportsTrakLib/SportsTrakLib.r6z746a4oq.bundle.scp.css';
@import '_content/TAC.Blazor/TAC.Blazor.0gqzn0dutk.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-98836jz4kj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-98836jz4kj] {
    flex: 1;
}

.sidebar[b-98836jz4kj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-98836jz4kj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-98836jz4kj]  a, .top-row[b-98836jz4kj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-98836jz4kj]  a:hover, .top-row[b-98836jz4kj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-98836jz4kj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-98836jz4kj] {
        justify-content: space-between;
    }

    .top-row[b-98836jz4kj]  a, .top-row[b-98836jz4kj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-98836jz4kj] {
        flex-direction: row;
    }

    .sidebar[b-98836jz4kj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-98836jz4kj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-98836jz4kj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-98836jz4kj], article[b-98836jz4kj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-98836jz4kj] {
    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-98836jz4kj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Pages/MatchLineupPage.razor.rz.scp.css */
.lineup-page[b-6ltr57d2x6] {
    padding: 8px;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.lineup-loading[b-6ltr57d2x6] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    color: #aaa;
}

.lineup-message[b-6ltr57d2x6] {
    padding: 8px 12px;
    margin-bottom: 8px;
    border-radius: 4px;
    font-size: 0.85rem;
}

.lineup-error[b-6ltr57d2x6] {
    background-color: #ffdddd;
    color: #cc0000;
    border: 1px solid #cc0000;
}

.lineup-success[b-6ltr57d2x6] {
    background-color: #ddffdd;
    color: #006600;
    border: 1px solid #006600;
}

.lineup-table-container[b-6ltr57d2x6] {
    flex: 1;
    overflow: auto;
}

.lineup-table[b-6ltr57d2x6] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.lineup-table thead[b-6ltr57d2x6] {
    position: sticky;
    top: 0;
    z-index: 1;
}

.lineup-table th[b-6ltr57d2x6] {
    background-color: #333;
    color: #fff;
    padding: 8px 6px;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid #555;
}

.lineup-table td[b-6ltr57d2x6] {
    padding: 4px 6px;
    border-bottom: 1px solid #444;
    vertical-align: middle;
}

.lineup-table tr:hover[b-6ltr57d2x6] {
    background-color: rgba(255, 255, 255, 0.05);
}

.col-weight[b-6ltr57d2x6] {
    width: 80px;
    min-width: 60px;
    font-weight: 600;
    text-align: center;
}

.col-green[b-6ltr57d2x6],
.col-red[b-6ltr57d2x6] {
    min-width: 200px;
}

[b-6ltr57d2x6] .lineup-dropdown {
    width: 100%;
}

/* Wrestler item template inside dropdown */
.wrestler-item[b-6ltr57d2x6] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
}

.wrestler-thumb[b-6ltr57d2x6] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.wrestler-thumb-placeholder[b-6ltr57d2x6] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #555;
    flex-shrink: 0;
}

.wrestler-info[b-6ltr57d2x6] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.wrestler-name[b-6ltr57d2x6] {
    font-weight: 500;
    font-size: 0.85rem;
}

.wrestler-weight[b-6ltr57d2x6] {
    font-size: 0.7rem;
    color: #aaa;
}
/* /Pages/ReportMatchReportPage.razor.rz.scp.css */
/* ReportMatchReportPage Styles */

.report-page-container[b-s2ekuw6rv7] {
    display: flex;
    height: 100%;
    background-color: var(--trak-default-bg, #E8E9F3);
}

.report-filter-panel[b-s2ekuw6rv7] {
    width: 280px;
    min-width: 280px;
    background-color: var(--trak-color-white, White);
    border-right: 1px solid var(--trak-color-light-gray, #E2E3E9);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.filter-header[b-s2ekuw6rv7] {
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid var(--trak-color-light-gray, #E2E3E9);
}

.filter-content[b-s2ekuw6rv7] {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter-label[b-s2ekuw6rv7] {
    font-size: 14px;
    color: var(--trak-color-dark-blue, #0A2463);
}

.report-print-btn[b-s2ekuw6rv7] {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: var(--trak-color-dark-blue, #0A2463);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.report-print-btn:disabled[b-s2ekuw6rv7] {
    background-color: var(--trak-color-gray, #A9A9A9);
    cursor: not-allowed;
}

.report-print-btn:not(:disabled):hover[b-s2ekuw6rv7] {
    opacity: 0.9;
}

.report-content-area[b-s2ekuw6rv7] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.report-loading[b-s2ekuw6rv7] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.report-no-data[b-s2ekuw6rv7] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 16px;
    color: var(--trak-color-gray, #A9A9A9);
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .report-page-container[b-s2ekuw6rv7] {
        flex-direction: column;
    }

    .report-filter-panel[b-s2ekuw6rv7] {
        width: 100%;
        min-width: unset;
        border-right: none;
        border-bottom: 1px solid var(--trak-color-light-gray, #E2E3E9);
    }

    .report-content-area[b-s2ekuw6rv7] {
        min-height: 400px;
    }
}
/* /Pages/WrestlingMainDashboard.razor.rz.scp.css */
.wrestling-main-dashboard[b-soy9fgjwiq] {
    padding: 8px;
    height: 100%;
    width: 100%;
}

.dashboard-loading[b-soy9fgjwiq] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    min-height: 200px;
}

/* Welcome Panel */
.welcome-compact[b-soy9fgjwiq] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    max-height: 80px;
    width: 100%;
    padding: 8px 16px;
}

.welcome-label[b-soy9fgjwiq] {
    font-size: 1.1rem;
    color: #555;
}

.welcome-app-name[b-soy9fgjwiq] {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
}

.welcome-logo[b-soy9fgjwiq] {
    max-height: 48px;
    max-width: 48px;
    object-fit: contain;
}

/* KPI Row */
.kpi-row[b-soy9fgjwiq] {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: stretch;
    padding: 8px;
    width: 100%;
    height: 100%;
}

.kpi-card[b-soy9fgjwiq] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    min-width: 0;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.kpi-card:hover[b-soy9fgjwiq] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.kpi-card-teams[b-soy9fgjwiq] {
    border-top: 3px solid #2E7D32;
}

.kpi-card-wrestlers[b-soy9fgjwiq] {
    border-top: 3px solid #1565C0;
}

.kpi-card-matches[b-soy9fgjwiq] {
    border-top: 3px solid #FF7B0B;
}

.kpi-card-takedowns[b-soy9fgjwiq] {
    border-top: 3px solid #D32F2F;
    cursor: default;
}

.kpi-card-takedowns:hover[b-soy9fgjwiq] {
    transform: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.kpi-value[b-soy9fgjwiq] {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    color: #1f2d3d;
}

.kpi-label[b-soy9fgjwiq] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6C757D;
    margin-top: 6px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Panel Title */
.panel-title[b-soy9fgjwiq] {
    font-size: 1rem;
    font-weight: 600;
    padding: 4px 0 8px 0;
    color: #333;
}

/* Chart Title Link */
.chart-title-link[b-soy9fgjwiq] {
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    padding: 4px 0 8px 0;
    color: #2c3e50;
    transition: color 0.2s ease;
}

.chart-title-link:hover[b-soy9fgjwiq] {
    text-decoration: underline;
    color: #3498DB;
}

/* Recent Matches Panel */
.recent-matches-panel[b-soy9fgjwiq] {
    padding: 8px;
    height: 100%;
    overflow: auto;
    background: #fff;
    border-radius: 8px;
}

/* Chart Panel */
.chart-panel[b-soy9fgjwiq] {
    padding: 8px;
    background: #fff;
    border-radius: 8px;
    height: 100%;
}

/* Empty State */
.empty-state[b-soy9fgjwiq] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    color: #999;
    font-style: italic;
}
/* /Pages/WrestlingStatsPage.razor.rz.scp.css */
/* ── Page Layout ── */
.wrestling-stats-page[b-dw1w49lif9] {
    display: flex;
    height: 100vh;
    background-color: #8B4513;
    padding: 10px 0 0 0;
    overflow: hidden;
}

/* ── Sidebar ── */
.sidebar[b-dw1w49lif9] {
    width: 252px;
    min-width: 252px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0 4px;
}

.btn-back[b-dw1w49lif9] {
    background: none;
    border: none;
    cursor: pointer;
    align-self: flex-start;
    margin-left: 10px;
}

.btn-back img[b-dw1w49lif9] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

/* ── Bout Table ── */
.bout-table-container[b-dw1w49lif9] {
    overflow-y: auto;
    min-height: 0;
    max-height: calc(100vh - 160px);
    padding: 0 4px;
}

.bout-table[b-dw1w49lif9] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 13px;
    table-layout: fixed;
}

.bout-table thead[b-dw1w49lif9] {
    position: sticky;
    top: 0;
    z-index: 1;
}

.bout-table th[b-dw1w49lif9] {
    background-color: #6B3410;
    color: #FFD700;
    padding: 6px 4px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #FFD700;
}

.bout-table th.th-home[b-dw1w49lif9] {
    color: #4CAF50;
}

.bout-table th.th-visitor[b-dw1w49lif9] {
    color: #F44336;
}

.bout-table th:first-child[b-dw1w49lif9] {
    width: 42px;
    text-align: center;
}

.bout-table th.th-status[b-dw1w49lif9] {
    width: 24px;
    text-align: center;
}

.bout-table td[b-dw1w49lif9] {
    padding: 6px 4px;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bout-table td.td-home[b-dw1w49lif9] {
    color: #66BB6A;
}

.bout-table td.td-visitor[b-dw1w49lif9] {
    color: #EF5350;
}

.bout-table td:first-child[b-dw1w49lif9] {
    text-align: center;
    font-weight: bold;
}

.bout-table td.td-status[b-dw1w49lif9] {
    text-align: center;
    font-size: 14px;
    color: #FFD700;
}

.bout-table td.td-home[b-dw1w49lif9],
.bout-table td.td-visitor[b-dw1w49lif9] {
    cursor: pointer;
}

.bout-table td.td-home:hover[b-dw1w49lif9] {
    background-color: rgba(76, 175, 80, 0.15);
}

.bout-table td.td-visitor:hover[b-dw1w49lif9] {
    background-color: rgba(244, 67, 54, 0.15);
}

.bout-table td.selected-wrestler[b-dw1w49lif9] {
    font-weight: bold;
}

.bout-table td.td-home.selected-wrestler[b-dw1w49lif9] {
    border: 2px solid #4CAF50;
}

.bout-table td.td-visitor.selected-wrestler[b-dw1w49lif9] {
    border: 2px solid #F44336;
}

.bout-row[b-dw1w49lif9] {
    cursor: pointer;
    transition: background-color 0.15s;
}

.bout-row:hover[b-dw1w49lif9] {
    background-color: rgba(255, 255, 255, 0.12);
}

.bout-row.selected[b-dw1w49lif9] {
    outline: 2px solid #FFD700;
    outline-offset: -2px;
}

.btn-swap[b-dw1w49lif9] {
    margin: 8px 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.5;
}

.btn-swap img[b-dw1w49lif9] {
    width: 60px;
    height: 60px;
}

/* ── Main Content ── */
.main-content[b-dw1w49lif9] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 0 10px 10px 0;
    min-height: 0;
}

/* ── Scoreboard (Head-to-Head) ── */
.scoreboard[b-dw1w49lif9] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 95%;
    margin: 0 auto;
    padding-bottom: 8px;
}

.score-panel[b-dw1w49lif9] {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 90px;
}

.score-label[b-dw1w49lif9] {
    font-weight: bold;
    font-size: 14px;
    color: white;
    text-align: center;
    margin-bottom: 2px;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.score-label-green[b-dw1w49lif9] {
    color: #4CAF50;
}

.score-label-red[b-dw1w49lif9] {
    color: #F44336;
}

.score-display[b-dw1w49lif9] {
    background-color: black;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.score-display-green[b-dw1w49lif9] {
    border: 2px solid #4CAF50;
}

.score-display-red[b-dw1w49lif9] {
    border: 2px solid #F44336;
}

.score-value[b-dw1w49lif9] {
    color: white;
    font-family: 'Courier New', monospace;
    font-size: clamp(20px, 4vw, 60px);
    font-weight: bold;
}

.stall-badge[b-dw1w49lif9] {
    background-color: #FFDB1C;
    color: black;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 10px;
    margin-top: 4px;
}

/* ── Center Section (Clock + Riding Time) ── */
.center-section[b-dw1w49lif9] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.clock-area[b-dw1w49lif9] {
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.clock-adjust-col[b-dw1w49lif9] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    width: 50px;
    padding-top: 4px;
}

.btn-clock-adjust[b-dw1w49lif9] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: white;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clock-display-wrapper[b-dw1w49lif9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.clock-display[b-dw1w49lif9] {
    background-color: black;
    padding: 8px 20px;
    border-radius: 4px;
}

.clock-value[b-dw1w49lif9] {
    color: #00ff00;
    font-family: 'Courier New', monospace;
    font-size: clamp(20px, 3.5vw, 48px);
    font-weight: bold;
}

.clock-buttons[b-dw1w49lif9] {
    display: flex;
    gap: 8px;
}

.btn-play[b-dw1w49lif9], .btn-pause[b-dw1w49lif9], .btn-stop[b-dw1w49lif9] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-play[b-dw1w49lif9] {
    background-color: #4CAF50;
    color: white;
}

.btn-pause[b-dw1w49lif9] {
    background-color: #FF9800;
    color: white;
}

.btn-stop[b-dw1w49lif9] {
    background-color: #F44336;
    color: white;
}

.period-picker[b-dw1w49lif9] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.period-label[b-dw1w49lif9] {
    font-size: 14px;
    color: white;
    font-weight: bold;
}

.period-picker select[b-dw1w49lif9] {
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 14px;
}

/* ── Choice Chips ── */
.choice-row[b-dw1w49lif9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 100%;
}

.choice-label[b-dw1w49lif9] {
    font-size: 13px;
    font-weight: bold;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.choice-chips[b-dw1w49lif9] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}

.choice-chip[b-dw1w49lif9] {
    padding: 6px 12px;
    border: 2px solid #555;
    border-radius: 20px;
    background-color: #3c3c3c;
    color: white;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.15s, background-color 0.15s;
    white-space: nowrap;
}

.choice-chip:hover[b-dw1w49lif9] {
    background-color: #4c4c4c;
}

.choice-chip.selected[b-dw1w49lif9] {
    border-color: #FFD700;
    background-color: rgba(255, 215, 0, 0.2);
    color: #FFD700;
}

.choice-chip-green[b-dw1w49lif9] {
    color: #66BB6A;
}

.choice-chip-green.selected[b-dw1w49lif9] {
    border-color: #4CAF50;
    background-color: rgba(76, 175, 80, 0.2);
    color: #66BB6A;
}

.choice-chip-red[b-dw1w49lif9] {
    color: #EF5350;
}

.choice-chip-red.selected[b-dw1w49lif9] {
    border-color: #F44336;
    background-color: rgba(244, 67, 54, 0.2);
    color: #EF5350;
}

/* ── Riding Time ── */
.riding-time-row[b-dw1w49lif9] {
    display: flex;
    gap: 12px;
    width: 100%;
    justify-content: center;
}

.riding-time-btn[b-dw1w49lif9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 16px;
    border: 2px solid #555;
    border-radius: 8px;
    background-color: #333;
    cursor: pointer;
    min-width: 120px;
    transition: border-color 0.2s, background-color 0.2s;
}

.riding-time-btn.active[b-dw1w49lif9] {
    border-color: #FFD700;
    background-color: #444;
}

.rt-label[b-dw1w49lif9] {
    font-size: 11px;
    color: #aaa;
    text-transform: uppercase;
}

.rt-value[b-dw1w49lif9] {
    font-size: 22px;
    font-weight: bold;
    color: white;
    font-family: 'Courier New', monospace;
}

/* ── Active Bout Display ── */
.active-bout-display[b-dw1w49lif9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4px 8px;
    background-color: rgba(255, 215, 0, 0.15);
    border: 1px solid #FFD700;
    border-radius: 6px;
    margin-top: 4px;
}

.active-bout-weight[b-dw1w49lif9] {
    font-size: 18px;
    font-weight: 800;
    color: #FFD700;
    text-transform: uppercase;
}

.active-bout-matchup[b-dw1w49lif9] {
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.bout-score-green[b-dw1w49lif9] {
    color: #66BB6A;
}

.bout-score-red[b-dw1w49lif9] {
    color: #EF5350;
}

/* ── Game Actions Grid ── */
.game-actions-grid[b-dw1w49lif9] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px 0;
}

.action-row[b-dw1w49lif9] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.action-btn[b-dw1w49lif9] {
    padding: 14px 8px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    transition: opacity 0.15s;
}

.action-btn:active[b-dw1w49lif9] {
    opacity: 0.7;
}

.action-placeholder[b-dw1w49lif9] {
    min-height: 48px;
}

/* ── Play by Play ── */
.play-by-play-section[b-dw1w49lif9] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.play-by-play-header[b-dw1w49lif9] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
}

.btn-undo[b-dw1w49lif9] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #F44336;
    background-color: white;
    color: #F44336;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-by-play-title[b-dw1w49lif9] {
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.play-by-play-list[b-dw1w49lif9] {
    max-height: 260px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.play-item[b-dw1w49lif9] {
    padding: 6px 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    color: white;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.15s;
}

.play-item:hover[b-dw1w49lif9] {
    background-color: rgba(255, 255, 255, 0.2);
}

.play-item.selected[b-dw1w49lif9] {
    background-color: rgba(255, 215, 0, 0.3);
    border: 1px solid #FFD700;
}

/* ── Winner Chips ── */
.winner-label[b-dw1w49lif9] {
    font-size: 14px;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.winner-chips[b-dw1w49lif9] {
    display: flex;
    gap: 12px;
    width: 100%;
    justify-content: center;
}

.winner-chip[b-dw1w49lif9] {
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    flex: 1;
    transition: border-color 0.15s, background-color 0.15s;
}

.winner-chip-green[b-dw1w49lif9] {
    border: 2px solid #555;
    background-color: #3c3c3c;
    color: #66BB6A;
}

.winner-chip-green.selected[b-dw1w49lif9] {
    border-color: #4CAF50;
    background-color: rgba(76, 175, 80, 0.25);
}

.winner-chip-red[b-dw1w49lif9] {
    border: 2px solid #555;
    background-color: #3c3c3c;
    color: #EF5350;
}

.winner-chip-red.selected[b-dw1w49lif9] {
    border-color: #F44336;
    background-color: rgba(244, 67, 54, 0.25);
}

/* ── Popup Overlays ── */
.popup-overlay[b-dw1w49lif9] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.popup-content[b-dw1w49lif9] {
    background-color: #2c2c2c;
    border-radius: 12px;
    padding: 24px;
    min-width: 280px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.popup-title[b-dw1w49lif9] {
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-align: center;
}

.popup-message[b-dw1w49lif9] {
    font-size: 14px;
    color: #ccc;
    text-align: center;
}

.popup-options[b-dw1w49lif9] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.popup-option-btn[b-dw1w49lif9] {
    padding: 12px 20px;
    border: 1px solid #555;
    border-radius: 8px;
    background-color: #3c3c3c;
    color: white;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.15s;
}

.popup-option-btn:hover[b-dw1w49lif9] {
    background-color: #4c4c4c;
}

.popup-cancel-btn[b-dw1w49lif9] {
    padding: 10px 24px;
    border: 1px solid #888;
    border-radius: 8px;
    background-color: transparent;
    color: #aaa;
    font-size: 14px;
    cursor: pointer;
}

.popup-buttons[b-dw1w49lif9] {
    display: flex;
    gap: 12px;
    width: 100%;
    justify-content: center;
}

/* ── Busy Overlay ── */
.trak-busy-overlay[b-dw1w49lif9] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.trak-busy-message[b-dw1w49lif9] {
    color: white;
    margin-top: 16px;
    font-size: 14px;
}

/* ── Toast Notification ── */
.stats-toast[b-dw1w49lif9] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #d32f2f;
    color: white;
    padding: 12px 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 3000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    max-width: 400px;
}

.toast-close[b-dw1w49lif9] {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 0 4px;
}
