.taskivoza-account-page {
	background: #f4f7fc;
}

.taskivoza-account-page .site-header {
	background: rgba(255, 255, 255, .94);
	border-bottom: 1px solid #e2e8f4;
	box-shadow: 0 10px 35px rgba(24, 53, 108, .06);
}

.tvz-auth-main {
	min-height: calc(100vh - 78px);
	padding: 54px 24px 72px;
	background:
		radial-gradient(circle at 8% 20%, rgba(33, 101, 238, .10), transparent 26%),
		radial-gradient(circle at 92% 80%, rgba(22, 191, 145, .08), transparent 25%),
		#f4f7fc;
}

.tvz-auth-shell {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
	width: min(1120px, 100%);
	min-height: 690px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #dfe7f3;
	border-radius: 28px;
	box-shadow: 0 28px 80px rgba(27, 57, 112, .14);
	overflow: hidden;
}

.tvz-auth-showcase {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 42px 46px;
	color: #fff;
	background:
		linear-gradient(145deg, rgba(255,255,255,.08), transparent 42%),
		linear-gradient(155deg, #153f9a 0%, #1f63ea 64%, #1d73f3 100%);
	overflow: hidden;
}

.tvz-auth-showcase::before,
.tvz-auth-showcase::after {
	position: absolute;
	content: "";
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 50%;
	pointer-events: none;
}

.tvz-auth-showcase::before {
	width: 440px;
	height: 440px;
	right: -250px;
	top: -165px;
	box-shadow: 0 0 0 42px rgba(255,255,255,.035), 0 0 0 90px rgba(255,255,255,.025);
}

.tvz-auth-showcase::after {
	width: 260px;
	height: 260px;
	left: -160px;
	bottom: -120px;
	box-shadow: 0 0 0 34px rgba(255,255,255,.035);
}

.tvz-auth-brand {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	width: max-content;
	color: #fff;
	text-decoration: none;
}

.tvz-auth-brand > span {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255,255,255,.23);
	border-radius: 14px;
	background: rgba(255,255,255,.12);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
}

.tvz-auth-brand svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tvz-auth-brand div {
	display: grid;
	gap: 2px;
}

.tvz-auth-brand strong {
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: -.02em;
}

.tvz-auth-brand small {
	font-size: 11px;
	color: rgba(255,255,255,.72);
}

.tvz-auth-showcase-copy {
	position: relative;
	z-index: 1;
	margin: auto 0;
	padding: 54px 0;
}

.tvz-auth-eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 11px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: #1c5ed8;
	background: #edf4ff;
}

.tvz-auth-showcase .tvz-auth-eyebrow {
	color: #fff;
	background: rgba(255,255,255,.13);
	border: 1px solid rgba(255,255,255,.13);
}

.tvz-auth-showcase-copy h1 {
	max-width: 460px;
	margin: 20px 0 18px;
	font-size: clamp(34px, 4vw, 50px);
	line-height: 1.08;
	letter-spacing: -.045em;
	color: #fff;
}

.tvz-auth-showcase-copy > p {
	max-width: 460px;
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
	color: rgba(255,255,255,.78);
}

.tvz-auth-showcase-copy ul {
	display: grid;
	gap: 13px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.tvz-auth-showcase-copy li {
	display: flex;
	align-items: center;
	gap: 11px;
	font-size: 13px;
	font-weight: 650;
	color: rgba(255,255,255,.93);
}

.tvz-auth-showcase-copy li svg {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	padding: 4px;
	border-radius: 50%;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	background: rgba(255,255,255,.14);
}

.tvz-auth-trust {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 16px;
	background: rgba(8, 35, 96, .22);
	backdrop-filter: blur(8px);
}

.tvz-auth-trust > span {
	display: grid;
	place-items: center;
	flex: 0 0 36px;
	height: 36px;
	border-radius: 11px;
	background: rgba(255,255,255,.12);
}

.tvz-auth-trust svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.tvz-auth-trust div {
	display: grid;
	gap: 3px;
}

.tvz-auth-trust strong {
	font-size: 12px;
	color: #fff;
}

.tvz-auth-trust small {
	font-size: 10px;
	line-height: 1.45;
	color: rgba(255,255,255,.66);
}

.tvz-auth-panel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 54px 62px;
	background: #fff;
}

.tvz-auth-panel-head {
	margin-bottom: 25px;
}

.tvz-auth-panel-head h2,
.tvz-account-card h2 {
	margin: 15px 0 8px;
	font-size: clamp(28px, 3vw, 38px);
	line-height: 1.12;
	letter-spacing: -.04em;
	color: #14213d;
}

.tvz-auth-panel-head p {
	margin: 0;
	font-size: 13px;
	line-height: 1.65;
	color: #70809f;
}

.tvz-auth-tabs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px;
	padding: 5px;
	margin-bottom: 24px;
	border: 1px solid #e1e8f4;
	border-radius: 13px;
	background: #f5f8fc;
}

.tvz-auth-tabs button {
	min-height: 42px;
	padding: 0 18px;
	border: 0;
	border-radius: 9px;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	color: #7583a0;
	background: transparent;
	cursor: pointer;
	transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}

.tvz-auth-tabs button.is-active {
	color: #1759cf;
	background: #fff;
	box-shadow: 0 5px 16px rgba(26, 73, 153, .10);
}

.tvz-auth-tabs button:focus-visible,
.tvz-auth-link:focus-visible,
.tvz-auth-back:focus-visible,
.tvz-auth-field button:focus-visible,
.tvz-auth-submit:focus-visible,
.tvz-account-logout:focus-visible {
	outline: 3px solid rgba(31, 99, 234, .24);
	outline-offset: 2px;
}

.tvz-auth-form-panel[hidden] {
	display: none !important;
}

.tvz-auth-form-panel form {
	display: grid;
	gap: 17px;
}

.tvz-auth-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.tvz-auth-field {
	position: relative;
	display: grid;
	gap: 7px;
	margin: 0;
}

.tvz-auth-field > span {
	font-size: 11px;
	font-weight: 800;
	color: #34425e;
}

.tvz-auth-field > span small {
	font-size: 9px;
	font-weight: 700;
	color: #8b98b0;
}

.tvz-auth-field > i {
	position: absolute;
	left: 14px;
	bottom: 13px;
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	color: #8190ab;
	pointer-events: none;
}

.tvz-auth-field svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tvz-auth-field input {
	width: 100%;
	height: 47px;
	padding: 0 44px 0 42px;
	border: 1px solid #dce4f0;
	border-radius: 11px;
	font: inherit;
	font-size: 13px;
	color: #182541;
	background: #fbfcfe;
	box-shadow: inset 0 1px 1px rgba(22, 46, 90, .02);
	transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.tvz-auth-field input::placeholder {
	color: #a3aec0;
}

.tvz-auth-field input:hover {
	border-color: #c5d2e6;
}

.tvz-auth-field input:focus {
	outline: 0;
	border-color: #2c6deb;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(44,109,235,.11);
}

.tvz-auth-field input[aria-invalid="true"] {
	border-color: #e05262;
	box-shadow: 0 0 0 4px rgba(224,82,98,.10);
}

.tvz-auth-field button {
	position: absolute;
	right: 9px;
	bottom: 8px;
	display: grid;
	place-items: center;
	width: 31px;
	height: 31px;
	padding: 0;
	border: 0;
	border-radius: 8px;
	color: #8090aa;
	background: transparent;
	cursor: pointer;
}

.tvz-auth-field button:hover {
	color: #1d63df;
	background: #edf4ff;
}

.tvz-auth-form-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.tvz-auth-check {
	display: inline-flex;
	align-items: flex-start;
	gap: 9px;
	font-size: 11px;
	line-height: 1.45;
	color: #697995;
	cursor: pointer;
}

.tvz-auth-check input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.tvz-auth-check > span {
	position: relative;
	flex: 0 0 17px;
	width: 17px;
	height: 17px;
	margin-top: -1px;
	border: 1px solid #cbd6e6;
	border-radius: 5px;
	background: #fff;
	transition: .18s ease;
}

.tvz-auth-check > span::after {
	position: absolute;
	left: 5px;
	top: 2px;
	width: 4px;
	height: 8px;
	content: "";
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg) scale(0);
	transition: transform .14s ease;
}

.tvz-auth-check input:checked + span {
	border-color: #2165e9;
	background: #2165e9;
}

.tvz-auth-check input:checked + span::after {
	transform: rotate(45deg) scale(1);
}

.tvz-auth-check input:focus-visible + span {
	box-shadow: 0 0 0 4px rgba(33,101,233,.13);
}

.tvz-auth-check b {
	font-weight: 600;
}

.tvz-auth-check a {
	font-weight: 800;
	color: #1d61dc;
	text-decoration: none;
}

.tvz-auth-link,
.tvz-auth-back {
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 11px;
	font-weight: 800;
	color: #1d61dc;
	background: transparent;
	cursor: pointer;
}

.tvz-auth-link:hover,
.tvz-auth-back:hover {
	text-decoration: underline;
}

.tvz-auth-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 49px;
	padding: 0 20px;
	border: 1px solid #1a5ee0;
	border-radius: 11px;
	font: inherit;
	font-size: 13px;
	font-weight: 850;
	color: #fff;
	text-decoration: none;
	background: linear-gradient(135deg, #256bf0, #1754ce);
	box-shadow: 0 12px 24px rgba(31, 99, 234, .22);
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.tvz-auth-submit:hover {
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 15px 29px rgba(31, 99, 234, .28);
}

.tvz-auth-submit:disabled {
	opacity: .65;
	cursor: wait;
	transform: none;
}

.tvz-auth-submit svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tvz-auth-back {
	justify-self: center;
	margin-top: 2px;
}

.tvz-auth-response,
.tvz-auth-notice {
	margin: 0 0 18px;
	padding: 12px 14px;
	border: 1px solid #f1c6cd;
	border-radius: 10px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.5;
	color: #a23345;
	background: #fff4f6;
}

.tvz-auth-response.is-success,
.tvz-auth-notice.is-success {
	border-color: #b8ead6;
	color: #08784f;
	background: #effcf7;
}

.tvz-password-strength {
	display: grid;
	gap: 7px;
	margin-top: -6px;
}

.tvz-password-strength > span {
	display: block;
	height: 4px;
	border-radius: 999px;
	background: #edf1f7;
	overflow: hidden;
}

.tvz-password-strength > span i {
	display: block;
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: #d95366;
	transition: width .2s ease, background .2s ease;
}

.tvz-password-strength[data-level="2"] > span i { background: #e49628; }
.tvz-password-strength[data-level="3"] > span i,
.tvz-password-strength[data-level="4"] > span i { background: #12a873; }

.tvz-password-strength small {
	font-size: 9px;
	line-height: 1.45;
	color: #8a97ad;
}

.tvz-auth-footnote {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin: 22px 0 0;
	font-size: 9px;
	line-height: 1.5;
	text-align: center;
	color: #95a1b5;
}

.tvz-auth-footnote svg {
	flex: 0 0 15px;
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

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

.tvz-account-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.tvz-account-avatar {
	display: grid;
	place-items: center;
	width: 82px;
	height: 82px;
	margin-bottom: 20px;
	border: 7px solid #edf4ff;
	border-radius: 50%;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: -.04em;
	color: #fff;
	background: linear-gradient(145deg, #3478f4, #174fc5);
	box-shadow: 0 12px 28px rgba(31, 99, 234, .25);
}

.tvz-account-email {
	margin: 0;
	font-size: 12px;
	color: #76849d;
}

.tvz-account-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 12px;
	width: 100%;
	margin: 30px 0 22px;
}

.tvz-account-stats article {
	display: grid;
	grid-template-columns: 36px 1fr;
	grid-template-rows: auto auto;
	column-gap: 10px;
	padding: 15px;
	border: 1px solid #e0e7f2;
	border-radius: 13px;
	text-align: left;
	background: #f9fbfe;
}

.tvz-account-stats article > span {
	grid-row: 1 / 3;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	color: #1f63e8;
	background: #eaf2ff;
}

.tvz-account-stats svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.tvz-account-stats small {
	font-size: 9px;
	font-weight: 750;
	color: #8693aa;
}

.tvz-account-stats strong {
	font-size: 13px;
	color: #1b2945;
}

.tvz-account-logout {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 15px;
	font-size: 11px;
	font-weight: 800;
	color: #64738e;
	text-decoration: none;
}

.tvz-account-logout:hover { color: #d04457; }
.tvz-account-logout svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

@media (max-width: 980px) {
	.tvz-auth-shell {
		grid-template-columns: minmax(0, .78fr) minmax(430px, 1.22fr);
	}
	.tvz-auth-showcase,
	.tvz-auth-panel {
		padding-left: 34px;
		padding-right: 34px;
	}
	.tvz-auth-showcase-copy h1 { font-size: 36px; }
}

@media (max-width: 800px) {
	.tvz-auth-main { padding: 24px 16px 46px; }
	.tvz-auth-shell {
		grid-template-columns: 1fr;
		min-height: 0;
		border-radius: 22px;
	}
	.tvz-auth-showcase {
		min-height: 310px;
		padding: 28px;
	}
	.tvz-auth-showcase-copy {
		padding: 42px 0 32px;
	}
	.tvz-auth-showcase-copy h1 {
		max-width: 560px;
		font-size: 34px;
	}
	.tvz-auth-showcase-copy > p { max-width: 560px; }
	.tvz-auth-showcase-copy ul { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.tvz-auth-showcase-copy li:last-child { grid-column: 1 / -1; }
	.tvz-auth-trust { display: none; }
	.tvz-auth-panel { padding: 42px 36px 48px; }
}

@media (max-width: 560px) {
	.tvz-auth-main { padding: 12px 10px 34px; }
	.tvz-auth-shell { border-radius: 18px; }
	.tvz-auth-showcase { min-height: 250px; padding: 24px 22px; }
	.tvz-auth-brand > span { width: 39px; height: 39px; }
	.tvz-auth-showcase-copy { padding: 35px 0 12px; }
	.tvz-auth-showcase-copy h1 { margin-top: 14px; font-size: 29px; }
	.tvz-auth-showcase-copy > p { font-size: 13px; }
	.tvz-auth-showcase-copy ul { display: none; }
	.tvz-auth-panel { padding: 32px 22px 38px; }
	.tvz-auth-panel-head h2,
	.tvz-account-card h2 { font-size: 29px; }
	.tvz-auth-field-grid { grid-template-columns: 1fr; }
	.tvz-auth-form-row { align-items: flex-start; }
	.tvz-auth-tabs { margin-bottom: 20px; }
	.tvz-account-stats { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	.tvz-auth-submit,
	.tvz-auth-tabs button,
	.tvz-auth-field input,
	.tvz-password-strength > span i {
		transition: none !important;
	}
}
