﻿.hero-main-title {
  margin: 0;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(2rem, 3.25vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.16;
  color: #f2f6f5;
  text-wrap: balance;
}

.hero-coin {
  display: inline-flex;
  align-items: center;
  padding: 0.04em 0.34em;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.9em;
  line-height: 1;
  vertical-align: baseline;
  background: rgba(255, 255, 255, 0.04);
}

:root {
  --bg: #020203;
  --fg: #ececec;
  --muted: #999999;
  --line: #1b1b1e;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
}

.hero-webgl {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
  pointer-events: none;
  opacity: 0.52;
}

.bg-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.33;
  z-index: -3;
  animation: gridDrift 24s linear infinite;
}

.bg-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.07;
  z-index: -2;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

.bg-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 14% 12%, rgba(68, 130, 118, 0.2), transparent 31%),
    radial-gradient(circle at 83% 76%, rgba(126, 98, 57, 0.12), transparent 34%);
  animation: glowDrift 14s ease-in-out infinite;
}

.bg-flow {
  position: fixed;
  inset: -20%;
  pointer-events: none;
  z-index: -1;
  background: linear-gradient(115deg, rgba(81, 150, 134, 0.052), transparent 24%, rgba(162, 127, 70, 0.04), transparent 72%);
  filter: blur(34px);
  animation: flowMove 22s linear infinite;
}

.bg-scan {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background: repeating-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.007) 0px,
    rgba(255, 255, 255, 0.007) 1px,
    transparent 1px,
    transparent 3px
  );
  opacity: 0.1;
  animation: scanShift 12s linear infinite;
}

.bg-lines {
  position: fixed;
  inset: -10%;
  pointer-events: none;
  z-index: -1;
  opacity: 0.24;
  background:
    radial-gradient(120% 60% at 50% 20%, rgba(164, 228, 214, 0.07), transparent 62%),
    repeating-linear-gradient(
      104deg,
      transparent 0 22px,
      rgba(138, 211, 194, 0.055) 23px,
      transparent 24px 54px
    );
  filter: blur(0.2px);
  animation: linesDrift 26s ease-in-out infinite;
}

.bg-logo-pulse {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 34%, rgba(160, 226, 210, 0.08), transparent 18%),
    radial-gradient(circle at 50% 34%, rgba(160, 226, 210, 0.05), transparent 30%);
  animation: logoPulse 3.6s ease-in-out infinite;
}

@keyframes gridDrift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-8px, -6px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes glowDrift {
  0%,
  100% {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
  50% {
    transform: scale(1.06) translate3d(10px, -8px, 0);
    opacity: 0.85;
  }
}

@keyframes flowMove {
  from {
    transform: translateX(-10%) rotate(0deg);
  }
  to {
    transform: translateX(10%) rotate(360deg);
  }
}

@keyframes linesDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.2;
  }
  50% {
    transform: translate3d(-1.2%, 1.6%, 0) scale(1.02);
    opacity: 0.28;
  }
}

@keyframes logoPulse {
  0%,
  100% {
    opacity: 0.75;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.025);
  }
}

@keyframes scanShift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 120px;
  }
}

.logo-word {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.22em;
  font-weight: 700;
  color: #f1f1f1;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.15);
}

.logo-sub {
  margin: 1px 0 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  color: #8fa4a0;
}

.logo-stack {
  display: grid;
  gap: 1px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.06);
}

.brand-p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: #f3f3f3;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 6px;
  animation: brandWave 1.55s ease-in-out infinite;
}

@keyframes brandWave {
  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.86;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.12);
  }
  50% {
    transform: translateY(-1px) scale(1.04);
    opacity: 1;
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.26);
  }
}

.tab-btn {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.02);
  color: #d2d2d2;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 10px;
  transition: 220ms ease;
}

.tab-btn:hover {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.tab-btn.active {
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
}

.tab-buy-focus {
  border-color: rgba(112, 188, 170, 0.58);
  box-shadow: 0 0 0 1px rgba(112, 188, 170, 0.18), 0 0 16px rgba(112, 188, 170, 0.12);
  animation: buyTabPulse 2s ease-in-out infinite;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  contain: layout paint;
}

.tab-buy-focus::before {
  content: "";
  position: absolute;
  inset: -150%;
  background: conic-gradient(
    from 0deg,
    rgba(124, 255, 205, 0) 0deg,
    rgba(124, 255, 205, 0) 310deg,
    rgba(124, 255, 205, 0.95) 340deg,
    rgba(124, 255, 205, 0.18) 360deg
  );
  -webkit-mask: radial-gradient(circle, transparent 60%, #000 66%);
  mask: radial-gradient(circle, transparent 60%, #000 66%);
  filter: blur(1.6px);
  opacity: 0.82;
  pointer-events: none;
  transform-origin: 50% 50%;
  animation: buyRingSpin 2.8s linear infinite;
}

@keyframes buyTabPulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 0 0 1px rgba(112, 188, 170, 0.18), 0 0 16px rgba(112, 188, 170, 0.12);
  }
  50% {
    transform: translateY(-1px);
    box-shadow: 0 0 0 1px rgba(112, 188, 170, 0.28), 0 0 20px rgba(112, 188, 170, 0.22);
  }
}

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

.header-hint {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  border: 1px solid rgba(108, 186, 167, 0.5);
  color: #d4e8e3;
  background: rgba(74, 145, 129, 0.14);
  padding: 9px 12px;
  border-radius: 10px;
  transition: 220ms ease, box-shadow 220ms ease;
  box-shadow: 0 0 0 1px rgba(74, 145, 129, 0.18), inset 0 0 22px rgba(74, 145, 129, 0.08);
  align-items: center;
  gap: 8px;
  min-width: 270px;
}

.hint-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #84e4c2;
  box-shadow: 0 0 10px rgba(132, 228, 194, 0.75);
  animation: hintDotPulse 1.55s ease-in-out infinite;
}

.hint-rotor {
  position: relative;
  display: inline-block;
  height: 1.15em;
  width: 230px;
  overflow: hidden;
}

.hint-rotor span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(110%);
  animation: hintCycle 9s ease-in-out infinite;
}

.hint-rotor span:nth-child(2) {
  animation-delay: 3s;
}

.hint-rotor span:nth-child(3) {
  animation-delay: 6s;
}

@keyframes hintCycle {
  0% {
    opacity: 0;
    transform: translateY(110%);
  }
  8% {
    opacity: 1;
    transform: translateY(0);
  }
  27% {
    opacity: 1;
    transform: translateY(0);
  }
  34% {
    opacity: 0;
    transform: translateY(-115%);
  }
  100% {
    opacity: 0;
    transform: translateY(-115%);
  }
}

@keyframes hintDotPulse {
  0%,
  100% {
    opacity: 0.75;
    transform: scale(0.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

.glass {
  position: relative;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012));
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  padding: 18px;
  overflow: hidden;
}

.punch-card {
  transform-style: preserve-3d;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.punch-card:hover {
  border-color: rgba(145, 217, 201, 0.26);
  box-shadow: 0 10px 38px rgba(0, 0, 0, 0.26), inset 0 0 28px rgba(127, 196, 180, 0.06);
}

.punch-card::before,
.punch-card::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  height: 10px;
  opacity: 0.5;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.25) 2.2px, transparent 2.3px);
  background-size: 16px 10px;
}

.punch-card::before {
  top: 2px;
}

.punch-card::after {
  bottom: 2px;
}

.eyebrow {
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.69rem;
  color: #9f9f9f;
}

.metric-box {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  padding: 9px;
}

.metric-label {
  font-family: "JetBrains Mono", monospace;
  color: #9f9f9f;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.metric-value {
  margin-top: 4px;
  color: #fff;
  font-size: 0.96rem;
  font-weight: 700;
}

.home-proof {
  border: 1px solid rgba(108, 186, 167, 0.32);
  border-radius: 10px;
  padding: 10px 12px;
  background: linear-gradient(150deg, rgba(74, 145, 129, 0.14), rgba(255, 255, 255, 0.02));
  color: #ccddd9;
  font-size: 0.86rem;
  line-height: 1.55;
}

.home-cred {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 9px 11px;
  background: rgba(255, 255, 255, 0.02);
  color: #d7e4e1;
  font-size: 0.82rem;
  line-height: 1.52;
}

.cli-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cli-item {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  padding: 8px 10px;
  display: grid;
  gap: 4px;
}

.cli-item p {
  margin: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.61rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9db3ae;
}

.cli-item strong {
  color: #dcedea;
  font-size: 0.74rem;
  line-height: 1.4;
}

.cli-extra {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  padding: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.cycle-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
}

.cycle-head p {
  margin: 0 0 6px;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  color: #9db5af;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.cycle-head strong {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  color: #cfe8e2;
}

.cycle-row {
  display: grid;
  grid-template-columns: 30px 1fr 42px;
  gap: 7px;
  align-items: center;
  margin-top: 5px;
}

.cycle-row label {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  color: #9cb4ae;
  text-transform: uppercase;
}

.cycle-track {
  height: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(4, 8, 8, 0.8);
  overflow: hidden;
}

.cycle-track span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(145, 219, 202, 0.74), rgba(91, 152, 139, 0.62));
  transition: width 240ms linear;
}

.cycle-row em {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  color: #bdd7d1;
  font-style: normal;
  text-align: right;
}

.cli-notes {
  display: grid;
  gap: 6px;
}

.cli-notes div {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.015);
  padding: 6px 8px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.cli-notes span {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #98afa9;
}

.cli-notes strong {
  font-size: 0.68rem;
  color: #d3e7e2;
}

.exec-surface {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.88), rgba(8, 12, 12, 0.72));
  box-shadow: inset 0 0 22px rgba(130, 210, 192, 0.04);
  padding: 10px;
  display: grid;
  gap: 8px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  contain: layout paint;
}

.exec-surface.censored-live::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(136, 215, 194, 0.08), transparent 42%),
    radial-gradient(circle at 83% 76%, rgba(228, 186, 128, 0.07), transparent 44%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.015) 0 2px, transparent 2px 6px);
  pointer-events: none;
  z-index: 2;
}

.exec-surface.censored-live .exec-top,
.exec-surface.censored-live .exec-bottom {
  filter: blur(2.8px) saturate(0.62) brightness(0.6);
  transform: none;
  transform-origin: center;
  user-select: none;
  pointer-events: none;
}

.exec-lock-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  border: 0;
  background: linear-gradient(160deg, rgba(1, 3, 4, 0.2), rgba(2, 5, 6, 0.64));
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.exec-lock-overlay::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(188, 206, 201, 0.23);
  border-radius: 10px;
  box-shadow: inset 0 0 26px rgba(88, 158, 143, 0.08);
}

.exec-lock-core {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 10px;
  font-family: "JetBrains Mono", monospace;
}

.exec-lock-mark {
  width: 54px;
  height: 58px;
  position: relative;
  display: inline-block;
  animation: lockBob 2.2s ease-in-out infinite;
}

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

.lock-shackle {
  position: absolute;
  left: 10px;
  top: 0;
  width: 34px;
  height: 24px;
  border: 3px solid rgba(214, 228, 224, 0.82);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  transform-origin: 80% 100%;
  transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.22s ease;
}

.lock-body {
  position: absolute;
  left: 5px;
  top: 20px;
  width: 44px;
  height: 34px;
  border-radius: 8px;
  background: linear-gradient(170deg, rgba(21, 27, 28, 0.96), rgba(8, 12, 13, 0.98));
  border: 1px solid rgba(212, 225, 221, 0.42);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.45), inset 0 0 10px rgba(102, 181, 164, 0.11);
}

.exec-lock-text {
  color: #d6e6e2;
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
}

.exec-lock-cta {
  color: #86e5c2;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(2px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.exec-lock-sub {
  color: rgba(181, 200, 195, 0.92);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
}

.exec-lock-overlay:hover,
.exec-lock-overlay:focus-visible {
  background: linear-gradient(160deg, rgba(5, 18, 15, 0.15), rgba(4, 24, 19, 0.52));
  box-shadow: inset 0 0 32px rgba(75, 187, 151, 0.18);
}

.exec-lock-overlay:hover .lock-shackle,
.exec-lock-overlay:focus-visible .lock-shackle,
.exec-lock-overlay.unlocking .lock-shackle {
  transform: translateY(-4px) rotate(-18deg);
  border-color: rgba(105, 225, 176, 0.95);
}

.exec-lock-overlay:hover .lock-body,
.exec-lock-overlay:focus-visible .lock-body {
  border-color: rgba(111, 224, 178, 0.78);
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.45), inset 0 0 14px rgba(91, 212, 164, 0.2);
}

.exec-lock-overlay:hover .exec-lock-text,
.exec-lock-overlay:focus-visible .exec-lock-text {
  color: rgba(131, 224, 191, 0.58);
}

.exec-lock-overlay:hover .exec-lock-cta,
.exec-lock-overlay:focus-visible .exec-lock-cta {
  opacity: 1;
  transform: translateY(0);
}

.exec-lock-overlay:hover .exec-lock-sub,
.exec-lock-overlay:focus-visible .exec-lock-sub {
  color: rgba(130, 229, 187, 0.92);
}

.exec-top {
  display: grid;
  grid-template-columns: 1fr 176px;
  gap: 8px;
}

.exec-heatmap {
  width: 100%;
  height: 214px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(7, 10, 10, 0.88), rgba(4, 6, 6, 0.96));
}

.exec-ladder {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(6, 10, 10, 0.88);
  padding: 8px;
  display: grid;
  gap: 5px;
  align-content: start;
  min-height: 214px;
}

.ladder-row {
  display: grid;
  grid-template-columns: 42px 1fr 44px;
  gap: 6px;
  align-items: center;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  color: #c8ddd9;
}

.ladder-row .side {
  text-transform: uppercase;
  opacity: 0.96;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.ladder-row .bar {
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  overflow: hidden;
}

.ladder-row .bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.ladder-row.bid .bar span {
  background: linear-gradient(90deg, rgba(86, 173, 152, 0.2), rgba(141, 219, 199, 0.58));
}

.ladder-row.ask .bar span {
  background: linear-gradient(90deg, rgba(185, 129, 98, 0.16), rgba(224, 174, 122, 0.52));
}

.ladder-row.bid .side {
  color: #8fdfca;
}

.ladder-row.ask .side {
  color: #f2c58e;
}

.ladder-row .price {
  color: #d2ddd9;
}

.ladder-row.bid .price {
  color: #9fe5d3;
}

.ladder-row.ask .price {
  color: #ecc08d;
}

.exec-bottom {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 8px;
  background: rgba(7, 11, 11, 0.84);
  display: grid;
  gap: 8px;
}

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

.exec-stats span {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  min-height: 28px;
  padding: 5px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.63rem;
  color: #cde4df;
  background: rgba(255, 255, 255, 0.02);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.exec-tape {
  border-top: 1px dashed rgba(255, 255, 255, 0.14);
  padding-top: 6px;
  display: grid;
  gap: 4px;
  height: 96px;
  overflow: hidden;
}

.tape-row {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 8px;
  align-items: center;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
}

.tape-row .t {
  color: #9fc8c0;
}

.tape-row .m {
  color: #d6ddd9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tape-row.good .m {
  color: #a7e4d5;
}

.tape-row.warn .m {
  color: #e8c488;
}

.tape-row.bad .m {
  color: #e09d8f;
}

.mini-pill {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  min-height: 30px;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
  letter-spacing: 0.02em;
}

.speed-strip {
  border: 1px solid rgba(108, 186, 167, 0.24);
  border-radius: 12px;
  background: linear-gradient(150deg, rgba(74, 145, 129, 0.1), rgba(255, 255, 255, 0.015));
  padding: 10px;
}

.speed-strip-title {
  margin: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #c8dfda;
}

.speed-track {
  margin-top: 8px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  overflow: hidden;
}

.speed-track span {
  display: block;
  width: 28%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #8acfc0, #457f70, #8acfc0);
  animation: speedRun 1.2s linear infinite;
}

.speed-stats {
  margin-top: 8px;
  display: grid;
  gap: 4px;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.68rem;
  color: #9cbcb5;
}

@keyframes speedRun {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(460%);
  }
}

.chart-shell {
  box-shadow: inset 0 0 28px rgba(255, 255, 255, 0.03);
}

.chart-host {
  width: 100%;
  height: 208px;
}

.marquee-wrap {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.018);
  overflow: hidden;
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 10px 0;
  animation: marquee 28s linear infinite;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.74rem;
  text-transform: uppercase;
  color: #b8b8b8;
  letter-spacing: 0.08em;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.feature-title {
  margin-top: 8px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
}

.feature-text {
  margin-top: 8px;
  font-size: 1.02rem;
  color: #c4c4c4;
  line-height: 1.55;
}

.module-blueprint {
  border-color: rgba(117, 193, 176, 0.25);
}

.module-shell {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.45);
  padding: 14px;
  overflow: hidden;
}

.module-loader {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(149, 219, 204, 0.28);
  border-radius: 999px;
  padding: 4px 10px;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #c8e8e0;
  background: rgba(87, 154, 139, 0.14);
}

.module-loader-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9fe9d7;
  box-shadow: 0 0 10px rgba(159, 233, 215, 0.5);
  animation: loaderDotPulse 1.1s ease-in-out infinite;
}

.module-rail {
  margin-top: 10px;
  height: 4px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.module-rail span {
  display: block;
  width: 28%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(146, 220, 203, 0.3), rgba(146, 220, 203, 0.92), rgba(146, 220, 203, 0.3));
  animation: railSweep 1.6s ease-in-out infinite;
}

.module-extra {
  margin-top: 10px;
  border-top: 1px dashed rgba(255, 255, 255, 0.16);
  padding-top: 8px;
  display: grid;
  gap: 8px;
}

.module-progress {
  display: grid;
  gap: 5px;
}

.module-progress span {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9db6b0;
}

.module-track {
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.module-track span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(142, 218, 201, 0.82), rgba(92, 154, 140, 0.78));
  transition: width 240ms linear;
}

.module-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.module-kpis span {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
  padding: 6px 7px;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.61rem;
  color: #c0d8d2;
  text-transform: uppercase;
}

.module-grid {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  min-height: unset;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.module-node {
  position: relative;
  min-width: 0;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: #e4f3ef;
  padding: 9px 8px 10px;
  display: grid;
  justify-items: center;
  gap: 3px;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.module-node.active {
  border-color: rgba(148, 220, 204, 0.64);
  box-shadow: 0 0 0 1px rgba(148, 220, 204, 0.18), 0 0 16px rgba(148, 220, 204, 0.2);
  transform: translateY(-1px);
}

.module-node::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 12px;
  height: 1px;
  background: linear-gradient(90deg, rgba(146, 220, 203, 0.58), rgba(146, 220, 203, 0.05));
  transform: translateY(-50%);
}

.module-node:last-child::after {
  display: none;
}

.node-idx {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.58rem;
  color: #90bdb2;
  letter-spacing: 0.07em;
}

.module-node strong {
  margin: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ebf7f4;
}

.module-node small {
  margin: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.58rem;
  color: #9fcac0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@keyframes loaderDotPulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@keyframes railSweep {
  0% {
    transform: translateX(-120%);
    opacity: 0.45;
  }
  45% {
    opacity: 1;
  }
  100% {
    transform: translateX(360%);
    opacity: 0.45;
  }
}

.leaderboard-spotlight {
  border-color: rgba(96, 181, 160, 0.35);
  box-shadow:
    0 0 0 1px rgba(96, 181, 160, 0.16),
    0 0 34px rgba(96, 181, 160, 0.12);
}

.leaderboard-spotlight::before {
  opacity: 0.65;
}

.leaderboard-spotlight::after {
  opacity: 0.65;
}

.spot-title {
  margin: 0;
  color: #e0e5e4;
  font-size: 1.32rem;
  line-height: 1.28;
  font-weight: 700;
  text-shadow: none;
  animation: none;
}

@keyframes spotPulse {
  0%,
  100% {
    opacity: 0.88;
  }
  50% {
    opacity: 1;
  }
}

.step-index {
  display: inline-flex;
  width: 34px;
  font-family: "JetBrains Mono", monospace;
  color: #d9eee8;
  opacity: 0.9;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.run-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 12px;
}

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

.run-list li {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
  padding: 9px 10px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: start;
  gap: 6px;
  font-size: 0.84rem;
  color: #cfdbd8;
  line-height: 1.5;
}

.run-metrics {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.45);
  padding: 8px;
  display: grid;
  gap: 7px;
}

.run-metrics div {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.02);
  padding: 7px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.run-metrics span {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.63rem;
  color: #9bb3ad;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.run-metrics strong {
  font-size: 0.72rem;
  color: #daf0ea;
}

.signal-feed {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: linear-gradient(165deg, rgba(7, 9, 9, 0.88), rgba(13, 19, 18, 0.72));
  min-height: 270px;
  max-height: 292px;
  overflow: hidden;
  padding: 10px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 8px;
}

.signal-head {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.signal-head span {
  border: 1px solid rgba(149, 219, 204, 0.28);
  border-radius: 999px;
  padding: 3px 8px;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.58rem;
  color: #cbe5df;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(85, 161, 145, 0.12);
}

#signalFeed {
  overflow: hidden;
  display: grid;
  align-content: start;
  gap: 6px;
}

.signal-line {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 9px;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.68rem;
  padding: 7px 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
  position: relative;
}

.signal-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 2px;
  border-radius: 4px;
  background: rgba(146, 220, 203, 0.72);
}

.signal-line.warn::before {
  background: rgba(230, 184, 116, 0.8);
}

.signal-line.bad::before {
  background: rgba(224, 146, 132, 0.86);
}

.signal-line.good .msg {
  color: #b8dcd3;
}

.signal-line.warn .msg {
  color: #e7cb98;
}

.signal-line.bad .msg {
  color: #e5aea2;
}

.signal-line .tag {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #d7eee8;
}

.signal-line .msg {
  color: #b7c7c3;
}

.doc-title {
  font-size: 1.03rem;
  font-weight: 700;
  color: #fff;
}

.doc-list {
  margin-top: 12px;
  list-style: none;
  padding: 0;
  display: grid;
  gap: 10px;
  color: #cbcbcb;
  font-size: 0.9rem;
}

.doc-list li {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.02);
}

.lock-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.lock-list span {
  display: grid;
  gap: 4px;
}

.unlock-note {
  font-style: normal;
  font-size: 0.72rem;
  color: #a8a8a8;
}

.lock-list strong {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.58rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 4px 8px;
  text-align: center;
  line-height: 1.25;
  white-space: normal;
  max-width: 190px;
  background: rgba(255, 255, 255, 0.06);
}

.lock-icon {
  margin-right: 4px;
  opacity: 0.9;
}

.warning-panel {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
  border-color: rgba(198, 160, 92, 0.24);
}

.warning-panel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(198, 160, 92, 0.1), rgba(198, 160, 92, 0.6), rgba(198, 160, 92, 0.1));
  animation: warningSweep 2.7s linear infinite;
}

@keyframes warningSweep {
  from {
    opacity: 0.35;
  }
  50% {
    opacity: 0.95;
  }
  to {
    opacity: 0.35;
  }
}

.warning-title {
  margin: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.88rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #fff;
}

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

.warning-list li {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  display: grid;
  gap: 4px;
}

.warning-list strong {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.74rem;
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.warning-list span {
  color: #c9c9c9;
  font-size: 0.88rem;
}

.warning-list .sub {
  color: #a9a9a9;
  font-size: 0.79rem;
}

.warning-copy {
  margin-top: 12px;
  color: #c9c9c9;
  font-size: 0.9rem;
  line-height: 1.6;
}

.readiness-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.readiness-pills span {
  border: 1px solid rgba(198, 160, 92, 0.35);
  border-radius: 999px;
  padding: 6px 10px;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #d3bb86;
  background: rgba(198, 160, 92, 0.12);
  animation: readinessFloat 2.8s ease-in-out infinite;
}

.readiness-pills span:nth-child(2n) {
  animation-delay: 0.2s;
}

.readiness-pills span:nth-child(3n) {
  animation-delay: 0.35s;
}

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

.risk-bars {
  display: grid;
  gap: 10px;
}

.risk-bars div {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.02);
  position: relative;
  overflow: hidden;
  animation: riskCardFloat 3.6s ease-in-out infinite;
}

.risk-bars div:nth-child(2n) {
  animation-delay: 0.22s;
}

.risk-bars div:nth-child(3n) {
  animation-delay: 0.38s;
}

.risk-bars span {
  display: block;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #bfbfbf;
}

.risk-bars em {
  display: block;
  margin-top: 8px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.25));
  width: var(--risk, 55%);
  transition: width 0.9s ease;
  position: relative;
  overflow: hidden;
  animation: riskGlow 2.6s ease-in-out infinite;
}

.risk-bars em::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.34) 50%, transparent 100%);
  transform: translateX(-130%);
  animation: riskBarSweep 2.2s linear infinite;
}

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

@keyframes riskGlow {
  0%,
  100% {
    filter: saturate(0.95) brightness(0.96);
  }
  50% {
    filter: saturate(1.14) brightness(1.08);
  }
}

@keyframes riskBarSweep {
  to {
    transform: translateX(130%);
  }
}

.notice-block {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.02);
}

.notice-title {
  margin: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.79rem;
  color: #fff;
  letter-spacing: 0.05em;
}

.notice-list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: #c4c4c4;
  font-size: 0.87rem;
}

.flow-list li {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.02);
  padding: 8px 10px;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 6px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.flow-list li::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 35%, rgba(149, 219, 204, 0.1) 50%, transparent 65%);
  transform: translateX(-140%);
  animation: flowSweep 3.8s ease-in-out infinite;
  pointer-events: none;
}

.flow-list li.active {
  border-color: rgba(155, 220, 205, 0.36);
  box-shadow: inset 0 0 18px rgba(130, 203, 186, 0.12);
}

.flow-arrow {
  color: #9edfcf;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 600;
  animation: flowArrowPulse 1.2s ease-in-out infinite;
}

@keyframes flowSweep {
  0% {
    transform: translateX(-140%);
    opacity: 0;
  }
  22% {
    opacity: 0.8;
  }
  100% {
    transform: translateX(150%);
    opacity: 0;
  }
}

@keyframes flowArrowPulse {
  0%,
  100% {
    transform: translateX(0);
    opacity: 0.72;
  }
  50% {
    transform: translateX(2px);
    opacity: 1;
  }
}

.notice-safe {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.03);
  color: #cdcdcd;
  font-size: 0.88rem;
  line-height: 1.62;
}

.buy-hero {
  border-color: rgba(108, 186, 167, 0.32);
  box-shadow:
    0 0 0 1px rgba(108, 186, 167, 0.12),
    0 0 40px rgba(108, 186, 167, 0.12);
}

.buy-chip {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(108, 186, 167, 0.35);
  color: #cadfda;
  background: rgba(74, 145, 129, 0.2);
  border-radius: 999px;
  padding: 4px 10px;
}

.buy-stage {
  border-color: rgba(111, 255, 228, 0.26);
}

.buy-card {
  border: 1px solid rgba(108, 186, 167, 0.36);
  border-radius: 12px;
  background:
    linear-gradient(140deg, rgba(74, 145, 129, 0.14), rgba(74, 145, 129, 0.05)),
    rgba(255, 255, 255, 0.02);
  padding: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.buy-card h3 {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
}

.buy-card p {
  margin: 7px 0 0;
  color: #cde9e2;
  font-size: 0.87rem;
}

.buy-points {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 8px;
}

.buy-points li {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  padding: 10px 12px 10px 34px;
  background: rgba(255, 255, 255, 0.02);
  color: #d0d0d0;
  font-size: 0.89rem;
}

.buy-points li::before {
  content: ">";
  position: absolute;
  left: 12px;
  top: 10px;
  color: #9cf5df;
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
}

.buy-accent {
  border: 1px dashed rgba(108, 186, 167, 0.42);
  border-radius: 10px;
  padding: 9px 11px;
  color: #bed8d2;
  font-size: 0.84rem;
  background: rgba(74, 145, 129, 0.1);
}

.buy-btn {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  border: 1px solid rgba(117, 191, 173, 0.86);
  border-radius: 12px;
  padding: 15px 14px;
  background: linear-gradient(128deg, #2e8a73 0%, #1f5f50 45%, #153f35 100%);
  color: #eef9f5;
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.9rem;
  font-weight: 700;
  transition: 220ms ease;
  box-shadow:
    0 0 0 1px rgba(130, 201, 184, 0.42),
    0 12px 22px rgba(30, 99, 83, 0.4),
    inset 0 0 20px rgba(162, 235, 216, 0.12);
  animation: ctaPulse 1.75s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}

.buy-btn:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow:
    0 0 0 1px rgba(193, 240, 229, 0.58),
    0 16px 28px rgba(46, 130, 109, 0.5),
    inset 0 0 24px rgba(176, 244, 227, 0.18);
}

.buy-btn::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.42) 50%, transparent 80%);
  transform: translateX(-120%) rotate(8deg);
  animation: ctaScan 2.2s ease-in-out infinite;
}

.buy-btn .ripple {
  position: absolute;
  border-radius: 999px;
  transform: scale(0);
  background: rgba(255, 255, 255, 0.48);
  animation: ctaRipple 520ms ease-out forwards;
  pointer-events: none;
}

@keyframes ctaPulse {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(130, 201, 184, 0.42),
      0 10px 20px rgba(30, 99, 83, 0.34),
      inset 0 0 18px rgba(162, 235, 216, 0.1);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(193, 240, 229, 0.54),
      0 16px 30px rgba(46, 130, 109, 0.48),
      inset 0 0 24px rgba(176, 244, 227, 0.18);
  }
}

@keyframes ctaScan {
  0% {
    transform: translateX(-120%) rotate(8deg);
    opacity: 0;
  }
  22% {
    opacity: 0.7;
  }
  52% {
    opacity: 0.8;
  }
  100% {
    transform: translateX(150%) rotate(8deg);
    opacity: 0;
  }
}

@keyframes ctaRipple {
  to {
    transform: scale(2.8);
    opacity: 0;
  }
}

.buy-checkout {
  border-color: rgba(117, 191, 173, 0.3);
  display: grid;
  gap: 10px;
}

.checkout-widget {
  border: 1px solid rgba(117, 191, 173, 0.28);
  border-radius: 12px;
  background: rgba(74, 145, 129, 0.14);
  padding: 12px;
  display: grid;
  gap: 8px;
}

.checkout-line {
  margin: 0;
  color: #d6fff5;
  font-size: 0.87rem;
  line-height: 1.5;
}

.pay-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pay-rail .coin-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 32px;
  border: 1px solid rgba(156, 236, 214, 0.44);
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(63, 122, 106, 0.5), rgba(26, 39, 36, 0.8));
  color: #ecfff9;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  letter-spacing: 0.11em;
}


.coin-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1px solid rgba(236, 255, 249, 0.45);
  margin-right: 6px;
  font-size: 0.72rem;
  line-height: 1;
}

.coin-pill.btc .coin-icon {
  background: rgba(236, 196, 124, 0.16);
}

.coin-pill.eth .coin-icon {
  background: rgba(161, 208, 255, 0.14);
}
.checkout-urgency {
  border: 1px solid rgba(242, 133, 87, 0.48);
  border-radius: 10px;
  padding: 10px 12px;
  background: linear-gradient(120deg, rgba(116, 41, 28, 0.34), rgba(83, 29, 22, 0.12));
  color: #ffd7c6;
  font-size: 0.83rem;
  line-height: 1.5;
  box-shadow: inset 0 0 16px rgba(244, 127, 77, 0.12);
}

.checkout-urgency strong {
  color: #ffe5d8;
}

.checkout-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}

.checkout-box {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  padding: 10px;
}

.checkout-box-title {
  margin: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #dffef5;
}

.checkout-box ul {
  margin: 8px 0 0;
  padding-left: 16px;
  color: #cde9e2;
  font-size: 0.83rem;
  line-height: 1.5;
}

.checkout-note {
  margin: 0;
  color: #9cc9bf;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.71rem;
  line-height: 1.5;
}

.checkout-disabled {
  opacity: 0.7;
  border-color: rgba(227, 167, 133, 0.5);
  box-shadow: 0 0 0 1px rgba(227, 167, 133, 0.4) inset, 0 10px 24px rgba(60, 35, 28, 0.45);
}

.batch-meter {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  padding: 10px;
}

.batch-meter p {
  margin: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #c3c3c3;
}

.batch-track {
  margin-top: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.batch-track span {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, #7ec3b4, #3f927d);
  transition: width 0.7s ease;
}

.batch-meter small {
  display: block;
  margin-top: 7px;
  color: #b2b2b2;
  font-size: 0.75rem;
}

.batch-units {
  color: #d9fff6;
  font-family: "JetBrains Mono", monospace;
  letter-spacing: 0.03em;
}

@media (min-width: 768px) {
  .checkout-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
}

.footer-brand {
  margin: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.86rem;
  letter-spacing: 0.15em;
  color: #fff;
}

.footer-sub {
  margin: 2px 0 0;
  color: #9d9d9d;
  font-size: 0.75rem;
}

.footer-center {
  margin: 0;
  text-align: center;
  color: #9e9e9e;
  font-size: 0.75rem;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}

.footer-links a {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  color: #c5c5c5;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: 180ms ease;
}

.footer-links a:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

.tab-panel {
  display: none;
}

.tab-panel.active-panel {
  display: block;
}

.card-appear {
  opacity: 0;
  transform: translateY(16px);
}

@media (max-width: 640px) {
  .brand-mark {
    min-width: 30px;
    height: 30px;
    padding: 2px;
  }

  .brand-p {
    width: 22px;
    height: 22px;
    font-size: 0.9rem;
  }

  .logo-word {
    font-size: 0.8rem;
    letter-spacing: 0.17em;
  }

  .logo-sub {
    font-size: 0.56rem;
    letter-spacing: 0.1em;
  }

  .exec-top {
    grid-template-columns: 1fr;
  }

  .exec-heatmap,
  .exec-ladder {
    min-height: 170px;
    height: 170px;
  }

  .exec-stats {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .cli-extra {
    grid-template-columns: 1fr;
  }

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

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 1024px) {
  .module-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .module-node::after {
    display: none;
  }

  .exec-top {
    grid-template-columns: 1fr;
  }

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

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

  .cli-extra {
    grid-template-columns: 1fr;
  }

  .module-kpis {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .module-grid {
    margin-top: 10px;
    gap: 8px;
    grid-template-columns: 1fr;
  }

  .module-node {
    width: 100%;
  }

  .module-kpis {
    grid-template-columns: 1fr 1fr;
  }
}












@media (max-width: 1180px) {
  .header-hint {
    display: none !important;
  }
}

@media (max-width: 820px) {
  .exec-lock-text {
    font-size: 0.64rem;
  }

  .exec-lock-cta {
    font-size: 0.62rem;
  }

  .exec-lock-sub {
    font-size: 0.58rem;
  }
}





@media (max-width: 760px) {
  .hero-main-title {
    font-size: clamp(1.7rem, 9vw, 2.2rem);
    line-height: 1.15;
  }

  .hero-coin {
    font-size: 0.84em;
    padding: 0.03em 0.28em;
  }
}

