/* Intro wideo przed logowaniem — assets/intro.mp4 */

.imbex-intro-splash {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  background: #000;
  display: block;
  opacity: 1;
  visibility: visible;
}

.imbex-intro-splash.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none !important;
}

html.imbex-intro-skip .imbex-intro-splash {
  display: none !important;
  pointer-events: none !important;
}

.imbex-intro-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
  pointer-events: none;
  z-index: 1;
}

.imbex-intro-skip {
  position: fixed;
  top: max(16px, env(safe-area-inset-top));
  right: max(16px, env(safe-area-inset-right));
  z-index: 2147483647;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  text-transform: uppercase;
  pointer-events: auto !important;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.imbex-intro-skip:hover,
.imbex-intro-skip:active {
  background: rgba(30, 30, 30, 0.95);
  border-color: rgba(255, 255, 255, 0.7);
}

.imbex-intro-skip:focus-visible {
  outline: 2px solid #6ba8ff;
  outline-offset: 2px;
}
