* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  background: #ffffff;
  color: #0a0a0a;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

h1 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 600;
}

.subtitle {
  margin: 0 0 16px;
  color: #5d5f61;
  max-width: 420px;
}

.hint {
  margin: 16px 0 0;
  color: #717375;
  font-size: 14px;
}

.hint a {
  color: #0a0a0a;
}

.button {
  display: inline-block;
  margin-top: 8px;
  padding: 12px 24px;
  border-radius: 999px;
  background: #0a0a0a;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.hidden {
  display: none;
}
