#ocx-splash {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: #F4F1EC;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease;
  overflow: hidden;
}

#ocx-splash.hide {
  opacity: 0;
  pointer-events: none;
}

#aura-stage {
  position: absolute;
  inset: 0;
  pointer-events: none;
  isolation: isolate;
  z-index: 0;
}

#ocx-splash-text {
  position: relative;
  z-index: 10;
  font-family: 'Mukta', sans-serif;
  font-size: clamp(3rem, 7vw, 6rem);
  color: #1C1B18;
  letter-spacing: 0em;
}

#ocx-splash-text .ocx-chinese {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500;
  font-size: 0.78em;
}

#site-name .ocx-chinese,
#site-name-mobile .ocx-chinese {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500;
  font-size: 0.9em;
}