/* MonthlyPayout — slate-blue + rose, light hero, soft radius, medium table */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Merriweather:wght@700;900&display=swap");

:root {
  --brand: #163A4A !important;
  --brand-dark: #0F2A36 !important;
  --brand-mid: #1E4D62 !important;
  --accent: #BE185D !important;
  --accent-hover: #DB2777 !important;
  --accent-soft: rgba(190, 24, 93, 0.12) !important;
  --on-accent: #ffffff !important;
  --gold: #BE185D !important;
  --gold2: #DB2777 !important;
  --bg: #f3f1f4 !important;
  --surface: #ffffff !important;
  --ink: #222222 !important;
  --muted: #555555 !important;
  --shell: 94% !important;
  --shell-max: 1400px !important;
  --radius: 10px !important;
  --btn-radius: 10px !important;
  --primary: var(--accent) !important;
  --green: var(--accent) !important;
  --navy: var(--brand) !important;
  --purple: var(--accent) !important;
  --bg-primary: var(--bg) !important;
  --bg-secondary: var(--surface) !important;
  --text-primary: var(--ink) !important;
  --text-secondary: var(--muted) !important;
  --border: rgba(190, 24, 93, 0.22) !important;
  --light: #ffffff !important;
  --paper: var(--bg) !important;
  --font-sans: "Lato", Arial, Helvetica, sans-serif !important;
  --font-display: "Merriweather", Georgia, serif !important;
}

html, body { margin: 0 !important; padding: 0 !important; width: 100% !important; overflow-x: hidden !important; }
body {
  font-family: var(--font-sans) !important; background: #f3f1f4 !important; color: #222222 !important;
  line-height: 1.55 !important; min-height: 100vh !important; display: flex !important;
  flex-direction: column !important; align-items: center !important;
}
a { color: #163A4A !important; }
a:hover { color: #BE185D !important; }

header, .nx-header, .site-header, body > header:not(.nx-skip) {
  width: 100% !important; align-self: stretch !important; background: #163A4A !important; color: #ffffff !important;
  text-align: center !important; padding: 18px 20px 15px !important;
  border-bottom: 3px solid #BE185D !important;
}
.logo, .nx-logo, .logo-text, .logo-link, .header-logo, a.logo-link {
  font-family: "Merriweather", Georgia, serif !important; font-weight: 900 !important;
  font-size: clamp(22px, 5.5vw, 38px) !important; color: #F9A8D4 !important; text-decoration: none !important;
}
.logo span { color: #F9A8D4 !important; }
.logo-sub, .nx-tagline { font-size: 0.64em !important; font-weight: 700 !important; letter-spacing: 0.14em !important; text-transform: uppercase !important; color: rgba(255,255,255,0.78) !important; margin-top: 4px !important; }
.header-links, .nx-nav { display: flex !important; flex-wrap: wrap !important; gap: 8px !important; justify-content: center !important; margin-top: 12px !important; }
header a, .site-header a, .header-links a, .header-link, .nx-nav a, .header-cta, a.header-cta {
  display: inline-flex !important; padding: 8px 16px !important; border: 2px solid #BE185D !important;
  border-radius: 10px !important; background: rgba(190,24,93,0.18) !important; color: #FCE7F3 !important;
  font-weight: 900 !important; font-size: 13px !important; text-decoration: none !important;
}
header a.logo-link, a.logo-link { display: inline-block !important; border: none !important; background: transparent !important; padding: 0 !important; color: #F9A8D4 !important; }
header a:hover, .header-links a:hover, .header-link:hover, .nx-nav a:hover, .header-cta:hover { background: #BE185D !important; color: #ffffff !important; }
.network-bar { display: none !important; }

.site-network-bar { width: 100% !important; background: #ffffff !important; border-bottom: 1px solid #dddddd !important; padding: 5px 0 !important; }
.site-network-track { width: 94% !important; max-width: 1400px !important; margin: 0 auto !important; padding: 0 15px !important; display: flex !important; align-items: center !important; gap: 5px !important; overflow-x: auto !important; white-space: nowrap !important; }
.site-network-label { font-size: 0.56em !important; font-weight: 900 !important; text-transform: uppercase !important; color: #666666 !important; flex-shrink: 0 !important; }
.site-pill { display: inline-flex !important; padding: 3.5px 8px !important; border-radius: 10px !important; border: 1px solid #163A4A !important; background: #fff !important; color: #163A4A !important; font-size: 0.62em !important; font-weight: 700 !important; text-decoration: none !important; flex-shrink: 0 !important; }
.site-pill:hover, .site-pill.current { background: #BE185D !important; color: #ffffff !important; border-color: #BE185D !important; }
@media (min-width: 1150px) { .site-network-track { justify-content: center !important; } }

/* Light padded hero */
.main-h1, .hero, .nx-hero {
  width: 100% !important; background: #ffffff !important; color: #222222 !important;
  text-align: center !important; padding: 32px 20px 20px !important;
  border-bottom: 1px solid #e5dbe3 !important; border-left: none !important;
  box-shadow: inset 0 -3px 0 #BE185D !important;
}
.main-h1 h1, .hero h1, .nx-hero h1 {
  font-family: "Merriweather", Georgia, serif !important; font-weight: 900 !important;
  font-size: clamp(1.4em, 3.6vw, 2.2em) !important; color: #163A4A !important; margin: 0 0 10px !important;
}
.main-h1 h1 span, .hero h1 span { display: block !important; font-size: 0.48em !important; color: #BE185D !important; margin-top: 8px !important; font-family: "Lato", Arial, sans-serif !important; font-weight: 700 !important; }
.intro-text, .top-disclaimer, .hero-desc, .subhead { color: #333333 !important; max-width: 760px !important; margin: 12px auto !important; font-size: 0.92em !important; line-height: 1.7 !important; text-align: center !important; }
.intro-text *, .top-disclaimer * { color: inherit !important; }
.top-disclaimer strong { color: #222222 !important; }
.top-disclaimer .highlight { color: #BE185D !important; font-weight: 900 !important; }

.content, .nx-shell, .container, .wrap, #etfTableWrapper { width: 94% !important; max-width: 1400px !important; margin-left: auto !important; margin-right: auto !important; }
.section-head { text-align: center !important; margin: 26px 0 8px !important; }
.section-head h2 { font-family: "Merriweather", Georgia, serif !important; color: #163A4A !important; font-weight: 900 !important; }
.section-head p { color: #555555 !important; }
.gold-rule { width: 56px !important; height: 3px !important; background: #BE185D !important; margin: 10px auto 18px !important; border: none !important; border-radius: 10px !important; }

.browse-link { display: inline-flex !important; padding: 10px 18px !important; border-radius: 10px !important; border: 2px solid #163A4A !important; background: #fff !important; color: #163A4A !important; font-weight: 900 !important; text-decoration: none !important; }
.browse-link.primary { background: #BE185D !important; border-color: #BE185D !important; color: #ffffff !important; }

#filters { display: flex !important; flex-wrap: wrap !important; gap: 10px !important; justify-content: center !important; width: 100% !important; }
#filters input, #searchFilter, input[type="text"], select, textarea {
  border: 2px solid #cccccc !important; border-radius: 10px !important; padding: 9px 14px !important; background: #ffffff !important; color: #222222 !important;
}
#resetFilters { background: #163A4A !important; color: #ffffff !important; border: none !important; padding: 9px 18px !important; border-radius: 10px !important; font-weight: 700 !important; cursor: pointer !important; }
#resetFilters:hover { background: #BE185D !important; }

#etfTable, table {
  width: 100% !important; border-collapse: collapse !important; background: #ffffff !important;
  border: 2px solid #163A4A !important; border-radius: 10px !important; overflow: hidden !important;
  box-shadow: 0 4px 16px rgba(22,58,74,0.1) !important;
}
#etfTable th, table th, thead th {
  background: #163A4A !important; color: #ffffff !important; font-weight: 700 !important;
  font-size: 0.74em !important; text-transform: uppercase !important; padding: 12px 8px !important;
}
#etfTable td, table td { color: #222222 !important; padding: 10px 8px !important; border-bottom: 1px solid #efe8ec !important; text-align: center !important; }
#etfTable tbody tr:nth-child(even) { background: #faf7f9 !important; }
.symbol, .symbol a { color: #163A4A !important; font-weight: 900 !important; }

.ad-slot.leaderboard, .leaderboard-ad {
  width: 100% !important; max-width: 970px !important; margin: 16px auto 22px !important; min-height: 90px !important;
  background: repeating-linear-gradient(-45deg, #f0f0f0, #f0f0f0 8px, #e8e8e8 8px, #e8e8e8 16px) !important;
  border: 2px dashed #bbbbbb !important; border-radius: 10px !important; display: flex !important; align-items: center !important; justify-content: center !important;
  color: #666666 !important; font-weight: 700 !important; font-size: 0.78em !important; text-transform: uppercase !important;
}

.disclaimer, .table-meta, .loading, .site-network-label, .banner small, .hub-link, footer, .footer { color: #555555 !important; }
.footer, footer:not(.site-footer) { width: 90% !important; max-width: 900px !important; margin: 16px auto 28px !important; text-align: center !important; border-top: 1px solid #dddddd !important; padding-top: 12px !important; font-size: 0.85em !important; line-height: 1.9 !important; }
footer.site-footer, .site-footer {
  width: 100% !important; max-width: none !important; align-self: stretch !important;
  margin: 0 !important; padding: 36px 20px 28px !important; text-align: center !important;
  background: #163A4A !important; color: #ffffff !important; border-top: none !important;
}
.site-footer a, .site-footer .footer-links-row a { color: #FCE7F3 !important; font-weight: 700 !important; }
.site-footer a:hover { color: #ffffff !important; }
.footer a { color: #163A4A !important; font-weight: 700 !important; }
.back-to-top { background: #163A4A !important; color: #ffffff !important; border-radius: 10px !important; padding: 8px 22px !important; border: none !important; font-weight: 700 !important; }
.vote-count, #voteMsg { color: #BE185D !important; font-weight: 700 !important; }
.stars, .orb, body::before { display: none !important; }

/* Light-canvas headline safety */
.hero h1, .nx-hero h1, .main-h1 h1, .hero h1 span, .main-h1 h1 span {
  color: #163A4A !important;
}
.main-h1 h1 span, .hero h1 span { color: #BE185D !important; }
.intro-text strong, .hero-desc strong, .top-disclaimer strong { color: #222222 !important; }

/* Share / Post — readable on light canvas */
.share-buttons { display: flex !important; gap: 12px !important; justify-content: center !important; flex-wrap: wrap !important; margin: 18px auto 8px !important; }
.share-btn, a.share-btn {
  display: inline-flex !important; align-items: center !important; gap: 6px !important;
  padding: 8px 14px !important; border-radius: 6px !important;
  font-weight: 800 !important; font-size: 0.85em !important; text-decoration: none !important;
  color: #222222 !important; background: #ffffff !important;
  border: 1.5px solid #163A4A !important; box-shadow: none !important;
}
.share-btn:hover, a.share-btn:hover {
  background: #faf7f9 !important; color: #111111 !important; border-color: #BE185D !important;
}
.share-btn.fb, a.share-btn.fb, .fb.share-btn {
  color: #1877F2 !important; border-color: #1877F2 !important; background: #ffffff !important;
}
.share-btn.x, a.share-btn.x, .x.share-btn, .share-btn.xbtn, a.share-btn.xbtn {
  color: #111111 !important; border-color: #111111 !important; background: #ffffff !important;
}
.share-btn svg { width: 15px !important; height: 15px !important; fill: currentColor !important; }
