:root {
	--bg: #f7f8fa;
	--surface: #ffffff;
	--surface-soft: #eef3f8;
	--text: #171b21;
	--muted: #69717d;
	--line: #d8dee7;
	--accent: #0f6bff;
	--accent-strong: #0a4ec2;
	--success: #11734b;
	--shadow: 0 14px 40px rgba(30, 41, 59, 0.08);
	--radius: 8px;
	--card-radius: 8px;
	--card-text: var(--text);
	--profile-title: var(--text);
	--profile-text: var(--muted);
	--link-card-bg: var(--surface);
	--overlay-text: #ffffff;
	--overlay-bg: rgba(0, 0, 0, 0.52);
	--title-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--heading-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--body-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--title-weight: 700;
	--heading-weight: 700;
	--body-weight: 400;
}

* {
	box-sizing: border-box;
}

html {
	background: var(--bg);
	min-height: 100%;
}

body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family: var(--body-font);
	font-weight: var(--body-weight);
	font-size: 16px;
	line-height: 1.5;
}

body.linksywp-bg-profile-glass,
body.linksywp-bg-custom-image {
	--bg: #0b0d0f;
	--surface: rgba(8, 10, 12, 0.88);
	--surface-soft: rgba(255, 255, 255, 0.12);
	--text: #f7f8fa;
	--muted: #d0d5dc;
	--line: rgba(255, 255, 255, 0.16);
	--shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
	background: var(--custom-bg);
}

html:has(body.linksywp-bg-profile-glass),
html:has(body.linksywp-bg-custom-image),
html:has(body.linksywp-bg-aurora),
html:has(body.linksywp-bg-mesh),
html:has(body.linksywp-bg-spotlight),
html:has(body.linksywp-bg-diagonal) {
	background: #0b0d0f;
}

body.linksywp-bg-gradient {
	background:
		radial-gradient(circle at 18% 0%, color-mix(in srgb, var(--custom-bg-2) 72%, transparent), transparent 34%),
		linear-gradient(145deg, var(--custom-bg), var(--custom-bg-2));
}

body.linksywp-bg-solid {
	background: var(--custom-bg);
}

body.linksywp-bg-aurora,
body.linksywp-bg-mesh,
body.linksywp-bg-spotlight,
body.linksywp-bg-diagonal {
	--surface: rgba(8, 10, 14, 0.82);
	--surface-soft: rgba(255, 255, 255, 0.12);
	--text: #f8fafc;
	--muted: #d2d9e4;
	--line: rgba(255, 255, 255, 0.16);
	--profile-title: #ffffff;
	--profile-text: #dbe4ef;
	--link-card-bg: rgba(0, 0, 0, 0.42);
	--shadow: 0 20px 60px rgba(0, 0, 0, 0.30);
	background: #080b10;
}

body.linksywp-bg-aurora {
	--accent: #69f0c5;
	background:
		radial-gradient(ellipse at 16% 10%, rgba(0, 224, 164, 0.52), transparent 34%),
		radial-gradient(ellipse at 78% 8%, rgba(255, 87, 146, 0.42), transparent 30%),
		radial-gradient(ellipse at 46% 62%, rgba(94, 92, 230, 0.52), transparent 42%),
		linear-gradient(180deg, #080a12, #10151f 54%, #080b0f);
}

body.linksywp-bg-mesh {
	--accent: #ffd166;
	background:
		radial-gradient(circle at 12% 18%, rgba(255, 209, 102, 0.50), transparent 24%),
		radial-gradient(circle at 86% 16%, rgba(6, 214, 160, 0.42), transparent 25%),
		radial-gradient(circle at 74% 78%, rgba(239, 71, 111, 0.38), transparent 30%),
		radial-gradient(circle at 24% 82%, rgba(17, 138, 178, 0.48), transparent 30%),
		#090b12;
}

body.linksywp-bg-spotlight {
	--accent: #ffffff;
	--surface: rgba(255, 255, 255, 0.10);
	--link-card-bg: rgba(255, 255, 255, 0.10);
	background:
		radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.34), transparent 28%),
		radial-gradient(circle at 50% 22%, rgba(142, 197, 252, 0.24), transparent 34%),
		linear-gradient(180deg, #15181d, #050608 72%);
}

body.linksywp-bg-diagonal {
	--accent: #facc15;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 12%, transparent 12% 24%, rgba(255, 255, 255, 0.06) 24% 36%, transparent 36% 100%),
		linear-gradient(135deg, #14110f, #40210f 42%, #0b1420);
	background-size: auto, cover;
}

a {
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

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

.site-shell {
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	position: relative;
	isolation: isolate;
	overflow-x: hidden;
}

.site-shell::before,
.site-shell::after {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: -2;
}

.site-shell::before {
	background-image: var(--bg-image);
	background-position: center top;
	background-size: cover;
	filter: blur(44px) saturate(1.16);
	opacity: 0;
	transform: scale(1.08);
}

.site-shell::after {
	z-index: -1;
	background: var(--bg);
}

.linksywp-bg-profile-glass .site-shell::before,
.linksywp-bg-custom-image .site-shell::before {
	opacity: var(--bg-image-strength);
}

.linksywp-bg-profile-glass .site-shell::after,
.linksywp-bg-custom-image .site-shell::after {
	background:
		radial-gradient(circle at 68% 4%, color-mix(in srgb, var(--custom-bg-2) 42%, transparent), transparent 30%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.78));
}

.linksywp-bg-aurora .site-shell::before,
.linksywp-bg-mesh .site-shell::before,
.linksywp-bg-spotlight .site-shell::before,
.linksywp-bg-diagonal .site-shell::before {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 42px 42px;
	filter: none;
	opacity: 0.22;
	transform: none;
}

.linksywp-bg-aurora .site-shell::after,
.linksywp-bg-mesh .site-shell::after,
.linksywp-bg-spotlight .site-shell::after,
.linksywp-bg-diagonal .site-shell::after {
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.42)),
		radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.10), transparent 38%);
}

.site-footer,
.site-main {
	width: min(var(--page-width, 1120px), calc(100% - 32px));
	margin: 0 auto;
}

.site-main {
	flex: 0 0 auto;
}

.linksywp-bg-profile-glass .site-main,
.linksywp-bg-custom-image .site-main,
.linksywp-bg-aurora .site-main,
.linksywp-bg-mesh .site-main,
.linksywp-bg-spotlight .site-main,
.linksywp-bg-diagonal .site-main {
	margin-top: 28px;
	padding: 0 32px 22px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--page-radius);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.03) 38%, rgba(0, 0, 0, 0.18)),
		rgba(9, 11, 13, 0.44);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
	backdrop-filter: blur(18px) saturate(1.12);
}

.linksywp-bg-profile-glass .site-footer,
.linksywp-bg-custom-image .site-footer,
.linksywp-bg-aurora .site-footer,
.linksywp-bg-mesh .site-footer,
.linksywp-bg-spotlight .site-footer,
.linksywp-bg-diagonal .site-footer {
	color: rgba(255, 255, 255, 0.72);
}

.profile-hero {
	display: grid;
	justify-items: center;
	text-align: center;
	gap: 16px;
	padding: 34px 0 20px;
}

.collection-hero {
	position: relative;
	padding-top: 78px;
}

.collection-icon-button {
	align-items: center;
	background: rgba(255, 255, 255, 0.10);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: var(--profile-title);
	cursor: pointer;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	padding: 0;
	position: absolute;
	top: 22px;
	width: 42px;
}

.collection-home-button {
	left: 2px;
}

.collection-share-button {
	right: 2px;
}

.collection-icon-button:hover,
.collection-icon-button:focus-visible {
	background: rgba(255, 255, 255, 0.18);
	color: var(--profile-title);
	outline: 2px solid rgba(255, 255, 255, 0.34);
	outline-offset: 3px;
}

.collection-icon-button svg {
	display: block;
	fill: currentColor;
	height: 20px;
	width: 20px;
}

.share-sheet {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 40;
}

body.share-sheet-open {
	overflow: hidden;
}

.share-sheet[hidden] {
	display: none;
}

.share-sheet-backdrop {
	background: rgba(0, 0, 0, 0.62);
	backdrop-filter: blur(7px);
	inset: 0;
	position: absolute;
}

.share-sheet-dialog {
	background: #fff;
	border-radius: 28px;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
	color: #111827;
	max-width: 640px;
	overflow: hidden;
	position: relative;
	width: min(100%, 640px);
}

.share-sheet-header {
	align-items: center;
	display: grid;
	grid-template-columns: 44px 1fr 44px;
	padding: 26px 28px 20px;
}

.share-sheet-header h2 {
	font-size: 24px;
	grid-column: 2;
	line-height: 1.15;
	margin: 0;
	text-align: center;
}

.share-sheet-close {
	align-items: center;
	background: transparent;
	border: 0;
	color: #111827;
	cursor: pointer;
	display: inline-flex;
	grid-column: 3;
	height: 44px;
	justify-content: center;
	padding: 0;
	width: 44px;
}

.share-sheet-close svg {
	fill: none;
	height: 28px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 2;
	width: 28px;
}

.share-profile-card {
	align-items: center;
	background: #102536;
	border-radius: 26px;
	color: #fff;
	display: grid;
	justify-items: center;
	margin: 28px 36px 34px;
	min-height: 250px;
	padding: 36px 24px;
	text-align: center;
}

.share-profile-card [hidden] {
	display: none !important;
}

.share-profile-card img,
.share-profile-card > span {
	border-radius: 999px;
	height: 112px;
	margin-bottom: 28px;
	object-fit: cover;
	width: 112px;
}

.share-profile-card > span {
	align-items: center;
	background: rgba(255, 255, 255, 0.14);
	display: inline-flex;
	font-size: 48px;
	font-weight: 800;
	justify-content: center;
}

.share-profile-card strong {
	font-size: 30px;
	line-height: 1.05;
	max-width: 100%;
	overflow-wrap: anywhere;
}

.share-profile-card small {
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	font-weight: 700;
	margin-top: 8px;
	overflow-wrap: anywhere;
}

.share-options {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	padding: 8px 34px 34px;
	scrollbar-width: thin;
}

.share-option {
	align-items: center;
	background: transparent;
	border: 0;
	color: #111827;
	cursor: pointer;
	display: grid;
	flex: 0 0 86px;
	font: inherit;
	gap: 10px;
	justify-items: center;
	padding: 0;
	text-align: center;
	text-decoration: none;
}

.share-option:hover,
.share-option:focus-visible {
	color: #111827;
	outline: none;
}

.share-option:focus-visible .share-option-icon {
	outline: 3px solid #3858e9;
	outline-offset: 4px;
}

.share-option-icon {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 28px;
	font-weight: 800;
	height: 64px;
	justify-content: center;
	width: 64px;
}

.share-option-icon svg {
	fill: none;
	height: 28px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 28px;
}

.share-option-copy {
	background: #e9ebe5;
	color: #17201b;
}

.share-option-native,
.share-option-x {
	background: #000;
	color: #fff;
}

.share-option-facebook {
	background: #1d65d8;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 42px;
}

.share-option-whatsapp {
	background: #28d85a;
	color: #fff;
}

.share-option-linkedin {
	background: #1969b3;
	color: #fff;
	font-size: 30px;
}

.share-option-email {
	background: #f3f4f6;
	color: #111827;
}

.share-option span:last-child {
	font-size: 15px;
	line-height: 1.2;
}

.share-copy-toast {
	background: rgba(17, 24, 39, 0.94);
	border-radius: 999px;
	bottom: 24px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	left: 50%;
	opacity: 0;
	padding: 12px 18px;
	pointer-events: none;
	position: fixed;
	transform: translate(-50%, 12px);
	transition: opacity 160ms ease, transform 160ms ease;
	z-index: 50;
}

.share-copy-toast.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

@media (max-width: 640px) {
	.collection-icon-button {
		top: 18px;
	}

	.collection-home-button {
		left: 2px;
	}

	.collection-share-button {
		right: 2px;
	}

	.share-sheet {
		align-items: flex-end;
		padding: 14px;
	}

	.share-sheet-dialog {
		border-radius: 24px;
		max-height: calc(100vh - 28px);
		overflow-y: auto;
	}

	.share-sheet-header {
		padding: 22px 20px 16px;
	}

	.share-sheet-header h2 {
		font-size: 21px;
	}

	.share-profile-card {
		margin: 20px 20px 28px;
		min-height: 220px;
		padding: 28px 18px;
	}

	.share-profile-card img,
	.share-profile-card > span {
		height: 94px;
		margin-bottom: 24px;
		width: 94px;
	}

	.share-profile-card strong {
		font-size: 26px;
	}

	.share-options {
		gap: 14px;
		padding: 4px 20px 28px;
	}

	.share-option {
		flex-basis: 78px;
	}

	.share-option-icon {
		height: 58px;
		width: 58px;
	}
}

.profile-avatar {
	width: 104px;
	height: 104px;
	border-radius: 28px;
	object-fit: cover;
	background: var(--surface-soft);
	border: 1px solid var(--line);
	box-shadow: var(--shadow);
}

.profile-logo {
	object-fit: contain;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.linksywp-bg-profile-glass .profile-avatar,
.linksywp-bg-custom-image .profile-avatar {
	width: 96px;
	height: 96px;
	border-radius: 999px;
	border-color: rgba(255, 255, 255, 0.22);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.34);
}

.linksywp-bg-profile-glass .profile-logo,
.linksywp-bg-custom-image .profile-logo {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.profile-avatar-fallback {
	display: grid;
	place-items: center;
	font-size: 42px;
	font-weight: 800;
	color: var(--accent);
}

.profile-copy h1 {
	margin: 0;
	color: var(--profile-title);
	font-family: var(--title-font);
	font-weight: var(--title-weight);
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1;
	letter-spacing: 0;
}

.profile-copy p {
	max-width: 680px;
	margin: 12px auto 0;
	color: var(--profile-text);
	font-family: var(--body-font);
	font-weight: var(--body-weight);
	font-size: 18px;
}

.social-links,
.category-strip {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.category-strip a {
	border: 1px solid var(--line);
	background: var(--surface);
	color: var(--text);
	border-radius: 999px;
	padding: 8px 13px;
	font: inherit;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}

.social-links a {
	align-items: center;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: 999px;
	color: var(--text);
	display: inline-flex;
	height: 42px;
	justify-content: center;
	padding: 0;
	text-decoration: none;
	width: 42px;
}

.social-icon {
	display: block;
	height: 21px;
	width: 21px;
}

.linksywp-bg-profile-glass .social-links a,
.linksywp-bg-custom-image .social-links a,
.linksywp-bg-aurora .social-links a,
.linksywp-bg-mesh .social-links a,
.linksywp-bg-spotlight .social-links a,
.linksywp-bg-diagonal .social-links a {
	background: rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(12px);
}

.search-panel {
	margin: 26px auto 30px;
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
	box-shadow: var(--shadow);
}

.linksywp-bg-profile-glass .search-panel,
.linksywp-bg-custom-image .search-panel,
.linksywp-bg-aurora .search-panel,
.linksywp-bg-mesh .search-panel,
.linksywp-bg-spotlight .search-panel,
.linksywp-bg-diagonal .search-panel {
	background: rgba(8, 10, 12, 0.46);
	backdrop-filter: blur(16px);
}

.search-page-panel {
	max-width: 820px;
}

.search-box {
	display: grid;
	gap: 8px;
}

.search-box label {
	font-weight: 700;
}

.search-box input {
	width: 100%;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 14px 14px;
	font: inherit;
	background: #fff;
}

.linksywp-bg-profile-glass .search-box input,
.linksywp-bg-custom-image .search-box input,
.linksywp-bg-aurora .search-box input,
.linksywp-bg-mesh .search-box input,
.linksywp-bg-spotlight .search-box input,
.linksywp-bg-diagonal .search-box input {
	background: rgba(255, 255, 255, 0.08);
	color: var(--text);
}

.linksywp-bg-profile-glass .search-box input::placeholder,
.linksywp-bg-custom-image .search-box input::placeholder,
.linksywp-bg-aurora .search-box input::placeholder,
.linksywp-bg-mesh .search-box input::placeholder,
.linksywp-bg-spotlight .search-box input::placeholder,
.linksywp-bg-diagonal .search-box input::placeholder {
	color: rgba(255, 255, 255, 0.58);
}

.search-results {
	display: none;
	margin-top: 16px;
}

.search-results.is-active {
	display: block;
}

.content-section,
.archive-header,
.empty-state,
.single-link {
	margin: 34px 0;
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.section-heading h2,
.section-heading h1,
.archive-header h1,
.empty-state h1,
.single-link h1 {
	margin: 0;
	font-family: var(--heading-font);
	font-weight: var(--heading-weight);
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.1;
	letter-spacing: 0;
}

.section-heading a {
	color: var(--accent);
	font-weight: 700;
	text-decoration: none;
}

.section-heading-centered {
	justify-content: center;
	text-align: center;
}

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

.card-grid-featured {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.link-list {
	display: grid;
	gap: 12px;
}

.link-collection {
	display: grid;
	gap: 14px;
}

.collection-promo-list {
	display: grid;
	gap: 12px;
}

.collection-promo-card {
	position: relative;
}

.collection-promo-card a {
	background: linear-gradient(135deg, rgba(15, 107, 255, 0.96), rgba(21, 31, 55, 0.94));
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--card-radius);
	color: #ffffff;
	display: block;
	padding: 18px;
	text-decoration: none;
	box-shadow: var(--shadow);
	transition: transform 160ms ease, border-color 160ms ease;
}

.collection-promo-banners .collection-promo-card a {
	align-content: center;
	display: grid;
	justify-items: center;
	min-height: 126px;
	padding: 24px;
	text-align: center;
}

.collection-promo-card a:hover,
.collection-promo-card a:focus-visible {
	border-color: rgba(255, 255, 255, 0.42);
	transform: translateY(-2px);
}

.collection-promo-kicker {
	color: rgba(255, 255, 255, 0.72);
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.collection-promo-card strong {
	display: block;
	font-family: var(--heading-font);
	font-size: 19px;
	font-weight: var(--heading-weight);
	line-height: 1.2;
}

.collection-promo-card p {
	color: rgba(255, 255, 255, 0.78);
	margin: 8px 0 0;
}

.collection-promo-card small {
	color: rgba(255, 255, 255, 0.74);
	display: block;
	font-weight: 700;
	margin-top: 12px;
}

.collection-promo-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.collection-promo-pills .collection-promo-card {
	display: inline-flex;
	flex: 0 1 auto;
}

.collection-promo-pills .collection-promo-card a {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	gap: 10px;
	padding: 11px 15px;
}

.collection-promo-pills .collection-promo-kicker {
	margin: 0;
}

.collection-promo-pills .collection-promo-card strong {
	font-size: 15px;
}

.link-layout-cards-2,
.link-layout-overlay-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.link-layout-cards-3,
.link-layout-overlay-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.link-layout-list,
.link-layout-compact {
	grid-template-columns: 1fr;
	gap: 10px;
}

.link-layout-cards-2,
.link-layout-cards-3,
.link-layout-overlay-2,
.link-layout-overlay-3 {
	gap: 10px;
}

.link-card {
	min-width: 0;
	position: relative;
}

.link-card a {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 13px;
	align-items: center;
	padding: 14px;
	border: 1px solid var(--line);
	border-radius: var(--card-radius);
	background: var(--link-card-bg);
	color: var(--card-text);
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.link-card-shareable a {
	padding-right: 48px;
}

.link-card a:hover,
.link-card a:focus-visible {
	border-color: #a8b3c2;
	box-shadow: var(--shadow);
	transform: translateY(-1px);
	outline: none;
}

.card-image {
	width: 68px;
	height: 68px;
	border-radius: 8px;
	overflow: hidden;
	background: var(--surface-soft);
	display: grid;
	place-items: center;
	color: var(--accent);
	font-weight: 800;
	position: relative;
}

.card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.card-share-button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: var(--card-text);
	cursor: pointer;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	z-index: 2;
}

.card-share-button:hover,
.card-share-button:focus-visible {
	background: rgba(148, 163, 184, 0.18);
	outline: none;
}

.card-share-button:focus-visible {
	box-shadow: 0 0 0 3px rgba(56, 88, 233, 0.32);
}

.card-share-button svg {
	display: block;
	fill: currentColor;
	height: 20px;
	width: 20px;
}

.link-card-card a {
	grid-template-columns: 1fr;
	grid-template-rows: auto 92px;
	align-items: start;
	height: 100%;
	padding: 0;
	overflow: hidden;
}

.link-card-card {
	container-type: inline-size;
}

.link-card-card .card-image {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	border-radius: 0;
}

.link-card-card .card-content {
	align-content: center;
	justify-items: center;
	min-height: 0;
	padding: 14px 12px;
	text-align: center;
}

.link-card-card.link-card-shareable .card-content {
	padding-left: 18px;
	padding-right: 18px;
}

.link-card-card .card-share-button {
	background: rgba(0, 0, 0, 0.38);
	color: #ffffff;
	right: 10px;
	top: 10px;
	transform: none;
}

.link-card-card .card-price-tag {
	left: 10px;
	position: absolute;
	top: 10px;
}

.card-content {
	min-width: 0;
	display: grid;
	gap: 3px;
}

.card-price-tag {
	align-items: center;
	background: #ffd84d;
	border-radius: 6px;
	box-shadow: 0 1px 0 rgba(17, 24, 39, 0.22);
	color: #111827;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	min-height: 24px;
	padding: 4px 9px;
	width: fit-content;
	z-index: 1;
}

.card-image .card-price-tag {
	border-radius: 0 7px 7px 0;
	box-shadow: 0 2px 5px rgba(17, 24, 39, 0.22);
	left: 0;
	position: absolute;
	top: 12px;
	z-index: 2;
}

.card-content .card-price-tag {
	margin-top: 5px;
}

.link-card-card .card-image .card-price-tag {
	left: 0;
	top: 12px;
}

.link-card-overlay .card-image .card-price-tag {
	left: 0;
	top: 12px;
}

.card-title {
	font-family: var(--heading-font);
	font-weight: var(--heading-weight);
	line-height: 1.25;
}

.link-card-card .card-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.card-description {
	color: var(--muted);
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.card-button {
	display: none;
}

.link-card-featured a {
	grid-template-columns: 96px 1fr;
	padding: 16px;
}

.link-card-featured .card-share-button {
	top: 50%;
}

.link-card-featured .card-image {
	width: 96px;
	height: 96px;
}

.link-card-list a {
	grid-template-columns: auto 1fr;
	padding: 13px 14px;
}

.link-card-compact a,
.link-card-search a {
	grid-template-columns: auto 1fr;
	min-height: 54px;
	padding: 10px 12px;
}

.link-card-compact .card-share-button,
.link-card-search .card-share-button {
	top: 50%;
}

.link-card-compact .card-image {
	width: 44px;
	height: 44px;
	border-radius: 7px;
}

.link-card-compact .card-description {
	display: none;
}

.link-card-overlay a {
	position: relative;
	display: block;
	min-height: 180px;
	aspect-ratio: 1;
	overflow: hidden;
	padding: 0;
	border: 0;
	background: var(--surface-soft);
}

.link-card-overlay .card-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
}

.link-card-overlay .card-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--overlay-bg);
}

.link-card-overlay .card-image-empty {
	font-size: 44px;
}

.link-card-overlay .card-content {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 12px;
	z-index: 1;
	justify-items: center;
	text-align: center;
	color: var(--overlay-text);
}

.link-card-overlay .card-title {
	padding: 7px 10px;
	border-radius: 7px;
	background: var(--overlay-bg);
	color: var(--overlay-text);
	font-size: 16px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.32);
}

.link-card-overlay.link-card-shareable .card-title {
	padding-right: 10px;
}

.link-card-overlay .card-share-button {
	background: rgba(0, 0, 0, 0.42);
	color: var(--overlay-text);
	right: 10px;
	top: 10px;
	transform: none;
}

.link-card-overlay .card-price-tag {
	left: 10px;
	position: absolute;
	top: 10px;
}

.link-card-overlay .card-description {
	max-width: 100%;
	color: var(--overlay-text);
}

.link-card-overlay .card-button {
	display: none;
}

.category-strip {
	justify-content: flex-start;
	margin: 22px 0;
}

.archive-header p,
.empty-state p {
	color: var(--muted);
}

.empty-state {
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--link-card-bg);
}

.empty-state.compact {
	margin: 0;
	padding: 14px;
}

.button-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--radius);
	background: var(--accent);
	color: #fff;
	text-decoration: none;
	font-weight: 800;
	padding: 12px 16px;
}

.single-link {
	display: grid;
	justify-items: center;
	gap: 22px;
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
	box-shadow: var(--shadow);
}

.single-link-image {
	width: 100%;
	max-width: 680px;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: var(--radius);
	background: var(--surface-soft);
}

.single-link-body {
	max-width: 720px;
	text-align: center;
}

.eyebrow,
.destination-host {
	color: var(--muted);
	font-size: 13px;
	text-transform: uppercase;
}

.single-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-top: 24px;
	text-align: center;
}

.site-footer {
	margin-top: 22px;
	padding: 0 0 28px;
	color: var(--muted);
	font-size: 14px;
	text-align: center;
}

.affiliate-disclosure {
	border-top: 1px solid var(--line);
	margin: 0;
	padding-top: 18px;
}

.footer-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-direction: column;
	margin-top: 18px;
}

.footer-row p {
	margin: 0;
}

.footer-menu {
	display: flex;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.standard-content {
	display: grid;
	gap: 18px;
}

@media (max-width: 820px) {
	.linksywp-bg-profile-glass .site-main,
	.linksywp-bg-custom-image .site-main {
		padding-right: 22px;
		padding-left: 22px;
	}

	.card-grid,
	.card-grid-featured {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.link-layout-cards-2,
	.link-layout-overlay-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.link-layout-cards-3,
	.link-layout-overlay-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

}

@media (max-width: 640px) {
	body.linksywp-bg-profile-glass,
	body.linksywp-bg-custom-image {
		background: #0b0d0f;
	}

	.site-shell {
		padding-top: max(env(safe-area-inset-top), 0px);
		padding-bottom: max(env(safe-area-inset-bottom), 0px);
	}

	.site-footer,
	.site-main {
		width: min(var(--page-width, 1120px), calc(100% - 20px));
	}

	.linksywp-bg-profile-glass .site-main,
	.linksywp-bg-custom-image .site-main {
		margin-top: 8px;
		padding-right: 14px;
		padding-bottom: 16px;
		padding-left: 14px;
		border-radius: min(var(--page-radius), 22px);
	}

	.site-shell::before {
		filter: blur(34px) saturate(1.12);
		transform: scale(1.12);
	}

	.profile-copy h1 {
		font-size: 36px;
	}

	.search-panel {
		margin-top: 18px;
		padding: 14px;
	}

	.link-card-list a,
	.link-card-compact a,
	.link-card-search a {
		grid-template-columns: auto 1fr;
	}

	.link-card-card a {
		grid-template-columns: 1fr;
		grid-template-rows: auto 76px;
		gap: 0;
	}

	.link-card-card .card-content {
		min-height: 0;
		padding: 10px 9px;
	}

	.link-card-card.link-card-shareable .card-content {
		padding-left: 14px;
		padding-right: 14px;
	}

	.link-card-card .card-share-button {
		right: 8px;
		top: 8px;
		transform: none;
	}

	.link-card-card .card-title {
		font-size: 13px;
		line-height: 1.2;
	}

	.link-card-card .card-description {
		display: none;
	}

	.link-layout-cards-3,
	.link-layout-overlay-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.link-card-overlay a {
		aspect-ratio: 1;
		min-height: 0;
	}

	.link-card-overlay .card-content {
		left: 6px;
		right: 6px;
		bottom: 6px;
	}

	.link-card-overlay .card-title {
		padding: 5px 6px;
		font-size: 12px;
		line-height: 1.2;
	}

	.link-card-overlay.link-card-shareable .card-title {
		padding-right: 6px;
	}

	.link-card-overlay .card-share-button {
		right: 8px;
		top: 8px;
	}

	.footer-row {
		align-items: center;
	}
}

@media (prefers-color-scheme: dark) {
	:root {
		--bg: #101418;
		--surface: #171d23;
		--surface-soft: #222a33;
		--text: #f3f5f7;
		--muted: #a8b1bd;
		--line: #303945;
		--accent: #6da5ff;
		--accent-strong: #8db8ff;
		--shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
	}

	.search-box input {
		background: #11171d;
		color: var(--text);
	}

}

.social-links a:hover,
.social-links a:focus-visible,
.category-strip a:hover,
.category-strip a:focus-visible {
	color: var(--accent);
	outline: none;
}

.search-box input:focus {
	border-color: var(--accent);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent);
	outline: none;
}

.pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px;
}

.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	min-height: 38px;
	padding: 6px 10px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
	text-decoration: none;
}

.pagination .current {
	background: var(--text);
	color: var(--surface);
	border-color: var(--text);
}
