.anmka-cvg {
	--anmka-primary: #36195d;
	--anmka-primary-dark: #2a1348;
	--anmka-accent: #c9a227;
	--anmka-success: #0f7b3a;
	--anmka-error: #b42318;
	--anmka-border: #e7e0f0;
	--anmka-bg: #faf8fc;
	--anmka-text: #1f1633;
	--anmka-muted: #6b6280;
	max-width: 760px;
	margin: 2rem auto;
	padding: 0 1rem;
	font-family: inherit;
	color: var(--anmka-text);
}

.anmka-cvg__card {
	background: #fff;
	border: 1px solid var(--anmka-border);
	border-radius: 18px;
	box-shadow: 0 18px 50px rgba(54, 25, 93, 0.08);
	overflow: hidden;
}

.anmka-cvg__header {
	padding: 2rem 2rem 1.25rem;
	background: linear-gradient(135deg, var(--anmka-primary) 0%, var(--anmka-primary-dark) 100%);
	color: #fff;
}

.anmka-cvg__badge {
	display: inline-block;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 0.75rem;
}

.anmka-cvg__title {
	margin: 0 0 0.5rem;
	font-size: 1.75rem;
	line-height: 1.2;
	color: #fff;
}

.anmka-cvg__description {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.6;
}

.anmka-cvg__form {
	padding: 1.5rem 2rem 0;
}

.anmka-cvg__label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 600;
}

.anmka-cvg__input {
	width: 100%;
	padding: 0.95rem 1rem;
	border: 1px solid var(--anmka-border);
	border-radius: 12px;
	font-size: 1rem;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	box-sizing: border-box;
}

.anmka-cvg__input:focus {
	outline: none;
	border-color: var(--anmka-primary);
	box-shadow: 0 0 0 4px rgba(54, 25, 93, 0.12);
}

.anmka-cvg__button {
	width: 100%;
	margin-top: 1rem;
	padding: 0.95rem 1.25rem;
	border: 0;
	border-radius: 12px;
	background: var(--anmka-accent);
	color: #1f1633;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.15s ease, opacity 0.15s ease;
}

.anmka-cvg__button:hover {
	opacity: 0.92;
	transform: translateY(-1px);
}

.anmka-cvg__button:disabled {
	opacity: 0.65;
	cursor: wait;
	transform: none;
}

.anmka-cvg__message,
.anmka-cvg__not-found {
	padding: 0 2rem 2rem;
}

.anmka-cvg__message--hidden,
.anmka-cvg__not-found--hidden {
	display: none;
}

.anmka-cvg__message {
	margin-top: 1rem;
	padding-top: 0;
	color: var(--anmka-muted);
}

.anmka-cvg__message--error {
	color: var(--anmka-error);
}

.anmka-cvg__not-found {
	text-align: center;
}

.anmka-cvg__not-found h3 {
	margin: 0;
	font-size: 1.25rem;
}

.anmka-cvg__not-found-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin: 1.5rem auto 1rem;
	border-radius: 50%;
	background: rgba(180, 35, 24, 0.1);
	color: var(--anmka-error);
	font-size: 1.5rem;
	font-weight: 700;
}

.anmka-cvg__not-found p {
	margin: 0.5rem 0 0;
	color: var(--anmka-muted);
	line-height: 1.6;
}

@media (max-width: 640px) {
	.anmka-cvg__header,
	.anmka-cvg__form,
	.anmka-cvg__message,
	.anmka-cvg__not-found {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}
