/* Minimal Splash Screen Styles - Bootstrap Migration Complete */

/* Bootstrap 5 handles all layout, spacing, and responsive design */
/* Only custom branding styles remain */

/* Language Toggle Component Enhancement */
.language-switch {
  transition: all 0.3s ease;
}

.language-switch:hover {
  transform: scale(1.05);
}