/* Minimal splash screen styles - main styling is in Tailwind classes */

#splash-screen {
  opacity: 1;
}

/* Smooth fade out when hidden */
#splash-screen.hidden {
  opacity: 0;
  pointer-events: none;
}
