/* ============================================================
   PRINT UNLIMITED MASSIVE PROFITS ($PUMP)
   Clean deep-space brand: one accent green on void black,
   Poppins display, generous whitespace. Award-winning restraint.
   ============================================================ */
:root {
  --bg: #05060c;
  --panel: #0b0e18;
  --panel-2: #0f1322;
  --card: rgba(255,255,255,0.024);
  --white: #eef4f2;
  --dim: #a2b0c2;
  --muted: #64748c;
  --green: #46c94a;
  --green-bright: #7bf085;
  --green-deep: #2b9a39;
  --purple: #8a46ff;
  --blue: #4257e0;
  --border: rgba(255,255,255,0.09);
  --border-2: rgba(255,255,255,0.06);
  --line-green: rgba(70,201,74,0.28);
  --max: 1120px;
  --display: "Poppins", "Inter", system-ui, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --r: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--white);
  font-family: var(--sans);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
/* soft nebula wash + subtle stars, kept quiet */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -3; pointer-events: none;
  background:
    radial-gradient(60% 50% at 8% 10%, rgba(138,70,255,0.10), transparent 60%),
    radial-gradient(60% 55% at 96% 82%, rgba(70,201,74,0.12), transparent 62%),
    linear-gradient(180deg, #070810, #05060c 60%);
}
body::after {
  content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background-image:
    radial-gradient(1.2px 1.2px at 20% 24%, rgba(255,255,255,0.7), transparent 60%),
    radial-gradient(1px 1px at 72% 16%, rgba(255,255,255,0.5), transparent 60%),
    radial-gradient(1.2px 1.2px at 44% 66%, rgba(200,230,255,0.55), transparent 60%),
    radial-gradient(1px 1px at 86% 52%, rgba(255,255,255,0.5), transparent 60%),
    radial-gradient(1.1px 1.1px at 12% 82%, rgba(180,255,190,0.5), transparent 60%);
  background-repeat: repeat;
  background-size: 640px 640px, 560px 560px, 720px 720px, 500px 500px, 680px 680px;
  opacity: 0.6;
  mask-image: radial-gradient(ellipse at 50% 20%, #000 45%, transparent 88%);
}

img, svg { display: block; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
code { font-family: var(--mono); }
.svg-defs { position: absolute; width: 0; height: 0; }
b { color: var(--green-bright); font-weight: 700; }

svg use, .chip-x svg, .btn svg, .ca__copy svg, .step__ico svg, .chart-pending svg {
  fill: none; stroke: currentColor; stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round;
}

/* ════════ TYPE HELPERS ════════ */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  margin: 0 0 18px; font-family: var(--mono); font-size: 0.72rem;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--green);
}
.eyebrow .pip { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.head { max-width: 640px; margin: 0 auto; text-align: center; }
.head h2 { margin: 0; font-family: var(--display); font-weight: 800; font-size: clamp(2rem, 4.6vw, 3.1rem); line-height: 1.05; letter-spacing: -0.02em; }
.lede { margin: 16px auto 0; max-width: 52ch; font-size: 1.05rem; color: var(--dim); }

/* ════════ TOPBAR ════════ */
.topbar {
  position: sticky; top: 0; z-index: 30;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 14px clamp(18px, 4vw, 40px);
  background: rgba(5,6,12,0.72);
  border-bottom: 1px solid var(--border-2);
  backdrop-filter: blur(14px);
}
.mark { display: inline-flex; align-items: center; gap: 11px; }
.mark__seal {
  width: 38px; height: 38px; border-radius: 50%; padding: 2px;
  background: linear-gradient(135deg, var(--green-bright), var(--green-deep));
  box-shadow: 0 3px 14px rgba(70,201,74,0.35);
}
.mark__seal img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; object-position: 50% 18%; }
.mark__seal--sm { width: 44px; height: 44px; }
.mark__name { font-family: var(--display); font-weight: 800; font-size: 1.15rem; letter-spacing: 0.02em; }
.topnav { display: flex; gap: 28px; }
.topnav a { font-size: 0.9rem; font-weight: 500; color: var(--dim); }
.topnav a:hover { color: var(--white); }
.topbar__actions { display: flex; align-items: center; gap: 12px; }
.chip-x {
  width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px;
  border: 1px solid var(--border); color: var(--white); background: var(--card);
}
.chip-x svg { width: 16px; height: 16px; }
.chip-x:hover { color: var(--green-bright); border-color: var(--line-green); }

/* ════════ BUTTONS ════════ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  height: 52px; padding: 0 24px; border-radius: 12px;
  font-family: var(--display); font-weight: 700; font-size: 0.98rem; letter-spacing: 0.01em;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
}
.btn svg { width: 18px; height: 18px; }
.btn--sm { height: 40px; padding: 0 16px; font-size: 0.88rem; border-radius: 10px; }
.btn--green {
  color: #052207;
  background: linear-gradient(135deg, #93f89b, var(--green) 55%, var(--green-deep));
  box-shadow: 0 10px 30px rgba(70,201,74,0.28);
}
.btn--green:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(70,201,74,0.4); }
.btn--ghost { color: var(--white); background: var(--card); border-color: var(--border); }
.btn--ghost:hover { border-color: var(--line-green); color: var(--green-bright); }
.btn[aria-disabled="true"] { opacity: 0.45; pointer-events: none; }

/* ════════ HERO ════════ */
.hero {
  position: relative; width: min(100%, var(--max)); margin: 0 auto;
  padding: clamp(48px, 8vw, 104px) clamp(18px, 4vw, 40px) clamp(40px, 6vw, 80px);
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.hero__glow {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: radial-gradient(46% 46% at 74% 44%, rgba(70,201,74,0.16), transparent 70%);
}
.hero__title {
  margin: 0; font-family: var(--display); font-weight: 900;
  font-size: clamp(2.7rem, 7vw, 5rem); line-height: 0.98; letter-spacing: -0.03em;
}
.hero__title .g { color: var(--green); }
.hero__lede { margin: 22px 0 0; max-width: 46ch; font-size: 1.1rem; color: var(--dim); }

.ca {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; max-width: 100%;
  padding: 7px 7px 7px 14px; border: 1px solid var(--border); border-radius: 12px;
  background: var(--card);
}
.ca__label { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.16em; color: var(--muted); }
.ca code { font-size: 0.9rem; color: var(--green-bright); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ca__copy { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 9px; background: transparent; color: var(--white); flex: 0 0 auto; }
.ca__copy svg { width: 15px; height: 15px; }
.ca__copy:hover { color: var(--green-bright); border-color: var(--line-green); }

.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.status { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; font-family: var(--mono); font-size: 0.82rem; color: var(--dim); flex-wrap: wrap; }
.status__sep { color: var(--muted); }
.status__mode { color: var(--white); }
.dot { width: 9px; height: 9px; border-radius: 50%; background: var(--muted); }
.dot.live { background: var(--green-bright); box-shadow: 0 0 0 0 rgba(123,240,133,.5); animation: pulse 2s infinite; }
.dot.paper { background: #7f8dff; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(123,240,133,.5);} 70%{box-shadow:0 0 0 9px rgba(123,240,133,0);} 100%{box-shadow:0 0 0 0 rgba(123,240,133,0);} }

.hero__art { display: grid; justify-items: center; gap: 16px; }
.porthole {
  position: relative; width: min(100%, 400px); aspect-ratio: 1;
  border-radius: 26px; padding: 6px;
  background: linear-gradient(150deg, rgba(123,240,133,0.85), rgba(66,87,224,0.55) 60%, rgba(138,70,255,0.5));
  box-shadow: 0 30px 90px rgba(0,0,0,0.55), 0 0 80px rgba(70,201,74,0.18);
  animation: float 6s ease-in-out infinite;
}
.porthole img { width: 100%; height: 100%; border-radius: 21px; object-fit: cover; }
@keyframes float { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-14px); } }
.hero__cap { margin: 0; font-family: var(--mono); font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--green-bright); }

/* ════════ SECTIONS SHARED ════════ */
.how, .live, .chartsec { width: min(100%, var(--max)); margin: 0 auto; padding: clamp(56px, 8vw, 112px) clamp(18px, 4vw, 40px); }

/* ════════ HOW IT WORKS ════════ */
.steps { list-style: none; margin: clamp(36px,5vw,56px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.step {
  position: relative; padding: 30px 26px; border: 1px solid var(--border); border-radius: var(--r);
  background: var(--panel); overflow: hidden;
  transition: transform .18s ease, border-color .18s ease;
}
.step:hover { transform: translateY(-4px); border-color: var(--line-green); }
.step__ico { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: rgba(70,201,74,0.1); color: var(--green-bright); border: 1px solid var(--line-green); }
.step__ico svg { width: 22px; height: 22px; }
.step__no { position: absolute; top: 24px; right: 26px; font-family: var(--mono); font-size: 0.8rem; color: var(--muted); }
.step h3 { margin: 20px 0 0; font-family: var(--display); font-weight: 700; font-size: 1.3rem; }
.step p { margin: 10px 0 0; color: var(--dim); font-size: 0.98rem; }

/* ════════ LIVE ENGINE ════════ */
.live .eyebrow { justify-content: center; }
.sync { margin-left: 6px; padding: 3px 8px; border: 1px solid var(--border); border-radius: 999px; color: var(--muted); font-size: 0.62rem; letter-spacing: 0.1em; }
.stats { margin: clamp(36px,5vw,56px) 0 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.stat { padding: 26px 24px; border: 1px solid var(--border); border-radius: var(--r); background: var(--panel); }
.stat--accent { border-color: var(--line-green); background: linear-gradient(160deg, rgba(70,201,74,0.09), var(--panel) 60%); }
.stat__k { display: block; font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.stat__v { display: block; margin-top: 14px; font-family: var(--display); font-weight: 800; font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1; letter-spacing: -0.01em; overflow-wrap: anywhere; }
.stat--accent .stat__v { color: var(--green-bright); }
.stat__sub { display: block; margin-top: 10px; font-family: var(--mono); font-size: 0.74rem; color: var(--muted); }

.prints { margin-top: 16px; padding: 26px 24px; border: 1px solid var(--border); border-radius: var(--r); background: var(--panel); }
.prints h4 { margin: 0 0 16px; font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--green); }
.prints__list { display: grid; gap: 9px; }
.prints__list .feed__item { display: grid; gap: 4px; padding: 12px 14px; border: 1px solid var(--border-2); border-radius: 10px; background: var(--card); }
.prints__list .feed__item strong { font-family: var(--mono); font-size: 0.84rem; color: var(--green-bright); overflow-wrap: anywhere; }
.prints__list .feed__item span { font-family: var(--mono); font-size: 0.72rem; color: var(--muted); }
.prints__empty { padding: 14px 0; font-family: var(--mono); font-size: 0.8rem; color: var(--muted); }

/* ════════ CHART ════════ */
.chart-shell { margin-top: clamp(30px,4vw,48px); border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; background: var(--panel); }
.chart-shell iframe { width: 100%; height: 560px; border: 0; background: var(--panel); }
.chart-pending {
  min-height: 340px; display: grid; place-items: center; align-content: center; gap: 12px; padding: 40px; text-align: center;
}
.chart-pending svg { width: 42px; height: 42px; color: var(--green-bright); }
.chart-pending strong { font-family: var(--display); font-weight: 700; font-size: 1.3rem; }
.chart-pending span { max-width: 380px; color: var(--muted); }

/* ════════ FOOTER ════════ */
.foot {
  width: min(100%, var(--max)); margin: 0 auto; padding: 44px clamp(18px,4vw,40px) 72px;
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 32px; align-items: start;
  border-top: 1px solid var(--border-2);
}
.foot__brand { display: flex; align-items: center; gap: 14px; }
.foot__brand strong { display: block; font-family: var(--display); font-weight: 700; font-size: 1.05rem; }
.foot__brand span { font-family: var(--mono); font-size: 0.72rem; color: var(--green); }
.foot__right { display: grid; gap: 16px; justify-items: end; }
.foot__links a { font-family: var(--display); font-weight: 700; color: var(--green-bright); }
.foot__links a:hover { color: var(--white); }
.foot__fine { margin: 0; max-width: 60ch; text-align: right; font-size: 0.8rem; color: var(--muted); }

/* ════════ TOAST ════════ */
.toast {
  position: fixed; left: 50%; bottom: 26px; z-index: 60; padding: 11px 18px; border-radius: 11px;
  background: linear-gradient(135deg, var(--green-bright), var(--green)); color: #052207; font-weight: 700;
  box-shadow: 0 14px 40px rgba(0,0,0,0.5); opacity: 0; transform: translate(-50%, 16px);
  transition: opacity .18s, transform .18s; pointer-events: none;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* ════════ RESPONSIVE ════════ */
@media (max-width: 900px) {
  .topnav { display: none; }
  .hero { grid-template-columns: 1fr; text-align: center; }
  .hero__glow { background: radial-gradient(60% 40% at 50% 24%, rgba(70,201,74,0.16), transparent 70%); }
  .eyebrow, .hero__actions, .status, .ca { justify-content: center; }
  .hero__lede { margin-left: auto; margin-right: auto; }
  .hero__art { order: -1; }
  .porthole { width: min(72%, 320px); }
  .steps { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2,1fr); }
  .foot { grid-template-columns: 1fr; }
  .foot__right { justify-items: start; }
  .foot__fine { text-align: left; }
}
@media (max-width: 480px) {
  .stats { grid-template-columns: 1fr; }
  .ca { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 1ms !important; animation-iteration-count: 1 !important; transition-duration: 1ms !important; }
}
