.uiverse-widget-wrapper {
  position: fixed;
  top: clamp(1rem, 2.4vw, 1.75rem);
  left: clamp(1rem, 2.4vw, 1.75rem);
  z-index: 80;
  color: #0b0b0d;
}

.uiverse-widget-wrapper .menu {
  padding: 0.5rem;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.075);
}

.uiverse-widget-wrapper .link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 50px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform-origin: center left;
  transition: width 0.2s ease-in;
  transition-property: width !important;
  transition-duration: 0.2s !important;
  transition-timing-function: ease-in !important;
  text-decoration: none;
  color: inherit;
}

.uiverse-widget-wrapper .link::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.2s ease-in;
  transition-property: transform !important;
  transition-duration: 0.2s !important;
  transition-timing-function: ease-in !important;
  transform-origin: center right;
  background-color: #eee;
}

.uiverse-widget-wrapper .link:hover,
.uiverse-widget-wrapper .link:focus {
  outline: 0;
  width: 130px;
}

.uiverse-widget-wrapper .link:hover::before,
.uiverse-widget-wrapper .link:focus::before,
.uiverse-widget-wrapper .link:hover .link-title,
.uiverse-widget-wrapper .link:focus .link-title {
  transform: translateX(0);
  opacity: 1;
}

.uiverse-widget-wrapper .link-icon {
  width: 28px;
  height: 28px;
  display: block;
  flex-shrink: 0;
  left: 18px;
  position: absolute;
}

.uiverse-widget-wrapper .link-icon svg {
  width: 28px;
  height: 28px;
}

.uiverse-widget-wrapper .link-title {
  transform: translateX(100%);
  transition: transform 0.2s ease-in, opacity 0.2s ease-in;
  transition-property: transform, opacity !important;
  transition-duration: 0.2s, 0.2s !important;
  transition-timing-function: ease-in, ease-in !important;
  transform-origin: center right;
  display: block;
  text-align: center;
  text-indent: 28px;
  width: 100%;
  opacity: 0;
}

body.uiverse-nav-ready .glass-radio-group,
body.uiverse-nav-ready .mobile-dock {
  display: none !important;
}

.qsg-empty-route {
  display: none;
  min-height: 100svh;
  background: var(--page, #050608);
}

body[data-uiverse-route="games"] #app .route-view,
body[data-uiverse-route="chat"] #app .route-view {
  display: none !important;
}

body[data-uiverse-route="games"] .qsg-empty-route,
body[data-uiverse-route="chat"] .qsg-empty-route {
  display: block;
}

body.uiverse-nav-ready .social-rail {
  display: none !important;
}

body[data-uiverse-route="home"] .hero-section {
  --hero-text: #111;
  --hero-subtle: #202020;
  --hero-muted: #262626;
  --hero-line: rgba(17, 17, 17, 0.58);
  background-color: #f2f2f2 !important;
  background-image: url("/assets/home-minimal-landscape.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

body[data-uiverse-route="home"] .hero-video,
body[data-uiverse-route="home"] .hero-fade,
body[data-uiverse-route="home"] .hero-atmosphere {
  display: none !important;
}

.qsg-hero-clock {
  position: fixed;
  top: clamp(3.55rem, 8.8vh, 4.85rem);
  left: 50%;
  z-index: 64;
  display: none;
  min-width: 10rem;
  padding: 0.42rem 2.25rem 0.5rem;
  color: #080808;
  background: #f2f2f2;
  border-radius: 2px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: clamp(2rem, 2.9vw, 2.85rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  transform: translateX(-50%);
  pointer-events: none;
  isolation: isolate;
}

body[data-uiverse-route="home"] .qsg-hero-clock {
  display: none;
}

.qsg-hero-clock::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: -0.35rem;
  right: -3.6rem;
  bottom: -2.25rem;
  left: -3.6rem;
  background: #f2f2f2;
}

.uiverse-social-wrapper {
  position: fixed;
  left: clamp(1rem, 2.6vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 86;
  color: whitesmoke;
}

.uiverse-social-wrapper .card {
  display: flex;
  height: 70px;
  width: 270px;
}

.uiverse-social-wrapper .card svg {
  position: absolute;
  display: flex;
  width: 60%;
  height: 100%;
  font-size: 24px;
  font-weight: 700;
  opacity: 1;
  transition: opacity 0.25s;
  transition-property: opacity !important;
  transition-duration: 0.25s !important;
  z-index: 2;
  cursor: pointer;
}

.uiverse-social-wrapper .card .social-link1,
.uiverse-social-wrapper .card .social-link2,
.uiverse-social-wrapper .card .social-link3,
.uiverse-social-wrapper .card .social-link4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  color: whitesmoke;
  font-size: 24px;
  text-decoration: none;
  transition: 0.25s;
  transition-duration: 0.25s !important;
  border-radius: 50px;
}

.uiverse-social-wrapper .card svg {
  transform: scale(1);
}

.uiverse-social-wrapper .card .social-link1:hover {
  background: #7b3f00;
  animation: bounce_613 0.4s linear !important;
}

.uiverse-social-wrapper .card .social-link2:hover {
  background-color: #7dd3fc;
  animation: bounce_613 0.4s linear !important;
}

.uiverse-social-wrapper .card .social-link3:hover {
  background-color: #fb7299;
  animation: bounce_613 0.4s linear !important;
}

.uiverse-social-wrapper .card .social-link4:hover {
  background-color: #c4b5fd;
  animation: bounce_613 0.4s linear !important;
}

@keyframes bounce_613 {
  40% {
    transform: scale(1.4);
  }

  60% {
    transform: scale(0.8);
  }

  80% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.music-player {
  box-sizing: border-box !important;
  width: 190px !important;
  max-width: 190px !important;
  height: 254px !important;
  min-height: 254px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(50, 49, 51, 0.637) !important;
  background: lightgrey !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

.music-player *,
.music-player *::before,
.music-player *::after {
  box-sizing: border-box !important;
}

.music-player::before,
.music-player::after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.music-player::before {
  top: 30px;
  left: 20px;
  background-color: rgb(131, 25, 163);
  filter: drop-shadow(0 0 10px rgb(131, 25, 163));
  animation: one 5s infinite;
}

.music-player::after {
  top: 90px;
  left: 90px;
  background-color: rgb(29, 209, 149);
  filter: drop-shadow(0 0 10px rgb(29, 209, 149));
  animation: two 5s infinite;
}

.music-player .track-panel {
  width: 190px !important;
  height: 254px !important;
  min-height: 254px !important;
  z-index: 10 !important;
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  color: rgba(50, 49, 51, 0.637) !important;
  background: rgba(255, 255, 255, 0.55) !important;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37) !important;
  backdrop-filter: blur(8.5px) !important;
  -webkit-backdrop-filter: blur(8.5px) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

.music-player .track-panel::before {
  content: "Music";
  order: 0;
  width: 70px;
  height: auto;
  display: block;
  margin: 12px auto;
  padding: 0;
  color: rgba(102, 100, 100, 0.911);
  border: 1px solid rgba(180, 177, 177, 0.308);
  border-radius: 12px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
}

.music-player .music-track-card {
  order: 1;
  display: contents !important;
}

.music-player .music-cover-shell {
  order: 1;
  width: 80px !important;
  height: 80px !important;
  margin: 30px auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(216, 212, 212, 0.726) !important;
  border: 0 !important;
  border-radius: 15px !important;
  box-shadow: none !important;
  overflow: hidden !important;
  position: relative !important;
}

.music-player .music-cover-shell::after {
  content: "♪";
  color: rgba(82, 79, 79, 0.829);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 1;
}

.music-player .music-cover-glow,
.music-player .music-cover {
  display: none !important;
}

.music-player .music-copy {
  order: 2;
  width: 150px !important;
  min-width: 0 !important;
  margin: -22px auto 0 !important;
  display: block !important;
  text-align: center !important;
  overflow: hidden !important;
}

.music-player .music-eyebrow {
  display: none !important;
}

.music-player .music-copy h2 {
  width: 150px !important;
  height: 20px !important;
  margin: 0 auto !important;
  padding: 0 5px !important;
  color: rgba(50, 49, 51, 0.637) !important;
  font-family: Roboto, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

.music-player .music-copy p:not(.music-eyebrow) {
  width: 120px !important;
  height: 20px !important;
  margin: -1px auto 0 !important;
  padding: 0 5px !important;
  color: rgba(50, 49, 51, 0.637) !important;
  font-family: Roboto, Arial, sans-serif !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

.music-player .range-control.mt-4,
.music-player .mt-2.flex,
.music-player .music-volume,
.music-player .music-clock {
  display: none !important;
}

.music-player .music-controls {
  z-index: 12 !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 35px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 2px 23px !important;
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0 !important;
}

.music-player .player-icon,
.music-player .player-main {
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  min-height: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(29, 28, 28, 0.829) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  cursor: pointer !important;
  opacity: 1 !important;
  transition:
    transform 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease !important;
}

.music-player .player-main {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  color: rgba(82, 79, 79, 0.829) !important;
}

.music-player .player-icon:hover,
.music-player .player-main:hover {
  color: rgba(29, 28, 28, 0.96) !important;
  transform: scale(1.16) !important;
}

.music-player .player-icon:active,
.music-player .player-main:active {
  transform: scale(0.92) !important;
}

.music-player .player-icon.is-active {
  color: rgba(29, 28, 28, 0.829) !important;
}

.music-player .player-icon svg,
.music-player .player-main svg {
  width: 14px !important;
  height: 14px !important;
  stroke-width: 2 !important;
  fill: none !important;
}

.music-player .player-main svg {
  width: 18px !important;
  height: 18px !important;
}

@keyframes one {
  0% {
    top: 30px;
    left: 20px;
  }
  20% {
    top: 50px;
    left: 40px;
  }
  40% {
    top: 80px;
    left: 70px;
  }
  50% {
    top: 60px;
    left: 40px;
  }
  60% {
    top: 35px;
    left: 90px;
  }
  80% {
    top: 70px;
    left: 70px;
  }
  100% {
    top: 30px;
    left: 20px;
  }
}

@keyframes two {
  0% {
    top: 90px;
    left: 90px;
  }
  20% {
    top: 50px;
    left: 40px;
  }
  40% {
    top: 60px;
    left: 20px;
  }
  50% {
    top: 80px;
    left: 30px;
  }
  60% {
    top: 35px;
    left: 90px;
  }
  80% {
    top: 70px;
    left: 60px;
  }
  100% {
    top: 90px;
    left: 90px;
  }
}

@media (max-width: 520px) {
  .uiverse-widget-wrapper {
    top: 0.85rem;
    left: 0.85rem;
  }

  .uiverse-widget-wrapper .link {
    width: 54px;
    height: 44px;
  }

  .uiverse-widget-wrapper .link:hover,
  .uiverse-widget-wrapper .link:focus {
    width: 98px;
  }

  .uiverse-widget-wrapper .link-icon {
    left: 14px;
    width: 24px;
    height: 24px;
  }

  .uiverse-widget-wrapper .link-icon svg {
    width: 24px;
    height: 24px;
  }

  .qsg-hero-clock {
    top: 5.1rem;
    min-width: 7.8rem;
    padding-inline: 1.35rem;
    background: transparent;
    font-size: 1.85rem;
    text-shadow: 0 1px 18px rgba(255, 255, 255, 0.72);
  }

  .qsg-hero-clock::before {
    display: none;
  }

  .uiverse-social-wrapper {
    left: 0.8rem;
    bottom: 0.8rem;
  }

  .uiverse-social-wrapper .card {
    width: 220px;
    height: 58px;
  }
}
