:root {
  --sky: #4a9fe8;
  --blue: #2c5f8a;
  --navy: #102d47;
  --orange: #f88207;
  --orange-dark: #c75200;
  --cream: #fff8f0;
  --paper: #f7fcff;
  --purple: #7c4dff;
  --green: #2ecc71;
  --red: #e74c3c;
  --gold: #f7b32b;
  --ink: #15334c;
  --muted: #5f7890;
  --shell: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; }
a { color: inherit; text-decoration: none; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 9px 15px;
  border: 2px solid var(--navy);
  border-radius: 11px;
  background: white;
  font-weight: 900;
  transform: translateY(-150%);
  transition: transform 150ms ease;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 4px solid #ffd166; outline-offset: 4px; }

.site-header { position: absolute; z-index: 20; top: 0; right: 0; left: 0; padding-top: 18px; }
.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 72px;
  padding: 9px 12px 9px 10px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 22px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 10px 0 rgba(25,82,126,.18), 0 20px 38px rgba(12,53,85,.15);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand img, .footer-brand img { border: 3px solid white; border-radius: 15px; box-shadow: 0 4px 0 rgba(29,79,118,.25); }
.brand span { display: grid; line-height: 1; }
.brand strong, .footer-brand strong { font-family: "Baloo 2", sans-serif; font-weight: 800; }
.brand strong { font-size: 19px; }
.brand small { margin-top: 3px; color: var(--orange-dark); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.nav-links { display: flex; justify-content: center; gap: clamp(18px,3vw,38px); margin-left: auto; }
.nav-links a { position: relative; color: #3e5e76; font-size: 14px; font-weight: 800; }
.nav-links a::after { position: absolute; right: 50%; bottom: -6px; left: 50%; height: 3px; border-radius: 99px; background: var(--orange); content: ""; transition: right 150ms ease, left 150ms ease; }
.nav-links a:hover::after { right: 0; left: 0; }

.button {
  padding: 11px 20px 8px;
  border: 2px solid #ffb354;
  border-bottom: 5px solid var(--orange-dark);
  border-radius: 15px;
  color: white;
  background: linear-gradient(#ffb44f, var(--orange) 62%, #e86700);
  box-shadow: inset 0 2px rgba(255,255,255,.5), 0 7px 14px rgba(179,76,0,.18);
  font-weight: 900;
  text-align: center;
  text-shadow: 0 2px rgba(147,54,0,.3);
}
.nav-cta { min-width: 112px; }
.button:hover, .store-button:hover { filter: saturate(1.08) brightness(1.08); }
.button:active, .store-button:active { transform: translateY(3px); }

.hero {
  position: relative;
  isolation: isolate;
  min-height: 790px;
  padding: 156px 0 145px;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(112deg, rgba(28,111,180,.1) 0 51%, rgba(248,130,7,.09) 51%),
    radial-gradient(circle at 49% 43%, rgba(255,255,255,.2), transparent 25%),
    linear-gradient(180deg, #62b9f2 0%, var(--sky) 54%, #3187cf 100%);
}
.hero::before { position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size: 54px 54px; content: ""; mask-image: linear-gradient(to bottom,black,transparent 78%); }
.hero::after { position: absolute; z-index: -1; right: -6%; bottom: -95px; left: -6%; height: 190px; border-radius: 50% 50% 0 0/100% 100% 0 0; background: var(--paper); content: ""; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,.9fr) minmax(500px,1.1fr); align-items: center; gap: clamp(48px,7vw,90px); }
.hero-copy { max-width: 560px; }
.eyebrow, .kicker { margin: 0; font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px 7px; border: 1px solid rgba(255,255,255,.36); border-radius: 99px; background: rgba(20,75,116,.32); box-shadow: inset 0 1px rgba(255,255,255,.2); }
.eyebrow i { width: 9px; height: 9px; border: 2px solid rgba(255,255,255,.75); border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(46,204,113,.2); }
.hero h1, .section-heading h2, .opponent-copy h2, .practice-copy h2, .download-copy h2 { margin: 0; font-family: "Baloo 2", sans-serif; font-weight: 800; letter-spacing: -.035em; line-height: .98; }
.hero h1 { margin-top: 26px; font-size: clamp(66px,7vw,98px); text-shadow: 0 6px rgba(26,88,134,.36), 0 14px 30px rgba(17,69,108,.24); }
.hero h1 span { color: #ffe3b9; text-shadow: 0 6px rgba(192,86,0,.55), 0 14px 28px rgba(127,53,0,.2); }
.hero-lead { margin: 25px 0 0; color: rgba(255,255,255,.95); font-size: 18px; font-weight: 700; line-height: 1.65; text-shadow: 0 2px rgba(32,90,133,.28); }

.store-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.store-button { display: inline-flex; align-items: center; gap: 10px; min-width: 176px; min-height: 58px; padding: 8px 16px 6px; border: 2px solid #435866; border-bottom: 5px solid #08121a; border-radius: 16px; color: white; background: linear-gradient(#293d4b,#101a22); box-shadow: inset 0 2px rgba(255,255,255,.14), 0 10px 18px rgba(19,61,92,.25); transition: filter 150ms ease, transform 80ms ease; }
.store-button svg { width: 27px; height: 27px; flex: none; fill: currentColor; }
.store-button span { display: grid; line-height: 1; }
.store-button small { font-size: 9px; font-weight: 700; letter-spacing: .04em; }
.store-button strong { margin-top: 4px; font-size: 17px; font-weight: 900; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 16px 24px; margin: 26px 0 0; padding: 0; list-style: none; }
.hero-tags li { position: relative; padding-left: 17px; color: rgba(255,255,255,.94); font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.hero-tags li::before { position: absolute; top: 50%; left: 0; width: 8px; height: 8px; border: 2px solid rgba(255,255,255,.75); border-radius: 50%; background: var(--gold); content: ""; transform: translateY(-50%); }

.hero-visual { position: relative; perspective: 1200px; }
.arena-frame { position: relative; padding: 13px; border: 4px solid rgba(255,255,255,.95); border-bottom: 11px solid #1d638f; border-radius: 30px; background: linear-gradient(145deg,#dff6ff,#75bce9 48%,#2975a9); box-shadow: inset 0 3px rgba(255,255,255,.8),0 30px 50px rgba(13,69,110,.34); transform: rotateY(-4deg) rotateX(1deg); }
.arena-frame img { width: 100%; height: auto; border: 4px solid #174d73; border-radius: 17px; background: var(--blue); }
.frame-shine { position: absolute; inset: 17px 17px auto; height: 44%; border-radius: 13px 13px 55% 55%; background: linear-gradient(rgba(255,255,255,.2),transparent); pointer-events: none; }
.screw { position: absolute; z-index: 2; width: 7px; height: 7px; border-radius: 50%; background: #7fb0ce; box-shadow: inset 0 1px white; }
.s1 { top: 6px; left: 15px; }.s2 { top: 6px; right: 15px; }.s3 { right: 15px; bottom: 9px; }.s4 { bottom: 9px; left: 15px; }
.floating-badge { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px 7px; border: 2px solid rgba(255,255,255,.9); border-bottom-width: 5px; border-radius: 14px; color: var(--navy); font-size: 12px; font-weight: 900; letter-spacing: .03em; text-transform: uppercase; box-shadow: 0 12px 24px rgba(11,54,86,.24); animation: hover-badge 4s ease-in-out infinite; }
.badge-live { top: -24px; right: 32px; border-bottom-color: #1f9a49; background: linear-gradient(#a0f5a8,#64e572); }
.badge-live i { width: 9px; height: 9px; border-radius: 50%; background: #148c3f; box-shadow: 0 0 0 4px rgba(20,140,63,.14); }
.badge-ai { bottom: -25px; left: 36px; border-bottom-color: #c4880a; background: linear-gradient(#ffe89b,#ffd166); animation-delay: -2s; }
.badge-ai svg { width: 18px; height: 18px; fill: currentColor; }
.hero-orb { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.09); }
.orb-left { top: 190px; left: -90px; width: 230px; height: 230px; }.orb-right { right: -100px; bottom: 160px; width: 290px; height: 290px; }

.section { padding: 94px 0; }
.section-light { background: var(--paper); }
.section-heading { max-width: 700px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.kicker { color: var(--orange-dark); }
.section-heading h2, .opponent-copy h2, .practice-copy h2, .download-copy h2 { margin-top: 10px; font-size: clamp(42px,5vw,62px); line-height: 1.04; }
.section-heading > p:last-child, .opponent-copy > p, .practice-copy > p, .download-copy > p { margin: 17px 0 0; color: var(--muted); font-size: 18px; font-weight: 650; }

.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.step-card { position: relative; min-height: 286px; padding: 29px; border: 2px solid #d8ebf8; border-bottom: 8px solid #bad8eb; border-radius: 26px; background: radial-gradient(circle at 95% 4%,rgba(74,159,232,.12),transparent 30%),white; box-shadow: inset 0 2px white,0 18px 34px rgba(39,96,139,.08); }
.step-number { position: absolute; top: 23px; right: 25px; color: #d9e9f4; font-family: "Baloo 2",sans-serif; font-size: 43px; font-weight: 800; line-height: 1; }
.step-icon { display: grid; width: 60px; height: 60px; place-items: center; border: 2px solid rgba(255,255,255,.8); border-bottom-width: 6px; border-radius: 19px; color: white; box-shadow: inset 0 2px rgba(255,255,255,.35),0 8px 18px rgba(33,81,116,.18); }
.step-icon svg { width: 29px; height: 29px; fill: currentColor; }
.icon-blue { border-bottom-color: #23679b; background: linear-gradient(#65baf3,#398fd3); }.icon-orange { border-bottom-color: var(--orange-dark); background: linear-gradient(#ffad42,var(--orange)); }.icon-purple { border-bottom-color: #4d25bd; background: linear-gradient(#a987ff,var(--purple)); }
.step-card h3, .mode-card h3 { margin: 21px 0 6px; font-family: "Baloo 2",sans-serif; font-size: 28px; font-weight: 800; line-height: 1.05; }
.step-card > p { margin: 0; color: var(--muted); font-weight: 650; }

.modes-section { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 15% 25%,rgba(74,159,232,.25),transparent 24%),radial-gradient(circle at 90% 70%,rgba(248,130,7,.18),transparent 24%),linear-gradient(145deg,#102e48,#183e5f 52%,#10283f); }
.modes-section::before { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.11) 1px,transparent 1px); background-size: 26px 26px; content: ""; mask-image: linear-gradient(90deg,black,transparent 35%,transparent 65%,black); }
.modes-section .shell { position: relative; }
.heading-light .kicker { color: #ffd589; }.heading-light > p:last-child { color: rgba(255,255,255,.72); }
.modes-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 17px; }
.mode-card { position: relative; isolation: isolate; min-height: 330px; padding: 25px; overflow: hidden; border: 3px solid rgba(255,255,255,.58); border-bottom: 9px solid rgba(0,0,0,.32); border-radius: 27px; box-shadow: inset 0 3px rgba(255,255,255,.34),0 19px 30px rgba(3,16,27,.24); transition: transform 180ms ease,filter 180ms ease; }
.mode-card:hover { filter: brightness(1.06); transform: translateY(-7px); }
.mode-card::before { position: absolute; z-index: -1; top: 0; right: 0; left: 0; height: 42%; border-radius: 23px 23px 60% 60%; background: linear-gradient(rgba(255,255,255,.24),transparent); content: ""; }
.mode-card::after { position: absolute; z-index: -2; right: -52px; bottom: -52px; width: 180px; height: 180px; border: 30px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.mode-elimination { background: linear-gradient(150deg,#62baf2,#2c75b2); }.mode-score { background: linear-gradient(150deg,#32d3c3,#098f86); }.mode-survival { background: linear-gradient(150deg,#ff756b,#c73935); }.mode-reflex { background: linear-gradient(150deg,#a982ff,#6331d5); }
.mode-icon { display: grid; width: 64px; height: 64px; place-items: center; border: 2px solid rgba(255,255,255,.65); border-bottom: 6px solid rgba(0,0,0,.23); border-radius: 20px; background: rgba(11,44,70,.25); box-shadow: inset 0 2px rgba(255,255,255,.22); }
.mode-icon svg { width: 32px; height: 32px; fill: currentColor; }
.mode-label { margin: 24px 0 0; color: rgba(255,255,255,.75); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.mode-card h3 { margin-top: 4px; font-size: 31px; text-shadow: 0 3px rgba(0,0,0,.18); }
.mode-card > p:last-child { margin: 9px 0 0; color: rgba(255,255,255,.88); font-weight: 700; line-height: 1.45; }

.opponent-section { padding-block: 112px; }
.opponent-grid { display: grid; grid-template-columns: minmax(0,.86fr) minmax(500px,1.14fr); align-items: center; gap: clamp(55px,8vw,105px); }
.opponent-copy h2 { max-width: 530px; }
.check-list { display: grid; gap: 13px; margin: 27px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 11px; color: #34546c; font-weight: 800; }
.check-list span { display: grid; width: 25px; height: 25px; flex: none; place-items: center; border: 2px solid #8ee3ad; border-bottom: 4px solid #1a9d52; border-radius: 9px; color: white; background: var(--green); font-size: 13px; line-height: 1; }
.matchup-card { position: relative; display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; gap: 13px; padding: 17px; border: 3px solid #b9d9ec; border-bottom: 10px solid #8dbbd7; border-radius: 31px; background: #dff3ff; box-shadow: inset 0 3px white,0 26px 45px rgba(37,94,136,.16); }
.match-player { display: flex; min-width: 0; min-height: 210px; flex-direction: column; align-items: center; justify-content: center; padding: 20px 14px; border: 2px solid rgba(255,255,255,.7); border-bottom: 7px solid rgba(0,0,0,.2); border-radius: 22px; color: white; text-align: center; box-shadow: inset 0 3px rgba(255,255,255,.25); }
.player-blue { background: linear-gradient(150deg,#5db4ef,#296b9e); }.player-orange { background: linear-gradient(150deg,#ffae48,#e56900); }
.player-avatar { display: grid; width: 70px; height: 70px; place-items: center; margin-bottom: 13px; border: 4px solid rgba(255,255,255,.85); border-radius: 50%; background: rgba(14,47,72,.28); font-family: "Baloo 2",sans-serif; font-size: 27px; font-weight: 800; box-shadow: 0 5px rgba(0,0,0,.18); }
.match-player strong { margin-top: 9px; font-family: "Baloo 2",sans-serif; font-size: 20px; line-height: 1.1; }
.match-player small { color: rgba(255,255,255,.75); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.identity { display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px 4px; border: 2px solid rgba(255,255,255,.72); border-bottom-width: 4px; border-radius: 9px; color: var(--navy); font-size: 9px; font-weight: 900; letter-spacing: .04em; line-height: 1; text-transform: uppercase; }
.identity-live { border-bottom-color: #258d48; background: #64e572; }.identity-ai { border-bottom-color: #b27c0b; background: #ffd166; }.identity-live i { width: 6px; height: 6px; border-radius: 50%; background: #157a37; }
.versus { position: relative; z-index: 2; align-self: center; width: 54px; margin-inline: -27px; padding: 10px 0 7px; border: 3px solid #fff0d5; border-bottom: 6px solid #c65c00; border-radius: 16px; color: white; background: linear-gradient(#ffae43,var(--orange)); box-shadow: 0 9px 18px rgba(84,53,18,.25); font-family: "Baloo 2",sans-serif; font-size: 21px; font-weight: 800; line-height: 1; text-align: center; text-shadow: 0 2px rgba(122,46,0,.35); }

.practice-section { padding: 20px 0 105px; background: var(--paper); }
.practice-panel { position: relative; display: grid; min-height: 390px; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 20px; padding: 48px clamp(35px,7vw,85px); overflow: hidden; border: 3px solid #ffe4b6; border-bottom: 11px solid #e7a431; border-radius: 34px; background: radial-gradient(circle at 12% 20%,rgba(255,255,255,.5),transparent 28%),linear-gradient(140deg,#fff4d9,#ffe0a4); box-shadow: inset 0 3px white,0 25px 45px rgba(131,92,22,.12); }
.practice-panel::after { position: absolute; top: -90px; right: -70px; width: 300px; height: 300px; border: 45px solid rgba(248,130,7,.08); border-radius: 50%; content: ""; }
.fox-wave { position: absolute; z-index: 1; bottom: -95px; left: clamp(25px,6vw,80px); width: clamp(220px,25vw,310px); height: auto; filter: drop-shadow(0 18px 16px rgba(126,73,17,.2)); }
.practice-copy { position: relative; z-index: 2; grid-column: 2; max-width: 590px; }
.practice-copy h2 { color: #82480e; }.practice-copy > p { color: #806243; }
.practice-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.practice-chips span { padding: 8px 13px 7px; border: 2px solid #f6c56b; border-bottom: 4px solid #d79421; border-radius: 12px; color: #75440f; background: rgba(255,255,255,.7); font-size: 12px; font-weight: 900; }

.download-section { padding: 0 0 95px; background: var(--paper); }
.download-card { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 45px 50px; overflow: hidden; border: 3px solid #81c6f1; border-bottom: 11px solid #1f689c; border-radius: 34px; color: white; background: radial-gradient(circle at 88% 24%,rgba(255,201,105,.3),transparent 24%),linear-gradient(125deg,#318bd1,var(--sky) 52%,#397fba); box-shadow: inset 0 3px rgba(255,255,255,.45),0 26px 44px rgba(28,90,136,.19); }
.download-card::after { position: absolute; top: 50%; right: 16%; width: 280px; height: 280px; border: 44px solid rgba(255,255,255,.07); border-radius: 50%; content: ""; transform: translateY(-50%); }
.download-copy { position: relative; z-index: 2; max-width: 570px; }.download-copy .kicker { color: #ffdfa6; }.download-copy h2 { font-size: clamp(42px,4.5vw,60px); text-shadow: 0 4px rgba(26,84,127,.3); }.download-copy > p { color: rgba(255,255,255,.86); }.compact-actions { position: relative; z-index: 2; flex: none; margin-top: 0; }

.site-footer { padding: 34px 0; color: rgba(255,255,255,.75); background: #0e2639; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px 35px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }.footer-brand strong { display: block; color: white; font-size: 18px; line-height: 1.1; }.footer-brand p, .copyright { margin: 3px 0 0; font-size: 12px; font-weight: 700; }
.footer-links { display: flex; gap: 25px; font-size: 13px; font-weight: 900; }.footer-links a:hover { color: white; }.copyright { grid-column: 1/-1; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); }

@keyframes hover-badge { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-7px) rotate(1deg); } }

@media (max-width: 1020px) {
  .hero { min-height: 0; padding-top: 145px; }
  .hero-grid { grid-template-columns: 1fr; gap: 74px; }
  .hero-copy { max-width: 720px; margin-inline: auto; text-align: center; }
  .hero-lead { margin-inline: auto; }.store-actions,.hero-tags { justify-content: center; }
  .hero-visual { width: min(720px,100%); margin-inline: auto; }
  .modes-grid { grid-template-columns: repeat(2,1fr); }.mode-card { min-height: 300px; }
  .opponent-grid { grid-template-columns: 1fr; }.opponent-copy { max-width: 700px; }
  .download-card { align-items: flex-start; flex-direction: column; }.compact-actions { justify-content: flex-start; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px),var(--shell)); }
  .site-header { padding-top: 10px; }.nav { min-height: 64px; border-radius: 18px; box-shadow: 0 8px 0 rgba(25,82,126,.18),0 15px 28px rgba(12,53,85,.14); }.brand img { width: 44px; height: 44px; border-radius: 13px; }.brand strong { font-size: 17px; }.brand small { font-size: 9px; }.nav-links { display: none; }.nav-cta { min-width: 92px; margin-left: auto; padding-inline: 14px; }
  .hero { padding: 124px 0 110px; }.hero h1 { margin-top: 22px; font-size: clamp(57px,17vw,78px); }.hero-lead { font-size: 16px; }.hero-grid { gap: 62px; }
  .arena-frame { padding: 8px; border-width: 3px; border-bottom-width: 8px; border-radius: 22px; transform: none; }.arena-frame img { border-width: 3px; border-radius: 12px; }.frame-shine { inset: 12px 12px auto; }
  .floating-badge { padding: 7px 9px 6px; border-bottom-width: 4px; border-radius: 11px; font-size: 9px; }.badge-live { top: -18px; right: 12px; }.badge-ai { bottom: -18px; left: 12px; }
  .section { padding: 72px 0; }.section-heading { margin-bottom: 35px; }.section-heading h2,.opponent-copy h2,.practice-copy h2,.download-copy h2 { font-size: clamp(38px,12vw,50px); }.section-heading > p:last-child,.opponent-copy > p,.practice-copy > p,.download-copy > p { font-size: 16px; }
  .steps-grid,.modes-grid { grid-template-columns: 1fr; }.step-card { min-height: 0; }.mode-card { min-height: 280px; }
  .opponent-section { padding-block: 78px; }.matchup-card { grid-template-columns: 1fr; gap: 10px; }.match-player { min-height: 185px; }.versus { justify-self: center; margin-block: -29px; margin-inline: 0; transform: rotate(-5deg); }
  .practice-section { padding-bottom: 78px; }.practice-panel { display: block; min-height: 640px; padding: 38px 28px 0; }.practice-copy { grid-column: auto; }.fox-wave { right: 50%; bottom: -122px; left: auto; width: min(285px,72vw); transform: translateX(50%); }
  .download-section { padding-bottom: 72px; }.download-card { padding: 36px 25px; border-radius: 27px; }.compact-actions { width: 100%; }.compact-actions .store-button { flex: 1 1 178px; }
  .footer-grid { grid-template-columns: 1fr; }.footer-links { flex-wrap: wrap; }.copyright { grid-column: 1; }
}

@media (max-width: 430px) {
  .brand span { max-width: 128px; }.brand strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.nav-cta { min-width: 84px; font-size: 13px; }
  .hero h1 { font-size: 57px; }.store-actions .store-button { width: 100%; justify-content: center; }.hero-tags { display: grid; width: max-content; justify-content: flex-start; margin-inline: auto; text-align: left; }.matchup-card { padding: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
