.vtxvn-author-page {
	padding-top: 18px;
	padding-bottom: clamp(56px, 7vw, 88px);
	background:
		radial-gradient(circle at 84% 9%, rgba(55, 188, 232, 0.09), transparent 22%),
		linear-gradient(180deg, #f3f8fb 0, #fff 680px);
}

.vtxvn-author-profile {
	position: relative;
	display: grid;
	overflow: hidden;
	grid-template-columns: auto minmax(0, 1fr) minmax(190px, 0.28fr);
	align-items: center;
	gap: clamp(24px, 4vw, 46px);
	margin-top: 4px;
	padding: clamp(28px, 4vw, 44px);
	border: 1px solid rgba(97, 203, 238, 0.2);
	border-radius: 22px;
	background:
		linear-gradient(rgba(76, 201, 241, 0.065) 1px, transparent 1px),
		linear-gradient(90deg, rgba(76, 201, 241, 0.065) 1px, transparent 1px),
		radial-gradient(circle at 86% 16%, rgba(44, 195, 234, 0.22), transparent 25%),
		linear-gradient(135deg, #042744, #07547d);
	background-size: 34px 34px, 34px 34px, auto, auto;
	box-shadow: 0 20px 50px rgba(5, 55, 87, 0.14);
	color: #fff;
}

.vtxvn-author-profile::after {
	position: absolute;
	right: -86px;
	bottom: -190px;
	width: 410px;
	height: 410px;
	border: 1px solid rgba(111, 221, 255, 0.16);
	border-radius: 50%;
	box-shadow: 0 0 0 70px rgba(74, 202, 239, 0.035), 0 0 0 140px rgba(74, 202, 239, 0.02);
	content: '';
	pointer-events: none;
}

.vtxvn-author-profile > * {
	position: relative;
	z-index: 1;
}

.vtxvn-author-profile__avatar img {
	display: block;
	width: clamp(116px, 11vw, 150px);
	height: clamp(116px, 11vw, 150px);
	border: 5px solid rgba(255, 255, 255, 0.94);
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 16px 38px rgba(0, 21, 38, 0.3);
}

.vtxvn-author-profile__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 9px;
	color: #71dfff;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.vtxvn-author-profile__eyebrow .dashicons {
	width: 16px;
	height: 16px;
	font-size: 16px;
}

.vtxvn-author-profile h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(2.3rem, 4vw, 3.8rem);
	line-height: 1;
	letter-spacing: -0.045em;
}

.vtxvn-author-profile__role {
	margin: 9px 0 0;
	color: #79ddf8;
	font-size: 0.82rem;
	font-weight: 600;
}

.vtxvn-author-profile__bio {
	max-width: 720px;
	margin: 15px 0 0;
	color: #c8e2ed;
	font-size: 0.88rem;
	line-height: 1.65;
}

.vtxvn-author-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.vtxvn-author-socials a {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	gap: 6px;
	padding: 7px 11px;
	border: 1px solid rgba(133, 224, 252, 0.22);
	border-radius: 99px;
	background: rgba(2, 37, 61, 0.38);
	color: #e8f8fd;
	font-size: 0.7rem;
	font-weight: 500;
	text-decoration: none;
	transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.vtxvn-author-socials a:hover,
.vtxvn-author-socials a:focus-visible {
	border-color: rgba(135, 228, 255, 0.58);
	background: rgba(15, 126, 169, 0.56);
	transform: translateY(-1px);
}

.vtxvn-author-socials a:focus-visible {
	outline: 3px solid rgba(110, 220, 255, 0.25);
	outline-offset: 2px;
}

.vtxvn-author-socials .dashicons {
	width: 16px;
	height: 16px;
	color: #69dcff;
	font-size: 16px;
}

.vtxvn-author-profile__stats {
	display: grid;
	gap: 10px;
	margin: 0;
}

.vtxvn-author-profile__stats > div {
	padding: 16px;
	border: 1px solid rgba(133, 224, 252, 0.18);
	border-radius: 13px;
	background: rgba(2, 37, 61, 0.42);
	backdrop-filter: blur(8px);
}

.vtxvn-author-profile__stats dt {
	color: #a9d6e6;
	font-size: 0.63rem;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.vtxvn-author-profile__stats dd {
	margin: 4px 0 0;
	color: #fff;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.1;
}

.vtxvn-author-posts {
	margin-top: clamp(38px, 5vw, 58px);
}

.vtxvn-author-posts__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
	padding-bottom: 18px;
	border-bottom: 1px solid #d7e5ed;
}

.vtxvn-author-posts__header p {
	margin: 0 0 5px;
	color: #078abb;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.vtxvn-author-posts__header h2 {
	margin: 0;
	color: #073354;
	font-size: clamp(1.8rem, 3vw, 2.55rem);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.vtxvn-author-posts__header > span {
	color: #758b99;
	font-size: 0.74rem;
	white-space: nowrap;
}

.vtxvn-author-posts__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.vtxvn-author-posts__grid .vtxvn-news-card {
	display: flex;
	flex-direction: column;
}

.vtxvn-author-posts__grid .vtxvn-news-card__body {
	display: flex;
	align-items: flex-start;
	flex: 1;
	flex-direction: column;
}

.vtxvn-author-posts__grid .vtxvn-news-card__read {
	margin-top: auto;
	padding-top: 13px;
}

.vtxvn-author-pagination .navigation.pagination {
	margin-top: 34px;
}

.vtxvn-author-pagination .nav-links {
	justify-content: center;
}

.vtxvn-author-pagination .page-numbers {
	border-color: #d5e2eb;
	background: #fff;
	color: #36556c;
	font-size: 0.73rem;
	font-weight: 600;
}

.vtxvn-author-pagination .page-numbers.current {
	border-color: #118fc4;
	background: #118fc4;
	color: #fff;
}

.vtxvn-author-empty {
	padding: 52px 24px;
	border: 1px dashed #cbdde8;
	border-radius: 16px;
	background: #f8fbfd;
	text-align: center;
}

.vtxvn-author-empty .dashicons {
	width: 48px;
	height: 48px;
	color: #1595c4;
	font-size: 48px;
}

.vtxvn-author-empty h2 {
	margin: 8px 0 4px;
	color: #073354;
}

.vtxvn-author-empty p {
	margin: 0;
	color: #708793;
}

@media (max-width: 1020px) {
	.vtxvn-author-profile {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.vtxvn-author-profile__stats {
		grid-column: 1 / -1;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vtxvn-author-posts__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.vtxvn-author-page {
		padding-top: 12px;
	}

	.vtxvn-author-profile {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 24px 18px;
		border-radius: 17px;
		text-align: center;
	}

	.vtxvn-author-profile__avatar img {
		width: 104px;
		height: 104px;
		margin-inline: auto;
	}

	.vtxvn-author-profile h1 {
		font-size: clamp(2rem, 10vw, 2.55rem);
	}

	.vtxvn-author-profile__bio {
		margin-top: 12px;
		font-size: 0.8rem;
	}

	.vtxvn-author-socials {
		justify-content: center;
		margin-top: 15px;
	}

	.vtxvn-author-profile__stats {
		grid-column: auto;
	}

	.vtxvn-author-profile__stats > div {
		padding: 13px;
	}

	.vtxvn-author-profile__stats dd {
		font-size: 1.05rem;
	}

	.vtxvn-author-posts {
		margin-top: 36px;
	}

	.vtxvn-author-posts__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
		margin-bottom: 18px;
	}

	.vtxvn-author-posts__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.vtxvn-author-posts__grid .vtxvn-news-card {
		display: grid;
	}

	.vtxvn-author-posts__grid .vtxvn-news-card__body {
		display: block;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vtxvn-author-socials a {
		transition: none;
	}
}

