:root {
  color-scheme: dark;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: #09060f;
  color: #f5ecff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(79, 34, 124, 0.45), rgba(9, 6, 15, 0) 360px),
    #09060f;
}

a {
  color: #d9c6ff;
}

.shell {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
  padding: 64px 0;
}

.hero {
  padding: 56px 0 40px;
}

.eyebrow {
  margin: 0 0 10px;
  color: #c9aeff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(3rem, 12vw, 7rem);
  line-height: 0.92;
}

.hero p:not(.eyebrow) {
  max-width: 620px;
  margin: 22px 0 0;
  color: #e6d7ff;
  font-size: 1.1rem;
  line-height: 1.7;
}

.app-grid,
.links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.app-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.app-card {
  border: 1px solid #5f4395;
  border-radius: 16px;
  padding: 24px;
  background: rgba(23, 17, 31, 0.88);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.app-card h2 {
  margin-top: 0;
  font-size: 1.6rem;
}

.inline-links {
  margin-top: 22px;
}

.links a {
  display: block;
  border: 1px solid #5f4395;
  border-radius: 8px;
  padding: 16px;
  background: #17111f;
  color: #f5ecff;
  font-weight: 700;
  text-decoration: none;
}

.document {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  padding: 40px 0 72px;
}

.back-link {
  display: inline-block;
  margin-bottom: 28px;
  color: #c9aeff;
  font-weight: 700;
  text-decoration: none;
}

.document h1 {
  font-size: clamp(2.4rem, 9vw, 4.5rem);
}

.updated {
  margin: 14px 0 36px;
  color: #bda4f2;
}

h2 {
  margin: 34px 0 10px;
  font-size: 1.15rem;
}

p {
  color: #eadfff;
  line-height: 1.72;
}
