.tlp-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	background: #000;
	color: #fff;
	border-radius: 6px;
	font-weight: 600;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-size: 15px;
}
.tlp-btn:hover {
	background: #222;
	color: #fff;
}
.tlp-btn-disconnect {
	background: #fff;
	color: #333;
	border: 1px solid #ccc;
}
.tlp-btn-disconnect:hover {
	background: #f5f5f5;
}
.tlp-icon {
	flex-shrink: 0;
}
.tlp-notice {
	padding: 10px 14px;
	border-radius: 6px;
	margin-bottom: 12px;
}
.tlp-notice.tlp-success {
	background: #eafbea;
	color: #1a7a1a;
	border: 1px solid #b7e6b7;
}
.tlp-profile-card {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	padding: 16px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	max-width: 480px;
}
.tlp-avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}
.tlp-profile-info h3 {
	margin: 0 0 2px;
}
.tlp-verified {
	color: #20d5ec;
}
.tlp-username {
	color: #777;
	margin: 0 0 8px;
}
.tlp-bio {
	margin: 0 0 8px;
	font-size: 14px;
}
.tlp-stats {
	display: flex;
	gap: 14px;
	list-style: none;
	padding: 0;
	margin: 0 0 8px;
	font-size: 13px;
}
.tlp-connected p {
	margin: 0 0 8px;
}
