#vrcosme-boot-fallback[hidden] {
  display: none !important;
}

#vrcosme-boot-fallback {
  box-sizing: border-box;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #3f2340;
  background: #fff5f6;
  text-align: center;
}

#vrcosme-boot-fallback img {
  width: 72px;
  height: 72px;
}

#vrcosme-boot-fallback p {
  margin: 0;
  max-width: 420px;
  line-height: 1.6;
  font-size: 14px;
  color: #7a5a72;
}

#vrcosme-boot-fallback a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ff9a9e, #fecfef);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
