@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

body {
  background-color: black;
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  background-image: url('/image/Background-gradient-Feels.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

a {
  text-decoration: none;
}

.logo {
  width: 100%;
  max-height: 50px;
  min-height: 25px;
  padding-top: 3px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12pt;
  height: 6vh;
}

img.feelsmusicmessaging {
  max-height: 30px;
  min-height: 20px;
  width: auto;
  height: 2.5vh;
}

.preview {
  padding-top: 0px;
  padding-bottom: 15px;
}

.video {
  padding-top: 15px;
  text-align: center;
}

.video-wrapper {
  position: relative;
  display: inline-block;
}

#video-player::-webkit-media-controls {
  display: none !important;
}

#video-player {
  max-height: 60vh;
  max-width: 100%;
  border-radius: 8px;
  text-align: center;
  display: block;
}

#video-container {
  max-height: 70vh;
  max-width: 75%;
  margin: auto;
  border-radius: 8px;
  text-align: center;
  position: relative;
}

.video .title {
  display: none !important;
  padding-top: 10px;
  padding-bottom: 15px;
  width: auto;
  height: 25px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
  font-size: 14pt;
}

.link {
  padding-top: 1vh;
  width: 100%;
  min-height: 75px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12pt;
  min-height: 50px;
  max-height: 75px;
}

.stack {
  display: flex;
  align-items: center;
  gap: 0px;
}

.youtube {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

img.youtube {
  padding: 1vh;
  width: auto;
  max-height: 20px;
  min-height: 10px;
  height: 4vh;
}

.appstore {
  padding-bottom: 1vh;
  width: 175px;
  height: 25px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

img.appstore_ios {
  padding: 1vh;
  width: auto;
  max-height: 40px;
  min-height: 30px;
  height: 5vh;
}

img.appstore_play {
  padding: 1vh;
  width: auto;
  max-height: 40px;
  min-height: 30px;
  height: 5vh;
}

button.appstore {
  padding: 25px 0;
  background: transparent;
  border-color: transparent;
}

.link_appstore {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12pt;  
}

.link_invite {
  padding-top: 25px;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12pt;  
}

.invite {
  padding-bottom: 1vh;
  width: 200px;
  height: 25px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.invite_qr {
  width: 200px;
  height: 200px;
}

.invite_code {
  padding-bottom: 1vh;
  width: 200px;
  height: 25px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16pt;
  cursor: pointer;
}

.invite-code-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  width: 100%;
}

.invite-code {
  pointer-events: none;
}

.copy-icon {
  width: 15px;
  height: 16px;
  pointer-events: none;
}

.copy-text {
  position: absolute;
  bottom: 17px;
  right: 15px;
  width: 80px;
  height: auto;
}

/* When both badges are shown (desktop), move copy-text further right */
.app-store-badge a + a ~ .copy-text,
.info-banner:has(.app-store-badge a + a) .copy-text {
  right: 0px;
}

.info-banner {
  position: relative;
}

.no_highlights {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.copy-toast {
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #141414;
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.copy-toast.show {
  opacity: 1;
}

/* MuteButton.css */

#mute-button-container {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}

.mute-button {
  padding: 0px;
  margin: 0px;
  background-color: magenta;
  border: 0.5px solid transparent;
  border-radius: 50%;
  z-index: 10;
}

.mute-button.muted {
  background-color: magenta;
  border: 0.5px solid transparent;
}

#mute-button {
  width: 40px;
  height: 40px;
}

.mute-image {
  width: 25px;
  height: 29px;
}

/* Info Banner (invite Code + download link) */
.info-banner {
  background-color: black;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  text-align: center;
  max-width: 300px;
  margin: auto;
}

.text-base {
  color: white;
  font-size: 11pt;
  font-weight: 600;
}

.gradient-text {
  background: linear-gradient(135deg, #FF00FF 0%, #FF9900 50%, #FFFF00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


img, video {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: auto;
}


.invite-code {
  font-size: 18pt;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.app-store-badge {
  margin-top: 0.1rem;
  display: inline-block;
}

.app-store-badge img {
  height: 30px;
  width: auto;
  padding-top: 5px;
}

@media screen and (max-height: 750px) {
  .youtube, .appstore {
    font-size: 14px;
  }

  video {
    max-height: 65vh;
    max-width: 75%;
    margin: auto;
  }
}
@media screen and (max-height: 515px) {
  .youtube,
  .appstore {
    font-size: 12px;
  }

  video {
    max-height: 58vh;
    max-width: 75%;
    margin: auto;
  }

  img.youtube {
    min-height: 15px;
  }
}

@media (max-width: 330px) {
  .copy-text {
    bottom: 24px;
    width: 65px;
    right: 6px;
  }
}

@media (max-width: 300px) {
  .copy-text {
    display: none;
  }
}


@media only screen and (pointer: coarse) and (hover: none) {
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

    .logo {
      width: 100%;
      height: 45px;
    }
  
    img.feelsmusicmessaging {
      height: 18px;
      min-height: 10px;
    }
  
    .video {
      padding-top: 10px;
      text-align: center;
    }
  
    video {
      max-height: 65vh;
      max-width: 65%;
      margin: auto;
    }

  
    .video .title {
      display: none !important;
      padding-top: 10px;
      padding-bottom: 15px;
      width: auto;
      height: 25px;
      display: flex;
      text-align: center;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      color: white;
      font-size: 14pt;
    }
  
    .link {
      min-height: 40px;
    }

    img.youtube {
      padding: 10px;
    }
  
    img.appstore_ios {
      padding-top: 10px;
      height: 40px;
    }
  
    img.appstore_play {
      padding-top: 10px;
      height: 40px;
    }

    .youtube,
    .appstore,
    .link_appstore,
    .link_invite {
      font-size: 14px;
    }

    #mute-button-container {
      position: absolute;
      z-index: 10;
      top: 10px;
      right: 10px;
      width: 32px;
      height: 32px;
    }
    #mute-button {
      width: 32px;
      height: 32px;
    }
    .mute-image {
      width: 20px;
      height: 22px;
    }
}