.lw-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.65);
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	font-family: inherit;
}

.lw-modal {
	background: #fff;
	border-radius: 16px;
	padding: 24px 20px 28px;
	max-width: 480px;
	width: 100%;
	text-align: center;
	position: relative;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.lw-close {
	position: absolute;
	top: 8px;
	left: 12px;
	background: none;
	border: none;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	color: #e63946;
}

.lw-title {
	margin: 0 0 28px;
	font-size: 19px;
	font-weight: bold;
	color: #1e2430;
}

.lw-wheel-wrap {
	position: relative;
	width: 260px;
	height: 260px;
	margin: 8px auto 24px;
}

#lw-canvas {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: transform 5s cubic-bezier(0.17, 0.67, 0.12, 0.99);
	box-shadow: 0 0 0 6px #2b2f38;
}

.lw-pointer {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 22px solid #d7b23a;
	z-index: 2;
}

.lw-controls {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: stretch;
	max-width: 300px;
	margin: 0 auto;
}

.lw-phone-input {
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 15px;
	text-align: center;
	direction: ltr;
}

.lw-spin-btn {
	background: #f4c430;
	border: none;
	border-radius: 8px;
	padding: 12px;
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
	transition: opacity 0.2s;
}

.lw-spin-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.lw-error {
	color: #c0392b;
	font-size: 13px;
	margin: 0;
	display: none;
}

.lw-not-interested {
	display: block;
	margin-top: 14px;
	color: #000;
	font-size: 13px;
	text-decoration: underline;
	cursor: pointer;
}

.lw-result {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lw-result-message {
	width: 80%;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 12px;
	border-radius: 8px;
	background: #f7f7f7;
	text-align: center;
}

.lw-result-message p {
	margin: 0 0 8px;
}

.lw-result-message p:last-child {
	margin-bottom: 0;
}

.lw-result-message img {
	max-width: 100%;
	height: auto;
}

.lw-countdown {
	color: #666;
	font-size: 13px;
	margin: 10px 0 0;
}

.lw-result-link {
	display: block;
	width: 80%;
	box-sizing: border-box;
	background: #3fae4a;
	color: #fff;
	text-decoration: none;
	padding: 10px 22px;
	border-radius: 8px;
	font-weight: bold;
	text-align: center;
}
