/*
Theme Name: Blixel AI
Theme URI: https://blixel.ai
Description: Child theme de Twenty Twenty-Five para Blixel AI. Elimina gaps entre header, contenido y footer.
Author: Blixel AI
Author URI: https://blixel.ai
Template: twentytwentyfive
Version: 1.0.0
Text Domain: blixel-child
*/

/* ═══ NUCLEAR RESET — ELIMINAR TODOS LOS GAPS / PADDING / MARGIN ═══ */

:root {
  --wp--style--block-gap: 0px;
}

body {
  padding: 0 !important;
  margin: 0 !important;
  background: #0c1020 !important;
}

/* Site blocks — contenedor principal */
.wp-site-blocks {
  gap: 0 !important;
  padding: 0 !important;
}
.wp-site-blocks > * {
  margin: 0 !important;
  margin-block: 0 !important;
}

/* Template parts — header y footer wrappers */
.wp-block-template-part {
  margin: 0 !important;
  padding: 0 !important;
  margin-block: 0 !important;
}
.wp-block-template-part > * {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

/* Post content */
.wp-block-post-content {
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* ═══ FULL-WIDTH PARA BLOQUES HTML CUSTOM ═══ */

.wp-block-html {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Header y footer custom — full bleed */
.bx-hd,
.bx-ft {
  max-width: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ═══ FORZAR FONDO OSCURO EN TODOS LOS WRAPPERS PADRE ═══ */
/* WordPress mete divs intermedios que pueden tener fondo blanco */

.wp-block-template-part,
.wp-block-template-part > .wp-block-group,
.wp-block-template-part > div {
  background: transparent !important;
  border: none !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Spacing entre header group y content */
.wp-site-blocks > .wp-block-group:first-child,
.wp-site-blocks > .wp-block-template-part:first-child {
  margin-bottom: 0 !important;
  margin-block-end: 0 !important;
}
.wp-site-blocks > .wp-block-template-part:last-child {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}
