.phcla-report-trigger {
	display: block;
	width: 100%;
	margin-top: 6px;
	padding: 8px 4px;
	border: 0;
	background: none;
	color: #94a3b8;
	font-size: 0.74rem;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
	min-height: 34px;
}
.phcla-report-trigger:hover,
.phcla-report-trigger:focus-visible {
	color: #64748b;
}
body.phcla-report-open {
	overflow: hidden;
}
.phcla-report-overlay {
	position: fixed;
	inset: 0;
	z-index: 99990;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0;
	background: rgba(15, 23, 42, 0.55);
}
.phcla-report-overlay[hidden] {
	display: none;
}
.phcla-report-dialog {
	position: relative;
	width: 100%;
	max-width: 520px;
	max-height: 90vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 22px 18px 18px;
	background: #ffffff;
	color: #0f172a;
	border-radius: 16px 16px 0 0;
	box-sizing: border-box;
}
.phcla-report-dialog *,
.phcla-report-dialog *::before,
.phcla-report-dialog *::after {
	box-sizing: inherit;
}
.phcla-report-close {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 40px;
	height: 40px;
	border: 0;
	background: none;
	font-size: 1.7rem;
	line-height: 1;
	color: #64748b;
	cursor: pointer;
}
.phcla-report-title {
	margin: 0 0 4px;
	font-size: 1.12rem;
	padding-right: 36px;
}
.phcla-report-product {
	margin: 0 0 14px;
	font-size: 0.9rem;
	font-weight: 600;
	color: #0f9d58;
	overflow-wrap: anywhere;
}
.phcla-report-reasons {
	margin: 0 0 14px;
	padding: 0;
	border: 0;
}
.phcla-report-reasons legend {
	padding: 0;
	margin-bottom: 8px;
	font-size: 0.86rem;
	font-weight: 600;
	color: #64748b;
}
.phcla-report-reason {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	padding: 4px 8px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 0.95rem;
}
.phcla-report-reason:hover {
	background: #f1f5f9;
}
.phcla-report-reason input {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	margin: 0;
}
.phcla-report-comment-label {
	display: block;
	margin-bottom: 6px;
	font-size: 0.86rem;
	font-weight: 600;
	color: #64748b;
}
.phcla-report-dialog textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	font-family: inherit;
	font-size: 0.95rem;
	color: inherit;
	background: #ffffff;
	resize: vertical;
}
.phcla-report-privacy {
	margin: 10px 0 0;
	font-size: 0.78rem;
	color: #94a3b8;
}
.phcla-report-feedback {
	margin: 10px 0 0;
	font-size: 0.88rem;
	min-height: 1.2em;
}
.phcla-report-feedback.is-ok {
	color: #0b6b3c;
	font-weight: 600;
}
.phcla-report-feedback.is-error {
	color: #b32d2e;
	font-weight: 600;
}
.phcla-report-actions {
	display: flex;
	gap: 8px;
	margin-top: 16px;
}
.phcla-report-btn {
	flex: 1 1 auto;
	min-height: 46px;
	border: 0;
	border-radius: 10px;
	font-size: 0.95rem;
	font-weight: 600;
	cursor: pointer;
}
.phcla-report-btn--primary {
	background: #0f9d58;
	color: #ffffff;
}
.phcla-report-btn--primary:disabled {
	opacity: 0.6;
	cursor: default;
}
.phcla-report-btn--ghost {
	background: #f1f5f9;
	color: #0f172a;
}
.phcla-badge-stock {
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	white-space: nowrap;
}
.phcla-badge-stock--out {
	background: #fee2e2;
	color: #991b1b;
}
.phcla-badge-stock--low {
	background: #fef3c7;
	color: #92400e;
}
@media (min-width: 640px) {
	.phcla-report-overlay {
		align-items: center;
		padding: 20px;
	}
	.phcla-report-dialog {
		border-radius: 16px;
		padding: 26px 24px 22px;
	}
	.phcla-report-actions {
		justify-content: flex-end;
	}
	.phcla-report-btn {
		flex: 0 1 auto;
		min-width: 150px;
	}
}
@media (prefers-color-scheme: dark) {
	.phcla-report-dialog {
		background: #0f172a;
		color: #e2e8f0;
	}
	.phcla-report-dialog textarea {
		background: #1e293b;
		border-color: #334155;
		color: #e2e8f0;
	}
	.phcla-report-reason:hover {
		background: #1e293b;
	}
	.phcla-report-btn--ghost {
		background: #1e293b;
		color: #e2e8f0;
	}
	.phcla-badge-stock--out {
		background: #7f1d1d;
		color: #fee2e2;
	}
	.phcla-badge-stock--low {
		background: #78350f;
		color: #fef3c7;
	}
}
body.phcla-dark-mode .phcla-report-dialog {
	background: #0f172a;
	color: #e2e8f0;
}
body.phcla-dark-mode .phcla-report-dialog textarea {
	background: #1e293b;
	border-color: #334155;
	color: #e2e8f0;
}
body.phcla-dark-mode .phcla-report-reason:hover {
	background: #1e293b;
}
body.phcla-dark-mode .phcla-report-btn--ghost {
	background: #1e293b;
	color: #e2e8f0;
}
body.phcla-dark-mode .phcla-badge-stock--out {
	background: #7f1d1d;
	color: #fee2e2;
}
body.phcla-dark-mode .phcla-badge-stock--low {
	background: #78350f;
	color: #fef3c7;
}
