/* Make the Watch Ad link look like a button */
.watch-ad-link {
  display: inline-block;
  background: linear-gradient(90deg, #6366f1 0%, #60a5fa 100%);
  color: #fff !important;
  border: none;
  border-radius: 24px;
  padding: 14px 36px;
  font-size: 1.13rem;
  font-family: 'Inter', 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(99,102,241,0.10);
  letter-spacing: 0.5px;
  text-align: center;
  text-decoration: none;
}
.watch-ad-link:hover {
  background: linear-gradient(90deg, #2563eb 0%, #60a5fa 100%);
  box-shadow: 0 4px 16px rgba(99,102,241,0.15);
  color: #fff !important;
  text-decoration: none;
}
@media (min-width: 900px) {
  .card-container .subtitle,
  .card-container .subtitle-main,
  .card-container .subtitle-highlight {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
/* Center card on desktop/laptop screens */
@media (min-width: 900px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
  }
  main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .card-container {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0 12px 40px rgba(99,102,241,0.13), 0 1.5px 0 #b22234;
  }
}
/* Info message below Watch Ad button */
.ad-reward-info {
  margin: 12px auto 0 auto;
  max-width: 380px;
  background: #f8fafc;
  color: #b22234;
  font-size: 1.02rem;
  font-weight: 500;
  border-radius: 10px;
  box-shadow: 0 1px 6px rgba(99,102,241,0.07);
  padding: 10px 14px;
  text-align: center;
  letter-spacing: 0.2px;
}
/* Premium background card layout */
.card-container {
  background: linear-gradient(135deg, #fff 60%, #e0e7ff 100%);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(99,102,241,0.12), 0 1.5px 0 #b22234;
  padding: 32px 18px 24px 18px;
  margin: 0 auto 24px auto;
  max-width: 600px;
  position: relative;
}
@media (max-width: 600px) {
  .card-container {
    max-width: 98vw;
    border-radius: 14px;
    padding: 14px 4px 12px 4px;
  }
}
/* Add Inter font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
/* Withdrawal ticker card always visible and responsive */
.withdrawal-ticker-card {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 18px 0 0 0;
  min-height: 48px;
  box-sizing: border-box;
}
.withdrawal-ticker {
  width: 100%;
  max-width: 480px;
  background: #fff;
  color: #111;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  padding: 10px 0 9px 0;
  border-radius: 14px;
  overflow: hidden;
  white-space: nowrap;
  box-shadow: 0 2px 16px rgba(60,59,110,0.13);
  letter-spacing: 0.2px;
  min-height: 28px;
  position: relative;
  border: 2px solid #222;
}
@keyframes fadeInMsg {
  from { opacity: 0; }
  to { opacity: 1; }
}
.ticker-message {
  display: inline-block;
  margin-right: 0;
  font-size: 1.08rem;
  color: #000 !important;
  opacity: 0;
  animation: fadeInMsg 0.7s forwards;
}
@keyframes ticker-move {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-120%); }
}
@media (max-width: 600px) {
  body {
    font-size: 1em;
  }
  .container {
    max-width: 98vw;
    margin: 12px auto 12px auto;
    border-radius: 14px;
    padding: 14px 4px 12px 4px;
  }
  header h1 {
    font-size: 1.3rem;
  }
  .subtitle {
    font-size: 1.02rem;
  }
  .withdraw-btn, #watch-ad-btn, #earn-btn {
    padding: 10px 18px;
    font-size: 1em;
    border-radius: 14px;
  }
}
/* Withdrawal button styling */
.withdraw-btn {
  display: block;
  margin: 16px auto 0 auto;
  background: linear-gradient(90deg, #6366f1 0%, #60a5fa 100%);
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 14px 36px;
  font-size: 1.13rem;
  font-family: 'Inter', 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(99,102,241,0.10);
  letter-spacing: 0.5px;
}
.withdraw-btn:hover {
  background: linear-gradient(90deg, #2563eb 0%, #60a5fa 100%);
  box-shadow: 0 4px 16px rgba(99,102,241,0.15);
}
/* USA flag banner at top */
.usa-flag-banner {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(60,59,110,0.07);
  border-bottom: 2.5px solid #b22234;
}
body {
  background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%);
  color: #222;
  font-family: 'Inter', 'Montserrat', 'Roboto', Arial, sans-serif;
  margin: 0;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container {
  max-width: 600px;
  margin: 32px auto 24px auto;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(99,102,241,0.10), 0 1.5px 0 #b22234;
  padding: 32px 18px 18px 18px;
  border: 2.5px solid #b22234;
  position: relative;
}
header h1 {
  margin: 0 0 8px 0;
  font-family: 'Inter', 'Montserrat', Arial, sans-serif;
  font-size: 2.5rem;
  letter-spacing: 1.5px;
  background: linear-gradient(90deg, #6366f1 0%, #b22234 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 2px 2px 8px rgba(99,102,241,0.10);
  font-weight: 800;
  text-align: center;
  animation: heading-pop 1s cubic-bezier(.68,-0.55,.27,1.55);
}

@keyframes heading-pop {
  0% { transform: scale(0.8); opacity: 0; }
  60% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); }
}
}
.subtitle {
  color: #3c3b6e;
  font-size: 1.13rem;
  margin-bottom: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2px;
  line-height: 1.5;
}
.subtitle-main {
  font-size: 1.13rem;
  font-weight: 600;
  color: #2563eb;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 8px rgba(99,102,241,0.08);
  display: block;
  text-align: center;
}
.subtitle-highlight {
  display: block;
  margin-top: 6px;
  font-size: 1.08rem;
  font-weight: 700;
  background: linear-gradient(90deg, #b22234 0%, #6366f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  letter-spacing: 0.7px;
  text-shadow: 0 2px 8px rgba(99,102,241,0.10);
  animation: subtitle-pop 1.2s cubic-bezier(.68,-0.55,.27,1.55);
  text-align: center;
}
@keyframes subtitle-pop {
  0% { transform: scale(0.8); opacity: 0; }
  60% { transform: scale(1.08); opacity: 1; }
  100% { transform: scale(1); }
}
}
.trust-badges {
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
  justify-content: center;
  flex-wrap: wrap;
}
.badge {
  background: #e3e9f3;
  color: #3c3b6e;
  border-radius: 12px;
  padding: 3px 12px;
  font-size: 0.92rem;
  font-weight: 600;
  border: 1.5px solid #b22234;
  box-shadow: 0 1px 4px rgba(60,59,110,0.07);
}
header p {
  margin: 0 0 24px 0;
  color: #3c3b6e;
  font-size: 1.1rem;
}
#ad-section {
  margin-bottom: 32px;
  text-align: center;
}
#watch-ad-btn, #earn-btn {
  background: linear-gradient(90deg, #6366f1 0%, #60a5fa 100%);
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 14px 36px;
  font-size: 1.13rem;
  font-family: 'Inter', 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(99,102,241,0.10);
  letter-spacing: 0.5px;
}
#watch-ad-btn:hover, #earn-btn:enabled:hover {
  background: linear-gradient(90deg, #2563eb 0%, #60a5fa 100%);
  box-shadow: 0 4px 16px rgba(99,102,241,0.15);
}
#earn-btn:disabled {
  background: #eee;
  color: #bbb;
  cursor: not-allowed;
  box-shadow: none;
}
#timer {
  margin-top: 8px;
  font-size: 1.08rem;
  color: #b22234;
  font-weight: 600;
}
#balance-section {
  text-align: center;
  margin-bottom: 24px;
}
.info-note {
  color: #3c3b6e;
  font-size: 0.98rem;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 500;
}
/* USA flag row */
.usa-flags {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.flag {
  width: 32px;
  height: 20px;
  background: linear-gradient(90deg, #b22234 50%, #fff 50%);
  border: 2px solid #3c3b6e;
  margin: 0 4px;
  border-radius: 3px;
  position: relative;
  box-shadow: 0 1px 4px rgba(60,59,110,0.10);
}
.flag:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 100%;
  background: #3c3b6e;
  border-radius: 2px 0 0 2px;
}
footer {
  text-align: center;
  color: #aaa;
  font-size: 0.95rem;
  margin-top: 24px;
}
.footer-note {
  color: #b22234;
  font-size: 0.92rem;
  font-weight: 500;
}
footer {
  text-align: center;
  color: #aaa;
  font-size: 0.95rem;
  margin-top: 24px;
}