/* Source-faithful raster icons and seamless image treatment. */
.trust-row img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 7px;
}

.category-grid img {
  position: absolute;
  left: 13px;
  top: 14px;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.bottom-nav img {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto 3px;
  object-fit: cover;
}

.bottom-nav a {
  display: block;
  border: 0;
  color: #526087;
  background: none;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}

.bottom-nav a.active {
  color: #5829e6;
}

.bonus-banner > img {
  width: 96px;
  height: 80px;
  margin-right: 8px;
  object-fit: contain;
  mix-blend-mode: normal;
}

.hero-art {
  -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.55) 6%, #000 13%);
  mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.55) 6%, #000 13%);
}

.hero::after {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 402px;
  height: 16px;
  background: linear-gradient(180deg, transparent, rgba(250,250,255,.94));
  pointer-events: none;
  content: "";
}

.account-brand > span:last-child strong,
.account-brand > span:last-child small {
  display: block;
}

.tabs button > img {
  display: block;
  width: 54px;
  height: 54px;
  margin: 0 auto 5px;
  object-fit: cover;
  border-radius: 13px;
}

.vs-column {
  font-size: 18px;
}

.vs-column small {
  display: block;
  padding: 12px 8px;
  border: 1px solid #e7e8f2;
  border-radius: 12px;
  background: #fff;
  font-size: 13px;
  line-height: 1.55;
}

.sub-hero > img {
  -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.55) 8%, #000 18%);
  mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.55) 8%, #000 18%);
}

.sub-hero::after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 410px;
  height: 22px;
  background: linear-gradient(180deg, transparent, rgba(250,250,255,.96));
  pointer-events: none;
  content: "";
}

.sub-hero .sub-searchbar {
  z-index: 2;
}

.bonus-hero > img {
  -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.35) 13%, #000 31%);
  mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.35) 13%, #000 31%);
}

.bonus-feature > img {
  mix-blend-mode: normal;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.45) 15%, #000 32%);
  mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.45) 15%, #000 32%);
}

.featured-pill {
  display: inline-block;
  margin-left: 9px;
  padding: 4px 9px;
  border-radius: 7px;
  color: #087b43;
  background: #e7f8ed;
  font-size: 12px;
  font-weight: 700;
  vertical-align: 3px;
}

.compare-main .compare-brand > b {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.compare-main .compare-brand > button {
  width: 200px;
  margin-top: 14px;
}

.compare-main .compare-brand > p {
  margin: 9px 0 0;
  font-size: 14px;
}

.compare-main .vs-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  padding-top: 9px;
}

.compare-main .vs-column small {
  width: 108px;
  padding: 10px 8px;
}

.activity img {
  display: block;
  width: 46px;
  height: 46px;
  margin: 0 auto 5px;
  object-fit: cover;
  border-radius: 12px;
}

.account-icons {
  display: flex;
  gap: 20px;
}

.account-icons img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 10px;
}

.setting > img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 10px;
}

.logout {
  position: relative;
  display: flex;
  width: calc(100% - 72px);
  align-items: center;
  justify-content: center;
}

.logout img {
  position: absolute;
  left: 24px;
  width: 42px;
  height: 42px;
  object-fit: cover;
}

.account-brand > span:last-child small {
  color: #8a5cff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 6px;
}

/* Show the 2x 864 x 1821 canvas at its natural 1x mobile preview size. */
@media (min-width: 865px) and (max-height: 1000px) {
  html,
  body {
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .page,
  .subpage {
    margin: 0 auto -910.5px;
    transform: scale(.5);
    transform-origin: top center;
  }

  .bottom-nav,
  .bottom-links {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scale(.5);
    transform-origin: bottom center;
  }
}

@media (max-width: 864px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .page,
  .subpage {
    margin: 0 auto calc(100vw * 2.1076389 - 1821px);
    transform: scale(calc(100vw / 864px));
    transform-origin: top left;
  }

  .bottom-nav,
  .bottom-links {
    width: 864px;
    height: 96px;
    padding: 13px 54px 8px;
    transform: translateX(-50%) scale(calc(100vw / 864px));
    transform-origin: bottom center;
  }

  .bottom-nav span {
    margin-bottom: 6px;
    font-size: 30px;
  }

  .bottom-nav button {
    font-size: 16px;
  }
}
