/* ChatSpot.space matched landing */
:root {
	--cs-bg: #05070b;
	--cs-surface: rgba(18, 22, 35, 0.72);
	--cs-border: rgba(255, 255, 255, 0.08);
	--cs-border-strong: rgba(255, 255, 255, 0.16);
	--cs-white: #ffffff;
	--cs-secondary: #aeb8d3;
	--cs-muted: #6f7b96;
	--cs-purple: #b83dff;
	--cs-violet: #8c38ff;
	--cs-blue: #25c6ff;
	--cs-cyan: #4fe3ff;
	--cs-shadow: 0 28px 110px rgba(0, 0, 0, 0.46);
	--cs-glow: 0 0 42px rgba(37, 198, 255, 0.22), 0 0 92px rgba(184, 61, 255, 0.18);
}
#login_wrap.chatspot_site,
#login_wrap.chatspot_site * {
	box-sizing: border-box;
}
#login_wrap.chatspot_site {
	position: relative;
	min-height: 100vh;
	isolation: isolate;
	overflow: hidden;
	color: var(--cs-white);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background: radial-gradient(circle at 50% 0%, rgba(184, 61, 255, 0.14), transparent 32rem), linear-gradient(180deg, #05070b, #070915 46%, #05070b);
}
#login_wrap.chatspot_site h1,
#login_wrap.chatspot_site h2,
#login_wrap.chatspot_site h3,
#login_wrap.chatspot_site p {
	margin: 0;
	letter-spacing: 0;
}
.cs_background,
.cs_grid,
.cs_lights,
.cs_particles {
	position: fixed;
	inset: 0;
	z-index: -3;
	pointer-events: none;
}
.cs_grid {
	opacity: 0.34;
	background-image: linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px);
	background-size: 72px 72px;
	-webkit-mask-image: radial-gradient(circle at 50% 28%, black, transparent 72%);
	mask-image: radial-gradient(circle at 50% 28%, black, transparent 72%);
}
.cs_lights {
	opacity: 0.9;
	background: radial-gradient(circle at 16% 18%, rgba(184,61,255,0.36), transparent 23rem), radial-gradient(circle at 82% 16%, rgba(37,198,255,0.28), transparent 24rem), radial-gradient(circle at 72% 72%, rgba(79,227,255,0.16), transparent 22rem), radial-gradient(circle at 32% 86%, rgba(140,56,255,0.2), transparent 24rem);
	animation: cs_light_drift 16s ease-in-out infinite alternate;
}
.cs_particles i {
	position: absolute;
	left: var(--x);
	top: var(--y);
	width: 2px;
	height: 2px;
	border-radius: 50%;
	opacity: 0.42;
	background: var(--cs-cyan);
	box-shadow: 0 0 18px rgba(79, 227, 255, 0.9);
	animation: cs_particle 8s ease-in-out infinite;
	animation-delay: var(--d);
}
.cs_topbar {
	position: fixed;
	top: 18px;
	left: 50%;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(1180px, calc(100% - 32px));
	min-height: 76px;
	padding: 12px 14px 12px 18px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 28px;
	background: rgba(7, 10, 18, 0.48);
	box-shadow: 0 18px 80px rgba(0, 0, 0, 0.26);
	-webkit-backdrop-filter: blur(24px);
	backdrop-filter: blur(24px);
	transform: translateX(-50%);
}
.cs_brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: max-content;
	color: #fff;
	font-size: 21px;
	font-weight: 820;
	text-decoration: none;
}
.cs_brand img {
	width: 48px;
	height: 48px;
	border-radius: 16px;
	object-fit: cover;
	filter: drop-shadow(0 0 20px rgba(37,198,255,0.26));
}
.cs_brand span span {
	color: rgba(255,255,255,0.72);
	font-weight: 650;
}
.cs_nav,
.cs_nav_actions,
.cs_hero_actions,
.cs_trust {
	display: flex;
	align-items: center;
}
.cs_nav {
	gap: clamp(14px, 2vw, 30px);
	color: var(--cs-secondary);
	font-size: 14px;
	font-weight: 650;
}
.cs_nav a {
	color: inherit;
	text-decoration: none;
	transition: color 0.16s ease;
}
.cs_nav a:hover {
	color: #fff;
}
.cs_nav_actions {
	gap: 14px;
}
.cs_signin {
	border: 0;
	background: transparent;
	color: var(--cs-secondary);
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}
.cs_section {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}
.cs_hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(390px, 0.92fr);
	gap: clamp(34px, 5vw, 76px);
	align-items: center;
	min-height: 100vh;
	padding-top: 128px;
	padding-bottom: 70px;
}
.cs_hero_copy {
	position: relative;
	z-index: 2;
}
.cs_hero h1 {
	max-width: 780px;
	color: #fff;
	font-size: clamp(50px, 5.85vw, 84px);
	font-weight: 860;
	line-height: 0.98;
}
.cs_hero_text {
	max-width: 690px;
	margin-top: 28px !important;
	color: var(--cs-secondary);
	font-size: clamp(18px, 1.55vw, 23px);
	line-height: 1.58;
}
.cs_hero_actions {
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 34px;
}
.cs_auth_actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	width: min(100%, 520px);
}
.cs_auth_actions .cs_button {
	width: 100%;
}
.cs_button_register {
	border-color: rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.08);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
}
.cs_guest_action {
	min-height: 46px;
	padding: 0 18px;
	border-radius: 16px;
}
.cs_button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-height: 58px;
	padding: 0 24px;
	overflow: hidden;
	border: 1px solid var(--cs-border-strong);
	border-radius: 18px;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	background: rgba(255,255,255,0.08);
	cursor: pointer;
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.cs_button:after {
	position: absolute;
	inset: 0;
	content: "";
	opacity: 0;
	background: radial-gradient(circle at 40% 20%, rgba(255,255,255,0.38), transparent 34%);
	transition: opacity 0.18s ease;
}
.cs_button:hover {
	transform: translateY(-2px);
}
.cs_button:hover:after {
	opacity: 1;
}
.cs_button_primary {
	border-color: rgba(79, 227, 255, 0.42);
	background: linear-gradient(135deg, rgba(184,61,255,0.98), rgba(37,198,255,0.96)), #25c6ff;
	box-shadow: 0 20px 60px rgba(37,198,255,0.26), 0 0 42px rgba(184,61,255,0.22);
}
.cs_button_ghost {
	background: rgba(255,255,255,0.055);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
}
.cs_button_small {
	min-height: 48px;
	padding: 0 18px;
	border-radius: 16px;
	font-size: 14px;
}
.cs_trust {
	flex-wrap: wrap;
	gap: 10px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}
.cs_trust li,
.cs_invite_note {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	padding: 0 13px;
	border: 1px solid var(--cs-border);
	border-radius: 999px;
	color: rgba(255,255,255,0.84);
	background: rgba(255,255,255,0.045);
	box-shadow: inset 0 1px rgba(255,255,255,0.06);
	font-size: 13px;
	font-weight: 750;
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}
.cs_trust i,
.cs_invite_note i {
	color: var(--cs-cyan);
}
.cs_invite_note {
	width: fit-content;
	max-width: 100%;
	margin-top: 14px;
	border-color: rgba(79, 227, 255, 0.18);
}
.cs_orbit {
	position: relative;
	min-height: 660px;
}
.cs_orbit:before,
.cs_orbit:after {
	position: absolute;
	inset: 11% 8%;
	content: "";
	border-radius: 50%;
	pointer-events: none;
}
.cs_orbit:before {
	border: 1px solid rgba(255,255,255,0.09);
	background: conic-gradient(from 18deg, rgba(184,61,255,0.65), transparent 18%, rgba(37,198,255,0.58), transparent 54%, rgba(79,227,255,0.34), transparent 72%, rgba(184,61,255,0.65));
	-webkit-mask-image: radial-gradient(circle, transparent 0 48%, black 49% 52%, transparent 53%);
	mask-image: radial-gradient(circle, transparent 0 48%, black 49% 52%, transparent 53%);
	animation: cs_spin 26s linear infinite;
}
.cs_orbit:after {
	inset: 21%;
	border: 1px solid rgba(79,227,255,0.12);
	box-shadow: inset 0 0 80px rgba(37,198,255,0.08), 0 0 90px rgba(184,61,255,0.13);
}
.cs_logo_echo {
	position: absolute;
	inset: 22% 19%;
	display: grid;
	place-items: center;
	border-radius: 50%;
	opacity: 0.36;
	filter: drop-shadow(0 0 60px rgba(37,198,255,0.34));
}
.cs_logo_echo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.cs_glass,
.cs_float,
.cs_cta_panel {
	border: 1px solid var(--cs-border);
	background: linear-gradient(145deg, rgba(255,255,255,0.11), rgba(255,255,255,0.035)), var(--cs-surface);
	box-shadow: var(--cs-shadow), inset 0 1px rgba(255,255,255,0.09);
	-webkit-backdrop-filter: blur(24px);
	backdrop-filter: blur(24px);
}
.cs_float {
	position: absolute;
	display: flex;
	align-items: flex-start;
	gap: 14px;
	max-width: 270px;
	padding: 18px;
	border-radius: 26px;
	animation: cs_float 6s ease-in-out infinite;
}
.cs_float strong {
	display: block;
	margin-bottom: 7px;
	font-size: 15px;
	color: #fff;
}
.cs_float p,
.cs_float pre {
	margin: 0;
	color: var(--cs-secondary);
	font-size: 13px;
	line-height: 1.45;
	white-space: pre-wrap;
}
.cs_card_icon,
.cs_feature span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 15px;
	color: var(--cs-cyan);
	background: linear-gradient(145deg, rgba(184,61,255,0.26), rgba(37,198,255,0.18));
	box-shadow: 0 0 36px rgba(37,198,255,0.16);
	flex: 0 0 auto;
}
.cs_card_chat { top: 5%; left: 20%; transform: rotate(-6deg); }
.cs_card_image { top: 28%; right: 0; transform: rotate(5deg); animation-delay: -1.4s; }
.cs_card_online { right: 12%; bottom: 12%; max-width: 300px; transform: rotate(-4deg); animation-delay: -2.2s; }
.cs_card_search { bottom: 20%; left: 2%; transform: rotate(7deg); animation-delay: -3.1s; }
.cs_card_flow { top: 47%; left: 28%; transform: rotate(-1deg); animation-delay: -4.2s; }
.cs_features,
.cs_cta {
	padding: clamp(74px, 11vw, 132px) 0;
}
.cs_heading {
	max-width: 820px;
	margin: 0 auto 44px;
	text-align: center;
}
.cs_heading h2,
.cs_cta_panel h2 {
	font-size: clamp(36px, 5vw, 72px);
	font-weight: 840;
	line-height: 1.02;
	color: #fff;
}
.cs_heading p,
.cs_cta_panel p {
	max-width: 720px;
	margin: 18px auto 0 !important;
	color: var(--cs-secondary);
	font-size: clamp(16px, 1.45vw, 20px);
	line-height: 1.6;
}
.cs_feature_grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}
.cs_feature {
	min-height: 254px;
	padding: 28px;
	border-radius: 28px;
	transition: transform 0.19s ease, border-color 0.19s ease, box-shadow 0.19s ease;
}
.cs_feature:hover {
	border-color: rgba(79,227,255,0.22);
	box-shadow: var(--cs-shadow), var(--cs-glow), inset 0 1px rgba(255,255,255,0.12);
	transform: translateY(-6px);
}
.cs_feature h3 {
	margin-top: 22px !important;
	font-size: 23px;
	line-height: 1.1;
	color: #fff;
}
.cs_feature p {
	margin-top: 14px !important;
	color: var(--cs-secondary);
	font-size: 15px;
	line-height: 1.58;
}
.cs_cta_panel {
	display: grid;
	place-items: center;
	padding: clamp(42px, 7vw, 82px);
	border-radius: 36px;
	text-align: center;
	background: radial-gradient(circle at 50% 0%, rgba(79,227,255,0.2), transparent 22rem), linear-gradient(145deg, rgba(184,61,255,0.13), rgba(255,255,255,0.04)), var(--cs-surface);
}
.cs_cta_panel img {
	width: 112px;
	height: 112px;
	margin-bottom: 24px;
	border-radius: 30px;
	object-fit: cover;
	filter: drop-shadow(0 0 36px rgba(37,198,255,0.3));
}
.cs_cta_panel .cs_button {
	margin-top: 28px;
}
.cs_language {
	position: fixed !important;
	right: 18px;
	bottom: 18px;
	z-index: 30;
	width: 46px;
	height: 46px;
	border-radius: 16px;
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.12);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
}
.cs_language img {
	max-width: 25px;
}
#login_wrap.chatspot_site #main_footer {
	position: relative;
	z-index: 2;
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto 28px;
	border: 1px solid var(--cs-border);
	border-radius: 28px;
	background: linear-gradient(145deg, rgba(255,255,255,0.11), rgba(255,255,255,0.035)), var(--cs-surface);
	box-shadow: var(--cs-shadow), inset 0 1px rgba(255,255,255,0.09);
	-webkit-backdrop-filter: blur(24px);
	backdrop-filter: blur(24px);
	color: var(--cs-secondary);
}
#login_wrap.chatspot_site #main_footer a,
#login_wrap.chatspot_site #main_footer li {
	color: var(--cs-secondary);
}
@keyframes cs_float {
	0%, 100% { translate: 0 0; }
	50% { translate: 0 -14px; }
}
@keyframes cs_spin {
	to { rotate: 360deg; }
}
@keyframes cs_light_drift {
	0% { transform: translate3d(-1%, -1%, 0) scale(1); }
	100% { transform: translate3d(1%, 1%, 0) scale(1.04); }
}
@keyframes cs_particle {
	0%, 100% { opacity: 0.16; transform: translateY(0); }
	50% { opacity: 0.72; transform: translateY(-22px); }
}
@media (prefers-reduced-motion: reduce) {
	#login_wrap.chatspot_site *,
	#login_wrap.chatspot_site *:before,
	#login_wrap.chatspot_site *:after {
		animation-duration: 1ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 1ms !important;
	}
}
@media screen and (max-width: 1020px) {
	.cs_nav { display: none; }
	.cs_hero { grid-template-columns: 1fr; }
	.cs_orbit { min-height: 560px; }
	.cs_feature_grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media screen and (max-width: 700px) {
	.cs_topbar {
		top: 10px;
		width: calc(100% - 20px);
		min-height: 66px;
		border-radius: 22px;
	}
	.cs_brand { font-size: 17px; }
	.cs_brand img { width: 42px; height: 42px; border-radius: 14px; }
	.cs_signin { display: none; }
	.cs_button_small { min-height: 42px; padding: 0 13px; }
	.cs_section { width: min(100% - 22px, 1180px); }
	.cs_hero { min-height: auto; padding-top: 118px; }
	.cs_hero h1 { font-size: clamp(42px, 12.6vw, 58px); }
	.cs_hero_text { font-size: 17px; }
	.cs_hero_actions { align-items: stretch; flex-direction: column; }
	.cs_auth_actions { grid-template-columns: 1fr; width: 100%; }
	.cs_button { width: 100%; }
	.cs_trust li { flex: 1 1 calc(50% - 10px); justify-content: center; }
	.cs_orbit { min-height: 620px; margin-top: -30px; }
	.cs_logo_echo { inset: 28% 7%; }
	.cs_float { max-width: 230px; padding: 15px; border-radius: 22px; }
	.cs_card_chat { left: 0; }
	.cs_card_image { right: 0; top: 23%; }
	.cs_card_flow { left: 8%; top: 48%; }
	.cs_card_online { right: 0; bottom: 10%; }
	.cs_card_search { display: none; }
	.cs_feature_grid { grid-template-columns: 1fr; }
	.cs_language { bottom: 12px; right: 12px; }
}
