:root {
  --ink: #070d1a;
  --ink-2: #0e172c;
  --panel: #122038;
  --panel-2: #1a2c4b;
  --line: #263c5e;
  --line-soft: rgba(255, 203, 5, 0.18);
  --poke-red: #ee1515;
  --poke-red-hover: #ff2a2a;
  --poke-red-glow: rgba(238, 21, 21, 0.4);
  --gold: #ffcb05;
  --gold-bright: #ffdf00;
  --gold-glow: rgba(255, 203, 5, 0.35);
  --poke-blue: #2a75bb;
  --poke-blue-light: #3b82f6;
  --green: #10b981;
  --green-deep: #064e3b;
  --cream: #ffffff;
  --text: #f1f5f9;
  --muted: #94a3b8;
  --display: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { color: inherit; -webkit-tap-highlight-color: transparent; }
button { border: 0; }
a { text-decoration: none; }
img { display: block; max-width: 100%; }
main { min-height: 100vh; overflow: hidden; background:
  radial-gradient(circle at 15% 0, rgba(42, 117, 187, 0.18), transparent 28rem),
  radial-gradient(circle at 85% 20%, rgba(238, 21, 21, 0.12), transparent 32rem),
  radial-gradient(circle at 50% 60%, rgba(255, 203, 5, 0.08), transparent 36rem),
  linear-gradient(180deg, #070d1a, var(--ink) 48rem);
}
.is-hidden { display: none!important; }

.site-header {
  width: min(1480px, calc(100% - 52px));
  height: 78px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  position: relative;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 203, 5, 0.18);
  backdrop-filter: blur(10px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-copy { display: flex; align-items: baseline; }
.brand strong { color: #ffffff; font: 900 22px/1 var(--display); letter-spacing: .06em; text-shadow: 0 2px 10px rgba(0,0,0,0.5); }
.brand em { margin-left: 5px; color: var(--gold); font-style: normal; font-size: 12px; font-weight: 900; letter-spacing: .18em; text-shadow: 0 0 10px rgba(255,203,5,0.4); }
.brand-ball {
  width: 36px;
  height: 36px;
  position: relative;
  border: 2.5px solid #1a273e;
  border-radius: 50%;
  background: linear-gradient(#ee1515 0 45%, #182030 46% 54%, #ffffff 55%);
  box-shadow: 0 0 16px rgba(238,21,21,0.45), 0 8px 22px rgba(0,0,0,0.4);
  transition: transform .3s ease;
}
.brand:hover .brand-ball { transform: rotate(360deg); }
.brand-ball::after { content: ""; width: 10px; height: 10px; position: absolute; left: 50%; top: 50%; border: 3px solid #1a273e; border-radius: 50%; background: white; transform: translate(-50%,-50%); box-shadow: 0 0 4px rgba(255,255,255,0.8); }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 36px; }
.nav-links a { color: #94a3b8; font-size: 13px; font-weight: 750; transition: color .2s ease, text-shadow .2s ease; }
.nav-links a:hover { color: var(--gold); text-shadow: 0 0 12px rgba(255,203,5,0.4); }
.header-actions { display: flex; gap: 10px; }
.menu-toggle { display: none; }

.button {
  min-height: 47px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .02em;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #ffffff; background: linear-gradient(135deg, var(--poke-red), #c01111); border: 1px solid #ff4d4d; box-shadow: 0 10px 30px var(--poke-red-glow); }
.button-primary:hover { background: linear-gradient(135deg, var(--poke-red-hover), #d31212); box-shadow: 0 14px 38px rgba(238,21,21,0.55); }
.button-outline { border-color: var(--line); color: var(--text); background: rgba(18, 32, 56, 0.75); backdrop-filter: blur(8px); }
.button-outline:hover { border-color: var(--gold); color: #ffffff; box-shadow: 0 0 20px rgba(255,203,5,0.25); }
.button-quiet { min-height: 39px; padding: 0 15px; color: #94a3b8; }
.button-quiet:hover { color: #ffffff; }
.button-compact { min-height: 39px; padding: 0 18px; border-color: rgba(255,203,5,0.6); color: var(--gold-bright); background: rgba(255,203,5,0.12); font-weight: 900; box-shadow: 0 0 12px rgba(255,203,5,0.15); }
.button-compact:hover { background: rgba(255,203,5,0.22); border-color: var(--gold); color: #ffffff; }

.hero {
  width: min(1480px, calc(100% - 52px));
  min-height: 790px;
  margin: 0 auto;
  padding: 88px 0 94px;
  display: grid;
  grid-template-columns: minmax(390px,.77fr) minmax(660px,1.23fr);
  align-items: center;
  gap: 64px;
  position: relative;
}
.hero-atmosphere { width: 680px; height: 680px; position: absolute; right: 7%; top: 4%; border-radius: 50%; background: radial-gradient(circle, rgba(238,21,21,0.16), rgba(42,117,187,0.12) 38%, transparent 69%); filter: blur(12px); pointer-events: none; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow i { width: 22px; height: 2px; display: inline-block; position: relative; background: var(--poke-red); box-shadow: 0 0 10px var(--poke-red-glow); }
.eyebrow i::after { content: ""; width: 5px; height: 5px; position: absolute; right: 0; top: -1.5px; border-radius: 50%; background: var(--gold); }
.eyebrow-gold { color: var(--gold-bright); }
.eyebrow-gold i { background: var(--gold); box-shadow: 0 0 10px var(--gold-glow); }
h1,h2,h3,p { margin-top: 0; }
.hero h1 { margin: 22px 0 24px; color: #ffffff; font: 900 clamp(57px,5.7vw,92px)/.93 var(--display); letter-spacing: -.04em; text-shadow: 0 4px 20px rgba(0,0,0,0.5); }
.hero h1 span, .centered-heading h2 span { color: var(--gold-bright); font-style: normal; font-weight: 900; background: linear-gradient(135deg, var(--gold-bright), #ffb703); -webkit-background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 2px 8px rgba(255,203,5,0.4)); }
.hero-copy > p { max-width: 590px; color: #cbd5e1; font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 36px; }
.hero-note { display: flex; align-items: center; gap: 14px; margin-top: 40px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.08); }
.hero-note-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,203,5,0.4); border-radius: 10px; color: var(--gold); background: rgba(255,203,5,0.1); font-weight: 900; box-shadow: 0 0 14px rgba(255,203,5,0.15); }
.hero-note p { display: grid; margin: 0; }
.hero-note strong { color: #f1f5f9; font-size: 12px; font-weight: 800; }
.hero-note small { margin-top: 4px; color: #94a3b8; font-size: 10px; }

.hero-demo { min-width: 0; position: relative; z-index: 2; }
.demo-glow { position: absolute; inset: 5% -4% -7%; border-radius: 50%; background: radial-gradient(circle, rgba(238,21,21,0.22), rgba(42,117,187,0.15) 50%, transparent 70%); filter: blur(24px); }
.demo-window { position: relative; overflow: hidden; border: 2px solid rgba(255,203,5,0.45); border-radius: 16px; background: #08101d; box-shadow: 0 48px 100px rgba(0,0,0,.65), 0 0 30px rgba(255,203,5,0.15); }
.demo-topbar { min-height: 52px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); border-top: 3px solid var(--poke-red); background: #0d182b; }
.demo-topbar > div:first-child { display: grid; grid-template-columns: auto auto; align-items: center; gap: 2px 8px; }
.demo-topbar strong { color: var(--gold-bright); font: 800 15px var(--display); }
.demo-topbar small { grid-column: 2; color: #94a3b8; font-size: 9px; font-weight: 600; }
.live-pulse { grid-row: 1/3; width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.demo-top-actions { display: flex; align-items: center; gap: 9px; }
.demo-top-actions span,.demo-top-actions b,.demo-top-actions i { padding: 5px 10px; border: 1px solid #2a3c58; border-radius: 999px; color: #cbd5e1; font-size: 8px; font-style: normal; font-weight: 700; }
.demo-top-actions i { border-color: rgba(255,203,5,0.5); color: var(--gold-bright); background: rgba(255,203,5,0.12); }
.demo-layout { min-height: 515px; display: grid; grid-template-columns: 146px minmax(420px,1fr) 190px; }
.demo-party { padding: 12px 10px; display: grid; align-content: start; gap: 6px; border-right: 1px solid var(--line); background: #0a1324; }
.demo-label { margin: 2px 5px 5px; color: var(--gold); font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.party-slot { min-width: 0; padding: 7px; display: grid; grid-template-columns: 34px 1fr 7px; align-items: center; gap: 6px; border: 1px solid rgba(255,255,255,0.06); border-radius: 8px; background: #0f1a30; }
.party-slot.active { border-color: var(--gold); background: #182845; box-shadow: 0 0 12px rgba(255,203,5,0.25); }
.party-slot img { width: 34px; height: 34px; object-fit: contain; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5)); }
.party-slot > span { display: grid; min-width: 0; }
.party-slot b { overflow: hidden; color: #ffffff; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; font-weight: 800; }
.party-slot small { margin-top: 2px; color: var(--gold); font-size: 7px; font-weight: 700; }
.party-hp { width: 100%; height: 4px; display: block; margin-top: 4px; overflow: hidden; border-radius: 4px; background: #1a273e; }
.party-hp i { height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg,#10b981,#34d399); }
.party-type { width: 7px; height: 7px; border-radius: 50%; background: #82929b; }
.party-type.grass { background:#63bc5a; box-shadow: 0 0 6px rgba(99,188,90,0.6); }
.party-type.fire { background:#ff4422; box-shadow: 0 0 6px rgba(255,68,34,0.6); }
.party-type.water { background:#3399ff; box-shadow: 0 0 6px rgba(51,153,255,0.6); }
.party-type.flying { background:#8899ff; box-shadow: 0 0 6px rgba(136,153,255,0.6); }
.party-type.electric { background:#ffbb00; box-shadow: 0 0 6px rgba(255,187,0,0.6); }
.demo-world { position: relative; overflow: hidden; isolation: isolate; background:#122238; }
.demo-map-background { position:absolute; inset:0; z-index:0; width:100%; height:100%; object-fit:cover; object-position:center; image-rendering:pixelated; filter:brightness(.78) saturate(1.05) contrast(1.08); transform:scale(1.02); }
.world-grid { position: absolute; inset: 0; z-index:1; opacity:.64; background:linear-gradient(180deg,rgba(4,12,24,.05),rgba(4,12,24,.35)),radial-gradient(circle at 58% 46%,transparent 0 32%,rgba(4,10,20,.35) 82%); }
.demo-team-alert { padding: 8px 11px; position: absolute; z-index: 6; left: 10px; top: 10px; display: grid; grid-template-columns: 20px auto; gap: 1px 7px; align-items: center; border: 1px solid rgba(16,185,129,.45); border-radius: 9px; color: #ecfdf5; background: rgba(6,30,22,.92); box-shadow: 0 8px 22px rgba(0,0,0,.35); backdrop-filter: blur(6px); }
.demo-team-alert > span { grid-row: 1/3; color: var(--green); font-size: 16px; }
.demo-team-alert b { font-size: 8px; font-weight: 800; }.demo-team-alert small { color: #a7f3d0; font-size: 7px; }
.world-prop { position: absolute; display: block; }
.rock-one,.rock-two { width: 64px; height: 41px; border-radius: 52% 48% 40% 44%; background: #37423d; box-shadow: inset -10px -9px #222d29, inset 5px 5px #4b5650; }
.rock-one { left: 7%; top: 18%; transform: rotate(-8deg); }.rock-two { right: 9%; bottom: 18%; transform: scale(.75) rotate(12deg); }
.wire-one,.wire-two { width: 110px; height: 4px; border-top: 2px solid #8f7951; border-bottom: 1px solid #4a3f2e; box-shadow: 0 7px 0 #6e5c42,0 14px 0 #4f4535; }
.wire-one { right: -15px; top: 24%; transform: rotate(90deg); }.wire-two { left: 7%; bottom: 16%; transform: rotate(-12deg); }
.world-sprite { position: absolute; z-index: 4; display: grid; place-items: center; }
.world-sprite img { width: 62px; height: 62px; object-fit: contain; image-rendering: pixelated; filter: drop-shadow(0 8px 5px rgba(0,0,0,.7)); }
.world-sprite small { order: -1; margin-bottom: -7px; padding: 2px 7px; border: 1px solid rgba(255,203,5,0.45); border-radius: 5px; color: #ffffff; background: rgba(7,13,26,.92); font: 800 8px var(--display); white-space: nowrap; box-shadow: 0 2px 8px rgba(0,0,0,0.4); }
.world-sprite small b { color: var(--gold); font: 800 6px var(--body); }
.trainer { left: 24%; bottom: 20%; }.trainer img { width: 70px; height: 70px; }
.trainer-hp { order: 2; width: 50px; height: 5px; display: block; margin-top: -8px; overflow: hidden; border: 1px solid rgba(0,0,0,.65); border-radius: 5px; background: #13232b; }
.trainer-hp em { width: 82%; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg,#10b981,#34d399); }
.companion { left: 36%; bottom: 22%; }.companion small { color: var(--gold-bright); }
.pikachu-one { right: 23%; top: 31%; }.pikachu-two { left: 45%; top: 12%; transform: scale(.83); opacity: .9; }
.target-line { width: 40%; height: 30%; position: absolute; left: 38%; top: 39%; border-top: 2px dashed rgba(255,203,5,0.6); border-radius: 50%; transform: rotate(-17deg); filter: drop-shadow(0 0 6px rgba(255,203,5,0.5)); }
.capture-flight { position: absolute; z-index: 8; left: 61%; top: 42%; animation: capture-flight 2.5s ease-in-out infinite; }
.capture-flight img { width: 26px; height: 26px; object-fit: contain; image-rendering: pixelated; filter: drop-shadow(0 0 10px rgba(59,130,246,0.9)); }
@keyframes capture-flight { 0%,15% { transform: translate(-120px,80px) scale(.6); opacity:0 } 35%,70% { opacity:1 } 80%,100% { transform: translate(32px,-32px) scale(1.15) rotate(420deg); opacity:0 } }
.demo-event { width: min(78%,360px); min-height: 48px; padding: 10px 14px; position: absolute; z-index: 7; left: 50%; bottom: 12px; border: 1px solid rgba(255,203,5,0.45); border-radius: 9px; background: rgba(7,15,28,.94); transform: translateX(-50%); box-shadow: 0 10px 30px rgba(0,0,0,0.5); backdrop-filter: blur(8px); }
.demo-event span { display: block; color: var(--green); font-size: 7px; font-weight: 900; letter-spacing: .14em; }
.demo-event b { display: block; margin-top: 3px; color: #ffffff; font: 800 11px var(--display); }
.demo-event > i { height: 4px; display: block; margin-top: 6px; overflow: hidden; border-radius: 4px; background: #1e2c40; }
.demo-event em { width: 72%; height: 100%; display: block; background: linear-gradient(90deg,var(--poke-red),var(--gold)); }
.biome-chip { padding: 8px 12px; position: absolute; right: 10px; top: 10px; z-index: 5; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,203,5,0.35); border-radius: 9px; background: rgba(7,15,28,.9); backdrop-filter: blur(6px); }
.biome-chip img { width: 18px; height: 18px; }.biome-chip span { display: grid; }.biome-chip b { color: var(--gold-bright); font-size: 7px; letter-spacing: .12em; font-weight: 900; }.biome-chip small { margin-top: 2px; color: #94a3b8; font-size: 7px; }
.demo-encounter { padding: 16px 14px; border-left: 1px solid var(--line); background: #0a1324; }
.encounter-title { margin: 11px 0 15px; padding-bottom: 14px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.encounter-title > div { display: grid; }.encounter-title small { color: var(--poke-red); font-size: 7px; letter-spacing: .14em; font-weight: 900; }.encounter-title strong { margin: 4px 0; color: #ffffff; font: 900 18px var(--display); }.encounter-title em { color: var(--gold); font-size: 8px; font-style: normal; font-weight: 700; }
.encounter-title img { width: 66px; height: 66px; object-fit: contain; filter: drop-shadow(0 4px 8px rgba(0,0,0,0.5)); }
.encounter-hp > span { display: flex; justify-content: space-between; font-size: 8px; font-weight: 700; }.encounter-hp small { color: #94a3b8; }.encounter-hp > i { height: 6px; display: block; margin-top: 6px; border-radius: 6px; background: #1e2c40; }.encounter-hp em { width: 12%; height: 100%; display: block; border-radius: inherit; background: var(--poke-red); }
.encounter-status { margin-top: 16px; padding: 10px; display: flex; gap: 9px; border: 1px solid rgba(16,185,129,0.4); border-radius: 8px; background: rgba(6,30,22,0.85); }.encounter-status > span { color: var(--green); }.encounter-status p { display: grid; margin: 0; }.encounter-status b { font-size: 8px; font-weight: 800; }.encounter-status small { margin-top: 3px; color: #a7f3d0; font-size: 7px; line-height: 1.4; }
.encounter-log { margin-top: 20px; padding-top: 14px; display: grid; gap: 8px; border-top: 1px solid var(--line); }.encounter-log span { color: var(--gold); font-size: 7px; font-weight: 900; letter-spacing: .14em; }.encounter-log p { margin: 0; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,0.05); color: #94a3b8; font-size: 8px; font-weight: 600; }.encounter-log p.success { color: var(--green); font-weight: 700; }
.demo-floating-card { min-width: 180px; padding: 14px 18px; position: absolute; right: -22px; bottom: -25px; z-index: 8; border: 2px solid var(--gold); border-radius: 12px; background: #0f1c30; box-shadow: 0 20px 45px rgba(0,0,0,.6), 0 0 20px rgba(255,203,5,0.25); }
.demo-floating-card span { display: block; color: var(--gold); font-size: 7px; font-weight: 900; letter-spacing: .14em; }.demo-floating-card strong { display: block; margin: 4px 0; color: #ffffff; font: 900 22px var(--display); text-shadow: 0 0 10px rgba(255,255,255,0.3); }.demo-floating-card small { color: #94a3b8; font-size: 8px; }

.proof-strip { min-height: 106px; display: grid; grid-template-columns: repeat(4,1fr) 1.25fr; border-top: 1px solid rgba(255,203,5,.2); border-bottom: 1px solid rgba(255,203,5,.2); background: #08101d; }
.proof-strip > div { padding: 22px 38px; display: flex; align-items: baseline; justify-content: center; gap: 11px; border-right: 1px solid rgba(255,255,255,.07); transition: background .2s; }
.proof-strip > div:hover { background: rgba(255,203,5,0.05); }
.proof-strip strong { color: var(--gold-bright); font: 900 32px var(--display); filter: drop-shadow(0 2px 6px rgba(255,203,5,0.3)); }.proof-strip span { color: #cbd5e1; font-size: 10px; font-weight: 700; }
.proof-strip > p { margin: 0; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }.proof-strip > p i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }

.section { width: min(1260px,calc(100% - 48px)); margin: 0 auto; padding: 126px 0; }
.section-heading { margin-bottom: 54px; }
.split-heading { display: grid; grid-template-columns: 1.1fr .8fr; align-items: end; gap: 90px; }
.section-heading h2,.helper-copy h2,.final-cta h2 { margin: 15px 0 0; color: #ffffff; font: 900 clamp(40px,4.5vw,65px)/1.02 var(--display); letter-spacing: -.03em; text-shadow: 0 4px 20px rgba(0,0,0,0.5); }
.split-heading > p { margin: 0 0 7px; color: #cbd5e1; font-size: 15px; line-height: 1.75; }
.systems-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.system-card { min-height: 510px; display: grid; grid-template-rows: 1fr auto; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, #112036, #0c1626); transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease; }
.system-card:hover { border-color: var(--gold); transform: translateY(-5px); box-shadow: 0 20px 45px rgba(0,0,0,0.5), 0 0 25px rgba(255,203,5,0.2); }
.system-art { min-height: 315px; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.system-copy { padding: 26px 28px 30px; }
.system-copy > span { color: var(--gold); font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.system-copy h3 { max-width: 460px; margin: 8px 0 9px; color: #ffffff; font: 800 25px/1.15 var(--display); }
.system-copy p { max-width: 500px; margin: 0; color: #94a3b8; font-size: 12px; line-height: 1.65; }
.hunt-art { position: absolute; inset: 0; background:
  linear-gradient(133deg,transparent 33%,rgba(238,21,21,.18) 33.5% 48%,transparent 48.5%),
  radial-gradient(circle at 17% 22%,#1e3b2e 0 11%,transparent 11.5%),
  radial-gradient(circle at 82% 72%,#1b3228 0 13%,transparent 13.5%),
  repeating-linear-gradient(0deg,transparent 0 31px,rgba(255,203,5,.08) 32px),
  repeating-linear-gradient(90deg,transparent 0 31px,rgba(255,203,5,.08) 32px),#0f1f33;
}
.hunt-art span { position: absolute; z-index: 2; display: grid; place-items: center; }.hunt-art img { width: 86px; height: 86px; object-fit: contain; image-rendering: pixelated; filter: drop-shadow(0 8px 6px rgba(0,0,0,.75)); }
.mini-trainer { left: 21%; top: 49%; }.mini-mon { left: 36%; top: 43%; }.mini-target { right: 23%; top: 25%; }
.hunt-art > i { width: 40%; height: 42%; position: absolute; left: 44%; top: 32%; border-top: 2px dashed var(--gold); border-radius: 50%; transform: rotate(-14deg); filter: drop-shadow(0 0 8px var(--gold-glow)); }
.map-art { position: absolute; inset: 0; overflow: hidden; background: #1b3858; }.map-art > img { width: 100%; height: 100%; object-fit: cover; object-position: 40% 10%; image-rendering: pixelated; opacity: .85; }
.map-pin { width: 58px; height: 58px; position: absolute; display: grid; place-items: center; border: 2px solid var(--gold); border-radius: 50%; background: #08101d; box-shadow: 0 0 0 4px rgba(5,12,18,.84),0 9px 22px rgba(0,0,0,.6); transition: transform .2s ease; }.map-pin:hover { transform: scale(1.1); }.map-pin img { width: 48px; height: 48px; object-fit: contain; }.pin-one { left: 25%; top: 34%; }.pin-two { right: 25%; top: 22%; }.pin-three { left: 52%; bottom: 15%; }
.dex-art { height: 100%; padding: 26px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; background: radial-gradient(circle at 50% 30%,rgba(42,117,187,0.25),transparent 55%); }
.dex-art span { padding: 10px; position: relative; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: #0f1c30; transition: border-color .2s, transform .2s; }.dex-art span:hover { border-color: var(--gold); transform: scale(1.05); }.dex-art small { position: absolute; left: 9px; top: 8px; color: var(--gold); font-size: 8px; font-weight: 800; }.dex-art img { width: 74px; height: 74px; object-fit: contain; filter: drop-shadow(0 4px 6px rgba(0,0,0,0.4)); }
.team-art { height: 100%; padding: 44px 28px; display: grid; grid-template-columns: repeat(6,1fr); align-items: center; gap: 7px; background: linear-gradient(180deg,rgba(42,117,187,0.2),transparent); }
.team-art span { min-width: 0; height: 132px; position: relative; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: #0f1c30; transition: transform .2s, border-color .2s; }.team-art span.selected { border-color: var(--gold); background: #192a48; transform: translateY(-10px); box-shadow: 0 10px 20px rgba(0,0,0,0.5), 0 0 15px rgba(255,203,5,0.3); }.team-art img { width: 74px; height: 74px; object-fit: contain; filter: drop-shadow(0 4px 6px rgba(0,0,0,0.4)); }.team-art i { width: 20px; height: 20px; position: absolute; left: 6px; top: 6px; display: grid; place-items: center; border-radius: 50%; color: #ffffff; background: #1a2c47; font-size: 8px; font-style: normal; font-weight: 900; }.team-art span.selected i { color:#070d1a; background:var(--gold); }

.journey-section { border-top: 1px solid rgba(255,203,5,0.18); }
.centered-heading { max-width: 750px; margin-left: auto; margin-right: auto; text-align: center; }
.journey-line { display: grid; grid-template-columns: repeat(4,1fr); position: relative; }
.journey-line::before { content: ""; height: 2px; position: absolute; left: 10%; right: 10%; top: 50px; background: linear-gradient(90deg,transparent,var(--poke-red),var(--gold),var(--green),transparent); opacity: .5; }
.journey-line article { padding: 0 25px; position: relative; text-align: center; }
.journey-number { width: 68px; height: 68px; margin: 18px auto 30px; display: grid; place-items: center; position: relative; z-index: 2; border: 2px solid var(--gold); border-radius: 50%; color: var(--gold-bright); background: #0e1a2f; font: 900 17px var(--display); box-shadow: 0 0 0 8px var(--ink), 0 0 20px rgba(255,203,5,0.25); }
.journey-line h3 { color: #ffffff; font: 800 22px var(--display); }.journey-line p { color: #94a3b8; font-size: 12px; line-height: 1.65; }

.helper-section { position: relative; overflow: hidden; border-top: 1px solid rgba(255,203,5,.2); border-bottom: 1px solid rgba(255,203,5,.2); background: radial-gradient(circle at 75% 45%,rgba(42,117,187,0.22),transparent 35%),linear-gradient(120deg,#0f1a2e,#08101d 52%,#0f1c30); }
.helper-section::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(var(--gold) 1px,transparent 1px); background-size: 20px 20px; mask-image: linear-gradient(90deg,transparent,black); }
.helper-layout { padding-top: 110px; padding-bottom: 110px; display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: 110px; position: relative; z-index: 2; }
.helper-copy > p { max-width: 520px; margin: 22px 0 30px; color: #cbd5e1; font-size: 15px; line-height: 1.8; }
.helper-copy ul { max-width: 540px; display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.helper-copy li { padding: 14px 16px; display: flex; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 10px; background: rgba(15,26,46,.75); backdrop-filter: blur(8px); }
.helper-copy li > span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 8px; color: #ffffff; background: var(--poke-red); font-size: 9px; font-weight: 900; box-shadow: 0 0 10px var(--poke-red-glow); }
.helper-copy li p { display: grid; margin: 0; }.helper-copy li b { color: #ffffff; font-size: 11px; font-weight: 800; }.helper-copy li small { margin-top: 4px; color: #94a3b8; font-size: 9px; }
.helper-product { min-height: 610px; position: relative; display: grid; place-items: center; }
.helper-product::before,.helper-product::after { content: ""; position: absolute; border: 1px solid rgba(255,203,5,.22); border-radius: 50%; }.helper-product::before { width: 570px; height: 570px; }.helper-product::after { width: 460px; height: 460px; border-style: dashed; border-color: rgba(238,21,21,0.3); animation: orbit 40s linear infinite; }
@keyframes orbit { to { transform: rotate(360deg); } }
.helper-panel { width: min(100%,430px); padding: 24px; position: relative; z-index: 3; border: 2px solid var(--gold); border-radius: 16px; background: #0f1c30; box-shadow: 0 40px 90px rgba(0,0,0,.65), 0 0 30px rgba(255,203,5,0.2); transform: rotate(-1deg); }
.helper-panel header { padding-bottom: 14px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }.helper-panel header div { display:grid }.helper-panel header span { color: var(--gold); font-size: 8px; font-weight: 900; letter-spacing: .15em; }.helper-panel header strong { margin-top: 4px; color: #ffffff; font: 900 24px var(--display); }.helper-panel header > i { color: var(--gold-bright); font-size: 24px; font-style: normal; }
.helper-toggle { margin-top: 10px; padding: 11px 13px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 10px; background: #13223b; }.helper-toggle.active { border-color: var(--green); background: #0b2b1d; }.helper-toggle > span { display: grid; }.helper-toggle b { font-size: 10px; font-weight: 800; }.helper-toggle small { margin-top: 3px; color: #94a3b8; font-size: 8px; }.helper-toggle > i { width: 32px; height: 18px; padding: 2px; display: flex; justify-content: flex-end; border-radius: 20px; background: var(--green); }.helper-toggle em { width: 14px; height: 14px; border-radius: 50%; background: #ffffff; }
.helper-bag { margin-top: 16px; }.helper-bag > span { display: block; margin-bottom: 8px; color: var(--gold); font-size: 7px; font-weight: 900; letter-spacing: .13em; }.helper-bag > div { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.helper-bag button { min-width: 0; padding: 9px; display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 7px; border: 1px solid var(--line); border-radius: 9px; color: #ffffff; background: #0a1324; text-align: left; cursor: pointer; transition: border-color .2s; }.helper-bag button.selected { border-color: var(--gold); background: #152542; box-shadow: 0 0 10px rgba(255,203,5,0.2); }.helper-bag img { width: 30px; height: 30px; object-fit: contain; image-rendering: pixelated; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5)); }.helper-bag button > span { display: grid; min-width: 0; }.helper-bag button b { overflow: hidden; font-size: 9px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }.helper-bag button small { margin-top: 3px; color: var(--gold-bright); font-size: 7px; font-weight: 700; }.helper-bag button > i { color: #94a3b8; font-size: 7px; font-style: normal; font-weight: 900; }.helper-bag button.selected > i { color: var(--gold); }
.target-picker { width: 100%; min-height: 42px; margin-top: 10px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 9px; color: #cbd5e1; background: #0a1324; cursor: pointer; font-size: 9px; font-weight: 700; }.target-picker b { color: var(--gold-bright); }
.helper-message { margin-top: 10px; padding: 10px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(16,185,129,0.4); border-radius: 8px; color: #a7f3d0; background: rgba(6,30,22,0.85); font-size: 8px; font-weight: 700; }.helper-message i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 6px var(--green); }
.helper-catch-card { min-width: 215px; padding: 13px 15px; position: absolute; right: 1%; bottom: 8%; z-index: 5; display: grid; grid-template-columns: 46px 1fr 24px; align-items: center; gap: 10px; border: 2px solid var(--gold); border-radius: 12px; background: #0f1c30; box-shadow: 0 20px 45px rgba(0,0,0,.6), 0 0 15px rgba(255,203,5,0.2); }.helper-catch-card > span { position: absolute; left: 14px; top: -16px; color: var(--gold); font-size: 7px; font-weight: 900; letter-spacing: .14em; }.helper-catch-card img { width: 44px; height: 44px; object-fit: contain; image-rendering: pixelated; filter: drop-shadow(0 4px 6px rgba(0,0,0,0.5)); }.helper-catch-card div { display: grid; }.helper-catch-card b { font: 800 14px var(--display); color: #ffffff; }.helper-catch-card small { color: #94a3b8; font-size: 8px; }.helper-catch-card > i { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #070d1a; background: var(--green); font-size: 10px; font-style: normal; font-weight: 900; box-shadow: 0 0 8px var(--green); }

.map-section { padding-bottom: 140px; }
.map-product { overflow: hidden; border: 2px solid var(--gold); border-radius: 16px; background: #0f1c30; box-shadow: 0 38px 80px rgba(0,0,0,.5), 0 0 25px rgba(255,203,5,0.15); }
.map-product-toolbar { min-height: 77px; padding: 14px 20px; display: grid; grid-template-columns: 1fr minmax(280px,1.3fr) auto; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }.map-product-toolbar > div:first-child { display: grid; }.map-product-toolbar > div:first-child span { color: var(--gold); font-size: 7px; font-weight: 900; letter-spacing: .18em; }.map-product-toolbar > div:first-child strong { margin-top: 4px; color: #ffffff; font: 900 22px var(--display); }.map-product-toolbar label { display: grid; gap: 4px; }.map-product-toolbar label > span { color: #94a3b8; font-size: 7px; font-weight: 700; }.map-product-toolbar label i { min-height: 36px; padding: 0 12px; display: flex; align-items: center; border: 1px solid var(--line); border-radius: 7px; color: #94a3b8; background: #070d1a; font-size: 8px; font-style: normal; font-weight: 600; }.map-zoom { display: flex; gap: 6px; }.map-zoom button,.map-zoom b { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 7px; color: var(--gold-bright); background: #13223b; font-size: 11px; font-weight: 800; }.map-zoom b { width: 52px; font-size: 8px; }
.map-types { min-height: 48px; padding: 10px 20px; display: flex; align-items: center; flex-wrap: wrap; gap: 7px; border-bottom: 1px solid var(--line); }.map-types span { padding: 5px 9px; display: inline-flex; align-items: center; gap: 5px; border: 1px solid var(--line); border-radius: 999px; color: #ffffff; background: #14243f; font-size: 7px; font-weight: 800; text-transform: uppercase; }.map-types img { width: 12px; height: 12px; }.map-types button { margin-left: auto; padding: 6px 11px; border: 1px solid var(--line); border-radius: 7px; color: #94a3b8; background: transparent; font-size: 8px; font-weight: 700; }
.map-canvas { height: 570px; position: relative; overflow: hidden; background: #183354; }.map-canvas > img { width: 100%; height: auto; position: absolute; left: 0; top: -8%; image-rendering: pixelated; opacity: .93; }
.landing-map-marker { width: 56px; height: 56px; position: absolute; z-index: 3; display: grid; place-items: center; border: 2px solid var(--gold); border-radius: 50%; background: #08101d; box-shadow: 0 0 0 4px rgba(5,12,18,.84),0 8px 20px rgba(0,0,0,.6), 0 0 15px rgba(255,203,5,0.3); cursor: default; transition: transform .2s; }.landing-map-marker:hover { transform: scale(1.1); }.landing-map-marker > img { width: 46px; height: 46px; object-fit: contain; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5)); }.landing-map-marker > span { position: absolute; top: 58px; display: grid; padding: 3px 8px; color: #ffffff; background: rgba(8,16,29,.94); border: 1px solid var(--gold); border-radius: 5px; font: 800 9px var(--display); white-space: nowrap; box-shadow: 0 4px 10px rgba(0,0,0,0.5); }.landing-map-marker small { color: var(--gold); font: 800 7px var(--body); }.marker-gengar { left: 18%; top: 33%; }.marker-pikachu { right: 18%; top: 19%; }.marker-gyarados { left: 54%; top: 58%; }.marker-charizard { left: 31%; top: 12%; }
.map-tip { min-width: 250px; padding: 12px 14px; position: absolute; right: 17px; bottom: 17px; z-index: 5; display: flex; align-items: center; gap: 11px; border: 1px solid var(--gold); border-radius: 10px; background: rgba(8,16,29,.94); box-shadow: 0 15px 35px rgba(0,0,0,.5); backdrop-filter: blur(8px); }.map-tip > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 8px; color: #ffffff; background: var(--poke-red); font-weight: 900; box-shadow: 0 0 8px var(--poke-red-glow); }.map-tip p { display: grid; margin: 0; }.map-tip b { font-size: 9px; font-weight: 800; color: #ffffff; }.map-tip small { margin-top: 3px; color: #94a3b8; font-size: 8px; }

.final-cta { min-height: 570px; padding: 110px 24px; position: relative; display: grid; place-items: center; align-content: center; overflow: hidden; text-align: center; border-top: 1px solid rgba(255,203,5,.2); background: radial-gradient(circle at 50% 45%,rgba(42,117,187,0.3),#0e172c 46%,#070d1a 72%); }
.final-cta > * { position: relative; z-index: 2; }.final-cta h2 { max-width: 840px; margin: 16px 0; }.final-cta p { margin-bottom: 28px; color: #cbd5e1; font-size: 15px; }
.cta-orbit { position: absolute; z-index: 0; border: 1px solid rgba(255,203,5,.18); border-radius: 50%; }.cta-orbit.orbit-one { width: 660px; height: 660px; }.cta-orbit.orbit-two { width: 510px; height: 510px; border-style: dashed; border-color: rgba(238,21,21,0.25); animation: orbit 45s linear infinite; }
.cta-mon { width: 165px; height: 165px; position: absolute; z-index: 1; object-fit: contain; opacity: .55; filter: drop-shadow(0 18px 12px rgba(0,0,0,.6)); }.cta-venusaur { left: 8%; bottom: 68px; transform: rotate(-7deg); }.cta-charizard { right: 8%; top: 66px; transform: rotate(7deg); }

footer { min-height: 100px; padding: 25px max(24px,calc((100% - 1260px)/2)); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; border-top: 1px solid rgba(255,203,5,.18); background: #040810; }
footer p { max-width: 610px; margin: 0 auto; color: #64748b; font-size: 9px; line-height: 1.5; text-align: center; }
footer nav { display: flex; align-items: center; gap: 20px; }.footer a,footer button { color: #94a3b8; }.footer button,footer nav button { padding: 0; color: #94a3b8; background: none; cursor: pointer; font-size: 10px; font-weight: 800; }.footer nav a,footer nav a { color: #94a3b8; font-size: 10px; font-weight: 800; }
footer nav a:hover, footer nav button:hover { color: var(--gold); }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(4,8,16,.88); backdrop-filter: blur(14px); }
.auth-modal { width: min(100%,620px); max-height: calc(100vh - 32px); overflow-y: auto; padding: 36px; position: relative; border: 2px solid var(--gold); border-radius: 16px; background: linear-gradient(145deg,#122038,#08101d); box-shadow: 0 42px 120px rgba(0,0,0,.85), 0 0 30px rgba(255,203,5,0.2); animation: modal-in .22s ease-out; }
@keyframes modal-in { from { opacity:0; transform:translateY(15px) scale(.98) } }
.modal-close { width: 36px; height: 36px; position: absolute; right: 14px; top: 12px; color: #94a3b8; background: none; cursor: pointer; font-size: 25px; transition: color .2s; }
.modal-close:hover { color: var(--poke-red); }
.modal-brand { margin-bottom: 24px; }
.auth-tabs { margin-bottom: 26px; padding: 4px; display: grid; grid-template-columns: 1fr 1fr; border-radius: 9px; background: #070d1a; }.auth-tabs button { min-height: 42px; border-radius: 7px; color: #94a3b8; background: transparent; cursor: pointer; font-size: 11px; font-weight: 850; transition: color .2s, background .2s; }.auth-tabs button.active { color: #ffffff; background: var(--poke-red); box-shadow: 0 0 12px var(--poke-red-glow); }
.auth-heading { margin-bottom: 22px; }.auth-heading h2 { margin: 0 0 4px; color: #ffffff; font: 900 26px var(--display); }.auth-heading p { margin: 0; color: #94a3b8; font-size: 11px; }
.auth-modal form { display: grid; gap: 14px; }.auth-modal label { display: grid; gap: 6px; color: #cbd5e1; font-size: 10px; font-weight: 800; }.auth-modal input:not([type="checkbox"]) { width: 100%; height: 46px; padding: 0 14px; border: 1px solid var(--line); border-radius: 8px; outline: none; color: #ffffff; background: #070d1a; font-size: 12px; font-weight: 600; transition: border-color .2s, box-shadow .2s; }.auth-modal input:not([type="checkbox"]):focus { border-color: var(--gold); box-shadow: 0 0 12px rgba(255,203,5,0.3); }.auth-modal input::placeholder { color: #64748b; }
.starter-field { min-width: 0; margin: 0; padding: 0; border: 0; }.starter-field legend { margin-bottom: 8px; color: #cbd5e1; font-size: 10px; font-weight: 800; }.starter-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }.auth-modal .starter-option { position: relative; display: block; cursor: pointer; }.starter-option > input { position: absolute; width: 1px!important; height: 1px!important; opacity: 0; pointer-events: none; }.starter-option > span { min-height: 112px; display: grid; grid-template-rows: 56px auto auto; place-items: center; padding: 9px 7px; border: 1px solid var(--line); border-radius: 10px; background: rgba(7,13,26,.82); color: #cbd5e1; text-align: center; transition: border-color .2s,background .2s,box-shadow .2s,transform .2s; }.starter-option img { width: 56px; height: 56px; object-fit: contain; image-rendering: pixelated; }.starter-option b { color: #fff; font: 800 12px var(--display); }.starter-option small { color: #7f91aa; font-size: 8px; }.starter-option > input:checked + span { border-color: var(--gold); background: rgba(255,203,5,.09); box-shadow: 0 0 16px rgba(255,203,5,.16); transform: translateY(-2px); }.starter-option > input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 2px; }
.check-label { grid-template-columns: auto 1fr!important; align-items: center; gap: 8px!important; color: #94a3b8!important; font-weight: 600!important; }.check-label input { accent-color: var(--poke-red); }
.auth-submit { width: 100%; margin-top: 4px; }.auth-notice { margin: 14px 0 0; padding: 11px 13px; border: 1px solid rgba(16,185,129,0.4); border-radius: 8px; color: #a7f3d0; background: rgba(6,30,22,0.9); font-size: 10px; line-height: 1.5; }.auth-disclaimer { margin: 14px 0 0; color: #64748b; font-size: 9px; line-height: 1.5; text-align: center; }
.auth-notice[data-kind="error"] { color: #ff9b86; border-color: rgba(255,111,84,.42); background: rgba(91,26,20,.54); }
.auth-notice[data-kind="success"] { color: #70e6a7; border-color: rgba(71,209,137,.4); background: rgba(17,83,51,.38); }
.auth-submit:disabled { cursor: wait; opacity: .72; }

@media (max-width: 1240px) {
  .site-header { grid-template-columns: auto auto 1fr; }
  .menu-toggle { width: 40px; height: 40px; display: grid; place-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 9px; background: transparent; cursor: pointer; }
  .menu-toggle span { width: 18px; height: 2px; background: var(--gold); }
  .nav-links { padding: 12px; position: absolute; left: 0; right: 0; top: 69px; display: none; align-items: stretch; flex-direction: column; gap: 0; border: 1px solid var(--line); border-radius: 10px; background: #0a1324; box-shadow: 0 20px 50px rgba(0,0,0,.6); }
  .nav-links.is-open { display: flex; }.nav-links a { padding: 12px; }
  .header-actions { justify-self: end; }
  .hero { grid-template-columns: 1fr; gap: 75px; padding-top: 65px; }
  .hero-copy { max-width: 850px; margin: auto; text-align: center; }.hero-copy > p { margin-left: auto; margin-right: auto; }.hero-actions,.hero-note { justify-content: center; }
  .hero-demo { width: min(100%,1000px); margin: auto; }
  .helper-layout { gap: 55px; }
}

@media (max-width: 980px) {
  .demo-layout { grid-template-columns: 125px minmax(380px,1fr); }.demo-encounter { display: none; }
  .proof-strip { grid-template-columns: repeat(4,1fr); }.proof-strip > p { grid-column: 1/-1; min-height: 40px; border-top: 1px solid rgba(255,203,5,.2); }
  .systems-grid { grid-template-columns: 1fr; }.system-card { min-height: 480px; }
  .helper-layout { grid-template-columns: 1fr; }.helper-copy { max-width: 700px; text-align: center; margin: auto; }.helper-copy > p,.helper-copy ul { margin-left: auto; margin-right: auto; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }.split-heading > p { max-width: 700px; }
  .map-product-toolbar { grid-template-columns: 1fr auto; }.map-product-toolbar label { grid-column: 1/-1; grid-row: 2; }.map-canvas { height: 510px; }
  footer { grid-template-columns: 1fr; justify-items: center; gap: 15px; }
}

@media (max-width: 720px) {
  .site-header,.hero,.section { width: min(100% - 30px,1260px); }
  .header-actions .button-quiet { display: none; }
  .hero { min-height: auto; padding: 55px 0 80px; gap: 55px; }.hero h1 { font-size: clamp(50px,14vw,76px); }
  .demo-layout { min-height: 460px; grid-template-columns: 1fr; }.demo-party { display: none; }.demo-world { min-height: 460px; }
  .demo-top-actions span { display: none; }.demo-floating-card { right: 10px; }
  .proof-strip { grid-template-columns: 1fr 1fr; }.proof-strip > div { min-height: 86px; padding: 16px; }.proof-strip > div:nth-child(2) { border-right: 0; }.proof-strip > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,203,5,.2); }
  .section { padding: 90px 0; }.section-heading { margin-bottom: 38px; }
  .system-art { min-height: 280px; }.team-art { grid-template-columns: repeat(3,1fr); padding: 20px; }.team-art span { height: 104px; }.team-art span.selected { transform: none; }
  .journey-line { grid-template-columns: 1fr 1fr; gap: 30px 0; }.journey-line::before { display: none; }
  .helper-product { min-height: 550px; }.helper-product::before { width: 470px; height: 470px; }.helper-product::after { width: 380px; height: 380px; }.helper-catch-card { right: 4%; bottom: 3%; }
  .map-canvas { height: 430px; }.map-canvas > img { width: 140%; max-width: none; left: -20%; }.landing-map-marker { transform: scale(.82); }.marker-charizard { left: 22%; }.map-tip { right: 10px; bottom: 10px; }
}

@media (max-width: 520px) {
  .site-header { height: 70px; gap: 10px; }.brand strong { font-size: 18px; }.brand-ball { width: 31px; height: 31px; }.button-compact { padding: 0 14px; font-size: 11px; }
  .hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }.hero-note { align-items: flex-start; text-align: left; }
  .demo-topbar { min-height: 45px; }.demo-top-actions i { display: none; }.demo-world { min-height: 390px; }.trainer { left: 15%; }.companion { left: 33%; }.pikachu-one { right: 10%; }.pikachu-two { left: 55%; }.biome-chip { display: none; }.demo-event { width: 88%; }
  .proof-strip strong { font-size: 26px; }.proof-strip span { font-size: 8px; }
  .section-heading h2,.helper-copy h2,.final-cta h2 { font-size: clamp(39px,12vw,55px); }
  .system-card { min-height: 450px; }.system-copy { padding: 21px; }.dex-art { padding: 15px; }.dex-art img { width: 60px; height: 60px; }
  .journey-line { grid-template-columns: 1fr; }.journey-line article { padding: 0 12px; }.journey-number { margin-bottom: 20px; }
  .helper-layout { padding-top: 80px; padding-bottom: 80px; }.helper-panel { padding: 16px; }.helper-bag > div { grid-template-columns: 1fr; }.helper-product { min-height: 650px; }.helper-product::before { width: 360px; height: 360px; }.helper-product::after { width: 290px; height: 290px; }.helper-catch-card { right: 50%; bottom: 0; transform: translateX(50%); }
  .map-product-toolbar { grid-template-columns: 1fr; }.map-zoom { display: none; }.map-types span:nth-of-type(n+6) { display: none; }.map-types button { margin-left: 0; }.map-canvas { height: 390px; }.landing-map-marker { transform: scale(.7); }.marker-gyarados { left: 51%; top: 62%; }.map-tip { left: 10px; min-width: 0; }
  .cta-mon { display: none; }
  footer nav { gap: 15px; }
  .auth-modal { padding: 30px 20px 23px; }
  .starter-options { grid-template-columns: 1fr; }.starter-option > span { min-height: 74px; grid-template-columns: 58px 1fr; grid-template-rows: auto auto; justify-items: start; text-align: left; }.starter-option img { grid-row: 1/3; }
}

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