@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap");

:root {
  color-scheme: dark;
  --fuel: #00db7d;
  --ink: #f4f7f5;
  --muted: #929a95;
  --line: #2d322f;
  --panel: #151816;
  --background: #0b0d0c;
  font-family: "Space Grotesk", system-ui, sans-serif;
  color: var(--ink);
  background: var(--background);
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 0; background: var(--background); }
a { color: inherit; }
header, main, footer { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
header {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
header p, footer { color: var(--muted); font-size: 13px; }
.brand { display: flex; align-items: center; gap: 9px; font-size: 25px; font-weight: 600; text-decoration: none; }
.brand img { width: 22px; height: 22px; }
.intro { padding: 76px 0 52px; border-bottom: 1px solid var(--line); }
.eyebrow { margin: 0 0 10px; color: var(--fuel); font: 500 12px "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 16px; font-size: clamp(48px, 7vw, 92px); line-height: .96; letter-spacing: -.055em; }
.intro > p:last-child { max-width: 620px; margin: 0; color: var(--muted); font-size: 18px; }
.summary { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.summary article { min-width: 0; padding: 24px 18px; border-right: 1px solid var(--line); }
.summary article:first-child { padding-left: 0; }
.summary article:last-child { border-right: 0; }
.summary span, .summary small { display: block; color: var(--muted); font-size: 12px; }
.summary strong { display: block; margin: 6px 0; font: 500 22px "IBM Plex Mono", monospace; overflow-wrap: anywhere; }
.panel { padding: 48px 0; border-bottom: 1px solid var(--line); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.section-head h2 { margin: 0; font-size: 34px; letter-spacing: -.035em; }
.section-head > p { max-width: 280px; margin: 0; color: var(--muted); text-align: right; }
.distribution { display: grid; gap: 2px; }
.tier { display: grid; grid-template-columns: 110px 1fr 100px 180px; gap: 16px; align-items: center; min-height: 48px; border-top: 1px solid var(--line); }
.tier:last-child { border-bottom: 1px solid var(--line); }
.tier-name { font-weight: 600; }
.tier-bar { height: 8px; background: #242925; }
.tier-bar i { display: block; height: 100%; min-width: 2px; background: var(--fuel); }
.tier-count, .tier-balance { font: 500 12px "IBM Plex Mono", monospace; text-align: right; }
.tier-count { color: var(--muted); }
.holder-head label { display: grid; gap: 6px; color: var(--muted); font: 500 11px "IBM Plex Mono", monospace; text-transform: uppercase; }
input { width: min(320px, 40vw); padding: 11px 13px; border: 1px solid var(--line); border-radius: 0; outline: 0; color: var(--ink); background: var(--panel); font: inherit; }
input:focus { border-color: var(--fuel); }
.status { color: var(--muted); }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 15px 12px; border-top: 1px solid var(--line); text-align: right; }
th { color: var(--muted); font: 500 11px "IBM Plex Mono", monospace; letter-spacing: .05em; text-transform: uppercase; }
th:first-child, td:first-child { width: 65px; padding-left: 0; text-align: left; }
th:nth-child(2), td:nth-child(2) { text-align: left; }
td { font: 400 13px "IBM Plex Mono", monospace; }
.holder-link { display: grid; gap: 3px; color: var(--ink); text-decoration: none; }
.holder-link strong { color: var(--ink); font: 600 15px "Space Grotesk", sans-serif; }
.holder-link small { color: var(--muted); }
.holder-link:hover strong { color: var(--fuel); }
.balance { color: var(--fuel); font-weight: 500; }
footer { display: flex; justify-content: space-between; gap: 16px; padding-block: 24px 40px; }

@media (max-width: 760px) {
  header, main, footer { width: min(100% - 28px, 1200px); }
  header { min-height: 58px; }
  .intro { padding: 48px 0 36px; }
  h1 { font-size: clamp(43px, 15vw, 64px); }
  .intro > p:last-child { font-size: 16px; }
  .summary { grid-template-columns: 1fr 1fr; }
  .summary article, .summary article:first-child { padding: 18px 10px 18px 0; border-bottom: 1px solid var(--line); }
  .summary article:nth-child(2n) { padding-left: 12px; border-right: 0; }
  .summary article:nth-last-child(-n + 2) { border-bottom: 0; }
  .summary strong { font-size: 16px; }
  .panel { padding: 36px 0; }
  .section-head { display: block; }
  .section-head > p { margin-top: 8px; text-align: left; }
  .tier { grid-template-columns: 72px 1fr 72px; gap: 9px; padding: 10px 0; }
  .tier-balance { grid-column: 2 / -1; grid-row: 2; text-align: left; }
  .holder-head label { margin-top: 20px; }
  input { width: 100%; }
  table, thead, tbody, tr, td { display: block; width: 100%; }
  thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
  tbody { display: grid; gap: 10px; }
  tr { padding: 13px; border: 1px solid var(--line); background: var(--panel); }
  td, td:first-child, td:nth-child(2) { display: flex; justify-content: space-between; gap: 12px; width: 100%; padding: 8px 0; border: 0; border-bottom: 1px solid var(--line); text-align: right; }
  td:last-child { border-bottom: 0; }
  td::before { content: attr(data-label); color: var(--muted); font: 500 10px "IBM Plex Mono", monospace; letter-spacing: .05em; text-transform: uppercase; }
  td:nth-child(2) { align-items: start; }
  .holder-link { max-width: calc(100% - 70px); text-align: right; overflow-wrap: anywhere; }
  footer { display: grid; }
}
