/* Ladytime Team CSS v1.10.3 */

.teamprofilecards-page {
	--lt-team-ink: #243247;
	--lt-team-muted: #5f7189;
	--lt-team-line: rgba(36, 50, 71, .13);
	--lt-team-panel: #ffffff;
	--lt-team-soft: #f4f8fb;
	--lt-team-a: #2fb8c6;
	--lt-team-b: #27306f;
	--lt-team-c: #2e90b8;
	display: grid;
	grid-template-columns: minmax(230px, 320px) minmax(0, 1fr);
	gap: 30px;
	margin: 0 0 30px;
	color: var(--lt-team-ink);
}

.teamprofilecards-sidebar {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.teamprofilecards-hero {
	padding: 4px 0 14px;
	border-bottom: 4px solid var(--lt-team-c);
}

.teamprofilecards-pagekicker,
.teamprofilecards-kicker,
.teamprofilecards-label {
	display: block;
	color: var(--lt-team-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.teamprofilecards-hero h1 {
	margin: 4px 0 14px;
	color: var(--lt-team-c);
	font-size: 42px;
	line-height: 1.02;
}

.teamprofilecards-pageintro {
	color: var(--lt-team-muted);
	font-size: 14px;
	line-height: 1.7;
	text-align: justify;
	hyphens: auto;
}

.teamprofilecards-stats {
	display: grid;
	gap: 10px;
}

.teamprofilecards-stat {
	padding: 12px 14px;
	border-left: 5px solid var(--lt-team-a);
	border-radius: 0 18px 18px 0;
	background: linear-gradient(90deg, rgba(47, 184, 198, .14), rgba(47, 184, 198, .03));
}

.teamprofilecards-stat span {
	display: block;
	color: var(--lt-team-b);
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
}

.teamprofilecards-stat strong {
	display: block;
	margin-top: 5px;
	color: var(--lt-team-muted);
	font-size: 12px;
}

.teamprofilecards-activity {
	border-top: 1px solid var(--lt-team-line);
	padding-top: 14px;
}

.teamprofilecards-activity-head {
	display: grid;
	gap: 3px;
	margin-bottom: 8px;
}

.teamprofilecards-activity-head strong {
	color: var(--lt-team-b);
	font-size: 15px;
}

.teamprofilecards-activity-head span,
.teamprofilecards-activity-row span,
.teamprofilecards-count {
	color: var(--lt-team-muted);
	font-size: 12px;
}

.teamprofilecards-activity-list {
	display: grid;
	gap: 7px;
}

.teamprofilecards-activity-row {
	display: grid;
	gap: 2px;
	padding: 9px 10px;
	border-radius: 8px;
	background: var(--lt-team-soft);
}

.teamprofilecards-activity-row strong {
	color: var(--lt-team-ink);
	font-size: 12px;
	overflow-wrap: anywhere;
}

.teamprofilecards-main {
	min-width: 0;
}

.teamprofilecards-groups,
.teamprofilecards-group {
	display: grid;
	gap: 16px;
}

.teamprofilecards-grouphead {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 14px;
}

.teamprofilecards-grouphead h2 {
	margin: 2px 0 0;
	color: var(--lt-team-b);
	font-size: 24px;
	line-height: 1.2;
}

.teamprofilecards-count {
	padding: 6px 10px;
	border: 1px solid var(--lt-team-line);
	border-radius: 999px;
	background: var(--lt-team-panel);
	white-space: nowrap;
}

.teamprofilecards-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
	gap: 18px;
}

.teamprofilecards-card {
	position: relative;
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr);
	align-items: center;
	min-height: 210px;
	border-radius: 0 6px 6px 0;
	background: linear-gradient(105deg, var(--lt-team-a) 0%, #327fae 48%, var(--lt-team-b) 100%);
	box-shadow: 0 14px 28px rgba(36, 50, 71, .14);
	color: #fff;
	overflow: visible;
}

.teamprofilecards-media {
	position: relative;
	z-index: 2;
	min-height: 210px;
	height: 100%;
	background:
		linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.02)),
		linear-gradient(105deg, var(--lt-team-a), var(--lt-team-b));
	overflow: hidden;
}

.teamprofilecards-media::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.18), transparent 34%);
	pointer-events: none;
}

.teamprofilecards-cover {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 210px;
	object-fit: cover;
}

.teamprofilecards-avatar-wrap {
	position: absolute;
	left: 14px;
	bottom: 14px;
	z-index: 3;
	width: 62px;
	height: 62px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 8px 18px rgba(0, 0, 0, .24);
	overflow: hidden;
}

.teamprofilecards-avatar {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.teamprofilecards-avatar-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--lt-team-b);
	font-size: 22px;
	font-weight: 900;
}

.teamprofilecards-status {
	position: absolute;
	right: 12px;
	top: 12px;
	padding: 4px 9px;
	border-radius: 999px;
	background: rgba(18, 24, 38, .72);
	color: #fff;
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.teamprofilecards-card.is-online .teamprofilecards-status {
	background: #2f8b4b;
}

.teamprofilecards-card.is-away .teamprofilecards-status {
	background: #bd7a20;
}

.teamprofilecards-body {
	display: grid;
	gap: 10px;
	min-width: 0;
	padding: 22px 24px 20px;
}

.teamprofilecards-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 7px;
}

.teamprofilecards-card .teamprofilecards-kicker,
.teamprofilecards-card .teamprofilecards-label {
	color: rgba(255,255,255,.78);
}

.teamprofilecards-name {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
}

.teamprofilecards-name:hover {
	color: #fff;
	text-decoration: underline;
}

.teamprofilecards-character {
	color: rgba(255,255,255,.9);
}

.teamprofilecards-alias {
	display: inline-grid;
	gap: 2px;
	margin-top: 7px;
	color: rgba(255,255,255,.9);
	font-size: 12px;
}

.teamprofilecards-discord {
	display: inline-grid;
	gap: 2px;
	width: fit-content;
	max-width: 100%;
	padding: 6px 9px;
	border-radius: 999px;
	background: rgba(255,255,255,.13);
	color: rgba(255,255,255,.92);
	font-size: 12px;
}

.teamprofilecards-value {
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.teamprofilecards-info-grid {
	display: grid;
	gap: 8px;
}

.teamprofilecards-panel,
.teamprofilecards-signature {
	min-width: 0;
}

.teamprofilecards-panel {
	color: rgba(255,255,255,.92);
	font-size: 12px;
}

.teamprofilecards-text .teamprofilecards-value {
	text-align: justify;
	hyphens: auto;
}

.teamprofilecards-task-list {
	margin: 0;
	padding-left: 16px;
}

.teamprofilecards-task-list li + li {
	margin-top: 3px;
}

.teamprofilecards-signature {
	grid-column: 1 / -1;
	margin: -4px 18px 14px 132px;
	padding: 9px 12px;
	border-radius: 8px;
	background: rgba(255,255,255,.12);
	color: rgba(255,255,255,.88);
}

.teamprofilecards-signature-value img {
	max-width: 100%;
	height: auto;
}

.teamprofilecards-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
	margin-top: 2px;
}

.teamprofilecards-button {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	border-radius: 999px;
}

.teamprofilecards-group-image {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 8px;
	background: rgba(255,255,255,.16);
	overflow: hidden;
}

.teamprofilecards-group-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1080px) {
	.teamprofilecards-page {
		grid-template-columns: 1fr;
	}

	.teamprofilecards-sidebar {
		display: grid;
		grid-template-columns: minmax(0, 1.3fr) minmax(220px, .7fr);
		align-items: start;
	}

	.teamprofilecards-activity {
		grid-column: 1 / -1;
	}
}

@media (max-width: 780px) {
	.teamprofilecards-sidebar,
	.teamprofilecards-grid {
		grid-template-columns: 1fr;
	}

	.teamprofilecards-hero h1 {
		font-size: 34px;
	}

	.teamprofilecards-card {
		grid-template-columns: 170px minmax(0, 1fr);
	}

	.teamprofilecards-media,
	.teamprofilecards-cover {
		min-height: 190px;
	}

	.teamprofilecards-body {
		padding-right: 16px;
	}
}

@media (max-width: 560px) {
	.teamprofilecards-card {
		grid-template-columns: 1fr;
		border-radius: 8px;
		text-align: left;
	}

	.teamprofilecards-media {
		min-height: 230px;
	}

	.teamprofilecards-cover {
		min-height: 230px;
	}

	.teamprofilecards-status {
		left: auto;
		right: 12px;
		top: 12px;
	}

	.teamprofilecards-body {
		padding: 0 18px 18px;
	}

	.teamprofilecards-signature {
		margin: 0 18px 18px;
	}

	.teamprofilecards-grouphead {
		display: block;
	}

	.teamprofilecards-count {
		display: inline-block;
		margin-top: 8px;
	}
}

/* Ladytime Team Online CSS v1.7.0 */

.vm-teamonline-wrap {
	--vm-team-ink: #22324a;
	--vm-team-muted: #66758a;
	--vm-team-line: rgba(34, 50, 74, .13);
	--vm-team-soft: #f3f7fb;
	--vm-team-panel: #ffffff;
	--vm-team-a: #2fb8c6;
	--vm-team-b: #27306f;
	margin: 0 0 18px;
	border: 1px solid var(--vm-team-line);
	border-radius: 10px;
	background: var(--vm-team-panel);
	box-shadow: 0 10px 26px rgba(34, 50, 74, .08);
	overflow: hidden;
}

.vm-teamonline-title {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 2px 12px;
	padding: 13px 15px;
	background: linear-gradient(105deg, rgba(47,184,198,.14), rgba(39,48,111,.08));
	border-bottom: 1px solid var(--vm-team-line);
}

.vm-teamonline-title span {
	color: var(--vm-team-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.vm-teamonline-title strong {
	grid-column: 1;
	color: var(--vm-team-b);
	font-size: 18px;
	line-height: 1.2;
}

.vm-teamonline-title p {
	grid-column: 2;
	grid-row: 1 / span 2;
	align-self: center;
	margin: 0;
	color: var(--vm-team-muted);
	font-size: 12px;
}

.vm-teamonline-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 12px;
	padding: 13px;
}

.vm-teamonline-card {
	position: relative;
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	min-width: 0;
	padding: 12px;
	border: 1px solid var(--vm-team-line);
	border-radius: 10px;
	background: var(--vm-team-soft);
}

.vm-teamonline-card::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	background: #8792a1;
}

.vm-teamonline-card.is-online::before {
	background: #2f8b4b;
}

.vm-teamonline-visual {
	position: relative;
	width: 82px;
	height: 98px;
	border-radius: 10px;
	background: linear-gradient(135deg, var(--vm-team-a), var(--vm-team-b));
	overflow: hidden;
}

.vm-teamonline-visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vm-teamonline-visual span {
	position: absolute;
	left: 7px;
	top: 7px;
	padding: 3px 7px;
	border-radius: 999px;
	background: rgba(18,24,38,.72);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.vm-teamonline-card.is-online .vm-teamonline-visual span {
	background: #2f8b4b;
}

.vm-teamonline-meta {
	min-width: 0;
	display: grid;
	gap: 4px;
}

.vm-teamonline-kicker {
	color: var(--vm-team-muted);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.vm-teamonline-name a {
	color: var(--vm-team-b);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.vm-teamonline-name a:hover {
	text-decoration: underline;
}

.vm-teamonline-alias,
.vm-teamonline-where,
.vm-teamonline-lastactive {
	color: var(--vm-team-muted);
	font-size: 12px;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.vm-teamonline-where {
	color: var(--vm-team-ink);
	font-weight: 700;
}

.vm-teamonline-empty {
	padding: 14px;
	color: var(--vm-team-muted);
}

.vm-teamonline-actions {
	margin-top: 5px;
}

.vm-teamonline-pm {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	border-radius: 999px;
	font-size: 12px;
}

@media (max-width: 620px) {
	.vm-teamonline-title {
		display: block;
	}

	.vm-teamonline-title p {
		margin-top: 4px;
	}

	.vm-teamonline-card {
		grid-template-columns: 72px minmax(0, 1fr);
	}

	.vm-teamonline-visual {
		width: 72px;
		height: 86px;
	}
}