.start-app {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
  border: 0;
  background: radial-gradient(circle at 50% 42%, #17335f, #020713 62%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.start-app span { font-size: 72px; }
.start-app strong { font-size: 27px; }
.start-app small { font-size: 14px; color: #b8c8e8; }
.start-app.ready { display: none; }
.call-delete { margin-left: auto; background: #562634 !important; color: #ffb4bd !important; }
.fast-button { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
