/* === ELIMINAR SIDEBAR REAL === */
#R-sidebar {
  display: none !important;
}

/* === ELIMINAR ESPACIO QUE RESERVA EL LAYOUT === */
body.menu-s-width {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* === CONTENIDO A ANCHO COMPLETO === */
#R-body {
  margin-left: 0 !important;
  width: 100% !important;
}

/* === ASEGURAR QUE EL BODY NO USE FLEX DEL TEMPLATE === */
body {
  display: block !important;
}

/* === FULL WIDTH TOTAL DEL CONTENIDO === */
#R-body,
#R-body > .page,
#R-body > .wrapper,
.page,
.wrapper {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* === ASEGURAR QUE MAIN NO ESTÉ CENTRADO === */
main {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 3rem; /* opcional: aire interno */
}


body[data-origin$="/index.html"] article.default > h1:first-of-type {
  display: none;
}

@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');

h1 {
  font-family: 'DotGothic16', monospace;
  font-size: 3.5rem;

  background: linear-gradient(
    90deg,
    #22c55e,
    #eab308,
    #ef4444,
    #3b82f6,
    #06b6d4
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

