:root {
  --sl-bg: #0b1020;
  --sl-bg-alt: #131a30;
  --sl-accent: #7dd3fc;
  --sl-accent-2: #a78bfa;
  --sl-text: #e5e9f0;
  --sl-text-muted: #a3adc2;
}

body {
  background-color: var(--sl-bg);
  color: var(--sl-text);
}

.navbar-brand img {
  height: 32px;
  margin-right: 0.5rem;
}

.navbar-star {
  background-color: var(--sl-bg-alt);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero {
  background: radial-gradient(ellipse at top, rgba(125, 211, 252, 0.12), transparent 60%),
    var(--sl-bg);
  padding: 6rem 0 4rem;
}

.hero h1 {
  font-weight: 700;
}

.hero .lead {
  color: var(--sl-text-muted);
}

.text-accent {
  color: var(--sl-accent);
}

.badge-store img {
  height: 48px;
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(125, 211, 252, 0.12);
  color: var(--sl-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.card-star {
  background-color: var(--sl-bg-alt);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
}

footer.site-footer {
  background-color: var(--sl-bg-alt);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--sl-text-muted);
}

footer.site-footer a {
  color: var(--sl-text-muted);
  text-decoration: none;
}

footer.site-footer a:hover {
  color: var(--sl-accent);
}

.content-page {
  padding: 4rem 0;
}

.content-page h1 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.content-page .updated {
  color: var(--sl-text-muted);
  margin-bottom: 2.5rem;
}

.content-page h2 {
  font-size: 1.35rem;
  font-weight: 600;
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
  color: var(--sl-accent);
}

.content-page p,
.content-page li {
  color: var(--sl-text-muted);
}

.content-page a {
  color: var(--sl-accent);
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.faq-item h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--sl-text);
}
