/* velvetvid age gate — soft violet */

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@500;700;800&display=swap");

html.agegate-pending,
html.agegate-pending body {
	overflow: hidden;
}

html.agegate-pending .wrapper,
html.agegate-pending .sidebar-nav {
	visibility: hidden !important;
}

#agegate-root {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 100000;
	align-items: center;
	justify-content: center;
	padding: 24px;
	box-sizing: border-box;
	background:
		radial-gradient(900px 420px at 20% 0%, rgba(167, 139, 250, 0.3), transparent 55%),
		#f3eef8;
	color: #5c5368;
	font: 500 15px/1.45 Outfit, "Segoe UI", sans-serif;
}

html.agegate-pending #agegate-root {
	display: flex;
}

#agegate-root .agegate-card {
	width: 100%;
	max-width: 420px;
	padding: 32px 28px;
	background: #ffffff;
	border: 1px solid #e4d8f0;
	border-radius: 18px;
	box-shadow: 0 12px 36px rgba(109, 79, 163, 0.12);
	text-align: center;
}

#agegate-root .agegate-brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 0 auto 8px;
}

#agegate-root .agegate-mark {
	display: block;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
}

#agegate-root .agegate-word {
	font: 800 26px/1 Outfit, "Segoe UI", sans-serif;
	letter-spacing: -0.045em;
	color: #2a2238;
}

#agegate-root .agegate-word span {
	color: #8b6bc0;
}

#agegate-root .agegate-slogan {
	margin: 0 0 18px;
	font: 600 11px/1.2 Outfit, "Segoe UI", sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #6d4fa3;
}

#agegate-root h1 {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.03em;
	color: #2a2238;
}

#agegate-root p {
	margin: 0 0 18px;
	color: #5c5368;
}

#agegate-root .agegate-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0 0 16px;
}

#agegate-root .agegate-enter,
#agegate-root .agegate-leave {
	display: block;
	width: 100%;
	padding: 12px 16px;
	border-radius: 999px;
	font: 700 15px/1.2 Outfit, "Segoe UI", sans-serif;
	cursor: pointer;
}

#agegate-root .agegate-enter {
	border: 0;
	background: #8b6bc0;
	color: #fff;
}

#agegate-root .agegate-enter:hover {
	background: #6d4fa3;
}

#agegate-root .agegate-leave {
	border: 1px solid #e4d8f0;
	background: #f8f4fc;
	color: #5c5368;
}

#agegate-root .agegate-legal {
	margin: 0;
	font-size: 13px;
}

#agegate-root .agegate-legal a {
	color: #6d4fa3;
	text-decoration: none;
}

#agegate-root .agegate-legal a:hover {
	text-decoration: underline;
}

#agegate-root .visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
