/* ============================================================
   SPORTLY v11 — Clean consolidated stylesheet
   ============================================================ */

:root{
  --bg:#050a10;
  --bg-2:#080e18;
  --bg-3:#0c1422;
  --surface:rgba(255,255,255,.035);
  --surface-2:rgba(255,255,255,.06);
  --line:rgba(255,255,255,.08);
  --line-2:rgba(255,255,255,.14);
  --text:#edf2fb;
  --text-2:#c4d1e4;
  --muted:#8b9fc0;
  --accent:#2564ff;
  --gold:#d4a942;
  --container:min(1380px,calc(100% - 48px));
  --header-h:72px;
  --ease-out:cubic-bezier(.16,1,.3,1);
  --ease-smooth:cubic-bezier(.4,0,.2,1);
}

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

html{
  scroll-behavior:smooth;
  -webkit-text-size-adjust:100%;
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  overflow-x:clip;
}

body,h1,h2,h3,h4,p,figure,blockquote,ul,ol{margin:0}

img,video,iframe{
  display:block;
  max-width:100%;
  height:auto;
}

a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
ul{list-style:none;padding:0}

body.sportly-body{
  font-family:'DM Sans',system-ui,sans-serif;
  font-size:16px;
  line-height:1.7;
  color:var(--text);
  background:var(--bg);
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  overflow-x:clip;
  -webkit-font-smoothing:antialiased;
  overscroll-behavior-x:none;
}

body.menu-open{overflow:hidden}

.sportly-site-shell,
.sportly-main,
.sportly-single-shell,
.sportly-reading-stage,
.sportly-reading-stage--editorial{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  overflow-x:clip;
}

.sportly-site-shell{position:relative;min-height:100vh}
.sportly-site-shell::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:0;
  background:
    radial-gradient(ellipse 60% 40% at 10% 8%,rgba(37,100,255,.10),transparent),
    radial-gradient(ellipse 50% 50% at 90% 15%,rgba(212,169,66,.06),transparent);
}

.sportly-container{
  width:var(--container);
  margin-inline:auto;
  min-width:0;
}

.sportly-site-header,.sportly-main,.sportly-site-footer{position:relative;z-index:1}

/* Prevent grid/flex overflow */
.sportly-header-inner,
.sportly-hero__inner,
.sportly-hero__inner--editorial,
.sportly-hero__content-wrap,
.sportly-hero__content-wrap--editorial,
.sportly-story-layout,
.sportly-story-main,
.sportly-story-rail,
.sportly-mission-brief,
.sportly-mission-brief__block,
.sportly-meta-strip,
.sportly-meta-strip--editorial,
.sportly-meta-strip__item,
.sportly-matchboard,
.sportly-matchboard__team,
.sportly-matchboard__score,
.sportly-location,
.sportly-location__body,
.sportly-lineup-stage,
.sportly-lineup-block,
.sportly-video-cinema,
.sportly-card-grid,
.sportly-card__body,
.sportly-home-hubs,
.sportly-home-hub,
.sportly-editorial-flow,
.sportly-section-head,
.sportly-rail-panel,
.sportly-intel-card,
.sportly-match-stats,
.sportly-lightbox__dialog{
  min-width:0;
}

.sportly-display-title,
.sportly-section-title,
.sportly-section-title--minor,
.sportly-timeline-flow__title,
.sportly-card__title,
.sportly-identity-card strong,
.sportly-meta-strip__item strong,
.sportly-honours-log__text,
.sportly-matchboard__team{
  overflow-wrap:anywhere;
  word-break:break-word;
}

/* HEADER */
.sportly-site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(5,10,16,.82);
  backdrop-filter:blur(24px) saturate(1.4);
  border-bottom:1px solid rgba(255,255,255,.05);
}

.sportly-header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:12px 0;
}

.sportly-logo{display:flex;align-items:center;gap:12px;min-width:0}
.sportly-logo-mark{
  width:42px;
  height:42px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--accent),var(--gold));
  color:var(--bg);
  font-weight:800;
  font-size:18px;
  box-shadow:0 8px 24px rgba(37,100,255,.22);
}

.sportly-logo-lockup{display:flex;flex-direction:column;gap:2px;min-width:0}
.sportly-logo-text{
  font-family:'Exo 2',sans-serif;
  font-weight:800;
  font-size:28px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.02em;
}
.sportly-logo-subtitle{
  font-size:10px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--muted);
  font-weight:600;
}
.sportly-logo .custom-logo-link{display:flex;align-items:center}
.sportly-logo .custom-logo{height:40px;width:auto;display:block;object-fit:contain}

.sportly-menu-toggle{
  display:none;
  background:none;
  border:0;
  padding:0;
  color:#fff;
  cursor:pointer;
}

.sportly-menu-toggle span{
  display:block;
  width:22px;
  height:2px;
  background:#fff;
  margin:5px 0;
  border-radius:4px;
  transition:.3s var(--ease-out);
}

.sportly-primary-nav{margin-left:auto;flex-shrink:0;min-width:0}
.sportly-menu{display:flex;gap:22px;align-items:center;min-width:0}
.sportly-menu a{
  font-size:12px;
  color:var(--text-2);
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
  transition:color .25s;
}
.sportly-menu a:hover{color:#fff}

.sportly-scroll-progress{
  position:fixed;
  top:0;
  left:0;
  height:2px;
  width:0%;
  background:linear-gradient(90deg,var(--accent),var(--gold));
  z-index:1001;
  pointer-events:none;
}

.sportly-main{padding-bottom:0}

/* HERO */
.sportly-hero{
  position:relative;
  overflow:hidden;
  min-height:100svh;
  background:var(--bg);
}

.sportly-hero--editorial{min-height:100svh}

.sportly-hero__media{
  position:absolute;
  inset:0;
  overflow:hidden;
}

.sportly-hero__image,
.sportly-bg-video,
.sportly-bg-video-frame{
  width:100%;
  height:100%;
  object-fit:cover;
}

.sportly-hero__image{
  animation:kenBurns 20s ease-in-out infinite alternate;
  will-change:transform;
}

@keyframes kenBurns{
  0%{transform:scale(1)}
  100%{transform:scale(1.08) translate3d(-1%,-.5%,0)}
}

.sportly-bg-video-wrap{
  position:absolute;
  inset:-8%;
  pointer-events:none;
}

.sportly-bg-video-frame{border:0;transform:scale(1.06)}

/* Hero background videos must behave as decorative media, never as playable embeds. */
.sportly-bg-video,
.sportly-bg-video-frame{
  pointer-events:none;
  user-select:none;
}

.sportly-bg-video::-webkit-media-controls,
.sportly-bg-video::-webkit-media-controls-enclosure,
.sportly-video--hero::-webkit-media-controls,
.sportly-video--hero::-webkit-media-controls-enclosure{
  display:none!important;
  opacity:0!important;
  pointer-events:none!important;
}

.sportly-bg-video::-webkit-media-controls-panel,
.sportly-video--hero::-webkit-media-controls-panel{
  display:none!important;
}

.sportly-bg-video-wrap iframe,
.sportly-hero__media iframe,
.sportly-home-hero__media iframe{
  pointer-events:none!important;
}


.sportly-hero__shade{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(5,10,16,.12) 0%,rgba(5,10,16,.30) 30%,rgba(5,10,16,.92) 85%,var(--bg) 100%),
    linear-gradient(90deg,rgba(5,10,16,.72) 0%,rgba(5,10,16,.12) 50%,rgba(5,10,16,.48) 100%);
}

.sportly-hero__grain{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.04;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
  mix-blend-mode:overlay;
}

.sportly-hero__inner{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:100svh;
  padding:0 0 80px;
}

.sportly-hero__inner--editorial{
  max-width:var(--container);
  margin-inline:auto;
  width:100%;
  padding-left:24px;
  padding-right:24px;
  align-items:flex-start;
}

.sportly-hero__content-wrap,
.sportly-hero__content-wrap--editorial{max-width:820px}

.sportly-kicker{
  margin:0 0 16px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--gold);
  text-decoration:none;
  display:block;
}
.sportly-kicker:hover{color:#fff}
.sportly-kicker--ghost{color:var(--muted)}

.sportly-display-title{
  margin:0;
  font-family:'Exo 2',sans-serif;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:-.025em;
  line-height:.9;
  text-wrap:balance;
}

.sportly-display-title--hero{font-size:clamp(44px,6.5vw,100px);max-width:none}
.sportly-display-title--archive{font-size:clamp(50px,7vw,94px);max-width:none}
.sportly-display-title a{color:inherit}

.sportly-hero__subtitle,
.sportly-hero__subtitle--editorial{
  margin:20px 0 0;
  font-size:clamp(20px,2.2vw,28px);
  line-height:1.2;
  max-width:28ch;
  color:#fff;
  text-wrap:balance;
}

.sportly-hero__intro,
.sportly-hero__intro--editorial{
  margin:18px 0 0;
  font-size:17px;
  line-height:1.8;
  max-width:58ch;
  color:var(--text-2);
}

.sportly-hero__meta-line{
  display:flex;
  flex-wrap:wrap;
  gap:8px 14px;
  align-items:center;
  margin-top:22px;
  color:var(--text-2);
  font-size:13px;
  font-weight:600;
}

.sportly-hero__meta-line i{
  width:3px;
  height:3px;
  border-radius:50%;
  background:rgba(255,255,255,.36);
}

.sportly-meta-strip,
.sportly-meta-strip--editorial{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  margin-top:28px;
  border-top:1px solid var(--line-2);
  border-bottom:1px solid var(--line);
  background:rgba(5,10,16,.50);
  backdrop-filter:blur(16px);
}

.sportly-meta-strip__item{
  display:flex;
  flex-direction:column;
  padding:16px 18px;
}

.sportly-meta-strip__item + .sportly-meta-strip__item{border-left:1px solid var(--line)}

.sportly-meta-strip__icon{
  display:flex;
  align-items:center;
  margin-bottom:6px;
  color:var(--sportly-accent,var(--accent));
  opacity:.7;
}
.sportly-meta-strip__icon svg{display:block}

.sportly-meta-strip__item span{
  display:block;
  font-size:10px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--muted);
  margin-bottom:6px;
  font-weight:600;
}

.sportly-meta-strip__item strong{
  display:block;
  font-size:17px;
  line-height:1.3;
  color:#fff;
}

.sportly-scroll-cue{
  position:absolute;
  bottom:24px;
  left:50%;
  transform:translateX(-50%);
  z-index:3;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  color:var(--muted);
  font-size:10px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:600;
  animation:cuePulse 2.4s ease-in-out infinite;
}

.sportly-scroll-cue__line{
  width:1px;
  height:32px;
  background:linear-gradient(180deg,var(--accent),transparent);
  position:relative;
  overflow:hidden;
}

.sportly-scroll-cue__line::after{
  content:"";
  position:absolute;
  top:-100%;
  left:0;
  width:100%;
  height:100%;
  background:#fff;
  animation:lineDrop 2s infinite ease-in-out;
}

@keyframes lineDrop{
  0%{top:-100%}
  60%,100%{top:120%}
}

@keyframes cuePulse{
  0%,100%{opacity:.5}
  50%{opacity:1}
}

.sportly-hero__content-wrap > *{animation:heroUp .9s var(--ease-out) both}
.sportly-hero__content-wrap > *:nth-child(1){animation-delay:.1s}
.sportly-hero__content-wrap > *:nth-child(2){animation-delay:.2s}
.sportly-hero__content-wrap > *:nth-child(3){animation-delay:.3s}
.sportly-hero__content-wrap > *:nth-child(4){animation-delay:.4s}
.sportly-hero__content-wrap > *:nth-child(5){animation-delay:.5s}
.sportly-hero__content-wrap > *:nth-child(6){animation-delay:.6s}
.sportly-hero__content-wrap > *:nth-child(7){animation-delay:.7s}

@keyframes heroUp{
  from{opacity:0;transform:translateY(32px)}
  to{opacity:1;transform:none}
}

.sportly-hero--team::after,
.sportly-hero--match::after,
.sportly-hero--competition::after,
.sportly-hero--person::after{display:none}

.sportly-hero--competition .sportly-meta-strip--editorial{border-color:rgba(139,111,255,.2)}
.sportly-hero--person .sportly-meta-strip--editorial{border-color:rgba(255,123,79,.2)}

/* SINGLE SHELL */
.sportly-single-shell{position:relative;z-index:1}
.sportly-section{padding:64px 0}
.sportly-section--compact{padding-top:28px}

/* Static page header */
.sportly-page-header{padding:72px 0 48px;border-bottom:1px solid var(--line)}
.sportly-page-header__inner{max-width:820px;min-width:0}
.sportly-page-header__title{font-size:clamp(40px,5.5vw,80px);line-height:.92;margin:0 0 20px}
.sportly-page-header__intro{
  margin:0;
  font-size:20px;
  line-height:1.7;
  color:var(--text-2);
  max-width:60ch;
}

@media(max-width:800px){
  .sportly-page-header{padding:52px 0 36px}
  .sportly-page-header__intro{font-size:18px}
}

@media(max-width:600px){
  .sportly-page-header{padding:40px 0 28px}
  .sportly-page-header__title{font-size:clamp(34px,10vw,56px)}
  .sportly-page-header__intro{font-size:17px}
}

.sportly-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:28px;
  position:relative;
  padding-top:14px;
}

.sportly-section-head::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:48px;
  height:2px;
  background:linear-gradient(90deg,var(--sportly-accent,var(--accent)),var(--gold));
}

.sportly-section-head::after{
  content:'';
  display:block;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--sportly-accent,var(--accent));
  box-shadow:0 0 0 3px rgba(37,100,255,.15);
  flex-shrink:0;
  align-self:flex-end;
  margin-bottom:4px;
}

.sportly-section-head .sportly-kicker{display:flex;align-items:center;gap:6px}
.sportly-section-head .sportly-kicker::before{
  content:'';
  display:inline-block;
  width:12px;
  height:1px;
  background:var(--gold);
  vertical-align:middle;
  flex-shrink:0;
}

.sportly-section-title{
  margin:0;
  font-family:'Exo 2',sans-serif;
  text-transform:uppercase;
  letter-spacing:-.015em;
  line-height:.94;
  font-size:clamp(34px,4vw,60px);
}

.sportly-section-title--minor{
  font-size:clamp(32px,3.5vw,56px);
  max-width:none;
  text-wrap:balance;
}

.sportly-editorial-flow{
  max-width:1320px;
  margin:0 auto;
  display:grid;
  gap:72px;
}

.sportly-editorial-flow > *{min-width:0}

/* POST-TYPE ACCENTS */
.sportly-single-shell--competition .sportly-section-head::before,
.sportly-single-shell--competition .sportly-focus-band::before{
  background:linear-gradient(90deg,#8b6fff,rgba(212,169,66,.3));
}

.sportly-single-shell--team .sportly-section-head::before,
.sportly-single-shell--team .sportly-focus-band::before{
  background:linear-gradient(90deg,var(--gold),rgba(37,100,255,.3));
}

.sportly-single-shell--match .sportly-section-head::before,
.sportly-single-shell--match .sportly-focus-band::before{
  background:linear-gradient(90deg,#2db8ff,rgba(255,255,255,.15));
}

.sportly-single-shell--person .sportly-section-head::before,
.sportly-single-shell--person .sportly-focus-band::before{
  background:linear-gradient(90deg,#ff7b4f,rgba(255,255,255,.15));
}

.sportly-single-shell--person .sportly-focus-band--neutral::before{display:none!important}
.sportly-single-shell--person .sportly-focus-band--neutral{
  background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.015))!important;
  border-color:var(--line-2)!important;
}

.sportly-single-shell--competition .sportly-focus-band--neutral::before{display:none!important}
.sportly-single-shell--competition .sportly-focus-band--neutral{
  background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.015))!important;
  border-color:var(--line-2)!important;
}

.sportly-single-shell--match .sportly-matchboard{border-color:rgba(45,184,255,.15)}
.sportly-single-shell--match .sportly-focus-band--mission::before{display:none}
.sportly-single-shell--match .sportly-focus-band--mission{background:rgba(255,255,255,.035)}
.sportly-single-shell--match .sportly-stat-row__fill--home{background:var(--sportly-home-stat-color,var(--sportly-home-color,var(--sportly-accent,var(--accent))))}
.sportly-single-shell--match .sportly-stat-row__fill--away{background:var(--sportly-away-stat-color,var(--sportly-away-color,var(--gold)))}

/* ENTRY */
.sportly-entry{
  max-width:780px;
  margin:0 auto;
  font-size:18px;
  line-height:1.95;
  color:var(--text);
}

.sportly-entry--longform,
.sportly-entry--narrow{
  max-width:780px;
  margin:0 auto;
}

.sportly-entry .entry-content h2,
.sportly-entry h2{
  font-family:'Exo 2',sans-serif;
  font-size:clamp(28px,3.2vw,42px);
  line-height:1.05;
  letter-spacing:-.01em;
  margin:64px 0 18px;
  max-width:none;
  position:relative;
  padding-top:16px;
}

.sportly-entry .entry-content h2::before,
.sportly-entry h2::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:40px;
  height:2px;
  background:linear-gradient(90deg,var(--sportly-accent,var(--accent)),transparent);
}

.sportly-entry .entry-content h3,
.sportly-entry h3{
  font-family:'Exo 2',sans-serif;
  font-size:clamp(22px,2.4vw,32px);
  line-height:1.1;
  margin:48px 0 14px;
}

.sportly-entry .entry-content p,
.sportly-entry p{margin:0 0 22px}

.sportly-entry .entry-content > *:first-child,
.sportly-entry > *:first-child{margin-top:0}

.sportly-entry .entry-content a{
  color:var(--accent);
  border-bottom:1px solid rgba(37,100,255,.3);
  transition:border-color .25s;
}
.sportly-entry .entry-content a:hover{border-color:var(--accent)}

/* Main article body must never depend on JavaScript reveal state.
   This prevents Chrome/extension/observer failures from leaving the longform text invisible. */
.sportly-reading-stage > .sportly-entry[data-reveal],
.sportly-single-shell .sportly-reading-stage > .sportly-entry[data-reveal],
.sportly-reading-stage > .sportly-entry[data-reveal] .entry-content,
.sportly-single-shell .sportly-reading-stage > .sportly-entry[data-reveal] .entry-content{
  opacity:1!important;
  transform:none!important;
  transition:none!important;
  visibility:visible!important;
}

/* PULL QUOTE */
.sportly-pull-quote,
.sportly-pull-quote--editorial{
  position:relative;
  margin:0;
  padding:0 0 0 28px;
  font-family:'Exo 2',sans-serif;
  font-size:clamp(28px,3.5vw,48px);
  line-height:1.3;
  color:#fff;
  max-width:100%;
  border:0;
  background:none;
  box-shadow:none;
}

.sportly-pull-quote::before,
.sportly-pull-quote--editorial::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  background:linear-gradient(180deg,var(--gold),var(--accent));
}

/* FOCUS BAND */
.sportly-focus-band{
  position:relative;
  padding:28px 32px;
  border-radius:20px;
  border:1px solid var(--line);
  background:linear-gradient(135deg,rgba(255,255,255,.03),rgba(255,255,255,.015));
  backdrop-filter:blur(8px);
  overflow:hidden;
}

.sportly-focus-band::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(37,100,255,.08),transparent 40%,rgba(212,169,66,.04));
  pointer-events:none;
}

.sportly-focus-band__copy{
  position:relative;
  z-index:1;
  font-size:20px;
  line-height:1.75;
  max-width:100%;
  color:var(--text);
}

.sportly-focus-band__copy p{margin:0 0 1em}
.sportly-focus-band__copy p:last-child{margin-bottom:0}
.sportly-focus-band--mission{border-color:rgba(37,100,255,.18)}
.sportly-focus-band--mission .sportly-focus-band__copy{font-size:21px;line-height:1.75}

.sportly-focus-band--neutral{
  background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.015))!important;
  border-color:var(--line-2)!important;
}
.sportly-focus-band--neutral::before,
.sportly-focus-band--neutral::after{display:none!important}
.sportly-focus-band--neutral .sportly-focus-band__copy,
.sportly-focus-band--neutral .sportly-kicker{color:var(--text)}

/* MISSION BRIEF */
.sportly-mission-brief{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:0;
  align-items:start;
  padding:48px 0 40px;
  border-top:1px solid var(--line);
  position:relative;
}

.sportly-mission-brief::after{
  content:'';
  position:absolute;
  top:48px;
  bottom:40px;
  left:57.5%;
  width:1px;
  transform:translateX(-50%);
  background:linear-gradient(180deg,transparent,var(--line-2) 15%,var(--line-2) 85%,transparent);
  pointer-events:none;
}

.sportly-mission-brief__block{padding:0 48px 0 0}
.sportly-mission-brief__block + .sportly-mission-brief__block{padding:0 0 0 48px}

.sportly-mission-brief__copy{
  font-size:20px;
  line-height:1.78;
  color:var(--text);
  overflow-wrap:anywhere;
}

.sportly-mission-brief__copy p{margin:0 0 20px}
.sportly-mission-brief__copy p:last-child{margin-bottom:0}

/* MISSION SEPARATOR */
.sportly-mission-sep{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  margin:44px 0 0;
  font-size:9px;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:rgba(37,100,255,.4);
  font-weight:700;
  font-family:'Exo 2',monospace;
  user-select:none;
}

.sportly-mission-sep::before,
.sportly-mission-sep::after{
  content:'';
  flex:1;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(37,100,255,.18),transparent);
}

.sportly-mission-sep span{
  color:var(--gold);
  font-size:12px;
  flex-shrink:0;
}

/* INTEL CARDS */
.sportly-intel{
  position:relative;
  padding:48px 0 40px;
  border-top:1px solid var(--line);
}

.sportly-intel::before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(37,100,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(37,100,255,.025) 1px,transparent 1px);
  background-size:48px 48px;
  z-index:0;
}

.sportly-intel__header{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:28px;
  flex-wrap:wrap;
}

.sportly-intel__header-left .sportly-kicker{margin-bottom:8px}

.sportly-intel__title{
  margin:0;
  font-family:'Exo 2',sans-serif;
  font-size:clamp(28px,3vw,42px);
  line-height:.96;
  text-transform:uppercase;
  letter-spacing:-.01em;
  color:#fff;
}

.sportly-intel__counter{
  font-family:'Exo 2',monospace;
  font-size:12px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--sportly-accent,var(--accent));
  padding:7px 16px;
  border-radius:999px;
  border:1px solid rgba(37,100,255,.28);
  background:rgba(37,100,255,.07);
  white-space:nowrap;
  transition:color .3s;
}

.sportly-intel__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(260px,1fr));
  gap:14px;
}

.sportly-intel-card{
  position:relative;
  padding:24px 22px 26px;
  border-radius:16px;
  border:1px solid var(--line);
  background:linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,.008));
  overflow:hidden;
  cursor:default;
  transition:
    border-color .4s var(--ease-out),
    background .4s var(--ease-out),
    box-shadow .4s var(--ease-out),
    transform .3s var(--ease-out);
}

.sportly-intel-card::before,
.sportly-intel-card::after{
  content:'';
  position:absolute;
  width:14px;
  height:14px;
  opacity:0;
  transition:opacity .35s var(--ease-out);
}

.sportly-intel-card::before{
  top:10px;
  left:10px;
  border-top:1px solid var(--sportly-accent,var(--accent));
  border-left:1px solid var(--sportly-accent,var(--accent));
}

.sportly-intel-card::after{
  bottom:10px;
  right:10px;
  border-bottom:1px solid var(--sportly-accent,var(--accent));
  border-right:1px solid var(--sportly-accent,var(--accent));
}

.sportly-intel-card:hover{
  border-color:rgba(37,100,255,.42);
  background:linear-gradient(145deg,rgba(37,100,255,.07),rgba(255,255,255,.015));
  box-shadow:0 0 40px rgba(37,100,255,.14),0 0 0 1px rgba(37,100,255,.08) inset;
  transform:translateY(-2px);
}

.sportly-intel-card:hover::before,
.sportly-intel-card:hover::after{opacity:1}

.sportly-intel-card__scan{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,transparent 0%,rgba(37,100,255,.12) 45%,rgba(37,100,255,.22) 50%,rgba(37,100,255,.12) 55%,transparent 100%);
  transform:translateY(-110%);
  z-index:3;
}

.sportly-intel-card.is-scanned .sportly-intel-card__scan{
  animation:intelScan .7s cubic-bezier(.4,0,.2,1) forwards;
}

.sportly-intel-card__num{
  position:absolute;
  top:8px;
  right:14px;
  font-family:'Exo 2',sans-serif;
  font-size:80px;
  line-height:1;
  font-weight:800;
  color:rgba(255,255,255,.04);
  pointer-events:none;
  user-select:none;
  transition:color .4s;
}

.sportly-intel-card:hover .sportly-intel-card__num{color:rgba(37,100,255,.09)}

.sportly-intel-card__label{
  font-size:9px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--sportly-accent,var(--accent));
  font-weight:700;
  margin-bottom:10px;
  display:block;
  opacity:.8;
}

.sportly-intel-card__text{
  font-size:15px;
  line-height:1.75;
  color:var(--text);
  position:relative;
  z-index:1;
  max-width:44ch;
}

.sportly-intel-card.intel-locked{opacity:.4;filter:blur(1px)}
.sportly-intel-card.is-scanned{opacity:1;filter:none}

@keyframes intelScan{
  0%{transform:translateY(-110%);opacity:1}
  85%{opacity:.9}
  100%{transform:translateY(110%);opacity:0}
}

/* HONOURS LOG */
.sportly-honours-log{position:relative;padding:36px 0 0}

.sportly-honours-log__header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:0;
  padding-bottom:16px;
  border-bottom:1px solid var(--line);
}

.sportly-honours-log__title{
  margin:0;
  font-family:'Exo 2',sans-serif;
  font-size:clamp(26px,3vw,38px);
  line-height:.96;
  text-transform:uppercase;
  color:#fff;
}

.sportly-honours-log__list{margin:0;padding:0;list-style:none}

.sportly-honours-log__item{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:18px;
  align-items:center;
  padding:16px 0;
  border-bottom:1px solid rgba(255,255,255,.05);
}

.sportly-honours-log__item:last-child{border-bottom:0}

.sportly-honours-log__idx{
  font-family:'Exo 2',sans-serif;
  font-size:14px;
  font-weight:800;
  letter-spacing:.08em;
  color:var(--gold);
  line-height:1;
  padding-top:2px;
}

.sportly-honours-log__idx::before{
  content:'\2605 ';
  font-size:10px;
  opacity:.6;
  vertical-align:middle;
}

.sportly-honours-log__text{
  font-size:16px;
  line-height:1.65;
  color:var(--text-2);
}

/* MATCHBOARD */
.sportly-matchboard{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:20px;
  align-items:center;
  padding:28px 32px;
  border-radius:20px;
  border:1px solid var(--line);
  background:linear-gradient(135deg,rgba(37,100,255,.06),rgba(255,255,255,.025));
  position:relative;
  overflow:visible;
}

.sportly-matchboard__team{
  font-family:'Exo 2',sans-serif;
  font-size:clamp(36px,4vw,52px);
  line-height:.92;
  text-transform:uppercase;
  letter-spacing:-.02em;
  display:flex;
  align-items:center;
  gap:12px;
}

.sportly-matchboard__team--right{justify-content:flex-end}

.sportly-matchboard__score{text-align:center}

.sportly-matchboard__score strong{
  display:block;
  font-family:'Exo 2',sans-serif;
  font-size:clamp(48px,5vw,72px);
  line-height:.88;
  background:linear-gradient(180deg,#fff,var(--text-2));
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}

.sportly-matchboard__score span{
  display:block;
  margin-top:8px;
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--muted);
}

.sportly-matchboard__logo{
  width:56px;
  height:56px;
  object-fit:contain;
  display:block;
  flex-shrink:0;
  filter:drop-shadow(0 2px 8px rgba(0,0,0,.4));
}

.sportly-matchboard--encounter{
  padding:28px 36px;
  background:linear-gradient(135deg,rgba(37,100,255,.07),rgba(255,255,255,.02));
  border-color:rgba(37,100,255,.2);
  position:relative;
  overflow:visible;
}

.sportly-matchboard--encounter::before{
  content:'';
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(37,100,255,.03) 1px,transparent 1px),
    linear-gradient(90deg,rgba(37,100,255,.03) 1px,transparent 1px);
  background-size:40px 40px;
  pointer-events:none;
}

.sportly-matchboard--encounter .sportly-matchboard__score strong{
  animation:scoreBrightness 3s ease-in-out infinite;
}

@keyframes scoreBrightness{
  0%,100%{filter:brightness(1)}
  50%{filter:brightness(1.22) drop-shadow(0 0 12px rgba(37,100,255,.4))}
}

/* IDENTITY GRID */
.sportly-identity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.sportly-identity-grid--hero{
  margin-top:22px;
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
  gap:12px;
}
.sportly-identity-grid--hero .sportly-identity-card{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.12);
}

.sportly-identity-card{
  padding:20px 22px;
  border-radius:16px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));
}

.sportly-identity-card span{
  display:block;
  font-size:10px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--muted);
  margin-bottom:8px;
  font-weight:600;
}

.sportly-identity-card strong{
  font-family:'Exo 2',sans-serif;
  font-size:28px;
  line-height:1.05;
  text-transform:uppercase;
}

/* RAIL / SIDEBAR */
.sportly-story-layout{display:grid;grid-template-columns:1fr;gap:0}

@media(min-width:1100px){
  .sportly-story-layout{
    grid-template-columns:minmax(0,1fr) 300px;
    gap:52px;
    align-items:start;
  }

  .sportly-story-rail{
    display:flex;
    flex-direction:column;
    gap:16px;
    position:sticky;
    top:calc(var(--header-h) + 28px);
    margin-bottom:0;
  }
}

.sportly-story-main{min-width:0}
.sportly-story-rail{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin-bottom:48px;
}

.sportly-rail-panel{
  padding:22px 24px;
  border-radius:18px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));
  backdrop-filter:blur(8px);
  position:relative;
  overflow:hidden;
}

.sportly-rail-panel::after{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  height:1px;
  background:linear-gradient(90deg,var(--sportly-accent,var(--accent)),transparent);
  opacity:.5;
}

.sportly-rail-panel--accent{background:linear-gradient(180deg,rgba(37,100,255,.08),rgba(255,255,255,.02))}
.sportly-rail-panel .sportly-kicker{margin-bottom:14px}

.sportly-rail-list{
  margin:0;
  padding-left:18px;
  list-style:disc;
  display:grid;
  gap:10px;
  color:var(--text);
}

.sportly-rail-panel p{margin:0;color:var(--text);line-height:1.8}
.sportly-module{position:relative}
.sportly-module + .sportly-module{margin-top:0}

/* TIMELINE */
.sportly-timeline-flow{display:grid;gap:0;position:relative;margin-top:20px}

.sportly-timeline-flow::before{
  content:'';
  position:absolute;
  left:20px;
  top:0;
  bottom:0;
  width:1px;
  background:linear-gradient(180deg,var(--sportly-accent,var(--accent)),var(--line),transparent);
}

.sportly-timeline-flow__item{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:28px;
  align-items:start;
  padding:32px 0;
  border-bottom:1px solid var(--line);
}

.sportly-timeline-flow__item:last-child{border-bottom:0}
.sportly-timeline-flow__rail{display:flex;justify-content:center;padding-top:6px}
.sportly-timeline-flow__content{min-width:0}

.sportly-timeline-flow__dot{
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--sportly-accent,var(--accent));
  box-shadow:0 0 0 6px rgba(37,100,255,.12),0 0 20px rgba(37,100,255,.20);
  z-index:1;
  flex-shrink:0;
}

.sportly-kicker--timeline{margin-bottom:6px;color:var(--muted)}

.sportly-timeline-flow__title{
  font-family:'Exo 2',sans-serif;
  font-size:clamp(26px,2.8vw,40px);
  line-height:1;
  text-transform:uppercase;
  max-width:none;
  margin:0 0 10px;
  color:#fff;
}

.sportly-timeline-flow__body{max-width:100%}
.sportly-timeline-flow__body p{
  font-size:16px;
  line-height:1.85;
  color:var(--text-2);
  margin:0 0 1em;
}
.sportly-timeline-flow__body p:last-child{margin-bottom:0}

.sportly-timeline-flow__media{
  margin-top:16px;
  max-width:720px;
  border-radius:16px;
  overflow:hidden;
  position:relative;
}

.sportly-timeline-flow__media img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  filter:saturate(.92) contrast(1.02);
}

.sportly-timeline-flow__media::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent,rgba(5,10,16,.16));
  pointer-events:none;
}

.sportly-image-attribution{
  display:block;
  margin-top:8px;
  font-size:11px;
  letter-spacing:.06em;
  color:var(--muted);
  font-style:italic;
  position:relative;
  z-index:2;
}

.sportly-image-attribution a{
  color:var(--accent);
  text-decoration:underline;
  text-decoration-color:rgba(37,100,255,.35);
  cursor:pointer;
  pointer-events:auto;
}

.sportly-image-attribution a:hover{
  color:#fff;
  text-decoration-color:rgba(255,255,255,.4);
}

/* GALLERY */
.sportly-gallery-film{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:14px;
  margin-top:20px;
}

.sportly-gallery-film__item{
  position:relative;
  display:block;
  border:0;
  background:none;
  padding:0;
  text-align:left;
  overflow:hidden;
  cursor:pointer;
  border-radius:16px;
  min-width:0;
}

.sportly-gallery-film__item:nth-child(6n+1),
.sportly-gallery-film__item:nth-child(6n+4){grid-column:span 7}

.sportly-gallery-film__item:nth-child(6n+2),
.sportly-gallery-film__item:nth-child(6n+3),
.sportly-gallery-film__item:nth-child(6n+5),
.sportly-gallery-film__item:nth-child(6n+6){grid-column:span 5}

.sportly-gallery-film__frame{display:block;overflow:hidden;border-radius:16px}
.sportly-gallery-film__frame img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  filter:saturate(.88) contrast(1.04);
  transition:transform .8s var(--ease-out),filter .5s;
}

.sportly-gallery-film__item:hover .sportly-gallery-film__frame img{
  transform:scale(1.06);
  filter:saturate(1) contrast(1.02);
}

.sportly-gallery-film__wash{
  position:absolute;
  inset:0;
  border-radius:16px;
  background:linear-gradient(180deg,transparent 30%,rgba(5,10,16,.82) 100%);
  pointer-events:none;
}

.sportly-gallery-film__meta{
  position:absolute;
  left:18px;
  right:18px;
  bottom:16px;
  display:grid;
  gap:6px;
  z-index:2;
}

.sportly-gallery-film__meta strong{
  font-size:20px;
  line-height:1.1;
  color:#fff;
  max-width:20ch;
}

.sportly-gallery-film__meta em{
  font-style:normal;
  font-size:14px;
  line-height:1.5;
  color:var(--text-2);
  max-width:36ch;
}

/* LIGHTBOX */
.sportly-lightbox[hidden]{display:none}

.sportly-lightbox{
  position:fixed;
  inset:0;
  z-index:999999;
}

.sportly-lightbox__backdrop{
  position:absolute;
  inset:0;
  background:rgba(4,8,14,.90);
  backdrop-filter:blur(20px);
}

.sportly-lightbox__dialog{
  position:relative;
  z-index:2;
  width:min(1200px,calc(100% - 48px));
  max-width:calc(100vw - 48px);
  margin:48px auto;
  display:grid;
  grid-template-columns:1fr 280px;
  gap:28px;
  align-items:start;
}

.sportly-lightbox__media img{
  width:100%;
  max-height:82vh;
  object-fit:contain;
  border-radius:16px;
  background:#060a10;
}

.sportly-lightbox__meta{padding-top:12px}
.sportly-lightbox__meta h3{
  font-family:'Exo 2',sans-serif;
  font-size:30px;
  line-height:1.05;
  margin:0 0 16px;
}
.sportly-lightbox__meta p{
  font-size:16px;
  line-height:1.85;
  color:var(--text-2);
  margin:0 0 14px;
}
.sportly-lightbox__meta small{
  display:block;
  font-size:13px;
  line-height:1.6;
  color:var(--muted);
}

.sportly-lightbox__meta a{
  color:var(--accent);
  text-decoration:underline;
  text-decoration-color:rgba(37,100,255,.35);
  cursor:pointer;
}
.sportly-lightbox__meta a:hover{color:#fff}

.sportly-lightbox__close{
  position:fixed;
  top:20px;
  right:20px;
  z-index:5;
  width:44px;
  height:44px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.2);
  background:rgba(5,10,16,.8);
  color:#fff;
  font-size:24px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:background .25s;
}

.sportly-lightbox__close:hover{background:rgba(255,255,255,.12)}

.sportly-lightbox__nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:4;
  width:52px;
  height:52px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(5,10,16,.7);
  backdrop-filter:blur(12px);
  color:#fff;
  font-size:32px;
  line-height:1;
  cursor:pointer;
  transition:background .25s,border-color .25s;
  display:flex;
  align-items:center;
  justify-content:center;
}

.sportly-lightbox__nav:hover{
  background:rgba(37,100,255,.25);
  border-color:rgba(37,100,255,.5);
}

.sportly-lightbox__nav--prev{left:16px}
.sportly-lightbox__nav--next{right:16px}
.sportly-lightbox__nav[hidden]{display:none}

.sportly-lightbox__counter{
  position:fixed;
  bottom:20px;
  left:50%;
  transform:translateX(-50%);
  font-size:11px;
  letter-spacing:.18em;
  color:var(--muted);
  text-transform:uppercase;
  background:rgba(5,10,16,.7);
  padding:6px 16px;
  border-radius:999px;
  backdrop-filter:blur(8px);
  z-index:5;
}

/* VIDEO */
.sportly-video-cinema{
  display:grid;
  grid-template-columns:1fr 320px;
  gap:28px;
  align-items:start;
}

.sportly-video-stage,
.sportly-video-stage--cinema{
  border-radius:20px;
  overflow:hidden;
  background:#000;
}

.sportly-responsive-embed,
.sportly-video-stage video{width:100%;aspect-ratio:16/9}

.sportly-responsive-embed iframe,
.sportly-responsive-embed video,
.sportly-video-stage video{
  width:100%;
  height:100%;
  border:0;
}

.sportly-video-cinema__copy{padding-top:8px;max-width:32ch}
.sportly-video-cinema__copy p{
  font-size:17px;
  line-height:1.85;
  color:var(--text-2);
  margin:0;
}

.sportly-video{width:100%;height:100%;object-fit:cover}
.sportly-video--hero{position:absolute;inset:0}

/* LOCATIONS */
.sportly-locations{display:grid;gap:0}

.sportly-location{
  display:grid;
  grid-template-columns:minmax(280px,.85fr) 1fr;
  border-top:1px solid var(--line);
  padding:20px 0;
  align-items:start;
  gap:0;
}

.sportly-location__media{
  display:flex;
  flex-direction:column;
  gap:8px;
  height:100%;
}

.sportly-location__figure{
  width:100%;
  flex:1;
  position:relative;
}

.sportly-location__figure img{
  width:100%;
  height:100%;
  min-height:240px;
  object-fit:cover;
  border-radius:16px;
}

.sportly-location__body{padding:8px 0 0 24px}
.sportly-location__body h3{
  font-family:'Exo 2',sans-serif;
  font-size:clamp(28px,2.8vw,40px);
  line-height:.96;
  text-transform:uppercase;
  margin:0 0 20px;
  max-width:none;
}

.sportly-location__body p{
  margin:0;
  color:var(--text-2);
  font-size:17px;
  line-height:1.85;
  max-width:52ch;
}

/* LINEUP & MATCH STATS */
.sportly-lineup-stage{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  padding:28px 0;
  border-top:1px solid var(--line);
}

.sportly-lineup-block{display:flex;flex-direction:column;padding:0 32px}
.sportly-lineup-block:first-child{padding-left:0;border-right:1px solid var(--line)}
.sportly-lineup-block:last-child{padding-right:0}
.sportly-lineup-block .sportly-kicker{margin-bottom:8px}

.sportly-lineup-coach{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 16px;
  color:var(--text-2);
  font-size:13px;
  line-height:1.5;
}

.sportly-lineup-coach span{
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--muted);
}

.sportly-lineup-formation{
  display:inline-block;
  font-family:'Exo 2',sans-serif;
  font-size:36px;
  font-weight:800;
  text-transform:uppercase;
  color:#fff;
  line-height:1;
  margin-bottom:16px;
}

.sportly-lineup-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:2px;
}

.sportly-lineup-list li{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:15px;
  line-height:1.6;
  color:var(--text-2);
  padding:6px 10px;
  border-radius:8px;
  border:1px solid transparent;
  transition:background .2s,border-color .2s;
}

.sportly-lineup-list li:hover{
  background:rgba(255,255,255,.04);
  border-color:var(--line);
}

.sportly-lineup-num{
  font-family:'Exo 2',sans-serif;
  font-size:13px;
  font-weight:700;
  color:var(--muted);
  min-width:22px;
  text-align:right;
  flex-shrink:0;
  letter-spacing:.04em;
}

.sportly-player-shirt{
  position:relative;
  display:inline-grid;
  place-items:center;
  width:34px;
  height:30px;
  min-width:34px;
  padding-top:2px;
  font-family:'Exo 2',sans-serif;
  font-size:13px;
  font-weight:900;
  line-height:1;
  color:var(--team-shirt-text-color,#fff);
  background:var(--team-shirt-color,var(--sportly-home-color,var(--sportly-accent,var(--accent))));
  border:1px solid rgba(255,255,255,.22);
  border-color:color-mix(in srgb,var(--team-shirt-text-color,#fff) 34%,transparent);
  border-radius:7px 7px 10px 10px;
  text-align:center;
  text-shadow:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 6px 18px rgba(0,0,0,.24);
  clip-path:polygon(18% 0,34% 0,40% 10%,60% 10%,66% 0,82% 0,100% 18%,88% 40%,80% 33%,80% 100%,20% 100%,20% 33%,12% 40%,0 18%);
}

.sportly-lineup-stage--basketball .sportly-player-shirt{
  width:32px;
  height:34px;
  min-width:32px;
  padding-top:0;
  border-radius:10px 10px 7px 7px;
  clip-path:polygon(16% 0,34% 0,38% 13%,62% 13%,66% 0,84% 0,94% 100%,6% 100%);
}

.sportly-lineup-name{flex:1}

.sportly-match-stats{
  padding:24px 0;
  border-top:1px solid var(--line);
  display:grid;
  gap:14px;
}

.sportly-match-stats__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:20px;
  padding-bottom:12px;
  border-bottom:1px solid var(--line);
}

.sportly-match-stats__header .sportly-kicker{margin-bottom:0}

.sportly-match-stats__teams{
  display:flex;
  gap:24px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--muted);
}

.sportly-match-stats__teams span:first-child{color:var(--sportly-home-stat-color,var(--sportly-home-color,var(--sportly-accent,var(--accent))))}
.sportly-match-stats__teams span:last-child{color:var(--sportly-away-stat-color,var(--sportly-away-color,var(--gold)))}

.sportly-stat-row{
  display:grid;
  grid-template-columns:52px 1fr 52px;
  gap:10px;
  align-items:center;
}

.sportly-stat-row__val{
  font-family:'Exo 2',sans-serif;
  font-size:20px;
  font-weight:700;
  color:#fff;
  line-height:1;
}

.sportly-stat-row__val--right{text-align:right}
.sportly-stat-row__middle{display:flex;flex-direction:column;gap:6px}

.sportly-stat-row__label{
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--muted);
  text-align:center;
}

.sportly-stat-row__bar{
  display:flex;
  height:4px;
  border-radius:4px;
  overflow:hidden;
  background:rgba(255,255,255,.08);
}

.sportly-stat-row__fill{height:100%}
.sportly-stat-row__fill--home{background:var(--sportly-home-color,var(--sportly-accent,var(--accent)))}
.sportly-stat-row__fill--away{background:var(--sportly-away-color,var(--gold))}

/* CARDS */
.sportly-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}

.sportly-card{
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));
  border:1px solid var(--line);
  border-radius:20px;
  overflow:hidden;
  transition:transform .4s var(--ease-out),border-color .3s;
}

.sportly-card:hover{transform:translateY(-4px);border-color:var(--line-2)}

.sportly-card__media{
  position:relative;
  display:block;
  aspect-ratio:16/10;
  overflow:hidden;
  background:var(--bg-3);
}

.sportly-card__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 50%,rgba(5,10,16,.64));
}

.sportly-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .6s var(--ease-out);
}

.sportly-card:hover .sportly-card__media img{transform:scale(1.04)}

.sportly-card__placeholder{
  display:grid;
  place-items:center;
  height:100%;
  font-family:'Exo 2',sans-serif;
  font-size:40px;
  color:#fff;
  background:linear-gradient(135deg,#0d2a5a,#081424);
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  padding:16px;
}

.sportly-card__body{padding:18px 20px 20px}

.sportly-card__eyebrow{
  display:block;
  margin:0 0 10px;
  font-size:10px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--gold);
  font-weight:700;
  text-decoration:none;
}
.sportly-card__eyebrow:hover{color:#fff}

.sportly-card__title{
  margin:0 0 8px;
  font-family:'Exo 2',sans-serif;
  font-size:32px;
  line-height:.94;
  text-transform:uppercase;
  letter-spacing:-.01em;
}

.sportly-card__excerpt{
  margin:0;
  color:var(--text-2);
  font-size:14px;
  line-height:1.7;
}

.sportly-card__meta{
  display:flex;
  gap:12px;
  align-items:center;
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid var(--line);
  font-size:12px;
  color:var(--muted);
  flex-wrap:wrap;
}

.sportly-card__meta span + span::before{content:"\B7";margin-right:12px}

/* NEXUS */
.sportly-nexus{padding-top:56px;border-top:1px solid var(--line);margin-top:72px}

.sportly-nexus__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:28px;
  position:relative;
  padding-top:14px;
}

.sportly-nexus__head::before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:48px;
  height:2px;
  background:linear-gradient(90deg,var(--sportly-accent,var(--accent)),var(--gold));
}

.sportly-nexus__all{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--accent);
  border:1px solid rgba(37,100,255,.25);
  padding:9px 18px;
  border-radius:999px;
  white-space:nowrap;
  transition:background .25s,border-color .25s;
}

.sportly-nexus__all:hover{
  background:rgba(37,100,255,.08);
  border-color:rgba(37,100,255,.5);
}

.sportly-nexus__all svg{transition:transform .25s}
.sportly-nexus__all:hover svg{transform:translateX(3px)}

/* HOME */
.sportly-home-hero{padding:0}

.sportly-home-hero__stage{
  position:relative;
  overflow:hidden;
  min-height:80svh;
  border-radius:0 0 28px 28px;
  background:var(--bg);
}

.sportly-home-hero__media{position:absolute;inset:0;overflow:hidden}

.sportly-home-hero__image{
  width:100%;
  height:100%;
  object-fit:cover;
  animation:kenBurns 20s ease-in-out infinite alternate;
}

.sportly-home-hero__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(5,10,16,.10) 0%,rgba(5,10,16,.28) 30%,rgba(5,10,16,.90) 85%,var(--bg) 100%),
    linear-gradient(90deg,rgba(5,10,16,.7),rgba(5,10,16,.1) 50%,rgba(5,10,16,.5));
}

.sportly-home-hero__content{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:80svh;
  padding:80px 36px 56px;
  max-width:960px;
}

.sportly-home-hero__subtitle{
  margin:18px 0 0;
  max-width:52ch;
  font-size:clamp(20px,2.4vw,30px);
  line-height:1.2;
  color:#fff;
  text-wrap:balance;
}

.sportly-home-hero__intro{
  margin:14px 0 0;
  max-width:54ch;
  font-size:16px;
  line-height:1.8;
  color:var(--text-2);
}

.sportly-home-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  margin-top:24px;
}

.sportly-hero-cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:15px 26px;
  border-radius:10px;
  background:#fff;
  color:var(--bg);
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  text-decoration:none;
  transition:transform .3s var(--ease-out),background .25s,box-shadow .3s;
  box-shadow:0 4px 20px rgba(0,0,0,.25);
}

.sportly-hero-cta:hover{
  background:rgba(255,255,255,.92);
  transform:translateY(-2px);
  box-shadow:0 8px 32px rgba(0,0,0,.3);
}

.sportly-hero-cta svg{transition:transform .25s var(--ease-out)}
.sportly-hero-cta:hover svg{transform:translateX(3px)}

.sportly-home-hero .sportly-button{display:none}

.sportly-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 22px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--accent),var(--gold));
  color:var(--bg);
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  box-shadow:0 12px 32px rgba(37,100,255,.22);
  transition:transform .3s var(--ease-out),box-shadow .3s;
}

.sportly-button:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 42px rgba(37,100,255,.30);
}

.sportly-meta-pill{
  display:inline-flex;
  align-items:center;
  padding:11px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  font-size:12px;
  color:var(--text-2);
  backdrop-filter:blur(10px);
}

.sportly-home-hubs{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:20px;
  padding:0 24px;
}

.sportly-home-hub{
  position:relative;
  padding:22px 22px 24px;
  border-radius:20px;
  border:1px solid var(--line);
  background:linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.01));
  transition:transform .35s var(--ease-out),border-color .35s,box-shadow .35s;
  min-height:200px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  overflow:hidden;
  text-decoration:none;
  color:var(--text);
}

.sportly-home-hub:visited{color:var(--text)}

.sportly-home-hub::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(145deg,rgba(255,255,255,.015) 0%,transparent 60%);
  pointer-events:none;
}

.sportly-home-hub::after{
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  height:2px;
  background:var(--hub-accent,var(--accent));
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .45s var(--ease-out);
}

.sportly-home-hub:hover{
  transform:translateY(-5px);
  border-color:var(--hub-accent,var(--accent));
  box-shadow:0 16px 48px rgba(0,0,0,.25),0 0 0 1px var(--hub-accent,var(--accent));
}

.sportly-home-hub:hover::after{transform:scaleX(1)}

.sportly-home-hub__count-bg{
  position:absolute;
  top:-8px;
  right:8px;
  font-family:'Exo 2',sans-serif;
  font-size:130px;
  font-weight:800;
  line-height:1;
  color:rgba(255,255,255,.04);
  pointer-events:none;
  user-select:none;
  z-index:0;
  transition:color .35s;
}

.sportly-home-hub:hover .sportly-home-hub__count-bg{color:rgba(255,255,255,.07)}

.sportly-home-hub__eyebrow{
  display:block;
  font-size:10px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--muted);
  font-weight:600;
  margin-bottom:10px;
  position:relative;
  z-index:1;
}

.sportly-home-hub h2{
  margin:0 0 8px;
  font-family:'Exo 2',sans-serif;
  font-size:30px;
  line-height:.94;
  text-transform:uppercase;
  color:#fff;
  position:relative;
  z-index:1;
}

.sportly-home-hub p{
  margin:0;
  color:var(--text-2);
  font-size:13px;
  line-height:1.6;
  max-width:none;
  position:relative;
  z-index:1;
}

.sportly-home-hub__arrow{
  position:absolute;
  bottom:18px;
  right:18px;
  color:var(--hub-accent,var(--accent));
  opacity:0;
  transform:translateX(-6px);
  transition:opacity .3s,transform .3s var(--ease-out);
  z-index:1;
}

.sportly-home-hub:hover .sportly-home-hub__arrow{opacity:1;transform:none}
.sportly-home-hub--competition{--hub-accent:#8b6fff}
.sportly-home-hub--team{--hub-accent:#d4a942}
.sportly-home-hub--match{--hub-accent:#2db8ff}
.sportly-home-hub--person{--hub-accent:#ff7b4f}

/* ARCHIVE */
.sportly-archive-hero{padding:20px 0 0}

.sportly-archive-stage{
  position:relative;
  overflow:hidden;
  min-height:60svh;
  border-radius:28px;
  background:var(--bg);
}

.sportly-archive-stage__media{position:absolute;inset:0;overflow:hidden}
.sportly-archive-stage__image{width:100%;height:100%;object-fit:cover}
.sportly-archive-stage__image--placeholder{
  width:100%;
  height:100%;
  background:linear-gradient(135deg,rgba(37,100,255,.06),rgba(5,10,16,1));
}

.sportly-archive-stage__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(5,10,16,.15) 0%,rgba(5,10,16,.35) 40%,rgba(5,10,16,.92) 100%),
    linear-gradient(90deg,rgba(5,10,16,.7) 0%,rgba(5,10,16,.15) 50%,rgba(5,10,16,.5) 100%);
}

.sportly-archive-stage__content{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:60svh;
  padding:80px 36px 48px;
  max-width:720px;
}

.sportly-archive-hero__intro{
  margin:14px 0 0;
  max-width:48ch;
  font-size:17px;
  line-height:1.8;
  color:var(--text-2);
}

.sportly-archive-grid-intro{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:16px;
  margin-top:16px;
}

.sportly-archive-panel{
  padding:22px;
  border-radius:20px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));
}

.sportly-archive-panel h2{
  margin:0 0 8px;
  font-family:'Exo 2',sans-serif;
  font-size:38px;
  line-height:.94;
  text-transform:uppercase;
}

.sportly-archive-panel p{margin:0;color:var(--text-2);line-height:1.75}

.sportly-archive-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 18px;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  color:var(--text-2);
  font-size:11px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  text-decoration:none;
  white-space:nowrap;
  transition:background .25s,border-color .25s,color .25s;
}

.sportly-archive-btn:hover{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.25);
  color:#fff;
}

.sportly-archive-btn svg{transition:transform .25s var(--ease-out)}
.sportly-archive-btn:hover svg{transform:translateX(3px)}

/* SPORT FILTER */
.sportly-sport-filter{padding:20px 0 4px}

.sportly-sport-filter__inner{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  min-width:0;
}

.sportly-sport-filter__label{
  font-size:10px;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:var(--muted);
  font-weight:700;
  white-space:nowrap;
  flex-shrink:0;
}

.sportly-sport-filter__tabs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  min-width:0;
}

.sportly-sport-tab{
  display:inline-flex;
  align-items:center;
  padding:7px 16px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.035);
  color:var(--text-2);
  font-size:12px;
  font-weight:600;
  letter-spacing:.04em;
  text-decoration:none;
  transition:background .25s,border-color .25s,color .25s,transform .2s var(--ease-out);
  white-space:nowrap;
}

.sportly-sport-tab:hover{
  background:rgba(255,255,255,.07);
  border-color:var(--line-2);
  color:#fff;
  transform:translateY(-1px);
}

.sportly-sport-tab--active{
  background:rgba(212,169,66,.12);
  border-color:rgba(212,169,66,.45);
  color:var(--gold);
  font-weight:700;
}

.sportly-sport-tab--active:hover{
  background:rgba(212,169,66,.18);
  transform:none;
}

.sportly-sport-filter + .sportly-section{padding-top:20px}

/* FOOTER */
.sportly-site-footer{
  padding:52px 0 0;
  border-top:1px solid var(--line);
  background:rgba(3,6,10,.80);
  margin-top:80px;
}

.sportly-footer-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:48px;
  padding-bottom:48px;
}

.sportly-footer-brand{display:flex;flex-direction:column;gap:16px}
.sportly-footer-logo-link{display:inline-flex;align-items:center;text-decoration:none}
.sportly-footer-logo-link .custom-logo{
  height:36px;
  width:auto;
  object-fit:contain;
  filter:brightness(0) invert(1);
  opacity:.85;
}
.sportly-footer-logo-link .custom-logo:hover{opacity:1}

.sportly-footer-logo-text{
  font-family:'Exo 2',sans-serif;
  font-weight:800;
  font-size:32px;
  line-height:1;
  text-transform:uppercase;
  color:#fff;
  letter-spacing:.02em;
}

.sportly-footer-desc{
  margin:0;
  max-width:40ch;
  color:var(--muted);
  line-height:1.75;
  font-size:14px;
}

.sportly-footer-social{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}

.sportly-social-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:10px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  color:var(--text-2);
  text-decoration:none;
  transition:background .25s,border-color .25s,color .25s,transform .2s var(--ease-out);
}

.sportly-social-icon:hover{
  background:rgba(255,255,255,.09);
  border-color:var(--line-2);
  color:#fff;
  transform:translateY(-2px);
}

.sportly-social-icon svg{
  width:16px;
  height:16px;
  display:block;
  flex-shrink:0;
}

.sportly-footer-nav{padding-top:4px}
.sportly-footer-menu{list-style:none;padding:0;margin:0;display:grid;gap:6px}
.sportly-footer-menu a{
  font-size:13px;
  color:var(--text-2);
  font-weight:500;
  text-decoration:none;
  transition:color .2s;
}
.sportly-footer-menu a:hover{color:#fff}
.sportly-footer-menu ul{list-style:none;padding:6px 0 0 14px;margin:0;display:grid;gap:4px}
.sportly-footer-menu ul a{font-size:12px;color:var(--muted)}

.sportly-footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding:16px 0}

.sportly-footer-bottom__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.sportly-footer-copyright{margin:0;font-size:12px;color:var(--muted)}
.sportly-footer-tagline{margin:0;font-size:12px;color:rgba(255,255,255,.2);display:none}
.sportly-footer-tagline:not(:empty){display:block}

/* MISC */
.sportly-empty-panel{
  padding:48px;
  border-radius:20px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  text-align:center;
  color:var(--muted);
}

.sportly-pagination{padding:32px 0 0;text-align:center}

.sportly-pagination .page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:10px;
  font-size:14px;
  font-weight:600;
  color:var(--text-2);
  border:1px solid var(--line);
  margin:0 3px;
  text-decoration:none;
  transition:background .2s,border-color .2s,color .2s;
}

.sportly-pagination .page-numbers:hover,
.sportly-pagination .page-numbers.current{
  background:rgba(37,100,255,.12);
  border-color:rgba(37,100,255,.4);
  color:#fff;
}

.sportly-pagination .page-numbers.dots{border-color:transparent;background:none}

.sportly-media-ribbon{
  padding:18px 22px;
  border-radius:16px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));
  margin-bottom:18px;
}

.sportly-media-ribbon__copy{
  font-size:15px;
  line-height:1.85;
  color:var(--text-2);
  max-width:58ch;
}

.sportly-divider{
  width:100%;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--line-2),transparent);
  margin:0;
  border:0;
}

.sportly-ad-unit{
  width:100%;
  max-width:100%;
  overflow:hidden;
  text-align:center;
  padding:12px 0;
}

.sportly-ad-unit--hero,
.sportly-ad-unit--archive{padding:20px 0}

.sportly-ad-unit--mid{
  margin:32px 0;
  padding:16px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.sportly-ad-unit--footer{
  padding:24px 0;
  border-top:1px solid var(--line);
}

.sportly-ad-unit ins,
.sportly-ad-unit iframe{display:block;margin:0 auto}

.sportly-ad-slot-mid{
  max-width:var(--container);
  margin:0 auto;
  padding:0 0 8px;
}

.sportly-ad-slot-hero{
  max-width:var(--container);
  margin:0 auto;
  padding:18px 0 0;
}

.sportly-codex-band{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
  border-top:1px solid var(--line);
  padding-top:24px;
}

.sportly-codex-band__entry{border-top:1px solid var(--line);padding:18px 0}
.sportly-codex-band__entry summary{
  list-style:none;
  cursor:pointer;
  font-size:13px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--gold);
  position:relative;
  padding-right:28px;
}
.sportly-codex-band__entry summary::-webkit-details-marker{display:none}
.sportly-codex-band__entry summary::after{
  content:'+';
  position:absolute;
  right:0;
  top:-3px;
  font-size:22px;
  color:var(--muted);
}
.sportly-codex-band__entry[open] summary::after{content:'\2212'}
.sportly-codex-band__entry ul{margin:16px 0 0;padding:0;display:grid;gap:10px}
.sportly-codex-band__entry li{
  font-size:15px;
  line-height:1.7;
  color:var(--text-2);
  padding-left:18px;
  position:relative;
}
.sportly-codex-band__entry li::before{
  content:'';
  position:absolute;
  left:0;
  top:.7em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--sportly-accent,var(--accent));
  box-shadow:0 0 0 3px rgba(37,100,255,.12);
}

/* REVEAL ANIMATIONS */
[data-reveal]{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .7s var(--ease-out),transform .7s var(--ease-out);
}
[data-reveal].is-visible{opacity:1;transform:none}
[data-reveal="slow"]{transition-duration:1s}
[data-reveal="left"]{transform:translateX(-28px)}
[data-reveal="right"]{transform:translateX(28px)}
[data-reveal="left"].is-visible,
[data-reveal="right"].is-visible{transform:none}
[data-reveal="scale"]{transform:scale(.94);opacity:0}
[data-reveal="scale"].is-visible{transform:none;opacity:1}
[data-stagger] > *{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .65s var(--ease-out),transform .65s var(--ease-out);
}
[data-stagger].is-visible > *{opacity:1;transform:none}
[data-stagger].is-visible > *:nth-child(1){transition-delay:.04s}
[data-stagger].is-visible > *:nth-child(2){transition-delay:.10s}
[data-stagger].is-visible > *:nth-child(3){transition-delay:.16s}
[data-stagger].is-visible > *:nth-child(4){transition-delay:.22s}
[data-stagger].is-visible > *:nth-child(5){transition-delay:.28s}
[data-stagger].is-visible > *:nth-child(6){transition-delay:.34s}
[data-parallax]{will-change:transform}
[data-counter]{font-variant-numeric:tabular-nums}

/* RESPONSIVE */
@media(max-width:1100px){
  .sportly-home-hubs,
  .sportly-card-grid{grid-template-columns:repeat(2,1fr)}

  .sportly-meta-strip,
  .sportly-meta-strip--editorial{grid-template-columns:repeat(2,1fr)}

  .sportly-meta-strip__item:nth-child(3){
    border-left:0;
    border-top:1px solid var(--line);
  }

  .sportly-video-cinema{grid-template-columns:1fr}
  .sportly-lightbox__dialog{
    grid-template-columns:1fr;
    width:min(100%,calc(100% - 24px));
    max-width:calc(100vw - 24px);
    margin:20px auto;
  }

  .sportly-archive-grid-intro{grid-template-columns:1fr}
  .sportly-identity-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:1000px){
  .sportly-mission-brief{
    grid-template-columns:1fr;
    overflow:hidden;
    max-width:100%;
  }

  .sportly-mission-brief::after{display:none}

  .sportly-mission-brief__block,
  .sportly-mission-brief__block + .sportly-mission-brief__block{
    padding:0 0 32px;
  }

  .sportly-mission-brief__block + .sportly-mission-brief__block{
    border-top:1px solid var(--line);
    padding-top:28px;
  }
}

@media(max-width:800px){
  :root{--container:min(100% - 24px,1380px)}

  .sportly-header-inner{
    display:grid;
    grid-template-columns:44px 1fr 44px;
    align-items:center;
    gap:0;
    padding:12px 0;
  }

  .sportly-branding{
    grid-column:2;
    display:flex;
    justify-content:center;
    min-width:0;
  }

  .sportly-menu-toggle{
    display:block;
    grid-column:3;
    justify-self:end;
    background:none;
    border:0;
    padding:0;
    color:#fff;
    cursor:pointer;
  }

  .sportly-primary-nav{
    grid-column:1 / -1;
    position:fixed;
    top:var(--header-h);
    left:12px;
    right:12px;
    bottom:auto;
    width:auto;
    max-width:calc(100vw - 24px);
    background:rgba(8,14,24,.96);
    border:1px solid var(--line);
    border-radius:18px;
    padding:18px;
    transform:translateY(-12px);
    opacity:0;
    pointer-events:none;
    transition:.25s var(--ease-out);
    backdrop-filter:blur(24px);
    overflow-x:hidden;
  }

  body.menu-open .sportly-primary-nav{
    transform:none;
    opacity:1;
    pointer-events:auto;
  }

  .sportly-menu{
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
  }

  .sportly-home-hubs{grid-template-columns:repeat(2,1fr)}
  .sportly-card-grid,
  .sportly-identity-grid,
  .sportly-story-rail,
  .sportly-codex-band{grid-template-columns:1fr}

  .sportly-home-hubs{padding:0}

  .sportly-meta-strip,
  .sportly-meta-strip--editorial{grid-template-columns:1fr}

  .sportly-meta-strip__item + .sportly-meta-strip__item{
    border-left:0;
    border-top:1px solid var(--line);
  }

  .sportly-gallery-film{grid-template-columns:1fr}
  .sportly-gallery-film__item{grid-column:span 1!important}

  .sportly-lineup-stage{grid-template-columns:1fr}
  .sportly-lineup-block:first-child{border-right:0;padding-right:0}
  .sportly-lineup-block:last-child{
    padding-left:0;
    margin-top:28px;
    padding-top:24px;
    border-top:1px solid var(--line);
  }

  .sportly-matchboard{
    grid-template-columns:1fr;
    text-align:center;
    gap:16px;
  }

  .sportly-matchboard__team{justify-content:center;gap:14px}
  .sportly-matchboard__team--right{justify-content:center}
  .sportly-matchboard__score{text-align:center;padding:4px 0}
  .sportly-matchboard__score strong{font-size:clamp(52px,14vw,80px)}
  .sportly-matchboard--encounter{padding:24px 20px}
  .sportly-matchboard__logo{width:48px;height:48px}
  .sportly-match-stats__header{flex-direction:column;gap:8px}

  .sportly-location{
    display:flex;
    flex-direction:column;
    gap:0;
    padding:20px 0;
    border-top:1px solid var(--line);
  }

  .sportly-location__media{height:auto;gap:6px}
  .sportly-location__figure{
    width:100%;
    aspect-ratio:16/9;
    overflow:hidden;
    border-radius:14px;
    flex:none;
  }

  .sportly-location__figure img{
    width:100%;
    height:100%;
    min-height:unset;
    object-fit:cover;
    border-radius:14px;
  }

  .sportly-location__body{padding:16px 0 0;width:100%}
  .sportly-location__body h3{font-size:clamp(24px,6.5vw,36px);margin-bottom:18px}
  .sportly-location__body p{font-size:18px;line-height:1.82;max-width:none}

  .sportly-mission-sep{margin:20px 0 0}
  .sportly-reading-stage{margin-top:8px}
  .sportly-intel{padding:20px 0 24px}
  .sportly-honours-log{padding:20px 0 0}
  .sportly-editorial-flow{gap:44px}
  .sportly-entry .entry-content h2,.sportly-entry h2{margin-top:40px}
  .sportly-entry .entry-content h3,.sportly-entry h3{margin-top:30px}

  .sportly-footer-grid{grid-template-columns:1fr;gap:32px;padding-bottom:32px}
  .sportly-footer-desc{max-width:none}
  .sportly-footer-bottom__inner{flex-direction:column;align-items:flex-start;gap:6px}

  .sportly-lightbox__close{top:12px;right:12px;width:40px;height:40px;font-size:20px}
  .sportly-lightbox__nav{width:40px;height:40px;font-size:26px}
  .sportly-lightbox__dialog{margin:16px auto;gap:16px}

  .sportly-nexus__head{flex-direction:column;align-items:flex-start;gap:12px}
  .sportly-nexus__all{align-self:flex-start}

  body.sportly-body{font-size:17px}
  .sportly-entry{font-size:20px;line-height:1.88}
  .sportly-entry .entry-content p,.sportly-entry p{font-size:20px;line-height:1.88;margin-bottom:24px}
  .sportly-mission-brief__copy,.sportly-mission-brief__copy p{font-size:20px;line-height:1.78}
  .sportly-mission-brief__block .sportly-kicker{font-size:13px;letter-spacing:.18em;margin-bottom:14px}
  .sportly-focus-band__copy,.sportly-focus-band--mission .sportly-focus-band__copy{font-size:20px;line-height:1.72}
  .sportly-pull-quote,.sportly-pull-quote--editorial{font-size:clamp(28px,7vw,44px)}
  .sportly-section-title--minor{font-size:clamp(32px,8vw,52px)}
  .sportly-timeline-flow__body p{font-size:18px;line-height:1.82}
  .sportly-timeline-flow__title{font-size:clamp(28px,6.5vw,40px)}
  .sportly-intel-card__text{font-size:17px;line-height:1.75}
  .sportly-honours-log__text{font-size:18px}
  .sportly-video-cinema__copy p{font-size:18px}
  .sportly-hero__subtitle,.sportly-hero__subtitle--editorial{font-size:clamp(22px,5.5vw,30px)}
  .sportly-hero__intro,.sportly-hero__intro--editorial{font-size:18px}
  .sportly-home-hero__intro{font-size:17px}
  .sportly-home-hero__subtitle{font-size:clamp(20px,5vw,28px)}
  .sportly-lineup-list li{font-size:17px}
  .sportly-stat-row__val{font-size:20px}
  .sportly-matchboard__team{font-size:clamp(26px,7vw,40px)}
  .sportly-archive-hero__intro{font-size:17px}
}

@media(max-width:600px){
  .sportly-hero__inner,
  .sportly-hero__inner--editorial{padding-inline:16px}

  .sportly-hero__content-wrap,
  .sportly-hero__content-wrap--editorial{max-width:100%}

  .sportly-display-title--hero{font-size:clamp(36px,11vw,58px)}
  .sportly-hero__inner--editorial{padding-bottom:56px}
  .sportly-entry .entry-content h2{font-size:clamp(30px,9vw,42px)}
  .sportly-entry .entry-content h3{font-size:clamp(24px,7vw,32px)}

  .sportly-lightbox__dialog{
    grid-template-columns:1fr;
    grid-template-rows:auto auto;
    width:calc(100% - 24px);
    max-width:calc(100vw - 24px);
    margin:60px auto 20px;
    gap:0;
    padding:0 12px;
  }

  .sportly-lightbox__media img{max-height:55vh}
  .sportly-lightbox__meta{display:block;padding:16px 0 0}
  .sportly-lightbox__meta h3{font-size:24px;line-height:1.15;margin:0 0 12px}
  .sportly-lightbox__meta p{font-size:17px;line-height:1.75;margin:0 0 10px;color:var(--text-2)}
  .sportly-lightbox__meta small{font-size:13px;line-height:1.6;color:var(--muted);display:block}
  .sportly-lightbox__nav--prev{left:8px}
  .sportly-lightbox__nav--next{right:8px}

  .sportly-home-hero__content{
    padding:80px 20px 36px;
    min-height:70svh;
    max-width:100%;
  }

  .sportly-home-hero__stage{min-height:70svh}
  .sportly-home-hero__subtitle{max-width:100%;font-size:clamp(18px,5vw,26px)}
  .sportly-home-hero__intro{font-size:15px}
  .sportly-hero-cta{width:100%;justify-content:center;font-size:11px;padding:13px 20px}
  .sportly-home-hero__actions{flex-direction:column;align-items:flex-start;gap:10px}
  .sportly-meta-pill{align-self:flex-start}

  .sportly-home-hubs{grid-template-columns:repeat(2,1fr);gap:10px;padding:0}
  .sportly-home-hub{min-height:160px;padding:14px 14px 18px}
  .sportly-home-hub h2{font-size:22px}
  .sportly-home-hub__count-bg{font-size:80px}
  .sportly-home-hub p{font-size:12px;line-height:1.5}

  .sportly-section-head{flex-direction:column;align-items:flex-start;gap:12px}

  .sportly-archive-stage__content{padding:60px 20px 36px}
  .sportly-archive-stage{min-height:50svh}
  .sportly-archive-grid-intro{grid-template-columns:1fr}
  .sportly-archive-btn{font-size:10px;padding:7px 14px}

  .sportly-meta-strip,
  .sportly-meta-strip--editorial{grid-template-columns:repeat(2,1fr)}

  .sportly-identity-grid--hero{grid-template-columns:1fr 1fr}
  .sportly-identity-card strong{font-size:20px}

  .sportly-focus-band{padding:22px 20px;border-radius:16px}
  .sportly-focus-band__copy{font-size:18px}
  .sportly-focus-band--mission .sportly-focus-band__copy{font-size:18px}
  .sportly-intel-card__text{max-width:none}

  .sportly-section-title,
  .sportly-section-title--minor{
    overflow-wrap:break-word;
    word-break:break-word;
  }

  .sportly-intel__grid{grid-template-columns:1fr}
  .sportly-honours-log__item{padding:12px 0}
  .sportly-honours-log__header{flex-direction:column;align-items:flex-start;gap:4px}
  .sportly-mission-sep{margin:20px 0 0}
  .sportly-timeline-flow__item{grid-template-columns:32px 1fr;gap:16px}
  .sportly-editorial-flow{gap:32px}
  .sportly-timeline-flow::before{left:13px}
  .sportly-pull-quote,.sportly-pull-quote--editorial{font-size:clamp(24px,7vw,32px)}
  .sportly-sport-filter__inner{gap:10px}
  .sportly-sport-filter__label{display:none}
  .sportly-sport-tab{font-size:11px;padding:6px 12px}
  .sportly-social-icon{width:34px;height:34px}
  .sportly-social-icon svg{width:14px;height:14px}
}

@media(max-width:480px){
  .sportly-identity-grid--hero{grid-template-columns:1fr}
  .sportly-identity-card strong{font-size:19px}
  .sportly-focus-band{padding:20px 18px}
  .sportly-archive-stage{border-radius:18px}
  .sportly-archive-stage__content{padding:48px 18px 28px}
}

@media(max-width:380px){
  .sportly-home-hubs{grid-template-columns:1fr}
  .sportly-home-hub{min-height:120px}
  .sportly-identity-grid--hero{grid-template-columns:1fr}
  .sportly-identity-card{padding:14px 16px}
  .sportly-identity-card strong{font-size:18px}
  .sportly-focus-band{padding:18px 16px}
  .sportly-editorial-flow{gap:24px}
  .sportly-archive-stage{border-radius:14px}
  .sportly-archive-stage__content{padding:40px 16px 24px}
  .sportly-display-title--archive{font-size:clamp(40px,13vw,94px)}
}

/* ============================================================
   Live polish pass — typography, mobile and ad hardening
   ============================================================ */

.sportly-hero__subtitle,
.sportly-hero__subtitle--editorial{
  max-width:min(760px,100%);
  text-wrap:pretty;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}

.sportly-home-hero__subtitle{
  max-width:min(760px,100%);
  text-wrap:pretty;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}

.sportly-responsive-embed{
  position:relative;
  overflow:hidden;
  border-radius:inherit;
}

.sportly-responsive-embed iframe{
  display:block;
  width:100%!important;
  aspect-ratio:16/9;
}


.sportly-ad-unit > *,
.sportly-ad-unit ins,
.sportly-ad-unit iframe{
  max-width:100%!important;
}

.sportly-ad-unit ins.adsbygoogle{
  display:block!important;
  margin-inline:auto;
}

.sportly-ad-slot-mid{
  width:100%;
}

@media(max-width:800px){
  .sportly-hero,
  .sportly-hero--editorial{
    min-height:86svh;
  }

  .sportly-hero__inner,
  .sportly-hero__inner--editorial{
    min-height:86svh;
  }

  .sportly-hero__subtitle,
  .sportly-hero__subtitle--editorial{
    max-width:100%;
    font-size:clamp(19px,4.8vw,26px);
    line-height:1.28;
  }

  .sportly-home-hero__subtitle{
    max-width:100%;
    line-height:1.28;
  }

  .sportly-video-cinema__copy{
    max-width:100%;
  }
}

@media(max-width:600px){
  .sportly-entry,
  .sportly-entry .entry-content p,
  .sportly-entry p{
    font-size:18px;
    line-height:1.84;
  }

  .sportly-meta-strip,
  .sportly-meta-strip--editorial{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .sportly-meta-strip__item{
    border-left:0;
    border-top:1px solid var(--line);
  }

  .sportly-meta-strip__item:nth-child(1),
  .sportly-meta-strip__item:nth-child(2){
    border-top:0;
  }

  .sportly-meta-strip__item:nth-child(even){
    border-left:1px solid var(--line);
  }

  .sportly-ad-unit{
    padding-left:0;
    padding-right:0;
    overflow:hidden;
  }

  .sportly-ad-unit--mid{
    margin:24px 0;
  }
}

@media(max-width:480px){
  .sportly-meta-strip,
  .sportly-meta-strip--editorial{
    grid-template-columns:1fr;
  }

  .sportly-meta-strip__item,
  .sportly-meta-strip__item:nth-child(even){
    border-left:0;
  }

  .sportly-meta-strip__item + .sportly-meta-strip__item{
    border-top:1px solid var(--line);
  }

  .sportly-meta-strip__item:first-child{
    border-top:0;
  }

  .sportly-video-stage,
  .sportly-video-stage--cinema{
    border-radius:14px;
  }
}

/* ============================================================
   Mobile article readability + editorial hero spacing patch
   ============================================================ */

@media(max-width:800px){
  .sportly-single-shell .sportly-hero,
  .sportly-single-shell .sportly-hero--editorial{
    min-height:calc(100svh - var(--header-h));
  }

  .sportly-single-shell .sportly-hero__inner,
  .sportly-single-shell .sportly-hero__inner--editorial{
    min-height:calc(100svh - var(--header-h));
    padding-top:calc(var(--header-h) + 34px);
    padding-bottom:64px;
  }

  .sportly-single-shell .sportly-hero__content-wrap,
  .sportly-single-shell .sportly-hero__content-wrap--editorial{
    width:100%;
  }

  .sportly-single-shell .sportly-kicker{
    margin-bottom:14px;
  }
}

@media(max-width:600px){
  .sportly-single-shell .sportly-hero__inner,
  .sportly-single-shell .sportly-hero__inner--editorial{
    padding-inline:18px;
    padding-top:calc(var(--header-h) + 38px);
    padding-bottom:52px;
  }

  .sportly-single-shell .sportly-entry,
  .sportly-single-shell .sportly-entry .entry-content,
  .sportly-single-shell .sportly-entry .entry-content p,
  .sportly-single-shell .sportly-entry p{
    font-size:19px;
    line-height:1.86;
  }

  .sportly-single-shell .sportly-entry .entry-content p,
  .sportly-single-shell .sportly-entry p{
    margin-bottom:25px;
  }
}

@media(max-width:380px){
  .sportly-single-shell .sportly-entry,
  .sportly-single-shell .sportly-entry .entry-content,
  .sportly-single-shell .sportly-entry .entry-content p,
  .sportly-single-shell .sportly-entry p{
    font-size:18.5px;
    line-height:1.86;
  }
}

/* ============================================================
   Mobile refinement patch v7 - inner hero gap, quote scale, body text
   ============================================================ */

@media(max-width:800px){
  .sportly-single-shell .sportly-hero,
  .sportly-single-shell .sportly-hero--editorial{
    min-height:100svh;
  }

  .sportly-single-shell .sportly-hero__inner,
  .sportly-single-shell .sportly-hero__inner--editorial{
    min-height:100svh;
    padding-top:calc(var(--header-h) + 58px)!important;
    padding-bottom:66px!important;
  }

  .sportly-single-shell .sportly-kicker:first-child,
  .sportly-single-shell .sportly-hero__content-wrap--editorial > .sportly-kicker:first-child{
    margin-top:10px;
    margin-bottom:16px;
  }

  .sportly-single-shell .sportly-entry,
  .sportly-single-shell .sportly-entry .entry-content,
  .sportly-single-shell .sportly-entry .entry-content p,
  .sportly-single-shell .sportly-entry p,
  .sportly-single-shell .sportly-mission-brief__copy,
  .sportly-single-shell .sportly-mission-brief__copy p,
  .sportly-single-shell .sportly-focus-band__copy,
  .sportly-single-shell .sportly-focus-band__copy p,
  .sportly-single-shell .sportly-focus-band--mission .sportly-focus-band__copy,
  .sportly-single-shell .sportly-intel-card__text,
  .sportly-single-shell .sportly-honours-log__text,
  .sportly-single-shell .sportly-timeline-flow__body,
  .sportly-single-shell .sportly-timeline-flow__body p,
  .sportly-single-shell .sportly-video-cinema__copy,
  .sportly-single-shell .sportly-video-cinema__copy p,
  .sportly-single-shell .sportly-location__body p,
  .sportly-single-shell .sportly-lineup-list li{
    font-size:19.5px!important;
    line-height:1.84!important;
  }

  .sportly-single-shell .sportly-pull-quote,
  .sportly-single-shell .sportly-pull-quote--editorial{
    font-size:clamp(22px,5.2vw,30px)!important;
    line-height:1.36!important;
  }
}

@media(max-width:600px){
  .sportly-single-shell .sportly-hero__inner,
  .sportly-single-shell .sportly-hero__inner--editorial{
    padding-top:calc(var(--header-h) + 72px)!important;
    padding-bottom:58px!important;
  }

  .sportly-single-shell .sportly-kicker:first-child,
  .sportly-single-shell .sportly-hero__content-wrap--editorial > .sportly-kicker:first-child{
    margin-top:14px;
    margin-bottom:16px;
  }

  .sportly-single-shell .sportly-entry,
  .sportly-single-shell .sportly-entry .entry-content,
  .sportly-single-shell .sportly-entry .entry-content p,
  .sportly-single-shell .sportly-entry p,
  .sportly-single-shell .sportly-mission-brief__copy,
  .sportly-single-shell .sportly-mission-brief__copy p,
  .sportly-single-shell .sportly-focus-band__copy,
  .sportly-single-shell .sportly-focus-band__copy p,
  .sportly-single-shell .sportly-focus-band--mission .sportly-focus-band__copy,
  .sportly-single-shell .sportly-intel-card__text,
  .sportly-single-shell .sportly-honours-log__text,
  .sportly-single-shell .sportly-timeline-flow__body,
  .sportly-single-shell .sportly-timeline-flow__body p,
  .sportly-single-shell .sportly-video-cinema__copy,
  .sportly-single-shell .sportly-video-cinema__copy p,
  .sportly-single-shell .sportly-location__body p,
  .sportly-single-shell .sportly-lineup-list li{
    font-size:20px!important;
    line-height:1.86!important;
  }

  .sportly-single-shell .sportly-entry .entry-content p,
  .sportly-single-shell .sportly-entry p,
  .sportly-single-shell .sportly-focus-band__copy p,
  .sportly-single-shell .sportly-mission-brief__copy p,
  .sportly-single-shell .sportly-timeline-flow__body p{
    margin-bottom:25px;
  }

  .sportly-single-shell .sportly-pull-quote,
  .sportly-single-shell .sportly-pull-quote--editorial{
    font-size:clamp(21px,5.8vw,28px)!important;
    line-height:1.38!important;
    padding-left:22px;
  }
}

@media(max-width:380px){
  .sportly-single-shell .sportly-entry,
  .sportly-single-shell .sportly-entry .entry-content,
  .sportly-single-shell .sportly-entry .entry-content p,
  .sportly-single-shell .sportly-entry p,
  .sportly-single-shell .sportly-mission-brief__copy,
  .sportly-single-shell .sportly-mission-brief__copy p,
  .sportly-single-shell .sportly-focus-band__copy,
  .sportly-single-shell .sportly-focus-band__copy p,
  .sportly-single-shell .sportly-intel-card__text,
  .sportly-single-shell .sportly-honours-log__text,
  .sportly-single-shell .sportly-timeline-flow__body,
  .sportly-single-shell .sportly-timeline-flow__body p,
  .sportly-single-shell .sportly-video-cinema__copy,
  .sportly-single-shell .sportly-video-cinema__copy p,
  .sportly-single-shell .sportly-location__body p,
  .sportly-single-shell .sportly-lineup-list li{
    font-size:19px!important;
    line-height:1.86!important;
  }

  .sportly-single-shell .sportly-pull-quote,
  .sportly-single-shell .sportly-pull-quote--editorial{
    font-size:clamp(20px,6vw,26px)!important;
  }
}

/* ============================================================
   Mobile person hero kicker spacing patch v8
   The person hero is rendered before .sportly-single-shell, so this
   must target .sportly-hero--person directly.
   ============================================================ */

@media(max-width:800px){
  .sportly-hero--person{
    min-height:calc(100svh + 72px)!important;
  }

  .sportly-hero--person .sportly-hero__inner,
  .sportly-hero--person .sportly-hero__inner--editorial{
    min-height:calc(100svh + 72px)!important;
    padding-top:calc(var(--header-h) + 48px)!important;
    padding-bottom:64px!important;
  }

  .sportly-hero--person .sportly-hero__content-wrap--editorial > .sportly-kicker:first-child{
    margin-top:0!important;
    margin-bottom:16px!important;
  }
}

@media(max-width:600px){
  .sportly-hero--person{
    min-height:calc(100svh + 96px)!important;
  }

  .sportly-hero--person .sportly-hero__inner,
  .sportly-hero--person .sportly-hero__inner--editorial{
    min-height:calc(100svh + 96px)!important;
    padding-top:calc(var(--header-h) + 64px)!important;
    padding-bottom:68px!important;
  }
}

/*
   Mobile reveal stability patch v9
   On iOS/Safari the main longform article after the editorial quote can miss
   the first IntersectionObserver hit and stay hidden until the user scrolls
   back and forth. The main article body should be readable immediately on
   mobile; decorative section reveals remain unchanged.
*/
@media(max-width: 768px){
  .sportly-reading-stage > .sportly-entry[data-reveal],
  .sportly-single-shell .sportly-reading-stage > .sportly-entry[data-reveal]{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }

  .sportly-reading-stage > .sportly-entry[data-reveal] .entry-content,
  .sportly-single-shell .sportly-reading-stage > .sportly-entry[data-reveal] .entry-content{
    opacity:1 !important;
    transform:none !important;
  }
}

/* ============================================================
   Match template mobile polish patch v11
   Keeps the new lineup/stat features readable and stable on phones.
   ============================================================ */
@media(max-width:800px){
  .sportly-single-shell--match .sportly-lineup-stage,
  .sportly-single-shell--match .sportly-match-stats{
    opacity:1!important;
    transform:none!important;
  }

  .sportly-single-shell--match .sportly-lineup-stage{
    gap:0;
    padding:24px 0;
  }

  .sportly-single-shell--match .sportly-lineup-block{
    padding-left:0!important;
    padding-right:0!important;
  }

  .sportly-single-shell--match .sportly-lineup-block:last-child{
    margin-top:26px;
    padding-top:24px;
  }

  .sportly-single-shell--match .sportly-lineup-coach{
    font-size:15px;
    line-height:1.55;
    flex-wrap:wrap;
    margin-bottom:14px;
  }

  .sportly-single-shell--match .sportly-lineup-formation{
    font-size:clamp(30px,9vw,36px);
    margin-bottom:14px;
  }

  .sportly-single-shell--match .sportly-lineup-list{
    gap:4px;
  }

  .sportly-single-shell--match .sportly-lineup-list li{
    font-size:18px!important;
    line-height:1.45!important;
    padding:7px 6px;
    gap:10px;
  }

  .sportly-single-shell--match .sportly-player-shirt{
    width:38px;
    height:34px;
    min-width:38px;
    font-size:14px;
  }

  .sportly-single-shell--match .sportly-lineup-stage--basketball .sportly-player-shirt{
    width:36px;
    height:38px;
    min-width:36px;
  }

  .sportly-single-shell--match .sportly-match-stats{
    padding:24px 0 28px;
    gap:16px;
  }

  .sportly-single-shell--match .sportly-match-stats__header{
    align-items:center;
    text-align:center;
    gap:10px;
  }

  .sportly-single-shell--match .sportly-match-stats__teams{
    justify-content:center;
    flex-wrap:wrap;
    gap:8px 18px;
    max-width:100%;
    line-height:1.35;
  }

  .sportly-single-shell--match .sportly-stat-row{
    grid-template-columns:44px minmax(0,1fr) 44px;
    gap:8px;
  }

  .sportly-single-shell--match .sportly-stat-row__val{
    font-size:20px;
  }

  .sportly-single-shell--match .sportly-stat-row__label{
    font-size:10px;
    line-height:1.35;
    overflow-wrap:anywhere;
  }

  .sportly-single-shell--match .sportly-stat-row__bar{
    height:6px;
  }
}

@media(max-width:380px){
  .sportly-single-shell--match .sportly-lineup-list li{
    font-size:17px!important;
    line-height:1.45!important;
  }

  .sportly-single-shell--match .sportly-player-shirt{
    width:36px;
    height:32px;
    min-width:36px;
  }


  .sportly-single-shell--match .sportly-lineup-stage--basketball .sportly-player-shirt{
    width:34px;
    height:36px;
    min-width:34px;
  }

  .sportly-single-shell--match .sportly-stat-row{
    grid-template-columns:38px minmax(0,1fr) 38px;
    gap:7px;
  }

  .sportly-single-shell--match .sportly-stat-row__val{
    font-size:18px;
  }
}

/* ============================================================
   Team roster section v13
   Flexible roster groups for team dossiers.
   ============================================================ */
.sportly-team-roster{
  padding:30px 0 8px;
  border-top:1px solid var(--line);
  display:grid;
  gap:22px;
}

.sportly-team-roster__header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
}

.sportly-team-roster__header .sportly-kicker{margin-bottom:0}

.sportly-team-roster__title{
  margin:0;
  font-family:'Exo 2',sans-serif;
  font-size:clamp(34px,5vw,58px);
  line-height:.92;
  text-transform:uppercase;
  letter-spacing:.01em;
  color:#fff;
}

.sportly-team-roster__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.sportly-team-roster__group{
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  padding:18px;
  box-shadow:0 16px 44px rgba(0,0,0,.18);
}

.sportly-team-roster__group-title{
  margin:0 0 14px;
  font-family:'Exo 2',sans-serif;
  font-size:clamp(24px,3.2vw,34px);
  line-height:1;
  text-transform:uppercase;
  color:var(--gold);
  letter-spacing:.02em;
}

.sportly-team-roster__players{
  gap:4px;
}

.sportly-team-roster__players li{
  font-size:16px;
  line-height:1.5;
  padding:7px 8px;
}

.sportly-team-roster--basketball .sportly-player-shirt{
  width:32px;
  height:34px;
  min-width:32px;
  padding-top:0;
  border-radius:10px 10px 7px 7px;
  clip-path:polygon(16% 0,34% 0,38% 13%,62% 13%,66% 0,84% 0,94% 100%,6% 100%);
}

@media(max-width:800px){
  .sportly-single-shell--team .sportly-team-roster,
  .sportly-single-shell--team .sportly-team-roster__group{
    opacity:1!important;
    transform:none!important;
  }

  .sportly-team-roster{
    padding:26px 0 6px;
    gap:18px;
  }

  .sportly-team-roster__header{
    display:block;
    text-align:left;
  }

  .sportly-team-roster__header .sportly-kicker{
    margin-bottom:8px;
  }

  .sportly-team-roster__grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .sportly-team-roster__group{
    padding:15px;
    border-radius:18px;
  }

  .sportly-team-roster__players li{
    font-size:18px!important;
    line-height:1.45!important;
    gap:10px;
    padding:7px 6px;
  }

  .sportly-team-roster .sportly-player-shirt{
    width:38px;
    height:34px;
    min-width:38px;
    font-size:14px;
  }

  .sportly-team-roster--basketball .sportly-player-shirt{
    width:36px;
    height:38px;
    min-width:36px;
  }
}

@media(max-width:380px){
  .sportly-team-roster__players li{
    font-size:17px!important;
  }

  .sportly-team-roster .sportly-player-shirt{
    width:36px;
    height:32px;
    min-width:36px;
  }

  .sportly-team-roster--basketball .sportly-player-shirt{
    width:34px;
    height:36px;
    min-width:34px;
  }
}

/* ============================================================
   Team roster mobile hardening v14
   Ensures roster cards are readable and immediately visible on small screens.
   ============================================================ */
@media(max-width:800px){
  .sportly-single-shell--team .sportly-team-roster[data-reveal],
  .sportly-single-shell--team .sportly-team-roster__group[data-reveal]{
    opacity:1!important;
    transform:none!important;
    visibility:visible!important;
  }

  .sportly-single-shell--team .sportly-team-roster{
    width:100%;
    max-width:100%;
    overflow:hidden;
  }

  .sportly-single-shell--team .sportly-team-roster__grid{
    grid-template-columns:minmax(0,1fr)!important;
  }

  .sportly-single-shell--team .sportly-team-roster__group{
    min-width:0;
  }

  .sportly-single-shell--team .sportly-team-roster__title{
    font-size:clamp(32px,9vw,46px);
    line-height:.95;
  }

  .sportly-single-shell--team .sportly-team-roster__group-title{
    font-size:clamp(24px,7vw,32px);
    line-height:1.04;
    overflow-wrap:anywhere;
  }

  .sportly-single-shell--team .sportly-team-roster__players li{
    align-items:center;
    min-width:0;
    font-size:18px!important;
    line-height:1.45!important;
    gap:10px;
    padding:8px 6px;
  }

  .sportly-single-shell--team .sportly-team-roster__players .sportly-lineup-name{
    min-width:0;
    overflow-wrap:anywhere;
    word-break:normal;
  }

  .sportly-single-shell--team .sportly-team-roster .sportly-player-shirt{
    flex:0 0 auto;
  }
}

@media(max-width:380px){
  .sportly-single-shell--team .sportly-team-roster__players li{
    font-size:17px!important;
    line-height:1.42!important;
    gap:8px;
  }
}


/* ============================================================
   Sportly rollback patch v19: keep useful mobile/stat fixes, remove ticket/passport modules
   ============================================================ */

/* Targeted mobile spacing: match hero uses the same direct-target approach as the person hero. */
@media(max-width:800px){
  .sportly-hero--match{min-height:calc(100svh + 72px)!important}
  .sportly-hero--match .sportly-hero__inner,
  .sportly-hero--match .sportly-hero__inner--editorial{
    min-height:calc(100svh + 72px)!important;
    padding-top:calc(var(--header-h) + 48px)!important;
    padding-bottom:64px!important;
  }
  .sportly-hero--match .sportly-hero__content-wrap--editorial > .sportly-kicker:first-child{margin-top:0!important;margin-bottom:16px!important}
}

@media(max-width:600px){
  .sportly-hero--match{min-height:calc(100svh + 96px)!important}
  .sportly-hero--match .sportly-hero__inner,
  .sportly-hero--match .sportly-hero__inner--editorial{
    min-height:calc(100svh + 96px)!important;
    padding-top:calc(var(--header-h) + 64px)!important;
    padding-bottom:68px!important;
  }

  .sportly-archive-stage__content{max-width:100%;width:100%}
  .sportly-display-title--archive{max-width:100%;overflow-wrap:normal;word-break:normal;font-size:clamp(38px,11.5vw,76px)}
}

@media(hover:none), (pointer:coarse){
  .sportly-card,.sportly-card:hover{transform:none!important}
  .sportly-card:hover .sportly-card__media img{transform:none!important}
  .sportly-card a{touch-action:manipulation}
  .sportly-card__media::after{pointer-events:none}
}

/* Team roster visual cleanup: keep groups structured without boxed panels. */
.sportly-team-roster__group{
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:0!important;
}

/* Archive title width fix v17 */
.sportly-archive-stage__content{max-width:min(100%,980px)}
.sportly-display-title--archive{max-width:100%;overflow-wrap:normal;word-break:normal;hyphens:none}

/* ============================================================
   Sportly v17h cleanup — homepage, trophy shelf, ads
   ============================================================ */

/* Typewriter cursor */
.sportly-pull-quote[data-typewriter]{visibility:hidden}
.sportly-pull-quote[data-typewriter].is-visible{visibility:visible}

.sportly-tw-cursor{
  display:inline-block;
  margin-left:2px;
  color:var(--sportly-accent,var(--accent));
  animation:sportly-blink .7s step-end infinite;
  font-weight:300;
}

.sportly-tw-cursor--done{animation:sportly-blink-out .45s step-end 3 forwards}

@keyframes sportly-blink{
  0%,100%{opacity:1}
  50%{opacity:0}
}

@keyframes sportly-blink-out{
  0%,100%{opacity:1}
  50%{opacity:0}
}

/* Homepage editorial layout */
.sportly-home-magazine{
  padding:clamp(22px,4vw,44px) 0 0;
}

.sportly-home-topline{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:18px;
}

.sportly-home-topline p:last-child{
  margin:0;
  max-width:56ch;
  color:var(--text-2);
  font-size:15px;
  line-height:1.7;
}

.sportly-home-lead-grid{
  display:grid;
  grid-template-columns:minmax(0,1.9fr) minmax(300px,.9fr);
  gap:22px;
  align-items:stretch;
}

.sportly-home-feature{
  position:relative;
  min-height:clamp(500px,56vw,720px);
  border:1px solid var(--line);
  border-radius:28px;
  overflow:hidden;
  background:var(--bg-2);
  isolation:isolate;
}

.sportly-home-feature__media{
  position:absolute;
  inset:0;
  display:block;
  overflow:hidden;
}

.sportly-home-feature__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(5,10,16,.08) 0%,rgba(5,10,16,.32) 35%,rgba(5,10,16,.94) 100%),
    linear-gradient(90deg,rgba(5,10,16,.80),rgba(5,10,16,.08) 58%,rgba(5,10,16,.38));
}

.sportly-home-feature__image,
.sportly-home-lane__feature-image{
  width:100%;
  height:100%;
  object-fit:cover;
}

.sportly-home-feature__body{
  position:relative;
  z-index:2;
  min-height:inherit;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  max-width:860px;
  padding:clamp(28px,4vw,54px);
}

.sportly-home-feature__title{
  margin:10px 0 0;
  font-family:'Exo 2',sans-serif;
  font-size:clamp(42px,6vw,92px);
  line-height:.88;
  letter-spacing:-.055em;
  text-transform:uppercase;
  color:#fff;
}

.sportly-home-feature__title a,
.sportly-home-lane__feature h3 a,
.sportly-home-rail__item a,
.sportly-home-latest__item a,
.sportly-home-lane__item a{
  color:inherit;
  text-decoration:none;
}

.sportly-home-feature__subtitle{
  margin:18px 0 0;
  max-width:48ch;
  font-size:clamp(19px,2.2vw,29px);
  line-height:1.25;
  color:#fff;
}

.sportly-home-feature__intro{
  margin:14px 0 0;
  max-width:58ch;
  color:var(--text-2);
  font-size:16px;
  line-height:1.75;
}

.sportly-home-feature__meta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:24px;
}

.sportly-home-rail{
  display:flex;
  flex-direction:column;
  border:1px solid var(--line);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.014));
  overflow:hidden;
  min-height:100%;
}

.sportly-home-rail__head{
  padding:18px 20px;
  border-bottom:1px solid var(--line);
}

.sportly-home-rail__head span{
  display:block;
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--gold);
  font-weight:800;
}

.sportly-home-rail__item,
.sportly-home-latest__item,
.sportly-home-lane__item{
  border-bottom:1px solid var(--line);
}

.sportly-home-rail__item:last-child,
.sportly-home-latest__item:last-child,
.sportly-home-lane__item:last-child{
  border-bottom:0;
}

.sportly-home-rail__item a,
.sportly-home-latest__item a,
.sportly-home-lane__item a{
  display:grid;
  gap:8px;
  padding:19px 20px;
  transition:background .25s,border-color .25s;
}

.sportly-home-rail__item a:hover,
.sportly-home-latest__item a:hover,
.sportly-home-lane__item a:hover{
  background:rgba(255,255,255,.035);
}

.sportly-home-rail__item span,
.sportly-home-latest__item span,
.sportly-home-lane__item span{
  font-size:10px;
  line-height:1;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--sportly-accent,var(--gold));
  font-weight:800;
}

.sportly-home-rail__item strong,
.sportly-home-latest__item strong,
.sportly-home-lane__item strong{
  font-family:'Exo 2',sans-serif;
  font-size:clamp(21px,2vw,29px);
  line-height:.98;
  letter-spacing:-.02em;
  text-transform:uppercase;
  color:#fff;
}

.sportly-home-rail__item em,
.sportly-home-latest__item em,
.sportly-home-lane__item em{
  font-style:normal;
  color:var(--text-2);
  font-size:13px;
  line-height:1.55;
}

.sportly-home-hubs--compact{
  margin-top:22px!important;
  padding:0!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}

.sportly-home-hubs--compact .sportly-home-hub{
  min-height:148px!important;
  padding:18px 18px 20px!important;
}

.sportly-home-hubs--compact .sportly-home-hub h2{
  font-size:clamp(20px,2vw,28px)!important;
}

.sportly-home-hubs--compact .sportly-home-hub p{
  font-size:12px!important;
  line-height:1.5!important;
  color:var(--muted)!important;
}

.sportly-home-hubs--compact .sportly-home-hub__count-bg{
  font-size:100px!important;
  top:-8px!important;
  right:6px!important;
}

.sportly-home-latest__grid,
.sportly-home-lane__layout{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
  gap:22px;
  align-items:stretch;
}

.sportly-home-lane__feature{
  display:grid;
  grid-template-columns:minmax(240px,.9fr) minmax(0,1fr);
  border:1px solid var(--line);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.012));
  overflow:hidden;
  min-height:320px;
}

.sportly-home-lane__feature-media{
  position:relative;
  display:block;
  min-height:100%;
  background:var(--bg-3);
  overflow:hidden;
}

.sportly-home-lane__feature-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 45%,rgba(5,10,16,.45));
}

.sportly-home-lane__feature-body{
  padding:clamp(22px,3vw,34px);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}

.sportly-home-lane__feature h3{
  margin:0 0 12px;
  font-family:'Exo 2',sans-serif;
  font-size:clamp(30px,4vw,56px);
  line-height:.9;
  letter-spacing:-.04em;
  text-transform:uppercase;
  color:#fff;
}

.sportly-home-lane__feature p{
  margin:0;
  color:var(--text-2);
  font-size:15px;
  line-height:1.7;
}

.sportly-home-lane__list{
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  background:rgba(255,255,255,.025);
}

.sportly-section-intro{
  margin:10px 0 0;
  max-width:58ch;
  color:var(--text-2);
  font-size:15px;
  line-height:1.7;
}

/* Ad map */
.sportly-ad-unit{
  width:100%;
  max-width:100%;
  min-height:96px;
  display:grid;
  place-items:center;
  overflow:hidden;
  text-align:center;
  padding:14px 0;
}

.sportly-ad-unit--hero,
.sportly-ad-unit--archive{
  min-height:110px;
  padding:18px 0;
}

.sportly-ad-unit--mid{
  min-height:250px;
  margin:30px 0;
  padding:18px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.sportly-ad-unit--footer{
  min-height:90px;
  padding:22px 0;
  border-top:1px solid var(--line);
}

.sportly-ad-unit > *,
.sportly-ad-unit ins,
.sportly-ad-unit iframe{
  max-width:100%!important;
}

.sportly-ad-unit ins.adsbygoogle{
  display:block!important;
  margin-inline:auto;
}

.sportly-home-ad{
  margin-top:clamp(24px,4vw,42px);
  margin-bottom:clamp(24px,4vw,42px);
}

.sportly-ad-slot-hero,
.sportly-ad-slot-mid{
  width:100%;
  max-width:var(--container);
  margin-inline:auto;
}

.sportly-article-ad-break{
  display:block;
  width:100%;
  max-width:100%;
  margin:clamp(28px,5vw,46px) 0;
}

/* Trophy shelf */
.sportly-honours-cabinet{
  padding:0;
}

.sportly-honours-cabinet__header{
  margin-bottom:24px;
}

.sportly-honours-cabinet__title{
  font-family:'Exo 2',sans-serif;
  font-size:clamp(28px,3vw,46px);
  font-weight:800;
  letter-spacing:-.035em;
  line-height:.95;
  margin:0;
  color:#fff;
}

.sportly-trophy-shelf{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.sportly-trophy-card{
  position:relative;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:16px;
  align-items:center;
  min-height:124px;
  padding:18px;
  border:1px solid var(--line);
  border-radius:18px;
  background:
    radial-gradient(ellipse at 0% 0%,var(--cabinet-glow,rgba(255,255,255,.06)),transparent 62%),
    linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.012));
  overflow:hidden;
}

.sportly-trophy-card::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:2px;
  background:linear-gradient(90deg,var(--cabinet-accent,var(--gold)),transparent);
  opacity:.7;
}

.sportly-trophy-card__icon{
  width:58px;
  height:58px;
  color:var(--cabinet-accent,var(--gold));
  display:grid;
  place-items:center;
}

.sportly-trophy-card__icon svg{
  width:100%;
  height:100%;
}

.sportly-trophy-card__body{
  min-width:0;
  display:grid;
  gap:5px;
}

.sportly-trophy-card__count{
  display:inline-flex;
  width:max-content;
  padding:4px 8px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
  color:var(--cabinet-accent,var(--gold));
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.sportly-trophy-card h3{
  margin:0;
  color:#fff;
  font-family:'Exo 2',sans-serif;
  font-size:clamp(22px,2vw,31px);
  line-height:.95;
  letter-spacing:-.025em;
  text-transform:uppercase;
}

.sportly-trophy-card p{
  margin:0;
  color:var(--text-2);
  font-size:13px;
  line-height:1.55;
}

/* Per-type trophy accents */
.sportly-cabinet-item--champions{--cabinet-accent:#f0c84b;--cabinet-glow:rgba(240,200,75,.10)}
.sportly-cabinet-item--euroleague{--cabinet-accent:#60cefa;--cabinet-glow:rgba(96,206,250,.08)}
.sportly-cabinet-item--eurocup{--cabinet-accent:#88d8b0;--cabinet-glow:rgba(136,216,176,.08)}
.sportly-cabinet-item--world{--cabinet-accent:#f4a54a;--cabinet-glow:rgba(244,165,74,.10)}
.sportly-cabinet-item--euro{--cabinet-accent:#5e9cff;--cabinet-glow:rgba(94,156,255,.09)}
.sportly-cabinet-item--league{--cabinet-accent:#a8c8ff;--cabinet-glow:rgba(168,200,255,.07)}
.sportly-cabinet-item--cup{--cabinet-accent:#b0b8c8;--cabinet-glow:rgba(176,184,200,.06)}
.sportly-cabinet-item--supercup{--cabinet-accent:#e8b84b;--cabinet-glow:rgba(232,184,75,.08)}
.sportly-cabinet-item--individual{--cabinet-accent:#ff9f70;--cabinet-glow:rgba(255,159,112,.10)}

/* Pull quote normalization */
.sportly-pull-quote,
.sportly-pull-quote--editorial{
  font-family:'DM Sans',system-ui,sans-serif!important;
  font-size:19px!important;
  font-weight:500!important;
  font-style:italic!important;
  line-height:1.85!important;
  letter-spacing:0!important;
  color:var(--text-2)!important;
  max-width:68ch;
}

.sportly-pull-quote::before,
.sportly-pull-quote--editorial::before{
  width:2px!important;
  background:var(--sportly-accent,var(--gold))!important;
  border-radius:2px;
}

.sportly-responsive-embed{
  position:relative;
  overflow:hidden;
  border-radius:inherit;
}

.sportly-responsive-embed iframe{
  display:block;
  width:100%!important;
  aspect-ratio:16/9;
}

@media(max-width:1100px){
  .sportly-home-lead-grid,
  .sportly-home-latest__grid,
  .sportly-home-lane__layout{
    grid-template-columns:1fr;
  }

  .sportly-home-rail{
    min-height:auto;
  }

  .sportly-home-lane__feature{
    grid-template-columns:minmax(220px,.85fr) minmax(0,1fr);
  }
}

@media(max-width:900px){
  .sportly-home-topline{
    align-items:flex-start;
    flex-direction:column;
    gap:8px;
  }

  .sportly-home-hubs--compact{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .sportly-trophy-shelf{
    grid-template-columns:1fr;
  }
}

@media(max-width:700px){
  .sportly-home-magazine{
    padding-top:16px;
  }

  .sportly-home-feature{
    min-height:auto;
    display:flex;
    flex-direction:column;
    border-radius:22px;
  }

  .sportly-home-feature__media{
    position:relative;
    aspect-ratio:16/10;
  }

  .sportly-home-feature__media::after{
    background:linear-gradient(180deg,transparent 42%,rgba(5,10,16,.78));
  }

  .sportly-home-feature__body{
    min-height:0;
    padding:22px 18px 24px;
  }

  .sportly-home-feature__title{
    font-size:clamp(34px,11vw,54px);
  }

  .sportly-home-feature__subtitle{
    font-size:18px;
    line-height:1.35;
  }

  .sportly-home-feature__intro{
    font-size:15px;
  }

  .sportly-home-feature__meta{
    align-items:flex-start;
    flex-direction:column;
  }

  .sportly-home-lane__feature{
    grid-template-columns:1fr;
    min-height:0;
  }

  .sportly-home-lane__feature-media{
    aspect-ratio:16/10;
    min-height:0;
  }

  .sportly-home-lane__feature h3{
    font-size:clamp(28px,9vw,44px);
  }

  .sportly-ad-unit--mid,
  .sportly-ad-unit--hero,
  .sportly-ad-unit--archive{
    min-height:280px;
  }

  .sportly-entry,
  .sportly-entry .entry-content p,
  .sportly-entry p{
    font-size:18px;
    line-height:1.84;
  }
}

@media(max-width:520px){
  .sportly-home-hubs--compact{
    grid-template-columns:1fr!important;
  }

  .sportly-home-hubs--compact .sportly-home-hub{
    min-height:122px!important;
  }

  .sportly-home-rail__item a,
  .sportly-home-latest__item a,
  .sportly-home-lane__item a{
    padding:17px 16px;
  }

  .sportly-home-rail__item strong,
  .sportly-home-latest__item strong,
  .sportly-home-lane__item strong{
    font-size:22px;
  }

  .sportly-trophy-card{
    grid-template-columns:1fr;
    align-items:flex-start;
    min-height:0;
    padding:16px;
  }

  .sportly-trophy-card__icon{
    width:48px;
    height:48px;
  }

  .sportly-trophy-card h3{
    font-size:24px;
  }

  .sportly-pull-quote,
  .sportly-pull-quote--editorial,
  .sportly-single-shell .sportly-pull-quote,
  .sportly-single-shell .sportly-pull-quote--editorial{
    font-size:18px!important;
    padding-left:18px!important;
  }
}

/* ============================================================
   v17k targeted homepage hero title fix
   ============================================================ */
.sportly-home-hero__content{
  max-width:min(1180px,100%);
  width:100%;
}

.sportly-home-hero__title{
  max-width:min(1180px,100%);
  font-size:clamp(38px,4.7vw,72px);
  line-height:.96;
  letter-spacing:-.04em;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}

.sportly-home-hero__title--long{
  max-width:min(1220px,100%);
  font-size:clamp(34px,3.9vw,58px);
  line-height:1;
  letter-spacing:-.035em;
  text-wrap:normal;
}

.sportly-home-hero__title--xlong{
  max-width:min(1240px,100%);
  font-size:clamp(30px,3.25vw,48px);
  line-height:1.04;
  letter-spacing:-.028em;
  text-wrap:normal;
}

.sportly-home-hero__title--xxlong{
  max-width:min(1260px,100%);
  font-size:clamp(27px,2.85vw,42px);
  line-height:1.08;
  letter-spacing:-.02em;
  text-wrap:normal;
}

@media(max-width:900px){
  .sportly-home-hero__content{
    max-width:100%;
  }

  .sportly-home-hero__title{
    font-size:clamp(34px,8vw,56px);
    line-height:1;
  }

  .sportly-home-hero__title--long,
  .sportly-home-hero__title--xlong,
  .sportly-home-hero__title--xxlong{
    font-size:clamp(28px,6.6vw,40px);
    line-height:1.08;
  }
}

@media(max-width:600px){
  .sportly-home-hero__content{
    padding-inline:18px;
  }

  .sportly-home-hero__title{
    font-size:clamp(30px,9vw,42px);
    line-height:1.04;
    letter-spacing:-.025em;
  }

  .sportly-home-hero__title--long,
  .sportly-home-hero__title--xlong,
  .sportly-home-hero__title--xxlong{
    font-size:clamp(24px,7.2vw,32px);
    line-height:1.12;
    letter-spacing:-.018em;
  }
}

/* ============================================================
   v17m internal article hero title parity
   Matches homepage long-title handling on single article heroes.
   ============================================================ */
.sportly-single-shell .sportly-hero__content-wrap,
.sportly-single-shell .sportly-hero__content-wrap--editorial{
  max-width:min(1180px,100%);
  width:100%;
}

.sportly-single-shell .sportly-hero__title{
  max-width:min(1180px,100%);
  font-size:clamp(38px,4.7vw,72px);
  line-height:.96;
  letter-spacing:-.04em;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}

.sportly-single-shell .sportly-hero__title--long{
  max-width:min(1220px,100%);
  font-size:clamp(34px,3.9vw,58px);
  line-height:1;
  letter-spacing:-.035em;
  text-wrap:normal;
}

.sportly-single-shell .sportly-hero__title--xlong{
  max-width:min(1240px,100%);
  font-size:clamp(30px,3.25vw,48px);
  line-height:1.04;
  letter-spacing:-.028em;
  text-wrap:normal;
}

.sportly-single-shell .sportly-hero__title--xxlong{
  max-width:min(1260px,100%);
  font-size:clamp(27px,2.85vw,42px);
  line-height:1.08;
  letter-spacing:-.02em;
  text-wrap:normal;
}

@media(max-width:900px){
  .sportly-single-shell .sportly-hero__content-wrap,
  .sportly-single-shell .sportly-hero__content-wrap--editorial{
    max-width:100%;
  }

  .sportly-single-shell .sportly-hero__title{
    font-size:clamp(34px,8vw,56px);
    line-height:1;
  }

  .sportly-single-shell .sportly-hero__title--long,
  .sportly-single-shell .sportly-hero__title--xlong,
  .sportly-single-shell .sportly-hero__title--xxlong{
    font-size:clamp(28px,6.6vw,40px);
    line-height:1.08;
  }
}

@media(max-width:600px){
  .sportly-single-shell .sportly-hero__title{
    font-size:clamp(30px,9vw,42px);
    line-height:1.04;
    letter-spacing:-.025em;
  }

  .sportly-single-shell .sportly-hero__title--long,
  .sportly-single-shell .sportly-hero__title--xlong,
  .sportly-single-shell .sportly-hero__title--xxlong{
    font-size:clamp(24px,7.2vw,32px);
    line-height:1.12;
    letter-spacing:-.018em;
  }
}

/* ============================================================
   v17n global hero title fix for all internal templates
   Applies to match, team, competition, person and legacy single-dossier heroes.
   ============================================================ */
.sportly-hero .sportly-hero__content-wrap,
.sportly-hero .sportly-hero__content-wrap--editorial{
  max-width:min(1320px,94vw)!important;
  width:100%!important;
}

.sportly-hero .sportly-hero__title,
.sportly-hero.sportly-hero--editorial .sportly-hero__title{
  max-width:min(1320px,94vw)!important;
  font-size:clamp(38px,4.6vw,70px)!important;
  line-height:.96!important;
  letter-spacing:-.04em!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
  text-wrap:balance;
}

.sportly-hero .sportly-hero__title--long,
.sportly-hero.sportly-hero--editorial .sportly-hero__title--long{
  max-width:min(1360px,94vw)!important;
  font-size:clamp(32px,3.6vw,52px)!important;
  line-height:1!important;
  letter-spacing:-.034em!important;
}

.sportly-hero .sportly-hero__title--xlong,
.sportly-hero.sportly-hero--editorial .sportly-hero__title--xlong{
  max-width:min(1400px,95vw)!important;
  font-size:clamp(28px,2.95vw,42px)!important;
  line-height:1.05!important;
  letter-spacing:-.026em!important;
}

.sportly-hero .sportly-hero__title--xxlong,
.sportly-hero.sportly-hero--editorial .sportly-hero__title--xxlong{
  max-width:min(1440px,95vw)!important;
  font-size:clamp(25px,2.55vw,36px)!important;
  line-height:1.08!important;
  letter-spacing:-.018em!important;
}

@media(max-width:900px){
  .sportly-hero .sportly-hero__content-wrap,
  .sportly-hero .sportly-hero__content-wrap--editorial{
    max-width:100%!important;
  }

  .sportly-hero .sportly-hero__title,
  .sportly-hero.sportly-hero--editorial .sportly-hero__title{
    font-size:clamp(32px,7.8vw,50px)!important;
    line-height:1!important;
    max-width:100%!important;
  }

  .sportly-hero .sportly-hero__title--long,
  .sportly-hero .sportly-hero__title--xlong,
  .sportly-hero .sportly-hero__title--xxlong,
  .sportly-hero.sportly-hero--editorial .sportly-hero__title--long,
  .sportly-hero.sportly-hero--editorial .sportly-hero__title--xlong,
  .sportly-hero.sportly-hero--editorial .sportly-hero__title--xxlong{
    font-size:clamp(24px,6.2vw,34px)!important;
    line-height:1.09!important;
    max-width:100%!important;
    letter-spacing:-.018em!important;
  }
}

@media(max-width:600px){
  .sportly-hero .sportly-hero__inner,
  .sportly-hero .sportly-hero__inner--editorial{
    padding-left:18px!important;
    padding-right:18px!important;
  }

  .sportly-hero .sportly-hero__title,
  .sportly-hero.sportly-hero--editorial .sportly-hero__title{
    font-size:clamp(28px,8.2vw,38px)!important;
    line-height:1.03!important;
    letter-spacing:-.024em!important;
  }

  .sportly-hero .sportly-hero__title--long,
  .sportly-hero .sportly-hero__title--xlong,
  .sportly-hero .sportly-hero__title--xxlong,
  .sportly-hero.sportly-hero--editorial .sportly-hero__title--long,
  .sportly-hero.sportly-hero--editorial .sportly-hero__title--xlong,
  .sportly-hero.sportly-hero--editorial .sportly-hero__title--xxlong{
    font-size:clamp(21px,5.9vw,29px)!important;
    line-height:1.11!important;
    letter-spacing:-.014em!important;
  }
}

/* ============================================================
   Sportly v17l — centered quotes and cleaner team roster layout
   ============================================================ */

.sportly-single-shell .sportly-pull-quote,
.sportly-single-shell .sportly-pull-quote--editorial{
  justify-self:center!important;
  width:min(100%,68ch)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.sportly-single-shell--match .sportly-focus-band--neutral{
  justify-self:center!important;
  width:min(100%,780px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.sportly-single-shell--team .sportly-team-roster{
  padding:50px 0 14px!important;
  border-top:1px solid var(--line)!important;
  gap:38px!important;
}

.sportly-single-shell--team .sportly-team-roster__header{
  display:block!important;
  max-width:980px!important;
  margin:0 auto!important;
  text-align:center!important;
}

.sportly-single-shell--team .sportly-team-roster__header .sportly-kicker{
  margin:0 0 12px!important;
}

.sportly-single-shell--team .sportly-team-roster__title{
  margin:0!important;
  max-width:100%!important;
  font-size:clamp(42px,6.2vw,82px)!important;
  line-height:.92!important;
  text-align:center!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}

.sportly-single-shell--team .sportly-team-roster__grid{
  width:100%!important;
  max-width:1280px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))!important;
  gap:44px clamp(28px,4vw,62px)!important;
  align-items:start!important;
}

.sportly-single-shell--team .sportly-team-roster__group{
  min-width:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:0!important;
}

.sportly-single-shell--team .sportly-team-roster__group-title{
  margin:0 0 22px!important;
  font-size:clamp(28px,3.2vw,42px)!important;
  line-height:.95!important;
  color:var(--gold)!important;
}

.sportly-single-shell--team .sportly-team-roster__players{
  display:grid!important;
  gap:12px!important;
}

.sportly-single-shell--team .sportly-team-roster__players li{
  display:flex!important;
  align-items:center!important;
  gap:16px!important;
  min-height:42px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  font-size:18px!important;
  line-height:1.35!important;
}

.sportly-single-shell--team .sportly-team-roster__players li:hover{
  background:transparent!important;
  border-color:transparent!important;
}

.sportly-single-shell--team .sportly-team-roster__players .sportly-lineup-name{
  min-width:0!important;
  overflow-wrap:break-word!important;
}

.sportly-single-shell--team .sportly-team-roster .sportly-player-shirt{
  flex:0 0 auto!important;
  width:36px!important;
  height:34px!important;
  min-width:36px!important;
}

.sportly-single-shell--team .sportly-team-roster--basketball .sportly-player-shirt{
  width:34px!important;
  height:38px!important;
  min-width:34px!important;
}

@media(max-width:800px){
  .sportly-single-shell .sportly-pull-quote,
  .sportly-single-shell .sportly-pull-quote--editorial{
    width:100%!important;
  }

  .sportly-single-shell--team .sportly-team-roster{
    padding:36px 0 8px!important;
    gap:28px!important;
  }

  .sportly-single-shell--team .sportly-team-roster__header{
    text-align:left!important;
  }

  .sportly-single-shell--team .sportly-team-roster__title{
    font-size:clamp(36px,11vw,52px)!important;
    text-align:left!important;
  }

  .sportly-single-shell--team .sportly-team-roster__grid{
    grid-template-columns:1fr!important;
    gap:34px!important;
  }

  .sportly-single-shell--team .sportly-team-roster__group-title{
    font-size:clamp(28px,8vw,36px)!important;
    margin-bottom:18px!important;
  }

  .sportly-single-shell--team .sportly-team-roster__players{
    gap:10px!important;
  }

  .sportly-single-shell--team .sportly-team-roster__players li{
    gap:14px!important;
    font-size:18px!important;
    min-height:40px!important;
  }
}


/* ============================================================
   Sportly v17m — final roster grid hardening
   Prevents long roster group headings from colliding on desktop.
   ============================================================ */
.sportly-single-shell--team .sportly-team-roster{
  overflow:hidden!important;
}

.sportly-single-shell--team .sportly-team-roster__grid{
  width:min(100%,1540px)!important;
  max-width:1540px!important;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr))!important;
  column-gap:32px!important;
  row-gap:46px!important;
}

.sportly-single-shell--team .sportly-team-roster__group{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow:hidden!important;
}

.sportly-single-shell--team .sportly-team-roster__group-title{
  max-width:100%!important;
  margin:0 0 24px!important;
  font-size:clamp(28px,2.15vw,34px)!important;
  line-height:1.04!important;
  letter-spacing:.01em!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
  hyphens:auto!important;
}

.sportly-single-shell--team .sportly-team-roster__players{
  gap:14px!important;
}

.sportly-single-shell--team .sportly-team-roster__players li{
  width:100%!important;
  min-width:0!important;
  gap:16px!important;
}

@media(min-width:1500px){
  .sportly-single-shell--team .sportly-team-roster__grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
}

@media(max-width:1499px){
  .sportly-single-shell--team .sportly-team-roster__grid{
    grid-template-columns:repeat(auto-fit,minmax(min(100%,330px),1fr))!important;
  }
}

@media(max-width:800px){
  .sportly-single-shell--team .sportly-team-roster{
    overflow:visible!important;
  }

  .sportly-single-shell--team .sportly-team-roster__grid{
    width:100%!important;
    max-width:100%!important;
    grid-template-columns:1fr!important;
    row-gap:34px!important;
  }

  .sportly-single-shell--team .sportly-team-roster__group{
    overflow:visible!important;
  }

  .sportly-single-shell--team .sportly-team-roster__group-title{
    font-size:clamp(28px,8vw,36px)!important;
    line-height:1.02!important;
    margin-bottom:18px!important;
  }
}

/* ============================================================
   Sportly v17n — team roster true centering
   Keeps roster groups centered as a block on desktop.
   ============================================================ */
.sportly-single-shell--team .sportly-team-roster{
  width:100%!important;
  max-width:1540px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.sportly-single-shell--team .sportly-team-roster__grid{
  width:100%!important;
  max-width:1540px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),320px))!important;
  justify-content:center!important;
  justify-items:stretch!important;
  column-gap:clamp(36px,4vw,72px)!important;
  row-gap:46px!important;
}

@media(max-width:1100px){
  .sportly-single-shell--team .sportly-team-roster__grid{
    grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),320px))!important;
    column-gap:34px!important;
  }
}

@media(max-width:800px){
  .sportly-single-shell--team .sportly-team-roster{
    max-width:100%!important;
  }

  .sportly-single-shell--team .sportly-team-roster__grid{
    grid-template-columns:1fr!important;
    justify-content:stretch!important;
    max-width:100%!important;
  }
}


/* ============================================================
   Sportly v17o - roster section title and layout polish
   Makes the roster section follow the same left-aligned section rhythm.
   ============================================================ */
.sportly-single-shell--team .sportly-team-roster{
  width:100%!important;
  max-width:1320px!important;
  margin:0 auto!important;
  padding:52px 0 18px!important;
  border-top:1px solid var(--line)!important;
  display:grid!important;
  gap:28px!important;
  overflow:visible!important;
}

.sportly-single-shell--team .sportly-team-roster__header{
  width:100%!important;
  max-width:1320px!important;
  margin:0 auto!important;
  display:block!important;
  text-align:left!important;
}

.sportly-single-shell--team .sportly-team-roster__header .sportly-kicker{
  margin:0 0 10px!important;
  text-align:left!important;
}

.sportly-single-shell--team .sportly-team-roster__title{
  margin:0!important;
  max-width:760px!important;
  font-size:clamp(32px,3.4vw,56px)!important;
  line-height:.96!important;
  letter-spacing:-.02em!important;
  text-align:left!important;
  text-wrap:balance!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}

.sportly-single-shell--team .sportly-team-roster__grid{
  width:100%!important;
  max-width:1320px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,285px),1fr))!important;
  gap:24px!important;
  justify-content:stretch!important;
  justify-items:stretch!important;
  align-items:start!important;
}

.sportly-single-shell--team .sportly-team-roster__group{
  position:relative!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow:hidden!important;
  padding:22px 22px 20px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:22px!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018)),
    rgba(255,255,255,.018)!important;
  box-shadow:0 18px 42px rgba(0,0,0,.18)!important;
}

.sportly-single-shell--team .sportly-team-roster__group::before{
  content:""!important;
  position:absolute!important;
  inset:0 auto 0 0!important;
  width:3px!important;
  background:var(--gold)!important;
  opacity:.9!important;
}

.sportly-single-shell--team .sportly-team-roster__group-title{
  max-width:100%!important;
  margin:0 0 18px!important;
  padding:0 0 13px!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
  color:var(--gold)!important;
  font-size:clamp(20px,1.55vw,28px)!important;
  line-height:1.05!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}

.sportly-single-shell--team .sportly-team-roster__players{
  display:grid!important;
  gap:8px!important;
  margin:0!important;
  padding:0!important;
}

.sportly-single-shell--team .sportly-team-roster__players li{
  display:flex!important;
  align-items:center!important;
  gap:13px!important;
  width:100%!important;
  min-width:0!important;
  min-height:40px!important;
  padding:7px 9px!important;
  border:1px solid rgba(255,255,255,.055)!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.026)!important;
  font-size:17px!important;
  line-height:1.32!important;
}

.sportly-single-shell--team .sportly-team-roster__players li:hover{
  background:rgba(255,255,255,.05)!important;
  border-color:rgba(255,255,255,.11)!important;
}

.sportly-single-shell--team .sportly-team-roster__players .sportly-lineup-name{
  min-width:0!important;
  overflow-wrap:break-word!important;
}

.sportly-single-shell--team .sportly-team-roster .sportly-player-shirt{
  flex:0 0 auto!important;
  width:34px!important;
  height:32px!important;
  min-width:34px!important;
  font-size:12px!important;
}

.sportly-single-shell--team .sportly-team-roster--basketball .sportly-player-shirt{
  width:32px!important;
  height:36px!important;
  min-width:32px!important;
}

@media(max-width:1100px){
  .sportly-single-shell--team .sportly-team-roster{
    padding-top:44px!important;
  }

  .sportly-single-shell--team .sportly-team-roster__grid{
    grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr))!important;
    gap:20px!important;
  }
}

@media(max-width:800px){
  .sportly-single-shell--team .sportly-team-roster{
    max-width:100%!important;
    padding:36px 0 8px!important;
    gap:22px!important;
  }

  .sportly-single-shell--team .sportly-team-roster__header{
    max-width:100%!important;
    text-align:left!important;
  }

  .sportly-single-shell--team .sportly-team-roster__title{
    max-width:100%!important;
    font-size:clamp(30px,8vw,42px)!important;
    text-align:left!important;
  }

  .sportly-single-shell--team .sportly-team-roster__grid{
    max-width:100%!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
  }

  .sportly-single-shell--team .sportly-team-roster__group{
    padding:19px 18px 18px!important;
    border-radius:20px!important;
    overflow:hidden!important;
  }

  .sportly-single-shell--team .sportly-team-roster__group-title{
    font-size:clamp(20px,6vw,26px)!important;
    margin-bottom:15px!important;
  }

  .sportly-single-shell--team .sportly-team-roster__players li{
    font-size:16px!important;
    min-height:38px!important;
  }
}
