.tcts-auth-shell {
	max-width: 980px;
	margin: 42px auto;
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
	background: #fff;
	border: 1px solid var(--tcts-line);
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 24px 65px rgba(15, 23, 42, .13);
	font-family: Inter, system-ui, sans-serif;
}

.tcts-auth-side {
	padding: 52px 44px;
	background: radial-gradient(circle at 90% 10%, rgba(99, 102, 241, .8), transparent 35%), linear-gradient(145deg, #111936, #2447dc);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tcts-auth-side h2 { color: #fff; font-size: 32px; line-height: 1.16; margin: 10px 0 14px; }
.tcts-auth-side p { line-height: 1.65; opacity: .84; }
.tcts-auth-side ul { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 12px; }
.tcts-auth-side li::before { content: "✓"; display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 9px; border-radius: 50%; background: rgba(255, 255, 255, .17); font-weight: 900; }
.tcts-auth-card { padding: 44px; background: #fff; color: var(--tcts-ink); font-family: Inter, system-ui, sans-serif; }
.tcts-auth-card h1 { font-size: 29px; line-height: 1.2; margin: 0 0 7px; color: var(--tcts-ink); }
.tcts-auth-subtitle { margin: 0 0 25px; color: var(--tcts-muted); }
.tcts-auth-form { display: grid; gap: 17px; }
.tcts-auth-form > label { font-weight: 750; color: #27344c; }
.tcts-auth-form input[type="text"],
.tcts-auth-form input[type="tel"],
.tcts-auth-form input[type="password"] { box-sizing: border-box; width: 100%; min-height: 49px; margin-top: 7px; padding: 11px 13px; border: 1px solid #cbd5e1; border-radius: 10px; background: #fff; color: var(--tcts-ink); font: inherit; outline: none; }
.tcts-auth-form input:focus { border-color: #617df4; box-shadow: 0 0 0 4px rgba(36, 71, 220, .1); }
.tcts-input-wrap, .tcts-password-wrap { position: relative; }
.tcts-input-wrap > span { position: absolute; left: 13px; top: 22px; color: #475569; font-weight: 700; }
.tcts-auth-form .tcts-input-wrap input { padding-left: 48px; }
.tcts-password-toggle { position: absolute; right: 8px; top: 15px; border: 0; border-radius: 7px; padding: 8px; background: #eef2ff; color: var(--tcts-blue); font-weight: 750; cursor: pointer; }
.tcts-auth-form .tcts-password-wrap input { padding-right: 70px; }
.tcts-checkline { display: flex; gap: 8px; align-items: center; font-size: 14px; font-weight: 500 !important; }
.tcts-checkline input { margin: 0; }
.tcts-password-help { font-size: 12px; color: var(--tcts-muted); margin: -9px 0 0; }
.tcts-auth-submit { width: 100%; min-height: 48px; }
.tcts-auth-switch { text-align: center; margin-top: 22px; color: var(--tcts-muted); }
.tcts-auth-switch a { color: var(--tcts-blue); font-weight: 800; }
.tcts-auth-notice { max-width: 980px; margin: 28px auto -24px; padding: 13px 16px; border: 1px solid #fecaca; border-radius: 11px; background: #fef2f2; color: #991b1b; font-weight: 700; }
.tcts-honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.tcts-auth-success { max-width: 520px; margin: 45px auto; text-align: center; border: 1px solid var(--tcts-line); border-radius: 20px; box-shadow: 0 18px 45px rgba(15, 23, 42, .1); }
.tcts-auth-icon { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 15px; border-radius: 50%; background: #dcfce7; color: #15803d; font-size: 27px; font-weight: 900; }
.tcts-dashboard-actions { display: flex; gap: 9px; flex-wrap: wrap; }
.tcts-profile-strip { display: flex; align-items: center; gap: 13px; margin: -9px 0 28px; padding: 15px 18px; border: 1px solid var(--tcts-line); border-radius: 14px; background: #fff; box-shadow: 0 7px 22px rgba(15, 23, 42, .05); }
.tcts-profile-avatar { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: linear-gradient(135deg, #dbeafe, #c7d2fe); color: #1e40af; font-size: 20px; font-weight: 900; }
.tcts-profile-strip div { display: grid; flex: 1; }
.tcts-profile-strip strong { color: var(--tcts-ink); }
.tcts-profile-strip small { color: var(--tcts-muted); }
.tcts-account-active { padding: 6px 10px; border-radius: 999px; background: #dcfce7; color: #166534; font-size: 12px; font-weight: 800; }

@media (max-width: 760px) {
	.tcts-auth-shell { grid-template-columns: 1fr; margin: 22px 8px; border-radius: 16px; }
	.tcts-auth-side { padding: 29px 24px; }
	.tcts-auth-side h2 { font-size: 25px; }
	.tcts-auth-side ul { display: none; }
	.tcts-auth-card { padding: 28px 22px; }
	.tcts-auth-notice { margin: 18px 8px -8px; }
	.tcts-dashboard-actions { width: 100%; }
	.tcts-profile-strip { align-items: flex-start; }
	.tcts-account-active { margin-left: auto; }
}
