.innerg-mt-elementor-auth .innerg-auth__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	text-decoration: none;
}

.innerg-mt-elementor-auth__intro,
.innerg-mt-elementor-auth__required {
	margin: 0 0 1.25rem;
}

.innerg-mt-elementor-auth .innerg-auth__pw-toggle {
	font: inherit;
}

.innerg-mt-elementor-account__empty {
	max-width: 46rem;
	margin: 0 auto;
	padding: clamp(2rem, 6vw, 5rem);
	text-align: center;
}

.innerg-mt-elementor-account__empty .innerg-profile__btn-solid {
	display: inline-flex;
	margin-top: 1.5rem;
	text-decoration: none;
}

.innerg-mt-elementor-account__empty .innerg-mt-auth-actions {
	justify-content: center;
	align-items: stretch;
}

.innerg-mt-elementor-account__empty .innerg-mt-auth-actions > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 14rem;
	min-height: 3.25rem;
	margin-top: 0;
	text-align: center;
}

@media (max-width: 640px) {
	.innerg-mt-elementor-account__empty .innerg-mt-auth-actions > a {
		flex: 1 1 100%;
		width: 100%;
	}
}

.innerg-mt-core-profile-bridge .innerg-profile__avatar {
	overflow: hidden;
}

.innerg-mt-core-profile-bridge .innerg-profile__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
}

.innerg-mt-account-activity__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.innerg-mt-account-activity__card {
	padding: 1.25rem;
	border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
}

.innerg-mt-account-activity__card h3 {
	margin: 0 0 .75rem;
}

.innerg-mt-account-activity__card p,
.innerg-mt-account-activity__card ul {
	margin: 0;
}

.innerg-mt-account-activity__card ul {
	padding: 0;
	list-style: none;
}

.innerg-mt-account-activity__card li {
	display: grid;
	gap: .25rem;
	padding: .75rem 0;
	border-top: 1px solid color-mix(in srgb, currentColor 10%, transparent);
}

.innerg-mt-account-activity__card li:first-child {
	padding-top: 0;
	border-top: 0;
}

.innerg-mt-account-activity__card span {
	opacity: .72;
}

.innerg-mt-credits-card {
	margin-top: 1rem;
	padding: 1.5rem;
	color: var( --foreground );
	background: var( --secondary );
	border: 1px solid var( --border );
	border-inline-start: 3px solid var( --accent );
}

.innerg-mt-credits-card h3 {
	font-family: var( --font-serif );
	font-size: 1.25rem;
	font-weight: 500;
	margin: 0 0 1rem;
}

.innerg-mt-credits-card p,
.innerg-mt-credits-card ul {
	margin: 0;
}

.innerg-mt-credits-card ul {
	padding: 0;
	list-style: none;
}

.innerg-mt-credits-card li {
	display: grid;
	gap: .25rem;
	padding-block: .75rem;
	border-block-start: 1px solid var( --border );
}

.innerg-mt-credits-card li:first-child {
	padding-block-start: 0;
	border-block-start: 0;
}

.innerg-mt-credits-card span {
	font-size: .6875rem;
	color: var( --muted-foreground );
}

@media (max-width: 767px) {
	.innerg-mt-account-activity__grid {
		grid-template-columns: 1fr;
	}
}

.innerg-mt-elementor-account__zero-state {
	margin: 0;
	padding: 1rem 0;
}

.innerg-mt-documents__empty,
.innerg-mt-documents__feedback {
	margin: 1rem 0 0;
	font-size: 0.8125rem;
	color: var( --muted-foreground );
}

.innerg-mt-documents__list {
	display: grid;
	gap: 1px;
	background: var( --border );
}

.innerg-mt-documents__item {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	padding: 1.25rem;
	background: var( --background );
}

.innerg-mt-documents__name {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 600;
}

.innerg-mt-documents__status {
	margin: 0.25rem 0 0;
	font-size: 0.6875rem;
	color: var( --muted-foreground );
}

.innerg-mt-documents__badge {
	padding: 0.25rem 0.75rem;
	font-size: 0.625rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.innerg-mt-documents__badge.is-signed {
	background: var( --accent );
	color: #fff;
}

.innerg-mt-documents__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

.innerg-mt-documents__confirm {
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
	max-width: 22rem;
	font-size: 0.6875rem;
	color: var( --muted-foreground );
}

.innerg-mt-documents__agreements {
	margin-top: 1.5rem;
}

.innerg-mt-documents__agreement-heading {
	margin: 0 0 0.75rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.innerg-mt-documents__agreement {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
	border: 1px solid var( --border );
}

.innerg-mt-documents__agreement + .innerg-mt-documents__agreement {
	margin-top: 0.5rem;
}

.innerg-mt-documents__agreement .innerg-mt-documents__actions {
	align-items: flex-end;
	flex-direction: column;
}

.innerg-mt-complete-profile {
	margin-top: 2rem;
}

.innerg-mt-complete-profile__modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	overflow: auto;
	padding: clamp(1rem, 4vw, 3rem);
	background: rgb(43 41 26 / 78%);
	overscroll-behavior: contain;
}

.innerg-mt-complete-profile__dialog {
	width: min(100%, 76rem);
	min-height: min-content;
	margin: auto;
	background: var( --background );
	border: 1px solid var( --border );
	box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 28%);
}

.innerg-mt-complete-profile__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: flex-start;
	padding: 2rem clamp(1.25rem, 4vw, 3rem);
}

.innerg-mt-complete-profile__header .innerg-profile__name {
	margin-block-end: 0;
}

.innerg-mt-complete-profile__header .innerg-profile__eyebrow {
	color: var( --accent );
}

.innerg-mt-complete-profile__header .innerg-profile__edit-trigger {
	flex: 0 0 auto;
}

html.innerg-mt-profile-modal-open {
	overflow: hidden;
}

.innerg-mt-complete-profile__dialog .innerg-mt-profile-form--core {
	max-width: none;
	gap: 0;
	padding: clamp(1.25rem, 4vw, 3rem);
	font-family: inherit;
	color: var( --foreground );
}

.innerg-mt-profile-form--core .innerg-mt-front-notice {
	margin: 0 0 1.5rem;
	border-radius: 0;
	font: inherit;
}

.innerg-mt-profile-form--core .innerg-mt-profile-section {
	margin: 0 0 2.5rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.innerg-mt-profile-form--core .innerg-mt-profile-section h3 {
	margin: 0 0 1rem;
	font-family: var( --font-serif );
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.2;
	color: var( --foreground );
}

.innerg-mt-profile-form--core .innerg-mt-form-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1px;
	margin: 0;
	background: var( --border );
}

@media ( min-width: 640px ) {
	.innerg-mt-profile-form--core .innerg-mt-form-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.innerg-mt-profile-form--core .innerg-mt-form-grid label {
	display: block;
	min-width: 0;
	margin: 0;
	padding: 1.25rem;
	border: 0;
	border-radius: 0;
	background: var( --background );
	color: var( --foreground );
}

.innerg-mt-profile-form--core .innerg-mt-form-grid label span {
	display: block;
	margin: 0 0 0.5rem;
	font-family: inherit;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.3;
	text-transform: uppercase;
	color: var( --muted-foreground );
}

.innerg-mt-profile-form--core .innerg-mt-form-grid input,
.innerg-mt-profile-form--core .innerg-mt-form-grid select,
.innerg-mt-profile-form--core .innerg-profile__field-input {
	width: 100%;
	min-height: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0.5rem 0.75rem;
	border: 1px solid var( --border );
	border-radius: 0;
	background: var( --secondary );
	color: var( --foreground );
	font: inherit;
	font-size: 0.875rem;
	line-height: 1.4;
}

.innerg-mt-profile-form--core .innerg-mt-form-grid input:focus,
.innerg-mt-profile-form--core .innerg-mt-form-grid select:focus {
	outline: 0;
	border-color: var( --brand-dark, #2b291a );
}

.innerg-mt-profile-form--core .innerg-mt-profile-image-row {
	gap: 1.25rem;
	padding: 1.5rem;
	background: var( --secondary );
}

.innerg-mt-profile-form--core .innerg-mt-profile-avatar {
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background: var( --brand-dark, #2b291a );
	color: var( --background );
	font-family: var( --font-serif );
	font-size: 1.5rem;
}

.innerg-mt-profile-form--core .innerg-mt-profile-image-fields label,
.innerg-mt-profile-form--core .innerg-mt-profile-image-fields label span {
	font: inherit;
	color: var( --foreground );
}

.innerg-mt-profile-form--core .innerg-mt-profile-image-fields label span {
	display: block;
	margin-block-end: 0.5rem;
	font-size: 0.625rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var( --muted-foreground );
}

.innerg-mt-profile-form--core .innerg-mt-profile-image-fields input[type="file"] {
	margin: 0;
	font: inherit;
	font-size: 0.75rem;
}

.innerg-mt-profile-form--core .innerg-mt-auth-help {
	margin: 0.75rem 0 0 !important;
	font-size: 0.6875rem;
	line-height: 1.5;
	color: var( --muted-foreground );
}

.innerg-mt-profile-form--core .innerg-mt-pref-grid {
	gap: 1px;
	margin: 0;
	background: var( --border );
}

.innerg-mt-profile-form--core .innerg-mt-pref-option {
	padding: 1rem 1.25rem;
	border: 0;
	border-radius: 0;
	background: var( --background );
	font-size: 0.8125rem;
	color: var( --foreground );
}

.innerg-mt-profile-form--core .innerg-mt-button,
.innerg-mt-profile-form--core .innerg-mt-auth-actions .innerg-mt-button {
	min-height: 0;
	padding: 0.625rem 1.25rem;
	border: 1px solid var( --brand-dark, #2b291a );
	border-radius: 0;
	background: var( --brand-dark, #2b291a );
	box-shadow: none;
	color: var( --background );
	font: inherit;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-transform: uppercase;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.innerg-mt-profile-form--core .innerg-mt-button:hover,
.innerg-mt-profile-form--core .innerg-mt-button:focus {
	transform: none;
	box-shadow: none;
	background: var( --accent );
	border-color: var( --accent );
}

@media (max-width: 639px) {
	.innerg-mt-complete-profile__modal { padding: 0; }
	.innerg-mt-complete-profile__dialog { min-height: 100svh; border: 0; }
	.innerg-mt-complete-profile__header { padding: 1.5rem 1.25rem; }
	.innerg-mt-complete-profile__header .innerg-profile__name { font-size: 1.625rem; }
	.innerg-mt-complete-profile__header .innerg-profile__edit-trigger { padding: 0.625rem 0.75rem; }
	.innerg-mt-complete-profile__dialog .innerg-mt-profile-form--core { padding: 1.5rem 1.25rem; }
	.innerg-mt-profile-form--core .innerg-mt-profile-image-row { align-items: flex-start; padding: 1.25rem; }
}

.innerg-mt-elementor-account__list {
	margin: 0;
	padding-left: 1.25rem;
}

.innerg-mt-elementor-account .innerg-mt-profile-form,
.innerg-mt-elementor-account .innerg-mt-security-form {
	max-width: none;
}

.innerg-mt-elementor-account .innerg-mt-profile-section {
	border-top: 1px solid var(--border, #dcd6c8);
	padding-block: 1.5rem;
}

.innerg-mt-elementor-account__summaries .innerg-mt-summary-stack {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
	gap: 1rem;
}

/* Keep the live Elementor auth actions consistent with the site button system. */
.innerg-mt-elementor-auth .innerg-auth__submit,
.innerg-mt-elementor-auth .innerg-auth__footer .innerg-auth__tab-link {
	box-sizing: border-box;
	border: 1px solid var(--foreground);
	border-radius: 0;
	background: transparent;
	color: var(--foreground);
	font-family: var(--font-sans);
	font-weight: 700;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.innerg-mt-elementor-auth .innerg-auth__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	width: 100%;
	padding: 0 1.125rem;
}

.innerg-mt-elementor-auth .innerg-auth__footer .innerg-auth__tab-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0 1.125rem;
	font: inherit;
	cursor: pointer;
}

.innerg-mt-elementor-auth .innerg-auth__submit:hover,
.innerg-mt-elementor-auth .innerg-auth__submit:focus-visible,
.innerg-mt-elementor-auth .innerg-auth__footer .innerg-auth__tab-link:hover,
.innerg-mt-elementor-auth .innerg-auth__footer .innerg-auth__tab-link:focus-visible {
	border-color: var(--foreground);
	background: var(--foreground);
	color: var(--background);
}

@media (max-width: 640px) {
	.innerg-mt-elementor-auth .innerg-auth__footer {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0.75rem;
	}

	.innerg-mt-elementor-auth .innerg-auth__submit,
	.innerg-mt-elementor-auth .innerg-auth__footer .innerg-auth__tab-link {
		width: 100%;
		max-width: 22rem;
		margin-inline: auto;
	}
}

/* Present the two sign-in actions as one coherent responsive action group. */
.innerg-mt-elementor-auth .innerg-auth__form-panel[data-innerg-mt-auth-panel="signin"] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 1rem;
}

.innerg-mt-elementor-auth .innerg-auth__form-panel[data-innerg-mt-auth-panel="signin"] > .innerg-auth__eyebrow,
.innerg-mt-elementor-auth .innerg-auth__form-panel[data-innerg-mt-auth-panel="signin"] > .innerg-auth__heading,
.innerg-mt-elementor-auth .innerg-auth__form-panel[data-innerg-mt-auth-panel="signin"] > .innerg-mt-elementor-auth__intro {
	grid-column: 1 / -1;
}

.innerg-mt-elementor-auth .innerg-auth__form-panel[data-innerg-mt-auth-panel="signin"] .innerg-auth__submit,
.innerg-mt-elementor-auth .innerg-auth__form-panel[data-innerg-mt-auth-panel="signin"] .innerg-auth__footer,
.innerg-mt-elementor-auth .innerg-auth__form-panel[data-innerg-mt-auth-panel="signin"] .innerg-auth__footer .innerg-auth__tab-link {
	width: 100%;
	max-width: none;
	min-height: 3rem;
	margin: 0;
	font-family: var(--font-sans);
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.2;
}

.innerg-mt-elementor-auth .innerg-auth__form-panel[data-innerg-mt-auth-panel="signin"] .innerg-auth__footer {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 0;
}

.innerg-mt-elementor-auth .innerg-auth__form-panel[data-innerg-mt-auth-panel="signin"] .innerg-auth__footer .innerg-auth__tab-link {
	border-color: var(--accent);
	color: var(--accent);
	font-size: 0.75rem;
}

.innerg-mt-elementor-auth .innerg-auth__form-panel[data-innerg-mt-auth-panel="signin"] .innerg-auth__footer .innerg-auth__tab-link:hover,
.innerg-mt-elementor-auth .innerg-auth__form-panel[data-innerg-mt-auth-panel="signin"] .innerg-auth__footer .innerg-auth__tab-link:focus-visible {
	border-color: var(--accent);
	background: var(--accent);
	color: var(--background);
}

@media (max-width: 640px) {
	.innerg-mt-elementor-auth .innerg-auth__form-panel[data-innerg-mt-auth-panel="signin"] {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 0.75rem;
	}

	.innerg-mt-elementor-auth .innerg-auth__form-panel[data-innerg-mt-auth-panel="signin"] > .innerg-auth__eyebrow,
	.innerg-mt-elementor-auth .innerg-auth__form-panel[data-innerg-mt-auth-panel="signin"] > .innerg-auth__heading,
	.innerg-mt-elementor-auth .innerg-auth__form-panel[data-innerg-mt-auth-panel="signin"] > .innerg-mt-elementor-auth__intro {
		grid-column: auto;
	}

	.innerg-mt-elementor-auth .innerg-auth__form-panel[data-innerg-mt-auth-panel="signin"] .innerg-auth__submit,
	.innerg-mt-elementor-auth .innerg-auth__form-panel[data-innerg-mt-auth-panel="signin"] .innerg-auth__footer {
		grid-column: auto;
	}
}
