:root {
  --mobile-entry-access-gate-z: 1000;
}

html.mobile-entry-wide-blocked,
body.mobile-entry-wide-blocked {
  overflow: hidden !important;
}

html.mobile-entry-wide-blocked body {
  background: #eef7f5;
}

body.mobile-entry-wide-blocked > :not(#mobileEntryDesktopGuide) {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.mobile-entry-desktop-guide {
  position: fixed;
  inset: 0;
  box-sizing: border-box;
  width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 24px;
  padding: max(24px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));
  border: 0;
  border-radius: 0;
  background: #eef7f5;
  color: #123d38;
  overflow: auto;
  pointer-events: auto;
  z-index: var(--mobile-entry-access-gate-z);
}

#mobileEntryDesktopGuide:not([open]) {
  display: none !important;
}

.mobile-entry-desktop-guide[open] {
  display: grid;
  place-items: center;
}

.mobile-entry-desktop-guide::backdrop {
  background: #eef7f5;
}

.mobile-entry-desktop-guide-content {
  width: 100%;
  max-width: 620px;
  min-width: 0;
  overflow-wrap: break-word;
  text-align: center;
}

.mobile-entry-desktop-guide-brand {
  display: block;
  margin-bottom: 28px;
  color: #0f766e;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}

.mobile-entry-desktop-guide-content h1 {
  margin: 0;
}

.mobile-entry-desktop-guide-content h1 {
  color: #0b332f;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
