:root {
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #000;
  color: #f5f5f5;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
}

.wordmark-panel {
  background: #0a0a0a;
  padding: 2.5rem clamp(1.5rem, 5vw, 4rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.wordmark {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
}

.notice {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(3rem, 8vh, 6rem) clamp(1.5rem, 6vw, 4rem);
  text-align: center;
}

.notice p {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: 1.6;
  color: #eee;
  margin: 0 0 2.25rem;
}

.notice a {
  color: #eee;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
}

.notice a:hover {
  text-decoration-color: #fff;
}
