/* _content/Shiftex.iRacing.Webapp/Components/Layout/Footer.razor.rz.scp.css */
/* _content/Shiftex.iRacing.Webapp/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-fsl2ny0n03] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-fsl2ny0n03] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Shiftex.iRacing.Webapp/Components/Layout/MainNavBar.razor.rz.scp.css */
/* _content/Shiftex.iRacing.Webapp/Components/Layout/StatisticLayout.razor.rz.scp.css */
/* _content/Shiftex.iRacing.Webapp/Components/Pages/Home.razor.rz.scp.css */
/* Blazor Error UI */
#blazor-error-ui[b-mrkl21q2lm] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-mrkl21q2lm] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* Hauptcontainer */
main[b-mrkl21q2lm] {
    background-color: #495057 !important;
}

/* Countdown Card */
.countdown-card[b-mrkl21q2lm] {
    border-left: 5px solid #dc3545;
    background-color: #2c3034 !important;
}

.countdown-card .text-danger[b-mrkl21q2lm] {
    color: #dc3545 !important;
}

/* Tabs - Vollständig angepasst */
.nav-tabs[b-mrkl21q2lm] {
    border-bottom: 1px solid #dc3545 !important;
}

.nav-tabs .nav-link[b-mrkl21q2lm] {
    color: #f70800 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0.75rem 1.25rem !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    margin-right: 0.5rem !important;
}

.nav-tabs .nav-link:hover[b-mrkl21q2lm] {
    color: #fff !important;
    background-color: rgba(247, 8, 0, 0.1) !important;
}

.nav-tabs .nav-link.active[b-mrkl21q2lm] {
    color: #fff !important;
    background-color: transparent !important;
    border-bottom: 3px solid #dc3545 !important;
}

.nav-tabs .nav-item[b-mrkl21q2lm] {
    margin-bottom: -1px !important;
}

/* Tab Content */
.tab-content[b-mrkl21q2lm] {
    background-color: #2c3034 !important;
    border-radius: 0 0 0.375rem 0.375rem !important;
}

/* Race Cards */
.race-card[b-mrkl21q2lm] {
    transition: all 0.3s ease;
    border-left: 3px solid #dc3545 !important;
    background-color: #2c3034 !important;
}

.race-card:hover[b-mrkl21q2lm] {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Team Member Cards */
.team-member-card[b-mrkl21q2lm] {
    transition: all 0.3s ease;
    background-color: #2c3034 !important;
    border-left: 3px solid #dc3545 !important;
}

.team-member-card:hover[b-mrkl21q2lm] {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.team-member-card .text-danger[b-mrkl21q2lm] {
    color: #dc3545 !important;
}

/* Result Cards */
.race-result-card[b-mrkl21q2lm] {
    transition: all 0.3s ease;
    border-top: 3px solid #dc3545 !important;
    background-color: #2c3034 !important;
}

.race-result-card:hover[b-mrkl21q2lm] {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Stat Cards */
.stat-card[b-mrkl21q2lm] {
    transition: transform 0.3s ease;
    background-color: #2c3034 !important;
}

.stat-card:hover[b-mrkl21q2lm] {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Tables */
.table-dark[b-mrkl21q2lm] {
    --bs-table-bg: #2c3034;
    --bs-table-striped-bg: #343a40;
    --bs-table-hover-bg: #3d434a;
}

/* Custom Colors */
.bg-darker[b-mrkl21q2lm] {
    background-color: #2c3034 !important;
}

.text-danger[b-mrkl21q2lm] {
    color: #dc3545 !important;
}

.text-danger-gradient[b-mrkl21q2lm] {
    background: linear-gradient(45deg, #dc3545, #bb2d3b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Bewerbungs-Button */
.btn-danger[b-mrkl21q2lm] {
    transition: all 0.3s ease;
    background: linear-gradient(45deg, #dc3545, #bb2d3b) !important;
    border: 1px solid #ff6b6b !important;
    color: white !important;
    font-weight: bold !important;
}

.btn-danger:hover[b-mrkl21q2lm] {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 15px rgba(220,53,69,0.4);
    color: white !important;
}

.btn-outline-danger[b-mrkl21q2lm] {
    color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-outline-danger:hover[b-mrkl21q2lm] {
    background-color: #dc3545 !important;
    color: white !important;
}

/* Badges */
.badge.bg-danger[b-mrkl21q2lm] {
    background-color: #dc3545 !important;
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
    .btn-danger span[b-mrkl21q2lm] {
        display: none;
    }
    
    .btn-danger[b-mrkl21q2lm] {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .btn-danger i[b-mrkl21q2lm] {
        margin: 0 !important;
        font-size: 1.25rem;
    }
    
    .nav-tabs .nav-link[b-mrkl21q2lm] {
        padding: 0.5rem 0.75rem !important;
        font-size: 0.9rem;
    }
}

/* Zusätzliche Hilfsklassen */
.text-red[b-mrkl21q2lm] {
    color: #f70800 !important;
}

.border-red[b-mrkl21q2lm] {
    border-color: #f70800 !important;
}

/* Parallax-Effekte */
.parallax-hero[b-mrkl21q2lm] {
    position: relative;
    overflow: hidden;
}

.parallax-bg[b-mrkl21q2lm] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
/* _content/Shiftex.iRacing.Webapp/Components/Pages/Stats/StatsDashboard.razor.rz.scp.css */
/* Haupt-Container */
.stats-main-container[b-rcqfz996bi] {
    background-color: #495057;
    min-height: 100vh;
}

.stats-content-container[b-rcqfz996bi] {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Header */
.dashboard-header[b-rcqfz996bi] {
    margin-bottom: 2rem;
    position: relative;
}

.dashboard-header h1[b-rcqfz996bi] {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    background: linear-gradient(to right, #dc3545, #ff6b6b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-accent[b-rcqfz996bi] {
    height: 4px;
    width: 60px;
    background: #dc3545;
    border-radius: 2px;
}

/* Statistik-Karten */
.stats-grid[b-rcqfz996bi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.stat-card[b-rcqfz996bi] {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border-left: 4px solid #dc3545;
    cursor: pointer;
}

.stat-card:hover[b-rcqfz996bi] {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.stat-card[b-rcqfz996bi]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #dc3545;
}

.stat-value[b-rcqfz996bi] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 0.5rem;
}

.stat-label[b-rcqfz996bi] {
    font-size: 0.9rem;
    color: #adb5bd;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.stat-icon[b-rcqfz996bi] {
    font-size: 1.8rem;
    color: #dc3545;
    opacity: 0.3;
}
/* Tabs - Vollständig angepasst */
.nav-tabs[b-rcqfz996bi] {
    border-bottom: 1px solid #dc3545 !important;
}

.nav-tabs .nav-link[b-rcqfz996bi] {
    color: #f70800 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0.75rem 1.25rem !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    margin-right: 0.5rem !important;
}

.nav-tabs .nav-link:hover[b-rcqfz996bi] {
    color: #fff !important;
    background-color: rgba(247, 8, 0, 0.1) !important;
}

.nav-tabs .nav-link.active[b-rcqfz996bi] {
    color: #fff !important;
    background-color: transparent !important;
    border-bottom: 3px solid #dc3545 !important;
}

.nav-tabs .nav-item[b-rcqfz996bi] {
    margin-bottom: -1px !important;
}

/* Animationen für Karten */
.pulse-circle[b-rcqfz996bi] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 12px;
    pointer-events: none;
    opacity: 0;
}

.stat-card:active .pulse-circle[b-rcqfz996bi] {
    animation: pulse-b-rcqfz996bi 0.5s ease-out;
}

@keyframes pulse-b-rcqfz996bi {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
        opacity: 0.7;
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
        opacity: 0;
    }
}

/* Fahrer-Sektion */
.drivers-section[b-rcqfz996bi] {
    margin-top: 3rem;
}

.section-title[b-rcqfz996bi] {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #f8f9fa;
    position: relative;
    display: inline-block;
}

.section-accent[b-rcqfz996bi] {
    height: 3px;
    width: 40px;
    background: #dc3545;
    border-radius: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
}

/* Fahrer-Karten */
.drivers-grid[b-rcqfz996bi] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.driver-card[b-rcqfz996bi] {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #dc3545;
    position: relative;
    overflow: hidden;
}

.driver-card:hover[b-rcqfz996bi] {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.2);
}

.driver-card.expanded[b-rcqfz996bi] {
    background: #2a2a2a;
}

.driver-header[b-rcqfz996bi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.driver-header h3[b-rcqfz996bi] {
    font-size: 1.2rem;
    margin: 0;
    color: #f8f9fa;
}

.driver-rating[b-rcqfz996bi] {
    text-align: right;
}

.rating-value[b-rcqfz996bi] {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #dc3545;
}

.rating-label[b-rcqfz996bi] {
    font-size: 0.8rem;
    color: #adb5bd;
    text-transform: uppercase;
}

.driver-details[b-rcqfz996bi] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}

.driver-card.expanded .driver-details[b-rcqfz996bi] {
    max-height: 300px;
    opacity: 1;
}

.detail-row[b-rcqfz996bi] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.detail-item[b-rcqfz996bi] {
    flex: 1;
}

.detail-label[b-rcqfz996bi] {
    display: block;
    font-size: 0.8rem;
    color: #adb5bd;
}

.detail-value[b-rcqfz996bi] {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
}

.detail-value.win[b-rcqfz996bi] {
    color: #28a745;
}

.detail-value.warning[b-rcqfz996bi] {
    color: #ffc107;
}

/* Ripple-Effekt für Karten */
.ripple-effect[b-rcqfz996bi] {
    position: absolute;
    border-radius: 50%;
    background-color: rgba(220, 53, 69, 0.3);
    transform: scale(0);
    animation: ripple-b-rcqfz996bi 0.6s linear;
    pointer-events: none;
    opacity: 0;
}

@keyframes ripple-b-rcqfz996bi {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* License Plates */
.license-badge[b-rcqfz996bi] {
    display: inline-block;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

.license-badge.a[b-rcqfz996bi] { background-color: #0b3ee7; color: white; }
.license-badge.b[b-rcqfz996bi] { background-color: #14af2e; color: white; }
.license-badge.c[b-rcqfz996bi] { background-color: #ffc107; color: #212529; }
.license-badge.d[b-rcqfz996bi] { background-color: #fd9014; color: white; }
.license-badge.r[b-rcqfz996bi] { background-color: #dc3545; color: white; }

/* Responsive Anpassungen */
@media (max-width: 768px) {
    .stats-grid[b-rcqfz996bi] {
        grid-template-columns: 1fr 1fr;
    }
    
    .drivers-grid[b-rcqfz996bi] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .stats-grid[b-rcqfz996bi] {
        grid-template-columns: 1fr;
    }
    
    .stat-card[b-rcqfz996bi] {
        padding: 1.2rem;
    }
    
    .stat-value[b-rcqfz996bi] {
        font-size: 2rem;
    }
}

/* Lade-Indikator */
.loading-indicator[b-rcqfz996bi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    gap: 1rem;
}

.spinner[b-rcqfz996bi] {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(220, 53, 69, 0.1);
    border-top: 4px solid #dc3545;
    border-radius: 50%;
    animation: spin-b-rcqfz996bi 1s linear infinite;
}

@keyframes spin-b-rcqfz996bi {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* _content/Shiftex.iRacing.Webapp/Components/Pages/UeberUns.razor.rz.scp.css */
/* Blazor Error UI */
#blazor-error-ui[b-x9bpp6x113] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-x9bpp6x113] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* Hauptcontainer */
main[b-x9bpp6x113] {
    background-color: #495057 !important;
}

/* Countdown Card */
.countdown-card[b-x9bpp6x113] {
    border-left: 5px solid #dc3545;
    background-color: #2c3034 !important;
}

.countdown-card .text-danger[b-x9bpp6x113] {
    color: #dc3545 !important;
}

/* Tabs - Vollständig angepasst */
.nav-tabs[b-x9bpp6x113] {
    border-bottom: 1px solid #dc3545 !important;
}

.nav-tabs .nav-link[b-x9bpp6x113] {
    color: #f70800 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0.75rem 1.25rem !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    margin-right: 0.5rem !important;
}

.nav-tabs .nav-link:hover[b-x9bpp6x113] {
    color: #fff !important;
    background-color: rgba(247, 8, 0, 0.1) !important;
}

.nav-tabs .nav-link.active[b-x9bpp6x113] {
    color: #fff !important;
    background-color: transparent !important;
    border-bottom: 3px solid #dc3545 !important;
}

.nav-tabs .nav-item[b-x9bpp6x113] {
    margin-bottom: -1px !important;
}

/* Tab Content */
.tab-content[b-x9bpp6x113] {
    background-color: #2c3034 !important;
    border-radius: 0 0 0.375rem 0.375rem !important;
}

/* Race Cards */
.race-card[b-x9bpp6x113] {
    transition: all 0.3s ease;
    border-left: 3px solid #dc3545 !important;
    background-color: #2c3034 !important;
}

.race-card:hover[b-x9bpp6x113] {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Team Member Cards */
.team-member-card[b-x9bpp6x113] {
    transition: all 0.3s ease;
    background-color: #2c3034 !important;
    border-left: 3px solid #dc3545 !important;
}

.team-member-card:hover[b-x9bpp6x113] {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.team-member-card .text-danger[b-x9bpp6x113] {
    color: #dc3545 !important;
}

/* Result Cards */
.race-result-card[b-x9bpp6x113] {
    transition: all 0.3s ease;
    border-top: 3px solid #dc3545 !important;
    background-color: #2c3034 !important;
}

.race-result-card:hover[b-x9bpp6x113] {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Stat Cards */
.stat-card[b-x9bpp6x113] {
    transition: transform 0.3s ease;
    background-color: #2c3034 !important;
}

.stat-card:hover[b-x9bpp6x113] {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Tables */
.table-dark[b-x9bpp6x113] {
    --bs-table-bg: #2c3034;
    --bs-table-striped-bg: #343a40;
    --bs-table-hover-bg: #3d434a;
}

/* Custom Colors */
.bg-darker[b-x9bpp6x113] {
    background-color: #2c3034 !important;
}

.text-danger[b-x9bpp6x113] {
    color: #dc3545 !important;
}

.text-danger-gradient[b-x9bpp6x113] {
    background: linear-gradient(45deg, #dc3545, #bb2d3b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Bewerbungs-Button */
.btn-danger[b-x9bpp6x113] {
    transition: all 0.3s ease;
    background: linear-gradient(45deg, #dc3545, #bb2d3b) !important;
    border: 1px solid #ff6b6b !important;
    color: white !important;
    font-weight: bold !important;
}

.btn-danger:hover[b-x9bpp6x113] {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 15px rgba(220,53,69,0.4);
    color: white !important;
}

.btn-outline-danger[b-x9bpp6x113] {
    color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-outline-danger:hover[b-x9bpp6x113] {
    background-color: #dc3545 !important;
    color: white !important;
}

/* Badges */
.badge.bg-danger[b-x9bpp6x113] {
    background-color: #dc3545 !important;
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
    .btn-danger span[b-x9bpp6x113] {
        display: none;
    }
    
    .btn-danger[b-x9bpp6x113] {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .btn-danger i[b-x9bpp6x113] {
        margin: 0 !important;
        font-size: 1.25rem;
    }
    
    .nav-tabs .nav-link[b-x9bpp6x113] {
        padding: 0.5rem 0.75rem !important;
        font-size: 0.9rem;
    }
}

/* Zusätzliche Hilfsklassen */
.text-red[b-x9bpp6x113] {
    color: #f70800 !important;
}

.border-red[b-x9bpp6x113] {
    border-color: #f70800 !important;
}

/* Parallax-Effekte */
.parallax-hero[b-x9bpp6x113] {
    position: relative;
    overflow: hidden;
}

.parallax-bg[b-x9bpp6x113] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
