.music-pattern-themed {
  background:
    radial-gradient(circle at 50% 44%, #0f0f1424, #0f0f14ef 70%),
    radial-gradient(circle at 24% 18%, #16bb1b18, transparent 34%),
    radial-gradient(circle at 78% 80%, #f0c96a14, transparent 32%),
    #0f0f14 !important;
  background-image:
    radial-gradient(circle at 50% 44%, #0f0f1424, #0f0f14ef 70%),
    radial-gradient(circle at 24% 18%, #16bb1b18, transparent 34%),
    radial-gradient(circle at 78% 80%, #f0c96a14, transparent 32%) !important;
  background-size: cover, cover, cover !important;
  background-position: center, center, center !important;
}

.animate-music-drift {
  animation: none !important;
}

.project-file-list {
  display: grid;
  gap: 8px;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.project-file-group {
  display: grid;
  gap: 0;
  border: 1px solid #ffffff12;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff05;
  box-shadow: 0 8px 18px #00000018;
}

.project-file-group:first-child {
  border-top: 1px solid #ffffff12;
}

.project-file-heading {
  background: #ffffff04;
  min-height: 52px;
  padding: 10px 12px;
}

.project-file-heading:hover,
.project-file-heading.open {
  background: #16bb1b10;
}

.project-file-heading strong {
  font-size: 15px;
  line-height: 1.15;
}

.project-file-heading small {
  color: var(--text-secondary);
  margin-top: 2px;
  font-size: 12px;
}

.project-heading-actions {
  color: var(--text-muted);
  gap: 8px;
  font-size: 12px;
}

.project-file-group .file-list {
  border: 0;
  border-top: 1px solid #ffffff10;
  border-radius: 0;
  background: #0508102e;
}

.project-file-group .file-row {
  gap: 10px;
  padding: 10px 12px;
}

.project-file-group .file-row strong {
  font-size: 14px;
  line-height: 1.2;
}

.project-file-group .file-row small {
  margin-top: 2px;
  font-size: 12px;
}

.project-file-group .file-action-link,
.project-file-group .file-row button {
  min-height: 34px;
  min-width: 96px;
  padding: 0 10px;
  font-size: 13px;
}

.project-file-group .file-preview {
  height: 34px;
}

.file-action-buttons > button:first-child {
  display: none;
}

.two-column > .content-panel:first-child .table-head,
.two-column > .content-panel:first-child .table-row {
  grid-template-columns: 1fr;
}

.two-column > .content-panel:first-child .table-head > span:nth-child(2),
.two-column > .content-panel:first-child .table-row > span:nth-child(2) {
  display: none;
}

@media (width <= 720px) {
  .project-file-list {
    gap: 8px;
  }

  .project-file-heading {
    grid-template-columns: 1fr;
    gap: 6px;
    min-height: 0;
  }

  .project-heading-actions {
    justify-content: space-between;
  }
}
