.tabs { display:flex; gap:10px; cursor:pointer; }
.tabs li { padding:8px 15px; background:#eee; }
.tabs li.active { background:#000; color:#fff; }

.tab-content { display:none; }
.tab-content.active { display:block; }

.profile-item { margin:10px 0; }