.mht-mood-checkin-app,
.mht-mood-checkin-gate {
	--mht-primary: #2471e7;
	--mht-primary-dark: #0a1c40;
	--mht-primary-light: #e8f0fd;
	--mht-navy-tint: #f4f6fa;
	--mht-border: #e1e6ef;
	--mht-text-primary: #0a1c40;
	--mht-text-muted: #5c6b85;

	font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	max-width: 600px;
	margin: 0 auto;
	padding: 36px;
	background: #ffffff;
	border: 1px solid var(--mht-border);
	border-radius: 20px;
	box-shadow: 0 1px 2px rgba(10, 28, 64, 0.04), 0 8px 24px rgba(10, 28, 64, 0.06);
	color: var(--mht-text-primary);
	box-sizing: border-box;
}

.mht-mood-checkin-app *,
.mht-mood-checkin-gate * {
	box-sizing: border-box;
}

.mht-mood-checkin-loading,
.mht-mood-checkin-error {
	text-align: center;
	color: var(--mht-text-muted);
	padding: 32px 0;
}

.mht-mood-checkin-intro p {
	color: var(--mht-text-muted);
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 24px;
}

.mht-mood-checkin-progress {
	height: 5px;
	background: var(--mht-navy-tint);
	border-radius: 999px;
	overflow: hidden;
	margin-bottom: 10px;
}

.mht-mood-checkin-progress-bar {
	height: 100%;
	background: var(--mht-primary);
	transition: width 0.3s ease;
}

.mht-mood-checkin-count {
	font-size: 12px;
	color: var(--mht-text-muted);
	margin-bottom: 8px;
}

.mht-mood-checkin-question {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 22px;
}

.mht-mood-checkin-options {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mht-mood-checkin-option {
	text-align: left;
	padding: 14px 18px;
	border: 1.5px solid var(--mht-border);
	border-radius: 12px;
	background: #ffffff;
	font-size: 14px;
	font-family: inherit;
	color: var(--mht-text-primary);
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.mht-mood-checkin-option:hover {
	border-color: var(--mht-primary);
	background: var(--mht-primary-light);
}

/* Result - deliberately calm, no big flashy score reveal */
.mht-mood-checkin-result {
	text-align: center;
	padding: 8px 0 16px;
}

.mht-mood-checkin-result-label {
	font-size: 22px;
	font-weight: 700;
	color: var(--mht-text-primary);
	margin-bottom: 12px;
}

.mht-mood-checkin-result-desc {
	color: var(--mht-text-muted);
	font-size: 15px;
	line-height: 1.7;
	max-width: 460px;
	margin: 0 auto;
}

/* Crisis resources - always visible, never hidden behind a toggle */
.mht-mood-checkin-crisis {
	margin-top: 24px;
	padding: 18px 20px;
	background: var(--mht-navy-tint);
	border-radius: 14px;
	font-size: 13px;
	color: var(--mht-text-muted);
	line-height: 1.6;
}

.mht-mood-checkin-crisis a {
	color: var(--mht-primary);
	font-weight: 600;
	text-decoration: none;
}

.mht-mood-checkin-crisis a:hover {
	text-decoration: underline;
}

.mht-mood-checkin-crisis p {
	margin: 0 0 6px;
}

.mht-mood-checkin-crisis p:last-child {
	margin-bottom: 0;
}

/* Gate (login/purchase prompt) */
.mht-mood-checkin-gate {
	text-align: center;
	padding: 44px 32px;
}

.mht-mood-checkin-gate p {
	color: var(--mht-text-muted);
	margin-bottom: 20px;
}

.mht-mood-checkin-btn {
	display: inline-block;
	padding: 12px 28px;
	background: var(--mht-primary);
	color: #ffffff;
	border: none;
	border-radius: 10px;
	font-weight: 600;
	font-size: 14px;
	font-family: inherit;
	text-decoration: none;
	cursor: pointer;
}

.mht-mood-checkin-btn:hover {
	background: #1c5ecf;
	color: #ffffff;
}

.mht-mood-radar {
	display: flex;
	justify-content: center;
	margin: 12px 0 20px;
}

.mht-mood-radar-svg {
	width: 100%;
	max-width: 280px;
	height: auto;
	overflow: visible;
}

.mht-mood-radar-grid {
	fill: none;
	stroke: var(--mht-border);
	stroke-width: 1;
}

.mht-mood-radar-axis {
	stroke: var(--mht-border);
	stroke-width: 1;
}

.mht-mood-radar-data {
	fill: rgba(36, 113, 231, 0.14);
	stroke: var(--mht-primary);
	stroke-width: 1.5;
	stroke-linejoin: round;
}

.mht-mood-radar-label {
	font-size: 10px;
	fill: var(--mht-text-muted);
	font-family: inherit;
}

.mht-mood-checkin-lang-row {
	max-width: 600px;
	margin: 0 auto 12px;
	display: flex;
	justify-content: flex-end;
}
