:root {
  --bg: #040809;
  --bg-2: #061110;
  --panel: #071614;
  --panel-2: #0a1a18;
  --line: rgba(90, 190, 220, 0.16);
  --line-2: rgba(0, 212, 255, 0.28);
  --cyan: #00d4ff;
  --cyan-2: #3cefff;
  --cyan-dim: rgba(0, 212, 255, 0.12);
  --purple: #c080ff;
  --amber: #f0a14a;
  --text: #f4f8fc;
  --muted: #8b9bb0;
  --faint: #66788f;
  --green: #3ee58a;
  --ink: #041018;
  --wrap: 1920px;
  --font: "Space Grotesk", Inter, system-ui, sans-serif;
  --body: Inter, system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 212, 255, 0.35) transparent;
}

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

html,
body {
  min-height: 100%;
  background: var(--bg);
  color: var(--text);
  scrollbar-width: thin;
  scrollbar-color: var(--cyan) var(--bg);
}

/* Viewport scrollbar — same cyan as Connect Wallet */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 6px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: var(--bg);
  border-radius: 6px;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: var(--cyan);
  border-radius: 6px;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: var(--cyan-2);
}

/* Explorer inner panels — 8px transparent track */
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: rgba(0, 212, 255, 0.35);
  border-radius: 4px;
}

*::-webkit-scrollbar-thumb:hover {
  background: var(--cyan);
}

body {
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.5;
  background:
    radial-gradient(1200px 860px at 80% 9%, rgba(43, 203, 145, 0.25), transparent 58%),
    radial-gradient(900px 600px at -5% 10%, rgba(43, 203, 145, 0.05), transparent 55%),
    var(--bg);
  overflow-x: hidden;
}

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

button,
.btn {
  font: inherit;
}

.page {
  width: min(var(--wrap), calc(100% - 144px));
  margin: 0 auto;
  padding-bottom: 16px;
  overflow: visible;
}

.view-eco {
  display: contents;
}

.view-dashboard,
.view-login,
.view-blockchain,
.view-saas,
.view-platform,
.view-build,
.view-developers,
.view-resources,
.view-faqs,
.view-about {
  display: none;
}

html.is-dashboard .view-eco,
html.is-login .view-eco,
html.is-dash-check .view-eco,
html.is-blockchain .view-eco,
html.is-saas .view-eco,
html.is-platform .view-eco,
html.is-build .view-eco,
html.is-developers .view-eco,
html.is-resources .view-eco,
html.is-faqs .view-eco,
html.is-about .view-eco {
  display: none;
}

html.is-dash-check .view-dashboard,
html.is-login .view-dashboard {
  display: none;
}

html.is-dashboard .view-dashboard,
html.is-login .view-login,
html.is-blockchain .view-blockchain,
html.is-saas .view-saas,
html.is-platform .view-platform,
html.is-build .view-build,
html.is-developers .view-developers,
html.is-resources .view-resources,
html.is-faqs .view-faqs,
html.is-about .view-about {
  display: contents;
}

.dash-check {
  display: none;
  min-height: calc(100vh - 200px);
  align-items: center;
  justify-content: center;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

html.is-dash-check .dash-check {
  display: flex;
}

.dash-gate {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 200px);
  padding: 48px 8px 80px;
}

.dash-gate-card {
  width: min(560px, 100%);
  padding: 56px 40px 48px;
  border: 1px solid rgba(140, 180, 210, 0.14);
  border-radius: 28px;
  background: rgba(6, 14, 22, 0.72);
  text-align: center;
}

.dash-gate-word {
  display: block;
  width: min(220px, 70%);
  height: auto;
  margin: 0 auto 28px;
}

.dash-gate-card h1 {
  margin: 0 0 12px;
  font-family: var(--font);
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.dash-gate-note {
  margin: 0 0 36px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.dash-gate-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.dash-gate-actions .btn,
.dash-gate-dev {
  min-width: 168px;
  height: 52px;
  padding: 0 28px;
  justify-content: center;
  text-align: center;
  font-size: 13px;
}

.dash-gate-dev {
  display: inline-flex;
  width: 100%;
  margin-top: 16px;
}

@media (max-width: 720px) {
  .dash-gate-card {
    padding: 40px 20px 36px;
  }

  .dash-gate-actions {
    flex-direction: column;
  }

  .dash-gate-actions .btn,
  .dash-gate-dev {
    width: 100%;
    min-width: 0;
  }
}

.page-blank {
  min-height: calc(100vh - 200px);
  padding: 48px 8px 80px 0;
}

.page-blank h1 {
  margin: 0;
  font-family: var(--font);
  font-size: clamp(36px, 4.4vw, 54px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.dash {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 4px 0 40px;
}

.dash-crumb {
  margin: 0 0 2px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--faint);
}

.dash-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 300px;
  padding: 32px 8px;
  overflow: hidden;
  border: 0;
  background: transparent;
}

.dash-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--bg) 0%, rgba(4, 8, 9, 0.55) 28%, transparent 58%),
    url("images/dash-hero.png?v=dash7") right center / cover no-repeat;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
  mask-composite: intersect;
}

.dash-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 420px;
}

.dash-hero-copy h1 {
  margin: 0;
  font-family: var(--font);
  font-size: clamp(32px, 3.6vw, 44px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.dash-hero-copy p {
  max-width: 36ch;
  margin: 8px 0 18px;
  color: var(--muted);
  font-size: 13px;
}

.dash-hero-copy small {
  display: block;
  color: var(--faint);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dash-stake {
  display: block;
  margin-top: 6px;
  font-family: var(--font);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}

.dash-delta {
  display: block;
  margin-top: 6px;
  color: var(--green);
  font-size: 12px;
  font-style: normal;
}

.dash-delta[hidden],
.dash-live[hidden],
.dash-empty-note[hidden],
.dash-error-note[hidden] {
  display: none !important;
}

.dash-empty-note,
.dash-error-note {
  margin: 10px 0 0;
  font-size: 13px;
  color: var(--muted);
}

.dash[data-dash-status="loading"] [data-dash] {
  color: var(--faint);
}

.dash-table .dash-empty-row td {
  text-align: center;
  color: var(--faint);
  padding: 20px 8px;
  white-space: normal;
}

.dash-table tr.dash-empty-row td,
.dash-table tr.dash-empty-row td:nth-child(1) {
  display: block;
  grid-template-columns: none;
}

.dash-table tr.dash-empty-row td::before,
.dash-table tr.dash-empty-row td:nth-child(1)::before {
  content: none;
  display: none;
}

.dash-vest .dash-empty-item {
  display: block;
  padding: 12px 0;
  color: var(--faint);
  font-size: 12px;
  border-bottom: 0;
}

.dash-bars.is-empty {
  background: rgba(0, 212, 255, 0.04);
  border-radius: 6px;
}

.dash-ico {
  width: 14px;
  height: 14px;
  color: var(--cyan);
  flex-shrink: 0;
}

.dash-well {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(0, 212, 255, 0.22);
  background: rgba(0, 212, 255, 0.08);
  flex-shrink: 0;
}

.dash-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid rgba(0, 212, 255, 0.14);
  background: rgba(4, 12, 14, 0.45);
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.dash-pill.is-ok {
  color: var(--green);
  border-color: rgba(62, 229, 138, 0.28);
  background: rgba(62, 229, 138, 0.1);
}

.dash-pill.is-wait {
  color: var(--cyan);
  border-color: rgba(0, 212, 255, 0.28);
  background: rgba(0, 212, 255, 0.1);
}

.dash-pill.is-ghost {
  color: var(--text);
  background: rgba(4, 12, 14, 0.35);
}

.dash-pill.is-fill {
  height: 28px;
  padding: 0 12px;
  background: var(--cyan);
  color: var(--ink);
  border-color: transparent;
}

.dash-rewards .dash-pill {
  cursor: default;
  pointer-events: none;
  user-select: none;
}

.dash-pill.is-wide {
  width: 100%;
  height: 34px;
}

.dash-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  padding: 0;
  border: 1px solid rgba(0, 212, 255, 0.1);
  border-radius: 12px;
  background: rgba(6, 16, 18, 0.38);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
}

.dash-kpis li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px 13px;
  border-right: 1px solid rgba(0, 212, 255, 0.08);
}

.dash-kpis li:last-child { border-right: 0; }

.dash-kpis .dash-well { margin-top: 2px; }

.dash-card {
  padding: 14px 16px 14px;
  border: 1px solid rgba(0, 212, 255, 0.1);
  border-radius: 12px;
  background: rgba(6, 16, 18, 0.38);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.dash-kpis small,
.dash-card-head p,
.dash-share span,
.dash-table th,
.dash-vest small,
.dash-rewards small,
.dash-net-list span,
.dash-eco-stats small {
  color: var(--faint);
}

.dash-kpis small {
  display: block;
  margin-top: 0;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dash-kpis strong,
.dash-share b,
.dash-vest b,
.dash-rewards strong,
.dash-net-list b,
.dash-eco-stats strong {
  display: block;
  margin-top: 6px;
  font-family: var(--font);
  font-size: 18px;
  font-weight: 600;
}

.dash-kpis em,
.dash-card-head p,
.dash-rewards em {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-style: normal;
  color: var(--muted);
}

.dash-split,
.dash-trio {
  display: grid;
  gap: 10px;
}

.dash-split { grid-template-columns: 1.35fr 0.85fr; }
.dash-split-wide { grid-template-columns: 1.45fr 0.75fr; }
.dash-trio { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.dash-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.dash-card-head h2 {
  font-family: var(--font);
  font-size: 16px;
  font-weight: 600;
}

.dash-card-head p {
  margin-top: 3px;
  max-width: 42ch;
  font-size: 12px;
}

.dash-card-head a,
button.dash-pill {
  color: var(--muted);
  font-size: 11px;
}

button.dash-pill {
  font: inherit;
  cursor: pointer;
}

.dash-modal[hidden] {
  display: none !important;
}

.dash-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}

.dash-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 8, 9, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.dash-modal-panel {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100vw - 32px));
  max-height: min(80vh, 720px);
  overflow: auto;
  padding: 18px 20px 16px;
  border: 1px solid rgba(0, 212, 255, 0.14);
  border-radius: 14px;
  background: rgba(6, 16, 18, 0.96);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

html.is-activity-open,
html.is-activity-open body {
  overflow: hidden;
}

.dash-legend {
  display: flex;
  gap: 12px;
  font-size: 10px;
  color: var(--muted);
}

.dash-legend span::before,
.dash-legend .is-locked::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  border-radius: 2px;
  background: var(--cyan);
}

.dash-legend .is-locked::before {
  background: rgba(0, 212, 255, 0.28);
}

.dash-chart {
  position: relative;
  min-height: 168px;
}

.dash-chart-y,
.dash-chart-x {
  display: flex;
  color: var(--faint);
  font-size: 9px;
}

.dash-chart-y {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 20px;
  flex-direction: column;
  justify-content: space-between;
}

.dash-bars {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 140px;
  margin: 0 0 8px 48px;
}

.dash-bars i {
  position: relative;
  flex: 1;
  height: var(--h);
  border-radius: 2px 2px 0 0;
  background: linear-gradient(180deg, #3cefff, rgba(0, 212, 255, 0.32));
}

.dash-bars .is-next {
  background: #00d4ff;
  box-shadow: 0 0 12px rgba(0, 212, 255, 0.3);
}

.dash-bars .is-next b {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 6px);
  width: max-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(8, 16, 20, 0.92);
  border: 1px solid rgba(0, 212, 255, 0.22);
  color: var(--text);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.3;
  transform: translateX(-50%);
}

.dash-chart-x {
  justify-content: space-between;
  margin-left: 48px;
}

.dash-donut-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  align-items: center;
}

.dash-donut {
  position: relative;
  width: 120px;
  height: 120px;
}

.dash-donut svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.dash-donut div {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dash-donut strong {
  font-family: var(--font);
  font-size: 16px;
}

.dash-donut small {
  color: var(--faint);
  font-size: 9px;
}

.dash-share,
.dash-vest,
.dash-rewards,
.dash-net-list,
.dash-eco-stats {
  list-style: none;
}

.dash-share li,
.dash-vest li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1px 10px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.dash-share span,
.dash-vest span {
  font-size: 12px;
  color: var(--text);
}

.dash-share b,
.dash-vest b {
  margin: 0;
  font-size: 11px;
  color: var(--muted);
  font-family: var(--body);
  font-weight: 500;
}

.dash-share em,
.dash-vest em {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  font-style: normal;
  font-size: 12px;
  text-align: right;
}

.dash-vest small {
  grid-column: 2;
  grid-row: 2;
  text-align: right;
  font-size: 10px;
}

.dash-table-wrap { overflow-x: auto; }

.dash-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
}

.dash-table th,
.dash-table td {
  padding: 8px 7px;
  text-align: left;
  white-space: nowrap;
}

.dash-table th {
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}

.dash-table td {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  color: var(--muted);
}

.dash-type {
  color: var(--text);
}

.dash-type i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: currentColor;
  vertical-align: middle;
}

.dash-table .is-plus { color: var(--green); }
.dash-table .is-ok,
.dash-type.is-ok { color: var(--green); }
.dash-table .is-wait,
.dash-type.is-wait { color: var(--cyan); }

.dash-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.dash-actions a,
.dash-actions .dash-action {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 212, 255, 0.1);
  background: rgba(4, 12, 14, 0.32);
  color: var(--text);
  font-size: 12px;
}

.dash-actions .dash-action {
  cursor: default;
  pointer-events: none;
  user-select: none;
}

.dash-actions a span,
.dash-actions .dash-action span { margin-left: auto; color: var(--faint); }

.dash-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.dash-filters .dash-pill {
  height: 28px;
  padding: 0 12px;
}

.dash-live {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 11px;
}

.dash-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px var(--green);
  animation: dashPulse 1.6s ease-in-out infinite;
}

@keyframes dashPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

.dash-vest .is-next b,
.dash-vest .is-next span { color: var(--cyan); }

.dash-rewards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dash-rewards li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.dash-rewards li div { flex: 1; min-width: 0; }

.dash-rewards strong { font-size: 20px; }

.dash-net-body {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 14px;
  align-items: center;
}

.dash-globe {
  width: 108px;
  height: 108px;
  filter: drop-shadow(0 0 16px rgba(0, 212, 255, 0.2));
}

.dash-net-list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 0;
}

.dash-net-list b,
.dash-net-list .dash-pill {
  margin: 0;
  font-size: 10px;
  font-family: var(--body);
  font-weight: 600;
}

.dash-eco-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 12px;
}

.dash-eco-stats li { display: block; padding: 0; }

.dash-eco-stats strong { font-size: 26px; }

.dash-eco-stats small {
  display: block;
  margin-top: 3px;
  font-size: 10px;
}

.header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  height: 76px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #f8fafc;
  justify-self: start;
}

.logo-word {
  height: 22px;
  width: auto;
  display: block;
  object-fit: contain;
}

.logo-mark {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
}

img,
.preview > img,
.nft-cell img,
.dev-app img,
.res-post-media,
.cta,
.build-hero-viz,
.build-hero,
.dev-hero,
.res-hero,
.res-paper-viz,
.res-release-card,
.eco-hero,
.eco-platform,
.eco-business,
.about-hero,
.about-mission,
.about-pillar-viz,
.about-people-viz,
.saas-hero,
.saas-platform,
.saas-apps,
.saas-split,
.saas-cta {
  image-rendering: auto;
  image-rendering: high-quality;
  -ms-interpolation-mode: bicubic;
}

.preview > img,
.nft-cell img,
.about-pillar-viz {
  image-rendering: -webkit-optimize-contrast;
}

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

.nav a {
  font-family: var(--font);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9aabc0;
  white-space: nowrap;
}

.nav a:hover,
.nav a.current {
  color: var(--text);
}

.header-actions {
  display: flex;
  gap: 10px;
  justify-self: end;
}

.header-actions .btn-primary,
.nav-drawer-actions .btn-primary {
  height: auto;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: var(--cyan);
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 0 24px rgba(0, 212, 255, 0.22);
  flex-shrink: 0;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.header-actions .btn-primary:hover,
.nav-drawer-actions .btn-primary:hover {
  transform: translateY(-1px);
  background: var(--cyan-2);
  border-color: transparent;
  box-shadow: 0 0 28px rgba(0, 212, 255, 0.32);
  color: var(--ink);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(0, 212, 255, 0.18);
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 16px;
  height: 1.5px;
  background: var(--text);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

html.is-nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

html.is-nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

html.is-nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.nav-drawer-actions {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.btn-primary {
  background: var(--cyan);
  color: var(--ink);
  box-shadow: 0 0 24px rgba(0, 212, 255, 0.22);
}

.btn-primary:hover {
  background: var(--cyan-2);
}

.btn-outline {
  background: transparent;
  color: var(--cyan);
  border-color: rgba(0, 212, 255, 0.45);
}

.btn-outline:hover {
  background: var(--cyan-dim);
}

.btn-ghost {
  background: rgba(8, 18, 28, 0.7);
  color: var(--text);
  border-color: rgba(140, 180, 210, 0.22);
}

.arrow,
.code-icon {
  font-size: 13px;
  font-weight: 500;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 24px;
  min-height: 460px;
  padding: 18px 0 8px;
  align-items: center;
  overflow: visible;
}

.hero-copy,
.hero-viz {
  position: relative;
  z-index: 1;
}

.hero-viz {
  height: 460px;
}

.network-canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100% + (100vw - 100%) / 2);
  height: 100%;
  display: block;
  pointer-events: none;
  z-index: 0;
}

.hero-copy h1 {
  font-family: var(--font);
  font-size: clamp(42px, 4.6vw, 58px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.028em;
  text-transform: uppercase;
  max-width: 540px;
}

.hero-copy h1 span {
  color: var(--cyan);
}

.hero-copy p {
  max-width: 390px;
  margin: 22px 0 28px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hud {
  position: absolute;
  width: 138px;
  padding: 9px 11px;
  border-radius: 10px;
  background: rgba(7, 16, 26, 0.78);
  border: 1px solid var(--line);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), 0 0 24px rgba(0, 180, 255, 0.08);
  backdrop-filter: blur(10px);
}

.hud small,
.hud em {
  display: block;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--faint);
}

.hud code {
  display: block;
  margin: 4px 0 6px;
  font-family: var(--mono);
  font-size: 11px;
  color: #c9e7f4;
}

.hud strong {
  display: block;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 600;
  color: var(--cyan);
  margin-bottom: 4px;
}

.hud-tx {
  top: 42px;
  left: 28%;
}

.hud-sc {
  top: 118px;
  right: 18px;
}

.hud-block {
  bottom: 92px;
  left: 18%;
}

.stats-wrap {
  margin-top: 8px;
}

.stats {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(10, 20, 32, 0.92), rgba(6, 12, 20, 0.92));
  padding: 18px 22px 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.stats-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.stats-head span {
  font-family: var(--font);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--faint);
}

.stats-head b {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green);
  font-weight: 600;
}

.stats-head b i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px var(--green);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.stats-grid small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--faint);
  margin-bottom: 6px;
}

.stats-grid strong {
  display: block;
  font-family: var(--font);
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.stats-grid em {
  display: block;
  margin-top: 5px;
  font-style: normal;
  font-size: 12px;
  color: var(--faint);
}

.stats-grid .up {
  color: var(--cyan);
}

.stats-grid .ok {
  color: var(--green);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.activity {
  margin-top: 16px;
}

.activity small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--faint);
  margin-bottom: 8px;
}

.bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 42px;
}

.bars i {
  flex: 0 0 2px;
  width: 2px;
  display: block;
  border-radius: 0;
}

.onchain {
  text-align: center;
  padding: 36px 0 16px;
}

.onchain h2 {
  font-family: var(--font);
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  text-transform: uppercase;
}

.onchain h2 span {
  color: var(--cyan);
}

.lead {
  max-width: 520px;
  margin: 12px auto 20px;
  color: var(--muted);
  font-size: 15px;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  text-align: left;
}

.pillar {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 52px 1fr 22px;
  gap: 14px;
  align-items: center;
  min-height: 124px;
  padding: 20px 18px 20px 16px;
  border-radius: 16px;
  border: none;
  background: linear-gradient(180deg, rgba(12, 22, 34, 0.96), rgba(8, 14, 22, 0.96));
}

.pillar::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    225deg,
    rgba(210, 250, 255, 0.95) 0%,
    rgba(0, 220, 255, 0.72) 16%,
    rgba(0, 170, 210, 0.28) 34%,
    rgba(70, 130, 160, 0.16) 58%,
    rgba(60, 110, 140, 0.12) 100%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.pillar-teal {
  background:
    radial-gradient(90% 80% at 100% 0%, rgba(0, 212, 255, 0.2), transparent 52%),
    linear-gradient(180deg, rgba(12, 22, 34, 0.96), rgba(8, 14, 22, 0.96));
  box-shadow: 16px -12px 34px rgba(0, 190, 255, 0.12);
}

.pillar-teal::before {
  background: linear-gradient(
    225deg,
    rgba(210, 250, 255, 0.95) 0%,
    rgba(0, 220, 255, 0.78) 16%,
    rgba(0, 170, 210, 0.3) 34%,
    rgba(70, 130, 160, 0.16) 58%,
    rgba(60, 110, 140, 0.12) 100%
  );
}

.pillar-purple {
  background:
    radial-gradient(95% 85% at 100% 0%, rgba(188, 92, 255, 0.3), transparent 55%),
    linear-gradient(180deg, rgba(20, 12, 34, 0.97), rgba(10, 10, 24, 0.97));
  box-shadow: 18px -14px 42px rgba(168, 80, 255, 0.2);
}

.pillar-purple::before {
  background: linear-gradient(
    225deg,
    rgba(245, 228, 255, 1) 0%,
    rgba(198, 128, 255, 0.95) 14%,
    rgba(168, 72, 255, 0.58) 32%,
    rgba(120, 64, 200, 0.28) 55%,
    rgba(90, 70, 150, 0.16) 100%
  );
}

.pillar-blue {
  background:
    radial-gradient(92% 84% at 100% 0%, rgba(70, 140, 255, 0.32), transparent 54%),
    linear-gradient(180deg, rgba(10, 16, 38, 0.96), rgba(8, 12, 24, 0.96));
  box-shadow: 16px -12px 36px rgba(64, 128, 255, 0.2);
}

.pillar-blue::before {
  background: linear-gradient(
    225deg,
    rgba(210, 230, 255, 1) 0%,
    rgba(96, 168, 255, 0.92) 14%,
    rgba(48, 118, 255, 0.5) 32%,
    rgba(40, 90, 210, 0.24) 55%,
    rgba(50, 80, 150, 0.14) 100%
  );
}

.pillar-ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  border: 1px solid rgba(0, 212, 255, 0.28);
  background: rgba(0, 212, 255, 0.08);
}

.pillar-ico svg {
  width: 22px;
  height: 22px;
}

.pillar h3 {
  font-family: var(--font);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

.pillar ul {
  list-style: none;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.pillar-go {
  color: var(--cyan);
  font-size: 18px;
}

.suite {
  margin-top: 20px;
  padding: 22px 22px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(6, 12, 20, 0.55);
}

.suite > h3 {
  font-family: var(--font);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c5d4e4;
}

.suite > p {
  margin: 6px 0 22px;
  color: var(--faint);
  font-size: 13px;
}

.suite-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.suite-card h4 {
  font-family: var(--font);
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0 4px;
}

.suite-card h4 a {
  color: inherit;
  text-decoration: none;
}

.suite-card h4 a:hover {
  color: var(--cyan);
}

.suite-card p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.45;
}

.preview {
  height: 102px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(90, 180, 220, 0.14);
  background: #071018;
}

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

.preview-top > img {
  object-position: top center;
}

.preview-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.preview-code {
  display: flex;
  font-size: 7.5px;
  line-height: 1.35;
  color: #7ad7ea;
}

.code-gutter {
  width: 16px;
  padding: 8px 0 0 6px;
  color: #3d5568;
  font-family: var(--mono);
}

.preview-code pre {
  padding: 8px 6px 0 4px;
  font-family: var(--mono);
  white-space: pre;
}

.preview-forge,
.preview-vault,
.preview-hub {
  padding: 10px;
}

.forge-top,
.vault-label {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: var(--faint);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.forge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}

.forge-row {
  display: flex;
  gap: 6px;
  margin: 10px 0;
}

.forge-token {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 8px;
  color: #d7eef7;
}

.forge-token i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #7af0ff, #0a6a88);
}

.forge-bar {
  display: flex;
  gap: 4px;
}

.forge-bar span,
.vault-lines span,
.hub-p,
.hub-side i,
.hub-code {
  height: 6px;
  border-radius: 4px;
  background: rgba(0, 212, 255, 0.12);
}

.forge-bar span {
  flex: 1;
}

.nft-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 4px;
  padding: 8px;
  height: 100%;
}

.nft-cell {
  border-radius: 6px;
  overflow: hidden;
  min-height: 0;
}

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

.vault-bal {
  font-family: var(--font);
  font-size: 18px;
  margin: 6px 0 8px;
}

.vault-spark {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 22px;
  margin-bottom: 8px;
}

.vault-spark i {
  flex: 1;
  background: linear-gradient(180deg, #7af0ff, #2a6cff);
  opacity: 0.8;
}

.vault-lines span {
  display: block;
  margin-bottom: 4px;
}

.preview-hub {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 8px;
}

.hub-side {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-right: 6px;
  border-right: 1px solid rgba(0, 212, 255, 0.12);
}

.hub-side b {
  font-size: 7px;
  letter-spacing: 0.12em;
  color: var(--cyan);
}

.hub-title {
  font-size: 9px;
  font-weight: 600;
  margin-bottom: 8px;
}

.hub-p {
  margin-bottom: 5px;
}

.hub-p.short {
  width: 62%;
}

.hub-code {
  height: 28px;
  margin-top: 8px;
}

.arch {
  display: grid;
  grid-template-columns: 0.9fr 1.15fr 0.95fr;
  gap: 28px;
  align-items: center;
  padding: 36px 0 20px;
}

.arch-copy h3 {
  font-family: var(--font);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}

.arch-copy h2 {
  font-family: var(--font);
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.arch-copy p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  max-width: 340px;
  margin-bottom: 16px;
}

.text-link {
  color: var(--cyan);
  font-family: var(--font);
  font-size: 13px;
  font-weight: 500;
}

.arch-viz {
  height: 360px;
  position: relative;
}

.arch-viz::before {
  content: "";
  position: absolute;
  inset: 6% 4% 4% 18%;
  background: radial-gradient(ellipse at 58% 48%, rgba(0, 210, 255, 0.32), rgba(0, 140, 220, 0.08) 42%, transparent 68%);
  filter: blur(22px);
  pointer-events: none;
}

.dag-canvas {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.arch-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.arch-points {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.arch-points li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: start;
}

.arch-points span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--cyan);
  border: 1px solid rgba(0, 212, 255, 0.28);
  background: rgba(0, 212, 255, 0.08);
}

.arch-points svg {
  width: 18px;
  height: 18px;
}

.arch-points strong {
  font-family: var(--font);
  font-size: 14px;
  font-weight: 600;
}

.arch-points p {
  color: var(--muted);
  font-size: 13px;
  margin-top: 3px;
}

.cta {
  position: relative;
  overflow: hidden;
  min-height: 188px;
  border-radius: 18px;
  border: 1px solid var(--line);
  margin-top: 8px;
  background: #02060c url("images/cta-earth.png?v=globe2") 50% 28% / cover no-repeat;
}

.cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 40px 44px;
  min-height: 176px;
  background: linear-gradient(90deg, rgba(4, 10, 18, 0.42) 0%, rgba(4, 10, 18, 0.08) 42%, rgba(4, 10, 18, 0.12) 100%);
}

.cta-copy p {
  color: var(--muted);
  font-size: 13px;
  max-width: 300px;
}

.cta h2 {
  font-family: var(--font);
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.cta p {
  color: var(--muted);
  font-size: 13px;
  max-width: 300px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.people {
  width: 16px;
  height: 16px;
}

.footer {
  padding: 24px 0 8px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(5, 1fr) 0.9fr;
  gap: 18px;
}

.footer h5 {
  font-family: var(--font);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #d5e4f0;
}

.footer-grid a {
  display: block;
  font-size: 13px;
  color: var(--faint);
  margin-bottom: 8px;
}

.footer-grid a:hover {
  color: var(--text);
}

.social-row {
  display: flex;
  gap: 8px;
}

.soc {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(140, 180, 210, 0.22);
  display: grid !important;
  place-items: center;
  color: #c5d6e6 !important;
  margin: 0 !important;
}

.soc svg {
  width: 14px;
  height: 14px;
}

.legal {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid rgba(90, 180, 220, 0.1);
  font-size: 12px;
  color: var(--faint);
}

.legal span:last-child {
  display: flex;
  gap: 18px;
}

.legal a {
  color: var(--faint);
}

.build-kicker {
  display: block;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7dffb3;
  margin-bottom: 14px;
}

.build-hero {
  position: relative;
  overflow: hidden;
  border: none;
  min-height: 0;
  margin-top: 8px;
  background: transparent;
}

.build-hero-viz {
  display: none;
}

.build-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, var(--bg) 0%, transparent 9%),
    linear-gradient(to left, var(--bg) 0%, transparent 9%),
    linear-gradient(to bottom, var(--bg) 0%, transparent 11%),
    linear-gradient(to top, var(--bg) 0%, transparent 11%),
    url("images/build-hero.png?v=buildhero1");
  background-position: 0 0, 100% 0, 0 0, 0 100%, 88% 50%;
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, auto 100%;
  background-repeat: no-repeat;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-composite: intersect;
}

.build-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 520px;
  padding: 44px 8px 36px 36px;
}

.build-hero-copy h1,
.build-stack h2,
.build-lang-copy h2,
.build-monitor-copy h2 {
  font-family: var(--font);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
  text-transform: uppercase;
}

.build-hero-copy h1 span,
.build-stack h2 span,
.build-lang-copy h2 span,
.build-monitor-copy h2 span {
  color: var(--cyan);
}

.build-hero-copy p,
.build-stack-head p,
.build-lang-copy p,
.build-monitor-copy p {
  margin: 18px 0 26px;
  max-width: 440px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.build-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  list-style: none;
  margin-top: 28px;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c5d8e6;
}

.build-points li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.build-points li::before {
  content: "";
  width: 8px;
  height: 14px;
  border-right: 2px solid var(--cyan);
  border-bottom: 2px solid var(--cyan);
  transform: rotate(40deg) translateY(-2px);
  box-shadow: 2px 2px 8px rgba(0, 212, 255, 0.45);
}

.build-stack,
.build-lang,
.build-monitor {
  padding: 32px 8px 12px;
}

.build-stack-head,
.build-lang,
.build-monitor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 48px;
  align-items: start;
}

.build-lang {
  grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1.55fr) minmax(200px, 0.42fr);
  align-items: stretch;
}

.build-stack-head {
  grid-template-columns: 1fr 1.35fr auto;
  margin-bottom: 16px;
  align-items: end;
}

.build-link {
  font-family: var(--font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cyan);
}

.build-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.build-cards article {
  position: relative;
  padding: 22px 18px 20px;
  border: 1px solid rgba(0, 242, 255, 0.32);
  border-radius: 14px;
  background: rgba(8, 14, 22, 0.78);
  box-shadow:
    0 0 0 1px rgba(0, 242, 255, 0.08),
    0 0 22px rgba(0, 242, 255, 0.16),
    0 16px 36px rgba(0, 0, 0, 0.32);
}

.build-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  color: var(--cyan);
}

.build-ico.ico-code {
  width: 44px;
  font-family: var(--mono);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.22em;
  padding-left: 0.2em;
  color: #f4f8fc;
  text-shadow: 0 0 12px rgba(0, 212, 255, 0.35);
}

.build-ico.ico-cube {
  color: var(--purple);
}

.build-ico svg {
  width: 32px;
  height: 32px;
}

.build-cards h3,
.build-deploy h3 {
  font-family: var(--font);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.build-cards p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 16px;
}

.build-langs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 16px;
  width: 100%;
}

.build-langs span {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  min-width: 0;
  white-space: nowrap;
  font-family: var(--font);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #c5d8e6;
}

.build-langs i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  font-family: var(--font);
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}

.lg-sol { background: #2b2c40; color: #8b93c9; box-shadow: inset 0 0 0 1px #5b63a8; }
.lg-rs { background: #3b241c; color: #f74c00; box-shadow: inset 0 0 0 1px #f74c00; border-radius: 50%; }
.lg-js { background: #f7df1e; color: #111; }
.lg-ts { background: #3178c6; color: #fff; }
.lg-py { background: #1e415e; color: #ffd43b; box-shadow: inset 0 0 0 1px #3776ab; }
.lg-go { background: #00add8; color: #fff; }

.build-lang-viz,
.build-lang-main {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.build-lang-viz,
.build-status {
  position: relative;
}

.build-lang-viz::after,
.build-status::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -2px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.8), transparent);
  box-shadow: 0 0 22px 4px rgba(0, 212, 255, 0.35);
  pointer-events: none;
}

.build-snippet,
.build-status {
  border: 1px solid rgba(0, 242, 255, 0.34);
  border-radius: 14px;
  background: rgba(6, 12, 18, 0.82);
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(0, 242, 255, 0.08),
    0 0 24px rgba(0, 242, 255, 0.18),
    0 16px 36px rgba(0, 0, 0, 0.32);
}

.build-snippet {
  flex: 1;
  min-height: 280px;
}

.build-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 12px 16px 0;
  font-family: var(--font);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--faint);
}

.build-tabs button {
  appearance: none;
  border: 0;
  background: none;
  padding: 0 0 10px;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer;
}

.build-tabs button[aria-selected="true"] {
  color: var(--cyan);
  font-weight: 600;
}

.build-snippet pre[hidden] {
  display: none;
}

.build-snippet pre,
.build-log {
  margin: 0;
  padding: 16px;
  font: 400 12px/1.55 var(--mono);
  color: #c8d6e2;
  white-space: pre;
}

.build-snippet .cmt { color: #4aa86a; }
.build-snippet .kw { color: #c080ff; }
.build-snippet .fn { color: #5ec8ff; }
.build-snippet .typ { color: #7ad4ff; }
.build-snippet .str { color: #f0a14a; }
.build-snippet .num { color: #9ad4ff; }

.build-deploy {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  min-height: 100%;
  padding: 22px 20px 18px;
  border: 1px solid rgba(125, 255, 179, 0.55);
  border-radius: 14px;
  background: rgba(6, 16, 14, 0.88);
  box-shadow:
    0 0 0 1px rgba(125, 255, 179, 0.16),
    0 0 32px rgba(125, 255, 179, 0.38),
    0 16px 36px rgba(0, 0, 0, 0.32);
}

.build-deploy ul {
  list-style: none;
  margin: 16px 0 20px;
  flex: 1;
}

.build-deploy li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  font-size: 14px;
}

.build-deploy li::before {
  content: "✓";
  color: var(--green);
}

.build-success {
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(62, 229, 138, 0.14);
  border: 1px solid rgba(62, 229, 138, 0.4);
}

.build-success strong {
  display: block;
  margin-bottom: 6px;
  color: var(--green);
  font-size: 13px;
}

.build-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 16px 16px 12px;
}

.build-metrics small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--faint);
  margin-bottom: 6px;
}

.build-metrics strong {
  font-family: var(--font);
  font-size: 16px;
  font-weight: 600;
}

.build-metrics .ok {
  color: var(--green);
}

.build-log {
  border-top: 1px solid rgba(0, 212, 255, 0.14);
  color: #7ad7ea;
  background: #05080d;
}

.cta h2 span {
  color: var(--cyan);
}

.dev-kicker {
  display: block;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7dffb3;
  margin-bottom: 14px;
}

.dev-hero {
  position: relative;
  overflow: hidden;
  min-height: 0;
  margin-top: 8px;
  background: transparent;
}

.dev-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(4, 8, 9, 0.2), rgba(4, 8, 9, 0.2)),
    linear-gradient(to right, var(--bg) 0%, transparent 10%),
    linear-gradient(to left, var(--bg) 0%, transparent 10%),
    linear-gradient(to bottom, var(--bg) 0%, transparent 12%),
    linear-gradient(to top, var(--bg) 0%, transparent 12%),
    url("images/dev-hero.png?v=devhero1");
  background-position: 0 0, 0 0, 100% 0, 0 0, 0 100%, 94% 50%;
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, auto 92%;
  background-repeat: no-repeat;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-composite: intersect;
}

.dev-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 520px;
  padding: 44px 8px 36px 36px;
}

.dev-hero-copy h1,
.dev-split-head h2,
.dev-apps-copy h2,
.dev-net-copy h2 {
  font-family: var(--font);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
  text-transform: uppercase;
}

.dev-hero-copy h1 span,
.dev-net-copy h2 span {
  color: var(--cyan);
}

.dev-hero-copy p,
.dev-split-head p,
.dev-apps-copy p,
.dev-net-copy p {
  margin: 18px 0 26px;
  max-width: 440px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.dev-ribbon {
  margin: 28px 0 0;
  max-width: 100%;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.7;
  text-transform: uppercase;
  color: #c5d8e6;
}

.dev-ribbon span {
  color: var(--faint);
  margin: 0 8px;
}

.dev-next,
.dev-path,
.dev-apps,
.dev-net {
  padding: 32px 8px 12px;
}

.dev-split-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 48px;
  align-items: end;
  margin-bottom: 16px;
}

.dev-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.dev-features article,
.dev-app {
  border: 1px solid rgba(0, 242, 255, 0.32);
  border-radius: 14px;
  background: rgba(8, 14, 22, 0.78);
  box-shadow:
    0 0 0 1px rgba(0, 242, 255, 0.08),
    0 0 22px rgba(0, 242, 255, 0.16),
    0 16px 36px rgba(0, 0, 0, 0.32);
}

.dev-features article {
  padding: 22px 18px 20px;
}

.dev-ico,
.dev-step-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cyan);
}

.dev-ico {
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
}

.dev-ico svg,
.dev-step-ico svg,
.dev-limits svg {
  width: 28px;
  height: 28px;
}

.dev-features h3,
.dev-steps h3,
.dev-app h3,
.dev-limits h3 {
  font-family: var(--font);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.dev-features p,
.dev-steps p,
.dev-app p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.dev-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  list-style: none;
  text-align: center;
}

.dev-steps li {
  position: relative;
}

.dev-steps li:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 22px;
  right: -14px;
  color: rgba(197, 216, 230, 0.45);
  font-size: 22px;
}

.dev-step-ico {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border: 1px solid rgba(0, 242, 255, 0.55);
  border-radius: 50%;
  background: rgba(6, 14, 22, 0.82);
  box-shadow: 0 0 22px rgba(0, 212, 255, 0.35);
}

.dev-apps {
  display: grid;
  grid-template-columns: 0.95fr 1fr 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.dev-apps-copy .btn {
  margin-top: 6px;
}

.dev-app {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.dev-app img {
  display: block;
  width: 100%;
  height: 176px;
  object-fit: cover;
  object-position: 50% 42%;
}

.dev-app h3,
.dev-app p,
.dev-app .dev-link {
  padding-left: 16px;
  padding-right: 16px;
}

.dev-app h3 {
  margin-top: 16px;
}

.dev-app p {
  margin-bottom: 12px;
  flex: 1;
}

.dev-link {
  display: inline-block;
  padding-bottom: 16px;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cyan);
}

.dev-net {
  display: grid;
  grid-template-columns: 0.9fr 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
}

.dev-stack {
  position: relative;
  height: 420px;
  min-height: 380px;
  container-type: size;
  margin-left: -40px;
}

.dev-stack::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: url("images/dev-stack.png?v=devstack7") calc(50% + 27cqh) 50% / auto 76% no-repeat;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 4%, #000 94%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 4%, #000 96%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 4%, #000 94%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 4%, #000 96%, transparent 100%);
  mask-composite: intersect;
}

.dev-stack-tags {
  position: absolute;
  z-index: 2;
  left: -8px;
  top: 0;
  bottom: 0;
  width: 15rem;
  list-style: none;
  pointer-events: none;
}

.dev-stack-tags li {
  position: absolute;
  left: 0;
  right: 0;
  padding-right: 22px;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: right;
  color: rgba(220, 236, 246, 0.92);
  white-space: nowrap;
  transform: translateY(-50%);
}

.dev-stack-tags li:nth-child(1) { top: 28.4%; }
.dev-stack-tags li:nth-child(2) { top: 40%; }
.dev-stack-tags li:nth-child(3) { top: 52.6%; }
.dev-stack-tags li:nth-child(4) { top: 66.4%; }
.dev-stack-tags li:nth-child(5) { top: 78.5%; }

.dev-stack.eco-stack::before {
  background-image: url("images/eco-stack.png?v=ecostack1");
}

.dev-stack.eco-stack .dev-stack-tags li:nth-child(1) { top: 26.7%; }
.dev-stack.eco-stack .dev-stack-tags li:nth-child(2) { top: 37.3%; }
.dev-stack.eco-stack .dev-stack-tags li:nth-child(3) { top: 48.4%; }
.dev-stack.eco-stack .dev-stack-tags li:nth-child(4) { top: 59.1%; }
.dev-stack.eco-stack .dev-stack-tags li:nth-child(5) { top: 70.2%; }
.dev-stack.eco-stack .dev-stack-tags li:nth-child(6) { top: 80.9%; }

.dev-stack-tags li::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 14px;
  height: 1px;
  background: rgba(0, 212, 255, 0.45);
}

.dev-stack-tags li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(0, 212, 255, 0.75);
  transform: translate(50%, -50%);
}

.dev-limits {
  padding-left: 22px;
  border-left: 1px solid rgba(140, 180, 210, 0.16);
}

.dev-limits h3 {
  margin-bottom: 18px;
}

.dev-limits h3 span {
  color: var(--cyan);
}

.dev-limits ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dev-limits li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #e4eef6;
  font-size: 14px;
}

.dev-limits svg {
  color: var(--cyan);
  flex: 0 0 auto;
}

.res-kicker {
  display: block;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 14px;
}

.res-hero {
  position: relative;
  overflow: hidden;
  min-height: 0;
  margin-top: 8px;
  background: transparent;
}

.res-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, var(--bg) 0%, transparent 10%),
    linear-gradient(to left, var(--bg) 0%, transparent 10%),
    linear-gradient(to bottom, var(--bg) 0%, transparent 12%),
    linear-gradient(to top, var(--bg) 0%, transparent 12%),
    url("images/res-hero.png?v=resh1");
  background-position: 0 0, 100% 0, 0 0, 0 100%, 88% 50%;
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, auto 92%;
  background-repeat: no-repeat;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-composite: intersect;
}

.res-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 540px;
  padding: 44px 8px 36px 36px;
}

.res-hero-copy h1,
.res-split-head h2,
.res-paper-copy h2 {
  font-family: var(--font);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
  text-transform: uppercase;
}

.res-hero-copy h1 span,
.res-cta h2 span {
  color: var(--cyan);
}

.res-hero-copy p,
.res-split-head p,
.res-paper-copy p {
  margin: 18px 0 26px;
  max-width: 440px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.res-ribbon {
  margin: 28px 0 0;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.7;
  text-transform: uppercase;
  color: #c5d8e6;
}

.res-ribbon span {
  color: var(--faint);
  margin: 0 8px;
}

.res-paper,
.res-releases,
.res-lib,
.res-latest,
.res-connect {
  padding: 32px 8px 12px;
}

.res-paper {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 28px;
  align-items: center;
}

.res-paper-viz {
  min-height: 380px;
  border: 1px solid rgba(0, 242, 255, 0.28);
  border-radius: 16px;
  background: var(--bg) url("images/res-whitepaper.png?v=wp2") 50% 48% / cover no-repeat;
  box-shadow:
    0 0 0 1px rgba(0, 242, 255, 0.08),
    0 0 28px rgba(0, 212, 255, 0.16);
}

.res-release-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 260px;
  padding: 36px 28px 32px;
  border: 1px solid rgba(0, 242, 255, 0.32);
  border-radius: 14px;
  background: transparent;
  box-shadow:
    0 0 0 1px rgba(0, 242, 255, 0.08),
    0 0 22px rgba(0, 242, 255, 0.16),
    0 16px 36px rgba(0, 0, 0, 0.32);
}

.res-release-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4, 8, 9, 0.78) 0%, rgba(4, 8, 9, 0.42) 34%, rgba(4, 8, 9, 0.12) 58%, transparent 76%),
    url("images/res-release.png?v=devrel1") 72% 48% / cover no-repeat;
}

.res-release-card > * {
  position: relative;
  z-index: 1;
}

.res-release-card h2 {
  font-family: var(--font);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
  text-transform: uppercase;
  margin: 8px 0 12px;
}

.res-release-card p {
  margin: 0 0 22px;
  max-width: 520px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.res-release-card .btn {
  align-self: flex-start;
  width: auto;
}

.res-modal[hidden] {
  display: none !important;
}

.res-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}

.res-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 8, 9, 0.62);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.res-modal-panel {
  position: relative;
  z-index: 1;
  width: min(640px, calc(100vw - 32px));
  max-height: min(80vh, 720px);
  overflow: auto;
  padding: 22px 22px 20px;
  border: 1px solid rgba(0, 212, 255, 0.14);
  border-radius: 14px;
  background: rgba(6, 16, 18, 0.96);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.res-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.res-modal-head h2 {
  font-family: var(--font);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.res-modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 212, 255, 0.28);
  border-radius: 50%;
  background: transparent;
  color: var(--cyan);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.res-modal-close:hover {
  background: var(--cyan-dim);
}

.res-release-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}

.res-release-list:empty + .res-release-empty {
  display: block;
}

.res-release-list:not(:empty) + .res-release-empty {
  display: none;
}

.res-release-empty {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.res-release-list li {
  padding: 14px 14px 12px;
  border: 1px solid rgba(0, 242, 255, 0.16);
  border-radius: 12px;
  background: rgba(8, 14, 22, 0.7);
}

.res-release-list strong {
  display: block;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.res-release-list p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

html.is-releases-open,
html.is-releases-open body {
  overflow: hidden;
}

.res-split-head {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 28px 36px;
  align-items: end;
  margin-bottom: 16px;
}

.res-lib .res-split-head {
  grid-template-columns: 1.2fr 1fr;
}

.res-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.res-cards article,
.res-posts article {
  border: 1px solid rgba(0, 242, 255, 0.32);
  border-radius: 14px;
  background: rgba(8, 14, 22, 0.78);
  box-shadow:
    0 0 0 1px rgba(0, 242, 255, 0.08),
    0 0 22px rgba(0, 242, 255, 0.16),
    0 16px 36px rgba(0, 0, 0, 0.32);
}

.res-cards article {
  padding: 22px 18px 20px;
}

.res-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  color: var(--cyan);
}

.res-ico svg {
  width: 28px;
  height: 28px;
}

.res-cards h3,
.res-posts h3 {
  font-family: var(--font);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.res-cards p,
.res-posts p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 16px;
}

.res-link {
  font-family: var(--font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cyan);
}

.res-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.res-posts article {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.res-post-media {
  height: 168px;
  background-color: var(--bg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.res-posts article:nth-child(1) .res-post-media {
  background-position: 50% 58%;
}

.res-posts article:nth-child(2) .res-post-media {
  background-position: 50% 46%;
}

.res-posts article:nth-child(3) .res-post-media {
  background-position: 50% 62%;
}

.res-posts small,
.res-posts h3,
.res-posts p,
.res-posts .res-link {
  padding-left: 16px;
  padding-right: 16px;
}

.res-posts small {
  display: block;
  margin: 16px 0 8px;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cyan);
}

.res-posts .res-link {
  padding-bottom: 18px;
}

.res-connect {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0;
  align-items: stretch;
  padding: 0;
  margin: 16px 8px 12px;
  border-top: 1px solid rgba(140, 180, 210, 0.16);
  border-bottom: 1px solid rgba(140, 180, 210, 0.16);
}

.res-status,
.res-stay {
  padding: 28px 32px 28px 8px;
}

.res-stay {
  padding-left: 32px;
  border-left: 1px solid rgba(140, 180, 210, 0.16);
}

.res-status-row,
.res-stay-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 22px;
  align-items: center;
}

.res-stay-row {
  grid-template-columns: 1fr auto;
}

.res-status-row p,
.res-stay-row p {
  margin: 10px 0 0;
  max-width: 280px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.res-ok {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--green);
}

.res-ok::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(62, 229, 138, 0.8);
}

.res-status ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
}

.res-status li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d5e4ef;
  font-size: 13px;
  white-space: nowrap;
}

.res-status li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px rgba(62, 229, 138, 0.55);
}

.res-status li.warn::before {
  background: var(--amber);
  box-shadow: 0 0 8px rgba(240, 161, 74, 0.55);
}

.res-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.res-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(0, 212, 255, 0.28);
  border-radius: 4px;
  color: #f4f8fc;
  background: rgba(6, 12, 20, 0.55);
}

.res-socials svg {
  width: 16px;
  height: 16px;
}

.res-quote {
  margin: 0;
  font-family: var(--font);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-transform: uppercase;
  color: #8ea0b5;
  text-align: right;
}

.res-cta .cta-copy p {
  max-width: 360px;
}

.eco-page {
  width: min(var(--wrap), calc(100% - 144px));
}

.eco-hero,
.eco-business {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 0;
  background: transparent;
}

.eco-hero::before,
.eco-business::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 7%, #000 93%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 7%, #000 93%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
  mask-composite: intersect;
}

.eco-hero {
  min-height: 0;
  margin-top: 8px;
}

.eco-hero::before {
  background-image:
    linear-gradient(to right, var(--bg) 0%, transparent 10%),
    linear-gradient(to left, var(--bg) 0%, transparent 10%),
    linear-gradient(to bottom, var(--bg) 0%, transparent 12%),
    linear-gradient(to top, var(--bg) 0%, transparent 12%),
    url("images/eco-hero.png?v=ecohero1");
  background-position: 0 0, 100% 0, 0 0, 0 100%, 94% 50%;
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, auto 92%;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-composite: intersect;
}

.eco-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 540px;
  padding: 44px 8px 36px 36px;
}

.eco-kicker {
  display: block;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 16px;
}

.eco-hero-copy h1 {
  font-family: var(--font);
  font-size: clamp(36px, 4.4vw, 54px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.eco-hero-copy h1 span {
  color: var(--cyan);
}

.eco-hero-copy p {
  max-width: 420px;
  margin: 22px 0 28px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.eco-kicker-center {
  text-align: center;
}

.eco-platform {
  position: relative;
  min-height: 0;
  margin-top: 8px;
  overflow: hidden;
  border: none;
  background: transparent;
}

.eco-platform::after {
  display: none;
}

.eco-platform::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, var(--bg) 0%, rgba(4, 8, 9, 0.5) 16%, transparent 38%),
    linear-gradient(90deg, var(--bg) 0%, rgba(4, 8, 9, 0.55) 16%, transparent 30%, transparent 70%, rgba(4, 8, 9, 0.55) 84%, var(--bg) 100%),
    url("images/eco-platform.png?v=ecoplat1") 42% 48% / auto 92% no-repeat;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-composite: intersect;
}

.eco-platform-inner {
  position: relative;
  z-index: 2;
  padding: 28px 8px 24px;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.eco-platform-inner > .eco-kicker,
.eco-platform-inner > h2 {
  padding-left: 36px;
}

.eco-platform-inner > h2 {
  font-family: var(--font);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: left;
  max-width: 780px;
  margin: 8px 0 20px;
  line-height: 1.15;
}

.eco-cols {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 40px;
  padding-left: 36px;
  padding-right: 36px;
  flex: 1;
  width: 100%;
}

.eco-card-purple {
  margin-left: auto;
}

.eco-card {
  padding: 8px 4px 8px;
  max-width: 280px;
  background: transparent;
}

.eco-card h3 {
  font-family: var(--font);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 14px 0 14px;
}

.eco-card-teal h3,
.eco-card-teal .eco-more {
  color: var(--cyan);
}

.eco-card-purple h3,
.eco-card-purple .eco-more {
  color: var(--purple);
}

.eco-ico {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: grid;
  place-items: center;
}

.eco-card-teal .eco-ico {
  color: var(--cyan);
  border: 1px solid rgba(0, 212, 255, 0.3);
  background: rgba(0, 212, 255, 0.08);
}

.eco-card-purple .eco-ico {
  color: var(--purple);
  border: 1px solid rgba(192, 128, 255, 0.32);
  background: rgba(168, 80, 255, 0.1);
}

.eco-ico svg {
  width: 22px;
  height: 22px;
}

.eco-card ul {
  list-style: none;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.eco-more {
  display: inline-block;
  margin-top: 18px;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 500;
}

.eco-business {
  min-height: 0;
  margin-top: 8px;
}

.eco-business::before {
  background-image:
    linear-gradient(90deg, var(--bg) 0%, rgba(4, 8, 9, 0.7) 22%, rgba(4, 8, 9, 0.18) 42%, transparent 58%),
    url("images/eco-business.png");
  background-position: 0 0, 90% 50%;
  background-size: auto, auto 92%;
}

.eco-business-inner {
  position: relative;
  z-index: 1;
  padding: 44px 8px 36px 36px;
  min-height: 0;
}

.eco-business-copy {
  max-width: 400px;
}

.eco-business-copy .eco-kicker {
  color: var(--cyan);
}

.eco-business-copy h2 {
  font-family: var(--font);
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 1.08;
}

.eco-business-copy h2 span {
  color: var(--cyan);
}

.eco-business-copy p {
  margin: 18px 0 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.eco-more-amber {
  color: var(--cyan);
  font-family: var(--font);
  font-size: 13px;
  font-weight: 500;
}

.eco-values {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 14px 8px 4px;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--faint);
}

.eco-values span {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.eco-values span::after {
  content: "•";
  color: rgba(140, 180, 210, 0.35);
}

.eco-values span:last-child::after {
  content: none;
}

.about-kicker {
  display: block;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 14px;
}

.faq-hero {
  padding: 44px 8px 12px 0;
}

.faq-hero-copy h1 {
  margin: 0;
  font-family: var(--font);
  font-size: clamp(36px, 4.4vw, 54px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
  text-transform: uppercase;
}

.faq-hero-copy p {
  margin: 18px 0 0;
  max-width: 520px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.faq-body {
  padding: 12px 0 56px;
}

.faq-list {
  max-width: 760px;
}

.faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 28px 18px 0;
  font-family: var(--font);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  position: relative;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 18px;
  color: var(--cyan);
  font-size: 18px;
  font-weight: 500;
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list details p {
  margin: 0 0 20px;
  max-width: 640px;
  padding-right: 28px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.faq-more {
  margin: 28px 0 0;
  color: var(--faint);
  font-size: 14px;
}

.faq-more a {
  color: var(--cyan);
}

.about-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 0;
  margin-top: 8px;
  background: transparent;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--bg) 0%, rgba(4, 8, 9, 0.72) 24%, rgba(4, 8, 9, 0.16) 48%, transparent 70%),
    url("images/about-hero.png?v=hero2") 100% 50% / auto 100% no-repeat;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
  mask-composite: intersect;
}

.about-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding: 52px 8px 48px 36px;
}

.about-hero-copy h1,
.about-mission-copy h2,
.about-split h2,
.about-people-copy h2,
.about-journey-copy h2,
.about-values-copy h2 {
  font-family: var(--font);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
  text-transform: uppercase;
}

.about-hero-copy h1 span,
.about-split h2 span {
  color: var(--cyan);
}

.about-hero-copy p,
.about-split p,
.about-people-copy p,
.about-journey-copy p,
.about-values-copy p {
  margin: 18px 0 26px;
  max-width: 440px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.about-btn-light,
.about-btn-light:hover {
  background: #f4f8fc;
  color: #050910;
  box-shadow: none;
}

.about-side {
  position: absolute;
  top: 48px;
  right: 28px;
  z-index: 2;
  list-style: none;
  text-align: right;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.9;
  text-transform: uppercase;
  color: #c5d8e6;
}

.about-tag {
  position: static;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c5d8e6;
}

.about-tag::before {
  content: "";
  width: 36px;
  height: 1px;
  background: rgba(197, 216, 230, 0.45);
}

.about-mission {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: end;
  min-height: 420px;
  margin-top: 8px;
  overflow: hidden;
  background: transparent;
}

.about-mission::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4, 8, 9, 0.38) 0%, rgba(4, 8, 9, 0.08) 38%, rgba(4, 8, 9, 0.55) 72%, rgba(4, 8, 9, 0.78) 100%),
    linear-gradient(180deg, rgba(4, 8, 9, 0.22) 0%, transparent 28%, transparent 72%, rgba(4, 8, 9, 0.35) 100%),
    url("images/about-mission.png?v=mission1") 50% 42% / cover no-repeat;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
  mask-composite: intersect;
}

.about-mission-copy,
.about-mission-note {
  position: relative;
  z-index: 1;
}

.about-mission-copy {
  padding: 56px 8px 48px 36px;
  max-width: 620px;
}

.about-mission-copy h2 {
  font-size: clamp(30px, 3.4vw, 44px);
  max-width: 560px;
}

.about-mission-note {
  padding: 56px 40px 48px 8px;
  max-width: 420px;
  justify-self: end;
}

.about-mission-note p {
  margin: 0 0 14px;
  color: #d7e4ef;
  font-size: 15px;
  line-height: 1.65;
}

.about-mission-note small {
  display: block;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(197, 216, 230, 0.28);
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c5d8e6;
}

.about-vision,
.about-people,
.about-journey,
.about-values {
  padding: 32px 8px 12px;
}

.about-split {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 36px;
  align-items: end;
  margin-bottom: 16px;
}

.about-split h2 {
  max-width: 640px;
}

.about-split p {
  margin: 0;
}

.about-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(0, 242, 255, 0.22);
}

.about-pillars article {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  align-items: center;
  padding: 22px 20px;
  border-right: 1px solid rgba(0, 242, 255, 0.22);
}

.about-pillars article:last-child {
  border-right: 0;
}

.about-pillar-viz {
  min-height: 110px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.about-viz-open {
  background-image: url("images/about-open.png");
}

.about-viz-connected {
  background-image: url("images/about-connected.png");
}

.about-viz-accountable {
  background-image: url("images/about-accountable.png");
}

.about-pillars h3,
.about-principles h3,
.about-steps h3 {
  font-family: var(--font);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 8px;
}

.about-pillars p,
.about-principles p,
.about-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.about-people {
  position: relative;
  display: grid;
  grid-template-columns: 0.72fr 1.18fr;
  gap: 28px;
  align-items: center;
  min-height: 324px;
}

.about-people-copy {
  max-width: 420px;
  padding-left: 28px;
}

.about-people-media {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}

.about-people-viz {
  width: 100%;
  min-height: 264px;
  background: url("images/about-people.png?v=people1") center / contain no-repeat;
}

.about-journey {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 36px 48px;
  align-items: start;
}

.about-journey-copy {
  max-width: 420px;
  padding-left: 28px;
}

.about-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  list-style: none;
  padding-top: 8px;
}

.about-steps::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 4%;
  right: 8%;
  height: 1px;
  background: rgba(0, 212, 255, 0.42);
}

.about-steps li {
  position: relative;
  padding-top: 28px;
}

.about-steps li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 10px rgba(0, 212, 255, 0.55);
}

.about-steps b {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--faint);
}

.about-steps h3 {
  color: var(--text);
}

.about-steps li:nth-child(4) h3 {
  color: var(--cyan);
}

.about-values {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 36px 48px;
  align-items: start;
}

.about-values-copy {
  max-width: 360px;
  padding-left: 28px;
}

.about-principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px 18px;
}

.about-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  color: var(--cyan);
}

.about-ico svg {
  width: 26px;
  height: 26px;
}

.about-cta .cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 28px;
  row-gap: 16px;
}

.about-cta .cta-copy {
  grid-column: 1;
  grid-row: 1 / 3;
  max-width: 420px;
}

.about-cta .cta-copy p {
  max-width: 420px;
}

.about-cta .cta-actions {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: start;
}

.about-cta-tag {
  grid-column: 2;
  grid-row: 2;
  position: static;
  justify-self: end;
  align-self: end;
  margin: 0;
  max-width: none;
  font-family: var(--font);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.7;
  text-transform: uppercase;
  color: #c5d8e6;
  text-align: right;
}

.chain-hero,
.chain-challenge,
.chain-solution {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.chain-hero::before,
.chain-challenge-viz::before,
.chain-solution::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
}

.chain-hero {
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  grid-template-rows: 1fr auto;
  align-items: end;
  padding: 48px 8px 28px 8px;
}

.chain-hero::before {
  background:
    linear-gradient(90deg, rgba(4, 8, 9, 0.92) 0%, rgba(4, 8, 9, 0.55) 38%, rgba(4, 8, 9, 0.12) 62%, transparent 78%),
    linear-gradient(180deg, rgba(4, 8, 9, 0.2) 0%, transparent 28%, rgba(4, 8, 9, 0.55) 100%),
    url("images/chain-hero.png?v=chainhero1") 100% 45% / cover no-repeat;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-composite: intersect;
}

.chain-hero-lead,
.chain-hero-copy,
.chain-side,
.chain-chips,
.chain-challenge-copy,
.chain-node-tags,
.chain-solution-head,
.chain-solution-cols,
.chain-solution-mid,
.chain-path {
  position: relative;
  z-index: 2;
}

.chain-hero-lead {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  max-width: 560px;
  padding: 24px 24px 0 28px;
  display: grid;
}

.chain-hero-copy {
  display: contents;
}

.chain-hero-copy > .eco-kicker {
  grid-row: 1;
}

.chain-hero-title {
  grid-row: 2;
  font-family: var(--font);
  font-size: clamp(42px, 5.4vw, 72px);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.chain-hero-copy > p {
  grid-row: 3;
}

.chain-hero-copy > .hero-ctas {
  grid-row: 4;
}

.chain-hero-title span,
.chain-challenge-copy h2 span,
.chain-solution-head h2 span,
.chain-differ-copy h2 span {
  color: var(--cyan);
}

.chain-hero-copy p {
  max-width: 440px;
  margin: 22px 0 28px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.chain-side {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  justify-self: end;
  list-style: none;
  text-align: right;
  padding: 12px 20px 0 0;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.9;
  text-transform: uppercase;
  color: #c5d8e6;
}

.chain-chips {
  grid-column: 1 / -1;
  grid-row: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  list-style: none;
  padding: 28px 28px 0;
}

.chain-chips li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-family: var(--font);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.chain-chips svg,
.chain-play {
  width: 14px;
  height: 14px;
  color: var(--cyan);
  flex: 0 0 auto;
}

.chain-play {
  width: 16px;
  height: 16px;
  color: currentColor;
}

.chain-hero .btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.chain-side-note {
  max-width: 140px;
  margin-top: 18px;
  letter-spacing: 0.12em;
  line-height: 1.55;
  color: #8aa0b4;
}

.chain-challenge {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 32px;
  align-items: center;
  min-height: 420px;
  padding: 48px 28px;
}

.chain-challenge-copy h2,
.chain-solution-head h2,
.chain-differ-copy h2 {
  font-family: var(--font);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.chain-challenge-copy p {
  max-width: 460px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.chain-challenge-copy .btn,
.chain-differ-copy .btn {
  display: inline-flex;
  margin-top: 22px;
}

.chain-challenge-media {
  position: relative;
  min-height: 360px;
}

.chain-challenge-viz {
  position: absolute;
  inset: 0;
}

.chain-challenge-viz::before {
  background: url("images/chain-nodes.png") 50% 50% / contain no-repeat;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-composite: intersect;
}

.chain-node-tags {
  position: absolute;
  inset: 8% 4%;
  z-index: 2;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: space-between;
  align-items: start;
  pointer-events: none;
}

.chain-node-tags li {
  width: fit-content;
  max-width: 168px;
  height: fit-content;
  align-self: start;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 212, 255, 0.28);
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: left;
  color: #c5d8e6;
}

.chain-node-tags li:nth-child(even) {
  justify-self: end;
  text-align: left;
}

.chain-solution {
  min-height: 640px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 40px 28px 28px;
}

.chain-solution::before {
  background:
    linear-gradient(180deg, rgba(4, 8, 9, 0.78) 0%, rgba(4, 8, 9, 0.28) 28%, rgba(4, 8, 9, 0.2) 55%, rgba(4, 8, 9, 0.72) 100%),
    linear-gradient(90deg, rgba(4, 8, 9, 0.7) 0%, transparent 28%, transparent 72%, rgba(4, 8, 9, 0.62) 100%),
    url("images/chain-solution.png?v=chainsol1") 50% 50% / cover no-repeat;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 6%, #000 94%, transparent 100%);
  mask-composite: intersect;
}

.chain-solution-viz {
  display: none;
}

.chain-solution-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 32px;
  align-items: end;
}

.chain-solution-head p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.chain-solution-cols {
  display: grid;
  grid-template-columns: 1fr minmax(180px, 0.7fr) 1fr;
  gap: 28px;
  align-items: end;
  padding: 36px 0 24px;
}

.chain-solution-mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  padding-bottom: 72px;
  text-align: center;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c5d8e6;
}

.chain-solution-cols article:last-child {
  justify-self: end;
  text-align: right;
}

.chain-solution-cols h3 {
  font-family: var(--font);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 14px;
}

.chain-solution-cols ul {
  list-style: none;
}

.chain-solution-cols li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 10px;
  color: var(--text);
  font-size: 14px;
}

.chain-li-ico {
  width: 16px;
  height: 16px;
  color: var(--cyan);
  flex: 0 0 auto;
}

.chain-solution-cols article:last-child li {
  flex-direction: row-reverse;
}

.chain-path {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 28px;
  list-style: none;
  padding-top: 8px;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text);
}

.chain-path li {
  display: inline-flex;
  align-items: center;
  gap: 28px;
}

.chain-path li:not(:last-child)::after {
  content: "→";
  color: var(--cyan);
}

.chain-differ {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: 36px;
  align-items: start;
  padding: 48px 28px 24px;
}

.chain-differ-copy p {
  max-width: 360px;
  margin: 16px 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.chain-differ-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px 20px;
}

.chain-stat-ico {
  display: inline-flex;
  color: var(--cyan);
}

.chain-stat-ico svg {
  width: 56px;
  height: 56px;
}

.chain-differ-grid h3 {
  font-family: var(--font);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 14px 0 8px;
  color: var(--cyan);
}

.chain-differ-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.chain-cta {
  min-height: 280px;
  margin-top: 16px;
}

.chain-cta .cta-inner {
  min-height: 260px;
  align-items: flex-end;
}

.chain-cta .cta-copy .btn {
  margin-top: 18px;
}

.saas-kicker {
  display: block;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 14px;
}

.saas-hero,
.saas-platform,
.saas-apps,
.saas-split,
.saas-cta {
  position: relative;
  overflow: hidden;
  background: transparent;
}

.saas-hero::before,
.saas-platform::before,
.saas-apps::before,
.saas-split::before,
.saas-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-composite: intersect;
}

.saas-hero-copy,
.saas-soft-copy,
.saas-platform-copy,
.saas-platform-side,
.saas-platform-base,
.saas-stack-labels,
.saas-apps-copy,
.saas-intel,
.saas-secure,
.saas-cta-copy,
.saas-side-tag {
  position: relative;
  z-index: 1;
}

.saas-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 580px;
  margin-top: 8px;
  padding: 56px 24px 48px 8px;
}

.saas-hero-copy {
  padding-left: 28px;
}

.saas-hero::before {
  background-image:
    linear-gradient(90deg, var(--bg) 0%, rgba(4, 8, 9, 0.78) 24%, rgba(4, 8, 9, 0.16) 48%, transparent 70%),
    url("images/saas-hero.png");
  background-position: 0 0, 94% 56%;
  background-size: auto, auto 118%;
}

.saas-hero-copy,
.saas-soft-copy,
.saas-platform-copy,
.saas-apps-copy,
.saas-intel,
.saas-cta-copy {
  max-width: 520px;
}

.saas-hero-copy h1,
.saas-soft-copy h2,
.saas-platform-copy h2,
.saas-apps-copy h2,
.saas-intel h2,
.saas-secure h2,
.saas-cta-copy h2 {
  font-family: var(--font);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
  text-transform: none;
}

.saas-hero-copy h1 {
  font-size: clamp(42px, 5.2vw, 68px);
  margin: 0;
}

.saas-hero-copy h1 span,
.saas-soft-copy h2 span,
.saas-platform-copy h2 span,
.saas-platform-side .saas-kicker span,
.saas-apps-copy h2 span,
.saas-intel h2 span,
.saas-secure h2 span,
.saas-cta-copy h2 span {
  color: var(--cyan);
}

.saas-hero-copy p,
.saas-soft-copy p,
.saas-platform-copy p,
.saas-apps-copy p,
.saas-intel p,
.saas-secure > p,
.saas-cta-copy p {
  margin: 18px 0 26px;
  max-width: 440px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.view-saas .btn-primary {
  background: #f4f8fc;
  color: #061018;
  border-color: #f4f8fc;
}

.view-saas .btn-primary:hover {
  background: #ffffff;
  color: #061018;
}

.view-saas .btn-ghost {
  background: transparent;
  color: #f4f8fc;
  border-color: rgba(244, 248, 252, 0.32);
}

.view-saas .btn-ghost:hover {
  background: rgba(244, 248, 252, 0.08);
}

.saas-side-tag {
  align-self: start;
  margin: 12px 8px 0 0;
  font-family: var(--font);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.75;
  text-transform: uppercase;
  color: #c5d8e6;
  text-align: right;
}

.saas-soft {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px 40px;
  align-items: center;
  padding: 56px 8px 36px 28px;
}

.saas-soft-copy h2,
.saas-platform-copy h2,
.saas-apps-copy h2,
.saas-intel h2,
.saas-secure h2,
.saas-cta-copy h2 {
  font-size: clamp(32px, 3.8vw, 48px);
  margin: 0;
}

.saas-more {
  display: inline-flex;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.saas-more:hover {
  color: var(--cyan-2);
}

.saas-platform-copy .saas-more {
  display: inline-flex;
  margin-top: 16px;
}

.saas-caps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.saas-caps h3,
.saas-platform-base span,
.saas-checks li {
  font-family: var(--font);
  font-weight: 600;
}

.saas-caps h3 {
  margin: 16px 0 8px;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--cyan);
}

.saas-caps p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.saas-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  color: var(--cyan);
  border: 1px solid rgba(0, 212, 255, 0.32);
  background: rgba(0, 212, 255, 0.1);
  box-shadow: 0 0 18px rgba(0, 212, 255, 0.12);
}

.saas-ico svg {
  width: 26px;
  height: 26px;
}

.saas-caps .saas-ico {
  width: 88px;
  height: 88px;
  border-radius: 18px;
}

.saas-caps .saas-ico svg {
  width: 48px;
  height: 48px;
}

.saas-platform {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.36fr) minmax(210px, 0.68fr);
  grid-template-rows: auto 1fr auto;
  gap: 18px 28px;
  min-height: 620px;
  margin-top: 12px;
  padding: 48px 16px 36px 28px;
  align-items: center;
}

.saas-platform::before {
  background-image:
    linear-gradient(90deg, rgba(4, 8, 9, 0.92) 0%, rgba(4, 8, 9, 0.55) 22%, transparent 44%, rgba(4, 8, 9, 0.22) 72%, rgba(4, 8, 9, 0.78) 100%),
    url("images/saas-2.png");
  background-position: 0 0, 50% 48%;
  background-size: auto, auto 72%;
}

.saas-platform-copy {
  grid-column: 1;
  grid-row: 1 / -1;
  align-self: center;
}

.saas-stack-labels {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin: 0;
  padding: 0 8px;
  list-style: none;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d7e6f2;
}

.saas-stack-labels li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.saas-stack-labels li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 10px rgba(0, 212, 255, 0.7);
  flex: 0 0 auto;
}

.saas-platform-side {
  grid-column: 3;
  grid-row: 1 / -1;
  align-self: center;
}

.saas-platform-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.saas-platform-points li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  padding: 9px 0 9px 22px;
  color: #d5e2ee;
  font-size: 13px;
  line-height: 1.4;
}

.saas-platform-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0b1c22;
  box-shadow: 0 0 0 1.5px var(--cyan);
}

.saas-platform-points li + li {
  border-top: 1px solid rgba(0, 212, 255, 0.16);
}

.saas-platform-points li:last-child {
  padding-bottom: 0;
}

.saas-platform-base {
  grid-column: 2;
  grid-row: 3;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding: 8px 12px 0;
  list-style: none;
}

.saas-platform-base li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e8eef4;
  font-size: 13px;
  font-weight: 600;
}

.saas-apps {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  min-height: 540px;
  margin-top: 8px;
  padding: 48px 24px 40px 28px;
}

.saas-apps::before {
  background-image:
    linear-gradient(90deg, var(--bg) 0%, rgba(4, 8, 9, 0.88) 22%, rgba(4, 8, 9, 0.2) 46%, transparent 68%),
    url("images/saas-3.png");
  background-position: 0 0, 78% 50%;
  background-size: auto, auto 88%;
}

.saas-split {
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  gap: 28px 56px;
  align-items: center;
  min-height: 480px;
  margin-top: 8px;
  padding: 52px 24px 40px 28px;
}

.saas-split::before {
  background-image:
    linear-gradient(90deg, rgba(4, 8, 9, 0.82) 0%, rgba(4, 8, 9, 0.28) 28%, rgba(4, 8, 9, 0.12) 50%, rgba(4, 8, 9, 0.35) 68%, rgba(4, 8, 9, 0.82) 100%),
    url("images/saas-4.png");
  background-position: 0 0, 48% 46%;
  background-size: auto, cover;
}

.saas-secure {
  max-width: 360px;
  justify-self: end;
  padding-left: 28px;
}

.saas-checks {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.saas-checks li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  color: #e8eef4;
  font-size: 13px;
}

.saas-checks li::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 1.5px solid var(--cyan);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%2300d4ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M4.2 8.2 6.8 10.7 11.8 5.4'/%3E%3C/svg%3E") center / 12px 12px no-repeat;
}

.saas-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 320px;
  margin-top: 8px;
  padding: 48px 24px 44px 28px;
}

.saas-cta::before {
  background-image:
    linear-gradient(90deg, var(--bg) 0%, rgba(4, 8, 9, 0.7) 26%, rgba(4, 8, 9, 0.16) 54%, transparent 78%),
    url("images/cta-earth.png?v=globe2");
  background-position: 0 0, 50% 28%;
  background-size: auto, cover;
}

@media (max-width: 1100px) {
  .page,
  .eco-page {
    width: min(100% - 48px, 1680px);
  }
  .hero,
  .arch,
  .suite-grid,
  .stats-grid,
  .pillars,
  .footer-grid,
  .eco-cols {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid > .logo {
    grid-column: 1 / -1;
  }
  .eco-spacer {
    display: none;
  }
  .eco-card {
    max-width: none;
  }
  .eco-card-purple {
    max-width: 280px;
  }
  .eco-hero-copy,
  .eco-platform-inner,
  .eco-business-inner {
    padding-left: 28px;
    padding-right: 28px;
  }
  .suite-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .build-cards,
  .dev-features,
  .dev-apps,
  .res-cards,
  .res-posts,
  .res-paper,
  .res-connect {
    grid-template-columns: 1fr 1fr;
  }
  .res-split-head,
  .res-status-row,
  .about-mission,
  .about-split,
  .about-people,
  .about-journey,
  .about-values,
  .about-pillars,
  .about-principles {
    grid-template-columns: 1fr 1fr;
  }
  .about-pillars article,
  .about-steps {
    grid-template-columns: 1fr;
  }
  .dev-split-head,
  .dev-net,
  .dev-steps {
    grid-template-columns: 1fr 1fr;
  }
  .dev-steps li:nth-child(5) {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 220px;
  }
  .build-stack-head,
  .build-lang,
  .build-monitor,
  .build-lang-panels,
  .build-metrics {
    grid-template-columns: 1fr;
  }
  .header {
    grid-template-columns: auto 1fr auto;
    z-index: 40;
  }
  .header-actions {
    display: none;
  }
  .nav-toggle {
    display: inline-flex;
    justify-self: end;
  }
  .nav {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 8px 24px 32px;
    overflow-y: auto;
    background: rgba(4, 8, 9, 0.97);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
  html.is-nav-open .nav {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
  html.is-nav-open,
  html.is-nav-open body {
    overflow: hidden;
  }
  .nav a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(0, 212, 255, 0.08);
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .nav-drawer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
  }
  .network-canvas {
    width: 100%;
  }
  .hero-viz,
  .hero,
  .stats-wrap,
  .stats,
  .activity,
  .bars,
  .page {
    max-width: 100%;
  }
  .hero-viz,
  .bars {
    overflow: hidden;
  }
  .bars i {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
  }
  .dev-next,
  .dev-path,
  .dev-apps,
  .dev-net {
    padding: 32px 0 12px;
  }
  .dev-steps li:not(:last-child)::after {
    display: none;
  }
  .dash-table-wrap { overflow: visible; }
  .dash-table thead { display: none; }
  .dash-table,
  .dash-table tbody,
  .dash-table tr,
  .dash-table td {
    display: block;
    width: 100%;
    white-space: normal;
  }
  .dash-table tr {
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
  .dash-table tr:first-child { border-top: 0; }
  .dash-table td {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    padding: 4px 0;
    border: 0;
    overflow-wrap: anywhere;
  }
  .dash-table td::before {
    color: var(--faint);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .dash-table td:nth-child(1)::before { content: "Type"; }
  .dash-table td:nth-child(2)::before { content: "Details"; }
  .dash-table td:nth-child(3)::before { content: "Amount"; }
  .dash-table td:nth-child(4)::before { content: "Time"; }
  .dash-table td:nth-child(5)::before { content: "Tx Hash"; }
  .dash-table td:nth-child(6)::before { content: "Status"; }
  .dash-split-wide {
    grid-template-columns: 1fr;
  }
  .build-snippet pre,
  .build-log {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
  }
  .chain-hero,
  .chain-challenge,
  .chain-solution-head,
  .chain-solution-cols,
  .chain-differ {
    grid-template-columns: 1fr;
  }
  .chain-differ-grid {
    grid-template-columns: 1fr 1fr;
  }
  .chain-hero {
    min-height: 0;
    padding: 28px 0 16px;
    grid-template-rows: auto auto auto;
  }
  .chain-hero-lead,
  .chain-side,
  .chain-chips {
    grid-column: 1;
    grid-row: auto;
  }
  .chain-hero-lead,
  .chain-hero-copy,
  .chain-challenge,
  .chain-solution,
  .chain-differ {
    padding-left: 0;
    padding-right: 0;
  }
  .chain-side {
    justify-self: start;
    text-align: left;
    padding: 0 0 12px;
  }
  .chain-chips {
    padding: 20px 0 0;
  }
  .chain-solution-mid {
    padding-bottom: 12px;
    align-items: flex-start;
    text-align: left;
  }
  .chain-solution-cols article:last-child {
    justify-self: start;
    text-align: left;
  }
  .chain-solution-cols article:last-child li {
    flex-direction: row;
  }
  .chain-challenge-media {
    min-height: 0;
  }
  .chain-challenge-viz {
    position: relative;
    inset: auto;
    height: 220px;
  }
  .chain-node-tags {
    position: relative;
    inset: auto;
    z-index: 2;
    margin-top: 14px;
    gap: 10px 20px;
  }
  .chain-solution::before {
    display: none;
  }
  .chain-solution-viz {
    display: block;
    height: 220px;
    margin: 12px 0 4px;
    background: url("images/chain-solution.png?v=chainsol1") 50% 48% / contain no-repeat;
  }
  .about-side {
    position: static;
    right: auto;
    top: auto;
    bottom: auto;
    text-align: left;
    justify-self: start;
    padding: 0 0 16px;
  }
  .about-hero-copy,
  .about-mission-copy,
  .about-mission-note,
  .about-split,
  .about-people-copy,
  .about-journey-copy,
  .about-values-copy {
    text-align: left;
    justify-self: start;
    align-self: start;
    padding-left: 0;
  }
  .about-hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 36px 8px 36px 0;
    max-width: none;
  }
  .about-hero-copy,
  .about-hero-copy h1,
  .about-hero-copy h1 span,
  .about-hero-copy p,
  .about-hero-copy .about-kicker {
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 14px rgba(4, 8, 9, 1), 0 0 28px rgba(4, 8, 9, 0.85);
  }
  .dash-split,
  .dash-split-wide,
  .dash-trio,
  .dash-kpis,
  .dash-donut-row,
  .dash-net-body,
  .dash-eco-stats {
    grid-template-columns: 1fr 1fr;
  }
  .dash-kpis li:nth-child(2n) { border-right: 0; }
  .dash-kpis li:nth-child(-n+2) { border-bottom: 1px solid rgba(0, 212, 255, 0.08); }
  .saas-soft,
  .saas-apps,
  .saas-split {
    grid-template-columns: 1fr;
  }
  .saas-caps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .saas-platform {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    min-height: 0;
  }
  .saas-platform-copy {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .saas-stack-labels,
  .saas-platform-base {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .saas-platform-side {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .saas-secure {
    justify-self: start;
    padding-left: 0;
  }
}

@media (max-width: 720px) {
  .page,
  .eco-page {
    width: calc(100% - 32px);
  }
  .hero,
  .pillars,
  .arch,
  .cta-inner,
  .stats-grid,
  .suite-grid,
  .eco-cols,
  .dev-features,
  .dev-apps,
  .dev-net,
  .res-cards,
  .res-posts,
  .res-paper,
  .res-connect,
  .res-split-head,
  .res-stay-row,
  .res-status-row,
  .dev-steps,
  .dev-split-head,
  .about-mission,
  .about-split,
  .about-people,
  .about-journey,
  .about-values,
  .about-pillars,
  .about-principles,
  .about-steps,
  .chain-hero,
  .chain-challenge,
  .chain-solution-head,
  .chain-solution-cols,
  .chain-differ,
  .chain-differ-grid,
  .chain-node-tags {
    grid-template-columns: 1fr;
  }
  .suite-card {
    display: flex;
    flex-direction: column;
  }
  .suite-card h4 {
    order: 1;
    margin: 0 0 8px;
  }
  .suite-card .preview {
    order: 2;
    width: 100%;
  }
  .suite-card p {
    order: 3;
    margin-top: 8px;
  }
  #hub .preview > img {
    object-position: center 38%;
  }
  .chain-hero {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    overflow: visible;
    padding: 8px 0 24px;
  }
  .chain-hero-lead {
    display: contents;
    padding: 0;
    max-width: none;
  }
  .chain-hero-title {
    grid-column: 1;
    grid-row: 1;
    font-size: clamp(32px, 10vw, 44px);
    padding: 0 0 16px;
    max-width: none;
  }
  .chain-hero::before {
    position: relative;
    inset: auto;
    grid-column: 1;
    grid-row: 2 / 5;
    width: 100%;
    min-height: 100%;
    background:
      linear-gradient(rgba(4, 8, 9, 0.3), rgba(4, 8, 9, 0.3)),
      linear-gradient(180deg, rgba(4, 8, 9, 0.88) 0%, rgba(4, 8, 9, 0.5) 40%, rgba(4, 8, 9, 0.18) 100%),
      url("images/chain-hero.png?v=chainhero1") 64% 42% / cover no-repeat;
    -webkit-mask-image:
      linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%),
      linear-gradient(to bottom, transparent 0%, #000 8%, #000 100%);
    -webkit-mask-composite: source-in;
    mask-image:
      linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%),
      linear-gradient(to bottom, transparent 0%, #000 8%, #000 100%);
    mask-composite: intersect;
  }
  .chain-hero-copy {
    display: flex;
    flex-direction: column;
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    max-width: none;
    padding: 20px 0 0;
  }
  .chain-hero .hero-ctas {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .chain-side {
    grid-column: 1;
    grid-row: 3;
    justify-self: start;
    text-align: left;
    padding: 16px 0 0;
  }
  .chain-chips {
    grid-column: 1;
    grid-row: 4;
    padding: 16px 0 16px;
  }
  .chain-hero-copy,
  .chain-chips,
  .chain-challenge,
  .chain-solution,
  .chain-differ {
    padding-left: 0;
    padding-right: 0;
  }
  .chain-challenge-viz {
    height: 180px;
  }
  .chain-challenge-media {
    overflow: hidden;
  }
  .chain-node-tags {
    position: absolute;
    inset: 16% 12%;
    margin-top: 0;
    grid-template-columns: 1fr 1fr;
  }
  .chain-node-tags li {
    max-width: 46%;
    font-size: 10px;
  }
  .chain-solution {
    min-height: 0;
  }
  .chain-solution-viz {
    height: 168px;
  }
  .chain-cta {
    min-height: 0;
    background-position: 65% 30%;
    background-size: cover;
  }
  .chain-cta .cta-inner {
    min-height: 0;
  }
  .res-stay {
    padding-left: 8px;
    border-left: 0;
    border-top: 1px solid rgba(140, 180, 210, 0.16);
  }
  .res-quote {
    text-align: left;
  }
  .dev-steps li:nth-child(5) {
    max-width: none;
  }
  .dev-next,
  .dev-path,
  .dev-apps,
  .dev-net {
    padding: 32px 0 12px;
  }
  .dev-stack {
    height: 300px;
    min-height: 280px;
    margin-left: 0;
    overflow: hidden;
  }
  .dev-stack.eco-stack {
    height: 320px;
  }
  .dev-stack::before {
    background-position: 100% 50%;
    background-size: auto 60%;
  }
  .dev-stack:not(.eco-stack)::before {
    background-position: calc(100% + 10px) 50%;
  }
  .dev-stack.eco-stack::before {
    background-position: 100% 50%;
    background-size: auto 64%;
  }
  .dev-stack-tags {
    left: 0;
    width: 40%;
  }
  .dev-stack.eco-stack .dev-stack-tags {
    left: -4px;
  }
  .dev-stack-tags li {
    font-size: 11px;
    white-space: nowrap;
    padding-right: 14px;
  }
  .dev-stack-tags li:nth-child(1) { top: 32%; }
  .dev-stack-tags li:nth-child(2) { top: 42%; }
  .dev-stack-tags li:nth-child(3) { top: 50%; }
  .dev-stack-tags li:nth-child(4) { top: 59%; }
  .dev-stack-tags li:nth-child(5) { top: 68%; }
  .dev-stack.eco-stack .dev-stack-tags li:nth-child(1) { top: 30%; }
  .dev-stack.eco-stack .dev-stack-tags li:nth-child(2) { top: 39%; }
  .dev-stack.eco-stack .dev-stack-tags li:nth-child(3) { top: 48%; }
  .dev-stack.eco-stack .dev-stack-tags li:nth-child(4) { top: 56%; }
  .dev-stack.eco-stack .dev-stack-tags li:nth-child(5) { top: 64%; }
  .dev-stack.eco-stack .dev-stack-tags li:nth-child(6) { top: 72%; }
  .dev-steps li:not(:last-child)::after {
    display: none;
  }
  .dev-steps.is-loop {
    display: block;
    position: relative;
    overflow: hidden;
    height: 228px;
    gap: 0;
  }
  .dev-steps.is-loop > li {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 16px 8px;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition:
      transform 0.89s cubic-bezier(0.33, 0.1, 0.2, 1),
      opacity 0.89s cubic-bezier(0.33, 0.1, 0.2, 1);
  }
  .dev-steps.is-loop .dev-step-ico {
    margin-left: auto;
    margin-right: auto;
  }
  .dev-steps.is-loop h3,
  .dev-steps.is-loop p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 16rem;
  }
  .dev-steps.is-loop > li.is-step-on {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
  .dev-steps.is-loop > li.is-step-out {
    transform: translateX(-100%);
    opacity: 0;
  }
  html.can-reveal .dev-steps.is-loop > .reveal {
    opacity: 0;
    transform: translateX(100%);
    transition:
      transform 0.89s cubic-bezier(0.33, 0.1, 0.2, 1),
      opacity 0.89s cubic-bezier(0.33, 0.1, 0.2, 1);
  }
  html.can-reveal .dev-steps.is-loop > .reveal.is-step-on {
    opacity: 1;
    transform: translateX(0);
  }
  html.can-reveal .dev-steps.is-loop > .reveal.is-step-out {
    opacity: 0;
    transform: translateX(-100%);
  }
  .dev-steps.is-loop > li.is-step-park,
  html.can-reveal .dev-steps.is-loop > .reveal.is-step-park {
    transition: none;
    transform: translateX(100%);
    opacity: 0;
  }
  @media (prefers-reduced-motion: reduce) {
    .dev-steps.is-loop > li,
    html.can-reveal .dev-steps.is-loop > .reveal {
      transition: opacity 0.35s ease;
      transform: none;
    }
    .dev-steps.is-loop > li.is-step-on,
    html.can-reveal .dev-steps.is-loop > .reveal.is-step-on {
      transform: none;
    }
    .dev-steps.is-loop > li.is-step-out,
    html.can-reveal .dev-steps.is-loop > .reveal.is-step-out {
      transform: none;
    }
  }
  .dev-hero-copy,
  .res-hero-copy,
  .eco-hero-copy,
  .build-hero-copy,
  .about-hero-copy,
  .about-mission-copy,
  .chain-hero-copy,
  .chain-hero-title,
  .cta-copy,
  .res-paper-copy,
  .res-release-card {
    text-align: left;
  }
  .res-hero-copy,
  .about-hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 28px 8px 24px 0;
    text-align: left;
  }
  .about-mission-copy,
  .about-mission-note,
  .about-split,
  .about-people-copy,
  .about-journey-copy,
  .about-values-copy,
  .about-side,
  .about-cta-copy {
    text-align: left;
    justify-self: start;
    align-self: start;
    padding-left: 0;
    padding-right: 0;
  }
  .res-hero-copy h1,
  .res-hero-copy p,
  .res-hero-copy .res-kicker,
  .res-hero-copy .res-ribbon,
  .about-hero-copy h1,
  .about-hero-copy h1 span,
  .about-hero-copy p,
  .about-hero-copy .about-kicker,
  .about-mission-copy h2,
  .about-split h2,
  .about-people-copy h2,
  .about-journey-copy h2,
  .about-values-copy h2 {
    text-align: left;
    align-self: flex-start;
    margin-left: 0;
    max-width: 100%;
  }
  .about-hero-copy,
  .about-hero-copy h1,
  .about-hero-copy h1 span,
  .about-hero-copy p,
  .about-hero-copy .about-kicker {
    color: #fff;
    text-shadow: 0 1px 14px rgba(4, 8, 9, 1), 0 0 28px rgba(4, 8, 9, 0.85);
  }
  .dev-hero-copy {
    padding-left: 16px;
  }
  .res-lib .res-split-head h2 {
    font-size: clamp(30px, 8vw, 42px);
  }
  .saas-hero,
  .saas-soft,
  .saas-platform,
  .saas-apps,
  .saas-split,
  .saas-cta {
    grid-template-columns: 1fr;
    padding: 28px 8px 24px;
  }
  .saas-hero-copy,
  .saas-soft-copy,
  .saas-platform-copy,
  .saas-apps-copy,
  .saas-intel,
  .saas-cta-copy {
    padding-left: 0;
    max-width: none;
    text-align: left;
  }
  .saas-soft,
  .saas-split {
    min-height: 0;
  }
  .saas-hero {
    min-height: 420px;
  }
  .saas-platform {
    min-height: 0;
    overflow: visible;
  }
  .saas-apps {
    min-height: 380px;
  }
  .saas-cta {
    min-height: 280px;
  }
  .saas-caps {
    grid-template-columns: 1fr 1fr;
  }
  .saas-caps.is-loop {
    display: block;
    position: relative;
    overflow: hidden;
    height: 248px;
    gap: 0;
  }
  .saas-caps.is-loop > li {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 16px 8px;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition:
      transform 0.89s cubic-bezier(0.33, 0.1, 0.2, 1),
      opacity 0.89s cubic-bezier(0.33, 0.1, 0.2, 1);
  }
  .saas-caps.is-loop .saas-ico {
    margin-left: auto;
    margin-right: auto;
  }
  .saas-caps.is-loop h3,
  .saas-caps.is-loop p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 16rem;
  }
  .saas-caps.is-loop > li.is-step-on {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
  .saas-caps.is-loop > li.is-step-out {
    transform: translateX(-100%);
    opacity: 0;
  }
  html.can-reveal .saas-caps.is-loop > .reveal {
    align-items: center;
    text-align: center;
    opacity: 0;
    transform: translateX(100%);
    transition:
      transform 0.89s cubic-bezier(0.33, 0.1, 0.2, 1),
      opacity 0.89s cubic-bezier(0.33, 0.1, 0.2, 1);
  }
  html.can-reveal .saas-caps.is-loop > .reveal.is-step-on {
    opacity: 1;
    transform: translateX(0);
  }
  html.can-reveal .saas-caps.is-loop > .reveal.is-step-out {
    opacity: 0;
    transform: translateX(-100%);
  }
  .saas-caps.is-loop > li.is-step-park,
  html.can-reveal .saas-caps.is-loop > .reveal.is-step-park {
    transition: none;
    transform: translateX(100%);
    opacity: 0;
  }
  @media (prefers-reduced-motion: reduce) {
    .saas-caps.is-loop > li,
    html.can-reveal .saas-caps.is-loop > .reveal {
      transition: opacity 0.35s ease;
      transform: none;
    }
    .saas-caps.is-loop > li.is-step-on,
    html.can-reveal .saas-caps.is-loop > .reveal.is-step-on {
      transform: none;
    }
    .saas-caps.is-loop > li.is-step-out,
    html.can-reveal .saas-caps.is-loop > .reveal.is-step-out {
      transform: none;
    }
  }
  .chain-differ-grid.is-loop {
    display: block;
    position: relative;
    overflow: hidden;
    height: 268px;
    gap: 0;
  }
  .chain-differ-grid.is-loop > article {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 16px 8px;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition:
      transform 0.89s cubic-bezier(0.33, 0.1, 0.2, 1),
      opacity 0.89s cubic-bezier(0.33, 0.1, 0.2, 1);
  }
  .chain-differ-grid.is-loop .chain-stat-ico {
    margin-left: auto;
    margin-right: auto;
  }
  .chain-differ-grid.is-loop h3,
  .chain-differ-grid.is-loop p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 16rem;
  }
  .chain-differ-grid.is-loop > article.is-step-on {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
  .chain-differ-grid.is-loop > article.is-step-out {
    transform: translateX(-100%);
    opacity: 0;
  }
  html.can-reveal .chain-differ-grid.is-loop > .reveal {
    opacity: 0;
    transform: translateX(100%);
    transition:
      transform 0.89s cubic-bezier(0.33, 0.1, 0.2, 1),
      opacity 0.89s cubic-bezier(0.33, 0.1, 0.2, 1);
  }
  html.can-reveal .chain-differ-grid.is-loop > .reveal.is-step-on {
    opacity: 1;
    transform: translateX(0);
  }
  html.can-reveal .chain-differ-grid.is-loop > .reveal.is-step-out {
    opacity: 0;
    transform: translateX(-100%);
  }
  .chain-differ-grid.is-loop > article.is-step-park,
  html.can-reveal .chain-differ-grid.is-loop > .reveal.is-step-park {
    transition: none;
    transform: translateX(100%);
    opacity: 0;
  }
  @media (prefers-reduced-motion: reduce) {
    .chain-differ-grid.is-loop > article,
    html.can-reveal .chain-differ-grid.is-loop > .reveal {
      transition: opacity 0.35s ease;
      transform: none;
    }
    .chain-differ-grid.is-loop > article.is-step-on,
    html.can-reveal .chain-differ-grid.is-loop > .reveal.is-step-on {
      transform: none;
    }
    .chain-differ-grid.is-loop > article.is-step-out,
    html.can-reveal .chain-differ-grid.is-loop > .reveal.is-step-out {
      transform: none;
    }
  }
  .suite-grid.is-loop {
    display: block;
    position: relative;
    overflow: hidden;
    height: 248px;
    gap: 0;
  }
  .suite-grid.is-loop > article {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding: 8px 0 0;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition:
      transform 0.89s cubic-bezier(0.33, 0.1, 0.2, 1),
      opacity 0.89s cubic-bezier(0.33, 0.1, 0.2, 1);
  }
  .suite-grid.is-loop > article.is-step-on {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
  .suite-grid.is-loop > article.is-step-out {
    transform: translateX(-100%);
    opacity: 0;
  }
  .suite-grid.is-loop .preview {
    width: 100%;
    height: 128px;
  }
  .suite-grid.is-loop h4,
  .suite-grid.is-loop p {
    text-align: left;
  }
  html.can-reveal .suite-grid.is-loop > .reveal {
    opacity: 0;
    transform: translateX(100%);
    transition:
      transform 0.89s cubic-bezier(0.33, 0.1, 0.2, 1),
      opacity 0.89s cubic-bezier(0.33, 0.1, 0.2, 1);
  }
  html.can-reveal .suite-grid.is-loop > .reveal.is-step-on {
    opacity: 1;
    transform: translateX(0);
  }
  html.can-reveal .suite-grid.is-loop > .reveal.is-step-out {
    opacity: 0;
    transform: translateX(-100%);
  }
  .suite-grid.is-loop > article.is-step-park,
  html.can-reveal .suite-grid.is-loop > .reveal.is-step-park {
    transition: none;
    transform: translateX(100%);
    opacity: 0;
  }
  @media (prefers-reduced-motion: reduce) {
    .suite-grid.is-loop > article,
    html.can-reveal .suite-grid.is-loop > .reveal {
      transition: opacity 0.35s ease;
      transform: none;
    }
    .suite-grid.is-loop > article.is-step-on,
    html.can-reveal .suite-grid.is-loop > .reveal.is-step-on {
      transform: none;
    }
    .suite-grid.is-loop > article.is-step-out,
    html.can-reveal .suite-grid.is-loop > .reveal.is-step-out {
      transform: none;
    }
  }
  .saas-platform-base {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px 20px;
    padding: 8px 0 0;
    min-width: 0;
  }
  .saas-platform-base li {
    flex: 0 1 auto;
    min-width: 0;
  }
  .saas-side-tag {
    margin: 20px 0 0;
    text-align: left;
  }
  .saas-hero::before {
    background-image:
      linear-gradient(90deg, var(--bg) 0%, rgba(4, 8, 9, 0.88) 34%, rgba(4, 8, 9, 0.5) 58%, rgba(4, 8, 9, 0.18) 82%, transparent 96%),
      url("images/saas-hero.png");
    background-position: 0 0, 70% 48%;
    background-size: auto, auto 118%;
  }
  .saas-platform::before {
    background-image:
      linear-gradient(rgba(4, 8, 9, 0.3), rgba(4, 8, 9, 0.3)),
      linear-gradient(180deg, rgba(4, 8, 9, 0.9) 0%, rgba(4, 8, 9, 0.62) 36%, rgba(4, 8, 9, 0.48) 100%),
      url("images/saas-2.png");
    background-position: 0 0, 0 0, 50% 48%;
    background-size: auto, auto, auto 68%;
  }
  .saas-apps::before {
    background-image:
      linear-gradient(90deg, var(--bg) 0%, rgba(4, 8, 9, 0.88) 36%, rgba(4, 8, 9, 0.45) 62%, rgba(4, 8, 9, 0.16) 88%, transparent 100%),
      url("images/saas-3.png");
    background-position: 0 0, 50% 48%;
    background-size: auto, auto 78%;
  }
  .saas-split::before {
    background-image:
      linear-gradient(90deg, var(--bg) 0%, rgba(4, 8, 9, 0.86) 40%, rgba(4, 8, 9, 0.4) 70%, rgba(4, 8, 9, 0.2) 100%),
      url("images/saas-4.png");
    background-position: 0 0, 32% 48%;
    background-size: auto, cover;
  }
  .saas-cta::before {
    background-image:
      linear-gradient(90deg, var(--bg) 0%, rgba(4, 8, 9, 0.86) 40%, rgba(4, 8, 9, 0.4) 70%, rgba(4, 8, 9, 0.2) 100%),
      url("images/cta-earth.png?v=globe2");
    background-position: 0 0, 65% 30%;
    background-size: auto, cover;
  }
  .saas-hero-copy h1,
  .saas-soft-copy h2,
  .saas-platform-copy h2,
  .saas-apps-copy h2,
  .saas-intel h2,
  .saas-secure h2,
  .saas-cta-copy h2,
  .saas-hero-copy p,
  .saas-soft-copy p,
  .saas-platform-copy p,
  .saas-apps-copy p,
  .saas-intel p,
  .saas-secure > p,
  .saas-cta-copy p {
    text-shadow: 0 1px 10px rgba(4, 8, 9, 0.9), 0 0 18px rgba(4, 8, 9, 0.55);
  }
  .saas-soft-copy p,
  .saas-platform-copy p,
  .saas-apps-copy p,
  .saas-intel p,
  .saas-secure > p,
  .saas-cta-copy p,
  .saas-hero-copy p {
    color: #e8eef4;
  }
  .res-release-card::before {
    background:
      linear-gradient(90deg, rgba(4, 8, 9, 0.88) 0%, rgba(4, 8, 9, 0.62) 40%, rgba(4, 8, 9, 0.28) 66%, rgba(4, 8, 9, 0.1) 100%),
      url("images/res-release.png?v=devrel1") 68% 45% / cover no-repeat;
  }
  .cta {
    background-position: 65% 30%;
  }
  .cta-inner,
  .saas-cta {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding: 28px 8px 36px 12px;
  }
  .cta-copy,
  .cta-copy h2,
  .cta-copy p,
  .cta-copy small,
  .cta-actions,
  .saas-cta-copy,
  .saas-cta-copy h2,
  .saas-cta-copy p,
  .saas-cta-copy .saas-kicker,
  .saas-cta-copy .hero-ctas,
  .about-cta .cta-copy,
  .about-cta .cta-actions,
  .about-cta-tag,
  .saas-side-tag,
  .faq-more,
  .faq-hero-copy {
    text-align: left;
    justify-self: start;
    align-self: start;
    margin-left: 0;
  }
  .cta-actions,
  .saas-cta-copy .hero-ctas,
  .about-cta .cta-actions {
    justify-content: flex-start;
  }
  .chain-cta {
    min-height: 0;
    background-position: 65% 30%;
    background-size: cover;
  }
  .chain-cta .cta-inner {
    min-height: 0;
    padding: 28px 8px 36px 12px;
    align-items: flex-start;
  }
  .cta-copy p,
  .cta p,
  .saas-cta-copy p,
  .about-cta-tag,
  .saas-cta .saas-side-tag {
    color: #fff;
    text-shadow: 0 1px 10px rgba(4, 8, 9, 0.9), 0 0 18px rgba(4, 8, 9, 0.55);
  }
  .about-cta .cta-inner {
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .about-hero-copy,
  .about-side {
    position: relative;
    z-index: 2;
  }
  .about-hero::before {
    background:
      linear-gradient(180deg, var(--bg) 0%, rgba(4, 8, 9, 0.86) 26%, rgba(4, 8, 9, 0.35) 52%, rgba(4, 8, 9, 0.12) 72%, transparent 100%),
      url("images/about-hero.png?v=hero2") 100% 48% / cover no-repeat;
  }
  .about-people {
    min-height: 0;
  }
  .about-people-media {
    gap: 8px;
  }
  .about-people-viz {
    min-height: 0;
    aspect-ratio: 2.6 / 1;
    background-position: center 42%;
  }
  .about-mission::before {
    background-position: 0 0, 0 0, 48% 38%;
  }
  .dash-hero {
    min-height: 240px;
    padding: 24px 0;
  }
  .dash-hero::before {
    background-position: 80% center, 80% center;
  }
  .dash-split,
  .dash-split-wide,
  .dash-trio,
  .dash-kpis,
  .dash-donut-row,
  .dash-net-body,
  .dash-eco-stats,
  .dash-filters {
    grid-template-columns: 1fr;
    display: grid;
  }
  .dash-kpis li {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 212, 255, 0.08);
  }
  .dash-kpis li:last-child { border-bottom: 0; }
  .dash-card-head {
    flex-wrap: wrap;
  }
  .dash-donut-row,
  .dash-net-body {
    justify-items: start;
  }
  .dash-share li,
  .dash-vest li {
    grid-template-columns: 1fr;
  }
  .dash-share em,
  .dash-vest em,
  .dash-vest small {
    grid-column: 1;
    grid-row: auto;
    text-align: left;
  }
  .dash-rewards li {
    flex-wrap: wrap;
  }
  .dash-table-wrap { overflow: visible; }
  .dash-table thead { display: none; }
  .dash-table,
  .dash-table tbody,
  .dash-table tr,
  .dash-table td {
    display: block;
    width: 100%;
    white-space: normal;
  }
  .dash-table tr {
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
  .dash-table tr:first-child { border-top: 0; }
  .dash-table td {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    padding: 4px 0;
    border: 0;
    overflow-wrap: anywhere;
  }
  .dash-table td::before {
    color: var(--faint);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .dash-table td:nth-child(1)::before { content: "Type"; }
  .dash-table td:nth-child(2)::before { content: "Details"; }
  .dash-table td:nth-child(3)::before { content: "Amount"; }
  .dash-table td:nth-child(4)::before { content: "Time"; }
  .dash-table td:nth-child(5)::before { content: "Tx Hash"; }
  .dash-table td:nth-child(6)::before { content: "Status"; }
  .dash-pill { white-space: normal; }
  .about-cta .cta-copy,
  .about-cta .cta-actions,
  .about-cta-tag {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    text-align: left;
  }
  .hero {
    overflow: hidden;
  }
  .hero .hero-ctas {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero .hero-ctas .btn {
    white-space: nowrap;
  }
  .hero-viz {
    height: 300px;
    overflow: visible;
    max-width: 100%;
  }
  .hero .network-canvas {
    top: auto;
    right: auto;
    left: -36vw;
    bottom: 0;
    width: 142vw;
    height: 460px;
    opacity: 0.5;
  }
  .page,
  .hero,
  .stats-wrap,
  .stats,
  .activity,
  .bars {
    max-width: 100%;
  }
  .bars {
    overflow: hidden;
  }
  .bars i {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
  }
  .hero-viz .hud {
    max-width: calc(50% - 8px);
  }
  .hud-tx {
    top: 16px;
    left: 0;
    z-index: 3;
  }
  .hud-block {
    top: 4px;
    bottom: auto;
    left: auto;
    right: 0;
    z-index: 2;
  }
  .hud-sc {
    top: 128px;
    right: 0;
    z-index: 2;
  }
  .eco-cols {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 0;
  }
  .eco-card-purple {
    margin-left: 0;
  }
  .eco-hero-copy,
  .eco-platform-inner,
  .eco-business-inner,
  .build-hero-copy {
    padding: 28px 8px 24px;
  }
  .eco-hero::before {
    background-image:
      linear-gradient(rgba(4, 8, 9, 0.2), rgba(4, 8, 9, 0.2)),
      linear-gradient(to right, var(--bg) 0%, rgba(4, 8, 9, 0.72) 14%, transparent 28%),
      linear-gradient(to left, var(--bg) 0%, transparent 10%),
      linear-gradient(to bottom, var(--bg) 0%, transparent 12%),
      linear-gradient(to top, var(--bg) 0%, transparent 12%),
      url("images/eco-hero.png?v=ecohero1");
    background-position: 0 0, 0 0, 100% 0, 0 0, 0 100%, 72% 50%;
    background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, auto 92%;
  }
  .eco-platform::before {
    background:
      linear-gradient(rgba(4, 8, 9, 0.3), rgba(4, 8, 9, 0.3)),
      linear-gradient(180deg, var(--bg) 0%, rgba(4, 8, 9, 0.78) 20%, rgba(4, 8, 9, 0.42) 48%, transparent 72%),
      linear-gradient(90deg, var(--bg) 0%, rgba(4, 8, 9, 0.72) 22%, rgba(4, 8, 9, 0.28) 48%, transparent 72%),
      url("images/eco-platform.png?v=ecoplat1") 62% 48% / auto 88% no-repeat;
  }
  .eco-business::before {
    background-image:
      linear-gradient(90deg, var(--bg) 0%, rgba(4, 8, 9, 0.92) 34%, rgba(4, 8, 9, 0.58) 58%, rgba(4, 8, 9, 0.22) 78%, transparent 92%),
      linear-gradient(rgba(4, 8, 9, 0.3), rgba(4, 8, 9, 0.3)),
      url("images/eco-business.png");
    background-position: 0 0, 0 0, 58% 48%;
    background-size: auto, auto, auto 92%;
  }
  .eco-platform-inner > .eco-kicker,
  .eco-platform-inner > h2 {
    padding-left: 0;
    text-align: left;
    max-width: none;
  }
  .eco-hero-copy h1,
  .eco-platform-inner > h2,
  .eco-business-copy h2 {
    color: #f4f8fb;
  }
  .eco-hero-copy p,
  .eco-business-copy p,
  .eco-card ul {
    color: #e8eef4;
  }
  .eco-hero-copy .eco-kicker,
  .eco-hero-copy h1,
  .eco-hero-copy p,
  .eco-platform-inner > .eco-kicker,
  .eco-platform-inner > h2,
  .eco-card h3,
  .eco-card ul,
  .eco-card .eco-more,
  .eco-business-copy .eco-kicker,
  .eco-business-copy h2,
  .eco-business-copy p,
  .eco-business-copy .eco-more-amber {
    text-shadow: 0 1px 10px rgba(4, 8, 9, 0.9), 0 0 18px rgba(4, 8, 9, 0.55);
  }
  .build-hero::before {
    background-image:
      linear-gradient(rgba(4, 8, 9, 0.3), rgba(4, 8, 9, 0.3)),
      linear-gradient(to right, var(--bg) 0%, transparent 10%),
      linear-gradient(to left, var(--bg) 0%, transparent 10%),
      linear-gradient(to bottom, var(--bg) 0%, transparent 12%),
      linear-gradient(to top, var(--bg) 0%, transparent 12%),
      url("images/build-hero.png?v=buildhero1");
    background-position: 0 0, 0 0, 100% 0, 0 0, 0 100%, 62% 48%;
    background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, auto 100%;
  }
  .build-hero-copy p {
    color: #e8eef4;
    text-shadow: 0 1px 10px rgba(4, 8, 9, 0.9), 0 0 18px rgba(4, 8, 9, 0.55);
  }
  .dev-hero::before {
    background-image:
      linear-gradient(rgba(4, 8, 9, 0.3), rgba(4, 8, 9, 0.3)),
      linear-gradient(to right, var(--bg) 0%, rgba(4, 8, 9, 0.72) 14%, transparent 28%),
      linear-gradient(to left, var(--bg) 0%, transparent 10%),
      linear-gradient(to bottom, var(--bg) 0%, transparent 12%),
      linear-gradient(to top, var(--bg) 0%, transparent 12%),
      url("images/dev-hero.png?v=devhero1");
    background-position: 0 0, 0 0, 100% 0, 0 0, 0 100%, 58% 48%;
    background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, auto 92%;
  }
  .res-hero::before {
    background-image:
      linear-gradient(rgba(4, 8, 9, 0.3), rgba(4, 8, 9, 0.3)),
      linear-gradient(to right, var(--bg) 0%, rgba(4, 8, 9, 0.72) 14%, transparent 28%),
      linear-gradient(to left, var(--bg) 0%, transparent 10%),
      linear-gradient(to bottom, var(--bg) 0%, transparent 12%),
      linear-gradient(to top, var(--bg) 0%, transparent 12%),
      url("images/res-hero.png?v=resh1");
    background-position: 0 0, 0 0, 100% 0, 0 0, 0 100%, 72% 48%;
    background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, auto 92%;
  }
  .chain-hero-title,
  .chain-hero-title span,
  .chain-hero-copy .eco-kicker,
  .chain-hero-copy p,
  .chain-chips,
  .dev-hero-copy .dev-kicker,
  .res-hero-copy .res-kicker,
  .dev-hero-copy h1,
  .res-hero-copy h1,
  .dev-hero-copy h1 span,
  .res-hero-copy h1 span,
  .dev-hero-copy p,
  .res-hero-copy p,
  .dev-ribbon,
  .res-ribbon,
  .dev-ribbon span,
  .res-ribbon span,
  .chain-hero-copy .btn-ghost,
  .dev-hero-copy .btn-ghost,
  .res-hero-copy .btn-ghost {
    text-shadow: 0 1px 14px rgba(4, 8, 9, 1), 0 0 28px rgba(4, 8, 9, 0.85);
  }
  .chain-hero-title,
  .dev-hero-copy h1,
  .res-hero-copy h1 {
    color: #fff;
  }
  .chain-hero-copy p,
  .dev-hero-copy p,
  .res-hero-copy p {
    color: #f2f6fa;
  }
  .chain-chips,
  .dev-ribbon,
  .res-ribbon,
  .dev-ribbon span,
  .res-ribbon span {
    color: #e8eef4;
  }
  .build-cards {
    grid-template-columns: 1fr;
  }
  .build-langs {
    justify-content: flex-start;
  }
  .build-langs span {
    flex: 0 0 calc(50% - 8px);
    white-space: normal;
    text-align: center;
  }
  .eco-business,
  .eco-business-inner,
  .eco-platform,
  .eco-platform-inner {
    min-height: 0;
  }
  .nav {
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer {
    padding-top: 16px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 22px 20px;
  }
  .footer-grid > .logo {
    grid-column: 1 / -1;
  }
  .legal,
  .legal span:last-child,
  .dash-net-list li,
  .res-status,
  .res-status li {
    flex-wrap: wrap;
    white-space: normal;
    gap: 10px;
  }
  .btn {
    white-space: normal;
    height: auto;
    min-height: 36px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  h1, h2, .dash-stake, .dash-hero-copy h1 {
    overflow-wrap: anywhere;
  }
}

html.can-reveal .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

html.can-reveal .reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html.can-reveal .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 720px) {
  html.can-reveal .dev-steps.is-loop > .reveal,
  html.can-reveal .dev-steps.is-loop > .reveal.is-in {
    opacity: 0;
    transform: translateX(100%);
    transition:
      transform 0.89s cubic-bezier(0.33, 0.1, 0.2, 1),
      opacity 0.89s cubic-bezier(0.33, 0.1, 0.2, 1);
    transition-delay: 0ms;
  }
  html.can-reveal .dev-steps.is-loop > .reveal.is-step-on,
  html.can-reveal .dev-steps.is-loop > .reveal.is-in.is-step-on {
    opacity: 1;
    transform: translateX(0);
  }
  html.can-reveal .dev-steps.is-loop > .reveal.is-step-out,
  html.can-reveal .dev-steps.is-loop > .reveal.is-in.is-step-out {
    opacity: 0;
    transform: translateX(-100%);
  }
  html.can-reveal .dev-steps.is-loop > .reveal.is-step-park,
  html.can-reveal .dev-steps.is-loop > .reveal.is-in.is-step-park,
  html.can-reveal .saas-caps.is-loop > .reveal.is-step-park,
  html.can-reveal .saas-caps.is-loop > .reveal.is-in.is-step-park,
  html.can-reveal .chain-differ-grid.is-loop > .reveal.is-step-park,
  html.can-reveal .chain-differ-grid.is-loop > .reveal.is-in.is-step-park,
  html.can-reveal .suite-grid.is-loop > .reveal.is-step-park,
  html.can-reveal .suite-grid.is-loop > .reveal.is-in.is-step-park {
    transition: none;
    transform: translateX(100%);
    opacity: 0;
  }
  html.can-reveal .saas-caps.is-loop > .reveal,
  html.can-reveal .saas-caps.is-loop > .reveal.is-in,
  html.can-reveal .chain-differ-grid.is-loop > .reveal,
  html.can-reveal .chain-differ-grid.is-loop > .reveal.is-in,
  html.can-reveal .suite-grid.is-loop > .reveal,
  html.can-reveal .suite-grid.is-loop > .reveal.is-in {
    opacity: 0;
    transform: translateX(100%);
    transition:
      transform 0.89s cubic-bezier(0.33, 0.1, 0.2, 1),
      opacity 0.89s cubic-bezier(0.33, 0.1, 0.2, 1);
    transition-delay: 0ms;
  }
  html.can-reveal .saas-caps.is-loop > .reveal.is-step-on,
  html.can-reveal .saas-caps.is-loop > .reveal.is-in.is-step-on,
  html.can-reveal .chain-differ-grid.is-loop > .reveal.is-step-on,
  html.can-reveal .chain-differ-grid.is-loop > .reveal.is-in.is-step-on,
  html.can-reveal .suite-grid.is-loop > .reveal.is-step-on,
  html.can-reveal .suite-grid.is-loop > .reveal.is-in.is-step-on {
    opacity: 1;
    transform: translateX(0);
  }
  html.can-reveal .saas-caps.is-loop > .reveal.is-step-out,
  html.can-reveal .saas-caps.is-loop > .reveal.is-in.is-step-out,
  html.can-reveal .chain-differ-grid.is-loop > .reveal.is-step-out,
  html.can-reveal .chain-differ-grid.is-loop > .reveal.is-in.is-step-out,
  html.can-reveal .suite-grid.is-loop > .reveal.is-step-out,
  html.can-reveal .suite-grid.is-loop > .reveal.is-in.is-step-out {
    opacity: 0;
    transform: translateX(-100%);
  }
}

/* Runtime wallet connect — Explorer SSOT teal */
.connect-runtime-wallet,
button.connect-runtime-wallet.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: auto;
  min-height: 44px;
  padding: 12px 18px;
  max-width: 16rem;
  border-radius: 10px;
  border: 1px solid transparent;
  background: var(--cyan);
  color: var(--ink);
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 24px rgba(0, 212, 255, 0.22);
  flex-shrink: 0;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.connect-runtime-wallet:hover,
button.connect-runtime-wallet.btn:hover {
  transform: translateY(-1px);
  background: var(--cyan-2);
  border-color: transparent;
  box-shadow: 0 0 28px rgba(0, 212, 255, 0.32);
  color: var(--ink);
}

.connect-runtime-wallet .wallet-ico,
button.connect-runtime-wallet.btn .wallet-ico {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.connect-runtime-wallet [data-wallet-label] {
  overflow: hidden;
  text-overflow: ellipsis;
}

.connect-runtime-wallet[data-wallet-connected="1"],
button.connect-runtime-wallet.btn[data-wallet-connected="1"] {
  background: rgba(8, 18, 28, 0.92);
  border-color: rgba(140, 180, 210, 0.22);
  color: var(--text, #f4f8fc);
  box-shadow: none;
}

.connect-runtime-wallet[data-wallet-connected="1"]:hover,
button.connect-runtime-wallet.btn[data-wallet-connected="1"]:hover {
  border-color: rgba(15, 168, 157, 0.28);
  box-shadow: 0 0 22px rgba(22, 224, 214, 0.1);
}

body.unara-wallet-picker-open {
  overflow: hidden;
}

#unara-wallet-picker {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

#unara-wallet-picker[hidden] {
  display: none !important;
}

.unara-wallet-picker-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 10, 14, 0.78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.unara-wallet-picker-panel {
  position: relative;
  min-width: 300px;
  max-width: 400px;
  width: 100%;
  padding: 22px 22px 18px;
  border-radius: 18px;
  border: 1px solid rgba(22, 224, 214, 0.28);
  background:
    linear-gradient(158deg, rgba(22, 224, 214, 0.1) 0%, transparent 42%),
    linear-gradient(180deg, rgba(14, 38, 48, 0.94) 0%, rgba(10, 26, 34, 0.96) 100%);
  color: #e6f1ff;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 18px 48px rgba(0, 0, 0, 0.45),
    0 0 48px rgba(22, 224, 214, 0.1);
}

.unara-wallet-picker-title {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: #fff;
}

.unara-wallet-picker-subtitle {
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(230, 241, 255, 0.68);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

.unara-wallet-picker-note {
  margin: 0 0 14px;
  font-size: 11px;
  line-height: 1.5;
  color: rgba(230, 241, 255, 0.58);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

.unara-wallet-picker-list {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.unara-wallet-picker-option {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-align: left;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(22, 224, 214, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  height: auto;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.unara-wallet-picker-option:hover:not(:disabled) {
  border-color: rgba(22, 224, 214, 0.42);
  background: rgba(22, 224, 214, 0.1);
  box-shadow: 0 0 20px rgba(22, 224, 214, 0.12);
}

.unara-wallet-picker-option.is-primary:not(:disabled) {
  border-color: rgba(22, 224, 214, 0.45);
  background: rgba(22, 224, 214, 0.14);
  box-shadow: 0 0 24px rgba(22, 224, 214, 0.16);
}

.unara-wallet-picker-option:disabled,
.unara-wallet-picker-option.is-unavailable {
  opacity: 0.42;
  cursor: not-allowed;
  filter: grayscale(0.35);
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.unara-wallet-picker-option-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.unara-wallet-picker-option-icon svg {
  width: 28px;
  height: 28px;
  display: block;
}

.unara-wallet-picker-option-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.unara-wallet-picker-option-label {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.unara-wallet-picker-option-meta {
  font-size: 11px;
  color: rgba(230, 241, 255, 0.55);
}

.unara-wallet-picker-option.is-primary:not(:disabled) .unara-wallet-picker-option-meta {
  color: rgba(22, 224, 214, 0.85);
}

.unara-wallet-picker-cancel {
  width: 100%;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(230, 241, 255, 0.14);
  background: transparent;
  color: rgba(230, 241, 255, 0.65);
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  height: auto;
  transition: background 0.2s ease, color 0.2s ease;
}

.unara-wallet-picker-cancel:hover {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(230, 241, 255, 0.9);
}
