:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 24px;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background-color: #ffffff;
  color: #000000;
}

.page {
  width: 100%;
  max-width: 480px;
  text-align: center;
}

.logo {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-bottom: 24px;
}

.coming-soon {
  margin: 0 0 12px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.divider {
  width: 60px;
  margin: 0 auto 20px;
  border: none;
  border-top: 2px solid #000000;
}

.info {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.5;
}

.info a {
  color: inherit;
  text-decoration: none;
}

.info a:hover {
  text-decoration: underline;
}
