/* ClansNetwork Market — websitesi için bağımsız ürün vitrini. */

.market-page {
	background: #06060f;
	color: var(--text);
}

.market-page .nav {
	background: transparent;
}

.market-page .nav.scrolled,
.market-page .nav.menu-open {
	background: rgba(6, 6, 15, 0.86);
}

.market-hero {
	position: relative;
	min-height: 900px;
	padding: 150px 24px 105px;
	overflow: hidden;
	isolation: isolate;
	background:
		linear-gradient(180deg, rgba(6, 6, 15, 0.14) 0%, rgba(6, 6, 15, 0.72) 88%, #06060f 100%),
		radial-gradient(circle at 78% 30%, rgba(63, 182, 255, 0.15), transparent 36%),
		radial-gradient(circle at 18% 12%, rgba(185, 104, 255, 0.16), transparent 34%), #080812;
}

.market-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: 0.18;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.market-hero-aurora {
	position: absolute;
	top: -34%;
	left: 48%;
	width: 920px;
	height: 760px;
	z-index: -2;
	border-radius: 50%;
	background: conic-gradient(
		from 215deg,
		rgba(23, 109, 254, 0.5),
		rgba(63, 182, 255, 0.22),
		rgba(255, 92, 138, 0.34),
		rgba(23, 109, 254, 0.5)
	);
	filter: blur(100px);
	opacity: 0.55;
	transform: rotate(-12deg);
	animation: marketAurora 14s ease-in-out infinite alternate;
}

.market-orb {
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	filter: blur(2px);
	pointer-events: none;
}

.market-orb-one {
	width: 240px;
	height: 240px;
	right: -70px;
	top: 62%;
	background: radial-gradient(
		circle at 30% 28%,
		rgba(255, 255, 255, 0.2),
		rgba(63, 182, 255, 0.12) 24%,
		rgba(23, 109, 254, 0.06) 58%,
		transparent 72%
	);
	box-shadow: inset 0 0 60px rgba(63, 182, 255, 0.16);
}

.market-orb-two {
	width: 145px;
	height: 145px;
	left: -42px;
	top: 20%;
	background: radial-gradient(
		circle at 36% 30%,
		rgba(255, 255, 255, 0.22),
		rgba(255, 92, 138, 0.12) 30%,
		rgba(23, 109, 254, 0.08) 62%,
		transparent 74%
	);
}

.market-spark {
	position: absolute;
	color: #fff;
	font-size: 1.45rem;
	text-shadow: 0 0 24px currentColor;
	animation: marketSpark 4.5s ease-in-out infinite;
}

.market-spark-one {
	top: 20%;
	right: 47%;
	color: #67e8f9;
}
.market-spark-two {
	bottom: 23%;
	left: 47%;
	color: #ff8fbd;
	animation-delay: 1.5s;
}

.market-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 1240px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
	align-items: center;
	gap: clamp(50px, 7vw, 96px);
}

.market-hero-copy {
	max-width: 650px;
}

.market-kicker,
.market-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.71rem;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.market-kicker {
	color: #d6ccff;
	border: 1px solid rgba(157, 132, 255, 0.42);
	border-radius: 999px;
	background: rgba(23, 109, 254, 0.1);
	padding: 7px 14px;
}

.market-eyebrow {
	color: #9885f4;
}

.market-hero h1 {
	font-size: clamp(3.4rem, 6vw, 6.35rem);
	font-weight: 950;
	line-height: 0.91;
	letter-spacing: -0.065em;
	margin: 26px 0 24px;
}

.market-title-gradient,
.market-section-heading h2 span,
.market-surface-intro h2 span,
.market-faq-heading h2 span,
.market-cta h2 span {
	background: linear-gradient(100deg, #a8c8ff 0%, #176dfe 25%, #3fb6ff 64%, #67e8f9 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.market-hero-copy > p {
	max-width: 580px;
	color: #b7b7cf;
	font-size: clamp(1.04rem, 1.5vw, 1.18rem);
	line-height: 1.72;
}

.market-hero-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.market-proof {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin-top: 30px;
	color: #aaaac1;
	font-size: 0.85rem;
}

.market-proof li {
	display: flex;
	align-items: center;
	gap: 10px;
}
.market-proof li span {
	color: #67e8f9;
	font-size: 0.68rem;
}

.market-app-window {
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 29px;
	background: rgba(13, 13, 28, 0.78);
	box-shadow:
		0 40px 130px rgba(0, 0, 0, 0.55),
		0 0 70px rgba(23, 109, 254, 0.16),
		inset 0 1px rgba(255, 255, 255, 0.05);
	overflow: hidden;
	backdrop-filter: blur(20px);
	transform: perspective(1400px) rotateY(-4deg) rotateX(1deg);
}

.market-app-window::before {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	border-radius: inherit;
	background: linear-gradient(
		135deg,
		rgba(255, 255, 255, 0.07),
		transparent 38%,
		transparent 68%,
		rgba(63, 182, 255, 0.04)
	);
}

.market-window-bar {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 0 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(5, 5, 15, 0.4);
}

.market-window-title {
	display: flex;
	align-items: center;
	gap: 10px;
}
.market-window-title strong {
	font-size: 0.98rem;
}

.market-store-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	background: linear-gradient(135deg, #176dfe, #3fb6ff);
	box-shadow: 0 8px 24px rgba(23, 109, 254, 0.34);
}

.market-balance {
	display: flex;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(103, 232, 249, 0.22);
	border-radius: 999px;
	background: rgba(63, 182, 255, 0.07);
	padding: 6px 12px 6px 7px;
	font-size: 0.75rem;
}

.market-balance span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	background: linear-gradient(135deg, #67e8f9, #176dfe);
	color: #070713;
	font-size: 0.62rem;
	font-weight: 950;
}

.market-balance b {
	color: #d9e9ff;
}

.market-window-stage {
	position: relative;
	min-height: 540px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 48px 48px 36px;
	background:
		radial-gradient(circle at 50% 44%, rgba(23, 109, 254, 0.24), transparent 36%),
		radial-gradient(circle at 68% 28%, rgba(63, 182, 255, 0.11), transparent 26%);
}

.market-preview-label {
	position: absolute;
	top: 22px;
	left: 24px;
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.61rem;
	font-weight: 900;
	letter-spacing: 0.13em;
}

.market-profile-card {
	position: relative;
	width: min(360px, 100%);
	min-height: 390px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 22px;
	background: #111120;
	box-shadow:
		0 28px 70px rgba(0, 0, 0, 0.42),
		0 0 50px rgba(23, 109, 254, 0.12);
	overflow: visible;
}

.market-card-banner {
	height: 112px;
	border-radius: 21px 21px 0 0;
	background:
		radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18), transparent 28%),
		linear-gradient(120deg, #221958, #384bc0 48%, #0f829f);
	overflow: hidden;
}

.market-card-banner::after {
	content: '';
	display: block;
	width: 140%;
	height: 110px;
	margin: 16px 0 0 -20%;
	background: linear-gradient(95deg, transparent 20%, rgba(255, 255, 255, 0.13) 50%, transparent 80%);
	transform: rotate(-12deg);
}

.market-profile-avatar,
.market-type-avatar,
.market-small-avatar,
.market-row-avatar,
.market-chat-avatar {
	position: relative;
	flex: 0 0 auto;
}

.market-profile-avatar {
	width: 96px;
	height: 96px;
	margin: -49px 0 0 25px;
	z-index: 2;
}

.market-profile-avatar img,
.market-type-avatar img,
.market-small-avatar img,
.market-row-avatar img,
.market-chat-avatar img {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	background: #4a3fe2;
	box-shadow: 0 0 0 4px #111120;
}

.market-fx-crystal::before,
.market-fx-fire::before,
.market-fx-cyan::before {
	content: '';
	position: absolute;
	z-index: 1;
	inset: -13%;
	border-radius: 50%;
	animation: marketFxRotate 4.5s linear infinite;
}

.market-fx-crystal::before {
	background: conic-gradient(from 20deg, #67e8f9, #3fb6ff, #b968ff, #ff5c8a, #67e8f9);
	box-shadow:
		0 0 26px rgba(103, 232, 249, 0.55),
		0 0 52px rgba(185, 104, 255, 0.3);
}

.market-fx-crystal::after,
.market-fx-cyan::after,
.market-fx-fire::after {
	content: '';
	position: absolute;
	z-index: 3;
	inset: -8%;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.65);
	box-shadow: inset 0 0 13px rgba(255, 255, 255, 0.3);
	pointer-events: none;
}

.market-fx-fire::before {
	background: conic-gradient(from 90deg, #ffd166, #f97316, #dc2626, #ff5c8a, #ffd166);
	box-shadow:
		0 0 26px rgba(249, 115, 22, 0.58),
		0 0 48px rgba(220, 38, 38, 0.25);
	animation-duration: 3.2s;
}

.market-fx-cyan::before {
	background: conic-gradient(from 0deg, #67e8f9, #0ea5e9, #176dfe, #67e8f9);
	box-shadow: 0 0 22px rgba(34, 211, 238, 0.5);
	animation-duration: 5.4s;
}

.market-profile-info {
	padding: 17px 26px 26px;
}

.market-profile-name-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.market-profile-name-row > strong {
	font-size: 1.45rem;
	line-height: 1.1;
}

.market-mini-badges {
	display: flex;
	align-items: center;
	gap: 3px;
}
.market-mini-badges img {
	width: 25px;
	height: 25px;
	object-fit: contain;
	filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
}
.market-handle {
	display: block;
	color: #9292aa;
	font-size: 0.79rem;
	margin-top: 2px;
}
.market-profile-divider {
	height: 1px;
	background: rgba(255, 255, 255, 0.08);
	margin: 18px 0 14px;
}
.market-profile-heading {
	color: #c9c9db;
	font-size: 0.65rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}
.market-profile-info p {
	color: #aaaabd;
	font-size: 0.83rem;
	line-height: 1.55;
	margin-top: 5px;
}

.market-name-rainbow,
.market-name-ice,
.market-name-galaxy {
	display: inline-block;
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 300% 100%;
}

.market-name-rainbow {
	background-image: linear-gradient(90deg, #ff5c8a, #ffd166, #22c55e, #3fb6ff, #b968ff, #ff5c8a);
	animation: marketNameFlow 3s linear infinite;
}

.market-name-ice {
	background-image: linear-gradient(100deg, #fff, #cffafe, #3fb6ff, #6366f1, #fff);
	text-shadow: 0 0 18px rgba(103, 232, 249, 0.48);
	animation: marketNameFlow 3.7s linear infinite;
}

.market-name-galaxy {
	background-image: linear-gradient(90deg, #d8b4fe, #1257d6, #3fb6ff, #ff5c8a, #d8b4fe);
	text-shadow: 0 0 20px rgba(124, 58, 237, 0.6);
	animation: marketNameFlow 4.2s linear infinite reverse;
}

.market-equipped-row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 28px;
}

.market-equipped-row span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.045);
	color: #a9a9bd;
	font-size: 0.67rem;
	font-weight: 700;
	padding: 6px 10px;
}

.market-equipped-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #22c55e;
	box-shadow: 0 0 9px rgba(34, 197, 94, 0.8);
}

.market-section {
	padding: 120px 24px;
}

.market-section-heading {
	max-width: 780px;
	margin: 0 auto 58px;
	text-align: center;
}

.market-section-heading h2,
.market-surface-intro h2,
.market-faq-heading h2,
.market-cta h2 {
	font-size: clamp(2.7rem, 5vw, 5rem);
	font-weight: 950;
	line-height: 0.96;
	letter-spacing: -0.055em;
	margin-top: 15px;
}

.market-section-heading > p,
.market-faq-heading > p {
	max-width: 620px;
	margin: 18px auto 0;
	color: var(--muted);
	font-size: 1.03rem;
}

.market-types {
	background: linear-gradient(180deg, #06060f, #090919 42%, #06060f);
}

.market-type-grid {
	max-width: 1180px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.market-type-card {
	position: relative;
	min-width: 0;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 25px;
	background: rgba(16, 16, 36, 0.78);
	overflow: hidden;
	box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
	transition:
		transform 0.28s ease,
		border-color 0.28s ease,
		box-shadow 0.28s ease;
}

.market-type-card:hover {
	transform: translateY(-8px);
	border-color: rgba(23, 109, 254, 0.42);
	box-shadow:
		0 28px 76px rgba(0, 0, 0, 0.38),
		0 0 40px rgba(23, 109, 254, 0.1);
}

.market-type-stage {
	position: relative;
	height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 50%, rgba(23, 109, 254, 0.2), transparent 40%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent);
}

.market-type-profile .market-type-stage {
	background:
		radial-gradient(circle at 50% 48%, rgba(249, 115, 22, 0.2), transparent 36%),
		linear-gradient(145deg, #14101d, #0b0b18);
}
.market-type-name .market-type-stage {
	flex-direction: column;
	gap: 16px;
	background:
		radial-gradient(circle at 50% 50%, rgba(63, 182, 255, 0.15), transparent 42%),
		linear-gradient(145deg, #0c1220, #11101c);
}
.market-type-badges .market-type-stage {
	background:
		radial-gradient(circle at 50% 48%, rgba(255, 209, 102, 0.16), transparent 38%),
		linear-gradient(145deg, #16121d, #0d0d19);
}

.market-type-avatar {
	width: 88px;
	height: 88px;
	z-index: 2;
}

.market-type-orbit {
	position: absolute;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.market-type-orbit-one {
	width: 190px;
	height: 190px;
	animation: marketOrbit 8s linear infinite;
}
.market-type-orbit-two {
	width: 250px;
	height: 250px;
	border-style: dashed;
	border-color: rgba(249, 115, 22, 0.12);
	animation: marketOrbit 13s linear infinite reverse;
}
.market-type-orbit::after {
	content: '';
	position: absolute;
	top: -4px;
	left: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ffd166;
	box-shadow: 0 0 18px #f97316;
}

.market-name-demo {
	font-size: 1.55rem;
	font-weight: 900;
	line-height: 1;
}
.market-name-demo:nth-child(1) {
	transform: translateX(-26px);
}
.market-name-demo:nth-child(3) {
	transform: translateX(24px);
}

.market-badge-stage {
	isolation: isolate;
}
.market-badge-stage::before {
	content: '';
	position: absolute;
	width: 210px;
	height: 210px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 50%;
}

.market-badge-chip {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 92px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 26px;
	background: rgba(14, 14, 28, 0.76);
	box-shadow:
		0 18px 34px rgba(0, 0, 0, 0.4),
		inset 0 1px rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(12px);
}

.market-badge-chip img {
	width: 66px;
	height: 66px;
	object-fit: contain;
	filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.48));
}
.market-badge-chip-one {
	transform: translate(-66px, 25px) rotate(-9deg);
}
.market-badge-chip-two {
	z-index: 2;
	transform: translate(0, -22px) rotate(3deg);
}
.market-badge-chip-three {
	transform: translate(68px, 35px) rotate(10deg);
}

.market-type-copy {
	position: relative;
	padding: 28px 28px 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.market-type-number {
	position: absolute;
	top: 25px;
	right: 25px;
	color: rgba(255, 255, 255, 0.13);
	font-size: 1.15rem;
	font-weight: 950;
}
.market-type-copy h3 {
	font-size: 1.3rem;
	font-weight: 900;
	letter-spacing: -0.025em;
}
.market-type-copy p {
	color: #9f9fb6;
	font-size: 0.9rem;
	line-height: 1.67;
	margin-top: 9px;
	min-height: 92px;
}
.market-type-copy a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #78d1ff;
	font-size: 0.84rem;
	font-weight: 800;
	margin-top: 19px;
}
.market-type-copy a:hover {
	color: #fff;
}

.market-surfaces {
	background:
		radial-gradient(circle at 18% 26%, rgba(23, 109, 254, 0.1), transparent 28%),
		radial-gradient(circle at 84% 62%, rgba(63, 182, 255, 0.08), transparent 28%), #06060f;
}

.market-surface-intro {
	max-width: 1180px;
	margin: 0 auto 48px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: end;
	gap: 60px;
}

.market-surface-intro > p {
	color: var(--muted);
	font-size: 1.04rem;
	line-height: 1.75;
	padding-bottom: 5px;
}

.market-surface-grid {
	max-width: 1180px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.market-surface-card {
	position: relative;
	min-width: 0;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 24px;
	background: linear-gradient(145deg, rgba(17, 17, 36, 0.92), rgba(10, 10, 22, 0.9));
	padding: 20px;
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}

.market-surface-card > p {
	color: #9292a9;
	font-size: 0.82rem;
	line-height: 1.6;
	padding: 18px 4px 2px;
}

.market-surface-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 0 3px 17px;
}

.market-surface-top span {
	font-weight: 850;
}
.market-surface-top b {
	color: #73738b;
	font-size: 0.58rem;
	letter-spacing: 0.11em;
}

.market-surface-profile-demo,
.market-member-list,
.market-voice-demo,
.market-chat-demo {
	position: relative;
	min-height: 246px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 18px;
	background: #0c0c18;
	overflow: hidden;
}

.market-surface-banner {
	height: 86px;
	background: linear-gradient(120deg, #2c1f6b, #3157b8 55%, #117b99);
}
.market-small-avatar {
	width: 64px;
	height: 64px;
	margin: -33px 0 0 22px;
}
.market-small-avatar img {
	box-shadow: 0 0 0 4px #0c0c18;
}
.market-surface-profile-copy {
	display: flex;
	flex-direction: column;
	padding: 15px 23px 0;
}
.market-surface-profile-copy strong {
	width: fit-content;
	font-size: 1.15rem;
}
.market-surface-profile-copy span {
	color: #7e7e96;
	font-size: 0.72rem;
}
.market-surface-badges {
	position: absolute;
	right: 20px;
	bottom: 21px;
	display: flex;
	gap: 4px;
}
.market-surface-badges img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.market-member-list,
.market-voice-demo {
	padding: 18px;
}
.market-list-label {
	display: block;
	color: #727289;
	font-size: 0.59rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	margin: 0 0 10px 4px;
}
.market-member-row,
.market-voice-row {
	display: flex;
	align-items: center;
	gap: 11px;
	min-height: 58px;
	border-radius: 12px;
	padding: 8px 10px;
}
.market-member-active {
	background: rgba(23, 109, 254, 0.09);
	border: 1px solid rgba(23, 109, 254, 0.14);
}
.market-member-row > img:not(.market-row-badge),
.market-voice-row > img:not(.market-row-badge) {
	width: 38px;
	height: 38px;
	border-radius: 50%;
}
.market-row-avatar {
	width: 38px;
	height: 38px;
}
.market-row-avatar::after {
	border-width: 1px;
}
.market-member-row > div:not(.market-row-avatar) {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.market-member-row strong,
.market-voice-row strong {
	width: fit-content;
	font-size: 0.86rem;
}
.market-member-row small {
	color: #797990;
	font-size: 0.66rem;
}
.market-row-badge {
	margin-left: auto;
	width: 27px;
	height: 27px;
	object-fit: contain;
}
.market-member-muted {
	opacity: 0.64;
}

.market-voice-heading {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #a8a8bc;
	font-size: 0.72rem;
	font-weight: 800;
	margin: 0 0 10px 5px;
}
.market-voice-active {
	background: rgba(34, 197, 94, 0.055);
	border: 1px solid rgba(34, 197, 94, 0.12);
}
.market-voice-row > img {
	margin-left: auto;
	width: 26px;
	height: 26px;
	object-fit: contain;
}
.market-speaking {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #22c55e;
	box-shadow:
		0 0 0 4px rgba(34, 197, 94, 0.12),
		0 0 12px rgba(34, 197, 94, 0.7);
}

.market-chat-demo {
	display: flex;
	gap: 16px;
	padding: 28px 24px;
}
.market-chat-avatar {
	width: 44px;
	height: 44px;
	margin-top: 2px;
}
.market-chat-avatar::after {
	border-width: 1px;
}
.market-chat-content {
	min-width: 0;
}
.market-chat-name {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
}
.market-chat-name strong {
	width: fit-content;
	font-size: 0.94rem;
}
.market-chat-name img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}
.market-chat-name time {
	color: #66667d;
	font-size: 0.59rem;
}
.market-chat-content > p {
	color: #c7c7d5;
	font-size: 0.87rem;
	line-height: 1.55;
	margin-top: 5px;
}
.market-reaction {
	display: inline-flex;
	align-items: center;
	border: 1px solid rgba(23, 109, 254, 0.24);
	border-radius: 7px;
	background: rgba(23, 109, 254, 0.09);
	color: #bbb2ec;
	font-size: 0.7rem;
	margin-top: 18px;
	padding: 4px 8px;
}

.market-how {
	background: linear-gradient(180deg, #090919, #06060f);
}

.market-step-grid {
	list-style: none;
	max-width: 1120px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.market-step {
	position: relative;
	min-height: 290px;
	border: 1px solid rgba(255, 255, 255, 0.085);
	border-radius: 22px;
	background: rgba(15, 15, 32, 0.82);
	padding: 28px;
	overflow: hidden;
}

.market-step::after {
	content: '';
	position: absolute;
	width: 180px;
	height: 180px;
	right: -80px;
	bottom: -95px;
	border-radius: 50%;
	background: rgba(23, 109, 254, 0.09);
	filter: blur(5px);
}
.market-step-number {
	position: absolute;
	top: 25px;
	right: 25px;
	color: rgba(255, 255, 255, 0.12);
	font-size: 1.25rem;
	font-weight: 950;
}
.market-step-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 15px;
	background: linear-gradient(135deg, rgba(23, 109, 254, 0.25), rgba(63, 182, 255, 0.15));
	color: #9fdbff;
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}
.market-step-icon > span {
	font-size: 0.75rem;
	font-weight: 950;
}
.market-step h3 {
	font-size: 1.13rem;
	font-weight: 900;
	margin-top: 27px;
}
.market-step p {
	color: #9999b0;
	font-size: 0.9rem;
	line-height: 1.68;
	margin-top: 10px;
}

.market-faq-section {
	background: #06060f;
}
.market-faq-layout {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 0.78fr 1.22fr;
	gap: 74px;
	align-items: start;
}
.market-faq-heading {
	position: sticky;
	top: 110px;
}
.market-faq-heading > p {
	margin-left: 0;
}
.market-faq-heading .btn {
	margin-top: 24px;
}
.market-faq {
	display: flex;
	flex-direction: column;
	gap: 11px;
}
.market-faq details {
	border: 1px solid rgba(255, 255, 255, 0.085);
	border-radius: 17px;
	background: rgba(15, 15, 32, 0.82);
	overflow: hidden;
	transition:
		border-color 0.2s ease,
		background 0.2s ease;
}
.market-faq details[open] {
	border-color: rgba(23, 109, 254, 0.38);
	background: rgba(18, 17, 40, 0.95);
}
.market-faq summary {
	list-style: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 21px 22px;
	font-size: 0.94rem;
	font-weight: 800;
}
.market-faq summary::-webkit-details-marker {
	display: none;
}
.market-faq summary::after {
	content: '+';
	color: #9481f7;
	font-size: 1.35rem;
	line-height: 1;
	transition: transform 0.2s ease;
}
.market-faq details[open] summary::after {
	transform: rotate(45deg);
}
.market-faq details p {
	color: #9e9eb5;
	font-size: 0.87rem;
	line-height: 1.7;
	padding: 0 22px 21px;
}

.market-cta {
	position: relative;
	padding: 70px 24px 130px;
	overflow: hidden;
}
.market-cta-glow {
	position: absolute;
	left: 50%;
	bottom: -280px;
	width: 900px;
	height: 650px;
	transform: translateX(-50%);
	background: radial-gradient(circle, rgba(23, 109, 254, 0.26), rgba(63, 182, 255, 0.1) 35%, transparent 68%);
	filter: blur(30px);
	pointer-events: none;
}
.market-cta-card {
	position: relative;
	max-width: 1120px;
	margin: 0 auto;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 30px;
	background: linear-gradient(125deg, rgba(38, 26, 91, 0.94), rgba(20, 31, 77, 0.92) 54%, rgba(12, 70, 89, 0.9));
	padding: clamp(58px, 8vw, 92px) 30px;
	text-align: center;
	overflow: hidden;
	box-shadow:
		0 40px 100px rgba(0, 0, 0, 0.35),
		inset 0 1px rgba(255, 255, 255, 0.08);
}
.market-cta-card::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 15% 10%, rgba(255, 255, 255, 0.15), transparent 24%),
		radial-gradient(circle at 85% 88%, rgba(63, 182, 255, 0.2), transparent 30%);
	pointer-events: none;
}
.market-cta h2 {
	position: relative;
	font-size: clamp(2.7rem, 5vw, 4.8rem);
}
.market-cta p {
	position: relative;
	color: #c0c5dd;
	font-size: 1.02rem;
	margin: 20px auto 28px;
}
.market-cta .btn {
	position: relative;
}

@keyframes marketAurora {
	0% {
		transform: translate(-2%, 0) rotate(-12deg) scale(1);
	}
	100% {
		transform: translate(4%, 7%) rotate(8deg) scale(1.08);
	}
}

@keyframes marketSpark {
	0%,
	100% {
		transform: translateY(0) scale(0.82) rotate(0);
		opacity: 0.45;
	}
	50% {
		transform: translateY(-14px) scale(1.12) rotate(18deg);
		opacity: 1;
	}
}

@keyframes marketFxRotate {
	to {
		transform: rotate(360deg);
	}
}
@keyframes marketNameFlow {
	to {
		background-position: 300% 50%;
	}
}
@keyframes marketOrbit {
	to {
		transform: rotate(360deg);
	}
}

.market-live {
	position: relative;
	padding: 20px 24px 125px;
	background: #06060f;
}
.market-live-shell {
	max-width: 1240px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr);
	align-items: center;
	gap: clamp(42px, 6vw, 84px);
	padding: 42px;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 30px;
	background: radial-gradient(circle at 12% 10%, rgba(23, 109, 254,.17), transparent 38%), rgba(255,255,255,.018);
}
.market-live-copy h2 {
	margin: 17px 0 20px;
	font-size: clamp(2rem, 4vw, 3.8rem);
	font-weight: 950;
	line-height: .96;
	letter-spacing: -.05em;
}
.market-live-copy h2 span {
	background: linear-gradient(100deg, #a991ff, #3fb6ff 62%, #67e8f9);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.market-live-copy p { color: #aaaac1; line-height: 1.75; }
.market-live-copy .btn { margin-top: 25px; }
.market-live-frame {
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 22px;
	background: #000;
	box-shadow: 0 30px 90px rgba(0,0,0,.52), 0 0 55px rgba(23, 109, 254,.12);
}
.market-live-bar {
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	border-bottom: 1px solid rgba(255,255,255,.08);
	color: #77778d;
	font-size: .62rem;
	font-weight: 900;
	letter-spacing: .1em;
}
.market-live-bar span { display: inline-flex; align-items: center; gap: 8px; }
.market-live-bar small { font-size: .65rem; letter-spacing: 0; font-weight: 600; }
.market-live-frame img { display: block; width: 100%; height: auto; }

@media (max-width: 1180px) {
	.market-hero-inner {
		grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
		gap: 42px;
	}
	.market-hero h1 {
		font-size: clamp(3.25rem, 5.6vw, 5rem);
	}
	.market-window-stage {
		min-height: 500px;
		padding-inline: 34px;
	}
}

@media (max-width: 980px) {
	.market-live-shell { grid-template-columns: 1fr; }
	.market-live-copy { max-width: 720px; }
	.market-hero {
		padding-top: 125px;
		min-height: auto;
	}
	.market-hero-inner {
		grid-template-columns: 1fr;
	}
	.market-hero-copy {
		max-width: 760px;
		text-align: center;
		margin: 0 auto;
	}
	.market-hero-copy > p {
		margin-inline: auto;
	}
	.market-hero-actions {
		justify-content: center;
	}
	.market-proof {
		width: fit-content;
		margin-inline: auto;
		text-align: left;
	}
	.market-app-window {
		width: min(610px, 100%);
		margin: 15px auto 0;
		transform: none;
	}
	.market-type-grid {
		grid-template-columns: 1fr;
		max-width: 650px;
	}
	.market-type-card {
		display: grid;
		grid-template-columns: 0.9fr 1.1fr;
	}
	.market-type-stage {
		height: auto;
		min-height: 290px;
	}
	.market-type-copy {
		border-top: 0;
		border-left: 1px solid rgba(255, 255, 255, 0.07);
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.market-type-copy p {
		min-height: 0;
	}
	.market-surface-intro {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 22px;
	}
	.market-surface-intro > p {
		max-width: 700px;
	}
	.market-faq-layout {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.market-faq-heading {
		position: static;
		text-align: center;
	}
	.market-faq-heading > p {
		margin-inline: auto;
	}
}

@media (max-width: 720px) {
	.market-section {
		padding: 92px 18px;
	}
	.market-hero {
		padding: 115px 18px 82px;
	}
	.market-hero h1 {
		font-size: clamp(3rem, 13vw, 4.6rem);
	}
	.market-app-window {
		border-radius: 23px;
	}
	.market-window-bar {
		height: 62px;
		padding-inline: 16px;
	}
	.market-window-stage {
		min-height: 480px;
		padding: 45px 20px 28px;
	}
	.market-profile-card {
		width: min(340px, 100%);
	}
	.market-surface-grid {
		grid-template-columns: 1fr;
	}
	.market-step-grid {
		grid-template-columns: 1fr;
	}
	.market-step {
		min-height: 0;
	}
	.market-cta {
		padding: 40px 18px 100px;
	}
}

@media (max-width: 560px) {
	.market-live { padding: 0 16px 88px; }
	.market-live-shell { padding: 20px; border-radius: 22px; }
	.market-live-copy .btn { width: 100%; justify-content: center; }
	.market-hero-actions {
		flex-direction: column;
		align-items: stretch;
	}
	.market-hero-actions .btn {
		justify-content: center;
		width: 100%;
		padding-inline: 20px;
	}
	.market-proof {
		width: 100%;
	}
	.market-window-title strong {
		display: none;
	}
	.market-preview-label {
		left: 16px;
	}
	.market-profile-avatar {
		margin-left: 20px;
	}
	.market-profile-info {
		padding-inline: 20px;
	}
	.market-profile-name-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}
	.market-type-card {
		display: block;
	}
	.market-type-stage {
		height: 250px;
		min-height: 250px;
	}
	.market-type-copy {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.07);
	}
	.market-surface-card {
		padding: 14px;
	}
	.market-chat-demo {
		padding: 24px 16px;
		gap: 14px;
	}
	.market-surface-badges {
		right: 14px;
	}
	.market-cta-card {
		padding-inline: 19px;
		border-radius: 24px;
	}
	.market-cta .btn {
		width: 100%;
		justify-content: center;
		padding-inline: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.market-hero-aurora,
	.market-spark,
	.market-fx-crystal::before,
	.market-fx-fire::before,
	.market-fx-cyan::before,
	.market-name-rainbow,
	.market-name-ice,
	.market-name-galaxy,
	.market-type-orbit {
		animation: none !important;
	}
	.market-type-card {
		transition: none;
	}
}
