.a94us {
	--a94us-accent: #ff6a00;
	--a94us-accent-soft: rgba(255, 106, 0, 0.14);
	--a94us-surface: #111111;
	--a94us-surface-raised: #171717;
	--a94us-border: rgba(255, 255, 255, 0.12);
	--a94us-text: #ffffff;
	--a94us-muted: rgba(255, 255, 255, 0.64);
	--a94us-subtle: rgba(255, 255, 255, 0.46);
	--a94us-radius: 18px;
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	color: var(--a94us-text);
	font-family: inherit;
	isolation: auto;
}

.a94us,
.a94us * {
	box-sizing: border-box;
}

.a94us [hidden] {
	display: none !important;
}

.a94us__header {
	margin: 0 0 14px;
}

.a94us__title,
.a94us__subtitle,
.a94us__helper {
	margin: 0;
}

.a94us__title {
	font-size: 22px;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.a94us__subtitle,
.a94us__helper {
	color: var(--a94us-muted);
	font-size: 14px;
	line-height: 1.5;
}

.a94us__subtitle {
	margin-top: 5px;
}

.a94us__helper {
	margin-top: 9px;
}

.a94us__anchor {
	position: relative;
	z-index: 1;
}

/*
 * Elementor containers frequently create their own stacking contexts.
 * When search is open, lift the widget and each relevant container above
 * the dashboard cards below it and allow the results panel to overflow.
 */
.a94us.a94us--open,
.a94us.a94us--open .a94us__anchor {
	z-index: 2147483000;
}

.a94us-layer-open,
.a94us-layer-ancestor {
	position: relative !important;
	overflow: visible !important;
}

.a94us-layer-open {
	z-index: 2147483000 !important;
}

.a94us-layer-ancestor {
	z-index: 2147482990 !important;
}

.a94us__field {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 64px;
	width: 100%;
	padding: 0 58px 0 56px;
	background: var(--a94us-surface);
	border: 1px solid var(--a94us-border);
	border-radius: var(--a94us-radius);
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
	transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.a94us__field:focus-within {
	border-color: var(--a94us-accent);
	box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.16), 0 14px 38px rgba(0, 0, 0, 0.28);
}

.a94us__input {
	width: 100%;
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0 !important;
	outline: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--a94us-text) !important;
	font: inherit;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.3;
	appearance: none;
}

.a94us__input::-webkit-search-cancel-button,
.a94us__input::-webkit-search-decoration {
	display: none;
	appearance: none;
}

.a94us__input::placeholder {
	color: var(--a94us-subtle);
	opacity: 1;
}

.a94us__search-icon {
	position: absolute;
	left: 20px;
	top: 50%;
	display: inline-grid;
	place-items: center;
	width: 23px;
	height: 23px;
	color: var(--a94us-accent);
	transform: translateY(-50%);
	pointer-events: none;
}

.a94us__search-icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.a94us__clear {
	position: absolute;
	right: 18px;
	top: 50%;
	display: inline-grid;
	place-items: center;
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.72);
	box-shadow: none;
	transform: translateY(-50%);
	cursor: pointer;
	transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.a94us__clear:hover {
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	transform: translateY(-50%) scale(1.04);
}

.a94us__clear:focus-visible,
.a94us__mobile-close:focus-visible,
.a94us__result:focus-visible {
	outline: 3px solid var(--a94us-accent) !important;
	outline-offset: 3px;
}

.a94us__clear svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
}

.a94us__spinner {
	position: absolute;
	right: 22px;
	top: 50%;
	width: 22px;
	height: 22px;
	border: 2px solid rgba(255, 255, 255, 0.18);
	border-top-color: var(--a94us-accent);
	border-radius: 50%;
	transform: translateY(-50%);
	animation: a94us-spin 700ms linear infinite;
}

.a94us--loading .a94us__clear {
	display: none !important;
}

@keyframes a94us-spin {
	to { transform: translateY(-50%) rotate(360deg); }
}

.a94us__panel {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 10px);
	z-index: 2147483000;
	max-height: min(68vh, 720px);
	overflow: auto;
	overscroll-behavior: contain;
	padding: 10px;
	background-color: var(--a94us-panel-background, #0c0c0c);
	background-image: none;
	opacity: 1;
	isolation: isolate;
	border: 1px solid var(--a94us-border);
	border-radius: var(--a94us-radius);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
	transform-origin: top center;
	animation: a94us-panel-in 160ms ease both;
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 106, 0, 0.58) rgba(255, 255, 255, 0.05);
}

.a94us__panel::-webkit-scrollbar {
	width: 9px;
}

.a94us__panel::-webkit-scrollbar-thumb {
	background: rgba(255, 106, 0, 0.58);
	border: 2px solid #101010;
	border-radius: 999px;
}

@keyframes a94us-panel-in {
	from { opacity: 0; transform: translateY(-4px) scale(0.99); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

.a94us__mobile-head {
	display: none;
}

.a94us__state {
	min-height: 110px;
	display: grid;
	place-items: center;
	padding: 26px;
	color: var(--a94us-muted);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}

.a94us__state--error {
	color: #ff8f8f;
}

.a94us__groups {
	display: grid;
	gap: 10px;
}

.a94us__group {
	padding: 8px;
	background: var(--a94us-surface-raised);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
}

.a94us__group-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 6px 8px 9px;
}

.a94us__group-title {
	color: var(--a94us-accent);
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.a94us__group-count {
	display: inline-grid;
	place-items: center;
	min-width: 25px;
	height: 21px;
	padding: 0 7px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	color: var(--a94us-muted);
	font-size: 11px;
	font-weight: 700;
}

.a94us__list {
	display: grid;
	gap: 4px;
}

.a94us__result {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 14px;
	min-height: 78px;
	padding: 10px 12px;
	border: 1px solid transparent;
	border-radius: 12px;
	background: transparent;
	color: inherit;
	text-decoration: none !important;
	box-shadow: none;
	transition: background 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.a94us__result:hover,
.a94us__result.is-active,
.a94us__result:focus-visible {
	background: rgba(255, 255, 255, 0.065);
	border-color: rgba(255, 106, 0, 0.3);
	color: inherit;
	transform: translateY(-1px);
}

.a94us__result[aria-selected="true"] {
	background: rgba(255, 106, 0, 0.1);
}

.a94us__thumb {
	position: relative;
	display: block;
	width: 80px;
	height: 54px;
	overflow: hidden;
	border-radius: 9px;
	background: #252525;
	flex: 0 0 auto;
}

.a94us__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.a94us__thumb-fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle at 72% 26%, rgba(255, 106, 0, 0.38), transparent 42%), linear-gradient(145deg, #252525, #101010);
	color: #fff;
	font-size: 22px;
	font-weight: 900;
}

.a94us__result-content {
	display: block;
	min-width: 0;
}

.a94us__result-top {
	display: flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
}

.a94us__result-title {
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 15px;
	font-weight: 750;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.a94us__badge,
.a94us__access {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 22px;
	padding: 4px 8px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.a94us__badge {
	background: var(--a94us-accent-soft);
	color: #ff8a00;
}

.a94us__access--locked {
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.76);
}

.a94us__access--owned {
	background: rgba(53, 199, 111, 0.16);
	color: #5be391;
}

.a94us__excerpt {
	display: -webkit-box;
	overflow: hidden;
	margin-top: 4px;
	color: var(--a94us-muted);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.a94us__details {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 10px;
	margin-top: 5px;
}

.a94us__meta,
.a94us__price {
	font-size: 11px;
	font-weight: 650;
	line-height: 1.3;
}

.a94us__meta {
	color: var(--a94us-subtle);
}

.a94us__price {
	color: #ff8a00;
}

.a94us__result-arrow {
	color: rgba(255, 255, 255, 0.34);
	font-size: 19px;
	line-height: 1;
	transition: color 150ms ease, transform 150ms ease;
}

.a94us__result:hover .a94us__result-arrow,
.a94us__result.is-active .a94us__result-arrow {
	color: var(--a94us-accent);
	transform: translateX(2px);
}

body.a94us-search-open {
	overflow: hidden;
}

@media (max-width: 767px) {
	.a94us__field {
		min-height: 56px;
		padding-left: 50px;
		padding-right: 50px;
	}

	.a94us__search-icon {
		left: 17px;
		width: 21px;
		height: 21px;
	}

	.a94us__input {
		font-size: 15px;
	}

	.a94us--mobile-full .a94us__panel {
		position: fixed;
		inset: var(--a94us-mobile-inset, 12px);
		z-index: 999999;
		max-height: none;
		padding: 8px;
		border-radius: 18px;
		transform-origin: center;
	}

	.a94us--mobile-full .a94us__mobile-head {
		position: sticky;
		top: -8px;
		z-index: 3;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 13px 12px 11px;
		margin: -1px -1px 7px;
		background: rgba(12, 12, 12, 0.98);
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: 17px 17px 0 0;
		backdrop-filter: blur(16px);
	}

	.a94us__mobile-title {
		font-size: 15px;
		font-weight: 800;
	}

	.a94us__mobile-close {
		display: inline-grid;
		place-items: center;
		width: 36px;
		height: 36px;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.09);
		color: #fff;
		font-size: 24px;
		font-weight: 300;
		line-height: 1;
		cursor: pointer;
	}

	.a94us__result {
		grid-template-columns: auto minmax(0, 1fr) auto;
		gap: 11px;
		min-height: 72px;
		padding: 9px;
	}

	.a94us__thumb {
		width: 68px;
		height: 48px;
	}

	.a94us__access {
		display: none;
	}

	.a94us__result-arrow {
		font-size: 17px;
	}

	.a94us--mobile-hide-excerpts .a94us__excerpt {
		display: none;
	}
}

@media (max-width: 460px) {
	.a94us__badge {
		display: none;
	}

	.a94us__group {
		padding: 6px;
	}

	.a94us__result-title {
		font-size: 14px;
	}
}

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

/* 2.96.42 — compact site-wide header search. */
.a94hs {
	--a94hs-control-size: 56px;
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: var(--a94hs-control-size);
	height: var(--a94hs-control-size);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body button.a94hs__toggle,
body .elementor-widget-a94-student-side-menu button.a94hs__toggle {
	-webkit-appearance: none;
	appearance: none;
	display: grid !important;
	place-items: center !important;
	width: var(--a94hs-control-size) !important;
	min-width: var(--a94hs-control-size) !important;
	max-width: var(--a94hs-control-size) !important;
	height: var(--a94hs-control-size) !important;
	min-height: var(--a94hs-control-size) !important;
	max-height: var(--a94hs-control-size) !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(255,255,255,.18) !important;
	border-radius: 14px !important;
	background: #090909 !important;
	color: #fff !important;
	box-shadow: none !important;
	cursor: pointer;
}

body button.a94hs__toggle:is(:hover,:focus,:focus-visible),
body .elementor-widget-a94-student-side-menu button.a94hs__toggle:is(:hover,:focus,:focus-visible) {
	border-color: #ff6500 !important;
	background: #151515 !important;
	color: #ff6500 !important;
	outline: none !important;
}

.a94hs__toggle svg {
	display: block;
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.a94hs__dialog {
	position: fixed;
	inset: 50% auto auto 50%;
	width: min(980px, calc(100vw - 40px));
	max-width: none;
	max-height: min(86dvh, 840px);
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 20px;
	background: #090909;
	color: #fff;
	box-shadow: 0 34px 110px rgba(0,0,0,.76);
	transform: translate(-50%,-50%);
	overflow: hidden;
	z-index: 2147483000;
}

.a94hs__dialog:not([open]) { display: none; }
.a94hs__dialog::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(7px); }
.a94hs__window { max-height: min(86dvh, 840px); padding: 26px; overflow: auto; }
.a94hs__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
.a94hs__head > div { display: grid; gap: 7px; }
.a94hs__head span { color: #ff6500; font-size: 11px; font-weight: 900; letter-spacing: .13em; line-height: 1; text-transform: uppercase; }
.a94hs__head strong { color: #fff; font-size: clamp(25px,3vw,34px); font-weight: 900; letter-spacing: -.035em; line-height: 1.05; text-transform: uppercase; }
.a94hs__intro { margin: 18px 0; color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.5; }

body button.a94hs__close,
body .elementor-widget-a94-student-side-menu button.a94hs__close {
	-webkit-appearance: none;
	appearance: none;
	display: grid !important;
	place-items: center !important;
	flex: 0 0 auto;
	width: 48px !important;
	min-width: 48px !important;
	height: 48px !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #ff6500 !important;
	border-radius: 13px !important;
	background: #151515 !important;
	color: #fff !important;
	font: 400 31px/1 Inter,system-ui,sans-serif !important;
	box-shadow: none !important;
	cursor: pointer;
}

body button.a94hs__close:is(:hover,:focus,:focus-visible),
body .elementor-widget-a94-student-side-menu button.a94hs__close:is(:hover,:focus,:focus-visible) {
	background: rgba(255,101,0,.12) !important;
	color: #ff6500 !important;
	outline: none !important;
}

.a94hs__dialog .a94us { width: 100%; max-width: none; }
.a94hs__dialog .a94us__panel,
.a94hs__dialog .a94us--mobile-full .a94us__panel {
	position: static !important;
	inset: auto !important;
	width: 100% !important;
	max-height: min(54dvh, 560px) !important;
	margin-top: 10px;
	transform: none !important;
}

body.a94hs-search-open { overflow: hidden; }

@media (max-width: 782px) {
	.a94hs { --a94hs-control-size: 46px; }
	body button.a94hs__toggle,
	body .elementor-widget-a94-student-side-menu button.a94hs__toggle { border-radius: 11px !important; }
	.a94hs__toggle svg { width: 20px; height: 20px; }
	.a94hs__dialog { width: calc(100vw - 16px); max-height: calc(100dvh - 16px); border-radius: 16px; }
	.a94hs__window { max-height: calc(100dvh - 16px); padding: 18px; }
	.a94hs__head { padding-bottom: 16px; }
	.a94hs__head strong { font-size: 24px; }
	.a94hs__intro { margin: 14px 0; font-size: 14px; }
	.a94hs__dialog .a94us__panel,
	.a94hs__dialog .a94us--mobile-full .a94us__panel { max-height: calc(100dvh - 250px) !important; }
}
