:root {
  --bg: #090a0e;
  --bg-soft: #111217;
  --surface: #17181e;
  --surface-2: #202128;
  --line: rgba(255, 255, 255, .1);
  --text: #f7f5f7;
  --muted: #96949e;
  --pink: #e31d6f;
  --pink-light: #ff6ca5;
  --gold: #f7c957;
  --green: #60d6a0;
  --max: 1500px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: 'DM Sans', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.content-app {
  min-height: 100vh;
  overflow: hidden;
  background: var(--bg);
}

.prototype-strip {
  position: relative;
  z-index: 20;
  color: #d6d2d7;
  background: #050507;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.prototype-strip > div {
  width: min(var(--max), calc(100% - 56px));
  min-height: 30px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.prototype-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.prototype-strip i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 4px rgba(227, 29, 111, .18);
}

.prototype-strip a {
  color: #f8adc9;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: none;
}

.stream-header {
  position: sticky;
  top: 0;
  z-index: 15;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  background: rgba(9, 10, 14, .92);
  backdrop-filter: blur(15px);
}

.stream-inner,
.content-shell,
.genre-inner,
.footer-inner {
  width: min(var(--max), calc(100% - 56px));
  margin-right: auto;
  margin-left: auto;
}

.stream-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.stream-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.07em;
  white-space: nowrap;
}

.stream-brand > span:last-child span {
  color: var(--pink-light);
}

.stream-mark {
  position: relative;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  overflow: hidden;
  border-radius: 7px;
  background: var(--pink);
  transform: rotate(-8deg);
}

.stream-mark i {
  width: 3px;
  height: 14px;
  display: block;
  border-radius: 3px;
  background: #fff;
  transform: skewY(-24deg);
}

.stream-mark i:first-child {
  height: 9px;
  opacity: .6;
}

.stream-mark i:last-child {
  height: 19px;
  opacity: .78;
}

.stream-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}

.stream-nav a {
  position: relative;
  color: #a8a5ae;
  font-size: 12px;
  font-weight: 600;
}

.stream-nav a:hover,
.stream-nav a.is-active {
  color: #fff;
}

.stream-nav a.is-active::after {
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  height: 3px;
  content: '';
  border-radius: 2px 2px 0 0;
  background: var(--pink);
}

.stream-search {
  position: relative;
  min-width: 150px;
  height: 37px;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  margin-left: auto;
  border: 1px solid #34353d;
  border-radius: 4px;
  background: #14151a;
}

.stream-search:focus-within {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px rgba(227, 29, 111, .14);
}

.search-glass {
  position: relative;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  margin: 0 11px 0 13px;
  border: 1.5px solid #92909a;
  border-radius: 50%;
}

.search-glass::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 6px;
  height: 1.5px;
  content: '';
  background: #92909a;
  transform: rotate(45deg);
}

.stream-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font-size: 12px;
}

.stream-search input::placeholder {
  color: #85828b;
}

.stream-search button,
.publish-button,
.hero-primary,
.hero-secondary,
.banner-button {
  border: 0;
  font-weight: 700;
}

.stream-search button {
  height: 29px;
  margin-right: 4px;
  padding: 0 11px;
  border-radius: 3px;
  color: #fff;
  background: var(--pink);
  font-size: 10px;
}

.stream-account {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.publish-button {
  padding: 6px 0;
  color: #ffb2ce;
  background: transparent;
  font-size: 11px;
}

.theme-toggle {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 9px;
  border: 1px solid #34353d;
  border-radius: 3px;
  color: #c9c4cb;
  background: #17181e;
  font-size: 10px;
  font-weight: 600;
}

.theme-toggle:hover {
  border-color: var(--pink);
  color: #fff;
}

.theme-symbol {
  color: var(--gold);
  font-size: 15px;
  line-height: 1;
}

.profile-button {
  width: 31px;
  height: 31px;
  border: 0;
  border-radius: 50%;
  color: #2b2023;
  background: var(--gold);
  font-size: 10px;
  font-weight: 700;
}

.hero-stage {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  background: #20151c;
}

.hero-background,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-background {
  object-fit: cover;
  object-position: center 36%;
  opacity: .72;
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(5, 6, 10, .95) 0%, rgba(5, 6, 10, .78) 31%, rgba(5, 6, 10, .25) 67%, rgba(5, 6, 10, .65) 100%), linear-gradient(0deg, #090a0e 0%, transparent 30%, rgba(9, 10, 14, .2) 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 56px));
  min-height: 570px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 365px;
  align-items: end;
  gap: 50px;
  padding-bottom: 42px;
}

.hero-copy {
  max-width: 660px;
  padding-bottom: 23px;
}

.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
}

.hero-label span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pink);
}

.hero-eyebrow {
  margin: 22px 0 5px;
  color: #f2b6cd;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}

.hero-copy h1 {
  margin: 0;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: clamp(46px, 6.2vw, 88px);
  letter-spacing: -.09em;
  line-height: .86;
}

.hero-copy h1 em {
  color: var(--pink-light);
  font-style: normal;
}

.hero-description {
  max-width: 490px;
  margin: 22px 0 13px;
  color: #ddd9de;
  font-size: 14px;
  line-height: 1.55;
}

.hero-details {
  display: flex;
  gap: 9px;
  color: #aaa6af;
  font-size: 11px;
}

.hero-details b {
  color: var(--pink-light);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.hero-primary,
.hero-secondary,
.banner-button {
  min-height: 40px;
  padding: 0 17px;
  border-radius: 4px;
  font-size: 11px;
}

.hero-primary,
.banner-button {
  color: #fff;
  background: var(--pink);
}

.hero-primary:hover,
.banner-button:hover,
.stream-search button:hover {
  background: #b81157;
}

.hero-secondary {
  color: #f7f4f7;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .28);
}

.hero-secondary:hover {
  background: rgba(255, 255, 255, .25);
}

.hero-side {
  padding: 18px 18px 11px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 6px;
  background: rgba(21, 20, 25, .73);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .2);
  backdrop-filter: blur(12px);
}

.hero-side-head,
.hero-side-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-side-head {
  margin-bottom: 4px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
}

.hero-side-more {
  padding: 0;
  border: 0;
  color: #d8d1d9;
  background: transparent;
  font-size: 10px;
}

.hero-side-item {
  min-height: 73px;
  display: grid;
  grid-template-columns: 22px 45px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.hero-side-item > strong {
  color: #aaa4ad;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 13px;
}

.hero-side-item:first-of-type > strong {
  color: var(--gold);
}

.hero-side-item img {
  width: 45px;
  height: 45px;
  border-radius: 3px;
  object-fit: cover;
}

.hero-side-item b,
.hero-side-item small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-side-item b {
  font-size: 11px;
}

.hero-side-item small {
  margin-top: 4px;
  color: #9a959f;
  font-size: 10px;
}

.mini-play,
.cover-play,
.poster-play,
.video-play,
.mix-play,
.artist-play,
.rank-play,
.event-arrow,
.rail-arrow,
.stream-player button {
  border: 0;
}

.mini-play,
.cover-play,
.poster-play,
.video-play,
.mix-play,
.artist-play,
.rank-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--pink);
}

.mini-play {
  width: 27px;
  height: 27px;
  font-size: 9px;
}

.hero-side-foot {
  justify-content: flex-start;
  gap: 9px;
  padding-top: 12px;
  color: #8f8992;
  font-size: 10px;
}

.equalizer {
  height: 14px;
  display: flex;
  align-items: end;
  gap: 2px;
}

.equalizer i {
  width: 3px;
  height: 7px;
  border-radius: 2px;
  background: var(--pink);
}

.equalizer i:nth-child(2),
.equalizer i:nth-child(4) {
  height: 12px;
}

.equalizer i:nth-child(3) {
  height: 9px;
}

.genre-strip {
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  background: #0e0f13;
}

.genre-inner {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 7px;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
}

.genre-inner::-webkit-scrollbar,
.content-rail::-webkit-scrollbar,
.rank-rail::-webkit-scrollbar {
  display: none;
}

.genre-label {
  margin-right: 8px;
  color: #817c86;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
}

.genre-chip,
.genre-location {
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid #37363e;
  border-radius: 3px;
  color: #b5b1b9;
  background: transparent;
  font-size: 10px;
  font-weight: 600;
}

.genre-chip:hover,
.genre-chip.is-active {
  border-color: var(--pink);
  color: #fff;
  background: var(--pink);
}

.genre-location {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  border-color: transparent;
  color: var(--green);
}

.genre-location small {
  color: #817c86;
  font-size: 9px;
}

.region-pin {
  color: var(--gold);
  font-size: 14px;
}

.region-chevron {
  color: #c8c2c9;
  font-size: 12px;
}

.personalized-bar {
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  background: #101116;
}

.personalized-inner {
  width: min(var(--max), calc(100% - 56px));
  min-height: 54px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.personalized-copy {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.personalized-kicker {
  color: var(--pink-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
}

.personalized-copy b {
  color: var(--text);
  font-size: 11px;
}

.personalized-taste {
  overflow: hidden;
  color: #918b95;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.personalized-button {
  flex: 0 0 auto;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid #4b2f40;
  border-radius: 3px;
  color: var(--pink-light);
  background: transparent;
  font-size: 10px;
  font-weight: 700;
}

.personalized-button:hover {
  border-color: var(--pink);
  color: #fff;
  background: var(--pink);
}

.content-shell {
  padding-bottom: 70px;
}

.rail-section,
.rank-section {
  margin-top: 31px;
}

.rail-heading {
  min-height: 37px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.section-kicker {
  color: var(--pink-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
}

.rail-heading h2 {
  margin: 5px 0 0;
  color: #fff;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 23px;
  letter-spacing: -.06em;
  line-height: 1;
}

.see-more {
  flex: 0 0 auto;
  color: #aaa5ae;
  font-size: 11px;
  font-weight: 600;
}

.see-more span {
  margin-left: 4px;
  color: var(--pink-light);
  font-size: 15px;
}

.see-more:hover {
  color: #fff;
}

.rail-controls {
  display: flex;
  gap: 5px;
}

.rail-arrow {
  width: 27px;
  height: 27px;
  border: 1px solid #3c3b44;
  border-radius: 3px;
  color: #d7d2d8;
  background: #1a1b21;
  font-size: 19px;
  line-height: 1;
}

.rail-arrow:hover {
  border-color: var(--pink);
  color: #fff;
  background: var(--pink);
}

.content-rail,
.rank-rail {
  display: grid;
  grid-auto-flow: column;
  gap: 14px;
  overflow-x: auto;
  padding: 2px 2px 12px;
  scrollbar-width: none;
}

.content-rail {
  grid-auto-columns: minmax(166px, 1fr);
}

.music-rail {
  grid-auto-columns: minmax(156px, 1fr);
}

.poster-rail {
  grid-auto-columns: minmax(180px, 1fr);
}

.video-rail {
  grid-auto-columns: minmax(285px, 1fr);
}

.mix-rail {
  grid-auto-columns: minmax(220px, 1fr);
}

.artist-rail {
  grid-auto-columns: minmax(164px, 1fr);
}

.event-rail {
  grid-auto-columns: minmax(255px, 1fr);
}

.music-card,
.poster-card,
.video-card,
.artist-card {
  min-width: 0;
}

.music-cover,
.poster,
.video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #22232a;
}

.music-cover {
  aspect-ratio: 1;
}

.music-cover::after,
.poster::after,
.video-frame::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 52%;
  content: '';
  background: linear-gradient(0deg, rgba(7, 8, 12, .94), transparent);
  pointer-events: none;
}

.music-cover img,
.poster img,
.video-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s;
}

.music-card:hover img,
.poster-card:hover img,
.video-card:hover img,
.artist-card:hover img {
  transform: scale(1.05);
}

.music-card b,
.music-card small,
.poster-bottom b,
.poster-bottom small,
.video-card > b,
.video-card > small,
.artist-card > b,
.artist-card > small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.music-card b {
  margin-top: 9px;
  font-size: 11px;
}

.music-card small,
.poster-bottom small,
.video-card > small,
.artist-card > small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
}

.cover-play,
.poster-play,
.video-play {
  position: absolute;
  z-index: 2;
  right: 9px;
  bottom: 9px;
  width: 32px;
  height: 32px;
  opacity: 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .35);
  transition: opacity .2s, transform .2s;
}

/* O nome/capa do CD ocupa a mesma camada do card, mas nunca pode cobrir o
   botão de ouvir. */
.poster-play {
  z-index: 4;
}

.music-card:hover .cover-play,
.poster-card:hover .poster-play,
.video-card:hover .video-play {
  opacity: 1;
}

.cover-play:hover,
.poster-play:hover,
.video-play:hover,
.mini-play:hover,
.mix-play:hover,
.artist-play:hover,
.rank-play:hover {
  background: #ff4d93;
  transform: scale(1.06);
}

.cover-duration,
.video-duration {
  position: absolute;
  z-index: 2;
  right: 8px;
  bottom: 8px;
  padding: 3px 5px;
  border-radius: 2px;
  color: #fff;
  background: rgba(0, 0, 0, .68);
  font-size: 9px;
}

.cover-duration {
  right: auto;
  left: 8px;
}

.cover-duration + .cover-play {
  right: 9px;
}

.listen-progress {
  height: 2px;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 2px;
  background: #34343d;
}

.listen-progress span {
  display: block;
  width: 46%;
  height: 100%;
  background: var(--pink);
}

.poster {
  aspect-ratio: 4 / 5;
}

.poster-bottom {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

.poster-bottom b {
  font-size: 12px;
}

.poster-bottom small {
  color: #c4bec7;
}

.poster-tag,
.video-badge {
  position: absolute;
  z-index: 3;
  top: 9px;
  left: 9px;
  padding: 4px 6px;
  border-radius: 2px;
  color: #22191e;
  background: var(--gold);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
}

.download-link {
  display: block;
  margin-top: 8px;
  padding: 0;
  border: 0;
  color: #b7b1b9;
  background: transparent;
  font-size: 10px;
  font-weight: 600;
}

.download-link:hover {
  color: var(--pink-light);
}

.poster-rank {
  color: #251d22;
  background: var(--pink-light);
}

.monthly-music-card {
  position: relative;
}

.music-rank {
  position: absolute;
  z-index: 3;
  top: 9px;
  left: 9px;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 3px;
  color: #282025;
  background: var(--gold);
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.dj-rail {
  grid-auto-columns: minmax(235px, 1fr);
}

.dj-card {
  min-height: 104px;
  position: relative;
  display: grid;
  grid-template-columns: 23px 58px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid #292a31;
  border-radius: 5px;
  background: var(--surface);
}

.dj-card:hover {
  border-color: #5a3344;
  background: #1c1d24;
}

.dj-rank {
  color: var(--gold);
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.dj-card > img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #34343c;
}

.dj-copy {
  min-width: 0;
}

.dj-copy b,
.dj-copy small,
.dj-copy span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dj-copy b {
  color: #fff;
  font-size: 11px;
}

.dj-copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
}

.dj-copy span {
  margin-top: 6px;
  color: var(--pink-light);
  font-size: 9px;
  font-weight: 700;
}

.dj-play {
  width: 28px;
  height: 28px;
  font-size: 9px;
}

.sponsored-section {
  padding: 16px 16px 12px;
  border: 1px solid #3a2633;
  border-radius: 6px;
  background: linear-gradient(115deg, rgba(74, 27, 56, .42), rgba(23, 24, 30, .94) 52%);
}

.sponsored-section .rail-heading {
  margin-bottom: 12px;
}

.sponsored-note {
  display: block;
  margin-top: 6px;
  color: #938894;
  font-size: 9px;
}

.sponsor-cta {
  padding: 0;
  border: 0;
  background: transparent;
}

.pro-dj-rail {
  grid-auto-columns: minmax(245px, 1fr);
  padding-right: 2px;
}

.pro-dj-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #4d3042;
  border-radius: 5px;
  background: #17141b;
  transition: border-color .2s, transform .2s;
}

.pro-dj-card:hover {
  border-color: var(--pink-light);
  transform: translateY(-2px);
}

.pro-dj-visual {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #30202c;
}

.pro-dj-visual::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(0deg, rgba(12, 10, 15, .72), transparent 63%);
  pointer-events: none;
}

.pro-dj-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .82;
  transition: transform .28s;
}

.pro-dj-card:hover .pro-dj-visual img {
  transform: scale(1.05);
}

.sponsored-label,
.pro-badge {
  position: absolute;
  z-index: 2;
  top: 9px;
  padding: 4px 6px;
  border-radius: 2px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
}

.sponsored-label {
  left: 9px;
  color: #f8d786;
  background: rgba(20, 15, 22, .82);
}

.pro-badge {
  right: 9px;
  color: #2d2025;
  background: var(--gold);
}

.pro-play {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--pink);
  font-size: 10px;
  box-shadow: 0 5px 14px rgba(0, 0, 0, .32);
}

.pro-play:hover {
  background: #ff4d93;
  transform: scale(1.06);
}

.pro-dj-body {
  padding: 11px 12px 12px;
}

.pro-dj-title {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.pro-dj-title b {
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro-dj-title span {
  flex: 0 0 auto;
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
}

.pro-dj-body > small {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  color: var(--muted);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro-dj-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 11px;
}

.pro-dj-meta span,
.pro-dj-meta strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro-dj-meta span {
  color: #c3a4b2;
  font-size: 9px;
}

.pro-dj-meta strong {
  flex: 0 0 auto;
  color: var(--pink-light);
  font-size: 9px;
}

.pro-profile {
  margin-top: 10px;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 10px;
  font-weight: 700;
}

.pro-profile:hover {
  color: var(--pink-light);
}

.recent-section {
  margin-top: 31px;
}

.recent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.recent-column {
  min-width: 0;
  padding: 15px 16px 8px;
  border: 1px solid #292a31;
  border-radius: 5px;
  background: var(--surface);
}

.recent-column-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--line);
}

.recent-column-head b {
  color: #fff;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 13px;
  letter-spacing: -.03em;
}

.recent-column-head button {
  padding: 0;
  border: 0;
  color: var(--pink-light);
  background: transparent;
  font-size: 9px;
  font-weight: 700;
}

.recent-list {
  margin-top: 2px;
}

.recent-item {
  min-height: 62px;
  display: grid;
  grid-template-columns: 39px minmax(0, 1fr) 27px;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--line);
}

.recent-item:last-child {
  border-bottom: 0;
}

.recent-item > img {
  width: 39px;
  height: 39px;
  border-radius: 3px;
  object-fit: cover;
}

.recent-item > img.recent-avatar {
  border-radius: 50%;
}

.recent-item > div {
  min-width: 0;
}

.recent-item b,
.recent-item small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recent-item b {
  color: #fff;
  font-size: 10px;
}

.recent-item small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
}

.recent-action {
  width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: var(--pink-light);
  background: var(--surface-2);
  font-size: 10px;
}

.recent-action:hover {
  color: #fff;
  background: var(--pink);
}

.rank-rail {
  grid-auto-columns: minmax(260px, 1fr);
}

.rank-card {
  position: relative;
  min-height: 164px;
  overflow: hidden;
  border-radius: 5px;
  background: #202127;
}

.rank-card::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(90deg, rgba(10, 10, 14, .9) 0%, rgba(10, 10, 14, .25) 56%, rgba(10, 10, 14, .76) 100%), linear-gradient(0deg, rgba(10, 10, 14, .85), transparent 65%);
}

.rank-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}

.rank-card:hover img {
  transform: scale(1.06);
}

.rank-number,
.rank-info,
.rank-play {
  position: absolute;
  z-index: 2;
}

.rank-number {
  top: 11px;
  left: 13px;
  color: var(--gold);
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -.08em;
}

.rank-info {
  right: 12px;
  bottom: 12px;
  left: 13px;
}

.rank-info b,
.rank-info small,
.rank-info span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rank-info b {
  font-size: 13px;
}

.rank-info small {
  margin-top: 3px;
  color: #d0cad0;
  font-size: 10px;
}

.rank-info span {
  margin-top: 8px;
  color: var(--pink-light);
  font-size: 9px;
  font-weight: 700;
}

.rank-play {
  top: 11px;
  right: 11px;
  width: 28px;
  height: 28px;
  font-size: 9px;
}

.video-frame {
  aspect-ratio: 16 / 9;
}

.video-play {
  right: 11px;
  bottom: 11px;
}

.video-card > b {
  margin-top: 10px;
  font-size: 12px;
}

.video-badge {
  color: #fff;
  background: var(--pink);
}

.mix-card {
  min-height: 143px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 17px;
  overflow: hidden;
  border-radius: 5px;
  background: #2d2443;
}

.mix-card::before {
  position: absolute;
  right: -38px;
  bottom: -60px;
  width: 170px;
  height: 170px;
  content: '';
  border-radius: 50%;
  background: rgba(255, 255, 255, .13);
}

.mix-paredao { background: linear-gradient(135deg, #7d1e4e, #cf633b); }
.mix-funk { background: linear-gradient(135deg, #263889, #9533a3); }
.mix-arrocha { background: linear-gradient(135deg, #713331, #cf8b4d); }
.mix-sertanejo { background: linear-gradient(135deg, #255d5f, #509c7f); }
.mix-brega { background: linear-gradient(135deg, #4b2772, #b73589); }
.mix-tiktok { background: linear-gradient(135deg, #2a2f36, #d02d55); }

.mix-icon {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, .75);
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 25px;
}

.mix-card div {
  position: relative;
  z-index: 1;
}

.mix-card b,
.mix-card small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mix-card b {
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 15px;
  letter-spacing: -.04em;
}

.mix-card small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
}

.mix-play {
  position: absolute;
  z-index: 2;
  right: 13px;
  bottom: 13px;
  width: 29px;
  height: 29px;
  color: #302025;
  background: var(--gold);
  font-size: 9px;
}

.artist-card {
  position: relative;
  text-align: center;
}

.artist-card img {
  width: 100%;
  aspect-ratio: 1;
  margin: 0 auto 11px;
  border: 2px solid #2c2d34;
  border-radius: 50%;
  object-fit: cover;
  transition: transform .3s, border-color .2s;
}

.artist-card:hover img {
  border-color: var(--pink);
}

.artist-card > b {
  font-size: 12px;
}

.artist-play {
  position: absolute;
  right: 10px;
  bottom: 45px;
  width: 28px;
  height: 28px;
  border: 2px solid var(--bg);
  font-size: 9px;
}

.event-card {
  min-height: 77px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 27px;
  align-items: center;
  gap: 12px;
  padding: 10px 12px 10px 10px;
  border: 1px solid #292a31;
  border-radius: 5px;
  background: var(--surface);
}

.event-card:hover {
  border-color: #5a3344;
  background: #1c1d24;
}

.event-date {
  display: grid;
  min-height: 54px;
  place-items: center;
  border-radius: 3px;
  color: var(--pink-light);
  background: #321726;
}

.event-date strong {
  margin-top: 5px;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 22px;
  line-height: .78;
}

.event-date span {
  margin-bottom: 5px;
  color: #f1abc6;
  font-size: 9px;
  font-weight: 700;
}

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

.event-copy b {
  font-size: 12px;
}

.event-copy small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
}

.event-arrow {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: #fff;
  background: #32333b;
  font-size: 15px;
}

.event-arrow:hover {
  background: var(--pink);
}

.artist-banner {
  min-height: 210px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: center;
  gap: 25px;
  margin-top: 34px;
  overflow: hidden;
  padding: 30px 37px;
  border-radius: 6px;
  background: linear-gradient(105deg, #50132f 0%, #a3185c 54%, #46152f 100%);
}

.artist-banner::before {
  position: absolute;
  top: -110px;
  right: 12%;
  width: 290px;
  height: 290px;
  content: '';
  border: 45px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
}

.artist-banner-copy,
.artist-banner-art {
  position: relative;
  z-index: 1;
}

.artist-banner-copy {
  max-width: 590px;
}

.artist-banner-copy .section-kicker {
  color: var(--gold);
}

.artist-banner h2 {
  margin: 8px 0 8px;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 30px;
  letter-spacing: -.07em;
  line-height: 1;
}

.artist-banner p {
  max-width: 520px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .74);
  font-size: 12px;
  line-height: 1.5;
}

.pro-feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: -4px 0 17px;
}

.pro-feature-pills span {
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 3px;
  color: rgba(255, 255, 255, .86);
  background: rgba(20, 8, 17, .16);
  font-size: 9px;
  font-weight: 700;
}

.banner-button {
  color: #2a1f24;
  background: var(--gold);
}

.artist-banner-art {
  min-height: 145px;
  display: grid;
  place-items: center;
}

.artist-banner-art span {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, .2);
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 104px;
  font-weight: 700;
  letter-spacing: -.15em;
}

.artist-banner-art i {
  position: absolute;
  width: 130px;
  height: 130px;
  border: 2px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
}

.artist-banner-art i:nth-child(2) { transform: translate(22px, -14px) scale(.75); }
.artist-banner-art i:nth-child(3) { transform: translate(-25px, 18px) scale(.55); }
.artist-banner-art i:nth-child(4) { transform: translate(8px, 27px) scale(.36); }

.stream-footer {
  padding: 25px 0 80px;
  border-top: 1px solid rgba(255, 255, 255, .07);
  background: #07080b;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.footer-inner .stream-brand {
  font-size: 17px;
}

.footer-inner .stream-mark {
  width: 23px;
  height: 23px;
  border-radius: 5px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #8b8790;
  font-size: 10px;
}

.footer-links button {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font-size: inherit;
}

.footer-links a:hover,
.footer-links button:hover {
  color: #fff;
}

.footer-copy {
  color: #68656d;
  font-size: 10px;
}

.stream-player {
  position: fixed;
  z-index: 50;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 72px;
  display: grid;
  grid-template-columns: 45px minmax(170px, 250px) minmax(150px, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  padding: 10px max(16px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid #3b333d;
  background: rgba(23, 21, 27, .97);
  box-shadow: 0 -10px 28px rgba(0, 0, 0, .28);
  transition: opacity .2s, transform .2s;
  backdrop-filter: blur(12px);
}

.stream-player.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
}

.stream-player > img {
  width: 43px;
  height: 43px;
  border-radius: 3px;
  object-fit: cover;
}

.stream-player-copy {
  min-width: 0;
}

.player-kind {
  display: block;
  margin-bottom: 3px;
  color: var(--pink-light);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.stream-player-copy b,
.stream-player-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stream-player-copy b {
  font-size: 11px;
}

.stream-player-copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
}

.stream-player-progress {
  height: 3px;
  overflow: hidden;
  border-radius: 3px;
  background: #3a3740;
}

.stream-player-progress span {
  display: block;
  width: 37%;
  height: 100%;
  background: var(--pink);
}

.stream-player-buttons {
  display: flex;
  align-items: center;
  gap: 4px;
}

.stream-player-tools {
  display: flex;
  align-items: center;
  gap: 6px;
}

.stream-player button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #d8d3d9;
  background: transparent;
}

.player-video-toggle,
.queue-button {
  min-height: 29px;
  padding: 0 9px !important;
  border: 1px solid #4a424c !important;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 600;
}

.player-video-toggle:hover,
.queue-button:hover {
  border-color: var(--pink) !important;
  color: #fff !important;
}

.queue-button span {
  min-width: 16px;
  min-height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  border-radius: 50%;
  color: #231e23;
  background: var(--gold);
  font-size: 8px;
}

.stream-player-buttons button {
  width: 27px;
  height: 27px;
  font-size: 17px;
}

.stream-player-buttons .stream-main-play {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #2d2125;
  background: var(--gold);
  font-size: 10px;
}

.queue-panel {
  position: fixed;
  z-index: 49;
  right: max(16px, calc((100vw - var(--max)) / 2));
  bottom: 72px;
  width: 340px;
  max-width: calc(100% - 32px);
  padding: 16px 16px 9px;
  border: 1px solid #3b333d;
  border-radius: 5px 5px 0 0;
  color: #fff;
  background: #17151b;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, .35);
}

.queue-panel.is-hidden {
  display: none;
}

.queue-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-bottom: 9px;
  border-bottom: 1px solid #302b32;
}

.queue-head b {
  display: block;
  margin-top: 4px;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 16px;
  letter-spacing: -.04em;
}

.queue-head-toggle {
  width: 25px;
  height: 25px;
  border: 0 !important;
  color: #9b939d !important;
  font-size: 19px;
}

.queue-head-toggle:hover {
  color: #fff !important;
}

.queue-list {
  max-height: 252px;
  overflow-y: auto;
}

.queue-item {
  width: 100%;
  min-height: 58px;
  display: grid;
  grid-template-columns: 20px 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  border: 0;
  border-bottom: 1px solid #2c282f;
  color: #d9d3da;
  background: transparent;
  text-align: left;
}

.queue-item > span:first-child {
  color: #817a84;
  font-size: 9px;
}

.queue-item img {
  width: 36px;
  height: 36px;
  border-radius: 3px;
  object-fit: cover;
}

.queue-item > span:nth-child(3) {
  min-width: 0;
}

.queue-item b,
.queue-item small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.queue-item b {
  font-size: 10px;
}

.queue-item small {
  margin-top: 3px;
  color: #8f8992;
  font-size: 9px;
}

.queue-item em {
  color: #8f8992;
  font-size: 9px;
  font-style: normal;
}

.queue-item.is-current b,
.queue-item.is-current > span:first-child {
  color: var(--pink-light);
}

.queue-item:hover {
  background: #211d24;
}

.queue-clear {
  width: 100%;
  min-height: 29px;
  margin-top: 9px;
  border: 1px solid #4a424c;
  border-radius: 3px;
  color: #aaa2ab;
  background: transparent;
  font-size: 10px;
}

.queue-clear:hover {
  border-color: var(--pink);
  color: #fff;
}

.stream-toast {
  position: fixed;
  z-index: 60;
  right: 24px;
  bottom: 93px;
  max-width: min(390px, calc(100% - 48px));
  padding: 12px 15px;
  border-left: 3px solid var(--gold);
  border-radius: 4px;
  color: #fff;
  background: #252229;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .35);
  font-size: 11px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(7px);
  transition: opacity .2s, transform .2s;
}

.stream-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* O tema claro mantém a linguagem de streaming, mas troca a superfície para leitura longa. */
.content-app[data-theme="light"] {
  --bg: #f3ebdd;
  --bg-soft: #fff8ed;
  --surface: #fff8ed;
  --surface-2: #e9dfd0;
  --line: rgba(32, 26, 22, .14);
  --text: #201a18;
  --muted: #71655c;
  --pink: #d94827;
  --pink-light: #b7472a;
  --gold: #a9781c;
  --green: #28765c;
  --blue: #4356a8;
  color: var(--text);
  background: var(--bg);
}

.content-app[data-theme="light"] .stream-header {
  border-bottom-color: rgba(38, 30, 36, .11);
  background: rgba(255, 255, 255, .94);
}

.content-app[data-theme="light"] .stream-brand {
  color: var(--text);
}

.content-app[data-theme="light"] .stream-nav a {
  color: #746d76;
}

.content-app[data-theme="light"] .stream-nav a:hover,
.content-app[data-theme="light"] .stream-nav a.is-active {
  color: var(--text);
}

.content-app[data-theme="light"] .stream-search {
  border-color: #d7d1d0;
  background: #fff;
}

.content-app[data-theme="light"] .stream-search input {
  color: var(--text);
}

.content-app[data-theme="light"] .stream-search input::placeholder {
  color: #8c858b;
}

.content-app[data-theme="light"] .publish-button {
  color: var(--pink);
}

.content-app[data-theme="light"] .theme-toggle {
  border-color: #d6d0d1;
  color: #5e5861;
  background: #f5f2f0;
}

.content-app[data-theme="light"] .theme-toggle:hover {
  color: var(--pink);
}

.content-app[data-theme="light"] .genre-strip {
  border-bottom-color: rgba(38, 30, 36, .1);
  background: #fff;
}

.content-app[data-theme="light"] .genre-label {
  color: #837b83;
}

.content-app[data-theme="light"] .genre-chip {
  border-color: #d7d0d1;
  color: #68616a;
}

.content-app[data-theme="light"] .genre-chip:hover,
.content-app[data-theme="light"] .genre-chip.is-active {
  border-color: var(--pink);
  color: #fff;
  background: var(--pink);
}

.content-app[data-theme="light"] .genre-location {
  color: var(--green);
}

.content-app[data-theme="light"] .personalized-bar {
  border-bottom-color: rgba(38, 30, 36, .1);
  background: #faf8f7;
}

.content-app[data-theme="light"] .personalized-copy b {
  color: var(--text);
}

.content-app[data-theme="light"] .personalized-taste {
  color: var(--muted);
}

.content-app[data-theme="light"] .personalized-button {
  border-color: #d8a9bc;
  color: var(--pink);
}

.content-app[data-theme="light"] .personalized-button:hover {
  color: #fff;
  background: var(--pink);
}

.content-app[data-theme="light"] .rail-heading h2 {
  color: var(--text);
}

.content-app[data-theme="light"] .see-more {
  color: #706970;
}

.content-app[data-theme="light"] .rail-arrow {
  border-color: #d7d0d1;
  color: #5e5861;
  background: #fff;
}

.content-app[data-theme="light"] .rail-arrow:hover {
  border-color: var(--pink);
  color: #fff;
  background: var(--pink);
}

.content-app[data-theme="light"] .music-cover,
.content-app[data-theme="light"] .poster,
.content-app[data-theme="light"] .video-frame {
  background: #e3dfdd;
}

.content-app[data-theme="light"] .music-card b,
.content-app[data-theme="light"] .poster-bottom b,
.content-app[data-theme="light"] .video-card > b,
.content-app[data-theme="light"] .artist-card > b,
.content-app[data-theme="light"] .event-copy b {
  color: var(--text);
}

.content-app[data-theme="light"] .music-card small,
.content-app[data-theme="light"] .poster-bottom small,
.content-app[data-theme="light"] .video-card > small,
.content-app[data-theme="light"] .artist-card > small,
.content-app[data-theme="light"] .event-copy small {
  color: var(--muted);
}

.content-app[data-theme="light"] .artist-card img {
  border-color: #ddd6d6;
}

.content-app[data-theme="light"] .artist-card:hover img {
  border-color: var(--pink);
}

.content-app[data-theme="light"] .dj-card,
.content-app[data-theme="light"] .recent-column {
  border-color: #ddd6d6;
  background: #fff;
}

.content-app[data-theme="light"] .dj-card:hover {
  border-color: #d39ab1;
  background: #fff9fb;
}

.content-app[data-theme="light"] .dj-card > img {
  border-color: #ddd6d6;
}

.content-app[data-theme="light"] .sponsored-section {
  border-color: #e1cbd5;
  background: linear-gradient(115deg, #fff4f8, #fff 62%);
}

.content-app[data-theme="light"] .sponsored-note {
  color: #817781;
}

.content-app[data-theme="light"] .pro-dj-card {
  border-color: #e1cbd5;
  background: #fff;
}

.content-app[data-theme="light"] .pro-dj-card:hover {
  border-color: var(--pink);
}

.content-app[data-theme="light"] .pro-dj-title b,
.content-app[data-theme="light"] .pro-profile {
  color: var(--text);
}

.content-app[data-theme="light"] .pro-profile:hover {
  color: var(--pink);
}

.content-app[data-theme="light"] .pro-dj-meta span {
  color: #8c5b70;
}

.content-app[data-theme="light"] .dj-copy b,
.content-app[data-theme="light"] .recent-column-head b,
.content-app[data-theme="light"] .recent-item b {
  color: var(--text);
}

.content-app[data-theme="light"] .recent-action {
  color: var(--pink);
  background: #eee9e7;
}

.content-app[data-theme="light"] .recent-action:hover {
  color: #fff;
  background: var(--pink);
}

.content-app[data-theme="light"] .event-card {
  border-color: #ddd6d6;
  background: #fff;
}

.content-app[data-theme="light"] .event-card:hover {
  border-color: #d39ab1;
  background: #fff9fb;
}

.content-app[data-theme="light"] .event-arrow {
  color: #5a535b;
  background: #eee9e7;
}

.content-app[data-theme="light"] .event-arrow:hover {
  color: #fff;
  background: var(--pink);
}

.content-app[data-theme="light"] .stream-footer {
  border-top-color: rgba(38, 30, 36, .11);
  background: #e9e5e3;
}

.content-app[data-theme="light"] .footer-links {
  color: #6f6870;
}

.content-app[data-theme="light"] .footer-copy {
  color: #8c858b;
}

/* G4 editorial direction: cartaz de rua, rádio de pista, catálogo sempre em primeiro plano. */
.stream-brand,
.hero-copy h1,
.rail-heading h2,
.artist-banner h2,
.recent-column-head b,
.rank-info b {
  font-family: 'Archivo Black', 'Archivo', Arial, sans-serif;
}

.hero-label,
.hero-details,
.hero-side-head,
.genre-label,
.personalized-kicker,
.personalized-taste,
.section-kicker,
.see-more,
.recent-column-head button,
.recent-item small,
.rank-info small,
.rank-info span,
.footer-copy {
  font-family: 'IBM Plex Mono', monospace;
}

.rail-heading > div:first-child {
  position: relative;
  padding-left: 14px;
}

.rail-heading > div:first-child::before {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 4px;
  content: '';
  background: linear-gradient(var(--pink) 0 52%, var(--blue) 52% 100%);
}

.music-card,
.poster-card,
.video-card,
.artist-card,
.mix-card,
.event-card,
.rank-card,
.recent-column,
.sponsored-section,
.artist-banner {
  border-radius: 2px;
}

.mix-paredao { background: linear-gradient(135deg, #8a3327, #e16a37); }
.mix-funk { background: linear-gradient(135deg, #263d8d, #536bce); }
.mix-arrocha { background: linear-gradient(135deg, #6d342d, #c56a44); }
.mix-sertanejo { background: linear-gradient(135deg, #285b57, #4e9b82); }
.mix-brega { background: linear-gradient(135deg, #513165, #a14a73); }
.mix-tiktok { background: linear-gradient(135deg, #292b38, #c3464f); }

.stream-player {
  border-top-color: #5a493f;
  background: rgba(36, 29, 26, .98);
}

.stream-player-copy b,
.stream-player button {
  color: var(--text);
}

.stream-player-progress {
  background: #4a3b34;
}

.stream-player-progress span {
  background: linear-gradient(90deg, var(--pink), var(--blue));
}

.player-video-toggle,
.queue-button {
  border-color: #5a493f !important;
  border-radius: 2px;
}

.stream-player-buttons .stream-main-play {
  color: #201916;
  background: var(--pink-light);
}

.queue-panel {
  border-color: #5a493f;
  border-radius: 2px 2px 0 0;
  background: #241d1a;
}

.queue-item {
  border-bottom-color: #4a3b34;
}

.stream-toast {
  border-left-color: var(--blue);
  border-radius: 2px;
  background: #302622;
}

.content-app h1,
.content-app h2,
.content-app h3,
.content-app h4 {
  font-family: 'Archivo Black', 'Archivo', Arial, sans-serif;
}

.content-app[data-theme="light"] .stream-header {
  border-bottom-color: rgba(32, 26, 22, .14);
  background: rgba(243, 235, 221, .94);
}

.content-app[data-theme="light"] .stream-nav a {
  color: #71655c;
}

.content-app[data-theme="light"] .stream-search {
  border-color: #cdbdaf;
  background: #fff8ed;
}

.content-app[data-theme="light"] .genre-strip {
  border-bottom-color: rgba(32, 26, 22, .14);
  background: #fff8ed;
}

.content-app[data-theme="light"] .genre-chip,
.content-app[data-theme="light"] .rail-arrow {
  border-color: #cdbdaf;
  color: #71655c;
  background: transparent;
}

.content-app[data-theme="light"] .personalized-bar {
  border-bottom-color: rgba(32, 26, 22, .14);
  background: #e9dfd0;
}

.content-app[data-theme="light"] .stream-player {
  border-top-color: #cdbdaf;
  background: rgba(255, 248, 237, .98);
}

.content-app[data-theme="light"] .stream-player-copy b,
.content-app[data-theme="light"] .stream-player button {
  color: var(--text);
}

.content-app[data-theme="light"] .queue-panel {
  border-color: #cdbdaf;
  background: #fff8ed;
}

@media (min-width: 701px) {
  .hero-stage,
  .hero-inner {
    min-height: 350px;
  }
}

@media (max-width: 1200px) {
  .stream-inner {
    gap: 16px;
  }

  .stream-nav {
    gap: 12px;
  }

  .publish-button {
    display: none;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 22px;
  }
}

@media (max-width: 950px) {
  .stream-inner {
    min-height: 62px;
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .stream-nav {
    order: 3;
    flex-basis: 100%;
    gap: 18px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .stream-nav::-webkit-scrollbar {
    display: none;
  }

  .stream-nav a.is-active::after {
    bottom: -11px;
  }

  .stream-search {
    max-width: 350px;
  }

  .hero-stage,
  .hero-inner {
    min-height: 430px;
    grid-template-columns: minmax(0, 1fr) 290px;
  }

  .content-rail {
    grid-auto-columns: minmax(170px, 1fr);
  }

  .video-rail {
    grid-auto-columns: minmax(250px, 1fr);
  }

  .recent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .prototype-strip > div,
  .stream-inner,
  .content-shell,
  .genre-inner,
  .personalized-inner,
  .footer-inner,
  .hero-inner {
    width: calc(100% - 28px);
  }

  .prototype-strip > div {
    min-height: 38px;
  }

  .prototype-strip a {
    display: none;
  }

  .stream-inner {
    min-height: 111px;
    align-content: center;
    gap: 11px;
  }

  .stream-search {
    order: 2;
    max-width: none;
    flex-basis: calc(100% - 45px);
  }

  .stream-nav {
    order: 3;
    margin-bottom: -1px;
  }

  .stream-nav a {
    font-size: 11px;
  }

  .hero-stage,
  .hero-inner {
    min-height: 545px;
  }

  .hero-background {
    object-position: 58% center;
  }

  .hero-overlay {
    background: linear-gradient(0deg, rgba(5, 6, 10, .98) 7%, rgba(5, 6, 10, .58) 59%, rgba(5, 6, 10, .33) 100%);
  }

  .hero-inner {
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: end;
    gap: 18px;
    padding-bottom: 25px;
  }

  .hero-copy {
    width: 100%;
    padding: 0;
  }

  .hero-copy h1 {
    font-size: 49px;
  }

  .hero-description {
    margin-top: 16px;
    font-size: 12px;
  }

  .hero-side {
    width: 100%;
    padding-top: 12px;
  }

  .hero-side-item {
    min-height: 57px;
    grid-template-columns: 20px 36px minmax(0, 1fr) 26px;
  }

  .hero-side-item img {
    width: 36px;
    height: 36px;
  }

  .hero-side-foot {
    padding-top: 8px;
  }

  .genre-inner {
    min-height: 53px;
  }

  .personalized-inner {
    min-height: 69px;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 7px 12px;
    padding: 10px 0;
  }

  .personalized-copy {
    flex-wrap: wrap;
    gap: 5px 9px;
  }

  .genre-label,
  .genre-location {
    display: none;
  }

  .rail-section,
  .rank-section {
    margin-top: 25px;
  }

  .rail-heading h2 {
    font-size: 19px;
  }

  .sponsored-section .rail-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .sponsor-cta {
    align-self: flex-end;
  }

  .content-rail {
    grid-auto-columns: minmax(150px, 42vw);
  }

  .video-rail {
    grid-auto-columns: minmax(245px, 78vw);
  }

  .mix-rail {
    grid-auto-columns: minmax(205px, 68vw);
  }

  .artist-rail {
    grid-auto-columns: minmax(142px, 42vw);
  }

  .dj-rail {
    grid-auto-columns: minmax(250px, 78vw);
  }

  .pro-dj-rail {
    grid-auto-columns: minmax(250px, 78vw);
  }

  .recent-grid {
    grid-template-columns: 1fr;
  }

  .event-rail,
  .rank-rail {
    grid-auto-columns: minmax(245px, 78vw);
  }

  .artist-banner {
    min-height: 285px;
    grid-template-columns: 1fr;
    padding: 25px 22px;
  }

  .artist-banner-art {
    display: none;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .footer-links {
    gap: 13px;
    flex-wrap: wrap;
  }

  .footer-copy {
    font-size: 9px;
  }

  .stream-player {
    right: 0;
    bottom: 0;
    left: 0;
    grid-template-columns: 38px minmax(0, 1fr) auto auto;
    gap: 8px;
    min-height: 63px;
    padding: 8px 10px;
  }

  .stream-player > img {
    width: 38px;
    height: 38px;
  }

  .stream-player-progress {
    display: none;
  }

  .player-kind {
    margin-bottom: 2px;
    font-size: 7px;
  }

  .player-video-toggle {
    display: none !important;
  }

  .queue-button {
    min-height: 27px;
    padding: 0 7px !important;
  }

  .stream-player-buttons {
    gap: 0;
  }

  .stream-player-buttons button {
    width: 24px;
    height: 24px;
  }

  .stream-player-buttons .stream-main-play {
    width: 31px;
    height: 31px;
  }

  .queue-panel {
    right: 0;
    bottom: 63px;
    left: 0;
    width: auto;
    max-width: none;
    border-right: 0;
    border-left: 0;
    border-radius: 5px 5px 0 0;
  }

  .stream-toast {
    right: 14px;
    bottom: 76px;
    left: 14px;
    max-width: none;
  }
}

/* Reverte a camada visual mais recente sem remover as seções de conteúdo novas. */
.stream-brand,
.hero-copy h1,
.rail-heading h2,
.artist-banner h2,
.recent-column-head b,
.rank-info b,
.content-app h1,
.content-app h2,
.content-app h3,
.content-app h4 {
  font-family: 'Space Grotesk', Arial, sans-serif;
}

.hero-label,
.hero-details,
.hero-side-head,
.genre-label,
.personalized-kicker,
.personalized-taste,
.section-kicker,
.see-more,
.recent-column-head button,
.recent-item small,
.rank-info small,
.rank-info span,
.footer-copy {
  font-family: 'DM Sans', Arial, sans-serif;
}

.rail-heading > div:first-child {
  padding-left: 0;
}

.rail-heading > div:first-child::before {
  display: none;
}

.music-card,
.poster-card,
.video-card,
.artist-card,
.mix-card,
.event-card,
.rank-card,
.recent-column,
.sponsored-section,
.artist-banner {
  border-radius: 5px;
}

.artist-banner {
  border-radius: 6px;
}

.mix-paredao { background: linear-gradient(135deg, #7d1e4e, #cf633b); }
.mix-funk { background: linear-gradient(135deg, #263889, #9533a3); }
.mix-arrocha { background: linear-gradient(135deg, #713331, #cf8b4d); }
.mix-sertanejo { background: linear-gradient(135deg, #255d5f, #509c7f); }
.mix-brega { background: linear-gradient(135deg, #4b2772, #b73589); }
.mix-tiktok { background: linear-gradient(135deg, #2a2f36, #d02d55); }

.stream-player {
  border-top-color: #3b333d;
  border-radius: 5px;
  background: rgba(23, 21, 27, .97);
}

.stream-player-copy b,
.stream-player button {
  color: #d8d3d9;
}

.stream-player-progress {
  background: #3a3740;
}

.stream-player-progress span {
  background: var(--pink);
}

.player-video-toggle,
.queue-button {
  border-color: #4a424c !important;
  border-radius: 3px;
}

.stream-player-buttons .stream-main-play {
  color: #2d2125;
  background: var(--gold);
}

.queue-panel {
  border-color: #3b333d;
  border-radius: 5px 5px 0 0;
  background: #17151b;
}

.queue-item {
  border-bottom-color: #2c282f;
}

.stream-toast {
  border-left-color: var(--gold);
  border-radius: 4px;
  background: #252229;
}

.content-app[data-theme="light"] {
  --bg: #f3f1ef;
  --bg-soft: #fbfaf9;
  --surface: #fff;
  --surface-2: #efebee;
  --line: rgba(27, 27, 31, .12);
  --text: #242127;
  --muted: #77717a;
  --pink: #c6175c;
  --pink-light: #a7114b;
  --gold: #9c7319;
  --green: #28765c;
  --blue: #4356a8;
  color: var(--text);
  background: var(--bg);
}

.content-app[data-theme="light"] .stream-header {
  border-bottom-color: rgba(27, 27, 31, .1);
  background: rgba(255, 255, 255, .94);
}

.content-app[data-theme="light"] .stream-brand,
.content-app[data-theme="light"] .rail-heading h2 {
  color: var(--text);
}

.content-app[data-theme="light"] .stream-nav a,
.content-app[data-theme="light"] .see-more {
  color: #77717a;
}

.content-app[data-theme="light"] .stream-nav a:hover,
.content-app[data-theme="light"] .stream-nav a.is-active,
.content-app[data-theme="light"] .see-more:hover {
  color: var(--text);
}

.content-app[data-theme="light"] .stream-search {
  border-color: #d5d0d2;
  background: #fff;
}

.content-app[data-theme="light"] .stream-search input {
  color: var(--text);
}

.content-app[data-theme="light"] .theme-toggle {
  border-color: #d5d0d2;
  color: #655f68;
  background: #f7f5f6;
}

.content-app[data-theme="light"] .genre-strip,
.content-app[data-theme="light"] .personalized-bar {
  border-bottom-color: rgba(27, 27, 31, .1);
  background: #fff;
}

.content-app[data-theme="light"] .personalized-bar {
  background: #f7f4f5;
}

.content-app[data-theme="light"] .genre-chip,
.content-app[data-theme="light"] .rail-arrow {
  border-color: #d5d0d2;
  color: #655f68;
  background: transparent;
}

.content-app[data-theme="light"] .genre-chip:hover,
.content-app[data-theme="light"] .genre-chip.is-active,
.content-app[data-theme="light"] .rail-arrow:hover {
  color: #fff;
  background: var(--pink);
}

.content-app[data-theme="light"] .music-cover,
.content-app[data-theme="light"] .poster,
.content-app[data-theme="light"] .video-frame {
  background: #e9e6e7;
}

.content-app[data-theme="light"] .dj-card,
.content-app[data-theme="light"] .recent-column,
.content-app[data-theme="light"] .event-card,
.content-app[data-theme="light"] .sponsored-section,
.content-app[data-theme="light"] .pro-dj-card {
  border-color: #ddd8da;
  background: #fff;
}

.content-app[data-theme="light"] .stream-player {
  border-top-color: #d5d0d2;
  background: rgba(255, 255, 255, .97);
}

.content-app[data-theme="light"] .stream-player-copy b,
.content-app[data-theme="light"] .stream-player button,
.content-app[data-theme="light"] .dj-copy b,
.content-app[data-theme="light"] .recent-item b,
.content-app[data-theme="light"] .pro-dj-title b {
  color: var(--text);
}

.content-app[data-theme="light"] .queue-panel {
  border-color: #d5d0d2;
  background: #fff;
}

.content-app[data-theme="light"] .stream-search input::placeholder {
  color: #96949e;
}

.content-app[data-theme="light"] .publish-button {
  color: var(--pink);
}

.content-app[data-theme="light"] .genre-label {
  color: #96949e;
}

.content-app[data-theme="light"] .genre-location {
  color: var(--green);
}

.content-app[data-theme="light"] .genre-location small {
  color: #817c86;
}

.content-app[data-theme="light"] .artist-card img {
  border-color: #ddd8da;
}

.content-app[data-theme="light"] .dj-card:hover,
.content-app[data-theme="light"] .event-card:hover {
  border-color: #d8a9bc;
  background: #fff;
}

.content-app[data-theme="light"] .sponsored-section {
  border-color: #e0cad5;
  background: #fff;
}

.content-app[data-theme="light"] .sponsored-note {
  color: #817c86;
}

.content-app[data-theme="light"] .pro-dj-card:hover {
  border-color: var(--pink);
}

.content-app[data-theme="light"] .recent-action,
.content-app[data-theme="light"] .event-arrow {
  background: #efebee;
}

.content-app[data-theme="light"] .recent-action {
  color: var(--pink);
}

.content-app[data-theme="light"] .event-arrow {
  color: #5e5861;
}

.content-app[data-theme="light"] .stream-footer {
  border-top-color: rgba(27, 27, 31, .1);
  background: #efebee;
}

.content-app[data-theme="light"] .footer-links {
  color: #77717a;
}

.content-app[data-theme="light"] .footer-copy {
  color: #96949e;
}

@media (min-width: 701px) {
  .hero-stage,
  .hero-inner {
    min-height: 570px;
  }
}

@media (max-width: 1200px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) 325px;
    gap: 28px;
  }
}

@media (max-width: 950px) {
  .hero-stage,
  .hero-inner {
    min-height: 640px;
    grid-template-columns: minmax(0, 1fr) 290px;
  }
}

@media (max-width: 700px) {
  .hero-stage,
  .hero-inner {
    min-height: 680px;
  }

  .hero-copy h1 {
    font-size: 58px;
  }

  .stream-player {
    right: 8px;
    bottom: 8px;
    left: 8px;
    grid-template-columns: 38px minmax(0, 1fr) auto 21px;
    gap: 9px;
    min-height: 58px;
    padding: 8px 8px 8px 7px;
  }

  .queue-panel {
    right: 8px;
    bottom: 74px;
    left: 8px;
    width: auto;
    max-width: none;
  }
}
