/* GoldRateTodayLive — site overrides on top of Tailwind */

/* Smooth scrolling for anchor links from TOC */
html { scroll-behavior: smooth; }

/* Better default focus ring (accessibility) */
*:focus-visible {
  outline: 2px solid #059669;
  outline-offset: 2px;
}

/* Article prose tweaks */
.prose-gold h2 {
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #0f172a;
  letter-spacing: -0.01em;
}
.prose-gold h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1.125rem;
  color: #0f172a;
}
.prose-gold p { margin-bottom: 1rem; line-height: 1.75; color: #1e293b; }
.prose-gold ul, .prose-gold ol { margin-bottom: 1rem; padding-left: 1.25rem; color: #1e293b; }
.prose-gold ul { list-style-type: disc; }
.prose-gold ol { list-style-type: decimal; }
.prose-gold li { margin-bottom: 0.375rem; line-height: 1.7; }
.prose-gold a { color: #059669; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prose-gold a:hover { color: #047857; }
.prose-gold table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-collapse: collapse;
  font-size: 0.9375rem;
}
.prose-gold th, .prose-gold td {
  padding: 0.625rem 0.875rem;
  border: 1px solid #e2e8f0;
  text-align: left;
}
.prose-gold th { background: #ecfdf5; color: #065f46; font-weight: 600; }
.prose-gold blockquote {
  border-left: 3px solid #059669;
  padding-left: 1rem;
  font-style: italic;
  color: #475569;
  margin: 1rem 0;
}

/* Rate table — used across all rate pages */
.rate-table { width: 100%; border-collapse: separate; border-spacing: 0; }
.rate-table thead th {
  background: linear-gradient(180deg, #ecfdf5 0%, #d1fae5 100%);
  color: #065f46;
  font-weight: 600;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.875rem 1rem;
  border-bottom: 1px solid #a7f3d0;
}
.rate-table tbody td {
  padding: 0.875rem 1rem;
  font-family: 'JetBrains Mono', monospace;
  border-bottom: 1px solid #e2e8f0;
  background: white;
}
.rate-table tbody tr:hover td { background: #f8fafc; }
.rate-table .label-cell { font-family: 'Inter', sans-serif; color: #475569; font-weight: 500; }
.rate-table .delta-up   { color: #059669; }
.rate-table .delta-down { color: #dc2626; }

/* Sparkline (inline) */
.sparkline { display: inline-block; vertical-align: middle; }

/* AdSense slots */
.adslot {
  display: block;
  margin: 1.5rem 0;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 0.5rem;
  text-align: center;
  padding: 1rem;
  color: #94a3b8;
  font-size: 0.75rem;
}

/* Print styles — admin uses these */
@media print {
  header, footer, .ticker-strip, .adslot, nav { display: none !important; }
}
