:root {
  color-scheme: light;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Helvetica, Arial, sans-serif;
  background: radial-gradient(circle at top, #f6f9fc 0%, #e9eff5 45%, #dde6ef 100%);
  color: #0e2436;
}

.container {
  width: min(560px, 92vw);
  background: #ffffff;
  border: 1px solid #d5e1ee;
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(13, 42, 70, 0.16);
  padding: 32px 28px;
  text-align: center;
}

.logo {
  width: min(220px, 56vw);
  height: auto;
  margin-bottom: 14px;
}

h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
}

.copy {
  margin: 14px auto 22px;
  max-width: 420px;
  font-size: 16px;
  line-height: 1.45;
  color: #30495e;
}

.button {
  display: inline-block;
  padding: 11px 18px;
  border-radius: 8px;
  text-decoration: none;
  background: #0e2436;
  color: #ffffff;
  font-weight: 600;
}

.button:hover,
.button:focus-visible {
  background: #15334d;
}

.status {
  margin: 16px 0 0;
  min-height: 1.2em;
  color: #43637c;
  font-size: 14px;
}
