/* Gaya landing detail & halaman info — selaras Theme/_shared/partials/apk-install-lightbox.html */
.apk-page--detail,
.apk-page--info,
.apk-page--home {
  color-scheme: light;
}

.apk-page--detail .apk-play,
.apk-page--info .apk-play,
.apk-page--home .apk-play {
  min-height: 100vh;
  overflow: auto;
  background: #fff;
  font-family: Roboto, "Google Sans", "Product Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #202124;
  -webkit-font-smoothing: antialiased;
}

.apk-page--detail .apk-play__bar,
.apk-page--info .apk-play__bar,
.apk-page--home .apk-play__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  height: 56px;
  padding: 0 4px 0 16px;
  border-bottom: 1px solid #e8eaed;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}

.apk-page--detail .apk-play__brand-row,
.apk-page--info .apk-play__brand-row,
.apk-page--home .apk-play__brand-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.apk-page--detail .apk-play__brand-icon,
.apk-page--info .apk-play__brand-icon,
.apk-page--home .apk-play__brand-icon {
  display: flex;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.apk-page--detail .apk-play__brand-icon svg,
.apk-page--info .apk-play__brand-icon svg,
.apk-page--home .apk-play__brand-icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.apk-page--detail .apk-play__brand-txt,
.apk-page--info .apk-play__brand-txt,
.apk-page--home .apk-play__brand-txt {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #5f6368;
  white-space: nowrap;
}

.apk-page--detail .apk-play__bar-actions,
.apk-page--info .apk-play__bar-actions,
.apk-page--home .apk-play__bar-actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.apk-page--detail .apk-play__bar-btn,
.apk-page--info .apk-play__bar-btn,
.apk-page--home .apk-play__bar-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #5f6368;
  cursor: pointer;
  text-decoration: none;
  font: inherit;
}

.apk-page--detail .apk-play__bar-btn svg,
.apk-page--info .apk-play__bar-btn svg,
.apk-page--home .apk-play__bar-btn svg {
  display: block;
  width: 24px;
  height: 24px;
}

.apk-page--detail .apk-play__bar-btn--close,
.apk-page--info .apk-play__bar-btn--close,
.apk-page--home .apk-play__bar-btn--close {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.apk-page--detail .apk-play__sheet,
.apk-page--info .apk-play__sheet,
.apk-page--home .apk-play__sheet {
  box-sizing: border-box;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 24px 20px;
}

.apk-page--detail .apk-play__head {
  display: flex;
  gap: 16px;
  margin: 0 0 20px;
  min-width: 0;
}

.apk-page--detail .apk-play__title-wrap {
  flex: 1;
  min-width: 0;
}

.apk-page--detail .apk-play__icon {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 16px;
  object-fit: cover;
}

.apk-page--detail .apk-play__icon--fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 16px;
  background: #e8f0fe;
}

.apk-page--detail .apk-play__icon--fallback svg {
  display: block;
}

.apk-page--detail .apk-play__title {
  margin: 0 0 4px;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.3;
  color: #202124;
}

.apk-page--detail .apk-play__dev {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
  color: #01875f;
}

.apk-page--detail .apk-play__iap {
  margin: 4px 0 0;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #5f6368;
}

.apk-page--detail .apk-play__stats {
  display: flex;
  align-items: stretch;
  margin: 0 0 20px;
}

.apk-page--detail .apk-play__stat {
  flex: 1;
  min-width: 0;
  padding: 0 4px;
  text-align: center;
}

.apk-page--detail .apk-play__stat-val {
  display: block;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #202124;
}

.apk-page--detail .apk-play__stat-val--badge {
  display: inline-block;
  margin: 0 auto;
  border: 1px solid #5f6368;
  border-radius: 2px;
  font-size: 0.625rem;
  line-height: 1.1;
  padding: 1px 3px;
}

.apk-page--detail .apk-play__stat-lbl {
  display: block;
  margin-top: 4px;
  font-size: 0.6875rem;
  line-height: 1.2;
  color: #5f6368;
}

.apk-page--detail .apk-play__stats--four .apk-play__stat-val {
  font-size: 0.8125rem;
}

.apk-page--detail .apk-play__stats--four .apk-play__stat-lbl {
  font-size: 0.625rem;
}

.apk-page--detail .apk-play__stat-div {
  width: 1px;
  background: #e8eaed;
  flex-shrink: 0;
}

.apk-page--detail .apk-play__cta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 16px;
}

.apk-page--detail .apk-play__install,
.apk-page--detail .apk-play__store {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 8px;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.apk-page--detail .apk-play__install {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0;
  background: #01875f;
  color: #fff;
}

.apk-page--detail .apk-play__install:hover {
  background: #017a56;
}

.apk-page--detail .apk-play__install.is-loading,
.apk-page--detail .apk-play__install.is-downloading {
  pointer-events: none;
  cursor: wait;
}

.apk-page--detail .apk-play__install.is-downloading {
  background: #016b50;
}

.apk-page--detail .apk-play__install.is-complete {
  background: #137333;
}

.apk-page--detail .apk-play__install-progress {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.14);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.apk-page--detail .apk-play__install.is-downloading .apk-play__install-progress,
.apk-page--detail .apk-play__install.is-complete .apk-play__install-progress {
  opacity: 1;
}

.apk-page--detail .apk-play__install-progress-fill {
  display: block;
  height: 100%;
  width: 0%;
  background: rgba(255, 255, 255, 0.28);
  transition: width 0.12s ease-out;
}

.apk-page--detail .apk-play__install.is-complete .apk-play__install-progress-fill {
  width: 100% !important;
  background: rgba(255, 255, 255, 0.35);
}

.apk-page--detail .apk-play__install-body {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 24px;
}

.apk-page--detail .apk-play__install-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-width: 0;
}

.apk-page--detail .apk-play__install-label {
  font-weight: 500;
  line-height: 1.25;
}

.apk-page--detail .apk-play__install-sub {
  display: none;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.2;
  opacity: 0.92;
}

.apk-page--detail .apk-play__install.is-downloading .apk-play__install-sub:not(:empty) {
  display: block;
}

.apk-page--detail .apk-play__install-spinner {
  display: none;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: apk-install-spin 0.65s linear infinite;
}

.apk-page--detail .apk-play__install.is-loading .apk-play__install-spinner,
.apk-page--detail .apk-play__install.is-downloading .apk-play__install-spinner {
  display: block;
}

.apk-page--detail .apk-play__install.is-complete .apk-play__install-spinner {
  display: none;
}

@keyframes apk-install-spin {
  to {
    transform: rotate(360deg);
  }
}

.apk-page--detail .apk-play__install--disabled {
  background: #e8eaed;
  color: #5f6368;
  pointer-events: none;
}

.apk-page--detail .apk-play__store {
  border: 1px solid #dadce0;
  background: #fff;
  color: #01875f;
}

.apk-page--detail .apk-play__store:hover {
  background: #f8f9fa;
}

.apk-page--detail .apk-play__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin: 0 0 12px;
  color: #01875f;
}

.apk-page--detail .apk-play__action {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  color: inherit;
  cursor: pointer;
}

.apk-page--detail .apk-play__device {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  font-size: 0.8125rem;
  line-height: 1.25;
  color: #5f6368;
}

.apk-page--detail .apk-play__shots {
  margin: 0 -24px 16px;
  overflow: hidden;
}

.apk-page--detail .apk-play__carousel {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 0 24px 4px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.apk-page--detail .apk-play__shot {
  flex: 0 0 auto;
  width: 169px;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  scroll-snap-align: start;
  background: #e8eaed;
}

.apk-page--detail .apk-play__sec {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #e8eaed;
}

.apk-page--detail .apk-play__sec-h {
  display: flex;
  justify-content: space-between;
  margin: 0 0 6px;
}

.apk-page--detail .apk-play__sec-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #202124;
}

.apk-page--detail .apk-play__sec > p {
  margin: 0 0 6px;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #5f6368;
}

.apk-page--detail .apk-play__chev {
  color: #5f6368;
}

.apk-page--detail .apk-play__desc {
  color: #3c4043;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.43;
}

.apk-page--detail .apk-play__desc p {
  margin: 0 0 0.85rem;
}

.apk-page--detail .apk-play__meta > p {
  margin: 8px 0 0;
  font-size: 0.8125rem;
  color: #5f6368;
}

.apk-page--detail .apk-play__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.apk-page--detail .apk-play__tag {
  font-size: 0.75rem;
  padding: 6px 12px;
  border: 1px solid #dadce0;
  border-radius: 999px;
  color: #5f6368;
}

.apk-page--detail .apk-play__safe-box {
  border: 1px solid #dadce0;
  border-radius: 8px;
  padding: 16px;
}

.apk-page--detail .apk-play__safe-row {
  display: flex;
  gap: 16px;
  margin: 0 0 16px;
}

.apk-page--detail .apk-play__safe-row:last-of-type {
  margin-bottom: 20px;
}

.apk-page--detail .apk-play__safe-body {
  flex: 1;
  min-width: 0;
}

.apk-page--detail .apk-play__safe-title {
  margin: 0 0 4px;
  font-size: 0.875rem;
  color: #202124;
}

.apk-page--detail .apk-play__safe-hint {
  margin: 0;
  font-size: 0.75rem;
  color: #5f6368;
}

.apk-page--detail .apk-play__safe-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #01875f;
  text-decoration: none;
}

.apk-page--detail .apk-play__rate-head {
  display: flex;
  gap: 10px;
  margin: 8px 0;
}

.apk-page--detail .apk-play__rate-big {
  margin: 0;
  font-size: 2.25rem;
  line-height: 1;
  color: #202124;
}

.apk-page--detail .apk-play__rate-bars {
  flex: 1;
  min-width: 0;
}

.apk-page--detail .apk-play__rate-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.625rem;
  color: #5f6368;
}

.apk-page--detail .apk-play__rate-track {
  flex: 1;
  height: 8px;
  background: #e8eaed;
  border-radius: 4px;
  overflow: hidden;
}

.apk-page--detail .apk-play__rate-fill {
  display: block;
  height: 100%;
  background: #01875f;
}

.apk-page--detail .apk-play__rev {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f1f3f4;
  font-size: 0.8125rem;
  color: #5f6368;
}

.apk-page--detail .apk-play__rev-h {
  display: flex;
  justify-content: space-between;
  margin: 0 0 4px;
}

.apk-page--detail .apk-play__rev b {
  font-weight: 500;
  color: #202124;
}

.apk-page--detail .apk-play__rev-stars {
  margin: 0 0 4px;
  font-size: 0.75rem;
  color: #01875f;
}

.apk-page--detail .apk-play__see-all {
  display: block;
  margin: 12px 0 0;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #1a73e8;
  text-decoration: underline;
}

.apk-page--detail .apk-play__foot,
.apk-page--info .apk-play__foot,
.apk-page--home .apk-play__foot {
  margin: 20px -24px 0;
  padding: 24px 24px 20px;
  border-top: 1px solid #e8eaed;
  background: #f8f9fa;
}

.apk-page--home .apk-play__foot {
  padding-bottom: calc(20px + env(safe-area-inset-bottom, 0));
}

.apk-page--detail .apk-play__foot-cards,
.apk-page--info .apk-play__foot-cards,
.apk-page--home .apk-play__foot-cards {
  display: flex;
  gap: 10px;
  margin: 0 -8px 20px;
  padding: 0 8px 4px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.apk-page--detail .apk-play__foot-cards::-webkit-scrollbar,
.apk-page--info .apk-play__foot-cards::-webkit-scrollbar,
.apk-page--home .apk-play__foot-cards::-webkit-scrollbar {
  display: none;
}

.apk-page--detail .apk-play__foot-card,
.apk-page--info .apk-play__foot-card,
.apk-page--home .apk-play__foot-card {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  width: 120px;
  text-decoration: none;
  color: inherit;
}

.apk-page--detail .apk-play__foot-card-img,
.apk-page--info .apk-play__foot-card-img,
.apk-page--home .apk-play__foot-card-img {
  display: block;
  width: 120px;
  height: 72px;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(60, 64, 67, 0.16);
}

.apk-page--detail .apk-play__foot-card-lbl,
.apk-page--info .apk-play__foot-card-lbl,
.apk-page--home .apk-play__foot-card-lbl {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25;
  color: #202124;
}

.apk-page--detail .apk-play__foot-card:active .apk-play__foot-card-img,
.apk-page--info .apk-play__foot-card:active .apk-play__foot-card-img,
.apk-page--home .apk-play__foot-card:active .apk-play__foot-card-img {
  opacity: 0.92;
}

.apk-page--detail .apk-play__foot-mark,
.apk-page--info .apk-play__foot-mark,
.apk-page--home .apk-play__foot-mark {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
}

.apk-page--detail .apk-play__foot-mark-ico,
.apk-page--info .apk-play__foot-mark-ico,
.apk-page--home .apk-play__foot-mark-ico {
  display: flex;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
}

.apk-page--detail .apk-play__foot-mark-ico svg,
.apk-page--info .apk-play__foot-mark-ico svg,
.apk-page--home .apk-play__foot-mark-ico svg {
  display: block;
  width: 28px;
  height: 28px;
}

.apk-page--detail .apk-play__foot-mark-txt,
.apk-page--info .apk-play__foot-mark-txt,
.apk-page--home .apk-play__foot-mark-txt {
  font-size: 1.125rem;
  font-weight: 500;
  color: #5f6368;
  letter-spacing: -0.01em;
}

.apk-page--detail .apk-play__foot-ico,
.apk-page--info .apk-play__foot-ico,
.apk-page--home .apk-play__foot-ico {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #5f6368;
}

.apk-page--detail .apk-play__foot-ico--sm,
.apk-page--info .apk-play__foot-ico--sm,
.apk-page--home .apk-play__foot-ico--sm {
  width: 16px;
  height: 16px;
}

.apk-page--detail .apk-play__foot-h,
.apk-page--info .apk-play__foot-h,
.apk-page--home .apk-play__foot-h {
  margin: 0 0 12px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #5f6368;
}

.apk-page--detail .apk-play__foot-list,
.apk-page--info .apk-play__foot-list,
.apk-page--home .apk-play__foot-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  font-size: 0.875rem;
  color: #5f6368;
}

.apk-page--detail .apk-play__foot-list li,
.apk-page--info .apk-play__foot-list li,
.apk-page--home .apk-play__foot-list li {
  margin: 0 0 16px;
}

.apk-page--detail .apk-play__foot-list a,
.apk-page--info .apk-play__foot-list a,
.apk-page--home .apk-play__foot-list a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.apk-page--detail .apk-play__foot-list a:hover,
.apk-page--info .apk-play__foot-list a:hover,
.apk-page--home .apk-play__foot-list a:hover {
  text-decoration: underline;
}

.apk-page--detail .apk-play__foot-row,
.apk-page--info .apk-play__foot-row,
.apk-page--home .apk-play__foot-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin: 0 0 12px;
  font-size: 0.75rem;
  color: #5f6368;
}

.apk-page--detail .apk-play__foot-row a,
.apk-page--info .apk-play__foot-row a,
.apk-page--home .apk-play__foot-row a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  text-decoration: none;
}

.apk-page--detail .apk-play__foot-row a:hover,
.apk-page--info .apk-play__foot-row a:hover,
.apk-page--home .apk-play__foot-row a:hover {
  text-decoration: underline;
}

/* ——— Halaman info (konten statis footer) ——— */
.apk-page--info .apk-play__brand-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
}

.apk-page--info .apk-play__info {
  padding-bottom: 0;
}

.apk-page--info .apk-play__info-hero {
  margin: 0 0 20px;
}

.apk-page--info .apk-play__info-hero img {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(60, 64, 67, 0.12);
}

.apk-page--info .apk-play__info-title {
  margin: 0 0 16px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.3;
  color: #202124;
}

.apk-page--info .apk-play__info-body {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #5f6368;
}

.apk-page--info .apk-play__info-body h2 {
  margin: 20px 0 8px;
  font-size: 1rem;
  font-weight: 500;
  color: #202124;
}

.apk-page--info .apk-play__info-body p {
  margin: 0 0 12px;
}

.apk-page--info .apk-play__info-body ul,
.apk-page--info .apk-play__info-body ol {
  margin: 0 0 12px;
  padding-left: 1.25rem;
}

.apk-page--info .apk-play__info-body li {
  margin-bottom: 6px;
}

.apk-page--info .apk-play__info-body a {
  color: #01875f;
  text-decoration: none;
}

.apk-page--info .apk-play__info-body a:hover {
  text-decoration: underline;
}

.apk-page--detail .apk-play__foot-note {
  margin: 8px 0 0;
  font-size: 0.75rem;
  color: #5f6368;
}

.apk-page--detail .apk-empty,
.apk-page--detail .apk-error {
  max-width: 480px;
  margin: 2rem auto;
  padding: 2rem 1.5rem;
  text-align: center;
  border-radius: 12px;
  font-size: 0.9375rem;
}

.apk-page--detail .apk-empty {
  color: #5f6368;
  border: 1px dashed #dadce0;
  background: #f8f9fa;
}

.apk-page--detail .apk-error {
  color: #c5221f;
  border: 1px solid #f5c2c0;
  background: #fce8e6;
}

.apk-page--detail .apk-play__meta-extra {
  margin-top: 12px;
  padding: 12px 0 0;
  border-top: 1px solid #f1f3f4;
  font-size: 0.8125rem;
  color: #5f6368;
}

.apk-page--detail .apk-play__meta-extra p {
  margin: 4px 0;
}

.apk-page--detail .apk-play__meta-extra strong {
  color: #202124;
  font-weight: 500;
}

.apk-page--detail .apk-play__review-form {
  margin: 16px 0 20px;
  padding: 16px;
  border: 1px solid #dadce0;
  border-radius: 12px;
  background: #f8f9fa;
}

.apk-page--detail .apk-play__review-form-title {
  margin: 0 0 12px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #202124;
}

.apk-page--detail .apk-play__review-field {
  margin-bottom: 12px;
}

.apk-page--detail .apk-play__review-field label,
.apk-page--detail .apk-play__review-label {
  display: block;
  margin-bottom: 4px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #5f6368;
}

.apk-page--detail .apk-play__review-field input[type="text"],
.apk-page--detail .apk-play__review-field textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #dadce0;
  border-radius: 8px;
  font: inherit;
  font-size: 0.875rem;
  color: #202124;
  background: #fff;
}

.apk-page--detail .apk-play__stars-input {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4px;
}

.apk-page--detail .apk-play__stars-input label {
  margin: 0;
  cursor: pointer;
}

.apk-page--detail .apk-play__stars-input input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.apk-page--detail .apk-play__stars-input span {
  font-size: 1.5rem;
  color: #dadce0;
  line-height: 1;
}

.apk-page--detail .apk-play__stars-input label:hover span,
.apk-page--detail .apk-play__stars-input label.is-active span {
  color: #01875f;
}

.apk-page--detail .apk-play__review-submit {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 10px 16px;
  border: 0;
  border-radius: 8px;
  background: #01875f;
  color: #fff;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
}

.apk-page--detail .apk-play__review-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.apk-page--detail .apk-play__review-msg {
  margin: 0 0 10px;
  font-size: 0.8125rem;
}

.apk-page--detail .apk-play__review-msg--ok {
  color: #01875f;
}

.apk-page--detail .apk-play__review-msg--err {
  color: #c5221f;
}

.apk-page--detail .apk-play__reviews-empty {
  margin: 8px 0 0;
  font-size: 0.8125rem;
  color: #5f6368;
}

.apk-page--detail .apk-play__sec--related {
  padding-bottom: 8px;
}

.apk-page--detail .apk-play__related-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 12px;
  margin-top: 4px;
}

.apk-page--detail .apk-play__related-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

.apk-page--detail .apk-play__related-item:hover .apk-play__related-name {
  color: #01875f;
}

.apk-page--detail .apk-play__related-icon-wrap {
  position: relative;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
}

.apk-page--detail .apk-play__related-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.apk-page--detail .apk-play__related-icon--ph {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #f1f3f4;
  font-size: 1.5rem;
  line-height: 1;
}

.apk-page--detail .apk-play__related-icon[hidden] + .apk-play__related-icon--ph {
  display: grid;
}

.apk-page--detail .apk-play__related-icon:not([hidden]) + .apk-play__related-icon--ph {
  display: none;
}

.apk-page--detail .apk-play__related-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

.apk-page--detail .apk-play__related-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.3;
  color: #202124;
}

.apk-page--detail .apk-play__related-dev,
.apk-page--detail .apk-play__related-rate {
  font-size: 0.75rem;
  line-height: 1.25;
  color: #5f6368;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ——— Homepage & detail (bottom nav) ——— */
.apk-page--home .apk-play,
.apk-page--detail .apk-play {
  padding-bottom: 56px;
}

.apk-page--home .apk-play__brand-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
}

.apk-page--home .apk-play__search-wrap {
  position: sticky;
  top: 56px;
  z-index: 9;
  padding: 8px 16px 10px;
  background: #fff;
  border-bottom: 1px solid #e8eaed;
}

.apk-page--home .apk-play__search {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  background: #f1f3f4;
  color: #5f6368;
}

.apk-page--home .apk-play__search-ico {
  flex-shrink: 0;
  opacity: 0.72;
}

.apk-page--home .apk-play__search-ph {
  font-size: 1rem;
  line-height: 1.25;
  color: #5f6368;
}

.apk-page--home .apk-play__sheet {
  padding-top: 8px;
}

.apk-page--home .apk-play__home {
  padding-bottom: 8px;
}

.apk-page--home .apk-play__chips {
  display: flex;
  gap: 8px;
  margin: 0 0 16px;
  padding-bottom: 4px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.apk-page--home .apk-play__chips::-webkit-scrollbar {
  display: none;
}

.apk-page--home .apk-play__chip {
  flex: 0 0 auto;
  min-height: 32px;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid #dadce0;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  color: #5f6368;
  white-space: nowrap;
}

.apk-page--home .apk-play__chip.is-active {
  border-color: #e8f0fe;
  background: #e8f0fe;
  color: #1967d2;
}

.apk-page--home .apk-play__sec--home {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.apk-page--home .apk-play__sec--discover {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid #e8eaed;
}

.apk-page--home .apk-play__discover-lead {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.43;
  color: #5f6368;
}

.apk-page--home .apk-play__sec-h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 4px;
}

.apk-page--home .apk-play__sec-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #202124;
}

.apk-page--home .apk-play__chev {
  color: #5f6368;
  font-size: 1.25rem;
  line-height: 1;
}

.apk-page--home .apk-play__home-status {
  margin: 8px 0;
  font-size: 0.875rem;
  color: #5f6368;
}

.apk-page--home .apk-play__home-status--err {
  color: #c5221f;
}

.apk-page--home .apk-play__store-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.apk-page--home .apk-play__store-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 12px 0;
  border-bottom: 1px solid #e8eaed;
  text-decoration: none;
  color: inherit;
}

.apk-page--home .apk-play__store-item:last-child {
  border-bottom: 0;
}

.apk-page--home .apk-play__store-item:active {
  background: rgba(0, 0, 0, 0.03);
}

.apk-page--home .apk-play__store-icon-wrap {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
}

.apk-page--home .apk-play__store-icon {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.12);
}

.apk-page--home .apk-play__store-icon--ph {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #f1f3f4;
  font-size: 1.5rem;
  line-height: 1;
}

.apk-page--home .apk-play__store-icon[hidden] + .apk-play__store-icon--ph {
  display: grid;
}

.apk-page--home .apk-play__store-icon:not([hidden]) + .apk-play__store-icon--ph {
  display: none;
}

.apk-page--home .apk-play__store-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

.apk-page--home .apk-play__store-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
  color: #202124;
}

.apk-page--home .apk-play__store-meta {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #5f6368;
}

.apk-page--home .apk-play__store-dev,
.apk-page--home .apk-play__store-cat {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.apk-page--home .apk-play__store-dot[hidden],
.apk-page--home .apk-play__store-cat[hidden] {
  display: none;
}

.apk-page--home .apk-play__store-rate {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #5f6368;
}

.apk-page--home .apk-play__store-rate .apk-play__store-star {
  color: #202124;
  font-size: 0.6875rem;
}

.apk-page--home .apk-play__bottom-nav,
.apk-page--detail .apk-play__bottom-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  max-width: 480px;
  margin: 0 auto;
  min-height: 56px;
  padding: 0 4px env(safe-area-inset-bottom, 0);
  border-top: 1px solid #e8eaed;
  background: #fff;
}

.apk-page--home .apk-play__nav-item,
.apk-page--detail .apk-play__nav-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  padding: 6px 4px;
  border: 0;
  background: transparent;
  color: #5f6368;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.apk-page--home .apk-play__nav-item svg,
.apk-page--detail .apk-play__nav-item svg {
  display: block;
  width: 24px;
  height: 24px;
}

.apk-page--home .apk-play__nav-item.is-active,
.apk-page--detail .apk-play__nav-item.is-active {
  color: #01875f;
}

.apk-page--home .apk-play__nav-item--search,
.apk-page--detail .apk-play__nav-item--search {
  cursor: default;
}
