/* DSE V7.6.1 — hanya tambahan komponen instalasi PWA; desain lama tidak diubah. */
.v761-pwa-panel .v761-pwa-layout {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}
.v761-pwa-icon {
  width: 88px;
  height: 88px;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 14px 28px rgba(5, 70, 50, .22), 0 0 0 1px rgba(197, 154, 40, .35);
}
.v761-pwa-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.v761-pwa-copy span {
  color: var(--muted, #66766f);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.v761-pwa-copy strong {
  color: var(--green-900, #064e3b);
  font-size: 1.2rem;
}
.v761-pwa-copy strong[data-state="ready"] { color: #08775b; }
.v761-pwa-copy strong[data-state="manual"] { color: #9a6a00; }
.v761-pwa-copy strong[data-state="installed"] { color: #0b7a4b; }
.v761-pwa-copy strong[data-state="blocked"],
.v761-pwa-copy strong[data-state="unsupported"] { color: #b42318; }
.v761-pwa-copy small {
  color: var(--muted, #66766f);
  line-height: 1.55;
}
.v761-pwa-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.v761-install-guide .install-choice-card {
  max-width: 520px;
}
.v761-install-guide-list {
  margin: 16px 0;
  padding-left: 22px;
  text-align: left;
  display: grid;
  gap: 10px;
  color: #42534c;
}
.v761-install-guide-note {
  display: block;
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(197, 154, 40, .12);
  color: #6d5207;
  font-size: .82rem;
  line-height: 1.5;
}
.install-choice-card > img {
  object-fit: cover;
}
@media (max-width: 760px) {
  .v761-pwa-panel .v761-pwa-layout {
    grid-template-columns: 74px minmax(0, 1fr);
  }
  .v761-pwa-icon {
    width: 68px;
    height: 68px;
    border-radius: 19px;
  }
  .v761-pwa-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
  }
  .v761-pwa-actions .v73-btn {
    flex: 1 1 150px;
  }
}
