/* CPL Insider premium interface layer - 2026-07-15 */
:root {
  --premium-bg: #0a1530;
  --premium-surface: #111f3d;
  --premium-card: #17284c;
  --premium-elevated: #2a2454;
  --premium-yellow: #ffd400;
  --premium-purple: #7a3ff2;
  --premium-text: #ffffff;
  --premium-copy: #d6dbea;
  --premium-muted: #9aa3bc;
  --premium-line: rgba(255, 255, 255, 0.12);
  --premium-radius: 8px;
  --premium-shadow: 0 16px 36px rgba(0, 0, 0, 0.26);
  --content-width: 1380px;
  --reading-width: 780px;
}

/* How to Watch CPL 2026: dedicated broadcast guide */
.watch-guide-page {
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto 72px;
  display: grid;
  gap: 18px;
}
.watch-guide-body .top-strip { display: none; }
.watch-guide-body .main-header { border-bottom-color: rgba(230, 94, 232, .32); }
.watch-guide-body .watch-live-score {
  color: #120719;
  background: linear-gradient(135deg, #f26de8, #cf3dd4);
  border-color: #f26de8;
  box-shadow: 0 8px 22px rgba(230, 94, 232, .24);
}
.watch-guide-body .watch-live-score:hover { background: #f583ed; }
.watch-guide-page > * { min-width: 0; }
.watch-guide-page [hidden] { display: none !important; }
.watch-guide-page h1, .watch-guide-page h2, .watch-guide-page h3, .watch-guide-page p { margin: 0; }
.wg-hero { min-height: 390px; display: grid; overflow: hidden; border: 1px solid rgba(122, 63, 242, .38); border-radius: 10px; background: #05091d; position: relative; }
.wg-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, #05091d 0%, rgba(5, 9, 29, .96) 35%, rgba(5, 9, 29, .45) 52%, rgba(5, 9, 29, 0) 74%); }
.wg-hero-copy { z-index: 2; width: min(48%, 600px); padding: 42px clamp(28px, 4vw, 56px); align-self: center; }
.wg-hero .eyebrow, .watch-guide-page .eyebrow { color: #e65ee8; font-weight: 800; text-transform: uppercase; font-size: .78rem; letter-spacing: .08em; margin-bottom: 12px; }
.wg-hero h1 { max-width: 560px; color: #fff; font: 900 clamp(2.7rem, 4.2vw, 4.45rem)/.94 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.wg-hero-copy > p:not(.eyebrow) { max-width: 500px; color: #e1e7f8; font-size: .96rem; line-height: 1.55; margin-top: 15px; }
.wg-hero-art { position: absolute; inset: 0; z-index: 0; }
.wg-hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center 50%; display: block; }
.wg-primary, .wg-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 20px; border-radius: 6px; font: 800 .9rem/1 "Barlow Condensed", sans-serif; text-transform: uppercase; text-decoration: none; }
.wg-primary { color: #101226; background: #ffd400; box-shadow: 0 10px 22px rgba(255, 212, 0, .18); }
.wg-secondary { color: #fff; border: 1px solid rgba(255, 255, 255, .38); background: rgba(7, 12, 32, .68); }
.wg-hero .wg-primary { margin-top: 28px; background: #e65ee8; color: #10051c; }
.wg-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.wg-hero .wg-hero-actions .wg-primary { margin-top: 0; }.wg-hero-meta { display: block; margin-top: 20px; color: #b9c5e2; font-size: .8rem; font-weight: 800; text-transform: uppercase; }.wg-hero-meta b { color: #e65ee8; padding: 0 7px; }
.wg-panel, .wg-next-match, .wg-app-panel, .wg-alerts, .wg-final-cta { border: 1px solid rgba(148, 164, 219, .2); border-radius: 8px; background: linear-gradient(145deg, rgba(15, 26, 56, .95), rgba(7, 13, 32, .98)); }
.wg-panel { padding: clamp(22px, 3vw, 34px); }
.wg-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.wg-section-head h2, .wg-next-copy h2, .wg-app-panel h2, .wg-alerts h2, .wg-final-cta h2 { font: 900 clamp(1.8rem, 2.8vw, 3rem)/.96 "Barlow Condensed", sans-serif; text-transform: uppercase; color: #fff; }
.wg-section-head p:not(.eyebrow), .wg-confirmation-note, .wg-next-copy > p, .wg-app-panel p, .wg-alerts p, .wg-final-cta p { color: #b9c5e2; line-height: 1.55; margin-top: 8px; }
.wg-country-picker { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 2px; margin: 18px 0; }
.wg-country-picker button, .wg-country-card button { color: #e5d8ff; background: #121a3a; border: 1px solid rgba(161, 113, 255, .28); border-radius: 5px; cursor: pointer; font: 800 .78rem/1 "Barlow Condensed", sans-serif; text-transform: uppercase; white-space: nowrap; }
.wg-country-picker button { min-height: 36px; padding: 0 10px; }
.wg-country-picker button.is-active { background: #7a3ff2; border-color: #a173ff; color: white; }
.wg-country-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.wg-country-card { min-height: 276px; padding: 18px; border: 1px solid rgba(141, 118, 227, .25); border-radius: 7px; background: rgba(8, 15, 37, .78); display: grid; align-content: start; gap: 10px; transition: transform .18s ease, border-color .18s ease; }
.wg-country-card:hover { transform: translateY(-3px); border-color: #e65ee8; }
.wg-flag { width: 38px; height: 25px; display: inline-block; border-radius: 50%; background: linear-gradient(135deg, #3654a8 0 33%, #fff 33% 55%, #e3343e 55%); box-shadow: 0 0 0 2px rgba(255, 255, 255, .1); }
.wg-flag-caribbean { background: linear-gradient(135deg, #00a7a0 0 45%, #ffd400 45% 57%, #17386e 57%); }.wg-flag-us { background: repeating-linear-gradient(0deg, #c5243f 0 3px, #fff 3px 6px); }.wg-flag-canada { background: linear-gradient(90deg, #cf2334 0 27%, #fff 27% 73%, #cf2334 73%); }.wg-flag-uk { background: linear-gradient(35deg, #153573 0 42%, white 42% 48%, #c8233d 48% 53%, white 53% 59%, #153573 59%); }.wg-flag-india { background: linear-gradient(#ff9933 0 33%, #fff 33% 66%, #128807 66%); }.wg-flag-pakistan { background: linear-gradient(90deg, #fff 0 20%, #0b6b42 20%); }.wg-flag-australia, .wg-flag-new-zealand { background: #153573; }.wg-flag-south-africa { background: linear-gradient(145deg, #17834b 0 36%, #f5c400 36% 47%, #e63d47 47% 64%, #244f9b 64%); }.wg-flag-bangladesh { background: radial-gradient(circle at 58% 50%, #db3145 0 32%, transparent 33%), #1b7147; }
.wg-country-card h3 { font-size: 1rem; color: white; }.wg-country-card dl { display: grid; gap: 6px; margin: 0; }.wg-country-card dl div { display: grid; grid-template-columns: 82px 1fr; gap: 7px; }.wg-country-card dt { color: #92a1c4; font-size: .72rem; font-weight: 800; text-transform: uppercase; }.wg-country-card dd { margin: 0; color: #e6ebff; font-size: .82rem; line-height: 1.35; }.wg-status { font-size: .76rem; font-weight: 700; color: #acb8d5; }.wg-status.verified { color: #47dfad; }.wg-country-card button { margin-top: auto; width: 100%; min-height: 34px; display: inline-flex; justify-content: center; align-items: center; gap: 6px; }.wg-confirmation-note { display: flex; gap: 8px; align-items: center; font-size: .88rem; }.wg-map { width: min(32%, 280px); max-height: 155px; object-fit: cover; border-radius: 6px; opacity: .52; }
.wg-country-controls, .wg-table-filters { display: grid; grid-template-columns: minmax(180px, 1.2fr) minmax(170px, 1fr) auto auto; gap: 10px; align-items: end; }.wg-country-controls label, .wg-table-filters label { display: grid; gap: 6px; color: #b7c4e0; font-size: .82rem; font-weight: 800; text-transform: uppercase; }.wg-country-controls input, .wg-country-controls select, .wg-table-filters select, .wg-table-filters input, .wg-alerts select { min-height: 42px; padding: 0 12px; color: #fff; background: #090f28; border: 1px solid rgba(168, 135, 255, .36); border-radius: 5px; }.wg-country-controls button { min-height: 42px; padding: 0 13px; color: #fff; background: #121a3a; border: 1px solid rgba(161, 113, 255, .35); border-radius: 5px; cursor: pointer; font: 800 .78rem/1 "Barlow Condensed", sans-serif; text-transform: uppercase; white-space: nowrap; }.wg-country-controls button:last-child { color: #111225; background: #ffd400; border-color: #ffd400; }.wg-subheading { margin: 30px 0 16px; color: #fff; font: 900 clamp(1.5rem, 2.2vw, 2.25rem)/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.wg-partner-grid, .wg-benefit-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }.wg-partner-card { min-height: 150px; padding: 20px; display: grid; place-items: center; align-content: center; gap: 8px; text-align: center; border: 1px solid rgba(159, 179, 239, .2); border-radius: 6px; background: rgba(4, 10, 28, .55); }.wg-partner-logo { width: 76px; height: 48px; display: grid; place-items: center; border-radius: 4px; background: #111a37; }.wg-partner-logo i { color: #e65ee8; width: 30px; height: 30px; }.wg-partner-card strong { color: white; font-size: 1rem; }.wg-partner-card span { color: #abb8d5; font-size: .76rem; }.wg-partner-card a { color: #ffd400; font-size: .78rem; }.wg-partner-card.pending { opacity: .72; }
.wg-benefit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }.wg-benefit-grid article { min-height: 160px; padding: 16px; border-left: 1px solid rgba(158, 172, 222, .18); }.wg-benefit-grid article:nth-child(1), .wg-benefit-grid article:nth-child(4) { border-left: 0; }.wg-benefit-grid i, .wg-device-grid i { color: #e65ee8; width: 29px; height: 29px; }.wg-benefit-grid h3 { color: #fff; font-size: .95rem; margin-top: 12px; }.wg-benefit-grid p { color: #b7c4e0; font-size: .84rem; line-height: 1.45; margin-top: 6px; }.wg-benefit-grid a { display: inline-flex; align-items: center; gap: 5px; margin-top: 10px; color: #ffd400; font-size: .8rem; font-weight: 800; text-decoration: none; }
.wg-next-match { min-height: 280px; overflow: hidden; display: grid; grid-template-columns: .92fr 1.08fr; }.wg-match-art { min-height: 280px; }.wg-match-art img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(.58); }.wg-next-copy { padding: clamp(24px, 4vw, 48px); }.wg-next-copy h3 { margin-top: 11px; color: #fff; font-size: 1.1rem; }.wg-match-teams { display: flex; align-items: center; gap: 14px; color: #fff; margin: 20px 0; }.wg-match-teams img { object-fit: contain; }.wg-match-teams span { font: 800 1.05rem/1.2 "Barlow Condensed", sans-serif; }.wg-match-teams b { color: #e65ee8; padding: 0 4px; }.wg-provider-line { color: #b8c5df; font-size: .85rem; }.wg-match-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 19px; }
.wg-table-filters { grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 0 20px; }.wg-table-wrap { min-width: 0; overflow-x: auto; border: 1px solid rgba(152, 169, 221, .18); border-radius: 6px; }.wg-schedule table { width: 100%; min-width: 1170px; border-collapse: collapse; }.wg-schedule th, .wg-schedule td { padding: 15px; text-align: left; border-bottom: 1px solid rgba(152, 169, 221, .14); }.wg-schedule th { color: #b7c4e0; font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; }.wg-schedule td { color: #e6edff; font-size: .9rem; }.wg-schedule td strong, .wg-schedule td small { display: block; }.wg-schedule td small { color: #9fadca; margin-top: 4px; }.wg-table-teams { display: flex; align-items: center; gap: 8px; font-weight: 800; }.wg-table-teams img { object-fit: contain; }.wg-table-teams b { color: #e65ee8; }.wg-schedule td a, .wg-text-link { color: #ffd400; text-decoration: none; font-weight: 800; white-space: nowrap; }.wg-text-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 18px; }
.wg-devices-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .66fr); gap: clamp(24px, 4vw, 62px); align-items: center; padding: clamp(22px, 3vw, 38px); border: 1px solid rgba(151, 169, 223, .18); border-radius: 8px; background: linear-gradient(120deg, rgba(12,23,55,.96), rgba(19,10,48,.96)); }.wg-devices-panel h2 { color: #fff; font: 900 clamp(1.8rem,2.8vw,3rem)/.96 "Barlow Condensed",sans-serif; text-transform: uppercase; }.wg-device-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 24px; border: 1px solid rgba(151, 169, 223, .18); border-radius: 8px; overflow: hidden; }.wg-device-grid article { min-height: 155px; padding: 18px; background: rgba(10, 18, 43, .72); border-left: 1px solid rgba(151, 169, 223, .18); }.wg-device-grid article:first-child { border-left: 0; }.wg-device-grid h3 { color: white; font-size: .95rem; margin-top: 14px; }.wg-device-grid p { color: #b5c2dd; font-size: .82rem; line-height: 1.45; margin-top: 8px; }.wg-device-mockup { position: relative; min-height: 265px; border-radius: 34px; background: radial-gradient(circle at 70% 28%, rgba(230,94,232,.55), transparent 36%), linear-gradient(145deg,#132b65,#090c28 65%); box-shadow: 0 0 45px rgba(76,80,255,.32); }.wg-device-mockup i { position: absolute; color: #e9e9ff; border: 5px solid #111731; padding: 16px; border-radius: 10px; background: linear-gradient(135deg,#6c2acf,#0d4d9e); }.wg-device-mockup i:nth-child(1) { width: 155px; height: 94px; right: 18%; top: 35px; }.wg-device-mockup i:nth-child(2) { width: 105px; height: 128px; left: 15%; bottom: 22px; }.wg-device-mockup i:nth-child(3) { width: 55px; height: 100px; right: 13%; bottom: 16px; }
.wg-app-panel { min-height: 270px; padding: clamp(26px, 4vw, 50px); display: flex; align-items: center; justify-content: space-between; overflow: hidden; position: relative; }.wg-app-panel > div:first-child { max-width: 620px; position: relative; z-index: 1; }.wg-app-panel ul { display: grid; gap: 6px; padding-left: 20px; margin-top: 16px; color: #d5dcef; line-height: 1.5; }.wg-store-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }.wg-store-buttons a { color: white; border: 1px solid rgba(236, 102, 232, .55); border-radius: 5px; padding: 12px 14px; text-decoration: none; font-weight: 800; font-size: .83rem; }.wg-phone { min-width: 180px; min-height: 240px; align-self: end; margin: -6px 6% -50px 25px; border: 8px solid #121931; border-radius: 27px 27px 0 0; background: linear-gradient(145deg, #211651, #0a173d); color: #f36aff; display: grid; place-items: center; align-content: center; gap: 10px; box-shadow: 0 0 38px rgba(123, 63, 242, .42); }.wg-phone i { width: 42px; height: 42px; }.wg-phone span { color: #d6dcef; line-height: 1.8; text-align: center; font-size: .8rem; }
.wg-update-table { width: 100%; min-width: 760px; border-collapse: collapse; }.wg-update-table th, .wg-update-table td { padding: 15px; text-align: left; border-bottom: 1px solid rgba(152,169,221,.14); color: #dce4fb; }.wg-update-table th { color: #b7c4e0; font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; }
.wg-alerts { padding: clamp(24px, 4vw, 42px); display: grid; grid-template-columns: 1fr minmax(340px, 1fr); gap: 28px; align-items: center; background: linear-gradient(110deg, #371176, #9a2fb6 60%, #17124c); }.wg-alerts p { color: #f0e8ff; }.wg-alerts form { display: grid; grid-template-columns: minmax(0,1fr) minmax(145px,.7fr); gap: 10px; }.wg-alerts input { min-width: 0; height: 48px; padding: 0 14px; color: white; background: rgba(5, 9, 29, .45); border: 1px solid rgba(255,255,255,.32); border-radius: 5px; }.wg-alerts .wg-check { display: flex; align-items: center; min-height: 40px; gap: 7px; color: #fff; font-size: .84rem; font-weight: 700; }.wg-alerts .wg-check input { width: 16px; height: 16px; accent-color: #ffd400; }.wg-alerts button { height: 48px; padding: 0 17px; color: #171126; background: #ffd400; border: 0; border-radius: 5px; font-weight: 900; cursor: pointer; }
.wg-faq details { border-top: 1px solid rgba(148,164,219,.18); }.wg-faq details:last-child { border-bottom: 1px solid rgba(148,164,219,.18); }.wg-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 0; color: #fff; cursor: pointer; font-weight: 800; list-style: none; }.wg-faq summary::-webkit-details-marker { display: none; }.wg-faq summary i { color: #e65ee8; }.wg-faq details p { padding: 0 0 16px; color: #b8c5df; line-height: 1.6; }
.wg-final-cta { padding: clamp(26px, 4vw, 48px); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: linear-gradient(115deg, #0e1e48, #2d145f 64%, #8d2bc5); }.wg-final-cta > div:last-child { display: flex; flex-wrap: wrap; gap: 10px; }
@media (max-width: 1080px) { .wg-country-grid, .wg-partner-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }.wg-benefit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }.wg-benefit-grid article:nth-child(4) { border-left: 0; }.wg-hero-copy { width: min(54%, 560px); }.wg-hero h1 { font-size: clamp(2.6rem, 5.2vw, 4.1rem); }.wg-country-controls { grid-template-columns: 1fr 1fr; }.wg-table-filters { grid-template-columns: 1fr 1fr; } }
@media (max-width: 760px) { .watch-guide-page { width: min(calc(100% - 24px), 620px); margin-top: 0; gap: 14px; }.wg-hero { grid-template-columns: 1fr; min-height: 690px; }.wg-hero::after { background: linear-gradient(180deg, #05091d 0%, rgba(5, 9, 29, .95) 52%, rgba(5,9,29,.18) 100%); }.wg-hero-copy { width: auto; padding: 34px 22px; align-self: start; }.wg-hero h1 { font-size: clamp(2.35rem, 10.7vw, 3.85rem); }.wg-hero-art { inset: 50% 0 0; grid-column: 1; }.wg-hero-art img { object-position: 59% bottom; }.wg-section-head { display: block; }.wg-map { width: 100%; max-width: 280px; margin-top: 18px; }.wg-country-controls { grid-template-columns: 1fr 1fr; }.wg-country-picker { max-width: 100%; margin-top: 16px; }.wg-country-picker button, .wg-country-card button { min-height: 44px; }.wg-country-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.wg-partner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.wg-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.wg-benefit-grid article:nth-child(3) { border-left: 0; }.wg-next-match { grid-template-columns: 1fr; }.wg-match-art { min-height: 180px; }.wg-devices-panel { grid-template-columns: 1fr; }.wg-device-grid { grid-template-columns: repeat(2, 1fr); }.wg-device-grid article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(151,169,223,.18); }.wg-device-grid article:nth-child(4), .wg-device-grid article:nth-child(5) { border-top: 1px solid rgba(151,169,223,.18); }.wg-app-panel { min-height: 430px; align-items: start; }.wg-phone { position: absolute; right: 22px; bottom: -48px; transform: scale(.82); transform-origin: bottom right; }.wg-alerts, .wg-final-cta { grid-template-columns: 1fr; display: grid; }.wg-final-cta { align-items: start; }.wg-alerts form { display: grid; grid-template-columns: 1fr; }.wg-alerts button { width: 100%; } }
@media (max-width: 760px) { .wg-schedule table, .wg-schedule tbody { display: block; min-width: 0; }.wg-schedule thead { display: none; }.wg-schedule tbody { display: grid; gap: 0; }.wg-schedule tbody tr { display: grid; grid-template-columns: 1fr 1fr; padding: 14px; border-bottom: 1px solid rgba(152,169,221,.16); }.wg-schedule tbody tr:last-child { border-bottom: 0; }.wg-schedule td { display: block; min-width: 0; padding: 6px 0; border: 0; }.wg-schedule td::before { content: attr(data-label); display: block; margin-bottom: 4px; color: #99a8c8; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }.wg-schedule td[data-label="Match"], .wg-schedule td[data-label="Venue"] { grid-column: 1 / -1; }.wg-schedule td[data-label="Status"] { text-align: right; }.wg-table-teams { font-size: .84rem; gap: 6px; }.wg-table-teams img { width: 24px; height: 24px; } }
@media (max-width: 420px) { .wg-panel { padding: 20px 16px; }.wg-country-controls { grid-template-columns: 1fr; }.wg-country-grid { grid-template-columns: 1fr; }.wg-country-card { min-height: 238px; }.wg-partner-grid, .wg-benefit-grid { grid-template-columns: 1fr; }.wg-benefit-grid article, .wg-benefit-grid article:nth-child(n) { border-left: 0; border-top: 1px solid rgba(158,172,222,.18); }.wg-benefit-grid article:first-child { border-top: 0; }.wg-device-grid { grid-template-columns: 1fr; }.wg-device-grid article, .wg-device-grid article:nth-child(n) { border-left: 0; border-top: 1px solid rgba(151,169,223,.18); }.wg-device-grid article:first-child { border-top: 0; }.wg-phone { opacity: .35; }.wg-match-teams { gap: 8px; }.wg-match-teams img { width: 42px; height: 42px; }.wg-match-teams span { font-size: .92rem; } }

body {
  background: #071126;
  color: var(--premium-text);
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body,
p,
li,
dd,
input,
button {
  letter-spacing: 0;
}

:where(a, button, input, summary):focus-visible {
  outline: 3px solid #42d4ff;
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 999;
  padding: 10px 14px;
  color: #061128;
  background: var(--premium-yellow);
  font-weight: 800;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  width: min(100%, 1600px);
  background: var(--premium-bg);
}

.top-strip {
  min-height: 30px;
  padding-inline: clamp(18px, 2.5vw, 34px);
  background: #140c2f;
  font-size: 11px !important;
}

.utility-messages,
.utility-messages span {
  display: flex;
  align-items: center;
}

.utility-messages {
  gap: 20px;
}

.utility-messages span {
  gap: 7px;
}

.utility-messages span + span {
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.utility-messages svg {
  width: 13px;
  height: 13px;
  color: #b372ff;
}

.main-header {
  min-height: 78px;
  gap: 20px;
  padding-inline: clamp(18px, 2.5vw, 34px);
  background: rgba(5, 8, 22, 0.96);
}

.brand-mark {
  width: 48px;
  height: 48px;
}

.brand-text strong {
  font-size: 34px !important;
}

.brand-text small {
  font-size: 11px !important;
}

.year {
  font-size: 32px !important;
}

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

.brand-symbol {
  display: block;
  flex: 0 0 44px;
  height: 54px;
  overflow: hidden;
  position: relative;
  width: 44px;
}

.brand-symbol img {
  height: 54px;
  left: 0;
  max-width: none;
  object-fit: contain;
  object-position: left center;
  position: absolute;
  top: 0;
  width: 167px;
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-copy small {
  color: #b5bfdc;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 700;
  margin-top: 4px;
  text-transform: uppercase;
}

.primary-nav {
  gap: clamp(10px, 1.15vw, 20px) !important;
  font-size: 15px !important;
}

.primary-nav > a {
  min-height: 44px;
  padding: 28px 0 !important;
}

.nav-more {
  position: relative;
}

.nav-more summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #edf2ff;
  cursor: pointer;
  list-style: none;
  text-transform: uppercase;
}

.nav-more summary.active,
.nav-more > div a.active {
  color: var(--premium-yellow);
}

.nav-more summary::-webkit-details-marker {
  display: none;
}

.nav-more summary svg {
  width: 15px;
  height: 15px;
}

.nav-more > div {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  z-index: 20;
  width: 210px;
  padding: 8px;
  border: 1px solid var(--premium-line);
  border-radius: var(--premium-radius);
  background: #0b1024;
  box-shadow: var(--premium-shadow);
}

.nav-more > div a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 8px 12px !important;
  border-radius: 5px;
  color: var(--premium-copy);
  font-size: 15px;
}

.nav-more > div a:hover {
  color: var(--premium-text);
  background: rgba(255, 255, 255, 0.07);
}

.icon-button,
.nav-toggle {
  min-width: 44px;
  min-height: 44px;
}

.ticket-button {
  min-height: 48px !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-inline: 22px !important;
  font-size: 16px !important;
}

.ticket-button svg {
  width: 18px;
  height: 18px;
}

.home-page {
  padding-top: 0;
  padding-bottom: 0;
  background: var(--premium-bg) !important;
}

.home-page .hero.hero-image-only {
  margin-inline: calc(clamp(18px, 4vw, 44px) * -1);
  width: auto;
  max-height: 760px;
  border-bottom: 1px solid var(--premium-line);
  background-color: #060816;
}

.pm-section,
.pm-match-section {
  padding-block: clamp(22px, 2.4vw, 36px);
}

.pm-section + .pm-section {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.pm-section-heading,
.pm-card-heading,
.pm-match-status,
.hub-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.pm-section-heading {
  margin-bottom: 16px;
}

.pm-section-heading h2,
.pm-card-heading h2,
.pillar-content h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.pm-section-heading h2 {
  max-width: 760px;
  font-size: clamp(25px, 2.2vw, 32px) !important;
  line-height: 1.08;
}

.pm-compact-heading h2 {
  font-size: clamp(22px, 1.9vw, 28px) !important;
  text-transform: uppercase;
}

.pm-section-heading > a,
.hub-section-heading > a,
.pm-video-copy > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--premium-yellow);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  font-weight: 800;
}

.pm-section-heading svg,
.hub-section-heading svg,
.pm-video-copy svg {
  width: 18px;
  height: 18px;
}

.eyebrow {
  margin: 0 0 3px;
  color: var(--premium-yellow);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.pm-match-section {
  margin-inline: calc(clamp(18px, 4vw, 44px) * -1);
  padding-block: 14px;
  padding-inline: clamp(18px, 4vw, 44px);
  background: #080a1a;
}

.pm-match-card {
  overflow: hidden;
  border: 1px solid rgba(255, 212, 0, 0.28);
  border-radius: var(--premium-radius);
  background: #11142d;
  box-shadow: var(--premium-shadow);
}

.pm-match-status {
  align-items: center;
  padding: 10px 18px;
  border-bottom: 1px solid var(--premium-line);
  background: #181436;
}

.pm-match-status > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pm-match-status p,
.pm-updated {
  margin: 0;
}

.pm-match-status #next-match-title {
  font-size: 15px;
  font-weight: 700;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 4px;
  color: #071020;
  background: var(--premium-yellow);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.status-badge.neutral {
  color: #dff8ff;
  background: rgba(66, 212, 255, 0.16);
  border: 1px solid rgba(66, 212, 255, 0.32);
}

.pm-updated {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--premium-muted);
  font-size: 13px;
}

.pm-updated svg {
  width: 15px;
  height: 15px;
}

.pm-match-main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(20px, 4vw, 58px);
  padding: clamp(20px, 2.5vw, 30px);
}

.pm-team {
  display: flex;
  align-items: center;
  gap: 22px;
}

.pm-team:last-child {
  flex-direction: row-reverse;
  text-align: right;
}

.pm-team img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px color-mix(in srgb, var(--team-accent), transparent 55%));
}

.pm-team span,
.pm-card-heading span {
  display: block;
  color: var(--premium-muted);
  font-size: 13px;
  font-weight: 700;
}

.pm-team strong {
  display: block;
  max-width: 240px;
  margin-top: 4px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(21px, 1.8vw, 27px);
  line-height: 1.05;
}

.pm-match-vs {
  display: grid;
  justify-items: center;
  gap: 3px;
  min-width: 130px;
  text-align: center;
}

.pm-match-vs span {
  font-family: Anton, sans-serif;
  font-size: 42px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.22);
}

.pm-match-vs time {
  color: var(--premium-text);
  font-size: 15px;
  font-weight: 800;
}

.pm-match-vs b {
  color: var(--premium-yellow);
  font-size: 14px;
}

.pm-match-meta {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 14px 22px;
  border-top: 1px solid var(--premium-line);
  background: rgba(0, 0, 0, 0.14);
}

.pm-match-meta > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--premium-copy);
  font-size: 14px;
}

.pm-match-meta svg {
  width: 18px;
  color: var(--premium-yellow);
}

.pm-match-meta > div {
  display: flex;
  gap: 10px;
  margin-left: auto;
}

.primary-button,
.secondary-button {
  min-height: 46px;
  border-radius: 5px;
}

.pm-matchday {
  padding-top: clamp(22px, 2.4vw, 36px);
  background: #050816;
}

.pm-matchday-heading {
  align-items: flex-end;
  margin-bottom: 18px;
}

.pm-matchday-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(360px, 0.98fr);
  gap: 14px;
  align-items: start;
}

.pm-matchday-side {
  min-width: 0;
  display: grid;
  gap: 14px;
  align-items: start;
}

.pm-feature-video,
.pm-desk-card,
.pm-support-block,
.pm-tabs {
  border: 1px solid var(--premium-line);
  border-radius: var(--premium-radius);
  background: var(--premium-surface);
}

.pm-feature-video,
.pm-desk-card {
  border-color: rgba(150, 160, 200, 0.18);
  background: linear-gradient(180deg, rgba(18, 24, 49, 0.98), rgba(10, 15, 34, 0.98));
}

.pm-feature-video {
  overflow: hidden;
}

.pm-feature-video > .pm-card-heading,
.pm-desk-card > .pm-card-heading {
  min-height: 64px;
  margin: 0;
  padding: 10px 20px;
  border-bottom: 1px solid var(--premium-line);
}

.pm-feature-video > .pm-card-heading span {
  color: var(--premium-muted);
  font-size: 11px;
  text-transform: uppercase;
}

.pm-feature-video > .pm-card-heading h3 {
  margin-top: 2px;
  font-size: 21px;
}

.pm-video-image {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #02040c;
}

.pm-video-image::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(180deg, transparent, rgba(3, 5, 16, 0.82));
  pointer-events: none;
}

.pm-video-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.pm-play-button {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  color: #071020;
  background: var(--premium-yellow);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.pm-play-button svg {
  width: 27px;
  height: 27px;
}

.pm-video-category,
.pm-video-duration {
  position: absolute;
  z-index: 2;
  padding: 4px 8px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.76);
  font-size: 13px;
  font-weight: 800;
}

.pm-video-category {
  top: 14px;
  left: 14px;
  color: var(--premium-yellow);
  font-size: 11px;
  text-transform: uppercase;
}

.pm-video-duration {
  right: 14px;
  bottom: 14px;
}

.pm-video-image:hover img,
.pm-video-image:focus-visible img {
  transform: scale(1.015);
}

.pm-video-copy {
  padding: 20px 22px 22px;
}

.pm-video-copy h3 {
  margin: 0 0 5px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(24px, 2vw, 28px);
  line-height: 1.12;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pm-video-copy h3 a {
  color: var(--premium-text);
}

.pm-video-copy p {
  max-width: 680px;
  margin: 8px 0 0;
  color: var(--premium-copy);
  font-size: 15px;
  line-height: 1.55;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pm-video-copy > a {
  margin-top: 14px;
}

.pm-desk-card {
  height: auto;
  overflow: hidden;
  padding: 0;
}

.pm-fixtures-card {
  display: block;
}

.pm-card-heading {
  align-items: center;
  margin-bottom: 14px;
}

.pm-card-heading h2,
.pm-card-heading h3 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  line-height: 1.1;
}

.pm-card-heading h2 {
  font-size: 20px !important;
}

.pm-card-heading > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--premium-yellow);
  font-size: 14px;
  font-weight: 800;
}

.pm-fixture-list,
.pm-news-list {
  min-width: 0;
}

.pm-fixture-row {
  position: relative;
  min-height: 76px;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 10px;
  padding: 9px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: var(--premium-text);
  transition: background-color 160ms ease, border-color 160ms ease;
}

.pm-fixture-row time {
  display: grid;
  color: var(--premium-yellow);
  font-size: 14px;
  line-height: 1.3;
}

.pm-fixture-row time span {
  color: var(--premium-muted);
  font-size: 11px;
  text-transform: uppercase;
}

.pm-fixture-body {
  min-width: 0;
}

.pm-fixture-teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 7px;
}

.pm-fixture-teams > span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.pm-fixture-teams > span:last-child {
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.pm-fixture-teams img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.pm-fixture-teams small {
  color: var(--premium-muted);
  text-transform: uppercase;
}

.pm-fixture-venue {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  margin-top: 2px;
  color: var(--premium-muted);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pm-fixture-venue svg,
.pm-row-arrow {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
}

.pm-row-arrow {
  color: var(--premium-muted);
}

.pm-fixture-row:hover,
.pm-fixture-row:focus-visible,
.pm-news-row:hover,
.pm-news-row:focus-visible {
  border-color: rgba(255, 212, 0, 0.26);
  background: rgba(255, 255, 255, 0.045);
}

.pm-card-footer {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 18px;
  border-top: 1px solid var(--premium-line);
  color: var(--premium-yellow);
  background: rgba(255, 212, 0, 0.035);
  font-size: 13px;
  font-weight: 800;
}

.pm-card-footer svg {
  width: 17px;
  height: 17px;
}

.pm-news-card {
  display: block;
}

.pm-news-row {
  min-height: 100px;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: var(--premium-text);
  transition: background-color 160ms ease, border-color 160ms ease;
}

.pm-news-row img {
  width: 110px;
  height: 76px;
  object-fit: cover;
  border-radius: 6px;
}

.pm-news-copy {
  min-width: 0;
  display: grid;
  align-content: center;
}

.pm-news-copy > span,
.pm-news-copy small {
  color: var(--premium-muted);
  font-size: 12px;
}

.pm-news-copy strong {
  margin: 3px 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  line-height: 1.15;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pm-teams {
  margin-inline: calc(clamp(18px, 4vw, 44px) * -1);
  padding-inline: clamp(18px, 4vw, 44px);
  background: #080b1c;
}

.pm-team-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.pm-team-card {
  position: relative;
  min-height: 228px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 10px 14px;
  border: 1px solid var(--premium-line);
  border-top: 3px solid var(--team-accent);
  border-radius: var(--premium-radius);
  background: var(--premium-card);
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease;
}

.pm-team-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--team-accent), white 10%);
}

.pm-team-card img {
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.pm-team-card h3 {
  margin: 2px 0 6px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  line-height: 1.05;
}

.pm-team-card p,
.pm-team-card small,
.pm-team-card span {
  display: block;
  margin: 0;
  color: var(--premium-muted);
  font-size: 12px;
  line-height: 1.35;
}

.pm-team-card span {
  color: var(--team-accent);
  font-weight: 800;
  text-transform: uppercase;
}

.pm-team-card > a {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--premium-muted);
}

@media (min-width: 1261px) {
  .pm-team-card > a {
    inset: 0;
    width: auto;
    height: auto;
    color: transparent;
  }

  .pm-team-card > a svg {
    display: none;
  }
}

.pm-team-card > a svg {
  width: 18px;
}

.pm-hub {
  background: #050816;
}

.pm-tabs {
  overflow: hidden;
}

.pm-tab-list {
  display: flex;
  overflow-x: auto;
  border-bottom: 1px solid var(--premium-line);
  scrollbar-width: thin;
}

.pm-tab-list button {
  flex: 1 1 0;
  min-width: max-content;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 0;
  border-bottom: 3px solid transparent;
  color: var(--premium-muted);
  background: transparent;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.pm-tab-list button[aria-selected="true"] {
  color: var(--premium-yellow);
  border-bottom-color: var(--premium-yellow);
  background: rgba(255, 212, 0, 0.05);
}

.pm-tab-panel {
  min-height: 224px;
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 30px;
  padding: clamp(22px, 3vw, 36px);
}

.pm-standings-panel {
  display: block;
  padding: clamp(18px, 2.4vw, 30px);
}

.pm-tab-panel[hidden] {
  display: none;
}

.pm-tab-panel h3 {
  margin: 12px 0 4px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
}

.pm-tab-panel p {
  max-width: 680px;
  margin-top: 0;
  color: var(--premium-copy);
}

.pm-tab-panel aside {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 20px;
  border-left: 1px solid var(--premium-line);
}

.pm-tab-panel aside p,
.pm-tab-panel aside strong {
  margin: 0;
}

.pm-data-status ul {
  display: grid;
  gap: 9px;
  margin: 3px 0 0;
  padding: 0;
  list-style: none;
}

.pm-data-status li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--premium-copy);
  font-size: 12px;
}

.pm-data-status li:first-child {
  color: #8ff0b5;
}

.pm-data-status svg {
  width: 15px;
  height: 15px;
  color: currentColor;
}

.pm-standings-empty {
  align-self: center;
}

.pm-hub-standings,
.pm-hub-panel-card {
  overflow: hidden;
  border: 1px solid rgba(154, 163, 188, 0.34);
  border-radius: var(--premium-radius);
  background: linear-gradient(145deg, rgba(10, 17, 39, 0.98), rgba(4, 10, 25, 0.98));
}

.pm-hub-panel-card {
  min-height: 565px;
  display: flex;
  flex-direction: column;
}

.pm-hub-status {
  padding: 18px 20px 10px;
}

.pm-preseason-badge {
  min-height: 38px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 14px;
  border-radius: 5px;
  color: var(--premium-yellow);
  background: rgba(255, 212, 0, 0.12);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
}

.pm-preseason-badge svg {
  width: 19px;
  height: 19px;
}

.pm-hub-status p {
  margin: 9px 0 0;
  color: var(--premium-copy);
  font-size: 15px;
}

.pm-hub-table-wrap {
  margin-inline: 20px;
  overflow-x: auto;
  border: 1px solid var(--premium-line);
  border-radius: 6px;
  scrollbar-color: var(--premium-purple) #080d20;
}

.pm-hub-table-wrap:focus-visible {
  outline: 3px solid #42d4ff;
  outline-offset: 3px;
}

.pm-hub-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}

.pm-hub-table th,
.pm-hub-table td {
  height: 50px;
  padding: 7px 18px;
  border-bottom: 1px solid var(--premium-line);
  color: var(--premium-copy);
  text-align: center;
}

.pm-hub-table thead th {
  height: 42px;
  color: #b8c0d5;
  background: rgba(255, 255, 255, 0.025);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.pm-hub-table thead th:nth-child(2),
.pm-hub-table tbody th {
  text-align: left;
}

.pm-hub-table tbody tr:last-child th,
.pm-hub-table tbody tr:last-child td {
  border-bottom: 0;
}

.pm-hub-table tbody tr:hover {
  background: rgba(122, 63, 242, 0.08);
}

.pm-hub-table tbody th {
  min-width: 300px;
  color: var(--premium-text);
  font-size: 15px;
  font-weight: 700;
}

.pm-hub-table tbody th a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
}

.pm-hub-table tbody th img {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  object-fit: contain;
}

.pm-hub-data-table {
  width: 100%;
  min-width: 760px;
  table-layout: fixed;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}

.pm-hub-data-table th,
.pm-hub-data-table td {
  height: 64px;
  padding: 8px 16px;
  border-bottom: 1px solid var(--premium-line);
  color: var(--premium-copy);
  text-align: left;
  vertical-align: middle;
}

.pm-hub-data-table thead th {
  height: 42px;
  color: #b8c0d5;
  background: rgba(255, 255, 255, 0.025);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.pm-hub-data-table tbody tr:last-child th,
.pm-hub-data-table tbody tr:last-child td {
  border-bottom: 0;
}

.pm-hub-data-table tbody tr:hover {
  background: rgba(122, 63, 242, 0.08);
}

.pm-hub-data-table tbody th {
  color: var(--premium-text);
  font-size: 15px;
  font-weight: 700;
}

.pm-hub-data-table time,
.pm-hub-data-table time b,
.pm-hub-data-table time small,
.pm-hub-data-table td strong,
.pm-hub-data-table td small {
  display: block;
}

.pm-hub-data-table time small,
.pm-hub-data-table td small {
  margin-top: 2px;
  color: var(--premium-muted);
  font-size: 11px;
}

.pm-hub-data-table td strong {
  color: var(--premium-yellow);
}

.pm-hub-matchup {
  min-width: 220px;
  display: grid;
  grid-template-columns: minmax(92px, 1fr) 26px minmax(92px, 1fr);
  align-items: center;
  gap: 10px;
  color: var(--premium-text);
}

.pm-hub-matchup > span {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.pm-hub-matchup > span:first-child {
  justify-content: flex-end;
}

.pm-hub-matchup > span:last-child {
  justify-content: flex-start;
}

.pm-hub-matchup img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.pm-hub-matchup b {
  color: var(--premium-purple);
  text-align: center;
  text-transform: uppercase;
}

.pm-hub-state {
  min-height: 28px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  border: 1px solid rgba(255, 212, 0, 0.28);
  border-radius: 4px;
  color: var(--premium-yellow);
  background: rgba(255, 212, 0, 0.08);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.pm-hub-state.verified {
  border-color: rgba(55, 214, 130, 0.35);
  color: #80edb0;
  background: rgba(55, 214, 130, 0.09);
}

.pm-hub-person,
.pm-hub-venue {
  min-width: 190px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--premium-text);
}

.pm-hub-person img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  object-position: top;
  border-radius: 4px;
  background: #211740;
}

.pm-hub-venue img {
  width: 72px;
  height: 42px;
  object-fit: cover;
  border-radius: 4px;
}

.pm-hub-row-link {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-left: auto;
  color: var(--premium-muted);
}

.pm-hub-row-link:hover {
  color: var(--premium-yellow);
}

.pm-hub-row-link svg {
  width: 18px;
  height: 18px;
}

.pm-hub-live-table col:nth-child(1) {
  width: 16%;
}

.pm-hub-live-table col:nth-child(2) {
  width: 40%;
}

.pm-hub-live-table col:nth-child(3) {
  width: 18%;
}

.pm-hub-live-table col:nth-child(4) {
  width: 26%;
}

.pm-hub-fixtures-table col:nth-child(1) {
  width: 15%;
}

.pm-hub-fixtures-table col:nth-child(2) {
  width: 36%;
}

.pm-hub-fixtures-table col:nth-child(3) {
  width: 12%;
}

.pm-hub-fixtures-table col:nth-child(4) {
  width: 31%;
}

.pm-hub-fixtures-table col:nth-child(5) {
  width: 6%;
}

.pm-hub-results-table col:nth-child(1) {
  width: 16%;
}

.pm-hub-results-table col:nth-child(2) {
  width: 42%;
}

.pm-hub-results-table col:nth-child(3) {
  width: 36%;
}

.pm-hub-results-table col:nth-child(4) {
  width: 6%;
}

.pm-hub-players-table col:nth-child(1) {
  width: 23%;
}

.pm-hub-players-table col:nth-child(2) {
  width: 24%;
}

.pm-hub-players-table col:nth-child(3) {
  width: 24%;
}

.pm-hub-players-table col:nth-child(4) {
  width: 23%;
}

.pm-hub-players-table col:nth-child(5) {
  width: 6%;
}

.pm-hub-venues-table col:nth-child(1) {
  width: 42%;
}

.pm-hub-venues-table col:nth-child(2) {
  width: 26%;
}

.pm-hub-venues-table col:nth-child(3) {
  width: 26%;
}

.pm-hub-venues-table col:nth-child(4) {
  width: 6%;
}

.pm-hub-watch-table col:nth-child(1) {
  width: 25%;
}

.pm-hub-watch-table col:nth-child(2),
.pm-hub-watch-table col:nth-child(3) {
  width: 30%;
}

.pm-hub-watch-table col:nth-child(4) {
  width: 15%;
}

.pm-hub-venue-cell {
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.pm-hub-actions {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(190px, 0.95fr) minmax(190px, 0.95fr);
  gap: 12px;
  padding: 14px 20px 20px;
}

.pm-hub-panel-card > .pm-hub-actions {
  margin-top: auto;
}

.pm-hub-actions-2 {
  grid-template-columns: repeat(2, minmax(220px, 1fr));
}

.pm-hub-actions a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pm-hub-actions a svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.pm-hub-actions a svg:last-child {
  margin-left: auto;
}

/* Tournament hub alignment: equal desktop tabs and compact tablet/mobile data cards. */
@media (max-width: 900px) {
  .pm-tab-list button {
    flex: 0 0 auto;
    min-width: max-content;
    padding-inline: 18px;
  }

  .pm-hub-panel-card {
    min-height: 0;
    display: block;
  }

  .pm-hub-panel-card .pm-hub-table-wrap {
    margin-inline: 14px;
    overflow: visible;
    border: 0;
  }

  .pm-hub-standings .pm-hub-table-wrap {
    margin-inline: 14px;
    overflow: visible;
    border: 0;
  }

  .pm-hub-standings .pm-hub-table,
  .pm-hub-standings .pm-hub-table tbody {
    width: 100%;
    min-width: 0;
    display: block;
  }

  .pm-hub-standings .pm-hub-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .pm-hub-standings .pm-hub-table tbody {
    display: grid;
    gap: 10px;
  }

  .pm-hub-standings .pm-hub-table tbody tr {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    padding: 10px 12px;
    border: 1px solid var(--premium-line);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.025);
  }

  .pm-hub-standings .pm-hub-table tbody th,
  .pm-hub-standings .pm-hub-table tbody td {
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 6px 4px;
    border: 0;
  }

  .pm-hub-standings .pm-hub-table tbody td:first-of-type {
    grid-column: 1;
    grid-row: 1;
    color: var(--premium-yellow);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 18px;
    font-weight: 800;
  }

  .pm-hub-standings .pm-hub-table tbody th {
    grid-column: 2 / -1;
    grid-row: 1;
    text-align: left;
  }

  .pm-hub-standings .pm-hub-table tbody td:nth-of-type(n + 2) {
    grid-row: 2;
    display: grid;
    justify-items: center;
    gap: 2px;
    margin-top: 4px;
    border-top: 1px solid var(--premium-line);
  }

  .pm-hub-standings .pm-hub-table tbody td:nth-of-type(2) { grid-column: 1; }
  .pm-hub-standings .pm-hub-table tbody td:nth-of-type(3) { grid-column: 2; }
  .pm-hub-standings .pm-hub-table tbody td:nth-of-type(4) { grid-column: 3; }
  .pm-hub-standings .pm-hub-table tbody td:nth-of-type(5) { grid-column: 4; }
  .pm-hub-standings .pm-hub-table tbody td:nth-of-type(6) { grid-column: 5; }

  .pm-hub-standings .pm-hub-table tbody td:nth-of-type(n + 2)::before {
    color: var(--premium-muted);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .pm-hub-standings .pm-hub-table tbody td:nth-of-type(2)::before { content: "P"; }
  .pm-hub-standings .pm-hub-table tbody td:nth-of-type(3)::before { content: "W"; }
  .pm-hub-standings .pm-hub-table tbody td:nth-of-type(4)::before { content: "L"; }
  .pm-hub-standings .pm-hub-table tbody td:nth-of-type(5)::before { content: "NRR"; }
  .pm-hub-standings .pm-hub-table tbody td:nth-of-type(6)::before { content: "PTS"; }

  .pm-hub-data-table,
  .pm-hub-data-table tbody {
    width: 100%;
    min-width: 0;
    display: block;
  }

  .pm-hub-data-table colgroup {
    display: none;
  }

  .pm-hub-data-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .pm-hub-data-table tbody {
    display: grid;
    gap: 10px;
  }

  .pm-hub-data-table tbody tr {
    display: grid;
    gap: 2px;
    padding: 12px;
    border: 1px solid var(--premium-line);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.025);
  }

  .pm-hub-data-table tbody th,
  .pm-hub-data-table tbody td {
    width: 100%;
    min-width: 0;
    min-height: 38px;
    height: auto;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    border: 0;
    text-align: left;
  }

  .pm-hub-data-table tbody th::before,
  .pm-hub-data-table tbody td::before {
    content: attr(data-label);
    color: var(--premium-muted);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .pm-hub-data-table tbody [data-label=""] {
    min-height: 32px;
    display: flex;
    justify-content: flex-end;
    padding-top: 2px;
  }

  .pm-hub-data-table tbody [data-label=""]::before {
    display: none;
  }

  .pm-hub-matchup,
  .pm-hub-person,
  .pm-hub-venue {
    width: 100%;
    min-width: 0;
  }

  .pm-hub-data-table tbody [data-label="Match"] {
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 6px;
  }

  .pm-hub-matchup {
    grid-template-columns: minmax(78px, 1fr) 24px minmax(78px, 1fr);
    gap: 7px;
  }

  .pm-hub-matchup > span {
    gap: 5px;
  }

  .pm-hub-matchup img {
    width: 28px;
    height: 28px;
  }

  .pm-hub-venue-cell {
    overflow-wrap: normal;
  }

  .pm-hub-actions,
  .pm-hub-actions-2 {
    grid-template-columns: minmax(0, 1fr);
    padding: 14px;
  }
}

/* Team and player topic silos */
.team-silo,
.player-silo {
  width: min(calc(100% - 48px), 1429px);
  margin: 24px auto 72px;
  color: #f7f8ff;
}

.team-silo h1,
.team-silo h2,
.team-silo h3,
.player-silo h1,
.player-silo h2 {
  letter-spacing: 0;
}

.team-silo-hero,
.player-silo-hero {
  position: relative;
  overflow: hidden;
  min-height: 450px;
  border: 1px solid color-mix(in srgb, var(--team-accent) 48%, #283351);
  border-radius: 8px;
  background:
    linear-gradient(100deg, #050817 0%, #080d22 48%, color-mix(in srgb, var(--team-accent) 20%, #080d22) 100%);
}

.team-silo-hero::before,
.player-silo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, transparent 0 56%, color-mix(in srgb, var(--team-accent) 16%, transparent) 56% 68%, transparent 68%),
    radial-gradient(circle at 84% 22%, color-mix(in srgb, var(--team-accent) 30%, transparent), transparent 31%);
}

.team-silo-hero-copy,
.player-silo-copy {
  position: relative;
  z-index: 2;
  width: min(58%, 760px);
  padding: 72px 64px 124px;
}

.team-silo-hero .eyebrow,
.player-silo-hero .eyebrow {
  color: color-mix(in srgb, var(--team-accent) 72%, #ffffff);
}

.team-silo-hero h1,
.player-silo-hero h1 {
  max-width: 760px;
  margin: 12px 0 16px;
  font: 800 64px/0.98 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.team-silo-hero-copy > p:not(.eyebrow),
.player-silo-copy > p {
  max-width: 680px;
  margin: 0;
  color: #c7d0e7;
  font: 400 17px/1.65 "Inter", sans-serif;
}

.player-silo-copy > strong {
  display: block;
  margin: 0 0 14px;
  color: color-mix(in srgb, var(--team-accent) 72%, #ffffff);
  font: 800 24px/1.1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.team-silo-hero-copy > div,
.player-silo-copy > div {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.team-silo-identity {
  position: absolute;
  z-index: 1;
  top: 44px;
  right: 7%;
  display: grid;
  place-items: center;
  width: 330px;
  height: 330px;
}

.team-silo-identity::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid color-mix(in srgb, var(--team-accent) 55%, transparent);
  border-radius: 50%;
  background: color-mix(in srgb, var(--team-accent) 8%, rgba(5, 8, 23, 0.66));
}

.team-silo-identity span {
  position: absolute;
  color: color-mix(in srgb, var(--team-accent) 16%, transparent);
  font: 900 148px/1 "Barlow Condensed", sans-serif;
}

.team-silo-identity img {
  position: relative;
  width: 250px;
  height: 250px;
  object-fit: contain;
}

.team-silo-facts {
  position: absolute;
  z-index: 3;
  right: 28px;
  bottom: 24px;
  left: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border: 1px solid rgba(133, 151, 209, 0.25);
  border-radius: 8px;
  background: rgba(4, 8, 25, 0.88);
  backdrop-filter: blur(12px);
}

.team-silo-facts div {
  min-width: 0;
  padding: 16px 22px;
  border-right: 1px solid rgba(133, 151, 209, 0.2);
}

.team-silo-facts div:last-child {
  border-right: 0;
}

.team-silo-facts dt,
.player-silo-facts span,
.team-overview dt {
  color: #8795b8;
  font: 800 12px/1.2 "Inter", sans-serif;
  text-transform: uppercase;
}

.team-silo-facts dd,
.player-silo-facts strong,
.team-overview dd {
  margin: 6px 0 0;
  color: #ffffff;
  font: 800 18px/1.25 "Barlow Condensed", sans-serif;
}

.team-status {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 4px;
  font: 800 12px/1 "Inter", sans-serif;
  text-transform: uppercase;
}

.team-status.complete {
  color: #c8ffe0;
  background: #087a42;
}

.team-status.partial {
  color: #ffeeb0;
  background: #735500;
}

.team-silo-nav {
  position: sticky;
  z-index: 12;
  top: 92px;
  display: flex;
  gap: 4px;
  margin: 12px 0 42px;
  padding: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border: 1px solid rgba(133, 151, 209, 0.2);
  border-radius: 8px;
  background: rgba(4, 8, 25, 0.94);
  backdrop-filter: blur(12px);
}

.team-silo-nav::-webkit-scrollbar {
  display: none;
}

.team-silo-nav a {
  min-width: max-content;
  padding: 10px 18px;
  color: #bec8e2;
  font: 700 14px/1 "Inter", sans-serif;
}

.team-silo-nav a:hover,
.team-silo-nav a:focus-visible,
.team-silo-nav a.is-active {
  color: #ffffff;
  background: color-mix(in srgb, var(--team-accent) 20%, transparent);
}

.team-silo-nav a.is-active {
  box-shadow: inset 0 -2px 0 var(--team-accent);
}

.team-silo-section,
.player-silo-section {
  margin: 0 0 48px;
  scroll-margin-top: 84px;
}

.team-silo-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 20px;
}

.team-silo-heading h2,
.team-overview h2,
.player-silo-overview h2,
.team-venue-card h2 {
  margin: 5px 0 8px;
  font: 800 34px/1.05 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.team-silo-heading p:last-child,
.team-overview p,
.player-silo-overview p,
.team-venue-card p {
  max-width: 780px;
  margin: 0;
  color: #aebbd8;
  font: 400 16px/1.65 "Inter", sans-serif;
}

.team-silo-heading > a,
.team-venue-card a,
.team-news-list > a,
.player-official-source {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  color: #ffd400;
  font: 800 14px/1.2 "Inter", sans-serif;
}

.team-silo-heading svg,
.team-venue-card a svg,
.player-official-source svg {
  width: 17px;
  height: 17px;
}

.team-overview,
.player-silo-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  gap: 48px;
  padding: 0 12px;
}

.team-overview p + p,
.player-silo-overview p + p {
  margin-top: 14px;
}

.team-overview dl,
.player-silo-overview dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: start;
  margin: 0;
  border-top: 1px solid rgba(133, 151, 209, 0.25);
}

.team-overview dl div,
.player-silo-overview dl div {
  min-width: 0;
  padding: 16px 10px;
  border-bottom: 1px solid rgba(133, 151, 209, 0.18);
}

.team-overview dd,
.player-silo-overview dd {
  overflow-wrap: anywhere;
}

.team-fixture-list {
  border-block: 1px solid rgba(133, 151, 209, 0.24);
}

.team-fixture-row {
  display: grid;
  grid-template-columns: minmax(190px, 0.7fr) minmax(300px, 1.25fr) minmax(260px, 1fr) 24px;
  align-items: center;
  gap: 24px;
  min-height: 104px;
  padding: 14px 18px;
  color: #ffffff;
  border-bottom: 1px solid rgba(133, 151, 209, 0.16);
}

.team-fixture-row:last-child {
  border-bottom: 0;
}

.team-fixture-row:hover,
.team-fixture-row:focus-visible {
  background: color-mix(in srgb, var(--team-accent) 10%, transparent);
}

.team-fixture-row time,
.team-fixture-opponent span {
  display: grid;
  gap: 5px;
}

.team-fixture-row time strong,
.team-fixture-opponent strong {
  font: 800 19px/1.2 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.team-fixture-row time span,
.team-fixture-opponent small,
.team-fixture-venue {
  color: #9eabc9;
  font: 600 14px/1.45 "Inter", sans-serif;
}

.team-fixture-opponent,
.team-fixture-venue {
  display: flex;
  align-items: center;
  gap: 14px;
}

.team-fixture-opponent img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.team-fixture-venue svg {
  width: 18px;
  height: 18px;
  color: #ffd400;
}

.team-fixture-row > svg {
  color: #7f8baa;
}

.team-squad-count {
  display: grid;
  min-width: 110px;
  text-align: right;
}

.team-squad-count strong {
  color: color-mix(in srgb, var(--team-accent) 65%, #ffffff);
  font: 900 42px/0.9 "Barlow Condensed", sans-serif;
}

.team-squad-count span {
  color: #8f9cba;
  font: 700 12px/1.2 "Inter", sans-serif;
  text-transform: uppercase;
}

.team-squad-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.team-roster-more {
  margin-top: 28px;
  border-top: 1px solid rgba(133, 151, 209, 0.24);
  border-bottom: 1px solid rgba(133, 151, 209, 0.18);
}

.team-roster-more > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  color: #ffffff;
  list-style: none;
  cursor: pointer;
}

.team-roster-more > summary::-webkit-details-marker {
  display: none;
}

.team-roster-more > summary > span:first-child {
  display: grid;
  gap: 3px;
}

.team-roster-more > summary strong {
  font: 900 25px/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.team-roster-more > summary small,
.team-roster-more > summary > span:last-child {
  color: #aeb9d5;
  font: 600 13px/1.4 "Inter", sans-serif;
}

.team-roster-more > summary > span:last-child {
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: 7px;
  color: var(--team-accent);
  font-weight: 800;
}

.team-roster-more > summary svg {
  width: 18px;
  height: 18px;
  transition: transform 180ms ease;
}

.team-roster-more[open] > summary svg {
  transform: rotate(180deg);
}

.team-roster-compact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 14px 0 2px;
}

.team-roster-compact > a {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 10px 14px;
  border: 1px solid rgba(133, 151, 209, 0.23);
  border-left: 3px solid var(--team-accent);
  border-radius: 5px;
  background: rgba(9, 15, 37, 0.86);
}

.team-roster-compact > a:hover,
.team-roster-compact > a:focus-visible {
  border-color: color-mix(in srgb, var(--team-accent) 70%, #ffffff);
  background: color-mix(in srgb, var(--team-accent) 12%, #091025);
}

.team-roster-initials {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--team-accent) 55%, #3b4668);
  border-radius: 50%;
  color: var(--team-accent);
  background: color-mix(in srgb, var(--team-accent) 10%, #070c20);
  font: 900 17px/1 "Barlow Condensed", sans-serif;
}

.team-roster-compact > a > span:nth-child(2) {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.team-roster-compact strong {
  color: #ffffff;
  font: 800 17px/1.1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.team-roster-compact small {
  color: #9eabc8;
  font: 600 13px/1.3 "Inter", sans-serif;
}

.team-roster-compact svg {
  width: 18px;
  color: var(--team-accent);
}

.team-squad-composition {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 18px 0 28px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 8px;
  background: rgba(148, 163, 184, 0.18);
}

.team-squad-composition > div {
  min-height: 94px;
  padding: 17px 18px;
  background: #080e22;
}

.team-squad-composition small,
.team-squad-composition span { display: block; color: #9ca9c8; }
.team-squad-composition strong { display: block; margin: 3px 0; color: var(--team-accent); font: 900 1.8rem/1 "Barlow Condensed", sans-serif; }

.pp-related { margin-top: 34px; }
.pp-related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.pp-related-player { position: relative; display: grid; grid-template-columns: 76px minmax(0, 1fr) 18px; grid-template-rows: auto auto; align-items: center; gap: 2px 12px; min-height: 108px; padding: 10px 14px 10px 10px; border: 1px solid rgba(148, 163, 184, 0.2); border-radius: 7px; background: #080e22; text-decoration: none; }
.pp-related-player > span { grid-row: 1 / 3; display: flex; width: 76px; height: 88px; align-items: flex-end; justify-content: center; overflow: hidden; background: linear-gradient(145deg, color-mix(in srgb, var(--team-accent) 22%, #081023), #071022); }
.pp-related-player img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.pp-related-player > strong { align-self: end; color: #fff; font: 800 1.15rem/1 "Barlow Condensed", sans-serif; }
.pp-related-player > small { align-self: start; color: #9da9c8; }
.pp-related-player > svg { grid-column: 3; grid-row: 1 / 3; width: 18px; color: var(--team-accent); }

@media (max-width: 900px) {
  .team-squad-composition { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pp-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .team-squad-composition { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pp-related-grid { grid-template-columns: 1fr; }
}

.team-player-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--team-accent) 42%, rgba(133, 151, 209, 0.26));
  border-radius: 8px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--team-accent) 9%, #0b1025), #090e21 72%);
}

.team-player-image {
  position: relative;
  aspect-ratio: 4 / 5;
  height: auto;
  width: calc(100% - 20px);
  margin: 10px 10px 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--team-accent) 34%, rgba(255, 255, 255, 0.12));
  border-radius: 7px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--team-accent) 28%, #0b1026), #080c1c 72%);
  box-shadow: inset 0 -34px 52px rgba(2, 5, 17, 0.34);
}

.team-player-image > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.team-player-club {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.team-player-placeholder {
  display: grid;
  place-items: center;
  height: 100%;
  color: color-mix(in srgb, var(--team-accent) 58%, #ffffff);
  font: 900 52px/1 "Barlow Condensed", sans-serif;
}

.team-player-card > div:last-child {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 15px 13px 13px;
  text-align: center;
}

.team-player-card p,
.team-player-card h3 {
  margin: 0;
}

.team-player-card p {
  min-height: 38px;
  margin-top: 6px;
  color: color-mix(in srgb, var(--team-accent) 60%, #dce4f8);
  font: 700 14px/1.4 "Inter", sans-serif;
}

.team-player-card h3 {
  min-height: 43px;
  color: #ffffff;
  font: 900 22px/1.05 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.team-player-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 42px;
  margin-top: auto;
  padding: 9px 10px;
  border: 1px solid color-mix(in srgb, var(--team-accent) 66%, #ffd400);
  border-radius: 6px;
  color: #ffffff;
  background: color-mix(in srgb, var(--team-accent) 19%, #0b1025);
  font: 800 14px/1.2 "Inter", sans-serif;
}

.team-player-card a:hover {
  border-color: #ffd400;
  color: #ffd400;
  background: color-mix(in srgb, var(--team-accent) 27%, #0b1025);
}

.team-player-card a svg {
  width: 16px;
  height: 16px;
}

.team-silo-split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(380px, 0.8fr);
  gap: 20px;
  margin-bottom: 48px;
}

.team-venue-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-radius: 8px;
  background: #0a1027;
}

.team-venue-card > div {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  padding: 90px 28px 28px;
  background: linear-gradient(transparent, rgba(4, 8, 23, 0.96) 60%);
}

.team-venue-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-news-list {
  padding: 22px;
  border: 1px solid rgba(133, 151, 209, 0.24);
  border-radius: 8px;
  background: #080d20;
}

.team-news-list .team-silo-heading h2 {
  font-size: 28px;
}

.team-news-list > a:not(:first-child) {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 12px 0;
  color: #ffffff;
  border-top: 1px solid rgba(133, 151, 209, 0.16);
}

.team-news-list > a img {
  width: 110px;
  height: 68px;
  object-fit: cover;
  border-radius: 4px;
}

.team-news-list > a span {
  display: grid;
  gap: 5px;
}

.team-news-list > a small {
  color: #8f9cba;
  font: 600 11px/1.3 "Inter", sans-serif;
}

.team-news-list > a strong {
  font: 700 15px/1.35 "Inter", sans-serif;
}

.team-related-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 12px;
  border: 1px solid rgba(133, 151, 209, 0.22);
  border-radius: 8px;
  background: rgba(133, 151, 209, 0.2);
}

.team-related-links a {
  padding: 18px;
  color: #dce4f8;
  text-align: center;
  background: #080d20;
  font: 800 14px/1.2 "Inter", sans-serif;
}

.team-related-links a:hover,
.team-related-links a:focus-visible {
  color: #050816;
  background: #ffd400;
}

.player-silo-hero {
  min-height: 540px;
}

.player-silo-copy {
  width: min(53%, 700px);
  padding-bottom: 76px;
}

.player-silo-portrait {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 7%;
  bottom: 0;
  width: 42%;
}

.player-silo-portrait > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.player-silo-placeholder {
  display: grid;
  place-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  text-align: center;
}

.player-silo-placeholder strong {
  color: color-mix(in srgb, var(--team-accent) 58%, #ffffff);
  font: 900 96px/1 "Barlow Condensed", sans-serif;
}

.player-silo-placeholder span {
  color: #9eabc9;
  font: 700 13px/1.3 "Inter", sans-serif;
  text-transform: uppercase;
}

.player-silo-team {
  position: absolute;
  z-index: 3;
  right: 26px;
  bottom: 24px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  width: min(310px, 35%);
  padding: 12px 16px;
  border: 1px solid rgba(133, 151, 209, 0.25);
  border-radius: 6px;
  background: rgba(4, 8, 23, 0.9);
}

.player-silo-team img {
  grid-row: span 2;
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.player-silo-team span {
  color: color-mix(in srgb, var(--team-accent) 70%, #ffffff);
  font: 900 18px/1 "Barlow Condensed", sans-serif;
}

.player-silo-team strong {
  color: #ffffff;
  font: 700 13px/1.25 "Inter", sans-serif;
}

.player-silo-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 12px 0 32px;
  border: 1px solid rgba(133, 151, 209, 0.22);
  border-radius: 8px;
  background: #080d20;
}

.player-silo-facts div {
  min-width: 0;
  padding: 18px 22px;
  border-right: 1px solid rgba(133, 151, 209, 0.18);
}

.player-silo-facts div:last-child {
  border-right: 0;
}

.player-silo-facts strong {
  display: block;
  overflow-wrap: anywhere;
}

.player-official-source {
  grid-column: 1 / -1;
  justify-self: start;
}

.player-match-list > div:last-child {
  border-block: 1px solid rgba(133, 151, 209, 0.2);
}

.player-match-list > div:last-child > a {
  display: grid;
  grid-template-columns: minmax(180px, 0.5fr) minmax(0, 1.5fr) 20px;
  align-items: center;
  gap: 24px;
  min-height: 88px;
  padding: 12px 18px;
  color: #ffffff;
  border-bottom: 1px solid rgba(133, 151, 209, 0.14);
}

.player-match-list > div:last-child > a:last-child {
  border-bottom: 0;
}

.player-match-list time,
.player-match-list a > span {
  display: grid;
  gap: 5px;
}

.player-match-list time strong,
.player-match-list a > span strong {
  font: 800 17px/1.2 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.player-match-list time span,
.player-match-list a > span small {
  color: #9eabc9;
  font: 600 13px/1.4 "Inter", sans-serif;
}

.player-teammates > div:last-child {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.player-teammates > div:last-child > a {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  align-items: center;
  min-height: 112px;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid rgba(133, 151, 209, 0.22);
  border-radius: 6px;
  background: #080d20;
}

.player-teammates img,
.player-teammates a > span {
  width: 86px;
  height: 112px;
  object-fit: cover;
  object-position: center top;
  background: color-mix(in srgb, var(--team-accent) 14%, #080d20);
}

.player-teammates a > span {
  display: grid;
  place-items: center;
  font: 900 34px/1 "Barlow Condensed", sans-serif;
}

.player-teammates a > div {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 12px;
}

.player-teammates a strong {
  font: 800 17px/1.15 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.player-teammates a small {
  color: #9eabc9;
  font: 600 12px/1.35 "Inter", sans-serif;
}

@media (max-width: 1180px) {
  .team-silo-hero-copy,
  .player-silo-copy {
    padding-left: 44px;
  }

  .team-silo-hero h1,
  .player-silo-hero h1 {
    font-size: 54px;
  }

  .team-silo-identity {
    right: 4%;
    width: 280px;
    height: 280px;
  }

  .team-silo-identity img {
    width: 210px;
    height: 210px;
  }

  .team-squad-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .team-fixture-row {
    grid-template-columns: minmax(170px, 0.6fr) minmax(260px, 1.2fr) minmax(220px, 1fr) 20px;
  }
}

@media (max-width: 900px) {
  .team-silo,
  .player-silo {
    width: calc(100% - 32px);
    margin-top: 16px;
  }

  .team-silo-hero,
  .player-silo-hero {
    min-height: 620px;
  }

  .team-silo-hero-copy,
  .player-silo-copy {
    width: 68%;
    padding: 52px 36px 184px;
  }

  .team-silo-hero h1,
  .player-silo-hero h1 {
    font-size: 48px;
  }

  .team-silo-identity {
    top: 110px;
    right: 2%;
    width: 240px;
    height: 240px;
    opacity: 0.82;
  }

  .team-silo-identity img {
    width: 180px;
    height: 180px;
  }

  .team-silo-facts,
  .player-silo-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-silo-facts div:nth-child(2),
  .player-silo-facts div:nth-child(2) {
    border-right: 0;
  }

  .team-silo-facts div:nth-child(-n + 2),
  .player-silo-facts div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(133, 151, 209, 0.18);
  }

  .team-overview,
  .player-silo-overview,
  .team-silo-split {
    grid-template-columns: 1fr;
  }

  .team-fixture-row {
    grid-template-columns: 150px minmax(0, 1fr) 20px;
  }

  .team-fixture-venue {
    display: none;
  }

  .team-squad-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .team-roster-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .player-silo-copy {
    position: relative;
    z-index: 4;
    width: 62%;
  }

  .player-silo-portrait {
    right: -7%;
    width: 55%;
  }

  .player-silo-team {
    width: 42%;
  }

  .player-teammates > div:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .team-silo,
  .player-silo {
    width: calc(100% - 20px);
    margin-bottom: 48px;
  }

  .team-silo-hero,
  .player-silo-hero {
    min-height: auto;
  }

  .team-silo-hero-copy,
  .player-silo-copy {
    width: 100%;
    padding: 34px 22px 28px;
  }

  .team-silo-hero h1,
  .player-silo-hero h1 {
    max-width: 100%;
    font-size: 42px;
  }

  .team-silo-hero-copy > p:not(.eyebrow),
  .player-silo-copy > p {
    font-size: 16px;
    line-height: 1.55;
  }

  .team-silo-hero-copy > div,
  .player-silo-copy > div {
    display: grid;
  }

  .team-silo-identity {
    position: relative;
    top: auto;
    right: auto;
    width: 220px;
    height: 220px;
    margin: 0 auto 18px;
  }

  .team-silo-facts {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0 12px 12px;
  }

  .team-silo-facts div,
  .player-silo-facts div {
    padding: 14px;
  }

  .team-silo-facts dd,
  .player-silo-facts strong {
    font-size: 16px;
  }

  .team-silo-nav {
    top: 8px;
    margin-bottom: 34px;
  }

  .team-silo-section,
  .player-silo-section {
    margin-bottom: 40px;
  }

  .team-silo-heading {
    align-items: start;
  }

  .team-silo-heading h2,
  .team-overview h2,
  .player-silo-overview h2,
  .team-venue-card h2 {
    font-size: 29px;
  }

  .team-overview,
  .player-silo-overview {
    gap: 24px;
    padding: 0 4px;
  }

  .team-fixture-row {
    grid-template-columns: 108px minmax(0, 1fr) 18px;
    gap: 12px;
    min-height: 94px;
    padding-inline: 6px;
  }

  .team-fixture-row time strong,
  .team-fixture-opponent strong {
    font-size: 16px;
  }

  .team-fixture-opponent {
    gap: 8px;
  }

  .team-fixture-opponent img {
    width: 42px;
    height: 42px;
  }

  .team-squad-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-player-image {
    height: 200px;
  }

  .team-silo-split {
    gap: 14px;
  }

  .team-venue-card {
    min-height: 340px;
  }

  .team-news-list {
    padding: 16px;
  }

  .team-news-list .team-silo-heading > a {
    display: none;
  }

  .team-news-list > a:not(:first-child) {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .team-news-list > a img {
    width: 82px;
    height: 58px;
  }

  .team-news-list > a > svg {
    display: none;
  }

  .team-related-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .player-silo-copy {
    padding-bottom: 24px;
  }

  .player-silo-portrait {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 390px;
  }

  .player-silo-team {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
  }

  .player-silo-facts {
    margin-bottom: 26px;
  }

  .player-match-list > div:last-child > a {
    grid-template-columns: 104px minmax(0, 1fr) 18px;
    gap: 10px;
    padding-inline: 6px;
  }

  .player-match-list a > span strong {
    font-size: 15px;
  }

  .player-teammates > div:last-child {
    grid-template-columns: 1fr;
  }
}

/* Player directory and profile states */
.player-team-groups {
  display: grid;
  gap: 28px;
  margin-top: 26px;
}

.player-team-group {
  padding-top: 4px;
}

.player-team-group .section-heading {
  margin-bottom: 8px;
}

.player-team-group .section-heading h2 {
  margin-bottom: 0;
}

.player-team-note {
  max-width: 820px;
  margin: 0 0 14px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.55;
}

.player-roster-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin-top: 24px;
  padding: 14px 16px;
  border: 1px solid rgba(157, 111, 255, 0.35);
  border-radius: 6px;
  background: rgba(91, 43, 190, 0.14);
}

.player-roster-summary strong {
  color: var(--yellow);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
}

.player-roster-summary span {
  color: #fff;
  font-weight: 900;
}

.player-roster-summary small {
  flex-basis: 100%;
  color: var(--muted);
  font-weight: 700;
}

.player-card {
  min-height: 290px;
}

.player-card-copy {
  display: grid;
  align-content: start;
  gap: 8px;
}

.player-card-copy h2,
.player-card-copy p {
  margin: 0;
}

.player-artwork-status {
  color: var(--yellow);
  background: rgba(255, 208, 0, 0.14);
  border: 1px solid rgba(255, 208, 0, 0.4);
}

.player-avatar-pending {
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(157, 111, 255, 0.5);
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle at 35% 25%, rgba(157, 111, 255, 0.45), rgba(16, 20, 53, 0.95) 68%);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 34px;
  font-weight: 900;
}

.player-profile-placeholder {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  width: min(340px, 100%);
  min-height: 340px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: radial-gradient(circle at 50% 30%, rgba(157, 111, 255, 0.35), rgba(14, 17, 45, 0.92) 68%);
  text-align: center;
}

.player-profile-placeholder strong {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 74px;
  font-weight: 900;
}

.player-profile-placeholder span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 820px) {
  .player-team-groups {
    gap: 22px;
  }

  .player-roster-summary {
    display: grid;
    gap: 4px;
  }

  .player-roster-summary small {
    margin-top: 4px;
  }
}

.pm-empty-actions,
.points-empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 20px;
}

.pm-empty-actions a,
.points-empty-actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--premium-yellow);
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pm-table-wrap {
  overflow-x: auto;
  margin-top: 22px;
}

.pm-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}

.pm-table-wrap th,
.pm-table-wrap td {
  padding: 11px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-size: 14px;
}

.pm-table-wrap th {
  color: var(--premium-muted);
  font-size: 12px;
  text-transform: uppercase;
}

.pm-legend,
.pm-disclaimer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--premium-muted);
  font-size: 13px;
}

.pm-legend svg,
.pm-disclaimer svg {
  width: 16px;
  height: 16px;
}

.pm-support-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 0.8fr;
  gap: 14px;
  background: #080b1c;
}

.pm-player-showcase {
  background: #070b1b;
}

.pm-player-showcase .pm-section-heading {
  align-items: end;
}

.pm-player-showcase .pm-section-heading > div > p:last-child {
  max-width: 720px;
  margin: 7px 0 0;
  color: var(--premium-copy);
  font-size: 15px;
  line-height: 1.5;
}

.pm-player-showcase-note {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: -8px 0 16px;
  color: var(--premium-muted);
  font-size: 13px;
  line-height: 1.4;
}

.pm-player-showcase-note svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}

.pm-player-watch-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pm-player-watch-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--player-accent) 72%, #59617a);
  border-radius: 7px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--player-accent) 7%, #0b1026), #090e20 64%);
  box-shadow:
    inset 0 3px 0 color-mix(in srgb, var(--player-accent) 82%, white),
    0 14px 30px rgba(0, 0, 0, 0.16);
}

.pm-player-watch-card > a {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  color: var(--premium-text);
}

.pm-player-watch-card > a:focus-visible {
  outline: 3px solid #42d4ff;
  outline-offset: -4px;
}

.pm-player-watch-visual {
  position: relative;
  isolation: isolate;
  min-height: 306px;
  display: grid;
  grid-template-columns: 56% 44%;
  align-items: end;
  overflow: hidden;
  padding: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--player-accent) 45%, #2c3453);
  background:
    radial-gradient(circle at 20% 38%, color-mix(in srgb, var(--player-accent) 26%, transparent), transparent 44%),
    linear-gradient(135deg, color-mix(in srgb, var(--player-accent) 10%, #0a1025), #070b19 72%);
}

.pm-player-watch-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 0;
  width: 58%;
  background:
    linear-gradient(155deg, color-mix(in srgb, var(--player-accent) 28%, transparent), transparent 66%);
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
}

.pm-player-watch-visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 0 0 52%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(5, 9, 23, 0.78) 18%, #070b19 52%);
}

.pm-player-role {
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 14px;
  padding: 4px 8px;
  border-radius: 3px;
  color: color-mix(in srgb, var(--player-accent) 75%, white);
  background: color-mix(in srgb, var(--player-accent) 26%, #071020);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.pm-player-team-logo {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 16px;
  width: 66px;
  height: 66px;
  object-fit: contain;
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.4));
}

.pm-player-cutout-frame {
  position: relative;
  z-index: 1;
  grid-column: 1;
  width: 100%;
  height: 306px;
  align-self: end;
  overflow: hidden;
}

.pm-player-cutout {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  transform: translate(var(--portrait-x, -2%), var(--portrait-y, 2%)) scale(var(--portrait-scale, 1.06));
  transform-origin: center bottom;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.42));
}

.pm-player-watch-copy {
  position: relative;
  z-index: 2;
  grid-column: 2;
  align-self: end;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 86px 14px 18px 4px;
}

.pm-player-watch-copy h3 {
  max-width: 170px;
  min-height: 56px;
  display: flex;
  align-items: flex-end;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 29px;
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.pm-player-watch-copy p {
  min-height: 36px;
  display: flex;
  align-items: flex-start;
  margin: 10px 0 3px;
  color: color-mix(in srgb, var(--player-accent) 72%, white);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.pm-player-watch-copy span {
  min-height: 34px;
  display: block;
  color: var(--premium-copy);
  font-size: 13px;
  line-height: 1.35;
}

.pm-player-watch-copy em {
  width: fit-content;
  min-height: 27px;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  padding: 5px 9px;
  border: 1px solid color-mix(in srgb, var(--player-accent) 62%, #786d38);
  border-radius: 4px;
  color: var(--premium-yellow);
  background: rgba(255, 212, 0, 0.06);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.pm-player-watch-stats {
  display: grid;
  grid-template-columns: 0.88fr 1.24fr 0.88fr;
  margin: 0;
  padding: 17px 12px;
}

.pm-player-watch-stats > div {
  min-width: 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 10px;
  text-align: center;
}

.pm-player-watch-stats > div + div {
  border-left: 1px solid var(--premium-line);
}

.pm-player-watch-stats dt {
  min-height: 26px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: var(--premium-muted);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.pm-player-watch-stats dd {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--premium-text);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.pm-player-watch-stats .pm-player-primary-stat dd {
  color: color-mix(in srgb, var(--player-accent) 78%, white);
  font-size: 36px;
  overflow-wrap: normal;
}

.pm-player-watch-link {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: auto;
  border-top: 1px solid var(--premium-line);
  color: color-mix(in srgb, var(--player-accent) 76%, white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.pm-player-watch-link svg {
  width: 17px;
  height: 17px;
  transition: transform 160ms ease;
}

.pm-player-watch-card > a:hover .pm-player-watch-link svg {
  transform: translateX(4px);
}

.pm-support-grid-two {
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
}

@media (min-width: 701px) and (max-width: 1100px) {
  .pm-player-watch-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 14px) / 2);
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    scrollbar-color: var(--premium-purple) #080d20;
  }

  .pm-player-watch-card {
    scroll-snap-align: start;
  }
}

@media (max-width: 700px) {
  .pm-player-showcase .pm-section-heading {
    align-items: flex-start;
  }

  .pm-player-showcase-note {
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 0;
  }

  .pm-player-watch-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(88%, 350px);
    overflow-x: auto;
    padding: 2px 0 12px;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-color: var(--premium-purple) #080d20;
  }

  .pm-player-watch-card {
    scroll-snap-align: start;
  }

  .pm-player-watch-visual {
    min-height: 294px;
    grid-template-columns: 56% 44%;
  }

  .pm-player-team-logo {
    width: 58px;
    height: 58px;
  }

  .pm-player-cutout-frame {
    height: 294px;
  }

  .pm-player-cutout {
    transform: translate(var(--portrait-x, -2%), var(--portrait-y-mobile, var(--portrait-y, 2%))) scale(var(--portrait-scale-mobile, var(--portrait-scale, 1.03)));
  }

  .pm-player-watch-copy {
    padding: 80px 12px 16px 2px;
  }

  .pm-player-watch-copy h3 {
    font-size: 28px;
  }

  .pm-player-watch-stats {
    padding-inline: 8px;
  }

  .pm-player-watch-stats > div {
    padding-inline: 6px;
  }

  .pm-player-watch-stats .pm-player-primary-stat dd {
    font-size: 32px;
  }
}

.pm-support-block {
  min-width: 0;
  padding: 16px;
}

.pm-player-row {
  min-height: 72px;
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.pm-player-row img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
  background: #211740;
}

.pm-player-row b,
.pm-player-row small {
  display: block;
}

.pm-player-row b {
  font-size: 15px;
}

.pm-player-row small {
  color: var(--premium-muted);
  font-size: 12px;
}

.pm-player-row strong {
  color: var(--premium-yellow);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
}

.pm-venues-preview > div:last-child {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pm-venues-preview > div:last-child a {
  position: relative;
  min-height: 96px;
  overflow: hidden;
  border-radius: 5px;
}

.pm-venues-preview img {
  width: 100%;
  height: 96px;
  object-fit: cover;
}

.pm-venues-preview > div:last-child > a::after {
  content: "";
  position: absolute;
  inset: 38% 0 0;
  background: linear-gradient(180deg, transparent, rgba(2, 4, 14, 0.92));
}

.pm-venues-preview a span {
  position: absolute;
  inset: auto 10px 9px;
  z-index: 2;
}

.pm-venues-preview b,
.pm-venues-preview small {
  display: block;
}

.pm-venues-preview b {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
}

.pm-venues-preview small {
  color: var(--premium-copy);
}

.pm-watch-preview {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pm-watch-preview > svg {
  width: 48px;
  height: 48px;
  margin: 14px 0 8px;
  color: #42d4ff;
}

.pm-watch-preview h3 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 23px;
  line-height: 1.1;
}

.pm-watch-preview p {
  color: var(--premium-copy);
}

.pm-watch-preview .primary-button {
  margin-top: auto;
}

.pm-guide-preview {
  display: grid;
  grid-template-columns: 1fr minmax(360px, 0.82fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  margin-inline: calc(clamp(18px, 4vw, 44px) * -1);
  padding-inline: clamp(18px, 4vw, 44px);
  background: #12102c;
}

.pm-guide-copy h2 {
  max-width: 760px;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.06;
}

.pm-guide-copy > p:not(.eyebrow) {
  max-width: 720px;
  color: var(--premium-copy);
  font-size: 17px;
}

.pm-guide-facts {
  display: flex;
  gap: 12px;
  margin: 24px 0;
}

.pm-guide-facts span {
  min-width: 112px;
  padding: 12px;
  border-left: 3px solid var(--premium-yellow);
  background: rgba(255, 255, 255, 0.04);
  color: var(--premium-copy);
  font-size: 13px;
}

.pm-guide-facts b {
  display: block;
  color: var(--premium-text);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 26px;
}

.pm-guide-preview > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--premium-radius);
}

.pm-home-faq > div:last-child,
.hub-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pm-home-faq details,
.hub-faq details,
.faq-grid details {
  border: 1px solid var(--premium-line);
  border-radius: var(--premium-radius);
  background: var(--premium-surface);
}

.pm-home-faq summary,
.hub-faq summary,
.faq-grid summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  cursor: pointer;
  list-style: none;
  font-weight: 750;
}

.pm-home-faq summary::-webkit-details-marker,
.hub-faq summary::-webkit-details-marker,
.faq-grid summary::-webkit-details-marker {
  display: none;
}

.pm-home-faq details p,
.hub-faq details p,
.faq-grid details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--premium-copy);
  font-size: 16px;
  line-height: 1.6;
}

details[open] summary svg {
  transform: rotate(45deg);
}

.pm-newsletter {
  display: grid;
  grid-template-columns: 1fr minmax(420px, 0.9fr);
  align-items: center;
  gap: 36px;
  margin-inline: calc(clamp(18px, 4vw, 44px) * -1);
  padding: 30px clamp(18px, 4vw, 44px);
  background: #2b1457;
}

.pm-newsletter > div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.pm-newsletter > div svg {
  width: 38px;
  height: 38px;
  color: var(--premium-yellow);
}

.pm-newsletter h2,
.pm-newsletter p {
  margin: 0;
}

.pm-newsletter .form-status.is-error {
  color: #ffb1b1;
}

.pm-newsletter .form-status.is-success {
  color: #9af0c6;
}

.pm-newsletter h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
}

.pm-newsletter p {
  color: var(--premium-copy);
  font-size: 14px;
}

.pm-newsletter form {
  display: grid;
  grid-template-columns: 1fr auto;
}

.pm-newsletter input,
.pm-newsletter button {
  min-height: 48px;
  border: 0;
}

.pm-newsletter input {
  min-width: 0;
  padding: 0 15px;
  color: var(--premium-text);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 5px 0 0 5px;
}

.pm-newsletter button {
  padding: 0 22px;
  color: #061128;
  background: var(--premium-yellow);
  border-radius: 0 5px 5px 0;
  font-weight: 850;
  cursor: pointer;
}

.pm-newsletter form > small,
.pm-newsletter .form-status {
  grid-column: 1 / -1;
  margin-top: 6px;
  color: #d7cbed;
  font-size: 11px;
}

.pm-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.9fr) minmax(300px, 0.82fr);
  gap: 14px;
  align-items: stretch;
  background: #050816;
}

.pm-bottom-card {
  min-width: 0;
  min-height: 292px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid var(--premium-line);
  border-radius: var(--premium-radius);
  background: var(--premium-surface);
}

.pm-bottom-guide {
  position: relative;
  display: flex;
  align-items: flex-end;
  background-image: linear-gradient(90deg, rgba(4, 8, 22, 0.98) 0%, rgba(4, 8, 22, 0.88) 58%, rgba(4, 8, 22, 0.24) 100%), url("/assets/images/venues/arnos-vale-stadium.webp");
  background-position: center;
  background-size: cover;
}

.pm-bottom-guide > div {
  position: relative;
  z-index: 1;
  max-width: 540px;
}

.pm-bottom-guide h2 {
  max-width: 520px;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(27px, 2.4vw, 36px) !important;
  line-height: 1.02;
  text-transform: uppercase;
}

.pm-bottom-guide > div > p:not(.eyebrow) {
  max-width: 460px;
  margin: 8px 0 0;
  color: var(--premium-copy);
  font-size: 13px;
  line-height: 1.45;
}

.pm-bottom-guide .pm-guide-facts {
  margin: 14px 0;
}

.pm-bottom-guide .pm-guide-facts span {
  min-width: 76px;
  padding: 7px 9px;
  font-size: 10px;
}

.pm-bottom-guide .pm-guide-facts b {
  font-size: 20px;
}

.pm-bottom-guide .primary-button {
  min-height: 40px;
  padding-inline: 14px;
  font-size: 12px;
}

.pm-bottom-faq .pm-card-heading {
  min-height: 34px;
  margin-bottom: 7px;
}

.pm-bottom-faq details {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.pm-bottom-faq summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
}

.pm-bottom-faq summary::-webkit-details-marker {
  display: none;
}

.pm-bottom-faq summary svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  color: var(--premium-muted);
}

.pm-bottom-faq details p {
  margin: 0;
  padding: 0 0 12px;
  color: var(--premium-copy);
  font-size: 12px;
  line-height: 1.5;
}

.pm-bottom-newsletter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #2b1457;
}

.pm-bottom-newsletter > div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.pm-bottom-newsletter > div > svg {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  color: var(--premium-yellow);
}

.pm-bottom-newsletter h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 27px !important;
  line-height: 1.02;
  text-transform: uppercase;
}

.pm-bottom-newsletter p {
  margin: 7px 0 0;
  color: var(--premium-copy);
  font-size: 13px;
  line-height: 1.45;
}

.pm-bottom-newsletter form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 18px;
}

.pm-bottom-newsletter input,
.pm-bottom-newsletter button {
  min-height: 44px;
  border: 0;
  font-size: 13px;
}

.pm-bottom-newsletter input {
  min-width: 0;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 5px 0 0 5px;
  color: var(--premium-text);
  background: rgba(255, 255, 255, 0.1);
}

.pm-bottom-newsletter button {
  padding-inline: 14px;
  border-radius: 0 5px 5px 0;
  color: #061128;
  background: var(--premium-yellow);
  font-weight: 850;
  cursor: pointer;
}

.pm-bottom-newsletter form > small,
.pm-bottom-newsletter .form-status {
  grid-column: 1 / -1;
  margin: 7px 0 0;
  color: #d7cbed;
  font-size: 10px;
  line-height: 1.4;
}

.pm-bottom-newsletter .form-status.is-error {
  color: #ffb1b1;
}

.pm-bottom-newsletter .form-status.is-success {
  color: #9af0c6;
}

/* CPL 2026 pillar page */
.global-breadcrumbs {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-inline: clamp(18px, 4vw, 44px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: var(--premium-muted);
  background: #070a19;
  font-size: 13px;
  overflow-x: auto;
  white-space: nowrap;
}

.global-breadcrumbs a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  color: var(--premium-yellow);
}

.global-breadcrumbs svg {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
}

.global-breadcrumbs span {
  max-width: min(680px, 60vw);
  overflow: hidden;
  text-overflow: ellipsis;
}

.pillar-page {
  background: var(--premium-bg);
}

.breadcrumbs {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--premium-muted);
  font-size: 14px;
}

.breadcrumbs a {
  color: var(--premium-yellow);
}

.breadcrumbs svg {
  width: 15px;
  height: 15px;
}

.pillar-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  padding: clamp(42px, 6vw, 80px);
  border: 1px solid var(--premium-line);
  border-radius: var(--premium-radius);
  background: #11132d;
}

.pillar-hero h1 {
  max-width: 980px;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(44px, 5.8vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: none;
}

.pillar-hero > div > p:not(.eyebrow) {
  max-width: 780px;
  margin: 18px 0 0;
  color: var(--premium-copy);
  font-size: 18px;
}

.pillar-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.pillar-meta span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--premium-muted);
  font-size: 13px;
}

.pillar-meta svg {
  width: 17px;
  color: var(--premium-yellow);
}

.pillar-hero aside {
  display: grid;
  gap: 5px;
  padding: 18px;
  border-left: 3px solid var(--premium-yellow);
  background: rgba(255, 255, 255, 0.04);
}

.pillar-hero aside strong {
  margin-bottom: 8px;
  color: var(--premium-yellow);
  text-transform: uppercase;
  font-size: 12px;
}

.pillar-hero aside a {
  min-height: 40px;
  display: flex;
  align-items: center;
  color: var(--premium-copy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 14px;
}

.hub-facts {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  margin: 18px 0 0;
  border: 1px solid var(--premium-line);
  border-radius: var(--premium-radius);
  background: #0b1024;
}

.hub-facts div {
  min-width: 0;
  padding: 16px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.hub-facts div:last-child {
  border-right: 0;
}

.hub-facts dt {
  color: var(--premium-muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.hub-facts dd {
  margin: 4px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.pillar-toc {
  position: sticky;
  top: 82px;
  z-index: 8;
  display: flex;
  gap: 4px;
  overflow-x: auto;
  margin: 18px 0 0;
  padding: 7px;
  border: 1px solid var(--premium-line);
  border-radius: var(--premium-radius);
  background: rgba(11, 16, 36, 0.96);
  backdrop-filter: blur(14px);
}

.pillar-toc a {
  min-width: max-content;
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 4px;
  color: var(--premium-copy);
  font-size: 13px;
  font-weight: 700;
}

.pillar-toc a:hover {
  color: #061128;
  background: var(--premium-yellow);
}

.pillar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
  padding-block: clamp(48px, 6vw, 82px);
}

.pillar-content {
  min-width: 0;
}

.pillar-content > section {
  scroll-margin-top: 160px;
  padding: 0 0 clamp(52px, 6vw, 82px);
}

.pillar-content > section + section {
  padding-top: clamp(52px, 6vw, 82px);
  border-top: 1px solid var(--premium-line);
}

.pillar-content h2 {
  max-width: 850px;
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.08;
}

.pillar-content > section > p:not(.eyebrow),
.pillar-content > section > .hub-section-heading + p {
  max-width: var(--reading-width);
  color: var(--premium-copy);
  font-size: 17px;
  line-height: 1.72;
}

.pillar-content a:not(.secondary-button):not(.team-card a) {
  color: var(--premium-yellow);
}

.format-flow {
  display: grid;
  grid-template-columns: 1fr 26px 1fr 26px 1fr 26px 1fr;
  align-items: center;
  gap: 10px;
  margin: 28px 0;
}

.format-flow > div {
  min-height: 180px;
  padding: 18px;
  border: 1px solid var(--premium-line);
  border-top: 3px solid var(--premium-purple);
  border-radius: var(--premium-radius);
  background: var(--premium-surface);
}

.format-flow > div > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  color: #061128;
  background: var(--premium-yellow);
  font-weight: 900;
}

.format-flow strong,
.format-flow small {
  display: block;
}

.format-flow strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 21px;
}

.format-flow small {
  margin-top: 6px;
  color: var(--premium-muted);
  font-size: 13px;
}

.format-flow > svg {
  width: 20px;
  color: var(--premium-muted);
}

.hub-section-heading {
  align-items: end;
  margin-bottom: 24px;
}

.hub-schedule {
  border: 1px solid var(--premium-line);
  border-radius: var(--premium-radius);
  background: var(--premium-surface);
}

.hub-schedule article {
  min-height: 82px;
  display: grid;
  grid-template-columns: 84px 1fr 44px;
  align-items: center;
  gap: 16px;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.hub-schedule article:last-child {
  border-bottom: 0;
}

.hub-schedule time {
  display: grid;
  color: var(--premium-yellow);
  font-size: 14px;
}

.hub-schedule time span {
  color: var(--premium-muted);
}

.hub-schedule h3,
.hub-schedule p {
  margin: 0;
}

.hub-schedule h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
}

.hub-schedule p {
  color: var(--premium-muted);
  font-size: 13px;
}

.hub-schedule article > a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
}

.hub-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.hub-table-panel .points-card {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hub-table-panel .points-card > h2,
.hub-table-panel .points-card > .panel-note,
.hub-table-panel .points-card > .last-updated {
  display: none;
}

.hub-player-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.hub-player-grid a {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 18px 12px;
  border: 1px solid var(--premium-line);
  border-radius: var(--premium-radius);
  background: var(--premium-surface);
  text-align: center;
}

.hub-player-grid img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
  background: var(--premium-elevated);
}

.hub-player-grid strong,
.hub-player-grid small,
.hub-player-grid em {
  display: block;
}

.hub-player-grid strong {
  color: var(--premium-text);
}

.hub-player-grid small,
.hub-player-grid em {
  color: var(--premium-muted);
  font-size: 12px;
}

.hub-player-grid em {
  margin-top: 6px;
}

.hub-venue-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hub-venue-grid a {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  border-radius: var(--premium-radius);
}

.hub-venue-grid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.hub-venue-grid a::after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(180deg, transparent, rgba(3, 5, 16, 0.94));
}

.hub-venue-grid span {
  position: absolute;
  inset: auto 14px 12px;
  z-index: 2;
}

.hub-venue-grid strong,
.hub-venue-grid small {
  display: block;
  color: var(--premium-text);
}

.hub-venue-grid small {
  color: var(--premium-copy);
}

.hub-callout {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(66, 212, 255, 0.26);
  border-radius: var(--premium-radius);
  background: rgba(66, 212, 255, 0.07);
}

.hub-callout > svg {
  width: 34px;
  height: 34px;
  color: #42d4ff;
}

.hub-callout p {
  margin: 2px 0 0;
  color: var(--premium-copy);
}

.hub-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hub-link-grid a {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid var(--premium-line);
  border-radius: var(--premium-radius);
  background: var(--premium-surface);
  font-weight: 700;
}

.hub-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hub-trust-grid > div {
  padding: 20px;
  border: 1px solid var(--premium-line);
  border-radius: var(--premium-radius);
  background: var(--premium-surface);
}

.hub-trust-grid h3 {
  margin-top: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
}

.hub-trust-grid p,
.hub-trust-grid dd {
  color: var(--premium-copy);
  font-size: 14px;
}

.hub-trust-grid dl div {
  margin-bottom: 10px;
}

.hub-trust-grid dt {
  color: var(--premium-muted);
  font-size: 11px;
  text-transform: uppercase;
}

.hub-trust-grid dd {
  margin: 2px 0 0;
}

.pillar-sidebar {
  position: sticky;
  top: 154px;
  display: grid;
  gap: 14px;
}

.pillar-sidebar > div {
  padding: 18px;
  border: 1px solid var(--premium-line);
  border-radius: var(--premium-radius);
  background: var(--premium-surface);
}

.pillar-sidebar > div:first-child {
  display: grid;
  gap: 2px;
}

.pillar-sidebar span,
.pillar-sidebar strong {
  display: block;
  margin-bottom: 8px;
  color: var(--premium-yellow);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pillar-sidebar a {
  min-height: 40px;
  display: flex;
  align-items: center;
  color: var(--premium-copy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 13px;
}

.sidebar-note svg {
  color: #42d4ff;
}

.sidebar-note p {
  margin-bottom: 0;
  color: var(--premium-muted);
  font-size: 13px;
}

/* Search and empty states */
.data-state {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  margin: clamp(24px, 4vw, 44px) 0;
  padding: 18px 20px;
  border: 1px solid rgba(255, 212, 0, 0.22);
  border-left: 4px solid var(--premium-yellow);
  border-radius: var(--premium-radius);
  background: rgba(255, 212, 0, 0.055);
}

.data-state.is-confirmed {
  border-color: rgba(31, 203, 124, 0.25);
  border-left-color: #1fcb7c;
  background: rgba(31, 203, 124, 0.06);
}

.data-state > svg {
  width: 30px;
  height: 30px;
  color: var(--premium-yellow);
}

.data-state.is-confirmed > svg {
  color: #1fcb7c;
}

.data-state span,
.data-state strong,
.data-state small {
  display: block;
}

.data-state span {
  color: var(--premium-yellow);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.data-state.is-confirmed span {
  color: #67e3a7;
}

.data-state strong {
  margin-top: 2px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 23px;
}

.data-state p {
  margin: 3px 0;
  color: var(--premium-copy);
  font-size: 14px;
}

.data-state small {
  color: var(--premium-muted);
  font-size: 12px;
}

.data-state small a,
.broadcast-source {
  color: #8fe9bd;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.squad-roster {
  padding: clamp(30px, 5vw, 62px) 0;
  border-top: 1px solid var(--premium-line);
  border-bottom: 1px solid var(--premium-line);
}

.squad-roster-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}

.squad-roster-heading h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(32px, 3.8vw, 48px);
}

.squad-roster-heading > strong {
  color: var(--premium-yellow);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  white-space: nowrap;
}

.squad-roster > p {
  max-width: 820px;
  margin: 0 0 22px;
  color: var(--premium-copy);
}

.squad-roster ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--premium-line);
  list-style: none;
}

.squad-roster li {
  min-width: 0;
  padding: 13px 12px;
  border-bottom: 1px solid var(--premium-line);
  color: var(--premium-text);
  font-size: 14px;
  font-weight: 700;
}

.squad-roster li:nth-child(3n + 2),
.squad-roster li:nth-child(3n + 3) {
  border-left: 1px solid var(--premium-line);
}

.broadcast-directory {
  padding: clamp(34px, 5vw, 68px) 0;
  border-top: 1px solid var(--premium-line);
}

.broadcast-controls {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.broadcast-controls h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(32px, 3.8vw, 48px);
}

.broadcast-controls label {
  display: grid;
  gap: 6px;
  color: var(--premium-copy);
  font-size: 13px;
  font-weight: 700;
}

.broadcast-controls select {
  min-width: 240px;
  min-height: 46px;
  padding: 0 38px 0 12px;
  border: 1px solid var(--premium-line);
  border-radius: 5px;
  color: var(--premium-text);
  background: var(--premium-surface);
}

.broadcast-grid,
.verified-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.broadcast-grid article,
.verified-results article {
  padding: 20px;
  border: 1px solid var(--premium-line);
  border-radius: var(--premium-radius);
  background: var(--premium-surface);
}

.broadcast-grid article[hidden] {
  display: none;
}

.broadcast-grid h3,
.verified-results h2 {
  margin: 12px 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
}

.broadcast-grid dl,
.broadcast-grid dl div {
  margin: 0;
}

.broadcast-grid dl div {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.broadcast-grid dt {
  color: var(--premium-muted);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

.broadcast-grid dd {
  margin: 3px 0 0;
  color: var(--premium-copy);
  font-size: 14px;
}

.broadcast-source {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 12px;
}

.broadcast-source svg {
  width: 14px;
  height: 14px;
}

.search-tool,
.empty-state {
  margin: clamp(32px, 5vw, 64px) auto;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid var(--premium-line);
  border-radius: var(--premium-radius);
  background: var(--premium-surface);
}

.search-tool {
  max-width: 980px;
}

.search-tool form > label {
  display: block;
  margin-bottom: 10px;
  font-weight: 750;
}

.search-tool form > div {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
}

.search-tool form svg {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 20px;
  color: var(--premium-muted);
}

.search-tool input,
.search-tool button {
  min-height: 52px;
}

.search-tool input {
  min-width: 0;
  padding: 0 16px 0 46px;
  border: 1px solid var(--premium-line);
  border-radius: 5px 0 0 5px;
  color: var(--premium-text);
  background: #080b1c;
}

.search-tool button {
  padding: 0 24px;
  border: 0;
  border-radius: 0 5px 5px 0;
  color: #061128;
  background: var(--premium-yellow);
  font-weight: 850;
}

.search-summary {
  color: var(--premium-muted);
  font-size: 14px;
}

.search-results {
  display: grid;
  gap: 10px;
}

.search-results article {
  padding: 16px;
  border: 1px solid var(--premium-line);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.03);
}

.search-results span {
  color: var(--premium-yellow);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.search-results h2 {
  margin: 4px 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
}

.search-results p {
  margin: 0;
  color: var(--premium-copy);
  font-size: 14px;
}

.empty-state {
  max-width: 760px;
  text-align: center;
}

.empty-state > svg {
  width: 44px;
  height: 44px;
  color: var(--premium-yellow);
}

.empty-state h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
}

.empty-state p {
  color: var(--premium-copy);
}

.points-empty {
  display: grid;
  justify-items: start;
  gap: 8px;
  margin-top: 20px;
  padding: 22px;
  border: 1px solid var(--premium-line);
  border-left: 4px solid var(--premium-yellow);
  border-radius: var(--premium-radius);
  background: rgba(255, 212, 0, 0.045);
}

.points-empty > svg {
  width: 30px;
  height: 30px;
  color: var(--premium-yellow);
}

.points-empty > strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
}

.points-empty > p {
  max-width: 680px;
  margin: 0;
  color: var(--premium-copy);
}

.faq-grid {
  align-items: start;
}

.site-footer {
  margin-top: 0 !important;
  padding-top: 24px;
  padding-bottom: 18px;
  background: #040713;
}

.site-footer a {
  display: flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 2px;
  font-size: 13px !important;
}

.site-footer span {
  margin-bottom: 4px;
  font-size: 12px !important;
}

.site-footer strong {
  margin-bottom: 8px;
  font-size: 14px !important;
}

.footer-brand p {
  font-size: 13px;
  line-height: 1.55;
}

.footer-logo-lockup {
  align-items: center;
  display: flex;
  gap: 10px;
}

.footer-logo-lockup > span:last-child {
  display: grid;
  gap: 3px;
}

.footer-logo-lockup strong {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px !important;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.footer-logo-lockup small {
  color: #9aa7ca;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-footer .legal {
  padding-top: 16px;
}

.site-footer nav details {
  min-width: 0;
}

.site-footer nav summary {
  margin-bottom: 8px;
  color: #ffffff;
  font: 800 14px/1.2 "Inter", sans-serif;
  list-style: none;
  cursor: default;
}

.site-footer nav summary::-webkit-details-marker {
  display: none;
}

.site-footer nav details > div {
  display: grid;
}

@media (max-width: 1260px) {
  .top-strip {
    display: none;
  }

  .pm-team-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pm-team-card,
  .pm-team-card:nth-child(5) {
    grid-column: auto;
  }

  .pm-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pm-bottom-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  }

  .pm-bottom-newsletter {
    grid-column: 1 / -1;
    min-height: 220px;
  }

  .pm-watch-preview {
    grid-column: 1 / -1;
  }

  .hub-facts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hub-facts div:nth-child(4) {
    border-right: 0;
  }

  .hub-facts div:nth-child(-n + 4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .hub-player-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .primary-nav {
    font-size: 14px !important;
  }

  .pm-matchday-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-matchday-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pm-feature-video {
    grid-row: auto;
  }

  .pm-desk-card {
    max-width: none;
  }

  .pillar-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .pillar-sidebar {
    display: none;
  }

  .format-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .format-flow > svg {
    display: none;
  }
}

@media (max-width: 900px) {
  .primary-nav {
    display: none !important;
  }

  .primary-nav.is-open {
    display: flex !important;
    transform: translateX(0) !important;
  }

  .main-header {
    min-height: 70px;
  }

  .primary-nav > a:nth-of-type(7),
  .primary-nav > a:nth-of-type(8) {
    display: block;
  }

  .nav-more {
    width: 100%;
  }

  .nav-more summary {
    padding: 16px 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 20px;
  }

  .nav-more > div {
    position: static;
    width: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.03);
  }

  .nav-more > div a {
    padding-left: 42px !important;
  }

  .pm-match-main {
    grid-template-columns: 1fr auto 1fr;
    gap: 14px;
  }

  .pm-team {
    flex-direction: column;
    text-align: center;
  }

  .pm-team:last-child {
    flex-direction: column;
    text-align: center;
  }

  .pm-team img {
    width: 72px;
    height: 72px;
  }

  .pm-match-meta {
    flex-wrap: wrap;
  }

  .pm-match-meta > div {
    width: 100%;
    margin-left: 0;
  }

  .pm-team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pm-team-card {
    min-width: 0;
  }

  .pm-support-grid,
  .pm-guide-preview,
  .pm-newsletter,
  .pm-bottom-grid,
  .pillar-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-bottom-newsletter {
    grid-column: auto;
  }

  .pm-watch-preview {
    grid-column: auto;
  }

  .pm-newsletter form {
    max-width: 620px;
  }

  .pillar-hero {
    padding: 36px 26px;
  }

  .pillar-hero aside {
    display: none;
  }

  .hub-team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hub-venue-grid,
  .hub-trust-grid,
  .broadcast-grid,
  .verified-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .squad-roster ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .squad-roster li:nth-child(n) {
    border-left: 0;
  }

  .squad-roster li:nth-child(2n) {
    border-left: 1px solid var(--premium-line);
  }
}

@media (max-width: 760px) {
  .pm-matchday-side {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-fixture-row:nth-child(n + 4) {
    display: none;
  }
}

@media (max-width: 700px) {
  .pm-section,
  .pm-match-section {
    padding-block: 28px;
  }

  .pm-match-section {
    padding-block: 12px;
  }

  .pm-matchday {
    padding-top: 24px;
  }

  .pm-section-heading,
  .hub-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .pm-section-heading h2 {
    font-size: 32px;
  }

  .pm-match-status {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .pm-match-main {
    grid-template-columns: 1fr auto 1fr;
    padding: 24px 14px;
  }

  .pm-team strong {
    font-size: 19px;
  }

  .pm-match-vs {
    min-width: 58px;
  }

  .pm-match-vs span {
    font-size: 34px;
  }

  .pm-match-vs time,
  .pm-match-vs b {
    font-size: 12px;
  }

  .pm-match-meta > span {
    width: 100%;
  }

  .pm-match-meta > div a {
    flex: 1;
    padding-inline: 10px;
  }

  .pm-fixture-row {
    min-height: 72px;
    grid-template-columns: 64px minmax(0, 1fr) 18px;
    padding-inline: 14px;
  }

  .pm-fixture-teams > span {
    gap: 5px;
    font-size: 16px;
  }

  .pm-fixture-teams img {
    width: 28px;
    height: 28px;
  }

  .pm-feature-video > .pm-card-heading,
  .pm-desk-card > .pm-card-heading {
    min-height: 58px;
    padding-inline: 16px;
  }

  .pm-video-copy {
    padding: 16px;
  }

  .pm-video-copy h3 {
    font-size: 23px;
  }

  .pm-video-copy p {
    font-size: 16px;
  }

  .pm-news-row {
    padding-inline: 16px;
  }

  .pm-tab-panel {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .pm-standings-panel {
    padding: 14px;
  }

  .pm-hub-status {
    padding: 16px 14px 10px;
  }

  .pm-hub-table-wrap {
    margin-inline: 14px;
  }

  .pm-hub-table {
    min-width: 650px;
  }

  .pm-hub-data-table {
    min-width: 0;
  }

  .pm-hub-table th,
  .pm-hub-table td {
    height: 48px;
    padding-inline: 13px;
  }

  .pm-hub-table tbody th {
    min-width: 250px;
  }

  .pm-hub-actions {
    grid-template-columns: minmax(0, 1fr);
    padding: 14px;
  }

  .pm-tab-panel aside {
    padding: 18px 0 0;
    border-left: 0;
    border-top: 1px solid var(--premium-line);
  }

  .pm-support-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-guide-facts {
    overflow-x: auto;
  }

  .pm-guide-facts span {
    flex: 0 0 116px;
  }

  .pm-home-faq > div:last-child,
  .hub-faq,
  .hub-venue-grid,
  .hub-trust-grid,
  .hub-link-grid,
  .broadcast-grid,
  .verified-results {
    grid-template-columns: minmax(0, 1fr);
  }

  .broadcast-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .broadcast-controls select {
    width: 100%;
    min-width: 0;
  }

  .pm-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .squad-roster-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .squad-roster ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .squad-roster li:nth-child(n) {
    border-left: 0;
  }

  .pm-newsletter {
    gap: 22px;
  }

  .pm-bottom-newsletter form {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-bottom-newsletter input,
  .pm-bottom-newsletter button {
    border-radius: 5px;
  }

  .pm-bottom-newsletter button {
    margin-top: 8px;
  }

  .pm-newsletter form {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-newsletter input,
  .pm-newsletter button {
    border-radius: 5px;
  }

  .pm-newsletter button {
    margin-top: 8px;
  }

  .pillar-hero h1 {
    font-size: 42px;
  }

  .pillar-hero > div > p:not(.eyebrow) {
    font-size: 16px;
  }

  .hub-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hub-facts div,
  .hub-facts div:nth-child(4) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .hub-facts div:nth-child(2n) {
    border-right: 0;
  }

  .pillar-toc {
    top: 70px;
  }

  .format-flow,
  .hub-team-grid,
  .hub-player-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .format-flow > div {
    min-height: 0;
  }

  .hub-schedule article {
    grid-template-columns: 66px 1fr 40px;
  }

  .hub-callout {
    grid-template-columns: 36px 1fr;
  }

  .hub-callout .secondary-button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .pm-team-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .brand-text small {
    display: none;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-text strong {
    font-size: 29px !important;
  }

  .year {
    font-size: 27px !important;
  }

  .header-actions .ticket-button {
    min-height: 44px !important;
    display: inline-flex;
    padding-inline: 12px !important;
    font-size: 14px !important;
  }

  .header-actions .icon-button {
    display: none;
  }

  .pm-team img {
    width: 60px;
    height: 60px;
  }

  .pm-team span {
    display: none;
  }

  .pm-team strong {
    font-size: 16px;
  }

  .pm-match-vs time {
    max-width: 60px;
  }

  .pm-news-row {
    grid-template-columns: 82px 1fr;
  }

  .pm-news-row img {
    width: 82px;
    height: 68px;
  }

  .pm-player-row {
    grid-template-columns: 54px 1fr;
  }

  .pm-player-row img {
    width: 54px;
    height: 54px;
  }

  .pm-player-row > strong {
    grid-column: 2;
  }

  .pm-venues-preview > div:last-child {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-guide-copy h2 {
    font-size: 36px;
  }

  .pillar-hero {
    padding: 30px 18px;
  }

  .pillar-hero h1 {
    font-size: 36px;
  }
}

/* Homepage premium10: live score replaces the pre-season video placeholder. */
.pm-live-score-feature {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(150, 160, 200, 0.18);
  border-radius: var(--premium-radius);
  background: linear-gradient(180deg, rgba(18, 24, 49, 0.98), rgba(10, 15, 34, 0.98));
}

.pm-live-score-feature > .pm-card-heading {
  min-height: 64px;
  margin: 0;
  padding: 10px 20px;
  border-bottom: 1px solid var(--premium-line);
}

.pm-live-score-feature > .pm-card-heading span {
  color: var(--premium-muted);
  font-size: 11px;
  text-transform: uppercase;
}

.pm-live-score-feature > .pm-card-heading h3 {
  margin-top: 2px;
  font-size: 21px;
}

.pm-live-score-state {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(24px, 4vw, 44px);
  background: linear-gradient(135deg, rgba(16, 22, 52, 0.98), rgba(8, 11, 28, 0.98));
}

.pm-live-score-state .status-badge {
  margin: 0 0 16px;
  color: #ffcfda;
}

.pm-live-score-state .status-badge svg {
  width: 16px;
  height: 16px;
  color: #ff6f8e;
}

.pm-live-score-state h3 {
  max-width: 440px;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.04;
}

.pm-live-score-state > p {
  max-width: 510px;
  margin: 10px 0 18px;
  color: var(--premium-copy);
}

.pm-live-next {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 2px 0 20px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 212, 0, 0.24);
  border-radius: 5px;
  background: rgba(255, 212, 0, 0.05);
}

.pm-live-next div {
  min-width: 0;
}

.pm-live-next small,
.pm-live-next span {
  display: block;
  color: var(--premium-muted);
  font-size: 12px;
}

.pm-live-next strong {
  display: block;
  margin: 2px 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 23px;
}

.pm-live-next > svg {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  color: var(--premium-yellow);
}

.pm-live-updated {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 10px 20px;
  border-top: 1px solid var(--premium-line);
  color: var(--premium-muted);
  font-size: 11px;
}

.pm-live-updated svg {
  width: 14px;
  height: 14px;
}

@media (max-width: 700px) {
  .pm-live-score-state {
    min-height: 0;
    padding: 24px 16px;
  }

  .pm-live-next strong {
    font-size: 20px;
  }
}

/* Homepage premium11: supplied header and hero rebuilt as editable HTML/CSS. */
.home-body .top-strip {
  display: none;
}

.home-body .main-header {
  min-height: 108px;
  margin: 10px;
  padding-inline: 34px;
  border: 1px solid rgba(148, 166, 226, 0.2);
  border-radius: 9px;
  background: rgba(5, 9, 27, 0.94);
}

.home-body .brand {
  flex: 0 0 auto;
  gap: 0;
}

.brand-reference-logo {
  display: block;
  width: 315px;
  height: 96px;
  object-fit: contain;
}

.home-body .primary-nav {
  margin-left: auto;
  gap: 28px !important;
  font-size: 15px !important;
}

.home-body .primary-nav > a {
  padding-block: 31px !important;
}

.home-body .header-actions {
  gap: 18px;
}

.home-body .header-actions .icon-button {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(148, 166, 226, 0.22);
  border-radius: 50%;
}

.home-body .ticket-button {
  min-width: 186px;
  justify-content: center;
  min-height: 58px !important;
  border-radius: 8px;
  font-size: 18px !important;
}

.hero.hero-css-reference {
  position: relative;
  display: block;
  min-height: 760px;
  margin-inline: 0;
  overflow: hidden;
  isolation: isolate;
  background: #030716;
}

.hero-reference-art,
.hero-reference-left-mask,
.hero-reference-bottom-mask {
  position: absolute;
  inset: 0;
}

.hero-reference-art {
  z-index: -3;
  background-image: url("/assets/images/hero/cpl-2026-css-hero-reference.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-reference-left-mask {
  z-index: -2;
  right: auto;
  width: 44%;
  background: linear-gradient(90deg, #030716 0%, #030716 76%, rgba(3, 7, 22, 0.9) 88%, rgba(3, 7, 22, 0) 100%);
}

.hero-reference-bottom-mask {
  z-index: -1;
  top: auto;
  height: 27%;
  background: linear-gradient(180deg, rgba(3, 7, 22, 0) 0%, rgba(3, 7, 22, 0.84) 34%, #030716 72%);
}

.hero-reference-copy {
  position: relative;
  z-index: 1;
  width: min(620px, 44%);
  padding: 82px 0 210px 4.2%;
}

.hero-reference-kicker {
  display: inline-block;
  margin: 0 0 38px;
  padding-bottom: 13px;
  border-bottom: 3px solid #863cf1;
  color: #a05cff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-reference-copy h1 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 76px;
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
}

.hero-reference-copy h1 > span,
.hero-reference-copy h1 > strong {
  display: block;
}

.hero-reference-copy h1 > span {
  color: #f8f9ff;
  font-size: 1.18em;
}

.hero-reference-copy h1 > span b {
  color: #ffd400;
  font-weight: 900;
}

.hero-reference-copy h1 > strong {
  color: #f8f9ff;
  font-weight: 900;
}

.hero-reference-description {
  max-width: 500px;
  margin: 34px 0 26px;
  color: #e2e6f4;
  font-size: 20px;
  line-height: 1.45;
}

.hero-reference-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-reference-actions a {
  min-width: 236px;
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 7px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-reference-actions svg {
  width: 24px;
  height: 24px;
}

.hero-reference-actions .secondary-button {
  border-color: #7a3ff2;
  color: #fff;
  background: #6318da;
}

.hero-reference-facts {
  position: absolute;
  z-index: 2;
  right: 3.7%;
  bottom: 30px;
  left: 3.7%;
  min-height: 138px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  margin: 0;
  padding: 18px 28px;
  border: 1px solid rgba(149, 131, 255, 0.42);
  border-radius: 12px;
  background: rgba(3, 7, 27, 0.92);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.hero-reference-facts > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding-inline: 20px;
  border-right: 1px solid rgba(149, 131, 255, 0.28);
}

.hero-reference-facts > div:first-child {
  padding-left: 0;
}

.hero-reference-facts > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.hero-reference-facts dt {
  display: grid;
  justify-items: center;
  gap: 5px;
  color: #f2f3ff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-reference-facts dt svg {
  width: 42px;
  height: 42px;
  padding: 8px;
  border: 1px solid #843df3;
  border-radius: 50%;
  color: #a05cff;
}

.hero-reference-facts dd {
  min-width: 0;
  margin: 0;
}

.hero-reference-facts dd strong,
.hero-reference-facts dd small {
  display: block;
}

.hero-reference-facts dd strong {
  color: #ffd400;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  line-height: 1.05;
}

.hero-reference-facts dd small {
  margin-top: 5px;
  color: #bec6dd;
  font-size: 13px;
}

@media (max-width: 1260px) {
  .home-body .primary-nav {
    gap: 16px !important;
  }

  .brand-reference-logo {
    width: 270px;
  }

  .hero-reference-copy h1 {
    font-size: 64px;
  }
}

@media (max-width: 900px) {
  .home-body .main-header {
    min-height: 78px;
    padding-inline: 18px;
  }

  .brand-reference-logo {
    width: 240px;
    height: 72px;
  }

  .hero.hero-css-reference {
    min-height: 760px;
  }

  .hero-reference-copy {
    width: 58%;
    padding-top: 72px;
  }

  .hero-reference-copy h1 {
    font-size: 58px;
  }

  .hero-reference-description {
    font-size: 18px;
  }

  .hero-reference-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 12px 18px;
  }

  .hero-reference-facts > div:nth-child(2) {
    border-right: 0;
  }

  .hero-reference-facts > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(149, 131, 255, 0.28);
  }
}

/* CPL 2026 player directory */
.players-directory {
  --pd-bg: #050817;
  --pd-panel: #0c122b;
  --pd-panel-2: #101938;
  --pd-line: rgba(148, 164, 216, 0.22);
  --pd-muted: #a7b2d2;
  width: min(calc(100% - 32px), 1380px);
  margin-inline: auto;
  padding: 0 0 56px;
}

.players-directory h1,
.players-directory h2,
.players-directory p {
  margin-top: 0;
}

.pd-hero {
  min-height: 510px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  border: 1px solid var(--pd-line);
  border-radius: 8px;
  background: #030716;
}

.pd-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(3, 7, 22, 0.98) 0%, rgba(3, 7, 22, 0.9) 27%, rgba(3, 7, 22, 0.38) 48%, rgba(3, 7, 22, 0.04) 72%);
}

.pd-hero-art {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pd-hero-copy {
  width: min(470px, 46%);
  padding: clamp(58px, 6vw, 90px) 0 44px clamp(28px, 4vw, 56px);
}

.pd-hero-copy .eyebrow {
  margin-bottom: 7px;
  color: #a963ff;
  font-size: 0.9rem;
}

.pd-hero-copy h1 {
  margin-bottom: 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(4.4rem, 6.2vw, 6.5rem);
  font-weight: 900;
  line-height: 0.82;
  text-transform: uppercase;
}

.pd-hero-copy > strong {
  display: block;
  max-width: 410px;
  color: var(--premium-yellow);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.65rem, 2.6vw, 2.65rem);
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
}

.pd-hero-copy > p:not(.eyebrow) {
  max-width: 430px;
  margin: 19px 0 24px;
  color: #e0e5f5;
  font-size: 0.92rem;
  line-height: 1.6;
}

.pd-hero-copy > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pd-hero-copy .primary-button,
.pd-hero-copy .secondary-button {
  min-width: 160px;
  justify-content: center;
  text-transform: uppercase;
}

.pd-facts {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(220px, 1.45fr);
  margin: -22px 18px 22px;
  overflow: hidden;
  border: 1px solid var(--pd-line);
  border-radius: 7px;
  background: rgba(8, 13, 34, 0.96);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.28);
}

.pd-facts > div {
  min-width: 0;
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 18px;
  border-right: 1px solid var(--pd-line);
}

.pd-facts > div:last-child {
  border-right: 0;
}

.pd-facts svg {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  color: #9f5cff;
}

.pd-facts span,
.pd-facts strong,
.pd-facts small {
  display: block;
}

.pd-facts strong {
  overflow-wrap: anywhere;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.35rem;
  line-height: 1.05;
}

.pd-facts small {
  margin-top: 3px;
  color: var(--pd-muted);
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
}

.pd-filter-panel,
.pd-guide {
  border: 1px solid var(--pd-line);
  border-radius: 7px;
  background: linear-gradient(145deg, var(--pd-panel-2), #080d21);
}

.pd-filter-panel {
  margin-bottom: 28px;
  padding: 20px;
}

.pd-filter-panel > div {
  margin-bottom: 15px;
}

.pd-filter-panel h2,
.pd-list-heading h2,
.pd-guide h2 {
  margin-bottom: 3px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.65rem;
  line-height: 1;
  text-transform: uppercase;
}

.pd-filter-panel > div p {
  margin-bottom: 0;
  color: var(--pd-muted);
  font-size: 0.84rem;
}

.pd-filter-form {
  display: grid;
  grid-template-columns: minmax(230px, 1.45fr) repeat(4, minmax(135px, 0.8fr)) 86px;
  gap: 10px;
}

.pd-filter-form label {
  min-width: 0;
  position: relative;
}

.pd-filter-form input,
.pd-filter-form select,
.pd-filter-form button {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid rgba(151, 167, 220, 0.24);
  border-radius: 5px;
  color: #f5f7ff;
  background: #0a1027;
  font-size: 0.78rem;
}

.pd-filter-form input {
  padding: 0 13px 0 40px;
}

.pd-filter-form select {
  padding: 0 34px 0 12px;
}

.pd-filter-form button {
  cursor: pointer;
  color: #dce2f5;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.pd-filter-form button:hover {
  border-color: var(--premium-yellow);
  color: var(--premium-yellow);
}

.pd-search > svg {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 17px;
  height: 17px;
  color: var(--pd-muted);
  transform: translateY(-50%);
}

.pd-list-section {
  scroll-margin-top: 110px;
}

.pd-list-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}

.pd-list-heading .eyebrow {
  margin-bottom: 4px;
  color: var(--premium-yellow);
}

.pd-list-heading > p {
  margin-bottom: 0;
  color: var(--pd-muted);
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
}

.pd-player-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.pd-player-card {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  border: 1px solid color-mix(in srgb, var(--player-team-accent) 46%, #354064);
  border-radius: 7px;
  background: #0b1128;
}

.pd-player-card[hidden],
.pd-pagination[hidden],
.pd-empty-state[hidden] {
  display: none;
}

.pd-player-visual {
  position: relative;
  aspect-ratio: 1 / 1.03;
  overflow: hidden;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--player-team-accent) 22%, #121a38), #080d20 70%);
}

.pd-player-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, #0b1128);
}

.pd-player-photo {
  position: absolute;
  inset: 12px 0 0;
  width: 100%;
  height: calc(100% - 12px);
  object-fit: contain;
  object-position: center bottom;
}

.pd-player-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  color: color-mix(in srgb, var(--player-team-accent) 78%, white);
}

.pd-player-placeholder strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.25rem, 5vw, 5rem);
  line-height: 1;
}

.pd-player-placeholder span {
  color: var(--pd-muted);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pd-role-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  max-width: calc(100% - 76px);
  padding: 4px 7px;
  border-radius: 3px;
  color: #fff;
  background: color-mix(in srgb, var(--player-team-accent) 72%, #17132e);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.61rem;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.pd-player-team-logo {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.pd-player-copy {
  display: grid;
  align-content: start;
  gap: 4px;
  padding: 14px 13px 13px;
}

.pd-player-copy h2 {
  margin-bottom: 0;
  overflow-wrap: anywhere;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.3rem;
  line-height: 0.98;
  text-transform: uppercase;
}

.pd-player-copy p {
  margin-bottom: 2px;
  color: #dce2f4;
  font-size: 0.78rem;
  line-height: 1.35;
}

.pd-player-copy > span {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  color: var(--pd-muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.pd-player-copy > span svg {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  margin-top: 1px;
  color: var(--player-team-accent);
}

.pd-player-copy em {
  justify-self: start;
  margin-top: 5px;
  padding: 3px 7px;
  border-radius: 3px;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.pd-player-copy em.complete {
  color: #aaf2c9;
  background: #105d3c;
}

.pd-player-copy em.partial {
  color: #ffe08b;
  background: #604911;
}

.pd-player-card > a {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-top: 1px solid var(--pd-line);
  color: #fff;
  background: linear-gradient(135deg, color-mix(in srgb, var(--player-team-accent) 72%, #5520c4), #35107e);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pd-player-card > a:hover {
  filter: brightness(1.12);
}

.pd-player-card > a svg {
  width: 14px;
  height: 14px;
}

.pd-empty-state {
  margin: 0;
  padding: 34px;
  border: 1px solid var(--pd-line);
  border-radius: 7px;
  color: var(--pd-muted);
  background: var(--pd-panel);
  text-align: center;
}

.pd-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 22px;
}

.pd-pagination > div {
  display: flex;
  gap: 6px;
}

.pd-pagination button {
  min-width: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 12px;
  border: 1px solid var(--pd-line);
  border-radius: 50px;
  color: #e4e9f8;
  background: #090f25;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 800;
}

.pd-pagination button[data-page] {
  width: 40px;
  padding: 0;
}

.pd-pagination button[aria-current="page"] {
  border-color: #7d36ef;
  color: #fff;
  background: #6722d0;
}

.pd-pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.pd-pagination svg {
  width: 14px;
  height: 14px;
}

.pd-guide {
  display: grid;
  grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.5fr);
  gap: 30px;
  margin-top: 38px;
  padding: 26px;
}

.pd-guide > div:nth-child(2) {
  min-width: 0;
}

.pd-guide p {
  color: #d6ddec;
  font-size: 0.88rem;
  line-height: 1.65;
}

.pd-guide nav {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.pd-guide nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  border: 1px solid var(--pd-line);
  border-radius: 4px;
  color: var(--premium-yellow);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pd-guide nav svg {
  width: 13px;
  height: 13px;
}

@media (max-width: 1200px) {
  .pd-player-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pd-filter-form {
    grid-template-columns: minmax(220px, 1.3fr) repeat(3, minmax(145px, 1fr));
  }

  .pd-filter-form label:nth-of-type(5) {
    grid-column: 1 / 4;
  }
}

@media (max-width: 900px) {
  .pd-hero {
    min-height: 460px;
  }

  .pd-hero-copy {
    width: min(420px, 54%);
    padding-left: 32px;
  }

  .pd-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pd-facts > div:nth-child(3) {
    border-right: 0;
  }

  .pd-facts > div:nth-child(-n + 3) {
    border-bottom: 1px solid var(--pd-line);
  }

  .pd-facts > div:nth-child(4) {
    grid-column: 1 / 2;
  }

  .pd-facts > div:last-child {
    grid-column: 2 / 4;
  }

  .pd-player-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .players-directory {
    width: min(calc(100% - 16px), 640px);
    padding-right: 0;
    padding-bottom: 36px;
    padding-left: 0;
  }

  .pd-hero {
    min-height: 0;
    display: grid;
    grid-template-rows: auto 285px;
  }

  .pd-hero::after {
    display: none;
  }

  .pd-hero-art {
    position: relative;
    grid-row: 2;
    z-index: 0;
    object-position: 74% center;
  }

  .pd-hero-copy {
    width: 100%;
    padding: 34px 22px 28px;
    background: #030716;
  }

  .pd-hero-copy h1 {
    font-size: 4.5rem;
  }

  .pd-hero-copy > strong {
    max-width: 360px;
    font-size: 2rem;
  }

  .pd-hero-copy > p:not(.eyebrow) {
    font-size: 0.86rem;
  }

  .pd-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 8px 20px;
  }

  .pd-facts > div,
  .pd-facts > div:nth-child(3),
  .pd-facts > div:nth-child(4) {
    grid-column: auto;
    border-right: 1px solid var(--pd-line);
    border-bottom: 1px solid var(--pd-line);
  }

  .pd-facts > div:nth-child(even) {
    border-right: 0;
  }

  .pd-facts > div:last-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

  .pd-filter-panel {
    padding: 16px;
  }

  .pd-filter-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pd-filter-form .pd-search,
  .pd-filter-form label:nth-of-type(5) {
    grid-column: 1 / -1;
  }

  .pd-player-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pd-guide {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }

  .pd-guide nav {
    grid-column: auto;
  }
}

@media (max-width: 430px) {
  .pd-hero {
    grid-template-rows: auto 250px;
  }

  .pd-hero-copy {
    padding: 28px 16px 24px;
  }

  .pd-hero-copy h1 {
    font-size: 4rem;
  }

  .pd-hero-copy > div {
    display: grid;
  }

  .pd-hero-copy .primary-button,
  .pd-hero-copy .secondary-button {
    width: 100%;
  }

  .pd-facts > div {
    min-height: 78px;
    padding: 12px 10px;
  }

  .pd-facts svg {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .pd-facts strong {
    font-size: 1.05rem;
  }

  .pd-filter-form {
    grid-template-columns: 1fr;
  }

  .pd-filter-form .pd-search,
  .pd-filter-form label:nth-of-type(5) {
    grid-column: auto;
  }

  .pd-list-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .pd-player-copy h2 {
    font-size: 1.1rem;
  }

  .pd-player-copy {
    padding-inline: 10px;
  }

  .pd-pagination {
    flex-wrap: wrap;
  }

  .pd-pagination > div {
    order: -1;
    flex-basis: 100%;
    justify-content: center;
  }
}

@media (max-width: 350px) {
  .pd-player-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Permanent fixture pages: preview, live and result states share one URL. */
.match-detail-body {
  background: #050916;
}

.mp-page {
  --mp-line: rgba(142, 160, 194, .2);
  --mp-muted: #aebbd0;
  --mp-panel: rgba(10, 17, 38, .82);
  color: #f7f9ff;
  margin: 0 auto;
  max-width: 1500px;
  padding: 18px 22px 56px;
}

.mp-hero {
  background:
    radial-gradient(circle at 50% 0, rgba(118, 38, 186, .22), transparent 45%),
    linear-gradient(135deg, #07101f 0%, #0a1025 52%, #080b19 100%);
  border: 1px solid var(--mp-line);
  border-radius: 8px;
  overflow: hidden;
  padding: 28px 34px 24px;
  position: relative;
}

.mp-hero::before {
  background-image: var(--mp-venue-image);
  background-position: center;
  background-size: cover;
  content: "";
  inset: 0;
  opacity: .08;
  position: absolute;
}

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

.mp-hero-heading {
  margin: 0 auto 18px;
  max-width: 1000px;
  text-align: center;
}

.mp-hero-heading .eyebrow,
.mp-section-head .eyebrow {
  color: #ffd400;
  margin: 0 0 6px;
}

.mp-hero-heading h1 {
  font-family: var(--display-font);
  line-height: 1;
  margin: 0;
  text-wrap: balance;
}

.mp-hero-heading h1 > span {
  display: block;
  font-size: clamp(34px, 4vw, 58px);
}

.mp-hero-heading h1 > small {
  color: #ffd400;
  display: block;
  font-family: var(--body-font);
  font-size: clamp(16px, 1.6vw, 23px);
  font-weight: 800;
  line-height: 1.2;
  margin-top: 9px;
  text-transform: uppercase;
}

.mp-hero-heading > p:last-child {
  color: var(--mp-muted);
  font-size: 16px;
  margin: 12px 0 0;
}

.mp-scoreboard {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .58fr) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1180px;
  min-height: 230px;
}

.mp-team {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 22px;
  min-width: 0;
  text-decoration: none;
}

.mp-team-away {
  justify-content: flex-end;
  text-align: right;
}

.mp-team img {
  flex: 0 0 auto;
  height: 124px;
  object-fit: contain;
  transition: transform .2s ease;
  width: 124px;
}

.mp-team:hover img,
.mp-team:focus-visible img {
  transform: translateY(-4px);
}

.mp-team span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.mp-team small {
  color: #ffd400;
  font-size: 13px;
  font-weight: 800;
}

.mp-team strong {
  font-family: var(--display-font);
  font-size: clamp(25px, 2.5vw, 40px);
  line-height: 1;
}

.mp-team b {
  color: #fff;
  font-family: var(--display-font);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1;
}

.mp-centre {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 7px;
  text-align: center;
}

.mp-centre > b {
  color: #a75cff;
  font-family: var(--display-font);
  font-size: 44px;
  line-height: 1;
}

.mp-centre h2 {
  font-size: 17px;
  line-height: 1.25;
  margin: 0;
}

.mp-centre p {
  color: var(--mp-muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.mp-status {
  background: rgba(255, 212, 0, .12);
  border: 1px solid rgba(255, 212, 0, .52);
  border-radius: 4px;
  color: #ffd400;
  font-size: 12px;
  font-weight: 900;
  padding: 6px 12px;
  text-transform: uppercase;
}

.mp-status.is-live {
  background: #df262d;
  border-color: #df262d;
  color: #fff;
}

.mp-status.is-final {
  background: rgba(44, 188, 103, .16);
  border-color: #2cbc67;
  color: #62e694;
}

.mp-quick-facts {
  background: rgba(3, 7, 20, .72);
  border: 1px solid var(--mp-line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
}

.mp-quick-facts > div {
  border-left: 1px solid var(--mp-line);
  min-width: 0;
  padding: 14px 18px;
}

.mp-quick-facts > div:first-child {
  border-left: 0;
}

.mp-quick-facts dt {
  align-items: center;
  color: #8797b2;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  gap: 7px;
  text-transform: uppercase;
}

.mp-quick-facts svg {
  color: #ffd400;
  height: 16px;
  width: 16px;
}

.mp-quick-facts dd {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  margin: 6px 0 0;
  overflow-wrap: anywhere;
}

.mp-feed-state,
.mp-quick-facts time {
  display: block;
}

.mp-feed-state {
  color: #62e694;
  font-size: 12px;
}

.mp-quick-facts time {
  color: var(--mp-muted);
  font-size: 11px;
  font-weight: 600;
  margin-top: 3px;
}

.mp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}

.mp-actions a {
  min-height: 44px;
}

.mp-refresh-button {
  cursor: pointer;
  font: inherit;
  min-height: 44px;
}

.mp-anchor-nav {
  align-items: center;
  background: rgba(6, 11, 27, .96);
  border: 1px solid var(--mp-line);
  display: flex;
  gap: 4px;
  margin: 12px 0 28px;
  overflow-x: auto;
  padding: 7px;
  position: sticky;
  scrollbar-width: thin;
  top: 0;
  z-index: 20;
}

.mp-anchor-nav a {
  color: #cbd5e7;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
  padding: 10px 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.mp-anchor-nav a:hover,
.mp-anchor-nav a:focus-visible {
  background: rgba(255, 212, 0, .1);
  color: #ffd400;
}

.mp-layout {
  align-items: start;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) 330px;
}

.mp-main-content {
  min-width: 0;
}

.mp-section {
  border-top: 1px solid var(--mp-line);
  padding: 34px 4px;
  scroll-margin-top: 72px;
}

.mp-section:first-child {
  border-top: 0;
  padding-top: 0;
}

.mp-section-head {
  margin-bottom: 20px;
}

.mp-section-head h2 {
  font-family: var(--display-font);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
  margin: 0;
}

.mp-section-head > p:last-child,
.mp-section-head > span {
  color: var(--mp-muted);
  display: block;
  font-size: 14px;
  margin-top: 8px;
}

.mp-section-head .mp-commentary-link {
  align-items: center;
  color: #ffd400;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 6px;
  margin-top: 12px;
  text-decoration: none;
}

.mp-commentary-link svg {
  height: 15px;
  width: 15px;
}

.mp-disclosure {
  background: var(--mp-panel);
  border: 1px solid var(--mp-line);
}

.mp-disclosure > summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  list-style: none;
  min-height: 72px;
  padding: 16px 20px;
}

.mp-disclosure > summary::-webkit-details-marker {
  display: none;
}

.mp-disclosure > summary span,
.mp-disclosure > summary small {
  display: block;
}

.mp-disclosure > summary strong {
  font-size: 16px;
}

.mp-disclosure > summary small {
  color: var(--mp-muted);
  font-size: 12px;
  margin-top: 4px;
}

.mp-disclosure > summary > svg {
  color: #ffd400;
  flex: 0 0 auto;
  height: 20px;
  transition: transform .2s ease;
  width: 20px;
}

.mp-disclosure[open] > summary > svg {
  transform: rotate(180deg);
}

.mp-disclosure > .mp-lineups,
.mp-disclosure > .mp-empty-state,
.mp-disclosure > .mp-scorecard-grid,
.mp-disclosure > .mp-live-metrics {
  margin: 0 16px 16px;
}

.mp-lineup-placeholder {
  min-height: 144px;
}

.mp-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.mp-summary-grid article {
  border-left: 1px solid var(--mp-line);
  padding: 4px 22px;
}

.mp-summary-grid article:first-child {
  border-left: 0;
  padding-left: 0;
}

.mp-summary-grid small,
.mp-live-metrics span {
  color: #ffd400;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.mp-summary-grid strong {
  display: block;
  font-size: 20px;
  margin-top: 8px;
}

.mp-summary-grid p,
.mp-editorial-columns p,
.mp-lead,
.mp-side-section p,
.mp-venue p,
.mp-empty-state p {
  color: var(--mp-muted);
  font-size: 16px;
  line-height: 1.65;
}

.mp-editorial-columns {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 1fr;
}

.mp-editorial-columns article {
  border-left: 3px solid #ffd400;
  padding-left: 18px;
}

.mp-editorial-columns article:nth-child(2) {
  border-color: #a75cff;
}

.mp-editorial-columns h3 {
  font-size: 22px;
  margin: 0;
}

.mp-editorial-columns a,
.mp-venue a {
  color: #ffd400;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.mp-lead {
  border-top: 1px solid var(--mp-line);
  margin: 24px 0 0;
  padding-top: 20px;
}

.mp-player-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.mp-player {
  align-items: end;
  background: linear-gradient(145deg, color-mix(in srgb, var(--team-accent) 18%, #0a1024), #070b18 72%);
  border: 1px solid color-mix(in srgb, var(--team-accent) 55%, transparent);
  color: #fff;
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  min-height: 190px;
  overflow: hidden;
  text-decoration: none;
}

.mp-player > img {
  align-self: end;
  height: 176px;
  object-fit: contain;
  object-position: center bottom;
  width: 105px;
}

.mp-player > div {
  padding: 18px 12px 18px 0;
}

.mp-player small {
  color: var(--team-accent);
  font-size: 10px;
  font-weight: 900;
}

.mp-player h3 {
  font-family: var(--display-font);
  font-size: 22px;
  line-height: 1;
  margin: 5px 0;
}

.mp-player p {
  color: var(--mp-muted);
  font-size: 12px;
  margin: 0 0 14px;
}

.mp-player strong {
  align-items: center;
  color: var(--team-accent);
  display: flex;
  font-size: 11px;
  gap: 5px;
}

.mp-player svg {
  height: 14px;
  width: 14px;
}

.mp-lineups {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.mp-lineups article {
  background: var(--mp-panel);
  border: 1px solid var(--mp-line);
  padding: 18px;
}

.mp-lineups article > header {
  align-items: center;
  border-bottom: 1px solid var(--mp-line);
  display: flex;
  gap: 12px;
  padding-bottom: 13px;
}

.mp-lineups header img {
  object-fit: contain;
}

.mp-lineups h3 {
  font-size: 18px;
  margin: 0;
}

.mp-lineups header span,
.mp-lineup-note {
  color: var(--mp-muted);
  font-size: 14px;
  line-height: 1.5;
}

.mp-lineups ol,
.mp-lineups ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.mp-lineups li {
  align-items: center;
  border-top: 1px solid rgba(142, 160, 194, .12);
  display: flex;
  gap: 9px;
  min-height: 38px;
}

.mp-lineups li:first-child {
  border-top: 0;
}

.mp-lineups li b {
  color: #ffd400;
  font-size: 11px;
  width: 18px;
}

.mp-lineups li a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.mp-lineups li > span:last-child {
  color: var(--mp-muted);
  font-size: 11px;
  margin-left: auto;
}

.mp-empty-state {
  align-items: center;
  background: var(--mp-panel);
  border: 1px solid var(--mp-line);
  display: flex;
  gap: 20px;
  padding: 24px;
}

.mp-empty-state svg {
  color: #a75cff;
  height: 42px;
  width: 42px;
}

.mp-empty-state h3,
.mp-empty-state p {
  margin: 0;
}

.mp-scorecard-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.mp-scorecard-grid article {
  align-items: center;
  background: var(--mp-panel);
  border: 1px solid var(--mp-line);
  display: flex;
  gap: 16px;
  padding: 20px;
}

.mp-scorecard-grid img {
  object-fit: contain;
}

.mp-scorecard-grid h3,
.mp-scorecard-grid p {
  margin: 0;
}

.mp-scorecard-grid strong {
  display: block;
  font-family: var(--display-font);
  font-size: 32px;
  margin: 4px 0;
}

.mp-scorecard-grid p {
  color: var(--mp-muted);
  font-size: 12px;
}

.mp-live-metrics {
  border-bottom: 1px solid var(--mp-line);
  border-top: 1px solid var(--mp-line);
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  margin-top: 18px;
}

.mp-live-metrics > div {
  border-left: 1px solid var(--mp-line);
  padding: 14px 18px;
}

.mp-live-metrics > div:first-child {
  border-left: 0;
}

.mp-live-metrics strong {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}

.mp-venue {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(260px, .9fr) 1.1fr;
}

.mp-venue > img {
  aspect-ratio: 16 / 9;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mp-venue h2 {
  font-family: var(--display-font);
  font-size: 34px;
  line-height: 1;
  margin: 0;
}

.mp-venue dl {
  margin: 18px 0;
}

.mp-venue dl > div {
  border-top: 1px solid var(--mp-line);
  display: grid;
  gap: 10px;
  grid-template-columns: 105px 1fr;
  padding: 8px 0;
}

.mp-venue dt {
  color: #8998af;
  font-size: 12px;
}

.mp-venue dd {
  font-size: 13px;
  margin: 0;
}

.mp-faq details {
  border-top: 1px solid var(--mp-line);
}

.mp-faq summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 800;
  justify-content: space-between;
  list-style: none;
  min-height: 52px;
}

.mp-faq summary::-webkit-details-marker {
  display: none;
}

.mp-faq summary svg {
  color: #ffd400;
  height: 17px;
  transition: transform .2s ease;
  width: 17px;
}

.mp-faq details[open] summary svg {
  transform: rotate(45deg);
}

.mp-faq details p {
  color: var(--mp-muted);
  font-size: 15px;
  line-height: 1.65;
  margin: -2px 0 16px;
  max-width: 850px;
}

.mp-sidebar {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 64px;
}

.mp-side-section {
  background: var(--mp-panel);
  border: 1px solid var(--mp-line);
  padding: 20px;
}

.mp-side-section h2 {
  font-size: 17px;
  margin: 0 0 14px;
}

.mp-side-section dl {
  margin: 0;
}

.mp-side-section dl > div {
  border-top: 1px solid rgba(142, 160, 194, .13);
  display: grid;
  gap: 10px;
  grid-template-columns: 92px 1fr;
  padding: 9px 0;
}

.mp-side-section dl > div:first-child {
  border-top: 0;
}

.mp-side-section dt {
  color: #8797b2;
  font-size: 11px;
}

.mp-side-section dd {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  overflow-wrap: anywhere;
}

.mp-side-section .primary-button {
  display: flex;
  justify-content: center;
  margin-top: 14px;
  min-height: 44px;
}

.mp-side-section nav {
  display: grid;
}

.mp-side-section nav a {
  border-top: 1px solid rgba(142, 160, 194, .13);
  color: #dce5f4;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 0;
  text-decoration: none;
}

.mp-side-section nav a:first-child {
  border-top: 0;
}

.mp-nearby > a {
  border-top: 1px solid var(--mp-line);
  color: #fff;
  display: grid;
  gap: 4px;
  padding: 12px 0;
  text-decoration: none;
}

.mp-nearby > a small,
.mp-nearby > a span {
  color: var(--mp-muted);
  font-size: 10px;
}

.mp-nearby > a strong {
  font-size: 12px;
  line-height: 1.35;
}

.mp-nearby svg {
  height: 12px;
  width: 12px;
}

@media (max-width: 1180px) {
  .mp-layout {
    grid-template-columns: minmax(0, 1fr) 290px;
  }

  .mp-player-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .mp-page {
    padding-inline: 14px;
  }

  .mp-hero {
    padding-inline: 22px;
  }

  .mp-layout {
    display: flex;
    flex-direction: column;
  }

  .mp-main-content {
    display: contents;
  }

  .mp-layout > .mp-section,
  .mp-main-content > .mp-section {
    width: 100%;
  }

  #match-summary { order: 1; }
  .mp-page[data-match-state="upcoming"] #match-preview { order: 2; }
  .mp-page[data-match-state="upcoming"] #key-players { order: 3; }
  .mp-page[data-match-state="upcoming"] #playing-xi { order: 4; }
  .mp-page[data-match-state="upcoming"] #scorecard { order: 5; }
  .mp-page[data-match-state="live"] #scorecard,
  .mp-page[data-match-state="completed"] #scorecard { order: 2; }
  .mp-page[data-match-state="live"] #playing-xi { order: 3; }
  .mp-page[data-match-state="live"] #key-players,
  .mp-page[data-match-state="completed"] #key-players { order: 4; }
  .mp-page[data-match-state="live"] #match-preview { order: 5; }
  .mp-page[data-match-state="completed"] #match-preview { order: 3; }
  .mp-page[data-match-state="completed"] #playing-xi { order: 5; }
  #venue { order: 6; }
  .mp-sidebar { order: 7; }
  #match-faq { order: 8; }

  .mp-sidebar {
    grid-template-columns: 1fr 1fr;
    position: static;
  }

  .mp-sidebar > :last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .mp-page {
    padding: 10px 8px 38px;
  }

  .mp-hero {
    padding: 22px 12px 16px;
  }

  .mp-hero-heading h1 > span {
    font-size: clamp(27px, 8.6vw, 34px);
    line-height: 1.02;
  }

  .mp-hero-heading h1 > small {
    font-size: 14px;
  }

  .mp-scoreboard {
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 78px minmax(0, 1fr);
    min-height: 185px;
  }

  .mp-team,
  .mp-team-away {
    flex-direction: column;
    gap: 7px;
    text-align: center;
  }

  .mp-team-away span {
    order: 2;
  }

  .mp-team img {
    height: 72px;
    width: 72px;
  }

  .mp-team strong {
    font-size: 20px;
  }

  .mp-team b {
    font-size: 27px;
  }

  .mp-centre > b {
    font-size: 34px;
  }

  .mp-centre h2 {
    font-size: 11px;
  }

  .mp-centre p {
    display: none;
  }

  .mp-quick-facts {
    grid-template-columns: 1fr 1fr;
  }

  .mp-quick-facts > div:nth-child(3) {
    border-left: 0;
  }

  .mp-quick-facts > div:nth-child(n+3) {
    border-top: 1px solid var(--mp-line);
  }

  .mp-actions a {
    flex: 1 1 100%;
    justify-content: center;
  }

  .mp-anchor-nav {
    margin-bottom: 22px;
  }

  .mp-summary-grid,
  .mp-editorial-columns,
  .mp-lineups,
  .mp-scorecard-grid,
  .mp-venue,
  .mp-sidebar {
    grid-template-columns: 1fr;
  }

  .mp-summary-grid article,
  .mp-summary-grid article:first-child {
    border-left: 0;
    border-top: 1px solid var(--mp-line);
    padding: 15px 0;
  }

  .mp-summary-grid article:first-child {
    border-top: 0;
  }

  .mp-player-grid {
    grid-template-columns: none;
    grid-auto-columns: min(330px, calc(100vw - 40px));
    grid-auto-flow: column;
    overscroll-behavior-inline: contain;
    overflow-x: auto;
    scroll-padding-inline: 0;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }

  .mp-player {
    scroll-snap-align: start;
  }

  .mp-live-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .mp-live-metrics > div:last-child {
    border-left: 0;
    border-top: 1px solid var(--mp-line);
    grid-column: 1 / -1;
  }

  .mp-sidebar > :last-child {
    grid-column: auto;
  }
}

@media (max-width: 390px) {
  .mp-hero-heading h1 > span {
    font-size: 27px;
  }

  .mp-scoreboard {
    grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
  }

  .mp-team img {
    height: 60px;
    width: 60px;
  }

  .mp-team strong {
    font-size: 17px;
  }

  .mp-team small,
  .mp-status {
    font-size: 10px;
  }

  .mp-quick-facts > div {
    padding-inline: 11px;
  }

  .mp-quick-facts dd {
    font-size: 12px;
  }
}

/* Reference-matched CPL player profile */
.player-profile {
  --pp-panel: #0b1229;
  --pp-panel-2: #0e1733;
  --pp-line: rgba(148, 164, 216, 0.22);
  --pp-muted: #aeb9d7;
  width: min(calc(100% - 32px), 1380px);
  margin-inline: auto;
  padding-bottom: 54px;
}

.player-profile h1,
.player-profile h2,
.player-profile h3,
.player-profile p {
  margin-top: 0;
}

.pp-hero {
  min-height: 370px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  border: 1px solid var(--pp-line);
  border-radius: 7px 7px 0 0;
  background:
    linear-gradient(90deg, rgba(4, 8, 24, 0.99) 0%, rgba(6, 10, 31, 0.94) 46%, rgba(12, 11, 45, 0.52) 76%, rgba(10, 8, 34, 0.8) 100%),
    url("/assets/images/venues/brian-lara-stadium.webp") center / cover no-repeat;
}

.pp-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(140deg, transparent 45%, color-mix(in srgb, var(--team-accent) 25%, transparent) 100%),
    radial-gradient(circle at 72% 46%, color-mix(in srgb, var(--team-accent) 22%, transparent), transparent 34%);
}

.pp-identity {
  min-width: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  padding: 48px 30px 40px 38px;
}

.pp-team-logo {
  width: 155px;
  height: 155px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.38));
}

.pp-identity-copy {
  min-width: 0;
}

.pp-identity-copy .eyebrow {
  margin-bottom: 7px;
  color: color-mix(in srgb, var(--team-accent) 68%, #fff);
  font-size: 0.78rem;
  letter-spacing: 0;
}

.pp-identity-copy h1 {
  max-width: 650px;
  margin-bottom: 7px;
  overflow-wrap: anywhere;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.1rem, 4.6vw, 5.1rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.pp-role {
  margin-bottom: 8px;
  color: #e1e6f4;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
}

.pp-country {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 24px;
  color: #f7f8ff;
  font-size: 0.9rem;
}

.pp-country svg {
  width: 17px;
  height: 17px;
  color: var(--team-accent);
}

.pp-identity-copy dl {
  display: grid;
  grid-template-columns: 1.45fr 1fr 0.8fr;
  gap: 20px;
  margin: 0 0 24px;
}

.pp-identity-copy dl div {
  min-width: 0;
}

.pp-identity-copy dt {
  margin-bottom: 6px;
  color: var(--pp-muted);
  font-size: 0.68rem;
  font-weight: 700;
}

.pp-identity-copy dd {
  margin: 0;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
}

.pp-identity-copy dd span {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 3px;
  color: #bff8d4;
  background: #14593c;
  font-size: 0.65rem;
  text-transform: uppercase;
}

.pp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pp-actions a {
  min-width: 150px;
  justify-content: center;
  text-transform: uppercase;
}

.pp-portrait {
  min-width: 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.pp-portrait > img {
  width: min(100%, 480px);
  height: 370px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 18px 25px rgba(0, 0, 0, 0.38));
}

.pp-player-placeholder {
  width: min(90%, 420px);
  height: 330px;
  display: grid;
  align-content: center;
  justify-items: center;
  color: color-mix(in srgb, var(--team-accent) 75%, white);
  background: linear-gradient(180deg, transparent, rgba(9, 13, 36, 0.9));
}

.pp-player-placeholder strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 6rem;
  line-height: 1;
}

.pp-player-placeholder span {
  color: var(--pp-muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pp-stat-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border: 1px solid var(--pp-line);
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background: rgba(10, 16, 39, 0.98);
}

.pp-stat-strip > div {
  min-width: 0;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px;
  border-right: 1px solid var(--pp-line);
}

.pp-stat-strip > div:last-child {
  border-right: 0;
}

.pp-stat-strip svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  color: var(--premium-yellow);
}

.pp-stat-strip span,
.pp-stat-strip small,
.pp-stat-strip strong {
  display: block;
}

.pp-stat-strip small {
  margin-bottom: 4px;
  color: var(--premium-yellow);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pp-stat-strip strong {
  overflow-wrap: anywhere;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.65rem;
  line-height: 1;
}

.pp-tabs {
  margin-top: 18px;
}

.pp-tab-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(144, 74, 255, 0.3);
  border-radius: 6px;
  background: linear-gradient(90deg, #29105e, #3d1478 52%, #29105e);
}

.pp-tab-list button {
  min-width: 0;
  min-height: 58px;
  padding: 0 10px;
  border: 0;
  border-right: 1px solid rgba(215, 195, 255, 0.09);
  color: #e7ddff;
  background: transparent;
  cursor: pointer;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pp-tab-list button:last-child {
  border-right: 0;
}

.pp-tab-list button[aria-selected="true"] {
  color: #fff;
  background: linear-gradient(135deg, #7332db, #5420aa);
}

.pp-tab-list button:focus-visible {
  outline: 3px solid var(--premium-yellow);
  outline-offset: -4px;
}

.pp-tab-panels {
  padding-top: 18px;
}

.pp-tab-panels [role="tabpanel"][hidden] {
  display: none;
}

.pp-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1.15fr);
  gap: 16px;
}

.pp-overview-side {
  display: grid;
  align-content: start;
  gap: 16px;
}

.pp-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--pp-line);
  border-radius: 6px;
  background: linear-gradient(145deg, var(--pp-panel-2), #080e23);
}

.pp-card h2,
.pp-card h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.pp-card h2 {
  margin-bottom: 14px;
  font-size: 1.55rem;
}

.pp-card h3 {
  margin: 26px -24px 8px;
  padding: 18px 24px 8px;
  border-top: 1px solid var(--pp-line);
  font-size: 1.2rem;
}

.pp-card > p:not(.eyebrow):not(.pp-card-note):not(.pp-empty):not(.pp-source-note) {
  margin-bottom: 0;
  color: #dce2f2;
  font-size: 0.92rem;
  line-height: 1.65;
}

.pp-quick-facts,
.pp-season-facts {
  margin: 0;
}

.pp-quick-facts > div,
.pp-season-facts > div {
  min-width: 0;
  display: grid;
  align-items: center;
  gap: 16px;
  padding: 9px 0;
  border-bottom: 1px solid var(--pp-line);
}

.pp-quick-facts > div {
  grid-template-columns: minmax(125px, 0.8fr) minmax(0, 1fr);
}

.pp-season-facts > div {
  grid-template-columns: minmax(150px, 0.9fr) minmax(0, 1fr);
}

.pp-quick-facts > div:last-child,
.pp-season-facts > div:last-child {
  border-bottom: 0;
}

.pp-quick-facts dt,
.pp-season-facts dt,
.pp-quick-facts dd,
.pp-season-facts dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 0.82rem;
  line-height: 1.35;
}

.pp-quick-facts dt,
.pp-season-facts dt {
  color: #d1d8ec;
}

.pp-quick-facts dd,
.pp-season-facts dd {
  color: #fff;
  font-weight: 700;
}

.pp-season-facts dt {
  display: flex;
  align-items: center;
  gap: 7px;
}

.pp-season-facts svg {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  color: #9e5cff;
}

.pp-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.pp-table-wrap table {
  width: 100%;
  min-width: 590px;
  border-collapse: collapse;
}

.pp-table-wrap th,
.pp-table-wrap td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--pp-line);
  text-align: left;
  white-space: nowrap;
  font-size: 0.78rem;
}

.pp-table-wrap th {
  color: #c4cee8;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.pp-table-wrap td {
  color: #f5f7ff;
}

.pp-card-note {
  margin: -8px 0 12px;
  color: var(--pp-muted);
  font-size: 0.82rem;
}

.pp-lower-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  gap: 16px;
  margin-top: 16px;
}

.pp-news-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--pp-line);
  color: #fff;
}

.pp-news-item:last-child {
  border-bottom: 0;
}

.pp-news-item img {
  width: 86px;
  height: 58px;
  object-fit: cover;
  border-radius: 4px;
}

.pp-news-item span,
.pp-news-item strong,
.pp-news-item small {
  min-width: 0;
  display: block;
}

.pp-news-item strong {
  overflow-wrap: anywhere;
  font-size: 0.78rem;
  line-height: 1.35;
}

.pp-news-item small {
  margin-top: 4px;
  color: var(--pp-muted);
  font-size: 0.65rem;
}

.pp-news-item svg {
  width: 15px;
  height: 15px;
  color: var(--premium-yellow);
}

.pp-source-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 14px 0 0;
  color: var(--pp-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.pp-source-note svg {
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  color: #70dea4;
}

.pp-source-note a {
  color: var(--premium-yellow);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pp-empty {
  margin-bottom: 0;
  padding: 22px;
  border: 1px dashed rgba(148, 164, 216, 0.3);
  border-radius: 5px;
  color: var(--pp-muted);
  background: rgba(6, 10, 27, 0.55);
  font-size: 0.86rem;
  line-height: 1.55;
}

.pp-record-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.pp-record-grid div {
  min-width: 0;
  padding: 20px 12px;
  border: 1px solid var(--pp-line);
  border-radius: 5px;
  background: rgba(7, 11, 29, 0.74);
  text-align: center;
}

.pp-record-grid strong,
.pp-record-grid span {
  display: block;
}

.pp-record-grid strong {
  color: var(--premium-yellow);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.8rem;
}

.pp-record-grid span {
  margin-top: 5px;
  color: var(--pp-muted);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.player-profile > .team-related-links {
  margin-top: 18px;
}

@media (max-width: 1120px) {
  .pp-hero {
    grid-template-columns: minmax(0, 1.28fr) minmax(310px, 0.72fr);
  }

  .pp-identity {
    grid-template-columns: 125px minmax(0, 1fr);
    gap: 22px;
    padding-inline: 28px 14px;
  }

  .pp-team-logo {
    width: 118px;
    height: 118px;
  }

  .pp-identity-copy h1 {
    font-size: clamp(2.8rem, 5vw, 4rem);
  }

  .pp-stat-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pp-stat-strip > div:nth-child(3) {
    border-right: 0;
  }

  .pp-stat-strip > div:nth-child(-n + 3) {
    border-bottom: 1px solid var(--pp-line);
  }

  .pp-overview-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  }
}

@media (max-width: 820px) {
  .player-profile {
    width: min(calc(100% - 20px), 720px);
    padding-right: 0;
    padding-left: 0;
  }

  .pp-hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto 330px;
  }

  .pp-identity {
    grid-template-columns: 105px minmax(0, 1fr);
    padding: 30px 24px 18px;
  }

  .pp-team-logo {
    width: 98px;
    height: 98px;
  }

  .pp-portrait {
    background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--team-accent) 14%, #090c22));
  }

  .pp-portrait > img {
    height: 330px;
  }

  .pp-tab-list {
    overflow-x: auto;
    grid-template-columns: repeat(6, minmax(125px, 1fr));
  }

  .pp-overview-grid,
  .pp-lower-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pp-lower-grid .pp-card:first-child {
    order: 2;
  }

  .pp-record-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .player-profile {
    width: min(calc(100% - 16px), 500px);
    padding-bottom: 36px;
  }

  .pp-hero {
    grid-template-rows: auto 280px;
  }

  .pp-identity {
    grid-template-columns: 70px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    padding: 24px 16px 16px;
  }

  .pp-team-logo {
    width: 66px;
    height: 66px;
  }

  .pp-identity-copy h1 {
    font-size: clamp(2.35rem, 12vw, 3.3rem);
  }

  .pp-role {
    font-size: 0.95rem;
  }

  .pp-country {
    margin-bottom: 17px;
    font-size: 0.82rem;
  }

  .pp-identity-copy dl {
    grid-template-columns: 1fr 1fr;
    gap: 14px 16px;
  }

  .pp-identity-copy dl div:last-child {
    grid-column: 1 / -1;
  }

  .pp-actions {
    display: grid;
  }

  .pp-actions a {
    width: 100%;
  }

  .pp-portrait > img {
    height: 280px;
  }

  .pp-stat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pp-stat-strip > div,
  .pp-stat-strip > div:nth-child(3) {
    min-height: 76px;
    border-right: 1px solid var(--pp-line);
    border-bottom: 1px solid var(--pp-line);
  }

  .pp-stat-strip > div:nth-child(even) {
    border-right: 0;
  }

  .pp-stat-strip > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .pp-stat-strip strong {
    font-size: 1.4rem;
  }

  .pp-card {
    padding: 18px 16px;
  }

  .pp-card h3 {
    margin-inline: -16px;
    padding-inline: 16px;
  }

  .pp-quick-facts > div,
  .pp-season-facts > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .pp-record-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pp-news-item {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .pp-news-item img {
    width: 74px;
    height: 54px;
  }

  .pp-news-item > svg {
    display: none;
  }
}

/* Shared header geometry for inner pages. */
.main-header-inner {
  width: min(calc(100% - 48px), 1429px);
  min-height: 90px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(230px, 250px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
}

.mobile-nav-close {
  display: none;
}

@media (max-width: 1300px) and (min-width: 901px) {
  .main-header-inner {
    grid-template-columns: minmax(205px, 220px) minmax(0, 1fr) auto;
    gap: 12px;
  }

  .primary-nav {
    gap: 10px;
  }

  .primary-nav > a,
  .primary-nav > .nav-more > summary {
    font-size: 0.78rem;
  }
}

@media (max-width: 900px) {
  .main-header-inner {
    width: calc(100% - 24px);
    min-height: 76px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .mobile-nav-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
    font-size: 2rem;
    line-height: 1;
  }

  .mobile-nav-close span {
    transform: translateY(-1px);
  }
}

.panel-note {
  font-size: 13px !important;
}

/* Shared homepage container: every major section follows the hero edges. */
.home-page > .pm-section,
.home-page > .pm-match-section {
  width: auto;
  margin-inline: clamp(10px, 2.125vw, 34px) !important;
}

.home-page > .pm-match-section {
  padding-inline: 0;
}

/* Matchday desk: verified live-score state plus upcoming fixtures only. */
.home-page .pm-matchday-grid {
  grid-template-columns: minmax(0, 1.65fr) minmax(360px, 0.95fr);
  align-items: stretch;
  gap: 18px;
}

.home-page .pm-live-score-feature,
.home-page .pm-fixtures-card {
  height: 100%;
}

.home-page .pm-fixtures-card {
  display: flex;
  flex-direction: column;
}

.home-page .pm-fixtures-card .pm-fixture-list {
  flex: 1;
}

.home-page .pm-live-score-state {
  min-height: 430px;
  justify-content: flex-start;
  gap: 18px;
  padding: clamp(22px, 2.4vw, 34px);
}

.pm-score-status,
.pm-score-actions,
.pm-score-note {
  width: 100%;
  display: flex;
  align-items: center;
}

.pm-score-status {
  justify-content: space-between;
  gap: 16px;
}

.pm-score-status .status-badge {
  margin: 0;
}

.pm-score-status p {
  margin: 0;
  color: var(--premium-muted);
  font-size: 13px;
  text-align: right;
}

.pm-score-preview {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  padding-block: 10px 18px;
  border-bottom: 1px solid var(--premium-line);
}

.pm-score-team {
  min-width: 0;
  display: grid;
  justify-items: center;
  text-align: center;
}

.pm-score-team img {
  width: 104px;
  height: 104px;
  object-fit: contain;
}

.pm-score-team strong {
  margin-top: 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.05;
}

.pm-score-team span,
.pm-score-centre small,
.pm-score-centre time {
  color: var(--premium-muted);
  font-size: 12px;
  text-transform: uppercase;
}

.pm-score-centre {
  display: grid;
  justify-items: center;
  gap: 5px;
  text-align: center;
}

.pm-score-centre b {
  color: var(--premium-purple);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 50px;
  line-height: 1;
}

.pm-score-note {
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 212, 0, 0.22);
  border-radius: 6px;
  background: rgba(255, 212, 0, 0.045);
}

.pm-score-note > svg {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  color: var(--premium-yellow);
}

.pm-score-note p,
.pm-score-note strong,
.pm-score-note span {
  display: block;
  margin: 0;
}

.pm-score-note span {
  margin-top: 2px;
  color: var(--premium-muted);
  font-size: 12px;
  line-height: 1.4;
}

.pm-score-actions {
  gap: 12px;
  margin-top: auto;
}

.pm-score-actions a {
  flex: 1 1 0;
  gap: 10px;
}

.pm-score-actions svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 1080px) {
  .home-page .pm-matchday-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-page .pm-live-score-state {
    min-height: 0;
  }
}

@media (max-width: 600px) {
  .pm-score-status {
    align-items: flex-start;
    flex-direction: column;
  }

  .pm-score-status p {
    text-align: left;
  }

  .pm-score-preview {
    grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
    gap: 8px;
  }

  .pm-score-team img {
    width: 70px;
    height: 70px;
  }

  .pm-score-team strong {
    font-size: 19px;
  }

  .pm-score-centre b {
    font-size: 36px;
  }

  .pm-score-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Full-width upcoming fixtures table based on the supplied match-centre reference. */
.home-page .pm-matchday-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
}

.home-page .pm-fixtures-card {
  width: 100%;
  border-color: rgba(150, 160, 200, 0.3);
  border-radius: 12px;
  background: linear-gradient(120deg, rgba(11, 17, 40, 0.98), rgba(5, 10, 27, 0.99));
}

.pm-fixtures-heading {
  min-height: 104px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 32px 22px;
}

.pm-fixtures-heading span {
  display: block;
  margin-bottom: 4px;
  color: var(--premium-yellow);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 850;
  text-transform: uppercase;
}

.pm-fixtures-heading h3 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.pm-fixtures-heading > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--premium-yellow);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 850;
  text-transform: uppercase;
}

.pm-fixtures-heading > a svg {
  width: 20px;
  height: 20px;
}

.home-page .pm-fixtures-card .pm-fixture-list {
  padding-inline: 32px;
}

.home-page .pm-fixtures-card .pm-fixture-row {
  min-height: 126px;
  display: grid;
  grid-template-columns: 180px minmax(170px, 1fr) 54px minmax(170px, 1fr) minmax(210px, 0.85fr) 24px;
  align-items: center;
  gap: 20px;
  padding: 16px 10px;
  border-top: 1px solid rgba(159, 172, 211, 0.18);
}

.home-page .pm-fixtures-card .pm-fixture-row time {
  font-size: 17px;
}

.home-page .pm-fixtures-card .pm-fixture-row time b {
  color: var(--premium-yellow);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  line-height: 1.05;
  white-space: nowrap;
}

.home-page .pm-fixtures-card .pm-fixture-row time span {
  margin-top: 6px;
  color: #aeb9d6;
  font-size: 16px;
  text-transform: none;
}

.pm-fixture-team {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.pm-fixture-team img {
  flex: 0 0 auto;
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.pm-fixture-team strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  line-height: 1;
}

.pm-fixture-vs {
  color: #a866ff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
}

.home-page .pm-fixtures-card .pm-fixture-venue {
  display: block;
  margin: 0;
  overflow: visible;
  color: #aeb9d6;
  font-size: 17px;
  line-height: 1.4;
  text-overflow: clip;
  white-space: normal;
}

.home-page .pm-fixtures-card .pm-row-arrow {
  width: 22px;
  height: 22px;
}

.home-page .pm-fixtures-card .pm-card-footer {
  min-height: 64px;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  text-transform: none;
}

@media (max-width: 900px) {
  .home-page .pm-fixtures-card .pm-fixture-row {
    grid-template-columns: 122px minmax(130px, 1fr) 42px minmax(130px, 1fr) minmax(160px, 0.8fr) 22px;
    gap: 12px;
  }

  .pm-fixture-team img {
    width: 60px;
    height: 60px;
  }

  .pm-fixture-team strong {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .pm-fixtures-heading {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 20px 16px 16px;
  }

  .pm-fixtures-heading h3 {
    font-size: 34px;
  }

  .pm-fixtures-heading > a {
    font-size: 15px;
  }

  .home-page .pm-fixtures-card .pm-fixture-list {
    padding-inline: 12px;
  }

  .home-page .pm-fixtures-card .pm-fixture-row,
  .home-page .pm-fixtures-card .pm-fixture-row:nth-child(n) {
    min-height: 132px;
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) 30px minmax(0, 1fr) 18px;
    grid-template-rows: auto auto;
    gap: 8px;
    padding: 14px 4px;
  }

  .home-page .pm-fixtures-card .pm-fixture-row time {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .home-page .pm-fixtures-card .pm-fixture-row time b {
    font-size: 17px;
    white-space: normal;
  }

  .home-page .pm-fixtures-card .pm-fixture-row time span {
    font-size: 12px;
  }

  .pm-fixture-team {
    align-self: end;
    flex-direction: column;
    gap: 3px;
  }

  .pm-fixture-team img {
    width: 44px;
    height: 44px;
  }

  .pm-fixture-team strong {
    font-size: 17px;
  }

  .pm-fixture-vs {
    font-size: 18px;
  }

  .home-page .pm-fixtures-card .pm-fixture-venue {
    grid-column: 2 / 5;
    grid-row: 2;
    align-self: end;
    font-size: 12px;
    text-align: center;
  }

  .home-page .pm-fixtures-card .pm-row-arrow {
    grid-column: 5;
    grid-row: 1 / span 2;
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 600px) {
  .home-body .main-header {
    margin: 6px;
  }

  .brand-reference-logo {
    width: 210px;
  }

  .hero.hero-css-reference {
    min-height: 900px;
  }

  .hero-reference-art {
    background-position: 67% center;
  }

  .hero-reference-left-mask {
    width: 100%;
    background: linear-gradient(90deg, rgba(3, 7, 22, 0.98) 0%, rgba(3, 7, 22, 0.92) 55%, rgba(3, 7, 22, 0.18) 100%);
  }

  .hero-reference-copy {
    width: 100%;
    padding: 54px 24px 320px;
  }

  .hero-reference-kicker {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .hero-reference-copy h1 {
    font-size: 48px;
  }

  .hero-reference-description {
    max-width: 360px;
    font-size: 17px;
  }

  .hero-reference-actions a {
    min-width: 0;
    flex: 1 1 160px;
    min-height: 56px;
    font-size: 17px;
  }

  .hero-reference-facts {
    right: 18px;
    bottom: 18px;
    left: 18px;
    grid-template-columns: minmax(0, 1fr);
    padding: 8px 14px;
  }

  .hero-reference-facts > div,
  .hero-reference-facts > div:first-child,
  .hero-reference-facts > div:last-child {
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 76px;
    padding: 8px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(149, 131, 255, 0.28);
  }

  .hero-reference-facts > div:last-child {
    border-bottom: 0;
  }

  .hero-reference-facts dt {
    font-size: 12px;
  }

  .hero-reference-facts dt svg {
    width: 36px;
    height: 36px;
  }

  .hero-reference-facts dd strong {
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Homepage premium12: balanced two-column hero with separate player artwork. */
.hero.hero-css-reference {
  position: relative;
  min-height: clamp(620px, 68vw, 700px);
  max-height: 700px;
  margin-inline: clamp(10px, 2.5vw, 34px);
  border: 1px solid rgba(148, 166, 226, 0.2);
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
  background: #050816;
}

.hero-css-reference .hero-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(4, 7, 20, 0.98) 0%, rgba(4, 7, 20, 0.92) 30%, rgba(4, 7, 20, 0.5) 52%, rgba(4, 7, 20, 0.08) 78%);
}

.hero-container {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 80px), 1440px);
  min-height: inherit;
  margin-inline: auto;
  display: block;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 560px;
  padding-block: 56px 160px;
}

.hero-kicker {
  display: inline-block;
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 3px solid #863cf1;
  color: #a05cff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

.hero-title {
  max-width: 560px;
  margin: 0;
  color: #f8f9ff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(52px, 4.45vw, 68px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.94;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.hero-title > span {
  display: block;
  white-space: nowrap;
}

.hero-css-reference .hero-title > span {
  color: #f8f9ff;
}

.hero-title-season b {
  color: #ffd400;
  font-weight: 900;
}

.hero-css-reference .hero-title > .hero-title-accent {
  color: #ffd400;
}

.hero-description {
  max-width: 520px;
  margin: 24px 0 22px;
  color: #edf0fb;
  font-size: 18px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions a {
  min-height: 52px;
  padding-inline: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 7px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-actions .secondary-button {
  border-color: #7a3ff2;
  color: #fff;
  background: #6318da;
}

.hero-artwork {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
  overflow: hidden;
  border-radius: inherit;
}

.hero-artwork::after {
  display: none;
}

.hero-artwork img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 54% center;
}

.hero-facts {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 18px;
  left: 0;
  min-height: 104px;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 14px 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(149, 131, 255, 0.42);
  border-radius: 10px;
  background: rgba(3, 7, 27, 0.86);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.hero-facts > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding-inline: 18px;
  border-right: 1px solid rgba(149, 131, 255, 0.28);
}

.hero-facts > div:first-child {
  padding-left: 0;
}

.hero-facts > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.hero-facts dt {
  display: grid;
  justify-items: center;
  gap: 4px;
  color: #f2f3ff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.hero-facts dt span {
  display: inline;
  padding: 0;
  border: 0;
}

.hero-facts dt svg {
  width: 40px;
  height: 40px;
  padding: 8px;
  border: 1px solid #843df3;
  border-radius: 50%;
  color: #a05cff;
}

.hero-facts dd {
  min-width: 0;
  margin: 0;
}

.hero-facts dd strong,
.hero-facts dd small {
  display: block;
}

.hero-facts dd strong {
  color: #ffd400;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  line-height: 1.05;
  white-space: nowrap;
}

.hero-facts dd small {
  margin-top: 5px;
  color: #bec6dd;
  font-size: 12px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .hero-container {
    width: min(calc(100% - 56px), 1120px);
  }

  .hero-title {
    max-width: 510px;
    font-size: clamp(46px, 5vw, 58px);
  }

  .hero-facts > div {
    padding-inline: 10px;
  }
}

@media (max-width: 767px) {
  .hero.hero-css-reference {
    min-height: 900px;
    max-height: none;
  }

  .hero-container {
    width: 100%;
    display: block;
    padding-inline: 20px;
  }

  .hero-content {
    position: relative;
    z-index: 3;
    max-width: none;
    padding: 44px 0 360px;
  }

  .hero-title {
    font-size: clamp(38px, 10vw, 46px);
  }

  .hero-title > span {
    white-space: normal;
  }

  .hero-description {
    max-width: 470px;
    font-size: 17px;
  }

  .hero-artwork {
    inset: 240px 0 150px;
    width: 100%;
    opacity: 0.82;
  }

  .hero-artwork::after {
    display: none;
  }

  .hero-facts {
    position: absolute;
    right: 20px;
    bottom: 18px;
    left: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 8px 12px;
  }

  .hero-facts > div,
  .hero-facts > div:first-child,
  .hero-facts > div:last-child {
    min-height: 74px;
    padding: 8px 6px;
    border-right: 0;
    border-bottom: 1px solid rgba(149, 131, 255, 0.28);
  }

  .hero-facts > div:nth-child(odd) {
    border-right: 1px solid rgba(149, 131, 255, 0.28);
  }

  .hero-facts > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .hero-facts dd strong {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .hero-container {
    padding-inline: 16px;
  }

  .hero-content {
    padding-top: 34px;
  }

  .hero-kicker {
    font-size: 16px;
  }

  .hero-actions a {
    flex: 1 1 100%;
  }

  .hero-facts {
    right: 16px;
    left: 16px;
  }

  .hero-facts > div {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 8px;
  }

  .hero-facts dt {
    font-size: 11px;
  }

  .hero-facts dt svg {
    width: 34px;
    height: 34px;
    padding: 7px;
  }

  .hero-facts dd strong {
    font-size: 19px;
  }
}

/* Homepage premium9: explicit layers and reference-led section hierarchy. */
.home-page .hero.hero-image-only {
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: hidden;
}

.home-page .hero-image-links {
  pointer-events: none;
}

.home-page .hero-hotspot {
  pointer-events: auto;
}

.pm-match-section {
  position: relative;
  z-index: 1;
  isolation: isolate;
}

.pm-empty-actions a.primary-button,
.pm-empty-actions a.secondary-button {
  padding-inline: 14px;
  color: #061128;
  text-decoration: none;
}

.pm-empty-actions a.secondary-button {
  color: var(--premium-text);
}

.pm-empty-actions .pm-text-link {
  gap: 6px;
  text-decoration: none;
}

.pm-empty-actions .pm-text-link svg {
  width: 16px;
  height: 16px;
}

.pm-player-row {
  grid-template-columns: 72px minmax(0, 1fr) auto;
}

.pm-player-row img {
  width: 60px;
  height: 60px;
}

.pm-player-stat {
  min-width: 74px;
  text-align: right;
}

.pm-player-stat strong,
.pm-player-stat small {
  display: block;
}

.pm-player-stat small {
  margin-top: 2px;
  color: var(--premium-muted);
  font-size: 10px;
  text-transform: uppercase;
}

.pm-player-row:hover,
.pm-player-row:focus-visible {
  background: rgba(255, 255, 255, 0.035);
}

.pm-venues-preview > div:last-child a {
  min-height: 118px;
  aspect-ratio: 16 / 9;
  outline-offset: 3px;
}

.pm-venues-preview img {
  height: 100%;
}

.pm-venues-preview a em {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 8px;
  padding: 3px 6px;
  border-radius: 3px;
  color: #dbe4ff;
  background: rgba(4, 8, 22, 0.8);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.pm-venues-preview > div:last-child a:hover img,
.pm-venues-preview > div:last-child a:focus-visible img {
  transform: scale(1.025);
}

.pm-venues-preview img {
  transition: transform 180ms ease;
}

.pm-watch-preview {
  gap: 14px;
}

.pm-watch-intro {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.pm-watch-intro svg {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  color: #42d4ff;
}

.pm-watch-intro p {
  margin: 0;
}

.pm-watch-form {
  width: 100%;
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.pm-watch-form label {
  color: var(--premium-muted);
  font-size: 12px;
  font-weight: 750;
}

.pm-watch-form select {
  width: 100%;
  min-height: 44px;
  padding: 0 38px 0 12px;
  border: 1px solid var(--premium-line);
  border-radius: 5px;
  color: var(--premium-text);
  background: #11152d;
}

.pm-watch-form .primary-button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.pm-bottom-area {
  display: grid;
  gap: 14px;
  background: #050816;
}

.pm-bottom-grid {
  grid-template-columns: minmax(0, 1.4fr) minmax(360px, 0.92fr);
}

.pm-bottom-card {
  min-height: 0;
}

.pm-bottom-guide,
.pm-bottom-faq {
  min-height: 310px;
}

.pm-bottom-faq summary {
  min-height: 58px;
  font-size: 14px;
}

.pm-bottom-newsletter {
  min-height: 126px;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(24px, 4vw, 60px);
  padding: 22px clamp(20px, 3vw, 34px);
}

.pm-bottom-newsletter form {
  margin-top: 0;
}

@media (max-width: 900px) {
  .pm-bottom-grid,
  .pm-bottom-newsletter {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-bottom-newsletter {
    gap: 18px;
  }
}

@media (max-width: 480px) {
  .pm-player-row {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .pm-player-row img {
    width: 52px;
    height: 52px;
  }

  .pm-player-stat {
    grid-column: 2;
    text-align: left;
  }

  .pm-bottom-guide,
  .pm-bottom-faq {
    min-height: 0;
  }
}

/* Homepage readability pass: stable type scale, spacing and pixel alignment. */
html {
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

body {
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
  overflow-x: clip;
}

.home-page .pm-section,
.home-page .pm-match-section {
  padding-block: clamp(28px, 3vw, 44px);
}

.home-page .pm-section-heading {
  margin-bottom: 20px;
}

.home-page .pm-section-heading h2,
.home-page .pm-card-heading h2,
.home-page .pm-card-heading h3 {
  line-height: 1.16;
}

.home-page .pm-matchday-grid,
.home-page .pm-matchday-side,
.home-page .pm-support-grid,
.home-page .pm-bottom-area {
  gap: 18px;
}

.home-page .pm-desk-card > .pm-card-heading,
.home-page .pm-live-score-feature > .pm-card-heading {
  min-height: 70px;
  padding: 14px 20px;
}

.home-page .pm-fixture-row {
  min-height: 84px;
  padding-block: 12px;
}

.home-page .pm-fixture-row time span,
.home-page .pm-fixture-venue,
.home-page .pm-news-copy > span,
.home-page .pm-news-copy small,
.home-page .pm-team-card p,
.home-page .pm-team-card small,
.home-page .pm-player-row small,
.home-page .pm-disclaimer,
.home-page .pm-data-status li {
  font-size: 13px;
  line-height: 1.4;
}

.home-page .pm-news-copy strong,
.home-page .pm-fixture-teams > span,
.home-page .pm-player-row b {
  line-height: 1.2;
}

.home-page .pm-team-grid {
  gap: 12px;
}

.home-page .pm-team-card,
.home-page .pm-support-block,
.home-page .pm-bottom-card {
  padding: 18px;
}

.home-page .pm-bottom-guide > div > p:not(.eyebrow),
.home-page .pm-bottom-newsletter p {
  font-size: 14px;
  line-height: 1.55;
}

.home-page .pm-bottom-faq summary {
  line-height: 1.35;
}

.hero-kicker {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.1;
}

.hero-title {
  line-height: 0.98;
}

.hero.hero-css-reference .hero-title {
  max-width: 560px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(52px, 4.45vw, 68px);
  font-weight: 900;
  line-height: 0.98;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.hero.hero-css-reference .hero-title > span {
  margin-top: 0;
  font-size: inherit;
  line-height: inherit;
}

.hero-description {
  line-height: 1.55;
}

.hero-facts {
  min-height: 112px;
  padding: 16px 22px;
}

.hero-facts > div {
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 14px;
}

.hero-facts dt {
  display: contents;
  font-size: 13px;
  line-height: 1.15;
}

.hero-facts dt svg {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
}

.hero-facts dt span {
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  align-self: end;
  text-align: left;
}

.hero-facts dd {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
}

.hero-facts dd strong {
  font-size: 24px;
  line-height: 1.1;
}

.hero-facts dd small {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .home-page .pm-section,
  .home-page .pm-match-section {
    padding-block: 28px;
  }

  .home-page .pm-team-grid {
    gap: 10px;
  }

  .home-page .pm-team-card,
  .home-page .pm-support-block,
  .home-page .pm-bottom-card {
    padding: 16px;
  }

  .hero-content {
    padding-bottom: 380px;
  }

  .hero-title {
    line-height: 0.98;
  }

  .hero.hero-css-reference .hero-title {
    max-width: 100%;
    font-size: clamp(38px, 10vw, 46px);
  }

  .hero-facts {
    min-height: 184px;
    padding: 10px 12px;
  }

  .hero-facts > div,
  .hero-facts > div:first-child,
  .hero-facts > div:last-child {
    min-height: 80px;
    padding: 10px 8px;
  }

  .hero-facts dt {
    display: grid;
  }

  .hero-facts dt svg,
  .hero-facts dt span,
  .hero-facts dd {
    grid-column: auto;
    grid-row: auto;
  }

  .hero-facts dt span {
    justify-self: auto;
    align-self: auto;
    text-align: center;
  }

  .hero-facts dd strong {
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hero.hero-css-reference .hero-title {
    max-width: 510px;
    font-size: clamp(46px, 5vw, 58px);
  }

  .hero.hero-css-reference .hero-title > span {
    white-space: normal;
  }

  .hero-artwork img {
    object-position: 15% center;
  }

  .hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 176px;
  }

  .hero-facts > div {
    min-height: 76px;
  }

  .hero-facts > div:nth-child(2n) {
    border-right: 0;
  }

  .hero-facts > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(149, 131, 255, 0.28);
  }

  .hero-facts > div:nth-child(odd) {
    border-right: 1px solid rgba(149, 131, 255, 0.28);
  }
}

@media (min-width: 1200px) {
  .hero.hero-css-reference .hero-title {
    font-size: clamp(50px, 3.45vw, 56px);
  }

  .hero-artwork img {
    transform: translateX(1%);
  }
}

@media (max-width: 480px) {
  .hero-kicker {
    font-size: 16px;
  }

  .hero-facts {
    min-height: 184px;
  }

  .hero-facts dd strong {
    font-size: 19px;
  }

  .hero-facts dd small {
    font-size: 12px;
  }
}

/* Desktop header readability pass: tighter grid, clearer navigation and balanced controls. */
@media (min-width: 1261px) {
  .home-body .main-header {
    min-height: 90px;
    margin-inline: clamp(24px, 4.875vw, 78px);
    grid-template-columns: minmax(250px, 250px) minmax(0, 1fr) auto;
    gap: 24px;
    padding-inline: 28px;
    border: 0;
    border-bottom: 1px solid rgba(148, 166, 226, 0.18);
    border-radius: 0;
    border-radius: 18px;
  }

  .home-body .brand-reference-logo {
    width: 250px;
    height: 72px;
    max-width: none;
  }

  .home-body .primary-nav {
    margin-left: 0;
    justify-content: center;
    gap: 22px !important;
    font-size: 16px !important;
    line-height: 1.1;
  }

  .home-body .primary-nav > a {
    min-height: 42px;
    padding-block: 24px !important;
  }

  .home-body .header-actions {
    gap: 10px;
  }

  .home-body .header-actions .icon-button {
    width: 44px;
    height: 44px;
  }

  .home-body .ticket-button {
    min-width: 150px;
    min-height: 48px !important;
    padding-inline: 18px;
    font-size: 16px !important;
  }
}

/* Mobile header: keep the brand readable and leave the menu room to breathe. */
@media (max-width: 900px) {
  .home-body .main-header {
    min-height: 76px !important;
    margin-inline: 24px;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px;
    padding-inline: 16px;
    border: 0;
    border-bottom: 1px solid rgba(148, 166, 226, 0.18);
    border: 1px solid rgba(148, 166, 226, 0.2);
    border-radius: 18px;
  }

  .home-body .brand {
    min-width: 0;
    overflow: visible;
  }

  .home-body .brand-reference-logo {
    width: 180px;
    height: 58px;
    max-width: none;
  }

  .home-body .header-actions {
    gap: 8px;
  }

  .home-body .ticket-button {
    display: none !important;
  }

  .home-body .header-actions .icon-button {
    display: grid;
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 480px) {
  .home-body .brand-reference-logo {
    width: 170px;
    height: 54px;
  }
}

@media (max-width: 900px) {
  .brand { min-width: 0; }
  .brand-symbol { flex-basis: 35px; height: 42px; width: 35px; }
  .brand-symbol img { height: 42px; width: 130px; }
  .brand-copy strong { font-size: 20px; }
  .brand-copy small { font-size: 8px; }
}

/* Mobile hero: copy and controls finish before the artwork begins. */
@media (max-width: 767px) {
  .hero.hero-css-reference {
    min-height: 1100px;
    max-height: none;
  }

  .hero.hero-css-reference .hero-content {
    padding: 44px 0 0;
  }

  .hero.hero-css-reference .hero-artwork {
    inset: 520px 0 auto;
    height: min(320px, 82vw);
    opacity: 1;
    border-radius: 14px;
  }

  .hero.hero-css-reference .hero-artwork img {
    object-position: 100% center;
    transform: none;
  }
}

@media (max-width: 480px) {
  .hero.hero-css-reference {
    min-height: 1160px;
  }

  .hero.hero-css-reference .hero-content {
    padding-top: 34px;
  }

  .hero.hero-css-reference .hero-artwork {
    inset: 610px 0 auto;
    height: min(310px, 82vw);
  }
}

/* Hybrid shell: full-width navigation background with content aligned to the hero. */
.home-body .main-header {
  min-height: 90px;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  border: 0;
  border-bottom: 1px solid rgba(148, 166, 226, 0.18);
  border-radius: 0;
}

.home-body .main-header-inner {
  width: min(calc(100% - 48px), 1429px);
  min-height: 90px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(250px, 250px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

@media (max-width: 1260px) {
  .home-body .main-header-inner {
    grid-template-columns: minmax(220px, 250px) minmax(0, 1fr) auto;
    gap: 16px;
  }
}

@media (max-width: 900px) {
  .home-body .main-header {
    min-height: 76px !important;
  }

  .home-body .main-header-inner {
    width: calc(100% - 48px);
    min-height: 76px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }
}

/* ── CPL 2026 Players & Squads Page Enhancements ──────────────── */
.pd-hero-chips {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 12px;
  margin-top: 24px;
}

.pd-hero-chips > div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
}

.pd-hero-chips svg {
  width: 20px;
  height: 20px;
  color: #a963ff;
}

.pd-hero-chips span {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.pd-hero-chips strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 800;
}

.pd-hero-chips small {
  font-size: 0.72rem;
  color: #ffd000;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.pd-filter-head {
  margin-bottom: 16px;
}

.pd-filter-head h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 4px;
}

.pd-filter-head p {
  color: #94a3b8;
  font-size: 0.9rem;
  margin: 0;
}

.pd-filter-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 16px;
  margin-bottom: 16px;
}

.pd-role-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.pd-pill {
  padding: 8px 18px;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  color: #e2e8f0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pd-pill:hover,
.pd-pill.is-active {
  background: #6c24df;
  border-color: #a963ff;
  color: #fff;
  box-shadow: 0 0 14px rgba(108, 36, 223, 0.5);
}

.pd-tracker-section,
.pd-rules-section,
.pd-roles-section,
.pd-faq-section {
  margin-top: 48px;
  padding: 32px 28px;
  background: rgba(8, 13, 26, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
}

.pd-section-heading {
  margin-bottom: 24px;
}

.pd-section-heading h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 6px;
}

.pd-section-heading p {
  color: #94a3b8;
  font-size: 0.95rem;
  margin: 0;
}

.pd-tracker-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pd-tracker-row {
  display: grid;
  grid-template-columns: 240px 200px minmax(0, 1fr) 180px;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 4px solid var(--team-accent, #6c24df);
  border-radius: 8px;
}

.pd-tracker-team {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pd-tracker-team strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
}

.pd-tracker-captain small,
.pd-tracker-progress small {
  display: block;
  font-size: 0.7rem;
  color: #ffd000;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.pd-tracker-captain span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #e2e8f0;
}

.pd-progress-bar {
  height: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
  margin: 4px 0;
}

.pd-progress-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #6c24df, #ffd000);
  border-radius: 4px;
}

.pd-tracker-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px;
  background: rgba(108, 36, 223, 0.25);
  border: 1px solid rgba(169, 99, 255, 0.4);
  border-radius: 6px;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.2s ease;
}

.pd-tracker-btn:hover {
  background: #6c24df;
  border-color: #a963ff;
  box-shadow: 0 0 12px rgba(108, 36, 223, 0.4);
}

.pd-rules-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.pd-rule-card {
  padding: 20px;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
}

.pd-rule-card svg {
  width: 32px;
  height: 32px;
  color: #ffd000;
  margin-bottom: 12px;
}

.pd-rule-card h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
}

.pd-rule-card p {
  color: #cbd5e1;
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0;
}

.pd-roles-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.pd-role-card {
  padding: 24px 16px;
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.9) 0%, rgba(15, 23, 42, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  text-align: left;
  cursor: pointer;
  transition: all 0.25s ease;
}

.pd-role-card:hover {
  transform: translateY(-4px);
  border-color: #a963ff;
  box-shadow: 0 10px 24px rgba(108, 36, 223, 0.35);
}

.pd-role-card h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  color: #ffd000;
  margin: 0 0 8px;
}

.pd-role-card p {
  color: #e2e8f0;
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0;
}

.pd-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pd-faq-item {
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
}

.pd-faq-item summary {
  padding: 16px 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

.pd-faq-item p {
  padding: 0 20px 18px;
  color: #cbd5e1;
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 1024px) {
  .pd-hero-chips { grid-template-columns: repeat(2, 1fr); }
  .pd-rules-grid { grid-template-columns: repeat(2, 1fr); }
  .pd-roles-grid { grid-template-columns: repeat(3, 1fr); }
  .pd-tracker-row { grid-template-columns: 1fr 1fr; gap: 12px; }
}

@media (max-width: 640px) {
  .pd-hero-chips { grid-template-columns: 1fr; }
  .pd-filter-row { grid-template-columns: 1fr; }
  .pd-rules-grid { grid-template-columns: 1fr; }
  .pd-roles-grid { grid-template-columns: 1fr; }
  .pd-tracker-row { grid-template-columns: 1fr; }
}

/* ── CPL 2026 Teams Directory Enhancements ──────────────── */
.teams-directory {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.tm-hero {
  position: relative;
  min-height: 420px;
  padding: 60px 48px;
  background: radial-gradient(circle at 50% 0%, rgba(108, 36, 223, 0.45) 0%, transparent 70%), #040817;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  text-align: center;
  overflow: hidden;
}

.tm-hero-copy {
  max-width: 720px;
  margin: 0 auto;
}

.tm-hero-copy h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.2rem, 5vw, 4.8rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: 1px;
  margin: 4px 0 12px;
}

.tm-hero-copy p {
  color: #cbd5e1;
  font-size: 1.05rem;
  line-height: 1.5;
  margin: 0 0 24px;
}

.tm-hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 28px;
}

.tm-hero-chips {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.tm-hero-chips > div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
}

.tm-hero-chips svg {
  width: 18px;
  height: 18px;
  color: #ffd000;
}

.tm-hero-chips strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 800;
}

.tm-hero-chips small {
  font-size: 0.72rem;
  color: #a963ff;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.tm-section {
  padding: 28px 24px;
  background: rgba(8, 13, 26, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
}

.tm-section-heading {
  margin-bottom: 20px;
}

.tm-section-heading h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
}

.tm-banners-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tm-banner-card {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) 180px;
  align-items: center;
  gap: 20px;
  padding: 16px 24px;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.95) 0%, rgba(8, 13, 26, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 5px solid var(--team-accent, #6c24df);
  border-radius: 10px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.tm-banner-card:hover {
  transform: translateX(4px);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.tm-banner-identity {
  display: flex;
  align-items: center;
  gap: 16px;
}

.tm-banner-identity h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
  color: var(--team-accent, #ffd000);
  margin: 0;
  line-height: 1.1;
}

.tm-banner-details .tm-location {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 800;
  color: #ffd000;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.tm-banner-details p {
  color: #cbd5e1;
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
}

.tm-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--team-accent, rgba(255, 255, 255, 0.25));
  border-radius: 6px;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.2s ease;
}

.tm-banner-btn:hover {
  background: var(--team-accent, #6c24df);
  color: #fff;
  box-shadow: 0 0 14px rgba(108, 36, 223, 0.4);
}

.tm-guide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.tm-guide-card {
  padding: 28px;
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.8) 0%, rgba(15, 23, 42, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
}

.tm-guide-card h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: #ffd000;
  margin: 0 0 10px;
}

.tm-guide-card p {
  color: #cbd5e1;
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
}

.tm-table-wrap {
  overflow-x: auto;
}

.tm-compare-table {
  width: 100%;
  border-collapse: collapse;
}

.tm-compare-table th {
  padding: 12px 18px;
  background: #1e1b4b;
  color: #a963ff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-align: left;
}

.tm-compare-table td {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #cbd5e1;
  font-size: 0.92rem;
}

.tm-table-team {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tm-table-team strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--team-accent, #fff);
}

.tm-table-link {
  color: #ffd000;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.tm-table-link:hover {
  color: #fff;
}

.tm-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tm-news-card {
  padding: 20px;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.tm-news-card:hover {
  transform: translateY(-4px);
  border-color: #a963ff;
}

.tm-news-card time {
  display: block;
  font-size: 0.75rem;
  color: #94a3b8;
  margin-bottom: 4px;
}

.tm-news-cat {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  color: #ffd000;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.tm-news-card h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tm-explore-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.tm-explore-tile {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.tm-explore-tile:hover {
  transform: translateY(-4px);
}

.tm-explore-tile svg {
  width: 32px;
  height: 32px;
}

.tm-explore-tile strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tile-purple { border-top: 4px solid #a963ff; }
.tile-purple svg { color: #a963ff; }
.tile-yellow { border-top: 4px solid #ffd000; }
.tile-yellow svg { color: #ffd000; }
.tile-blue { border-top: 4px solid #38bdf8; }
.tile-blue svg { color: #38bdf8; }
.tile-green { border-top: 4px solid #34d399; }
.tile-green svg { color: #34d399; }

.tm-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tm-faq-item {
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
}

.tm-faq-item summary {
  padding: 16px 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tm-faq-item p {
  padding: 0 20px 16px;
  color: #cbd5e1;
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 1024px) {
  .tm-banner-card { grid-template-columns: 1fr; gap: 12px; }
  .tm-guide-grid { grid-template-columns: 1fr; }
  .tm-news-grid { grid-template-columns: 1fr; }
  .tm-explore-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .tm-explore-grid { grid-template-columns: 1fr; }
  .tm-hero { padding: 40px 20px; }
}

/* Premium data-driven team detail template */
body.team-detail-body {
  background:
    radial-gradient(circle at 18% 7%, rgba(122, 63, 242, 0.16), transparent 34rem),
    radial-gradient(circle at 84% 30%, rgba(255, 212, 0, 0.075), transparent 30rem),
    linear-gradient(180deg, #0b1732 0%, #09162e 48%, #0b1b37 100%);
}

body.team-detail-body .site-shell {
  background: linear-gradient(180deg, #0b1732 0%, #09152c 48%, #0b1a36 100%);
}

.td-page {
  --td-surface: #0a1025;
  --td-surface-2: #0d1530;
  --td-border: rgba(146, 160, 202, 0.22);
}

.td-mobile-slider-shell {
  position: relative;
  min-width: 0;
}

.td-slider-control {
  position: absolute;
  z-index: 8;
  top: 52%;
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(10, 16, 37, 0.94);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.36);
  transform: translateY(-50%);
  cursor: pointer;
}

.td-slider-control:hover {
  border-color: #ffd400;
  color: #ffd400;
}

.td-slider-control svg {
  width: 20px;
  height: 20px;
}

.td-slider-prev { left: 5px; }
.td-slider-next { right: 5px; }

.td-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  min-height: 590px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--team-accent) 48%, #283351);
  border-radius: 8px;
  isolation: isolate;
  background: #050817;
}

.td-hero::before,
.td-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.td-hero::before {
  z-index: -3;
  background-image: linear-gradient(90deg, rgba(4, 7, 21, 0.98) 0%, rgba(5, 8, 24, 0.93) 38%, rgba(15, 5, 32, 0.55) 66%, rgba(5, 8, 23, 0.45) 100%), var(--td-hero-bg);
  background-position: center;
  background-size: cover;
  filter: saturate(0.75) contrast(1.08);
  transform: scale(1.01);
}

.td-hero::after {
  z-index: -2;
  background: radial-gradient(circle at 74% 42%, color-mix(in srgb, var(--team-accent) 36%, transparent), transparent 35%), linear-gradient(180deg, transparent 52%, rgba(4, 7, 20, 0.98) 100%);
}

.td-hero-copy {
  position: relative;
  z-index: 6;
  align-self: start;
  padding: 58px 24px 160px 52px;
}

.td-hero-copy .eyebrow {
  margin: 0 0 15px;
  color: color-mix(in srgb, var(--team-accent) 70%, #ffffff);
  font: 800 14px/1.2 "Inter", sans-serif;
  text-transform: uppercase;
}

.td-hero-copy h1 {
  max-width: 620px;
  margin: 0;
  color: #ffffff;
  font: 900 68px/0.92 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.td-hero-copy h1 span {
  display: block;
  margin-top: 8px;
  color: #ffd400;
  font-size: 0.72em;
}

.td-hero-tagline {
  max-width: 590px;
  margin: 20px 0 8px;
  color: #ffffff;
  font: 800 21px/1.2 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.td-hero-copy > p:not(.eyebrow):not(.td-hero-tagline) {
  max-width: 600px;
  margin: 0;
  color: #cbd5eb;
  font: 400 16px/1.6 "Inter", sans-serif;
}

.td-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 26px;
}

.td-hero-actions a {
  min-height: 50px;
}

.td-hero-actions svg {
  width: 18px;
  height: 18px;
}

.td-live-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  color: #ffffff;
  font: 800 14px/1 "Inter", sans-serif;
  text-transform: uppercase;
}

.td-hero-art {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 450px;
  overflow: hidden;
}

.td-hero-reference .td-hero-mark,
.td-hero-reference .td-hero-player {
  display: none;
}

.td-hero-reference {
  display: block;
  min-height: 640px;
}

.td-hero-reference .td-hero-copy {
  width: 44%;
  max-width: 670px;
}

.td-hero-reference .td-hero-art {
  display: none;
}

.td-hero-reference-media {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  pointer-events: none;
}

.td-hero-reference-image {
  display: block;
  width: 100%;
  height: auto;
}

.td-hero-reference::before {
  background: #050817;
  filter: none;
  transform: none;
}

.td-hero-reference::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 6, 20, 0.94) 0%, rgba(4, 7, 22, 0.72) 33%, rgba(4, 7, 22, 0.08) 57%, transparent 76%),
    linear-gradient(180deg, transparent 67%, rgba(4, 7, 20, 0.96) 91%, #040714 100%);
}

.td-hero-mark {
  position: absolute;
  z-index: 0;
  top: 35px;
  right: 7%;
  width: 470px;
  aspect-ratio: 1;
  border: 2px solid color-mix(in srgb, var(--team-accent) 42%, transparent);
  transform: rotate(45deg);
  opacity: 0.55;
}

.td-hero-player {
  position: absolute;
  bottom: -26px;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.5));
}

.td-hero-player-left {
  z-index: 1;
  left: -8%;
  width: 47%;
  opacity: 0.9;
}

.td-hero-player-center {
  z-index: 3;
  left: 21%;
  width: 53%;
}

.td-hero-player-right {
  z-index: 2;
  right: -6%;
  width: 46%;
  opacity: 0.93;
}

.td-hero-logo {
  position: absolute;
  z-index: 5;
  top: 24px;
  right: 24px;
  width: 94px;
  height: 94px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.55));
}

.td-hero-facts {
  position: absolute;
  z-index: 8;
  right: 28px;
  bottom: 24px;
  left: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--team-accent) 44%, #263252);
  border-radius: 7px;
  background: rgba(4, 7, 23, 0.9);
  backdrop-filter: blur(14px);
}

.td-hero-facts > div {
  min-width: 0;
  padding: 15px 18px;
  border-right: 1px solid rgba(140, 155, 202, 0.22);
}

.td-hero-facts > div:last-child { border-right: 0; }
.td-hero-facts dt { display: flex; align-items: center; gap: 7px; color: #aeb9d3; font: 800 12px/1.2 "Inter", sans-serif; text-transform: uppercase; }
.td-hero-facts dt svg { width: 16px; height: 16px; color: var(--team-accent); }
.td-hero-facts dd { display: grid; gap: 2px; margin: 7px 0 0; color: #ffffff; font: 900 19px/1.05 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.td-hero-facts dd span { color: #aab5ce; font: 600 12px/1.35 "Inter", sans-serif; text-transform: none; }

.td-nav { justify-content: center; margin-bottom: 52px; }

@media (min-width: 901px) {
  .team-silo-nav,
  .td-nav {
    top: 92px !important;
  }
  .td-page .team-silo-section {
    scroll-margin-top: 152px !important;
  }
}

@media (max-width: 900px) {
  .team-silo-nav,
  .td-nav {
    top: 8px !important;
  }
}

.td-page .team-silo-section { scroll-margin-top: 138px; }
.td-overview { padding: 8px 0 0; }
.td-overview dl { border-top-color: color-mix(in srgb, var(--team-accent) 50%, rgba(133, 151, 209, 0.25)); }
.td-composition { margin-bottom: 52px; }

.td-page > .team-silo-section:nth-of-type(4n + 2) {
  position: relative;
  isolation: isolate;
}

.td-page > .team-silo-section:nth-of-type(4n + 2)::before {
  position: absolute;
  z-index: -1;
  inset: -24px -18px;
  border-block: 1px solid rgba(133, 151, 209, 0.1);
  background: linear-gradient(90deg, rgba(11, 17, 40, 0.45), rgba(6, 10, 25, 0.12));
  content: "";
  pointer-events: none;
}

.td-season-context {
  margin-top: 18px;
  border-top: 1px solid var(--td-border);
}

.td-season-context > summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  color: var(--team-accent);
  font: 800 14px/1.25 "Inter", sans-serif;
  list-style: none;
  cursor: pointer;
}

.td-season-context > summary::-webkit-details-marker {
  display: none;
}

.td-season-context > summary svg {
  width: 18px;
  height: 18px;
  transition: transform 180ms ease;
}

.td-season-context[open] > summary svg {
  transform: rotate(180deg);
}

.td-season-context > div {
  padding-bottom: 4px;
}

.td-registration-note {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 15px;
  margin: -22px 0 22px;
  padding: 18px 20px;
  border-left: 3px solid var(--team-accent);
  background: color-mix(in srgb, var(--team-accent) 9%, #081027);
}

.td-registration-note > svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid color-mix(in srgb, var(--team-accent) 55%, #405078);
  border-radius: 50%;
  color: var(--team-accent);
}

.td-registration-note strong {
  color: #ffffff;
  font: 900 20px/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.td-registration-note p {
  margin: 5px 0 0;
  color: #b4c0da;
  font: 500 15px/1.6 "Inter", sans-serif;
}

.td-key-player-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.td-key-player {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 0.82fr) minmax(0, 1.18fr);
  min-height: 310px;
  overflow: hidden;
  border-top: 1px solid color-mix(in srgb, var(--team-accent) 70%, #38415b);
  border-bottom: 1px solid rgba(135, 151, 198, 0.2);
  background: linear-gradient(120deg, color-mix(in srgb, var(--team-accent) 18%, #090e22), #080d20 68%);
}

.td-key-player-image {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.td-key-player-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 62%, #080d20 100%); }
.td-key-player-image img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.td-key-player > div:last-child { position: relative; z-index: 2; align-self: center; padding: 24px 22px 24px 10px; }
.td-key-player p, .td-key-player h3, .td-key-player span { margin: 0; }
.td-key-player p { color: var(--team-accent); font: 800 13px/1.3 "Inter", sans-serif; text-transform: uppercase; }
.td-key-player h3 { margin-top: 8px; color: #fff; font: 900 30px/0.95 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.td-key-player span { display: block; margin-top: 8px; color: #9ca9c7; font: 600 13px/1.35 "Inter", sans-serif; }
.td-key-player dl { display: grid; gap: 7px; margin: 17px 0 0; }
.td-key-player dl div { min-width: 0; }
.td-key-player dt { color: #7f8daf; font: 700 11px/1.2 "Inter", sans-serif; text-transform: uppercase; }
.td-key-player dd { margin: 2px 0 0; color: #dce4f5; font: 700 13px/1.35 "Inter", sans-serif; overflow-wrap: anywhere; }
.td-key-player a { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; margin-top: 14px; color: #ffd400; font: 800 13px/1.2 "Inter", sans-serif; }
.td-key-player a svg { width: 17px; height: 17px; }

.td-competition-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr); gap: 18px; }
.td-competition-grid > article { min-height: 240px; border-block: 1px solid var(--td-border); background: linear-gradient(135deg, rgba(11, 17, 40, 0.9), rgba(6, 11, 27, 0.82)); }
.td-competition-grid > article:first-child { display: grid; grid-template-columns: 70px minmax(0, 1fr); align-items: start; gap: 20px; padding: 34px; }
.td-competition-grid > article:first-child > svg { width: 52px; height: 52px; padding: 13px; color: #20d9ff; border: 1px solid rgba(32, 217, 255, 0.34); border-radius: 50%; }
.td-competition-grid small { color: #9aa8c8; font: 800 11px/1.3 "Inter", sans-serif; text-transform: uppercase; }
.td-competition-grid h3 { margin: 7px 0 10px; color: #fff; font: 900 28px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.td-competition-grid p { margin: 0; color: #aebbd8; font: 400 15px/1.6 "Inter", sans-serif; }
.td-competition-grid a { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: #ffd400; font: 800 13px/1.2 "Inter", sans-serif; }
.td-standing-card { padding: 28px; }
.td-standing-card > div { display: grid; grid-template-columns: 68px minmax(0, 1fr); align-items: center; }
.td-standing-card > div small { grid-column: 1 / -1; }
.td-standing-card > div strong { grid-row: 2 / 4; color: var(--team-accent); font: 900 44px/1 "Barlow Condensed", sans-serif; }
.td-standing-card > div span { color: #fff; font: 800 20px/1.2 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.td-standing-card dl { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 20px 0 16px; border-block: 1px solid var(--td-border); }
.td-standing-card dl div { padding: 10px 4px; text-align: center; }
.td-standing-card dt { color: #8795b6; font: 800 10px/1.2 "Inter", sans-serif; }
.td-standing-card dd { margin: 5px 0 0; color: #fff; font: 900 18px/1 "Barlow Condensed", sans-serif; }

.td-results-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  min-height: 230px;
  padding: 34px;
  border-block: 1px solid var(--td-border);
  background: linear-gradient(135deg, rgba(11, 17, 40, 0.9), rgba(6, 11, 27, 0.82));
}

.td-results-card > svg {
  width: 56px;
  height: 56px;
  padding: 14px;
  border: 1px solid rgba(32, 217, 255, 0.34);
  border-radius: 50%;
  color: #20d9ff;
}

.td-results-card small {
  color: #9aa8c8;
  font: 800 11px/1.3 "Inter", sans-serif;
  text-transform: uppercase;
}

.td-results-card h3 {
  margin: 7px 0 10px;
  color: #fff;
  font: 900 30px/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.td-results-card p {
  max-width: 820px;
  margin: 0;
  color: #aebbd8;
  font: 400 15px/1.65 "Inter", sans-serif;
}

.td-results-card > div > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.td-results-card a {
  min-width: 150px;
}

.td-standings-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 18px;
}

.td-standings-grid > * {
  min-height: 260px;
  border-block: 1px solid var(--td-border);
  background: linear-gradient(135deg, rgba(11, 17, 40, 0.9), rgba(6, 11, 27, 0.82));
}

.td-standings-grid > aside {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 32px;
}

.td-standings-grid > aside > svg {
  width: 52px;
  height: 52px;
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--team-accent) 55%, #34415f);
  border-radius: 50%;
  color: var(--team-accent);
}

.td-standings-grid h3 {
  margin: 2px 0 10px;
  color: #fff;
  font: 900 27px/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.td-standings-grid aside p {
  margin: 0;
  color: #aebbd8;
  font: 400 15px/1.65 "Inter", sans-serif;
}

.td-standings-grid aside a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 20px;
  color: #ffd400;
  font: 800 13px/1.2 "Inter", sans-serif;
}

.td-standings-grid aside a svg {
  width: 17px;
  height: 17px;
}

.td-venue-watch { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr); gap: 18px; }
.td-venue-feature { position: relative; min-height: 430px; overflow: hidden; border-radius: 7px; }
.td-venue-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(4, 7, 22, 0.98) 90%); }
.td-venue-feature > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.td-venue-feature > div { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 80px 30px 28px; }
.td-venue-feature h2, .td-watch-panel h2 { margin: 5px 0 10px; color: #fff; font: 900 34px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.td-venue-feature p, .td-watch-panel p { max-width: 720px; margin: 0; color: #c3cee5; font: 400 15px/1.6 "Inter", sans-serif; }
.td-venue-feature a { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: #ffd400; font: 800 13px/1.2 "Inter", sans-serif; }
.td-venue-feature .td-venue-links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.td-venue-feature .td-venue-links a:last-child { color: #b5c0d8; font-size: 12px; }
.td-watch-panel { padding: 34px; border: 1px solid color-mix(in srgb, var(--team-accent) 42%, #283351); border-radius: 7px; background: linear-gradient(145deg, color-mix(in srgb, var(--team-accent) 18%, #0a1027), #070c1c 72%); }
.td-watch-panel > svg { width: 56px; height: 56px; margin-bottom: 24px; color: #20d9ff; }
.td-watch-panel .primary-button { margin-top: 26px; }

.td-history { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr); gap: 52px; padding-block: 36px; border-block: 1px solid var(--td-border); }
.td-history h2 { margin: 6px 0 15px; color: #fff; font: 900 36px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.td-history > div > p:not(.eyebrow) { max-width: 850px; margin: 0; color: #b7c3dd; font: 400 16px/1.7 "Inter", sans-serif; }
.td-history > div > p + p { margin-top: 14px; }
.td-history aside { display: flex; flex-direction: column; justify-content: center; padding-left: 34px; border-left: 1px solid color-mix(in srgb, var(--team-accent) 38%, rgba(135, 151, 198, 0.2)); }
.td-history aside > span { color: #ffd400; font: 900 82px/0.85 "Barlow Condensed", sans-serif; }
.td-history aside > strong { margin: 8px 0; color: #fff; font: 900 23px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.td-history aside p { color: #aeb9d2; font: 400 14px/1.55 "Inter", sans-serif; }
.td-history aside a { display: inline-flex; align-items: center; gap: 7px; min-height: 40px; margin-top: 4px; color: #c1cbed; font: 700 13px/1.35 "Inter", sans-serif; }
.td-history aside a svg { width: 14px; height: 14px; }

.td-team-news { margin-bottom: 48px; scroll-margin-top: 118px; }
.td-team-news > a { grid-template-columns: 160px minmax(0, 1fr) 20px; min-height: 112px; }
.td-team-news > a img { width: 160px; height: 96px; object-fit: cover; }
.td-team-news > a small { font-size: 13px; }

.td-tickets {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(380px, 0.65fr);
  gap: 48px;
  align-items: center;
  padding: 34px;
  border: 1px solid color-mix(in srgb, var(--team-accent) 40%, #293454);
  border-radius: 7px;
  background:
    linear-gradient(120deg, color-mix(in srgb, var(--team-accent) 14%, #0a1027), rgba(6, 10, 27, 0.94)),
    #080d20;
}

.td-tickets h2 {
  margin: 6px 0 12px;
  color: #fff;
  font: 900 36px/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.td-tickets > div > p:not(.eyebrow) {
  max-width: 780px;
  margin: 0;
  color: #b6c1dc;
  font: 400 15px/1.7 "Inter", sans-serif;
}

.td-ticket-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.td-ticket-actions a {
  min-width: 175px;
}

.td-tickets dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(137, 151, 191, 0.22);
  border-radius: 6px;
}

.td-tickets dl div {
  min-width: 0;
  padding: 17px;
  border-right: 1px solid rgba(137, 151, 191, 0.18);
  border-bottom: 1px solid rgba(137, 151, 191, 0.18);
}

.td-tickets dl div:nth-child(2n) {
  border-right: 0;
}

.td-tickets dl div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.td-tickets dt {
  color: #8f9dbc;
  font: 700 10px/1.25 "Inter", sans-serif;
  text-transform: uppercase;
}

.td-tickets dd {
  margin: 7px 0 0;
  color: #ffd400;
  font: 900 25px/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.td-ticket-source {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0 0;
  color: #aeb9d2;
  font: 600 13px/1.4 "Inter", sans-serif;
}

.td-ticket-source svg {
  width: 17px;
  height: 17px;
  color: var(--team-accent);
}

.td-faq > div:last-child { border-top: 1px solid var(--td-border); }
.td-faq details { border-bottom: 1px solid var(--td-border); }
.td-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 4px; color: #fff; font: 800 16px/1.35 "Inter", sans-serif; cursor: pointer; }
.td-faq summary svg { width: 18px; height: 18px; flex: 0 0 auto; color: var(--team-accent); }
.td-faq details[open] summary svg { transform: rotate(45deg); }
.td-faq details p { max-width: 900px; margin: 0; padding: 0 4px 20px; color: #aebbd8; font: 400 15px/1.65 "Inter", sans-serif; }

.td-other-teams > div:last-child { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.td-other-teams > div:last-child > a { display: grid; grid-template-columns: 58px minmax(0, 1fr) 18px; align-items: center; gap: 13px; min-height: 86px; padding: 11px 14px; border-left: 3px solid var(--other-team); background: rgba(10, 16, 39, 0.86); }
.td-other-teams img { width: 56px; height: 56px; padding: 3px; object-fit: contain; object-position: center; }
.td-other-teams span { display: grid; gap: 4px; }
.td-other-teams strong { color: #fff; font: 800 17px/1.15 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.td-other-teams small { color: #96a4c3; font: 600 12px/1.3 "Inter", sans-serif; }
.td-other-teams a > svg { width: 18px; height: 18px; color: var(--other-team); }

@media (max-width: 1180px) {
  .td-hero { grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr); }
  .td-hero-copy { padding-left: 38px; }
  .td-hero-copy h1 { font-size: 58px; }
  .td-key-player { grid-template-columns: minmax(125px, 0.76fr) minmax(0, 1.24fr); }
  .td-key-player h3 { font-size: 25px; }
}

@media (max-width: 900px) {
  .td-hero { display: block; min-height: 940px; }
  .td-hero-copy { width: 100%; padding: 46px 36px 18px; }
  .td-hero-copy h1 { max-width: 640px; font-size: 58px; }
  .td-hero-copy > p:not(.eyebrow):not(.td-hero-tagline) { max-width: 650px; }
  .td-hero-art { position: absolute; right: 0; bottom: 118px; left: 0; min-height: 430px; }
  .td-hero-player-left { left: 2%; width: 34%; }
  .td-hero-player-center { left: 31%; width: 39%; }
  .td-hero-player-right { right: 0; width: 34%; }
  .td-hero-logo { top: 4px; right: 18px; width: 76px; height: 76px; }
  .td-hero-facts { right: 18px; bottom: 18px; left: 18px; }
  .td-hero-reference {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-bottom: 148px;
  }
  .td-hero-reference .td-hero-copy {
    order: 1;
    width: 100%;
    max-width: none;
  }
  .td-hero-reference-media {
    position: relative;
    order: 2;
  }
  .td-hero-reference-image {
    filter: brightness(1.1) saturate(1.04);
  }
  .td-hero-reference::after {
    background: linear-gradient(180deg, rgba(3, 6, 20, 0.04) 0%, rgba(4, 7, 20, 0.28) 78%, rgba(4, 7, 20, 0.62) 100%);
  }
  .td-key-player-grid { grid-template-columns: 1fr; }
  .td-key-player { min-height: 290px; grid-template-columns: minmax(210px, 0.7fr) minmax(0, 1.3fr); }
  .td-competition-grid, .td-standings-grid, .td-venue-watch, .td-history, .td-tickets { grid-template-columns: 1fr; }
  .td-history aside { padding: 24px 0 0; border-top: 1px solid var(--td-border); border-left: 0; }
  .td-other-teams > div:last-child { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .site-footer {
    display: grid;
    gap: 18px;
    padding-inline: 18px;
  }

  .site-footer nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .site-footer nav details {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .site-footer nav summary {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 46px;
    margin: 0;
    padding-right: 28px;
    cursor: pointer;
  }

  .site-footer nav summary::after {
    position: absolute;
    right: 4px;
    color: #ffd400;
    content: "+";
    font-size: 20px;
    line-height: 1;
  }

  .site-footer nav details[open] summary::after {
    content: "-";
  }

  .site-footer nav details > div {
    padding: 0 0 10px;
  }

  .site-footer a {
    min-height: 38px;
    font-size: 14px !important;
  }

  .site-footer .legal {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 14px;
  }

  .site-footer .legal span {
    flex-basis: 100%;
    line-height: 1.55;
  }

  .td-page { width: calc(100% - 20px); }
  .team-silo-heading h2 {
    max-width: 22ch;
    text-wrap: balance;
  }
  .td-slider-control {
    display: flex;
    background: rgba(10, 16, 37, 0.96);
    backdrop-filter: blur(8px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5);
  }
  .td-slider-prev { left: -2px; }
  .td-slider-next { right: -2px; }
  .td-hero::before {
    background-image: linear-gradient(90deg, rgba(4, 7, 21, 0.98) 0%, rgba(5, 8, 24, 0.93) 38%, rgba(15, 5, 32, 0.55) 66%, rgba(5, 8, 23, 0.45) 100%), var(--td-hero-bg-mobile);
  }
  .td-hero-reference-image { width: 100%; }
  .td-responsive-title {
    max-width: 18ch;
    font-size: 28px !important;
    line-height: 1.02 !important;
    text-wrap: balance;
  }
  .td-hero { min-height: 860px; }
  .td-hero-reference { min-height: 0; }
  .td-hero-copy { padding: 30px 20px 12px; }
  .td-hero-copy h1 { font-size: 46px; line-height: 0.94; }
  .td-hero-tagline { margin-top: 16px; font-size: 19px; }
  .td-hero-copy > p:not(.eyebrow):not(.td-hero-tagline) { font-size: 15px; line-height: 1.55; }
  .td-hero-actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 20px; }
  .td-hero-actions .primary-button, .td-hero-actions .secondary-button { width: 100%; padding-inline: 12px; }
  .td-live-link { grid-column: 1 / -1; min-height: 38px !important; }
  .td-hero-art { bottom: 178px; min-height: 310px; }
  .td-hero-player-left { left: -7%; width: 43%; }
  .td-hero-player-center { left: 26%; width: 49%; }
  .td-hero-player-right { right: -7%; width: 43%; }
  .td-hero-logo { display: none; }
  .td-hero-mark { top: 38px; right: 8%; width: 260px; }
  .td-hero-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .td-hero-facts > div { padding: 12px 13px; }
  .td-hero-facts > div:nth-child(2) { border-right: 0; }
  .td-hero-facts > div:nth-child(-n + 2) { border-bottom: 1px solid rgba(140, 155, 202, 0.22); }
  .td-hero-facts dd { font-size: 16px; }
  .td-nav {
    justify-content: flex-start;
    margin-bottom: 38px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .td-nav::-webkit-scrollbar {
    display: none;
  }
  .td-key-player-grid {
    display: flex;
    gap: 12px;
    margin-inline: -2px;
    padding: 0 26px 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-padding-inline: 26px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .td-key-player-grid::-webkit-scrollbar { display: none; }
  .td-key-player { flex: 0 0 min(86vw, 360px); grid-template-columns: 46% 54%; min-height: 270px; scroll-snap-align: start; }
  .td-key-player > div:last-child { padding: 18px 14px 18px 4px; }
  .td-key-player h3 { font-size: 23px; }
  .td-key-player a { margin-top: 12px; font-size: 13px; }
  .td-key-player dl { margin-top: 13px; }
  .td-key-player dt { font-size: 10px; }
  .td-key-player dd { font-size: 12px; }
  .td-competition-grid { grid-template-columns: 1fr; }
  .td-competition-grid > article:first-child { grid-template-columns: 48px minmax(0, 1fr); gap: 14px; padding: 24px 18px; }
  .td-competition-grid > article:first-child > svg { width: 44px; height: 44px; padding: 10px; }
  .td-standing-card { padding: 22px 18px; }
  .td-standing-card > div {
    grid-template-columns: 78px minmax(0, 1fr);
    column-gap: 12px;
  }
  .td-standing-card > div strong {
    grid-column: 1;
    grid-row: 2;
    font-size: 40px;
  }
  .td-standing-card > div span {
    grid-column: 2;
    grid-row: 2;
    min-width: 0;
    font-size: 18px;
    line-height: 1.05;
  }
  .td-results-card { grid-template-columns: 48px minmax(0, 1fr); gap: 14px; padding: 24px 18px; }
  .td-results-card > svg { width: 44px; height: 44px; padding: 10px; }
  .td-results-card h3 { font-size: 25px; }
  .td-results-card > div > div { display: grid; }
  .td-results-card a { width: 100%; }
  .td-standings-grid > aside { grid-template-columns: 46px minmax(0, 1fr); gap: 14px; padding: 24px 18px; }
  .td-standings-grid > aside > svg { width: 42px; height: 42px; padding: 9px; }
  .td-venue-watch { grid-template-columns: 1fr; }
  .td-venue-feature { min-height: 390px; }
  .td-venue-feature > div, .td-watch-panel { padding: 24px 20px; }
  .td-history { gap: 24px; padding-block: 28px; }
  .td-history h2 { font-size: 31px; }
  .td-team-news > a { grid-template-columns: 96px minmax(0, 1fr) 16px; }
  .td-team-news > a img { width: 96px; height: 72px; }
  .td-team-news { scroll-margin-top: 104px; }
  .td-tickets { gap: 26px; padding: 26px 20px; }
  .td-tickets h2 { font-size: 31px; }
  .td-ticket-actions { display: grid; }
  .td-ticket-actions a { width: 100%; }
  .td-faq summary { font-size: 14px; }
  .td-other-teams > div:last-child { grid-template-columns: 1fr; }
  .team-squad-grid {
    display: flex;
    gap: 12px;
    margin-inline: -2px;
    padding: 0 26px 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-padding-inline: 26px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .team-squad-grid::-webkit-scrollbar { display: none; }
  .team-player-card {
    flex: 0 0 min(66vw, 260px);
    scroll-snap-align: start;
  }
  .team-player-image {
    height: auto;
  }
  .team-roster-more > summary {
    min-height: 66px;
  }
  .team-roster-more > summary strong {
    font-size: 22px;
  }
  .team-roster-more > summary small {
    display: none;
  }
  .team-roster-compact { grid-template-columns: 1fr; }
  .team-squad-composition > div:last-child {
    grid-column: 1 / -1;
  }
  .td-page > .team-silo-section:nth-of-type(4n + 2)::before {
    inset: -18px -10px;
  }
}

@media (max-width: 380px) {
  .td-hero { min-height: 850px; }
  .td-hero-copy h1 { font-size: 41px; }
  .td-hero-actions { grid-template-columns: 1fr; }
  .td-live-link { grid-column: auto; }
  .td-hero-art { bottom: 188px; min-height: 280px; }
  .td-hero-facts dd span { font-size: 10px; }
}

/* Team fixture hubs */
.team-fixtures-hub {
  width: min(1428px, calc(100% - 40px));
  margin: 0 auto 72px;
  color: #f7f9ff;
}

.tfh-hero {
  position: relative;
  display: grid;
  min-height: 510px;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--team-accent) 44%, #263354);
  border-radius: 8px;
  background: #070b1d;
  isolation: isolate;
}

.tfh-hero::before,
.tfh-hero::after {
  position: absolute;
  inset: 0;
  content: "";
}

.tfh-hero::before {
  z-index: -3;
  background: var(--tfh-bg) center / cover no-repeat;
  opacity: 0.52;
}

.tfh-hero::after {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 8, 24, 0.98) 0%, rgba(5, 8, 24, 0.88) 40%, rgba(5, 8, 24, 0.18) 76%, rgba(5, 8, 24, 0.35) 100%),
    linear-gradient(0deg, #050818 0%, transparent 42%);
}

.tfh-hero-copy {
  z-index: 2;
  align-self: center;
  padding: 48px 26px 118px 48px;
}

.tfh-hero-copy .eyebrow,
.tfh-intro .eyebrow,
.tfh-schedule .eyebrow,
.tfh-support-grid .eyebrow,
.tfh-faq .eyebrow {
  color: var(--team-accent);
}

.tfh-hero-copy h1 {
  max-width: 760px;
  margin: 10px 0 16px;
  color: #fff;
  font: 900 64px/0.92 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.tfh-hero-copy h1 span {
  display: block;
  margin-top: 7px;
  color: var(--team-accent);
  font-size: 0.72em;
}

.tfh-hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0;
  color: #d4dbef;
  font: 500 17px/1.58 "Inter", sans-serif;
}

.tfh-hero-copy > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.tfh-hero-copy a {
  min-width: 160px;
}

.tfh-hero-art {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.tfh-player {
  position: absolute;
  right: 4%;
  bottom: 76px;
  width: min(440px, 78%);
  height: auto;
  max-height: 430px;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.52));
}

.tfh-logo {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 96px;
  height: 96px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.5));
}

.tfh-facts {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 18px;
  left: 22px;
  display: grid;
  grid-template-columns: 0.8fr 0.8fr 1.5fr 0.9fr;
  margin: 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--team-accent) 38%, #2a3556);
  border-radius: 6px;
  background: rgba(7, 10, 30, 0.92);
  backdrop-filter: blur(12px);
}

.tfh-facts > div {
  min-width: 0;
  padding: 14px 18px;
  border-right: 1px solid rgba(143, 156, 196, 0.2);
}

.tfh-facts > div:last-child {
  border-right: 0;
}

.tfh-facts dt {
  color: #9ba7c6;
  font: 700 10px/1.2 "Inter", sans-serif;
  text-transform: uppercase;
}

.tfh-facts dd {
  margin: 6px 0 0;
  overflow-wrap: anywhere;
  color: #fff;
  font: 800 18px/1.15 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.tfh-nav {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  gap: 28px;
  margin: 0 0 44px;
  padding: 15px 22px;
  overflow-x: auto;
  border-bottom: 1px solid #202b47;
  background: rgba(4, 7, 20, 0.96);
  scrollbar-width: none;
}

.tfh-nav::-webkit-scrollbar {
  display: none;
}

.tfh-nav a {
  flex: 0 0 auto;
  color: #b7c0d9;
  font: 800 13px/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.tfh-nav a:hover,
.tfh-nav a:focus-visible {
  color: var(--team-accent);
}

.tfh-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 56px;
  align-items: start;
  margin: 0 0 54px;
  padding: 0 12px;
}

.tfh-intro h2,
.tfh-schedule h2,
.tfh-support-grid h2,
.tfh-faq h2 {
  margin: 5px 0 10px;
  color: #fff;
  font: 900 36px/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.tfh-intro p,
.tfh-support-grid p {
  margin: 0;
  color: #b8c2da;
  font: 500 16px/1.65 "Inter", sans-serif;
}

.tfh-intro aside {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 4px 12px;
  padding: 20px 0 20px 24px;
  border-left: 2px solid var(--team-accent);
}

.tfh-intro aside svg {
  grid-row: 1 / 3;
  width: 30px;
  height: 30px;
  color: var(--team-accent);
}

.tfh-intro aside strong {
  color: #fff;
  font: 800 16px/1.2 "Inter", sans-serif;
}

.tfh-intro aside p {
  font-size: 13px;
  line-height: 1.55;
}

.tfh-schedule {
  margin-bottom: 62px;
}

.tfh-fixture-list {
  overflow: hidden;
  border-top: 2px solid var(--team-accent);
  border-bottom: 1px solid #26314d;
}

.tfh-fixture-row {
  display: grid;
  grid-template-columns: 46px 125px 220px minmax(145px, 0.72fr) minmax(220px, 1fr) 118px;
  gap: 18px;
  align-items: center;
  min-height: 92px;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(132, 146, 184, 0.18);
  background: rgba(12, 17, 41, 0.6);
  color: #fff;
  transition: background 160ms ease, border-color 160ms ease;
}

.tfh-fixture-row:last-child {
  border-bottom: 0;
}

.tfh-fixture-row:hover,
.tfh-fixture-row:focus-visible {
  border-color: color-mix(in srgb, var(--team-accent) 45%, #26314d);
  background: color-mix(in srgb, var(--team-accent) 8%, #0c1129);
}

.tfh-match-number {
  color: #707d9f;
  font: 800 12px/1 "Inter", sans-serif;
}

.tfh-fixture-row time,
.tfh-opponent {
  display: grid;
  gap: 5px;
}

.tfh-fixture-row time strong,
.tfh-opponent strong {
  color: #fff;
  font: 800 17px/1.1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.tfh-fixture-row time span,
.tfh-opponent small {
  color: #98a5c5;
  font: 600 11px/1.25 "Inter", sans-serif;
}

.tfh-matchup {
  display: grid;
  grid-template-columns: 1fr 24px 1fr;
  gap: 6px;
  align-items: center;
}

.tfh-matchup > span {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: 0;
}

.tfh-matchup > span:last-child {
  justify-content: flex-end;
}

.tfh-matchup img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.tfh-matchup strong {
  color: #c8d0e4;
  font: 900 18px/1 "Barlow Condensed", sans-serif;
}

.tfh-matchup .is-focus strong {
  color: var(--team-accent);
}

.tfh-matchup > small {
  color: #9665ff;
  font: 900 14px/1 "Barlow Condensed", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.tfh-venue {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #aeb9d3;
  font: 600 12px/1.4 "Inter", sans-serif;
}

.tfh-venue svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  color: var(--team-accent);
}

.tfh-open {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: flex-end;
  color: var(--team-accent);
  font: 800 12px/1 "Inter", sans-serif;
  text-transform: uppercase;
}

.tfh-open svg {
  width: 17px;
  height: 17px;
}

.tfh-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.75fr);
  gap: 18px;
  margin-bottom: 58px;
}

.tfh-venue-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid #283453;
  border-radius: 6px;
  background: #0b1028;
}

.tfh-venue-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 9, 25, 0.96) 0%, rgba(6, 9, 25, 0.72) 48%, rgba(6, 9, 25, 0.08) 100%);
  content: "";
}

.tfh-venue-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tfh-venue-card > div {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 34px;
  width: min(430px, calc(100% - 68px));
  transform: translateY(-50%);
}

.tfh-venue-card a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 20px;
  color: var(--team-accent);
  font: 800 13px/1 "Inter", sans-serif;
  text-transform: uppercase;
}

.tfh-venue-card a svg {
  width: 17px;
  height: 17px;
}

.tfh-updates-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 360px;
  padding: 34px;
  border: 1px solid color-mix(in srgb, var(--team-accent) 38%, #283453);
  border-radius: 6px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--team-accent) 10%, #0c1129), #090d21);
}

.tfh-updates-card > svg {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  padding: 9px;
  border: 1px solid var(--team-accent);
  border-radius: 50%;
  color: var(--team-accent);
}

.tfh-updates-card > div {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-top: 24px;
}

.tfh-updates-card a {
  flex: 1;
  min-width: 0;
}

.tfh-faq {
  margin-bottom: 0;
}

@media (max-width: 1120px) {
  .tfh-hero {
    grid-template-columns: minmax(0, 1fr) 410px;
  }
  .tfh-hero-copy {
    padding-left: 34px;
  }
  .tfh-hero-copy h1 {
    font-size: 55px;
  }
  .tfh-fixture-row {
    grid-template-columns: 34px 112px 190px minmax(200px, 1fr) 34px;
  }
  .tfh-opponent {
    display: none;
  }
  .tfh-open {
    font-size: 0;
  }
}

@media (max-width: 820px) {
  .team-fixtures-hub {
    width: calc(100% - 24px);
  }
  .tfh-hero {
    display: block;
    min-height: 820px;
  }
  .tfh-hero-copy {
    position: relative;
    z-index: 3;
    padding: 34px 28px 0;
  }
  .tfh-hero-copy h1 {
    max-width: 620px;
  }
  .tfh-hero-art {
    position: absolute;
    right: 0;
    bottom: 112px;
    left: 0;
    height: 350px;
  }
  .tfh-player {
    right: 8%;
    bottom: 0;
    width: min(390px, 62%);
    max-height: 350px;
  }
  .tfh-logo {
    top: 6px;
    right: 24px;
    width: 76px;
    height: 76px;
  }
  .tfh-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tfh-facts > div:nth-child(2) {
    border-right: 0;
  }
  .tfh-facts > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(143, 156, 196, 0.2);
  }
  .tfh-intro,
  .tfh-support-grid {
    grid-template-columns: 1fr;
  }
  .tfh-intro {
    gap: 24px;
  }
  .tfh-intro aside {
    padding: 18px 0;
    border-top: 1px solid #25304c;
    border-left: 0;
  }
  .tfh-fixture-row {
    grid-template-columns: 30px 104px minmax(180px, 1fr) 30px;
    gap: 12px;
  }
  .tfh-venue {
    grid-column: 2 / 4;
    padding-bottom: 4px;
  }
  .tfh-support-grid {
    gap: 14px;
  }
}

@media (max-width: 560px) {
  .team-fixtures-hub {
    width: calc(100% - 20px);
    margin-bottom: 48px;
  }
  .tfh-hero {
    min-height: 790px;
  }
  .tfh-hero-copy {
    padding: 28px 18px 0;
  }
  .tfh-hero-copy h1 {
    font-size: 43px;
  }
  .tfh-hero-copy > p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.5;
  }
  .tfh-hero-copy > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .tfh-hero-copy a {
    min-width: 0;
    padding-inline: 10px;
  }
  .tfh-hero-art {
    bottom: 136px;
    height: 280px;
  }
  .tfh-player {
    right: 2%;
    width: min(310px, 74%);
    max-height: 280px;
  }
  .tfh-logo {
    right: 16px;
    width: 60px;
    height: 60px;
  }
  .tfh-facts {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  .tfh-facts > div {
    padding: 11px 12px;
  }
  .tfh-facts dd {
    font-size: 15px;
  }
  .tfh-nav {
    margin-bottom: 34px;
    padding-inline: 10px;
  }
  .tfh-intro {
    margin-bottom: 40px;
    padding-inline: 2px;
  }
  .tfh-intro h2,
  .tfh-schedule h2,
  .tfh-support-grid h2,
  .tfh-faq h2 {
    font-size: 29px;
  }
  .tfh-fixture-row {
    grid-template-columns: 84px minmax(0, 1fr) 24px;
    gap: 10px;
    padding: 14px 10px;
  }
  .tfh-match-number {
    display: none;
  }
  .tfh-fixture-row time strong {
    font-size: 15px;
  }
  .tfh-fixture-row time span {
    font-size: 10px;
  }
  .tfh-matchup {
    grid-template-columns: 1fr 18px 1fr;
  }
  .tfh-matchup img {
    width: 36px;
    height: 36px;
  }
  .tfh-matchup strong {
    font-size: 16px;
  }
  .tfh-venue {
    grid-column: 1 / 3;
    font-size: 11px;
  }
  .tfh-open {
    grid-column: 3;
    grid-row: 1;
  }
  .tfh-venue-card {
    min-height: 410px;
  }
  .tfh-venue-card::after {
    background: linear-gradient(0deg, rgba(6, 9, 25, 0.98) 0%, rgba(6, 9, 25, 0.7) 66%, rgba(6, 9, 25, 0.12) 100%);
  }
  .tfh-venue-card > div {
    top: auto;
    right: 20px;
    bottom: 24px;
    left: 20px;
    width: auto;
    transform: none;
  }
  .tfh-updates-card {
    min-height: 330px;
    padding: 26px 20px;
  }
}

@media (max-width: 360px) {
  .tfh-hero {
    min-height: 820px;
  }
  .tfh-hero-copy h1 {
    font-size: 39px;
  }
  .tfh-hero-copy > div {
    grid-template-columns: 1fr;
  }
  .tfh-hero-art {
    bottom: 142px;
    height: 245px;
  }
  .tfh-player {
    max-height: 245px;
  }
  .tfh-updates-card > div {
    display: grid;
  }
}

/* Custom Mobile Navigation & Squad Slider Fixes */
nav.team-silo-nav,
nav.td-nav,
.team-silo-nav,
.td-nav {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

nav.team-silo-nav::-webkit-scrollbar,
nav.td-nav::-webkit-scrollbar,
.team-silo-nav::-webkit-scrollbar,
.td-nav::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}

@media (max-width: 900px) {
  .team-squad-grid {
    padding-left: 36px !important;
    padding-right: 36px !important;
    scroll-padding-inline: 36px !important;
  }
  .td-slider-control {
    z-index: 10 !important;
    background: rgba(10, 16, 37, 0.96) !important;
    backdrop-filter: blur(8px) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.6) !important;
  }
  .td-slider-prev {
    left: 4px !important;
  }
  .td-slider-next {
    right: 4px !important;
  }
}

/* Quick Answer / At a Glance Component */
.td-quick-answer {
  margin-bottom: 44px;
}

.td-quick-answer-card {
  position: relative;
  overflow: hidden;
  padding: 24px 26px;
  border: 1px solid color-mix(in srgb, var(--team-accent) 40%, rgba(133, 151, 209, 0.25));
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(14, 20, 46, 0.95), rgba(8, 12, 32, 0.92));
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.td-quick-answer-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--team-accent);
  content: "";
}

.td-quick-answer-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.td-quick-answer-header svg {
  width: 28px;
  height: 28px;
  color: #ffd400;
}

.td-quick-answer-header h2 {
  color: #ffffff;
  font: 900 24px/1.1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.td-quick-answer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.td-qa-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.td-qa-item:hover {
  border-color: color-mix(in srgb, var(--team-accent) 50%, rgba(255, 255, 255, 0.2));
  background: rgba(255, 255, 255, 0.04);
}

.td-qa-item svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: var(--team-accent);
}

.td-qa-item strong {
  display: block;
  color: #bec8e2;
  font: 800 12px/1.2 "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.td-qa-item p {
  margin: 4px 0 0;
  color: #ffffff;
  font: 600 14px/1.35 "Inter", sans-serif;
}

/* Next Match Tag in Hero */
.td-hero-next-match {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0 16px;
  padding: 8px 14px;
  border: 1px solid color-mix(in srgb, var(--team-accent) 50%, rgba(255, 212, 0, 0.4));
  border-radius: 20px;
  background: rgba(20, 10, 35, 0.75);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font: 600 13px/1.2 "Inter", sans-serif;
}

.td-hero-next-match svg {
  width: 16px;
  height: 16px;
  color: #ffd400;
}

.td-hero-next-match strong {
  color: #ffd400;
  font-weight: 800;
}

@media (max-width: 768px) {
  .td-quick-answer-card {
    padding: 18px 16px;
  }
  .td-quick-answer-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .td-hero-next-match {
    margin: 10px 0 14px;
    font-size: 12px;
  }
}

/* Quick Answer Summary Paragraph */
.td-quick-answer-summary {
  margin-bottom: 20px;
  padding: 14px 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  border-left: 3px solid var(--team-accent);
}

.td-quick-answer-summary p {
  margin: 0;
  color: #e2e8f0;
  font: 400 15px/1.6 "Inter", sans-serif;
}

.td-quick-answer-summary strong {
  color: #ffffff;
  font-weight: 700;
}

/* Dark Cinematic Stadium Overlay for Team Hero */
.td-hero,
.td-hero-reference {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(8, 12, 30, 0.88) 0%, rgba(14, 18, 42, 0.94) 60%, rgba(8, 12, 30, 0.98) 100%), var(--td-hero-bg) center/cover no-repeat !important;
  background-blend-mode: multiply !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
}

.td-hero-reference-media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.td-hero-reference-media img,
.td-hero-reference-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.td-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(6, 9, 26, 0.88) 0%, rgba(10, 14, 38, 0.94) 55%, rgba(6, 9, 26, 0.98) 100%) !important;
  pointer-events: none;
}

@media (max-width: 900px) {
  .td-hero,
  .td-hero-reference {
    padding: 16px !important;
    background: #040716 !important;
  }
  .td-hero-overlay {
    background: linear-gradient(180deg, rgba(6, 9, 26, 0.94) 0%, rgba(10, 14, 38, 0.97) 55%, rgba(6, 9, 26, 0.99) 100%) !important;
  }
  .td-hero-copy,
  .hero-reference-copy {
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
    padding: 20px 16px !important;
    border-radius: 16px !important;
    background: linear-gradient(180deg, rgba(8, 12, 28, 0.95) 0%, rgba(5, 8, 20, 0.98) 100%) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.75) !important;
  }
}

/* Compact How to Watch page */
.watch-guide-compact {
  --wt-bg: #050817;
  --wt-panel: #091126;
  --wt-panel-2: #0b142c;
  --wt-border: rgba(132, 107, 205, 0.24);
  --wt-copy: #c2cbe0;
  --wt-pink: #ee61df;
  width: min(1400px, calc(100% - 32px));
  margin: 0 auto 56px;
  gap: 12px;
  color: #ffffff;
}

.watch-guide-body {
  background:
    radial-gradient(circle at 72% 18%, rgba(78, 29, 130, 0.12), transparent 30%),
    #030714;
}

.watch-guide-compact .wt-hero {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border-bottom: 1px solid rgba(238, 97, 223, 0.3);
  background: var(--wt-bg);
  isolation: isolate;
}

.watch-guide-compact .wt-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    #050817 0%,
    rgba(5, 8, 23, 0.98) 33%,
    rgba(5, 8, 23, 0.7) 47%,
    rgba(5, 8, 23, 0.08) 69%,
    transparent 100%
  );
  content: "";
  pointer-events: none;
}

.watch-guide-compact .wt-hero-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}

.watch-guide-compact .wt-hero-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.watch-guide-compact .wt-hero-copy {
  position: relative;
  z-index: 2;
  width: min(47%, 600px);
  padding: 48px clamp(28px, 4vw, 54px);
}

.watch-guide-compact .wt-hero .eyebrow {
  margin-bottom: 13px;
  color: var(--wt-pink);
  font: 800 14px/1.2 "Inter", sans-serif;
  letter-spacing: 0;
}

.watch-guide-compact .wt-hero h1 {
  max-width: 590px;
  color: #ffffff;
  font: 900 clamp(44px, 4.2vw, 68px)/1.03 "Inter", sans-serif;
  letter-spacing: 0;
  text-transform: none;
  text-wrap: balance;
}

.watch-guide-compact .wt-hero-copy > p:not(.eyebrow) {
  max-width: 515px;
  margin-top: 18px;
  color: #eef1fa;
  font: 500 16px/1.55 "Inter", sans-serif;
}

.watch-guide-compact .wt-outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  margin-top: 22px;
  padding: 0 20px;
  border: 1px solid var(--wt-pink);
  border-radius: 4px;
  color: var(--wt-pink);
  background: rgba(7, 9, 25, 0.68);
  font: 800 13px/1 "Inter", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.watch-guide-compact .wt-outline-button:hover,
.watch-guide-compact .wt-outline-button:focus-visible {
  color: #150b1c;
  background: var(--wt-pink);
}

.watch-guide-compact .wt-outline-button svg {
  width: 18px;
  height: 18px;
}

.watch-guide-compact .wt-panel {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--wt-border);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(11, 20, 44, 0.98), rgba(6, 12, 29, 0.98));
}

.watch-guide-compact .wt-section-heading {
  margin-bottom: 18px;
}

.watch-guide-compact .wt-section-heading h2,
.watch-guide-compact .wt-schedule-card h2,
.watch-guide-compact .wt-app h2 {
  color: #ffffff;
  font: 800 22px/1.15 "Inter", sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.watch-guide-compact .wt-section-heading p,
.watch-guide-compact .wt-schedule-card p,
.watch-guide-compact .wt-app p {
  margin-top: 5px;
  color: var(--wt-copy);
  font: 500 14px/1.5 "Inter", sans-serif;
}

.watch-guide-compact .wt-country-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.watch-guide-compact .wt-country-card {
  min-height: 202px;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(142, 111, 227, 0.25);
  border-radius: 6px;
  background: rgba(8, 15, 36, 0.78);
}

.watch-guide-compact .wt-country-card.is-confirmed {
  border-color: rgba(57, 215, 157, 0.42);
}

.watch-guide-compact .wt-country-name {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.watch-guide-compact .wt-country-name .wg-flag {
  flex: 0 0 34px;
  width: 34px;
  height: 24px;
}

.watch-guide-compact .wt-country-name h3 {
  min-width: 0;
  color: #ffffff;
  font: 750 14px/1.25 "Inter", sans-serif;
  overflow-wrap: anywhere;
}

.watch-guide-compact .wt-provider-logo {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.watch-guide-compact .wt-provider-logo img {
  width: min(100%, 155px);
  height: 58px;
  object-fit: contain;
}

.watch-guide-compact .wt-country-card small {
  min-height: 30px;
  text-align: center;
  color: #8f9bb7;
  font: 500 11px/1.35 "Inter", sans-serif;
}

.watch-guide-compact .wt-country-card button,
.watch-guide-compact .wt-view-all {
  min-height: 36px;
  border: 1px solid rgba(238, 97, 223, 0.28);
  border-radius: 4px;
  color: var(--wt-pink);
  background: #0a1028;
  font: 800 11px/1 "Inter", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

.watch-guide-compact .wt-country-card button {
  width: 100%;
}

.watch-guide-compact .wt-country-card button:hover,
.watch-guide-compact .wt-country-card button:focus-visible,
.watch-guide-compact .wt-view-all:hover,
.watch-guide-compact .wt-view-all:focus-visible {
  border-color: var(--wt-pink);
  background: rgba(238, 97, 223, 0.08);
}

.watch-guide-compact .wt-view-all {
  width: max-content;
  min-width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px auto 0;
}

.watch-guide-compact .wt-view-all svg {
  width: 16px;
  height: 16px;
}

.watch-guide-compact .wt-data-note {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-top: 14px;
  color: #9da9c5;
  font: 500 13px/1.5 "Inter", sans-serif;
}

.watch-guide-compact .wt-data-note svg {
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  color: var(--wt-pink);
}

.watch-guide-compact .wt-data-note a {
  color: var(--wt-pink);
  font-weight: 700;
  text-underline-offset: 2px;
}

.watch-guide-compact .wt-partner-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.watch-guide-compact .wt-partner-grid article {
  min-height: 126px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  padding: 14px;
  border: 1px solid rgba(139, 111, 219, 0.2);
  border-radius: 5px;
  background: rgba(7, 13, 31, 0.7);
  text-align: center;
}

.watch-guide-compact .wt-partner-grid article.is-pending {
  opacity: 0.76;
}

.watch-guide-compact .wt-partner-grid img {
  width: min(100%, 170px);
  height: 66px;
  object-fit: contain;
}

.watch-guide-compact .wt-partner-grid span {
  color: #9da9c3;
  font: 500 11px/1.35 "Inter", sans-serif;
}

.watch-guide-compact .wt-stream-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.watch-guide-compact .wt-stream-grid article {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 14px;
  border-left: 1px solid rgba(142, 111, 227, 0.2);
}

.watch-guide-compact .wt-stream-grid article:first-child {
  border-left: 0;
}

.watch-guide-compact .wt-stream-grid svg {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  padding: 6px;
  border: 1px solid rgba(238, 97, 223, 0.36);
  border-radius: 4px;
  color: var(--wt-pink);
}

.watch-guide-compact .wt-stream-grid span,
.watch-guide-compact .wt-stream-grid strong,
.watch-guide-compact .wt-stream-grid small {
  min-width: 0;
  display: block;
}

.watch-guide-compact .wt-stream-grid strong {
  color: #ffffff;
  font: 700 12px/1.35 "Inter", sans-serif;
}

.watch-guide-compact .wt-stream-grid small {
  margin-top: 2px;
  color: #aeb9d1;
  font: 500 11px/1.35 "Inter", sans-serif;
}

.watch-guide-compact .wt-two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.watch-guide-compact .wt-two-column > .wt-panel {
  height: 100%;
}

.watch-guide-compact .wt-alert-card form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.watch-guide-compact .wt-alert-card input {
  min-width: 0;
  height: 44px;
  padding: 0 13px;
  border: 1px solid rgba(137, 111, 208, 0.3);
  border-radius: 4px;
  color: #ffffff;
  background: #091126;
  font: 500 13px/1 "Inter", sans-serif;
}

.watch-guide-compact .wt-alert-card button {
  min-width: 132px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 4px;
  color: #1a0a20;
  background: linear-gradient(135deg, #f06ae6, #d845cf);
  font: 800 11px/1 "Inter", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

.watch-guide-compact .wt-alert-card button svg {
  width: 15px;
  height: 15px;
}

.watch-guide-compact .wt-alert-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.watch-guide-compact .wt-alert-card li {
  color: #b7c2d9;
  font: 500 12px/1.4 "Inter", sans-serif;
}

.watch-guide-compact .wt-alert-card li::before {
  margin-right: 7px;
  color: #ffffff;
  content: "\2713";
}

.watch-guide-compact .wt-schedule-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.watch-guide-compact .wt-schedule-card > div {
  position: relative;
  z-index: 1;
}

.watch-guide-compact .wt-schedule-card strong {
  display: block;
  margin-top: 10px;
  color: var(--wt-pink);
  font: 800 24px/1.15 "Inter", sans-serif;
}

.watch-guide-compact .wt-schedule-card a {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  margin-top: 14px;
  padding: 0 14px;
  border: 1px solid var(--wt-pink);
  border-radius: 4px;
  color: var(--wt-pink);
  font: 800 11px/1 "Inter", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.watch-guide-compact .wt-schedule-card a svg {
  width: 15px;
  height: 15px;
}

.watch-guide-compact .wt-calendar-art {
  width: 112px;
  height: 112px;
  color: rgba(132, 107, 205, 0.12);
}

.watch-guide-compact .wt-bottom-row {
  align-items: stretch;
}

.watch-guide-compact .wt-faq details {
  border: 1px solid rgba(132, 107, 205, 0.22);
  border-bottom: 0;
  background: rgba(6, 12, 29, 0.48);
}

.watch-guide-compact .wt-faq details:first-of-type {
  border-radius: 5px 5px 0 0;
}

.watch-guide-compact .wt-faq details:last-of-type {
  border-bottom: 1px solid rgba(132, 107, 205, 0.22);
  border-radius: 0 0 5px 5px;
}

.watch-guide-compact .wt-faq summary {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 12px;
  color: #eef2fb;
  font: 600 12px/1.4 "Inter", sans-serif;
  list-style: none;
  cursor: pointer;
}

.watch-guide-compact .wt-faq summary::-webkit-details-marker {
  display: none;
}

.watch-guide-compact .wt-faq summary svg {
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  color: #a8b3ca;
  transition: transform 0.2s ease;
}

.watch-guide-compact .wt-faq details[open] summary svg {
  transform: rotate(180deg);
}

.watch-guide-compact .wt-faq details p {
  padding: 0 12px 13px;
  color: #b9c4dc;
  font: 500 13px/1.55 "Inter", sans-serif;
}

.watch-guide-compact .wt-app {
  position: relative;
  min-height: 286px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  align-items: center;
  gap: 24px;
  background:
    radial-gradient(circle at 85% 30%, rgba(102, 39, 181, 0.28), transparent 34%),
    linear-gradient(145deg, rgba(11, 20, 44, 0.98), rgba(8, 10, 28, 0.98));
}

.watch-guide-compact .wt-app > div:first-child {
  position: relative;
  z-index: 1;
}

.watch-guide-compact .wt-store-links {
  display: grid;
  gap: 8px;
  width: 124px;
  margin-top: 18px;
}

.watch-guide-compact .wt-store-links a {
  min-height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 4px;
  color: #ffffff;
  background: #050812;
  font: 700 11px/1 "Inter", sans-serif;
  text-decoration: none;
}

.watch-guide-compact .wt-phone {
  position: absolute;
  right: 42px;
  bottom: -76px;
  width: 184px;
  height: 292px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 13px;
  padding: 28px 15px;
  border: 8px solid #10162b;
  border-radius: 30px 30px 0 0;
  background: linear-gradient(160deg, #111b40, #070b1c);
  box-shadow: 0 0 32px rgba(119, 59, 222, 0.34);
}

.watch-guide-compact .wt-phone-notch {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 62px;
  height: 8px;
  border-radius: 999px;
  background: #02040b;
  transform: translateX(-50%);
}

.watch-guide-compact .wt-phone img {
  width: 92px;
  height: auto;
  object-fit: contain;
}

.watch-guide-compact .wt-phone b {
  padding: 4px 8px;
  border-radius: 3px;
  color: #ffffff;
  background: #ec3e64;
  font: 800 10px/1 "Inter", sans-serif;
}

.watch-guide-compact .wt-phone small {
  color: #ffffff;
  font: 700 11px/1.2 "Inter", sans-serif;
}

.watch-guide-compact .wt-phone svg {
  width: 22px;
  height: 22px;
  color: var(--wt-pink);
}

@media (max-width: 1080px) {
  .watch-guide-compact .wt-hero {
    min-height: 450px;
  }

  .watch-guide-compact .wt-hero-copy {
    width: min(50%, 520px);
    padding: 40px 34px;
  }

  .watch-guide-compact .wt-hero h1 {
    font-size: clamp(42px, 5.4vw, 58px);
  }

  .watch-guide-compact .wt-country-grid,
  .watch-guide-compact .wt-partner-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .watch-guide-compact .wt-stream-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 0;
  }

  .watch-guide-compact .wt-stream-grid article:nth-child(4) {
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .watch-guide-compact {
    width: min(100%, 620px);
    margin: 0 auto 38px;
    gap: 10px;
  }

  .watch-guide-compact .wt-hero {
    min-height: 0;
    display: flex;
    flex-direction: column;
    border-radius: 0;
  }

  .watch-guide-compact .wt-hero::after {
    display: none;
  }

  .watch-guide-compact .wt-hero-copy {
    width: 100%;
    padding: 30px 22px 25px;
    background:
      radial-gradient(circle at 90% 70%, rgba(102, 34, 158, 0.18), transparent 30%),
      #050817;
  }

  .watch-guide-compact .wt-hero h1 {
    max-width: 440px;
    font-size: clamp(39px, 10.5vw, 52px);
    line-height: 1.02;
  }

  .watch-guide-compact .wt-hero-copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .watch-guide-compact .wt-outline-button {
    width: 100%;
  }

  .watch-guide-compact .wt-hero-art {
    position: relative;
    inset: auto;
    height: clamp(250px, 70vw, 360px);
    order: 2;
  }

  .watch-guide-compact .wt-hero-art img {
    object-position: center top;
  }

  .watch-guide-compact .wt-panel {
    padding: 18px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .watch-guide-compact .wt-country-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .watch-guide-compact .wt-country-card {
    min-height: 190px;
    padding: 13px;
  }

  .watch-guide-compact .wt-country-card button,
  .watch-guide-compact .wt-view-all {
    min-height: 44px;
  }

  .watch-guide-compact .wt-partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .watch-guide-compact .wt-stream-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .watch-guide-compact .wt-stream-grid article:nth-child(odd) {
    border-left: 0;
  }

  .watch-guide-compact .wt-stream-grid article:nth-child(even) {
    border-left: 1px solid rgba(142, 111, 227, 0.2);
  }

  .watch-guide-compact .wt-two-column {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .watch-guide-compact .wt-app {
    min-height: 300px;
    grid-template-columns: minmax(0, 1fr) 150px;
  }

  .watch-guide-compact .wt-phone {
    right: 18px;
    width: 146px;
    height: 254px;
    opacity: 0.9;
  }
}

@media (max-width: 430px) {
  .watch-guide-compact .wt-hero-copy {
    padding: 26px 18px 22px;
  }

  .watch-guide-compact .wt-hero h1 {
    font-size: clamp(37px, 11vw, 46px);
  }

  .watch-guide-compact .wt-panel {
    padding: 16px;
  }

  .watch-guide-compact .wt-section-heading h2,
  .watch-guide-compact .wt-schedule-card h2,
  .watch-guide-compact .wt-app h2 {
    font-size: 20px;
  }

  .watch-guide-compact .wt-country-name {
    align-items: flex-start;
  }

  .watch-guide-compact .wt-country-card {
    min-height: 196px;
  }

  .watch-guide-compact .wt-view-all {
    width: 100%;
    min-width: 0;
  }

  .watch-guide-compact .wt-alert-card form {
    grid-template-columns: 1fr;
  }

  .watch-guide-compact .wt-alert-card button {
    min-height: 44px;
  }

  .watch-guide-compact .wt-schedule-card strong {
    font-size: 21px;
  }

  .watch-guide-compact .wt-calendar-art {
    width: 74px;
    height: 74px;
  }

  .watch-guide-compact .wt-app {
    display: block;
    min-height: 315px;
    padding-right: 158px;
  }

  .watch-guide-compact .wt-phone {
    right: 12px;
    width: 136px;
  }
}

@media (max-width: 350px) {
  .watch-guide-compact .wt-country-grid,
  .watch-guide-compact .wt-partner-grid,
  .watch-guide-compact .wt-stream-grid {
    grid-template-columns: 1fr;
  }

  .watch-guide-compact .wt-stream-grid article,
  .watch-guide-compact .wt-stream-grid article:nth-child(n) {
    border-left: 0;
    border-top: 1px solid rgba(142, 111, 227, 0.2);
  }

  .watch-guide-compact .wt-app {
    min-height: 430px;
    padding-right: 16px;
  }

  .watch-guide-compact .wt-phone {
    right: 50%;
    bottom: -88px;
    transform: translateX(50%);
  }
}

/* How to Watch: editorial hierarchy, verified market flags and crawlable guides. */
.watch-guide-compact {
  --wt-band: rgba(10, 17, 38, 0.62);
  --wt-rule: rgba(145, 119, 210, 0.2);
  --wt-muted: #b7c2d9;
  gap: 0;
}

.watch-guide-compact .wt-hero {
  min-height: 500px;
  border: 1px solid rgba(132, 107, 205, 0.2);
  border-radius: 8px 8px 0 0;
}

.watch-guide-compact .wt-hero-copy {
  width: min(51%, 660px);
  padding: 52px clamp(30px, 4vw, 58px);
}

.watch-guide-compact .wt-hero h1 {
  max-width: 630px;
  font-size: 60px;
  line-height: 1.04;
  text-wrap: initial;
}

.watch-guide-compact .wt-hero h1 span {
  display: block;
  white-space: nowrap;
}

.watch-guide-compact .wt-hero-copy > p:not(.eyebrow) {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.65;
}

.watch-guide-compact .wt-section-band {
  min-width: 0;
  padding: 34px 22px;
  border-top: 1px solid var(--wt-rule);
}

.watch-guide-compact .wt-country-panel,
.watch-guide-compact .wt-market-guide {
  background:
    linear-gradient(90deg, rgba(100, 42, 160, 0.05), transparent 34%, rgba(20, 128, 155, 0.04)),
    var(--wt-band);
}

.watch-guide-compact .wt-partners,
.watch-guide-compact .wt-streaming {
  background: rgba(4, 9, 23, 0.35);
}

.watch-guide-compact .wt-section-heading {
  margin-bottom: 22px;
}

.watch-guide-compact .wt-section-heading h2,
.watch-guide-compact .wt-schedule-card h2,
.watch-guide-compact .wt-app h2 {
  font-size: 24px;
  line-height: 1.2;
}

.watch-guide-compact .wt-section-heading p,
.watch-guide-compact .wt-schedule-card p,
.watch-guide-compact .wt-app p {
  max-width: 760px;
  color: var(--wt-muted);
  font-size: 15px;
  line-height: 1.55;
}

.watch-guide-compact .wt-country-grid {
  gap: 14px;
}

.watch-guide-compact .wt-country-card {
  min-height: 218px;
  grid-template-rows: auto 1fr auto auto;
  gap: 12px;
  padding: 17px;
  border: 0;
  border-top: 2px solid rgba(238, 97, 223, 0.42);
  border-radius: 6px;
  background: linear-gradient(160deg, rgba(15, 23, 51, 0.96), rgba(7, 13, 31, 0.88));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.watch-guide-compact .wt-country-card.is-confirmed {
  border-color: #39d79d;
}

.watch-guide-compact .wt-country-name {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
}

.watch-guide-compact .wt-flag {
  width: 36px;
  height: 27px;
  display: block;
  border-radius: 3px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.watch-guide-compact .wt-country-name h3 {
  font-size: 14px;
  line-height: 1.3;
}

.watch-guide-compact .wt-status-pill {
  padding: 5px 7px;
  border-radius: 999px;
  color: #ffd6fa;
  background: rgba(238, 97, 223, 0.12);
  font: 750 9px/1 "Inter", sans-serif;
  white-space: nowrap;
}

.watch-guide-compact .is-confirmed .wt-status-pill {
  color: #9ef1cf;
  background: rgba(57, 215, 157, 0.12);
}

.watch-guide-compact .wt-provider-logo {
  min-height: 68px;
}

.watch-guide-compact .wt-provider-logo img {
  width: min(100%, 160px);
  height: 62px;
}

.watch-guide-compact .wt-country-card small {
  min-height: 32px;
  color: #aeb9d1;
  font-size: 11px;
}

.watch-guide-compact .wt-country-link {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--wt-pink);
  font: 800 11px/1 "Inter", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.watch-guide-compact .wt-country-link svg {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}

.watch-guide-compact .wt-country-link:hover svg,
.watch-guide-compact .wt-country-link:focus-visible svg {
  transform: translateX(3px);
}

.watch-guide-compact .wt-view-all {
  min-height: 42px;
  color: var(--wt-pink);
  text-decoration: none;
}

.watch-guide-compact .wt-partner-grid {
  align-items: stretch;
  gap: 0;
  border-top: 1px solid var(--wt-rule);
  border-bottom: 1px solid var(--wt-rule);
}

.watch-guide-compact .wt-partner-grid article {
  min-height: 126px;
  border: 0;
  border-left: 1px solid var(--wt-rule);
  border-radius: 0;
  background: transparent;
}

.watch-guide-compact .wt-partner-grid article:first-child {
  border-left: 0;
}

.watch-guide-compact .wt-partner-grid article.is-pending {
  opacity: 0.72;
}

.watch-guide-compact .wt-stream-grid {
  padding: 4px 0;
  border-top: 1px solid var(--wt-rule);
  border-bottom: 1px solid var(--wt-rule);
}

.watch-guide-compact .wt-stream-grid article {
  min-height: 76px;
  padding: 12px 16px;
}

.watch-guide-compact .wt-stream-grid strong {
  font-size: 13px;
}

.watch-guide-compact .wt-stream-grid small {
  font-size: 12px;
}

.watch-guide-compact .wt-market-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 38px;
}

.watch-guide-compact .wt-market-entry {
  min-width: 0;
  padding: 24px 0 26px;
  border-top: 1px solid var(--wt-rule);
  scroll-margin-top: 92px;
}
.watch-guide-compact .wt-market-entry summary { cursor: pointer; list-style: none; }
.watch-guide-compact .wt-market-entry summary::-webkit-details-marker { display: none; }
.watch-guide-compact .wt-market-entry summary > svg { color: #df57d1; flex: 0 0 auto; height: 20px; margin-left: auto; transition: transform .2s ease; width: 20px; }
.watch-guide-compact .wt-market-entry[open] summary > svg { transform: rotate(180deg); }
.watch-guide-compact .wt-market-content > p { color: #b7c3d7; font-size: 15px; line-height: 1.65; margin: 16px 0 0; }
.watch-guide-compact .wt-country-card.is-pending .wt-provider-logo { filter: grayscale(.35); opacity: .62; }
.watch-guide-compact .wt-country-card.is-pending { background: rgba(8, 16, 34, .7); }

@media (max-width: 700px) {
  .watch-guide-compact .wt-country-grid {
    display: flex;
    margin-inline: -16px;
    overflow-x: auto;
    padding: 0 16px 10px;
    scroll-padding-inline: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .watch-guide-compact .wt-country-grid::-webkit-scrollbar { display: none; }
  .watch-guide-compact .wt-country-card { flex: 0 0 min(82vw, 330px); scroll-snap-align: start; }
  .watch-guide-compact .wt-market-grid { grid-template-columns: 1fr; }
  .watch-guide-compact .wt-market-entry { padding: 14px; }
  .watch-guide-compact .wt-market-content > p { font-size: 14px; }
}

.watch-guide-compact .wt-market-title {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.watch-guide-compact .wt-market-title .wt-flag {
  flex: 0 0 36px;
  margin-top: 3px;
}

.watch-guide-compact .wt-market-title p {
  margin: 0 0 4px;
  color: var(--wt-pink);
  font: 800 12px/1.25 "Inter", sans-serif;
  text-transform: uppercase;
}

.watch-guide-compact .wt-market-title h3 {
  color: #ffffff;
  font: 800 18px/1.25 "Inter", sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.watch-guide-compact .wt-market-entry > p {
  margin-top: 13px;
  color: #c2cce0;
  font: 500 15px/1.65 "Inter", sans-serif;
}

.watch-guide-compact .wt-market-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 15px;
}

.watch-guide-compact .wt-market-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f08be7;
  font: 750 12px/1.3 "Inter", sans-serif;
  text-decoration: none;
}

.watch-guide-compact .wt-market-links svg {
  width: 14px;
  height: 14px;
}

.watch-guide-compact .wt-two-column {
  margin-top: 12px;
}

.watch-guide-compact .wt-two-column > .wt-panel {
  border-color: rgba(132, 107, 205, 0.2);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}

@media (max-width: 1080px) {
  .watch-guide-compact .wt-hero-copy {
    width: min(52%, 570px);
  }

  .watch-guide-compact .wt-hero h1 {
    font-size: 52px;
  }

  .watch-guide-compact .wt-country-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .watch-guide-compact .wt-country-name {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .watch-guide-compact .wt-country-name .wt-status-pill {
    grid-column: 1 / -1;
    width: max-content;
  }
}

@media (max-width: 760px) {
  .watch-guide-compact .wt-hero {
    border-right: 0;
    border-left: 0;
  }

  .watch-guide-compact .wt-hero-copy {
    padding: 30px 20px 26px;
  }

  .watch-guide-compact .wt-hero h1 {
    font-size: 42px;
  }

  .watch-guide-compact .wt-section-band {
    padding: 30px 18px;
  }

  .watch-guide-compact .wt-country-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(250px, 78vw);
    gap: 11px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }

  .watch-guide-compact .wt-country-card {
    min-height: 214px;
    scroll-snap-align: start;
  }

  .watch-guide-compact .wt-country-name {
    grid-template-columns: 36px minmax(0, 1fr) auto;
  }

  .watch-guide-compact .wt-country-name .wt-status-pill {
    grid-column: auto;
  }

  .watch-guide-compact .wt-partner-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(190px, 48vw);
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
  }

  .watch-guide-compact .wt-partner-grid article {
    border-left: 1px solid var(--wt-rule);
    scroll-snap-align: start;
  }

  .watch-guide-compact .wt-partner-grid article:first-child {
    border-left: 0;
  }

  .watch-guide-compact .wt-market-grid {
    grid-template-columns: 1fr;
  }

  .watch-guide-compact .wt-market-entry > p {
    font-size: 15px;
  }
}

@media (max-width: 430px) {
  .watch-guide-compact .wt-hero h1 {
    font-size: 36px;
  }

  .watch-guide-compact .wt-section-heading h2,
  .watch-guide-compact .wt-schedule-card h2,
  .watch-guide-compact .wt-app h2 {
    font-size: 22px;
  }

  .watch-guide-compact .wt-country-name {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .watch-guide-compact .wt-country-name .wt-status-pill {
    grid-column: 1 / -1;
  }

  .watch-guide-compact .wt-stream-grid {
    grid-template-columns: 1fr;
  }

  .watch-guide-compact .wt-stream-grid article,
  .watch-guide-compact .wt-stream-grid article:nth-child(n) {
    border-top: 1px solid var(--wt-rule);
    border-left: 0;
  }

  .watch-guide-compact .wt-stream-grid article:first-child {
    border-top: 0;
  }

  .watch-guide-compact .wt-market-title h3 {
    font-size: 17px;
  }
}

@media (max-width: 350px) {
  .watch-guide-compact .wt-hero h1 {
    font-size: 32px;
  }

  .watch-guide-compact .wt-country-grid {
    grid-template-columns: none;
    grid-auto-columns: minmax(240px, 86vw);
  }

  .watch-guide-compact .wt-partner-grid {
    grid-template-columns: none;
  }
}

/* Match pages: dark broadcast hero, light editorial reading surface. */
.match-detail-body {
  background: #f4f6fa;
}

.match-detail-body .site-header,
.match-detail-body .site-footer {
  color-scheme: dark;
}

.mp-page {
  --mp-line: #dce2ea;
  --mp-muted: #526071;
  --mp-panel: #fff;
  color: #111827;
}

.mp-hero {
  --mp-line: rgba(142, 160, 194, .2);
  --mp-muted: #aebbd0;
  color: #f7f9ff;
}

.mp-anchor-nav {
  --mp-line: rgba(142, 160, 194, .2);
}

.mp-layout {
  background: #f4f6fa;
}

.mp-section {
  background: #fff;
  border: 1px solid var(--mp-line);
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 30px;
}

.mp-section:first-child {
  border-top: 1px solid var(--mp-line);
  padding-top: 30px;
}

.mp-section-head h2,
.mp-editorial-columns h3,
.mp-lineups h3,
.mp-empty-state h3,
.mp-scorecard-grid h3,
.mp-venue h2,
.mp-faq summary,
.mp-side-section h2 {
  color: #111827;
}

.mp-section-head .eyebrow,
.mp-summary-grid small,
.mp-live-metrics span {
  color: #7a4a00;
}

.mp-editorial-columns a,
.mp-venue a,
.mp-section-head .mp-commentary-link {
  color: #6d28d9;
}

.mp-disclosure,
.mp-lineups article,
.mp-empty-state,
.mp-scorecard-grid article,
.mp-side-section {
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

.mp-lineups li a,
.mp-nearby > a,
.mp-side-section nav a {
  color: #172033;
}

.mp-player {
  --mp-muted: #c4cede;
  color: #fff;
}

.mp-player h3 {
  color: #fff;
}

.mp-player small,
.mp-player strong {
  color: var(--team-accent);
}

.mp-side-section .primary-button {
  color: #08101f;
}

@media (max-width: 700px) {
  .mp-section,
  .mp-section:first-child {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    margin-bottom: 12px;
    padding: 24px 14px;
  }
}

/* Reusable permanent match-centre enhancements. */
.mp-hero {
  padding-block: 22px 18px;
}

.mp-hero-heading {
  margin-bottom: 10px;
}

.mp-hero-heading > p:last-child {
  margin-top: 8px;
}

.mp-scoreboard {
  min-height: 188px;
}

.mp-team img {
  height: 108px;
  width: 108px;
}

.mp-quick-facts time[data-user-local-time] {
  color: #dce5f4;
  font-size: 11px;
  margin-top: 4px;
}

.mp-summary-grid {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 22px;
}

.mp-summary-grid article:nth-child(3) {
  border-left: 0;
}

.mp-preview-note {
  background: #f7f8fb;
  border-left: 3px solid #6d28d9;
  margin-top: 24px;
  padding: 18px 20px;
}

.mp-preview-note h3,
.mp-preview-note p {
  margin: 0;
}

.mp-preview-note p {
  color: var(--mp-muted);
  font-size: 15px;
  line-height: 1.65;
  margin-top: 6px;
}

.mp-form-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
}

.mp-form-grid article {
  background: #f7f8fb;
  border: 1px solid var(--mp-line);
  padding: 20px;
}

.mp-form-grid h3 {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 0 0 12px;
}

.mp-form-grid h3 img {
  object-fit: contain;
}

.mp-form-grid p {
  color: var(--mp-muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.mp-form-grid ul,
.mp-result-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mp-form-grid li + li,
.mp-result-list li + li {
  border-top: 1px solid var(--mp-line);
}

.mp-form-grid a,
.mp-result-list a {
  color: #172033;
  display: grid;
  gap: 3px;
  padding: 10px 0;
  text-decoration: none;
}

.mp-form-grid a span {
  color: var(--mp-muted);
  font-size: 12px;
}

.mp-h2h-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, 1fr);
}

.mp-h2h-grid > div {
  background: #f7f8fb;
  padding: 18px;
}

.mp-h2h-grid small,
.mp-h2h-grid strong {
  display: block;
}

.mp-h2h-grid small {
  color: var(--mp-muted);
  font-size: 12px;
  text-transform: uppercase;
}

.mp-h2h-grid strong {
  font-size: 24px;
  margin-top: 5px;
}

.mp-player {
  min-height: 250px;
}

.mp-player > img {
  height: 226px;
}

.mp-player > div > span,
.mp-player > div > em {
  display: block;
  font-size: 11px;
  line-height: 1.45;
}

.mp-player > div > span {
  color: #d8e0ee;
}

.mp-player > div > em {
  color: #aebbd0;
  font-style: normal;
  margin: 7px 0 12px;
}

.mp-lineups li > span {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.mp-lineups li small {
  background: #ede9fe;
  border-radius: 3px;
  color: #5b21b6;
  font-size: 9px;
  font-weight: 800;
  padding: 2px 4px;
  text-transform: uppercase;
}

.mp-lineups li > em {
  color: var(--mp-muted);
  font-size: 11px;
  font-style: normal;
  margin-left: auto;
}

.mp-venue h3 {
  color: #111827;
  font-size: 20px;
  margin: 8px 0 0;
}

.mp-editorial-trust a {
  color: #6d28d9;
}

.mp-side-section time[data-user-local-time] {
  display: block;
}

.mp-anchor-nav a:focus-visible,
.mp-faq summary:focus-visible,
.mp-disclosure summary:focus-visible,
.mp-actions a:focus-visible,
.mp-player:focus-visible {
  outline: 3px solid #ffd400;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .mp-page *,
  .mp-page *::before,
  .mp-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 900px) {
  .mp-sidebar > :last-child {
    grid-column: auto;
  }

  .mp-sidebar {
    grid-template-columns: 1fr;
  }

  #match-summary { order: 1; }
  .mp-page[data-match-state="upcoming"] #match-preview { order: 2; }
  .mp-page[data-match-state="upcoming"] #recent-form { order: 3; }
  .mp-page[data-match-state="upcoming"] #head-to-head { order: 4; }
  .mp-page[data-match-state="upcoming"] #key-players { order: 5; }
  .mp-page[data-match-state="upcoming"] #playing-xi { order: 6; }
  .mp-page[data-match-state="upcoming"] #scorecard { order: 7; }
  .mp-page[data-match-state="live"] #scorecard,
  .mp-page[data-match-state="completed"] #scorecard { order: 2; }
  .mp-page[data-match-state="live"] #playing-xi { order: 3; }
  .mp-page[data-match-state="live"] #key-players { order: 4; }
  .mp-page[data-match-state="live"] #match-preview { order: 5; }
  .mp-page[data-match-state="live"] #recent-form { order: 6; }
  .mp-page[data-match-state="live"] #head-to-head { order: 7; }
  .mp-page[data-match-state="completed"] #match-preview { order: 3; }
  .mp-page[data-match-state="completed"] #recent-form { order: 4; }
  .mp-page[data-match-state="completed"] #head-to-head { order: 5; }
  .mp-page[data-match-state="completed"] #key-players { order: 6; }
  .mp-page[data-match-state="completed"] #playing-xi { order: 7; }
  #venue { order: 8; }
  .mp-sidebar { order: 9; }
  #match-faq { order: 10; }
}

@media (max-width: 700px) {
  .mp-hero {
    padding-block: 18px 14px;
  }

  .mp-scoreboard {
    min-height: 160px;
  }

  .mp-summary-grid,
  .mp-form-grid,
  .mp-h2h-grid {
    grid-template-columns: 1fr;
  }

  .mp-summary-grid article,
  .mp-summary-grid article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--mp-line);
    padding: 14px 0;
  }

  .mp-summary-grid article:first-child {
    border-top: 0;
  }

  .mp-player {
    min-height: 232px;
  }

  .mp-player > img {
    height: 210px;
  }
}

/* Locked fixture-page design: 2026-08-03 reference. */
.match-detail-body{background:#050916;color:#eef3ff}
.match-detail-body .site-main{background:transparent}
.mp-page{--mp-bg:#050916;--mp-panel:#091322;--mp-panel-2:#0b1728;--mp-line:#213248;--mp-muted:#aab7cc;--mp-purple:#b765ff;--mp-yellow:#ffd400;max-width:1480px;margin:0 auto;padding:18px clamp(14px,2vw,28px) 56px;color:#eef3ff;background:#050916}
.mp-page a{color:inherit}
.mp-hero{position:relative;overflow:hidden;min-height:490px;padding:20px 28px 22px;border:1px solid var(--mp-line);border-radius:8px;background:linear-gradient(90deg,rgba(3,9,20,.97),rgba(5,13,26,.78),rgba(3,12,22,.9)),var(--mp-venue-image) center/cover no-repeat;color:#fff}
.mp-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,16,30,.2),rgba(4,12,22,.1) 55%,rgba(4,13,19,.78));pointer-events:none}
.mp-hero>*{position:relative;z-index:1}
.mp-hero-heading{text-align:center;margin:0 auto 8px}
.mp-hero-heading .eyebrow{display:inline-block;margin:0 0 8px;padding:5px 10px;border:1px solid rgba(184,101,255,.35);border-radius:4px;background:rgba(93,50,139,.32);color:#e9ddff;font:800 13px/1.2 Inter,sans-serif;text-transform:uppercase}
.mp-hero-heading>.mp-status{display:block;width:max-content;margin:0 auto 7px}
.mp-hero-heading h1{margin:0}
.mp-hero-heading h1>span{display:block;font:800 clamp(25px,2.4vw,38px)/1.08 Inter,sans-serif;letter-spacing:0;text-wrap:balance}
.mp-hero-heading h1>small{display:none}
.mp-scoreboard{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.8fr) minmax(0,1fr);align-items:center;gap:22px;min-height:175px;max-width:1160px;margin:0 auto}
.mp-team{display:flex;align-items:center;gap:20px;min-width:0;text-decoration:none}
.mp-team-away{justify-content:flex-end;text-align:right}
.mp-team img{width:132px;height:132px;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(0,0,0,.4))}
.mp-team span{min-width:0}
.mp-team small{display:block;color:#c5d0e2;font:800 12px/1.2 Inter,sans-serif;text-transform:uppercase}
.mp-team strong{display:block;max-width:260px;margin-top:7px;color:#fff;font:800 clamp(20px,1.7vw,28px)/1.12 Inter,sans-serif;text-transform:uppercase}
.mp-team b{display:block;margin-top:7px;color:#fff;font:800 28px/1 Inter,sans-serif}
.mp-page[data-match-state=upcoming] .mp-team b{display:none}
.mp-centre{text-align:center}
.mp-centre>b{display:flex;width:46px;height:46px;align-items:center;justify-content:center;margin:0 auto 10px;border:1px solid rgba(183,101,255,.42);border-radius:50%;color:#d08bff;background:#442570;font:900 18px/1 Inter,sans-serif}
.mp-centre h2{margin:0;color:#fff;font:800 16px/1.25 Inter,sans-serif;text-transform:uppercase}
.mp-centre p{margin:5px 0 0;color:#d3dceb;font:600 13px/1.35 Inter,sans-serif}
.mp-status{padding:6px 10px;border-radius:4px;background:#ffd400;color:#10141d;font:900 11px/1 Inter,sans-serif;text-transform:uppercase}
.mp-status.is-live{background:#df2a2a;color:#fff}.mp-status.is-final{background:#198754;color:#fff}
.mp-hero-status{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));max-width:1160px;margin:4px auto 18px;border:1px solid var(--mp-line);border-radius:6px;background:rgba(6,17,31,.92)}
.mp-hero-status>div{min-width:0;padding:13px 18px;border-left:1px solid var(--mp-line)}
.mp-hero-status>div:first-child{border-left:0}
.mp-hero-status dt{display:flex;align-items:center;gap:8px;margin:0;color:#aebbd0;font:800 10px/1.2 Inter,sans-serif;text-transform:uppercase}
.mp-hero-status dt svg{width:17px;height:17px;color:#bc68ff}
.mp-hero-status dd{margin:5px 0 0;color:#fff;font:700 13px/1.35 Inter,sans-serif}
.mp-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}
.mp-actions a{min-height:44px;padding:0 22px;border-radius:5px;font:900 12px/1 Inter,sans-serif;text-transform:uppercase}
.mp-actions .primary-button{background:#ffd400;color:#07101e}.mp-actions .secondary-button{border:1px solid #71809a;background:rgba(7,15,27,.72);color:#fff}
.mp-anchor-nav{position:sticky;top:74px;z-index:20;display:flex;overflow-x:auto;gap:0;margin:14px 0 18px;padding:0 8px;border:1px solid var(--mp-line);border-radius:7px;background:rgba(7,16,30,.97);scrollbar-width:thin}
.mp-anchor-nav a{flex:1 0 auto;padding:17px 18px;border-bottom:3px solid transparent;color:#d9e2ef;font:800 11px/1 Inter,sans-serif;text-align:center;text-decoration:none;text-transform:uppercase}
.mp-anchor-nav a:first-child,.mp-anchor-nav a:hover{border-bottom-color:#c061ff;color:#fff}
.mp-layout{display:grid;grid-template-columns:minmax(0,2.25fr) minmax(300px,.88fr);gap:18px;background:transparent}
.mp-main-content,.mp-sidebar{min-width:0}
.mp-main-content{display:flex;flex-direction:column;gap:12px}.mp-sidebar{display:flex;flex-direction:column;gap:12px}
.mp-section,.mp-side-section{margin:0;padding:22px;border:1px solid var(--mp-line);border-radius:7px;background:linear-gradient(145deg,#091523,#07111f);box-shadow:none;color:#eef3ff}
.mp-section:first-child{padding-top:22px;border-top:1px solid var(--mp-line)}
.mp-section-head{margin-bottom:16px}
.mp-section-head .eyebrow{margin:0 0 5px;color:#c37bff;font:800 11px/1.2 Inter,sans-serif;text-transform:uppercase}
.mp-section-head h2,.mp-side-section h2,.mp-editorial-columns h3,.mp-lineups h3,.mp-empty-state h3,.mp-scorecard-grid h3,.mp-venue h2,.mp-faq summary{margin:0;color:#fff;font-family:Inter,sans-serif;letter-spacing:0}
.mp-section-head h2,.mp-side-section h2{font-size:19px;line-height:1.2;text-transform:uppercase}
.mp-section-head p,.mp-section p,.mp-side-section p{color:var(--mp-muted);font-size:15px;line-height:1.62}
.mp-summary-grid{display:block}
.mp-summary-grid article{padding:0;border:0}
.mp-summary-grid article:not(:first-child){display:none}
.mp-summary-grid article small{color:#bd78ff;font:800 11px/1 Inter,sans-serif;text-transform:uppercase}
.mp-summary-grid article strong{display:flex;align-items:center;gap:8px;margin-top:8px;color:#fff;font-size:18px}
.mp-summary-grid article strong:before{content:"";width:9px;height:9px;border-radius:50%;background:#38c172}
.mp-editorial-columns,.mp-form-grid,.mp-lineups,.mp-scorecard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.mp-editorial-columns article,.mp-form-grid article,.mp-lineups article,.mp-scorecard-grid article,.mp-empty-state,.mp-disclosure,.mp-preview-note{border:1px solid var(--mp-line);border-radius:5px;background:#081321;box-shadow:none}
.mp-editorial-columns article,.mp-form-grid article{padding:18px}
.mp-editorial-columns a,.mp-form-grid a,.mp-result-list a,.mp-venue a,.mp-commentary-link,.mp-side-section nav a{color:#cb7dff}
.mp-preview-note{margin-top:12px;padding:16px;border-left:3px solid #b75dff;background:#0a1625}
.mp-player-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;overflow-x:auto}
.mp-player{display:block;min-width:145px;min-height:0;border:1px solid var(--mp-line);border-radius:6px;background:#091522;text-decoration:none;overflow:hidden}
.mp-player>img{display:block;width:100%;height:178px;object-fit:contain;object-position:center bottom;background:linear-gradient(145deg,rgba(111,54,153,.18),transparent)}
.mp-player>div{padding:12px}.mp-player h3{margin:4px 0;color:#fff;font-size:15px}.mp-player p{margin:0;color:#c6d0df;font-size:12px}.mp-player>div>span,.mp-player>div>em{display:none}.mp-player strong{display:flex;align-items:center;gap:5px;margin-top:10px;color:#c879ff;font-size:11px}
.mp-lineups article{padding:18px}.mp-lineups header{display:flex;align-items:center;gap:10px}.mp-lineups li{border-color:var(--mp-line)}.mp-lineups li a{color:#fff}
.mp-lineup-note,.mp-empty-state p{color:var(--mp-muted)}
.mp-disclosure summary{padding:15px;color:#fff}.mp-disclosure[open] summary{border-bottom:1px solid var(--mp-line)}
.mp-live-metrics,.mp-quick-facts{border-color:var(--mp-line)}
.mp-live-metrics>div,.mp-quick-facts>div{border-color:var(--mp-line)}
.mp-side-section dl{margin:14px 0 0}.mp-side-section dl>div{display:grid;grid-template-columns:minmax(90px,.8fr) minmax(0,1.2fr);gap:12px;padding:11px 0;border-top:1px solid var(--mp-line)}
.mp-side-section dt{color:#aab6c8;font-size:12px}.mp-side-section dd{margin:0;color:#eef3ff;font-size:13px;line-height:1.45}
.mp-nearby>a{display:block;padding:15px 0;border-top:1px solid var(--mp-line);text-decoration:none;color:#fff}.mp-nearby>a span{color:var(--mp-muted)}
.mp-side-section nav{display:grid}.mp-side-section nav a{padding:12px 0;border-top:1px solid var(--mp-line);text-decoration:none}
.mp-faq details{border-color:var(--mp-line)}.mp-faq summary{font-size:14px}
.mp-form-grid article{background:#081321}.mp-form-grid h3{color:#fff}.mp-form-grid a{color:#eef3ff}
.mp-h2h-grid>div{background:#081321}.mp-h2h-grid small{color:var(--mp-muted)}
.mp-venue h3{color:#fff}.mp-venue dl div{border-color:var(--mp-line)}
@media(max-width:1050px){.mp-layout{grid-template-columns:1fr}.mp-sidebar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.mp-player-grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:170px}.mp-anchor-nav{top:64px}}
@media(max-width:760px){.mp-page{padding:10px 0 36px}.mp-hero{min-height:0;padding:18px 14px;border-left:0;border-right:0;border-radius:0}.mp-hero-heading h1>span{font-size:25px}.mp-scoreboard{grid-template-columns:1fr 82px 1fr;gap:7px;min-height:145px}.mp-team{display:grid;justify-items:center;gap:5px;text-align:center}.mp-team-away{display:grid;text-align:center}.mp-team-away span{order:2}.mp-team img{width:76px;height:76px}.mp-team strong{font-size:14px}.mp-team small,.mp-team b{display:none}.mp-centre h2{font-size:11px}.mp-centre p{font-size:10px}.mp-centre p:last-child{display:none}.mp-centre>b{width:38px;height:38px;font-size:14px}.mp-hero-status{grid-template-columns:repeat(2,minmax(0,1fr));margin:8px 0 14px}.mp-hero-status>div{padding:11px;border-top:1px solid var(--mp-line)}.mp-hero-status>div:nth-child(odd){border-left:0}.mp-actions a{flex:1 1 145px;padding:0 12px}.mp-anchor-nav{top:62px;margin:10px 0 12px;border-radius:0}.mp-anchor-nav a{padding:15px 14px}.mp-layout{gap:10px}.mp-main-content{gap:10px}.mp-section,.mp-section:first-child,.mp-side-section{padding:20px 15px;border-left:0;border-right:0;border-radius:0}.mp-editorial-columns,.mp-form-grid,.mp-lineups,.mp-scorecard-grid{grid-template-columns:1fr}.mp-sidebar{display:flex}.mp-player-grid{padding-bottom:8px}.mp-player{scroll-snap-align:start}.mp-section-head h2,.mp-side-section h2{font-size:18px}.mp-section-head p,.mp-section p,.mp-side-section p{font-size:14px}.mp-side-section dl>div{grid-template-columns:105px minmax(0,1fr)}}
@media(max-width:390px){.mp-scoreboard{grid-template-columns:1fr 64px 1fr}.mp-team img{width:66px;height:66px}.mp-team strong{font-size:12px}.mp-hero-status dd{font-size:11px}.mp-actions{gap:8px}.mp-actions a{font-size:10px}.mp-side-section dl>div{grid-template-columns:92px minmax(0,1fr)}}

@media(max-width:390px){.mp-actions a{font-size:11px}}

.mp-detailed-scorecard{display:grid;gap:12px;margin-top:14px}
.mp-detailed-scorecard>section{min-width:0;padding:18px;border:1px solid var(--mp-line);border-radius:6px;background:#081321}
.mp-detailed-scorecard>section>h3{margin:0 0 14px;color:#fff;font:800 15px/1.2 Inter,sans-serif;text-transform:uppercase}
.mp-table-wrap{max-width:100%;overflow-x:auto}
.mp-table-wrap table{width:100%;min-width:540px;border-collapse:collapse}
.mp-table-wrap th,.mp-table-wrap td{padding:10px 8px;border-bottom:1px solid var(--mp-line);color:#dce5f2;font:600 12px/1.35 Inter,sans-serif;text-align:right}
.mp-table-wrap th:first-child,.mp-table-wrap td:first-child{text-align:left}
.mp-table-wrap thead th{color:#9eacc0;font-size:10px;text-transform:uppercase}
.mp-commentary-list{list-style:none;margin:0;padding:0}
.mp-commentary-list li{display:grid;grid-template-columns:42px 28px minmax(0,1fr);align-items:start;gap:10px;padding:11px 0;border-top:1px solid var(--mp-line)}
.mp-commentary-list time{color:#c477ff;font-weight:800}.mp-commentary-list b{display:flex;width:27px;height:27px;align-items:center;justify-content:center;border-radius:50%;background:#39485a;color:#fff}
.mp-commentary-list b.is-boundary{background:#67369a}.mp-commentary-list b.is-wicket{background:#c92d38}
.mp-commentary-list p{margin:2px 0 0;color:#d6deeb;font-size:13px;line-height:1.45}
.mp-feed-empty{display:grid;gap:5px;padding:16px;border:1px dashed #30445e;border-radius:5px;background:#07111e}
.mp-feed-empty strong{color:#fff;font-size:13px}.mp-feed-empty span{color:var(--mp-muted);font-size:12px}
.mp-innings-notes{margin:12px 0 0}.mp-innings-notes>div{display:grid;grid-template-columns:120px minmax(0,1fr);gap:12px;padding:8px 0;border-top:1px solid var(--mp-line)}
.mp-innings-notes dt{color:#9eacc0;font-size:11px}.mp-innings-notes dd{margin:0;color:#e8edf6;font-size:12px}
@media(max-width:760px){.mp-detailed-scorecard>section{padding:14px}.mp-commentary-list li{grid-template-columns:36px 28px minmax(0,1fr)}.mp-innings-notes>div{grid-template-columns:96px minmax(0,1fr)}}

/* Keep the locked mobile reading order across main and sidebar sections. */
@media(max-width:1050px){
  .mp-layout{display:grid;grid-template-columns:1fr}
  .mp-main-content,.mp-sidebar{display:contents}
}

.mp-outcome{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1px;margin:0 0 18px;overflow:hidden;border:1px solid var(--mp-line);border-radius:6px;background:var(--mp-line)}
.mp-outcome>div{min-width:0;padding:16px;background:#081321}
.mp-outcome small{display:block;margin-bottom:7px;color:#bd78ff;font:800 10px/1.2 Inter,sans-serif;text-transform:uppercase}
.mp-outcome strong{display:flex;align-items:center;gap:8px;color:#fff;font:800 15px/1.35 Inter,sans-serif}
.mp-outcome img{width:36px;height:36px;object-fit:contain}
.mp-match-standings table{width:100%;margin:13px 0;border-collapse:collapse}
.mp-match-standings th,.mp-match-standings td{padding:10px 6px;border-top:1px solid var(--mp-line);color:#eaf0fa;font-size:12px;text-align:right}
.mp-match-standings th:first-child{text-align:left}
.mp-match-standings tbody th{display:flex;align-items:center;gap:8px}
.mp-match-standings tbody img{width:28px;height:28px;object-fit:contain}
.mp-match-standings>a{display:inline-flex;align-items:center;gap:6px;color:#cb7dff;text-decoration:none}
@media(max-width:760px){.mp-outcome{grid-template-columns:1fr 1fr}.mp-outcome>div{padding:14px}.mp-outcome strong{font-size:13px}}
