:root {
  --bg: #020503;
  --panel: rgba(8, 13, 9, 0.86);
  --panel-2: #0d130e;
  --ink: #f6ffe9;
  --muted: #9aa68f;
  --dim: #5f6a59;
  --line: rgba(206, 255, 165, 0.16);
  --acid: #9cff38;
  --acid-soft: #d8ff91;
  --cyan: #68e8ff;
  --gold: #f3c45f;
  --max: 1180px;
  --header: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--ink);
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
  overflow-x: clip;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

#grid {
  position: fixed;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(rgba(156, 255, 56, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(156, 255, 56, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 78% 12%, rgba(104, 232, 255, 0.14), transparent 30%),
    radial-gradient(circle at 25% 72%, rgba(156, 255, 56, 0.10), transparent 28%),
    #020503;
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: var(--header);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 12px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid var(--line);
  background: rgba(2, 5, 3, 0.82);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 1px solid rgba(156, 255, 56, 0.72);
  border-radius: 50%;
  background: #020503;
  box-shadow: 0 0 22px rgba(156, 255, 56, 0.26);
  flex: 0 0 auto;
}

.brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.brand strong,
h1,
h2,
h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0;
}

.brand strong {
  font-size: 30px;
  font-weight: 900;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.6vw, 34px);
  min-width: 0;
}

.main-nav a,
.icon-link,
.buy-link,
.eyebrow,
.feed-row,
.feed-footer,
.proof-metrics span,
.proof-metrics small,
.recipient-card span,
.recipient-card dt,
.how-grid span,
.rules-strip span {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.main-nav a {
  color: var(--muted);
  white-space: nowrap;
}

.main-nav a:hover {
  color: var(--acid);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-link,
.buy-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.04);
}

.icon-link {
  width: 42px;
  padding: 0;
}

.buy-link {
  border-color: rgba(156, 255, 56, 0.45);
  color: #061005;
  background: var(--acid);
}

main {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
}

.hero {
  min-height: min(760px, calc(100svh - var(--header)));
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 0;
  padding: 22px 0 26px;
  align-items: stretch;
}

.hero-copy,
.hero-art,
.live-card,
.proof-card,
.origin-panel,
.buybacks,
.how-grid article,
.rules-strip article,
.token-panel {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(156, 255, 56, 0.022));
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.28);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4.5vw, 50px);
  border-right: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055), rgba(156, 255, 56, 0.045)),
    radial-gradient(circle at 92% 50%, rgba(156, 255, 56, 0.10), transparent 44%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  color: var(--ink);
  font-size: clamp(68px, 7vw, 104px);
  font-weight: 900;
  line-height: 0.78;
  text-shadow: 0 0 32px rgba(156, 255, 56, 0.32);
}

.hero-copy p:not(.eyebrow),
.origin-panel p,
.how-grid p,
.rules-strip p,
.token-panel p {
  color: rgba(246, 255, 233, 0.72);
  font-size: 17px;
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.primary-button,
.secondary-button,
.contract-pill button,
.address-box button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 0 18px;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.primary-button {
  background: var(--acid);
  color: #061005;
  box-shadow: 0 0 28px rgba(156, 255, 56, 0.28);
}

.secondary-button,
.contract-pill button {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.045);
  color: var(--ink);
}

.contract-pill {
  width: min(530px, 100%);
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  margin-top: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.contract-pill span {
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--gold);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
}

.contract-pill button {
  justify-content: flex-start;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-art {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border-left: 0;
}

.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 5, 3, 0.88), rgba(2, 5, 3, 0.12) 34%, rgba(2, 5, 3, 0.72)),
    linear-gradient(0deg, rgba(2, 5, 3, 0.92), transparent 50%, rgba(2, 5, 3, 0.18));
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  filter: contrast(1.12) saturate(1.05);
}

.activity-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 26px 0;
}

.live-card,
.proof-card,
.buybacks,
.origin-panel,
.token-panel {
  padding: clamp(20px, 3vw, 32px);
}

.section-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.section-head span {
  color: var(--gold);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.82;
}

.section-head em {
  margin-left: auto;
  color: var(--acid);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.section-head em::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 12px var(--acid);
  vertical-align: 1px;
}

.section-head em.is-paused {
  color: var(--gold);
}

.section-head em.is-paused::before {
  background: var(--gold);
  box-shadow: 0 0 12px rgba(243, 196, 95, 0.65);
}

.feed-table,
.buyback-table {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
}

.feed-row {
  display: grid;
  grid-template-columns: 92px minmax(300px, 1fr) 100px 112px 72px;
  align-items: center;
  gap: 12px;
  min-width: 680px;
  min-height: 50px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(246, 255, 233, 0.82);
  letter-spacing: 0;
}

.feed-row.head {
  grid-template-columns: minmax(392px, 1fr) 100px 112px 72px;
  color: var(--dim);
}

.feed-row.head span:first-child {
  grid-column: span 2;
}

.feed-row:last-child {
  border-bottom: 0;
}

.feed-row strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  background: var(--gold);
  color: #100b03;
  font-size: 10px;
}

.feed-row strong:first-child {
  background: rgba(243, 196, 95, 0.92);
}

.feed-row b,
tbody td:first-child,
tbody td:nth-child(2) {
  color: var(--acid);
}

.feed-row a,
tbody a {
  color: var(--cyan);
}

.feed-row small,
tbody td:last-child {
  color: var(--dim);
}

td.empty-state {
  padding: 28px 16px;
  color: var(--muted);
  text-align: center;
}

td.live-empty {
  height: 252px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    rgba(0, 0, 0, 0.12);
  background-size: 32px 32px;
}

.feed-footer {
  margin-top: 12px;
  color: var(--muted);
}

.proof-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.proof-metrics article {
  min-height: 106px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(2, 5, 3, 0.46);
}

.proof-metrics span,
.proof-metrics small {
  display: block;
  color: var(--muted);
}

.proof-metrics strong {
  display: inline-block;
  margin-top: 14px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 42px;
  font-style: italic;
  line-height: 0.8;
}

.proof-metrics small {
  margin-top: 8px;
  color: var(--acid);
}

.origin-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  gap: 20px;
  margin: 26px 0 14px;
}

.origin-panel h2,
.token-panel h2 {
  margin: 0 0 16px;
  font-size: clamp(44px, 6vw, 84px);
  line-height: 0.84;
}

.recipient-card {
  border: 1px solid rgba(156, 255, 56, 0.18);
  padding: 22px;
  background: rgba(2, 5, 3, 0.52);
}

.recipient-card span {
  color: var(--gold);
}

.recipient-card strong {
  display: block;
  margin: 12px 0 20px;
  color: var(--acid);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 42px;
  font-style: italic;
  text-transform: uppercase;
}

.recipient-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.recipient-card div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.recipient-card dd {
  margin: 0;
  color: var(--ink);
  font-weight: 700;
}

.tweet-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 18px;
  margin: 0 0 26px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(156, 255, 56, 0.24);
  background:
    linear-gradient(135deg, rgba(156, 255, 56, 0.08), rgba(104, 232, 255, 0.025)),
    rgba(2, 5, 3, 0.58);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.tweet-card:hover {
  transform: translateY(-2px);
  border-color: rgba(156, 255, 56, 0.56);
  background:
    linear-gradient(135deg, rgba(156, 255, 56, 0.12), rgba(104, 232, 255, 0.04)),
    rgba(2, 5, 3, 0.68);
}

.tweet-profile {
  width: 74px;
  height: 74px;
  overflow: hidden;
  border: 1px solid rgba(156, 255, 56, 0.52);
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(156, 255, 56, 0.18);
}

.tweet-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.tweet-body {
  min-width: 0;
}

.tweet-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
}

.tweet-meta strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  font-style: italic;
  line-height: 0.9;
  text-transform: uppercase;
}

.tweet-meta span,
.tweet-meta em,
.tweet-foot span {
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tweet-meta em {
  margin-left: auto;
  color: var(--cyan);
}

.tweet-body p {
  margin: 0;
  max-width: 820px;
  color: var(--ink);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.18;
}

.tweet-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.tweet-foot span {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 7px 9px;
  color: var(--gold);
  background: rgba(0, 0, 0, 0.18);
}

.buybacks {
  margin: 26px 0;
}

table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

th,
td {
  padding: 15px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
}

th {
  color: var(--dim);
  font-size: 11px;
  text-transform: uppercase;
}

tr:last-child td {
  border-bottom: 0;
}

.how-section,
.rules-section {
  margin: 34px 0;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(2, 5, 3, 0.28);
}

.rules-section {
  background: rgba(156, 255, 56, 0.025);
}

.how-grid,
.rules-strip {
  display: grid;
  gap: 14px;
  margin: 0;
}

.how-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rules-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.how-grid article,
.rules-strip article {
  min-height: 190px;
  padding: 22px;
}

.trigger-note {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: 20px;
  margin-top: 14px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(156, 255, 56, 0.28);
  background:
    linear-gradient(135deg, rgba(156, 255, 56, 0.10), rgba(104, 232, 255, 0.035)),
    rgba(2, 5, 3, 0.48);
}

.trigger-note span {
  color: var(--gold);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trigger-note h3 {
  margin: 14px 0 0;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 0.86;
}

.trigger-note p {
  margin: 0;
  color: rgba(246, 255, 233, 0.76);
  font-size: 17px;
  line-height: 1.65;
}

.how-grid span,
.rules-strip span {
  color: var(--gold);
}

.how-grid h3,
.rules-strip strong {
  display: block;
  margin: 14px 0 12px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 34px;
  font-style: italic;
  line-height: 0.9;
  text-transform: uppercase;
}

.token-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 1fr);
  gap: 22px;
  align-items: end;
  margin: 26px 0 80px;
}

.address-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.address-box input {
  min-width: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.34);
  color: var(--ink);
  padding: 15px;
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
}

.address-box button {
  border: 0;
  background: var(--gold);
  color: #100b03;
}

.token-actions nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.token-actions nav a {
  border: 1px solid rgba(156, 255, 56, 0.22);
  padding: 10px 12px;
  color: var(--acid-soft);
  background: rgba(156, 255, 56, 0.045);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  padding: 12px 15px;
  background: var(--acid);
  color: #061005;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    grid-column: 1 / -1;
    order: 3;
    justify-content: space-between;
    gap: 4px;
  }

  .main-nav a {
    font-size: 10px;
  }

  .hero,
  .activity-grid,
  .origin-panel,
  .token-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 14px;
  }

  .hero-copy,
  .hero-art {
    border: 1px solid var(--line);
  }

  .hero-art {
    min-height: 520px;
  }

  .how-grid,
  .rules-strip {
    grid-template-columns: 1fr 1fr;
  }

  .trigger-note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  :root {
    --header: 116px;
  }

  .site-header {
    padding: 10px 14px;
    gap: 10px;
  }

  .brand strong {
    font-size: 24px;
  }

  .buy-link {
    display: none;
  }

  .main-nav a {
    font-size: 9px;
  }

  main {
    width: calc(100% - 24px);
  }

  .hero {
    min-height: auto;
    padding-top: 14px;
  }

  .hero-copy {
    padding: 22px;
  }

  h1 {
    font-size: clamp(64px, 20vw, 88px);
  }

  .hero-actions a,
  .contract-pill,
  .address-box {
    width: 100%;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .hero-art {
    min-height: 390px;
  }

  .feed-row {
    grid-template-columns: 86px minmax(260px, 1fr) 90px 104px 68px;
    min-width: 630px;
  }

  .feed-row.head {
    grid-template-columns: minmax(346px, 1fr) 90px 104px 68px;
  }

  .activity-grid {
    padding-top: 14px;
  }

  .how-grid,
  .rules-strip {
    grid-template-columns: 1fr;
  }

  .proof-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .tweet-card {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
  }

  .tweet-profile {
    width: 58px;
    height: 58px;
  }

  .tweet-meta em {
    width: 100%;
    margin-left: 0;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .section-head em {
    margin-left: 0;
  }

  .address-box {
    grid-template-columns: 1fr;
  }
}
