.pcg-light-profile,
.pcg-light-profile * {
	box-sizing: border-box;
}

.pcg-light-profile {
	background: #eef7fa;
	border: 1px solid #b9d6df;
	border-left: 5px solid #176b87;
	border-radius: 8px;
	color: #18302b;
	margin-top: 18px;
	padding: 18px;
}

.pcg-light-profile__heading {
	align-items: flex-start;
	display: flex;
	gap: 14px;
	justify-content: space-between;
}

.pcg-light-profile__kicker {
	color: #176b87;
	display: block;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.pcg-light-profile h3 {
	color: #084b3d;
	font-size: 1.14rem;
	line-height: 1.3;
	margin: 0 0 5px;
}

.pcg-light-profile__heading p,
.pcg-light-profile__note,
.pcg-light-profile__status {
	color: #526760;
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0;
}

.pcg-light-profile__source {
	background: #fff;
	border: 1px solid #9eb5ad;
	border-radius: 8px;
	color: #0f6b55;
	flex: 0 0 auto;
	font-size: 0.78rem;
	font-weight: 800;
	padding: 5px 8px;
}

.pcg-light-profile__prompt {
	background: #fff;
	border: 1px dashed #9eb5ad;
	border-radius: 8px;
	color: #526760;
	font-weight: 700;
	margin-top: 14px;
	padding: 12px 14px;
}

.pcg-light-profile__questions {
	display: grid;
	gap: 14px;
	margin-top: 15px;
}

.pcg-light-profile__questions[hidden],
.pcg-light-profile__prompt[hidden] {
	display: none !important;
}

.pcg-light-profile__base,
.pcg-light-profile__branch {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pcg-light-profile__refine {
	background: #fff;
	border: 1px solid #cbd9d4;
	border-radius: 8px;
	overflow: hidden;
}

.pcg-light-profile__refine summary {
	color: #084b3d;
	cursor: pointer;
	font-weight: 800;
	list-style-position: inside;
	min-height: 46px;
	padding: 10px 12px;
}

.pcg-light-profile__refine[open] summary {
	border-bottom: 1px solid #cbd9d4;
}

.pcg-light-profile__refine-content {
	padding: 12px;
}

.pcg-light-profile__refine-content > .pcg-light-profile__field {
	margin-bottom: 12px;
}

.pcg-light-profile__sun-hours,
.pcg-light-profile__periods {
	grid-column: 1 / -1;
}

.pcg-light-profile__periods {
	border: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.pcg-light-profile__periods legend,
.pcg-light-profile__field > span,
.pcg-light-profile__sun-hours > label {
	color: #18302b;
	display: block;
	font-size: 0.9rem;
	font-weight: 800;
	margin-bottom: 6px;
}

.pcg-light-profile__periods legend {
	flex: 0 0 100%;
	padding: 0;
}

.pcg-light-profile__choice {
	align-items: center;
	background: #fff;
	border: 1px solid #cbd9d4;
	border-radius: 8px;
	cursor: pointer;
	display: inline-flex;
	font-weight: 700;
	gap: 7px;
	min-height: 44px;
	padding: 8px 11px;
}

.pcg-light-profile__choice:has(input:checked) {
	background: #edf8f3;
	border-color: #0f6b55;
}

.pcg-light-profile__choice input {
	accent-color: #0f6b55;
	height: 18px;
	margin: 0;
	width: 18px;
}

.pcg-light-profile__field,
.pcg-light-profile__sun-hours {
	display: block;
	min-width: 0;
}

.pcg-light-profile__field select,
.pcg-light-profile__sun-hours select {
	background: #fff;
	border: 1px solid #9eb5ad;
	border-radius: 8px;
	color: #18302b;
	font: inherit;
	min-height: 48px;
	padding: 9px 11px;
	width: 100%;
}

.pcg-light-profile__note {
	border-top: 1px solid #cbd9d4;
	padding-top: 11px;
}

.pcg-light-profile__status {
	font-weight: 700;
	margin-top: 10px;
	min-height: 1.5em;
}

.pcg-light-profile__status:empty {
	display: none;
}

.pcg-light-profile__status[data-state="good"] {
	color: #0f6b55;
}

.pcg-light-profile__status[data-state="error"] {
	color: #9a2b1f;
}

.pcg-growing-area-picker,
.pcg-growing-area-picker * {
	box-sizing: border-box;
}

.pcg-growing-area-picker {
	background: #fff;
	border: 1px solid #cbd9d4;
	border-left: 5px solid #0f6b55;
	border-radius: 8px;
	color: #18302b;
	margin: 0 0 22px;
	padding: 22px;
}

.pcg-growing-area-picker__head {
	align-items: start;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) minmax(390px, 1.2fr);
}

.pcg-growing-area-picker__kicker {
	color: #0f6b55;
	display: block;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.pcg-growing-area-picker h2 {
	color: #084b3d;
	font-size: 1.45rem;
	line-height: 1.2;
	margin: 0 0 7px;
}

.pcg-growing-area-picker__copy p,
.pcg-growing-area-picker__safety,
.pcg-growing-area-picker__message,
.pcg-growing-area-picker__meta {
	color: #526760;
}

.pcg-growing-area-picker__copy p {
	margin: 0;
}

.pcg-growing-area-picker__field > span {
	display: block;
	font-size: 0.9rem;
	font-weight: 800;
	margin-bottom: 6px;
}

.pcg-growing-area-picker select {
	background: #fff;
	border: 1px solid #9eb5ad;
	border-radius: 8px;
	color: #18302b;
	font: inherit;
	min-height: 50px;
	padding: 10px 40px 10px 12px;
	width: 100%;
}

.pcg-growing-area-picker__summary {
	background: #eef7fa;
	border: 1px solid #b9d6df;
	border-left: 4px solid #176b87;
	border-radius: 8px;
	display: grid;
	gap: 5px 16px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-top: 16px;
	padding: 13px 15px;
}

.pcg-growing-area-picker__summary strong {
	color: #084b3d;
	line-height: 1.35;
}

.pcg-growing-area-picker__count {
	align-self: start;
	background: #fff;
	border: 1px solid #b9d6df;
	border-radius: 8px;
	color: #176b87;
	font-size: 0.76rem;
	font-weight: 800;
	padding: 4px 8px;
	white-space: nowrap;
}

.pcg-growing-area-picker__meta {
	font-size: 0.88rem;
	grid-column: 1 / -1;
	line-height: 1.45;
}

.pcg-growing-area-picker__actions {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 16px;
}

.pcg-growing-area-picker button {
	border-radius: 8px;
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	min-height: 48px;
	padding: 9px 14px;
}

.pcg-growing-area-picker__edit {
	background: #176b87;
	border: 1px solid #176b87;
	color: #fff;
}

.pcg-growing-area-picker__create {
	background: #0f6b55;
	border: 1px solid #0f6b55;
	color: #fff;
}

.pcg-growing-area-picker__manage {
	background: #fff;
	border: 1px solid #0f6b55;
	color: #084b3d;
}

.pcg-growing-area-picker__short-label {
	display: none;
}

.pcg-growing-area-picker__intro {
	max-width: 760px;
}

.pcg-growing-area-picker__intro p,
.pcg-growing-area-picker__card p,
.pcg-growing-area-picker__empty {
	color: #526760;
	line-height: 1.5;
}

.pcg-growing-area-picker__intro p {
	margin: 0;
}

.pcg-growing-area-picker__start-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	margin-top: 18px;
}

.pcg-growing-area-picker__card {
	background: #fff;
	border: 1px solid #cbd9d4;
	border-radius: 8px;
	min-width: 0;
	padding: 17px;
}

.pcg-growing-area-picker__card-kicker {
	color: #0f6b55;
	display: block;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.pcg-growing-area-picker__card h3 {
	color: #084b3d;
	font-size: 1.08rem;
	line-height: 1.3;
	margin: 0 0 8px;
}

.pcg-growing-area-picker__card > p {
	font-size: 0.9rem;
	margin: 0 0 12px;
}

.pcg-growing-area-picker__profile-meta {
	background: #eef7fa;
	border-left: 4px solid #176b87;
	border-radius: 8px;
	color: #18302b !important;
	font-weight: 700;
	padding: 10px 12px;
}

.pcg-regional-starting-profile {
	background: #eef7fa;
	border: 1px solid #b9d6df;
	border-left: 4px solid #176b87;
	border-radius: 8px;
	margin: 0 0 12px;
	overflow: hidden;
}

.pcg-regional-starting-profile[data-state="unavailable"] {
	background: #fff7e8;
	border-color: #ead5a8;
	border-left-color: #b56a16;
}

.pcg-regional-starting-profile__head {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	padding: 10px 12px 7px;
}

.pcg-regional-starting-profile__head h4 {
	color: #084b3d;
	font-size: 0.98rem;
	line-height: 1.25;
	margin: 0;
}

.pcg-regional-starting-profile__head span {
	background: #fff;
	border: 1px solid #b9d6df;
	border-radius: 8px;
	color: #176b87;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.25;
	max-width: 54%;
	padding: 4px 7px;
	text-align: right;
}

.pcg-regional-starting-profile[data-state="unavailable"] .pcg-regional-starting-profile__head span {
	border-color: #ead5a8;
	color: #8c5515;
}

.pcg-regional-starting-profile table {
	border-collapse: collapse;
	font-size: 0.82rem;
	line-height: 1.35;
	margin: 0;
	width: 100%;
}

.pcg-regional-starting-profile th,
.pcg-regional-starting-profile td {
	border-top: 1px solid rgba(23, 107, 135, 0.17);
	padding: 7px 12px;
	text-align: left;
	vertical-align: top;
}

.pcg-regional-starting-profile[data-state="unavailable"] th,
.pcg-regional-starting-profile[data-state="unavailable"] td {
	border-top-color: rgba(181, 106, 22, 0.19);
}

.pcg-regional-starting-profile th {
	color: #526760;
	font-weight: 700;
	width: 37%;
}

.pcg-regional-starting-profile td {
	color: #18302b;
	font-weight: 700;
}

.pcg-regional-starting-profile__details {
	border-top: 1px solid rgba(23, 107, 135, 0.17);
	padding: 0 12px;
}

.pcg-regional-starting-profile__details summary {
	color: #176b87;
	cursor: pointer;
	font-size: 0.8rem;
	font-weight: 800;
	min-height: 44px;
	padding: 11px 0 8px;
}

.pcg-regional-starting-profile__details dl {
	display: grid;
	gap: 7px;
	margin: 0 0 9px;
}

.pcg-regional-starting-profile__details dl > div {
	display: grid;
	gap: 3px 8px;
	grid-template-columns: minmax(115px, 0.42fr) minmax(0, 1fr);
}

.pcg-regional-starting-profile__details dt,
.pcg-regional-starting-profile__details dd,
.pcg-regional-starting-profile__details p {
	font-size: 0.78rem;
	line-height: 1.4;
	margin: 0;
}

.pcg-regional-starting-profile__details dt {
	color: #526760;
	font-weight: 700;
}

.pcg-regional-starting-profile__details dd {
	color: #18302b;
}

.pcg-regional-starting-profile__details p {
	border-top: 1px solid rgba(23, 107, 135, 0.14);
	color: #526760;
	padding: 9px 0 11px;
}

.pcg-regional-starting-profile__notice {
	background: rgba(255, 255, 255, 0.7);
	border-top: 1px solid rgba(23, 107, 135, 0.17);
	color: #526760 !important;
	font-size: 0.78rem !important;
	line-height: 1.4 !important;
	margin: 0 !important;
	padding: 9px 12px 10px;
}

.pcg-growing-area-picker__profile-guidance {
	min-height: 2.7em;
}

.pcg-growing-area-picker__profile-actions {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pcg-growing-area-picker__profile-actions button,
.pcg-growing-area-picker__actions button {
	font-size: 0.9rem;
	line-height: 1.2;
	padding: 8px 10px;
}

.pcg-growing-area-picker__profile-actions a {
	align-items: center;
	background: #fff;
	border: 1px solid #176b87;
	border-radius: 8px;
	color: #176b87;
	display: flex;
	font-size: 0.9rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 8px 10px;
	text-align: center;
	text-decoration: none;
}

.pcg-growing-area-picker__use-profile {
	background: #176b87;
	border: 1px solid #176b87;
	color: #fff;
}

.pcg-growing-area-picker__blank {
	background: #fff;
	border: 1px solid #0f6b55;
	color: #084b3d;
}

.pcg-growing-area-picker__use-profile:disabled {
	background: #e7eeeb;
	border-color: #cbd9d4;
	color: #6d7c76;
	cursor: not-allowed;
}

.pcg-growing-area-picker__saved > p {
	margin-bottom: 13px;
}

.pcg-growing-area-picker__saved-toggle {
	background: #176b87;
	border: 1px solid #176b87;
	color: #fff;
	width: 100%;
}

.pcg-growing-area-picker [hidden] {
	display: none !important;
}

.pcg-growing-area-picker__empty {
	background: #f1f7f4;
	border-radius: 8px;
	margin: 12px 0 0;
	padding: 12px;
}

.pcg-profile-default-applied input,
.pcg-profile-default-applied select {
	background-color: #eef7fa !important;
	border-color: #176b87 !important;
}

.pcg-profile-default-badge {
	color: #176b87;
	display: block;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.35;
	margin-top: 7px;
}

.pcg-growing-area-picker__safety,
.pcg-growing-area-picker__message {
	font-size: 0.86rem;
	line-height: 1.45;
	margin: 12px 0 0;
	text-align: center;
}

.pcg-growing-area-picker__message:empty {
	display: none;
}

.pcg-growing-area-picker :focus-visible {
	outline: 3px solid #bde8d8;
	outline-offset: 1px;
}

.pcg-care-profile-controls .pcg-light-save-mode {
	grid-column: 1 / -1;
	margin: 0;
	padding: 10px 12px;
	border-radius: 10px;
	background: #eef6ef;
	color: #24452c;
	font-size: 0.94rem;
	line-height: 1.45;
}

/* The host portal styles its action buttons with display:flex. Keep the
 * mutually exclusive create/update action out of layout when JavaScript sets
 * the native hidden state. */
.pcg-care-profile-controls button[hidden] {
	display: none !important;
}

/* Care Plans uses a two-column desktop workflow. Keep account management in
 * the main content track instead of allowing grid auto-placement to put it
 * beneath the progress sidebar. The mobile workflow becomes display:block,
 * so these declarations do not alter the phone order or width. */
.pcg-micro .pcg-micro-workflow > .pcg-care-account,
.pcg-micro .pcg-micro-workflow > .pcg-scp-manager-shortcut {
	grid-column: 2;
}

.pcg-light-profile :focus-visible {
	outline: 3px solid #bde8d8;
	outline-offset: 1px;
}

/* Use one divider and one compact transition between the introductory
 * reference panel and Find Your Profile at every viewport width. */
.pcg-micro > .pcg-micro-intro {
	padding-bottom: 16px !important;
}

.pcg-micro > .pcg-micro-tool-band {
	border-top: 0 !important;
	padding-top: 16px !important;
}

@media (max-width: 760px) {
	.pcg-growing-area-picker {
		padding: 17px;
	}

	.pcg-growing-area-picker__head {
		gap: 14px;
		grid-template-columns: 1fr;
	}

	.pcg-growing-area-picker__start-grid {
		grid-template-columns: 1fr;
	}

	.pcg-growing-area-picker__card {
		padding: 15px;
	}

	.pcg-growing-area-picker__summary {
		grid-template-columns: 1fr;
	}

	.pcg-growing-area-picker__count,
	.pcg-growing-area-picker__meta {
		grid-column: 1;
	}

	.pcg-growing-area-picker__count {
		justify-self: start;
	}

	.pcg-growing-area-picker__actions {
		grid-template-columns: 1fr 1fr;
	}

	.pcg-growing-area-picker__manage {
		grid-column: 1 / -1;
	}

	.pcg-growing-area-picker__safety,
	.pcg-growing-area-picker__message {
		text-align: left;
	}

	.pcg-light-profile {
		padding: 16px;
	}

	.pcg-light-profile__heading {
		display: block;
	}

	.pcg-light-profile__source {
		display: inline-block;
		margin-top: 8px;
	}

	.pcg-light-profile__base,
	.pcg-light-profile__branch {
		grid-template-columns: 1fr;
	}

	.pcg-light-profile__periods {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pcg-light-profile__choice {
		width: 100%;
	}
}

@media (max-width: 430px) {
	.pcg-regional-starting-profile__head {
		align-items: flex-start;
		flex-direction: column;
	}

	.pcg-regional-starting-profile__head span {
		max-width: 100%;
		text-align: left;
	}

	.pcg-regional-starting-profile th {
		width: 42%;
	}

	.pcg-regional-starting-profile__details dl > div {
		grid-template-columns: 1fr;
	}

	.pcg-growing-area-picker button {
		font-size: 0.9rem;
		padding-inline: 8px;
	}

	.pcg-growing-area-picker__profile-actions {
		gap: 7px;
	}

	.pcg-growing-area-picker__profile-actions a {
		font-size: 0.84rem;
		padding-inline: 6px;
	}

	.pcg-growing-area-picker__long-label {
		display: none;
	}

	.pcg-growing-area-picker__short-label {
		display: inline;
	}
}
