.ts-payout-slider {
	--ts-payout-text: #f6efe6;
	--ts-payout-text-muted: #b7ac9d;
	--ts-payout-text-dim: #6d6d6d;
	--ts-payout-accent-3: #ffb24d;
	--ts-payout-positive: #5fd693;

	position: relative;
	min-width: 0;
}

.ts-payout {
	overflow: hidden;
	border-radius: 22px;
}

.ts-payout-card {
	position: relative;
	overflow: hidden;
	border-radius: 22px;
	background: linear-gradient(165.9deg, #1c150d 0%, #16110b 100%);
	box-shadow: 0 30px 80px -30px rgba(0, 0, 0, 0.9);
}

.ts-payout-card__glow {
	position: absolute;
	inset: -1px;
	pointer-events: none;
	background:
		radial-gradient(
			42% 38% at 86% 16%,
			rgba(224, 90, 0, 0.5) 0%,
			transparent 80%
		),
		radial-gradient(
				49.14% 96.8% at 17.5% -10%,
				rgba(55, 210, 122, 0.16) 0%,
				rgba(55, 210, 122, 0) 70%
			);
}

.ts-payout-card__photo {
	position: absolute;
	top: 0;
	right: 0;
	width: 46%;
	max-width: 250px;
	z-index: 0;
	pointer-events: none;
	-webkit-mask-image: linear-gradient(to bottom, #000 65%, transparent 100%);
	mask-image: linear-gradient(to bottom, #000 65%, transparent 100%);
}

.ts-payout-card__photo img {
	width: 100%;
	height: auto;
}

.ts-payout-card__body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 32px 11px 16px;
}

.ts-payout-card__head {
	padding-right: 42%;
}

.ts-payout-card__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 600;
	color: var(--ts-payout-positive);
}

.ts-payout-card__eyebrow-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--ts-payout-positive);
	animation: h26-dot-pulse 1.8s ease-out infinite;
}

@media (prefers-reduced-motion: reduce) {
	.ts-payout-card__eyebrow-dot {
		animation: none;
	}
}

.ts-payout-card__amount {
	margin: 16px 0 0;
	display: flex;
	align-items: flex-end;
	color: var(--ts-payout-positive);
	font-weight: 800;
	line-height: 1;
}

.ts-payout-card__amount-big {
	font-size: 42px;
	letter-spacing: -0.03em;
}

.ts-payout-card__amount-cents {
	font-size: 18px;
	margin-bottom: 5px;
	color: rgba(55, 210, 122, 0.6);
}

.ts-payout-card__since {
	display: block;
	margin-top: 10px;
	font-size: 10px;
	color: var(--ts-payout-text-muted);
}

.ts-payout-card__chains .ts-payout-card__verified-left,
.ts-payout-card__chains .ts-payout-card__verified-right {
	font-size: 11px;
	white-space: nowrap;
}

.ts-payout-card__chains .ts-payout-card__verified-left svg {
	width: 12px;
	height: 11px;
}

.ts-payout-card__trader {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 87px;
	padding: 14px 12px;
	border-radius: 14px;
	border: 1px solid #332712;
	background: rgba(32, 26, 19, 0.6);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
}

.ts-payout-card__avatar {
	position: relative;
	flex-shrink: 0;
	width: 37px;
	height: 37px;
}

.ts-payout-card__avatar-img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	object-fit: cover;
}

.ts-payout-card__avatar-flag {
	position: absolute;
	top: -2px;
	right: -2px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	font-size: 11px;
	line-height: 1;
}

.ts-payout-card__who {
	display: flex;
	flex-direction: column;
	line-height: 1.3;
}

.ts-payout-card__who strong {
	font-size: 16px;
	font-weight: 600;
	color: var(--ts-payout-text);
}

.ts-payout-card__who span {
	font-size: 12px;
	color: var(--ts-payout-text-muted);
}

.ts-payout-card__watch {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	padding: 11px 12px;
	border-radius: 19px;
	background: rgba(255, 138, 30, 0.14);
	border: 1px solid rgba(255, 170, 60, 0.28);
	font-size: 11px;
	line-height: 1;
	color: var(--ts-payout-accent-3);
	white-space: nowrap;
	text-decoration: none;
}

.ts-payout-card__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}

.ts-payout-card__stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	padding: 12px 6px;
	border-radius: 12px;
	border: 1px solid #332712;
	background: rgba(32, 26, 19, 0.6);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	text-align: center;
}

.ts-payout-card__stat-label {
	font-size: 10px;
	color: var(--ts-payout-text-muted);
}

.ts-payout-card__stat-value {
	font-size: 14px;
	font-weight: 700;
	color: var(--ts-payout-text);
}

.ts-payout-card__stat-value--pos {
	color: var(--ts-payout-positive);
}

.ts-payout-card__stat-value small {
	font-size: 12px;
	font-weight: 700;
	color: var(--ts-payout-text-dim);
}

.ts-payout-card__verified {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 16px;
	border-radius: 12px;
	border: 1px solid #2d553e;
	background: linear-gradient(
		180deg,
		rgba(55, 210, 122, 0.12) 0%,
		rgba(55, 210, 122, 0.04) 100%
	);
}

.ts-payout-card__verified-left {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 700;
	color: var(--ts-payout-positive);
}

.ts-payout-card__verified-left svg {
	width: 14px;
	height: 13px;
}

.ts-payout-card__verified-right {
	font-size: 12px;
	font-weight: 600;
	color: var(--ts-payout-accent-3);
}

.ts-payout-card__verified-row {
	position: relative;
}

.ts-payout-card__tip {
	position: absolute;
	top: -8px;
	right: -6px;
	display: inline-flex;
	cursor: help;
	z-index: 2;
}

.ts-payout-card__tip-icon {
	display: block;
	width: 18px;
	height: 18px;
}

.ts-payout-card__tip-bubble {
	position: absolute;
	bottom: calc(100% + 8px);
	right: -2px;
	width: max-content;
	max-width: 210px;
	padding: 8px 10px;
	border-radius: 8px;
	border: 1px solid #332712;
	background: #17110a;
	box-shadow: 0 10px 26px -10px rgba(0, 0, 0, 0.75);
	font-size: 11px;
	line-height: 1.35;
	text-align: left;
	color: var(--ts-payout-text);
	opacity: 0;
	visibility: hidden;
	transform: translateY(4px);
	transition:
		opacity 0.18s ease,
		transform 0.18s ease,
		visibility 0.18s;
	pointer-events: none;
	z-index: 3;
}

.ts-payout-card__tip:hover .ts-payout-card__tip-bubble,
.ts-payout-card__tip:focus .ts-payout-card__tip-bubble,
.ts-payout-card__tip:focus-visible .ts-payout-card__tip-bubble {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.ts-payout-card__chains {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
}

.ts-payout-card__chains .ts-payout-card__verified {
	flex: 1 1 118px;
	min-width: 0;
	gap: 6px;
	padding: 16px 10px;
}

.ts-payout__dots {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 22px;
}

.ts-payout__dots .swiper-pagination-bullet {
	position: relative;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: rgba(255, 170, 60, 0.28);
	opacity: 1;
	transition:
		width 0.25s ease,
		background 0.25s ease;
}

.ts-payout__dots .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	inset: -14px -6px;
}

.ts-payout__dots .swiper-pagination-bullet-active {
	width: 18px;
	border-radius: 6px;
	background: var(--ts-payout-accent-3);
}

@media (min-width: 992px) {
	.ts-payout-card__body {
		padding: 30px 28px;
	}

	.ts-payout-card__head {
		min-height: 116px;
	}

	.ts-payout-card__eyebrow {
		font-size: 16px;
	}

	.ts-payout-card__eyebrow-dot {
		width: 10px;
		height: 10px;
	}

	.ts-payout-card__amount-big {
		font-size: 52px;
	}

	.ts-payout-card__amount-cents {
		font-size: 22px;
		margin-bottom: 6px;
	}

	.ts-payout-card__since {
		font-size: 12px;
	}

	.ts-payout-card__trader {
		padding: 19px 17px;
	}

	.ts-payout-card__avatar {
		width: 50px;
		height: 50px;
	}

	.ts-payout-card__avatar-img {
		width: 47px;
		height: 47px;
	}

	.ts-payout-card__avatar-flag {
		width: 18px;
		height: 18px;
		font-size: 14px;
	}

	.ts-payout-card__who strong {
		font-size: 18px;
	}

	.ts-payout-card__who span {
		font-size: 14px;
	}

	.ts-payout-card__watch {
		font-size: 14px;
	}

	.ts-payout-card__stats {
		gap: 10px;
	}

	.ts-payout-card__stat {
		gap: 8px;
		padding: 17px 8px;
	}

	.ts-payout-card__stat-label {
		font-size: 12px;
	}

	.ts-payout-card__stat-value {
		font-size: 16px;
	}

	.ts-payout-card__chains {
		flex-direction: row;
	}

	.ts-payout-card__chains .ts-payout-card__verified {
		flex: 1 1 0;
		min-width: 0;
		padding: 16px 14px;
	}

	.ts-payout-card__chains .ts-payout-card__verified-left,
	.ts-payout-card__chains .ts-payout-card__verified-right {
		font-size: 12px;
	}

	.ts-payout-card__chains .ts-payout-card__verified-left svg {
		width: 14px;
		height: 13px;
	}
}

.ts-payout-card__verified {
	transition:
		border-color 0.25s ease,
		box-shadow 0.25s ease;
}

.ts-payout-card__watch {
	transition:
		border-color 0.25s ease,
		background-color 0.25s ease,
		box-shadow 0.25s ease;
}

@media (hover: hover) {
	.ts-payout-card__verified:hover {
		border-color: rgba(95, 214, 147, 0.55);
		box-shadow: inset 0 0 22px -4px rgba(55, 210, 122, 0.4);
	}

	.ts-payout-card__watch:hover {
		border-color: rgba(255, 170, 60, 0.55);
		background: rgba(255, 138, 30, 0.22);
		box-shadow: inset 0 0 18px -6px rgba(243, 152, 31, 0.35);
	}
}
