.aeo-report-card--public {
	font-family: "Manrope", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #0f172a;
}

.aeo-report-card__scanner {
	background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
	border: 1px solid #cbd5f5;
	padding: 32px;
	border-radius: 16px;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
	margin-bottom: 28px;
}

.aeo-report-card__scanner-header h2 {
	margin: 0 0 10px;
	font-size: 30px;
	letter-spacing: -0.02em;
}

.aeo-report-card__scanner-header p {
	margin: 0 0 18px;
	font-size: 16px;
	color: #334155;
	max-width: 760px;
}

.aeo-report-card__form--public .aeo-report-card__field label {
	font-weight: 700;
	font-size: 15px;
}

.aeo-report-card__form--public input[type="url"],
.aeo-report-card__form--public input[type="text"] {
	background: #ffffff;
	border: 1px solid #b6c2ff;
	border-radius: 10px;
	padding: 14px 16px;
	font-size: 16px;
	line-height: 1.4;
	width: 100%;
	max-width: 100%;
	min-height: 52px;
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

.aeo-report-card__form--public input[type="url"]:focus,
.aeo-report-card__form--public input[type="text"]:focus {
	outline: 3px solid rgba(37, 99, 235, 0.25);
	border-color: #2563eb;
	box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
}

.aeo-report-card__form--public small {
	display: block;
	margin-top: 6px;
	color: #64748b;
	font-size: 13px;
}

.aeo-report-card__form--public .button-primary {
	background: #1d4ed8;
	border-color: #1d4ed8;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	padding: 12px 20px;
	min-height: 48px;
	border-radius: 10px;
	box-shadow: 0 10px 22px rgba(29, 78, 216, 0.2);
}

.aeo-report-card__form--public .button-primary:hover {
	background: #1e40af;
	border-color: #1e40af;
}

.aeo-report-card__form--public .button {
	min-height: 48px;
	border-radius: 10px;
	font-size: 14px;
	padding: 10px 16px;
}

.aeo-report-card__panel {
	background: #fff;
	border-radius: 12px;
	padding: 16px;
	border: 1px solid #e2e8f0;
}

.aeo-report-card__report {
	background: #fff;
	border: 1px solid #e2e8f0;
	padding: 24px;
	border-radius: 12px;
}

.aeo-report-card__score {
	border-color: #1e3a8a;
}

@media print {
	.aeo-report-card__scanner,
	.aeo-report-card__form,
	#aeo-report-card-print {
		display: none !important;
	}

	.aeo-report-card__report {
		border: none;
		padding: 0;
	}
}

.aeo-report-card__executive-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 18px;
}

.aeo-report-card__summary-card {
	background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
	border: 1px solid #dbe2f7;
	padding: 18px;
	border-radius: 14px;
}

.aeo-report-card__summary-card h4 {
	margin-top: 0;
	font-size: 16px;
}

.aeo-report-card__scorecards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.aeo-report-card__scorecard {
	padding: 18px;
	border-radius: 16px;
	border: 1px solid #e2e8f0;
	background: #ffffff;
	box-shadow: 0 12px 22px rgba(15, 23, 42, 0.08);
}

.aeo-report-card__scorecard.is-strong {
	background: linear-gradient(135deg, #ecfdf3 0%, #e6f7ff 100%);
	border-color: #c6f6d5;
}

.aeo-report-card__scorecard.is-ok {
	background: linear-gradient(135deg, #fff7ed 0%, #fef9c3 100%);
	border-color: #fde68a;
}

.aeo-report-card__scorecard.is-weak {
	background: linear-gradient(135deg, #fff1f2 0%, #ffe4e6 100%);
	border-color: #fecdd3;
}

.aeo-report-card__scorecard-label {
	font-weight: 700;
	margin-bottom: 6px;
}

.aeo-report-card__scorecard-score {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 6px;
}

.aeo-report-card__scorecard-detail {
	color: #475569;
	font-size: 13px;
}

.aeo-report-card__accordions {
	display: grid;
	gap: 12px;
}

.aeo-report-card__accordion {
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 10px 14px;
	background: #ffffff;
}

.aeo-report-card__accordion summary {
	cursor: pointer;
	font-weight: 700;
	list-style: none;
}

.aeo-report-card__accordion summary::-webkit-details-marker {
	display: none;
}

.aeo-report-card__accordion summary:after {
	content: '+';
	float: right;
	font-weight: 700;
}

.aeo-report-card__accordion[open] summary:after {
	content: '-';
}

.aeo-report-card__accordion-body {
	padding-top: 10px;
}

.aeo-report-card__fix-inline {
	display: inline-block;
	margin-left: 6px;
	color: #475569;
}

@media print {
	.aeo-report-card__accordion summary:after {
		display: none;
	}
}

.aeo-report-card__kpis {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 16px;
}

.aeo-report-card__kpi {
	background: linear-gradient(135deg, #f1f5f9 0%, #eef2ff 100%);
	border: 1px solid #dbe2f7;
	border-radius: 999px;
	padding: 6px 14px;
	font-size: 13px;
	font-weight: 700;
}

.aeo-report-card__kpi.is-low {
	background: linear-gradient(135deg, #ecfdf3 0%, #e6f7ff 100%);
	border-color: #bbf7d0;
}

.aeo-report-card__kpi.is-medium {
	background: linear-gradient(135deg, #fff7ed 0%, #fef9c3 100%);
	border-color: #fde68a;
}

.aeo-report-card__kpi.is-high {
	background: linear-gradient(135deg, #fff1f2 0%, #ffe4e6 100%);
	border-color: #fecdd3;
}

.aeo-report-card__report--lighthouse {
	background: #f8fafc;
}

.aeo-report-card__header-left h2 {
	margin: 0 0 6px;
}

.aeo-report-card__score-ring {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
}

.aeo-report-card__ring {
	--ring-color: #22c55e;
	--ring-bg: #e2e8f0;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: conic-gradient(var(--ring-color) calc(var(--ring-value) * 1%), var(--ring-bg) 0);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-shadow: inset 0 0 0 10px #ffffff;
}

.aeo-report-card__ring-number {
	font-size: 36px;
	font-weight: 700;
}

.aeo-report-card__ring-label {
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #475569;
}

.aeo-report-card__scorecard-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.aeo-report-card__status-chip {
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.aeo-report-card__status-chip.is-strong {
	background: #dcfce7;
	color: #166534;
}

.aeo-report-card__status-chip.is-ok {
	background: #fef9c3;
	color: #92400e;
}

.aeo-report-card__status-chip.is-weak {
	background: #fee2e2;
	color: #991b1b;
}

@media print {
	.aeo-report-card__report--lighthouse {
		background: #ffffff;
	}

	.aeo-report-card__ring {
		box-shadow: none;
	}
}

.aeo-report-card__ring.is-strong {
	--ring-color: #22c55e;
}

.aeo-report-card__ring.is-ok {
	--ring-color: #f59e0b;
}

.aeo-report-card__ring.is-weak {
	--ring-color: #ef4444;
}

.aeo-report-card__evidence-spacer {
	height: 8px;
}

.aeo-report-card__issues li {
	margin-bottom: 18px;
}
