:root {
  --felt: #06160f;
  --felt-2: #0b2418;
  --ink: #fff8ec;
  --muted: #c9b497;
  --orange: #ff7b2e;
  --gold: #ffd36b;
  --green: #22e987;
  --red: #ff4040;
  --line: rgba(255, 211, 107, 0.34);
  --black: #060403;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 123, 46, 0.22), transparent 32%),
    radial-gradient(circle at 78% 64%, rgba(34, 233, 135, 0.16), transparent 24%),
    linear-gradient(180deg, #0b0603 0%, var(--black) 48%, #241207 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 211, 107, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 211, 107, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

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

.page {
  min-height: 100vh;
  overflow: hidden;
}

.nav {
  width: min(1160px, calc(100% - 28px));
  margin: 18px auto 0;
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(6, 22, 15, 0.84);
  box-shadow: 0 0 0 1px rgba(255, 123, 46, 0.14), 0 18px 44px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(14px);
  position: relative;
  z-index: 5;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 950;
  letter-spacing: 0;
}

.brand img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--orange);
}

nav {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.buy,
.actions a,
.ca button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 211, 107, 0.36);
  border-radius: 999px;
  font-weight: 950;
}

.buy {
  justify-self: end;
  padding: 0 22px;
  color: #140806;
  background:
    radial-gradient(circle, rgba(20, 8, 6, 0.2) 1px, transparent 1.7px),
    var(--orange);
  background-size: 7px 7px;
  box-shadow: 0 0 30px rgba(255, 123, 46, 0.28);
}

.hero {
  width: min(1160px, calc(100% - 28px));
  min-height: calc(100vh - 96px);
  margin: 0 auto;
  padding: 58px 0 36px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: 46px;
}

.copy {
  position: relative;
  z-index: 2;
}

.tag {
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green);
  background: rgba(34, 233, 135, 0.08);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  display: grid;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(5rem, 12vw, 11rem);
  line-height: 0.76;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 span {
  display: block;
  width: fit-content;
  animation: allIn 900ms cubic-bezier(.2,.8,.2,1.15) both;
  text-shadow: 0 16px 36px rgba(0, 0, 0, 0.5);
}

h1 span:nth-child(2) {
  color: var(--orange);
  margin-left: 0.18em;
  animation-delay: 150ms;
}

.subtitle {
  margin: 20px 0 0;
  font-size: clamp(1.28rem, 3vw, 2rem);
  font-weight: 950;
}

.subtitle::first-letter {
  color: var(--orange);
}

.bio {
  max-width: 610px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
  line-height: 1.55;
  font-weight: 700;
}

.actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.actions a {
  padding: 0 24px;
}

.primary {
  color: #140806;
  background: var(--orange);
}

.secondary {
  color: var(--ink);
  background: transparent;
}

.ca {
  width: min(520px, 100%);
  min-height: 60px;
  margin-top: 26px;
  padding: 9px 10px 9px 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.ca span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.ca code {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ca button {
  padding: 0 16px;
  color: #06160f;
  background: var(--green);
}

.arena {
  min-height: 610px;
  display: grid;
  place-items: center;
  position: relative;
}

.arena::before {
  content: "";
  position: absolute;
  width: min(84vw, 590px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 211, 107, 0.3);
  background: radial-gradient(circle, rgba(255, 123, 46, 0.18), rgba(6, 22, 15, 0.46) 62%, transparent 64%);
  animation: pulseTable 4s ease-in-out infinite;
}

.arena img {
  width: min(82vw, 590px);
  position: relative;
  z-index: 2;
  border: 5px solid rgba(255, 248, 236, 0.76);
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.56), 0 0 44px rgba(255, 123, 46, 0.18);
  animation: floatCat 4s ease-in-out infinite;
}

.card,
.chip {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  font-weight: 950;
}

.card {
  width: 128px;
  height: 178px;
  border: 2px solid var(--ink);
  border-radius: 16px;
  color: #180904;
  background: var(--ink);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
}

.card-a {
  left: 12px;
  top: 104px;
  transform: rotate(-13deg);
  animation: cardLeft 3.7s ease-in-out infinite;
}

.card-b {
  right: 20px;
  bottom: 106px;
  color: var(--ink);
  background: var(--red);
  transform: rotate(10deg);
  animation: cardRight 3.9s ease-in-out infinite;
}

.chip {
  width: 82px;
  height: 82px;
  border: 4px dashed rgba(20, 8, 6, 0.45);
  border-radius: 50%;
  color: #140806;
  background: var(--gold);
  font-size: 1.7rem;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.32);
  animation: spinChip 7s linear infinite;
}

.chip-a {
  left: 82px;
  bottom: 72px;
}

.chip-b {
  right: 86px;
  top: 58px;
  animation-direction: reverse;
}

.ticker {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(6, 22, 15, 0.88);
}

.ticker div {
  display: flex;
  width: max-content;
  animation: slide 16s linear infinite;
}

.ticker span {
  padding: 16px 28px;
  color: var(--muted);
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker span:nth-child(4n + 1) {
  color: var(--orange);
}

.stats {
  width: min(1160px, calc(100% - 28px));
  margin: 46px auto 78px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
}

.stats article {
  min-height: 170px;
  padding: 26px;
  border-right: 1px solid var(--line);
}

.stats article:last-child {
  border-right: 0;
}

.stats span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.stats strong {
  display: block;
  margin-top: 22px;
  color: var(--green);
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
}

.stats p {
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 700;
}

@keyframes allIn {
  from {
    opacity: 0;
    transform: translateX(-70px) rotate(-3deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(0);
  }
}

@keyframes pulseTable {
  0%, 100% {
    transform: scale(0.96);
    opacity: 0.76;
  }
  50% {
    transform: scale(1.03);
    opacity: 1;
  }
}

@keyframes floatCat {
  0%, 100% {
    transform: translateY(0) rotate(1deg);
  }
  50% {
    transform: translateY(-13px) rotate(-1deg);
  }
}

@keyframes cardLeft {
  0%, 100% { transform: translateY(0) rotate(-13deg); }
  50% { transform: translateY(14px) rotate(-9deg); }
}

@keyframes cardRight {
  0%, 100% { transform: translateY(0) rotate(10deg); }
  50% { transform: translateY(-14px) rotate(6deg); }
}

@keyframes spinChip {
  to {
    transform: rotate(360deg);
  }
}

@keyframes slide {
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 880px) {
  .nav {
    grid-template-columns: auto 1fr;
    border-radius: 24px;
  }

  .brand span {
    display: none;
  }

  nav {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
  }

  .buy {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 34px;
  }

  .arena {
    min-height: 430px;
    order: -1;
  }

  .arena img {
    width: min(86vw, 430px);
  }

  .card {
    width: 84px;
    height: 118px;
    font-size: 0.75rem;
  }

  .chip {
    width: 58px;
    height: 58px;
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .stats article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stats article:last-child {
    border-bottom: 0;
  }
}
