html {
  color-scheme: dark;
}

body {
  margin: 0;
  background: #0d1117;
  color: #e6edf3;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: #58a6ff;
}

a:focus-visible {
  outline: 3px solid rgba(47, 129, 247, 0.55);
  outline-offset: 2px;
}

.site-shell-link {
  color: #8b949e;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}

.site-shell-link:hover {
  color: #e6edf3;
}

.app-download-page {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 64px;
}

.app-download-hero,
.app-download-card,
.app-download-links {
  border: 1px solid #30363d;
  border-radius: 12px;
  background: #161b22;
}

.app-download-hero {
  padding: clamp(28px, 7vw, 54px);
}

.app-download-hero h1 {
  margin: 0 0 16px;
  color: #f0f6fc;
  font-size: clamp(30px, 7vw, 52px);
  line-height: 1.08;
}

.eyebrow {
  margin: 0 0 10px;
  color: #8b949e;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.lead {
  color: #f0f6fc;
  font-size: 18px;
  line-height: 1.55;
}

.app-download-hero p,
.app-download-card p,
.app-download-links li {
  color: #c9d1d9;
  line-height: 1.65;
}

.app-download-card,
.app-download-links {
  margin-top: 18px;
  padding: 24px;
}

.app-download-card h2,
.app-download-links h2 {
  margin: 0 0 14px;
  color: #f0f6fc;
  font-size: 22px;
}

.app-download-meta {
  display: grid;
  gap: 12px;
  margin: 20px 0;
}

.app-download-meta div {
  display: grid;
  gap: 4px;
}

.app-download-meta dt {
  color: #8b949e;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.app-download-meta dd {
  margin: 0;
  color: #f0f6fc;
  overflow-wrap: anywhere;
}

.download-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid #2f81f7;
  border-radius: 8px;
  color: #ffffff;
  background: #2f81f7;
  font-weight: 800;
  text-decoration: none;
}

.app-download-links ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.site-footer {
  display: grid;
  gap: 18px;
  padding: 28px 40px;
  border-top: 1px solid #30363d;
  background: #161b22;
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
}

.site-footer strong {
  color: #f0f6fc;
}

.site-footer a {
  color: #8b949e;
  font-size: 13px;
  text-decoration: none;
}

.site-footer a:hover {
  color: #e6edf3;
}

.legal-content h1 {
  margin-top: 0;
  color: #f0f6fc;
  font-size: clamp(28px, 6vw, 44px);
}

.legal-content h2 {
  margin-top: 24px;
  color: #f0f6fc;
}

.legal-content p,
.legal-content li {
  color: #c9d1d9;
  line-height: 1.65;
}

.document-date {
  color: #8b949e;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.pricing-card {
  border: 1px solid #30363d;
  border-radius: 10px;
  padding: 18px;
  background: #0d1117;
}

.pricing-card h2 {
  margin: 0 0 8px;
  font-size: 18px;
}

.pricing-price {
  color: #58a6ff;
  font-size: 26px;
  font-weight: 800;
}

@media (max-width: 640px) {
  .site-shell-header {
    flex-wrap: wrap;
    align-items: flex-start;
    padding-block: 12px;
  }

  .site-shell-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .site-footer {
    padding-inline: 16px;
  }
}
