:root {
  --uny-purple: #5a52c8;
  --uny-purple-dark: #3e3aab;
  --uny-purple-soft: #7562e0;
  --uny-red: #ff665a;
  --text: #302f45;
  --muted: #89889a;
  --line: #eceaf7;
  --panel: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--uny-purple);
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.screen {
    position: relative;
    display: grid;
    min-height: 100vh;
    place-items: center;
    padding: 4rem 1.25rem;
    overflow: hidden;
    background-color: var(--uny-purple);
    background-image: linear-gradient(rgb(90 82 200), rgb(117 82 224 / 80%)), url(/img/cloud-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.brand {
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 8rem;
    opacity: 0.72;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.panel {
    width: min(100%, 50rem);
    min-height: 31rem;
    padding: 2rem;
    text-align: center;
    background: var(--panel);
    border: 1px solid rgb(255 255 255 / 48%);
    border-radius: 7px;
    box-shadow: 0 16px 40px rgb(0 0 0 / 16%), 0 6px 16px rgb(0 0 0 / 8%);
}

.product-icon {
  display: block;
  width: 8.25rem;
  height: 8.25rem;
  margin: 0 auto 1.35rem;
}

.kicker {
    margin: 0 0 0.7rem;
    color: var(--uny-purple);
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: -0.07rem;
    text-transform: uppercase;
    word-spacing: 0.05rem;
}

.kicker span {
    font-weight: bold;
    text-transform: none;
    color: grey;
}

.kicker span a:hover {
    opacity: 0.75;
}

h1 {
  max-width: 21rem;
  margin: 0 auto;
  color: var(--text);
  font-size: 1.55rem;
  line-height: 1.15;
  letter-spacing: 0;
}

.lead {
  max-width: 24rem;
  margin: 1rem auto 0;
  color: #67657b;
  font-size: 0.95rem;
  line-height: 1.55;
}

.actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin: 1.6rem 0 1.25rem;
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 800;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: var(--uny-purple);
  border: 2px solid var(--uny-purple);
}

.button-primary:hover {
  background: var(--uny-purple-dark);
  border-color: var(--uny-purple-dark);
}

.button-secondary {
    color: var(--uny-purple);
    background: #ebeafa;
    border: 2px solid rgb(90 82 200 / 88%);
}

.button-secondary:hover {
  color: #fff;
  background: var(--uny-purple);
}

.button-blue {
  color: #1976d2;
  background: #fff;
  border: 2px solid rgb(25 118 210 / 72%);
}

.button-blue:hover {
  color: #fff;
  background: #1976d2;
  border-color: #1976d2;
}

.lineage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin: 0 0 1.35rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.lineage span,
.lineage strong {
  min-height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.45rem;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.lineage strong {
  color: var(--uny-purple);
  background: #f1efff;
}

.release {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1.35rem;
  padding: 0.85rem;
  text-align: left;
  background: #fbfbff;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.release div {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 0.65rem;
  align-items: start;
}

.release span {
    color: var(--muted);
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
}

.release strong,
.release code {
  min-width: 0;
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 800;
}

.release code {
  overflow-wrap: anywhere;
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 0.68rem;
  line-height: 1.35;
}

.release a {
  display: inline-flex;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.6rem;
  color: var(--uny-purple);
  font-size: 0.74rem;
  font-weight: 800;
  border: 1px solid rgb(90 82 200 / 28%);
  border-radius: 4px;
}

.release a:hover {
  color: #fff;
  background: var(--uny-purple);
  border-color: var(--uny-purple);
}

.hardening {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  text-align: left;
}

.hardening article {
  min-height: 6.2rem;
  padding: 0.85rem;
  background: #f8f7ff;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.hardening h2 {
  margin: 0 0 0.35rem;
  color: var(--uny-purple-dark);
  font-size: 0.82rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.hardening p {
  margin: 0;
  color: #6f6d81;
  font-size: 0.75rem;
  line-height: 1.4;
}

.hardening code {
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
    background: #3931a40d;
    padding: 0.05rem 0.5rem;
    border-radius: 3.33px;
    color: #3e3aabc4;
}

.footer {
  position: absolute;
  bottom: 2.2rem;
  left: 50%;
  display: inline-flex;
  gap: 0.35rem;
  color: rgb(255 255 255 / 66%);
  font-size: 0.78rem;
  font-weight: 700;
  transform: translateX(-50%);
}

.footer span + span::before {
  content: "- ";
}

@media (max-width: 620px) {
  .screen {
    min-height: 100svh;
    padding: 5.25rem 1rem 3.5rem;
  }

  .brand {
    top: 2rem;
    width: 7rem;
  }

  .panel {
    min-height: auto;
    padding: 1.45rem;
  }

  .product-icon {
    width: 6.8rem;
    height: 6.8rem;
  }

  h1 {
    font-size: 1.28rem;
  }

  .lead {
    font-size: 0.88rem;
  }

  .actions,
  .hardening,
  .lineage {
    grid-template-columns: 1fr;
  }

  .release div {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .footer {
    bottom: 1.2rem;
    width: calc(100% - 2rem);
    justify-content: center;
    font-size: 0.7rem;
  }
}
