* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #021228;
  color: rgba(255, 255, 255, 0.93);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 680px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

.brand {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #de635c;
  letter-spacing: 0.5px;
  text-decoration: none;
  margin-bottom: 32px;
}

h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.3px;
}

.updated {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 40px;
}

h2 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 36px;
  margin-bottom: 10px;
}

p, li {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.75;
}

ul {
  list-style: none;
  padding: 0;
  margin: 12px 0;
}

li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}

li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #de635c;
  opacity: 0.6;
}

a {
  color: #de635c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.footer {
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
}

.footer a {
  color: rgba(255, 255, 255, 0.4);
}
