:where(.botcrawl-contribute),
:where(.botcrawl-contribute) * {
	box-sizing: border-box;
	min-width: 0;
}

.botcrawl-submission-button:disabled {
	cursor: wait;
	opacity: .68;
	transform: none;
}

.botcrawl-contribute__choice-links a:focus-visible,
.botcrawl-contribute__back a:focus-visible,
.botcrawl-contribute__target a:focus-visible,
.botcrawl-contribute__form input:focus-visible,
.botcrawl-contribute__form select:focus-visible,
.botcrawl-contribute__form textarea:focus-visible {
	outline: 3px solid #111;
	outline-offset: 3px;
}

.botcrawl-contribute {
	width: min(100%, 900px);
	max-width: 100%;
	margin-inline: auto;
}

.botcrawl-contribute--chooser {
	width: min(100%, 1120px);
}

.botcrawl-contribute--success {
	width: min(100%, 720px);
}

.botcrawl-contribute > h1 {
	max-width: 820px;
	margin: 0;
	font-size: clamp(1.72rem, 3vw, 2.28rem);
	line-height: 1.1;
	letter-spacing: -.025em;
}

.botcrawl-contribute__intro {
	max-width: 780px;
	margin: .65rem 0 0;
	color: #50575e;
	line-height: 1.58;
}

.botcrawl-contribute__back {
	margin: 0 0 12px;
	font-size: .92rem;
	font-weight: 700;
}

.botcrawl-contribute__back a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
}

.botcrawl-contribute__back a::before {
	content: "←";
	margin-right: .45rem;
}

.botcrawl-contribute__target {
	display: grid;
	gap: 3px;
	margin: 18px 0;
	padding: 14px 16px;
	border: 1px solid #d5dade;
	border-radius: 9px;
	background: #f4f6f7;
}

.botcrawl-contribute__target span,
.botcrawl-contribute__target small {
	color: #5c6369;
	font-size: .82rem;
}

.botcrawl-contribute__target strong {
	font-size: 1.02rem;
}

.botcrawl-contribute__target a:hover {
	text-decoration: underline;
}

.botcrawl-contribute__form {
	display: grid;
	gap: 18px;
	width: 100%;
	max-width: 100%;
}

.botcrawl-contribute__form p {
	margin: 0;
}

.botcrawl-contribute__form label {
	display: block;
	margin-bottom: 7px;
}

.botcrawl-contribute__form label span,
.botcrawl-contribute__required {
	font-weight: 500;
	color: #5c6369;
}

.botcrawl-contribute__required {
	font-size: .84em;
}

.botcrawl-contribute__required::before {
	content: "(";
}

.botcrawl-contribute__required::after {
	content: ")";
}

.botcrawl-contribute__form input:not([type="checkbox"]),
.botcrawl-contribute__form select,
.botcrawl-contribute__form textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid #7f8a91;
	border-radius: 8px;
	background: #fff;
	color: #17191c;
	font: inherit;
}

.botcrawl-contribute__form textarea {
	min-height: 120px;
	resize: vertical;
}

.botcrawl-contribute__form input:not([type="checkbox"]):focus,
.botcrawl-contribute__form select:focus,
.botcrawl-contribute__form textarea:focus {
	border-color: #17191c;
	box-shadow: 0 0 0 1px #17191c;
}

.botcrawl-contribute__form [aria-invalid="true"] {
	border-color: #b91c1c;
	box-shadow: 0 0 0 1px #b91c1c;
}

.botcrawl-contribute__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.botcrawl-contribute__record-fields {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 18px;
	border: 1px solid #cfd5d9;
	border-radius: 10px;
}

.botcrawl-contribute__record-fields legend {
	padding: 0 7px;
	font-weight: 800;
}

.botcrawl-contribute__help {
	display: block;
	margin-top: 6px;
	color: #5c6369;
	font-size: .9rem;
	line-height: 1.45;
}

.botcrawl-contribute__consent {
	padding: 14px 16px;
	border: 1px solid #d5dade;
	border-radius: 9px;
	background: #f7f8f9;
}

.botcrawl-contribute__consent label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 0;
}

.botcrawl-contribute__consent input {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 3px;
}

.botcrawl-contribute__error {
	display: block;
	margin-top: 6px;
	color: #9f1d1d;
	font-size: .92rem;
	font-weight: 700;
}

.botcrawl-submission-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.botcrawl-submission-notice {
	display: grid;
	gap: 5px;
	margin: 0 0 18px;
	padding: 14px 16px;
	border-left: 4px solid #15803d;
	background: #f0fdf4;
}

.botcrawl-submission-notice--error {
	border-color: #b91c1c;
	background: #fef2f2;
}

.botcrawl-submission-notice:focus {
	outline: 3px solid #111;
	outline-offset: 3px;
}

.botcrawl-submission-notice ul {
	margin: 7px 0 0;
	padding-left: 1.25rem;
}

.botcrawl-submission-notice a {
	color: inherit;
	font-weight: 700;
}

.botcrawl-contribute__choices {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
	margin-top: 24px;
}

.botcrawl-contribute__choice {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	gap: 12px;
	align-items: start;
	height: 100%;
	padding: 24px;
	border: 1px solid #cfd5d9;
	border-radius: 12px;
	background: #fff;
}

.botcrawl-contribute__choice h2 {
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.3;
}

.botcrawl-contribute__choice p {
	margin: 0;
	color: #50575e;
	line-height: 1.55;
}

.botcrawl-contribute__choice > .botcrawl-submission-link,
.botcrawl-contribute__choice-links {
	align-self: end;
	margin-top: 4px;
}

.botcrawl-contribute__choice-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	width: 100%;
}

.botcrawl-contribute__choice-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 8px 12px;
	border: 1px solid #8a949b;
	border-radius: 7px;
	color: #17191c;
	text-decoration: none;
	text-decoration-line: none;
	font-weight: 700;
	transition: background-color .16s ease, color .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.botcrawl-contribute__choice-links a:visited {
	color: #17191c;
}

.botcrawl-contribute__choice-links a:hover {
	border-color: #17191c;
	background: #f4f6f7;
	color: #17191c;
}

.botcrawl-contribute__support {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(20px, 3vw, 34px);
	align-items: center;
	margin-top: clamp(30px, 4vw, 42px);
	padding: calc(clamp(22px, 3vw, 30px) + .59rem) clamp(22px, 3vw, 30px);
	border: 1px solid #cfd5d9;
	border-radius: 12px;
	background: #f6f8f7;
}

.botcrawl-contribute__support-copy {
	max-width: 760px;
}

.botcrawl-contribute__support h2 {
	margin: 0 0 8px;
	font-size: clamp(1.18rem, 2vw, 1.48rem);
	line-height: 1.25;
}

.botcrawl-contribute__support p {
	margin: 0;
	color: #50575e;
	line-height: 1.55;
}

.botcrawl-contribute__support-note {
	margin-top: 8px !important;
	font-size: .86rem;
}

.botcrawl-contribute__support-link {
	white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
	.botcrawl-contribute__choice-links a {
		transition: none;
	}
}

@media (max-width: 680px) {
	.botcrawl-contribute__grid,
	.botcrawl-contribute__choices {
		grid-template-columns: minmax(0, 1fr);
	}

	.botcrawl-contribute__choice,
	.botcrawl-contribute__record-fields {
		padding: 18px;
	}

	.botcrawl-submission-button {
		width: 100%;
	}

	.botcrawl-contribute__choice-links {
		width: 100%;
	}

	.botcrawl-contribute__choice-links a {
		flex: 1 1 auto;
		justify-content: center;
	}

	.botcrawl-contribute__support {
		grid-template-columns: minmax(0, 1fr);
		padding: calc(20px + .59rem) 20px;
	}

	.botcrawl-contribute__support-link {
		width: 100%;
		white-space: normal;
	}
}
