/* SMM Fame customer account presentation. Loaded only on the My Account page. */
.woocommerce-account .content-area,
.woocommerce-account .woocommerce-area {
	padding-top: clamp(48px, 7vw, 84px);
}

.woocommerce-account .woocommerce {
	color: var(--smm-text);
}

.smm-account-auth {
	max-width: 520px;
	margin: 0 auto;
}

.smm-account-auth__intro {
	margin: 0 0 28px;
}

.smm-account-auth__kicker {
	display: inline-block;
	margin-bottom: 10px;
	color: var(--smm-purple);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.smm-account-auth__intro h1 {
	margin: 0 0 10px;
	font-size: clamp(30px, 5vw, 38px);
	line-height: 1.15;
}

.smm-account-auth__intro p {
	margin: 0;
	color: var(--smm-muted);
	font-size: 16px;
}

.smm-account-auth__google {
	margin: 0;
}

.smm-account-auth__google > *,
.smm-account-auth__google .button,
.smm-account-google-button {
	width: 100%;
}

.smm-account-auth__google .smm-account-google-button {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.smm-account-auth__google-help {
	margin: 9px 0 0;
	color: var(--smm-muted);
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

.smm-account-auth__divider {
	display: flex;
	margin: 22px 0;
	align-items: center;
	gap: 14px;
	color: var(--smm-muted);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.smm-account-auth__divider::before,
.smm-account-auth__divider::after {
	height: 1px;
	background: var(--smm-border);
	content: "";
	flex: 1;
}

.smm-account-auth__forms {
	display: block;
}

.smm-account-auth__panel,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.smm-account-section {
	border: 1px solid var(--smm-border);
	border-radius: var(--smm-radius);
	background: var(--smm-white);
	box-shadow: 0 12px 35px rgba(17, 21, 43, .055);
}

.smm-account-auth__panel {
	position: relative;
	overflow: hidden;
	padding: clamp(24px, 4vw, 38px);
}

.smm-account-auth__panel::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: var(--smm-purple);
	content: "";
}

.smm-account-auth .woocommerce-form {
	padding: 0;
	border: 0;
}

.smm-account-auth .form-row {
	margin: 0 0 18px;
	padding: 0;
}

.smm-account-auth .form-row label:not(.woocommerce-form__label-for-checkbox) {
	display: block;
	margin-bottom: 7px;
	color: var(--smm-ink);
	font-size: 14px;
	font-weight: 750;
}

.smm-account-auth input.input-text {
	width: 100%;
	min-height: 50px;
	border-color: var(--smm-border);
	background: var(--smm-white);
}

.smm-account-auth input.input-text:focus {
	border-color: var(--smm-purple);
	box-shadow: 0 0 0 3px rgba(101, 71, 232, .14);
	outline: 0;
}

.smm-account-auth__name-fields {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.smm-account-auth__name-fields .form-row {
	float: none;
	width: 100%;
	min-width: 0;
	max-width: none;
	flex-basis: auto;
}

.smm-account-auth__name-fields input.input-text {
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

.smm-fame-auth-register .smm-fame-name-row {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.smm-fame-auth-register .smm-fame-name-row .form-row,
.smm-fame-auth-register .smm-fame-name-row .woocommerce-form-row {
	float: none !important;
	width: 100% !important;
	min-width: 0;
	max-width: none !important;
	margin: 0;
}

.smm-fame-auth-register .smm-fame-name-row input,
.smm-fame-auth-register .form-row-first input,
.smm-fame-auth-register .form-row-last input {
	display: block;
	box-sizing: border-box;
	width: 100% !important;
	min-width: 0;
	max-width: none !important;
}

.smm-account-auth__action-row {
	display: flex;
	margin: 2px 0 20px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-size: 14px;
}

.smm-account-auth__action-row .woocommerce-form-login__rememberme,
.smm-account-auth__privacy label {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	color: var(--smm-text);
	font-size: 14px;
	line-height: 1.5;
}

.smm-account-auth__action-row input,
.smm-account-auth__privacy input {
	flex: 0 0 auto;
	margin-top: 4px;
}

.smm-account-auth__register-submit .button,
.smm-account-auth__submit-row .woocommerce-form-login__submit {
	width: 100%;
	white-space: nowrap;
}

.smm-account-auth .button:disabled,
.smm-account-auth .button[aria-disabled="true"] {
	cursor: not-allowed;
	opacity: .62;
}

.smm-account-auth__footer {
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid var(--smm-border);
	text-align: center;
}

.smm-account-auth__footer p {
	margin: 0;
}

.smm-account-auth__footer a {
	font-weight: 800;
}

.smm-account-auth__guest-link {
	display: inline-block;
	margin-top: 13px;
	padding: 8px;
}

.smm-account-auth__claim-note {
	margin-top: 18px !important;
	padding: 14px 16px;
	background: var(--smm-lavender);
	color: var(--smm-muted);
	font-size: 13px;
	line-height: 1.55;
}

/* Authenticated portal: native WooCommerce left navigation and right content. */
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 25%;
	padding: 12px;
	overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li + li {
	margin-top: 4px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	padding: 12px 14px;
	border: 0;
	border-radius: 9px;
	background: transparent;
	color: var(--smm-text);
	font-size: 14px;
	font-weight: 750;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
	background: var(--smm-lavender);
	color: var(--smm-purple-dark);
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 72%;
	min-height: 360px;
	padding: clamp(24px, 4vw, 40px);
}

.woocommerce-account .woocommerce-MyAccount-content > :first-child,
.smm-account-section > :first-child {
	margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-content > :last-child,
.smm-account-section > :last-child {
	margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
	margin-top: 0;
}

.smm-account-stats {
	display: grid;
	margin-bottom: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.smm-account-stat {
	min-width: 0;
	padding: 20px;
	border: 1px solid var(--smm-border);
	border-radius: 12px;
	background: var(--smm-surface);
}

.smm-account-stat__label {
	display: block;
	margin-bottom: 8px;
	color: var(--smm-muted);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.smm-account-stat__value {
	display: block;
	color: var(--smm-ink);
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 850;
	line-height: 1.1;
}

.smm-account-section {
	margin-top: 24px;
	padding: clamp(20px, 3vw, 30px);
	box-shadow: none;
}

.smm-account-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.smm-account-table th,
.smm-account-table td {
	padding: 13px 10px;
	border-bottom: 1px solid var(--smm-border);
	text-align: left;
	vertical-align: top;
}

.smm-account-table th {
	color: var(--smm-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

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

.smm-account-reference {
	color: var(--smm-ink);
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 12px;
	font-weight: 750;
	overflow-wrap: anywhere;
}

.smm-account-status {
	display: inline-flex;
	min-height: 28px;
	padding: 4px 9px;
	border-radius: 999px;
	background: var(--smm-lavender);
	color: var(--smm-purple-dark);
	align-items: center;
	font-size: 12px;
	font-weight: 800;
}

.smm-account-empty {
	padding: 34px 20px;
	border: 1px dashed var(--smm-border);
	border-radius: 12px;
	background: var(--smm-surface);
	text-align: center;
}

.smm-account-heading {
	margin-bottom: 26px;
}

.smm-account-heading .eyebrow {
	margin: 0 0 8px;
	color: var(--smm-purple);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.smm-account-heading h2 {
	margin: 0 0 10px;
}

.smm-account-heading > p:last-child {
	margin: 0;
	color: var(--smm-muted);
}

.smm-account-section-heading,
.smm-detail-actions,
.smm-account-pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.smm-account-section-heading {
	margin: 28px 0 14px;
}

.smm-account-section-heading h3 {
	margin: 0;
}

.smm-account-table-wrap {
	max-width: 100%;
	overflow-x: auto;
}

.smm-campaign-list,
.smm-detail-items {
	display: grid;
	gap: 14px;
}

.smm-campaign-row {
	display: grid;
	padding: 18px;
	border: 1px solid var(--smm-border);
	border-radius: 12px;
	background: var(--smm-surface);
	grid-template-columns: minmax(145px, .8fr) minmax(180px, 1.25fr) minmax(160px, 1fr);
	gap: 18px;
	align-items: start;
}

.smm-campaign-row > div > span,
.smm-detail-grid article > span {
	display: block;
	margin-bottom: 5px;
	color: var(--smm-muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.smm-campaign-row strong,
.smm-campaign-row small {
	display: block;
	overflow-wrap: anywhere;
}

.smm-campaign-row small {
	margin-top: 4px;
	color: var(--smm-muted);
}

.smm-campaign-row > .button {
	align-self: center;
	justify-self: start;
}

.smm-account-pagination {
	margin-top: 22px;
	justify-content: center;
}

.smm-detail-grid {
	display: grid;
	margin: 24px 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.smm-detail-grid article,
.smm-detail-item {
	padding: 19px;
	border: 1px solid var(--smm-border);
	border-radius: 12px;
	background: var(--smm-surface);
}

.smm-detail-item h3 {
	margin: 0 0 16px;
}

.smm-detail-item dl {
	display: grid;
	margin: 0;
	grid-template-columns: minmax(145px, .6fr) minmax(0, 1fr);
	gap: 0;
}

.smm-detail-item dt,
.smm-detail-item dd {
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid var(--smm-border);
}

.smm-detail-item dt {
	color: var(--smm-muted);
	font-size: 12px;
	font-weight: 750;
}

.smm-detail-item dd {
	overflow-wrap: anywhere;
}

.smm-detail-actions {
	margin-top: 22px;
	justify-content: flex-start;
}

.smm-campaign-state-note,
.smm-google-account {
	margin-top: 20px;
	padding: 16px 18px;
	border-left: 4px solid var(--smm-purple);
	background: var(--smm-lavender);
}

.smm-google-account form {
	margin: 0;
}

.smm-account-timeline {
	display: grid;
	margin: 22px 0 0;
	padding: 0;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	list-style: none;
}

.smm-account-timeline li {
	position: relative;
	padding: 27px 8px 0;
	color: var(--smm-muted);
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}

.smm-account-timeline li::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	width: 15px;
	height: 15px;
	border: 3px solid var(--smm-white);
	border-radius: 50%;
	background: var(--smm-border);
	box-shadow: 0 0 0 1px var(--smm-border);
	content: "";
	transform: translateX(-50%);
}

.smm-account-timeline li::after {
	position: absolute;
	top: 7px;
	right: 50%;
	left: -50%;
	height: 2px;
	background: var(--smm-border);
	content: "";
}

.smm-account-timeline li:first-child::after {
	display: none;
}

.smm-account-timeline .is-complete,
.smm-account-timeline .is-current {
	color: var(--smm-ink);
}

.smm-account-timeline .is-complete::before,
.smm-account-timeline .is-current::before {
	background: var(--smm-purple);
	box-shadow: 0 0 0 1px var(--smm-purple);
}

.smm-account-timeline .is-complete::after,
.smm-account-timeline .is-current::after {
	background: var(--smm-purple);
}

.woocommerce-account .woocommerce-MyAccount-content input.input-text:focus,
.woocommerce-account .woocommerce-MyAccount-content textarea:focus,
.woocommerce-account .woocommerce-MyAccount-content select:focus {
	border-color: var(--smm-purple);
	box-shadow: 0 0 0 3px rgba(101, 71, 232, .14);
	outline: 0;
}

@media (max-width: 900px) {
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
		float: none;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-bottom: 18px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 4px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation li + li {
		margin-top: 0;
	}

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

	.smm-campaign-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.smm-fame-auth-register .smm-fame-name-row {
		grid-template-columns: minmax(0, 1fr);
	}

	.smm-account-auth__name-fields,
	.smm-account-stats,
	.smm-campaign-row,
	.smm-detail-grid,
	.smm-detail-item dl {
		grid-template-columns: minmax(0, 1fr);
	}

	.smm-detail-item dd {
		padding-top: 0;
		border-top: 0;
	}

	.smm-account-auth__name-fields .form-row,
	.smm-account-auth__name-fields input.input-text {
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	.smm-account-auth__action-row {
		align-items: stretch;
		flex-direction: column;
	}

	.smm-account-auth__action-row {
		gap: 10px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns: minmax(0, 1fr);
	}

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

	.smm-account-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
	}

	.smm-account-table tr {
		padding: 13px 0;
		border-bottom: 1px solid var(--smm-border);
	}

	.smm-account-table tr:last-child {
		border-bottom: 0;
	}

	.smm-account-table td {
		padding: 5px 0;
		border: 0;
	}

	.smm-account-table td[data-label]::before {
		display: block;
		margin-bottom: 2px;
		color: var(--smm-muted);
		content: attr(data-label);
		font-size: 10px;
		font-weight: 800;
		letter-spacing: .05em;
		text-transform: uppercase;
	}

	.smm-account-timeline {
		grid-template-columns: minmax(0, 1fr);
	}

	.smm-account-timeline li {
		min-height: 48px;
		padding: 0 0 20px 34px;
		text-align: left;
	}

	.smm-account-timeline li::before {
		top: 1px;
		left: 8px;
	}

	.smm-account-timeline li::after {
		top: -31px;
		right: auto;
		left: 7px;
		width: 2px;
		height: 32px;
	}
}

/* ======================================================================
   Dashboard V2 — reference-inspired, real WooCommerce data only
   ====================================================================== */
body.woocommerce-account.logged-in .site-page {
	padding-block: 34px 76px;
	background:
		radial-gradient(circle at 4% 28%, rgba(101, 71, 232, .09), transparent 24%),
		radial-gradient(circle at 98% 38%, rgba(101, 71, 232, .08), transparent 22%),
		#f8f7ff;
}

body.woocommerce-account.logged-in .site-page__container {
	width: min(1320px, calc(100% - 48px));
}

body.woocommerce-account.logged-in .site-page__header {
	display: none;
}

body.woocommerce-account.logged-in .site-page__content > .woocommerce {
	display: grid;
	grid-template-columns: 218px minmax(0, 1fr);
	grid-template-areas:
		"notices notices"
		"profile content"
		"navigation content";
	grid-template-rows: auto auto 1fr;
	align-items: start;
	gap: 14px 24px;
}

body.woocommerce-account.logged-in .site-page__content > .woocommerce > .woocommerce-notices-wrapper {
	grid-area: notices;
	min-width: 0;
}

body.woocommerce-account.logged-in .site-page__content > .woocommerce > .woocommerce-notices-wrapper:empty {
	display: none;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
	grid-area: navigation;
	align-self: start;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
	grid-area: content;
	align-self: start;
	min-width: 0;
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.smm-account-member-card {
	grid-area: profile;
	position: relative;
	min-height: 138px;
	margin: 0 0 14px;
	padding: 23px 70px 22px 20px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .32);
	border-radius: 16px;
	background:
		radial-gradient(circle at 95% 14%, rgba(255, 255, 255, .32), transparent 24%),
		linear-gradient(145deg, #4c2ad0 0%, #7a38ef 56%, #b82bd5 100%);
	box-shadow: 0 18px 38px rgba(79, 45, 194, .24);
	color: #fff;
}

.smm-account-member-card::after {
	position: absolute;
	right: -30px;
	bottom: -44px;
	width: 120px;
	height: 120px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 50%;
	content: "";
}

.smm-account-member-card__eyebrow,
.smm-account-member-card strong,
.smm-account-member-card small {
	position: relative;
	z-index: 1;
	display: block;
}

.smm-account-member-card__eyebrow {
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: 750;
	opacity: .84;
}

.smm-account-member-card strong {
	font-size: 20px;
	font-weight: 850;
	line-height: 1.15;
}

.smm-account-member-card small {
	margin-top: 22px;
	font-size: 11px;
	opacity: .8;
}

.smm-account-member-card__initial {
	position: absolute;
	z-index: 1;
	top: 22px;
	right: 18px;
	display: grid;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, .44);
	border-radius: 13px;
	background: rgba(255, 255, 255, .17);
	place-items: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 850;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
	padding: 10px;
	border: 1px solid #e7e3f4;
	border-radius: 16px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 12px 32px rgba(37, 26, 90, .07);
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li {
	margin: 0;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li + li {
	margin-top: 3px;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a {
	position: relative;
	display: flex;
	min-height: 42px;
	padding: 10px 12px 10px 38px;
	border-radius: 10px;
	align-items: center;
	color: #38384f;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a::before {
	position: absolute;
	left: 12px;
	display: grid;
	width: 18px;
	height: 18px;
	border: 1px solid #d7d0ef;
	border-radius: 6px;
	place-items: center;
	color: #6e50dc;
	content: "•";
	font-size: 12px;
	font-weight: 900;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--dashboard a::before { content: "⌂"; }
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--my-campaigns a::before { content: "□"; }
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--payment-history a::before { content: "▣"; }
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--edit-address a::before { content: "⌖"; }
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--edit-account a::before { content: "○"; }
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--track-order a::before { content: "◎"; }
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--customer-logout a::before { content: "↪"; }

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a:hover,
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .is-active a {
	background: linear-gradient(90deg, #eeeaff, #f7f5ff);
	color: #4e2bd0;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .is-active a::before {
	border-color: #8f73ef;
	background: #7450e8;
	color: #fff;
}

.smm-account-dashboard--reference {
	min-width: 0;
}

.smm-dashboard-intro {
	display: flex;
	margin: 0 0 20px;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
}

.smm-dashboard-intro__eyebrow {
	margin: 0 0 6px;
	color: #6f49df;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.smm-dashboard-intro h1 {
	margin: 0 0 7px;
	font-size: clamp(32px, 4vw, 44px);
	letter-spacing: -.055em;
}

.smm-dashboard-intro p:last-child {
	margin: 0;
	color: #727188;
	font-size: 14px;
}

.smm-dashboard-intro__action {
	min-height: 42px !important;
	padding: 0 17px !important;
	border-color: #7450e8 !important;
	background: #7450e8 !important;
	color: #fff !important;
	font-size: 13px !important;
	white-space: nowrap;
}

.smm-dashboard-stats {
	display: grid;
	margin-bottom: 20px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.smm-dashboard-stat {
	display: flex;
	min-width: 0;
	min-height: 132px;
	padding: 19px;
	border: 1px solid #e7e3f2;
	border-radius: 16px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 12px 30px rgba(45, 32, 94, .06);
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.smm-dashboard-stat > div {
	min-width: 0;
}

.smm-dashboard-stat span,
.smm-dashboard-stat strong,
.smm-dashboard-stat a {
	display: block;
}

.smm-dashboard-stat span {
	color: #6f6f85;
	font-size: 12px;
	font-weight: 750;
}

.smm-dashboard-stat strong {
	margin: 8px 0 9px;
	color: #15152b;
	font-size: clamp(25px, 2.4vw, 34px);
	font-weight: 900;
	letter-spacing: -.045em;
	line-height: 1;
}

.smm-dashboard-stat a {
	color: #6b42df;
	font-size: 11px;
	font-weight: 800;
	text-decoration: none;
}

.smm-dashboard-stat i {
	display: grid;
	width: 46px;
	height: 46px;
	border-radius: 15px;
	background: #eee9ff;
	place-items: center;
	color: #7047df;
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	flex: 0 0 auto;
}

.smm-dashboard-stat--complete i { background: #e5f8ec; color: #198653; }
.smm-dashboard-stat--pending i { background: #fff0ea; color: #e76537; }
.smm-dashboard-stat--spent i { background: #f0e9ff; color: #6734e2; }

.smm-dashboard-primary-grid {
	display: grid;
	margin-bottom: 16px;
	grid-template-columns: minmax(0, 1.72fr) minmax(290px, .8fr);
	gap: 16px;
}

.smm-dashboard-secondary-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(220px, .8fr) minmax(220px, .8fr);
	gap: 16px;
}

.smm-dashboard-panel {
	min-width: 0;
	padding: 18px;
	border: 1px solid #e7e3f2;
	border-radius: 16px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 12px 30px rgba(45, 32, 94, .055);
}

.smm-dashboard-panel__header {
	display: flex;
	margin-bottom: 15px;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
}

.smm-dashboard-panel__header span {
	display: block;
	margin-bottom: 2px;
	color: #8a879b;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.smm-dashboard-panel__header h2 {
	margin: 0;
	font-size: 18px;
	letter-spacing: -.035em;
}

.smm-dashboard-panel__header > a {
	padding-top: 3px;
	color: #6c43dc;
	font-size: 11px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.smm-dashboard-table-wrap {
	width: 100%;
	overflow-x: auto;
}

.smm-dashboard-table {
	width: 100%;
	min-width: 720px;
	margin: 0;
	border-collapse: collapse;
}

.smm-dashboard-table th,
.smm-dashboard-table td {
	padding: 11px 8px;
	border-bottom: 1px solid #ece9f4;
	text-align: left;
	vertical-align: middle;
}

.smm-dashboard-table th {
	color: #777488;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.smm-dashboard-table td {
	color: #36354a;
	font-size: 11px;
	font-weight: 650;
}

.smm-dashboard-table tbody tr:last-child td {
	border-bottom: 0;
}

.smm-dashboard-campaign {
	display: flex;
	min-width: 185px;
	align-items: center;
	gap: 9px;
}

.smm-dashboard-campaign > i,
.smm-dashboard-platform > i {
	display: grid;
	width: 31px;
	height: 31px;
	border-radius: 9px;
	background: linear-gradient(145deg, #eb4a87, #7d3bf0);
	place-items: center;
	color: #fff;
	font-size: 9px;
	font-style: normal;
	font-weight: 900;
	flex: 0 0 auto;
}

.smm-dashboard-campaign > i.is-youtube,
.smm-dashboard-platform > i.is-youtube { background: #ff3040; }
.smm-dashboard-campaign > i.is-tiktok,
.smm-dashboard-platform > i.is-tiktok { background: #15151d; }
.smm-dashboard-campaign > i.is-facebook,
.smm-dashboard-platform > i.is-facebook { background: #2d71e8; }
.smm-dashboard-campaign > i.is-telegram,
.smm-dashboard-platform > i.is-telegram { background: #2fa7dd; }
.smm-dashboard-campaign > i.is-campaign,
.smm-dashboard-platform > i.is-campaign { background: #7250df; }

.smm-dashboard-campaign strong,
.smm-dashboard-campaign small {
	display: block;
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.smm-dashboard-campaign strong {
	color: #202035;
	font-size: 11px;
}

.smm-dashboard-campaign small {
	margin-top: 2px;
	color: #9692a6;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 8px;
}

.smm-dashboard-platform {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
}

.smm-dashboard-platform > i {
	width: 22px;
	height: 22px;
	border-radius: 7px;
	font-size: 7px;
}

.smm-dashboard-status {
	display: inline-flex;
	min-height: 25px;
	padding: 4px 8px;
	border: 1px solid #ddd5ff;
	border-radius: 999px;
	background: #f0edff;
	align-items: center;
	color: #5a36c9;
	font-size: 9px;
	font-weight: 850;
	white-space: nowrap;
}

.smm-dashboard-status.is-completed,
.smm-dashboard-status.is-campaign-complete { border-color: #c7ecd6; background: #e7f8ee; color: #168052; }
.smm-dashboard-status.is-cancelled,
.smm-dashboard-status.is-failed,
.smm-dashboard-status.is-refunded { border-color: #f0cbd0; background: #fff0f2; color: #a12e40; }

.smm-dashboard-table__action {
	display: inline-flex;
	min-height: 30px;
	padding: 0 11px;
	border: 1px solid #b9a4ff;
	border-radius: 8px;
	align-items: center;
	color: #6840d7;
	font-size: 10px;
	font-weight: 850;
	text-decoration: none;
}

.smm-dashboard-table__action:hover {
	background: #6e47df;
	color: #fff;
}

.smm-dashboard-overview {
	position: relative;
	overflow: hidden;
}

.smm-dashboard-overview::after {
	position: absolute;
	right: -58px;
	bottom: -72px;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(111, 70, 227, .14), transparent 68%);
	content: "";
	pointer-events: none;
}

.smm-dashboard-overview__numbers {
	display: grid;
	margin-bottom: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.smm-dashboard-overview__numbers > div {
	padding: 12px 8px;
	border: 1px solid #ebe7f6;
	border-radius: 12px;
	background: #faf9ff;
	text-align: center;
}

.smm-dashboard-overview__numbers span,
.smm-dashboard-overview__numbers strong {
	display: block;
}

.smm-dashboard-overview__numbers span {
	color: #888499;
	font-size: 9px;
	font-weight: 750;
}

.smm-dashboard-overview__numbers strong {
	margin-top: 4px;
	color: #17172c;
	font-size: 22px;
	line-height: 1;
}

.smm-dashboard-progress-list {
	display: grid;
	gap: 14px;
}

.smm-dashboard-progress-list p {
	display: flex;
	margin: 0 0 6px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: #68667a;
	font-size: 10px;
	font-weight: 750;
}

.smm-dashboard-progress-list p strong {
	color: #242338;
}

.smm-dashboard-progress-list i {
	display: block;
	height: 7px;
	overflow: hidden;
	border-radius: 999px;
	background: #eeeaf7;
}

.smm-dashboard-progress-list b {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #6238da, #ba26cf);
}

.smm-dashboard-overview__note {
	position: relative;
	z-index: 1;
	margin: 20px 0 0;
	padding: 11px 12px;
	border-radius: 10px;
	background: #f3f0ff;
	color: #77738a;
	font-size: 9px;
	line-height: 1.5;
}

.smm-dashboard-payment-list {
	display: grid;
}

.smm-dashboard-payment-list > a {
	display: grid;
	min-width: 0;
	padding: 10px 0;
	border-bottom: 1px solid #ece9f4;
	grid-template-columns: minmax(120px, 1.3fr) auto minmax(92px, .9fr) auto;
	align-items: center;
	gap: 10px;
	color: #3d3b50;
	font-size: 10px;
	text-decoration: none;
}

.smm-dashboard-payment-list > a:last-child {
	border-bottom: 0;
}

.smm-dashboard-payment-list__method,
.smm-dashboard-payment-list__method small {
	display: block;
	min-width: 0;
}

.smm-dashboard-payment-list__method {
	font-weight: 800;
}

.smm-dashboard-payment-list__method small {
	margin-top: 2px;
	overflow: hidden;
	color: #9a96a7;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.smm-dashboard-payment-list__status {
	padding: 4px 7px;
	border-radius: 999px;
	background: #f0edff;
	color: #5f3bd0;
	font-size: 8px;
	font-weight: 800;
	text-align: center;
}

.smm-dashboard-payment-list time {
	color: #8f8b9e;
	font-size: 9px;
	white-space: nowrap;
}

.smm-dashboard-detail-card dl {
	margin: 0;
}

.smm-dashboard-detail-card dl > div {
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #ece9f4;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
}

.smm-dashboard-detail-card dl > div:last-child {
	border-bottom: 0;
}

.smm-dashboard-detail-card dt,
.smm-dashboard-detail-card dd {
	margin: 0;
	font-size: 10px;
}

.smm-dashboard-detail-card dt {
	color: #8a8798;
	font-weight: 750;
}

.smm-dashboard-detail-card dd {
	max-width: 62%;
	color: #2f2e42;
	font-weight: 800;
	text-align: right;
	overflow-wrap: anywhere;
}

.smm-dashboard-empty {
	display: grid;
	min-height: 160px;
	padding: 26px;
	border: 1px dashed #dcd4f1;
	border-radius: 12px;
	background: #faf9ff;
	place-content: center;
	text-align: center;
}

.smm-dashboard-empty strong,
.smm-dashboard-empty span {
	display: block;
}

.smm-dashboard-empty strong {
	color: #27263b;
}

.smm-dashboard-empty span {
	margin-top: 5px;
	color: #858193;
	font-size: 11px;
}

.smm-account-dashboard--reference .smm-account-empty {
	min-height: 210px;
	display: grid;
	place-content: center;
}

@media (max-width: 1180px) {
	.smm-dashboard-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.smm-dashboard-primary-grid,
	.smm-dashboard-secondary-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 900px) {
	body.woocommerce-account.logged-in .site-page {
		padding-block: 24px 58px;
	}

	body.woocommerce-account.logged-in .site-page__content > .woocommerce {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"notices"
			"profile"
			"navigation"
			"content";
		grid-template-rows: auto;
		gap: 14px;
	}

	.smm-account-member-card {
		min-height: 116px;
	}

	body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 4px;
	}

	body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li + li {
		margin-top: 0;
	}
}

@media (max-width: 680px) {
	body.woocommerce-account.logged-in .site-page__container {
		width: min(100% - 28px, 1320px);
	}

	.smm-dashboard-intro {
		align-items: stretch;
		flex-direction: column;
	}

	.smm-dashboard-intro__action {
		align-self: flex-start;
	}

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

	body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.smm-dashboard-overview__numbers {
		grid-template-columns: minmax(0, 1fr);
	}

	.smm-dashboard-payment-list > a {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.smm-dashboard-payment-list__status,
	.smm-dashboard-payment-list time {
		grid-column: span 1;
	}
}

@media (max-width: 480px) {
	body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
		grid-template-columns: minmax(0, 1fr);
	}

	.smm-dashboard-stat,
	.smm-dashboard-panel {
		border-radius: 14px;
	}

	.smm-dashboard-table {
		min-width: 650px;
	}
}
