body {
  min-height: 100vh;
  margin: 0;
  color: #ffffff;
  background: rgb(0, 0, 40);
  background-color: rgb(0, 0, 40);
  font-family: "Siemens Sans Global", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.page {
  max-width: 980px;
  margin: 0 auto;
  min-height: 100vh;
  padding: 44px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

h1 {
  font-size: 2.4rem;
  margin: 0;
  line-height: 1.25;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, rgb(0, 190, 220), rgb(0, 215, 160));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1 br {
  display: block;
  content: "";
  margin-top: 0.35em;
}

.heading-description {
  font-size: 0.7em;
  font-weight: 700;
  display: inline-block;
}

.subtitle {
  margin: 0;
  font-size: 1rem;
  color: #d6ecff;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

label {
  font-weight: 700;
  font-size: 0.9rem;
  color: #d6ecff;
}

select,
button {
  font: inherit;
  font-size: 0.95rem;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid rgba(214, 236, 255, 0.45);
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

select {
  min-width: 180px;
}

button {
  cursor: pointer;
  background: linear-gradient(90deg, rgb(0, 190, 220), rgb(0, 215, 160));
  border: none;
  color: #002b3a;
  font-weight: 800;
}

button:hover {
  filter: brightness(1.05);
}

h2 {
  margin: 6px 0 0 0;
  font-size: 1.6rem;
}

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

li {
  font-size: 0.95rem;
  line-height: 1.3;
  margin: 0;
}

.release-item {
  padding: 12px 14px;
  margin: 0 0 10px 0;
  border: 1px solid rgba(214, 236, 255, 0.25);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.18);
}

.release-link {
  display: inline-block;
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.release-meta {
  margin: 0 0 8px 0;
  color: #d6ecff;
  font-size: 0.82rem;
}

.release-notes {
  margin: 0;
  white-space: pre-wrap;
  color: #ffffff;
  font-family: "Siemens Sans Global", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.86rem;
  line-height: 1.4;
}

.release-notes-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.85rem;
}

a {
  color: rgb(0, 215, 160);
}

a:hover {
  color: rgb(0, 190, 220);
}