.dlld-card {
	--dlld-navy: #183153;
	--dlld-blue: #2f6fed;
	--dlld-green: #16865b;
	background: linear-gradient(145deg, #ffffff 0%, #f3f7fc 100%);
	border: 1px solid #dfe7f1;
	border-radius: 22px;
	box-shadow: 0 18px 48px rgba(24, 49, 83, .10);
	color: var(--dlld-navy);
	margin: 22px 0;
	overflow: hidden;
	padding: clamp(20px, 4vw, 34px);
}

.dlld-card__head,
.dlld-card__stats,
.dlld-levels {
	display: flex;
	gap: 16px;
}

.dlld-card__head {
	align-items: center;
	justify-content: space-between;
}

.dlld-card__eyebrow {
	color: var(--dlld-blue);
	display: block;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .08em;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.dlld-card h2 {
	color: var(--dlld-navy);
	font-size: clamp(23px, 4vw, 34px);
	line-height: 1.15;
	margin: 0;
}

.dlld-card__percent {
	align-items: baseline;
	background: var(--dlld-navy);
	border-radius: 18px;
	color: #fff;
	display: flex;
	font-size: 42px;
	font-weight: 900;
	justify-content: center;
	min-width: 104px;
	padding: 12px 18px;
}

.dlld-card__percent span {
	font-size: 21px;
	margin-left: 2px;
}

.dlld-card__stats {
	margin: 24px 0 16px;
}

.dlld-card__stats > div {
	background: #fff;
	border: 1px solid #e1e8f2;
	border-radius: 14px;
	flex: 1;
	padding: 15px 17px;
}

.dlld-card__stats span,
.dlld-card__stats strong {
	display: block;
}

.dlld-card__stats span {
	color: #64748b;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 4px;
}

.dlld-card__stats strong {
	color: var(--dlld-navy);
	font-size: 21px;
}

.dlld-progress {
	background: #dfe8f5;
	border-radius: 999px;
	height: 10px;
	overflow: hidden;
}

.dlld-progress span {
	background: linear-gradient(90deg, var(--dlld-blue), var(--dlld-green));
	border-radius: inherit;
	display: block;
	height: 100%;
	min-width: 2px;
}

.dlld-levels {
	margin-top: 22px;
}

.dlld-level {
	background: rgba(255, 255, 255, .72);
	border: 1px solid #dde6f0;
	border-radius: 14px;
	flex: 1;
	padding: 13px 10px;
	text-align: center;
}

.dlld-level strong,
.dlld-level span {
	display: block;
}

.dlld-level strong {
	font-size: 23px;
}

.dlld-level span {
	color: #64748b;
	font-size: 15px;
	line-height: 1.35;
}

.dlld-level.is-active {
	background: #e9f8f2;
	border-color: #85d4b7;
	color: var(--dlld-green);
}

.dlld-card__note {
	color: #66758b;
	font-size: 16px;
	line-height: 1.55;
	margin: 18px 0 0;
}

.dlld-inline-notice,
.dlld-login-message {
	background: #eef4fc;
	border: 1px solid #d4e0f1;
	border-left: 4px solid #2f6fed;
	border-radius: 12px;
	color: #29415f;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 18px;
	padding: 13px 16px;
}

.dlld-inline-notice.is-success {
	background: #ecf8f3;
	border-color: #c7eadc;
	border-left-color: #16865b;
}

.dlld-join-field {
	background: #f5f8fc;
	border: 1px solid #dde6f0;
	border-radius: 12px;
	margin: 14px 0 !important;
	padding: 13px 15px;
}

.dlld-join-field label {
	font-size: 16px;
	line-height: 1.45;
}

.dlld-join-field .description {
	color: #64748b;
	display: block;
	font-size: 14px;
	line-height: 1.45;
	margin: 5px 0 0 25px;
}

@media (max-width: 640px) {
	.dlld-card__head,
	.dlld-card__stats,
	.dlld-levels {
		flex-wrap: wrap;
	}

	.dlld-card__head {
		align-items: flex-start;
	}

	.dlld-card__percent {
		font-size: 34px;
		min-width: 82px;
	}

	.dlld-card__stats > div {
		flex-basis: 100%;
	}

	.dlld-level {
		flex-basis: calc(50% - 8px);
	}
}
