body.socials-cloud-bg {
	--smc-ambient-1: 58 136 110;
	--smc-ambient-2: 198 92 72;
	--smc-ambient-3: 72 106 188;
	--smc-ambient-green: 20 72 42;
	--smc-ambient-strength: 0.48;
	background: #000000;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
}

body.socials-cloud-bg::before {
	display: none;
}

body.socials-cloud-bg .socials-main {
	position: relative;
	z-index: 2;
}

body.socials-cloud-bg shared-header,
body.socials-cloud-bg shared-footer {
	position: relative;
	z-index: 3;
	flex: 0 0 auto;
}

body.socials-cloud-bg shared-header header {
	background: linear-gradient(180deg, rgba(4, 6, 9, 0.84), rgba(4, 6, 9, 0.16)) !important;
	border-color: rgba(255, 255, 255, 0.08) !important;
	box-shadow: none !important;
	padding-top: 0.55rem !important;
	padding-bottom: 0.5rem !important;
}

body.socials-cloud-bg shared-header .site-logo--base,
body.socials-cloud-bg shared-header .site-logo--floater {
	max-height: 84px !important;
}

body.socials-cloud-bg shared-footer footer {
	background: linear-gradient(180deg, rgba(4, 6, 9, 0.72), rgba(4, 6, 9, 0.22)) !important;
	border-color: rgba(255, 255, 255, 0.07) !important;
	box-shadow: none !important;
	margin-top: 0.25rem !important;
	padding-top: 0.45rem !important;
	padding-bottom: 0.4rem !important;
}

/* Credits copy is hidden here; dropping the empty column removes a wide dead band */
body.socials-cloud-bg .site-footer-meta__credits {
	display: none !important;
}

body.socials-cloud-bg .site-footer-meta {
	grid-template-columns: minmax(0, 1fr);
	gap: 0.35rem;
	margin: 0.15rem 10px 0;
}

/* 50/50 grid left a huge gap beside the 4×2 icon block; auto + 1fr pulls Discord copy closer */
body.socials-cloud-bg .site-footer-top-row {
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.65rem 0.85rem;
	align-items: start;
	margin: 0.2rem 10px 0.35rem;
}

@media (max-width: 52rem) {
	body.socials-cloud-bg .site-footer-top-row {
		grid-template-columns: 1fr;
	}
}

/* Global bar reserves ~5–6rem for tips; tighten on this page while keeping hover tips usable */
body.socials-cloud-bg .site-footer-social-bar {
	width: max-content;
	max-width: 100%;
	padding: clamp(1.65rem, 3.6vmin, 2.45rem) 0 clamp(1.75rem, 3.8vmin, 2.55rem);
}

body.socials-cloud-bg .site-footer-meta__home-mark {
	margin-top: 0.35rem;
}

/* Keep footer compact on this page so cards remain visible */
body.socials-cloud-bg shared-footer footer .site-rule,
body.socials-cloud-bg shared-footer footer nav[aria-label='Main navigation'],
body.socials-cloud-bg shared-footer footer .site-footer-back-top {
	display: none !important;
}

body.socials-cloud-bg shared-footer footer h4 {
	display: none !important;
}

body.socials-cloud-bg shared-footer footer h4#Disclosure {
	display: block !important;
	margin: 0 !important;
	font-size: 0.76rem;
	line-height: 1.32;
	text-align: center;
}

body.socials-cloud-bg shared-footer footer > div:last-of-type {
	display: flex;
	gap: 0.55rem;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.socials-main {
	width: 100%;
	margin: 0;
	padding: 0.3rem 0 0.25rem;
	min-height: 0;
	flex: 1 0 auto;
}

.smc-cloud-page {
	width: 100%;
}

.smc-cloud-shell {
	padding: 0;
}

.smc-status {
	position: fixed;
	left: 50%;
	bottom: calc(var(--smc-footer-h, 0px) + 1rem);
	transform: translateX(-50%);
	z-index: 20;
	margin: 0;
	padding: 0.36rem 0.65rem;
	border-radius: 999px;
	border: 1px solid rgba(125, 231, 255, 0.36);
	background: rgba(4, 14, 24, 0.78);
	color: #d9f6ff;
	font-size: 0.72rem;
	line-height: 1.2;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
	pointer-events: none;
}

.smc-status.is-error {
	border-color: rgba(255, 143, 157, 0.5);
	color: #ffd8de;
}

.smc-cloud {
	position: fixed;
	inset: 0;
	width: 100dvw;
	height: 100dvh;
	min-width: 100vw;
	min-height: 100vh;
	overflow: hidden;
	border-radius: 0;
	isolation: isolate;
	z-index: 0;
	background: #000000;
}

.smc-pinned-layer {
	position: fixed;
	inset: 0;
	z-index: 4;
	pointer-events: none;
}

.smc-pinned-layer .smc-card {
	pointer-events: auto;
}

.smc-cloud::after {
	content: none;
}

.smc-ambient-layer {
	display: none;
}

.smc-mode-toggle {
	position: fixed;
	top: calc(var(--smc-header-h, 0px) + 0.55rem);
	right: 0.8rem;
	z-index: 15;
	border: 1px solid rgba(123, 197, 158, 0.34);
	border-radius: 999px;
	background: rgba(8, 10, 13, 0.92);
	color: #d8e4db;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 0.5rem 0.78rem;
	cursor: pointer;
	touch-action: none;
	user-select: none;
	backdrop-filter: blur(5px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}

.smc-filter-toggle {
	position: fixed;
	top: calc(var(--smc-header-h, 0px) + 0.55rem);
	right: 8.35rem;
	z-index: 15;
	border: 1px solid rgba(123, 197, 158, 0.34);
	border-radius: 999px;
	background: rgba(8, 10, 13, 0.92);
	color: #d8e4db;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 0.5rem 0.78rem;
	cursor: pointer;
	user-select: none;
	backdrop-filter: blur(5px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}

.smc-filter-toggle:hover,
.smc-filter-toggle:focus-visible {
	border-color: rgba(130, 203, 166, 0.66);
	background: rgba(12, 15, 18, 0.96);
	outline: none;
}

.smc-filter-toggle.is-active {
	border-color: rgba(146, 213, 176, 0.76);
	color: #eef7f0;
	box-shadow: 0 14px 32px rgba(5, 16, 11, 0.42);
}

.smc-filter-bar {
	position: fixed;
	top: calc(var(--smc-header-h, 0px) + 0.55rem);
	left: 50%;
	transform: translateX(-50%);
	z-index: 16;
	display: flex;
	align-items: center;
	gap: 0.36rem;
	width: min(84vw, 980px);
	padding: 0.36rem 0.45rem;
	border-radius: 999px;
	border: 1px solid rgba(123, 197, 158, 0.34);
	background: rgba(8, 10, 13, 0.92);
	backdrop-filter: blur(5px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
	overflow: hidden;
}

.smc-filter-bar[hidden] {
	display: none;
}

.smc-filter-arrow {
	border: 1px solid rgba(152, 174, 162, 0.46);
	border-radius: 999px;
	background: rgba(13, 15, 19, 0.9);
	color: #d9e8de;
	width: 1.9rem;
	height: 1.9rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	line-height: 1;
	padding: 0;
	cursor: pointer;
	flex: 0 0 auto;
}

.smc-filter-arrow:hover,
.smc-filter-arrow:focus-visible {
	border-color: rgba(153, 222, 182, 0.74);
	color: #f3fff8;
	outline: none;
}

.smc-filter-track {
	flex: 1 1 auto;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	display: block;
	cursor: grab;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.smc-filter-track::-webkit-scrollbar {
	display: none;
}

.smc-filter-track.is-dragging {
	cursor: grabbing;
}

.smc-filter-chips {
	display: inline-flex;
	align-items: center;
	gap: 0.36rem;
	padding-inline: 0.08rem;
}

.smc-filter-chip {
	border: 1px solid rgba(152, 174, 162, 0.46);
	border-radius: 999px;
	background: rgba(13, 15, 19, 0.9);
	color: #d9e8de;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.015em;
	line-height: 1;
	padding: 0.38rem 0.62rem;
	cursor: pointer;
	white-space: nowrap;
}

.smc-filter-chip:hover,
.smc-filter-chip:focus-visible {
	border-color: rgba(153, 222, 182, 0.74);
	color: #f3fff8;
	outline: none;
}

.smc-filter-chip.is-active {
	border-color: rgba(153, 222, 182, 0.86);
	background: rgba(31, 71, 54, 0.9);
	color: #f0fff6;
}

.smc-mode-toggle.is-dragging {
	cursor: grabbing;
}

.smc-mode-toggle:hover,
.smc-mode-toggle:focus-visible {
	border-color: rgba(130, 203, 166, 0.66);
	background: rgba(12, 15, 18, 0.96);
	outline: none;
}

.smc-mode-toggle[aria-pressed='true'] {
	border-color: rgba(146, 213, 176, 0.76);
	color: #eef7f0;
	box-shadow: 0 14px 32px rgba(5, 16, 11, 0.42);
}

.smc-card {
	--smc-card-pad: 0.8rem;
	position: absolute;
	width: clamp(180px, 22vw, 236px);
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	/* All auto: media row height comes from aspect-ratio only (no 1fr slack vs video). */
	grid-template-rows: auto auto auto auto;
	gap: 0.3rem;
	padding: var(--smc-card-pad);
	border-radius: 18px;
	text-decoration: none;
	color: #e6eaec;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(180deg, rgba(11, 13, 16, 0.78), rgba(8, 9, 12, 0.74));
	box-shadow: 0 20px 44px rgba(0, 0, 0, 0.46);
	backdrop-filter: blur(8px);
	transform: translate3d(0, 0, 0);
	will-change: transform;
	cursor: grab;
	touch-action: none;
	user-select: none;
	-webkit-user-select: none;
	overflow: visible;
}

.smc-card > * {
	min-width: 0;
	max-width: 100%;
}

.smc-card::after {
	content: none;
}

.smc-card:hover,
.smc-card:focus-visible {
	border-color: rgba(255, 255, 255, 0.24);
	outline: none;
}

.smc-card:not(.is-fidget-spinning):hover,
.smc-card:not(.is-fidget-spinning):focus-visible {
	box-shadow: 0 26px 54px rgba(0, 0, 0, 0.56);
}

.smc-card:not(:hover):not(:focus-visible):not(:focus-within):not(.is-active) {
	padding-top: 0.52rem;
	padding-bottom: 0.52rem;
	gap: 0.2rem;
}

.smc-card:focus-visible {
	outline: 2px solid #7de7ff;
	outline-offset: 2px;
}

.smc-card .smc-top-chrome {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 0.18rem;
	padding: 0 0.18rem;
	max-height: 0;
	overflow: hidden;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	backdrop-filter: none;
	opacity: 0;
	transform: translateY(-4px) scaleY(0.92);
	transform-origin: bottom center;
	pointer-events: none;
	transition:
		opacity 0.28s ease,
		transform 0.34s cubic-bezier(0.22, 0.61, 0.36, 1),
		max-height 0.34s cubic-bezier(0.22, 0.61, 0.36, 1),
		padding 0.34s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.smc-card .smc-details .smc-blurb {
	background: none;
	border-radius: 0;
	padding: 0;
}

.smc-card .smc-resize-handle,
.smc-card .smc-rotate-edge {
	opacity: 0;
	transform: scale(0.9);
	pointer-events: none;
	transition:
		opacity 0.24s ease,
		transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.smc-card .smc-bottom-chrome {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.46rem;
	max-height: 0;
	opacity: 0;
	padding: 0 0.18rem;
	overflow: hidden;
	transform: translateY(5px) scaleY(0.95);
	transform-origin: top center;
	pointer-events: none;
	transition:
		opacity 0.24s ease,
		transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1),
		max-height 0.28s cubic-bezier(0.22, 0.61, 0.36, 1),
		padding 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.smc-card .smc-pin-strip {
	width: calc(100% - 0.5rem);
	margin: 0 0.25rem;
	padding: 0.34rem 0.58rem;
	min-height: 1.2rem;
	border: 1px solid rgba(205, 120, 255, 0.78);
	border-radius: 10px;
	background:
		radial-gradient(circle at 50% 0%, rgba(238, 196, 255, 0.2), transparent 62%),
		linear-gradient(180deg, rgba(72, 18, 109, 0.94), rgba(40, 10, 70, 0.93));
	color: #f4e6ff;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.045em;
	line-height: 1.1;
	text-transform: uppercase;
	text-shadow:
		0 0 6px rgba(246, 214, 255, 0.82),
		0 0 12px rgba(198, 98, 255, 0.62);
	box-shadow:
		0 0 7px rgba(183, 79, 255, 0.5),
		0 0 16px rgba(151, 58, 255, 0.34),
		inset 0 0 10px rgba(208, 130, 255, 0.22);
	cursor: grab;
	touch-action: none;
	max-height: 0;
	opacity: 0;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	transform: translateY(5px) scaleY(0.95);
	transform-origin: top center;
	pointer-events: none;
	transition:
		opacity 0.24s ease,
		transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1),
		max-height 0.28s cubic-bezier(0.22, 0.61, 0.36, 1),
		padding 0.28s cubic-bezier(0.22, 0.61, 0.36, 1),
		border-color 0.18s ease,
		box-shadow 0.18s ease,
		background 0.18s ease;
}

.smc-card .smc-pin-strip:active {
	cursor: grabbing;
}

.smc-card .smc-pin-strip:hover,
.smc-card .smc-pin-strip:focus-visible {
	border-color: rgba(240, 189, 255, 0.96);
	background:
		radial-gradient(circle at 50% 0%, rgba(255, 228, 255, 0.34), transparent 64%),
		linear-gradient(180deg, rgba(105, 30, 153, 0.98), rgba(62, 16, 98, 0.96));
	box-shadow:
		0 0 9px rgba(228, 152, 255, 0.86),
		0 0 24px rgba(181, 78, 255, 0.64),
		0 0 40px rgba(138, 42, 255, 0.42),
		inset 0 0 14px rgba(236, 188, 255, 0.3);
	outline: none;
}

.smc-card:not(.is-active):is(:hover, :focus-visible, :focus-within) .smc-pin-strip {
	animation: smc-pin-strip-heartbeat 1.35s ease-in-out infinite;
}

.smc-card.is-active .smc-pin-strip {
	animation: none;
	filter: brightness(1.24);
}

.smc-card.is-active .smc-bottom-chrome {
	max-height: 3rem;
	opacity: 1;
	padding: 0.38rem 0.2rem 0.12rem;
	transform: translateY(0) scaleY(1);
	pointer-events: auto;
}

.smc-card .smc-pin-strip:is(:hover, :focus-visible) + .smc-bottom-chrome {
	max-height: 3rem;
	opacity: 1;
	padding: 0.38rem 0.2rem 0.12rem;
	transform: translateY(0) scaleY(1);
	pointer-events: auto;
}

.smc-bottom-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 0.34rem 0.62rem;
	border-radius: 999px;
	border: 1px solid rgba(126, 231, 255, 0.82);
	background: linear-gradient(180deg, rgba(8, 30, 44, 0.94), rgba(6, 20, 33, 0.9));
	color: #eafcff;
	font-size: 0.66rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
	text-decoration: none;
	white-space: nowrap;
	text-shadow: 0 0 7px rgba(170, 241, 255, 0.85);
	box-shadow:
		0 0 0 1px rgba(83, 213, 255, 0.38),
		0 0 12px rgba(81, 205, 255, 0.62),
		0 0 22px rgba(59, 186, 255, 0.46),
		inset 0 0 10px rgba(108, 229, 255, 0.24);
}

.smc-bottom-action:hover,
.smc-bottom-action:focus-visible {
	border-color: rgba(187, 243, 255, 0.98);
	background: linear-gradient(180deg, rgba(12, 44, 64, 0.98), rgba(8, 28, 46, 0.95));
	color: #ffffff;
	box-shadow:
		0 0 0 1px rgba(118, 224, 255, 0.52),
		0 0 18px rgba(89, 214, 255, 0.82),
		0 0 34px rgba(62, 186, 255, 0.58),
		inset 0 0 14px rgba(136, 236, 255, 0.32);
	outline: none;
}

.smc-bottom-action.is-visited:not(:hover):not(:focus-visible),
.smc-bottom-action:visited:not(:hover):not(:focus-visible) {
	border-color: rgba(167, 146, 255, 0.8);
	background: linear-gradient(180deg, rgba(33, 33, 76, 0.9), rgba(22, 18, 58, 0.92));
	color: #ece7ff;
	text-shadow: 0 0 7px rgba(230, 210, 255, 0.84);
	box-shadow:
		0 0 0 1px rgba(133, 112, 255, 0.34),
		0 0 16px rgba(128, 114, 255, 0.42),
		0 0 28px rgba(173, 98, 255, 0.38),
		inset 0 0 12px rgba(150, 110, 255, 0.24);
}

.smc-bottom-action[hidden] {
	display: none !important;
}

.smc-open-post-link,
.smc-open-channel-link {
	width: 2.05rem;
	height: 2.05rem;
	padding: 0;
	border-radius: 999px;
	overflow: hidden;
}

.smc-channel-avatar {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.smc-card:is(:hover, :focus-visible, :focus-within, .is-active) .smc-top-chrome,
.smc-card:is(:hover, :focus-visible, :focus-within, .is-active) .smc-desc-toggle {
	opacity: 1;
	transform: translateY(0) scaleY(1);
	pointer-events: auto;
	max-height: 9rem;
	padding: 0.42rem 0.56rem 0.48rem;
}

.smc-card:is(:hover, :focus-visible, :focus-within, .is-active) .smc-pin-strip {
	max-height: 2.4rem;
	opacity: 1;
	padding-top: 0.34rem;
	padding-bottom: 0.34rem;
	transform: translateY(0) scaleY(1);
	pointer-events: auto;
}

.smc-card:is(:hover, :focus-visible, :focus-within, .is-active) .smc-resize-handle,
.smc-card:is(:hover, :focus-visible, :focus-within, .is-active) .smc-rotate-edge {
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}

.smc-card.is-active {
	z-index: 12;
	border-color: rgba(133, 201, 161, 0.62);
	box-shadow: 0 24px 58px rgba(1, 5, 3, 0.78);
	max-height: min(92vh, 1600px);
}

.smc-card.is-dragging {
	cursor: grabbing;
}

.smc-card.is-fidget-spinning {
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.14),
		0 0 26px rgba(125, 231, 255, 0.26),
		0 22px 52px rgba(0, 0, 0, 0.62);
}

@media (prefers-reduced-motion: no-preference) {
	.smc-card.is-fidget-spinning[data-fidget-fx='0'] {
		animation: smc-fidget-aurora 2.35s cubic-bezier(0.45, 0, 0.25, 1) infinite alternate;
	}

	.smc-card.is-fidget-spinning[data-fidget-fx='1']::after {
		content: '';
		position: absolute;
		inset: 0;
		border-radius: inherit;
		pointer-events: none;
		z-index: 4;
		background: linear-gradient(
			122deg,
			transparent 38%,
			rgba(255, 255, 255, 0.14) 50%,
			transparent 62%
		);
		background-size: 220% 100%;
		background-position: 130% 0;
		animation: smc-fidget-sheen 1.85s cubic-bezier(0.33, 0, 0.2, 1) infinite;
		mix-blend-mode: soft-light;
		opacity: 0.75;
	}

	.smc-card.is-fidget-spinning[data-fidget-fx='2'] {
		animation: smc-fidget-ember 1.65s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
	}

	.smc-card.is-fidget-spinning[data-fidget-fx='3'] {
		animation: smc-fidget-cryo 2.1s cubic-bezier(0.5, 0, 0.15, 1) infinite alternate;
	}

	.smc-card.is-fidget-spinning[data-fidget-fx='4'] {
		animation: smc-fidget-depth 1.45s cubic-bezier(0.55, 0, 0.45, 1) infinite alternate;
	}

	.smc-card.is-fidget-spinning[data-fidget-fx='5']::before {
		content: '';
		position: absolute;
		left: 8%;
		right: 8%;
		top: 3px;
		height: 1px;
		border-radius: 1px;
		pointer-events: none;
		z-index: 4;
		background: linear-gradient(
			90deg,
			transparent,
			rgba(125, 231, 255, 0.55),
			rgba(255, 255, 255, 0.35),
			transparent
		);
		animation: smc-fidget-signal 1.1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
		opacity: 0.85;
	}
}

@keyframes smc-fidget-aurora {
	from {
		box-shadow:
			0 0 0 1px rgba(255, 255, 255, 0.12),
			0 0 32px rgba(72, 188, 255, 0.22),
			0 0 56px rgba(160, 92, 255, 0.14),
			0 22px 52px rgba(0, 0, 0, 0.62);
	}

	to {
		box-shadow:
			0 0 0 1px rgba(255, 255, 255, 0.18),
			0 0 46px rgba(125, 231, 255, 0.32),
			0 0 72px rgba(200, 120, 255, 0.2),
			0 26px 58px rgba(0, 0, 0, 0.66);
	}
}

@keyframes smc-fidget-sheen {
	from {
		background-position: 125% 0;
	}

	to {
		background-position: -25% 0;
	}
}

@keyframes smc-fidget-ember {
	from {
		box-shadow:
			0 0 0 1px rgba(255, 200, 160, 0.18),
			0 0 28px rgba(255, 140, 72, 0.18),
			0 22px 52px rgba(0, 0, 0, 0.62);
		filter: saturate(1.02) brightness(1);
	}

	to {
		box-shadow:
			0 0 0 1px rgba(255, 220, 190, 0.28),
			0 0 40px rgba(255, 112, 64, 0.28),
			0 24px 56px rgba(12, 4, 2, 0.68);
		filter: saturate(1.08) brightness(1.04);
	}
}

@keyframes smc-fidget-cryo {
	from {
		border-color: rgba(140, 210, 255, 0.35);
		box-shadow:
			0 0 0 1px rgba(180, 230, 255, 0.22),
			0 0 36px rgba(90, 200, 255, 0.2),
			0 22px 52px rgba(0, 0, 0, 0.62);
	}

	to {
		border-color: rgba(200, 235, 255, 0.55);
		box-shadow:
			0 0 0 1px rgba(220, 248, 255, 0.38),
			0 0 48px rgba(125, 231, 255, 0.34),
			0 24px 56px rgba(0, 8, 14, 0.66);
	}
}

@keyframes smc-fidget-depth {
	from {
		box-shadow:
			0 0 0 1px rgba(255, 255, 255, 0.12),
			18px 26px 48px rgba(0, 0, 0, 0.52),
			-10px -8px 36px rgba(40, 60, 90, 0.12);
	}

	to {
		box-shadow:
			0 0 0 1px rgba(255, 255, 255, 0.16),
			-14px 30px 52px rgba(0, 0, 0, 0.55),
			12px -6px 40px rgba(90, 70, 140, 0.1);
	}
}

@keyframes smc-fidget-signal {
	0%,
	100% {
		opacity: 0.2;
		transform: scaleX(0.72);
	}

	50% {
		opacity: 1;
		transform: scaleX(1);
	}
}

.smc-rotate-edge {
	position: absolute;
	border: 0;
	background: transparent;
	padding: 0;
	z-index: 3;
	opacity: 0;
	touch-action: none;
}

.smc-rotate-edge-top,
.smc-rotate-edge-bottom {
	left: 1.45rem;
	right: 1.45rem;
	height: 1.15rem;
	cursor: grab;
}

.smc-rotate-edge-top {
	top: 0;
}

.smc-rotate-edge-bottom {
	bottom: 0;
}

.smc-rotate-edge-left,
.smc-rotate-edge-right {
	top: 1.45rem;
	bottom: 1.45rem;
	width: 1.15rem;
	cursor: grab;
}

.smc-rotate-edge-left {
	left: 0;
}

.smc-rotate-edge-right {
	right: 0;
}

.smc-rotate-edge:active {
	cursor: grabbing;
}

.smc-resize-handle {
	position: absolute;
	width: 1.2rem;
	height: 1.2rem;
	border: 0;
	background: transparent;
	z-index: 4;
	opacity: 0.78;
	padding: 0;
}

.smc-resize-handle:hover,
.smc-resize-handle:focus-visible {
	opacity: 0.98;
	outline: none;
}

.smc-resize-nw {
	top: 0.18rem;
	left: 0.18rem;
	cursor: nwse-resize;
}

.smc-resize-ne {
	top: 0.18rem;
	right: 0.18rem;
	cursor: nesw-resize;
}

.smc-resize-sw {
	bottom: 0.18rem;
	left: 0.18rem;
	cursor: nesw-resize;
}

.smc-resize-se {
	bottom: 0.18rem;
	right: 0.18rem;
	cursor: nwse-resize;
}

.smc-resize-handle::before {
	content: '';
	position: absolute;
	inset: 0.22rem;
	border-style: solid;
	border-color: rgba(216, 242, 255, 0.45);
	filter: drop-shadow(0 0 1px rgba(4, 9, 16, 0.8));
}

.smc-resize-nw::before {
	border-width: 2px 0 0 2px;
	border-top-left-radius: 0.55rem;
}

.smc-resize-ne::before {
	border-width: 2px 2px 0 0;
	border-top-right-radius: 0.55rem;
}

.smc-resize-sw::before {
	border-width: 0 0 2px 2px;
	border-bottom-left-radius: 0.55rem;
}

.smc-resize-se::before {
	border-width: 0 2px 2px 0;
	border-bottom-right-radius: 0.55rem;
}

.smc-resize-handle:hover::before,
.smc-resize-handle:focus-visible::before {
	border-color: rgba(149, 236, 248, 0.82);
}

.smc-tag {
	display: inline-flex;
	flex: 0 0 auto;
	width: fit-content;
	padding: 0.25rem 0.5rem;
	font-size: 0.66rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.06);
}

.smc-meta-row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0;
	min-height: 0;
	margin-top: 0.04rem;
}

.smc-meta-spacer {
	justify-self: start;
}

.smc-meta-actions {
	justify-self: center;
	display: inline-flex;
	align-items: center;
	gap: 0.38rem;
	min-width: 0;
}

.smc-meta-actions-left {
	flex: 0 0 100%;
	align-self: center;
	justify-content: center;
}

.smc-meta-trail {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 0;
	flex: 0 0 100%;
	min-width: 0;
	max-width: 100%;
}

.smc-meta-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 0.12rem;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	text-align: left;
}

/* Date + score/upvotes/comments stay on one row (preference: do not stack). */
.smc-meta-byline {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	column-gap: 0.28rem;
}

.smc-meta-byline .smc-meta-line-marquee--date {
	flex: 0 0 auto;
	width: auto;
	min-width: max-content;
	max-width: max-content;
}

.smc-meta-byline .smc-meta-line-marquee {
	flex: 1 1 0;
	min-width: 0;
}

.smc-meta-byline-sep {
	flex: 0 0 auto;
	color: rgba(190, 226, 255, 0.55);
	font-size: 0.66rem;
	font-weight: 700;
	line-height: 1.2;
	user-select: none;
}

.smc-meta-byline-sep[hidden] {
	display: none;
}

.smc-meta-trail .smc-meta-actions {
	flex: 0 0 auto;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
}

.smc-details {
	display: grid;
	gap: 0.18rem;
}

.smc-title {
	margin: 0;
	font-size: 0.78rem;
	line-height: 1.28;
	font-weight: 700;
	text-align: left;
	display: block;
	align-self: stretch;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

.smc-blurb {
	margin: 0;
	font-size: 0.82rem;
	line-height: 1.5;
	letter-spacing: 0.01em;
	color: rgba(238, 245, 255, 0.9);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	overflow-wrap: anywhere;
	text-wrap: pretty;
}

.smc-card.smc-image-card {
	overflow-y: auto;
	overflow-x: hidden;
}

.smc-card.smc-image-card .smc-blurb {
	-webkit-line-clamp: 4;
}

.smc-stats {
	margin: 0;
	font-size: 0.66rem;
	line-height: 1.3;
	color: rgba(190, 226, 255, 0.82);
	letter-spacing: 0.02em;
	text-align: center;
	max-width: none;
	white-space: nowrap;
}

.smc-meta-line-marquee {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	flex: 1 1 auto;
	--smc-scroll-distance: 0px;
	--smc-scroll-duration: 10s;
}

.smc-meta-line-marquee .smc-meta-line-track {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1.1rem;
	min-width: 0;
	max-width: none;
	transform: translateX(0);
}

/* Date line (not stats): horizontal scroll — full text without marquee wait */
.smc-meta-line-marquee:not(.smc-meta-line-marquee--stats).is-overflow {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.smc-meta-line-marquee:not(.smc-meta-line-marquee--stats).is-overflow .smc-meta-line-track {
	justify-content: flex-start;
	animation: none;
	min-width: min-content;
}

.smc-meta-line-marquee:not(.smc-meta-line-marquee--stats).is-overflow .smc-meta-line-text-clone {
	display: none;
}

.smc-meta-line-marquee .smc-meta-line-text-clone {
	display: none;
}

.smc-meta-line-marquee--stats {
	text-overflow: ellipsis;
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

.smc-meta-line-marquee--stats .smc-meta-line-track {
	gap: 1.1rem;
}

.smc-meta-line-marquee--stats .smc-meta-line-text-clone {
	display: none !important;
}

.smc-meta-line-marquee--stats.is-overflow {
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.smc-meta-line-marquee--stats.is-overflow::-webkit-scrollbar {
	display: none;
}

.smc-meta-line-marquee--stats.is-overflow .smc-meta-line-track {
	justify-content: flex-start;
	animation: none;
	min-width: min-content;
}

.smc-title-marquee {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	white-space: nowrap;
	--smc-scroll-distance: 0px;
	--smc-scroll-duration: 10s;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: 0.02em;
	line-height: inherit;
	color: rgba(235, 246, 255, 0.95);
}

.smc-title-track {
	display: inline-flex;
	align-items: center;
	gap: 1.2rem;
	min-width: max-content;
	max-width: none;
	transform: translateX(0);
}

.smc-title-text {
	display: inline-block;
	white-space: nowrap;
}

.smc-title-text-clone {
	display: none;
}

.smc-title-marquee.is-overflow {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.smc-title-marquee.is-overflow .smc-title-track {
	animation: none;
	justify-content: flex-start;
	min-width: min-content;
}

.smc-title-marquee.is-overflow .smc-title-text-clone {
	display: none;
}

.smc-date {
	display: inline-block;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: rgba(222, 242, 255, 0.9);
	white-space: nowrap;
}

@keyframes smc-pin-strip-heartbeat {
	0%,
	100% {
		filter: brightness(1);
	}

	24% {
		filter: brightness(1.18);
	}

	38% {
		filter: brightness(1.04);
	}

	56% {
		filter: brightness(1.24);
	}

	72% {
		filter: brightness(1.06);
	}
}

/* Media slot height follows card width × --smc-card-ratio; player fills slot (no inner letterboxing). */
.smc-media-slot {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: var(--smc-card-ratio, 16 / 9);
	min-width: 0;
	align-self: stretch;
	justify-self: stretch;
	overflow: visible;
}

.smc-media-slot:empty {
	display: none;
	aspect-ratio: unset;
}

.smc-card.smc-video-card.is-short .smc-media-slot {
	width: 100%;
	margin-inline: 0;
}

.smc-card.smc-video-card[data-platform='tiktok']:not(.is-short) .smc-media-slot {
	width: 100%;
	margin-inline: 0;
}

.smc-media-slot .smc-player,
.smc-media-slot .smc-media {
	position: absolute;
	inset: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
	z-index: 1;
}

/* JS sets iframe width/height in px so embed scales with the card (iframes ignore object-fit). */
.smc-player-iframe-shell {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: inherit;
}

.smc-player-iframe-shell iframe {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	border: 0;
	display: block;
}

.smc-media-slot .smc-thumb {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}

.smc-media {
	display: block;
	width: 100%;
	max-width: 100%;
	border-radius: 12px;
	overflow: hidden;
	border: 0;
	background: rgba(255, 255, 255, 0.04);
}

.smc-picture-tag {
	position: absolute;
	top: 0.42rem;
	left: 0.42rem;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.16rem 0.42rem;
	border-radius: 999px;
	font-size: 0.63rem;
	line-height: 1;
	text-transform: lowercase;
	letter-spacing: 0.035em;
	color: #eff8ff;
	background: rgba(5, 14, 28, 0.72);
	border: 1px solid rgba(210, 231, 255, 0.46);
	pointer-events: none;
}

.smc-media.qr {
	display: grid;
	place-items: center;
}

.smc-player {
	display: block;
	width: 100%;
	max-width: 100%;
	border-radius: 12px;
	overflow: hidden;
	border: 0;
	background: rgba(0, 0, 0, 0.5);
}

.smc-player.youtube {
	aspect-ratio: 16 / 9;
}

.smc-player.tiktok {
	aspect-ratio: 9 / 16;
}

.smc-player.reddit {
	aspect-ratio: var(--smc-card-ratio, 16 / 9);
}

.smc-media-slot .smc-player.youtube,
.smc-media-slot .smc-player.tiktok,
.smc-media-slot .smc-player.reddit {
	aspect-ratio: unset;
}

.smc-player:not(:has(.smc-player-iframe-shell)) iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.smc-player video {
	width: 100%;
	height: 100%;
	display: block;
	background: #050911;
}

.smc-media-slot .smc-player video {
	object-fit: contain;
}

.smc-card h3 {
	margin: 0;
	font-size: 0.84rem;
	line-height: 1.26;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.smc-card p {
	margin: 0;
	font-size: 0.8rem;
	line-height: 1.36;
	color: rgba(238, 245, 255, 0.82);
	min-height: 2.1em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.smc-card .smc-blurb {
	margin: 0;
	min-height: 0;
	max-height: 0;
	opacity: 0;
	transform: translateY(-0.42rem);
	overflow: hidden;
	pointer-events: none;
	transition:
		max-height 0.24s ease,
		opacity 0.2s ease,
		transform 0.24s ease;
}

.smc-card.smc-desc-visible .smc-blurb {
	/* Expanded description */
	display: block;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
	overflow: visible;
	max-width: 100%;
	padding-top: 0.05rem;
	max-height: min(120vh, 10000px);
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.smc-inline-link {
	color: #9fd5ff;
	text-decoration: underline;
	text-underline-offset: 2px;
	overflow-wrap: anywhere;
}

.smc-inline-link:hover,
.smc-inline-link:focus-visible {
	color: #c8ebff;
	outline: none;
}

.smc-card .smc-stats {
	margin-top: 0;
	min-height: 0;
	display: inline-block;
	-webkit-line-clamp: unset;
	-webkit-box-orient: initial;
	overflow: visible;
}

.smc-platform {
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	color: var(--smc-accent, #69e3ff);
}

.smc-open-hint {
	display: none;
}

.smc-visit-link {
	width: 1.95rem;
	height: 1.95rem;
	min-width: 1.95rem;
	border-radius: 999px;
	flex: 0 0 auto;
	margin-right: 0;
}

.smc-visit-link:hover,
.smc-visit-link:focus-visible {
	transform: translateY(-1px);
}

/* Platform tinting for profile button only on card UI. */
.smc-card .smc-visit-link:not(.smc-open-post-link) {
	color: #ffffff;
}

/* Cards reuse `site-social-nav__link`; global visited tint is green (`--social-nav-fg-visited`). Keep glyphs white on brand pills (YouTube red, Reddit orange, etc.). */
body.socials-cloud-bg .smc-card a.site-social-nav__link.smc-visit-link,
body.socials-cloud-bg .smc-card a.site-social-nav__link.smc-visit-link:visited,
body.socials-cloud-bg
	.smc-card
	a.site-social-nav__link.smc-visit-link:visited:not(:hover):not(:focus-visible),
[data-theme='light'] body.socials-cloud-bg .smc-card a.site-social-nav__link.smc-visit-link,
[data-theme='light'] body.socials-cloud-bg .smc-card a.site-social-nav__link.smc-visit-link:visited,
[data-theme='light']
	body.socials-cloud-bg
	.smc-card
	a.site-social-nav__link.smc-visit-link:visited:not(:hover):not(:focus-visible) {
	color: #ffffff;
}

body.socials-cloud-bg .smc-card a.site-social-nav__link.smc-open-post-link,
body.socials-cloud-bg .smc-card a.site-social-nav__link.smc-open-post-link:visited,
body.socials-cloud-bg
	.smc-card
	a.site-social-nav__link.smc-open-post-link:visited:not(:hover):not(:focus-visible),
[data-theme='light'] body.socials-cloud-bg .smc-card a.site-social-nav__link.smc-open-post-link,
[data-theme='light']
	body.socials-cloud-bg
	.smc-card
	a.site-social-nav__link.smc-open-post-link:visited,
[data-theme='light']
	body.socials-cloud-bg
	.smc-card
	a.site-social-nav__link.smc-open-post-link:visited:not(:hover):not(:focus-visible) {
	color: #ffffff;
}

.smc-card[data-platform='reddit'] .smc-visit-link:not(.smc-open-post-link) {
	background: #ff5700;
	border-color: #ff5700;
}

.smc-card[data-platform='youtube'] .smc-visit-link:not(.smc-open-post-link) {
	background: #ff0000;
	border-color: #ff0000;
}

.smc-card[data-platform='instagram'] .smc-visit-link:not(.smc-open-post-link) {
	background: #e1306c;
	border-color: #e1306c;
}

.smc-card[data-platform='facebook'] .smc-visit-link:not(.smc-open-post-link) {
	background: #1877f2;
	border-color: #1877f2;
}

.smc-card[data-platform='tiktok'] .smc-visit-link:not(.smc-open-post-link) {
	background: linear-gradient(135deg, #25f4ee 0%, #25f4ee 45%, #fe2c55 55%, #fe2c55 100%);
	border-color: rgba(254, 44, 85, 0.9);
}

.smc-card[data-platform='reddit'] .smc-visit-link:not(.smc-open-post-link):hover,
.smc-card[data-platform='reddit'] .smc-visit-link:not(.smc-open-post-link):focus-visible {
	background: #ff6f2d;
	border-color: #ff6f2d;
	box-shadow:
		0 0 0 1px rgba(255, 111, 45, 0.3),
		0 0 16px rgba(255, 87, 0, 0.45);
}

.smc-card[data-platform='youtube'] .smc-visit-link:not(.smc-open-post-link):hover,
.smc-card[data-platform='youtube'] .smc-visit-link:not(.smc-open-post-link):focus-visible {
	background: #ff2222;
	border-color: #ff2222;
	box-shadow:
		0 0 0 1px rgba(255, 34, 34, 0.3),
		0 0 16px rgba(255, 0, 0, 0.45);
}

.smc-card[data-platform='instagram'] .smc-visit-link:not(.smc-open-post-link):hover,
.smc-card[data-platform='instagram'] .smc-visit-link:not(.smc-open-post-link):focus-visible {
	background: #ef4b83;
	border-color: #ef4b83;
	box-shadow:
		0 0 0 1px rgba(239, 75, 131, 0.3),
		0 0 16px rgba(225, 48, 108, 0.45);
}

.smc-card[data-platform='facebook'] .smc-visit-link:not(.smc-open-post-link):hover,
.smc-card[data-platform='facebook'] .smc-visit-link:not(.smc-open-post-link):focus-visible {
	background: #3a89f7;
	border-color: #3a89f7;
	box-shadow:
		0 0 0 1px rgba(58, 137, 247, 0.3),
		0 0 16px rgba(24, 119, 242, 0.45);
}

.smc-card[data-platform='tiktok'] .smc-visit-link:not(.smc-open-post-link):hover,
.smc-card[data-platform='tiktok'] .smc-visit-link:not(.smc-open-post-link):focus-visible {
	background: linear-gradient(135deg, #31fff8 0%, #31fff8 45%, #ff426d 55%, #ff426d 100%);
	border-color: rgba(255, 66, 109, 0.95);
	box-shadow:
		0 0 0 1px rgba(37, 244, 238, 0.3),
		0 0 16px rgba(254, 44, 85, 0.45);
}

.smc-thumb {
	width: 100%;
	max-width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 12px;
	border: 0;
	background: rgba(255, 255, 255, 0.05);
	object-fit: cover;
	display: block;
}

.smc-card.smc-video-card {
	width: clamp(220px, 24vw, 340px);
	aspect-ratio: auto;
	gap: 0.24rem;
	align-content: start;
	padding: 0.62rem;
}

.smc-card.smc-ratio-portrait {
	width: clamp(170px, 18vw, 260px);
}

.smc-card.smc-ratio-square {
	width: clamp(210px, 22vw, 300px);
}

.smc-card.smc-ratio-landscape {
	width: clamp(230px, 26vw, 380px);
}

.smc-card.smc-video-card.is-short {
	width: clamp(170px, 18vw, 250px);
	aspect-ratio: auto;
	--smc-short-player-max-h: min(
		calc(100dvh - var(--smc-header-h, 0px) - var(--smc-footer-h, 0px) - 6.25rem),
		calc(100svh - var(--smc-header-h, 0px) - var(--smc-footer-h, 0px) - 6.25rem)
	);
}

.smc-card.smc-video-card.has-active-player .smc-media {
	display: none !important;
}

.smc-card.smc-video-card.is-short .smc-thumb {
	object-fit: contain;
	object-position: center;
	background: #050911;
}

.smc-card.smc-video-card[data-platform='tiktok']:not(.is-short) {
	--smc-portrait-embed-max-h: min(
		72dvh,
		calc(100dvh - var(--smc-header-h, 0px) - var(--smc-footer-h, 0px) - 6.25rem),
		calc(100svh - var(--smc-header-h, 0px) - var(--smc-footer-h, 0px) - 6.25rem)
	);
}

.smc-card.smc-reddit-card {
	width: clamp(230px, 28vw, 380px);
}

.smc-card.smc-reddit-card.smc-ratio-portrait {
	width: clamp(180px, 20vw, 280px);
}

.smc-card.smc-reddit-card.smc-ratio-square {
	width: clamp(220px, 24vw, 320px);
}

.smc-card.smc-reddit-card .smc-blurb {
	-webkit-line-clamp: 5;
}

.smc-card.smc-reddit-card.smc-desc-visible .smc-blurb,
.smc-card.smc-image-card.smc-desc-visible .smc-blurb {
	display: block;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
	overflow: visible;
}

.smc-thumb.qr {
	width: min(100%, 136px);
	aspect-ratio: 1 / 1;
}

.smc-card[data-type='support'] .smc-tag {
	background: rgba(105, 227, 255, 0.18);
}

.smc-desc-toggle {
	width: 100%;
	margin: 0.2rem 0 0;
	padding: 0.38rem 0.5rem;
	border: 1px solid rgba(200, 86, 255, 0.8);
	border-radius: 10px;
	background:
		radial-gradient(circle at 50% 0%, rgba(242, 194, 255, 0.24), transparent 58%),
		linear-gradient(180deg, rgba(79, 20, 116, 0.95), rgba(38, 8, 62, 0.94));
	box-shadow:
		0 0 7px rgba(188, 76, 255, 0.72),
		0 0 18px rgba(157, 47, 255, 0.48),
		inset 0 0 10px rgba(214, 130, 255, 0.26),
		inset 0 0 22px rgba(160, 62, 255, 0.2);
	color: #f3dbff;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-shadow:
		0 0 5px rgba(249, 219, 255, 0.9),
		0 0 12px rgba(200, 86, 255, 0.78);
	text-transform: uppercase;
	cursor: pointer;
	justify-self: stretch;
	z-index: 3;
	transition:
		background 0.18s ease,
		border-color 0.18s ease,
		box-shadow 0.18s ease,
		color 0.18s ease,
		transform 0.18s ease;
}

.smc-desc-toggle:hover,
.smc-desc-toggle:focus-visible {
	border-color: rgba(239, 189, 255, 0.95);
	background:
		radial-gradient(circle at 50% 0%, rgba(255, 227, 255, 0.38), transparent 60%),
		linear-gradient(180deg, rgba(113, 31, 164, 0.98), rgba(59, 13, 91, 0.96));
	box-shadow:
		0 0 10px rgba(226, 155, 255, 0.92),
		0 0 26px rgba(187, 78, 255, 0.72),
		0 0 44px rgba(137, 31, 255, 0.42),
		inset 0 0 14px rgba(238, 196, 255, 0.36),
		inset 0 0 30px rgba(174, 74, 255, 0.32);
	color: #fff6ff;
	outline: none;
	transform: translateY(-1px);
}

.smc-desc-toggle[hidden] {
	display: none !important;
}

.smc-fallback-links {
	margin: 0.2rem 0 0;
	padding-left: 1rem;
	color: #eef5ff;
}

@media (max-width: 700px) {
	body.socials-cloud-bg shared-header .site-logo--base,
	body.socials-cloud-bg shared-header .site-logo--floater {
		max-height: 68px !important;
	}

	.smc-card {
		width: clamp(160px, 54vw, 210px);
		padding: 0.72rem;
	}

	.smc-cloud {
		height: 100vh;
	}

	.smc-mode-toggle {
		top: calc(var(--smc-header-h, 0px) + 0.45rem);
		right: 0.6rem;
		font-size: 0.68rem;
		padding: 0.46rem 0.68rem;
	}

	body.socials-cloud-bg shared-footer footer h4#Disclosure {
		font-size: 0.71rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.smc-card {
		transition: none;
		will-change: auto;
	}
}
