.ii-aidetect-note {
	margin: 0 0 14px;
	font-size: .9rem;
	color: #6b7280;
	line-height: 1.45;
}

.ii-aidetect-counter {
	margin: 6px 0 0;
	font-size: .85rem;
	color: #6b7280;
	text-align: right;
}

.ii-aidetect-result {
	margin: 0;
}

.ii-aidetect-block {
	padding: 18px 0;
	border-bottom: 1px solid #e5e7eb;
}

.ii-aidetect-block:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.ii-aidetect-block:first-child {
	padding-top: 4px;
}

.ii-aidetect-block__title {
	margin: 0 0 12px;
	font-size: 1rem;
	color: #006089;
}

.ii-aidetect-score-row {
	display: flex;
	align-items: baseline;
	gap: 12px;
	flex-wrap: wrap;
}

.ii-aidetect-score {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #111827;
}

.ii-aidetect-score--human { color: #2f6b3a; }
.ii-aidetect-score--mixed { color: #9a6b12; }
.ii-aidetect-score--ai { color: #9a2f2f; }

.ii-aidetect-badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 999px;
	font-size: .85rem;
	font-weight: 600;
	border: 1px solid currentColor;
}

.ii-aidetect-badge--human { color: #2f6b3a; }
.ii-aidetect-badge--mixed { color: #9a6b12; }
.ii-aidetect-badge--ai { color: #9a2f2f; }

.ii-aidetect-bar {
	height: 10px;
	background: #e8e2d6;
	border-radius: 999px;
	overflow: hidden;
	margin: 12px 0 8px;
}

.ii-aidetect-bar__fill {
	display: block;
	height: 100%;
	border-radius: inherit;
	transition: width 0.45s ease;
}

.ii-aidetect-bar__fill--human { background: #2f6b3a; }
.ii-aidetect-bar__fill--mixed { background: #9a6b12; }
.ii-aidetect-bar__fill--ai { background: #9a2f2f; }

.ii-aidetect-meta {
	margin: 0 0 8px;
	font-size: .9rem;
	color: #6b7280;
	line-height: 1.45;
}

.ii-aidetect-summary {
	margin: 0;
	color: #1f2937;
	line-height: 1.55;
}

.ii-aidetect-list {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #1f2937;
	line-height: 1.5;
}

.ii-aidetect-list li {
	margin: 6px 0;
	padding-left: 0;
}

.ii-aidetect-list li::before {
	content: "→ ";
	color: #006089;
	font-weight: 600;
}

.ii-aidetect-quote {
	display: block;
	margin-top: 4px;
	padding: 6px 10px;
	background: #f3f4f6;
	border-left: 3px solid #c4b89f;
	font-size: .92rem;
	color: #444;
}

.ii-aidetect-empty {
	margin: 0;
	font-size: .9rem;
	color: #6b7280;
}
