:root {
    --fh-bg: #f4edd1;
    --fh-surface: #fff9e8;
    --fh-surface-strong: #ffffff;
    --fh-surface-vivid: rgba(255, 255, 255, 0.84);
    --fh-glow-gold: rgba(255, 205, 88, 0.32);
    --fh-glow-ice: rgba(129, 179, 255, 0.16);
    --fh-glow-mint: rgba(111, 212, 181, 0.14);
    --fh-text: #17130b;
    --fh-muted: #615543;
    --fh-accent: #d6a107;
    --fh-accent-strong: #ab7a00;
    --fh-accent-soft: #ffe48f;
    --fh-ink-soft: #362d1d;
    --fh-line: rgba(64, 51, 22, 0.12);
    --fh-shadow: 0 20px 50px rgba(84, 60, 0, 0.12);
    --fh-radius-lg: 28px;
    --fh-radius-md: 18px;
    --fh-radius-sm: 12px;
    --fh-width: 1180px;
    --fh-sidebar-width: 296px;
    --fh-header-height: 72px;
    --fh-band-height: 56px;
    --fh-ui-font: "Segoe UI", Arial, sans-serif;
    --fh-copy-font: "Segoe UI", Arial, sans-serif;
}

/* Player lists: keep headings centered over their columns and away from outer edges. */
.fh-market-section--player-pool .fh-market-table--pool thead th,
.fh-live-draft__panel--players .fh-market-table--pool thead th {
    text-align: center;
    vertical-align: middle;
}

.fh-market-section--player-pool .fh-market-table--pool thead th:first-child,
.fh-live-draft__panel--players .fh-market-table--pool thead th:first-child {
    padding-left: 18px;
}

.fh-market-section--player-pool .fh-market-table--pool thead th:last-child,
.fh-live-draft__panel--players .fh-market-table--pool thead th:last-child {
    padding-right: 18px;
}

.fh-market-section--player-pool .fh-market-table--pool tbody td:first-child,
.fh-live-draft__panel--players .fh-market-table--pool tbody td:first-child {
    padding-left: 14px;
}

.fh-market-section--player-pool .fh-market-table--pool tbody td:last-child,
.fh-live-draft__panel--players .fh-market-table--pool tbody td:last-child {
    padding-right: 14px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
    margin: 0;
    font-family: var(--fh-copy-font);
    color: var(--fh-text);
    background:
        radial-gradient(circle at 12% 8%, rgba(255, 220, 111, 0.58), transparent 24%),
        radial-gradient(circle at 86% 12%, rgba(142, 182, 255, 0.22), transparent 22%),
        radial-gradient(circle at 78% 76%, rgba(111, 212, 181, 0.16), transparent 21%),
        radial-gradient(circle at 24% 82%, rgba(255, 191, 74, 0.16), transparent 19%),
        linear-gradient(180deg, #fff7cf 0%, #fdf2cc 28%, #f4edd1 100%);
    background-attachment: fixed;
}

body.fh-next {
    overflow: hidden;
}

body.fh-next.fh-nav-loading .fh-content {
    opacity: 0.72;
    transition: opacity 0.16s ease;
}

a {
    color: inherit;
    text-decoration: none;
}

.fh-site-shell {
    min-height: 100vh;
    position: relative;
    isolation: isolate;
}

.fh-site-shell::before,
.fh-site-shell::after {
    content: "";
    position: fixed;
    inset: auto;
    pointer-events: none;
    z-index: 0;
    filter: blur(8px);
    opacity: 0.9;
}

.fh-site-shell::before {
    top: 124px;
    right: -48px;
    width: 320px;
    height: 320px;
    border-radius: 42% 58% 61% 39% / 38% 42% 58% 62%;
    background:
        radial-gradient(circle at 32% 30%, rgba(255, 250, 229, 0.86), rgba(255, 214, 91, 0.36) 48%, rgba(255, 214, 91, 0) 72%);
}

.fh-site-shell::after {
    left: -70px;
    bottom: 48px;
    width: 360px;
    height: 360px;
    border-radius: 54% 46% 35% 65% / 44% 32% 68% 56%;
    background:
        radial-gradient(circle at 56% 42%, rgba(234, 242, 255, 0.8), rgba(144, 185, 255, 0.18) 46%, rgba(144, 185, 255, 0) 72%);
}

.fh-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    backdrop-filter: blur(12px);
    background: linear-gradient(90deg, rgba(255, 229, 118, 0.95), rgba(255, 198, 0, 0.93));
    border-bottom: 1px solid rgba(108, 80, 0, 0.12);
    box-shadow: 0 10px 24px rgba(102, 77, 0, 0.12);
}

.fh-lower-grid,
.fh-footer__inner,
.fh-simple-page__inner,
.fh-content__inner {
    width: min(calc(100% - 32px), var(--fh-width));
    margin: 0 auto;
}

.fh-header__inner,
.fh-top-band__inner {
    width: calc(100% - 32px);
    max-width: none;
    margin: 0 auto;
}

.fh-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 72px;
    padding: 6px 0;
}

.fh-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.fh-brand__mark {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    align-self: flex-end;
}

.fh-brand__mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background: transparent;
    mix-blend-mode: multiply;
}

.fh-brand__mark span {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background: linear-gradient(155deg, #fff8d4, #f7c000);
    color: #201700;
    font-family: var(--fh-ui-font);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    box-shadow: 0 12px 24px rgba(194, 141, 0, 0.22);
}

.fh-brand__title {
    color: #1c1404;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    font-family: var(--fh-ui-font);
    white-space: nowrap;
    line-height: 1;
}

.fh-nav-toggle {
    display: none;
    border: 1px solid rgba(85, 61, 0, 0.12);
    border-radius: 999px;
    background: rgba(255, 252, 240, 0.88);
    color: var(--fh-text);
    padding: 10px 14px;
    font: inherit;
    font-weight: 700;
}

.fh-nav {
    display: flex;
    align-items: center;
    min-width: 0;
}

.fh-nav__list {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.fh-nav ul,
.fh-nav .menu {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.fh-nav__list a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 11px;
    border-radius: 999px;
    transition: background-color 0.2s ease, color 0.2s ease;
    font-family: var(--fh-ui-font);
    font-weight: 600;
    letter-spacing: 0;
    font-size: 0.93rem;
}

.fh-nav ul a,
.fh-nav .menu a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 11px;
    border-radius: 999px;
    font-family: var(--fh-ui-font);
    font-weight: 600;
    font-size: 0.93rem;
}

.fh-nav-auction-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 18px;
    height: 18px;
    margin-left: 6px;
    padding: 0 5px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 999px;
    background: linear-gradient(180deg, #f04444 0%, #b70816 100%);
    color: #fff;
    box-shadow: 0 2px 7px rgba(116, 0, 11, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.34);
    font-family: var(--fh-ui-font);
    font-size: 0.67rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.02em;
    text-shadow: 0 1px 1px rgba(74, 0, 6, 0.7);
}

.fh-nav-auction-badge[hidden] {
    display: none !important;
}

.fh-nav__list a:hover,
.fh-nav__list .current-menu-item > a,
.fh-nav ul a:hover,
.fh-nav .current_page_item > a,
.fh-nav .current-menu-item > a {
    background: rgba(255, 249, 225, 0.42);
    color: #5f4100;
}

.fh-header__cta-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 254, 245, 0.94), rgba(255, 240, 188, 0.96));
    color: #352707;
    font-family: var(--fh-ui-font);
    font-weight: 700;
    letter-spacing: 0;
    font-size: 0.86rem;
    border: 1px solid rgba(118, 84, 4, 0.16);
    box-shadow: 0 8px 18px rgba(62, 46, 2, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.74);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease, background 0.18s ease;
}

.fh-header__cta-link::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #fff6c4, #efbc24 62%, #b07500 100%);
    box-shadow: 0 0 0 2px rgba(255, 227, 122, 0.14);
    flex-shrink: 0;
}

.fh-header__cta-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(62, 46, 2, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.82);
    filter: saturate(1.06);
}

.fh-header__cta-link-text {
    line-height: 1;
}

.fh-header__cta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.fh-header__cta-link--secondary {
    background: rgba(255, 251, 236, 0.48);
    color: #4a380d;
    border-color: rgba(124, 90, 10, 0.14);
    box-shadow: 0 6px 16px rgba(62, 46, 2, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

.fh-nav__mobile-account {
    display: none;
}

.fh-nav__season {
    display: none;
}

.fh-header__cta-link--secondary::before {
    background: radial-gradient(circle at 30% 30%, #fff5b3, #d59c0f 68%, #8c5d00 100%);
}

.fh-main {
    margin-top: calc(var(--fh-header-height) + var(--fh-band-height));
    height: calc(100vh - var(--fh-header-height) - var(--fh-band-height));
    padding: 0;
    position: relative;
    z-index: 1;
}

.fh-top-band {
    position: fixed;
    top: var(--fh-header-height);
    left: 0;
    width: 100%;
    z-index: 90;
    background: rgba(255, 247, 203, 0.94);
    border-bottom: 1px solid rgba(136, 106, 29, 0.12);
    box-shadow: 0 10px 18px rgba(102, 77, 0, 0.08);
}

.fh-top-band__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 56px;
}

.fh-countdown-bar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 0 0 auto;
    white-space: nowrap;
    color: #6d5300;
    font-size: 0.92rem;
    font-weight: 600;
}

.fh-countdown-label {
    color: #9d7a00;
    font-size: 0.86rem;
}

.fh-countdown {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #392900;
}

.fh-countdown__unit {
    display: inline-flex;
    align-items: baseline;
    gap: 1px;
}

.fh-countdown__unit strong {
    font-family: var(--fh-ui-font);
    font-size: 0.98rem;
    line-height: 1;
    color: #2e2100;
}

.fh-countdown.is-placeholder .fh-countdown__unit strong {
    color: #8b7440;
}

.fh-team-strip {
    min-width: 0;
    flex: 0 1 auto;
    width: auto;
    max-width: calc(100% - 220px);
    overflow: hidden;
}

.fh-team-strip__track {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    height: 100%;
    padding: 6px 0;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.fh-team-pill {
    flex: 0 0 auto;
    width: 68px;
    height: 68px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: transparent;
    border: 0;
    color: #6d4d00;
    box-shadow: none;
    text-decoration: none;
    transition: transform 0.16s ease, filter 0.16s ease;
}

.fh-team-pill:hover {
    transform: translateY(-1px) scale(1.04);
    filter: drop-shadow(0 8px 14px rgba(132, 101, 24, 0.16));
}

.fh-team-pill.is-active {
    filter: drop-shadow(0 8px 16px rgba(173, 130, 18, 0.22));
}

.fh-team-pill__logo-wrap {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    background: transparent;
    isolation: isolate;
    padding: 2px;
    box-sizing: border-box;
}

.fh-team-pill__logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background: transparent;
    mix-blend-mode: multiply;
    transform: scale(1);
    transform-origin: center center;
    filter: contrast(1.03) saturate(1.02);
}

.fh-team-pill__badge {
    color: #8c6a0b;
    font-family: var(--fh-ui-font);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.fh-screen-shell {
    display: grid;
    grid-template-columns: minmax(258px, var(--fh-sidebar-width)) minmax(0, 1fr);
    gap: 0;
    height: 100%;
    min-height: 0;
}

.fh-screen-shell--cup {
    grid-template-columns: minmax(0, 1fr);
}

.fh-screen-shell--cup .fh-content__inner {
    width: min(calc(100% - 24px), 1580px);
}

.fh-screen-shell--cup .fh-entry {
    padding: clamp(18px, 2.2vw, 34px);
}

.fh-sidebar {
    display: grid;
    align-content: start;
    gap: 12px;
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior-y: contain;
    scrollbar-gutter: stable;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    padding: 12px 10px 40px 12px;
    border-right: 1px solid rgba(116, 86, 18, 0.12);
    box-shadow: 6px 0 24px -6px rgba(100, 80, 0, 0.12);
    background:
        linear-gradient(180deg, rgba(255, 252, 242, 0.36), rgba(255, 247, 220, 0.18));
}

.fh-content {
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    padding: 28px 28px 42px;
    background:
        linear-gradient(180deg, rgba(255, 251, 238, 0.14), rgba(255, 247, 223, 0.04));
}

.fh-content__inner {
    display: grid;
    gap: 22px;
}

.fh-side-card,
.fh-hero-card,
.fh-panel,
.fh-entry {
    background:
        radial-gradient(circle at top right, var(--fh-glow-gold), transparent 32%),
        radial-gradient(circle at bottom left, var(--fh-glow-ice), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 249, 231, 0.84));
    border: 1px solid rgba(112, 91, 31, 0.1);
    border-radius: var(--fh-radius-lg);
    box-shadow:
        0 22px 50px rgba(84, 60, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

.fh-side-card {
    min-width: 0;
    padding: 13px 12px 11px;
}

.fh-side-card--gold {
    background:
        radial-gradient(circle at 82% 20%, rgba(255, 210, 93, 0.34), transparent 28%),
        radial-gradient(circle at 12% 84%, rgba(151, 194, 255, 0.16), transparent 24%),
        linear-gradient(145deg, rgba(255, 251, 232, 0.95), rgba(255, 230, 149, 0.8)),
        rgba(255, 255, 255, 0.76);
}

.fh-side-card__eyebrow,
.fh-hero-card__eyebrow,
.fh-panel__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.72rem;
    color: #7d6400;
    font-weight: 700;
    font-family: var(--fh-ui-font);
}

.fh-side-card__title {
    margin: 6px 0 10px;
    font-size: clamp(1.2rem, 2vw, 1.7rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    font-family: var(--fh-ui-font);
}

.fh-side-card p {
    margin: 0;
    color: var(--fh-muted);
    line-height: 1.68;
}

.fh-link-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.fh-link-list a {
    display: block;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 247, 212, 0.78);
    border: 1px solid rgba(122, 93, 18, 0.1);
    color: var(--fh-ink-soft);
    font-weight: 600;
    font-family: var(--fh-ui-font);
}

.fh-mini-list {
    display: grid;
    gap: 10px;
    margin: 0 0 14px;
}

.fh-mini-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 248, 220, 0.72);
    border: 1px solid rgba(126, 94, 16, 0.08);
    color: var(--fh-muted);
    font-size: 0.93rem;
}

.fh-mini-row strong {
    color: var(--fh-text);
    font-size: 0.92rem;
}

.fh-side-link {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 235, 170, 0.82);
    color: #624500;
    font-weight: 600;
    font-size: 0.93rem;
}

.fh-side-card--calendar {
    background:
        radial-gradient(circle at 88% 14%, rgba(255, 197, 77, 0.34), transparent 26%),
        radial-gradient(circle at 14% 100%, rgba(113, 212, 181, 0.16), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 245, 219, 0.88));
}

.fh-side-card--fantasy {
    background:
        radial-gradient(circle at 84% 18%, rgba(255, 220, 127, 0.22), transparent 25%),
        radial-gradient(circle at 10% 84%, rgba(145, 179, 255, 0.18), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.93), rgba(247, 250, 255, 0.86));
}

.fh-side-card--standings {
    background:
        radial-gradient(circle at 88% 18%, rgba(255, 208, 97, 0.2), transparent 24%),
        radial-gradient(circle at 8% 86%, rgba(146, 214, 180, 0.15), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 231, 0.9));
}

.fh-side-card__headerline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px 8px;
    margin: 4px 0 8px;
}

.fh-side-card__headerline--top {
    align-items: center;
    margin: 0 0 10px;
}

.fh-side-card__headerline--section {
    min-height: 38px;
    padding: 5px 6px 5px 11px;
    border: 1px solid rgba(231, 188, 68, 0.28);
    border-radius: 12px;
    background:
        radial-gradient(circle at 88% 16%, rgba(255, 206, 72, 0.18), transparent 30%),
        linear-gradient(145deg, #27251f 0%, #11110f 62%, #242118 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.09),
        inset 0 -1px 0 rgba(0, 0, 0, 0.66),
        0 8px 18px rgba(31, 25, 10, 0.16);
}

.fh-side-card__headerline--section .fh-side-card__eyebrow {
    color: #f3c74d;
    font-size: 0.69rem;
    font-weight: 900;
    letter-spacing: 0.085em;
    text-shadow: 0 1px 0 #000;
}

.fh-side-card__headerline--section .fh-side-chip {
    min-height: 22px;
    color: #201a0d;
    background: linear-gradient(180deg, #fff5c8, #e3bd55);
    border: 1px solid rgba(255, 235, 161, 0.64);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    font-size: 0.6rem;
    font-weight: 900;
}

.fh-side-card__subline {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 24px;
    margin: -2px 0 8px;
    padding: 0 2px;
}

.fh-side-card__title--compact {
    margin: 0;
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(255, 250, 231, 0.96);
    border: 1px solid rgba(134, 103, 26, 0.12);
    color: #6d5300;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.fh-side-chip {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(255, 250, 231, 0.96);
    border: 1px solid rgba(134, 103, 26, 0.12);
    color: #6d5300;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.fh-side-chip--soft {
    background: rgba(250, 246, 235, 0.92);
    color: #66502c;
}

.fh-side-fixtures {
    display: grid;
    gap: 4px;
    margin: 0 0 6px;
}

.fh-side-fixture {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    gap: 6px;
    padding: 5px 7px;
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(255, 255, 252, 0.96), rgba(250, 245, 225, 0.9));
    border: 1px solid rgba(132, 101, 24, 0.16);
    box-shadow:
        0 3px 8px rgba(61, 48, 15, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        inset 0 2px 0 rgba(218, 171, 44, 0.08);
}

.fh-side-fixture--lna {
    grid-template-columns: minmax(82px, auto) minmax(0, 1fr);
    gap: 5px;
}

.fh-side-fixture__schedule {
    color: #6f550c;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.fh-side-fixture__timebox {
    display: grid;
    gap: 2px;
    justify-items: center;
}

.fh-side-fixture__round {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 16px;
    padding: 0 6px;
    border-radius: 999px;
    background: rgba(255, 249, 225, 0.98);
    border: 1px solid rgba(134, 103, 26, 0.1);
    color: #7a5b08;
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.06em;
}

.fh-side-fixture__time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 244, 198, 0.96), rgba(247, 217, 120, 0.96));
    color: #5e4300;
    font-size: 0.71rem;
    font-weight: 900;
    letter-spacing: 0.05em;
}

.fh-side-fixture__teams {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 4px;
    color: #3b301d;
    font-size: 0.74rem;
}

.fh-side-fixture__teams--compact {
    gap: 4px;
}

.fh-side-fixture--lna .fh-side-fixture__logo {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
}

.fh-side-fixture--lna .fh-side-fixture__side {
    gap: 2px;
}

.fh-side-fixture__side {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 4px;
    border-radius: 999px;
}

.fh-side-fixture__team-link {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.16s ease, transform 0.16s ease;
}

.fh-side-fixture__side.is-current-team {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 245, 205, 0.96));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.84),
        0 0 0 1px rgba(196, 151, 27, 0.26),
        0 10px 22px rgba(100, 72, 0, 0.18),
        0 0 16px rgba(220, 182, 70, 0.12);
}

.fh-side-fixture__side.is-current-team strong {
    color: #21170b;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.34);
}

.fh-side-fixture__team-link:hover {
    opacity: 0.82;
    transform: translateY(-1px);
}

.fh-side-fixture__side--home {
    text-align: left;
    justify-content: flex-start;
}

.fh-side-fixture__side--away {
    text-align: right;
    justify-content: flex-end;
}

.fh-side-fixture__logo {
    width: 16px;
    height: 16px;
    object-fit: contain;
    flex: 0 0 16px;
    background: transparent;
}

.fh-side-fixture__teams strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.1;
}

.fh-side-fixture__middle {
    color: #8b6a16;
    font-weight: 800;
}

.fh-side-fixtures--fantasy .fh-side-fixture {
    grid-template-columns: 1fr;
}

.fh-side-fixtures--fantasy .fh-side-fixture__teams {
    font-size: 0.74rem;
}

.fh-side-standings {
    display: grid;
    gap: 3px;
    margin: 0 0 6px;
}

.fh-side-standing {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 5px;
    padding: 4px 6px;
    border-radius: 11px;
    background:
        linear-gradient(180deg, rgba(255, 255, 252, 0.96), rgba(250, 245, 225, 0.9));
    border: 1px solid rgba(132, 101, 24, 0.16);
    color: var(--fh-ink-soft);
    box-shadow:
        0 3px 8px rgba(61, 48, 15, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        inset 0 2px 0 rgba(218, 171, 44, 0.08);
}

.fh-side-standing.is-current-team {
    background:
        linear-gradient(180deg, rgba(255, 252, 241, 0.99), rgba(255, 240, 188, 0.95));
    border-color: rgba(184, 141, 17, 0.28);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 12px 24px rgba(96, 70, 0, 0.18),
        0 0 18px rgba(220, 182, 70, 0.1);
}

.fh-side-standing__rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 244, 198, 0.96), rgba(247, 217, 120, 0.96));
    color: #5e4300;
    font-size: 0.68rem;
    font-weight: 900;
}

.fh-side-standing__team {
    min-width: 0;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: center;
    gap: 5px;
}

.fh-side-standing__logo,
.fh-side-standing__badge {
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.fh-side-standing__logo {
    object-fit: contain;
    background: transparent;
}

.fh-side-standing__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 251, 236, 0.94);
    border: 1px solid rgba(132, 101, 24, 0.1);
    color: #77580b;
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.05em;
}

.fh-side-standing__name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1.08;
}

.fh-side-standing__meta {
    color: #7c6950;
    font-size: 0.58rem;
    font-weight: 700;
}

.fh-side-standing__points {
    min-width: 22px;
    text-align: right;
    color: #332600;
    font-size: 0.8rem;
    font-weight: 900;
}

.fh-home-main {
    display: grid;
    gap: 22px;
}

.fh-hero-card {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(240px, 0.72fr);
    gap: 18px;
    overflow: hidden;
    position: relative;
}

.fh-hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 211, 101, 0.22), transparent 26%),
        radial-gradient(circle at 72% 14%, rgba(144, 183, 250, 0.14), transparent 22%),
        linear-gradient(125deg, rgba(255, 255, 255, 0.1), transparent 42%);
    z-index: 0;
}

.fh-hero-card > * {
    position: relative;
    z-index: 1;
}

.fh-hero-card__content {
    padding: 34px 34px 32px;
}

.fh-hero-card__title {
    margin: 12px 0 14px;
    font-size: clamp(1.9rem, 3.2vw, 3.2rem);
    line-height: 1;
    letter-spacing: -0.02em;
    max-width: 12ch;
    font-family: var(--fh-ui-font);
}

.fh-hero-card__lead {
    max-width: 58ch;
    color: var(--fh-muted);
    line-height: 1.65;
    font-size: 0.98rem;
}

.fh-hero-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.fh-hero-card__scoreboard {
    background:
        linear-gradient(180deg, rgba(37, 29, 11, 0.95), rgba(55, 43, 16, 0.92)),
        #221a09;
    color: #fff6d8;
    padding: 22px;
    display: flex;
    align-items: stretch;
}

.fh-scoreboard {
    width: 100%;
    border-radius: 24px;
    border: 1px solid rgba(255, 229, 138, 0.18);
    padding: 18px;
    background:
        linear-gradient(180deg, rgba(255, 206, 53, 0.08), rgba(255, 206, 53, 0.02)),
        rgba(255, 255, 255, 0.02);
}

.fh-scoreboard__header {
    color: rgba(255, 233, 162, 0.72);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.72rem;
    font-weight: 700;
    font-family: var(--fh-ui-font);
}

.fh-scoreboard__row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 224, 132, 0.12);
    font-family: var(--fh-ui-font);
    font-size: 0.95rem;
}

.fh-scoreboard__row:last-child {
    border-bottom: 0;
}

.fh-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    font-family: var(--fh-ui-font);
    font-weight: 600;
    letter-spacing: 0;
}

.fh-button--primary {
    background: linear-gradient(145deg, #efbc20, #c28a00);
    color: #1c1400;
}

.fh-button--secondary {
    border: 1px solid var(--fh-line);
    background: var(--fh-surface-strong);
}

.fh-module-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.fh-module-card {
    padding: 24px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(255, 211, 101, 0.26), transparent 30%),
        radial-gradient(circle at bottom left, rgba(132, 183, 255, 0.12), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 249, 232, 0.84));
    border: 1px solid rgba(112, 91, 31, 0.1);
    box-shadow:
        0 18px 36px rgba(99, 75, 16, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.fh-module-card__eyebrow {
    color: #8a6a00;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.72rem;
    font-weight: 700;
    font-family: var(--fh-ui-font);
}

.fh-module-card h3 {
    margin: 12px 0 10px;
    font-size: 1.3rem;
    line-height: 1.12;
    letter-spacing: -0.01em;
    font-family: var(--fh-ui-font);
}

.fh-module-card p {
    margin: 0 0 16px;
    color: var(--fh-muted);
    line-height: 1.66;
}

.fh-module-card a,
.fh-module-card__tag {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 235, 170, 0.82);
    color: #624500;
    font-weight: 600;
    font-family: var(--fh-ui-font);
}

.fh-lower-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.fh-panel {
    padding: 26px;
    position: relative;
    overflow: hidden;
}

.fh-panel::after,
.fh-module-card::after,
.fh-side-card::after {
    content: "";
    position: absolute;
    inset: auto -24px -24px auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 217, 118, 0.22), rgba(255, 217, 118, 0) 68%);
    pointer-events: none;
    z-index: 0;
}

.fh-panel > *,
.fh-module-card > *,
.fh-side-card > * {
    position: relative;
    z-index: 1;
}

.fh-panel__title {
    margin: 10px 0 14px;
    font-size: 1.28rem;
    line-height: 1.12;
    letter-spacing: -0.01em;
    font-family: var(--fh-ui-font);
}

.fh-panel__content {
    color: var(--fh-muted);
    line-height: 1.65;
}

.fh-home-news-page {
    gap: 24px;
}

.fh-home-news-hero {
    grid-template-columns: minmax(0, 1.52fr) minmax(300px, 0.78fr);
    min-height: 0;
}

.fh-home-news-hero__content {
    padding: 34px 34px 30px;
    display: grid;
}

.fh-home-news-hero__rail {
    display: grid;
    gap: 16px;
    padding: 20px;
    background:
        linear-gradient(180deg, rgba(41, 32, 13, 0.96), rgba(56, 43, 18, 0.92)),
        #241b0d;
}

.fh-home-lead-story {
    padding: 18px 18px 22px;
    border-radius: 26px;
    background:
        radial-gradient(circle at top right, rgba(255, 216, 119, 0.2), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 233, 0.88));
    border: 1px solid rgba(126, 97, 23, 0.12);
    box-shadow:
        0 18px 34px rgba(99, 75, 16, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.fh-home-lead-story__media {
    display: block;
    margin: 0 0 16px;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 16 / 8.6;
    background: rgba(236, 229, 204, 0.85);
}

.fh-home-lead-story__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fh-home-lead-story__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}

.fh-home-lead-story__source,
.fh-home-lead-story__date {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: var(--fh-ui-font);
}

.fh-home-lead-story__source {
    background: rgba(236, 187, 21, 0.16);
    color: #795700;
}

.fh-home-lead-story__date {
    background: rgba(59, 49, 25, 0.08);
    color: #7b6953;
}

.fh-home-lead-story__title {
    margin: 0;
    font-size: clamp(1.36rem, 2.2vw, 2.2rem);
    line-height: 1.04;
    letter-spacing: -0.02em;
    font-family: var(--fh-ui-font);
}

.fh-home-lead-story__excerpt {
    margin: 14px 0 0;
    max-width: 64ch;
    color: var(--fh-muted);
    font-size: 0.98rem;
    line-height: 1.72;
}

.fh-home-market-box,
.fh-home-links-box {
    display: grid;
    gap: 14px;
}

.fh-home-market-box__title {
    margin: 0;
    color: #fff6d8;
    font-size: 1.18rem;
    line-height: 1.08;
    letter-spacing: -0.02em;
    font-family: var(--fh-ui-font);
}

.fh-home-market-list,
.fh-home-link-chips {
    display: grid;
    gap: 10px;
}

.fh-home-market-item,
.fh-home-link-chip {
    display: grid;
    gap: 5px;
    padding: 14px 15px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff6d8;
    background:
        linear-gradient(180deg, rgba(255, 218, 104, 0.12), rgba(255, 218, 104, 0.04)),
        rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 229, 138, 0.14);
}

.fh-home-market-item strong,
.fh-home-link-chip strong {
    font-size: 0.94rem;
    line-height: 1.34;
}

.fh-home-market-item__source,
.fh-home-link-chip__type {
    color: rgba(255, 233, 162, 0.68);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.67rem;
    font-weight: 800;
    font-family: var(--fh-ui-font);
}

.fh-home-fantasy-list {
    display: grid;
    gap: 10px;
}

.fh-home-fantasy-item {
    display: grid;
    gap: 5px;
    padding: 14px 15px;
    border-radius: 20px;
    text-decoration: none;
    color: #fffef6;
    background:
        linear-gradient(180deg, rgba(160, 199, 255, 0.14), rgba(160, 199, 255, 0.04)),
        rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(190, 220, 255, 0.16);
}

.fh-home-fantasy-item strong {
    font-size: 0.94rem;
    line-height: 1.34;
}

.fh-home-fantasy-item__badge,
.fh-home-fantasy-item__meta {
    color: rgba(223, 236, 255, 0.8);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-family: var(--fh-ui-font);
}

.fh-home-fantasy-item__meta {
    color: rgba(255, 250, 232, 0.78);
    font-size: 0.68rem;
}

.fh-home-source-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.fh-home-source-card {
    padding: 24px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(255, 214, 107, 0.2), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 249, 232, 0.88));
    border: 1px solid rgba(112, 91, 31, 0.1);
    box-shadow:
        inset 0 4px 0 var(--fh-source-accent),
        0 18px 36px rgba(99, 75, 16, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.fh-home-source-card__header {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    justify-content: space-between;
}

.fh-home-source-card__header h3 {
    margin: 10px 0 0;
    font-size: 1.28rem;
    line-height: 1.08;
    font-family: var(--fh-ui-font);
}

.fh-home-source-card__visit {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 241, 204, 0.92);
    color: var(--fh-source-accent);
    font-size: 0.78rem;
    font-weight: 800;
    white-space: nowrap;
    text-decoration: none;
    font-family: var(--fh-ui-font);
}

.fh-home-source-list {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.fh-home-source-item {
    display: grid;
    gap: 6px;
    padding-top: 12px;
    border-top: 1px solid rgba(116, 86, 18, 0.1);
    text-decoration: none;
    color: inherit;
}

.fh-home-source-item:first-child {
    padding-top: 0;
    border-top: 0;
}

.fh-home-source-item strong {
    color: #1d1607;
    font-size: 1rem;
    line-height: 1.32;
}

.fh-home-source-item__media {
    display: block;
    margin-bottom: 2px;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 16 / 8.8;
    background: rgba(241, 233, 208, 0.88);
}

.fh-home-source-item__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fh-home-source-item span {
    color: var(--fh-muted);
    font-size: 0.86rem;
    line-height: 1.55;
}

.fh-home-source-item__meta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: rgba(29, 22, 7, 0.52);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fh-home-news-empty {
    margin: 0;
    color: rgba(255, 246, 216, 0.84);
    line-height: 1.6;
}

.fh-home-source-card .fh-home-news-empty {
    color: var(--fh-muted);
    margin-top: 16px;
}

.fh-home-fantagazza-callout {
    display: grid;
    gap: 16px;
    padding: 24px 26px;
    border-radius: 26px;
    background:
        radial-gradient(circle at top right, rgba(255, 212, 90, 0.18), transparent 32%),
        linear-gradient(180deg, rgba(255, 252, 244, 0.96), rgba(255, 246, 222, 0.9));
    border: 1px solid rgba(116, 86, 18, 0.12);
    box-shadow:
        inset 0 4px 0 rgba(142, 109, 22, 0.92),
        0 18px 36px rgba(99, 75, 16, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.fh-home-fantagazza-callout__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.fh-home-fantagazza-callout__date {
    color: rgba(29, 22, 7, 0.5);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fh-home-fantagazza-callout__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
}

.fh-home-fantagazza-callout__body h2 {
    margin: 0;
    font-size: 1.45rem;
    line-height: 1.05;
    color: #1d1607;
    font-family: var(--fh-ui-font);
}

.fh-home-fantagazza-callout__body p {
    margin: 8px 0 0;
    color: var(--fh-muted);
    line-height: 1.6;
}

.fh-home-fantagazza-callout__actions {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.fh-home-utility-grid {
    align-items: start;
}

.fh-home-shortcuts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.fh-home-shortcuts__item {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border-radius: 20px;
    text-decoration: none;
    color: inherit;
    background:
        radial-gradient(circle at top right, rgba(255, 210, 94, 0.18), transparent 34%),
        rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(116, 86, 18, 0.1);
}

.fh-home-shortcuts__item strong {
    font-size: 0.98rem;
    line-height: 1.2;
    font-family: var(--fh-ui-font);
}

.fh-home-shortcuts__item span {
    color: var(--fh-muted);
    font-size: 0.84rem;
    line-height: 1.5;
}

.fh-platform-status ul {
    margin: 14px 0 0;
    padding-left: 18px;
}

.fh-platform-status p {
    margin: 12px 0 0;
}

.fh-simple-page {
    padding-top: 24px;
}

.fh-entry {
    padding: 34px;
}

.fh-entry__title {
    margin: 0 0 18px;
    font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    letter-spacing: -0.01em;
    font-family: var(--fh-ui-font);
}

.fh-entry__content {
    color: var(--fh-muted);
    line-height: 1.72;
}

.fh-footer {
    display: none;
    padding: 36px 0 48px;
}

.fh-footer__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    color: var(--fh-muted);
    padding: 24px 30px;
    border-radius: 26px;
    background: rgba(255, 250, 234, 0.86);
    border: 1px solid rgba(116, 86, 18, 0.1);
    box-shadow: 0 18px 36px rgba(99, 75, 16, 0.08);
}

body.admin-bar .fh-header {
    top: 32px;
}

body.admin-bar .fh-top-band {
    top: calc(32px + var(--fh-header-height));
}

body.admin-bar .fh-main {
    /*
     * WordPress already offsets the document by 32px for the admin bar.
     * Adding it here as well left an empty strip below the fixed header.
     */
    margin-top: calc(var(--fh-header-height) + var(--fh-band-height));
    height: calc(100vh - 32px - var(--fh-header-height) - var(--fh-band-height));
}

@media (max-width: 960px) {
    body.fh-next {
        overflow-y: auto;
    }

    .fh-screen-shell,
    .fh-hero-card,
    .fh-home-source-grid,
    .fh-module-grid,
    .fh-lower-grid,
    .fh-footer__inner {
        grid-template-columns: 1fr;
    }

    .fh-main {
        height: auto;
        min-height: calc(100vh - var(--fh-header-height) - var(--fh-band-height));
    }

    .fh-top-band__inner {
        flex-wrap: wrap;
        gap: 10px;
        padding: 8px 0;
        min-height: auto;
    }

    .fh-countdown-bar {
        width: 100%;
        justify-content: center;
    }

    .fh-team-strip {
        width: 100%;
        max-width: none;
    }

    .fh-screen-shell {
        height: auto;
        min-height: 0;
    }

    .fh-sidebar,
    .fh-content {
        height: auto;
        overflow: visible;
    }

    .fh-sidebar {
        padding: 18px 16px 14px;
        border-right: 0;
        border-bottom: 1px solid rgba(116, 86, 18, 0.12);
        box-shadow: none;
    }

    .fh-content {
        padding-top: 20px;
    }

    .fh-footer {
        display: block;
    }

    .fh-hero-card__title {
        max-width: none;
    }

    .fh-home-news-hero__rail {
        padding: 18px;
    }

    .fh-home-lead-story__media {
        aspect-ratio: 16 / 9.2;
    }

    .fh-home-shortcuts {
        grid-template-columns: 1fr;
    }

    .fh-home-fantagazza-callout__body {
        grid-template-columns: 1fr;
    }

    .fh-home-fantagazza-callout__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    .fh-nav-toggle {
        display: inline-flex;
    }

    .fh-nav {
        width: 100%;
        display: none;
        grid-column: 1 / -1;
    }

    .fh-nav.is-open {
        display: block;
    }

    .fh-nav__list {
        flex-direction: column;
        align-items: stretch;
        padding-top: 10px;
    }

    .fh-nav ul,
    .fh-nav .menu {
        flex-direction: column;
        align-items: stretch;
        padding-top: 10px;
    }

    .fh-nav__list a {
        justify-content: center;
        border-radius: var(--fh-radius-sm);
        background: rgba(255, 255, 255, 0.72);
    }

    .fh-nav ul a,
    .fh-nav .menu a {
        justify-content: center;
        border-radius: var(--fh-radius-sm);
        background: rgba(255, 255, 255, 0.72);
    }

    .fh-header__inner {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        padding: 14px 0;
        min-height: auto;
    }

    .fh-brand__mark {
        width: 52px;
        height: 52px;
    }

    .fh-brand__title {
        font-size: 0.94rem;
    }

    .fh-header__cta {
        display: none;
    }

    .fh-countdown {
        gap: 6px;
    }

    .fh-countdown-bar {
        font-size: 0.86rem;
    }

    .fh-countdown-label {
        font-size: 0.8rem;
    }

    .fh-content {
        order: 1;
    }

    .fh-sidebar {
        display: none !important;
    }

    .fh-team-strip__track {
        gap: 10px;
    }

    .fh-content {
        padding-left: 12px;
        padding-right: 12px;
    }

    .fh-side-card,
    .fh-hero-card__content,
    .fh-hero-card__scoreboard,
    .fh-home-news-hero__rail,
    .fh-panel,
    .fh-module-card,
    .fh-entry {
        padding: 22px;
        border-radius: 22px;
    }

    .fh-side-card__headerline {
        flex-wrap: wrap;
    }

    .fh-side-fixture,
    .fh-side-standing {
        padding-left: 10px;
        padding-right: 10px;
    }

    .fh-lower-grid,
    .fh-footer__inner,
    .fh-simple-page__inner,
    .fh-content__inner {
        width: min(calc(100% - 20px), var(--fh-width));
    }

    .fh-header__inner,
    .fh-top-band__inner {
        width: calc(100% - 20px);
        max-width: none;
    }

    .fh-team-pill {
        width: 60px;
        height: 60px;
    }

    .fh-team-pill__logo-wrap {
        width: 48px;
        height: 48px;
    }

    .fh-home-source-card {
        padding: 22px;
        border-radius: 22px;
    }

    .fh-home-source-card__header {
        flex-direction: column;
    }

    .fh-home-source-card__visit {
        align-self: flex-start;
    }
}

@media (max-width: 782px) {
    body.admin-bar .fh-header {
        top: 46px;
    }

    body.admin-bar .fh-top-band {
        top: calc(46px + var(--fh-header-height));
    }

    body.admin-bar .fh-main {
        margin-top: calc(var(--fh-header-height) + var(--fh-band-height));
        height: auto;
        min-height: calc(100vh - 46px - var(--fh-header-height) - var(--fh-band-height));
    }
}

/* Arena visual refresh. The effects stay decorative and never intercept clicks. */
.fh-header {
    overflow: hidden;
    isolation: isolate;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0.08) 18%, rgba(92, 52, 0, 0.08) 52%, rgba(255, 236, 149, 0.2) 100%),
        linear-gradient(100deg, #c97805 0%, #f0a91c 18%, #ffd96a 49%, #ee9b12 76%, #bd6900 100%);
    border-bottom: 1px solid rgba(70, 38, 0, 0.36);
    box-shadow:
        0 12px 28px rgba(75, 42, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.78),
        inset 0 -2px 0 rgba(91, 49, 0, 0.12);
}

.fh-header::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background-image: var(--fh-brand-watermark);
    background-repeat: repeat-x;
    background-position: 24px center;
    background-size: 62px 62px;
    opacity: 0.065;
    filter: grayscale(1) contrast(1.45);
}

.fh-header::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(112deg, transparent 0 20%, rgba(255, 255, 255, 0.26) 27%, transparent 34% 68%, rgba(255, 255, 255, 0.15) 76%, transparent 84%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 9px);
    mix-blend-mode: screen;
}

.fh-header__inner {
    position: relative;
    z-index: 2;
}

.fh-brand {
    padding: 3px 9px 3px 4px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 250, 221, 0.3), rgba(121, 68, 0, 0.07));
    border: 1px solid rgba(91, 49, 0, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

.fh-brand__title {
    color: #221300;
    text-shadow: 0 1px 0 rgba(255, 248, 208, 0.7);
}

.fh-nav__list,
.fh-nav ul,
.fh-nav .menu {
    gap: 7px;
}

.fh-nav__list a,
.fh-nav ul a,
.fh-nav .menu a {
    min-height: 36px;
    padding: 0 13px;
    border: 1px solid rgba(75, 41, 0, 0.2);
    background:
        linear-gradient(180deg, rgba(255, 253, 232, 0.5), rgba(143, 78, 0, 0.08)),
        rgba(255, 199, 49, 0.2);
    color: #2c1900;
    font-weight: 750;
    text-shadow: 0 1px 0 rgba(255, 249, 214, 0.58);
    box-shadow:
        0 5px 12px rgba(78, 42, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.62),
        inset 0 -1px 0 rgba(89, 47, 0, 0.08);
    transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.fh-nav__list a:hover,
.fh-nav ul a:hover,
.fh-nav .menu a:hover {
    transform: translateY(-2px);
    color: #211200;
    background: linear-gradient(180deg, rgba(255, 255, 246, 0.9), rgba(255, 224, 123, 0.72));
    box-shadow:
        0 9px 18px rgba(78, 42, 0, 0.18),
        inset 0 1px 0 #fff;
}

.fh-nav__list .current-menu-item > a,
.fh-nav ul .current_page_item > a,
.fh-nav ul .current-menu-item > a,
.fh-nav .current_page_item > a,
.fh-nav .current-menu-item > a {
    color: #fff5d0;
    text-shadow: 0 1px 0 #000;
    border-color: rgba(255, 224, 122, 0.34);
    background:
        linear-gradient(180deg, rgba(72, 68, 58, 0.98), rgba(25, 24, 21, 0.98)),
        #1c1b18;
    box-shadow:
        0 8px 18px rgba(43, 28, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        inset 0 -2px 0 rgba(0, 0, 0, 0.36);
}

.fh-header__cta-link {
    border-color: rgba(74, 40, 0, 0.24);
    background: linear-gradient(180deg, rgba(255, 255, 245, 0.94), rgba(255, 224, 137, 0.9));
    box-shadow:
        0 7px 15px rgba(64, 34, 0, 0.16),
        inset 0 1px 0 #fff;
}

.fh-header__cta-link--secondary {
    background: linear-gradient(180deg, rgba(61, 58, 51, 0.94), rgba(27, 26, 23, 0.96));
    color: #fff1bf;
    border-color: rgba(255, 224, 125, 0.24);
    text-shadow: 0 1px 0 #000;
}

.fh-top-band {
    background:
        linear-gradient(180deg, rgba(255, 255, 250, 0.94), rgba(239, 248, 250, 0.86)),
        repeating-linear-gradient(105deg, transparent 0 92px, rgba(79, 139, 177, 0.055) 93px 94px);
    border-bottom: 1px solid rgba(77, 124, 151, 0.18);
    box-shadow:
        0 10px 24px rgba(61, 91, 106, 0.12),
        inset 0 -2px 0 rgba(205, 41, 45, 0.055);
}

.fh-countdown-bar {
    min-height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(77, 124, 151, 0.15);
    box-shadow: inset 0 1px 0 #fff, 0 7px 18px rgba(61, 91, 106, 0.08);
}

.fh-content {
    position: relative;
    isolation: isolate;
    background:
        radial-gradient(circle at 52% 46%, transparent 0 84px, rgba(55, 126, 170, 0.055) 85px 87px, transparent 88px),
        linear-gradient(90deg, transparent calc(50% - 1px), rgba(198, 44, 49, 0.055) 50%, transparent calc(50% + 1px)),
        repeating-linear-gradient(112deg, transparent 0 118px, rgba(65, 126, 160, 0.026) 119px 120px),
        linear-gradient(180deg, rgba(249, 253, 253, 0.3), rgba(255, 247, 220, 0.06));
}

.fh-sidebar {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.28), transparent 70%),
        repeating-linear-gradient(115deg, transparent 0 86px, rgba(68, 126, 159, 0.028) 87px 88px),
        linear-gradient(180deg, rgba(247, 251, 250, 0.7), rgba(255, 243, 205, 0.32));
    border-right-color: rgba(74, 119, 145, 0.18);
}

.fh-side-card,
.fh-hero-card,
.fh-panel,
.fh-entry,
.fh-module-card,
.fh-home-source-card,
.fh-home-fantagazza-callout {
    position: relative;
    border-color: rgba(79, 105, 112, 0.16);
    box-shadow:
        0 22px 48px rgba(55, 67, 62, 0.13),
        inset 0 3px 0 rgba(227, 172, 24, 0.48),
        inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.fh-entry__title,
.fh-panel__title,
.fh-side-card__title,
.fh-module-card h3,
.fh-home-source-card__header h3 {
    text-wrap: balance;
}

.fh-button,
.fh-module-card a,
.fh-side-link,
.fh-home-source-card__visit {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 8px 16px rgba(80, 58, 8, 0.12);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.fh-button:hover,
.fh-module-card a:hover,
.fh-side-link:hover,
.fh-home-source-card__visit:hover {
    transform: translateY(-2px);
    filter: saturate(1.08);
    box-shadow: inset 0 1px 0 #fff, 0 12px 22px rgba(80, 58, 8, 0.18);
}

@media (min-width: 761px) {
    .fh-header__cta > .fh-connect.is-docked {
        order: 99;
        margin-left: 4px;
    }
}

@media (max-width: 1180px) and (min-width: 761px) {
    .fh-brand__title {
        display: none;
    }

    .fh-nav__list a,
    .fh-nav ul a,
    .fh-nav .menu a {
        padding: 0 10px;
        font-size: 0.86rem;
    }
}

@media (max-width: 760px) {
    .fh-header::before {
        background-size: 54px 54px;
        opacity: 0.05;
    }

    .fh-nav__list a,
    .fh-nav ul a,
    .fh-nav .menu a {
        border-radius: 14px;
        min-height: 42px;
    }

    .fh-content {
        background:
            repeating-linear-gradient(112deg, transparent 0 98px, rgba(65, 126, 160, 0.025) 99px 100px),
            linear-gradient(180deg, rgba(249, 253, 253, 0.3), rgba(255, 247, 220, 0.06));
    }
}

@media (prefers-reduced-motion: reduce) {
    .fh-nav__list a,
    .fh-nav ul a,
    .fh-nav .menu a,
    .fh-button,
    .fh-module-card a,
    .fh-side-link,
    .fh-home-source-card__visit {
        transition: none;
    }
}

/* Silver Jubilee 2026 header. */
.fh-header {
    border-bottom-color: rgba(224, 179, 55, 0.66);
    background:
        radial-gradient(circle at 7% 42%, rgba(255, 190, 28, 0.18), transparent 20%),
        radial-gradient(circle at 91% 25%, rgba(255, 196, 57, 0.2), transparent 24%),
        linear-gradient(90deg, rgba(1, 3, 5, 0.04), rgba(1, 2, 3, 0.27) 48%, rgba(1, 3, 5, 0.05)),
        linear-gradient(180deg, rgba(4, 6, 8, 0.02), rgba(0, 0, 0, 0.3)),
        url("../img/header-ice-arena-top-v2.jpg") center / 100% 100% no-repeat,
        #050708;
    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.34),
        0 2px 0 rgba(211, 153, 19, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.26),
        inset 0 -1px 0 rgba(255, 206, 82, 0.44);
}

.fh-header::before {
    left: auto;
    right: 2%;
    width: min(38vw, 520px);
    background-repeat: no-repeat;
    background-position: right 42%;
    background-size: 180px auto;
    opacity: 0.11;
    filter: grayscale(1) contrast(1.3) brightness(1.22);
    transform: rotate(-4deg) scale(1.15);
    transform-origin: right center;
}

.fh-header::after {
    background:
        linear-gradient(103deg, transparent 0 17%, rgba(255, 255, 255, 0.16) 24%, transparent 31% 63%, rgba(231, 175, 39, 0.12) 72%, transparent 82%),
        repeating-linear-gradient(90deg, transparent 0 7px, rgba(255, 255, 255, 0.018) 8px 9px),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 4px);
    mix-blend-mode: screen;
}

.fh-header__ice-shards {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.fh-header__ice-shards::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.58;
    background:
        radial-gradient(circle at 3% 18%, rgba(255, 227, 139, 0.95) 0 1px, transparent 3px),
        radial-gradient(circle at 17% 79%, rgba(255, 193, 47, 0.92) 0 1px, transparent 3px),
        radial-gradient(circle at 36% 21%, rgba(255, 215, 102, 0.84) 0 1px, transparent 3px),
        radial-gradient(circle at 57% 84%, rgba(255, 226, 143, 0.86) 0 1px, transparent 3px),
        radial-gradient(circle at 75% 14%, rgba(255, 213, 91, 0.88) 0 1px, transparent 3px),
        radial-gradient(circle at 93% 74%, rgba(255, 181, 35, 0.94) 0 1px, transparent 3px);
    filter: drop-shadow(0 0 5px rgba(255, 218, 117, 0.7));
}

.fh-header__ice-shards::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0.46;
    background: linear-gradient(90deg, transparent 2%, #ffe5a0 9%, transparent 18% 41%, #ffb514 49%, transparent 58% 82%, #ffd166 91%, transparent 98%);
    box-shadow: 0 52px 0 rgba(255, 177, 26, 0.18);
}

.fh-header__ice-shards i {
    position: absolute;
    display: block;
    width: 16px;
    height: 29px;
    opacity: 0.42;
    clip-path: polygon(45% 0, 100% 26%, 70% 100%, 0 73%, 18% 22%);
    border: 1px solid rgba(255, 220, 125, 0.66);
    background: linear-gradient(135deg, rgba(255, 244, 210, 0.76), rgba(211, 129, 15, 0.18) 48%, rgba(255, 177, 24, 0.28));
    box-shadow:
        inset 3px 2px 5px rgba(255, 255, 255, 0.36),
        0 0 12px rgba(255, 165, 22, 0.3);
    transform: rotate(18deg);
    animation: fh-jubilee-shard-glint 6s ease-in-out infinite alternate;
}

.fh-header__ice-shards i:nth-child(1) { left: 1.5%; top: -10px; width: 22px; height: 38px; transform: rotate(-28deg); }
.fh-header__ice-shards i:nth-child(2) { left: 15%; bottom: -14px; width: 12px; height: 33px; transform: rotate(38deg); animation-delay: -1.2s; }
.fh-header__ice-shards i:nth-child(3) { left: 32%; top: -13px; width: 14px; height: 31px; transform: rotate(62deg); animation-delay: -2.4s; }
.fh-header__ice-shards i:nth-child(4) { left: 48%; bottom: -17px; width: 21px; height: 37px; transform: rotate(-43deg); animation-delay: -3.1s; }
.fh-header__ice-shards i:nth-child(5) { right: 31%; top: -12px; width: 13px; height: 34px; transform: rotate(27deg); animation-delay: -4.3s; }
.fh-header__ice-shards i:nth-child(6) { right: 20%; bottom: -11px; width: 18px; height: 30px; transform: rotate(58deg); animation-delay: -2s; }
.fh-header__ice-shards i:nth-child(7) { right: 8%; top: -8px; width: 24px; height: 40px; transform: rotate(-36deg); animation-delay: -5s; }
.fh-header__ice-shards i:nth-child(8) { right: 1%; bottom: -15px; width: 13px; height: 36px; transform: rotate(29deg); animation-delay: -3.7s; }

@keyframes fh-jubilee-shard-glint {
    0%, 42% {
        opacity: 0.28;
        filter: brightness(0.9);
    }
    55%, 100% {
        opacity: 0.56;
        filter: brightness(1.35) drop-shadow(0 0 5px rgba(255, 215, 106, 0.3));
    }
}

.fh-header__inner {
    min-height: 80px;
    gap: 13px;
}

.fh-header__brand-group {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    flex: 0 0 auto;
}

.fh-brand--jubilee {
    position: relative;
    width: 234px;
    height: 70px;
    padding: 0 13px 0 0;
    overflow: hidden;
    flex: 0 0 234px;
    border: 1px solid rgba(223, 230, 234, 0.36);
    border-radius: 18px;
    background: #070808;
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.8),
        0 8px 22px rgba(0, 0, 0, 0.42),
        0 0 18px rgba(229, 167, 27, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.fh-brand--jubilee::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(118deg, transparent 28%, rgba(255, 255, 255, 0.22) 42%, transparent 56%);
    mix-blend-mode: screen;
}

.fh-brand--jubilee .fh-brand__mark {
    width: 76px;
    height: 100%;
    flex: 0 0 76px;
    align-self: auto;
}

.fh-brand--jubilee .fh-brand__mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 48%;
    background: #050606;
    mix-blend-mode: normal;
    filter: saturate(0.96) contrast(1.06);
    transform: scale(1.06);
}

.fh-brand__jubilee-copy {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    line-height: 1;
    text-transform: uppercase;
}

.fh-brand__jubilee-copy strong {
    color: #f3f5f5;
    font-family: var(--fh-ui-font);
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.045em;
    white-space: nowrap;
    text-shadow: 0 1px 0 #000, 0 0 11px rgba(255, 200, 55, 0.28);
}

.fh-brand__jubilee-copy small {
    color: #e5b84b;
    font-family: var(--fh-ui-font);
    font-size: 0.59rem;
    font-weight: 800;
    letter-spacing: 0.055em;
    white-space: nowrap;
}

.fh-header__draft {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    overflow: hidden;
    flex: 0 0 54px;
    border: 1px solid rgba(239, 185, 43, 0.74);
    border-radius: 15px;
    background: linear-gradient(180deg, #ffffff, #e7e9e9);
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.42),
        0 0 15px rgba(238, 176, 32, 0.2),
        inset 0 1px 0 #fff;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.fh-header__draft::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(118deg, transparent 27%, rgba(255, 255, 255, 0.48) 44%, transparent 60%);
    mix-blend-mode: screen;
}

.fh-header__draft img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
}

.fh-header__draft-label {
    display: none;
    color: #f3c552;
    font-family: var(--fh-ui-font);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.045em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    text-shadow:
        0 1px 0 #000,
        0 0 10px rgba(255, 199, 63, 0.34);
}

.fh-header__draft:hover {
    transform: translateY(-2px) scale(1.03);
    filter: saturate(1.08) contrast(1.03);
    box-shadow:
        0 11px 24px rgba(0, 0, 0, 0.5),
        0 0 18px rgba(241, 181, 38, 0.3),
        inset 0 1px 0 #fff;
}

.fh-nav__list a,
.fh-nav ul a,
.fh-nav .menu a {
    border-color: rgba(217, 225, 229, 0.28);
    color: #f4f6f6;
    text-shadow: 0 1px 1px #000;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.025)),
        linear-gradient(180deg, #35383a, #17191a);
    box-shadow:
        0 5px 12px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        inset 0 -1px 0 rgba(0, 0, 0, 0.68);
}

.fh-nav__list a:hover,
.fh-nav ul a:hover,
.fh-nav .menu a:hover {
    color: #fff7d5;
    border-color: rgba(255, 211, 92, 0.54);
    background: linear-gradient(180deg, #55595b, #222425);
    box-shadow:
        0 9px 18px rgba(0, 0, 0, 0.4),
        0 0 12px rgba(226, 164, 25, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.fh-nav__list .current-menu-item > a,
.fh-nav ul .current_page_item > a,
.fh-nav ul .current-menu-item > a,
.fh-nav .current_page_item > a,
.fh-nav .current-menu-item > a {
    color: #17130a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.62);
    border-color: rgba(255, 224, 135, 0.74);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(204, 208, 208, 0.3)),
        linear-gradient(100deg, #bc7d06, #f4c74c 48%, #a86600);
    box-shadow:
        0 8px 18px rgba(0, 0, 0, 0.36),
        0 0 14px rgba(242, 185, 39, 0.22),
        inset 0 1px 0 #fff8d9,
        inset 0 -2px 0 rgba(87, 51, 0, 0.32);
}

.fh-header__cta-link {
    color: #161819;
    text-shadow: 0 1px 0 #fff;
    border-color: rgba(255, 255, 255, 0.54);
    background: linear-gradient(180deg, #f9fbfb, #b7bec1 54%, #e8ebeb);
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.34), inset 0 1px 0 #fff;
}

.fh-header__cta-link::before {
    background: radial-gradient(circle at 30% 30%, #fff5bd, #e2a91b 62%, #815100 100%);
}

.fh-header__cta-link--secondary {
    color: #ffeab0;
    text-shadow: 0 1px 0 #000;
    border-color: rgba(224, 185, 88, 0.32);
    background: linear-gradient(180deg, #333638, #121314);
}

.fh-header__fantagazza {
    position: relative;
    order: 10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 42px;
    padding: 3px 6px;
    overflow: hidden;
    flex: 0 0 132px;
    border: 1px solid rgba(239, 185, 43, 0.72);
    border-radius: 13px;
    background: linear-gradient(180deg, #ffffff, #e9ebeb);
    box-shadow:
        0 7px 17px rgba(0, 0, 0, 0.42),
        0 0 12px rgba(229, 168, 29, 0.16),
        inset 0 1px 0 #fff;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.fh-header__cta > .fh-connect.is-docked {
    order: 20;
}

.fh-header__account-link {
    order: 30;
}

.fh-header__account-link:not(.fh-header__account-link--logout) {
    margin-left: 5px;
}

.fh-header__account-link--logout {
    order: 40;
}

.fh-header__fantagazza::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(115deg, transparent 25%, rgba(255, 255, 255, 0.52) 43%, transparent 59%);
    mix-blend-mode: screen;
}

.fh-header__fantagazza img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fh-header__fantagazza:hover {
    transform: translateY(-2px);
    filter: saturate(1.08) contrast(1.03);
    box-shadow:
        0 10px 21px rgba(0, 0, 0, 0.48),
        0 0 16px rgba(239, 180, 39, 0.26),
        inset 0 1px 0 #fff;
}

@media (min-width: 761px) {
    .fh-nav-item--fantagazza {
        display: none;
    }
}

@media (max-width: 1180px) and (min-width: 761px) {
    .fh-brand--jubilee {
        width: 72px;
        height: 62px;
        padding-right: 0;
        flex-basis: 72px;
    }

    .fh-brand--jubilee .fh-brand__mark {
        width: 100%;
        flex-basis: 100%;
    }

    .fh-brand__jubilee-copy {
        display: none;
    }

    .fh-header__fantagazza {
        width: 116px;
        flex-basis: 116px;
    }

    .fh-header__draft {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }
}

/* Keep the complete desktop navigation readable on MacBook-sized screens. */
@media (min-width: 1181px) and (max-width: 1560px) {
    .fh-header__inner {
        gap: 8px;
    }

    .fh-header__brand-group {
        gap: 5px;
    }

    .fh-brand--jubilee {
        width: 188px;
        height: 62px;
        padding-right: 8px;
        flex-basis: 188px;
    }

    .fh-brand--jubilee .fh-brand__mark {
        width: 62px;
        flex-basis: 62px;
    }

    .fh-brand__jubilee-copy {
        gap: 3px;
    }

    .fh-brand__jubilee-copy strong {
        font-size: 0.76rem;
        letter-spacing: 0.025em;
    }

    .fh-brand__jubilee-copy small {
        font-size: 0.49rem;
        letter-spacing: 0.025em;
    }

    .fh-header__draft {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        border-radius: 13px;
    }

    .fh-nav {
        flex: 1 1 auto;
    }

    .fh-nav__list,
    .fh-nav ul,
    .fh-nav .menu {
        gap: 4px;
    }

    .fh-nav__list a,
    .fh-nav ul a,
    .fh-nav .menu a {
        min-height: 32px;
        padding: 0 7px;
        font-size: 0.76rem;
    }

    .fh-header__cta {
        gap: 5px;
    }

    .fh-header__cta-link {
        min-height: 32px;
        padding: 0 8px;
        font-size: 0.73rem;
    }

    .fh-header__fantagazza {
        width: 104px;
        height: 36px;
        padding: 2px 4px;
        flex-basis: 104px;
        border-radius: 11px;
    }

    .fh-header__cta > .fh-connect.is-docked {
        margin-left: 0;
    }

    .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-logo {
        height: 36px;
        max-width: 88px;
    }

    .fh-top-band__inner {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        justify-content: stretch;
        gap: 14px;
    }

    .fh-team-strip {
        width: 100%;
        max-width: none;
    }

    .fh-team-strip__track {
        justify-content: flex-start;
        gap: 5px;
    }

    .fh-team-pill {
        width: 54px;
        height: 60px;
    }

    .fh-team-pill__logo-wrap {
        width: 48px;
        height: 48px;
    }
}

@media (min-width: 981px) and (max-width: 1180px) {
    .fh-header__inner {
        gap: 7px;
    }

    .fh-header__brand-group,
    .fh-nav__list,
    .fh-nav ul,
    .fh-nav .menu,
    .fh-header__cta {
        gap: 4px;
    }

    .fh-nav {
        flex: 1 1 auto;
    }

    .fh-nav__list a,
    .fh-nav ul a,
    .fh-nav .menu a {
        min-height: 31px;
        padding: 0 5px;
        font-size: 0.7rem;
    }

    .fh-header__cta-link {
        min-height: 31px;
        padding: 0 7px;
        font-size: 0.7rem;
    }

    .fh-header__fantagazza {
        width: 96px;
        height: 34px;
        padding: 2px 3px;
        flex-basis: 96px;
    }

    .fh-header__cta > .fh-connect.is-docked {
        margin-left: 0;
    }

    .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-logo {
        height: 34px;
        max-width: 82px;
    }

    .fh-top-band__inner {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        justify-content: stretch;
        gap: 12px;
    }

    .fh-team-strip {
        width: 100%;
        max-width: none;
    }

    .fh-team-strip__track {
        justify-content: flex-start;
        gap: 4px;
    }

    .fh-team-pill {
        width: 50px;
        height: 56px;
    }

    .fh-team-pill__logo-wrap {
        width: 44px;
        height: 44px;
    }
}

/* FH final WhatsApp-inspired FantApp desktop badge v0.3.56 */
@media (min-width: 981px) {
    .fh-top-band .fh-header__cta > .fh-connect.is-docked {
        --fh-assistant-control-width: 84px;
        --fh-assistant-control-height: 34px;
        width: 84px;
        height: 34px !important;
        min-height: 34px !important;
        max-height: 34px !important;
        flex: 0 0 84px;
        overflow: visible;
        isolation: isolate;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher {
        position: relative;
        width: 84px;
        height: 34px !important;
        min-height: 34px !important;
        max-height: 34px !important;
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        isolation: isolate;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher::before {
        content: "";
        position: absolute;
        z-index: -1;
        inset: 7px 3px 2px 8px;
        border-radius: 50%;
        background: radial-gradient(ellipse, rgba(39, 225, 103, 0.48), rgba(28, 182, 79, 0.14) 50%, transparent 76%);
        filter: blur(6px);
        opacity: 0.34;
        transition: opacity 180ms ease, filter 180ms ease;
        pointer-events: none;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked:has(.fh-connect__launcher-online) .fh-connect__launcher::before {
        opacity: 0.82;
        filter: blur(7px);
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-logo {
        width: 84px;
        height: 34px !important;
        min-height: 34px !important;
        max-height: 34px !important;
        object-fit: contain;
        opacity: 1;
        transform: none;
        filter:
            brightness(1.18)
            contrast(1.1)
            saturate(1.17)
            drop-shadow(0 2px 2px rgba(0, 0, 0, 0.68))
            drop-shadow(0 0 5px rgba(39, 221, 101, 0.32));
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-badge {
        top: -2px;
        right: -4px;
        min-width: 18px;
        height: 18px;
        padding: 0 4px;
        border: 2px solid #151715;
        background: linear-gradient(180deg, #ff665e, #c82721);
        color: #fff;
        font-size: 9px;
        font-weight: 900;
        line-height: 1;
        box-shadow: 0 3px 8px rgba(114, 8, 6, 0.46), 0 0 7px rgba(255, 75, 65, 0.28);
        z-index: 11;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-online {
        top: auto;
        right: -2px;
        bottom: -3px;
        left: auto;
        min-width: 17px;
        height: 17px;
        padding: 0 4px;
        border: 2px solid #112719;
        background: linear-gradient(180deg, #50e988, #109943);
        color: #fff;
        font-size: 9px;
        font-weight: 900;
        line-height: 1;
        transform: none;
        box-shadow:
            0 3px 8px rgba(4, 94, 38, 0.5),
            0 0 0 1px rgba(103, 255, 157, 0.2),
            0 0 8px rgba(48, 225, 111, 0.46);
        z-index: 11;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-online:hover,
    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-online:focus-visible {
        background: linear-gradient(180deg, #6af09a, #18b656);
        outline: 1px solid rgba(255, 255, 255, 0.88);
        outline-offset: 1px;
    }
}
/* /FH final WhatsApp-inspired FantApp desktop badge v0.3.56 */

/* FH integrated FantApp desktop control v0.3.56 */
@media (min-width: 981px) {
    .fh-top-band .fh-header__cta > .fh-connect.is-docked {
        --fh-assistant-control-width: 84px;
        --fh-assistant-control-height: 34px;
        width: 84px;
        height: 34px !important;
        min-height: 34px !important;
        max-height: 34px !important;
        flex: 0 0 84px;
        overflow: visible;
        isolation: isolate;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher {
        position: relative;
        width: 84px;
        height: 34px !important;
        min-height: 34px !important;
        max-height: 34px !important;
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        isolation: isolate;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher::before {
        content: "";
        position: absolute;
        z-index: -1;
        inset: 7px 3px 2px 8px;
        border-radius: 50%;
        background: radial-gradient(ellipse, rgba(39, 225, 103, 0.48), rgba(28, 182, 79, 0.14) 50%, transparent 76%);
        filter: blur(6px);
        opacity: 0.34;
        transition: opacity 180ms ease, filter 180ms ease;
        pointer-events: none;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked:has(.fh-connect__launcher-online) .fh-connect__launcher::before {
        opacity: 0.82;
        filter: blur(7px);
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher:hover::before,
    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher:focus-visible::before {
        opacity: 1;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-logo {
        width: 84px;
        height: 34px !important;
        min-height: 34px !important;
        max-height: 34px !important;
        object-fit: contain;
        opacity: 1;
        transform: none;
        filter:
            brightness(1.18)
            contrast(1.1)
            saturate(1.17)
            drop-shadow(0 2px 2px rgba(0, 0, 0, 0.68))
            drop-shadow(0 0 5px rgba(39, 221, 101, 0.32));
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-badge {
        top: -2px;
        right: -4px;
        min-width: 18px;
        height: 18px;
        padding: 0 4px;
        border: 2px solid #151715;
        background: linear-gradient(180deg, #ff665e, #c82721);
        color: #fff;
        font-size: 9px;
        font-weight: 900;
        line-height: 1;
        box-shadow: 0 3px 8px rgba(114, 8, 6, 0.46), 0 0 7px rgba(255, 75, 65, 0.28);
        z-index: 11;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-online {
        top: auto;
        right: -2px;
        bottom: -3px;
        left: auto;
        min-width: 17px;
        height: 17px;
        padding: 0 4px;
        border: 2px solid #111a14;
        background: linear-gradient(180deg, #47df7e, #139b49);
        color: #fff;
        font-size: 9px;
        font-weight: 900;
        line-height: 1;
        transform: none;
        box-shadow: 0 3px 8px rgba(4, 94, 38, 0.46), 0 0 8px rgba(48, 225, 111, 0.42);
        z-index: 11;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-online:hover,
    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-online:focus-visible {
        background: linear-gradient(180deg, #62ee91, #19b456);
        outline: 1px solid rgba(255, 255, 255, 0.86);
        outline-offset: 1px;
    }
}
/* /FH integrated FantApp desktop control v0.3.56 */

@media (min-width: 761px) and (max-width: 980px) {
    .fh-header__inner {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 8px 12px;
        padding: 8px 0;
    }

    .fh-nav-toggle {
        display: inline-flex;
    }

    .fh-nav {
        display: none;
        width: 100%;
        grid-column: 1 / -1;
    }

    .fh-nav.is-open {
        display: block;
    }

    .fh-nav__list,
    .fh-nav ul,
    .fh-nav .menu {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        padding-top: 6px;
    }

    .fh-nav__list a,
    .fh-nav ul a,
    .fh-nav .menu a {
        justify-content: center;
        min-height: 38px;
        border-radius: 13px;
    }

    .fh-header__cta {
        display: none;
    }

    .fh-nav-item--fantagazza {
        display: list-item;
    }
}

@media (max-width: 980px) {
    .fh-nav__mobile-account {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 7px;
        margin-top: 8px;
        padding-top: 9px;
        border-top: 1px solid rgba(231, 237, 239, 0.24);
    }

    .fh-nav__mobile-account-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 0 16px;
        border: 1px solid rgba(255, 210, 94, 0.72);
        border-radius: 13px;
        background: linear-gradient(180deg, #f4cf63, #bb7d0c);
        color: #17120a;
        font-size: 0.82rem;
        font-weight: 900;
        letter-spacing: 0.06em;
        text-decoration: none;
        text-transform: uppercase;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 8px 18px rgba(0, 0, 0, 0.24);
    }

    .fh-nav__mobile-account-link--secondary {
        border-color: rgba(231, 237, 239, 0.4);
        background: linear-gradient(180deg, #42474a, #17191a);
        color: #f4f6f7;
    }
}

@media (max-width: 760px) {
    .fh-header__inner {
        min-height: 76px;
        padding: 8px 0;
    }

    .fh-brand--jubilee {
        width: 78px;
        height: 62px;
        padding-right: 0;
        flex-basis: 78px;
        border-radius: 15px;
    }

    .fh-brand--jubilee .fh-brand__mark {
        width: 100%;
        flex-basis: 100%;
    }

    .fh-brand__jubilee-copy {
        display: none;
    }

    .fh-header__brand-group {
        gap: 6px;
    }

    .fh-header__draft {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
        border-radius: 13px;
    }

    .fh-header::before {
        right: 17%;
        width: 46%;
        background-size: 126px auto;
        opacity: 0.08;
    }

    .fh-header__ice-shards i:nth-child(2),
    .fh-header__ice-shards i:nth-child(3),
    .fh-header__ice-shards i:nth-child(4),
    .fh-header__ice-shards i:nth-child(5) {
        display: none;
    }

    .fh-header__ice-shards i {
        opacity: 0.3;
    }

    .fh-nav-toggle {
        border-color: rgba(231, 237, 239, 0.42);
        background: linear-gradient(180deg, #f6f8f8, #b8bec0);
        color: #151718;
        box-shadow: 0 7px 16px rgba(0, 0, 0, 0.3), inset 0 1px 0 #fff;
    }

    .fh-nav__list a,
    .fh-nav ul a,
    .fh-nav .menu a {
        background: linear-gradient(180deg, #3b3e40, #17191a);
    }

    .fh-nav__list,
    .fh-nav ul,
    .fh-nav .menu {
        width: 100%;
        align-items: center;
    }

    .fh-nav__list > li,
    .fh-nav ul > li,
    .fh-nav .menu > li {
        width: min(100%, 340px);
        margin-inline: auto;
    }

    .fh-nav__list > li > a,
    .fh-nav ul > li > a,
    .fh-nav .menu > li > a {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .fh-nav__mobile-account {
        width: min(100%, 340px);
        margin-right: auto;
        margin-left: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fh-header__ice-shards i {
        animation: none;
    }
}

.fh-nav-item--regolamento > a {
    border-color: rgba(245, 194, 58, 0.58) !important;
    background:
        linear-gradient(135deg, rgba(255, 220, 116, 0.18), transparent 48%),
        linear-gradient(180deg, #363b3d, #111516) !important;
    box-shadow: inset 0 1px 0 rgba(255, 239, 186, 0.16), 0 8px 18px rgba(0, 0, 0, 0.2) !important;
}

.fh-nav-item--regolamento > a:hover,
.fh-nav-item--regolamento.current-menu-item > a {
    color: #1a1507 !important;
    background: linear-gradient(180deg, #ffe28a, #dda514) !important;
}

.fh-nav-rules-play {
    display: inline-grid;
    place-items: center;
    width: 20px;
    height: 20px;
    padding-left: 1px;
    border-radius: 50%;
    color: #181306;
    font-size: 0.55rem;
    background: linear-gradient(145deg, #ffe89e, #d9a00d);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.fh-nav-item--regolamento > a:hover .fh-nav-rules-play,
.fh-nav-item--regolamento.current-menu-item > a .fh-nav-rules-play {
    color: #fff1bf;
    background: #171307;
}

/* Editorial home: Swiss hockey first, Fantahockey live desk and NHL second band. */
.fh-home-edition {
    gap: 20px;
}

.fh-home-editorial-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
    gap: 18px;
    align-items: start;
}

.fh-home-swiss-desk {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(77, 101, 109, 0.18);
    border-radius: 28px;
    background:
        radial-gradient(circle at 92% 3%, rgba(241, 190, 46, 0.22), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(251, 248, 236, 0.93));
    box-shadow:
        inset 0 4px 0 #d5a625,
        inset 0 1px 0 #fff,
        0 24px 52px rgba(46, 62, 64, 0.14);
}

.fh-home-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    padding: 24px 26px 20px;
    border-bottom: 1px solid rgba(119, 91, 18, 0.12);
}

.fh-home-section-heading__kicker,
.fh-home-fantasy-desk__head > div > span,
.fh-home-nhl-band__head > div > span,
.fh-home-real-market header span {
    display: block;
    color: #8a6700;
    font-family: var(--fh-ui-font);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.fh-home-section-heading h1 {
    margin: 5px 0 0;
    color: #151918;
    font-family: var(--fh-ui-font);
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 950;
    letter-spacing: -0.055em;
    line-height: 0.92;
}

.fh-home-section-heading p {
    margin: 9px 0 0;
    color: #657070;
    font-size: 0.9rem;
    line-height: 1.45;
}

.fh-home-source-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
}

.fh-home-source-chips a,
.fh-home-nhl-band__sources a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid rgba(130, 98, 14, 0.17);
    border-radius: 999px;
    color: #5b470d;
    font-family: var(--fh-ui-font);
    font-size: 0.68rem;
    font-weight: 850;
    text-decoration: none;
    background: rgba(255, 248, 222, 0.82);
}

.fh-home-swiss-lead {
    display: grid;
    margin: 18px;
    overflow: hidden;
    border: 1px solid rgba(55, 73, 77, 0.14);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 30px rgba(38, 52, 53, 0.1);
}

.fh-home-swiss-lead__media {
    display: block;
    aspect-ratio: 16 / 8.4;
    overflow: hidden;
    background: #e9edef;
}

.fh-home-swiss-lead__media img,
.fh-home-swiss-card__media img,
.fh-home-real-market__media img,
.fh-home-fantasy-news__media img,
.fh-home-nhl-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.fh-home-swiss-lead__media img[src*="/news-sources/"],
.fh-home-swiss-card__media img[src*="/news-sources/"],
.fh-home-real-market__media img[src*="/news-sources/"],
.fh-home-nhl-card__media img[src*="/news-sources/"] {
    object-fit: contain;
    padding: clamp(8px, 1vw, 14px);
    background:
        radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.98), rgba(239, 239, 236, 0.96)),
        #f4f4f1;
}

.fh-home-swiss-lead:hover .fh-home-swiss-lead__media img,
.fh-home-swiss-card:hover .fh-home-swiss-card__media img,
.fh-home-real-market__grid a:hover .fh-home-real-market__media img,
.fh-home-fantasy-news:hover .fh-home-fantasy-news__media img,
.fh-home-nhl-card:hover .fh-home-nhl-card__media img {
    transform: scale(1.035);
}

.fh-home-swiss-lead__body {
    padding: 19px 21px 21px;
}

.fh-home-story-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #7c6b3c;
    font-family: var(--fh-ui-font);
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.fh-home-story-meta time {
    color: #7a8585;
}

.fh-home-swiss-lead h2 {
    margin: 10px 0 0;
    color: #151817;
    font-family: var(--fh-ui-font);
    font-size: clamp(1.55rem, 2.7vw, 2.45rem);
    font-weight: 950;
    letter-spacing: -0.045em;
    line-height: 1;
    text-wrap: balance;
}

.fh-home-swiss-lead p {
    margin: 12px 0 0;
    color: #5e6969;
    font-size: 0.91rem;
    line-height: 1.58;
}

.fh-home-story-link {
    display: inline-flex;
    margin-top: 14px;
    color: #8a6500;
    font-family: var(--fh-ui-font);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.045em;
    text-decoration: none;
    text-transform: uppercase;
}

.fh-home-story-link::after {
    content: "›";
    margin-left: 7px;
    font-size: 1.15em;
}

.fh-home-swiss-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0 18px 18px;
}

.fh-home-swiss-card {
    display: grid;
    grid-template-columns: 40% minmax(0, 1fr);
    min-height: 108px;
    overflow: hidden;
    border: 1px solid rgba(69, 86, 89, 0.13);
    border-radius: 18px;
    color: #1b201f;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 8px 18px rgba(46, 59, 59, 0.065);
}

.fh-home-swiss-card__media {
    display: grid;
    place-items: center;
    min-height: 108px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--fh-ui-font);
    font-size: 1.3rem;
    font-weight: 950;
    letter-spacing: -0.04em;
    background: linear-gradient(145deg, #293335, #8b6b17);
}

.fh-home-swiss-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    padding: 12px 13px;
    min-width: 0;
}

.fh-home-swiss-card__body > strong {
    display: -webkit-box;
    overflow: hidden;
    color: #1c201f;
    font-family: var(--fh-ui-font);
    font-size: 0.86rem;
    font-weight: 850;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.fh-home-real-market {
    margin: 0 18px 18px;
    padding: 17px;
    border: 1px solid rgba(214, 165, 34, 0.32);
    border-radius: 20px;
    background:
        linear-gradient(120deg, rgba(255, 227, 139, 0.18), transparent 45%),
        linear-gradient(180deg, #202525, #101313);
    box-shadow: inset 0 1px 0 rgba(255, 236, 176, 0.13);
}

.fh-home-real-market header h2 {
    margin: 4px 0 0;
    color: #fff2c2;
    font-family: var(--fh-ui-font);
    font-size: 1.08rem;
    line-height: 1;
}

.fh-home-real-market header span {
    color: #d9b958;
}

.fh-home-real-market__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 13px;
}

.fh-home-real-market__grid a {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 0;
    min-width: 0;
    min-height: 78px;
    overflow: hidden;
    border: 1px solid rgba(255, 224, 127, 0.12);
    border-radius: 13px;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.045);
}

.fh-home-real-market__media {
    display: block;
    min-height: 78px;
    overflow: hidden;
    background: #292817;
}

.fh-home-real-market__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 78px;
    object-fit: cover;
}

.fh-home-real-market__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    min-width: 0;
    padding: 10px 11px;
}

.fh-home-real-market__copy > span {
    color: #c9aa50;
    font-family: var(--fh-ui-font);
    font-size: 0.62rem;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.fh-home-real-market__grid strong {
    display: -webkit-box;
    overflow: hidden;
    color: #f6f2e7;
    font-family: var(--fh-ui-font);
    font-size: 0.78rem;
    line-height: 1.28;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.fh-home-fantasy-desk {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(219, 176, 62, 0.36);
    border-radius: 28px;
    background:
        radial-gradient(circle at 80% 0%, rgba(255, 208, 79, 0.18), transparent 25%),
        linear-gradient(160deg, #252a2b, #101415 58%, #070909);
    box-shadow:
        inset 0 4px 0 #d7a827,
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 24px 54px rgba(11, 17, 18, 0.28);
}

.fh-home-fantasy-desk::after {
    content: "SFL";
    position: absolute;
    right: -18px;
    bottom: -24px;
    color: rgba(255, 255, 255, 0.025);
    font-family: var(--fh-ui-font);
    font-size: 8rem;
    font-weight: 950;
    letter-spacing: -0.08em;
    pointer-events: none;
    transform: rotate(-8deg);
}

.fh-home-fantasy-desk__head {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 13px;
    padding: 22px 20px 18px;
    border-bottom: 1px solid rgba(255, 220, 113, 0.16);
}

.fh-home-fantasy-desk__head > div > span {
    color: #d9b958;
}

.fh-home-fantasy-desk__head h2 {
    margin: 6px 0 0;
    color: #fff;
    font-family: var(--fh-ui-font);
    font-size: clamp(1.45rem, 2.4vw, 2.1rem);
    font-weight: 950;
    letter-spacing: -0.04em;
    line-height: 0.98;
}

.fh-home-fantasy-desk__head p {
    margin: 9px 0 0;
    color: rgba(235, 241, 240, 0.65);
    font-size: 0.79rem;
    line-height: 1.45;
}

.fh-home-fantasy-desk__head > a {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(255, 221, 118, 0.38);
    border-radius: 999px;
    color: #ffe08a;
    font-family: var(--fh-ui-font);
    font-size: 0.7rem;
    font-weight: 900;
    text-decoration: none;
    background: rgba(255, 214, 90, 0.08);
}

.fh-home-fantasy-feed {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0;
    padding: 6px 14px 16px;
}

.fh-home-fantasy-news {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    padding: 11px 5px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.fh-home-fantasy-news:last-child {
    border-bottom: 0;
}

.fh-home-fantasy-news--demo {
    margin: 7px 0 5px;
    padding: 12px 10px;
    border: 1px solid rgba(255, 209, 72, 0.52);
    border-radius: 17px;
    background:
        radial-gradient(circle at 12% 22%, rgba(255, 223, 112, 0.18), transparent 32%),
        linear-gradient(135deg, rgba(106, 72, 10, 0.5), rgba(24, 20, 12, 0.74));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 10px 24px rgba(0, 0, 0, 0.2);
}

.fh-home-fantasy-news--demo .fh-home-fantasy-news__badge {
    color: #ffd75f;
}

.fh-home-fantasy-news--demo .fh-home-fantasy-news__media {
    border-color: rgba(255, 217, 91, 0.54);
    background: linear-gradient(145deg, rgba(255, 224, 123, 0.24), rgba(0, 0, 0, 0.48));
}

.fh-home-fantasy-news__media {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    overflow: hidden;
    border: 1px solid rgba(255, 218, 103, 0.25);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(255, 221, 116, 0.15), rgba(0, 0, 0, 0.42));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.fh-home-fantasy-news__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fh-home-fantasy-news__copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.fh-home-fantasy-news__badge {
    color: #d7b85b;
    font-family: var(--fh-ui-font);
    font-size: 0.61rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.fh-home-fantasy-news strong {
    color: #f6f8f7;
    font-family: var(--fh-ui-font);
    font-size: 0.82rem;
    font-weight: 850;
    line-height: 1.25;
}

.fh-home-fantasy-news small {
    color: rgba(225, 233, 232, 0.6);
    font-size: 0.67rem;
    line-height: 1.35;
}

.fh-home-nhl-band {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 22px;
    border: 1px solid rgba(141, 173, 188, 0.28);
    border-radius: 28px;
    background:
        linear-gradient(90deg, transparent 49.7%, rgba(210, 37, 48, 0.24) 49.8% 50.2%, transparent 50.3%),
        radial-gradient(circle at 18% 12%, rgba(89, 176, 220, 0.21), transparent 29%),
        linear-gradient(145deg, #243138, #10181d 62%, #090d10);
    box-shadow:
        inset 0 4px 0 #b7252f,
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 24px 50px rgba(22, 39, 47, 0.2);
}

.fh-home-nhl-band::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.34;
    background:
        radial-gradient(circle at 50% 50%, transparent 0 55px, rgba(168, 214, 232, 0.16) 56px 58px, transparent 59px),
        repeating-linear-gradient(112deg, transparent 0 120px, rgba(164, 211, 229, 0.035) 121px 122px);
}

.fh-home-nhl-band__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 17px;
}

.fh-home-nhl-band__head > div > span {
    color: #ff7981;
}

.fh-home-nhl-band__head h2 {
    margin: 3px 0 0;
    color: #fff;
    font-family: var(--fh-ui-font);
    font-size: clamp(2.1rem, 4vw, 3.6rem);
    font-weight: 950;
    letter-spacing: -0.07em;
    line-height: 0.9;
}

.fh-home-nhl-band__head p {
    margin: 8px 0 0;
    color: rgba(225, 238, 242, 0.65);
    font-size: 0.83rem;
}

.fh-home-nhl-band__sources {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
}

.fh-home-nhl-band__sources a {
    color: #dceff6;
    border-color: rgba(188, 220, 232, 0.23);
    background: rgba(255, 255, 255, 0.07);
}

.fh-home-nhl-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.fh-home-nhl-card {
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
    min-height: 132px;
    overflow: hidden;
    border: 1px solid rgba(183, 219, 232, 0.16);
    border-radius: 18px;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.fh-home-nhl-card__media {
    display: grid;
    place-items: center;
    min-height: 132px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--fh-ui-font);
    font-size: 1.65rem;
    font-weight: 950;
    letter-spacing: -0.06em;
    background: linear-gradient(145deg, #455e68, #121b20);
}

.fh-home-nhl-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    min-width: 0;
    padding: 14px;
}

.fh-home-nhl-card .fh-home-story-meta {
    color: #ff8b92;
}

.fh-home-nhl-card .fh-home-story-meta time {
    color: rgba(222, 238, 244, 0.52);
}

.fh-home-nhl-card__body > strong {
    display: -webkit-box;
    overflow: hidden;
    color: #f7fbfc;
    font-family: var(--fh-ui-font);
    font-size: 0.9rem;
    font-weight: 850;
    line-height: 1.28;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.fh-home-fantagazza-callout--compact {
    padding: 18px 21px;
}

.fh-home-fantagazza-callout--compact .fh-home-fantagazza-callout__body h2 {
    font-size: 1.22rem;
}

.fh-home-fantagazza-callout--compact .fh-home-fantagazza-callout__body p {
    font-size: 0.84rem;
}

.fh-home-club-footer {
    position: relative;
    display: grid;
    grid-template-columns: minmax(260px, 1.25fr) minmax(170px, 0.65fr) minmax(240px, 1fr);
    gap: 18px;
    align-items: center;
    overflow: hidden;
    padding: 20px 24px;
    border: 1px solid rgba(222, 176, 55, 0.46);
    border-radius: 26px;
    color: #f8f2df;
    background:
        radial-gradient(circle at 12% 40%, rgba(244, 188, 38, 0.22), transparent 25%),
        radial-gradient(circle at 88% 10%, rgba(255, 222, 119, 0.13), transparent 24%),
        repeating-linear-gradient(115deg, transparent 0 72px, rgba(255, 255, 255, 0.018) 73px 74px),
        linear-gradient(135deg, #080909, #211a09 55%, #090a0a);
    box-shadow:
        inset 0 3px 0 #d3a124,
        inset 0 1px 0 rgba(255, 255, 255, 0.13),
        0 20px 42px rgba(18, 15, 7, 0.24);
}

.fh-home-club-footer__brand {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
}

.fh-home-club-footer__logo {
    display: grid;
    place-items: center;
    flex: 0 0 66px;
    width: 66px;
    height: 66px;
    overflow: hidden;
    border: 1px solid rgba(255, 219, 110, 0.34);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
}

.fh-home-club-footer__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fh-home-club-footer__brand > span:last-child,
.fh-home-club-footer__season,
.fh-home-club-footer__contact {
    display: grid;
    gap: 3px;
}

.fh-home-club-footer__brand strong {
    color: #f3c84f;
    font-family: var(--fh-ui-font);
    font-size: 1.32rem;
    font-weight: 950;
    letter-spacing: 0.08em;
}

.fh-home-club-footer__brand small,
.fh-home-club-footer__season span,
.fh-home-club-footer__season small {
    color: rgba(246, 241, 223, 0.67);
    font-family: var(--fh-ui-font);
    font-size: 0.7rem;
    font-weight: 750;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.fh-home-club-footer__season {
    justify-items: center;
    padding: 7px 18px;
    border-right: 1px solid rgba(255, 224, 129, 0.15);
    border-left: 1px solid rgba(255, 224, 129, 0.15);
    text-align: center;
}

.fh-home-club-footer__season strong {
    color: #fff4ca;
    font-family: var(--fh-ui-font);
    font-size: 1.45rem;
    font-weight: 950;
    line-height: 1;
}

.fh-home-club-footer__contact {
    justify-items: end;
}

.fh-home-club-footer__contact a {
    color: #f8f2df;
    font-family: var(--fh-ui-font);
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
}

.fh-home-club-footer__contact a:first-child {
    color: #f1c64c;
    font-size: 1rem;
    font-weight: 950;
}

@media (min-width: 1500px) {
    .fh-home-nhl-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .fh-home-nhl-card {
        grid-template-columns: 1fr;
    }

    .fh-home-nhl-card__media {
        aspect-ratio: 16 / 8.6;
        min-height: 0;
    }
}

@media (max-width: 1180px) and (min-width: 961px) {
    .fh-home-editorial-grid {
        grid-template-columns: minmax(0, 1.75fr) minmax(270px, 1fr);
        gap: 14px;
    }

    .fh-home-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .fh-home-source-chips {
        justify-content: flex-start;
    }

    .fh-home-swiss-grid {
        grid-template-columns: 1fr;
    }

    .fh-home-swiss-card {
        grid-template-columns: 34% minmax(0, 1fr);
    }

    .fh-home-real-market__grid,
    .fh-home-nhl-grid {
        grid-template-columns: 1fr;
    }

    .fh-home-club-footer {
        grid-template-columns: 1fr auto;
    }

    .fh-home-club-footer__contact {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, auto);
        justify-content: space-between;
        justify-items: start;
        padding-top: 13px;
        border-top: 1px solid rgba(255, 224, 129, 0.13);
    }
}

@media (max-width: 960px) {
    .fh-home-editorial-grid {
        grid-template-columns: 1fr;
    }

    .fh-home-fantasy-desk {
        order: 2;
    }

    .fh-home-swiss-desk {
        order: 1;
    }
}

@media (max-width: 620px) {
    .fh-home-edition {
        gap: 14px;
    }

    .fh-home-swiss-desk,
    .fh-home-fantasy-desk,
    .fh-home-nhl-band {
        border-radius: 22px;
    }

    .fh-home-section-heading,
    .fh-home-nhl-band__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .fh-home-section-heading {
        padding: 20px 18px 16px;
    }

    .fh-home-section-heading h1 {
        font-size: 2.35rem;
    }

    .fh-home-source-chips,
    .fh-home-nhl-band__sources {
        width: 100%;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 3px;
        scrollbar-width: thin;
    }

    .fh-home-source-chips a,
    .fh-home-nhl-band__sources a {
        flex: 0 0 auto;
    }

    .fh-home-swiss-lead {
        margin: 12px;
    }

    .fh-home-swiss-lead__media {
        aspect-ratio: 16 / 9.4;
    }

    .fh-home-swiss-lead__body {
        padding: 16px;
    }

    .fh-home-swiss-grid {
        grid-template-columns: 1fr;
        padding: 0 12px 12px;
    }

    .fh-home-swiss-card {
        grid-template-columns: 36% minmax(0, 1fr);
    }

    .fh-home-real-market {
        margin: 0 12px 12px;
        padding: 14px;
    }

    .fh-home-real-market__grid {
        grid-template-columns: 1fr;
    }

    .fh-home-real-market__grid a {
        grid-template-columns: 86px minmax(0, 1fr);
    }

    .fh-home-fantasy-desk__head {
        padding: 20px 18px 16px;
    }

    .fh-home-nhl-band {
        padding: 18px 14px 14px;
    }

    .fh-home-nhl-grid {
        grid-template-columns: 1fr;
    }

    .fh-home-nhl-card {
        min-height: 116px;
    }

    .fh-home-nhl-card__media {
        min-height: 116px;
    }

    .fh-home-club-footer {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 18px;
        text-align: center;
    }

    .fh-home-club-footer__brand {
        justify-content: center;
    }

    .fh-home-club-footer__season {
        padding: 14px 0;
        border-top: 1px solid rgba(255, 224, 129, 0.15);
        border-right: 0;
        border-bottom: 1px solid rgba(255, 224, 129, 0.15);
        border-left: 0;
    }

    .fh-home-club-footer__contact {
        justify-items: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fh-home-swiss-lead__media img,
    .fh-home-swiss-card__media img,
    .fh-home-real-market__media img,
    .fh-home-fantasy-news__media img,
    .fh-home-nhl-card__media img {
        transition: none;
    }
}

/* Jubilee Arena: cinematic desktop header without changing mobile navigation. */
@media (min-width: 1181px) {
    :root {
        --fh-header-height: 88px;
        --fh-band-height: 70px;
    }

    .fh-header {
        overflow: visible;
        border-bottom: 1px solid rgba(255, 204, 71, 0.7);
        background:
            radial-gradient(ellipse at 11% 112%, rgba(239, 173, 24, 0.3), transparent 31%),
            radial-gradient(ellipse at 74% -22%, rgba(255, 200, 66, 0.24), transparent 34%),
            linear-gradient(90deg, rgba(1, 3, 5, 0.02), rgba(0, 0, 0, 0.28) 48%, rgba(1, 3, 5, 0.02)),
            linear-gradient(180deg, rgba(4, 7, 9, 0), rgba(0, 0, 0, 0.28)),
            url("../img/header-ice-arena-top-v2.jpg") center / 100% 100% no-repeat,
            #030506;
        box-shadow:
            0 18px 38px rgba(0, 0, 0, 0.5),
            0 3px 0 rgba(180, 121, 7, 0.45),
            inset 0 1px 0 rgba(255, 255, 255, 0.3),
            inset 0 -1px 0 rgba(255, 218, 119, 0.42);
    }

    .fh-header::before {
        right: 18%;
        width: min(42vw, 680px);
        height: 100%;
        opacity: 0.035;
        background-size: 230px auto;
        background-position: center 44%;
        filter: grayscale(1) contrast(1.5) brightness(1.38);
        /*
         * Keep the watermark inside the fixed header. Scaling and rotation
         * made its lower edge visible over the page content.
         */
        transform: none;
    }

    .fh-header::after {
        opacity: 0.72;
        background:
            linear-gradient(102deg, transparent 0 18%, rgba(255, 220, 130, 0.12) 25%, transparent 33% 65%, rgba(255, 162, 24, 0.17) 72%, transparent 82%),
            repeating-linear-gradient(90deg, transparent 0 11px, rgba(255, 255, 255, 0.018) 12px 13px),
            repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 5px);
    }

    .fh-header__inner {
        position: relative;
        z-index: 4;
        min-height: var(--fh-header-height);
        padding: 4px 0 6px;
        gap: 9px;
    }

    .fh-header__brand-group {
        align-self: stretch;
        width: 250px;
        flex: 0 0 250px;
        gap: 4px;
    }

    .fh-brand--jubilee {
        align-self: flex-start;
        width: 170px;
        height: 167px;
        margin: -5px 0 -89px -5px;
        padding: 0;
        overflow: visible;
        flex: 0 0 170px;
        gap: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        isolation: auto;
    }

    .fh-brand--jubilee::before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 8px;
        bottom: 3px;
        width: 170px;
        height: 40px;
        border-radius: 50%;
        background: radial-gradient(ellipse, rgba(255, 190, 38, 0.58), rgba(255, 181, 20, 0) 68%);
        filter: blur(8px);
        opacity: 0.82;
    }

    .fh-brand--jubilee::after {
        z-index: 3;
        inset: 0 auto 0 -72%;
        width: 48%;
        border-radius: 0;
        background: linear-gradient(105deg, transparent 12%, rgba(255, 255, 255, 0.66) 46%, rgba(255, 213, 95, 0.24) 57%, transparent 82%);
        mix-blend-mode: screen;
        transform: skewX(-14deg);
        animation: fh-jubilee-logo-sweep 8.5s ease-in-out infinite;
    }

    .fh-brand--jubilee .fh-brand__mark {
        position: relative;
        z-index: 2;
        width: 160px;
        height: 160px;
        margin-top: 0;
        flex: 0 0 160px;
        filter:
            drop-shadow(0 17px 22px rgba(0, 0, 0, 0.6))
            drop-shadow(0 0 16px rgba(255, 177, 25, 0.5));
    }

    .fh-brand--jubilee .fh-brand__mark img {
        width: 160px;
        height: 160px;
        object-fit: cover;
        object-position: 50% 50%;
        background: transparent;
        mix-blend-mode: screen;
        filter: saturate(1.2) contrast(1.18) brightness(1.08);
        transform: none;
        -webkit-mask-image: radial-gradient(ellipse 54% 61% at 50% 49%, #000 48%, rgba(0, 0, 0, 0.97) 64%, rgba(0, 0, 0, 0.48) 79%, transparent 95%);
        mask-image: radial-gradient(ellipse 54% 61% at 50% 49%, #000 48%, rgba(0, 0, 0, 0.97) 64%, rgba(0, 0, 0, 0.48) 79%, transparent 95%);
    }

    .fh-header__draft {
        width: 58px;
        height: 58px;
        flex: 0 0 58px;
        border-radius: 18px;
        border-color: rgba(255, 209, 89, 0.76);
        box-shadow:
            0 12px 25px rgba(0, 0, 0, 0.52),
            0 0 18px rgba(238, 176, 32, 0.29),
            inset 0 1px 0 #fff;
    }

    .fh-nav {
        position: relative;
        flex: 1 1 auto;
        justify-content: center;
        padding-top: 12px;
    }

    .fh-nav__season {
        position: absolute;
        top: -5px;
        left: 50%;
        display: block;
        color: rgba(255, 229, 159, 0.76);
        font-family: var(--fh-ui-font);
        font-size: 0.58rem;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.17em;
        text-transform: uppercase;
        white-space: nowrap;
        text-shadow: 0 1px 8px rgba(0, 0, 0, 0.78);
        transform: translateX(-50%);
        pointer-events: none;
    }

    .fh-nav__list,
    .fh-nav ul,
    .fh-nav .menu {
        gap: 5px;
    }

    .fh-nav__list a,
    .fh-nav ul a,
    .fh-nav .menu a {
        position: relative;
        min-height: 34px;
        padding: 0 8px;
        overflow: hidden;
        border-radius: 11px;
        font-size: 0.77rem;
        letter-spacing: 0.015em;
    }

    .fh-nav__list a::after,
    .fh-nav ul a::after,
    .fh-nav .menu a::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(115deg, transparent 24%, rgba(255, 255, 255, 0.2) 44%, transparent 62%);
        transform: translateX(-135%);
        transition: transform 0.5s ease;
    }

    .fh-nav__list a:hover::after,
    .fh-nav ul a:hover::after,
    .fh-nav .menu a:hover::after {
        transform: translateX(135%);
    }

    .fh-header__cta {
        gap: 5px;
    }

    .fh-header__cta-link {
        min-height: 34px;
        padding: 0 9px;
        border-radius: 11px;
        font-size: 0.74rem;
    }

    .fh-header__fantagazza {
        width: 108px;
        height: 38px;
        flex-basis: 108px;
        border-radius: 12px;
    }

    .fh-header__cta > .fh-connect.is-docked {
        margin-left: 0;
    }

    .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-logo {
        height: 38px;
        max-width: 92px;
    }

    .fh-header__arena-light {
        position: absolute;
        z-index: 0;
        top: -76px;
        display: block;
        width: 34vw;
        height: 250px;
        border-radius: 50%;
        pointer-events: none;
        opacity: 0.28;
        filter: blur(7px);
        mix-blend-mode: screen;
        transform-origin: 50% 0;
    }

    .fh-header__arena-light--gold {
        left: 13%;
        background: conic-gradient(from 168deg at 50% 0, transparent 0 42%, rgba(255, 191, 42, 0.54) 47%, rgba(255, 232, 157, 0.14) 51%, transparent 57% 100%);
        animation: fh-arena-light-gold 9s ease-in-out infinite alternate;
    }

    .fh-header__arena-light--ice {
        right: 8%;
        background: conic-gradient(from 184deg at 50% 0, transparent 0 43%, rgba(255, 168, 27, 0.48) 48%, rgba(255, 232, 157, 0.15) 52%, transparent 58% 100%);
        animation: fh-arena-light-ice 11s ease-in-out -4s infinite alternate;
    }

    .fh-header__ice-shards i {
        z-index: 2;
    }

    .fh-top-band {
        overflow: visible;
        border-bottom: 1px solid rgba(223, 175, 52, 0.34);
        background:
            linear-gradient(90deg, rgba(0, 2, 4, 0.3), rgba(2, 5, 7, 0.46) 49%, rgba(0, 2, 4, 0.28)),
            radial-gradient(circle at 52% 50%, rgba(255, 203, 83, 0.11), transparent 39%),
            repeating-linear-gradient(90deg, transparent 0 84px, rgba(255, 255, 255, 0.014) 85px 86px),
            url("../img/header-ice-arena-band-v2.jpg") center / 100% 100% no-repeat,
            #080c0e;
        box-shadow:
            0 14px 28px rgba(0, 0, 0, 0.32),
            inset 0 1px 0 rgba(255, 255, 255, 0.13),
            inset 0 -2px 0 rgba(198, 139, 13, 0.18);
    }

    .fh-top-band::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        opacity: 0.42;
        background:
            linear-gradient(90deg, transparent calc(50% - 1px), rgba(209, 41, 45, 0.32) 50%, transparent calc(50% + 1px)),
            radial-gradient(circle at 50% 50%, transparent 0 31px, rgba(255, 190, 48, 0.2) 32px 33px, transparent 34px);
    }

    .fh-top-band__inner {
        position: relative;
        z-index: 2;
        display: flex;
        min-height: var(--fh-band-height);
        gap: 12px;
        padding-left: 168px;
    }

    .fh-countdown-bar {
        min-height: 36px;
        padding: 0 12px;
        border: 1px solid rgba(255, 211, 98, 0.42);
        border-radius: 13px;
        color: #fff4cf;
        background:
            linear-gradient(180deg, rgba(68, 65, 54, 0.96), rgba(17, 19, 19, 0.96)),
            #151718;
        box-shadow:
            0 10px 20px rgba(0, 0, 0, 0.38),
            0 0 16px rgba(221, 165, 29, 0.12),
            inset 0 1px 0 rgba(255, 255, 255, 0.16);
    }

    .fh-countdown-label {
        color: #e9bd4f;
        font-size: 0.72rem;
        letter-spacing: 0.025em;
    }

    .fh-countdown,
    .fh-countdown__unit strong {
        color: #ffffff;
    }

    .fh-countdown {
        gap: 5px;
    }

    .fh-countdown__unit strong {
        font-size: 0.91rem;
        text-shadow: 0 0 8px rgba(255, 213, 105, 0.27);
    }

    .fh-team-strip {
        position: relative;
        isolation: isolate;
        width: 100%;
        max-width: none;
        overflow: hidden;
        flex: 1 1 auto;
        border-radius: 18px;
        background:
            radial-gradient(ellipse at 50% 118%, rgba(255, 193, 48, 0.16), transparent 68%),
            linear-gradient(180deg, rgba(255, 218, 121, 0.052), rgba(255, 158, 28, 0.032));
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.08),
            inset 0 -1px 0 rgba(230, 178, 44, 0.08);
    }

    .fh-team-strip::before {
        content: "";
        position: absolute;
        z-index: 0;
        top: -22px;
        bottom: -22px;
        left: -24%;
        width: 26%;
        pointer-events: none;
        opacity: 0;
        filter: blur(7px);
        transform: skewX(-14deg);
        background:
            linear-gradient(
                105deg,
                transparent 0 18%,
                rgba(255, 202, 74, 0.1) 29%,
                rgba(255, 238, 177, 0.42) 48%,
                rgba(255, 197, 50, 0.12) 62%,
                transparent 78% 100%
            );
        mix-blend-mode: screen;
        animation: fh-team-arena-sweep 9.5s ease-in-out infinite;
    }

    .fh-team-strip::after {
        content: "";
        position: absolute;
        z-index: 0;
        inset: 0;
        pointer-events: none;
        opacity: 0.34;
        background:
            radial-gradient(circle at 8% 0, rgba(255, 215, 109, 0.3), transparent 18%),
            radial-gradient(circle at 34% 0, rgba(255, 190, 51, 0.21), transparent 19%),
            radial-gradient(circle at 62% 0, rgba(255, 207, 74, 0.23), transparent 18%),
            radial-gradient(circle at 90% 0, rgba(255, 177, 34, 0.2), transparent 19%);
    }

    .fh-team-strip__track {
        position: relative;
        z-index: 2;
        justify-content: space-evenly;
        gap: 2px;
        padding: 2px 0;
        scrollbar-width: thin;
        scrollbar-color: rgba(230, 186, 70, 0.42) transparent;
    }

    .fh-team-pill {
        position: relative;
        width: 58px;
        height: 58px;
        border-radius: 16px;
        transform-style: preserve-3d;
        background:
            radial-gradient(circle at 36% 25%, rgba(255, 240, 187, 0.2), rgba(255, 178, 28, 0.07) 40%, rgba(0, 0, 0, 0.42) 76%),
            linear-gradient(180deg, rgba(255, 223, 137, 0.12), rgba(0, 0, 0, 0.12));
        border: 1px solid rgba(255, 198, 52, 0.16);
        box-shadow:
            0 7px 12px rgba(0, 0, 0, 0.38),
            0 0 17px rgba(255, 176, 26, 0.15),
            inset 0 2px 1px rgba(255, 243, 207, 0.2),
            inset 0 -4px 8px rgba(0, 0, 0, 0.38);
    }

    .fh-team-pill::before {
        content: "";
        position: absolute;
        z-index: 0;
        top: -7px;
        left: 50%;
        width: 66px;
        height: 67px;
        pointer-events: none;
        border-radius: 50% 50% 43% 43%;
        opacity: 0.54;
        transform: translateX(-50%);
        transition: opacity 0.2s ease, filter 0.2s ease, transform 0.2s ease;
        background:
            conic-gradient(
                from 164deg at 50% 0,
                transparent 0 37%,
                rgba(255, 206, 77, 0.2) 43%,
                rgba(255, 239, 185, 0.34) 50%,
                rgba(255, 196, 40, 0.14) 57%,
                transparent 63% 100%
            );
        filter: blur(1px);
    }

    .fh-team-pill:nth-child(even)::before {
        background:
            conic-gradient(
                from 164deg at 50% 0,
                transparent 0 37%,
                rgba(255, 171, 25, 0.2) 43%,
                rgba(255, 230, 152, 0.36) 50%,
                rgba(255, 194, 54, 0.14) 57%,
                transparent 63% 100%
            );
    }

    .fh-team-pill::after {
        content: "";
        position: absolute;
        right: 7px;
        bottom: 5px;
        left: 7px;
        height: 2px;
        border-radius: 50%;
        background: #efbd3f;
        box-shadow: 0 0 10px rgba(239, 189, 63, 0.46);
        opacity: 0;
        transform: scaleX(0.3);
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .fh-team-pill:hover,
    .fh-team-pill.is-active {
        transform: translateY(-4px) scale(1.07);
        background:
            radial-gradient(circle at 36% 24%, rgba(255, 244, 204, 0.32), rgba(255, 177, 25, 0.13) 42%, rgba(0, 0, 0, 0.4) 76%),
            linear-gradient(180deg, rgba(255, 219, 125, 0.18), rgba(0, 0, 0, 0.13));
        filter:
            drop-shadow(0 10px 13px rgba(0, 0, 0, 0.42))
            drop-shadow(0 0 13px rgba(255, 190, 44, 0.38));
    }

    .fh-team-pill:hover::before,
    .fh-team-pill.is-active::before {
        opacity: 1;
        transform: translateX(-50%) scale(1.08);
        filter: blur(0);
    }

    .fh-team-pill:hover::after,
    .fh-team-pill.is-active::after {
        opacity: 1;
        transform: scaleX(1);
    }

    .fh-team-pill__logo-wrap {
        position: relative;
        z-index: 1;
        width: 56px;
        height: 56px;
        padding: 2px;
        border-radius: 50%;
        transform: perspective(180px) rotateX(4deg) translateZ(4px);
        box-shadow:
            inset 0 2px 2px rgba(255, 246, 216, 0.18),
            inset 0 -5px 8px rgba(0, 0, 0, 0.3);
    }

    .fh-team-pill__logo {
        mix-blend-mode: normal;
        transform: translateY(-1px) scale(1.04);
        filter:
            brightness(1.23)
            contrast(1.13)
            saturate(1.22)
            drop-shadow(0 5px 4px rgba(0, 0, 0, 0.68))
            drop-shadow(0 0 7px rgba(255, 195, 48, 0.3));
    }

    @keyframes fh-jubilee-logo-sweep {
        0%, 55% {
            left: -72%;
            opacity: 0;
        }
        62% {
            opacity: 0.9;
        }
        78%, 100% {
            left: 122%;
            opacity: 0;
        }
    }

    @keyframes fh-arena-light-gold {
        0% {
            transform: rotate(-18deg) scaleX(0.82);
            opacity: 0.17;
        }
        100% {
            transform: rotate(22deg) scaleX(1.08);
            opacity: 0.38;
        }
    }

    @keyframes fh-arena-light-ice {
        0% {
            transform: rotate(19deg) scaleX(0.88);
            opacity: 0.12;
        }
        100% {
            transform: rotate(-20deg) scaleX(1.04);
            opacity: 0.31;
        }
    }

    @keyframes fh-team-arena-sweep {
        0%, 12% {
            left: -24%;
            opacity: 0;
        }
        20% {
            opacity: 0.72;
        }
        72% {
            opacity: 0.58;
        }
        84%, 100% {
            left: 108%;
            opacity: 0;
        }
    }
}

@media (min-width: 1181px) and (max-width: 1320px) {
    .fh-header__brand-group {
        width: 238px;
        flex-basis: 238px;
    }

    .fh-brand--jubilee {
        width: 174px;
        flex-basis: 174px;
    }

    .fh-brand--jubilee .fh-brand__mark,
    .fh-brand--jubilee .fh-brand__mark img {
        width: 158px;
        height: 158px;
    }

    .fh-brand--jubilee .fh-brand__mark {
        flex-basis: 158px;
    }

    .fh-header__draft {
        width: 54px;
        height: 54px;
        flex-basis: 54px;
    }

    .fh-nav__list a,
    .fh-nav ul a,
    .fh-nav .menu a {
        padding-right: 6px;
        padding-left: 6px;
        font-size: 0.71rem;
    }

    .fh-header__cta-link {
        padding-right: 7px;
        padding-left: 7px;
        font-size: 0.69rem;
    }

    .fh-header__fantagazza {
        width: 88px;
        flex-basis: 88px;
    }

    .fh-header__cta > .fh-connect.is-docked {
        --fh-assistant-control-width: 82px;
        flex: 0 0 82px;
    }

    .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-logo {
        max-width: 82px;
    }

    .fh-header__account-link {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 0.64rem;
    }

    .fh-top-band__inner {
        padding-left: 164px;
    }

    .fh-countdown-bar {
        padding-right: 9px;
        padding-left: 9px;
    }

    .fh-countdown-label {
        font-size: 0.67rem;
    }

    .fh-team-pill {
        width: 52px;
    }

    .fh-team-pill__logo-wrap {
        width: 51px;
        height: 51px;
    }

    .fh-team-strip__track {
        gap: 0;
    }
}

@media (min-width: 1280px) {
    .fh-header__brand-group {
        width: 340px;
        flex-basis: 340px;
    }

    .fh-header__draft {
        width: 160px;
        height: 62px;
        padding: 2px 10px 2px 3px;
        overflow: hidden;
        flex-basis: 160px;
        justify-content: flex-start;
        gap: 8px;
        border-radius: 18px;
        background:
            radial-gradient(circle at 24% 50%, rgba(255, 217, 105, 0.2), transparent 36%),
            linear-gradient(180deg, #282b2c, #090a0b);
        box-shadow:
            0 12px 25px rgba(0, 0, 0, 0.52),
            0 0 20px rgba(238, 176, 32, 0.25),
            inset 0 1px 0 rgba(255, 255, 255, 0.24);
    }

    .fh-header__draft img {
        width: 58px;
        height: 58px;
        flex: 0 0 58px;
        border-radius: 15px;
        object-fit: cover;
        transform: none;
    }

    .fh-header__draft-label {
        position: relative;
        z-index: 1;
        display: inline-flex;
    }

    .fh-nav {
        position: absolute;
        left: 50%;
        width: max-content;
        transform: translateX(-50%);
    }
}

@media (min-width: 1181px) and (prefers-reduced-motion: reduce) {
    .fh-header__arena-light,
    .fh-brand--jubilee::after,
    .fh-team-strip::before {
        animation: none;
    }
}

/* Mobile header: four evenly spaced controls on one clean row. */
@media (max-width: 760px) {
    body .fh-header__inner {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-rows: auto auto;
        align-items: center;
        gap: 6px;
        min-height: 72px;
        padding: 7px 0;
    }

    body .fh-header__brand-group {
        display: contents;
    }

    body .fh-nav-toggle {
        grid-column: 4;
        grid-row: 1;
        width: 48px;
        height: 48px;
        min-width: 0;
        min-height: 48px;
        padding: 0;
        position: relative;
        align-items: center;
        justify-content: center;
        justify-self: center;
        color: #f8c74e;
        border: 1px solid rgba(255, 208, 91, 0.62);
        border-radius: 15px;
        background:
            linear-gradient(145deg, rgba(255, 255, 255, 0.15), transparent 42%),
            linear-gradient(145deg, #252525 0%, #050505 72%);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.16),
            0 5px 14px rgba(0, 0, 0, 0.34),
            0 0 13px rgba(235, 168, 27, 0.14);
    }

    body .fh-nav-toggle__icon {
        display: flex;
        width: 23px;
        height: 17px;
        flex-direction: column;
        justify-content: space-between;
    }

    body .fh-nav-toggle__icon i {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
        box-shadow: 0 0 5px rgba(255, 204, 72, 0.34);
        transform-origin: center;
        transition: transform 180ms ease, opacity 150ms ease;
    }

    body .fh-nav-toggle[aria-expanded="true"] .fh-nav-toggle__icon i:first-child {
        transform: translateY(7.5px) rotate(45deg);
    }

    body .fh-nav-toggle[aria-expanded="true"] .fh-nav-toggle__icon i:nth-child(2) {
        opacity: 0;
    }

    body .fh-nav-toggle[aria-expanded="true"] .fh-nav-toggle__icon i:last-child {
        transform: translateY(-7.5px) rotate(-45deg);
    }

    body .fh-nav-toggle__label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    body .fh-brand--jubilee {
        grid-column: 1;
        grid-row: 1;
        width: 64px;
        height: 58px;
        min-width: 0;
        margin: 0;
        padding: 0;
        flex: none;
        justify-self: center;
    }

    body .fh-brand--jubilee .fh-brand__mark,
    body .fh-brand--jubilee .fh-brand__mark img {
        width: 100%;
        height: 100%;
    }

    body .fh-header__draft {
        grid-column: 2;
        grid-row: 1;
        width: 52px;
        height: 52px;
        min-width: 0;
        margin: 0;
        flex: none;
        justify-self: center;
    }

    body .fh-header__brand-group > .fh-connect.is-mobile-header {
        grid-column: 3;
        grid-row: 1;
        width: min(88px, 100%) !important;
        max-width: 88px;
        min-width: 0;
        margin: 0;
        flex: none !important;
        justify-self: center;
    }

    body .fh-header__brand-group > .fh-connect.is-mobile-header .fh-connect__launcher {
        width: 100%;
        min-width: 0;
    }

body .fh-nav {
        grid-column: 1 / -1;
        grid-row: 2;
    }
}

/* Full-width team workspace. The desktop Club House owns its canvas. */
.fh-screen-shell--team {
    grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 981px) {
    .fh-screen-shell--team .fh-content {
        padding: 16px 14px 36px;
        background:
            radial-gradient(circle at 50% 0%, rgba(222, 165, 48, 0.12), transparent 38%),
            linear-gradient(180deg, #11100d, #070706);
    }

    .fh-screen-shell--team .fh-content__inner {
        width: min(calc(100% - 12px), 1720px);
        gap: 12px;
    }

    .fh-screen-shell--team .fh-entry {
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .fh-screen-shell--team .fh-entry__content {
        line-height: normal;
    }
}

@media (max-width: 980px) {
    .fh-screen-shell--team .fh-content {
        padding-top: 20px;
        background: linear-gradient(180deg, rgba(255, 251, 238, 0.14), rgba(255, 247, 223, 0.04));
    }
}


/* FH compact MacBook header v0.3.15 */
.fh-header-team-strip {
    display: none;
}

@media (min-width: 1181px) and (max-width: 1728px) {
    :root {
        --fh-header-height: 82px;
        --fh-band-height: 40px;
    }

    .fh-header__inner {
        min-height: 82px;
        gap: 6px;
        padding: 3px 0 5px;
    }

    .fh-header__brand-group {
        width: 220px;
        flex: 0 0 220px;
        gap: 3px;
    }

    .fh-brand--jubilee {
        width: 158px;
        height: 154px;
        margin: -4px 0 -75px -5px;
        flex-basis: 158px;
    }

    .fh-brand--jubilee .fh-brand__mark,
    .fh-brand--jubilee .fh-brand__mark img {
        width: 150px;
        height: 150px;
    }

    .fh-brand--jubilee .fh-brand__mark {
        flex-basis: 150px;
    }

    .fh-header__draft {
        width: 52px;
        height: 52px;
        padding: 0;
        flex: 0 0 52px;
        justify-content: center;
        border-radius: 15px;
    }

    .fh-header__draft img {
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
        border-radius: 14px;
    }

    .fh-header__draft-label {
        display: none;
    }

    .fh-header-team-strip {
        display: block;
        min-width: 0;
        overflow: hidden;
        flex: 1 1 auto;
        isolation: isolate;
    }

    .fh-header-team-strip .fh-team-strip__track {
        display: grid;
        grid-template-columns: repeat(14, minmax(28px, 1fr));
        align-items: center;
        justify-items: center;
        gap: 0;
        width: 100%;
        height: 58px;
        padding: 0;
        overflow: visible;
    }

    .fh-header-team-strip .fh-team-pill {
        width: 100%;
        max-width: 44px;
        height: 48px;
        border: 0;
        border-radius: 13px;
    }

    .fh-header-team-strip .fh-team-pill::before {
        top: -4px;
        width: 48px;
        height: 52px;
    }

    .fh-header-team-strip .fh-team-pill__logo-wrap {
        width: 43px;
        height: 43px;
        padding: 1px;
    }

    .fh-header-team-strip .fh-team-pill__logo {
        transform: scale(1.01);
    }

    .fh-nav-toggle {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        min-width: 44px;
        padding: 0;
        border: 1px solid rgba(255, 208, 91, 0.62);
        border-radius: 14px;
        background:
            linear-gradient(145deg, rgba(255, 255, 255, 0.15), transparent 42%),
            linear-gradient(145deg, #252525 0%, #050505 72%);
        color: #f8c74e;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.16),
            0 5px 14px rgba(0, 0, 0, 0.34),
            0 0 13px rgba(235, 168, 27, 0.14);
    }

    .fh-nav-toggle__icon {
        display: flex;
        width: 22px;
        height: 16px;
        flex-direction: column;
        justify-content: space-between;
    }

    .fh-nav-toggle__icon i {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
        box-shadow: 0 0 5px rgba(255, 204, 72, 0.34);
        transform-origin: center;
        transition: transform 180ms ease, opacity 150ms ease;
    }

    .fh-nav-toggle[aria-expanded="true"] .fh-nav-toggle__icon i:first-child {
        transform: translateY(7px) rotate(45deg);
    }

    .fh-nav-toggle[aria-expanded="true"] .fh-nav-toggle__icon i:nth-child(2) {
        opacity: 0;
    }

    .fh-nav-toggle[aria-expanded="true"] .fh-nav-toggle__icon i:last-child {
        transform: translateY(-7px) rotate(-45deg);
    }

    .fh-nav-toggle__label {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .fh-nav {
        position: absolute;
        z-index: 150;
        top: calc(100% + 7px);
        left: 50%;
        display: none;
        width: min(880px, calc(100vw - 32px));
        padding: 12px;
        border: 1px solid rgba(240, 191, 71, 0.58);
        border-radius: 17px;
        background:
            radial-gradient(circle at 50% 0, rgba(238, 183, 48, 0.16), transparent 42%),
            linear-gradient(160deg, rgba(35, 35, 32, 0.985), rgba(5, 6, 7, 0.985));
        box-shadow: 0 24px 48px rgba(0, 0, 0, 0.58), inset 0 1px 0 rgba(255, 255, 255, 0.13);
        transform: translateX(-50%);
        backdrop-filter: blur(14px);
    }

    .fh-nav.is-open {
        display: block;
    }

    .fh-nav__season {
        position: static;
        display: block;
        margin: 0 0 9px;
        text-align: center;
        transform: none;
    }

    .fh-nav__list,
    .fh-nav ul,
    .fh-nav .menu {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: stretch;
        gap: 7px;
        width: 100%;
        padding: 0;
        white-space: normal;
    }

    .fh-nav__list > li,
    .fh-nav ul > li,
    .fh-nav .menu > li {
        min-width: 0;
    }

    .fh-nav__list a,
    .fh-nav ul a,
    .fh-nav .menu a {
        justify-content: center;
        width: 100%;
        min-height: 38px;
        padding: 0 9px;
        border: 1px solid rgba(255, 214, 111, 0.18);
        border-radius: 11px;
        background: linear-gradient(180deg, rgba(68, 68, 63, 0.96), rgba(19, 20, 20, 0.96));
        color: #f7f2e7;
        font-size: 0.76rem;
        text-align: center;
    }

    .fh-nav__mobile-account {
        display: none;
    }

    .fh-header__cta {
        gap: 4px;
    }

    .fh-header__fantagazza {
        width: 90px;
        height: 36px;
        flex-basis: 90px;
    }

    .fh-header__cta > .fh-connect.is-docked {
        --fh-assistant-control-width: 80px;
        flex: 0 0 80px;
    }

    .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-logo {
        height: 36px;
        max-width: 80px;
    }

    .fh-header__cta-link {
        min-height: 34px;
        padding: 0 7px;
        font-size: 0.68rem;
    }

    .fh-top-band__inner {
        min-height: 40px;
        justify-content: center;
        padding: 0 158px;
    }

    .fh-top-band .fh-team-strip {
        display: none;
    }

    .fh-countdown-bar {
        min-height: 30px;
        padding: 0 11px;
    }

    .fh-countdown-label {
        font-size: 0.67rem;
    }

    .fh-countdown__unit strong {
        font-size: 0.83rem;
    }
}
/* /FH compact MacBook header v0.3.15 */

/* FH universal compact desktop header v0.3.17 */
.fh-header__center-stack {
    display: none;
}

.fh-header__account {
    display: none;
}

@media (min-width: 981px) {
    :root {
        --fh-header-height: 82px;
        --fh-band-height: 0px;
    }

    .fh-header {
        overflow: visible;
    }

    .fh-header__inner {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: calc(100% - 24px);
        min-height: 82px;
        height: 82px;
        gap: 6px;
        padding: 3px 0 5px;
    }

    .fh-header__brand-group {
        display: flex;
        align-items: center;
        align-self: stretch;
        width: clamp(158px, 15.5vw, 196px);
        flex: 0 0 clamp(158px, 15.5vw, 196px);
        gap: 4px;
    }

    .fh-brand--jubilee {
        align-self: center;
        width: 104px;
        height: 68px;
        margin: 0;
        padding: 0;
        overflow: visible;
        flex: 0 0 104px;
    }

    .fh-brand--jubilee::before {
        left: 7px;
        bottom: -2px;
        width: 92px;
        height: 21px;
    }

    .fh-brand--jubilee .fh-brand__mark,
    .fh-brand--jubilee .fh-brand__mark img {
        width: 104px;
        height: 68px;
    }

    .fh-brand--jubilee .fh-brand__mark {
        flex: 0 0 104px;
        align-self: center;
    }

    .fh-brand--jubilee .fh-brand__mark img {
        object-fit: cover;
        object-position: 50% 50%;
    }

    .fh-header__draft {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        min-width: 50px;
        margin: 0;
        padding: 0;
        flex: 0 0 50px;
        border-radius: 14px;
    }

    .fh-header__draft img {
        width: 48px;
        height: 48px;
        flex: 0 0 48px;
        border-radius: 13px;
        object-fit: cover;
    }

    .fh-header__draft-label {
        display: none;
    }

    .fh-header__center-stack {
        display: grid;
        grid-template-rows: 29px minmax(0, 1fr);
        align-self: stretch;
        min-width: 0;
        flex: 1 1 auto;
        overflow: hidden;
    }

    .fh-header__service-row {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        gap: 6px;
    }

    .fh-header-countdown {
        min-height: 27px;
        height: 27px;
        max-width: 100%;
        margin: 0;
        padding: 0 8px;
        gap: 5px;
        overflow: hidden;
        border: 1px solid rgba(255, 211, 98, 0.38);
        border-radius: 9px;
        background: linear-gradient(180deg, rgba(48, 46, 40, 0.94), rgba(8, 10, 10, 0.94));
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.11);
    }

    .fh-header-countdown .fh-countdown-label {
        color: #e9bd4f;
        font-size: clamp(0.5rem, 0.57vw, 0.62rem);
        line-height: 1;
        letter-spacing: 0.025em;
    }

    .fh-header-countdown .fh-countdown {
        gap: 4px;
        color: #fff;
        font-size: 0.58rem;
        line-height: 1;
    }

    .fh-header-countdown .fh-countdown__unit strong {
        color: #fff;
        font-size: clamp(0.63rem, 0.67vw, 0.73rem);
    }

    .fh-header-team-strip {
        position: relative;
        display: block;
        min-width: 0;
        height: 45px;
        overflow: hidden;
        isolation: isolate;
        border-radius: 15px;
        background:
            radial-gradient(ellipse at 50% 116%, rgba(255, 193, 48, 0.15), transparent 68%),
            linear-gradient(180deg, rgba(255, 218, 121, 0.045), rgba(255, 158, 28, 0.025));
    }

    .fh-header-team-strip::before,
    .fh-header-team-strip::after {
        pointer-events: none;
    }

    .fh-header-team-strip .fh-team-strip__track {
        display: grid;
        grid-template-columns: repeat(14, minmax(0, 1fr));
        align-items: center;
        justify-items: center;
        width: 100%;
        height: 45px;
        margin: 0;
        padding: 1px 0 2px;
        gap: 0;
        overflow: visible;
    }

    .fh-header-team-strip .fh-team-pill {
        width: clamp(27px, 2.65vw, 43px);
        max-width: 43px;
        height: 42px;
        min-width: 0;
        padding: 0;
        border-radius: 13px;
    }

    .fh-header-team-strip .fh-team-pill::before {
        top: -3px;
        width: 43px;
        height: 45px;
    }

    .fh-header-team-strip .fh-team-pill__logo-wrap {
        width: clamp(27px, 2.55vw, 42px);
        height: clamp(27px, 2.55vw, 42px);
        padding: 1px;
    }

    .fh-header-team-strip .fh-team-pill__logo {
        transform: scale(1.01);
    }

    .fh-nav-toggle {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        min-width: 42px;
        padding: 0;
        flex: 0 0 42px;
        border: 1px solid rgba(255, 208, 91, 0.62);
        border-radius: 13px;
        background:
            linear-gradient(145deg, rgba(255, 255, 255, 0.15), transparent 42%),
            linear-gradient(145deg, #252525 0%, #050505 72%);
        color: #f8c74e;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.16),
            0 5px 14px rgba(0, 0, 0, 0.34),
            0 0 13px rgba(235, 168, 27, 0.14);
    }

    .fh-nav-toggle__icon {
        display: flex;
        width: 21px;
        height: 15px;
        flex-direction: column;
        justify-content: space-between;
    }

    .fh-nav-toggle__icon i {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
        box-shadow: 0 0 5px rgba(255, 204, 72, 0.34);
        transform-origin: center;
        transition: transform 180ms ease, opacity 150ms ease;
    }

    .fh-nav-toggle[aria-expanded="true"] .fh-nav-toggle__icon i:first-child {
        transform: translateY(6.5px) rotate(45deg);
    }

    .fh-nav-toggle[aria-expanded="true"] .fh-nav-toggle__icon i:nth-child(2) {
        opacity: 0;
    }

    .fh-nav-toggle[aria-expanded="true"] .fh-nav-toggle__icon i:last-child {
        transform: translateY(-6.5px) rotate(-45deg);
    }

    .fh-nav-toggle__label {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .fh-nav {
        position: absolute;
        z-index: 220;
        top: calc(100% + 7px);
        left: 50%;
        display: none;
        width: min(900px, calc(100vw - 28px));
        min-width: 0;
        padding: 12px;
        border: 1px solid rgba(240, 191, 71, 0.58);
        border-radius: 17px;
        background:
            radial-gradient(circle at 50% 0, rgba(238, 183, 48, 0.16), transparent 42%),
            linear-gradient(160deg, rgba(35, 35, 32, 0.985), rgba(5, 6, 7, 0.985));
        box-shadow: 0 24px 48px rgba(0, 0, 0, 0.58), inset 0 1px 0 rgba(255, 255, 255, 0.13);
        transform: translateX(-50%);
        backdrop-filter: blur(14px);
    }

    .fh-nav.is-open {
        display: block;
    }

    .fh-nav__season {
        position: static;
        display: block;
        margin: 0 0 9px;
        color: rgba(255, 229, 159, 0.82);
        text-align: center;
        transform: none;
    }

    .fh-nav__list,
    .fh-nav ul,
    .fh-nav .menu {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: stretch;
        gap: 7px;
        width: 100%;
        margin: 0;
        padding: 0;
        white-space: normal;
    }

    .fh-nav__list > li,
    .fh-nav ul > li,
    .fh-nav .menu > li {
        min-width: 0;
    }

    .fh-nav__list a,
    .fh-nav ul a,
    .fh-nav .menu a {
        justify-content: center;
        width: 100%;
        min-height: 38px;
        padding: 0 9px;
        border: 1px solid rgba(255, 214, 111, 0.18);
        border-radius: 11px;
        background: linear-gradient(180deg, rgba(68, 68, 63, 0.96), rgba(19, 20, 20, 0.96));
        color: #f7f2e7;
        font-size: 0.76rem;
        text-align: center;
    }

    .fh-nav__mobile-account {
        display: none;
    }

    .fh-header__cta {
        display: flex;
        align-items: center;
        min-width: 0;
        gap: 4px;
        flex: 0 0 auto;
    }

    .fh-header__fantagazza {
        width: clamp(70px, 6.8vw, 84px);
        height: 27px;
        flex: 0 0 clamp(70px, 6.8vw, 84px);
        border-radius: 9px;
    }

    .fh-header__cta > .fh-connect.is-docked {
        --fh-assistant-control-width: clamp(68px, 6.6vw, 82px);
        --fh-assistant-control-height: 27px;
        height: 27px !important;
        min-height: 27px !important;
        max-height: 27px !important;
        margin: 0;
        flex: 0 0 clamp(68px, 6.6vw, 82px);
    }

    .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher {
        width: 100%;
        height: 27px !important;
        min-height: 27px !important;
        max-height: 27px !important;
    }

    .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-logo {
        height: 27px !important;
        max-width: 76px !important;
    }

    .fh-header__account {
        display: flex;
        align-items: center;
        flex: 0 0 auto;
    }

    .fh-header__cta-link {
        min-height: 34px;
        padding: 0 7px;
        border-radius: 11px;
        font-size: 0.68rem;
    }

    .fh-top-band {
        display: none;
    }
}

@media (min-width: 981px) and (max-width: 1120px) {
    .fh-header__brand-group {
        width: 150px;
        flex-basis: 150px;
    }

    .fh-brand--jubilee,
    .fh-brand--jubilee .fh-brand__mark,
    .fh-brand--jubilee .fh-brand__mark img {
        width: 96px;
    }

    .fh-brand--jubilee,
    .fh-brand--jubilee .fh-brand__mark {
        flex-basis: 96px;
    }

    .fh-header__draft {
        width: 44px;
        height: 44px;
        min-width: 44px;
        flex-basis: 44px;
    }

    .fh-header__draft img {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .fh-header__fantagazza {
        width: 70px;
        flex-basis: 70px;
    }

    .fh-header__cta > .fh-connect.is-docked {
        --fh-assistant-control-width: 66px;
        flex-basis: 66px;
    }

    .fh-header__cta-link {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 0.63rem;
    }
}
/* /FH universal compact desktop header v0.3.17 */

/* FH logos-first header with compact service band v0.3.19 */
.fh-top-band__services {
    display: contents;
}

.fh-top-band__services .fh-header__cta {
    display: none;
}

@media (min-width: 981px) {
    :root {
        --fh-header-height: 70px;
        --fh-band-height: 30px;
    }

    .fh-header__inner {
        min-height: 70px;
        height: 70px;
        padding: 3px 0;
    }

    .fh-header__brand-group {
        width: clamp(146px, 14vw, 180px);
        flex: 0 0 clamp(146px, 14vw, 180px);
    }

    .fh-brand--jubilee,
    .fh-brand--jubilee .fh-brand__mark,
    .fh-brand--jubilee .fh-brand__mark img {
        width: 94px;
        height: 62px;
    }

    .fh-brand--jubilee,
    .fh-brand--jubilee .fh-brand__mark {
        flex-basis: 94px;
    }

    .fh-brand--jubilee::before {
        width: 84px;
        height: 19px;
    }

    .fh-header__draft {
        width: 44px;
        height: 44px;
        min-width: 44px;
        flex-basis: 44px;
    }

    .fh-header__draft img {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .fh-header__center-stack {
        display: block;
        align-self: stretch;
        height: 64px;
        overflow: hidden;
    }

    .fh-header-team-strip {
        height: 64px;
        border-radius: 15px;
    }

    .fh-header-team-strip .fh-team-strip__track {
        height: 64px;
        padding: 2px 0;
    }

    .fh-header-team-strip .fh-team-pill {
        width: clamp(36px, 3.35vw, 52px);
        max-width: 52px;
        height: 56px;
        border-radius: 15px;
    }

    .fh-header-team-strip .fh-team-pill::before {
        top: -2px;
        width: 54px;
        height: 58px;
    }

    .fh-header-team-strip .fh-team-pill__logo-wrap {
        width: clamp(36px, 3.2vw, 50px);
        height: clamp(36px, 3.2vw, 50px);
        padding: 1px;
    }

    .fh-nav-toggle {
        width: 40px;
        height: 40px;
        min-width: 40px;
        flex-basis: 40px;
    }

    .fh-top-band {
        display: block;
        height: 30px;
    }

    .fh-top-band__inner {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 30px;
        height: 30px;
        padding: 0 12px;
        gap: 0;
    }

    .fh-top-band__services {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        height: 30px;
        gap: 6px;
    }

    .fh-top-band__services .fh-header__cta {
        display: flex;
        align-items: center;
        height: 24px;
        gap: 4px;
    }

    .fh-top-band .fh-team-strip {
        display: none;
    }

    .fh-top-band .fh-header-countdown {
        min-height: 24px;
        height: 24px;
        padding: 0 8px;
        border-radius: 8px;
    }

    .fh-top-band .fh-header__fantagazza {
        width: clamp(72px, 6.5vw, 82px);
        height: 24px;
        flex: 0 0 clamp(72px, 6.5vw, 82px);
        border-radius: 8px;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked {
        --fh-assistant-control-width: clamp(66px, 6vw, 76px);
        --fh-assistant-control-height: 24px;
        height: 24px !important;
        min-height: 24px !important;
        max-height: 24px !important;
        flex: 0 0 clamp(66px, 6vw, 76px);
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher,
    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-logo {
        height: 24px !important;
        min-height: 24px !important;
        max-height: 24px !important;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-logo {
        max-width: 72px !important;
    }
}

@media (min-width: 981px) and (max-width: 1120px) {
    .fh-header__brand-group {
        width: 140px;
        flex-basis: 140px;
    }

    .fh-brand--jubilee,
    .fh-brand--jubilee .fh-brand__mark,
    .fh-brand--jubilee .fh-brand__mark img {
        width: 88px;
    }

    .fh-brand--jubilee,
    .fh-brand--jubilee .fh-brand__mark {
        flex-basis: 88px;
    }

    .fh-header-team-strip .fh-team-pill,
    .fh-header-team-strip .fh-team-pill__logo-wrap {
        width: 44px;
    }

    .fh-header-team-strip .fh-team-pill__logo-wrap {
        height: 44px;
    }
}
/* /FH logos-first header with compact service band v0.3.19 */

/* FH desktop menu inside service band v0.3.20 */
.fh-band-nav {
    display: none;
}

@media (min-width: 981px) {
    :root {
        --fh-header-height: 72px;
        --fh-band-height: 38px;
    }

    .fh-header__inner {
        min-height: 72px;
        height: 72px;
    }

    .fh-header__center-stack,
    .fh-header-team-strip,
    .fh-header-team-strip .fh-team-strip__track {
        height: 66px;
    }

    .fh-nav-toggle {
        display: none;
    }

    .fh-top-band {
        height: 38px;
    }

    .fh-top-band__inner {
        justify-content: flex-start;
        width: calc(100% - 24px);
        min-height: 38px;
        height: 38px;
        margin: 0 auto;
        padding: 0;
        gap: 7px;
    }

    .fh-band-nav {
        display: block;
        min-width: 0;
        flex: 1 1 auto;
    }

    .fh-band-nav__list,
    .fh-band-nav ul,
    .fh-band-nav .menu {
        display: flex;
        align-items: center;
        width: 100%;
        min-width: 0;
        height: 32px;
        margin: 0;
        padding: 0;
        gap: 4px;
        list-style: none;
    }

    .fh-band-nav__list > li,
    .fh-band-nav ul > li,
    .fh-band-nav .menu > li {
        min-width: 0;
        flex: 1 1 0;
    }

    .fh-band-nav__list a,
    .fh-band-nav ul a,
    .fh-band-nav .menu a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-width: 0;
        height: 30px;
        padding: 0 4px;
        overflow: hidden;
        border: 1px solid rgba(255, 211, 101, 0.25);
        border-radius: 9px;
        background:
            linear-gradient(180deg, rgba(68, 67, 61, 0.94), rgba(15, 17, 18, 0.96));
        color: #f8f3e7;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11), 0 3px 8px rgba(0, 0, 0, 0.24);
        font-family: var(--fh-ui-font);
        font-size: clamp(0.56rem, 0.6vw, 0.67rem);
        font-weight: 750;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
    }

    .fh-band-nav__list a:hover,
    .fh-band-nav .current-menu-item > a,
    .fh-band-nav .current_page_item > a {
        border-color: rgba(255, 207, 81, 0.72);
        background: linear-gradient(180deg, rgba(112, 86, 28, 0.96), rgba(31, 25, 13, 0.98));
        color: #ffd968;
    }

    .fh-band-nav .fh-nav-auction-badge {
        position: static;
        top: auto;
        right: auto;
        width: 16px;
        min-width: 16px;
        height: 16px;
        margin: 0 0 0 4px;
        padding: 0;
        border-width: 1px;
        font-size: 0.5rem;
        transform: none;
    }

    .fh-top-band__services {
        height: 38px;
        gap: 5px;
        flex: 0 0 auto;
    }

    .fh-top-band__services .fh-header__cta {
        height: 30px;
    }

    .fh-top-band .fh-header-countdown {
        min-height: 30px;
        height: 30px;
    }

    .fh-top-band .fh-header__fantagazza {
        height: 30px;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked {
        --fh-assistant-control-height: 30px;
        height: 30px !important;
        min-height: 30px !important;
        max-height: 30px !important;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher,
    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-logo {
        height: 30px !important;
        min-height: 30px !important;
        max-height: 30px !important;
    }
}

@media (min-width: 981px) and (max-width: 1120px) {
    .fh-top-band__inner {
        gap: 5px;
    }

    .fh-band-nav__list,
    .fh-band-nav ul,
    .fh-band-nav .menu {
        gap: 2px;
    }

    .fh-band-nav__list a,
    .fh-band-nav ul a,
    .fh-band-nav .menu a {
        padding-right: 2px;
        padding-left: 2px;
        font-size: 0.55rem;
    }

    .fh-top-band .fh-header__fantagazza {
        width: 68px;
        flex-basis: 68px;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked {
        --fh-assistant-control-width: 62px;
        flex-basis: 62px;
    }

    .fh-top-band .fh-header-countdown {
        padding-right: 6px;
        padding-left: 6px;
    }

    .fh-top-band .fh-countdown-label {
        font-size: 0.53rem;
    }
}
/* /FH desktop menu inside service band v0.3.20 */

/* FH countdown-left and illuminated desktop menu v0.3.21 */
.fh-band-countdown {
    display: contents;
}

@media (min-width: 981px) {
    .fh-band-countdown {
        display: flex;
        align-items: center;
        min-width: 0;
        height: 38px;
        flex: 0 0 auto;
    }

    .fh-band-nav__list a,
    .fh-band-nav ul a,
    .fh-band-nav .menu a {
        isolation: isolate;
        border-color: rgba(255, 211, 101, 0.58);
        background:
            linear-gradient(112deg, transparent 0 22%, rgba(255, 238, 181, 0.14) 38%, transparent 54%),
            linear-gradient(180deg, rgba(104, 96, 75, 0.98), rgba(25, 25, 22, 0.98) 58%, rgba(8, 9, 10, 0.99));
        color: #fffaf0;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.28),
            inset 0 -1px 0 rgba(255, 194, 48, 0.16),
            0 3px 9px rgba(0, 0, 0, 0.32),
            0 0 9px rgba(242, 181, 38, 0.17);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.92), 0 0 7px rgba(255, 216, 112, 0.16);
    }

    .fh-band-nav__list a::before,
    .fh-band-nav ul a::before,
    .fh-band-nav .menu a::before {
        content: "";
        position: absolute;
        z-index: -1;
        inset: 1px;
        pointer-events: none;
        border-radius: 7px;
        background: linear-gradient(105deg, rgba(255, 220, 126, 0.1), transparent 35% 66%, rgba(255, 183, 38, 0.08));
    }

    .fh-band-nav__list a:hover,
    .fh-band-nav .current-menu-item > a,
    .fh-band-nav .current_page_item > a {
        border-color: rgba(255, 220, 118, 0.94);
        background:
            linear-gradient(115deg, rgba(255, 240, 194, 0.16), transparent 42%),
            linear-gradient(180deg, rgba(148, 112, 35, 0.98), rgba(47, 34, 14, 0.99));
        color: #ffe48a;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.36),
            0 4px 11px rgba(0, 0, 0, 0.38),
            0 0 13px rgba(255, 193, 45, 0.34);
    }

    .fh-top-band__services {
        justify-content: flex-end;
    }
}
/* /FH countdown-left and illuminated desktop menu v0.3.21 */

/* FH arena menu badges and team floor lights v0.3.22 */
@media (min-width: 981px) {
    .fh-band-nav__list a,
    .fh-band-nav ul a,
    .fh-band-nav .menu a {
        border-radius: 5px;
        clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 8px 100%, 0 50%);
        background:
            linear-gradient(112deg, transparent 0 26%, rgba(255, 246, 210, 0.19) 42%, transparent 58%),
            linear-gradient(180deg, #81775e 0%, #39362e 13%, #161718 62%, #050607 100%);
        box-shadow:
            inset 0 2px 0 rgba(255, 255, 255, 0.3),
            inset 0 -2px 0 rgba(201, 135, 13, 0.3),
            0 3px 9px rgba(0, 0, 0, 0.38),
            0 0 11px rgba(255, 189, 40, 0.22);
        letter-spacing: 0.018em;
    }

    .fh-band-nav__list a::before,
    .fh-band-nav ul a::before,
    .fh-band-nav .menu a::before {
        inset: 2px 8px auto;
        height: 1px;
        border-radius: 999px;
        background: linear-gradient(90deg, transparent, rgba(255, 224, 137, 0.84), transparent);
        box-shadow: 0 0 7px rgba(255, 201, 68, 0.55);
    }

    .fh-band-nav__list a::after,
    .fh-band-nav ul a::after,
    .fh-band-nav .menu a::after {
        content: "";
        position: absolute;
        z-index: -1;
        top: -45%;
        bottom: -45%;
        left: -42%;
        width: 24%;
        pointer-events: none;
        opacity: 0;
        background: linear-gradient(90deg, transparent, rgba(255, 249, 222, 0.48), transparent);
        filter: blur(1px);
        transform: skewX(-18deg);
        transition: left 460ms ease, opacity 180ms ease;
    }

    .fh-band-nav__list a:hover::after,
    .fh-band-nav .current-menu-item > a::after,
    .fh-band-nav .current_page_item > a::after {
        left: 118%;
        opacity: 1;
    }

    .fh-band-nav__list a:hover,
    .fh-band-nav .current-menu-item > a,
    .fh-band-nav .current_page_item > a {
        background:
            linear-gradient(115deg, rgba(255, 248, 218, 0.23), transparent 44%),
            linear-gradient(180deg, #b98a2e 0%, #5d4219 20%, #1d1710 72%, #080706 100%);
        box-shadow:
            inset 0 2px 0 rgba(255, 255, 255, 0.4),
            inset 0 -2px 0 rgba(255, 174, 20, 0.32),
            0 4px 11px rgba(0, 0, 0, 0.42),
            0 0 16px rgba(255, 192, 42, 0.44);
    }

    .fh-header-team-strip .fh-team-pill__logo-wrap {
        overflow: visible;
    }

    .fh-header-team-strip .fh-team-pill__logo-wrap::after {
        content: "";
        position: absolute;
        z-index: -1;
        right: 5%;
        bottom: -8px;
        left: 5%;
        height: 17px;
        pointer-events: none;
        border-radius: 50%;
        opacity: 0.1;
        background:
            radial-gradient(ellipse at 50% 65%, rgba(255, 246, 198, 0.98) 0 9%, rgba(255, 194, 47, 0.8) 24%, rgba(242, 151, 11, 0.42) 44%, transparent 72%);
        filter: blur(2.4px);
        transform: scaleX(0.58) scaleY(0.72);
        animation: fh-team-floor-show 7.2s ease-in-out infinite;
    }

    .fh-header-team-strip .fh-team-pill__logo {
        position: relative;
        z-index: 2;
    }

    .fh-header-team-strip .fh-team-pill:nth-child(2) .fh-team-pill__logo-wrap::after { animation-delay: 0.42s; }
    .fh-header-team-strip .fh-team-pill:nth-child(3) .fh-team-pill__logo-wrap::after { animation-delay: 0.84s; }
    .fh-header-team-strip .fh-team-pill:nth-child(4) .fh-team-pill__logo-wrap::after { animation-delay: 1.26s; }
    .fh-header-team-strip .fh-team-pill:nth-child(5) .fh-team-pill__logo-wrap::after { animation-delay: 1.68s; }
    .fh-header-team-strip .fh-team-pill:nth-child(6) .fh-team-pill__logo-wrap::after { animation-delay: 2.10s; }
    .fh-header-team-strip .fh-team-pill:nth-child(7) .fh-team-pill__logo-wrap::after { animation-delay: 2.52s; }
    .fh-header-team-strip .fh-team-pill:nth-child(8) .fh-team-pill__logo-wrap::after { animation-delay: 2.94s; }
    .fh-header-team-strip .fh-team-pill:nth-child(9) .fh-team-pill__logo-wrap::after { animation-delay: 3.36s; }
    .fh-header-team-strip .fh-team-pill:nth-child(10) .fh-team-pill__logo-wrap::after { animation-delay: 3.78s; }
    .fh-header-team-strip .fh-team-pill:nth-child(11) .fh-team-pill__logo-wrap::after { animation-delay: 4.20s; }
    .fh-header-team-strip .fh-team-pill:nth-child(12) .fh-team-pill__logo-wrap::after { animation-delay: 4.62s; }
    .fh-header-team-strip .fh-team-pill:nth-child(13) .fh-team-pill__logo-wrap::after { animation-delay: 5.04s; }
    .fh-header-team-strip .fh-team-pill:nth-child(14) .fh-team-pill__logo-wrap::after { animation-delay: 5.46s; }

    .fh-header-team-strip .fh-team-pill.is-fh-online .fh-team-pill__logo-wrap::after {
        opacity: 0.04;
        animation: none;
    }

    @keyframes fh-team-floor-show {
        0%, 66%, 100% {
            opacity: 0.08;
            filter: blur(3px);
            transform: scaleX(0.52) scaleY(0.68);
        }
        7% {
            opacity: 0.98;
            filter: blur(1.5px);
            transform: scaleX(1.28) scaleY(1.04);
        }
        14% {
            opacity: 0.28;
            filter: blur(2.3px);
            transform: scaleX(0.86) scaleY(0.82);
        }
    }
}

@media (min-width: 981px) and (prefers-reduced-motion: reduce) {
    .fh-header-team-strip .fh-team-pill__logo-wrap::after {
        opacity: 0.22;
        animation: none;
    }

    .fh-band-nav__list a::after,
    .fh-band-nav ul a::after,
    .fh-band-nav .menu a::after {
        transition: none;
    }
}
/* /FH arena menu badges and team floor lights v0.3.22 */

/* FH clean premium desktop navigation v0.3.23 */
@media (min-width: 981px) {
    .fh-band-nav__list a,
    .fh-band-nav ul a,
    .fh-band-nav .menu a {
        isolation: isolate;
        border: 1px solid rgba(235, 190, 79, 0.42);
        border-radius: 9px;
        clip-path: none;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.13), transparent 28%),
            linear-gradient(180deg, #252525 0%, #111 58%, #080808 100%);
        color: #f4e8c9;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.16),
            inset 0 -1px 0 rgba(216, 159, 33, 0.16),
            0 2px 5px rgba(0, 0, 0, 0.3);
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
        transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
    }

    .fh-band-nav__list a::before,
    .fh-band-nav ul a::before,
    .fh-band-nav .menu a::before,
    .fh-band-nav__list a::after,
    .fh-band-nav ul a::after,
    .fh-band-nav .menu a::after {
        content: none;
    }

    .fh-band-nav__list a:hover,
    .fh-band-nav ul a:hover,
    .fh-band-nav .menu a:hover {
        border-color: rgba(255, 211, 99, 0.86);
        background:
            linear-gradient(180deg, rgba(255, 236, 181, 0.19), transparent 30%),
            linear-gradient(180deg, #342b1b 0%, #17130d 62%, #0a0907 100%);
        color: #ffe7a0;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.2),
            0 3px 7px rgba(0, 0, 0, 0.34),
            0 0 10px rgba(244, 179, 37, 0.2);
        transform: translateY(-1px);
    }

    .fh-band-nav .current-menu-item > a,
    .fh-band-nav .current_page_item > a {
        border-color: #f3c34f;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent 31%),
            linear-gradient(180deg, #f4c959 0%, #cf941c 58%, #8c5b08 100%);
        color: #171108;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.58),
            inset 0 -1px 0 rgba(79, 45, 0, 0.42),
            0 3px 8px rgba(0, 0, 0, 0.34),
            0 0 11px rgba(244, 182, 41, 0.27);
        text-shadow: 0 1px 0 rgba(255, 242, 194, 0.42);
    }
}
/* /FH clean premium desktop navigation v0.3.23 */

/* FH aligned countdown and illuminated service marks v0.3.24 */
@media (min-width: 981px) {
    .fh-band-countdown {
        width: calc(var(--fh-sidebar-width) - 12px);
        flex: 0 0 calc(var(--fh-sidebar-width) - 12px);
    }

    .fh-band-countdown .fh-header-countdown {
        position: relative;
        justify-content: space-between;
        width: 100%;
        max-width: none;
        padding: 0 11px;
        overflow: hidden;
        border: 1px solid rgba(255, 198, 61, 0.72);
        background:
            linear-gradient(105deg, rgba(255, 225, 145, 0.2), transparent 31%),
            repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0 7px, rgba(0, 0, 0, 0.035) 7px 14px),
            linear-gradient(180deg, #72410f 0%, #422307 55%, #211204 100%);
        box-shadow:
            inset 0 1px 0 rgba(255, 244, 203, 0.38),
            inset 0 -1px 0 rgba(74, 34, 0, 0.56),
            0 3px 8px rgba(0, 0, 0, 0.34),
            0 0 9px rgba(241, 164, 30, 0.18);
    }

    .fh-band-countdown .fh-countdown-label {
        color: #fff0bd;
        font-weight: 800;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.88);
    }

    .fh-band-countdown .fh-countdown,
    .fh-band-countdown .fh-countdown__unit strong {
        color: #fffdf5;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9), 0 0 7px rgba(255, 207, 88, 0.26);
    }

    .fh-top-band .fh-header__fantagazza {
        border-color: rgba(255, 202, 62, 0.95);
        background: linear-gradient(180deg, #fffef9 0%, #fff1c4 100%);
        box-shadow:
            inset 0 1px 0 #fff,
            0 3px 8px rgba(0, 0, 0, 0.36),
            0 0 10px rgba(255, 186, 34, 0.5),
            0 0 18px rgba(255, 178, 17, 0.18);
        filter: brightness(1.08) contrast(1.08) saturate(1.18);
    }

    .fh-top-band .fh-header__fantagazza img {
        filter: contrast(1.16) saturate(1.22);
    }

    .fh-top-band .fh-header__fantagazza::after {
        opacity: 0.74;
        background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.88) 43%, transparent 66%);
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher {
        overflow: visible;
        border: 1px solid rgba(53, 235, 108, 0.72) !important;
        border-radius: 8px;
        background:
            radial-gradient(circle at 52% 48%, rgba(32, 210, 85, 0.16), transparent 72%),
            linear-gradient(180deg, rgba(17, 27, 20, 0.94), rgba(3, 10, 5, 0.96)) !important;
        box-shadow:
            inset 0 1px 0 rgba(184, 255, 207, 0.24),
            0 3px 8px rgba(0, 0, 0, 0.38),
            0 0 10px rgba(26, 221, 85, 0.48),
            0 0 18px rgba(22, 197, 72, 0.16) !important;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-logo {
        filter:
            brightness(1.22)
            contrast(1.2)
            saturate(1.32)
            drop-shadow(0 0 4px rgba(38, 241, 99, 0.54));
    }

    .fh-top-band .fh-header__fantagazza:hover,
    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher:hover {
        transform: translateY(-1px) scale(1.025);
    }
}
/* /FH aligned countdown and illuminated service marks v0.3.24 */

/* FH vivid bronze navigation and service marks v0.3.25 */
@media (min-width: 981px) {
    .fh-band-nav__list a,
    .fh-band-nav ul a,
    .fh-band-nav .menu a {
        border-color: rgba(255, 218, 126, 0.76);
        background:
            linear-gradient(180deg, rgba(255, 244, 208, 0.24), transparent 28%),
            linear-gradient(180deg, #7d6739 0%, #51401f 48%, #2e2414 100%);
        color: #fff8df;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.3),
            inset 0 -1px 0 rgba(105, 61, 4, 0.46),
            0 3px 7px rgba(0, 0, 0, 0.31),
            0 0 8px rgba(240, 177, 40, 0.18);
        font-size: clamp(0.6rem, 0.64vw, 0.7rem);
        font-weight: 900;
        letter-spacing: 0.025em;
        text-shadow: 0 1px 2px rgba(25, 13, 1, 0.9), 0 0 5px rgba(255, 224, 144, 0.18);
    }

    .fh-band-nav__list a:hover,
    .fh-band-nav ul a:hover,
    .fh-band-nav .menu a:hover {
        border-color: #ffe09a;
        background:
            linear-gradient(180deg, rgba(255, 250, 226, 0.28), transparent 30%),
            linear-gradient(180deg, #a47a26 0%, #684714 56%, #35250f 100%);
        color: #fff;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.38),
            0 4px 9px rgba(0, 0, 0, 0.34),
            0 0 13px rgba(255, 190, 48, 0.34);
    }

    .fh-band-nav .current-menu-item > a,
    .fh-band-nav .current_page_item > a {
        border-color: #ffe39a;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent 30%),
            linear-gradient(180deg, #ffdb72 0%, #e3a72e 53%, #a56408 100%);
        color: #241600;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.72),
            inset 0 -1px 0 rgba(103, 54, 0, 0.48),
            0 4px 9px rgba(0, 0, 0, 0.34),
            0 0 14px rgba(255, 191, 47, 0.44);
        text-shadow: 0 1px 0 rgba(255, 246, 210, 0.64);
    }

    .fh-top-band .fh-header__fantagazza {
        border-color: #ffd45d;
        background: linear-gradient(180deg, #fffef8 0%, #ffdf78 100%);
        box-shadow:
            inset 0 1px 0 #fff,
            0 3px 8px rgba(0, 0, 0, 0.34),
            0 0 12px rgba(255, 192, 45, 0.72),
            0 0 22px rgba(255, 171, 13, 0.28);
        filter: brightness(1.13) contrast(1.13) saturate(1.35);
    }

    .fh-top-band .fh-header__fantagazza img {
        filter: brightness(1.04) contrast(1.24) saturate(1.38);
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher {
        border-color: rgba(72, 255, 128, 0.94) !important;
        background:
            radial-gradient(circle at 50% 42%, rgba(49, 238, 107, 0.28), transparent 72%),
            linear-gradient(180deg, rgba(18, 55, 29, 0.98), rgba(3, 18, 8, 0.99)) !important;
        box-shadow:
            inset 0 1px 0 rgba(204, 255, 220, 0.36),
            0 3px 8px rgba(0, 0, 0, 0.38),
            0 0 12px rgba(30, 238, 91, 0.7),
            0 0 22px rgba(22, 211, 78, 0.28) !important;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-logo {
        filter:
            brightness(1.36)
            contrast(1.28)
            saturate(1.58)
            drop-shadow(0 0 5px rgba(48, 255, 111, 0.7));
    }
}
/* /FH vivid bronze navigation and service marks v0.3.25 */

/* FH modern pill navigation and borderless marks v0.3.26 */
@media (min-width: 981px) {
    .fh-band-nav__list,
    .fh-band-nav ul,
    .fh-band-nav .menu {
        gap: 5px;
    }

    .fh-band-nav__list a,
    .fh-band-nav ul a,
    .fh-band-nav .menu a {
        border: 1px solid rgba(255, 225, 154, 0.34);
        border-radius: 999px;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 46%),
            linear-gradient(135deg, rgba(111, 94, 61, 0.94), rgba(56, 47, 30, 0.96));
        color: #fffdf7;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.24),
            0 3px 8px rgba(0, 0, 0, 0.24);
        font-size: clamp(0.6rem, 0.64vw, 0.7rem);
        font-weight: 850;
        letter-spacing: 0.018em;
        text-shadow: 0 1px 2px rgba(22, 14, 3, 0.72);
        backdrop-filter: blur(8px) saturate(1.15);
        -webkit-backdrop-filter: blur(8px) saturate(1.15);
        transition: transform 150ms ease, color 150ms ease, background 150ms ease, box-shadow 150ms ease;
    }

    .fh-band-nav__list a:hover,
    .fh-band-nav ul a:hover,
    .fh-band-nav .menu a:hover {
        border-color: rgba(255, 227, 155, 0.68);
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent 48%),
            linear-gradient(135deg, rgba(145, 112, 50, 0.97), rgba(75, 55, 24, 0.98));
        color: #fff;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.3),
            0 5px 12px rgba(0, 0, 0, 0.28),
            0 0 12px rgba(242, 179, 42, 0.2);
        transform: translateY(-1px);
    }

    .fh-band-nav .current-menu-item > a,
    .fh-band-nav .current_page_item > a {
        border-color: rgba(255, 231, 167, 0.9);
        background: linear-gradient(135deg, #ffe397 0%, #e8b640 48%, #bd7810 100%);
        color: #211500;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.64),
            0 4px 11px rgba(0, 0, 0, 0.28),
            0 0 13px rgba(245, 184, 47, 0.3);
        text-shadow: 0 1px 0 rgba(255, 247, 217, 0.58);
    }

    .fh-top-band .fh-header__fantagazza {
        border: 0;
        background: transparent;
        box-shadow: none;
        filter:
            brightness(1.08)
            contrast(1.2)
            saturate(1.28)
            drop-shadow(0 2px 3px rgba(0, 0, 0, 0.38))
            drop-shadow(0 0 6px rgba(255, 190, 43, 0.44));
    }

    .fh-top-band .fh-header__fantagazza::after {
        content: none;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher {
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-logo {
        filter:
            brightness(1.28)
            contrast(1.24)
            saturate(1.48)
            drop-shadow(0 2px 3px rgba(0, 0, 0, 0.42))
            drop-shadow(0 0 6px rgba(45, 241, 103, 0.54));
    }

    .fh-top-band .fh-header__fantagazza:hover,
    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher:hover {
        transform: translateY(-1px) scale(1.035);
    }
}
/* /FH modern pill navigation and borderless marks v0.3.26 */

/* FH subtle 3D depth for modern navigation v0.3.27 */
@media (min-width: 981px) {
    .fh-band-nav__list a,
    .fh-band-nav ul a,
    .fh-band-nav .menu a {
        transform: perspective(180px) rotateX(-2deg) translateY(-1px);
        transform-origin: 50% 100%;
        box-shadow:
            inset 0 2px 0 rgba(255, 255, 255, 0.24),
            inset 0 -3px 0 rgba(34, 24, 11, 0.38),
            0 3px 0 rgba(45, 34, 18, 0.78),
            0 6px 10px rgba(0, 0, 0, 0.23);
        transition: transform 150ms ease, color 150ms ease, background 150ms ease, box-shadow 150ms ease;
    }

    .fh-band-nav__list a:hover,
    .fh-band-nav ul a:hover,
    .fh-band-nav .menu a:hover {
        transform: perspective(180px) rotateX(-1deg) translateY(-2px);
        box-shadow:
            inset 0 2px 0 rgba(255, 255, 255, 0.31),
            inset 0 -3px 0 rgba(48, 31, 8, 0.42),
            0 4px 0 rgba(67, 45, 13, 0.78),
            0 8px 13px rgba(0, 0, 0, 0.27),
            0 0 11px rgba(242, 179, 42, 0.17);
    }

    .fh-band-nav .current-menu-item > a,
    .fh-band-nav .current_page_item > a {
        transform: perspective(180px) rotateX(-1.5deg) translateY(-1px);
        box-shadow:
            inset 0 2px 0 rgba(255, 255, 255, 0.55),
            inset 0 -3px 0 rgba(112, 66, 5, 0.48),
            0 3px 0 rgba(111, 68, 8, 0.82),
            0 7px 12px rgba(0, 0, 0, 0.26),
            0 0 12px rgba(245, 184, 47, 0.25);
    }

    .fh-band-nav__list a:active,
    .fh-band-nav ul a:active,
    .fh-band-nav .menu a:active {
        transform: perspective(180px) rotateX(0deg) translateY(1px);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.2),
            inset 0 -1px 0 rgba(35, 24, 10, 0.34),
            0 1px 0 rgba(45, 34, 18, 0.72),
            0 3px 6px rgba(0, 0, 0, 0.22);
    }
}
/* /FH subtle 3D depth for modern navigation v0.3.27 */

/* FH compact 3D navigation inside service band v0.3.28 */
@media (min-width: 981px) {
    .fh-band-nav__list a,
    .fh-band-nav ul a,
    .fh-band-nav .menu a {
        height: 26px !important;
        min-height: 26px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        transform: perspective(180px) rotateX(-1.5deg);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.24),
            inset 0 -2px 0 rgba(34, 24, 11, 0.36),
            0 2px 0 rgba(45, 34, 18, 0.74),
            0 4px 7px rgba(0, 0, 0, 0.2);
    }

    .fh-band-nav__list a:hover,
    .fh-band-nav ul a:hover,
    .fh-band-nav .menu a:hover {
        transform: perspective(180px) rotateX(-1deg) translateY(-1px);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.3),
            inset 0 -2px 0 rgba(48, 31, 8, 0.39),
            0 3px 0 rgba(67, 45, 13, 0.72),
            0 5px 8px rgba(0, 0, 0, 0.23),
            0 0 8px rgba(242, 179, 42, 0.14);
    }

    .fh-band-nav .current-menu-item > a,
    .fh-band-nav .current_page_item > a {
        transform: perspective(180px) rotateX(-1.25deg);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.52),
            inset 0 -2px 0 rgba(112, 66, 5, 0.44),
            0 2px 0 rgba(111, 68, 8, 0.78),
            0 4px 8px rgba(0, 0, 0, 0.22),
            0 0 8px rgba(245, 184, 47, 0.2);
    }

    .fh-band-nav__list a:active,
    .fh-band-nav ul a:active,
    .fh-band-nav .menu a:active {
        transform: perspective(180px) rotateX(0deg) translateY(1px);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.18),
            inset 0 -1px 0 rgba(35, 24, 10, 0.3),
            0 1px 0 rgba(45, 34, 18, 0.68),
            0 2px 4px rgba(0, 0, 0, 0.18);
    }
}
/* /FH compact 3D navigation inside service band v0.3.28 */

/* FH compact digital event countdown v0.3.29 */
@media (min-width: 981px) {
    .fh-band-countdown .fh-header-countdown {
        isolation: isolate;
        height: 30px;
        min-height: 30px;
        padding: 0 8px 0 10px;
        border: 1px solid rgba(244, 190, 65, 0.62);
        border-radius: 9px;
        background:
            radial-gradient(circle at 89% 50%, rgba(255, 199, 69, 0.14), transparent 31%),
            repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 4px),
            linear-gradient(180deg, #2d3031 0%, #17191a 52%, #0b0c0d 100%);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.17),
            inset 0 -1px 0 rgba(0, 0, 0, 0.72),
            0 3px 8px rgba(0, 0, 0, 0.3),
            0 0 9px rgba(233, 165, 35, 0.16);
    }

    .fh-band-countdown .fh-header-countdown::after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 2px;
        right: 8px;
        left: 8px;
        height: 1px;
        border-radius: 999px;
        background: linear-gradient(90deg, transparent, rgba(255, 226, 150, 0.38), transparent);
    }

    .fh-band-countdown .fh-countdown-label {
        display: inline-flex;
        align-items: center;
        min-width: 0;
        overflow: hidden;
        color: #fff3cf;
        font-size: clamp(0.52rem, 0.57vw, 0.62rem);
        font-weight: 850;
        letter-spacing: 0.035em;
        line-height: 1;
        text-overflow: ellipsis;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
        white-space: nowrap;
    }

    .fh-band-countdown .fh-countdown-label::before {
        content: "";
        width: 6px;
        height: 6px;
        margin-right: 6px;
        flex: 0 0 6px;
        border-radius: 50%;
        background: #ffd66b;
        box-shadow: 0 0 5px rgba(255, 205, 82, 0.9), 0 0 10px rgba(238, 166, 30, 0.44);
    }

    .fh-band-countdown .fh-countdown {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 22px;
        padding: 0 4px;
        gap: 1px;
        flex: 0 0 auto;
        border: 1px solid rgba(255, 211, 110, 0.2);
        border-radius: 6px;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 42%),
            rgba(0, 0, 0, 0.38);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.62), 0 0 7px rgba(255, 190, 53, 0.08);
        color: rgba(255, 239, 196, 0.7);
        font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif;
        font-size: 0.43rem;
        font-weight: 800;
        font-variant-numeric: tabular-nums;
        letter-spacing: 0;
    }

    .fh-band-countdown .fh-countdown__unit {
        display: inline-flex;
        align-items: baseline;
        justify-content: center;
        min-width: 19px;
        gap: 1px;
        line-height: 1;
    }

    .fh-band-countdown .fh-countdown__unit strong {
        min-width: 13px;
        color: #ffd76c;
        font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif;
        font-size: 0.72rem;
        font-weight: 900;
        font-variant-numeric: tabular-nums;
        letter-spacing: 0.015em;
        line-height: 1;
        text-align: center;
        text-shadow: 0 0 5px rgba(255, 194, 55, 0.42);
    }
}
/* /FH compact digital event countdown v0.3.29 */

/* FH high-legibility countdown digits v0.3.30 */
@media (min-width: 981px) {
    .fh-band-countdown .fh-countdown {
        width: 112px;
        flex-basis: 112px;
        padding: 0 5px;
        gap: 2px;
        border-color: rgba(255, 218, 127, 0.42);
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.075), transparent 38%),
            rgba(0, 0, 0, 0.58);
        box-shadow:
            inset 0 1px 4px rgba(0, 0, 0, 0.82),
            inset 0 0 0 1px rgba(255, 209, 96, 0.05),
            0 0 8px rgba(255, 190, 53, 0.11);
        color: #ffe7a6;
        font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
        font-size: 0.47rem;
        font-weight: 800;
    }

    .fh-band-countdown .fh-countdown__unit {
        min-width: 0;
        flex: 1 1 0;
        gap: 1px;
    }

    .fh-band-countdown .fh-countdown__unit strong {
        min-width: 16px;
        color: #fff4cf;
        font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
        font-size: 0.85rem;
        font-weight: 900;
        letter-spacing: -0.045em;
        text-shadow:
            0 1px 1px rgba(0, 0, 0, 0.95),
            0 0 5px rgba(255, 205, 78, 0.56);
    }
}
/* /FH high-legibility countdown digits v0.3.30 */

/* FH authentic header logo colours and Draft label v0.3.31 */
@media (min-width: 981px) {
    .fh-header__brand-group {
        width: clamp(160px, 14vw, 180px);
        flex-basis: clamp(160px, 14vw, 180px);
    }

    .fh-brand--jubilee::after {
        display: none;
    }

    .fh-brand--jubilee .fh-brand__mark {
        filter:
            drop-shadow(0 8px 12px rgba(0, 0, 0, 0.58))
            drop-shadow(0 0 9px rgba(255, 184, 34, 0.28));
    }

    .fh-brand--jubilee .fh-brand__mark img {
        opacity: 1;
        mix-blend-mode: normal;
        filter: none;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .fh-header__draft {
        width: clamp(74px, 6.25vw, 80px);
        min-width: clamp(74px, 6.25vw, 80px);
        padding: 0 3px 0 0;
        flex-basis: clamp(74px, 6.25vw, 80px);
        justify-content: flex-start;
        gap: 2px;
        border-color: rgba(245, 190, 47, 0.7);
        background:
            linear-gradient(135deg, rgba(255, 238, 182, 0.12), transparent 43%),
            linear-gradient(180deg, #24211a 0%, #0a0a09 100%);
        box-shadow:
            inset 0 1px 0 rgba(255, 245, 209, 0.2),
            0 5px 12px rgba(0, 0, 0, 0.42),
            0 0 9px rgba(238, 176, 32, 0.2);
    }

    .fh-header__draft::after {
        display: none;
    }

    .fh-header__draft img {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        border-radius: 12px;
        filter: none;
    }

    .fh-header__draft-label {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        flex: 1 1 auto;
        color: #ffd262;
        font-size: 0.48rem;
        font-weight: 950;
        letter-spacing: 0.015em;
        line-height: 0.96;
        text-align: center;
        white-space: normal;
        text-shadow: 0 1px 1px #000, 0 0 6px rgba(255, 197, 54, 0.32);
    }

    .fh-header-team-strip .fh-team-pill__logo {
        opacity: 1;
        mix-blend-mode: normal;
        filter:
            drop-shadow(0 4px 4px rgba(0, 0, 0, 0.58))
            drop-shadow(0 0 4px rgba(255, 195, 48, 0.16));
    }

    .fh-top-band .fh-header__fantagazza,
    .fh-top-band .fh-header__fantagazza img {
        filter: none;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-logo {
        filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.42)) drop-shadow(0 0 5px rgba(45, 241, 103, 0.34));
    }
}
/* /FH authentic header logo colours and Draft label v0.3.31 */

/* FH neutral team-logo illumination v0.3.32 */
@media (min-width: 981px) {
    .fh-header-team-strip .fh-team-pill__logo-wrap {
        background:
            radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.16) 0 16%, rgba(255, 230, 164, 0.07) 38%, transparent 70%);
        box-shadow:
            inset 0 1px 1px rgba(255, 255, 255, 0.11),
            0 0 8px rgba(255, 225, 150, 0.07);
    }

    .fh-header-team-strip .fh-team-pill__logo {
        filter:
            brightness(1.1)
            contrast(1.025)
            drop-shadow(0 4px 4px rgba(0, 0, 0, 0.56))
            drop-shadow(0 0 5px rgba(255, 222, 139, 0.2));
    }
}
/* /FH neutral team-logo illumination v0.3.32 */

/* FH right-side Jubilee signature and larger Draft v0.3.33 */
@media (min-width: 981px) {
    .fh-header__brand-group {
        width: 112px;
        flex: 0 0 112px;
    }

    .fh-brand--jubilee {
        position: absolute;
        z-index: 32;
        top: 0;
        right: -2px;
        left: auto;
        width: 118px;
        height: 118px;
        margin: 0;
        padding: 0;
        overflow: visible;
        flex: none;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .fh-brand--jubilee::before {
        left: 3px;
        bottom: 1px;
        width: 112px;
        height: 28px;
        opacity: 0.66;
    }

    .fh-brand--jubilee .fh-brand__mark,
    .fh-brand--jubilee .fh-brand__mark img {
        width: 118px;
        height: 118px;
    }

    .fh-brand--jubilee .fh-brand__mark {
        flex: 0 0 118px;
    }

    .fh-brand--jubilee .fh-brand__mark img {
        object-fit: cover;
        object-position: 50% 50%;
    }

    .fh-header__draft {
        width: 108px;
        min-width: 108px;
        height: 56px;
        padding: 0 5px 0 1px;
        flex: 0 0 108px;
        gap: 4px;
        border-radius: 16px;
    }

    .fh-header__draft img {
        width: 54px;
        height: 54px;
        flex: 0 0 54px;
        border-radius: 15px;
    }

    .fh-header__draft-label {
        font-size: 0.58rem;
        letter-spacing: 0.02em;
        line-height: 0.98;
    }

    .fh-header__account {
        margin-right: 124px;
    }

    .fh-top-band__inner {
        padding-right: 136px;
    }
}

@media (min-width: 981px) and (max-width: 1120px) {
    .fh-header__brand-group {
        width: 104px;
        flex-basis: 104px;
    }

    .fh-header__draft {
        width: 100px;
        min-width: 100px;
        flex-basis: 100px;
    }

    .fh-header__draft-label {
        font-size: 0.54rem;
    }

    .fh-header__account {
        margin-right: 116px;
    }

    .fh-top-band__inner {
        padding-right: 128px;
    }

    .fh-brand--jubilee,
    .fh-brand--jubilee .fh-brand__mark,
    .fh-brand--jubilee .fh-brand__mark img {
        width: 110px;
        height: 110px;
    }

    .fh-brand--jubilee .fh-brand__mark {
        flex-basis: 110px;
    }
}
/* /FH right-side Jubilee signature and larger Draft v0.3.33 */

/* FH readable compact menu beside right Jubilee v0.3.34 */
@media (min-width: 981px) and (max-width: 1120px) {
    .fh-band-nav__list,
    .fh-band-nav ul,
    .fh-band-nav .menu {
        gap: 3px;
    }

    .fh-band-nav__list a,
    .fh-band-nav ul a,
    .fh-band-nav .menu a {
        padding-right: 1px !important;
        padding-left: 1px !important;
        font-family: "Arial Narrow", "Avenir Next Condensed", sans-serif;
        font-size: 0.54rem;
        letter-spacing: -0.01em;
    }
}
/* /FH readable compact menu beside right Jubilee v0.3.34 */

/* FH integrated Jubilee inside service band v0.3.35 */
@media (min-width: 981px) {
    .fh-brand--jubilee,
    .fh-brand--jubilee .fh-brand__mark,
    .fh-brand--jubilee .fh-brand__mark img {
        width: 110px;
        height: 110px;
    }

    .fh-brand--jubilee .fh-brand__mark {
        flex-basis: 110px;
    }

    .fh-brand--jubilee .fh-brand__mark img {
        -webkit-mask-image: radial-gradient(ellipse 70% 72% at 50% 50%, #000 0 72%, rgba(0, 0, 0, 0.98) 82%, rgba(0, 0, 0, 0.62) 91%, transparent 100%);
        mask-image: radial-gradient(ellipse 70% 72% at 50% 50%, #000 0 72%, rgba(0, 0, 0, 0.98) 82%, rgba(0, 0, 0, 0.62) 91%, transparent 100%);
    }
}
/* /FH integrated Jubilee inside service band v0.3.35 */

/* FH clean Jubilee silhouette v0.3.36 */
@media (min-width: 981px) {
    .fh-brand--jubilee .fh-brand__mark img {
        background: transparent;
        transform: none;
        -webkit-mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, #000 0 84%, rgba(0, 0, 0, 0.96) 89%, rgba(0, 0, 0, 0.62) 94%, transparent 100%);
        mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, #000 0 84%, rgba(0, 0, 0, 0.96) 89%, rgba(0, 0, 0, 0.62) 94%, transparent 100%);
    }
}
/* /FH clean Jubilee silhouette v0.3.36 */

/* FH larger FantaGazza service mark on desktop v0.3.38 */
@media (min-width: 981px) {
    .fh-top-band .fh-header__fantagazza {
        width: clamp(110px, 8.75vw, 126px);
        flex: 0 0 clamp(110px, 8.75vw, 126px);
    }

    .fh-top-band .fh-header__fantagazza img {
        width: 100%;
        height: 30px;
        object-fit: contain;
    }
}

@media (min-width: 981px) and (max-width: 1120px) {
    .fh-top-band .fh-header__fantagazza {
        width: 104px;
        flex-basis: 104px;
    }
}
/* /FH larger FantaGazza service mark on desktop v0.3.38 */

/* FH SFL progressive page loader v0.3.53 */
.fh-page-loader {
    position: fixed;
    z-index: 2147483000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    background:
        radial-gradient(circle at 50% 45%, rgba(255, 192, 47, 0.17), transparent 25%),
        radial-gradient(ellipse at 50% 110%, rgba(255, 188, 36, 0.2), transparent 43%),
        linear-gradient(180deg, rgba(8, 9, 9, 0.97), rgba(17, 17, 15, 0.985));
    isolation: isolate;
    transform: translateZ(0);
    will-change: opacity;
    transition: opacity 240ms cubic-bezier(0.22, 0.72, 0.25, 1), visibility 0s linear 240ms;
}

.fh-page-loader::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.42;
    background:
        linear-gradient(90deg, transparent 49.85%, rgba(218, 45, 35, 0.2) 50%, transparent 50.15%),
        radial-gradient(ellipse at 50% 105%, transparent 0 24%, rgba(255, 255, 255, 0.13) 24.2% 24.5%, transparent 24.7%),
        repeating-linear-gradient(115deg, transparent 0 34px, rgba(255, 255, 255, 0.018) 35px 36px);
}

.fh-page-loader::after {
    content: "";
    position: absolute;
    right: -12%;
    bottom: -34%;
    left: -12%;
    height: 54%;
    pointer-events: none;
    border-top: 1px solid rgba(255, 230, 166, 0.22);
    border-radius: 50% 50% 0 0;
    background:
        linear-gradient(102deg, transparent 0 36%, rgba(255, 255, 255, 0.13) 48%, transparent 60%),
        linear-gradient(180deg, rgba(209, 225, 225, 0.13), rgba(85, 99, 99, 0.03));
    box-shadow: 0 -22px 70px rgba(255, 193, 52, 0.08);
}

.fh-page-loader.is-active {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transition: opacity 140ms ease-out, visibility 0s;
}

.fh-page-loader.is-active.is-leaving {
    pointer-events: none;
    opacity: 0;
    transition: opacity 240ms cubic-bezier(0.22, 0.72, 0.25, 1);
}

.fh-page-loader__ice {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.55;
    background:
        linear-gradient(64deg, transparent 46%, rgba(255, 218, 124, 0.14) 46.4%, transparent 47%) 9% 18% / 110px 90px no-repeat,
        linear-gradient(121deg, transparent 48%, rgba(255, 244, 214, 0.12) 48.5%, transparent 49%) 88% 30% / 140px 120px no-repeat,
        radial-gradient(circle at 15% 72%, rgba(255, 181, 30, 0.1), transparent 13%),
        radial-gradient(circle at 84% 18%, rgba(255, 227, 153, 0.08), transparent 14%);
}

.fh-page-loader__stage {
    position: relative;
    z-index: 2;
    display: flex;
    width: min(82vw, 310px);
    flex-direction: column;
    align-items: center;
    transform: translate3d(0, -1.5vh, 0);
    will-change: transform;
}

.fh-page-loader__logo {
    position: relative;
    width: clamp(176px, 19vw, 238px);
    aspect-ratio: 1;
    overflow: visible;
    isolation: isolate;
}

.fh-page-loader__logo::after {
    content: "";
    position: absolute;
    z-index: 4;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(135deg, #fff7cb 8%, #ffc22f 43%, #fffdf2 58%, #e89b0f 88%);
    -webkit-mask: url("../img/sfl-loader-logo-512.png") center / contain no-repeat;
    mask: url("../img/sfl-loader-logo-512.png") center / contain no-repeat;
    mix-blend-mode: screen;
}

.fh-page-loader__logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    user-select: none;
    -webkit-user-drag: none;
}

.fh-page-loader__logo-base {
    opacity: 0.42;
    filter: grayscale(1) brightness(1.16) contrast(1.18) drop-shadow(0 8px 15px rgba(0, 0, 0, 0.7));
}

.fh-page-loader__logo-fill {
    position: absolute;
    z-index: 2;
    inset: 0;
    overflow: hidden;
    clip-path: inset(calc(100% - var(--fh-loader-progress)) 0 0 0);
    filter: none;
    will-change: clip-path;
}

.fh-page-loader__logo-fill img {
    filter:
        saturate(1.16)
        contrast(1.08);
}

.fh-page-loader__logo-edge {
    position: absolute;
    z-index: 3;
    top: calc(100% - var(--fh-loader-progress));
    left: 13%;
    width: 74%;
    height: 2px;
    opacity: 0.9;
    transform: translateY(-50%);
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #fff5ca 24%, #ffc63f 50%, #fff5ca 76%, transparent);
    box-shadow: 0 0 8px #ffbf31, 0 0 20px rgba(255, 177, 28, 0.72);
    will-change: top;
}

.fh-page-loader__copy {
    display: grid;
    justify-items: center;
    margin-top: -9px;
    text-align: center;
}

.fh-page-loader__eyebrow {
    color: #e3b94e;
    font-family: "Arial Narrow", "Avenir Next Condensed", sans-serif;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.24em;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 0 9px rgba(237, 176, 35, 0.38);
}

.fh-page-loader__message {
    margin-top: 8px;
    color: #fff8e7;
    font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.fh-page-loader__progress {
    position: relative;
    width: 100%;
    height: 5px;
    margin-top: 15px;
    overflow: hidden;
    border: 1px solid rgba(255, 217, 122, 0.3);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 12px rgba(235, 169, 27, 0.1);
}

.fh-page-loader__progress-fill {
    display: block;
    width: var(--fh-loader-progress);
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #9a5900, #f1aa16 48%, #fff0a7 76%, #ffc63c);
    box-shadow: 0 0 11px rgba(255, 190, 49, 0.78);
    will-change: width;
}

.fh-page-loader__value {
    min-width: 52px;
    margin-top: 8px;
    color: #ffd465;
    font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 0.78rem;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.06em;
    text-align: center;
    text-shadow: 0 0 8px rgba(255, 187, 41, 0.5);
}

.fh-page-loader.is-active:not(.is-complete) .fh-page-loader__stage {
    animation: fh-loader-breathe 1.8s ease-in-out infinite alternate;
}

.fh-page-loader.is-complete .fh-page-loader__logo-edge {
    display: none;
}

.fh-page-loader.is-complete .fh-page-loader__logo-fill {
    overflow: visible;
    clip-path: none;
    filter: none;
    animation: none;
    transition: none;
}

.fh-page-loader.is-complete .fh-page-loader__logo-fill img {
    animation: fh-loader-complete-flash 320ms ease-out both;
}

.fh-page-loader.is-complete .fh-page-loader__logo::after {
    animation: fh-loader-logo-mask-flash 320ms ease-out both;
}

.fh-page-loader.is-complete .fh-page-loader__progress-fill {
    width: 100%;
}

@keyframes fh-loader-breathe {
    from { transform: translate3d(0, -1.5vh, 0) scale(0.996); }
    to { transform: translate3d(0, -1.5vh, 0) scale(1.006); }
}

@keyframes fh-loader-complete-flash {
    0% { filter: saturate(1.16) contrast(1.08) brightness(1); }
    48% { filter: saturate(1.34) contrast(1.08) brightness(1.3); }
    100% { filter: saturate(1.16) contrast(1.08) brightness(1.04); }
}

@keyframes fh-loader-logo-mask-flash {
    0%, 100% { opacity: 0; }
    48% { opacity: 0.72; }
}

@media (max-width: 760px) {
    .fh-page-loader {
        padding: 18px;
    }

    .fh-page-loader__stage {
        width: min(84vw, 286px);
    }

    .fh-page-loader__logo {
        width: clamp(184px, 60vw, 224px);
    }

    .fh-page-loader__eyebrow {
        font-size: 0.58rem;
        letter-spacing: 0.18em;
    }

    .fh-page-loader__message {
        font-size: 0.78rem;
    }

    .fh-page-loader__progress {
        height: 7px;
        margin-top: 17px;
    }

    .fh-page-loader__value {
        margin-top: 10px;
        font-size: 0.86rem;
    }

    .fh-page-loader__progress,
    .fh-page-loader__value {
        transform: translateZ(0);
    }

    .fh-page-loader.is-active.is-leaving {
        transition: opacity 280ms cubic-bezier(0.22, 0.72, 0.25, 1);
    }

    .fh-page-loader.is-active:not(.is-complete) .fh-page-loader__stage {
        animation: none;
    }

    .fh-page-loader__stage,
    .fh-page-loader__logo,
    .fh-page-loader__logo-fill,
    .fh-page-loader__logo-fill img,
    .fh-page-loader__logo-edge {
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

    .fh-page-loader__ice {
        opacity: 0.42;
    }

    .fh-page-loader.is-complete .fh-page-loader__logo-fill img,
    .fh-page-loader.is-complete .fh-page-loader__logo::after {
        animation-duration: 260ms;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fh-page-loader,
    .fh-page-loader__stage,
    .fh-page-loader__logo::after,
    .fh-page-loader__logo-fill,
    .fh-page-loader__logo-fill img,
    .fh-page-loader__logo-edge,
    .fh-page-loader__progress-fill {
        animation: none !important;
        transition-duration: 1ms !important;
    }
}
/* /FH SFL progressive page loader v0.3.53 */

/* FH clear and correctly layered desktop service logos v0.3.44 */
@media (min-width: 981px) {
    .fh-top-band__services,
    .fh-top-band__services .fh-header__cta {
        position: relative;
        z-index: 5;
        isolation: isolate;
        overflow: visible;
    }

    .fh-top-band .fh-header__fantagazza,
    .fh-top-band .fh-header__cta > .fh-connect.is-docked,
    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher {
        position: relative;
        z-index: 6;
        align-self: center;
        opacity: 1;
    }

    .fh-top-band .fh-header__fantagazza {
        overflow: visible;
        filter: none;
    }

    .fh-top-band .fh-header__fantagazza img {
        opacity: 1;
        filter: brightness(1.12) contrast(1.08) saturate(1.12);
        transform: translateY(-1px);
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher {
        overflow: visible;
        filter: none;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-logo {
        opacity: 1;
        filter:
            brightness(1.22)
            contrast(1.1)
            saturate(1.22)
            drop-shadow(0 0 6px rgba(41, 238, 99, 0.58));
        transform: translateY(-1px);
    }
}
/* /FH clear and correctly layered desktop service logos v0.3.44 */

/* FH FantApp online counter at the lower-right on desktop v0.3.47 */
@media (min-width: 981px) {
    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-online {
        top: auto;
        right: -4px;
        bottom: -6px;
        left: auto;
        z-index: 8;
        transform: none;
        border-color: rgba(224, 255, 234, 0.9);
        background: #20a957;
        color: #fff;
        box-shadow:
            0 7px 14px rgba(10, 111, 52, 0.3),
            0 0 0 2px rgba(42, 208, 103, 0.12);
    }
}
/* /FH FantApp online counter at the lower-right on desktop v0.3.47 */

/* FH ray-star arena lights and restored Jubilee glow v0.3.50 */
@media (min-width: 981px) {
    /* Retire the old light that travelled under the team logos. */
    .fh-header-team-strip::before {
        opacity: 0 !important;
        animation: none !important;
    }

    .fh-header-team-strip .fh-team-pill__logo-wrap::after {
        content: none !important;
        animation: none !important;
    }

    /* The existing decorative fragments become scattered arena glints. */
    .fh-header__ice-shards i {
        z-index: 2;
        width: var(--fh-star-core, 3px) !important;
        height: var(--fh-star-core, 3px) !important;
        border: 0;
        border-radius: 50%;
        opacity: 0;
        overflow: visible;
        clip-path: none;
        background: #fffdf2;
        box-shadow:
            0 0 3px rgba(255, 255, 255, 1),
            0 0 7px rgba(255, 196, 48, 0.92);
        filter:
            drop-shadow(0 0 2px rgba(255, 255, 255, 0.96))
            drop-shadow(0 0 5px rgba(255, 190, 43, 0.72));
        transform: translateZ(0) scale(0.3) rotate(0deg);
        animation: fh-header-random-star var(--fh-star-speed, 7.4s) ease-in-out var(--fh-star-delay, 0s) infinite;
    }

    .fh-header__ice-shards i::before,
    .fh-header__ice-shards i::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        pointer-events: none;
        border-radius: 999px;
        background: linear-gradient(90deg, transparent, rgba(255, 214, 106, 0.28) 16%, #fffdf0 50%, rgba(255, 214, 106, 0.28) 84%, transparent);
        filter: drop-shadow(0 0 3px rgba(255, 201, 64, 0.75));
        transform: translate(-50%, -50%);
    }

    .fh-header__ice-shards i::before {
        width: 1px;
        height: var(--fh-star-ray, 19px);
        background: linear-gradient(180deg, transparent, rgba(255, 214, 106, 0.28) 16%, #fffdf0 50%, rgba(255, 214, 106, 0.28) 84%, transparent);
    }

    .fh-header__ice-shards i::after {
        width: var(--fh-star-ray, 19px);
        height: 1px;
    }

    .fh-header__ice-shards i:nth-of-type(1) { --fh-star-core: 3px; --fh-star-ray: 22px; --fh-star-speed: 7.8s; --fh-star-delay: -1.1s; top: 14%; left: 7%; }
    .fh-header__ice-shards i:nth-of-type(2) { --fh-star-core: 2px; --fh-star-ray: 15px; --fh-star-speed: 6.4s; --fh-star-delay: -4.8s; top: 67%; left: 21%; }
    .fh-header__ice-shards i:nth-of-type(3) { --fh-star-core: 3px; --fh-star-ray: 25px; --fh-star-speed: 9.1s; --fh-star-delay: -6.2s; top: 22%; left: 36%; }
    .fh-header__ice-shards i:nth-of-type(4) { --fh-star-core: 2px; --fh-star-ray: 18px; --fh-star-speed: 7.1s; --fh-star-delay: -2.7s; top: 73%; left: 48%; }
    .fh-header__ice-shards i:nth-of-type(5) { --fh-star-core: 3px; --fh-star-ray: 21px; --fh-star-speed: 8.6s; --fh-star-delay: -7.3s; top: 16%; right: 35%; }
    .fh-header__ice-shards i:nth-of-type(6) { --fh-star-core: 2px; --fh-star-ray: 16px; --fh-star-speed: 6.8s; --fh-star-delay: -3.4s; top: 62%; right: 23%; }
    .fh-header__ice-shards i:nth-of-type(7) { --fh-star-core: 3px; --fh-star-ray: 27px; --fh-star-speed: 9.6s; --fh-star-delay: -5.5s; top: 26%; right: 11%; }
    .fh-header__ice-shards i:nth-of-type(8) { --fh-star-core: 2px; --fh-star-ray: 17px; --fh-star-speed: 7.5s; --fh-star-delay: -0.8s; top: 70%; right: 3%; }

    .fh-header__arena-light {
        top: -92px;
        width: min(39vw, 560px);
        height: 280px;
        opacity: 0;
        filter: blur(9px);
    }

    .fh-header__arena-light--gold {
        left: 9%;
        animation: fh-header-random-beam-left 13.5s ease-in-out -2.7s infinite;
    }

    .fh-header__arena-light--ice {
        right: 5%;
        animation: fh-header-random-beam-right 16s ease-in-out -8.4s infinite;
    }

    /* Restore the premium glow around the Jubilee without altering its artwork. */
    .fh-brand--jubilee::before {
        opacity: 0.74;
        background: radial-gradient(ellipse, rgba(255, 235, 173, 0.8) 0 5%, rgba(255, 187, 34, 0.52) 24%, transparent 72%);
        filter: blur(7px);
        animation: fh-jubilee-halo-pulse 4.8s ease-in-out infinite;
    }

    .fh-brand--jubilee::after {
        content: "";
        position: absolute;
        z-index: 4;
        display: block;
        top: 17px;
        right: 18px;
        bottom: auto;
        left: auto;
        width: 13px;
        height: 13px;
        border-radius: 0;
        opacity: 0;
        clip-path: polygon(50% 0, 59% 40%, 100% 50%, 59% 60%, 50% 100%, 41% 60%, 0 50%, 41% 40%);
        background: radial-gradient(circle, #fff 0 10%, #fff5cb 30%, #ffc438 58%, transparent 74%);
        filter: drop-shadow(0 0 4px #fff1b2) drop-shadow(0 0 11px rgba(255, 183, 27, 0.95));
        mix-blend-mode: screen;
        transform: scale(0.3) rotate(0deg);
        animation: fh-jubilee-metal-glint 5.6s ease-in-out -1.2s infinite;
    }

    .fh-brand--jubilee .fh-brand__mark {
        animation: fh-jubilee-logo-glow 4.8s ease-in-out infinite;
    }
}

@keyframes fh-header-random-star {
    0%, 14%, 23%, 61%, 100% {
        opacity: 0;
        transform: translateZ(0) scale(0.28) rotate(0deg);
    }
    17% {
        opacity: 0.98;
        transform: translateZ(0) scale(1.35) rotate(42deg);
    }
    20% {
        opacity: 0.38;
        transform: translateZ(0) scale(0.72) rotate(68deg);
    }
    64% {
        opacity: 0.76;
        transform: translateZ(0) scale(1) rotate(112deg);
    }
    67% {
        opacity: 0;
        transform: translateZ(0) scale(0.35) rotate(138deg);
    }
}

@keyframes fh-header-random-beam-left {
    0%, 9%, 28%, 66%, 100% { opacity: 0; transform: rotate(-24deg) scaleX(0.78); }
    13% { opacity: 0.31; transform: rotate(-8deg) scaleX(1.06); }
    20% { opacity: 0.12; transform: rotate(13deg) scaleX(0.9); }
    70% { opacity: 0.24; transform: rotate(21deg) scaleX(1.08); }
    77% { opacity: 0; transform: rotate(34deg) scaleX(0.82); }
}

@keyframes fh-header-random-beam-right {
    0%, 34%, 44%, 78%, 100% { opacity: 0; transform: rotate(28deg) scaleX(0.8); }
    38% { opacity: 0.26; transform: rotate(10deg) scaleX(1.08); }
    48% { opacity: 0.1; transform: rotate(-9deg) scaleX(0.92); }
    82% { opacity: 0.28; transform: rotate(-24deg) scaleX(1.05); }
    89% { opacity: 0; transform: rotate(-36deg) scaleX(0.84); }
}

@keyframes fh-jubilee-halo-pulse {
    0%, 100% { opacity: 0.5; transform: scaleX(0.88) scaleY(0.82); }
    50% { opacity: 0.9; transform: scaleX(1.12) scaleY(1.05); }
}

@keyframes fh-jubilee-logo-glow {
    0%, 100% {
        filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.58)) drop-shadow(0 0 8px rgba(255, 184, 34, 0.3));
    }
    50% {
        filter: drop-shadow(0 9px 13px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 16px rgba(255, 198, 62, 0.7));
    }
}

@keyframes fh-jubilee-metal-glint {
    0%, 22%, 31%, 100% { opacity: 0; transform: scale(0.3) rotate(0deg); }
    25% { opacity: 1; transform: scale(1.35) rotate(48deg); }
    28% { opacity: 0.34; transform: scale(0.72) rotate(78deg); }
}

@media (min-width: 981px) and (prefers-reduced-motion: reduce) {
    .fh-header__ice-shards i,
    .fh-header__arena-light,
    .fh-brand--jubilee::before,
    .fh-brand--jubilee::after,
    .fh-brand--jubilee .fh-brand__mark {
        animation: none !important;
    }

    .fh-header__ice-shards i {
        opacity: 0.34;
        transform: none;
    }
}
/* /FH ray-star arena lights and restored Jubilee glow v0.3.50 */

/* FH balanced two-tier desktop arena header v0.3.54 */
@media (min-width: 1181px) {
    :root {
        --fh-header-height: 76px;
        --fh-band-height: 40px;
    }

    .fh-header {
        overflow: visible;
        border-bottom-color: rgba(255, 205, 76, 0.42);
        box-shadow:
            0 10px 28px rgba(0, 0, 0, 0.3),
            inset 0 -1px 0 rgba(255, 213, 103, 0.2);
    }

    .fh-header__inner {
        display: grid;
        grid-template-columns: 118px minmax(0, 1fr) 112px;
        align-items: center;
        width: 100%;
        min-height: 76px;
        height: 76px;
        margin: 0;
        padding: 0 12px;
        gap: 10px;
        overflow: visible;
    }

    .fh-header__brand-group {
        position: static;
        grid-column: 1;
        display: flex;
        width: 118px;
        height: 68px;
        min-width: 0;
        padding: 0;
        flex: none;
        overflow: visible;
    }

    .fh-header__draft {
        top: 4px;
        width: 116px;
        min-width: 116px;
        height: 58px;
        padding: 0 7px 0 1px;
        flex: 0 0 116px;
        justify-content: flex-start;
        gap: 5px;
        border-radius: 15px;
        border-color: rgba(255, 207, 81, 0.7);
        background:
            linear-gradient(135deg, rgba(255, 241, 190, 0.13), transparent 44%),
            linear-gradient(180deg, rgba(45, 39, 25, 0.98), rgba(8, 9, 9, 0.99));
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.19),
            0 5px 14px rgba(0, 0, 0, 0.4),
            0 0 14px rgba(244, 180, 34, 0.18);
    }

    .fh-header__draft img {
        width: 56px;
        height: 56px;
        flex: 0 0 56px;
        border-radius: 14px;
    }

    .fh-header__draft-label {
        display: inline-flex;
        color: #ffe28b;
        font-size: 0.6rem;
        letter-spacing: 0.025em;
        line-height: 1;
    }

    .fh-header__center-stack {
        grid-column: 2;
        display: block;
        align-self: center;
        width: 100%;
        min-width: 0;
        height: 68px;
        overflow: hidden;
    }

    .fh-header-team-strip {
        height: 68px;
        overflow: hidden;
        border-radius: 15px;
        background:
            radial-gradient(ellipse at 50% 112%, rgba(255, 193, 48, 0.17), transparent 67%),
            linear-gradient(180deg, rgba(255, 222, 137, 0.045), rgba(255, 158, 28, 0.018));
    }

    .fh-header-team-strip .fh-team-strip__track {
        display: grid;
        grid-template-columns: repeat(14, minmax(0, 1fr));
        align-items: center;
        justify-items: center;
        width: 100%;
        height: 68px;
        padding: 2px 3px;
        gap: clamp(1px, 0.28vw, 5px);
    }

    .fh-header-team-strip .fh-team-pill {
        width: clamp(44px, 3.8vw, 56px);
        max-width: 56px;
        height: 58px;
        border-radius: 16px;
    }

    .fh-header-team-strip .fh-team-pill::before {
        top: -1px;
        width: 58px;
        height: 61px;
    }

    .fh-header-team-strip .fh-team-pill__logo-wrap {
        width: clamp(44px, 3.7vw, 54px);
        height: clamp(44px, 3.7vw, 54px);
        padding: 1px;
        background: radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.23), rgba(255, 220, 130, 0.07) 47%, transparent 73%);
    }

    .fh-header-team-strip .fh-team-pill__logo {
        filter:
            brightness(1.12)
            contrast(1.04)
            drop-shadow(0 4px 5px rgba(0, 0, 0, 0.58))
            drop-shadow(0 0 6px rgba(255, 220, 136, 0.24));
    }

    .fh-brand--jubilee {
        position: absolute;
        z-index: 34;
        top: 0;
        right: 4px;
        width: 112px;
        height: 112px;
        margin: 0;
        padding: 0;
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .fh-brand--jubilee .fh-brand__mark,
    .fh-brand--jubilee .fh-brand__mark img {
        width: 112px;
        height: 112px;
    }

    .fh-brand--jubilee .fh-brand__mark {
        flex: 0 0 112px;
    }

    .fh-brand--jubilee .fh-brand__mark img {
        object-fit: cover;
        object-position: 50% 50%;
        -webkit-mask-image: radial-gradient(ellipse 51% 51% at 50% 50%, #000 0 84%, rgba(0, 0, 0, 0.96) 89%, rgba(0, 0, 0, 0.56) 94%, transparent 100%);
        mask-image: radial-gradient(ellipse 51% 51% at 50% 50%, #000 0 84%, rgba(0, 0, 0, 0.96) 89%, rgba(0, 0, 0, 0.56) 94%, transparent 100%);
    }

    .fh-top-band {
        height: 40px;
        border-top: 1px solid rgba(255, 218, 124, 0.12);
        border-bottom: 1px solid rgba(255, 203, 65, 0.43);
        background:
            linear-gradient(90deg, rgba(255, 193, 49, 0.08), transparent 22% 78%, rgba(255, 193, 49, 0.07)),
            linear-gradient(180deg, rgba(34, 33, 29, 0.99), rgba(7, 8, 9, 0.995));
        box-shadow: 0 7px 16px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    }

    .fh-top-band__inner {
        display: grid;
        grid-template-columns: clamp(252px, 22vw, 284px) minmax(0, 1fr) max-content;
        align-items: center;
        width: 100%;
        min-height: 40px;
        height: 40px;
        margin: 0;
        padding: 0 128px 0 12px;
        gap: 8px;
        overflow: visible;
    }

    .fh-band-countdown {
        grid-column: 1;
        width: 100%;
        height: 40px;
    }

    .fh-band-countdown .fh-header-countdown {
        width: 100%;
        min-height: 32px;
        height: 32px;
        justify-content: space-between;
        padding: 0 7px 0 10px;
    }

    .fh-band-nav {
        grid-column: 2;
        width: 100%;
        min-width: 0;
        height: 34px;
    }

    .fh-band-nav__list,
    .fh-band-nav ul,
    .fh-band-nav .menu {
        height: 34px;
        gap: 5px;
    }

    .fh-band-nav__list a,
    .fh-band-nav ul a,
    .fh-band-nav .menu a {
        height: 32px;
        padding: 0 5px;
        border: 1px solid rgba(255, 217, 119, 0.42);
        border-radius: 10px;
        background:
            linear-gradient(120deg, rgba(255, 240, 195, 0.09), transparent 38%),
            linear-gradient(180deg, rgba(72, 68, 57, 0.98), rgba(15, 16, 16, 0.99));
        color: #fff9e9;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.18),
            inset 0 -1px 0 rgba(255, 193, 48, 0.1),
            0 3px 8px rgba(0, 0, 0, 0.26);
        font-size: clamp(0.59rem, 0.61vw, 0.68rem);
        font-weight: 800;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.92);
        transform: none;
    }

    .fh-band-nav__list a:hover,
    .fh-band-nav .current-menu-item > a,
    .fh-band-nav .current_page_item > a {
        border-color: rgba(255, 220, 116, 0.88);
        background:
            linear-gradient(120deg, rgba(255, 245, 207, 0.17), transparent 43%),
            linear-gradient(180deg, rgba(150, 112, 33, 0.98), rgba(45, 32, 12, 0.99));
        color: #fff0a3;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.3),
            0 4px 11px rgba(0, 0, 0, 0.34),
            0 0 11px rgba(255, 190, 42, 0.25);
    }

    .fh-top-band__services {
        grid-column: 3;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: auto;
        min-width: 0;
        height: 40px;
        gap: 6px;
    }

    .fh-top-band__services .fh-header__cta {
        display: flex;
        align-items: center;
        height: 32px;
        gap: 5px;
    }

    .fh-top-band .fh-header__fantagazza {
        width: clamp(108px, 8.5vw, 124px);
        height: 32px;
        flex: 0 0 clamp(108px, 8.5vw, 124px);
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .fh-top-band .fh-header__fantagazza img {
        width: 100%;
        height: 31px;
        object-fit: contain;
        transform: none;
        filter: brightness(1.14) contrast(1.08) saturate(1.12) drop-shadow(0 0 5px rgba(255, 193, 45, 0.22));
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked {
        --fh-assistant-control-width: 76px;
        --fh-assistant-control-height: 32px;
        width: 76px;
        height: 32px !important;
        min-height: 32px !important;
        max-height: 32px !important;
        flex: 0 0 76px;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher,
    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-logo {
        height: 32px !important;
        min-height: 32px !important;
        max-height: 32px !important;
    }

    .fh-top-band .fh-header__account {
        display: flex;
        align-items: center;
        width: auto;
        height: 32px;
        margin: 0;
        flex: 0 0 auto;
    }

    .fh-top-band .fh-header__account-link {
        min-width: 52px;
        min-height: 30px;
        height: 30px;
        padding: 0 9px;
        border: 1px solid rgba(255, 217, 118, 0.52);
        border-radius: 10px;
        background: linear-gradient(180deg, rgba(74, 68, 53, 0.98), rgba(12, 13, 13, 0.99));
        color: #fff2c6;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 3px 8px rgba(0, 0, 0, 0.28);
        font-size: 0.64rem;
        font-weight: 850;
    }
}
/* /FH balanced two-tier desktop arena header v0.3.54 */

@media (min-width: 981px) and (max-width: 1180px) {
    .fh-top-band .fh-header__account {
        display: flex;
        align-items: center;
        height: 30px;
        margin: 0;
    }

    .fh-top-band .fh-header__account-link {
        min-width: 46px;
        min-height: 28px;
        height: 28px;
        padding: 0 6px;
        font-size: 0.59rem;
    }
}

/* FH authoritative FantApp header placement v0.3.56 */
@media (min-width: 981px) {
    .fh-top-band .fh-header__cta > .fh-connect.is-docked {
        --fh-assistant-control-width: 84px;
        --fh-assistant-control-height: 34px;
        width: 84px;
        height: 34px !important;
        min-height: 34px !important;
        max-height: 34px !important;
        flex: 0 0 84px;
        overflow: visible;
        isolation: isolate;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher {
        position: relative;
        width: 84px;
        height: 34px !important;
        min-height: 34px !important;
        max-height: 34px !important;
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        isolation: isolate;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher::before {
        content: "";
        position: absolute;
        z-index: -1;
        inset: 7px 3px 2px 8px;
        border-radius: 50%;
        background: radial-gradient(ellipse, rgba(39, 225, 103, 0.48), rgba(28, 182, 79, 0.14) 50%, transparent 76%);
        filter: blur(6px);
        opacity: 0.34;
        transition: opacity 180ms ease, filter 180ms ease;
        pointer-events: none;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked:has(.fh-connect__launcher-online) .fh-connect__launcher::before {
        opacity: 0.82;
        filter: blur(7px);
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-logo {
        width: 84px;
        height: 34px !important;
        min-height: 34px !important;
        max-height: 34px !important;
        object-fit: contain;
        opacity: 1;
        transform: none;
        filter:
            brightness(1.18)
            contrast(1.1)
            saturate(1.17)
            drop-shadow(0 2px 2px rgba(0, 0, 0, 0.68))
            drop-shadow(0 0 5px rgba(39, 221, 101, 0.32));
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-badge {
        top: -2px;
        right: -4px;
        min-width: 18px;
        height: 18px;
        padding: 0 4px;
        border: 2px solid #151715;
        background: linear-gradient(180deg, #ff665e, #c82721);
        color: #fff;
        font-size: 9px;
        font-weight: 900;
        line-height: 1;
        box-shadow: 0 3px 8px rgba(114, 8, 6, 0.46), 0 0 7px rgba(255, 75, 65, 0.28);
        z-index: 11;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-online {
        top: auto;
        right: -2px;
        bottom: -3px;
        left: auto;
        min-width: 17px;
        height: 17px;
        padding: 0 4px;
        border: 2px solid #112719;
        background: linear-gradient(180deg, #50e988, #109943);
        color: #fff;
        font-size: 9px;
        font-weight: 900;
        line-height: 1;
        transform: none;
        box-shadow: 0 3px 8px rgba(4, 94, 38, 0.5), 0 0 0 1px rgba(103, 255, 157, 0.2), 0 0 8px rgba(48, 225, 111, 0.46);
        z-index: 11;
    }
}
/* /FH authoritative FantApp header placement v0.3.56 */

/* FH larger FantApp online counter v0.3.57 */
@media (min-width: 981px) {
    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-online {
        right: -3px;
        bottom: -4px;
        min-width: 20px;
        height: 20px;
        padding: 0 5px;
        font-size: 10px;
        border-width: 2px;
    }
}
/* /FH larger FantApp online counter v0.3.57 */

/* FH FantApp counter embedded in the logo lobe v0.3.63 */
@media (min-width: 1181px) {
    .fh-top-band .fh-header__cta > .fh-connect.is-docked {
        --fh-assistant-control-width: 92px;
        width: 92px;
        flex-basis: 92px;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher,
    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-logo {
        width: 92px;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-online {
        top: 1px;
        right: 1px;
        bottom: auto;
        left: auto;
        min-width: 18px;
        width: auto;
        height: 18px;
        padding: 0 4px;
        border: 1px solid #fff;
        border-radius: 999px;
        background: #18c040;
        color: #06120a;
        font-size: 10px;
        font-weight: 950;
        line-height: 1;
        letter-spacing: -0.02em;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24);
        transform: none;
        filter: brightness(1.18) contrast(1.1) saturate(1.17);
        box-shadow:
            0 0 0 2px rgba(5, 13, 8, 0.96),
            0 0 0 3px rgba(24, 192, 64, 0.9),
            0 3px 8px rgba(0, 0, 0, 0.5),
            0 0 8px rgba(24, 192, 64, 0.44);
        z-index: 12;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-online:hover,
    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-online:focus-visible {
        background: #18c040;
        filter: brightness(1.28) contrast(1.1) saturate(1.2);
        outline: 1px solid rgba(255, 255, 255, 0.96);
        outline-offset: 2px;
    }

    .fh-top-band .fh-header__cta > .fh-connect.is-docked .fh-connect__launcher-badge {
        top: -4px;
        right: auto;
        left: -5px;
    }
}
/* /FH FantApp counter embedded in the logo lobe v0.3.63 */
