.dv-download-mask {
	--dv-text: #09111f;
	--dv-blue: #0b62d6;
	--dv-gap: 16px;
	--dv-muted: #35445c;
	--dv-line: #dce3ee;
	--dv-soft: #f5f8fd;
	--dv-panel: #ffffff;
	--dv-panel-soft: #f7f9fd;
	--dv-input: #ffffff;
	--dv-blue-soft: #eef6ff;
	--dv-blue-line: #c8ddff;
	--dv-gold-soft: #fffaf0;
	--dv-gold-line: #f0cd75;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--dv-text);
	font-family: inherit;
	margin: 0 0 28px;
	padding: 0;
	overflow: hidden;
	position: relative;
	container-type: inline-size;
}

.dv-download-mask > * {
	position: relative;
	z-index: 1;
}

.dv-dm-tabs {
	background: #f1f5f9;
	border-radius: 12px;
	display: flex;
	gap: 6px;
	margin: 0;
	padding: 6px;
}

.dv-dm-tab {
	align-items: center;
	appearance: none;
	background: transparent !important;
	border: 0;
	border-radius: 8px;
	color: #64748b;
	cursor: pointer;
	display: inline-flex;
	flex: 1;
	font-family: inherit;
	font-size: 14px;
	font-weight: 800;
	gap: 8px;
	justify-content: center;
	line-height: 1.2;
	min-height: 44px;
	padding: 0 16px;
	text-transform: none;
	transition: all 0.2s ease;
}

.dv-dm-tab:hover:not(.is-active) {
	background: rgba(0, 0, 0, 0.04) !important;
	color: #0f172a;
}

.dv-dm-tab.is-active {
	background: #fff !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	color: var(--dv-blue);
}

.dv-dm-tab svg {
	fill: currentColor;
	height: 20px;
	width: 20px;
	transition: transform 0.2s ease;
}

.dv-dm-tab.is-active svg {
	transform: scale(1.1);
}

.dv-dm-panel {
	display: none;
}

.dv-dm-panel.is-active {
	display: flex;
	flex-direction: column;
	gap: var(--dv-gap);
}

.dv-dm-tech-card {
	background: #fff;
	border: 1px solid var(--dv-line);
	border-radius: 8px;
	margin-top: 34px;
	padding: 26px;
}

.dv-dm-tech-card h3 {
	font-size: 26px;
	line-height: 1.1;
	margin: 0 0 18px;
}

.dv-download-mask * {
	box-sizing: border-box;
}

.dv-dm-product {
	display: flex;
	gap: 28px;
	align-items: center;
	margin: 18px 0 0;
}

.dv-dm-icon {
	width: 58px;
	height: 58px;
	border-radius: 8px;
	object-fit: contain;
	flex: 0 0 auto;
}

.dv-dm-icon-fallback {
	background:
		radial-gradient(circle at 35% 50%, #7c3cff 0 5px, transparent 6px),
		linear-gradient(135deg, #201346 0%, #081325 100%);
	position: relative;
}

.dv-dm-icon-fallback:before {
	content: "";
	position: absolute;
	inset: 43% 18%;
	border-radius: 999px;
	background: linear-gradient(90deg, #7c3cff, #1585ff);
	box-shadow: 0 -18px 0 -7px #1585ff, 0 18px 0 -7px #7c3cff;
}

.dv-dm-product-copy .dv-dm-product-title {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	font-size: clamp(30px, 3vw, 38px);
	line-height: 1.08;
	margin: 0 0 8px;
	word-break: normal;
}

.dv-dm-product-copy .dv-dm-product-title span {
	background: #e9f1ff;
	border: 1px solid #c9ddff;
	border-radius: 8px;
	color: var(--dv-blue);
	font-size: 16px;
	padding: 8px 12px;
}
	margin: 0;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: -0.5px;
	color: var(--dv-text);
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}
.dv-dm-product-title span {
	align-items: center;
	border: 1px solid var(--dv-line);
	border-radius: 8px;
	color: #304057;
	display: inline-flex;
	font-size: 16px;
	padding: 8px 12px;
}

.dv-dm-product-copy p {
	color: var(--dv-muted);
	font-size: 20px;
	line-height: 1.45;
	margin: 0 0 12px;
}

.dv-dm-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.dv-dm-meta span {
	align-items: center;
	border: 1px solid var(--dv-line);
	border-radius: 8px;
	color: #304057;
	display: inline-flex;
	font-size: 16px;
	font-weight: 600;
	gap: 10px;
	min-height: 44px;
	padding: 11px 18px;
}

.dv-dm-meta svg {
	fill: #276ee6;
	height: 22px;
	width: 22px;
}

.dv-dm-links {
	border: 1px solid var(--dv-line);
	border-radius: 8px;
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 24px;
	padding: 22px;
}

.dv-dm-server b {
	color: #0c2f7a;
	display: block;
	font-size: 16px;
	margin: 0 0 10px 8px;
}

.dv-dm-link {
	align-items: center;
	border-radius: 8px;
	color: #fff !important;
	display: flex;
	flex-direction: row;
	gap: var(--dv-gap);
	justify-content: flex-start;
	min-height: 78px;
	padding: 14px 18px;
	text-decoration: none !important;
	transition: transform .16s ease, filter .16s ease;
}

.dv-dm-link:hover {
	filter: brightness(1.04);
	transform: translateY(-2px);
}

.dv-dm-link strong {
	display: block;
	font-size: 21px;
	line-height: 1.1;
}

.dv-dm-link small {
	display: block;
	font-size: 16px;
	margin-top: 6px;
	opacity: .95;
}

.dv-dm-service-icon {
	align-items: center;
	background: #fff;
	border-radius: 999px;
	color: #0f172a;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 15px;
	font-weight: 900;
	height: 56px;
	justify-content: center;
	width: 56px;
}

.dv-dm-service-icon svg {
	fill: currentColor;
	height: 34px;
	width: 34px;
}

.dv-dm-mega .dv-dm-service-icon {
	color: #e91f4d;
}

.dv-dm-mediafire .dv-dm-service-icon {
	color: #1d66d6;
}

.dv-dm-drive .dv-dm-service-icon {
	color: #248232;
}

.dv-dm-arrow {
	fill: none;
	height: 28px;
	margin-left: auto;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.6;
	width: 28px;
}

.dv-dm-mega {
	background: linear-gradient(135deg, #f53d63, #ec2854);
}

.dv-dm-mediafire {
	background: linear-gradient(135deg, #3691ff, #1d66d6);
}

.dv-dm-drive {
	background: linear-gradient(135deg, #39a84a, #247f34);
}

.dv-dm-download-actions {
	border: 1px solid var(--dv-line);
	border-radius: 8px;
	color: inherit !important;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 0;
	padding: 14px;
	text-decoration: none !important;
}

.dv-dm-server-card,
.dv-dm-premium-button {
	align-items: center;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	text-decoration: none !important;
	transition: transform .16s ease, filter .16s ease;
}

.dv-dm-server-card {
	color: #fff !important;
	gap: 9px;
	justify-content: flex-start;
	height: 56px;
	min-height: 0;
	padding: 8px 10px;
}

.dv-dm-server-card > svg {
	fill: currentColor;
	height: 20px;
	margin-left: auto;
	opacity: .95;
	width: 20px;
}

.dv-dm-server-card:hover,
.dv-dm-premium-button:hover {
	filter: brightness(1.04);
	transform: translateY(-2px);
}

.dv-dm-server-card strong {
	display: block;
	font-size: clamp(13px, 1.8cqi, 16px);
	line-height: 1.1;
	white-space: nowrap;
}

.dv-dm-server-card small {
	display: none;
	font-size: clamp(12px, 1.7cqi, 16px);
	margin-top: 5px;
	opacity: .95;
}

.dv-dm-brand-icon {
	align-items: center;
	background: #fff;
	border-radius: 999px;
	color: #111827;
	display: inline-flex;
	flex: 0 0 auto;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.dv-dm-brand-icon svg {
	fill: currentColor;
	height: 22px;
	width: 22px;
}

.dv-dm-server-mega {
	background: linear-gradient(135deg, #f53d63, #ec2854);
}

.dv-dm-server-mediafire {
	background: linear-gradient(135deg, #3691ff, #1d66d6);
}

.dv-dm-server-drive {
	background: linear-gradient(135deg, #39a84a, #247f34);
}

.dv-dm-server-mega .dv-dm-brand-icon {
	color: #e91f4d;
}

.dv-dm-server-mediafire .dv-dm-brand-icon {
	color: #1d66d6;
}

.dv-dm-server-drive .dv-dm-brand-icon {
	color: #248232;
}

.dv-dm-premium-button {
	background: linear-gradient(135deg, #ffb000 0%, #ff7a00 100%);
	border: 0;
	color: #fff !important;
	font-size: 18px;
	font-weight: 900;
	gap: var(--dv-gap);
	justify-content: flex-start;
	min-height: 88px;
	padding: 18px 24px;
	margin: 0;
	max-width: none;
	position: relative;
	text-align: left;
}

.dv-dm-premium-button svg {
	fill: currentColor;
	height: 26px;
	width: 26px;
}

.dv-dm-premium-icon {
	align-items: center;
	background: rgba(255, 255, 255, .22);
	border-radius: 18px;
	color: #ff7a00;
	display: inline-flex;
	flex: 0 0 auto;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.dv-dm-premium-icon svg {
	fill: currentColor;
	height: 30px;
	width: 30px;
}

.dv-dm-premium-copy {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	line-height: 1.1;
}

.dv-dm-premium-kicker {
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .08em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.dv-dm-premium-title {
	font-size: clamp(22px, 3cqi, 30px);
	font-weight: 950;
}

.dv-dm-premium-subtitle {
	font-size: 14px;
	font-weight: 600;
	margin-top: 6px;
	opacity: .95;
	line-height: 1.25;
}

.dv-dm-premium-arrow {
	flex: 0 0 auto;
	margin-left: auto;
}

.dv-dm-bottom {
	margin-bottom: 0;
}

.dv-dm-code,
.dv-dm-verified {
	align-items: center;
	border: 1px solid var(--dv-line);
	border-radius: 8px;
	display: flex;
	gap: 10px;
	min-height: 62px;
	padding: 10px 12px;
}

.dv-dm-code {
	display: grid;
	grid-template-columns: 18px minmax(145px, 1fr) minmax(240px, auto);
}

.dv-dm-code strong,
.dv-dm-verified strong {
	font-size: 14px;
	white-space: nowrap;
}

.dv-dm-code-copy {
	min-width: 210px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.dv-dm-code-control {
	display: flex;
	gap: 10px;
	min-width: 0;
	width: 100%;
}

.dv-dm-code-copy small,
.dv-dm-verified span {
	color: var(--dv-muted);
	font-size: 11px;
	line-height: 1.25;
}

.dv-dm-code-copy small {
	margin-left: auto;
	text-align: right;
}

.dv-dm-verified span {
	display: block;
	margin-top: 2px;
}

.dv-dm-badge-icon {
	align-items: center;
	border-radius: 10px;
	display: inline-flex;
	flex: 0 0 auto;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.dv-dm-badge-icon svg {
	height: 23px;
	width: 23px;
}

.dv-dm-lock {
	background: linear-gradient(135deg, #7854c6, #4b2b89) !important;
	height: 18px !important;
	width: 18px !important;
	border-radius: 4px !important;
}

.dv-dm-lock svg {
	fill: #fff !important;
	height: 10px !important;
	width: 10px !important;
}

.dv-dm-shield {
	background: #eaf8ef;
}

.dv-dm-shield svg {
	fill: #20a74c;
}

.dv-dm-code span {
	background: #fff;
	border: 1px dashed #cfd8e6;
	border-radius: 8px;
	flex: 1 1 auto;
	font-size: clamp(13px, 1.6vw, 17px);
	font-weight: 800;
	letter-spacing: .08em;
	min-width: 0;
	overflow: hidden;
	padding: 8px 10px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dv-dm-code button,
.dv-dm-vip {
	align-items: center;
	background: #fffaf0;
	border: 1px solid #e3aa1b;
	border-radius: 8px;
	color: #4d3300 !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	justify-content: center;
	padding: 8px 12px;
	text-decoration: none !important;
}

.dv-dm-code button {
	min-width: 108px;
	white-space: nowrap;
}

.dv-dm-code button {
	background: #faf7ff;
	border-color: #d8cdf8;
	color: #6442aa !important;
}

.dv-dm-code button svg {
	fill: currentColor;
	height: 17px;
	width: 17px;
}

.dv-dm-vip {
	flex: 0 0 auto;
	margin-left: auto;
	max-width: 330px;
	min-height: 58px;
}

.dv-dm-notice {
	align-items: center;
	background: #eef6ff;
	border: 1px solid #c8ddff;
	border-radius: 8px;
	color: #10213d;
	display: flex;
	font-size: 13px;
	gap: 9px;
	line-height: 1.25;
	margin-bottom: 0;
	padding: 10px 14px;
	white-space: nowrap;
}

.dv-dm-notice svg {
	fill: #0a73ff;
	height: 18px;
	width: 18px;
	flex: 0 0 auto;
}

.dv-dm-vip-row {
	align-items: center;
	background: linear-gradient(135deg, rgba(255, 176, 0, .16), rgba(255, 122, 0, .10));
	border: 1px solid #f0a400;
	border-radius: 8px;
	display: flex;
	gap: 14px;
	padding: 12px 14px;
	margin-top: 0;
}

.dv-dm-vip-row > div {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
}

.dv-dm-vip-row svg {
	fill: #f6b300;
	height: 42px;
	width: 42px;
}

.dv-dm-vip-row strong {
	font-size: 18px;
	min-width: 170px;
}

.dv-dm-vip-row span {
	color: var(--dv-muted);
	flex: 1 1 auto;
	font-size: 15px;
}

.dv-dm-vip-link {
	align-items: center;
	background: linear-gradient(135deg, #ff9d00, #ff7a00);
	border: none;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(255, 136, 0, 0.3);
	color: #fff !important;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	gap: 6px;
	justify-content: center;
	min-height: 42px;
	min-width: 200px;
	padding: 8px 18px;
	text-decoration: none !important;
	transition: all .2s ease;
}

.dv-dm-vip-link:hover {
	background: linear-gradient(135deg, #ffaa22, #ff8800);
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(255, 136, 0, 0.4);
}

.dv-dm-vip-link svg {
	fill: currentColor;
	height: 22px;
	width: 22px;
}

.dv-dm-hidden-source {
	display: none !important;
}

.dv-dm-toast {
	background: rgba(9, 17, 31, .94);
	border-radius: 8px;
	bottom: 22px;
	color: #fff;
	font-size: 14px;
	left: 50%;
	opacity: 0;
	padding: 10px 14px;
	pointer-events: none;
	position: fixed;
	transform: translate(-50%, 14px);
	transition: opacity .2s ease, transform .2s ease;
	z-index: 999999;
}

.dv-dm-toast.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

@media (max-width: 900px) {
	.dv-download-mask {
		padding: 22px;
	}

	.dv-dm-product,
	.dv-dm-code {
		align-items: flex-start;
		flex-direction: column;
	}

	.dv-dm-links,
	.dv-dm-bottom,
	.dv-dm-download-actions {
		grid-template-columns: 1fr;
	}

	.dv-dm-code span,
	.dv-dm-vip,
	.dv-dm-premium-button {
		width: 100%;
		max-width: none;
	}

	.dv-dm-vip-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.dv-dm-vip-link {
		min-width: 0;
		width: 100%;
	}
}

@container (max-width: 760px) {
	.dv-download-mask {
		padding: 0;
	}

	.dv-dm-tech-card {
		margin-top: 22px;
		padding: 14px;
	}

	.dv-dm-tech-card h3 {
		font-size: 20px;
	}

	.dv-dm-product {
		align-items: flex-start;
		gap: var(--dv-gap);
		margin: 16px 0 0;
	}

	.dv-dm-icon {
		height: 70px;
		width: 90px;
	}

	.dv-dm-product-copy .dv-dm-product-title {
		font-size: 24px;
		margin-bottom: 8px;
	}

	.dv-dm-product-copy .dv-dm-product-title span {
		font-size: 10px;
		padding: 4px 7px;
	}

	.dv-dm-product-copy p {
		font-size: 13px;
		margin-bottom: 10px;
	}

	.dv-dm-meta {
		gap: 8px;
	}

	.dv-dm-meta span {
		font-size: 11px;
		gap: 6px;
		min-height: 34px;
		padding: 8px 10px;
	}

	.dv-dm-meta svg {
		height: 16px;
		width: 16px;
	}

	.dv-dm-download-actions {
		gap: 10px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding: 12px;
	}

	.dv-dm-server-card {
		gap: 7px;
		height: 50px;
		padding: 7px 8px;
	}

	.dv-dm-server-card strong {
		font-size: 12px;
	}

	.dv-dm-server-card > svg {
		height: 16px;
		width: 16px;
	}

	.dv-dm-brand-icon {
		height: 32px;
		width: 32px;
	}

	.dv-dm-brand-icon svg {
		height: 20px;
		width: 20px;
	}

	.dv-dm-premium-button {
		margin: 0;
		max-width: none;
		min-height: 72px;
		padding: 14px;
		width: 100%;
	}

	.dv-dm-premium-icon {
		border-radius: 14px;
		height: 46px;
		width: 46px;
	}

	.dv-dm-premium-title {
		font-size: 19px;
	}

	.dv-dm-premium-subtitle {
		font-size: 11px;
		line-height: 1.25;
	}

	.dv-dm-premium-kicker {
		font-size: 9px;
	}

	.dv-dm-premium-arrow {
		display: none;
	}

	.dv-dm-bottom {
		gap: 12px;
		grid-template-columns: 1fr;
	}

	.dv-dm-code,
	.dv-dm-verified {
		align-items: center;
		display: grid;
		gap: 9px;
		grid-template-columns: 38px minmax(0, 1fr);
		min-height: 0;
		padding: 10px;
	}

	.dv-dm-badge-icon {
		border-radius: 10px;
		height: 38px;
		width: 38px;
	}

	.dv-dm-badge-icon svg {
		height: 23px;
		width: 23px;
	}

	.dv-dm-code-copy {
		min-width: 0;
	}

	.dv-dm-code strong,
	.dv-dm-verified strong {
		font-size: 14px;
		white-space: normal;
	}

	.dv-dm-code-copy small,
	.dv-dm-verified span {
		font-size: 11px;
	}

	.dv-dm-code-control {
		grid-column: 1 / -1;
	}

	.dv-dm-code span {
		font-size: 15px;
		letter-spacing: .05em;
		min-width: 0;
		max-width: 100%;
		overflow: hidden;
		padding: 8px 10px;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}

	.dv-dm-code button {
		flex: 0 0 auto;
		width: auto;
		min-width: 108px;
	}

	.dv-dm-notice {
		align-items: center;
		font-size: 11px;
		overflow: hidden;
		padding: 9px 10px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.dv-dm-vip-row {
		display: grid;
		gap: 6px;
		grid-template-columns: 36px minmax(0, 1fr);
		padding: 12px;
	}

	.dv-dm-vip-row > div {
		grid-row: span 2;
	}

	.dv-dm-vip-row svg {
		height: 30px;
		width: 30px;
	}

	.dv-dm-vip-row strong {
		font-size: 14px;
		min-width: 0;
	}

	.dv-dm-vip-row span {
		font-size: 11px;
		line-height: 1.2;
	}

	.dv-dm-vip-link {
		grid-column: 1 / -1;
		min-height: 40px;
		margin-top: 6px;
		min-width: 0;
		width: 100%;
	}
}

@media (max-width: 520px) {
	.dv-download-mask {
		margin-left: -10px;
		margin-right: -10px;
		padding: 18px;
	}

	.dv-dm-product {
		gap: 18px;
	}

	.dv-dm-icon {
		width: 96px;
		height: 96px;
	}

	.dv-dm-product-copy .dv-dm-product-title {
		font-size: 25px;
	}

	.dv-dm-product-copy p {
		font-size: 17px;
	}

	.dv-dm-links {
		gap: 12px;
		padding: 12px;
	}

	.dv-dm-link {
		padding: 13px;
	}

	.dv-dm-tabs {
		padding: 4px;
	}

	.dv-dm-tab {
		font-size: 12px;
		gap: 6px;
		min-height: 38px;
		padding: 0 10px;
	}

	.dv-dm-tab svg {
		height: 16px;
		width: 16px;
	}

	.dv-dm-service-icon {
		height: 46px;
		width: 46px;
	}

	.dv-dm-code span {
		font-size: 24px;
		letter-spacing: .08em;
		min-width: 0;
	}
}

body.dark .dv-download-mask,
body.dark-mode .dv-download-mask,
body[data-theme="dark"] .dv-download-mask,
html.dark .dv-download-mask , body.s-dark .dv-download-mask , html.s-dark .dv-download-mask , body.smartmag-dark .dv-download-mask , html.smartmag-dark .dv-download-mask {
	--dv-text: #f8fafc;
	--dv-blue: #0b62d6;
	--dv-gap: 16px;
	--dv-muted: #cbd5e1;
	--dv-line: #334155;
	--dv-soft: #111827;
	--dv-panel: #0f172a;
	--dv-panel-soft: #172033;
	--dv-input: #111827;
	--dv-blue-soft: rgba(37, 99, 235, .16);
	--dv-blue-line: rgba(96, 165, 250, .42);
	--dv-gold-soft: rgba(245, 158, 11, .14);
	--dv-gold-line: rgba(245, 158, 11, .48);
}

.dv-download-mask .dv-dm-tech-card,
.dv-download-mask .dv-dm-service-icon,
.dv-download-mask .dv-dm-brand-icon {
	background-color: var(--dv-panel);
}

.dv-download-mask .dv-dm-product-copy p,
.dv-download-mask .dv-dm-code-copy small,
.dv-download-mask .dv-dm-verified span,
.dv-download-mask .dv-dm-vip-row span {
	color: var(--dv-muted);
}

.dv-download-mask .dv-dm-code,
.dv-download-mask .dv-dm-verified,
.dv-download-mask .dv-dm-download-actions,
.dv-download-mask .dv-dm-tech-card,
.dv-download-mask .dv-dm-notice,
.dv-download-mask .dv-dm-vip-row {
	border-color: var(--dv-line);
}

.dv-download-mask .dv-dm-code span {
	background: var(--dv-input);
	color: var(--dv-text);
	border-color: var(--dv-line);
}

.dv-download-mask .dv-dm-notice {
	background: var(--dv-blue-soft);
	border-color: var(--dv-blue-line);
	color: var(--dv-text);
}

.dv-download-mask .dv-dm-vip-row {
	border-color: var(--dv-gold-line);
}

body.dark .dv-download-mask .dv-dm-vip-row,
body.dark-mode .dv-download-mask .dv-dm-vip-row,
body[data-theme="dark"] .dv-download-mask .dv-dm-vip-row,
html.dark .dv-download-mask .dv-dm-vip-row , body.s-dark .dv-download-mask .dv-dm-vip-row , html.s-dark .dv-download-mask .dv-dm-vip-row , body.smartmag-dark .dv-download-mask .dv-dm-vip-row , html.smartmag-dark .dv-download-mask .dv-dm-vip-row {
	background: linear-gradient(135deg, rgba(255, 176, 0, .20), rgba(255, 122, 0, .10));
	border-color: rgba(245, 158, 11, .70);
}

.dv-download-mask .dv-dm-code button {
	background: color-mix(in srgb, var(--dv-panel) 88%, #7c4dff 12%);
}

body.dark .dv-download-mask .dv-dm-code,
body.dark .dv-download-mask .dv-dm-verified,
body.dark-mode .dv-download-mask .dv-dm-code,
body.dark-mode .dv-download-mask .dv-dm-verified,
body[data-theme="dark"] .dv-download-mask .dv-dm-code,
body[data-theme="dark"] .dv-download-mask .dv-dm-verified,
html.dark .dv-download-mask .dv-dm-code, body.s-dark .dv-download-mask .dv-dm-code, html.s-dark .dv-download-mask .dv-dm-code, body.smartmag-dark .dv-download-mask .dv-dm-code, html.smartmag-dark .dv-download-mask .dv-dm-code,
html.dark .dv-download-mask .dv-dm-verified , body.s-dark .dv-download-mask .dv-dm-verified , html.s-dark .dv-download-mask .dv-dm-verified , body.smartmag-dark .dv-download-mask .dv-dm-verified , html.smartmag-dark .dv-download-mask .dv-dm-verified {
	background: rgba(2, 6, 23, .38);
	border-color: #475569;
}

body.dark .dv-download-mask .dv-dm-code span,
body.dark-mode .dv-download-mask .dv-dm-code span,
body[data-theme="dark"] .dv-download-mask .dv-dm-code span,
html.dark .dv-download-mask .dv-dm-code span , body.s-dark .dv-download-mask .dv-dm-code span , html.s-dark .dv-download-mask .dv-dm-code span , body.smartmag-dark .dv-download-mask .dv-dm-code span , html.smartmag-dark .dv-download-mask .dv-dm-code span {
	background: #111827;
	border-color: #475569;
	color: #f8fafc;
}

body.dark .dv-download-mask .dv-dm-code button,
body.dark-mode .dv-download-mask .dv-dm-code button,
body[data-theme="dark"] .dv-download-mask .dv-dm-code button,
html.dark .dv-download-mask .dv-dm-code button , body.s-dark .dv-download-mask .dv-dm-code button , html.s-dark .dv-download-mask .dv-dm-code button , body.smartmag-dark .dv-download-mask .dv-dm-code button , html.smartmag-dark .dv-download-mask .dv-dm-code button {
	background: #312e81;
	border-color: #a78bfa;
	color: #f5f3ff !important;
}

body.dark .dv-download-mask .dv-dm-meta span,
body.dark-mode .dv-download-mask .dv-dm-meta span,
body[data-theme="dark"] .dv-download-mask .dv-dm-meta span,
html.dark .dv-download-mask .dv-dm-meta span , body.s-dark .dv-download-mask .dv-dm-meta span , html.s-dark .dv-download-mask .dv-dm-meta span , body.smartmag-dark .dv-download-mask .dv-dm-meta span , html.smartmag-dark .dv-download-mask .dv-dm-meta span {
	background: rgba(15, 23, 42, .78);
	border-color: #475569;
	color: #e5edf7;
}

body.dark .dv-download-mask .dv-dm-meta svg,
body.dark-mode .dv-download-mask .dv-dm-meta svg,
body[data-theme="dark"] .dv-download-mask .dv-dm-meta svg,
html.dark .dv-download-mask .dv-dm-meta svg , body.s-dark .dv-download-mask .dv-dm-meta svg , html.s-dark .dv-download-mask .dv-dm-meta svg , body.smartmag-dark .dv-download-mask .dv-dm-meta svg , html.smartmag-dark .dv-download-mask .dv-dm-meta svg {
	fill: #60a5fa;
}

.dv-download-mask .dv-dm-code {
	grid-template-columns: 38px minmax(145px, .8fr) minmax(240px, 1.2fr);
}

.dv-download-mask .dv-dm-code-control {
	align-items: stretch;
	display: flex;
	gap: 8px;
	min-width: 0;
}

.dv-download-mask .dv-dm-code-control [data-dv-code] {
	flex: 1 1 auto;
	font-size: clamp(13px, 1.45vw, 16px);
	min-width: 0;
}

.dv-download-mask .dv-dm-code-control [data-dv-copy] {
	flex: 0 0 auto;
	min-width: 92px;
}

@container (max-width: 760px) {
	.dv-download-mask .dv-dm-code {
		grid-template-columns: 38px minmax(0, 1fr);
	}

	.dv-download-mask .dv-dm-code-control {
		grid-column: 1 / -1;
	}

	.dv-download-mask .dv-dm-code-control [data-dv-code] {
		font-size: 13px;
		width: auto;
	}

	.dv-download-mask .dv-dm-code-control [data-dv-copy] {
		min-width: 86px;
		width: auto;
	}
}

/* --- Tab Overrides --- */
.dv-download-mask .dv-dm-tab {
	background: transparent !important;
}

.dv-download-mask .dv-dm-tab:hover:not(.is-active) {
	background: rgba(0, 0, 0, 0.05) !important;
	color: #0f172a !important;
}

.dv-download-mask .dv-dm-tab.is-active {
	background: #fff !important;
	color: var(--dv-blue) !important;
}

/* Dark mode specific tab styles */
body.dark .dv-download-mask .dv-dm-tabs,
body.dark-mode .dv-download-mask .dv-dm-tabs,
body[data-theme="dark"] .dv-download-mask .dv-dm-tabs,
html.dark .dv-download-mask .dv-dm-tabs {
	background: rgba(0, 0, 0, 0.2);
}

body.dark .dv-download-mask .dv-dm-tab:hover:not(.is-active),
body.dark-mode .dv-download-mask .dv-dm-tab:hover:not(.is-active),
body[data-theme="dark"] .dv-download-mask .dv-dm-tab:hover:not(.is-active),
html.dark .dv-download-mask .dv-dm-tab:hover:not(.is-active) {
	background: rgba(255, 255, 255, 0.05) !important;
	color: #f8fafc !important;
}

body.dark .dv-download-mask .dv-dm-tab.is-active,
body.dark-mode .dv-download-mask .dv-dm-tab.is-active,
body[data-theme="dark"] .dv-download-mask .dv-dm-tab.is-active,
html.dark .dv-download-mask .dv-dm-tab.is-active {
	background-color: var(--dv-panel) !important;
	color: #60a5fa !important;
}

/* --- Modern Ficha Tecnica Grid --- */
.dv-dm-tech-grid {
	border: none !important;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}
.dv-dm-tech-row {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s ease;
}
.dv-dm-tech-row:hover {
	border-color: #cbd5e1;
	background: #f1f5f9;
}
.dv-dm-tech-row strong {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 10px;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	margin-bottom: 4px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dv-dm-tech-row strong svg {
	width: 12px;
	height: 12px;
	fill: currentColor;
	opacity: 0.75;
	flex-shrink: 0;
}
.dv-dm-tech-row span {
	font-size: 12px;
	color: #0f172a;
	font-weight: 600;
	line-height: 1.2;
	word-break: break-word;
}
/* Dark Mode Overrides for Tech Grid */
body.dark .dv-download-mask .dv-dm-tech-row,
body.dark-mode .dv-download-mask .dv-dm-tech-row,
body[data-theme="dark"] .dv-download-mask .dv-dm-tech-row,
html.dark .dv-download-mask .dv-dm-tech-row,
body.s-dark .dv-download-mask .dv-dm-tech-row,
html.s-dark .dv-download-mask .dv-dm-tech-row,
body.smartmag-dark .dv-download-mask .dv-dm-tech-row,
html.smartmag-dark .dv-download-mask .dv-dm-tech-row {
	background: var(--dv-panel-soft);
	border-color: var(--dv-line);
}
body.dark .dv-download-mask .dv-dm-tech-row:hover,
body.dark-mode .dv-download-mask .dv-dm-tech-row:hover,
body[data-theme="dark"] .dv-download-mask .dv-dm-tech-row:hover,
html.dark .dv-download-mask .dv-dm-tech-row:hover,
body.s-dark .dv-download-mask .dv-dm-tech-row:hover,
html.s-dark .dv-download-mask .dv-dm-tech-row:hover,
body.smartmag-dark .dv-download-mask .dv-dm-tech-row:hover,
html.smartmag-dark .dv-download-mask .dv-dm-tech-row:hover {
	background: rgba(255, 255, 255, 0.03);
	border-color: #475569;
}
body.dark .dv-download-mask .dv-dm-tech-row strong,
body.dark-mode .dv-download-mask .dv-dm-tech-row strong,
body[data-theme="dark"] .dv-download-mask .dv-dm-tech-row strong,
html.dark .dv-download-mask .dv-dm-tech-row strong,
body.s-dark .dv-download-mask .dv-dm-tech-row strong,
html.s-dark .dv-download-mask .dv-dm-tech-row strong,
body.smartmag-dark .dv-download-mask .dv-dm-tech-row strong,
html.smartmag-dark .dv-download-mask .dv-dm-tech-row strong {
	color: var(--dv-muted);
}
body.dark .dv-download-mask .dv-dm-tech-row span,
body.dark-mode .dv-download-mask .dv-dm-tech-row span,
body[data-theme="dark"] .dv-download-mask .dv-dm-tech-row span,
html.dark .dv-download-mask .dv-dm-tech-row span,
body.s-dark .dv-download-mask .dv-dm-tech-row span,
html.s-dark .dv-download-mask .dv-dm-tech-row span,
body.smartmag-dark .dv-download-mask .dv-dm-tech-row span,
html.smartmag-dark .dv-download-mask .dv-dm-tech-row span {
	color: var(--dv-text);
}

@media (max-width: 900px) {
	.dv-dm-tech-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 480px) {
	.dv-dm-tech-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* --- Guide Banner --- */
.dv-dm-guide-row {
	align-items: center;
	background: linear-gradient(135deg, var(--dv-blue-soft), rgba(11, 98, 214, 0.05));
	border: 1px solid var(--dv-blue-line);
	border-radius: 12px;
	display: flex;
	gap: var(--dv-gap);
	padding: 16px;
	text-decoration: none !important;
	transition: all 0.2s ease;
	margin-top: 0;
}
.dv-dm-guide-row:hover {
	border-color: var(--dv-blue);
	background: linear-gradient(135deg, rgba(11, 98, 214, 0.1), rgba(11, 98, 214, 0.05));
}
.dv-dm-guide-icon {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	display: flex;
	height: 48px;
	justify-content: center;
	width: 48px;
	flex-shrink: 0;
	box-shadow: 0 4px 12px rgba(11, 98, 214, 0.15);
	transition: all 0.2s ease;
}
.dv-dm-guide-row:hover .dv-dm-guide-icon {
	transform: scale(1.05);
}
.dv-dm-guide-icon svg {
	fill: var(--dv-blue);
	height: 22px;
	width: 22px;
	margin-left: 3px;
}
.dv-dm-guide-text {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	gap: 4px;
}
.dv-dm-guide-text strong {
	color: var(--dv-text);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}
.dv-dm-guide-text span {
	color: var(--dv-muted);
	font-size: 13px;
	line-height: 1.4;
}
.dv-dm-guide-button {
	background: var(--dv-blue);
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 24px;
	text-align: center;
	transition: all 0.2s ease;
	box-shadow: 0 4px 12px rgba(11, 98, 214, 0.3);
}
.dv-dm-guide-row:hover .dv-dm-guide-button {
	background: #0953b6;
	box-shadow: 0 6px 16px rgba(11, 98, 214, 0.4);
}

/* Dark mode overrides */
body.dark .dv-download-mask .dv-dm-guide-row,
body.dark-mode .dv-download-mask .dv-dm-guide-row,
body[data-theme="dark"] .dv-download-mask .dv-dm-guide-row,
html.dark .dv-download-mask .dv-dm-guide-row,
body.s-dark .dv-download-mask .dv-dm-guide-row,
html.s-dark .dv-download-mask .dv-dm-guide-row,
body.smartmag-dark .dv-download-mask .dv-dm-guide-row,
html.smartmag-dark .dv-download-mask .dv-dm-guide-row {
	background: linear-gradient(135deg, rgba(11, 98, 214, 0.15), rgba(11, 98, 214, 0.05));
	border-color: rgba(11, 98, 214, 0.3);
}
body.dark .dv-download-mask .dv-dm-guide-icon,
body.dark-mode .dv-download-mask .dv-dm-guide-icon,
body[data-theme="dark"] .dv-download-mask .dv-dm-guide-icon,
html.dark .dv-download-mask .dv-dm-guide-icon,
body.s-dark .dv-download-mask .dv-dm-guide-icon,
html.s-dark .dv-download-mask .dv-dm-guide-icon,
body.smartmag-dark .dv-download-mask .dv-dm-guide-icon,
html.smartmag-dark .dv-download-mask .dv-dm-guide-icon {
	background: var(--dv-blue);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
body.dark .dv-download-mask .dv-dm-guide-icon svg,
body.dark-mode .dv-download-mask .dv-dm-guide-icon svg,
body[data-theme="dark"] .dv-download-mask .dv-dm-guide-icon svg,
html.dark .dv-download-mask .dv-dm-guide-icon svg,
body.s-dark .dv-download-mask .dv-dm-guide-icon svg,
html.s-dark .dv-download-mask .dv-dm-guide-icon svg,
body.smartmag-dark .dv-download-mask .dv-dm-guide-icon svg,
html.smartmag-dark .dv-download-mask .dv-dm-guide-icon svg {
	fill: #fff;
}

@media (max-width: 600px) {
	.dv-dm-guide-row {
		flex-wrap: wrap;
		padding: 14px;
	}
	.dv-dm-guide-button {
		width: 100%;
		margin-top: 8px;
	}
}


/* Accesibilidad y Foco para Teclado (Core Web Vitals & A11y) */
.dv-dm-tab:focus-visible, .dv-dm-server-card:focus-visible, .dv-dm-premium-button:focus-visible, .dv-dm-vip-link:focus-visible, .dv-dm-guide-row:focus-visible, .dv-dm-code-control button:focus-visible {
	outline: 2px solid var(--dv-primary);
	outline-offset: 2px;
}

/* Paleta neutra para el bloque del código. */
.dv-download-mask .dv-dm-code {
	background: #f8fafc;
	border-color: #d9e0e8;
}
.dv-download-mask .dv-dm-lock {
	background: #64748b !important;
}
.dv-download-mask .dv-dm-code-control [data-dv-code] {
	background: #fff;
	border-color: #cbd5e1;
	color: #172033;
}
.dv-download-mask .dv-dm-code-control [data-dv-copy] {
	background: #f1f5f9;
	border-color: #cbd5e1;
	color: #334155 !important;
}
.dv-download-mask .dv-dm-code-control [data-dv-copy]:hover {
	background: #e2e8f0;
	border-color: #94a3b8;
}
body.dark .dv-download-mask .dv-dm-code,
body.dark-mode .dv-download-mask .dv-dm-code,
body[data-theme="dark"] .dv-download-mask .dv-dm-code,
html.dark .dv-download-mask .dv-dm-code,
body.s-dark .dv-download-mask .dv-dm-code,
html.s-dark .dv-download-mask .dv-dm-code,
body.smartmag-dark .dv-download-mask .dv-dm-code,
html.smartmag-dark .dv-download-mask .dv-dm-code {
	background: #172033;
	border-color: #475569;
}
body.dark .dv-download-mask .dv-dm-code-control [data-dv-copy],
body.dark-mode .dv-download-mask .dv-dm-code-control [data-dv-copy],
body[data-theme="dark"] .dv-download-mask .dv-dm-code-control [data-dv-copy],
html.dark .dv-download-mask .dv-dm-code-control [data-dv-copy],
body.s-dark .dv-download-mask .dv-dm-code-control [data-dv-copy],
html.s-dark .dv-download-mask .dv-dm-code-control [data-dv-copy],
body.smartmag-dark .dv-download-mask .dv-dm-code-control [data-dv-copy],
html.smartmag-dark .dv-download-mask .dv-dm-code-control [data-dv-copy] {
	background: #334155;
	border-color: #64748b;
	color: #f8fafc !important;
}

/* Diseño nuevo: réplica ligera del selector de servidores de referencia. */
.dv-dm-design-new {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}
.dv-dm-design-new:not([data-dv-generated]) > :not(.dv-dm-panel),
.dv-dm-design-new .dv-dm-panel > :not(.dv-dm-download-actions):not(.dv-dm-premium-button) {
	display: none;
}
.dv-dm-design-new .dv-dm-panel,
.dv-dm-design-new .dv-dm-panel.is-active {
	background: transparent;
	border: 0;
	display: block;
	padding: 0;
}
.dv-dm-design-new .dv-dm-panel[data-dv-panel="tech"] {
	display: none;
}
.dv-dm-design-new .dv-dm-download-actions,
.dv-dm-new-servers {
	background: #f0f0f0;
	border-radius: 14px;
	display: grid;
	gap: clamp(14px, 4vw, 40px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 22px clamp(18px, 5vw, 52px);
}
.dv-dm-design-new .dv-dm-server-card,
.dv-dm-new-server {
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,.12);
	color: #fff !important;
	display: flex;
	font-size: clamp(18px, 3.2vw, 30px);
	font-weight: 900;
	justify-content: center;
	letter-spacing: .5px;
	min-height: 64px;
	padding: 12px;
	text-align: center;
	text-decoration: none !important;
}
.dv-dm-design-new .dv-dm-server-card .dv-dm-brand-icon,
.dv-dm-design-new .dv-dm-server-card > svg {
	display: none;
}
.dv-dm-design-new .dv-dm-server-mega,
.dv-dm-new-mega { background: #d64243; }
.dv-dm-design-new .dv-dm-server-mediafire,
.dv-dm-new-mediafire { background: #378bd2; }
.dv-dm-design-new .dv-dm-server-drive,
.dv-dm-new-drive { background: #1e9b35; }
.dv-dm-design-new .dv-dm-premium-button,
.dv-dm-new-vip {
	align-items: center;
	background: #ffb900;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(210,145,0,.3);
	color: #fff !important;
	display: flex;
	font-size: clamp(16px, 2.8vw, 25px);
	font-weight: 900;
	gap: 8px;
	justify-content: center;
	margin: 34px auto 0;
	min-height: 66px;
	padding: 14px 24px;
	text-decoration: none !important;
	width: fit-content;
}
.dv-dm-new-vip svg { fill: currentColor; height: 20px; width: 20px; }
.dv-dm-design-new .dv-dm-premium-button .dv-dm-premium-icon,
.dv-dm-design-new .dv-dm-premium-button .dv-dm-premium-arrow,
.dv-dm-design-new .dv-dm-premium-button .dv-dm-premium-kicker,
.dv-dm-design-new .dv-dm-premium-button .dv-dm-premium-subtitle { display: none; }
.dv-dm-design-new .dv-dm-premium-button .dv-dm-premium-title { font-size: 0; }
.dv-dm-design-new .dv-dm-premium-button .dv-dm-premium-title::after {
	content: "VER ENLACES VIP";
	font-size: clamp(16px, 2.8vw, 25px);
}
@media (max-width: 600px) {
	.dv-dm-design-new .dv-dm-download-actions,
	.dv-dm-new-servers { gap: 8px; padding: 14px 10px; }
	.dv-dm-design-new .dv-dm-server-card,
	.dv-dm-new-server { font-size: 12px; min-height: 46px; padding: 8px 3px; }
	.dv-dm-design-new .dv-dm-premium-button,
	.dv-dm-new-vip { margin-top: 20px; min-height: 54px; }
}
.dv-download-mask {
	scroll-margin-top: 125px;
}

.dv-download-mask:focus {
	outline: none;
}

/* Membership verification feedback inside the existing VIP button. */
.dv-dm-premium-button.is-vip-status,
.dv-dm-new-vip.is-vip-status {
	position: relative;
	min-height: 54px;
	pointer-events: none;
}

.dv-dm-premium-button.is-vip-status > *,
.dv-dm-new-vip.is-vip-status > * {
	visibility: hidden;
}

.dv-dm-premium-button.is-vip-status::after,
.dv-dm-new-vip.is-vip-status::after {
	content: attr(data-vip-status);
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 22px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .035em;
	text-align: center;
}

.dv-dm-premium-button.is-vip-loading::after,
.dv-dm-new-vip.is-vip-loading::after {
	padding-left: 48px;
}

.dv-dm-premium-button.is-vip-loading::before,
.dv-dm-new-vip.is-vip-loading::before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 50%;
	left: calc(50% - 118px);
	width: 17px;
	height: 17px;
	margin-top: -9px;
	border: 2px solid rgba(255,255,255,.35);
	border-top-color: #fff;
	border-radius: 50%;
	animation: dv-dm-vip-spin .7s linear infinite;
}

.dv-dm-premium-button.is-vip-success,
.dv-dm-new-vip.is-vip-success {
	background: linear-gradient(135deg,#087f5b,#16a46f) !important;
}

.dv-dm-premium-button.is-vip-inactive,
.dv-dm-new-vip.is-vip-inactive {
	background: linear-gradient(135deg,#8f2d21,#b8402f) !important;
}

@keyframes dv-dm-vip-spin {
	to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
	.dv-dm-premium-button.is-vip-loading::before,
	.dv-dm-new-vip.is-vip-loading::before {
		animation: none;
	}
}
