*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  color: #1a1a1a;
  background: #f4f6f8;
}

.min-page {
  max-width: 420px;
  margin: 0 auto;
  padding: 48px 20px;
  text-align: center;
}

.min-title {
  margin: 0 0 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  word-break: break-word;
}

.min-muted {
  margin: 0;
  color: #5c6670;
}

.min-actions {
  margin: 0;
}

.min-btn {
  display: inline-block;
  min-width: 220px;
  padding: 10px 20px;
  border-radius: 10px;
  background: #2481cc;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none !important;
}

.min-btn:hover {
  background: #1a6fb3;
}

.min-private {
  text-align: center;
}

.min-private-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  color: #2481cc;
}

.min-private-text {
  margin: 0 0 24px;
  color: #333;
  line-height: 1.5;
}

.min-private-text br {
  display: block;
  margin-top: 0.35em;
  content: "";
}

@media (prefers-color-scheme: dark) {
  body {
    color: #eef2f6;
    background: #12161c;
  }

  .min-muted,
  .min-private-text {
    color: #b8c0cc;
  }
}
