@font-face {
  font-family: Manrope;
  src: url('/_auth/font.ttf') format('truetype');
  font-weight: 200 800;
  font-display: swap;
}
:root {
  font-family: Manrope, Arial, sans-serif;
  color: #30211f;
  background: #fff9f2;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  min-height: 100svh;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: url('/_auth/art.webp') no-repeat top right;
  background-size: min(65vw, 850px) auto;
}
header,
footer {
  padding: 34px clamp(24px, 6vw, 90px);
}
header img {
  display: block;
  object-fit: contain;
}
main {
  align-self: center;
  width: min(100% - 48px, 440px);
  margin: 50px auto 90px;
}
.eyebrow {
  font-size: 0.875rem;
  font-weight: 650;
  color: #75635b;
  margin-bottom: 20px;
}
h1 {
  font-size: clamp(2.7rem, 6vw, 3.6rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.045em;
  margin: 0 0 22px;
}
p {
  font-size: 1rem;
  line-height: 1.7;
}
.intro {
  margin: 0 0 34px;
}
label {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
  margin: 0 0 10px;
}
input,
button {
  font: inherit;
  width: 100%;
  min-height: 54px;
  border-radius: 12px;
}
input {
  font-size: 1rem;
  padding: 14px 16px;
  border: 1px solid #bba99c;
  color: #30211f;
  background: #fffcf8;
}
input[aria-invalid='true'] {
  border-color: #a33c26;
}
button {
  margin-top: 18px;
  padding: 15px 20px;
  background: #30211f;
  color: #fff9f2;
  border: 0;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
button:hover {
  background: #4b3530;
}
input:focus-visible,
button:focus-visible {
  outline: 3px solid #9c3e20;
  outline-offset: 4px;
}
#feedback {
  color: #9c3e20;
  font-size: 0.875rem;
  margin: 14px 0 0;
}
.help {
  color: #75635b;
  font-size: 0.875rem;
  margin: 24px 0 0;
}
footer {
  color: #75635b;
  font-size: 0.875rem;
}
@media (max-width: 600px) {
  body {
    background-size: 100vw auto;
  }
  main {
    margin-block: 50px 65px;
  }
  header,
  footer {
    padding: 25px 24px;
  }
}

.external-icon {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
}
