.page-title { font-size: 1.4rem; font-weight: 700; margin-bottom: .4rem; }
.page-subtitle { font-size: .9rem; color: var(--muted); margin-bottom: 2rem; }

.empty-state {
  text-align: center;
  padding: 6rem 2rem;
  color: var(--muted);
}

.empty-state svg { opacity: .3; margin-bottom: 1.2rem; }
.empty-state h2 { font-size: 1.25rem; font-weight: 600; margin-bottom: .5rem; }
.empty-state p { font-size: .9rem; }
.empty-state-compact { padding: 2rem; }
