/* ================================================================
   IDLE — Design system
   Editorial · cream paper · ink black · electric violet · console night
   ================================================================ */

:root {
  --paper: #070708;
  --paper-2: #101012;
  --card: #0e0e10;
  --ink: #f4f4f2;
  --ink-soft: #b4b4b0;
  --muted: #78786f;
  --line: #212124;
  --line-strong: #333336;
  --accent: #ffffff;
  --accent-2: #d6d6d2;
  --accent-soft: #1c1c1f;
  --gold: #e9e9e5;
  --green: #f4f4f2;
  --green-soft: #1c1c1f;
  --red: #8a8a86;
  --red-soft: #1c1c1f;
  --night: #0b0b0d;
  --night-2: #121214;
  --night-line: #26262a;
  --radius: 10px;
  --radius-sm: 7px;
  --sans: "Manrope", system-ui, -apple-system, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; overflow-x: clip; }

body {
  font-family: var(--sans);
  background:
    linear-gradient(rgba(255,255,255,.030) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.030) 1px, transparent 1px),
    var(--paper);
  background-size: 44px 44px, 44px 44px, auto;
  color: var(--ink);
  min-height: 100vh;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  font-size: 15.5px;
  line-height: 1.5;
}
/* CRT scanlines over everything, barely-there */
body::after {
  content: ""; position: fixed; inset: 0; z-index: 999; pointer-events: none;
  background: repeating-linear-gradient(0deg, rgba(0,0,0,.16) 0 1px, transparent 1px 3px);
  opacity: .35;
}
::selection { background: var(--accent); color: #000; }
a { color: inherit; }
img, svg { display: block; }

.container { width: min(1180px, 92vw); margin: 0 auto; }

/* ---------------- Topbar ---------------- */
.topbar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; padding: 16px 34px; position: sticky; top: 0; z-index: 50;
  background: rgba(7, 7, 8, 0.78); backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .3s;
}
.topbar.scrolled { border-color: var(--line); }
.logo {
  display: flex; align-items: center; gap: 11px; font-weight: 600;
  font-family: var(--mono); font-size: 1.18rem; letter-spacing: .05em;
  text-decoration: none; color: var(--ink); white-space: nowrap; text-transform: uppercase;
}
.logo .mark { height: 28px; width: 28px; }
.logo .dot-o { color: var(--ink); animation: blink 1.1s steps(1) infinite; }
@keyframes blink { 0%, 55% { opacity: 1; } 56%, 100% { opacity: 0; } }
.nav-links {
  display: flex; gap: 2px;
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  background: var(--card); border: 1px solid var(--line); border-radius: 6px; padding: 4px;
}
.top-actions { display: flex; align-items: center; gap: 10px; position: relative; }
@media (max-width: 560px) { .top-actions #top-account { display: none; } }
.top-menu {
  position: absolute; top: calc(100% + 10px); right: 0; z-index: 80;
  background: var(--card); border: 1px solid var(--line-strong); border-radius: 6px;
  min-width: 200px; padding: 6px; box-shadow: 0 18px 40px -18px rgba(0,0,0,.9);
}
.top-menu a, .top-menu button {
  display: block; width: 100%; text-align: left; cursor: pointer;
  background: none; border: none; border-radius: 4px; text-decoration: none;
  font-family: var(--mono); font-size: .76rem; font-weight: 600;
  letter-spacing: .05em; text-transform: uppercase;
  color: var(--ink); padding: 11px 13px; transition: background .14s;
}
.top-menu a:hover, .top-menu button:hover { background: var(--paper-2); }
.top-menu .danger { color: var(--red); }
.nav-links a {
  padding: 9px 14px; border-radius: 4px; text-decoration: none; font-family: var(--mono);
  text-transform: uppercase; letter-spacing: .04em;
  color: var(--ink-soft); font-weight: 500; font-size: .78rem; transition: .18s;
}
.nav-links a:hover { background: var(--card); color: var(--ink); }
@media (max-width: 860px) { .nav-links { display: none; } }

/* ---------------- Buttons ---------------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px; cursor: pointer;
  border: none; font-family: var(--mono); font-weight: 600; font-size: .88rem;
  text-transform: uppercase; letter-spacing: .05em;
  padding: 13px 24px; border-radius: 4px; text-decoration: none;
  transition: transform .12s, box-shadow .18s, background .18s; white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary { background: var(--accent); color: #000; box-shadow: 0 0 22px -6px rgba(255,255,255,.5); }
.btn-primary:hover { background: var(--accent-2); box-shadow: 0 0 30px -6px rgba(255,255,255,.65); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line-strong); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; }

/* ---------------- Hero ---------------- */
.hero { padding: 46px 0 30px; text-align: center; position: relative; isolation: isolate; }
.hero-globe {
  position: absolute; left: 50%; top: -30px; transform: translateX(-50%);
  width: 680px; height: 680px; max-width: 96vw; z-index: -2; pointer-events: none; opacity: 1;
}
/* faint white rim glow behind the planet */
.hero-globe::before {
  content: ""; position: absolute; inset: 4%; border-radius: 50%;
  background: radial-gradient(circle, transparent 58%, rgba(255,255,255,.10) 70%, transparent 78%);
}
/* dark haze between planet and text → text stays crisp on any world */
.hero::before {
  content: ""; position: absolute; left: 50%; top: 90px; transform: translateX(-50%);
  width: 780px; max-width: 96vw; height: 430px; z-index: -1; pointer-events: none;
  background: radial-gradient(ellipse 60% 55% at center, rgba(7,7,8,.72), rgba(7,7,8,.34) 46%, transparent 72%);
}
/* terminal boot line */
.sysline {
  font-family: var(--mono); font-size: .8rem; color: var(--muted);
  margin: 0 0 26px; display: flex; justify-content: center;
}
.sysline .typed {
  display: inline-block; overflow: hidden; white-space: nowrap; max-width: 92vw;
  width: 0; animation: typing 2.6s steps(44, end) .5s forwards;
}
.sysline .cur { display: inline-block; width: 8px; height: 14px; margin-left: 3px;
  background: var(--ink); vertical-align: -2px; animation: blink 1.1s steps(1) infinite; }
@keyframes typing { to { width: 44ch; } }
@media (max-width: 560px) { .sysline .typed { animation: none; width: auto; white-space: normal; } }
.hero-globe canvas { position: relative; width: 100%; height: 100%; display: block;
  filter: blur(1.1px) brightness(1.06); }
@media (max-width: 620px) { .hero-globe { width: 460px; height: 460px; top: 20px; opacity: .85; } }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; font-weight: 500;
  font-family: var(--mono); font-size: .74rem; letter-spacing: .07em;
  text-transform: uppercase; color: var(--ink-soft);
  background: var(--card); border: 1px solid var(--line); padding: 7px 15px;
  border-radius: 4px; margin-bottom: 26px;
}
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold);
  box-shadow: 0 0 0 0 rgba(255,255,255,.6); animation: pulse 2s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(255,255,255,.5)} 70%{box-shadow:0 0 0 9px rgba(255,255,255,0)} 100%{box-shadow:0 0 0 0 rgba(255,255,255,0)} }
.hero h1 {
  font-family: "Unbounded", var(--sans); font-weight: 700;
  font-size: clamp(1.9rem, 4.8vw, 3.6rem); line-height: 1.16;
  letter-spacing: -0.01em; margin-bottom: 22px; text-transform: uppercase;
  text-shadow: 0 0 26px rgba(255,255,255,.22);
}
.hero h1 .mono-line { font-size: .72em; font-weight: 500; color: var(--ink-soft); }
.hero h1 .cur { display: inline-block; width: .5em; height: .78em; margin-left: .08em;
  background: var(--ink); vertical-align: -0.06em; animation: blink 1.1s steps(1) infinite; }
.hero h1 .accent { color: var(--accent); }
.hero .sub {
  max-width: 640px; margin: 0 auto 30px; font-size: clamp(1.02rem,2.2vw,1.24rem);
  color: var(--ink-soft); line-height: 1.55;
}
.cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.hero-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  max-width: 720px; margin: 46px auto 0;
}
.hs { text-align: center; }
.hs b { display: block; font-family: var(--mono); font-size: clamp(1.4rem, 3.6vw, 2rem); font-weight: 600; letter-spacing: -0.02em; }
.hs span { font-family: var(--mono); font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); }
@media (max-width: 620px) { .hero-stats { grid-template-columns: repeat(2,1fr); gap: 24px 14px; } }

/* ---------------- Price ticker ---------------- */
.price-slot { max-width: 760px; margin: 40px auto 0; }
.ticker {
  display: grid; grid-template-columns: auto 1fr auto auto; align-items: center;
  gap: 22px; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 16px 22px;
}
.tk-id { display: flex; align-items: center; gap: 12px; }
.tk-coin svg { width: 40px; height: 40px; }
.tk-name b { display: block; font-size: 1.05rem; font-weight: 800; }
.tk-live { display: flex; align-items: center; gap: 6px; font-size: .74rem; color: var(--muted); }
.tk-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); animation: pulse 2s infinite; }
.tk-price { display: flex; align-items: baseline; gap: 10px; }
.tk-val { font-family: var(--mono); font-size: 1.4rem; font-weight: 600; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.flash-up { animation: fu .5s; } .flash-down { animation: fd .5s; }
@keyframes fu { 0%{color:var(--green)} 100%{color:var(--ink)} }
@keyframes fd { 0%{color:var(--red)} 100%{color:var(--ink)} }
.tk-chg { font-size: .9rem; font-weight: 700; }
.tk-chg.up { color: var(--green); } .tk-chg.down { color: var(--red); } .tk-chg.zero { color: var(--muted); }
.tk-spark { width: 200px; height: 48px; }
.tk-stats { display: flex; gap: 22px; }
.tk-stats > div span { display: block; font-size: .7rem; color: var(--muted); }
.tk-stats > div b { font-size: .95rem; font-weight: 700; font-variant-numeric: tabular-nums; }
@media (max-width: 780px) {
  .ticker { grid-template-columns: 1fr 1fr; gap: 16px; }
  .tk-spark { display: none; } .tk-stats { grid-column: 1/-1; justify-content: space-between; }
}
.ca-bar {
  display: flex; align-items: center; gap: 12px; margin-top: 12px;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 11px 16px; font-size: .86rem;
}
.ca-label { font-weight: 800; color: var(--accent); font-size: .74rem; letter-spacing: .06em; }
.ca-addr { font-family: var(--mono); font-size: .8rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1; }
.ca-addr.soon { color: var(--muted); font-family: var(--sans); }
.ca-copy { margin-left: auto; background: var(--paper-2); border: 1px solid var(--line); border-radius: 8px;
  padding: 6px 12px; cursor: pointer; font-family: inherit; font-weight: 600; font-size: .8rem; display: inline-flex; gap: 6px; align-items: center; }
.ca-copy:hover { border-color: var(--ink); }
.ca-buy { margin-left: 8px; background: var(--accent); color: #000; padding: 7px 15px; border-radius: 4px; text-decoration: none; font-weight: 700; font-size: .82rem; }

/* ---------------- Marquee ---------------- */
.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 15px 0; margin: 54px 0; background: var(--paper-2); }
.marquee-track { display: flex; gap: 26px; white-space: nowrap; width: max-content; animation: scroll 30s linear infinite; }
.marquee-track span { font-family: var(--mono); font-size: .98rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); }
.marquee-track .dot { color: var(--muted); }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ---------------- Sections ---------------- */
.section { padding: 56px 0; }
.section-head { max-width: 720px; margin-bottom: 42px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.kicker { font-family: var(--mono); font-weight: 600; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.kicker::before { content: "// "; color: var(--ink); }
.section-head h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; letter-spacing: -0.035em; line-height: 1.08; margin-bottom: 14px; text-transform: uppercase; }
.section-head h2 em { font-style: normal; font-weight: 800; color: var(--ink);
  background: linear-gradient(transparent 62%, rgba(255,255,255,.22) 62%); }
.section-head p { font-size: 1.06rem; color: var(--ink-soft); }

/* ---------------- Steps / bento ---------------- */
.bento { display: grid; gap: 16px; }
.bento > div { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; transition: transform .2s, box-shadow .2s; }
.bento > div:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -22px rgba(20,19,26,.35); }
.b-visual { color: var(--accent); margin-bottom: 18px; }
.b-visual svg { width: 88px; height: 88px; }
.bento h3 { font-size: 1.18rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 8px; }
.bento p { color: var(--ink-soft); font-size: .96rem; }
.step-n { font-family: var(--mono); font-size: .78rem; color: var(--accent); font-weight: 700; }

/* ---------------- Under the hood (animated tech cards) ---------------- */
.tech-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 900px) { .tech-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .tech-grid { grid-template-columns: 1fr; } }
.tcard { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; transition: transform .2s, box-shadow .2s; }
.tcard:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -22px rgba(20,19,26,.35); }
.tcard .tstep { display: block; font-family: var(--mono); font-size: .72rem; letter-spacing: .06em; font-weight: 700; color: var(--accent); margin-bottom: 8px; }
.tcard h3 { font-size: 1.05rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 6px; }
.tcard p { font-size: .9rem; color: var(--ink-soft); }
.tviz { position: relative; height: 118px; border-radius: 14px; background: var(--paper-2); border: 1px solid var(--line); overflow: hidden; margin-bottom: 18px; display: grid; place-items: center; }

/* 01 — CPU equalizer */
.tviz-cpu { display: flex; align-items: flex-end; justify-content: center; gap: 7px; padding: 20px; }
.tviz-cpu i { width: 9px; border-radius: 4px; background: linear-gradient(var(--accent-2), var(--accent)); height: 30%; animation: eq 2.3s ease-in-out infinite; }
.tviz-cpu i:nth-child(1){animation-delay:-.1s} .tviz-cpu i:nth-child(2){animation-delay:-.5s}
.tviz-cpu i:nth-child(3){animation-delay:-.9s} .tviz-cpu i:nth-child(4){animation-delay:-.3s}
.tviz-cpu i:nth-child(5){animation-delay:-.7s} .tviz-cpu i:nth-child(6){animation-delay:-1.1s} .tviz-cpu i:nth-child(7){animation-delay:-.2s}
@keyframes eq { 0%,100% { height: 22%; opacity: .7; } 50% { height: 82%; opacity: 1; } }

/* 02 — mesh broadcast */
.tviz-mesh .hub { position: absolute; left: 50%; top: 50%; width: 15px; height: 15px; margin: -7.5px 0 0 -7.5px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); z-index: 2; }
.tviz-mesh .ring { position: absolute; left: 50%; top: 50%; width: 15px; height: 15px; margin: -7.5px 0 0 -7.5px; border-radius: 50%; border: 1.6px solid var(--accent); animation: ring 3.4s ease-out infinite; }
.tviz-mesh .ring.r2 { animation-delay: 1.7s; }
@keyframes ring { 0% { width: 15px; height: 15px; margin: -7.5px 0 0 -7.5px; opacity: .7; } 100% { width: 130px; height: 130px; margin: -65px 0 0 -65px; opacity: 0; } }
.tviz-mesh .sat { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--ink); transform: translate(-50%,-50%); animation: satblink 3.4s ease-in-out infinite; }
.tviz-mesh .sat:nth-of-type(4){animation-delay:.3s} .tviz-mesh .sat:nth-of-type(5){animation-delay:1.1s}
.tviz-mesh .sat:nth-of-type(6){animation-delay:1.9s} .tviz-mesh .sat:nth-of-type(7){animation-delay:2.5s}
@keyframes satblink { 0%,100% { background: var(--line-strong); transform: translate(-50%,-50%) scale(.8); } 50% { background: var(--accent); transform: translate(-50%,-50%) scale(1.25); } }

/* 03 — sandboxed execution */
.tviz-run { flex-direction: column; gap: 12px; }
.tviz-run .spin { width: 26px; height: 26px; border-radius: 50%; border: 3px solid var(--line-strong); border-top-color: var(--accent); animation: spin 1.5s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.tviz-run .prog { width: 62%; height: 8px; border-radius: 99px; background: var(--line); overflow: hidden; }
.tviz-run .prog i { display: block; height: 100%; width: 0; border-radius: 99px; background: linear-gradient(90deg, var(--accent), var(--accent-2)); animation: fill 3.6s cubic-bezier(.6,0,.3,1) infinite; }
@keyframes fill { 0% { width: 0; } 65% { width: 100%; } 100% { width: 100%; opacity: .3; } }
.tviz-run .chip { font-family: var(--mono); font-size: .66rem; color: var(--muted); border: 1px solid var(--line-strong); border-radius: 99px; padding: 2px 9px; }

/* 04 — payout */
.tviz-pay .coin { position: absolute; left: 50%; top: 50%; width: 26px; height: 26px; margin: -20px 0 0 -13px; border-radius: 50%; background: radial-gradient(circle at 34% 30%, #fff, var(--accent-2)); box-shadow: inset 0 -3px 5px rgba(0,0,0,.25), 0 4px 12px -3px rgba(255,255,255,.5); animation: drop 3s ease-in infinite; }
@keyframes drop { 0% { transform: translateY(-46px); opacity: 0; } 22% { opacity: 1; } 62%,100% { transform: translateY(0); opacity: 1; } }
/* soft light impact glow where the coin lands (single element — no dark holes) */
.tviz-pay .stack { position: absolute; left: 50%; top: 50%; width: 46px; height: 10px; margin: 12px 0 0 -23px; border-radius: 50%; background: radial-gradient(ellipse, rgba(255,255,255,.18), transparent 72%); animation: pad 3s ease-in infinite; }
@keyframes pad { 0%,54% { transform: scale(.5); opacity: 0; } 66% { transform: scale(1); opacity: 1; } 100% { transform: scale(1.15); opacity: 0; } }
.tviz-pay .plus { position: absolute; left: 50%; top: 40%; transform: translateX(-50%); font-family: var(--mono); font-weight: 700; font-size: .8rem; color: var(--accent); animation: floatup 3s ease-out infinite; }
@keyframes floatup { 0% { transform: translate(-50%,10px); opacity: 0; } 35% { opacity: 1; } 100% { transform: translate(-50%,-24px); opacity: 0; } }

/* ---------------- Access (account + wallet) ---------------- */
.access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 880px; margin: 0 auto; }
@media (max-width: 760px) { .access-grid { grid-template-columns: 1fr; } }
.acc-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.acc-card h3 { font-size: 1.15rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 6px; }
.acc-card .acc-sub { font-size: .9rem; color: var(--ink-soft); margin-bottom: 18px; }
#acc-form { display: flex; flex-direction: column; gap: 14px; }
#acc-form label { display: flex; flex-direction: column; gap: 6px; font-family: var(--mono); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
#acc-form input {
  background: var(--paper-2); border: 1px solid var(--line-strong); border-radius: 4px;
  padding: 12px 14px; font-family: var(--mono); font-size: .92rem; color: var(--ink); outline: none;
  transition: border-color .15s;
}
#acc-form input:focus { border-color: var(--ink); }
#acc-form input::placeholder { color: #55554f; }
.acc-done { border: 1px solid var(--line-strong); border-radius: 6px; padding: 16px; }
.acc-done .row { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; border-bottom: 1px dashed var(--line); font-family: var(--mono); font-size: .8rem; }
.acc-done .row:last-of-type { border-bottom: none; }
.acc-done .row span { color: var(--muted); letter-spacing: .08em; }
.acc-done .row b { font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 60%; }
.wallets { display: flex; flex-direction: column; gap: 9px; }
.wal {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%;
  background: var(--paper-2); border: 1px solid var(--line-strong); border-radius: 4px;
  padding: 13px 16px; cursor: pointer; color: var(--ink);
  font-family: var(--mono); font-size: .9rem; font-weight: 600; letter-spacing: .03em;
  transition: border-color .15s, transform .12s;
}
.wal:hover { border-color: var(--ink); }
.wal:active { transform: translateY(1px); }
.wal .wal-st { font-size: .66rem; letter-spacing: .1em; color: var(--muted); }
.wal .wal-st.on { color: var(--ink); }
.acc-note { font-size: .74rem; color: var(--muted); margin-top: 14px; font-family: var(--mono); }

/* ---------------- Node page ---------------- */
.node-wrap { width: min(1080px, 92vw); margin: 44px auto 90px; }
.setup-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 36px; }
@media (max-width: 900px) { .setup-grid { grid-template-columns: 1fr; } }
.start-row { text-align: center; margin-top: 34px; }
#start-node { font-size: 1rem; padding: 17px 42px; }
.rig.mini { padding: 12px 14px; gap: 10px; }
.rig.mini .rig-txt b { font-size: .9rem; }
.hours-line { display: flex; align-items: center; gap: 12px; font-size: .9rem; margin-top: 16px; }
.hours-line input { flex: 1; accent-color: var(--accent); }

.dash-head { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; margin-bottom: 18px; }
.dash-head .stat { font-family: var(--mono); font-size: .78rem; letter-spacing: .08em; color: var(--muted); }
.dash-head .stat b { color: var(--ink); font-weight: 600; margin-left: 6px; }
.on-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--ink);
  margin-right: 7px; animation: pulse 1.6s infinite; }
.badge-demo { margin-left: auto; font-family: var(--mono); font-size: .66rem; letter-spacing: .12em;
  border: 1px solid var(--line-strong); padding: 6px 11px; border-radius: 4px; color: var(--muted); }
.dash-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 16px; }
@media (max-width: 860px) { .dash-grid { grid-template-columns: 1fr; } }
.dash-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.dash-wide { grid-column: 1 / -1; }
.meter-row { margin-bottom: 16px; }
.meter-row .lbl { display: flex; justify-content: space-between; font-family: var(--mono); font-size: .72rem;
  letter-spacing: .08em; color: var(--muted); margin-bottom: 7px; }
.meter { height: 10px; border-radius: 99px; background: var(--paper-2); border: 1px solid var(--line); overflow: hidden; }
.meter i { display: block; height: 100%; width: 0;
  background: repeating-linear-gradient(45deg, var(--accent) 0 7px, #9d9d99 7px 14px);
  transition: width .9s cubic-bezier(.2,.8,.2,1); animation: stripeflow .9s linear infinite; }
@keyframes stripeflow { to { background-position: -20px 0; } }
.core-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 6px; }
.core { aspect-ratio: 1; border-radius: 3px; background: var(--paper-2); border: 1px solid var(--line);
  animation: corepulse 1.7s ease-in-out infinite; }
@keyframes corepulse { 0%, 100% { background: var(--paper-2); } 50% { background: #45454a; } }
.earn-big { font-family: var(--mono); font-size: clamp(2rem, 5vw, 2.9rem); font-weight: 600;
  font-variant-numeric: tabular-nums; }
.withdraw { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 16px 0; margin: 0 0 18px; }
.wd-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 11px; }
.wd-min { font-family: var(--mono); font-size: .64rem; letter-spacing: .12em; color: var(--muted); }
.wd-bar { height: 8px; border-radius: 99px; background: var(--paper-2); border: 1px solid var(--line); overflow: hidden; }
.wd-bar i { display: block; height: 100%; width: 0; border-radius: 99px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2)); transition: width .5s cubic-bezier(.2,.8,.2,1); }
.wd-status { font-family: var(--mono); font-size: .74rem; color: var(--muted); margin: 11px 0 12px; }
.wd-status.ready { color: var(--ink); }
.btn:disabled { opacity: .4; cursor: not-allowed; box-shadow: none; }
.wd-wallets { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.wd-wallets .wal { padding: 10px 12px; font-size: .78rem; }
.earn-big small { font-size: .38em; color: var(--muted); }
.job-name { font-family: var(--mono); font-size: .84rem; margin-bottom: 9px; min-height: 1.3em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.job-stats { display: flex; gap: 24px; margin-top: 18px; }
.job-stats span { display: block; font-family: var(--mono); font-size: .64rem; letter-spacing: .1em; color: var(--muted); }
.job-stats b { font-family: var(--mono); font-size: .95rem; font-weight: 600; }
.dash-log { font-family: var(--mono); font-size: .78rem; line-height: 2; color: var(--ink-soft);
  max-height: 240px; overflow: hidden; }
.dash-log div { opacity: 0; animation: login .35s forwards; }
@keyframes login { to { opacity: 1; } }
.dash-log b { color: var(--ink); font-weight: 600; }

/* landing console preview — static (no wandering numbers) */
.meter.static i { animation: none; transition: width .35s cubic-bezier(.2,.8,.2,1); }
.core.still { animation: none; }
.core.still.on { background: #4a4a4f; }
.pv-power-line { display: flex; align-items: center; gap: 14px; margin: 8px 0 22px; }
.pv-power-line .plbl { font-family: var(--mono); font-size: .72rem; letter-spacing: .08em; color: var(--muted); }
.pv-power-line input { flex: 1; accent-color: var(--accent); }
.pv-power-line b { font-family: var(--mono); font-size: .95rem; }
#pv-start { width: 100%; justify-content: center; margin-top: 20px; font-size: .95rem; padding: 15px 24px; }

/* HUD corner brackets — the "targeting reticle" frame */
.tcard, .estimator, .ticker, .work, .acc-card, .dash-card { position: relative; }
.tcard::before, .estimator::before, .ticker::before, .work::before, .acc-card::before, .dash-card::before {
  content: ""; position: absolute; top: -1px; left: -1px; width: 16px; height: 16px;
  border-top: 2px solid rgba(255,255,255,.55); border-left: 2px solid rgba(255,255,255,.55);
  border-top-left-radius: 4px; pointer-events: none;
}
.tcard::after, .estimator::after, .ticker::after, .work::after, .acc-card::after, .dash-card::after {
  content: ""; position: absolute; bottom: -1px; right: -1px; width: 16px; height: 16px;
  border-bottom: 2px solid rgba(255,255,255,.55); border-right: 2px solid rgba(255,255,255,.55);
  border-bottom-right-radius: 4px; pointer-events: none;
}

@media (prefers-reduced-motion: reduce) { .tviz *, .tviz-cpu i { animation: none !important; } }

/* ---------------- Live network console ---------------- */
.console { background: var(--night); color: #e8e8e6; border: 1px solid var(--night-line); border-radius: 12px; padding: 44px clamp(22px,4vw,54px); position: relative; overflow: hidden; }
.console::before { content: ""; position: absolute; inset: 0;
  background: radial-gradient(600px 300px at 80% -10%, rgba(255,255,255,.35), transparent 60%),
              radial-gradient(500px 260px at 10% 120%, rgba(255,255,255,.12), transparent 60%); pointer-events: none; }
.console .kicker { color: var(--accent-2); }
.console h2 { color: #fff; }
.console h2 em { color: var(--gold); }
.console-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; margin-bottom: 34px; position: relative; }
.console-head p { color: #a7a3b8; max-width: 460px; }
.live-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: .78rem; color: var(--gold);
  border: 1px solid var(--night-line); padding: 7px 13px; border-radius: 999px; }
.live-tag i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); animation: pulse 1.6s infinite; }
.net-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--night-line); border: 1px solid var(--night-line); border-radius: 16px; overflow: hidden; position: relative; }
.net-cell { background: var(--night-2); padding: 24px 22px; }
.net-cell .lbl { font-size: .76rem; color: #8c88a0; margin-bottom: 10px; display: flex; align-items: center; gap: 7px; }
.net-cell .num { font-family: var(--mono); font-size: clamp(1.35rem, 3vw, 1.9rem); font-weight: 600; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; color: #fff; }
.net-cell .num small { font-size: .55em; color: #8c88a0; font-weight: 600; margin-left: 4px; }
.net-cell .sub { font-size: .74rem; color: var(--gold); margin-top: 5px; font-family: var(--mono); }
@media (max-width: 780px) { .net-grid { grid-template-columns: repeat(2,1fr); } }
.node-feed { margin-top: 22px; font-family: var(--mono); font-size: .8rem; color: #9a96ad; position: relative; min-height: 22px; }
.node-feed b { color: var(--gold); font-weight: 600; }

/* ---------------- Earnings estimator ---------------- */
.estimator { background: var(--card); border: 1px solid var(--line); border-radius: 26px; padding: clamp(24px, 4vw, 44px); }
.est-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; }
@media (max-width: 820px) { .est-grid { grid-template-columns: 1fr; gap: 30px; } }
.rig-list { display: flex; flex-direction: column; gap: 10px; }
.rig {
  display: flex; align-items: center; gap: 16px; text-align: left; width: 100%; cursor: pointer;
  background: var(--paper); border: 1.5px solid var(--line); border-radius: var(--radius-sm); padding: 16px 18px;
  font-family: inherit; color: var(--ink); transition: .16s;
}
.rig .rig-txt b { color: var(--ink); }
.rig:hover { border-color: var(--line-strong); }
.rig.active { border-color: var(--accent); background: var(--accent-soft); box-shadow: 0 0 0 3px rgba(255,255,255,.12); }
.rig .rig-ic { color: var(--accent); flex-shrink: 0; }
.rig .rig-ic svg { width: 34px; height: 34px; }
.rig .rig-txt b { display: block; font-weight: 800; font-size: 1rem; }
.rig .rig-txt span { font-size: .82rem; color: var(--muted); }
.rig .rig-pow { margin-left: auto; font-family: var(--mono); font-size: .8rem; color: var(--ink-soft); font-weight: 600; white-space: nowrap; }
.avg-node { display: flex; flex-direction: column; justify-content: center;
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 26px; }
.avg-node p { font-size: .9rem; color: var(--ink-soft); margin: 6px 0 18px; }
.avg-big { font-family: var(--mono); font-size: clamp(2.2rem, 6vw, 3.2rem); font-weight: 600;
  letter-spacing: -0.02em; margin: 12px 0 6px; }
.avg-big small { font-size: .32em; color: var(--muted); font-weight: 600; letter-spacing: 0; }
.avg-row { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0;
  border-top: 1px dashed var(--line); font-family: var(--mono); font-size: .82rem; }
.avg-row span { color: var(--muted); }
.avg-row b { font-weight: 600; }
.est-out { text-align: center; }
.est-dial { font-family: var(--mono); font-size: clamp(2.4rem, 6.4vw, 3.6rem); font-weight: 600; letter-spacing: -0.03em; color: var(--accent); font-variant-numeric: tabular-nums; line-height: 1; }
.est-dial small { font-size: .3em; color: var(--muted); font-weight: 700; letter-spacing: 0; }
.est-sub { color: var(--ink-soft); margin: 10px 0 22px; }
.est-rows { display: flex; flex-direction: column; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; text-align: left; }
.est-rows > div { display: flex; justify-content: space-between; background: var(--card); padding: 12px 16px; font-size: .9rem; }
.est-rows > div span { color: var(--ink-soft); }
.est-rows > div b { font-weight: 700; font-variant-numeric: tabular-nums; }
.est-hours { display: flex; align-items: center; gap: 12px; justify-content: center; margin: 20px 0 6px; font-size: .9rem; }
.est-hours input { flex: 1; max-width: 220px; accent-color: var(--accent); }
.disclaimer { font-size: .76rem; color: var(--muted); margin-top: 18px; text-align: center; }

/* ---------------- Workloads ---------------- */
.work-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
@media (max-width: 780px) { .work-grid { grid-template-columns: 1fr; } }
.work { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.work .wic { width: 46px; height: 46px; border-radius: 12px; background: var(--accent-soft); color: var(--accent);
  display: grid; place-items: center; margin-bottom: 16px; }
.work .wic svg { width: 26px; height: 26px; }
.work h3 { font-size: 1.08rem; font-weight: 800; margin-bottom: 7px; }
.work p { font-size: .92rem; color: var(--ink-soft); }

/* ---------------- Tokenomics ---------------- */
.tok-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
@media (max-width: 820px) { .tok-grid { grid-template-columns: 1fr; } }
.tok-bars { display: flex; flex-direction: column; gap: 16px; }
.tok-row { }
.tok-row .tr-top { display: flex; justify-content: space-between; font-size: .9rem; margin-bottom: 6px; }
.tok-row .tr-top b { font-weight: 700; }
.tok-row .tr-top span { color: var(--muted); font-variant-numeric: tabular-nums; }
.tok-bar { height: 10px; border-radius: 999px; background: var(--paper-2); overflow: hidden; }
.tok-bar i { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--accent), var(--accent-2)); width: 0; transition: width 1.1s cubic-bezier(.2,.8,.2,1); }
.tok-note { background: var(--night); color: #d9d6e6; border-radius: var(--radius); padding: 28px; }
.tok-note h3 { color: #fff; font-size: 1.15rem; margin-bottom: 10px; }
.tok-note p { color: #a7a3b8; font-size: .94rem; margin-bottom: 14px; }
.tok-note ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.tok-note li { font-size: .9rem; display: flex; gap: 10px; align-items: flex-start; }
.tok-note li svg { width: 17px; height: 17px; color: var(--gold); flex-shrink: 0; margin-top: 2px; }

/* ---------------- FAQ ---------------- */
.faq { max-width: 760px; margin: 0 auto; }
.qa { border-bottom: 1px solid var(--line); }
.qa summary { cursor: pointer; list-style: none; padding: 20px 4px; font-weight: 700; font-size: 1.05rem;
  display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary .plus { width: 20px; height: 20px; flex-shrink: 0; color: var(--accent); transition: transform .2s; }
.qa[open] summary .plus { transform: rotate(45deg); }
.qa .a { padding: 0 4px 22px; color: var(--ink-soft); font-size: .98rem; line-height: 1.6; }

/* ---------------- CTA band ---------------- */
.cta-band { text-align: center; background: var(--night); color: #fff; border: 1px solid var(--night-line); border-radius: 12px; padding: clamp(40px,6vw,72px) 24px; position: relative; overflow: hidden; }
.cta-band::before { content:""; position:absolute; inset:0; background: radial-gradient(500px 300px at 50% -20%, rgba(255,255,255,.4), transparent 60%); }
.cta-band > * { position: relative; }
.cta-band h2 { font-size: clamp(2rem,5vw,3.2rem); font-weight: 800; letter-spacing: -0.04em; margin-bottom: 14px; text-transform: uppercase; }
.cta-band h2 .serif { font-family: var(--mono); font-weight: 600; font-size: .85em; color: var(--gold); }
.cta-band p { color: #a7a3b8; max-width: 480px; margin: 0 auto 28px; }

/* ---------------- Footer ---------------- */
.footer { padding: 50px 0 40px; border-top: 1px solid var(--line); margin-top: 60px; }
.foot-grid { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; align-items: center; }
.foot-grid p { color: var(--muted); font-size: .86rem; max-width: 340px; }
.foot-links { display: flex; gap: 20px; }
.foot-links a { color: var(--ink-soft); text-decoration: none; font-size: .9rem; font-weight: 600; }
.foot-links a:hover { color: var(--accent); }
.foot-legal { text-align: center; color: var(--muted); font-size: .78rem; margin-top: 34px; line-height: 1.6; }

/* ---------------- Reveal ---------------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* ---------------- Toast ---------------- */
.toast { position: fixed; bottom: 26px; left: 50%; transform: translateX(-50%) translateY(20px); opacity: 0;
  background: var(--ink); color: #000; padding: 12px 20px; border-radius: 6px; font-family: var(--mono); font-weight: 600; font-size: .85rem;
  z-index: 200; transition: .25s; pointer-events: none; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
