body {
  margin: 0;
  font-family: system-ui, -apple-system, sans-serif;
  background: #2c1e5c;
  color: #fff;
  line-height: 1.65;
}

.wrap {
  max-width: 860px;
  margin: auto;
  padding: 36px 22px 70px;
}

a {
  color: #f5a9f7;
}

.card {
  padding: 28px;
  border: 1px solid #9f5aff;
  border-radius: 24px;
  background: linear-gradient(180deg, #6a35a1, #4a2f9d);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

h1,
h2 {
  line-height: 1.2;
}

h2 {
  margin-top: 28px;
  color: #f5a9f7;
}

.meta {
  color: #d7ceef;
}

.back {
  display: inline-block;
  margin-bottom: 18px;
  font-weight: 800;
  text-decoration: none;
}

li {
  margin: 8px 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10;
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  color: #2c1e5c;
  font-weight: 800;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid #ffd45a;
  outline-offset: 3px;
}

.card:focus {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}