
/* Shortcode [cc_ra_alta_usuario] */
.cc-ra-user-create .cc-ra-user-create-card {
	width: 100%;
	max-width: var(--cc-ra-form-max-width, min(100%, var(--cc-ra-content-max-width, 720px)));
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding: clamp(22px, 3vw, 34px);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.88)),
		radial-gradient(circle at top right, rgba(34, 197, 94, 0.13), transparent 34%);
}

.cc-ra-user-create .cc-ra-user-create-title {
	margin: 0 0 0.35rem;
	font-size: clamp(1.45rem, 3vw, 2.1rem);
	font-weight: 850;
	letter-spacing: -0.04em;
}

.cc-ra-user-create .cc-ra-user-create-intro {
	margin: 0 0 1rem;
	color: var(--cc-ra-muted, #6e6e73);
	font-size: 0.96rem;
}

.cc-ra-user-create .cc-ra-user-create-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.95rem 1rem;
}

@media (min-width: 640px) {
	.cc-ra-user-create .cc-ra-user-create-grid {
		grid-template-columns: 1fr 1fr;
	}

	.cc-ra-user-create .cc-ra-user-create-field--wide {
		grid-column: 1 / -1;
	}
}

.cc-ra-user-create .cc-ra-user-create-field label {
	display: block;
	font-size: 0.88rem;
	margin-bottom: 0.25rem;
	color: var(--cc-ra-text, #1d1d1f);
}

.cc-ra-user-create .cc-ra-user-create-field input[type="text"],
.cc-ra-user-create .cc-ra-user-create-field input[type="email"],
.cc-ra-user-create .cc-ra-user-create-field select {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	min-height: var(--cc-ra-input-height, 44px);
}

.cc-ra-user-create .cc-ra-user-create-field .cc-ra-generate-password {
	margin-top: 0.5rem;
}

.cc-ra-user-create .cc-ra-user-create-field .description {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.82rem;
}

.cc-ra-user-create .cc-ra-user-create-actions {
	margin-top: 1.25rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: center;
}

.cc-ra-user-create .cc-ra-user-create-result {
	margin-bottom: 1rem;
	padding: 14px 16px;
	border: 1px solid rgba(34, 197, 94, 0.2);
	border-radius: var(--cc-ra-radius-md, 16px);
	background: rgba(34, 197, 94, 0.1);
}

.cc-ra-user-create .cc-ra-user-create-result-list {
	margin: 0.5rem 0 0;
	padding-left: 1.1rem;
	line-height: 1.45;
}

.cc-ra-user-create .cc-ra-user-create-denied {
	margin: 0;
	font-weight: 600;
	color: var(--cc-ra-danger, #ff3b30);
}

.cc-ra-wrap.cc-ra-dashboard .cc-ra-card {
	min-height: 130px;
}
