html {
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}

body {
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.lemon-bg {
	background-color: #adf802;
}

.lemon-text {
	color: #adf802;
}

.lemon-border {
	border-color: #adf802;
}

.gradient-bg {
	background: radial-gradient(circle at top right, rgba(173, 248, 2, 0.15), transparent), radial-gradient(circle at bottom left, #f8fafc, transparent);
}

.section-gradient-bg {
	background: radial-gradient(circle at top right, #f5f3ff, transparent), radial-gradient(circle at bottom left, #ecfeff, transparent);
}

/* 专门为移动端准备的显示类 */
.active-dropdown {
	max-height: 200px !important;
	opacity: 1 !important;
	visibility: visible !important;
	margin-top: 0.5rem;
}

/* 辅助类：确保手机展开时有足够高度 */
.menu-open {
	max-height: 800px !important;
	opacity: 1 !important;
	margin-top: 1rem;
}

.lang-open {
	max-height: 200px !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.step-line::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	height: 2.5rem;
	/* 连接线高度 */
	width: 2px;
	background-color: #e2e8f0;
	/* slate-200 */
	z-index: 0;
}

.step-active::after {
	background-color: #adf802;
}

/* 激活时的柠檬青色 */
@media (max-width: 768px) {
	.referral-img {
		max-height: 500px;
	}

	.connect-warmkey-img {
		max-height: 600px;
	}
}

/*** About ***/
.warmers-grid {
	padding: 10pt;
	margin-bottom: 30pt;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.warmers-img {
	display: block;
	margin: 0 auto 10pt;
	position: relative;
	transition: all ease .3s;
}


.warmers-img:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	width: 86%;
	height: 86%;
	background: url(../img/matrix-rainfall.png) no-repeat;
	background-size: contain;
	background-position: center;
	opacity: .5;
	transition: all ease .2s;
	filter: grayscale(1) saturate(0.25);
}

.warmers-img:hover:before {
	content: '';
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	background: url(../img/animate-matrix-rainfall.gif) no-repeat;
	background-size: contain;
	background-position: center;
	transition: all ease .2s;
	width: 86%;
	height: 86%;
}

.warmers-img:hover:after {
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 86%;
	height: 86%;
	opacity: 0;
}

.warmers-img img {
	max-height: 360px;
	position: relative;
	z-index: 1;
}

.grayscale-img {
	filter: grayscale(1) saturate(0.25);
	transition: all ease .3s;
}

.warmers-img:hover .grayscale-img {
	filter: grayscale(0) saturate(1);
}

.warmers-img img.graphic-img {
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all ease .3s;
}

.warmers-img img.color-img {
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all ease .3s;
}

.warmers-img:hover img.color-img {
	opacity: 0;
}

.warmers-img:hover img.graphic-img {
	bottom: 5px;
}

.warmers-des {
	margin: 0 0 15pt;
	line-height: normal;
	text-align: center;
}

.warmers-name {
	font-size: 20px;
	font-weight: bold;
	/*font-family: "SegUIVar";
	color: var(--color-theme-2);*/
}

.warmers-title {
	font-size: 14px;
	color: #888;
}
/*** New css for index ***/
@keyframes marquee{ 
	from { transform: translateX(0); } to { transform: translateX(-50%); } 
}
/*html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
body { font-family: 'Plus Jakarta Sans', sans-serif; }*/
img, video, canvas, svg, pre{
	max-width: 100%;
}
pre{
	white-space: pre-wrap;
	word-break: break-word;
}
.menu-open{
	max-height: 720px !important;
	opacity: 1 !important;
}
.lang-open{ 
	max-height: 300px !important; 
	opacity: 1 !important; 
	visibility: visible !important; 
}
.no-x-scroll{ 
	overflow-x: hidden; 
}
@media (max-width: 640px) {
	[data-aos^=fade][data-aos^=fade] { transform: translate3d(0, 24px, 0); }
	/*#navbar {
		padding-left: 0.75rem; padding-right: 0.75rem;
	}
	#navbar .rounded-\[3rem\] {
		border-radius: 1.5rem;
	}*/
}
/* 1 User 1 Address visual component */
.wk-core-card{
	position: relative;
}
.wk-flow-line{
	position: relative;
}
.wk-flow-line::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	width: 5rem;
	border-top: 1px dashed #62c900;
	transform: translateY(-50%);
}
.wk-flow-line::before {
	content: "\eb49";
	position: absolute;
	top: 50%;
	left: calc(100% + 2rem);
	transform: translateY(-60%);
	font-family:boxicons;
	font-size:26px;
	color: #51a600;
	z-index: 1;
}
.wk-pulse-ring { 
	animation: wkPulse 2.5s ease-in-out infinite; 
}
.blockchain-card{ 
	position:relative;
}
.blockchain-card::before{
	content: "";
	position: absolute;
	top: 50%;
	right: calc(100% + 0rem);
	width: .55rem;
	height: .55rem;
	border-top: 2px solid #51a600;
	border-right: 2px solid #51a600;
	transform: translateY(-50%) rotate(45deg);	
}
.blockchain-card::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	width: 5rem;
	border-top: 1px dashed #62c900;
	transform: translateY(-50%);
}
@keyframes wkPulse {
	0%,100% { transform: scale(1); opacity: .75; }
	50% { transform: scale(1.08); opacity: 1; }
}
.address-note{
	position:relative;
}
.address-note::before{
	content:'';
	position:absolute;
	top:60%;
	left:-20px;
	transform: translateY(-50%);
	width:20px;
	border-top: 1px dashed #62c900;
	animation: address-note-before 2.5s ease-in-out infinite;
}
.address-note::after{
	content:'';
	position:absolute;
	top:-10px;
	left:-20px;
	width:1px;
	height:40px;
	border-right: 1px dashed #62c900;
	animation: address-note-after 2.5s ease-in-out infinite;
}
/*@keyframes address-note-before{
	0%{width:20px;opacity:100%;}
	50%{width:23px;opacity:35%;}
	100%{width:20px;opacity:100%;}
}
@keyframes address-note-after{
	0%{top:-10px;height:40px;opacity:100%;}
	50%{top:-6px;height:35px;opacity:50%;}
	100%{top:-10px;height:40px;opacity:100%;}
}*/
@media (max-width: 1023px) {
	.wk-flow-line::after, .wk-flow-line::before { display: none; }
	.blockchain-card::before, .blockchain-card::after { display:none;}
}

@keyframes water-flow {
	0% { background-position: 0% 50%; }
	100% { background-position: 200% 50%; }
}
.animate-water-flow {
	background-size: 200% 100%;
	animation: water-flow 3s linear infinite;
}