/* ARCANIS V9.23 – Intro überspringen */

#arcBootV922 .arc-intro-skip-v923 {
  position: absolute;
  left: 50%;
  bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  z-index: 20;
  transform: translateX(-50%);
  min-width: 170px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(243, 211, 133, .68);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(20, 18, 29, .86), rgba(5, 5, 10, .9));
  color: #f9e8b8;
  box-shadow:
    0 12px 30px rgba(0, 0, 0, .48),
    inset 0 1px 0 rgba(255, 255, 255, .08),
    0 0 20px rgba(236, 190, 91, .14);
  font: 800 12px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    transform .18s ease,
    background .18s ease,
    border-color .18s ease,
    opacity .18s ease;
}

#arcBootV922 .arc-intro-skip-v923:active {
  transform: translateX(-50%) scale(.96);
}

#arcBootV922 .arc-intro-skip-v923:hover {
  border-color: rgba(255, 226, 155, .95);
  background:
    linear-gradient(180deg, rgba(35, 29, 47, .92), rgba(8, 7, 14, .94));
}

#arcBootV922 .arc-intro-skip-v923[hidden] {
  display: none !important;
}

@media (max-width: 480px) and (orientation: portrait) {
  #arcBootV922 .arc-intro-skip-v923 {
    bottom: calc(22px + env(safe-area-inset-bottom, 0px));
    min-width: 164px;
    min-height: 46px;
    padding: 0 20px;
    font-size: 11px;
  }
}
