:root {
    --ink: #071b18;
    --ink-2: #0b2823;
    --green: #19d889;
    --lime: #b9f33d;
    --paper: #f3f6f2;
    --white: #fff;
    --muted: #687670;
    --line: #dce4df;
    --orange: #ff884d;
    --red: #ff5365;
    --shadow: 0 18px 60px rgba(7, 27, 24, .09);
    --radius: 22px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    background: var(--paper);
    color: var(--ink);
    font-family: Tahoma, Arial, sans-serif;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(1120px, calc(100% - 36px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; right: 18px; z-index: 1000; padding: 10px 16px; border-radius: 0 0 10px 10px; background: var(--lime); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 0; }

.site-header { position: relative; z-index: 20; background: var(--ink); color: #fff; border-bottom: 1px solid rgba(255,255,255,.09); }
.header-glow { position: absolute; inset: 0 60% 0 0; overflow: hidden; pointer-events: none; }
.header-glow::after { content: ""; position: absolute; width: 220px; height: 220px; top: -150px; left: 15%; border-radius: 50%; background: var(--green); filter: blur(70px); opacity: .24; }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 40px; }
.brand { flex: 0 0 auto; }
.brand img { height: 54px; width: auto; }
.main-nav { display: flex; align-items: stretch; align-self: stretch; gap: 28px; }
.main-nav a { position: relative; display: grid; place-items: center; color: #a9bab4; font-size: 14px; font-weight: 600; transition: color .2s ease; }
.main-nav a:hover, .main-nav a.active { color: #fff; }
.main-nav a.active::after { content: ""; position: absolute; bottom: 0; left: 12%; right: 12%; height: 3px; border-radius: 10px 10px 0 0; background: var(--lime); }
.live-pill { margin-inline-start: auto; display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.11); border-radius: 999px; color: #d9e3df; font-size: 11px; }
.live-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(25,216,137,.1); animation: pulse 1.8s infinite; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; border-radius: 5px; background: #fff; }

.hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(115deg, #071b18 0%, #0a2b24 100%); border-bottom: 4px solid var(--lime); }
.hero::after { content: "4"; position: absolute; left: 7%; top: 50%; color: rgba(255,255,255,.025); font: 900 290px/1 Arial, sans-serif; transform: translateY(-49%); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; min-height: 300px; display: grid; grid-template-columns: 1fr 390px; align-items: center; gap: 90px; }
.hero-copy { min-width: 0; padding-block: 55px; }
.eyebrow { margin: 0 0 10px; color: var(--lime); font: 700 12px/1.6 Arial, Tahoma, sans-serif; letter-spacing: .02em; }
.eyebrow span { margin-inline: 5px; color: #66847a; }
.hero h1 { margin: 0; font-size: clamp(42px, 5.4vw, 68px); font-weight: 900; line-height: 1.3; letter-spacing: -.045em; }
.hero-lead { max-width: 600px; margin: 12px 0 0; color: #b2c5be; font-size: 14px; }
.matchday-summary { padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.055); }
.summary-date { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.1); }
.summary-date small { color: #93aaa2; font-size: 10px; }
.summary-date strong { font: 700 15px/1 Arial, sans-serif; direction: ltr; }
.matchday-summary dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 17px 0; }
.matchday-summary dl div { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-inline: 12px; }
.matchday-summary dl div + div { border-right: 1px solid rgba(255,255,255,.1); }
.matchday-summary dt { color: #aabdb6; font-size: 10px; }
.matchday-summary dd { margin: 0; color: var(--lime); font: 800 25px/1 Arial, sans-serif; }
.matchday-summary dd.live-count { color: #ff7180; }
.matchday-summary > a { display: flex; justify-content: space-between; align-items: center; padding: 10px 13px; border-radius: 10px; background: var(--lime); color: var(--ink); font-size: 11px; font-weight: 800; }

.matches-section { padding: 78px 0 60px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 28px; }
.section-kicker { margin: 0 0 5px; color: #168f62; font-size: 11px; font-weight: 800; }
.section-heading h2, .seo-intro h2 { margin: 0; font-size: clamp(25px, 4vw, 38px); line-height: 1.4; letter-spacing: -.04em; }
.date-chip { margin: 0; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; }
.date-chip span { padding: 5px 10px; border-radius: 8px; background: #dfe8e2; color: var(--ink); font-weight: 700; }
.day-tabs { width: min(510px, 100%); margin: 0 auto 30px; display: grid; grid-template-columns: repeat(3, 1fr); padding: 5px; border: 1px solid var(--line); border-radius: 16px; background: #e9eeea; }
.day-tabs a { display: flex; align-items: center; justify-content: center; gap: 7px; padding: 10px 8px; border-radius: 11px; color: var(--muted); font-size: 13px; font-weight: 700; }
.day-tabs small { font-size: 9px; font-weight: 500; opacity: .7; }
.day-tabs a.active { background: var(--white); color: var(--ink); box-shadow: 0 5px 18px rgba(7,27,24,.08); }
.demo-notice { margin: 0 0 18px; padding: 10px 14px; border: 1px solid #eadca7; border-radius: 11px; background: #fff9dd; color: #745b00; font-size: 11px; text-align: center; }
.match-list { display: grid; gap: 17px; }
.match-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 3px 12px rgba(7,27,24,.025); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.match-card:hover { transform: translateY(-3px); border-color: #c7d6cc; box-shadow: var(--shadow); }
.match-card-link { display: block; cursor: pointer; }
.match-card-link:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }
.match-card::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 4px; background: #cbd5cf; }
.match-card.status-live::before { background: var(--red); }
.match-card.status-upcoming::before { background: var(--green); }
.match-card.status-finished::before { background: var(--orange); }
.match-topline { min-height: 52px; padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #edf1ee; }
.competition { margin: 0; display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 700; }
.trophy { color: #c99a19; font-size: 9px; transform: rotate(45deg); }
.status-badge { padding: 5px 10px; border-radius: 999px; background: #eef2ef; color: #67736e; font-size: 10px; font-weight: 800; }
.status-live .status-badge { background: #fff0f2; color: #df3346; }
.status-upcoming .status-badge { background: #e9fbf3; color: #0e9a61; }
.status-finished .status-badge { background: #fff3eb; color: #c85e27; }
.match-main { display: grid; grid-template-columns: 1fr 185px 1fr; align-items: center; min-height: 156px; padding: 20px 8%; }
.team { min-width: 0; display: flex; align-items: center; gap: 15px; }
.away-team { flex-direction: row-reverse; text-align: left; }
.team-logo-shell { position: relative; display: grid; place-items: center; flex: 0 0 70px; width: 70px; height: 70px; padding: 7px; overflow: hidden; border: 1px solid #dbe7e1; border-radius: 50%; background: #fff; box-shadow: 0 6px 16px rgba(27, 68, 50, .09); }
.team-logo-shell img, .team-logo-shell .team-placeholder { position: absolute; inset: 7px; width: 54px; height: 54px; border-radius: 50%; object-fit: contain; }
.team-logo-shell img { z-index: 1; background: #fff; }
.team-logo-shell img.is-broken { display: none; }
.team-placeholder { display: grid; place-items: center; border: 1px solid #cfe1d7; background: linear-gradient(145deg, #e9f8f0, #cdeede); color: #0e8458; font-size: 24px; font-weight: 900; }
.team-placeholder.alt { border-color: #d9dedc; background: linear-gradient(145deg, #f3f5f4, #dfe6e2); color: #42514b; }
.team h3 { margin: 0; overflow: hidden; font-size: 15px; font-weight: 800; line-height: 1.6; text-overflow: ellipsis; }
.match-center { display: grid; justify-items: center; text-align: center; }
.kickoff { color: var(--ink); font-size: 29px; font-weight: 900; line-height: 1.25; letter-spacing: .02em; }
.match-center small { margin-top: 3px; color: #84908b; font-size: 9px; }
.live-time { display: flex; align-items: center; gap: 7px; margin-bottom: 2px; color: #db2d40; font-size: 11px; font-weight: 800; }
.live-time i { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(255,83,101,.12); animation: pulse 1.4s infinite; }
.score { display: flex; align-items: center; gap: 14px; direction: rtl; }
.score strong { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 12px; background: var(--ink); color: #fff; font: 800 23px/1 Arial, sans-serif; }
.score span { color: #a4ada9; }
.match-footer { min-height: 57px; display: flex; align-items: center; gap: 34px; padding: 10px 24px; border-top: 1px solid #edf1ee; background: #fafcfb; }
.match-footer p { display: flex; align-items: center; gap: 7px; margin: 0; color: #52615b; font-size: 11px; font-weight: 600; }
.match-footer p > span { color: #139b67; }
.match-footer p small { color: #9ba49f; font-size: 9px; }
.match-card-cta, .details-muted { margin-inline-start: auto; color: #168f62; font-size: 11px; font-weight: 800; }
.match-card-link:hover .match-card-cta { color: #08764d; }
.details-muted { color: #9ba49f; }
.empty-state { padding: 60px 20px; border: 1px dashed #cbd7d0; border-radius: var(--radius); text-align: center; }
.empty-state > span { display: block; margin-bottom: 12px; font-size: 34px; }
.empty-state h3 { margin: 0; }
.empty-state p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }

.ad-placeholder { min-height: 112px; margin-bottom: 70px; display: grid; place-items: center; align-content: center; border: 1px dashed #c8d2cc; border-radius: 18px; color: #9da8a2; background: rgba(255,255,255,.45); }
.ad-placeholder span { font-size: 9px; }
.ad-placeholder p { margin: 4px 0 0; font-size: 11px; }
.seo-intro { padding: 74px 0; background: #e6ede8; }
.seo-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.seo-copy { padding-top: 4px; columns: 2; column-gap: 36px; }
.seo-copy p { margin: 0; color: #56645f; font-size: 12px; line-height: 2.1; }
.seo-copy p + p { margin-top: 12px; }

.site-footer { padding: 52px 0 20px; background: var(--ink); color: #fff; }
.footer-main { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; padding-bottom: 42px; }
.footer-brand img { height: 47px; }
.footer-main > p { margin: 0; color: #8fa39c; font-size: 11px; }
.footer-main nav { display: flex; flex-wrap: wrap; gap: 22px; color: #acbbb6; font-size: 10px; }
.footer-main nav a:hover { color: var(--lime); }
.copyright { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); color: #6f8680; font-size: 9px; }

@keyframes pulse { 50% { opacity: .45; } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 820px) {
    .nav-wrap { min-height: 72px; gap: 15px; }
    .brand img { height: 47px; }
    .nav-toggle { display: block; margin-inline-start: auto; }
    .live-pill { display: none; }
    .main-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; height: auto; padding: 10px 18px 18px; background: var(--ink); border-top: 1px solid rgba(255,255,255,.08); box-shadow: 0 16px 30px rgba(0,0,0,.18); }
    .main-nav.open { display: grid; }
    .main-nav a { justify-content: start; min-height: 44px; padding: 0 12px; border-radius: 9px; }
    .main-nav a.active { background: rgba(255,255,255,.06); }
    .main-nav a.active::after { display: none; }
    .hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 0; padding-block: 40px; }
    .hero-copy { padding: 0 0 25px; }
    .matchday-summary { width: 100%; }
    .match-main { grid-template-columns: 1fr 120px 1fr; padding-inline: 4%; }
    .team { flex-direction: column; text-align: center; gap: 8px; }
    .away-team { flex-direction: column; text-align: center; }
    .team h3 { font-size: 12px; }
    .match-footer { gap: 18px; }
    .seo-grid { grid-template-columns: 1fr; gap: 28px; }
    .seo-copy { columns: 1; }
    .footer-main { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 560px) {
    .container { width: min(1120px, calc(100% - 24px)); }
    .hero::after { left: -4%; font-size: 220px; }
    .hero h1 { font-size: 42px; }
    .hero-lead { font-size: 13px; }
    .matchday-summary { padding: 16px; }
    .matches-section { padding-top: 52px; }
    .section-heading { align-items: start; flex-direction: column; gap: 10px; }
    .day-tabs { margin-bottom: 20px; }
    .match-topline { padding-inline: 16px; }
    .match-main { grid-template-columns: 1fr 92px 1fr; min-height: 146px; padding: 18px 8px; }
    .team-logo-shell { flex-basis: 58px; width: 58px; height: 58px; padding: 6px; }
    .team-logo-shell img, .team-logo-shell .team-placeholder { inset: 6px; width: 46px; height: 46px; }
    .team-placeholder { font-size: 20px; }
    .kickoff { font-size: 22px; }
    .score { gap: 6px; }
    .score strong { width: 36px; height: 39px; font-size: 19px; }
    .match-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 12px; padding: 12px 16px; }
    .match-footer p { display: grid; grid-template-columns: auto 1fr; gap: 1px 6px; }
    .match-footer p small { grid-column: 2; grid-row: 1; }
    .match-footer p > span { grid-row: 1 / span 2; }
    .match-card-cta, .details-muted { grid-column: 1 / -1; margin: 6px 0 0; padding-top: 8px; border-top: 1px solid #edf1ee; text-align: center; }
    .seo-intro { padding: 55px 0; }
    .footer-main nav { gap: 14px; }
    .copyright { gap: 12px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* kooora4life broadcast theme */
:root {
    --ink: #10172f;
    --ink-2: #172143;
    --green: #12c6d7;
    --lime: #ffcf3d;
    --paper: #f5f7fb;
    --muted: #65708a;
    --line: #dfe4ee;
    --orange: #ff9b42;
    --red: #ff4f67;
    --shadow: 0 20px 55px rgba(16,23,47,.11);
    --radius: 16px;
}
body { background: var(--paper); color: var(--ink); }
.site-header { position: sticky; top: 0; background: rgba(255,255,255,.97); color: var(--ink); border-bottom: 1px solid #e3e7f0; box-shadow: 0 8px 30px rgba(16,23,47,.06); backdrop-filter: blur(14px); }
.header-glow { inset: 0 auto 0 58%; width: 42%; }
.header-glow::after { top: -175px; left: 35%; background: #12c6d7; opacity: .2; }
.main-nav a { color: #5e6880; }
.main-nav a:hover,.main-nav a.active { color: #10172f; }
.main-nav a.active::after { background: linear-gradient(90deg,#12c6d7,#0875ef); }
.live-pill { border-color: #dce2ec; color: #526078; background: #f8fafd; }
.live-pill span { background: var(--red); box-shadow: 0 0 0 5px rgba(255,79,103,.1); }
.nav-toggle { border-color: #dce2ec; }
.nav-toggle > span:not(.sr-only) { background: var(--ink); }
.hero { color: #fff; background: radial-gradient(circle at 80% 10%,rgba(18,198,215,.19),transparent 27%),linear-gradient(115deg,#0a0f22 0%,#111d42 63%,#073d62 100%); border-bottom: 0; }
.hero::before { content:""; position:absolute; inset:0; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size:42px 42px; mask-image:linear-gradient(to left,#000,transparent 78%); }
.hero::after { content: "LIVE"; left: 4%; top: 54%; color: rgba(255,255,255,.025); font-size: 155px; letter-spacing: -.08em; }
.hero-grid { min-height: 350px; grid-template-columns: 1.15fr .85fr; gap: 70px; }
.eyebrow { color: #53dce7; letter-spacing: .1em; text-transform: uppercase; }
.hero h1 { font-size: clamp(45px,6vw,72px); }
.hero-lead { color: #a9bad0; font-size: 15px; }
.matchday-summary { border-color: rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.075); box-shadow: 18px 18px 0 rgba(18,198,215,.055); }
.matchday-summary dd { color: var(--lime); }
.matchday-summary > a { border-radius: 8px; background: linear-gradient(90deg,#12c6d7,#24d4c5); }
.matches-section { position:relative; }
.matches-section::before { content:""; position:absolute; top:0; left:0; width:240px; height:240px; background:radial-gradient(circle,rgba(8,117,239,.08),transparent 68%); pointer-events:none; }
.section-kicker { color: #087fbd; letter-spacing: .05em; }
.day-tabs { border-color: #dce2ec; border-radius: 12px; background: #e9edf4; }
.day-tabs a { border-radius: 8px; }
.day-tabs a.active { background: var(--ink); color: #fff; box-shadow: 0 8px 18px rgba(16,23,47,.18); }
.match-card { border-color: #dfe4ed; border-radius: 16px; box-shadow: 0 5px 18px rgba(16,23,47,.045); }
.match-card::before { top: 0; right: 0; left: 0; bottom: auto; width: auto; height: 4px; background: #aeb8cb; }
.match-card.status-live::before { background: linear-gradient(90deg,#ff4f67,#ff8b66); }
.match-card.status-upcoming::before { background: linear-gradient(90deg,#12c6d7,#0875ef); }
.match-card.status-finished::before { background: linear-gradient(90deg,#ffcf3d,#ff9b42); }
.match-topline { padding-top: 16px; background: #fafbfe; }
.trophy { color: #0875ef; transform: none; }
.team-logo-shell { border-radius: 18px; border-color: #dbe2ed; box-shadow: 0 8px 18px rgba(16,23,47,.1); }
.team-logo-shell img,.team-logo-shell .team-placeholder { border-radius: 12px; }
.team-placeholder { border-color: #bfeaf0; background: linear-gradient(145deg,#eafcff,#d8f5f8); color: #087f9b; }
.team-placeholder.alt { border-color: #dce0f5; background: linear-gradient(145deg,#f1f2fb,#e3e6f8); color: #5663a5; }
.score strong { border-radius: 9px; background: #10172f; box-shadow: inset 0 -4px 0 rgba(18,198,215,.28); }
.status-upcoming .status-badge { background: #e6fafd; color: #087f9b; }
.status-live .status-badge { background: #fff0f2; color: #d9344d; }
.match-footer { background: #f8f9fc; }
.match-footer p > span { color: #087fbd; }
.seo-intro { position:relative; background: #10172f; color:#fff; overflow:hidden; }
.seo-intro::after { content:"4"; position:absolute; left:5%; top:50%; color:rgba(255,255,255,.025); font:900 260px/1 Arial; transform:translateY(-50%); }
.seo-intro h2 { color:#fff; }
.seo-copy p { color:#aab5cb; }
.site-footer { background: #090d1d; border-top: 4px solid #12c6d7; }
.footer-brand { padding: 5px 10px; border-radius: 9px; background:#fff; }
.footer-main > p { color:#8995ad; }
.footer-main nav { color:#b4bdd0; }
.footer-main nav a:hover { color:#53dce7; }
@media (max-width:820px) {
    .nav-wrap { width:calc(100% - 24px); }
    .brand { max-width:190px; overflow:hidden; }
    .brand img { width:190px; max-width:100%; height:auto; }
    .main-nav { background:#fff; border-top-color:#e3e7f0; box-shadow:0 16px 30px rgba(16,23,47,.14); }
    .main-nav a.active { background:#eef9fb; }
    .hero-grid { width:100%; min-height:0; grid-template-columns:minmax(0,1fr); gap:22px; padding:38px 18px 42px; }
    .hero-copy { width:100%; padding:0; overflow:hidden; }
    .hero h1 { max-width:100%; overflow-wrap:anywhere; }
    .matchday-summary { width:100%; max-width:100%; box-shadow:9px 10px 0 rgba(18,198,215,.055); }
}
@media (max-width:560px) {
    .hero::after { left:-5%; font-size:100px; }
    .hero h1 { font-size:38px; line-height:1.35; }
    .hero-lead { font-size:12px; line-height:1.9; }
    .matchday-summary { padding:15px; }
    .match-main { min-height:160px; }
    .team-logo-shell { border-radius:14px; }
    .footer-brand { width:max-content; }
}

/* kooora4life premium match-center identity */
:root{--ink:#071b26;--ink-2:#0b2a34;--green:#00b982;--lime:#d9b34c;--paper:#f1f6f5;--muted:#60746f;--line:#d9e4e1;--orange:#e79a48;--red:#e94f64;--shadow:0 20px 58px rgba(7,27,38,.1);--radius:22px}
body{background:radial-gradient(circle at 90% 12%,rgba(0,185,130,.07),transparent 27%),#f1f6f5;color:#071b26}
.site-header{position:sticky;top:0;background:rgba(255,255,255,.97);color:#071b26;border-bottom:1px solid #d9e4e1;box-shadow:0 8px 30px rgba(7,27,38,.055);backdrop-filter:blur(14px)}.header-glow{display:none}.nav-wrap{min-height:88px}.main-nav a{color:#60746f}.main-nav a:hover,.main-nav a.active{color:#071b26}.main-nav a.active::after{height:3px;background:linear-gradient(90deg,#00b982,#d9b34c)}.live-pill{border-color:rgba(0,185,130,.2);background:#e5f7f1;color:#007a59}.live-pill span{background:#e94f64;box-shadow:0 0 0 5px rgba(233,79,100,.11)}
.hero{position:relative;padding:82px 0 78px;overflow:hidden;background:radial-gradient(circle at 14% 25%,rgba(217,179,76,.15),transparent 24%),linear-gradient(118deg,#071b26,#0b303b 70%,#075141);color:#fff;border-bottom:4px solid #d9b34c}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0 49%,rgba(255,255,255,.018) 49% 50%,transparent 50%)}.hero::after{content:"4";left:4%;color:rgba(217,179,76,.055);font-size:290px}.hero-copy .eyebrow{color:#d9b34c;letter-spacing:.16em}.hero-copy h1{color:#fff}.hero-lead{max-width:650px;color:#c8d9d5}
.matchday-summary{border:1px solid rgba(217,179,76,.35);border-radius:24px;background:rgba(255,255,255,.075);color:#fff;box-shadow:0 24px 55px rgba(0,0,0,.2);backdrop-filter:blur(14px)}.matchday-summary:before{background:linear-gradient(180deg,#d9b34c,#00b982)}.summary-date{border-color:rgba(255,255,255,.12)}.summary-date small,.matchday-summary dt{color:#aec5bf}.summary-date strong,.matchday-summary dd{color:#fff}.matchday-summary> a{border-radius:999px;background:#d9b34c;color:#071b26}.matchday-summary> a:hover{background:#ebca70}
.section-kicker{color:#008e68}.date-chip{border:1px solid #d9e4e1;border-radius:999px;background:#fff;color:#071b26}.date-chip span{border-radius:999px;background:#e5f7f1;color:#007a59}.day-tabs{padding:6px;border:1px solid #d7e3df;border-radius:999px;background:#e7efed}.day-tabs a{border-radius:999px}.day-tabs a.active{background:#071b26;color:#fff;box-shadow:0 8px 22px rgba(7,27,38,.18)}
.match-card{overflow:hidden;border:1px solid #d9e4e1;border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(7,27,38,.055)}.match-card:hover{border-color:#93cfbd;transform:translateY(-3px);box-shadow:0 20px 48px rgba(7,27,38,.1)}.match-card:before{right:0;left:0;top:0;width:auto;height:4px}.match-card.status-upcoming:before{background:linear-gradient(90deg,#00b982,#52d6ae)}.match-card.status-live:before{background:linear-gradient(90deg,#e94f64,#f58b73)}.match-card.status-finished:before{background:linear-gradient(90deg,#8b9d98,#d9b34c)}.competition .trophy{color:#d49f28}.status-badge{border-radius:999px}.team-logo-shell{border-radius:50%;border-color:#d7e3df;background:#f9fcfb;box-shadow:0 7px 18px rgba(7,27,38,.06)}.team-placeholder{border-radius:50%;background:#e5f7f1;color:#007a59}.team-placeholder.alt{background:#faf2da;color:#92721b}.score strong{border-radius:12px;background:#071b26;box-shadow:inset 0 -4px 0 rgba(217,179,76,.55)}.match-footer{background:#f8fbfa}.match-card-cta{border-radius:999px;background:#008966;color:#fff!important}.match-card:hover .match-card-cta{background:#006f54;color:#fff!important}
.seo-intro{background:#071b26;color:#fff}.seo-intro::after{content:"K";left:3%;color:rgba(217,179,76,.045);font-size:240px}.seo-intro h2{color:#fff}.seo-copy{color:#b9cdc8}
.home-faq{padding:76px 0;background:#e8f0ee}.faq-heading{margin-bottom:25px}.faq-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.faq-item{min-width:0;border:1px solid #d5e2de;border-radius:18px;background:#fff;box-shadow:0 9px 28px rgba(7,27,38,.045)}.faq-item summary{position:relative;padding:21px 21px 21px 48px;color:#071b26;font-size:13px;font-weight:800;line-height:1.8;cursor:pointer;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";position:absolute;left:19px;top:21px;display:grid;width:23px;height:23px;place-items:center;border-radius:50%;background:#e5f7f1;color:#007a59;font:900 17px/1 Arial}.faq-item[open] summary:after{content:"−";background:#d9b34c;color:#071b26}.faq-item p{margin:0;padding:0 21px 22px;color:#60746f;font-size:11px;line-height:2}
.site-footer{background:#04141d;border-top:5px solid #d9b34c}.footer-brand{width:max-content;padding:5px 10px;border-radius:13px;background:#fff}.copyright{border-color:rgba(255,255,255,.1)}
@media(max-width:820px){.faq-grid{grid-template-columns:1fr}}
@media(max-width:600px){.site-header{position:relative}.hero{padding:50px 0 58px}.matchday-summary{border-radius:20px}.match-card{border-radius:18px}.team-logo-shell{border-radius:50%}.home-faq{padding:55px 0}}

/* Crawlable date, team and competition centers */
.listing-page{background:#f1f6f5}.listing-hero{padding:64px 0 58px;border-bottom:4px solid #d9b34c;background:radial-gradient(circle at 12% 30%,rgba(217,179,76,.13),transparent 25%),linear-gradient(118deg,#071b26,#0b303b 72%,#075141);color:#fff}.listing-hero h1{max-width:850px;margin:8px 0 13px;font-size:clamp(34px,5vw,58px);line-height:1.3}.listing-hero>div>p:last-child{max-width:760px;margin:0;color:#bed0cc;font-size:13px;line-height:2}.listing-crumb{display:flex;gap:9px;align-items:center;margin-bottom:24px;color:#a8beb8;font-size:11px}.listing-crumb a{color:#d9b34c}.listing-tabs{margin-top:42px}.listing-results{padding:58px 0 76px}.listing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.listing-match{overflow:hidden;border:1px solid #d9e4e1;border-top:4px solid #9aaba6;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(7,27,38,.05)}.listing-match.status-live{border-top-color:#e94f64}.listing-match.status-upcoming{border-top-color:#00b982}.listing-match.status-finished{border-top-color:#d9b34c}.listing-match-meta,.listing-match-foot{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 17px;background:#f8fbfa;color:#60746f;font-size:10px}.listing-match-meta a{color:#008e68;font-weight:800}.listing-versus{display:grid;grid-template-columns:1fr 82px 1fr;align-items:center;min-height:135px;padding:18px}.listing-versus>a{display:grid;justify-items:center;gap:8px;min-width:0;text-align:center}.listing-versus img{width:50px;height:50px;object-fit:contain}.listing-versus b{font-size:12px;line-height:1.6}.listing-versus>div{display:grid;justify-items:center}.listing-versus strong,.listing-versus time{font:900 20px/1.2 Arial,Tahoma,sans-serif;color:#071b26}.listing-versus small{margin-top:7px;color:#748681;font-size:9px}.listing-match-foot{border-top:1px solid #e7efed}.listing-match-foot>a{padding:7px 12px;border-radius:999px;background:#071b26;color:#fff;font-weight:800}.listing-source{margin-top:28px;padding:24px 27px;border:1px solid #cfe0db;border-radius:18px;background:#e5f7f1}.listing-source strong{font-size:14px}.listing-source p{margin:7px 0 0;color:#526b64;font-size:11px;line-height:2}.listing-source a{color:#007f5d;font-weight:800;text-decoration:underline;text-underline-offset:3px}
@media(max-width:820px){.listing-grid{grid-template-columns:1fr}.listing-hero{padding:48px 0}.listing-results{padding-top:42px}}@media(max-width:560px){.listing-versus{grid-template-columns:1fr 68px 1fr;padding:15px 8px}.listing-match-foot{align-items:flex-start;flex-direction:column}.listing-match-foot>a{align-self:stretch;text-align:center}}
.entity-discovery{margin-top:30px;padding:26px;border:1px solid #d5e2de;border-radius:20px;background:#fff}.entity-discovery h2{margin:3px 0 20px;font-size:20px}.entity-link-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding-top:13px;border-top:1px solid #e7efed}.entity-link-row+.entity-link-row{margin-top:13px}.entity-link-row strong{margin-left:5px;font-size:11px}.entity-link-row a{padding:7px 12px;border:1px solid #d6e3df;border-radius:999px;background:#f6faf9;color:#315a50;font-size:10px;font-weight:800}.entity-link-row a:hover{border-color:#70bea7;background:#e5f7f1;color:#007f5d}.editorial-note{padding:54px 0;background:#fff}.editorial-note>div{display:grid;grid-template-columns:.7fr 1.3fr;gap:55px;align-items:center}.editorial-note h2{margin:3px 0 0;font-size:28px}.editorial-note p:last-child{margin:0;color:#60746f;font-size:12px;line-height:2.1}.editorial-note a{color:#007f5d;font-weight:900;text-decoration:underline;text-underline-offset:3px}@media(max-width:700px){.editorial-note>div{grid-template-columns:1fr;gap:16px}.entity-discovery{padding:20px 16px}}

/* Match-card action: neutral premium contrast */
.match-card-cta{display:inline-flex;align-items:center;justify-content:center;gap:7px;box-sizing:border-box;min-width:132px;padding:8px 18px;border:0;border-radius:999px;background:#071b26;color:#fff!important;line-height:1.5;white-space:nowrap}
.match-card:hover .match-card-cta{background:#123c47;color:#fff!important}
@media(max-width:560px){.match-card-cta{justify-self:center;width:auto;max-width:100%;margin:8px auto 0;padding:8px 20px;text-align:center}}
