:root { color-scheme: light dark; }
* { box-sizing: border-box; }
body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #101828;
  color: #f8fafc;
}
main { max-width: 42rem; padding: 2rem; text-align: center; }
h1 { margin: 0; font-size: clamp(2.6rem, 9vw, 5rem); letter-spacing: -.05em; }
p { margin: 1rem 0 0; color: #cbd5e1; font-size: 1.125rem; }
.family-login { position: fixed; top: 1.25rem; right: 1.5rem; padding: .55rem .85rem; border: 1px solid #475569; border-radius: 999px; color: #f8fafc; font-size: .9rem; font-weight: 600; text-decoration: none; }
.family-login:hover, .family-login:focus-visible, .back-link:hover, .back-link:focus-visible { color: #fff; border-color: #cbd5e1; }
.eyebrow { margin: 0 0 .6rem; color: #94a3b8; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.back-link { color: #cbd5e1; text-decoration: none; }
