@font-face {
  font-family: Barlow;
  src: url('./fonts/barlow-condensed-700.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Barlow;
  src: url('./fonts/barlow-condensed-900.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
:root {
  --bg: #080d0b;
  --ink: #f4f4e9;
  --muted: #a2ada7;
  --lime: #c6ff3a;
  --line: #ffffff22;
  --display: Barlow, 'Arial Narrow', sans-serif;
  --body: Manrope, Arial, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 14px var(--body);
  -webkit-font-smoothing: antialiased;
}
body.modal-open {
  overflow: hidden;
}
button,
input,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button,
input {
  font: inherit;
}
button {
  cursor: pointer;
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 5px;
}
::selection {
  background: var(--lime);
  color: #0b1009;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 900;
}
[hidden] {
  display: none !important;
}
.muted {
  color: var(--muted);
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: -80px;
  left: 20px;
  background: var(--lime);
  color: #000;
  padding: 16px;
}
.skip-link:focus {
  top: 10px;
}
html,
body {
  overflow-x: clip;
}
button:not(:disabled):active {
  transform: translateY(1px) scale(0.98);
}
.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  height: 3px;
  pointer-events: none;
}
.reading-progress i {
  display: block;
  height: 100%;
  background: var(--lime);
  transform-origin: left;
  transform: scaleX(var(--reading, 0));
}
.site-header {
  height: 110px;
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff18;
}
.brand {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.brand-main {
  font-family: var(--display);
  font-weight: 900;
  font-style: italic;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -1.4px;
}
.brand-main > span {
  color: var(--lime);
}
.brand-main em {
  font-style: normal;
  font-size: 21px;
  letter-spacing: 0;
  margin-left: 6px;
}
.brand small {
  font-size: 7.5px;
  letter-spacing: 2.5px;
  font-weight: 700;
  margin-top: 7px;
}
.site-header nav {
  display: flex;
  gap: 36px;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 1.6px;
}
.site-header nav a {
  padding: 15px 0;
  transition: color 0.2s;
}
.site-header nav a:hover {
  color: var(--lime);
}
.button {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
  min-height: 56px;
  padding: 0 28px;
  border: 1px solid var(--lime);
  background: var(--lime);
  color: #152008;
  font-size: 11px;
  letter-spacing: 1.3px;
  font-weight: 800;
  transition:
    background 0.2s,
    transform 0.25s,
    box-shadow 0.25s;
}
.button:hover {
  background: #d9ff79;
  box-shadow: 0 6px 30px #c6ff3a1a;
  transform: translateY(-3px);
}
.button > span {
  font-size: 24px;
  font-weight: 400;
}
.button.small {
  min-height: 46px;
  padding: 0 19px;
  font-size: 10px;
  gap: 25px;
}
.button.light {
  background: var(--ink);
  border-color: var(--ink);
}
.button.light:hover {
  background: #fff;
}
.eyebrow {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2.1px;
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 1.7;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 15px #c6ff3a66;
}
.hero {
  position: relative;
  min-height: 850px;
  height: 100svh;
  isolation: isolate;
  overflow: hidden;
}
.stadium,
.hero-vignette {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.stadium {
  background: url('./assets/stadium.png') center 52% / cover;
  transform: scale(calc(1.03 + var(--hero-scroll, 0) * 0.08))
    translateY(calc(var(--hero-scroll, 0) * 80px));
  will-change: transform;
}
.hero-vignette {
  z-index: -1;
  background:
    linear-gradient(90deg, #020806e8 0%, #050b0870 38%, #080d0b00 65%),
    linear-gradient(0deg, #080d0b 0%, #080d0b20 40%, #02050365 100%);
}
.hero-grid {
  height: 100%;
  max-width: 1680px;
  margin: auto;
  padding: 170px 5vw 120px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.hero-copy {
  z-index: 3;
  transform: translateY(calc(var(--hero-scroll, 0) * -50px));
  opacity: calc(1 - var(--hero-scroll, 0) * 0.7);
}
.hero-copy .eyebrow {
  color: #d1dacd;
  margin-bottom: 25px;
}
.hero h1 {
  font-size: clamp(92px, 8.6vw, 160px);
  line-height: 0.85;
  letter-spacing: -1.8px;
  font-style: italic;
}
.hero h1 > span {
  color: var(--lime);
}
.hero-description {
  font-size: 14px;
  line-height: 1.85;
  color: #c3ccc4;
  margin-top: 28px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 28px;
}
.text-link {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.2px;
  padding: 17px 0;
  display: flex;
  gap: 15px;
  align-items: center;
}
.text-link > span {
  font-size: 20px;
  transition: transform 0.2s;
}
.text-link:hover > span {
  transform: translateY(5px);
}
.platforms {
  margin-top: 37px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.platforms > span {
  font-size: 7px;
  letter-spacing: 1.3px;
  max-width: 110px;
  line-height: 1.7;
  color: #9aa79d;
}
.platforms b {
  font-size: 19px;
  line-height: 1;
}
.kick-word {
  font-family: var(--display);
  letter-spacing: -1px;
}
.twitch-word {
  font-weight: 900;
  letter-spacing: -1px;
}
.hero-art {
  position: relative;
  isolation: isolate;
  height: 620px;
  transform: translateY(calc(var(--hero-scroll, 0) * -25px));
  perspective: 1200px;
}
.art-ring {
  position: absolute;
  width: 530px;
  height: 530px;
  border: 1px solid #edffc123;
  border-radius: 50%;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.art-ring:after,
.art-ring:before {
  content: '';
  position: absolute;
  inset: 40px;
  border: 1px dashed #edffc11b;
  border-radius: 50%;
}
.art-ring:before {
  inset: -35px;
}
.art-ring.second {
  width: 560px;
  height: 180px;
  border-color: #c6ff3a29;
  top: 475px;
  filter: blur(1px);
  background: radial-gradient(ellipse, #b0ff2822, transparent 64%);
  transform: translateX(-50%) rotate(-8deg);
}
.art-coordinate {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #dbecc796;
  font-size: 8px;
  letter-spacing: 2px;
  white-space: nowrap;
}
.fan-card {
  position: absolute;
  filter: drop-shadow(0 30px 20px #0008);
  will-change: transform;
}
.fan-center {
  width: 340px;
  top: 80px;
  left: 50%;
  margin-left: -170px;
  z-index: 3;
  animation: float-center 6s ease-in-out infinite;
}
.fan-left {
  width: 260px;
  left: -15px;
  top: 140px;
  z-index: 1;
  transform: rotate(-18deg);
  animation: float-left 7s ease-in-out infinite;
}
.fan-right {
  width: 260px;
  right: -20px;
  top: 155px;
  z-index: 2;
  transform: rotate(16deg);
  animation: float-right 8s ease-in-out infinite;
}
.art-label {
  position: absolute;
  bottom: 19px;
  left: 5%;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 9px;
  line-height: 1.8;
  color: #b9c4b7;
  letter-spacing: 1.4px;
}
.art-label strong {
  color: var(--ink);
}
.crosshair {
  font-size: 35px;
  font-weight: 400;
  color: var(--lime);
}
.chat-float {
  display: flex;
  position: absolute;
  bottom: 45px;
  right: -10px;
  z-index: 5;
  align-items: center;
  gap: 13px;
  background: #111b17e6;
  border: 1px solid #e4ffba36;
  backdrop-filter: blur(20px);
  padding: 17px 18px;
  box-shadow: 0 20px 50px #0008;
  transform: rotate(-4deg);
}
.chat-avatar {
  width: 33px;
  height: 33px;
  background: var(--lime);
  color: #182709;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-weight: 900;
  font-size: 21px;
}
.chat-float small {
  display: block;
  font-size: 7px;
  letter-spacing: 1.6px;
  color: #a3b7a4;
  margin-bottom: 6px;
}
.chat-float b {
  font-size: 11px;
}
.chat-float i {
  font-style: normal;
  margin-left: 9px;
  font-weight: 500;
}
.chat-float > strong {
  color: var(--lime);
  margin-left: 15px;
}
.hero-bottom {
  position: absolute;
  bottom: 32px;
  left: 5vw;
  right: 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 1.7px;
  font-weight: 700;
  color: #98a89b;
}
.hero-bottom > a {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #dce6d9;
}
.hero-bottom > span:last-child {
  display: flex;
  gap: 20px;
}
.hero-bottom i {
  color: var(--lime);
  font-style: normal;
}
.scroll-track {
  width: 14px;
  height: 23px;
  border: 1px solid #c5d7c58a;
  border-radius: 10px;
  display: grid;
  justify-content: center;
  padding-top: 4px;
}
.scroll-track > i {
  height: 5px;
  width: 2px;
  background: var(--lime);
  animation: scroll-nudge 2s infinite;
}
.ticker {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: #10190e;
  padding: 19px 0;
  transform: rotate(-1.5deg);
  position: relative;
  z-index: 4;
}
.ticker > div {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 45px;
  animation: marquee 35s linear infinite;
}
.ticker span {
  font-family: var(--display);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 1px;
}
.ticker i {
  font-style: normal;
  color: var(--lime);
  font-size: 25px;
}
/* Authentic FC 27 card art with independently assembled text at measured proportions. */
.fc-card {
  position: relative;
  width: 100%;
  aspect-ratio: 252/350;
  container-type: inline-size;
  color: #594d2c;
  font-family: var(--display);
  font-weight: 700;
  isolation: isolate;
  transition: filter 0.5s;
}
.card-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card-face {
  position: absolute;
  width: 64.285%;
  left: 22%;
  top: 17.65%;
  aspect-ratio: 1;
  object-fit: contain;
  transition:
    filter 0.7s,
    opacity 0.7s,
    transform 0.8s var(--ease);
}
.card-rating {
  position: absolute;
  top: 22.3%;
  left: 17%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13.1cqw;
  line-height: 0.88;
  font-weight: 700;
}
.card-rating small {
  font-size: 6cqw;
  line-height: 1.25;
}
.card-name {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 63.7%;
  text-align: center;
  font-size: 10cqw;
  line-height: 1.05;
  white-space: nowrap;
  letter-spacing: -0.15cqw;
}
.card-stats {
  position: absolute;
  top: 72.5%;
  left: 11%;
  right: 11%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  text-align: center;
}
.card-stats span {
  display: flex;
  flex-direction: column;
  gap: 0.3cqw;
  font-size: 6.5cqw;
  line-height: 1;
}
.card-stats small {
  font-size: 4.1cqw;
}
.card-badges {
  position: absolute;
  top: 82%;
  left: 26%;
  right: 26%;
  height: 6.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.8cqw;
}
.card-badges img {
  width: 8.73cqw;
  max-height: 7.5cqw;
  object-fit: contain;
}
.fc-card.gold {
  color: #3d320f;
}
.card-shine {
  position: absolute;
  inset: 10% 11% 13%;
  background: linear-gradient(115deg, transparent 30%, #ffffff60 44%, transparent 58%);
  opacity: 0;
  mix-blend-mode: soft-light;
  pointer-events: none;
  clip-path: polygon(50% 0, 100% 9%, 96% 91%, 50% 100%, 4% 91%, 0 9%);
  transition: opacity 0.25s;
}
.fc-card:hover .card-shine {
  opacity: 0.6;
}
.fc-card.concealed .card-face {
  filter: brightness(0) blur(2px);
  opacity: 0.65;
}
.fc-card.concealed .card-name {
  font-size: 6.6cqw;
  letter-spacing: 0.5cqw;
  top: 66%;
}
.fc-card.concealed .card-badges {
  visibility: hidden;
}
.fc-card.stage-1 .card-badges {
  visibility: visible;
}
.fc-card.revealed {
  animation: card-reveal 0.85s var(--ease);
}
.experience {
  height: 240vh;
  position: relative;
  margin-top: 50px;
}
.experience-sticky {
  position: sticky;
  top: 0;
  min-height: 800px;
  height: 100svh;
  max-width: 1500px;
  margin: auto;
  padding: 80px 5vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.experience h2,
.section-heading h2 {
  font-size: clamp(52px, 5.1vw, 91px);
  line-height: 0.98;
  letter-spacing: -0.8px;
  margin-top: 23px;
}
.experience h2 > span {
  color: var(--lime);
}
.section-description {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
  margin-top: 24px;
}
.reveal-steps {
  list-style: none;
  padding: 0;
  margin: 37px 0 0;
  max-width: 430px;
}
.reveal-steps li {
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 19px;
  opacity: 0.3;
  transition:
    opacity 0.4s,
    transform 0.4s;
}
.reveal-steps li.active {
  opacity: 1;
  transform: translateX(6px);
}
.reveal-steps li > span {
  font-family: var(--display);
  font-size: 17px;
  color: var(--lime);
  align-self: flex-start;
}
.reveal-steps strong {
  font-size: 11px;
  letter-spacing: 1px;
}
.reveal-steps p {
  font-size: 10px;
  color: var(--muted);
  margin-top: 7px;
}
.reveal-steps b {
  margin-left: auto;
  color: var(--lime);
  font-size: 21px;
  font-weight: 400;
}
.reveal-scene {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 650px;
  perspective: 1400px;
}
.scene-word {
  position: absolute;
  font-family: var(--display);
  font-size: 210px;
  font-weight: 900;
  letter-spacing: -10px;
  color: transparent;
  -webkit-text-stroke: 1px #b2d6ad20;
  top: 55px;
  white-space: nowrap;
  transform: rotate(-90deg);
  left: -115px;
  pointer-events: none;
}
.scene-glow {
  position: absolute;
  inset: 0 -10%;
  background: radial-gradient(ellipse, #b4f73214, transparent 63%);
  border-radius: 50%;
}
.story-card {
  position: relative;
  width: 330px;
  filter: drop-shadow(0 30px 35px #000b);
  transform: rotate(calc(-8deg + var(--story-progress, 0) * 16deg))
    translateY(calc(20px - var(--story-progress, 0) * 40px));
  will-change: transform;
}
.clue-chip {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  white-space: nowrap;
  letter-spacing: 1px;
  border: 1px solid #c6ff3a5a;
  background: #13200ed9;
  padding: 14px 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  backdrop-filter: blur(20px);
}
.clue-chip > i {
  width: 5px;
  height: 5px;
  background: var(--lime);
}
.scene-footnote {
  position: absolute;
  bottom: 7px;
  font-size: 8px;
  letter-spacing: 1.5px;
  color: var(--muted);
}
.scene-footnote > span {
  margin-left: 10px;
  color: var(--lime);
}
.section-wrap {
  max-width: 1580px;
  padding: 100px 5vw;
  margin: auto;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 25px;
  margin-bottom: 55px;
}
.section-heading h2 > span {
  color: #6b7a71;
}
.section-heading .section-description {
  margin-bottom: 5px;
}
.mode-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.mode-panel {
  position: relative;
  min-height: 605px;
  border: 1px solid var(--line);
  padding: 30px;
  overflow: hidden;
  background: radial-gradient(ellipse at 75% 25%, #9dbf1733, transparent 60%), #0f180f;
  isolation: isolate;
}
.mode-panel.rush {
  background: radial-gradient(ellipse at 75% 25%, #d7bd8533, transparent 65%), #181712;
}
.mode-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.outline-tag {
  border: 1px solid #ffffff33;
  padding: 7px 9px;
  font-size: 8px;
}
.mode-art {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 380px;
  z-index: -1;
  mask-image: linear-gradient(#000 60%, transparent);
}
.mode-number {
  position: absolute;
  top: -60px;
  left: -15px;
  font-family: var(--display);
  font-size: 360px;
  font-weight: 900;
  line-height: 1;
  color: #c6ff3a0b;
}
.classic-art > [data-card] {
  width: 265px;
  position: absolute;
  right: 15px;
  top: 4px;
  transform: rotate(13deg);
  transition: transform 0.65s var(--ease);
}
.mode-panel:hover .classic-art > [data-card] {
  transform: translateY(-15px) rotate(7deg);
}
.rush-art > [data-card] {
  position: absolute;
  width: 160px;
  top: 45px;
  transform: rotate(-15deg);
  right: 210px;
  transition: transform 0.65s var(--ease);
}
.rush-art > [data-card]:nth-of-type(2) {
  right: 110px;
  top: 15px;
  transform: rotate(0);
}
.rush-art > [data-card]:nth-of-type(3) {
  right: 10px;
  top: 45px;
  transform: rotate(15deg);
}
.mode-panel:hover .rush-art > [data-card] {
  transform: translateY(-15px) rotate(0);
}
.mode-description {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 32px;
}
.mode-kicker {
  font-size: 9px;
  letter-spacing: 1.6px;
  color: var(--lime);
  font-weight: 700;
}
.rush .mode-kicker {
  color: #ead8a9;
}
.mode-description h3 {
  font-size: 84px;
  line-height: 1;
  margin: 6px 0 15px;
  font-style: italic;
}
.mode-description p {
  color: #afbbaf;
  line-height: 1.9;
  font-size: 12px;
}
.mode-description .button {
  margin-top: 23px;
  min-width: 200px;
}
.collection {
  padding-top: 50px;
}
.collection-note {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
}
.collection-note a {
  display: inline-block;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1.1px;
  margin-top: 17px;
  padding-bottom: 8px;
  border-bottom: 1px solid #809075;
  color: var(--ink);
}
.collection-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
  padding: 30px 8px 35px;
}
.collection-item {
  transition: transform 0.4s var(--ease);
  min-width: 0;
}
.collection-item:hover {
  transform: translateY(-15px) rotate(-3deg);
}
.collection-item .fc-card {
  filter: drop-shadow(0 12px 15px #000b);
}
.collection-caption {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  margin-top: 17px;
  font-size: 8px;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 0.5px;
}
.collection-caption b {
  color: var(--ink);
}
.collection-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #7c8f7f;
}
.final-cta {
  text-align: center;
  padding: 130px 20px 140px;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 100%, #83a5141c, transparent 60%);
}
.final-cta .eyebrow {
  justify-content: center;
}
.final-cta h2 {
  font-size: clamp(80px, 13vw, 200px);
  font-style: italic;
  line-height: 1.05;
  margin: 20px 0 35px;
  letter-spacing: -2px;
}
.final-cta h2 span {
  color: var(--lime);
}
.final-cta .button {
  min-width: 230px;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 38px 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.site-footer p {
  font-size: 8px;
  letter-spacing: 1.5px;
  color: var(--muted);
}
.site-footer > div {
  display: flex;
  gap: 25px;
  font-size: 8px;
  letter-spacing: 1px;
}
.site-footer > div > span {
  color: #778477;
}
.site-footer .brand-main {
  font-size: 29px;
}
.site-footer .brand-main em {
  font-size: 17px;
}
.enter {
  transition:
    opacity 0.8s var(--ease),
    transform 0.8s var(--ease);
}
.js-motion .enter:not(.entered) {
  opacity: 0;
  transform: translateY(35px);
}
/* Full-screen playable prototype */
#game-dialog {
  border: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  background: var(--bg);
  color: var(--ink);
  overflow: auto;
  margin: 0;
}
#game-dialog::backdrop {
  background: #080d0bf0;
}
.game-shell {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  display: flex;
  flex-direction: column;
}
.game-backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(#080d0bd6, #080d0be8),
    url('./assets/stadium.png') center/cover;
  pointer-events: none;
}
.game-header {
  height: 88px;
  padding: 0 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.back-button,
.icon-button {
  background: none;
  border: 1px solid transparent;
  min-height: 44px;
  padding: 10px 0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.2px;
}
.back-button > span {
  font-size: 20px;
  margin-right: 15px;
  vertical-align: middle;
}
.back-button:hover,
.icon-button:hover {
  color: var(--lime);
}
.game-brand {
  font-family: var(--display);
  font-weight: 900;
  font-size: 29px;
  font-style: italic;
}
.game-brand > span {
  color: var(--lime);
}
.game-brand > small {
  font-family: var(--body);
  font-size: 8px;
  font-style: normal;
  border-left: 1px solid #ffffff44;
  margin-left: 20px;
  padding-left: 20px;
  vertical-align: middle;
  letter-spacing: 2px;
}
.game-content {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  max-width: 1600px;
  width: 100%;
  padding: 38px 4vw 22px;
  margin: auto;
  gap: 45px;
}
.game-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #b6c1b6;
}
.timer {
  font-family: var(--display);
  font-size: 35px;
  color: var(--ink);
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: 1px;
}
.timer.urgent {
  color: #ff9f74;
}
.points-label {
  display: flex;
  gap: 15px;
  align-items: center;
}
.points-label b {
  color: var(--lime);
  font-size: 20px;
  letter-spacing: 0;
}
.time-track {
  height: 2px;
  background: #ffffff12;
  margin-top: 15px;
  overflow: hidden;
}
.time-track i {
  display: block;
  height: 100%;
  background: var(--lime);
  transform-origin: left;
  transition: transform 0.2s linear;
  transform: scaleX(var(--time, 1));
}
.game-cards {
  min-height: 420px;
  height: calc(100svh - 340px);
  max-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}
.game-cards:before {
  content: '';
  position: absolute;
  inset: 3%;
  background: radial-gradient(ellipse, #c6ff3a13, transparent 64%);
  z-index: -1;
}
.game-card-slot {
  width: 270px;
  max-width: 85%;
  position: relative;
  filter: drop-shadow(0 20px 25px #0008);
  transition: transform 0.5s var(--ease);
}
.game-card-slot.solved:after {
  content: '✓';
  position: absolute;
  bottom: 2%;
  right: 3%;
  background: var(--lime);
  color: #182509;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
}
.game-card-slot.missed {
  filter: grayscale(0.6) drop-shadow(0 20px 25px #0008);
  opacity: 0.65;
}
.game-cards.rush-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 15px;
  justify-items: center;
  align-content: center;
  max-width: 850px;
  margin: auto;
  min-height: 540px;
  height: calc(100svh - 305px);
  max-height: 700px;
}
.rush-grid .game-card-slot {
  width: 174px;
  max-width: 100%;
}
.game-status {
  text-align: center;
  min-height: 62px;
}
.game-status > p {
  font-family: var(--display);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1px;
}
.game-status > span {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 8px;
}
.game-status.won > p {
  color: var(--lime);
}
.game-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.game-controls .button {
  min-height: 46px;
  font-size: 9px;
  padding: 0 20px;
  gap: 25px;
}
.control-button {
  background: none;
  border: 0;
  min-height: 44px;
  font-size: 8px;
  letter-spacing: 1px;
  font-weight: 800;
  padding: 8px 0;
}
.control-button:not(:disabled):hover {
  color: var(--lime);
}
kbd {
  font: 8px var(--body);
  padding: 3px 5px;
  border: 1px solid #ffffff33;
  margin-left: 8px;
}
.chat-panel {
  display: flex;
  flex-direction: column;
  background: #111913c7;
  border: 1px solid #ffffff1c;
  min-height: 600px;
  padding: 23px 20px 16px;
  max-height: 800px;
}
.chat-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.chat-heading h2 {
  font-family: var(--body);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.8px;
}
.chat-heading > small {
  font-size: 6px;
  letter-spacing: 0.7px;
  margin-left: auto;
  color: #9aa596;
}
.chat-intro {
  display: flex;
  gap: 12px;
  margin-top: 23px;
  align-items: center;
}
.chat-intro > span {
  font-size: 30px;
  color: var(--lime);
}
.chat-intro p {
  font-size: 11px;
  font-weight: 700;
}
.chat-intro small {
  display: block;
  font-size: 8px;
  color: var(--muted);
  font-weight: 400;
  margin-top: 6px;
  line-height: 1.7;
}
.chat-log {
  list-style: none;
  padding: 20px 0;
  margin: 0;
  flex: 1;
  min-height: 100px;
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.chat-log li {
  font-size: 11px;
  line-height: 1.7;
  overflow-wrap: anywhere;
  padding: 10px 0;
  animation: message-in 0.3s var(--ease);
}
.chat-log .system-message {
  font-size: 9px;
  color: #a3ae9f;
  line-height: 1.9;
}
.chat-log .guess-name {
  color: #a8bf97;
  font-size: 8px;
  font-weight: 800;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 0.5px;
}
.chat-log .correct-message {
  color: var(--lime);
  border-bottom: 1px solid #c6ff3a24;
}
.chat-log .incorrect-message {
  color: #c7cfc4;
}
.chat-log .notice-message {
  color: #e8d09b;
  font-size: 9px;
}
#guess-form {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
#guess-form > label {
  font-size: 7px;
  letter-spacing: 1.2px;
  font-weight: 800;
  color: #c7d2c3;
}
.guess-field {
  display: flex;
  border: 1px solid #91a07955;
  background: #080e08;
  margin-top: 11px;
  min-height: 46px;
}
.guess-field:focus-within {
  border-color: var(--lime);
}
.guess-field input {
  min-width: 0;
  flex: 1;
  width: 100%;
  background: none;
  border: 0;
  color: var(--ink);
  font-size: 10px;
  padding: 12px;
  outline: none !important;
}
.guess-field button {
  width: 45px;
  flex-shrink: 0;
  background: var(--lime);
  border: 0;
  color: #192808;
  font-size: 22px;
}
.guess-field input::placeholder {
  color: #75836d;
}
#guess-form > p {
  font-size: 8px;
  color: #85917c;
  margin-top: 9px;
}
.score-row {
  display: flex;
  align-items: center;
  gap: 12px;
  border-block: 1px solid var(--line);
  padding: 18px 0;
  margin-top: 20px;
}
.score-row > div > b {
  font-size: 10px;
  display: block;
}
.score-row > div > small {
  font-size: 6px;
  letter-spacing: 1px;
  color: var(--muted);
  display: block;
  margin-top: 4px;
}
.score-row > strong {
  margin-left: auto;
  font-family: var(--display);
  font-size: 26px;
  color: var(--lime);
}
.score-row > strong > small {
  font-family: var(--body);
  font-size: 6px;
  color: var(--muted);
}
.reset-button {
  border: 0;
  background: none;
  font-size: 7px;
  letter-spacing: 1px;
  min-height: 44px;
  color: var(--muted);
  padding-top: 15px;
}
.reset-button:hover {
  color: var(--ink);
}
.game-footer {
  display: flex;
  justify-content: space-between;
  font-size: 7px;
  letter-spacing: 1px;
  padding: 20px 4vw;
  border-top: 1px solid #ffffff12;
}
.game-footer .status-dot {
  width: 4px;
  height: 4px;
  margin-right: 7px;
  background: #ddb768;
  box-shadow: none;
}
.transition-curtain {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: var(--lime);
  color: #0e170a;
  display: grid;
  place-items: center;
  transform: translateY(101%);
  pointer-events: none;
}
.transition-curtain > span {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(80px, 20vw, 240px);
  font-style: italic;
  letter-spacing: -5px;
}
.transition-curtain > span > span {
  color: transparent;
  -webkit-text-stroke: 2px #0e170a;
}
.transition-curtain.animate {
  animation: curtain 0.85s var(--ease);
}
.spark {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 4px;
  height: 10px;
  background: var(--lime);
  pointer-events: none;
  animation: spark 0.85s ease-out forwards;
  z-index: 5;
}
.noscript {
  padding: 20px;
  background: #283d13;
  text-align: center;
}
@keyframes float-center {
  50% {
    transform: translateY(-13px) rotate(2deg);
  }
}
@keyframes float-left {
  50% {
    transform: translateY(12px) rotate(-15deg);
  }
}
@keyframes float-right {
  50% {
    transform: translateY(-14px) rotate(18deg);
  }
}
@keyframes scroll-nudge {
  50% {
    transform: translateY(8px);
    opacity: 0.2;
  }
}
@keyframes marquee {
  to {
    transform: translateX(-45%);
  }
}
@keyframes card-reveal {
  0% {
    transform: scale(0.96) rotateY(-18deg);
    filter: brightness(2.8);
  }
  50% {
    transform: scale(1.04) rotateY(4deg);
    filter: brightness(1.2);
  }
  100% {
    transform: scale(1) rotateY(0);
    filter: brightness(1);
  }
}
@keyframes curtain {
  0% {
    transform: translateY(101%);
  }
  45%,
  55% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-101%);
  }
}
@keyframes message-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spark {
  to {
    transform: translate(var(--sx), var(--sy)) rotate(var(--sr));
    opacity: 0;
  }
}
@media (min-width: 1700px) {
  .hero-grid {
    padding-inline: 55px;
    grid-template-columns: 1.05fr 1fr;
  }
  .hero-art {
    transform: scale(1.1) translateY(calc(var(--hero-scroll, 0) * -25px));
  }
  .game-card-slot {
    width: 310px;
  }
}
@media (max-width: 1200px) {
  .hero {
    min-height: 760px;
  }
  .hero-grid {
    padding-top: 150px;
  }
  .hero h1 {
    font-size: 105px;
  }
  .hero-art {
    height: 530px;
    transform: scale(0.88);
    transform-origin: center;
  }
  .fan-left {
    left: -35px;
  }
  .fan-right {
    right: -35px;
  }
  .art-label {
    bottom: -40px;
  }
  .chat-float {
    bottom: 3px;
    right: -20px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
  }
  .hero-actions {
    gap: 20px;
  }
  .text-link {
    font-size: 8px;
  }
  .platforms {
    margin-top: 27px;
  }
  .hero-bottom {
    font-size: 7px;
  }
  .experience-sticky {
    gap: 35px;
    padding: 60px 5vw;
  }
  .experience h2 {
    font-size: 62px;
  }
  .story-card {
    width: 290px;
  }
  .reveal-scene {
    height: 560px;
  }
  .scene-word {
    font-size: 175px;
  }
  .mode-panel {
    min-height: 580px;
  }
  .rush-art > [data-card] {
    width: 140px;
    right: 165px;
  }
  .rush-art > [data-card]:nth-of-type(2) {
    right: 80px;
  }
  .rush-art > [data-card]:nth-of-type(3) {
    right: 0;
  }
  .collection-track {
    gap: 12px;
  }
  .game-content {
    gap: 25px;
    grid-template-columns: minmax(0, 1fr) 285px;
  }
  .chat-panel {
    padding: 20px 16px;
  }
  .game-controls {
    gap: 15px;
  }
}
@media (max-width: 900px) {
  .site-header {
    height: 90px;
  }
  .site-header nav {
    gap: 18px;
    font-size: 8px;
    letter-spacing: 1px;
  }
  .hero {
    min-height: 850px;
    height: auto;
  }
  .hero-grid {
    min-height: 850px;
    padding-top: 155px;
    padding-bottom: 145px;
    grid-template-columns: 1.05fr 1fr;
    gap: 0;
  }
  .hero h1 {
    font-size: 90px;
  }
  .hero-art {
    transform: scale(0.68);
    transform-origin: left center;
    width: 450px;
    height: 600px;
    margin-left: -20px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .hero-copy .eyebrow {
    max-width: 250px;
  }
  .hero-description {
    font-size: 12px;
  }
  .hero-bottom > span:first-child {
    display: none;
  }
  .hero-bottom {
    bottom: 35px;
  }
  .experience-sticky {
    gap: 20px;
    min-height: 720px;
  }
  .experience h2 {
    font-size: 51px;
  }
  .reveal-scene {
    height: 530px;
  }
  .story-card {
    width: 255px;
  }
  .scene-word {
    font-size: 150px;
    left: -80px;
    top: 105px;
  }
  .reveal-steps strong {
    font-size: 9px;
  }
  .reveal-steps p {
    font-size: 9px;
  }
  .reveal-steps li {
    gap: 12px;
  }
  .clue-chip {
    font-size: 8px;
    padding: 13px;
  }
  .section-heading h2 {
    font-size: 60px;
  }
  .section-wrap {
    padding-block: 75px;
  }
  .mode-panel {
    padding: 23px;
    min-height: 570px;
  }
  .mode-meta {
    font-size: 7px;
  }
  .mode-description {
    left: 23px;
    right: 23px;
  }
  .mode-description h3 {
    font-size: 70px;
  }
  .mode-description p {
    font-size: 10px;
  }
  .mode-art {
    top: 95px;
  }
  .classic-art > [data-card] {
    width: 220px;
    right: 0;
  }
  .rush-art > [data-card] {
    width: 115px;
    right: 130px;
  }
  .rush-art > [data-card]:nth-of-type(2) {
    right: 65px;
  }
  .rush-art > [data-card]:nth-of-type(3) {
    right: 0;
  }
  .collection-track {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 30px;
    scrollbar-color: #b4d34233 transparent;
    scrollbar-width: thin;
  }
  .collection-item {
    flex: 0 0 175px;
    scroll-snap-align: start;
  }
  .site-footer {
    flex-wrap: wrap;
  }
  .site-footer > p {
    display: none;
  }
  .game-content {
    gap: 20px;
    padding: 25px 3vw;
    grid-template-columns: minmax(0, 1fr) 255px;
  }
  .chat-heading h2 {
    font-size: 8px;
  }
  .chat-heading > small {
    font-size: 5px;
  }
  .game-card-slot {
    width: 240px;
  }
  .game-cards.rush-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: none;
    height: auto;
    padding-block: 15px;
  }
  .rush-grid .game-card-slot {
    width: 150px;
  }
  .game-controls {
    gap: 10px;
  }
  .game-controls .button {
    min-width: 160px;
  }
  .game-status > p {
    font-size: 26px;
  }
  .game-header {
    padding: 0 3vw;
  }
  .game-brand {
    font-size: 25px;
  }
  .game-brand > small {
    margin-left: 10px;
    padding-left: 10px;
    font-size: 7px;
  }
}
@media (max-width: 640px) {
  html {
    scroll-padding-top: 30px;
  }
  .site-header {
    height: 83px;
    padding: 0 6vw;
  }
  .brand-main {
    font-size: 32px;
  }
  .brand small {
    font-size: 6px;
    letter-spacing: 2px;
  }
  .brand-main em {
    font-size: 18px;
  }
  .site-header nav {
    display: none;
  }
  .site-header .button {
    min-height: 44px;
    font-size: 8px;
    padding: 0 13px;
    gap: 15px;
  }
  .site-header .button > span {
    font-size: 19px;
  }
  .hero {
    min-height: 1030px;
  }
  .hero-grid {
    min-height: 1030px;
    padding: 128px 7vw 100px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .hero-vignette {
    background: linear-gradient(0deg, #080d0b 0%, #080d0b22 60%, #080d0bb5 100%);
  }
  .stadium {
    background-position: 66% center;
  }
  .hero-copy {
    transform: none !important;
    opacity: 1 !important;
  }
  .hero-copy .eyebrow {
    font-size: 7px;
    letter-spacing: 1.45px;
    max-width: none;
    margin-bottom: 23px;
  }
  .hero h1 {
    font-size: clamp(78px, 20vw, 120px);
    letter-spacing: -1px;
  }
  .hero-description {
    font-size: 11px;
    margin-top: 22px;
  }
  .hero-actions {
    flex-direction: row;
    gap: 20px;
    margin-top: 23px;
    align-items: center;
  }
  .hero-actions .button {
    min-height: 48px;
    padding: 0 18px;
    font-size: 8px;
    gap: 19px;
  }
  .text-link {
    font-size: 7px;
    gap: 7px;
    letter-spacing: 0.7px;
  }
  .platforms {
    margin-top: 23px;
    gap: 16px;
  }
  .platforms > span {
    font-size: 6px;
    max-width: 93px;
  }
  .platforms > b {
    font-size: 16px;
  }
  .hero-art {
    width: 100%;
    height: 380px;
    margin: 22px 0 0;
    transform: none;
    perspective: 800px;
  }
  .fan-center {
    width: 215px;
    margin-left: -107.5px;
    top: 30px;
  }
  .fan-left {
    width: 166px;
    top: 70px;
    left: -5px;
  }
  .fan-right {
    width: 166px;
    top: 80px;
    right: -4px;
  }
  .art-ring {
    width: 320px;
    height: 320px;
    top: 5px;
  }
  .art-ring.second {
    width: 300px;
    height: 100px;
    top: 280px;
  }
  .art-ring:before {
    inset: -10px;
  }
  .art-coordinate {
    font-size: 5px;
    letter-spacing: 1.5px;
    top: 7px;
  }
  .art-label {
    display: none;
  }
  .chat-float {
    bottom: 0;
    right: 0;
    padding: 11px 13px;
    gap: 10px;
  }
  .chat-float small {
    font-size: 6px;
  }
  .chat-float b {
    font-size: 9px;
  }
  .chat-float .chat-avatar {
    width: 26px;
    height: 26px;
    font-size: 17px;
  }
  .chat-float > strong {
    margin-left: 5px;
  }
  .hero-bottom {
    bottom: 25px;
    left: 7vw;
    right: 7vw;
    font-size: 6px;
    letter-spacing: 1px;
  }
  .hero-bottom > a {
    gap: 10px;
  }
  .hero-bottom > span:last-child {
    gap: 10px;
  }
  .ticker {
    padding: 13px 0;
  }
  .ticker span {
    font-size: 23px;
  }
  .ticker > div {
    gap: 25px;
  }
  .experience {
    height: 220svh;
    margin-top: 20px;
  }
  .experience-sticky {
    padding: 45px 7vw 28px;
    min-height: 700px;
    height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
  }
  .experience-copy {
    width: 100%;
    z-index: 2;
  }
  .eyebrow {
    font-size: 7px;
    letter-spacing: 1.6px;
  }
  .experience h2 {
    font-size: 42px;
    line-height: 1;
    margin-top: 13px;
    max-width: 350px;
  }
  .experience h2 > br {
    display: none;
  }
  .experience .section-description {
    font-size: 10px;
    margin-top: 12px;
    line-height: 1.7;
  }
  .reveal-steps {
    display: flex;
    gap: 14px;
    margin-top: 18px;
    max-width: none;
  }
  .reveal-steps li {
    padding: 10px 0;
    gap: 6px;
    flex: 1;
    transform: none !important;
    align-items: flex-start;
  }
  .reveal-steps strong {
    font-size: 6px;
    letter-spacing: 0.3px;
    line-height: 1.5;
    display: block;
  }
  .reveal-steps li > span {
    font-size: 12px;
  }
  .reveal-steps p,
  .reveal-steps b {
    display: none;
  }
  .reveal-scene {
    height: 360px;
    min-height: 360px;
    width: 100%;
  }
  .story-card {
    width: 218px;
  }
  .scene-word {
    font-size: 125px;
    top: 75px;
    left: -22px;
    transform: rotate(-90deg);
  }
  .clue-chip {
    bottom: 5px;
    font-size: 7px;
    padding: 12px 15px;
    z-index: 4;
  }
  .scene-footnote {
    display: none;
  }
  .section-wrap {
    padding: 65px 7vw;
  }
  .section-heading {
    display: block;
    margin-bottom: 32px;
  }
  .section-heading h2 {
    font-size: 52px;
    margin-top: 13px;
  }
  .section-heading > .section-description {
    font-size: 11px;
    margin-top: 19px;
  }
  .mode-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .mode-panel {
    min-height: 530px;
    padding: 23px;
  }
  .mode-art {
    top: 55px;
  }
  .classic-art > [data-card] {
    width: 225px;
    right: 5px;
  }
  .mode-description h3 {
    font-size: 70px;
  }
  .mode-description p {
    font-size: 11px;
  }
  .mode-description .button {
    min-height: 50px;
    font-size: 9px;
  }
  .rush-art > [data-card] {
    width: 140px;
    right: 170px;
  }
  .rush-art > [data-card]:nth-of-type(2) {
    right: 85px;
  }
  .rush-art > [data-card]:nth-of-type(3) {
    right: 0;
  }
  .collection {
    padding-top: 20px;
  }
  .collection-note {
    font-size: 11px;
    margin-top: 23px;
  }
  .collection-note a {
    font-size: 7px;
  }
  .collection-track {
    gap: 20px;
    margin-right: -7vw;
    padding-right: 7vw;
  }
  .collection-item {
    flex-basis: 160px;
  }
  .collection-bottom {
    font-size: 6px;
    letter-spacing: 0.8px;
  }
  .final-cta {
    padding: 75px 7vw 90px;
  }
  .final-cta h2 {
    font-size: 76px;
    letter-spacing: -1px;
    margin: 15px 0 30px;
  }
  .final-cta .eyebrow {
    font-size: 6px;
  }
  .final-cta .button {
    min-height: 50px;
    font-size: 9px;
  }
  .site-footer {
    padding: 28px 7vw;
    gap: 25px;
  }
  .site-footer > div {
    font-size: 6px;
    flex-direction: column;
    gap: 10px;
  }
  .site-footer .brand-main {
    font-size: 26px;
  }
  .site-footer .brand-main em {
    font-size: 15px;
  }
  .game-header {
    height: 70px;
    padding-inline: 5vw;
  }
  .back-button {
    font-size: 7px;
    letter-spacing: 0.7px;
  }
  .back-button > span {
    margin-right: 5px;
    font-size: 17px;
  }
  .game-brand {
    font-size: 23px;
  }
  .game-brand > small {
    display: none;
  }
  .icon-button {
    font-size: 7px;
    letter-spacing: 0.5px;
  }
  .game-content {
    display: flex;
    flex-direction: column;
    padding: 20px 5vw;
    gap: 30px;
  }
  .game-cards {
    min-height: 315px;
    height: 345px;
  }
  .game-card-slot {
    width: 225px;
  }
  .game-topline {
    font-size: 8px;
  }
  .timer {
    font-size: 30px;
  }
  .points-label {
    gap: 9px;
  }
  .points-label > b {
    font-size: 17px;
  }
  .game-status {
    min-height: 55px;
  }
  .game-status > p {
    font-size: 27px;
  }
  .game-status > span {
    font-size: 9px;
  }
  .game-controls {
    gap: 6px 16px;
    margin-top: 14px;
  }
  .game-controls .button {
    font-size: 8px;
    min-width: 155px;
  }
  .control-button {
    font-size: 7px;
  }
  .chat-panel {
    min-height: 390px;
    max-height: 600px;
    padding: 20px;
  }
  .chat-heading h2 {
    font-size: 10px;
  }
  .chat-heading > small {
    font-size: 6px;
  }
  .chat-intro {
    margin-top: 15px;
  }
  .chat-log {
    max-height: 180px;
    min-height: 85px;
  }
  .chat-log li {
    padding: 7px 0;
  }
  .guess-field input {
    font-size: 12px;
  }
  .game-cards.rush-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 350px;
    gap: 10px 4px;
    padding-block: 20px;
  }
  .rush-grid .game-card-slot {
    width: 115px;
  }
  .game-card-slot.solved:after {
    width: 23px;
    height: 23px;
    font-size: 10px;
  }
  .game-footer {
    padding: 18px 5vw;
    font-size: 5px;
    letter-spacing: 0.4px;
    gap: 8px;
  }
  .transition-curtain > span {
    letter-spacing: -2px;
  }
  .game-controls kbd {
    display: none;
  }
}
@media (max-width: 640px) {
  .hero h1 {
    font-size: clamp(62px, 18.8vw, 112px);
  }
  .hero-description {
    font-size: 13px;
  }
  .hero-vignette {
    background: linear-gradient(0deg, #080d0b 0%, #080d0b33 60%, #080d0bd0 100%);
  }
}
@media (min-width: 901px) {
  .game-cards {
    min-height: 340px;
    height: calc(100svh - 375px);
  }
  .game-cards.rush-grid {
    min-height: 440px;
    height: calc(100svh - 375px);
  }
  .rush-grid .game-card-slot {
    width: min(174px, calc((100svh - 375px) * 0.35));
  }
  .chat-panel {
    min-height: 550px;
  }
}
#game-dialog[open] .game-content {
  animation: game-in 0.6s var(--ease);
}
@keyframes game-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .stadium,
  .hero-copy,
  .hero-art,
  .story-card {
    transform: none !important;
    opacity: 1 !important;
  }
  .experience {
    height: auto;
  }
  .experience-sticky {
    position: relative;
    height: auto;
    min-height: 720px;
  }
  .js-motion .enter:not(.entered) {
    opacity: 1;
    transform: none;
  }
  .ticker > div {
    animation: none;
  }
  .reveal-steps li {
    opacity: 1;
  }
  .transition-curtain {
    display: none;
  }
  .fc-card.revealed {
    animation: none;
  }
}

/* =====================================================================================
   v4 (18 Eylül 2026): FC 27 açılış ve sahne tipografisi — Barlow Condensed yalnız büyük başlıklarda;
   etiket, gezinme, düğme, not ve sohbet metinleri Manrope, küçük harf, 13–16 px. Sahne HUD'u
   (tur, süre, bulunan) okunur boyuta çekildi. SVG saha çizgisi ve tribün ışığı hero'ya eklendi.
   ===================================================================================== */
body {
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
}
.site-header nav a,
.site-header nav {
  font-family: var(--body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: #c7cec9;
}
.site-header nav a {
  padding: 8px 12px;
  border-radius: 999px;
  transition: background 0.2s;
}
.site-header nav a:hover {
  background: #ffffff10;
  color: #fff;
}
.brand small,
.game-brand > small {
  font-family: var(--body);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--muted);
}
.eyebrow,
.mode-kicker,
.art-label,
.art-coordinate,
.collection-caption,
.collection-bottom,
.hero-bottom,
.platforms > span,
.scene-footnote,
.site-footer p,
.site-footer > div,
.chat-heading > small,
.chat-float small,
.mode-meta,
.reveal-steps strong,
.clue-chip,
.noscript,
#guess-form > label {
  font-family: var(--body);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: var(--muted);
}
.eyebrow .status-dot,
.eyebrow::before {
  border-radius: 50%;
}
.hero-description,
.section-description,
.mode-card p,
.reveal-steps p,
.chat-intro p,
.experience p,
.pricing p,
.stage-copy p,
.final p {
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  color: #c7cec9;
}
.reveal-steps strong {
  font-size: 15px;
  color: #eceef2;
}
.button,
.button.small,
.game-controls .button {
  font-family: var(--body);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 12px;
  gap: 12px;
  transition:
    background 0.2s,
    transform 0.16s var(--ease),
    box-shadow 0.25s;
}
.button.small {
  font-size: 14px;
  min-height: 42px;
}
.button > span {
  font-size: 18px;
}
.button:active {
  transform: scale(0.97);
}
.text-link,
.collection-note a {
  font-family: var(--body);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
.control-button,
.icon-button,
.reset-button {
  font-family: var(--body);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 10px;
}
.ticker span {
  font-family: var(--body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
}
.chat-heading h2 {
  font-family: var(--body);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}
.chat-heading > small {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
/* Sahne başlığı ("KİM BU OYUNCU?") Barlow ile büyük kalır; alt açıklama 14 px. */
.game-status > p {
  font-family: var(--display);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: var(--ink);
}
.game-status > span {
  font-size: 14px;
}
.game-topline {
  font-size: 13.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.game-controls .button {
  text-transform: none;
  font-size: 15px;
}
.chat-log li,
.chat-log .guess-name,
.chat-log .system-message,
.chat-log .notice-message,
.chat-intro small,
.chat-float b {
  font-family: var(--body);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}
.chat-log .guess-name {
  font-weight: 800;
}
.game-topline,
.timer,
.game-status > span,
.score-row > div > small,
.score-row > div > b,
.outline-tag {
  font-family: var(--body);
  letter-spacing: 0.02em;
}
.game-topline {
  font-size: 13.5px;
  font-weight: 700;
  text-transform: none;
}
.timer {
  font-family: 'Barlow Condensed', Barlow, sans-serif;
  letter-spacing: 0.02em;
}
.game-status > span {
  font-size: 14px;
}
.score-row > div > small {
  font-size: 12.5px;
  font-weight: 600;
  text-transform: none;
}
.score-row > div > b {
  font-size: 15px;
}
.guess-field input {
  font-family: var(--body);
  font-size: 15px;
}
.outline-tag {
  font-size: 12.5px;
  text-transform: none;
}
.game-footer {
  font-family: var(--body);
  font-size: 12.5px;
  letter-spacing: 0;
  text-transform: none;
}
.fc-card.concealed .card-name {
  letter-spacing: 0.3cqw;
}
/* Kahraman SVG: saha çizgisi + tribün ışığı (stadyum görselinin üstünde, çok düşük opaklık). */
.hero-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.55;
}
.hero-lines .pitch {
  fill: none;
  stroke: #ffffff;
  stroke-opacity: 0.12;
  stroke-width: 1.5;
}
.hero-lines .lights ellipse {
  animation: light-breathe 6s ease-in-out infinite;
}
.hero-lines .lights ellipse:nth-child(2) {
  animation-delay: -3s;
}
@keyframes light-breathe {
  50% {
    opacity: 0.5;
  }
}
.hero-grid {
  position: relative;
  z-index: 2;
}
@media (prefers-reduced-motion: reduce) {
  .hero-lines .lights ellipse {
    animation: none;
  }
}
/* v4 mobil taban: 900 px altında hiçbir arayüz metni 12 px'in altına inmez (kart sanatı hariç). */
@media (max-width: 900px) {
  .eyebrow,
  .hero-copy .eyebrow,
  .hero-bottom,
  .mode-meta,
  .platforms > span,
  .chat-float small,
  .reveal-steps strong,
  .clue-chip,
  .collection-note a,
  .brand small,
  .game-brand > small,
  .art-label,
  .art-coordinate,
  .collection-caption,
  .collection-bottom,
  .scene-footnote,
  .site-footer p,
  .site-footer > div {
    font-size: 12.5px;
  }
  .hero-description,
  .section-description,
  .mode-card p,
  .reveal-steps p,
  .chat-intro p {
    font-size: 15px;
    line-height: 1.55;
  }
  .site-header .button,
  .hero-actions .button,
  .button,
  .button.small,
  .button.light {
    font-size: 14px;
    min-height: 44px;
  }
  .site-header .button > span,
  .button > span {
    font-size: 16px;
  }
  .text-link {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .experience-copy .section-description,
  .section-heading .section-description,
  .mode-description p,
  .collection-note p,
  .pricing-strip small,
  .pricing-strip li small,
  .pricing-strip div small,
  .final-cta .eyebrow {
    font-size: 14px !important;
    line-height: 1.55;
  }
  .final-cta .eyebrow {
    font-size: 13px;
  }
  .mode-description .button,
  .final-cta .button {
    font-size: 14px;
    min-height: 44px;
  }
}
