.catalog {
  max-width: 1240px;
}

.release-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.status-tabs { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; margin: 0 0 24px; }
.status-tab { border: 1px solid #36526b; border-radius: 13px; padding: 12px 10px; color: #c8d6e5; background: #0b1928cc; cursor: pointer; font-weight: 850; }
.status-tab span { display: inline-grid; place-items: center; min-width: 22px; height: 22px; margin-left: 5px; padding: 0 5px; border-radius: 999px; background: #07111d; color: #9fb1c6; font-size: .72rem; }
.status-tab:hover { border-color: #53c5ff; }
.status-tab[aria-selected="true"] { border-color: #6ce5b1; color: #04121d; background: linear-gradient(135deg,#53c5ff,#73ddc0); }
.status-tab[aria-selected="true"] span { color: white; }
.status-empty { margin: 0 0 24px; border: 1px dashed #36526b; border-radius: 16px; padding: 28px; color: #9fb1c6; text-align: center; }

.release-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  min-height: 285px;
  border-radius: 24px;
  padding: 24px;
  overflow: hidden;
}

.developer-overlay { position: absolute; inset: 0; z-index: 1; border-radius: inherit; }
.developer-overlay:focus-visible { outline: 3px solid #6ce5b1; outline-offset: -5px; }
.developer-entry .release-actions { position: relative; z-index: 2; }
.developer-entry::after { content: "Developer mode"; position: absolute; top: 24px; right: 24px; padding: 6px 9px; border: 1px solid #6ce5b177; border-radius: 999px; color: #6ce5b1; background: #071b3cdd; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.local-badge { border: 1px solid #6ce5b177; border-radius: 999px; padding: 7px 10px; color: #6ce5b1; font-weight: 800; }
.developer-theme { min-height: 100vh; background: radial-gradient(circle at 12% 8%,#522780 0,#291443 27%,#100918 58%,#020306 100%); background-attachment: fixed; }
.developer-theme .site-header { background: #12091fdd; border-bottom-color: #7c4ab055; }
.developer-theme .release-card,.developer-theme .developer-grid article,.developer-theme .developer-tools,.developer-theme .changes-panel,.developer-theme .license-account { background: linear-gradient(145deg,#26133bee,#10091cee); border-color: #70489a88; }
.developer-theme .release-card:hover { border-color: #b679e8; box-shadow: 0 22px 58px #12001bbb; }
.developer-theme .catalog-meta span,.developer-theme .licensing-summary span { background: #1c0e2dcc; border-color: #70489a88; }
.developer-theme .eyebrow,.developer-theme .local-badge { color: #d59cff; }.developer-theme .local-badge { border-color: #b679e877; }
.developer-email { position: relative; display: grid; place-items: center; min-width: 112px; min-height: 42px; padding: 7px 34px 11px 12px; border: 1px solid #b679e888; border-radius: 12px; color: #f6eaff; background: #29123ecc; text-decoration: none; font-size: .72rem; font-weight: 900; letter-spacing: .04em; }
.developer-email:hover { border-color: #e2b5ff; background: #3b1b58; }.developer-email strong { position: absolute; right: 7px; bottom: 5px; display: grid; place-items: center; min-width: 22px; height: 22px; padding: 0 5px; border-radius: 999px; color: white; background: #d52d45; box-shadow: 0 4px 12px #0008; font-size: .72rem; }
.developer-theme .release-copy strong { color: #d9a7ff; }
.developer-page { max-width: 980px; margin: 0 auto; padding: 64px 24px 96px; }
.developer-page h1 { margin: 0; font-size: clamp(3rem, 8vw, 5.8rem); letter-spacing: -.05em; }
.developer-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-top: 34px; }
.developer-grid article,.developer-tools { border: 1px solid #294761; border-radius: 22px; padding: 26px; background: #0d1b2bee; }
.developer-grid h2,.developer-tools h2 { margin-top: 0; }
.developer-grid dl { display: grid; grid-template-columns: 1fr auto; gap: 12px 20px; margin: 0; }
.developer-grid dt { color: #9fb1c6; }.developer-grid dd { margin: 0; font-weight: 750; }
.developer-tools { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 18px; }
.developer-tools h2 { flex-basis: 100%; }.developer-tools a { border: 1px solid #3d6686; border-radius: 12px; color: #d9efff; padding: 11px 14px; text-decoration: none; font-weight: 800; }
.developer-tools a:hover { border-color: #6ce5b1; background: #15314a; }
.developer-catalog { padding-bottom: 96px; }
.developer-admin { margin-top: 54px; padding-top: 34px; border-top: 1px solid #294761; }
.developer-admin > h2 { margin: 0; font-size: clamp(2rem, 5vw, 3.4rem); }

.release-card:hover {
  transform: translateY(-4px);
  border-color: #53c5ff99;
  box-shadow: 0 22px 55px #0007;
}

.app-icon {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 32px #0005;
}

.app-icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f7fbff;
  padding: 7px;
}

.app-icon img + span {
  display: none;
}

.release-copy {
  flex: 1;
}

.release-copy h2 {
  font-size: 1.18rem;
  line-height: 1.25;
}

.download-button {
  width: 100%;
  padding: 12px 14px;
}

.release-actions { display: grid; grid-template-columns: .42fr 1fr; gap: 10px; width: 100%; }
.changes-button { border: 1px solid #3d6686; border-radius: 12px; color: #d9efff; padding: 11px 12px; text-align: center; text-decoration: none; font-size: .82rem; font-weight: 800; }
.changes-button:hover { border-color: #6ce5b1; background: #15314a; }
.changes-page { max-width: 760px; margin: 0 auto; padding: 64px 24px 96px; }
.changes-page h1 { margin: 0 0 28px; font-size: clamp(2.3rem, 7vw, 4.5rem); }
.changes-panel { margin-bottom: 24px; padding: 28px; border: 1px solid #294761; border-radius: 22px; background: #0d1b2bee; }
.changes-panel h2 { margin-top: 0; }
.changes-panel p { color: #c8d6e5; line-height: 1.6; }
.back-link { display: inline-block; margin-bottom: 38px; color: #53c5ff; text-decoration: none; }

.download-button:hover {
  filter: brightness(1.08);
}

@media (max-width: 980px) {
  .release-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 650px) {
  .status-tabs { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .release-grid { grid-template-columns: 1fr; }
  .release-card { min-height: 0; }
  .developer-grid { grid-template-columns: 1fr; }
}
@media(max-width:760px){.developer-email{order:2}.developer-theme .site-header .account{flex-wrap:wrap;justify-content:flex-end}}

.licensing-page { max-width: 1120px; margin: 0 auto; padding: 64px 24px 96px; }
.licensing-page h1 { margin: 0; font-size: clamp(2.8rem,7vw,5rem); letter-spacing: -.05em; }
.licensing-page>.lead { max-width: 780px; }
.licensing-summary { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.licensing-summary span { border: 1px solid #294761; border-radius: 999px; padding: 9px 14px; color: #c8d6e5; background: #0b1928cc; }
.license-list { display: grid; gap: 18px; }
.license-account { border: 1px solid #294761; border-radius: 22px; padding: 24px; background: #0d1b2bee; }
.license-account>header { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.license-account h2,.license-account p { margin: 0 0 6px; }.license-account>header>span { color: #6ce5b1; font-weight: 800; }
.license-account dl { display: grid; grid-template-columns: auto 1fr auto 1fr; gap: 8px 16px; margin: 20px 0; }
.license-account dt { color: #9fb1c6; }.license-account dd { margin: 0; font-weight: 750; }
.license-form { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; border-top: 1px solid #294761; padding-top: 20px; }
.license-form label { display: grid; gap: 7px; color: #d9e5f1; font-weight: 700; }.license-form .wide { grid-column: 1/-1; }
.license-form input,.license-form select,.trial-reset input { min-width: 0; border: 1px solid #36526b; border-radius: 10px; background: #07131f; color: white; padding: 11px 12px; }
.license-form button,.trial-reset button { border: 0; border-radius: 10px; background: linear-gradient(135deg,#53c5ff,#73ddc0); color: #04121d; font-weight: 850; padding: 12px 16px; cursor: pointer; }
.license-form>button { justify-self: start; }.trial-reset { display: flex; gap: 10px; margin-top: 14px; }.trial-reset input { flex: 1; }.trial-reset button { background: #49351a; color: #ffe4a3; border: 1px solid #725c2e; }
@media(max-width:760px){.license-account dl{grid-template-columns:auto 1fr}.license-form{grid-template-columns:1fr}.trial-reset{flex-direction:column}}
