:root {
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #0b0e14;
  color: #e8edf5;
  font: 400 16px/1.65 Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.page {
  min-height: 100vh;
  padding: 48px 20px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card {
  width: 100%;
  max-width: 760px;
}

.home {
  display: inline-block;
  margin-bottom: 24px;
}

.home img {
  height: 56px;
  width: auto;
  display: block;
}

h1 {
  margin: 0 0 20px;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

h2 {
  margin: 32px 0 8px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

p,
li {
  color: #bcc6d6;
}

a {
  color: #9fd5ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin: 0 0 16px;
  padding-left: 22px;
}

kbd {
  display: inline-block;
  min-width: 20px;
  padding: 1px 6px;
  border-radius: 5px;
  border: 1px solid #2f3d52;
  background: #121a25;
  color: #f4f7ff;
  font: 700 12px ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  text-align: center;
}

.footer {
  width: 100%;
  max-width: 760px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #273248;
}

.links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.copy {
  margin: 0;
  font-size: 13px;
  color: #8e99aa;
}
