/* ---- Tela de login (fiel ao design do protótipo original) ---- */
.dr-login-page {
	min-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #12172b;
	background: radial-gradient(circle at 30% 20%, #1b2440 0%, #0d1122 65%);
	padding: 40px 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.dr-login-card {
	width: 100%;
	max-width: 420px;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
	padding: 40px 36px 32px;
	box-sizing: border-box;
}

.dr-login-brand {
	text-align: center;
	margin-bottom: 20px;
}
.dr-login-brand h1 {
	margin: 0;
	font-size: 24px;
	font-weight: 800;
	color: #1e293b;
	letter-spacing: -0.02em;
}
.dr-login-brand p {
	margin: 4px 0 0;
	font-size: 13px;
	color: #94a3b8;
}

.dr-login-divider {
	height: 1px;
	background: #e2e8f0;
	margin: 0 0 24px;
}

.dr-login-sub {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 28px;
}
.dr-login-icon {
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: #1e293b;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dr-login-icon svg {
	width: 24px;
	height: 24px;
	color: #ffffff;
}
.dr-login-sub-title {
	font-size: 16px;
	font-weight: 700;
	color: #1e293b;
	line-height: 1.3;
}
.dr-login-sub-sub {
	font-size: 12.5px;
	color: #94a3b8;
}

.dr-login-error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #b91c1c;
	font-size: 13px;
	padding: 10px 14px;
	border-radius: 10px;
	margin-bottom: 16px;
}

.dr-login-success {
	background: #f0fdf4;
	border: 1px solid #bbf7d0;
	color: #166534;
	font-size: 13px;
	padding: 10px 14px;
	border-radius: 10px;
	margin-bottom: 8px;
}

.dr-login-form-title {
	font-size: 15px;
	font-weight: 700;
	color: #1e293b;
	margin: 0 0 6px;
}

.dr-login-help {
	font-size: 13px;
	color: #64748b;
	margin: 0 0 18px;
	line-height: 1.5;
}

.dr-login-linkline {
	text-align: center;
	margin: 16px 0 0;
	font-size: 13px;
}
.dr-login-linkline a {
	color: #475569;
	text-decoration: none;
	font-weight: 500;
}
.dr-login-linkline a:hover {
	color: #1e293b;
	text-decoration: underline;
}

.hidden {
	display: none !important;
}

#dr-loginform p,
#dr-lost-form p,
#dr-reset-form p {
	margin: 0 0 18px;
}
#dr-loginform label,
#dr-lost-form label,
#dr-reset-form label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #334155;
	margin-bottom: 6px;
}
#dr-loginform input[type="text"],
#dr-loginform input[type="password"],
#dr-lost-form input[type="text"],
#dr-reset-form input[type="password"] {
	width: 100%;
	box-sizing: border-box;
	padding: 11px 14px;
	font-size: 14px;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	background: #ffffff;
	color: #1e293b;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
#dr-loginform input[type="text"]:focus,
#dr-loginform input[type="password"]:focus,
#dr-lost-form input[type="text"]:focus,
#dr-reset-form input[type="password"]:focus {
	outline: none;
	border-color: #334155;
	box-shadow: 0 0 0 3px rgba(51, 65, 85, 0.15);
}
#dr-loginform .login-remember {
	display: none;
}
#dr-loginform .login-submit,
#dr-lost-form .login-submit,
#dr-reset-form .login-submit {
	margin-top: 4px;
	margin-bottom: 0;
}
#dr-wp-submit,
#dr-lost-submit,
#dr-reset-submit {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #1e293b;
	color: #ffffff;
	border: none;
	border-radius: 10px;
	padding: 13px 16px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s ease;
}
#dr-wp-submit:hover,
#dr-lost-submit:hover,
#dr-reset-submit:hover {
	background: #0f172a;
}
#dr-lost-submit:disabled,
#dr-reset-submit:disabled {
	opacity: 0.6;
	cursor: default;
}
#dr-wp-submit::before {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	background: currentColor;
	-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"/><path d="M10 17l5-5-5-5"/><path d="M15 12H3"/></svg>') center / contain no-repeat;
	mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"/><path d="M10 17l5-5-5-5"/><path d="M15 12H3"/></svg>') center / contain no-repeat;
}

@media print {
	body * {
		visibility: hidden;
	}
	#rpt, #rpt * {
		visibility: visible;
	}
	#rpt {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		padding: 20px;
	}
}
