@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';

/* /Components/Common/Loader.razor.rz.scp.css */
.runner-loader__overlay[b-40hhm84vmt] {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: grid;
    place-items: center;
    background: color-mix(in srgb, var(--colorNeutralBackground1, white) 40%, transparent);
}

.runner-loader[b-40hhm84vmt] {
    --runner-color: var(--colorCircuiterBrandBlue, #005d85);
    --runner-accent: var(--colorCircuiterBrandGreen, #00b595);
    --runner-duration: .7s;
    width: 196px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 18px 14px;
    overflow: hidden;
    color: var(--colorNeutralForeground2, #424242);
    background: color-mix(in srgb, var(--colorNeutralBackground1, white) 94%, transparent);
    border: 1px solid color-mix(in srgb, var(--runner-color) 14%, transparent);
    border-radius: 22px;
    box-shadow: 0 18px 48px rgb(0 29 43 / 18%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.runner-loader__scene[b-40hhm84vmt] {
    position: relative;
    width: 160px;
    height: 92px;
}

/* Running figure adapted from https://codepen.io/aaroniker/pen/MWYKGdb */
.runner-loader__running[b-40hhm84vmt] {
    position: absolute;
    z-index: 2;
    top: 22px;
    left: 71px;
    display: block;
    width: 8px;
    height: 15px;
    color: var(--runner-color);
    transform: scale(2.25);
    transform-origin: 4px 15px;
}

.runner-loader__outer[b-40hhm84vmt] {
    display: block;
    animation: runner-outer-b-40hhm84vmt var(--runner-duration) linear infinite;
}

.runner-loader__body[b-40hhm84vmt] {
    position: relative;
    display: block;
    width: 8px;
    height: 15px;
    background: currentColor;
    border-radius: 4px;
    transform: rotate(32deg);
    transform-origin: 4px 11px;
    animation: runner-body-b-40hhm84vmt var(--runner-duration) linear infinite;
}

.runner-loader__body[b-40hhm84vmt]::before {
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    background: currentColor;
    border-radius: 50%;
}

.runner-loader__arm[b-40hhm84vmt],
.runner-loader__arm[b-40hhm84vmt]::before,
.runner-loader__leg[b-40hhm84vmt],
.runner-loader__leg[b-40hhm84vmt]::before {
    position: absolute;
    top: var(--limb-top, 0);
    left: var(--limb-left, 2px);
    width: var(--limb-width, 11px);
    height: 4px;
    content: "";
    background: var(--limb-color, currentColor);
    border-radius: 2px;
    transform: rotate(var(--limb-angle, 0deg));
    transform-origin: 2px 2px;
    animation: runner-limb-b-40hhm84vmt var(--runner-duration) linear infinite;
}

.runner-loader__arm[b-40hhm84vmt]::before {
    --limb-left: 7px;
    animation-name: runner-forearm-b-40hhm84vmt;
}

.runner-loader__arm--front[b-40hhm84vmt] {
    --limb-angle: 24deg;
    --limb-angle-to: 164deg;
}

.runner-loader__arm--front[b-40hhm84vmt]::before {
    --limb-angle: -48deg;
    --limb-angle-to: -36deg;
}

.runner-loader__arm--behind[b-40hhm84vmt] {
    --limb-angle: 164deg;
    --limb-angle-to: 24deg;
}

.runner-loader__arm--behind[b-40hhm84vmt]::before {
    --limb-angle: -36deg;
    --limb-angle-to: -48deg;
}

.runner-loader__leg[b-40hhm84vmt] {
    --limb-width: 12px;
    --limb-top: 11px;
}

.runner-loader__leg[b-40hhm84vmt]::before {
    --limb-top: 0;
    --limb-left: 8px;
}

.runner-loader__leg--front[b-40hhm84vmt] {
    --limb-angle: 10deg;
    --limb-angle-to: 108deg;
}

.runner-loader__leg--front[b-40hhm84vmt]::before {
    --limb-angle: 18deg;
    --limb-angle-to: 76deg;
}

.runner-loader__leg--behind[b-40hhm84vmt] {
    --limb-angle: 108deg;
    --limb-angle-to: 10deg;
    --limb-color: transparent;
}

.runner-loader__leg--behind[b-40hhm84vmt]::before {
    --limb-angle: 76deg;
    --limb-angle-to: 18deg;
    --limb-color: currentColor;
}

.runner-loader__leg--behind[b-40hhm84vmt]::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 4px;
    content: "";
    background: currentColor;
    border-radius: 0 2px 2px 0;
    clip-path: polygon(2px 0, 6px 0, 6px 4px, 0 4px);
}

.runner-loader__shadow[b-40hhm84vmt] {
    position: absolute;
    z-index: 1;
    left: 57px;
    bottom: 8px;
    width: 50px;
    height: 7px;
    background: rgb(0 35 52 / 18%);
    border-radius: 50%;
    filter: blur(2px);
    animation: runner-shadow-b-40hhm84vmt var(--runner-duration) linear infinite;
}

.runner-loader__track[b-40hhm84vmt] {
    position: absolute;
    right: 0;
    bottom: 8px;
    left: 0;
    height: 2px;
    overflow: hidden;
    background: color-mix(in srgb, var(--runner-color) 14%, transparent);
    border-radius: 2px;
}

.runner-loader__track[b-40hhm84vmt]::after {
    position: absolute;
    inset: 0;
    width: 200%;
    content: "";
    background: repeating-linear-gradient(
        90deg,
        var(--runner-accent) 0 18px,
        transparent 18px 31px
    );
    opacity: .82;
    animation: runner-track-b-40hhm84vmt var(--runner-duration) linear infinite;
}

.runner-loader__speed-line[b-40hhm84vmt] {
    position: absolute;
    left: 7px;
    z-index: 1;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--runner-accent));
    border-radius: 3px;
    transform-origin: right center;
    animation: runner-speed-line-b-40hhm84vmt var(--runner-duration) ease-in-out infinite;
}

.runner-loader__speed-line--top[b-40hhm84vmt] {
    top: 27px;
    width: 30px;
}

.runner-loader__speed-line--middle[b-40hhm84vmt] {
    top: 41px;
    width: 40px;
    animation-delay: calc(var(--runner-duration) / -3);
}

.runner-loader__speed-line--bottom[b-40hhm84vmt] {
    top: 55px;
    width: 24px;
    animation-delay: calc(var(--runner-duration) / -1.5);
}

.runner-loader__label[b-40hhm84vmt] {
    display: block;
    min-height: 20px;
    margin-top: 2px;
    font-size: var(--fontSizeBase200, .75rem);
    font-weight: var(--fontWeightSemibold, 600);
    line-height: 20px;
    letter-spacing: .055em;
    text-align: center;
    text-transform: uppercase;
}

@keyframes runner-outer-b-40hhm84vmt {
    50% { transform: translateY(0); }
    25%, 75% { transform: translateY(4px); }
}

@keyframes runner-body-b-40hhm84vmt {
    50% { transform: rotate(16deg); }
    25%, 75% { transform: rotate(24deg); }
}

@keyframes runner-limb-b-40hhm84vmt {
    50% { transform: rotate(var(--limb-angle-to)); }
}

@keyframes runner-forearm-b-40hhm84vmt {
    30%, 70% { transform: rotate(var(--limb-angle-to)); }
}

@keyframes runner-shadow-b-40hhm84vmt {
    0%, 100% { opacity: .64; transform: scaleX(.72); }
    50% { opacity: 1; transform: scaleX(1); }
}

@keyframes runner-track-b-40hhm84vmt {
    to { transform: translateX(-31px); }
}

@keyframes runner-speed-line-b-40hhm84vmt {
    0%, 100% { opacity: .25; transform: scaleX(.55); }
    50% { opacity: .9; transform: scaleX(1); }
}

@keyframes runner-pulse-b-40hhm84vmt {
    0%, 100% { opacity: .58; }
    50% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .runner-loader__running[b-40hhm84vmt] {
        animation: runner-pulse-b-40hhm84vmt 1.6s ease-in-out infinite;
    }

    .runner-loader__outer[b-40hhm84vmt],
    .runner-loader__body[b-40hhm84vmt],
    .runner-loader__arm[b-40hhm84vmt],
    .runner-loader__arm[b-40hhm84vmt]::before,
    .runner-loader__leg[b-40hhm84vmt],
    .runner-loader__leg[b-40hhm84vmt]::before,
    .runner-loader__shadow[b-40hhm84vmt],
    .runner-loader__track[b-40hhm84vmt]::after,
    .runner-loader__speed-line[b-40hhm84vmt] {
        animation: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-p4jw4z87kw] {
    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-p4jw4z87kw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-81p5u9t721],
.components-reconnect-repeated-attempt-visible[b-81p5u9t721],
.components-reconnect-failed-visible[b-81p5u9t721],
.components-pause-visible[b-81p5u9t721],
.components-resume-failed-visible[b-81p5u9t721],
.components-rejoining-animation[b-81p5u9t721] {
    display: none;
}

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

#components-reconnect-modal[b-81p5u9t721] {
    background-color: var(--colorNeutralBackground1);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-81p5u9t721 0.5s both;
    &[open] {
        animation: components-reconnect-modal-slideUp-b-81p5u9t721 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-81p5u9t721 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }
}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/CircuitNewsCard.razor.rz.scp.css */
.news-card[b-mqm8kzj7ts] {
    width: 100%;
    position: relative;
    text-shadow: 0 0 2px black;
    color: white;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-items: end;
    border: 1px solid #2F3E46;
}

.news-card .card-background[b-mqm8kzj7ts] {
    background: radial-gradient(circle at 10% 20%, rgba(232, 93, 117, 0.8) 0%, rgba(244, 162, 97, 0.8) 90%);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    filter: blur(1px);
}

.news-card .card-content[b-mqm8kzj7ts] {
    padding: 15px;
    position: relative;
    flex-grow: 1;
}

.news-published-at[b-mqm8kzj7ts] {
    font-size: var(--fontSizeBase200);
    text-transform: uppercase;
    font-weight: bold;
}
/* /Components/Pages/CircuitRaceCard.razor.rz.scp.css */
.race-card-host[b-sfqch71lwl] {
    --race-card-gradient-start: rgba(0, 93, 133, 0.78);
    --race-card-gradient-end: rgba(0, 181, 149, 0.7);
    --race-card-header-gradient-start: rgba(0, 93, 133, 0.5);
    --race-card-header-gradient-end: rgba(0, 181, 149, 0.38);
    --race-card-surface: color-mix(in srgb, var(--colorNeutralBackground1, #fff) 82%, transparent);
    --race-card-surface-secondary: color-mix(in srgb, var(--colorNeutralBackground2, #f5f5f5) 78%, transparent);
    height: 100%;
    min-width: 0;
}

.race-card-host.race-cancelled[b-sfqch71lwl] {
    --race-card-gradient-start: rgba(42, 55, 62, 0.84);
    --race-card-gradient-end: rgba(84, 96, 96, 0.8);
}

.race-card-host[b-sfqch71lwl]  .circuit-race-card {
    width: 100%;
    height: 100%;
    min-width: 0;
    padding: 0;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-rows: 125px 65px minmax(0, 1fr) auto;
    border: 1px solid var(--colorNeutralStroke1, #d1d1d1);
    border-radius: var(--borderRadiusXLarge, 12px);
    box-shadow: var(--shadow4, 0 2px 4px rgba(0, 0, 0, 0.14));
    background: transparent;
}

.race-card-host[b-sfqch71lwl]  .circuit-race-card::before {
    content: "";
    position: absolute;
    inset: -16px;
    z-index: -1;
    background:
        radial-gradient(circle at 10% 20%, var(--race-card-gradient-start) 0%, var(--race-card-gradient-end) 90%),
        url("/images/running-bg.jpg") center 42% / cover no-repeat;
    filter: blur(12px) saturate(0.7);
}

.race-card-image[b-sfqch71lwl] {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 var(--spacingHorizontalM);
}

.race-card-image[b-sfqch71lwl]::before,
.race-card-image[b-sfqch71lwl]::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.race-card-image[b-sfqch71lwl]::before {
    z-index: -2;
    background:
        radial-gradient(circle at 10% 20%, var(--race-card-header-gradient-start) 0%, var(--race-card-header-gradient-end) 90%),
        url("/images/running-sunset.jpg") center 42% / cover no-repeat;
    transform: scale(1.01);
}

.race-card-image[b-sfqch71lwl]::after {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(8, 18, 24, 0.7) 0%, rgba(8, 18, 24, 0.12) 48%, rgba(8, 18, 24, 0.62) 100%),
        linear-gradient(0deg, rgba(8, 18, 24, 0.4) 0%, transparent 48%);
}

.race-card-image-cancelled[b-sfqch71lwl]::before {
    filter: grayscale(1);
}

.race-card-date[b-sfqch71lwl] {
    width: 72px;
    min-height: 118px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 7px;
    color: #fff;
    background: rgba(5, 14, 20, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: var(--borderRadiusLarge, 8px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(4px);
    text-align: center;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
}

.race-card-date span[b-sfqch71lwl] {
    display: block;
    line-height: 1;
}

.race-card-date-weekday[b-sfqch71lwl],
.race-card-date-month[b-sfqch71lwl] {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.09em;
}

.race-card-date-day[b-sfqch71lwl] {
    margin-block: 3px;
    font-family: "hackman", var(--fontFamilyBase);
    font-size: 36px;
    font-weight: 700;
}

.race-card-date-time[b-sfqch71lwl] {
    width: 100%;
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.36);
    font-size: 15px;
    font-weight: 700;
}

.race-card-sport-icon-backdrop[b-sfqch71lwl] {
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(5, 14, 20, 0.62) 0%, rgba(5, 14, 20, 0.18) 64%, transparent 72%);
}

.race-card-sport-icon[b-sfqch71lwl] {
    width: 42px;
    height: 48px;
    object-fit: contain;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.85));
}

.race-card-cancelled-badge[b-sfqch71lwl] {
    position: absolute;
    left: 50%;
    bottom: var(--spacingVerticalM);
    transform: translateX(-50%);
    padding: 5px 14px;
    color: #fff;
    background: #b10e1e;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.42);
    font-size: var(--fontSizeBase300, 14px);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.25;
    text-transform: uppercase;
}

.race-card-heading[b-sfqch71lwl] {
    min-width: 0;
    box-sizing: border-box;
    padding: var(--spacingVerticalS) var(--spacingHorizontalM);
    border-bottom: 1px solid var(--colorNeutralStroke2, #e0e0e0);
    background: var(--race-card-surface);
}

.race-card-heading[b-sfqch71lwl]  .race-card-organizer {
    display: block;
    overflow: hidden;
    color: var(--colorNeutralForeground2, #424242);
    font-size: var(--fontSizeBase200, 12px);
    line-height: 16px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.race-card-name[b-sfqch71lwl] {
    display: block;
    margin: 5px 0 0;
    overflow: hidden;
    color: var(--colorNeutralForeground1, #242424);
    font-size: var(--fontSizeBase500, 20px);
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.race-card-details[b-sfqch71lwl] {
    min-width: 0;
    padding: var(--spacingVerticalS) var(--spacingHorizontalM);
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: var(--race-card-surface);
}

.race-card-detail-row[b-sfqch71lwl] {
    min-width: 0;
    min-height: 22px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    color: var(--colorNeutralForeground1, #242424);
    font: inherit;
    line-height: 20px;
}

.race-card-detail-row[b-sfqch71lwl]  fluent-icon {
    color: var(--colorBrandForeground1, #0f6cbd);
}

.race-card-detail-row > span[b-sfqch71lwl] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.race-card-detail-link[b-sfqch71lwl] {
    width: fit-content;
    max-width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

.race-card-detail-link > span[b-sfqch71lwl] {
    color: var(--colorBrandForegroundLink, #115ea3);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.race-card-detail-link:hover > span[b-sfqch71lwl] {
    color: var(--colorBrandForegroundLinkHover, #0f548c);
}

.race-card-detail-link:focus-visible[b-sfqch71lwl] {
    border-radius: var(--borderRadiusSmall, 2px);
    outline: 2px solid var(--colorStrokeFocus2, #000);
    outline-offset: 3px;
}

.race-card-group[b-sfqch71lwl] {
    min-width: 0;
    margin-top: auto;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--colorNeutralForeground1, #242424);
    background: var(--race-card-surface-secondary);
    border: 1px solid var(--colorNeutralStroke2, #e0e0e0);
    border-radius: var(--borderRadiusLarge, 8px);
    text-decoration: none;
    transition: background-color 120ms ease, border-color 120ms ease;
}

.race-card-group:hover[b-sfqch71lwl] {
    background: var(--colorNeutralBackground2Hover, #e8e8e8);
    border-color: var(--colorNeutralStroke1, #d1d1d1);
}

.race-card-group:focus-visible[b-sfqch71lwl] {
    outline: 2px solid var(--colorStrokeFocus2, #000);
    outline-offset: 2px;
}

.race-card-group-placeholder[b-sfqch71lwl] {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: var(--colorNeutralForegroundOnBrand, #fff);
    background: linear-gradient(145deg, var(--colorCircuiterBrandBlue), var(--colorCircuiterBrandGreen));
    border: 2px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
    font-size: var(--fontSizeBase300, 14px);
    font-weight: 700;
    letter-spacing: 0.04em;
}

.race-card-group-copy[b-sfqch71lwl] {
    min-width: 0;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.race-card-group-name[b-sfqch71lwl] {
    min-width: 0;
    overflow: hidden;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.race-card-group-progress[b-sfqch71lwl] {
    flex: 0 0 auto;
    color: var(--colorNeutralForeground2, #424242);
    font-variant-numeric: tabular-nums;
    font-weight: 700;
}

.race-card-actions[b-sfqch71lwl] {
    min-width: 0;
    min-height: 50px;
    display: flex;
    border-top: 1px solid var(--colorNeutralStroke2, #e0e0e0);
    background: var(--race-card-surface-secondary);
}

.race-card-actions[b-sfqch71lwl]  .race-card-action {
    min-width: 0;
    flex: 1 1 50%;
    border-radius: 0;
    font-weight: 600;
    text-transform: lowercase;
}

.race-card-actions[b-sfqch71lwl]  .race-card-action + .race-card-action {
    border-left: 1px solid var(--colorNeutralStroke2, #e0e0e0);
}

@media (max-width: 450px) {
    .race-card-host[b-sfqch71lwl]  .circuit-race-card {
        grid-template-rows: 125px 65px minmax(0, 1fr) auto;
    }

    .race-card-image[b-sfqch71lwl] {
        padding: 0 var(--spacingHorizontalS);
    }

    .race-card-date[b-sfqch71lwl] {
        width: 68px;
        min-height: 112px;
    }

    .race-card-date-day[b-sfqch71lwl] {
        font-size: 32px;
    }

    .race-card-sport-icon-backdrop[b-sfqch71lwl] {
        width: 60px;
        height: 60px;
    }

    .race-card-sport-icon[b-sfqch71lwl] {
        width: 38px;
        height: 44px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .race-card-group[b-sfqch71lwl] {
        transition: none;
    }
}
