body {
  background-color: #ffffff;
}

.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}

.filled-icon {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}

.mobile-fast-install {
  isolation: isolate;
}

.mobile-fast-install::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.28);
  pointer-events: none;
  transform-origin: center;
  animation: shiny 6s ease-in-out infinite;
}

@keyframes shiny {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0) rotate(45deg);
  }

  80% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(0) rotate(45deg);
  }

  81% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(4) rotate(45deg);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(50) rotate(45deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-fast-install::after {
    animation: none;
  }
}

.external-browser-dialog.is-visible {
  display: flex;
}

body.has-external-browser-dialog {
  overflow: hidden;
}

.about-description {
  white-space: pre-line;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.screenshot-track {
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.screenshot-item {
  flex: 0 0 auto;
  width: 115px;
  height: 204px;
  object-fit: cover;
  scroll-snap-align: start;
}

.screenshot-item2 {
  flex: 0 0 auto;
  width: auto;
  height: 204px;
  max-width: 100%;
  object-fit: cover;
  scroll-snap-align: start;
}

.screenshot-nav {
  display: none;
}

.kOqhQd {
  margin-right: 8px;
  height: 40px;
  width: 40px;
}

.google-play-brand {
  border: 0;
  color: inherit;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.google-play-brand-logo {
  display: block;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  margin: 0 8px 0 0;
  padding: 0;
  vertical-align: baseline;
}

.google-play-brand-text {
  border: 0;
  color: #5f6368;
  font: inherit;
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.installation-disclosure {
  background: #e6f4ea;
  border-bottom: 1px solid #c4e8d5;
  color: #235c47;
}

.pc-header {
  border-bottom: 1px solid transparent;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.pc-header.is-scrolled {
  border-bottom-color: #dadce0;
}

@media (min-width: 768px) {
  .screenshot-item {
    width: 166px;
    height: 296px;
  }

  .screenshot-item2 {
    width: auto;
    height: 296px;
    max-width: 100%;
  }

  .screenshot-nav.is-visible {
    display: flex;
  }
}

.avatar-bg-1 {
  background-color: #607d8b;
}

.avatar-bg-2 {
  background-color: #f4511e;
}

.nav-indicator {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 3px;
  background-color: #01875f;
  border-radius: 3px 3px 0 0;
  transition: all 0.3s ease;
}

.clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rating-partial-star {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.rating-partial-star__base {
  position: absolute;
  inset: 0;
  color: #dadce0;
  font-size: 24px;
  line-height: 24px;
}

.rating-partial-star__fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 24px;
  overflow: hidden;
}

.rating-partial-star__icon {
  display: block;
  width: 24px;
  color: #01875f;
  font-size: 24px;
  line-height: 24px;
}

.rating-bar--92 {
  width: 92%;
}

.rating-bar--5 {
  width: 5%;
}

.rating-bar--3 {
  width: 3%;
}

.rating-bar--0 {
  width: 0;
}

@media (max-width: 767px) {
  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }
}
