:root {
	--mmp-ink: #172033;
	--mmp-muted: #667085;
	--mmp-blue: #155eef;
	--mmp-blue-dark: #004eeb;
	--mmp-border: #e3e7ed;
	--mmp-surface: #f6f8fb;
	--mmp-green: #087a37;
	--mmp-orange: #b54708;
	--mmp-red: #b42318;
	--mmp-radius: 1rem;
}

/* Marketplace pages are application workspaces, not narrow editorial posts. */
.mmp-portal-page .content-area {
	padding-block: 0;
}

.mmp-portal-page .content-area > .site-container {
	width: min(calc(100% - 2rem), 92rem);
}

.mmp-portal-page .entry-header {
	display: none;
}

.mmp-portal-page .entry-content,
.mmp-portal-page article.page {
	width: 100%;
	max-width: none;
}

.mmp-portal-page .entry-content > :first-child {
	margin-top: 0;
}

.mmp-onboarding,
.mmp-shell,
.mmp-dashboard,
.mmp-storefront,
.mmp-policy-center {
	width: min(100% - 2rem, 80rem);
	margin: clamp(2rem, 6vw, 5rem) auto;
	color: var(--mmp-ink);
}

.mmp-eyebrow,
.mmp-kicker {
	display: inline-block;
	margin-bottom: 0.65rem;
	color: var(--mmp-blue);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mmp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	min-height: 3rem;
	padding: 0.7rem 1.25rem;
	background: var(--mmp-blue);
	color: #fff;
	border: 1px solid var(--mmp-blue);
	border-radius: 999px;
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
}

.mmp-button:hover {
	background: var(--mmp-blue-dark);
	color: #fff;
}

.mmp-button--secondary {
	background: #fff;
	color: var(--mmp-ink);
	border-color: var(--mmp-border);
}

.mmp-button--secondary:hover {
	background: var(--mmp-surface);
	color: var(--mmp-ink);
}

.mmp-button--wide {
	width: 100%;
}

.mmp-alert {
	grid-column: 1 / -1;
	margin-bottom: 1rem;
	padding: 0.9rem 1rem;
	background: #edf4ff;
	color: #1849a9;
	border: 1px solid #b2ccff;
	border-radius: 0.75rem;
	font-size: 0.88rem;
	font-weight: 700;
}

.mmp-alert--error {
	background: #fef3f2;
	color: var(--mmp-red);
	border-color: #fecdca;
}

.mmp-alert--warning {
	background: #fffaeb;
	color: var(--mmp-orange);
	border-color: #fedf89;
}

/* Seller onboarding. */
.mmp-onboarding {
	display: grid;
	gap: clamp(2rem, 6vw, 5rem);
	align-items: start;
}

.mmp-onboarding__intro {
	padding-top: 1rem;
}

.mmp-onboarding__intro h1,
.mmp-policy-center > header h1,
.mmp-storefront__hero h1 {
	max-width: 14ch;
	margin: 0;
	font-size: clamp(2.65rem, 6vw, 4.6rem);
	font-weight: 850;
	letter-spacing: -0.065em;
	line-height: 0.98;
}

.mmp-onboarding__intro > p,
.mmp-policy-center > header > p {
	max-width: 40rem;
	margin: 1.25rem 0 0;
	color: var(--mmp-muted);
	font-size: 1.05rem;
}

.mmp-onboarding__benefits {
	display: grid;
	gap: 1rem;
	margin-top: 2.25rem;
}

.mmp-onboarding__benefits div {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.15rem 0.85rem;
}

.mmp-onboarding__benefits span {
	grid-row: 1 / 3;
	display: grid;
	place-items: center;
	width: 2.5rem;
	height: 2.5rem;
	background: #e8f0ff;
	color: var(--mmp-blue);
	border-radius: 50%;
	font-size: 0.7rem;
	font-weight: 900;
}

.mmp-onboarding__benefits strong {
	font-size: 0.92rem;
}

.mmp-onboarding__benefits p {
	margin: 0;
	color: var(--mmp-muted);
	font-size: 0.8rem;
}

.mmp-onboarding__signin {
	margin-top: 2rem !important;
	font-size: 0.86rem !important;
}

.mmp-onboarding__form-card {
	padding: clamp(1.25rem, 4vw, 2.25rem);
	background: #fff;
	border: 1px solid var(--mmp-border);
	border-radius: 1.4rem;
	box-shadow: 0 20px 50px rgba(16, 24, 40, 0.1);
}

.mmp-form-heading > span {
	color: var(--mmp-blue);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.mmp-form-heading h2 {
	margin: 0.35rem 0 0;
	font-size: clamp(1.6rem, 4vw, 2.2rem);
	letter-spacing: -0.04em;
}

.mmp-form-heading p {
	margin: 0.4rem 0 0;
	color: var(--mmp-muted);
	font-size: 0.86rem;
}

.mmp-form,
.mmp-form-section,
.mmp-store-form .mmp-form-section {
	display: grid;
	gap: 1.1rem;
}

.mmp-form {
	margin-top: 1.6rem;
}

.mmp-form label,
.mmp-form-section label {
	display: grid;
	gap: 0.4rem;
	margin: 0;
}

.mmp-form label > span,
.mmp-form-section label > span {
	font-size: 0.78rem;
	font-weight: 750;
}

.mmp-form input:not([type="checkbox"]):not([type="file"]),
.mmp-form select,
.mmp-form textarea,
.mmp-form-section input:not([type="checkbox"]):not([type="file"]),
.mmp-form-section select,
.mmp-form-section textarea {
	width: 100%;
	min-height: 3rem;
	padding: 0.7rem 0.85rem;
	background: #fff;
	color: var(--mmp-ink);
	border: 1px solid #cfd6e4;
	border-radius: 0.65rem;
}

.mmp-form textarea,
.mmp-form-section textarea {
	min-height: auto;
	resize: vertical;
}

.mmp-form input:focus,
.mmp-form select:focus,
.mmp-form textarea:focus,
.mmp-form-section input:focus,
.mmp-form-section textarea:focus {
	outline: 3px solid #b2ccff;
	outline-offset: 1px;
	border-color: var(--mmp-blue);
}

.mmp-form small,
.mmp-form-section small {
	color: var(--mmp-muted);
	font-size: 0.7rem;
}

.mmp-field-grid {
	display: grid;
	gap: 1rem;
}

.mmp-checkbox {
	display: flex !important;
	grid-template-columns: auto 1fr;
	align-items: flex-start;
	gap: 0.65rem !important;
	font-size: 0.8rem;
}

.mmp-checkbox input {
	flex: 0 0 auto;
	width: 1.1rem;
	height: 1.1rem;
	margin-top: 0.15rem;
	accent-color: var(--mmp-blue);
}

.mmp-checkbox > span {
	font-weight: 500 !important;
}

.mmp-form-note {
	margin: 0;
	color: var(--mmp-muted);
	font-size: 0.69rem;
	text-align: center;
}

/* Application states. */
.mmp-status-card,
.mmp-application-status {
	max-width: 58rem;
	padding: clamp(2rem, 7vw, 5rem);
	background: linear-gradient(135deg, #f4f8ff, #fff);
	border: 1px solid var(--mmp-border);
	border-radius: 1.5rem;
	text-align: center;
}

.mmp-status-card__icon {
	display: grid;
	place-items: center;
	width: 4rem;
	height: 4rem;
	margin: 0 auto 1.2rem;
	background: #e8f0ff;
	color: var(--mmp-blue);
	border-radius: 50%;
	font-size: 1.5rem;
}

.mmp-status-card h1,
.mmp-application-status h1 {
	margin: 0;
	font-size: clamp(2rem, 6vw, 3.5rem);
	letter-spacing: -0.055em;
}

.mmp-status-card p,
.mmp-application-status > p {
	max-width: 40rem;
	margin: 0.75rem auto 1.5rem;
	color: var(--mmp-muted);
}

.mmp-progress {
	display: grid;
	gap: 1rem;
	margin: 2.5rem 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.mmp-progress li {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.2rem 0.8rem;
	padding: 1rem;
	background: #fff;
	border: 1px solid var(--mmp-border);
	border-radius: 0.8rem;
}

.mmp-progress li > span {
	grid-row: 1 / 3;
	display: grid;
	place-items: center;
	width: 2.2rem;
	height: 2.2rem;
	background: var(--mmp-surface);
	border-radius: 50%;
	font-weight: 800;
}

.mmp-progress .is-complete > span {
	background: #dcfae6;
	color: var(--mmp-green);
}

.mmp-progress .is-current {
	border-color: #84adff;
	box-shadow: 0 0 0 3px #e8f0ff;
}

.mmp-progress .is-current > span {
	background: var(--mmp-blue);
	color: #fff;
}

.mmp-progress small {
	color: var(--mmp-muted);
}

/* Seller dashboard shell. */
.mmp-dashboard {
	position: relative;
	display: grid;
	min-height: 50rem;
	width: 100%;
	max-width: 92rem;
	margin-top: 1.5rem;
	overflow: hidden;
	background: var(--mmp-surface);
	border: 1px solid var(--mmp-border);
	border-radius: 1.25rem;
	box-shadow: 0 18px 50px rgba(16, 24, 40, 0.08);
}

.mmp-dashboard > .mmp-alert {
	position: absolute;
	top: 0.75rem;
	right: 1rem;
	left: 1rem;
	z-index: 10;
}

.mmp-dashboard__mobile-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.8rem 1rem;
	background: #111a2e;
	color: #fff;
}

.mmp-dashboard__mobile-header a,
.mmp-sidebar-toggle {
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
	text-decoration: none;
}

.mmp-sidebar-toggle {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.4rem;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.mmp-dashboard__sidebar {
	display: none;
	padding: 1.2rem;
	background: #111a2e;
	color: #fff;
}

.mmp-dashboard__sidebar.is-open {
	display: block;
}

.mmp-seller-identity {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mmp-seller-identity small,
.mmp-seller-identity strong {
	display: block;
}

.mmp-seller-identity small {
	color: #98a2b3;
	font-size: 0.65rem;
}

.mmp-seller-identity strong {
	max-width: 10rem;
	overflow: hidden;
	font-size: 0.82rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mmp-store-logo {
	display: grid;
	place-items: center;
	overflow: hidden;
	background: #e8f0ff;
	color: var(--mmp-blue);
	border-radius: 0.8rem;
	font-weight: 900;
	object-fit: cover;
}

.mmp-store-logo--small {
	flex: 0 0 auto;
	width: 2.65rem;
	height: 2.65rem;
}

.mmp-store-logo--large {
	width: 6.5rem;
	height: 6.5rem;
	font-size: 2rem;
}

.mmp-dashboard__sidebar nav {
	display: grid;
	gap: 0.25rem;
	margin-top: 1rem;
}

.mmp-dashboard__sidebar nav a {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.7rem 0.8rem;
	color: #c7cfdb;
	border-radius: 0.65rem;
	font-size: 0.8rem;
	font-weight: 700;
	text-decoration: none;
}

.mmp-dashboard__sidebar nav a > span {
	display: grid;
	place-items: center;
	width: 1.35rem;
	font-size: 0.9rem;
}

.mmp-dashboard__sidebar nav a:hover,
.mmp-dashboard__sidebar nav a.is-active {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.mmp-sidebar-footer {
	display: grid;
	gap: 0.5rem;
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mmp-sidebar-footer a {
	color: #98a2b3;
	font-size: 0.72rem;
	text-decoration: none;
}

.mmp-dashboard__content {
	min-width: 0;
	padding: clamp(1rem, 4vw, 2.25rem);
}

.mmp-workspace-heading {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.mmp-workspace-heading h1,
.mmp-workspace-heading h2 {
	margin: 0;
	font-size: clamp(2rem, 6vw, 3.25rem);
	letter-spacing: -0.055em;
	line-height: 1;
}

.mmp-workspace-heading p {
	margin: 0.5rem 0 0;
	color: var(--mmp-muted);
	font-size: 0.86rem;
}

.mmp-metric-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.mmp-metric-grid article {
	min-width: 0;
	padding: 1rem;
	background: #fff;
	border: 1px solid var(--mmp-border);
	border-radius: 0.85rem;
}

.mmp-metric-grid article > span,
.mmp-metric-grid article > strong,
.mmp-metric-grid article > small {
	display: block;
}

.mmp-metric-grid article > span {
	color: var(--mmp-muted);
	font-size: 0.68rem;
	font-weight: 700;
}

.mmp-metric-grid article > strong {
	margin: 0.45rem 0 0.3rem;
	font-size: clamp(1.3rem, 4vw, 2rem);
	letter-spacing: -0.04em;
}

.mmp-metric-grid article > small {
	overflow: hidden;
	color: var(--mmp-muted);
	font-size: 0.62rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mmp-meter {
	height: 0.35rem;
	margin: 0.45rem 0;
	overflow: hidden;
	background: #e7ebf0;
	border-radius: 99px;
}

.mmp-meter i {
	display: block;
	height: 100%;
	background: var(--mmp-blue);
	border-radius: inherit;
}

.mmp-overview-grid {
	display: grid;
	gap: 1rem;
	margin-top: 1rem;
}

.mmp-panel {
	min-width: 0;
	padding: 1rem;
	background: #fff;
	border: 1px solid var(--mmp-border);
	border-radius: 0.9rem;
}

.mmp-panel__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.mmp-panel__heading h2 {
	margin: 0;
	font-size: 1.15rem;
	letter-spacing: -0.03em;
}

.mmp-panel__heading a {
	font-size: 0.72rem;
	font-weight: 800;
	text-decoration: none;
}

.mmp-task-list {
	display: grid;
}

.mmp-task-list > a {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 0.7rem;
	padding: 0.8rem 0;
	color: var(--mmp-ink);
	border-top: 1px solid var(--mmp-border);
	text-decoration: none;
}

.mmp-task-list > a:first-child {
	border-top: 0;
}

.mmp-task-list__icon {
	display: grid;
	place-items: center;
	width: 2.25rem;
	height: 2.25rem;
	background: #edf4ff;
	color: var(--mmp-blue);
	border-radius: 0.6rem;
	font-weight: 900;
}

.mmp-task-list strong,
.mmp-task-list small {
	display: block;
}

.mmp-task-list strong {
	font-size: 0.78rem;
}

.mmp-task-list small {
	margin-top: 0.12rem;
	color: var(--mmp-muted);
	font-size: 0.64rem;
}

.mmp-task-list i {
	font-style: normal;
}

.mmp-finance-notice,
.mmp-privacy-callout {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	margin-top: 1rem;
	padding: 0.9rem 1rem;
	background: #fffaeb;
	color: #7a2e0e;
	border: 1px solid #fedf89;
	border-radius: 0.75rem;
}

.mmp-finance-notice > span,
.mmp-privacy-callout > span {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 1.5rem;
	height: 1.5rem;
	background: #fef0c7;
	border-radius: 50%;
	font-size: 0.75rem;
	font-weight: 900;
}

.mmp-finance-notice strong,
.mmp-finance-notice p,
.mmp-privacy-callout strong,
.mmp-privacy-callout p {
	display: block;
	margin: 0;
}

.mmp-finance-notice p,
.mmp-privacy-callout p {
	font-size: 0.7rem;
}

/* Product and order tables. */
.mmp-filter-tabs {
	display: flex;
	gap: 0.25rem;
	margin-bottom: 0.8rem;
	overflow-x: auto;
}

.mmp-filter-tabs a {
	padding: 0.55rem 0.8rem;
	color: var(--mmp-muted);
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.mmp-filter-tabs a.is-active {
	background: var(--mmp-ink);
	color: #fff;
}

.mmp-table-wrap {
	overflow-x: auto;
	background: #fff;
	border: 1px solid var(--mmp-border);
	border-radius: 0.9rem;
}

.mmp-table {
	width: 100%;
	min-width: 46rem;
	border-collapse: collapse;
}

.mmp-table th,
.mmp-table td {
	padding: 0.75rem;
	border-bottom: 1px solid var(--mmp-border);
	font-size: 0.72rem;
	text-align: left;
	vertical-align: middle;
}

.mmp-table th {
	background: #f9fafb;
	color: var(--mmp-muted);
	font-size: 0.65rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.mmp-table tr:last-child td {
	border-bottom: 0;
}

.mmp-product-cell {
	display: flex;
	align-items: center;
	gap: 0.7rem;
}

.mmp-product-cell img {
	width: 3rem;
	height: 3rem;
	border-radius: 0.5rem;
	object-fit: cover;
}

.mmp-product-cell strong,
.mmp-product-cell small {
	display: block;
}

.mmp-product-cell strong {
	max-width: 15rem;
}

.mmp-product-cell small {
	color: var(--mmp-muted);
	font-size: 0.62rem;
}

.mmp-status {
	display: inline-flex;
	padding: 0.3rem 0.55rem;
	background: #f2f4f7;
	border-radius: 999px;
	font-size: 0.62rem;
	font-weight: 800;
}

.mmp-status--publish {
	background: #dcfae6;
	color: var(--mmp-green);
}

.mmp-status--pending {
	background: #fef0c7;
	color: var(--mmp-orange);
}

.mmp-row-actions {
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

.mmp-row-actions a,
.mmp-row-actions button {
	padding: 0;
	background: transparent;
	color: var(--mmp-blue);
	border: 0;
	font-size: 0.66rem;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.mmp-row-actions form {
	margin: 0;
}

.mmp-empty {
	padding: 2.5rem 1rem;
	color: var(--mmp-muted);
	text-align: center;
}

.mmp-empty > span {
	display: grid;
	place-items: center;
	width: 3rem;
	height: 3rem;
	margin: 0 auto 0.75rem;
	background: var(--mmp-surface);
	color: var(--mmp-blue);
	border-radius: 50%;
	font-size: 1.2rem;
}

.mmp-empty strong {
	display: block;
	color: var(--mmp-ink);
}

.mmp-empty p {
	margin: 0.3rem 0 0;
	font-size: 0.75rem;
}

.mmp-empty--small {
	padding-block: 1.5rem;
}

.mmp-order-list {
	display: grid;
}

.mmp-order-row {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.7rem;
	padding: 0.8rem 0;
	border-top: 1px solid var(--mmp-border);
}

.mmp-order-row:first-child {
	border-top: 0;
}

.mmp-order-row__icon {
	display: grid;
	place-items: center;
	width: 2.25rem;
	height: 2.25rem;
	background: #edf4ff;
	color: var(--mmp-blue);
	border-radius: 0.6rem;
	font-size: 0.75rem;
	font-weight: 900;
}

.mmp-order-row__main,
.mmp-order-row__meta {
	min-width: 0;
}

.mmp-order-row__main strong,
.mmp-order-row__main small,
.mmp-order-row__meta strong,
.mmp-order-row__meta small {
	display: block;
}

.mmp-order-row__main strong,
.mmp-order-row__meta strong {
	font-size: 0.74rem;
}

.mmp-order-row__main small,
.mmp-order-row__meta small {
	overflow: hidden;
	color: var(--mmp-muted);
	font-size: 0.61rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mmp-order-row__meta {
	text-align: right;
}

.mmp-order-row__meta .mmp-status {
	margin-top: 0.35rem;
}

.mmp-order-details {
	grid-column: 1 / -1;
	padding: 0.65rem 0.75rem;
	background: var(--mmp-surface);
	border-radius: 0.65rem;
}

.mmp-order-details summary {
	font-size: 0.7rem;
	font-weight: 800;
	cursor: pointer;
}

.mmp-order-details__grid {
	display: grid;
	gap: 1rem;
	margin-top: 0.9rem;
}

.mmp-order-details__grid strong,
.mmp-order-details__grid address,
.mmp-order-details__grid a {
	display: block;
}

.mmp-order-details__grid strong {
	font-size: 0.7rem;
}

.mmp-order-details__grid address,
.mmp-order-details__grid p,
.mmp-order-details__grid a {
	margin: 0.25rem 0 0;
	color: var(--mmp-muted);
	font-size: 0.68rem;
	font-style: normal;
}

.mmp-fulfillment-form {
	display: grid;
	gap: 0.65rem;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid var(--mmp-border);
}

.mmp-fulfillment-form label {
	display: grid;
	gap: 0.3rem;
}

.mmp-fulfillment-form label span {
	font-size: 0.65rem;
	font-weight: 800;
}

.mmp-fulfillment-form input {
	min-height: 2.75rem;
	padding: 0.65rem 0.75rem;
	background: #fff;
	border: 1px solid #cfd6e4;
	border-radius: 0.55rem;
}

.mmp-privacy-callout {
	margin: 0 0 1rem;
	background: #edf4ff;
	color: #1849a9;
	border-color: #b2ccff;
}

/* Product editor. */
.mmp-product-form {
	display: grid;
	gap: 1rem;
}

.mmp-product-form__main {
	display: grid;
	gap: 1rem;
}

.mmp-form-section {
	padding: clamp(1rem, 3vw, 1.5rem);
	background: #fff;
	border: 1px solid var(--mmp-border);
	border-radius: 0.9rem;
}

.mmp-form-section__heading {
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
	margin-bottom: 0.25rem;
}

.mmp-form-section__heading > span {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 2rem;
	height: 2rem;
	background: #edf4ff;
	color: var(--mmp-blue);
	border-radius: 50%;
	font-size: 0.65rem;
	font-weight: 900;
}

.mmp-form-section__heading h2,
.mmp-publish-card h2 {
	margin: 0;
	font-size: 1.15rem;
	letter-spacing: -0.03em;
}

.mmp-form-section__heading p {
	margin: 0.15rem 0 0;
	color: var(--mmp-muted);
	font-size: 0.7rem;
}

.mmp-upload-grid {
	display: grid;
	gap: 0.75rem;
}

.mmp-file-field {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 10rem;
	padding: 1rem;
	background: var(--mmp-surface);
	border: 1px dashed #98a2b3;
	border-radius: 0.75rem;
	text-align: center;
	cursor: pointer;
}

.mmp-file-field__icon {
	display: grid;
	place-items: center;
	width: 2.5rem;
	height: 2.5rem;
	background: #fff;
	color: var(--mmp-blue);
	border-radius: 50%;
	font-size: 1.1rem !important;
}

.mmp-file-field input,
.mmp-file-button input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
}

.mmp-file-field i {
	color: var(--mmp-blue);
	font-size: 0.7rem;
	font-style: normal;
	font-weight: 800;
}

.mmp-current-image {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.mmp-current-image img {
	width: 5rem;
	height: 5rem;
	border-radius: 0.65rem;
	object-fit: cover;
}

.mmp-current-image span {
	color: var(--mmp-muted);
	font-size: 0.7rem;
}

.mmp-category-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.5rem;
}

.mmp-category-options label {
	display: flex !important;
	align-items: center;
	gap: 0.5rem !important;
	padding: 0.65rem;
	background: var(--mmp-surface);
	border: 1px solid var(--mmp-border);
	border-radius: 0.6rem;
}

.mmp-category-options input {
	accent-color: var(--mmp-blue);
}

.mmp-product-form__aside {
	align-self: start;
}

.mmp-publish-card {
	padding: 1.2rem;
	background: #111a2e;
	color: #fff;
	border-radius: 0.9rem;
}

.mmp-publish-card ul {
	margin: 1rem 0;
	padding: 0;
	color: #c7cfdb;
	font-size: 0.72rem;
	list-style: none;
}

.mmp-publish-card li + li {
	margin-top: 0.5rem;
}

.mmp-publish-card > p {
	margin: 0.7rem 0 0;
	color: #98a2b3;
	font-size: 0.62rem;
	text-align: center;
}

/* Store editor and storefront. */
.mmp-store-form {
	display: grid;
	gap: 1rem;
}

.mmp-store-logo-row {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.mmp-file-button {
	display: inline-flex !important;
	position: relative;
	padding: 0.65rem 0.9rem;
	background: var(--mmp-surface);
	border: 1px solid var(--mmp-border);
	border-radius: 999px;
	font-size: 0.7rem;
	font-weight: 800;
	cursor: pointer;
}

.mmp-store-preview {
	align-self: start;
	padding: 1.5rem;
	background: linear-gradient(145deg, #e8f0ff, #fff);
	border: 1px solid #b2ccff;
	border-radius: 1rem;
}

.mmp-store-preview h2 {
	margin: 1rem 0 0;
	font-size: 1.4rem;
	letter-spacing: -0.04em;
}

.mmp-store-preview p {
	margin: 0.35rem 0;
	color: var(--mmp-muted);
}

.mmp-store-preview small {
	color: var(--mmp-muted);
}

.mmp-storefront__hero {
	display: grid;
	gap: 1.5rem;
	align-items: center;
	padding: clamp(1.5rem, 6vw, 4.5rem);
	background: linear-gradient(135deg, #e8f0ff, #fff);
	border-radius: 1.5rem;
}

.mmp-storefront__hero > div:first-child {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
}

.mmp-verified-mark {
	display: inline-flex;
	padding: 0.35rem 0.6rem;
	background: #dcfae6;
	color: var(--mmp-green);
	border-radius: 999px;
	font-size: 0.62rem;
	font-weight: 800;
}

.mmp-storefront__tagline {
	margin: 0.75rem 0;
	color: var(--mmp-muted);
	font-size: 1rem;
}

.mmp-storefront__hero small {
	color: var(--mmp-muted);
}

.mmp-storefront__story {
	display: grid;
	gap: 1rem;
	max-width: 55rem;
	margin: clamp(2.5rem, 7vw, 5rem) auto;
}

.mmp-storefront__story p {
	color: var(--mmp-muted);
}

.mmp-storefront__products {
	margin-top: clamp(3rem, 8vw, 6rem);
}

.mmp-store-product-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.mmp-store-product-grid article {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--mmp-border);
	border-radius: 0.9rem;
}

.mmp-store-product__image {
	display: block;
	background: var(--mmp-surface);
}

.mmp-store-product__image img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.mmp-store-product-grid article > div {
	padding: 0.9rem;
}

.mmp-store-product-grid h3 {
	margin: 0;
	font-size: 0.9rem;
}

.mmp-store-product-grid h3 a {
	color: var(--mmp-ink);
	text-decoration: none;
}

.mmp-store-product-grid article > div > span {
	display: block;
	margin-top: 0.5rem;
	font-weight: 800;
}

/* Policy center. */
.mmp-policy-center {
	max-width: 68rem;
}

.mmp-policy-center > header {
	padding: clamp(1.5rem, 6vw, 4rem);
	background: linear-gradient(135deg, #eef5ff, #fff);
	border: 1px solid var(--mmp-border);
	border-radius: 1.5rem;
}

.mmp-policy-center > header h1 {
	max-width: 13ch;
}

.mmp-policy-center > header small {
	display: block;
	margin-top: 1rem;
	color: var(--mmp-muted);
}

.mmp-legal-review {
	margin-top: 1rem;
	padding: 1rem;
	background: #fffaeb;
	color: #7a2e0e;
	border: 1px solid #fedf89;
	border-radius: 0.75rem;
}

.mmp-legal-review p {
	margin: 0.3rem 0 0;
	font-size: 0.8rem;
}

.mmp-policy-nav {
	display: flex;
	gap: 0.5rem;
	margin: 1.5rem 0;
	overflow-x: auto;
}

.mmp-policy-nav a {
	padding: 0.55rem 0.8rem;
	background: var(--mmp-surface);
	color: var(--mmp-ink);
	border: 1px solid var(--mmp-border);
	border-radius: 999px;
	font-size: 0.7rem;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.mmp-policy-center > section {
	padding: clamp(1.25rem, 4vw, 2.25rem) 0;
	border-top: 1px solid var(--mmp-border);
	scroll-margin-top: 8rem;
}

.mmp-policy-center > section h2 {
	margin: 0;
	font-size: clamp(1.6rem, 4vw, 2.5rem);
	letter-spacing: -0.045em;
}

.mmp-policy-center > section h3 {
	margin-top: 1.5rem;
	font-size: 1rem;
}

.mmp-policy-center > section p,
.mmp-policy-center > section li {
	color: #4b5872;
	font-size: 0.9rem;
}

.mmp-policy-center > section li + li {
	margin-top: 0.45rem;
}

.mmp-policy-columns {
	display: grid;
	gap: 0 1.5rem;
}

.mmp-policy-card-grid {
	display: grid;
	gap: 0.75rem;
}

.mmp-policy-card-grid article {
	padding: 1rem;
	background: #fff;
	border: 1px solid var(--mmp-border);
	border-radius: 0.8rem;
}

.mmp-policy-card-grid article > span {
	color: var(--mmp-blue);
	font-size: 0.65rem;
	font-weight: 900;
}

.mmp-policy-card-grid h2 {
	margin: 1rem 0 0;
	font-size: 1rem;
}

.mmp-policy-card-grid p {
	margin: 0.4rem 0 0;
	color: var(--mmp-muted);
	font-size: 0.74rem;
}

.mmp-help-card {
	margin-top: 1rem;
	padding: 1rem;
	background: #edf4ff;
	border: 1px solid #b2ccff;
	border-radius: 0.75rem;
}

.mmp-help-card p {
	margin: 0.2rem 0 0;
	color: #1849a9;
	font-size: 0.78rem;
}

.mmp-product-seller {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0.75rem 0;
	padding: 0.65rem 0.75rem;
	background: var(--mmp-surface);
	border: 1px solid var(--mmp-border);
	border-radius: 0.75rem;
	font-size: 0.76rem;
}

.mmp-product-seller > span,
.mmp-product-seller small {
	display: block;
}

.mmp-product-seller a {
	font-weight: 800;
	text-decoration: none;
}

.mmp-product-seller small {
	margin-top: 0.1rem;
	color: var(--mmp-green);
	font-size: 0.62rem;
	font-weight: 700;
}

/* Public approved-seller directory. */
.mmp-seller-directory {
	width: min(100% - 2rem, 80rem);
	margin: clamp(2.5rem, 7vw, 6rem) auto;
	color: var(--mmp-ink);
}

.mmp-seller-directory.is-compact {
	width: 100%;
	margin: 0;
}

.mmp-seller-directory__header {
	margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
	padding: clamp(1.5rem, 5vw, 3.5rem);
	background: linear-gradient(135deg, #edf4ff 0%, #ffffff 75%);
	border: 1px solid #d9e5ff;
	border-radius: 1.3rem;
}

.mmp-seller-directory__header h1 {
	max-width: 14ch;
	margin: 0;
	font-size: clamp(2.5rem, 7vw, 4.8rem);
	font-weight: 850;
	letter-spacing: -0.065em;
	line-height: 0.98;
}

.mmp-seller-directory__header p {
	max-width: 42rem;
	margin: 1rem 0 0;
	color: var(--mmp-muted);
}

.mmp-seller-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1rem;
}

.mmp-seller-card {
	overflow: hidden;
	background: #ffffff;
	border: 1px solid var(--mmp-border);
	border-radius: 1.05rem;
	box-shadow: 0 4px 16px rgba(16, 24, 40, 0.05);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.mmp-seller-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(16, 24, 40, 0.1);
}

.mmp-seller-card__visual {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	height: 8rem;
	overflow: hidden;
	background: var(--mmp-surface);
}

.mmp-seller-card__visual > span {
	display: block;
	min-width: 0;
	overflow: hidden;
}

.mmp-seller-card__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 250ms ease;
}

.mmp-seller-card:hover .mmp-seller-card__visual img {
	transform: scale(1.035);
}

.mmp-seller-card__empty {
	display: grid !important;
	grid-column: 1 / -1;
	place-items: center;
	color: #98a2b3;
	font-size: 2rem;
}

.mmp-seller-card__body {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.8rem;
	align-items: start;
	padding: 1rem;
}

.mmp-seller-card__body h2 {
	margin: 0.15rem 0 0;
	font-size: 1.05rem;
	letter-spacing: -0.025em;
}

.mmp-seller-card__body h2 a {
	color: inherit;
	text-decoration: none;
}

.mmp-seller-card__body p {
	margin: 0.35rem 0 0;
	color: var(--mmp-muted);
	font-size: 0.76rem;
	line-height: 1.45;
}

.mmp-seller-card__body small {
	display: block;
	margin-top: 0.55rem;
	color: var(--mmp-muted);
	font-size: 0.66rem;
}

.mmp-seller-card .mmp-verified-mark {
	display: block;
	color: var(--mmp-green);
	font-size: 0.6rem;
	font-weight: 800;
	text-transform: uppercase;
}

/* Customer saved-items workspace. */
.mmp-saved-items {
	width: min(100% - 2rem, 80rem);
	margin: clamp(2.5rem, 7vw, 6rem) auto;
	color: var(--mmp-ink);
}

.mmp-saved-items > header {
	margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
	padding: clamp(1.5rem, 5vw, 3.5rem);
	background: linear-gradient(135deg, #fff1f0 0%, #ffffff 75%);
	border: 1px solid #fecdca;
	border-radius: 1.3rem;
}

.mmp-saved-items > header h1 {
	margin: 0;
	font-size: clamp(2.5rem, 7vw, 4.8rem);
	font-weight: 850;
	letter-spacing: -0.065em;
	line-height: 0.98;
}

.mmp-saved-items > header p {
	max-width: 42rem;
	margin: 1rem 0 0;
	color: var(--mmp-muted);
}

@media (min-width: 40rem) {
	.mmp-seller-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.mmp-field-grid,
	.mmp-upload-grid,
	.mmp-policy-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mmp-progress {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mmp-policy-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mmp-workspace-heading {
		flex-direction: row;
		align-items: flex-end;
	}

	.mmp-store-product-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.mmp-order-details__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mmp-fulfillment-form {
		grid-template-columns: 1fr 1fr auto;
		align-items: end;
	}

	.mmp-storefront__hero {
		grid-template-columns: auto 1fr;
	}
}

@media (min-width: 54rem) {
	.mmp-onboarding {
		grid-template-columns: minmax(25rem, 1.05fr) minmax(28rem, 0.95fr);
	}

	.mmp-onboarding__intro h1 {
		max-width: 12ch;
		font-size: clamp(3.5rem, 5vw, 4.75rem);
	}

	.mmp-dashboard {
		grid-template-columns: 14rem minmax(0, 1fr);
	}

	.mmp-dashboard__mobile-header {
		display: none;
	}

	.mmp-dashboard__sidebar,
	.mmp-dashboard__sidebar.is-open {
		display: flex;
		flex-direction: column;
	}

	.mmp-sidebar-footer {
		margin-top: auto;
	}

	.mmp-metric-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.mmp-overview-grid {
		grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	}

	.mmp-product-form {
		grid-template-columns: minmax(0, 1fr) 16rem;
	}

	.mmp-product-form__aside {
		position: sticky;
		top: 8rem;
	}

	.mmp-store-form {
		grid-template-columns: minmax(0, 1fr) 18rem;
	}

	.mmp-store-preview {
		position: sticky;
		top: 8rem;
	}
}

@media (min-width: 70rem) {
	.mmp-seller-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.mmp-dashboard {
		grid-template-columns: 15rem minmax(0, 1fr);
	}

	.mmp-dashboard__content {
		padding: 2.5rem;
	}

	.mmp-policy-card-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 39.99rem) {
	.mmp-metric-grid {
		grid-template-columns: 1fr;
	}

	.mmp-order-row {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.mmp-order-row__meta {
		grid-column: 2;
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mmp-button {
		transition: none;
	}
}

/* Seller workspace and storefront experience polish. */
.mmp-dashboard {
	overflow: hidden;
	background: #f5f7fb;
	border: 1px solid #dfe5ee;
	border-radius: 1.35rem;
	box-shadow: 0 24px 70px rgba(16, 24, 40, 0.12);
}

.mmp-dashboard__sidebar {
	background: linear-gradient(180deg, #111b31 0%, #0b1426 100%);
}

.mmp-dashboard__sidebar nav a {
	position: relative;
	border: 1px solid transparent;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.mmp-dashboard__sidebar nav a:hover {
	transform: translateX(2px);
}

.mmp-dashboard__sidebar nav a.is-active {
	background: linear-gradient(135deg, rgba(54, 119, 255, 0.35), rgba(54, 119, 255, 0.16));
	border-color: rgba(139, 178, 255, 0.26);
	box-shadow: inset 3px 0 0 #75a5ff;
}

.mmp-dashboard__content {
	background:
		radial-gradient(circle at 90% 0%, rgba(21, 94, 239, 0.06), transparent 22rem),
		#f5f7fb;
}

.mmp-dashboard__topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: -0.35rem 0 2rem;
	padding-bottom: 0.85rem;
	border-bottom: 1px solid #e1e6ee;
	font-size: 0.7rem;
	font-weight: 800;
}

.mmp-dashboard__topbar > span {
	display: flex;
	align-items: center;
	gap: 0.45rem;
}

.mmp-dashboard__topbar i {
	width: 0.55rem;
	height: 0.55rem;
	background: #12b76a;
	border: 3px solid #d1fadf;
	border-radius: 999px;
	box-sizing: content-box;
}

.mmp-dashboard__topbar small {
	color: var(--mmp-muted);
	font-size: inherit;
	font-weight: 500;
}

.mmp-dashboard__topbar a {
	color: var(--mmp-blue);
	text-decoration: none;
}

.mmp-workspace-heading h1 {
	max-width: 18ch;
	font-size: clamp(2.1rem, 5vw, 3.4rem);
	letter-spacing: -0.06em;
	line-height: 0.98;
}

.mmp-heading-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.mmp-attention-banner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 0.85rem;
	align-items: center;
	margin: 0 0 1.2rem;
	padding: 0.9rem 1rem;
	background: #fffaeb;
	color: #7a2e0e;
	border: 1px solid #fedf89;
	border-radius: 0.9rem;
	text-decoration: none;
}

.mmp-attention-banner > span {
	display: grid;
	place-items: center;
	width: 2rem;
	height: 2rem;
	background: #fdb022;
	color: #ffffff;
	border-radius: 0.65rem;
	font-weight: 900;
}

.mmp-attention-banner strong,
.mmp-attention-banner small {
	display: block;
}

.mmp-attention-banner small {
	margin-top: 0.1rem;
	color: #9c4a14;
	font-size: 0.66rem;
}

.mmp-attention-banner > i {
	font-style: normal;
	font-weight: 900;
}

.mmp-metric-grid article {
	position: relative;
	overflow: hidden;
	min-height: 9.5rem;
	background: #ffffff;
	border-color: #e0e5ed;
	box-shadow: 0 8px 24px rgba(16, 24, 40, 0.055);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.mmp-metric-grid article::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: var(--mmp-metric-color, #155eef);
	content: "";
}

.mmp-metric-grid article:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(16, 24, 40, 0.09);
}

.mmp-metric--sales {
	--mmp-metric-color: #12b76a;
}

.mmp-metric--orders {
	--mmp-metric-color: #7f56d9;
}

.mmp-metric--products {
	--mmp-metric-color: #155eef;
}

.mmp-metric--profile {
	--mmp-metric-color: #f79009;
}

.mmp-metric-grid article > strong {
	font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.mmp-panel,
.mmp-form-section,
.mmp-store-preview {
	background: #ffffff;
	border-color: #e0e5ed;
	box-shadow: 0 10px 28px rgba(16, 24, 40, 0.055);
}

.mmp-profile-completion {
	margin-bottom: 1.25rem;
	padding: 1rem 1.15rem;
	background: linear-gradient(110deg, #eaf2ff, #ffffff);
	border: 1px solid #bfd3ff;
	border-radius: 1rem;
}

.mmp-profile-completion > div:first-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.55rem;
}

.mmp-profile-completion span,
.mmp-profile-completion strong {
	font-size: 0.78rem;
	font-weight: 850;
}

.mmp-profile-completion small {
	display: block;
	margin-top: 0.55rem;
	color: var(--mmp-muted);
	font-size: 0.67rem;
}

.mmp-store-preview {
	overflow: hidden;
	background:
		linear-gradient(145deg, rgba(21, 94, 239, 0.08), transparent 42%),
		#ffffff;
}

.mmp-store-preview .mmp-verified-mark {
	display: block;
	margin-top: 1rem;
	color: var(--mmp-green);
	font-size: 0.62rem;
	font-weight: 850;
	text-transform: uppercase;
}

.mmp-store-preview__promise {
	margin-top: 1.1rem;
	padding-top: 0.85rem;
	color: var(--mmp-muted);
	border-top: 1px solid #e3e7ed;
	font-size: 0.67rem;
	line-height: 1.5;
}

.mmp-store-preview__promise strong {
	display: block;
	margin-bottom: 0.2rem;
	color: var(--mmp-ink);
}

/* Public seller profile. */
.mmp-storefront {
	width: min(100% - 2rem, 88rem);
}

.mmp-storefront__hero {
	position: relative;
	display: grid;
	gap: 1.5rem;
	align-items: center;
	padding: clamp(1.5rem, 5vw, 3.5rem);
	background:
		radial-gradient(circle at 90% 20%, rgba(99, 150, 255, 0.24), transparent 18rem),
		linear-gradient(135deg, #0c1930 0%, #182b4d 100%);
	color: #ffffff;
	border: 0;
	border-radius: 1.5rem 1.5rem 0 0;
}

.mmp-storefront__hero .mmp-eyebrow,
.mmp-storefront__hero small {
	color: #a9c6ff;
}

.mmp-storefront__hero h1 {
	color: #ffffff;
	font-size: clamp(2.5rem, 6vw, 5rem);
}

.mmp-storefront__hero > .mmp-storefront__identity {
	display: grid;
	gap: 0.75rem;
	justify-items: start;
}

.mmp-storefront__identity .mmp-store-logo {
	border: 5px solid rgba(255, 255, 255, 0.92);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.mmp-storefront__identity .mmp-verified-mark {
	color: #d1fadf;
	font-size: 0.6rem;
}

.mmp-storefront__summary {
	min-width: 0;
}

.mmp-storefront__tagline {
	max-width: 44rem;
	color: #d0d9ea;
	font-size: clamp(0.95rem, 2vw, 1.15rem);
}

.mmp-storefront__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.mmp-storefront__actions .mmp-button--secondary {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.35);
}

.mmp-storefront__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	background: #ffffff;
	border: 1px solid #dfe5ee;
	border-top: 0;
}

.mmp-storefront__stats > div {
	padding: 1rem;
	border-right: 1px solid #e6eaf0;
	border-bottom: 1px solid #e6eaf0;
}

.mmp-storefront__stats strong,
.mmp-storefront__stats span {
	display: block;
}

.mmp-storefront__stats strong {
	font-size: 1.15rem;
}

.mmp-storefront__stats span {
	margin-top: 0.15rem;
	color: var(--mmp-muted);
	font-size: 0.63rem;
}

.mmp-storefront__nav {
	display: flex;
	gap: 1.5rem;
	overflow-x: auto;
	padding: 0 1rem;
	background: #ffffff;
	border: 1px solid #dfe5ee;
	border-top: 0;
	border-radius: 0 0 1rem 1rem;
}

.mmp-storefront__nav a {
	flex: 0 0 auto;
	padding: 0.9rem 0;
	color: var(--mmp-ink);
	border-bottom: 2px solid transparent;
	font-size: 0.72rem;
	font-weight: 800;
	text-decoration: none;
}

.mmp-storefront__nav a:hover {
	color: var(--mmp-blue);
	border-color: var(--mmp-blue);
}

.mmp-storefront__profile {
	display: grid;
	gap: 1rem;
	margin: 1.5rem 0;
}

.mmp-storefront__story,
.mmp-storefront__policies {
	max-width: none;
	margin: 0;
	padding: clamp(1.3rem, 4vw, 2.25rem);
	background: #ffffff;
	border: 1px solid #e0e5ed;
	border-radius: 1.15rem;
	box-shadow: 0 8px 24px rgba(16, 24, 40, 0.05);
}

.mmp-storefront__story h2,
.mmp-storefront__policies h2 {
	margin: 0 0 1rem;
	font-size: clamp(1.55rem, 3vw, 2.1rem);
}

.mmp-storefront__policies > div {
	padding: 0.85rem 0;
	border-top: 1px solid #e7eaf0;
}

.mmp-storefront__policies strong {
	font-size: 0.75rem;
}

.mmp-storefront__policies p {
	margin: 0.25rem 0 0;
	color: var(--mmp-muted);
	font-size: 0.72rem;
	line-height: 1.6;
}

.mmp-storefront__policies > a {
	display: inline-block;
	margin-top: 0.75rem;
	color: var(--mmp-blue);
	font-size: 0.72rem;
	font-weight: 850;
}

.mmp-storefront__products {
	padding-top: 1rem;
}

.mmp-store-product-grid article {
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #e0e5ed;
	border-radius: 1rem;
	box-shadow: 0 6px 18px rgba(16, 24, 40, 0.045);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.mmp-store-product-grid article:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 30px rgba(16, 24, 40, 0.11);
}

.mmp-store-product__image {
	background: #f5f7fa;
}

.mmp-store-product__rating {
	display: block;
	margin-bottom: 0.3rem;
	color: #b54708;
	font-size: 0.65rem;
	font-weight: 800;
}

.mmp-store-product__rating span {
	color: var(--mmp-muted);
	font-weight: 500;
}

@media (min-width: 54rem) {
	.mmp-dashboard {
		grid-template-columns: 16rem minmax(0, 1fr);
	}

	.mmp-storefront__hero {
		grid-template-columns: auto minmax(0, 1fr) auto;
	}

	.mmp-storefront__actions {
		flex-direction: column;
	}

	.mmp-storefront__stats {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.mmp-storefront__stats > div {
		padding: 1.2rem 1.5rem;
		border-bottom: 0;
	}

	.mmp-storefront__profile {
		grid-template-columns: minmax(0, 1.35fr) minmax(17rem, 0.65fr);
	}
}

@media (max-width: 39.99rem) {
	.mmp-dashboard__topbar small {
		display: none;
	}

	.mmp-heading-actions {
		width: 100%;
	}

	.mmp-heading-actions .mmp-button {
		flex: 1 1 auto;
		justify-content: center;
	}

	.mmp-storefront__hero {
		padding: 1.35rem;
	}

	.mmp-storefront__actions .mmp-button {
		flex: 1 1 auto;
		justify-content: center;
	}
}

/* Permanent dark seller-portal palette. */
:root {
	--mmp-ink: #f2f4f7;
	--mmp-muted: #9ca9bc;
	--mmp-blue: #4f8cff;
	--mmp-blue-dark: #78a7ff;
	--mmp-border: #29364a;
	--mmp-surface: #0d1421;
	--mmp-green: #6ce9a6;
	--mmp-orange: #fdbf6f;
	--mmp-red: #ff8178;
	color-scheme: dark;
}

.mmp-button--secondary {
	background: #151e2d;
	color: var(--mmp-ink);
	border-color: #35445d;
}

.mmp-button--secondary:hover {
	background: #1b2740;
	color: #ffffff;
}

.mmp-onboarding__form-card,
.mmp-progress li,
.mmp-metric-grid article,
.mmp-panel,
.mmp-table-wrap,
.mmp-form-section,
.mmp-store-preview,
.mmp-policy-card-grid article,
.mmp-store-product-grid article,
.mmp-seller-card,
.mmp-storefront__stats,
.mmp-storefront__nav,
.mmp-storefront__story,
.mmp-storefront__policies,
.mmp-saved-items > header {
	background: #111927;
	color: var(--mmp-ink);
	border-color: var(--mmp-border);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
}

.mmp-dashboard {
	background: #080d16;
	border-color: #253247;
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
}

.mmp-dashboard__sidebar {
	background: linear-gradient(180deg, #070c15 0%, #050911 100%);
}

.mmp-dashboard__content {
	background:
		radial-gradient(circle at 90% 0%, rgba(79, 140, 255, 0.08), transparent 22rem),
		#0b111c;
}

.mmp-dashboard__topbar,
.mmp-storefront__stats > div,
.mmp-storefront__policies > div {
	border-color: var(--mmp-border);
}

.mmp-form input:not([type="checkbox"]):not([type="file"]),
.mmp-form select,
.mmp-form textarea,
.mmp-form-section input:not([type="checkbox"]):not([type="file"]),
.mmp-form-section select,
.mmp-form-section textarea,
.mmp-fulfillment-form input {
	background: #0a111d;
	color: var(--mmp-ink);
	border-color: #35445d;
}

.mmp-form input::placeholder,
.mmp-form textarea::placeholder,
.mmp-form-section input::placeholder,
.mmp-form-section textarea::placeholder,
.mmp-fulfillment-form input::placeholder {
	color: #748196;
}

.mmp-file-field,
.mmp-category-options label,
.mmp-order-details,
.mmp-file-button,
.mmp-product-seller,
.mmp-policy-nav a,
.mmp-seller-card__visual,
.mmp-store-product__image {
	background: #0d1421;
	border-color: var(--mmp-border);
}

.mmp-file-field__icon,
.mmp-form-section__heading > span,
.mmp-task-list__icon,
.mmp-order-row__icon,
.mmp-empty > span {
	background: #192842;
	color: #91b7ff;
}

.mmp-table th {
	background: #151e2d;
	color: #aeb9ca;
}

.mmp-table th,
.mmp-table td,
.mmp-task-list > a,
.mmp-order-row {
	border-color: var(--mmp-border);
}

.mmp-status {
	background: #202a3b;
	color: #c4cedd;
}

.mmp-status--publish {
	background: #10281e;
	color: #6ce9a6;
}

.mmp-status--pending {
	background: #30250f;
	color: #fdbf6f;
}

.mmp-alert,
.mmp-help-card,
.mmp-privacy-callout,
.mmp-profile-completion {
	background: #12233e;
	color: #c6d8fa;
	border-color: #315487;
}

.mmp-help-card p,
.mmp-privacy-callout p {
	color: #a9c6ff;
}

.mmp-alert--error {
	background: #351719;
	color: #fda29b;
	border-color: #743432;
}

.mmp-alert--warning,
.mmp-finance-notice,
.mmp-attention-banner,
.mmp-legal-review {
	background: #2d210b;
	color: #fbd38d;
	border-color: #674d16;
}

.mmp-attention-banner small {
	color: #e8bc72;
}

.mmp-progress .is-complete > span,
.mmp-verified-mark {
	background: #10281e;
	color: #6ce9a6;
}

.mmp-progress .is-current {
	border-color: #4f8cff;
	box-shadow: 0 0 0 3px #172b4d;
}

.mmp-meter {
	background: #263248;
}

.mmp-store-preview {
	background:
		linear-gradient(145deg, rgba(79, 140, 255, 0.12), transparent 42%),
		#111927;
}

.mmp-policy-center > header,
.mmp-seller-directory__header {
	background: linear-gradient(135deg, #10203a 0%, #111927 75%);
	border-color: var(--mmp-border);
}

.mmp-policy-center > section p,
.mmp-policy-center > section li {
	color: var(--mmp-muted);
}

.mmp-storefront__hero {
	background:
		radial-gradient(circle at 90% 20%, rgba(99, 150, 255, 0.22), transparent 18rem),
		linear-gradient(135deg, #070e1b 0%, #132747 100%);
}

.mmp-storefront__actions .mmp-button--secondary {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.3);
}

.mmp-storefront__nav a,
.mmp-store-product-grid h3 a,
.mmp-task-list > a {
	color: var(--mmp-ink);
}

.mmp-store-product__rating {
	color: #fdbf6f;
}

.mmp-seller-card:hover,
.mmp-store-product-grid article:hover,
.mmp-metric-grid article:hover {
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
}

/* Unlisted direct-product controls and share center. */
.mmp-direct-badge {
	display: inline-flex !important;
	width: fit-content;
	margin-top: 0.3rem;
	padding: 0.22rem 0.45rem;
	background: #172b4d;
	color: #9fc0ff !important;
	border: 1px solid #315487;
	border-radius: 999px;
	font-size: 0.56rem !important;
	font-weight: 850;
	text-transform: uppercase;
}

.mmp-direct-product-section {
	border-color: #315487;
}

.mmp-direct-toggle {
	padding: 1rem;
	background: #0d1728;
	border: 1px solid #315487;
	border-radius: 0.8rem;
}

.mmp-direct-toggle > span,
.mmp-direct-toggle strong,
.mmp-direct-toggle small {
	display: block;
}

.mmp-direct-toggle strong {
	margin-bottom: 0.2rem;
	color: var(--mmp-ink);
	font-size: 0.78rem;
}

.mmp-direct-warning {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.7rem;
	align-items: start;
	padding: 0.85rem;
	background: #2d210b;
	color: #fbd38d;
	border: 1px solid #674d16;
	border-radius: 0.75rem;
}

.mmp-direct-warning > span {
	display: grid;
	place-items: center;
	width: 1.6rem;
	height: 1.6rem;
	background: #674d16;
	border-radius: 50%;
	font-weight: 900;
}

.mmp-direct-warning p,
.mmp-direct-warning strong {
	display: block;
	margin: 0;
}

.mmp-direct-warning p {
	font-size: 0.7rem;
	line-height: 1.55;
}

.mmp-direct-link-center {
	padding: 1rem;
	background: #090f19;
	border: 1px solid var(--mmp-border);
	border-radius: 0.85rem;
}

.mmp-direct-link-center h3 {
	margin: 0;
	font-size: 1.15rem;
}

.mmp-direct-links {
	display: grid;
	gap: 0.85rem;
	margin-top: 1rem;
}

.mmp-direct-link-row {
	display: grid;
	gap: 0.45rem;
}

.mmp-direct-link-row label strong,
.mmp-direct-link-row label small {
	display: block;
}

.mmp-direct-link-row label strong {
	font-size: 0.72rem;
}

.mmp-direct-link-row label small,
.mmp-direct-link-row > p,
.mmp-direct-pending {
	margin: 0.15rem 0 0;
	color: var(--mmp-muted);
	font-size: 0.64rem;
}

.mmp-direct-link-row > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.45rem;
}

.mmp-direct-link-row input {
	min-width: 0;
	width: 100%;
	min-height: 2.65rem;
	padding: 0.6rem 0.7rem;
	background: #111927;
	color: #c9d6eb;
	border: 1px solid #35445d;
	border-radius: 0.55rem;
	font-size: 0.65rem;
}

.mmp-copy-link {
	min-height: 2.65rem;
	padding: 0.55rem 0.8rem;
	background: #4f8cff;
	color: #07101f;
	border: 0;
	border-radius: 0.55rem;
	font-size: 0.68rem;
	font-weight: 850;
	cursor: pointer;
}

.mmp-copy-link:hover {
	background: #78a7ff;
}

.mmp-direct-pending {
	padding: 0.7rem 0.8rem;
	background: #12233e;
	color: #a9c6ff;
	border: 1px solid #315487;
	border-radius: 0.65rem;
}

@media (max-width: 32rem) {
	.mmp-direct-link-row > div {
		grid-template-columns: 1fr;
	}
}

/* Seller CSV product importer. */
.mmp-import-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(17rem, 0.75fr);
	gap: 1rem;
	align-items: start;
}

.mmp-import-card,
.mmp-import-guide,
.mmp-import-columns,
.mmp-import-report {
	background: #0b1320;
	border: 1px solid var(--mmp-border);
	border-radius: 1rem;
}

.mmp-import-card {
	margin: 0;
}

.mmp-import-card form {
	display: grid;
	gap: 1rem;
}

.mmp-import-dropzone {
	min-height: 15rem;
}

.mmp-import-confirm {
	padding: 0.85rem;
	background: #111c2c;
	border: 1px solid #293a53;
	border-radius: 0.7rem;
}

.mmp-import-guide {
	padding: 1.25rem;
}

.mmp-import-guide h2,
.mmp-import-columns h2,
.mmp-import-report h2 {
	margin: 0.25rem 0 0;
	color: var(--mmp-ink);
}

.mmp-import-guide ol {
	display: grid;
	gap: 1rem;
	margin: 1.25rem 0;
	padding: 0;
	list-style: none;
}

.mmp-import-guide li {
	display: grid;
	grid-template-columns: 2rem minmax(0, 1fr);
	gap: 0.75rem;
}

.mmp-import-guide li > span {
	display: grid;
	place-items: center;
	width: 2rem;
	height: 2rem;
	background: #172a48;
	color: #8eb7ff;
	border-radius: 50%;
	font-size: 0.72rem;
	font-weight: 900;
}

.mmp-import-guide li strong,
.mmp-import-guide li small {
	display: block;
}

.mmp-import-guide li strong {
	color: var(--mmp-ink);
	font-size: 0.76rem;
}

.mmp-import-guide li small,
.mmp-import-note p {
	margin: 0.18rem 0 0;
	color: var(--mmp-muted);
	font-size: 0.66rem;
	line-height: 1.55;
}

.mmp-import-note {
	padding: 0.9rem;
	background: #10223c;
	color: #b8d2ff;
	border: 1px solid #294f82;
	border-radius: 0.75rem;
}

.mmp-import-note strong {
	font-size: 0.72rem;
}

.mmp-import-columns {
	margin-top: 1rem;
	padding: 1.25rem;
}

.mmp-import-columns .mmp-table-wrap {
	margin-top: 1rem;
}

.mmp-import-columns code {
	color: #a9c6ff;
}

.mmp-import-report {
	margin-bottom: 1rem;
	padding: 1rem 1.1rem;
	border-color: #275f4b;
}

.mmp-import-report > div {
	display: flex;
	gap: 0.75rem;
	align-items: center;
}

.mmp-import-report > div > span {
	display: grid;
	place-items: center;
	width: 2rem;
	height: 2rem;
	background: #123b2e;
	color: #7ee2b8;
	border-radius: 50%;
	font-weight: 900;
}

.mmp-import-report p {
	margin: 0.2rem 0 0;
	color: var(--mmp-muted);
	font-size: 0.7rem;
}

.mmp-import-report ul {
	max-height: 14rem;
	overflow: auto;
	margin: 1rem 0;
	padding: 0.8rem 0.8rem 0.8rem 1.8rem;
	background: #170f13;
	color: #f4a9b2;
	border: 1px solid #542832;
	border-radius: 0.65rem;
	font-size: 0.67rem;
}

.mmp-import-report > a {
	color: #8eb7ff;
	font-size: 0.72rem;
	font-weight: 850;
}

@media (max-width: 58rem) {
	.mmp-import-layout {
		grid-template-columns: 1fr;
	}
}

/* Seller product bulk management. */
.mmp-bulk-products {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
	margin-bottom: 0.75rem;
	padding: 0.75rem;
	background: #0b1320;
	border: 1px solid var(--mmp-border);
	border-radius: 0.8rem;
}

.mmp-bulk-products label {
	margin: 0;
}

.mmp-bulk-products select {
	min-height: 2.45rem;
	max-width: 17rem;
	padding: 0.5rem 2rem 0.5rem 0.7rem;
	background: #111c2c;
	color: var(--mmp-ink);
	border: 1px solid #35445d;
	border-radius: 0.55rem;
	font-size: 0.68rem;
}

.mmp-bulk-select-all,
.mmp-bulk-apply {
	min-height: 2.45rem;
	padding: 0.5rem 0.8rem;
	border-radius: 0.55rem;
	font-size: 0.68rem;
	font-weight: 850;
	cursor: pointer;
}

.mmp-bulk-select-all {
	background: #17243a;
	color: #bdd3f7;
	border: 1px solid #35445d;
}

.mmp-bulk-apply {
	background: #4f8cff;
	color: #07101f;
	border: 1px solid #4f8cff;
}

.mmp-bulk-apply:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.mmp-bulk-count {
	min-width: 4.8rem;
	color: var(--mmp-muted);
	font-size: 0.66rem;
	font-weight: 750;
}

.mmp-select-column {
	width: 2.5rem;
	padding-right: 0.2rem !important;
	text-align: center !important;
}

.mmp-select-column input {
	width: 1rem;
	height: 1rem;
	margin: 0;
	accent-color: #4f8cff;
	cursor: pointer;
}

.mmp-products-table tbody tr.is-selected td {
	background: #101f35;
}

@media (max-width: 42rem) {
	.mmp-bulk-products,
	.mmp-bulk-products label,
	.mmp-bulk-products select,
	.mmp-bulk-select-all,
	.mmp-bulk-apply {
		width: 100%;
		max-width: none;
	}
}
