/* Phase 5 — AI focus card */

.sc361-ai--focus-enabled .sc361-ai-focus-card {
	z-index: 3;
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.sc361-ai--focus-enabled .sc361-ai-focus-card .sc361-card__bg {
	transform: scale(calc(var(--sc361-image-scale, 1) * var(--sc361-ai-card-scale, 1) * 1.06));
}

.sc361-ai--focus-enabled .sc361-ai-focus-card .sc361-card__glow,
.sc361-ai--focus-enabled .sc361-ai-focus-card .sc361-card__spotlight {
	opacity: 1;
}

.sc361-ai--focus-enabled .sc361-ai-focus-card::after {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.12), transparent 55%);
	z-index: 2;
}

.sc361-ai-focus-card--active {
	outline: none;
}
