:root {
  --oknis-launcher-z: 2147483647;
}

html .oknis-homepage-launcher-wrap {
  position: fixed !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  z-index: var(--oknis-launcher-z) !important;
  width: auto !important;
  max-width: calc(100vw - 24px) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  line-height: 1 !important;
  isolation: isolate !important;
  pointer-events: auto !important;
  transform: translateZ(0) !important;
}

html .oknis-homepage-launcher-wrap--top-left {
  top: var(--oknis-launcher-offset-y, 24px) !important;
  right: auto !important;
  bottom: auto !important;
  left: var(--oknis-launcher-offset-x, 24px) !important;
}

html .oknis-homepage-launcher-wrap--top-right {
  top: var(--oknis-launcher-offset-y, 24px) !important;
  right: var(--oknis-launcher-offset-x, 24px) !important;
  bottom: auto !important;
  left: auto !important;
}

html .oknis-homepage-launcher-wrap--bottom-left {
  top: auto !important;
  right: auto !important;
  bottom: var(--oknis-launcher-offset-y, 24px) !important;
  left: var(--oknis-launcher-offset-x, 24px) !important;
}

html .oknis-homepage-launcher-wrap--bottom-right {
  top: auto !important;
  right: var(--oknis-launcher-offset-x, 24px) !important;
  bottom: var(--oknis-launcher-offset-y, 24px) !important;
  left: auto !important;
}

html .oknis-homepage-launcher {
  appearance: none !important;
  -webkit-appearance: none !important;
  min-height: 48px !important;
  max-width: min(420px, calc(100vw - 24px)) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 12px 18px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, .32) !important;
  border-radius: 999px !important;
  color: var(--oknis-launcher-color, #fff) !important;
  background: var(--oknis-launcher-bg, linear-gradient(100deg, #5b88ed, #7e9fff)) !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .34), 0 0 0 1px rgba(91, 136, 237, .14), inset 0 1px 0 rgba(255, 255, 255, .28) !important;
  font: 800 14px/1.2 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  letter-spacing: -.01em !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: normal !important;
  cursor: pointer !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  transform: translate3d(0, 0, 0) !important;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease !important;
  -webkit-tap-highlight-color: transparent !important;
}

html .oknis-homepage-launcher:hover,
html .oknis-homepage-launcher:focus-visible {
  color: var(--oknis-launcher-color, #fff) !important;
  transform: translate3d(0, -3px, 0) !important;
  box-shadow: 0 23px 55px rgba(0, 0, 0, .40), 0 0 0 4px rgba(117, 169, 255, .17), inset 0 1px 0 rgba(255, 255, 255, .31) !important;
  outline: none !important;
}

html .oknis-homepage-launcher:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .9) !important;
  outline-offset: 3px !important;
}

html .oknis-homepage-launcher:disabled {
  cursor: wait !important;
  opacity: .88 !important;
  transform: none !important;
}

html .oknis-homepage-launcher__icon {
  width: 22px !important;
  height: 22px !important;
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 22px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .14) !important;
}

html .oknis-homepage-launcher__icon svg {
  width: 15px !important;
  height: 15px !important;
  display: block !important;
  overflow: visible !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html .oknis-homepage-launcher__label {
  display: inline !important;
  color: inherit !important;
}

html .oknis-homepage-launcher__status {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html .oknis-homepage-launcher__spinner {
  width: 17px !important;
  height: 17px !important;
  display: none !important;
  flex: 0 0 17px !important;
  border: 2px solid rgba(255, 255, 255, .38) !important;
  border-top-color: currentColor !important;
  border-radius: 50% !important;
  animation: oknis-launcher-spin .72s linear infinite !important;
}

html .oknis-homepage-launcher.is-loading .oknis-homepage-launcher__icon {
  display: none !important;
}

html .oknis-homepage-launcher.is-loading .oknis-homepage-launcher__spinner {
  display: inline-block !important;
}

.oknis-homepage-takeover-loader {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483647 !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 24px !important;
  overflow: hidden !important;
  color: #f5f8ff !important;
  background:
    radial-gradient(circle at 50% 45%, rgba(98, 165, 255, .21), transparent 25%),
    radial-gradient(circle at 16% 12%, rgba(147, 108, 255, .17), transparent 31%),
    linear-gradient(155deg, #0a1730 0%, #06101e 54%, #020914 100%) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: all !important;
  transition: opacity .2s ease, visibility 0s linear .2s !important;
}

.oknis-homepage-takeover-loader.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity .2s ease !important;
}

.oknis-homepage-takeover-loader__panel {
  width: min(430px, 100%) !important;
  display: grid !important;
  justify-items: center !important;
  gap: 17px !important;
  padding: 30px 28px !important;
  border: 1px solid rgba(186, 217, 255, .18) !important;
  border-radius: 22px !important;
  background: rgba(10, 25, 50, .72) !important;
  box-shadow: 0 35px 95px rgba(0, 0, 0, .48), inset 0 1px 0 rgba(255, 255, 255, .1) !important;
  text-align: center !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

.oknis-homepage-takeover-loader__orb {
  width: 46px !important;
  height: 46px !important;
  border: 3px solid rgba(117, 169, 255, .25) !important;
  border-top-color: #65e7fb !important;
  border-right-color: #936cff !important;
  border-radius: 50% !important;
  box-shadow: 0 0 34px rgba(101, 231, 251, .25) !important;
  animation: oknis-launcher-spin .82s linear infinite !important;
}

.oknis-homepage-takeover-loader__text {
  color: #eff6ff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: .01em !important;
}

@keyframes oknis-launcher-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 600px) {
  html .oknis-homepage-launcher-wrap--top-left,
  html .oknis-homepage-launcher-wrap--top-right {
    top: max(14px, env(safe-area-inset-top)) !important;
  }

  html .oknis-homepage-launcher-wrap--bottom-left,
  html .oknis-homepage-launcher-wrap--bottom-right {
    bottom: max(14px, env(safe-area-inset-bottom)) !important;
  }

  html .oknis-homepage-launcher-wrap--top-left,
  html .oknis-homepage-launcher-wrap--bottom-left {
    left: max(14px, env(safe-area-inset-left)) !important;
  }

  html .oknis-homepage-launcher-wrap--top-right,
  html .oknis-homepage-launcher-wrap--bottom-right {
    right: max(14px, env(safe-area-inset-right)) !important;
  }

  html .oknis-homepage-launcher {
    min-height: 46px !important;
    padding: 11px 15px !important;
    font-size: 13px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html .oknis-homepage-launcher,
  .oknis-homepage-takeover-loader {
    transition-duration: .001ms !important;
  }
}
