@keyframes janio-splash-pulse { 0%, 100% { opacity: 0.4 } 50% { opacity: 0.85 } }
.janio-splash {
  position: fixed; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(to bottom, #f8fafc, #f1f5f9);
}
.janio-splash > div {
  display: flex; align-items: center; gap: 10px;
  animation: janio-splash-pulse 1.6s ease-in-out infinite;
  font: 700 20px/1 ui-sans-serif, system-ui, -apple-system, sans-serif;
  color: #0f172a; letter-spacing: -0.01em;
}
