.ma24-ais-widget {
	max-width: 640px;
	margin: 0 auto;
	padding: 36px !important;
	box-sizing: border-box;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 10px 40px rgba(26, 26, 46, 0.1), 0 2px 8px rgba(26, 26, 46, 0.06);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.ma24-ais-title {
	margin: 0 0 20px;
	font-size: 23px;
	font-weight: 700;
	text-align: center;
	color: #192655;
}

.ma24-ais-form {
	display: flex;
	gap: 0;
	flex-wrap: wrap;
	border: 1px solid #e0e0ea;
	border-radius: 12px;
	padding: 5px;
	background: #fbfbfd;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ma24-ais-form:focus-within {
	border-color: #192655;
	box-shadow: 0 0 0 3px rgba(25, 38, 85, 0.14);
}

.ma24-ais-input {
	flex: 1 1 260px;
	padding: 12px 16px;
	border: none;
	background: transparent;
	border-radius: 8px;
	font-size: 15px;
	outline: none;
}

.ma24-ais-submit {
	padding: 12px 26px;
	border: none;
	border-radius: 8px;
	background: #192655;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease;
	box-shadow: 0 4px 14px rgba(25, 38, 85, 0.35);
}

.ma24-ais-submit:hover {
	background: #10193d;
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(25, 38, 85, 0.45);
}

.ma24-ais-submit:active {
	transform: translateY(0);
}

.ma24-ais-submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

.ma24-ais-hint {
	margin: 12px 0 0;
	font-size: 13px;
	color: #7a7a8c;
	text-align: center;
}

.ma24-ais-email-block {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px dashed #e5e5ee;
}

.ma24-ais-email-input {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e0e0ea;
	border-radius: 10px;
	background: #fbfbfd;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ma24-ais-email-input:focus {
	border-color: #6c5ce7;
	box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.12);
	outline: none;
}

.ma24-ais-consent {
	display: block;
	margin-top: 10px;
	font-size: 12.5px;
	line-height: 1.5;
	color: #666;
}

.ma24-ais-consent input[type="checkbox"] {
	margin-right: 6px;
	vertical-align: middle;
	accent-color: #6c5ce7;
}

.ma24-ais-mail-note {
	margin-top: 4px;
	font-size: 12px;
	color: #2ecc71;
	font-weight: 600;
	max-width: 280px;
}

.ma24-ais-mail-note.is-error {
	color: #d63638;
}

.ma24-ais-effort-badge {
	display: inline-block;
	padding: 2px 9px;
	border-radius: 999px;
	background: #eeeef4;
	color: #555;
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
}

.ma24-ais-roadmap {
	margin-top: 28px;
}

.ma24-ais-roadmap h4 {
	margin: 0 0 14px;
	font-size: 16px;
	color: #1a1a2e;
}

.ma24-ais-phase {
	margin-bottom: 18px;
}

.ma24-ais-phase-title {
	font-weight: 700;
	font-size: 13.5px;
	color: #6c5ce7;
	margin-bottom: 8px;
}

.ma24-ais-phase-item {
	padding: 12px 14px;
	border-radius: 10px;
	background: #f7f7fb;
	margin-bottom: 8px;
}

.ma24-ais-phase-item-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 4px;
}

.ma24-ais-phase-item-title {
	font-weight: 600;
	color: #1a1a2e;
	font-size: 14px;
}

.ma24-ais-phase-item-text {
	font-size: 13px;
	color: #555;
	line-height: 1.5;
}

.ma24-ais-snippet {
	margin-top: 8px;
}

.ma24-ais-snippet summary {
	cursor: pointer;
	font-size: 12.5px;
	color: #6c5ce7;
	font-weight: 600;
}

.ma24-ais-snippet pre {
	margin-top: 8px;
	padding: 12px;
	border-radius: 8px;
	background: #1a1a2e;
	color: #e8e8f0;
	font-size: 11.5px;
	line-height: 1.5;
	overflow-x: auto;
	white-space: pre-wrap;
	word-break: break-word;
}

.ma24-ais-briefing {
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid #eeeef4;
}

.ma24-ais-briefing h4 {
	margin: 0 0 4px;
	font-size: 16px;
	color: #1a1a2e;
}

.ma24-ais-briefing-hint {
	margin: 0 0 10px;
	font-size: 12.5px;
	color: #7a7a8c;
}

.ma24-ais-briefing-text {
	width: 100%;
	box-sizing: border-box;
	padding: 12px;
	border-radius: 8px;
	border: 1px solid #d7d7e0;
	background: #f7f7fb;
	font-family: "SFMono-Regular", Consolas, monospace;
	font-size: 12px;
	line-height: 1.5;
	resize: vertical;
}

.ma24-ais-copy-btn {
	margin-top: 10px;
	padding: 10px 18px;
	border: none;
	border-radius: 8px;
	background: #6c5ce7;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}

.ma24-ais-copy-btn:hover {
	background: #5a4bd1;
}

.ma24-ais-copy-confirm {
	margin-left: 10px;
	font-size: 12.5px;
	color: #2ecc71;
	font-weight: 600;
}

.ma24-ais-reset-row {
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid #eeeef4;
	text-align: center;
}

.ma24-ais-reset-btn {
	padding: 10px 22px;
	border: 1px solid #d7d7e0;
	border-radius: 999px;
	background: #ffffff;
	color: #6c5ce7;
	font-size: 13.5px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.ma24-ais-reset-btn:hover {
	background: #f7f5ff;
	border-color: #6c5ce7;
	transform: translateY(-1px);
}

.ma24-ais-status {
	margin-top: 20px;
	text-align: center;
	color: #6c5ce7;
	font-weight: 600;
}

.ma24-ais-status:not(.is-error)::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 8px;
	border-radius: 50%;
	background: #6c5ce7;
	animation: ma24-ais-pulse 1s ease-in-out infinite;
	vertical-align: middle;
}

@keyframes ma24-ais-pulse {
	0%, 100% { opacity: 0.3; transform: scale(0.85); }
	50% { opacity: 1; transform: scale(1.1); }
}

.ma24-ais-status.is-error {
	color: #d63638;
}

.ma24-ais-result {
	margin-top: 28px;
}

.ma24-ais-result.ma24-ais-fade-in {
	animation: ma24-ais-fade-in 0.45s ease forwards;
}

@keyframes ma24-ais-fade-in {
	from { opacity: 0; transform: translateY(8px); }
	to { opacity: 1; transform: translateY(0); }
}

.ma24-ais-score-head {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-bottom: 24px;
}

.ma24-ais-score-ring {
	flex: 0 0 104px;
	width: 104px;
	height: 104px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.6s ease;
}

.ma24-ais-score-inner {
	width: 82px;
	height: 82px;
	border-radius: 50%;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	font-weight: 800;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.ma24-ais-score-rating {
	font-size: 17px;
	font-weight: 700;
	color: #1a1a2e;
}

.ma24-ais-score-url {
	font-size: 13px;
	color: #7a7a8c;
	word-break: break-all;
}

.ma24-ais-pages-note {
	margin-top: 4px;
	font-size: 12px;
	color: #6c5ce7;
	font-weight: 600;
}

.ma24-ais-categories {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 26px;
}

.ma24-ais-cat-row {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 14px;
}

.ma24-ais-cat-label {
	flex: 0 0 200px;
	color: #333;
	font-weight: 500;
}

.ma24-ais-cat-bar-track {
	flex: 1;
	height: 9px;
	border-radius: 999px;
	background: #eeeef4;
	overflow: hidden;
}

.ma24-ais-cat-bar-fill {
	height: 100%;
	border-radius: 999px;
	background: #6c5ce7;
	transition: width 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.ma24-ais-cat-value {
	flex: 0 0 42px;
	text-align: right;
	color: #555;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
}

.ma24-ais-wins h4 {
	margin: 0 0 12px;
	font-size: 16px;
	color: #1a1a2e;
}

.ma24-ais-win {
	padding: 16px 18px;
	border-radius: 10px;
	background: #f7f7fb;
	margin-bottom: 10px;
}

.ma24-ais-win-title {
	font-weight: 600;
	color: #1a1a2e;
	margin-bottom: 4px;
}

.ma24-ais-win-text {
	font-size: 13.5px;
	color: #555;
	line-height: 1.5;
}

/* KI-Engines Erklaer-Block */

.ma24-ais-engines {
	max-width: 720px;
	margin: 0 auto;
	padding: 32px;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.ma24-ais-engines-intro {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	text-align: center;
}

.ma24-ais-engine {
	border: 1px solid #eeeef4;
	border-radius: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.ma24-ais-engine-summary {
	display: flex;
	align-items: baseline;
	gap: 10px;
	flex-wrap: wrap;
	padding: 14px 16px;
	cursor: pointer;
	background: #f7f7fb;
	list-style: none;
}

.ma24-ais-engine-summary::-webkit-details-marker {
	display: none;
}

.ma24-ais-engine-name {
	font-weight: 700;
	color: #1a1a2e;
	font-size: 15px;
}

.ma24-ais-engine-tagline {
	font-size: 13px;
	color: #7a7a8c;
}

.ma24-ais-engine-body {
	padding: 4px 16px 16px;
}

.ma24-ais-engine-points {
	margin: 0;
	padding-left: 18px;
	color: #444;
	font-size: 13.5px;
	line-height: 1.6;
}

.ma24-ais-engine-points li {
	margin-bottom: 8px;
}

.ma24-ais-engines-footnote {
	margin: 16px 0 0;
	font-size: 12px;
	color: #9a9aac;
	text-align: center;
}
