.infoPage .container {
  width: min(100%, 560px);
  min-height: 100svh;
  padding: 24px 18px calc(24px + env(safe-area-inset-bottom));
}

.infoSearchPanel {
  padding: 18px;
}

.infoTitle {
  margin: 0 0 6px;
  color: #e5e5e5;
  font-family: "LINE Seed JP", var(--sans);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
}

.infoSubtitle {
  margin: 0 0 16px;
  color: #a3a3a3;
  font-size: 13px;
  line-height: 20px;
}

.infoPage .formStack {
  gap: 12px;
}

.infoPage label {
  color: #a3a3a3;
  font-size: 13px;
  line-height: 18px;
}

.infoPage input {
  min-width: 0;
  height: 44px;
  font-size: 16px;
}

.infoPage .authSubmitLight {
  min-height: 44px;
  margin-top: 6px;
}

.infoResultPanel {
  text-align: center;
}

.infoResultPanel .infoSubtitle {
  margin-bottom: 18px;
}

@media (max-width: 560px) {
  .infoPage .container {
    padding: 20px 16px calc(20px + env(safe-area-inset-bottom));
  }

  .infoSearchPanel {
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .infoPage * {
    scroll-behavior: auto;
    transition-duration: 0.01ms !important;
  }
}
