@import url("views.css");

:root {
  --bg: #050505;
  --surface: #0b0a09;
  --text: #f4ede1;
  --muted: #6e6a63;
  --gold: #d4c096;
  --line: #2a2723;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
}

html,
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--view-display-face);
}

a {
  color: var(--gold);
  text-decoration: none;
}

.page {
  overflow-x: hidden;
}

.fold {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 20px 56px;
  gap: 28px;
}

.mark {
  margin: 0;
  line-height: 0;
}

.mark img {
  width: min(420px, 72vw);
  height: auto;
  display: block;
}

.dare {
  margin: 0;
  font-size: clamp(1.35rem, 3.6vw, 2.15rem);
  font-weight: 300;
  letter-spacing: -0.02em;
}

.device {
  width: min(980px, 100%);
  aspect-ratio: 16 / 7.2;
  border: 1px solid var(--line);
  background: #070707;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 4vw 5vw;
}

.device.compact {
  aspect-ratio: 16 / 8;
  max-width: 640px;
  margin: 22px auto 0;
}

.amount {
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: clamp(2.6rem, 11vw, 6.8rem);
  font-family: var(--view-display-face);
  font-weight: var(--view-display-weight);
  font-variant-numeric: var(--view-tabular);
  letter-spacing: var(--view-number-tracking);
  line-height: 1;
}

.amount .signature {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.08em;
}

.amount .currency {
  font-size: calc(1em * var(--view-currency-scale));
  line-height: 1;
  transform: translateY(calc(1em * var(--view-currency-nudge) / var(--view-currency-scale)));
}

.amount .iso {
  margin-top: 0.03em;
  color: var(--view-secondary);
  font-size: max(9px, calc(1em * var(--view-iso-scale)));
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

.amount .digits {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.digits-sizer {
  visibility: hidden;
  pointer-events: none;
}

.digits-live {
  position: absolute;
  left: 0;
  top: 0;
}

.loaded-reel {
  display: flex;
  align-items: flex-start;
  height: 1em;
  font: inherit;
  letter-spacing: inherit;
  font-variant-numeric: inherit;
}

.loaded-reel-col {
  display: block;
  width: 0.7em;
  height: 1em;
  overflow: hidden;
}

.loaded-reel-strip {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loaded-reel-glyph {
  display: block;
  width: 0.7em;
  height: 1em;
  line-height: 1;
  text-align: center;
}

.amount.is-reeling {
  justify-content: center;
}

.verified {
  margin: 0;
  color: var(--gold);
  letter-spacing: var(--view-label-tracking);
  font-size: clamp(13px, 1.6vw, 16px);
  text-transform: uppercase;
}

.verified.stale {
  color: var(--muted);
}

.identity {
  margin: 0;
  color: var(--muted);
  letter-spacing: 0.22em;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-transform: uppercase;
}

.identity svg {
  display: block;
  width: 16px;
  height: 16px;
}

.identities {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.direct {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 300;
}

.get {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.get strong {
  letter-spacing: 0.28em;
  font-size: 12px;
  font-weight: 500;
}

.stores {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.store {
  min-width: 148px;
  padding: 14px 22px;
  border: 1px solid var(--gold);
  color: var(--text);
  letter-spacing: 0.14em;
  font-size: 11px;
  text-transform: uppercase;
}

.store[aria-disabled="true"] {
  cursor: default;
}

.soon {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.band {
  max-width: 920px;
  margin: 0 auto;
  padding: 88px 24px;
}

.band.narrow {
  max-width: 640px;
}

.band h2 {
  margin: 0 0 36px;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 300;
}

.band h2.plain {
  margin-bottom: 18px;
}

.steps {
  display: grid;
  gap: 48px;
}

@media (min-width: 860px) {
  .steps {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
  }
}

.step .num {
  display: block;
  color: var(--gold);
  letter-spacing: 0.2em;
  font-size: 12px;
  margin-bottom: 12px;
}

.step h3 {
  margin: 0 0 10px;
  font-size: 1.7rem;
  font-weight: 400;
}

.step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
  font-weight: 300;
}

.trust-lead {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 1.15rem;
  font-weight: 300;
}

.trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.trust li {
  color: var(--text);
  font-weight: 300;
  padding-left: 1.1em;
  position: relative;
}

.trust li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--gold);
}

.product-line {
  margin: 36px 0 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.45;
}

.counts {
  display: grid;
  gap: 28px;
}

@media (min-width: 720px) {
  .counts {
    grid-template-columns: 1fr 1fr;
  }
}

.counts h3 {
  margin: 0 0 6px;
  font-size: 1.15rem;
  font-weight: 400;
}

.counts p {
  margin: 0;
  color: var(--muted);
  font-weight: 300;
}

.soon-tag {
  color: var(--gold);
  letter-spacing: 0.16em;
  font-size: 11px;
  text-transform: uppercase;
}

.fresh h2 {
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 300;
}

.fresh .device {
  margin-top: 36px;
}

.one-line {
  margin: 28px 0 0;
  color: var(--muted);
  font-weight: 300;
  line-height: 1.5;
}

.price p {
  margin: 0 0 10px;
  font-size: 1.35rem;
  font-weight: 300;
}

.price .rate {
  color: var(--muted);
  font-size: 1rem;
}

.site-footer {
  border-top: var(--view-rule-width) solid var(--line);
  padding: 48px 28px 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
  font-size: 11px;
  letter-spacing: var(--view-label-tracking);
  text-transform: uppercase;
}

.operator {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: var(--view-label-tracking);
}

.shell {
  min-height: 100dvh;
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 28px 40px;
  display: flex;
  flex-direction: column;
}

.wordmark {
  text-align: center;
  margin: 0 0 28px;
}

.wordmark a {
  display: inline-block;
  text-decoration: none;
}

.site-logo {
  display: block;
  height: 28px;
  width: auto;
}

.wordmark .site-logo {
  margin: 0 auto;
}

.legal {
  gap: 22px;
  padding-bottom: 72px;
}

.legal h1 {
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 0.45em;
  font-weight: 500;
  text-transform: uppercase;
}

.legal .updated {
  color: var(--muted);
  font-size: 13px;
}

.legal h2 {
  margin: 28px 0 8px;
  font-size: 1.15rem;
  font-weight: 500;
}

.legal h3 {
  margin: 18px 0 8px;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 500;
}

.legal p,
.legal li {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.legal ul,
.legal ol {
  margin: 0;
  padding-left: 1.2rem;
}

.legal li + li {
  margin-top: 6px;
}

.legal .request-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.legal .request-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
}

.legal .request-form input,
.legal .request-form textarea {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--text);
  padding: 14px 16px;
  font: inherit;
}

.legal .request-form textarea {
  min-height: 96px;
}

.legal .request-form .checks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 4px 0 8px;
}

.legal .request-form .checks label {
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 15px;
}

.legal .request-form button {
  align-self: flex-start;
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--text);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
  padding: 14px 18px;
  cursor: pointer;
}

.legal .request-form .status {
  min-height: 1.4em;
}

.legal .hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.legal code {
  color: var(--text);
  font-size: 0.95em;
}

.legal strong,
.legal .principle {
  color: var(--text);
  font-weight: 500;
}

.proof {
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 18px;
}

.proof .amount {
  margin-top: 48px;
}

.when,
.status {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.proof-foot {
  margin-top: 40px;
  color: var(--muted);
  font-size: 13px;
}

.claim {
  display: flex;
  gap: 8px;
  margin-top: 28px;
}

.claim input {
  flex: 1;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--text);
  padding: 14px 16px;
  font: inherit;
}

.claim button {
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--text);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
  padding: 14px 18px;
  cursor: pointer;
}

.handle {
  margin: 0;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.owner {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 20px;
}

.owner-input {
  display: block;
  width: 100%;
  margin: 10px 0;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--text);
  padding: 14px 16px;
  font: inherit;
}

.owner button,
#scan {
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--text);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 14px 18px;
  margin: 12px 0;
  cursor: pointer;
}

.ops {
  max-width: 960px;
}

.ops-nav {
  margin: 0 0 18px;
  letter-spacing: 0.18em;
  font-size: 11px;
}

.ops-status,
.ops-note {
  color: var(--muted);
  font-size: 13px;
}

.ops-grid,
.ops-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.ops-chip {
  border: 1px solid var(--line);
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ops-chip span {
  color: var(--muted);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 10px;
}

.ops-chip strong {
  font-weight: 500;
}

.ops-events {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ops-row {
  display: grid;
  grid-template-columns: 170px 220px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  font-size: 12px;
}

.ops-when {
  color: var(--muted);
}

.ops-event {
  color: var(--gold);
}

.ops-fields {
  color: var(--text);
  overflow-wrap: anywhere;
}

.ops-warn .ops-event,
.ops-error .ops-event {
  color: var(--gold);
}

@media (max-width: 720px) {
  .ops-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

.crypto {
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 18px;
}

.crypto-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: min(420px, 100%);
}

.crypto-actions button,
.crypto-actions a {
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--text);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 14px 18px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.crypto-actions input,
.crypto-actions textarea {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--text);
  padding: 14px 16px;
  font: inherit;
}

.crypto-actions textarea {
  min-height: 96px;
}

.mono {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.5;
  word-break: break-all;
  font-variant-numeric: tabular-nums;
}


