html body.karrde-links-landing-page {
	margin: 0;
	background: #101013;
	color: #fff;
}

.karrde-links-page {
	--karrde-links-button-bg: rgba(14, 14, 18, 0.74);
	--karrde-links-button-hover-bg: rgba(28, 28, 34, 0.9);
	--karrde-links-button-text: #ffffff;
	--karrde-links-button-radius: 8px;
	--karrde-links-icon-area-width: 58px;
	--karrde-links-action-bg: #050507;
	--karrde-links-action-text: #f6f6f7;
	--karrde-links-avatar-size: 80px;

	position: relative;
	min-height: 100vh;
	min-height: 100svh;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: #fff;
}

.karrde-links-bg,
.karrde-links-overlay {
	position: fixed;
	inset: -5vw;
	pointer-events: none;
}

.karrde-links-bg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.karrde-links-overlay {
	inset: 0;
}

.karrde-links-shell {
	position: relative;
	z-index: 1;
	width: min(720px, calc(100% - 32px));
	min-height: 100vh;
	min-height: 100svh;
	margin: 0 auto;
	padding: 18px 0 22px;
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
	align-content: start;
	gap: 10px;
	box-sizing: border-box;
}

.karrde-links-cover-wrap {
	width: var(--karrde-links-avatar-size);
	margin: 0 auto;
}

.karrde-links-cover {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
	background: #1d1d22;
}

.karrde-links-cover--placeholder {
	display: grid;
	place-items: center;
	font-size: 2.25rem;
	font-weight: 800;
	color: rgba(255, 255, 255, 0.74);
}

.karrde-links-content {
	width: min(100%, 720px);
	margin: 0 auto;
	text-align: center;
}

.karrde-links-kicker {
	margin: 0 0 7px;
	text-transform: uppercase;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	color: rgba(255, 255, 255, 0.72);
}

.karrde-links-content h1 {
	margin: 0;
	font-size: 2rem;
	line-height: 1.04;
	letter-spacing: 0;
	color: #fff;
}

.karrde-links-artist {
	margin: 8px 0 0;
	font-size: 1.08rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.84);
}

.karrde-links-description {
	margin: 12px auto 0;
	max-width: 46ch;
	font-size: 0.96rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.76);
}

.karrde-links-links {
	margin-top: 16px;
	display: grid;
	gap: 10px;
}

.karrde-links-button {
	display: grid;
	grid-template-columns: var(--karrde-links-icon-area-width) minmax(0, 1fr) auto;
	align-items: center;
	min-height: 64px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--karrde-links-button-radius);
	background: var(--karrde-links-button-bg);
	color: var(--karrde-links-button-text);
	text-decoration: none;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(18px);
	transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
	box-sizing: border-box;
	overflow: hidden;
}

.karrde-links-button:hover,
.karrde-links-button:focus {
	transform: translateY(-1px);
	background: var(--karrde-links-button-hover-bg);
	color: var(--karrde-links-button-text);
	border-color: rgba(255, 255, 255, 0.24);
	outline: none;
}

.karrde-links-button:focus-visible {
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.34), 0 14px 34px rgba(0, 0, 0, 0.26);
}

.karrde-links-button__icon {
	width: var(--karrde-links-icon-area-width);
	height: 100%;
	min-height: 64px;
	display: grid;
	place-items: center;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.07);
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.78rem;
	font-weight: 800;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: inset 3px 0 0 var(--karrde-links-icon-color, rgba(255, 255, 255, 0.24));
}

.karrde-links-button__icon img {
	width: 34px;
	height: 34px;
	object-fit: cover;
	border-radius: 6px;
}

.karrde-links-button__fallback-icon {
	width: 28px;
	height: 28px;
	color: rgba(255, 255, 255, 0.86);
}

.karrde-links-button__label {
	padding: 0 10px 0 12px;
	font-size: 0.95rem;
	font-weight: 800;
	text-align: left;
	overflow-wrap: anywhere;
	min-width: 0;
}

.karrde-links-button__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 54px;
	max-width: 96px;
	min-height: 30px;
	margin-right: 12px;
	padding: 0 13px;
	border-radius: 999px;
	background: var(--karrde-links-action-bg);
	color: var(--karrde-links-action-text);
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 8px 18px rgba(0, 0, 0, 0.2);
}

.karrde-links-footer {
	margin-top: 18px;
	text-align: center;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0;
	color: rgba(255, 255, 255, 0.48);
}

.karrde-links-adult-modal[hidden] {
	display: none;
}

.karrde-links-adult-modal {
	position: fixed;
	z-index: 100000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 20px;
	background: rgba(0, 0, 0, 0.66);
	backdrop-filter: blur(10px);
}

.karrde-links-adult-modal__panel {
	width: min(420px, 100%);
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	background: rgba(18, 18, 22, 0.96);
	color: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.44);
	box-sizing: border-box;
	text-align: left;
}

.karrde-links-adult-modal__panel h2 {
	margin: 0;
	font-size: 1.35rem;
	line-height: 1.15;
	letter-spacing: 0;
}

.karrde-links-adult-modal__panel p {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.76);
	line-height: 1.45;
}

.karrde-links-adult-modal__actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 20px;
}

.karrde-links-adult-modal__actions button {
	min-height: 38px;
	padding: 0 15px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font: inherit;
	font-size: 0.88rem;
	font-weight: 800;
	cursor: pointer;
}

.karrde-links-adult-modal__actions button:hover,
.karrde-links-adult-modal__actions button:focus {
	background: rgba(255, 255, 255, 0.14);
	outline: none;
}

.karrde-links-adult-modal__actions button:focus-visible {
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.26);
}

.karrde-links-adult-confirm {
	background: #fff !important;
	color: #111 !important;
}

@media (min-width: 840px) {
	.karrde-links-page {
		--karrde-links-avatar-size: 96px;
	}

	.karrde-links-shell {
		width: min(760px, calc(100% - 72px));
		grid-template-columns: 1fr;
		align-items: start;
		align-content: start;
		gap: 12px;
		padding: 34px 0 40px;
	}

	.karrde-links-cover-wrap {
		width: var(--karrde-links-avatar-size);
	}

	.karrde-links-cover {
		box-shadow: 0 16px 38px rgba(0, 0, 0, 0.36);
	}

	.karrde-links-content {
		width: min(100%, 720px);
		text-align: center;
		margin: 0 auto;
	}

	.karrde-links-content h1 {
		font-size: 3.8rem;
		line-height: 0.98;
	}

	.karrde-links-artist {
		margin-top: 12px;
		font-size: 1.35rem;
	}

	.karrde-links-description {
		margin-top: 18px;
		margin-left: auto;
		font-size: 1rem;
		line-height: 1.55;
	}

	.karrde-links-links {
		max-width: 720px;
		margin-top: 26px;
		gap: 12px;
	}

	.karrde-links-button {
		min-height: 68px;
	}

	.karrde-links-button__icon {
		min-height: 68px;
	}

	.karrde-links-button__label {
		font-size: 0.96rem;
	}

	.karrde-links-footer {
		max-width: 720px;
		text-align: center;
	}
}

@media (max-height: 740px) and (max-width: 839px) {
	.karrde-links-shell {
		padding-top: 14px;
		padding-bottom: 18px;
		gap: 12px;
	}

	.karrde-links-content h1 {
		font-size: 1.82rem;
	}

	.karrde-links-description {
		margin-top: 10px;
		font-size: 0.92rem;
		line-height: 1.38;
	}

	.karrde-links-links {
		margin-top: 14px;
		gap: 9px;
	}

	.karrde-links-button {
		min-height: 62px;
	}

	.karrde-links-button__icon {
		min-height: 62px;
	}

	.karrde-links-button__action {
		min-width: 48px;
		min-height: 28px;
		margin-right: 10px;
		padding: 0 11px;
		font-size: 0.74rem;
	}

	.karrde-links-footer {
		margin-top: 14px;
	}
}

@media (max-height: 720px) and (min-width: 840px) {
	.karrde-links-shell {
		padding: 26px 0;
	}

	.karrde-links-cover-wrap {
		width: var(--karrde-links-avatar-size);
	}
}
