/* ЛК Theater L2/L3 — светлый хром + тёмные карточки. Компактнее. */

body.pm-account-theater.pm-account-orders .entry-header,
body.pm-account-theater.pm-account-orders .entry-title,
body.pm-account-theater.pm-account-view-order .entry-header,
body.pm-account-theater.pm-account-view-order .entry-title {
	display: none !important;
}

body.pm-account-theater .woocommerce-MyAccount-content {
	max-width: 640px;
}

body.pm-account-theater .pm-acc-head {
	margin: 0 0 12px;
}

body.pm-account-theater .pm-acc-title {
	font-family: var(--pm-font-display), Georgia, serif;
	font-weight: 300;
	font-size: clamp(1.5rem, 3.5vw, 1.85rem);
	line-height: 0.95;
	margin: 0 0 4px;
	color: var(--pm-cta-ink);
}

body.pm-account-theater .pm-acc-title em {
	font-style: italic;
	color: var(--pm-pink);
	font-weight: 400;
}

body.pm-account-theater .pm-acc-sub {
	margin: 0;
	font-size: 12px;
	line-height: 1.35;
	color: var(--pm-text-faint);
	max-width: 40ch;
}

body.pm-account-theater .pm-acc-orders {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

body.pm-account-theater .pm-acc-card {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	padding: 10px 12px;
	border-radius: 14px;
	background: var(--pm-panel-ink);
	color: var(--pm-color-white);
	text-decoration: none;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(40, 20, 40, 0.14);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.pm-account-theater .pm-acc-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at 90% 0%, color-mix(in srgb, var(--pm-pink) 30%, transparent), transparent 50%);
	pointer-events: none;
}

body.pm-account-theater .pm-acc-card:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 36px rgba(40, 20, 40, 0.2);
	color: var(--pm-color-white);
}

body.pm-account-theater .pm-acc-card__orb,
body.pm-account-theater .pm-acc-card__body,
body.pm-account-theater .pm-acc-card__go {
	position: relative;
	z-index: 1;
}

body.pm-account-theater .pm-acc-card__body {
	min-width: 0;
}

body.pm-account-theater .pm-acc-card__orb {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--pm-panel-ink-2) center / contain no-repeat;
	box-shadow: 0 0 18px color-mix(in srgb, var(--pm-pink) 35%, transparent);
	border: 1px solid color-mix(in srgb, var(--pm-rosegold) 35%, transparent);
	flex: none;
}

body.pm-account-theater .pm-acc-card__orb.is-multi {
	position: relative;
}

body.pm-account-theater .pm-acc-card__badge {
	position: absolute;
	right: -4px;
	top: -4px;
	background: var(--pm-pink);
	color: var(--pm-color-white);
	font-size: 9px;
	font-weight: 800;
	padding: 2px 5px;
	border-radius: var(--pm-radius-pill);
}

body.pm-account-theater .pm-acc-card__num {
	display: block;
	font-size: 8.5px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	opacity: 0.5;
}

body.pm-account-theater .pm-acc-card__title {
	display: block;
	font-family: var(--pm-font-display), Georgia, serif;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.1;
	margin-top: 1px;
}

body.pm-account-theater .pm-acc-card__meta {
	display: block;
	font-size: 10.5px;
	opacity: 0.55;
	margin-top: 1px;
}

body.pm-account-theater .pm-acc-card__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	margin-top: 5px;
}

body.pm-account-theater .pm-acc-card__st {
	font-size: 9.5px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--pm-pink-glow);
}

body.pm-account-theater .pm-acc-card__st.is-done {
	color: var(--pm-color-success-bright);
}

body.pm-account-theater .pm-acc-card__sum {
	font-family: var(--pm-font-display), Georgia, serif;
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--pm-pink-glow);
	white-space: nowrap;
}

body.pm-account-theater .pm-acc-card__go {
	font-size: 16px;
	opacity: 0.35;
	padding-right: 2px;
}

body.pm-account-theater .pm-acc-empty {
	padding: 20px 14px;
	text-align: center;
	border: 1px dashed rgba(0, 0, 0, 0.12);
	border-radius: 12px;
	color: var(--pm-text-faint);
}

body.pm-account-theater .pm-acc-back {
	margin: 0 0 8px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.pm-account-theater .pm-acc-back a {
	color: var(--pm-text-faint);
	text-decoration: none;
}

body.pm-account-theater .pm-acc-back a:hover {
	color: var(--pm-pink);
}

body.pm-account-theater.pm-account-view-order .pm-th {
	margin-top: 0;
}

body.pm-account-theater .pm-acc-notes {
	margin-bottom: 10px;
	padding: 10px 12px;
	border-radius: 10px;
	background: var(--pm-pink-wash);
}

body.pm-account-theater .pm-acc-notes h2 {
	margin: 0 0 6px;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.pm-account-theater .pm-acc-pager {
	margin-top: 12px;
}

@media (max-width: 480px) {
	body.pm-account-theater .pm-acc-card {
		grid-template-columns: 48px 1fr;
	}
	body.pm-account-theater .pm-acc-card__go {
		display: none;
	}
	body.pm-account-theater .pm-acc-card__orb {
		width: 48px;
		height: 48px;
	}
}
