/* CT24 Index — Geräte-Modus + Landingpage-Overlay */
html[data-ct24-index-modus='landingpage'],
html.ct24-index-landing-aktiv,
html[data-ct24-index-modus='landingpage'] body,
html.ct24-index-landing-aktiv body {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

#ct24-landingpage-host {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2147482000;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #f4f6f8;
}

html.ct24-index-landing-aktiv #ct24-landingpage-host,
html[data-ct24-index-modus='landingpage'] #ct24-landingpage-host {
  display: block;
}

#ct24-landingpage-host[hidden] {
  display: none !important;
}

#ct24-landingpage-host iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  border: 0;
  margin: 0;
  background: #f4f6f8;
}

html.ct24-index-landing-aktiv #root,
html[data-ct24-index-modus='landingpage'] #root {
  visibility: hidden;
  pointer-events: none;
}

#ct24-app-lade {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  min-height: 100dvh;
  font: 600 15px/1.4 system-ui, 'Segoe UI', sans-serif;
  color: #64748b;
  background: #f8fafc;
}

@media print {
  #ct24-landingpage-host {
    display: none !important;
  }
}
