:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

.short-link-body {
  align-items: center;
  background: #f7f4ee;
  color: #18231d;
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 100vh;
  padding: 24px;
}

.short-link-card {
  background: #fffdf8;
  border: 1px solid #ded8cc;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgb(49 65 56 / 12%);
  max-width: 520px;
  padding: clamp(28px, 7vw, 52px);
  width: 100%;
}

.short-link-card h1 {
  font-size: clamp(2rem, 8vw, 3.25rem);
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 12px 0 24px;
}

.short-link-card p {
  font-size: 1rem;
  line-height: 1.6;
}

.short-link-eyebrow {
  color: #bf4f2f;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0;
  text-transform: uppercase;
}

.short-link-back {
  color: #2c5d48;
  font-weight: 750;
  text-underline-offset: 4px;
}

.short-link-progress,
.short-link-noscript {
  color: #536158;
}

[hidden] {
  display: none !important;
}
