/*
 * STEMMING Learning Portal 3.2
 * Light, dependency-free interface aligned with the consortium review palette.
 */

.stem-ui {
	--stem-navy: #123b5d;
	--stem-navy-900: #09283f;
	--stem-evergreen: #0b5d46;
	--stem-evergreen-700: #084936;
	--stem-warm-white: #f7faf6;
	--stem-white: #ffffff;
	--stem-ink: #17232d;
	--stem-muted: #596975;
	--stem-line: #dbe4e1;
	--stem-line-strong: #c6d3cf;
	--stem-soft: #eef4f1;
	--stem-ai: #0f766e;
	--stem-ai-soft: #e7f5f3;
	--stem-green: #65a30d;
	--stem-green-soft: #f0f8df;
	--stem-quantum: #1d4ed8;
	--stem-quantum-soft: #eaf0ff;
	--stem-venture: #b64117;
	--stem-venture-soft: #fff0e9;
	--stem-success: #147a48;
	--stem-warning: #a15c00;
	--stem-error: #b42318;
	--stem-shadow-sm: 0 2px 8px rgba(18, 59, 93, 0.07);
	--stem-shadow: 0 16px 44px rgba(18, 59, 93, 0.11);
	--stem-radius-sm: 10px;
	--stem-radius: 16px;
	--stem-radius-lg: 26px;
	--stem-shell: min(1180px, calc(100vw - 40px));
	font-family: Inter, Lato, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: var(--stem-ink);
	background: var(--stem-white);
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	position: relative;
	isolation: isolate;
	text-align: left;
}

.stem-ui,
.stem-ui *,
.stem-ui *::before,
.stem-ui *::after {
	box-sizing: border-box;
}

.stem-ui img,
.stem-ui svg {
	max-width: 100%;
}

.stem-ui svg.stem-icon {
	width: 1.2em;
	height: 1.2em;
	flex: 0 0 auto;
	vertical-align: -0.16em;
}

.stem-ui h1,
.stem-ui h2,
.stem-ui h3,
.stem-ui h4,
.stem-ui p,
.stem-ui ul,
.stem-ui ol,
.stem-ui dl {
	margin-top: 0;
}

.stem-ui h1,
.stem-ui h2,
.stem-ui h3,
.stem-ui h4 {
	font-family: Inter, Lato, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	color: var(--stem-navy-900);
	font-weight: 760;
	line-height: 1.12;
	letter-spacing: -0.028em;
}

.stem-ui h1 {
	font-size: clamp(2.55rem, 5vw, 4.75rem);
	max-width: 16ch;
	margin-bottom: 24px;
}

.stem-ui h2 {
	font-size: clamp(1.9rem, 3.5vw, 3rem);
	margin-bottom: 18px;
}

.stem-ui h3 {
	font-size: clamp(1.15rem, 2vw, 1.42rem);
	margin-bottom: 10px;
}

.stem-ui p {
	color: var(--stem-muted);
	margin-bottom: 18px;
}

.stem-ui a {
	color: var(--stem-evergreen);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.stem-ui button,
.stem-ui input,
.stem-ui select,
.stem-ui textarea {
	font: inherit;
}

.stem-ui button,
.stem-ui a,
.stem-ui summary,
.stem-ui input,
.stem-ui select,
.stem-ui textarea {
	outline-offset: 3px;
}

.stem-ui :focus-visible {
	outline: 3px solid #f4a340;
	outline-offset: 3px;
}

.stem-shell {
	width: var(--stem-shell);
	margin-inline: auto;
}

.stem-section {
	padding: clamp(72px, 8vw, 112px) 0;
	position: relative;
}

.stem-section--compact {
	padding: 34px 0 42px;
}

.stem-section--tint {
	background:
		radial-gradient(circle at 88% 15%, rgba(101, 163, 13, 0.08), transparent 23rem),
		linear-gradient(180deg, #f8fbfa 0%, #f2f7f5 100%);
	border-block: 1px solid rgba(11, 93, 70, 0.08);
}

.stem-section--dark {
	background: var(--stem-navy-900);
	color: var(--stem-white);
}

.stem-section-heading {
	max-width: 760px;
	margin-bottom: 42px;
}

.stem-section-heading > p:last-child {
	font-size: 1.075rem;
	max-width: 68ch;
	margin-bottom: 0;
}

.stem-section-heading--row {
	max-width: none;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 32px;
}

.stem-section-heading--row > div {
	max-width: 760px;
}

.stem-eyebrow {
	font-size: 0.78rem !important;
	font-weight: 780;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--stem-evergreen) !important;
	margin-bottom: 10px !important;
}

.stem-lead {
	font-size: clamp(1.1rem, 1.8vw, 1.32rem);
	line-height: 1.58;
	max-width: 64ch;
}

.stem-small,
.stem-help-text {
	font-size: 0.88rem;
	line-height: 1.5;
	color: var(--stem-muted);
}

.stem-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.stem-btn {
	appearance: none;
	border: 1px solid transparent;
	border-radius: 999px;
	min-height: 48px;
	padding: 11px 21px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	font-weight: 730;
	font-size: 0.98rem;
	line-height: 1.2;
	text-decoration: none !important;
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.stem-btn:hover {
	transform: translateY(-1px);
}

.stem-btn:active {
	transform: translateY(0);
}

.stem-btn--primary {
	background: var(--stem-evergreen);
	color: var(--stem-white) !important;
	box-shadow: 0 8px 20px rgba(11, 93, 70, 0.18);
}

.stem-btn--primary:hover {
	background: var(--stem-evergreen-700);
	box-shadow: 0 11px 24px rgba(11, 93, 70, 0.25);
}

.stem-btn--secondary {
	background: var(--stem-white);
	border-color: var(--stem-line-strong);
	color: var(--stem-navy) !important;
	box-shadow: var(--stem-shadow-sm);
}

.stem-btn--secondary:hover {
	border-color: var(--stem-navy);
	background: var(--stem-warm-white);
}

.stem-btn--ghost {
	background: transparent;
	border-color: rgba(18, 59, 93, 0.18);
	color: var(--stem-navy) !important;
}

.stem-btn--ghost:hover {
	background: rgba(18, 59, 93, 0.05);
	border-color: rgba(18, 59, 93, 0.35);
}

.stem-btn--light {
	background: var(--stem-white);
	color: var(--stem-navy-900) !important;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.stem-btn--outline-light {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.55);
	color: var(--stem-white) !important;
}

.stem-btn--outline-light:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: var(--stem-white);
}

.stem-btn--compact {
	min-height: 42px;
	padding: 9px 17px;
	font-size: 0.9rem;
}

.stem-btn--full {
	width: 100%;
}

.stem-btn--save {
	background: var(--stem-white);
	border-color: var(--stem-line-strong);
	color: var(--stem-navy) !important;
}

.stem-btn--save:hover,
.stem-btn--save.is-saved {
	border-color: var(--stem-evergreen);
	background: var(--stem-soft);
}

.stem-btn--save.is-saved svg {
	fill: currentColor;
}

.stem-button-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 13px;
}

.stem-text-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-weight: 720;
	text-decoration: none !important;
	color: var(--stem-evergreen) !important;
}

.stem-text-link:hover {
	text-decoration: underline !important;
}

.stem-text-button {
	border: 0;
	background: transparent;
	color: var(--stem-evergreen);
	padding: 4px;
	font-weight: 700;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.stem-icon-button {
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid var(--stem-line);
	border-radius: 50%;
	background: var(--stem-white);
	color: var(--stem-navy);
	display: inline-grid;
	place-items: center;
	cursor: pointer;
	transition: border-color 150ms ease, background 150ms ease, color 150ms ease;
}

.stem-icon-button:hover,
.stem-icon-button.is-saved {
	border-color: var(--stem-evergreen);
	background: var(--stem-soft);
	color: var(--stem-evergreen);
}

.stem-icon-button.is-saved svg,
.stem-action-form[data-saved="true"] svg {
	fill: currentColor;
}

.stem-action-form {
	margin: 0;
	display: inline-flex;
}

.stem-action-form.is-busy,
.stem-progress-form.is-busy {
	opacity: 0.65;
}

.stem-portal-nav {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(18, 59, 93, 0.1);
}

.admin-bar .stem-portal-nav {
	top: 32px;
}

.stem-portal-nav__inner {
	min-height: 76px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.stem-brand-link,
.stem-brand-link:hover {
	text-decoration: none !important;
}

.stem-brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
}

.stem-brand__mark {
	width: 43px;
	height: 43px;
	object-fit: contain;
}

.stem-brand__copy {
	display: flex;
	flex-direction: column;
	line-height: 1.05;
}

.stem-brand__copy strong {
	font-size: 1.08rem;
	letter-spacing: 0.115em;
	color: var(--stem-navy-900);
}

.stem-brand__copy small {
	font-size: 0.7rem;
	color: var(--stem-evergreen);
	margin-top: 5px;
}

.stem-portal-nav__menu {
	display: flex;
	align-items: center;
	gap: 4px;
}

.stem-portal-nav__menu > a {
	min-height: 42px;
	padding: 10px 12px;
	border-radius: 9px;
	color: var(--stem-ink);
	text-decoration: none;
	font-weight: 630;
	font-size: 0.91rem;
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.stem-portal-nav__menu > a:hover,
.stem-portal-nav__menu > a[aria-current="page"] {
	background: var(--stem-soft);
	color: var(--stem-evergreen);
}

.stem-portal-nav__menu > a[aria-current="page"] {
	box-shadow: inset 0 -2px 0 var(--stem-evergreen);
}

.stem-portal-nav__menu .stem-portal-nav__account {
	margin-left: 9px;
	background: var(--stem-navy);
	color: var(--stem-white);
	padding-inline: 15px;
}

.stem-portal-nav__menu .stem-portal-nav__account:hover,
.stem-portal-nav__menu .stem-portal-nav__account[aria-current="page"] {
	background: var(--stem-navy-900);
	color: var(--stem-white);
	box-shadow: none;
}

.stem-portal-nav__toggle {
	display: none;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid var(--stem-line);
	border-radius: 10px;
	background: var(--stem-white);
	color: var(--stem-navy);
}

.stem-home-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 78% 26%, rgba(101, 163, 13, 0.12), transparent 23rem),
		radial-gradient(circle at 18% 100%, rgba(15, 118, 110, 0.1), transparent 29rem),
		linear-gradient(135deg, #ffffff 10%, #f5faf7 100%);
	padding: clamp(72px, 9vw, 126px) 0 clamp(78px, 9vw, 120px);
}

.stem-home-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(18, 59, 93, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(18, 59, 93, 0.025) 1px, transparent 1px);
	background-size: 38px 38px;
	mask-image: linear-gradient(90deg, transparent, #000 65%, transparent);
}

.stem-home-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
	align-items: center;
	gap: clamp(52px, 8vw, 100px);
	position: relative;
	z-index: 1;
}

.stem-home-hero__copy .stem-lead {
	font-size: clamp(1.12rem, 1.8vw, 1.32rem);
	margin-bottom: 30px;
}

.stem-home-hero__copy .stem-button-row {
	margin-bottom: 24px;
}

.stem-trust-line {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-size: 0.9rem;
	max-width: 66ch;
	margin-bottom: 0;
}

.stem-trust-line svg {
	color: var(--stem-evergreen);
	margin-top: 2px;
}

.stem-home-hero__visual {
	position: relative;
}

.stem-home-hero__visual::before,
.stem-home-hero__visual::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	z-index: -1;
}

.stem-home-hero__visual::before {
	width: 110px;
	height: 110px;
	background: var(--stem-green-soft);
	right: -34px;
	top: -38px;
}

.stem-home-hero__visual::after {
	width: 72px;
	height: 72px;
	border: 14px solid var(--stem-ai-soft);
	left: -29px;
	bottom: -30px;
}

.stem-path-card {
	background: var(--stem-white);
	border: 1px solid rgba(18, 59, 93, 0.12);
	border-radius: var(--stem-radius-lg);
	box-shadow: var(--stem-shadow);
	padding: 26px;
	transform: rotate(1deg);
}

.stem-path-card__header {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--stem-line);
}

.stem-path-card__header img {
	width: 52px;
	height: 52px;
}

.stem-path-card__header div {
	display: flex;
	flex-direction: column;
}

.stem-path-card__header strong {
	font-size: 1.08rem;
	color: var(--stem-navy-900);
}

.stem-path-card__header span {
	font-size: 0.84rem;
	color: var(--stem-muted);
}

.stem-path-card__list {
	display: grid;
	gap: 10px;
	padding: 19px 0;
}

.stem-path-row {
	display: grid;
	grid-template-columns: 42px 1fr 30px;
	align-items: center;
	gap: 12px;
	padding: 12px;
	border-radius: 13px;
	background: #f8faf9;
	border: 1px solid transparent;
}

.stem-path-row > span {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	display: grid;
	place-items: center;
}

.stem-path-row > div {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.stem-path-row strong {
	font-size: 0.91rem;
	color: var(--stem-ink);
}

.stem-path-row small {
	font-size: 0.72rem;
	line-height: 1.35;
	color: var(--stem-muted);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.stem-path-row em {
	font-style: normal;
	font-weight: 800;
	font-size: 0.83rem;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--stem-white);
}

.stem-path-row--ai > span { background: var(--stem-ai-soft); color: var(--stem-ai); }
.stem-path-row--green > span { background: var(--stem-green-soft); color: var(--stem-green); }
.stem-path-row--quantum > span { background: var(--stem-quantum-soft); color: var(--stem-quantum); }
.stem-path-row--venture > span { background: var(--stem-venture-soft); color: var(--stem-venture); }

.stem-path-card__footer {
	border-top: 1px solid var(--stem-line);
	padding-top: 18px;
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: 0.74rem;
	color: var(--stem-muted);
}

.stem-path-card__footer span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.stem-announcement {
	background: var(--stem-navy-900);
	color: var(--stem-white);
}

.stem-announcement__inner {
	min-height: 68px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 14px;
	padding-block: 12px;
}

.stem-announcement__icon {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	display: grid;
	place-items: center;
	color: #ccecd8;
}

.stem-announcement p {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.92rem;
}

.stem-announcement a {
	color: var(--stem-white);
	font-weight: 700;
	font-size: 0.88rem;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	text-decoration: none;
}

.stem-evidence-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border: 1px solid var(--stem-line);
	border-radius: var(--stem-radius);
	background: var(--stem-white);
	box-shadow: var(--stem-shadow-sm);
	overflow: hidden;
}

.stem-evidence-item {
	padding: 22px;
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.stem-evidence-item + .stem-evidence-item {
	border-left: 1px solid var(--stem-line);
}

.stem-evidence-item > strong {
	font-size: clamp(1.6rem, 3vw, 2.25rem);
	line-height: 1;
	color: var(--stem-evergreen);
	letter-spacing: -0.04em;
	white-space: nowrap;
}

.stem-evidence-item div {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.stem-evidence-item span {
	font-weight: 750;
	font-size: 0.88rem;
	color: var(--stem-navy-900);
}

.stem-evidence-item small {
	font-size: 0.72rem;
	line-height: 1.35;
	color: var(--stem-muted);
}

.stem-pillar-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.stem-pillar-card {
	position: relative;
	min-height: 310px;
	padding: 26px;
	border: 1px solid var(--stem-line);
	border-radius: var(--stem-radius);
	background: var(--stem-white);
	color: var(--stem-ink) !important;
	text-decoration: none !important;
	display: flex;
	flex-direction: column;
	box-shadow: var(--stem-shadow-sm);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
	overflow: hidden;
}

.stem-pillar-card::after {
	content: "";
	position: absolute;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	right: -75px;
	top: -80px;
	opacity: 0.45;
}

.stem-pillar-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--stem-shadow);
}

.stem-pillar-card__icon {
	width: 54px;
	height: 54px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	margin-bottom: 34px;
}

.stem-pillar-card__icon svg {
	width: 27px;
	height: 27px;
}

.stem-pillar-card__count {
	font-size: 0.73rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--stem-muted);
	margin-bottom: 9px;
}

.stem-pillar-card h3 {
	font-size: 1.32rem;
}

.stem-pillar-card p {
	font-size: 0.92rem;
	flex: 1;
}

.stem-pillar-card .stem-text-link {
	font-size: 0.88rem;
}

.stem-pillar-card--ai { border-top: 4px solid var(--stem-ai); }
.stem-pillar-card--ai::after { background: var(--stem-ai-soft); }
.stem-pillar-card--ai .stem-pillar-card__icon { background: var(--stem-ai-soft); color: var(--stem-ai); }
.stem-pillar-card--green { border-top: 4px solid var(--stem-green); }
.stem-pillar-card--green::after { background: var(--stem-green-soft); }
.stem-pillar-card--green .stem-pillar-card__icon { background: var(--stem-green-soft); color: var(--stem-green); }
.stem-pillar-card--quantum { border-top: 4px solid var(--stem-quantum); }
.stem-pillar-card--quantum::after { background: var(--stem-quantum-soft); }
.stem-pillar-card--quantum .stem-pillar-card__icon { background: var(--stem-quantum-soft); color: var(--stem-quantum); }
.stem-pillar-card--venture { border-top: 4px solid var(--stem-venture); }
.stem-pillar-card--venture::after { background: var(--stem-venture-soft); }
.stem-pillar-card--venture .stem-pillar-card__icon { background: var(--stem-venture-soft); color: var(--stem-venture); }

.stem-course-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.stem-course-grid--featured {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.stem-course-card {
	position: relative;
	background: var(--stem-white);
	border: 1px solid var(--stem-line);
	border-radius: var(--stem-radius);
	box-shadow: var(--stem-shadow-sm);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.stem-course-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--stem-shadow);
	border-color: var(--stem-line-strong);
}

.stem-course-card[hidden] {
	display: none !important;
}

.stem-course-card__bar {
	height: 5px;
	background: var(--stem-navy);
}

.stem-course-card--ai .stem-course-card__bar { background: var(--stem-ai); }
.stem-course-card--green .stem-course-card__bar { background: var(--stem-green); }
.stem-course-card--quantum .stem-course-card__bar { background: var(--stem-quantum); }
.stem-course-card--venture .stem-course-card__bar { background: var(--stem-venture); }

.stem-course-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 18px 18px 0;
}

.stem-pillar-chip,
.stem-status-chip,
.stem-code-chip {
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 740;
	line-height: 1.15;
	padding: 6px 9px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.stem-pillar-chip--ai { color: var(--stem-ai); background: var(--stem-ai-soft); }
.stem-pillar-chip--green { color: #4b790b; background: var(--stem-green-soft); }
.stem-pillar-chip--quantum { color: var(--stem-quantum); background: var(--stem-quantum-soft); }
.stem-pillar-chip--venture { color: var(--stem-venture); background: var(--stem-venture-soft); }
.stem-pillar-chip--neutral { color: var(--stem-navy); background: var(--stem-soft); }

.stem-course-card__body {
	padding: 17px 18px 13px;
}

.stem-course-card__status {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 0.71rem;
	font-weight: 650;
	color: var(--stem-muted);
	margin-bottom: 11px;
}

.stem-status-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--stem-muted);
}

.stem-status-dot--development { background: #7d6e53; }
.stem-status-dot--interest { background: var(--stem-ai); }
.stem-status-dot--open,
.stem-status-dot--self-paced { background: var(--stem-success); }
.stem-status-dot--closed { background: #8a949a; }

.stem-course-card h3 {
	font-size: 1.16rem;
	line-height: 1.24;
	min-height: 2.5em;
	margin-bottom: 10px;
}

.stem-course-card h3 a {
	color: var(--stem-navy-900);
	text-decoration: none;
}

.stem-course-card h3 a::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
}

.stem-course-card__top,
.stem-course-card__footer,
.stem-course-card__meta,
.stem-course-card__evidence,
.stem-card-progress {
	position: relative;
	z-index: 1;
}

.stem-course-card__body p {
	font-size: 0.88rem;
	line-height: 1.52;
	margin-bottom: 0;
}

.stem-course-card__meta {
	display: flex;
	gap: 13px;
	flex-wrap: wrap;
	padding: 0 18px 14px;
	font-size: 0.75rem;
	color: var(--stem-muted);
}

.stem-course-card__meta span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.stem-course-card__evidence {
	margin: 0 18px 16px;
	padding: 11px;
	border-radius: 10px;
	background: #f7f9f8;
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.stem-course-card__evidence > svg {
	color: var(--stem-evergreen);
	margin-top: 2px;
}

.stem-course-card__evidence p {
	font-size: 0.73rem;
	line-height: 1.4;
	margin: 0;
}

.stem-course-card__evidence strong {
	display: block;
	color: var(--stem-ink);
	font-size: 0.68rem;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.stem-card-progress {
	padding: 0 18px 15px;
}

.stem-card-progress > div:first-child {
	display: flex;
	justify-content: space-between;
	font-size: 0.75rem;
	margin-bottom: 5px;
}

.stem-course-card__footer {
	margin-top: auto;
	padding: 14px 18px 17px;
	border-top: 1px solid var(--stem-line);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.stem-course-card__footer .stem-text-link {
	font-size: 0.82rem;
}

.stem-course-card__audience {
	font-size: 0.68rem;
	color: var(--stem-muted);
	text-align: right;
}

.stem-course-grid--featured .stem-course-card__audience,
.stem-course-grid--featured .stem-course-card__evidence {
	display: none;
}

.stem-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	position: relative;
}

.stem-steps::before {
	content: "";
	position: absolute;
	top: 45px;
	left: 10%;
	right: 10%;
	height: 1px;
	background: var(--stem-line-strong);
	z-index: -1;
}

.stem-step-card {
	padding: 24px;
	background: var(--stem-white);
	border: 1px solid var(--stem-line);
	border-radius: var(--stem-radius);
	box-shadow: var(--stem-shadow-sm);
	position: relative;
}

.stem-step-card__number {
	position: absolute;
	top: 16px;
	right: 18px;
	font-weight: 800;
	font-size: 0.74rem;
	color: var(--stem-line-strong);
}

.stem-step-card__icon {
	width: 46px;
	height: 46px;
	border-radius: 13px;
	background: var(--stem-soft);
	color: var(--stem-evergreen);
	display: grid;
	place-items: center;
	margin-bottom: 36px;
}

.stem-step-card p {
	font-size: 0.88rem;
	margin-bottom: 0;
}

.stem-section--split {
	background: var(--stem-warm-white);
}

.stem-audience-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.stem-audience-card {
	padding: clamp(30px, 4vw, 48px);
	border-radius: var(--stem-radius-lg);
	border: 1px solid var(--stem-line);
	background: var(--stem-white);
	box-shadow: var(--stem-shadow-sm);
	position: relative;
	overflow: hidden;
}

.stem-audience-card::after {
	content: "";
	position: absolute;
	right: -70px;
	top: -70px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: var(--stem-soft);
	z-index: 0;
}

.stem-audience-card > * {
	position: relative;
	z-index: 1;
}

.stem-audience-card__icon {
	width: 52px;
	height: 52px;
	border-radius: 15px;
	display: grid;
	place-items: center;
	margin-bottom: 28px;
}

.stem-audience-card--student .stem-audience-card__icon { background: var(--stem-ai-soft); color: var(--stem-ai); }
.stem-audience-card--staff .stem-audience-card__icon { background: var(--stem-green-soft); color: var(--stem-green); }

.stem-audience-card h2 {
	font-size: clamp(1.75rem, 3vw, 2.4rem);
}

.stem-check-list,
.stem-mini-list {
	list-style: none;
	padding: 0;
	margin: 25px 0 30px;
	display: grid;
	gap: 11px;
}

.stem-check-list li,
.stem-mini-list li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-size: 0.9rem;
	color: var(--stem-ink);
}

.stem-check-list svg,
.stem-mini-list svg {
	color: var(--stem-evergreen);
	margin-top: 2px;
}

.stem-support-model {
	display: grid;
	grid-template-columns: 0.7fr 1.3fr;
	gap: clamp(45px, 7vw, 90px);
	align-items: center;
	max-width: 1000px;
	margin-inline: auto;
}

.stem-support-model__visual {
	min-height: 300px;
	display: grid;
	place-items: center;
	position: relative;
}

.stem-support-orbit {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	border: 1px solid rgba(18, 59, 93, 0.15);
	position: relative;
	background: radial-gradient(circle, var(--stem-white) 0 35%, var(--stem-soft) 36% 52%, transparent 53%);
}

.stem-support-orbit::before,
.stem-support-orbit::after {
	content: "";
	position: absolute;
	inset: 28px;
	border: 1px dashed rgba(11, 93, 70, 0.25);
	border-radius: 50%;
	transform: rotate(40deg) scaleY(0.52);
}

.stem-support-orbit::after {
	transform: rotate(-40deg) scaleY(0.52);
}

.stem-support-orbit > span {
	position: absolute;
	width: 68px;
	height: 68px;
	border-radius: 18px;
	display: grid;
	place-items: center;
	box-shadow: var(--stem-shadow);
	z-index: 2;
}

.stem-support-orbit > span:first-child {
	background: var(--stem-navy);
	color: var(--stem-white);
	left: 34px;
	top: 36px;
}

.stem-support-orbit > span:last-child {
	background: var(--stem-white);
	color: var(--stem-evergreen);
	right: 31px;
	bottom: 37px;
}

.stem-section--faq {
	background: #fbfcfb;
}

.stem-faq-layout {
	display: grid;
	grid-template-columns: 0.72fr 1.28fr;
	gap: clamp(45px, 8vw, 100px);
	align-items: start;
}

.stem-accordion-list {
	display: grid;
	gap: 10px;
}

.stem-faq {
	border: 1px solid var(--stem-line);
	border-radius: 13px;
	background: var(--stem-white);
	overflow: hidden;
}

.stem-faq summary {
	list-style: none;
	cursor: pointer;
	padding: 19px 20px;
	font-weight: 720;
	color: var(--stem-navy-900);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.stem-faq summary::-webkit-details-marker {
	display: none;
}

.stem-faq summary span {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--stem-soft);
	display: grid;
	place-items: center;
	transition: transform 160ms ease;
}

.stem-faq[open] summary span {
	transform: rotate(180deg);
}

.stem-faq > div {
	padding: 0 20px 19px;
}

.stem-faq > div p {
	margin: 0;
	font-size: 0.93rem;
}

.stem-final-cta {
	background:
		radial-gradient(circle at 85% 0%, rgba(101, 163, 13, 0.2), transparent 25rem),
		linear-gradient(135deg, var(--stem-evergreen-700), var(--stem-navy-900));
	padding: clamp(65px, 8vw, 92px) 0;
	color: var(--stem-white);
}

.stem-final-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

.stem-final-cta h2,
.stem-final-cta .stem-eyebrow {
	color: var(--stem-white) !important;
}

.stem-final-cta h2 {
	font-size: clamp(2rem, 4vw, 3.25rem);
	max-width: 18ch;
}

.stem-final-cta p:not(.stem-eyebrow) {
	color: rgba(255, 255, 255, 0.78);
	max-width: 62ch;
	margin-bottom: 0;
}

.stem-final-cta .stem-button-row {
	flex: 0 0 auto;
}

.stem-inline-notice {
	margin: 20px auto;
	padding: 14px 17px;
	border-radius: 12px;
	border: 1px solid var(--stem-line);
	background: var(--stem-white);
	display: flex;
	align-items: flex-start;
	gap: 10px;
	box-shadow: var(--stem-shadow-sm);
}

.stem-inline-notice p {
	margin: 0;
	font-size: 0.92rem;
	color: var(--stem-ink);
}

.stem-inline-notice--success { border-color: rgba(20, 122, 72, 0.3); background: #f0fbf5; }
.stem-inline-notice--success > span { color: var(--stem-success); }
.stem-inline-notice--info { border-color: rgba(29, 78, 216, 0.25); background: #f2f6ff; }
.stem-inline-notice--info > span { color: var(--stem-quantum); }
.stem-inline-notice--error { border-color: rgba(180, 35, 24, 0.28); background: #fff4f3; }
.stem-inline-notice--error > span { color: var(--stem-error); }

.stem-page-hero {
	background:
		radial-gradient(circle at 86% 10%, rgba(101, 163, 13, 0.11), transparent 20rem),
		linear-gradient(180deg, var(--stem-warm-white), #ffffff);
	padding: clamp(65px, 8vw, 95px) 0;
	border-bottom: 1px solid var(--stem-line);
}

.stem-page-hero__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}

.stem-page-hero h1 {
	font-size: clamp(2.3rem, 5vw, 4.2rem);
	max-width: 18ch;
}

.stem-page-hero__inner > div:first-child {
	max-width: 760px;
}

.stem-page-hero__note {
	flex: 0 0 310px;
	padding: 22px;
	border: 1px solid var(--stem-line);
	border-radius: var(--stem-radius);
	background: rgba(255, 255, 255, 0.82);
	box-shadow: var(--stem-shadow-sm);
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 3px 11px;
}

.stem-page-hero__note > svg {
	grid-row: 1 / span 2;
	color: var(--stem-evergreen);
	width: 26px;
	height: 26px;
}

.stem-page-hero__note strong {
	font-size: 0.86rem;
	color: var(--stem-navy-900);
}

.stem-page-hero__note span {
	font-size: 0.76rem;
	color: var(--stem-muted);
}

.stem-section--catalog {
	padding-top: 46px;
}

.stem-filter-panel {
	border: 1px solid var(--stem-line);
	border-radius: var(--stem-radius);
	background: var(--stem-white);
	padding: 20px;
	box-shadow: var(--stem-shadow-sm);
	margin-bottom: 30px;
}

.stem-filter-search label,
.stem-filter-fields label,
.stem-form > label,
.stem-form-row > label {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 0.78rem;
	font-weight: 720;
	color: var(--stem-navy-900);
}

.stem-input-with-icon {
	position: relative;
}

.stem-input-with-icon > svg {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--stem-muted);
	z-index: 1;
}

.stem-input-with-icon input {
	padding-left: 44px !important;
}

.stem-ui input[type="text"],
.stem-ui input[type="email"],
.stem-ui input[type="password"],
.stem-ui input[type="url"],
.stem-ui input[type="search"],
.stem-ui input[type="number"],
.stem-ui input[type="date"],
.stem-ui select,
.stem-ui textarea {
	width: 100%;
	min-height: 46px;
	border: 1px solid var(--stem-line-strong);
	border-radius: 9px;
	background: var(--stem-white);
	color: var(--stem-ink);
	padding: 10px 12px;
	box-shadow: inset 0 1px 2px rgba(18, 59, 93, 0.035);
}

.stem-ui textarea {
	min-height: 130px;
	resize: vertical;
}

.stem-ui input:focus,
.stem-ui select:focus,
.stem-ui textarea:focus {
	border-color: var(--stem-evergreen);
	box-shadow: 0 0 0 3px rgba(11, 93, 70, 0.1);
	outline: none;
}

.stem-filter-fields {
	display: grid;
	grid-template-columns: 1.25fr 1fr 0.85fr 0.95fr 0.85fr;
	gap: 12px;
	margin-top: 14px;
}

.stem-filter-footer {
	margin-top: 15px;
	padding-top: 14px;
	border-top: 1px solid var(--stem-line);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.stem-filter-footer p {
	margin: 0;
	font-size: 0.82rem;
}

.stem-no-results,
.stem-empty-state {
	border: 1px dashed var(--stem-line-strong);
	border-radius: var(--stem-radius);
	padding: 55px 30px;
	text-align: center;
	background: var(--stem-warm-white);
}

.stem-no-results > svg,
.stem-empty-state > span {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--stem-soft);
	color: var(--stem-evergreen);
	display: inline-grid;
	place-items: center;
	margin-bottom: 16px;
}

.stem-no-results > svg {
	padding: 15px;
}

.stem-no-results h2,
.stem-empty-state h3 {
	font-size: 1.45rem;
}

.stem-dashboard-header {
	padding: 62px 0 42px;
	background: linear-gradient(180deg, var(--stem-warm-white), #fff);
	border-bottom: 1px solid var(--stem-line);
}

.stem-dashboard-header .stem-shell {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 35px;
}

.stem-dashboard-header h1 {
	font-size: clamp(2.25rem, 4.5vw, 3.7rem);
	margin-bottom: 12px;
}

.stem-dashboard-header p:last-child {
	margin-bottom: 0;
}

.stem-dashboard-main {
	padding-top: 34px;
}

.stem-dashboard-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin: 24px 0 48px;
}

.stem-dashboard-stats article {
	border: 1px solid var(--stem-line);
	border-radius: 13px;
	background: var(--stem-white);
	padding: 18px;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	gap: 0 12px;
	box-shadow: var(--stem-shadow-sm);
}

.stem-dashboard-stats article > span {
	grid-row: 1 / span 2;
	width: 42px;
	height: 42px;
	border-radius: 11px;
	background: var(--stem-soft);
	color: var(--stem-evergreen);
	display: grid;
	place-items: center;
}

.stem-dashboard-stats strong {
	font-size: 1.55rem;
	line-height: 1;
	color: var(--stem-navy-900);
}

.stem-dashboard-stats small {
	font-size: 0.75rem;
	color: var(--stem-muted);
}

.stem-dashboard-section {
	padding: 35px 0;
	border-top: 1px solid var(--stem-line);
}

.stem-dashboard-section .stem-section-heading {
	margin-bottom: 22px;
}

.stem-dashboard-section .stem-section-heading h2 {
	font-size: clamp(1.55rem, 3vw, 2.1rem);
	margin-bottom: 0;
}

.stem-active-list {
	display: grid;
	gap: 12px;
}

.stem-active-course {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	padding: 18px;
	border: 1px solid var(--stem-line);
	border-radius: 14px;
	background: var(--stem-white);
	box-shadow: var(--stem-shadow-sm);
}

.stem-active-course__icon {
	width: 50px;
	height: 50px;
	border-radius: 14px;
	display: grid;
	place-items: center;
}

.stem-active-course__icon--ai { color: var(--stem-ai); background: var(--stem-ai-soft); }
.stem-active-course__icon--green { color: var(--stem-green); background: var(--stem-green-soft); }
.stem-active-course__icon--quantum { color: var(--stem-quantum); background: var(--stem-quantum-soft); }
.stem-active-course__icon--venture { color: var(--stem-venture); background: var(--stem-venture-soft); }

.stem-active-course__copy small {
	font-size: 0.7rem;
	font-weight: 730;
	color: var(--stem-muted);
}

.stem-active-course__copy h3 {
	font-size: 1rem;
	margin: 3px 0 8px;
}

.stem-active-course__copy > span:last-child {
	font-size: 0.7rem;
	color: var(--stem-muted);
}

.stem-progress {
	height: 7px;
	background: #e6ece9;
	border-radius: 999px;
	overflow: hidden;
}

.stem-progress > span {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, var(--stem-ai), var(--stem-green));
	border-radius: inherit;
	transition: width 280ms ease;
}

.stem-active-course__actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.stem-progress-form {
	display: flex;
	align-items: center;
	gap: 5px;
}

.stem-progress-form select {
	width: 75px;
	min-height: 38px;
	padding: 7px 9px;
}

.stem-dashboard-empty {
	border: 1px dashed var(--stem-line-strong);
	border-radius: 13px;
	background: var(--stem-warm-white);
	padding: 22px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 16px;
}

.stem-dashboard-empty > span {
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: var(--stem-white);
	color: var(--stem-evergreen);
	display: grid;
	place-items: center;
	border: 1px solid var(--stem-line);
}

.stem-dashboard-empty h3 {
	font-size: 1rem;
	margin-bottom: 4px;
}

.stem-dashboard-empty p {
	font-size: 0.84rem;
	margin: 0;
}

.stem-dashboard-course-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.stem-dashboard-course {
	border: 1px solid var(--stem-line);
	border-radius: 13px;
	padding: 17px;
	background: var(--stem-white);
	display: flex;
	flex-direction: column;
	min-height: 220px;
}

.stem-dashboard-course__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 18px;
}

.stem-dashboard-course__top > span {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	display: grid;
	place-items: center;
	background: var(--stem-soft);
	color: var(--stem-evergreen);
}

.stem-dashboard-course--ai .stem-dashboard-course__top > span { background: var(--stem-ai-soft); color: var(--stem-ai); }
.stem-dashboard-course--green .stem-dashboard-course__top > span { background: var(--stem-green-soft); color: var(--stem-green); }
.stem-dashboard-course--quantum .stem-dashboard-course__top > span { background: var(--stem-quantum-soft); color: var(--stem-quantum); }
.stem-dashboard-course--venture .stem-dashboard-course__top > span { background: var(--stem-venture-soft); color: var(--stem-venture); }

.stem-dashboard-course__top small {
	font-size: 0.7rem;
	color: var(--stem-muted);
}

.stem-dashboard-course h3 {
	font-size: 1rem;
}

.stem-dashboard-course h3 a {
	color: var(--stem-navy-900);
	text-decoration: none;
}

.stem-dashboard-course > p {
	font-size: 0.82rem;
	flex: 1;
}

.stem-dashboard-course__footer {
	padding-top: 12px;
	border-top: 1px solid var(--stem-line);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 9px;
	font-size: 0.8rem;
}

.stem-dashboard-course__footer > a {
	font-weight: 700;
	text-decoration: none;
}

.stem-credential-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.stem-credential-card {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	padding: 22px;
	border: 1px solid var(--stem-line);
	border-radius: 14px;
	background: linear-gradient(135deg, var(--stem-white), var(--stem-warm-white));
}

.stem-credential-card > span {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--stem-green-soft);
	color: var(--stem-green);
	display: grid;
	place-items: center;
}

.stem-credential-card h3 {
	font-size: 1.05rem;
}

.stem-credential-card p:not(.stem-eyebrow) {
	font-size: 0.82rem;
}

.stem-dashboard-actions {
	margin-top: 35px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.stem-dashboard-actions > a,
.stem-dashboard-actions > button {
	appearance: none;
	border: 1px solid var(--stem-line);
	background: var(--stem-white);
	border-radius: 13px;
	padding: 18px;
	text-decoration: none;
	text-align: left;
	color: var(--stem-ink);
	cursor: pointer;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	gap: 2px 12px;
}

.stem-dashboard-actions > * > span {
	grid-row: 1 / span 2;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: var(--stem-soft);
	color: var(--stem-evergreen);
	display: grid;
	place-items: center;
}

.stem-dashboard-actions strong {
	font-size: 0.92rem;
	color: var(--stem-navy-900);
}

.stem-dashboard-actions small {
	font-size: 0.72rem;
	color: var(--stem-muted);
}

.stem-auth-gate {
	padding: clamp(80px, 10vw, 140px) 0;
	background: var(--stem-warm-white);
}

.stem-auth-gate__card {
	max-width: 760px;
	margin-inline: auto;
	padding: clamp(36px, 6vw, 64px);
	text-align: center;
	border: 1px solid var(--stem-line);
	border-radius: var(--stem-radius-lg);
	background: var(--stem-white);
	box-shadow: var(--stem-shadow);
}

.stem-auth-gate__icon {
	width: 68px;
	height: 68px;
	border-radius: 20px;
	background: var(--stem-soft);
	color: var(--stem-evergreen);
	display: inline-grid;
	place-items: center;
	margin-bottom: 20px;
}

.stem-auth-gate__icon svg {
	width: 30px;
	height: 30px;
}

.stem-auth-gate h1 {
	font-size: clamp(2rem, 4.5vw, 3.35rem);
	max-width: 18ch;
	margin-inline: auto;
}

.stem-auth-gate p {
	max-width: 64ch;
	margin-inline: auto;
}

.stem-auth-gate .stem-button-row {
	justify-content: center;
}

.stem-staff-hero {
	padding: clamp(70px, 9vw, 112px) 0;
	background:
		radial-gradient(circle at 84% 20%, rgba(101, 163, 13, 0.14), transparent 24rem),
		linear-gradient(140deg, #fff, var(--stem-warm-white));
}

.stem-staff-hero__grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	align-items: center;
	gap: clamp(55px, 8vw, 100px);
}

.stem-staff-hero__card {
	padding: 28px;
	border: 1px solid var(--stem-line);
	border-radius: var(--stem-radius-lg);
	background: var(--stem-white);
	box-shadow: var(--stem-shadow);
}

.stem-staff-map {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 10px;
	text-align: center;
}

.stem-staff-map > span:not(.stem-staff-map__plus):not(.stem-staff-map__arrow) {
	padding: 18px 10px;
	border-radius: 12px;
	background: var(--stem-soft);
	font-weight: 730;
	font-size: 0.84rem;
	color: var(--stem-navy-900);
}

.stem-staff-map__plus,
.stem-staff-map__arrow {
	font-weight: 800;
	color: var(--stem-evergreen);
}

.stem-staff-map__arrow {
	grid-column: 1 / -1;
	font-size: 1.5rem;
	line-height: 1;
}

.stem-staff-map strong {
	grid-column: 1 / -1;
	padding: 17px;
	border-radius: 12px;
	background: var(--stem-navy);
	color: var(--stem-white);
	font-size: 0.88rem;
}

.stem-staff-hero__card .stem-mini-list {
	margin-bottom: 0;
	padding-top: 20px;
	border-top: 1px solid var(--stem-line);
}

.stem-value-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 17px;
}

.stem-value-card {
	padding: 24px;
	border: 1px solid var(--stem-line);
	border-radius: 14px;
	background: var(--stem-white);
	box-shadow: var(--stem-shadow-sm);
}

.stem-value-card > span {
	width: 48px;
	height: 48px;
	border-radius: 13px;
	background: var(--stem-soft);
	color: var(--stem-evergreen);
	display: grid;
	place-items: center;
	margin-bottom: 28px;
}

.stem-value-card h3 {
	font-size: 1.05rem;
}

.stem-value-card p {
	font-size: 0.86rem;
	margin: 0;
}

.stem-adoption-steps {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.stem-adoption-steps li {
	padding: 23px;
	border-radius: 14px;
	background: var(--stem-white);
	border: 1px solid var(--stem-line);
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.stem-adoption-steps li > span {
	font-size: 0.72rem;
	font-weight: 800;
	color: var(--stem-evergreen);
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--stem-soft);
	display: grid;
	place-items: center;
	flex: 0 0 auto;
}

.stem-adoption-steps h3 {
	font-size: 1rem;
	margin-bottom: 5px;
}

.stem-adoption-steps p {
	font-size: 0.82rem;
	margin: 0;
}

.stem-course-list {
	display: grid;
	gap: 10px;
}

.stem-course-list-item {
	display: grid;
	grid-template-columns: auto 1fr auto auto;
	align-items: center;
	gap: 16px;
	padding: 16px 18px;
	border: 1px solid var(--stem-line);
	border-radius: 12px;
	background: var(--stem-white);
	text-decoration: none !important;
	color: var(--stem-ink) !important;
}

.stem-course-list-item:hover {
	border-color: var(--stem-evergreen);
	box-shadow: var(--stem-shadow-sm);
}

.stem-course-list-item__icon {
	width: 42px;
	height: 42px;
	border-radius: 11px;
	display: grid;
	place-items: center;
	background: var(--stem-soft);
	color: var(--stem-evergreen);
}

.stem-course-list-item--ai .stem-course-list-item__icon { color: var(--stem-ai); background: var(--stem-ai-soft); }
.stem-course-list-item--green .stem-course-list-item__icon { color: var(--stem-green); background: var(--stem-green-soft); }
.stem-course-list-item--quantum .stem-course-list-item__icon { color: var(--stem-quantum); background: var(--stem-quantum-soft); }
.stem-course-list-item--venture .stem-course-list-item__icon { color: var(--stem-venture); background: var(--stem-venture-soft); }

.stem-course-list-item__copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.stem-course-list-item__copy small {
	font-size: 0.67rem;
	font-weight: 720;
	color: var(--stem-muted);
}

.stem-course-list-item__copy strong {
	font-size: 0.92rem;
	color: var(--stem-navy-900);
}

.stem-course-list-item__copy > span {
	font-size: 0.76rem;
	color: var(--stem-muted);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.stem-course-list-item__meta {
	font-size: 0.7rem;
	color: var(--stem-muted);
	text-align: right;
}

.stem-staff-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 45px;
}

.stem-staff-cta h2,
.stem-staff-cta .stem-eyebrow {
	color: var(--stem-white) !important;
}

.stem-staff-cta h2 {
	font-size: clamp(1.9rem, 4vw, 3rem);
}

.stem-staff-cta p:not(.stem-eyebrow) {
	color: rgba(255, 255, 255, 0.74);
	margin-bottom: 0;
	max-width: 68ch;
}

.stem-support-grid {
	display: grid;
	grid-template-columns: 1fr 0.82fr;
	gap: clamp(44px, 7vw, 84px);
	align-items: start;
}

.stem-support-form-card,
.stem-account-card,
.stem-auth-card {
	border: 1px solid var(--stem-line);
	border-radius: var(--stem-radius);
	background: var(--stem-white);
	box-shadow: var(--stem-shadow-sm);
	padding: clamp(24px, 4vw, 34px);
}

.stem-support-form-card {
	position: sticky;
	top: 100px;
}

.admin-bar .stem-support-form-card {
	top: 132px;
}

.stem-form {
	display: grid;
	gap: 15px;
}

.stem-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.stem-form label small {
	font-size: 0.72rem;
	font-weight: 500;
	color: var(--stem-muted);
}

.stem-checkbox {
	flex-direction: row !important;
	align-items: flex-start;
	gap: 9px !important;
	font-weight: 500 !important;
	line-height: 1.45;
}

.stem-checkbox input {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	flex: 0 0 auto;
}

.stem-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.stem-auth-section,
.stem-account-section {
	padding: clamp(70px, 9vw, 110px) 0;
	background: var(--stem-warm-white);
}

.stem-auth-intro {
	max-width: 780px;
	margin: 0 auto 34px;
	text-align: center;
}

.stem-auth-intro h1 {
	font-size: clamp(2.2rem, 5vw, 3.8rem);
	max-width: 21ch;
	margin-inline: auto;
}

.stem-auth-intro p {
	max-width: 68ch;
	margin-inline: auto;
}

.stem-auth-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
	max-width: 980px;
	margin-inline: auto;
}

.stem-auth-tabs {
	display: none;
	max-width: 480px;
	margin: 0 auto 18px;
	padding: 4px;
	border-radius: 999px;
	background: var(--stem-soft);
}

.stem-auth-tabs button {
	flex: 1;
	border: 0;
	border-radius: 999px;
	padding: 10px;
	background: transparent;
	font-weight: 700;
	color: var(--stem-muted);
}

.stem-auth-tabs button.is-active {
	background: var(--stem-white);
	box-shadow: var(--stem-shadow-sm);
	color: var(--stem-navy);
}

.stem-auth-card__heading {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid var(--stem-line);
}

.stem-auth-card__heading > span {
	width: 43px;
	height: 43px;
	border-radius: 11px;
	background: var(--stem-soft);
	color: var(--stem-evergreen);
	display: grid;
	place-items: center;
}

.stem-auth-card__heading h2 {
	font-size: 1.35rem;
	margin-bottom: 3px;
}

.stem-auth-card__heading p {
	font-size: 0.8rem;
	margin: 0;
}

.stem-auth-card #loginform {
	display: grid;
	gap: 14px;
}

.stem-auth-card #loginform p {
	margin: 0;
}

.stem-auth-card #loginform label {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 0.78rem;
	font-weight: 720;
	color: var(--stem-navy-900);
}

.stem-auth-card #loginform .login-remember label {
	flex-direction: row;
	align-items: center;
	font-weight: 500;
}

.stem-auth-card #wp-submit {
	width: 100%;
	min-height: 48px;
	border: 0;
	border-radius: 999px;
	background: var(--stem-evergreen);
	color: var(--stem-white);
	font-weight: 730;
	cursor: pointer;
}

.stem-form-help {
	margin-top: 12px !important;
	font-size: 0.82rem;
}

.stem-account-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 35px;
	margin-bottom: 35px;
}

.stem-account-heading h1 {
	font-size: clamp(2.1rem, 4vw, 3.4rem);
}

.stem-account-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 22px;
}

.stem-account-card h2 {
	font-size: 1.4rem;
}

.stem-account-card--secondary {
	background: var(--stem-navy-900);
	color: var(--stem-white);
}

.stem-account-card--secondary h2,
.stem-account-card--secondary dt,
.stem-account-card--secondary dd,
.stem-account-card--secondary a {
	color: var(--stem-white);
}

.stem-account-card--secondary p {
	color: rgba(255, 255, 255, 0.72);
}

.stem-account-facts {
	margin: 25px 0;
	display: grid;
	gap: 12px;
}

.stem-account-facts div {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.stem-account-facts dt {
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.7;
}

.stem-account-facts dd {
	margin: 2px 0 0;
	font-size: 0.9rem;
}

.stem-account-links {
	display: grid;
	gap: 10px;
	margin-bottom: 24px;
}

.stem-account-links a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	text-decoration: none;
	font-weight: 700;
}

.stem-about-logo {
	width: 210px;
	height: 210px;
	object-fit: contain;
	padding: 20px;
	border: 1px solid var(--stem-line);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.75);
}

.stem-about-story {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr;
	gap: clamp(50px, 8vw, 100px);
	align-items: start;
}

.stem-fact-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.stem-fact-list div {
	padding: 22px;
	border: 1px solid var(--stem-line);
	border-radius: 13px;
	background: var(--stem-white);
	box-shadow: var(--stem-shadow-sm);
}

.stem-fact-list dt {
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	color: var(--stem-evergreen);
	letter-spacing: -0.04em;
}

.stem-fact-list dd {
	margin: 7px 0 0;
	font-size: 0.78rem;
	color: var(--stem-muted);
}

.stem-section--partners {
	background: var(--stem-warm-white);
}

.stem-partner-group-title {
	font-size: 1rem !important;
	margin: 36px 0 16px !important;
}

.stem-partner-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.stem-partner-card {
	padding: 16px;
	border: 1px solid var(--stem-line);
	border-radius: 12px;
	background: var(--stem-white);
	display: flex;
	align-items: center;
	gap: 13px;
}

.stem-partner-card__initials {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: var(--stem-soft);
	color: var(--stem-evergreen);
	display: grid;
	place-items: center;
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	flex: 0 0 auto;
}

.stem-partner-card h4 {
	font-size: 0.88rem;
	margin: 0 0 3px;
	letter-spacing: -0.01em;
}

.stem-partner-card p {
	font-size: 0.7rem;
	margin: 0;
}

.stem-associated-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.stem-associated-grid article {
	padding: 16px;
	border: 1px dashed var(--stem-line-strong);
	border-radius: 12px;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0 10px;
	background: rgba(255, 255, 255, 0.6);
}

.stem-associated-grid strong {
	grid-row: 1 / span 2;
	font-size: 0.72rem;
	color: var(--stem-evergreen);
}

.stem-associated-grid span {
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--stem-navy-900);
}

.stem-associated-grid small {
	font-size: 0.7rem;
	color: var(--stem-muted);
}

.stem-course-hero {
	padding: clamp(64px, 8vw, 98px) 0;
	background: linear-gradient(145deg, var(--stem-warm-white), #fff);
	border-bottom: 1px solid var(--stem-line);
	position: relative;
	overflow: hidden;
}

.stem-course-hero::after {
	content: "";
	position: absolute;
	width: 380px;
	height: 380px;
	border-radius: 50%;
	right: -130px;
	top: -190px;
	opacity: 0.65;
	background: var(--stem-soft);
}

.stem-course-hero--ai::after { background: var(--stem-ai-soft); }
.stem-course-hero--green::after { background: var(--stem-green-soft); }
.stem-course-hero--quantum::after { background: var(--stem-quantum-soft); }
.stem-course-hero--venture::after { background: var(--stem-venture-soft); }

.stem-breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.77rem;
	margin-bottom: 32px;
	position: relative;
	z-index: 1;
}

.stem-breadcrumb a {
	text-decoration: none;
	font-weight: 650;
}

.stem-course-hero__grid {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 45px;
	position: relative;
	z-index: 1;
}

.stem-course-hero__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
}

.stem-status-chip {
	background: var(--stem-white);
	border: 1px solid var(--stem-line);
	color: var(--stem-muted);
}

.stem-status-chip--open,
.stem-status-chip--self-paced {
	border-color: rgba(20, 122, 72, 0.25);
	color: var(--stem-success);
	background: #f0fbf5;
}

.stem-status-chip--interest {
	border-color: rgba(15, 118, 110, 0.25);
	color: var(--stem-ai);
	background: var(--stem-ai-soft);
}

.stem-code-chip {
	background: var(--stem-navy);
	color: var(--stem-white);
}

.stem-course-hero h1 {
	font-size: clamp(2.3rem, 5vw, 4.25rem);
	max-width: 19ch;
}

.stem-course-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 11px 20px;
	margin-top: 28px;
	font-size: 0.86rem;
	color: var(--stem-muted);
}

.stem-course-hero__meta span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.stem-course-hero__meta svg {
	color: var(--stem-evergreen);
}

.stem-course-hero__symbol {
	width: 170px;
	height: 170px;
	border-radius: 42px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(18, 59, 93, 0.1);
	display: grid;
	place-items: center;
	box-shadow: var(--stem-shadow);
	transform: rotate(4deg);
}

.stem-course-hero__symbol svg {
	width: 78px;
	height: 78px;
	color: var(--stem-evergreen);
}

.stem-course-hero--ai .stem-course-hero__symbol svg { color: var(--stem-ai); }
.stem-course-hero--green .stem-course-hero__symbol svg { color: var(--stem-green); }
.stem-course-hero--quantum .stem-course-hero__symbol svg { color: var(--stem-quantum); }
.stem-course-hero--venture .stem-course-hero__symbol svg { color: var(--stem-venture); }

.stem-course-main {
	padding-top: 55px;
}

.stem-course-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: clamp(48px, 7vw, 90px);
	align-items: start;
}

.stem-course-body {
	min-width: 0;
}

.stem-course-body > section {
	padding-bottom: 45px;
	margin-bottom: 45px;
	border-bottom: 1px solid var(--stem-line);
}

.stem-course-body > section:last-child {
	border-bottom: 0;
}

.stem-course-body h2 {
	font-size: clamp(1.65rem, 3vw, 2.3rem);
}

.stem-prose > :last-child {
	margin-bottom: 0;
}

.stem-prose p,
.stem-prose li {
	font-size: 1rem;
	line-height: 1.75;
	color: var(--stem-muted);
}

.stem-outcome-list {
	list-style: none;
	padding: 0;
	margin: 25px 0 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 13px;
}

.stem-outcome-list li {
	padding: 16px;
	border: 1px solid var(--stem-line);
	border-radius: 11px;
	background: var(--stem-warm-white);
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 0.9rem;
}

.stem-outcome-list svg {
	color: var(--stem-evergreen);
	margin-top: 2px;
}

.stem-syllabus-list {
	list-style: none;
	padding: 0;
	margin: 25px 0 0;
	display: grid;
}

.stem-syllabus-list li {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 15px;
	padding: 15px 0;
	border-bottom: 1px solid var(--stem-line);
}

.stem-syllabus-list li > span {
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background: var(--stem-soft);
	color: var(--stem-evergreen);
	display: grid;
	place-items: center;
	font-size: 0.7rem;
	font-weight: 800;
}

.stem-syllabus-list p {
	margin: 5px 0 0;
	color: var(--stem-ink);
}

.stem-evidence-panel > div,
.stem-trust-panel {
	padding: 24px;
	border-radius: 15px;
	display: flex;
	align-items: flex-start;
	gap: 18px;
}

.stem-evidence-panel > div {
	background: var(--stem-navy-900);
	color: var(--stem-white);
}

.stem-evidence-panel > div > span,
.stem-trust-panel > div:first-child {
	width: 48px;
	height: 48px;
	border-radius: 13px;
	display: grid;
	place-items: center;
	flex: 0 0 auto;
}

.stem-evidence-panel > div > span {
	background: rgba(255, 255, 255, 0.1);
	color: #bde2cf;
}

.stem-evidence-panel h2,
.stem-evidence-panel .stem-eyebrow {
	color: var(--stem-white) !important;
}

.stem-evidence-panel h2 {
	font-size: 1.45rem;
}

.stem-evidence-panel p:not(.stem-eyebrow) {
	color: rgba(255, 255, 255, 0.76);
	margin-bottom: 0;
}

.stem-trust-panel {
	background: var(--stem-warm-white);
	border: 1px solid var(--stem-line);
}

.stem-trust-panel > div:first-child {
	background: var(--stem-green-soft);
	color: var(--stem-green);
}

.stem-trust-panel h2 {
	font-size: 1.45rem;
}

.stem-course-sidebar {
	position: sticky;
	top: 100px;
	display: grid;
	gap: 14px;
}

.admin-bar .stem-course-sidebar {
	top: 132px;
}

.stem-enrol-card,
.stem-help-card {
	border: 1px solid var(--stem-line);
	border-radius: var(--stem-radius);
	background: var(--stem-white);
	box-shadow: var(--stem-shadow-sm);
}

.stem-enrol-card {
	padding: 25px;
}

.stem-enrol-card h2 {
	font-size: 1.45rem;
}

.stem-enrol-card > .stem-action-form,
.stem-enrol-card > .stem-btn,
.stem-enrol-card > a.stem-btn {
	width: 100%;
	margin-bottom: 10px;
}

.stem-enrol-card > .stem-action-form button {
	width: 100%;
}

.stem-course-facts {
	margin: 22px 0 0;
	padding-top: 19px;
	border-top: 1px solid var(--stem-line);
	display: grid;
	gap: 12px;
}

.stem-course-facts div {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 10px;
	font-size: 0.78rem;
}

.stem-course-facts dt {
	color: var(--stem-muted);
	display: flex;
	align-items: center;
	gap: 6px;
}

.stem-course-facts dd {
	margin: 0;
	font-weight: 720;
	color: var(--stem-ink);
	text-align: right;
}

.stem-prereq {
	margin-top: 18px;
	padding: 13px;
	border-radius: 10px;
	background: var(--stem-warm-white);
}

.stem-prereq strong {
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--stem-navy-900);
}

.stem-prereq p {
	font-size: 0.78rem;
	margin: 4px 0 0;
}

.stem-sidebar-progress {
	margin-top: 18px;
}

.stem-sidebar-progress > div:first-child {
	display: flex;
	justify-content: space-between;
	font-size: 0.78rem;
	margin-bottom: 6px;
}

.stem-help-card {
	padding: 17px;
	display: flex;
	align-items: flex-start;
	gap: 11px;
}

.stem-help-card > span {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: var(--stem-soft);
	color: var(--stem-evergreen);
	display: grid;
	place-items: center;
	flex: 0 0 auto;
}

.stem-help-card strong {
	font-size: 0.82rem;
	color: var(--stem-navy-900);
}

.stem-help-card p,
.stem-help-card a {
	font-size: 0.74rem;
}

.stem-help-card p {
	margin: 3px 0 6px;
}

.stem-certificate {
	width: var(--stem-shell);
	margin: 40px auto;
	border: 1px solid var(--stem-line);
	border-radius: var(--stem-radius);
	background: var(--stem-white);
	box-shadow: var(--stem-shadow);
	overflow: hidden;
}

.stem-certificate__heading {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-bottom: 1px solid var(--stem-line);
}

.stem-certificate__heading h2 {
	font-size: 1.3rem;
	margin: 0;
}

.stem-certificate__viewer {
	width: 100%;
	height: min(78vh, 900px);
	border: 0;
	background: #eef0f1;
}

.stem-project-footer {
	width: var(--stem-shell);
	margin: 0 auto;
	padding: 24px 0;
	border-top: 1px solid var(--stem-line);
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.stem-project-footer p {
	font-size: 0.74rem;
	margin: 0;
}

.stem-guide-fab {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 65;
	min-height: 50px;
	padding: 11px 16px;
	border: 0;
	border-radius: 999px;
	background: var(--stem-navy-900);
	color: var(--stem-white);
	box-shadow: 0 14px 38px rgba(9, 40, 63, 0.28);
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 720;
	cursor: pointer;
}

.stem-guide-fab:hover {
	background: var(--stem-evergreen-700);
}

.stem-guide-dialog {
	width: min(560px, calc(100vw - 28px));
	max-height: min(720px, calc(100vh - 36px));
	padding: 0;
	border: 1px solid rgba(18, 59, 93, 0.14);
	border-radius: 20px;
	box-shadow: 0 28px 90px rgba(9, 40, 63, 0.32);
	background: var(--stem-white);
	color: var(--stem-ink);
	overflow: hidden;
}

.stem-guide-dialog::backdrop {
	background: rgba(9, 40, 63, 0.52);
	backdrop-filter: blur(3px);
}

.stem-guide-dialog.is-open {
	position: fixed;
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%);
	z-index: 99999;
}

.stem-guide-dialog__header {
	padding: 17px 18px;
	background: var(--stem-navy-900);
	color: var(--stem-white);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}

.stem-guide-dialog__header > div {
	display: flex;
	align-items: center;
	gap: 11px;
}

.stem-guide-dialog__header > div > div {
	display: flex;
	flex-direction: column;
}

.stem-guide-dialog__header strong {
	font-size: 0.94rem;
}

.stem-guide-dialog__header small {
	font-size: 0.68rem;
	color: rgba(255, 255, 255, 0.72);
}

.stem-guide-dialog__header .stem-icon-button {
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.08);
	color: var(--stem-white);
}

.stem-guide-dialog__icon {
	width: 40px;
	height: 40px;
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.1);
	color: #bee9d3;
	display: grid;
	place-items: center;
}

.stem-guide-dialog__body {
	padding: 20px;
	overflow-y: auto;
	max-height: 560px;
}

.stem-guide-intro {
	padding: 13px;
	border-radius: 11px;
	background: var(--stem-warm-white);
	margin-bottom: 18px;
}

.stem-guide-intro p {
	font-size: 0.8rem;
	margin: 0;
}

.stem-guide-dialog form > label {
	font-size: 0.76rem;
	font-weight: 720;
	color: var(--stem-navy-900);
}

.stem-guide-search {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 8px;
	margin-top: 6px;
}

.stem-guide-suggestions {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 15px 0;
}

.stem-guide-suggestions button {
	border: 1px solid var(--stem-line);
	border-radius: 999px;
	background: var(--stem-white);
	padding: 7px 10px;
	font-size: 0.7rem;
	color: var(--stem-navy);
	cursor: pointer;
}

.stem-guide-suggestions button:hover {
	border-color: var(--stem-evergreen);
	background: var(--stem-soft);
}

.stem-guide-answer {
	min-height: 90px;
	padding: 15px;
	border-radius: 12px;
	background: var(--stem-soft);
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.stem-guide-answer > span,
.stem-guide-answer > svg {
	color: var(--stem-evergreen);
	margin-top: 2px;
}

.stem-guide-answer p {
	font-size: 0.85rem;
	margin: 0;
	color: var(--stem-ink);
}

.stem-guide-dialog__footer {
	padding: 13px 18px;
	border-top: 1px solid var(--stem-line);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	background: #fbfcfb;
}

.stem-guide-dialog__footer a,
.stem-guide-dialog__footer span {
	font-size: 0.7rem;
}

.stem-guide-dialog__footer a {
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	text-decoration: none;
}

.stem-guide-dialog__footer span {
	color: var(--stem-muted);
}

.stem-dialog-open {
	overflow: hidden;
}

.stem-toast-region {
	position: fixed;
	top: 90px;
	right: 20px;
	z-index: 100000;
	display: grid;
	gap: 9px;
	width: min(380px, calc(100vw - 40px));
	pointer-events: none;
}

.admin-bar .stem-toast-region {
	top: 122px;
}

.stem-toast {
	padding: 13px 15px;
	border-radius: 11px;
	background: var(--stem-navy-900);
	color: var(--stem-white);
	box-shadow: var(--stem-shadow);
	font-size: 0.85rem;
	animation: stem-toast-in 180ms ease both;
}

.stem-toast--success { background: var(--stem-success); }
.stem-toast--error { background: var(--stem-error); }
.stem-toast.is-leaving { opacity: 0; transform: translateY(-5px); transition: 180ms ease; }

@keyframes stem-toast-in {
	from { opacity: 0; transform: translateY(-8px); }
	to { opacity: 1; transform: translateY(0); }
}

.stem-logo-asset {
	display: block;
	height: auto;
}

.stem-logo-link {
	display: inline-block;
}

@media (max-width: 1120px) {
	.stem-course-grid--featured { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.stem-course-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.stem-pillar-grid { grid-template-columns: repeat(2, 1fr); }
	.stem-value-grid { grid-template-columns: repeat(2, 1fr); }
	.stem-filter-fields { grid-template-columns: repeat(3, 1fr); }
	.stem-partner-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 960px) {
	.stem-portal-nav__toggle { display: grid; }
	.stem-portal-nav__menu {
		position: absolute;
		top: calc(100% + 1px);
		left: 20px;
		right: 20px;
		padding: 12px;
		border: 1px solid var(--stem-line);
		border-radius: 0 0 14px 14px;
		background: var(--stem-white);
		box-shadow: var(--stem-shadow);
		display: none;
		flex-direction: column;
		align-items: stretch;
	}
	.stem-portal-nav__menu.is-open { display: flex; }
	.stem-portal-nav__menu .stem-portal-nav__account { margin: 5px 0 0; }
	.stem-home-hero__grid,
	.stem-staff-hero__grid { grid-template-columns: 1fr; }
	.stem-home-hero__copy { max-width: 780px; }
	.stem-home-hero__visual { max-width: 600px; }
	.stem-evidence-grid { grid-template-columns: 1fr 1fr; }
	.stem-evidence-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--stem-line); }
	.stem-evidence-item:nth-child(4) { border-top: 1px solid var(--stem-line); }
	.stem-steps { grid-template-columns: 1fr 1fr; }
	.stem-steps::before { display: none; }
	.stem-support-model,
	.stem-faq-layout,
	.stem-support-grid,
	.stem-about-story { grid-template-columns: 1fr; }
	.stem-support-model__visual { min-height: 260px; }
	.stem-support-form-card { position: static; }
	.stem-final-cta__inner,
	.stem-staff-cta { align-items: flex-start; flex-direction: column; }
	.stem-page-hero__inner { align-items: flex-start; flex-direction: column; gap: 30px; }
	.stem-page-hero__note { flex-basis: auto; width: min(100%, 420px); }
	.stem-dashboard-header .stem-shell,
	.stem-account-heading { align-items: flex-start; flex-direction: column; }
	.stem-dashboard-stats { grid-template-columns: repeat(2, 1fr); }
	.stem-dashboard-course-grid { grid-template-columns: repeat(2, 1fr); }
	.stem-dashboard-actions { grid-template-columns: 1fr; }
	.stem-adoption-steps { grid-template-columns: 1fr 1fr; }
	.stem-course-layout { grid-template-columns: 1fr; }
	.stem-course-sidebar { position: static; max-width: 620px; }
	.stem-account-grid { grid-template-columns: 1fr; }
}

@media (max-width: 782px) {
	.admin-bar .stem-portal-nav { top: 46px; }
	.admin-bar .stem-toast-region { top: 136px; }
}

@media (max-width: 720px) {
	.stem-ui { --stem-shell: min(100% - 28px, 1180px); }
	.stem-section { padding: 65px 0; }
	.stem-home-hero { padding-top: 58px; }
	.stem-home-hero__grid { gap: 48px; }
	.stem-home-hero__visual { padding-inline: 7px; }
	.stem-path-card { padding: 20px; transform: none; }
	.stem-path-card__footer { flex-direction: column; }
	.stem-announcement__inner { grid-template-columns: auto 1fr; padding-block: 15px; }
	.stem-announcement a { grid-column: 2; }
	.stem-pillar-grid,
	.stem-audience-grid,
	.stem-course-grid,
	.stem-course-grid--featured,
	.stem-steps,
	.stem-value-grid,
	.stem-dashboard-course-grid,
	.stem-credential-grid,
	.stem-adoption-steps,
	.stem-partner-grid,
	.stem-associated-grid,
	.stem-auth-grid { grid-template-columns: 1fr; }
	.stem-pillar-card { min-height: auto; }
	.stem-section-heading--row { align-items: flex-start; flex-direction: column; }
	.stem-filter-fields { grid-template-columns: 1fr 1fr; }
	.stem-dashboard-stats { grid-template-columns: 1fr 1fr; }
	.stem-active-course { grid-template-columns: auto 1fr; }
	.stem-active-course__actions { grid-column: 1 / -1; justify-content: flex-end; }
	.stem-dashboard-empty { grid-template-columns: auto 1fr; }
	.stem-dashboard-empty > a { grid-column: 1 / -1; justify-self: start; }
	.stem-auth-tabs { display: flex; }
	.stem-js .stem-auth-card { display: none; }
	.stem-js .stem-auth-card.is-active { display: block; }
	.stem-course-list-item { grid-template-columns: auto 1fr auto; }
	.stem-course-list-item__meta { display: none; }
	.stem-course-hero__grid { grid-template-columns: 1fr; }
	.stem-course-hero__symbol { display: none; }
	.stem-outcome-list { grid-template-columns: 1fr; }
	.stem-about-logo { width: 150px; height: 150px; }
	.stem-fact-list { grid-template-columns: 1fr 1fr; }
	.stem-guide-fab span { display: none; }
	.stem-guide-fab { width: 52px; height: 52px; padding: 0; justify-content: center; }
}

@media (max-width: 520px) {
	.stem-brand__copy small { display: none; }
	.stem-brand__copy strong { font-size: 0.94rem; }
	.stem-portal-nav__inner { min-height: 68px; }
	.stem-ui h1 { font-size: clamp(2.25rem, 12vw, 3.25rem); }
	.stem-button-row { align-items: stretch; flex-direction: column; }
	.stem-button-row .stem-btn { width: 100%; }
	.stem-evidence-grid { grid-template-columns: 1fr; }
	.stem-evidence-item + .stem-evidence-item { border-left: 0; border-top: 1px solid var(--stem-line); }
	.stem-filter-fields { grid-template-columns: 1fr; }
	.stem-filter-footer { align-items: flex-start; flex-direction: column; }
	.stem-form-row { grid-template-columns: 1fr; }
	.stem-dashboard-stats { grid-template-columns: 1fr; }
	.stem-active-course { grid-template-columns: 1fr; }
	.stem-active-course__icon { display: none; }
	.stem-active-course__actions { grid-column: auto; justify-content: flex-start; flex-wrap: wrap; }
	.stem-dashboard-empty { grid-template-columns: 1fr; }
	.stem-course-list-item { grid-template-columns: auto 1fr; }
	.stem-course-list-item > svg { display: none; }
	.stem-fact-list { grid-template-columns: 1fr; }
	.stem-guide-search { grid-template-columns: 1fr; }
	.stem-guide-dialog__footer { align-items: flex-start; flex-direction: column; }
	.stem-course-facts div { grid-template-columns: 1fr; }
	.stem-course-facts dd { text-align: left; }
	.stem-project-footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
	.stem-ui *,
	.stem-ui *::before,
	.stem-ui *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

@media (forced-colors: active) {
	.stem-ui,
	.stem-course-card,
	.stem-pillar-card,
	.stem-btn,
	.stem-faq,
	.stem-filter-panel {
		forced-color-adjust: auto;
	}
	.stem-course-card__bar {
		border-top: 4px solid CanvasText;
	}
}

@media print {
	.stem-ui {
		width: 100%;
		max-width: 100%;
		margin: 0;
		background: #fff;
		color: #000;
	}
	.stem-portal-nav,
	.stem-guide-fab,
	.stem-guide-dialog,
	.stem-filter-panel,
	.stem-button-row,
	.stem-action-form,
	.stem-progress-form,
	.stem-final-cta {
		display: none !important;
	}
	.stem-section,
	.stem-home-hero,
	.stem-page-hero,
	.stem-course-hero {
		padding: 24px 0;
		background: #fff !important;
	}
	.stem-course-card,
	.stem-pillar-card,
	.stem-value-card,
	.stem-enrol-card {
		box-shadow: none;
		break-inside: avoid;
	}
}

/* ========================================================================
 * STEMMING Learning Portal 3.2 — standalone shell and complete route system
 * These rules intentionally load after the theme and isolate canonical
 * STEMMING routes from legacy theme headers, page widths and typography.
 * ====================================================================== */

html:has(body.stem-standalone) {
	margin: 0;
	scroll-padding-top: 112px;
	background: #f7faf6;
}

body.stem-standalone {
	--stem-navy: #123b5d;
	--stem-navy-900: #09283f;
	--stem-evergreen: #0b5d46;
	--stem-evergreen-700: #084936;
	--stem-warm-white: #f7faf6;
	--stem-white: #ffffff;
	--stem-ink: #17232d;
	--stem-muted: #596975;
	--stem-line: #dbe4e1;
	--stem-line-strong: #c6d3cf;
	--stem-soft: #eef4f1;
	--stem-ai: #0f766e;
	--stem-ai-soft: #e7f5f3;
	--stem-green: #65a30d;
	--stem-green-soft: #f0f8df;
	--stem-quantum: #1d4ed8;
	--stem-quantum-soft: #eaf0ff;
	--stem-venture: #b64117;
	--stem-venture-soft: #fff0e9;
	--stem-success: #147a48;
	--stem-warning: #a15c00;
	--stem-error: #b42318;
	--stem-shadow-sm: 0 2px 8px rgba(18, 59, 93, 0.07);
	--stem-shadow: 0 16px 44px rgba(18, 59, 93, 0.11);
	--stem-radius-sm: 10px;
	--stem-radius: 16px;
	--stem-radius-lg: 26px;
	--stem-shell: min(1180px, calc(100vw - 40px));
	margin: 0 !important;
	min-height: 100vh;
	background: var(--stem-warm-white) !important;
	color: var(--stem-ink) !important;
	font-family: Inter, Lato, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
	font-size: 16px;
	line-height: 1.6;
	overflow-x: hidden;
}

body.stem-standalone,
body.stem-standalone *,
body.stem-standalone *::before,
body.stem-standalone *::after {
	box-sizing: border-box;
}

/* Hide legacy theme/page-builder chrome injected as direct body children.
 * Script, style and admin-bar nodes remain available; integrations that must
 * stay visible can add the .stem-standalone-allow class. */
body.stem-standalone > :not(.stem-skip-link):not(.stem-site-header):not(.stem-standalone-main):not(.stem-site-footer):not(#wpadminbar):not(script):not(style):not(link):not(noscript):not(.stem-standalone-allow) {
	display: none !important;
}

body.stem-standalone .stem-ui {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	isolation: isolate;
}

body.stem-standalone .stem-standalone-main {
	display: block;
	min-height: 58vh;
	margin: 0;
	padding: 0;
	background: var(--stem-white);
}

body.stem-standalone .stem-shell {
	width: var(--stem-shell) !important;
	max-width: none !important;
	margin-inline: auto !important;
	padding-inline: 0 !important;
}

.stem-skip-link {
	position: fixed;
	left: 18px;
	top: -100px;
	z-index: 1000000;
	padding: 11px 16px;
	border-radius: 0 0 10px 10px;
	background: var(--stem-navy-900);
	color: var(--stem-white) !important;
	font-weight: 750;
	text-decoration: none !important;
	box-shadow: var(--stem-shadow);
	transition: top 120ms ease;
}

.stem-skip-link:focus {
	top: 0;
}

.admin-bar .stem-skip-link:focus {
	top: 32px;
}

/* Standalone project header. */
.stem-site-header {
	position: sticky;
	top: 0;
	z-index: 99990;
	width: 100%;
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid rgba(18, 59, 93, 0.11);
	box-shadow: 0 4px 18px rgba(18, 59, 93, 0.05);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	font-family: Inter, Lato, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.admin-bar .stem-site-header {
	top: 32px;
}

.stem-site-header__utility {
	background: var(--stem-navy-900);
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.74rem;
}

.stem-site-header__utility .stem-shell {
	min-height: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.stem-site-header__utility a {
	color: #d8f0e3;
	font-weight: 680;
	text-decoration: none;
}

.stem-site-header__utility a:hover {
	color: var(--stem-white);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.stem-site-header__main {
	position: relative;
	min-height: 76px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
}

.stem-site-header .stem-brand-link,
.stem-site-header .stem-brand-link:hover {
	flex: 0 0 auto;
	text-decoration: none !important;
}

.stem-site-header .stem-brand {
	gap: 10px;
}

.stem-site-header .stem-brand__mark {
	width: 44px;
	height: 44px;
}

.stem-site-header .stem-brand__copy strong {
	font-size: 1.03rem;
	letter-spacing: 0.105em;
}

.stem-site-header .stem-brand__copy small {
	font-size: 0.63rem;
	white-space: nowrap;
}

.stem-site-header__nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1px;
	min-width: 0;
}

.stem-site-header__nav > a {
	min-height: 42px;
	padding: 10px 9px;
	border-radius: 8px;
	color: var(--stem-ink);
	font-size: 0.79rem;
	font-weight: 660;
	line-height: 1.1;
	text-decoration: none;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: background 140ms ease, color 140ms ease;
}

.stem-site-header__nav > a:hover,
.stem-site-header__nav > a[aria-current="page"] {
	background: var(--stem-soft);
	color: var(--stem-evergreen);
}

.stem-site-header__nav > a[aria-current="page"] {
	box-shadow: inset 0 -2px 0 var(--stem-evergreen);
}

.stem-site-header__nav .stem-site-header__account {
	margin-left: 8px;
	padding-inline: 13px;
	background: var(--stem-navy);
	color: var(--stem-white);
	box-shadow: 0 5px 14px rgba(18, 59, 93, 0.16);
}

.stem-site-header__nav .stem-site-header__account:hover,
.stem-site-header__nav .stem-site-header__account[aria-current="page"] {
	background: var(--stem-navy-900);
	color: var(--stem-white);
	box-shadow: 0 5px 14px rgba(18, 59, 93, 0.2);
}

.stem-site-header__toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--stem-line-strong);
	border-radius: 10px;
	background: var(--stem-white);
	color: var(--stem-navy);
	place-items: center;
	cursor: pointer;
}

/* Standalone footer. */
.stem-site-footer {
	position: relative;
	z-index: 1;
	padding: 62px 0 24px;
	background:
		radial-gradient(circle at 90% 0%, rgba(101, 163, 13, 0.13), transparent 24rem),
		linear-gradient(145deg, var(--stem-navy-900), #0b3344);
	color: rgba(255, 255, 255, 0.76);
	font-family: Inter, Lato, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.stem-site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(150px, 0.65fr) minmax(180px, 0.75fr);
	gap: clamp(42px, 7vw, 92px);
	align-items: start;
}

.stem-site-footer__brand {
	max-width: 520px;
}

.stem-site-footer .stem-brand--reverse .stem-brand__copy strong,
.stem-site-footer .stem-brand--reverse .stem-brand__copy small {
	color: var(--stem-white);
}

.stem-site-footer .stem-brand--reverse .stem-brand__copy small {
	opacity: 0.72;
}

.stem-site-footer__brand p {
	max-width: 56ch;
	margin: 20px 0 0;
	color: rgba(255, 255, 255, 0.68);
}

.stem-site-footer h2 {
	margin: 0 0 14px;
	color: var(--stem-white);
	font-size: 0.84rem;
	font-weight: 780;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.stem-site-footer__grid > div:not(.stem-site-footer__brand) {
	display: grid;
	align-content: start;
	gap: 9px;
}

.stem-site-footer a {
	width: fit-content;
	color: rgba(255, 255, 255, 0.77);
	font-size: 0.86rem;
	text-decoration: none;
}

.stem-site-footer a:hover {
	color: var(--stem-white);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.stem-site-footer__legal {
	margin-top: 44px !important;
	padding-top: 20px !important;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
}

.stem-site-footer__legal p {
	margin: 0;
	max-width: 76ch;
	color: rgba(255, 255, 255, 0.56);
	font-size: 0.72rem;
}

/* Route-level hero distinctions remain restrained and light. */
.stem-page-hero--learning {
	background:
		radial-gradient(circle at 86% 10%, rgba(15, 118, 110, 0.12), transparent 20rem),
		linear-gradient(180deg, #f5fbfa, #ffffff);
}

.stem-page-hero--catalog {
	background:
		radial-gradient(circle at 84% 12%, rgba(29, 78, 216, 0.08), transparent 22rem),
		linear-gradient(180deg, #f7f9ff, #ffffff);
}

.stem-page-hero--partners {
	background:
		radial-gradient(circle at 84% 12%, rgba(182, 65, 23, 0.09), transparent 21rem),
		linear-gradient(180deg, #fff9f6, #ffffff);
}

.stem-page-hero--about {
	background:
		radial-gradient(circle at 84% 12%, rgba(101, 163, 13, 0.11), transparent 21rem),
		linear-gradient(180deg, #f8fbf2, #ffffff);
}

.stem-page-hero--support {
	background:
		radial-gradient(circle at 84% 12%, rgba(18, 59, 93, 0.09), transparent 22rem),
		linear-gradient(180deg, #f6f9fb, #ffffff);
}

.stem-architecture-card,
.stem-partner-hero-stats {
	flex: 0 0 360px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	padding: 1px;
	border: 1px solid var(--stem-line);
	border-radius: var(--stem-radius);
	background: var(--stem-line);
	overflow: hidden;
	box-shadow: var(--stem-shadow-sm);
}

.stem-architecture-card > div,
.stem-partner-hero-stats > div {
	min-height: 112px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.94);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.stem-architecture-card strong,
.stem-partner-hero-stats strong {
	color: var(--stem-evergreen);
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	font-weight: 820;
	line-height: 1;
	letter-spacing: -0.045em;
}

.stem-architecture-card span,
.stem-partner-hero-stats span {
	margin-top: 7px;
	color: var(--stem-muted);
	font-size: 0.74rem;
	line-height: 1.35;
}

/* Developed learning, quality and adoption layouts. */
.stem-two-column {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	gap: clamp(42px, 7vw, 86px);
	align-items: start;
}

.stem-quality-grid,
.stem-role-grid,
.stem-target-grid,
.stem-project-components,
.stem-support-topic-grid,
.stem-support-principles,
.stem-wp-grid,
.stem-collaboration-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.stem-quality-grid .stem-value-card,
.stem-role-grid article,
.stem-target-grid article,
.stem-project-components article,
.stem-support-topic-grid article,
.stem-support-principles article,
.stem-wp-grid article,
.stem-collaboration-grid article {
	min-width: 0;
	padding: 24px;
	border: 1px solid var(--stem-line);
	border-radius: 14px;
	background: var(--stem-white);
	box-shadow: var(--stem-shadow-sm);
}

.stem-role-grid article > span,
.stem-target-grid article > span,
.stem-project-components article > span,
.stem-support-topic-grid article > span,
.stem-support-principles article > span,
.stem-collaboration-grid article > span {
	width: 44px;
	height: 44px;
	margin-bottom: 16px;
	border-radius: 12px;
	background: var(--stem-soft);
	color: var(--stem-evergreen);
	display: grid;
	place-items: center;
}

.stem-role-grid h3,
.stem-target-grid h3,
.stem-project-components h3,
.stem-support-topic-grid h3,
.stem-support-principles h3,
.stem-wp-grid h3,
.stem-collaboration-grid h3 {
	font-size: 1.05rem;
	margin-bottom: 8px;
}

.stem-role-grid p,
.stem-target-grid p,
.stem-project-components p,
.stem-support-topic-grid p,
.stem-support-principles p,
.stem-wp-grid p,
.stem-collaboration-grid p {
	margin-bottom: 0;
	font-size: 0.86rem;
}

.stem-explainer-card,
.stem-recognition-panel,
.stem-account-boundary,
.stem-auth-boundary,
.stem-support-boundaries {
	border: 1px solid var(--stem-line);
	border-radius: var(--stem-radius);
	background: var(--stem-warm-white);
	box-shadow: var(--stem-shadow-sm);
}

.stem-explainer-card {
	padding: clamp(25px, 4vw, 36px);
	border-left: 5px solid var(--stem-evergreen);
}

.stem-explainer-card h2 {
	font-size: clamp(1.5rem, 3vw, 2.15rem);
}

.stem-pillar-list-compact {
	display: grid;
	gap: 10px;
	margin-top: 28px;
}

.stem-pillar-list-compact__item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 13px;
	align-items: center;
	padding: 15px 16px;
	border: 1px solid var(--stem-line);
	border-radius: 12px;
	background: var(--stem-white);
}

.stem-pillar-list-compact__item > span {
	width: 40px;
	height: 40px;
	border-radius: 11px;
	display: grid;
	place-items: center;
}

.stem-pillar-list-compact__item--ai > span { background: var(--stem-ai-soft); color: var(--stem-ai); }
.stem-pillar-list-compact__item--green > span { background: var(--stem-green-soft); color: var(--stem-green); }
.stem-pillar-list-compact__item--quantum > span { background: var(--stem-quantum-soft); color: var(--stem-quantum); }
.stem-pillar-list-compact__item--venture > span { background: var(--stem-venture-soft); color: var(--stem-venture); }

.stem-pillar-list-compact__item div {
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.stem-pillar-list-compact__item strong {
	font-size: 0.9rem;
	color: var(--stem-navy-900);
}

.stem-pillar-list-compact__item small {
	color: var(--stem-muted);
	font-size: 0.73rem;
	line-height: 1.35;
}

.stem-pillar-list-compact__item em {
	font-style: normal;
	font-size: 0.68rem;
	font-weight: 720;
	color: var(--stem-muted);
	white-space: nowrap;
}

.stem-support-model--dark h2,
.stem-support-model--dark .stem-eyebrow,
.stem-support-model--dark strong {
	color: var(--stem-white) !important;
}

.stem-support-model--dark p,
.stem-support-model--dark li,
.stem-support-model--dark small {
	color: rgba(255, 255, 255, 0.72);
}

.stem-human-loop {
	display: grid;
	grid-template-columns: 1fr auto 1fr auto 1fr;
	align-items: center;
	gap: 12px;
}

.stem-human-loop > div {
	min-height: 145px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.075);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.stem-human-loop > div > span {
	width: 40px;
	height: 40px;
	margin-bottom: 12px;
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.11);
	color: #d6f2e1;
	display: grid;
	place-items: center;
}

.stem-human-loop__arrow {
	color: rgba(255, 255, 255, 0.48);
}

.stem-steps--learning .stem-step-card {
	min-height: 235px;
}

/* Student pathway. */
.stem-student-hero {
	padding: clamp(72px, 9vw, 116px) 0;
	background:
		radial-gradient(circle at 84% 16%, rgba(15, 118, 110, 0.11), transparent 25rem),
		linear-gradient(145deg, #ffffff, var(--stem-warm-white));
	border-bottom: 1px solid var(--stem-line);
}

.stem-student-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
	gap: clamp(48px, 8vw, 92px);
	align-items: center;
}

.stem-student-hero__panel {
	padding: clamp(26px, 4vw, 36px);
	border: 1px solid var(--stem-line);
	border-radius: var(--stem-radius-lg);
	background: rgba(255, 255, 255, 0.93);
	box-shadow: var(--stem-shadow);
}

.stem-student-hero__panel .stem-check-list {
	margin-bottom: 0;
}

.stem-journey-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.stem-journey-timeline article {
	position: relative;
	min-height: 185px;
	padding: 24px;
	border: 1px solid var(--stem-line);
	border-radius: 14px;
	background: var(--stem-white);
	box-shadow: var(--stem-shadow-sm);
}

.stem-journey-timeline article > span {
	width: 34px;
	height: 34px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: var(--stem-evergreen);
	color: var(--stem-white);
	font-size: 0.78rem;
	font-weight: 800;
	display: grid;
	place-items: center;
}

.stem-journey-timeline h3 {
	font-size: 1.04rem;
}

.stem-journey-timeline p {
	margin-bottom: 0;
	font-size: 0.84rem;
}

/* Catalogue boundary and cards. */
.stem-catalog,
.stem-course-detail,
.stem-dashboard,
.stem-account-page,
.stem-about-page,
.stem-partners-page,
.stem-support-page,
.stem-staff-page,
.stem-students-page,
.stem-learning-page {
	min-height: 48vh;
}

.stem-course-grid--catalog {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stem-section--catalog-preview {
	padding-top: 32px;
}

/* Account and dashboard boundaries. */
.stem-auth-single {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.62fr);
	gap: clamp(42px, 7vw, 84px);
	align-items: center;
	max-width: 1040px;
}

.stem-auth-single .stem-auth-intro {
	margin: 0;
	text-align: left;
}

.stem-auth-single .stem-auth-intro h1 {
	margin-inline: 0;
}

.stem-auth-boundary,
.stem-account-boundary,
.stem-support-boundaries {
	margin-top: 22px;
	padding: 15px 17px;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.stem-auth-boundary {
	max-width: 980px;
	margin-inline: auto;
}

.stem-auth-boundary > span,
.stem-account-boundary > span,
.stem-support-boundaries > span {
	color: var(--stem-evergreen);
	flex: 0 0 auto;
	margin-top: 2px;
}

.stem-auth-boundary p,
.stem-account-boundary p,
.stem-support-boundaries p {
	margin: 0;
	font-size: 0.8rem;
}

.stem-login-form {
	position: relative;
}

.stem-fieldset {
	min-width: 0;
	margin: 2px 0;
	padding: 15px;
	border: 1px solid var(--stem-line);
	border-radius: 12px;
}

.stem-fieldset legend {
	padding: 0 6px;
	color: var(--stem-navy-900);
	font-size: 0.78rem;
	font-weight: 730;
}

.stem-check-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.stem-checkbox--card {
	min-height: 48px;
	padding: 9px 10px;
	border: 1px solid var(--stem-line);
	border-radius: 10px;
	background: var(--stem-warm-white);
}

.stem-checkbox--card:has(input:checked) {
	border-color: var(--stem-evergreen);
	background: var(--stem-soft);
}

.stem-checkbox--card > span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.stem-context-chip {
	margin-bottom: 16px;
	padding: 10px 12px;
	border: 1px solid rgba(11, 93, 70, 0.22);
	border-radius: 10px;
	background: var(--stem-soft);
	color: var(--stem-evergreen);
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 0.78rem;
	font-weight: 650;
}

.stem-register-embed {
	max-width: 680px;
	margin: 30px auto !important;
	padding: 28px;
	border: 1px solid var(--stem-line);
	border-radius: var(--stem-radius);
	background: var(--stem-white);
	box-shadow: var(--stem-shadow-sm);
}

/* Trackable request workflow. */
.stem-section--request {
	background:
		radial-gradient(circle at 12% 100%, rgba(15, 118, 110, 0.08), transparent 22rem),
		linear-gradient(180deg, #f8fbfa, #ffffff);
	border-top: 1px solid var(--stem-line);
}

.stem-request-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	gap: clamp(42px, 7vw, 86px);
	align-items: start;
}

.stem-request-card {
	padding: clamp(25px, 4vw, 36px);
	border: 1px solid var(--stem-line);
	border-radius: var(--stem-radius);
	background: var(--stem-white);
	box-shadow: var(--stem-shadow);
}

.stem-request-card h3 {
	font-size: clamp(1.35rem, 2.6vw, 1.8rem);
}

.stem-request-fields {
	display: grid;
	gap: 15px;
	padding: 16px;
	border: 1px solid var(--stem-line);
	border-radius: 12px;
	background: var(--stem-warm-white);
}

.stem-request-fields[hidden] {
	display: none !important;
}

.stem-request-list {
	display: grid;
	gap: 11px;
}

.stem-request-item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 14px;
	padding: 17px;
	border: 1px solid var(--stem-line);
	border-radius: 13px;
	background: var(--stem-white);
	box-shadow: var(--stem-shadow-sm);
}

.stem-request-item__icon {
	width: 44px;
	height: 44px;
	border-radius: 11px;
	background: var(--stem-soft);
	color: var(--stem-evergreen);
	display: grid;
	place-items: center;
}

.stem-request-item__body {
	min-width: 0;
}

.stem-request-item__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.stem-request-item__top strong {
	color: var(--stem-navy-900);
	font-size: 0.92rem;
}

.stem-request-item__body p {
	margin: 5px 0 0;
	font-size: 0.78rem;
}

.stem-request-status {
	flex: 0 0 auto;
	padding: 4px 8px;
	border-radius: 999px;
	background: #edf1f3;
	color: #4b5b66;
	font-size: 0.66rem;
	font-weight: 760;
	white-space: nowrap;
}

.stem-request-status--new,
.stem-request-status--received {
	background: #edf4ff;
	color: #1d4ed8;
}

.stem-request-status--triage,
.stem-request-status--in-review {
	background: #fff6df;
	color: #925400;
}

.stem-request-status--assigned,
.stem-request-status--in-progress {
	background: var(--stem-ai-soft);
	color: var(--stem-ai);
}

.stem-request-status--resolved,
.stem-request-status--closed {
	background: #e9f8ef;
	color: var(--stem-success);
}

/* Connected-progress rows are read-only in the portal. */
.stem-active-course__body {
	min-width: 0;
}

.stem-active-course__progress {
	display: grid;
	grid-template-columns: minmax(140px, 240px) auto;
	gap: 7px 10px;
	align-items: center;
}

.stem-active-course__progress .stem-progress {
	grid-column: 1;
}

.stem-active-course__progress strong,
.stem-active-course__progress span {
	font-size: 0.72rem;
}

.stem-active-course__progress small {
	grid-column: 1 / -1;
	max-width: 62ch;
	color: var(--stem-muted);
	font-size: 0.66rem;
	line-height: 1.35;
}

/* Partnership and about-page structures. */
.stem-partnership-process {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
	gap: clamp(42px, 7vw, 84px);
	align-items: start;
}

.stem-partnership-process ol,
.stem-workflow-mini {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.stem-partnership-process li,
.stem-workflow-mini li {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 15px;
	border: 1px solid var(--stem-line);
	border-radius: 12px;
	background: var(--stem-white);
}

.stem-partnership-process li > span,
.stem-workflow-mini li > span {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--stem-navy);
	color: var(--stem-white);
	font-size: 0.72rem;
	font-weight: 800;
	display: grid;
	place-items: center;
}

.stem-partnership-process li div,
.stem-workflow-mini li div {
	display: flex;
	flex-direction: column;
}

.stem-partnership-process li strong,
.stem-workflow-mini li strong {
	font-size: 0.86rem;
	color: var(--stem-navy-900);
}

.stem-partnership-process li small,
.stem-workflow-mini li small {
	font-size: 0.7rem;
	color: var(--stem-muted);
}

.stem-recognition-panel {
	padding: clamp(26px, 4vw, 38px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 38px;
	border-left: 5px solid var(--stem-quantum);
}

.stem-recognition-panel > div {
	max-width: 760px;
}

.stem-recognition-panel h2 {
	font-size: clamp(1.55rem, 3vw, 2.35rem);
}

/* Utility notice wrapper keeps status messages aligned with routes. */
.stem-notice-wrap {
	width: var(--stem-shell);
	margin: 0 auto;
	padding-top: 1px;
}

/* Responsive standalone navigation and route grids. */
@media (max-width: 1160px) {
	.stem-site-header__toggle {
		display: grid;
	}

	.stem-site-header__nav {
		position: absolute;
		top: calc(100% + 1px);
		left: 0;
		right: 0;
		display: none;
		padding: 12px;
		border: 1px solid var(--stem-line);
		border-top: 0;
		border-radius: 0 0 14px 14px;
		background: var(--stem-white);
		box-shadow: var(--stem-shadow);
		flex-direction: column;
		align-items: stretch;
		gap: 2px;
	}

	.stem-site-header__nav.is-open {
		display: flex;
	}

	.stem-site-header__nav > a {
		min-height: 44px;
		padding: 12px 14px;
		font-size: 0.87rem;
	}

	.stem-site-header__nav .stem-site-header__account {
		margin: 6px 0 0;
		justify-content: center;
	}

	.stem-course-grid--catalog,
	.stem-quality-grid,
	.stem-role-grid,
	.stem-target-grid,
	.stem-project-components,
	.stem-support-topic-grid,
	.stem-support-principles,
	.stem-wp-grid,
	.stem-collaboration-grid,
	.stem-journey-timeline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.stem-architecture-card,
	.stem-partner-hero-stats {
		flex-basis: auto;
		width: min(100%, 560px);
	}

	.stem-two-column,
	.stem-student-hero__grid,
	.stem-request-layout,
	.stem-partnership-process,
	.stem-auth-single {
		grid-template-columns: 1fr;
	}

	.stem-auth-single {
		max-width: 720px;
	}

	.stem-request-card {
		max-width: 760px;
	}

	.stem-human-loop {
		grid-template-columns: 1fr;
	}

	.stem-human-loop__arrow {
		transform: rotate(90deg);
		justify-self: center;
	}

	.stem-site-footer__grid {
		grid-template-columns: 1.35fr 0.65fr 0.75fr;
		gap: 32px;
	}
}

@media (max-width: 782px) {
	.admin-bar .stem-site-header {
		top: 46px;
	}

	.admin-bar .stem-skip-link:focus {
		top: 46px;
	}
}

@media (max-width: 720px) {
	html:has(body.stem-standalone) {
		scroll-padding-top: 88px;
	}

	body.stem-standalone {
		--stem-shell: min(100% - 28px, 1180px);
	}

	.stem-site-header__utility {
		display: none;
	}

	.stem-site-header__main {
		min-height: 68px;
	}

	.stem-site-header .stem-brand__copy small {
		display: none;
	}

	.stem-site-footer__grid,
	.stem-course-grid--catalog,
	.stem-quality-grid,
	.stem-role-grid,
	.stem-target-grid,
	.stem-project-components,
	.stem-support-topic-grid,
	.stem-support-principles,
	.stem-wp-grid,
	.stem-collaboration-grid,
	.stem-journey-timeline {
		grid-template-columns: 1fr;
	}

	.stem-site-footer__legal,
	.stem-recognition-panel,
	.stem-request-item__top {
		align-items: flex-start;
		flex-direction: column;
	}

	.stem-site-footer__legal {
		display: flex;
	}

	.stem-check-grid,
	.stem-architecture-card,
	.stem-partner-hero-stats {
		grid-template-columns: 1fr 1fr;
	}

	.stem-pillar-list-compact__item {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.stem-pillar-list-compact__item em {
		grid-column: 2;
	}

	.stem-active-course__progress {
		grid-template-columns: 1fr auto;
	}
}

@media (max-width: 520px) {
	.stem-site-header .stem-brand__mark {
		width: 40px;
		height: 40px;
	}

	.stem-site-header .stem-brand__copy strong {
		font-size: 0.91rem;
	}

	.stem-architecture-card,
	.stem-partner-hero-stats,
	.stem-check-grid {
		grid-template-columns: 1fr;
	}

	.stem-architecture-card > div,
	.stem-partner-hero-stats > div {
		min-height: 82px;
	}

	.stem-request-card,
	.stem-student-hero__panel,
	.stem-explainer-card {
		padding: 22px;
	}

	.stem-request-item {
		grid-template-columns: 1fr;
	}

	.stem-request-item__icon {
		display: none;
	}

	.stem-auth-boundary,
	.stem-account-boundary,
	.stem-support-boundaries {
		display: block;
	}

	.stem-auth-boundary > span,
	.stem-account-boundary > span,
	.stem-support-boundaries > span {
		display: inline-block;
		margin-bottom: 7px;
	}
}

@media print {
	body.stem-standalone {
		background: #fff !important;
	}

	.stem-site-header,
	.stem-site-footer,
	.stem-skip-link,
	.stem-guide-fab,
	.stem-guide-dialog,
	.stem-toast-region,
	.stem-request-card,
	.stem-auth-tabs {
		display: none !important;
	}

	body.stem-standalone .stem-standalone-main,
	body.stem-standalone .stem-ui {
		background: #fff !important;
	}
}

/* Request workflow states managed by STEMMING_Requests. */
.stem-ui .stem-request-status--triaged {
	background: #fff7e6;
	border-color: #f2c46d;
	color: #7a4a00;
}

.stem-ui .stem-request-status--waiting {
	background: #f5f7fa;
	border-color: #cbd5e1;
	color: #475569;
}
