:root{--page-title-display:none;}/* Start custom CSS *//* ===== FONDO DEGRADADO ===== */
html::before {
  content: '';
  position: absolute;  /* ← Cambia de 'fixed' a 'absolute' */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image:
    radial-gradient(ellipse 120% 120% at 5% 10%, rgba(1, 200, 227, 0.3) 0%, rgba(1, 200, 227, 0.15) 30%, transparent 60%),
    radial-gradient(ellipse 120% 120% at 95% 10%, rgba(61, 28, 135, 0.3) 0%, rgba(61, 28, 135, 0.15) 30%, transparent 60%);
  background-repeat: no-repeat;
  background-size: 100% 80vh;
  pointer-events: none;
  z-index: -1;
}/* End custom CSS */