:root {
  --bg: #070512;
  --bg-2: #0d1018;
  --panel: rgba(17, 22, 28, 0.92);
  --panel-2: rgba(10, 32, 26, 0.74);
  --ink: #f5f2ff;
  --muted: #bec5c8;
  --soft: #788987;
  --line: rgba(245, 242, 255, 0.15);
  --green: #00d08a;
  --green-2: #063f31;
  --amber: #ffb84d;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(0, 208, 138, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 184, 77, 0.032) 1px, transparent 1px),
    linear-gradient(145deg, var(--bg) 0%, #0b0715 46%, #061411 100%);
  background-size: 54px 54px, 54px 54px, auto;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

button {
  font: inherit;
}

.site {
  width: min(1210px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 30px;
}

.topbar {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 5, 18, 0.76);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-size: 0.92rem;
  font-weight: 950;
}

.brand-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  color: #07110e;
  background: var(--green);
  box-shadow: 0 0 28px rgba(0, 208, 138, 0.22);
  font-size: 0.78rem;
}

.nav,
footer div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.nav a,
footer a {
  min-height: 36px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(245, 242, 255, 0.06);
  font-size: 0.86rem;
  font-weight: 850;
}

.launch-deck {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  gap: 16px;
  min-height: 620px;
  margin-top: 22px;
}

.deck-copy {
  position: relative;
  overflow: hidden;
  padding: 66px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 208, 138, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(255, 184, 77, 0.08), transparent 28%),
    var(--panel);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.deck-copy::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(0, 208, 138, 0.22);
  border-radius: 8px;
  pointer-events: none;
}

.status {
  position: relative;
  width: max-content;
  margin: 0 0 22px;
  padding: 8px 12px;
  border: 1px solid rgba(0, 208, 138, 0.42);
  border-radius: 8px;
  color: var(--green);
  background: rgba(0, 208, 138, 0.08);
  font-size: 0.82rem;
  font-weight: 950;
}

h1 {
  position: relative;
  max-width: 9ch;
  margin: 0;
  font-size: 7rem;
  line-height: 0.86;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.description {
  position: relative;
  max-width: 650px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.58;
}

.actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.actions a,
.actions button {
  min-height: 50px;
  border-radius: 8px;
  cursor: pointer;
  padding: 14px 18px;
  font-weight: 950;
}

.primary {
  border: 1px solid rgba(0, 208, 138, 0.6);
  color: #06110e;
  background: var(--green);
  box-shadow: 0 18px 40px rgba(0, 208, 138, 0.19);
}

.actions button {
  border: 1px solid rgba(245, 242, 255, 0.2);
  color: var(--ink);
  background: rgba(245, 242, 255, 0.08);
}

.signal-stack {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 184, 77, 0.12) 0 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 208, 138, 0.1) 0 1px, transparent 1px),
    linear-gradient(160deg, rgba(0, 208, 138, 0.16), transparent 34%),
    var(--panel-2);
  background-size: 28px 28px, 28px 28px, auto, auto;
}

.signal-stack::before {
  content: "";
  position: absolute;
  inset: 42px;
  border: 1px solid rgba(255, 184, 77, 0.24);
  border-radius: 8px;
  transform: rotate(-5deg);
}

.signal-stack img {
  position: relative;
  z-index: 1;
  width: min(88%, 560px);
  max-height: 560px;
  object-fit: contain;
  filter: drop-shadow(0 36px 34px rgba(0, 0, 0, 0.36));
}

.ticker-block {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  min-width: 160px;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(245, 242, 255, 0.16);
  border-radius: 8px;
  background: rgba(7, 5, 18, 0.78);
  backdrop-filter: blur(14px);
}

.ticker-block span {
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.ticker-block strong {
  color: var(--green);
  font-size: 1.2rem;
}

.banner-panel {
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #070512;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.banner-panel img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 1;
  object-fit: cover;
}

.fomo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.fomo-grid article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(245, 242, 255, 0.06);
}

.fomo-grid span {
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 950;
}

.fomo-grid h2 {
  margin: 12px 0 10px;
  font-size: 1.18rem;
}

.fomo-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 26px 0 0;
  color: var(--soft);
  font-weight: 850;
}

@media (max-width: 940px) {
  .site {
    width: min(100% - 20px, 720px);
  }

  .topbar,
  footer {
    align-items: stretch;
    flex-direction: column;
  }

  .nav,
  footer div {
    justify-content: stretch;
  }

  .nav a,
  footer a {
    flex: 1;
    text-align: center;
  }

  .launch-deck,
  .fomo-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .deck-copy {
    padding: 34px;
  }

  .signal-stack {
    min-height: 440px;
  }

  h1 {
    max-width: 100%;
    font-size: 4.7rem;
  }
}

@media (max-width: 540px) {
  .deck-copy {
    padding: 26px;
  }

  .deck-copy::before {
    inset: 12px;
  }

  h1 {
    font-size: 3.35rem;
  }

  .description {
    font-size: 1.02rem;
  }

  .actions a,
  .actions button {
    width: 100%;
    text-align: center;
  }

  .signal-stack {
    min-height: 350px;
  }

  .ticker-block {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .banner-panel img {
    aspect-ratio: 2.1 / 1;
  }
}
