:root {
  color-scheme: dark;
  --bg: #020202;
  --panel: #0d0d0b;
  --panel-soft: #11100d;
  --line: rgba(255, 214, 0, 0.32);
  --line-strong: rgba(255, 214, 0, 0.56);
  --gold: #ffd600;
  --gold-2: #ffe66b;
  --text: #f3f3ed;
  --muted: #8f8f8f;
  --green: #56f07b;
  --pink: #ff7eb8;
  --cyan: #7de7ff;
  --shadow: 0 24px 80px rgba(255, 214, 0, 0.08);
  --cute-font: "Baloo 2", "Comic Sans MS", "Marker Felt", "Hannotate SC", "STYuanti", "Yuanti SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--cute-font);
  color: var(--text);
  background:
    radial-gradient(520px 360px at 50% 17%, rgba(255, 214, 0, 0.08), transparent 72%),
    radial-gradient(720px 460px at 50% 47%, rgba(255, 214, 0, 0.045), transparent 78%),
    var(--bg);
  overflow-x: hidden;
  cursor: none;
}

.anime-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.anime-bg span {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: var(--gold);
  opacity: 0.2;
  animation: floatCharm 9s ease-in-out infinite;
}

.anime-bg span:nth-child(1) {
  left: 9%;
  top: 20%;
  background: var(--pink);
}

.anime-bg span:nth-child(2) {
  left: 25%;
  top: 70%;
  width: 18px;
  height: 18px;
  animation-delay: -2s;
}

.anime-bg span:nth-child(3) {
  right: 16%;
  top: 18%;
  background: var(--cyan);
  animation-delay: -4s;
}

.anime-bg span:nth-child(4) {
  right: 8%;
  top: 66%;
  animation-delay: -6s;
}

.anime-bg span:nth-child(5) {
  left: 51%;
  top: 12%;
  width: 8px;
  height: 8px;
  background: var(--pink);
  animation-delay: -3s;
}

.anime-bg span:nth-child(6) {
  left: 62%;
  top: 82%;
  width: 16px;
  height: 16px;
  background: var(--cyan);
  animation-delay: -7s;
}

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

button,
a.btn {
  font: inherit;
}

button {
  cursor: pointer;
}

a,
button,
.frog-card,
.nft-card,
.brand {
  cursor: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 104px;
  padding: 18px clamp(24px, 7.2vw, 148px);
  border-bottom: 1px solid rgba(255, 214, 0, 0.16);
  background: rgba(2, 2, 2, 0.88);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 16px;
  min-width: 360px;
}

.brand-mark,
.hero-icon {
  position: relative;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 214, 0, 0.28);
  border-radius: 20px;
  background: #171717;
  overflow: hidden;
  box-shadow: inset 0 0 28px rgba(255, 214, 0, 0.05);
}

.brand-mark {
  width: 62px;
  height: 62px;
}

.brand-mark img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.phone-stage::before,
.phone-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.phone-stage::before {
  right: 18%;
  bottom: 20%;
  width: 15%;
  height: 15%;
  border: 2px solid var(--gold);
  border-radius: 999px;
  opacity: 0;
  animation: phoneTap 1.15s ease-out infinite;
}

.phone-stage::after {
  right: 10%;
  top: 16%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 18px 18px 0 var(--cyan), -12px 28px 0 var(--gold);
  opacity: 0.75;
  animation: sparklePop 1.8s ease-in-out infinite;
}

.phone-hakimi {
  transform-origin: 54% 70%;
  animation: phoneHakimi 1.35s ease-in-out infinite;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--gold);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.05;
  white-space: nowrap;
}

.brand small {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  letter-spacing: 2px;
}

.desktop-nav {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: 16px;
  padding: 7px;
  border: 1px solid rgba(255, 214, 0, 0.22);
  border-radius: 999px;
  background: #0b0b0a;
}

.nav-link {
  min-width: 86px;
  padding: 13px 18px;
  border-radius: 999px;
  color: #777;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
}

.nav-link.active,
.nav-link:hover {
  color: #111;
  background: var(--gold);
  box-shadow: 0 0 22px rgba(255, 214, 0, 0.26);
}

.wallet-btn {
  justify-self: end;
  min-width: 166px;
  min-height: 68px;
  border: 0;
  border-radius: 16px;
  color: #0b0b0b;
  background: linear-gradient(135deg, #ffef74, #d2a80a);
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(255, 214, 0, 0.16);
  transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}

.wallet-btn:hover,
.btn:hover,
.small-btn:hover,
.quick-row button:hover,
.icon-btn:hover {
  transform: translateY(-2px) scale(1.025);
  filter: saturate(1.12);
}

.wallet-btn:active,
.btn:active,
.small-btn:active,
.quick-row button:active,
.icon-btn:active {
  transform: translateY(1px) scale(0.96);
}

main {
  position: relative;
  z-index: 1;
  width: min(1720px, calc(100% - 288px));
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 104px);
  padding: 66px 0 86px;
  text-align: center;
}

.hero-icon {
  width: 198px;
  height: 198px;
  margin: 0 auto 24px;
  border-radius: 34px;
  animation: mascotBob 3.2s ease-in-out infinite;
}

.hero-icon img {
  width: 170px;
  height: 170px;
  object-fit: contain;
}

.vault-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 26px;
  border: 1px solid rgba(255, 214, 0, 0.5);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(255, 214, 0, 0.035);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
}

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

h1 {
  margin: 26px 0 24px;
  color: transparent;
  background: linear-gradient(180deg, #fff 10%, #fff0a6 45%, var(--gold) 90%);
  background-clip: text;
  font-size: clamp(72px, 7.8vw, 128px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.32), 0 0 28px rgba(255, 214, 0, 0.22);
  animation: titleSquish 3.6s ease-in-out infinite;
}

.hero-logo-title {
  display: grid;
  place-items: center;
  margin: 24px auto 18px;
  background: none;
  line-height: 1;
  text-shadow: none;
}

.hero-logo-title img {
  display: block;
  width: min(660px, 52vw);
  max-height: 148px;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.38)) drop-shadow(0 0 28px rgba(255, 214, 0, 0.22));
}

h2 {
  margin-bottom: 22px;
  color: var(--gold);
  font-size: clamp(42px, 4.4vw, 68px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}

.hero > p {
  max-width: 860px;
  margin: 0 auto 46px;
  color: #8d8d8d;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.58;
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  max-width: 860px;
  margin: 0 auto 48px;
}

.stats-band article {
  min-height: 126px;
  padding: 22px 18px;
  border: 1px solid rgba(255, 214, 0, 0.22);
  border-radius: 18px;
  background: #101010;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.stats-band article:hover,
.vault-grid article:hover {
  transform: translateY(-4px) rotate(-0.6deg);
  border-color: rgba(255, 214, 0, 0.56);
  box-shadow: 0 16px 36px rgba(255, 214, 0, 0.08);
}

.stats-band strong {
  display: block;
  color: var(--gold);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.stats-band small {
  display: block;
  margin-top: 16px;
  color: #858585;
  font-size: 16px;
  font-weight: 700;
}

.progress-wrap {
  max-width: 680px;
  margin: 0 auto 44px;
  text-align: left;
}

.progress-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  color: #858585;
  font-size: 17px;
  font-weight: 700;
}

.progress-track {
  height: 14px;
  padding: 2px;
  border: 1px solid rgba(255, 214, 0, 0.22);
  border-radius: 999px;
  background: #0c0c0c;
  overflow: hidden;
}

.progress-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold-2), var(--gold));
  box-shadow: 0 0 18px rgba(255, 214, 0, 0.56);
  animation: progressGlow 1.8s ease-in-out infinite;
}

.hero-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(190px, 300px));
  justify-content: center;
  gap: 18px;
}

.btn,
.small-btn,
.quick-row button,
.icon-btn {
  border: 1px solid rgba(255, 214, 0, 0.34);
  border-radius: 16px;
  color: var(--gold);
  background: transparent;
  font-weight: 900;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 0 32px;
  font-size: 24px;
  transition: transform 0.16s ease, filter 0.16s ease, box-shadow 0.16s ease;
}

.btn.primary {
  color: #050505;
  border-color: transparent;
  background: linear-gradient(135deg, #fff077, #caa20a);
  box-shadow: 0 18px 44px rgba(255, 214, 0, 0.18);
}

.btn.ghost {
  background: rgba(255, 214, 0, 0.02);
}

.game-launch-btn {
  width: 100%;
}

.vault-section,
.mint-section,
.collection-section,
.dividend-section,
.catalog-section {
  padding-top: 90px;
  scroll-margin-top: 118px;
}

.connected-line {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 0 30px;
  border: 1px solid rgba(86, 240, 123, 0.42);
  border-radius: 18px;
  color: var(--green);
  background: rgba(86, 240, 123, 0.045);
  font-size: 22px;
  font-weight: 800;
}

.status-dot {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 12px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 20px rgba(86, 240, 123, 0.5);
  animation: dotPulse 1.5s ease-in-out infinite;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-top: 48px;
  margin-bottom: 32px;
}

.section-head p,
.mint-section > p,
.collection-section > p,
.dividend-section > p,
.catalog-section > p,
.explain-panel p {
  max-width: 760px;
  color: #8d8d8d;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
}

.small-btn {
  min-width: 88px;
  min-height: 54px;
  padding: 0 22px;
  color: var(--gold);
  font-size: 17px;
}

.percent-panel,
.vault-grid article,
.mint-panel,
.claim-panel,
.explain-panel,
.empty-state {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #0f0f0e;
}

.percent-panel {
  display: grid;
  place-items: center;
  min-height: 204px;
  margin-bottom: 28px;
}

.percent-panel img {
  width: 66px;
  height: 66px;
  object-fit: contain;
  animation: mascotBob 2.8s ease-in-out infinite;
}

.percent-panel strong {
  display: block;
  color: var(--gold);
  font-size: 42px;
  line-height: 1;
}

.percent-panel span {
  color: #858585;
  font-size: 16px;
  font-weight: 700;
}

.vault-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.vault-grid article {
  min-height: 162px;
  padding: 30px 28px;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.vault-grid small {
  display: block;
  color: #8d8d8d;
  font-size: 17px;
  font-weight: 700;
}

.vault-grid strong {
  display: block;
  margin-top: 18px;
  color: var(--text);
  font-size: 28px;
  line-height: 1.1;
}

.vault-grid article:first-child strong {
  color: var(--gold);
}

.vault-grid span {
  display: block;
  margin-top: 18px;
  color: #8d8d8d;
  font-size: 15px;
}

.contract-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 22px;
}

.contract-row span {
  min-height: 52px;
  padding: 14px 20px;
  border: 1px solid rgba(255, 214, 0, 0.25);
  border-radius: 10px;
  color: #8d8d8d;
  background: #101010;
  font-size: 16px;
  font-weight: 800;
}

.contract-row b {
  color: var(--gold);
}

.mint-panel {
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  gap: 54px;
  align-items: center;
  min-height: 548px;
  padding: 64px 42px;
  background:
    radial-gradient(360px 320px at 25% 50%, rgba(255, 214, 0, 0.13), transparent 70%),
    #10100d;
}

.mint-preview {
  display: grid;
  place-items: center;
}

.nft-card {
  position: relative;
  width: 188px;
  min-height: 304px;
  padding: 14px 14px 20px;
  border: 2px solid rgba(255, 214, 0, 0.4);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 214, 0, 0.04), #101010 42%);
  box-shadow: 0 0 70px rgba(255, 214, 0, 0.16);
  transform-origin: center bottom;
  animation: cardFloat 3s ease-in-out infinite;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.nft-card:hover {
  transform: translateY(-6px) rotate(1deg) scale(1.03);
  box-shadow: 0 0 90px rgba(255, 214, 0, 0.24);
}

.nft-card img {
  display: block;
  width: 158px;
  height: 158px;
  object-fit: contain;
  border: 1px solid rgba(255, 214, 0, 0.24);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  animation: blindBoxWiggle 1.8s ease-in-out infinite;
}

.nft-card strong {
  display: block;
  margin-top: 18px;
  color: var(--gold);
  font-size: 56px;
  line-height: 1;
}

.nft-card span {
  display: block;
  margin-top: 20px;
  color: #858585;
  font-size: 17px;
  font-weight: 800;
  white-space: nowrap;
}

.mint-console {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(20, 20, 17, 0.92);
}

.console-title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.console-title strong {
  color: var(--gold);
  font-size: 23px;
}

.console-title span,
.quantity-label {
  color: #858585;
  font-size: 17px;
  font-weight: 800;
}

.quantity-label {
  display: block;
  margin: 0 0 10px 76px;
}

.quantity-row {
  display: grid;
  grid-template-columns: 58px 1fr 58px;
  gap: 18px;
  align-items: center;
}

.icon-btn {
  height: 58px;
  font-size: 26px;
}

.quantity-row output {
  display: grid;
  place-items: center;
  height: 72px;
  border: 1px solid rgba(255, 214, 0, 0.22);
  border-radius: 14px;
  color: var(--text);
  background: #050505;
  font-size: 25px;
  font-weight: 900;
}

.mint-rule-list {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(255, 214, 0, 0.22);
  border-radius: 14px;
  background: #050505;
}

.mint-rule-list span {
  color: #858585;
  font-size: 17px;
  font-weight: 800;
}

.mint-rule-list strong {
  color: var(--text);
  font-size: 22px;
  text-align: right;
}

.burn-line {
  margin: 26px 0 16px;
  color: #8d8d8d;
  font-size: 19px;
  font-weight: 800;
}

.burn-line b {
  margin-left: 10px;
  color: var(--gold);
}

.mint-note {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.tx-status {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 214, 0, 0.22);
  border-radius: 12px;
  color: var(--gold-2);
  background: rgba(255, 214, 0, 0.06);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}

.quick-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.quick-row button {
  min-height: 54px;
  color: #0e0e0d;
  background: rgba(255, 214, 0, 0.5);
  font-size: 17px;
}

.quick-row button:first-child {
  color: var(--gold);
  background: transparent;
}

.quick-row button.active {
  color: #050505;
  background: linear-gradient(135deg, #fff077, #caa20a);
}

.action-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.action-row .btn {
  min-height: 74px;
  font-size: 20px;
}

.single-action {
  grid-template-columns: 1fr;
}

.single-action .btn:disabled {
  cursor: not-allowed;
  color: rgba(5, 5, 5, 0.62);
  background: linear-gradient(135deg, rgba(255, 240, 119, 0.6), rgba(135, 111, 6, 0.62));
  box-shadow: none;
}

.collection-section {
  padding-top: 96px;
}

.card-grid {
  display: grid;
  gap: 16px;
}

.owned-grid {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.catalog-grid {
  grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
}

.frog-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(255, 214, 0, 0.24);
  border-radius: 16px;
  background: #101010;
  overflow: hidden;
  transform-origin: center bottom;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.frog-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 126, 184, 0.16), transparent 36%),
    radial-gradient(circle at 80% 18%, rgba(125, 231, 255, 0.12), transparent 34%);
  opacity: 0;
  transition: opacity 0.18s ease;
  pointer-events: none;
}

.frog-card:nth-child(4n + 1) img {
  animation: galleryHop 3.4s ease-in-out infinite;
  animation-delay: var(--wiggle-delay);
}

.frog-card:nth-child(4n + 2) img {
  animation: galleryWiggle 3.1s ease-in-out infinite;
  animation-delay: var(--wiggle-delay);
}

.frog-card:nth-child(4n + 3) img {
  animation: galleryBlink 3.8s ease-in-out infinite;
  animation-delay: var(--wiggle-delay);
}

.frog-card:nth-child(4n) img {
  animation: galleryFloat 3.6s ease-in-out infinite;
  animation-delay: var(--wiggle-delay);
}

.frog-card:hover {
  transform: translateY(-7px) rotate(-1deg);
  border-color: rgba(255, 214, 0, 0.64);
  box-shadow: 0 18px 42px rgba(255, 214, 0, 0.1);
}

.frog-card:hover::before {
  opacity: 1;
}

.frog-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 10px;
}

.frog-card div {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  padding: 12px;
  border-top: 1px solid rgba(255, 214, 0, 0.18);
}

.frog-card strong {
  color: var(--text);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.frog-card span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
}

.empty-state {
  display: grid;
  place-items: center;
  min-height: 270px;
  border-style: dashed;
  color: var(--muted);
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

.claim-panel {
  display: grid;
  grid-template-columns: 90px 1fr 390px;
  gap: 32px;
  align-items: center;
  min-height: 170px;
  padding: 34px 44px;
  background:
    linear-gradient(90deg, rgba(255, 214, 0, 0.12), rgba(255, 214, 0, 0.025)),
    #10100d;
}

.claim-panel img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  animation: mascotBob 2.4s ease-in-out infinite;
}

.claim-panel strong {
  display: block;
  color: var(--gold);
  font-size: 52px;
  line-height: 1;
}

.claim-panel span {
  display: block;
  margin-top: 12px;
  color: #8d8d8d;
  font-size: 17px;
  font-weight: 800;
}

.claim-panel .btn {
  min-height: 86px;
  font-size: 22px;
}

.claim-panel .btn:disabled {
  cursor: not-allowed;
  color: rgba(5, 5, 5, 0.62);
  background: linear-gradient(135deg, rgba(255, 240, 119, 0.6), rgba(135, 111, 6, 0.62));
  box-shadow: none;
}

.explain-panel {
  margin-top: 34px;
  padding: 38px 42px;
}

.explain-panel strong {
  display: block;
  margin-bottom: 24px;
  color: var(--gold);
  font-size: 24px;
}

.explain-panel p {
  max-width: none;
  margin-bottom: 0;
}

.admin-btn {
  margin-top: 24px;
}

.catalog-section {
  padding-bottom: 80px;
}

footer {
  position: relative;
  z-index: 1;
  padding: 34px 24px 80px;
  color: #777;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
}

.mobile-nav {
  display: none;
}

body.modal-open {
  overflow: hidden;
}

.game-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  place-items: center;
  padding: clamp(14px, 3vw, 36px);
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(10px);
}

.game-modal.show {
  display: grid;
}

.game-modal-shell {
  position: relative;
  width: min(1180px, 96vw);
  height: min(820px, 90vh);
  overflow: hidden;
  border: 1px solid rgba(255, 214, 0, 0.42);
  border-radius: 18px;
  background: #000;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.6), 0 0 44px rgba(255, 214, 0, 0.12);
}

.game-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 214, 0, 0.45);
  border-radius: 50%;
  color: #050505;
  background: var(--gold);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.game-modal iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 34px;
  z-index: 50;
  width: min(430px, calc(100vw - 34px));
  min-height: 68px;
  display: grid;
  place-items: center;
  padding: 12px 22px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  color: var(--gold);
  background: rgba(36, 30, 3, 0.96);
  box-shadow: 0 16px 44px rgba(255, 214, 0, 0.12);
  transform: translate(-50%, 18px);
  opacity: 0;
  transition: 0.22s ease;
  pointer-events: none;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
}

.toast.show {
  transform: translate(-50%, 0);
  opacity: 1;
}

.paw-cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 34px;
  height: 34px;
  transform: translate(-100px, -100px);
  pointer-events: none;
  filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.35));
  transition: transform 0.045s linear;
}

.paw-cursor .toe,
.paw-cursor .pad {
  position: absolute;
  display: block;
  background: #fff8de;
  border: 2px solid #1a1a1a;
}

.paw-cursor .toe {
  width: 12px;
  height: 13px;
  border-radius: 999px;
}

.paw-cursor .toe-1 {
  left: 3px;
  top: 2px;
  transform: rotate(-22deg);
}

.paw-cursor .toe-2 {
  left: 12px;
  top: 0;
}

.paw-cursor .toe-3 {
  left: 22px;
  top: 4px;
  transform: rotate(24deg);
}

.paw-cursor .pad {
  left: 7px;
  top: 14px;
  width: 23px;
  height: 17px;
  border-radius: 55% 55% 48% 48%;
  background: #ffe58a;
}

.paw-cursor.is-down {
  transition: transform 0.02s linear;
}

.paw-cursor.is-down .pad {
  transform: translateY(2px) scale(0.92);
  background: #ffcc4d;
}

.paw-scratch {
  position: fixed;
  z-index: 99;
  width: 38px;
  height: 38px;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(-18deg);
}

.paw-scratch span {
  position: absolute;
  top: 4px;
  width: 4px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(#fff8bf, var(--gold));
  box-shadow: 0 0 14px rgba(255, 214, 0, 0.48);
  animation: scratchFade 0.82s ease-out forwards;
}

.paw-scratch span:nth-child(1) {
  left: 8px;
}

.paw-scratch span:nth-child(2) {
  left: 18px;
  animation-delay: 0.03s;
}

.paw-scratch span:nth-child(3) {
  left: 28px;
  animation-delay: 0.06s;
}

.mint-burst {
  position: fixed;
  z-index: 95;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  pointer-events: none;
  background: var(--gold);
  box-shadow: 18px -10px 0 var(--pink), -16px -12px 0 var(--cyan), 10px 18px 0 #fff6a2;
  animation: burstPop 0.86s ease-out forwards;
}

@keyframes floatCharm {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  50% {
    transform: translate3d(18px, -22px, 0) rotate(18deg) scale(1.28);
  }
}

@keyframes phoneHakimi {
  0%, 100% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
  35% {
    transform: translateY(1px) rotate(-2deg) scale(1.02);
  }
  55% {
    transform: translateY(0) rotate(2deg) scale(0.99);
  }
}

@keyframes phoneTap {
  0% {
    transform: scale(0.2);
    opacity: 0.9;
  }
  72%, 100% {
    transform: scale(1.9);
    opacity: 0;
  }
}

@keyframes sparklePop {
  0%, 100% {
    transform: scale(0.8) rotate(0deg);
    opacity: 0.45;
  }
  50% {
    transform: scale(1.15) rotate(18deg);
    opacity: 0.9;
  }
}

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

@keyframes titleSquish {
  0%, 100% {
    transform: scaleX(1) scaleY(1);
  }
  48% {
    transform: scaleX(1.015) scaleY(0.985);
  }
}

@keyframes progressGlow {
  0%, 100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.22);
  }
}

@keyframes dotPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
}

@keyframes cardFloat {
  0%, 100% {
    transform: translateY(0) rotate(-0.5deg);
  }
  50% {
    transform: translateY(-8px) rotate(0.8deg);
  }
}

@keyframes blindBoxWiggle {
  0%, 100% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(-2deg) scale(1.02);
  }
  50% {
    transform: rotate(2deg) scale(1.01);
  }
}

@keyframes galleryHop {
  0%, 100% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-5px);
  }
}

@keyframes galleryWiggle {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(2.2deg);
  }
}

@keyframes galleryBlink {
  0%, 92%, 100% {
    transform: scaleY(1);
  }
  95% {
    transform: scaleY(0.94);
  }
}

@keyframes galleryFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-4px) rotate(-1.5deg);
  }
}

@keyframes scratchFade {
  0% {
    opacity: 1;
    transform: translateY(0) scaleY(0.2);
  }
  100% {
    opacity: 0;
    transform: translateY(14px) scaleY(1.05);
  }
}

@keyframes burstPop {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.3);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -70%) scale(1.7) rotate(35deg);
  }
}

@media (pointer: coarse) {
  body,
  a,
  button,
  .frog-card,
  .nft-card,
  .brand {
    cursor: auto;
  }

  .paw-cursor {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1180px) {
  main {
    width: min(100% - 48px, 1720px);
  }

  .site-header {
    padding: 16px 28px;
  }

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

  .wallet-btn {
    min-width: 138px;
  }

  .hero-actions {
    grid-template-columns: repeat(2, minmax(220px, 360px));
  }

  .vault-grid,
  .stats-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .mint-panel,
  .claim-panel {
    grid-template-columns: 1fr;
  }

  .claim-panel {
    justify-items: center;
    text-align: center;
  }

  .claim-panel .btn {
    width: 100%;
  }
}

@media (max-width: 860px) {
  .site-header {
    display: flex;
    min-height: 74px;
    gap: 12px;
  }

  .desktop-nav {
    display: none;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .brand-mark img {
    width: 52px;
    height: 52px;
  }

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

  .brand small {
    display: none;
  }

  .wallet-btn {
    margin-left: auto;
    min-width: 112px;
    min-height: 48px;
    border-radius: 12px;
    font-size: 15px;
  }

  main {
    width: min(100% - 28px, 1720px);
  }

  .hero {
    min-height: auto;
    padding: 42px 0 62px;
  }

  .hero-icon {
    width: 142px;
    height: 142px;
    border-radius: 26px;
  }

  .hero-icon img {
    width: 122px;
    height: 122px;
  }

  .vault-badge {
    min-height: 38px;
    padding: 0 16px;
    font-size: 14px;
  }

  h1 {
    font-size: clamp(54px, 17vw, 82px);
  }

  .hero-logo-title {
    margin: 18px auto 16px;
  }

  .hero-logo-title img {
    width: min(78vw, 480px);
    max-height: 104px;
  }

  h2 {
    font-size: clamp(36px, 11vw, 54px);
  }

  .hero > p,
  .section-head p,
  .mint-section > p,
  .collection-section > p,
  .dividend-section > p,
  .catalog-section > p,
  .explain-panel p {
    font-size: 17px;
  }

  .hero-actions,
  .action-row,
  .quick-row {
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
    min-height: 62px;
    font-size: 19px;
  }

  .section-head {
    display: block;
  }

  .small-btn {
    margin-top: 12px;
  }

  .mint-panel {
    min-height: 0;
    padding: 34px 20px;
  }

  .quantity-row {
    grid-template-columns: 50px 1fr 50px;
    gap: 10px;
  }

  .quantity-label {
    margin-left: 60px;
  }

  .vault-grid,
  .stats-band {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contract-row {
    display: grid;
  }

  .mobile-nav {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(2, 2, 2, 0.9);
    backdrop-filter: blur(16px);
  }

  .mobile-nav a {
    display: grid;
    place-items: center;
    min-height: 42px;
    border-radius: 10px;
    color: var(--gold);
    background: rgba(255, 214, 0, 0.055);
    font-size: 13px;
    font-weight: 800;
  }

  footer {
    padding-bottom: 92px;
  }
}
