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

* {
  box-sizing: border-box;
}

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

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

.card {
  width: min(100%, 34rem);
  padding: clamp(2.25rem, 8vw, 5rem) clamp(1.5rem, 7vw, 4rem);
  text-align: center;
  background: #fff;
  border: 1px solid #dce7ef;
  border-radius: 1.5rem;
  box-shadow: 0 1.5rem 4rem rgb(23 50 77 / 10%);
}

.logo {
  display: block;
  width: 6.25rem;
  height: 6.25rem;
  margin: 0 auto 2rem;
  object-fit: cover;
  border-radius: 1rem;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: #5d7890;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(2rem, 8vw, 3.5rem);
  line-height: 1.05;
}

.title-accent {
  color: #D4A373;
}

.status {
  margin: 1.25rem 0 0;
  color: #5d7890;
  font-size: clamp(1.05rem, 3vw, 1.25rem);
}
