/* AIM Transparency — AI-assistant disclosure notice (Article 50(1)). */

.aicl-ai-notice {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 11.5px;
	font-weight: 500;
	line-height: 1.3;
	color: #ffffff;
	background: #111111;
	padding: 4px 10px;
	border-radius: 999px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.aicl-ai-notice-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
	font-size: 7.5px;
	font-weight: 700;
	letter-spacing: 0.02em;
	flex: none;
}

.aicl-ai-notice-inline {
	vertical-align: middle;
}

.aicl-ai-notice-float {
	position: fixed;
	z-index: 2147483000;
	max-width: min(300px, calc(100vw - 32px));
}

.aicl-n-tl { top: 16px; left: 16px; }
.aicl-n-tr { top: 16px; right: 16px; }
.aicl-n-bl { bottom: 16px; left: 16px; }
.aicl-n-br { bottom: 16px; right: 16px; }

@media (prefers-reduced-motion: no-preference) {
	.aicl-ai-notice-float { animation: aicl-n-in 0.25s ease-out; }
}

@keyframes aicl-n-in {
	from { opacity: 0; transform: translateY(6px); }
	to { opacity: 1; transform: none; }
}
