:root {
  color-scheme: dark;
  --lime: #c6ff3d;
  --lime-soft: #eaff9e;
  --lime-deep: #9ef01a;
  --alarm: #ff3d5e;
  --ink: #050803;
  --bone: #e8fbd9;
  --core-load: 0;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { min-height: 100%; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--bone);
  font-family: "Space Mono", ui-monospace, monospace;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
button, a { font-family: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
a { text-decoration: none; }
ul { list-style: none; }
code { font-family: inherit; }

body::before {
  content: "";
  position: fixed; inset: 0; z-index: -2;
  background: url("../img/bg.jpg") center / cover no-repeat;
  opacity: .62;
}
body::after {
  content: "";
  position: fixed; inset: 0; z-index: -1;
  background:
    radial-gradient(ellipse at 50% 38%, #05080338, #050803a8 78%),
    linear-gradient(180deg, #05080361, #0508039e);
}

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--lime-soft), var(--lime-deep));
  border: 2px solid var(--ink);
}
::selection { background: var(--lime); color: var(--ink); }

html, body {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M4 2 4 23 9.5 17.5 13 25.5 16.5 24 13 16.5 20.5 16.5Z' fill='%23050803' stroke='%23050803' stroke-width='3.4' stroke-linejoin='round'/%3E%3Cpath d='M4 2 4 23 9.5 17.5 13 25.5 16.5 24 13 16.5 20.5 16.5Z' fill='%23050803' fill-opacity='.9' stroke='%23c6ff3d' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M4 2 4 10.5 8.8 9.2Z' fill='%23c6ff3d'/%3E%3C/svg%3E") 4 2, default;
}
a, button, summary, [role="button"], [role="link"] {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M4 2 4 23 9.5 17.5 13 25.5 16.5 24 13 16.5 20.5 16.5Z' fill='%23c6ff3d' stroke='%23c6ff3d' stroke-width='1.1' stroke-linejoin='round'/%3E%3Cpath d='M21.5 6.5h3.4M20 10.2h3.8' fill='none' stroke='%23c6ff3d' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") 4 2, pointer;
}

.panel {
  position: relative;
  background: linear-gradient(180deg, #c6ff3d0d, #0000 60%), #060c04d6;
  border: 1px solid rgba(198, 255, 61, .3);
  backdrop-filter: blur(2px);
  overflow-wrap: break-word;
}
.panel::before, .panel::after {
  content: "";
  position: absolute;
  width: 10px; height: 10px;
  border: 1px solid var(--lime);
  opacity: .85;
}
.panel::before { top: -1px; left: -1px; border-right: 0; border-bottom: 0; }
.panel::after { bottom: -1px; right: -1px; border-left: 0; border-top: 0; }

.panel-glow {
  border-color: #c6ff3d73;
  box-shadow: 0 0 0 1px #c6ff3d1a, 0 0 34px -14px #c6ff3db3;
}

.panel-link {
  position: relative;
  display: block;
  background: linear-gradient(155deg, #c6ff3d2e, #c6ff3d0a 58%), #070e04ed;
  border: 2px solid rgba(198, 255, 61, .55);
  box-shadow: 0 0 0 1px #c6ff3d24, 0 0 34px -12px #c6ff3dcc, inset 0 0 30px -20px var(--lime);
  backdrop-filter: blur(2px);
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s, background .2s, filter .2s;
}
.panel-link::before, .panel-link::after {
  content: "";
  position: absolute;
  width: 12px; height: 12px;
  border: 2px solid var(--lime);
}
.panel-link::before { top: -2px; left: -2px; border-right: 0; border-bottom: 0; }
.panel-link::after { bottom: -2px; right: -2px; border-left: 0; border-top: 0; }
.panel-link:hover {
  border-color: var(--lime);
  background: linear-gradient(155deg, #c6ff3d4d, #c6ff3d14 60%), #091205f2;
  box-shadow: 0 0 0 1px #c6ff3d4d, 0 0 60px -10px #c6ff3df2, inset 0 0 40px -18px var(--lime);
  filter: brightness(1.06);
}
.panel-link-halo {
  position: absolute; inset: -2px;
  border: 2px solid var(--lime);
  opacity: 0; pointer-events: none;
  animation: halo 3s ease-out infinite;
}

.tele {
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #e8fbd980;
}
.phos { color: var(--lime); text-shadow: 0 0 12px rgba(198, 255, 61, .65); }
.scanc { color: var(--lime-deep); text-shadow: 0 0 12px rgba(158, 240, 26, .6); }
.alarm { color: var(--alarm); text-shadow: 0 0 12px rgba(255, 61, 94, .65); }
.neon {
  -webkit-text-stroke: .035em currentColor;
  paint-order: stroke fill;
  text-shadow: 0 0 18px currentColor, 0 0 60px currentColor;
}
.glow { text-shadow: 0 0 10px currentColor, 0 0 26px currentColor; }
.font-goofy { font-family: Bungee, system-ui, sans-serif; }

.scan-grid {
  background-image:
    linear-gradient(rgba(198, 255, 61, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(198, 255, 61, .08) 1px, transparent 1px);
  background-size: 40px 40px;
}
.scan-grid-fine {
  background-image:
    linear-gradient(rgba(198, 255, 61, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(198, 255, 61, .055) 1px, transparent 1px);
  background-size: 10px 10px;
}
.crt-lines {
  background-image: repeating-linear-gradient(0deg, rgba(0, 0, 0, .34) 0 1px, transparent 1px 3px);
}
.vignette {
  background: radial-gradient(ellipse at center, transparent 48%, rgba(0, 0, 0, .66) 100%);
}

.rule {
  position: relative;
  height: 1px; width: 100%;
  background: #9ef01a40;
}
.rule::after {
  content: "";
  position: absolute; inset: 0 auto 0 0;
  width: 33%;
  background: linear-gradient(90deg, transparent, var(--lime-deep), transparent);
  opacity: .7;
}

@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
@keyframes cue { 0%, 100% { opacity: .15; transform: translateY(-2px); } 50% { opacity: 1; transform: translateY(2px); } }
@keyframes flick { 0%, 100% { opacity: .92; } 47% { opacity: .72; } 49% { opacity: 1; } 51% { opacity: .6; } }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes rise { 0% { transform: translateY(24px); opacity: 0; } 100% { transform: none; opacity: 1; } }
@keyframes halo { 0% { opacity: .5; transform: scale(1); } 65% { opacity: 0; transform: scale(1.07); } 100% { opacity: 0; transform: scale(1.07); } }
@keyframes sweep { 0% { transform: translateY(-100%); } 100% { transform: translateY(100%); } }
@keyframes spinSlow { to { transform: rotate(360deg); } }
@keyframes titleHolo {
  0%, 100% { transform: perspective(1000px) rotateY(-3.2deg) rotateX(1.4deg); }
  50% { transform: perspective(1000px) rotateY(3.2deg) rotateX(-1.4deg); }
}
@keyframes titleLines { 0% { transform: translateY(0); } 100% { transform: translateY(-33.3333%); } }
@keyframes titleResync {
  0%, 93%, 100% { opacity: 1; filter: drop-shadow(0 0 22px rgba(198, 255, 61, .35)); }
  94% { opacity: .28; filter: drop-shadow(0 0 44px rgba(198, 255, 61, .9)); }
  95% { opacity: 1; }
  96% { opacity: .55; filter: drop-shadow(0 0 40px rgba(198, 255, 61, .8)); }
  97% { opacity: 1; }
}
@keyframes wheel { 0% { transform: translateY(0); opacity: 0; } 20% { opacity: 1; } 100% { transform: translateY(9px); opacity: 0; } }
@keyframes ekg { to { stroke-dashoffset: -1000; } }

.animate-blink { animation: blink 1s step-end infinite; }
.animate-cue { animation: cue 1.6s ease-in-out infinite; }
.animate-flick { animation: flick 4s steps(2) infinite; }
.animate-floaty { animation: floaty 6s ease-in-out infinite; }
.animate-rise { animation: rise .6s cubic-bezier(.22, 1, .36, 1) both; }
.animate-spinSlow { animation: spinSlow 26s linear infinite; }
.animate-titleHolo { animation: titleHolo 9s ease-in-out infinite; }
.animate-titleResync { animation: titleResync 6.5s steps(1, end) infinite; }
.animate-wheel { animation: wheel 1.6s cubic-bezier(.4, 0, .6, 1) infinite; }

/* ---------- boot ---------- */
#boot {
  position: fixed; inset: 0; z-index: 80;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  background: #050803f2;
  transition: opacity .6s ease, visibility .6s;
}
#boot.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
#boot { animation: bootAutoHide 0.6s ease 3.2s forwards; }
@keyframes bootAutoHide {
  to { opacity: 0; visibility: hidden; pointer-events: none; }
}
.boot-inner { width: min(520px, 90vw); text-align: left; }
.boot-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 10px; }
.boot-bar {
  height: 10px; flex: 1;
  border: 1px solid var(--lime);
  background: #c6ff3d12;
  padding: 2px;
}
.boot-bar > span {
  display: block; height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--lime-deep), var(--lime));
  box-shadow: 0 0 12px var(--lime);
  transition: width .08s linear;
}
.boot-status { margin-top: 18px; min-height: 1.4em; }

/* ---------- top HUD ---------- */
.hud-top {
  position: fixed; top: 0; left: 0; right: 0; z-index: 40;
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 18px;
  pointer-events: none;
}
.hud-load {
  pointer-events: auto;
  display: flex; align-items: center; gap: 10px;
  border: 1px solid rgba(198, 255, 61, .4);
  background: #050803d9;
  padding: 6px 10px;
}
.hud-load .ticks { display: flex; gap: 2px; }
.hud-load .ticks i {
  display: block; width: 6px; height: 10px;
  background: var(--lime);
  box-shadow: 0 0 6px var(--lime);
  opacity: .25;
}
.hud-load .ticks i.on { opacity: 1; }
.hud-back {
  pointer-events: auto;
  border: 1px solid rgba(198, 255, 61, .4);
  background: #050803d9;
  color: var(--lime);
  padding: 8px 14px;
  letter-spacing: .22em;
  font-size: 10px;
  text-transform: uppercase;
  transition: .2s;
}
.hud-back:hover { background: var(--lime); color: var(--ink); }
.hud-back.is-hidden { display: none; }

/* ---------- pages ---------- */
.page { display: none; }
.page.is-on { display: block; animation: rise .55s cubic-bezier(.22, 1, .36, 1) both; }

/* ---------- home ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  padding: 72px 20px 40px;
  overflow-x: hidden;
  overflow-y: visible;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.hero-glow {
  pointer-events: none;
  position: absolute;
  left: 50%; top: 42%;
  width: 34rem; height: 34rem; max-width: 90vw;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(198, 255, 61, .12);
  filter: blur(110px);
}
.logo-wrap {
  position: relative;
  z-index: 3;
  width: min(90vw, 820px, 72vh);
  margin: 0 auto 8px;
  text-align: center;
}
.logo {
  animation: titleHolo 9s ease-in-out infinite;
  line-height: .84;
  user-select: none;
}
.logo-chrome, .logo-lime {
  display: block;
  font-family: Bungee, system-ui, sans-serif;
  letter-spacing: .02em;
  paint-order: stroke fill;
}
.logo-chrome {
  font-size: clamp(28px, 8.6vw, 92px);
  color: #f4f7f0;
  -webkit-text-stroke: 6px #050803;
  text-shadow:
    0 3px 0 #111, 0 6px 0 #0a0c06,
    0 0 18px rgba(255, 255, 255, .35);
  animation: titleResync 6.5s steps(1, end) infinite;
}
.logo-lime {
  font-size: clamp(32px, 10.2vw, 108px);
  color: var(--lime);
  -webkit-text-stroke: 7px #050803;
  text-shadow:
    0 4px 0 #143000,
    0 0 22px rgba(198, 255, 61, .7),
    0 0 60px rgba(198, 255, 61, .35);
  animation: titleResync 6.5s steps(1, end) infinite;
}
.logo-sub {
  margin-top: 8px;
  letter-spacing: .14em;
  line-height: 1.7;
  white-space: normal;
  padding: 0 6px;
}

.stage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 1180px;
  margin: 10px auto 0;
  align-items: center;
}
.mascot-wrap {
  position: relative;
  width: min(86vw, 520px, 58vh);
  margin: 0 auto;
  aspect-ratio: 1;
}
.mascot-aura {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  background: rgba(198, 255, 61, .2);
  filter: blur(48px);
}
.mascot-ring {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  overflow: visible;
}
.mascot-img {
  position: absolute;
  inset: 6%;
}
.mascot-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 28px rgba(198, 255, 61, .28));
  transition: opacity .7s ease;
}
.mascot-img img.is-off { opacity: 0; }
.hud-tag {
  position: absolute;
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--lime);
  text-shadow: 0 0 12px rgba(198, 255, 61, .65);
  pointer-events: none;
}
.hud-tag.tl { top: 8px; left: 0; }
.hud-tag.tr { top: 8px; right: 0; }
.hud-tag.bl { bottom: 8px; left: 0; color: #e8fbd980; }
.hud-tag.br { bottom: 8px; right: 0; }
@media (max-width: 520px) {
  .hud-tag.bl, .hud-tag.br { display: none; }
  .logo-sub { font-size: 8px; letter-spacing: .12em; }
  .ca-chip { flex: 1 0 100%; }
  .ca-bar .social { display: none; }
}
.scan-sweep {
  pointer-events: none;
  position: absolute; inset: 0;
  overflow: hidden;
}
.scan-sweep span {
  position: absolute; inset: 0 auto auto 0;
  width: 100%; height: 64px;
  background: linear-gradient(to bottom, transparent, rgba(198, 255, 61, .2), transparent);
  animation: sweep 5s linear infinite;
}

.side-copy { display: none; }
.side-copy .panel { padding: 22px 20px; overflow-wrap: break-word; }
.side-copy h3 {
  font-size: 10px; letter-spacing: .22em; color: var(--lime);
}
.side-copy p {
  font-size: 13px; line-height: 1.625; color: #e8fbd9cc;
}
.side-copy p + p { margin-top: 14px; }

.mobile-copy {
  display: grid;
  gap: 12px;
  max-width: 980px;
  margin: 8px auto 0;
  min-width: 0;
}
.mobile-copy .panel { padding: 18px 16px; min-width: 0; max-width: 100%; box-sizing: border-box; }
.mobile-copy h3 { font-size: 10px; letter-spacing: .3em; color: var(--lime); margin-bottom: 10px; }
.mobile-copy p {
  font-size: 13px;
  line-height: 1.6;
  color: #e8fbd9b3;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
}

.ca-bar {
  position: relative; z-index: 4;
  display: flex; align-items: stretch; flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: min(42rem, 100%);
  min-width: 0;
  margin: 8px auto 0;
  padding: 0;
  overflow: hidden;
}
.ca-chip {
  display: flex; align-items: center; gap: 10px;
  flex: 1; min-width: 0;
  padding: 8px 10px;
}
.ca-chip .tag {
  flex-shrink: 0;
  background: var(--lime);
  color: var(--ink);
  font-size: 9px; font-weight: 700; letter-spacing: .18em;
  padding: 2px 6px;
}
.ca-chip code {
  min-width: 0;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  font-size: 12px; color: var(--lime);
}
.ca-chip code.soon,
.soon-box {
  flex: 1;
  justify-content: center;
}
.ca-chip code.soon {
  font-family: Bungee, system-ui, sans-serif;
  font-size: 16px;
  letter-spacing: .12em;
  color: var(--lime);
  text-shadow: 0 0 12px rgba(198, 255, 61, .65);
  text-align: center;
  overflow: visible;
  padding: 8px 12px;
}
.soon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9ef01a33;
  background: #050803;
}
.ca-chip .copy {
  flex-shrink: 0;
  border: 1px solid rgba(198, 255, 61, .5);
  color: var(--lime);
  font-family: Bungee, system-ui, sans-serif;
  font-size: 10px;
  padding: 6px 10px;
  letter-spacing: .08em;
  transition: .2s;
}
.ca-chip .copy:hover, .ca-chip .copy.is-on {
  background: var(--lime); color: var(--ink);
}
.social {
  display: flex; align-items: center; justify-content: center;
  padding: 0 12px;
  color: var(--lime);
  transition: .2s;
}
.social:hover { background: var(--lime); color: var(--ink); }
.social svg { width: 16px; height: 16px; fill: currentColor; }

.nav-cards {
  position: relative; z-index: 3;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 980px;
  margin: 22px auto 0;
}
.nav-cards a {
  padding: 16px 18px;
}
.nav-cards .meta {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 10px; letter-spacing: .18em;
}
.nav-cards .code {
  background: var(--lime); color: var(--ink);
  font-weight: 700; padding: 2px 6px;
}
.nav-cards .open { color: var(--lime); }
.nav-cards h2 {
  font-family: Bungee, system-ui, sans-serif;
  font-size: clamp(16px, 4vw, 28px);
  color: var(--lime);
  margin-top: 10px;
  text-shadow: 0 0 10px currentColor;
}
.nav-cards .sub {
  margin-top: 6px;
  font-size: 10px; letter-spacing: .14em;
  color: #e8fbd980;
  text-transform: uppercase;
  white-space: normal;
}

.scroll-cue {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  margin: 28px auto 8px;
  color: #e8fbd980;
  font-size: 10px; letter-spacing: .28em;
}
.scroll-cue .mouse {
  width: 18px; height: 28px;
  border: 1px solid var(--lime);
  border-radius: 10px;
  position: relative;
}
.scroll-cue .mouse i {
  position: absolute; left: 50%; top: 6px;
  width: 3px; height: 6px; margin-left: -1.5px;
  background: var(--lime);
  animation: wheel 1.6s cubic-bezier(.4, 0, .6, 1) infinite;
}

/* ---------- inner pages ---------- */
.section {
  position: relative;
  padding: 96px 16px 48px;
  min-height: 100svh;
}
.section-head {
  max-width: 72rem;
  margin: 0 auto 28px;
}
.section-kicker {
  font-size: 10px; letter-spacing: .3em;
  color: #e8fbd980;
  margin-bottom: 8px;
}
.section-head h1 {
  font-family: Bungee, system-ui, sans-serif;
  font-size: clamp(36px, 9vw, 72px);
  line-height: .85;
  color: var(--lime);
}
.section-head p {
  margin-top: 10px;
  font-size: 13px;
  color: #e8fbd973;
  letter-spacing: .08em;
}
.ghost-title {
  position: absolute;
  right: 4%; top: 70px;
  font-family: Bungee, system-ui, sans-serif;
  font-size: clamp(64px, 18vw, 180px);
  color: #e8fbd909;
  line-height: .8;
  pointer-events: none;
  user-select: none;
}

.facts {
  display: grid;
  gap: 22px;
  max-width: 72rem;
  margin: 0 auto;
}
.fact {
  text-align: center;
  padding: 28px 20px 24px;
  overflow: hidden;
}
.fact .pin {
  position: absolute; left: 50%; top: 0;
  width: 1px; height: 16px;
  background: rgba(198, 255, 61, .5);
  transform: translateX(-50%);
}
.fact img {
  height: 160px; width: auto;
  margin: 0 auto 12px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(198, 255, 61, .25));
}
.fact .k {
  font-size: 10px; letter-spacing: .28em;
  color: #e8fbd980;
}
.fact .v {
  font-family: Bungee, system-ui, sans-serif;
  font-size: clamp(22px, 4vw, 34px);
  color: var(--lime);
  margin-top: 6px;
}
.fact .n { font-size: 11px; color: #e8fbd973; margin-top: 4px; letter-spacing: .12em; }

.reward-ca {
  max-width: 72rem;
  margin: 36px auto 0;
  padding: 22px 24px;
}
.reward-ca .row {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px;
  margin-bottom: 12px;
}

/* rewards */
.meter-grid {
  display: grid;
  gap: 20px;
  max-width: 72rem;
  margin: 0 auto;
}
.meter {
  padding: 22px;
}
.meter .label { font-size: 10px; letter-spacing: .24em; color: #e8fbd966; }
.meter .big {
  font-family: Bungee, system-ui, sans-serif;
  font-size: clamp(28px, 6vw, 48px);
  color: var(--lime);
  margin-top: 6px;
}
.meter .sub { font-size: 11px; color: #e8fbd973; margin-top: 4px; }
.track {
  margin-top: 14px;
  height: 10px;
  border: 1px solid rgba(198, 255, 61, .4);
  background: #c6ff3d14;
  overflow: hidden;
}
.track > span {
  display: block; height: 100%;
  background: linear-gradient(90deg, var(--lime-deep), var(--lime));
  box-shadow: 0 0 12px var(--lime);
  width: 0%;
  transition: width .6s ease;
}
.reward-art {
  display: flex; justify-content: center; align-items: end;
  min-height: 180px;
}
.reward-art img {
  height: 200px; width: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 22px rgba(198, 255, 61, .3));
}
.feed {
  max-width: 72rem;
  margin: 28px auto 0;
  overflow: hidden;
}
.feed-head {
  display: flex; justify-content: space-between; gap: 8px; flex-wrap: wrap;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(198, 255, 61, .2);
}
.feed-list { max-height: 28rem; overflow: auto; }
.feed-row {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(198, 255, 61, .12);
  font-size: 11px;
}
.feed-row .amt { color: var(--lime); font-weight: 700; }
.feed-row .hash { color: #e8fbd9b3; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.feed-row .when { color: #e8fbd966; }

/* gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 64rem;
  margin: 0 auto;
}
.g-card {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  display: block;
  transition: transform .2s;
}
.g-card:hover { transform: translateY(-4px); }
.g-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s;
}
.g-card:hover img { transform: scale(1.05); }
.g-card .idx, .g-card .spec {
  position: absolute;
  font-size: 9px; font-weight: 700; letter-spacing: .18em;
  opacity: 0; transition: opacity .2s;
}
.g-card:hover .idx, .g-card:hover .spec { opacity: 1; }
.g-card .idx {
  top: 0; left: 0;
  background: var(--lime); color: var(--ink);
  padding: 3px 6px;
}
.g-card .spec {
  bottom: 0; right: 0;
  background: #050803d9; color: var(--lime);
  padding: 4px 8px;
}

#lightbox {
  position: fixed; inset: 0; z-index: 70;
  display: none;
  flex-direction: column;
  align-items: center; justify-content: center;
  background: #050803f2;
  padding: 64px 16px;
}
#lightbox.is-on { display: flex; }
#lightbox img {
  max-width: min(90vw, 820px);
  max-height: 74vh;
  object-fit: contain;
  filter: drop-shadow(0 0 60px rgba(198, 255, 61, .28));
}
.lb-nav {
  display: flex; align-items: center; gap: 16px;
  margin-top: 18px;
}
.lb-nav button, .lb-close {
  border: 1px solid rgba(198, 255, 61, .4);
  color: var(--lime);
  padding: 8px 16px;
  font-size: 12px; letter-spacing: .18em;
  text-transform: uppercase;
}
.lb-nav button:hover, .lb-close:hover { background: rgba(198, 255, 61, .1); }
.lb-close { position: absolute; top: 18px; right: 18px; }

/* acquire */
.steps {
  display: grid;
  gap: 18px;
  max-width: 72rem;
  margin: 0 auto;
}
.step {
  padding: 20px;
  height: 100%;
}
.step .num {
  display: inline-block;
  background: var(--lime); color: var(--ink);
  font-size: 10px; font-weight: 700; letter-spacing: .18em;
  padding: 2px 8px;
}
.step h3 {
  font-family: Bungee, system-ui, sans-serif;
  font-size: 18px; color: var(--lime);
  margin-top: 10px;
}
.step p { margin-top: 10px; font-size: 13px; line-height: 1.6; color: #e8fbd9b3; }
.carry {
  max-width: 72rem;
  margin: 22px auto 0;
  border: 2px dashed rgba(198, 255, 61, .45);
  padding: 20px;
}
.cta-row {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 14px;
  margin-top: 28px;
}
.btn-lime {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border: 2px solid var(--lime);
  background: #c6ff3d1a;
  color: var(--lime);
  font-family: Bungee, system-ui, sans-serif;
  font-size: clamp(14px, 3vw, 22px);
  padding: 16px 36px;
  transition: .2s;
  box-shadow: 0 0 40px -8px rgba(198, 255, 61, .6);
}
.btn-lime:hover { background: var(--lime); color: var(--ink); }
.acquire-hero {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto;
}
.acquire-hero h1 {
  font-family: Bungee, system-ui, sans-serif;
  font-size: clamp(40px, 11vw, 72px);
  line-height: .85;
  color: var(--lime);
}

/* footer */
.site-foot {
  position: relative;
  border-top: 1px solid rgba(198, 255, 61, .2);
  padding: 56px 16px 80px;
  text-align: center;
}
.site-foot h2 {
  font-family: Bungee, system-ui, sans-serif;
  font-size: clamp(28px, 6vw, 40px);
  color: var(--lime);
}
.site-foot .rule { max-width: 20rem; margin: 28px auto; }
.site-foot p {
  max-width: 36rem;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.7;
  color: #e8fbd966;
}

@media (min-width: 520px) {
  .nav-cards { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 640px) {
  .nav-cards { grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .facts { grid-template-columns: repeat(3, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .fact img { height: 170px; }
  .meter-grid { grid-template-columns: 1.2fr .8fr; }
}
@media (min-width: 1024px) {
  .stage {
    grid-template-columns: minmax(220px, 17rem) minmax(0, 1fr) minmax(220px, 17rem);
    gap: 16px;
    align-items: center;
  }
  .side-copy { display: block; }
  .mobile-copy { display: none; }
  .steps { grid-template-columns: repeat(4, 1fr); }
  .hero { padding-top: 56px; padding-left: 28px; padding-right: 28px; }
}
@media (min-width: 1280px) {
  .stage {
    grid-template-columns: minmax(240px, 20rem) minmax(0, 1fr) minmax(240px, 20rem);
    gap: 20px;
  }
}

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