[data-page="hook-feed"] {
  display: block;
  min-height: 100vh;
}

.hook-feed {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #000;
  font-family: system-ui, sans-serif;
}

.hook-feed__content {
  padding: 1.25rem;
  text-align: center;
}

.hook-feed__eye {
  margin-bottom: 1.25rem;
  font-size: 4rem;
  line-height: 1;
}

.hook-feed h1 {
  margin: 0 0 0.625rem;
  color: #fff;
  font-family: system-ui, sans-serif;
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-weight: 700;
  text-transform: none;
}

.hook-feed p {
  margin: 0 0 1.875rem;
  opacity: 0.6;
}

.hook-feed button {
  padding: 0.875rem 2rem;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #22c55e;
  font-size: 1rem;
  font-weight: 700;
  transition: background-color 150ms ease;
}

.hook-feed button:hover {
  background: #16a34a;
}

.hook-feed button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
