/* Consistent charcoal diagram palette in light and dark themes. */
html .cb-module :is(.loc-art svg,.full-art svg),html[data-color-mode=dark] .cb-module :is(.loc-art svg,.full-art svg),.loc-art svg.cb-finished-drawing,.full-art svg.cb-finished-drawing{filter:none!important;background:#fff}
.loc-canvas,.canvas{background:#fff!important}
.cb-finished-drawing .cb-hotspot{fill:#3c4147;stroke:#89939e;stroke-width:.65}
.cb-finished-drawing .cb-hotspot.is-selected{fill:#943e48;stroke:#ffb5ac;stroke-width:1.6;filter:none}
.cb-finished-drawing .cb-target:hover .cb-hotspot,.cb-finished-drawing .cb-target:focus .cb-hotspot{fill:#71604a;stroke:#f1d4a3}
.cb-finished-drawing .cb-target text{fill:#fff9ed!important}

/* Figure canvas follows the chosen theme without inverting the bronze finish. */
html:not([data-color-mode=dark]) .cb-finished-drawing{background:#fff!important}
html[data-color-mode=dark] :is(.loc-canvas,.canvas),html[data-color-mode=dark] .cb-finished-drawing{background:linear-gradient(145deg,#25282c 0%,#111316 45%,#090a0c 100%)!important}
html[data-color-mode=dark] .cb-finished-drawing .cb-paper{fill:transparent!important}
html[data-color-mode=dark] .cb-finished-drawing .cb-linework{stroke:#c5c9cf!important}
html[data-color-mode=dark] .cb-finished-drawing text{fill:#f1f2f4!important}
html[data-color-mode=dark] .cb-finished-drawing .cb-hotspot{fill:#40444a;stroke:#abb3bd}
html[data-color-mode=dark] .cb-finished-drawing .cb-hotspot.is-selected{fill:#943e48;stroke:#ffb5ac}

html[data-color-mode=dark] .cb-finished-drawing .cb-ink{fill:#d9dde2!important}



html[data-color-mode=dark] .cb-finished-drawing linearGradient[id^="cbSilver"] stop:nth-child(1){stop-color:#58616c}
html[data-color-mode=dark] .cb-finished-drawing linearGradient[id^="cbSilver"] stop:nth-child(2){stop-color:#39424d}
html[data-color-mode=dark] .cb-finished-drawing linearGradient[id^="cbSilver"] stop:nth-child(3){stop-color:#252e38}
html[data-color-mode=dark] .cb-solid-surfaces path[fill="#a5b0bd"]{fill:#303945}

/* Callout letters/arrows retain their ink without white backplates. */
.cb-finished-drawing .cb-callout-paper{fill:transparent!important}
.cb-finished-drawing .cb-hotspot.is-selected{fill:#3c4147!important;stroke:#e32636!important;stroke-width:1.6;filter:none!important}
html[data-color-mode=dark] .cb-finished-drawing .cb-hotspot.is-selected{fill:#40444a!important;stroke:#ff6573!important}

.cb-finished-drawing .cb-selection-outline{fill:none!important;stroke:#e32636!important;stroke-width:2px;vector-effect:non-scaling-stroke;pointer-events:none}
html[data-color-mode=dark] .cb-finished-drawing .cb-selection-outline{stroke:#ff6573!important}

/* Reference palette: charcoal paper, warm CB faces, cream ink and bronze doors.
   Remove source white knockouts; the equipment finish remains visible below. */
.cb-finished-drawing .cb-paper{fill:transparent!important}
html[data-color-mode=dark] :is(.loc-canvas,.canvas),
html[data-color-mode=dark] .cb-finished-drawing{background:#252525!important}
html[data-color-mode=dark] .cb-finished-drawing .cb-solid-surfaces path{fill:#252525!important}
html[data-color-mode=dark] .cb-finished-drawing .cb-linework{stroke:#c8c5be!important}
html[data-color-mode=dark] .cb-finished-drawing .cb-ink,
html[data-color-mode=dark] .cb-finished-drawing text{fill:#fff9ed!important}
html[data-color-mode=dark] .cb-finished-drawing .cb-hotspot{fill:#44403b!important;stroke:#c8c5be!important}
html[data-color-mode=dark] .cb-finished-drawing .cb-hotspot.is-selected{fill:#943e48!important;stroke:#ffb5ac!important}
html[data-color-mode=dark] .cb-finished-drawing .cb-selection-outline{stroke:#ff6573!important}
html[data-color-mode=dark] .cb-finished-drawing .cb-target:hover .cb-hotspot{fill:#665b49!important}
