/* Catalog and marketing pages — scrollable layout overrides canvas defaults */

body.catalog-page {
  overflow: auto;
  height: auto;
  min-height: 100vh;
}

.volume-detail .track-list,
.volume-detail .game-list {
  list-style: none;
  margin: 12px 0;
}

.volume-detail .track-list li,
.volume-detail .game-list li {
  padding: 6px 0;
  border-bottom: 1px solid var(--da-border);
  color: var(--da-text-muted);
}

.volume-detail .track-list li:last-child,
.volume-detail .game-list li:last-child {
  border-bottom: none;
}

.cover-placeholder {
  width: 120px;
  height: 180px;
  background: var(--da-input-bg);
  border: 1px solid var(--da-border);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--da-text-dim);
  font-size: 0.75rem;
  text-align: center;
  padding: 8px;
  flex-shrink: 0;
}

.volume-header {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.volume-header .info {
  flex: 1;
}

.series-intro {
  font-size: 1.05rem;
  color: var(--da-text-muted);
  margin-bottom: 24px;
  line-height: 1.6;
}
