:root { color-scheme: dark; }

html,
body,
.strip,
.panel,
.overlay,
.bubble,
.balloon-shape,
.balloon-shape path,
.caption {
  forced-color-adjust: none;
}

html.samsung-dark .panel.image,
html.auto-dark-theme .panel.image {
  background-color: rgba(255, 255, 255, .16) !important;
  background-blend-mode: screen;
}

html.samsung-dark .panel.image.mirror-art::before,
html.auto-dark-theme .panel.image.mirror-art::before {
  filter: brightness(1.18) saturate(1.04);
}

html.samsung-dark .work-art,
html.auto-dark-theme .work-art {
  filter: brightness(1.18) saturate(1.04);
}

html.samsung-dark .bubble.dark,
html.auto-dark-theme .bubble.dark {
  --bubble-fill: #010305;
  --bubble-stroke: #aee4ec;
}
