@font-face {
  font-family: "Atkinson Hyperlegible";
  src: url("/fonts/AtkinsonHyperlegible-Bold.ttf") format("truetype");
  font-weight: 700; font-display: swap;
}
* { box-sizing: border-box; }
html { background: #0c0c0d; }
body { margin: 0; }
body {
  color: #f7f7f5; font: 16px/1.6 -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%;
  display: flex; align-items: center; justify-content: center; padding: 48px 16px; min-height: 100vh;
}
.still { position: fixed; inset: 0; background: #0c0c0d center / cover no-repeat; z-index: -1; }
.still::after { content: ""; position: absolute; inset: 0; background: rgba(12,12,13,.28); }
.card {
  width: 100%; max-width: 440px; padding: 36px 32px 28px; border-radius: 28px;
  background: rgba(20,20,22,.38); border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 1px 0 rgba(255,255,255,.12) inset, 0 30px 80px -30px rgba(0,0,0,.7);
  backdrop-filter: blur(28px) saturate(1.5); -webkit-backdrop-filter: blur(28px) saturate(1.5);
}
.card.long { max-width: 620px; }
.brand { display: flex; align-items: center; gap: 12px; color: inherit; text-decoration: none;
  font-family: "Atkinson Hyperlegible", system-ui, sans-serif; font-weight: 700; font-size: 20px; }
h1 { font-family: "Atkinson Hyperlegible", system-ui, sans-serif; font-weight: 700; font-size: 34px;
  line-height: 1.1; letter-spacing: -.01em; margin: 28px 0 10px; }
h2 { font-size: 16px; font-weight: 600; margin: 24px 0 4px; }
p { margin: 0 0 12px; color: rgba(255,255,255,.78); }
.lit { color: #66c7d9; }
a { color: #8fd6e3; text-underline-offset: 3px; }
.links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.links a { color: #f7f7f5; text-decoration: none; font-size: 14px; padding: 7px 14px; border-radius: 999px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); }
.links a:hover { background: rgba(255,255,255,.18); }
.meta { font-size: 13px; color: rgba(255,255,255,.55); }
@media (max-width: 480px) { .card { padding: 28px 22px 22px; border-radius: 24px; } h1 { font-size: 29px; } }

.brand .icon { width: 44px; height: 44px; filter: drop-shadow(0 6px 14px rgba(0,0,0,.35)); }
