:root {
  color-scheme: light;
  --play-green: #00a173;
  --hero-bg: #202124;
  --hero-muted: #a8aaad;
  --text: #202124;
  --border: #dadce0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-width: none; }
html::-webkit-scrollbar, body::-webkit-scrollbar { display: none; }
body {
  margin: 0;
  min-width: 320px;
  background: #eef0f2;
  color: var(--text);
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.app-shell {
  width: min(100%, 420px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: visible;
  background: #fff;
  box-shadow: 0 0 18px rgb(0 0 0 / 10%);
}

.play-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: flex;
  height: 54px;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px 0 18px;
  background: rgb(255 255 255 / 97%);
  box-shadow: 0 2px 4px rgb(0 0 0 / 18%);
  backdrop-filter: blur(10px);
}
.play-brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #5f6368;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -.6px;
  text-decoration: none;
}
.play-logo { width: 30px; height: 34px; flex: 0 0 auto; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.icon-button {
  display: grid;
  width: 28px;
  height: 32px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: #5f6368;
  cursor: pointer;
}
.icon-button svg { width: 22px; height: 22px; fill: currentColor; }
.app-hero {
  position: relative;
  padding: 0 26px 34px;
  overflow: hidden;
  background: var(--hero-bg);
  color: #e8eaed;
}
.hero-art {
  height: 203px;
  margin: 0 -26px;
  background-image: linear-gradient(to bottom, transparent 65%, var(--hero-bg) 100%), url("img/imgi_2_hqdefault.jpg");
  background-position: center;
  background-size: cover;
}
.app-summary {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: -28px;
}
.app-icon {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  border-radius: 13px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 18%);
}
.app-heading { min-width: 0; padding-top: 0; }
.app-heading h1 {
  margin: 0 0 5px;
  overflow: hidden;
  color: #e8eaed;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.7px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-heading p { margin: 0; color: #00b783; font-size: 14px; font-weight: 500; }

.stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 26px; }
.stat {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  text-align: center;
}
.stat:not(:last-child)::after {
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: 25px;
  background: #3c4043;
  content: "";
}
.stat strong { color: #e8eaed; font-size: 14px; line-height: 18px; }
.stat strong span:not(.age-badge) { margin-left: 2px; font-size: 10px; }
.stat > span { color: var(--hero-muted); font-size: 12px; }
.age-badge {
  display: inline-grid;
  min-width: 18px;
  height: 18px;
  padding: 0 2px;
  place-items: center;
  border: 1px solid #bdc1c6;
  color: #e8eaed;
  font-size: 10px;
  line-height: 1;
}
.info-dot {
  display: inline-grid;
  width: 11px;
  height: 11px;
  margin-left: 2px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 8px;
  font-style: normal;
}

.install-actions { display: grid; margin-top: 29px; }
.primary-button {
  width: 100%;
  height: 33px;
  border-radius: 7px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}
.primary-button { border: 1px solid var(--play-green); background: #00aa7c; color: #08281f; }
.primary-button:active { transform: scale(.995); }
.device-note {
  display: flex;
  margin-top: 27px;
  align-items: center;
  gap: 12px;
  color: #aeb0b4;
  font-size: 13px;
}
.device-note svg { width: 18px; height: 18px; flex: 0 0 auto; fill: currentColor; }

.content-section { padding-right: 22px; padding-left: 22px; background: #fff; }
.gallery-section { padding-top: 35px; padding-right: 0; padding-bottom: 5px; }
.screenshots {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding-right: 22px;
  padding-bottom: 9px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}
.screenshots::-webkit-scrollbar { display: none; }
.screenshots img {
  width: 83px;
  height: 180px;
  flex: 0 0 auto;
  border: 1px solid #e5e7e9;
  border-radius: 6px;
  object-fit: cover;
  scroll-snap-align: start;
  box-shadow: 0 1px 2px rgb(60 64 67 / 16%);
}

.whats-new { padding-top: 4px; padding-bottom: 1px; }
.content-section h2 { margin: 0; color: #202124; font-size: 17px; font-weight: 500; line-height: 24px; }
.whats-new p { margin: 18px 0 0; color: #5f6368; font-size: 13px; line-height: 19px; }
.data-safety { padding-top: 10px; padding-bottom: 2px; }
.section-title-row { display: flex; align-items: center; justify-content: space-between; color: inherit; text-decoration: none; }
.section-title-row svg { width: 24px; height: 24px; fill: #5f6368; }
.section-description { margin: 18px 0 25px; color: #6f7377; font-size: 13px; line-height: 19px; }
.safety-card { padding: 16px 18px 15px; border: 1px solid var(--border); border-radius: 8px; }
.safety-item { display: grid; grid-template-columns: 24px 1fr; gap: 13px; }
.safety-item + .safety-item { margin-top: 15px; }
.safety-item svg { width: 20px; height: 20px; fill: #72767a; }
.safety-item strong { display: block; color: #5f6368; font-size: 13px; font-weight: 400; line-height: 18px; }
.safety-item a { display: block; color: #72767a; font-size: 11px; line-height: 16px; text-decoration: underline; }
.details-link { display: inline-block; margin-top: 14px; color: #008d68; font-size: 13px; font-weight: 600; text-decoration: none; }

.ratings { padding-top: 9px; padding-bottom: 38px; }
.ratings > p { margin: 1px 0 17px; color: #6f7377; font-size: 12px; }
.device-chip {
  display: inline-flex;
  height: 28px;
  padding: 0 15px;
  align-items: center;
  gap: 9px;
  border-radius: 16px;
  background: #e2f3ef;
  color: #087d63;
  font-size: 13px;
  font-weight: 600;
}
.device-chip svg { width: 16px; height: 16px; fill: currentColor; }
.star-row { display: flex; margin-top: 15px; justify-content: space-between; }
.star-row button { padding: 0; border: 0; background: transparent; color: #edf0f2; cursor: pointer; font-size: 38px; line-height: 1; }
.star-row button.active { color: #00a173; }

@media (max-width: 360px) {
  .play-header { padding-right: 12px; padding-left: 14px; }
  .header-actions { gap: 9px; }
  .app-hero { padding-right: 20px; padding-left: 20px; }
  .hero-art { margin-right: -20px; margin-left: -20px; }
  .app-summary { gap: 14px; }
  .app-heading h1 { font-size: 18px; }
}

@media (min-width: 700px) {
  body { padding: 20px 0; }
  .app-shell { border-radius: 12px; }
  .play-header { border-radius: 12px 12px 0 0; }
}










.gallery-image {
  cursor: zoom-in;
}
.gallery-image:focus-visible {
  outline: 3px solid #00a173;
  outline-offset: 2px;
}
.viewer-open {
  overflow: hidden;
}
.image-viewer[hidden] {
  display: none;
}
.image-viewer {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  grid-template-rows: 58px minmax(0, 1fr);
  background: rgb(15 17 19 / 96%);
  color: #fff;
}
.image-viewer-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 8px 14px;
  background: rgb(32 33 36 / 92%);
  box-shadow: 0 2px 8px rgb(0 0 0 / 35%);
}
.image-viewer-toolbar button {
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #5f6368;
  border-radius: 20px;
  background: #303134;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}
.image-viewer-toolbar button:nth-of-type(3) {
  min-width: 54px;
  font-size: 13px;
}
.image-viewer-toolbar button:disabled {
  opacity: .35;
  cursor: default;
}
#zoomValue {
  width: 48px;
  color: #e8eaed;
  font-size: 12px;
  text-align: center;
}
.image-viewer-stage {
  display: grid;
  min-width: 0;
  min-height: 0;
  overflow: auto;
  padding: 16px;
  place-items: center;
  overscroll-behavior: contain;
}
.image-viewer-image {
  display: block;
  max-width: none;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 35px rgb(0 0 0 / 55%);
  cursor: zoom-in;
  transition: width 180ms ease;
  touch-action: pan-x pan-y;
}
.image-viewer-image.zoomed {
  cursor: zoom-out;
}


