/* Premium launch reveal using the approved Saricicek artwork. */
.app-launch {
  z-index: 1000 !important;
  background: #060708 !important;
  transition: opacity .46s ease, visibility .46s ease !important;
}

.app-launch-stage {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 100dvh !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 42%, #0b0c0d 0%, #090a0b 42%, #060708 76%, #040506 100%),
    linear-gradient(150deg, #050607 0%, #090a0b 52%, #050607 100%) !important;
}

.app-launch-stage::before {
  position: absolute !important;
  display: block !important;
  inset: 0 !important;
  background-image:
    radial-gradient(rgba(255, 255, 255, .055) .55px, transparent .55px),
    linear-gradient(115deg, transparent 15%, rgba(255, 255, 255, .025) 48%, transparent 72%) !important;
  background-position: 0 0, center !important;
  background-size: 13px 13px, cover !important;
  content: "" !important;
  opacity: .5 !important;
}

.app-launch-aura {
  position: absolute !important;
  display: block !important;
  width: 340px !important;
  height: 340px !important;
  border-radius: 50% !important;
  filter: blur(62px) !important;
  opacity: 0 !important;
  transition: opacity 1s ease, transform 2.5s ease !important;
}

.launch-aura-left {
  top: 16% !important;
  left: -220px !important;
  background: #aeb8c0 !important;
  transform: translateX(-35px) !important;
}

.launch-aura-right {
  right: -230px !important;
  bottom: 11% !important;
  background: #713349 !important;
  transform: translateX(35px) !important;
}

.app-launch.phase-in .app-launch-aura,
.app-launch.phase-pulse .app-launch-aura,
.app-launch.phase-rest .app-launch-aura {
  opacity: .12 !important;
  transform: translateX(0) !important;
}

.app-launch-logo {
  position: absolute !important;
  z-index: 3 !important;
  inset: auto !important;
  top: 40% !important;
  left: 50% !important;
  width: min(92vw, 520px) !important;
  height: min(69vw, 390px) !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: translate(-50%, -50%) !important;
  animation: none !important;
}

.app-launch-logo::before {
  position: absolute !important;
  z-index: -1 !important;
  inset: 10% !important;
  border: 1px solid rgba(216, 223, 229, .2) !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(207, 216, 223, .07), transparent 64%) !important;
  box-shadow: 0 0 55px rgba(192, 203, 211, .06) !important;
  display: none !important;
  content: "" !important;
  opacity: 0 !important;
  transform: scale(.62) !important;
  transition: opacity .55s ease .38s, transform 1.4s cubic-bezier(.16, .72, .2, 1) .2s !important;
}

.app-launch.phase-in .app-launch-logo::before,
.app-launch.phase-pulse .app-launch-logo::before,
.app-launch.phase-rest .app-launch-logo::before {
  opacity: .52 !important;
  transform: scale(1) !important;
}

.app-launch-logo::after {
  position: absolute !important;
  z-index: 4 !important;
  top: 9% !important;
  bottom: 9% !important;
  left: -48% !important;
  width: 32% !important;
  border-radius: 50% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .22), rgba(255, 255, 255, .04), transparent) !important;
  content: "" !important;
  opacity: 0 !important;
  transform: skewX(-18deg) !important;
  mix-blend-mode: screen !important;
  pointer-events: none !important;
}

.app-launch.phase-in .app-launch-logo::after {
  animation: saricicek-sheen 1.18s cubic-bezier(.22, .76, .22, 1) .62s 1 forwards !important;
}

.app-launch-logo img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  opacity: 0 !important;
  transform: scale(.84) translateY(10px) !important;
  clip-path: circle(8% at 50% 37%) !important;
  filter: blur(8px) grayscale(1) brightness(.78) contrast(1.04) !important;
  transition:
    opacity .7s ease,
    transform .82s cubic-bezier(.16, .78, .18, 1),
    clip-path 1.05s cubic-bezier(.18, .72, .2, 1),
    filter .8s ease !important;
  will-change: transform, opacity, clip-path, filter !important;
}

.app-launch.phase-in .app-launch-logo img,
.app-launch.phase-rest .app-launch-logo img {
  opacity: 1 !important;
  transform: scale(1) translateY(0) !important;
  clip-path: circle(78% at 50% 50%) !important;
  filter: blur(0) grayscale(1) brightness(1.18) contrast(1.06) !important;
}

.app-launch.phase-pulse .app-launch-logo img {
  opacity: 1 !important;
  transform: scale(1.026) translateY(0) !important;
  clip-path: circle(78% at 50% 50%) !important;
  filter: blur(0) grayscale(1) brightness(1.28) contrast(1.06) drop-shadow(0 0 18px rgba(208, 216, 223, .14)) !important;
}

.app-launch.phase-out .app-launch-logo img {
  opacity: 0 !important;
  transform: scale(1.09) translateY(-8px) !important;
  clip-path: circle(88% at 50% 50%) !important;
  filter: blur(2px) grayscale(1) brightness(1.24) contrast(1.04) !important;
}

.app-launch-cut {
  position: absolute !important;
  z-index: 5 !important;
  top: calc(40% + min(34.5vw, 195px)) !important;
  right: max(34px, calc(50% - 184px)) !important;
  left: max(34px, calc(50% - 184px)) !important;
  display: flex !important;
  height: 42px !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0 !important;
  transform: translateY(8px) !important;
  transition: opacity .38s ease .52s, transform .55s ease .45s !important;
}

.app-launch.phase-in .app-launch-cut,
.app-launch.phase-pulse .app-launch-cut,
.app-launch.phase-rest .app-launch-cut {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.app-launch-cut > span {
  height: 1px !important;
  flex: 1 !important;
  background: linear-gradient(90deg, transparent, rgba(210, 218, 224, .72)) !important;
  box-shadow: 0 0 10px rgba(207, 216, 223, .2) !important;
  transform: scaleX(0) !important;
  transform-origin: right !important;
}

.app-launch-cut > span:last-child {
  background: linear-gradient(90deg, rgba(210, 218, 224, .72), transparent) !important;
  transform-origin: left !important;
}

.app-launch.phase-in .app-launch-cut > span,
.app-launch.phase-pulse .app-launch-cut > span,
.app-launch.phase-rest .app-launch-cut > span {
  animation: saricicek-line .7s cubic-bezier(.2, .78, .2, 1) .46s forwards !important;
}

.app-launch-cut > div {
  position: relative !important;
  display: block !important;
  width: 36px !important;
  height: 36px !important;
  flex: 0 0 36px !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #fff 0%, #b9c2ca 42%, #f4f6f7 72%, #7c8790 100%) !important;
  -webkit-mask-image: url("assets/saricicek-brand-logo.png") !important;
  -webkit-mask-size: 99px 99px !important;
  -webkit-mask-position: -31px -20px !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-image: url("assets/saricicek-brand-logo.png") !important;
  mask-mode: luminance !important;
  mask-size: 99px 99px !important;
  mask-position: -31px -20px !important;
  mask-repeat: no-repeat !important;
  filter: drop-shadow(0 2px 5px rgba(226, 232, 236, .22)) !important;
  transform: rotate(-8deg) scale(.82) !important;
  animation: none !important;
  transition: transform .7s cubic-bezier(.2, .8, .2, 1) .72s !important;
}

.app-launch-cut > div img { display: none !important; }

.app-launch.phase-in .app-launch-cut > div,
.app-launch.phase-pulse .app-launch-cut > div,
.app-launch.phase-rest .app-launch-cut > div {
  transform: rotate(0) scale(1) !important;
}

.app-launch-loading {
  position: absolute !important;
  z-index: 6 !important;
  right: max(32px, calc(50% - 180px)) !important;
  bottom: 9.5dvh !important;
  left: max(32px, calc(50% - 180px)) !important;
  display: block !important;
  opacity: 0 !important;
  transform: translateY(10px) !important;
  transition: opacity .45s ease .46s, transform .55s ease .42s !important;
  animation: none !important;
}

.app-launch.phase-in .app-launch-loading,
.app-launch.phase-pulse .app-launch-loading,
.app-launch.phase-rest .app-launch-loading {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.app-launch-loading > div {
  display: flex !important;
  justify-content: space-between !important;
  margin-bottom: 9px !important;
  color: #c8cdd1 !important;
  font: 780 7px/1 var(--app-font) !important;
  letter-spacing: .17em !important;
}

.app-launch-loading b { color: #8d979f !important; font: inherit !important; }
.app-launch-loading > i { display: block !important; height: 2px !important; overflow: visible !important; background: rgba(220, 226, 230, .12) !important; }
.app-launch-loading em {
  position: relative !important;
  display: block !important;
  width: 0 !important;
  height: 100% !important;
  background: linear-gradient(90deg, #626c74, #edf1f3 58%, #8e586c) !important;
  box-shadow: 0 0 12px rgba(218, 225, 230, .34) !important;
  animation: none !important;
}

.app-launch.phase-in .app-launch-loading em {
  animation: saricicek-progress 2.72s cubic-bezier(.16, .72, .22, 1) .2s forwards !important;
}

.app-launch-ready {
  position: absolute !important;
  z-index: 6 !important;
  right: 0 !important;
  bottom: 5.6dvh !important;
  left: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 0 !important;
  color: #a9b0b5 !important;
  font: 760 7px/1 var(--app-font) !important;
  letter-spacing: .16em !important;
  opacity: 0 !important;
  transform: translateY(8px) !important;
  transition: opacity .4s ease 1.08s, transform .45s ease 1.02s !important;
  animation: none !important;
}

.app-launch.phase-in .app-launch-ready,
.app-launch.phase-pulse .app-launch-ready,
.app-launch.phase-rest .app-launch-ready {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.app-launch-ready b {
  width: 5px !important;
  height: 5px !important;
  border-radius: 50% !important;
  background: #c8d0d6 !important;
  box-shadow: 0 0 0 4px rgba(200, 208, 214, .1), 0 0 13px rgba(200, 208, 214, .25) !important;
}

.app-launch.phase-out .app-launch-cut,
.app-launch.phase-out .app-launch-loading,
.app-launch.phase-out .app-launch-ready,
.app-launch.phase-out .app-launch-aura {
  opacity: 0 !important;
  transition-delay: 0s !important;
}

@keyframes saricicek-sheen {
  0% { left: -48%; opacity: 0; }
  24% { opacity: .75; }
  72% { opacity: .28; }
  100% { left: 116%; opacity: 0; }
}

@keyframes saricicek-line { to { transform: scaleX(1); } }

@keyframes saricicek-progress {
  0% { width: 0; }
  28% { width: 34%; }
  61% { width: 72%; }
  82% { width: 88%; }
  100% { width: 100%; }
}

@media (max-width: 390px) {
  .app-launch-logo { top: 39% !important; width: min(94vw, 366px) !important; height: min(70.5vw, 275px) !important; }
  .app-launch-cut { top: calc(39% + min(35.25vw, 138px)) !important; right: 30px !important; left: 30px !important; }
  .app-launch-loading { right: 28px !important; left: 28px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .app-launch-logo img { clip-path: none !important; transition: opacity .25s ease !important; }
  .app-launch-logo::after, .app-launch-cut { display: none !important; }
  .app-launch-loading em { width: 100% !important; animation: none !important; }
}
