/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.page[b-l00f0fvvdl] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-l00f0fvvdl] {
    flex: 1;
}

/* Sidebar styling */
.sidebar[b-l00f0fvvdl] {
    background: var(--dxbl-card-bg, #212529);
}

@media (min-width: 641px) {
    .page[b-l00f0fvvdl] {
        flex-direction: row;
    }

    .sidebar[b-l00f0fvvdl] {
        width: 250px;
        min-height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
    }
}

#blazor-error-ui[b-l00f0fvvdl] {
    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-l00f0fvvdl] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/AdminNavMenu.razor.rz.scp.css */
/* Sidebar Menu - DevExpress DxMenu styling for vertical navigation */
.sidebar-menu.dxbl-menu[b-4mbnez97wz] {
    width: 100%;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Remove default padding/margin from menu container */
.sidebar-menu .dxbl-menu-items-container[b-4mbnez97wz] {
    padding: 0;
    margin: 0;
}

/* Brand item styling - first menu item as logo/title */
.sidebar-menu .brand-item[b-4mbnez97wz],
.sidebar-menu .dxbl-menu-item.brand-item[b-4mbnez97wz] {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    min-height: 3.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0.5rem;
}

/* Individual Menu Items */
.sidebar-menu .dxbl-menu-item[b-4mbnez97wz] {
    color: var(--dxbl-card-color, var(--dxbl-body-color, #e0e0e0)) !important;
    border-radius: 4px;
    margin: 0.125rem 0.5rem;
    padding: 0.5rem 0.75rem !important;
    min-height: 2.5rem;
}

.sidebar-menu .dxbl-menu-item:hover[b-4mbnez97wz] {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: white !important;
}

.sidebar-menu .dxbl-menu-item.dxbl-active[b-4mbnez97wz],
.sidebar-menu .dxbl-menu-item.dxbl-selected[b-4mbnez97wz],
.sidebar-menu .dxbl-menu-item[aria-current="page"][b-4mbnez97wz] {
    background-color: var(--dxbl-btn-primary-bg, rgba(255, 255, 255, 0.2)) !important;
    color: white !important;
}

/* Menu Item Text */
.sidebar-menu .dxbl-menu-item .dxbl-text[b-4mbnez97wz] {
    font-size: 0.9rem;
}

/* Menu Item Icons */
.sidebar-menu .dxbl-menu-item .dxbl-image[b-4mbnez97wz],
.sidebar-menu .dxbl-menu-item .bi[b-4mbnez97wz] {
    font-size: 1.1rem;
    margin-right: 0.75rem;
    width: 1.25rem;
    text-align: center;
}

/* Hamburger button styling */
.sidebar-menu .dxbl-menu-hamburger-button[b-4mbnez97wz] {
    color: white !important;
    background: transparent !important;
    border: none !important;
}

.sidebar-menu .dxbl-menu-hamburger-button:hover[b-4mbnez97wz] {
    background: rgba(255, 255, 255, 0.1) !important;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9jv82jll93] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-9jv82jll93] {
    flex: 1;
}

/* Sidebar styling */
.sidebar[b-9jv82jll93] {
    background: var(--dxbl-card-bg, #212529);
}

@media (min-width: 641px) {
    .page[b-9jv82jll93] {
        flex-direction: row;
    }

    .sidebar[b-9jv82jll93] {
        width: 250px;
        min-height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
    }
}

#blazor-error-ui[b-9jv82jll93] {
    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-9jv82jll93] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Sidebar Menu - DevExpress DxMenu styling for vertical navigation */
.sidebar-menu.dxbl-menu[b-mlxo3la4nd] {
    width: 100%;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Remove default padding/margin from menu container */
.sidebar-menu .dxbl-menu-items-container[b-mlxo3la4nd] {
    padding: 0;
    margin: 0;
}

/* Brand item styling - first menu item as logo/title */
.sidebar-menu .brand-item[b-mlxo3la4nd],
.sidebar-menu .dxbl-menu-item.brand-item[b-mlxo3la4nd] {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    min-height: 3.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0.5rem;
}

/* Individual Menu Items */
.sidebar-menu .dxbl-menu-item[b-mlxo3la4nd] {
    color: var(--dxbl-card-color, var(--dxbl-body-color, #e0e0e0)) !important;
    border-radius: 4px;
    margin: 0.125rem 0.5rem;
    padding: 0.5rem 0.75rem !important;
    min-height: 2.5rem;
}

.sidebar-menu .dxbl-menu-item:hover[b-mlxo3la4nd] {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: white !important;
}

.sidebar-menu .dxbl-menu-item.dxbl-active[b-mlxo3la4nd],
.sidebar-menu .dxbl-menu-item.dxbl-selected[b-mlxo3la4nd],
.sidebar-menu .dxbl-menu-item[aria-current="page"][b-mlxo3la4nd] {
    background-color: var(--dxbl-btn-primary-bg, rgba(255, 255, 255, 0.2)) !important;
    color: white !important;
}

/* Menu Item Text */
.sidebar-menu .dxbl-menu-item .dxbl-text[b-mlxo3la4nd] {
    font-size: 0.9rem;
}

/* Menu Item Icons */
.sidebar-menu .dxbl-menu-item .dxbl-image[b-mlxo3la4nd],
.sidebar-menu .dxbl-menu-item .bi[b-mlxo3la4nd] {
    font-size: 1.1rem;
    margin-right: 0.75rem;
    width: 1.25rem;
    text-align: center;
}

/* Hamburger button styling */
.sidebar-menu .dxbl-menu-hamburger-button[b-mlxo3la4nd] {
    color: white !important;
    background: transparent !important;
    border: none !important;
}

.sidebar-menu .dxbl-menu-hamburger-button:hover[b-mlxo3la4nd] {
    background: rgba(255, 255, 255, 0.1) !important;
}

/* Logout item styling */
.sidebar-menu .logout-item[b-mlxo3la4nd] {
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-eq1zbco8wl],
.components-reconnect-repeated-attempt-visible[b-eq1zbco8wl],
.components-reconnect-failed-visible[b-eq1zbco8wl],
.components-pause-visible[b-eq1zbco8wl],
.components-resume-failed-visible[b-eq1zbco8wl],
.components-rejoining-animation[b-eq1zbco8wl] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-eq1zbco8wl],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-eq1zbco8wl],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-eq1zbco8wl],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-eq1zbco8wl],
#components-reconnect-modal.components-reconnect-retrying[b-eq1zbco8wl],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-eq1zbco8wl],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-eq1zbco8wl],
#components-reconnect-modal.components-reconnect-failed[b-eq1zbco8wl],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-eq1zbco8wl] {
    display: block;
}


#components-reconnect-modal[b-eq1zbco8wl] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-eq1zbco8wl 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-eq1zbco8wl 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-eq1zbco8wl 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-eq1zbco8wl]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-eq1zbco8wl 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-eq1zbco8wl {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-eq1zbco8wl {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-eq1zbco8wl {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-eq1zbco8wl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-eq1zbco8wl] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-eq1zbco8wl] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-eq1zbco8wl] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-eq1zbco8wl] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-eq1zbco8wl] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-eq1zbco8wl] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-eq1zbco8wl 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-eq1zbco8wl] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-eq1zbco8wl {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/GameDetail/GameDetail.razor.rz.scp.css */
.game-detail[b-r5w9fzdp8a] {
    max-width: 100%;
    margin: -1.1rem -2rem 0 -2rem;
    padding: 0;
}

/* Toolbar - full width, no margins */
.game-toolbar[b-r5w9fzdp8a] {
    background: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    width: calc(100% + 4rem);
    box-sizing: border-box;
}

.toolbar-center[b-r5w9fzdp8a] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.toolbar-btn[b-r5w9fzdp8a] {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: white;
    padding: 0.35rem 0.6rem;
    border-radius: 4px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

    .toolbar-btn:hover[b-r5w9fzdp8a] {
        background: rgba(255, 255, 255, 0.25);
    }

    .toolbar-btn:active[b-r5w9fzdp8a] {
        transform: scale(0.98);
    }

    .toolbar-btn.btn-record[b-r5w9fzdp8a] {
        background: rgba(40, 167, 69, 0.8);
        border-color: #28a745;
    }

        .toolbar-btn.btn-record:hover[b-r5w9fzdp8a] {
            background: rgba(40, 167, 69, 0.95);
        }

    .toolbar-btn.btn-strike[b-r5w9fzdp8a] {
        background: rgba(255, 193, 7, 0.8);
        border-color: #ffc107;
        color: #1a1a2e;
        font-weight: bold;
    }

        .toolbar-btn.btn-strike:hover[b-r5w9fzdp8a] {
            background: rgba(255, 193, 7, 0.95);
        }

    .toolbar-btn.btn-spare[b-r5w9fzdp8a] {
        background: rgba(23, 162, 184, 0.8);
        border-color: #17a2b8;
    }

        .toolbar-btn.btn-spare:hover[b-r5w9fzdp8a] {
            background: rgba(23, 162, 184, 0.95);
        }

    .toolbar-btn.btn-clear[b-r5w9fzdp8a] {
        background: rgba(108, 117, 125, 0.8);
        border-color: #6c757d;
    }

        .toolbar-btn.btn-clear:hover[b-r5w9fzdp8a] {
            background: rgba(108, 117, 125, 0.95);
        }

.toolbar-divider[b-r5w9fzdp8a] {
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 0.25rem;
}

.toolbar-btn:disabled[b-r5w9fzdp8a] {
    opacity: 0.5;
    cursor: not-allowed;
}

    .toolbar-btn:disabled:hover[b-r5w9fzdp8a] {
        background: rgba(255, 255, 255, 0.15);
        transform: none;
    }

/* Content area */
.game-content[b-r5w9fzdp8a] {
    padding: 0.5rem;
}

/* Main content area with scorecard and pin deck */
.main-content-row[b-r5w9fzdp8a] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    flex-wrap: nowrap;
}

.scorecard-container[b-r5w9fzdp8a] {
    flex: 0 0 910px;
    width: 910px;
    min-width: 910px;
    max-width: 910px;
}

.pindeck-container[b-r5w9fzdp8a] {
    flex: 0 0 auto;
    width: 220px;
}

.unified-score-table[b-r5w9fzdp8a] {
    background: white;
    padding: 8px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border: 1px solid rgba(58, 6, 71, 0.2);
}

.score-table[b-r5w9fzdp8a] {
    margin-bottom: 0;
    font-size: 0.8rem;
}

    .score-table th[b-r5w9fzdp8a], .score-table td[b-r5w9fzdp8a] {
        text-align: center;
        vertical-align: middle;
        padding: 2px 4px;
    }

/* Frame Headers - increased specificity to override Bootstrap .table styles */
.score-table .frame-header[b-r5w9fzdp8a],
.score-table th.frame-header[b-r5w9fzdp8a] {
    background: linear-gradient(180deg, rgba(5, 39, 103, 0.1) 0%, rgba(58, 6, 71, 0.1) 100%);
    font-weight: bold;
    padding: 2px 4px;
    font-size: 0.75em;
    color: white !important;
}
.unified-score-table .score-table .frame-header[b-r5w9fzdp8a] {
    background: linear-gradient(180deg, rgba(5, 39, 103, 0.1) 0%, rgba(58, 6, 71, 0.1) 100%);
    font-weight: bold;
    padding: 2px 4px;
    font-size: 0.75em;
    color: white !important;
}

/* Game Count Column */
.game-count-header[b-r5w9fzdp8a] {
    background: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 100%);
    color: white;
    font-weight: bold;
    font-size: 0.9em;
    padding: 2px 4px;
    min-width: 35px;
}

/* Player Name Column */
.player-name-cell[b-r5w9fzdp8a] {
    background-color: #f0e6f4;
    font-weight: bold;
    font-size: 0.85em;
    padding: 4px;
    vertical-align: middle;
    min-width: 70px;
    max-width: 90px;
}

    .player-name-cell.current-player[b-r5w9fzdp8a] {
        background: linear-gradient(90deg, rgba(58, 6, 71, 0.2) 0%, rgba(5, 39, 103, 0.2) 100%);
        border-left: 3px solid #3a0647;
    }

.player-name-display[b-r5w9fzdp8a] {
    writing-mode: horizontal-tb;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Frame Headers */
.frame-header[b-r5w9fzdp8a] {
    background: linear-gradient(180deg, rgba(5, 39, 103, 0.1) 0%, rgba(58, 6, 71, 0.1) 100%);
    font-weight: bold;
    padding: 2px 4px;
    font-size: 0.75em;
    color: white !important;
    
}

.tenth-frame[b-r5w9fzdp8a] {
    background: linear-gradient(180deg, rgba(255, 193, 7, 0.3) 0%, rgba(255, 152, 0, 0.3) 100%) !important;
}

/* Current Frame Highlighting */
.current-frame-cell[b-r5w9fzdp8a] {
    background: linear-gradient(180deg, rgba(58, 6, 71, 0.15) 0%, rgba(5, 39, 103, 0.15) 100%) !important;
    border: 1px solid #3a0647 !important;
    box-shadow: 0 0 4px rgba(58, 6, 71, 0.4);
}

/* Total Column */
.total-header[b-r5w9fzdp8a] {
    background: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 100%);
    color: white;
    font-weight: bold;
    padding: 2px 4px;
    min-width: 50px;
    font-size: 0.75em;
}

.total-score-cell[b-r5w9fzdp8a] {
    background: linear-gradient(180deg, rgba(58, 6, 71, 0.1) 0%, rgba(5, 39, 103, 0.1) 100%);
    font-weight: bold;
    font-size: 1.1em;
    padding: 4px;
    vertical-align: middle;
    min-width: 50px;
}

.total-score-display[b-r5w9fzdp8a] {
    text-align: center;
}

/* Frame Cells */
.frame-cell[b-r5w9fzdp8a] {
    padding: 0px;
    min-width: 50px;
}

.throw-boxes[b-r5w9fzdp8a] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 20px;
}

.regular-frame-throws[b-r5w9fzdp8a] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    width: 100%;
}

.tenth-frame-throws[b-r5w9fzdp8a] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1px;
    width: 100%;
}

.throw-box[b-r5w9fzdp8a] {
    display: inline-block;
    width: 100%;
    padding: 0rem;
    border: 1px solid #dee2e6;
    background-color: #fff;
    font-weight: bold;
    font-size: 0.85em;
}

    .throw-box.first[b-r5w9fzdp8a] {
        border-right: none;
    }

    .throw-box.clickable[b-r5w9fzdp8a] {
        cursor: pointer;
        transition: background-color 0.2s, transform 0.1s;
    }

        .throw-box.clickable:hover[b-r5w9fzdp8a] {
            background: linear-gradient(180deg, rgba(58, 6, 71, 0.2) 0%, rgba(5, 39, 103, 0.2) 100%);
            transform: scale(1.05);
        }

    .throw-box.selected-throw[b-r5w9fzdp8a] {
        background: linear-gradient(180deg, rgba(255, 193, 7, 0.8) 0%, rgba(255, 152, 0, 0.8) 100%);
        border-color: #ff9800;
        font-weight: bold;
        box-shadow: 0 0 6px rgba(255, 193, 7, 0.8);
    }

.score-cell[b-r5w9fzdp8a] {
    padding: 4px;
    background-color: #f8f9fa;
}

.cumulative-score[b-r5w9fzdp8a] {
    font-size: 1em;
}

/* Pin deck - compact */
.pin-deck-card[b-r5w9fzdp8a] {
    background: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    border-radius: 10px;
    padding: 12px 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    height: 100%;
}

.pin-grid[b-r5w9fzdp8a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.pin-row[b-r5w9fzdp8a] {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.pin-wrapper[b-r5w9fzdp8a] {
    position: relative;
    cursor: pointer;
    width: 36px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
}

    .pin-wrapper:active[b-r5w9fzdp8a] {
        transform: scale(0.95);
    }

.pin-image[b-r5w9fzdp8a] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.3));
}

    .pin-image.pin-up[b-r5w9fzdp8a] {
        opacity: 1;
        filter: brightness(1.1) drop-shadow(0 2px 3px rgba(0,0,0,0.3));
    }

    .pin-image.pin-down[b-r5w9fzdp8a] {
        opacity: 0.2;
        filter: grayscale(100%) brightness(0.5);
    }

    .pin-image.disabled[b-r5w9fzdp8a] {
        opacity: 0.2;
        cursor: not-allowed;
        filter: grayscale(100%) brightness(0.5);
    }

.pin-wrapper:hover .pin-image.pin-up[b-r5w9fzdp8a] {
    filter: brightness(1.3) drop-shadow(0 3px 6px rgba(255, 193, 7, 0.6));
    transform: scale(1.05);
}

.pin-wrapper:hover .pin-image.disabled[b-r5w9fzdp8a] {
    filter: grayscale(100%) brightness(0.5);
    transform: none;
}

.pin-label[b-r5w9fzdp8a] {
    position: absolute;
    bottom: 1px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 1px 1px 2px #e4dfea;
    pointer-events: none;
}

/* Current player highlighting */
.current-player[b-r5w9fzdp8a] {
    background-color: #d1e7dd !important;
}

/* Camera Control Panel */
.camera-control-panel[b-r5w9fzdp8a] {
    border: 1px solid rgba(58, 6, 71, 0.2);
    border-radius: 6px;
    overflow: hidden;
}

    .camera-control-panel .card-header[b-r5w9fzdp8a] {
        background: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
        color: white;
        padding: 0.4rem 0.6rem;
        border-bottom: none;
    }

        .camera-control-panel .card-header h5[b-r5w9fzdp8a] {
            font-size: 0.85rem;
            margin: 0;
        }

    .camera-control-panel .card-body[b-r5w9fzdp8a] {
        padding: 0.4rem;
    }

.master-controls[b-r5w9fzdp8a] {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 0.4rem;
}

.camera-previews[b-r5w9fzdp8a] {
    max-height: 300px;
    overflow-y: auto;
}

.camera-preview-card[b-r5w9fzdp8a] {
    border: 1px solid rgba(58, 6, 71, 0.2);
    border-radius: 6px;
    overflow: hidden;
}

.camera-preview-header[b-r5w9fzdp8a] {
    background: linear-gradient(90deg, rgba(5, 39, 103, 0.1) 0%, rgba(58, 6, 71, 0.1) 100%);
    padding: 0.25rem 0.4rem;
    border-bottom: 1px solid rgba(58, 6, 71, 0.2);
}

.camera-name[b-r5w9fzdp8a] {
    font-weight: 500;
    font-size: 0.75rem;
}

.camera-preview-body[b-r5w9fzdp8a] {
    position: relative;
    background-color: #000;
    min-height: 120px;
}

    .camera-preview-body video[b-r5w9fzdp8a] {
        width: 100%;
        height: auto;
        display: block;
        background-color: #000;
        border-radius: 0;
        max-height: 180px;
        object-fit: cover;
    }

    .camera-preview-body canvas[b-r5w9fzdp8a] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

.preview-placeholder[b-r5w9fzdp8a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    color: #6c757d;
}

.camera-status-text[b-r5w9fzdp8a] {
    font-size: 0.65rem;
    color: #aaa;
    margin-top: 0.25rem;
}

.camera-connected-badge[b-r5w9fzdp8a] {
    position: absolute;
    top: 6px;
    left: 6px;
    background-color: rgba(40, 167, 69, 0.9);
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 0.6rem;
}

.recording-indicator[b-r5w9fzdp8a], .uploading-indicator[b-r5w9fzdp8a] {
    position: absolute;
    top: 6px;
    right: 6px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 0.65rem;
}

.camera-preview-footer[b-r5w9fzdp8a] {
    padding: 0.25rem 0.4rem;
    text-align: center;
    background: linear-gradient(90deg, rgba(5, 39, 103, 0.05) 0%, rgba(58, 6, 71, 0.05) 100%);
    border-top: 1px solid rgba(58, 6, 71, 0.2);
}

    .camera-preview-footer .btn[b-r5w9fzdp8a] {
        font-size: 0.7rem;
        padding: 0.15rem 0.35rem;
    }

/* Manage Players Card */
.manage-players-card[b-r5w9fzdp8a] {
    font-size: 0.85rem;
    border: 1px solid rgba(58, 6, 71, 0.2);
    border-radius: 6px;
    overflow: hidden;
}

    .manage-players-card .card-header[b-r5w9fzdp8a] {
        background: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
        color: white;
        padding: 0.5rem 0.75rem;
        border-bottom: none;
    }

    .manage-players-card .card-body[b-r5w9fzdp8a] {
        padding: 0.75rem;
    }

    .manage-players-card .table[b-r5w9fzdp8a] {
        font-size: 0.8rem;
    }

    .manage-players-card .btn-sm[b-r5w9fzdp8a] {
        font-size: 0.75rem;
        padding: 0.2rem 0.4rem;
    }

/* Responsive adjustments */
@@media (max-width: 992px) {
    .main-content-row[b-r5w9fzdp8a] {
        flex-direction: column;
    }

    .pindeck-container[b-r5w9fzdp8a] {
        width: 100%;
    }

    .pin-deck-card[b-r5w9fzdp8a] {
        display: flex;
        justify-content: center;
        padding: 10px;
    }
}

@@media (max-width: 768px) {
    .game-toolbar[b-r5w9fzdp8a] {
        flex-direction: column;
        align-items: stretch;
    }

    .toolbar-center[b-r5w9fzdp8a] {
        justify-content: center;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-container[b-jbqq4fz1db] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(90vh);
    width: 100%;
    overflow: hidden;
}

.home-container img[b-jbqq4fz1db] {
    max-width: 90%;
    height: auto;
}
/* /Components/Pages/PlayerProfile.razor.rz.scp.css */
.profile-header[b-oq0c4ewlbu] {
    background: linear-gradient(135deg, #3a0647 0%, #1a5276 100%);
    color: white;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 1.5rem;
}

.profile-avatar[b-oq0c4ewlbu] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    border: 3px solid rgba(255, 255, 255, 0.5);
}

.stats-card[b-oq0c4ewlbu] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.2s;
}

.stats-card:hover[b-oq0c4ewlbu] {
    transform: translateY(-2px);
}

.stats-value[b-oq0c4ewlbu] {
    font-size: 2rem;
    font-weight: 700;
    color: #3a0647;
}

.stats-label[b-oq0c4ewlbu] {
    color: #6c757d;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.section-card[b-oq0c4ewlbu] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
}

.section-header[b-oq0c4ewlbu] {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-header h5[b-oq0c4ewlbu] {
    margin: 0;
    color: #3a0647;
    font-weight: 600;
}

.section-body[b-oq0c4ewlbu] {
    padding: 1.5rem;
}

.game-item[b-oq0c4ewlbu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.game-item:last-child[b-oq0c4ewlbu] {
    border-bottom: none;
}

.game-score[b-oq0c4ewlbu] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #3a0647;
}

.game-date[b-oq0c4ewlbu] {
    color: #6c757d;
    font-size: 0.875rem;
}

.team-badge[b-oq0c4ewlbu] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #f8f9fa;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    margin: 0.25rem;
}

.friend-item[b-oq0c4ewlbu] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
}

.friend-avatar[b-oq0c4ewlbu] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3a0647 0%, #1a5276 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.hand-selector[b-oq0c4ewlbu] {
    display: flex;
    gap: 0.5rem;
}

.hand-option[b-oq0c4ewlbu] {
    padding: 0.5rem 1rem;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.hand-option:hover[b-oq0c4ewlbu] {
    border-color: #3a0647;
}

.hand-option.selected[b-oq0c4ewlbu] {
    background: #3a0647;
    color: white;
    border-color: #3a0647;
}

.empty-state[b-oq0c4ewlbu] {
    text-align: center;
    padding: 2rem;
    color: #6c757d;
}

.empty-state i[b-oq0c4ewlbu] {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

/* Reduced margins container - 5px on top, right, and left */
.profile-container[b-oq0c4ewlbu] {
    max-width: 100%;
    padding-top: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 0.75rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .profile-container[b-oq0c4ewlbu] {
        padding-top: 1px;
        padding-left: 1px;
        padding-right: 1px;
    }
}

@media (min-width: 992px) {
    .profile-container[b-oq0c4ewlbu] {
        max-width: 100%;
        padding-top: 1px;
        padding-left: 1px;
        padding-right: 1px;
    }
}
