.woocommerce-account {
	--lm3d-account-ink: #172033;
	--lm3d-account-muted: #46556a;
	--lm3d-account-line: #c6d0dd;
	--lm3d-account-soft: #f4f7fa;
	--lm3d-account-primary: #0b5cab;
	--lm3d-account-danger: #a22222;
}

.woocommerce-account .woocommerce-MyAccount-content {
	min-width: 0;
	color: var(--lm3d-account-ink);
}

.woocommerce-account .woocommerce-MyAccount-content *,
.woocommerce-account .woocommerce-MyAccount-navigation * {
	box-sizing: border-box;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: .25rem;
	padding: .5rem;
	margin: 0;
	border: 1px solid var(--lm3d-account-line);
	border-radius: .75rem;
	background: #fff;
	list-style: none;
}

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

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	min-height: 2.75rem;
	padding: .65rem .8rem;
	border-radius: .5rem;
	color: var(--lm3d-account-ink);
	font-weight: 650;
	line-height: 1.25;
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
	background: #eaf3fc;
	color: #064780;
}

.logicmesh3d-account-navigation-toggle {
	display: none;
}

.logicmesh3d-account-summary__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 11rem), 1fr));
	gap: 1rem;
	margin: 1.25rem 0;
}

.logicmesh3d-account-summary__card {
	display: flex;
	align-items: center;
	min-height: 5rem;
	padding: 1rem;
	border: 1px solid var(--lm3d-account-line);
	border-radius: .75rem;
	background: #fff;
	color: var(--lm3d-account-ink);
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 .35rem 1.25rem rgb(24 43 72 / 6%);
}

.logicmesh3d-account-summary__card:hover,
.logicmesh3d-account-summary__card:focus-visible {
	border-color: var(--lm3d-account-primary);
	background: #f7fbff;
}

.logicmesh3d-account-actions {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: .65rem;
}

.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account .woocommerce-MyAccount-content button,
.woocommerce-account .woocommerce-MyAccount-content input[type="submit"],
.woocommerce-account .logicmesh3d-account-navigation-toggle,
.woocommerce-account .show-password-input {
	min-width: 2.75rem;
	min-height: 2.75rem;
	line-height: 1.25;
}

.woocommerce-account .woocommerce-MyAccount-content :is(a, button, input, textarea, summary):focus-visible,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus-visible,
.logicmesh3d-account-navigation-toggle:focus-visible {
	outline: 3px solid #75b9ff;
	outline-offset: 2px;
}

.logicmesh3d-account-empty {
	display: grid;
	justify-items: start;
	gap: .75rem;
	padding: 1.25rem;
	margin-block: 1rem;
	border: 1px dashed #9cabbc;
	border-radius: .75rem;
	background: var(--lm3d-account-soft);
}

.logicmesh3d-account-empty p {
	margin: 0;
}

.logicmesh3d-account-table {
	width: 100%;
	margin-block: 1rem;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: auto;
}

.logicmesh3d-account-table th {
	color: var(--lm3d-account-muted);
	font-size: .8rem;
	letter-spacing: .04em;
	text-align: left;
	text-transform: uppercase;
}

.logicmesh3d-account-table th,
.logicmesh3d-account-table td {
	padding: .8rem;
	vertical-align: top;
}

.logicmesh3d-account-filename,
.logicmesh3d-account-table a {
	overflow-wrap: anywhere;
}

.logicmesh3d-account-status {
	display: inline-flex;
	align-items: center;
	min-height: 1.75rem;
	padding: .25rem .6rem;
	border: 1px solid #a8b7c7;
	border-radius: 999px;
	background: #f1f4f7;
	color: #26364a;
	font-size: .82rem;
	font-weight: 750;
	line-height: 1.15;
	white-space: normal;
}

.logicmesh3d-account-status--completed,
.logicmesh3d-account-status--paid,
.logicmesh3d-account-status--accepted {
	border-color: #78a98a;
	background: #edf8f0;
	color: #17562f;
}

.logicmesh3d-account-status--offered,
.logicmesh3d-account-status--reserved,
.logicmesh3d-account-status--running,
.logicmesh3d-account-status--analyzing {
	border-color: #77a9d2;
	background: #edf6fd;
	color: #0a4c7d;
}

.logicmesh3d-account-status--expired,
.logicmesh3d-account-status--rejected,
.logicmesh3d-account-status--failed,
.logicmesh3d-account-status--superseded {
	border-color: #d39b9b;
	background: #fff1f1;
	color: #7d2020;
}

.logicmesh3d-account-inline {
	display: inline-block;
	max-width: 100%;
	margin: 0;
}

.logicmesh3d-account-inline[aria-busy="true"] {
	opacity: .7;
}

.logicmesh3d-account-disclosure {
	width: min(100%, 25rem);
	border: 1px solid var(--lm3d-account-line);
	border-radius: .5rem;
	background: #fff;
}

.logicmesh3d-account-disclosure summary,
.logicmesh3d-account-contact > summary {
	display: flex;
	align-items: center;
	min-height: 2.75rem;
	padding: .65rem .8rem;
	font-weight: 700;
	cursor: pointer;
}

.logicmesh3d-account-disclosure--danger summary {
	color: var(--lm3d-account-danger);
}

.logicmesh3d-account-disclosure__content {
	display: grid;
	gap: .75rem;
	padding: 0 .8rem .8rem;
}

.logicmesh3d-account-disclosure__content p {
	margin: 0;
}

.logicmesh3d-account-disclosure__content label {
	display: grid;
	grid-template-columns: 1.5rem minmax(0, 1fr);
	gap: .5rem;
	min-height: 2.75rem;
	cursor: pointer;
}

.logicmesh3d-account-disclosure__content input[type="checkbox"] {
	width: 1.5rem;
	height: 1.5rem;
	margin-top: .1rem;
	accent-color: var(--lm3d-account-primary);
}

.logicmesh3d-account-pagination {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: .75rem;
	margin-block: 1.25rem;
}

.logicmesh3d-account-section {
	display: grid;
	gap: 1rem;
}

.logicmesh3d-account-section__header,
.logicmesh3d-case-detail__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.logicmesh3d-account-section__header h2,
.logicmesh3d-case-detail__header h2,
.logicmesh3d-account-eyebrow {
	margin: 0;
}

.logicmesh3d-account-contact {
	margin-top: 1rem;
	border: 1px solid var(--lm3d-account-line);
	border-radius: .75rem;
	background: var(--lm3d-account-soft);
}

.logicmesh3d-account-contact__content {
	padding: 0 1rem 1rem;
}

.logicmesh3d-account-back {
	margin-bottom: 1rem;
}

.logicmesh3d-account-back a {
	display: inline-flex;
	align-items: center;
	min-height: 2.75rem;
}

.logicmesh3d-account-eyebrow {
	color: var(--lm3d-account-muted);
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.logicmesh3d-case-detail {
	display: grid;
	gap: 1.5rem;
	min-width: 0;
}

.logicmesh3d-case-detail > section {
	min-width: 0;
	padding: 1.25rem;
	border: 1px solid var(--lm3d-account-line);
	border-radius: .75rem;
	background: #fff;
}

.logicmesh3d-case-detail > section h3 {
	margin-top: 0;
}

.logicmesh3d-case-detail__description p,
.logicmesh3d-case-detail__messages p {
	white-space: pre-wrap;
}

.logicmesh3d-case-detail__offer {
	border-left: .25rem solid #a85d00 !important;
	background: #fff8e9 !important;
}

.logicmesh3d-case-detail__price {
	font-size: 1.35rem;
	font-weight: 800;
}

.logicmesh3d-case-detail__messages,
.logicmesh3d-case-detail__attachments {
	display: grid;
	gap: .75rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.logicmesh3d-case-detail__messages li:not(.logicmesh3d-case-detail__empty) {
	padding: 1rem;
	border: 1px solid #dce3ec;
	border-radius: .6rem;
}

.logicmesh3d-case-detail__messages header {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	color: var(--lm3d-account-muted);
	font-size: .875rem;
}

.logicmesh3d-case-detail__messages p {
	margin-bottom: 0;
}

.logicmesh3d-case-detail__empty,
.logicmesh3d-account-hint {
	color: var(--lm3d-account-muted);
}

.logicmesh3d-case-detail__attachments a {
	overflow-wrap: anywhere;
}

.logicmesh3d-case-detail__reply form,
.logicmesh3d-case-detail__reply label {
	display: grid;
	gap: .5rem;
}

.logicmesh3d-case-detail__reply form {
	gap: 1rem;
}

.logicmesh3d-case-detail__reply input[type="file"],
.logicmesh3d-case-detail__reply textarea {
	width: 100%;
	min-height: 3rem;
	padding: .75rem;
	border: 1px solid #758195;
	border-radius: .5rem;
	font: inherit;
}

.logicmesh3d-case-detail__reply textarea {
	min-height: 8rem;
	resize: vertical;
}

.logicmesh3d-case-detail__reply input::file-selector-button {
	min-height: 2.75rem;
	padding: .65rem 1rem;
	border: 1px solid var(--lm3d-account-primary);
	border-radius: .4rem;
	background: var(--lm3d-account-primary);
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.logicmesh3d-account-hint,
.logicmesh3d-account-file-list p {
	margin: 0;
	font-size: .9rem;
}

.logicmesh3d-account-file-list ul {
	display: grid;
	gap: .35rem;
	padding: 0;
	margin: .5rem 0 0;
	list-style: none;
}

.logicmesh3d-account-file-list li {
	display: flex;
	justify-content: space-between;
	gap: .75rem;
	padding: .5rem .75rem;
	border-radius: .5rem;
	background: var(--lm3d-account-soft);
}

@media (max-width: 80rem) {
	.woocommerce-account .woocommerce-MyAccount-content table.logicmesh3d-account-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.woocommerce-account .woocommerce-MyAccount-content table.logicmesh3d-account-table,
	.woocommerce-account .woocommerce-MyAccount-content table.logicmesh3d-account-table tbody {
		display: grid;
		gap: 1rem;
		border: 0;
	}

	.woocommerce-account .woocommerce-MyAccount-content table.logicmesh3d-account-table tr {
		display: grid;
		min-width: 0;
		border: 1px solid var(--lm3d-account-line);
		border-radius: .75rem;
		background: #fff;
		overflow: hidden;
	}

	.woocommerce-account .woocommerce-MyAccount-content table.logicmesh3d-account-table td {
		display: grid;
		grid-template-columns: minmax(7.5rem, 35%) minmax(0, 1fr);
		gap: .75rem;
		min-width: 0;
		padding: .75rem 1rem;
		border: 0;
		border-bottom: 1px solid #e3e8ef;
		text-align: left;
	}

	.woocommerce-account .woocommerce-MyAccount-content table.logicmesh3d-account-table td:last-child {
		border-bottom: 0;
	}

	.woocommerce-account .woocommerce-MyAccount-content table.logicmesh3d-account-table td::before {
		float: none;
		content: attr(data-title);
		color: var(--lm3d-account-muted);
		font-size: .8rem;
		font-weight: 750;
		letter-spacing: .03em;
		text-transform: uppercase;
	}
}

@media (max-width: 48rem) {
	.woocommerce-account .logicmesh3d-account-navigation--enhanced {
		position: relative;
		width: 100%;
		margin-bottom: 1.25rem;
	}

	.logicmesh3d-account-navigation-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 2.75rem;
		padding: .7rem .85rem;
		border: 1px solid var(--lm3d-account-line);
		border-radius: .6rem;
		background: #fff;
		color: var(--lm3d-account-ink);
		font: inherit;
		font-weight: 700;
		text-align: left;
	}

	.logicmesh3d-account-navigation-toggle::after {
		content: "▾";
	}

	.logicmesh3d-account-navigation-toggle[aria-expanded="true"]::after {
		transform: rotate(180deg);
	}

	.woocommerce-account .logicmesh3d-account-navigation--enhanced ul {
		display: none;
		margin-top: .35rem;
	}

	.woocommerce-account .logicmesh3d-account-navigation--enhanced .logicmesh3d-account-navigation-toggle[aria-expanded="true"] + ul {
		display: grid;
	}

	.logicmesh3d-account-section__header,
	.logicmesh3d-case-detail__header {
		align-items: stretch;
		flex-direction: column;
	}

	.logicmesh3d-account-actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		width: 100%;
	}

	.logicmesh3d-account-actions > *,
	.logicmesh3d-account-actions .button,
	.logicmesh3d-account-inline,
	.logicmesh3d-account-disclosure {
		width: 100%;
	}
}

@media (max-width: 30rem) {
	.woocommerce-account .woocommerce-MyAccount-content table.logicmesh3d-account-table td {
		grid-template-columns: minmax(0, 1fr);
		gap: .35rem;
	}

	.logicmesh3d-account-file-list li,
	.logicmesh3d-case-detail__messages header {
		align-items: flex-start;
		flex-direction: column;
		gap: .2rem;
	}

	.logicmesh3d-case-detail > section {
		padding: 1rem;
	}
}

@media (forced-colors: active) {
	.logicmesh3d-account-status,
	.logicmesh3d-account-summary__card {
		border: 1px solid CanvasText;
	}
}
