*,
*::before,
*::after {
		box-sizing: border-box;
}

[hidden] {
	display: none !important;
}

html,
body {
  margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

blockquote {
	margin: 10px 0 14px;
	padding: 10px 12px;
	border-left: 3px solid #d0d7ff;
	color: #444;
	font-style: italic;
}

blockquote code {
	font-style: normal;
	background: rgba(255, 255, 255, .7);
	padding: 1px 3px;
}

hr {
  border: 0;
  border-bottom: 1px solid #e3e3e3;
  margin: 2rem 0;
}

img,
picture,
video,
canvas {
	display: block;
	max-width: 100%;
	height: auto;
}

b, bold,
strong {
	font-weight: bolder;
}

em,
i {
	font-style: italic;
}

body {
	-webkit-text-size-adjust: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1.3;
	position: relative;
	background-color: #fff;
	min-height: 100svh;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #dd1777;
}

h1:first-child {
		margin-top: 0;
}

article>h1:first-child,
article>h2:first-child,
article>h3:first-child,
section>h1:first-child,
section>h2:first-child,
section>h3:first-child {
	margin-top: 0;
}
section > h2:first-of-type {
	margin-top: 1.5em;
}

dt>h1:first-child,
dt>h2:first-child {
	margin-top: 0;
}

header>h1:first-child,
header>h2:first-child {
	margin-top: 0;
}

h1,
h2,
h3 {
		line-height: var(--line-height-heading);
		font-weight: bold;
}

h1 {
		font-size: var(--font-size-h1);
		margin: 0 0 5px;
}

h2 {
		font-size: var(--font-size-h2);
		margin: 0 0 5px;
}

h3 {
		font-size: var(--font-size-h3);
		margin: 0 0 5px;
}

@media (max-width: 768px) {
    h1 {
        font-size: var(--font-size-h1-mobile);
    }

    h2 {
        font-size: var(--font-size-h2-mobile);
    }

    h3 {
        font-size: var(--font-size-h3-mobile);
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 17px;
    }
}

pre {
	background: #fbfbfe;
	border: 1px solid var(--line);
	padding: 12px;
	overflow: auto;
	font-size: 13px;
	margin: 10px 0;
	font-family: ui-monospace, SFMono-Regular, Consolas, Monaco, monospace;
}

code {
	background: #fbfbfe;
	padding: 2px 6px;
	border: 1px solid var(--line);
	font-family: ui-monospace, SFMono-Regular, Consolas, Monaco, monospace;
}

figure {
	margin: 12px 0 16px 15px;
}

figure>img {
	margin: 0;
}

figcaption {
	color: var(--muted);
	font-size: 12.5px;
	margin-top: 10px;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
    appearance: none;
    transition: background-color .2s ease, color .2s ease;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: .8rem;
    font-weight: 900;
    height: 3rem;
    padding: 0 2rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    background: transparent;
    color: #db006a !important;
    align-content: center;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
    color: #990000 !important;
    background: #fbf0f0;
}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
    background: #dd1777;
    color: #fff !important;
}

input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
button.primary:hover,
.button.primary:hover {
    background: #a90052
}

.button i {
    margin-right: .5em
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
    font-size: 14px;
    height: 2.5rem;
    padding: 0 1.5rem;
    align-content: center;
}

input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
button.large,
.button.large {
    font-size: .9rem;
    height: 3.5rem;
    padding: 0 2.75rem;
    align-content: center;
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
    pointer-events: none;
    opacity: .25
}

button.linkstyle,
button.linkstyle:hover {
    all: unset;
    cursor: pointer;
}

form ::-moz-focus-inner {
	border: 0
}

form ::placeholder {
	color: #666 !important
}

form label {
	display: block;
	font-weight: 700;
	margin: 10px 0 10px 0;
	color: #444
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    background: #fff;
    border: 2px solid #eee;
    color: #000;
    cursor: auto;
    font-size: .9rem;
    height: 3rem;
    padding: 10px;
}

form .large,
form input.large,
form select.large {
	font-size: .9rem;
	height: 3.5rem;
	padding: 0 2.75rem;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
		border-color: #dd1777;
}

form select {
    -webkit-appearance: none;
    width: 100%;
    cursor: pointer;
    padding: 0 1rem
}

header {
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

header p {
	font-size: 14px;
	color: #444;
	margin-top: 5px;
}

main {
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.6;
    color: #333;
}

main > header {
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 24px;
    margin-bottom: 32px;
}

main > header h1 {
    font-size: 2rem;
    margin: 0 0 12px 0;
    color: #111;
    display: flex;
    align-items: center;
    gap: 12px;
}

main > header p {
    font-size: 1.15rem;
    color: #555;
    margin: 0 0 8px 0;
}

main > header p:last-of-type {
    font-size: 0.9rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

main, .base-wrapper {
    flex: 1 0 auto;
}

section {
    margin-bottom: 40px;
}

section h2 {
    font-size: 1.5rem;
    color: #222;
    align-items: center;
    gap: 10px;
}

section p {
    margin: 0 0 16px 0;
    font-size: 1rem;
}

section p:last-child {
    margin-bottom: 0;
}

section a {
    color: #c2185b;
    text-decoration: none;
    font-weight: 500;
}

section a:hover {
    text-decoration: underline;
}

:root {
	--font-size-h1: 28px;
	--font-size-h2: 20px;
	--font-size-h3: 16px;
	--line-height-heading: 1.2;
	--font-size-h1-mobile: 28px;
	--font-size-h2-mobile: 20px;
	--font-size-h3-mobile: 16px;
	--bg: #ffffff;
	--ink: #1b1d24;
	--muted: #5e6577;
	--line: #ebedf3;
	color: var(--ink);
}

.ctheme {
    color: #c2185b;
}

.ad-label {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 8px 0;
	letter-spacing: 0.08em;
}

.ad-area {
	display: block;
	width: 336px;
	min-height: 250px;
	margin: 0 auto;
	background: #f1f5f9;
	border: 1px solid var(--sb-line);
}

@media (max-width: 1300px) {
	.ad-area {
			width: 336px;
	}
}

@media (max-width: 1120px) {
	.ad-area {
			width: 300px;
	}
}

.base-wrapper {
    height: auto !important;
    display: grid;
    align-items: start;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 2em;
    gap: 1em;
    text-align: left;
    max-width: 1400px;
    overflow: clip;
    width: 100%;
    padding: 20px 10px 10px 10px;
	grid-template-columns: 360px minmax(0, 1fr);
}

.base-content {
	height: auto !important;
	align-self: start;
	min-width: 0px;
	width: 100%;
}

#sb-uploader h2 {
	font-size: 16px;
	margin-top: 32px;
}

.base-sidebar {
    height: auto !important;
    max-width: 340px;
    width: 100%;
    align-self: start;
    position: relative;
}

@media (max-width: 1300px) {
	.base-wrapper {
			grid-template-columns: 336px minmax(0, 1fr);
	}

	.base-sidebar {
			max-width: 336px;
	}
}

@media (max-width: 1120px) {
	.base-wrapper {
			grid-template-columns: 300px minmax(0, 1fr);
	}

	.base-sidebar {
			max-width: 300px;
	}
}

@media (max-width: 980px) {
	.base-wrapper {
			grid-template-columns: 1fr;
	}

	.base-sidebar {
			display: none !important;
	}
}

.base-content.no-sidebar {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    padding: 0 16px;
}

.wrap {
		margin-inline: auto;
}

.wrap a {
    color: var(--accent);
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 2px;
}

.wrap a:hover {
    text-decoration-style: solid;
    background: #fff0f6;
}

.wrap a:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
    border-radius: 5px;
}

@media (max-width:420px) {
    .wrap {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	border-bottom: 1px solid var(--line);
}


.badge {
	color: var(--muted);
	border: 1px solid var(--line);
	border-radius: 999px;
	padding: 6px 10px;
	font-size: 13px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
    white-space: nowrap;
    background-color: #fff;
}

.badge :hover {
	background: #fff;
}
.badge.menu {
	display: inline-block;
	color: #c2185b;
	font-weight: bold;
	font-size: 14px;
	background: #fff0f7;
	border: none;
	padding: 5px 10px;
	border-radius: 2px;
	margin-bottom: 5px;
}

.badge.new {
	background: #fff3e0;
	color: #dd1777;
	border: 1px solid #ffe0b2;
	border-radius: 5px;
	font-size: 12px;
	padding:2px 6px;
	font-weight: bold;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.badge.success {
	background: #e3fde4;
	color: #2e2e2e;
	border-color: #2af545;
	font-size: 13px;
	text-transform: uppercase;
}

.badge.error {
	background: #e3f2fd;
	color: #0d47a1;
	border-color: #bbdefb;
}

.badge.duplicate {
	background: #fdefe3;
	color: #555;
	border-color: #ffd279;
	font-style: italic;
}

.badge.updated {
	background: #e3f2fd;
	color: #0d47a1;
	border-color: #bbdefb;
}

.badge.recently {
    color: #007d1d;
    border-color: #aee1b0;
}

.badge.safe {
		background: #e8f5e9;
		color: #1b5e20;
		border-color: #c8e6c9;
}

.badge.info {
		background: #e3f2fd;
		color: #0d47a1;
		border-color: #bbdefb;
}

.badge.ai {
    background: linear-gradient(135deg, #f6f0ff 0%, #f7f8ff 45%, #f6f0ff 100%);
		color: #c2185b;
		border-color: #f8bbd0;
    border: 1px solid #dde2ff;
}

.badge.audio {
		background: #f1f8e9;
		color: #33691e;
		border-color: #dcedc8;
}

.badge.arch {
		background: #fafafa;
		color: #555;
		border: 1px solid #e0e0e0;
}

.badge.arch-na {
		background: #f5f5f5;
		color: #999;
		border: 1px solid #ddd;
}

.badge.version {
    background: #fafafa;
    color: #333;
    border: 1px solid #e0e0e0;
}

.badge.subtle {
		background: #f8f8f8;
		color: #444;
		border-color: #e9e9e9;
}

.badge.legacy {
		background: #fff7e6;
		color: #8a5a00;
		border-color: #ffe3b0;
}

.badge.download {
		background: #eef7ff;
		color: #0b64b3;
		border-color: #cfe6ff;
}

.badge.validated {
		background: #e8f5e9;
		color: #1b5e20;
		border-color: #c8e6c9;
}

.badge.requested {
		margin-top: 12px;
		background: #ebffec;
		color: #1b5e20;
		border: none;
}

.badge.podcast {
		background: #f3e8ff;
		color: #5e35b1;
		border-color: #e0d0ff;
}

.badge.likes {
		background: #ffebee;
		color: #b71c1c;
		border-color: #ffcdd2;
}

.badge.verified {
		background: #f4fff4;
		color: #118e1a;
		border: 1px solid #a2e4a4;
		border-radius: 5px;
		font-size: 12px;
		padding:2px 6px;
    	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

}

.callout,
.note,
.tip,
.warn .success {
    border: 1px solid var(--line);
    border-radius: 5px;
    padding: 12px 14px;
    font-size: 14px;
}

.callout .title {
		font-weight: 700;
		color: #2c3142;
		margin-bottom: 6px;
}

.callout.tip,
.tip {
		background: #fff5fa;
		border-left: 2px solid var(--accent);
}

.callout.caution,
.warn {
		background: #fff8e6;
		border-left: 2px solid #f59e0b;
}

.callout.success,
.success {
    background: #edffeb;
    border-left: 2px solid #51dd17;
}

.file-list {
		display: grid;
		grid-template-columns: 1fr minmax(auto, 45%) auto auto;
		row-gap: 10px;
		min-height: 200px;
		align-content: start;
		font-size: 14px;
}

@media (max-width:1280px) and (min-width:980px),
(max-width:736px) {
		.file-list {
				grid-template-columns: 1fr auto;
				grid-auto-flow: dense;
				gap: 0;
		}
}

.file-list>header {
		display: contents;
}

@media (max-width:1280px) and (min-width:980px),
(max-width:736px) {
		.file-list>header :first-child {
				grid-column: 1 / -1;
		}

		.file-list>header :nth-child(n+2) {
				display: none;
		}
}

.file-list> :first-child {
		grid-column: 1 / -1;
}

.file-list .files {
		display: contents;
}

.file-list .filerow {
		display: contents;
}

@-webkit-keyframes spin {
		0% {
				-webkit-transform: rotate(0deg);
		}

		100% {
				-webkit-transform: rotate(360deg);
		}
}

@keyframes spin {
		0% {
				transform: rotate(0deg);
		}

		100% {
				transform: rotate(360deg);
		}
}

.file-feed {
    --bg: #fff;
    --ink: #1b1d24;
    --muted: #5e6577;
    --line: #ebedf3;
    --accent: #dd1777;
    --success: #71c831;
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 18px;
    padding: 10px;
    min-height: 80px;
    margin-bottom: 18px;
    background: var(--bg);
    border: 1px solid var(--line);
    text-decoration: none;
}

a>.file-feed:hover {
		border-color: #e6d3db;
		transform: translateY(-1px);
}

a>.file-feed:focus-visible {
		outline: 2px solid var(--accent);
		outline-offset: 2px;
}

.file-feed.is-static {
		cursor: default;
}

.file-feed.is-static:hover {
		transform: none;
		border-color: var(--line);
}

.file-feed-thumb,
.file-feed-thumb-na {
		width: 32px;
		height: 32px;
		border-radius: 5px;
		flex-shrink: 0;
		background: url(/img/dllme_50_square_icon.png) center/cover no-repeat;
		margin-top: 2px;
}

.file-feed-thumb-na {
		filter: grayscale(100%);
		opacity: .35;
}

.file-feed-content {
		min-width: 0;
		display: grid;
		gap: 5px;
}

.ff-row1 {
		display: flex;
		gap: 10px;
		align-items: center;
		min-width: 0;
}

.ff-title {
		margin: 0;
		color: var(--ink);
		font-size: clamp(15px, 1.5vw, 17px);
		font-weight: 700;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-transform: none;
		transition: color .15s ease;
}

.ff-excerpt {
    --lh: 1.5;
    --lines: 2;
    margin: 0;
    font-size: 14px;
    color: #2b2b2b;
    display: -webkit-box;
    -webkit-line-clamp: var(--lines);
    line-clamp: var(--lines);
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(1em * var(--lh) * var(--lines));
}

.ff-excerpt.ff-empty {
		color: transparent;
}

.ff-meta {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		align-items: center;
		color: var(--muted);
		font-size: 12px;
}

.ff-chip {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		padding: 5px 10px;
		border-radius: 999px;
		background: var(--chip);
		border: 1px solid var(--line);
		color: #364152;
		font-size: 12px;
		vertical-align: middle;
}

.ff-chip i {
		font-size: 12px;
}

.ff-chip-success {
		background: rgba(113, 200, 49, .12);
		border-color: rgba(113, 200, 49, .28);
		color: #2c7a0b;
}

.file-feed a {
		color: inherit;
}

.file-feed a:hover {
		color: inherit;
}

@media (hover:hover) {

		a>.file-feed:hover .ff-title,
		a>.file-feed:focus-visible .ff-title,
		a>.file-feed:active .ff-title {
				color: var(--accent);
				text-decoration: none;
		}
}

.feed-list {
		margin: 0;
		padding: 0;
		list-style: none;
}

@media (max-width:700px) {
		.file-feed {
				grid-template-columns: 28px 1fr;
				gap: 14px;
				padding: 14px 14px;
				border-radius: 5px;
		}

		.file-feed-thumb,
		.file-feed-thumb-na {
				width: 28px;
				height: 28px;
				border-radius: 7px;
		}

		.ff-title {
				white-space: normal;
		}
}

@media (prefers-reduced-motion:reduce) {
		.file-feed {
				transition: none;
		}
}

.overflow-ellipsis {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
}

.loader {
		border: 16px solid #f3f3f3;
		border-radius: 50%;
		border-top: 16px solid #dd1777;
		width: 100px;
		height: 100px;
		animation: spin 2s linear infinite;
		margin: auto;
		grid-column: 1 / -1
}

.select-w-icon {
		position: relative;
		flex: 1 1 220px;
		max-width: 260px;

		&::after {
			content: "";
			display: block;
			position: absolute;
			top: calc(50% - 6px);
			right: 20px;
			width: 8px;
			height: 8px;
			transform: rotate(-45deg);
			border: 1px solid black;
			border-top: none;
			border-right: none;
			pointer-events: none;
		}
}
.hide-el {
		display: none
}

@media (max-width:980px) {
		.hide980 {
				display: none !important
		}
}

@media (max-width:780px) {
		.hide780 {
				display: none !important
		}
}

.flex-balance {
		flex: 1 0%
}

@media (max-width:1200px) {
		.flex-expand768 {
				flex: 1 100%
		}
}

.flex-holder {
		display: flex
}

@media (max-width:768px) {
    .flex-holder {
        display: block
    }
}

.collapsible:hover {
		background: #fff5fa;
}

.collapsible:after {
		content: '\02795';
		float: right;
		margin-left: 5px;
}

.content {
		padding: 1em;
		overflow: hidden;
		transition: max-height .2s ease-out
}

.submit-err {
		padding: 10px;
		background: #f5ffc0;
		font-size: 1em;
		font-weight: 600;
		margin: 1em
}

.submit-err-fail {
		padding: 10px;
		background: #ffd3d3;
		font-size: 1em;
		font-weight: 600;
		margin: 1em
}

.dlx-fr {
		--brand: #dd1777;
		--text: #444;
		--muted: #666;
		--border: #e3e3e3;
		--bg: #fff;
		--soft: #fafafa;
		color: var(--text);
		background: linear-gradient(#fff, #fafafa);
		border: 1px solid #ddd;
		padding: 12px;
		margin: 18px 0;
}

.dlx-fr.filerow-content {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 12px;
}

.dlx-fr-col-one {
		flex: 1 1 28%;
		min-width: 260px;
		font-size: 14px;
		line-height: 1.7;
}

.dlx-fr-col-two-three {
		flex: 1 1 52%;
		min-width: 320px;
		display: flex;
		gap: 12px;
}

.dlx-fr-col-two {
		flex: 1 1 auto;
		min-width: 220px;
		font-size: 12px;
		font-family: monospace;
}

.dlx-fr-col-three {
		flex: 0 0 auto;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		gap: 10px;
		justify-content: flex-start;
}

.filerow-title {
		display: flex;
		align-items: center;
		gap: 8px;
		font-weight: 900;
		color: #111;
		font-size: 15px;
}

.dlx-fr-col-one .flex-test {
		max-width: 100%
}

.dlx-miss {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		margin-top: 6px;
		padding: 6px 8px;
		font-size: 12px;
		color: #444;
		background: #fff8e6;
		border: 1px solid #f1dfc6;
		border-radius: 8px;
}

.dlx-miss i {
		color: #ef6c00
}

.dlx-fr-col-two .hash {
	font-size: 11px;
		color: #888;
		font-family: monospace;
}

.dlx-fr-col-two .dlx-verline {
		display: flex;
		align-items: center;
		gap: 8px;
		margin-bottom: 4px;
}

.dlx-fr-col-two .dlx-verpill {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		padding: 4px 8px;
		border: 1px solid #ddd;
		border-radius: 999px;
		font-size: 13px;
}

.dlx-bitness {
		display: inline-flex;
		flex-direction: column;
		align-items: flex-end;
		gap: 2px;
		padding: 12px;
		border-radius: 5px;
		border: 1px solid #ddd;
		max-width: 260px;
}

.dlx-bitness .main {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		font-weight: 800;
		color: #333;
		white-space: nowrap;
}

.dlx-bitness .main i {
		color: var(--brand);
		font-size: 15px
}

.dlx-bitness .sub {
		font-size: 11px;
		color: var(--muted);
		white-space: nowrap;
		min-height: 1em;
}

.dlx-fr-col-three .button.primary.small {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    border-radius: 5px;
    font-size: 13px;
    white-space: nowrap;
}

@media (max-width:880px) {
		.dlx-fr-col-two-three {
				flex-direction: column
		}

		.dlx-fr-col-three {
				align-items: flex-start
		}

		.dlx-bitness {
				align-items: flex-start
		}
}

.dottedunder {
		color: #0a58ca;
		text-decoration: none;
		border-bottom: 1px dotted currentColor;
}

.dottedunder:hover {
		border-bottom-style: solid;
		background: #fce4ec33;
}

.dropzone {
	border: 2px dashed #e6aec7;
	padding: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex: 1 1 auto;
	min-height: 250px;
	position: relative;
	overflow: hidden;

	background-image:
		radial-gradient(circle, rgba(230, 174, 199, 0.25) 15%, transparent 20%),
		linear-gradient(
			to bottom,
			transparent 40%,
			rgba(230, 174, 199, 0.15) 45%,
			rgba(230, 174, 199, 0.5) 50%,
			rgba(230, 174, 199, 0.15) 55%,
			transparent 60%
		);
	background-size: 16px 16px, 100% 200%;
	background-repeat: repeat, no-repeat;
	background-position-x: 0%, 0%;
	background-position-y: 0%, 100%;
}

.dropzone::before,
.dropzone::after {
	content: "";
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	z-index: 1;
	pointer-events: none;
	background-size: contain;
	background-repeat: no-repeat;

	bottom: -40px;
	opacity: 0;

	transition: opacity 0.3s ease, bottom 0.3s ease;
}

.dropzone::before {
	left: 15%;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e6aec7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z'/%3E%3Cpath d='M14 2v4a1 1 0 0 0 1 1h4'/%3E%3C/svg%3E");
}

.dropzone::after {
	right: 15%;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e6aec7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z'/%3E%3Cpath d='M14 2v4a1 1 0 0 0 1 1h4'/%3E%3Ccircle cx='12' cy='14' r='2'/%3E%3C/svg%3E");
}

.dropzone:hover {
	animation:
		bitStream 1.5s linear infinite,
		laserScan 3s ease-in-out infinite;
}

.dropzone:hover::before {
	opacity: 0.6;
	bottom: 30px; /* Pulls it up safely into view */
	animation: floatUpLeft 4s ease-in-out infinite alternate;
}

.dropzone:hover::after {
	opacity: 0.6;
	bottom: 40px; /* Pulls it up safely into view */
	animation: floatUpRight 4.5s ease-in-out infinite alternate;
}

@keyframes bitStream {
	0% { background-position-y: 0%, 100%; }
	100% { background-position-y: -32px, 100%; }
}

@keyframes laserScan {
	0% { background-position-y: inherit, 100%; }
	50% { background-position-y: inherit, 0%; }
	100% { background-position-y: inherit, 100%; }
}

@keyframes floatUpLeft {
	0% { transform: translateY(0) rotate(0deg); }
	100% { transform: translateY(-120px) translateX(15px) rotate(15deg); }
}

@keyframes floatUpRight {
	0% { transform: translateY(0) rotate(0deg); }
	100% { transform: translateY(-130px) translateX(-15px) rotate(-15deg); }
}


.dropzone strong {
		display: block;
		margin-bottom: 6px;
}

.dropzone .hint {
		color: var(--muted);
		font-size: 13px;
		margin: 6px 0;
}

.drop-actions {
		display: flex;
		gap: 8px;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 8px;
}

.upload-card input[type="file"] {
		display: none;
}

.upload-card form label {
		margin: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

:root {
		--dlx-brand: #dd1777;
		--dlx-text: #222;
		--dlx-muted: #666;
		--dlx-border: #e3e3e3;
		--dlx-soft: #f7f7f7;
		--dlx-bg: #fff;
		--dlx-radius: 12px;
		--dlx-good: #25a05c;
		--dlx-bad: #ff4444;
		--dlx-warn: #f5a524;
}

.dll-file-header-top {
		display: flex;
		align-items: center;
		gap: 6px;
}

@media (max-width:600px) {
    .dll-file-header-top {
        flex-direction: column;
        align-items: flex-start;
    }

}

.dll-file-header .logo-icon {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	flex-shrink: 0;
	object-fit: cover;
}

.dll-file-header-bottom {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;

	.left {
		padding-top: 8px;
		font-size: 28px;
		color: #333;

		time {
			font-weight: bold;
			margin-right: 5px;
		}

		span {
			color: #037b66;
			font-size: 20px;
			font-weight: bold;

			@media (max-width: 720px) {
				font-size: 12px;
				display: block;
			}
		}

		div {
			font-size: 12px;
		}
	}

	.right {
		max-width: 200px;
		margin-left: auto;
		align-self: center;
		padding-top: 8px;
	}
}

.files {
    color: #000;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    border-radius: 999px;
    padding: 4px 10px;
}

.dlh-flex {
		display: flex;
		gap: 18px;
		width: 100%;
		align-items: flex-start;
}

@media (max-width: 900px) {
		.dlh-flex {
				flex-direction: column;
		}
}

.dlh-card {
		background:
				linear-gradient(to bottom, #ffffff 10%, transparent 30%),
				radial-gradient(rgb(194 24 91 / 4%) 1px, transparent 1px) 0 0 / 5px 5px,
				linear-gradient(to bottom, #ffffff 5%, #ffecf5 100%);
		border: 1px solid #e6e6e6;
		padding: 16px;
		width: 100%;
		margin-top: 20px;
}

.dlh-kv {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0;
}

.dlh-rowpair {
		display: grid;
		grid-template-columns: 180px 1fr;
		align-items: flex-start;
		grid-column: 1 / -1;
		padding: 5px 0;
}

.dlh-rowpair a {
    border-bottom: 1px dotted #dd1777;
}

.dlh-rowpair+.dlh-rowpair {
		border-top: 1px solid #f5f5f5;
}

@media (max-width: 960px) {
		.dlh-rowpair {
				grid-template-columns: 150px 1fr;
		}
}

.dlh-rowpair,
.dlh-v {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dlh-k {
		display: flex;
		align-items: center;
		gap: 8px;
		color: #444;
		font-size: 14px;
		align-self: center;
}

.dlh-k i {
		color: #c2185b;
		font-size: 14px;
}

.dlh-v {
		font-size: 14px;
		color: #222;
		min-height: 24px;
		font-weight: bold;
}

.dlh-muted {
		color: #666;
		font-style: italic;
}

.dlx-about {
		color: var(--dlx-text);
}

.dlx-about .md-content {
    color: #222;
}

.dlx-about .md-content h2 {
    margin: 2rem 0 .6rem;
}

.dlx-about .md-content h3 {
    margin: 1.5rem 0 .5rem;
}

.dlx-about .md-content ul,
.dlx-about .md-content ol {
    margin: 0 0 1rem 1.6rem;
    padding: 0;
    list-style-position: outside;
}

.dlx-about .md-content p+ul,
.dlx-about .md-content p+ol {
    margin-top: 0.4rem;
}

.dlx-about .md-content li {
    margin: 0.2rem 0;
}

.dlx-about .md-content ul ul,
.dlx-about .md-content ul ol,
.dlx-about .md-content ol ul,
.dlx-about .md-content ol ol {
    margin-top: 0.2rem;
    margin-bottom: 0.6rem;
    margin-left: 1.2rem;
}

.dlx-about .md-content ul {
    list-style-type: disc;
}

.dlx-about .md-content ul ul {
    list-style-type: circle;
}

.dlx-about .md-content ol {
    list-style-type: decimal;
}

.dlx-about .md-content p {
    margin: .65em 0;
}

.dlx-about .md-content a {
    color: #0a58ca;
    text-decoration: underline;
}

.dlx-about__h2 {
    margin: 5px 0 10px;
    border-bottom: 2px solid #dde2ff;
    padding-bottom: 12px;
    color: #4559cd;
    font-size: 26px;
    font-weight: 900;
}

.dlx-meta {
		color: var(--dlx-text);
}

.dlx-meta__icon {
		width: 40px;
		height: 40px;
		flex: 0 0 40px;
		display: grid;
		place-items: center;
		border-radius: 10px;
		background: radial-gradient(ellipse at 30% 30%, rgba(221, 23, 119, .22), rgba(221, 23, 119, .06));
		border: 1px solid #f1c4d5;
}

.dlx-meta__icon i {
		font-size: 18px;
		color: var(--dlx-brand);
}

.dlx-meta__grid,
.dlx-sim__grid {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		gap: 18px;
		margin-top: 18px;
}

.dlx-meta__card,
.dlx-sim__card {
		grid-column: span 12;
		background: linear-gradient(#fff, #fafafa);
		border: 1px solid var(--dlx-border);
		padding: 14px 16px;
		margin: 0;
}

@media (min-width:920px) {

		.dlx-meta__card,
		.dlx-sim__card {
				grid-column: span 6;
		}
}

@media (min-width:1240px) {

		.dlx-meta__card,
		.dlx-sim__card {
				grid-column: span 6;
		}
}

.dlx-meta__cardhead,
.dlx-sim__cardhead {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-bottom: 10px;
}

.dlx-meta__cardhead .dlx-meta__icon,
.dlx-sim__cardhead .ico {
		width: 40px;
		height: 40px;
		flex: 0 0 40px;
		display: grid;
		place-items: center;
		border-radius: 8px;
		background: radial-gradient(ellipse at 30% 30%, rgba(221, 23, 119, .18), rgba(221, 23, 119, .05));
		border: 1px solid #f1c4d5;
}

.dlx-meta__cardhead .dlx-meta__icon i,
.dlx-sim__cardhead .ico i {
		font-size: 15px;
		color: var(--dlx-brand);
}

.dlx-meta__label,
.dlx-sim__label {
		font-weight: 900;
		font-size: 15px;
}

.dlx-meta__list {
		list-style: none;
		padding: 0;
		margin: 0;
		display: grid;
		gap: 8px;
}

.dlx-meta__item {
		display: flex;
		align-items: center;
		gap: 8px;
		min-width: 0;
}

.dlx-meta__link {
		min-width: 0;
		color: #0a58ca;
		text-decoration: underline;
		overflow-wrap: anywhere;
		overflow-wrap: anywhere;
}

.dlx-meta__count {
		margin-left: auto;
		background: #f3f3f3;
		color: #333;
		font-weight: 800;
		font-size: 12px;
		border-radius: 999px;
		padding: 3px 8px;
		border: 1px solid #e7e7e7;
}

.dlx-meta__more {
		color: var(--dlx-muted);
		font-size: 13px;
		margin-top: 8px;
}

.filter-card {
		border-bottom: 1px solid #ddd;
		padding: 14px;
		margin-bottom: 18px;
		background: linear-gradient(#fff, #ffecf5);
}

.file-opts {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		margin: 0;
		padding: 2px 0 8px;
}

#search-filter {
		flex: 2 1 320px;
		min-width: 240px;
		background: #fff !important;
		color: var(--text);
		border: 1px solid #ddd;
		padding: 10px 12px;
}

.collapsible.small.fit {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		margin-top: 8px;
		padding: 10px 12px;
		background: #fff;
		color: #222;
		border: 1px solid #ddd;
		font-weight: 800;
		font-size: 13px;
		line-height: 1;
		cursor: pointer;
		transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.collapsible.small.fit:hover {
		background: #fdf6f9;
		border-color: #f0c7da;
}

.collapsible.small.fit i {
		color: var(--brand);
}

.collapsible.small.fit::before,
.collapsible.small.fit::after {
		content: none !important;
}

.box.content {
		margin-top: 12px;
		background: var(--soft2);
		border: 1px dashed #ddd;
		padding: 12px;
}

.dlx-filtering {
		color: #222;
		padding: 10px 12px;
		background: #fff8ea;
		border: 1px solid #f0e2c4;
}

.dlx-chip {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		padding: 6px 8px;
		background: #fff;
		border: 1px solid #ddd;
		border-radius: 8px;
		font-size: 13px;
		font-weight: 700;
}

.dlx-chip i {
		color: #ff0a0a;
}

.button.primary.fit {
		height: 50px;
		border-radius: 10px;
		font-weight: 800;
		width: 100%;
}



.dlh-hash-trunc {
		font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
		display: inline-block;
		max-width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		vertical-align: middle;
		margin-bottom: 0;
}

.install-title {
		font-weight: bold;
		font-size: 16px;
		border-bottom: 1px solid #ddd;
		height:32px;
}

.install-steps {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 14px;
		font-size: 14px;
}

@media (max-width:880px) {
		.install-steps {
				grid-template-columns: 1fr;
		}
}

.install-step,
a.install-step {
		display: grid;
		gap: 10px;
		border: 1px solid #eaeaea;
		padding: 14px;
		color: inherit;
		text-decoration: none;
		transition: border-color .15s ease, transform .06s ease;
}

.install-step:hover,
.install-step:focus-visible {
		border-color: #e6d3db;
		transform: translateY(-1px);
		outline: none;
}

.dlx-ai-section {
		margin-top: 20px;
		padding: 14px 16px 16px;
		border-radius: 8px;
		border: 1px solid #dde2ff;
		background: #f7f8ff;
}

.dlx-ai-section__label {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: .06em;
		color: #4a4f8f;
		margin-bottom: 6px;
}

.dlx-ai-section__label i {
		font-size: 12px;
}

.dlx-ai-section .dlx-about__h2 {
		margin-top: 4px;
}

.faq-container {
		padding-top: 12px;
		margin: 0 auto;
		font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.faq-item {
		border: 1px solid #e2e8f0;
		border-radius: 8px;
		margin-bottom: 12px;
		overflow: hidden;
		transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item[open] {
		border-color: #cbd5e1;
		box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.faq-question {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 18px 24px;
		font-weight: 600;
		color: #1e293b;
		cursor: pointer;
		list-style: none;
		user-select: none;
}

.faq-question::-webkit-details-marker {
		display: none;
}

.faq-question::after {
		content: "";
		width: 10px;
		height: 10px;
		border-right: 2px solid #64748b;
		border-bottom: 2px solid #64748b;
		transform: rotate(45deg);
		transition: transform 0.2s ease;
		margin-left: 16px;
}

.faq-item[open] .faq-question::after {
		transform: rotate(-135deg);
}

.faq-answer {
		padding: 0 24px 18px;
		color: #475569;
		font-size: 15px;
		line-height: 1.6;
}

.faq-answer p {
		margin: 0;
}

.empty-state {
		text-align: center;
		padding: 24px;
		color: #444;
}

.base-content a {
		color: var(--accent);
		text-decoration-style: dotted;
		text-decoration-thickness: 1px;
}

.base-content a:hover {
		text-decoration-style: solid;
		background: #fff0f6;
}

.base-content a:focus-visible {
		outline: 2px solid var(--accent);
		outline-offset: 2px;
		border-radius: 4px;
}

.flex-input-holder {
		flex: 1 1 auto;
		position: relative
}

.flex-input {
		position: relative;
		flex: 1 1
}

.dlh-details summary {
		list-style: none;
		outline: none;
		cursor: pointer;
		user-select: none;
		color: #222;
}

.dlh-details summary::-webkit-details-marker {
		display: none;
}

.dlh-details summary .dlh-more {
		margin-left: 8px;
		font-size: 12px;
		color: #777;
		text-decoration: none;
		border-bottom: 1px dotted #bbb;
}

.dlh-details[open] summary .dlh-more {
		border-bottom-color: transparent;
}

.dlh-details-body {
		margin-top: 6px;
		color: #222;
}

.dlh-arch-list img.arch {
		width: 32px;
		height: 32px;
		border-radius: .5em;
		vertical-align: middle;
		margin-right: 6px;
		object-fit: contain;
		display: inline;
}

.dlh-progress {
		position: relative;
		height: 10px;
		background: #f3f3f3;
		border: 1px solid #e6e6e6;
		border-radius: 999px;
		overflow: hidden;
		margin-top: 4px;
}

.dlh-progress .bar {
		height: 100%;
		background: #bbb;
		border-radius: 999px;
		transition: width .25s ease;
}

.dlh-progress.good .bar {
		background: #dd1777;
}

.dlh-progress.warn .bar {
		background: #dd1777;
}

.dlh-progress.low .bar {
		background: #dd1777;
}

.dlh-progress-meta {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
		font-size: 13px;
		color: #333;
		margin-top: 6px;
}

.dlh-progress-meta .dlh-pct {
		font-weight: 700;
		color: #222;
}

.dlh-meta-help {
		font-size: 12px;
		color: #666;
		margin-top: 5px;
		font-weight: normal;
}


/* NAV MENUS */

.nav-tabs-bar {
    --tabs-bg: #ffffff;
    --tabs-text: #4a5568;
    --tabs-text-hover: #dd1777;
    --tabs-accent: #dd1777;
    --tabs-border: #e2e8f0;
    --tabs-input-bg: #f1f5f9;

    display: block;
    width: 100%;
    background-color: var(--tabs-bg);
    border-bottom: 1px solid var(--tabs-border);
    align-content: center;
    min-height: 56px;
}

.nav-tabs-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.nav-tabs-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    gap: 16px;
}

.nav-tabs-left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-grow: 1;
}

.nav-tabs-right {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.nav-tabs-left nav,
.nav-tabs-right nav {
	overflow: hidden;
}

.nav-tabs-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 8px;
}

.nav-tabs-brand-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding-left: 1px;
    background-color: #dd1777;
    color: #ffffff;
    font-family: Arial, -apple-system, sans-serif;
    font-size: 15px;
    font-weight: 900;
    -webkit-text-stroke: 0.5px #ffffff;
    text-transform: uppercase;
    border-radius: 6px;
    flex-shrink: 0;
    font-style: italic;
    margin-left: 5px;
}

.nav-tabs-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 8px;
}

.nav-tabs-name {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: var(--tabs-text);
    letter-spacing: -0.5px;
}

.nav-tabs-name span {
    color: var(--tabs-text);
    transition: color 0.15s ease;
}

.nav-tabs-brand:hover .nav-tabs-name span {
    color: var(--tabs-accent);
}


.nav-tabs-icon {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    flex-shrink: 0;
    fill: var(--tabs-accent);
    stroke: var(--tabs-accent);
}

.nav-tabs-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.nav-tabs-list::-webkit-scrollbar {
    display: none;
}

.nav-tabs-item {
    scroll-snap-align: start;
    flex: 0 0 auto;
}

.nav-tabs-link {
    display: inline-flex;
    align-items: center;
    padding: 14px 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: var(--tabs-text);
    transition: color 0.15s ease, border-color 0.15s ease;
}

.nav-tabs-link:hover,
.nav-tabs-link:focus {
    color: var(--tabs-text-hover);
    outline: none;
}

.nav-tabs-link.is-active,
.nav-tabs-item.current .nav-tabs-link {
    color: var(--tabs-accent);
    border-bottom-color: transparent;
}

.nav-tabs-link.is-active .ui-badge {
    background-color: var(--tabs-accent);
    color: #ffffff;
}

.nav-tabs-icon[fill="none"] {
    fill: none;
}

.nav-tabs-search-box {
    display: flex;
    align-items: center;
    background-color: var(--tabs-input-bg);
    border-radius: 6px;
    padding-right: 4px;
    max-width: 360px;
    width: 100%;
    transition: box-shadow 0.15s ease;
}

.nav-tabs-search-box:focus-within {
    box-shadow: 0 0 0 2px var(--tabs-accent);
}

.nav-tabs-search-box input {
    width: 100%;
    border: none;
    background: none;
    padding: 8px 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    color: inherit;
    outline: none;
}

.nav-tabs-search-btn {
    border: none;
    background: none;
    padding: 6px;
    color: var(--tabs-text);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-tabs-search-btn:hover {
    color: var(--tabs-accent);
}

.nav-tabs-search-btn svg {
    width: 18px;
    height: 18px;
}

.ui-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 18px;
    padding: 0 6px;
    margin-left: 6px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    border-radius: 10px;
    background-color: rgba(74, 85, 104, 0.12);
    color: #4a5568;
    transition: background-color 0.15s ease, color 0.15s ease;
}

@media (max-width: 768px) {
    .nav-tabs-row {
        flex-direction: column;
        height: auto;
        gap: 12px;
    }
    .nav-tabs-left,
    .nav-tabs-right {
        width: 100%;
        justify-content: space-between;
        gap: 12px;
    }
    .nav-tabs-left nav {
        width: 100%;
        overflow: hidden;
    }
    .nav-tabs-search-box {
        max-width: none;
        flex-grow: 1;
        margin-right: 5px;
        margin-top: 5px;
    }
}

.nav-tabs-v-group .nav-tabs-bar {
    border-bottom: none;
    margin: 0;
}

.nav-tabs-v-group .nav-tabs-list {
    flex-direction: column;
    padding: 0;
    white-space: normal;
    overflow: visible;
    line-height: 2em;
}

.nav-tabs-v-group .nav-tabs-link {
    width: 100%;
    padding: 0px 16px;
    border-bottom: none;
    box-sizing: border-box;
}



.vip-btn-inline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff !important;
    background-color: #1a202c;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.15s ease, transform 0.15s ease;
}
.vip-btn-inline:hover {
    background-color: #dd1777;
    transform: translateY(-1px);
}
.vip-btn-inline:active {
    transform: translateY(0);
}
.vip-btn-inline svg {
    width: 14px;
    height: 14px;
    fill: #ffffff;
}
@media (max-width: 480px) {
    .vip-btn-inline span { display: none; }
    .vip-btn-inline { padding: 8px; }
}


footer {
    background: #111;
    color: #aaa;
    padding: 40px calc((100% - 1200px) / 2 + 24px);
    font-family: system-ui, -apple-system, sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    margin-top: 24px;
}
footer img {
    display: block;
    max-width: 140px;
    height: auto;
    opacity: 0.95;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    font-size: 0.95rem;
    font-weight: 500;
}
footer li {
    color: #888;
}
footer a {
    text-decoration: none;
    color: #eee;
    transition: color 0.15s ease;
}
footer a:hover {
    color: #c2185b;
}
@media (max-width: 768px) {
    footer {
        flex-direction: column;
        text-align: center;
        gap: 24px;
        padding: 40px 24px;
    }
    footer ul {
        flex-direction: column;
        gap: 16px;
    }
}
