/* BibliaREM Maps Platform — G12 theme contrast + copy refinement */

/* Shared semantic tones for both appearances. */
body.br-maps-page{
  --maps-3d-accent:#70ddff;
  --maps-3d-accent-strong:#a9efff;
  --maps-classic-accent:#f0ce78;
  --maps-warning:#ff8585;
  --maps-warning-shadow:rgba(142,25,25,.18);
}

/* Head badges: strong contrast instead of washed-out cyan/gold. */
.br-maps-page .maps-badge--3d{
  color:var(--maps-3d-accent-strong)!important;
  background:rgba(0,93,129,.34)!important;
  border-color:rgba(95,221,255,.52)!important;
  text-shadow:0 1px 8px rgba(29,184,230,.14);
}
.br-maps-page .maps-badge--classic{
  color:#f5d98f!important;
  background:rgba(122,84,17,.29)!important;
  border-color:rgba(226,178,79,.42)!important;
}

/* "Recommended" pill now acts as a concise status badge. */
.br-maps-page .maps-access{
  color:#b7f1ff!important;
  background:rgba(4,91,126,.32)!important;
  border-color:rgba(74,205,248,.46)!important;
  letter-spacing:.012em;
}

/* Body copy, benefits and member copy stay comfortably readable in dark. */
.br-maps-page .maps-choice__lead{color:#d7e0e6!important}
.br-maps-page .maps-benefits{color:#dbe6ed!important}
.br-maps-page .maps-benefits li>span:first-child{color:#58d9ff!important}
.br-maps-page .maps-member-note{
  color:#adc0cc!important;
  font-weight:600;
}
.br-maps-page .maps-member-note>span:first-child{color:#e0b656!important}

/* Performance warning requested below the member note. */
.br-maps-page .maps-performance-warning{
  width:min(760px,96%);
  margin:.22rem auto 0;
  color:var(--maps-warning)!important;
  font-size:.66rem;
  line-height:1.28;
  font-style:italic;
  font-weight:650;
  text-align:center;
  text-wrap:balance;
  text-shadow:0 1px 10px var(--maps-warning-shadow);
}

/* Feature chips should retain readable labels in both palettes. */
.br-maps-page .maps-feature{
  color:#e7f5fb!important;
  border-color:rgba(63,190,234,.42)!important;
}
.br-maps-page .maps-feature--classic{
  color:#f3e6c5!important;
  border-color:rgba(215,167,73,.42)!important;
}
.br-maps-page .maps-feature__icon{color:#7ce3ff!important}
.br-maps-page .maps-feature--classic .maps-feature__icon{color:#f2cd75!important}

/* Classic descriptive copy should not inherit a cold blue-grey in dark mode. */
.br-maps-page .maps-choice--classic .maps-choice__lead{color:#ddd4c2!important}

/* Buttons and controls: explicit high-contrast interaction states. */
.br-maps-page .maps-cta--3d{
  color:#fff!important;
  border-color:#40cfff!important;
}
.br-maps-page .maps-cta--classic{
  color:#fff7df!important;
  border-color:#e4b85d!important;
}
.br-maps-page .maps-slider__arrow{
  border-color:rgba(255,255,255,.35)!important;
  color:#fff!important;
}
.br-maps-page .maps-slider__arrow:focus-visible,
.br-maps-page .maps-cta:focus-visible,
.br-maps-page .maps-slider__dot:focus-visible{
  outline:2px solid currentColor;
  outline-offset:3px;
}

/* LIGHT — dedicated contrast palette, not merely inverted dark colors. */
html[data-theme="light"] body.br-maps-page{
  --maps-warning:#a91f1f;
  --maps-warning-shadow:rgba(169,31,31,.08);
}
html[data-theme="light"] body.br-maps-page .maps-badge--3d{
  color:#006b8f!important;
  background:#dff5fc!important;
  border-color:#66bddc!important;
  text-shadow:none;
}
html[data-theme="light"] body.br-maps-page .maps-badge--classic{
  color:#76500e!important;
  background:#f5e6bf!important;
  border-color:#d3ad63!important;
}
html[data-theme="light"] body.br-maps-page .maps-access{
  color:#006b8f!important;
  background:#e1f5fb!important;
  border-color:#70bdd7!important;
}
html[data-theme="light"] body.br-maps-page .maps-choice__lead{
  color:#344c58!important;
}
html[data-theme="light"] body.br-maps-page .maps-choice--classic .maps-choice__lead{
  color:#584a35!important;
}
html[data-theme="light"] body.br-maps-page .maps-benefits{
  color:#29414e!important;
}
html[data-theme="light"] body.br-maps-page .maps-benefits li>span:first-child{
  color:#008ab7!important;
}
html[data-theme="light"] body.br-maps-page .maps-member-note{
  color:#506976!important;
}
html[data-theme="light"] body.br-maps-page .maps-member-note>span:first-child{
  color:#a8720c!important;
}
html[data-theme="light"] body.br-maps-page .maps-performance-warning{
  color:#a91f1f!important;
  text-shadow:none;
}
html[data-theme="light"] body.br-maps-page .maps-feature{
  color:#173847!important;
  background:linear-gradient(180deg,#edf9fd,#dff2f8)!important;
  border-color:#83c5dc!important;
}
html[data-theme="light"] body.br-maps-page .maps-feature--classic{
  color:#49381f!important;
  background:linear-gradient(180deg,#fffaf0,#f3e7cc)!important;
  border-color:#d7b36d!important;
}
html[data-theme="light"] body.br-maps-page .maps-feature__icon{color:#00a3d7!important}
html[data-theme="light"] body.br-maps-page .maps-feature--classic .maps-feature__icon{color:#bc861d!important}
html[data-theme="light"] body.br-maps-page .maps-slider__arrow{
  background:rgba(12,26,34,.82)!important;
  border-color:rgba(255,255,255,.75)!important;
  color:#fff!important;
}
html[data-theme="light"] body.br-maps-page .maps-slider__dot{
  background:#80909a!important;
  border-color:#4c5f69!important;
}
html[data-theme="light"] body.br-maps-page .maps-slider--3d .maps-slider__dot.is-active{
  background:#00aede!important;
  border-color:#007fa6!important;
}
html[data-theme="light"] body.br-maps-page .maps-slider--classic .maps-slider__dot.is-active{
  background:#c68d20!important;
  border-color:#8e6518!important;
}
html[data-theme="light"] body.br-maps-page .maps-future__heading p,
html[data-theme="light"] body.br-maps-page .maps-future-card p{
  color:#536975!important;
}
html[data-theme="light"] body.br-maps-page .maps-future-card__status{
  color:#5d4a2b!important;
  border-color:rgba(111,83,37,.28)!important;
  background:rgba(255,255,255,.58)!important;
}

/* AUTO + light OS gets the same fully audited light palette. */
@media (prefers-color-scheme:light){
  html[data-theme="auto"] body.br-maps-page{
    --maps-warning:#a91f1f;
    --maps-warning-shadow:rgba(169,31,31,.08);
  }
  html[data-theme="auto"] body.br-maps-page .maps-badge--3d{color:#006b8f!important;background:#dff5fc!important;border-color:#66bddc!important;text-shadow:none}
  html[data-theme="auto"] body.br-maps-page .maps-badge--classic{color:#76500e!important;background:#f5e6bf!important;border-color:#d3ad63!important}
  html[data-theme="auto"] body.br-maps-page .maps-access{color:#006b8f!important;background:#e1f5fb!important;border-color:#70bdd7!important}
  html[data-theme="auto"] body.br-maps-page .maps-choice__lead{color:#344c58!important}
  html[data-theme="auto"] body.br-maps-page .maps-choice--classic .maps-choice__lead{color:#584a35!important}
  html[data-theme="auto"] body.br-maps-page .maps-benefits{color:#29414e!important}
  html[data-theme="auto"] body.br-maps-page .maps-benefits li>span:first-child{color:#008ab7!important}
  html[data-theme="auto"] body.br-maps-page .maps-member-note{color:#506976!important}
  html[data-theme="auto"] body.br-maps-page .maps-member-note>span:first-child{color:#a8720c!important}
  html[data-theme="auto"] body.br-maps-page .maps-performance-warning{color:#a91f1f!important;text-shadow:none}
  html[data-theme="auto"] body.br-maps-page .maps-feature{color:#173847!important;background:linear-gradient(180deg,#edf9fd,#dff2f8)!important;border-color:#83c5dc!important}
  html[data-theme="auto"] body.br-maps-page .maps-feature--classic{color:#49381f!important;background:linear-gradient(180deg,#fffaf0,#f3e7cc)!important;border-color:#d7b36d!important}
  html[data-theme="auto"] body.br-maps-page .maps-feature__icon{color:#00a3d7!important}
  html[data-theme="auto"] body.br-maps-page .maps-feature--classic .maps-feature__icon{color:#bc861d!important}
  html[data-theme="auto"] body.br-maps-page .maps-slider__arrow{background:rgba(12,26,34,.82)!important;border-color:rgba(255,255,255,.75)!important;color:#fff!important}
  html[data-theme="auto"] body.br-maps-page .maps-slider__dot{background:#80909a!important;border-color:#4c5f69!important}
  html[data-theme="auto"] body.br-maps-page .maps-slider--3d .maps-slider__dot.is-active{background:#00aede!important;border-color:#007fa6!important}
  html[data-theme="auto"] body.br-maps-page .maps-slider--classic .maps-slider__dot.is-active{background:#c68d20!important;border-color:#8e6518!important}
  html[data-theme="auto"] body.br-maps-page .maps-future__heading p,
  html[data-theme="auto"] body.br-maps-page .maps-future-card p{color:#536975!important}
  html[data-theme="auto"] body.br-maps-page .maps-future-card__status{color:#5d4a2b!important;border-color:rgba(111,83,37,.28)!important;background:rgba(255,255,255,.58)!important}
}

/* Keep the extra warning compact on short desktop screens and phones. */
@media (min-width:841px) and (max-height:860px){
  .br-maps-page .maps-performance-warning{font-size:.58rem;line-height:1.2;margin-top:.15rem}
}
@media (max-width:520px){
  .br-maps-page .maps-performance-warning{width:100%;font-size:.7rem;line-height:1.3;margin-top:.28rem}
}
