:root {
  --ink: #f7f5ff;
  --muted: #aaa4c2;
  --purple: #8247e5;
  --purple-light: #aa7bff;
  --line: rgba(255, 255, 255, 0.11);
  --background: #0b0812;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 75% 18%, rgba(130, 71, 229, 0.21), transparent 28rem),
    radial-gradient(circle at 8% 80%, rgba(130, 71, 229, 0.1), transparent 26rem),
    var(--background);
  font-family: Arial, Helvetica, sans-serif;
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

button, input, select { font: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.nav { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 12px; font-size: 20px; font-weight: 800; letter-spacing: -0.03em; }
.brand-mark { width: 34px; height: 28px; position: relative; display: inline-block; }
.brand-mark i { position: absolute; width: 20px; height: 13px; border: 3px solid var(--purple-light); border-radius: 7px; transform: rotate(-30deg); }
.brand-mark i:first-child { left: 1px; top: 8px; }
.brand-mark i:last-child { right: 1px; top: 2px; }
.network-pill { display: flex; align-items: center; gap: 9px; padding: 10px 14px; color: #cbc6dc; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,0.035); font-size: 13px; }
.network-pill i { width: 7px; height: 7px; background: #74e8a7; border-radius: 50%; box-shadow: 0 0 12px #74e8a7; }
.nav-actions { display: flex; align-items: center; gap: 24px; }
.nav-actions > a { color: var(--muted); text-decoration: none; font-size: 13px; transition: color .2s; }
.nav-actions > a:hover { color: var(--ink); }

.hero { min-height: calc(100vh - 92px); display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(54px, 8vw, 110px); align-items: center; padding-block: 54px 100px; }
.eyebrow, .micro-label { color: var(--purple-light); font-size: 11px; font-weight: 800; letter-spacing: 0.18em; }
h1 { margin: 18px 0 24px; font-size: clamp(52px, 7vw, 91px); line-height: 0.96; letter-spacing: -0.062em; max-width: 760px; }
h1 em { color: var(--purple-light); font-style: normal; }
.intro { color: var(--muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.65; max-width: 590px; }
.trust-row { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 11px 22px; color: #c2bdd1; font-size: 12px; }
.trust-row span::before { content: "✓"; color: var(--purple-light); margin-right: 7px; }

.claim-column { min-width: 0; display: grid; gap: 16px; }
.claim-card { position: relative; overflow: hidden; padding: 30px; background: linear-gradient(155deg, rgba(38, 29, 62, 0.94), rgba(16, 12, 27, 0.92)); border: 1px solid rgba(170, 123, 255, 0.26); border-radius: 25px; box-shadow: 0 32px 90px rgba(0,0,0,0.45); }
.card-glow { position: absolute; width: 220px; height: 220px; border-radius: 50%; right: -80px; top: -110px; background: rgba(130, 71, 229, 0.24); filter: blur(35px); }
.claim-header { position: relative; display: flex; justify-content: space-between; align-items: start; }
h2 { margin: 7px 0 0; font-size: 27px; letter-spacing: -0.04em; }
.demo-badge { color: #d6c3ff; background: rgba(130, 71, 229, 0.18); border: 1px solid rgba(170, 123, 255, 0.32); border-radius: 999px; padding: 7px 10px; font-size: 10px; font-weight: 800; letter-spacing: 0.13em; }
.reward-box { display: flex; align-items: center; gap: 13px; margin: 27px 0; padding: 17px; border-radius: 15px; border: 1px solid var(--line); background: rgba(255,255,255,0.035); }
.coin-mark { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg, var(--purple-light), #6330bb); font-weight: 900; box-shadow: 0 7px 22px rgba(130,71,229,0.35); }
.reward-box strong, .reward-box small { display: block; }
.reward-box strong { font-size: 18px; }
.reward-box small { color: var(--muted); margin-top: 3px; }
.refresh { margin-left: auto; color: var(--muted); font-size: 11px; }
form label { display: block; font-size: 12px; font-weight: 700; margin-bottom: 9px; color: #d8d3e4; }
input, select { width: 100%; background: #0c0914; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); padding: 15px 16px; outline: none; transition: border-color .2s, box-shadow .2s; }
input:focus, select:focus { border-color: var(--purple-light); box-shadow: 0 0 0 3px rgba(130,71,229,0.18); }
button { width: 100%; margin-top: 12px; padding: 15px 18px; border: 0; border-radius: 12px; color: white; font-weight: 800; background: linear-gradient(135deg, #9259ee, #6b35c3); cursor: pointer; box-shadow: 0 12px 28px rgba(130,71,229,0.28); transition: transform .2s, filter .2s; }
button:hover { transform: translateY(-1px); filter: brightness(1.08); }
button:focus-visible { outline: 3px solid white; outline-offset: 3px; }
button span { float: right; }
button:disabled { cursor: not-allowed; filter: saturate(.4); opacity: .62; transform: none; }
.turnstile-wrap { min-height: 68px; display: grid; place-items: center; margin-top: 14px; overflow: hidden; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.paid-view-panel { position: relative; display: flex; align-items: center; gap: 14px; margin: 0 0 22px; padding: 14px; border: 1px solid rgba(170, 123, 255, .2); border-radius: 14px; background: rgba(130, 71, 229, .08); }
.paid-view-panel > div { min-width: 0; flex: 1; }
.paid-view-panel span, .paid-view-panel strong, .paid-view-panel small { display: block; }
.paid-view-panel span { color: var(--purple-light); font-size: 9px; font-weight: 900; letter-spacing: .12em; margin-bottom: 5px; }
.paid-view-panel strong { font-size: 12px; line-height: 1.35; }
.paid-view-panel small { color: var(--muted); font-size: 10px; line-height: 1.4; margin-top: 4px; }
.paid-view-panel button { width: auto; margin: 0; padding: 10px 12px; font-size: 10px; box-shadow: none; white-space: nowrap; }
.ad-gate { margin: 0 0 22px; padding: 15px; border: 1px solid rgba(170, 123, 255, .22); border-radius: 15px; background: rgba(130, 71, 229, .08); }
.ad-gate-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.ad-gate-heading span, .ad-gate-heading strong { display: block; }
.ad-gate-heading span { margin-bottom: 5px; color: var(--purple-light); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.ad-gate-heading strong { font-size: 13px; }
.ad-gate-heading > small { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 9px; font-weight: 800; }
.ad-steps { display: grid; gap: 8px; margin: 13px 0 10px; padding: 0; list-style: none; }
.ad-steps li { display: grid; grid-template-columns: 25px 1fr auto; gap: 9px; align-items: center; padding: 10px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.025); }
.ad-steps li > span { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); font-size: 9px; font-weight: 900; }
.ad-steps strong, .ad-steps small { display: block; }
.ad-steps strong { font-size: 10px; }
.ad-steps small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.ad-steps button { width: auto; margin: 0; padding: 8px 9px; font-size: 8px; box-shadow: none; white-space: nowrap; }
.ad-gate > p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.ad-unit { min-height: 92px; display: grid; place-items: center; align-content: center; gap: 5px; padding: 14px; border: 1px dashed rgba(255,255,255,.13); border-radius: 16px; color: var(--muted); background: rgba(255,255,255,.018); text-align: center; }
.ad-unit span { color: #787189; font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.ad-unit strong { color: #aaa4c2; font-size: 11px; }
.ad-unit small { font-size: 9px; }
.privacy-note { color: #787189; text-align: center; font-size: 10px; margin: 12px 0 0; }
.form-message { color: #d6c3ff; min-height: 32px; font-size: 12px; line-height: 1.45; margin: 12px 0 0; }

.steps-section, .faq-section { padding-block: 110px; }
.section-heading { max-width: 660px; margin-bottom: 42px; }
.section-heading h2, .status-section h2 { margin: 12px 0 14px; font-size: clamp(35px, 5vw, 55px); letter-spacing: -0.055em; line-height: 1.02; }
.section-heading > p:last-child, .status-section > div > p:last-child { color: var(--muted); line-height: 1.7; font-size: 16px; }
.steps-grid, .faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.steps-grid article, .faq-grid article { border: 1px solid var(--line); border-radius: 18px; padding: 26px; background: rgba(255,255,255,0.025); }
.steps-grid article > span { display: inline-block; color: var(--purple-light); font-size: 11px; font-weight: 900; letter-spacing: .14em; margin-bottom: 36px; }
.steps-grid h3, .faq-grid h3 { font-size: 18px; margin: 0 0 10px; letter-spacing: -.025em; }
.steps-grid p, .faq-grid p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0; }

.mining-section { padding-block: 115px; border-top: 1px solid var(--line); }
.mining-heading { max-width: 760px; }
.mining-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 18px; align-items: stretch; }
.mining-card, .miner-dashboard { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(155deg, rgba(35, 27, 55, .82), rgba(14, 11, 23, .9)); }
.mining-card-header, .miner-dashboard-head { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.mining-card h3, .miner-dashboard h3 { margin: 7px 0 0; font-size: 24px; letter-spacing: -.04em; }
.pilot-badge, .miner-state { flex: none; padding: 7px 10px; border-radius: 999px; color: #d6c3ff; background: rgba(130, 71, 229, .16); border: 1px solid rgba(170, 123, 255, .28); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.miner-state.online { color: #9ff3bf; border-color: rgba(116, 232, 167, .3); background: rgba(116, 232, 167, .1); }
.pilot-alert { display: grid; gap: 5px; margin: 22px 0; padding: 14px 15px; border-radius: 13px; border: 1px solid rgba(255, 190, 91, .2); background: rgba(255, 190, 91, .06); }
.pilot-alert strong { color: #ffd493; font-size: 12px; }
.pilot-alert span { color: var(--muted); font-size: 11px; line-height: 1.5; }
#mining-form > label:not(.consent-row) { margin-top: 14px; }
#mining-form > label:first-child { margin-top: 0; }
.field-note { display: block; margin: 7px 2px 0; color: #787189; font-size: 9px; line-height: 1.45; }
.consent-row { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 10px; margin-top: 16px; color: var(--muted); font-weight: 400; line-height: 1.45; cursor: pointer; }
.consent-row input { width: 18px; height: 18px; margin: 1px 0 0; padding: 0; accent-color: var(--purple-light); }
.mining-message { min-height: 34px; margin: 14px 0 0; color: #d6c3ff; font-size: 12px; line-height: 1.5; }
.miner-metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 24px 0; }
.miner-metrics div { min-width: 0; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); }
.miner-metrics dt { color: var(--muted); font-size: 10px; margin-bottom: 8px; }
.miner-metrics dd { margin: 0; color: var(--ink); font-size: 18px; font-weight: 800; letter-spacing: -.03em; overflow-wrap: anywhere; }
.miner-config { display: grid; gap: 10px; }
.config-line { display: grid; grid-template-columns: 90px 1fr; align-items: center; gap: 12px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 12px; }
.config-line span { color: var(--muted); font-size: 10px; }
.config-line code { overflow-wrap: anywhere; color: #d6c3ff; font-size: 11px; }
.config-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.config-actions button { margin: 0; padding: 12px 13px; font-size: 11px; }
.secondary-button { background: rgba(255,255,255,.07); border: 1px solid var(--line); box-shadow: none; }
.text-button { margin: 0; padding: 10px; color: var(--purple-light); background: transparent; box-shadow: none; font-size: 11px; }
.text-button:hover { background: rgba(130,71,229,.08); }
#miner-config-preview { max-height: 220px; overflow: auto; margin: 2px 0 0; padding: 14px; border-radius: 12px; color: #bcb6cc; background: #09070f; border: 1px solid var(--line); font: 10px/1.5 ui-monospace, SFMono-Regular, Consolas, monospace; white-space: pre-wrap; overflow-wrap: anywhere; }
.miner-empty { margin: 0; padding: 30px 18px; border: 1px dashed var(--line); border-radius: 15px; color: var(--muted); text-align: center; font-size: 12px; line-height: 1.6; }
.mining-safety-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 16px; }
.mining-safety-grid article { padding: 19px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.02); }
.mining-safety-grid strong { font-size: 12px; }
.mining-safety-grid p { min-height: 55px; margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.mining-safety-grid a { display: inline-block; margin-top: 11px; color: var(--purple-light); font-size: 11px; font-weight: 800; text-decoration: none; }
.mining-safety-grid a:hover { text-decoration: underline; }

.revenue-section { padding-block: 115px; border-top: 1px solid var(--line); }
.revenue-heading { max-width: 760px; }
.revenue-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.revenue-grid article { display: flex; flex-direction: column; min-height: 235px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(155deg, rgba(35, 27, 55, .82), rgba(14, 11, 23, .9)); }
.revenue-number { color: var(--purple-light); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.revenue-grid strong { margin-top: 38px; font-size: 19px; letter-spacing: -.03em; }
.revenue-grid p { margin: 10px 0 22px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.revenue-state { width: fit-content; margin-top: auto; padding: 7px 9px; border: 1px solid var(--line); border-radius: 999px; color: #aaa4c2; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.revenue-state.pending { color: #ffd493; border-color: rgba(255, 190, 91, .25); background: rgba(255, 190, 91, .06); }
.revenue-state.ready { color: #9ff3bf; border-color: rgba(116, 232, 167, .25); background: rgba(116, 232, 167, .07); }
.sustainability-note { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; margin-top: 16px; padding: 22px 24px; border: 1px solid rgba(170, 123, 255, .2); border-radius: 18px; background: rgba(130, 71, 229, .07); }
.sustainability-note span, .sustainability-note strong { display: block; }
.sustainability-note span { margin-bottom: 7px; color: var(--purple-light); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.sustainability-note strong { font-size: 13px; line-height: 1.45; }
.sustainability-note p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }

.status-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 120px); align-items: center; padding-block: 110px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.launch-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.launch-list li { display: flex; align-items: center; gap: 15px; padding: 16px 18px; border-radius: 14px; background: rgba(255,255,255,.028); border: 1px solid var(--line); }
.launch-list li > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: var(--muted); border: 1px solid var(--line); font-size: 11px; font-weight: 800; }
.launch-list strong, .launch-list small { display: block; }
.launch-list strong { font-size: 13px; margin-bottom: 4px; }
.launch-list small { color: var(--muted); font-size: 11px; }
.launch-list .done { border-color: rgba(116, 232, 167, .2); }
.launch-list .done > span { background: rgba(116, 232, 167, .12); color: #74e8a7; border-color: rgba(116, 232, 167, .28); }
.compact { margin-bottom: 35px; }
.footer { min-height: 150px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; color: var(--muted); font-size: 11px; }
.footer p { text-align: center; }
.footer > span { text-align: right; }
.footer .brand { font-size: 16px; }
.footer .brand-mark { transform: scale(.78); transform-origin: left center; margin-right: -5px; }

@media (max-width: 800px) {
  .nav { height: 76px; }
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 44px; padding-block: 50px 70px; }
  .hero-copy { text-align: center; }
  .intro { margin-inline: auto; }
  .trust-row { justify-content: center; }
  .claim-column { width: min(100%, 520px); margin-inline: auto; }
  .claim-card { width: 100%; }
  .steps-grid, .faq-grid { grid-template-columns: 1fr; }
  .revenue-grid { grid-template-columns: 1fr; }
  .sustainability-note { grid-template-columns: 1fr; }
  .steps-grid article > span { margin-bottom: 20px; }
  .status-section { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr; padding-block: 36px; text-align: center; }
  .footer .brand { margin-inline: auto; }
  .footer p, .footer > span { text-align: center; margin: 0; }
}

@media (max-width: 480px) {
  .shell { width: min(100% - 24px, 1160px); }
  .network-pill { padding: 8px 10px; font-size: 11px; }
  .nav-actions > a { display: none; }
  h1 { font-size: 47px; }
  .claim-card { padding: 22px; border-radius: 20px; }
  .paid-view-panel { align-items: stretch; flex-direction: column; }
  .paid-view-panel button { width: 100%; }
  .ad-steps li { grid-template-columns: 25px 1fr; }
  .ad-steps button { grid-column: 1 / -1; width: 100%; }
  .turnstile-wrap { margin-inline: -10px; }
  .steps-section, .faq-section, .status-section, .revenue-section { padding-block: 75px; }
}
