:root {
  color: #111;
  background: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  min-width: 18rem;
  margin: 0;
  background: #fff;
}

.page-shell {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 2rem 1.25rem;
}

.smoke-test {
  width: min(100%, 60rem);
  text-align: center;
}

h1 {
  margin: 0;
}

.headline {
  display: inline;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  font-size: clamp(2rem, 7vw, 3.75rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.08;
  overflow-wrap: anywhere;
  cursor: pointer;
}

.headline:focus-visible {
  outline: 0.2rem solid #111;
  outline-offset: 0.45rem;
  border-radius: 0.15rem;
}

.headline:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.12em;
}

.status {
  min-height: 1.5em;
  margin: 1.5rem 0 0;
  color: #555;
  font-size: 0.9375rem;
  line-height: 1.5;
}

@media (prefers-reduced-motion: no-preference) {
  .headline {
    transition: text-decoration-color 160ms ease;
  }
}
