body[data-kc-page-loading="true"] {
  overflow: hidden;
  /* Match loader background — prevents white flash at Safari iOS browser chrome area */
  background-color: #061329;
}

._SXQ1EFF {
  position: fixed;
  inset: 0;
  /* Explicit size: Safari iOS sometimes doesn't honour inset alone on fixed elements */
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 38%, rgba(38, 131, 255, 0.2), transparent 32%),
    linear-gradient(135deg, #061329 0%, #081b38 52%, #0d2346 100%);
  color: #fff;
  opacity: 1;
  pointer-events: none;
  /* Dedicated GPU compositing layer — Safari iOS releases it cleanly on removeChild */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Single-property transition → exactly ONE transitionend event → no Safari double-fire */
  transition: opacity 300ms ease;
}

._SXQ1EFF[hidden] {
  display: none !important;
}

/* Fade-out state: only opacity changes, no visibility snap that confuses Safari */
._SXQ1EFF.is-hiding {
  opacity: 0;
}

/* Terminal state: applied just before removeChild */
._SXQ1EFF.is-hidden {
  opacity: 0;
  visibility: hidden;
}

._UAAIaIp {
  width: min(360px, 100%);
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

._4W2XNnV {
  position: relative;
  width: 170px;
  height: 170px;
  display: grid;
  place-items: center;
  margin-bottom: 6px;
}

._4W2XNnV::before {
  content: "";
  position: absolute;
  inset: 34px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.11);
  filter: blur(18px);
}

._pTryOaE {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(45, 136, 255, 0.24);
}

.kc-page-loader__ring--outer {
  inset: 0;
  animation: kc-loader-pulse 2.4s ease-in-out infinite;
}

.kc-page-loader__ring--inner {
  inset: 38px;
  border-color: rgba(56, 189, 248, 0.28);
  animation: kc-loader-pulse 2.4s ease-in-out infinite reverse;
}

._jG6b1P_ {
  position: relative;
  width: 92px;
  height: 92px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(14, 116, 220, 0.34));
}

._tqReDJq {
  --kc-loader-track-width: min(240px, calc(100vw - 48px));
  position: relative;
  width: var(--kc-loader-track-width);
  height: 8px;
  margin-top: 14px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(148, 163, 184, 0.14);
  box-shadow: inset 0 0 0 1px rgba(125, 211, 252, 0.08);
}

._tqReDJq::before,
._tqReDJq::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

._tqReDJq::before {
  background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.2), transparent);
}

._tqReDJq::after {
  width: 42%;
  background: linear-gradient(90deg, #38bdf8 0%, #22d3ee 52%, rgba(45, 212, 191, 0.78) 100%);
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.5);
  animation: kc-loader-bar 1.55s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

._JNtLc5i {
  display: none;
}

._dJSqJq_ {
  display: none;
}

._ADb4Yi-,
._JiTCup6 {
  margin: 0;
}

._ADb4Yi- {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 12px 30px rgba(15, 23, 42, 0.34);
}

._JiTCup6 {
  color: rgba(226, 232, 240, 0.76);
  font-size: clamp(0.92rem, 1.6vw, 1.1rem);
  font-weight: 700;
}

._36F-C_7 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  width: min(250px, 76vw);
  margin-top: 10px;
  border: 1px solid rgba(96, 165, 250, 0.22);
  border-radius: 14px;
  background: rgba(15, 36, 70, 0.62);
  box-shadow: 0 16px 50px rgba(2, 8, 23, 0.18);
  overflow: hidden;
}

._36F-C_7 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  color: rgba(241, 245, 249, 0.9);
  font-size: 0.88rem;
  font-weight: 700;
}

._36F-C_7 svg {
  width: 19px;
  height: 19px;
  color: #38bdf8;
  filter: drop-shadow(0 0 9px rgba(56, 189, 248, 0.42));
  flex: 0 0 auto;
}

._36F-C_7 span + span {
  border-left: 1px solid rgba(96, 165, 250, 0.18);
}

@keyframes kc-loader-bar {
  0%,
  100% {
    transform: translateX(-105%);
  }
  50% {
    transform: translateX(145%);
  }
}

@keyframes kc-loader-pulse {
  0%,
  100% {
    opacity: 0.38;
    transform: scale(0.96);
  }
  50% {
    opacity: 0.92;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  ._SXQ1EFF,
  ._tqReDJq::after,
  .kc-page-loader__ring--outer,
  .kc-page-loader__ring--inner {
    animation: none;
    transition: none;
  }
}

@media (max-width: 640px) {
  ._4W2XNnV {
    width: 136px;
    height: 136px;
  }

  .kc-page-loader__ring--inner {
    inset: 30px;
  }

  ._jG6b1P_ {
    width: 74px;
    height: 74px;
  }
}
