/**
 * GTAPT Profile Page — Milk IPB mock (approved)
 * Single hero + two-column body, no tabs
 * Tokens: #1a1f2b / #171b24 / #2d2b4d / #5046e5
 */

.gtapt-profile-wrap {
	max-width: none;
	width: 100%;
	margin: 0 auto;
}

.gtapt-profile {
	--pp-bg: #2D2B4D;
	--pp-soft: #171b24;
	--pp-border: #2d2b4d;
	--pp-accent: #5046e5;
	--pp-accent-hover: #F4B2A6;
	--pp-text: #838b98;
	--pp-muted: #9aa3b2;
	--pp-online: #3ddc84;
	--pp-offline: #8b93a7;
	--pp-radius: 12px;
	--pp-avatar-size: 132px;
	--pp-cover-height: 250px;
	color: var(--pp-text);
	font-weight: 500;
}

html:not(.fd_dark):not(.milk-dark) .gtapt-profile,
body:not(.fd_dark) .gtapt-profile {
	--pp-bg: #ffffff;
	--pp-soft: #f5f7fa;
	--pp-border: #d8dce3;
	--pp-text: #1f2430;
	--pp-muted: #6a7380;
}

html.fd_dark .gtapt-profile,
body.fd_dark .gtapt-profile,
.fd_dark .gtapt-profile,
html.milk-dark .gtapt-profile {
	--pp-bg: #2D2B4D;
	--pp-soft: #171b24;
	--pp-border: #2d2b4d;
	--pp-text: #838b98;
	--pp-muted: #9aa3b2;
}

/* Neutralize leftover prosilver/Milk panel chrome */
.gtapt-profile .panel,
.gtapt-profile .panel.bg1,
.gtapt-profile .panel.bg2,
.gtapt-profile-wrap > .panel {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.gtapt-profile .panel > .inner {
	padding: 0 !important;
}

/* ========== Hero card ========== */
.gtapt-profile-hero {
	position: relative;
	background: var(--pp-bg);
	border: 1px solid #353457;
	border-bottom: 1px solid black;
	border-radius: var(--pp-radius);
	overflow: visible;
	margin-bottom: 18px;
}

.gtapt-profile-cover {
	position: relative;
	height: var(--pp-cover-height);
	border-radius: var(--pp-radius) var(--pp-radius) 0 0;
	background:
		radial-gradient(ellipse 80% 120% at 15% 80%, rgba(80, 70, 229, 0.22) 0%, transparent 55%),
		radial-gradient(ellipse 60% 100% at 85% 20%, rgba(80, 70, 229, 0.12) 0%, transparent 50%),
		linear-gradient(135deg, #171b24 0%, #1a1f2b 40%, #2d2b4d 100%);
	overflow: hidden;
}

html:not(.fd_dark):not(.milk-dark) .gtapt-profile .gtapt-profile-cover,
body:not(.fd_dark) .gtapt-profile .gtapt-profile-cover {
	background:
		radial-gradient(ellipse 80% 120% at 20% 70%, rgba(80, 70, 229, 0.18) 0%, transparent 55%),
		radial-gradient(ellipse 70% 90% at 80% 30%, rgba(30, 86, 227, 0.16) 0%, transparent 50%),
		linear-gradient(135deg, #c8d4f0 0%, #a8b8e0 40%, #8aa0d4 100%);
}

.gtapt-profile-cover.has-cover {
	background-color: #1a1f2b;
	background-repeat: no-repeat;
	background-size: cover;
}

html:not(.fd_dark):not(.milk-dark) .gtapt-profile .gtapt-profile-cover.has-cover,
body:not(.fd_dark) .gtapt-profile .gtapt-profile-cover.has-cover {
	background-color: #d8dce3;
}

.gtapt-profile-cover.has-cover::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 45%;
	pointer-events: none;
	background: linear-gradient(to top, rgba(26, 31, 43, 0.55) 0%, rgba(26, 31, 43, 0) 100%);
}

html:not(.fd_dark):not(.milk-dark) .gtapt-profile .gtapt-profile-cover.has-cover::after,
body:not(.fd_dark) .gtapt-profile .gtapt-profile-cover.has-cover::after {
	background: linear-gradient(to top, rgba(31, 36, 48, 0.35) 0%, rgba(31, 36, 48, 0) 100%);
}
.gtapt-profile-cover-edit {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 14px;
	border-radius: 8px;
	background: hsl(0 0% 0% / .4);
	border: none;
	color: #e6e6e6 !important;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none !important;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	transition: background 0.15s ease;
}

.gtapt-profile-cover-edit:hover,
.gtapt-profile-cover-edit:focus {
	background: rgba(26, 31, 43, 0.9);
	color: #fff !important;
}


.gtapt-profile-hero-main {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	gap: 16px 24px;
	padding: 0 24px 22px;
	margin-top: calc(var(--pp-avatar-size) * -0.48);
	flex-wrap: wrap;
	z-index: 1;
}

/* Avatar overlapping cover — fixed slot so nearby text does not shift */
.gtapt-profile-avatar {
	flex: 0 0 var(--pp-avatar-size);
	width: var(--pp-avatar-size);
	height: var(--pp-avatar-size);
	max-width: var(--pp-avatar-size);
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.gtapt-profile-avatar img,
.gtapt-profile-avatar .avatar,
.gtapt-profile-avatar > * {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit: contain;
	border-radius: 0 !important;
	border: 4px solid var(--pp-bg);
	box-shadow: 0 0 0 1px var(--pp-border);
	background: var(--pp-soft);
}

.gtapt-profile-avatar-empty {
	width: 100%;
	height: 100%;
	border: 4px solid var(--pp-bg);
	box-shadow: 0 0 0 1px var(--pp-border);
	background: linear-gradient(145deg, #2a3142, #1a1f2b);
	border-radius: 0;
}

.gtapt-profile-id-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 0;
	flex: 1 1 280px;
	min-width: 0;
	padding-top: calc(var(--pp-avatar-size) * 0.42);
	align-self: flex-end;
}

.gtapt-profile-id-text {
	min-width: 0;
	flex: 0 1 auto;
	padding-top: 0;
	align-self: center;
	padding-right: 20px;
}

.gtapt-profile-username {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.15;
	margin-bottom: 2px;
	word-break: break-word;
	letter-spacing: -0.01em;
}

.gtapt-profile-username span {
	font-weight: 500;
}

/* Group / rank as plain muted line (not pill) */
.gtapt-profile-group {
	display: block;
	color: var(--pp-muted);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
}
.gtapt-profile-hero-rank {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	margin-top: 2px;
}

.gtapt-profile-hero-rank .gtapt-profile-rank-img {
	margin-top: 0;
}


.gtapt-profile-alert {
	margin-top: 8px;
	color: #f07178;
	font-size: 13px;
}

/* Joined / Last visited beside name, separated by vertical line */
.gtapt-profile-meta-cols {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	flex: 0 1 auto;
	justify-content: flex-start;
	padding-top: 0;
	margin-left: 0;
	padding-left: 4px;
}

.gtapt-profile-meta-col {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 0 20px;
	margin-right: 0;
	border-left: 1px solid rgba(230, 230, 230, 0.22);
	border-right: none;
	min-width: 110px;
}

.gtapt-profile-meta-col:last-child {
	border-right: none;
	margin-right: 0;
}

.gtapt-profile-meta-label {
	font-size: 12px;
	font-weight: 500;
	color: var(--pp-text);
	line-height: 1.2;
}

.gtapt-profile-meta-value {
	font-size: 13px;
	font-weight: 500;
	color: var(--pp-muted);
	line-height: 1.3;
}

/* Single primary action */
.gtapt-profile-actions {
	align-self: flex-end;
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	align-items: flex-end;
	flex: 0 0 auto;
	margin-left: auto;
	padding-top: calc(var(--pp-avatar-size) * 0.42);
}

.gtapt-profile-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 9px 18px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none !important;
	box-sizing: border-box;
	white-space: nowrap;
	min-height: 40px;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.gtapt-profile-btn-primary {
	border: none;
	background: #F8A697;
	color: #fff !important;
}

.gtapt-profile-btn-primary:hover,
.gtapt-profile-btn-primary:focus {
	background: var(--pp-accent-hover);
	color: #fff !important;
}

.gtapt-profile-modtools {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	padding: 0 24px 14px;
	font-size: 12px;
}

.gtapt-profile-modtools a {
	color: var(--pp-muted);
	text-decoration: none;
}

.gtapt-profile-modtools a:hover {
	color: var(--pp-accent);
}

/* ========== Two-column body ========== */
.gtapt-profile-layout {
	display: grid;
	grid-template-columns: minmax(220px, 30%) minmax(0, 1fr);
	gap: 16px 18px;
	align-items: start;
}

.gtapt-profile-sidebar {
	display: flex;
	flex-direction: column;
	gap: 12px;
	position: sticky;
	top: 12px;
}

.gtapt-profile-side-card,
.gtapt-profile-main-card {
	background: var(--pp-bg);
	border-radius: var(--pp-radius);
	padding: 16px 18px;
}

.gtapt-profile-main-card {
	border: 1px solid #353457 !important;
	border-bottom: 1px solid black !important;
}

.gtapt-profile-side-card {
	display: flex;
	align-items: center;
	gap: 12px;
	position: relative;
	min-height: 64px;
	border: 1px solid #353457 !important;
	border-bottom: 1px solid black !important;
}

.gtapt-profile-side-card-body {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	flex: 1 1 auto;
}

.gtapt-profile-side-title {
	font-size: 15px;
	font-weight: 500;
	color: var(--pp-text);
	line-height: 1.25;
}

.gtapt-profile-side-sub {
	font-size: 12px;
	font-weight: 500;
	color: var(--pp-muted);
}

.gtapt-profile-side-value {
	font-size: 28px;
	font-weight: 500;
	color: #e6e6e6;
	line-height: 1;
	flex: 0 0 auto;
	margin-left: auto;
}

.gtapt-profile-rank-img {
	display: block;
	margin-top: 4px;
}

.gtapt-profile-rank-img img {
	max-height: 28px;
	width: auto;
}

.gtapt-profile-side-ico {
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	opacity: 0.45;
	background: var(--pp-muted);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.gtapt-profile-rank-card .gtapt-profile-side-ico-rank {
	margin-left: auto;
	opacity: 0.35;
}

.gtapt-profile-side-ico-rank {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z'/%3E%3C/svg%3E");
}

.gtapt-profile-side-ico-posts {
	background: var(--pp-accent);
	opacity: 0.85;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z'/%3E%3C/svg%3E");
}

.gtapt-profile-side-ico-awards {
	background: var(--pp-accent);
	opacity: 0.85;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M14.4 6L14 4H5v17h2v-7h5.6l.4 2h7V6h-5.6z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M14.4 6L14 4H5v17h2v-7h5.6l.4 2h7V6h-5.6z'/%3E%3C/svg%3E");
}

.gtapt-profile-side-ico-topics {
	background: var(--pp-accent);
	opacity: 0.85;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z'/%3E%3C/svg%3E");
}

.gtapt-profile-stat-link {
	font-size: 12px;
	font-weight: 500;
	color: #a8a2ff;
	text-decoration: none;
}

.gtapt-profile-stat-link:hover {
	color: #fff;
	text-decoration: underline;
}

html:not(.fd_dark):not(.milk-dark) .gtapt-profile .gtapt-profile-stat-link,
body:not(.fd_dark) .gtapt-profile .gtapt-profile-stat-link {
	color: var(--pp-accent);
}

html:not(.fd_dark):not(.milk-dark) .gtapt-profile .gtapt-profile-stat-link:hover,
body:not(.fd_dark) .gtapt-profile .gtapt-profile-stat-link:hover {
	color: var(--pp-accent-hover);
}

/* Right activity / overview */
.gtapt-profile-main-card {
	padding: 18px 20px 20px;
}

.gtapt-profile-feed-joined {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid var(--pp-border);
	font-size: 14px;
	font-weight: 500;
	color: var(--pp-text);
}

.gtapt-profile-feed-avatar {
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	overflow: hidden;
}

.gtapt-profile-feed-avatar img,
.gtapt-profile-feed-avatar .avatar,
.gtapt-profile-feed-avatar > * {
	display: block;
	width: 28px !important;
	height: 28px !important;
	max-width: 28px !important;
	max-height: 28px !important;
	object-fit: cover;
	border-radius: 50% !important;
}

.gtapt-profile-feed-avatar-empty {
	background: linear-gradient(145deg, #2a3142, #1a1f2b);
	border: 1px solid var(--pp-border);
}

.gtapt-profile-feed-joined-text {
	flex: 1 1 auto;
	min-width: 0;
}

.gtapt-profile-feed-time {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--pp-muted);
	font-size: 12px;
	font-weight: 500;
	margin-left: auto;
	flex: 0 0 auto;
}

.gtapt-profile-feed-block {
	margin-bottom: 18px;
}

.gtapt-profile-feed-block:last-of-type {
	margin-bottom: 0;
}

.gtapt-profile-side-head {
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--pp-muted);
}

.gtapt-profile-activity-cta {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid var(--pp-border);
}

.gtapt-profile-dl {
	display: grid;
	grid-template-columns: minmax(120px, 200px) 1fr;
	gap: 10px 16px;
	margin: 0;
}

.gtapt-profile-dl dt {
	color: var(--pp-muted);
	font-weight: 500;
	margin: 0;
}

.gtapt-profile-dl dd {
	margin: 0;
	color: var(--pp-text);
	word-break: break-word;
}

.gtapt-profile-dl a {
	color: #a8a2ff;
	text-decoration: none;
}

.gtapt-profile-dl a:hover {
	color: #fff;
	text-decoration: underline;
}

html:not(.fd_dark):not(.milk-dark) .gtapt-profile .gtapt-profile-dl a,
body:not(.fd_dark) .gtapt-profile .gtapt-profile-dl a {
	color: var(--pp-accent);
}

html:not(.fd_dark):not(.milk-dark) .gtapt-profile .gtapt-profile-dl a:hover,
body:not(.fd_dark) .gtapt-profile .gtapt-profile-dl a:hover {
	color: var(--pp-accent-hover);
}

.gtapt-profile-groups {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.gtapt-profile-subhead {
	font-size: 14px;
	font-weight: 500;
	margin: 18px 0 10px;
	color: var(--pp-text);
}

.gtapt-profile-signature {
	border-top: 1px solid var(--pp-border);
	margin-top: 16px;
	padding-top: 4px;
}

.gtapt-profile-signature .signature {
	color: var(--pp-muted);
}

/* Button / feed icons */
.gtapt-profile .gtapt-ico {
	display: inline-block;
	width: 15px;
	height: 15px;
	flex: 0 0 auto;
	background: var(--pp-muted);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.gtapt-profile-btn .gtapt-ico {
	background: #fff;
}

.gtapt-ico-edit {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04a1.003 1.003 0 0 0 0-1.42l-2.34-2.34a1.003 1.003 0 0 0-1.42 0l-1.83 1.83 3.75 3.75 1.84-1.82z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04a1.003 1.003 0 0 0 0-1.42l-2.34-2.34a1.003 1.003 0 0 0-1.42 0l-1.83 1.83 3.75 3.75 1.84-1.82z'/%3E%3C/svg%3E");
}

.gtapt-ico-find {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z'/%3E%3C/svg%3E");
}

.gtapt-ico-clock {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z'/%3E%3C/svg%3E");
}

/* Hide mundo profilecover header under Milk profilepage */
.gtapt-profile-wrap .profilecover-header {
	display: none !important;
}

.gtapt-profile-wrap #viewprofile > .panel.bg1 {
	display: revert;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

@media (max-width: 860px) {
	.gtapt-profile-layout {
		grid-template-columns: 1fr;
	}

	.gtapt-profile-sidebar {
		position: static;
	}
}

@media (max-width: 720px) {
	.gtapt-profile {
		--pp-avatar-size: 104px;
		--pp-cover-height: 140px;
	}

	.gtapt-profile-hero-main {
		flex-direction: column;
		align-items: flex-start;
	}

	.gtapt-profile-id-row,
	.gtapt-profile-id-text,
	.gtapt-profile-actions {
		align-self: flex-end;
		padding-top: 0;
		margin-left: 0;
		width: 100%;
	}

	.gtapt-profile-meta-col {
		border-left: 0;
		padding: 0 16px 0 0;
	}

	.gtapt-profile-meta-col:first-child {
		padding-left: 0;
	}

	.gtapt-profile-actions .gtapt-profile-btn {
		width: 100%;
	}

	.gtapt-profile-dl {
		grid-template-columns: 1fr;
		gap: 4px 0;
	}

	.gtapt-profile-dl dt {
		margin-top: 8px;
	}

	.gtapt-profile-username {
		font-size: 22px;
	}
}

/* ========== Contact & social (sidebar) ========== */
.gtapt-profile-contact-card {
	align-items: flex-start;
	min-height: 0;
	padding-top: 14px;
	padding-bottom: 14px;
}

.gtapt-profile-contact-body {
	width: 100%;
	gap: 8px;
}

.gtapt-profile-contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.gtapt-profile-contact-list li {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	color: var(--pp-text);
	word-break: break-word;
}

.gtapt-profile-contact-list a {
	color: #a8a2ff;
	text-decoration: none;
}

.gtapt-profile-contact-list a:hover {
	color: #fff;
	text-decoration: underline;
}

html:not(.fd_dark):not(.milk-dark) .gtapt-profile .gtapt-profile-contact-list a,
body:not(.fd_dark) .gtapt-profile .gtapt-profile-contact-list a {
	color: var(--pp-accent);
}

html:not(.fd_dark):not(.milk-dark) .gtapt-profile .gtapt-profile-contact-list a:hover,
body:not(.fd_dark) .gtapt-profile .gtapt-profile-contact-list a:hover {
	color: var(--pp-accent-hover);
}

.gtapt-profile-contact-label {
	color: var(--pp-muted);
	font-weight: 500;
}

/* ========== Recent activity feed ========== */
.gtapt-profile-activity-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.gtapt-profile-activity-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 0;
	background: transparent;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid rgba(230, 230, 230, 0.22);
}

.gtapt-profile-activity-item:last-child {
	border-bottom: none;
}

.gtapt-profile-activity-ico {
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	margin-top: 1px;
	border-radius: 8px;
	background: var(--pp-accent);
	opacity: 0.9;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 16px 16px;
	mask-size: 16px 16px;
}

.gtapt-profile-activity-ico.is-start {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z'/%3E%3C/svg%3E");
}

.gtapt-profile-activity-ico.is-reply {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z'/%3E%3C/svg%3E");
}

.gtapt-profile-activity-body {
	min-width: 0;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.gtapt-profile-activity-text {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--pp-text);
	word-break: break-word;
}

.gtapt-profile-activity-topic {
	color: #e6e6e6;
	text-decoration: none;
	font-weight: 500;
}

.gtapt-profile-activity-topic:hover {
	color: #fff;
	text-decoration: underline;
}

html:not(.fd_dark):not(.milk-dark) .gtapt-profile .gtapt-profile-activity-topic,
body:not(.fd_dark) .gtapt-profile .gtapt-profile-activity-topic {
	color: #e6e6e6;
}

html:not(.fd_dark):not(.milk-dark) .gtapt-profile .gtapt-profile-activity-topic:hover,
body:not(.fd_dark) .gtapt-profile .gtapt-profile-activity-topic:hover {
	color: var(--pp-accent-hover);
}

.gtapt-profile-activity-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 500;
	color: var(--pp-muted);
}

.gtapt-profile-activity-forum {
	color: var(--pp-muted);
}

.gtapt-profile-activity-sep {
	opacity: 0.55;
}

.gtapt-profile-activity-time {
	color: var(--pp-muted);
}

.gtapt-profile-activity-empty {
	margin: 0;
	padding: 14px 0 4px;
	font-size: 14px;
	font-weight: 500;
	color: var(--pp-muted);
}

.gtapt-profile-about-slim {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid var(--pp-border);
}

/* About card in sidebar */
.gtapt-profile-about-card {
	align-items: flex-start;
	flex-direction: column;
}
.gtapt-profile-about-body {
	width: 100%;
}
.gtapt-profile-dl-compact {
	grid-template-columns: 1fr;
	gap: 6px 0;
	margin-top: 10px;
}
.gtapt-profile-dl-compact dt {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-top: 6px;
}
.gtapt-profile-dl-compact dd {
	font-size: 13px;
}
.gtapt-profile-signature-side {
	margin-top: 12px;
	padding-top: 10px;
	border-top: 1px solid var(--pp-border);
}
.gtapt-profile-signature-side .signature {
	font-size: 12px;
	max-height: 120px;
	overflow: auto;
}
