:root {
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #393939;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  color: #ffffff;
}

.page {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 64px 32px;
  max-width: 720px;
}

.name {
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 0 12px;
}

.title {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 48px;
  color: #ffffff;
}

.app-icon {
  width: 280px;
  height: 280px;
  border-radius: 48px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
  margin-bottom: 32px;
}

.app-name {
  font-size: 2rem;
  margin: 0 0 28px;
}

.badge-link {
  display: inline-block;
  margin-bottom: 20px;
}

.badge {
  height: 56px;
}

.privacy-link {
  color: #ffffff;
  text-decoration: underline;
  font-size: 0.95rem;
}
