.shop-discord-section {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	padding: 96px 0;
	border-top: 1px solid rgba(138, 100, 255, .24);
	border-bottom: 1px solid rgba(75, 199, 255, .14);
	background: #090b10;
	isolation: isolate;
}

.shop-discord-section::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(7, 9, 20, .86) 0%, rgba(7, 9, 20, .16) 24%, rgba(7, 9, 20, .12) 70%, rgba(7, 9, 20, .82) 100%),
		linear-gradient(90deg, rgba(4, 7, 17, .88) 0%, rgba(6, 9, 20, .66) 48%, rgba(9, 10, 25, .74) 100%),
		linear-gradient(120deg, rgba(55, 207, 255, .05), rgba(124, 98, 255, .1));
	content: "";
	pointer-events: none;
}

.shop-discord-section__background {
	position: absolute;
	inset: -300px 0;
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: translate3d(0, -260px, 0) scale(1.03);
	transform-origin: center;
	will-change: transform;
	pointer-events: none;
}

.shop-discord-section__layout {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
	align-items: center;
	gap: 80px;
	width: min(var(--profile-content-width, 1240px), calc(100% - 48px));
	margin: 0 auto;
}

.shop-discord-section__copy {
	min-width: 0;
}

.shop-discord-section__copy h2 {
	max-width: 700px;
	margin: 0;
	color: #f5f7ff;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.15;
}

.shop-discord-section__copy > p {
	max-width: 680px;
	margin: 18px 0 0;
	color: #aeb8cf;
	font-size: 17px;
}

.shop-discord-section__points {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.shop-discord-section__points li {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #cbd2dc;
	font-size: 13px;
}

.shop-discord-section__points svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: #a78bfa;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
	filter: drop-shadow(0 0 7px rgba(75, 199, 255, .28));
}

.shop-discord-widget {
	--shop-discord-widget-bg: none;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	width: min(100%, 590px);
	margin-top: 32px;
	padding: 26px;
	border: 1px solid rgba(128, 112, 255, .22);
	border-radius: 0;
	background: linear-gradient(155deg, rgba(11, 14, 27, .4), rgba(31, 23, 68, .2));
	box-shadow: 0 24px 70px rgba(0, 0, 0, .28), 0 0 18px rgba(98, 75, 210, .08), inset 0 1px 0 rgba(255, 255, 255, .028);
	backdrop-filter: blur(14px) saturate(135%);
	-webkit-backdrop-filter: blur(14px) saturate(135%);
	transition: border-color 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.shop-discord-widget::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 2px;
	background: #8a64ff;
	box-shadow: 0 0 14px rgba(138, 100, 255, .36);
	content: "";
}

.shop-discord-widget::after {
	position: absolute;
	top: -18px;
	bottom: -18px;
	left: -18px;
	z-index: 0;
	width: calc(58% + 18px);
	background-image: var(--shop-discord-widget-bg);
	background-position: center;
	background-size: cover;
	content: "";
	opacity: .17;
	filter: blur(7px) saturate(1.1);
	pointer-events: none;
	transform: scale(1.03);
	transform-origin: left center;
	transition: opacity 760ms cubic-bezier(.22, 1, .36, 1), filter 760ms cubic-bezier(.22, 1, .36, 1), transform 900ms cubic-bezier(.16, 1, .3, 1);
	will-change: opacity, filter, transform;
	mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .58) 45%, transparent 100%);
	-webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .58) 45%, transparent 100%);
}

.shop-discord-widget:has(.shop-discord-widget__join:not(.is-disabled):hover),
.shop-discord-widget:has(.shop-discord-widget__join:not(.is-disabled):focus-visible) {
	border-color: rgba(167, 139, 250, .5);
	box-shadow: 0 28px 78px rgba(0, 0, 0, .4), 0 0 20px rgba(98, 75, 210, .14), 0 0 10px rgba(75, 199, 255, .04);
	filter: brightness(1.025);
}

.shop-discord-widget:has(.shop-discord-widget__join:not(.is-disabled):hover)::after,
.shop-discord-widget:has(.shop-discord-widget__join:not(.is-disabled):focus-visible)::after {
	opacity: .24;
	filter: blur(8px) saturate(1.14);
	transform: scale(1.16);
}

.shop-discord-widget__header {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 18px;
}

.shop-discord-widget__icon {
	display: grid;
	width: 72px;
	height: 72px;
	flex: 0 0 72px;
	overflow: hidden;
	border: 1px solid rgba(167, 139, 250, .48);
	border-radius: 5px;
	place-items: center;
	color: #c7bbff;
	background: rgba(88, 101, 242, .2);
	box-shadow: 0 0 24px rgba(138, 100, 255, .24);
}

.shop-discord-widget__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shop-discord-widget__icon svg {
	width: 45px;
	height: 45px;
	fill: currentColor;
}

.shop-discord-widget__info {
	display: block;
	min-width: 0;
}

.shop-discord-widget__info > strong {
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.2;
	text-overflow: ellipsis;
	background: transparent;
	text-shadow: none;
	white-space: nowrap;
}

.shop-discord-widget__status {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 9px;
	color: #aeb8cf;
	font-size: 13px;
}

.shop-discord-widget__status i {
	width: 8px;
	height: 8px;
	margin-right: 3px;
	border-radius: 50%;
	background: #45e28d;
	box-shadow: 0 0 10px rgba(69, 226, 141, .72);
	animation: shop-discord-pulse 2s ease-in-out infinite;
}

.shop-discord-widget__status.is-unavailable i {
	background: #77819a;
	box-shadow: none;
	animation: none;
}

.shop-discord-widget__status b {
	color: #e8eaff;
	font-weight: 400;
}

.shop-discord-widget__status .shop-discord-widget__online {
	color: #45e28d;
}

.shop-discord-widget__status .shop-discord-widget__members {
	color: #a78bfa;
}

.shop-discord-widget__status > span {
	margin: 0 3px;
	color: rgba(255, 255, 255, .34);
}

.shop-discord-widget__status svg {
	width: 17px;
	height: 17px;
	margin: 0 2px 0 1px;
	fill: none;
	stroke: rgba(185, 194, 226, .76);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.shop-discord-widget__divider {
	position: relative;
	z-index: 1;
	height: 1px;
	margin: 22px 0;
	background: linear-gradient(90deg, rgba(138, 100, 255, .34), rgba(75, 199, 255, .12), transparent);
}

.shop-discord-widget__join {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 50px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 0;
	color: #fff;
	background: linear-gradient(112deg, rgba(38, 43, 94, .48), rgba(49, 38, 91, .46) 56%, rgba(27, 49, 74, .42));
	box-shadow: 0 12px 28px rgba(50, 57, 142, .07), inset 0 1px 0 rgba(255, 255, 255, .025);
	backdrop-filter: blur(10px) saturate(125%);
	-webkit-backdrop-filter: blur(10px) saturate(125%);
	font-size: 15px;
	transition: box-shadow 160ms ease, border-color 160ms ease, filter 160ms ease;
}

.shop-discord-widget__join::before {
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	width: 2px;
	background: #8a64ff;
	box-shadow: 0 0 14px rgba(138, 100, 255, .48);
	content: "";
	pointer-events: none;
}

.shop-discord-widget__join svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.shop-discord-widget__join:hover {
	border-color: rgba(255, 255, 255, .26);
	color: #fff;
	box-shadow: 0 16px 34px rgba(88, 101, 242, .2), 0 0 22px rgba(138, 100, 255, .1);
	filter: brightness(1.065);
}

.shop-discord-widget__join.is-disabled {
	opacity: .52;
	filter: saturate(.5);
}

.shop-discord-section__visual {
	--shop-discord-glow-opacity: .2;
	position: relative;
	display: grid;
	min-width: 0;
	min-height: clamp(340px, 40vw, 560px);
	place-items: center;
	isolation: isolate;
}

.shop-discord-section__visual > img {
	position: relative;
	z-index: 1;
	display: block;
	width: min(100%, 520px);
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 30px 36px rgba(0, 0, 0, .34)) drop-shadow(0 0 30px rgba(115, 91, 255, .18));
	user-select: none;
}

.shop-discord-section__glow {
	position: absolute;
	z-index: 0;
	display: block;
	border-radius: 50%;
	opacity: var(--shop-discord-glow-opacity);
	filter: blur(86px);
	mix-blend-mode: screen;
	pointer-events: none;
	will-change: transform, opacity;
}

.shop-discord-section__glow--violet {
	right: -12%;
	bottom: -20%;
	width: 58%;
	aspect-ratio: 1;
	background: #875cff;
	animation: shop-discord-glow-violet 10.4s ease-in-out infinite;
}

.shop-discord-section__glow--blue {
	top: 28%;
	left: 28%;
	width: 42%;
	aspect-ratio: 1;
	background: #596dff;
	opacity: .13;
	animation: shop-discord-glow-blue 11.6s ease-in-out infinite;
}

@keyframes shop-discord-pulse {
	0%, 100% { opacity: .72; }
	50% { opacity: 1; }
}

@keyframes shop-discord-glow-violet {
	0%, 100% { opacity: .18; transform: translate3d(0, 0, 0) scale(1.04); }
	42% { opacity: .34; transform: translate3d(-36%, -22%, 0) scale(.92); }
	72% { opacity: .16; transform: translate3d(-14%, -42%, 0) scale(1.1); }
}

@keyframes shop-discord-glow-blue {
	0%, 100% { opacity: .09; transform: translate3d(0, 0, 0) scale(.96); }
	46% { opacity: .18; transform: translate3d(24%, -16%, 0) scale(1.12); }
	76% { opacity: .12; transform: translate3d(-18%, 21%, 0) scale(1.02); }
}

@media (max-width: 1024px) {
	.shop-discord-section__layout {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.shop-discord-widget {
		max-width: 520px;
	}

	.shop-discord-section__visual {
		min-height: 340px;
	}
}

@media (max-width: 680px) {
	.shop-discord-section {
		padding: 72px 0;
	}

	.shop-discord-section__layout {
		width: min(100% - 24px, var(--profile-content-width, 1240px));
	}

	.shop-discord-section__copy h2 {
		font-size: 31px;
	}

	.shop-discord-section__copy > p {
		font-size: 16px;
	}

	.shop-discord-widget {
		padding: 22px;
	}

	.shop-discord-widget__icon {
		width: 58px;
		height: 58px;
		flex-basis: 58px;
	}

	.shop-discord-widget__info > strong {
		font-size: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.shop-discord-section__background,
	.shop-discord-section__glow,
	.shop-discord-widget__status i {
		animation: none !important;
		transition-duration: .01ms !important;
	}
}
