/* The page stays in place while the mobile navigation is open. */
.menu-backdrop[hidden]{display:none}
.menu-backdrop{display:none}
body.is-menu-open .conference-pass{opacity:0;visibility:hidden;pointer-events:none;transition-delay:0s,.28s}
@media(max-width:760px){
  body.is-menu-open{overscroll-behavior:none}
  body.is-menu-open .site-header{position:fixed;top:0;left:0;right:0;z-index:30}
  .menu-backdrop{display:block;position:fixed;inset:var(--mobile-menu-header-height,76px) 0 0;z-index:29;background:rgba(3,8,11,.76);touch-action:none;animation:menu-dim-in .18s ease both}
  body.is-menu-open .mobile-menu{top:100%;max-height:calc(100vh - var(--mobile-menu-header-height,76px));max-height:calc(100dvh - var(--mobile-menu-header-height,76px));overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;padding-bottom:max(25px,env(safe-area-inset-bottom));box-shadow:0 16px 24px #0005}
  body.is-menu-open .mobile-menu a{flex-shrink:0}
}
@keyframes menu-dim-in{from{opacity:0}to{opacity:1}}
@media(prefers-reduced-motion:reduce){.menu-backdrop{animation:none!important}}
