/* Together, Live and Sponsor feature surfaces. Scoped away from Custom and Play. */

body:not(.is-custom):not(.is-game) #modesScreen .header-back {
  display: none;
}

body:not(.is-custom):not(.is-game) #liveRoomScreen .live-titlebar {
  position: relative;
  padding-top: 12px;
}

body:not(.is-custom):not(.is-game) #liveRoomScreen .live-exit-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px auto;
  padding: 8px 13px 8px 16px;
  border: 0;
  border-radius: 15px;
  color: #0878e9;
  background: #f8fbff;
  box-shadow: 5px 6px 13px rgba(0, 116, 255, .16), -5px -5px 13px #fff;
  font: 850 13px/1.2 "Vazirmatn", Tahoma, sans-serif;
  transition: transform 120ms cubic-bezier(.23, 1, .32, 1), box-shadow 180ms cubic-bezier(.23, 1, .32, 1);
}

body:not(.is-custom):not(.is-game) #liveRoomScreen .live-exit-btn .dazzle-icon {
  width: 21px;
  height: 21px;
}

body:not(.is-custom):not(.is-game) #liveRoomScreen .live-exit-btn:active {
  transform: scale(.96);
  box-shadow: inset 4px 4px 9px rgba(0, 83, 169, .16), inset -4px -4px 9px #fff;
}

body:not(.is-custom):not(.is-game) #liveRoomScreen .live-exit-btn:focus-visible {
  outline: 3px solid #ff2676;
  outline-offset: 3px;
}

body:not(.is-custom):not(.is-game) #shareLiveRoom {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 18px;
  padding: 10px 24px;
  border: 0;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #ff2676 0%, #d92f92 44%, #12bdf5 100%);
  box-shadow: 7px 8px 18px rgba(0, 116, 255, .24), -5px -5px 14px #fff;
  font: 900 15px/1.2 "Vazirmatn", Tahoma, sans-serif;
  transition: transform 120ms cubic-bezier(.23, 1, .32, 1), box-shadow 180ms cubic-bezier(.23, 1, .32, 1), opacity 180ms cubic-bezier(.23, 1, .32, 1);
}

body:not(.is-custom):not(.is-game) #shareLiveRoom .dazzle-icon {
  width: 23px;
  height: 23px;
}

body:not(.is-custom):not(.is-game) #shareLiveRoom:active {
  transform: scale(.96);
  box-shadow: inset 5px 5px 11px rgba(0, 65, 139, .28), inset -3px -3px 8px rgba(255, 255, 255, .26);
}

body:not(.is-custom):not(.is-game) #shareLiveRoom:focus-visible {
  outline: 3px solid #ffe45e;
  outline-offset: 4px;
}

body:not(.is-custom):not(.is-game) #shareLiveRoom:disabled {
  color: #687a91;
  background: #e9f0f9;
  box-shadow: inset 4px 4px 10px rgba(67, 102, 145, .14), inset -4px -4px 10px #fff;
  opacity: .72;
}

body:not(.is-custom) .sponsor-card {
  overflow: hidden;
}

body:not(.is-custom) .sponsor-card::before {
  content: "";
  display: block;
  width: 72px;
  height: 5px;
  margin: 10px auto 18px;
  border-radius: 5px;
  background: linear-gradient(90deg, #ff2676, #12bdf5);
}

body:not(.is-custom) .sponsor-card h2 {
  color: #10213b;
}

body:not(.is-custom) .sponsor-card > p {
  color: #536b84;
  line-height: 1.9;
}

body:not(.is-custom) .sponsor-list {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

body:not(.is-custom) .sponsor-list a {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 16px;
  border: 0;
  border-radius: 18px;
  color: #10213b;
  background: #f2f7ff;
  box-shadow: 5px 6px 14px rgba(61, 97, 142, .16), -5px -5px 14px #fff;
  text-decoration: none;
  transition: transform 120ms cubic-bezier(.23, 1, .32, 1), box-shadow 180ms cubic-bezier(.23, 1, .32, 1);
}

body:not(.is-custom) .sponsor-list a span,
body:not(.is-custom) .sponsor-list a strong,
body:not(.is-custom) .sponsor-list a small {
  display: block;
}

body:not(.is-custom) .sponsor-list a small {
  margin-top: 3px;
  direction: ltr;
  color: #687a91;
  font-size: 12px;
  text-align: right;
}

body:not(.is-custom) .sponsor-list a b {
  flex: 0 0 auto;
  color: #0878e9;
  font-size: 12px;
}

body:not(.is-custom) .sponsor-list a:active {
  transform: scale(.98);
  box-shadow: inset 4px 4px 9px rgba(0, 83, 169, .13), inset -4px -4px 9px #fff;
}

body:not(.is-custom) #sponsorDone {
  color: #fff;
  background: linear-gradient(120deg, #0878e9, #12bdf5);
  box-shadow: 7px 8px 18px rgba(0, 116, 255, .24), -5px -5px 14px #fff;
}

body:not(.is-custom) #sponsorDone:active {
  transform: scale(.98);
  box-shadow: inset 5px 5px 11px rgba(0, 65, 139, .24);
}

body:not(.is-custom) #sponsorDone[hidden] {
  display: none;
}

body:not(.is-custom) #sponsorFree {
  margin-top: 8px;
  color: #d92670;
  background: transparent;
  box-shadow: none;
  font-weight: 850;
}

@media (hover: hover) and (pointer: fine) {
  body:not(.is-custom):not(.is-game) #liveRoomScreen .live-exit-btn:hover,
  body:not(.is-custom):not(.is-game) #shareLiveRoom:hover,
  body:not(.is-custom) .sponsor-list a:hover {
    transform: translateY(-2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body:not(.is-custom):not(.is-game) #liveRoomScreen .live-exit-btn,
  body:not(.is-custom):not(.is-game) #shareLiveRoom,
  body:not(.is-custom) .sponsor-list a {
    transition: opacity 180ms cubic-bezier(.23, 1, .32, 1);
  }
}
