.vexar-root,
.vexar-root *,
.vexar-inline-launcher {
	box-sizing: border-box;
}

.vexar-root,
.vexar-inline-launcher {
	font-family: inherit;
}

.vexar-root[hidden],
.vexar-root [hidden],
.vexar-inline-launcher[hidden] {
	display: none !important;
}

html.vexar-modal-open,
html.vexar-modal-open body {
	overflow: hidden;
}

.vexar-launcher {
	position: fixed;
	bottom: calc(var(--vexar-bottom, 24px) + env(safe-area-inset-bottom));
	z-index: 999980;
	width: 108px;
	height: 108px;
	padding: 9px;
	border: 0;
	border-radius: 50%;
	background: var(--vexar-secondary, #fff1da);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
	color: #171717;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease;
	isolation: isolate;
}

.vexar-position-left .vexar-launcher {
	left: 22px;
}

.vexar-position-right .vexar-launcher {
	right: 22px;
}

.vexar-launcher:hover,
.vexar-launcher:focus-visible {
	transform: translateY(-3px) scale(1.02);
	box-shadow: 0 14px 36px rgba(0, 0, 0, .3);
	outline: 3px solid rgba(17, 17, 17, .25);
	outline-offset: 3px;
}

.vexar-launcher-wheel {
	position: absolute;
	inset: 5px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: conic-gradient(
		var(--vexar-primary, #c47a38) 0 45deg,
		var(--vexar-secondary, #fff1da) 45deg 90deg,
		#f5d7ad 90deg 135deg,
		var(--vexar-primary, #c47a38) 135deg 180deg,
		var(--vexar-secondary, #fff1da) 180deg 225deg,
		#f5d7ad 225deg 270deg,
		var(--vexar-primary, #c47a38) 270deg 315deg,
		var(--vexar-secondary, #fff1da) 315deg 360deg
	);
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .08);
}

.vexar-launcher-wheel::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -9px;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 16px solid var(--vexar-accent, #111);
	transform: translateX(-50%);
	filter: drop-shadow(0 2px 1px rgba(0, 0, 0, .25));
}

.vexar-launcher-wheel span {
	position: absolute;
	inset: 28%;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .08);
}

.vexar-launcher-label {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	height: 100%;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 0 1px #fff;
}

.vexar-overlay {
	position: fixed;
	inset: 0;
	z-index: 999990;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(0, 0, 0, .64);
	backdrop-filter: blur(3px);
}

.vexar-dialog {
	position: relative;
	width: min(100%, 570px);
	max-height: min(92vh, 820px);
	overflow: auto;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
	color: #171717;
	outline: none;
}

.vexar-close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 4;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 50%;
	background: rgba(255, 255, 255, .95);
	color: #111;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}

.vexar-close:hover,
.vexar-close:focus-visible,
.vexar-rules-header button:hover,
.vexar-rules-header button:focus-visible {
	background: #f2f2f2;
	outline: 2px solid #111;
	outline-offset: 2px;
}

.vexar-step {
	padding: 38px 42px 34px;
	text-align: center;
}

.vexar-copy h2,
.vexar-step h2 {
	margin: 5px 0 10px;
	color: #111;
	font-size: clamp(27px, 5vw, 38px);
	line-height: 1.08;
	letter-spacing: -.025em;
}

.vexar-copy p,
.vexar-step > p {
	margin: 0 auto 14px;
	max-width: 480px;
	color: #4d4d4d;
	font-size: 16px;
	line-height: 1.5;
}

.vexar-kicker {
	margin: 0 0 4px !important;
	color: var(--vexar-primary, #a85d23) !important;
	font-size: 12px !important;
	font-weight: 800;
	letter-spacing: .12em;
}

.vexar-guarantee {
	display: inline-flex;
	align-items: flex-start;
	gap: 8px;
	margin-top: 5px !important;
	padding: 10px 13px;
	border-radius: 12px;
	background: #f4f8f1;
	color: #285b1f !important;
	font-size: 13px !important;
	font-weight: 650;
	text-align: left;
}

.vexar-guarantee span {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: #2f7a25;
	color: #fff;
	font-size: 12px;
}

.vexar-wheel-wrap {
	position: relative;
	width: 270px;
	height: 270px;
	margin: 22px auto 18px;
}

.vexar-pointer {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: -7px;
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 34px solid var(--vexar-accent, #111);
	transform: translateX(-50%);
	filter: drop-shadow(0 4px 2px rgba(0, 0, 0, .25));
}

.vexar-wheel {
	position: absolute;
	inset: 0;
	border: 9px solid #fff;
	border-radius: 50%;
	background: conic-gradient(
		var(--vexar-primary, #c47a38) 0 45deg,
		var(--vexar-secondary, #fff1da) 45deg 90deg,
		#f2c990 90deg 135deg,
		#fff7e9 135deg 180deg,
		var(--vexar-primary, #c47a38) 180deg 225deg,
		var(--vexar-secondary, #fff1da) 225deg 270deg,
		#f2c990 270deg 315deg,
		#fff7e9 315deg 360deg
	);
	box-shadow: 0 0 0 4px var(--vexar-accent, #111), 0 14px 35px rgba(0, 0, 0, .2), inset 0 0 20px rgba(255, 255, 255, .45);
	transition-property: transform;
	transition-timing-function: cubic-bezier(.12, .7, .16, 1);
}

.vexar-wheel::before {
	content: "";
	position: absolute;
	inset: 47px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 0 0 5px rgba(255, 255, 255, .6), 0 8px 20px rgba(0, 0, 0, .15);
}

.vexar-wheel-center {
	position: absolute;
	z-index: 2;
	inset: 85px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--vexar-accent, #111);
	color: #fff;
	font-size: 19px;
	font-weight: 900;
}

.vexar-wheel-label {
	position: absolute;
	z-index: 1;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .03em;
}

.vexar-label-1 { top: 29px; left: 50%; transform: translateX(-50%); color: #fff; }
.vexar-label-2 { right: 22px; top: 50%; transform: translateY(-50%) rotate(90deg); }
.vexar-label-3 { bottom: 27px; left: 50%; transform: translateX(-50%) rotate(180deg); color: #fff; }
.vexar-label-4 { left: 20px; top: 50%; transform: translateY(-50%) rotate(-90deg); }

.vexar-primary-button,
.vexar-secondary-button,
.vexar-inline-launcher {
	appearance: none;
	border: 0;
	border-radius: 999px;
	font: inherit;
	font-weight: 750;
	cursor: pointer;
	transition: transform .15s ease, opacity .15s ease, box-shadow .15s ease;
}

.vexar-primary-button {
	width: min(100%, 400px);
	min-height: 52px;
	padding: 13px 24px;
	background: var(--vexar-accent, #111);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
	color: #fff;
	font-size: 16px;
}

.vexar-primary-button:hover,
.vexar-primary-button:focus-visible,
.vexar-secondary-button:hover,
.vexar-secondary-button:focus-visible,
.vexar-inline-launcher:hover,
.vexar-inline-launcher:focus-visible {
	transform: translateY(-1px);
	outline: 3px solid rgba(17, 17, 17, .25);
	outline-offset: 2px;
}

.vexar-primary-button:disabled {
	cursor: wait;
	opacity: .65;
}

.vexar-secondary-button {
	width: min(100%, 400px);
	min-height: 48px;
	margin-top: 10px;
	padding: 11px 22px;
	background: #ececec;
	color: #171717;
}

.vexar-rules-link {
	margin-top: 13px;
	padding: 4px;
	border: 0;
	background: transparent;
	color: #555;
	font: inherit;
	font-size: 13px;
	text-decoration: underline;
	cursor: pointer;
}

.vexar-step-form,
.vexar-step-success {
	padding-top: 48px;
}

.vexar-result-badge {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin: 0 auto 12px;
	border-radius: 50%;
	background: #2f7a25;
	box-shadow: 0 8px 20px rgba(47, 122, 37, .25);
	color: #fff;
	font-size: 30px;
	font-weight: 900;
}

.vexar-form {
	margin: 22px auto 0;
	max-width: 430px;
	text-align: left;
}

.vexar-field {
	margin-bottom: 13px;
}

.vexar-field label {
	display: block;
	margin-bottom: 5px;
	color: #222;
	font-size: 13px;
	font-weight: 700;
}

.vexar-field input {
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 10px 13px;
	border: 1px solid #b9b9b9;
	border-radius: 10px;
	background: #fff;
	box-shadow: none;
	color: #111;
	font: inherit;
	font-size: 16px;
}

.vexar-field input:focus {
	border-color: var(--vexar-primary, #c47a38);
	outline: 3px solid color-mix(in srgb, var(--vexar-primary, #c47a38) 22%, transparent);
}

.vexar-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.vexar-check {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin: 12px 0;
	color: #3f3f3f;
	font-size: 12px;
	line-height: 1.45;
}

.vexar-check input {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 1px 0 0;
}

.vexar-legal {
	margin: 13px 0 !important;
	color: #666 !important;
	font-size: 11px !important;
	line-height: 1.45 !important;
	text-align: center;
}

.vexar-legal a {
	color: inherit;
	text-decoration: underline;
}

.vexar-form-error {
	margin: 12px 0;
	padding: 10px 12px;
	border: 1px solid #c62828;
	border-radius: 9px;
	background: #fff1f1;
	color: #8a1515;
	font-size: 13px;
	font-weight: 650;
	text-align: left;
}

.vexar-coupon-card {
	position: relative;
	margin: 24px auto 18px;
	max-width: 410px;
	padding: 24px;
	border: 2px dashed rgba(0, 0, 0, .24);
	border-radius: 18px;
	background: linear-gradient(135deg, var(--vexar-secondary, #fff1da), #fff);
}

.vexar-coupon-card::before,
.vexar-coupon-card::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff;
	transform: translateY(-50%);
}

.vexar-coupon-card::before { left: -13px; }
.vexar-coupon-card::after { right: -13px; }

.vexar-coupon-card span,
.vexar-coupon-card small {
	display: block;
	color: #5a4a3d;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .1em;
}

.vexar-coupon-card strong {
	display: block;
	margin: 3px 0 10px;
	color: #111;
	font-size: 44px;
	line-height: 1;
}

.vexar-coupon-card code {
	display: inline-block;
	margin-bottom: 10px;
	padding: 8px 12px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .85);
	color: #111;
	font-size: 20px;
	font-weight: 850;
	letter-spacing: .08em;
}

.vexar-rules {
	position: absolute;
	inset: 0;
	z-index: 5;
	overflow: auto;
	padding: 30px;
	border-radius: 24px;
	background: #fff;
	text-align: left;
}

.vexar-rules-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
}

.vexar-rules-header h3 {
	margin: 0;
	color: #111;
	font-size: 24px;
}

.vexar-rules-header button {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 50%;
	background: #fff;
	font-size: 27px;
	cursor: pointer;
}

.vexar-rules p {
	margin: 0;
	color: #333;
	font-size: 15px;
	line-height: 1.65;
}

.vexar-inline-launcher {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	background: var(--vexar-accent, #111);
	color: #fff;
}

@media (max-width: 782px) {
	.vexar-launcher {
		width: 82px;
		height: 82px;
		padding: 6px;
	}

	.vexar-position-left .vexar-launcher { left: 14px; }
	.vexar-position-right .vexar-launcher { right: 14px; }
	.vexar-launcher-label { font-size: 11px; }
	.vexar-launcher-wheel span { inset: 30%; }

	.vexar-overlay {
		align-items: end;
		padding: 0;
	}

	.vexar-dialog {
		width: 100%;
		max-height: 94dvh;
		border-radius: 22px 22px 0 0;
	}

	.vexar-step {
		padding: 35px 20px 25px;
	}

	.vexar-wheel-wrap {
		width: 225px;
		height: 225px;
		margin-top: 18px;
	}

	.vexar-wheel::before { inset: 40px; }
	.vexar-wheel-center { inset: 71px; font-size: 16px; }
	.vexar-label-1 { top: 23px; }
	.vexar-label-2 { right: 15px; }
	.vexar-label-3 { bottom: 21px; }
	.vexar-label-4 { left: 13px; }
	.vexar-copy h2,
	.vexar-step h2 { font-size: 29px; }
	.vexar-rules { padding: 25px 21px; border-radius: 22px 22px 0 0; }
}

@media (prefers-reduced-motion: reduce) {
	.vexar-root *,
	.vexar-inline-launcher {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
