.pcg-heat-help {
	box-sizing: border-box;
	width: min(100%, 1120px);
	margin: 1.25rem auto;
	border: 1px solid #e0b65d;
	border-radius: 18px;
	background: linear-gradient(135deg, #fffaf0 0%, #fff 68%);
	box-shadow: 0 12px 34px rgba(70, 49, 19, 0.09);
	color: #24362c;
	overflow: hidden;
}

.pcg-heat-help,
.pcg-heat-help * {
	box-sizing: border-box;
}

.pcg-heat-intro {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	padding: 1.25rem 1.4rem;
}

.pcg-heat-intro-copy {
	max-width: 760px;
}

.pcg-heat-kicker {
	display: inline-block;
	margin-bottom: 0.32rem;
	color: #8a5310;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.pcg-heat-help h2,
.pcg-heat-help h4,
.pcg-heat-help p {
	margin-top: 0;
}

.pcg-heat-help h2 {
	margin-bottom: 0.38rem;
	color: #173d2d;
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	line-height: 1.15;
}

.pcg-heat-intro p {
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.55;
}

.pcg-heat-open,
.pcg-heat-submit {
	min-height: 46px;
	border: 0;
	border-radius: 12px;
	background: #196b46;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 750;
	line-height: 1.2;
	padding: 0.78rem 1.08rem;
	text-align: center;
	white-space: nowrap;
}

.pcg-heat-open:hover,
.pcg-heat-open:focus-visible,
.pcg-heat-submit:hover,
.pcg-heat-submit:focus-visible {
	background: #105638;
	outline: 3px solid rgba(25, 107, 70, 0.22);
	outline-offset: 2px;
}

.pcg-heat-panel {
	border-top: 1px solid #ead9b7;
	padding: 1.2rem 1.4rem 1.4rem;
	background: rgba(255, 255, 255, 0.72);
}

.pcg-heat-account-note {
	margin: -0.15rem 0 1rem;
	color: #52645b;
	font-size: 0.94rem;
}

.pcg-heat-account-note:empty {
	display: none;
}

.pcg-heat-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem 1rem;
}

.pcg-heat-field {
	display: block;
	margin-bottom: 1rem;
}

.pcg-heat-field-label {
	display: block;
	margin-bottom: 0.34rem;
	color: #294438;
	font-size: 0.91rem;
	font-weight: 750;
}

.pcg-heat-field select {
	display: block;
	width: 100%;
	min-height: 46px;
	margin: 0;
	border: 1px solid #a7b7ae;
	border-radius: 11px;
	background: #fff;
	color: #20352b;
	font: inherit;
	padding: 0.62rem 2.25rem 0.62rem 0.72rem;
}

.pcg-heat-field select:focus {
	border-color: #196b46;
	box-shadow: 0 0 0 3px rgba(25, 107, 70, 0.16);
	outline: 0;
}

.pcg-heat-check {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 0.62rem;
	align-items: start;
	margin: 0 0 1rem;
	font-size: 0.94rem;
	line-height: 1.45;
}

.pcg-heat-check input[type="checkbox"] {
	width: 18px !important;
	height: 18px !important;
	min-width: 18px !important;
	margin: 0.13rem 0 0 !important;
}

.pcg-heat-submit {
	width: auto;
}

.pcg-heat-result {
	max-width: 940px;
	margin-top: 1.2rem;
	border-left: 5px solid #b17a20;
	border-radius: 13px;
	background: #fffaf0;
	padding: 1.1rem 1.2rem;
}

.pcg-heat-result.is-monitor {
	border-color: #36835e;
	background: #f3fbf6;
}

.pcg-heat-result.is-high {
	border-color: #cb682a;
	background: #fff7ef;
}

.pcg-heat-result.is-urgent {
	border-color: #af342e;
	background: #fff4f3;
}

.pcg-heat-result-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.8rem;
	margin-bottom: 0.65rem;
}

.pcg-heat-level {
	color: #173d2d;
	font-size: 1.18rem;
	font-weight: 800;
}

.pcg-heat-confidence {
	border-radius: 999px;
	background: #edf3ef;
	color: #41584d;
	font-size: 0.77rem;
	font-weight: 750;
	padding: 0.3rem 0.58rem;
	white-space: nowrap;
}

.pcg-heat-weather-state {
	max-width: 760px;
	margin-bottom: 0.9rem;
	color: #53645b;
	font-size: 0.9rem;
	line-height: 1.45;
}

.pcg-heat-local-checklist {
	max-width: 860px;
	margin: 0 0 1rem;
	border: 1px solid #d5e3da;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.82);
	padding: 0.9rem 1rem;
}

.pcg-heat-local-checklist h4 {
	margin: 0 0 0.65rem;
}

.pcg-heat-local-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pcg-heat-local-list li {
	margin: 0;
	color: #334d41;
	font-size: 0.88rem;
	line-height: 1.48;
}

.pcg-heat-local-list strong {
	color: #173d2d;
}

.pcg-heat-local-note {
	margin: 0.7rem 0 0;
	color: #53645b;
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.4;
}

.pcg-heat-result h4 {
	margin-bottom: 0.35rem;
	color: #294438;
	font-size: 0.95rem;
}

.pcg-heat-result-list {
	margin: 0 0 0.95rem;
	padding-left: 1.22rem;
}

.pcg-heat-result-list li + li {
	margin-top: 0.28rem;
}

.pcg-heat-action-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
}

.pcg-heat-action {
	border: 1px solid #d8e1db;
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.7);
	padding: 0.8rem;
}

.pcg-heat-action p {
	margin-bottom: 0;
	font-size: 0.9rem;
	line-height: 1.48;
}

.pcg-heat-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 1rem;
	margin-top: 1rem;
	font-size: 0.9rem;
	font-weight: 700;
}

.pcg-heat-links a {
	color: #176742;
}

@media (min-width: 701px) {
	.pcg-micro-workflow > .pcg-heat-help,
	.pcg-micro-workflow > #pcg-micro-form {
		grid-column: 2;
	}
}

@media (max-width: 700px) {
	.pcg-heat-help {
		width: 100%;
		margin: 1rem 0;
		border-radius: 14px;
	}

	.pcg-heat-intro {
		align-items: stretch;
		flex-direction: column;
		gap: 0.9rem;
		padding: 1rem;
	}

	.pcg-heat-open,
	.pcg-heat-submit {
		width: 100%;
		white-space: normal;
	}

	.pcg-heat-panel {
		padding: 1rem;
	}

	.pcg-heat-field-grid,
	.pcg-heat-action-grid,
	.pcg-heat-local-list {
		grid-template-columns: minmax(0, 1fr);
	}

	.pcg-heat-result {
		width: 100%;
		padding: 0.95rem;
	}

	.pcg-heat-result-top {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media print {
	.pcg-heat-local-checklist,
	.pcg-heat-local-list li {
		break-inside: avoid;
		page-break-inside: avoid;
	}

	.pcg-heat-local-checklist {
		border-color: #8b9d93;
		background: #fff;
	}
}
