.afjhv-dashboard,
.afjhv-auth-box,
.afjhv-access-denied {
	max-width: 1120px;
	margin: 30px auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #172033;
}

.afjhv-dashboard-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.afjhv-dashboard-header h2 {
	margin: 5px 0 0;
	font-size: 28px;
}

.afjhv-label {
	color: #4d61d8;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.5px;
}

.afjhv-secure-session {
	background: #eafff1;
	color: #17683a;
	border-radius: 30px;
	padding: 10px 14px;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.afjhv-secure-session span {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 6px;
	border-radius: 50%;
	background: #18a85f;
}

.afjhv-dashboard-grid {
	display: grid;
	grid-template-columns: 1.3fr 0.7fr;
	gap: 20px;
}

.afjhv-card,
.afjhv-auth-box,
.afjhv-access-denied {
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #e4e8f1;
	border-radius: 14px;
	padding: 24px;
	box-shadow: 0 5px 20px rgba(17, 24, 39, 0.06);
}

.afjhv-card {
	margin-bottom: 20px;
}

.afjhv-card h3,
.afjhv-access-denied h2 {
	margin-top: 0;
}

.afjhv-card label,
.afjhv-auth-box label {
	display: block;
	margin-top: 16px;
	font-size: 14px;
	font-weight: 700;
}

.afjhv-card small {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	font-weight: 400;
	color: #667085;
}

.afjhv-card input,
.afjhv-card textarea,
.afjhv-auth-box input {
	box-sizing: border-box;
	width: 100%;
	margin-top: 7px;
	padding: 11px 12px;
	border: 1px solid #cbd3e1;
	border-radius: 8px;
	background: #ffffff;
	font: inherit;
}

.afjhv-card textarea {
	resize: vertical;
}

.afjhv-card input:focus,
.afjhv-card textarea:focus,
.afjhv-auth-box input:focus {
	border-color: #4d61d8;
	box-shadow: 0 0 0 3px rgba(77, 97, 216, 0.13);
	outline: none;
}

.afjhv-primary-button,
#afjhv-download-report {
	margin-top: 18px;
	padding: 11px 16px;
	border: 0;
	border-radius: 8px;
	background: #4055c7;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
}

.afjhv-primary-button:hover,
#afjhv-download-report:hover {
	background: #3042a6;
}

.afjhv-primary-button:disabled,
#afjhv-download-report:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.afjhv-status {
	margin: 14px 0 0;
	font-size: 14px;
	color: #4c5b72;
}

.afjhv-score-card {
	text-align: center;
}

.afjhv-score-ring {
	display: flex;
	align-items: baseline;
	justify-content: center;
	box-sizing: border-box;
	width: 150px;
	height: 150px;
	margin: 28px auto;
	padding-top: 50px;
	border: 10px solid #8290ff;
	border-radius: 50%;
}

.afjhv-score-ring strong {
	font-size: 40px;
}

.afjhv-score-ring span {
	color: #667085;
	font-size: 14px;
}

.afjhv-score-help {
	text-align: left;
	border-top: 1px solid #e8ebf2;
	padding-top: 10px;
	font-size: 13px;
	color: #4d5b70;
}

.afjhv-report-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

.afjhv-report-header h3 {
	margin-bottom: 5px;
}

.afjhv-report-header p {
	margin: 0;
	font-size: 13px;
	color: #667085;
}

#afjhv-download-report {
	margin-top: 0;
}

#afjhv-report-output {
	min-height: 180px;
	margin: 18px 0 0;
	padding: 18px;
	overflow-x: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
	border-radius: 8px;
	background: #f7f8fc;
	color: #26324a;
	font-family: Consolas, Monaco, monospace;
	font-size: 13px;
	line-height: 1.65;
}

.afjhv-log-item {
	padding: 13px 0;
	border-top: 1px solid #edf0f5;
}

.afjhv-log-item:first-child {
	border-top: 0;
}

.afjhv-log-item div {
	display: inline-block;
}

.afjhv-log-item span {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	color: #667085;
}

.afjhv-log-item b {
	float: right;
	color: #4055c7;
}

.afjhv-log-item p {
	margin: 8px 0 0;
	color: #4d5b70;
	font-size: 14px;
}

.afjhv-tabs {
	display: flex;
	gap: 8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e4e8f1;
}

.afjhv-tab {
	padding: 10px 14px;
	border: 0;
	border-bottom: 3px solid transparent;
	background: transparent;
	color: #5b6b89;
	font-weight: 700;
	cursor: pointer;
}

.afjhv-tab.active {
	border-bottom-color: #4055c7;
	color: #4055c7;
}

.afjhv-auth-box {
	max-width: 480px;
}

#afjhv-register-message {
	margin-top: 12px;
	color: #4055c7;
	font-size: 14px;
}

.afjhv-access-denied {
	max-width: 650px;
	text-align: center;
}

@media (max-width: 760px) {
	.afjhv-dashboard-header,
	.afjhv-report-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.afjhv-dashboard-grid {
		grid-template-columns: 1fr;
	}

	#afjhv-download-report {
		margin-top: 5px;
	}
}