﻿/* CR_COLLECTIVE_V172F_TRACKLIST_APPEARANCES_STYLE */

.cr-tla-v172f-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0,0,0,.68);
  backdrop-filter: blur(9px);
}

.cr-tla-v172f-dialog {
  width: min(680px, calc(100vw - 34px));
  max-height: min(760px, calc(100vh - 42px));
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(167,139,250,.22);
  background:
    radial-gradient(circle at 10% 0%, rgba(139,92,246,.18), transparent 42%),
    linear-gradient(135deg, rgba(20,22,35,.98), rgba(8,11,19,.99));
  box-shadow: 0 30px 90px rgba(0,0,0,.58);
  color: #fff;
}

.cr-tla-v172f-head {
  display: grid;
  grid-template-columns: minmax(0,1fr) 38px;
  gap: 14px;
  align-items: start;
  padding: 20px 20px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.cr-tla-v172f-kicker {
  margin: 0 0 6px;
  color: #a78bfa;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.cr-tla-v172f-title {
  margin: 0;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.08;
  font-weight: 1000;
}

.cr-tla-v172f-sub {
  margin: 7px 0 0;
  color: rgba(255,255,255,.68);
  font-size: .88rem;
}

.cr-tla-v172f-close {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.055);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  font-weight: 1000;
  font-size: 18px;
}

.cr-tla-v172f-body {
  display: grid;
  gap: 10px;
  padding: 14px 14px 18px;
  max-height: min(560px, calc(100vh - 210px));
  overflow: auto;
}

.cr-tla-v172f-row {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 14px;
  align-items: center;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 0% 0%, rgba(139,92,246,.13), transparent 34%),
    linear-gradient(135deg, rgba(25,28,40,.92), rgba(12,15,26,.97));
  padding: 12px;
}

.cr-tla-v172f-row:hover {
  border-color: rgba(167,139,250,.34);
  background:
    radial-gradient(circle at 0% 0%, rgba(139,92,246,.18), transparent 34%),
    linear-gradient(135deg, rgba(30,34,48,.95), rgba(13,17,29,.99));
}

.cr-tla-v172f-source-title {
  margin: 0;
  font-weight: 1000;
  color: rgba(255,255,255,.96);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cr-tla-v172f-source-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 7px;
}

.cr-tla-v172f-pill {
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.045);
  color: rgba(255,255,255,.72);
  padding: 3px 8px;
  font-size: .72rem;
  font-weight: 850;
}

.cr-tla-v172f-open {
  min-height: 36px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(167,139,250,.24);
  background: rgba(139,92,246,.14);
  color: rgba(255,255,255,.94);
  text-decoration: none;
  font-size: .78rem;
  font-weight: 950;
}

.cr-tla-v172f-open:hover {
  border-color: rgba(167,139,250,.48);
  background: rgba(139,92,246,.22);
}

.cr-tla-v172f-empty {
  border: 1px dashed rgba(255,255,255,.14);
  border-radius: 18px;
  padding: 16px;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.035);
  line-height: 1.5;
}

.cr-tla-v172f-loading {
  color: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255,255,255,.035);
}

.cr-tla-v172f-note {
  margin: 0;
  padding: 0 14px 16px;
  color: rgba(255,255,255,.55);
  font-size: .78rem;
  line-height: 1.45;
}

.cr-mltop-v172b-seen,
[data-cr-tla-v172f-trigger="1"] {
  cursor: pointer !important;
}

@media (max-width: 680px) {
  .cr-tla-v172f-row {
    grid-template-columns: 1fr;
  }

  .cr-tla-v172f-open {
    width: 100%;
  }
}
