@import '_content/GxTiming.Ui.Shared/GxTiming.Ui.Shared.3tuco2ws1m.bundle.scp.css';

/* /App.razor.rz.scp.css */
:global(body)[b-ks34cvk91j] {
    background-color: var(--gx-bg);
}
/* /Layout/MainLayout.razor.rz.scp.css */
.mobile-layout[b-hrt6q445c1] {
    min-height: 100vh;
    background-color: var(--gx-bg);
    display: flex;
    flex-direction: column;
    padding-bottom: 72px;
}

.mobile-header[b-hrt6q445c1] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background-color: var(--gx-surface);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    z-index: 999;
    border-bottom: 1px solid var(--gx-border-subtle);
}

.app-logo[b-hrt6q445c1] {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.logo-gx[b-hrt6q445c1] {
    color: var(--gx-primary);
}

.logo-timing[b-hrt6q445c1] {
    color: var(--gx-text-primary);
}

.app-subtitle[b-hrt6q445c1] {
    font-size: 11px;
    color: var(--gx-text-secondary);
    margin-top: 2px;
}

.mobile-content[b-hrt6q445c1] {
    margin-top: 56px;
    flex: 1;
    overflow-y: auto;
    padding: 16px;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.nav-menu-shell[b-miscyn19y5] {
    min-width: 260px;
}

.nav-menu-header[b-miscyn19y5] {
    padding-right: 0.5rem;
}

.nav-menu-content[b-miscyn19y5] {
    padding-top: 0.5rem;
}
/* /Pages/HeatResults.razor.rz.scp.css */
.lap-counter-page[b-tep344pneg] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 128px);
    overflow: hidden;
}

.timing-header[b-tep344pneg] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid var(--gx-border-subtle);
}

.header-info[b-tep344pneg] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.heat-subtitle[b-tep344pneg] {
    color: var(--gx-text-secondary);
    font-size: 13px;
}

.empty-state[b-tep344pneg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 60px 20px;
    flex: 1;
}

.empty-text[b-tep344pneg] {
    color: var(--gx-text-secondary);
    text-align: center;
}

.loading-container[b-tep344pneg] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.timing-content[b-tep344pneg] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.instruction-bar[b-tep344pneg] {
    padding: 16px 0;
    text-align: center;
    border-bottom: 1px solid var(--gx-border-subtle);
}

.instruction-text[b-tep344pneg] {
    color: #b0b0b0;
    font-weight: 500;
}

.pilots-grid[b-tep344pneg] {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 16px 0;
    overflow-y: auto;
}

.pilot-card[b-tep344pneg] {
    background-color: #1e1e1e;
    border: 2px solid #444;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    min-height: 180px;
    position: relative;
}

.pilot-card:hover[b-tep344pneg] {
    border-color: #666;
    background-color: #252525;
}

.pilot-card:active[b-tep344pneg] {
    transform: scale(0.95);
    border-color: #888;
}

/* Card with undo active - highlight it */
.pilot-card-undo-active[b-tep344pneg] {
    border-color: #ffa726 !important;
    background-color: rgba(255, 167, 38, 0.1) !important;
    box-shadow: 0 0 20px rgba(255, 167, 38, 0.3);
}

.pilot-card-undo-active:hover[b-tep344pneg] {
    background-color: rgba(255, 167, 38, 0.15) !important;
}

/* Prevent click on card when undo is active */
.pilot-card-undo-active[b-tep344pneg] {
    cursor: default;
    pointer-events: none;
}

.pilot-card-undo-active .undo-section[b-tep344pneg] {
    pointer-events: all;
}

.lap-badge[b-tep344pneg] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid #666;
}

.lap-count[b-tep344pneg] {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.pilot-info[b-tep344pneg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
}

.pilot-number[b-tep344pneg] {
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.pilot-name[b-tep344pneg] {
    color: #ddd;
}

.pilot-bib[b-tep344pneg] {
    color: var(--gx-text-secondary);
    font-size: 13px;
}

/* Undo section styles */
.undo-section[b-tep344pneg] {
    width: 100%;
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 167, 38, 0.3);
}

[b-tep344pneg] .undo-button {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    animation: pulse-warning-b-tep344pneg 1s ease-in-out infinite;
}

@keyframes pulse-warning-b-tep344pneg {
    0%, 100% {
        opacity: 1;
    }
    50% {
        color: var(--gx-text-secondary);
    }
}

/* Remove duplicate styles */
.pilot-name[b-tep344pneg] {
    color: #ddd;
}

.pilot-bib[b-tep344pneg] {
    color: var(--gx-text-secondary);
    font-size: 13px;
}

/* /Pages/Home.razor.rz.scp.css */
.timing-flow-page[b-m6hmprgv5x],
.event-selection-page[b-m6hmprgv5x] {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 128px);
    padding: 0 0.25rem;
}

.step-header[b-m6hmprgv5x] {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.step-title[b-m6hmprgv5x] {
    color: var(--gx-text-secondary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.page-content[b-m6hmprgv5x] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0 5rem;
}

.instruction-section[b-m6hmprgv5x] {
    text-align: center;
}

.instruction-text[b-m6hmprgv5x] {
    color: #b0b0b0;
    line-height: 1.6;
}

.event-selector-card[b-m6hmprgv5x] {
    background-color: #1e1e1e;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid var(--gx-border-subtle);
}

.selector-label[b-m6hmprgv5x] {
    color: var(--gx-text-secondary);
    margin-bottom: 16px;
    font-weight: 500;
}

.event-dropdown[b-m6hmprgv5x] {
    margin-top: 8px;
}

.event-item[b-m6hmprgv5x] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}

.event-name[b-m6hmprgv5x] {
    font-size: 16px;
    font-weight: 500;
}

.event-meta[b-m6hmprgv5x] {
    font-size: 12px;
    color: var(--gx-text-secondary);
}

.selected-event-display[b-m6hmprgv5x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background-color: #2a2a2a;
    border-radius: 8px;
    border: 2px solid var(--gx-primary);
}

.selected-event-content[b-m6hmprgv5x] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.selected-event-info[b-m6hmprgv5x] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.event-date[b-m6hmprgv5x] {
    color: var(--gx-text-secondary);
}

.change-button[b-m6hmprgv5x] {
    text-transform: uppercase;
    font-weight: 600;
}

.action-section[b-m6hmprgv5x] {
    margin-top: auto;
    padding-top: 24px;
}

.loading-container[b-m6hmprgv5x] {
    display: flex;
    justify-content: center;
    padding: 48px 0;
}

.context-bar[b-m6hmprgv5x] {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
}

.continue-button[b-m6hmprgv5x] {
    min-height: 56px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: auto;
}
/* /Pages/LapFeed.razor.rz.scp.css */
.placeholder-shell[b-o91qhnh3su] {
    display: grid;
    gap: 1rem;
}
/* /Pages/RaceControl.razor.rz.scp.css */
.race-control-page[b-gwhml1i10q] {
    padding: 0.5rem;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 5rem;
}

.race-control-body[b-gwhml1i10q] {
    position: relative;
    min-height: 120px;
}

.empty-state[b-gwhml1i10q] {
    background: transparent;
    margin-top: 2rem;
}

.heat-status-bar[b-gwhml1i10q] {
    position: sticky;
    top: 0;
    z-index: 10;
    background: color-mix(in srgb, var(--gx-surface) 96%, transparent);
    backdrop-filter: blur(8px);
    border-left: 5px solid var(--gx-primary);
}

.stat-caption[b-gwhml1i10q] {
    color: var(--gx-text-disabled);
    text-transform: uppercase;
    font-size: 0.65rem;
    letter-spacing: 0.4px;
}

.section-title[b-gwhml1i10q] {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.heat-actions[b-gwhml1i10q]  .mud-button {
    min-height: 56px;
    font-weight: 700;
    font-size: 1rem;
}

.timing-board-grid[b-gwhml1i10q] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    width: 100%;
}

.participant-card[b-gwhml1i10q] {
    position: relative;
    display: block;
    min-height: 200px;
    border-radius: 16px;
    border: 2px solid #ff6a00;
    background: linear-gradient(135deg, #ff6a00, #ff8c00);
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.1s ease, box-shadow 0.15s ease;
    box-shadow: 0 6px 18px rgba(255, 106, 0, 0.35);
}

.participant-card:active:not(.is-disabled)[b-gwhml1i10q] {
    transform: scale(0.97);
}

.participant-card.is-disabled[b-gwhml1i10q] {
    cursor: default;
    background: linear-gradient(135deg, var(--gx-primary-pressed), var(--gx-primary));
    border-color: var(--gx-primary-hover);
    color: var(--gx-text-disabled);
}

.participant-card.is-registered[b-gwhml1i10q] {
    box-shadow: 0 0 0 3px #4caf50, 0 6px 18px rgba(76, 175, 80, 0.45);
}

.participant-card.is-duplicate[b-gwhml1i10q] {
    box-shadow: 0 0 0 3px #ffc107, 0 6px 18px rgba(255, 193, 7, 0.45);
}

.participant-number[b-gwhml1i10q] {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 6px;
}

.participant-name[b-gwhml1i10q] {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 4px;
    word-break: break-word;
}

.participant-transponder[b-gwhml1i10q] {
    font-size: 14px;
    color: color-mix(in srgb, var(--gx-text-primary) 90%, transparent);
    margin-bottom: 6px;
}

.participant-laps[b-gwhml1i10q] {
    margin-top: 8px;
    font-size: 20px;
}

.participant-lap-stats[b-gwhml1i10q] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 10px;
    font-size: 14px;
    color: color-mix(in srgb, var(--gx-text-primary) 95%, transparent);
}

.participant-hint[b-gwhml1i10q] {
    margin-top: 12px;
    font-size: 12px;
    color: color-mix(in srgb, var(--gx-text-primary) 90%, transparent);
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.participant-processing[b-gwhml1i10q] {
    margin-top: 12px;
    font-size: 14px;
}

.undo-overlay[b-gwhml1i10q] {
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    padding: 12px;
}

.undo-button[b-gwhml1i10q] {
    min-height: 56px;
    min-width: 80%;
    border: none;
    border-radius: 12px;
    background: #ffc107;
    color: #1a1a1a;
    font-weight: 900;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 12px 16px;
}

.compact-leaderboard[b-gwhml1i10q] {
    background: var(--gx-card);
    border: 1px solid var(--gx-border-subtle);
}

.compact-leaderboard-row[b-gwhml1i10q] {
    flex-wrap: wrap;
}

.compact-leader-chip[b-gwhml1i10q] {
    font-weight: 700 !important;
}

@media (max-width: 600px) {
    .race-control-page[b-gwhml1i10q] {
        padding: 0.35rem;
    }

    .participant-card[b-gwhml1i10q] {
        min-height: 180px;
    }
}
/* /Pages/SelectEventHeat.razor.rz.scp.css */
.select-event-heat-shell[b-b74riqxsqk] {
    display: grid;
    gap: 1rem;
}
/* /Pages/SelectHeat.razor.rz.scp.css */
.heat-selection-page[b-pgmfn8d6oj] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 128px);
}

.step-header[b-pgmfn8d6oj] {
    padding: 16px 0;
    border-bottom: 1px solid var(--gx-border-subtle);
}

.step-title[b-pgmfn8d6oj] {
    color: var(--gx-text-secondary);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.event-info-bar[b-pgmfn8d6oj] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid var(--gx-border-subtle);
}

.back-button[b-pgmfn8d6oj] {
    color: #fff;
}

.event-display[b-pgmfn8d6oj] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.event-details[b-pgmfn8d6oj] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.change-link[b-pgmfn8d6oj] {
    padding: 0;
    min-width: auto;
    text-transform: uppercase;
    font-size: 12px;
}

.page-content[b-pgmfn8d6oj] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 0;
}

.instruction-section[b-pgmfn8d6oj] {
    text-align: center;
}

.instruction-text[b-pgmfn8d6oj] {
    color: #b0b0b0;
    line-height: 1.6;
}

.loading-container[b-pgmfn8d6oj] {
    display: flex;
    justify-content: center;
    padding: 60px 0;
}

.empty-state[b-pgmfn8d6oj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 60px 20px;
}

.empty-text[b-pgmfn8d6oj] {
    color: var(--gx-text-secondary);
    text-align: center;
}

.heat-selector-section[b-pgmfn8d6oj] {
    flex: 1;
}

.selector-label[b-pgmfn8d6oj] {
    color: var(--gx-text-secondary);
    margin-bottom: 16px;
    font-weight: 500;
}

.heat-tabs-container[b-pgmfn8d6oj] {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 8px 0;
    -webkit-overflow-scrolling: touch;
}

.heat-tab[b-pgmfn8d6oj] {
    flex-shrink: 0;
    min-width: 120px;
    padding: 16px 24px;
    background-color: #1e1e1e;
    border: 2px solid var(--gx-border-subtle);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.heat-tab:active[b-pgmfn8d6oj] {
    transform: scale(0.97);
}

.heat-tab.selected[b-pgmfn8d6oj] {
    background-color: var(--gx-primary);
    border-color: var(--gx-primary);
}

.heat-name[b-pgmfn8d6oj] {
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
}

.action-section[b-pgmfn8d6oj] {
    margin-top: auto;
    padding-top: 24px;
}

.continue-button[b-pgmfn8d6oj] {
    height: 56px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
/* /Pages/Settings.razor.rz.scp.css */
.settings-page[b-ehqhwxlg3g] {
    padding: 1rem;
    max-width: 800px;
    margin: 0 auto;
}

.settings-section[b-ehqhwxlg3g] {
    background: rgba(255, 255, 255, 0.03);
}
/* /Shared/MobileNavBar.razor.rz.scp.css */
.mobile-navbar[b-viwlxj62c3] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 72px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1000;
    padding: 0 8px;
}

.mobile-nav-item[b-viwlxj62c3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    cursor: pointer;
    padding: 8px;
    transition: color var(--gx-transition), transform var(--gx-transition);
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.mobile-nav-item:active[b-viwlxj62c3] {
    transform: scale(0.95);
}

.mobile-nav-item .mud-icon-root[b-viwlxj62c3] {
    margin-bottom: 4px;
}

.nav-label[b-viwlxj62c3] {
    font-size: 11px;
    font-weight: 500;
    text-align: center;
}
