.page-main {
  min-height: calc(100vh - 160px);
  padding: 26px 0 112px;
}

.page-wrap {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
}

.page-crumbs {
  display: flex;
  align-items: center;
  gap: 7px;
  overflow: hidden;
  color: #89848d;
  font-size: 10px;
  white-space: nowrap;
}

.page-crumbs a:hover {
  color: var(--pink-light);
}

.page-crumbs span:last-child {
  overflow: hidden;
  color: #c9c2ca;
  text-overflow: ellipsis;
}

.compact-page-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 21px 0 15px;
}

.compact-page-head h1 {
  margin: 6px 0 0;
  color: #fff;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: clamp(27px, 3.5vw, 42px);
  letter-spacing: -.065em;
  line-height: .96;
}

.compact-page-head p {
  max-width: 460px;
  margin: 0 0 2px;
  color: #928c95;
  font-size: 11px;
  line-height: 1.5;
}

.page-hero {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  padding: 28px 30px;
  border: 1px solid #2c2d35;
  border-radius: 7px;
  background: linear-gradient(115deg, #21131e 0%, #171820 63%, #111217 100%);
}

.page-hero::after {
  position: absolute;
  right: -100px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  content: '';
  border: 44px solid rgba(227, 29, 111, .1);
  border-radius: 50%;
  pointer-events: none;
}

.page-hero-content {
  position: relative;
  z-index: 1;
  max-width: 750px;
}

.page-eyebrow,
.page-kicker {
  color: var(--pink-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.page-hero h1,
.page-section-title,
.detail-title,
.profile-name,
.pro-title {
  margin: 8px 0 0;
  color: #fff;
  font-family: 'Space Grotesk', Arial, sans-serif;
  letter-spacing: -.06em;
}

.page-hero h1 {
  max-width: 720px;
  font-size: clamp(32px, 4vw, 56px);
  line-height: .96;
}

.page-hero p {
  max-width: 650px;
  margin: 14px 0 0;
  color: #aaa5ae;
  font-size: 13px;
  line-height: 1.55;
}

.hero-stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.hero-stat {
  min-width: 115px;
  padding: 10px 12px;
  border: 1px solid #3b2a36;
  border-radius: 4px;
  background: rgba(13, 14, 19, .48);
}

.hero-stat strong,
.hero-stat span {
  display: block;
}

.hero-stat strong {
  color: #fff;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 18px;
}

.hero-stat span {
  margin-top: 3px;
  color: #8e8992;
  font-size: 9px;
}

.page-search-form {
  max-width: 600px;
  display: flex;
  gap: 7px;
  margin-top: 20px;
}

.compact-search-form {
  margin: 12px 0 18px;
}

.page-search-form input,
.page-input,
.page-select,
.page-textarea {
  min-width: 0;
  border: 1px solid #373740;
  border-radius: 4px;
  outline: 0;
  color: #fff;
  background: #111217;
  font-size: 12px;
}

.page-search-form input,
.page-input,
.page-select {
  height: 38px;
  padding: 0 12px;
}

.page-textarea {
  width: 100%;
  min-height: 105px;
  padding: 11px 12px;
  resize: vertical;
}

.page-search-form input {
  flex: 1;
}

.page-search-form input:focus,
.page-input:focus,
.page-select:focus,
.page-textarea:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px rgba(227, 29, 111, .14);
}

.page-search-form input::placeholder,
.page-input::placeholder,
.page-textarea::placeholder {
  color: #79757e;
}

.page-button,
.page-button-secondary,
.page-button-quiet,
.page-button-gold {
  min-height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  transition: border-color .2s, background .2s, color .2s, transform .2s;
}

.page-button:hover,
.page-button-secondary:hover,
.page-button-quiet:hover,
.page-button-gold:hover {
  transform: translateY(-1px);
}

.page-button {
  color: #fff;
  background: var(--pink);
}

.page-button:hover {
  background: #ff4d93;
}

.page-button-secondary {
  border-color: #493a43;
  color: #f0c4d4;
  background: #241b23;
}

.page-button-secondary:hover {
  border-color: var(--pink-light);
  color: #fff;
}

.page-button-quiet {
  border-color: #34353d;
  color: #b6b0b8;
  background: transparent;
}

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

.page-button-gold {
  color: #2d2025;
  background: var(--gold);
}

.page-button.is-active,
.page-button-quiet.is-active,
.page-button-secondary.is-active {
  border-color: var(--pink);
  color: #fff;
  background: var(--pink);
}

.page-toolbar {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  padding: 8px;
  overflow-x: auto;
  border: 1px solid #292a31;
  border-radius: 5px;
  background: #111217;
  scrollbar-width: none;
}

.page-toolbar::-webkit-scrollbar {
  display: none;
}

.filter-chip,
.tab-button {
  flex: 0 0 auto;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid #373740;
  border-radius: 3px;
  color: #aaa5ae;
  background: transparent;
  font-size: 10px;
  font-weight: 600;
}

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

.filter-label {
  flex: 0 0 auto;
  margin-right: 4px;
  color: #807b84;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
}

.page-section {
  margin-top: 32px;
}

.page-section-header {
  min-height: 38px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 14px;
}

.page-section-title {
  font-size: 25px;
  line-height: 1;
}

.page-section-description {
  margin: 6px 0 0;
  color: #8d8891;
  font-size: 10px;
}

.section-link {
  flex: 0 0 auto;
  color: var(--pink-light);
  font-size: 10px;
  font-weight: 700;
}

.section-link:hover {
  color: #fff;
}

.page-card {
  min-width: 0;
  border: 1px solid #2a2b32;
  border-radius: 6px;
  background: var(--surface);
}

.page-card:hover {
  border-color: #5a3344;
}

.track-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.track-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 24px 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 70px;
  padding: 9px 11px;
  border: 1px solid #2b2c33;
  border-radius: 5px;
  background: var(--surface);
  transition: border-color .2s, background .2s, transform .2s;
}

.track-card:hover {
  border-color: #62374b;
  background: #1c1d24;
  transform: translateY(-1px);
}

.track-card[hidden] {
  display: none;
}

.track-number {
  color: var(--gold);
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.track-cover {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 4px;
}

.track-cover img,
.album-cover img,
.video-thumb img,
.artist-cover img,
.event-cover img,
.search-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s;
}

.track-card:hover img,
.album-card:hover img,
.video-card-pro:hover img,
.artist-card-pro:hover img,
.event-card-pro:hover img,
.search-result:hover img {
  transform: scale(1.05);
}

.track-info,
.album-info,
.video-info,
.artist-info,
.event-info,
.search-info {
  min-width: 0;
}

.track-info b,
.track-info small,
.album-info b,
.album-info small,
.video-info b,
.video-info small,
.artist-info b,
.artist-info small,
.event-info b,
.event-info small,
.search-info b,
.search-info small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.track-info b,
.album-info b,
.video-info b,
.artist-info b,
.event-info b,
.search-info b {
  color: #fff;
  font-size: 11px;
}

.track-info small,
.album-info small,
.video-info small,
.artist-info small,
.event-info small,
.search-info small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
}

.track-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 5px;
}

.track-tag,
.status-pill,
.region-pill,
.sponsor-pill {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .04em;
}

.track-tag {
  color: #d9b1c2;
  background: #2b2028;
}

.status-pill {
  color: var(--green);
  background: rgba(96, 214, 160, .1);
}

.region-pill {
  color: #f0c781;
  background: rgba(247, 201, 87, .1);
}

.sponsor-pill {
  color: #2b2024;
  background: var(--gold);
}

.vip-card {
  border-color: rgba(247, 201, 87, .34);
}

.vip-card:hover {
  border-color: var(--gold);
}

.vip-pill,
.vip-tag {
  color: #2b2024;
  background: var(--gold);
}

.album-cover .vip-pill {
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 9px;
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .04em;
}

.track-actions {
  display: flex;
  align-items: center;
  gap: 5px;
}

.track-action,
.round-action {
  width: 29px;
  height: 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3a3942;
  border-radius: 50%;
  color: #d9d4da;
  background: #1e1f26;
  font-size: 10px;
}

.track-action:hover,
.track-action.is-active,
.round-action:hover {
  border-color: var(--pink);
  color: #fff;
  background: var(--pink);
}

.track-action-primary {
  color: #fff;
  background: var(--pink);
}

.track-action-primary:hover {
  background: #ff4d93;
}

.album-grid,
.video-grid,
.artist-grid,
.event-grid,
.photo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.album-card,
.video-card-pro,
.artist-card-pro,
.event-card-pro,
.photo-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #2a2b32;
  border-radius: 6px;
  background: var(--surface);
  transition: border-color .2s, transform .2s;
}

.album-card:hover,
.video-card-pro:hover,
.artist-card-pro:hover,
.event-card-pro:hover,
.photo-card:hover {
  border-color: #62374b;
  transform: translateY(-2px);
}

.album-cover {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #25262d;
}

.album-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.album-cover::after,
.video-thumb::after,
.artist-cover::after,
.event-cover::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 48%;
  content: '';
  background: linear-gradient(0deg, rgba(7, 8, 11, .7), transparent);
  pointer-events: none;
}

.album-cover .status-pill,
.album-cover .sponsor-pill {
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 9px;
}

.album-cover .track-action {
  position: absolute;
  z-index: 2;
  right: 9px;
  bottom: 9px;
}

.album-info,
.video-info,
.artist-info,
.event-info {
  padding: 11px 12px 12px;
}

.album-info .mini-row,
.video-info .mini-row,
.artist-info .mini-row,
.event-info .mini-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 9px;
}

.mini-row span {
  overflow: hidden;
  color: #908a94;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.list-layout,
.detail-layout,
.profile-layout,
.search-layout,
.pro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 18px;
}

.list-main,
.detail-main,
.profile-main,
.search-main,
.pro-main,
.page-sidebar {
  min-width: 0;
}

.page-sidebar {
  display: grid;
  align-content: start;
  gap: 14px;
}

.sidebar-card {
  padding: 15px;
  border: 1px solid #2a2b32;
  border-radius: 6px;
  background: var(--surface);
}

.sidebar-card h3 {
  margin: 0;
  color: #fff;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 15px;
}

.sidebar-card p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.sidebar-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.sidebar-list a,
.sidebar-list button {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 7px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #d4cfd5;
  background: #1a1b21;
  font-size: 10px;
  text-align: left;
}

.sidebar-list a:hover,
.sidebar-list button:hover {
  border-color: #5b3547;
  color: #fff;
}

.sidebar-list img {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 3px;
  object-fit: cover;
}

.sidebar-list span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail-hero {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 20px;
  border: 1px solid #2a2b32;
  border-radius: 7px;
  background: linear-gradient(120deg, #21151e, #171820 60%, #111217);
}

.detail-cover {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .32);
}

.detail-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-cover .sponsor-pill {
  position: absolute;
  top: 10px;
  left: 10px;
}

.detail-title {
  font-size: clamp(28px, 4vw, 48px);
  line-height: .96;
}

.detail-artist {
  display: inline-block;
  margin-top: 9px;
  color: var(--pink-light);
  font-size: 12px;
  font-weight: 700;
}

.detail-artist:hover {
  color: #fff;
}

.detail-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.song-context-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 15px;
}

.song-context-item {
  min-width: 0;
  padding: 11px;
  border: 1px solid #2b2c33;
  border-radius: 5px;
  background: #111217;
}

.song-context-item span,
.song-context-item strong {
  display: block;
}

.song-context-item span {
  color: var(--muted);
  font-size: 8px;
}

.song-context-item strong {
  margin-top: 5px;
  overflow: hidden;
  color: #fff;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail-stat strong,
.detail-stat small {
  display: block;
}

.detail-stat strong {
  color: #fff;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 17px;
}

.detail-stat small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}

.detail-reactions {
  max-width: 650px;
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid #2b2c33;
}

.detail-reactions__title,
.detail-reactions__hint {
  display: block;
}

.detail-reactions__title {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
}

.detail-reactions__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 9px;
}

.detail-reactions__buttons--emoji {
  margin-top: 7px;
}

.detail-reaction-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid #34353d;
  border-radius: 4px;
  color: #c9c1ca;
  background: #17181e;
  font: inherit;
  font-size: 10px;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.detail-reaction-button:hover,
.detail-reaction-button:focus-visible {
  border-color: var(--pink-light);
  color: #fff;
  background: #241b23;
}

.detail-reaction-button:active {
  transform: translateY(1px);
}

.detail-reaction-button.is-active {
  border-color: var(--pink);
  color: #fff;
  background: rgba(227, 29, 111, .16);
  box-shadow: inset 0 0 0 1px rgba(227, 29, 111, .16);
}

.detail-reaction-button--up.is-active {
  border-color: #55c98a;
  background: rgba(85, 201, 138, .13);
}

.detail-reaction-button--down.is-active {
  border-color: #ec7182;
  background: rgba(236, 113, 130, .13);
}

.detail-reaction-button:disabled {
  opacity: .65;
  cursor: wait;
}

.detail-reaction-button__emoji {
  font-size: 16px;
  line-height: 1;
}

.detail-reaction-button__label {
  color: inherit;
}

.detail-reaction-button strong {
  min-width: 14px;
  color: #fff;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 11px;
  text-align: center;
}

.detail-reactions__hint {
  margin-top: 8px;
  color: var(--muted);
  font-size: 9px;
}

.detail-description {
  max-width: 650px;
  margin-top: 16px;
  color: #aaa5ae;
  font-size: 11px;
  line-height: 1.55;
}

.song-lyrics {
  max-width: 650px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #2b2c33;
}

.song-lyrics__text {
  margin: 10px 0 0;
  color: #aaa5ae;
  font-size: 12px;
  line-height: 1.8;
  white-space: pre-line;
}

.detail-panel {
  padding: 18px;
  border: 1px solid #2a2b32;
  border-radius: 6px;
  background: var(--surface);
}

.detail-panel h2 {
  margin: 0;
  color: #fff;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 21px;
  letter-spacing: -.04em;
}

.detail-panel > p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 10px;
}

.detail-track-list {
  display: grid;
  gap: 6px;
  margin-top: 16px;
}

.detail-track {
  display: grid;
  grid-template-columns: 24px 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-height: 58px;
  padding: 7px 9px;
  border: 1px solid #2b2c33;
  border-radius: 4px;
  background: #111217;
}

.detail-track--cd {
  grid-template-columns: 24px minmax(0, 1fr) auto;
}

.detail-track:hover,
.detail-track.is-current {
  border-color: #64374d;
  background: #1e1920;
}

.detail-track-number {
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.detail-track-cover {
  width: 42px;
  height: 42px;
  border-radius: 3px;
  object-fit: cover;
}

.detail-track-title,
.detail-track-artist {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail-track-title {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.detail-track-artist {
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
}

.detail-track-actions {
  display: flex;
  align-items: center;
  gap: 5px;
}

.video-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 16px;
  padding: 15px;
  border: 1px solid #2a2b32;
  border-radius: 6px;
  background: var(--surface);
}

.video-stage,
.video-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background: #15161b;
}

.video-stage {
  min-height: 330px;
}

.video-stage img,
.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-stage::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(0deg, rgba(5, 6, 9, .8), transparent 65%);
  pointer-events: none;
}

.video-stage .video-play-large {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 57px;
  height: 57px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--pink);
  font-size: 17px;
  transform: translate(-50%, -50%);
}

.video-stage .video-play-large:hover {
  background: #ff4d93;
  transform: translate(-50%, -50%) scale(1.06);
}

.video-stage-caption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  left: 18px;
}

.video-stage-caption b {
  display: block;
  color: #fff;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 18px;
}

.video-stage-caption small {
  display: block;
  margin-top: 5px;
  color: #d2ccd3;
  font-size: 10px;
}

.video-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 8px 8px 3px;
}

.video-feature-copy h2 {
  margin: 8px 0 0;
  color: #fff;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 28px;
  letter-spacing: -.06em;
  line-height: 1;
}

.video-feature-copy p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

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

.video-thumb .video-play-small {
  position: absolute;
  z-index: 2;
  right: 9px;
  bottom: 9px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--pink);
  font-size: 10px;
}

.video-badge {
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 9px;
  padding: 4px 6px;
  border-radius: 2px;
  color: #2b2024;
  background: var(--gold);
  font-size: 8px;
  font-weight: 700;
}

.video-info b {
  font-size: 12px;
}

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

.artist-cover {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #25262d;
}

.artist-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artist-cover .track-action {
  position: absolute;
  z-index: 2;
  right: 9px;
  bottom: 9px;
}

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

.artist-info .artist-location {
  margin-top: 4px;
  color: var(--green);
  font-size: 9px;
}

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

.event-card-pro {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
}

.event-cover {
  position: relative;
  min-height: 150px;
  overflow: hidden;
  background: #25262d;
}

.event-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-date-block {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  width: 43px;
  padding: 5px 0;
  border-radius: 3px;
  color: #2b2024;
  background: var(--gold);
  text-align: center;
}

.event-date-block strong,
.event-date-block small {
  display: block;
}

.event-date-block strong {
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
}

.event-date-block small {
  margin-top: 3px;
  font-size: 8px;
  font-weight: 700;
}

.event-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.event-info h3 {
  margin: 0;
  color: #fff;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.05;
}

.event-info .event-place {
  margin-top: 8px;
  color: #d0c7cf;
  font-size: 10px;
}

.event-info .event-artist {
  margin-top: 4px;
  color: var(--pink-light);
  font-size: 10px;
  font-weight: 700;
}

.event-info .event-actions {
  display: flex;
  gap: 6px;
  margin-top: 14px;
}

.photo-card {
  display: flex;
  flex-direction: column;
}

.photo-card > img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.photo-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 12px;
}

.photo-info b,
.photo-info small {
  display: block;
}

.photo-info b {
  margin-top: 7px;
  color: #fff;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.05;
}

.photo-info small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 9px;
}

.photo-info .page-button-quiet {
  width: 100%;
  margin-top: auto;
  padding-top: 11px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 17px;
  padding: 11px 0 2px;
  border-top: 1px solid #2a2b32;
}

.pagination-pages {
  display: flex;
  align-items: center;
  gap: 5px;
}

.pagination-button {
  min-width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 1px solid #383840;
  border-radius: 4px;
  color: #aaa4ad;
  background: #17181e;
  font-size: 10px;
  font-weight: 700;
}

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

.pagination-button:disabled {
  cursor: not-allowed;
  opacity: .35;
}

.pagination-status {
  margin: 0 5px;
  color: #89838c;
  font-size: 9px;
}

.pagination-status b {
  color: #e4dfe4;
}

input[type='range'] {
  width: 100%;
  accent-color: var(--pink);
}

.profile-hero {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  border: 1px solid #2a2b32;
  border-radius: 7px;
  background: #171820;
}

.profile-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .62;
}

.profile-hero::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(90deg, rgba(7, 8, 11, .96), rgba(7, 8, 11, .62) 58%, rgba(7, 8, 11, .76));
}

.profile-content {
  position: relative;
  z-index: 1;
  min-height: 270px;
  display: flex;
  align-items: end;
  gap: 18px;
  padding: 25px;
}

.profile-avatar {
  width: 106px;
  height: 106px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .35);
}

.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-copy {
  min-width: 0;
  max-width: 720px;
}

.profile-name {
  font-size: clamp(30px, 4vw, 52px);
  line-height: .95;
}

.profile-copy p {
  max-width: 630px;
  margin: 11px 0 0;
  color: #c3bdc4;
  font-size: 11px;
  line-height: 1.5;
}

.profile-location {
  display: inline-flex;
  margin-top: 8px;
  color: var(--green);
  font-size: 10px;
}

.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 15px;
}

.profile-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}

.profile-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.metric-card {
  padding: 13px;
  border: 1px solid #2a2b32;
  border-radius: 5px;
  background: var(--surface);
}

.metric-card strong,
.metric-card span {
  display: block;
}

.metric-card strong {
  color: #fff;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 20px;
}

.metric-card span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
}

.song-artist-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.song-artist-avatar {
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  border: 2px solid #5b3547;
  border-radius: 50%;
  object-fit: cover;
  background: #25262d;
}

.song-artist-header h3 {
  margin-top: 4px;
}

.song-artist-location {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.song-artist-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 12px;
}

.song-artist-metrics .metric-card {
  padding: 8px;
}

.song-artist-metrics .metric-card strong {
  font-size: 16px;
}

.song-artist-metrics .metric-card span {
  font-size: 8px;
}

.content-tabs {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  border-bottom: 1px solid #2d2e35;
  scrollbar-width: none;
}

.content-tabs::-webkit-scrollbar {
  display: none;
}

.content-tabs .tab-button {
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  background: transparent;
}

.content-tabs .tab-button.is-active,
.content-tabs .tab-button:hover {
  border-bottom-color: var(--pink);
  color: #fff;
  background: transparent;
}

.tab-panel[hidden] {
  display: none;
}

.search-summary {
  padding: 15px 17px;
  border-left: 3px solid var(--pink);
  border-radius: 4px;
  color: #e9e3e9;
  background: #1c1820;
  font-size: 11px;
}

.search-summary strong {
  color: var(--pink-light);
}

.search-results {
  display: grid;
  gap: 10px;
}

.search-result {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid #2a2b32;
  border-radius: 5px;
  background: var(--surface);
}

.search-thumb {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 4px;
}

.search-result.artist-result .search-thumb {
  border-radius: 50%;
}

.search-type {
  display: inline-flex;
  margin-bottom: 5px;
  color: var(--gold);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.search-info b {
  font-size: 12px;
}

.search-action {
  flex: 0 0 auto;
}

.pro-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
  align-items: stretch;
  padding: 27px;
  border: 1px solid #503348;
  border-radius: 7px;
  background: linear-gradient(115deg, #381225, #1e1520 63%, #111217);
}

.pro-hero-copy h1 {
  max-width: 690px;
  margin: 9px 0 0;
  color: #fff;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: clamp(34px, 5vw, 62px);
  letter-spacing: -.07em;
  line-height: .91;
}

.pro-hero-copy p {
  max-width: 610px;
  margin: 15px 0 0;
  color: #c0b4bd;
  font-size: 12px;
  line-height: 1.55;
}

.pro-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}

.pro-preview {
  min-height: 240px;
  position: relative;
  overflow: hidden;
  padding: 14px;
  border: 1px solid #65425b;
  border-radius: 5px;
  background: linear-gradient(150deg, #281323, #14151b);
}

.pro-preview::after {
  position: absolute;
  right: -46px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  content: '';
  border: 30px solid rgba(247, 201, 87, .15);
  border-radius: 50%;
}

.pro-preview-label {
  position: relative;
  z-index: 1;
  color: var(--gold);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .14em;
}

.pro-preview-card {
  position: relative;
  z-index: 1;
  margin-top: 17px;
  padding: 12px;
  border: 1px solid #4b3042;
  border-radius: 4px;
  background: rgba(10, 11, 15, .64);
}

.pro-preview-card img {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  object-fit: cover;
}

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

.pro-preview-card b {
  padding-top: 4px;
  color: #fff;
  font-size: 12px;
}

.pro-preview-card small {
  margin-top: 4px;
  color: #b19dab;
  font-size: 9px;
}

.pro-preview-card .mini-row {
  clear: both;
  padding-top: 13px;
}

.pro-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.pro-benefit {
  min-height: 145px;
  padding: 16px;
  border: 1px solid #2a2b32;
  border-radius: 6px;
  background: var(--surface);
}

.pro-benefit-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #2d2025;
  background: var(--gold);
  font-size: 13px;
  font-weight: 700;
}

.pro-benefit h3 {
  margin: 14px 0 0;
  color: #fff;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 15px;
}

.pro-benefit p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.pro-builder {
  display: grid;
  grid-template-columns: 215px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border: 1px solid #2a2b32;
  border-radius: 6px;
  background: var(--surface);
}

.builder-steps {
  display: grid;
  align-content: start;
  gap: 5px;
}

.builder-step {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-height: 45px;
  padding: 7px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #98929b;
  background: transparent;
  font-size: 10px;
  text-align: left;
}

.builder-step:hover,
.builder-step.is-active {
  border-color: #5b3547;
  color: #fff;
  background: #221a22;
}

.builder-step span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #2d2025;
  background: #51444d;
  font-size: 10px;
  font-weight: 700;
}

.builder-step.is-active span {
  background: var(--pink);
  color: #fff;
}

.builder-panel {
  min-width: 0;
  padding: 16px;
  border: 1px solid #2a2b32;
  border-radius: 5px;
  background: #111217;
}

.builder-panel h3 {
  margin: 0;
  color: #fff;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 21px;
}

.builder-panel p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 10px;
}

.builder-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.field-label {
  display: grid;
  gap: 6px;
  color: #a9a3ac;
  font-size: 9px;
  font-weight: 700;
}

.field-label.full {
  grid-column: 1 / -1;
}

.builder-preview-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 15px;
  padding-top: 14px;
  border-top: 1px solid #2b2c33;
}

.builder-preview-line span {
  color: #8e8992;
  font-size: 10px;
}

.builder-preview-line strong {
  color: var(--gold);
  font-size: 16px;
}

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

.quote-card {
  padding: 16px;
  border: 1px solid #2a2b32;
  border-radius: 6px;
  background: var(--surface);
}

.quote-card p {
  margin: 0;
  color: #d0cad1;
  font-size: 11px;
  line-height: 1.55;
}

.quote-card footer {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 15px;
}

.quote-card img {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  object-fit: cover;
}

.quote-card footer b,
.quote-card footer small {
  display: block;
}

.quote-card footer b {
  color: #fff;
  font-size: 10px;
}

.quote-card footer small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.login-layout {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 18px;
  align-items: stretch;
}

.login-card,
.login-benefits {
  padding: 22px;
  border: 1px solid #2a2b32;
  border-radius: 7px;
  background: var(--surface);
}

.login-card h1,
.login-benefits h2 {
  margin: 0;
  color: #fff;
  font-family: 'Space Grotesk', Arial, sans-serif;
  letter-spacing: -.05em;
}

.login-card h1 {
  font-size: 32px;
}

.login-card > p,
.login-benefits > p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.login-form {
  display: grid;
  gap: 11px;
  margin-top: 20px;
}

.login-form .page-button {
  width: 100%;
  margin-top: 3px;
}

.login-links {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 15px;
  font-size: 10px;
}

.login-links a {
  color: var(--pink-light);
}

.benefit-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #c4bec6;
  font-size: 11px;
  line-height: 1.45;
}

.benefit-list li::before {
  content: '✓';
  color: var(--green);
  font-weight: 700;
}

.empty-state {
  padding: 38px 20px;
  border: 1px dashed #414149;
  border-radius: 6px;
  color: #8d8790;
  background: rgba(23, 24, 30, .56);
  text-align: center;
}

.empty-state strong,
.empty-state span {
  display: block;
}

.empty-state strong {
  color: #e3dce3;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 18px;
}

.empty-state span {
  margin-top: 7px;
  font-size: 10px;
}

.comment-list {
  display: grid;
  gap: 9px;
  margin-top: 15px;
}

.comment-item {
  padding: 11px;
  border: 1px solid #2b2c33;
  border-radius: 5px;
  background: #111217;
}

.comment-item b,
.comment-item small {
  display: block;
}

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

.comment-item small {
  margin-top: 4px;
  color: #aba5ae;
  font-size: 10px;
  line-height: 1.45;
}

.comment-form {
  display: flex;
  gap: 7px;
  margin-top: 13px;
}

.comment-form .page-input {
  flex: 1;
}

.faq-list {
  display: grid;
  gap: 6px;
}

.faq-item {
  border: 1px solid #2a2b32;
  border-radius: 5px;
  background: var(--surface);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  text-align: left;
}

.faq-answer {
  padding: 0 12px 12px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.faq-answer[hidden] {
  display: none;
}

.page-notice {
  margin-top: 14px;
  padding: 11px 13px;
  border-left: 3px solid var(--gold);
  border-radius: 3px;
  color: #d9cfb5;
  background: rgba(247, 201, 87, .08);
  font-size: 10px;
  line-height: 1.45;
}

.page-app[data-theme="light"] .page-hero,
.page-app[data-theme="light"] .page-card,
.page-app[data-theme="light"] .track-card,
.page-app[data-theme="light"] .album-card,
.page-app[data-theme="light"] .video-card-pro,
.page-app[data-theme="light"] .artist-card-pro,
.page-app[data-theme="light"] .event-card-pro,
.page-app[data-theme="light"] .photo-card,
.page-app[data-theme="light"] .detail-panel,
.page-app[data-theme="light"] .metric-card,
.page-app[data-theme="light"] .sidebar-card,
.page-app[data-theme="light"] .search-result,
.page-app[data-theme="light"] .pro-benefit,
.page-app[data-theme="light"] .quote-card,
.page-app[data-theme="light"] .login-card,
.page-app[data-theme="light"] .login-benefits,
.page-app[data-theme="light"] .faq-item {
  border-color: #ddd6d6;
  background: #fff;
}

.page-app[data-theme="light"] .page-hero {
  background: linear-gradient(115deg, #fff4f8, #fff 70%);
}

.page-app[data-theme="light"] .page-hero h1,
.page-app[data-theme="light"] .compact-page-head h1,
.page-app[data-theme="light"] .page-section-title,
.page-app[data-theme="light"] .detail-title,
.page-app[data-theme="light"] .profile-name,
.page-app[data-theme="light"] .detail-panel h2,
.page-app[data-theme="light"] .sidebar-card h3,
.page-app[data-theme="light"] .track-info b,
.page-app[data-theme="light"] .album-info b,
.page-app[data-theme="light"] .video-info b,
.page-app[data-theme="light"] .artist-info b,
.page-app[data-theme="light"] .event-info b,
.page-app[data-theme="light"] .event-info h3,
.page-app[data-theme="light"] .search-info b,
.page-app[data-theme="light"] .metric-card strong,
.page-app[data-theme="light"] .pro-benefit h3,
.page-app[data-theme="light"] .builder-panel h3,
.page-app[data-theme="light"] .login-card h1,
.page-app[data-theme="light"] .login-benefits h2,
.page-app[data-theme="light"] .comment-item b,
.page-app[data-theme="light"] .faq-question,
.page-app[data-theme="light"] .empty-state strong {
  color: var(--text);
}

.page-app[data-theme="light"] .photo-info b {
  color: var(--text);
}

.page-app[data-theme="light"] .compact-page-head p {
  color: var(--muted);
}

.page-app[data-theme="light"] .page-hero p,
.page-app[data-theme="light"] .page-section-description,
.page-app[data-theme="light"] .detail-description,
.page-app[data-theme="light"] .video-feature-copy p,
.page-app[data-theme="light"] .profile-copy p,
.page-app[data-theme="light"] .login-card > p,
.page-app[data-theme="light"] .login-benefits > p,
.page-app[data-theme="light"] .quote-card p,
.page-app[data-theme="light"] .benefit-list li {
  color: var(--muted);
}

.page-app[data-theme="light"] .page-toolbar,
.page-app[data-theme="light"] .page-search-form input,
.page-app[data-theme="light"] .page-input,
.page-app[data-theme="light"] .page-select,
.page-app[data-theme="light"] .page-textarea,
.page-app[data-theme="light"] .detail-track,
.page-app[data-theme="light"] .builder-panel,
.page-app[data-theme="light"] .comment-item {
  border-color: #d7d0d1;
  color: var(--text);
  background: #f7f4f3;
}

.page-app[data-theme="light"] .song-context-item {
  border-color: #d7d0d1;
  background: #f7f4f3;
}

.page-app[data-theme="light"] .song-context-item strong {
  color: var(--text);
}

.page-app[data-theme="light"] .filter-chip,
.page-app[data-theme="light"] .tab-button,
.page-app[data-theme="light"] .track-action,
.page-app[data-theme="light"] .round-action,
.page-app[data-theme="light"] .page-button-quiet,
.page-app[data-theme="light"] .page-button-secondary {
  border-color: #d7d0d1;
  color: #6f6870;
  background: #fff;
}

.page-app[data-theme="light"] .track-card:hover,
.page-app[data-theme="light"] .detail-track:hover,
.page-app[data-theme="light"] .detail-track.is-current,
.page-app[data-theme="light"] .builder-step:hover,
.page-app[data-theme="light"] .builder-step.is-active {
  border-color: #d39ab1;
  background: #fff9fb;
}

.page-app[data-theme="light"] .sidebar-list a,
.page-app[data-theme="light"] .sidebar-list button {
  color: #635c64;
  background: #f4f0ef;
}

.page-app[data-theme="light"] .search-summary {
  color: #423a42;
  background: #fff1f6;
}

.page-app[data-theme="light"] .pagination {
  border-top-color: #ddd6d6;
}

.page-app[data-theme="light"] .pagination-button {
  border-color: #d7d0d1;
  color: #6f6870;
  background: #fff;
}

.page-app[data-theme="light"] .pagination-status b {
  color: var(--text);
}

@media (max-width: 1100px) {
  .album-grid,
  .video-grid,
  .event-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

@media (max-width: 900px) {
  .list-layout,
  .detail-layout,
  .profile-layout,
  .search-layout,
  .pro-layout {
    grid-template-columns: 1fr;
  }

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

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

  .video-feature,
  .pro-hero {
    grid-template-columns: 1fr;
  }

  .video-stage {
    min-height: 290px;
  }

  .pro-preview {
    min-height: 210px;
  }

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

@media (max-width: 700px) {
  .page-main {
    padding-top: 18px;
  }

  .page-wrap {
    width: calc(100% - 28px);
  }

  .page-hero,
  .pro-hero {
    padding: 22px 18px;
  }

  .page-hero h1,
  .compact-page-head h1,
  .pro-hero-copy h1 {
    font-size: 36px;
  }

  .compact-page-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .page-search-form {
    flex-direction: column;
  }

  .page-search-form .page-button {
    width: 100%;
  }

  .page-section-title {
    font-size: 21px;
  }

  .page-section-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .album-grid,
  .video-grid,
  .artist-grid,
  .event-grid,
  .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .detail-hero {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 14px;
  }

  .detail-cover {
    max-width: 260px;
  }

  .detail-track {
    grid-template-columns: 20px 38px minmax(0, 1fr) auto;
    gap: 7px;
    padding: 6px;
  }

  .detail-track--cd {
    grid-template-columns: 20px minmax(0, 1fr) auto;
  }

  .detail-track-cover {
    width: 38px;
    height: 38px;
  }

  .event-card-pro {
    grid-template-columns: 83px minmax(0, 1fr);
  }

  .event-info {
    padding: 10px;
  }

  .event-info h3 {
    font-size: 14px;
  }

  .event-cover {
    min-height: 137px;
  }

  .profile-content {
    align-items: flex-start;
    flex-direction: column;
    justify-content: end;
    padding: 18px;
  }

  .profile-avatar {
    width: 82px;
    height: 82px;
  }

  .profile-hero,
  .profile-content {
    min-height: 430px;
  }

  .profile-metrics {
    gap: 6px;
  }

  .metric-card {
    padding: 10px;
  }

  .metric-card strong {
    font-size: 17px;
  }

  .page-sidebar,
  .social-proof-grid,
  .pro-benefit-grid {
    grid-template-columns: 1fr;
  }

  .pro-builder {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .builder-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .builder-step {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 4px;
    min-height: 64px;
    padding: 5px 3px;
    font-size: 8px;
    text-align: center;
  }

  .builder-fields {
    grid-template-columns: 1fr;
  }

  .field-label.full {
    grid-column: auto;
  }

  .search-result {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .search-thumb {
    width: 48px;
    height: 48px;
  }

  .search-action {
    grid-column: 2;
    justify-self: start;
  }
}

/* Direção visual G4: cartaz de rua + rádio de pista, com conteúdo em primeiro plano. */
.page-app {
  --page-border: #4a3b34;
  --page-border-strong: #665044;
  --page-ink-soft: #c6b6aa;
  --page-panel: #241d1a;
  color: var(--text);
  background: var(--bg);
  font-family: 'Archivo', Arial, sans-serif;
}

.page-app .stream-header {
  border-bottom-color: rgba(255, 239, 222, .12);
  background: rgba(23, 20, 18, .94);
}

.page-app .stream-brand {
  font-family: 'Archivo Black', 'Archivo', Arial, sans-serif;
}

.page-app .stream-nav a,
.page-app .stream-search input,
.page-app .page-crumbs,
.page-app .page-eyebrow,
.page-app .page-kicker,
.page-app .page-section-description,
.page-app .filter-label,
.page-app .filter-chip,
.page-app .section-link,
.page-app .track-info small,
.page-app .album-info small,
.page-app .video-info small,
.page-app .artist-info small,
.page-app .event-info small,
.page-app .search-info small,
.page-app .mini-row span,
.page-app .pagination-status,
.page-app .pagination-button {
  font-family: 'IBM Plex Mono', monospace;
}

.page-app .stream-nav a {
  color: #b8a99d;
  font-weight: 500;
}

.page-app .stream-nav a:hover,
.page-app .stream-nav a.is-active {
  color: var(--text);
}

.page-app .stream-search {
  border-color: var(--page-border);
  border-radius: 2px;
  background: #211b18;
}

.page-app .stream-search input {
  color: var(--text);
}

.page-app .stream-search button,
.page-app .page-button {
  border-radius: 2px;
  background: var(--pink);
}

.page-app .stream-search button:hover,
.page-app .page-button:hover {
  background: #d94725;
}

.page-app .theme-toggle,
.page-app .page-toolbar,
.page-app .page-search-form input,
.page-app .page-input,
.page-app .page-select,
.page-app .page-textarea,
.page-app .page-button-quiet,
.page-app .page-button-secondary,
.page-app .rail-arrow {
  border-color: var(--page-border);
  border-radius: 2px;
}

.page-app .theme-toggle,
.page-app .page-toolbar,
.page-app .page-search-form input,
.page-app .page-input,
.page-app .page-select,
.page-app .page-textarea {
  background: #211b18;
}

.page-app .page-button-secondary,
.page-app .page-button-quiet,
.page-app .rail-arrow {
  color: var(--page-ink-soft);
  background: transparent;
}

.page-app .page-button-secondary:hover,
.page-app .page-button-quiet:hover,
.page-app .filter-chip:hover,
.page-app .filter-chip.is-active,
.page-app .tab-button:hover,
.page-app .tab-button.is-active,
.page-app .track-action:hover,
.page-app .track-action.is-active,
.page-app .round-action:hover,
.page-app .pagination-button:hover,
.page-app .pagination-button.is-active {
  border-color: var(--pink);
  color: #fff;
  background: var(--pink);
}

.page-app .compact-page-head {
  position: relative;
  align-items: end;
  margin: 17px 0 13px;
  padding: 15px 0 17px 16px;
  border-bottom: 1px solid rgba(255, 239, 222, .14);
}

.page-app .compact-page-head::before {
  position: absolute;
  top: 15px;
  bottom: 17px;
  left: 0;
  width: 4px;
  content: '';
  background: linear-gradient(var(--pink) 0 52%, var(--blue) 52% 100%);
}

.page-app .compact-page-head h1,
.page-app .page-section-title,
.page-app .detail-title,
.page-app .profile-name,
.page-app .pro-title,
.page-app .pro-hero-copy h1,
.page-app .page-hero h1,
.page-app .login-card h1,
.page-app .login-benefits h2,
.page-app .sidebar-card h3,
.page-app .detail-panel h2,
.page-app .video-feature-copy h2,
.page-app .video-stage-caption b {
  font-family: 'Archivo Black', 'Archivo', Arial, sans-serif;
}

.page-app .compact-page-head h1,
.page-app .page-section-title,
.page-app .detail-title,
.page-app .profile-name,
.page-app .pro-title,
.page-app .pro-hero-copy h1,
.page-app .page-hero h1,
.page-app .login-card h1,
.page-app .login-benefits h2,
.page-app .sidebar-card h3,
.page-app .detail-panel h2,
.page-app .video-feature-copy h2,
.page-app .video-stage-caption b,
.page-app .track-info b,
.page-app .album-info b,
.page-app .video-info b,
.page-app .artist-info b,
.page-app .event-info h3,
.page-app .search-info b {
  color: var(--text);
}

.page-app .compact-page-head p,
.page-app .page-section-description,
.page-app .page-hero p,
.page-app .detail-description,
.page-app .detail-panel > p,
.page-app .video-feature-copy p,
.page-app .profile-copy p,
.page-app .sidebar-card p,
.page-app .search-summary {
  color: var(--muted);
}

.page-app .page-card,
.page-app .track-card,
.page-app .album-card,
.page-app .video-card-pro,
.page-app .artist-card-pro,
.page-app .event-card-pro,
.page-app .photo-card,
.page-app .detail-panel,
.page-app .metric-card,
.page-app .sidebar-card,
.page-app .search-result,
.page-app .pro-benefit,
.page-app .quote-card,
.page-app .login-card,
.page-app .login-benefits,
.page-app .faq-item,
.page-app .page-hero,
.page-app .detail-hero,
.page-app .video-feature {
  border-color: var(--page-border);
  border-radius: 2px;
  background: var(--page-panel);
}

.page-app .track-card:hover,
.page-app .album-card:hover,
.page-app .video-card-pro:hover,
.page-app .artist-card-pro:hover,
.page-app .event-card-pro:hover,
.page-app .photo-card:hover,
.page-app .page-card:hover {
  border-color: var(--pink);
  background: #2d231f;
}

.page-app .track-number,
.page-app .detail-track-number,
.page-app .event-date-block strong,
.page-app .metric-card strong {
  font-family: 'IBM Plex Mono', monospace;
}

.page-app .track-action,
.page-app .round-action,
.page-app .video-play-small,
.page-app .video-play-large,
.page-app .track-action-primary,
.page-app .event-arrow {
  background: var(--pink);
}

.page-app .track-action-primary:hover,
.page-app .video-play-small:hover,
.page-app .video-play-large:hover,
.page-app .event-arrow:hover {
  background: #d94725;
}

.page-app .track-info small,
.page-app .album-info small,
.page-app .video-info small,
.page-app .artist-info small,
.page-app .event-info small,
.page-app .search-info small,
.page-app .page-section-description,
.page-app .detail-track-artist,
.page-app .mini-row span {
  color: var(--muted);
}

.page-app .album-cover,
.page-app .video-thumb,
.page-app .artist-cover,
.page-app .event-cover,
.page-app .search-thumb,
.page-app .detail-cover,
.page-app .video-stage {
  background: #342925;
}

.page-app .album-cover::after,
.page-app .video-thumb::after,
.page-app .artist-cover::after,
.page-app .event-cover::after,
.page-app .video-stage::after {
  background: linear-gradient(0deg, rgba(23, 20, 18, .82), transparent);
}

.page-app .sponsor-pill,
.page-app .vip-pill,
.page-app .vip-tag,
.page-app .poster-tag,
.page-app .video-badge,
.page-app .pro-badge {
  color: #201916;
  background: var(--gold);
}

.page-app .pagination {
  border-top-color: var(--page-border);
}

.page-app .pagination-button {
  border-color: var(--page-border);
  border-radius: 2px;
  color: var(--page-ink-soft);
  background: transparent;
}

.page-app .stream-player {
  border-top-color: var(--page-border-strong);
  border-radius: 0;
  background: rgba(36, 29, 26, .98);
}

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

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

.page-app .queue-panel {
  border-color: var(--page-border-strong);
  border-radius: 2px 2px 0 0;
  background: var(--page-panel);
}

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

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

.page-app[data-theme="light"] {
  --page-border: #cdbdaf;
  --page-border-strong: #b69f8e;
  --page-ink-soft: #71655c;
  --page-panel: #fff8ed;
}

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

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

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

.page-app[data-theme="light"] .stream-search,
.page-app[data-theme="light"] .page-toolbar,
.page-app[data-theme="light"] .page-search-form input,
.page-app[data-theme="light"] .page-input,
.page-app[data-theme="light"] .page-select,
.page-app[data-theme="light"] .page-textarea {
  border-color: var(--page-border);
  background: #fff8ed;
}

.page-app[data-theme="light"] .page-card,
.page-app[data-theme="light"] .track-card,
.page-app[data-theme="light"] .album-card,
.page-app[data-theme="light"] .video-card-pro,
.page-app[data-theme="light"] .artist-card-pro,
.page-app[data-theme="light"] .event-card-pro,
.page-app[data-theme="light"] .photo-card,
.page-app[data-theme="light"] .detail-panel,
.page-app[data-theme="light"] .metric-card,
.page-app[data-theme="light"] .sidebar-card,
.page-app[data-theme="light"] .search-result,
.page-app[data-theme="light"] .pro-benefit,
.page-app[data-theme="light"] .quote-card,
.page-app[data-theme="light"] .login-card,
.page-app[data-theme="light"] .login-benefits,
.page-app[data-theme="light"] .faq-item,
.page-app[data-theme="light"] .page-hero,
.page-app[data-theme="light"] .detail-hero,
.page-app[data-theme="light"] .video-feature {
  border-color: var(--page-border);
  background: #fff8ed;
}

.page-app[data-theme="light"] .page-hero,
.page-app[data-theme="light"] .detail-hero {
  background: linear-gradient(115deg, #f8e1d1, #fff8ed 70%);
}

.page-app[data-theme="light"] .page-toolbar,
.page-app[data-theme="light"] .detail-track,
.page-app[data-theme="light"] .builder-panel,
.page-app[data-theme="light"] .comment-item {
  background: #eee4d7;
}

.page-app[data-theme="light"] .filter-chip,
.page-app[data-theme="light"] .tab-button,
.page-app[data-theme="light"] .track-action,
.page-app[data-theme="light"] .round-action,
.page-app[data-theme="light"] .page-button-quiet,
.page-app[data-theme="light"] .page-button-secondary,
.page-app[data-theme="light"] .pagination-button {
  border-color: var(--page-border);
  color: #71655c;
  background: transparent;
}

.page-app[data-theme="light"] .track-card:hover,
.page-app[data-theme="light"] .album-card:hover,
.page-app[data-theme="light"] .video-card-pro:hover,
.page-app[data-theme="light"] .artist-card-pro:hover,
.page-app[data-theme="light"] .event-card-pro:hover,
.page-app[data-theme="light"] .photo-card:hover,
.page-app[data-theme="light"] .page-card:hover {
  border-color: var(--pink);
  background: #fff1e6;
}

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

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

.page-app[data-theme="light"] .queue-panel {
  border-color: var(--page-border-strong);
  background: #fff8ed;
}

@media (max-width: 700px) {
  .page-app .compact-page-head {
    padding-top: 13px;
    padding-bottom: 14px;
  }

  .page-app .compact-page-head::before {
    top: 13px;
    bottom: 14px;
  }
}
