@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* ─── Reset & Base ─────────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Comic Sans MS', 'Comic Sans', 'Chalkboard SE', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #78350F;
  background-color: #FFFBEB;
}

/* ─── Typography ────────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem 0;
  color: #451A03;
  line-height: 1.2;
  font-weight: 700;
  font-family: 'Comic Sans MS', 'Comic Sans', 'Chalkboard SE', sans-serif;
}

p {
  margin: 0 0 1rem 0;
}

p:last-child,
h1:last-child, h2:last-child, h3:last-child,
h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

a {
  color: #B45309;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

a:hover {
  color: #92400E;
}

hr {
  margin: 2rem 0;
  border: none;
  border-bottom: 1px solid #FDE68A;
}

ul, ol {
  margin: 0;
  padding-left: 1.5rem;
}

/* ─── Layout Shell ──────────────────────────────────────────── */
.site-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-content {
  flex: 1;
}

/* ─── Navigation ────────────────────────────────────────────── */
.site-nav {
  background: rgba(255, 251, 235, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 2px solid #FDE68A;
  position: sticky;
  top: 0;
  z-index: 100;
}

.site-nav-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ─── Nav Links ─────────────────────────────────────────────── */
.site-nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav-link {
  font-size: 0.88rem;
  font-weight: 600;
  color: #92400E;
  text-decoration: none;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.site-nav-link:hover {
  background: #FEF3C7;
  border-color: #FCD34D;
  color: #B45309;
}

.site-nav-link--highlight {
  background: #F59E0B;
  color: #451A03;
  border-color: #F59E0B;
}

.site-nav-link--highlight:hover {
  background: #FBBF24;
  border-color: #FBBF24;
  color: #451A03;
}

.site-logo-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.site-logo-text {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.4px;
}

.site-logo-text--dark {
  color: #1C1917;
}

.site-logo-text--gold {
  background: linear-gradient(135deg, #F59E0B 0%, #FBBF24 50%, #D97706 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ─── Footer ────────────────────────────────────────────────── */
.site-footer {
  border-top: 2px solid #FDE68A;
  background: #FEF3C7;
  padding: 24px;
}

.site-footer-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.site-footer-copy {
  font-size: 0.85rem;
  color: #A16207;
}

.site-footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.site-footer-links a {
  font-size: 0.85rem;
  color: #A16207;
  font-weight: 500;
  transition: color 0.2s ease;
}

.site-footer-links a:hover {
  color: #B45309;
}

/* ─── Hero Section ──────────────────────────────────────────── */
.hero {
  text-align: center;
  padding: 72px 24px 56px;
  max-width: 640px;
  margin: 0 auto;
}

.hero-coin {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 auto 28px;
  display: block;
  animation: coin-pulse 3s ease-in-out infinite;
  border: 3px solid #FCD34D;
  box-shadow: 0 0 0 6px rgba(251, 191, 36, 0.2), 0 8px 32px rgba(245, 158, 11, 0.35);
}

/* ─── Nav Logo Doge Words ───────────────────────────────────── */
.nav-logo-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-doge-word {
  position: absolute;
  font-family: 'Comic Sans MS', 'Comic Sans', 'Chalkboard SE', sans-serif;
  font-weight: bold;
  font-size: 0.65rem;
  pointer-events: none;
  z-index: 10;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  animation: doge-word-bob 4s ease-in-out infinite;
  white-space: nowrap;
}

.nav-doge-word--1 {
  color: #f97316;
  top: -14px;
  left: 4px;
  transform: rotate(-8deg);
  animation-delay: 0s;
}

.nav-doge-word--2 {
  color: #8b5cf6;
  top: -12px;
  left: 38px;
  transform: rotate(5deg);
  animation-delay: 0.7s;
}

.nav-doge-word--3 {
  color: #10b981;
  top: -10px;
  right: -30px;
  transform: rotate(-5deg);
  font-size: 0.6rem;
  animation-delay: 1.3s;
}

/* ─── Page Doge Meme Block (Faucet / Referral) ──────────────── */
.page-doge-wrap {
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0 auto 20px;
}

.page-doge-img {
  display: block;
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 12px;
  position: absolute;
  top: 10px;
  left: 10px;
  transform: rotate(-3deg);
  filter: drop-shadow(0 4px 14px rgba(0,0,0,0.2));
  animation: doge-float 3.5s ease-in-out infinite;
}

.page-doge-word {
  position: absolute;
  font-family: 'Comic Sans MS', 'Comic Sans', 'Chalkboard SE', sans-serif;
  font-weight: bold;
  font-size: 0.78rem;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff,
               0 2px 6px rgba(0,0,0,0.15);
  pointer-events: none;
  z-index: 10;
  animation: doge-word-bob 4s ease-in-out infinite;
  white-space: nowrap;
}

.page-doge-word--1 {
  color: #f97316;
  top: -10px;
  left: -8px;
  font-size: 1rem;
  transform: rotate(-9deg);
  animation-delay: 0s;
}

.page-doge-word--2 {
  color: #8b5cf6;
  top: 14px;
  right: -28px;
  transform: rotate(6deg);
  animation-delay: 0.5s;
}

.page-doge-word--3 {
  color: #10b981;
  bottom: 22px;
  right: -32px;
  transform: rotate(-5deg);
  font-size: 0.7rem;
  animation-delay: 1s;
}

.page-doge-word--4 {
  color: #ef4444;
  bottom: -6px;
  left: -10px;
  transform: rotate(7deg);
  font-size: 0.75rem;
  animation-delay: 0.3s;
}

/* ─── Page Doge Peek (Faucet / Referral info cards) ─────────── */
.info-card-title-row {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 10px;
}

.info-doge-peek {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
  transform: rotate(-4deg);
  filter: drop-shadow(0 3px 10px rgba(0,0,0,0.18));
  animation: doge-float 3.8s ease-in-out infinite;
  align-self: flex-end;
}

.info-doge-meme-word {
  position: absolute;
  font-family: 'Comic Sans MS', 'Comic Sans', 'Chalkboard SE', sans-serif;
  font-weight: bold;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  pointer-events: none;
  z-index: 5;
  animation: doge-word-bob 4s ease-in-out infinite;
  white-space: nowrap;
}

.info-doge-word--1 {
  color: #f97316;
  font-size: 0.8rem;
  top: -12px;
  left: 6px;
  transform: rotate(-7deg);
  animation-delay: 0s;
}

.info-doge-word--2 {
  color: #8b5cf6;
  font-size: 0.7rem;
  top: -8px;
  left: 38px;
  transform: rotate(5deg);
  animation-delay: 0.6s;
}

.info-doge-word--3 {
  color: #10b981;
  font-size: 0.65rem;
  bottom: 28px;
  left: 2px;
  transform: rotate(-4deg);
  animation-delay: 1.1s;
}

/* ─── Doge Meme Block ───────────────────────────────────────── */
.hero-doge-wrap {
  position: relative;
  width: 280px;
  height: 280px;
  margin: 8px auto 36px;
}

.hero-doge {
  display: block;
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 16px;
  position: absolute;
  top: 10px;
  left: 10px;
  transform: rotate(2deg);
  filter: drop-shadow(0 6px 24px rgba(0,0,0,0.22));
  animation: doge-float 3.5s ease-in-out infinite;
}

@keyframes doge-float {
  0%, 100% { transform: rotate(2deg) translateY(0px); }
  50%       { transform: rotate(2deg) translateY(-10px); }
}

/* Classic doge meme floating words */
.doge-word {
  position: absolute;
  font-family: 'Comic Sans MS', 'Comic Sans', 'Chalkboard SE', sans-serif;
  font-weight: bold;
  font-size: 1.05rem;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff,
               0 2px 8px rgba(0,0,0,0.18);
  pointer-events: none;
  z-index: 10;
  animation: doge-word-bob 4s ease-in-out infinite;
}

.doge-word--1 {
  color: #f97316;
  top: -18px;
  left: -10px;
  font-size: 1.35rem;
  transform: rotate(-8deg);
  animation-delay: 0s;
}

.doge-word--2 {
  color: #8b5cf6;
  top: 20px;
  right: -18px;
  transform: rotate(6deg);
  animation-delay: 0.6s;
}

.doge-word--3 {
  color: #10b981;
  bottom: 60px;
  right: -22px;
  transform: rotate(-4deg);
  animation-delay: 1.1s;
}

.doge-word--4 {
  color: #ef4444;
  bottom: 10px;
  left: -20px;
  transform: rotate(5deg);
  animation-delay: 0.3s;
}

.doge-word--5 {
  color: #3b82f6;
  top: 80px;
  left: -28px;
  transform: rotate(-10deg);
  font-size: 0.9rem;
  animation-delay: 0.9s;
}

.doge-word--6 {
  color: #f59e0b;
  bottom: -16px;
  right: 10px;
  font-size: 1.2rem;
  transform: rotate(8deg);
  animation-delay: 1.5s;
}

@keyframes doge-word-bob {
  0%, 100% { transform-origin: center; opacity: 0.9; }
  50%       { opacity: 1; margin-top: -4px; }
}

@keyframes coin-pulse {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    box-shadow: 0 0 0 6px rgba(251,191,36,0.2), 0 8px 32px rgba(245,158,11,0.35), 0 0 60px rgba(251,191,36,0.1);
  }
  50% {
    transform: scale(1.08) rotate(5deg);
    box-shadow: 0 0 0 12px rgba(251,191,36,0.4), 0 12px 40px rgba(245,158,11,0.65), 0 0 80px rgba(251,191,36,0.2);
  }
}

.hero-meme-tag {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #B45309;
  background: #FEF3C7;
  border: 1px solid #FCD34D;
  border-radius: 999px;
  padding: 4px 14px;
  margin-bottom: 18px;
}

.hero-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -1.5px;
  margin-bottom: 12px;
  color: #451A03;
  animation: subtle-shake 0.5s ease-in-out;
}

@keyframes subtle-shake {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-1deg); }
  75% { transform: rotate(1deg); }
}

.hero-title-accent {
  background: linear-gradient(135deg, #F59E0B 0%, #FBBF24 50%, #D97706 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-meme-line {
  font-size: 0.92rem;
  color: #B45309;
  font-weight: 600;
  margin-bottom: 12px;
  opacity: 0.8;
  font-style: italic;
}

.hero-subtitle {
  font-size: 1.05rem;
  color: #92400E;
  margin-bottom: 36px;
  font-weight: 400;
  line-height: 1.7;
}

/* ─── CTA Buttons ───────────────────────────────────────────── */
.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 360px;
  margin: 0 auto 40px;
}

.btn-primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 22px;
  background: #F59E0B;
  color: #451A03;
  border: none;
  border-radius: 14px;
  font-family: 'Comic Sans MS', 'Comic Sans', 'Chalkboard SE', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.4), 0 1px 3px rgba(0,0,0,0.08);
}

.btn-primary:hover {
  background: #FBBF24;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.5);
  animation: wiggle 0.3s ease-in-out;
}

@keyframes wiggle {
  0%, 100% { transform: translateY(-2px) rotate(0deg); }
  25% { transform: translateY(-2px) rotate(-2deg); }
  75% { transform: translateY(-2px) rotate(2deg); }
}

.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
}

.btn-secondary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 22px;
  background: #FEF3C7;
  color: #78350F;
  border: 2px solid #FCD34D;
  border-radius: 14px;
  font-family: 'Comic Sans MS', 'Comic Sans', 'Chalkboard SE', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.btn-secondary:hover {
  background: #FDE68A;
  border-color: #F59E0B;
  transform: translateY(-2px);
}

.btn-secondary:active {
  transform: translateY(0);
}

.btn-label {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.btn-label-main {
  font-weight: 700;
  font-size: 1rem;
}

.btn-label-sub {
  font-size: 0.78rem;
  font-weight: 400;
  opacity: 0.65;
  margin-top: 2px;
}

.btn-arrow {
  font-size: 1.1rem;
  opacity: 0.7;
}

/* ─── Feature Cards ─────────────────────────────────────────── */
.feature-cards {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.feature-card {
  background: #FEF3C7;
  border: 2px solid #FDE68A;
  border-radius: 14px;
  padding: 18px 20px;
  flex: 1;
  min-width: 130px;
  max-width: 180px;
  text-align: center;
  transition: border-color 0.2s ease, transform 0.15s ease;
}

.feature-card:hover {
  border-color: #F59E0B;
  transform: translateY(-2px);
}

.feature-card-icon {
  font-size: 1.6rem;
  margin-bottom: 8px;
  display: block;
}

.feature-card-title {
  font-size: 0.8rem;
  font-weight: 700;
  color: #92400E;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ─── Faucet / Referral caption helpers ────────────────────── */
.caption {
  text-align: center;
  font-weight: 500;
  font-size: 1.05rem;
  color: #92400E;
  margin-bottom: 16px;
}

.caption.small,
.caption.mh {
  font-size: 0.88rem;
  color: #A16207;
  margin-top: 12px;
  margin-bottom: 8px;
}

.caption.m1 {
  font-size: 1rem;
  margin-bottom: 20px;
}

/* ─── Ad Container ──────────────────────────────────────────── */
.ad-container {
  max-width: 640px;
  margin: 0 auto 64px;
  padding: 0 24px;
}

.ad-card {
  background: #FEF3C7;
  border: 2px solid #FDE68A;
  border-radius: 14px;
  overflow: hidden;
  min-height: 100px;
}

.ad-card iframe {
  display: block;
  width: 100%;
  border: none;
  background: transparent;
}

/* ─── Ad Block Warning ──────────────────────────────────────── */
.adblock-warning {
  max-width: 480px;
  margin: 0 auto 32px;
  padding: 28px 32px;
  background: #FEF9C3;
  border: 2px solid #FDE68A;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(245, 158, 11, 0.1);
}

.adblock-warning-icon {
  font-size: 40px;
  margin-bottom: 12px;
  display: block;
}

.adblock-warning h3 {
  color: #B45309;
  font-size: 1.15rem;
  margin-bottom: 12px;
}

.adblock-warning p {
  color: #92400E;
  font-size: 0.92rem;
  line-height: 1.65;
  margin-bottom: 10px;
}

.adblock-warning-steps {
  margin-top: 16px;
  padding: 14px 18px;
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid #FCD34D;
  border-radius: 8px;
  text-align: left;
}

.adblock-steps-title {
  font-weight: 700;
  color: #B45309;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 8px !important;
}

.adblock-warning ul {
  padding-left: 18px;
}

.adblock-warning ul li {
  color: #92400E;
  font-size: 0.88rem;
  margin-bottom: 5px;
  line-height: 1.55;
}

.adblock-warning ul li:last-child {
  margin-bottom: 0;
}

/* ─── Spinner ───────────────────────────────────────────────── */
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 16px;
  height: 16px;
  background-color: #F59E0B;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 { animation-delay: -0.32s; }
.spinner .bounce2 { animation-delay: -0.16s; }

@keyframes sk-bouncedelay {
  0%, 80%, 100% { transform: scale(0); }
  40%           { transform: scale(1.0); }
}

/* ─── Alerts ────────────────────────────────────────────────── */
.alert-danger, .alert-info {
  padding: 14px 18px;
  border-radius: 10px;
  margin-bottom: 16px;
  font-size: 0.92rem;
  font-weight: 600;
  animation: bounce-in 0.4s ease-out;
}

.alert-danger {
  background: rgba(239, 68, 68, 0.12);
  border: 2px solid rgba(239, 68, 68, 0.4);
  color: #B91C1C;
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif, inherit;
}

.alert-info {
  background: rgba(245, 158, 11, 0.15);
  border: 2px solid rgba(245, 158, 11, 0.45);
  color: #92400E;
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif, inherit;
}

/* ─── Loading button state ──────────────────────────────────── */
.button.loading {
  opacity: 0.6;
  cursor: not-allowed;
}

.loading-dots {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  animation: ellipsis 1.5s infinite;
}

@keyframes ellipsis {
  0%   { width: 0; }
  33%  { width: 0.5em; }
  66%  { width: 1em; }
  100% { width: 1.5em; }
}

/* ─── Receipt ───────────────────────────────────────────────── */
.receipt {
  max-width: 520px;
  margin: 48px auto;
  padding: 28px 32px;
  background: #FEF3C7;
  border: 2px solid #FDE68A;
  border-radius: 14px;
}

.receipt p {
  text-align: left;
}

.receipt .row {
  border-bottom: 1px solid #FDE68A;
  padding: 10px 0;
  display: flex;
}

.receipt .row:first-child { padding-top: 0; }

.receipt .row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.receipt .row .label {
  width: 110px;
  font-weight: 500;
  text-transform: uppercase;
  color: #A16207;
  font-size: 0.78rem;
  letter-spacing: 0.4px;
  text-align: right;
  padding-right: 16px;
  flex-shrink: 0;
}

.receipt .row .value {
  color: #451A03;
  flex: 1;
}

/* ─── Prose pages (Terms, Privacy, etc.) ───────────────────── */
.prose {
  max-width: 720px;
  margin: 48px auto;
  padding: 40px;
  background: #FEF3C7;
  border: 2px solid #FDE68A;
  border-radius: 14px;
  color: #78350F;
}

.prose h2, .prose h3 {
  color: #451A03;
}

/* ─── Down page ─────────────────────────────────────────────── */
.down {
  max-width: 560px;
  margin: 80px auto;
  padding: 0 24px;
  text-align: center;
  line-height: 1.7;
}

.down p.signed {
  color: #A16207;
  font-size: 0.88rem;
  font-weight: 600;
}

/* ─── Old .buttons / .buy-wrap (Faucet/Referral pages) ─────── */
.buttons {
  margin: 40px auto;
  max-width: 400px;
}

.buttons button.button {
  height: 80px;
  margin-bottom: 16px;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-family: 'Comic Sans MS', 'Comic Sans', 'Chalkboard SE', sans-serif;
  font-weight: 700;
  color: #451A03;
  background: #F59E0B;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.3);
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.buttons button.button:hover {
  background: #FBBF24;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.45);
}

.buttons button.button:active {
  transform: translateY(0);
}

.buttons button.button.grey {
  background: #FEF3C7;
  color: #78350F;
  border: 2px solid #FDE68A;
  box-shadow: none;
}

.buttons button.button.grey:hover {
  background: #FDE68A;
  border-color: #F59E0B;
}

.buttons button.button .soft {
  display: block;
  font-weight: 400;
  font-size: 0.78rem;
  opacity: 0.65;
  margin-top: 4px;
}

.buttons form {
  margin: 0;
}

.buttons form:last-child button.button {
  margin-bottom: 0;
}

.buy-wrap {
  max-width: 680px;
  margin: 48px auto;
  padding: 0 24px;
}

.buy-wrap .heading {
  font-size: 1rem;
  font-weight: 400;
  color: #92400E;
  text-align: center;
}

.buy-wrap .caption {
  text-align: center;
  font-weight: 500;
  font-size: 1.05rem;
  color: #92400E;
}

.buy-wrap .caption.small {
  font-size: 0.9rem;
}

.buy-wrap .message {
  text-align: center;
  font-size: 1rem;
  color: #92400E;
}

.buy-wrap .message.error   { color: #B91C1C; }
.buy-wrap .message.success { color: #15803D; }

.buy-wrap .form.pay {
  text-align: center;
}

.buy-wrap .form input.in {
  height: 50px;
  width: 88%;
  background: #FFFBEB;
  border: 2px solid #FDE68A;
  border-radius: 10px;
  outline: none;
  padding: 10px 15px;
  font-family: 'Comic Sans MS', 'Comic Sans', 'Chalkboard SE', sans-serif;
  font-size: 1rem;
  color: #451A03;
  box-sizing: border-box;
}

.buy-wrap .form input.in:focus {
  border-color: #F59E0B;
}

.buy-wrap .form .btn2 {
  width: 11%;
  height: 50px;
  padding-left: 8px;
  display: inline-block;
  vertical-align: top;
}

.buy-wrap .form .btn2 button.button {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.buy-wrap .dogecoin-address {
  text-align: center;
  font-size: 1.2rem;
  display: block;
}

.buy-wrap .dogecoin-address a {
  font-weight: 500;
  background: rgba(245, 158, 11, 0.1);
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(245, 158, 11, 0.3);
  color: #B45309;
}

.buy-wrap .dogecoin-address a:hover {
  background: rgba(245, 158, 11, 0.18);
}

.buy-wrap .buy-menu {
  max-width: 400px;
  margin: 0 auto;
}

.buy-wrap .buy-menu .options .option {
  width: 25%;
  box-sizing: border-box;
  padding: 0 1px;
  display: inline-block;
  font-weight: 500;
}

.buy-wrap .buy-menu .options .option:first-child { padding-left: 0; }
.buy-wrap .buy-menu .options .option:last-child  { padding-right: 0; }

.buy-wrap .buy-menu .options .option:first-child .inner {
  border-radius: 8px 0 0 8px;
}

.buy-wrap .buy-menu .options .option:last-child .inner {
  border-radius: 0 8px 8px 0;
}

.buy-wrap .buy-menu .options .option.selected .inner {
  background: #F59E0B;
  color: #451A03;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
}

.buy-wrap .buy-menu .options .option.disabled .inner {
  cursor: not-allowed;
  background: #FEF3C7;
  color: #A16207;
  opacity: 0.5;
}

.buy-wrap .buy-menu .options .option .inner {
  padding: 10px;
  background: #FEF3C7;
  border: 2px solid #FDE68A;
  cursor: pointer;
  text-align: center;
  color: #78350F;
}

.buy-wrap .buy-menu .buy-button button.button {
  width: 100%;
  padding: 18px;
}

.buy-wrap .faucet {
  text-align: center;
}

/* ─── Meme Text Effects ─────────────────────────────────────── */
.meme-text {
  font-family: 'Comic Sans MS', 'Comic Sans', 'Chalkboard SE', sans-serif !important;
  font-weight: bold;
}

.rainbow-text {
  background: linear-gradient(90deg, #f97316, #8b5cf6, #10b981, #f59e0b, #ef4444);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: rainbow-slide 3s linear infinite;
}

@keyframes rainbow-slide {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

.bounce-in {
  animation: bounce-in 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes bounce-in {
  0% { transform: scale(0); opacity: 0; }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); opacity: 1; }
}

/* ─── Utility ───────────────────────────────────────────────── */
.row {
  margin-left: 0;
  margin-right: 0;
}

.cf::before, .cf::after { content: ' '; display: table; }
.cf::after { clear: both; }
.left  { float: left; }
.right { float: right; }

button { outline: none; cursor: pointer; }

/* ─── Page Layout (Faucet / Referral) ──────────────────────── */
.page-layout {
  display: flex;
  gap: 28px;
  max-width: 960px;
  margin: 48px auto 0;
  padding: 0 24px;
  align-items: flex-start;
}

.balance-layout {
  flex-direction: column;
  align-items: center;
  max-width: 680px;
}

.balance-main-column {
  width: 100%;
  max-width: 580px;
}

.balance-ad-column {
  width: 100%;
  max-width: 100%;
}

.ad-container-full {
  max-width: 960px;
  margin: 24px auto 48px;
  padding: 0 24px;
}

.info-column {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.action-column {
  width: 380px;
  flex-shrink: 0;
}

/* ─── MEME FAUCET LAYOUT ────────────────────────────────────── */
.meme-faucet-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px;
  text-align: center;
}

.meme-hero-section {
  position: relative;
  margin-bottom: 40px;
}

.meme-title {
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  font-size: clamp(2.2rem, 6vw, 3.8rem);
  font-weight: 900;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #F59E0B 0%, #FBBF24 50%, #D97706 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
}

.meme-subtitle {
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #B45309;
  margin-bottom: 8px;
}

.meme-tagline {
  font-size: 1rem;
  color: #92400E;
  margin-bottom: 32px;
}

/* ─── FLOATING DOGE HEADS ───────────────────────────────────── */
.floating-doges {
  position: relative;
  width: 100%;
  height: 180px;
  margin: 20px 0;
}

.floating-doge {
  position: absolute;
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #FCD34D;
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.2);
  animation: float-gentle 4s ease-in-out infinite;
}

.floating-doge:nth-child(1) {
  top: 10px;
  left: 8%;
  animation-delay: 0s;
}

.floating-doge:nth-child(2) {
  top: 40px;
  right: 10%;
  animation-delay: 1s;
}

.floating-doge:nth-child(3) {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 2s;
  width: 80px;
  height: 80px;
}

@keyframes float-gentle {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ─── WOW METER (Balance Display) ───────────────────────────── */
.wow-meter {
  background: #FEF3C7;
  border: 2px solid #F59E0B;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.15);
}

.wow-meter::before {
  content: '🚀';
  position: absolute;
  font-size: 80px;
  opacity: 0.05;
  right: -10px;
  top: -10px;
}

.wow-meter-label {
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #B45309;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wow-meter-value {
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: #F59E0B;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  margin-bottom: 8px;
}

.wow-meter-subtext {
  font-size: 0.85rem;
  color: #92400E;
  font-style: italic;
}

/* ─── MEME CLAIM BOX ────────────────────────────────────────── */
.meme-claim-box {
  background: #FEF3C7;
  border: 3px solid #F59E0B;
  border-radius: 20px;
  padding: 36px 32px;
  margin-bottom: 32px;
  position: relative;
  box-shadow: 0 6px 24px rgba(245, 158, 11, 0.2);
}

.meme-claim-header {
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: #451A03;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.meme-input {
  width: 100%;
  height: 60px;
  background: #FFFBEB;
  border: 2px solid #FDE68A;
  border-radius: 12px;
  outline: none;
  padding: 0 20px;
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  font-size: 1.05rem;
  color: #451A03;
  font-weight: 600;
  box-sizing: border-box;
  transition: all 0.2s ease;
  margin-bottom: 16px;
}

.meme-input:focus {
  border-color: #F59E0B;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15);
}

.meme-input::placeholder {
  color: #A16207;
  opacity: 0.7;
}

.meme-claim-btn {
  width: 100%;
  height: 70px;
  background: #F59E0B;
  color: #451A03;
  border: none;
  border-radius: 14px;
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.meme-claim-btn:hover {
  background: #FBBF24;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4);
}

.meme-claim-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
}

.meme-claim-btn:disabled,
.meme-claim-btn.loading {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
  animation: none;
}

/* ─── MEME INFO CARDS ───────────────────────────────────────── */
.meme-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 32px;
}

.meme-info-card {
  background: #FEF3C7;
  border: 2px solid #FDE68A;
  border-radius: 12px;
  padding: 18px 14px;
  text-align: center;
  transition: all 0.2s ease;
}

.meme-info-card:hover {
  border-color: #F59E0B;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.2);
}

.meme-info-icon {
  font-size: 2rem;
  margin-bottom: 10px;
  display: block;
}

.meme-info-title {
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #B45309;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.meme-info-text {
  font-size: 0.85rem;
  color: #92400E;
  line-height: 1.5;
}

/* ─── DONATION BOX ──────────────────────────────────────────── */
.meme-donate-box {
  background: #FEF3C7;
  border: 2px dashed #F59E0B;
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 32px;
  text-align: center;
}

.meme-donate-title {
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  color: #B45309;
  margin-bottom: 12px;
}

.meme-donate-text {
  font-size: 0.95rem;
  color: #92400E;
  margin-bottom: 16px;
  line-height: 1.6;
}

.meme-donate-address {
  background: #FFFBEB;
  border: 2px solid #FCD34D;
  border-radius: 12px;
  padding: 14px;
  font-family: 'Courier New', monospace;
  font-size: 0.85rem;
  font-weight: 700;
  color: #B45309;
  word-break: break-all;
}

/* ─── MEME FAUCET LAYOUT ────────────────────────────────────── */
.meme-faucet-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px;
  text-align: center;
}

.meme-hero-section {
  position: relative;
  margin-bottom: 40px;
}

.meme-title {
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 800;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #F59E0B 0%, #FBBF24 50%, #D97706 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}

@keyframes gradient-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.meme-subtitle {
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #B45309;
  margin-bottom: 8px;
  transform: rotate(1deg);
}

.meme-tagline {
  font-size: 1rem;
  color: #92400E;
  margin-bottom: 32px;
}

/* ─── FLOATING DOGE HEADS ───────────────────────────────────── */
.floating-doges {
  position: relative;
  width: 100%;
  height: 180px;
  margin: 20px 0;
}

.floating-doge {
  position: absolute;
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #FCD34D;
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.2);
  animation: float-gentle 4s ease-in-out infinite;
}

.floating-doge:nth-child(1) {
  top: 10px;
  left: 8%;
  animation-delay: 0s;
}

.floating-doge:nth-child(2) {
  top: 40px;
  right: 10%;
  animation-delay: 1s;
}

.floating-doge:nth-child(3) {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 2s;
  width: 70px;
  height: 70px;
}

/* ─── WOW METER (Balance Display) ───────────────────────────── */
.wow-meter {
  background: #FEF3C7;
  border: 2px solid #F59E0B;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.15);
}

.wow-meter::before {
  content: '🚀';
  position: absolute;
  font-size: 60px;
  opacity: 0.08;
  right: -5px;
  top: -5px;
}

.wow-meter-label {
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #B45309;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.wow-meter-value {
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: #F59E0B;
  margin-bottom: 6px;
}

.wow-meter-subtext {
  font-size: 0.82rem;
  color: #92400E;
  font-style: italic;
}

/* ─── MEME CLAIM BOX ────────────────────────────────────────── */
.meme-claim-box {
  background: #FEF3C7;
  border: 2px solid #F59E0B;
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 32px;
  position: relative;
  box-shadow: 0 4px 20px rgba(245, 158, 11, 0.2);
}

.meme-claim-header {
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #451A03;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.meme-input {
  width: 100%;
  height: 50px;
  background: #FFFBEB;
  border: 2px solid #FDE68A;
  border-radius: 12px;
  outline: none;
  padding: 0 16px;
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  font-size: 0.95rem;
  color: #451A03;
  font-weight: 500;
  box-sizing: border-box;
  transition: all 0.2s ease;
  margin-bottom: 16px;
}

.meme-input:focus {
  border-color: #F59E0B;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15);
}

.meme-input::placeholder {
  color: #A16207;
  opacity: 0.7;
}

.meme-claim-btn {
  width: 100%;
  height: 54px;
  background: #F59E0B;
  color: #451A03;
  border: none;
  border-radius: 12px;
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.meme-claim-btn:hover {
  background: #FBBF24;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245, 158, 11, 0.5);
}

.meme-claim-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
}

.meme-claim-btn:disabled,
.meme-claim-btn.loading {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
  animation: none;
}

/* ─── MEME INFO CARDS ───────────────────────────────────────── */
.meme-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}

.meme-info-card {
  background: #FEF3C7;
  border: 2px solid #FDE68A;
  border-radius: 12px;
  padding: 18px 14px;
  text-align: center;
  transition: all 0.2s ease;
}

.meme-info-card:hover {
  border-color: #F59E0B;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.2);
}

.meme-info-icon {
  font-size: 1.8rem;
  margin-bottom: 10px;
  display: block;
}

.meme-info-title {
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #B45309;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.meme-info-text {
  font-size: 0.85rem;
  color: #92400E;
  line-height: 1.5;
}

/* ─── DONATION BOX ──────────────────────────────────────────── */
.meme-donate-box {
  background: #FEF3C7;
  border: 2px dashed #F59E0B;
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 32px;
  text-align: center;
}

.meme-donate-title {
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #B45309;
  margin-bottom: 12px;
}

.meme-donate-text {
  font-size: 0.95rem;
  color: #92400E;
  margin-bottom: 16px;
  line-height: 1.6;
}

.meme-donate-address {
  background: #FFFBEB;
  border: 2px solid #FCD34D;
  border-radius: 12px;
  padding: 14px;
  font-family: 'Courier New', monospace;
  font-size: 0.85rem;
  font-weight: 700;
  color: #B45309;
  word-break: break-all;
}

/* ─── Info Card ─────────────────────────────────────────────── */
.info-card {
  background: #FEF3C7;
  border: 2px solid #FDE68A;
  border-radius: 16px;
  padding: 28px;
  min-height: 600px;
}

.info-card-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #451A03;
  margin-bottom: 10px;
}

.info-card-lead {
  font-size: 0.95rem;
  color: #92400E;
  line-height: 1.65;
  margin-bottom: 20px;
}

.info-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.info-item-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-top: 1px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.info-item:hover .info-item-icon {
  transform: rotate(360deg) scale(1.2);
}

.info-item-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.info-item-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #451A03;
}

.info-item-desc {
  font-size: 0.82rem;
  color: #92400E;
  line-height: 1.5;
}

.info-donate,
.info-note {
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid #FCD34D;
  border-radius: 10px;
  padding: 16px;
}

.info-donate-label,
.info-note-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #B45309;
  margin-bottom: 6px;
}

.info-donate-text,
.info-note-text {
  font-size: 0.85rem;
  color: #92400E;
  margin-bottom: 6px;
  line-height: 1.5;
}

.info-donate-address {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: #B45309;
  word-break: break-all;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid #FCD34D;
  border-radius: 6px;
  padding: 8px 10px;
  margin-top: 4px;
}

.page-ad {
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid #FDE68A;
}

/* ─── Action Card ───────────────────────────────────────────── */
.action-card {
  background: #FEF3C7;
  border: 2px solid #FDE68A;
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: sticky;
  top: 84px;
}

.balance-layout .action-card {
  position: static;
  width: 100%;
}

.action-card-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.action-card-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #B45309;
  background: #FFFBEB;
  border: 1px solid #FCD34D;
  border-radius: 999px;
  padding: 3px 12px;
  align-self: flex-start;
}

.action-card-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #451A03;
  margin: 0;
}

.action-card-sub {
  font-size: 0.88rem;
  color: #92400E;
  margin: 0;
}

/* ─── Balance Badge ─────────────────────────────────────────── */
.balance-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid #FCD34D;
  border-radius: 10px;
  padding: 10px 14px;
}

.balance-badge-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #A16207;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.balance-badge-value {
  font-size: 1rem;
  font-weight: 800;
  color: #B45309;
}

/* ─── Faucet Form ───────────────────────────────────────────── */
.faucet-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faucet-input {
  width: 100%;
  height: 50px;
  background: #FFFBEB;
  border: 2px solid #FDE68A;
  border-radius: 10px;
  outline: none;
  padding: 0 14px;
  font-family: 'Comic Sans MS', 'Comic Sans', 'Chalkboard SE', sans-serif;
  font-size: 0.95rem;
  color: #451A03;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

.faucet-input:focus {
  border-color: #F59E0B;
}

.faucet-input::placeholder {
  color: #A16207;
  opacity: 0.6;
}

.faucet-btn {
  width: 100%;
  height: 54px;
  background: #F59E0B;
  color: #451A03;
  border: none;
  border-radius: 12px;
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif, inherit;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.faucet-btn:hover {
  background: #FBBF24;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.5);
  animation: button-wobble 0.4s ease-in-out;
}

@keyframes button-wobble {
  0%, 100% { transform: translateY(-2px) scale(1.02) rotate(0deg); }
  25% { transform: translateY(-2px) scale(1.02) rotate(-1deg); }
  75% { transform: translateY(-2px) scale(1.02) rotate(1deg); }
}

.faucet-btn:active {
  transform: translateY(0);
}

.faucet-btn.loading,
.faucet-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.captcha-center {
  display: flex;
  justify-content: center;
}

.faucet-hint {
  font-size: 0.82rem;
  color: #A16207;
  text-align: center;
  line-height: 1.55;
}

.faucet-hint a {
  color: #B45309;
  font-weight: 600;
}

/* ─── Referral Result ───────────────────────────────────────── */
.referral-result {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.referral-earned {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid #FCD34D;
  border-radius: 10px;
  padding: 12px 16px;
}

.referral-earned-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #A16207;
}

.referral-earned-value {
  font-size: 1.2rem;
  font-weight: 800;
  color: #B45309;
}

.referral-url-card {
  background: #FFFBEB;
  border: 2px solid #FDE68A;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.referral-url-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #B45309;
}

.referral-url-box {
  background: #FEF3C7;
  border: 1px solid #FCD34D;
  border-radius: 8px;
  padding: 10px 12px;
  word-break: break-all;
}

.referral-url-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: #B45309;
  line-height: 1.5;
}

.referral-url-tip {
  font-size: 0.8rem;
  color: #A16207;
  margin: 0;
}

/* ─── Balance Result Card ───────────────────────────────────── */
.balance-result-card {
  background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
  border: 3px solid #F59E0B;
  border-radius: 20px;
  padding: 32px 28px;
  margin-bottom: 24px;
  box-shadow: 0 8px 32px rgba(245, 158, 11, 0.3);
  animation: bounce-in 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.balance-result-header {
  text-align: center;
  margin-bottom: 24px;
}

.balance-result-icon {
  font-size: 3rem;
  display: block;
  margin-bottom: 12px;
  animation: spin-bounce 2s ease-in-out infinite;
}

@keyframes spin-bounce {
  0%, 100% { transform: rotate(0deg) scale(1); }
  25% { transform: rotate(-15deg) scale(1.1); }
  75% { transform: rotate(15deg) scale(1.1); }
}

.balance-result-title {
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  color: #451A03;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.balance-result-amount-wrap {
  background: #FFFBEB;
  border: 2px solid #F59E0B;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.balance-result-amount-wrap::before {
  content: '🚀';
  position: absolute;
  font-size: 120px;
  opacity: 0.05;
  right: -20px;
  top: -20px;
  transform: rotate(-15deg);
}

.balance-result-amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}

.balance-result-value {
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  font-size: 3rem;
  font-weight: 900;
  background: linear-gradient(135deg, #F59E0B 0%, #FBBF24 50%, #D97706 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  animation: pulse-glow 2s ease-in-out infinite;
}

@keyframes pulse-glow {
  0%, 100% { transform: scale(1); filter: brightness(1); }
  50% { transform: scale(1.05); filter: brightness(1.2); }
}

.balance-result-currency {
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #B45309;
}

.balance-result-memes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.balance-meme {
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
  border: 2px solid;
  animation: wiggle-meme 3s ease-in-out infinite;
}

@keyframes wiggle-meme {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-3deg); }
  75% { transform: rotate(3deg); }
}

.balance-meme--rich {
  background: rgba(251, 191, 36, 0.3);
  border-color: #FBBF24;
  color: #92400E;
}

.balance-meme--wow {
  background: rgba(139, 92, 246, 0.2);
  border-color: #8b5cf6;
  color: #5b21b6;
}

.balance-meme--hodl {
  background: rgba(16, 185, 129, 0.2);
  border-color: #10b981;
  color: #065f46;
}

.balance-meme--start {
  background: rgba(245, 158, 11, 0.2);
  border-color: #F59E0B;
  color: #92400E;
}

.balance-result-footer {
  text-align: center;
  padding-top: 16px;
  border-top: 2px dashed #FCD34D;
}

.balance-result-message {
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  font-size: 0.95rem;
  color: #451A03;
  line-height: 1.6;
  margin: 0;
}

.balance-link {
  color: #B45309;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.balance-link:hover {
  color: #F59E0B;
}

/* ─── Responsive ────────────────────────────────────────────── */
@media screen and (max-width: 900px) {
  .meme-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .balance-result-value {
    font-size: 2.5rem;
  }
  
  .balance-result-currency {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 640px) {
  .hero { padding: 48px 20px 40px; }

  .site-nav-link span,
  .site-nav-links {
    gap: 4px;
  }

  .site-nav-link {
    font-size: 0.8rem;
    padding: 6px 10px;
  }

  .feature-cards { gap: 8px; }
  .feature-card  { min-width: 100px; padding: 14px 12px; }

  .buy-wrap  { padding: 0 16px; }
  .prose     { padding: 24px 20px; margin: 24px 16px; }
  .receipt   { margin: 24px 16px; padding: 20px; }
  .down      { padding: 0 20px; }

  .page-layout {
    flex-direction: column;
    margin: 24px auto 0;
    padding: 0 16px;
    gap: 20px;
  }

  .balance-layout {
    max-width: 100%;
  }

  .balance-main-column,
  .balance-ad-column {
    max-width: 100%;
  }

  .action-column {
    width: 100%;
    position: static;
  }

  .action-card {
    position: static;
  }

  .ad-container-full {
    margin: 20px auto 24px;
    padding: 0 16px;
  }

  .site-footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .site-footer-links {
    justify-content: center;
    gap: 14px;
  }

  .adblock-warning { padding: 20px; }
  
  .floating-doges {
    height: 120px;
  }
  
  .floating-doge {
    width: 50px !important;
    height: 50px !important;
  }
}