/* A single football ribbon beneath the hero, without repeated marquee content. */
.football-ticker-shell { position: relative; z-index: 4; margin-top: -2px; color: #f7ebf3; background: linear-gradient(120deg,#321a2a,#1b121d 60%); border-top: 2px solid #d9b16c; border-bottom: 3px solid #b65582; box-shadow: inset 0 1px 0 #fff2,0 8px 0 #0c0810,0 18px 36px #0004; }
.football-ticker-header { display: flex; align-items: center; gap: 22px; padding: 9px 4vw 3px; }
.football-ticker-brand { display: inline-flex; align-items: center; gap: 9px; margin: 0; font: 800 12px/1.4 var(--font-body); color: #f1d396; white-space: nowrap; letter-spacing: .045em; }
.football-ticker-brand > span { width: 7px; height: 7px; border: 1px solid #e6bf7d; background: #bc5b89; transform: rotate(45deg); box-shadow: 2px 2px 0 #6f3551; }
.football-ticker-brand b { color: #cbb2c3; font-size: 8px; letter-spacing: .13em; }
.football-ticker-tabs { display: flex; gap: 3px; }
.football-ticker-tabs button { min-height: 44px; padding: 8px 13px; border: 0; border-bottom: 2px solid transparent; color: #ceb9c7; background: transparent; font: 750 11px/1.4 var(--font-body); cursor: pointer; }
.football-ticker-tabs button[aria-pressed=true] { color: #ffe8f4; border-bottom-color: #eebee0; background: #6c2f4d35; }
.football-ticker-controls { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.football-ticker-controls button { min-width: 38px; min-height: 44px; padding: 6px 10px; border: 1px solid #78556b; border-radius: 5px; color: #efdbE8; background: #291c29; font: 750 10px/1.4 var(--font-body); cursor: pointer; }
.football-ticker-controls button[data-ticker-step] { font: 22px/1 var(--font-body); }
.football-ticker-controls button[data-ticker-auto] { min-width: 98px; }
.football-ticker-controls button[data-ticker-auto] > span { color: #f2cf8e; margin-left: 3px; }
.football-ticker-controls button:disabled { opacity: .5; cursor: default; }
.football-ticker-viewport { width: 100%; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #82546e #20121e; outline: none; }
.football-ticker-viewport::-webkit-scrollbar { height: 5px; }
.football-ticker-viewport::-webkit-scrollbar-track { background: #20121e; }
.football-ticker-viewport::-webkit-scrollbar-thumb { background: #82546e; border-radius: 5px; }
.football-ticker-track { display: flex; align-items: stretch; width: max-content; min-width: 100%; gap: 0; list-style: none; margin: 0; padding: 8px 4vw 10px; }
.football-ticker-track > li { margin: 0; padding: 0 19px; border-right: 1px solid #76516a88; flex: 0 0 auto; }
.football-ticker-track > li:first-child { padding-left: 0; }
.football-ticker-track > li:last-child { border-right: 0; }
.football-ticker-track a { display: block; color: #f1e4ed; text-decoration: none; min-height: 72px; }
.football-ticker-score { width: 228px; }
.football-ticker-state { display: block; color: #d8bace; font-size: 8px; font-weight: 800; line-height: 1.5; white-space: nowrap; }
.football-ticker-state.is-live { color: #b2e2bd; }
.football-ticker-state.is-live::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; margin-right: 5px; background: #b2e2bd; }
.football-ticker-state.is-final { color: #f1d095; }
.football-ticker-teams { display: flex; gap: 10px; align-items: center; margin: 6px 0; }
.football-ticker-team { display: inline-flex; align-items: center; gap: 6px; }
.football-ticker-team b { font: 800 12px/1 var(--font-body); }
.football-ticker-team strong { color: #fff1f9; font: 22px/1 var(--font-display); margin-left: 1px; }
.football-ticker-teams > i { color: #ab8fa1; font: normal 8px/1 var(--font-body); }
.football-ticker-mark { display: grid; place-items: center; width: 32px; height: 30px; border-radius: 7px; background: linear-gradient(145deg,#fff8fd,#c2adca); border: 1px solid #fff9; box-shadow: 0 2px 0 #6e5874,0 4px 6px #0005; }
.football-ticker-mark img { width: 28px; height: 28px; object-fit: contain; filter: drop-shadow(0 2px 1px #33203655); }
.football-ticker-score time { display: block; color: #c6afbf; font-size: 8px; line-height: 1.5; }
.football-ticker-headline { width: min(420px,78vw); }
.football-ticker-headline a { position: relative; padding-right: 19px; }
.football-ticker-headline time { color: #e0bd8f; font-size: 8px; line-height: 1.5; display: block; margin-bottom: 7px; }
.football-ticker-headline strong { display: block; font: 650 12px/1.55 var(--font-body); max-width: 100%; overflow-wrap: anywhere; }
.football-ticker-headline a > span { position: absolute; top: 24px; right: 0; color: #e5b4d0; font-size: 15px; }
.football-ticker-empty { min-width: 230px; }
.football-ticker-empty a { display: flex; align-items: center; color: #e6c283; font-size: 12px; }
.football-ticker-footer { display: flex; justify-content: space-between; gap: 20px; padding: 4px 4vw 11px; }
.football-ticker-footer p { margin: 0; color: #bea4b5; font-size: 8px; line-height: 1.65; }
.football-ticker-footer p:first-child { color: #d5b5ca; }
.football-ticker-shell button:focus-visible,.football-ticker-shell a:focus-visible,.football-ticker-viewport:focus-visible { outline: 2px solid #f4cf85; outline-offset: 3px; }
.football-ticker-track a:focus-visible { outline-offset: 5px; }
.football-ticker-track a:hover .football-ticker-team b,.football-ticker-headline a:hover strong { color: #ffc5e2; }
@media (max-width:650px) { .football-ticker-header { flex-wrap: wrap; gap: 1px 14px; padding-top: 9px; } .football-ticker-brand { flex: 1; } .football-ticker-brand b { display: none; } .football-ticker-controls { gap: 5px; } .football-ticker-controls button { min-width: 34px; padding: 5px 7px; } .football-ticker-controls button[data-ticker-auto] { min-width: 93px; } .football-ticker-tabs { order: 3; width: 100%; } .football-ticker-tabs button { flex: 1; min-height: 40px; } .football-ticker-score { width: 219px; } .football-ticker-footer { flex-direction: column; gap: 2px; padding-bottom: 10px; } .football-ticker-headline { width: 83vw; } }
@media (prefers-reduced-motion:reduce) { .football-ticker-viewport { scroll-behavior: auto; } }
.motion-off .football-ticker-viewport { scroll-behavior: auto; }
.football-ticker-score { width: 270px; }
.football-ticker-state { overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
@media (max-width:650px) { .football-ticker-score { width: 264px; } }
.football-ticker-controls [data-ticker-step] { min-width: 44px; }
.football-ticker-state,.football-ticker-score time,.football-ticker-headline time { font-size: 9px; }
.football-ticker-footer p { font-size: 10px; }
