.rmx-report-form-wrap,
.rmx-report-success {
	width: min(100% - 32px, 920px);
	margin: 36px auto;
	color: #ffffff;
	font-family: "Syne", sans-serif;
}

.rmx-report-form__eyebrow,
.rmx-report-success__eyebrow {
	margin: 0 0 8px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rmx-report-form-wrap h1,
.rmx-report-success h1 {
	margin: 0 0 12px;
	color: #ffffff;
	font-size: clamp(2rem, 6vw, 4rem);
	font-weight: 800;
	line-height: 1.04;
}

.rmx-report-form__intro,
.rmx-report-success p {
	max-width: 72ch;
	margin: 0 0 22px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 1rem;
	line-height: 1.7;
}

.rmx-report-form {
	position: relative;
	display: grid;
	gap: 14px;
	padding: 18px;
	background: #090909;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
}

.rmx-report-form label {
	display: grid;
	gap: 6px;
}

.rmx-report-form__website {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.rmx-report-form label span {
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.2;
}

.rmx-report-form label small {
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.72rem;
	font-weight: 500;
	line-height: 1.45;
}

.rmx-report-form input,
.rmx-report-form textarea {
	width: 100%;
	min-height: 42px;
	box-sizing: border-box;
	padding: 11px 12px;
	color: #ffffff;
	background: #050505;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	font: 500 0.9rem/1.4 "Syne", sans-serif;
}

.rmx-report-form textarea {
	min-height: 156px;
	resize: vertical;
}

.rmx-report-form__captcha {
	min-height: 78px;
}

.rmx-report-form.has-captcha-error .rmx-report-form__captcha {
	padding: 8px;
	border: 1px solid #ef4444;
	border-radius: 8px;
}

.rmx-report-form button[type="submit"],
.rmx-report-success__home {
	justify-self: start;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 11px 16px;
	color: #000000;
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 8px;
	font: 700 0.84rem/1.1 "Syne", sans-serif;
	text-decoration: none;
	cursor: pointer;
}

.rmx-report-success {
	text-align: center;
}

.rmx-report-success p,
.rmx-report-success dl {
	margin-inline: auto;
}

.rmx-report-success__mark {
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	margin: 0 auto 18px;
	background: #ffffff;
	border-radius: 50%;
}

.rmx-report-success__mark span {
	width: 34px;
	height: 18px;
	border-left: 5px solid #000000;
	border-bottom: 5px solid #000000;
	transform: rotate(-45deg) translate(2px, -2px);
}

.rmx-report-success__token {
	width: min(100%, 520px);
	margin: 20px auto;
	padding: 16px;
	background: #111111;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
}

.rmx-report-success__token span {
	display: block;
	margin-bottom: 6px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rmx-report-success__token strong {
	font-size: clamp(1.1rem, 4vw, 1.8rem);
	font-weight: 800;
	line-height: 1.15;
}

.rmx-report-success dl {
	display: grid;
	gap: 8px;
	width: min(100%, 520px);
	margin-bottom: 20px;
	text-align: left;
}

.rmx-report-success dl div {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 12px;
	padding: 10px;
	background: #111111;
	border-radius: 8px;
}

.rmx-report-success dt {
	color: rgba(255, 255, 255, 0.58);
	font-weight: 700;
}

.rmx-report-success dd {
	margin: 0;
	color: #ffffff;
	font-weight: 600;
}

.rmx-submission-loading {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: grid;
	place-items: center;
	padding: 20px;
	background: rgba(0, 0, 0, 0.72);
	backdrop-filter: blur(8px);
	pointer-events: auto;
}

.rmx-submission-loading[hidden] {
	display: none;
}

.rmx-submission-loading__panel {
	display: grid;
	justify-items: center;
	gap: 12px;
	width: min(92vw, 360px);
	padding: 28px 24px;
	color: #ffffff;
	background: #111111;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
	text-align: center;
}

.rmx-submission-loading__disc {
	position: relative;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background:
		radial-gradient(circle at center, #111111 0 10px, #ffffff 11px 13px, transparent 14px),
		conic-gradient(from 30deg, #ffffff, #7d7d7d, #ffffff, #222222, #ffffff);
	animation: rmx-report-spin 1.1s linear infinite;
}

.rmx-submission-loading__disc::after {
	content: "";
	position: absolute;
	inset: 23px;
	border-radius: 50%;
	background: #111111;
	border: 2px solid rgba(255, 255, 255, 0.75);
}

.rmx-submission-loading__bars {
	display: inline-flex;
	align-items: end;
	gap: 4px;
	height: 22px;
}

.rmx-submission-loading__bars i {
	display: block;
	width: 4px;
	height: 10px;
	background: #ffffff;
	border-radius: 999px;
	animation: rmx-report-bars 0.78s ease-in-out infinite;
}

.rmx-submission-loading__bars i:nth-child(2) {
	animation-delay: 0.1s;
}

.rmx-submission-loading__bars i:nth-child(3) {
	animation-delay: 0.2s;
}

.rmx-submission-loading__bars i:nth-child(4) {
	animation-delay: 0.3s;
}

.rmx-submission-loading__panel strong {
	font-size: clamp(1rem, 2.2vw, 1.18rem);
	line-height: 1.25;
}

.rmx-submission-loading__panel small {
	margin: 0;
	max-width: 26ch;
	color: #bdbdbd;
}

@keyframes rmx-report-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes rmx-report-bars {
	0%,
	100% {
		height: 8px;
		opacity: 0.58;
	}

	50% {
		height: 22px;
		opacity: 1;
	}
}

@media (max-width: 620px) {
	.rmx-report-form-wrap,
	.rmx-report-success {
		width: min(100% - 24px, 920px);
	}

	.rmx-report-form {
		padding: 12px;
	}

	.rmx-report-success dl div {
		grid-template-columns: 1fr;
		gap: 4px;
	}
}
