/* Unified mobile Archive start gate, based on Archive 001. */
html.mobile-work .enter,
html.mobile-work .start-gate,
html.mobile-work .start {
  position:fixed!important;
  inset:0!important;
  z-index:2147483000!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:28px!important;
  box-sizing:border-box!important;
  background:radial-gradient(circle at center,rgba(30,46,43,.2),#000 65%)!important;
  color:#d7dedc!important;
}
html.mobile-work .enter.hidden,
html.mobile-work .start-gate.hidden,
html.mobile-work .start.hidden {
  opacity:0!important;
  pointer-events:none!important;
}
html.mobile-work .enter button,
html.mobile-work .start-gate button,
html.mobile-work .start button {
  width:min(448px,86vw)!important;
  min-height:62px!important;
  padding:14px 18px!important;
  border:1px solid #53625f!important;
  background:#020706!important;
  color:#d7dedc!important;
  font:600 13px/1.35 Menlo,Monaco,monospace!important;
  letter-spacing:.2em!important;
  cursor:pointer!important;
  touch-action:manipulation!important;
  -webkit-tap-highlight-color:transparent!important;
}
html.mobile-work .enter button:active,
html.mobile-work .start-gate button:active,
html.mobile-work .start button:active {
  background:#13201d!important;
}
