.lpc-admin-page {
	max-width: 1100px;
}

.lpc-admin-page__intro {
	max-width: 760px;
	font-size: 14px;
}

.lpc-card-grid,
.lpc-account-dashboard__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
	margin-top: 24px;
}

.lpc-account-shell {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 24px;
	margin-top: 24px;
}

.lpc-account-shell__nav {
	background: #f8f8f8;
	border: 1px solid #e3e3e3;
	border-radius: 12px;
	padding: 18px;
}

.lpc-account-shell__content {
	min-width: 0;
}

.lpc-nav-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.lpc-nav-list li + li {
	margin-top: 8px;
}

.lpc-nav-list a {
	display: block;
	padding: 10px 12px;
	border-radius: 10px;
	text-decoration: none;
	color: #1d2327;
}

.lpc-nav-list a.is-active,
.lpc-nav-list a:hover {
	background: #2271b1;
	color: #fff;
}

.lpc-form {
	margin-top: 20px;
}

.lpc-form input[type="text"],
.lpc-form input[type="password"],
.lpc-form input[type="email"],
.lpc-form textarea,
.lpc-form select {
	width: 100%;
	max-width: 760px;
}

.lpc-metric {
	font-size: 24px;
	font-weight: 700;
	margin: 0;
}

.lpc-quick-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 20px 0;
}

.lpc-status-pill {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	background: #e7f5ea;
	color: #0a6b2d;
}

.lpc-status-pill.status-pending {
	background: #fff4d6;
	color: #8a5d00;
}

.lpc-status-pill.status-rejected {
	background: #fde8e8;
	color: #9d1f1f;
}

.lpc-status-pill.status-open {
	background: #e8f1ff;
	color: #174ea6;
}

.lpc-status-pill.status-resolved,
.lpc-status-pill.status-approved {
	background: #e7f5ea;
	color: #0a6b2d;
}

.lpc-status-pill.status-closed {
	background: #f1f3f4;
	color: #44515c;
}

.lpc-table-wrap {
	overflow-x: auto;
	margin-top: 18px;
}

.lpc-bullet-list {
	list-style: disc;
	padding-left: 20px;
}

.lpc-timeline {
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

.lpc-ticket-thread {
	margin-top: 24px;
}

.lpc-ticket-thread .lpc-card {
	max-width: 100%;
}

.lpc-builder-toolbar {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 16px;
	margin: 20px 0 24px;
}

.lpc-sortable-list {
	display: grid;
	gap: 16px;
}

.lpc-field-row__header,
.lpc-builder-new-row__header,
.lpc-builder-section__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.lpc-field-row__header {
	margin-bottom: 12px;
}

.lpc-drag-handle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 10px;
	background: #f1f5f9;
	color: #334155;
	cursor: move;
	font-weight: 700;
	margin-right: 8px;
}

.lpc-builder-section {
	margin-top: 28px;
	padding-top: 8px;
}

.lpc-builder-stack {
	display: grid;
	gap: 14px;
	margin-top: 16px;
}

.lpc-builder-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px 16px;
}

.lpc-builder-grid__wide {
	grid-column: 1 / -1;
}

.lpc-builder-new-row {
	border-style: dashed;
}

.lpc-shortcode-block {
	margin: 24px 0;
}

.lpc-directory-filters {
	margin-bottom: 24px;
	padding: 18px;
	background: #f8f8f8;
	border: 1px solid #e3e3e3;
	border-radius: 12px;
}

.lpc-member-profile-card img {
	border-radius: 12px;
}

.lpc-public-profile-wrap {
	max-width: 1120px;
	margin: 0 auto;
	padding: 32px 16px 48px;
}

.lpc-public-profile .lpc-public-hero__cover img {
	display: block;
	width: 100%;
	max-height: 320px;
	object-fit: cover;
	border-radius: 14px;
	margin-bottom: 18px;
}

.lpc-public-profile .lpc-public-hero__logo {
	max-width: 140px;
	height: auto;
	border-radius: 14px;
}

.lpc-checkbox label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

@media (max-width: 900px) {
	.lpc-account-shell {
		grid-template-columns: 1fr;
	}
}

.lpc-card,
.lpc-account-dashboard__card {
	background: #ffffff;
	border: 1px solid #dcdcde;
	border-radius: 12px;
	padding: 18px;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.lpc-card h2,
.lpc-account-dashboard__card h3 {
	margin-top: 0;
	margin-bottom: 8px;
}

.lpc-account-dashboard {
	margin-top: 24px;
}
