/* TopWebcamRating — global complements to Tailwind CDN */
:root {
  --tw-ring-color: rgba(236, 72, 153, 0.45);
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

*:focus-visible {
  outline: 2px solid #ec4899;
  outline-offset: 2px;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 9999;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  background: #0f172a;
  color: #fff;
  border-radius: 0.375rem;
}

.hero-gradient {
  background: radial-gradient(ellipse 80% 60% at 50% -20%, rgba(236, 72, 153, 0.35), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(147, 51, 234, 0.2), transparent 50%),
    linear-gradient(180deg, #1a0a12 0%, #0c0508 100%);
}

.rank-row-glow {
  box-shadow: 0 0 0 1px rgba(236, 72, 153, 0.12), 0 12px 40px rgba(0, 0, 0, 0.35);
}

.rank-top3 {
  box-shadow: 0 0 0 1px rgba(250, 204, 21, 0.35), 0 0 40px rgba(236, 72, 153, 0.15);
}

/* Long-form guide typography (no @tailwindcss/typography plugin on CDN) */
.guide-content p {
  margin-top: 1rem;
  color: rgb(203 213 225);
  line-height: 1.75;
}

.guide-content p:first-of-type {
  margin-top: 0;
}

.guide-content h2 {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: rgb(255 255 255);
}

.guide-content strong {
  color: rgb(241 245 249);
  font-weight: 600;
}

.guide-content em {
  font-style: italic;
}
