:root {
  color: #162c46;
  background: #f5f1e8;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; padding: 1rem; }
main { width: min(100%, 38rem); padding: clamp(1.5rem, 6vw, 3.5rem); background: #fff; border-top: .35rem solid #b58a35; box-shadow: 0 1rem 3rem rgb(22 44 70 / 12%); }
.narrow { width: min(100%, 34rem); }
.mark { margin: 0 0 1.75rem; color: #7b5b20; font-size: .78rem; font-weight: 800; letter-spacing: .16em; }
.eyebrow { margin: 0 0 .35rem; color: #52677d; font-size: .9rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
h1 { margin: 0 0 1rem; color: #102a43; font-size: clamp(2rem, 7vw, 3rem); line-height: 1.1; }
p { margin: 0 0 1rem; }
.lede { max-width: 34rem; font-size: 1.1rem; }
label { display: block; margin: 1.75rem 0 .45rem; font-weight: 700; }
input { width: 100%; min-height: 3rem; padding: .7rem .8rem; border: 1px solid #8a9aab; border-radius: .2rem; color: inherit; background: #fff; font: inherit; }
input[aria-invalid="true"] { border-color: #a32626; }
.help { color: #52677d; font-size: .9rem; }
.field-error, .error { color: #a32626; }
button, .button { display: inline-block; border: 0; border-radius: .2rem; padding: .8rem 1.25rem; color: #fff; background: #102f52; font: inherit; font-weight: 700; text-decoration: none; cursor: pointer; }
.button:hover { background: #173f6d; }
.button.secondary { color: #102f52; background: #e7edf3; }
button:disabled { cursor: not-allowed; opacity: .6; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid #b58a35; outline-offset: 3px; }
.status { min-height: 1.5rem; margin-top: 1.25rem; }
.success { color: #25613b; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1.5rem; }
.text-link { color: #174c7d; }
.retry { border: 0; padding: 0; background: transparent; font: inherit; text-decoration: underline; cursor: pointer; }
.environment { padding: .65rem .75rem; border: 2px solid #a32626; color: #a32626; font-weight: 800; }
.staff-area { margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid #d7dfe7; }
.staff-area p { color: #52677d; }
@media (max-width: 500px) { body { align-items: start; padding: .5rem; } .shell { margin-top: 1rem; } }
