.serenite-dashboard,
.serenite-teaser,
.serenite-recovery,
.serenite-shop-entourage-explainer {
	--serenite-ink: #26382b;
	--serenite-muted: #657064;
	--serenite-line: rgba(38, 56, 43, 0.14);
	--serenite-soft: #fbfaf6;
	--serenite-wash: #f3f0e7;
	--serenite-green: #254b2d;
	box-sizing: border-box;
	color: var(--serenite-ink);
	font: inherit;
}

.serenite-dashboard *,
.serenite-teaser *,
.serenite-recovery *,
.serenite-shop-entourage-explainer * {
	box-sizing: border-box;
}

.serenite-dashboard {
	width: 100%;
	max-width: 980px;
	margin: 0 auto 25px;
	padding: 0 clamp(14px, 3vw, 24px);
	display: grid;
	gap: clamp(18px, 3vw, 28px);
}

#serenite-entourage-dashboard.serenite-dashboard {
	max-width: 980px !important;
	padding-inline: clamp(14px, 3vw, 24px) !important;
}

.serenite-dashboard__hero,
.serenite-card,
.serenite-recovery__panel,
.serenite-teaser {
	border: 1px solid var(--serenite-line);
	border-radius: 22px;
	background: linear-gradient(180deg, #fff, var(--serenite-soft));
	box-shadow: 0 16px 42px rgba(38, 56, 43, 0.08);
}

.serenite-dashboard__hero {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding: clamp(22px, 4vw, 34px);
}

.serenite-dashboard__hero > div:first-child,
.serenite-section-heading,
.serenite-card__header,
.serenite-observation-updated {
	min-width: 0;
}

.serenite-dashboard__hero h2,
.serenite-recovery h2,
.serenite-teaser h2 {
	margin: 0 0 10px;
	color: var(--serenite-ink);
	line-height: 1.08;
}

.serenite-dashboard__hero p,
.serenite-recovery p,
.serenite-teaser p {
	color: var(--serenite-muted);
	line-height: 1.55;
}

.serenite-dashboard__privacy-note {
	max-width: 680px;
	margin: 12px 0 0;
	font-size: clamp(13px, 2.2vw, 15px);
}

.serenite-dashboard__privacy-panel {
	display: grid;
	gap: clamp(14px, 2.6vw, 20px);
	padding: clamp(16px, 3vw, 22px);
	border: 1px solid rgba(38, 56, 43, 0.12);
	border-left: 3px solid var(--serenite-green);
	border-radius: 8px;
	background: rgba(243, 240, 231, 0.42);
}

.serenite-dashboard__privacy-panel h3 {
	margin: 3px 0 0;
	color: var(--serenite-ink);
	font-size: clamp(18px, 3vw, 22px);
	line-height: 1.15;
}

.serenite-dashboard__privacy-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(10px, 2vw, 14px);
}

.serenite-dashboard__privacy-grid p {
	margin: 0;
	padding: 12px;
	border: 1px solid rgba(38, 56, 43, 0.1);
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.62);
}

.serenite-dashboard__privacy-grid strong,
.serenite-dashboard__privacy-grid span {
	display: block;
}

.serenite-dashboard__privacy-grid strong {
	margin-bottom: 5px;
	color: var(--serenite-ink);
	font-size: 13px;
	line-height: 1.2;
}

.serenite-dashboard__privacy-grid span {
	color: var(--serenite-muted);
	font-size: 12px;
	line-height: 1.45;
}

.serenite-dashboard__count {
	min-width: 132px;
	align-self: stretch;
	display: grid;
	place-items: center;
	padding: 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--serenite-line);
	text-align: center;
}

.serenite-dashboard__count strong {
	display: block;
	font-size: clamp(34px, 7vw, 52px);
	line-height: 1;
}

.serenite-dashboard__count span,
.serenite-eyebrow {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--serenite-muted);
}

.serenite-dashboard__section {
	display: grid;
	gap: clamp(14px, 2.2vw, 18px);
}

.serenite-section-heading {
	padding-inline: 10px;
}

.serenite-section-heading h3 {
	margin: 4px 0 0;
	color: var(--serenite-ink);
	font-size: clamp(20px, 3.6vw, 28px);
	line-height: 1.1;
}

.serenite-section-heading p:not(.serenite-eyebrow) {
	max-width: 720px;
	margin: 8px 0 0;
	color: var(--serenite-muted);
	font-size: clamp(13px, 2.3vw, 15px);
	line-height: 1.55;
}

.serenite-dashboard__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
	gap: clamp(14px, 2.4vw, 20px);
	align-items: start;
}

.serenite-card {
	padding: clamp(18px, 3vw, 24px);
}

.serenite-dashboard .serenite-card {
	min-width: 0;
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(38, 56, 43, 0.055);
	padding: clamp(18px, 3vw, 24px);
}

.serenite-observation-card {
	display: flex;
	flex-direction: column;
	gap: clamp(12px, 2.4vw, 18px);
	min-height: 100%;
}

.serenite-card--empty {
	box-shadow: none;
}

.serenite-card__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 10px;
}

.serenite-card__header h4 {
	margin: 4px 0 0;
	color: var(--serenite-ink);
	font-size: clamp(17px, 3.2vw, 22px);
	line-height: 1.22;
}

.serenite-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 12px;
	border: 1px solid var(--serenite-line);
	border-radius: 3px;
	background: transparent;
	color: var(--serenite-muted);
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.serenite-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border: 0;
	border-radius: 3px;
	background: var(--serenite-green);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: transform 140ms ease, background-color 140ms ease, border-color 140ms ease, color 140ms ease;
}

.serenite-button:hover,
.serenite-button:focus {
	background: #1f3f27;
	transform: translateY(-1px);
}

.serenite-button--secondary,
.serenite-entourage-open {
	border: 1px solid var(--serenite-line);
	background: #fff;
	color: var(--serenite-ink);
}

.serenite-button--secondary:hover,
.serenite-button--secondary:focus,
.serenite-entourage-open:hover,
.serenite-entourage-open:focus {
	border-color: rgba(38, 56, 43, 0.32);
	background: var(--serenite-soft);
	color: var(--serenite-ink);
}

.serenite-link {
	color: var(--serenite-green);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.serenite-entourage-postcard-v2 {
	display: block;
	width: calc(100% - 24px);
	margin: auto auto 0;
	color: #fff;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14pt;
	line-height: 1.2;
}

.fusion-column-wrapper:has(.serenite-entourage-postcard-v2),
.fusion-post-card:has(.serenite-entourage-postcard-v2),
.fusion-post-wrapper:has(.serenite-entourage-postcard-v2),
.product:has(.serenite-entourage-postcard-v2) {
	position: relative;
	padding-bottom: max(64px, var(--serenite-postcard-footer-space, 64px));
}

.fusion-column-wrapper:has(.serenite-entourage-postcard-v2) .serenite-entourage-postcard-v2,
.fusion-post-card:has(.serenite-entourage-postcard-v2) .serenite-entourage-postcard-v2,
.fusion-post-wrapper:has(.serenite-entourage-postcard-v2) .serenite-entourage-postcard-v2,
.product:has(.serenite-entourage-postcard-v2) .serenite-entourage-postcard-v2 {
	position: absolute;
	right: 12px;
	bottom: 14px;
	left: 12px;
	width: auto;
	margin: 0;
}

.serenite-entourage-postcard-main {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 14px;
	width: 100%;
	padding: 8px 2px;
	color: inherit;
}

.serenite-entourage-postcard-affinity,
.serenite-entourage-postcard-qtest {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.serenite-entourage-postcard-affinity {
	justify-items: start;
}

.serenite-entourage-postcard-qtest {
	justify-items: end;
	text-align: right;
}

.serenite-entourage-postcard-label,
.serenite-entourage-postcard-qtest-label {
	display: block;
	color: rgba(255, 255, 255, 0.68);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: 0.11em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.serenite-entourage-postcard-score {
	display: block;
	color: #fff;
	font-size: clamp(18px, 3.2vw, 24px);
	font-weight: 720;
	letter-spacing: -0.03em;
	line-height: 1;
}

.serenite-entourage-postcard-potency {
	display: block;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(11px, 2.2vw, 14px);
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1;
	white-space: nowrap;
}

.serenite-entourage-postcard-potency span {
	margin-left: 2px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.58em;
	font-weight: 600;
	letter-spacing: 0;
}

.serenite-entourage-inline,
.serenite-entourage-existing-edit {
	margin-top: clamp(16px, 2.6vw, 22px);
	padding: clamp(20px, 4vw, 30px);
	border: 1px solid var(--serenite-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.9);
}

#serenite-entourage-dashboard.serenite-dashboard .serenite-entourage-inline,
#serenite-entourage-dashboard.serenite-dashboard .serenite-entourage-existing-edit {
	padding: clamp(20px, 4vw, 30px) !important;
	border-radius: 18px !important;
}

.serenite-entourage-card:has(.serenite-entourage-inline:not([hidden])),
.serenite-observation-card:has(.serenite-entourage-existing-edit:not([hidden])) {
	grid-column: 1 / -1;
}

.serenite-entourage-inline p,
.serenite-entourage-existing-edit p {
	margin: 0 0 20px;
	line-height: 1.55;
}

.serenite-observation-control {
	margin: 0 0 clamp(18px, 3vw, 26px);
}

.serenite-observation-control label {
	display: grid;
	gap: 8px;
}

.serenite-observation-control strong,
.serenite-entourage-field > strong {
	display: block;
	color: var(--serenite-ink);
	font-size: clamp(17px, 3.2vw, 21px);
	line-height: 1.2;
}

.serenite-observation-control span,
.serenite-observation-helper {
	max-width: 820px;
	color: var(--serenite-muted);
	font-size: clamp(13px, 2.4vw, 15px);
	line-height: 1.55;
}

.serenite-approval-choices {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	width: 100%;
	max-width: 760px;
	margin-top: 8px;
	padding: 6px;
	border: 1px solid rgba(38, 56, 43, 0.1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.54);
}

.serenite-approval-choice {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 11px 12px;
	border: 1px solid rgba(38, 56, 43, 0.16);
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.86);
	color: var(--serenite-ink);
	font: inherit;
	font-size: clamp(13px, 2.2vw, 15px);
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(38, 56, 43, 0.04);
	transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, color 140ms ease, transform 140ms ease;
}

.serenite-approval-choice:hover,
.serenite-approval-choice:focus {
	border-color: rgba(38, 56, 43, 0.42);
	background: #f6f3ea;
	box-shadow: 0 6px 16px rgba(38, 56, 43, 0.08);
	outline: none;
	transform: translateY(-1px);
}

.serenite-approval-choice.is-selected {
	border-color: var(--serenite-green);
	background: var(--serenite-green);
	color: #fff;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 8px 18px rgba(38, 56, 43, 0.16);
	transform: none;
}

.serenite-approval-choice.is-selected:hover,
.serenite-approval-choice.is-selected:focus {
	background: #1f3f27;
	color: #fff;
}

.serenite-entourage-inline select,
.serenite-entourage-existing-edit select,
.serenite-entourage-inline input[type="number"],
.serenite-entourage-existing-edit input[type="number"] {
	min-height: 44px;
	margin-top: 8px;
	padding: 10px 38px 10px 12px !important;
	border: 1px solid var(--serenite-line) !important;
	border-radius: 8px !important;
}

.serenite-entourage-inline option,
.serenite-entourage-existing-edit option {
	font-size: 15px;
	line-height: 1.35;
}

.serenite-entourage-field {
	margin: clamp(26px, 4vw, 38px) 0 clamp(30px, 5vw, 44px);
	padding-top: clamp(22px, 4vw, 32px);
	border-top: 1px solid rgba(38, 56, 43, 0.09);
}

.serenite-observation-axis-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(12px, 2.4vw, 18px);
	margin: clamp(22px, 4vw, 34px) 0;
}

.serenite-observation-axis-grid .serenite-entourage-field {
	margin: 0;
	padding: clamp(18px, 3vw, 24px);
	border: 1px solid var(--serenite-line);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.72);
}

.serenite-observation-axis-grid .serenite-sensory-effects-wrap {
	margin: 0;
	min-width: 0;
}

.serenite-entourage-field > strong {
	margin-bottom: clamp(14px, 2.8vw, 20px);
}

.serenite-entourage-field > p {
	margin: -8px 0 18px;
	color: var(--serenite-muted);
	font-size: clamp(12px, 2.2vw, 14px);
	line-height: 1.45;
}

.serenite-scale-row {
	display: grid !important;
	gap: clamp(12px, 2.8vw, 18px);
	width: 100%;
}

#serenite-entourage-dashboard.serenite-dashboard .serenite-scale-row {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 18px !important;
	max-width: none !important;
	width: 100% !important;
}

.serenite-slider-wrap {
	position: relative;
	display: block !important;
	width: 100%;
	padding-top: clamp(28px, 5vw, 36px);
}

.serenite-slider-wrap input[type="range"] {
	display: block;
	width: 100% !important;
	min-height: 40px;
}

.serenite-scale-labels {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(18px, 8vw, 72px);
	width: 100%;
}

#serenite-entourage-dashboard.serenite-dashboard .serenite-scale-labels {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
	gap: clamp(18px, 8vw, 72px) !important;
	width: 100% !important;
}

.serenite-scale-end {
	display: block !important;
	max-width: none;
	min-width: 0;
	color: var(--serenite-muted);
	font-size: clamp(12px, 2.2vw, 15px);
	line-height: 1.45;
	white-space: normal;
}

#serenite-entourage-dashboard.serenite-dashboard .serenite-scale-end {
	display: block !important;
	max-width: none !important;
	white-space: normal !important;
}

.serenite-scale-high {
	text-align: right;
}

.serenite-slider-bubble {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: min(280px, 70vw);
	color: var(--serenite-ink);
	font-size: clamp(12px, 2.1vw, 14px);
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
}

@media (min-width: 900px) {
	.serenite-entourage-inline,
	.serenite-entourage-existing-edit {
		display: grid;
		grid-template-columns: minmax(0, 2fr) minmax(180px, 1fr);
		column-gap: 34px;
		align-items: start;
	}

	.serenite-observation-control--approval {
		grid-column: 1;
	}

	.serenite-observation-control--capsules {
		grid-column: 2;
	}

	.serenite-entourage-inline > .serenite-observation-helper,
	.serenite-entourage-existing-edit > .serenite-observation-helper,
	.serenite-entourage-inline > .serenite-entourage-field,
	.serenite-entourage-existing-edit > .serenite-entourage-field,
	.serenite-entourage-inline > .serenite-observation-axis-grid,
	.serenite-entourage-existing-edit > .serenite-observation-axis-grid,
	.serenite-entourage-inline > .serenite-sensory-effects-wrap,
	.serenite-entourage-existing-edit > .serenite-sensory-effects-wrap,
	.serenite-entourage-inline > .serenite-button,
	.serenite-entourage-existing-edit > .serenite-button,
	.serenite-entourage-response {
		grid-column: 1 / -1;
	}
}

@media (max-width: 720px) {
	.serenite-dashboard__hero,
	.serenite-card__header {
		flex-direction: column;
	}

	.serenite-dashboard__privacy-grid {
		grid-template-columns: 1fr;
	}

	.serenite-dashboard__count {
		width: 100%;
		min-width: 0;
	}

	.serenite-dashboard .serenite-card {
		padding: 18px;
	}

	.serenite-observation-axis-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.serenite-section-heading {
		padding-inline: 10px;
	}

	.serenite-entourage-inline,
	.serenite-entourage-existing-edit,
	#serenite-entourage-dashboard.serenite-dashboard .serenite-entourage-inline,
	#serenite-entourage-dashboard.serenite-dashboard .serenite-entourage-existing-edit {
		padding: 22px !important;
	}
}

@media (max-width: 520px) {
	.serenite-dashboard {
		gap: 18px;
		padding-inline: 10px;
	}

	.serenite-approval-choices {
		grid-template-columns: 1fr;
	}

	.serenite-dashboard__hero {
		padding: 18px;
	}

	.serenite-dashboard__hero h2 {
		font-size: clamp(24px, 8vw, 32px);
	}

	.serenite-card__header h4 {
		font-size: 17px;
	}

	.serenite-pill {
		align-self: flex-start;
	}

	.serenite-observation-summary-grid {
		grid-template-columns: 1fr;
	}

	.serenite-observation-axis-grid {
		grid-template-columns: 1fr;
	}

	.serenite-entourage-field {
		margin: 26px 0 32px;
	}

	.serenite-scale-labels,
	#serenite-entourage-dashboard.serenite-dashboard .serenite-scale-labels {
		gap: 16px !important;
	}
}

@media (max-width: 420px) {
	.serenite-entourage-inline,
	.serenite-entourage-existing-edit,
	#serenite-entourage-dashboard.serenite-dashboard .serenite-entourage-inline,
	#serenite-entourage-dashboard.serenite-dashboard .serenite-entourage-existing-edit {
		padding: 18px !important;
	}

	.serenite-button {
		width: 100%;
	}
}

/* Keep observation scale cards intact inside Avada/Fusion wrappers. */
body #serenite-entourage-dashboard.serenite-dashboard .serenite-observation-axis-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: clamp(12px, 2.4vw, 18px) !important;
	align-items: stretch !important;
	width: 100% !important;
}

body #serenite-entourage-dashboard.serenite-dashboard .serenite-observation-axis-grid > .serenite-entourage-field,
body #serenite-entourage-dashboard.serenite-dashboard .serenite-observation-axis-grid .serenite-sensory-effects-wrap > .serenite-entourage-field {
	display: flex !important;
	flex-direction: column !important;
	gap: 0 !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: clamp(18px, 3vw, 24px) !important;
	border: 1px solid var(--serenite-line) !important;
	border-radius: 12px !important;
	background: rgba(255, 255, 255, 0.72) !important;
}

body #serenite-entourage-dashboard.serenite-dashboard .serenite-entourage-field > strong {
	display: block !important;
	margin: 0 0 clamp(14px, 2.8vw, 20px) !important;
	color: var(--serenite-ink) !important;
	line-height: 1.2 !important;
}

body #serenite-entourage-dashboard.serenite-dashboard .serenite-entourage-field > p {
	display: block !important;
	margin: -8px 0 18px !important;
	color: var(--serenite-muted) !important;
	font-size: clamp(12px, 2.2vw, 14px) !important;
	line-height: 1.45 !important;
}

body #serenite-entourage-dashboard.serenite-dashboard .serenite-scale-row {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 18px !important;
	width: 100% !important;
	max-width: none !important;
	margin-top: auto !important;
}

body #serenite-entourage-dashboard.serenite-dashboard .serenite-slider-wrap {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	padding-top: clamp(28px, 5vw, 36px) !important;
}

body #serenite-entourage-dashboard.serenite-dashboard .serenite-slider-wrap input[type="range"] {
	display: block !important;
	width: 100% !important;
	min-height: 40px !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body #serenite-entourage-dashboard.serenite-dashboard .serenite-scale-labels {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
	gap: clamp(18px, 8vw, 72px) !important;
	width: 100% !important;
}

body #serenite-entourage-dashboard.serenite-dashboard .serenite-scale-end {
	display: block !important;
	min-width: 0 !important;
	max-width: none !important;
	color: var(--serenite-muted) !important;
	font-size: clamp(12px, 2.2vw, 15px) !important;
	line-height: 1.45 !important;
	white-space: normal !important;
}

body #serenite-entourage-dashboard.serenite-dashboard .serenite-scale-high {
	text-align: right !important;
}

@media (max-width: 720px) {
	body #serenite-entourage-dashboard.serenite-dashboard .serenite-observation-axis-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 520px) {
	body #serenite-entourage-dashboard.serenite-dashboard .serenite-observation-axis-grid {
		grid-template-columns: 1fr !important;
	}
}

.serenite-observation-summary-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap: 10px;
}

.serenite-observation-summary-grid > div {
	padding: 12px;
	border: 1px solid var(--serenite-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.7);
}

.serenite-observation-summary-grid span {
	display: block;
	margin-bottom: 5px;
	color: var(--serenite-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.15;
	text-transform: uppercase;
}

.serenite-observation-summary-grid strong {
	display: block;
	color: var(--serenite-ink);
	font-size: clamp(14px, 2.5vw, 18px);
	line-height: 1.18;
	overflow-wrap: anywhere;
}

.serenite-observation-updated {
	margin: 0;
	color: var(--serenite-muted);
	font-size: 12px;
	line-height: 1.4;
}

.serenite-teaser {
	padding: clamp(20px, 4vw, 30px);
	display: grid;
	gap: 22px;
}

.serenite-teaser__intro {
	max-width: 720px;
}

.serenite-teaser__metrics,
.serenite-traits {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 14px;
}

.serenite-metric-card,
.serenite-trait {
	padding: 18px;
	border: 1px solid var(--serenite-line);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.7);
}

.serenite-metric-card strong {
	display: block;
	margin: 6px 0 6px;
	font-size: clamp(30px, 7vw, 46px);
	line-height: 1;
	color: var(--serenite-ink);
}

.serenite-metric-card strong span {
	font-size: 0.45em;
	color: var(--serenite-muted);
}

.serenite-trait h3 {
	margin: 0 0 8px;
	font-size: 15px;
}

.serenite-metric-card details,
.serenite-trait details {
	margin-top: 12px;
}

.serenite-metric-card summary,
.serenite-trait summary {
	cursor: pointer;
	color: var(--serenite-green);
	font-weight: 700;
}

.serenite-metric-card details div,
.serenite-trait details div {
	margin-top: 8px;
	color: var(--serenite-muted);
	font-size: 13px;
	line-height: 1.45;
}

.serenite-metric-card details strong,
.serenite-trait details strong {
	display: inline;
	margin: 0;
	color: var(--serenite-ink);
	font-size: inherit;
	font-weight: 700;
	letter-spacing: 0;
	line-height: inherit;
}

.serenite-recovery {
	max-width: 760px;
	margin: 34px auto 25px;
}

.serenite-recovery__panel {
	padding: clamp(24px, 5vw, 36px);
}

.serenite-form {
	display: grid;
	gap: 16px;
	margin-top: 22px;
}

.serenite-form label {
	display: grid;
	gap: 7px;
	font-weight: 700;
}

.serenite-form input {
	width: 100%;
	min-height: 48px;
	border: 1px solid var(--serenite-line);
	border-radius: 12px;
	padding: 0 14px;
	font: inherit;
}

.serenite-form small,
.serenite-recovery__note {
	color: var(--serenite-muted);
	font-size: 13px;
	line-height: 1.45;
}

.serenite-notice {
	margin: 18px 0;
	padding: 13px 15px;
	border-radius: 12px;
}

.serenite-notice--error {
	background: #fff4f0;
	color: #7a2d18;
	border: 1px solid #f3d0c4;
}

.serenite-shop-entourage-explainer {
	margin: 0 auto;
	max-width: 980px;
}

.serenite-shop-entourage-explainer .serenite-metric-card strong {
	display: block;
	max-width: 12ch;
	margin: 7px 0 9px;
	font-size: clamp(22px, 3.2vw, 30px);
	line-height: 1.02;
	letter-spacing: -0.035em;
	font-weight: 760;
}

.serenite-shop-entourage-explainer .serenite-metric-card p:not(.serenite-eyebrow) {
	max-width: 28ch;
	margin: 0;
	font-size: clamp(14px, 1.8vw, 16px);
	line-height: 1.45;
	font-weight: 500;
	color: rgba(38, 56, 43, 0.72);
}

.serenite-shop-entourage-explainer .serenite-shop-entourage-note {
	max-width: 720px;
	margin: 0;
	color: rgba(38, 56, 43, 0.64);
}

@media (max-width: 700px) {
	.serenite-dashboard__hero,
	.serenite-card__header {
		flex-direction: column;
	}

	.serenite-dashboard__grid {
		grid-template-columns: 1fr;
	}

	.serenite-entourage-inline,
	.serenite-entourage-existing-edit {
		padding: 24px 18px;
	}

	.serenite-scale-labels {
		gap: 18px;
	}

	.serenite-scale-end {
		font-size: 12px;
	}

	.serenite-slider-bubble {
		max-width: 220px;
		white-space: normal;
	}

	.serenite-dashboard__count {
		width: 100%;
	}

	.serenite-button {
		width: 100%;
	}
}
