.mtt-adb-bait {
	width: 1px !important;
	height: 1px !important;
	position: absolute !important;
	left: -10000px !important;
	top: -10000px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.mtt-adb-overlay {
	position: fixed;
	inset: 0;
	z-index: 999998;
	background:
		radial-gradient(circle at 20% 20%, rgba(14, 165, 233, 0.22), transparent 34%),
		radial-gradient(circle at 80% 10%, rgba(37, 99, 235, 0.18), transparent 32%),
		rgba(15, 23, 42, 0.78);
	backdrop-filter: blur(3px);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.mtt-adb-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.mtt-adb-box {
	position: relative;
	width: min(100%, 560px);
	overflow: hidden;
	background: #ffffff;
	border-radius: 26px;
	padding: 38px 38px 34px;
	text-align: center;
	border: 1px solid rgba(14, 165, 233, 0.16);
	box-shadow:
		0 26px 90px rgba(15, 23, 42, 0.35),
		0 0 0 8px rgba(255, 255, 255, 0.08);
	transform: translateY(18px) scale(0.98);
	transition: transform 0.25s ease;
}

.mtt-adb-box::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 7px;
	background: linear-gradient(90deg, #0ea5e9, #2563eb, #38bdf8);
}

.mtt-adb-box::after {
	content: "";
	position: absolute;
	right: -80px;
	top: -80px;
	width: 190px;
	height: 190px;
	border-radius: 999px;
	background: rgba(14, 165, 233, 0.08);
	pointer-events: none;
}

body.mtt-adb-lock {
	overflow: hidden !important;
}

body.mtt-adb-lock .mtt-adb-overlay,
body.mtt-adb-lock .mtt-adb-modal {
	opacity: 1;
	visibility: visible;
}

body.mtt-adb-lock .mtt-adb-modal {
	pointer-events: auto;
}

body.mtt-adb-lock .mtt-adb-box {
	transform: translateY(0) scale(1);
}

.mtt-adb-icon {
	position: relative;
	z-index: 1;
	width: 86px;
	height: 86px;
	margin: 0 auto 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: linear-gradient(135deg, #e0f2fe, #ffffff);
	border: 2px solid rgba(14, 165, 233, 0.28);
	box-shadow: 0 14px 36px rgba(14, 165, 233, 0.18);
}

.mtt-adb-icon svg {
	width: 48px;
	height: 48px;
}

.mtt-adb-icon svg path:first-child {
	fill: #0ea5e9;
	stroke: #2563eb;
	stroke-width: 2;
}

.mtt-adb-icon svg path:not(:first-child),
.mtt-adb-icon svg circle {
	fill: none;
	stroke: #ffffff;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mtt-adb-icon svg circle {
	fill: #ffffff;
	stroke: #ffffff;
}

.mtt-adb-brand {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #eff6ff;
	color: #2563eb;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.mtt-adb-title {
	position: relative;
	z-index: 1;
	margin: 0 0 12px;
	color: #0f172a;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 850;
	letter-spacing: -0.04em;
}

.mtt-adb-message {
	position: relative;
	z-index: 1;
	max-width: 440px;
	margin: 0 auto;
	color: #475569;
	font-size: 16px;
	line-height: 1.7;
}

.mtt-adb-message p {
	margin: 0 0 12px;
}

.mtt-adb-message p:last-child {
	margin-bottom: 0;
}

.mtt-adb-actions {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.mtt-adb-button {
	border: 0;
	border-radius: 999px;
	padding: 14px 22px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mtt-adb-button:hover,
.mtt-adb-button:focus {
	transform: translateY(-1px);
}

.mtt-adb-button-primary {
	background: linear-gradient(135deg, #0ea5e9, #2563eb);
	color: #ffffff;
	box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}

.mtt-adb-button-primary:hover,
.mtt-adb-button-primary:focus {
	background: linear-gradient(135deg, #0284c7, #1d4ed8);
	color: #ffffff;
}

.mtt-adb-button-secondary {
	background: #f1f5f9;
	color: #334155;
}

.mtt-adb-button-secondary:hover,
.mtt-adb-button-secondary:focus {
	background: #e2e8f0;
	color: #111827;
}

.mtt-adb-noscript {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(15, 23, 42, 0.86);
}

.mtt-adb-noscript-box {
	width: min(100%, 520px);
	padding: 30px;
	border-radius: 22px;
	background: #ffffff;
	text-align: center;
	border-top: 7px solid #0ea5e9;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.mtt-adb-noscript-box strong {
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
	color: #0f172a;
}

.mtt-adb-noscript-box p {
	margin: 0;
	color: #475569;
	font-size: 16px;
	line-height: 1.6;
}

@media (max-width: 600px) {
	.mtt-adb-box {
		padding: 34px 22px 28px;
		border-radius: 22px;
	}

	.mtt-adb-icon {
		width: 76px;
		height: 76px;
	}

	.mtt-adb-icon svg {
		width: 42px;
		height: 42px;
	}

	.mtt-adb-title {
		font-size: 25px;
	}

	.mtt-adb-message {
		font-size: 15px;
	}

	.mtt-adb-actions {
		flex-direction: column;
	}

	.mtt-adb-button {
		width: 100%;
	}
}