.vm-motion-root {
	--vm-blue: #1677ff;
}

.vm-motion-managed {
	backface-visibility: hidden;
}

.vm-motion-managed.vm-motion-clickable {
	cursor: pointer;
}

.vm-particle-canvas,
.vm-confetti-canvas {
	inset: 0;
	pointer-events: none;
	position: fixed;
	z-index: 2147483000;
}

.vm-particle-canvas {
	border-radius: inherit;
	display: block;
	position: absolute;
	z-index: 0;
}

.vm-particle-host {
	overflow: hidden;
	position: relative;
}

.vm-particle-inline-host {
	display: inline-block;
	vertical-align: baseline;
}

.vm-particle-host > :not(.vm-particle-canvas) {
	position: relative;
	z-index: 1;
}

.vm-text-split {
	display: inline;
}

.vm-text-unit {
	display: inline-block;
	opacity: 0;
	transform: translate3d(0, 0.75em, 0);
}

.vm-text-unit.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition-duration: var(--vm-unit-duration, 420ms);
	transition-property: opacity, transform;
	transition-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}

.vm-text-wave-unit.is-visible {
	animation: vm-wave var(--vm-unit-duration, 620ms) cubic-bezier(0.2, 0.8, 0.2, 1) both;
	animation-delay: calc(var(--vm-unit-index, 0) * 55ms);
	opacity: 1;
}

.vm-typewriter {
	border-right: 2px solid currentColor;
	white-space: pre-wrap;
}

.vm-gradient-text,
.vm-shine-text {
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(90deg, #167a6b, #f25f4c, #d39b2a, #167a6b);
	background-size: 220% 100%;
	color: transparent;
}

.vm-shine-text {
	background-image: linear-gradient(105deg, currentColor 0%, #ffffff 18%, #f25f4c 35%, #167a6b 52%, currentColor 70%);
	background-size: 260% 100%;
}

.vm-text-highlight {
	background-repeat: no-repeat;
}

.vm-ambient-gradient {
	background-image: linear-gradient(120deg, rgba(22, 122, 107, 0.18), rgba(242, 95, 76, 0.18), rgba(211, 155, 42, 0.16));
}

.vm-runtime-badge {
	align-items: center;
	background: #17201b;
	border-radius: 999px;
	bottom: 18px;
	color: #ffffff;
	display: inline-flex;
	font: 700 12px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	gap: 8px;
	left: 18px;
	padding: 8px 10px;
	position: fixed;
	z-index: 2147482998;
}

.vm-reward-popup {
	align-items: center;
	background: rgba(15, 20, 18, 0.58);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 20px;
	position: fixed;
	z-index: 2147483200;
}

.vm-reward-dialog {
	background: #ffffff;
	border: 1px solid rgba(23, 32, 27, 0.12);
	border-radius: 8px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
	color: #17201b;
	max-width: 420px;
	padding: 24px;
	position: relative;
	text-align: center;
	width: min(100%, 420px);
}

.vm-reward-dialog strong {
	display: block;
	font: 850 24px/1.15 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.vm-reward-dialog p {
	color: #4e5a53;
	font: 500 15px/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 0 0 16px;
}

.vm-reward-close {
	background: #f3f6f2;
	border: 1px solid #dfe6df;
	border-radius: 8px;
	cursor: pointer;
	font-weight: 800;
	height: 32px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 32px;
}

.vm-reward-coupon {
	background: #167a6b;
	border: 0;
	border-radius: 8px;
	color: #ffffff;
	cursor: pointer;
	font: 850 16px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0.08em;
	min-height: 44px;
	padding: 0 18px;
}

.vm-coupon-toast {
	background: #17201b;
	border-radius: 8px;
	bottom: 22px;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
	color: #ffffff;
	font: 800 13px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	left: 50%;
	padding: 12px 14px;
	position: fixed;
	transform: translateX(-50%);
	z-index: 2147483201;
}
