:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: #f1f5f9;
  background: #060a0f;
}

* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
}

main {
  display: flex;
  min-height: 100vh;
  width: min(100% - 2rem, 34rem);
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

img {
  width: min(17.5rem, 72vw);
  height: auto;
  margin-bottom: 2rem;
}

h1 {
  margin: 0;
  font-size: clamp(1.75rem, 6vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: 0;
}

.summary {
  max-width: 30rem;
  margin: 1rem 0 1.75rem;
  color: #a7b4c6;
  font-size: 1rem;
  line-height: 1.6;
}

.action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(16 185 129 / 45%);
  border-radius: 8px;
  padding: 0.7rem 1.25rem;
  color: #f8fafc;
  background: #059669;
  font-weight: 650;
  text-decoration: none;
}

.action:hover {
  background: #10b981;
}

.action:focus-visible {
  outline: 2px solid #38bdf8;
  outline-offset: 3px;
}

.status {
  min-height: 1.5rem;
  margin: 1.25rem 0 0;
  color: #7f8da0;
  font-size: 0.8rem;
}
