/* TIM-OE 2026-05-07 - global dark preload to avoid white flash on refresh */
html.timoe-preload-dark,
html.timoe-preload-dark body,
html.timoe-preload-dark #root {
  background: #06111f !important;
  color: #e5edf8 !important;
}
html.timoe-preload-dark main,
html.timoe-preload-dark [data-timoe-main="vibiz"],
html.timoe-preload-dark [data-timoe-main="vibiz"] > div,
html.timoe-preload-dark .theme-dark,
html.timoe-preload-dark .dark {
  background: transparent !important;
}
html.timoe-preload-dark body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 40% 12%, rgba(30,64,175,.24), transparent 20%), linear-gradient(180deg, #06111f 0%, #091427 45%, #0f172a 100%);
  z-index: -1;
  pointer-events: none;
}
