/* skullpay.co — one stylesheet, no JavaScript, system fonts. Tokens come from @skullpay/brand. */
@import url('/tokens.css');

:root {
  --bg: var(--sp-paper);
  --bg-2: var(--sp-paper-2);
  --fg: var(--sp-ink);
  --muted: var(--sp-slate);
  --line: #dcd9d1;
  --accent: var(--sp-accent);
  --accent-text: var(--sp-accent-ink);
  --code-bg: var(--sp-ink);
  --code-fg: var(--sp-paper);
  color-scheme: light dark;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: var(--sp-ink);
    --bg-2: var(--sp-ink-2);
    --fg: var(--sp-paper);
    --muted: var(--sp-slate-2);
    --line: #2a2a33;
    --accent-text: var(--sp-accent);
    --code-bg: var(--sp-ink-2);
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: var(--sp-font);
  font-size: 17px;
  line-height: 1.55;
  color: var(--fg);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}
a:hover {
  text-decoration-thickness: 2px;
}
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 2px;
}
h1,
h2,
h3 {
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 0.5em;
}
h1 {
  font-size: clamp(2.1rem, 5.5vw, 3.6rem);
}
h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-top: 0;
}
h3 {
  font-size: 1.1rem;
}
p {
  margin: 0 0 1em;
}
.muted {
  color: var(--muted);
}
.narrow {
  max-width: 40rem;
}
code,
pre {
  font-family: var(--sp-font-mono);
  font-size: 0.9em;
}
pre {
  background: var(--code-bg);
  color: var(--code-fg);
  padding: 1rem 1.1rem;
  border-radius: var(--sp-radius);
  overflow-x: auto;
  line-height: 1.5;
  margin: 0;
}
pre .c {
  color: var(--sp-slate-2);
}
pre .k {
  color: var(--accent);
}

.wrap {
  width: min(1080px, 100% - 2.5rem);
  margin-inline: auto;
}

/* Header */
.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.brand svg {
  width: 28px;
  height: 28px;
  display: block;
}
nav.links {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  font-size: 0.95rem;
}
nav.links a {
  text-decoration: none;
  color: var(--muted);
}
nav.links a:hover {
  color: var(--fg);
}
@media (max-width: 720px) {
  nav.links .opt {
    display: none;
  }
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.7rem 1.1rem;
  border-radius: var(--sp-radius-sm);
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--fg);
  background: var(--fg);
  color: var(--bg);
  line-height: 1.2;
}
.btn:hover {
  opacity: 0.9;
}
.btn.ghost {
  background: transparent;
  color: var(--fg);
}
.btn.sm {
  padding: 0.45rem 0.8rem;
  font-size: 0.9rem;
}

/* Sections */
section {
  padding: 4rem 0;
  border-top: 1px solid var(--line);
}
section.hero {
  border-top: 0;
  padding: 4.5rem 0 3.5rem;
}
.hero p.lead {
  font-size: 1.25rem;
  max-width: 44rem;
  color: var(--muted);
}
.hero .cta {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.8rem;
}
.facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}
.fact {
  border: 1px solid var(--line);
  border-radius: var(--sp-radius);
  padding: 1rem 1.1rem;
}
.fact strong {
  display: block;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}
.fact span {
  color: var(--muted);
  font-size: 0.92rem;
}

.grid {
  display: grid;
  gap: 1.5rem 2rem;
}
.grid.cols-3 {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.grid.cols-2 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.step {
  counter-increment: step;
}
.step h3::before {
  content: counter(step) '. ';
  color: var(--accent-text);
}
.steps {
  counter-reset: step;
}
.feature h3 {
  margin-bottom: 0.25rem;
}
.feature p {
  color: var(--muted);
  margin: 0;
}

/* Coin marquee */
.marquee-section {
  padding: 3rem 0 3.5rem;
  border-top: 1px solid var(--line);
  overflow: hidden;
}
.marquee-head {
  margin-bottom: 1.5rem;
}
.marquee-head h2 {
  margin-bottom: 0.25rem;
}
.marquee {
  display: grid;
  gap: 0.9rem;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-row {
  display: flex;
  width: max-content;
}
.marquee-track {
  display: flex;
  gap: 0.9rem;
  padding: 0 0.45rem;
  margin: 0;
  list-style: none;
  animation: marquee linear infinite;
  will-change: transform;
}
.marquee-row.reverse .marquee-track {
  animation-direction: reverse;
}
.marquee-track li {
  flex: none;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--bg-2);
  border: 1px solid var(--line);
}
.marquee-track img,
.marquee-static img,
.net img {
  display: block;
  border-radius: 50%;
}
@keyframes marquee {
  to {
    transform: translateX(-100%);
  }
}
.marquee-static {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .marquee {
    display: none;
  }
  .marquee-static {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0 1.25rem;
    max-height: 14rem;
    overflow-y: auto;
  }
  .marquee-static li {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0.2rem 0.6rem 0.2rem 0.3rem;
    font-size: 0.85rem;
  }
}

/* Networks */
.net-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.net {
  border: 1px solid var(--line);
  border-radius: var(--sp-radius);
  padding: 1.1rem 1.2rem;
  background: var(--bg-2);
  display: grid;
  gap: 0.9rem;
}
.net header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.net h3 {
  margin: 0;
  font-size: 1.05rem;
}
.net header p {
  margin: 0;
}
.net dl {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1rem;
  font-size: 0.9rem;
}
.net dl div {
  display: grid;
  gap: 0.1rem;
}
.net dt {
  color: var(--muted);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.net dd {
  margin: 0;
  font-weight: 500;
}
.net-tokens {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding-top: 0.6rem;
  border-top: 1px solid var(--line);
}
.net-tokens img {
  width: 24px;
  height: 24px;
}
.net-tokens .more {
  margin-left: 0.25rem;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 600;
}
.small {
  font-size: 0.85rem;
}

/* Pricing */
.price {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
}
.price strong {
  font-size: clamp(2.4rem, 6vw, 4rem);
  letter-spacing: -0.03em;
  line-height: 1;
}

/* Footer */
footer {
  border-top: 1px solid var(--line);
  padding: 2rem 0 3rem;
  font-size: 0.9rem;
  color: var(--muted);
}
footer .row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
  justify-content: space-between;
  align-items: center;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}

/* Legal pages */
.doc {
  max-width: 46rem;
  padding: 2.5rem 0 4rem;
}
.doc h1 {
  font-size: 2.2rem;
}
.doc h2 {
  font-size: 1.3rem;
  margin-top: 2.2rem;
}
.doc li {
  margin-bottom: 0.4em;
}

/* 404 */
.center {
  text-align: center;
  padding: 6rem 0;
}
.center svg {
  width: 72px;
  height: 72px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* generated: marquee row durations */
.dur-281{animation-duration:281s}
.dur-279{animation-duration:279s}
