@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --bg: #020c16;
  --bg-soft: #071522;
  --surface: #0a1824;
  --surface-2: #0e1e2b;
  --text: #f4f1e9;
  --muted: #aab5bf;
  --line: #263746;
  --accent: #a8dd35;
  --accent-dark: #86b628;
  --display: 'Barlow Condensed', Impact, sans-serif;
  --body: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --container: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: var(--body); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.oa-container, .oa-section, .oa-page-shell { width: var(--container); margin-inline: auto; }

.oa-header { position: relative; z-index: 4; border-bottom: 1px solid var(--line); background: rgba(2, 12, 22, .92); backdrop-filter: blur(14px); }
.oa-header .oa-container { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.oa-brand { font: 700 31px/1 var(--display); letter-spacing: -.025em; white-space: nowrap; }
.oa-brand strong { color: var(--accent); }
.oa-header nav { display: flex; align-items: stretch; min-height: 76px; gap: 38px; }
.oa-header nav a { display: flex; align-items: center; position: relative; font-size: 14px; font-weight: 600; }
.oa-header nav a:first-child::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--accent); }
.oa-header nav a:hover { color: var(--accent); }

.oa-hero { min-height: 610px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 90px; position: relative; isolation: isolate; }
.oa-hero::before { content: ''; position: absolute; z-index: -2; inset: 0 calc((100vw - var(--container)) / -2); background: radial-gradient(circle at 8% 80%, rgba(123, 161, 37, .17), transparent 28%), linear-gradient(120deg, transparent 40%, rgba(168, 221, 53, .035)); }
.oa-hero::after { content: ''; position: absolute; z-index: -1; inset: auto calc((100vw - var(--container)) / -2) 0; height: 210px; opacity: .18; background: repeating-linear-gradient(90deg, transparent 0 94px, rgba(168,221,53,.22) 95px 96px), linear-gradient(165deg, transparent 48%, rgba(168,221,53,.23) 49% 50%, transparent 51%); mask-image: linear-gradient(transparent, #000); }
.oa-hero-copy h1 { max-width: 600px; margin: 0 0 22px; font: 800 clamp(62px, 6.3vw, 94px)/.87 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.oa-hero-copy h1 em { color: var(--accent); font-style: normal; }
.oa-hero-copy p { max-width: 430px; margin: 0 0 32px; font-size: clamp(17px, 1.7vw, 21px); color: var(--text); }
.oa-primary { display: inline-flex; align-items: center; justify-content: space-between; gap: 48px; min-width: 260px; padding: 17px 22px; border-radius: 7px; background: var(--accent); color: #071006; font: 700 17px/1 var(--display); letter-spacing: .07em; text-transform: uppercase; box-shadow: 0 12px 36px rgba(168, 221, 53, .14); transition: transform .2s ease, background .2s ease; }
.oa-primary:hover { transform: translateY(-2px); background: #b9ed49; }

.oa-featured { display: flex; flex-direction: column; align-items: center; min-height: 430px; padding: 36px 34px 26px; border: 1px solid rgba(168,221,53,.65); border-radius: 10px; background: rgba(4,15,25,.82); box-shadow: 0 30px 70px rgba(0,0,0,.28); text-align: center; transition: transform .2s ease, border-color .2s ease; }
.oa-featured:hover { transform: translateY(-3px); border-color: var(--accent); }
.oa-featured-label { margin-bottom: 22px; color: var(--accent); font: 700 13px/1 var(--display); letter-spacing: .12em; text-transform: uppercase; }
.oa-featured small { font-size: 16px; font-weight: 600; }
.oa-featured h2 { display: flex; flex-direction: column; align-items: center; margin: 23px 0 30px; font: 800 clamp(42px,4vw,62px)/.87 var(--display); text-transform: uppercase; }
.oa-featured h2 b { color: var(--accent); }
.oa-featured dl { width: 100%; display: grid; grid-template-columns: .8fr 1.3fr .8fr; margin: auto 0 0; border-block: 1px solid var(--line); }
.oa-featured dl div { padding: 17px 10px; }
.oa-featured dl div + div { border-left: 1px solid var(--line); }
.oa-featured dt { margin-bottom: 6px; color: var(--muted); font: 600 11px/1 var(--display); letter-spacing: .09em; text-transform: uppercase; }
.oa-featured dd { margin: 0; font-size: 15px; font-weight: 700; }
.oa-featured-link { padding-top: 20px; color: var(--accent); font: 700 13px/1 var(--display); letter-spacing: .1em; text-transform: uppercase; }
.oa-featured-empty { justify-content: center; color: var(--muted); }
.oa-featured-empty strong { color: var(--text); }

.oa-date-nav { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 74px; margin-top: -1px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); overflow: hidden; }
.oa-date-nav a { position: relative; display: grid; place-items: center; font-weight: 600; }
.oa-date-nav a + a { border-left: 1px solid var(--line); }
.oa-date-nav a:hover, .oa-date-nav a.is-active { color: var(--accent); }
.oa-date-nav a.is-active::after { content: ''; position: absolute; inset: auto 0 0; height: 2px; background: var(--accent); }

.oa-section { padding-top: 58px; }
.oa-section-head { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; margin-bottom: 20px; }
.oa-section h2, .oa-page-title h1 { margin: 0; font: 700 clamp(32px,4vw,42px)/1 var(--display); letter-spacing: .01em; text-transform: uppercase; }
.oa-section-head > a { color: var(--accent); font: 700 13px/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.oa-fixture-table { border: 1px solid var(--line); border-radius: 9px; overflow: hidden; background: rgba(7,21,34,.64); }
.oa-fixture-head, .oa-fixture-row { display: grid; grid-template-columns: 90px 1.45fr 1fr 1fr 24px; align-items: center; gap: 18px; padding-inline: 20px; }
.oa-fixture-head { min-height: 43px; border-bottom: 1px solid var(--line); color: var(--muted); font: 600 11px/1 var(--body); letter-spacing: .08em; text-transform: uppercase; }
.oa-fixture-row { min-height: 59px; border-bottom: 1px solid rgba(38,55,70,.72); transition: background .18s ease, padding .18s ease; }
.oa-fixture-row:last-child { border-bottom: 0; }
.oa-fixture-row:hover { background: var(--surface-2); padding-left: 25px; }
.oa-fixture-row time { font-weight: 700; }
.oa-fixture-row strong { font-size: 15px; }
.oa-fixture-row strong b { color: var(--accent); }
.oa-fixture-row > span { color: var(--muted); font-size: 14px; }
.oa-fixture-row .oa-broadcast { color: var(--text); }
.oa-fixture-row i { color: var(--text); font-size: 26px; font-style: normal; text-align: right; }
.oa-empty { min-height: 180px; display: grid; place-content: center; padding: 30px; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); text-align: center; background: var(--surface); }
.oa-empty strong { color: var(--text); font: 700 24px/1.1 var(--display); text-transform: uppercase; }
.oa-empty p { margin-bottom: 0; }

.oa-competition-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(190px, 1fr); min-width: 0; max-width: 100%; gap: 12px; overflow-x: auto; contain: inline-size; padding-bottom: 8px; scrollbar-color: var(--line) transparent; }
.oa-competitions { overflow: hidden; }
.oa-competition-rail a { min-height: 124px; display: grid; grid-template-columns: 32px 1fr; align-content: center; gap: 9px 13px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.oa-competition-rail a:hover { border-color: var(--accent); }
.oa-competition-rail a > span { grid-row: 1/3; color: var(--accent); font-size: 25px; }
.oa-competition-rail strong { font-size: 14px; }
.oa-competition-rail small { color: var(--accent); }
.oa-article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.oa-article-card { display: flex; flex-direction: column; min-height: 270px; padding: 28px; border-top: 1px solid var(--accent); border-bottom: 1px solid var(--line); background: linear-gradient(180deg, rgba(168,221,53,.035), transparent 45%); transition: background .2s ease; }
.oa-article-card:hover { background-color: var(--surface); }
.oa-article-card small { color: var(--muted); font: 600 11px/1.4 var(--body); text-transform: uppercase; }
.oa-article-card h3 { margin: 24px 0 12px; font: 700 27px/1.02 var(--display); }
.oa-article-card p { margin: 0 0 26px; color: var(--muted); font-size: 14px; }
.oa-article-card span { margin-top: auto; color: var(--accent); font: 700 12px/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }

.oa-page-shell { min-height: 62vh; padding-block: 42px 80px; }
.oa-breadcrumb { display: flex; gap: 10px; align-items: center; margin-bottom: 38px; color: var(--muted); font-size: 13px; overflow: hidden; white-space: nowrap; }
.oa-breadcrumb a:hover { color: var(--accent); }
.oa-page-title { margin-bottom: 34px; }
.oa-page-title p { color: var(--muted); }
.oa-page-shell .oa-date-nav { width: 100%; margin-bottom: 28px; }

.oa-match { max-width: 1180px; }
.oa-match-hero { padding: 58px 56px 34px; border: 1px solid var(--line); border-radius: 10px; background: radial-gradient(circle at 50% 0, rgba(168,221,53,.09), transparent 42%), var(--surface); text-align: center; }
.oa-competition { margin: 0 0 30px; color: var(--accent); font: 700 14px/1 var(--display); letter-spacing: .1em; text-transform: uppercase; }
.oa-match-hero h1 { display: grid; grid-template-columns: 1fr 60px 1fr; align-items: center; gap: 18px; margin: 0 auto 44px; font: 800 clamp(44px,6vw,78px)/.9 var(--display); text-transform: uppercase; }
.oa-match-hero h1 span:first-child { text-align: right; }
.oa-match-hero h1 span:last-child { text-align: left; }
.oa-match-hero h1 b { color: var(--accent); }
.oa-match-facts { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--line); }
.oa-match-facts div { padding: 22px; }
.oa-match-facts div + div { border-left: 1px solid var(--line); }
.oa-match-facts span, .oa-match-aside dt { display: block; margin-bottom: 7px; color: var(--muted); font: 600 11px/1 var(--body); letter-spacing: .07em; text-transform: uppercase; }
.oa-match-facts strong { font-size: 16px; }
.oa-verification { margin: 24px 0 0; color: var(--muted); font-size: 12px; }
.oa-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 70px; padding-top: 60px; }
.oa-article-body { max-width: 760px; font-size: 17px; line-height: 1.75; }
.oa-article-body .oa-opening { margin-top: 0; font-size: 21px; color: var(--text); }
.oa-article-body h2 { margin: 50px 0 18px; font: 700 34px/1 var(--display); text-transform: uppercase; }
.oa-article-body h3 { margin: 28px 0 8px; font: 700 23px/1.1 var(--display); }
.oa-article-body p { color: #c4ccd3; }
.oa-lineup-note { padding-left: 18px; border-left: 2px solid var(--accent); font-size: 14px; }
.oa-watch-list { list-style: none; padding: 0; border-block: 1px solid var(--line); }
.oa-watch-list li { display: flex; justify-content: space-between; gap: 24px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.oa-watch-list li:last-child { border-bottom: 0; }
.oa-watch-list span { color: var(--muted); font-size: 14px; }
.oa-sources { margin-top: 52px; padding-top: 1px; border-top: 1px solid var(--line); }
.oa-sources p, .oa-sources li { font-size: 13px; color: var(--muted); }
.oa-sources a { color: var(--accent); }
.oa-match-aside { align-self: start; position: sticky; top: 24px; padding: 25px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); }
.oa-match-aside > strong { font: 700 22px/1 var(--display); text-transform: uppercase; }
.oa-match-aside dl { margin: 22px 0 0; }
.oa-match-aside dl div { padding: 15px 0; border-top: 1px solid var(--line); }
.oa-match-aside dd { margin: 0; font-size: 14px; }
.oa-simple { display: grid; align-content: center; max-width: 760px; }
.oa-simple h1 { margin: 0; font: 800 clamp(52px,8vw,84px)/.9 var(--display); text-transform: uppercase; }
.oa-simple p { max-width: 650px; margin: 24px 0 36px; color: var(--muted); font-size: 18px; }

.oa-footer { margin-top: 80px; border-top: 1px solid var(--line); background: #030b13; }
.oa-footer .oa-container { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1.4fr; gap: 42px; padding-block: 48px; }
.oa-footer p { color: var(--muted); font-size: 13px; }
.oa-footer > .oa-container > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; font-size: 13px; }
.oa-footer > .oa-container > div:not(:first-child) strong { margin-bottom: 4px; font: 700 14px/1 var(--display); text-transform: uppercase; }
.oa-footer a:hover { color: var(--accent); }
.oa-disclaimer { padding-left: 28px; border-left: 1px solid var(--line); }

@media (max-width: 900px) {
  .oa-hero { grid-template-columns: 1fr; gap: 48px; padding-block: 80px; }
  .oa-featured { min-height: 390px; }
  .oa-fixture-head, .oa-fixture-row { grid-template-columns: 74px 1.5fr .9fr 1fr 18px; padding-inline: 14px; gap: 10px; }
  .oa-article-grid { grid-template-columns: 1fr 1fr; }
  .oa-article-layout { grid-template-columns: 1fr; }
  .oa-match-aside { position: static; }
  .oa-footer .oa-container { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  :root { --container: min(100% - 28px, 1180px); }
  .oa-header .oa-container { min-height: 66px; }
  .oa-header nav { min-height: 66px; gap: 18px; }
  .oa-header nav a:nth-child(n+3) { display: none; }
  .oa-brand { font-size: 26px; }
  .oa-hero { min-height: auto; gap: 38px; padding-block: 60px 48px; }
  .oa-hero::before { inset: 0 -14px; }
  .oa-hero::after { inset: auto -14px 0; }
  .oa-hero-copy h1 { font-size: clamp(54px, 17vw, 76px); }
  .oa-primary { width: 100%; }
  .oa-featured { min-height: 360px; padding: 28px 20px 20px; }
  .oa-featured h2 { font-size: 43px; }
  .oa-featured dl { grid-template-columns: 1fr; }
  .oa-featured dl div + div { border-left: 0; border-top: 1px solid var(--line); }
  .oa-date-nav { min-height: 62px; font-size: 13px; }
  .oa-fixture-head { display: none; }
  .oa-fixture-row { grid-template-columns: 60px 1fr 20px; gap: 10px; padding: 16px 13px; }
  .oa-fixture-row time { grid-row: 1/3; }
  .oa-fixture-row > span { grid-column: 2; }
  .oa-fixture-row > span:not(.oa-broadcast) { display: none; }
  .oa-fixture-row i { grid-column: 3; grid-row: 1/3; }
  .oa-article-grid { grid-template-columns: 1fr; }
  .oa-article-card { min-height: 230px; }
  .oa-competition-rail { grid-auto-flow: row; grid-template-columns: 1fr 1fr; grid-auto-columns: auto; overflow: visible; contain: none; }
  .oa-competition-rail a { min-height: 118px; grid-template-columns: 24px 1fr; padding: 14px; }
  .oa-competition-rail a > span { font-size: 20px; }
  .oa-match-hero { padding: 38px 18px 24px; }
  .oa-match-hero h1 { grid-template-columns: 1fr; gap: 8px; font-size: 52px; }
  .oa-match-hero h1 span:first-child, .oa-match-hero h1 span:last-child { text-align: center; }
  .oa-match-facts { grid-template-columns: 1fr; }
  .oa-match-facts div + div { border-left: 0; border-top: 1px solid var(--line); }
  .oa-article-body { font-size: 16px; }
  .oa-article-body .oa-opening { font-size: 19px; }
  .oa-footer .oa-container { grid-template-columns: 1fr; }
  .oa-disclaimer { padding-left: 0; border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
