.section-divider {
  width: 100%;
  height: 1px;
  background: var(--border);
}

.main {
  max-width: 1160px;
  margin: 0 auto;
  padding: 2.5rem 2rem 4rem;
}

.empty-state {
  text-align: center;
  padding: 5rem 2rem;
}

.empty-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
  opacity: 0.15;
}

.empty-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 6px;
}

.empty-sub {
  font-size: 14px;
  color: var(--text-muted);
}

/* --- Content Layout with Sidebar --- */
.content-layout {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.content-main {
  flex: 1;
  min-width: 0;
}
