@import '_content/LapTime.Shared.UI/LapTime.Shared.UI.nkd46qufew.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';

/* _content/LapTime.Web/Components/Components/Features/LiveTime/CompanyEventCard/CompanyEventCard.razor.rz.scp.css */
.lt-event-card[b-1th6h2i6gb] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid hsl(210, 15%, 88%);
    border-radius: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lt-event-card:hover[b-1th6h2i6gb] {
    transform: translateY(-4px) scale(1.01);
    border-color: hsla(215, 70%, 50%, 0.3);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

/*.lt-event-card:hover .lt-company-logo {
    box-shadow: 0 0 0 3px hsla(215, 70%, 50%, 0.2);
}*/

.lt-event-card:hover .lt-event-name[b-1th6h2i6gb] {
    color: hsl(215, 70%, 50%);
}

.lt-event-left[b-1th6h2i6gb] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex: 1;
    min-width: 0;
}

.lt-company-logo[b-1th6h2i6gb] {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.75rem;
    background: hsl(210, 15%, 93%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: hsl(215, 70%, 50%);
    transition: all 0.3s;
}

/*.lt-event-card:hover .lt-company-logo {
    box-shadow: 0 0 0 3px hsla(215, 70%, 50%, 0.2);
}*/

.lt-company-logo img[b-1th6h2i6gb] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lt-event-info[b-1th6h2i6gb] {
    flex: 1;
    min-width: 0;
}

.lt-event-name[b-1th6h2i6gb] {
    font-size: 1.1rem;
    font-weight: 600;
    color: hsl(220, 20%, 20%);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s;
}

.lt-event-meta[b-1th6h2i6gb] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.75rem;
    font-size: 0.8rem;
    color: hsl(220, 10%, 45%);
}

.lt-event-right[b-1th6h2i6gb] {
    flex-shrink: 0;
}

.lt-live-badge[b-1th6h2i6gb] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    background: linear-gradient(135deg, hsl(0, 70%, 55%), hsl(0, 60%, 48%));
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 9999px;
}

.lt-live-badge[b-1th6h2i6gb]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 9999px;
    background: hsl(0, 70%, 55%);
    opacity: 0.3;
    animation: lt-ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.lt-live-dot[b-1th6h2i6gb] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: white;
    animation: lt-pulse 2s ease-in-out infinite;
}
/* _content/LapTime.Web/Components/Components/Features/LiveTime/Layout/LiveTimeRace.razor.rz.scp.css */
.lt-live-race[b-epu27f6fc9] {
    width: 100%;
}

.lt-live-race button[b-epu27f6fc9] {
    font-family: 'Rajdhani', 'Exo 2', system-ui, sans-serif;
}

.lt-racing-buttons[b-epu27f6fc9] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.lt-focus-top-row .lt-racing-buttons[b-epu27f6fc9] {
    gap: 0.5rem;
}

.lt-focus-top-row .lt-focus-btn-active[b-epu27f6fc9] {
    min-height: 2rem;
    padding: 0.35rem 0.65rem;
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.72);
    box-shadow: none;
    font-size: 0.75rem;
}

.lt-focus-top-row .lt-focus-btn-active svg[b-epu27f6fc9] {
    width: 1rem;
    height: 1rem;
}

.lt-focus-icon-btn[b-epu27f6fc9] {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
    padding: 0;
    justify-content: center;
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: none;
}

.lt-focus-icon-btn svg[b-epu27f6fc9] {
    width: 1rem;
    height: 1rem;
    stroke: currentColor;
}

.lt-focus-icon-btn.lt-theme-sun-icon[b-epu27f6fc9] {
    color: #facc15;
    background: rgba(250, 204, 21, 0.12);
    border-color: rgba(250, 204, 21, 0.28);
}

.lt-focus-icon-btn.lt-theme-moon-icon[b-epu27f6fc9] {
    color: #60a5fa;
    background: rgba(96, 165, 250, 0.12);
    border-color: rgba(96, 165, 250, 0.28);
}

.lt-flag-overlay[b-epu27f6fc9] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(8px);
    animation: lt-fade-in-b-epu27f6fc9 0.4s ease;
}

.lt-flag-animate[b-epu27f6fc9] {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
    filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.5));
    animation: lt-flag-pop-b-epu27f6fc9 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.lt-flag-animate.lt-logo-animate[b-epu27f6fc9] {
    max-width: min(200px, 45vw) !important;
    max-height: min(200px, 45vh) !important;
}

@keyframes lt-fade-in-b-epu27f6fc9 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes lt-flag-pop-b-epu27f6fc9 {
    0% {
        transform: scale(0.5) rotate(-15deg);
        opacity: 0;
    }

    20% {
        transform: scale(1.1) rotate(5deg);
        opacity: 1;
    }

    40% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }

    80% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: scale(0.8) translateY(-40px);
        opacity: 0;
    }
}

.lt-timer-display svg[b-epu27f6fc9] {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    color: #E40E18;
}

.lt-racing-flag-icon[b-epu27f6fc9] {
    font-size: 30px;
    margin-left: 0;
    line-height: 1;
    vertical-align: middle;
}

.lt-focus-top-row .lt-timer-display[b-epu27f6fc9],
.lt-focus-top-row .lt-timer-content[b-epu27f6fc9] {
    display: flex;
    align-items: center;
}

.lt-focus-top-row[b-epu27f6fc9] {
    display: flex;
    gap: 1rem;
    position: relative;
    width: 100%;
    align-items: stretch;
    padding: 0 !important;
}

.lt-focus-top-row .lt-timer-display[b-epu27f6fc9] {
    flex: 0 0 22rem;
    min-width: 22rem;
    max-width: 22rem;
    width: 22rem;
    justify-content: center;
    overflow: visible;
    contain: layout;
}

.lt-focus-top-row .lt-racing-buttons[b-epu27f6fc9] {
    position: absolute;
    right: 0;
    top: calc(-2rem - 0.5rem);
    z-index: 5;
}

.lt-focus-top-row .lt-racing-list[b-epu27f6fc9],
.lt-focus-top-row .fastest-competitor-ctn[b-epu27f6fc9] {
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    align-self: stretch;
}

.lt-focus-top-row[b-epu27f6fc9]  .lt-racing-card,
.lt-focus-top-row[b-epu27f6fc9]  .lt-fastest-card {
    width: 100% !important;
    height: 100% !important;
    min-height: 4.4rem !important;
    margin: 0 !important;
    padding: 0.65rem 1rem !important;
    box-sizing: border-box !important;
    border-radius: 1rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
}

.lt-focus-top-row[b-epu27f6fc9]  .lt-racing-left,
.lt-focus-top-row[b-epu27f6fc9]  .lt-fastest-left {
    min-width: 0;
    flex: 1 1 auto;
}

.lt-focus-top-row[b-epu27f6fc9]  .lt-racing-type-badge,
.lt-focus-top-row[b-epu27f6fc9]  .lt-trophy {
    width: 3rem !important;
    height: 3rem !important;
    min-width: 3rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.35rem !important;
    line-height: 1 !important;
}

.lt-focus-top-row[b-epu27f6fc9]  .lt-company-logo {
    width: 3.5rem !important;
    height: 3.5rem !important;
    min-width: 3rem !important;
}

.lt-focus-top-row[b-epu27f6fc9]  .lt-racing-info h3,
.lt-focus-top-row[b-epu27f6fc9]  .lt-racing-name-big,
.lt-focus-top-row[b-epu27f6fc9]  .lt-fastest-card h4,
.lt-focus-top-row[b-epu27f6fc9]  .lt-fastest-driver {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lt-focus-top-row .lt-timer-content[b-epu27f6fc9] {
    justify-content: center;
    gap: 0.2rem;
}

.lt-focus-top-row .lt-timer-flag[b-epu27f6fc9] {
    display: inline-flex;
    align-items: center;
}

.lt-focus-top-row .lt-timer-value[b-epu27f6fc9] {
    font-family: 'Roboto Mono', 'Cascadia Mono', 'Consolas', 'Courier New', monospace;
    line-height: 1;
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    text-align: center;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1, "lnum" 1;
    font-kerning: none;
    letter-spacing: 0;
}

.lt-timer-ms[b-epu27f6fc9] {
    display: inline;
    font-family: inherit;
    font-size: 1em;
    opacity: 1;
}

.lt-focus-top-row .lt-racing-flag-icon[b-epu27f6fc9] {
    font-size: 26px;
    margin-left: 0;
}

.lt-live-top-section:not(.lt-focus-top-row)[b-epu27f6fc9] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
        "buttons timer"
        "bateria fastest";
    column-gap: 1.25rem;
    row-gap: 0.5rem;
    margin-bottom: 1rem;
    align-items: stretch;
    width: 100%;
}

.lt-live-top-section.lt-no-fastest:not(.lt-focus-top-row)[b-epu27f6fc9] {
    grid-template-areas:
        "buttons timer"
        "bateria bateria";
}

.lt-live-top-section:not(.lt-focus-top-row) .lt-racing-buttons[b-epu27f6fc9] {
    grid-area: buttons;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0;
    align-self: center;
}

.lt-mobile-only-btn[b-epu27f6fc9] {
    display: none !important;
}

.lt-live-top-section:not(.lt-focus-top-row) .lt-back-button[b-epu27f6fc9] {
    margin: 0;
    width: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 1rem;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    background: var(--lt-bg-glass);
    color: var(--lt-text-primary);
    border: 1px solid var(--lt-border-glass);
    box-shadow: var(--lt-shadow);
}

.lt-live-top-section:not(.lt-focus-top-row) .lt-back-button:hover[b-epu27f6fc9] {
    background: var(--lt-bg-glass-hover);
    border-color: var(--lt-border-glass-hover);
    transform: translateY(-2px);
}

.lt-live-top-section:not(.lt-focus-top-row) .lt-racing-list[b-epu27f6fc9] {
    grid-area: bateria;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.lt-live-top-section:not(.lt-focus-top-row) .fastest-competitor-ctn[b-epu27f6fc9] {
    grid-area: fastest;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.lt-live-top-section:not(.lt-focus-top-row)[b-epu27f6fc9]  .lt-racing-card,
.lt-live-top-section:not(.lt-focus-top-row)[b-epu27f6fc9]  .lt-fastest-card {
    height: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.lt-live-top-section:not(.lt-focus-top-row) .lt-timer-display[b-epu27f6fc9] {
    grid-area: timer;
    justify-self: end;
    align-self: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.85rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 0.75rem 1.75rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    height: auto;
    width: 25rem;
    min-width: 25rem;
    max-width: 25rem;
    box-sizing: border-box;
    overflow: hidden;
    contain: layout;
}

.lt-mobile-columns-btn[b-epu27f6fc9] {
    display: none !important;
}

.lt-live-race.theme-dark .lt-live-top-section:not(.lt-focus-top-row) .lt-timer-display[b-epu27f6fc9] {
    background: rgba(15, 20, 27, 0.75);
    border-color: rgba(255, 255, 255, 0.08);
}

.lt-live-top-section:not(.lt-focus-top-row) .lt-timer-label[b-epu27f6fc9] {
    flex: 0 0 8.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #64748b;
    margin: 0;
    border-right: 1px solid #e2e8f0;
    padding-right: 0.75rem;
    text-align: center;
    white-space: nowrap;
}

.lt-live-race.theme-dark .lt-live-top-section:not(.lt-focus-top-row) .lt-timer-label[b-epu27f6fc9] {
    color: #94a3b8;
    border-right-color: rgba(255, 255, 255, 0.15);
}

.lt-live-top-section:not(.lt-focus-top-row) .lt-timer-content[b-epu27f6fc9] {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.lt-live-top-section:not(.lt-focus-top-row) .lt-timer-content svg[b-epu27f6fc9] {
    width: 22px !important;
    height: 22px !important;
    color: #E40E18;
}

.lt-live-top-section:not(.lt-focus-top-row) .lt-timer-value[b-epu27f6fc9] {
    font-family: 'Roboto Mono', 'Cascadia Mono', 'Consolas', 'Courier New', monospace;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1, "lnum" 1;
    font-kerning: none;
    letter-spacing: 0;
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
}

.lt-live-top-section:not(.lt-focus-top-row) .lt-timer-content i.material-icons[b-epu27f6fc9] {
    font-size: 20px !important;
    margin: 0 !important;
}

.lt-focus-top-row .lt-timer-label[b-epu27f6fc9] {
    display: none;
}

@media (max-width: 1200px) {
    .lt-live-top-section:not(.lt-focus-top-row)[b-epu27f6fc9] {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-areas:
            "buttons buttons"
            "bateria fastest"
            "timer timer";
    }

    .lt-live-top-section.lt-no-fastest:not(.lt-focus-top-row)[b-epu27f6fc9] {
        grid-template-areas:
            "buttons buttons"
            "bateria bateria"
            "timer timer";
    }
}

@media (max-width: 768px) {
    .lt-timer-display svg[b-epu27f6fc9] {
        width: 17px;
        height: 17px;
    }

    .lt-live-top-section:not(.lt-focus-top-row)[b-epu27f6fc9] {
        grid-template-columns: 1fr;
        grid-template-areas:
            "buttons"
            "bateria"
            "fastest"
            "timer";
        row-gap: 0.75rem;
    }

    .lt-live-top-section:not(.lt-focus-top-row) .lt-racing-buttons[b-epu27f6fc9] {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 0.5rem;
        margin-bottom: 0.25rem;
        box-sizing: border-box;
    }

    .lt-live-top-section:not(.lt-focus-top-row) .lt-back-button[b-epu27f6fc9] {
        flex: 1;
        width: 100%;
        justify-content: center;
        padding: 0.7rem 0.5rem;
        font-size: 0.8rem !important;
        border-radius: 0.5rem;
        white-space: nowrap;
        gap: 0.35rem;
        min-width: 0;
        box-sizing: border-box;
    }

    .lt-live-top-section:not(.lt-focus-top-row) .lt-back-button svg[b-epu27f6fc9] {
        width: 16px !important;
        height: 16px !important;
    }

    .lt-mobile-only-btn[b-epu27f6fc9] {
        display: inline-flex !important;
    }

    .lt-live-top-section:not(.lt-focus-top-row) .lt-timer-display[b-epu27f6fc9] {
        width: 100% !important;
        min-width: 0;
        max-width: 100%;
        justify-content: center;
        margin-top: 0.25rem !important;
        padding: 0.75rem 1rem;
        border-radius: 0.5rem;
        box-sizing: border-box;
    }

    .lt-live-top-section:not(.lt-focus-top-row) .lt-timer-label[b-epu27f6fc9] {
        flex: 0 0 5.2ch;
        white-space: normal;
        line-height: 1.05;
        letter-spacing: 0;
        padding-right: 0.5rem;
    }

    .lt-mobile-columns-btn[b-epu27f6fc9] {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        background: transparent !important;
        border: none !important;
        color: var(--lt-text-secondary) !important;
        padding: 0.35rem !important;
        border-radius: 0.35rem !important;
        cursor: pointer;
        transition: all 0.2s ease;
        flex-shrink: 0;
    }

    .lt-mobile-columns-btn:hover[b-epu27f6fc9] {
        color: var(--lt-text-primary) !important;
    }

    .lt-live-race.theme-dark .lt-mobile-columns-btn[b-epu27f6fc9] {
        color: var(--lt-text-secondary) !important;
    }

    .lt-live-race.theme-dark .lt-mobile-columns-btn:hover[b-epu27f6fc9] {
        background: rgba(255, 255, 255, 0.08) !important;
        color: #ffffff !important;
    }

    .lt-live-top-section:not(.lt-focus-top-row) .lt-timer-value[b-epu27f6fc9] {
        font-size: 1.5rem !important;
    }

    .lt-focus-top-row[b-epu27f6fc9] {
        display: flex !important;
        flex-direction: column !important;
        gap: 0.75rem !important;
        padding: 0.5rem !important;
        align-items: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .lt-focus-top-row .lt-racing-buttons[b-epu27f6fc9] {
        position: static !important;
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        justify-content: center !important;
        gap: 0.5rem !important;
        margin-bottom: 0.25rem !important;
        box-sizing: border-box !important;
    }

    .lt-focus-top-row .lt-back-button[b-epu27f6fc9] {
        flex: 0 1 auto !important;
        width: auto !important;
        justify-content: center !important;
        padding: 0.6rem 1rem !important;
        font-size: 0.8rem !important;
        border-radius: 0.5rem !important;
        white-space: nowrap !important;
        gap: 0.35rem !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        display: inline-flex !important;
        align-items: center !important;
    }

    .lt-focus-top-row .lt-focus-icon-btn[b-epu27f6fc9] {
        flex: 0 0 2.5rem !important;
        width: 2.5rem !important;
        min-width: 2.5rem !important;
        height: 2.5rem !important;
        min-height: 2.5rem !important;
        padding: 0 !important;
        justify-content: center !important;
    }

    .lt-focus-top-row .lt-timer-display[b-epu27f6fc9] {
        flex: none !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        justify-content: center !important;
        margin-top: 0.25rem !important;
        padding: 0.75rem 1rem !important;
        border-radius: 0.5rem !important;
    }

    .lt-focus-top-row .lt-racing-list[b-epu27f6fc9],
    .lt-focus-top-row .fastest-competitor-ctn[b-epu27f6fc9] {
        width: 100% !important;
        flex: none !important;
        display: flex !important;
        margin-bottom: 0.25rem !important;
    }
}
/* _content/LapTime.Web/Components/Components/Features/LiveTime/RacingCard/RacingCard.razor.rz.scp.css */
.lt-racing-card[b-o8287o1xpq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: var(--lt-bg-glass);
    backdrop-filter: blur(10px);
    border: 1px solid var(--lt-border-glass);
    border-radius: 1rem;
    transition: all 0.3s ease;
}

.lt-focus-active .lt-racing-card[b-o8287o1xpq] {
    padding: 0.65rem 1rem;
}

.lt-racing-left[b-o8287o1xpq] {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.lt-focus-active .lt-racing-type-badge[b-o8287o1xpq] {
    width: 3rem;
    height: 3rem;
    font-size: 1.35rem;
}

.lt-racing-type-badge[b-o8287o1xpq] {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    flex-shrink: 0;
}

.lt-focus-active .lt-racing-info h3[b-o8287o1xpq] {
    font-size: 1rem;
}

.lt-focus-active .lt-racing-info p[b-o8287o1xpq] {
    font-size: 0.875rem;
}

.lt-racing-info[b-o8287o1xpq] {
    flex: 1;
    min-width: 0;
}

.lt-racing-info h3[b-o8287o1xpq] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--lt-text-primary);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lt-racing-info p[b-o8287o1xpq] {
    font-size: 0.875rem;
    color: var(--lt-text-secondary);
}

.lt-racing-type-name[b-o8287o1xpq] {
    font-size: 0.75rem !important;
    color: var(--lt-text-secondary) !important;
}

.lt-racing-middle[b-o8287o1xpq] {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
}

.lt-racing-company-middle[b-o8287o1xpq] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.lt-focus-active .lt-company-logo[b-o8287o1xpq] {
    width: 3rem;
    height: 3rem;
}

.lt-company-logo[b-o8287o1xpq] {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.75rem;
    background: var(--lt-bg-glass);
    border: 1px solid var(--lt-border-glass);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--lt-accent);
    transition: all 0.3s;
}

/*.lt-event-card:hover .lt-company-logo {
    box-shadow: 0 0 0 3px hsla(215, 70%, 50%, 0.2);
}
*/
.lt-company-logo img[b-o8287o1xpq] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lt-company-name[b-o8287o1xpq] {
    font-size: 0.875rem;
    color: var(--lt-text-secondary);
    margin: 0.25rem 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lt-company-name-small[b-o8287o1xpq] {
    font-size: 0.7rem;
    color: var(--lt-text-secondary);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    opacity: 0.8;
}

.lt-racing-name-big[b-o8287o1xpq] {
    font-size: 1rem;
    font-weight: 800;
    color: var(--lt-text-primary);
    margin: -2px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.01em;
}

.lt-racing-details-stack[b-o8287o1xpq] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    flex: 1;
}

.lt-racing-company-row[b-o8287o1xpq] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    flex: 1;
}

.lt-focus-active .lt-company-name[b-o8287o1xpq] {
    font-size: 0.875rem;
}

@media (max-width: 1023px) {
    .lt-focus-active .lt-racing-card[b-o8287o1xpq] {
        padding: 1rem 1.25rem;
    }

    .lt-focus-active .lt-racing-type-badge[b-o8287o1xpq] {
        width: 3rem;
        height: 3rem;
        font-size: 1.1rem;
    }

    .lt-focus-active .lt-racing-info h3[b-o8287o1xpq] {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .lt-racing-card[b-o8287o1xpq] {
        padding: 0.75rem 1rem !important;
        border-radius: 0.5rem !important;
        width: 100%;
        box-sizing: border-box;
    }

    .lt-racing-card-column[b-o8287o1xpq] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .lt-racing-company-middle[b-o8287o1xpq] {
        gap: 15px;
    }
}
/* _content/LapTime.Web/Components/Components/Features/LiveTime/SettingsBubble/SettingsBubble.razor.rz.scp.css */
.lt-floating-backdrop[b-ptikpugucq] {
    position: fixed;
    inset: 0;
    z-index: 99998;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: default;
}

.lt-floating-hud-container[b-ptikpugucq] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.85rem;
    z-index: 99999;
}

.lt-floating-trigger-btn[b-ptikpugucq] {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
    color: #1e293b;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
}

.lt-floating-hud-container.theme-dark .lt-floating-trigger-btn[b-ptikpugucq] {
    background: rgba(30, 41, 59, 0.85);
    border-color: rgba(255, 255, 255, 0.08);
    color: #f8fafc;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35), 0 2px 6px rgba(0, 0, 0, 0.15);
}

.lt-floating-trigger-btn:hover[b-ptikpugucq] {
    transform: scale(1.08) translateY(-2px);
    border-color: var(--lt-accent, #8b5cf6);
    color: var(--lt-accent, #8b5cf6);
    box-shadow: 0 12px 30px rgba(139, 92, 246, 0.18);
}

.lt-floating-trigger-btn--active[b-ptikpugucq] {
    background: var(--lt-accent, #8b5cf6) !important;
    border-color: var(--lt-accent, #8b5cf6) !important;
    color: #ffffff !important;
    transform: rotate(45deg) scale(1.05);
}

.lt-cog-icon[b-ptikpugucq] {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.lt-floating-trigger-btn:hover .lt-cog-icon[b-ptikpugucq] {
    transform: rotate(45deg);
}

.lt-floating-trigger-btn--active .lt-cog-icon[b-ptikpugucq] {
    transform: rotate(90deg);
}

.lt-floating-menu-panel[b-ptikpugucq] {
    width: 240px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1.15rem;
    padding: 0.9rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.05);
    animation: lt-floating-slide-up-b-ptikpugucq 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.lt-floating-hud-container.theme-dark .lt-floating-menu-panel[b-ptikpugucq] {
    background: rgba(15, 23, 42, 0.88);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45), 0 8px 20px rgba(0, 0, 0, 0.2);
}

.lt-floating-menu-header[b-ptikpugucq] {
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 0.55rem;
}

.lt-floating-hud-container.theme-dark .lt-floating-menu-header[b-ptikpugucq] {
    color: #94a3b8;
    border-bottom-color: rgba(255, 255, 255, 0.05);
}

.lt-floating-menu-items[b-ptikpugucq] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.lt-floating-menu-item[b-ptikpugucq] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 0.75rem;
    border-radius: 0.75rem;
    border: 1px solid transparent;
    background: transparent;
    color: #1e293b;
    text-align: left;
    cursor: pointer;
    transition: all 0.22s ease;
    outline: none;
}

.lt-floating-hud-container.theme-dark .lt-floating-menu-item[b-ptikpugucq] {
    color: #f1f5f9;
}

.lt-floating-menu-item:hover[b-ptikpugucq] {
    background: rgba(0, 0, 0, 0.03);
}

.lt-floating-hud-container.theme-dark .lt-floating-menu-item:hover[b-ptikpugucq] {
    background: rgba(255, 255, 255, 0.03);
}

.lt-floating-menu-item--active[b-ptikpugucq] {
    background: rgba(139, 92, 246, 0.05) !important;
    border-color: rgba(139, 92, 246, 0.1) !important;
}

.lt-floating-hud-container.theme-dark .lt-floating-menu-item--active[b-ptikpugucq] {
    background: rgba(139, 92, 246, 0.1) !important;
    border-color: rgba(139, 92, 246, 0.2) !important;
}

.lt-floating-item-icon[b-ptikpugucq] {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.03);
    color: #475569;
    flex-shrink: 0;
}

.lt-floating-hud-container.theme-dark .lt-floating-item-icon[b-ptikpugucq] {
    background: rgba(255, 255, 255, 0.03);
    color: #94a3b8;
}

.lt-floating-menu-item--active .lt-floating-item-icon[b-ptikpugucq] {
    background: var(--lt-accent, #8b5cf6) !important;
    color: #ffffff !important;
}

.lt-floating-item-label[b-ptikpugucq] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 0;
}

.lt-floating-item-label strong[b-ptikpugucq] {
    font-size: 0.8rem;
    font-weight: 700;
}

.lt-floating-item-label span[b-ptikpugucq] {
    font-size: 0.65rem;
    color: #64748b;
}

.lt-floating-hud-container.theme-dark .lt-floating-item-label span[b-ptikpugucq] {
    color: #94a3b8;
}

.lt-floating-toggle-switch[b-ptikpugucq] {
    width: 2rem;
    height: 1.15rem;
    border-radius: 1rem;
    background: rgba(0, 0, 0, 0.08);
    position: relative;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

.lt-floating-hud-container.theme-dark .lt-floating-toggle-switch[b-ptikpugucq] {
    background: rgba(255, 255, 255, 0.08);
}

.lt-floating-toggle-switch[b-ptikpugucq]::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.lt-floating-toggle-switch--active[b-ptikpugucq] {
    background: var(--lt-accent, #8b5cf6) !important;
}

.lt-floating-toggle-switch--active[b-ptikpugucq]::after {
    left: calc(100% - 1.1rem);
}

@media (max-width: 768px) {
    .lt-floating-hud-container[b-ptikpugucq] {
        display: none !important;
    }
}

@keyframes lt-floating-slide-up-b-ptikpugucq {
    from {
        opacity: 0;
        transform: translateY(15px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
/* _content/LapTime.Web/Components/Components/Features/Ranking/PartnerCard/PartnerCard.razor.rz.scp.css */
.partner-card[b-oxxureyreu] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 18px 18px 20px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    color: #111827;
    cursor: pointer;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
    min-height: 88px;
}

.partner-card:hover[b-oxxureyreu] {
    border-color: rgba(228, 14, 24, 0.35);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

.partner-card-header[b-oxxureyreu] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #111827;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.1;
}

.partner-card-icon[b-oxxureyreu] {
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    color: #e40e18;
}

.partner-card-icon svg[b-oxxureyreu] {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.partner-logo[b-oxxureyreu] {
    display: flex;
    width: 100%;
    min-height: 62px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #e40e18;
    font-size: 1.2rem;
    font-weight: 900;
}

.partner-logo img[b-oxxureyreu] {
    max-width: 180px;
    max-height: 46px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.partner-stats[b-oxxureyreu] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 100%;
    overflow: hidden;
    background: transparent;
}

.stat-item[b-oxxureyreu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 80px;
    padding: 14px 12px;
    text-align: center;
}

.stat-label[b-oxxureyreu] {
    color: #6b7280;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.15;
}

.stat-value[b-oxxureyreu] {
    color: #111827;
    font-size: 1.08rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    line-height: 1.1;
}

.stat-item:nth-child(2n)[b-oxxureyreu] {
    border-left: 1px solid #f1f2f5;
}

.stat-item:nth-child(n + 3)[b-oxxureyreu] {
    border-top: 1px solid #f1f2f5;
}

.stat-item--accent .stat-value[b-oxxureyreu] {
    color: #e40e18;
}

.partner-card-empty[b-oxxureyreu] {
    display: flex;
    min-height: 140px;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-size: 0.92rem;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 1024px) {
    .partner-card[b-oxxureyreu] {
        height: 100%;
    }
}

@media (max-width: 700px) {
    .partner-card[b-oxxureyreu] {
        gap: 12px;
        padding: 14px;
    }

    .partner-card-header[b-oxxureyreu] {
        font-size: 0.9rem;
    }

    .partner-logo[b-oxxureyreu] {
        min-height: 48px;
    }

    .stat-item[b-oxxureyreu] {
        min-height: 66px;
        padding: 12px 10px;
    }

    .stat-label[b-oxxureyreu] {
        font-size: 0.64rem;
    }

    .stat-value[b-oxxureyreu] {
        font-size: 0.96rem;
    }
}
/* _content/LapTime.Web/Components/Components/Features/Ranking/PodiumCard/PodiumCard.razor.rz.scp.css */
.podium-ctn[b-yge29kd2pt] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    overflow: hidden;
    padding: 14px 14px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    color: #111827;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
}

.podium-header[b-yge29kd2pt] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 24px;
    color: #111827;
    font-size: 0.94rem;
    font-weight: 800;
}

.podium-icon[b-yge29kd2pt] {
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    color: #e40e18;
}

.podium-icon svg[b-yge29kd2pt] {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.podium-content[b-yge29kd2pt] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
    flex: 1 1 auto;
    min-height: 139px;
    padding-top: 20px;
}

.step-ctn[b-yge29kd2pt] {
    display: grid;
    justify-items: center;
    align-content: end;
    min-width: 0;
}

.step-ctn-1[b-yge29kd2pt] {
    order: 2;
}

.step-ctn-2[b-yge29kd2pt] {
    order: 1;
}

.step-ctn-3[b-yge29kd2pt] {
    order: 3;
}

.step-position[b-yge29kd2pt] {
    z-index: 1;
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    margin-bottom: -10px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
}

.step-position-1[b-yge29kd2pt] {
    width: 30px;
    height: 30px;
    background: #fbbf24;
}

.step-position-2[b-yge29kd2pt] {
    background: #b8bec8;
}

.step-position-3[b-yge29kd2pt] {
    background: #c66d32;
}

.step-content[b-yge29kd2pt] {
    display: grid;
    width: 100%;
    min-height: 72px;
    align-content: center;
    justify-items: center;
    gap: 6px;
    padding: 18px 10px 14px;
    border: 1px solid #e5e7eb;
    background: #fbfcfe;
    text-align: center;
}

.step-content-1[b-yge29kd2pt] {
    min-height: 94px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}

.step-content-2[b-yge29kd2pt] {
    min-height: 78px;
    border-right: 0;
}

.step-content-3[b-yge29kd2pt] {
    min-height: 70px;
    border-left: 0;
}

.podium-name[b-yge29kd2pt] {
    max-width: 100%;
    overflow: hidden;
    color: #111827;
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.podium-time[b-yge29kd2pt] {
    color: #e40e18;
    font-size: 0.84rem;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

@media (max-width: 700px) {
    .podium-ctn[b-yge29kd2pt] {
        flex: 0 0 auto;
        padding: 14px 12px 12px;
    }

    .podium-content[b-yge29kd2pt] {
        grid-template-columns: 1fr;
        gap: 8px;
        align-items: stretch;
        min-height: auto;
        padding-top: 16px;
    }

    .step-ctn[b-yge29kd2pt] {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        align-items: stretch;
        justify-items: stretch;
        overflow: hidden;
        border-radius: 8px;
    }

    .step-ctn-1[b-yge29kd2pt] {
        order: 1;
        background: #fbbf24;
        color: #111827;
    }

    .step-ctn-2[b-yge29kd2pt] {
        order: 2;
        background: #d1d5db;
        color: #111827;
    }

    .step-ctn-3[b-yge29kd2pt] {
        order: 3;
        background: #c66d32;
        color: #ffffff;
    }

    .step-position[b-yge29kd2pt] {
        width: auto;
        height: auto;
        margin: 0;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.22);
        box-shadow: none;
        color: inherit;
        font-size: 0.95rem;
    }

    .step-position-1[b-yge29kd2pt],
    .step-position-2[b-yge29kd2pt],
    .step-position-3[b-yge29kd2pt] {
        width: auto;
        height: auto;
        background: rgba(255, 255, 255, 0.22);
    }

    .step-content[b-yge29kd2pt] {
        min-height: 48px;
        justify-items: start;
        gap: 4px;
        padding: 10px 12px;
        border: 0;
        background: transparent;
        text-align: left;
    }

    .step-content-1[b-yge29kd2pt],
    .step-content-2[b-yge29kd2pt],
    .step-content-3[b-yge29kd2pt] {
        min-height: 52px;
        border: 0;
        background: transparent;
    }

    .podium-name[b-yge29kd2pt] {
        color: inherit;
        font-size: 0.8rem;
    }

    .podium-time[b-yge29kd2pt] {
        color: inherit;
        font-size: 0.78rem;
        opacity: 0.9;
    }
}
/* _content/LapTime.Web/Components/Components/Features/Ranking/RankingCompetitorFilter/RankingCompetitorFilter.razor.rz.scp.css */
.ranking-competitor-filter[b-ch42miuru2] {
    display: grid;
    grid-template-columns: minmax(240px, 1.4fr) repeat(2, minmax(150px, 1fr)) 38px;
    gap: 16px;
    align-items: end;
    width: 100%;
    margin: 0;
    padding: 14px 18px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
    color: #111827;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
}

.filter-field-search[b-ch42miuru2] {
    grid-column: auto;
}

.filter-field[b-ch42miuru2] {
    position: relative;
    display: grid;
    gap: 8px;
    min-width: 0;
}

.filter-field span[b-ch42miuru2] {
    color: #111827;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
}

.filter-field input[b-ch42miuru2],
.filter-field select[b-ch42miuru2] {
    width: 100%;
    min-height: 38px;
    border: 1px solid #d8dee8;
    border-radius: 6px;
    background-color: #ffffff;
    color: #111827;
    font: inherit;
    font-size: 0.86rem;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.filter-field input[b-ch42miuru2] {
    padding: 0 14px;
}

.search-input-wrapper[b-ch42miuru2] {
    position: relative;
}

.search-input-wrapper input[b-ch42miuru2] {
    padding-left: 40px;
}

.search-input-icon[b-ch42miuru2] {
    position: absolute;
    top: 50%;
    left: 14px;
    z-index: 1;
    width: 16px;
    height: 16px;
    color: #9ca3af;
    pointer-events: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: translateY(-50%);
}

.filter-field select[b-ch42miuru2] {
    padding: 0 40px 0 14px;
    appearance: none;
    cursor: pointer;
    background-image:
        linear-gradient(45deg, transparent 50%, #111827 50%),
        linear-gradient(135deg, #111827 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 18px,
        calc(100% - 13px) 18px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.filter-field option[b-ch42miuru2] {
    cursor: pointer;
}

.filter-expand-toggle[b-ch42miuru2] {
    display: inline-flex;
    width: 38px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    align-self: end;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #111827;
    cursor: pointer;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.filter-expand-toggle svg[b-ch42miuru2] {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 160ms ease;
}

.filter-expand-toggle:hover[b-ch42miuru2],
.filter-expand-toggle.is-expanded[b-ch42miuru2] {
    background: rgba(228, 14, 24, 0.07);
    color: #e40e18;
}

.filter-expand-toggle.is-expanded svg[b-ch42miuru2] {
    transform: rotate(180deg);
}

.advanced-filter-panel[b-ch42miuru2] {
    display: none;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    gap: 16px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-6px);
    transition: max-height 220ms ease, opacity 180ms ease, transform 220ms ease, margin-top 220ms ease;
    pointer-events: none;
}

.advanced-filter-panel.is-expanded[b-ch42miuru2] {
    display: grid;
    max-height: 120px;
    margin-top: 2px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.gender-options[b-ch42miuru2] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    min-height: 38px;
}

.gender-option[b-ch42miuru2] {
    min-width: 0;
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid #d8dee8;
    border-radius: 6px;
    background: #ffffff;
    color: #111827;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.gender-option:hover[b-ch42miuru2] {
    border-color: #e40e18;
    background: rgba(228, 14, 24, 0.06);
}

.gender-option.is-selected[b-ch42miuru2] {
    border-color: #e40e18;
    background: #e40e18;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(228, 14, 24, 0.18);
}

.gender-option.is-selected:hover[b-ch42miuru2] {
    background: #c90d16;
}

.filter-field input[b-ch42miuru2]::placeholder {
    color: #6b7280;
}

.filter-field input:hover[b-ch42miuru2],
.filter-field select:hover[b-ch42miuru2] {
    border-color: #c7cedb;
    background-color: #fbfcfe;
}

.filter-field input:focus[b-ch42miuru2],
.filter-field select:focus[b-ch42miuru2] {
    border-color: #e40e18;
    box-shadow: 0 0 0 3px rgba(228, 14, 24, 0.1);
}

@media (max-width: 980px) {
    .ranking-competitor-filter[b-ch42miuru2] {
        grid-template-columns: repeat(2, minmax(0, 1fr)) 38px;
        gap: 12px;
    }

    .filter-field-search[b-ch42miuru2] {
        grid-column: 1 / -1;
    }

    .filter-expand-toggle[b-ch42miuru2] {
        grid-column: 3;
    }

    .advanced-filter-panel[b-ch42miuru2] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 640px) {
    .ranking-competitor-filter[b-ch42miuru2] {
        grid-template-columns: 1fr;
        margin: 0;
        padding: 14px;
        gap: 12px;
    }

    .filter-field-search[b-ch42miuru2] {
        grid-column: auto;
    }

    .filter-expand-toggle[b-ch42miuru2] {
        width: 100%;
        min-height: 34px;
        grid-column: auto;
    }

    .advanced-filter-panel[b-ch42miuru2] {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .advanced-filter-panel.is-expanded[b-ch42miuru2] {
        max-height: 260px;
    }
}
/* _content/LapTime.Web/Components/Components/Features/Ranking/RankingCompetitorTable/RankingCompetitorTable.razor.rz.scp.css */
.ranking-competitor-table[b-uakihrbi33] {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    color: #111827;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
}

.r-competitor-header[b-uakihrbi33] {
    display: grid;
    grid-template-columns: minmax(56px, 0.6fr) minmax(180px, 2.6fr) minmax(128px, 1.15fr) minmax(130px, 1.15fr) minmax(120px, 1fr) minmax(120px, 1fr);
    min-height: 40px;
    border-bottom: 1px solid #e5e7eb;
    background: #fbfcfe;
}

.r-competitor-header .default-cell[b-uakihrbi33] {
    color: #6b7280;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.default-cell[b-uakihrbi33] {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    text-align: center;
}

.r-competitor-content[b-uakihrbi33] {
    display: grid;
    grid-template-columns: 1fr;
    background: #ffffff;
}

.competitor-card[b-uakihrbi33] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(56px, 0.6fr) minmax(180px, 2.6fr) minmax(128px, 1.15fr) minmax(130px, 1.15fr) minmax(120px, 1fr) minmax(120px, 1fr);
    min-height: 54px;
    border-bottom: 1px solid #e5e7eb;
    background: #ffffff;
    transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.competitor-card:last-child[b-uakihrbi33] {
    border-bottom: 0;
}

.competitor-card .default-cell[b-uakihrbi33] {
    color: #374151;
    font-size: 0.84rem;
    font-weight: 500;
    line-height: 1.25;
}

.competitor-card .default-cell:first-child[b-uakihrbi33] {
    padding-left: 12px;
    color: #111827;
    font-size: 0.92rem;
    font-weight: 800;
}

.ranking-driver-cell[b-uakihrbi33] {
    justify-content: flex-start;
    gap: 10px;
    text-align: left;
}

.ranking-avatar[b-uakihrbi33] {
    display: inline-flex;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #4b5563;
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1;
}

.ranking-driver-name[b-uakihrbi33] {
    min-width: 0;
    overflow: hidden;
    color: #111827;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.competitor-card .default-cell:nth-child(3)[b-uakihrbi33] {
    color: #e40e18;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

.competitor-card .default-cell:nth-child(4)[b-uakihrbi33],
.competitor-card .default-cell:nth-child(5)[b-uakihrbi33],
.competitor-card .default-cell:nth-child(6)[b-uakihrbi33] {
    color: #4b5563;
}

.competitor-card:nth-child(-n + 3)[b-uakihrbi33] {
    background: linear-gradient(90deg, rgba(245, 158, 11, 0.11), rgba(255, 255, 255, 0) 34%), #ffffff;
}

.competitor-card:nth-child(-n + 3)[b-uakihrbi33]::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    content: "";
}

.competitor-card:nth-child(1)[b-uakihrbi33]::before {
    background: #fbbf24;
}

.competitor-card:nth-child(2)[b-uakihrbi33]::before {
    background: #9ca3af;
}

.competitor-card:nth-child(3)[b-uakihrbi33]::before {
    background: #f97316;
}

.competitor-card:nth-child(1) .default-cell:first-child[b-uakihrbi33] {
    color: #f59e0b;
    font-size: 1.35rem;
}

.competitor-card:nth-child(2) .default-cell:first-child[b-uakihrbi33] {
    color: #9ca3af;
    font-size: 1.25rem;
}

.competitor-card:nth-child(3) .default-cell:first-child[b-uakihrbi33] {
    color: #c2410c;
    font-size: 1.2rem;
}

.competitor-card:nth-child(1) .default-cell:nth-child(3)[b-uakihrbi33] {
    color: #e40e18;
}

.empty-ranking-message[b-uakihrbi33] {
    display: flex;
    min-height: 96px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e5e7eb;
    color: #6b7280;
    font-size: 0.95rem;
    font-weight: 600;
}

@media (max-width: 900px) {
    .ranking-competitor-table[b-uakihrbi33] {
        overflow-x: auto;
    }

    .r-competitor-header[b-uakihrbi33],
    .competitor-card[b-uakihrbi33] {
        min-width: 920px;
    }
}

@media (max-width: 700px) {
    .ranking-competitor-table[b-uakihrbi33] {
        overflow-x: hidden;
    }

    .r-competitor-header[b-uakihrbi33],
    .competitor-card[b-uakihrbi33] {
        grid-template-columns: 44px minmax(0, 1.4fr) minmax(96px, 1fr);
        min-width: 0;
    }

    .r-competitor-header .default-cell:nth-child(4)[b-uakihrbi33],
    .r-competitor-header .default-cell:nth-child(5)[b-uakihrbi33],
    .r-competitor-header .default-cell:nth-child(6)[b-uakihrbi33],
    .competitor-card .default-cell:nth-child(4)[b-uakihrbi33],
    .competitor-card .default-cell:nth-child(5)[b-uakihrbi33],
    .competitor-card .default-cell:nth-child(6)[b-uakihrbi33] {
        display: none;
    }

    .default-cell[b-uakihrbi33] {
        padding: 0 8px;
    }

    .competitor-card .default-cell[b-uakihrbi33] {
        font-size: 0.78rem;
    }

    .competitor-card .default-cell:first-child[b-uakihrbi33] {
        padding-left: 8px;
        font-size: 0.86rem;
    }

    .ranking-avatar[b-uakihrbi33] {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
        font-size: 0.7rem;
    }

    .competitor-card:nth-child(1) .default-cell:first-child[b-uakihrbi33] {
        font-size: 1.1rem;
    }

    .competitor-card:nth-child(2) .default-cell:first-child[b-uakihrbi33],
    .competitor-card:nth-child(3) .default-cell:first-child[b-uakihrbi33] {
        font-size: 1rem;
    }
}

@media (max-width: 420px) {
    .r-competitor-header[b-uakihrbi33],
    .competitor-card[b-uakihrbi33] {
        grid-template-columns: 38px minmax(0, 1.25fr) minmax(88px, 1fr);
    }

    .r-competitor-header .default-cell[b-uakihrbi33] {
        font-size: 0.66rem;
    }

    .competitor-card .default-cell[b-uakihrbi33] {
        font-size: 0.72rem;
    }
}
/* _content/LapTime.Web/Components/Components/Features/Ranking/RankingCompetitorXPFilter/RankingCompetitorXPFilter.razor.rz.scp.css */
.ranking-competitor-xp-filter[b-2klmbjvto7] {
    display: grid;
    grid-template-columns: minmax(240px, 1.4fr) repeat(2, minmax(150px, 1fr));
    gap: 16px;
    align-items: end;
    width: 100%;
    margin: 0;
    padding: 14px 18px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
    color: #111827;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
}

.filter-field-search[b-2klmbjvto7] {
    grid-column: auto;
}

.filter-field[b-2klmbjvto7] {
    position: relative;
    display: grid;
    gap: 8px;
    min-width: 0;
}

.filter-field span[b-2klmbjvto7] {
    color: #111827;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
}

.filter-field input[b-2klmbjvto7],
.filter-field select[b-2klmbjvto7] {
    width: 100%;
    min-height: 38px;
    border: 1px solid #d8dee8;
    border-radius: 6px;
    background-color: #ffffff;
    color: #111827;
    font: inherit;
    font-size: 0.86rem;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.filter-field input[b-2klmbjvto7] {
    padding: 0 14px;
}

.search-input-wrapper[b-2klmbjvto7] {
    position: relative;
}

.search-input-wrapper input[b-2klmbjvto7] {
    padding-left: 40px;
}

.search-input-icon[b-2klmbjvto7] {
    position: absolute;
    top: 50%;
    left: 14px;
    z-index: 1;
    width: 16px;
    height: 16px;
    color: #9ca3af;
    pointer-events: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: translateY(-50%);
}

.filter-field select[b-2klmbjvto7] {
    padding: 0 40px 0 14px;
    appearance: none;
    cursor: pointer;
    background-image:
        linear-gradient(45deg, transparent 50%, #111827 50%),
        linear-gradient(135deg, #111827 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 18px,
        calc(100% - 13px) 18px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.filter-field input[b-2klmbjvto7]::placeholder {
    color: #6b7280;
}

.filter-field input:hover[b-2klmbjvto7],
.filter-field select:hover[b-2klmbjvto7] {
    border-color: #c7cedb;
    background-color: #fbfcfe;
}

.filter-field input:focus[b-2klmbjvto7],
.filter-field select:focus[b-2klmbjvto7] {
    border-color: #e40e18;
    box-shadow: 0 0 0 3px rgba(228, 14, 24, 0.1);
}

@media (max-width: 980px) {
    .ranking-competitor-xp-filter[b-2klmbjvto7] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .filter-field-search[b-2klmbjvto7] {
        grid-column: 1 / -1;
    }

}

@media (max-width: 640px) {
    .ranking-competitor-xp-filter[b-2klmbjvto7] {
        grid-template-columns: 1fr;
        margin: 0;
        padding: 14px;
        gap: 12px;
    }

    .filter-field-search[b-2klmbjvto7] {
        grid-column: auto;
    }

}
/* _content/LapTime.Web/Components/Components/Features/Ranking/RankingCompetitorXPTable/RankingCompetitorXPTable.razor.rz.scp.css */
.ranking-competitor-xp-table[b-vcdh6f5eqs] {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    color: #111827;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
}

.r-competitor-xp-header[b-vcdh6f5eqs] {
    display: grid;
    grid-template-columns: minmax(56px, 0.6fr) minmax(180px, 2.6fr) minmax(128px, 1.2fr) minmax(112px, 1fr) minmax(104px, 1fr) minmax(112px, 0.9fr) minmax(96px, 0.8fr);
    min-height: 40px;
    border-bottom: 1px solid #e5e7eb;
    background: #fbfcfe;
}

.r-competitor-xp-header .default-cell[b-vcdh6f5eqs] {
    color: #6b7280;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.default-cell[b-vcdh6f5eqs] {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    text-align: center;
}

.r-competitor-xp-content[b-vcdh6f5eqs] {
    display: grid;
    grid-template-columns: 1fr;
    max-height: 540px;
    overflow-y: auto;
    background: #ffffff;
}

.competitor-xp-card[b-vcdh6f5eqs] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(56px, 0.6fr) minmax(180px, 2.6fr) minmax(128px, 1.2fr) minmax(112px, 1fr) minmax(104px, 1fr) minmax(112px, 0.9fr) minmax(96px, 0.8fr);
    min-height: 54px;
    border-bottom: 1px solid #e5e7eb;
    background: #ffffff;
    transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.competitor-xp-card:last-child[b-vcdh6f5eqs] {
    border-bottom: 0;
}

.competitor-xp-card .default-cell[b-vcdh6f5eqs] {
    color: #374151;
    font-size: 0.84rem;
    font-weight: 500;
    line-height: 1.25;
}

.competitor-xp-card .default-cell:first-child[b-vcdh6f5eqs] {
    padding-left: 12px;
    color: #111827;
    font-size: 0.92rem;
    font-weight: 800;
}

.xp-driver-cell[b-vcdh6f5eqs] {
    justify-content: flex-start;
    gap: 10px;
    text-align: left;
}

.xp-avatar[b-vcdh6f5eqs] {
    display: inline-flex;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1;
}

.xp-driver-name[b-vcdh6f5eqs] {
    min-width: 0;
    overflow: hidden;
    color: #111827;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xp-level-cell[b-vcdh6f5eqs] {
    color: #4b5563;
    font-weight: 700;
}

.xp-score-cell[b-vcdh6f5eqs] {
    color: #e40e18;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

.xp-badges-cell[b-vcdh6f5eqs] {
    justify-content: flex-end;
}

.xp-badges-list[b-vcdh6f5eqs] {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    padding-left: 18px;
    white-space: nowrap;
}

.xp-badges-list[b-vcdh6f5eqs]  .badge-icon {
    margin-left: -8px;
    filter: drop-shadow(0 1px 2px rgba(15, 23, 42, 0.16));
}

.xp-badges-list[b-vcdh6f5eqs]  .badge-icon:first-child {
    margin-left: 0;
}

.xp-badges-empty[b-vcdh6f5eqs] {
    color: #9ca3af;
    font-weight: 700;
}

.competitor-xp-card:nth-child(-n + 3)[b-vcdh6f5eqs] {
    background: linear-gradient(90deg, rgba(245, 158, 11, 0.11), rgba(255, 255, 255, 0) 34%), #ffffff;
}

.competitor-xp-card:nth-child(-n + 3)[b-vcdh6f5eqs]::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    content: "";
}

.competitor-xp-card:nth-child(1)[b-vcdh6f5eqs]::before {
    background: #fbbf24;
}

.competitor-xp-card:nth-child(2)[b-vcdh6f5eqs]::before {
    background: #9ca3af;
}

.competitor-xp-card:nth-child(3)[b-vcdh6f5eqs]::before {
    background: #f97316;
}

.competitor-xp-card:nth-child(1) .default-cell:first-child[b-vcdh6f5eqs] {
    color: #f59e0b;
    font-size: 1.35rem;
}

.competitor-xp-card:nth-child(2) .default-cell:first-child[b-vcdh6f5eqs] {
    color: #9ca3af;
    font-size: 1.25rem;
}

.competitor-xp-card:nth-child(3) .default-cell:first-child[b-vcdh6f5eqs] {
    color: #c2410c;
    font-size: 1.2rem;
}

.empty-ranking-message[b-vcdh6f5eqs] {
    display: flex;
    min-height: 96px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e5e7eb;
    color: #6b7280;
    font-size: 0.95rem;
    font-weight: 600;
}

@media (max-width: 980px) {
    .ranking-competitor-xp-table[b-vcdh6f5eqs] {
        overflow-x: auto;
    }

    .r-competitor-xp-header[b-vcdh6f5eqs],
    .competitor-xp-card[b-vcdh6f5eqs] {
        min-width: 820px;
    }
}

@media (max-width: 700px) {
    .ranking-competitor-xp-table[b-vcdh6f5eqs] {
        overflow-x: hidden;
    }

    .r-competitor-xp-header[b-vcdh6f5eqs],
    .competitor-xp-card[b-vcdh6f5eqs] {
        grid-template-columns: 44px minmax(0, 1.4fr) minmax(66px, 0.6fr) minmax(66px, 0.6fr) minmax(104px, 0.8fr);
        min-width: 0;
    }

    .r-competitor-xp-header .default-cell:nth-child(3)[b-vcdh6f5eqs],
    .r-competitor-xp-header .default-cell:nth-child(7)[b-vcdh6f5eqs],
    .competitor-xp-card .default-cell:nth-child(3)[b-vcdh6f5eqs],
    .competitor-xp-card .default-cell:nth-child(7)[b-vcdh6f5eqs] {
        display: none;
    }

    .r-competitor-xp-header .default-cell:nth-child(5)[b-vcdh6f5eqs],
    .r-competitor-xp-header .default-cell:nth-child(6)[b-vcdh6f5eqs],
    .competitor-xp-card .default-cell:nth-child(5)[b-vcdh6f5eqs],
    .competitor-xp-card .default-cell:nth-child(6)[b-vcdh6f5eqs] {
        display: flex;
    }

    .xp-badges-cell[b-vcdh6f5eqs] {
        padding-left: 2px;
        justify-content: flex-end;
    }

    .xp-badges-list[b-vcdh6f5eqs] {
        padding-left: 16px;
    }

    .xp-badges-list[b-vcdh6f5eqs]  .badge-icon {
        margin-left: -7px;
    }

    .default-cell[b-vcdh6f5eqs] {
        padding: 0 8px;
    }

    .competitor-xp-card .default-cell[b-vcdh6f5eqs] {
        font-size: 0.78rem;
    }

    .competitor-xp-card .default-cell:first-child[b-vcdh6f5eqs] {
        padding-left: 8px;
        font-size: 0.86rem;
    }

    .xp-avatar[b-vcdh6f5eqs] {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
        font-size: 0.7rem;
    }

    .competitor-xp-card:nth-child(1) .default-cell:first-child[b-vcdh6f5eqs] {
        font-size: 1.1rem;
    }

    .competitor-xp-card:nth-child(2) .default-cell:first-child[b-vcdh6f5eqs],
    .competitor-xp-card:nth-child(3) .default-cell:first-child[b-vcdh6f5eqs] {
        font-size: 1rem;
    }
}

@media (max-width: 420px) {
    .r-competitor-xp-header[b-vcdh6f5eqs],
    .competitor-xp-card[b-vcdh6f5eqs] {
        grid-template-columns: 38px minmax(0, 1.25fr) minmax(56px, 0.55fr) minmax(56px, 0.55fr) minmax(92px, 0.7fr);
    }

    .r-competitor-xp-header .default-cell[b-vcdh6f5eqs] {
        font-size: 0.66rem;
    }

    .competitor-xp-card .default-cell[b-vcdh6f5eqs] {
        font-size: 0.72rem;
    }
}
/* _content/LapTime.Web/Components/Components/Layout/FooterSite.razor.rz.scp.css */
/* FooterSite — Modern Clean Light Theme */

.footer-cta-section[b-okdn0n8z0q] {
    position: relative;
    overflow: hidden;
    padding: 80px 40px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
    text-align: center;
}

.dark .footer-cta-section[b-okdn0n8z0q] {
    background: linear-gradient(180deg, #111111 0%, #171717 100%);
}

.footer-cta-glow[b-okdn0n8z0q] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 300px;
    background: radial-gradient(ellipse, rgba(228, 14, 24, 0.06) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.footer-cta-content[b-okdn0n8z0q] {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
}

.footer-cta-title[b-okdn0n8z0q] {
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 16px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.footer-cta-subtitle[b-okdn0n8z0q] {
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
    font-size: 1.1rem;
    color: #666;
    margin: 0 0 32px;
    line-height: 1.6;
}

.dark .footer-cta-title[b-okdn0n8z0q] {
    color: #f9fafb;
}

.dark .footer-cta-subtitle[b-okdn0n8z0q] {
    color: #cbd5e1;
}

.footer-cta-button[b-okdn0n8z0q] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: #E40E18;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(228, 14, 24, 0.2);
}

    .footer-cta-button:hover[b-okdn0n8z0q] {
        background: #c50d15;
        transform: translateY(-2px);
        box-shadow: 0 8px 28px rgba(228, 14, 24, 0.3);
    }

    .footer-cta-button:active[b-okdn0n8z0q] {
        transform: translateY(0);
    }

    .footer-cta-button svg[b-okdn0n8z0q] {
        transition: transform 0.3s ease;
    }

    .footer-cta-button:hover svg[b-okdn0n8z0q] {
        transform: translateX(4px);
    }

/* Transition */

.footer-transition[b-okdn0n8z0q] {
    height: 1px;
    background: #e8e8e8;
    width: 100%;
}

.dark .footer-transition[b-okdn0n8z0q] {
    background: rgba(255, 255, 255, 0.08);
}

.footer-cta-section + .footer-transition[b-okdn0n8z0q] {
    height: 0;
    display: none;
}

/* Main Footer */

.footer-modern[b-okdn0n8z0q] {
    position: relative;
    width: 100%;
    background: #f9f9f9;
    color: #333;
    overflow: hidden;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
}

.dark .footer-modern[b-okdn0n8z0q] {
    background: #0f0f10;
    color: #e5e7eb;
}

.footer-ambient-orb[b-okdn0n8z0q] {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
    z-index: 0;
}

.footer-orb-1[b-okdn0n8z0q] {
    width: 500px;
    height: 500px;
    background: rgba(228, 14, 24, 0.03);
    top: -200px;
    left: -100px;
}

.dark .footer-orb-1[b-okdn0n8z0q] {
    background: rgba(228, 14, 24, 0.06);
}

.footer-orb-2[b-okdn0n8z0q] {
    width: 400px;
    height: 400px;
    background: rgba(228, 14, 24, 0.02);
    bottom: -100px;
    right: -50px;
}

.dark .footer-orb-2[b-okdn0n8z0q] {
    background: rgba(228, 14, 24, 0.04);
}

.footer-inner[b-okdn0n8z0q] {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 23px 48px 0px;
}

/* Grid */

.footer-grid[b-okdn0n8z0q] {
    display: grid;
    grid-template-columns: 1.3fr 0.8fr 0.8fr 1.5fr;
    gap: 40px;
    margin-bottom: 30px;
}

/* Brand */

.footer-brand-col[b-okdn0n8z0q] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-logo-link[b-okdn0n8z0q] {
    display: inline-block;
    transition: opacity 0.3s ease;
}

    .footer-logo-link:hover[b-okdn0n8z0q] {
        opacity: 0.7;
    }

.footer-logo[b-okdn0n8z0q] {
    max-width: 180px;
    height: auto;
}

.footer-brand-desc[b-okdn0n8z0q] {
    font-size: 0.92rem;
    line-height: 1.7;
    color: #777;
    margin: 0;
    max-width: 280px;
}

.dark .footer-brand-desc[b-okdn0n8z0q] {
    color: #9ca3af;
}

.footer-social-row[b-okdn0n8z0q] {
    display: flex;
    gap: 12px;
    margin-top: 4px;
}

.footer-social-link[b-okdn0n8z0q] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e0e0e0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    color: #555;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.dark .footer-social-link[b-okdn0n8z0q] {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
    color: #d1d5db;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

    .footer-social-link:hover[b-okdn0n8z0q] {
        background: #E40E18;
        border-color: #E40E18;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(228, 14, 24, 0.25);
    }

    .footer-social-link svg[b-okdn0n8z0q] {
        width: 20px;
        height: 20px;
    }

.footer-download-badges[b-okdn0n8z0q] {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.footer-download-badge[b-okdn0n8z0q] {
    height: 45px;
    transition: transform 0.3s ease;
}

    .footer-download-badge:hover[b-okdn0n8z0q] {
        transform: translateY(-2px);
    }

    .footer-download-badge img[b-okdn0n8z0q] {
        height: 100%;
        width: auto;
    }

/* Nav */

.footer-nav-col[b-okdn0n8z0q] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-nav-title[b-okdn0n8z0q] {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #999;
    margin: 0 0 16px;
}

.dark .footer-nav-title[b-okdn0n8z0q] {
    color: #a1a1aa;
}

.footer-nav-list[b-okdn0n8z0q] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .footer-nav-list li a[b-okdn0n8z0q] {
        color: #555;
        text-decoration: none;
        font-size: 0.92rem;
        transition: all 0.25s ease;
        position: relative;
        display: inline-block;
        padding: 2px 0;
    }

.dark .footer-nav-list li a[b-okdn0n8z0q] {
    color: #d1d5db;
}

.dark .footer-nav-list li a:hover[b-okdn0n8z0q] {
    color: #fff;
}

        .footer-nav-list li a[b-okdn0n8z0q]::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 1.5px;
            background: #E40E18;
            transition: width 0.3s ease;
        }

        .footer-nav-list li a:hover[b-okdn0n8z0q] {
            color: #111;
        }

            .footer-nav-list li a:hover[b-okdn0n8z0q]::after {
                width: 100%;
            }

/* Mini FAQ */

.footer-faq-col[b-okdn0n8z0q] {
    min-width: 0;
}

.footer-mini-faq-list[b-okdn0n8z0q] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer-mini-faq-item[b-okdn0n8z0q] {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.dark .footer-mini-faq-item[b-okdn0n8z0q] {
    background: #141416;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
}

    .footer-mini-faq-item:hover[b-okdn0n8z0q] {
        border-color: #d0d0d0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    }

    .footer-mini-faq-item.mini-faq-open[b-okdn0n8z0q] {
        border-color: rgba(228, 14, 24, 0.3);
        box-shadow: 0 2px 12px rgba(228, 14, 24, 0.06);
    }

.footer-mini-faq-question[b-okdn0n8z0q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 14px;
    background: transparent;
    border: none;
    color: #444;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    gap: 10px;
    transition: color 0.25s ease;
}

.dark .footer-mini-faq-question[b-okdn0n8z0q] {
    color: #e5e7eb;
}

    .footer-mini-faq-question:hover[b-okdn0n8z0q] {
        color: #111;
    }

.dark .footer-mini-faq-question:hover[b-okdn0n8z0q] {
    color: #fff;
}

.footer-mini-faq-chevron[b-okdn0n8z0q] {
    flex-shrink: 0;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    color: #aaa;
}

.dark .footer-mini-faq-chevron[b-okdn0n8z0q] {
    color: #9ca3af;
}

.mini-faq-open .footer-mini-faq-chevron[b-okdn0n8z0q] {
    transform: rotate(180deg);
    color: #E40E18;
}

.footer-mini-faq-answer-wrapper[b-okdn0n8z0q] {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mini-faq-open .footer-mini-faq-answer-wrapper[b-okdn0n8z0q] {
    grid-template-rows: 1fr;
}

.footer-mini-faq-answer[b-okdn0n8z0q] {
    overflow: hidden;
    min-height: 0;
    font-size: 0.82rem;
    line-height: 1.6;
    color: #777;
    padding: 0 14px;
    transition: padding 0.3s ease;
}

.dark .footer-mini-faq-answer[b-okdn0n8z0q] {
    color: #a1a1aa;
}

.mini-faq-open .footer-mini-faq-answer[b-okdn0n8z0q] {
    padding: 0 14px 12px;
}

/* Contact */

.footer-contact-section[b-okdn0n8z0q] {
    margin-bottom: 48px;
}

.footer-contact-card[b-okdn0n8z0q] {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    padding: 40px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.dark .footer-contact-card[b-okdn0n8z0q] {
    background: #141416;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

    .footer-contact-card:hover[b-okdn0n8z0q] {
        border-color: #d5d5d5;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    }

.footer-contact-header[b-okdn0n8z0q] {
    text-align: center;
    margin-bottom: 28px;
}

.footer-contact-title[b-okdn0n8z0q] {
    font-size: 1.4rem;
    font-weight: 600;
    color: #111;
    margin: 0 0 8px;
}

.dark .footer-contact-title[b-okdn0n8z0q] {
    color: #f9fafb;
}

.footer-contact-subtitle[b-okdn0n8z0q] {
    font-size: 0.9rem;
    color: #888;
    margin: 0;
}

.dark .footer-contact-subtitle[b-okdn0n8z0q] {
    color: #9ca3af;
}

.footer-contact-form[b-okdn0n8z0q] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 700px;
    margin: 0 auto;
}

.footer-contact-grid[b-okdn0n8z0q] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

    .footer-contact-grid .footer-input-group:nth-child(4)[b-okdn0n8z0q] {
        grid-column: 1 / -1;
    }

.footer-input-group[b-okdn0n8z0q] {
    display: flex;
    flex-direction: column;
}

.footer-input[b-okdn0n8z0q] {
    width: 100%;
    padding: 12px 16px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    color: #222;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
    font-size: 0.9rem;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.dark .footer-input[b-okdn0n8z0q] {
    background: #0f172a;
    border-color: rgba(255, 255, 255, 0.08);
    color: #f3f4f6;
}

    .footer-input[b-okdn0n8z0q]::placeholder {
        color: #999;
    }

    .footer-input:focus[b-okdn0n8z0q] {
        border-color: #E40E18;
        background: #fff;
        box-shadow: 0 0 0 3px rgba(228, 14, 24, 0.08);
    }

.dark .footer-input:focus[b-okdn0n8z0q] {
    background: #111827;
    box-shadow: 0 0 0 3px rgba(228, 14, 24, 0.2);
}

.footer-textarea[b-okdn0n8z0q] {
    min-height: 90px;
    max-height: 140px;
    resize: vertical;
}

.footer-submit-btn[b-okdn0n8z0q] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto;
    align-self: center;
    padding: 14px 40px;
    background: #E40E18;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 16px rgba(228, 14, 24, 0.2);
}

    .footer-submit-btn:hover[b-okdn0n8z0q] {
        background: #c50d15;
        box-shadow: 0 6px 24px rgba(228, 14, 24, 0.3);
        transform: translateY(-1px);
    }

    .footer-submit-btn:active[b-okdn0n8z0q] {
        transform: translateY(0);
    }

/* Alerts */

.footer-alert[b-okdn0n8z0q] {
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 500;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.footer-alert-success[b-okdn0n8z0q] {
    background: rgba(34, 197, 94, 0.08);
    color: #16a34a;
    border: 1px solid rgba(34, 197, 94, 0.2);
}

.footer-alert-error[b-okdn0n8z0q] {
    background: rgba(239, 68, 68, 0.08);
    color: #dc2626;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.footer-contact-form .validation-message[b-okdn0n8z0q],
.footer-contact-form .validation-summary-errors[b-okdn0n8z0q] {
    font-size: 0.8rem;
    color: #dc2626;
    text-align: center;
}

/* Divider & Bottom */

.footer-divider[b-okdn0n8z0q] {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e0e0e0 20%, #e0e0e0 80%, transparent);
    margin-bottom: 24px;
}

.dark .footer-divider[b-okdn0n8z0q] {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12) 20%, rgba(255, 255, 255, 0.12) 80%, transparent);
}

.footer-bottom[b-okdn0n8z0q] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
}

.footer-copyright[b-okdn0n8z0q] {
    font-size: 0.82rem;
    color: #999;
}

.dark .footer-copyright[b-okdn0n8z0q] {
    color: #94a3b8;
}

.footer-bottom-links[b-okdn0n8z0q] {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .footer-bottom-links a[b-okdn0n8z0q] {
        color: #999;
        text-decoration: none;
        font-size: 0.82rem;
        transition: color 0.25s ease;
    }

.dark .footer-bottom-links a[b-okdn0n8z0q] {
    color: #94a3b8;
}

        .footer-bottom-links a:hover[b-okdn0n8z0q] {
            color: #E40E18;
        }

.dark .footer-view-more-faq[b-okdn0n8z0q] {
    color: #f87171;
}

.dark .footer-view-more-faq:hover[b-okdn0n8z0q] {
    color: #fca5a5;
}

.footer-bottom-dot[b-okdn0n8z0q] {
    color: #ccc;
    font-size: 0.82rem;
}

/* Responsive */

@media (max-width: 1100px) {
    .footer-grid[b-okdn0n8z0q] {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }

    .footer-brand-col[b-okdn0n8z0q] {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: center;
        gap: 32px;
        flex-wrap: wrap;
    }

    .footer-brand-desc[b-okdn0n8z0q] {
        max-width: 400px;
    }

    .footer-faq-col[b-okdn0n8z0q] {
        grid-column: 1 / -1;
    }

    .footer-inner[b-okdn0n8z0q] {
        padding: 48px 32px 24px;
    }
}

@media (max-width: 768px) {
    .footer-cta-section[b-okdn0n8z0q] {
        padding: 60px 24px;
    }

    .footer-cta-title[b-okdn0n8z0q] {
        font-size: 1.8rem;
    }

    .footer-cta-subtitle[b-okdn0n8z0q] {
        font-size: 1rem;
    }

    .footer-grid[b-okdn0n8z0q] {
        grid-template-columns: auto auto;
        justify-content: space-between;
        gap: 28px;
    }

    .footer-brand-col[b-okdn0n8z0q] {
        grid-column: 1 / -1;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-faq-col[b-okdn0n8z0q] {
        grid-column: 1 / -1;
    }

    .footer-inner[b-okdn0n8z0q] {
        padding: 40px 24px 20px;
    }

    .footer-bottom[b-okdn0n8z0q] {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .footer-contact-card[b-okdn0n8z0q] {
        padding: 28px 20px;
    }

    .footer-contact-grid[b-okdn0n8z0q] {
        grid-template-columns: 1fr;
    }

    .footer-mini-faq-question[b-okdn0n8z0q] {
        font-size: 0.82rem;
        padding: 10px 12px;
    }
}

@media (max-width: 480px) {
    .footer-cta-title[b-okdn0n8z0q] {
        font-size: 1.5rem;
    }

    .footer-contact-card[b-okdn0n8z0q] {
        padding: 20px 16px;
    }

    .footer-cta-button[b-okdn0n8z0q] {
        padding: 12px 24px;
        font-size: 0.9rem;
    }

    .footer-logo[b-okdn0n8z0q] {
        max-width: 140px;
    }
}
/* _content/LapTime.Web/Components/Components/Layout/HeaderHome.razor.rz.scp.css */
.header-container-panel[b-h3wr1x1thj] {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F4F4F4;
    width: 100%;
    z-index: 1000;
    top: 0;
}

.logo-container[b-h3wr1x1thj] {
    position: relative;
}

.logo-background[b-h3wr1x1thj] {
    position: relative;
    background-color: #FFFFFF;
    padding: 10px 100px 10px 50px;
    clip-path: polygon(0 0, 100% 0, 100% 0, 90% 100%, 0% 100%);
}

.logo-container img[b-h3wr1x1thj] {
    position: relative;
    height: 80px;
    display: block;
    margin: 0 auto;
}

.info-container[b-h3wr1x1thj] {
    display: flex;
    padding: 10px 50px;
    gap: 20px;
    align-items: center;
}

.info-company div[b-h3wr1x1thj]{
    display: flex;
    padding: 10px;
    background-color: #FFFFFF;
    font-size: 15px;
    border-radius: 5px;
    gap: 5px;
    position: relative;
    overflow: hidden;
}

.info-company p:first-of-type[b-h3wr1x1thj] {
    font-weight: bold;
}

    .info-container img[b-h3wr1x1thj] {
        height: 25px;
    }

    .logout-panel img[b-h3wr1x1thj] {
        height: 29px;
        margin-top: -2px;
    }

@media (max-width: 710px) {
    .logo-background[b-h3wr1x1thj] {
        padding: 10px 70px 10px 20px;
    }

    .logo-container img[b-h3wr1x1thj] {
        height: 65px;
    }

    .info-container[b-h3wr1x1thj] {
        padding: 10px 20px;
    }

    .info-company[b-h3wr1x1thj] {
        display: none;
    }
}
/* _content/LapTime.Web/Components/Components/Layout/HeaderSite.razor.rz.scp.css */
.header-container-panel[b-n7mi7okst9] {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F4F4F4;
    width: 100%;
    z-index: 1000;
    top: 0;
}

.logo-container[b-n7mi7okst9] {
    position: relative;
}

.logo-background[b-n7mi7okst9] {
    position: relative;
    background-color: #FFFFFF;
    padding: 10px 100px 10px 50px;
    clip-path: polygon(0 0, 100% 0, 100% 0, 90% 100%, 0% 100%);
}

.logo-container img[b-n7mi7okst9] {
    position: relative;
    height: 80px;
    display: block;
    margin: 0 auto;
}

.info-container[b-n7mi7okst9] {
    display: flex;
    padding: 10px 50px;
    gap: 20px;
    align-items: center;
}

.info-company div[b-n7mi7okst9]{
    display: flex;
    padding: 10px;
    background-color: #FFFFFF;
    font-size: 15px;
    border-radius: 5px;
    gap: 5px;
    position: relative;
    overflow: hidden;
}

.info-company p:first-of-type[b-n7mi7okst9] {
    font-weight: bold;
}

    .info-container img[b-n7mi7okst9] {
        height: 25px;
    }

    .logout-panel img[b-n7mi7okst9] {
        height: 29px;
        margin-top: -2px;
    }

@media (max-width: 710px) {
    .logo-background[b-n7mi7okst9] {
        padding: 10px 70px 10px 20px;
    }

    .logo-container img[b-n7mi7okst9] {
        height: 65px;
    }

    .info-container[b-n7mi7okst9] {
        padding: 10px 20px;
    }

    .info-company[b-n7mi7okst9] {
        display: none;
    }
}
/* _content/LapTime.Web/Components/Components/Layout/HeaderUser.razor.rz.scp.css */
.header-container-panel[b-ixh1dlrbqp] {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F4F4F4;
    width: 100%;
    z-index: 1000;
    top: 0;
}

.logo-container[b-ixh1dlrbqp] {
    position: relative;
}

.logo-background[b-ixh1dlrbqp] {
    position: relative;
    background-color: #FFFFFF;
    padding: 10px 100px 10px 50px;
    clip-path: polygon(0 0, 100% 0, 100% 0, 90% 100%, 0% 100%);
}

.logo-container img[b-ixh1dlrbqp] {
    position: relative;
    height: 80px;
    display: block;
    margin: 0 auto;
}

.info-container[b-ixh1dlrbqp] {
    display: flex;
    padding: 10px 50px;
    gap: 20px;
    align-items: center;
}

.info-company div[b-ixh1dlrbqp]{
    display: flex;
    padding: 10px;
    background-color: #FFFFFF;
    font-size: 15px;
    border-radius: 5px;
    gap: 5px;
    position: relative;
    overflow: hidden;
}

.info-company p:first-of-type[b-ixh1dlrbqp] {
    font-weight: bold;
}

    .info-container img[b-ixh1dlrbqp] {
        height: 25px;
    }

    .logout-panel img[b-ixh1dlrbqp] {
        height: 29px;
        margin-top: -2px;
    }

@media (max-width: 710px) {
    .logo-background[b-ixh1dlrbqp] {
        padding: 10px 70px 10px 20px;
    }

    .logo-container img[b-ixh1dlrbqp] {
        height: 65px;
    }

    .info-container[b-ixh1dlrbqp] {
        padding: 10px 20px;
    }

    .info-company[b-ixh1dlrbqp] {
        display: none;
    }
}
/* _content/LapTime.Web/Components/Components/Layout/Navbar.razor.rz.scp.css */
/* ============================================================
   Navbar.razor.css — Modern SaaS Navbar
   ============================================================ */

.navbar-ctn[b-wqha578sjp] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 48px;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.02);
    /* Glassmorphism base */
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.navbar-ctn.light[b-wqha578sjp] {
    background: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar-ctn.dark[b-wqha578sjp] {
    background: rgba(15, 15, 15, 0.85);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* ── Logo ── */
.image-ctn[b-wqha578sjp] {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.image-logo[b-wqha578sjp] {
    height: 48px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.image-ctn:hover .image-logo[b-wqha578sjp] {
    transform: scale(1.02);
}

/* ── Navigation Options ── */
.options-ctn[b-wqha578sjp] {
    display: flex;
    align-items: center;
    gap: 24px;
}

.options-btn[b-wqha578sjp] {
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    background: transparent;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    position: relative;
    transition: color 0.2s ease;
}

/* Text Colors based on theme */
.opt-white[b-wqha578sjp] {
    color: rgba(255, 255, 255, 0.7);
}
.opt-dark[b-wqha578sjp] {
    color: rgba(0, 0, 0, 0.6);
}

.opt-white:hover[b-wqha578sjp], .opt-dark:hover[b-wqha578sjp] {
    color: #E40E18;
}

/* Animated Underline Effect */
.options-btn[b-wqha578sjp]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background: #E40E18;
    transition: width 0.3s ease;
}

.options-btn:hover[b-wqha578sjp]::after {
    width: 80%;
}

/* Selected Tab Styling */
.options-btn.selected-tab[b-wqha578sjp] {
    color: #E40E18;
}

.options-btn.selected-tab[b-wqha578sjp]::after {
    width: 100%;
}

/* ── CTA Container ── */
.cta-ctn[b-wqha578sjp] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.btn-primary[b-wqha578sjp] {
    font-family: 'Exo 2', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    background: #E40E18;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(228, 14, 24, 0.2);
}

.btn-primary:hover[b-wqha578sjp] {
    background: #c50d15;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(228, 14, 24, 0.3);
}

/* ── Mobile Menu ── */
.mobile-actions[b-wqha578sjp] {
    display: none;
    align-items: center;
    gap: 8px;
}

.mobile-menu-btn[b-wqha578sjp] {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    color: inherit;
    padding: 8px;
}

.opt-white .mobile-menu-btn[b-wqha578sjp] { color: white; }
.opt-dark .mobile-menu-btn[b-wqha578sjp] { color: black; }

.mobile-nav-overlay[b-wqha578sjp] {
    position: fixed;
    top: 80px; /* Logo height */
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    z-index: 999;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    display: flex;
    flex-direction: column;
}

.mobile-nav-overlay.light[b-wqha578sjp] {
    background: rgba(255, 255, 255, 0.95);
}

.mobile-nav-overlay.dark[b-wqha578sjp] {
    background: rgba(15, 15, 15, 0.95);
}

.mobile-nav-content[b-wqha578sjp] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
    overflow-y: auto;
}

.mobile-nav-link[b-wqha578sjp] {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    padding: 16px;
    border-radius: 12px;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mobile-nav-language[b-wqha578sjp] {
    display: flex;
    justify-content: center;
    padding: 8px 0 4px;
}

.mobile-nav-overlay.light .mobile-nav-link:hover[b-wqha578sjp] {
    background: rgba(0,0,0,0.04);
}

.mobile-nav-overlay.dark .mobile-nav-link:hover[b-wqha578sjp] {
    background: rgba(255,255,255,0.05);
}

.selected-tab-mobile[b-wqha578sjp] {
    color: #E40E18 !important;
    background: rgba(228, 14, 24, 0.05) !important;
}

.mobile-btn-primary[b-wqha578sjp] {
    margin-top: 16px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .navbar-ctn[b-wqha578sjp] {
        padding: 0 24px;
    }
    
    .cta-ctn[b-wqha578sjp] {
        display: none;
    }
}

@media (max-width: 768px) {
    .options-ctn[b-wqha578sjp] {
        display: none; 
    }

    .mobile-actions[b-wqha578sjp] {
        display: flex;
    }
    
    .mobile-menu-btn[b-wqha578sjp] {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/* _content/LapTime.Web/Components/Components/Shared/AuthenticationModal/AcceptTerms.razor.rz.scp.css */
.accept-term[b-zbdqhyry6h] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    color: #111;
}

h1[b-zbdqhyry6h] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
    margin: 0;
    text-align: center;
    line-height: 1.2;
}

.terms-container[b-zbdqhyry6h] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.accepted-message[b-zbdqhyry6h] {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.4;
    margin: 0;
}

a[b-zbdqhyry6h] {
    color: #e40e18;
    text-decoration: none;
    font-weight: 600;
}

a:hover[b-zbdqhyry6h] {
    text-decoration: underline;
}

.btn-primary-modal[b-zbdqhyry6h] {
    background: #e40e18;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 20px;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(228, 14, 24, 0.2);
    width: 100%;
}

.btn-primary-modal:hover[b-zbdqhyry6h] {
    background: #c50d15;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(228, 14, 24, 0.3);
}

.btn-primary-modal:active[b-zbdqhyry6h] {
    transform: translateY(1px);
}

.hidden[b-zbdqhyry6h] {
    display: none;
}

@media (max-width: 480px) {
    h1[b-zbdqhyry6h] {
        font-size: 1.5rem;
    }
}
/* _content/LapTime.Web/Components/Components/Shared/AuthenticationModal/AuthenticationModal.razor.rz.scp.css */
.authentication-modal-overlay[b-004992hiz3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 900;
    padding: 24px;
    box-sizing: border-box;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
}

.authentication-modal-card[b-004992hiz3] {
    background: #fff;
    padding: 24px 32px;
    border-radius: 20px;
    max-width: 400px;
    width: 90%;
    max-height: calc(100vh - 96px);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-sizing: border-box;
    overflow-y: auto;
    margin-top: 60px;
    transform: translateY(0);
}

@keyframes shake-b-004992hiz3 {
    0%, 100% {
        transform: translateX(0);
    }

    20%, 60% {
        transform: translateX(-8px);
    }

    40%, 80% {
        transform: translateX(8px);
    }
}

.authentication-modal-card.shake[b-004992hiz3] {
    animation: shake-b-004992hiz3 0.4s ease-in-out;
}

.subscription-required-card[b-004992hiz3] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    color: #111;
}

.subscription-required-card h1[b-004992hiz3] {
    line-height: 1;
    margin: 0 0 4px;
    font-size: 1.5rem;
    font-weight: 700;
}

.subscription-required-warning[b-004992hiz3] {
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    background-color: #fff3cd;
    color: #856404;
    padding: 10px;
    border-radius: 6px;
    font-weight: 500;
}

.subscription-required-warning span[b-004992hiz3] {
    padding: 2px;
    background-color: #e40e18;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
}

.subscription-required-warning p[b-004992hiz3] {
    margin: 0;
    font-size: 1rem;
    line-height: 1.35;
}

.subscription-required-message[b-004992hiz3] {
    font-size: 1.1rem;
    color: #444;
    font-weight: 500;
}

.subscription-required-footer[b-004992hiz3] {
    font-size: 0.95rem;
    color: #666;
    font-weight: 500;
}

.subscription-required-footer p[b-004992hiz3] {
    margin: 0;
}

.subscription-required-btn[b-004992hiz3] {
    background: #e40e18;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 20px;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(228, 14, 24, 0.2);
    width: 100%;
}

.subscription-required-btn:hover[b-004992hiz3] {
    background: #c50d15;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(228, 14, 24, 0.3);
}

.subscription-required-btn:active[b-004992hiz3] {
    transform: translateY(1px);
}

.hidden[b-004992hiz3] {
    display: none;
}

@media (max-width: 480px) {
    .authentication-modal-overlay[b-004992hiz3] {
        padding: 16px;
    }

    .authentication-modal-card[b-004992hiz3] {
        padding: 32px 20px;
        border-radius: 20px;
        max-height: calc(100vh - 72px);
        margin-top: 40px;
    }

    .subscription-required-card h1[b-004992hiz3] {
        font-size: 1.25rem;
    }

    .subscription-required-warning p[b-004992hiz3] {
        font-size: 0.9rem;
    }
}
/* _content/LapTime.Web/Components/Components/Shared/AuthenticationModal/ShowQrCode.razor.rz.scp.css */
.qrcode-ctn[b-u0fpfhecde] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    color: #111;
}

.qrcode-title[b-u0fpfhecde] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
    margin: 0;
    text-align: center;
    line-height: 1.2;
}

.modal-steps-container[b-u0fpfhecde] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #f9f9f9;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
}

.modal-3-loginModal-Site[b-u0fpfhecde] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.modal-3-loginModal-Site span[b-u0fpfhecde] {
    background-color: #e40e18;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
}

.modal-3-loginModal-Site p[b-u0fpfhecde] {
    font-size: 0.9rem;
    color: #333;
    margin: 0;
    line-height: 1.3;
}

.modal-3-loginModal-Site img[b-u0fpfhecde] {
    width: 16px;
    height: 16px;
    opacity: 0.7;
}

.qrcode-loading[b-u0fpfhecde],
.qrcode-image-ctn[b-u0fpfhecde] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.qrcode-image-ctn[b-u0fpfhecde] {
    position: relative;
    flex-direction: column;
    padding: 16px;
    background: #fff;
    border: 1px dashed #ccc;
    border-radius: 12px;
    min-height: 160px;
    box-sizing: border-box;
}

.qrcode-image[b-u0fpfhecde] {
    width: 140px;
    height: 140px;
    object-fit: contain;
    border-radius: 8px;
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.qrcode-image-ctn.expired .qrcode-image[b-u0fpfhecde] {
    opacity: 0.15;
    filter: blur(2px);
}

.qrcode-expired-action[b-u0fpfhecde] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%);
    background-color: #111;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    z-index: 2;
}

.qrcode-expired-action:hover[b-u0fpfhecde] {
    background-color: #333;
    transform: translate(-50%, -52%);
}

.qrcode-copy-ctn[b-u0fpfhecde] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
}

.qrcode-copy-ctn h3[b-u0fpfhecde] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #555;
    margin: 0;
}

.qrcode-code[b-u0fpfhecde] {
    background: #f4f4f4;
    border: 1px solid #e0e0e0;
    padding: 12px;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 12px;
    color: #111;
    font-family: monospace;
    word-break: break-all;
    overflow-wrap: break-word;
}

.qrcode-btn[b-u0fpfhecde] {
    background: transparent;
    color: #111;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 8px 16px;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
}

.qrcode-btn:hover[b-u0fpfhecde] {
    background: #f4f4f4;
    border-color: #999;
}

.qrcode-feedback[b-u0fpfhecde] {
    margin: 0;
    text-align: center;
    font-weight: 600;
    color: #555;
}

.qrcode-feedback-ctn[b-u0fpfhecde] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.countdown[b-u0fpfhecde] {
    margin-top: 12px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #e40e18;
    text-align: center;
    background: rgba(228, 14, 24, 0.05);
    padding: 4px 12px;
    border-radius: 50px;
}

.countdown.expired-text[b-u0fpfhecde] {
    color: #666;
    background: #f4f4f4;
}

@media (max-width: 480px) {
    .qrcode-title[b-u0fpfhecde] {
        font-size: 1.5rem;
    }

    .qrcode-image[b-u0fpfhecde] {
        width: 150px;
        height: 150px;
    }
}
/* _content/LapTime.Web/Components/Components/Shared/AuthenticationModal/UnauthorizedModal.razor.rz.scp.css */
.auth-unauthorized-card[b-q0okwv2v0j] {
    width: min(560px, calc(100vw - 32px));
    background: #fff;
    border-radius: 16px;
    padding: 22px 22px 18px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
    color: #111;
}

.auth-unauthorized-title[b-q0okwv2v0j] {
    margin: 0 0 12px 0;
    font-family: var(--text-subtitle-font-1);
    font-size: 22px;
    line-height: 1.15;
}

.auth-unauthorized-text[b-q0okwv2v0j] {
    margin: 0 0 16px 0;
    font-family: var(--main-text);
    font-size: 14px;
    line-height: 1.35;
    color: rgba(0, 0, 0, 0.75);
}

.auth-unauthorized-actions[b-q0okwv2v0j] {
    display: flex;
    justify-content: flex-end;
}

.auth-unauthorized-btn[b-q0okwv2v0j] {
    border: none;
    border-radius: 12px;
    padding: 10px 14px;
    background: var(--main-laptime-color);
    color: #fff;
    font-family: var(--main-text);
    font-weight: 800;
    cursor: pointer;
}

.auth-unauthorized-btn:active[b-q0okwv2v0j] {
    transform: translateY(1px);
}
/* _content/LapTime.Web/Components/Components/Shared/CompetitorCard/CompetitorCard.razor.rz.scp.css */
.lt-focus-active .lt-competitor-row[b-q64fnaylq0] {
    font-size: 0.9rem;
    margin-bottom: 0.12rem;
} 

.lt-focus-active .lt-pos-badge[b-q64fnaylq0] {
    width: 2rem;
    height: 2rem;
    font-size: 0.95rem;
}

.lt-focus-active .lt-driver-info :first-child[b-q64fnaylq0] {
    min-width: 24px;
}

.lt-focus-active .lt-driver-info span img[b-q64fnaylq0] {
    width: 18px;
}

.lt-focus-active .lt-driver-number[b-q64fnaylq0] {
    font-size: 1rem;
}

.lt-row-desktop[b-q64fnaylq0] {
    display: grid;
    grid-template-columns: 60px 2.5fr 0.4fr 1.5fr 0.4fr 1fr 1fr 1fr 1fr;
    gap: 1rem;
    align-items: center;
    padding: 0.35rem 2.25rem 0.35rem 1rem; /* Alterado padding-right para 2.25rem para alinhar 100% com o lt-table-header */
}

.lt-data-cell[b-q64fnaylq0] {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}

.lt-data-cell--driver[b-q64fnaylq0] {
    justify-content: flex-start;
    text-align: left;
}

.lt-data-cell--pos[b-q64fnaylq0] {
    justify-content: center;
}

.lt-focus-active .lt-row-desktop[b-q64fnaylq0] {
    gap: 0.5rem;
    padding: 0.7rem 0.65rem;
}

.lt-competitor-row[b-q64fnaylq0] {
    position: relative;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
    background: var(--lt-bg-glass);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.75rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.01);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--lt-text-primary);
}

.theme-dark .lt-competitor-row[b-q64fnaylq0] {
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.lt-competitor-row:hover[b-q64fnaylq0] {
    background: var(--lt-bg-glass-hover);
    border-color: rgba(0, 0, 0, 0.14);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.02);
}

.theme-dark .lt-competitor-row:hover[b-q64fnaylq0] {
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.lt-competitor-row--clickable[b-q64fnaylq0] {
    cursor: pointer;
}

.lt-competitor-row--clickable:hover[b-q64fnaylq0] {
    transform: translateY(-2px);
}

.lt-competitor-row--clickable:active[b-q64fnaylq0] {
    transform: translateY(-0.5px);
    background: var(--lt-bg-glass);
}

.lt-competitor-row--expanded[b-q64fnaylq0] {
    border-color: #9f9e9e42 !important;
    box-shadow: 0 8px 24px rgba(91, 33, 182, 0.08), 0 2px 6px rgba(91, 33, 182, 0.04) !important;
    z-index: 20;
}

.theme-dark .lt-competitor-row--expanded[b-q64fnaylq0] {
    border-color: #9f9e9e42 !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(91, 33, 182, 0.15) !important;
}

@media (min-width: 1024px) {
    .theme-dark .lt-competitor-row--expanded[b-q64fnaylq0] {
        background: var(--lt-bg-glass-hover);
    }
}

.lt-competitor-row--expanded:hover[b-q64fnaylq0] {
    transform: none;
}

.lt-pos-badge[b-q64fnaylq0] {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    font-size: 1.1rem;
    font-weight: 700;
    flex-shrink: 0;
}

.lt-driver-info[b-q64fnaylq0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.lt-driver-name[b-q64fnaylq0] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lt-driver-info span img[b-q64fnaylq0] {
    width: 24px;
    height: auto;
    border-radius: 2px;
    vertical-align: middle;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.lt-driver-info :first-child[b-q64fnaylq0] {
    min-width: 30px;
}

.lt-driver-number[b-q64fnaylq0] {
    font-family: inherit;
    font-size: 1.2rem;
    font-weight: 600;
    color: #E40E18;
}

.lt-driver-state img[b-q64fnaylq0] {
    width: 30px;
    height: auto;
}

.lt-mobile-stats-grid[b-q64fnaylq0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 0.55rem;
    width: 100%;
}

.lt-mobile-stat[b-q64fnaylq0] {
    text-align: center;
    padding: 0.5rem;
    background: var(--lt-bg-glass);
    border: 1px solid var(--lt-border-glass);
    border-radius: 0.5rem;
    color: var(--lt-text-primary);
}

@media (max-width: 1023px) {
    .lt-focus-active .lt-competitor-row[b-q64fnaylq0] {
        font-size: 1rem;
    }

    .lt-row-desktop[b-q64fnaylq0] {
        display: none;
    }

    .lt-focus-active .lt-pos-badge[b-q64fnaylq0] {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.1rem;
    }

    .lt-focus-active .lt-driver-info :first-child[b-q64fnaylq0] {
        min-width: 30px;
    }

    .lt-focus-active .lt-driver-info span img[b-q64fnaylq0] {
        width: 24px;
    }

    .lt-focus-active .lt-driver-number[b-q64fnaylq0] {
        font-size: 1.2rem;
    }
}

/* ── Dashboard Grid ── */
.lt-dashboard-grid[b-q64fnaylq0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.lt-dashboard-card[b-q64fnaylq0] {
    background: var(--lt-card-bg);
    border: 1px solid var(--lt-border-glass);
    border-radius: 0.75rem;
    padding: 1rem;
}

.lt-card-header[b-q64fnaylq0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--lt-text-muted);
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    letter-spacing: 0.05em;
}

.lt-card-header svg[b-q64fnaylq0] {
    color: #E40E18;
}

/* Sectors */
.lt-sectors-list[b-q64fnaylq0] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.lt-sector-item[b-q64fnaylq0] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.lt-sector-label[b-q64fnaylq0] {
    font-size: 0.6rem;
    font-weight: 600;
    color: #bbb;
}

.lt-sector-value[b-q64fnaylq0] {
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--lt-text-primary);
    display: flex;
    align-items: center;
    gap: 4px;
}

.lt-trophy-icon[b-q64fnaylq0] {
    width: 14px;
    height: 14px;
    color: #FFD700; /* Gold */
    filter: drop-shadow(0 0 2px rgba(255, 215, 0, 0.4));
}

.lt-theoretical .lt-sector-label[b-q64fnaylq0] {
    color: #E40E18;
}

.lt-theoretical .lt-sector-value[b-q64fnaylq0] {
    color: #E40E18;
}

/* Summary Stats */
.lt-summary-stats[b-q64fnaylq0] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

.lt-summary-item[b-q64fnaylq0] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.lt-summary-label[b-q64fnaylq0] {
    font-size: 0.6rem;
    font-weight: 600;
    color: #bbb;
}

.lt-summary-value[b-q64fnaylq0] {
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--lt-text-primary);
}

.lt-gain-positive[b-q64fnaylq0] { color: #2f855a; }
.lt-gain-negative[b-q64fnaylq0] { color: #c53030; }

/* ── Expansion Panel ── */
.lt-expansion-panel[b-q64fnaylq0] {
    border-top: 0 solid transparent;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    max-height: 0;
    opacity: 0;
    transform: translateY(-6px);
    overflow: hidden;
    padding: 0 1rem;
    border-radius: 0 0 0.75rem 0.75rem;
    pointer-events: none;
    transition: max-height 0.3s ease, opacity 0.2s ease, transform 0.3s ease, padding 0.3s ease, border-top-width 0.3s ease;
}

.lt-expansion-panel--open[b-q64fnaylq0] {
    border-top-width: 1px;
    max-height: min(70vh, 62rem);
    opacity: 1;
    transform: translateY(0);
    padding: 1rem;
    pointer-events: auto;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    position: relative;
    z-index: 1;
    scrollbar-gutter: stable;
}

.lt-expansion-header[b-q64fnaylq0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--lt-text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.lt-expansion-title[b-q64fnaylq0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.lt-expansion-header svg[b-q64fnaylq0] {
    color: #E40E18;
}

.lt-history-toolbar[b-q64fnaylq0] {
    display: flex;
    align-items: center;
    justify-content: center; /* Centraliza os badges de Melhor/Pior volta */
    gap: 1rem;
    flex-wrap: nowrap;
    padding: 0.7rem 0.85rem;
    border: 1px solid var(--lt-border-glass);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
}

.lt-page-size-selector[b-q64fnaylq0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: max-content;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--lt-text-secondary);
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.lt-page-select[b-q64fnaylq0] {
    flex: 0 0 auto;
    min-width: 5.25rem;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
    border: 1px solid rgb(137 137 137 / 60%);
    border-radius: 0.45rem;
    padding: 0.35rem 0.6rem;
    color: var(--lt-text-primary);
    font-size: 0.85rem;
    font-weight: 700;
    outline: none;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.lt-page-select option[b-q64fnaylq0] {
    background-color: var(--lt-card-bg, #ffffff);
    color: var(--lt-text-primary, #111111);
}

.theme-dark .lt-page-select[b-q64fnaylq0] {
    background: #1e1e2e;
    color: #ffffff;
}

.theme-dark .lt-page-select option[b-q64fnaylq0] {
    background-color: #1e1e2e !important;
    color: #ffffff !important;
}

.lt-page-select:focus[b-q64fnaylq0],
.lt-page-select:focus-visible[b-q64fnaylq0] {
    border-color: var(--lt-accent);
    box-shadow: 0 0 0 3px rgba(228, 14, 24, 0.14);
}

.lt-history-badges[b-q64fnaylq0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.lt-history-badge[b-q64fnaylq0] {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--lt-border-glass);
    color: var(--lt-text-primary);
    letter-spacing: 0.01em;
}

.lt-history-badge--best[b-q64fnaylq0] {
    color: #ffffff;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.96), rgba(88, 28, 135, 0.92));
    border-color: rgba(196, 181, 253, 0.55);
    box-shadow: 0 6px 18px rgba(109, 40, 217, 0.18);
}

.lt-overall-best-badge[b-q64fnaylq0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.15rem 0.6rem;
    border-radius: 0.5rem;
    font-size: 1.1rem !important; /* Ajustado de 0.8rem para corresponder exatamente ao tamanho dos outros tempos */
    font-weight: 800;
    color: #ffffff !important;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.96), rgba(88, 28, 135, 0.92));
    border: 1px solid rgba(196, 181, 253, 0.55);
    box-shadow: 0 4px 12px rgba(109, 40, 217, 0.22);
    letter-spacing: 0.02em;
    font-family: inherit;
    margin-left: -8px;
}

.lt-passings-grid[b-q64fnaylq0] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    background: transparent;
    border: none;
}

.lt-passing-item[b-q64fnaylq0] {
    display: grid;
    gap: 0.75rem;
    align-items: center;
    padding: 0.20rem 1rem;
    background: var(--lt-bg-glass);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0.5rem;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--lt-text-primary);
}

.lt-passing-item--race[b-q64fnaylq0] {
    grid-template-columns: 3.5rem 4.5rem minmax(7.5rem, 1.2fr) repeat(3, minmax(5rem, 1fr));
}

.lt-passing-item--session[b-q64fnaylq0] {
    grid-template-columns: 3.5rem 4.5rem minmax(8.5rem, 1.4fr) minmax(7rem, 1fr);
}

.theme-dark .lt-passing-item[b-q64fnaylq0] {
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.theme-dark .lt-focus-active .lt-passing-item[b-q64fnaylq0] {
    background: var(--lt-bg-glass-hover);
    border-color: rgba(255, 255, 255, 0.1);
}

.lt-passing-item:hover[b-q64fnaylq0] {
    background: var(--lt-bg-glass-hover);
    border-color: rgba(0, 0, 0, 0.1);
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.01);
}

.theme-dark .lt-passing-item:hover[b-q64fnaylq0] {
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.lt-passing-item--overall-best[b-q64fnaylq0] {
    background: linear-gradient(90deg, rgba(168, 85, 247, 0.08), rgba(168, 85, 247, 0.03) 70%, rgba(168, 85, 247, 0.01)) !important;
    border-left: 4px solid rgba(192, 132, 252, 0.95) !important;
}

.lt-passing-item--personal-best[b-q64fnaylq0] {
    background: linear-gradient(90deg, rgba(168, 85, 247, 0.08), rgba(168, 85, 247, 0.03) 70%, rgba(168, 85, 247, 0.01)) !important;
    border-left: 4px solid rgba(192, 132, 252, 0.95) !important;
}

.lt-passing-field[b-q64fnaylq0] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.lt-passing-field span[b-q64fnaylq0] {
    font-size: 0.58rem;
    font-weight: 700;
    color: var(--lt-text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.lt-passing-field strong[b-q64fnaylq0] {
    font-size: 0.92rem;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lt-passing-field--pos strong[b-q64fnaylq0] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 1rem;
}

.lt-position-change[b-q64fnaylq0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    line-height: 1;
}

.lt-position-change svg[b-q64fnaylq0] {
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    fill: currentColor;
}

.lt-position-change--up[b-q64fnaylq0] {
    color: #22c55e !important;
}

.lt-position-change--down[b-q64fnaylq0] {
    color: #ef4444 !important;
}

/* Highlighting */
.lt-time-best[b-q64fnaylq0] {
    font-weight: 900;
    font-size: 1.02rem;
    letter-spacing: 0.01em;
    display: inline-flex;
    align-items: center;
    padding: 0.18rem 0.45rem;
    border-radius: 0.45rem;
}

.lt-time-best--overall[b-q64fnaylq0] {
    color: #5b21b6 !important;
    background: rgba(237, 233, 254, 0.98) !important;
    border: 1px solid rgba(196, 181, 253, 0.8) !important;
    text-shadow: none;
}

.lt-time-best--personal[b-q64fnaylq0] {
    color: #166534 !important;
    background: rgba(220, 252, 231, 0.98) !important;
    border: 1px solid rgba(134, 239, 172, 0.85) !important;
    text-shadow: none;
}

.lt-pagination-controls[b-q64fnaylq0] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 0.75rem;
    border-top: 1px solid var(--lt-border-glass);
    padding-top: 0.75rem;
    width: 100%;
}

.lt-pagination-controls .lt-page-size-selector[b-q64fnaylq0] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    justify-self: start;
    white-space: nowrap;
}

.lt-pagination-center[b-q64fnaylq0] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    justify-self: center;
}

.lt-pagination-right[b-q64fnaylq0] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
}

.lt-passage-toggle[b-q64fnaylq0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: flex-end;
}

.lt-pagination-mobile-status[b-q64fnaylq0] {
    display: none;
}

.lt-passage-text[b-q64fnaylq0] {
    display: inline-flex;
    align-items: center;
    max-width: 220px;
    min-width: 0;
}

.lt-passage-btn[b-q64fnaylq0] {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border: 1px solid rgba(239, 68, 68, 0.4);
    background: rgba(239, 68, 68, 0.08);
    color: #ef4444;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.lt-passage-btn:hover[b-q64fnaylq0] {
    border-color: rgba(239, 68, 68, 0.6);
    background: rgba(239, 68, 68, 0.18);
    box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.12);
    transform: translateY(-1px);
}

.lt-passage-btn--armed[b-q64fnaylq0] {
    color: #10b981;
    border-color: rgba(16, 185, 129, 0.55);
    background: rgba(16, 185, 129, 0.12);
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.12);
}

.lt-passage-btn--armed:hover[b-q64fnaylq0] {
    background: rgba(16, 185, 129, 0.22);
    border-color: rgba(16, 185, 129, 0.7);
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.2);
}

.lt-passage-icon[b-q64fnaylq0] {
    width: 18px;
    height: 18px;
}

.lt-passage-status[b-q64fnaylq0] {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--lt-text-secondary);
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lt-passage-elapsed[b-q64fnaylq0] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--lt-text-primary);
    font-family: 'Roboto Mono', 'Cascadia Mono', 'Consolas', 'Courier New', monospace;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1, "lnum" 1;
    background: var(--lt-bg-glass);
    border: 1px solid var(--lt-border-glass);
    border-radius: 0.45rem;
    padding: 0.2rem 0.45rem;
    white-space: nowrap;
    min-width: 6.5rem;
    text-align: center;
}

@media (max-width: 768px) {
    .lt-pagination-controls[b-q64fnaylq0] {
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "page right"
            "center center";
        justify-items: stretch;
        gap: 0.65rem;
        padding-bottom: 0.5rem;
    }

    .lt-pagination-controls--status[b-q64fnaylq0] {
        grid-template-areas:
            "status status"
            "page right"
            "center center";
    }

    .lt-pagination-mobile-status[b-q64fnaylq0] {
        display: flex;
        grid-area: status;
        justify-content: center;
        align-items: center;
        min-height: 1.6rem;
    }

    .lt-page-size-selector[b-q64fnaylq0] {
        grid-area: page;
        justify-self: start;
        align-self: center;
    }

    .lt-pagination-right[b-q64fnaylq0] {
        grid-area: right;
        justify-self: end;
        align-self: center;
    }

    .lt-pagination-center[b-q64fnaylq0] {
        grid-area: center;
        justify-self: center;
    }

    .lt-passage-toggle[b-q64fnaylq0] {
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 0.35rem;
        width: auto;
    }

    .lt-passage-text[b-q64fnaylq0] {
        display: none;
    }

    .lt-passage-status[b-q64fnaylq0] {
        white-space: normal;
        text-align: center;
    }
}

.lt-pag-btn[b-q64fnaylq0] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: var(--lt-bg-glass);
    border: 1px solid var(--lt-border-glass);
    border-radius: 0.375rem;
    color: var(--lt-text-primary);
    cursor: pointer;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.lt-pag-btn:disabled[b-q64fnaylq0] {
    opacity: 0.4;
    cursor: not-allowed;
}

    .lt-pag-btn:not(:disabled):hover[b-q64fnaylq0] {
        background: rgb(228 14 24 / 91%);
        border-color: rgba(228, 14, 24, 0.35);
        color: #fff;
        transform: translateY(-1px);
    }

.lt-pag-info[b-q64fnaylq0] {
    font-family: inherit;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--lt-text-secondary);
    min-width: 3.5rem;
    text-align: center;
}

@media (max-width: 768px) {
    .lt-history-toolbar[b-q64fnaylq0] {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .lt-page-size-selector[b-q64fnaylq0] {
        min-width: 0;
        flex-wrap: wrap;
    }

    .lt-page-select[b-q64fnaylq0] {
        min-width: 4.75rem;
    }

    .lt-passing-item[b-q64fnaylq0] {
        grid-template-columns: repeat(3, 1fr) !important;
        grid-template-rows: auto auto !important;
        gap: 0.5rem 0.75rem !important;
        padding: 0.75rem 0.85rem !important;
    }

    .lt-passing-item--session[b-q64fnaylq0] {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .lt-passing-field span[b-q64fnaylq0] {
        font-size: 0.55rem !important;
        opacity: 0.85 !important;
    }

    .lt-passing-field strong[b-q64fnaylq0] {
        font-size: 0.88rem !important;
    }

    .lt-passing-field .lt-time-best[b-q64fnaylq0],
    .lt-passing-field .lt-time-normal[b-q64fnaylq0] {
        font-size: 0.88rem !important;
        margin-left: -0.35rem !important;
        padding: 0.12rem 0.35rem !important;
    }
}

/* Loading State */
.lt-expansion-loading[b-q64fnaylq0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    color: #999;
    font-size: 0.875rem;
}

.lt-mini-spinner[b-q64fnaylq0] {
    width: 16px;
    height: 16px;
    border: 2px solid var(--lt-border-glass);
    border-top-color: var(--lt-accent);
    border-radius: 50%;
    animation: lt-spin-b-q64fnaylq0 0.6s linear infinite;
}

.lt-expansion-empty[b-q64fnaylq0] {
    padding: 1rem;
    color: #bbb;
    font-size: 0.875rem;
    text-align: center;
}

@keyframes lt-slide-down-b-q64fnaylq0 {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes lt-spin-b-q64fnaylq0 {
    to { transform: rotate(360deg); }
}

/* Penalty Box */
.lt-penalty-box[b-q64fnaylq0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(197, 48, 48, 0.1);
    border: 1px solid var(--lt-accent);
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    color: var(--lt-accent);
    font-size: 0.85rem;
    font-weight: 600;
}

.lt-penalty-box svg[b-q64fnaylq0] {
    flex-shrink: 0;
}

/* Custom Tooltip Premium */
.lt-tooltip-container[b-q64fnaylq0] {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: help;
    outline: none;
}

.lt-tooltip-container[b-q64fnaylq0]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 150%;
    left: 50%;
    transform: translateX(-50%) translateY(5px) scale(0.95);
    background: #0f172a;
    color: #f1f5f9;
    padding: 0.35rem 0.6rem;
    border-radius: 0.375rem;
    font-size: 0.72rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1), transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999;
    letter-spacing: normal;
    text-transform: none;
}

/* Seta do Tooltip */
.lt-tooltip-container[b-q64fnaylq0]::before {
    content: "";
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%) translateY(5px);
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #0f172a transparent transparent;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1), transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999;
}

/* Exibição no Hover e Foco (Mobile) */
.lt-tooltip-container:hover[b-q64fnaylq0]::after,
.lt-tooltip-container:focus-within[b-q64fnaylq0]::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
}

.lt-tooltip-container:hover[b-q64fnaylq0]::before,
.lt-tooltip-container:focus-within[b-q64fnaylq0]::before {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* ── ESTILOS MÓVEIS ADICIONAIS ── */
.lt-mobile-driver[b-q64fnaylq0] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.lt-mobile-driver-main[b-q64fnaylq0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.lt-mobile-driver-sub[b-q64fnaylq0] {
    display: flex;
    align-items: center;
    margin-top: 0.1rem;
}

.lt-driver-category[b-q64fnaylq0] {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--lt-text-secondary);
}

.lt-mobile-stats-secondary[b-q64fnaylq0] {
    grid-template-columns: repeat(3, 1fr) !important;
}

/* ── DESTAQUE HIGH-END NOS CARDS MÓVEIS (lt-mobile-stat) ── */
.lt-mobile-stat[b-q64fnaylq0] {
    position: relative;
    text-align: center;
    padding: 0.65rem 0.45rem !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 0.65rem !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.01) !important;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow: hidden !important;
}

.theme-dark .lt-mobile-stat[b-q64fnaylq0] {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.005)) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
}

.lt-mobile-stat:hover[b-q64fnaylq0] {
    transform: translateY(-1.5px) !important;
    border-color: rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.03) !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)) !important;
}

.theme-dark .lt-mobile-stat:hover[b-q64fnaylq0] {
    border-color: rgba(255, 255, 255, 0.14) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)) !important;
}

.lt-mobile-stat[b-q64fnaylq0]::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 25% !important;
    height: 50% !important;
    width: 3px !important;
    background: var(--lt-accent) !important;
    border-radius: 0 2px 2px 0 !important;
    opacity: 0.2 !important;
    transition: opacity 0.22s, background-color 0.22s !important;
}

.lt-mobile-stat:hover[b-q64fnaylq0]::before {
    opacity: 1 !important;
    height: 60% !important;
    top: 20% !important;
}

.lt-stat-label[b-q64fnaylq0] {
    display: block !important;
    font-size: 0.62rem !important;
    font-weight: 800 !important;
    color: var(--lt-text-secondary) !important;
    text-transform: uppercase !important;
    margin-bottom: 0.25rem !important;
    letter-spacing: 0.06em !important;
    opacity: 0.8 !important;
}

.lt-stat-value[b-q64fnaylq0] {
    font-family: inherit !important;
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    color: var(--lt-text-primary) !important;
}

/* ── ALINHAMENTO PIXEL-PERFECT DO TEMPO NO HISTÓRICO ── */
.lt-passing-field .lt-time-best[b-q64fnaylq0],
.lt-passing-field .lt-time-normal[b-q64fnaylq0] {
    font-family: inherit !important;
    font-size: 0.92rem !important;
    font-weight: 800 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    display: inline-flex !important;
    align-items: center !important;
    box-sizing: border-box !important;
    margin-left: -0.45rem !important; /* Puxa o balão de volta para a esquerda para alinhar o texto perfeitamente com a coluna! */
}

.lt-passing-field .lt-time-best[b-q64fnaylq0] {
    font-weight: 900 !important;
    padding: 0.15rem 0.45rem !important;
    border-radius: 0.45rem !important;
}

.lt-passing-field .lt-time-normal[b-q64fnaylq0] {
    padding: 0.15rem 0.45rem !important;
    border: 1px solid transparent !important;
}

/* ── HIGHLIGHTS PREMIUM PARA STATS MÓVEIS (T.M.V, T.U.V) ── */
.lt-mobile-stat .lt-stat-value.highlight-overall-best[b-q64fnaylq0] {
    color: #8b5cf6 !important; /* Roxo vibrante para melhor volta geral */
    text-shadow: 0 0 10px rgba(139, 92, 246, 0.3) !important;
    font-weight: 900 !important;
}

.lt-mobile-stat .lt-stat-value.highlight-best-lap[b-q64fnaylq0] {
    color: #10b981 !important; /* Verde esmeralda para melhor volta pessoal */
    text-shadow: 0 0 10px rgba(16, 185, 129, 0.3) !important;
    font-weight: 900 !important;
}

/* Destaca o card mobile inteiro usando :has */
.lt-mobile-stat:has(.highlight-overall-best)[b-q64fnaylq0] {
    border-color: rgba(139, 92, 246, 0.45) !important;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(139, 92, 246, 0.03)) !important;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.12) !important;
}

.lt-mobile-stat:has(.highlight-overall-best)[b-q64fnaylq0]::before {
    background: #8b5cf6 !important;
    opacity: 1 !important;
    height: 70% !important;
    top: 15% !important;
}

.lt-mobile-stat:has(.highlight-best-lap)[b-q64fnaylq0] {
    border-color: rgba(16, 185, 129, 0.45) !important;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(16, 185, 129, 0.03)) !important;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.12) !important;
}

.lt-mobile-stat:has(.highlight-best-lap)[b-q64fnaylq0]::before {
    background: #10b981 !important;
    opacity: 1 !important;
    height: 70% !important;
    top: 15% !important;
}

/* ── EVITA CORTE DE TOOLTIP NO MOBILE ── */
@media (max-width: 768px) {
    .lt-tooltip-container[b-q64fnaylq0]::after {
        left: auto !important;
        right: 0 !important;
        transform: translateY(5px) scale(0.95) !important;
        white-space: nowrap !important;
    }
    
    .lt-tooltip-container:hover[b-q64fnaylq0]::after,
    .lt-tooltip-container:focus-within[b-q64fnaylq0]::after {
        transform: translateY(0) scale(1) !important;
    }

    /* Ajuste da seta do tooltip para alinhar à direita com o ícone */
    .lt-tooltip-container[b-q64fnaylq0]::before {
        left: auto !important;
        right: 6px !important;
        transform: translateY(5px) !important;
    }

    .lt-tooltip-container:hover[b-q64fnaylq0]::before,
    .lt-tooltip-container:focus-within[b-q64fnaylq0]::before {
        transform: translateY(0) !important;
    }
}
/* _content/LapTime.Web/Components/Components/Shared/Contact/BusinessContactSection.razor.rz.scp.css */
/* ============================================================
   BusinessContactSection.razor.css — Modern Redesign (Light Theme)
   ============================================================ */

.business-contact-modern[b-0cabuifxy7] {
    width: 100%;
    padding: clamp(60px, 8vh, 120px) 24px;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    color: #111;
}

.contact-panel-modern[b-0cabuifxy7] {
    max-width: 1000px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 60px;
    background: #fff;
    border-radius: 40px;
    border: 1px solid #ebebeb;
    box-shadow: 0 20px 60px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

.contact-panel-modern[b-0cabuifxy7]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: var(--main-laptime-color, #E40E18);
}

.contact-badge[b-0cabuifxy7] {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(228, 14, 24, 0.08);
    color: #E40E18;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.contact-title[b-0cabuifxy7] {
    font-size: clamp(2rem, 3.5vw, 2.7rem);
    font-weight: 800;
    color: #111;
    line-height: 1.15;
    margin: 0;
    letter-spacing: -0.02em;
    max-width: 875px;
}

.contact-description[b-0cabuifxy7] {
    font-size: clamp(1.05rem, 1.8vw, 1.2rem);
    color: #666;
    line-height: 1.6;
    margin: 0 0 16px 0;
    max-width: 700px;
}

.contact-actions-modern[b-0cabuifxy7] {
    margin-bottom: 48px;
}

.btn-primary-modern[b-0cabuifxy7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--main-laptime-color, #E40E18);
    color: #fff;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 24px rgba(228, 14, 24, 0.2);
}

.btn-primary-modern:hover[b-0cabuifxy7] {
    background: #ff1e27;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(228, 14, 24, 0.3);
}

/* ── Contact Grid ── */
.contact-grid-modern[b-0cabuifxy7] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}

.contact-card[b-0cabuifxy7] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: #fdfdfd;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    text-decoration: none;
    color: #111;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: left;
}

.contact-card:hover[b-0cabuifxy7] {
    background: #fff;
    transform: translateY(-4px);
    border-color: rgba(228, 14, 24, 0.2);
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.contact-icon[b-0cabuifxy7] {
    width: 48px;
    height: 48px;
    background: rgba(228, 14, 24, 0.08);
    color: #E40E18;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-info[b-0cabuifxy7] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact-info span[b-0cabuifxy7] {
    font-size: 0.8rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
}

.contact-info strong[b-0cabuifxy7] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #111;
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .contact-grid-modern[b-0cabuifxy7] {
        grid-template-columns: 1fr;
    }
    .contact-card[b-0cabuifxy7]{
        margin-left: -17px;
    }
}
/* _content/LapTime.Web/Components/Components/Shared/FaqMessage/CompetitorTable/CompetitorTable.razor.rz.scp.css */
.lt-table-header-wrapper[b-ex7tqzlix2] {
    position: relative;
    width: 100%;
}

.lt-focus-active .lt-table-header[b-ex7tqzlix2] {
    font-size: 0.9rem;
    padding: 1rem 1.25rem;
}

.lt-table-toolbar[b-ex7tqzlix2] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0.5rem;
}

.lt-columns-filter[b-ex7tqzlix2] {
    position: relative;
}

.lt-columns-toggle[b-ex7tqzlix2] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    line-height: 1;
    border: 1px solid var(--lt-border-glass);
    background: var(--lt-bg-glass);
    color: var(--lt-text-primary);
    border-radius: 0.75rem;
    padding: 0.7rem 0.95rem;
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

.lt-columns-toggle--header[b-ex7tqzlix2] {
    z-index: 31;
    padding: 0.65rem 0.95rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.8));
    backdrop-filter: blur(14px);
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    border-radius: 0.85rem;
}

.lt-columns-toggle--active[b-ex7tqzlix2] {
    border-color: rgba(228, 14, 24, 0.35);
    box-shadow: 0 12px 30px rgba(228, 14, 24, 0.12);
}

.lt-columns-toggle--header .lt-columns-filter-icon[b-ex7tqzlix2] {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    color: #E40E18;
    flex-shrink: 0;
    margin: 0;
    display: block;
}

.lt-columns-toggle--header span[b-ex7tqzlix2] {
    display: inline-block;
    letter-spacing: 0.02em;
    font-size: 0.82rem;
}

.lt-columns-menu[b-ex7tqzlix2] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    width: min(820px, calc(100vw - 2rem));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 249, 249, 0.96));
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
    padding: 1rem;
    z-index: 30;
    transform-origin: top right;
    animation: lt-columns-pop-b-ex7tqzlix2 0.16s ease-out;
    
    /* Resets para não herdar estilos de texto do lt-table-header */
    text-transform: none !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    letter-spacing: normal !important;
    color: var(--lt-text-primary) !important;
}

.lt-columns-menu-header[b-ex7tqzlix2] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.9rem;
}

.lt-columns-menu-title[b-ex7tqzlix2] {
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--lt-text-primary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.lt-columns-menu-subtitle[b-ex7tqzlix2] {
    margin-top: 0.25rem;
    font-size: 0.8rem;
    color: var(--lt-text-secondary);
}

.lt-columns-menu-close[b-ex7tqzlix2] {
    border: none;
    background: rgba(0, 0, 0, 0.05);
    color: var(--lt-text-primary);
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1;
}

.theme-dark .lt-columns-toggle--header[b-ex7tqzlix2],
.theme-dark .lt-columns-menu[b-ex7tqzlix2] {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.96), rgba(24, 24, 24, 0.96));
    border-color: rgba(255, 255, 255, 0.08);
    color: #f3f4f6;
}

.theme-dark .lt-columns-menu-close[b-ex7tqzlix2] {
    background: rgba(255, 255, 255, 0.08);
    color: #f3f4f6;
}

.theme-dark .lt-column-option[b-ex7tqzlix2] {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.08);
}

.theme-dark .lt-columns-clear[b-ex7tqzlix2] {
    color: #f87171;
}

@keyframes lt-columns-pop-b-ex7tqzlix2 {
    from {
        opacity: 0;
        transform: translateY(-6px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.lt-columns-options[b-ex7tqzlix2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.55rem;
    max-height: 320px;
    overflow: auto;
    padding-right: 0.15rem;
}

.lt-column-option[b-ex7tqzlix2] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 0.8rem;
    border-radius: 0.75rem;
    border: 1px solid var(--lt-border-glass);
    background: var(--lt-bg-glass);
    color: var(--lt-text-primary);
    cursor: pointer;
    user-select: none;
}

.lt-column-option input[b-ex7tqzlix2] {
    accent-color: #E40E18;
    margin: 0;
}

.lt-column-option input:disabled[b-ex7tqzlix2] {
    cursor: not-allowed;
    opacity: 0.5;
}

.lt-column-option--active[b-ex7tqzlix2] {
    border-color: rgba(228, 14, 24, 0.35);
    background: rgba(228, 14, 24, 0.06);
}

.lt-columns-actions[b-ex7tqzlix2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.9rem;
}

.lt-columns-clear[b-ex7tqzlix2] {
    border: none;
    background: transparent;
    color: #E40E18;
    font-weight: 800;
    padding: 0.25rem 0;
    cursor: pointer;
}

.lt-columns-limit[b-ex7tqzlix2] {
    font-size: 0.78rem;
    color: var(--lt-text-secondary);
    font-weight: 700;
}

.lt-columns-summary[b-ex7tqzlix2] {
    font-size: 0.8rem;
    color: var(--lt-text-secondary);
    align-self: center;
}

.lt-columns-backdrop[b-ex7tqzlix2] {
    position: fixed;
    inset: 0;
    border: none;
    background: rgba(10, 10, 10, 0.18);
    backdrop-filter: blur(2px);
    z-index: 25;
    cursor: default;
}

.lt-column-hidden[b-ex7tqzlix2] {
    display: none !important;
}

.lt-table-header[b-ex7tqzlix2] {
    position: relative; /* Adicionado para posicionamento absoluto do filtro */
    z-index: 100; /* Aumentado para ficar acima do backdrop global (z-index 25) e evitar ficar invisível */
    display: grid;
    grid-template-columns: 60px 2.5fr 0.4fr 1.5fr 0.4fr 1fr 1fr 1fr 1fr;
    gap: 1rem;
    padding: 0.75rem 2.25rem 0.75rem 1rem; /* Aumentado padding-right para dar espaço ao ícone do filtro */
    background: var(--lt-bg-glass);
    border: 1px solid var(--lt-border-glass);
    border-radius: 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--lt-text-secondary);
    margin-bottom: 0.5rem;
}

.lt-table-header > :not(.lt-header-filter)[b-ex7tqzlix2] {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}

.lt-th-driver[b-ex7tqzlix2] {
    justify-content: flex-start !important;
    text-align: left !important;
}

/* Novo posicionamento do filtro na tabela */
.lt-header-filter[b-ex7tqzlix2] {
    position: absolute;
    right: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 31;
    display: flex;
    align-items: center;
}

.lt-header-filter-btn[b-ex7tqzlix2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    padding: 0.35rem;
    color: var(--lt-text-secondary);
    cursor: pointer;
    border-radius: 0.35rem;
    transition: all 0.2s ease;
    outline: none;
}

.lt-header-filter-btn:hover[b-ex7tqzlix2] {
    background: rgba(0, 0, 0, 0.05);
    color: var(--lt-text-primary);
}

.theme-dark .lt-header-filter-btn:hover[b-ex7tqzlix2] {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.lt-header-filter-btn--active[b-ex7tqzlix2] {
    color: #E40E18 !important;
}

@media (max-width: 1023px) {
    .lt-focus-active .lt-table-header[b-ex7tqzlix2] {
        font-size: 0.75rem;
        padding: 0.75rem 1rem;
    }

    .lt-table-header[b-ex7tqzlix2] {
        display: none;
    }
}

.lt-competitors-list[b-ex7tqzlix2] {
    margin-bottom: 2rem;
}

@media (max-width: 1023px) {
    .lt-columns-toggle--header[b-ex7tqzlix2] {
        padding: 0.55rem 0.8rem;
    }

    .lt-columns-menu[b-ex7tqzlix2] {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        right: auto !important;
        width: calc(100vw - 2rem) !important;
        max-width: 480px !important;
        z-index: 1001 !important;
        box-shadow: 0 30px 90px rgba(0, 0, 0, 0.4) !important;
        animation: lt-columns-pop-b-ex7tqzlix2 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    }

    .lt-columns-backdrop[b-ex7tqzlix2] {
        position: fixed !important;
        inset: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        z-index: 1000 !important;
        background: rgba(0, 0, 0, 0.6) !important;
        backdrop-filter: blur(4px) !important;
    }
}
/* _content/LapTime.Web/Components/Components/Shared/FaqMessage/FaqMessage.razor.rz.scp.css */
.faq-contact-section[b-81hwuaj9c4] {
    display: flex;
    width: 100%;
    padding: 50px;
    gap: 20px;
}

.faq-section[b-81hwuaj9c4] {
    width: 50%;
    background-color: #E40E18;
    padding: 50px;
    border-radius: 20px;
}

.faq-section h1[b-81hwuaj9c4] {
    color: white;
    text-align: center;
    margin-bottom: 20px;
}

.faq-item[b-81hwuaj9c4] {
    background-color: #E2373F;
    color: white;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.faq-question[b-81hwuaj9c4] {
    display: flex;
    justify-content: space-between;
}

.contact-section[b-81hwuaj9c4] {
    width: 50%;
    background-color: #F4F4F4;
    padding: 50px;
    border-radius: 20px;
}

.contact-section div[b-81hwuaj9c4] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-section h1[b-81hwuaj9c4] {
    color: black;
    text-align: center;
    margin-bottom: 20px;
}

.contact-alert-success[b-81hwuaj9c4] {
    margin-top: 20px;
    color: green;
}


@media (max-width: 768px) {
    .faq-contact-section[b-81hwuaj9c4] {
        flex-direction: column;
        padding: 20px;
    }

    .faq-section[b-81hwuaj9c4] {
        width: 100%;
        padding: 20px;
    }

    .contact-section[b-81hwuaj9c4] {
        width: 100%;
        padding: 20px;
    }
}
/* _content/LapTime.Web/Components/Components/Shared/FeatureCard/FeatureCard.razor.rz.scp.css */
.feat-card-ctn[b-vt5zdbxejh] {
    width: 100%;
    min-height: 178px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    background-color: white;
    overflow: hidden;
    border: 1px solid #e7e9ee;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.feat-card-ctn:hover[b-vt5zdbxejh] {
    transform: translateY(-3px);
    border-color: rgba(228, 14, 24, 0.26);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.10);
}

.card-info-ctn[b-vt5zdbxejh]{
    padding: 20px 22px 20px 2px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
    min-width: 0;
}

.card-title[b-vt5zdbxejh] {
    margin: 0 0 10px;
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.2;
    color: #111827;
}

.card-description[b-vt5zdbxejh] {
    margin: 0;
    color: #5b6472;
    font-size: 0.9rem;
    line-height: 1.42;
}

.card-action-btn[b-vt5zdbxejh] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    width: fit-content;
    color: #E40E18;
    background: rgba(228, 14, 24, 0.05);
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.feat-card-ctn:hover .card-action-btn[b-vt5zdbxejh] {
    background: #E40E18;
    color: #fff;
    padding-right: 22px;
    box-shadow: 0 4px 12px rgba(228, 14, 24, 0.2);
}

.card-link-icon[b-vt5zdbxejh] {
    width: 0.5rem;
    height: 0.5rem;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.feat-card-ctn:hover .card-link-icon[b-vt5zdbxejh] {
    transform: translateX(3px) rotate(45deg);
}

.card-visual[b-vt5zdbxejh] {
    min-height: 100%;
    padding: 18px 14px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}


.card-icon-shell[b-vt5zdbxejh] {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: #E40E18;
    background: #fff;
    border: 1px solid rgba(228, 14, 24, 0.16);
    box-shadow: 0 8px 18px rgba(228, 14, 24, 0.08);
}

.card-icon[b-vt5zdbxejh] {
    font-size: 34px;
    line-height: 1;
}

.feat-card-ctn:hover[b-vt5zdbxejh]{
    cursor: pointer;
}

@media (max-width: 600px) {
    .feat-card-ctn[b-vt5zdbxejh] {
        min-height: 168px;
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .card-info-ctn[b-vt5zdbxejh] {
        padding: 18px 18px 18px 0;
    }

    .card-title[b-vt5zdbxejh] {
        font-size: 0.98rem;
    }

    .card-description[b-vt5zdbxejh] {
        font-size: 0.86rem;
    }

    .card-icon-shell[b-vt5zdbxejh] {
        width: 48px;
        height: 48px;
    }

    .card-icon[b-vt5zdbxejh] {
        font-size: 30px;
    }
}
/* _content/LapTime.Web/Components/Components/Shared/LoadingSpinner.razor.rz.scp.css */
.loading-spinner[b-9kfqgkt89i] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.25);
    border-top-color: var(--main-laptime-color);
    animation: loading-spinner-spin-b-9kfqgkt89i 0.9s linear infinite;
}

@keyframes loading-spinner-spin-b-9kfqgkt89i {
    to {
        transform: rotate(360deg);
    }
}
/* _content/LapTime.Web/Components/Components/Shared/RacingEventCard/RacingEventCard.razor.rz.scp.css */
.lt-focus-active .lt-racing-card[b-6v6w0a9lj3] {
    padding: 1.25rem 1.5rem;
}

.lt-racing-card[b-6v6w0a9lj3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.9vh;
    background: var(--lt-bg-glass);
    backdrop-filter: blur(10px);
    border: 1px solid var(--lt-border-glass);
    border-radius: 1rem;
    transition: all 0.3s ease;
}

.lt-racing-live[b-6v6w0a9lj3] {
    cursor: pointer;
    box-shadow: 0 4px 20px hsla(0, 70%, 55%, 0.15);
}

.lt-racing-left[b-6v6w0a9lj3] {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.lt-racing-type-badge[b-6v6w0a9lj3] {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    flex-shrink: 0;
}

.lt-focus-active .lt-racing-type-badge[b-6v6w0a9lj3] {
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
}

.lt-focus-active .lt-racing-info h3[b-6v6w0a9lj3] {
    font-size: 1.3rem;
}

.lt-focus-active .lt-racing-info p[b-6v6w0a9lj3] {
    font-size: 1.1rem;
}

.lt-racing-right[b-6v6w0a9lj3] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

.lt-racing-meta[b-6v6w0a9lj3] {
    text-align: right;
    display: block;
}

.lt-racing-type-name[b-6v6w0a9lj3] {
    font-size: 0.75rem !important;
    color: hsl(220, 10%, 45%) !important;
    margin-top: 0.25rem !important;
}

.lt-btn-watch[b-6v6w0a9lj3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    color: white;
    border: none;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.lt-btn-watch:hover[b-6v6w0a9lj3] {
    filter: brightness(0.9);
    transform: scale(1.05);
}

.lt-btn-watch--loading[b-6v6w0a9lj3] {
    border: 1px solid var(--lt-border-glass) !important;
    cursor: default !important;
    min-width: 6rem;
    justify-content: center;
}

.lt-btn-watch--loading:hover[b-6v6w0a9lj3] {
    filter: none !important;
    transform: none !important;
}

.lt-btn-watch-spinner[b-6v6w0a9lj3] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: lt-btn-spin-b-6v6w0a9lj3 0.65s linear infinite;
    flex-shrink: 0;
}

@keyframes lt-btn-spin-b-6v6w0a9lj3 {
    to { transform: rotate(360deg); }
}

.lt-btn-waiting[b-6v6w0a9lj3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    background: var(--lt-bg-glass);
    color: var(--lt-text-secondary);
    border: 1px solid var(--lt-border-glass);
    border-radius: 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
}

@media (max-width: 1023px) {
    .lt-focus-active .lt-racing-card[b-6v6w0a9lj3] {
        padding: 1rem 1.25rem;
    }

    .lt-focus-active .lt-racing-type-badge[b-6v6w0a9lj3] {
        width: 3rem;
        height: 3rem;
        font-size: 1.1rem;
    }

    .lt-focus-active .lt-racing-info h3[b-6v6w0a9lj3] {
        font-size: 1rem;
    }

    .lt-focus-active .lt-racing-info p[b-6v6w0a9lj3] {
        font-size: 0.875rem;
    }
}


@media (max-width: 768px) {
    .lt-racing-card-column[b-6v6w0a9lj3] {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 639px) {
    .lt-racing-meta[b-6v6w0a9lj3] {
        display: none;
    }
}
/* _content/LapTime.Web/Components/Components/Shared/TermsFloatingWidget/TermsFloatingWidget.razor.rz.scp.css */
              [b-l4aawe58zz]
/* _content/LapTime.Web/Components/Layout/AppRequiredLayout.razor.rz.scp.css */
.mainlayout-ctn[b-4l6sebj44y] {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    background-color: white;
    position: relative;
    display: flex;
    flex-direction: column;
}

.body-ctn[b-4l6sebj44y] {
    flex: 1 0 auto;
    width: 100%;
    padding-bottom: 5vh;
}

.dark[b-4l6sebj44y] {
    background: var(--theme-dark);
}

.light[b-4l6sebj44y] {
    background-color: var(--therme-light);
}

.main-footer-ctn[b-4l6sebj44y] {
    background-color: transparent;
}
/* _content/LapTime.Web/Components/Layout/HomeLayout.razor.rz.scp.css */
#blazor-error-ui[b-ry3gwxnpe9] {
    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-ry3gwxnpe9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/LapTime.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.mainlayout-ctn[b-yk8km9dn06] {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    background-color: white;
    position: relative;
    display: flex;
    flex-direction: column;
}

.body-ctn[b-yk8km9dn06] {
    flex: 1 0 auto;
    width: 100%;
}

.dark[b-yk8km9dn06] {
    background: var(--theme-dark);
}

.light[b-yk8km9dn06] {
    background-color: var(--therme-light);
}

.main-footer-ctn[b-yk8km9dn06]{
    background-color: transparent;
}
/* _content/LapTime.Web/Components/Layout/SubscribeRequiredLayout.razor.rz.scp.css */
.mainlayout-ctn[b-eh1buijztb] {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    background-color: white;
    position: relative;
    display: flex;
    flex-direction: column;
}

.body-ctn[b-eh1buijztb] {
    flex: 1 0 auto;
    width: 100%;
    padding-bottom: 5vh;
}

.dark[b-eh1buijztb] {
    background: var(--theme-dark);
}

.light[b-eh1buijztb] {
    background-color: var(--therme-light);
}

.main-footer-ctn[b-eh1buijztb] {
    background-color: transparent;
}
/* _content/LapTime.Web/Components/Layout/UserLayout.razor.rz.scp.css */
.mainlayout-ctn[b-ney6vflikd] {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    background-color: white;
    position: relative;
    display: flex;
    flex-direction: column;
}

.body-ctn[b-ney6vflikd] {
    flex: 1;
    width: 100%;
    min-height: 900px;
}

#blazor-error-ui[b-ney6vflikd] {
    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-ney6vflikd] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/LapTime.Web/Components/Pages/About/About.razor.rz.scp.css */
.about-page[b-0ozz9krx7n] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
    background-color: #f9f9f9;
}

.about-hero[b-0ozz9krx7n] {
    width: 100%;
    background: linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
    padding: 120px 24px 40px;
    text-align: center;
    color: #111;
    position: relative;
    overflow: hidden;
}

.about-hero[b-0ozz9krx7n]::after {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(228, 14, 24, 0.03) 0%, rgba(249, 249, 249, 0) 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.about-hero-content[b-0ozz9krx7n] {
    position: relative;
    z-index: 1;
    max-width: 990px;
    margin: 0 auto;
}

.about-hero-kicker[b-0ozz9krx7n] {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(228, 14, 24, 0.08);
    color: #E40E18;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.about-hero-title[b-0ozz9krx7n] {
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    font-weight: 800;
    color: #111;
    line-height: 1.1;
    margin: 0 0 20px;
    letter-spacing: -0.03em;
}

.about-hero-subtitle[b-0ozz9krx7n] {
    font-size: clamp(1rem, 1.5vw, 1.1rem);
    color: #666;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 768px) {
    .about-hero[b-0ozz9krx7n] {
        padding: 100px 20px 48px;
    }

    .about-hero-content[b-0ozz9krx7n] {
        max-width: 100%;
    }

    .about-hero-kicker[b-0ozz9krx7n] {
        margin-bottom: 18px;
    }

    .about-hero-title[b-0ozz9krx7n] {
        font-size: clamp(2rem, 10vw, 2.6rem);
        margin-bottom: 16px;
    }

    .about-hero-subtitle[b-0ozz9krx7n] {
        font-size: 1rem;
    }
}
/* _content/LapTime.Web/Components/Pages/About/Business/BusinessOverviewSection.razor.rz.scp.css */
/* ============================================================
   BusinessOverviewSection.razor.css — Modern Redesign
   ============================================================ */

.business-overview-modern[b-vtdd8z9mul] {
    width: 100%;
    padding: clamp(60px, 8vh, 100px) 24px;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.overview-container[b-vtdd8z9mul] {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.overview-header[b-vtdd8z9mul] {
    max-width: 800px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.section-title[b-vtdd8z9mul] {
    font-size: clamp(2.2rem, 3.5vw, 2.8rem);
    font-weight: 700;
    color: #111;
    margin: 0 0 10px 0;
    letter-spacing: -0.02em;
    position: relative;
}

.section-title[b-vtdd8z9mul]::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #E40E18;
    border-radius: 2px;
}

.overview-description[b-vtdd8z9mul] {
    font-size: clamp(1.05rem, 1.8vw, 1.15rem);
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* ── Metrics Grid ── */
.overview-metrics-grid[b-vtdd8z9mul] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}

.metric-card[b-vtdd8z9mul] {
    background: #fff;
    border-radius: 20px;
    padding: 32px 24px;
    border: 1px solid #eee;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.metric-card[b-vtdd8z9mul]::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    box-shadow: inset 0 0 0 2px transparent;
    transition: box-shadow 0.3s ease;
    pointer-events: none;
}

.metric-card:hover[b-vtdd8z9mul] {
    transform: translateY(-8px);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

.metric-card:hover[b-vtdd8z9mul]::after {
    box-shadow: inset 0 0 0 2px #E40E18;
}

.metric-icon[b-vtdd8z9mul] {
    width: 56px;
    height: 56px;
    background: rgba(228, 14, 24, 0.05);
    color: #E40E18;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.metric-card:hover .metric-icon[b-vtdd8z9mul] {
    transform: scale(1.1);
    background: #E40E18;
    color: #fff;
}

.metric-value[b-vtdd8z9mul] {
    font-size: clamp(2.4rem, 3.5vw, 3rem);
    font-weight: 800;
    color: #111;
    line-height: 1;
    margin-bottom: 12px;
}

.metric-label[b-vtdd8z9mul] {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .overview-metrics-grid[b-vtdd8z9mul] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .overview-metrics-grid[b-vtdd8z9mul] {
        grid-template-columns: 1fr;
    }
    
    .metric-card[b-vtdd8z9mul] {
        padding: 24px;
    }
}
/* _content/LapTime.Web/Components/Pages/About/Business/BusinessProductsSection.razor.rz.scp.css */
/* ============================================================
   BusinessProductsSection.razor.css — Modern Redesign
   ============================================================ */

.business-products-modern[b-1cuphzecv4] {
    width: 100%;
    padding: clamp(60px, 8vh, 100px) 24px;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.products-header[b-1cuphzecv4] {
    max-width: 800px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 50px;
}

.products-badge[b-1cuphzecv4] {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(228, 14, 24, 0.08);
    color: #E40E18;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.products-title[b-1cuphzecv4] {
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 700;
    color: #111;
    line-height: 1.15;
    margin: 0;
    letter-spacing: -0.02em;
}

.products-description[b-1cuphzecv4] {
    font-size: clamp(1.05rem, 1.8vw, 1.15rem);
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* ── Software Marquee ── */
.software-marquee-container[b-1cuphzecv4] {
    width: 100%;
    overflow: hidden;
    padding: 32px 0;
    margin-bottom: 30px;
    position: relative;
    background: rgba(0, 0, 0, 0.02);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.marquee-track[b-1cuphzecv4] {
    display: flex;
    gap: 60px;
    width: max-content;
    animation: marquee-scroll-b-1cuphzecv4 40s linear infinite;
}

.marquee-item[b-1cuphzecv4] {
    display: flex;
    align-items: center;
    gap: 12px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}

.marquee-item:hover[b-1cuphzecv4] {
    opacity: 1;
}

.marquee-item img[b-1cuphzecv4] {
    height: 32px;
    width: auto;
    object-fit: contain;
}

.marquee-item span[b-1cuphzecv4] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@keyframes marquee-scroll-b-1cuphzecv4 {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Mask for smooth fading edges */
.software-marquee-container[b-1cuphzecv4]::before,
.software-marquee-container[b-1cuphzecv4]::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}

.software-marquee-container[b-1cuphzecv4]::before {
    left: 0;
    background: linear-gradient(to right, #f9f9f9, transparent);
}

.software-marquee-container[b-1cuphzecv4]::after {
    right: 0;
    background: linear-gradient(to left, #f9f9f9, transparent);
}

.products-container[b-1cuphzecv4] {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* ── Product Selector ── */
.products-selector-scroll[b-1cuphzecv4] {
    width: 100%;
    padding: 20px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.products-selector-scroll[b-1cuphzecv4]::-webkit-scrollbar {
    display: none;
}

.products-selector[b-1cuphzecv4] {
    display: flex;
    flex-wrap: nowrap;
    gap: 13px;
    padding: 0 24px;
    justify-content: center;
    width: max-content;
    margin: 0 auto;
}

@media (max-width: 1100px) {
    .products-selector[b-1cuphzecv4] {
        justify-content: flex-start;
    }
}

@media (max-width: 1200px) {
    .products-selector[b-1cuphzecv4] {
        justify-content: flex-start;
    }
}

.product-item[b-1cuphzecv4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 20px 12px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    outline: none;
    font-family: inherit;
    flex-shrink: 0;
    width: 132px;
    text-align: center;
}

.product-item:hover[b-1cuphzecv4] {
    border-color: #ccc;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

.product-item.selected[b-1cuphzecv4] {
    background: #fff;
    border-color: #E40E18;
    color: #111;
    box-shadow: 0 8px 24px rgba(228, 14, 24, 0.15);
}

.product-icon[b-1cuphzecv4] {
    width: 32px;
    height: 32px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-name[b-1cuphzecv4] {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
}

/* ── Product Details ── */
.product-details-modern[b-1cuphzecv4] {
    display: flex;
    background: #fff;
    border-radius: 24px;
    border: 1px solid #eee;
    box-shadow: 0 16px 50px rgba(0,0,0,0.04);
    overflow: hidden;
    animation: fade-in-scale-b-1cuphzecv4 0.4s ease-out forwards;
    min-height: 400px;
}

.details-content[b-1cuphzecv4] {
    flex: 1;
    padding: clamp(32px, 5vw, 64px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.details-content h3[b-1cuphzecv4] {
    font-size: clamp(1.8rem, 2.5vw, 2.4rem);
    font-weight: 700;
    color: #111;
    margin: 0 0 16px 0;
}

.details-content p[b-1cuphzecv4] {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
    margin: 0 0 32px 0;
}

.features-list-modern[b-1cuphzecv4] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.features-list-modern li[b-1cuphzecv4] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 1.05rem;
    color: #333;
    line-height: 1.5;
}

.feature-icon[b-1cuphzecv4] {
    color: #E40E18;
    flex-shrink: 0;
    margin-top: 2px;
}

.details-image-modern[b-1cuphzecv4] {
    flex: 1;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 24px;
}

.details-image-modern[b-1cuphzecv4]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(228, 14, 24, 0.05) 0%, transparent 70%);
}

.details-image-modern img[b-1cuphzecv4] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
    transition: transform 0.5s ease;
}

.details-image-modern:hover img[b-1cuphzecv4] {
    transform: scale(1.05);
}

/* ── Animations ── */
@keyframes fade-in-scale-b-1cuphzecv4 {
    from {
        opacity: 0;
        transform: scale(0.98) translateY(10px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .product-details-modern[b-1cuphzecv4] {
        flex-direction: column;
    }
    
    .details-image-modern[b-1cuphzecv4] {
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    .products-selector[b-1cuphzecv4] {
        justify-content: flex-start;
    }
}
/* _content/LapTime.Web/Components/Pages/About/Business/BusinessProjectsSection.razor.rz.scp.css */
/* ============================================================
   BusinessProjectsSection.razor.css — Modern Redesign
   ============================================================ */

.business-projects-modern[b-5g9lah5uud] {
    width: 100%;
    padding: clamp(40px, 4vh, 80px) 24px;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.projects-container[b-5g9lah5uud] {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: clamp(40px, 6vw, 80px);
}

/* ── Media Side ── */
.projects-media-modern[b-5g9lah5uud] {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

.media-wrapper[b-5g9lah5uud] {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.project-img[b-5g9lah5uud] {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1));
    transition: transform 0.5s ease;
}

.media-wrapper:hover .project-img[b-5g9lah5uud] {
    transform: translateY(-10px);
}

.media-backdrop[b-5g9lah5uud] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: radial-gradient(circle at center, rgba(228, 14, 24, 0.1) 0%, transparent 70%);
    z-index: 1;
    border-radius: 50%;
}

/* ── Content Side ── */
.projects-content-modern[b-5g9lah5uud] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.projects-badge[b-5g9lah5uud] {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(228, 14, 24, 0.08);
    color: #E40E18;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    align-self: flex-start;
}

.projects-title[b-5g9lah5uud] {
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 700;
    color: #111;
    line-height: 1.15;
    margin: 0;
    letter-spacing: -0.02em;
}

.projects-description[b-5g9lah5uud] {
    font-size: clamp(1.05rem, 1.8vw, 1.15rem);
    color: #555;
    line-height: 1.6;
    margin: 0 0 24px 0;
}

/* ── Grid ── */
.projects-grid-modern[b-5g9lah5uud] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.project-card-modern[b-5g9lah5uud] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-card-modern:hover[b-5g9lah5uud] {
    background: #fff;
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.06);
    border-color: rgba(228, 14, 24, 0.2);
}

.card-icon[b-5g9lah5uud] {
    width: 48px;
    height: 48px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E40E18;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
}

.project-card-modern:hover .card-icon[b-5g9lah5uud] {
    background: #E40E18;
    color: #fff;
    border-color: #E40E18;
}

.card-text h3[b-5g9lah5uud] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.card-text p[b-5g9lah5uud] {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* ── Responsive ── */
@media (max-width: 992px) {
    .projects-container[b-5g9lah5uud] {
        flex-direction: column;
        text-align: center;
    }
    
    .projects-badge[b-5g9lah5uud] {
        align-self: center;
    }
    
    .projects-grid-modern[b-5g9lah5uud] {
        text-align: left;
    }
}

@media (max-width: 600px) {
    .projects-grid-modern[b-5g9lah5uud] {
        grid-template-columns: 1fr;
    }
}
/* _content/LapTime.Web/Components/Pages/About/Business/LapTimeBusiness.razor.rz.scp.css */
/* ============================================================
   LapTimeBusiness.razor.css — Modern Redesign
   ============================================================ */

.business-page-modern[b-2b9sydav3q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
    background-color: #f9f9f9;
}

/* ── Standardized Hero (Clean Light Theme) ── */
.business-hero[b-2b9sydav3q] {
    width: 100%;
    background: linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
    padding: 120px 24px 40px;
    text-align: center;
    color: #111;
    position: relative;
    overflow: hidden;
}

.business-hero[b-2b9sydav3q]::after {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(228, 14, 24, 0.03) 0%, rgba(249, 249, 249, 0) 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.business-hero-content[b-2b9sydav3q] {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
}

.business-hero-kicker[b-2b9sydav3q] {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(228, 14, 24, 0.08);
    color: #E40E18;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.business-hero-title[b-2b9sydav3q] {
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    font-weight: 800;
    color: #111;
    line-height: 1.1;
    margin: 0 0 20px;
    letter-spacing: -0.03em;
}

.business-hero-subtitle[b-2b9sydav3q] {
    font-size: clamp(1.1rem, 2vw, 1.1rem);
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* ── Intro Feature Section ── */
.business-intro-section[b-2b9sydav3q] {
    padding: 0px 24px 10px 24px;
    display: flex;
    justify-content: center;
}

.intro-container[b-2b9sydav3q] {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 80px;
    background: #fdfdfd;
    padding: 60px;
    border-radius: 40px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
}

.intro-text[b-2b9sydav3q] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.intro-tagline[b-2b9sydav3q] {
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.02em;
}

.intro-description[b-2b9sydav3q] {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.intro-visual[b-2b9sydav3q] {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
}

.intro-mockup[b-2b9sydav3q] {
    width: 100%;
    max-width: 600px;
    height: auto;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.12));
    animation: fade-in-right 1.2s cubic-bezier(0.2, 0, 0.2, 1) both;
}

.visual-glow[b-2b9sydav3q] {
    position: absolute;
    width: 300px;
    height: 300px;
    background: var(--main-laptime-color, #E40E18);
    filter: blur(100px);
    opacity: 0.08;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.btn-primary-modern[b-2b9sydav3q] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--main-laptime-color, #E40E18);
    color: #fff;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(228, 14, 24, 0.2);
}

.btn-primary-modern:hover[b-2b9sydav3q] {
    background: #ff1e27;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(228, 14, 24, 0.3);
}

@media (max-width: 992px) {
    .intro-container[b-2b9sydav3q] {
        flex-direction: column;
        text-align: center;
        gap: 60px;
    }
    .intro-actions[b-2b9sydav3q] {
        justify-content: center;
        display: flex;
    }
}

.business-contact-wrapper[b-2b9sydav3q] {
    width: 100%;
    margin-top: auto;
}

/* ── Animations ── */
@keyframes fade-in-up-b-2b9sydav3q {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-in-left-b-2b9sydav3q {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ── Responsive ── */
@media (max-width: 992px) {
    .business-hero[b-2b9sydav3q] {
        padding: 100px 20px 48px;
    }

    .business-hero-content[b-2b9sydav3q] {
        max-width: 100%;
    }

    .business-hero-kicker[b-2b9sydav3q] {
        margin-bottom: 18px;
    }

    .business-hero-title[b-2b9sydav3q] {
        font-size: clamp(2rem, 10vw, 2.6rem);
        margin-bottom: 16px;
    }

    .business-hero-subtitle[b-2b9sydav3q] {
        font-size: 1rem;
    }

    .business-hero-section[b-2b9sydav3q] {
        min-height: auto;
        padding: 100px 20px 48px;
    }
    
    .hero-container[b-2b9sydav3q] {
        flex-direction: column;
        text-align: center;
    }
    
    .hero-content[b-2b9sydav3q] {
        align-items: center;
        max-width: 100%;
    }
    
    .hero-kicker[b-2b9sydav3q] {
        align-self: center;
    }
    
    .hero-cta-btn[b-2b9sydav3q] {
        align-self: center;
    }
    
    .hero-mockup[b-2b9sydav3q] {
        transform: none;
    }
    
    .hero-image-wrapper:hover .hero-mockup[b-2b9sydav3q] {
        transform: scale(1.02);
    }
    
    .hero-image-wrapper[b-2b9sydav3q] {
        margin-top: 40px;
    }
}
/* _content/LapTime.Web/Components/Pages/About/LapTimeApp.razor.rz.scp.css */
/* ============================================================
   LapTimeApp.razor.css — Modern Light Theme Redesign
   ============================================================ */

.app-page[b-kjjnol8vvy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
    background-color: #f9f9f9;
}

/* ── Standardized Hero (Clean Light Theme) ── */
.app-hero[b-kjjnol8vvy] {
    width: 100%;
    background: linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
    padding: 120px 24px 80px;
    text-align: center;
    color: #111;
    position: relative;
    overflow: hidden;
}

.app-hero[b-kjjnol8vvy]::after {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(228, 14, 24, 0.03) 0%, rgba(249, 249, 249, 0) 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.app-hero-content[b-kjjnol8vvy] {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.app-hero-kicker[b-kjjnol8vvy] {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(228, 14, 24, 0.08);
    color: #E40E18;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.app-hero-title[b-kjjnol8vvy] {
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    font-weight: 800;
    color: #111;
    line-height: 1.1;
    margin: 0 0 20px;
    letter-spacing: -0.03em;
}

.app-hero-subtitle[b-kjjnol8vvy] {
    font-size: clamp(1.1rem, 2vw, 1.15rem);
    color: #666;
    line-height: 1.5;
    margin: 0 0 32px;
}

.hero-download-badges[b-kjjnol8vvy] {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 8px;
}

.download-badge[b-kjjnol8vvy] {
    height: 52px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.download-badge:hover[b-kjjnol8vvy] {
    transform: translateY(-5px) scale(1.05);
    filter: brightness(1.1);
}

.download-badge img[b-kjjnol8vvy] {
    height: 100%;
}

/* ── App Intro Section ── */
.app-intro-section[b-kjjnol8vvy] {
    padding: 0px 24px;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
}

.intro-container[b-kjjnol8vvy] {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 80px;
    background: #fff;
    padding: 60px;
    border-radius: 40px;
    border: 1px solid #ebebeb;
    box-shadow: 0 20px 60px rgba(0,0,0,0.05);
}

.intro-visual[b-kjjnol8vvy] {
    flex: 1;
    display: flex;
    justify-content: center;
}

.intro-mockup[b-kjjnol8vvy] {
    width: 100%;
    max-width: 500px;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1));
    animation: fade-in-up-b-kjjnol8vvy 1s ease-out;
}

.intro-text[b-kjjnol8vvy] {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.intro-tagline[b-kjjnol8vvy] {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.02em;
}

.intro-description[b-kjjnol8vvy] {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* ── Common Feature Styles ── */
.feature-section[b-kjjnol8vvy] {
    width: min(1200px, 95vw);
    padding: 40px 0;
    display: flex;
    align-items: center;
    gap: clamp(40px, 8vw, 100px);
}

.feature-content[b-kjjnol8vvy] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature-kicker[b-kjjnol8vvy] {
    color: #E40E18;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.feature-content h2[b-kjjnol8vvy] {
    font-size: clamp(1.8rem, 2.5vw, 2.4rem);
    font-weight: 700;
    color: #111;
    margin: 0;
    line-height: 1.2;
}

.feature-content p[b-kjjnol8vvy] {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.feature-list[b-kjjnol8vvy] {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature-list li[b-kjjnol8vvy] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #444;
    font-size: 1rem;
}

.feature-list li[b-kjjnol8vvy]::before {
    content: '✓';
    color: #E40E18;
    font-weight: 800;
}

.feature-image[b-kjjnol8vvy] {
    flex: 1;
    display: flex;
    justify-content: center;
}

.feature-image img[b-kjjnol8vvy] {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.08));
    border-radius: 20px;
}

/* Alternated Styles */
.feature-ranking-style[b-kjjnol8vvy] {
    flex-direction: row-reverse;
}

.feature-steering-horizontal-style[b-kjjnol8vvy] {
    flex-direction: row-reverse;
    background: #fff;
    padding: 60px;
    border-radius: 40px;
    border: 1px solid #ebebeb;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
}

/* ── Gamification Section ── */
.gamification-section[b-kjjnol8vvy] {
    width: min(1200px, 95vw);
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.gamification-header[b-kjjnol8vvy] {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.gamifaction-content[b-kjjnol8vvy] {
    display: flex;
    align-items: center;
    gap: 60px;
}

.gamification-grid[b-kjjnol8vvy] {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.gamification-card[b-kjjnol8vvy] {
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    border: 1px solid #ebebeb;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
    text-align: center;
    transition: all 0.3s ease;
}

.gamification-card:hover[b-kjjnol8vvy] {
    transform: translateY(-5px);
    border-color: rgba(228, 14, 24, 0.2);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.gamification-card h3[b-kjjnol8vvy] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.gamification-card p[b-kjjnol8vvy] {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
}

.gamification-image-ctn[b-kjjnol8vvy] {
    flex: 0.8;
    display: flex;
    justify-content: center;
}

.gamification-image[b-kjjnol8vvy] {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1));
}

/* ── Badges Section ── */
.badges-section[b-kjjnol8vvy] {
    width: min(1200px, 95vw);
    background: #fff;
    padding: 40px 60px;
    border-radius: 40px;
    border: 1px solid #ebebeb;
    box-shadow: 0 20px 60px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.badges-header[b-kjjnol8vvy] {
    text-align: center;
}

.badges-carousel-wrapper[b-kjjnol8vvy] {
    display: flex;
    align-items: center;
    gap: 60px;
}

.feature-carousel[b-kjjnol8vvy] {
    flex: 1.5;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.carousel-controls[b-kjjnol8vvy] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.carousel-btn[b-kjjnol8vvy] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    color: #111;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.carousel-btn:hover[b-kjjnol8vvy] {
    border-color: #E40E18;
    color: #E40E18;
    background: rgba(228, 14, 24, 0.05);
}

.carousel-counter[b-kjjnol8vvy] {
    font-weight: 700;
    font-size: 1.1rem;
    color: #111;
}

.carousel-counter span[b-kjjnol8vvy] {
    color: #E40E18;
}

.track[b-kjjnol8vvy] {
    display: flex;
    gap: 24px;
    justify-content: center;
}

.badge[b-kjjnol8vvy] {
    flex: 1;
    min-width: 180px;
    background: #fdfdfd;
    padding: 32px 24px;
    border-radius: 24px;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    transition: all 0.3s ease;
}

.badge:hover[b-kjjnol8vvy] {
    transform: translateY(-8px);
    background: #fff;
    border-color: rgba(228, 14, 24, 0.2);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.badge-icon[b-kjjnol8vvy] {
    font-size: 2.5rem;
    color: #E40E18;
}

.badge-name[b-kjjnol8vvy] {
    font-weight: 700;
    font-size: 1rem;
    color: #111;
}

.badge-description[b-kjjnol8vvy] {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.4;
}

.badges-description[b-kjjnol8vvy] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.badges-description h3[b-kjjnol8vvy] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111;
    margin: 0;
}

/* ── Results Section ── */
.results-section[b-kjjnol8vvy] {
    width: min(1200px, 95vw);
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.results-header[b-kjjnol8vvy] {
    text-align: center;
}

.results-grid[b-kjjnol8vvy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.results-card[b-kjjnol8vvy] {
    background: #fff;
    padding: 40px 32px;
    border-radius: 24px;
    border: 1px solid #ebebeb;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
}

.results-card:hover[b-kjjnol8vvy] {
    transform: translateY(-5px);
    border-color: rgba(228, 14, 24, 0.2);
    box-shadow: 0 15px 45px rgba(0,0,0,0.08);
}

.results-card h3[b-kjjnol8vvy] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.results-card p[b-kjjnol8vvy] {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
}

/* ── Download CTA Section ── */
.app-download-section[b-kjjnol8vvy] {
    width: min(1200px, 95vw);
    background: linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
    border-radius: 40px;
    padding: 20px 40px;
    text-align: center;
    margin: 60px 0 0 0;
    position: relative;
    overflow: hidden;
    border: 1px solid #ebebeb;
    box-shadow: 0 20px 50px rgba(0,0,0,0.04);
}

.app-download-section[b-kjjnol8vvy]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 30%, rgba(228, 14, 24, 0.05) 0%, transparent 70%);
}

.app-download-section h2[b-kjjnol8vvy] {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #111;
    margin-bottom: 16px;
    position: relative;
}

.app-download-section p[b-kjjnol8vvy] {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 40px;
    position: relative;
}

.download-section-badges[b-kjjnol8vvy] {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
}

/* ── Contact Section ── */
.app-contact[b-kjjnol8vvy] {
    width: 100%;
}

/* ── Animations ── */
.image-premium-load[b-kjjnol8vvy] {
    opacity: 0;
    animation: premiumFadeIn-b-kjjnol8vvy 1s ease-out forwards;
    background: linear-gradient(110deg, #f5f5f5 8%, #fcfcfc 18%, #f5f5f5 33%);
    background-size: 200% 100%;
    will-change: opacity, transform;
}

@keyframes premiumFadeIn-b-kjjnol8vvy {
    0% {
        opacity: 0;
        transform: scale(0.98);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fade-in-up-b-kjjnol8vvy {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .intro-container[b-kjjnol8vvy], 
    .badges-carousel-wrapper[b-kjjnol8vvy],
    .gamifaction-content[b-kjjnol8vvy] {
        flex-direction: column;
        gap: 40px;
    }
    
    .intro-text[b-kjjnol8vvy], .badges-description[b-kjjnol8vvy], .gamification-header[b-kjjnol8vvy] {
        text-align: center;
    }
    
    .feature-section[b-kjjnol8vvy] {
        flex-direction: column-reverse;
        text-align: center;
        padding: 40px 24px;
    }

    .feature-ranking-style[b-kjjnol8vvy],
    .feature-steering-horizontal-style[b-kjjnol8vvy] {
        flex-direction: column;
    }
    
    .feature-list[b-kjjnol8vvy] {
        align-self: center;
        width: fit-content;
        text-align: left;
    }

    .feature-list li[b-kjjnol8vvy] {
        justify-content: flex-start;
    }

    .track[b-kjjnol8vvy] {
        flex-wrap: wrap;
        justify-content: center;
    }

    .badge[b-kjjnol8vvy] {
        width: calc(50% - 12px);
        min-width: 140px;
    }
}

@media (max-width: 768px) {
    .app-hero[b-kjjnol8vvy] {
        padding: 100px 20px 48px;
    }

    .app-hero-content[b-kjjnol8vvy] {
        max-width: 100%;
    }

    .app-hero-kicker[b-kjjnol8vvy] {
        margin-bottom: 18px;
    }

    .app-hero-title[b-kjjnol8vvy] {
        font-size: clamp(2rem, 10vw, 2.6rem);
        margin-bottom: 16px;
    }

    .app-hero-subtitle[b-kjjnol8vvy] {
        font-size: 1rem;
        margin-bottom: 28px;
    }
    
    .intro-container[b-kjjnol8vvy] {
        padding: 40px 20px;
        border-radius: 24px;
    }

    .badges-section[b-kjjnol8vvy] {
        padding: 40px 20px;
        border-radius: 24px;
    }
    
    .gamification-grid[b-kjjnol8vvy] {
        grid-template-columns: 1fr;
    }

    .badge[b-kjjnol8vvy] {
        width: 100%;
        max-width: 100%;
    }

    .carousel-controls[b-kjjnol8vvy] {
        width: 100%;
        justify-content: space-between;
    }
}
/* _content/LapTime.Web/Components/Pages/AntiBotWarning.razor.rz.scp.css */
.antibot-warning[b-afmgt0kmol] {
    overflow: hidden;
}

.antibot-warning-section[b-afmgt0kmol] {
    width: 100%;
    height: 700px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 55%, #f3f4f6 100%);
}

.antibot-warning-content[b-afmgt0kmol] {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto;
    padding: 0 24px;
    color: black;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.antibot-warning-label[b-afmgt0kmol] {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 14px;
    border: 1px solid rgba(153, 27, 27, .2);
    border-radius: 999px;
    background: rgba(153, 27, 27, .08);
    color: #991b1b;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.antibot-warning-title[b-afmgt0kmol] {
    margin: 0;
    font-size: 4rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 4px 10px rgba(0,0,0,.12);
    color: black;
}

.antibot-warning-sub[b-afmgt0kmol] {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 15px 0 30px;
    color: black;
}

.antibot-warning-action[b-afmgt0kmol] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 6px;
    background: #111827;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 720px) {
    .antibot-warning-title[b-afmgt0kmol] {
        font-size: 2.6rem;
    }

    .antibot-warning-sub[b-afmgt0kmol] {
        font-size: 1.1rem;
    }
}
/* _content/LapTime.Web/Components/Pages/Contact/ContactPage.razor.rz.scp.css */
/* ============================================================
   ContactPage.razor.css
   Modern, Clean, Light-Themed Contact Page
   ============================================================ */

.contact-page-wrapper[b-jdd5bmr7dm] {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 100px);
    background-color: #f9f9f9;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
}

/* ── Hero ── */
.contact-hero[b-jdd5bmr7dm] {
    position: relative;
    width: 100%;
    padding: 120px 24px 0px;
    text-align: center;
    background: linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
    overflow: hidden;
}

.contact-hero[b-jdd5bmr7dm]::after {
    content: '';
    position: absolute;
    top: -400px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(228, 14, 24, 0.03) 0%, rgba(249, 249, 249, 0) 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.contact-hero-content[b-jdd5bmr7dm] {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.contact-kicker[b-jdd5bmr7dm] {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(228, 14, 24, 0.08);
    color: #E40E18;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact-title[b-jdd5bmr7dm] {
    font-size: clamp(2.5rem, 5vw, 3.2rem);
    font-weight: 700;
    color: #111;
    line-height: 1.15;
    margin: 0 0 16px;
    letter-spacing: -0.02em;
}

.contact-subtitle[b-jdd5bmr7dm] {
    font-size: 1.15rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.contact-container[b-jdd5bmr7dm] {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 24px 120px;
}

/* ── Main Layout ── */
.contact-content[b-jdd5bmr7dm] {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

/* ── Info Column ── */
.contact-info-col[b-jdd5bmr7dm] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-card[b-jdd5bmr7dm] {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(0,0,0,0.02);
}

.info-card:hover[b-jdd5bmr7dm] {
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    transform: translateY(-2px);
    border-color: rgba(228, 14, 24, 0.1);
}

.info-icon[b-jdd5bmr7dm] {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(228, 14, 24, 0.06);
    color: #E40E18;
    border-radius: 12px;
    flex-shrink: 0;
}

.info-text h3[b-jdd5bmr7dm] {
    font-size: 1.05rem;
    font-weight: 600;
    color: #111;
    margin: 0 0 4px;
}

.info-text p[b-jdd5bmr7dm] {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
}

/* ── Form Column ── */
.contact-form-col[b-jdd5bmr7dm] {
    flex: 1.5;
}

.form-card[b-jdd5bmr7dm] {
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
    border: 1px solid #ebebeb;
}

.form-row[b-jdd5bmr7dm] {
    display: flex;
    gap: 20px;
}

.form-group[b-jdd5bmr7dm] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.form-group label[b-jdd5bmr7dm] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #444;
}

[b-jdd5bmr7dm] .contact-input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fdfdfd;
    font-size: 0.95rem;
    color: #111;
    font-family: inherit;
    transition: all 0.2s ease;
}

[b-jdd5bmr7dm] .contact-input:focus {
    outline: none;
    border-color: #E40E18;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(228, 14, 24, 0.08);
}

[b-jdd5bmr7dm] .contact-input::placeholder {
    color: #aaa;
}

/* Blazor validation messages */
[b-jdd5bmr7dm] .validation-message {
    color: #E40E18;
    font-size: 0.8rem;
    margin-top: -4px;
}

[b-jdd5bmr7dm] .modified.invalid {
    border-color: #E40E18;
}

.submit-btn[b-jdd5bmr7dm] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px;
    background: #E40E18;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 1.05rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover:not(:disabled)[b-jdd5bmr7dm] {
    background: #c50d15;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(228, 14, 24, 0.25);
}

.submit-btn:disabled[b-jdd5bmr7dm] {
    background: #ff6b72;
    cursor: not-allowed;
    opacity: 0.8;
}

/* Success Alert */
.success-alert[b-jdd5bmr7dm] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: rgba(22, 163, 74, 0.1);
    border: 1px solid rgba(22, 163, 74, 0.2);
    color: #16a34a;
    border-radius: 12px;
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 0.95rem;
}

/* Loading spinner */
.spinner[b-jdd5bmr7dm] {
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin-b-jdd5bmr7dm 1s ease-in-out infinite;
}

@keyframes spin-b-jdd5bmr7dm {
    to { transform: rotate(360deg); }
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .contact-content[b-jdd5bmr7dm] {
        flex-direction: column-reverse;
        gap: 40px;
    }
    
    .contact-form-col[b-jdd5bmr7dm], .contact-info-col[b-jdd5bmr7dm] {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .contact-page-wrapper[b-jdd5bmr7dm] {
        padding: 0;
    }

    .contact-hero[b-jdd5bmr7dm] {
        padding: 100px 20px 48px;
    }

    .contact-hero-content[b-jdd5bmr7dm] {
        max-width: 100%;
    }

    .contact-kicker[b-jdd5bmr7dm] {
        margin-bottom: 18px;
    }

    .contact-title[b-jdd5bmr7dm] {
        font-size: clamp(2rem, 10vw, 2.6rem);
        margin-bottom: 16px;
    }

    .contact-subtitle[b-jdd5bmr7dm] {
        font-size: 1rem;
    }

    .contact-container[b-jdd5bmr7dm] {
        padding: 40px 20px 80px;
    }

    .form-card[b-jdd5bmr7dm] {
        padding: 24px;
    }

    .form-row[b-jdd5bmr7dm] {
        flex-direction: column;
        gap: 0;
    }
}
/* _content/LapTime.Web/Components/Pages/Faq/Faq.razor.rz.scp.css */
/* ============================================================
   Faq.razor.css — Standardized LapTime Design (Light Theme)
   ============================================================ */

.business-page-modern[b-7uhtor967t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
    background-color: #f9f9f9;
}

/* ── Standardized Hero Section ── */
.business-hero[b-7uhtor967t] {
    width: 100%;
    background: linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
    padding: 120px 24px 0px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.business-hero[b-7uhtor967t]::after {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(228, 14, 24, 0.03) 0%, rgba(249, 249, 249, 0) 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.business-hero-content[b-7uhtor967t] {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.business-hero-kicker[b-7uhtor967t] {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(228, 14, 24, 0.08);
    color: #E40E18;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.business-hero-title[b-7uhtor967t] {
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    font-weight: 800;
    color: #111;
    line-height: 1.1;
    margin: 0 0 20px;
    letter-spacing: -0.03em;
}

.business-hero-subtitle[b-7uhtor967t] {
    font-size: clamp(1.1rem, 2vw, 1.1rem);
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* ── Main Section ── */
.faq-main-section[b-7uhtor967t] {
    width: 100%;
    padding: 60px 24px 80px;
    display: flex;
    justify-content: center;
}

.faq-container[b-7uhtor967t] {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* ── Selector ── */
.faq-selector-wrapper[b-7uhtor967t] {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow-x: auto;
    padding: 10px 0;
}

.faq-selector[b-7uhtor967t] {
    display: flex;
    gap: 16px;
    background: #fff;
    padding: 12px;
    border-radius: 50px;
    border: 1px solid #eee;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.faq-cat-item[b-7uhtor967t] {
    padding: 14px 32px;
    border-radius: 40px;
    border: none;
    background: transparent;
    color: #666;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.faq-cat-item:hover[b-7uhtor967t] {
    color: #111;
    background: #f5f5f5;
}

.faq-cat-item.selected[b-7uhtor967t] {
    background: #E40E18;
    color: #fff;
    box-shadow: 0 8px 24px rgba(228, 14, 24, 0.25);
}

/* ── Section Header ── */
.faq-section-header[b-7uhtor967t] {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
}

.faq-section-title[b-7uhtor967t] {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.faq-section-desc[b-7uhtor967t] {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
}

/* ── Accordion ── */
.faq-accordion[b-7uhtor967t] {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-accordion-item[b-7uhtor967t] {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.faq-accordion-item:hover[b-7uhtor967t] {
    border-color: #ddd;
    box-shadow: 0 8px 32px rgba(0,0,0,0.04);
    transform: translateY(-2px);
}

.faq-accordion-item.is-open[b-7uhtor967t] {
    border-color: #E40E18;
    box-shadow: 0 12px 40px rgba(228, 14, 24, 0.08);
}

.faq-question[b-7uhtor967t] {
    padding: 24px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.faq-question h3[b-7uhtor967t] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #111;
    margin: 0;
}

.faq-chevron[b-7uhtor967t] {
    color: #999;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-open .faq-chevron[b-7uhtor967t] {
    transform: rotate(180deg);
    color: #E40E18;
}

.faq-answer[b-7uhtor967t] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-open .faq-answer[b-7uhtor967t] {
    max-height: 800px;
}

.answer-content[b-7uhtor967t] {
    padding: 0 32px 32px;
    color: #555;
    font-size: 1.05rem;
    line-height: 1.7;
}

.answer-content ul[b-7uhtor967t] {
    margin: 16px 0;
    padding-left: 20px;
}

.answer-content li[b-7uhtor967t] {
    margin-bottom: 8px;
}

.answer-content b[b-7uhtor967t] {
    color: #111;
}

/* ── Simple CTA Section (Light & Clean) ── */
.faq-cta-simple[b-7uhtor967t] {
    width: 100%;
    padding: 80px 24px 60px;
    background: #fff;
    text-align: center;
    border-top: 1px solid #eee;
}

.cta-simple-content[b-7uhtor967t] {
    max-width: 800px;
    margin: 0 auto;
}

.cta-simple-title[b-7uhtor967t] {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.cta-simple-subtitle[b-7uhtor967t] {
    font-size: 1.15rem;
    color: #666;
    margin-bottom: 40px;
}

.btn-primary-modern[b-7uhtor967t] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #E40E18;
    color: #fff;
    text-decoration: none;
    padding: 18px 48px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(228, 14, 24, 0.25);
}

.btn-primary-modern:hover[b-7uhtor967t] {
    background: #ff1e27;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(228, 14, 24, 0.3);
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .business-hero[b-7uhtor967t] {
        padding: 100px 20px 48px;
    }

    .business-hero-content[b-7uhtor967t] {
        max-width: 100%;
    }

    .business-hero-kicker[b-7uhtor967t] {
        margin-bottom: 18px;
    }

    .business-hero-title[b-7uhtor967t] {
        font-size: clamp(2rem, 10vw, 2.6rem);
        margin-bottom: 16px;
    }

    .business-hero-subtitle[b-7uhtor967t] {
        font-size: 1rem;
    }
    
    .faq-selector-wrapper[b-7uhtor967t] {
        justify-content: center;
        overflow-x: visible;
        padding: 0;
        box-sizing: border-box;
    }

    .faq-selector[b-7uhtor967t] {
        width: 100%;
        max-width: 420px;
        flex-direction: column;
        gap: 8px;
        padding: 8px;
        border-radius: 24px;
        box-sizing: border-box;
    }
    
    .faq-cat-item[b-7uhtor967t] {
        width: 100%;
        padding: 12px 18px;
        font-size: 0.9rem;
        text-align: center;
    }
    
    .faq-question[b-7uhtor967t] {
        padding: 20px 24px;
    }
    
    .answer-content[b-7uhtor967t] {
        padding: 0 24px 24px;
    }
    
    .faq-cta-simple[b-7uhtor967t] {
        padding: 60px 24px 80px;
    }
}
/* _content/LapTime.Web/Components/Pages/Home/Home.razor.rz.scp.css */
.home-page-modern[b-j1i89gkcrg] {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
}

.section-hero[b-j1i89gkcrg] {
    width: 100%;
    padding: 0;
}

.business-contact-wrapper[b-j1i89gkcrg] {
    width: 100%;
    margin-top: 60px;
}
/* _content/LapTime.Web/Components/Pages/Home/Sections/HomeAppSection.razor.rz.scp.css */
/* ============================================================
   HomeAppSection.razor.css — Premium App Design
   ============================================================ */

.app-section-modern[b-sxav0ev06l] {
    padding: 40px 24px 0px;
    background: #fff;
    display: flex;
    justify-content: center;
}

.app-container[b-sxav0ev06l] {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 80px;
}

.app-visual[b-sxav0ev06l] {
    flex: 1;
    display: flex;
    justify-content: center;
}

.app-img[b-sxav0ev06l] {
    width: 100%;
    max-width: 500px;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1));
    animation: fade-in-up 1s ease-out;
}

.app-content[b-sxav0ev06l] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.app-kicker[b-sxav0ev06l] {
    color: #E40E18;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
}

.app-title[b-sxav0ev06l] {
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 800;
    color: #111;
    line-height: 1.1;
    margin: 0;
    letter-spacing: -0.03em;
}

.app-text[b-sxav0ev06l] {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.app-link[b-sxav0ev06l] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #E40E18;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.app-link:hover[b-sxav0ev06l] {
    transform: translateX(8px);
}

@media (max-width: 992px) {
    .app-container[b-sxav0ev06l] {
        flex-direction: column-reverse;
        text-align: center;
        gap: 60px;
    }
    .app-link[b-sxav0ev06l] {
        justify-content: center;
    }
}
/* _content/LapTime.Web/Components/Pages/Home/Sections/HomeBanner.razor.rz.scp.css */
/* ============================================================
   HomeBanner.razor.css — Clean Light Design
   ============================================================ */

.banner-wrapper[b-e449z5rne9] {
    position: relative;
    width: 100%;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #fff 0%, #f7f7f7 100%);
    overflow: visible;
    padding: 100px 24px 140px;
}

.banner-content-modern[b-e449z5rne9] {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 60px;
}

.banner-text[b-e449z5rne9] {
    flex: 1.2;
    animation: fade-in-up-b-e449z5rne9 1s cubic-bezier(0.2, 0, 0.2, 1) both;
}

.banner-kicker[b-e449z5rne9] {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(228, 14, 24, 0.08);
    color: #E40E18;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
}

.banner-title-modern[b-e449z5rne9] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    color: #111;
    line-height: 1.1;
    margin: 0 0 20px;
    letter-spacing: -0.04em;
}

.banner-title-modern span[b-e449z5rne9] {
    color: #E40E18;
}

.banner-sub-modern[b-e449z5rne9] {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: #666;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 540px;
}

.banner-actions-modern[b-e449z5rne9] {
    display: flex;
    gap: 20px;
}

.btn-premium[b-e449z5rne9] {
    padding: 16px 36px;
    border-radius: 50px;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    border: none;
}

.btn-primary[b-e449z5rne9] {
    background: #E40E18;
    color: #fff;
    box-shadow: 0 10px 30px rgba(228, 14, 24, 0.2);
}

.btn-primary:hover[b-e449z5rne9] {
    background: #ff1e27;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(228, 14, 24, 0.3);
}

.btn-secondary[b-e449z5rne9] {
    background: #fff;
    color: #111;
    border: 1px solid #ddd;
}

.btn-secondary:hover[b-e449z5rne9] {
    background: #f9f9f9;
    border-color: #bbb;
    transform: translateY(-5px);
}

.banner-visual[b-e449z5rne9] {
    flex: 1;
    display: flex;
    justify-content: center;
    animation: fade-in-left-b-e449z5rne9 1.2s cubic-bezier(0.2, 0, 0.2, 1) 0.2s both;
}

.banner-main-img[b-e449z5rne9] {
    width: 100%;
    max-width: 500px;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1));
}

.stats-overlay[b-e449z5rne9] {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1300px;
    z-index: 10;
}

@keyframes fade-in-up-b-e449z5rne9 {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fade-in-left-b-e449z5rne9 {
    from { opacity: 0; transform: translateX(60px); }
    to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 992px) {
    .banner-wrapper[b-e449z5rne9] {
        min-height: auto;
        padding-bottom: 160px;
    }
    .banner-content-modern[b-e449z5rne9] {
        flex-direction: column;
        text-align: center;
    }
    .banner-actions-modern[b-e449z5rne9] {
        justify-content: center;
    }
    .banner-visual[b-e449z5rne9] {
        margin-top: 40px;
    }
}
/* _content/LapTime.Web/Components/Pages/Home/Sections/HomeBusinessSection.razor.rz.scp.css */
/* ============================================================
   HomeBusinessSection.razor.css — Premium Business Design
   ============================================================ */

.business-section-modern[b-pafvqo8n6z] {
    padding: 80px 24px;
    background: #f9f9f9;
    display: flex;
    justify-content: center;
}

.business-card-modern[b-pafvqo8n6z] {
    max-width: 1200px;
    width: 100%;
    background: #fff;
    border-radius: 40px;
    padding: 80px;
    display: flex;
    align-items: center;
    gap: 80px;
    border: 1px solid #ebebeb;
    box-shadow: 0 20px 60px rgba(0,0,0,0.04);
}

.business-content[b-pafvqo8n6z] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.business-kicker[b-pafvqo8n6z] {
    color: #E40E18;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
}

.business-title[b-pafvqo8n6z] {
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 800;
    color: #111;
    line-height: 1.1;
    margin: 0;
    letter-spacing: -0.03em;
}

.business-text[b-pafvqo8n6z] {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.business-link[b-pafvqo8n6z] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #E40E18;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.business-link:hover[b-pafvqo8n6z] {
    transform: translateX(8px);
}

.business-visual[b-pafvqo8n6z] {
    flex: 1.2;
    display: flex;
    justify-content: center;
}

.business-img[b-pafvqo8n6z] {
    width: 100%;
    max-width: 600px;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1));
}

@media (max-width: 992px) {
    .business-card-modern[b-pafvqo8n6z] {
        flex-direction: column;
        padding: 60px 40px;
        text-align: center;
    }

    .business-link[b-pafvqo8n6z]{
        justify-content: center;
    }
}
/* _content/LapTime.Web/Components/Pages/Home/Sections/HomeIntroSection.razor.rz.scp.css */
/* ============================================================
   HomeIntroSection.razor.css — Modern Intro Design
   ============================================================ */

.intro-section-modern[b-ceb93x402x] {
    padding: 140px 24px 80px;
    background: #fff;
    display: flex;
    justify-content: center;
}

.intro-container[b-ceb93x402x] {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 80px;
}

.intro-content[b-ceb93x402x] {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.intro-kicker[b-ceb93x402x] {
    color: #E40E18;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
}

.intro-title[b-ceb93x402x] {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    color: #111;
    line-height: 1.1;
    margin: 0;
    letter-spacing: -0.03em;
}

.intro-text[b-ceb93x402x] {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.intro-visual[b-ceb93x402x] {
    flex: 1;
    display: flex;
    justify-content: center;
}

.intro-img[b-ceb93x402x] {
    width: 100%;
    max-width: 500px;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.08));
    animation: fade-in-up 1s ease-out;
}

@media (max-width: 992px) {
    .intro-container[b-ceb93x402x] {
        flex-direction: column;
        text-align: center;
        gap: 60px;
    }
}
/* _content/LapTime.Web/Components/Pages/Home/Sections/HomeWebSolutionsSection.razor.rz.scp.css */
.web-solutions-section-modern[b-k9b3yl5v5z] {
    padding: 80px 24px;
    background: #fff;
    display: flex;
    justify-content: center;
}

.web-solutions-card-modern[b-k9b3yl5v5z] {
    max-width: 1200px;
    width: 100%;
    background: linear-gradient(135deg, #fdfdfd 0%, #f9f9f9 100%);
    border-radius: 40px;
    padding: 80px;
    display: flex;
    align-items: center;
    gap: 80px;
    border: 1px solid #ebebeb;
    box-shadow: 0 20px 60px rgba(0,0,0,0.04);
}

.web-solutions-content[b-k9b3yl5v5z] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.web-solutions-kicker[b-k9b3yl5v5z] {
    color: #E40E18;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
}

.web-solutions-title[b-k9b3yl5v5z] {
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 800;
    color: #111;
    line-height: 1.1;
    margin: 0;
    letter-spacing: -0.03em;
}

.web-solutions-text[b-k9b3yl5v5z] {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.web-solutions-link[b-k9b3yl5v5z] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #E40E18;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.web-solutions-link:hover[b-k9b3yl5v5z] {
    transform: translateX(8px);
}

.web-solutions-visual[b-k9b3yl5v5z] {
    flex: 1.2;
    display: flex;
    justify-content: center;
}

.web-solutions-img[b-k9b3yl5v5z] {
    width: 100%;
    max-width: 600px;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1));
}

@media (max-width: 992px) {
    .web-solutions-card-modern[b-k9b3yl5v5z] {
        flex-direction: column-reverse;
        padding: 60px 40px;
        text-align: center;
    }
}
/* _content/LapTime.Web/Components/Pages/Home/Sections/LapTimeStats.razor.rz.scp.css */
/* ============================================================
   LapTimeStats.razor.css — Clean Stats Design
   ============================================================ */

.stats-glass-panel[b-g4akvtm0tn] {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 32px;
    padding: 30px 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* ── Logo Marquee ── */
.stats-marquee-container[b-g4akvtm0tn] {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.stats-marquee-track[b-g4akvtm0tn] {
    display: flex;
    gap: 40px;
    animation: marquee-scroll-b-g4akvtm0tn 40s linear infinite;
    white-space: nowrap;
    align-items: center;
}

.logo-item[b-g4akvtm0tn] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #888;
    font-weight: 700;
    font-size: 0.85rem;
}

.logo-item img[b-g4akvtm0tn] {
    height: 24px;
}

/* ── Numerical Stats ── */
.stats-grid[b-g4akvtm0tn] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.stat-box[b-g4akvtm0tn] {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.stat-value[b-g4akvtm0tn] {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #111;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.stat-value .prefix[b-g4akvtm0tn] {
    color: #E40E18;
}

.stat-label[b-g4akvtm0tn] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@keyframes marquee-scroll-b-g4akvtm0tn {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (max-width: 768px) {
    .stats-grid[b-g4akvtm0tn] {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .stats-glass-panel[b-g4akvtm0tn] {
        padding: 30px 20px;
    }
    .stat-value[b-g4akvtm0tn] {
        font-size: 2rem;
    }
}
/* _content/LapTime.Web/Components/Pages/LiveTime.razor.rz.scp.css */
.livetime-page[b-icjm4teoxf] {
    width: 100%;
    background-color: #f9f9f9;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
}

.livetime-page button[b-icjm4teoxf],
.livetime-page input[b-icjm4teoxf],
.livetime-page select[b-icjm4teoxf],
.livetime-page textarea[b-icjm4teoxf] {
    font-family: 'Rajdhani', 'Exo 2', system-ui, sans-serif;
}

.livetime-page.theme-dark[b-icjm4teoxf] {
    background: #0b0f14;
    color: #eef2f7;
}

.livetime-page.theme-dark .lt-hero[b-icjm4teoxf] {
    background: linear-gradient(180deg, #0f141b 0%, #0b0f14 100%);
    color: #eef2f7;
}

.livetime-page.theme-dark .lt-hero-title[b-icjm4teoxf],
.livetime-page.theme-dark .lt-hero-subtitle[b-icjm4teoxf] {
    color: #eef2f7;
}

.lt-hero[b-icjm4teoxf] {
    width: 100%;
    background: linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
    padding: 120px 24px 40px;
    text-align: center;
    color: #111;
    position: relative;
    overflow: hidden;
}

.lt-hero[b-icjm4teoxf]::after {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(228, 14, 24, 0.03) 0%, rgba(249, 249, 249, 0) 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.lt-hero-content[b-icjm4teoxf] {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.lt-hero-kicker[b-icjm4teoxf] {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(228, 14, 24, 0.08);
    color: #E40E18;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.lt-hero-title[b-icjm4teoxf] {
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    font-weight: 800;
    color: #111;
    line-height: 1.1;
    margin: 0 0 20px;
    letter-spacing: 0;
}

.lt-hero-subtitle[b-icjm4teoxf] {
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.lt-hero-stats[b-icjm4teoxf] {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.lt-live-indicator-v2[b-icjm4teoxf] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    background: rgba(228, 14, 24, 0.08);
    color: #E40E18;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 700;
}

.lt-pulse-dot[b-icjm4teoxf] {
    width: 8px;
    height: 8px;
    background: #E40E18;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(228, 14, 24, 0.45);
    animation: lt-pulse-b-icjm4teoxf 1.8s infinite;
}

@keyframes lt-pulse-b-icjm4teoxf {
    70% {
        box-shadow: 0 0 0 10px rgba(228, 14, 24, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(228, 14, 24, 0);
    }
}

@media (max-width: 768px) {
    .lt-hero[b-icjm4teoxf] {
        padding: 100px 20px 48px;
    }

    .lt-hero-content[b-icjm4teoxf] {
        max-width: 100%;
    }

    .lt-hero-kicker[b-icjm4teoxf] {
        margin-bottom: 18px;
    }

    .lt-hero-title[b-icjm4teoxf] {
        font-size: clamp(2rem, 10vw, 2.6rem);
        margin-bottom: 16px;
    }

    .lt-hero-subtitle[b-icjm4teoxf] {
        font-size: 1rem;
    }

    .lt-hero-stats[b-icjm4teoxf] {
        margin-top: 24px;
    }
}
/* _content/LapTime.Web/Components/Pages/PartnerDetails.razor.rz.scp.css */
.partner-details-page[b-n3b7zz1wtg] {
    width: 100%;
    min-height: calc(100vh - 80px);
    background: #fdfdfd;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partner-hero[b-n3b7zz1wtg] {
    width: 100%;
    padding: 120px 24px 20px;
    background: linear-gradient(180deg, #fff 0%, #f7f7f7 100%);
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}

.partner-hero-content[b-n3b7zz1wtg] {
    width: min(92vw, 1120px);
    text-align: center;
    animation: fade-in-up-b-n3b7zz1wtg 0.8s cubic-bezier(0.2, 0, 0.2, 1) both;
}

.partner-back-link[b-n3b7zz1wtg] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px solid #e4e7ec;
    border-radius: 50px;
    background: #fff;
    color: #475467;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin-bottom: 32px;
    width: fit-content;
}

.partner-back-link:hover[b-n3b7zz1wtg] {
    transform: translateX(-5px);
    border-color: #E40E18;
    color: #E40E18;
    box-shadow: 0 8px 20px rgba(228, 14, 24, 0.12);
}

.partner-details-kicker[b-n3b7zz1wtg] {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(228, 14, 24, 0.08);
    color: #E40E18;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.partner-details-title[b-n3b7zz1wtg] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    color: #111;
    line-height: 1.1;
    margin: 0 0 20px;
    letter-spacing: -0.04em;
}

.partner-details-subtitle[b-n3b7zz1wtg] {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: #666;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 640px;
}

.partner-details-container[b-n3b7zz1wtg] {
    width: min(92vw, 1120px);
    padding-bottom: 100px;
}

.services-section[b-n3b7zz1wtg] {
    padding: 48px;
    background: #fff;
    border-radius: 24px;
    border: 1px solid #edf0f5;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.03);
    animation: fade-in-up-b-n3b7zz1wtg 1s cubic-bezier(0.2, 0, 0.2, 1) 0.2s both;
}

.services-title[b-n3b7zz1wtg] {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 40px;
    color: #111;
    display: flex;
    align-items: center;
    gap: 12px;
}

.services-title[b-n3b7zz1wtg]::before {
    content: '';
    display: block;
    width: 4px;
    height: 24px;
    background: #E40E18;
    border-radius: 4px;
}

.partners-d-grid[b-n3b7zz1wtg] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}

@keyframes fade-in-up-b-n3b7zz1wtg {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1120px) {
    .partners-d-grid[b-n3b7zz1wtg] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .services-section[b-n3b7zz1wtg] {
        padding: 32px;
    }
}

@media (max-width: 900px) {
    .partner-details-title[b-n3b7zz1wtg] {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .partners-d-grid[b-n3b7zz1wtg] {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 640px) {
    .partner-details-page[b-n3b7zz1wtg] {
        padding-top: 0;
    }

    .partner-hero[b-n3b7zz1wtg] {
        padding: 100px 20px 10px;
        margin-bottom: 0px;
    }

    .partner-details-container[b-n3b7zz1wtg] {
        padding-top: 10px;
    }
    
    .services-section[b-n3b7zz1wtg] {
        padding: 24px;
        border-radius: 16px;
    }
    
    .services-title[b-n3b7zz1wtg] {
        font-size: 1.5rem;
        margin-bottom: 24px;
    }
}

/* _content/LapTime.Web/Components/Pages/Partners.razor.rz.scp.css */
.partners-page[b-plioi6tlan] {
    width: 100%;
    min-height: 100vh;
    background-color: #f9f9f9;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
}

.partners-container[b-plioi6tlan] {
    width: min(92vw, 1180px);
    margin: 0 auto;
    padding: 0px 0 64px;
}

.partners-header[b-plioi6tlan] {
    text-align: center;
    margin-bottom: 40px;
}

.partners-kicker[b-plioi6tlan] {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(228, 14, 24, 0.08);
    color: #E40E18;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.partners-title[b-plioi6tlan] {
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    font-weight: 800;
    color: #111;
    line-height: 1.1; 
    margin: 0 0 20px;
    letter-spacing: -0.03em;
}

.partners-subtitle[b-plioi6tlan] {
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    color: #666;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 760px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
}
/* _content/LapTime.Web/Components/Pages/Price.razor.rz.scp.css */
.price-page[b-05a6oq8rp6] {
    width: 100%;
    background-color: #f9f9f9;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
}

.price-hero[b-05a6oq8rp6] {
    width: 100%;
    background: linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
    padding: 120px 24px 40px;
    text-align: center;
    color: #111;
    position: relative;
    overflow: hidden;
}

.price-hero[b-05a6oq8rp6]::after {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(228, 14, 24, 0.03) 0%, rgba(249, 249, 249, 0) 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.price-hero-content[b-05a6oq8rp6] {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.price-hero-kicker[b-05a6oq8rp6] {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(228, 14, 24, 0.08);
    color: #E40E18;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.price-hero-title[b-05a6oq8rp6] {
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    font-weight: 800;
    color: #111;
    line-height: 1.1;
    margin: 0 0 20px;
    letter-spacing: -0.03em;
}

.price-hero-subtitle[b-05a6oq8rp6] {
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    color: #666;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 768px) {
    .price-hero[b-05a6oq8rp6] {
        padding: 100px 20px 48px;
    }

    .price-hero-content[b-05a6oq8rp6] {
        max-width: 100%;
    }

    .price-hero-kicker[b-05a6oq8rp6] {
        margin-bottom: 18px;
    }

    .price-hero-title[b-05a6oq8rp6] {
        font-size: clamp(2rem, 10vw, 2.6rem);
        margin-bottom: 16px;
    }

    .price-hero-subtitle[b-05a6oq8rp6] {
        font-size: 1rem;
    }
}
/* _content/LapTime.Web/Components/Pages/Ranking/CompetitorRanking.razor.rz.scp.css */
.ranking-page-container[b-nrxj5heyia] {
    min-height: 90vh;
    padding: 110px 5vw 2vh;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
}

.competitor-ranking-topbar[b-nrxj5heyia] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.ranking-back-link[b-nrxj5heyia] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 15px 10px 12px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #fff;
    color: #344054;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
    transition: transform 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.ranking-back-link:hover[b-nrxj5heyia] {
    transform: translateY(-1px);
    border-color: rgba(228, 14, 24, 0.28);
    color: #E40E18;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.ranking-back-icon[b-nrxj5heyia] {
    font-size: 20px;
    line-height: 1;
}

option:hover[b-nrxj5heyia] {
    cursor: pointer;
}

.ranking-view-toggle[b-nrxj5heyia] {
    display: inline-grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    padding: 4px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.ranking-view-toggle-button[b-nrxj5heyia] {
    min-width: 130px;
    min-height: 34px;
    padding: 0 14px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #4b5563;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.ranking-view-toggle-button:hover[b-nrxj5heyia] {
    background: rgba(228, 14, 24, 0.07);
    color: #e40e18;
}

.ranking-view-toggle-button.is-selected[b-nrxj5heyia] {
    background: #e40e18;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(228, 14, 24, 0.18);
}

.competitor-ranking-filter-section[b-nrxj5heyia] {
    margin-bottom: 10px;
}

.competitor-ranking-filter-title[b-nrxj5heyia] {
    display: block;
    margin: 0 0 6px 2px;
    color: #9ca3af;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.cards-ctn[b-nrxj5heyia] {
    display: flex;
    gap: 16px;
    align-items: stretch;
}

.table-wrapper[b-nrxj5heyia] {
    width: 70%;
    height: 100%;
    min-height: 0;
}

.other-cards-wrapper[b-nrxj5heyia] {
    width: 30%;
    height: 100%;
    gap: 12px;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.competitor-ranking-loading[b-nrxj5heyia] {
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #4b5563;
    font-size: 0.95rem;
    font-weight: 700;
}

@media (max-width: 1180px) {
    .ranking-page-container[b-nrxj5heyia] {
        padding-right: 3vw;
        padding-left: 3vw;
    }
}

@media (max-width: 1024px) {
    .cards-ctn[b-nrxj5heyia] {
        flex-direction: column;
    }

    .table-wrapper[b-nrxj5heyia],
    .other-cards-wrapper[b-nrxj5heyia] {
        width: 100%;
    }

    .other-cards-wrapper[b-nrxj5heyia] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }
}

@media (max-width: 700px) {
    .ranking-page-container[b-nrxj5heyia] {
        padding: 92px 16px 24px;
    }

    .competitor-ranking-topbar[b-nrxj5heyia] {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .competitor-ranking-filter-section[b-nrxj5heyia] {
        margin-bottom: 12px;
    }

    .other-cards-wrapper[b-nrxj5heyia] {
        grid-template-columns: 1fr;
    }

    .ranking-view-toggle[b-nrxj5heyia] {
        width: 100%;
    }

    .ranking-back-link[b-nrxj5heyia] {
        justify-content: center;
    }

    .ranking-view-toggle-button[b-nrxj5heyia] {
        min-width: 0;
        padding: 0 10px;
    }
}
/* _content/LapTime.Web/Components/Pages/Ranking/KartRanking.razor.rz.scp.css */
.ranking-page[b-7ia3jda5jf] {
    width: 100%;
    min-height: 100vh;
    background-color: #f9f9f9;
    font-family: 'Exo 2', 'Rajdhani', system-ui, sans-serif;
}

/* ── Hero Section ── */
.ranking-hero[b-7ia3jda5jf] {
    width: 100%;
    background: linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
    padding: 120px 24px 10px;
    text-align: center;
    color: #111;
    position: relative;
    overflow: hidden;
}

.ranking-hero[b-7ia3jda5jf]::after {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(228, 14, 24, 0.03) 0%, rgba(249, 249, 249, 0) 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.ranking-hero-content[b-7ia3jda5jf] {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.ranking-back-link[b-7ia3jda5jf] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 22px;
    padding: 10px 15px 10px 12px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #fff;
    color: #344054;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
    transition: transform 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.ranking-back-link:hover[b-7ia3jda5jf] {
    transform: translateY(-1px);
    border-color: rgba(228, 14, 24, 0.28);
    color: #E40E18;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.ranking-back-icon[b-7ia3jda5jf] {
    font-size: 20px;
    line-height: 1;
}

.ranking-hero-kicker[b-7ia3jda5jf] {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(228, 14, 24, 0.08);
    color: #E40E18;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.ranking-hero-title[b-7ia3jda5jf] {
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    font-weight: 800;
    color: #111;
    line-height: 1.1;
    margin: 0 0 20px;
    letter-spacing: -0.03em;
}

.ranking-hero-subtitle[b-7ia3jda5jf] {
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    color: #666;
    line-height: 1.5;
    margin: 0 auto 0px;
    max-width: 700px;
}

.ranking-company-badge[b-7ia3jda5jf] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 15px;
    padding: 12px 24px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    display: inline-flex;
}

.ranking-company-logo[b-7ia3jda5jf] {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.ranking-company-info[b-7ia3jda5jf] {
    text-align: left;
}

.ranking-company-name[b-7ia3jda5jf] {
    display: block;
    font-weight: 700;
    font-size: 1.1rem;
    color: #111;
}

.ranking-company-loc[b-7ia3jda5jf] {
    display: block;
    font-size: 0.9rem;
    color: #888;
}

/* ── Stepper ── */
.ranking-stepper[b-7ia3jda5jf] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 15px auto;
    position: relative;
    max-width: 600px;
}

.ranking-step[b-7ia3jda5jf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    width: 160px; /* Largura fixa para garantir centralização */
    flex-shrink: 0;
}

.step-bar[b-7ia3jda5jf] {
    flex: 1;
    height: 3px;
    background: #eee;
    position: relative;
    top: 21px; /* Centralizado com o círculo de 44px (22px - 1px da borda) */
    z-index: 1;
    border-radius: 4px;
    min-width: 40px;
}

.step-bar.completed[b-7ia3jda5jf] {
    background: #E40E18;
}

.step-circle[b-7ia3jda5jf] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: white;
    border: 2px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #aaa;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.ranking-step.active .step-circle[b-7ia3jda5jf] {
    background: #E40E18;
    border-color: #E40E18;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(228, 14, 24, 0.3);
}

.step-label[b-7ia3jda5jf] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #888;
    transition: color 0.3s ease;
}

.ranking-step.active .step-label[b-7ia3jda5jf] {
    color: #111;
}

.alert-box[b-7ia3jda5jf] {
    background-color: #fff5f5;
    border-left: 4px solid #E40E18;
    color: #c53030;
    padding: 16px 24px;
    border-radius: 12px;
    margin-bottom: 32px;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(228, 14, 24, 0.05);
}

/* ── Content Sections ── */
.ranking-container[b-7ia3jda5jf] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px 80px;
}

.section-content[b-7ia3jda5jf] {
    animation: fadeIn-b-7ia3jda5jf 0.5s ease-out;
}

@keyframes fadeIn-b-7ia3jda5jf {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ── Date Selection ── */
.date-selector-wrapper[b-7ia3jda5jf] {
    background: white;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
}

.date-selector-wrapper h2[b-7ia3jda5jf] {
    font-size: 1.25rem;
}

.date-selector-wrapper p[b-7ia3jda5jf] {
    font-size: 0.8rem;
}

.date-footer-v2[b-7ia3jda5jf] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.date-display-v2[b-7ia3jda5jf] {
    padding: 8px 16px;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: left;
}

@media (max-width: 768px) {
    .date-footer-v2[b-7ia3jda5jf] {
        flex-direction: column;
        gap: 16px;
    }

    .date-display-v2[b-7ia3jda5jf] {
        width: 100%;
        text-align: center;
    }
}

.date-display-label[b-7ia3jda5jf] {
    display: block;
    font-size: 0.7rem;
    color: #888;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2px;
}

.date-display-value[b-7ia3jda5jf] {
    font-size: 0.85rem;
    font-weight: 700;
    color: #E40E18;
}

/* ── Ranking View ── */
.ranking-controls[b-7ia3jda5jf] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.search-wrapper[b-7ia3jda5jf] {
    flex: 1;
    min-width: 300px;
    position: relative;
}

.search-input-v2[b-7ia3jda5jf] {
    width: 100%;
    padding: 14px 48px;
    background: white;
    border: 1px solid #eee;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.search-input-v2:focus[b-7ia3jda5jf] {
    outline: none;
    border-color: #E40E18;
    box-shadow: 0 4px 20px rgba(228, 14, 24, 0.08);
}

.search-icon[b-7ia3jda5jf] {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
}

.view-toggles[b-7ia3jda5jf] {
    display: flex;
    background: white;
    padding: 4px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.toggle-btn[b-7ia3jda5jf] {
    padding: 8px 16px;
    border: none;
    background: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #666;
}

.toggle-btn.active[b-7ia3jda5jf] {
    background: #111;
    color: white;
}

.sort-toggles-centered[b-7ia3jda5jf] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 32px;
}

.sort-sub-btn[b-7ia3jda5jf] {
    padding: 6px 12px;
    border: 1px solid #eee;
    background: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 600;
    color: #888;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.sort-sub-btn.active[b-7ia3jda5jf] {
    background: #f0f0f0;
    color: #111;
    border-color: #ddd;
}

.sort-sub-btn:hover:not(.active)[b-7ia3jda5jf] {
    background: #f9f9f9;
}

@media (max-width: 768px) {
    .sort-toggles-centered[b-7ia3jda5jf] {
        margin-top: 0;
        margin-bottom: 24px;
        flex-wrap: wrap;
    }
}

/* ── Kart Cards ── */
.ranking-grid[b-7ia3jda5jf] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 24px;
}

.kart-card-v2[b-7ia3jda5jf] {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
}

.kart-card-v2:hover[b-7ia3jda5jf] {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    border-color: rgba(228, 14, 24, 0.1);
}

.kart-card-header[b-7ia3jda5jf] {
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
}

.kart-number-box[b-7ia3jda5jf] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 800;
}

.kart-rank-info[b-7ia3jda5jf] {
    flex: 1;
}

.rank-row[b-7ia3jda5jf] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 4px;
}

.rank-label[b-7ia3jda5jf] {
    font-size: 0.75rem;
    color: #888;
    text-transform: uppercase;
    font-weight: 600;
}

.rank-value[b-7ia3jda5jf] {
    font-size: 1.25rem;
    font-weight: 800;
    color: #111;
}

.rank-value small[b-7ia3jda5jf] {
    font-size: 0.8rem;
    font-weight: 600;
    margin-left: 2px;
}

.kart-races-preview[b-7ia3jda5jf] {
    background: #fcfcfc;
    padding: 16px 24px;
    border-top: 1px solid #f5f5f5;
    flex: 1;
}

.race-mini-item[b-7ia3jda5jf] {
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 8px;
    font-size: 0.85rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 3px solid transparent;
}

.race-mini-time[b-7ia3jda5jf] {
    font-weight: 700;
}

.race-mini-pos[b-7ia3jda5jf] {
    background: rgba(255,255,255,0.3);
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 800;
}

/* ── Grid View (Numbers Only) ── */
.grid-view[b-7ia3jda5jf] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.grid-number-box[b-7ia3jda5jf] {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.grid-number-box:hover[b-7ia3jda5jf] {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* ── Modal ── */
.modal-overlay-v2[b-7ia3jda5jf] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 20px;
}

.modal-content-v2[b-7ia3jda5jf] {
    background: white;
    width: 100%;
    max-width: 600px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    animation: modalPop-b-7ia3jda5jf 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes modalPop-b-7ia3jda5jf {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

.modal-header-v2[b-7ia3jda5jf] {
    padding: 24px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-close-v2[b-7ia3jda5jf] {
    background: rgba(255,255,255,0.1);
    border: none;
    color: inherit;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.2rem;
    line-height: 1;
}

.modal-close-v2:hover[b-7ia3jda5jf] {
    filter: brightness(1.2);
    background: rgba(255,255,255,0.2);
    transform: scale(1.1);
}

.modal-body-v2[b-7ia3jda5jf] {
    padding: 32px;
    max-height: 70vh;
    overflow-y: auto;
}

.race-full-item[b-7ia3jda5jf] {
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 16px;
    border-left: 5px solid transparent;
}

.race-full-header[b-7ia3jda5jf] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    opacity: 0.9;
}

.race-full-name[b-7ia3jda5jf] {
    display: block;
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 4px;
}

.race-full-competitor[b-7ia3jda5jf] {
    display: block;
    font-size: 0.95rem;
    color: #666;
}

@media (max-width: 768px) {
    .ranking-hero[b-7ia3jda5jf] {
        padding: 100px 20px 48px;
    }

    .ranking-grid[b-7ia3jda5jf] {
        grid-template-columns: 1fr;
    }

    .ranking-stepper[b-7ia3jda5jf] {
        max-width: 100%;
        margin: 24px auto;
    }

    .ranking-step[b-7ia3jda5jf] {
        width: 120px;
    }

    .step-bar[b-7ia3jda5jf] {
        min-width: 20px;
    }

    .step-label[b-7ia3jda5jf] {
        font-size: 0.75rem;
        text-align: center;
    }

    .date-selector-wrapper[b-7ia3jda5jf] {
        padding: 24px;
    }

    .calendar-container-kart[b-7ia3jda5jf] {
        transform: none !important;
    }
}

/* ── Calendar Overrides ── */
.calendar-container-kart[b-7ia3jda5jf] {
    max-width: 230px;
    margin: 0 auto;
}

.navigation-kart[b-7ia3jda5jf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.navigation-kart span[b-7ia3jda5jf] {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: capitalize;
}

.navigation-kart button[b-7ia3jda5jf] {
    background: #f0f0f0;
    border: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin-left: 4px;
}

.navigation-kart button:hover:not(:disabled)[b-7ia3jda5jf] {
    background: #E40E18;
    color: white;
}

.navigation-kart button:hover img[b-7ia3jda5jf] {
    filter: brightness(0) invert(1);
}

.navigation-kart button:disabled[b-7ia3jda5jf] {
    opacity: 0.3;
    cursor: not-allowed;
}

.calendar-container-kart table[b-7ia3jda5jf] {
    width: 100%;
}

.calendar-container-kart th[b-7ia3jda5jf] {
    font-size: 0.55rem;
    color: #888;
    font-weight: 700;
    padding: 4px 0;
}

.calendar-container-kart td[b-7ia3jda5jf] {
    width: 20px;
    height: 20px;
    font-size: 0.65rem;
    font-weight: 600;
    transition: all 0.2s ease;
    border-radius: 4px;
}

.selected-day-kart[b-7ia3jda5jf] {
    background-color: #E40E18 !important;
    color: white !important;
    box-shadow: 0 4px 10px rgba(228, 14, 24, 0.3);
}

.calendar-container-kart td:hover:not(.outside-month-kart):not(.disabled-day)[b-7ia3jda5jf] {
    background-color: #f0f0f0;
}

.outside-month-kart[b-7ia3jda5jf] {
    color: #ddd;
}

.disabled-day[b-7ia3jda5jf] {
    color: #eee;
    cursor: not-allowed;
}
