/* Shell — Skip-Link, Focus, SEO-Fallback */

.welten-skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 100000;
  padding: 12px 18px;
  border-radius: 8px;
  background: #0a1220;
  color: #e8eef8;
  font: 600 14px/1.2 system-ui, sans-serif;
  text-decoration: none;
  border: 2px solid rgba(142, 197, 255, 0.5);
}

.welten-skip-link:focus {
  left: 12px;
  top: calc(env(safe-area-inset-top, 0px) + 12px);
  width: auto;
  height: auto;
  overflow: visible;
}

.mv-shell-seo {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mv4-bar button:focus-visible,
.mv4-fx:focus-visible,
.mv4-flag:focus-visible {
  outline: 2px solid rgba(142, 197, 255, 0.85);
  outline-offset: 2px;
}

html.mv-effects-off .mv4-frame {
  transition: none !important;
}

html.welten-tab-hidden .mv4-frame {
  content-visibility: auto;
}
