.f4f-cls {
    --f4f-cls-accent: #174ea6;
    --f4f-cls-border: #dbe2ea;
    --f4f-cls-muted: #596579;
    --f4f-cls-surface: #fff;
    --f4f-cls-soft: #f5f7fa;
    --f4f-cls-text: #162033;
    color: inherit;
    margin: 1.5rem 0;
    scroll-margin-top: 1.5rem;
}

.f4f-cls-count {
    --f4f-count-accent: #174ea6;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    margin: 1.25rem 0;
    padding: 1rem 1.1rem;
    border: 1px solid #d9e2ef;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff 0%, #f5f8fd 100%);
    color: #162033;
    box-shadow: 0 6px 20px rgba(16, 42, 76, .07);
}

.f4f-cls-count__icon {
    position: relative;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    background: #eaf2ff;
}

.f4f-cls-count__icon::after {
    position: absolute;
    inset: 4px;
    border: 2px solid rgba(23, 78, 166, .24);
    border-radius: 50%;
    content: "";
    animation: f4f-cls-count-play-pulse 2.4s ease-out infinite;
}

.f4f-cls-count__icon > span {
    position: relative;
    z-index: 1;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--f4f-count-accent);
    box-shadow: 0 3px 8px rgba(23, 78, 166, .2);
}

.f4f-cls-count__icon > span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: 1px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    content: "";
    transform: translate(-50%, -50%);
}

@keyframes f4f-cls-count-play-pulse {
    0%, 25% { opacity: .65; transform: scale(.82); }
    75%, 100% { opacity: 0; transform: scale(1.08); }
}

.f4f-cls-count__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.f4f-cls-count__meta {
    display: flex;
    gap: .45rem;
    align-items: center;
    margin-bottom: .2rem;
}

.f4f-cls-count__badge {
    min-width: 0;
    color: #475467;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .07em;
    line-height: 1.3;
    text-transform: uppercase;
}

.f4f-cls-count__live {
    display: inline-flex;
    flex: 0 0 auto;
    gap: .3rem;
    align-items: center;
    padding: .16rem .4rem;
    border-radius: 999px;
    background: #dc2626;
    color: #fff;
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .06em;
    line-height: 1;
    white-space: nowrap;
}

.f4f-cls-count__live[hidden] { display: none !important; }

.f4f-cls-count__live > span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    animation: f4f-cls-live-pulse 1.15s ease-in-out infinite;
}

.f4f-cls-count__copy > strong {
    color: #162033;
    font-size: clamp(.98rem, 2.4vw, 1.15rem);
    line-height: 1.25;
}

.f4f-cls-count__detail {
    margin-top: .18rem;
    color: #667085;
    font-size: .78rem;
    line-height: 1.35;
}

.f4f-cls .f4f-cls-count__link,
.f4f-cls-count .f4f-cls-count__link {
    display: inline-flex;
    gap: .65rem;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: .65rem .8rem .65rem .95rem;
    border: 0;
    border-radius: 9px;
    background: #173e6d;
    box-shadow: none;
    color: #fff;
    font-size: .8rem;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.f4f-cls-count .f4f-cls-count__link:hover,
.f4f-cls-count .f4f-cls-count__link:focus-visible {
    background: #102a4c;
    color: #fff;
}

.f4f-cls-count .f4f-cls-count__link::before,
.f4f-cls-count .f4f-cls-count__link::after {
    display: none !important;
    content: none !important;
}

.f4f-cls-count__link > span:last-child {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .13);
    font-size: .9rem;
}

.f4f-cls__title {
    margin: 0 0 .75rem;
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1.2;
}

.f4f-cls__notice,
.f4f-cls-message {
    margin: 0 0 1rem;
    padding: .8rem 1rem;
    border-left: 4px solid var(--f4f-cls-accent);
    border-radius: 6px;
    background: var(--f4f-cls-soft);
    color: var(--f4f-cls-muted);
    font-size: .92rem;
}

.f4f-cls-error { border-left-color: #b42318; }

.f4f-cls__days {
    display: grid;
    gap: 1.6rem;
}

.f4f-cls__day {
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--f4f-cls-border);
    border-radius: 14px;
    background: var(--f4f-cls-surface);
    color: var(--f4f-cls-text);
    box-shadow: 0 5px 20px rgba(16, 24, 40, .07);
}

.f4f-cls__day::before,
.f4f-cls__day::after {
    display: none !important;
    content: none !important;
}

.f4f-cls__day-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin: 0 !important;
    margin-block: 0 !important;
    padding: .8rem 1rem;
    border-bottom: 1px solid var(--f4f-cls-border);
    background: linear-gradient(105deg, var(--f4f-cls-accent), #103f82);
    color: #fff;
    font-size: 1.02rem;
    line-height: 1.3;
}

.f4f-cls .f4f-cls__day > .f4f-cls__day-heading {
    margin: 0 !important;
    margin-block: 0 !important;
}

.f4f-cls__day-count {
    font-size: .78rem;
    font-weight: 600;
    opacity: .82;
}

.f4f-cls__list {
    display: grid;
}

.f4f-cls__match {
    display: grid;
    grid-template-columns: 78px minmax(360px, 1fr) minmax(190px, 245px);
    gap: 1.25rem;
    align-items: center;
    padding: 1rem;
    border: 0;
    border-bottom: 1px solid var(--f4f-cls-border);
    border-radius: 0;
    background: var(--f4f-cls-surface);
    color: var(--f4f-cls-text);
}

.f4f-cls__match:last-child { border-bottom: 0; }

.f4f-cls__date {
    display: flex;
    flex-direction: column;
    color: var(--f4f-cls-muted);
    font-size: .84rem;
    line-height: 1.35;
}

.f4f-cls__date time {
    color: inherit;
    font-size: 1.05rem;
    font-weight: 700;
}

.f4f-cls__match-competition {
    margin-top: .28rem;
    color: var(--f4f-cls-muted);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .045em;
    line-height: 1.25;
    text-transform: uppercase;
}

.f4f-cls .f4f-cls__live-badge {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: .3rem;
    margin-top: .35rem;
    padding: .2rem .5rem;
    border-radius: 999px;
    background: #e53935;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(229, 57, 53, .1);
    font-size: .65rem;
    font-weight: 850;
    letter-spacing: .04em;
    line-height: 1;
}

.f4f-cls .f4f-cls__live-badge[hidden] { display: none !important; }

.f4f-cls .f4f-cls__live-badge > span {
    width: .38rem;
    height: .38rem;
    border-radius: 50%;
    background: currentColor;
    animation: f4f-cls-live-pulse 1.4s ease-in-out infinite;
}

@keyframes f4f-cls-live-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .45; transform: scale(.72); }
}

.f4f-cls .f4f-cls__single-kickoff .f4f-cls__live-badge {
    margin-top: 0;
    padding: .24rem .52rem;
    background: #e53935;
    color: #fff;
}

.f4f-cls .f4f-cls__modal-kickoff .f4f-cls__live-badge {
    margin: 0 0 0 .35rem;
    vertical-align: middle;
}

@media (prefers-reduced-motion: reduce) {
    .f4f-cls-count__icon::after,
    .f4f-cls-count__live > span,
    .f4f-cls .f4f-cls__live-badge > span { animation: none; }
}

.f4f-cls__teams {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: .75rem;
    align-items: center;
    font-weight: 700;
    line-height: 1.3;
}

.f4f-cls__team {
    display: grid;
    width: 100%;
    min-width: 0;
    min-height: 38px;
    gap: .6rem;
    align-items: center;
}

.f4f-cls__team--home {
    grid-template-columns: minmax(0, 1fr) 38px;
    text-align: right;
}

.f4f-cls__team--away {
    grid-template-columns: 38px minmax(0, 1fr);
    text-align: left;
}

.f4f-cls__team--home .f4f-cls__logo-slot,
.f4f-cls__team--away .f4f-cls__team-name { grid-column: 2; grid-row: 1; }
.f4f-cls__team--home .f4f-cls__team-name,
.f4f-cls__team--away .f4f-cls__logo-slot { grid-column: 1; grid-row: 1; }

.f4f-cls__team-name { min-width: 0; font-size: .95rem; }
.f4f-cls .f4f-cls__team-article-link {
    color: inherit !important;
    font-weight: inherit;
    text-decoration: none !important;
    text-underline-offset: 3px;
}
.f4f-cls .f4f-cls__team-article-link:hover,
.f4f-cls .f4f-cls__team-article-link:focus-visible {
    color: var(--f4f-cls-accent) !important;
    text-decoration: underline !important;
}
.f4f-cls .f4f-cls__team-article-link:hover strong,
.f4f-cls .f4f-cls__team-article-link:focus-visible strong { color: var(--f4f-cls-accent) !important; }
.f4f-cls__team-role { display: none; }

.f4f-cls__logo-slot {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
}

.f4f-cls__team-logo {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    object-fit: contain;
}

.f4f-cls__team-logo[hidden] { display: none; }
.f4f-cls__versus { color: var(--f4f-cls-muted); }

.f4f-cls__streams {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .45rem;
}

.f4f-cls .f4f-cls__match-article-link {
    display: inline-flex;
    flex: 0 0 100%;
    justify-content: flex-end;
    align-items: center;
    gap: .4rem;
    margin-top: .12rem;
    color: var(--f4f-cls-accent) !important;
    font-size: .75rem;
    font-weight: 750;
    line-height: 1.3;
    text-decoration: none !important;
}

.f4f-cls .f4f-cls__match-article-link:hover,
.f4f-cls .f4f-cls__match-article-link:focus-visible {
    color: var(--f4f-cls-accent) !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    outline: none;
}

.f4f-cls.f4f-cls--dark-context .f4f-cls__match-article-link {
    color: #8bb9ff !important;
}

.f4f-cls__stream {
    appearance: none;
    display: inline-flex;
    gap: .55rem;
    align-items: center;
    padding: .55rem .7rem;
    border: 1px solid color-mix(in srgb, var(--f4f-cls-accent) 25%, transparent);
    border-radius: 999px;
    background: transparent;
    color: var(--f4f-cls-accent);
    cursor: pointer;
    font-family: inherit;
    font-size: .85rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background-color .15s ease, color .15s ease, transform .15s ease;
}

.f4f-cls .f4f-cls__stream:hover,
.f4f-cls .f4f-cls__stream:focus-visible {
    border-color: var(--f4f-cls-accent) !important;
    background: #eff6ff !important;
    color: var(--f4f-cls-accent) !important;
    transform: translateY(-1px);
}

.f4f-cls .f4f-cls__stream:hover > span,
.f4f-cls .f4f-cls__stream:focus-visible > span {
    color: var(--f4f-cls-accent) !important;
}

.f4f-cls__stream::before,
.f4f-cls__stream::after {
    display: none !important;
    content: none !important;
}

.f4f-cls__stream-icon {
    display: inline-grid;
    flex: 0 0 auto;
    place-items: center;
    width: 22px;
    height: 22px;
    padding-left: 1px;
    border-radius: 50%;
    background: var(--f4f-cls-accent);
    color: #fff;
    font-size: .58rem;
    line-height: 1;
}

.f4f-cls .f4f-cls__stream:hover .f4f-cls__stream-icon,
.f4f-cls .f4f-cls__stream:focus-visible .f4f-cls__stream-icon {
    background: var(--f4f-cls-accent);
    color: #fff !important;
}

.f4f-cls__match.is-live .f4f-cls__stream-icon,
.f4f-cls__single-match.is-live .f4f-cls__stream-icon {
    box-shadow: 0 0 0 0 rgba(29, 78, 216, .46);
    animation: f4f-cls-live-stream-play-pulse 1.6s ease-out infinite;
}

@keyframes f4f-cls-live-stream-play-pulse {
    0% { transform: scale(.96); box-shadow: 0 0 0 0 rgba(29, 78, 216, .46); }
    55% { transform: scale(1.05); box-shadow: 0 0 0 .38rem rgba(29, 78, 216, 0); }
    100% { transform: scale(.96); box-shadow: 0 0 0 0 rgba(29, 78, 216, 0); }
}

@media (prefers-reduced-motion: reduce) {
    .f4f-cls__match.is-live .f4f-cls__stream-icon,
    .f4f-cls__single-match.is-live .f4f-cls__stream-icon { animation: none; }
}

.f4f-cls__language {
    padding: .2rem .35rem;
    border-radius: 999px;
    background: rgba(21, 94, 239, .1);
    font-size: .68rem;
    letter-spacing: .04em;
}

.f4f-cls .f4f-cls__stream:hover .f4f-cls__language,
.f4f-cls .f4f-cls__stream:focus-visible .f4f-cls__language { background: rgba(21, 94, 239, .14); }

.f4f-cls__empty {
    color: var(--f4f-cls-muted);
    font-size: .84rem;
    font-style: italic;
}

.f4f-cls__single-match {
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--f4f-cls-border);
    border-radius: 16px;
    background: var(--f4f-cls-surface);
    color: var(--f4f-cls-text);
    box-shadow: 0 8px 28px rgba(16, 42, 76, .09);
}

.f4f-cls__single-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: .85rem 1.1rem;
    border-bottom: 1px solid var(--f4f-cls-border);
    background: var(--f4f-cls-soft);
}

.f4f-cls__single-competition {
    color: var(--f4f-cls-accent);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.f4f-cls__single-kickoff {
    display: flex;
    gap: .45rem;
    align-items: center;
    color: var(--f4f-cls-muted);
    font-size: .78rem;
}

.f4f-cls__single-kickoff > span {
    padding: .2rem .4rem;
    border-radius: 5px;
    background: #eaf2ff;
    color: #1849a9;
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.f4f-cls__single-kickoff time { color: inherit; font-weight: 700; }

.f4f-cls__single-teams {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 1.15rem;
    align-items: center;
    padding: clamp(1.5rem, 4vw, 2.5rem) 1.25rem;
    background: linear-gradient(180deg, var(--f4f-cls-surface), var(--f4f-cls-soft));
}

.f4f-cls__single-team {
    display: flex;
    min-width: 0;
    gap: .85rem;
    align-items: center;
}

.f4f-cls__single-team--home { justify-content: flex-end; text-align: right; }
.f4f-cls__single-team--away { justify-content: flex-start; text-align: left; }

.f4f-cls .f4f-cls__single-team strong {
    color: var(--f4f-cls-text) !important;
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    line-height: 1.2;
}

.f4f-cls__single-logo-slot {
    display: grid;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    place-items: center;
}

.f4f-cls__single-logo {
    display: block;
    width: 58px;
    height: 58px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    object-fit: contain;
}

.f4f-cls__single-logo[hidden] { display: none; }

.f4f-cls__single-versus {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid var(--f4f-cls-border);
    border-radius: 50%;
    background: var(--f4f-cls-surface);
    color: var(--f4f-cls-muted);
    font-size: .72rem;
    font-weight: 800;
}

.f4f-cls .f4f-cls__single-streams {
    margin: 0 !important;
    padding: 1.15rem 1.25rem 1.3rem !important;
    border-top: 1px solid var(--f4f-cls-border);
    background: var(--f4f-cls-soft);
}

.f4f-cls .f4f-cls__single-streams > h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 .8rem !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--f4f-cls-text) !important;
    font-size: 1rem !important;
    line-height: 1.3;
}

.f4f-cls .f4f-cls__single-streams > h3::before,
.f4f-cls .f4f-cls__single-streams > h3::after {
    display: none !important;
    content: none !important;
}

.f4f-cls__single-stream-count {
    display: grid;
    min-width: 25px;
    height: 25px;
    place-items: center;
    padding: 0 .35rem;
    border-radius: 999px;
    background: #dbeafe;
    color: #1849a9;
    font-size: .7rem;
    font-weight: 800;
}

.f4f-cls__single-stream-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: .6rem;
}

.f4f-cls .f4f-cls__competition-hub-row {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
    padding-top: .85rem;
    border-top: 1px solid color-mix(in srgb, var(--f4f-cls-border) 78%, transparent);
}

.f4f-cls .f4f-cls__competition-hub-link {
    display: inline-flex;
    align-items: center;
    gap: .48rem;
    padding: .42rem .65rem;
    border-radius: 7px;
    color: var(--f4f-cls-accent) !important;
    font-size: .8rem;
    font-weight: 750;
    line-height: 1.25;
    text-decoration: none !important;
    transition: color .18s ease, background .18s ease, transform .18s ease;
}

.f4f-cls .f4f-cls__competition-hub-link:hover,
.f4f-cls .f4f-cls__competition-hub-link:focus-visible {
    background: color-mix(in srgb, var(--f4f-cls-accent) 9%, transparent);
    color: var(--f4f-cls-accent) !important;
    outline: none;
    transform: translateX(2px);
}

.f4f-cls .f4f-cls__competition-hub-arrow {
    display: grid;
    width: 1.4rem;
    height: 1.4rem;
    place-items: center;
    border-radius: 50%;
    background: color-mix(in srgb, var(--f4f-cls-accent) 11%, transparent);
    font-size: .75rem;
    line-height: 1;
}

.f4f-cls.f4f-cls--dark-context .f4f-cls__competition-hub-link {
    color: #8bb9ff !important;
}

.f4f-cls.f4f-cls--dark-context .f4f-cls__competition-hub-link:hover,
.f4f-cls.f4f-cls--dark-context .f4f-cls__competition-hub-link:focus-visible {
    background: rgba(110, 168, 255, .11);
    color: #b8d5ff !important;
}

.f4f-cls .f4f-cls__single-stream {
    width: 100%;
    justify-content: flex-start;
    padding: .7rem .8rem;
    border-color: var(--f4f-cls-border);
    border-radius: 10px;
    background: var(--f4f-cls-surface);
    text-align: left;
}

.f4f-cls__single-stream-name { min-width: 0; font-weight: 750; }
.f4f-cls__single-stream .f4f-cls__language { margin-left: auto; }

body.f4f-cls-modal-open { overflow: hidden; }

.f4f-cls__modal[hidden] { display: none; }

.f4f-cls__modal {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(15, 23, 42, .7);
    opacity: 0;
    backdrop-filter: blur(5px);
    transition: opacity .18s ease;
}

.f4f-cls__modal.is-open { opacity: 1; }

.f4f-cls__modal-dialog {
    width: min(100%, 680px);
    overflow: hidden;
    border: 1px solid var(--f4f-cls-border);
    border-radius: 14px;
    background: var(--f4f-cls-surface);
    color: inherit;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .3);
    transform: translateY(10px) scale(.985);
    transition: transform .18s ease;
}

.f4f-cls__modal.is-open .f4f-cls__modal-dialog { transform: none; }

.f4f-cls__modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.35rem 1.4rem 1.15rem;
    border-top: 5px solid var(--f4f-cls-accent);
    border-bottom: 1px solid var(--f4f-cls-border);
    background: var(--f4f-cls-soft);
}

.f4f-cls__modal-eyebrow {
    margin-bottom: .35rem;
    color: var(--f4f-cls-accent);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.f4f-cls__modal-header h3 {
    margin: 0;
    color: inherit;
    font-size: clamp(1.05rem, 3vw, 1.35rem);
    line-height: 1.25;
}

.f4f-cls__modal-close {
    appearance: none;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border: 1px solid var(--f4f-cls-border);
    border-radius: 9px;
    background: var(--f4f-cls-soft);
    color: var(--f4f-cls-muted);
    cursor: pointer;
    font: 700 1.4rem/1 inherit;
}

.f4f-cls__modal-close:hover { color: var(--f4f-cls-accent); }

.f4f-cls__modal-body {
    display: grid;
    gap: 1rem;
    padding: 1.25rem 1.4rem 1.4rem;
}

.f4f-cls__status-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: .7rem;
}

.f4f-cls__legal-status {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: #067647;
    font-size: .78rem;
    font-weight: 800;
}

.f4f-cls__legal-status span {
    display: inline-grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #dcfae6;
}

.f4f-cls__modal-kickoff { color: var(--f4f-cls-muted); font-size: .83rem; font-weight: 650; }

.f4f-cls__details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--f4f-cls-border);
    border-radius: 10px;
}

.f4f-cls__details div { padding: .85rem 1rem; }
.f4f-cls__details div + div { border-left: 1px solid var(--f4f-cls-border); }
.f4f-cls__details dt { margin: 0 0 .2rem; color: var(--f4f-cls-muted); font-size: .7rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.f4f-cls__details dd { margin: 0; font-size: .92rem; font-weight: 750; }

.f4f-cls__geo-note {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .75rem;
    align-items: start;
    padding: .85rem 1rem;
    border-radius: 10px;
    background: #eff6ff;
    color: #344054;
}

.f4f-cls__geo-note p { margin: 0; font-size: .86rem; line-height: 1.5; }
.f4f-cls__geo-note strong { color: #1849a9; }
.f4f-cls__globe { color: var(--f4f-cls-accent); font-size: 1.25rem; font-weight: 800; line-height: 1.15; }

.f4f-cls__modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: .7rem;
    padding-top: .15rem;
}

.f4f-cls__cancel {
    appearance: none;
    padding: .7rem 1rem;
    border: 1px solid var(--f4f-cls-border);
    border-radius: 8px;
    background: var(--f4f-cls-surface);
    color: inherit;
    cursor: pointer;
    font: 700 .88rem/1.2 inherit;
}

.f4f-cls__proceed {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: .75rem;
    align-items: center;
    padding: .7rem .9rem;
    border-radius: 8px;
    background: var(--f4f-cls-accent);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 5px 14px rgba(21, 94, 239, .22);
}

.f4f-cls__proceed:hover,
.f4f-cls__proceed:focus-visible { background: #103f82; color: #fff; }
.f4f-cls__proceed strong { display: block; font-size: 1rem; line-height: 1.05; }
.f4f-cls__proceed small { display: block; margin-top: .2rem; color: inherit; font-size: .72rem; font-weight: 700; text-transform: uppercase; opacity: .85; }

.f4f-cls__external { font-size: 1.35rem; font-weight: 700; }

/* Deliberately specific selectors keep WordPress themes from restyling the dialog. */
.f4f-cls .f4f-cls__modal-dialog {
    width: min(100%, 560px);
    border: 0;
    border-radius: 16px;
    background: #fff;
    color: #162033;
    box-shadow: 0 30px 90px rgba(3, 12, 28, .34);
}

.f4f-cls .f4f-cls__modal-header {
    position: relative;
    display: flex;
    min-height: 0;
    padding: 1.35rem 4rem 1.3rem 1.4rem;
    border: 0;
    background: linear-gradient(135deg, #102a4c 0%, #173e6d 100%);
    color: #fff;
}

.f4f-cls__modal-heading { min-width: 0; }

.f4f-cls .f4f-cls__modal-eyebrow {
    margin: 0 0 .45rem;
    color: #9dc5ff;
    font: 750 .7rem/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.f4f-cls .f4f-cls__modal-header h3 {
    display: block;
    width: auto;
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
    font: 750 clamp(1.15rem, 3vw, 1.45rem)/1.25 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    letter-spacing: -.015em;
    text-align: left;
    text-decoration: none;
}

.f4f-cls .f4f-cls__modal-header h3::before,
.f4f-cls .f4f-cls__modal-header h3::after {
    display: none !important;
    content: none !important;
}

.f4f-cls .f4f-cls__modal-header .f4f-cls__modal-teams {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: .55rem;
    align-items: center;
}

.f4f-cls__modal-team {
    display: flex;
    min-width: 0;
    gap: .45rem;
    align-items: center;
}

.f4f-cls__modal-team--home { justify-content: flex-end; text-align: right; }
.f4f-cls__modal-team--away { justify-content: flex-start; text-align: left; }
.f4f-cls__modal-versus { color: #9dc5ff; font-weight: 500; }

.f4f-cls__modal-logo-slot {
    display: grid;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    place-items: center;
}

.f4f-cls .f4f-cls__modal-logo-slot img {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    object-fit: contain;
}

.f4f-cls .f4f-cls__modal-logo-slot img[hidden] { display: none; }

.f4f-cls .f4f-cls__modal-kickoff {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin-top: .65rem;
    color: #c9d8eb;
    font: 600 .8rem/1.35 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.f4f-cls .f4f-cls__modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    box-shadow: none;
    color: #fff;
    font: 400 1.25rem/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.f4f-cls .f4f-cls__modal-close:hover,
.f4f-cls .f4f-cls__modal-close:focus-visible {
    border-color: rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .16);
    color: #fff;
}

.f4f-cls .f4f-cls__modal-body {
    gap: .9rem;
    padding: 1.25rem 1.4rem 1.35rem;
    background: #fff;
}

.f4f-cls__provider-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: .8rem;
    align-items: center;
    padding: .9rem 1rem;
    border: 1px solid #dce3ec;
    border-radius: 11px;
    background: #fff;
}

.f4f-cls__provider-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding-left: 2px;
    border-radius: 10px;
    background: #eaf2ff;
    color: #174ea6;
    font-size: .85rem;
}

.f4f-cls__provider-copy { display: flex; min-width: 0; flex-direction: column; }
.f4f-cls__provider-copy > span { color: #667085; font-size: .68rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.f4f-cls__provider-copy > strong { overflow: hidden; margin-top: .1rem; color: #162033; font-size: 1rem; text-overflow: ellipsis; white-space: nowrap; }

.f4f-cls .f4f-cls__legal-status {
    display: inline-flex;
    gap: .3rem;
    align-items: center;
    padding: .32rem .55rem;
    border-radius: 999px;
    background: #ecfdf3;
    color: #067647;
    font-size: .7rem;
    font-weight: 750;
    white-space: nowrap;
}

.f4f-cls .f4f-cls__legal-status span {
    display: inline;
    width: auto;
    height: auto;
    background: transparent;
}

.f4f-cls .f4f-cls__geo-note {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .85rem;
    align-items: start;
    padding: 1.1rem;
    border: 1px solid #d4deec;
    border-radius: 12px;
    background: #f4f7fb;
    color: #475467;
}

.f4f-cls .f4f-cls__geo-note p { margin: 0; color: inherit; font-size: .88rem; line-height: 1.55; }
.f4f-cls .f4f-cls__geo-note strong { color: #162033; }
.f4f-cls .f4f-cls__globe {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-top: .05rem;
    border-radius: 9px;
    background: #e5edf8;
    color: #174ea6;
    line-height: 1;
}

.f4f-cls .f4f-cls__globe svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.f4f-cls .f4f-cls__modal-extra-inline {
    margin-top: .8rem;
    color: inherit;
    font-size: .88rem;
    line-height: 1.5;
}

.f4f-cls .f4f-cls__vpn-question {
    display: block;
    margin: 0 0 .6rem;
    color: var(--f4f-cls-text) !important;
    font-size: 1.04rem;
    font-weight: 750;
    line-height: 1.4;
}

.f4f-cls .f4f-cls__modal-extra-inline ol {
    display: grid;
    gap: .48rem;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: f4f-cls-step;
}

.f4f-cls .f4f-cls__modal-extra-inline li {
    position: relative;
    min-height: 1.45rem;
    margin: 0;
    padding: .05rem 0 0 2rem;
    counter-increment: f4f-cls-step;
}

.f4f-cls .f4f-cls__modal-extra-inline li::before {
    display: grid;
    place-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 50%;
    color: #fff;
    background: var(--f4f-cls-accent);
    content: counter(f4f-cls-step);
    font-size: .7rem;
    font-weight: 800;
    line-height: 1;
}

.f4f-cls .f4f-cls__modal-extra-inline a {
    color: var(--f4f-cls-accent) !important;
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.f4f-cls .f4f-cls__dynamic-country,
.f4f-cls .f4f-cls__dynamic-provider {
    color: var(--f4f-cls-text) !important;
}

.f4f-cls__geo-title {
    display: block;
    color: #1849a9;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.f4f-cls .f4f-cls__modal-actions {
    display: grid;
    grid-template-columns: auto minmax(230px, 1fr);
    justify-content: end;
    gap: .65rem;
    padding: .15rem 0 0;
}

.f4f-cls .f4f-cls__modal-after-actions {
    min-width: 0;
    margin-top: .15rem;
    color: var(--f4f-cls-text);
    font-size: .88rem;
    line-height: 1.5;
}

.f4f-cls .f4f-cls__modal-after-actions > :first-child { margin-top: 0; }
.f4f-cls .f4f-cls__modal-after-actions > :last-child { margin-bottom: 0; }

.f4f-cls .f4f-cls__modal-after-actions img {
    max-width: 100%;
    height: auto;
}

.f4f-cls .f4f-cls__cancel {
    min-height: 46px;
    margin: 0;
    padding: .7rem 1rem;
    border: 1px solid #d0d5dd;
    border-radius: 9px;
    background: #fff;
    box-shadow: none;
    color: #344054;
    font: 700 .86rem/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    text-transform: none;
}

.f4f-cls .f4f-cls__cancel:hover { border-color: #98a2b3; background: #f9fafb; color: #162033; }

.f4f-cls .f4f-cls__proceed {
    position: relative;
    display: grid;
    min-height: 58px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: .7rem;
    align-items: center;
    margin: 0;
    padding: .65rem .85rem;
    border: 0;
    border-radius: 9px;
    background: #174ea6;
    box-shadow: none;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    text-align: left;
    text-decoration: none;
    isolation: isolate;
    overflow: hidden;
}

.f4f-cls .f4f-cls__proceed:hover,
.f4f-cls .f4f-cls__proceed:focus-visible { background: #103f82; color: #fff; }
.f4f-cls .f4f-cls__proceed.is-waiting,
.f4f-cls .f4f-cls__proceed.is-waiting:hover,
.f4f-cls .f4f-cls__proceed.is-waiting:focus-visible {
    background: #667085;
    color: #fff;
    cursor: not-allowed;
    opacity: .88;
}
.f4f-cls .f4f-cls__proceed::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block !important;
    width: 100%;
    height: 100%;
    border: 0;
    background: #174ea6;
    content: "" !important;
    pointer-events: none;
    transform: scaleX(0);
    transform-origin: left center;
}
.f4f-cls .f4f-cls__proceed.is-waiting.is-counting::before {
    transform: scaleX(1);
    transition: transform var(--f4f-cls-delay, 3s) linear;
}
.f4f-cls .f4f-cls__proceed > * {
    position: relative;
    z-index: 1;
}
.f4f-cls .f4f-cls__proceed::after {
    display: none !important;
    content: none !important;
}
.f4f-cls .f4f-cls__proceed-copy { display: block; min-width: 0; }
.f4f-cls .f4f-cls__proceed strong { color: inherit; font-size: 1rem; line-height: 1.1; }
.f4f-cls .f4f-cls__proceed small { display: block; overflow: hidden; margin-top: .18rem; color: #dbeafe; font-size: .69rem; font-weight: 750; letter-spacing: .02em; line-height: 1.1; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }

.f4f-cls .f4f-cls__proceed-play {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #174ea6;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
}

.f4f-cls .f4f-cls__proceed-play svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}

.f4f-cls .f4f-cls__external {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: transparent;
    line-height: 1;
    box-shadow: none;
}

.f4f-cls .f4f-cls__external svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

/* Without a reading delay, the direct stream link stays visually secondary to
   the Surfshark call-to-action inside the information panel. */
.f4f-cls .f4f-cls__modal[data-delay-enabled="0"] .f4f-cls__proceed {
    border: 1px solid #c8d3e1;
    background: #fff;
    color: #174ea6;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .07);
}

.f4f-cls .f4f-cls__modal[data-delay-enabled="0"] .f4f-cls__proceed:hover,
.f4f-cls .f4f-cls__modal[data-delay-enabled="0"] .f4f-cls__proceed:focus-visible {
    border-color: #174ea6;
    background: #f4f7fb;
    color: #103f82;
}

.f4f-cls .f4f-cls__modal[data-delay-enabled="0"] .f4f-cls__proceed small {
    color: #66758a;
}

.f4f-cls .f4f-cls__modal[data-delay-enabled="0"] .f4f-cls__proceed-play {
    color: #fff;
    background: #174ea6;
    box-shadow: none;
}

.f4f-cls .f4f-cls__modal[data-delay-enabled="0"] .f4f-cls__external {
    color: #174ea6;
}

@keyframes f4f-cls-ready-bump {
    0%, 100% { transform: translateX(0); }
    32% { transform: translateX(-5px); }
    68% { transform: translateX(3px); }
}

.f4f-cls .f4f-cls__proceed.is-ready-bump {
    animation: f4f-cls-ready-bump .48s ease-out 1;
}

@media (max-width: 820px) {
    .f4f-cls__match {
        grid-template-columns: 1fr;
        gap: .7rem;
    }

    .f4f-cls__date { flex-direction: row; justify-content: space-between; }
    .f4f-cls__date time { font-size: .92rem; }
    .f4f-cls__streams { justify-content: flex-start; }
    .f4f-cls__team { min-height: 34px; gap: .45rem; }
    .f4f-cls__team--home { grid-template-columns: minmax(0, 1fr) 34px; }
    .f4f-cls__team--away { grid-template-columns: 34px minmax(0, 1fr); }
    .f4f-cls__logo-slot { width: 34px; height: 34px; }
    .f4f-cls__team-logo { width: 28px; height: 28px; }
    .f4f-cls__modal { padding: .65rem; }
    .f4f-cls__modal-header,
    .f4f-cls__modal-body { padding-inline: 1rem; }
    .f4f-cls__details { grid-template-columns: 1fr; }
    .f4f-cls__details div + div { border-top: 1px solid var(--f4f-cls-border); border-left: 0; }
    .f4f-cls__modal-actions { flex-direction: column-reverse; }
    .f4f-cls__proceed { width: auto; }
    .f4f-cls__cancel { width: 100%; }
    .f4f-cls .f4f-cls__provider-card { grid-template-columns: auto 1fr; }
    .f4f-cls .f4f-cls__legal-status { grid-column: 2; justify-self: start; }
    .f4f-cls .f4f-cls__modal-actions { display: flex; flex-direction: column-reverse; }
}

@media (max-width: 520px) {
    .f4f-cls-count {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: .8rem;
        padding: .9rem;
    }

    .f4f-cls-count__icon { width: 42px; height: 42px; border-radius: 11px; }

    .f4f-cls-count__link {
        grid-column: 1 / -1;
        width: 100%;
    }

    .f4f-cls__match {
        gap: .65rem;
        padding: .85rem;
    }

    .f4f-cls__date time {
        display: inline-flex;
        width: fit-content;
        padding: .25rem .5rem;
        border-radius: 6px;
        background: #eef4ff;
        color: #1849a9;
        font-size: .8rem;
    }

    .f4f-cls__teams {
        grid-template-columns: 1fr;
        gap: 0;
        padding: .25rem .7rem;
        border: 1px solid var(--f4f-cls-border);
        border-radius: 10px;
        background: var(--f4f-cls-soft);
    }

    .f4f-cls__team--home,
    .f4f-cls__team--away {
        grid-template-columns: 34px minmax(0, 1fr) auto;
        gap: .55rem;
        min-height: 42px;
        padding: .4rem 0;
        justify-items: start;
        text-align: left;
    }

    .f4f-cls__team--away { border-top: 1px solid var(--f4f-cls-border); }

    .f4f-cls__team--home .f4f-cls__logo-slot,
    .f4f-cls__team--away .f4f-cls__logo-slot {
        grid-column: 1;
        grid-row: 1;
    }

    .f4f-cls__team--home .f4f-cls__team-name,
    .f4f-cls__team--away .f4f-cls__team-name {
        grid-column: 2;
        grid-row: 1;
    }

    .f4f-cls__team-role {
        display: block;
        grid-column: 3;
        grid-row: 1;
        align-self: center;
        color: var(--f4f-cls-muted);
        font-size: .6rem;
        font-weight: 750;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

    .f4f-cls__team-name { align-self: center; font-size: .9rem; }

    .f4f-cls__versus { display: none; }

    .f4f-cls__empty { display: block; padding-top: .1rem; font-size: .76rem; }

    .f4f-cls__single-header {
        align-items: flex-start;
        flex-direction: column;
        gap: .5rem;
    }

    .f4f-cls__single-kickoff { align-items: flex-start; flex-direction: column; gap: .3rem; }

    .f4f-cls__single-teams {
        grid-template-columns: 1fr;
        gap: .45rem;
        padding: 1rem;
    }

    .f4f-cls__single-team--home,
    .f4f-cls__single-team--away {
        justify-content: flex-start;
        text-align: left;
    }

    .f4f-cls__single-team--home { flex-direction: row-reverse; justify-content: flex-end; }
    .f4f-cls__single-logo-slot { flex-basis: 46px; width: 46px; height: 46px; }
    .f4f-cls__single-logo { width: 42px; height: 42px; }

    .f4f-cls__single-versus {
        width: 30px;
        height: 22px;
        margin-left: 8px;
        border-radius: 999px;
        font-size: .58rem;
    }

    .f4f-cls .f4f-cls__single-streams { padding: 1rem !important; }

    .f4f-cls .f4f-cls__modal-header .f4f-cls__modal-teams {
        grid-template-columns: 1fr;
        gap: .35rem;
    }

    .f4f-cls__modal-team--home,
    .f4f-cls__modal-team--away {
        justify-content: flex-start;
        text-align: left;
    }

    .f4f-cls__modal-team--home .f4f-cls__modal-logo-slot { order: -1; }

    .f4f-cls__modal-versus { display: none; }

    .f4f-cls__modal-logo-slot {
        flex-basis: 27px;
        width: 27px;
        height: 27px;
    }

    .f4f-cls .f4f-cls__modal-logo-slot img { width: 25px; height: 25px; }
}

.f4f-cls .f4f-cls__home-link {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    margin-top: 1.15rem;
    padding: 1rem 1.05rem;
    border: 1px solid var(--f4f-cls-border) !important;
    border-radius: 14px;
    color: var(--f4f-cls-text) !important;
    background:
        radial-gradient(circle at 12% 0%, rgba(37, 99, 235, .14), transparent 34%),
        linear-gradient(120deg, var(--f4f-cls-surface) 0%, var(--f4f-cls-soft) 100%) !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .09);
    text-decoration: none !important;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.f4f-cls .f4f-cls__home-link::before {
    position: absolute;
    z-index: -1;
    inset: auto -2rem -4.5rem auto;
    width: 10rem;
    height: 10rem;
    border: 1.6rem solid rgba(37, 99, 235, .065);
    border-radius: 50%;
    content: '';
}

.f4f-cls .f4f-cls__home-link::after {
    position: absolute;
    z-index: -1;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #1d4ed8, #2563eb 55%, #60a5fa);
    content: '';
}

.f4f-cls .f4f-cls__home-link:hover,
.f4f-cls .f4f-cls__home-link:focus-visible {
    border-color: var(--f4f-cls-accent) !important;
    color: var(--f4f-cls-text) !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .14);
    outline: none;
    transform: translateY(-1px);
}

.f4f-cls__home-link-visual {
    display: grid;
    place-items: center;
    width: 4.15rem;
    height: 4.15rem;
    border: 1px solid var(--f4f-cls-border);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(15, 23, 42, .13);
}

.f4f-cls__home-link-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: .48rem;
}

.f4f-cls__home-link-logos > span {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
}

.f4f-cls__home-link-logos img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 2px 3px rgba(15, 23, 42, .14));
}

.f4f-cls__home-link-logos.has-multiple {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: .22rem;
    padding: .4rem;
}

.f4f-cls__home-link-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: .22rem;
}

.f4f-cls .f4f-cls__home-link-copy strong {
    color: var(--f4f-cls-text) !important;
    font-size: 1.04rem;
    font-weight: 750;
    letter-spacing: -.012em;
    line-height: 1.25;
}

.f4f-cls .f4f-cls__home-link-copy small {
    color: var(--f4f-cls-muted) !important;
    font-size: .87rem;
    font-weight: 520;
    line-height: 1.42;
}

.f4f-cls .f4f-cls__home-link-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 2.55rem;
    padding: .65rem .9rem;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 9px;
    color: #fff !important;
    background: linear-gradient(135deg, #1d4ed8, #2563eb);
    box-shadow: 0 6px 14px rgba(37, 99, 235, .24);
    font-size: .8rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    transition: filter .18s ease, transform .18s ease;
}

.f4f-cls .f4f-cls__home-link:hover .f4f-cls__home-link-action,
.f4f-cls .f4f-cls__home-link:focus-visible .f4f-cls__home-link-action {
    filter: brightness(1.08);
    transform: translateX(2px);
}

@media (prefers-reduced-motion: reduce) {
    .f4f-cls__modal,
    .f4f-cls__modal-dialog,
    .f4f-cls__stream,
    .f4f-cls__home-link { transition: none; }
    .f4f-cls .f4f-cls__proceed.is-ready-bump { animation: none; }
}

.f4f-cls.f4f-cls--dark-context {
    --f4f-cls-accent: #6ea8ff;
    --f4f-cls-border: #3b4b62;
    --f4f-cls-muted: #b4c0d2;
    --f4f-cls-surface: #172235;
    --f4f-cls-soft: #1e2b3f;
    --f4f-cls-text: #f4f7fb;
}

.f4f-cls-count.f4f-cls-count--dark-context {
    border-color: #3b4b62;
    background: linear-gradient(135deg, #172235 0%, #1e2b3f 100%);
    color: #f4f7fb;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
}

.f4f-cls-count.f4f-cls-count--dark-context .f4f-cls-count__icon { background: #223a60; }
.f4f-cls-count.f4f-cls-count--dark-context .f4f-cls-count__badge,
.f4f-cls-count.f4f-cls-count--dark-context .f4f-cls-count__detail { color: #b4c0d2; }
.f4f-cls-count.f4f-cls-count--dark-context .f4f-cls-count__copy > strong { color: #f4f7fb; }
.f4f-cls-count.f4f-cls-count--dark-context .f4f-cls-count__link { background: #2563b8; }
.f4f-cls-count.f4f-cls-count--dark-context .f4f-cls-count__link:hover,
.f4f-cls-count.f4f-cls-count--dark-context .f4f-cls-count__link:focus-visible { background: #3277d2; }

.f4f-cls.f4f-cls--dark-context .f4f-cls__notice,
.f4f-cls.f4f-cls--dark-context .f4f-cls-message {
    border-left-color: #6ea8ff;
    background: #1e2b3f;
    color: #c2ccda;
}

.f4f-cls.f4f-cls--dark-context .f4f-cls__single-kickoff > span,
.f4f-cls.f4f-cls--dark-context .f4f-cls__single-stream-count {
    background: #223a60;
    color: #a9ccff;
}

.f4f-cls.f4f-cls--dark-context .f4f-cls__stream {
    border-color: #3b5f91;
    background: #1b293d;
    color: #8bb9ff;
}

.f4f-cls.f4f-cls--dark-context .f4f-cls__stream:hover,
.f4f-cls.f4f-cls--dark-context .f4f-cls__stream:focus-visible {
    border-color: #6ea8ff !important;
    background: #253b59 !important;
    color: #b8d5ff !important;
}

.f4f-cls.f4f-cls--dark-context .f4f-cls__stream:hover > span,
.f4f-cls.f4f-cls--dark-context .f4f-cls__stream:focus-visible > span { color: #b8d5ff !important; }
.f4f-cls.f4f-cls--dark-context .f4f-cls__stream-icon { background: #377ed8; }
.f4f-cls.f4f-cls--dark-context .f4f-cls__stream:hover .f4f-cls__stream-icon,
.f4f-cls.f4f-cls--dark-context .f4f-cls__stream:focus-visible .f4f-cls__stream-icon {
    background: #6ea8ff;
    color: #10213a !important;
}
.f4f-cls.f4f-cls--dark-context .f4f-cls__language { background: rgba(110, 168, 255, .14); }

.f4f-cls.f4f-cls--dark-context .f4f-cls__modal-dialog,
.f4f-cls.f4f-cls--dark-context .f4f-cls__modal-body {
    border-color: #3b4b62;
    background: #172235;
    color: #f4f7fb;
}

.f4f-cls.f4f-cls--dark-context .f4f-cls__geo-note {
    border-color: #3b5579;
    background: #1e304a;
    color: #c2ccda;
}

.f4f-cls.f4f-cls--dark-context .f4f-cls__geo-note strong { color: #f4f7fb; }
.f4f-cls.f4f-cls--dark-context .f4f-cls__geo-title { color: #9fc5ff; }
.f4f-cls.f4f-cls--dark-context .f4f-cls__globe { background: #29476e; color: #9fc5ff; }
.f4f-cls.f4f-cls--dark-context .f4f-cls__cancel {
    border-color: #526177;
    background: #202d40;
    color: #e5ebf3;
}
.f4f-cls.f4f-cls--dark-context .f4f-cls__cancel:hover {
    border-color: #718096;
    background: #29384d;
    color: #fff;
}

@media (max-width: 520px) {
    .f4f-cls.f4f-cls--dark-context .f4f-cls__date time { background: #223a60; color: #bfdbfe; }
    .f4f-cls .f4f-cls__home-link {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
    }
    .f4f-cls .f4f-cls__home-link-action {
        grid-column: 2;
        justify-self: start;
        margin-top: .2rem;
    }
}
