.tpb-age-gate {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.tpb-age-gate[hidden] {
	display: none !important;
}

.tpb-age-gate__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(6px);
}

.tpb-age-gate__dialog {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 28rem;
	background: #fff;
	border-radius: 1rem;
	padding: 2rem;
	text-align: center;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.tpb-age-gate__logo {
	width: 3.5rem;
	height: 3.5rem;
	margin: 0 auto 1.25rem;
	border-radius: 0.75rem;
	overflow: hidden;
}

.tpb-age-gate__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.tpb-age-gate__dialog h2 {
	margin: 0 0 0.5rem;
	font-size: 1.5rem;
	font-weight: 800;
	color: #2d2b1a;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

.tpb-age-gate__dialog > p {
	margin: 0 0 1.5rem;
	font-size: 0.875rem;
	line-height: 1.6;
	color: #64748b;
}

.tpb-age-gate__actions {
	display: flex;
	gap: 0.75rem;
}

.tpb-age-gate__btn {
	flex: 1;
	padding: 0.75rem 0.5rem;
	border-radius: 0.75rem;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	font-family: inherit;
}

.tpb-age-gate__btn--ghost {
	border: 2px solid #e5e7eb;
	background: #fff;
	color: #475569;
}

.tpb-age-gate__btn--ghost:hover {
	background: #f8fafc;
}

.tpb-age-gate__btn--primary {
	border: 0;
	background: linear-gradient(90deg, #5f5c37, #4a4729);
	color: #fff;
}

.tpb-age-gate__btn--primary:hover {
	box-shadow: 0 8px 20px rgba(95, 92, 55, 0.3);
}

.tpb-age-gate__fine {
	margin: 1rem 0 0 !important;
	font-size: 0.75rem !important;
	color: #94a3b8 !important;
}

body.tpb-age-gate-locked {
	overflow: hidden;
}
