body.portal-auth {
	margin: 0;
	min-height: 100vh;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
.portal-auth-hero {
	min-height: 100vh;
	background: linear-gradient(135deg, rgba(26,43,76,.95) 0%, rgba(36,58,102,.92) 50%, rgba(26,43,76,.98) 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2rem 1rem;
}
.portal-auth-card {
	background: #fff;
	border-radius: 1rem;
	padding: 2rem;
	width: 100%;
	max-width: 420px;
	box-shadow: 0 20px 50px rgba(0,0,0,.25);
}
.portal-auth-features {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
	margin-top: 2rem;
	max-width: 700px;
	color: rgba(255,255,255,.9);
	font-size: .85rem;
	text-align: center;
}
.portal-auth-features i { font-size: 1.5rem; display: block; margin-bottom: .5rem; }
