@font-face {
  font-family: "Nero Sans";
  src: url("assets/NotoSans.ttf") format("truetype");
  font-display: swap;
}

:root {
  color-scheme: dark;
  --ink: #071823;
  --night: #081722;
  --deep: #0d2c35;
  --teal: #20c8bd;
  --mint: #d9fff4;
  --lemon: #fff0a3;
  --orange: #ff8d3d;
  --blue: #4bb7ff;
  --paper: #f7fffb;
  --muted: #9cc1c0;
  --line: rgba(217, 255, 244, 0.18);
  --glass: rgba(245, 255, 251, 0.1);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 240, 163, 0.24), transparent 28%),
    radial-gradient(circle at 12% 20%, rgba(32, 200, 189, 0.26), transparent 34%),
    linear-gradient(180deg, #081722 0%, #0b242a 48%, #071823 100%);
  color: var(--paper);
  font-family: "Nero Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  margin: 0;
  overflow-x: hidden;
}

body::before {
  background-image:
    linear-gradient(rgba(217, 255, 244, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217, 255, 244, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(180deg, #000 0%, transparent 70%);
  pointer-events: none;
  position: fixed;
}

a {
  color: inherit;
}

body::after {
  background:
    radial-gradient(circle at 18% 72%, rgba(75, 183, 255, 0.12), transparent 24%),
    radial-gradient(circle at 78% 66%, rgba(255, 141, 61, 0.1), transparent 28%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

.concept-nav {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  left: 0;
  padding: 22px 34px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.concept-nav::before {
  background: rgba(8, 23, 34, 0.76);
  border: 1px solid var(--line);
  border-radius: 999px;
  content: "";
  inset: 14px 24px;
  position: absolute;
  z-index: -1;
  backdrop-filter: blur(18px);
}

.brand-mark,
.concept-nav nav,
.hero-actions,
.sponsor-strip,
.cockpit-lanes,
.final-panel,
.platform-orbit,
.final-actions {
  align-items: center;
  display: flex;
}

.brand-mark {
  gap: 10px;
  font-size: 22px;
  font-weight: 950;
  text-decoration: none;
}

.brand-mark img {
  border: 3px solid var(--paper);
  border-radius: 50%;
  height: 46px;
  object-fit: cover;
  width: 46px;
}

.concept-nav nav {
  gap: 8px;
}

.concept-nav nav a,
.nav-action {
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  padding: 10px 14px;
  text-decoration: none;
}

.concept-nav nav a {
  color: #c7e3e1;
}

.concept-nav nav a:hover {
  background: rgba(217, 255, 244, 0.1);
  color: var(--paper);
}

.nav-action {
  background: linear-gradient(135deg, var(--teal), #0e817b);
  color: var(--paper);
}

.nav-action,
.hero-actions a,
.pricing-grid a,
.final-actions a,
.header-cta,
.primary-action,
.secondary-action,
.listing-links a {
  transition:
    box-shadow 180ms ease,
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.nav-action:hover,
.hero-actions a:hover,
.pricing-grid a:hover,
.final-actions a:hover,
.header-cta:hover,
.primary-action:hover,
.secondary-action:hover,
.listing-links a:hover {
  box-shadow: 0 18px 44px rgba(32, 200, 189, 0.22);
  transform: translateY(-2px);
}

.site-header {
  align-items: center;
  background: rgba(8, 23, 34, 0.82);
  border: 1px solid var(--line);
  border-radius: 999px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  left: 24px;
  padding: 10px 14px;
  position: fixed;
  right: 24px;
  top: 14px;
  z-index: 30;
  backdrop-filter: blur(18px);
}

.site-brand {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  font-size: 22px;
  font-weight: 950;
  text-decoration: none;
}

.site-brand img {
  border: 3px solid var(--paper);
  border-radius: 50%;
  height: 46px;
  object-fit: cover;
  width: 46px;
}

.site-header nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-header nav a {
  border-radius: 999px;
  color: #c7e3e1;
  font-size: 14px;
  font-weight: 900;
  padding: 10px 13px;
  text-decoration: none;
}

.site-header nav a:hover {
  background: rgba(217, 255, 244, 0.1);
  color: var(--paper);
}

.header-cta,
.primary-action,
.secondary-action {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 950;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none;
}

.header-cta,
.primary-action {
  background: linear-gradient(135deg, var(--teal), #087a73);
  color: var(--paper);
}

.secondary-action {
  border: 1px solid var(--line);
  color: #dff8f5;
}

.hero-arena {
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1fr);
  min-height: 100vh;
  overflow: hidden;
  padding: 150px 52px 72px;
  position: relative;
}

.hero-light {
  background:
    radial-gradient(circle, rgba(255, 240, 163, 0.52), transparent 58%),
    radial-gradient(circle, rgba(32, 200, 189, 0.42), transparent 62%);
  filter: blur(6px);
  height: 620px;
  position: absolute;
  right: -170px;
  top: 42px;
  width: 620px;
  z-index: -1;
}

.signal-label,
.section-title span,
.guild-copy span,
.signal-wall span,
.final-panel span {
  color: var(--lemon);
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy {
  align-self: center;
  max-width: 760px;
}

.hero-copy h1 {
  font-size: clamp(58px, 7vw, 112px);
  letter-spacing: 0;
  line-height: 0.88;
  margin: 18px 0 24px;
}

.hero-copy p,
.guild-copy p,
.final-panel p,
.section-title {
  color: #bdd7d5;
  font-size: 20px;
  line-height: 1.55;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-actions a {
  border-radius: 999px;
  font-size: 16px;
  font-weight: 950;
  min-height: 50px;
  padding: 14px 22px;
  text-decoration: none;
}

.hero-actions a:first-child {
  background: linear-gradient(135deg, var(--teal), #087a73);
  box-shadow: 0 22px 50px rgba(32, 200, 189, 0.28);
}

.hero-actions a:last-child {
  border: 1px solid var(--line);
  color: #dff8f5;
}

.hero-metrics {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.hero-metrics span {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(217, 255, 244, 0.14);
  border-radius: 18px;
  color: #bdd7d5;
  display: grid;
  font-size: 13px;
  font-weight: 850;
  gap: 5px;
  min-height: 84px;
  padding: 15px;
}

.hero-metrics b {
  color: var(--lemon);
  font-size: 25px;
  line-height: 1;
}

.mascot-stage {
  align-self: center;
  min-height: 680px;
  position: relative;
}

.command-stage {
  isolation: isolate;
}

.command-stage::before {
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(217, 255, 244, 0.1) 18% 18.4%, transparent 18.4% 100%),
    linear-gradient(0deg, transparent 0 34%, rgba(32, 200, 189, 0.12) 34% 34.4%, transparent 34.4% 100%);
  background-size: 140px 120px;
  content: "";
  inset: -60px -40px 0;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
  z-index: -3;
}

.stage-orbit {
  background:
    radial-gradient(circle at 50% 50%, rgba(32, 200, 189, 0.38), transparent 35%),
    conic-gradient(from 120deg, rgba(32, 200, 189, 0.55), rgba(255, 240, 163, 0.18), rgba(75, 183, 255, 0.32), rgba(32, 200, 189, 0.55));
  border: 1px solid rgba(217, 255, 244, 0.18);
  border-radius: 50%;
  filter: blur(0.2px);
  height: min(620px, 48vw);
  opacity: 0.72;
  position: absolute;
  right: -40px;
  top: 20px;
  width: min(620px, 48vw);
  z-index: -2;
  animation: orbitTurn 18s linear infinite;
}

.stage-orbit::before,
.stage-orbit::after {
  border: 1px solid rgba(217, 255, 244, 0.22);
  border-radius: 50%;
  content: "";
  inset: 12%;
  position: absolute;
}

.stage-orbit::after {
  border-color: rgba(255, 240, 163, 0.18);
  inset: 25%;
}

.feature-lines {
  background:
    radial-gradient(circle at 52% 42%, rgba(255, 240, 163, 0.34), transparent 5%),
    linear-gradient(58deg, transparent 0 47%, rgba(32, 200, 189, 0.32) 47% 47.3%, transparent 47.3% 100%),
    linear-gradient(134deg, transparent 0 49%, rgba(75, 183, 255, 0.26) 49% 49.3%, transparent 49.3% 100%),
    linear-gradient(6deg, transparent 0 52%, rgba(255, 141, 61, 0.28) 52% 52.3%, transparent 52.3% 100%);
  inset: 36px 6px 76px 22px;
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.command-core {
  align-items: center;
  background:
    linear-gradient(160deg, rgba(217, 255, 244, 0.18), rgba(8, 23, 34, 0.42)),
    rgba(8, 23, 34, 0.68);
  border: 1px solid rgba(217, 255, 244, 0.22);
  border-radius: 42px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 18px;
  justify-items: center;
  padding: 34px;
  position: absolute;
  right: 26%;
  top: 120px;
  width: min(390px, 36vw);
  backdrop-filter: blur(20px);
}

.command-core::before {
  background:
    linear-gradient(90deg, transparent, rgba(217, 255, 244, 0.3), transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
}

.core-status,
.core-pulse {
  position: relative;
  z-index: 1;
}

.core-status {
  display: grid;
  gap: 5px;
  text-align: center;
}

.core-status span {
  color: var(--lemon);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.core-status b {
  color: var(--paper);
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1;
}

.mascot-button {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 1;
}

.mascot-button::before {
  background: radial-gradient(circle, rgba(255, 240, 163, 0.28), transparent 62%);
  border-radius: 50%;
  content: "";
  inset: -32px;
  opacity: 0;
  position: absolute;
  transform: scale(0.78);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.mascot-button:hover::before,
.mascot-button:focus-visible::before {
  opacity: 1;
  transform: scale(1);
}

.mascot-art {
  animation: stageDrift 8s ease-in-out infinite;
  border: 7px solid var(--paper);
  border-radius: 50%;
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.32),
    0 0 0 18px rgba(217, 255, 244, 0.08);
  height: 190px;
  object-fit: cover;
  position: relative;
  width: 190px;
  z-index: 1;
}

.mascot-button:hover .mascot-art,
.mascot-button:focus-visible .mascot-art {
  box-shadow:
    0 40px 90px rgba(32, 200, 189, 0.34),
    0 0 0 24px rgba(217, 255, 244, 0.1);
}

.core-pulse {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.core-pulse span {
  background: rgba(217, 255, 244, 0.12);
  border: 1px solid rgba(217, 255, 244, 0.18);
  border-radius: 999px;
  color: #dff8f5;
  font-size: 12px;
  font-weight: 950;
  padding: 8px 10px;
}

.feature-node {
  background:
    linear-gradient(145deg, rgba(217, 255, 244, 0.13), rgba(255, 240, 163, 0.04)),
    rgba(8, 23, 34, 0.82);
  border: 1px solid rgba(217, 255, 244, 0.2);
  border-left: 5px solid var(--teal);
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  display: grid;
  gap: 5px;
  max-width: 245px;
  padding: 16px 18px;
  position: absolute;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
  backdrop-filter: blur(14px);
}

.feature-node b {
  color: var(--paper);
  font-size: 22px;
  line-height: 1;
}

.feature-node span {
  color: #b8d3d1;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.feature-node:hover,
.feature-node:focus-visible,
.feature-node.is-active {
  border-color: rgba(255, 240, 163, 0.5);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 240, 163, 0.16) inset;
  outline: 0;
  transform: translateY(-6px);
}

.feature-node.is-active {
  border-left-color: var(--lemon);
}

.node-brain {
  left: 0;
  top: 32px;
}

.node-setup {
  right: 0;
  top: 52px;
}

.node-events {
  border-left-color: var(--orange);
  left: 28px;
  top: 318px;
}

.node-safety {
  border-left-color: var(--blue);
  right: 6px;
  top: 318px;
}

.node-signals {
  border-left-color: var(--teal);
  left: 50%;
  top: 482px;
  transform: translateX(-50%);
}

.node-signals:hover,
.node-signals:focus-visible,
.node-signals.is-active {
  transform: translateX(-50%) translateY(-6px);
}

.feature-inspector {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.07)),
    rgba(8, 23, 34, 0.78);
  border: 1px solid rgba(217, 255, 244, 0.22);
  border-radius: 26px;
  bottom: 0;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.32);
  display: grid;
  gap: 12px;
  left: 8%;
  max-width: 520px;
  padding: 22px;
  position: absolute;
  backdrop-filter: blur(18px);
}

.feature-inspector span {
  color: var(--lemon);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.feature-inspector h2 {
  color: var(--paper);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.02;
  margin: 0;
}

.feature-inspector p {
  color: #bdd7d5;
  line-height: 1.5;
  margin: 0;
}

.feature-inspector a {
  background: linear-gradient(135deg, var(--teal), #087a73);
  border-radius: 999px;
  color: var(--paper);
  font-weight: 950;
  justify-self: start;
  min-height: 42px;
  padding: 11px 16px;
  text-decoration: none;
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

.feature-inspector a:hover,
.feature-inspector a:focus-visible {
  box-shadow: 0 18px 44px rgba(32, 200, 189, 0.22);
  transform: translateY(-2px);
}

.platform-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08)),
    rgba(8, 23, 34, 0.78);
  border: 1px solid rgba(217, 255, 244, 0.2);
  border-left: 5px solid var(--teal);
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  display: grid;
  gap: 5px;
  min-width: 250px;
  padding: 18px;
  position: absolute;
  backdrop-filter: blur(14px);
  animation: panelFloat 6s ease-in-out infinite;
}

.platform-card span,
.platform-card small {
  color: #b8d3d1;
  font-size: 13px;
  font-weight: 850;
}

.platform-card strong {
  color: var(--paper);
  font-size: 23px;
  line-height: 1.1;
}

.platform-card-discord {
  left: 0;
  top: 18px;
}

.platform-card-event {
  border-left-color: var(--orange);
  bottom: 96px;
  left: 70px;
  animation-delay: 900ms;
}

.platform-card-telegram {
  border-left-color: var(--blue);
  bottom: 210px;
  right: 0;
  animation-delay: 1500ms;
}

.command-rail {
  background: rgba(8, 23, 34, 0.74);
  border: 1px solid rgba(217, 255, 244, 0.16);
  border-radius: 24px;
  bottom: 18px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  left: 8%;
  padding: 12px;
  position: absolute;
  right: 4%;
  backdrop-filter: blur(14px);
}

.command-rail div {
  background: rgba(217, 255, 244, 0.08);
  border: 1px solid rgba(217, 255, 244, 0.12);
  border-radius: 16px;
  display: grid;
  gap: 5px;
  min-height: 86px;
  padding: 14px;
}

.command-rail b {
  color: var(--teal);
  font-size: 13px;
}

.command-rail span {
  color: var(--paper);
  font-size: 18px;
  font-weight: 950;
}

@keyframes panelFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

@keyframes orbitTurn {
  to {
    transform: rotate(360deg);
  }
}

@keyframes stageDrift {
  0%,
  100% {
    transform: rotate(2deg) translateY(0);
  }

  50% {
    transform: rotate(1deg) translateY(-8px);
  }
}

.sponsor-strip {
  background: linear-gradient(90deg, var(--lemon), #ffffff, var(--mint));
  color: var(--ink);
  gap: 0;
  justify-content: space-around;
  min-height: 82px;
  overflow: hidden;
  padding: 12px 28px;
}

.sponsor-strip span {
  border-right: 1px solid rgba(7, 24, 35, 0.16);
  flex: 1;
  font-size: 15px;
  font-weight: 950;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
}

.sponsor-strip span:last-child {
  border-right: 0;
}

.brain-section,
.cockpit-section,
.signal-wall,
.final-panel,
.platform-section,
.demo-section,
.whitelist-section,
.pricing-section {
  margin: 0 auto;
  max-width: 1220px;
  padding: 86px 34px;
}

.platform-section,
.whitelist-section {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 0.85fr) minmax(430px, 1fr);
}

.platform-section h2,
.whitelist-section h2 {
  color: var(--paper);
  font-size: clamp(42px, 5vw, 76px);
  letter-spacing: 0;
  line-height: 0.96;
  margin: 14px 0 18px;
}

.platform-section p,
.whitelist-section p {
  color: #bdd7d5;
  font-size: 19px;
  line-height: 1.55;
  margin: 0;
}

.platform-orbit {
  background:
    radial-gradient(circle at 50% 50%, rgba(32, 200, 189, 0.28), transparent 42%),
    linear-gradient(135deg, rgba(217, 255, 244, 0.12), rgba(255, 240, 163, 0.06));
  border: 1px solid var(--line);
  border-radius: 36px;
  gap: 12px;
  justify-content: center;
  min-height: 360px;
  padding: 28px;
}

.platform-orbit img {
  border: 6px solid var(--paper);
  border-radius: 50%;
  box-shadow: 0 28px 68px rgba(32, 200, 189, 0.24);
  height: 150px;
  object-fit: cover;
  width: 150px;
  z-index: 2;
}

.platform-node {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(217, 255, 244, 0.2);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  display: grid;
  gap: 8px;
  max-width: 220px;
  padding: 20px;
}

.platform-node b {
  color: var(--lemon);
  font-size: 22px;
}

.platform-node span {
  color: #cce5e2;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

.discord-node {
  border-left: 5px solid #7c8dff;
}

.telegram-node {
  border-left: 5px solid var(--blue);
}

.section-title {
  margin-bottom: 28px;
  max-width: 820px;
}

.section-title h2,
.guild-copy h2,
.final-panel h2 {
  color: var(--paper);
  font-size: clamp(42px, 5vw, 78px);
  letter-spacing: 0;
  line-height: 0.96;
  margin: 12px 0 0;
}

.brain-grid,
.signal-wall,
.demo-grid,
.pricing-grid,
.whitelist-cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brain-grid article,
.signal-wall article,
.demo-chat,
.pricing-grid article,
.whitelist-cards a {
  background:
    linear-gradient(145deg, rgba(217, 255, 244, 0.12), rgba(255, 240, 163, 0.05)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 24px;
  min-height: 260px;
  padding: 24px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.brain-grid article:hover,
.signal-wall article:hover,
.pricing-grid article:hover,
.whitelist-cards a:hover,
.project-listing-card:hover,
.radar-card:hover {
  border-color: rgba(255, 240, 163, 0.38);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.28);
  transform: translateY(-4px);
}

.demo-chat {
  opacity: 0.58;
  min-height: 330px;
  transform: scale(0.98);
}

.demo-chat.is-active {
  border-color: rgba(255, 240, 163, 0.5);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 240, 163, 0.12) inset;
  opacity: 1;
  transform: translateY(-8px) scale(1);
}

.demo-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
}

.demo-tabs button {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(217, 255, 244, 0.16);
  border-radius: 999px;
  color: #dff8f5;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 950;
  min-height: 42px;
  padding: 0 16px;
}

.demo-tabs button.is-active {
  background: linear-gradient(135deg, var(--teal), #087a73);
  border-color: transparent;
  color: var(--paper);
}

.demo-topbar {
  background: rgba(8, 23, 34, 0.72);
  border: 1px solid rgba(217, 255, 244, 0.18);
  border-radius: 999px;
  color: var(--lemon);
  font-size: 13px;
  font-weight: 950;
  margin-bottom: 18px;
  padding: 10px 14px;
  text-transform: uppercase;
}

.demo-chat p {
  background: rgba(8, 23, 34, 0.55);
  border-left: 4px solid var(--teal);
  border-radius: 14px;
  color: #dff8f5;
  line-height: 1.45;
  margin: 0 0 12px;
  padding: 14px;
}

.demo-chat .member-line {
  border-left-color: var(--orange);
}

.demo-chat button {
  background: linear-gradient(135deg, var(--teal), #087a73);
  border: 0;
  border-radius: 999px;
  color: var(--paper);
  cursor: default;
  font: inherit;
  font-weight: 950;
  margin: 0 0 12px;
  padding: 12px 18px;
}

.brain-grid b {
  color: var(--teal);
  display: block;
  font-size: 44px;
  line-height: 1;
}

.brain-grid h3,
.signal-wall strong {
  color: var(--paper);
  display: block;
  font-size: 30px;
  line-height: 1.1;
  margin: 18px 0 12px;
}

.brain-grid p,
.signal-wall p {
  color: #b8d3d1;
  line-height: 1.55;
  margin: 0;
}

.cockpit-section {
  align-items: center;
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.7fr);
}

.cockpit-card {
  background:
    linear-gradient(145deg, rgba(9, 29, 40, 0.96), rgba(14, 62, 67, 0.9)),
    var(--night);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
  overflow: hidden;
  padding: 26px;
}

.cockpit-header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
}

.cockpit-header span {
  color: var(--lemon);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.cockpit-header strong {
  font-size: 22px;
}

.cockpit-lanes {
  gap: 14px;
  margin: 24px 0;
}

.cockpit-lanes div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(217, 255, 244, 0.16);
  border-radius: 18px;
  flex: 1;
  padding: 18px;
}

.cockpit-lanes span,
.cockpit-lanes small {
  color: #a9cac8;
  display: block;
  font-size: 13px;
  font-weight: 850;
}

.cockpit-lanes b {
  color: var(--lemon);
  display: block;
  font-size: 50px;
  line-height: 1;
  margin: 8px 0;
}

.cockpit-feed {
  display: grid;
  gap: 12px;
}

.cockpit-feed p {
  background: rgba(217, 255, 244, 0.08);
  border-left: 4px solid var(--teal);
  border-radius: 14px;
  color: #dff8f5;
  line-height: 1.5;
  margin: 0;
  padding: 15px;
}

.cockpit-feed p:nth-child(1) {
  animation: feedPulse 7s ease-in-out infinite;
}

.cockpit-feed p:nth-child(2) {
  animation: feedPulse 7s ease-in-out infinite 1600ms;
}

.cockpit-feed p:nth-child(3) {
  animation: feedPulse 7s ease-in-out infinite 3200ms;
}

@keyframes feedPulse {
  0%,
  65%,
  100% {
    border-left-color: var(--teal);
    transform: translateX(0);
  }

  12% {
    border-left-color: var(--lemon);
    transform: translateX(5px);
  }
}

.guild-copy {
  max-width: 480px;
}

.signal-wall {
  padding-top: 40px;
}

.signal-wall article:nth-child(2) {
  border-color: rgba(255, 141, 61, 0.36);
}

.signal-wall article:nth-child(3) {
  border-color: rgba(255, 240, 163, 0.34);
}

.whitelist-section {
  background:
    radial-gradient(circle at 94% 8%, rgba(255, 240, 163, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(217, 255, 244, 0.08), rgba(255, 255, 255, 0.03));
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  max-width: none;
}

.whitelist-section > div:first-child,
.whitelist-cards {
  margin-left: auto;
  margin-right: auto;
  max-width: 590px;
}

.whitelist-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.whitelist-cards a {
  color: inherit;
  min-height: 220px;
  text-decoration: none;
}

.whitelist-cards b {
  color: var(--lemon);
  display: block;
  font-size: 30px;
  margin-bottom: 18px;
}

.whitelist-cards span {
  color: #cce5e2;
  font-size: 17px;
  line-height: 1.5;
}

.pricing-grid article {
  min-height: 310px;
}

.pricing-grid span {
  color: var(--lemon);
  display: block;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.pricing-grid strong {
  color: var(--paper);
  display: block;
  font-size: 64px;
  line-height: 1;
  margin: 18px 0;
}

.pricing-grid p {
  color: #bdd7d5;
  line-height: 1.5;
  min-height: 96px;
}

.pricing-grid a,
.final-actions a {
  border-radius: 999px;
  display: inline-flex;
  font-weight: 950;
  min-height: 46px;
  padding: 13px 18px;
  text-decoration: none;
}

.pricing-grid a,
.final-actions a:first-child {
  background: linear-gradient(135deg, var(--teal), #087a73);
  color: var(--paper);
}

.featured-price {
  border-color: rgba(255, 240, 163, 0.4);
  box-shadow: 0 26px 70px rgba(255, 240, 163, 0.1);
  transform: translateY(-10px);
}

.final-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.final-actions a:not(:first-child) {
  border: 1px solid var(--line);
  color: #dff8f5;
}

.projects-hero,
.eligibility-section,
.token-flywheel-section,
.projects-section {
  margin: 0 auto;
  max-width: 1220px;
  padding: 92px 34px 56px;
}

.projects-hero {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.48fr);
  min-height: 78vh;
  padding-top: 150px;
}

.projects-hero h1 {
  color: var(--paper);
  font-size: clamp(46px, 6vw, 86px);
  letter-spacing: 0;
  line-height: 0.94;
  margin: 0 0 22px;
}

.projects-hero p,
.projects-note,
.token-flywheel-section p {
  color: #bdd7d5;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

.eyebrow {
  color: var(--lemon);
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.whitelist-rules,
.radar-console,
.flywheel-steps {
  background:
    linear-gradient(145deg, rgba(217, 255, 244, 0.12), rgba(255, 240, 163, 0.05)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 10px;
  padding: 24px;
}

.whitelist-rules b,
.radar-console b {
  color: var(--lemon);
  font-size: 18px;
  margin-bottom: 4px;
}

.whitelist-rules span,
.radar-console span,
.flywheel-steps span {
  background: rgba(8, 23, 34, 0.52);
  border: 1px solid rgba(217, 255, 244, 0.14);
  border-radius: 999px;
  color: #dff8f5;
  font-size: 14px;
  font-weight: 850;
  padding: 10px 12px;
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.section-heading h2,
.token-flywheel-section h2 {
  color: var(--paper);
  font-size: clamp(38px, 5vw, 70px);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 12px 0 0;
}

.eligibility-grid,
.score-key,
.projects-grid,
.radar-grid {
  display: grid;
  gap: 18px;
}

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

.eligibility-grid article,
.score-key span,
.project-listing-card,
.radar-card {
  background:
    linear-gradient(145deg, rgba(217, 255, 244, 0.12), rgba(255, 240, 163, 0.04)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 22px;
}

.eligibility-grid article span {
  color: var(--teal);
  font-size: 34px;
  font-weight: 950;
}

.eligibility-grid h3 {
  color: var(--paper);
  font-size: 25px;
  margin: 14px 0 10px;
}

.eligibility-grid p,
.project-listing-card p,
.radar-card em {
  color: #bdd7d5;
  line-height: 1.55;
}

.token-flywheel-section {
  align-items: center;
  background:
    radial-gradient(circle at 16% 22%, rgba(32, 200, 189, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(217, 255, 244, 0.09), rgba(255, 240, 163, 0.06));
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.62fr);
  max-width: none;
}

.score-key {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 22px;
}

.score-key span {
  color: #cce5e2;
  font-size: 14px;
  line-height: 1.5;
}

.score-key b {
  color: var(--lemon);
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

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

.project-listing-card,
.radar-card {
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.listing-top {
  align-items: start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.listing-top span {
  color: var(--lemon);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.listing-top h3 {
  color: var(--paper);
  font-size: 32px;
  line-height: 1.05;
  margin: 8px 0 6px;
}

.listing-top h3 small {
  color: var(--teal);
  font-size: 18px;
}

.listing-top em {
  color: #a9cac8;
  font-style: normal;
  font-weight: 850;
}

.listing-score-wrap {
  align-items: center;
  display: flex;
  gap: 12px;
}

.listing-mascot {
  background: linear-gradient(135deg, var(--teal), var(--orange));
  border: 4px solid var(--paper);
  border-radius: 50%;
  color: var(--paper);
  display: inline-flex;
  font-size: 24px;
  font-weight: 950;
  height: 72px;
  justify-content: center;
  object-fit: cover;
  width: 72px;
}

.listing-score {
  background: #071823;
  border: 1px solid rgba(217, 255, 244, 0.14);
  border-radius: 14px;
  color: var(--paper);
  display: grid;
  min-width: 92px;
  padding: 12px;
  text-align: center;
}

.listing-score strong {
  font-size: 38px;
  line-height: 1;
}

.listing-score span {
  color: var(--mint);
  font-size: 10px;
}

.listing-metrics,
.requirement-list,
.listing-links,
.radar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.listing-metrics b,
.requirement-list span,
.radar-tags span {
  background: rgba(217, 255, 244, 0.12);
  border-radius: 999px;
  color: #dff8f5;
  font-size: 12px;
  font-weight: 950;
  padding: 8px 10px;
}

.listing-metrics .is-live,
.requirement-list .is-complete {
  background: rgba(32, 200, 189, 0.18);
  color: #9ff4ed;
}

.requirement-list .is-missing {
  background: rgba(255, 141, 61, 0.18);
  color: #ffc49c;
}

.qualification-panel,
.listing-next,
.token-access-panel {
  background: rgba(8, 23, 34, 0.56);
  border: 1px solid rgba(217, 255, 244, 0.14);
  border-radius: 18px;
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding: 16px;
}

.qualification-panel b,
.listing-next b,
.token-access-panel span {
  color: var(--lemon);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.qualification-panel span,
.listing-next span,
.token-access-panel p {
  color: #bdd7d5;
  line-height: 1.45;
  margin: 0;
}

.trust-breakdown {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
}

.trust-breakdown div {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(217, 255, 244, 0.14);
  border-radius: 16px;
  padding: 14px;
}

.trust-breakdown span {
  color: #a9cac8;
  display: block;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.trust-breakdown strong {
  color: var(--paper);
  display: block;
  font-size: 26px;
  margin: 6px 0;
}

.trust-breakdown i {
  background: rgba(217, 255, 244, 0.14);
  border-radius: 999px;
  display: block;
  height: 10px;
  overflow: hidden;
}

.trust-breakdown i b {
  background: linear-gradient(90deg, var(--teal), var(--orange));
  display: block;
  height: 100%;
}

.token-access-panel {
  align-items: center;
  grid-template-columns: 120px minmax(0, 1fr);
}

.token-access-panel strong {
  color: var(--paper);
  display: block;
  font-size: 44px;
  line-height: 1;
}

.listing-links a,
.listing-links span {
  background: linear-gradient(135deg, var(--teal), #087a73);
  border-radius: 999px;
  color: var(--paper);
  font-size: 13px;
  font-weight: 950;
  padding: 10px 12px;
  text-decoration: none;
}

.radar-grid {
  grid-template-columns: 1fr;
}

.radar-card {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: 82px minmax(0, 1fr);
}

.radar-rank {
  align-items: center;
  background: linear-gradient(135deg, var(--teal), var(--orange));
  border-radius: 20px;
  color: var(--paper);
  display: flex;
  font-size: 28px;
  font-weight: 950;
  height: 82px;
  justify-content: center;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: #bdd7d5;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1220px;
  padding: 26px 34px 42px;
}

.site-footer a {
  color: #bdd7d5;
  font-weight: 850;
  text-decoration: none;
}

.final-panel {
  align-items: center;
  background:
    radial-gradient(circle at 14% 42%, rgba(32, 200, 189, 0.28), transparent 28%),
    linear-gradient(135deg, rgba(217, 255, 244, 0.12), rgba(255, 240, 163, 0.08));
  border: 1px solid var(--line);
  border-radius: 34px;
  gap: 26px;
  margin-bottom: 46px;
}

.final-panel img {
  border: 6px solid var(--paper);
  border-radius: 50%;
  box-shadow: 0 26px 62px rgba(32, 200, 189, 0.2);
  height: 170px;
  object-fit: cover;
  width: 170px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 1000px) {
  .concept-nav {
    align-items: flex-start;
    flex-direction: column;
    position: static;
  }

  .concept-nav::before {
    border-radius: 0;
    inset: 0;
  }

  .concept-nav nav {
    flex-wrap: wrap;
  }

  .hero-arena,
  .cockpit-section,
  .brain-grid,
  .signal-wall,
  .platform-section,
  .hero-metrics,
  .demo-grid,
  .pricing-grid,
  .whitelist-section,
  .projects-hero,
  .eligibility-grid,
  .token-flywheel-section,
  .score-key,
  .projects-grid {
    grid-template-columns: 1fr;
  }

  .site-header {
    align-items: flex-start;
    border-radius: 0;
    flex-direction: column;
    left: 0;
    right: 0;
    top: 0;
  }

  .projects-hero {
    padding-top: 190px;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .hero-arena {
    min-height: auto;
    padding: 60px 24px 50px;
  }

  .mascot-stage {
    min-height: 620px;
  }

  .command-core {
    right: 4%;
    width: min(430px, 70vw);
  }

  .feature-inspector {
    left: 0;
    max-width: 480px;
  }

  .platform-card-discord {
    left: 0;
  }

  .platform-card-event {
    left: 0;
  }

  .platform-card-telegram {
    right: 0;
  }
}

@media (max-width: 640px) {
  .hero-copy h1 {
    font-size: 48px;
  }

  .hero-copy p,
  .guild-copy p,
  .final-panel p,
  .platform-section p,
  .whitelist-section p {
    font-size: 17px;
  }

  .mascot-stage {
    display: grid;
    gap: 12px;
    min-height: auto;
  }

  .stage-orbit {
    display: none;
  }

  .command-core,
  .feature-node,
  .feature-inspector,
  .platform-card,
  .command-rail {
    position: static;
    transform: none;
    width: 100%;
  }

  .feature-node,
  .feature-inspector {
    max-width: none;
  }

  .command-core {
    padding: 24px;
  }

  .mascot-art {
    height: 160px;
    width: 160px;
  }

  .command-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .node-signals:hover,
  .node-signals:focus-visible,
  .node-signals.is-active,
  .feature-node:hover,
  .feature-node:focus-visible,
  .feature-node.is-active {
    transform: none;
  }

  .sponsor-strip,
  .cockpit-lanes,
  .final-panel,
  .platform-orbit,
  .final-actions,
  .demo-tabs,
  .whitelist-cards {
    align-items: stretch;
    flex-direction: column;
  }

  .demo-tabs button {
    width: 100%;
  }

  .sponsor-strip span {
    border-bottom: 1px solid rgba(7, 24, 35, 0.16);
    border-right: 0;
  }

  .brain-section,
  .cockpit-section,
  .signal-wall,
  .final-panel,
  .platform-section,
  .demo-section,
  .whitelist-section,
  .pricing-section,
  .projects-hero,
  .eligibility-section,
  .token-flywheel-section,
  .projects-section,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .featured-price {
    transform: none;
  }

  .listing-top,
  .listing-score-wrap,
  .token-access-panel,
  .radar-card,
  .site-footer {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
  }

  .listing-mascot {
    height: 62px;
    width: 62px;
  }
}
.module-lab,
.module-orbit,
.module-stage,
.feature-orbit,
.orbit-stage,
.command-orbit,
.command-stage {
  overflow: visible;
}

.module-lab::before,
.module-lab::after,
.module-orbit::before,
.module-orbit::after,
.module-stage::before,
.module-stage::after,
.feature-orbit::before,
.feature-orbit::after,
.orbit-stage::before,
.orbit-stage::after,
.command-orbit::before,
.command-orbit::after,
.command-stage::before,
.command-stage::after {
  display: none;
}

.module-detail,
.feature-detail,
.orbit-detail,
.command-detail {
  position: relative;
  z-index: 4;
}

@media (min-width: 900px) {
  .module-lab,
  .module-orbit,
  .module-stage,
  .feature-orbit,
  .orbit-stage,
  .command-orbit,
  .command-stage {
    padding-bottom: 220px;
  }

  .module-detail,
  .feature-detail,
  .orbit-detail,
  .command-detail {
    max-width: 560px;
    margin-top: 32px;
  }
}

@media (max-width: 899px) {
  .module-lab,
  .module-orbit,
  .module-stage,
  .feature-orbit,
  .orbit-stage,
  .command-orbit,
  .command-stage {
    display: grid;
    gap: 20px;
  }

  .module-detail,
  .feature-detail,
  .orbit-detail,
  .command-detail {
    inset: auto;
    width: min(100%, 560px);
    margin: 0 auto;
    transform: none;
  }
}
