@view-transition {
  navigation: auto;
}

.zen-player-page {
  min-height: 100vh;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  color: #24211f;
  background:
    linear-gradient(180deg, rgb(255 253 249 / 0.96), rgb(246 239 231 / 0.98)),
    #f7f1e9;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.zen-player-page::before,
.zen-player-page::after {
  display: none;
}

.zen-player-shell {
  --zen-shell-block-start: clamp(14px, 2vh, 28px);
  --zen-shell-inline: clamp(22px, 3.8vw, 68px);
  --static-header-block-start: var(--zen-shell-block-start);
  --static-header-inline: clamp(24px, 4vw, 64px);
  width: 100%;
  max-width: none;
  min-height: 100vh;
  height: auto;
  display: block;
  padding: var(--zen-shell-block-start) var(--zen-shell-inline) clamp(34px, 5vw, 80px);
}

.zen-player-shell > .site-header {
  top: calc(var(--static-header-block-start) - var(--zen-shell-block-start));
  width: calc(100vw - var(--static-header-inline) - var(--static-header-inline));
  max-width: none;
  margin-right: 0;
  margin-left: calc(var(--static-header-inline) - var(--zen-shell-inline));
}

body.zen-player-page.is-zoomed-out > .zen-player-shell > .site-header,
body.zen-player-page.is-zoomed-out .zen-player-shell.players-section-fixed-shell > .site-header {
  top: var(--zoom-out-header-block-offset, 0px);
  width: calc(var(--zoom-out-readable-width, 100vw) - 128px);
  max-width: none;
  margin-inline: auto;
  zoom: var(--zoom-out-readable-scale, 1);
}

.zen-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  border-radius: 8px;
  padding: 10px 14px;
  color: #fff;
  background: #24211f;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-16px);
}

.zen-skip-link:focus {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.zen-player-main {
  position: relative;
  width: min(100%, 1760px);
  display: grid;
  gap: clamp(18px, 2vw, 30px);
  margin: clamp(18px, 2vw, 28px) auto 0;
}

.zen-player-breadcrumb {
  position: absolute;
  bottom: calc(100% + clamp(4px, 0.4vw, 7px));
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7b7169;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.zen-player-breadcrumb a {
  color: #9f3b0b;
}

.zen-player-breadcrumb a:hover,
.zen-player-breadcrumb a:focus-visible {
  color: #9f3b0b;
}

.zen-player-hero {
  position: relative;
  isolation: isolate;
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(390px, 0.82fr) minmax(0, 1.18fr);
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgb(74 55 39 / 0.12);
  border-radius: 24px;
  color: #24211f;
  background: #fff;
  box-shadow: 0 30px 70px rgb(73 43 20 / 0.12);
}

.zen-player-portrait-panel {
  position: relative;
  grid-row: 1 / -1;
  min-height: 590px;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 24%, rgb(255 244 220 / 0.94), transparent 22%),
    linear-gradient(145deg, #f7a34d 0%, #ef6a21 52%, #c94813 100%);
}

.zen-player-portrait-transition-frame {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: 23px 0 0 23px;
  clip-path: inset(0 round 23px 0 0 23px);
  contain: paint;
  pointer-events: none;
}

.zen-player-portrait-panel::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgb(255 255 255 / 0.26) 1.2px, transparent 1.4px);
  background-position: 10px 10px;
  background-size: 18px 18px;
  opacity: 0.54;
  mask-image: linear-gradient(135deg, #000 10%, transparent 74%);
  content: "";
}

.zen-player-portrait-panel::after {
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 240px;
  height: 240px;
  border: 44px solid rgb(255 255 255 / 0.12);
  border-radius: 50%;
  content: "";
}

.zen-player-portrait-label {
  position: absolute;
  top: clamp(22px, 2.6vw, 42px);
  left: clamp(22px, 2.6vw, 42px);
  z-index: 4;
  border: 1px solid rgb(255 255 255 / 0.5);
  border-radius: 999px;
  padding: 8px 12px;
  color: #fff;
  background: rgb(82 29 7 / 0.78);
  backdrop-filter: blur(6px);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zen-player-portrait-word {
  position: absolute;
  top: 50%;
  right: clamp(16px, 2.2vw, 36px);
  left: auto;
  z-index: 1;
  color: rgb(255 255 255 / 0.2);
  font-size: clamp(6.5rem, 8.4vw, 9.75rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.8;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
  pointer-events: none;
  user-select: none;
}

.zen-player-portrait {
  position: absolute;
  right: auto;
  bottom: -10%;
  left: -4%;
  z-index: 2;
  width: auto;
  height: 111%;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 28px 34px rgb(77 29 8 / 0.28));
}

.zen-player-rank-chip {
  position: absolute;
  right: clamp(18px, 2vw, 32px);
  bottom: clamp(18px, 2vw, 32px);
  z-index: 5;
  min-width: 154px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1px solid rgb(255 255 255 / 0.7);
  border-radius: 13px;
  padding: 13px 15px;
  color: #fff;
  background: rgb(40 27 20 / 0.78);
  box-shadow: 0 14px 30px rgb(74 25 5 / 0.18);
  backdrop-filter: blur(9px);
}

.zen-player-rank-chip small {
  max-width: 78px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-transform: uppercase;
}

.zen-player-rank-chip strong {
  color: #ff8a3d;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.zen-player-hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(38px, 5vw, 84px) clamp(34px, 5vw, 88px) clamp(28px, 3vw, 48px);
}

.zen-player-eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: #c44f16;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.zen-preview-badge {
  border: 1px solid rgb(239 106 33 / 0.28);
  border-radius: 999px;
  padding: 5px 9px;
  color: #8f3b12;
  background: #fff1e5;
  font-size: 0.75rem;
  letter-spacing: 0.035em;
  line-height: 1.25;
}

.zen-player-hero h1 {
  margin: 16px 0 0;
  color: #201d1a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-synthesis: none;
  font-kerning: normal;
  font-size: clamp(4.5rem, 7.4vw, 9rem);
  font-weight: 800;
  letter-spacing: 0.015em;
  line-height: 0.86;
  text-transform: uppercase;
}

.zen-player-intro {
  max-width: 700px;
  margin: 18px 0 0;
  color: #726861;
  font-size: clamp(0.96rem, 1.05vw, 1.16rem);
  font-weight: 560;
  line-height: 1.65;
}

.zen-player-affiliations {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: clamp(26px, 3.2vw, 42px);
}


.zen-player-profile-meta {
  width: 100%;
  display: grid;
  grid-template-columns: clamp(150px, 11vw, 172px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(34px, 3vw, 42px);
  margin-top: clamp(38px, 3.6vw, 48px);
}

.zen-player-profile-meta .zen-player-affiliations {
  margin-top: 0;
}

.zen-fantasy-rating {
  --zen-rating: 96;
  position: relative;
  isolation: isolate;
  width: clamp(150px, 11vw, 172px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  justify-self: start;
}

.zen-fantasy-rating.is-takeover::before {
  position: absolute;
  inset: -7%;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(circle, transparent 47%, rgb(255 105 8 / 0.3) 60%, rgb(192 42 4 / 0.16) 70%, transparent 79%);
  filter: blur(7px);
  opacity: 0.82;
  content: "";
  pointer-events: none;
}

.zen-fantasy-rating-ring {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  shape-rendering: geometricPrecision;
  filter: drop-shadow(0 12px 20px rgb(142 36 5 / 0.12));
}

.zen-fantasy-rating-track,
.zen-fantasy-rating-progress {
  fill: none;
  stroke-width: 10.5;
}

.zen-fantasy-rating-track {
  stroke: #f3e3d5;
}

.zen-fantasy-rating-progress {
  stroke: url(#zenFantasyRatingGradient);
  stroke-linecap: round;
  stroke-dasharray: var(--zen-rating, 96) 100;
  stroke-dashoffset: 2;
  transition: stroke-dasharray 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.zen-fantasy-rating-takeover-back {
  opacity: 0;
  pointer-events: none;
  filter:
    drop-shadow(0 1px 0 rgb(111 24 3 / 0.85))
    drop-shadow(0 0 3px rgb(255 91 5 / 0.62))
    drop-shadow(0 0 8px rgb(255 102 7 / 0.3));
  transition: opacity 180ms ease;
}

.zen-fantasy-rating.is-takeover .zen-fantasy-rating-takeover-back {
  opacity: 1;
}

.zen-fantasy-rating-heat {
  fill: none;
  stroke: #df3505;
  stroke-width: 21;
  opacity: 0.34;
  filter: blur(3.6px);
}

.zen-fantasy-rating-flame-layer {
  transform-box: view-box;
  transform-origin: 60px 60px;
  animation-duration: 720ms;
  animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: paused;
}

.zen-fantasy-rating-flame-layer.phase-a {
  animation-name: zen-fantasy-rating-fire-a;
  animation-delay: -170ms;
}

.zen-fantasy-rating-flame-layer.phase-b {
  animation-name: zen-fantasy-rating-fire-b;
  animation-duration: 560ms;
  animation-delay: -390ms;
}

.zen-fantasy-rating-flame-layer.phase-c {
  animation-name: zen-fantasy-rating-fire-c;
  animation-duration: 840ms;
  animation-delay: -610ms;
}

.zen-fantasy-rating-flame {
  fill: url(#zenFantasyFlameGradient);
  stroke: #8f2105;
  stroke-width: 1.05;
  stroke-linejoin: round;
  opacity: 0.99;
  vector-effect: non-scaling-stroke;
}

.zen-fantasy-rating-core {
  fill: url(#zenFantasyFlameCoreGradient);
  opacity: 0.92;
}

.zen-fantasy-rating-fire-root,
.zen-fantasy-rating-fire-lip {
  fill: none;
  pointer-events: none;
}

.zen-fantasy-rating-fire-root {
  stroke: #972204;
  stroke-width: 20;
}

.zen-fantasy-rating-fire-lip {
  stroke: #ff7410;
  stroke-width: 13;
}

.zen-fantasy-rating.is-takeover.is-visible .zen-fantasy-rating-flame-layer {
  animation-play-state: running;
}

body.players-section-transitioning .zen-fantasy-rating-flame-layer,
body.nav-page-transitioning .zen-fantasy-rating-flame-layer,
html.is-zen-player-arriving-fallback .zen-fantasy-rating-flame-layer,
html.is-zen-player-arriving-shared .zen-fantasy-rating-flame-layer,
html.is-team-route-leaving .zen-fantasy-rating-flame-layer {
  animation-play-state: paused !important;
}
.zen-fantasy-rating-value {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 9px;
  color: #24211f;
}

.zen-fantasy-rating-value strong {
  font-family: "Barlow Condensed", "Arial Narrow", Inter, sans-serif;
  font-size: clamp(3.15rem, 3.7vw, 3.8rem);
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.8;
}

.zen-fantasy-rating-value span {
  font-family: "Barlow Condensed", "Arial Narrow", Inter, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes zen-fantasy-rating-fire-a {
  0% { opacity: 0.9; transform: scale(0.992) rotate(-0.18deg); }
  58% { opacity: 1; transform: translateY(-0.7px) scale(1.018, 1.026) rotate(0.34deg); }
  100% { opacity: 0.95; transform: scale(1.004, 1.012) rotate(-0.08deg); }
}

@keyframes zen-fantasy-rating-fire-b {
  0% { opacity: 0.92; transform: translateY(0.4px) scale(1.01, 0.994) rotate(0.28deg); }
  52% { opacity: 1; transform: translateY(-1px) scale(0.994, 1.024) rotate(-0.42deg); }
  100% { opacity: 0.94; transform: scale(1.012, 1.006) rotate(0.12deg); }
}

@keyframes zen-fantasy-rating-fire-c {
  0% { opacity: 0.88; transform: translateY(0.2px) scale(0.996, 1.008) rotate(-0.3deg); }
  46% { opacity: 1; transform: translateY(-0.8px) scale(1.016, 1.022) rotate(0.38deg); }
  100% { opacity: 0.93; transform: translateY(-0.2px) scale(1.003) rotate(-0.1deg); }
}
.zen-player-country {
  min-height: 76px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgb(68 54 43 / 0.12);
  border-radius: 14px;
  padding: 0 18px;
  color: #403a35;
  background: #faf7f3;
  font-size: 0.86rem;
  font-weight: 800;
}

.zen-france-flag {
  width: 27px;
  height: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgb(44 39 35 / 0.09);
}

.zen-france-flag i:nth-child(1) { background: #1a3f90; }
.zen-france-flag i:nth-child(2) { background: #fff; }
.zen-france-flag i:nth-child(3) { background: #ed2939; }

.zen-player-team-link {
  position: relative;
  width: min(100%, 430px);
  min-height: 128px;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 18px;
  border: 0;
  border-radius: 0;
  padding: 0 8px 0 0;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
  transition: transform 180ms ease;
}

.zen-player-team-link > img {
  width: 100px;
  height: 122px;
  object-fit: contain;
  filter: drop-shadow(0 12px 14px rgb(29 23 19 / 0.12));
  transition: filter 180ms ease, transform 180ms ease;
}

.zen-player-team-link > span {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.zen-player-team-link small {
  color: #9f3b0b;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
}

.zen-player-team-link strong {
  overflow: hidden;
  color: #201b18;
  font-size: clamp(1.18rem, 1.3vw, 1.42rem);
  font-weight: 900;
  line-height: 1.15;
  text-overflow: ellipsis;
  transition: color 180ms ease;
  white-space: nowrap;
}

.zen-player-team-link svg {
  width: 22px;
  height: 22px;
  color: #df5a16;
}

.zen-player-team-link:hover,
.zen-player-team-link:focus-visible {
  transform: translateY(-2px);
}

.zen-player-team-link:hover > img,
.zen-player-team-link:focus-visible > img {
  filter: drop-shadow(0 15px 18px rgb(29 23 19 / 0.18));
  transform: scale(1.045);
}

.zen-player-team-link:hover strong,
.zen-player-team-link:focus-visible strong {
  color: #cf4c0b;
}

.zen-player-team-link:focus-visible,
.zen-player-breadcrumb a:focus-visible,
.zen-player-facts a:focus-visible {
  outline: 3px solid rgb(243 106 33 / 0.28);
  outline-offset: 3px;
}

.zen-player-market-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid rgb(64 48 35 / 0.1);
  background: #fbf8f4;
}

.zen-player-market-strip > div {
  min-width: 0;
  display: grid;
  gap: 8px;
  padding: clamp(20px, 2vw, 30px) clamp(20px, 2.3vw, 38px);
}

.zen-player-market-strip > div + div {
  border-left: 1px solid rgb(64 48 35 / 0.1);
}

.zen-player-market-strip dt {
  color: #65584f;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.zen-player-market-strip dd {
  margin: 0;
  color: #25211e;
  font-size: clamp(1.55rem, 2vw, 2.3rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.zen-player-market-strip .is-positive dd,
.zen-market-signal strong.is-positive {
  color: #248b55;
}

.zen-player-insights {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(300px, 0.58fr);
  gap: clamp(18px, 2vw, 28px);
}

.zen-fantasy-pulse,
.zen-player-dossier,
.zen-player-form {
  border: 1px solid rgb(68 52 40 / 0.1);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 44px rgb(73 43 20 / 0.07);
}

.zen-fantasy-pulse {
  min-width: 0;
  padding: clamp(26px, 3vw, 44px);
}

.zen-section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.zen-section-heading > div {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.zen-section-heading span {
  color: #c64e14;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.zen-section-heading h2 {
  margin: 0;
  color: #24211f;
  font-size: clamp(1.55rem, 2.1vw, 2.35rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.zen-section-heading .zen-data-note {
  border-radius: 999px;
  padding: 7px 10px;
  color: #665950;
  background: #f8f2ec;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-transform: none;
  white-space: nowrap;
}

.zen-pulse-layout {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(230px, 0.65fr) minmax(0, 1.35fr);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  margin-top: clamp(28px, 3vw, 46px);
}

.zen-average-gauge {
  position: relative;
  width: min(100%, 250px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  justify-self: center;
}

.zen-average-gauge-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(#f36a21 0 76.3%, #f2ebe4 76.3% 100%);
  box-shadow: inset 0 0 0 1px rgb(74 55 39 / 0.06);
}

.zen-average-gauge-ring::after {
  position: absolute;
  inset: 22px;
  border-radius: inherit;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgb(74 55 39 / 0.06);
  content: "";
}

.zen-average-gauge-value {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 4px;
}

.zen-average-gauge-value strong {
  color: #24211f;
  font-size: clamp(2.9rem, 4.2vw, 4.6rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.9;
  font-variant-numeric: tabular-nums;
}

.zen-average-gauge-value span {
  color: #665950;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.zen-market-signals {
  min-width: 0;
  display: grid;
  gap: clamp(24px, 3vw, 38px);
}

.zen-market-signal {
  display: grid;
  gap: 10px;
}

.zen-market-signal > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.zen-market-signal span {
  color: #544c46;
  font-size: 0.8rem;
  font-weight: 800;
}

.zen-market-signal strong {
  color: #2c2824;
  font-size: 1.25rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.zen-market-track {
  height: 10px;
  display: block;
  overflow: hidden;
  border-radius: 999px;
  background: #f1ebe5;
  box-shadow: inset 0 1px 2px rgb(65 45 29 / 0.08);
}

.zen-market-track i {
  width: var(--zen-progress);
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, #dc5414, #ff8b3d);
}

.zen-market-track.is-trend i {
  background: linear-gradient(90deg, #227b4d, #44b878);
}

.zen-market-signal p {
  margin: 0;
  color: #665950;
  font-size: 0.78rem;
  font-weight: 580;
  line-height: 1.45;
}

.zen-player-dossier {
  padding: clamp(26px, 3vw, 42px);
  background:
    radial-gradient(circle at 100% 0%, rgb(255 205 165 / 0.38), transparent 16rem),
    #fff8f1;
}

.zen-section-heading.is-compact h2 {
  font-size: clamp(1.45rem, 1.8vw, 2rem);
}

.zen-player-facts {
  display: grid;
  gap: 0;
  margin: 26px 0 0;
}

.zen-player-facts > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgb(79 59 43 / 0.1);
  padding: 15px 0;
}

.zen-player-facts dt {
  color: #65584f;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.zen-player-facts dd {
  margin: 0;
  color: #2b2723;
  font-size: 0.82rem;
  font-weight: 800;
  text-align: right;
}

.zen-player-facts a {
  color: #9f3b0b;
}

.zen-player-form {
  overflow: hidden;
}

.zen-player-form > .zen-section-heading {
  padding: clamp(25px, 2.8vw, 40px) clamp(25px, 3vw, 44px) 22px;
}

.zen-player-form > .zen-section-heading > p {
  max-width: 320px;
  margin: 0;
  color: #665950;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
  text-align: right;
}

.zen-form-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.zen-form-strip li {
  min-height: 150px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  border-top: 1px solid rgb(74 55 39 / 0.1);
  background: #fbf8f4;
}

.zen-form-strip li + li {
  border-left: 1px solid rgb(74 55 39 / 0.1);
}

.zen-form-strip li span,
.zen-form-strip li small {
  color: #665950;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.zen-form-strip li strong {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 900;
  box-shadow: 0 12px 24px rgb(44 36 29 / 0.1);
}

.zen-form-strip li.is-win strong { background: linear-gradient(145deg, #3caf71, #237d4e); }
.zen-form-strip li.is-loss strong { background: linear-gradient(145deg, #ef6a4f, #c43b2d); }

.zen-player-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  padding: 8px 2px 0;
}


.zen-player-footer p {
  max-width: 720px;
  margin: 0;
  color: #665950;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: right;
}

.zen-player-impact {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(68 52 40 / 0.1);
  border-radius: 20px;
  padding: clamp(26px, 3vw, 44px);
  background:
    radial-gradient(circle at 50% 45%, rgb(239 100 31 / 0.055), transparent 38%),
    #fff;
  box-shadow: 0 18px 44px rgb(73 43 20 / 0.07);
}

.zen-impact-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.zen-impact-header > div {
  display: grid;
  gap: 6px;
}

.zen-impact-header span {
  color: #c64e14;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.zen-impact-header h2 {
  margin: 0;
  color: #24211f;
  font-size: clamp(1.55rem, 2.1vw, 2.35rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.zen-impact-header p {
  max-width: 430px;
  margin: 2px 0 0;
  color: #665950;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.5;
  text-align: right;
}

.zen-impact-plot {
  position: relative;
  width: min(100%, 860px);
  aspect-ratio: 760 / 520;
  margin: clamp(14px, 1.8vw, 26px) auto 0;
  cursor: crosshair;
  touch-action: pan-y;
}

.zen-impact-chart {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.zen-impact-grid polygon,
.zen-impact-grid line {
  fill: none;
  stroke: #d9d2cc;
  stroke-width: 1.35;
  vector-effect: non-scaling-stroke;
}

.zen-impact-grid polygon:first-child {
  fill: rgb(239 100 31 / 0.025);
}

.zen-impact-grid polygon.is-outer {
  stroke: #bdb5ae;
  stroke-width: 1.55;
}

.zen-impact-cursor-glow {
  opacity: 0;
  pointer-events: none;
  transition: opacity 140ms ease;
}

.zen-impact-active-guide {
  opacity: 0;
  stroke: rgb(239 100 31 / 0.58);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-dasharray: 4 7;
  pointer-events: none;
  vector-effect: non-scaling-stroke;
  transition: opacity 140ms ease;
}

.zen-impact-data-layer {
  transform: translate(var(--impact-shift-x, 0), var(--impact-shift-y, 0));
  transform-box: view-box;
  transform-origin: center;
  transition: transform 110ms ease-out;
}

.zen-impact-area {
  fill: rgb(239 100 31 / 0.16);
  stroke: none;
}

.zen-impact-outline {
  fill: none;
  stroke: #ef641f;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 7px 10px rgb(213 75 11 / 0.12));
}

.zen-impact-node-halo,
.zen-impact-node-dot {
  transform-box: fill-box;
  transform-origin: center;
  transition: opacity 150ms ease, transform 180ms cubic-bezier(.22, 1, .36, 1), fill 150ms ease;
  vector-effect: non-scaling-stroke;
}

.zen-impact-node-halo {
  opacity: 0;
  fill: rgb(239 100 31 / 0.14);
  stroke: rgb(239 100 31 / 0.45);
  stroke-width: 1.5;
}

.zen-impact-node-dot {
  fill: #fff;
  stroke: #ef641f;
  stroke-width: 3;
}

.zen-impact-node.is-active .zen-impact-node-halo {
  opacity: 1;
  transform: scale(1.24);
}

.zen-impact-node.is-active .zen-impact-node-dot {
  fill: #ef641f;
  stroke: #fff;
  transform: scale(1.38);
}

.zen-impact-metric-label {
  appearance: none;
  position: absolute;
  left: var(--impact-label-x);
  top: var(--impact-label-y);
  z-index: 4;
  min-width: 92px;
  display: grid;
  min-height: 44px;
  justify-items: center;
  gap: 2px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 5px 8px;
  color: #4f4741;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: center;
  transform: translate(-50%, -50%) scale(var(--impact-label-scale, 1));
  transition: color 150ms ease, background 150ms ease, border-color 150ms ease, box-shadow 150ms ease, transform 180ms cubic-bezier(.22, 1, .36, 1);
}

.zen-impact-metric-label span {
  color: inherit;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.035em;
  line-height: 1.1;
  white-space: nowrap;
  text-transform: uppercase;
}

.zen-impact-metric-label strong {
  color: #24211f;
  font-size: 1.16rem;
  font-weight: 900;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.zen-impact-metric-label:hover,
.zen-impact-metric-label.is-active,
.zen-impact-metric-label:focus-visible {
  --impact-label-scale: 1.07;
  border-color: rgb(239 100 31 / 0.28);
  color: #b8430f;
  background: rgb(255 248 242 / 0.94);
  box-shadow: 0 9px 22px rgb(88 52 27 / 0.1);
}

.zen-impact-metric-label.is-active strong,
.zen-impact-metric-label:focus-visible strong {
  color: #a83c0d;
}

.zen-impact-metric-label:focus-visible {
  outline: 3px solid #a83c0d;
  outline-offset: 2px;
}

.zen-impact-tooltip {
  position: absolute;
  left: var(--impact-tooltip-x, 50%);
  top: var(--impact-tooltip-y, 50%);
  z-index: 6;
  min-width: 112px;
  display: grid;
  justify-items: center;
  gap: 3px;
  border: 1px solid rgb(239 100 31 / 0.28);
  border-radius: 11px;
  padding: 9px 12px;
  color: #4f4741;
  background: rgb(255 255 255 / 0.96);
  box-shadow: 0 13px 30px rgb(66 39 20 / 0.13);
  pointer-events: none;
  transform: translate(-50%, calc(-100% - 20px));
}

.zen-impact-tooltip[hidden] {
  display: none;
}

.zen-impact-tooltip[data-impact-placement="below"] {
  transform: translate(-50%, 20px);
}

.zen-impact-tooltip > span {
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.zen-impact-tooltip > strong {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: #df5817;
  line-height: 1;
}

.zen-impact-tooltip b {
  font-size: 1.2rem;
  font-weight: 900;
}

.zen-impact-tooltip small {
  color: #665950;
  font-size: 0.75rem;
  font-weight: 800;
}

.zen-impact-note {
  margin: 4px 0 0;
  color: #665950;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 760px) {
  .zen-impact-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .zen-impact-header p {
    max-width: 620px;
    margin-top: 0;
    text-align: left;
  }

  .zen-impact-metric-label {
    min-width: 76px;
    padding: 4px 6px;
  }

  .zen-impact-metric-label span {
    font-size: 0.75rem;
  }

  .zen-impact-metric-label strong {
    font-size: 1rem;
  }
}

@media (max-width: 560px) {
  .zen-player-impact {
    border-radius: 16px;
    padding: 24px 14px 20px;
  }

  .zen-impact-header {
    padding: 0 6px;
  }

  .zen-impact-header p {
    font-size: 0.8rem;
  }

  .zen-impact-plot {
    aspect-ratio: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
    cursor: default;
  }

  .zen-impact-chart {
    grid-column: 1 / -1;
    aspect-ratio: 760 / 520;
    cursor: crosshair;
  }

  .zen-impact-metric-label {
    --impact-label-scale: 1;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    min-width: 0;
    min-height: 48px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-items: start;
    gap: 8px;
    border-color: rgb(239 100 31 / 0.16);
    border-radius: 9px;
    padding: 9px 11px;
    background: #fffaf5;
    text-align: left;
    transform: none;
  }

  .zen-impact-metric-label:hover,
  .zen-impact-metric-label.is-active,
  .zen-impact-metric-label:focus-visible {
    transform: translateY(-1px);
  }
  .zen-impact-metric-label span {
    min-width: 0;
    font-size: 0.75rem;
    line-height: 1.25;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .zen-impact-metric-label strong {
    justify-self: end;
    font-size: 1rem;
  }

  .zen-impact-tooltip {
    min-width: 92px;
    padding: 7px 9px;
    transform: translate(-50%, calc(-100% - 12px));
  }

  .zen-impact-note {
    padding: 0 6px;
    font-size: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zen-impact-cursor-glow,
  .zen-impact-active-guide,
  .zen-impact-data-layer,
  .zen-impact-node-halo,
  .zen-impact-node-dot,
  .zen-impact-metric-label {
    transition: none;
  }
}

@media (max-width: 1500px) {
  .zen-player-portrait-word {
    z-index: 3;
    color: rgb(255 255 255 / 0.18);
    text-shadow: 0 2px 18px rgb(91 28 4 / 0.16);
  }
}

@media (max-width: 1180px) {
  .zen-player-portrait-word {
    right: clamp(2px, 1vw, 10px);
    font-size: clamp(4.75rem, 8vw, 7rem);
  }

  .zen-player-hero {
    grid-template-columns: minmax(340px, 0.74fr) minmax(0, 1.26fr);
  }

  .zen-player-market-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zen-player-market-strip > div:nth-child(3) {
    border-top: 1px solid rgb(64 48 35 / 0.1);
    border-left: 0;
  }

  .zen-player-market-strip > div:nth-child(4) {
    border-top: 1px solid rgb(64 48 35 / 0.1);
  }
}

@media (max-width: 980px) {
  .zen-player-shell {
    --zen-shell-inline: 22px;
  }

  .zen-player-hero {
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  }

  .zen-player-portrait,
  .zen-player-portrait-panel {
    min-height: 540px;
  }

  .zen-player-hero-copy {
    padding-right: 34px;
    padding-left: 34px;
  }

  .zen-player-profile-meta {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .zen-fantasy-rating {
    width: 146px;
    margin: 16px 0 24px;
  }

  .zen-player-insights {
    grid-template-columns: 1fr;
  }

  .zen-player-dossier {
    display: grid;
    grid-template-columns: minmax(200px, 0.45fr) minmax(0, 1.55fr);
    gap: 30px;
  }

  .zen-player-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
    margin-top: 0;
  }
}

@media (max-width: 820px) {
  .zen-player-shell {
    --static-header-block-start: 20px;
    --static-header-inline: 20px;
  }
}

@media (max-width: 760px) {
  .zen-player-portrait-transition-frame {
    border-radius: 23px 23px 0 0;
    clip-path: inset(0 round 23px 23px 0 0);
  }

  .zen-player-portrait-word {
    top: 42%;
    right: clamp(8px, 2vw, 16px);
  }

  .zen-player-hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .zen-player-portrait-panel {
    grid-row: auto;
    min-height: 420px;
  }

  .zen-player-portrait {
    min-height: 0;
    left: -2%;
    height: 112%;
  }

  .zen-player-hero-copy {
    grid-row: auto;
  }

  .zen-player-market-strip {
    grid-row: auto;
  }

  .zen-pulse-layout {
    grid-template-columns: 1fr;
  }

  .zen-average-gauge {
    width: min(74vw, 240px);
  }

  .zen-player-dossier {
    display: block;
  }

  .zen-player-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px;
    margin-top: 24px;
  }

  .zen-form-strip {
    grid-template-columns: repeat(5, minmax(92px, 1fr));
    overflow-x: auto;
  }

  .zen-player-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .zen-player-footer p {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .zen-player-portrait-transition-frame {
    border-radius: 17px 17px 0 0;
    clip-path: inset(0 round 17px 17px 0 0);
  }

  .zen-player-shell {
    --zen-shell-block-start: 20px;
    --zen-shell-inline: 16px;
    --static-header-block-start: 16px;
    --static-header-inline: 16px;
    padding-bottom: 38px;
  }

  .zen-player-main {
    margin-top: 18px;
  }

  .zen-player-breadcrumb {
    font-size: 0.75rem;
  }

  .zen-player-hero {
    border-radius: 18px;
  }

  .zen-player-portrait-panel {
    min-height: 355px;
  }

  .zen-player-portrait {
    left: -4%;
    bottom: -12%;
    height: 112%;
  }

  .zen-player-rank-chip {
    right: 16px;
    bottom: 16px;
    min-width: 136px;
  }

  .zen-player-hero-copy {
    padding: 32px 22px 28px;
  }

  .zen-player-hero h1 {
    font-size: clamp(4.25rem, 24vw, 6.25rem);
  }

  .zen-player-profile-meta {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .zen-fantasy-rating {
    width: 148px;
    justify-self: center;
    margin: 16px auto 24px;
  }

  .zen-player-affiliations {
    align-items: stretch;
    flex-direction: column;
  }

  .zen-player-country,
  .zen-player-team-link {
    width: 100%;
  }

  .zen-player-team-link {
    min-height: 104px;
    grid-template-columns: 82px minmax(0, 1fr) 22px;
    gap: 14px;
    padding-right: 4px;
  }

  .zen-player-team-link > img {
    width: 80px;
    height: 98px;
  }

  .zen-player-market-strip > div {
    padding: 18px;
  }

  .zen-player-market-strip dd {
    font-size: 1.55rem;
  }

  .zen-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .zen-section-heading .zen-data-note {
    white-space: normal;
  }

  .zen-fantasy-pulse,
  .zen-player-dossier {
    border-radius: 16px;
    padding: 24px 20px;
  }

  .zen-player-facts {
    grid-template-columns: 1fr;
  }

  .zen-player-form {
    border-radius: 16px;
  }

  .zen-player-form > .zen-section-heading {
    padding: 24px 20px 18px;
  }

  .zen-player-form > .zen-section-heading > p {
    text-align: left;
  }
}

@media (max-width: 520px) {
  .zen-player-shell {
    --zen-shell-block-start: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zen-player-team-link,
  .zen-player-team-link > img,
  .zen-player-team-link strong,
  .zen-skip-link {
    transition: none;
  }

  .zen-player-team-link:hover,
  .zen-player-team-link:focus-visible,
  .zen-player-team-link:hover > img,
  .zen-player-team-link:focus-visible > img {
    transform: none;
  }

  .zen-fantasy-rating-flame-layer {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .zen-fantasy-rating-progress,
  .zen-fantasy-rating-takeover-back {
    transition: none;
  }
}
/* Fallback arrival when cross-document view transitions are unavailable */
html.is-zen-player-arriving-fallback .zen-player-hero {
  transform-origin: center 24%;
  animation: zen-player-hero-arrive 680ms cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

html.is-zen-player-arriving-fallback .zen-player-portrait {
  animation: zen-player-portrait-arrive 680ms cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

html.is-zen-player-arriving-fallback .zen-player-hero-copy,
html.is-zen-player-arriving-fallback .zen-player-market-strip {
  animation: zen-player-copy-arrive 580ms 90ms cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

@keyframes zen-player-hero-arrive {
  from {
    opacity: 0;
    filter: saturate(0.86);
    transform: translateY(22px) scale(0.985);
  }
  to {
    opacity: 1;
    filter: saturate(1);
    transform: translateY(0) scale(1);
  }
}

@keyframes zen-player-portrait-arrive {
  from {
    opacity: 0;
    transform: translateX(-32px) scale(1.045);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes zen-player-copy-arrive {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html.is-zen-player-arriving-fallback .zen-player-hero,
  html.is-zen-player-arriving-fallback .zen-player-portrait,
  html.is-zen-player-arriving-fallback .zen-player-hero-copy,
  html.is-zen-player-arriving-fallback .zen-player-market-strip {
    animation: none;
  }
}

/* Zen performance dashboard */
.zen-season-dashboard {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgb(68 52 40 / 0.1);
  border-radius: 20px;
  padding: clamp(26px, 3vw, 44px);
  background:
    radial-gradient(circle at 92% 0%, rgb(239 100 31 / 0.07), transparent 28%),
    linear-gradient(145deg, #fff 0%, #fffdf9 100%);
  box-shadow: 0 18px 44px rgb(73 43 20 / 0.07);
  scroll-margin-top: 24px;
}

.zen-season-summary {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: clamp(24px, 2.5vw, 36px) 0 0;
  border: 1px solid rgb(68 52 40 / 0.1);
  border-radius: 16px;
  background: rgb(68 52 40 / 0.1);
}

.zen-season-summary > div {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(16px, 1.6vw, 24px);
  background: rgb(255 253 249 / 0.98);
}

.zen-season-summary dt {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #6d6057;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  line-height: 1.25;
  text-transform: uppercase;
}

.zen-season-summary dt svg {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  fill: none;
  stroke: #e65d1a;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.zen-season-summary dd {
  min-width: 0;
  display: grid;
  gap: 3px;
  margin: 0;
}

.zen-season-summary dd strong {
  color: #24211f;
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1;
}

.zen-season-summary dd small {
  overflow-wrap: anywhere;
  color: #7b6d63;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
}

.zen-performance-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.zen-performance-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgb(68 52 40 / 0.1);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgb(73 43 20 / 0.045);
}

.zen-season-overview {
  grid-column: span 6;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}

.zen-scoring-breakdown,
.zen-fantasy-outlook {
  grid-column: span 3;
}

.zen-recent-series {
  grid-column: span 8;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}

.zen-next-series {
  grid-column: span 4;
}

.zen-performance-card-header {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 20px 15px;
  border-bottom: 1px solid rgb(68 52 40 / 0.09);
  background: linear-gradient(180deg, #fff, #fffdf9);
}

.zen-performance-card-header > div {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.zen-performance-card-header span {
  color: #a84212;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  line-height: 1.25;
  text-transform: uppercase;
}

.zen-performance-card-header h3 {
  margin: 0;
  overflow-wrap: anywhere;
  color: #24211f;
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.zen-performance-card-header > small {
  flex: 0 1 auto;
  border-radius: 999px;
  padding: 6px 9px;
  color: #71645a;
  background: #f7f1eb;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: right;
}

.zen-overview-grid {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.zen-overview-group {
  min-width: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  padding: clamp(17px, 1.55vw, 24px);
}

.zen-overview-group + .zen-overview-group {
  border-left: 1px solid rgb(68 52 40 / 0.09);
}

.zen-overview-group h4 {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 14px;
  color: #a84212;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.zen-overview-group h4 svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.zen-overview-group dl,
.zen-next-series-meta {
  display: grid;
  gap: 9px;
  margin: 0;
}

.zen-overview-group dl {
  min-height: 0;
  align-content: space-between;
}

.zen-overview-group dl > div,
.zen-next-series-meta > div {
  min-width: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.zen-overview-group dt,
.zen-next-series-meta dt {
  min-width: 0;
  color: #796c62;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
}

.zen-overview-group dd,
.zen-next-series-meta dd {
  min-width: 0;
  margin: 0;
  color: #24211f;
  font-size: 0.86rem;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  line-height: 1.3;
  text-align: right;
}

.zen-scoring-list {
  display: grid;
  margin: 0;
  padding: 6px 18px;
  list-style: none;
}

.zen-scoring-list li {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid rgb(68 52 40 / 0.08);
}

.zen-scoring-list li:last-child {
  border-bottom: 0;
}

.zen-scoring-list li > span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #4f4741;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
}

.zen-scoring-list i {
  width: 25px;
  height: 25px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 7px;
  color: #d45114;
  background: #fff1e8;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
}

.zen-scoring-list strong,
.zen-scoring-total strong {
  color: #24211f;
  font-size: 0.92rem;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
}

.zen-scoring-total {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  color: #a43d0d;
  background: #fff3e9;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  line-height: 1.25;
  text-transform: uppercase;
}

.zen-scoring-total strong {
  color: #a84212;
  font-size: 1.15rem;
}

.zen-outlook-pick {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 16px 0;
  border: 1px solid rgb(239 100 31 / 0.28);
  border-radius: 12px;
  padding: 14px;
  background: linear-gradient(135deg, #fff8f2, #fff1e4);
}

.zen-outlook-pick svg {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  fill: #ef641f;
  stroke: #ef641f;
  stroke-linejoin: round;
  stroke-width: 1.2;
}

.zen-outlook-pick > div {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.zen-outlook-pick strong {
  color: #e65d1a;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1;
  text-transform: uppercase;
}

.zen-outlook-pick span {
  color: #3f3833;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.zen-outlook-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 12px 16px 0;
  overflow: hidden;
  border: 1px solid rgb(68 52 40 / 0.09);
  border-radius: 11px;
  background: rgb(68 52 40 / 0.09);
}

.zen-outlook-metrics > div {
  min-width: 0;
  display: grid;
  gap: 3px;
  padding: 11px 9px;
  background: #fff;
  text-align: center;
}

.zen-outlook-metrics > .is-wide {
  grid-column: 1 / -1;
}

.zen-outlook-metrics dt {
  color: #75685f;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.zen-outlook-metrics dd {
  margin: 0;
  color: #24211f;
  font-size: 0.95rem;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  line-height: 1.15;
}

.zen-outlook-matchup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.zen-outlook-matchup-icon {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  color: #ef641f;
}

.zen-outlook-matchup-icon .is-shield {
  fill: currentColor;
}

.zen-outlook-matchup-icon .is-star {
  fill: #fff;
}

.zen-outlook-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 12px 16px 16px;
  border-left: 3px solid #ef641f;
  padding: 10px 11px;
  color: #5e534b;
  background: #fffaf5;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.45;
}

.zen-outlook-note-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  margin-top: -2px;
  color: #ef641f;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.zen-outlook-note > span {
  min-width: 0;
}

.zen-series-list {
  min-width: 0;
  min-height: 0;
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 16px;
  list-style: none;
}

.zen-series-list > li {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 0 14px;
  border: 1px solid rgb(68 52 40 / 0.1);
  border-radius: 12px;
  padding: 0 15px;
  background: #fffdf9;
}

.zen-series-team {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  color: #24211f;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.zen-series-team:hover,
.zen-series-team:focus-visible {
  color: #d45114;
  transform: translateY(-1px);
}

.zen-series-team:focus-visible,
.zen-next-series-teams a:focus-visible {
  border-radius: 8px;
  outline: 3px solid rgb(239 100 31 / 0.32);
  outline-offset: 3px;
}

.zen-series-team img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.zen-series-team > span {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.zen-series-team small,
.zen-series-team strong {
  overflow: hidden;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zen-series-team small {
  color: #6c5f56;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.zen-series-team strong {
  font-size: 0.9rem;
  font-weight: 900;
}

.zen-series-list time {
  align-self: center;
  color: #6c5f56;
  font-size: 0.77rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: right;
}

.zen-series-result,
.zen-series-points {
  min-width: 0;
  align-self: stretch;
  display: grid;
  align-content: center;
  gap: 5px;
  border-top: 1px solid rgb(68 52 40 / 0.09);
}

.zen-series-result strong,
.zen-series-points strong {
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
}

.zen-series-result small,
.zen-series-points small {
  color: #776a61;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.zen-series-summary-label {
  color: #9a887a !important;
  font-size: 0.66rem !important;
  letter-spacing: 0.055em;
}

.zen-series-summary-value {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.zen-series-result.is-win strong {
  color: #0b6d3a;
}

.zen-series-result.is-loss strong {
  color: #af3028;
}

.zen-series-points {
  justify-self: end;
  justify-items: end;
}

.zen-next-series-teams {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 20px 18px 14px;
}

.zen-next-series-teams > a {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 7px;
  color: #24211f;
  text-align: center;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.zen-next-series-teams > a:hover,
.zen-next-series-teams > a:focus-visible {
  color: #d45114;
  transform: translateY(-2px);
}

.zen-next-series-teams img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.zen-next-series-teams strong {
  max-width: 112px;
  overflow-wrap: anywhere;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
}

.zen-next-series-teams > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(68 52 40 / 0.12);
  border-radius: 50%;
  color: #4d4540;
  background: #fff;
  font-size: 0.78rem;
  font-weight: 900;
}

.zen-next-series-meta {
  margin: 0 18px 18px;
  border-top: 1px solid rgb(68 52 40 / 0.09);
  padding-top: 13px;
}

.zen-next-series-meta dd {
  overflow-wrap: anywhere;
}

@media (max-width: 1180px) {
  .zen-season-overview {
    grid-column: span 12;
  }

  .zen-scoring-breakdown,
  .zen-fantasy-outlook {
    grid-column: span 6;
  }

  .zen-recent-series {
    grid-column: span 8;
  }

  .zen-next-series {
    grid-column: span 4;
  }
}

@media (max-width: 980px) {
  .zen-season-summary {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .zen-season-summary > div:nth-child(-n + 3) {
    grid-column: span 2;
  }

  .zen-season-summary > div:nth-child(n + 4) {
    grid-column: span 3;
  }

  .zen-recent-series,
  .zen-next-series {
    grid-column: span 12;
  }
}

@media (max-width: 760px) {
  .zen-season-dashboard {
    border-radius: 16px;
    padding: 22px 16px;
  }

  .zen-season-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .zen-season-summary > div {
    grid-column: auto;
  }


  .zen-season-summary > div:nth-child(5) {
    grid-column: 1 / -1;
  }

  .zen-performance-card {
    grid-column: 1 / -1;
  }

  .zen-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zen-overview-group:nth-child(3) {
    border-left: 0;
  }

  .zen-overview-group:nth-child(n + 3) {
    border-top: 1px solid rgb(68 52 40 / 0.09);
  }

  .zen-series-list {
    grid-template-columns: 1fr;
  }

  .zen-series-list > li {
    grid-template-rows: auto auto;
    gap: 12px;
    padding: 13px;
  }

  .zen-series-team {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 9px;
  }

  .zen-series-team img {
    width: 42px;
    height: 42px;
  }

  .zen-series-result,
  .zen-series-points {
    align-self: auto;
    gap: 0;
    border-top: 0;
  }

  .zen-series-summary-label {
    display: none;
  }
}

@media (max-width: 460px) {
  .zen-season-summary {
    grid-template-columns: 1fr;
  }

  .zen-season-summary > div:nth-child(5) {
    grid-column: auto;
  }

  .zen-overview-grid {
    grid-template-columns: 1fr;
  }

  .zen-overview-group + .zen-overview-group {
    border-top: 1px solid rgb(68 52 40 / 0.09);
    border-left: 0;
  }

  .zen-performance-card-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .zen-performance-card-header > small {
    text-align: left;
  }

  .zen-next-series-teams {
    gap: 8px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .zen-next-series-teams img {
    width: 48px;
    height: 48px;
  }

  .zen-next-series-teams > span {
    width: 36px;
    height: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zen-series-team,
  .zen-next-series-teams > a {
    transition: none;
  }

  .zen-series-team:hover,
  .zen-series-team:focus-visible,
  .zen-next-series-teams > a:hover,
  .zen-next-series-teams > a:focus-visible {
    transform: none;
  }
}

/* Integrated player impact section */
.zen-player-impact {
  overflow: visible;
  border: 0;
  border-top: 1px solid rgb(68 52 40 / 0.13);
  border-bottom: 1px solid rgb(68 52 40 / 0.13);
  border-radius: 0;
  padding: clamp(24px, 2.6vw, 38px) clamp(4px, 1.2vw, 18px);
  background: transparent;
  box-shadow: none;
}

.zen-impact-header,
.zen-impact-layout,
.zen-impact-note {
  width: min(100%, 1260px);
  margin-right: auto;
  margin-left: auto;
}

.zen-impact-header {
  align-items: flex-end;
}

.zen-impact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: center;
  gap: clamp(30px, 4vw, 64px);
  margin-top: clamp(12px, 1.5vw, 22px);
}

.zen-impact-plot {
  width: min(100%, 670px);
  margin: 0 auto;
}

.zen-impact-readout {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 18px;
  border-left: 1px solid rgb(68 52 40 / 0.13);
  padding: 8px 0 8px clamp(24px, 3vw, 44px);
}

.zen-impact-readout-eyebrow {
  color: #a84212;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
}

.zen-impact-composite {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 3px 16px;
  border-bottom: 1px solid rgb(68 52 40 / 0.1);
  padding-bottom: 18px;
}

.zen-impact-composite > strong {
  grid-row: 1 / 3;
  color: #24211f;
  font-size: clamp(3rem, 4.7vw, 4.7rem);
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.zen-impact-composite > span {
  align-self: end;
  color: #4f4741;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.zen-impact-composite > small {
  align-self: start;
  color: #0b6d3a;
  font-size: 0.75rem;
  font-weight: 850;
  line-height: 1.25;
}

.zen-impact-readout > p {
  margin: 0;
  color: #5f554d;
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.55;
}

.zen-impact-strengths {
  display: grid;
  gap: 1px;
  margin: 0;
  background: rgb(68 52 40 / 0.1);
}

.zen-impact-strengths > div {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
  background: #f8f2eb;
}

.zen-impact-strengths dt {
  color: #5f554d;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.035em;
  line-height: 1.25;
  text-transform: uppercase;
}

.zen-impact-strengths dd {
  margin: 0;
  color: #a84212;
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  line-height: 1;
}

.zen-impact-readout > .zen-impact-readout-note {
  border-left: 3px solid #ef641f;
  padding: 9px 11px;
  color: #62574f;
  background: #fff8f2;
  font-size: 0.75rem;
  line-height: 1.45;
}

.zen-impact-note {
  margin-top: 4px;
}

@media (max-width: 980px) {
  .zen-impact-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(250px, 0.8fr);
    gap: 24px;
  }

  .zen-impact-plot {
    width: min(100%, 610px);
  }

  .zen-impact-readout {
    padding-left: 24px;
  }
}

@media (max-width: 820px) {
  .zen-impact-header {
    align-items: flex-start;
  }

  .zen-impact-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .zen-impact-plot {
    width: min(100%, 650px);
  }

  .zen-impact-readout {
    width: min(100%, 680px);
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 14px 22px;
    justify-self: center;
    border-top: 1px solid rgb(68 52 40 / 0.13);
    border-left: 0;
    padding: 22px 0 0;
  }

  .zen-impact-readout-eyebrow,
  .zen-impact-readout > .zen-impact-readout-note {
    grid-column: 1 / -1;
  }

  .zen-impact-composite {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .zen-impact-readout > p:not(.zen-impact-readout-note) {
    align-self: center;
  }

  .zen-impact-strengths {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .zen-player-impact {
    padding: 24px 0 20px;
  }

  .zen-impact-header,
  .zen-impact-note {
    padding-right: 6px;
    padding-left: 6px;
  }

  .zen-impact-readout {
    grid-template-columns: 1fr;
    padding-right: 6px;
    padding-left: 6px;
  }

  .zen-impact-readout-eyebrow,
  .zen-impact-strengths,
  .zen-impact-readout > .zen-impact-readout-note {
    grid-column: auto;
  }

  .zen-impact-composite {
    grid-template-columns: auto minmax(0, 1fr);
  }
}

.zen-impact-title-row {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.zen-impact-header .zen-impact-beta-badge {
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgb(168 66 18 / 0.28);
  border-radius: 999px;
  padding: 3px 8px;
  color: #8f3b12;
  background: #fff1e5;
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
}

.zen-player-impact .zen-impact-header > div > span {
  color: #a84212;
}

.zen-player-impact .zen-impact-outline,
.zen-player-impact .zen-impact-node-dot {
  stroke: #a84212;
}

.zen-player-impact .zen-impact-active-guide {
  stroke: #a84212;
}

.zen-player-impact .zen-impact-node.is-active .zen-impact-node-dot {
  fill: #a84212;
}
