:root {
  --bg-primary: #fcfffd;
  --bg-secondary: #fcfffd;
  --card-bg: #ffffff;
  --card-bg-soft: #ffffff;
  --terminal-bg: #00170e;
  --text-primary: #082417;
  --text-soft: #143627;
  --text-secondary: #20382c;
  --text-muted: #47665a;
  --accent: #06d58d;
  --accent-soft: #e9fff4;
  --accent-deep: #0b6e48;
  --border: rgba(8, 36, 23, 0.12);
  --border-strong: rgba(10, 90, 58, 0.28);
  --glow: rgba(6, 213, 141, 0.12);
  --shadow: 0 14px 30px rgba(8, 33, 22, 0.07);
  --dark-text-primary: #ffffff;
  --dark-text-secondary: #d3ddd7;
  --dark-text-muted: #93a39b;
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --container: 1360px;
  --header-height: 80px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family: "JetBrains Mono", monospace;
  line-height: 1.58;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

body.docs-sidebar-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

code {
  font-family: "JetBrains Mono", monospace;
}

.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: absolute;
  left: 16px;
  top: -56px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--accent);
  color: #01140d;
  font-weight: 700;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

.container {
  width: min(calc(100vw - 32px), var(--container));
  margin: 0 auto;
}

.hero-grid > *,
.docs-content > *,
.docs-overview-card,
.docs-hero,
.docs-section,
.docs-chapter,
.number-card,
.feature-card,
.stat-card,
.economics-card,
.page-card,
.contact-link-card,
.ecosystem-card,
.cta-copy,
.hero-copy,
.section-head {
  min-width: 0;
}

.section {
  position: relative;
  padding: 28px 0;
  scroll-margin-top: calc(var(--header-height) + 24px);
  background: var(--bg-primary);
}

.section-panel {
  background: var(--bg-secondary);
}

.section-head {
  width: min(calc(100% - 32px), var(--container));
  max-width: var(--container);
  margin: 0 auto 10px;
}

.section-head h2,
.section-head p {
  max-width: 760px;
}

.section-head h2,
.hero-copy h1,
.story-card h3,
.cta-copy h2,
.developer-copy h2,
.status-copy h2 {
  margin: 0;
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
  letter-spacing: 0;
}

.section-head h2,
.developer-copy h2,
.status-copy h2,
.cta-copy h2 {
  font-size: clamp(1.6rem, 3vw, 2.55rem);
  line-height: 1.08;
  color: #0d3a29;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.section-head p,
.hero-lead,
.hero-note,
.story-card p,
.cta-copy p,
.developer-copy p,
.status-copy p,
.economics-note p,
.footer-brand p {
  color: var(--text-secondary);
  font-size: 0.94rem;
  overflow-wrap: anywhere;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #098356;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.section-kicker::before {
  content: "";
  width: 36px;
  height: 1px;
  background: rgba(9, 131, 86, 0.42);
}

.headline-accent {
  color: #0aa365;
}

.card {
  background: var(--card-bg);
  border: 1px solid rgba(8, 36, 23, 0.1);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 28px rgba(8, 33, 22, 0.06);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.card:hover {
  transform: translateY(-2px);
  border-color: var(--border-strong);
  box-shadow: 0 16px 34px rgba(8, 33, 22, 0.09);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 11px;
  border: 1px solid transparent;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px rgba(10, 163, 101, 0.08),
    0 12px 24px rgba(6, 213, 141, 0.14);
}

.button-primary {
  background: linear-gradient(180deg, #13d894 0%, #00c982 100%);
  color: #06291b;
  border-color: rgba(7, 98, 63, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 8px 18px var(--glow);
}

.button-primary:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 10px 22px rgba(6, 213, 141, 0.16);
}

.button-secondary {
  border-color: rgba(8, 36, 23, 0.14);
  background: #ffffff;
  color: var(--text-primary);
  box-shadow: 0 10px 22px rgba(8, 33, 22, 0.04);
}

.button-secondary:hover,
.button-tertiary:hover {
  border-color: var(--border-strong);
  background: #ffffff;
  color: var(--text-primary);
}

.button-tertiary {
  border-color: rgba(8, 36, 23, 0.1);
  background: #ffffff;
  color: var(--text-primary);
  box-shadow: 0 10px 22px rgba(8, 33, 22, 0.04);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(25, 45, 35, 0.985);
  box-shadow: 0 10px 26px rgba(3, 12, 8, 0.24);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.site-header .brand-name {
  color: var(--dark-text-primary);
}

.site-header .brand-tag {
  color: #edf4f0;
}

.site-header .site-nav a {
  color: #f0f5f2;
}

.site-header .site-nav a:hover {
  color: var(--dark-text-primary);
}

.site-header .button {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 14px;
  font-size: 0.84rem;
}

.site-header .menu-toggle {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--dark-text-primary);
}

.site-header .button-secondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  color: var(--dark-text-primary);
}

.site-header .button-primary {
  background: linear-gradient(180deg, #11d894 0%, #00c77f 100%);
  color: #04291b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 8px 18px rgba(6, 213, 141, 0.16);
}

.site-header .button-secondary:hover,
.site-header .button-tertiary:hover {
  border-color: rgba(0, 214, 143, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: var(--dark-text-primary);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: var(--header-height);
}

body.docs-page .site-header {
  z-index: 40;
}

body.docs-page .nav-shell {
  min-height: 72px;
}

.docs-header-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
}

.docs-home-link {
  flex: 0 0 auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  width: 82px;
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(255, 255, 255, 0.08));
}

.brand-copy {
  display: none;
  min-width: 0;
}

.brand-name {
  display: block;
  font-family: "JetBrains Mono", monospace;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1;
}

.brand-tag {
  display: block;
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 0.7rem;
  line-height: 1.2;
}

.menu-toggle {
  position: relative;
  z-index: 31;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 48px;
  height: 48px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-primary);
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.nav-panel {
  position: fixed;
  inset: var(--header-height) 16px auto 16px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: rgba(2, 27, 18, 0.98);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.34);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

body.nav-open .nav-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.site-nav,
.nav-actions {
  display: flex;
  flex-direction: column;
}

.site-nav {
  gap: 12px;
}

.site-nav a {
  padding: 10px 0;
  color: var(--text-secondary);
  font-size: 0.94rem;
  font-weight: 600;
}

.site-nav a:hover {
  color: var(--text-primary);
}

.nav-actions {
  gap: 10px;
  margin-top: 16px;
}

main {
  overflow: visible;
  background: var(--bg-primary);
}

.hero-section {
  background: var(--bg-primary);
  padding: 18px 0 8px;
}

.hero-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}

.hero-copy {
  padding-top: 8px;
  max-width: 620px;
}

.hero-signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 0;
}

.signal-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(11, 90, 60, 0.12);
  border-radius: 11px;
  background: #ffffff;
  color: var(--text-soft);
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: 0 10px 22px rgba(8, 33, 22, 0.05);
}

.signal-chip::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 16px var(--glow);
}

.hero-copy h1 {
  font-size: clamp(1.95rem, 3.85vw, 3.05rem);
  line-height: 0.94;
  margin-bottom: 10px;
  max-width: 560px;
  color: var(--text-soft);
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.hero-headline-solid {
  color: #0aa365;
  text-shadow: 0 10px 34px rgba(6, 213, 141, 0.08);
}

.hero-lead {
  max-width: 470px;
  margin: 0 0 14px;
  font-size: clamp(0.94rem, 1.55vw, 1.02rem);
  word-break: break-word;
}

.hero-note {
  max-width: 420px;
  margin: 10px 0 0;
  color: var(--text-secondary);
  font-size: 0.84rem;
}

.hero-compare {
  max-width: 520px;
  margin: 12px 0 0;
  color: var(--text-secondary);
  font-size: 0.79rem;
  line-height: 1.58;
}

.hero-compare strong {
  color: var(--text-primary);
}

.hero-stage {
  position: relative;
  isolation: isolate;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(10, 90, 58, 0.14);
  border-radius: 34px;
  --power-level: 36%;
  --power-scale: 0.36;
  --engine-scale: 1.04;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.998), rgba(248, 255, 251, 0.996)),
    radial-gradient(circle at 70% 62%, rgba(6, 213, 141, 0.08), transparent 34%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 18px 34px rgba(8, 33, 22, 0.07);
  cursor: pointer;
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(10, 90, 58, 0.08);
  border-radius: 26px;
  pointer-events: none;
}

.hero-stage::after {
  content: "";
  position: absolute;
  inset: auto 4% 5% 4%;
  height: 30%;
  background: radial-gradient(circle at center, rgba(6, 213, 141, 0.16), transparent 74%);
  filter: blur(30px);
  pointer-events: none;
}

.hero-stage-glow {
  position: absolute;
  left: 58%;
  top: 60%;
  z-index: 0;
  width: min(86%, 620px);
  height: 360px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(6, 213, 141, 0.16), transparent 74%);
  filter: blur(40px);
  pointer-events: none;
  opacity: calc(0.34 + (var(--power-scale) * 0.14));
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.hero-stage-title {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 5;
  display: grid;
  justify-items: start;
  gap: 5px;
  width: min(260px, calc(100% - 142px));
  padding: 10px 14px 12px;
  border: 1px solid rgba(10, 90, 58, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 12px 26px rgba(8, 33, 22, 0.05);
}

.hero-stage-title span {
  display: block;
  width: 100%;
  color: #4b6d60;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: left;
}

.hero-stage-title p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.36;
  text-align: left;
}

.hero-power-meter {
  position: absolute;
  right: 16px;
  top: 14px;
  bottom: auto;
  z-index: 6;
  display: grid;
  gap: 8px;
  width: 120px;
}

.hero-power-label,
.hero-power-shell,
.hero-power-track,
.hero-power-fill,
.hero-power-step,
.hero-power-value {
  position: static;
}

.hero-power-label {
  color: #4b6d60;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: right;
}

.hero-power-shell {
  display: grid;
  gap: 8px;
  justify-items: end;
  padding: 10px 12px 12px;
  border: 1px solid rgba(10, 90, 58, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 12px 24px rgba(8, 33, 22, 0.05);
}

.hero-power-track {
  position: relative;
  width: 100%;
  height: 12px;
  overflow: hidden;
  border: 1px solid rgba(10, 90, 58, 0.14);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(245, 255, 249, 1), rgba(230, 250, 241, 0.98));
}

.hero-power-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--power-level);
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(6, 213, 141, 0.28), rgba(6, 213, 141, 0.94));
  box-shadow: 0 0 18px rgba(6, 213, 141, 0.18);
  transition: width 0.22s ease;
}

.hero-power-step {
  position: absolute;
  top: 2px;
  bottom: 2px;
  width: 1px;
  background: rgba(10, 90, 58, 0.14);
}

.hero-power-step-a { left: 24%; }
.hero-power-step-b { left: 49%; }
.hero-power-step-c { left: 74%; }
.hero-power-step-d { left: 88%; }

.hero-power-value {
  color: var(--text-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-engine-canvas {
  position: absolute;
  inset: 64px -44px -24px -44px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-engine-asset-shell {
  position: relative;
  width: min(116%, 790px);
  aspect-ratio: 3 / 2;
  animation: engineShellFloat 7.6s ease-in-out infinite;
}

.hero-engine-asset-shell::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 1%;
  height: 16%;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(6, 213, 141, 0.2), transparent 72%);
  filter: blur(24px);
  opacity: calc(0.5 + (var(--power-scale) * 0.32));
}

.hero-engine-asset-shell::after {
  content: "";
  position: absolute;
  inset: 8% 9% 12%;
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% 38%, rgba(6, 213, 141, 0.14), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(233, 255, 244, 0.18));
  filter: blur(18px);
  opacity: calc(0.62 + (var(--power-scale) * 0.16));
}

.hero-engine-asset-glow {
  position: absolute;
  inset: 5% 7% 9%;
  border-radius: 40px;
  background:
    radial-gradient(circle at 50% 46%, rgba(6, 213, 141, 0.22), transparent 38%),
    radial-gradient(circle at 50% 62%, rgba(6, 213, 141, 0.14), transparent 52%);
  filter: blur(30px);
  opacity: calc(0.22 + (var(--power-scale) * 0.26));
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.hero-engine-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(6, 213, 141, 0.18);
  border-radius: 50%;
  opacity: calc(0.18 + (var(--power-scale) * 0.08));
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.hero-engine-orbit-a {
  inset: 9% 10% 16%;
  transform: rotate(-12deg);
}

.hero-engine-orbit-b {
  inset: 17% 20% 22%;
  transform: rotate(22deg);
}

.hero-engine-orbit-c {
  inset: 14% 18% 18%;
  transform: rotate(90deg);
}

.hero-engine-asset {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: scale(var(--engine-scale));
  transform-origin: center;
  filter:
    drop-shadow(0 28px 28px rgba(8, 33, 22, 0.12))
    drop-shadow(0 10px 22px rgba(6, 213, 141, 0.09));
  transition: transform 0.22s ease, filter 0.22s ease;
}

.hero-hotspot {
  position: absolute;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(10, 90, 58, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 10px 18px rgba(8, 33, 22, 0.08);
  color: var(--accent-deep);
  cursor: pointer;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.hero-hotspot-icon {
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1;
}

.hero-hotspot:hover,
.hero-hotspot:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(10, 163, 101, 0.28);
  background: rgba(255, 255, 255, 1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 12px 24px rgba(6, 213, 141, 0.16),
    0 0 0 1px rgba(10, 163, 101, 0.08);
}

.hero-hotspot-tip {
  position: absolute;
  min-width: 158px;
  padding: 11px 13px;
  border: 1px solid rgba(10, 90, 58, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 12px 24px rgba(8, 33, 22, 0.08);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.hero-hotspot-tip strong {
  display: block;
  color: var(--text-soft);
  font-size: 0.8rem;
  line-height: 1.2;
}

.hero-hotspot-tip small {
  display: block;
  margin-top: 4px;
  color: var(--text-secondary);
  font-size: 0.7rem;
  line-height: 1.35;
}

.hero-hotspot:hover .hero-hotspot-tip,
.hero-hotspot:focus-visible .hero-hotspot-tip,
.hero-hotspot:focus .hero-hotspot-tip,
.hero-hotspot:active .hero-hotspot-tip {
  opacity: 1;
}

.hero-hotspot-a {
  left: 15%;
  top: 37%;
}

.hero-hotspot-a .hero-hotspot-tip {
  left: calc(100% + 12px);
  top: 50%;
  transform: translate(8px, -50%);
}

.hero-hotspot:hover.hero-hotspot-a .hero-hotspot-tip,
.hero-hotspot:focus-visible.hero-hotspot-a .hero-hotspot-tip {
  transform: translate(0, -50%);
}

.hero-hotspot-b {
  right: 15%;
  top: 29%;
}

.hero-hotspot-b .hero-hotspot-tip {
  right: calc(100% + 12px);
  top: 50%;
  transform: translate(-8px, -50%);
}

.hero-hotspot:hover.hero-hotspot-b .hero-hotspot-tip,
.hero-hotspot:focus-visible.hero-hotspot-b .hero-hotspot-tip {
  transform: translate(0, -50%);
}

.hero-hotspot-c {
  left: 19%;
  bottom: 18%;
}

.hero-hotspot-c .hero-hotspot-tip {
  left: calc(100% + 12px);
  top: 50%;
  transform: translate(8px, -50%);
}

.hero-hotspot:hover.hero-hotspot-c .hero-hotspot-tip,
.hero-hotspot:focus-visible.hero-hotspot-c .hero-hotspot-tip {
  transform: translate(0, -50%);
}

.hero-hotspot-d {
  right: 18%;
  bottom: 16%;
}

.hero-hotspot-d .hero-hotspot-tip {
  right: calc(100% + 12px);
  bottom: 50%;
  transform: translate(-8px, 50%);
}

.hero-hotspot:hover.hero-hotspot-d .hero-hotspot-tip,
.hero-hotspot:focus-visible.hero-hotspot-d .hero-hotspot-tip {
  transform: translate(0, 50%);
}

.hero-stage.is-energized .hero-stage-glow {
  animation: engineStageGlow 1.04s ease;
}

.hero-stage.is-energized .hero-engine-asset-shell {
  animation: engineShellCharge 1.05s ease;
}

.hero-stage.is-energized .hero-engine-asset {
  animation: engineImageCharge 1.05s ease;
}

.hero-stage.is-energized .hero-engine-asset-glow {
  animation: engineGlowCharge 1.05s ease;
}

.hero-stage.is-energized .hero-engine-orbit {
  animation: engineOrbitCharge 1.05s ease;
}

@keyframes engineShellFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes engineShellCharge {
  0% {
    transform: translateY(0) scale(1);
  }
  36% {
    transform: translateY(-10px) scale(1.03);
  }
  68% {
    transform: translateY(-4px) scale(1.018);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes engineImageCharge {
  0% {
    transform: scale(var(--engine-scale));
    filter:
      drop-shadow(0 28px 28px rgba(8, 33, 22, 0.12))
      drop-shadow(0 10px 22px rgba(6, 213, 141, 0.09));
  }
  42% {
    transform: scale(calc(var(--engine-scale) + 0.06));
    filter:
      drop-shadow(0 32px 34px rgba(8, 33, 22, 0.16))
      drop-shadow(0 0 26px rgba(6, 213, 141, 0.22));
  }
  100% {
    transform: scale(var(--engine-scale));
    filter:
      drop-shadow(0 28px 28px rgba(8, 33, 22, 0.12))
      drop-shadow(0 10px 22px rgba(6, 213, 141, 0.09));
  }
}

@keyframes engineGlowCharge {
  0%, 100% {
    opacity: calc(0.36 + (var(--power-scale) * 0.34));
    transform: scale(1);
  }
  45% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes engineOrbitCharge {
  0%, 100% {
    opacity: calc(0.28 + (var(--power-scale) * 0.08));
    transform: scale(1);
  }
  50% {
    opacity: 0.54;
    transform: scale(1.04);
  }
}

@keyframes engineStageGlow {
  0%, 100% {
    opacity: calc(0.46 + (var(--power-scale) * 0.16));
    transform: translate(-50%, -50%) scale(1);
  }
  46% {
    opacity: 0.82;
    transform: translate(-50%, -50%) scale(1.06);
  }
}

.visual-frame {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  border: 1px solid rgba(10, 90, 58, 0.18);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 68% 34%, rgba(6, 213, 141, 0.15), transparent 18%),
    radial-gradient(circle at 22% 82%, rgba(6, 213, 141, 0.09), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f6fffa 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 18px 36px rgba(8, 33, 22, 0.09);
}

.value-frame {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(10, 90, 58, 0.16);
  background: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 18px 36px rgba(8, 33, 22, 0.08);
}

.value-layer {
  position: relative;
  z-index: 2;
}

.value-frame .visual-grid,
.value-frame .visual-line,
.value-frame .visual-node,
.value-frame .visual-block {
  display: none;
}

.visual-grid,
.visual-grid::before,
.visual-grid::after {
  position: absolute;
  inset: 0;
}

.visual-grid {
  background-image:
    linear-gradient(rgba(10, 90, 58, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 90, 58, 0.09) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.95));
}

.visual-grid::before {
  content: "";
  background:
    radial-gradient(circle at 20% 20%, rgba(6, 213, 141, 0.08), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(6, 213, 141, 0.1), transparent 18%),
    radial-gradient(circle at 82% 84%, rgba(10, 90, 58, 0.06), transparent 20%);
}

.visual-grid::after {
  content: "";
  border: 1px solid rgba(10, 90, 58, 0.09);
  border-radius: 24px;
  inset: 18px;
}

.value-frame-banner {
  max-width: 370px;
  padding: 12px 14px;
  border: 1px solid rgba(10, 90, 58, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(248, 255, 251, 0.98), rgba(240, 255, 247, 0.99));
  box-shadow: 0 12px 24px rgba(8, 33, 22, 0.08);
}

.value-frame-banner span,
.value-main-label,
.value-compare-card span,
.value-anchor-card span {
  display: block;
  color: #3f6555;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.value-frame-banner strong {
  display: block;
  margin-top: 6px;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.45;
}

.value-frame-main {
  max-width: 420px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(10, 90, 58, 0.22);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(242, 255, 247, 0.99));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 16px 32px rgba(8, 33, 22, 0.08);
}

.value-frame-main h2 {
  margin: 8px 0 10px;
  color: var(--text-soft);
  font-size: clamp(1.48rem, 3vw, 2.18rem);
  line-height: 1.02;
}

.value-frame-main p {
  color: var(--text-secondary);
  font-size: 0.91rem;
  line-height: 1.68;
}

.value-pill-set {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 460px;
}

.value-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(10, 90, 58, 0.18);
  border-radius: 999px;
  background: rgba(248, 255, 251, 0.98);
  color: var(--text-soft);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(8, 33, 22, 0.04);
}

.value-compare-grid {
  display: grid;
  gap: 12px;
  margin-top: auto;
}

.value-compare-card,
.value-anchor-card {
  padding: 15px;
  border: 1px solid rgba(10, 90, 58, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(253, 255, 254, 0.99), rgba(245, 255, 249, 0.99));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 10px 20px rgba(8, 33, 22, 0.05);
}

.value-compare-card strong,
.value-anchor-card strong {
  display: block;
  margin-top: 6px;
  color: var(--text-soft);
  font-size: 0.98rem;
  line-height: 1.3;
}

.value-compare-card p,
.value-anchor-card p {
  margin-top: 8px;
  color: var(--text-secondary);
  font-size: 0.81rem;
  line-height: 1.58;
}

.value-metric-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 11px;
  padding-top: 10px;
  border-top: 1px solid rgba(10, 90, 58, 0.1);
}

.value-metric-row em {
  color: #587467;
  font-size: 0.67rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.value-metric-row b {
  color: var(--text-primary);
  font-size: 0.8rem;
  line-height: 1.2;
}

.value-anchor-grid {
  display: grid;
  gap: 12px;
}

.visual-line,
.visual-node,
.visual-block {
  position: absolute;
}

.visual-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(6, 213, 141, 0.65), transparent);
  transform-origin: left center;
}

.visual-line-a {
  top: 29%;
  left: 12%;
  width: 42%;
  transform: rotate(13deg);
}

.visual-line-b {
  top: 34%;
  right: 16%;
  width: 34%;
  transform: rotate(-22deg);
}

.visual-line-c {
  bottom: 24%;
  left: 20%;
  width: 32%;
  transform: rotate(-12deg);
}

.visual-line-d {
  bottom: 20%;
  right: 19%;
  width: 26%;
  transform: rotate(16deg);
}

.visual-node {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(0, 229, 153, 0.08), 0 0 20px var(--glow);
}

.visual-node-a { top: 24%; left: 14%; }
.visual-node-b { top: 31%; left: 51%; }
.visual-node-c { top: 21%; right: 18%; }
.visual-node-d { bottom: 27%; left: 28%; }
.visual-node-e { bottom: 18%; right: 24%; }

.visual-block {
  border: 1px solid rgba(10, 90, 58, 0.15);
  border-radius: 18px;
  background: rgba(240, 255, 247, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.visual-block-a {
  top: 12%;
  right: 10%;
  width: 92px;
  height: 58px;
}

.visual-block-b {
  bottom: 14%;
  left: 11%;
  width: 118px;
  height: 70px;
}

.visual-block-c {
  bottom: 13%;
  right: 10%;
  width: 76px;
  height: 76px;
}

.visual-microcard {
  position: absolute;
  z-index: 2;
  padding: 12px 14px;
  border: 1px solid rgba(0, 229, 153, 0.18);
  border-radius: 18px;
  background: rgba(1, 23, 14, 0.88);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}

.visual-microcard span {
  display: block;
  color: #8fa79c;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.visual-microcard strong {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-size: 0.88rem;
  line-height: 1.35;
}

.visual-microcard-left {
  left: 20px;
  top: 20px;
  max-width: 172px;
}

.visual-microcard-right {
  right: 20px;
  top: 72px;
  max-width: 188px;
}

.visual-microcard-bottom {
  bottom: 20px;
  left: 50%;
  width: min(300px, calc(100% - 40px));
  transform: translateX(-50%);
}

.visual-logo-shell {
  position: absolute;
  inset: 15% 14% 19%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qubit-sphere-shell {
  position: relative;
  width: min(100%, 360px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.qubit-sphere-shell::before {
  content: "";
  position: absolute;
  inset: 5%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(0, 229, 153, 0.12), transparent 54%),
    radial-gradient(circle, rgba(210, 255, 237, 0.08), transparent 76%);
  filter: blur(30px);
}

.qubit-sphere {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
  animation: qubitFloat 9.5s ease-in-out infinite;
}

.qubit-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.22));
}

.qubit-shell,
.qubit-orbit,
.qubit-scaffold,
.qubit-spines {
  transform-box: fill-box;
  transform-origin: center;
}

.qubit-aura {
  fill: url(#qubit-aura-fill);
  opacity: 0.92;
  animation: qubitAuraPulse 4.8s ease-in-out infinite;
}

.qubit-shell {
  fill: none;
  stroke: rgba(195, 255, 234, 0.4);
  stroke-width: 1.4;
}

.qubit-shell-outer {
  stroke-dasharray: 18 10 34 14;
  animation: qubitShellSpin 16s linear infinite;
}

.qubit-shell-mid {
  stroke: rgba(95, 255, 198, 0.52);
  stroke-dasharray: 10 10 18 12;
  animation: qubitShellSpinReverse 11s linear infinite;
}

.qubit-shell-inner {
  stroke: rgba(215, 255, 241, 0.34);
  stroke-dasharray: 7 12 12 16;
  animation: qubitShellSpin 9s linear infinite reverse;
}

.qubit-orbit ellipse {
  fill: none;
  stroke: url(#qubit-stroke);
  stroke-width: 1.7;
  stroke-dasharray: 7 8 24 12;
  stroke-linecap: round;
  opacity: 0.88;
}

.qubit-orbit-a {
  animation: qubitOrbitA 12s linear infinite;
}

.qubit-orbit-b {
  animation: qubitOrbitB 10s linear infinite reverse;
}

.qubit-orbit-c {
  animation: qubitOrbitC 14s linear infinite;
}

.qubit-scaffold path {
  fill: none;
  stroke: rgba(213, 255, 239, 0.56);
  stroke-width: 1.28;
  stroke-dasharray: 11 7 18 9;
  stroke-linecap: round;
}

.qubit-scaffold-a {
  animation: qubitSpinA 13s linear infinite;
}

.qubit-scaffold-b {
  animation: qubitSpinB 15s linear infinite reverse;
}

.qubit-spine {
  stroke: rgba(117, 255, 206, 0.32);
  stroke-width: 1.1;
  stroke-dasharray: 5 9;
  stroke-linecap: round;
}

.qubit-spine-a {
  animation: qubitPulseLine 3.8s ease-in-out infinite;
}

.qubit-spine-b {
  animation: qubitPulseLine 4.6s ease-in-out infinite 0.5s;
}

.qubit-spine-c {
  animation: qubitPulseLine 4.1s ease-in-out infinite 1s;
}

.qubit-core-cluster {
  transform-box: fill-box;
  transform-origin: center;
  animation: qubitCoreFloat 5.2s ease-in-out infinite;
}

.qubit-core-halo {
  fill: url(#qubit-core-fill);
}

.qubit-core-ring {
  fill: none;
  stroke: rgba(245, 255, 250, 0.92);
  stroke-width: 1.4;
}

.qubit-core-dot {
  fill: #f9fffb;
  filter: drop-shadow(0 0 12px rgba(245, 255, 250, 0.7));
}

.qubit-node-dot {
  fill: #1aefaa;
  filter: drop-shadow(0 0 12px rgba(6, 213, 141, 0.5));
  animation: qubitNodePulse 3.6s ease-in-out infinite;
}

.qubit-node-dot-b {
  animation-delay: 0.45s;
}

.qubit-node-dot-c {
  animation-delay: 0.9s;
}

.qubit-node-dot-d {
  animation-delay: 1.35s;
}

.qubit-node-dot-e {
  animation-delay: 1.8s;
}

@keyframes qubitFloat {
  0%, 100% {
    transform: rotateX(8deg) rotateY(-11deg) translateY(0);
  }
  50% {
    transform: rotateX(12deg) rotateY(11deg) translateY(-10px);
  }
}

@keyframes qubitOrbitA {
  from { transform: rotate(0deg) rotateX(70deg); }
  to { transform: rotate(360deg) rotateX(70deg); }
}

@keyframes qubitOrbitB {
  from { transform: rotate(0deg) rotateY(74deg); }
  to { transform: rotate(360deg) rotateY(74deg); }
}

@keyframes qubitOrbitC {
  from { transform: rotate(16deg) rotateX(32deg) rotateY(54deg); }
  to { transform: rotate(376deg) rotateX(32deg) rotateY(54deg); }
}

@keyframes qubitSpinA {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes qubitSpinB {
  from { transform: rotate(24deg); }
  to { transform: rotate(384deg); }
}

@keyframes qubitShellSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes qubitShellSpinReverse {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes qubitAuraPulse {
  0%, 100% {
    opacity: 0.74;
    transform: scale(0.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.03);
  }
}

@keyframes qubitCoreFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes qubitNodePulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.25);
  }
}

@keyframes qubitPulseLine {
  0%, 100% {
    opacity: 0.24;
  }
  50% {
    opacity: 0.72;
  }
}

.visual-note-box {
  position: absolute;
  z-index: 2;
  max-width: 126px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(4, 28, 20, 0.92), rgba(4, 28, 20, 0.86));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 14px 28px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
  animation: noteDrift 7s ease-in-out infinite;
}

.visual-note-box span {
  display: block;
  color: #93b0a2;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.visual-note-box strong {
  display: block;
  margin-top: 4px;
  color: #f6fffb;
  font-size: 0.76rem;
  line-height: 1.25;
}

.visual-note-box-a {
  left: 18px;
  bottom: 110px;
}

.visual-note-box-b {
  right: 18px;
  bottom: 110px;
  animation-delay: 0.8s;
}

.visual-note-box-c {
  display: none;
  animation-delay: 1.4s;
}

@keyframes noteDrift {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.feature-strip {
  background: var(--bg-primary);
  padding: 0 0 2px;
}

.positioning-grid,
.positioning-top-grid,
.positioning-anchor-grid,
.positioning-compare-grid {
  display: grid;
  gap: 16px;
}

.positioning-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.positioning-card {
  padding: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fffb 100%);
  border-color: rgba(10, 90, 58, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 12px 28px rgba(8, 33, 22, 0.06);
}

.positioning-label {
  display: block;
  color: #0a7e53;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.positioning-banner-card strong,
.positioning-anchor-card strong,
.positioning-compare-card strong {
  display: block;
  margin-top: 8px;
  color: #0f4c35;
  font-size: 1rem;
  line-height: 1.35;
}

.positioning-main-card h3 {
  margin: 10px 0 12px;
  color: #0f4c35;
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(1.35rem, 2.25vw, 1.95rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0;
}

.positioning-main-card p,
.positioning-banner-card p,
.positioning-anchor-card p,
.positioning-compare-card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.86rem;
  line-height: 1.58;
}

.positioning-banner-card strong {
  font-size: 0.92rem;
  line-height: 1.38;
}

.positioning-compare-card .value-metric-row {
  margin-top: 12px;
}

.numbered-grid,
.feature-grid,
.stats-grid,
.economics-grid {
  display: grid;
  gap: 16px;
}

.number-card,
.feature-card,
.stat-card,
.economics-card,
.story-card,
.terminal-card,
.ecosystem-card,
.ecosystem-group,
.pill-card,
.network-constant-card,
.status-card,
.economics-note {
  padding: 22px;
}

.number-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.number-card .eyebrow-number {
  color: var(--accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.number-card h3,
.feature-card h3,
.stat-card h3,
.story-card h3,
.ecosystem-card h3,
.status-card h3,
.economics-card h3,
.economics-note h3 {
  margin: 0 0 8px;
  font-family: "JetBrains Mono", monospace;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #0f4c35;
}

.number-card p,
.feature-card p,
.stat-card p,
.ecosystem-card p,
.status-card p,
.economics-card p,
.pill-card p,
.network-constant-card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.card-hoverable {
  position: relative;
  overflow: hidden;
}

.card-hoverable:hover,
.card-hoverable:focus,
.card-hoverable:focus-within {
  border-color: rgba(10, 163, 101, 0.24);
  box-shadow:
    0 18px 34px rgba(8, 33, 22, 0.08),
    0 0 0 1px rgba(10, 163, 101, 0.07),
    0 0 28px rgba(6, 213, 141, 0.08);
}

.card-hover-detail {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
  border-top: 1px solid transparent;
  transform: translateY(6px);
  transition:
    max-height 0.28s ease,
    opacity 0.22s ease,
    margin-top 0.22s ease,
    padding-top 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}

.card-hover-detail span {
  display: block;
  color: var(--accent-deep);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.card-hover-detail p {
  margin: 6px 0 0;
  color: var(--text-secondary);
  font-size: 0.82rem;
  line-height: 1.55;
}

.card-hoverable:hover .card-hover-detail,
.card-hoverable:focus .card-hover-detail,
.card-hoverable:focus-within .card-hover-detail {
  max-height: 180px;
  opacity: 1;
  margin-top: 12px;
  padding-top: 12px;
  border-color: rgba(8, 36, 23, 0.08);
  transform: translateY(0);
}

.story-list,
.developer-points {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.story-list li,
.developer-points li {
  position: relative;
  padding-left: 22px;
  color: var(--text-secondary);
  font-size: 0.92rem;
}

.story-list li::before,
.developer-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px var(--glow);
}

.network-grid,
.developer-grid,
.status-grid {
  display: grid;
  gap: 18px;
  align-items: start;
}

.simple-board {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid rgba(8, 36, 23, 0.08);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(6, 213, 141, 0.08), rgba(255, 255, 255, 0) 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 250, 0.98));
  box-shadow: 0 18px 36px rgba(8, 33, 22, 0.05);
}

.simple-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.simple-board-copy {
  display: grid;
  gap: 8px;
  max-width: 620px;
}

.simple-link-grid,
.compact-feature-grid,
.compact-network-grid {
  display: grid;
  gap: 14px;
}

.simple-link-card {
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.simple-link-card:hover,
.simple-link-card:focus-visible {
  border-color: rgba(6, 213, 141, 0.22);
  box-shadow:
    0 16px 30px rgba(8, 33, 22, 0.08),
    0 0 0 1px rgba(10, 163, 101, 0.06);
  transform: translateY(-1px);
  outline: none;
}

.simple-link-meta {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  color: #0b6e48;
  font-size: 0.73rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.network-side,
.status-cards,
.ecosystem-groups {
  display: grid;
  gap: 16px;
}

.pill-grid,
.network-card-grid {
  display: grid;
  gap: 16px;
}

.pill-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--card-bg);
}

.pill-label,
.network-constant-card span,
.stat-meta,
.economics-badge,
.status-label,
.footer-column-title,
.terminal-comment {
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.pill-card strong,
.network-constant-card strong,
.stat-value,
.economics-value {
  display: block;
  margin: 8px 0 6px;
  color: var(--text-primary);
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(1rem, 2.2vw, 1.42rem);
  line-height: 1.18;
}

.stack-value .stack-line {
  display: block;
}

.network-constant-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--card-bg-soft);
}

.network-constant-card p {
  margin-top: 8px;
}

.network-constant-card code {
  color: var(--accent-deep);
}

.network-constant-card .simple-link-meta {
  margin-top: 10px;
}

.stat-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: grid;
  align-content: start;
  gap: 8px;
}

.stat-value {
  color: var(--accent-deep);
  margin: 4px 0 2px;
  font-size: clamp(1.35rem, 3.2vw, 2rem);
  line-height: 1;
}

.stat-meta {
  display: inline-flex;
  width: fit-content;
  padding: 5px 9px;
  border-radius: 10px;
  background: #dcfff0;
  border: 1px solid rgba(0, 214, 143, 0.3);
  color: #066443;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.feature-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature-icon,
.ecosystem-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(11, 90, 60, 0.08);
  border: 1px solid rgba(11, 90, 60, 0.12);
  color: var(--accent-deep);
}

.feature-icon svg,
.ecosystem-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.ecosystem-group {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--card-bg);
}

.ecosystem-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.ecosystem-group-head h3 {
  margin: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 1rem;
}

.ecosystem-grid {
  display: grid;
  gap: 16px;
}

.ecosystem-card {
  display: grid;
  gap: 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--card-bg);
}

.ecosystem-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.status-live,
.status-now {
  border-color: rgba(0, 214, 143, 0.34);
  background: #dcfff0;
  color: #066443;
}

.status-building,
.status-progress {
  border-color: rgba(63, 115, 224, 0.22);
  background: #e9f0ff;
  color: #244c97;
}

.status-planned,
.status-next,
.status-placeholder,
.status-editable,
.status-docs {
  border-color: rgba(217, 163, 44, 0.32);
  background: #fff1d4;
  color: #8a5b00;
}

.ecosystem-action {
  color: var(--accent-deep);
  font-weight: 700;
}

.economics-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.economics-value {
  margin: 0;
}

.economics-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 214, 143, 0.3);
  background: #dcfff0;
  color: #066443;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.developer-grid {
  align-items: start;
}

.terminal-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    var(--terminal-bg);
  border: 1px solid var(--border-strong);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(0, 229, 153, 0.08);
  color: var(--dark-text-primary);
}

.terminal-bar {
  display: flex;
  gap: 8px;
}

.terminal-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.terminal-copy {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  font-family: "JetBrains Mono", monospace;
}

.terminal-line {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.terminal-prompt {
  color: var(--accent);
  font-weight: 700;
}

.terminal-command {
  color: var(--dark-text-primary);
  word-break: break-word;
}

.terminal-comment {
  margin-bottom: -2px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.9rem;
  color: var(--dark-text-secondary);
}

.status-card {
  display: grid;
  gap: 12px;
  align-content: start;
}

.cta-section {
  padding-top: 20px;
  padding-bottom: 54px;
}

.cta-shell {
  padding: 24px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  background: var(--card-bg);
  box-shadow: var(--shadow);
}

.cta-copy {
  max-width: 640px;
  margin-bottom: 18px;
}

.cta-actions .button {
  min-width: 136px;
}

.site-footer {
  padding: 16px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #000d08;
}

.footer-top,
.footer-bottom {
  display: grid;
  gap: 16px;
}

.footer-brand {
  display: grid;
  gap: 0;
  align-items: start;
}

.footer-brand img {
  width: 78px;
  height: auto;
}

.footer-brand strong {
  display: none;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.94rem;
  color: var(--dark-text-primary);
}

.footer-brand p {
  display: none;
  margin: 6px 0 0;
  color: var(--dark-text-secondary);
  font-size: 0.88rem;
}

.footer-columns {
  display: grid;
  gap: 16px;
}

.footer-column {
  display: grid;
  gap: 8px;
}

.footer-column-title {
  color: var(--dark-text-primary);
  font-size: 0.66rem;
}

.footer-column a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
  width: fit-content;
  color: var(--dark-text-secondary);
  font-size: 0.88rem;
  white-space: nowrap;
}

.footer-column a.has-badge {
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

.footer-column a:hover {
  color: var(--dark-text-primary);
}

.footer-link-badge {
  min-height: 18px;
  padding: 0 6px;
  font-size: 0.54rem;
  line-height: 1;
}

.site-footer .footer-link-badge.status-placeholder,
.site-footer .footer-link-badge.status-docs,
.site-footer .footer-link-badge.status-planned {
  border-color: rgba(255, 196, 69, 0.3);
  background: rgba(255, 191, 77, 0.14);
  color: #ffd594;
}

.site-footer .footer-link-badge.status-live,
.site-footer .footer-link-badge.status-now {
  border-color: rgba(0, 214, 143, 0.3);
  background: rgba(0, 214, 143, 0.14);
  color: #a9ffd8;
}

.footer-bottom {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
  margin: 0;
  color: var(--dark-text-muted);
  font-size: 0.82rem;
}

.page-shell {
  padding: 34px 0 72px;
  background: var(--bg-primary);
}

.page-hero {
  margin-bottom: 28px;
}

.page-hero h1 {
  margin: 0 0 18px;
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(1.8rem, 4.4vw, 3rem);
  line-height: 1;
  letter-spacing: 0;
}

.page-hero p,
.page-card p,
.page-list li,
.contact-link-copy,
.page-note {
  color: var(--text-soft);
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.page-grid,
.contact-grid,
.page-card-grid {
  display: grid;
  gap: 16px;
}

.page-card {
  padding: 22px;
}

.page-card h2,
.page-card h3 {
  margin: 0 0 12px;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.98rem;
}

.page-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-list li {
  position: relative;
  padding-left: 18px;
}

.page-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.contact-link-card {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.contact-link-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.contact-link-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}

.contact-link-copy {
  font-size: 0.9rem;
}

.contact-link-action {
  color: var(--accent-deep);
  font-weight: 700;
}

.page-note {
  margin-top: 18px;
  font-size: 0.92rem;
}

.explore-shell {
  padding-top: 28px;
}

.explore-hero {
  margin-bottom: 18px;
}

.explore-tabs-shell {
  margin-bottom: 18px;
}

.explore-network-tabs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.explore-network-tab {
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: var(--text-soft);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.explore-network-tab:hover,
.explore-network-tab:focus-visible {
  background: rgba(0, 214, 143, 0.12);
  color: var(--text-primary);
  outline: none;
}

.explore-network-tab.is-active {
  background: linear-gradient(135deg, rgba(0, 214, 143, 0.22), rgba(0, 214, 143, 0.08));
  color: var(--accent-deep);
}

.explore-grid,
.explore-main,
.explore-side {
  display: grid;
  gap: 16px;
}

.explore-card-head,
.explore-detail-body,
.explore-meta-group {
  display: grid;
  gap: 10px;
}

.explore-card-head {
  margin-bottom: 16px;
}

.explore-card-head h2 {
  margin: 0;
}

.explore-card-head p,
.explore-panel-note,
.explore-muted,
.explore-empty {
  margin: 0;
  color: var(--text-soft);
}

.explore-search-form {
  display: grid;
  gap: 12px;
}

.explore-search-form input {
  min-height: 48px;
  width: 100%;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-primary);
  font: inherit;
}

.explore-search-form input:focus-visible {
  border-color: rgba(0, 214, 143, 0.52);
  box-shadow: 0 0 0 4px rgba(0, 214, 143, 0.12);
  outline: none;
}

.explore-query-suggestions,
.explore-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.explore-chip,
.explore-inline-link {
  padding: 8px 12px;
  border: 1px solid rgba(0, 214, 143, 0.18);
  border-radius: 999px;
  background: rgba(0, 214, 143, 0.08);
  color: var(--accent-deep);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.explore-inline-link {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-decoration: underline;
  text-decoration-color: rgba(0, 214, 143, 0.34);
  text-underline-offset: 0.18em;
}

.explore-search-status {
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-soft);
}

.explore-search-status[data-tone="success"] {
  color: var(--accent-deep);
}

.explore-search-status[data-tone="error"] {
  color: #b63b2c;
}

.explore-detail-section {
  display: grid;
  gap: 14px;
}

.explore-detail-section + .explore-detail-section {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(7, 38, 25, 0.08);
}

.explore-detail-summary-grid {
  display: grid;
  gap: 14px;
}

.explore-summary-panel,
.explore-placeholder {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(0, 214, 143, 0.14);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(240, 255, 249, 0.96), rgba(255, 255, 255, 0.94));
}

.explore-summary-panel h3,
.explore-placeholder h3 {
  margin: 0;
  font-size: 1.02rem;
}

.explore-summary-kicker {
  color: var(--accent-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.explore-detail-chip {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 214, 143, 0.12);
  color: var(--accent-deep);
  font-size: 0.78rem;
  font-weight: 800;
}

.explore-status-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.explore-metric {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(7, 38, 25, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
}

.explore-metric-label {
  color: var(--text-soft);
  font-size: 0.74rem;
  text-transform: uppercase;
}

.explore-metric-value {
  font-size: 0.96rem;
}

.explore-list-items {
  display: grid;
  gap: 12px;
}

.explore-list-item {
  display: grid;
  gap: 10px;
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(7, 38, 25, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-primary);
  text-align: left;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.explore-list-item:hover,
.explore-list-item:focus-visible {
  border-color: rgba(0, 214, 143, 0.26);
  box-shadow: 0 12px 28px rgba(7, 38, 25, 0.08);
  outline: none;
  transform: translateY(-1px);
}

.explore-list-item-top,
.explore-list-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.explore-list-item-top > *,
.explore-list-item-bottom > *,
.explorer-panel-head > *,
.explorer-metric-card > * {
  min-width: 0;
}

.explore-list-item strong,
.explore-list-item span,
.explorer-metric-value,
.explorer-metric-copy {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.explore-meta-group + .explore-meta-group {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(7, 38, 25, 0.08);
}

.explore-meta-group h3 {
  margin: 0;
  font-size: 0.94rem;
}

.explore-meta-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.explore-meta-list div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.explore-meta-list dt {
  color: var(--text-soft);
}

.explore-meta-list dd {
  margin: 0;
  text-align: right;
}

.explore-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(7, 38, 25, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
}

.explore-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.explore-table th,
.explore-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(7, 38, 25, 0.08);
  vertical-align: top;
  text-align: left;
}

.explore-table thead th {
  color: var(--text-soft);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.explore-table tbody tr:last-child th,
.explore-table tbody tr:last-child td {
  border-bottom: 0;
}

.explore-table code,
.explore-summary-panel code,
.explore-placeholder code,
.explore-list-item code {
  overflow-wrap: anywhere;
  word-break: break-word;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}

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

@media (min-width: 720px) {
  .container {
    width: min(calc(100% - 48px), var(--container));
  }

  .section-head {
    width: min(calc(100% - 48px), var(--container));
  }

  .section {
    padding: 38px 0;
  }

  .brand-copy {
    display: block;
  }

  .brand-mark {
    width: 82px;
  }

  .hero-section {
    padding-top: 18px;
    padding-bottom: 10px;
  }

  .hero-stage-title {
    top: 18px;
    left: 20px;
    width: min(320px, calc(100% - 206px));
  }

  .hero-power-meter {
    top: 22px;
    right: 22px;
    bottom: auto;
  }

  .hero-engine-canvas {
    inset: 76px -56px -30px -56px;
  }

  .numbered-grid,
  .stats-grid,
  .economics-grid,
  .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .explore-search-form {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .explore-detail-summary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pill-grid,
  .network-card-grid,
  .ecosystem-grid,
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .developer-grid,
  .status-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }

  .status-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
  }

  .cta-shell {
    padding: 28px;
  }

  .value-anchor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  body.nav-open {
    overflow: auto;
  }

  .menu-toggle {
    display: none;
  }

  .nav-panel {
    position: static;
    inset: auto;
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .site-nav,
  .nav-actions {
    flex-direction: row;
    align-items: center;
  }

  .site-nav {
    gap: 18px;
  }

  .site-nav a {
    padding: 0;
  }

  .nav-actions {
    margin-top: 0;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(400px, 0.92fr);
    gap: 22px;
    align-items: center;
  }

  .hero-section {
    padding: 18px 0 12px;
  }

  .hero-stage {
    min-height: clamp(520px, 48vw, 650px);
  }

  .hero-copy {
    max-width: 600px;
  }

  .status-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 22px;
  }

  .status-copy {
    max-width: 560px;
  }

  .positioning-top-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  }

  .positioning-anchor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .visual-frame {
    min-height: 520px;
  }

  .value-frame {
    padding: 22px;
  }

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

  .visual-note-box {
    max-width: 142px;
  }

  .visual-note-box-a {
    left: 8%;
    top: 48%;
    bottom: auto;
  }

  .visual-note-box-b {
    right: 10%;
    bottom: 30%;
  }

  .visual-note-box-c {
    display: block;
    top: 19%;
    right: 33%;
  }

  .stats-grid,
  .economics-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

  .network-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-top {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    align-items: start;
  }

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

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

  .explore-grid {
    grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr);
    align-items: start;
  }
}

.docs-shell {
  width: min(calc(100vw - 32px), var(--container));
  min-height: calc(100vh - var(--header-height) - 36px);
  margin: 0 auto;
  padding: calc(var(--header-height) + 28px) 0 42px;
}

.docs-sidebar-toggle {
  position: sticky;
  top: calc(var(--header-height) + 10px);
  z-index: 65;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-bottom: 14px;
  padding: 0 16px;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: #ffffff;
  color: var(--text-primary);
  font-weight: 800;
  box-shadow: var(--shadow);
}

.docs-sidebar {
  position: fixed;
  inset: var(--header-height) auto 0 0;
  z-index: 74;
  width: min(88vw, 340px);
  padding: 18px;
  overflow-y: auto;
  border-right: 1px solid var(--border);
  background: rgba(252, 255, 253, 0.98);
  box-shadow: 22px 0 42px rgba(8, 33, 22, 0.12);
  transform: translateX(-105%);
  transition: transform 0.22s ease;
  overscroll-behavior: contain;
}

.docs-sidebar.is-open {
  transform: translateX(0);
}

.docs-sidebar-backdrop {
  position: fixed;
  inset: var(--header-height) 0 0 min(88vw, 340px);
  z-index: 70;
  border: 0;
  background: rgba(8, 24, 17, 0.18);
  backdrop-filter: blur(1px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.docs-page.docs-sidebar-open .docs-sidebar-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.docs-search {
  position: relative;
  margin-bottom: 18px;
}

.docs-search label {
  display: block;
  margin-bottom: 8px;
  color: #098356;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.docs-search input {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: #ffffff;
  color: var(--text-primary);
  font: inherit;
  font-size: 0.86rem;
}

.docs-search-results {
  max-height: min(52vh, 360px);
  margin-top: 8px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.docs-search-results[hidden] {
  display: none;
}

.docs-search-results a,
.docs-search-results p {
  display: block;
  margin: 0;
  padding: 9px 10px;
  border-radius: 8px;
  color: var(--text-secondary);
  font-size: 0.82rem;
}

.docs-search-results a strong {
  display: block;
  color: var(--text-primary);
  font-size: 0.84rem;
}

.docs-search-results a small {
  display: block;
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 0.72rem;
}

.docs-search-results a:hover,
.docs-search-results a:focus {
  background: var(--accent-soft);
  color: var(--text-primary);
}

.docs-nav {
  display: grid;
  gap: 3px;
}

.docs-nav strong {
  margin-top: 14px;
  color: #0d3a29;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
}

.docs-nav a {
  padding: 7px 9px;
  border-radius: 8px;
  color: var(--text-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.docs-nav a:hover,
.docs-nav a:focus {
  background: var(--accent-soft);
  color: var(--text-primary);
}

.docs-nav a.is-active {
  background: rgba(6, 213, 141, 0.12);
  color: #0d3a29;
  font-weight: 700;
}

.docs-content {
  min-width: 0;
  position: relative;
}

.docs-mobile-head {
  position: sticky;
  top: calc(var(--header-height) + 10px);
  z-index: 65;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  padding: 4px 0 6px;
  background: linear-gradient(180deg, rgba(246, 250, 247, 0.98), rgba(246, 250, 247, 0.9));
  backdrop-filter: blur(8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.docs-page.docs-sidebar-open .docs-mobile-head {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
}

.docs-mobile-head .docs-sidebar-toggle {
  position: static;
  top: auto;
  margin-bottom: 0;
  flex: 0 0 auto;
}

.docs-current-label {
  display: flex;
  align-items: center;
  min-height: 42px;
  min-width: 0;
  margin: 0;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: #ffffff;
  box-shadow: var(--shadow);
  color: #0d3a29;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.docs-view-root {
  min-width: 0;
  min-height: 42vh;
}

.docs-view-card {
  display: grid;
  gap: 18px;
}

.docs-view-header {
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(6, 213, 141, 0.12), rgba(255, 255, 255, 0) 38%),
    #ffffff;
  box-shadow: var(--shadow);
}

.docs-view-title {
  margin: 0 0 14px;
  color: #0d3a29;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.docs-view-summary {
  max-width: 860px;
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.98rem;
  overflow-wrap: anywhere;
}

.docs-view-content {
  display: grid;
  gap: 18px;
}

.docs-view-content .docs-section {
  margin-top: 0;
}

.docs-related {
  padding: 22px;
  border: 1px solid rgba(8, 36, 23, 0.1);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(8, 33, 22, 0.04);
}

.docs-related h2 {
  margin: 0 0 12px;
  color: #0d3a29;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.12;
}

.docs-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.docs-related-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: #ffffff;
  color: #087c51;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.docs-hero,
.docs-chapter,
.docs-section {
  scroll-margin-top: calc(var(--header-height) + 24px);
}

.docs-hero {
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(6, 213, 141, 0.12), rgba(255, 255, 255, 0) 38%),
    #ffffff;
  box-shadow: var(--shadow);
}

.docs-hero h1 {
  margin: 0 0 14px;
  color: #0d3a29;
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}

.docs-hero p {
  max-width: 860px;
  color: var(--text-secondary);
  font-size: 0.96rem;
}

.docs-chapter {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(8, 36, 23, 0.12);
}

.docs-chapter h2,
.docs-section h2,
.docs-section h3 {
  margin: 0 0 12px;
  color: #0d3a29;
  letter-spacing: 0;
  line-height: 1.12;
}

.docs-chapter h2 {
  font-size: clamp(1.75rem, 3vw, 2.6rem);
}

.docs-section h2 {
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
}

.docs-section h3 {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.docs-section {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid rgba(8, 36, 23, 0.1);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(8, 33, 22, 0.04);
}

.docs-section p,
.docs-section li,
.docs-chapter p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  overflow-wrap: anywhere;
}

.docs-overview-grid {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.docs-overview-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(8, 36, 23, 0.1);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(8, 33, 22, 0.04);
}

.docs-overview-card h2 {
  margin: 0;
  color: #0d3a29;
  font-size: 1rem;
  letter-spacing: 0;
}

.docs-overview-card a {
  font-size: 0.9rem;
}

.docs-section a,
.docs-hero a {
  color: #087c51;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.docs-section ul,
.docs-section ol {
  padding-left: 20px;
}

.docs-section li + li {
  margin-top: 8px;
}

.docs-table-wrap {
  width: 100%;
  margin: 14px 0;
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #ffffff;
}

.docs-table-wrap table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.docs-table-wrap th,
.docs-table-wrap td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(8, 36, 23, 0.09);
  text-align: left;
  vertical-align: top;
  color: var(--text-secondary);
  font-size: 0.84rem;
}

.docs-table-wrap th {
  color: #0d3a29;
  background: var(--accent-soft);
  font-weight: 800;
}

.docs-table-wrap tr:last-child td {
  border-bottom: 0;
}

.docs-section pre {
  max-width: 100%;
  margin: 14px 0;
  overflow-x: auto;
  padding: 16px;
  border-radius: 12px;
  background: var(--terminal-bg);
  color: #dfffea;
  font-size: 0.82rem;
}

.docs-section code {
  white-space: pre;
}

.docs-figure {
  margin: 18px 0 0;
  padding: 16px;
  border: 1px solid rgba(8, 36, 23, 0.1);
  border-radius: 18px;
  background: #f7fbf9;
}

.docs-figure img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid rgba(8, 36, 23, 0.08);
  background: #ffffff;
}

.docs-figure figcaption {
  margin-top: 12px;
  color: var(--text-muted);
  font-size: 0.84rem;
}

.docs-example {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(6, 213, 141, 0.22);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(6, 213, 141, 0.08), rgba(255, 255, 255, 0.92));
}

.docs-example h3 {
  margin-bottom: 8px;
}

.docs-prev-next {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(8, 36, 23, 0.1);
}

.docs-prev-next-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 64px;
  padding: 12px 14px;
  border: 1px solid rgba(6, 213, 141, 0.24);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(6, 213, 141, 0.12), rgba(255, 255, 255, 0.98));
  color: #083322;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(6, 213, 141, 0.08);
}

.docs-prev-next-link:hover,
.docs-prev-next-link:focus {
  border-color: rgba(6, 213, 141, 0.34);
  background: linear-gradient(180deg, rgba(6, 213, 141, 0.18), rgba(255, 255, 255, 0.98));
}

.docs-prev-next-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.docs-prev-next-copy small {
  color: #0b6e48;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.docs-prev-next-copy strong {
  color: #083322;
  font-size: 0.95rem;
  line-height: 1.35;
}

.docs-prev-next-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #06d58d;
  color: #04291b;
  font-size: 1.2rem;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.docs-search-hit {
  outline: 3px solid rgba(6, 213, 141, 0.38);
}

@media (max-width: 640px) {
  .docs-shell {
    width: min(calc(100vw - 20px), var(--container));
  }

  .hero-copy h1,
  .page-hero h1 {
    font-size: clamp(1.65rem, 9vw, 2.35rem);
    line-height: 1.04;
  }

  .hero-copy,
  .hero-lead,
  .hero-note {
    max-width: 100%;
    min-width: 0;
  }

  .docs-hero h1,
  .docs-view-title {
    max-width: 100%;
    font-size: clamp(1.4rem, 7.6vw, 2rem);
    line-height: 1.06;
  }

  .section-head h2,
  .developer-copy h2,
  .status-copy h2,
  .cta-copy h2 {
    font-size: clamp(1.4rem, 7vw, 2rem);
    line-height: 1.12;
  }

  .hero-signal-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button-row,
  .page-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button-row .button,
  .page-actions .button {
    width: 100%;
    min-width: 0;
    padding-right: 12px;
    padding-left: 12px;
    text-align: center;
    white-space: normal;
  }

  .docs-hero,
  .docs-section {
    padding: 18px;
  }

  .docs-mobile-head {
    gap: 10px;
  }

  .docs-figure,
  .docs-example {
    padding: 14px;
  }

  .docs-table-wrap th,
  .docs-table-wrap td {
    padding: 10px 12px;
  }
}

@media (min-width: 760px) {
  .docs-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .docs-prev-next {
    grid-template-columns: 1fr 1fr;
  }

  .docs-prev-next-link.is-prev {
    justify-content: flex-start;
  }

  .docs-prev-next-link.is-next {
    justify-content: flex-end;
  }
}

@media (min-width: 1120px) {
  .docs-shell {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 30px;
    align-items: start;
  }

  .docs-sidebar-toggle {
    display: none;
  }

  .docs-mobile-head {
    display: none;
  }

  .docs-sidebar {
    position: relative;
    top: auto;
    inset: auto;
    width: auto;
    max-height: none;
    overflow: visible;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow);
    transform: none;
    align-self: start;
  }

  .docs-sidebar-backdrop {
    display: none;
  }

  .docs-overview-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 719px) {
  .explore-status-grid {
    grid-template-columns: 1fr;
  }

  .explore-network-tabs {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .explore-network-tab {
    width: 100%;
  }

  .explore-table {
    min-width: 540px;
  }
}

.live-network-section {
  padding-top: 24px;
}

.live-network-shell {
  display: grid;
  gap: 22px;
}

.live-network-head {
  width: 100%;
  margin: 0;
  max-width: 580px;
}

.live-network-board {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid rgba(8, 36, 23, 0.08);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(6, 213, 141, 0.1), rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 250, 0.98));
  box-shadow: 0 18px 36px rgba(8, 33, 22, 0.05);
}

.live-network-status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.live-network-status-copy {
  display: grid;
  gap: 8px;
}

.live-network-badge,
.explorer-header-badge,
.explorer-network-pill,
.explorer-refresh-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(6, 213, 141, 0.12);
  color: #0b6e48;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.live-network-status,
.explorer-warning {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.45;
}

.explorer-warning {
  color: #9f3b2c;
}

.explorer-warning[data-tone="warning"] {
  color: var(--text-secondary);
}

.live-network-link,
.explorer-panel-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(8, 36, 23, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--accent-deep);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(8, 33, 22, 0.04);
}

.explorer-panel-link {
  padding: 0 16px;
  border: 1px solid rgba(8, 36, 23, 0.08);
  background: rgba(255, 255, 255, 0.95);
  font: inherit;
  cursor: pointer;
}

.live-network-link:hover,
.explorer-panel-link:hover,
.live-network-link:focus-visible,
.explorer-panel-link:focus-visible {
  border-color: rgba(6, 213, 141, 0.24);
  box-shadow: 0 14px 28px rgba(8, 33, 22, 0.08);
  transform: translateY(-1px);
  outline: none;
}

.live-network-stats {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.live-stat-card,
.explorer-metric-card {
  display: grid;
  gap: 7px;
  padding: 15px;
  border: 1px solid rgba(8, 36, 23, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 20px rgba(8, 33, 22, 0.035);
}

.explorer-metric-card {
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.explorer-metric-card:hover,
.explorer-metric-card:focus-visible {
  border-color: rgba(6, 213, 141, 0.28);
  box-shadow: 0 14px 28px rgba(8, 33, 22, 0.08);
  transform: translateY(-1px);
  outline: none;
}

.explorer-metric-card.is-static {
  cursor: default;
}

.live-stat-card-wide {
  grid-column: 1 / -1;
}

.live-stat-label,
.explorer-metric-label {
  color: var(--text-soft);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.live-stat-value,
.explorer-metric-value {
  color: #0d3a29;
  font-size: 1.06rem;
  line-height: 1.15;
}

.live-stat-copy,
.explorer-metric-copy,
.live-network-footnote,
.live-network-meta,
.explorer-footnote-copy p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.82rem;
}

.live-network-latest {
  display: grid;
}

.live-network-note-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(8, 36, 23, 0.08);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(247, 251, 249, 0.98), rgba(255, 255, 255, 0.96));
}

.live-network-note-card h3 {
  margin: 0;
  font-size: 0.96rem;
}

.live-network-snapshot-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.live-network-snapshot-item {
  display: grid;
  gap: 5px;
  padding: 13px;
  border: 1px solid rgba(8, 36, 23, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
}

.live-network-snapshot-item span {
  color: var(--text-soft);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.live-network-snapshot-item strong {
  color: #0d3a29;
  font-size: 0.95rem;
  line-height: 1.2;
}

.live-network-snapshot-item p,
.live-network-snapshot-item code {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.8rem;
  overflow-wrap: anywhere;
}

.explorer-header {
  position: sticky;
  top: 0;
  z-index: 82;
  border-bottom: 1px solid rgba(7, 38, 25, 0.08);
  background: rgba(244, 249, 246, 0.94);
  backdrop-filter: blur(14px);
}

.explorer-header-shell,
.explorer-header-actions,
.explorer-command-shell,
.explorer-command-meta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.explorer-header-shell,
.explorer-command-shell {
  justify-content: space-between;
}

.explorer-header-shell {
  min-height: 94px;
}

.explorer-header-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.explorer-app {
  padding-top: 24px;
  padding-bottom: 38px;
}

.explorer-command-shell,
.explore-search-shell,
.explorer-dashboard-shell,
.explorer-panels-grid,
.explorer-detail-shell,
.explorer-footnotes {
  margin-bottom: 18px;
}

.explorer-command-shell {
  align-items: flex-start;
  padding: 24px;
  border: 1px solid rgba(8, 36, 23, 0.1);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(6, 213, 141, 0.12), rgba(255, 255, 255, 0) 34%),
    #ffffff;
  box-shadow: var(--shadow);
}

.explorer-command-copy {
  display: grid;
  gap: 12px;
  max-width: 720px;
}

.explorer-command-copy h1 {
  margin: 0;
  color: #0d3a29;
  font-size: clamp(2rem, 6vw, 3.65rem);
  line-height: 0.98;
}

.explorer-command-copy p,
.explorer-command-meta p {
  margin: 0;
  color: var(--text-secondary);
}

.explorer-command-meta {
  flex-direction: column;
  align-items: flex-end;
  max-width: 420px;
}

.explore-search-shell .page-card {
  padding: 22px;
}

.explorer-metrics-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.explorer-panels-grid {
  display: grid;
  gap: 16px;
}

.explorer-panel-card {
  display: grid;
  gap: 16px;
  padding: 20px;
}

.explorer-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.explorer-panel-head h2 {
  margin: 0 0 6px;
}

.explorer-panel-head p {
  margin: 0;
  color: var(--text-soft);
}

.explorer-mini-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.explorer-mini-stats article {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(247, 251, 249, 0.92);
}

.explorer-mini-stats span {
  color: var(--text-soft);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.explorer-mini-stats strong {
  color: #0d3a29;
  font-size: 0.96rem;
}

.explorer-kv-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.explorer-kv-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.explorer-kv-list dt {
  color: var(--text-soft);
}

.explorer-kv-list dd {
  margin: 0;
  text-align: right;
}

.explorer-footnotes {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 20px 22px;
  border: 1px solid rgba(8, 36, 23, 0.08);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 22px rgba(8, 33, 22, 0.04);
}

.explorer-footnote-copy {
  display: grid;
  gap: 8px;
  max-width: 780px;
}

@media (min-width: 900px) {
  .live-network-shell {
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    align-items: start;
  }

  .simple-link-grid,
  .compact-feature-grid,
  .compact-network-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 979px) {
  .explorer-header-shell,
  .explorer-command-shell {
    flex-direction: column;
    align-items: stretch;
  }

  .explorer-header-shell {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .explorer-header-actions,
  .explorer-command-meta {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media (max-width: 719px) {
  .live-network-board,
  .simple-board,
  .explorer-command-shell,
  .explorer-panel-card,
  .explore-search-shell .page-card {
    padding: 18px;
  }

  .live-network-stats,
  .explorer-metrics-grid,
  .explorer-mini-stats,
  .live-network-snapshot-grid {
    grid-template-columns: 1fr;
  }

  .live-network-status-row,
  .simple-board-head,
  .explorer-panel-head,
  .explorer-footnotes {
    flex-direction: column;
    align-items: stretch;
  }

  .explorer-home-button {
    width: 100%;
  }
}

.explorer-page {
  background:
    radial-gradient(circle at top left, rgba(6, 213, 141, 0.08), transparent 28%),
    linear-gradient(180deg, #f4faf7 0%, #f9fcfb 280px, #f4f8f6 100%);
  color: var(--text-primary);
}

.explorer-topbar {
  position: sticky;
  top: 0;
  z-index: 70;
  border-bottom: 1px solid rgba(8, 36, 23, 0.1);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 32px rgba(8, 33, 22, 0.06);
  backdrop-filter: blur(12px);
}

.explorer-topbar-shell {
  display: grid;
  grid-template-columns: auto minmax(340px, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 92px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.explorer-brand-light .brand-mark {
  width: 98px;
  filter: none;
}

.explorer-brand-light .brand-name {
  color: #0b3424;
}

.explorer-brand-light .brand-tag {
  color: var(--text-muted);
}

.explorer-toolbar-search {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.explorer-toolbar-search input {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(8, 36, 23, 0.12);
  border-radius: 999px;
  background: rgba(247, 251, 249, 0.98);
  color: var(--text-primary);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.explorer-toolbar-search input:focus-visible {
  outline: none;
  border-color: rgba(6, 213, 141, 0.34);
  box-shadow: 0 0 0 4px rgba(6, 213, 141, 0.12);
}

.explorer-topbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.explorer-beta-badge,
.explorer-beta-badge-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(6, 213, 141, 0.24);
  border-radius: 999px;
  background: rgba(6, 213, 141, 0.1);
  color: #0a5f40;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.explorer-home-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(8, 36, 23, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: var(--text-primary);
  font-weight: 700;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.explorer-home-link:hover,
.explorer-home-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(6, 213, 141, 0.24);
  box-shadow: 0 12px 26px rgba(8, 33, 22, 0.06);
}

.explorer-page-shell {
  display: grid;
  gap: 22px;
  padding-top: 24px;
  padding-bottom: 42px;
}

.explorer-hero-panel,
.explorer-dashboard-grid,
.explorer-dashboard-grid-secondary {
  display: grid;
  gap: 18px;
}

.explorer-hero-panel {
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: stretch;
  padding: 28px;
  border: 1px solid rgba(8, 36, 23, 0.09);
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(6, 213, 141, 0.11), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 247, 0.96));
  box-shadow: 0 20px 46px rgba(8, 33, 22, 0.08);
}

.explorer-hero-copy,
.explorer-hero-side,
.explorer-hero-status,
.explorer-detail-head-copy,
.explorer-footnote-copy,
.explorer-mini-list,
.explorer-shortcut-stack {
  display: grid;
  gap: 12px;
}

.explorer-hero-copy h1 {
  margin: 0;
  color: #0a3424;
  font-size: clamp(2.25rem, 6vw, 4rem);
  line-height: 0.95;
}

.explorer-title-beta {
  color: var(--accent-deep);
}

.explorer-hero-copy p,
.explorer-detail-subtitle,
.explorer-empty-state p,
.explorer-note-card p,
.explorer-stat-meta,
.explorer-card-kicker,
.explorer-inline-kv dt,
.explorer-detail-crumbs,
.explorer-mini-list-item span,
.explorer-surface-head p,
.explorer-warning,
.explore-search-status {
  color: var(--text-muted);
}

.explorer-hero-side {
  align-content: space-between;
}

.explorer-hero-status {
  padding: 18px;
  border: 1px solid rgba(8, 36, 23, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
}

.explorer-network-pill,
.explorer-refresh-chip {
  justify-self: start;
}

.explorer-hero-preview {
  overflow: hidden;
  border: 1px solid rgba(8, 36, 23, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(8, 36, 23, 0.04), rgba(255, 255, 255, 0.92));
}

.explorer-hero-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.explorer-stat-strip {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.explorer-stat-tile {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 156px;
  padding: 18px;
  border: 1px solid rgba(8, 36, 23, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 32px rgba(8, 33, 22, 0.05);
  text-align: left;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.explorer-stat-tile:hover,
.explorer-stat-tile:focus-visible,
.explorer-shortcut-button:hover,
.explorer-shortcut-button:focus-visible,
.explorer-link-button:hover,
.explorer-link-button:focus-visible,
.explorer-panel-link:hover,
.explorer-panel-link:focus-visible,
.explorer-mini-list-item:hover,
.explorer-mini-list-item:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(6, 213, 141, 0.24);
  box-shadow: 0 18px 34px rgba(8, 33, 22, 0.08);
}

.explorer-stat-tile.is-static {
  cursor: default;
}

.explorer-stat-label {
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-muted);
}

.explorer-stat-value {
  color: #082417;
  font-size: clamp(1.25rem, 3vw, 1.95rem);
  line-height: 1.02;
}

.explorer-dashboard-grid {
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.9fr);
  align-items: start;
}

.explorer-dashboard-grid-secondary {
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  align-items: start;
}

.explorer-sidebar-stack {
  display: grid;
  gap: 18px;
}

.explorer-surface {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(8, 36, 23, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 34px rgba(8, 33, 22, 0.05);
}

.explorer-surface-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.explorer-surface-head h2 {
  margin: 0 0 4px;
  color: #0a3223;
  font-size: 1.2rem;
}

.explorer-panel-link,
.explorer-shortcut-button,
.explorer-link-button,
.explorer-detail-button {
  border: 1px solid rgba(8, 36, 23, 0.1);
  border-radius: 16px;
  background: #ffffff;
  color: #0b6e48;
  font-weight: 700;
}

.explorer-panel-link,
.explorer-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  background: rgba(6, 213, 141, 0.06);
}

.explorer-link-button {
  justify-content: flex-start;
  padding: 0;
  min-height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.explorer-link-button:hover,
.explorer-link-button:focus-visible {
  color: #0a8a59;
  box-shadow: none;
  transform: none;
}

.explorer-detail-card {
  align-content: start;
}

.explorer-detail-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(8, 36, 23, 0.08);
}

.explorer-detail-head h2 {
  margin: 0;
  color: #0a3223;
  font-size: 1.45rem;
}

.explorer-detail-crumbs {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.explorer-detail-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.explorer-detail-button {
  min-height: 42px;
  padding: 0 16px;
  border-color: rgba(6, 213, 141, 0.24);
  background: linear-gradient(180deg, #12d894 0%, #00ca82 100%);
  color: #06291b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 10px 22px rgba(6, 213, 141, 0.16);
}

.explorer-detail-button:hover,
.explorer-detail-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 12px 24px rgba(6, 213, 141, 0.22);
}

.explore-detail-body,
.explorer-detail-section {
  display: grid;
  gap: 16px;
}

.explorer-detail-section + .explorer-detail-section {
  padding-top: 4px;
  border-top: 1px solid rgba(8, 36, 23, 0.06);
}

.explorer-summary-grid,
.explorer-summary-grid-compact,
.explorer-mini-stat-grid,
.explorer-bullet-grid,
.explorer-quick-grid {
  display: grid;
  gap: 14px;
}

.explorer-summary-grid,
.explorer-summary-grid-compact,
.explorer-quick-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.explorer-mini-stat-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.explorer-bullet-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.explorer-summary-box,
.explorer-note-card,
.explorer-quick-card,
.explorer-mini-stat-grid article {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(8, 36, 23, 0.08);
  border-radius: 20px;
  background: rgba(247, 251, 249, 0.96);
}

.explorer-summary-box h3,
.explorer-quick-card strong {
  margin: 0;
  color: #0a3223;
}

.explorer-shortcut-stack {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.explorer-shortcut-button {
  display: grid;
  gap: 6px;
  align-content: start;
  min-height: 118px;
  padding: 16px;
  text-align: left;
}

.explorer-shortcut-button span {
  color: #0a3223;
  font-weight: 700;
}

.explorer-shortcut-button small {
  color: var(--text-muted);
}

.explorer-inline-kv {
  display: grid;
  gap: 12px;
  margin: 0;
}

.explorer-inline-kv div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(8, 36, 23, 0.06);
}

.explorer-inline-kv dd {
  margin: 0;
  text-align: right;
  color: #0a3223;
  font-weight: 700;
}

.explorer-mini-list {
  gap: 10px;
}

.explorer-mini-list-item {
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid rgba(8, 36, 23, 0.08);
  border-radius: 16px;
  background: rgba(247, 251, 249, 0.96);
  text-align: left;
}

.explorer-mini-list-item strong {
  color: #0b6e48;
}

.explorer-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(8, 36, 23, 0.07);
  color: #0b3424;
  font-size: 0.75rem;
  font-weight: 700;
}

.explorer-tag.is-confirmed {
  background: rgba(6, 213, 141, 0.12);
  color: #0a6a45;
}

.explorer-tag.is-coinbase {
  background: rgba(5, 132, 255, 0.1);
  color: #0e5fae;
}

.explorer-table-wrap {
  overflow-x: auto;
  border-radius: 20px;
  border: 1px solid rgba(8, 36, 23, 0.08);
  background: rgba(250, 252, 251, 0.96);
}

.explorer-data-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.explorer-data-table th,
.explorer-data-table td {
  padding: 16px;
  border-bottom: 1px solid rgba(8, 36, 23, 0.08);
  vertical-align: top;
  text-align: left;
}

.explorer-data-table thead th {
  color: var(--text-muted);
  font-size: 0.74rem;
  text-transform: uppercase;
  background: rgba(247, 251, 249, 0.98);
}

.explorer-data-table tbody tr:last-child th,
.explorer-data-table tbody tr:last-child td {
  border-bottom: 0;
}

.explorer-data-table strong,
.explorer-data-table code,
.explorer-summary-box code,
.explorer-empty-state-strong code {
  color: #0a3223;
  font-size: 0.9rem;
  overflow-wrap: anywhere;
}

.explorer-data-table small,
.explorer-quick-card small,
.explorer-summary-box p,
.explorer-note-card p,
.explorer-empty-state strong + p {
  display: block;
  margin-top: 4px;
}

.explorer-empty-state {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px dashed rgba(8, 36, 23, 0.12);
  border-radius: 20px;
  background: rgba(247, 251, 249, 0.9);
}

.explorer-empty-state-strong {
  padding: 24px;
  background: linear-gradient(180deg, rgba(6, 213, 141, 0.06), rgba(247, 251, 249, 0.96));
}

.explorer-empty-state h3,
.explorer-note-card strong {
  margin: 0;
  color: #0a3223;
}

.explorer-footnotes {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 22px;
  border: 1px solid rgba(8, 36, 23, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 32px rgba(8, 33, 22, 0.05);
}

.explorer-footnote-copy p {
  margin: 0;
}

.explorer-warning[data-tone="error"] {
  color: #8f2140;
}

.explore-search-status[data-tone="success"] {
  color: #0b6e48;
}

.explore-search-status[data-tone="error"] {
  color: #8f2140;
}

@media (max-width: 1180px) {
  .explorer-topbar-shell,
  .explorer-hero-panel,
  .explorer-dashboard-grid,
  .explorer-dashboard-grid-secondary {
    grid-template-columns: 1fr;
  }

  .explorer-topbar-shell {
    align-items: stretch;
  }

  .explorer-topbar-actions {
    justify-content: flex-start;
  }

  .explorer-stat-strip,
  .explorer-summary-grid,
  .explorer-summary-grid-compact,
  .explorer-quick-grid,
  .explorer-shortcut-stack,
  .explorer-bullet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .explorer-topbar {
    position: static;
  }

  .explorer-toolbar-search {
    flex-direction: column;
    align-items: stretch;
  }

  .explorer-search-button {
    width: 100%;
  }

  .explorer-stat-strip,
  .explorer-summary-grid,
  .explorer-summary-grid-compact,
  .explorer-mini-stat-grid,
  .explorer-quick-grid,
  .explorer-shortcut-stack,
  .explorer-bullet-grid {
    grid-template-columns: 1fr;
  }

  .explorer-surface,
  .explorer-hero-panel,
  .explorer-footnotes {
    padding: 18px;
  }

  .explorer-detail-head,
  .explorer-surface-head,
  .explorer-footnotes {
    flex-direction: column;
    align-items: stretch;
  }

  .explorer-detail-actions {
    justify-content: flex-start;
  }

  .explorer-home-link {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .explorer-page-shell {
    gap: 16px;
    padding-top: 16px;
  }

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

  .explore-network-tabs,
  .explorer-topbar-actions {
    width: 100%;
  }

  .explorer-topbar-actions {
    gap: 8px;
  }

  .explore-network-tab {
    flex: 1 1 0;
  }

  .explorer-stat-tile {
    min-height: 0;
  }

  .explorer-data-table {
    min-width: 620px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
