/**
 * Home 5 — USDC flash software
 * Circle blue / mint — Outfit + JetBrains Mono accents
 */

body.active-home-usdc-flash {
  --green: #2775ca;
  --green2: #6cb6ff;
  --gold: #00d395;
  --dark: #041018;
  --dark2: #0a2438;
  --card: rgba(10, 36, 56, 0.75);
  --border: rgba(39, 117, 202, 0.35);
  --text: #e8f4fc;
  --white: #f0f9ff;
  --muted: #94b8d4;
  --btn-text: #041018;
  --radius: 16px;
  --radius-lg: 24px;
  --font-display: "Outfit", system-ui, sans-serif;
  --font-body: "Outfit", system-ui, sans-serif;
  background:
    radial-gradient(circle at 20% 30%, rgba(39, 117, 202, 0.2), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(0, 211, 149, 0.12), transparent 40%),
    #041018 !important;
  font-family: var(--font-body) !important;
}

body.active-home-usdc-flash .site-header {
  background: rgba(4, 16, 24, 0.9) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(39, 117, 202, 0.4) !important;
}

body.active-home-usdc-flash .logo span {
  background: linear-gradient(120deg, #2775ca, #00d395) !important;
  -webkit-background-clip: text;
  background-clip: text;
}

body.active-home-usdc-flash #page-home5 .variant-topbar--usdc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px auto;
  max-width: 720px;
  padding: 14px 20px;
  background: linear-gradient(135deg, rgba(39, 117, 202, 0.25), rgba(0, 211, 149, 0.15));
  border: 1px solid rgba(108, 182, 255, 0.35);
  border-radius: 16px;
  color: #e8f4fc;
  font-size: 13px;
}

body.active-home-usdc-flash #page-home5 .hero--usdc .hero-bg {
  background: radial-gradient(ellipse at center, rgba(39, 117, 202, 0.15), transparent 70%) !important;
}

body.active-home-usdc-flash #page-home5 .hero-wrap--usdc {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 32px !important;
  align-items: start !important;
}

body.active-home-usdc-flash #page-home5 .hero-content {
  padding: 24px;
  background: rgba(10, 36, 56, 0.5);
  border-radius: 20px;
  border: 1px solid rgba(39, 117, 202, 0.25);
}

body.active-home-usdc-flash #page-home5 .hero-badge {
  background: rgba(0, 211, 149, 0.15) !important;
  border-color: #00d395 !important;
  color: #00d395 !important;
  border-radius: 12px !important;
}

body.active-home-usdc-flash #page-home5 .site-title-long {
  font-family: var(--font-display) !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

body.active-home-usdc-flash #page-home5 .site-title-long span {
  color: #6cb6ff !important;
  -webkit-text-fill-color: #6cb6ff !important;
}

body.active-home-usdc-flash #page-home5 .btn-primary {
  background: linear-gradient(135deg, #2775ca, #00d395) !important;
  border-radius: 14px !important;
  font-weight: 600 !important;
  box-shadow: 0 6px 24px rgba(39, 117, 202, 0.4) !important;
}

body.active-home-usdc-flash #page-home5 .btn-secondary {
  border-radius: 14px !important;
  border-color: #6cb6ff !important;
  color: #6cb6ff !important;
}

body.active-home-usdc-flash #page-home5 .hero-stats {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: center !important;
}

body.active-home-usdc-flash #page-home5 .hero-stats .stat {
  flex: 1 1 45%;
  min-width: 120px;
  padding: 16px;
  border-radius: 14px !important;
  background: rgba(39, 117, 202, 0.15) !important;
  border: 1px solid rgba(108, 182, 255, 0.2);
}

body.active-home-usdc-flash #page-home5 .stat-num {
  color: #00d395 !important;
  font-family: "JetBrains Mono", ui-monospace, monospace !important;
}

body.active-home-usdc-flash #page-home5 .hero-card {
  border-radius: 20px !important;
  background: rgba(4, 16, 24, 0.8) !important;
  border: 1px solid rgba(0, 211, 149, 0.3) !important;
}

body.active-home-usdc-flash #page-home5 .tx-amount {
  color: #00d395 !important;
  font-family: "JetBrains Mono", ui-monospace, monospace !important;
}

body.active-home-usdc-flash #page-home5 .wallets-ticker--usdc {
  background: rgba(39, 117, 202, 0.1) !important;
  border-top: 1px solid #2775ca;
}

body.active-home-usdc-flash #page-home5 .card {
  border-radius: 16px !important;
  background: rgba(10, 36, 56, 0.6) !important;
  border: 1px solid rgba(39, 117, 202, 0.2) !important;
}

body.active-home-usdc-flash #page-home5 .key-facts-panel--usdc {
  border-radius: 20px !important;
  border: 1px solid rgba(0, 211, 149, 0.35) !important;
  background: linear-gradient(160deg, rgba(39, 117, 202, 0.12), rgba(0, 211, 149, 0.08)) !important;
}

body.active-home-usdc-flash #page-home5 .contact-btc-addr {
  color: #00d395 !important;
  font-family: "JetBrains Mono", ui-monospace, monospace !important;
  font-size: 11px !important;
}

body.active-home-usdc-flash #page-home5 .price-card.featured {
  border: 2px solid #00d395 !important;
  box-shadow: 0 0 30px rgba(0, 211, 149, 0.2) !important;
}

@media (max-width: 900px) {
  body.active-home-usdc-flash #page-home5 .hero-wrap--usdc {
    grid-template-columns: 1fr !important;
  }
}
