/* CG.1 R1 — CrazyGames iframe, platform account and safe-area integration. */
html.ka-crazygames-platform,
html.ka-crazygames-platform body {
  overscroll-behavior: none;
  touch-action: manipulation;
}

html.ka-crazygames-platform body {
  padding-top: env(safe-area-inset-top, 0px);
  padding-right: env(safe-area-inset-right, 0px);
  padding-bottom: env(safe-area-inset-bottom, 0px);
  padding-left: env(safe-area-inset-left, 0px);
}

html.ka-crazygames-platform #cloud-profile-auth-row,
html.ka-crazygames-platform #social-screen > .ka-social-hero,
html.ka-crazygames-platform #social-screen > .ka-social-unified-layout,
html.ka-crazygames-platform #social-status,
html.ka-crazygames-platform #social-auth-note {
  display: none !important;
}

.ka-cg-platform-notice {
  display: grid;
  gap: 10px;
  margin: 12px 0 18px;
  padding: clamp(16px, 3vw, 26px);
  border-color: rgba(0, 212, 255, .58) !important;
  background: linear-gradient(135deg, rgba(0, 212, 255, .12), rgba(2, 8, 16, .92)) !important;
}

.ka-cg-platform-notice > span {
  color: #55e7ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

.ka-cg-platform-notice > strong {
  color: #fff;
  font-size: clamp(18px, 3vw, 28px);
}

.ka-cg-platform-notice > p {
  max-width: 760px;
  margin: 0;
  color: #b8cbd5;
  line-height: 1.55;
}

html[data-cg-disable-chat="true"] #ka-multiplayer-text-chat,
html[data-cg-disable-chat="true"] #ka-coop-lobby-text-chat {
  display: none !important;
}

@media (max-width: 720px) {
  html.ka-crazygames-platform .ka-menu-shell {
    min-height: calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
  }
}
