/* [project]/components/splash/SplashLogo.module.css [app-client] (css) */
.SplashLogo-module__1KdzCW__wrapper {
  aspect-ratio: 1;
  isolation: isolate;
  justify-content: center;
  align-items: center;
  height: 73%;
  min-height: 260px;
  max-height: 520px;
  display: flex;
  position: relative;
}

.SplashLogo-module__1KdzCW__glow {
  filter: blur(20px);
  z-index: 0;
  backface-visibility: hidden;
  will-change: transform, opacity;
  background: radial-gradient(circle, #22d3ee3d 0%, #3b82f624 35%, #0000 70%);
  border-radius: 50%;
  width: 130%;
  height: 130%;
  animation: 5.5s ease-in-out infinite SplashLogo-module__1KdzCW__glowPulse;
  position: absolute;
  transform: translateZ(0);
}

.SplashLogo-module__1KdzCW__bezel {
  z-index: 1;
  contain: paint;
  backface-visibility: hidden;
  will-change: transform;
  background: linear-gradient(135deg, #22d3ee 0%, #3b82f6 40%, #0ea5e9 70%, #22d3ee 100%);
  border-radius: 50%;
  padding: 5px;
  animation: 28s linear infinite SplashLogo-module__1KdzCW__slowSpin;
  position: absolute;
  inset: 0;
  overflow: hidden;
  transform: translateZ(0);
  box-shadow: inset 0 0 16px #ffffff4d, 0 24px 70px #0006;
}

.SplashLogo-module__1KdzCW__bezelShine {
  pointer-events: none;
  background: radial-gradient(100px 70px at 25% 18%, #ffffff80, #0000 60%);
  border-radius: 50%;
  position: absolute;
  inset: 0;
}

.SplashLogo-module__1KdzCW__circle {
  z-index: 2;
  isolation: isolate;
  contain: paint;
  backface-visibility: hidden;
  background: radial-gradient(circle at 30% 25%, #fff 0%, #fffffff7 45%, #f0f9ffeb 100%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  box-shadow: 0 20px 56px #0000004d, inset 0 0 0 1px #fff9, inset 0 4px 16px #ffffff80;
}

.SplashLogo-module__1KdzCW__discSpin {
  z-index: 0;
  backface-visibility: hidden;
  will-change: transform;
  background: conic-gradient(#22d3ee33, #3b82f61f, #ffffff0f, #0ea5e924, #22d3ee33);
  border-radius: 50%;
  animation: 7.5s linear infinite SplashLogo-module__1KdzCW__discSpin;
  position: absolute;
  inset: -18%;
  transform: translateZ(0);
}

.SplashLogo-module__1KdzCW__discShine {
  opacity: .85;
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(36% 30% at 26% 18%, #ffffff57, #fff0 62%);
  border-radius: 50%;
  position: absolute;
  inset: -10%;
  transform: rotate(-10deg)translateZ(0);
}

.SplashLogo-module__1KdzCW__imageWrap {
  z-index: 2;
  box-sizing: border-box;
  background: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0%;
  display: flex;
  position: relative;
}

.SplashLogo-module__1KdzCW__image {
  object-fit: contain;
  background: none;
  display: block;
  width: 100% !important;
  height: 100% !important;
}

@keyframes SplashLogo-module__1KdzCW__slowSpin {
  from {
    transform: translateZ(0)rotate(0);
  }

  to {
    transform: translateZ(0)rotate(360deg);
  }
}

@keyframes SplashLogo-module__1KdzCW__discSpin {
  from {
    transform: translateZ(0)rotate(0);
  }

  to {
    transform: translateZ(0)rotate(360deg);
  }
}

@keyframes SplashLogo-module__1KdzCW__glowPulse {
  0%, 100% {
    opacity: .7;
    transform: translateZ(0)scale(1);
  }

  50% {
    opacity: 1;
    transform: translateZ(0)scale(1.06);
  }
}

@media (max-height: 800px) {
  .SplashLogo-module__1KdzCW__wrapper {
    height: 66%;
    min-height: 240px;
  }
}

@media (max-height: 680px) {
  .SplashLogo-module__1KdzCW__wrapper {
    height: 60%;
    min-height: 200px;
  }

  .SplashLogo-module__1KdzCW__glow {
    filter: blur(14px);
  }
}

@media (max-height: 560px) {
  .SplashLogo-module__1KdzCW__wrapper {
    height: 55%;
    min-height: 160px;
  }

  .SplashLogo-module__1KdzCW__glow {
    display: none;
  }
}

@media (max-width: 480px) {
  .SplashLogo-module__1KdzCW__wrapper {
    height: 64%;
    min-height: 220px;
  }
}

@media (max-width: 480px) and (max-height: 700px) {
  .SplashLogo-module__1KdzCW__wrapper {
    height: 56%;
    min-height: 180px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .SplashLogo-module__1KdzCW__bezel, .SplashLogo-module__1KdzCW__glow, .SplashLogo-module__1KdzCW__discSpin {
    animation: none !important;
  }
}

/* [project]/components/splash/SplashIndex.module.css [app-client] (css) */
.SplashIndex-module__zf9zEG__root {
  background: linear-gradient(145deg, #060e1e 0%, #0d1f4a 20%, #1a3580 45%, #1a4878 65%, #145060 85%, #0e3848 100%);
  grid-template-rows: 1fr 1fr;
  width: 100%;
  height: 100dvh;
  padding: clamp(18px, 3.6vw, 32px) clamp(16px, 3vw, 26px);
  display: grid;
  overflow: hidden;
}

.SplashIndex-module__zf9zEG__root:before {
  content: "";
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(#38bdf81f 0%, #2563eb0f 30%, #0000 55%);
  width: 70%;
  height: 70%;
  position: absolute;
  top: -25%;
  right: -15%;
}

.SplashIndex-module__zf9zEG__root:after {
  content: "";
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(#0d948814 0%, #0000 50%);
  width: 50%;
  height: 50%;
  position: absolute;
  bottom: -15%;
  left: -10%;
}

.SplashIndex-module__zf9zEG__top {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-top: clamp(8px, 1.6vh, 20px);
  padding-bottom: clamp(10px, 2vh, 20px);
  display: flex;
  position: relative;
}

.SplashIndex-module__zf9zEG__bottom {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-top: clamp(8px, 1.8vh, 18px);
  padding-bottom: clamp(10px, 2.2vh, 22px);
  display: flex;
  position: relative;
}

.SplashIndex-module__zf9zEG__bottomGrid {
  grid-template-rows: auto 1fr auto;
  place-items: start center;
  row-gap: clamp(16px, 2.8vh, 34px);
  width: min(960px, 100%);
  height: 100%;
  display: grid;
}

.SplashIndex-module__zf9zEG__sloganWrap {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0 .55em;
  max-width: 960px;
  line-height: 1.12;
  display: flex;
}

.SplashIndex-module__zf9zEG__phrase {
  opacity: 0;
  will-change: opacity, transform;
  white-space: nowrap;
  letter-spacing: -.03em;
  color: #ffffffeb;
  text-shadow: 0 14px 36px #00000057;
  font-size: clamp(26px, 4.5vmin, 52px);
  font-weight: 750;
  transition: opacity .5s cubic-bezier(.16, 1, .3, 1), transform .6s cubic-bezier(.16, 1, .3, 1);
  display: inline-block;
  transform: translateY(18px);
}

.SplashIndex-module__zf9zEG__phraseShow {
  opacity: 1;
  transform: translateY(0);
}

.SplashIndex-module__zf9zEG__phraseAccent {
  color: #bae6fdfa;
  text-shadow: 0 0 28px #38bdf866;
  font-weight: 800;
}

.SplashIndex-module__zf9zEG__progress {
  flex-direction: column;
  align-self: center;
  align-items: center;
  gap: 14px;
  margin-top: 4px;
  display: flex;
}

.SplashIndex-module__zf9zEG__dots {
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 6px 12px;
  display: inline-flex;
}

.SplashIndex-module__zf9zEG__dot {
  opacity: .95;
  background: #e2e8f057;
  border-radius: 9999px;
  width: 11px;
  height: 11px;
  transition: transform .22s, background .22s, opacity .22s;
  transform: scale(1);
}

.SplashIndex-module__zf9zEG__dotActive {
  background: #a5f3fceb;
  transform: scale(1.65);
  box-shadow: 0 0 18px #22d3ee38;
}

.SplashIndex-module__zf9zEG__dots[data-accent="ok"] .SplashIndex-module__zf9zEG__dotActive {
  background: #22c55ef0;
  box-shadow: 0 0 18px #22c55e38;
}

.SplashIndex-module__zf9zEG__dots[data-accent="ko"] .SplashIndex-module__zf9zEG__dotActive {
  background: #ef4444f0;
  box-shadow: 0 0 18px #ef444433;
}

.SplashIndex-module__zf9zEG__status {
  color: #e2e8f0bf;
  text-shadow: 0 8px 24px #0003;
  text-align: center;
  padding: 0 12px;
  font-size: clamp(14px, 1.8vmin, 17px);
  font-weight: 400;
}

.SplashIndex-module__zf9zEG__creditRow {
  justify-content: center;
  align-self: end;
  width: 100%;
  padding-top: 8px;
  padding-bottom: clamp(18px, 2.8vh, 30px);
  display: flex;
}

.SplashIndex-module__zf9zEG__creditLine {
  color: #ffffff52;
  letter-spacing: .04em;
  text-align: center;
  font-size: clamp(11px, 1.6vmin, 13px);
  font-weight: 600;
}

@media (max-height: 800px) {
  .SplashIndex-module__zf9zEG__top {
    padding-top: clamp(6px, 1vh, 16px);
  }

  .SplashIndex-module__zf9zEG__bottomGrid {
    row-gap: clamp(12px, 2vh, 22px);
  }

  .SplashIndex-module__zf9zEG__phrase {
    font-size: clamp(22px, 4vmin, 40px);
  }
}

@media (max-height: 680px) {
  .SplashIndex-module__zf9zEG__top {
    padding-top: 4px;
  }

  .SplashIndex-module__zf9zEG__bottomGrid {
    row-gap: clamp(8px, 1.4vh, 14px);
  }

  .SplashIndex-module__zf9zEG__phrase {
    font-size: clamp(18px, 3.4vmin, 32px);
  }

  .SplashIndex-module__zf9zEG__status {
    font-size: 13px;
  }

  .SplashIndex-module__zf9zEG__dots {
    gap: 10px;
  }

  .SplashIndex-module__zf9zEG__dot {
    width: 9px;
    height: 9px;
  }
}

@media (max-height: 560px) {
  .SplashIndex-module__zf9zEG__phrase {
    font-size: clamp(15px, 2.8vmin, 24px);
  }

  .SplashIndex-module__zf9zEG__bottomGrid {
    row-gap: 6px;
  }

  .SplashIndex-module__zf9zEG__dot {
    width: 7px;
    height: 7px;
  }

  .SplashIndex-module__zf9zEG__status {
    font-size: 12px;
  }

  .SplashIndex-module__zf9zEG__creditRow {
    padding-bottom: 8px;
  }
}

@media (max-width: 420px) {
  .SplashIndex-module__zf9zEG__root {
    padding: 18px 14px;
  }

  .SplashIndex-module__zf9zEG__phrase {
    font-size: clamp(22px, 7vw, 34px);
    line-height: 1.15;
  }

  .SplashIndex-module__zf9zEG__status {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .SplashIndex-module__zf9zEG__phrase {
    opacity: 1 !important;
    transition: none !important;
    transform: none !important;
  }
}

/*# sourceMappingURL=components_splash_022ei0t._.css.map*/