.mp-form-wrap {
	margin: 0 auto;
	max-width: 820px;
}

.mp-form {
	background: #fff;
	border: 1px solid #d9e4f0;
	border-radius: 18px;
	box-shadow: 0 14px 40px rgba(16, 42, 67, 0.08);
	padding: clamp(24px, 5vw, 44px);
}

.mp-form-step {
	border-bottom: 1px solid #e4ecf4;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.mp-form-step-title {
	color: #102a43;
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	margin: 0 0 20px;
}

.mp-form-section {
	border-bottom: 1px solid #e4ecf4;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.mp-form-section--last {
	border-bottom: 0;
}

.mp-form-section-title {
	color: #102a43;
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	margin: 0 0 10px;
}

.mp-form-section-intro {
	color: #627d98;
	font-size: 0.9rem;
	line-height: 1.6;
	margin: 0 0 20px;
}

.mp-form-help {
	color: #627d98;
	font-size: 0.86rem;
	margin: -8px 0 18px;
}

.mp-dynamic-fields {
	background: #f7faff;
	border: 1px solid #d9e4f0;
	border-radius: 14px;
	margin-top: 16px;
	padding: 22px;
}

.mp-dynamic-fields h3 {
	color: #102a43;
	font-size: 1rem;
	margin: 0 0 18px;
}

.mp-dynamic-fields[hidden] {
	display: none;
}

.mp-form fieldset {
	border: 0;
	margin: 0 0 36px;
	padding: 0;
}

.mp-form legend {
	border-bottom: 1px solid #d9e4f0;
	color: #102a43;
	font-size: 1.25rem;
	font-weight: 800;
	margin-bottom: 24px;
	padding-bottom: 12px;
	width: 100%;
}

.mp-form-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mp-form-compact-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mp-form-additional {
	background: #f8faff;
	border: 1px solid #d9e4f0;
	border-radius: 12px;
	margin: 22px 0;
	padding: 18px;
}

.mp-form-additional summary {
	color: #102a43;
	cursor: pointer;
	font-weight: 800;
}

.mp-form-additional[open] summary {
	margin-bottom: 18px;
}

.mp-field {
	margin: 0;
}

.mp-field--full {
	grid-column: 1 / -1;
}

.mp-field label {
	color: #243b53;
	display: block;
	font-size: 0.9rem;
	font-weight: 750;
	margin-bottom: 7px;
}

.mp-field input:not([type="checkbox"]),
.mp-field select,
.mp-field textarea {
	background: #fbfdff;
	border: 1px solid #bcccdc;
	border-radius: 9px;
	color: #243b53;
	font: inherit;
	padding: 11px 12px;
	width: 100%;
}

.mp-field input:focus,
.mp-field select:focus,
.mp-field textarea:focus {
	border-color: #1769e0;
	box-shadow: 0 0 0 3px rgba(23, 105, 224, 0.13);
	outline: 0;
}

.mp-field small {
	color: #627d98;
	display: block;
	font-size: 0.78rem;
	margin-top: 5px;
}

.mp-checkbox label {
	align-items: flex-start;
	display: flex;
	gap: 9px;
}

.mp-checkbox input {
	margin-top: 5px;
}

.mp-form-actions {
	margin: 0;
}

.mp-notice {
	border-radius: 10px;
	font-weight: 650;
	margin-bottom: 20px;
	padding: 14px 17px;
}

.mp-notice--success {
	background: #e6fcf5;
	border: 1px solid #96f2d7;
	color: #087f5b;
}

.mp-notice--error {
	background: #fff5f5;
	border: 1px solid #ffc9c9;
	color: #c92a2a;
}

.mp-core-opportunity-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mp-opportunity-card {
	background: #fff;
	border: 1px solid #d9e4f0;
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.mp-opportunity-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.mp-opportunity-card-top {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: space-between;
}

.mp-opportunity-type-badge {
	background: #e8f1ff;
	border-radius: 999px;
	color: #1456a0;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.2;
	padding: 7px 10px;
}

.mp-opportunity-card--find-product .mp-opportunity-type-badge,
.mp-opportunity-card--offer-sales-team .mp-opportunity-type-badge,
.mp-opportunity-card--offer-call-center .mp-opportunity-type-badge {
	background: #e8f8f2;
	color: #08775b;
}

.mp-opportunity-card--propose-product .mp-opportunity-type-badge {
	background: #e8f1ff;
	color: #1456a0;
}

.mp-opportunity-card--find-call-center .mp-opportunity-type-badge,
.mp-opportunity-card--find-sales-team .mp-opportunity-type-badge {
	background: #fff1e8;
	color: #a94b10;
}

.mp-opportunity-card--lead-exchange .mp-opportunity-type-badge,
.mp-opportunity-card--appointment-setting .mp-opportunity-type-badge {
	background: #f1ebff;
	color: #6542a6;
}

.mp-catalog-filters {
	background: #fff;
	border: 1px solid #d9e4f0;
	border-radius: 18px;
	box-shadow: 0 12px 30px rgba(16, 42, 67, 0.06);
	margin-bottom: 28px;
	padding: 22px;
}

.mp-catalog-filters__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mp-catalog-filter {
	margin: 0;
}

.mp-catalog-filter label {
	color: #334e68;
	display: block;
	font-size: 0.75rem;
	font-weight: 800;
	margin-bottom: 6px;
}

.mp-catalog-filter input,
.mp-catalog-filter select {
	background: #fff;
	border: 1px solid #cbd8e6;
	border-radius: 10px;
	color: #102a43;
	min-height: 44px;
	padding: 9px 11px;
	width: 100%;
}

.mp-catalog-filter input:focus,
.mp-catalog-filter select:focus {
	border-color: #2458e6;
	box-shadow: 0 0 0 3px rgba(36, 88, 230, 0.12);
	outline: 0;
}

.mp-catalog-filters__actions {
	align-items: center;
	display: flex;
	gap: 16px;
	margin-top: 18px;
}

.mp-catalog-filters__reset {
	font-size: 0.86rem;
	font-weight: 750;
}

.mp-opportunity-card .mp-opportunity-company {
	color: #526d82;
	font-size: 0.82rem;
	font-weight: 700;
	margin: 13px 0 4px;
}

.mp-demo-badge {
	align-self: flex-start;
	background: #fff8db;
	border: 1px solid #f4d76d;
	border-radius: 999px;
	color: #7a5a00;
	display: inline-flex;
	font-size: 0.68rem;
	font-weight: 850;
	margin-bottom: 9px;
	padding: 5px 9px;
}

.mp-opportunity-card-title a {
	color: #102a43;
}

.mp-opportunity-card-description {
	color: #627d98;
}

.mp-opportunity-visual {
	min-height: 130px;
}

.mp-opportunity-commission {
	margin-top: auto;
}

.mp-application-form {
	max-width: 760px;
}

.mp-opportunity-specifics {
	border-top: 1px solid #e4ecf4;
	margin-top: 32px;
	padding-top: 24px;
}

.mp-opportunity-specifics dl > div {
	border-bottom: 1px solid #edf2f7;
	padding: 12px 0;
}

.mp-opportunity-specifics dt {
	color: #526d82;
	font-size: 0.8rem;
	font-weight: 800;
}

.mp-opportunity-specifics dd {
	color: #243b53;
	margin: 4px 0 0;
}

@media (max-width: 960px) {
	.mp-core-opportunity-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mp-catalog-filters__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.mp-form-grid,
	.mp-core-opportunity-grid {
		grid-template-columns: 1fr;
	}

	.mp-catalog-filters__grid {
		grid-template-columns: 1fr;
	}

	.mp-catalog-filters__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.mp-catalog-filters__actions .mp-button {
		width: 100%;
	}

	.mp-form {
		padding: 22px 18px;
	}

	.mp-dynamic-fields {
		padding: 18px;
	}
}

.mp-notice--info {
	background: #eef4ff;
	border: 1px solid #c9d8ff;
	color: #2458e6;
}

.mp-auth {
	margin: 0 auto;
	max-width: 620px;
}

.mp-auth--register {
	max-width: 1040px;
}

.mp-auth-card {
	background: #fff;
	border: 1px solid #e3eaf5;
	border-radius: 20px;
	box-shadow: 0 18px 48px rgba(16, 33, 77, 0.09);
	padding: clamp(24px, 4vw, 42px);
}

.mp-auth-form {
	margin: 0;
}

.mp-auth-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mp-auth-field {
	margin: 0 0 18px;
}

.mp-auth-grid .mp-auth-field {
	margin: 0;
}

.mp-auth-field--full {
	grid-column: 1 / -1;
}

.mp-auth-field label {
	color: #10214d;
	display: block;
	font-size: 0.9rem;
	font-weight: 750;
	margin-bottom: 7px;
}

.mp-auth-field input,
.mp-auth-field select,
.mp-auth-field textarea {
	background: #fbfcff;
	border: 1px solid #cbd6e5;
	border-radius: 10px;
	color: #10214d;
	font: inherit;
	padding: 12px 13px;
	width: 100%;
}

.mp-auth-field input:focus,
.mp-auth-field select:focus,
.mp-auth-field textarea:focus {
	border-color: #2458e6;
	box-shadow: 0 0 0 3px rgba(36, 88, 230, 0.12);
	outline: 0;
}

.mp-auth-field small {
	color: #667085;
	display: block;
	font-size: 0.78rem;
	margin-top: 5px;
}

.mp-account-type-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mp-account-type-card {
	background: #f8faff;
	border: 1px solid #e3eaf5;
	border-radius: 14px;
	color: #667085;
	cursor: pointer;
	display: block;
	font-size: 0.82rem;
	line-height: 1.45;
	min-height: 154px;
	padding: 18px;
	position: relative;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.mp-account-type-card:hover,
.mp-account-type-card.is-selected {
	border-color: #2458e6;
	box-shadow: 0 10px 24px rgba(36, 88, 230, 0.12);
	transform: translateY(-2px);
}

.mp-account-type-card:focus-within {
	box-shadow: 0 0 0 3px rgba(36, 88, 230, 0.18);
	outline: 0;
}

.mp-account-type-card.is-selected {
	background: #eef4ff;
}

.mp-account-type-card input {
	inset: 0;
	opacity: 0;
	position: absolute;
}

.mp-account-type-card-title {
	color: #10214d;
	display: block;
	font-size: 0.92rem;
	font-weight: 800;
	margin-bottom: 9px;
}

.mp-account-subtype-wrap {
	max-width: 680px;
}

.mp-subtype-other-wrap {
	margin-top: 16px;
}

.mp-auth-dynamic-fields {
	background: #f8faff;
	border: 1px solid #e3eaf5;
	border-radius: 14px;
	margin-top: 14px;
	padding: 22px;
}

.mp-auth-dynamic-fields[hidden],
.mp-subtype-other-wrap[hidden] {
	display: none;
}

.mp-auth-dynamic-fields h3 {
	color: #10214d;
	font-size: 1rem;
	margin: 0 0 18px;
}

.mp-auth-consents {
	display: grid;
	gap: 12px;
}

.mp-auth-consents label,
.mp-auth-check {
	align-items: flex-start;
	color: #475467;
	display: flex;
	font-size: 0.9rem;
	gap: 9px;
}

.mp-auth-consents input,
.mp-auth-check input {
	margin-top: 4px;
}

.mp-form-step--last {
	border-bottom: 0;
	padding-bottom: 0;
}

.mp-auth-intro,
.mp-auth-footer {
	color: #667085;
	font-size: 0.9rem;
	line-height: 1.6;
}

.mp-auth-footer {
	margin: 18px 0 0;
	text-align: center;
}

.mp-auth-links {
	display: flex;
	font-size: 0.88rem;
	justify-content: space-between;
	margin-top: 18px;
}

.mp-auth-check {
	margin: 0 0 20px;
}

.mp-dashboard {
	margin: 0 auto;
	max-width: 1180px;
}

.mp-dashboard-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	margin-top: 22px;
}

.mp-dashboard-card {
	background: #fff;
	border: 1px solid #e3eaf5;
	border-radius: 18px;
	box-shadow: 0 14px 36px rgba(16, 33, 77, 0.07);
	padding: 28px;
}

.mp-dashboard-card h2,
.mp-dashboard-card h3 {
	color: #10214d;
	margin-top: 0;
}

.mp-dashboard-card--welcome {
	background: linear-gradient(135deg, #10214d, #1b3678);
	color: #fff;
}

.mp-dashboard-card--welcome h2 {
	color: #fff;
	margin-bottom: 8px;
}

.mp-dashboard-card--welcome p {
	margin-bottom: 0;
	opacity: 0.82;
}

.mp-dashboard-eyebrow {
	color: #ffb0a5;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mp-dashboard-details {
	margin: 0;
}

.mp-dashboard-details > div {
	border-bottom: 1px solid #edf1f7;
	display: grid;
	gap: 12px;
	grid-template-columns: 150px 1fr;
	padding: 12px 0;
}

.mp-dashboard-details dt {
	color: #667085;
	font-size: 0.82rem;
	font-weight: 750;
}

.mp-dashboard-details dd {
	color: #10214d;
	margin: 0;
}

.mp-dashboard-next {
	align-self: start;
}

.mp-dashboard-next-action {
	border-top: 4px solid #ff6a57;
}

.mp-dashboard-next p {
	color: #667085;
	line-height: 1.65;
	margin-bottom: 22px;
}

.mp-dashboard-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.mp-dashboard-logout {
	margin: 20px 0 0;
	text-align: right;
}

.mp-dashboard-stats {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 22px 0;
}

.mp-dashboard-stat {
	background: #fff;
	border: 1px solid #e3eaf5;
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba(16, 33, 77, 0.05);
	display: grid;
	gap: 4px;
	padding: 22px;
}

.mp-dashboard-stat strong {
	color: #10214d;
	font-size: clamp(1.8rem, 4vw, 2.4rem);
	line-height: 1;
}

.mp-dashboard-stat span {
	color: #667085;
	font-size: 0.88rem;
}

.mp-dashboard-section {
	margin-top: 22px;
}

.mp-dashboard-section-heading {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 20px;
}

.mp-dashboard-section-heading h2 {
	color: #10214d;
	font-size: 1.35rem;
	margin: 4px 0 0;
}

.mp-dashboard-table-wrap {
	overflow-x: auto;
}

.mp-dashboard-table {
	border-collapse: collapse;
	min-width: 700px;
	width: 100%;
}

.mp-dashboard-table th,
.mp-dashboard-table td {
	border-bottom: 1px solid #e8edf5;
	padding: 14px 12px;
	text-align: left;
	vertical-align: middle;
}

.mp-dashboard-table th {
	color: #667085;
	font-size: 0.76rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.mp-dashboard-table td {
	color: #344054;
	font-size: 0.9rem;
}

.mp-dashboard-table a {
	font-weight: 750;
}

.mp-admin-status,
.mp-application-status {
	background: #edf3ff;
	border-radius: 999px;
	color: #1648a8;
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 800;
	padding: 5px 10px;
	white-space: nowrap;
}

.mp-application-status--contacted {
	background: #e8f8ef;
	color: #147a43;
}

.mp-application-status--rejected {
	background: #fff0ee;
	color: #b42318;
}

.mp-admin-action-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.mp-dashboard-empty {
	background: #f8faff;
	border-radius: 12px;
	color: #667085;
	margin: 0;
	padding: 18px;
}

.mp-dashboard-recommendations {
	margin-top: 34px;
}

.mp-dashboard-alerts {
	border-top: 4px solid #1f5eff;
}

.mp-admin-alerts .card {
	border-color: #e3eaf5;
	border-radius: 12px;
}

.mp-dashboard-settings {
	scroll-margin-top: 24px;
}

.mp-profile-form,
.mp-preferences-form {
	scroll-margin-top: 24px;
}

.mp-profile-form .mp-dashboard-section-heading,
.mp-preferences-form .mp-dashboard-section-heading {
	margin-bottom: 18px;
}

.mp-profile-fields {
	border-top: 1px solid #e3eaf5;
	margin-top: 26px;
	padding-top: 24px;
}

.mp-profile-fields h3 {
	color: #10214d;
	margin: 0 0 18px;
}

.mp-profile-visibility-setting {
	background: #f8faff;
	border: 1px solid #d9e4f0;
	border-radius: 14px;
	margin-top: 24px;
	padding: 18px 20px;
}

.mp-profile-visibility-setting .mp-auth-check {
	margin: 0;
}

.mp-profile-directory {
	display: grid;
	gap: 28px;
}

.mp-profile-filters {
	align-items: end;
	background: #fff;
	border: 1px solid #e3eaf5;
	border-radius: 18px;
	box-shadow: 0 12px 32px rgba(16, 33, 77, 0.06);
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	padding: 20px;
}

.mp-profile-filters label {
	display: grid;
	gap: 7px;
}

.mp-profile-filters label > span {
	color: #344054;
	font-size: 0.8rem;
	font-weight: 800;
}

.mp-profile-filters input,
.mp-profile-filters select {
	background: #fff;
	border: 1px solid #cfd9e8;
	border-radius: 10px;
	color: #10214d;
	min-height: 44px;
	padding: 9px 11px;
	width: 100%;
}

.mp-profile-filters__actions {
	align-items: center;
	display: flex;
	gap: 12px;
}

.mp-profile-filters__actions a {
	font-size: 0.85rem;
	font-weight: 750;
}

.mp-profile-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mp-profile-card {
	background: #fff;
	border: 1px solid #e3eaf5;
	border-radius: 18px;
	box-shadow: 0 14px 36px rgba(16, 33, 77, 0.07);
	display: flex;
	flex-direction: column;
	gap: 18px;
	min-width: 0;
	padding: 24px;
}

.mp-profile-card__badge {
	background: #edf3ff;
	border-radius: 999px;
	color: #1648a8;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 850;
	padding: 6px 10px;
}

.mp-profile-card__title {
	color: #10214d;
	font-size: 1.25rem;
	line-height: 1.35;
	margin: 14px 0 6px;
}

.mp-profile-card__verified {
	color: #147a43;
	font-size: 0.8rem;
	font-weight: 800;
	margin: 0 0 6px;
}

.mp-profile-card__meta {
	color: #667085;
	font-size: 0.88rem;
	margin: 0;
}

.mp-profile-card__sectors {
	background: #f8faff;
	border-radius: 12px;
	display: grid;
	gap: 4px;
	padding: 13px 14px;
}

.mp-profile-card__sectors strong,
.mp-profile-card__details dt {
	color: #667085;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.mp-profile-card__sectors span,
.mp-profile-card__details dd {
	color: #344054;
	font-size: 0.88rem;
	line-height: 1.55;
}

.mp-profile-card__details {
	display: grid;
	gap: 12px;
	margin: 0;
}

.mp-profile-card__details > div {
	display: grid;
	gap: 3px;
}

.mp-profile-card__details dd {
	margin: 0;
}

.mp-profile-card__actions {
	margin-top: auto;
}

.mp-profile-card__actions .mp-button {
	width: 100%;
}

.mp-profile-contact-form {
	background: #fff;
	border: 1px solid #d9e4f0;
	border-radius: 20px;
	box-shadow: 0 18px 44px rgba(16, 33, 77, 0.09);
	padding: clamp(22px, 4vw, 36px);
	scroll-margin-top: 24px;
}

.mp-profile-contact-form h2 {
	color: #10214d;
	margin: 4px 0 0;
}

.mp-profile-visibility-card {
	border-top: 4px solid #ff6a57;
}

.mp-profile-visibility-card > p {
	color: #667085;
	line-height: 1.6;
}

.mp-profile-visibility-status {
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 850;
	margin: 0 0 8px;
	padding: 6px 10px;
}

.mp-profile-visibility-status--visible {
	background: #e8f8ef;
	color: #147a43 !important;
}

.mp-profile-visibility-status--hidden {
	background: #fff0ee;
	color: #b42318 !important;
}

.mp-preferences-fields {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.mp-preferences-fields fieldset {
	border-top: 1px solid #e3eaf5;
	margin-top: 24px;
	padding-top: 22px;
}

.mp-preference-options,
.mp-preferences-grid,
.mp-form-checkbox-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.mp-preference-card {
	align-items: center;
	background: #f8faff;
	border: 1px solid #d9e4f0;
	border-radius: 12px;
	color: #344054;
	cursor: pointer;
	display: flex;
	gap: 10px;
	min-height: 54px;
	padding: 12px 14px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mp-preference-card:hover,
.mp-preference-card.is-selected {
	background: #edf3ff;
	border-color: #1f5eff;
	box-shadow: 0 8px 20px rgba(31, 94, 255, 0.1);
}

.mp-preference-card input {
	accent-color: #1f5eff;
	flex: 0 0 auto;
}

.mp-alert-toggle {
	align-items: flex-start;
	background: #fff7f5;
	border: 1px solid #ffd5ce;
	border-radius: 14px;
	display: flex;
	gap: 12px;
	padding: 18px;
}

.mp-alert-toggle input {
	accent-color: #ff6a57;
	margin-top: 5px;
}

.mp-alert-toggle span {
	display: grid;
	gap: 4px;
}

.mp-alert-toggle strong {
	color: #10214d;
}

.mp-alert-toggle small {
	color: #667085;
	line-height: 1.5;
}

.mp-alert-settings {
	align-items: center;
	background: #edf3ff;
	border: 1px solid #c9d9ff;
	border-radius: 14px;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-top: 14px;
	padding: 18px 22px;
}

.mp-alert-settings p {
	color: #10214d;
	margin: 0;
}

.mp-onboarding {
	margin-top: 22px;
}

.mp-onboarding-card {
	background: linear-gradient(135deg, #fff7f5, #ffffff);
	border: 1px solid #ffd5ce;
	border-radius: 18px;
	box-shadow: 0 14px 36px rgba(16, 33, 77, 0.07);
	padding: clamp(24px, 4vw, 34px);
}

.mp-onboarding-card h2 {
	color: #10214d;
	margin: 6px 0 10px;
}

.mp-onboarding-card p {
	color: #667085;
	line-height: 1.65;
	margin: 0 0 20px;
	max-width: 760px;
}

.mp-context-cta {
	align-items: center;
	background: #fff;
	border: 1px solid #d9e4f0;
	border-radius: 18px;
	box-shadow: 0 12px 30px rgba(16, 42, 67, 0.06);
	display: flex;
	gap: 28px;
	justify-content: space-between;
	padding: clamp(24px, 4vw, 36px);
}

.mp-context-cta h2 {
	color: #10214d;
	margin: 0 0 8px;
}

.mp-context-cta p {
	color: #667085;
	margin: 0;
}

.mp-context-cta__actions {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 10px;
}

.mp-empty-state--contextual {
	background: #f8faff;
	border: 1px dashed #b9c9dc;
}

.mp-continue-links {
	align-items: center;
	background: #f8faff;
	border: 1px solid #d9e4f0;
	border-radius: 14px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-top: 28px;
	padding: 18px 20px;
}

.mp-continue-links strong {
	color: #10214d;
	width: 100%;
}

.mp-continue-links a {
	font-size: 0.88rem;
	font-weight: 750;
}

.mp-internal-note {
	border-left: 4px solid #1f5eff;
}

.mp-internal-note ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.mp-internal-note li {
	border-bottom: 1px solid #dcdcde;
	padding: 10px 0;
}

.mp-internal-note li p {
	margin: 0 0 5px;
}

@media (max-width: 960px) {
	.mp-account-type-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mp-dashboard-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mp-profile-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.mp-auth-grid,
	.mp-dashboard-grid,
	.mp-form-compact-grid {
		grid-template-columns: 1fr;
	}

	.mp-account-type-grid {
		grid-template-columns: 1fr;
	}

	.mp-account-type-card {
		min-height: 0;
	}

	.mp-auth-card,
	.mp-dashboard-card {
		padding: 22px 18px;
	}

	.mp-auth-links {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.mp-dashboard-details > div {
		grid-template-columns: 1fr;
	}

	.mp-dashboard-stats {
		grid-template-columns: 1fr;
	}

	.mp-profile-grid {
		grid-template-columns: 1fr;
	}

	.mp-profile-filters__actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.mp-profile-filters__actions .mp-button {
		width: 100%;
	}

	.mp-dashboard-section-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.mp-context-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.mp-context-cta__actions,
	.mp-context-cta__actions .mp-button {
		width: 100%;
	}

	.mp-alert-settings {
		align-items: flex-start;
		flex-direction: column;
	}

	.mp-alert-settings .mp-button {
		width: 100%;
	}

	.mp-dashboard-table {
		min-width: 0;
	}

	.mp-dashboard-table thead {
		display: none;
	}

	.mp-dashboard-table,
	.mp-dashboard-table tbody,
	.mp-dashboard-table tr,
	.mp-dashboard-table td {
		display: block;
		width: 100%;
	}

	.mp-dashboard-table tr {
		border-bottom: 1px solid #dfe6f0;
		padding: 10px 0;
	}

	.mp-dashboard-table td {
		border: 0;
		display: grid;
		gap: 12px;
		grid-template-columns: minmax(110px, 0.8fr) 1.2fr;
		padding: 8px 0;
	}

	.mp-dashboard-table td::before {
		color: #667085;
		content: attr(data-label);
		font-size: 0.72rem;
		font-weight: 800;
		letter-spacing: 0.04em;
		text-transform: uppercase;
	}
}
.mp-hp-field {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}
