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

html { background: #0a0a0a; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #0a0a0a;
  color: #e0e0e0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
}

a, button {
  -webkit-tap-highlight-color: transparent;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none;
}

main {
  max-width: 680px;
  width: 100%;
}

h1 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0.25rem;
}

.subtitle {
  font-size: 1rem;
  color: #888;
  margin-bottom: 2.5rem;
}

.release {
  margin-bottom: 2rem;
  padding: 1.25rem;
  background: #111;
  border: 1px solid #222;
  border-radius: 8px;
}

.release h2 {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.date {
  font-size: 0.8rem;
  color: #666;
  font-weight: 400;
  font-family: "SF Mono", "Fira Code", monospace;
}

.release ul {
  padding-left: 1.25rem;
  color: #bbb;
  line-height: 1.8;
}

footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #222;
  color: #555;
  font-size: 0.85rem;
}

footer a {
  color: #0A6EBD;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

.sep {
  margin: 0 0.5rem;
}
