.auth-shell {
	position: relative;
	min-height: 100vh;
	background:
		linear-gradient(135deg, rgba(17, 24, 39, 0.72), rgba(31, 42, 68, 0.56)),
		url('/img/photos/unsplash-1.jpg') center center / cover no-repeat;
	overflow: hidden;
}

.auth-page-overlay {
	position: absolute;
	inset: 0;
	background: rgba(243, 245, 249, 0.12);
	pointer-events: none;
}

.auth-visual {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	background: #1f2a44;
}

.auth-visual-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.auth-visual-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(17, 24, 39, 0.82), rgba(31, 42, 68, 0.70));
}

.auth-visual-content {
	position: relative;
	z-index: 2;
	height: 100%;
	padding: 2.5rem;
	display: flex;
	flex-direction: column;
}

.auth-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.1rem;
}

.auth-brand img {
	height: 60px;
	width: auto;
	display: block;
}

.auth-visual-main {
	flex: 1;
	display: flex;
	align-items: flex-start;
	padding-top: 6rem;
}

.auth-hero-card {
	position: relative;
	overflow: hidden;
	max-width: 770px;
	background: linear-gradient(180deg, rgba(19, 28, 46, 0.42), rgba(19, 28, 46, 0.30));
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: 1.6rem;
	padding: 1.75rem 1.75rem 1.6rem;
	color: #fff;
	box-shadow:
		0 1.2rem 2.8rem rgba(0, 0, 0, 0.16),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.auth-hero-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: radial-gradient(circle at top left,
			rgba(255, 255, 255, 0.10) 0%,
			rgba(255, 255, 255, 0.03) 22%,
			rgba(255, 255, 255, 0) 52%);
	pointer-events: none;
}

.auth-hero-badge {
	display: inline-block;
	padding: 0.35rem 0.8rem;
	border-radius: 999px;
	background: rgba(59, 130, 246, 0.20);
	color: #dbeafe;
	font-size: 0.85rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.auth-hero-title {
	font-size: clamp(2.2rem, 2.6vw, 3.25rem);
	line-height: 1.06;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 1rem;
	color: rgba(255, 255, 255, 0.84);
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
}

.auth-hero-text {
	font-size: 1.03rem;
	line-height: 1.68;
	color: rgba(255, 255, 255, 0.88);
	margin-bottom: 0;
}

.auth-hero-list {
	list-style: none;
	padding: 0;
	margin: 1.5rem 0 0 0;
}

.auth-hero-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	margin-bottom: 0.95rem;
	color: rgba(255, 255, 255, 0.86);
	line-height: 1.58;
}

.auth-hero-list li:last-child {
	margin-bottom: 0;
}

.auth-hero-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #22c55e;
	flex: 0 0 10px;
	margin-top: 0.45rem;
}

.auth-visual-footer {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.92rem;
	padding-top: 1rem;
}

.auth-panel-wrap {
	position: relative;
	z-index: 2;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2.5rem 3rem;
}

.auth-panel {
	width: 100%;
	max-width: 560px;
}

.auth-panel-card {
	border: 0;
	border-radius: 1.75rem;
	box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.18);
}

.auth-logo-inline {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	text-decoration: none;
	color: inherit;
	font-weight: 700;
}

.auth-logo-inline img {
	height: 60px;
	width: auto;
	display: block;
}

.auth-divider {
	display: flex;
	align-items: center;
	gap: 1rem;
	color: #94a3b8;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.auth-divider::before,
.auth-divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #e2e8f0;
}

.auth-footer-status {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.92rem;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.18);
}

#kuma-status {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	color: #64748b;
}

#kuma-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background: gray;
}

@media (max-width: 1399.98px) {
	.auth-panel-wrap {
		padding: 2rem;
	}

	.auth-panel {
		max-width: 520px;
	}
}

@media (max-width: 1199.98px) {
	.auth-panel-wrap {
		min-height: 100vh;
		padding: 2rem 1.25rem;
	}

	.auth-panel {
		max-width: 540px;
	}
}
