.app-shell {
  place-items: start center;
  align-content: start;
  padding: 32px 18px 48px;
}

.card {
  margin: 0 auto;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 38px;
  padding-top: 20px;
  border-top: 1px solid #e2e8ef;
  color: #778296;
  font-size: 0.76rem;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 640px) {
  .app-shell {
    padding: 0;
  }

  .site-footer {
    margin-top: 30px;
    padding-bottom: max(4px, env(safe-area-inset-bottom));
  }
}
