/* o7b33b8 */
/* ==== bespoke fix 2026-06-17: kill clashing Bauhaus red/blue/yellow primaries, fold into the green-gold overlay palette ==== */
:root{
  /* the skin-gen overlay re-themed everything green-gold but left the
     hardcoded --bau-* trio at bright red/blue/yellow -> map them onto
     the green-gold palette so CTA tags, markers, badges & rules cohere */
  --bau-yellow:#c1e59f;          /* highlight -> bright lime-gold */
  --bau-red:#93c662;             /* "accent" -> primary green-gold (no more stray red) */
  --bau-blue:#659636;            /* secondary -> deep olive-green (no more clashing blue) */
}
/* CTA / key-take bullet tags: keep readable labels on the new green tones */
.keytake-tagx-s730d4{background:var(--gold);color:#0d1109;border-color:#0d1109;box-shadow:2px 2px 0 0 #0d1109}
.keytake-tagx-s730d4:nth-child(3n){background:var(--gold-bright);color:#0d1109}
.keytake-tagx-s730d4:nth-child(3n+1){background:#659636;color:var(--fg)}
/* retone the stray red corner triangle on the BLUF/verdict card to gold */
.bluf-s730d4::before{border-top-color:var(--gold);opacity:.85}
/* section-heading geometric markers -> gold over deep-green (was red+blue) */
.zone-s730d4 h2::before,.section-title::before{background:var(--gold);box-shadow:0 0.7em 0 0 #659636}
main>section:first-child h1{text-align:center!important}
[class*="burger-btn-"] span{background:#fff!important}
