/* ── Pages ── */
.page { display: none; }
.page.active { display: block; }

/* ── Profile Search tabs ── */
.ps-tab-active { background: var(--accent) !important; color: #fff !important; }
