/* /Pages/Admin/AdminDriverList.razor.rz.scp.css */
.driver-card[b-0c3zfvxg5e] {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.driver-card:hover[b-0c3zfvxg5e] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
/* /Pages/Admin/ScraperControl.razor.rz.scp.css */
.track-card[b-yn9fz47zc0] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.monitoring-enabled[b-yn9fz47zc0] {
    border-left: 4px solid var(--mud-palette-success);
}

.monitoring-disabled[b-yn9fz47zc0] {
    border-left: 4px solid var(--mud-palette-text-disabled);
    opacity: 0.85;
}
/* /Pages/DriverProfile.razor.rz.scp.css */
.hero-header[b-36zjiaqvzx] {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--mud-palette-surface);
    transition: all 0.3s ease;
    padding: 24px;
}

.hero-header.scrolled[b-36zjiaqvzx] {
    padding: 12px 24px;
    box-shadow: var(--mud-elevation-4);
}

.hero-header.scrolled .hero-title[b-36zjiaqvzx] {
    font-size: 1.5rem;
}

.hero-header .hero-title[b-36zjiaqvzx] {
    font-size: 2.5rem;
    transition: font-size 0.3s ease;
    margin: 0;
}

.hero-stats[b-36zjiaqvzx] {
    opacity: 1;
    max-height: 50px;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

.hero-header.scrolled .hero-stats[b-36zjiaqvzx] {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}
/* /Pages/PracticeDetail.razor.rz.scp.css */
/* Stat card colors */
.stat-card-laps[b-bpl2t5sdkn] {
    background-color: var(--mud-palette-primary);
    color: white;
}

.stat-card-best[b-bpl2t5sdkn] {
    background-color: var(--mud-palette-success);
    color: white;
}

.stat-card-avg[b-bpl2t5sdkn] {
    background-color: var(--mud-palette-secondary);
    color: white;
}

.stat-card-consistency[b-bpl2t5sdkn] {
    background-color: var(--mud-palette-info);
    color: white;
}

.stat-card-stddev[b-bpl2t5sdkn] {
    background-color: var(--mud-palette-warning);
    color: white;
}

/* Lap table styling */
.lap-time[b-bpl2t5sdkn] {
    font-family: 'Courier New', monospace;
    font-size: 1.1em;
    font-weight: 500;
}

.delta-positive[b-bpl2t5sdkn] {
    color: var(--mud-palette-error);
    font-family: 'Courier New', monospace;
}

.delta-zero[b-bpl2t5sdkn] {
    color: var(--mud-palette-success);
    font-weight: bold;
}

/* Fastest lap row highlight */
[b-bpl2t5sdkn] .mud-table-row.fastest-lap {
    background-color: rgba(var(--mud-palette-success-rgb), 0.1);
}

/* Chart container */
.chart-container[b-bpl2t5sdkn] {
    width: 100%;
    min-height: 350px;
    margin-bottom: 1rem;
}

/* ApexCharts overrides for consistent styling */
[b-bpl2t5sdkn] .apexcharts-toolbar {
    z-index: 10;
}

[b-bpl2t5sdkn] .apexcharts-tooltip {
    background: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-divider);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

[b-bpl2t5sdkn] .apexcharts-tooltip-title {
    background: var(--mud-palette-primary);
    color: white;
    border-bottom: 1px solid var(--mud-palette-divider);
}

/* Responsive chart sizing */
@media (max-width: 960px) {
    .chart-container[b-bpl2t5sdkn] {
        min-height: 300px;
    }
}

@media (max-width: 600px) {
    .chart-container[b-bpl2t5sdkn] {
        min-height: 250px;
    }
}

/* Filter controls section */
.filter-controls[b-bpl2t5sdkn] {
    width: 100%;
}

.filter-controls .mud-slider[b-bpl2t5sdkn] {
    margin-top: 1rem;
}

/* Filter preview text */
.filter-preview[b-bpl2t5sdkn] {
    font-size: 0.875rem;
    color: var(--mud-palette-text-secondary);
    margin-top: 0.5rem;
}

/* Filter badge styling */
[b-bpl2t5sdkn] .mud-chip.filter-badge {
    margin-top: 0.5rem;
}

/* Button spacing */
.filter-controls .d-flex.gap-2[b-bpl2t5sdkn] {
    gap: 0.5rem;
}

/* Disabled slider styling */
[b-bpl2t5sdkn] .mud-slider.mud-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Responsive adjustments */
@media (max-width: 960px) {
    .filter-controls .mud-slider[b-bpl2t5sdkn] {
        margin-top: 0.5rem;
    }
}
/* /Pages/PracticeSessionComparison.razor.rz.scp.css */
/* Chart container */
.chart-container[b-75t50qb66m] {
    width: 100%;
    min-height: 400px;
    margin-bottom: 1rem;
}

/* Session input fields */
[b-75t50qb66m] .mud-input-outlined {
    margin-bottom: 0.5rem;
}

/* Lap time cells */
.lap-time[b-75t50qb66m] {
    font-family: 'Courier New', monospace;
    font-size: 1.05em;
    font-weight: 500;
}

/* Session stat cards */
[b-75t50qb66m] .mud-card {
    height: 100%;
}

[b-75t50qb66m] .mud-card-content {
    padding: 1rem;
}

/* Button spacing */
.d-flex.gap-2[b-75t50qb66m] {
    gap: 0.5rem;
}

/* Filter section */
[b-75t50qb66m] .mud-slider {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

/* Comparison table styling */
[b-75t50qb66m] .mud-table-cell {
    padding: 0.75rem;
}

[b-75t50qb66m] .mud-table-head .mud-table-cell {
    font-weight: 600;
    background-color: var(--mud-palette-background-grey);
}

/* Responsive adjustments */
@media (max-width: 960px) {
    .chart-container[b-75t50qb66m] {
        min-height: 300px;
    }

    [b-75t50qb66m] .mud-table {
        font-size: 0.875rem;
    }
}

@media (max-width: 600px) {
    .chart-container[b-75t50qb66m] {
        min-height: 250px;
    }

    .lap-time[b-75t50qb66m] {
        font-size: 0.95em;
    }
}
/* /Pages/RaceDetail.razor.rz.scp.css */
/* Stat card colors */
.stat-card-races[b-a68j5x8xfx] {
    background-color: var(--mud-palette-primary);
    color: white;
}

.stat-card-heats[b-a68j5x8xfx] {
    background-color: var(--mud-palette-secondary);
    color: white;
}

.stat-card-position[b-a68j5x8xfx] {
    background-color: var(--mud-palette-success);
    color: white;
}

.stat-card-podiums[b-a68j5x8xfx] {
    background-color: var(--mud-palette-info);
    color: white;
}

/* Podium position badges */
.podium-position-1[b-a68j5x8xfx] {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%) !important;
    color: white !important;
    font-weight: bold;
}

.podium-position-2[b-a68j5x8xfx] {
    background: linear-gradient(135deg, #C0C0C0 0%, #A8A8A8 100%) !important;
    color: white !important;
    font-weight: bold;
}

.podium-position-3[b-a68j5x8xfx] {
    background: linear-gradient(135deg, #CD7F32 0%, #B8722C 100%) !important;
    color: white !important;
    font-weight: bold;
}

/* Heat card styling */
[b-a68j5x8xfx] .mud-expand-panel {
    transition: box-shadow 0.3s ease;
}

[b-a68j5x8xfx] .mud-expand-panel:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

[b-a68j5x8xfx] .mud-expand-panel-header {
    padding: 12px 16px;
}

[b-a68j5x8xfx] .mud-expand-panel-content {
    padding: 16px;
}

/* Lap breakdown table */
.lap-table .lap-time[b-a68j5x8xfx] {
    font-family: 'Courier New', monospace;
    font-weight: 500;
}

.fastest-lap-row[b-a68j5x8xfx] {
    background-color: rgba(76, 175, 80, 0.1) !important;
    font-weight: 600;
}

.fastest-lap-row .lap-time[b-a68j5x8xfx] {
    color: var(--mud-palette-success);
}

/* Position change arrows */
.position-up-arrow[b-a68j5x8xfx]::after {
    content: "↑";
    color: var(--mud-palette-success);
    font-weight: bold;
    margin-left: 4px;
}

.position-down-arrow[b-a68j5x8xfx]::after {
    content: "↓";
    color: var(--mud-palette-error);
    font-weight: bold;
    margin-left: 4px;
}

/* Chart container - responsive sizing */
.chart-container[b-a68j5x8xfx] {
    height: 350px;
    width: 100%;
}

@media (max-width: 960px) {
    .chart-container[b-a68j5x8xfx] {
        height: 300px;
    }
}

/* ApexCharts tooltip styling (MudBlazor theme integration) */
[b-a68j5x8xfx] .apexcharts-tooltip-custom {
    background: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-divider);
    border-radius: 4px;
    padding: 8px 12px;
    color: var(--mud-palette-text-primary);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* Responsive adjustments for mobile */
@media (max-width: 600px) {
    .stat-card-races[b-a68j5x8xfx],
    .stat-card-heats[b-a68j5x8xfx],
    .stat-card-position[b-a68j5x8xfx],
    .stat-card-podiums[b-a68j5x8xfx] {
        padding: 8px;
    }

    [b-a68j5x8xfx] .mud-expand-panel-header {
        padding: 8px 12px;
    }

    [b-a68j5x8xfx] .mud-expand-panel-content {
        padding: 12px;
    }

    .chart-container[b-a68j5x8xfx] {
        height: 250px;
    }
}
/* /Shared/Dialogs/HeadToHeadDialog.razor.rz.scp.css */
/* Stat comparison cards */
.stat-comparison-card[b-1lgypb5rim] {
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stat-comparison-card .d-flex[b-1lgypb5rim] {
    margin-top: 4px;
}

/* Winner trophy icon styling */
.mud-icon.mud-icon-size-small.mud-warning-text[b-1lgypb5rim] {
    animation: trophy-pulse-b-1lgypb5rim 2s ease-in-out infinite;
}

@keyframes trophy-pulse-b-1lgypb5rim {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* Chart container */
.chart-container[b-1lgypb5rim] {
    height: 350px;
    width: 100%;
    margin-top: 16px;
}

@media (max-width: 600px) {
    .chart-container[b-1lgypb5rim] { height: 250px; }
    .stat-comparison-card[b-1lgypb5rim] { min-height: 60px; }
}

/* Rival picker list items */
.mud-list-item:hover[b-1lgypb5rim] {
    background-color: rgba(0, 0, 0, 0.04);
    cursor: pointer;
}
