/* ── Base styles shared across all pages ── */

html, body {
  background: #173260 !important;
}

#pt-overlay {
  position: fixed !important;
}

#pt-overlay::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -58%);
  width: clamp(280px, 55vw, 620px);
  height: clamp(280px, 55vw, 620px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(44, 74, 138, 0.28) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
