/* VelChat: authenticated interface is intentionally dark-only. */
#night_mode_toggle,
#night_mode_auto,
.third-party-themes,
.theme-changer,
[data-theme-changer],
[data-mode-switch],
.tag_theme_switch,
.wo_theme_switch {
  display: none !important;
}

html, body {
  color-scheme: dark;
  background: #0b0b10 !important;
}

/* Keep profile/grid surfaces readable even when an old day-mode class or cached rule remains. */
body:not(.welcome),
body:not(.welcome) .page-margin,
body:not(.welcome) .wo_user_profile,
body:not(.welcome) .profile-container,
body:not(.welcome) .wow_content,
body:not(.welcome) .user_media_list_section,
body:not(.welcome) .posts_load {
  color: #f2f2f4;
}
