.pch-shell {
	--pch-bg: #f7f3eb;
	--pch-surface: #fffdf8;
	--pch-ink: #1d2c2a;
	--pch-muted: #61706d;
	--pch-line: #d7d0c1;
	--pch-accent: #1c7c54;
	--pch-accent-soft: #dceee5;
	--pch-danger: #9f3a2d;
	--pch-danger-soft: #f6dfda;
	background:
		radial-gradient(circle at top right, rgba(28, 124, 84, 0.12), transparent 34%),
		linear-gradient(180deg, #f4efe6 0%, #faf7f0 100%);
	border: 1px solid var(--pch-line);
	border-radius: 28px;
	padding: 28px;
	color: var(--pch-ink);
	box-shadow: 0 18px 50px rgba(35, 46, 44, 0.08);
	font-family: Georgia, "Times New Roman", serif;
}

.pch-header,
.pch-grid,
.pch-tabs,
.pch-card-grid,
.pch-inline-fields,
.pch-inline-actions {
	display: grid;
	gap: 18px;
}

.pch-header {
	grid-template-columns: 1fr auto;
	align-items: start;
	margin-bottom: 24px;
}

.pch-header h2,
.pch-section h3,
.pch-panel h3,
.pch-panel h4,
.pch-panel h5 {
	margin: 0 0 10px;
	font-weight: 600;
	line-height: 1.15;
}

.pch-header p,
.pch-panel p,
.pch-meta {
	margin: 0;
	color: var(--pch-muted);
}

.pch-account-chip,
.pch-notice,
.pch-panel,
.pch-card {
	background: var(--pch-surface);
	border: 1px solid rgba(108, 96, 72, 0.18);
	border-radius: 22px;
	box-shadow: 0 10px 24px rgba(50, 58, 54, 0.05);
}

.pch-account-chip {
	padding: 16px 18px;
	text-align: right;
	min-width: 230px;
	display: grid;
	gap: 4px;
}

.pch-account-chip-guest {
	justify-items: end;
	align-content: center;
	gap: 10px;
}

.pch-grid-auth {
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	margin-bottom: 24px;
}

.pch-panel {
	padding: 20px;
	margin-bottom: 18px;
}

.pch-panel-wide {
	max-width: 840px;
}

.pch-panel-toolbar {
	display: flex;
	justify-content: flex-end;
}

.pch-tabs {
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	margin-bottom: 18px;
}

.pch-tab {
	padding: 12px 16px;
	border-radius: 999px;
	background: rgba(255, 253, 248, 0.78);
	border: 1px solid var(--pch-line);
	text-align: center;
	text-decoration: none;
	color: var(--pch-ink);
	font-weight: 600;
}

.pch-tab.is-active {
	background: var(--pch-accent);
	color: #fff;
	border-color: var(--pch-accent);
}

.pch-card-grid {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	align-items: stretch;
}

.pch-shell .pch-card-grid {
	display: grid;
	gap: 18px;
	margin-top: 12px;
	align-items: stretch;
}

.pch-card {
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-end !important;
	padding: 64px 28px 28px !important;
	min-height: 220px !important;
	height: auto !important;
	width: auto !important;
	background: var(--pch-surface) !important;
	border: 1px solid rgba(108, 96, 72, 0.18) !important;
	border-radius: 22px !important;
	box-shadow: 0 10px 24px rgba(50, 58, 54, 0.05) !important;
	transition: transform 180ms ease, box-shadow 180ms ease;
	text-decoration: none !important;
	color: var(--pch-ink) !important;
	box-sizing: border-box !important;
}

.pch-shell .pch-card {
	margin: 0;
	min-width: 0;
}

.pch-shell a.pch-card,
.pch-shell a.pch-card:visited,
.pch-shell a.pch-card:hover,
.pch-shell a.pch-card:active {
	color: var(--pch-ink);
	text-decoration: none;
	text-indent: 0;
}

.pch-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 24px rgba(28, 48, 42, 0.08);
}

.pch-card .pch-badge {
	position: absolute !important;
	top: 16px !important;
	right: 16px !important;
	left: auto !important;
	align-self: auto;
}



.pch-card-title {
	display: block;
	margin: 0 0 6px;
	padding: 0;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.25;
	color: var(--pch-ink);
	text-align: left;
	text-decoration: none;
}



.pch-card-meta {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 0.88rem;
	font-weight: 400;
	line-height: 1.4;
	color: var(--pch-muted);
	text-align: left;
	text-decoration: none;
}



.pch-card-summary,
.pch-card summary,
.pch-card-body {
	display: none;
}

.pch-description p + p {
	margin-top: 12px;
}

.pch-detail-back a {
	margin: 0;
	color: var(--pch-accent);
	font-weight: 700;
	text-decoration: none;
}

.pch-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.pch-shell .pch-badge {
	align-self: start;
	margin: 0;
	font-family: inherit;
}

.pch-badge-public {
	background: var(--pch-accent-soft);
	color: var(--pch-accent);
}

.pch-badge-private {
	background: #efe3cf;
	color: #6b4d22;
}

.pch-stack {
	display: grid;
	gap: 12px;
}

.pch-stack label {
	display: grid;
	gap: 8px;
	font-weight: 600;
}

.pch-stack input,
.pch-stack select,
.pch-stack textarea {
	width: 100%;
	border: 1px solid var(--pch-line);
	border-radius: 14px;
	padding: 12px 14px;
	font: inherit;
	background: #fff;
	box-sizing: border-box;
}

.pch-inline-fields,
.pch-inline-actions {
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.pch-button {
	appearance: none;
	border: 0;
	border-radius: 999px;
	padding: 12px 20px;
	background: var(--pch-accent);
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.pch-button-secondary {
	background: #e6ded1;
	color: var(--pch-ink);
}

.pch-notice {
	padding: 14px 16px;
	margin-bottom: 16px;
	font-weight: 600;
}

.pch-notice-success {
	background: var(--pch-accent-soft);
	color: var(--pch-accent);
}

.pch-notice-error {
	background: var(--pch-danger-soft);
	color: var(--pch-danger);
}

.pch-section + .pch-section,
.pch-subsection + .pch-subsection {
	margin-top: 24px;
}

.pch-owner-project,
.pch-request-card {
	display: grid;
	gap: 16px;
}

.pch-project-detail {
	display: grid;
	gap: 16px;
}

.pch-detail-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 18px;
}

.pch-guest-cta {
	display: grid;
	gap: 12px;
}

.pch-member-list {
	margin: 0;
	padding-left: 18px;
}

.pch-minor-form {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--pch-line);
}

@media (max-width: 800px) {
	.pch-shell {
		padding: 20px;
		border-radius: 20px;
	}

	.pch-header {
		grid-template-columns: 1fr;
	}

	.pch-account-chip {
		text-align: left;
	}

	.pch-account-chip-guest {
		justify-items: start;
	}

	.pch-card-link-header,
	.pch-detail-header {
		flex-direction: column;
		align-items: flex-start;
	}
}