:root {
  --lvmao: #078a49;
  --lvmao-bright: #35d978;
  --lvmao-deep: #034526;
  --lvmao-ink: #03170d;
}

html,
body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

html {
  height: 100%;
}

body {
  background-color: var(--lvmao-ink);
  background-image:
    linear-gradient(112deg, rgba(1, 18, 10, 0.96), rgba(3, 77, 43, 0.84) 58%, rgba(1, 34, 19, 0.92)),
    url("../image/desktop/bg.png");
  background-blend-mode: normal;
}

.header .logo .brand-logo {
  display: block;
  width: 4.7rem;
  height: 4.7rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 1.2rem;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.35));
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: #fff;
}

.brand-lockup strong {
  font-size: 2rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.38);
}

.brand-hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
}

.brand-hero-title strong {
  color: var(--lvmao);
  font-size: clamp(78px, 9.2vw, 150px);
  font-weight: 1000;
  line-height: 0.9;
  letter-spacing: 0.04em;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke fill;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
}

.brand-hero-title b {
  margin-top: 0.7rem;
  color: #fff;
  font-size: clamp(30px, 3.55vw, 58px);
  font-weight: 950;
  letter-spacing: 0.03em;
  text-shadow: 0 4px 0 var(--lvmao-deep);
}

.brand-hero-title span {
  margin-top: 0.9rem;
  color: #fff;
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 750;
  letter-spacing: 0.08em;
}

.brand-image-wrap {
  position: relative;
  display: inline-block;
}

.desktop-brand-image,
.desktop-brand-image > img {
  height: 97vh;
}

.brand-relabel {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  padding: 0.1em 0.35em;
  border-left: 4px solid var(--lvmao);
  border-radius: 0.25em;
  background: linear-gradient(90deg, #061b10, #122019);
  color: #fff;
  font-size: clamp(12px, 1.55vw, 30px);
  font-weight: 900;
  line-height: 1.12;
  white-space: nowrap;
  box-shadow: none;
}

.desktop-brand-image .label-gossip {
  top: 23.1%;
  left: 65.3%;
  width: 21%;
  height: 6.2%;
}

.desktop-brand-image .label-watch {
  top: 63.6%;
  left: 7.8%;
  width: 18.5%;
  height: 5.9%;
}

.desktop-brand-image .label-original {
  top: 61%;
  left: 77.1%;
  width: 20.5%;
  height: 5.9%;
}

.qrcode {
  height: auto;
  padding: 0.45vw;
  border: 3px solid var(--lvmao);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0 30px rgba(7, 138, 73, 0.4);
}

#qr {
  padding: 1vw;
}

.qr-txt img,
.desktop .txt_ img,
.desktop .title_ img,
.wrap-body .img-blue img,
.wrap-body .app img,
.copy-url-img {
  filter: hue-rotate(300deg) saturate(1.4);
}

.footer-area {
  border-top: 1px solid rgba(7, 138, 73, 0.5);
  background: rgba(2, 35, 19, 0.92);
}

.service-status {
  display: block;
  min-height: 0.8rem;
  margin-top: 0.35rem;
  color: #f0c16d;
  font-size: 0.58rem;
  text-align: center;
}

.download-heading {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.55rem;
  margin-bottom: 0.55rem;
  color: #fff;
}

.download-heading strong {
  font-size: 0.95rem;
}

.download-heading span {
  color: #8cb69d;
  font-size: 0.68rem;
}

.own-downloads {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  width: 100%;
}

.own-download {
  position: relative;
  display: grid;
  grid-template-columns: 2.15rem minmax(0, 1fr) 1rem;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
  min-height: 4.1rem;
  padding: 0.55rem 0.6rem;
  overflow: hidden;
  border: 1px solid rgba(7, 138, 73, 0.62);
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(5, 24, 14, 0.98), rgba(5, 65, 35, 0.96));
  color: #fff;
  box-shadow: 0 0.65rem 1.8rem rgba(0, 0, 0, 0.28);
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

.own-download::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 14%;
  width: 48%;
  height: 1px;
  background: var(--lvmao);
  box-shadow: 0 0 12px var(--lvmao);
}

.own-download:active {
  transform: scale(0.98);
}

.download-platform {
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0.72rem;
  background: var(--lvmao);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  box-shadow: 0 0.4rem 1rem rgba(7, 138, 73, 0.3);
}

.download-copy {
  display: block;
  min-width: 0;
}

.download-copy strong,
.download-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.download-copy strong {
  font-size: 0.78rem;
  line-height: 1.25;
}

.download-copy small {
  margin-top: 0.18rem;
  color: #92b5a0;
  font-size: 0.58rem;
}

.download-arrow {
  color: var(--lvmao-bright);
  font-size: 1.25rem;
  font-weight: 500;
}

.btn,
.download-loading span,
.radio input[type="radio"]:checked + span {
  border-color: var(--lvmao) !important;
  background: var(--lvmao) !important;
}

.arouse,
.app-title,
.information-list .r {
  color: var(--lvmao);
}

.app-info {
  border-bottom-color: rgba(7, 138, 73, 0.28);
}

.pwa-logo-mark {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: 23%;
  background: linear-gradient(145deg, var(--lvmao-deep), var(--lvmao));
  color: #fff;
  font-size: clamp(42px, 11vw, 72px);
  font-weight: 1000;
  box-shadow: 0 10px 30px rgba(7, 138, 73, 0.3);
}

@media screen and (min-width: 751px) {
  .desktop {
    display: block !important;
  }

  .wrap-body {
    display: none !important;
  }

  .header-area {
    z-index: 8;
  }

  .desktop .info-activity .cont {
    display: none !important;
  }

  .decs-container .info-activity {
    margin-left: clamp(2.5rem, 3.15vw, 4.5rem);
  }
}

@media screen and (max-width: 750px) {
  .desktop {
    display: none !important;
  }

  .wrap-body {
    display: block !important;
    position: relative;
    min-height: 100svh;
    overflow: hidden;
  }

  .content-area {
    bottom: -3.4svh;
  }

  body {
    background-image: none;
  }

  .wrap-body {
    background-image:
      linear-gradient(rgba(2, 66, 36, 0.8), rgba(1, 22, 12, 0.9)),
      url("../image/mobile/background.png");
    background-blend-mode: normal;
  }

  .header .logo .brand-logo {
    width: clamp(2.8rem, 11vw, 4rem);
    height: clamp(2.8rem, 11vw, 4rem);
    border-radius: 0.9rem;
  }

  .brand-lockup {
    gap: 0.5rem;
  }

  .brand-lockup strong {
    font-size: clamp(1.05rem, 5vw, 1.65rem);
  }

  .mobile-text.brand-hero-title {
    margin-bottom: -1rem;
  }

  .mobile-text.brand-hero-title strong {
    font-size: clamp(58px, 18vw, 82px);
    -webkit-text-stroke-width: 2px;
  }

  .mobile-text.brand-hero-title b {
    margin-top: 0.35rem;
    font-size: clamp(25px, 8vw, 38px);
  }

  .mobile-text.brand-hero-title span {
    margin-top: 0.45rem;
    font-size: clamp(12px, 3.55vw, 17px);
  }

  .photo .mobile-brand-image {
    width: min(96%, 700px);
    margin: auto;
  }

  .photo .mobile-brand-image > img {
    width: 100%;
  }

  .mobile-brand-image .brand-relabel {
    padding: 0.1em 0.28em;
    border-left-width: 3px;
    font-size: clamp(11px, 3.45vw, 22px);
  }

  .mobile-brand-image .label-gossip {
    top: 14.5%;
    left: 65.5%;
    width: 23.5%;
    height: 5.8%;
  }

  .mobile-brand-image .label-original {
    top: 49.6%;
    left: 76.7%;
    width: 23%;
    height: 5.8%;
  }

  .mobile-brand-image .label-watch {
    top: 59.7%;
    left: 9.6%;
    width: 23.5%;
    height: 5.8%;
  }

  .set-up-tip {
    display: none !important;
  }

  .footer-area {
    z-index: 9;
    padding: 0.5rem max(0.55rem, env(safe-area-inset-right)) max(0.5rem, env(safe-area-inset-bottom)) max(0.55rem, env(safe-area-inset-left));
  }

  .download-heading {
    margin-bottom: 0.35rem;
  }
}

@media screen and (max-width: 560px) {
  .own-downloads {
    gap: 0.38rem;
  }

  .own-download {
    grid-template-columns: 1.8rem minmax(0, 1fr);
    gap: 0.36rem;
    min-height: 3.65rem;
    padding: 0.48rem 0.42rem;
    border-radius: 0.85rem;
  }

  .download-platform {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 0.58rem;
    font-size: 0.62rem;
  }

  .download-copy strong {
    font-size: 0.66rem;
  }

  .download-copy small {
    font-size: 0.5rem;
  }

  .download-arrow {
    display: none;
  }
}
