/* YAPGATOR static site styles */
:root {
  --bg: #020504;
  --bg-2: #031613;
  --panel: rgba(4, 24, 24, 0.78);
  --panel-strong: rgba(4, 18, 22, 0.94);
  --text: #f5fff9;
  --muted: #b6c9c4;
  --green: #37ff86;
  --green-2: #0ddf76;
  --blue: #28a9ff;
  --gold: #f5c84b;
  --line: rgba(106, 255, 185, 0.22);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  --radius: 8px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  position: relative;
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  color: var(--text);
  font-family: var(--font);
  background:
    radial-gradient(circle at 18% 10%, rgba(40, 169, 255, 0.16), transparent 34rem),
    radial-gradient(circle at 82% 18%, rgba(55, 255, 134, 0.13), transparent 28rem),
    linear-gradient(180deg, #020303 0%, #03110f 42%, #020504 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 18%, rgba(55, 255, 134, 0.22), transparent 34rem),
    radial-gradient(circle at 16% 46%, rgba(40, 169, 255, 0.16), transparent 28rem),
    radial-gradient(circle at 86% 72%, rgba(245, 200, 75, 0.12), transparent 26rem);
}

.global-neon {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(55, 255, 134, 0.2), transparent 30rem),
    radial-gradient(circle at 18% 78%, rgba(40, 169, 255, 0.12), transparent 24rem);
}

.global-neon-pulse,
.global-blue-pool {
  position: absolute;
  border-radius: 50%;
  filter: blur(24px);
}

.global-neon-pulse {
  left: 50%;
  top: 30%;
  width: min(98vw, 960px);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(55, 255, 134, 0.36), rgba(55, 255, 134, 0.18) 38%, transparent 68%);
  transform: translate(-50%, -50%) scale(0.84);
  animation: globalGreenPulse 6.8s ease-in-out infinite;
}

.global-blue-pool {
  width: min(74vw, 720px);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(40, 169, 255, 0.3), rgba(40, 169, 255, 0.12) 42%, transparent 70%);
  opacity: 0.72;
  transform: translate3d(0, 0, 0);
  animation: blueLightDrift 15s ease-in-out infinite alternate;
}

.global-blue-one {
  left: -14%;
  top: 42%;
}

.viewport-edge-light {
  position: fixed;
  inset: 0;
  z-index: 900;
  pointer-events: none;
  overflow: hidden;
  border: 1px solid rgba(245, 200, 75, 0.78);
  box-shadow:
    inset 0 0 18px rgba(245, 200, 75, 0.36),
    inset 0 0 38px rgba(55, 255, 134, 0.18),
    inset 0 0 4px rgba(245, 255, 168, 0.56);
}

.site-header,
main,
.site-footer,
.intro-overlay,
.install-dialog,
.skip-link {
  position: relative;
}

main,
.site-footer {
  z-index: 1;
}

.viewport-edge-light::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(55, 255, 134, 0.2);
  background:
    radial-gradient(circle at 0 0, rgba(55, 255, 134, 0.34), transparent 7rem),
    radial-gradient(circle at 100% 0, rgba(55, 255, 134, 0.28), transparent 7rem),
    radial-gradient(circle at 100% 100%, rgba(245, 200, 75, 0.2), transparent 7rem),
    radial-gradient(circle at 0 100%, rgba(245, 200, 75, 0.18), transparent 7rem);
}

.viewport-edge-light span {
  position: absolute;
  left: 0;
  top: 0;
  width: min(34vw, 260px);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 246, 173, 0.86), var(--gold), transparent);
  box-shadow: 0 0 20px rgba(245, 200, 75, 0.9), 0 0 30px rgba(55, 255, 134, 0.34);
  transform-origin: center;
  animation: edgeCircuit 12s linear infinite;
}

.viewport-edge-light::after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(245, 200, 75, 0.95), 0 0 28px rgba(55, 255, 134, 0.4);
  opacity: 0;
  animation: cornerFlare 10s ease-in-out infinite;
}

body.opening-impact .global-neon-pulse {
  animation: openingBloom 1.5s ease-out both, globalGreenPulse 6.8s ease-in-out 1.5s infinite;
}

body.opening-impact .viewport-edge-light {
  animation: openingEdge 1.5s ease-out both;
}

body.opening-impact .brand-logo {
  animation: impactPulse 1.45s ease-out both;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

[hidden] {
  display: none !important;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 2000;
  transform: translateY(-150%);
  padding: 0.75rem 1rem;
  color: #001310;
  background: var(--gold);
  border-radius: var(--radius);
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(0);
}

.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.section {
  position: relative;
  padding: clamp(4rem, 9vw, 8rem) 0;
}

.section-inner {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 2rem;
}

.section-heading h2,
.community-panel h2 {
  margin: 0;
  font-size: clamp(2rem, 6vw, 4.8rem);
  line-height: 0.93;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--green);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sweep-heading {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.sweep-heading::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-115%);
  background: linear-gradient(100deg, transparent, rgba(55, 255, 134, 0.22), rgba(40, 169, 255, 0.2), transparent);
  pointer-events: none;
}

.reveal.is-visible .sweep-heading::after,
.reveal.is-visible.sweep-heading::after {
  animation: neonSweep 900ms ease 120ms both;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.1rem;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  font: 900 0.92rem/1 var(--font);
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.btn::after,
.dock-icon::after {
  content: "";
  position: absolute;
  inset: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(245, 255, 249, 0.45);
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

.btn:active::after,
.dock-icon:active::after {
  animation: rippleClick 520ms ease-out;
}

.btn:hover,
.btn:active {
  transform: translateY(-2px);
}

.btn-primary {
  color: #00140c;
  background: linear-gradient(135deg, var(--green), #9dff4b);
  box-shadow: 0 0 28px rgba(55, 255, 134, 0.34);
}

.btn-secondary {
  border-color: rgba(40, 169, 255, 0.45);
  background: rgba(40, 169, 255, 0.12);
}

.btn-gold {
  color: #150e00;
  background: linear-gradient(135deg, var(--gold), #fff1a3);
  box-shadow: 0 0 26px rgba(245, 200, 75, 0.28);
}

.btn-primary:hover,
.btn-gold:hover {
  box-shadow: 0 0 34px rgba(55, 255, 134, 0.32), 0 0 18px rgba(245, 200, 75, 0.24);
}

.intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  overflow: hidden;
  background: #020504;
  transition: opacity 420ms ease, visibility 420ms ease;
}

.intro-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.intro-fog {
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle, rgba(55, 255, 134, 0.14), transparent 34%), radial-gradient(circle at 70% 20%, rgba(40, 169, 255, 0.16), transparent 28%);
  filter: blur(18px);
  animation: fogDrift 7s ease-in-out infinite alternate;
}

.intro-fog-b {
  animation-duration: 9s;
  animation-direction: alternate-reverse;
}

.intro-particles,
.hero::after,
.story-section::before,
.community-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(55, 255, 134, 0.6) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(245, 200, 75, 0.44) 0 1px, transparent 1.5px);
  background-size: 90px 90px, 140px 140px;
  animation: particleFloat 18s linear infinite;
  opacity: 0.35;
}

.intro-card {
  position: relative;
  z-index: 1;
  width: min(440px, 100%);
  padding: 2rem;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(1, 13, 13, 0.82);
  box-shadow: var(--shadow), inset 0 0 40px rgba(55, 255, 134, 0.08);
}

.gator-emblem {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(55, 255, 134, 0.24);
  border-radius: 9px;
  background: radial-gradient(circle at 35% 25%, rgba(55, 255, 134, 0.16), rgba(2, 12, 12, 0.94));
  box-shadow: 0 0 18px rgba(55, 255, 134, 0.2), 0 0 14px rgba(40, 169, 255, 0.16);
}

.gator-emblem svg {
  width: 34px;
  height: 34px;
}

.gator-emblem-large {
  width: 72px;
  height: 72px;
  margin-inline: auto;
}

.gator-emblem-large svg {
  width: 62px;
  height: 62px;
}

.intro-card h2 {
  margin: 1rem 0;
  font-size: clamp(1.7rem, 8vw, 3.2rem);
}

.progress-line {
  height: 8px;
  margin: 1.4rem 0 1.6rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
}

.progress-line span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--blue), var(--gold));
  animation: progressFill 1.8s ease forwards;
  transform-origin: left;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(1, 8, 9, 0.78);
  backdrop-filter: blur(10px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 24px));
  min-height: 76px;
  margin-inline: auto;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 1000;
  text-decoration: none;
}

.brand-logo {
  display: inline-grid;
  place-items: center;
  width: clamp(48px, 4.9vw, 58px);
  height: clamp(48px, 4.9vw, 58px);
  overflow: hidden;
  flex: 0 0 auto;
  border: 1px solid rgba(55, 255, 134, 0.44);
  border-radius: 10px;
  background: radial-gradient(circle at 35% 25%, rgba(55, 255, 134, 0.24), rgba(2, 12, 12, 0.94));
  box-shadow: 0 0 20px rgba(55, 255, 134, 0.36), 0 0 18px rgba(40, 169, 255, 0.2), inset 0 0 14px rgba(245, 200, 75, 0.1);
}

.brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-panel {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.nav-panel a,
.nav-panel button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.7rem;
  border: 0;
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
  font-family: var(--font);
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  cursor: pointer;
}

.nav-panel a:hover,
.nav-panel button:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
}

.nav-panel .nav-action,
.nav-panel .nav-install {
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.nav-panel .nav-install {
  border-color: rgba(55, 255, 134, 0.45);
  background: linear-gradient(135deg, rgba(55, 255, 134, 0.2), rgba(40, 169, 255, 0.16));
  box-shadow: 0 0 20px rgba(55, 255, 134, 0.14);
}

.nav-panel .nav-buy {
  color: #04100b;
  background: var(--green);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
}

.hero {
  position: relative;
  min-height: min(92vh, 920px);
  display: grid;
  align-items: center;
  padding: clamp(3.7rem, 7vw, 6.5rem) 0 clamp(2.4rem, 5vw, 4rem);
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 42% 24%, rgba(55, 255, 134, 0.3), transparent 35rem),
    radial-gradient(circle at 76% 28%, rgba(40, 169, 255, 0.22), transparent 30rem),
    linear-gradient(180deg, rgba(2, 5, 4, 0.16), rgba(2, 5, 4, 0.82)),
    radial-gradient(circle at 50% 30%, rgba(40, 169, 255, 0.18), transparent 36rem);
}

.hero-effects,
.scanlines,
.city-glow,
.fog-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.scanlines {
  opacity: 0;
  background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 8px);
  transform: translateY(-100%);
  animation: scanPass 11s ease-in-out 2s infinite;
}

.city-glow {
  bottom: auto;
  top: 38%;
  height: 28%;
  background: linear-gradient(90deg, transparent, rgba(40, 169, 255, 0.18), rgba(55, 255, 134, 0.15), transparent);
  filter: blur(22px);
}

.fog-layer {
  top: auto;
  height: 36%;
  background: linear-gradient(90deg, transparent, rgba(210, 255, 238, 0.14), transparent);
  filter: blur(16px);
  animation: fogDrift 14s ease-in-out infinite alternate;
}

.fog-two {
  animation-duration: 20s;
  animation-direction: alternate-reverse;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 560px);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(3.4rem, 12vw, 8.6rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-shadow: 0 0 30px rgba(55, 255, 134, 0.58), 0 0 65px rgba(40, 169, 255, 0.34), 0 0 18px rgba(245, 200, 75, 0.28);
}

body.opening-impact .hero-copy h1 {
  animation: titleOpeningGlow 1.5s ease-out both;
}

body.opening-impact .hero-copy h1::after {
  animation: neonSweep 1s ease 180ms both;
}

body.opening-impact .hero-visual img,
body.opening-impact .hero-actions .btn-primary {
  animation: impactPulse 1.45s ease-out both;
}

.hero-slogan {
  margin: 1rem 0 0;
  color: var(--gold);
  font-size: clamp(1.3rem, 4.2vw, 2.7rem);
  font-weight: 1000;
  line-height: 1;
}

.hero-support {
  color: var(--green);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  font-weight: 900;
}

.hero-description,
.story-copy p,
.value-card p,
.step-card p,
.faq-item p,
.community-panel p,
.disclaimer,
.security-note,
.map-panel p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.hero-description {
  max-width: 590px;
}

.hero-actions,
.command-actions,
.buy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  margin: 0;
}

.image-orbit {
  position: absolute;
  width: min(116%, 660px);
  aspect-ratio: 1;
  border: 1px solid rgba(55, 255, 134, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 70px rgba(40, 169, 255, 0.22), inset 0 0 70px rgba(55, 255, 134, 0.08);
  animation: slowSpin 18s linear infinite;
}

.hero-visual img {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  max-height: 660px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 32%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.6),
    0 0 58px rgba(55, 255, 134, 0.26),
    18px 0 42px rgba(40, 169, 255, 0.18),
    0 22px 35px rgba(245, 200, 75, 0.12);
}

.water-reflection {
  position: absolute;
  z-index: 0;
  bottom: -10%;
  width: min(92%, 520px);
  height: 28%;
  background:
    repeating-linear-gradient(0deg, rgba(55, 255, 134, 0.26) 0 3px, rgba(40, 169, 255, 0.08) 3px 8px, transparent 8px 16px),
    linear-gradient(180deg, rgba(245, 200, 75, 0.16), transparent);
  filter: blur(11px);
  transform: perspective(320px) rotateX(68deg);
  opacity: 0.65;
}

.hero-visual.reveal.is-visible .water-reflection {
  animation: reflectionRipple 1200ms ease-out 240ms both;
}

.meme-ticker {
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(90deg, rgba(55, 255, 134, 0.13), rgba(40, 169, 255, 0.12), rgba(245, 200, 75, 0.1));
}

.ticker-track {
  display: flex;
  width: max-content;
  gap: 1.2rem;
  padding: 1rem 0;
  color: var(--text);
  font-weight: 1000;
  white-space: nowrap;
  animation: tickerMove 26s linear infinite;
}

.ticker-track b {
  color: var(--gold);
}

.story-section,
.buy-section {
  background:
    radial-gradient(circle at 14% 34%, rgba(55, 255, 134, 0.18), transparent 24rem),
    radial-gradient(circle at 84% 52%, rgba(40, 169, 255, 0.16), transparent 26rem),
    linear-gradient(180deg, rgba(3, 22, 19, 0.64), rgba(2, 5, 4, 0.86)),
    repeating-linear-gradient(90deg, rgba(55, 255, 134, 0.04) 0 1px, transparent 1px 64px);
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 1.2rem;
  align-items: start;
}

.story-copy {
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
}

.story-copy strong {
  display: block;
  margin-top: 1rem;
  color: var(--gold);
  font-size: 1.3rem;
  text-shadow: 0 0 18px rgba(245, 200, 75, 0.3);
}

.install-section {
  background:
    radial-gradient(circle at 34% 40%, rgba(55, 255, 134, 0.28), transparent 28rem),
    radial-gradient(circle at 78% 48%, rgba(40, 169, 255, 0.22), transparent 26rem),
    linear-gradient(180deg, rgba(2, 5, 4, 0.74), rgba(4, 18, 17, 0.9));
}

.install-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 390px);
  gap: clamp(1rem, 4vw, 2rem);
  align-items: center;
  overflow: hidden;
  padding: clamp(1rem, 4vw, 2rem);
  border: 1px solid rgba(55, 255, 134, 0.26);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(4, 28, 24, 0.82), rgba(2, 8, 10, 0.88)),
    repeating-linear-gradient(90deg, rgba(55, 255, 134, 0.04) 0 1px, transparent 1px 46px);
  box-shadow: 0 0 58px rgba(55, 255, 134, 0.22), 0 0 44px rgba(40, 169, 255, 0.15), inset 0 0 34px rgba(245, 200, 75, 0.05);
}

.install-panel::before,
.command-center::before,
.swamp-map::before,
.community-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent, rgba(55, 255, 134, 0.1), transparent 58%);
  transform: translateX(-120%);
}

.install-panel.reveal.is-visible::before,
.command-center.reveal.is-visible::before,
.swamp-map.reveal.is-visible::before,
.community-panel.reveal.is-visible::before {
  animation: panelBeam 1100ms ease-out 180ms both;
}

.install-panel.reveal.is-visible .install-cta,
.command-center.reveal.is-visible .btn-primary {
  animation: buttonEnterPulse 820ms ease-out 420ms both;
}

.command-center.reveal.is-visible::before {
  animation: scanPass 1050ms ease-out both;
}

.install-copy p:not(.eyebrow),
.install-note {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

.install-cta {
  margin-top: 0.8rem;
  box-shadow: 0 0 34px rgba(55, 255, 134, 0.44), 0 0 26px rgba(245, 200, 75, 0.2);
}

.install-note {
  margin-bottom: 0;
  color: var(--gold);
  font-weight: 900;
}

.install-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(245, 200, 75, 0.28);
  border-radius: 14px;
  box-shadow: 0 0 36px rgba(55, 255, 134, 0.2), 0 0 42px rgba(40, 169, 255, 0.15);
}

.install-media::after,
.command-media::after,
.community-media::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -10%;
  height: 26%;
  border-radius: 50%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(55, 255, 134, 0.42), rgba(245, 200, 75, 0.24), transparent);
  filter: blur(10px);
  opacity: 0;
  transform: translateY(8px) scaleX(0.85);
}

.install-panel.reveal.is-visible .install-media::after,
.command-center.reveal.is-visible .command-media::after,
.community-panel.reveal.is-visible .community-media::after {
  animation: mediaReflectionRipple 1200ms ease-out 260ms both;
}

.install-media img {
  display: block;
  width: 100%;
  max-height: 390px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}

.value-grid,
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.value-card,
.step-card,
.faq-item,
.official-links,
.command-center {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.26);
}

.value-card,
.step-card {
  padding: 1.15rem;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.value-card:hover,
.step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(55, 255, 134, 0.36);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34), 0 0 26px rgba(55, 255, 134, 0.11);
}

.value-card span,
.step-card span {
  color: var(--gold);
  font-weight: 1000;
}

.value-card h3,
.step-card h3 {
  margin: 0.5rem 0 0.3rem;
}

.command-section,
.map-section {
  background:
    radial-gradient(circle at 68% 22%, rgba(40, 169, 255, 0.24), transparent 32rem),
    radial-gradient(circle at 18% 72%, rgba(55, 255, 134, 0.16), transparent 27rem),
    linear-gradient(180deg, rgba(2, 5, 4, 0.86), rgba(4, 18, 15, 0.88));
}

.command-center {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(1rem, 4vw, 2rem);
  align-items: center;
  overflow: hidden;
  padding: clamp(1rem, 4vw, 2rem);
  background:
    linear-gradient(145deg, rgba(3, 27, 27, 0.92), rgba(2, 8, 10, 0.94)),
    repeating-linear-gradient(0deg, rgba(55, 255, 134, 0.035) 0 1px, transparent 1px 26px);
  box-shadow: 0 0 48px rgba(40, 169, 255, 0.22), 0 0 34px rgba(55, 255, 134, 0.18), inset 0 0 36px rgba(55, 255, 134, 0.06);
}

[data-light-panel]::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(55, 255, 134, 0.14), transparent 11rem);
  opacity: 0;
  transition: opacity 180ms ease;
}

[data-light-panel]:hover::after {
  opacity: 1;
}

.radar {
  position: absolute;
  right: -90px;
  top: -90px;
  width: 260px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(55, 255, 134, 0.22);
  background: conic-gradient(from 90deg, rgba(55, 255, 134, 0.28), transparent 26%);
  animation: slowSpin 10s linear infinite;
  opacity: 0.6;
}

.command-media,
.community-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(55, 255, 134, 0.18);
  background: rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 46px rgba(55, 255, 134, 0.14), 0 0 42px rgba(40, 169, 255, 0.1);
}

.command-media img {
  display: block;
  width: 100%;
  max-height: 520px;
  aspect-ratio: 1402 / 1122;
  object-fit: cover;
  object-position: 48% 42%;
}

.monitor-glow {
  position: absolute;
  content: "";
  inset: auto 0 0;
  height: 36%;
  background: repeating-linear-gradient(0deg, rgba(55, 255, 134, 0.16) 0 2px, transparent 2px 9px);
  mix-blend-mode: screen;
  opacity: 0.32;
  transform: translateY(8px);
}

.command-center.reveal.is-visible .monitor-glow {
  animation: monitorSweep 1200ms ease-out 260ms both;
}

.status-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 0;
}

.status-grid div {
  min-width: 0;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.22);
}

dt {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

dd {
  margin: 0.28rem 0 0;
  overflow-wrap: anywhere;
  color: var(--text);
  font-weight: 1000;
}

.empty-value {
  min-height: 1.25rem;
  border-bottom: 2px solid rgba(55, 255, 134, 0.34);
}

.market-feed {
  margin-top: 1.2rem;
  padding: 1rem;
  border: 1px solid rgba(40, 169, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(40, 169, 255, 0.08);
}

.market-feed h3 {
  margin: 0 0 0.8rem;
}

.market-feed dl {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0;
}

.security-note,
.disclaimer {
  margin-bottom: 0;
  padding: 1rem;
  border-left: 3px solid var(--gold);
  background: rgba(245, 200, 75, 0.08);
}

.steps-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step-card span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #00140c;
  background: var(--green);
  box-shadow: 0 0 24px rgba(55, 255, 134, 0.5), 0 0 18px rgba(40, 169, 255, 0.2);
}

.steps-grid {
  position: relative;
}

.steps-grid::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 22px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(55, 255, 134, 0.58), rgba(40, 169, 255, 0.5), transparent);
  box-shadow: 0 0 20px rgba(55, 255, 134, 0.34);
  pointer-events: none;
}

.warning-panel {
  margin-top: 1.2rem;
  padding: 1.2rem;
  border: 1px solid rgba(245, 200, 75, 0.36);
  border-radius: var(--radius);
  background: rgba(245, 200, 75, 0.08);
}

.warning-panel strong {
  color: var(--gold);
}

.swamp-map {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  border: 1px solid rgba(55, 255, 134, 0.18);
  border-radius: var(--radius);
  background: #03100f;
  box-shadow: var(--shadow), 0 0 52px rgba(40, 169, 255, 0.11);
}

.swamp-map > * {
  position: relative;
}

.map-art,
.map-shade,
.map-svg,
.marker-layer,
.map-panels,
.fog-bank {
  position: absolute;
}

.map-art {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  opacity: 0.58;
}

.map-shade {
  inset: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(55, 255, 134, 0.2), transparent 19rem),
    radial-gradient(circle at 78% 28%, rgba(40, 169, 255, 0.18), transparent 18rem),
    linear-gradient(180deg, rgba(1, 7, 8, 0.45), rgba(1, 8, 9, 0.75));
}

.map-svg {
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 2;
}

.water-channel {
  fill: none;
  stroke: rgba(40, 169, 255, 0.24);
  stroke-width: 52;
  stroke-linecap: round;
  filter: blur(1px);
}

.route-path {
  fill: none;
  stroke: url("#routeGlow");
  stroke-width: 7;
  stroke-linecap: round;
  stroke-dasharray: 16 15;
  filter: url("#routeBloom") drop-shadow(0 0 14px rgba(55, 255, 134, 0.58));
  animation: routeDash 12s linear infinite;
}

.map-decor {
  stroke: rgba(182, 255, 208, 0.62);
  stroke-width: 5;
  stroke-linecap: round;
  fill: rgba(55, 255, 134, 0.25);
}

.pads {
  stroke: rgba(55, 255, 134, 0.72);
  fill: rgba(16, 64, 42, 0.72);
}

.map-gator {
  transform-box: fill-box;
  transform-origin: center;
  filter: drop-shadow(0 0 13px rgba(55, 255, 134, 0.55));
  transition: transform 700ms ease;
  animation: gatorFloat 3.4s ease-in-out infinite alternate;
}

.gator-ripple {
  fill: none;
  stroke: rgba(40, 169, 255, 0.58);
  stroke-width: 3;
  animation: ripplePulse 2.4s ease-in-out infinite;
}

.fog-bank {
  inset: auto -10% 0;
  z-index: 3;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(235, 255, 247, 0.16), transparent);
  filter: blur(24px);
  animation: fogDrift 16s ease-in-out infinite alternate;
}

.marker-layer {
  inset: 0;
  z-index: 4;
}

.map-marker {
  position: absolute;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.45rem;
  width: min(190px, 27vw);
  min-height: 50px;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(55, 255, 134, 0.42);
  border-radius: 8px;
  color: var(--text);
  background: rgba(4, 18, 17, 0.88);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3), 0 0 16px rgba(40, 169, 255, 0.14);
  font: 900 0.78rem/1.15 var(--font);
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.map-marker::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 3px;
  height: 14px;
  background: var(--gold);
  transform: translateX(-50%);
}

.map-marker span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #120d02;
  background: var(--gold);
}

.map-marker strong {
  overflow-wrap: anywhere;
}

.map-marker:hover,
.map-marker[aria-expanded="true"] {
  transform: translateY(-3px);
  border-color: var(--gold);
  background: rgba(5, 31, 27, 0.96);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34), 0 0 30px rgba(55, 255, 134, 0.38), 0 0 18px rgba(245, 200, 75, 0.26);
}

.map-marker[aria-expanded="true"] {
  animation: markerFlash 680ms ease-out;
}

.map-marker.is-complete {
  border-color: rgba(245, 200, 75, 0.8);
}

.marker-1 { left: 5%; top: 73%; }
.marker-2 { left: 18%; top: 56%; }
.marker-3 { left: 33%; top: 42%; }
.marker-4 { left: 50%; top: 21%; }
.marker-5 { left: 68%; top: 33%; }
.marker-6 { left: 78%; top: 10%; }

.map-panels {
  left: clamp(0.8rem, 3vw, 1.6rem);
  right: clamp(0.8rem, 3vw, 1.6rem);
  bottom: clamp(0.8rem, 3vw, 1.6rem);
  z-index: 5;
  pointer-events: none;
}

.map-panel {
  width: min(420px, 100%);
  padding: 1rem;
  border: 1px solid rgba(245, 200, 75, 0.38);
  border-radius: var(--radius);
  background: rgba(1, 9, 10, 0.9);
  box-shadow: 0 0 30px rgba(55, 255, 134, 0.14);
}

.map-panel h3 {
  margin: 0 0 0.3rem;
  color: var(--gold);
}

.map-panel p {
  margin: 0;
}

.community-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(55, 255, 134, 0.24), transparent 28rem),
    radial-gradient(circle at 90% 40%, rgba(245, 200, 75, 0.18), transparent 22rem),
    radial-gradient(circle at 52% 78%, rgba(40, 169, 255, 0.2), transparent 26rem),
    rgba(2, 5, 4, 0.88);
}

.community-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  gap: 1.5rem;
  align-items: center;
}

.community-media img {
  display: block;
  width: 100%;
  max-height: 500px;
  aspect-ratio: 1402 / 1122;
  object-fit: cover;
  object-position: 52% 42%;
}

.official-links {
  margin-top: 1.4rem;
  padding: 1.25rem;
  background: rgba(3, 20, 22, 0.82);
}

.official-links h3 {
  margin-top: 0;
}

.official-links dl {
  display: grid;
  gap: 0.9rem;
  margin: 0;
}

.official-links a {
  color: var(--green);
  overflow-wrap: anywhere;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  overflow: hidden;
}

.faq-item h3 {
  margin: 0;
}

.faq-item button {
  width: 100%;
  min-height: 56px;
  padding: 1rem;
  border: 0;
  color: var(--text);
  background: transparent;
  font: 900 1rem/1.35 var(--font);
  text-align: left;
  cursor: pointer;
}

.faq-item button::after {
  content: "+";
  float: right;
  color: var(--gold);
  font-size: 1.4rem;
}

.faq-item button[aria-expanded="true"]::after {
  content: "-";
}

.faq-item div {
  padding: 0 1rem 1rem;
}

.faq-item:has(button[aria-expanded="true"]) {
  border-color: rgba(55, 255, 134, 0.36);
  box-shadow: 0 0 32px rgba(55, 255, 134, 0.18), 0 0 26px rgba(40, 169, 255, 0.12);
}

.faq-item button {
  background-image: linear-gradient(90deg, rgba(55, 255, 134, 0.34), rgba(40, 169, 255, 0.28));
  background-size: 0 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 220ms ease;
}

.faq-item button[aria-expanded="true"] {
  background-size: 100% 2px;
}

.install-dialog {
  position: fixed;
  inset: 0;
  z-index: 2400;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.install-dialog-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 6, 6, 0.72);
}

.install-dialog-panel {
  position: relative;
  width: min(460px, 100%);
  padding: 1.4rem;
  border: 1px solid rgba(55, 255, 134, 0.36);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 30% 20%, rgba(55, 255, 134, 0.18), transparent 14rem),
    linear-gradient(145deg, rgba(3, 24, 21, 0.96), rgba(1, 8, 9, 0.98));
  box-shadow: 0 0 46px rgba(55, 255, 134, 0.22), 0 0 34px rgba(40, 169, 255, 0.14);
}

.install-dialog-panel h2 {
  margin: 0 0 0.7rem;
}

.install-dialog-panel p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.6;
}

.install-dialog-close {
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  min-height: 40px;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(245, 200, 75, 0.32);
  border-radius: var(--radius);
  color: var(--text);
  background: rgba(245, 200, 75, 0.1);
  font: 900 0.78rem/1 var(--font);
  text-transform: uppercase;
  cursor: pointer;
}

.site-footer {
  padding: 3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 50% 0, rgba(55, 255, 134, 0.26), transparent 28rem),
    radial-gradient(circle at 78% 30%, rgba(40, 169, 255, 0.2), transparent 24rem),
    linear-gradient(180deg, rgba(1, 3, 3, 0.82), rgba(1, 3, 3, 0.95)),
    #010303;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.4rem;
  align-items: center;
}

.footer-grid h2 {
  margin: 0;
  font-size: 2.4rem;
}

.footer-grid p {
  color: var(--muted);
}

.social-dock {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem;
}

.dock-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border: 1px solid rgba(55, 255, 134, 0.34);
  border-radius: var(--radius);
  color: var(--text);
  background: rgba(3, 24, 22, 0.82);
  box-shadow: 0 0 28px rgba(55, 255, 134, 0.14), inset 0 0 20px rgba(40, 169, 255, 0.08);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.dock-icon svg {
  width: 38px;
  height: 38px;
  fill: currentColor;
}

.dock-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.dock-icon:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 0 32px rgba(55, 255, 134, 0.32), 0 0 20px rgba(245, 200, 75, 0.2);
}

.dock-inactive {
  opacity: 0.48;
}

.footer-disclaimer,
.copyright {
  grid-column: 1 / -1;
  margin: 0;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px) scale(0.97);
  transition: opacity 760ms ease, transform 760ms ease;
}

.js .reveal-left {
  transform: translateX(-24px) translateY(12px) scale(0.97);
}

.js .reveal-right {
  transform: translateX(24px) translateY(12px) scale(0.97);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  will-change: auto;
}

.stagger-group .reveal:nth-child(2) {
  transition-delay: 110ms;
}

.stagger-group .reveal:nth-child(3) {
  transition-delay: 220ms;
}

.stagger-group .reveal:nth-child(4) {
  transition-delay: 330ms;
}

@keyframes fogDrift {
  from { transform: translate3d(-4%, 0, 0) scale(1); }
  to { transform: translate3d(4%, -5%, 0) scale(1.06); }
}

@keyframes particleFloat {
  from { background-position: 0 0, 0 0; }
  to { background-position: 180px -260px, -220px -180px; }
}

@keyframes progressFill {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes slowSpin {
  to { transform: rotate(1turn); }
}

@keyframes tickerMove {
  to { transform: translateX(-50%); }
}

@keyframes routeDash {
  to { stroke-dashoffset: -180; }
}

@keyframes gatorFloat {
  from { translate: 0 -2px; }
  to { translate: 0 4px; }
}

@keyframes ripplePulse {
  0%, 100% { opacity: 0.32; transform: scale(0.85); }
  50% { opacity: 0.74; transform: scale(1.12); }
}

@keyframes neonSweep {
  to { transform: translateX(115%); }
}

@keyframes rippleClick {
  0% { opacity: 0.55; transform: scale(0); }
  100% { opacity: 0; transform: scale(12); }
}

@keyframes globalGreenPulse {
  0%, 100% { opacity: 0.44; transform: translate(-50%, -50%) scale(0.84); }
  50% { opacity: 0.96; transform: translate(-50%, -50%) scale(1.14); }
}

@keyframes edgeCircuit {
  0% { transform: translate3d(-100%, 0, 0) rotate(0deg); }
  24% { transform: translate3d(100vw, 0, 0) rotate(0deg); }
  25% { transform: translate3d(calc(100vw - 50%), 0, 0) rotate(90deg); }
  49% { transform: translate3d(calc(100vw - 50%), 100vh, 0) rotate(90deg); }
  50% { transform: translate3d(100vw, calc(100vh - 3px), 0) rotate(180deg); }
  74% { transform: translate3d(-100%, calc(100vh - 3px), 0) rotate(180deg); }
  75% { transform: translate3d(-50%, 100vh, 0) rotate(270deg); }
  99% { transform: translate3d(-50%, -100%, 0) rotate(270deg); }
  100% { transform: translate3d(-100%, 0, 0) rotate(0deg); }
}

@keyframes blueLightDrift {
  from { opacity: 0.48; transform: translate3d(-4%, 6%, 0) scale(0.92); }
  to { opacity: 0.82; transform: translate3d(20%, -8%, 0) scale(1.08); }
}

@keyframes cornerFlare {
  0%, 23%, 27%, 48%, 52%, 73%, 77%, 100% { opacity: 0; transform: translate3d(0, 0, 0) scale(0.7); }
  25% { opacity: 0.9; transform: translate3d(calc(100vw - 4px), 0, 0) scale(1.15); }
  50% { opacity: 0.84; transform: translate3d(calc(100vw - 4px), calc(100vh - 4px), 0) scale(1.08); }
  75% { opacity: 0.76; transform: translate3d(0, calc(100vh - 4px), 0) scale(1); }
}

@keyframes openingBloom {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.35); }
  62% { opacity: 1; transform: translate(-50%, -50%) scale(1.18); }
  100% { opacity: 0.56; transform: translate(-50%, -50%) scale(0.9); }
}

@keyframes openingEdge {
  0%, 100% { box-shadow: inset 0 0 18px rgba(245, 200, 75, 0.26), inset 0 0 36px rgba(55, 255, 134, 0.08); }
  45% { box-shadow: inset 0 0 34px rgba(245, 200, 75, 0.7), inset 0 0 56px rgba(55, 255, 134, 0.28); }
}

@keyframes titleOpeningGlow {
  0% { text-shadow: 0 0 16px rgba(55, 255, 134, 0.24); }
  45% { text-shadow: 0 0 46px rgba(55, 255, 134, 0.9), 0 0 80px rgba(40, 169, 255, 0.42), 0 0 30px rgba(245, 200, 75, 0.4); }
  100% { text-shadow: 0 0 30px rgba(55, 255, 134, 0.58), 0 0 65px rgba(40, 169, 255, 0.34), 0 0 18px rgba(245, 200, 75, 0.28); }
}

@keyframes impactPulse {
  0%, 100% { box-shadow: inherit; }
  50% { box-shadow: 0 0 52px rgba(55, 255, 134, 0.62), 0 0 34px rgba(245, 200, 75, 0.3); }
}

@keyframes panelBeam {
  from { opacity: 0; transform: translateX(-120%); }
  36% { opacity: 1; }
  to { opacity: 0; transform: translateX(120%); }
}

@keyframes scanPass {
  from { opacity: 0; transform: translateY(-100%); }
  35% { opacity: 0.2; }
  to { opacity: 0; transform: translateY(100%); }
}

@keyframes reflectionRipple {
  0% { opacity: 0.2; transform: translateY(8px) perspective(320px) rotateX(68deg) scaleX(0.84); }
  52% { opacity: 0.82; transform: translateY(0) perspective(320px) rotateX(68deg) scaleX(1.03); }
  100% { opacity: 0.65; transform: translateY(0) perspective(320px) rotateX(68deg) scaleX(1); }
}

@keyframes mediaReflectionRipple {
  0% { opacity: 0; transform: translateY(8px) scaleX(0.82); }
  48% { opacity: 0.68; transform: translateY(0) scaleX(1.06); }
  100% { opacity: 0.18; transform: translateY(0) scaleX(1); }
}

@keyframes monitorSweep {
  0% { opacity: 0; transform: translateY(14px) scaleY(0.82); }
  48% { opacity: 0.62; transform: translateY(0) scaleY(1.04); }
  100% { opacity: 0.32; transform: translateY(0) scaleY(1); }
}

@keyframes buttonEnterPulse {
  0%, 100% { transform: translateY(0) scale(1); }
  48% { transform: translateY(-2px) scale(1.04); box-shadow: 0 0 42px rgba(55, 255, 134, 0.56), 0 0 30px rgba(245, 200, 75, 0.28); }
}

@keyframes markerFlash {
  0%, 100% { box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3), 0 0 16px rgba(40, 169, 255, 0.14); }
  45% { box-shadow: 0 0 28px rgba(245, 200, 75, 0.7), 0 0 28px rgba(55, 255, 134, 0.42); }
}

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

  .nav-panel {
    position: fixed;
    top: 76px;
    left: 12px;
    right: 12px;
    max-height: calc(100vh - 92px);
    overflow-y: auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
    background: rgba(2, 10, 12, 0.97);
    box-shadow: var(--shadow);
  }

  .nav-panel.is-open {
    display: flex;
  }

  .nav-panel a,
  .nav-panel button {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }

  .hero-grid,
  .story-layout,
  .install-panel,
  .command-center,
  .community-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    order: -1;
  }

  .hero-visual img {
    width: min(100%, 520px);
    max-height: 620px;
  }

  .command-media img,
  .community-media img,
  .install-media img {
    max-height: 430px;
  }

  .market-feed dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-dock {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .section-inner {
    width: min(100% - 24px, 1120px);
  }

  .section {
    padding: 3.5rem 0;
  }

  .hero {
    padding-top: 1.6rem;
  }

  .hero-grid {
    gap: 1.35rem;
  }

  .hero-actions,
  .command-actions,
  .buy-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .value-grid,
  .status-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual img {
    width: min(100%, 430px);
    max-height: 410px;
    aspect-ratio: 4 / 3;
    object-position: 50% 28%;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 16vw, 4.9rem);
  }

  .hero-slogan {
    font-size: clamp(1.15rem, 7vw, 2rem);
  }

  .command-media img,
  .community-media img,
  .install-media img {
    max-height: 320px;
    object-position: 50% 38%;
  }

  .global-neon-pulse {
    width: 135vw;
    filter: blur(18px);
  }

  .global-blue-pool {
    width: 92vw;
    filter: blur(16px);
  }

  .viewport-edge-light {
    border-width: 1px;
    box-shadow: inset 0 0 15px rgba(245, 200, 75, 0.42), inset 0 0 28px rgba(55, 255, 134, 0.16);
  }

  .steps-grid::before {
    display: none;
  }

  .swamp-map {
    min-height: 760px;
  }

  .map-art {
    object-position: 51% 48%;
  }

  .map-svg {
    width: 140%;
    left: -20%;
  }

  .map-marker {
    width: min(178px, 48vw);
    font-size: 0.72rem;
  }

  .marker-1 { left: 5%; top: 72%; }
  .marker-2 { left: 45%; top: 61%; }
  .marker-3 { left: 7%; top: 49%; }
  .marker-4 { left: 45%; top: 36%; }
  .marker-5 { left: 6%; top: 24%; }
  .marker-6 { left: 45%; top: 11%; }

  .map-panels {
    bottom: 0.7rem;
  }

  .map-panel {
    width: 100%;
  }

  .ticker-track {
    gap: 0.75rem;
  }

  .footer-grid {
    text-align: left;
  }

  .dock-icon {
    width: 58px;
    height: 58px;
  }
}

@media (max-width: 360px) {
  .nav {
    width: min(100% - 18px, 1180px);
  }

  .brand {
    font-size: 0.92rem;
  }

  .brand-logo {
    width: 48px;
    height: 48px;
  }

  .hero-copy h1 {
    font-size: 2.8rem;
  }

  .map-marker {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .hero-effects .fog-two,
  .intro-fog-b,
  .city-glow,
  .image-orbit,
  .radar {
    display: none;
  }

  .fog-layer,
  .fog-bank {
    filter: blur(12px);
    animation-duration: 18s;
  }

  .intro-particles,
  .hero::after,
  .story-section::before,
  .community-section::before {
    animation: none;
    opacity: 0.22;
  }

  .scanlines {
    animation-duration: 18s;
  }

  [data-light-panel]::after {
    display: none;
  }
}

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

  .intro-fog,
  .intro-particles,
  .fog-layer,
  .hero::after,
  .story-section::before,
  .community-section::before,
  .ticker-track,
  .image-orbit,
  .radar,
  .route-path,
  .map-gator,
  .gator-ripple,
  .fog-bank,
  .scanlines,
  .water-reflection,
  .monitor-glow,
  .global-neon-pulse,
  .global-blue-pool,
  .viewport-edge-light span,
  .viewport-edge-light::after,
  .install-panel::before,
  .install-media::after,
  .command-center::before,
  .command-media::after,
  .swamp-map::before,
  .community-panel::before,
  .community-media::after,
  .sweep-heading::after {
    animation: none !important;
    transform: none !important;
  }

  .global-neon {
    background:
      radial-gradient(circle at 50% 22%, rgba(55, 255, 134, 0.34), transparent 34rem),
      radial-gradient(circle at 18% 78%, rgba(40, 169, 255, 0.22), transparent 24rem),
      radial-gradient(circle at 86% 38%, rgba(40, 169, 255, 0.16), transparent 26rem);
  }

  .global-neon-pulse {
    opacity: 0.72;
    transform: translate(-50%, -50%) scale(1) !important;
  }

  .viewport-edge-light {
    border-color: rgba(245, 200, 75, 0.58);
    box-shadow: inset 0 0 18px rgba(245, 200, 75, 0.32), inset 0 0 36px rgba(55, 255, 134, 0.12);
  }

  .js .reveal,
  .reveal {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
