.cca-assessment {
	background: #ffffff;
	border: 1px solid #d7dee8;
	border-radius: 8px;
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
	color: #172033;
	margin: 24px 0;
	padding: 24px;
}

.cca-results {
	border-color: #cbd5e1;
	padding: 28px;
}

.cca-header {
	border-bottom: 1px solid #e6ebf2;
	margin-bottom: 22px;
	padding-bottom: 16px;
}

.cca-header h2 {
	font-size: 1.65rem;
	line-height: 1.25;
	margin: 0;
}

.cca-kicker {
	color: #4d6178;
	font-size: 0.9rem;
	font-weight: 700;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.cca-last-attempt,
.cca-success {
	color: #235c43;
	margin: 10px 0 0;
}

.cca-returning-learner {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #d7dee8;
	border-radius: 8px;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-top: 16px;
	padding: 16px;
}

.cca-returning-learner p {
	margin: 6px 0 0;
}

.cca-returning-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.cca-domain {
	border-bottom: 1px solid #e6ebf2;
	margin-bottom: 24px;
	padding-bottom: 20px;
}

.cca-domain h3,
.cca-score-panel h3,
.cca-recommendations h3,
.cca-results-summary h3,
.cca-next-steps h3 {
	font-size: 1.15rem;
	margin: 0 0 12px;
}

.cca-domain-description {
	color: #4d6178;
	margin-bottom: 16px;
}

.cca-question {
	border: 0;
	margin: 0 0 18px;
	padding: 0;
}

.cca-question legend {
	display: block;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 10px;
}

.cca-reflection-label {
	color: #34465c;
	display: block;
	font-weight: 700;
	margin-top: 12px;
}

.cca-reflection-input,
.cca-overall-reflection textarea {
	background: #ffffff;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	box-sizing: border-box;
	color: #172033;
	margin-top: 8px;
	min-height: 86px;
	padding: 10px 12px;
	width: 100%;
}

.cca-reflection-input:focus,
.cca-overall-reflection textarea:focus {
	border-color: #176b87;
	box-shadow: 0 0 0 3px rgba(23, 107, 135, 0.16);
	outline: 0;
}

.cca-overall-reflection {
	background: #f8fafc;
	border: 1px solid #e1e7ef;
	border-radius: 8px;
	margin-top: 20px;
	padding: 16px;
}

.cca-scale {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(5, minmax(44px, 1fr));
	max-width: 420px;
}

.cca-scale-guide {
	background: #f8fafc;
	border: 1px solid #e1e7ef;
	border-radius: 8px;
	margin-bottom: 22px;
	padding: 14px;
}

.cca-scale-guide ul {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

.cca-form-progress {
	background: #ffffff;
	border: 1px solid #d7dee8;
	border-radius: 8px;
	margin-bottom: 20px;
	padding: 14px;
}

.cca-form-progress-text {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	justify-content: space-between;
}

.cca-progress-count {
	font-weight: 800;
}

.cca-progress-domain,
.cca-draft-status {
	color: #4d6178;
	font-size: 0.95rem;
}

.cca-form-progress-track {
	background: #e6ebf2;
	border-radius: 999px;
	height: 10px;
	margin-top: 10px;
	overflow: hidden;
}

.cca-form-progress-track span {
	background: #176b87;
	display: block;
	height: 100%;
	transition: width 180ms ease;
	width: 0;
}

.cca-draft-status {
	margin: 8px 0 0;
}

.cca-scale label {
	cursor: pointer;
	display: block;
}

.cca-scale input {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.cca-scale span {
	align-items: center;
	background: #f5f7fa;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	display: flex;
	font-weight: 700;
	height: 44px;
	justify-content: center;
}

.cca-scale.cca-marked-options {
	grid-template-columns: 1fr;
	max-width: none;
	width: 100%;
}

.cca-marked-options label {
	display: block;
	min-width: 0;
}

.cca-marked-options span {
	align-items: flex-start;
	box-sizing: border-box;
	height: auto;
	justify-content: flex-start;
	line-height: 1.35;
	min-height: 46px;
	overflow-wrap: anywhere;
	padding: 12px 14px;
	text-align: left;
	white-space: normal;
	width: 100%;
}

.cca-scale input:checked + span {
	background: #176b87;
	border-color: #176b87;
	color: #ffffff;
}

.cca-scale input:focus + span {
	outline: 3px solid #9fd8e8;
	outline-offset: 2px;
}

.cca-actions {
	margin-top: 20px;
}

.cca-section-nav {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-top: 20px;
}

.cca-section-nav [hidden],
.cca-actions[hidden] {
	display: none;
}

.cca-button {
	align-items: center;
	background: #176b87;
	border: 0;
	border-radius: 6px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 44px;
	padding: 11px 18px;
	text-decoration: none;
}

.cca-button:hover,
.cca-button:focus {
	background: #104f64;
	color: #ffffff;
}

.cca-button:focus-visible,
.cca-course:focus-visible,
.cca-directory-filters select:focus-visible,
.cca-manager-filters select:focus-visible,
.cca-manager-email-form input[type="email"]:focus-visible,
.cca-development-goal-form select:focus-visible,
.cca-development-goal-form input:focus-visible,
.cca-development-goal-form textarea:focus-visible {
	outline: 3px solid #9fd8e8;
	outline-offset: 2px;
}

.cca-button-secondary {
	background: #e8f3f6;
	color: #104f64;
}

.cca-button-secondary:hover,
.cca-button-secondary:focus {
	background: #d6e9ef;
	color: #0f4254;
}

.cca-screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

.cca-comfort-hint,
.cca-save-exit-link {
	display: none;
}

.cca-ux-comfort .cca-comfort-hint {
	color: #34465c;
	display: block;
	line-height: 1.45;
	margin: 10px 0 0;
}

.cca-ux-comfort .cca-save-exit-link {
	display: inline-flex;
}

.cca-ux-comfort .cca-question {
	margin-bottom: 24px;
}

.cca-assessment,
.cca-assessment * {
	min-width: 0;
}

.cca-header h2,
.cca-domain h3,
.cca-question legend,
.cca-summary-module-header h2,
.cca-directory-card h2,
.cca-directory-hero h1 {
	overflow-wrap: anywhere;
}

.cca-results-summary,
.cca-next-steps,
.cca-ai-advice,
.cca-evidence-details,
.cca-question-review,
.cca-reflection-summary,
.cca-bite-sized-learning {
	background: linear-gradient(135deg, #f8fafc 0%, #eef8fb 100%);
	border: 1px solid #e1e7ef;
	border-radius: 8px;
	margin-bottom: 24px;
	padding: 20px;
}

.cca-results-summary p,
.cca-next-steps p,
.cca-ai-advice p,
.cca-evidence-details p,
.cca-question-review p,
.cca-reflection-summary p,
.cca-bite-sized-learning p {
	color: #334155;
	line-height: 1.55;
	margin-bottom: 0;
}

.cca-question-review-list {
	display: grid;
	gap: 12px;
	margin-top: 16px;
}

.cca-question-review-item {
	background: #ffffff;
	border: 1px solid #d7dee8;
	border-left: 4px solid #64748b;
	border-radius: 8px;
	overflow: hidden;
}

.cca-question-review-item summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	list-style: none;
	padding: 14px 16px;
}

.cca-question-review-item summary::-webkit-details-marker {
	display: none;
}

.cca-question-review-item summary span {
	color: #334155;
	font-weight: 800;
	overflow-wrap: anywhere;
}

.cca-question-review-item summary strong {
	background: #f1f5f9;
	border-radius: 999px;
	color: #172033;
	flex: 0 0 auto;
	font-size: 0.82rem;
	padding: 5px 9px;
}

.cca-question-review-content {
	border-top: 1px solid #e6ebf2;
	padding: 16px;
}

.cca-question-review-content h4 {
	font-size: 1rem;
	line-height: 1.45;
	margin: 0 0 12px;
	overflow-wrap: anywhere;
}

.cca-question-review-content dl {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	margin: 0 0 12px;
}

.cca-question-review-content dt {
	color: #4d6178;
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.cca-question-review-content dd {
	font-weight: 700;
	margin: 4px 0 0;
	overflow-wrap: anywhere;
}

.cca-question-review-correct {
	border-left-color: #0f766e;
}

.cca-question-review-correct summary strong {
	background: #dcfce7;
	color: #14532d;
}

.cca-question-review-incorrect,
.cca-question-review-critical {
	border-left-color: #dc2626;
}

.cca-question-review-incorrect summary strong,
.cca-question-review-critical summary strong {
	background: #fee2e2;
	color: #7f1d1d;
}

.cca-question-review-partial,
.cca-question-review-manual {
	border-left-color: #d97706;
}

.cca-question-review-partial summary strong,
.cca-question-review-manual summary strong {
	background: #fef3c7;
	color: #78350f;
}

.cca-evidence-details dl {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	margin: 12px 0;
}

.cca-evidence-details dt {
	color: #4d6178;
	font-size: 0.82rem;
	font-weight: 800;
	text-transform: uppercase;
}

.cca-evidence-details dd {
	color: #172033;
	font-weight: 700;
	margin: 4px 0 0;
	overflow-wrap: anywhere;
}

.cca-learning-card-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	margin-top: 16px;
}

.cca-learning-columns-2 .cca-learning-card-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cca-learning-columns-4 .cca-learning-card-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cca-learning-card {
	background: #ffffff;
	border: 1px solid #d7dee8;
	border-left: 4px solid #e91e63;
	border-radius: 8px;
	min-height: 100%;
	padding: 14px;
}

.cca-learning-card h4 {
	font-size: 1.05rem;
	margin: 0 0 10px;
}

.cca-learning-card p {
	margin: 0 0 10px;
}

.cca-learning-card p:last-child {
	margin-bottom: 0;
}

.cca-learning-card-question {
	color: #4d6178;
	font-size: 0.92rem;
	font-weight: 800;
}

.cca-learning-card-category {
	background: #eef8fb;
	border: 1px solid #c7e7ef;
	border-radius: 999px;
	color: #104f64;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1;
	margin: 0 0 10px;
	padding: 5px 8px;
}

.cca-learning-tried {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e1e7ef;
	border-radius: 6px;
	display: inline-flex;
	font-weight: 800;
	gap: 8px;
	margin-top: 8px;
	padding: 8px 10px;
}

.cca-learning-tried input {
	margin: 0;
}

.cca-learning-tried-status {
	color: #0f766e;
	display: block;
	font-size: 0.86rem;
	font-weight: 800;
	margin-top: 8px;
	min-height: 1.2em;
}

.cca-learning-log-list {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}

.cca-learning-log-list li {
	background: #ffffff;
	border: 1px solid #d7dee8;
	border-left: 4px solid #0f7f9a;
	border-radius: 8px;
	display: grid;
	gap: 4px;
	padding: 12px;
}

.cca-learning-log-list span,
.cca-learning-log-list em {
	color: #4d6178;
	font-size: 0.9rem;
}

.cca-development-plan {
	background: linear-gradient(135deg, #ffffff 0%, #f8fbfc 100%);
	border: 1px solid #dbe4ec;
	border-radius: 8px;
	margin-bottom: 24px;
	padding: 20px;
}

.cca-development-plan p {
	color: #334155;
	line-height: 1.55;
}

.cca-development-goals {
	display: grid;
	gap: 14px;
	margin-top: 16px;
}

.cca-development-goal {
	background: #ffffff;
	border: 1px solid #d7dee8;
	border-left: 4px solid #176b87;
	border-radius: 8px;
	padding: 14px;
}

.cca-development-goal h4 {
	font-size: 1.05rem;
	margin: 0 0 6px;
}

.cca-goal-meta {
	color: #4d6178;
	font-size: 0.92rem;
	font-weight: 700;
	margin: 0 0 12px;
}

.cca-goal-summary {
	margin: 10px 0 0;
	padding-left: 20px;
}

.cca-development-goal-form {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 12px;
}

.cca-development-goal-form label {
	color: #243447;
	font-weight: 800;
}

.cca-development-goal-form select,
.cca-development-goal-form input,
.cca-development-goal-form textarea {
	border: 1px solid #c8d2dd;
	border-radius: 6px;
	box-sizing: border-box;
	display: block;
	margin-top: 4px;
	padding: 9px 10px;
	width: 100%;
}

.cca-development-goal-form .cca-goal-notes-field,
.cca-development-goal-form button {
	grid-column: 1 / -1;
}

.cca-learning-style-lift .cca-learning-card {
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.cca-learning-style-lift .cca-learning-card:hover,
.cca-learning-style-lift .cca-learning-card:focus-within {
	border-color: #e91e63;
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
	transform: translateY(-3px);
}

.cca-learning-style-flip .cca-learning-card-grid {
	align-items: stretch;
}

.cca-learning-flip-card {
	background: transparent;
	border: 0;
	min-height: 260px;
	padding: 0;
	perspective: 1000px;
}

.cca-learning-card-inner {
	height: 100%;
	min-height: 260px;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 420ms ease;
}

.cca-learning-flip-card:hover .cca-learning-card-inner,
.cca-learning-flip-card:focus .cca-learning-card-inner,
.cca-learning-flip-card:focus-within .cca-learning-card-inner {
	transform: rotateY(180deg);
}

.cca-learning-card-face {
	backface-visibility: hidden;
	background: #ffffff;
	border: 1px solid #d7dee8;
	border-left: 4px solid #e91e63;
	border-radius: 8px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	inset: 0;
	justify-content: center;
	padding: 16px;
	position: absolute;
}

.cca-learning-card-front {
	z-index: 2;
}

.cca-learning-card-back {
	transform: rotateY(180deg);
}

.cca-learning-card-hint {
	color: #4d6178;
	font-size: 0.82rem;
	font-weight: 800;
	margin-top: 12px;
}

@media (prefers-reduced-motion: reduce) {
	.cca-learning-style-lift .cca-learning-card,
	.cca-learning-card-inner {
		transition: none;
	}

	.cca-learning-style-lift .cca-learning-card:hover,
	.cca-learning-style-lift .cca-learning-card:focus-within,
	.cca-learning-flip-card:hover .cca-learning-card-inner,
	.cca-learning-flip-card:focus .cca-learning-card-inner,
	.cca-learning-flip-card:focus-within .cca-learning-card-inner {
		transform: none;
	}

	.cca-learning-flip-card {
		min-height: 0;
	}

	.cca-learning-card-inner {
		display: grid;
		gap: 10px;
		min-height: 0;
	}

	.cca-learning-card-face {
		position: static;
		transform: none;
	}
}

.cca-reflection-list {
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
}

.cca-reflection-list li,
.cca-focus-note {
	background: #ffffff;
	border: 1px solid #e1e7ef;
	border-radius: 8px;
	margin-top: 10px;
	padding: 12px;
}

.cca-reflection-list p,
.cca-focus-note p {
	margin: 6px 0 0;
}

.cca-summary-cards {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 14px;
}

.cca-summary-hero {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: 120px minmax(0, 1fr);
	margin-bottom: 18px;
}

.cca-score-meter {
	align-items: center;
	background:
		radial-gradient(circle at center, #ffffff 0 56%, transparent 57%),
		conic-gradient(#176b87 var(--cca-score-percent), #dbe7ee 0);
	border-radius: 999px;
	display: flex;
	flex-direction: column;
	height: 112px;
	justify-content: center;
	width: 112px;
}

.cca-score-meter span {
	color: #172033;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
}

.cca-score-meter small {
	color: #4d6178;
	font-size: 0.78rem;
	font-weight: 700;
	margin-top: 4px;
}

.cca-summary-card {
	background: #ffffff;
	border: 1px solid #d7dee8;
	border-radius: 8px;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
	display: grid;
	gap: 6px;
	min-width: 0;
	padding: 14px;
}

.cca-summary-card-average {
	border-left: 4px solid #176b87;
}

.cca-summary-card-strong {
	border-left: 4px solid #247a57;
}

.cca-summary-card-focus {
	border-left: 4px solid #b45309;
}

.cca-summary-card span {
	color: #4d6178;
	font-size: 0.88rem;
	font-weight: 700;
}

.cca-summary-card strong {
	color: #172033;
	font-size: 1.05rem;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.cca-results-grid {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(320px, 1.2fr) minmax(300px, 0.8fr);
}

.cca-results-body {
	margin-bottom: 24px;
}

.cca-chart-panel {
	background: #ffffff;
	border: 1px solid #e1e7ef;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
	min-width: 0;
	padding: 18px;
}

.cca-chart-panel h3 {
	font-size: 1.15rem;
	margin: 0 0 14px;
}

.cca-radar-wrap {
	background: #f8fafc;
	border: 1px solid #e1e7ef;
	border-radius: 8px;
	margin-bottom: 18px;
	padding: 12px;
}

.cca-radar-chart {
	display: block;
	height: auto;
	max-width: 100%;
}

.cca-chart-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 8px 0;
}

.cca-chart-legend span {
	align-items: center;
	color: #334155;
	display: inline-flex;
	font-weight: 700;
	gap: 6px;
}

.cca-chart-legend i {
	border-radius: 999px;
	display: inline-block;
	height: 10px;
	width: 10px;
}

.cca-legend-current {
	background: #e91e63;
}

.cca-legend-previous {
	background: #64748b;
}

.cca-bar-chart {
	display: grid;
	gap: 16px;
}

.cca-bar-row {
	display: grid;
	gap: 8px;
	padding: 4px 0;
}

.cca-bar-meta {
	align-items: start;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) 74px;
}

.cca-bar-label {
	font-weight: 700;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.cca-bar-value {
	font-variant-numeric: tabular-nums;
	text-align: right;
	white-space: nowrap;
}

.cca-bar-track {
	background: #e6ebf2;
	border-radius: 999px;
	height: 14px;
	overflow: hidden;
}

.cca-bar-fill {
	background: #176b87;
	border-radius: 999px;
	display: block;
	height: 100%;
}

.cca-score-band-low .cca-bar-fill {
	background: #b45309;
}

.cca-score-band-mid .cca-bar-fill {
	background: #176b87;
}

.cca-score-band-high .cca-bar-fill {
	background: #247a57;
}

.cca-score-panel {
	background: #ffffff;
	border: 1px solid #e1e7ef;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
	min-width: 0;
	padding: 18px;
}

.cca-score-help {
	color: #4d6178;
	line-height: 1.45;
	margin: 0 0 12px;
}

.cca-score-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cca-score-list li {
	align-items: start;
	border-bottom: 1px solid #e6ebf2;
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) minmax(138px, auto);
	padding: 12px 0;
}

.cca-score-label {
	line-height: 1.35;
	min-width: 0;
	overflow-wrap: anywhere;
}

.cca-score-value {
	color: #172033;
	font-variant-numeric: tabular-nums;
	text-align: right;
	white-space: nowrap;
}

.cca-level-badge {
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	margin-left: 6px;
	padding: 5px 8px;
	vertical-align: middle;
	white-space: nowrap;
}

.cca-level-foundation {
	background: #fff4df;
	color: #8a4b00;
}

.cca-level-confident {
	background: #e8f3f6;
	color: #104f64;
}

.cca-level-advanced {
	background: #e9f7ef;
	color: #1f6b3b;
}

.cca-level-champion {
	background: #f2ecff;
	color: #56349a;
}

.cca-recommendations {
	margin-top: 28px;
}

.cca-course-list {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.cca-course {
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	color: #172033;
	display: block;
	font-weight: 700;
	padding: 14px;
	text-decoration: none;
}

.cca-course:hover,
.cca-course:focus {
	border-color: #176b87;
	color: #176b87;
}

.cca-report-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.cca-next-steps .cca-report-actions {
	margin: 16px 0 0;
}

.cca-manager-filters {
	align-items: end;
	background: #f8fafc;
	border: 1px solid #e1e7ef;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 20px;
	padding: 14px;
}

.cca-manager-filters label {
	display: grid;
	font-weight: 700;
	gap: 6px;
}

.cca-manager-filters select {
	min-height: 40px;
}

.cca-report-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.cca-ai-advice {
	background: #ffffff;
}

.cca-advice-source-ai {
	border-color: #8fd3e5;
	box-shadow: 0 10px 30px rgba(23, 107, 135, 0.1);
}

.cca-section-heading {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 12px;
}

.cca-section-heading h3 {
	margin: 0;
}

.cca-advice-badge {
	background: #e7f7fb;
	border: 1px solid #9fd8e8;
	border-radius: 999px;
	color: #104f64;
	font-size: 0.78rem;
	font-weight: 800;
	padding: 5px 10px;
}

.cca-advice-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 16px;
}

.cca-advice-card {
	background: #f8fafc;
	border: 1px solid #e1e7ef;
	border-radius: 8px;
	padding: 14px;
}

.cca-advice-card h4 {
	font-size: 1rem;
	margin: 0 0 10px;
}

.cca-advice-card ul {
	margin: 0;
	padding-left: 18px;
}

.cca-advice-card li {
	line-height: 1.45;
	margin-bottom: 6px;
}

.cca-next-steps ul {
	margin: 0;
	padding-left: 20px;
}

.cca-next-steps li {
	line-height: 1.5;
	margin-bottom: 6px;
}

.cca-learning-route {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}

.cca-learning-route li {
	align-items: center;
	background: #ffffff;
	border: 1px solid #d7dee8;
	border-radius: 8px;
	display: flex;
	gap: 10px;
	margin: 0;
	padding: 10px;
}

.cca-learning-route span {
	align-items: center;
	background: #e91e63;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	flex: 0 0 28px;
	font-size: 0.85rem;
	font-weight: 800;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.cca-learning-route strong {
	color: #172033;
	font-size: 0.9rem;
	line-height: 1.25;
}

.cca-next-action-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	margin-top: 16px;
}

.cca-next-action {
	background: #ffffff;
	border: 1px solid #d7dee8;
	border-left: 5px solid #087f95;
	border-radius: 8px;
	padding: 16px;
}

.cca-next-action-course {
	border-left-color: #e91e63;
}

.cca-next-action-activity {
	border-left-color: #0f766e;
}

.cca-next-action-pathway {
	border-left-color: #7c3aed;
}

.cca-next-action-manager {
	border-left-color: #f59e0b;
}

.cca-next-action-retake {
	border-left-color: #2563eb;
}

.cca-next-action-label {
	color: #526173;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.cca-next-action h4 {
	color: #172033;
	font-size: 17px;
	margin: 0 0 8px;
}

.cca-next-action p {
	margin-bottom: 12px;
}

.cca-manager-email-box {
	background: #ffffff;
	border: 1px solid #d7dee8;
	border-radius: 8px;
	margin-top: 18px;
	padding: 16px;
}

.cca-manager-email-box h4 {
	font-size: 1rem;
	margin: 0 0 8px;
}

.cca-manager-email-form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.cca-manager-email-form input[type="email"] {
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	color: #172033;
	flex: 1 1 240px;
	min-height: 42px;
	padding: 8px 10px;
}

.cca-email-notice {
	border-radius: 6px;
	font-weight: 700;
	padding: 10px 12px;
}

.cca-email-notice-success {
	background: #e8f5ee;
	border: 1px solid #b5dcc6;
	color: #235c43;
}

.cca-email-notice-error {
	background: #fff2f0;
	border: 1px solid #f0b8b0;
	color: #8a1f11;
}

.cca-progress-section {
	border-bottom: 1px solid #e6ebf2;
	margin-bottom: 22px;
	padding-bottom: 18px;
}

.cca-progress-section:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.cca-progress-table {
	border-collapse: collapse;
	width: 100%;
}

.cca-progress-table th,
.cca-progress-table td {
	border-bottom: 1px solid #e6ebf2;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

.cca-progress-table th {
	background: #f8fafc;
	font-weight: 700;
}

.cca-progress-trend {
	align-items: end;
	display: flex;
	gap: 12px;
	min-height: 150px;
	margin: 18px 0;
	padding: 14px;
	background: #f8fafc;
	border: 1px solid #d9e2ec;
	border-radius: 8px;
}

.cca-trend-item {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 6px;
	justify-content: flex-end;
	min-height: 120px;
	text-align: center;
}

.cca-trend-bar {
	background: #e91e63;
	border-radius: 999px 999px 4px 4px;
	display: block;
	min-height: 8px;
	width: 100%;
	max-width: 38px;
}

.cca-progress-milestones {
	background: #f0f9f6;
	border: 1px solid #b7e1d1;
	border-radius: 8px;
	margin: 16px 0;
	padding: 12px 16px 12px 32px;
}

.cca-retake-reminder {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: 8px;
	margin: 16px 0;
	padding: 12px 14px;
}

.cca-course-status-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cca-course-status-list li {
	align-items: center;
	border-bottom: 1px solid #e6ebf2;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding: 10px 0;
}

.cca-summary-module {
	background: #ffffff;
	border: 1px solid #d7dee8;
	border-radius: 8px;
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
	color: #172033;
	margin: 24px 0;
	padding: 24px;
}

.cca-summary-module-header {
	align-items: start;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1fr) minmax(170px, 220px);
	margin-bottom: 18px;
}

.cca-summary-module-header h2 {
	font-size: 1.6rem;
	line-height: 1.25;
	margin: 0 0 8px;
}

.cca-summary-module-header p {
	color: #34465c;
	margin: 0;
}

.cca-summary-module-stat {
	background: #f8fafc;
	border: 1px solid #e1e7ef;
	border-radius: 8px;
	display: grid;
	gap: 4px;
	padding: 16px;
}

.cca-summary-module-stat strong {
	color: #176b87;
	font-size: 2rem;
	line-height: 1;
}

.cca-summary-module-stat span {
	font-weight: 800;
}

.cca-summary-module-stat small,
.cca-summary-date,
.cca-summary-role {
	color: #4d6178;
}

.cca-summary-login {
	align-items: center;
	background: #e7f7fb;
	border: 1px solid #9fd8e8;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	margin: 0 0 18px;
	padding: 14px;
}

.cca-summary-login p {
	margin: 0;
}

.cca-summary-assessment-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.cca-summary-assessment-card {
	border: 1px solid #d7dee8;
	border-radius: 8px;
	display: grid;
	gap: 14px;
	padding: 16px;
}

.cca-summary-assessment-card h3 {
	font-size: 1.08rem;
	line-height: 1.3;
	margin: 0 0 8px;
}

.cca-summary-assessment-card p {
	margin: 0;
}

.cca-summary-assessment-complete {
	border-left: 5px solid #235c43;
}

.cca-summary-assessment-ready {
	border-left: 5px solid #176b87;
}

.cca-summary-score-line {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cca-summary-score-line span {
	color: #4d6178;
	font-weight: 700;
}

.cca-summary-score-line strong {
	white-space: nowrap;
}

.cca-summary-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cca-directory-page {
	margin: 0 auto;
	max-width: 1180px;
	padding: 28px 18px;
}

.cca-assessment-directory {
	color: #172033;
}

.cca-directory-hero {
	align-items: start;
	background: #ffffff;
	border: 1px solid #d7dee8;
	border-radius: 8px;
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
	margin: 24px 0;
	padding: 28px;
}

.cca-directory-hero h1 {
	font-size: 2rem;
	line-height: 1.2;
	margin: 0 0 10px;
}

.cca-directory-hero p {
	color: #34465c;
	margin: 0;
}

.cca-directory-stats {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
}

.cca-directory-stats div {
	background: #f8fafc;
	border: 1px solid #e1e7ef;
	border-radius: 8px;
	display: grid;
	gap: 4px;
	padding: 14px;
}

.cca-directory-stats strong {
	color: #176b87;
	font-size: 1.35rem;
	line-height: 1.1;
	white-space: nowrap;
}

.cca-directory-stats span {
	color: #4d6178;
	font-size: 0.9rem;
	font-weight: 800;
}

.cca-directory-filters {
	align-items: end;
	background: #ffffff;
	border: 1px solid #d7dee8;
	border-radius: 8px;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	margin: 0 0 18px;
	padding: 18px;
}

.cca-directory-filters label {
	display: grid;
	font-weight: 800;
	gap: 6px;
	min-width: 0;
}

.cca-directory-filters select {
	background: #ffffff;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	box-sizing: border-box;
	color: #172033;
	min-height: 42px;
	min-width: 0;
	padding: 8px 10px;
	width: 100%;
}

.cca-directory-filter-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	min-width: 0;
}

.cca-directory-grid {
	display: grid;
	gap: 16px;
}

.cca-directory-card {
	background: #ffffff;
	border: 1px solid #d7dee8;
	border-left: 5px solid #176b87;
	border-radius: 8px;
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 16px 18px;
}

.cca-directory-card-complete {
	border-left-color: #235c43;
}

.cca-directory-card h2 {
	font-size: 1.25rem;
	line-height: 1.3;
	margin: 0 0 6px;
}

.cca-directory-description {
	color: #34465c;
	margin-top: 12px;
}

.cca-directory-card-side {
	align-content: start;
	display: grid;
	gap: 10px;
	justify-items: end;
	min-width: 170px;
}

.cca-directory-card-side p,
.cca-directory-card-side small {
	color: #4d6178;
	margin: 0;
}

.cca-directory-status {
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 800;
	padding: 5px 10px;
}

.cca-directory-status-complete {
	background: #e8f5ee;
	border: 1px solid #b5dcc6;
	color: #235c43;
}

.cca-directory-status-ready {
	background: #e7f7fb;
	border: 1px solid #9fd8e8;
	color: #104f64;
}

.cca-directory-score {
	font-size: 1.5rem;
	line-height: 1;
	white-space: nowrap;
}

.cca-dashboard-template-pink.cca-summary-module,
.cca-dashboard-template-pink .cca-directory-hero {
	border-top: 5px solid #d42168;
}

.cca-dashboard-template-pink .cca-summary-module-stat,
.cca-dashboard-template-pink .cca-directory-stats div,
.cca-dashboard-template-pink .cca-directory-filters {
	background: #fff5f9;
	border-color: #f3b7cf;
}

.cca-dashboard-template-pink .cca-summary-module-stat strong,
.cca-dashboard-template-pink .cca-directory-stats strong {
	color: #b81759;
}

.cca-dashboard-template-pink .cca-summary-assessment-ready,
.cca-dashboard-template-pink .cca-directory-card-ready {
	border-left-color: #d42168;
}

.cca-dashboard-template-gradient .cca-directory-hero,
.cca-dashboard-template-gradient.cca-summary-module {
	background: linear-gradient(135deg, #b81759 0%, #d42168 45%, #176b87 100%);
	border: 0;
	color: #ffffff;
}

.cca-dashboard-template-gradient .cca-directory-hero h1,
.cca-dashboard-template-gradient .cca-directory-hero p,
.cca-dashboard-template-gradient.cca-summary-module h2,
.cca-dashboard-template-gradient.cca-summary-module p,
.cca-dashboard-template-gradient.cca-summary-module .cca-kicker {
	color: #ffffff;
}

.cca-dashboard-template-gradient .cca-summary-module-stat,
.cca-dashboard-template-gradient .cca-directory-stats div {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.32);
	color: #ffffff;
}

.cca-dashboard-template-gradient .cca-summary-module-stat strong,
.cca-dashboard-template-gradient .cca-summary-module-stat small,
.cca-dashboard-template-gradient .cca-summary-module-stat span,
.cca-dashboard-template-gradient .cca-directory-stats strong,
.cca-dashboard-template-gradient .cca-directory-stats span {
	color: #ffffff;
}

.cca-dashboard-template-gradient .cca-summary-assessment-card,
.cca-dashboard-template-gradient .cca-summary-login {
	background: #ffffff;
	color: #172033;
}

.cca-dashboard-template-gradient .cca-summary-assessment-card p,
.cca-dashboard-template-gradient .cca-summary-role,
.cca-dashboard-template-gradient .cca-summary-date,
.cca-dashboard-template-gradient .cca-summary-login p {
	color: #34465c;
}

.cca-dashboard-template-panels.cca-assessment-directory,
.cca-dashboard-template-panels.cca-summary-module {
	background: #f8fafc;
	border: 1px solid #d7dee8;
	border-radius: 10px;
	padding: 18px;
}

.cca-dashboard-template-panels .cca-directory-hero,
.cca-dashboard-template-panels .cca-directory-filters,
.cca-dashboard-template-panels .cca-directory-card,
.cca-dashboard-template-panels .cca-summary-assessment-card,
.cca-dashboard-template-panels .cca-summary-module-stat,
.cca-dashboard-template-panels .cca-summary-login {
	box-shadow: none;
}

.cca-dashboard-template-panels .cca-directory-hero,
.cca-dashboard-template-panels .cca-directory-filters,
.cca-dashboard-template-panels .cca-summary-module-header {
	border-left: 5px solid #d42168;
}

.cca-dashboard-template-panels .cca-summary-module-header {
	background: #ffffff;
	border-radius: 8px;
	padding: 18px;
}

.cca-dashboard-template-dashboard.cca-assessment-directory,
.cca-dashboard-template-dashboard.cca-summary-module {
	background: #f8fbfc;
	border: 1px solid #8ccfd8;
	border-radius: 8px;
	padding: 18px;
}

.cca-dashboard-template-dashboard .cca-directory-hero,
.cca-dashboard-template-dashboard .cca-summary-module-header {
	background: #ffffff;
	border: 1px solid #b8dce2;
	border-radius: 8px;
	box-shadow: none;
	margin: 0 0 18px;
	padding: 18px;
}

.cca-dashboard-template-dashboard .cca-directory-hero h1,
.cca-dashboard-template-dashboard .cca-summary-module-header h2 {
	font-size: 1.6rem;
	margin-bottom: 8px;
}

.cca-dashboard-template-dashboard .cca-kicker {
	align-items: center;
	color: #104f64;
	display: inline-flex;
	gap: 8px;
	margin-bottom: 12px;
}

.cca-dashboard-template-dashboard .cca-kicker::before {
	align-items: center;
	background: #0f7f9a;
	border-radius: 999px;
	color: #ffffff;
	content: "✓";
	display: inline-flex;
	font-size: 0.75rem;
	height: 30px;
	justify-content: center;
	line-height: 1;
	width: 30px;
}

.cca-dashboard-template-dashboard .cca-directory-stats div,
.cca-dashboard-template-dashboard .cca-summary-module-stat {
	background: #f8fafc;
	border: 1px solid #d7dee8;
	border-radius: 8px;
	box-shadow: none;
	padding: 14px 16px;
}

.cca-dashboard-template-dashboard .cca-directory-stats strong,
.cca-dashboard-template-dashboard .cca-summary-module-stat strong {
	color: #176b87;
}

.cca-dashboard-template-dashboard .cca-directory-filters,
.cca-dashboard-template-dashboard .cca-directory-card,
.cca-dashboard-template-dashboard .cca-summary-assessment-card,
.cca-dashboard-template-dashboard .cca-summary-login {
	background: #ffffff;
	border: 1px solid #d7dee8;
	border-radius: 6px;
	box-shadow: none;
}

.cca-dashboard-template-dashboard .cca-directory-card,
.cca-dashboard-template-dashboard .cca-summary-assessment-card {
	border-left: 1px solid #d7dee8;
	border-top: 5px solid #0f7f9a;
}

.cca-dashboard-template-dashboard .cca-directory-card-complete,
.cca-dashboard-template-dashboard .cca-summary-assessment-complete {
	border-top-color: #235c43;
}

.cca-dashboard-template-dashboard .cca-directory-grid,
.cca-dashboard-template-dashboard .cca-summary-assessment-grid {
	gap: 16px;
}

.cca-pathway-progress {
	align-items: center;
	background: #ffffff;
	border: 1px solid #d7dee8;
	border-left: 5px solid #d42168;
	border-radius: 8px;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) minmax(180px, 240px) auto;
	margin: 0 0 18px;
	padding: 20px;
}

.cca-pathway-progress h2 {
	font-size: 1.25rem;
	line-height: 1.3;
	margin: 0 0 8px;
}

.cca-pathway-progress p,
.cca-pathway-progress small {
	color: #4d6178;
	margin: 0;
}

.cca-pathway-progress-meter {
	display: grid;
	gap: 6px;
}

.cca-pathway-progress-meter strong {
	color: #172033;
	font-size: 1.8rem;
	line-height: 1;
}

.cca-pathway-progress-meter span {
	color: #34465c;
	font-weight: 800;
}

.cca-pathway-bar {
	background: #e7edf4;
	border-radius: 999px;
	height: 10px;
	overflow: hidden;
}

.cca-pathway-bar span {
	background: #d42168;
	display: block;
	height: 100%;
}

.cca-notice {
	background: #fff8e5;
	border: 1px solid #e8c66a;
	border-radius: 6px;
	margin: 20px 0;
	padding: 14px;
}

.cca-empty-state {
	background: #f8fafc;
	border: 1px solid #d9e2ec;
	border-radius: 8px;
	margin: 18px 0;
	padding: 22px;
	text-align: left;
}

.cca-empty-state h2 {
	font-size: 1.25rem;
	margin: 0 0 8px;
}

.cca-empty-state p {
	margin: 0 0 14px;
	max-width: 62ch;
}

@media (max-width: 1120px) {
	.cca-directory-filters {
		grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	}

	.cca-directory-filter-actions {
		grid-column: auto;
	}
}

@media (max-width: 760px) {
	.cca-assessment {
		padding: 18px;
	}

	.cca-summary-cards {
		grid-template-columns: 1fr;
	}

	.cca-summary-hero {
		grid-template-columns: 1fr;
	}

	.cca-advice-grid {
		grid-template-columns: 1fr;
	}

	.cca-learning-columns-4 .cca-learning-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cca-returning-learner {
		align-items: flex-start;
		flex-direction: column;
	}

	.cca-summary-module-header {
		grid-template-columns: 1fr;
	}

	.cca-directory-hero,
	.cca-directory-card,
	.cca-pathway-progress {
		grid-template-columns: 1fr;
	}

	.cca-directory-filters {
		grid-template-columns: 1fr;
	}

	.cca-returning-actions {
		justify-content: flex-start;
		width: 100%;
	}

	.cca-section-nav {
		align-items: stretch;
		flex-direction: column;
	}

	.cca-results-grid {
		grid-template-columns: 1fr;
	}

	.cca-development-goal-form {
		grid-template-columns: 1fr;
	}

	.cca-scale {
		grid-template-columns: repeat(5, minmax(38px, 1fr));
	}

	.cca-progress-table {
		display: block;
		overflow-x: auto;
	}
}

@media (max-width: 520px) {
	.cca-directory-stats {
		grid-template-columns: 1fr;
	}

	.cca-score-list li {
		grid-template-columns: minmax(0, 1fr) 68px;
	}

	.cca-learning-columns-2 .cca-learning-card-grid,
	.cca-learning-columns-4 .cca-learning-card-grid {
		grid-template-columns: 1fr;
	}

	.cca-chart-panel {
		padding: 10px;
	}
}

@media print {
	@page {
		margin: 14mm;
		size: A4 portrait;
	}

	body * {
		visibility: hidden;
	}

	body {
		background: #ffffff !important;
		color: #000000 !important;
		font-size: 11pt;
		line-height: 1.4;
	}

	a {
		color: #000000 !important;
		text-decoration: none;
	}

	.cca-progress,
	.cca-progress *,
	.cca-results,
	.cca-results * {
		visibility: visible;
	}

	.cca-progress,
	.cca-results {
		border: 0;
		box-shadow: none;
		color: #000000;
		left: 0;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.cca-report-body {
		display: block;
	}

	.cca-header {
		border-bottom: 1px solid #cccccc;
		margin-bottom: 12pt;
		padding-bottom: 8pt;
	}

	.cca-header h2 {
		font-size: 18pt;
		line-height: 1.2;
	}

	.cca-kicker,
	.cca-score-help,
	.cca-summary-card span,
	.cca-manager-email-box p {
		color: #333333 !important;
	}

	.cca-report-actions,
	.cca-manager-email-box,
	.cca-development-goal-form,
	.cca-chart-legend,
	.cca-learning-tried,
	.cca-learning-tried-status,
	.cca-score-help,
	.cca-button {
		display: none !important;
	}

	.cca-results-summary,
	.cca-next-steps,
	.cca-ai-advice,
	.cca-reflection-summary,
	.cca-bite-sized-learning,
	.cca-development-plan,
	.cca-chart-panel,
	.cca-score-panel,
	.cca-summary-card,
	.cca-advice-card,
	.cca-learning-card,
	.cca-focus-note,
	.cca-reflection-list li {
		background: #ffffff !important;
		border: 1px solid #cccccc;
		box-shadow: none;
		break-inside: avoid;
		page-break-inside: avoid;
	}

	.cca-results-summary,
	.cca-next-steps,
	.cca-ai-advice,
	.cca-reflection-summary,
	.cca-bite-sized-learning,
	.cca-development-plan {
		margin-bottom: 12pt;
		padding: 10pt;
	}

	.cca-summary-hero,
	.cca-summary-cards,
	.cca-results-grid,
	.cca-advice-grid,
	.cca-development-goals,
	.cca-learning-card-grid,
	.cca-learning-card-inner {
		display: block;
	}

	.cca-learning-flip-card,
	.cca-learning-card-inner {
		min-height: 0;
	}

	.cca-learning-card-face {
		position: static;
		transform: none;
	}

	.cca-score-meter {
		background: #ffffff !important;
		border: 2px solid #176b87;
		height: auto;
		margin-bottom: 8pt;
		padding: 8pt;
		width: auto;
	}

	.cca-summary-card,
	.cca-advice-card,
	.cca-score-panel {
		margin-bottom: 8pt;
	}

	.cca-results-summary h3,
	.cca-next-steps h3,
	.cca-ai-advice h3,
	.cca-reflection-summary h3,
	.cca-bite-sized-learning h3,
	.cca-development-plan h3,
	.cca-chart-panel h3,
	.cca-score-panel h3 {
		break-after: avoid;
		page-break-after: avoid;
	}

	.cca-learning-card {
		margin-bottom: 8pt;
		padding: 8pt;
	}

	.cca-learning-card p,
	.cca-development-plan p,
	.cca-next-steps p,
	.cca-ai-advice p {
		line-height: 1.35;
	}

	.cca-next-actions {
		display: block;
	}

	.cca-next-action-card {
		margin-bottom: 8pt;
	}

	.cca-chart-panel {
		margin-bottom: 10pt;
		padding: 10pt;
	}

	.cca-radar-wrap {
		background: #ffffff !important;
		border: 0;
		margin: 0 0 10pt;
		padding: 0;
	}

	.cca-radar-chart {
		display: block;
		height: auto !important;
		margin: 0 auto 8pt;
		max-height: 105mm;
		max-width: 160mm;
		width: 100% !important;
	}

	.cca-bar-chart {
		gap: 7pt;
	}

	.cca-bar-row {
		break-inside: avoid;
		page-break-inside: avoid;
	}

	.cca-bar-track,
	.cca-bar-fill {
		print-color-adjust: exact;
		-webkit-print-color-adjust: exact;
	}

	.cca-score-list li {
		break-inside: avoid;
		grid-template-columns: minmax(0, 1fr) 110px;
		page-break-inside: avoid;
		padding: 7pt 0;
	}

	.cca-level-badge {
		border: 1px solid #cccccc;
		color: #000000 !important;
	}

	.cca-progress-table {
		display: table;
		font-size: 10pt;
		overflow: visible;
	}

	.cca-progress-table tr,
	.cca-course-status-list li {
		break-inside: avoid;
		page-break-inside: avoid;
	}

	.cca-course {
		break-inside: avoid;
		page-break-inside: avoid;
	}

a[href]::after {
		content: "";
	}
}

.cca-start-summary {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}

.cca-start-summary li {
	background: #f8fafc;
	border: 1px solid #dbe3ec;
	border-radius: 8px;
	color: #334155;
	font-size: 0.95rem;
	padding: 10px 12px;
}

.cca-start-summary strong {
	color: #0f172a;
	display: block;
	font-size: 1.2rem;
}

@media (max-width: 640px) {
	.cca-start-summary {
		grid-template-columns: 1fr;
	}
}
