:root {
	--mse-pink: #ff2f78;
	--mse-pink-bright: #ff4e9c;
	--mse-purple: #a855f7;
	--mse-blue: #44c7ff;
	--mse-gold: #ffca45;
	--mse-ink: #090307;
	--mse-panel: rgba(18, 7, 14, .82);
	--mse-line: rgba(255, 255, 255, .15);
	--mse-header: 64px;
	--mse-dock: 86px;
	--mse-appnav: var(--mse-app-nav-height, 0px);
	--mse-safe-top: env(safe-area-inset-top, 0px);
	--mse-safe-bottom: env(safe-area-inset-bottom, 0px);
}

html,
body {
	background: #050104 !important;
}

body.mse-ready {
	color: #fff;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	overscroll-behavior-y: none;
}

body.mse-ready.mse-app-shell-active {
	padding-bottom: 0 !important;
}

body.mse-ready * {
	box-sizing: border-box;
}

.mse-icon {
	display: inline-grid;
	width: 1em;
	height: 1em;
	place-items: center;
	line-height: 1;
}

.mse-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.mse-ready .topbar.mse-topbar {
	display: grid !important;
	grid-template-columns: auto auto minmax(0, 1fr);
	min-height: calc(var(--mse-header) + var(--mse-safe-top));
	align-items: center;
	gap: clamp(12px, 2vw, 28px) !important;
	padding: max(8px, var(--mse-safe-top)) clamp(12px, 2vw, 28px) 8px !important;
	border-bottom: 1px solid rgba(255, 60, 130, .14);
	background: linear-gradient(180deg, rgba(7, 1, 5, .97) 0%, rgba(10, 2, 7, .9) 72%, rgba(10, 2, 7, .3) 100%) !important;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .3);
	backdrop-filter: blur(18px) saturate(135%);
	-webkit-backdrop-filter: blur(18px) saturate(135%);
}

.mse-brand {
	display: grid !important;
	width: 60px;
	height: 60px;
	flex: 0 0 60px;
	place-items: center;
	border-radius: 15px;
	filter: drop-shadow(0 0 11px rgba(255, 25, 119, .32));
}

.mse-brand img {
	display: block !important;
	width: 56px !important;
	height: 56px !important;
	max-width: none !important;
	object-fit: contain !important;
}

.mse-surface-switcher {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 4px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 15px;
	background: rgba(255, 255, 255, .035);
}

.mse-surface-switcher a {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	gap: 6px;
	padding: 7px 10px;
	border-radius: 11px;
	color: rgba(255, 255, 255, .7);
	font-size: 11px;
	font-weight: 820;
	text-decoration: none;
}

.mse-surface-switcher a:hover,
.mse-surface-switcher a.is-active {
	color: #fff;
	background: linear-gradient(145deg, rgba(255, 47, 120, .2), rgba(168, 77, 255, .12));
}

.mse-surface-switcher .mse-icon {
	width: 17px;
	height: 17px;
}

.mse-header-controls {
	display: flex !important;
	min-width: 0;
	align-items: center !important;
	justify-content: flex-end;
	gap: 7px !important;
}

.mse-header-control,
.mse-preference {
	display: inline-flex !important;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin: 0 !important;
	padding: 8px 12px !important;
	border: 1px solid rgba(255, 255, 255, .1) !important;
	border-radius: 14px !important;
	background: rgba(255, 255, 255, .045) !important;
	color: rgba(255, 255, 255, .92) !important;
	font-size: 12px !important;
	font-weight: 750 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	white-space: nowrap;
	transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.mse-header-control:hover,
.mse-header-control:focus-visible {
	border-color: rgba(255, 66, 138, .6) !important;
	background: rgba(255, 47, 120, .12) !important;
	outline: none;
	transform: translateY(-1px);
}

.mse-header-control .mse-icon {
	width: 20px;
	height: 20px;
	color: #ff6ca3;
}

.mse-header-inbox .mse-icon {
	color: #fff;
}

.mse-preference {
	max-width: 130px;
	border-color: rgba(255, 55, 126, .3) !important;
	background: rgba(255, 47, 120, .08) !important;
	color: #ff91b8 !important;
	cursor: pointer;
}

.mse-header-legacy-count,
.mse-header-coin {
	display: none !important;
}

body.mse-ready #deck {
	height: 100svh;
	scroll-padding-top: 0;
	background:
		radial-gradient(circle at 50% 30%, rgba(117, 18, 72, .2), transparent 44%),
		#030102;
}

body.mse-ready #deck > .card {
	position: relative;
	height: 100svh !important;
	min-height: 100svh;
	isolation: isolate;
	overflow: hidden;
	background: #050104;
}

body.mse-ready .card::after {
	position: absolute;
	inset: auto 0 0;
	z-index: 8;
	height: 42%;
	background: linear-gradient(0deg, rgba(2, 0, 2, .88) 0%, rgba(5, 1, 4, .44) 42%, transparent 100%);
	content: "";
	pointer-events: none;
}

body.mse-ready .card > img,
body.mse-ready .card > video {
	display: block;
	width: 100% !important;
	height: 100svh !important;
	max-width: min(76vw, 820px) !important;
	max-height: 100svh !important;
	margin: 0 auto;
	object-fit: contain !important;
	background: #000;
}

body.mse-ready .meta {
	left: max(16px, calc((100vw - min(76vw, 820px)) / 2 + 14px)) !important;
	right: 90px !important;
	bottom: calc(var(--mse-dock) + var(--mse-appnav) + var(--mse-safe-bottom) + 18px) !important;
	z-index: 22 !important;
	max-width: min(620px, calc(100vw - 126px)) !important;
	padding: 28px 0 4px !important;
	background: transparent !important;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .9);
}

body.mse-ready .meta .g {
	gap: 9px;
	margin-bottom: 5px;
}

body.mse-ready .meta img {
	width: 42px;
	height: 42px;
	border: 2px solid var(--mse-pink);
	box-shadow: 0 0 0 3px rgba(255, 47, 120, .18);
}

body.mse-ready .meta .n {
	display: flex;
	min-width: 0;
	align-items: center;
	flex-wrap: wrap;
	font-size: 15px;
}

body.mse-ready .meta .cap {
	display: -webkit-box;
	overflow: hidden;
	max-width: 600px;
	font-size: 14px;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.mse-ready .badge {
	margin-left: 6px;
	padding: 3px 7px;
	font-size: 8px;
}

body.mse-ready .rail.mse-rail {
	position: absolute !important;
	top: 50% !important;
	right: max(13px, calc((100vw - min(76vw, 820px)) / 2 + 12px)) !important;
	bottom: auto !important;
	z-index: 28 !important;
	display: flex !important;
	max-height: calc(100svh - var(--mse-header) - var(--mse-dock) - var(--mse-appnav) - var(--mse-safe-top) - var(--mse-safe-bottom) - 22px);
	flex-direction: column;
	align-items: center;
	gap: 7px !important;
	margin-top: calc((var(--mse-header) - var(--mse-dock)) / 2);
	overflow-x: hidden;
	overflow-y: auto;
	transform: translateY(-50%);
	scrollbar-width: none;
}

body.mse-ready .rail.mse-rail::-webkit-scrollbar {
	display: none;
}

.mse-creator-avatar,
.mse-provider-avatar {
	display: grid;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	place-items: center;
	overflow: hidden;
	border: 2px solid var(--mse-pink);
	border-radius: 50%;
	background: linear-gradient(145deg, #391326, #12060e);
	box-shadow: 0 6px 20px rgba(0, 0, 0, .38), 0 0 0 3px rgba(255, 47, 120, .14);
	color: #fff;
	font-size: 17px;
	font-weight: 900;
	text-decoration: none;
}

.mse-creator-avatar img {
	width: 100% !important;
	height: 100% !important;
	border: 0 !important;
	border-radius: 50%;
	object-fit: cover !important;
}

.mse-creator-avatar.is-live {
	overflow: visible;
	border-color: #ff2f78;
	background: linear-gradient(145deg, #ff2f78, #8f42ff);
	box-shadow: 0 0 0 3px #090307, 0 0 0 5px #ff2f78, 0 8px 26px rgba(255, 47, 120, .44);
	animation: mse-live-pulse 1.8s ease-in-out infinite;
}

.mse-creator-avatar.is-live img {
	border-radius: 50% !important;
}

.mse-live-label {
	position: absolute;
	right: 50%;
	bottom: -9px;
	display: block;
	min-width: 32px;
	padding: 2px 5px;
	border: 2px solid #090307;
	border-radius: 5px;
	background: linear-gradient(100deg, #ff2f78, #cc2299);
	color: #fff;
	font-size: 7px;
	font-weight: 950;
	letter-spacing: .055em;
	line-height: 12px;
	text-align: center;
	transform: translateX(50%);
}

.mse-inline-live {
	display: inline-flex;
	align-items: center;
	margin-left: 7px;
	padding: 3px 7px;
	border-radius: 999px;
	background: linear-gradient(100deg, #ff2f78, #ca259a);
	box-shadow: 0 4px 14px rgba(255, 47, 120, .3);
	color: #fff;
	font-size: 8px;
	font-weight: 950;
	letter-spacing: .04em;
}

@keyframes mse-live-pulse {
	0%, 100% { box-shadow: 0 0 0 3px #090307, 0 0 0 5px #ff2f78, 0 8px 26px rgba(255, 47, 120, .34); }
	50% { box-shadow: 0 0 0 3px #090307, 0 0 0 7px rgba(255, 47, 120, .55), 0 10px 32px rgba(255, 47, 120, .5); }
}

body.mse-ready .rail .mse-rail-button {
	position: relative;
	display: grid !important;
	width: 48px !important;
	height: 48px !important;
	min-width: 48px;
	min-height: 48px;
	flex: 0 0 48px;
	place-items: center;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, .16) !important;
	border-radius: 50% !important;
	background: rgba(13, 5, 10, .72) !important;
	box-shadow: 0 7px 22px rgba(0, 0, 0, .33);
	backdrop-filter: blur(13px) saturate(130%);
	-webkit-backdrop-filter: blur(13px) saturate(130%);
	color: #fff !important;
	cursor: pointer;
	text-decoration: none !important;
	transition: transform .16s ease, border-color .16s ease, background .16s ease, color .16s ease;
}

body.mse-ready .rail .mse-rail-button:hover,
body.mse-ready .rail .mse-rail-button:focus-visible {
	border-color: rgba(255, 92, 154, .78) !important;
	background: rgba(42, 12, 29, .9) !important;
	outline: none;
	transform: scale(1.06);
}

body.mse-ready .rail .mse-rail-button:disabled {
	cursor: default;
	opacity: .48;
}

body.mse-ready .rail .mse-rail-button .mse-icon {
	width: 23px;
	height: 23px;
}

body.mse-ready .rail .mse-rail-button small {
	position: absolute;
	right: -2px;
	bottom: -4px;
	display: block;
	min-width: 18px;
	min-height: 14px;
	padding: 1px 4px;
	border-radius: 999px;
	background: rgba(5, 1, 4, .9);
	color: #fff;
	font-size: 8px;
	font-weight: 850;
	line-height: 12px;
	text-align: center;
}

body.mse-ready .rail .mse-rail-button small:empty {
	display: none;
}

body.mse-ready .mse-post-like.is-active,
body.mse-ready .mse-private-message.is-unlocked {
	border-color: rgba(255, 55, 127, .9) !important;
	background: linear-gradient(145deg, rgba(255, 47, 120, .96), rgba(188, 37, 117, .9)) !important;
	box-shadow: 0 8px 25px rgba(255, 47, 120, .28) !important;
}

body.mse-ready .mse-post-save.is-active,
body.mse-ready .mse-aux-save.is-active {
	border-color: rgba(255, 202, 69, .86) !important;
	color: var(--mse-gold) !important;
}

body.mse-ready .mse-private-message.is-locked::after {
	position: absolute;
	right: -2px;
	bottom: -2px;
	display: grid;
	width: 17px;
	height: 17px;
	place-items: center;
	border: 2px solid #10050c;
	border-radius: 50%;
	background: var(--mse-gold);
	color: #4d3200;
	content: "\1F512";
	font-size: 8px;
}

body.mse-ready .mse-wallet {
	color: var(--mse-gold) !important;
}

body.mse-ready .mse-post-comments {
	color: #e7f7ff !important;
}

body.mse-ready .actionbar.mse-dating-dock {
	position: fixed !important;
	left: 50% !important;
	bottom: calc(10px + var(--mse-appnav) + var(--mse-safe-bottom)) !important;
	z-index: 36 !important;
	display: flex !important;
	width: auto;
	align-items: center;
	gap: 10px !important;
	margin: 0 !important;
	padding: 6px 9px !important;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 999px;
	background: rgba(10, 3, 8, .78);
	box-shadow: 0 14px 40px rgba(0, 0, 0, .48);
	backdrop-filter: blur(16px) saturate(130%);
	-webkit-backdrop-filter: blur(16px) saturate(130%);
	transform: translateX(-50%) !important;
	transition: opacity .18s ease, transform .18s ease;
}

body.mse-ready .actionbar.mse-dating-dock button {
	display: flex !important;
	width: 58px !important;
	height: 58px !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1px;
	padding: 0 !important;
	border-width: 2px !important;
	background: rgba(18, 7, 14, .88) !important;
	font-size: 10px !important;
	font-weight: 800;
	line-height: 1;
}

body.mse-ready .actionbar.mse-dating-dock button .mse-icon {
	width: 24px;
	height: 24px;
}

body.mse-ready .actionbar.mse-dating-dock .ab-like {
	width: 68px !important;
	height: 68px !important;
	border-color: #fff !important;
	background: linear-gradient(145deg, var(--mse-pink), #ff4d91) !important;
	box-shadow: 0 7px 24px rgba(255, 47, 120, .32);
	color: #fff;
}

body.mse-ready .actionbar.mse-dating-dock .ab-pass {
	border-color: #ff5b50 !important;
	color: #ff5b50 !important;
}

body.mse-ready .actionbar.mse-dating-dock .ab-super {
	border-color: var(--mse-blue) !important;
	color: var(--mse-gold) !important;
}

body.mse-ready.mse-aux-active .actionbar.mse-dating-dock {
	pointer-events: none;
	opacity: 0;
	transform: translate(-50%, 22px) !important;
}

body.mse-ready.mse-aux-active .hint {
	display: none !important;
}

body.mse-ready .hint {
	position: fixed !important;
	left: 50% !important;
	bottom: calc(var(--mse-dock) + var(--mse-appnav) + var(--mse-safe-bottom) + 16px) !important;
	z-index: 24 !important;
	display: block !important;
	max-width: calc(100vw - 150px);
	padding: 5px 10px !important;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 999px;
	background: rgba(8, 3, 7, .5);
	color: rgba(255, 255, 255, .58) !important;
	font-size: 9px !important;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	transform: translateX(-50%);
	backdrop-filter: blur(8px);
}

body.mse-ready .stamp {
	position: absolute !important;
	top: calc(var(--mse-header) + var(--mse-safe-top) + 12%) !important;
	z-index: 35 !important;
	display: block !important;
	padding: 8px 14px !important;
	border: 4px solid currentColor !important;
	border-radius: 12px !important;
	background: rgba(5, 1, 4, .34) !important;
	box-shadow: 0 12px 34px rgba(0, 0, 0, .32);
	backdrop-filter: blur(7px);
	font-size: clamp(24px, 5vw, 48px) !important;
	font-weight: 950 !important;
	letter-spacing: .06em;
	line-height: 1 !important;
	text-shadow: 0 3px 12px rgba(0, 0, 0, .48);
	pointer-events: none;
}

body.mse-ready .stamp.like {
	right: clamp(72px, 12vw, 160px) !important;
	color: #50f3b4 !important;
	transform: rotate(8deg);
}

body.mse-ready .stamp.nope {
	left: clamp(16px, 8vw, 120px) !important;
	color: #ff625b !important;
	transform: rotate(-8deg);
}

body.mse-ready .lockcard {
	padding: calc(var(--mse-header) + var(--mse-safe-top) + 24px) 88px calc(var(--mse-dock) + var(--mse-appnav) + var(--mse-safe-bottom) + 24px) 24px !important;
}

.mse-aux-card {
	display: grid !important;
	place-items: center;
	background:
		radial-gradient(circle at 50% 38%, rgba(137, 28, 89, .42), transparent 45%),
		linear-gradient(155deg, #15050f 0%, #050104 65%) !important;
}

.mse-type-youtube {
	background: radial-gradient(circle at 50% 38%, rgba(190, 25, 53, .28), transparent 44%), #050104 !important;
}

.mse-type-ad {
	background: radial-gradient(circle at 50% 36%, rgba(255, 154, 48, .16), transparent 46%), #050302 !important;
}

.mse-type-affiliate {
	background: radial-gradient(circle at 50% 36%, rgba(83, 116, 255, .28), transparent 46%), #03040c !important;
}

.mse-aux-stage {
	position: absolute;
	inset: var(--mse-header) 0 calc(var(--mse-dock) + var(--mse-appnav));
	z-index: 2;
	display: grid;
	place-items: center;
	overflow: hidden;
}

.mse-aux-stage::before {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .06), transparent 58%);
	content: "";
}

.mse-aux-media,
.mse-youtube-facade,
.mse-youtube-player,
.mse-affiliate-facade,
.mse-affiliate-player,
.mse-affiliate-video,
.mse-affiliate-gate {
	position: relative;
	z-index: 2;
	display: block;
	width: min(100%, 860px) !important;
	height: min(68svh, 760px) !important;
	max-width: 100%;
	border: 0;
	background: #000;
	box-shadow: 0 30px 90px rgba(0, 0, 0, .48);
	object-fit: contain;
}

.mse-youtube-facade {
	position: relative;
	padding: 0;
	cursor: pointer;
}

.mse-affiliate-facade,
.mse-affiliate-gate {
	position: relative;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
}

.mse-affiliate-facade img,
.mse-affiliate-gate img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mse-affiliate-gate img {
	filter: blur(9px) brightness(.72) saturate(.9);
	transform: scale(1.06);
}

.mse-affiliate-gate::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(5, 2, 5, .12), rgba(5, 2, 5, .48));
	content: "";
}

.mse-affiliate-lock-copy {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	display: grid;
	min-width: min(280px, calc(100% - 32px));
	gap: 6px;
	justify-items: center;
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 18px;
	background: rgba(18, 8, 14, .82);
	box-shadow: 0 18px 48px rgba(0, 0, 0, .46);
	color: #fff;
	text-align: center;
	transform: translate(-50%, -50%);
}

.mse-affiliate-lock-copy b { font-size: 32px; line-height: 1; }
.mse-affiliate-lock-copy strong { font-size: 18px; }
.mse-affiliate-lock-copy small { color: #c6e985; font-size: 11px; font-weight: 800; }

.mse-affiliate-player,
.mse-affiliate-video {
	object-fit: contain;
}

.mse-affiliate-locked .mse-aux-stage { background: #090407; }

body.mse-muzegirls-only .mse-preference {
	border-color: rgba(255, 47, 120, .72) !important;
	box-shadow: 0 0 0 2px rgba(255, 47, 120, .15) !important;
}

.mse-youtube-facade img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.mse-youtube-clean .mse-aux-stage {
	background: #000;
}

.mse-youtube-clean .mse-disclosure,
.mse-youtube-clean .mse-aux-meta,
.mse-youtube-clean .mse-provider-avatar {
	display: none !important;
}

.mse-youtube-clean .mse-youtube-facade,
.mse-youtube-clean .mse-youtube-player {
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	box-shadow: none;
}

.mse-play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	display: grid;
	width: 72px;
	height: 52px;
	place-items: center;
	border-radius: 16px;
	background: rgba(255, 0, 51, .94);
	box-shadow: 0 12px 34px rgba(0, 0, 0, .45);
	color: #fff;
	font-size: 29px;
	transform: translate(-50%, -50%);
}

.mse-play-button .mse-icon {
	margin-left: 3px;
}

.mse-aux-monogram {
	position: relative;
	z-index: 2;
	display: grid;
	width: 190px;
	height: 190px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 50%;
	background: linear-gradient(145deg, rgba(255, 47, 120, .75), rgba(107, 41, 178, .72));
	box-shadow: 0 20px 70px rgba(255, 47, 120, .24);
	color: #fff;
	font-size: 54px;
	font-weight: 900;
}

.mse-disclosure {
	position: absolute;
	left: max(16px, calc((100vw - min(76vw, 820px)) / 2 + 14px));
	top: calc(var(--mse-header) + var(--mse-safe-top) + 12px);
	z-index: 24;
	max-width: calc(100vw - 110px);
	padding: 5px 9px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	background: rgba(5, 2, 4, .74);
	backdrop-filter: blur(10px);
	color: rgba(255, 255, 255, .88);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .055em;
	line-height: 1.2;
	text-transform: uppercase;
}

body.mse-ready .mse-aux-meta {
	display: block;
}

.mse-aux-source {
	margin-bottom: 4px;
	color: #ff87b4;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.mse-aux-meta h2 {
	margin: 0 0 4px;
	color: #fff;
	font-size: clamp(20px, 3vw, 30px);
	line-height: 1.12;
}

.mse-aux-meta p {
	display: -webkit-box;
	margin: 0 0 10px;
	overflow: hidden;
	color: rgba(255, 255, 255, .78);
	font-size: 13px;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.mse-aux-cta,
.mse-sheet-primary,
.mse-sheet-secondary {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(100deg, var(--mse-pink), #fa3c91);
	box-shadow: 0 8px 24px rgba(255, 47, 120, .23);
	color: #fff;
	font-size: 12px;
	font-weight: 850;
	text-decoration: none;
}

.mse-sheet-overlay {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 16px;
	background: rgba(0, 0, 0, .66);
	backdrop-filter: blur(8px);
}

.mse-sheet {
	width: min(100%, 620px);
	max-height: min(82svh, 760px);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 24px 24px 18px 18px;
	background: #130810;
	box-shadow: 0 24px 90px rgba(0, 0, 0, .62);
	color: #fff;
}

.mse-sheet > header {
	display: flex;
	min-height: 58px;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 12px 14px 10px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mse-sheet h2 {
	margin: 0;
	font-size: 18px;
}

.mse-sheet-close {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 50%;
	background: rgba(255, 255, 255, .06);
	color: #fff;
	cursor: pointer;
}

.mse-sheet-close .mse-icon {
	width: 18px;
	height: 18px;
}

.mse-sheet-content {
	max-height: calc(min(82svh, 760px) - 60px);
	padding: 18px 20px max(20px, var(--mse-safe-bottom));
	overflow-y: auto;
}

.mse-wallet-sheet {
	display: grid;
	gap: 8px;
	text-align: center;
}

.mse-wallet-sheet > strong {
	color: var(--mse-gold);
	font-size: clamp(34px, 8vw, 52px);
	line-height: 1;
}

.mse-wallet-sheet > span {
	margin-bottom: 12px;
	color: rgba(255, 255, 255, .65);
}

.mse-gift-sheet {
	gap: 14px;
	text-align: left;
}

.mse-gift-balance {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px;
	border: 1px solid rgba(255, 196, 67, .28);
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(255, 196, 67, .14), rgba(255, 47, 120, .08));
}

.mse-gift-balance > .mse-icon {
	width: 32px;
	height: 32px;
	color: var(--mse-gold);
}

.mse-gift-balance span,
.mse-gift-balance strong,
.mse-gift-balance small {
	display: block;
}

.mse-gift-balance strong {
	color: var(--mse-gold);
	font-size: 24px;
	line-height: 1;
}

.mse-gift-balance small,
.mse-gift-sheet > p,
.mse-gift-status {
	color: rgba(255, 255, 255, .68);
	font-size: 11px;
	line-height: 1.45;
}

.mse-gift-sheet > p,
.mse-gift-status {
	margin: 0;
}

.mse-gift-form {
	display: grid;
	gap: 10px;
}

.mse-gift-presets {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 7px;
}

.mse-gift-presets button {
	min-height: 40px;
	padding: 7px 3px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 12px;
	color: #fff;
	background: rgba(255, 255, 255, .055);
	cursor: pointer;
	font-weight: 850;
}

.mse-gift-presets button.is-active {
	border-color: rgba(255, 47, 120, .75);
	background: rgba(255, 47, 120, .2);
	box-shadow: 0 0 0 2px rgba(255, 47, 120, .11);
}

.mse-gift-form input,
.mse-gift-form textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 11px 13px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 13px;
	outline: 0;
	color: #fff;
	background: rgba(255, 255, 255, .055);
}

.mse-gift-form input:focus,
.mse-gift-form textarea:focus {
	border-color: var(--mse-pink);
	box-shadow: 0 0 0 3px rgba(255, 47, 120, .14);
}

.mse-gift-form textarea {
	resize: vertical;
}

.mse-gift-status:not(:empty) {
	padding: 9px 11px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .05);
}

.mse-sheet-secondary {
	border: 1px solid rgba(255, 255, 255, .15);
	background: rgba(255, 255, 255, .055);
	box-shadow: none;
}

.mse-comment-list {
	display: grid;
	gap: 15px;
}

.mse-comment {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 10px;
}

.mse-comment img {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	object-fit: cover;
}

.mse-comment strong {
	font-size: 12px;
}

.mse-comment p {
	margin: 3px 0 0;
	color: rgba(255, 255, 255, .82);
	font-size: 13px;
	line-height: 1.4;
}

.mse-comment-form {
	position: sticky;
	bottom: -20px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	margin: 18px -4px -16px;
	padding: 12px 4px 16px;
	background: linear-gradient(0deg, #130810 75%, transparent);
}

.mse-comment-form textarea {
	min-height: 44px;
	resize: none;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 14px;
	background: rgba(255, 255, 255, .06);
	color: #fff;
	font: inherit;
}

.mse-comment-form button {
	align-self: end;
	min-height: 44px;
	padding: 0 16px;
	border: 0;
	border-radius: 14px;
	background: var(--mse-pink);
	color: #fff;
	font-weight: 850;
}

.mse-more-actions {
	display: grid;
	gap: 8px;
}

.mse-more-button {
	min-height: 48px;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 14px;
	background: rgba(255, 255, 255, .045);
	color: #fff;
	font: inherit;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
}

.mse-more-button.is-danger {
	border-color: rgba(255, 83, 83, .38);
	color: #ff8585;
}

.mse-toast {
	position: fixed;
	left: 50%;
	top: calc(var(--mse-header) + var(--mse-safe-top) + 12px);
	z-index: 11000;
	max-width: min(90vw, 420px);
	padding: 10px 16px;
	border: 1px solid rgba(255, 255, 255, .17);
	border-radius: 999px;
	background: rgba(21, 7, 16, .94);
	box-shadow: 0 12px 34px rgba(0, 0, 0, .42);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -12px);
	transition: opacity .18s ease, transform .18s ease;
}

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

@media (min-width: 900px) {
	.mse-sheet-overlay {
		align-items: stretch;
		justify-content: flex-end;
		padding: 0;
	}

	.mse-sheet {
		width: min(440px, 42vw);
		max-height: 100svh;
		border-radius: 24px 0 0 24px;
	}

	.mse-sheet-content {
		max-height: calc(100svh - 60px);
	}
}

@media (max-width: 899px) {
	:root {
		--mse-header: 60px;
		--mse-dock: 82px;
	}

	body.mse-ready .topbar.mse-topbar {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 8px !important;
		padding-right: 9px !important;
		padding-left: 9px !important;
	}

	.mse-surface-switcher {
		display: none;
	}

	.mse-brand {
		width: 46px;
		height: 46px;
	}

	.mse-brand img {
		width: 44px !important;
		height: 44px !important;
	}

	.mse-header-controls {
		display: grid !important;
		grid-template-columns: 46px 46px minmax(84px, 1fr) 46px;
		gap: 4px !important;
	}

	.mse-header-control,
	.mse-preference {
		width: 100%;
		min-width: 0;
		min-height: 44px;
		padding: 5px !important;
		border-radius: 12px !important;
	}

	.mse-header-control .mse-control-label {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}

	.mse-header-control .mse-icon {
		width: 22px;
		height: 22px;
	}

	.mse-preference {
		max-width: none;
		font-size: 11px !important;
	}

	body.mse-ready .card > img,
	body.mse-ready .card > video {
		max-width: 100vw !important;
	}

	body.mse-ready .meta {
		left: 12px !important;
		right: 68px !important;
		max-width: calc(100vw - 82px) !important;
	}

	body.mse-ready .rail.mse-rail {
		right: 8px !important;
	}

	.mse-disclosure {
		left: 12px;
	}

	.mse-aux-stage {
		left: 0;
		right: 0;
	}

	.mse-aux-media,
	.mse-youtube-facade,
	.mse-youtube-player {
		width: 100% !important;
		height: min(64svh, 680px) !important;
	}
}

@media (max-width: 520px) {
	:root {
		--mse-header: 58px;
		--mse-dock: 76px;
	}

	body.mse-ready .topbar.mse-topbar {
		grid-template-columns: 44px minmax(0, 1fr);
		min-height: calc(var(--mse-header) + var(--mse-safe-top));
		padding: max(6px, var(--mse-safe-top)) 7px 5px !important;
	}

	.mse-brand,
	.mse-brand img {
		width: 42px !important;
		height: 42px !important;
	}

	.mse-header-controls {
		grid-template-columns: 42px 42px minmax(78px, 1fr) 42px;
		gap: 3px !important;
	}

	.mse-header-control,
	.mse-preference {
		min-height: 40px;
		border-radius: 11px !important;
	}

	.mse-header-control .mse-icon {
		width: 20px;
		height: 20px;
	}

	.mse-preference {
		font-size: 10px !important;
	}

	body.mse-ready .card > img,
	body.mse-ready .card > video {
		width: 100vw !important;
		height: 100svh !important;
		object-fit: cover !important;
		object-position: center;
	}

	body.mse-ready .meta {
		left: 10px !important;
		right: 60px !important;
		bottom: calc(var(--mse-dock) + var(--mse-appnav) + var(--mse-safe-bottom) + 6px) !important;
		max-width: calc(100vw - 72px) !important;
		padding-top: 18px !important;
	}

	body.mse-ready .meta img {
		width: 36px;
		height: 36px;
	}

	body.mse-ready .meta .n {
		font-size: 13px;
	}

	body.mse-ready .meta .cap {
		font-size: 11.5px;
		line-height: 1.28;
	}

	body.mse-ready .rail.mse-rail {
		right: 6px !important;
		gap: 6px !important;
		max-height: calc(100svh - var(--mse-header) - var(--mse-dock) - var(--mse-appnav) - var(--mse-safe-top) - var(--mse-safe-bottom) - 14px);
	}

	.mse-creator-avatar,
	.mse-provider-avatar,
	body.mse-ready .rail .mse-rail-button {
		width: 43px !important;
		height: 43px !important;
		min-width: 43px;
		min-height: 43px;
		flex-basis: 43px;
	}

	body.mse-ready .rail .mse-rail-button .mse-icon {
		width: 20px;
		height: 20px;
	}

	body.mse-ready .actionbar.mse-dating-dock {
		gap: 8px !important;
		padding: 5px 7px !important;
	}

	body.mse-ready .actionbar.mse-dating-dock button {
		width: 50px !important;
		height: 50px !important;
		font-size: 8px !important;
	}

	body.mse-ready .actionbar.mse-dating-dock .ab-like {
		width: 60px !important;
		height: 60px !important;
	}

	body.mse-ready .actionbar.mse-dating-dock button .mse-icon {
		width: 21px;
		height: 21px;
	}

	body.mse-ready .lockcard {
		padding: calc(var(--mse-header) + var(--mse-safe-top) + 18px) 62px calc(var(--mse-dock) + var(--mse-appnav) + var(--mse-safe-bottom) + 18px) 18px !important;
	}

	.mse-aux-meta h2 {
		font-size: 19px;
	}

	.mse-aux-meta p {
		font-size: 11.5px;
	}

	.mse-disclosure {
		left: 10px;
		top: calc(var(--mse-header) + var(--mse-safe-top) + 8px);
		font-size: 8px;
	}

	.mse-sheet-overlay {
		padding: 8px;
	}

	.mse-sheet {
		border-radius: 22px 22px 14px 14px;
	}
}

@media (max-width: 360px) {
	body.mse-ready .topbar.mse-topbar {
		grid-template-columns: 39px minmax(0, 1fr);
		gap: 4px !important;
		padding-right: 4px !important;
		padding-left: 4px !important;
	}

	.mse-brand,
	.mse-brand img {
		width: 42px !important;
		height: 42px !important;
	}

	.mse-header-controls {
		grid-template-columns: 39px 39px minmax(74px, 1fr) 39px;
		gap: 2px !important;
	}

	.mse-header-control,
	.mse-preference {
		min-height: 38px;
	}

	body.mse-ready .meta {
		right: 56px !important;
		max-width: calc(100vw - 66px) !important;
	}

	body.mse-ready .rail.mse-rail {
		right: 4px !important;
	}
}

@media (max-height: 670px) and (max-width: 780px) {
	:root {
		--mse-header: 54px;
		--mse-dock: 68px;
	}

	body.mse-ready .topbar.mse-topbar {
		padding-top: max(4px, var(--mse-safe-top)) !important;
		padding-bottom: 4px !important;
	}

	.mse-brand,
	.mse-brand img {
		width: 40px !important;
		height: 40px !important;
	}

	.mse-header-control,
	.mse-preference {
		min-height: 38px;
	}

	body.mse-ready .rail.mse-rail {
		gap: 4px !important;
	}

	.mse-creator-avatar,
	.mse-provider-avatar,
	body.mse-ready .rail .mse-rail-button {
		width: 39px !important;
		height: 39px !important;
		min-width: 39px;
		min-height: 39px;
		flex-basis: 39px;
	}

	body.mse-ready .actionbar.mse-dating-dock button {
		width: 45px !important;
		height: 45px !important;
	}

	body.mse-ready .actionbar.mse-dating-dock .ab-like {
		width: 54px !important;
		height: 54px !important;
	}

	body.mse-ready .actionbar.mse-dating-dock button > span:not(.mse-icon) {
		display: inline;
		font-size: 7px;
	}

	body.mse-ready .hint {
		display: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.mse-ready *,
	body.mse-ready *::before,
	body.mse-ready *::after {
		scroll-behavior: auto !important;
		transition-duration: .001ms !important;
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
	}
}
