/* TS Domme entry overlay.
   Site-specific identifiers avoid generic names that Brave cosmetic filters may hide. */

html.tsd-lock,
body.tsd-lock {
	overflow: hidden;
}

body.tsd-lock > header,
body.tsd-lock > main,
body.tsd-lock > footer {
	filter: blur(8px);
	pointer-events: none;
	user-select: none;
}

.tsd_entry {
	position: fixed;
	inset: 0;
	z-index: 2147483646;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 24px;
	font-family: "Roboto", Arial, sans-serif;
}

.tsd_entry.is-hidden {
	display: none;
}

.tsd_shade {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.76);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
}

.tsd_card {
	position: relative;
	z-index: 1;
	width: min(560px, 100%);
	box-sizing: border-box;
	padding: 30px 34px 28px;
	border: 1px solid #8f2aa8;
	border-radius: 6px;
	background: #111;
	color: #fff;
	text-align: center;
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.58);
}

.tsd_logo {
	display: block;
	width: min(300px, 88%);
	height: auto;
	margin: 0 auto 18px;
}

.tsd_age {
	margin: 0 0 12px;
	font-size: 42px;
	line-height: 1;
	font-weight: 900;
	color: #8f2aa8;
}

.tsd_title {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 800;
	text-transform: uppercase;
}

.tsd_text {
	margin: 0 auto 12px;
	max-width: 480px;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 400;
	color: #d7d7d7;
}

.tsd_text a {
	color: #e7b4f3;
	font-weight: 700;
	text-decoration: none;
}

.tsd_text a:hover,
.tsd_text a:focus {
	text-decoration: underline;
}

.tsd_actions {
	display: flex;
	gap: 14px;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
	flex-wrap: wrap;
}

.tsd_button {
	appearance: none;
	-webkit-appearance: none;
	min-width: 190px;
	padding: 14px 18px;
	border: 0;
	border-radius: 3px;
	font-family: inherit;
	font-size: 15px;
	line-height: 1;
	font-weight: 800;
	cursor: pointer;
	text-transform: uppercase;
}

.tsd_enter {
	background: #8f2aa8;
	color: #fff;
}

.tsd_exit {
	min-width: 120px;
	background: transparent;
	color: #e7b4f3;
}

.tsd_button:hover,
.tsd_button:focus {
	transform: translateY(-1px);
}

@media (max-width: 540px) {
	.tsd_entry { padding: 16px; }
	.tsd_card { padding: 24px 18px 22px; }
	.tsd_logo { width: min(270px, 90%); }
	.tsd_age { font-size: 36px; }
	.tsd_title { font-size: 17px; }
	.tsd_button { width: 100%; min-width: 0; }
}
