*,
*::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;
}

dt>h1:first-child,
dt>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);
}

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

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

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
}

: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;
}

.subtitle {
	font-size: 0.9rem;
	color: #666;
	letter-spacing: 0.5px;
	margin: 0;
}

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

.ad-area {
	display: block;
	min-height: 250px;
	margin: 0 auto;
	max-width: 310px;
}

.clamped-ad-banner {
	display: block;
	width: 100%;
	height: 90px;
}

@media(min-width: 500px) {
	.clamped-ad-banner {
		height: 100px;
	}
}

@media(min-width: 800px) {
	.clamped-ad-banner {
		height: 250px;
	}
}

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

.base-content {
	height: auto !important;
	align-self: start;
	width: 100%;
	padding: 10px;
	align-content: start;
	box-sizing: border-box;
}

.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;
}

.base-box {
	background: linear-gradient(135deg, #ffffff 0%, #fff5f8 50%, #fbfbfe 100%);
	border: 1px solid var(--line, #ebedf3);
	border-radius: 8px;
	padding: 24px;
	margin-bottom: 24px;
	box-shadow: 0 4px 20px rgba(221, 23, 119, 0.02);
	box-sizing: border-box;
	width: 100%;
}

.base-h1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	font-size: clamp(22px, 5vw, 28px);
	font-weight: 400;
	margin: 0 0 8px 0;
	color: #000;
	letter-spacing: -0.5px;
	line-height: 1.2;
}

.base-p {
	margin: 0px 0px 12px 0;
	font-size: 14px;
	color: var(--muted, #5e6577);
	line-height: 1.5;
	max-width: 800px;
	white-space: normal;
	letter-spacing: 0.5px;
}

.base-sidebar {
	height: auto !important;
	width: 100%;
	align-self: start;
	position: relative;
	box-sizing: border-box;
}

@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;
}

.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: #fafafa;
}

.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: #fffdf9;
	color: #dd1777;
	border: 1px solid #ffe0b2;
	border-radius: 5px;
	font-size: 12px;
	padding: 0 6px;
	line-height: 18px;
	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;
	font-size: 14px;
}

.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 #e2e8f0;
}

.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.comment {
	background: linear-gradient(135deg, #f6f0ff 0%, #f7f8ff 45%, #f6f0ff 100%);
	color: #444;
	border-color: #444;
	border: 1px solid #dde2ff;
	font-size: 13px;
	font-weight: bold;
	border-radius: 8px;
}

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

.badge.empty {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	margin-top: 16px;
	background: #fdfaf2;
	color: #4a4a4a;
	border: 1px solid #f3e5ca;
	font-size: 14px;
	border-radius: 8px;
	padding: 16px 20px;
	max-width: 500px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
	margin-bottom: 3em;
}

.badge.empty strong {
	display: block;
	color: #434343;
	font-size: 16px;
}

.badge.empty ul {
	margin: 8px 0 12px 0;
	padding-left: 20px;
	color: #5c5c5c;
	text-align: left;
}

.badge.empty li {
	margin-bottom: 4px;
}


.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: 0 6px;
	line-height: 18px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.success-msg {
	background: #f4fff4;
	color: #118e1a;
	border: 1px solid #a2e4a4;
	border-radius: 5px;
	font-size: 12px;
	padding: 6px;
	margin: 12px;
	line-height: 18px;
	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);
	}
}

.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
}

.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 #e2e8f0;
	padding: 12px;
	margin-bottom: 12px !important;
}

.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 #e2e8f0;
	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 #e2e8f0;
	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;
}

.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-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;
}

.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;
}

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

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

.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 #e2e8f0;
	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 #e2e8f0;
	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;
}

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

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

/* 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;
	}
}
    .adv-toggle-btn {
        margin: 0; 
        background: #fff5f8; 
        border: 1px solid rgba(221, 23, 119, 0.15); 
        font-size: 13px; 
        font-weight: bold; 
        color: #dd1777; 
        padding: 0 16px; 
        height: 2.25rem; 
        border-radius: 6px; 
        cursor: pointer; 
        display: inline-flex; 
        align-items: center; 
        justify-content: center; 
        gap: 6px; 
        transition: background 0.15s ease, color 0.15s ease;
    }
    .adv-toggle-btn:hover {
        background: #dd1777 !important;
        color: #ffffff !important;
    }