:root {
  --bg: #040b16;
  --bg-2: #07111f;
  --text: #f5f8fc;
  --muted: #a4b5c7;
  --line: rgba(87, 158, 220, 0.12);
  --accent: #31cfff;
  --accent-2: #0a74ff;
  --panel: rgba(6, 20, 38, 0.72);
  --soft: rgba(11, 34, 63, 0.78);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; }

html {
  min-width: 320px;
  color-scheme: dark;
  background: var(--bg);
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 12%, rgba(5, 77, 148, 0.24), transparent 30rem),
    radial-gradient(circle at 88% 34%, rgba(12, 67, 148, 0.18), transparent 30rem),
    linear-gradient(180deg, #03101d 0%, #020914 100%);
}

a { color: inherit; }

.page-shell {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  overflow: hidden;
}

.bg-grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(rgba(85, 153, 216, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85, 153, 216, 0.055) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
  opacity: 0.45;
}

.bg-glow {
  position: absolute;
  z-index: -2;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  filter: blur(95px);
  opacity: 0.16;
}

.glow-a {
  top: -18rem;
  right: -4rem;
  background: #0a50c7;
}

.glow-b {
  bottom: -16rem;
  left: 44%;
  background: #28d9ff;
}

.site-header,
.hero,
.site-footer {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  padding: 36px 0 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
}

.brand-mark {
  display: inline-flex;
  align-items: flex-end;
  gap: 5px;
  width: 58px;
  height: 58px;
}

.candle {
  position: relative;
  width: 6px;
  border-radius: 2px;
  background: linear-gradient(to top, #1592ff, #36dfff);
  box-shadow: 0 0 16px rgba(49, 207, 255, 0.35);
}

.candle::before,
.candle::after {
  content: "";
  position: absolute;
  left: 2px;
  width: 2px;
  background: #7de8ff;
}

.candle::before { top: -8px; height: 8px; }
.candle::after { bottom: -8px; height: 8px; }
.candle-1 { height: 22px; }
.candle-2 { height: 42px; }
.candle-3 { height: 28px; }
.candle-4 { height: 44px; }

.brand-copy {
  display: grid;
  gap: 5px;
}

.brand-copy strong {
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.brand-copy small {
  color: #d3dee9;
  font-size: 18px;
  letter-spacing: 0.04em;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 510px) minmax(0, 1fr);
  align-items: center;
  gap: 36px;
  padding: 26px 0 54px;
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding-top: 22px;
}

.launch-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 22px;
  border: 1px solid rgba(36, 171, 255, 0.32);
  border-radius: 999px;
  color: #49c8ff;
  background: rgba(6, 25, 50, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  font-size: 14px;
}

.rocket {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #4ad5ff;
  filter: drop-shadow(0 0 8px rgba(49, 207, 255, 0.6));
}

h1 {
  margin: 30px 0 18px;
  font-size: clamp(56px, 7vw, 88px);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.hero-lead {
  margin: 0;
  max-width: 470px;
  color: #dbe5ef;
  font-size: clamp(26px, 2.8vw, 34px);
  line-height: 1.28;
}

.hero-text {
  max-width: 550px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.accent-line {
  width: 240px;
  height: 18px;
  margin-top: 34px;
  display: flex;
  align-items: center;
}

.accent-line::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(40, 183, 255, 0.95), rgba(40, 183, 255, 0.08));
}

.accent-line span {
  width: 10px;
  height: 10px;
  margin-left: -18px;
  border-radius: 50%;
  background: #30d2ff;
  box-shadow: 0 0 18px rgba(48, 210, 255, 0.9);
}

.updates {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  color: #ccd9e5;
  font-size: 18px;
}

.bell-wrap {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(82, 173, 255, 0.35);
  border-radius: 50%;
  background: rgba(7, 23, 43, 0.66);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.bell-wrap svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #8ed8ff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-visual {
  position: relative;
  min-height: 640px;
  overflow: hidden;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: auto 8% 8% 10%;
  height: 42%;
  background:
    radial-gradient(circle at 40% 0%, rgba(52, 173, 255, 0.18), transparent 48%),
    linear-gradient(180deg, rgba(8, 25, 48, 0), rgba(8, 25, 48, 0.5));
  transform: perspective(800px) rotateX(70deg);
  border-top: 1px solid rgba(85, 170, 255, 0.15);
}

.world-map {
  position: absolute;
  inset: 4% 4% 18% 18%;
  opacity: 0.35;
  background:
    radial-gradient(circle at 16% 38%, rgba(60, 155, 255, 0.9) 0 1.2px, transparent 1.3px) 0 0 / 12px 12px,
    radial-gradient(circle at 32% 29%, rgba(60, 155, 255, 0.8) 0 1.2px, transparent 1.3px) 0 0 / 12px 12px,
    radial-gradient(circle at 50% 24%, rgba(60, 155, 255, 0.8) 0 1.2px, transparent 1.3px) 0 0 / 12px 12px,
    radial-gradient(circle at 69% 30%, rgba(60, 155, 255, 0.8) 0 1.2px, transparent 1.3px) 0 0 / 12px 12px,
    radial-gradient(circle at 78% 44%, rgba(60, 155, 255, 0.8) 0 1.2px, transparent 1.3px) 0 0 / 12px 12px;
  mask-image: radial-gradient(circle at 18% 40%, black 0 18%, transparent 19%),
    radial-gradient(circle at 34% 30%, black 0 13%, transparent 14%),
    radial-gradient(circle at 52% 24%, black 0 11%, transparent 12%),
    radial-gradient(circle at 69% 32%, black 0 12%, transparent 13%),
    radial-gradient(circle at 79% 45%, black 0 8%, transparent 9%);
}

.chart-scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.chart-scene .grid line {
  stroke: rgba(90, 164, 228, 0.15);
  stroke-width: 1;
}

.chart-scene .volume-bars rect {
  fill: url(#barFill);
}

.chart-scene .candles line {
  stroke: #49c8ff;
  stroke-width: 2;
}

.chart-scene .candles rect {
  fill: #2dbbff;
  opacity: 0.92;
}

.chart-scene .trend-shadow {
  fill: none;
  stroke: rgba(15, 93, 200, 0.34);
  stroke-width: 6;
}

.chart-scene .trend-main {
  fill: none;
  stroke: url(#lineGlow);
  stroke-width: 3.2;
  filter: drop-shadow(0 0 12px rgba(56, 219, 255, 0.4));
}

.chart-scene .flare {
  fill: #63efff;
}

.metric {
  position: absolute;
  z-index: 2;
  color: #299dff;
  font-size: 18px;
  letter-spacing: 0.01em;
}

.metric-top { top: 56px; right: 292px; color: #5ac9ff; }
.metric-value-top {
  top: 72px;
  right: 86px;
  padding: 10px 14px;
  border: 1px solid rgba(55, 146, 255, 0.35);
  background: rgba(5, 19, 37, 0.48);
}
.metric-mid { top: 348px; right: 56px; }
.metric-value-mid {
  top: 456px;
  right: 76px;
  padding: 10px 14px;
  border: 1px solid rgba(55, 146, 255, 0.35);
  background: rgba(5, 19, 37, 0.48);
}
.metric-low { right: 74px; bottom: 120px; }

.site-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  padding: 24px 0 34px;
  border-top: 1px solid var(--line);
  color: #c8d5e2;
  font-size: 18px;
}

.site-footer p { margin: 0; }

.footer-sep {
  width: 1px;
  height: 30px;
  background: rgba(112, 162, 215, 0.24);
}

.globe {
  display: inline-block;
  color: #2ac7ff;
  margin-right: 8px;
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

@media (max-width: 820px) {
  .site-header,
  .hero,
  .site-footer {
    width: min(100% - 28px, 1240px);
  }

  .site-header {
    padding-top: 26px;
  }

  .brand {
    gap: 12px;
  }

  .brand-copy strong {
    font-size: 26px;
  }

  .brand-copy small {
    font-size: 15px;
  }

  h1 {
    font-size: clamp(48px, 14vw, 72px);
  }

  .hero-lead {
    font-size: 22px;
  }

  .hero-text,
  .updates,
  .site-footer {
    font-size: 16px;
  }

  .hero-visual {
    min-height: 420px;
  }

  .metric {
    font-size: 14px;
  }

  .metric-top { right: 210px; }
  .metric-value-top { right: 26px; }
  .metric-value-mid { right: 24px; }
  .metric-mid, .metric-low { right: 20px; }

  .site-footer {
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 26px;
  }
}

@media (max-width: 560px) {
  .launch-badge {
    padding: 12px 18px;
    font-size: 13px;
  }

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

  .hero-text {
    font-size: 15px;
  }

  .accent-line {
    width: 180px;
  }

  .updates {
    gap: 12px;
  }

  .bell-wrap {
    width: 52px;
    height: 52px;
  }

  .bell-wrap svg {
    width: 24px;
    height: 24px;
  }

  .hero-visual {
    min-height: 320px;
  }

  .metric-top,
  .metric-value-top,
  .metric-mid,
  .metric-value-mid,
  .metric-low {
    display: none;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-sep {
    display: none;
  }
}

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