:root {
  color-scheme: dark;
  --ink: #05090b;
  --panel: #0b1216;
  --line: #22343c;
  --muted: #8297a0;
  --cyan: #62dfff;
  --white: #f2fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--white); background: var(--ink); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
[hidden] { display: none !important; }

body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .28; background-image: linear-gradient(rgba(87,129,144,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(87,129,144,.08) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 78%); }
.site-header { position: fixed; z-index: 10; inset: 0 0 auto; height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(22px, 5vw, 76px); background: rgba(5,9,11,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.logo-lockup { display: flex; align-items: center; gap: 11px; width: max-content; }
.logo-lockup img { width: 44px; height: 44px; }
.logo-lockup b, .logo-lockup small { display: block; }
.logo-lockup b { letter-spacing: .18em; font-size: .94rem; }
.logo-lockup small { margin-top: 4px; color: #667d86; font: 600 .58rem ui-monospace, monospace; letter-spacing: .12em; }
.site-header nav { display: flex; gap: 34px; }
.site-header nav a { color: #8ba0a9; font: 700 .68rem ui-monospace, monospace; letter-spacing: .13em; }
.site-header nav a:hover { color: var(--cyan); }
.nav-download { justify-self: end; border: 1px solid #4c8394; color: #d7f7ff; padding: 11px 16px; font: 750 .66rem ui-monospace, monospace; letter-spacing: .12em; }

main { position: relative; z-index: 1; }
.hero { min-height: 790px; padding: 150px clamp(22px, 7vw, 110px) 80px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 40px; border-bottom: 1px solid var(--line); }
.kicker { margin: 0 0 24px; color: #99afb7; font: 700 .68rem ui-monospace, monospace; letter-spacing: .17em; }
.kicker span { display: inline-block; width: 34px; height: 1px; vertical-align: middle; margin-right: 10px; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); }
.hero h1 { margin: 0; font-size: clamp(4rem, 8vw, 8.7rem); line-height: .82; letter-spacing: -.075em; font-weight: 900; }
.hero h1 em { color: transparent; -webkit-text-stroke: 1px var(--cyan); font-style: normal; text-shadow: 0 0 30px rgba(98,223,255,.2); }
.intro { max-width: 660px; margin: 36px 0; color: #a4b7be; font-size: 1.08rem; line-height: 1.75; }
.actions { display: flex; flex-wrap: wrap; gap: 8px; }
.actions a, .actions button, .source-copy > a, .token button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #314a54; padding: 0 17px; color: #c5dae1; background: #0a1114; font: 750 .66rem ui-monospace, monospace; letter-spacing: .1em; }
.actions a:hover, .source-copy > a:hover, .token button:hover { border-color: var(--cyan); color: white; }
.actions .primary { border-color: var(--cyan); background: var(--cyan); color: #041014; }
.reactor-stage { min-height: 560px; display: grid; place-items: center; position: relative; overflow: hidden; border: 1px solid #1e3038; background: #070d10; }
.reactor-stage::before, .reactor-stage::after { content: ""; position: absolute; background: #21353d; }
.reactor-stage::before { width: 1px; height: 100%; }.reactor-stage::after { width: 100%; height: 1px; }
.reactor-stage img { width: min(62%, 340px); filter: drop-shadow(0 0 25px rgba(98,223,255,.62)); z-index: 2; }
.orbit { position: absolute; width: 72%; aspect-ratio: 1; border: 1px solid rgba(98,223,255,.24); border-radius: 50%; }
.orbit-a { border-style: dashed; animation: spin 16s linear infinite; }.orbit-b { width: 88%; border-color: rgba(98,223,255,.09); animation: spin 28s linear infinite reverse; }
.coordinates { position: absolute; z-index: 3; left: 18px; color: #5f7881; font: .62rem ui-monospace, monospace; letter-spacing: .14em; }.coordinates.top { top: 16px; }.coordinates.bottom { bottom: 16px; }
@keyframes spin { to { transform: rotate(360deg); } }

.ticker { min-height: 70px; display: flex; justify-content: center; align-items: center; gap: clamp(18px, 3.5vw, 58px); border-bottom: 1px solid var(--line); color: #76909a; font: 650 .64rem ui-monospace, monospace; letter-spacing: .15em; }
.ticker i { width: 4px; height: 4px; transform: rotate(45deg); background: var(--cyan); }
.system { padding: 120px clamp(22px, 7vw, 110px); }
.section-title { display: grid; grid-template-columns: 220px 1fr; align-items: end; margin-bottom: 48px; }
.section-title p, .token > div > p { color: var(--cyan); font: 700 .65rem ui-monospace, monospace; letter-spacing: .15em; }
.section-title h2, .source h2, .token h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 5.4rem); letter-spacing: -.055em; line-height: .95; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-grid article { min-height: 280px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(10,16,19,.72); }
.feature-grid article > span { color: var(--cyan); font: 700 .65rem ui-monospace, monospace; }.feature-grid h3 { margin: 85px 0 14px; font-size: .88rem; letter-spacing: .11em; }.feature-grid p { color: #80969f; font-size: .88rem; line-height: 1.7; }
.audit-strip { margin-top: 22px; padding: 22px; border: 1px solid var(--line); background: #080f12; display: flex; flex-wrap: wrap; gap: 9px; align-items: center; }.audit-strip p { width: 100%; margin: 0 0 7px; color: var(--cyan); font: 700 .64rem ui-monospace, monospace; letter-spacing: .13em; }.audit-strip span { padding: 8px 10px; border: 1px solid #2b414a; color: #839ba4; font: .6rem ui-monospace, monospace; letter-spacing: .08em; }
.source { margin: 0 clamp(22px, 7vw, 110px) 120px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.source-copy { padding: clamp(32px, 5vw, 74px); }.source-copy > p:not(.kicker) { max-width: 540px; margin: 28px 0; color: #91a5ad; line-height: 1.75; }.source-copy > a { width: max-content; }
.source pre { margin: 0; min-height: 430px; display: flex; align-items: center; padding: clamp(28px, 5vw, 70px); border-left: 1px solid var(--line); background: #070c0e; overflow: auto; }
.source code { color: #7b929b; font: .78rem/2 ui-monospace, SFMono-Regular, Consolas, monospace; }.source code b { color: #a9c0c8; display: inline-block; width: 138px; }.source code strong { color: var(--cyan); display: inline-block; width: 138px; }
.token { margin: 0 clamp(22px, 7vw, 110px) 110px; display: grid; grid-template-columns: 220px 1fr 1fr; gap: 50px; align-items: center; padding: 50px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.token-mark { aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--line); background: #081014; }.token-mark img { width: 72%; filter: drop-shadow(0 0 15px rgba(98,223,255,.35)); }.token h2 { color: var(--cyan); }.token > div > p:last-of-type { max-width: 600px; color: #8fa3ab; line-height: 1.65; }.token button { margin-top: 12px; }
.token dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.token dl div { padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.token dt { color: #617780; font: .62rem ui-monospace, monospace; letter-spacing: .12em; }.token dd { margin: 8px 0 0; font-size: .9rem; font-weight: 750; }
footer { position: relative; z-index: 1; min-height: 150px; padding: 0 clamp(22px, 7vw, 110px); display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); background: #070b0d; }footer p { color: #546a73; font: .62rem ui-monospace, monospace; letter-spacing: .14em; }
.toast { position: fixed; z-index: 20; left: 50%; bottom: 24px; transform: translate(-50%, 20px); opacity: 0; padding: 12px 17px; border: 1px solid var(--cyan); background: #09171c; color: var(--cyan); font: 700 .67rem ui-monospace, monospace; letter-spacing: .12em; transition: .2s; pointer-events: none; }.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 72px; }.site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 120px; }.hero h1 { font-size: clamp(3.8rem, 17vw, 7rem); }.reactor-stage { min-height: 440px; }
  .ticker { padding: 20px; flex-wrap: wrap; }.section-title { grid-template-columns: 1fr; gap: 16px; }.feature-grid { grid-template-columns: 1fr 1fr; }
  .source { grid-template-columns: 1fr; }.source pre { border-left: 0; border-top: 1px solid var(--line); min-height: 340px; }.token { grid-template-columns: 150px 1fr; }.token dl { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .nav-download { padding: 9px 10px; }.logo-lockup small { display: none; }
  .hero { min-height: 0; }.reactor-stage { min-height: 350px; }.feature-grid { grid-template-columns: 1fr; }.feature-grid article { min-height: 220px; }.feature-grid h3 { margin-top: 50px; }
  .system { padding-block: 80px; }.source { margin-bottom: 80px; }.token { grid-template-columns: 1fr; padding: 24px; }.token-mark { width: 150px; }.token dl { grid-template-columns: 1fr 1fr; }footer { display: grid; gap: 20px; padding-block: 36px; }
}


/* REACTOR CORE MERGE V3 */
.reactor-core {
  position: relative;
  margin: 0 clamp(22px, 7vw, 110px) 110px;
}

.anchor-target {
  position: absolute;
  top: -90px;
}

.core-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  gap: clamp(35px, 7vw, 110px);
  align-items: end;
  padding: 10px 0 46px;
  border-top: 1px solid var(--line);
}

.core-heading > div {
  padding-top: 32px;
}

.core-kicker,
.core-label {
  margin: 0 0 18px;
  color: var(--cyan);
  font: 700 .64rem ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .16em;
}

.core-heading h2 {
  margin: 0;
  font-size: clamp(2.7rem, 5.4vw, 5.8rem);
  line-height: .91;
  letter-spacing: -.06em;
}

.core-heading h2 em {
  color: var(--cyan);
  font-style: normal;
}

.core-heading > p {
  margin: 0 0 4px;
  padding: 5px 0 5px 25px;
  border-left: 1px solid var(--cyan);
  color: #8ea3ab;
  font-size: .9rem;
  line-height: 1.8;
}

.core-frame {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(390px, .75fr);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(17, 34, 40, .5), transparent 48%),
    #080e11;
}

.core-identity {
  display: grid;
  grid-template-columns: 205px minmax(0, 1fr);
  gap: clamp(35px, 5vw, 75px);
  align-items: center;
  min-height: 470px;
  padding: clamp(38px, 5vw, 72px);
  border-right: 1px solid var(--line);
}

.core-mark {
  display: grid;
  justify-items: center;
  gap: 22px;
}

.core-mark-ring {
  width: 190px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid #304751;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(98, 223, 255, .1), transparent 62%),
    #070d10;
  box-shadow:
    inset 0 0 0 12px #080f12,
    inset 0 0 0 13px #1b2c33,
    0 0 45px rgba(98, 223, 255, .08);
}

.core-mark-ring img {
  width: 70%;
  filter: drop-shadow(0 0 18px rgba(98, 223, 255, .4));
}

.core-mark > span {
  color: #627983;
  font: 700 .59rem ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .2em;
}

.core-copy h3 {
  max-width: 540px;
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 4.2rem);
  line-height: .95;
  letter-spacing: -.05em;
}

.core-copy > p:not(.core-label) {
  max-width: 580px;
  margin: 26px 0 0;
  color: #8fa4ac;
  font-size: .9rem;
  line-height: 1.8;
}

.core-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.core-actions a,
.core-actions button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 18px;
  border: 1px solid #314a54;
  color: #c5dae1;
  background: #0a1114;
  font: 750 .66rem ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .1em;
  cursor: pointer;
}

.core-actions a:hover,
.core-actions button:hover {
  border-color: var(--cyan);
  color: #fff;
}

.core-actions [hidden] {
  display: none;
}

.core-console {
  min-width: 0;
  padding: clamp(30px, 4vw, 55px);
  background:
    repeating-linear-gradient(
      0deg,
      rgba(98, 223, 255, .022) 0,
      rgba(98, 223, 255, .022) 1px,
      transparent 1px,
      transparent 5px
    ),
    #050a0c;
}

.console-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid #203139;
  color: #718791;
  font: 700 .58rem ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .12em;
}

.console-head i {
  color: var(--cyan);
  font-style: normal;
}

.console-head i b {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 10px var(--cyan);
}

.console-lines {
  padding-top: 20px;
}

.console-lines > div {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr);
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(45, 66, 74, .55);
  font: .7rem ui-monospace, SFMono-Regular, Consolas, monospace;
}

.console-lines span {
  color: #536a73;
}

.console-lines strong {
  color: #a8bdc5;
  font-weight: 600;
}

.console-lines .console-status {
  margin-top: 17px;
  padding: 15px;
  border: 1px solid #294650;
  background: rgba(98, 223, 255, .04);
}

.console-lines .console-status strong {
  color: var(--cyan);
}

.core-specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.core-specs > div {
  min-height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 22px 28px;
  border-right: 1px solid var(--line);
  background: #080f12;
}

.core-specs > div:last-child {
  border-right: 0;
}

.core-specs span {
  color: #5e747d;
  font: .6rem ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .14em;
}

.core-specs strong {
  color: #d5e3e8;
  font-size: .88rem;
  letter-spacing: .04em;
}

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

  .core-heading > p {
    max-width: 650px;
  }

  .core-frame {
    grid-template-columns: 1fr;
  }

  .core-identity {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 700px) {
  .reactor-core {
    margin-bottom: 80px;
  }

  .core-identity {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 34px 24px;
  }

  .core-mark {
    justify-items: start;
  }

  .core-mark-ring {
    width: 145px;
  }

  .core-copy h3 {
    font-size: 2.5rem;
  }

  .core-console {
    padding: 30px 22px;
  }

  .core-specs {
    grid-template-columns: 1fr 1fr;
  }

  .core-specs > div:nth-child(2) {
    border-right: 0;
  }

  .core-specs > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .console-lines > div {
    grid-template-columns: 105px minmax(0, 1fr);
  }
}
