/* ── Splash Screen v5 — PronoKick (simplified) ── */

.splash {
  position: fixed;
  inset: 0;
  background: #07090f;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.splash-icon {
  width: 120px;
  height: 120px;
}
