/* =========================================================
   EQUIFAX — FIESTAS PATRIAS V2
   TODO EQUIFAX: GENÉRICO + JEFATURA FRANCISCA
   Capa decorativa independiente / reversible
   ========================================================= */


/* =========================================================
   1. BASE
   ========================================================= */

body.theme-equifax.season-patrias {
  background:
    radial-gradient(circle at 96% 9%, rgba(213,35,66,.045), transparent 18%),
    radial-gradient(circle at 78% 3%, rgba(0,74,153,.035), transparent 16%),
    #f7f9fc;
}


/* =========================================================
   2. TOPBAR — GUirNALDA REAL
   ========================================================= */

body.theme-equifax.season-patrias .topbar {
  position: relative !important;
  overflow: visible !important;
  z-index: 30;
}

/* Guirnalda fina bajo el header */
body.theme-equifax.season-patrias .topbar::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -27px;
  height: 30px;
  z-index: 40;
  pointer-events: none;

  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='30' viewBox='0 0 150 30'%3E%3Cpath d='M0 2 Q75 10 150 2' fill='none' stroke='%23c9d1db' stroke-width='1'/%3E%3Cpath d='M8 3 L25 5 L17 28 Z' fill='%23d52342'/%3E%3Cpath d='M32 6 L49 7 L41 27 Z' fill='%23ffffff' stroke='%23d9e0e8' stroke-width='.8'/%3E%3Cpath d='M56 7 L73 7 L65 29 Z' fill='%23004b93'/%3E%3Cpath d='M80 7 L97 6 L89 27 Z' fill='%23d52342'/%3E%3Cpath d='M104 6 L121 5 L113 27 Z' fill='%23ffffff' stroke='%23d9e0e8' stroke-width='.8'/%3E%3Cpath d='M128 4 L145 3 L137 27 Z' fill='%23004b93'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 150px 30px;

  filter: drop-shadow(0 2px 2px rgba(19,49,84,.07));
  opacity: .96;
}


/* =========================================================
   3. SELLO "MES DE LA PATRIA"
   ========================================================= */

/* Solo una vez: se elimina la duplicación anterior */
body.theme-equifax.season-patrias .topbar::before {
  content: "★  MES DE LA PATRIA";
  position: absolute;
  right: 300px;
  top: 19px;
  z-index: 42;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 30px;
  padding: 0 12px;

  border: 1px solid rgba(0,75,147,.18);
  border-radius: 8px;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #ffffff 68%,
      #d52342 68%,
      #d52342 84%,
      #004b93 84%,
      #004b93 100%
    );

  color: #163a66;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  white-space: nowrap;

  box-shadow: 0 5px 16px rgba(25,51,86,.08);
  pointer-events: none;
}


/* =========================================================
   4. CONTENIDO — ESPACIO PARA GUirNALDA
   ========================================================= */

body.theme-equifax.season-patrias .content {
  position: relative;
  padding-top: 39px !important;
}

/* Destellos muy discretos */
body.theme-equifax.season-patrias .content::before {
  content: "✦     ·     ✦";
  position: absolute;
  top: 10px;
  right: 46px;

  color: #d52342;
  font-size: 10px;
  letter-spacing: 5px;
  opacity: .48;

  pointer-events: none;
}


/* =========================================================
   5. TÍTULOS — DETALLE PATRIO
   ========================================================= */

body.theme-equifax.season-patrias #reportTitle,
body.theme-equifax.season-patrias #funnelTitle {
  position: relative;
  display: inline-block;
}

/* Sello pequeño junto al título */
body.theme-equifax.season-patrias #reportTitle::after,
body.theme-equifax.season-patrias #funnelTitle::after {
  content: "★";
  display: inline-grid;
  place-items: center;

  width: 25px;
  height: 25px;
  margin-left: 11px;

  border-radius: 50%;

  background:
    radial-gradient(circle,
      #ffffff 0 30%,
      #d52342 31% 49%,
      #ffffff 50% 61%,
      #004b93 62% 100%
    );

  color: #004b93;
  font-size: 9px;
  font-weight: 900;

  box-shadow:
    0 0 0 2px rgba(255,255,255,.9),
    0 4px 9px rgba(21,47,79,.12);

  vertical-align: middle;
  transform: translateY(-2px);
}


/* =========================================================
   6. KPI / TARJETAS
   ========================================================= */

body.theme-equifax.season-patrias .entel-report-kpis article,
body.theme-equifax.season-patrias .metrics article {
  position: relative;
  overflow: hidden;
}

/* Línea superior minimalista */
body.theme-equifax.season-patrias .entel-report-kpis article::before,
body.theme-equifax.season-patrias .metrics article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 2px;

  background:
    linear-gradient(
      90deg,
      transparent 0%,
      #004b93 16%,
      #ffffff 50%,
      #d52342 84%,
      transparent 100%
    );

  opacity: .72;
}


/* =========================================================
   7. REPORTES / TABLAS
   ========================================================= */

body.theme-equifax.season-patrias .report-controls,
body.theme-equifax.season-patrias .report-table-wrap,
body.theme-equifax.season-patrias .chart-card {
  position: relative;
}

body.theme-equifax.season-patrias .report-controls {
  overflow: hidden;
}

/* Pequeños destellos en extremo derecho del filtro */
body.theme-equifax.season-patrias .report-controls::after {
  content: "★  ✦  ★";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);

  color: #004b93;
  font-size: 9px;
  letter-spacing: 4px;
  opacity: .48;

  pointer-events: none;
}

body.theme-equifax.season-patrias .report-table-wrap,
body.theme-equifax.season-patrias .chart-card {
  border-color: #dfe7f2 !important;
}

body.theme-equifax.season-patrias .report-table th {
  background:
    linear-gradient(
      90deg,
      rgba(0,75,147,.035),
      rgba(255,255,255,.96),
      rgba(213,35,66,.028)
    ) !important;
}


/* =========================================================
   8. BOTONES
   ========================================================= */

body.theme-equifax.season-patrias button.primary {
  box-shadow:
    0 10px 22px rgba(213,35,66,.16),
    0 0 0 1px rgba(213,35,66,.04);
}


/* =========================================================
   9. SIDEBAR — ROSETA PATRIA
   ========================================================= */

body.theme-equifax.season-patrias aside {
  position: relative;
}

/* Roseta única; funciona en genérico y Francisca */
body.theme-equifax.season-patrias aside::after {
  content: "★";
  position: absolute;

  right: 22px;
  bottom: 98px;

  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background:
    radial-gradient(circle,
      #ffffff 0 27%,
      #004b93 28% 43%,
      #ffffff 44% 57%,
      #d52342 58% 100%
    );

  color: #004b93;
  font-size: 10px;
  font-weight: 900;

  border: 2px solid rgba(255,255,255,.82);

  box-shadow:
    0 6px 15px rgba(0,0,0,.17),
    0 0 0 1px rgba(255,255,255,.26);

  pointer-events: none;
}


/* =========================================================
   10. FRANCISCA
   Mantener su identidad rosa, solo sumar detalles patrios.
   ========================================================= */

body.theme-equifax.theme-francisca.season-patrias aside::after {
  opacity: .92;
}

body.theme-equifax.theme-francisca.season-patrias .topbar::after {
  opacity: .88;
}

body.theme-equifax.theme-francisca.season-patrias #reportTitle::after,
body.theme-equifax.theme-francisca.season-patrias #funnelTitle::after {
  filter: saturate(.9);
}


/* =========================================================
   11. GENÉRICO
   ========================================================= */

body.theme-equifax.season-patrias:not(.theme-francisca) aside::after {
  box-shadow:
    0 7px 17px rgba(0,0,0,.22),
    0 0 0 1px rgba(255,255,255,.30);
}


/* =========================================================
   12. CHAT
   ========================================================= */

body.theme-equifax.season-patrias .floating-chat-launcher {
  box-shadow:
    0 12px 26px rgba(213,35,66,.20),
    0 0 0 3px rgba(255,255,255,.72);
}


/* =========================================================
   13. RESPONSIVE
   ========================================================= */

@media (max-width: 1180px) {
  body.theme-equifax.season-patrias .topbar::before {
    display: none;
  }
}

@media (max-width: 800px) {
  body.theme-equifax.season-patrias .topbar::after {
    left: 0;
    right: 0;
    background-size: 130px 26px;
    height: 26px;
    bottom: -23px;
  }

  body.theme-equifax.season-patrias .content {
    padding-top: 32px !important;
  }

  body.theme-equifax.season-patrias .content::before {
    display: none;
  }

  body.theme-equifax.season-patrias aside::after {
    display: none;
  }

  body.theme-equifax.season-patrias .report-controls::after {
    display: none;
  }
}


/* =========================================================
   FIESTAS PATRIAS V3 — AJUSTES DE POSICIÓN
   ========================================================= */

/* El sello queda en la zona libre entre navegación y usuario */
body.theme-equifax.season-patrias .topbar::before {
  right: 560px !important;
  top: 21px !important;

  min-height: 28px !important;
  padding: 0 10px !important;

  font-size: 8px !important;
  letter-spacing: .07em !important;
}


/* Logo EQUIFAX inferior más compacto para no invadir VER MÁS */
body.theme-equifax.season-patrias .entel-sidebar-logo {
  width: 130px !important;
  max-height: 44px !important;
  left: 24px !important;
  bottom: 8px !important;
  object-fit: contain !important;
}


/* Francisca: un poco más pequeño por su sidebar más ajustado */
body.theme-equifax.theme-francisca.season-patrias .entel-sidebar-logo {
  width: 125px !important;
  left: 25px !important;
  bottom: 7px !important;
}


/* En pantallas donde ya no queda espacio seguro, ocultamos solo el sello */
@media (max-width: 1450px) {
  body.theme-equifax.season-patrias .topbar::before {
    display: none !important;
  }
}


/* =========================================================
   FIESTAS PATRIAS V4 — AJUSTE FINAL DE POSICIONES
   ========================================================= */


/* ---------------------------------------------------------
   1. MES DE LA PATRIA
   Más hacia la izquierda, centrado en la zona blanca.
   --------------------------------------------------------- */

body.theme-equifax.season-patrias .topbar::before {
  right: auto !important;
  left: 47% !important;
  top: 21px !important;
  transform: translateX(-50%) !important;

  min-height: 28px !important;
  padding: 0 11px !important;

  font-size: 8px !important;
  letter-spacing: .07em !important;
}


/* ---------------------------------------------------------
   2. SIDEBAR
   Elimina el bloque blanco que aparece bajo AVEMCO.
   El workspace ya comienza debajo del topbar.
   --------------------------------------------------------- */

body.theme-equifax.season-patrias aside {
  inset: 0 auto 0 0 !important;
  top: 0 !important;
  bottom: 0 !important;
}


/* ---------------------------------------------------------
   3. EQUIFAX GENÉRICO
   NO CAMBIAR: conserva exactamente el tamaño aprobado.
   --------------------------------------------------------- */


/* ---------------------------------------------------------
   4. EQUIFAX FRANCISCA
   Recuperar tamaño grande del diseño original.
   --------------------------------------------------------- */

body.theme-equifax.theme-francisca.season-patrias .entel-sidebar-logo {
  width: 172px !important;
  height: auto !important;
  max-height: 72px !important;

  left: 28px !important;
  bottom: 12px !important;

  object-fit: contain !important;
  object-position: left center !important;

  opacity: 1 !important;
}


/* En resoluciones angostas ocultamos solamente el sello */
@media (max-width: 1450px) {
  body.theme-equifax.season-patrias .topbar::before {
    display: none !important;
  }
}
