.su-um-wrap {
	max-width: 980px;
	margin: 24px auto;
}

.su-um-dashboard {
	max-width: 1440px;
}

.su-um-grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.su-um-card {
	background: #ffffff;
	border: 1px solid #dce9f4;
	border-radius: 14px;
	padding: 20px;
	box-shadow: 0 10px 30px rgba(16, 48, 88, 0.06);
}

.su-um-card h3 {
	margin: 0 0 14px;
	font-size: 1.15rem;
	color: #12395f;
}

.su-um-card form {
	display: grid;
	gap: 10px;
}

.su-um-card label {
	font-weight: 600;
	color: #275172;
	font-size: 0.93rem;
}

.su-um-card input[type="text"],
.su-um-card input[type="email"],
.su-um-card input[type="password"],
.su-um-card input[type="file"],
.su-um-card select {
	border: 1px solid #c7deef;
	border-radius: 10px;
	padding: 10px 12px;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
}

.su-um-card button {
	border: 0;
	background: linear-gradient(120deg, #1f9deb, #2fca84);
	color: #fff;
	padding: 11px 14px;
	border-radius: 10px;
	font-weight: 700;
	cursor: pointer;
}

.su-um-card button:hover {
	opacity: 0.92;
}

.su-um-notice {
	margin: 0 0 12px;
	padding: 10px 12px;
	border-radius: 10px;
	font-weight: 600;
}

.su-um-notice.is-success {
	background: #eafaf1;
	color: #16663a;
	border: 1px solid #bbe9cc;
}

.su-um-notice.is-error {
	background: #fff0f0;
	color: #842b2b;
	border: 1px solid #f0c4c4;
}

.su-um-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
}

.su-um-tab {
	border: 1px solid #b7d8ee;
	background: #eff8ff;
	color: #0f4269;
	padding: 8px 12px;
	border-radius: 999px;
	font-weight: 700;
	cursor: pointer;
}

.su-um-tab.is-active {
	background: #0f4269;
	color: #fff;
	border-color: #0f4269;
}

.su-um-panel {
	display: none;
}

.su-um-panel.is-active {
	display: block;
}

.su-um-workspace-card {
	padding: 24px;
}

.su-um-workspace-shell {
	margin-top: 16px;
	border: 1px solid #dbe8f3;
	border-radius: 18px;
	background: linear-gradient(180deg, #f8fdff 0%, #eef7ff 100%);
	padding: 14px;
	overflow: hidden;
}

.su-um-workspace-shell .su-cc-app,
.su-um-workspace-shell .su-ls-admin-wrap {
	margin: 0;
}

.su-um-workspace-shell .su-cc-main {
	padding: 0;
}

.su-um-workspace-shell .su-cc-app-content-only .su-cc-main > section {
	background: #fff;
	border-radius: 16px;
	padding: 18px;
}

.su-um-workspace-shell-support .su-ls-admin-wrap {
	padding: 0;
}

.su-um-workspace-shell-support .su-ls-hero {
	margin-bottom: 16px;
}

.su-um-avatar-row {
	display: flex;
	gap: 14px;
	align-items: center;
	margin-bottom: 8px;
}

.su-um-avatar {
	width: 82px;
	height: 82px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #b8dff5;
}

.su-um-check {
	display: flex;
	gap: 8px;
	align-items: center;
	font-weight: 600;
}

.su-um-table-wrap {
	overflow-x: auto;
	margin-top: 14px;
	border: 1px solid #dbe7f1;
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
}

.su-um-purchase-stats {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 14px;
}

.su-um-pending-orders {
	margin: 0 0 18px;
	padding: 18px;
	border: 1px solid #dbe8f3;
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.su-um-pending-head h4 {
	margin: 0 0 6px;
	font-size: 1rem;
	color: #12395f;
}

.su-um-pending-head p {
	margin: 0 0 14px;
	color: #5d7b95;
}

.su-um-pending-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.su-um-pending-card {
	border: 1px solid #d6e6f2;
	border-radius: 16px;
	padding: 16px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(16, 48, 88, 0.04);
}

.su-um-pending-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.su-um-pill.is-status.is-pending {
	background: #fff7ed;
	border-color: #fed7aa;
	color: #9a3412;
}

.su-um-pending-meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 12px;
}

.su-um-pending-meta div {
	padding: 10px 12px;
	border-radius: 12px;
	background: #f8fbfe;
	border: 1px solid #e0edf7;
}

.su-um-pending-meta span {
	display: block;
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #6b879f;
}

.su-um-pending-meta strong,
.su-um-pending-meta code {
	color: #12395f;
	font-size: 13px;
	font-weight: 700;
	word-break: break-word;
}

.su-um-pending-copy {
	margin: 0 0 12px;
	color: #36556f;
}

.su-um-receipt-box {
	margin: 0 0 12px;
	padding: 14px;
	border: 1px solid #d6e6f2;
	border-radius: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
}

.su-um-receipt-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}

.su-um-pill.is-receipt.is-submitted {
	background: #eff6ff;
	border-color: #bfdbfe;
	color: #1d4ed8;
}

.su-um-pill.is-receipt.is-approved {
	background: #ecfdf5;
	border-color: #a7f3d0;
	color: #047857;
}

.su-um-pill.is-receipt.is-rejected {
	background: #fef2f2;
	border-color: #fecaca;
	color: #b91c1c;
}

.su-um-upload-receipt-form {
	display: grid;
	gap: 10px;
}

.su-um-upload-receipt-form label {
	margin: 0;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #5d7b95;
}

.su-um-upload-receipt-form input[type="file"],
.su-um-upload-receipt-form input[type="text"] {
	width: 100%;
}

.su-um-upload-receipt-form button {
	justify-self: start;
}

.su-um-pending-bank-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 12px;
}

.su-um-pending-bank-grid div {
	padding: 10px 12px;
	border-radius: 12px;
	background: #f8fbfe;
	border: 1px solid #e0edf7;
}

.su-um-pending-bank-grid span {
	display: block;
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #6b879f;
}

.su-um-pending-bank-grid strong,
.su-um-pending-bank-grid code {
	color: #12395f;
	font-size: 13px;
	font-weight: 700;
	word-break: break-word;
}

.su-um-pending-actions {
	display: flex;
	justify-content: flex-start;
}

.su-um-purchase-stat {
	padding: 14px 16px;
	border-radius: 16px;
	border: 1px solid #d8e8f4;
	background: linear-gradient(135deg, #f8fdff 0%, #edf8ff 100%);
}

.su-um-purchase-stat strong {
	display: block;
	font-size: 1.45rem;
	line-height: 1;
	color: #10395f;
}

.su-um-purchase-stat span {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	font-weight: 700;
	color: #5d7b95;
}

.su-um-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	min-width: 1080px;
}

.su-um-table th,
.su-um-table td {
	padding: 10px;
	border-bottom: 1px solid #e5edf5;
	text-align: left;
}

.su-um-table th {
	color: #1f496b;
	background: #f4f9fd;
	white-space: nowrap;
}

.su-um-pill {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 999px;
	border: 1px solid #c9e2f2;
	background: #eef8ff;
	color: #13456d;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.su-um-pill.is-plan {
	background: #ecfeff;
	border-color: #bcecf0;
	color: #0f5660;
}

.su-um-pill.is-mode {
	background: #fff7ed;
	border-color: #ffd8a8;
	color: #9a4d10;
}

.su-um-pill.is-status.is-active {
	background: #ecfdf5;
	border-color: #b7efcf;
	color: #116149;
}

.su-um-pill.is-status.is-expired,
.su-um-pill.is-status.is-blocked,
.su-um-pill.is-status.is-disabled {
	background: #fff1f2;
	border-color: #fecdd3;
	color: #9f1239;
}

.su-um-link-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 12px;
	border-radius: 10px;
	background: linear-gradient(120deg, #1f9deb, #2fca84);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.su-um-link-button:hover {
	opacity: 0.92;
	color: #fff;
}

.su-um-purchase-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.su-um-purchase-card {
	border: 1px solid #dbe7f1;
	border-radius: 18px;
	padding: 16px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 12px 28px rgba(16, 48, 88, 0.07);
}

.su-um-purchase-head {
	display: grid;
	grid-template-columns: 128px minmax(0, 1fr) auto;
	gap: 16px;
	align-items: start;
}

.su-um-purchase-visual {
	overflow: hidden;
	border-radius: 16px;
	border: 1px solid #d7e7f2;
	background: linear-gradient(180deg, #f5fbff 0%, #edf7ff 100%);
	min-height: 108px;
}

.su-um-purchase-visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.su-um-purchase-visual.is-fallback {
	display: grid;
	place-items: center;
}

.su-um-purchase-visual.is-fallback span {
	display: inline-grid;
	place-items: center;
	width: 64px;
	height: 64px;
	border-radius: 20px;
	background: linear-gradient(135deg, #1f9deb, #2fca84);
	color: #fff;
	font-size: 24px;
	font-weight: 800;
}

.su-um-purchase-title h4 {
	margin: 0 0 6px;
	font-size: 1.15rem;
	color: #10395f;
}

.su-um-purchase-title p {
	margin: 0 0 10px;
	color: #5d7b95;
	font-size: 13px;
}

.su-um-purchase-title p strong {
	color: #12395f;
}

.su-um-purchase-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.su-um-purchase-actions {
	display: flex;
	align-items: start;
	justify-content: end;
}

.su-um-license-code {
	margin-top: 14px;
	padding: 12px 14px;
	border-radius: 14px;
	background: #f5f9fd;
	border: 1px solid #dbe7f1;
}

.su-um-license-code span,
.su-um-purchase-meta span,
.su-um-purchase-foot span {
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #6b879f;
}

.su-um-license-code code {
	font-size: 13px;
	font-weight: 700;
	color: #10395f;
	word-break: break-all;
}

.su-um-purchase-meta,
.su-um-purchase-foot {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 14px;
}

.su-um-purchase-meta div,
.su-um-purchase-foot div {
	padding: 12px 14px;
	border-radius: 14px;
	border: 1px solid #e4edf4;
	background: #fff;
}

.su-um-meta-box {
	position: relative;
}

.su-um-meta-box span::before {
	display: inline-block;
	width: 18px;
	margin-right: 6px;
	color: #1f9deb;
	font-weight: 900;
}

.su-um-meta-box.is-domains span::before {
	content: "D";
}

.su-um-meta-box.is-expiry span::before {
	content: "E";
}

.su-um-meta-box.is-updates span::before {
	content: "U";
}

.su-um-meta-box.is-support span::before {
	content: "S";
}

.su-um-meta-box.is-site span::before {
	content: "W";
}

.su-um-meta-box.is-product span::before {
	content: "P";
}

.su-um-purchase-meta strong,
.su-um-purchase-foot strong {
	display: block;
	color: #12395f;
	font-size: 13px;
	font-weight: 700;
	word-break: break-word;
}

.su-um-muted {
	color: #6b879f;
	font-size: 13px;
	font-weight: 700;
}

@media (max-width: 900px) {
	.su-um-purchase-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.su-um-pending-grid,
	.su-um-pending-meta,
	.su-um-pending-bank-grid,
	.su-um-purchase-grid {
		grid-template-columns: 1fr;
	}

	.su-um-purchase-head {
		grid-template-columns: 1fr;
	}

	.su-um-purchase-actions {
		justify-content: start;
	}
}

@media (max-width: 560px) {
	.su-um-purchase-stats {
		grid-template-columns: 1fr;
	}

	.su-um-pending-meta,
	.su-um-pending-bank-grid,
	.su-um-purchase-meta,
	.su-um-purchase-foot {
		grid-template-columns: 1fr;
	}
}

.su-um-muted {
	color: #6a8095;
	font-size: 13px;
	font-weight: 600;
}

.su-um-sales-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: flex-end;
	margin: 0 0 10px;
}

.su-um-sales-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	margin: 0 0 10px;
}

.su-um-sales-stat {
	border: 1px solid #d8e8f4;
	border-radius: 10px;
	padding: 8px 10px;
	background: #f7fcff;
}

.su-um-sales-stat strong {
	display: block;
	font-size: 1.05rem;
	color: #12395f;
}

.su-um-sales-stat span {
	display: block;
	font-size: 12px;
	color: #416486;
}

.su-um-empty-state {
	margin: 0;
	padding: 14px 16px;
	border: 1px dashed #c8dced;
	border-radius: 12px;
	background: #f8fcff;
	color: #537089;
	font-size: 14px;
	font-weight: 600;
}

@media (max-width: 768px) {
	.su-um-grid-2 {
		grid-template-columns: 1fr;
	}
	.su-um-avatar-row {
		flex-direction: column;
		align-items: flex-start;
	}
	.su-um-sales-stats {
		grid-template-columns: 1fr 1fr;
	}
	.su-um-workspace-card {
		padding: 16px;
	}
	.su-um-workspace-shell {
		padding: 10px;
	}
}
