.sts-age-modal {
	position: fixed;
	inset: 0;
	z-index: 9000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.sts-age-modal[hidden] {
	display: none;
}

.sts-age-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(6, 10, 26, 0.85);
	backdrop-filter: blur(4px);
}

.sts-age-dialog {
	position: relative;
	background: var(--sts-card);
	border: 1px solid var(--sts-border);
	border-radius: var(--sts-radius-lg);
	padding: 32px 28px;
	width: 100%;
	max-width: 380px;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.sts-age-logo {
	display: flex;
	justify-content: center;
	margin-bottom: 4px;
}

.sts-age-logo img {
	max-height: 38px;
	width: auto;
}

.sts-age-title {
	font-size: 18px;
	margin: 0;
}

.sts-age-desc {
	color: var(--sts-muted);
	font-size: 13px;
	margin: 0;
}

.sts-age-checkbox {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: var(--sts-card-2);
	border: 1px solid var(--sts-border);
	border-radius: 10px;
	padding: 12px;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
}

.sts-age-checkbox input {
	accent-color: var(--sts-primary);
}

.sts-age-consent {
	color: var(--sts-muted-2);
	font-size: 11px;
	margin: 0;
	line-height: 1.5;
}

.sts-age-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sts-age-actions .sts-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	transform: none;
}
