/*
PAC Control Tower B4F R2R8D
Computed-style recovery derived from live DOM forensic R2R8C R1.

Facts frozen by R2R8C R1:
- #page-executive-anomaly-center exists in the rendered DOM.
- #v1758-anomaly-summary does NOT exist in the rendered DOM.
- "Qué cambió", comparison text and action text are descendants of the executive anomaly page.
- rendered legacy colors include white / #F8FAFC / #9FB8C1 on translucent light surfaces.

Scope:
- executive anomaly page only;
- reusable agent summary wrappers proven by prior source/structural forensic;
- text contrast only;
- no display/position/grid/flex/size/background changes.
*/

:root{
  --pac-b4f-r2r8d-text:#101828;
  --pac-b4f-r2r8d-muted:#344054;
}

/* The rendered callback output does not expose #v1758-anomaly-summary.
   Bind to the mounted page plus the reusable summary wrappers instead. */
body #page-executive-anomaly-center .v1756-agent-summary,
body #page-executive-anomaly-center .v1756-agent-summary-card{
  color:var(--pac-b4f-r2r8d-text)!important;
  text-shadow:none!important;
  -webkit-text-fill-color:var(--pac-b4f-r2r8d-text)!important;
}

body #page-executive-anomaly-center .v1756-agent-summary h1,
body #page-executive-anomaly-center .v1756-agent-summary h2,
body #page-executive-anomaly-center .v1756-agent-summary h3,
body #page-executive-anomaly-center .v1756-agent-summary h4,
body #page-executive-anomaly-center .v1756-agent-summary h5,
body #page-executive-anomaly-center .v1756-agent-summary h6,
body #page-executive-anomaly-center .v1756-agent-summary strong,
body #page-executive-anomaly-center .v1756-agent-summary b,
body #page-executive-anomaly-center .v1756-agent-summary-card h1,
body #page-executive-anomaly-center .v1756-agent-summary-card h2,
body #page-executive-anomaly-center .v1756-agent-summary-card h3,
body #page-executive-anomaly-center .v1756-agent-summary-card h4,
body #page-executive-anomaly-center .v1756-agent-summary-card h5,
body #page-executive-anomaly-center .v1756-agent-summary-card h6,
body #page-executive-anomaly-center .v1756-agent-summary-card strong,
body #page-executive-anomaly-center .v1756-agent-summary-card b{
  color:var(--pac-b4f-r2r8d-text)!important;
  opacity:1!important;
  text-shadow:none!important;
  -webkit-text-fill-color:var(--pac-b4f-r2r8d-text)!important;
}

body #page-executive-anomaly-center .v1756-agent-summary p,
body #page-executive-anomaly-center .v1756-agent-summary li,
body #page-executive-anomaly-center .v1756-agent-summary ul,
body #page-executive-anomaly-center .v1756-agent-summary ol,
body #page-executive-anomaly-center .v1756-agent-summary span,
body #page-executive-anomaly-center .v1756-agent-summary-card p,
body #page-executive-anomaly-center .v1756-agent-summary-card li,
body #page-executive-anomaly-center .v1756-agent-summary-card ul,
body #page-executive-anomaly-center .v1756-agent-summary-card ol,
body #page-executive-anomaly-center .v1756-agent-summary-card span{
  color:var(--pac-b4f-r2r8d-muted)!important;
  opacity:1!important;
  text-shadow:none!important;
  -webkit-text-fill-color:var(--pac-b4f-r2r8d-muted)!important;
}

/* Source-layout fallback for the same anomaly module if the mounted wrapper
   exposes its v1758 class in a later render. */
body #page-executive-anomaly-center .v1758-anomaly-engine .v1756-agent-summary,
body #page-executive-anomaly-center .v1758-anomaly-engine .v1756-agent-summary-card{
  color:var(--pac-b4f-r2r8d-text)!important;
  -webkit-text-fill-color:var(--pac-b4f-r2r8d-text)!important;
}

/* Preserve semantic chips, badges and interactive affordances. */
body #page-executive-anomaly-center .v1756-agent-summary .source-pill,
body #page-executive-anomaly-center .v1756-agent-summary [class*="badge"],
body #page-executive-anomaly-center .v1756-agent-summary [class*="pill"],
body #page-executive-anomaly-center .v1756-agent-summary button,
body #page-executive-anomaly-center .v1756-agent-summary a,
body #page-executive-anomaly-center .v1756-agent-summary-card .source-pill,
body #page-executive-anomaly-center .v1756-agent-summary-card [class*="badge"],
body #page-executive-anomaly-center .v1756-agent-summary-card [class*="pill"],
body #page-executive-anomaly-center .v1756-agent-summary-card button,
body #page-executive-anomaly-center .v1756-agent-summary-card a{
  -webkit-text-fill-color:currentColor!important;
}

/* Safety contract:
   no background/background-image
   no display/visibility
   no position
   no width/height
   no grid/flex
   no app.py/callback/id/business-logic mutation
*/
