/* Prime Warden v0.6.4i release publishing cleanup */
.prime-warden-downloads-live {
  margin: 40px auto;
  max-width: 1120px;
  padding: 0 20px;
}
.pw-release-card {
  border: 1px solid rgba(87, 214, 255, 0.28);
  border-radius: 24px;
  background: rgba(8, 18, 32, 0.84);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  padding: 28px;
}
.pw-release-card h2 { margin: 6px 0 12px; }
.pw-release-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.pw-release-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; color: rgba(235, 245, 255, 0.72); font-size: 0.92rem; }
.pw-release-meta code { word-break: break-all; }
/* Hide the old backend/Railway release upload system. Releases are now published from PowerShell into the website repo. */
#releaseStorageCard,
.software-release-grid .admin-card:has(#releaseForm) {
  display: none !important;
}
.prime-warden-static-release-note {
  border: 1px solid rgba(114, 231, 218, 0.28);
  background: rgba(8, 28, 40, 0.64);
  border-radius: 18px;
  padding: 18px;
  margin: 18px 0;
}
