:root {
	--catuc-auth-blue: #438cca;
	--catuc-auth-blue-hover: #327dbd;
	--catuc-auth-blue-dark: #0c4f84;
	--catuc-auth-navy: #10213a;
	--catuc-auth-gold: #f2d211;
	--catuc-auth-ink: #17243a;
	--catuc-auth-muted: #637086;
	--catuc-auth-line: #d7e0ea;
	--catuc-auth-line-strong: #b8c7d6;
	--catuc-auth-surface: #ffffff;
	--catuc-auth-canvas: #f3f7fb;
	--catuc-auth-soft-blue: #eef6fc;
	--catuc-auth-danger: #b42318;
}

body:has(.catuc-auth) {
	background: var(--catuc-auth-canvas);
	color: var(--catuc-auth-ink);
	font-family: Inter, "Segoe UI", sans-serif;
	min-width: 320px;
	overflow-x: hidden;
}

body:has(.catuc-auth) .page-content-wrapper,
body:has(.catuc-auth) .page_content,
body:has(.catuc-auth) main.container {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

body:has(.catuc-auth) .page-header-wrapper,
body:has(.catuc-auth) .page-breadcrumbs,
body:has(.catuc-auth) .page-footer,
body:has(.catuc-auth) > footer {
	display: none;
}

.catuc-auth {
	display: grid;
	grid-template-columns: minmax(530px, 51.5%) minmax(490px, 48.5%);
	min-height: 100vh;
	min-height: 100svh;
	width: 100%;
}

.catuc-auth__story {
	background-color: #07518b;
	background-image:
		radial-gradient(circle at 16% 8%, rgba(113, 186, 236, 0.42), transparent 34%),
		linear-gradient(180deg, rgba(4, 79, 139, 0.91) 0%, rgba(4, 79, 139, 0.92) 45%, rgba(3, 40, 72, 0.97) 100%),
		var(--catuc-campus-image);
	background-position: center, center, center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto auto;
	isolation: isolate;
	min-height: 100%;
	padding: clamp(30px, 3.2vw, 50px) clamp(38px, 4.8vw, 72px) 0;
	position: relative;
}

.catuc-auth__story::after {
	background: linear-gradient(90deg, var(--catuc-auth-gold), rgba(242, 210, 17, 0.36));
	bottom: 74px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
}

.catuc-auth__brand {
	align-items: center;
	display: flex;
	gap: 18px;
	position: relative;
	z-index: 1;
}

.catuc-auth__brand img {
	filter: drop-shadow(0 4px 8px rgba(0, 22, 43, 0.2));
	height: clamp(58px, 5.2vw, 76px);
	object-fit: contain;
	width: clamp(58px, 5.2vw, 76px);
}

.catuc-auth__brand div {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.catuc-auth__brand strong {
	color: #fff;
	display: block;
	font-family: Inter, "Segoe UI", sans-serif;
	font-size: clamp(1.15rem, 1.7vw, 1.55rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.08;
	width: 100%;
}

.catuc-auth__brand span {
	color: var(--catuc-auth-gold);
	font-size: 0.73rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.catuc-auth__story-content {
	align-self: center;
	max-width: 640px;
	padding: clamp(28px, 4.5vh, 60px) 0 20px;
	position: relative;
	z-index: 1;
}

.catuc-auth__accent {
	background: rgba(255, 255, 255, 0.82);
	border-radius: 999px;
	display: block;
	height: 4px;
	margin-bottom: 22px;
	overflow: hidden;
	width: 78px;
}

.catuc-auth__accent i {
	background: var(--catuc-auth-gold);
	display: block;
	height: 100%;
	width: 54%;
}

.catuc-auth__story h1 {
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.35rem, 3.55vw, 3.75rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.04;
	margin: 0;
	max-width: 620px;
}

.catuc-auth__story h1 mark {
	background: transparent;
	color: var(--catuc-auth-gold);
	padding: 0;
}

.catuc-auth__story-content > p {
	color: rgba(255, 255, 255, 0.89);
	font-size: clamp(0.93rem, 1.2vw, 1.05rem);
	line-height: 1.65;
	margin: 22px 0 0;
	max-width: 580px;
}

.catuc-auth__services {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 28px 0 0;
	max-width: 590px;
	padding: 0;
}

.catuc-auth__services li {
	align-items: center;
	backdrop-filter: blur(8px);
	background: rgba(255, 255, 255, 0.11);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 10px;
	display: flex;
	gap: 10px;
	min-height: 52px;
	padding: 10px 13px;
}

.catuc-auth__services svg {
	fill: none;
	flex: 0 0 22px;
	height: 22px;
	stroke: var(--catuc-auth-gold);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 22px;
}

.catuc-auth__services span {
	color: #fff;
	font-size: 0.78rem;
	font-weight: 500;
	line-height: 1.25;
}

.catuc-auth__trust {
	align-items: center;
	display: flex;
	gap: 13px;
	padding: 8px 0 14px;
	position: relative;
	z-index: 1;
}

.catuc-auth__trust > svg {
	fill: none;
	flex: 0 0 28px;
	height: 28px;
	stroke: var(--catuc-auth-gold);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 28px;
}

.catuc-auth__trust div {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.catuc-auth__trust strong {
	color: #fff;
	font-size: 0.8rem;
	font-weight: 600;
}

.catuc-auth__trust span {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.72rem;
}

.catuc-auth__story-footer {
	align-items: center;
	background: rgba(3, 27, 48, 0.64);
	display: flex;
	justify-content: space-between;
	margin: 0 clamp(-72px, -4.8vw, -38px);
	min-height: 74px;
	padding: 14px clamp(38px, 4.8vw, 72px);
	position: relative;
	z-index: 1;
}

.catuc-auth__story-footer p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.65rem;
	line-height: 1.5;
	margin: 0;
}

.catuc-auth__story-footer div {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 18px;
	justify-content: flex-end;
	max-width: 290px;
}

.catuc-auth .catuc-auth__story-footer a {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.7rem;
	font-weight: 500;
	text-decoration: none;
}

.catuc-auth .catuc-auth__story-footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.catuc-auth__workspace {
	background:
		radial-gradient(circle at 78% 11%, rgba(67, 140, 202, 0.11), transparent 24%),
		var(--catuc-auth-canvas);
	display: grid;
	gap: clamp(20px, 3.2vh, 34px);
	grid-template-rows: minmax(0, 1fr) auto;
	min-width: 0;
	overflow: hidden;
	padding: clamp(34px, 4.4vw, 66px) clamp(30px, 5.2vw, 78px) clamp(26px, 3.4vw, 48px);
	position: relative;
}

.catuc-auth__workspace::before {
	background-image: radial-gradient(circle, rgba(67, 140, 202, 0.32) 1px, transparent 1.5px);
	background-size: 13px 13px;
	content: "";
	height: 116px;
	opacity: 0.45;
	pointer-events: none;
	position: absolute;
	right: -20px;
	top: 88px;
	width: 150px;
}

.catuc-auth__forms {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 0;
	position: relative;
	z-index: 1;
}

.catuc-auth__stack {
	max-width: 540px;
	width: 100%;
}

.catuc-auth__native > div {
	width: 100%;
}

.catuc-auth .catuc-auth__native section {
	margin: 0 auto;
	max-width: 540px;
	padding: 0;
	width: 100%;
}

.catuc-auth .catuc-auth__native .login-content.page-card {
	background: var(--catuc-auth-surface);
	border: 1px solid rgba(184, 199, 214, 0.72);
	border-radius: 18px;
	box-shadow: 0 22px 60px rgba(31, 62, 91, 0.12), 0 3px 12px rgba(31, 62, 91, 0.05);
	display: block;
	max-width: none;
	min-height: 0;
	padding: clamp(36px, 4.2vw, 52px);
	width: 100%;
}

.catuc-auth .catuc-auth__native .page-card-head {
	align-items: flex-start;
	margin-bottom: 30px;
	text-align: left;
}

.catuc-auth .catuc-auth__native .page-card-head .app-logo {
	display: none;
}

.catuc-auth .catuc-auth__native .page-card-head h4 {
	color: var(--catuc-auth-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.95rem, 2.6vw, 2.45rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.15;
	margin: 0 0 9px;
}

.catuc-auth .catuc-auth__native .page-card-subtitle {
	color: var(--catuc-auth-muted);
	font-size: 0.93rem;
	line-height: 1.55;
	margin: 0;
	max-width: 390px;
}

.catuc-auth .catuc-auth__native .page-card-body,
.catuc-auth .catuc-auth__native .page-card-actions {
	display: block;
	padding: 0;
}

.catuc-auth .catuc-auth__native .login-content.page-card .form-group {
	margin-bottom: 20px;
}

.catuc-auth .catuc-auth__native .login-content.page-card .form-label {
	color: var(--catuc-auth-ink);
	font-size: 0.73rem;
	font-weight: 600;
	letter-spacing: 0.055em;
	line-height: 1.35;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.catuc-auth .catuc-auth__native .login-content.page-card .form-control {
	background: var(--catuc-auth-surface);
	border: 1px solid var(--catuc-auth-line-strong);
	border-radius: 8px;
	box-shadow: none;
	color: var(--catuc-auth-ink);
	font-size: 0.94rem;
	height: 50px;
	line-height: 1.4;
	padding: 10px 48px 10px 44px;
	transition: border-color 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}

.catuc-auth .catuc-auth__native .login-content.page-card .form-control::placeholder {
	color: #8a98aa;
	opacity: 1;
}

.catuc-auth .catuc-auth__native .login-content.page-card .form-control:hover {
	border-color: #8fa5b9;
}

.catuc-auth .catuc-auth__native .login-content.page-card .form-control:focus {
	background: #fff;
	border-color: var(--catuc-auth-blue);
	box-shadow: 0 0 0 3px rgba(67, 140, 202, 0.16);
}

.catuc-auth .catuc-auth__native .login-content.page-card .email-field,
.catuc-auth .catuc-auth__native .login-content.page-card .password-field {
	position: relative;
}

.catuc-auth .catuc-auth__native .login-content.page-card .field-icon {
	color: #61748a;
	height: 18px;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
}

.catuc-auth .catuc-auth__native .login-content.page-card .toggle-password {
	color: #61748a;
	cursor: pointer;
	height: 24px;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

.catuc-auth .catuc-auth__native .forgot-password-message {
	margin: 11px 0 0;
	text-align: right;
}

.catuc-auth a {
	color: var(--catuc-auth-blue-dark);
	font-weight: 500;
	text-decoration: none;
}

.catuc-auth a:hover {
	color: var(--catuc-auth-blue-hover);
	text-decoration: underline;
}

.catuc-auth a:focus-visible,
.catuc-auth button:focus-visible,
.catuc-auth .toggle-password:focus-visible {
	border-radius: 5px;
	outline: 3px solid rgba(67, 140, 202, 0.28);
	outline-offset: 3px;
}

.catuc-auth .catuc-auth__native .login-content.page-card .btn {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-size: 0.91rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0;
	min-height: 48px;
	padding: 11px 18px;
	transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.catuc-auth .catuc-auth__native section .login-content.page-card .page-card-actions [data-catuc-primary-action="true"],
.catuc-auth .catuc-auth__native .for-login .login-content.page-card .page-card-actions .btn-login[type="submit"],
.catuc-auth .catuc-auth__native .for-reset-password .login-content.page-card .page-card-actions #update {
	background: var(--catuc-auth-blue);
	border: 1px solid var(--catuc-auth-blue);
	box-shadow: 0 8px 18px rgba(67, 140, 202, 0.2);
	color: #fff;
	margin-top: 4px;
}

.catuc-auth .catuc-auth__native section .login-content.page-card .page-card-actions [data-catuc-primary-action="true"]:hover,
.catuc-auth .catuc-auth__native .for-login .login-content.page-card .page-card-actions .btn-login[type="submit"]:hover,
.catuc-auth .catuc-auth__native .for-reset-password .login-content.page-card .page-card-actions #update:hover {
	background: var(--catuc-auth-blue-hover);
	border-color: var(--catuc-auth-blue-hover);
	box-shadow: 0 10px 22px rgba(67, 140, 202, 0.26);
	color: #fff;
	transform: translateY(-1px);
}

.catuc-auth .catuc-auth__native section .login-content.page-card .page-card-actions [data-catuc-primary-action="true"]:disabled,
.catuc-auth .catuc-auth__native .for-reset-password .login-content.page-card .page-card-actions #update:disabled {
	background: #a7b8c8;
	border-color: #a7b8c8;
	box-shadow: none;
	color: #fff;
	cursor: not-allowed;
	transform: none;
}

.catuc-auth .catuc-auth__native .login-content.page-card .btn-default,
.catuc-auth .catuc-auth__native .login-content.page-card .btn-login-option {
	background: #fff;
	border: 1px solid var(--catuc-auth-line-strong);
	color: var(--catuc-auth-ink);
	margin-top: 0;
}

.catuc-auth .catuc-auth__native .login-content.page-card .btn-default:hover,
.catuc-auth .catuc-auth__native .login-content.page-card .btn-login-option:hover {
	background: var(--catuc-auth-soft-blue);
	border-color: var(--catuc-auth-blue);
	color: var(--catuc-auth-blue-dark);
	text-decoration: none;
}

.catuc-auth__divider {
	align-items: center;
	color: var(--catuc-auth-muted);
	display: grid;
	font-size: 0.75rem;
	gap: 12px;
	grid-template-columns: 1fr auto 1fr;
	margin: 19px 0;
}

.catuc-auth__divider::before,
.catuc-auth__divider::after {
	background: var(--catuc-auth-line);
	content: "";
	height: 1px;
}

.catuc-auth .login-error-banner,
.catuc-auth .login-success-banner {
	border: 1px solid #f0c8c3;
	border-left: 4px solid var(--catuc-auth-danger);
	border-radius: 7px;
	margin-bottom: 20px;
	padding: 12px 14px;
}

.catuc-auth .login-success-banner {
	background: #edf8f1;
	border-color: #b8dfc7;
	border-left-color: #228b4e;
}

.catuc-auth .sign-up-message,
.catuc-auth .resend-link {
	color: var(--catuc-auth-muted);
	font-size: 0.81rem;
	margin-top: 22px;
}

.catuc-auth .social-logins {
	border-top: 1px solid var(--catuc-auth-line);
	margin-top: 20px;
	padding-top: 14px;
}

.catuc-auth .password-hint,
.catuc-auth .password-strength-message,
.catuc-auth .password-mismatch-message,
.catuc-auth .field-error {
	font-size: 0.75rem;
	line-height: 1.45;
}

.catuc-auth__legal {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 11px;
	justify-content: center;
	margin: 21px auto 0;
	padding: 0 14px;
}

.catuc-auth__legal a,
.catuc-auth__legal button,
.catuc-auth__legal span {
	color: var(--catuc-auth-muted);
	font-size: 0.72rem;
	font-weight: 500;
}

.catuc-auth__legal button {
	background: transparent;
	border: 0;
	padding: 0;
}

.catuc-auth__legal a:hover,
.catuc-auth__legal button:hover {
	color: var(--catuc-auth-blue-dark);
	text-decoration: underline;
}

.catuc-auth__help {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(184, 199, 214, 0.72);
	border-radius: 12px;
	display: grid;
	gap: 13px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	margin: 0 auto;
	max-width: 540px;
	padding: 14px 16px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.catuc-auth__help-icon {
	align-items: center;
	background: var(--catuc-auth-soft-blue);
	border: 1px solid #cde3f5;
	border-radius: 50%;
	color: var(--catuc-auth-blue-dark);
	display: inline-flex;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.9rem;
	font-weight: 600;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.catuc-auth__help div {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.catuc-auth__help strong {
	color: var(--catuc-auth-blue-dark);
	font-size: 0.8rem;
	font-weight: 600;
}

.catuc-auth__help div span {
	color: var(--catuc-auth-muted);
	font-size: 0.7rem;
	line-height: 1.35;
}

.catuc-auth__help > a,
.catuc-auth__help > button {
	align-items: center;
	background: transparent;
	border: 1px solid var(--catuc-auth-line-strong);
	border-radius: 7px;
	color: var(--catuc-auth-blue-dark);
	display: inline-flex;
	font-size: 0.73rem;
	font-weight: 500;
	gap: 8px;
	min-height: 36px;
	padding: 8px 12px;
	white-space: nowrap;
}

.catuc-auth__help > a:hover,
.catuc-auth__help > button:hover {
	background: var(--catuc-auth-soft-blue);
	border-color: var(--catuc-auth-blue);
	color: var(--catuc-auth-blue-hover);
	text-decoration: none;
}

.catuc-support-dialog {
	background: transparent;
	border: 0;
	color: var(--catuc-auth-ink);
	max-height: 100vh;
	max-width: 100vw;
	padding: 18px;
	width: 594px;
}

.catuc-support-dialog::backdrop {
	background: rgba(16, 33, 58, 0.48);
	backdrop-filter: blur(3px);
}

.catuc-support-dialog__panel {
	background: var(--catuc-auth-surface);
	border: 1px solid var(--catuc-auth-line);
	border-radius: 18px;
	box-shadow: 0 24px 72px rgba(16, 33, 58, 0.24);
	padding: 42px 36px 36px;
}

.catuc-support-dialog__header {
	align-items: flex-start;
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.catuc-support-dialog__header p {
	color: var(--catuc-auth-muted);
	font-size: 0.78rem;
	font-weight: 500;
	margin: 0 0 10px;
}

.catuc-support-dialog__header h2 {
	color: #171717;
	font-family: Inter, "Segoe UI", sans-serif;
	font-size: 1.85rem;
	font-weight: 500;
	line-height: 1.12;
	margin: 0;
}

.catuc-support-dialog__close {
	align-items: center;
	background: #fff;
	border: 1px solid var(--catuc-auth-line);
	border-radius: 50%;
	color: var(--catuc-auth-muted);
	display: inline-flex;
	flex: 0 0 42px;
	height: 42px;
	justify-content: center;
	padding: 0;
	width: 42px;
}

.catuc-support-dialog__close:hover {
	background: var(--catuc-auth-soft-blue);
	color: var(--catuc-auth-blue-dark);
}

.catuc-support-dialog__close svg,
.catuc-support-action svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.catuc-support-dialog__close svg {
	height: 20px;
	width: 20px;
}

.catuc-support-contact {
	border-top: 1px solid var(--catuc-auth-line);
	margin: 26px 0 24px;
}

.catuc-support-contact div {
	border-bottom: 1px solid var(--catuc-auth-line);
	display: grid;
	gap: 18px;
	grid-template-columns: 165px minmax(0, 1fr);
	padding: 11px 0;
}

.catuc-support-contact dt,
.catuc-support-contact dd {
	font-size: 0.84rem;
	line-height: 1.45;
	margin: 0;
}

.catuc-support-contact dt {
	color: var(--catuc-auth-muted);
	font-weight: 400;
}

.catuc-support-contact dd {
	color: var(--catuc-auth-ink);
	font-weight: 500;
}

.catuc-support-contact a {
	color: var(--catuc-auth-blue);
}

.catuc-support-actions {
	display: grid;
	gap: 10px;
}

.catuc-support-action {
	align-items: center;
	border: 1px solid var(--catuc-auth-line);
	border-radius: 9px;
	color: var(--catuc-auth-ink);
	display: flex;
	font-size: 0.86rem;
	font-weight: 500;
	gap: 12px;
	justify-content: center;
	min-height: 50px;
	padding: 11px 16px;
}

.catuc-support-action:hover {
	background: var(--catuc-auth-soft-blue);
	border-color: var(--catuc-auth-blue);
	color: var(--catuc-auth-blue-dark);
	text-decoration: none;
}

.catuc-support-action.is-primary {
	background: var(--catuc-auth-blue);
	border-color: var(--catuc-auth-blue);
	color: #fff;
}

.catuc-support-action.is-primary:hover {
	background: var(--catuc-auth-blue-hover);
	color: #fff;
}

.catuc-support-action svg {
	height: 19px;
	width: 19px;
}

.catuc-support-guidance {
	background: #f0f2f5;
	border-radius: 10px;
	color: var(--catuc-auth-muted);
	font-size: 0.78rem;
	line-height: 1.55;
	margin: 20px 0 0;
	padding: 15px 16px;
}

@media (max-height: 800px) and (min-width: 1101px) {
	.catuc-auth__story {
		padding-top: 28px;
	}

	.catuc-auth__brand img {
		height: 54px;
		width: 54px;
	}

	.catuc-auth__story-content {
		padding: 28px 0 18px;
	}

	.catuc-auth__accent {
		margin-bottom: 15px;
	}

	.catuc-auth__story h1 {
		font-size: clamp(2.2rem, 3.2vw, 3.2rem);
	}

	.catuc-auth__story-content > p {
		line-height: 1.5;
		margin-top: 14px;
	}

	.catuc-auth__services {
		margin-top: 18px;
	}

	.catuc-auth__services li {
		min-height: 44px;
		padding: 8px 10px;
	}

	.catuc-auth__trust {
		padding-bottom: 14px;
	}

	.catuc-auth__workspace {
		padding-bottom: 24px;
		padding-top: 24px;
	}

	.catuc-auth .catuc-auth__native .login-content.page-card {
		padding-bottom: 34px;
		padding-top: 34px;
	}
}

@media (max-height: 780px) and (min-width: 1101px) {
	.catuc-auth__services,
	.catuc-auth__trust {
		display: none;
	}
}

@media (max-width: 1100px) {
	.catuc-auth {
		display: flex;
		flex-direction: column;
	}

	.catuc-auth__story {
		background-position: center, center, center 43%;
		display: block;
		min-height: 224px;
		padding: 24px clamp(22px, 6vw, 52px) 28px;
	}

	.catuc-auth__story::after {
		bottom: 0;
		height: 3px;
	}

	.catuc-auth__brand {
		gap: 12px;
	}

	.catuc-auth__brand img {
		height: 48px;
		width: 48px;
	}

	.catuc-auth__brand strong {
		font-size: 1rem;
	}

	.catuc-auth__brand span {
		font-size: 0.62rem;
	}

	.catuc-auth__story-content {
		max-width: 560px;
		padding: 24px 0 0;
	}

	.catuc-auth__accent {
		display: none;
	}

	.catuc-auth__story h1 {
		font-size: clamp(1.72rem, 6.7vw, 2.4rem);
		line-height: 1.08;
		max-width: 520px;
	}

	.catuc-auth__story-content > p,
	.catuc-auth__services,
	.catuc-auth__trust,
	.catuc-auth__story-footer {
		display: none;
	}

	.catuc-auth__workspace {
		gap: 24px;
		overflow: visible;
		padding: 30px clamp(18px, 5vw, 40px) 28px;
	}

	.catuc-auth__workspace::before {
		display: none;
	}

	.catuc-auth__forms {
		align-items: flex-start;
	}

	.catuc-auth__stack,
	.catuc-auth__help {
		max-width: 580px;
	}
}

@media (max-width: 520px) {
	.catuc-auth__story {
		min-height: 196px;
		padding: 20px 20px 24px;
	}

	.catuc-auth__brand img {
		height: 42px;
		width: 42px;
	}

	.catuc-auth__brand strong {
		font-size: 0.91rem;
	}

	.catuc-auth__brand span {
		font-size: 0.57rem;
		letter-spacing: 0.12em;
	}

	.catuc-auth__story-content {
		padding-top: 20px;
	}

	.catuc-auth__story h1 {
		font-size: clamp(1.62rem, 7.8vw, 2rem);
	}

	.catuc-auth__workspace {
		background: #f5f8fb;
		padding: 18px 14px 24px;
	}

	.catuc-auth .catuc-auth__native .login-content.page-card {
		border-radius: 14px;
		box-shadow: 0 10px 28px rgba(31, 62, 91, 0.08);
		padding: 29px 22px 27px;
	}

	.catuc-auth .catuc-auth__native .page-card-head {
		margin-bottom: 25px;
	}

	.catuc-auth .catuc-auth__native .page-card-head h4 {
		font-size: 1.78rem;
	}

	.catuc-auth .catuc-auth__native .page-card-subtitle {
		font-size: 0.86rem;
	}

	.catuc-auth .catuc-auth__native .login-content.page-card .form-control {
		height: 48px;
	}

	.catuc-auth__legal {
		gap: 5px 8px;
		margin-top: 18px;
	}

	.catuc-auth__legal a,
	.catuc-auth__legal button,
	.catuc-auth__legal span {
		font-size: 0.68rem;
	}

	.catuc-auth__help {
		gap: 10px;
		grid-template-columns: auto minmax(0, 1fr);
		padding: 13px 14px;
	}

	.catuc-auth__help > a,
	.catuc-auth__help > button {
		grid-column: 1 / -1;
		justify-content: center;
		width: 100%;
	}

	.catuc-support-dialog {
		padding: 10px;
	}

	.catuc-support-dialog__panel {
		border-radius: 14px;
		padding: 28px 22px 22px;
	}

	.catuc-support-dialog__header h2 {
		font-size: 1.55rem;
	}

	.catuc-support-contact div {
		gap: 4px;
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.catuc-auth .btn,
	.catuc-auth .form-control {
		transition: none;
	}
}
