@charset "UTF-8";

/* ---------- 作者卡片 ---------- */
.myts-author-card {
	overflow: hidden;
	border: none;
	box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
}

.myts-author-card__hero {
	height: 72px;
	background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 45%, #f8fafc 100%);
}

.myts-author-card__avatar {
	margin-top: -48px;
	position: relative;
	z-index: 1;
}

.myts-author-card__avatar .avatar,
.myts-author-card__avatar img,
.myts-author-card__avatar .avatar-xl {
	width: 96px !important;
	height: 96px !important;
	border: 3px solid #fff;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
	border-radius: 50%;
	object-fit: cover;
}

.myts-badge-soft {
	background: #e8f1ff !important;
	color: #2563eb !important;
	font-weight: 500;
	font-size: 0.72rem;
	padding: 0.35em 0.65em;
}

.myts-badge-group {
	background: #eff6ff !important;
}

.myts-author-card__sign {
	padding: 8px 10px;
	background: var(--bs-tertiary-bg, #f8fafc);
	border-radius: 8px;
	text-align: left;
	line-height: 1.5;
}

.myts-author-card__stats {
	border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.myts-author-card__stats .fw-bold {
	font-size: 1.05rem;
	color: #0f172a;
}

/* ---------- 分区标题 ---------- */
.myts-section-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	font-weight: 600;
	font-size: 0.95rem;
	color: #334155;
}

.myts-section-title::before,
.myts-section-title::after {
	content: '';
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.55), transparent);
}

/* ---------- 最近主题列表 ---------- */
.myts-list-card {
	border: none;
	box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
}

.myts-thread-list li + li {
	border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.myts-thread-list__item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 2px;
	text-decoration: none;
	color: inherit;
}

.myts-thread-list__item:hover .myts-thread-list__text {
	color: var(--bs-primary, #0d6efd);
}

.myts-thread-list__hash {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #3b82f6;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1px;
}

.myts-thread-list__text {
	flex: 1;
	min-width: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.45;
	font-size: 0.9rem;
	color: #334155;
}

/* ---------- 版块热门 ---------- */
.myts-hot-list .badge {
	min-width: 22px;
	font-weight: 600;
}

.myts-hot-top {
	background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
	color: #fff !important;
}

.myts-hot-n {
	background: #e2e8f0 !important;
	color: #64748b !important;
}

.myts-hot-list a {
	color: #334155;
	font-size: 0.9rem;
}

.myts-hot-list a:hover {
	color: var(--bs-primary, #0d6efd);
}
