/* Vivid Verse Global Branding — accent only, no background changes */

/* Links */
.excalidraw a {
  color: #3d52a0 !important;
}

/* Custom watermark in bottom-right */
.excalidraw .layer-ui__wrapper::after {
  content: "Vivid Verse Global";
  position: fixed;
  bottom: 8px;
  right: 12px;
  font-size: 11px;
  font-weight: 600;
  color: #3d52a0;
  opacity: 0.5;
  pointer-events: none;
  z-index: 999;
}
