.jf-he-portal,
.jf-he-gate {
	--jf-red: #c9202f;
	--jf-red-dark: #9f1623;
	--jf-ink: #17212b;
	--jf-muted: #647180;
	--jf-line: #dfe5eb;
	--jf-soft: #f4f6f8;
	--jf-white: #ffffff;
	--jf-green: #13805b;
	--jf-amber: #9a6400;
	--jf-blue: #2367b1;
	--jf-radius: 18px;
	color: var(--jf-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.55;
}

/* Erweiterungen 2.7.0: Barrierefreiheit, Auswertungen und Materialien */
.jf-he-a11y {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-left: auto;
}

.jf-he-a11y button {
	display: grid;
	place-items: center;
	min-width: 36px;
	height: 36px;
	padding: 0 7px;
	border: 1px solid var(--jf-line);
	border-radius: 9px;
	color: var(--jf-ink);
	background: #fff;
	cursor: pointer;
	font-weight: 800;
}

.jf-he-a11y button:hover,
.jf-he-a11y button:focus-visible,
.jf-he-a11y button[aria-pressed="true"] {
	border-color: var(--jf-red);
	outline: 3px solid rgba(201,32,47,.16);
	outline-offset: 1px;
}

.jf-he-a11y button[aria-pressed="true"] {
	color: #fff;
	background: var(--jf-red);
}

.jf-he-large-text {
	font-size: 19px;
}

.jf-he-large-text .jf-he-card p,
.jf-he-large-text .jf-he-module p,
.jf-he-large-text .jf-he-table {
	font-size: .92em;
}

.jf-he-high-contrast {
	--jf-red: #a50000;
	--jf-red-dark: #720000;
	--jf-ink: #000;
	--jf-muted: #202020;
	--jf-line: #000;
	--jf-soft: #fff;
	--jf-white: #fff;
}

.jf-he-high-contrast .jf-he-card,
.jf-he-high-contrast .jf-he-module,
.jf-he-high-contrast .jf-he-question,
.jf-he-high-contrast .jf-he-material {
	border-width: 2px;
	box-shadow: none;
}

.jf-he-high-contrast :focus-visible {
	outline: 4px solid #ffbf00 !important;
	outline-offset: 2px !important;
}

.jf-he-reduced-motion *,
.jf-he-reduced-motion *::before,
.jf-he-reduced-motion *::after {
	scroll-behavior: auto !important;
	animation: none !important;
	transition: none !important;
}

.jf-he-safety-note {
	margin: 18px 0 22px;
	padding: 14px 16px;
	border: 1px solid #efc673;
	border-left: 5px solid #c77a00;
	border-radius: 11px;
	color: #5c3d00;
	background: #fff7dc;
}

.jf-he-source-note {
	margin-top: 24px !important;
	padding-top: 16px;
	border-top: 1px solid var(--jf-line);
	font-size: 13px;
}

.jf-he-source-note a {
	color: var(--jf-blue);
	font-weight: 750;
}

.jf-he-release {
	margin: 0 0 12px !important;
	padding: 8px 10px;
	border-radius: 9px;
	color: #6e4b06 !important;
	background: #fff6dc;
	font-size: 12px !important;
}

.jf-he-reply {
	margin: 12px 0;
	padding: 14px;
	border-left: 4px solid var(--jf-green);
	border-radius: 10px;
	color: #174b3b;
	background: #eaf8f1;
}

.jf-he-reply p {
	margin: 5px 0 !important;
	white-space: pre-wrap;
}

.jf-he-reply small {
	color: #46685c;
}

.jf-he-answer-feedback {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid;
	border-radius: 13px;
}

.jf-he-answer-feedback > span {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	flex: 0 0 auto;
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
	font-weight: 900;
}

.jf-he-answer-feedback p {
	margin: 0;
	font-weight: 750;
}

.jf-he-answer-feedback.is-correct {
	border-color: #9bd8b8;
	color: #0e5d3d;
	background: #edf9f3;
}

.jf-he-answer-feedback.is-correct > span {
	background: var(--jf-green);
}

.jf-he-answer-feedback.is-wrong {
	border-color: #e5b36a;
	color: #704400;
	background: #fff7e4;
}

.jf-he-answer-feedback.is-wrong > span {
	background: #ad6c00;
}

.jf-he-head-actions,
.jf-he-material__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.jf-he-material-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 17px;
}

.jf-he-material {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 20px;
	border: 1px solid var(--jf-line);
	border-radius: var(--jf-radius);
	background: #fff;
	box-shadow: 0 8px 26px rgba(23,33,43,.05);
}

.jf-he-material h3 {
	margin: 16px 0 7px;
	font-size: 18px;
}

.jf-he-material p {
	margin: 0 0 12px;
	color: var(--jf-muted);
	font-size: 13px;
}

.jf-he-material > small {
	margin-top: auto;
	padding-top: 10px;
	color: var(--jf-muted);
}

.jf-he-material__actions {
	margin-top: 14px;
}

.jf-he-material__actions .jf-he-button {
	flex: 1 1 auto;
	padding-inline: 10px;
	font-size: 12px;
}

.jf-he-table--analytics {
	min-width: 760px;
}

.jf-he-rate {
	display: inline-flex;
	min-width: 52px;
	justify-content: center;
	padding: 5px 8px;
	border-radius: 99px;
	color: #775000;
	background: #fff0c8;
	font-weight: 800;
}

.jf-he-rate.is-high {
	color: #971724;
	background: #fde8ea;
}

.jf-he-matrix-card {
	padding: 0;
	overflow: hidden;
}

.jf-he-matrix {
	min-width: 1000px;
	font-size: 12px;
}

.jf-he-matrix th {
	max-width: 160px;
	white-space: normal;
}

.jf-he-matrix td:first-child {
	position: sticky;
	left: 0;
	z-index: 2;
	min-width: 180px;
	background: #fff;
}

.jf-he-matrix th:first-child {
	position: sticky;
	left: 0;
	z-index: 3;
	min-width: 180px;
	background: #f8fafb;
}

.jf-he-matrix td:first-child small {
	display: block;
	color: var(--jf-muted);
}

.jf-he-matrix-value {
	display: inline-flex;
	min-width: 48px;
	justify-content: center;
	padding: 5px 7px;
	border-radius: 8px;
	font-weight: 800;
}

.jf-he-matrix-value--open {
	color: #596572;
	background: #edf1f4;
}

.jf-he-matrix-value--started {
	color: #7b5200;
	background: #fff0c8;
}

.jf-he-matrix-value--done {
	color: #0b6a49;
	background: #def4eb;
}

.jf-he-answer-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	border-left: 5px solid var(--jf-green);
	background: linear-gradient(110deg, #f2fbf7, #fff);
}

.jf-he-answer-banner h2 {
	margin: 8px 0 3px;
}

.jf-he-answer-banner p {
	margin: 0 0 4px;
	white-space: pre-wrap;
}

.jf-he-overview-access {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	border-top: 4px solid var(--jf-blue);
}

.jf-he-overview-access__icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	flex: 0 0 54px;
	border-radius: 15px;
	color: #fff;
	background: var(--jf-blue);
	font-size: 28px;
	font-weight: 900;
}

.jf-he-overview-access--materials {
	border-top-color: var(--jf-red);
}

.jf-he-overview-access--materials .jf-he-overview-access__icon {
	background: var(--jf-red);
}

.jf-he-overview-access__body {
	min-width: 0;
	flex: 1 1 auto;
}

.jf-he-overview-access__body > p {
	color: var(--jf-muted);
}

.jf-he-overview-access__preview {
	display: -webkit-box;
	overflow: hidden;
	margin: 6px 0 13px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.jf-he-overview-access__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.jf-he-analytics-picker {
	max-width: 680px;
	margin-bottom: 18px;
}

.jf-he-analytics-picker .jf-he-field {
	margin: 0;
}

.jf-he-folder-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 17px;
	margin-bottom: 26px;
}

.jf-he-folder {
	display: flex;
	flex-direction: column;
	min-height: 210px;
	padding: 20px;
	border: 1px solid var(--jf-line);
	border-radius: 16px;
	background: var(--jf-white);
	box-shadow: 0 10px 25px rgba(23,33,43,.06);
}

.jf-he-folder__open {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	grid-template-rows: auto auto;
	align-items: center;
	gap: 2px 12px;
	width: 100%;
	padding: 0;
	border: 0;
	color: var(--jf-ink);
	background: transparent;
	text-align: left;
	cursor: pointer;
}

.jf-he-folder__open > span {
	grid-row: 1 / 3;
	font-size: 42px;
	line-height: 1;
}

.jf-he-folder__open strong {
	font-size: 17px;
}

.jf-he-folder__open small,
.jf-he-folder > p {
	color: var(--jf-muted);
}

.jf-he-folder__open:focus-visible {
	border-radius: 9px;
	outline: 3px solid rgba(35,103,177,.28);
	outline-offset: 5px;
}

.jf-he-folder > p {
	margin: 16px 0;
}

.jf-he-folder__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: auto;
}

.jf-he-folder-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px;
}

.jf-he-folder-toolbar > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.jf-he-unfiled {
	margin-top: 28px;
}

.jf-he-unfiled > h2 {
	margin-bottom: 14px;
}

@media (max-width: 1050px) {
	.jf-he-material-grid,
	.jf-he-folder-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.jf-he-a11y {
		order: 3;
	}
}

@media (max-width: 780px) {
	.jf-he-topbar {
		flex-wrap: wrap;
	}
	.jf-he-a11y {
		width: 100%;
		order: 4;
		margin: 0;
	}
	.jf-he-a11y button {
		flex: 1 1 50px;
		min-height: 42px;
	}
	.jf-he-material-grid,
	.jf-he-folder-grid {
		grid-template-columns: 1fr;
	}
	.jf-he-answer-banner {
		align-items: stretch;
		flex-direction: column;
	}
	.jf-he-overview-access {
		flex-direction: column;
	}
	.jf-he-head-actions {
		margin-top: 12px;
	}
	.jf-he-head-actions .jf-he-button {
		flex: 1 1 160px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jf-he-portal *,
	.jf-he-portal *::before,
	.jf-he-portal *::after {
		animation: none !important;
		transition: none !important;
	}
}

html.jf-he-standalone-root {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 100%;
	background: #eef1f4 !important;
}

body.jf-he-standalone-page {
	width: 100% !important;
	max-width: none !important;
	min-height: 100vh !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden;
	background: #eef1f4 !important;
	background-image: none !important;
}

body.jf-he-standalone-page::before,
body.jf-he-standalone-page::after {
	display: none !important;
	content: none !important;
}

.jf-he-standalone-shell,
.jf-he-standalone-page .jf-he-portal {
	width: 100% !important;
	max-width: none !important;
	min-height: 100vh;
	margin: 0 !important;
	padding: 0 !important;
}

.jf-he-standalone-page .jf-he-app {
	width: 100%;
	min-height: 100vh;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.jf-he-standalone-page .jf-he-gate {
	margin: clamp(24px, 7vh, 80px) auto;
}

.jf-he-standalone-page #wpadminbar {
	display: none !important;
}

.jf-he-portal *,
.jf-he-gate * {
	box-sizing: border-box;
}

.jf-he-portal button,
.jf-he-portal input,
.jf-he-portal select,
.jf-he-portal textarea,
.jf-he-gate input {
	font: inherit;
}

.jf-he-portal button,
.jf-he-portal a {
	-webkit-tap-highlight-color: transparent;
}

.jf-he-app {
	display: grid;
	grid-template-columns: 272px minmax(0, 1fr);
	min-height: 780px;
	background: var(--jf-soft);
	border: 1px solid var(--jf-line);
	border-radius: 24px;
	box-shadow: 0 24px 70px rgba(23, 33, 43, 0.12);
	overflow: hidden;
}

.jf-he-sidebar {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 24px 18px;
	color: #fff;
	background:
		radial-gradient(circle at 15% 5%, rgba(255,255,255,.14), transparent 24%),
		linear-gradient(160deg, #bb1827 0%, #8c111c 100%);
}

.jf-he-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 4px 8px 26px;
}

.jf-he-brand__mark {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: #fff;
	color: var(--jf-red);
	font-size: 24px;
	box-shadow: 0 10px 24px rgba(35, 7, 10, 0.24);
}

.jf-he-brand strong,
.jf-he-brand small {
	display: block;
}

.jf-he-brand strong {
	font-size: 14px;
	line-height: 1.25;
}

.jf-he-brand small {
	margin-top: 2px;
	color: rgba(255,255,255,.72);
	font-size: 12px;
}

.jf-he-nav {
	display: grid;
	gap: 5px;
	scrollbar-width: none;
}

.jf-he-nav::-webkit-scrollbar {
	display: none;
}

.jf-he-mobile-menu {
	display: none;
}

.jf-he-nav button {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 11px 13px;
	border: 0;
	border-radius: 12px;
	color: rgba(255,255,255,.8);
	background: transparent;
	cursor: pointer;
	text-align: left;
	font-weight: 650;
	transition: .18s ease;
}

.jf-he-nav button:hover,
.jf-he-nav button:focus-visible {
	color: #fff;
	background: rgba(255,255,255,.1);
	outline: none;
}

.jf-he-nav button.is-active {
	color: #8d111c;
	background: #fff;
	box-shadow: 0 10px 24px rgba(39, 6, 10, .18);
}

.jf-he-nav__icon {
	display: grid;
	place-items: center;
	width: 22px;
	font-size: 17px;
}

.jf-he-nav__badge {
	margin-left: auto;
	padding: 1px 7px;
	border-radius: 99px;
	color: #fff;
	background: rgba(0,0,0,.22);
	font-size: 11px;
}

.jf-he-nav button.is-active .jf-he-nav__badge {
	background: var(--jf-red);
}

.jf-he-sidebar__foot {
	margin-top: auto;
	padding: 18px 9px 2px;
	border-top: 1px solid rgba(255,255,255,.16);
}

.jf-he-sidebar__foot strong,
.jf-he-sidebar__foot small {
	display: block;
}

.jf-he-sidebar__foot strong {
	font-size: 13px;
}

.jf-he-sidebar__foot small {
	margin: 2px 0 10px;
	color: rgba(255,255,255,.67);
	font-size: 11px;
}

.jf-he-sidebar__foot a,
.jf-he-sidebar__foot button {
	color: #fff;
	border: 0;
	padding: 0;
	background: transparent;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
}

.jf-he-main {
	min-width: 0;
}

.jf-he-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 82px;
	padding: 17px 30px;
	border-bottom: 1px solid var(--jf-line);
	background: rgba(255,255,255,.94);
	backdrop-filter: blur(12px);
}

.jf-he-topbar__title {
	margin: 0;
	font-size: 20px;
	line-height: 1.2;
}

.jf-he-topbar__meta {
	display: flex;
	align-items: center;
	gap: 10px;
}

.jf-he-avatar {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #fff;
	background: var(--jf-ink);
	font-weight: 800;
}

.jf-he-role {
	padding: 5px 9px;
	border-radius: 99px;
	color: var(--jf-red-dark);
	background: #fde8ea;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .02em;
}

.jf-he-content {
	padding: 30px;
}

.jf-he-page-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 24px;
}

.jf-he-page-head h1 {
	margin: 0 0 5px;
	font-size: clamp(25px, 3vw, 34px);
	line-height: 1.12;
	letter-spacing: -.035em;
}

.jf-he-page-head p {
	margin: 0;
	color: var(--jf-muted);
}

.jf-he-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 18px;
}

.jf-he-col-12 { grid-column: span 12; }
.jf-he-col-8 { grid-column: span 8; }
.jf-he-col-7 { grid-column: span 7; }
.jf-he-col-6 { grid-column: span 6; }
.jf-he-col-5 { grid-column: span 5; }
.jf-he-col-4 { grid-column: span 4; }
.jf-he-col-3 { grid-column: span 3; }

.jf-he-card {
	min-width: 0;
	padding: 22px;
	border: 1px solid var(--jf-line);
	border-radius: var(--jf-radius);
	background: var(--jf-white);
	box-shadow: 0 8px 26px rgba(23,33,43,.05);
}

.jf-he-card h2,
.jf-he-card h3 {
	margin: 0;
	line-height: 1.25;
}

.jf-he-card h2 {
	font-size: 19px;
}

.jf-he-card h3 {
	font-size: 16px;
}

.jf-he-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
}

.jf-he-card__head p {
	margin: 3px 0 0;
	color: var(--jf-muted);
	font-size: 13px;
}

.jf-he-hero {
	position: relative;
	overflow: hidden;
	padding: 28px;
	color: #fff;
	border: 0;
	background: linear-gradient(125deg, #b51624, #d4323f 67%, #eb5d52);
}

.jf-he-hero::after {
	content: "";
	position: absolute;
	right: -45px;
	bottom: -70px;
	width: 220px;
	height: 220px;
	border: 38px solid rgba(255,255,255,.1);
	border-radius: 50%;
}

.jf-he-hero > * {
	position: relative;
	z-index: 1;
}

.jf-he-hero__eyebrow {
	margin: 0 0 8px;
	color: rgba(255,255,255,.72);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.jf-he-hero h2 {
	max-width: 600px;
	font-size: clamp(23px, 3vw, 31px);
}

.jf-he-hero p {
	max-width: 650px;
	margin: 10px 0 20px;
	color: rgba(255,255,255,.82);
}

.jf-he-next {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 17px;
	padding: 14px 16px;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 14px;
	background: rgba(20,5,7,.17);
}

.jf-he-next__date {
	min-width: 62px;
	padding-right: 15px;
	border-right: 1px solid rgba(255,255,255,.22);
	text-align: center;
}

.jf-he-next__date strong,
.jf-he-next__date small {
	display: block;
}

.jf-he-next__date strong {
	font-size: 23px;
	line-height: 1;
}

.jf-he-next__date small {
	margin-top: 4px;
	font-size: 11px;
	text-transform: uppercase;
}

.jf-he-next__info strong,
.jf-he-next__info small {
	display: block;
}

.jf-he-next__info small {
	margin-top: 2px;
	color: rgba(255,255,255,.7);
}

.jf-he-metric {
	padding: 20px;
}

.jf-he-metric__label {
	color: var(--jf-muted);
	font-size: 12px;
	font-weight: 750;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.jf-he-metric__value {
	display: block;
	margin-top: 7px;
	font-size: 31px;
	font-weight: 850;
	line-height: 1;
}

.jf-he-metric__hint {
	display: block;
	margin-top: 8px;
	color: var(--jf-muted);
	font-size: 12px;
}

.jf-he-progress {
	width: 100%;
	height: 9px;
	overflow: hidden;
	border-radius: 99px;
	background: #e8edf1;
}

.jf-he-progress > span {
	display: block;
	width: var(--jf-progress, 0%);
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--jf-red), #f05b50);
	transition: width .35s ease;
}

.jf-he-progress--green > span {
	background: linear-gradient(90deg, var(--jf-green), #30ad82);
}

.jf-he-progress-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 15px;
}

.jf-he-progress-row .jf-he-progress {
	flex: 1;
}

.jf-he-progress-row strong {
	min-width: 42px;
	font-size: 13px;
	text-align: right;
}

.jf-he-module-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 17px;
}

.jf-he-module-category {
	margin-bottom: 30px;
}

.jf-he-module-category__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--jf-line);
}

.jf-he-module-category__head > div {
	display: flex;
	align-items: center;
	gap: 12px;
}

.jf-he-module-category__head > div > span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 13px;
	background: #fdebec;
	font-size: 20px;
}

.jf-he-module-category__head h2,
.jf-he-module-category__head p {
	margin: 0;
}

.jf-he-module-category__head h2 {
	font-size: 21px;
}

.jf-he-module-category__head p {
	margin-top: 2px;
	color: var(--jf-muted);
	font-size: 12px;
}

.jf-he-module {
	display: flex;
	flex-direction: column;
	min-height: 245px;
	padding: 20px;
	border: 1px solid var(--jf-line);
	border-radius: var(--jf-radius);
	background: #fff;
	box-shadow: 0 8px 26px rgba(23,33,43,.05);
}

.jf-he-module__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.jf-he-module__icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 13px;
	background: #fdebec;
	font-size: 19px;
}

.jf-he-chip {
	display: inline-flex;
	align-items: center;
	width: max-content;
	padding: 4px 8px;
	border-radius: 99px;
	color: #596572;
	background: #edf1f4;
	font-size: 11px;
	font-weight: 750;
}

.jf-he-chip--green { color: #0b6a49; background: #def4eb; }
.jf-he-chip--amber { color: #865800; background: #fff0c8; }
.jf-he-chip--red { color: #9f1623; background: #fde8ea; }
.jf-he-chip--blue { color: #155794; background: #e3f0fd; }

.jf-he-module h3 {
	margin: 16px 0 7px;
	font-size: 17px;
}

.jf-he-module p {
	margin: 0 0 16px;
	color: var(--jf-muted);
	font-size: 13px;
}

.jf-he-module__foot {
	margin-top: auto;
}

.jf-he-module__actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 7px;
}

.jf-he-module__actions .jf-he-button {
	width: 100%;
	padding-inline: 8px;
}

.jf-he-module__meta {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 11px;
	color: var(--jf-muted);
	font-size: 11px;
}

.jf-he-button,
.jf-he-portal .jf-he-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	padding: 9px 15px;
	border: 1px solid transparent;
	border-radius: 11px;
	color: #fff;
	background: var(--jf-red);
	cursor: pointer;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
	transition: .17s ease;
}

.jf-he-button:hover,
.jf-he-button:focus-visible {
	color: #fff;
	background: var(--jf-red-dark);
	transform: translateY(-1px);
	outline: none;
}

.jf-he-button--secondary,
.jf-he-portal .jf-he-button--secondary {
	color: var(--jf-ink);
	border-color: var(--jf-line);
	background: #fff;
}

.jf-he-button--secondary:hover,
.jf-he-button--secondary:focus-visible {
	color: var(--jf-ink);
	background: #f5f7f9;
}

.jf-he-button--danger,
.jf-he-portal .jf-he-button--danger {
	color: #fff;
	border-color: #9f1623;
	background: #9f1623;
}

.jf-he-button--danger:hover,
.jf-he-button--danger:focus-visible {
	color: #fff;
	background: #76101a;
}

.jf-he-button--small {
	min-height: 34px;
	padding: 7px 10px;
	font-size: 12px;
}

.jf-he-button--block {
	width: 100%;
}

.jf-he-button:disabled {
	opacity: .55;
	cursor: wait;
	transform: none;
}

.jf-he-table-wrap {
	overflow-x: auto;
}

.jf-he-user-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--jf-line);
}

.jf-he-user-filter button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 42px;
	padding: 9px 15px;
	border: 1px solid var(--jf-line);
	border-radius: 12px;
	color: var(--jf-ink);
	background: #fff;
	cursor: pointer;
	font-weight: 750;
}

.jf-he-user-filter button:hover,
.jf-he-user-filter button:focus-visible {
	border-color: #e7a7ae;
	background: #fff7f8;
	outline: none;
}

.jf-he-user-filter button.is-active {
	color: #fff;
	border-color: var(--jf-red);
	background: var(--jf-red);
	box-shadow: 0 7px 18px rgba(197, 30, 48, .2);
}

.jf-he-user-filter button strong {
	display: grid;
	place-items: center;
	min-width: 24px;
	height: 24px;
	padding: 0 7px;
	border-radius: 999px;
	color: inherit;
	background: rgba(18, 27, 35, .08);
	font-size: 11px;
}

.jf-he-user-filter button.is-active strong {
	background: rgba(255, 255, 255, .2);
}

.jf-he-user-filter .jf-he-user-filter__sync {
	margin-left: auto;
	color: var(--jf-muted);
	font-weight: 650;
}

.jf-he-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
}

.jf-he-table--users {
	min-width: 900px;
}

.jf-he-table th,
.jf-he-table td {
	padding: 13px 12px;
	border-bottom: 1px solid var(--jf-line);
	text-align: left;
	vertical-align: middle;
}

.jf-he-table th {
	color: var(--jf-muted);
	background: #f8fafb;
	font-size: 11px;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.jf-he-table tr:last-child td {
	border-bottom: 0;
}

.jf-he-user {
	display: flex;
	align-items: center;
	gap: 10px;
}

.jf-he-user__avatar {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	border-radius: 50%;
	color: var(--jf-red-dark);
	background: #fde8ea;
	font-size: 12px;
	font-weight: 850;
}

.jf-he-user strong,
.jf-he-user small {
	display: block;
}

.jf-he-user small {
	color: var(--jf-muted);
}

.jf-he-login-id,
.jf-he-login-hint {
	display: block;
}

.jf-he-login-id {
	color: var(--jf-ink);
	font-size: 13px;
}

.jf-he-login-hint {
	margin-top: 2px;
	color: var(--jf-muted);
	font-size: 11px;
}

.jf-he-table-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 7px;
}

.jf-he-empty {
	padding: 36px 20px;
	border: 1px dashed #cdd5dd;
	border-radius: 15px;
	background: #fafbfc;
	text-align: center;
}

.jf-he-empty__icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin: 0 auto 13px;
	border-radius: 16px;
	background: #fde8ea;
	font-size: 25px;
}

.jf-he-empty h3 {
	margin: 0 0 6px;
}

.jf-he-empty p {
	max-width: 540px;
	margin: 0 auto 17px;
	color: var(--jf-muted);
}

.jf-he-timeline {
	display: grid;
	gap: 2px;
}

.jf-he-event {
	display: grid;
	grid-template-columns: 92px 1fr auto;
	gap: 16px;
	align-items: center;
	padding: 15px 10px;
	border-bottom: 1px solid var(--jf-line);
}

.jf-he-event:last-child {
	border-bottom: 0;
}

.jf-he-event__date strong,
.jf-he-event__date small,
.jf-he-event__info strong,
.jf-he-event__info small {
	display: block;
}

.jf-he-event__date strong {
	color: var(--jf-red);
}

.jf-he-event__date small,
.jf-he-event__info small {
	color: var(--jf-muted);
	font-size: 12px;
}

.jf-he-event.is-past {
	opacity: .52;
}

.jf-he-question {
	padding: 17px;
	border: 1px solid var(--jf-line);
	border-radius: 14px;
	background: #fff;
}

.jf-he-question + .jf-he-question {
	margin-top: 11px;
}

.jf-he-question__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	margin-bottom: 9px;
	color: var(--jf-muted);
	font-size: 12px;
}

.jf-he-question p {
	margin: 0 0 13px;
	white-space: pre-wrap;
}

.jf-he-question__account {
	padding: 10px 12px;
	border-radius: 10px;
	color: #46525f;
	background: #f2f5f7;
	font-size: 12px;
}

.jf-he-achievements {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.jf-he-achievement {
	padding: 24px 18px;
	border: 1px solid var(--jf-line);
	border-radius: 16px;
	background: #fff;
	text-align: center;
}

.jf-he-achievement__icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin: 0 auto 12px;
	border-radius: 50%;
	background: linear-gradient(145deg, #fff2ce, #ffd66d);
	font-size: 27px;
}

.jf-he-achievement.is-locked {
	filter: grayscale(1);
	opacity: .5;
}

.jf-he-lesson {
	max-width: 820px;
	margin: 0 auto;
}

.jf-he-lesson__content {
	margin-top: 18px;
	color: #2d3944;
}

.jf-he-lesson__content h2,
.jf-he-lesson__content h3 {
	margin: 24px 0 8px;
}

.jf-he-lesson__content li {
	margin-bottom: 6px;
}

.jf-he-task-area {
	margin-top: 30px;
	padding-top: 25px;
	border-top: 1px solid var(--jf-line);
}

.jf-he-task-area__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 14px;
}

.jf-he-task-area__head h2 {
	margin: 0 0 4px;
}

.jf-he-task-area__head p {
	margin: 0;
	color: var(--jf-muted);
}

.jf-he-task-area__head > strong {
	flex: 0 0 auto;
	padding: 7px 11px;
	border-radius: 999px;
	color: #136c45;
	background: #e4f7ed;
}

.jf-he-learning-stage {
	margin-top: 22px;
	padding: 20px;
	border: 1px solid #dce3e8;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 25px rgba(14, 35, 52, .06);
}

.jf-he-learning-stage__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
}

.jf-he-learning-stage__head span {
	color: var(--jf-red);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.jf-he-learning-stage__head h3 {
	margin: 4px 0;
	font-size: 21px;
}

.jf-he-learning-stage__head p,
.jf-he-learning-stage__locked p {
	margin: 0;
	color: var(--jf-muted);
}

.jf-he-learning-stage__head > strong {
	flex: 0 0 auto;
	padding: 7px 11px;
	border-radius: 999px;
	color: #8d241f;
	background: #fde8e7;
	font-size: 13px;
}

.jf-he-learning-stage.is-complete {
	border-color: #bce5ce;
	background: #f8fdf9;
}

.jf-he-learning-stage.is-complete .jf-he-learning-stage__head > strong {
	color: #136c45;
	background: #e4f7ed;
}

.jf-he-learning-stage.is-locked {
	border-style: dashed;
	background: #f5f7f8;
	box-shadow: none;
}

.jf-he-learning-stage.is-locked .jf-he-learning-stage__head > strong {
	color: #54606a;
	background: #e7ebee;
}

.jf-he-learning-stage__locked {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 17px;
	padding: 16px;
	border-radius: 13px;
	background: #e9edf0;
}

.jf-he-learning-stage__locked > span {
	font-size: 28px;
}

.jf-he-learning-stage__locked strong {
	display: block;
	margin-bottom: 3px;
}

.jf-he-task-list {
	display: grid;
	gap: 15px;
	margin-top: 20px;
}

.jf-he-task {
	margin: 0;
	padding: 18px;
	border: 1px solid var(--jf-line);
	border-radius: 15px;
	background: #f8fafb;
}

.jf-he-task.is-complete {
	border-color: #bce5ce;
	background: #f1fbf5;
}

.jf-he-task__title {
	display: flex;
	align-items: center;
	gap: 11px;
}

.jf-he-task__title > span:first-child {
	display: grid;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: var(--jf-ink);
	font-weight: 800;
}

.jf-he-task.is-complete .jf-he-task__title > span:first-child {
	background: #168654;
}

.jf-he-task__title h3 {
	flex: 1 1 auto;
	margin: 0;
	font-size: 17px;
}

.jf-he-task__options {
	display: grid;
	gap: 9px;
	margin: 16px 0;
}

.jf-he-task__options label {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 11px 13px;
	border: 1px solid #dbe2e7;
	border-radius: 11px;
	background: #fff;
	cursor: pointer;
}

.jf-he-task__options label:has(input:checked) {
	border-color: var(--jf-red);
	box-shadow: 0 0 0 2px rgba(202, 33, 41, .12);
}

.jf-he-task__options input {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--jf-red);
}

.jf-he-floating {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 9990;
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 13px 17px;
	border: 0;
	border-radius: 99px;
	color: #fff;
	background: var(--jf-ink);
	box-shadow: 0 14px 36px rgba(23,33,43,.28);
	cursor: pointer;
	font-weight: 750;
}

.jf-he-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: grid;
	place-items: center;
	padding: 20px;
	background: rgba(12,18,23,.62);
	backdrop-filter: blur(4px);
}

.jf-he-modal[hidden] {
	display: none;
}

.jf-he-modal__dialog {
	width: min(620px, 100%);
	max-height: min(820px, calc(100vh - 40px));
	overflow-y: auto;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 28px 90px rgba(0,0,0,.32);
}

.jf-he-modal__dialog--wide {
	width: min(880px, 100%);
}

.jf-he-modal__head,
.jf-he-modal__body,
.jf-he-modal__foot {
	padding: 20px 23px;
}

.jf-he-modal__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	border-bottom: 1px solid var(--jf-line);
}

.jf-he-modal__head h2 {
	margin: 0;
	font-size: 20px;
}

.jf-he-modal__head p {
	margin: 4px 0 0;
	color: var(--jf-muted);
	font-size: 13px;
}

.jf-he-progress-summary {
	margin-bottom: 18px;
	padding: 17px;
	border-radius: 14px;
	background: #f5f8fa;
}

.jf-he-progress-summary > div:first-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 11px;
}

.jf-he-progress-summary > div:first-child span {
	color: var(--jf-muted);
	font-weight: 700;
}

.jf-he-progress-summary > div:first-child strong {
	font-size: 24px;
}

.jf-he-progress-table {
	min-width: 620px;
}

.jf-he-progress-table td:first-child strong,
.jf-he-progress-table td:first-child small,
.jf-he-progress-table td:nth-child(2) strong,
.jf-he-progress-table td:nth-child(2) small {
	display: block;
}

.jf-he-progress-table td small {
	margin-top: 3px;
	color: var(--jf-muted);
}

.jf-he-portal .jf-he-modal__close {
	display: inline-flex !important;
	flex: 0 0 38px !important;
	align-items: center !important;
	justify-content: center !important;
	width: 38px !important;
	min-width: 38px !important;
	max-width: 38px !important;
	height: 38px !important;
	min-height: 38px !important;
	max-height: 38px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	color: #fff !important;
	background: var(--jf-red) !important;
	box-shadow: none !important;
	cursor: pointer;
	font-size: 0 !important;
	line-height: 0 !important;
	text-indent: 0 !important;
	appearance: none !important;
}

.jf-he-portal .jf-he-modal__close::before {
	content: "×";
	display: block;
	position: static !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	color: currentColor;
	font: 700 22px/1 Arial, sans-serif;
	letter-spacing: 0;
	text-shadow: none;
	transform: translateY(-1px);
}

.jf-he-portal .jf-he-modal__close::after {
	content: none !important;
	display: none !important;
}

.jf-he-portal .jf-he-modal__close:hover,
.jf-he-portal .jf-he-modal__close:focus-visible {
	background: #98101e !important;
	outline: 3px solid rgba(198, 28, 44, .22);
	outline-offset: 2px;
}

.jf-he-modal__foot {
	display: flex;
	justify-content: flex-end;
	gap: 9px;
	border-top: 1px solid var(--jf-line);
}

.jf-he-field {
	display: grid;
	gap: 6px;
	margin-bottom: 15px;
}

.jf-he-field:last-child {
	margin-bottom: 0;
}

.jf-he-field label,
.jf-he-field legend {
	font-size: 13px;
	font-weight: 750;
}

.jf-he-field input,
.jf-he-field select,
.jf-he-field textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccd5dd;
	border-radius: 10px;
	color: var(--jf-ink);
	background: #fff;
}

.jf-he-field textarea {
	min-height: 115px;
	resize: vertical;
}

.jf-he-field input:focus,
.jf-he-field select:focus,
.jf-he-field textarea:focus {
	border-color: var(--jf-red);
	box-shadow: 0 0 0 3px rgba(201,32,47,.12);
	outline: none;
}

.jf-he-field small {
	color: var(--jf-muted);
}

.jf-he-field input[readonly] {
	color: #4b5563;
	background: #f3f5f7;
	cursor: not-allowed;
}

.jf-he-field .jf-he-check-row {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 11px 12px;
	border: 1px solid #d6dde3;
	border-radius: 10px;
	background: #f8fafb;
	cursor: pointer;
}

.jf-he-field .jf-he-check-row input[type="checkbox"] {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	accent-color: var(--jf-red);
}

.jf-he-field .jf-he-check-row:has(input:disabled) {
	opacity: .72;
	cursor: not-allowed;
}

.jf-he-field-help {
	display: block;
	margin: -10px 0 15px;
	color: var(--jf-muted);
	font-size: 12px;
}

.jf-he-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 14px;
}

.jf-he-notice {
	padding: 12px 14px;
	border-left: 4px solid var(--jf-blue);
	border-radius: 9px;
	color: #24425e;
	background: #eaf4fd;
	font-size: 13px;
}

.jf-he-notice--privacy {
	margin-top: 14px;
	border-color: var(--jf-amber);
	color: #6e4b06;
	background: #fff6dc;
}

.jf-he-secret {
	padding: 17px;
	border: 1px solid #bfe5d6;
	border-radius: 13px;
	background: #edf9f4;
}

.jf-he-secret code {
	display: block;
	margin: 10px 0;
	padding: 12px;
	border-radius: 8px;
	color: #fff;
	background: #16392d;
	font-size: 17px;
	word-break: break-all;
}

.jf-he-toast {
	position: fixed;
	top: 22px;
	left: 50%;
	z-index: 10020;
	max-width: min(520px, calc(100% - 32px));
	padding: 12px 17px;
	border-radius: 12px;
	color: #fff;
	background: #17212b;
	box-shadow: 0 14px 36px rgba(0,0,0,.24);
	transform: translateX(-50%);
}

.jf-he-toast.is-error {
	background: #a21723;
}

.jf-he-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 400px;
	border: 1px solid var(--jf-line);
	border-radius: 20px;
	background: #fff;
}

.jf-he-spinner {
	width: 24px;
	height: 24px;
	border: 3px solid #ead0d3;
	border-top-color: var(--jf-red);
	border-radius: 50%;
	animation: jf-he-spin .7s linear infinite;
}

@keyframes jf-he-spin {
	to { transform: rotate(360deg); }
}

.jf-he-error {
	max-width: 620px;
	margin: 60px auto;
	padding: 28px;
	border: 1px solid #efc5c9;
	border-radius: 18px;
	background: #fff;
	text-align: center;
}

.jf-he-error h2 {
	margin: 0 0 7px;
}

.jf-he-gate {
	width: min(460px, calc(100% - 32px));
	margin: 50px auto;
	padding: 32px;
	border: 1px solid var(--jf-line);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 22px 60px rgba(23,33,43,.12);
}

.jf-he-gate__brand {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 25px;
}

.jf-he-gate__brand > span {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: #fde8ea;
	font-size: 23px;
}

.jf-he-gate__brand strong,
.jf-he-gate__brand small {
	display: block;
}

.jf-he-gate__brand small {
	color: var(--jf-muted);
}

.jf-he-gate h1 {
	margin: 0 0 6px;
}

.jf-he-gate > p {
	color: var(--jf-muted);
}

.jf-he-gate label {
	display: block;
	margin: 14px 0 5px;
	font-weight: 700;
}

.jf-he-gate input[type="text"],
.jf-he-gate input[type="password"] {
	width: 100%;
	padding: 11px 12px;
	border: 1px solid #ccd5dd;
	border-radius: 10px;
}

.jf-he-gate input[type="submit"] {
	width: 100%;
	margin-top: 16px;
	padding: 11px 15px;
	border: 0;
	border-radius: 10px;
	color: #fff;
	background: var(--jf-red);
	cursor: pointer;
	font-weight: 750;
}

.jf-he-gate__help {
	margin-top: 18px;
	font-size: 12px;
}

.jf-he-gate .jf-he-login-check {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
}

.jf-he-gate .jf-he-login-check input {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: var(--jf-red);
}

@media (max-width: 1050px) {
	.jf-he-module-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.jf-he-col-3 { grid-column: span 6; }
	.jf-he-col-4 { grid-column: span 6; }
	.jf-he-col-8 { grid-column: span 12; }
}

@media (max-width: 780px) {
	.jf-he-app {
		display: block;
		min-height: 100vh;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}
	.jf-he-sidebar {
		position: sticky;
		top: 0;
		z-index: 100;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		min-height: auto;
		padding: 10px 14px;
		box-shadow: 0 8px 24px rgba(69, 8, 15, .2);
	}
	.jf-he-brand {
		gap: 10px;
		padding: 0;
	}
	.jf-he-brand__mark {
		width: 40px;
		height: 40px;
		border-radius: 12px;
		font-size: 20px;
	}
	.jf-he-brand strong {
		font-size: 13px;
	}
	.jf-he-brand small {
		font-size: 11px;
	}
	.jf-he-mobile-menu {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 7px;
		min-width: 82px;
		min-height: 44px;
		padding: 8px 12px;
		border: 1px solid rgba(255,255,255,.25);
		border-radius: 11px;
		color: #fff;
		background: rgba(0,0,0,.13);
		cursor: pointer;
		font-weight: 750;
	}
	.jf-he-mobile-menu > span:first-child {
		font-size: 19px;
	}
	.jf-he-nav {
		display: none;
		grid-column: 1 / -1;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
		max-height: calc(100vh - 150px);
		margin-top: 10px;
		padding: 10px 0 3px;
		overflow-y: auto;
		border-top: 1px solid rgba(255,255,255,.16);
	}
	.jf-he-sidebar.is-open .jf-he-nav {
		display: grid;
	}
	.jf-he-nav button {
		width: 100%;
		min-height: 46px;
	}
	.jf-he-sidebar__foot {
		display: none;
		grid-column: 1 / -1;
		margin-top: 10px;
		padding: 11px 4px 2px;
	}
	.jf-he-sidebar.is-open .jf-he-sidebar__foot {
		display: flex;
		align-items: center;
		gap: 9px;
	}
	.jf-he-sidebar__foot small {
		margin: 0 auto 0 0;
	}
	.jf-he-sidebar__foot a,
	.jf-he-sidebar__foot button {
		min-height: 40px;
		padding: 8px 10px;
		border: 1px solid rgba(255,255,255,.2);
		border-radius: 9px;
	}
	.jf-he-topbar {
		min-height: 64px;
		padding: 13px 17px;
	}
	.jf-he-topbar__title {
		font-size: 16px;
	}
	.jf-he-role {
		display: none;
	}
	.jf-he-content {
		padding: 20px 15px 96px;
	}
	.jf-he-grid {
		gap: 14px;
	}
	.jf-he-card {
		padding: 19px;
	}
	.jf-he-hero {
		padding: 22px;
	}
	.jf-he-page-head {
		margin-bottom: 19px;
	}
	.jf-he-page-head h1 {
		font-size: 29px;
	}
	.jf-he-col-7,
	.jf-he-col-6,
	.jf-he-col-5,
	.jf-he-col-4,
	.jf-he-col-3 {
		grid-column: span 12;
	}
	.jf-he-module-grid,
	.jf-he-achievements {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.jf-he-module {
		min-height: 0;
	}
	.jf-he-next {
		flex-wrap: wrap;
	}
	.jf-he-next .jf-he-chip {
		margin-left: 78px;
	}
	.jf-he-table {
		min-width: 680px;
	}
	.jf-he-table-wrap {
		margin: 0 -4px;
		padding-bottom: 5px;
		overscroll-behavior-x: contain;
	}
	.jf-he-user-filter {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.jf-he-user-filter button {
		width: 100%;
		padding-inline: 10px;
	}
	.jf-he-user-filter .jf-he-user-filter__sync {
		grid-column: 1 / -1;
		margin-left: 0;
	}
	.jf-he-event {
		grid-template-columns: 76px 1fr;
		gap: 12px;
		padding: 14px 4px;
	}
	.jf-he-event > :last-child {
		grid-column: 2;
	}
	.jf-he-floating {
		right: 14px;
		bottom: 14px;
		min-height: 50px;
	}
}

@media (max-width: 520px) {
	.jf-he-nav {
		grid-template-columns: 1fr;
	}
	.jf-he-nav button {
		padding: 10px 12px;
	}
	.jf-he-topbar {
		padding: 11px 14px;
	}
	.jf-he-topbar__meta {
		gap: 7px;
	}
	.jf-he-page-head,
	.jf-he-card__head {
		display: block;
	}
	.jf-he-page-head .jf-he-button,
	.jf-he-card__head .jf-he-button {
		width: 100%;
		margin-top: 12px;
	}
	.jf-he-page-head h1 {
		font-size: 26px;
	}
	.jf-he-content {
		padding: 17px 12px 88px;
	}
	.jf-he-card,
	.jf-he-module {
		padding: 17px;
		border-radius: 15px;
	}
	.jf-he-hero {
		padding: 20px 17px;
	}
	.jf-he-hero h2 {
		font-size: 23px;
	}
	.jf-he-next {
		gap: 11px;
		padding: 12px;
	}
	.jf-he-next__date {
		min-width: 54px;
		padding-right: 11px;
	}
	.jf-he-next .jf-he-chip {
		margin-left: 66px;
	}
	.jf-he-form-grid {
		grid-template-columns: 1fr;
	}
	.jf-he-modal {
		align-items: end;
		padding: 0;
	}
	.jf-he-modal__dialog {
		width: 100%;
		max-height: 94vh;
		border-radius: 20px 20px 0 0;
	}
	.jf-he-modal__head,
	.jf-he-modal__body,
	.jf-he-modal__foot {
		padding: 17px;
	}
	.jf-he-modal__head {
		position: sticky;
		top: 0;
		z-index: 2;
		background: #fff;
	}
	.jf-he-modal__foot {
		position: sticky;
		bottom: 0;
		z-index: 2;
		flex-wrap: wrap;
		background: #fff;
	}
	.jf-he-modal__foot .jf-he-button {
		flex: 1 1 130px;
		min-height: 46px;
	}
	.jf-he-field input,
	.jf-he-field select {
		min-height: 46px;
	}
	.jf-he-topbar__meta > div:nth-child(2) {
		display: none;
	}
	.jf-he-event {
		grid-template-columns: 66px minmax(0, 1fr);
	}
	.jf-he-event > .jf-he-button {
		grid-column: 1 / -1;
		width: 100%;
	}
	.jf-he-task-area__head,
	.jf-he-task__title,
	.jf-he-learning-stage__head {
		flex-wrap: wrap;
	}
	.jf-he-task-area__head > strong,
	.jf-he-learning-stage__head > strong {
		margin-left: 0;
	}
	.jf-he-learning-stage {
		padding: 16px;
	}
	.jf-he-task__title .jf-he-chip {
		margin-left: 43px;
	}
	.jf-he-task {
		padding: 15px;
	}
	.jf-he-floating {
		width: 52px;
		height: 52px;
		padding: 0;
		border-radius: 50%;
		font-size: 0;
	}
	.jf-he-floating span {
		font-size: 18px;
	}
	.jf-he-gate {
		width: calc(100% - 24px);
		margin: 12px auto;
		padding: 22px 18px;
		border-radius: 18px;
	}
	.jf-he-standalone-page .jf-he-gate {
		margin: 12px auto;
	}
	.jf-he-gate input[type="text"],
	.jf-he-gate input[type="password"],
	.jf-he-gate input[type="submit"] {
		min-height: 48px;
	}
	.jf-he-toast {
		top: 12px;
	}
	.jf-he-module__actions {
		grid-template-columns: 1fr;
	}
}
