body.page-loading {
  margin: 0;
  min-height: 100vh;
  overflow: hidden;
}

.splash-screen {
  display: none;
}

.page-loading .splash-screen {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-family: 'Manrope', 'Noto Sans', sans-serif;
  background: radial-gradient(circle at top, rgba(14, 165, 233, 0.14), #f8fafc 42%);
  color: #334155;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 600;
}

.page-loading .splash-screen span {
  color: #475569;
  -webkit-font-smoothing: antialiased;
}

.page-loading .splash-screen img {
  height: 88px;
  width: 88px;
}

.splash-screen .splash-logo {
  display: block;
}
