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

body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #0B332F;
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.page {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 48px 32px;
  max-width: 560px;
}

.label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #5FA89D;
  margin-bottom: 8px;
}

.credentials {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9.5px;
  font-weight: 400;
  letter-spacing: 0.14em;
  color: #5FA89D;
  opacity: 0.55;
  margin-bottom: 36px;
}

.stem {
  width: 1px;
  height: 52px;
  background: linear-gradient(to bottom, transparent, #5FA89D 35%, #5FA89D 65%, transparent);
  margin-bottom: 36px;
}

h1 {
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #F2F0E9;
  margin-bottom: 24px;
}

p {
  font-size: 14.5px;
  font-weight: 300;
  color: #5FA89D;
  letter-spacing: 0.02em;
  opacity: 0.8;
}
