.first-loading-wrp {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at top left, rgba(102, 126, 234, 0.16), transparent 38%),
    radial-gradient(circle at bottom right, rgba(118, 75, 162, 0.14), transparent 34%),
    linear-gradient(135deg, #f5f8ff 0%, #eef3ff 48%, #f7f9ff 100%);
}

.radial-pulse-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 220px;
}

#startup-loader-canvas {
  display: block;
  filter: drop-shadow(0 16px 36px rgba(102, 126, 234, 0.18));
}

.loader-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #5c6f99;
  text-align: center;
}
