:root {
	--mse-app-pink: #ff2f78;
	--mse-app-violet: #a84dff;
	--mse-app-bg: #070408;
	--mse-app-panel: #151118;
	--mse-app-line: rgba(255, 255, 255, .11);
	--mse-app-nav-height: 0px;
	--mse-control-size: 46px;
	--mse-control-icon: 22px;
}

/* Shared high-fidelity controls. Exact classes keep this from changing form,
   checkout, player, or moderation buttons that have different jobs. */
.mspm-topbar-refresh.mse-aaa-control,
.msp-avatar-edit.mse-aaa-control,
.mse-create-shortcut.mse-aaa-control,
.mse-global-alerts.mse-aaa-control {
	display: inline-grid !important;
	width: var(--mse-control-size) !important;
	height: var(--mse-control-size) !important;
	min-width: var(--mse-control-size) !important;
	min-height: var(--mse-control-size) !important;
	place-items: center !important;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, .19) !important;
	border-radius: 15px !important;
	color: #fff !important;
	background: linear-gradient(145deg, rgba(255, 47, 120, .95), rgba(180, 37, 166, .94)) !important;
	box-shadow: 0 9px 25px rgba(255, 47, 120, .24), inset 0 1px rgba(255, 255, 255, .22) !important;
	line-height: 1 !important;
	cursor: pointer;
	transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease !important;
}

/* The signed-in account bar is one responsive control surface. Full labels
   remain on wide screens; narrow screens get short labels without wrapping. */
#masthead .top-bar.mse-responsive-topbar {
	height: auto !important;
	min-height: 44px !important;
	overflow: visible !important;
}

#masthead .top-bar .mse-responsive-topbar-content {
	min-height: 36px !important;
}

#masthead .top-bar .membership.mse-account-topbar {
	display: flex !important;
	height: auto !important;
	min-height: 36px !important;
	align-items: center !important;
	justify-content: flex-end !important;
	gap: 7px !important;
	flex-wrap: nowrap !important;
}

#masthead .mse-account-topbar .mse-topbar-action {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 6px !important;
	width: auto !important;
	height: 36px !important;
	min-width: 40px !important;
	min-height: 36px !important;
	margin: 0 !important;
	padding: 0 11px !important;
	box-sizing: border-box !important;
	overflow: visible !important;
	border: 1px solid rgba(255, 255, 255, .16) !important;
	border-radius: 999px !important;
	color: #fff !important;
	background: linear-gradient(135deg, #e0447c, #9b2ce0) !important;
	box-shadow: 0 7px 18px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .18) !important;
	font: 800 12px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	vertical-align: middle !important;
	cursor: pointer;
}

#masthead .mse-account-topbar .mse-topbar-action:hover,
#masthead .mse-account-topbar .mse-topbar-action:focus-visible {
	border-color: rgba(255, 255, 255, .62) !important;
	box-shadow: 0 9px 24px rgba(255, 47, 120, .31), 0 0 0 3px rgba(255, 47, 120, .18) !important;
	outline: none !important;
	transform: translateY(-1px);
}

.mse-coin-balance {
	display: inline-flex !important;
	height: 36px;
	min-width: 78px;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 0 11px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 211, 105, .36) !important;
	border-radius: 999px;
	color: #fff !important;
	background: linear-gradient(145deg, rgba(44, 38, 56, .98), rgba(25, 29, 42, .98)) !important;
	box-shadow: inset 0 1px rgba(255,255,255,.1), 0 7px 20px rgba(0,0,0,.22) !important;
	font: 800 12px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	text-decoration: none !important;
	white-space: nowrap;
}
.mse-coin-balance > span { display: block; width: 18px; height: 18px; color: #ffd36a; }
.mse-coin-balance svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.mse-coin-balance strong { color: #fff; font: inherit; }
.mse-coin-balance small { color: rgba(255,255,255,.62); font: 750 9px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; text-transform: uppercase; letter-spacing: .05em; }
.mse-coin-balance:hover,
.mse-coin-balance:focus-visible { border-color: rgba(255, 211, 105, .78) !important; box-shadow: 0 0 0 3px rgba(255, 211, 105, .12), 0 8px 22px rgba(0,0,0,.28) !important; outline: 0; }

.mse-profile-navigation__actions .mse-profile-coins { height: 44px; }

#masthead .mse-account-topbar .mse-topbar-hq {
	background: linear-gradient(135deg, #dc3d83, #7b2cbf) !important;
}

#masthead .mse-account-topbar .mse-topbar-studio {
	background: linear-gradient(135deg, #f02f7a, #a52bd5) !important;
}

#masthead .mse-account-topbar .mse-topbar-referral {
	border-color: rgba(255, 181, 84, .42) !important;
	background: linear-gradient(135deg, #d7447e, #7c37bf) !important;
}

#masthead .mse-account-topbar .mse-topbar-profile {
	background: linear-gradient(135deg, #c43cdf, #7146db) !important;
}

/* Profile pages use one sticky, logo-led navigation row. The account tools
   remain available in the AMUZEME menu instead of consuming a second bar. */
body.muze-profile-page #masthead {
	position: sticky !important;
	top: 0 !important;
	z-index: 1000 !important;
	height: auto !important;
	background: #0d0c0f !important;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .34) !important;
}

body.muze-profile-page #masthead > .top-bar,
body.muze-profile-page #masthead > .site-branding,
body.muze-profile-page #masthead .site-branding.row {
	display: none !important;
}

body.muze-profile-page #masthead .main-navigation.mse-profile-navigation {
	display: flex !important;
	min-height: 64px !important;
	align-items: center !important;
	gap: clamp(10px, 1.5vw, 22px) !important;
	padding: 8px clamp(14px, 2vw, 30px) !important;
}

body.muze-profile-page #masthead .mse-profile-navigation > ul.row {
	flex: 1 1 auto !important;
	justify-content: center !important;
	min-width: 0 !important;
	margin: 0 !important;
}

.mse-profile-navigation__brand {
	display: inline-flex !important;
	width: clamp(116px, 11vw, 156px) !important;
	height: 46px !important;
	flex: 0 0 auto !important;
	align-items: center !important;
	justify-content: flex-start !important;
	padding: 3px 5px !important;
	border-radius: 12px !important;
	text-decoration: none !important;
	transition: background .16s ease, transform .16s ease !important;
}

.mse-profile-navigation__brand:hover,
.mse-profile-navigation__brand:focus-visible {
	background: rgba(255, 255, 255, .08) !important;
	outline: 2px solid rgba(255, 78, 161, .68) !important;
	outline-offset: 2px !important;
	transform: translateY(-1px);
}

.mse-profile-navigation__brand img {
	display: block !important;
	width: 100% !important;
	height: 40px !important;
	object-fit: contain !important;
	object-position: left center !important;
}

.mse-profile-navigation__actions {
	display: flex !important;
	flex: 0 0 auto !important;
	align-items: center !important;
	gap: 7px !important;
}

.mse-profile-navigation__profile,
.mse-profile-navigation__icon {
	display: inline-flex !important;
	height: 44px !important;
	min-width: 44px !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	border: 1px solid rgba(255, 255, 255, .16) !important;
	border-radius: 14px !important;
	color: #fff !important;
	background: linear-gradient(145deg, #242128, #17151a) !important;
	box-shadow: inset 0 1px rgba(255, 255, 255, .08), 0 7px 18px rgba(0, 0, 0, .22) !important;
	text-decoration: none !important;
	cursor: pointer !important;
	transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease !important;
}

.mse-profile-navigation__profile {
	gap: 7px !important;
	padding: 0 13px !important;
	background: linear-gradient(135deg, #e0447c, #8d38d8) !important;
}

.mse-profile-navigation__profile strong {
	font: 800 12px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	white-space: nowrap !important;
}

.mse-profile-navigation__profile span,
.mse-profile-navigation__profile svg,
.mse-profile-navigation__icon svg {
	display: block !important;
	width: 19px !important;
	height: 19px !important;
	flex: 0 0 19px !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.9 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
}

.mse-profile-navigation__profile:hover,
.mse-profile-navigation__profile:focus-visible,
.mse-profile-navigation__icon:hover,
.mse-profile-navigation__icon:focus-visible {
	border-color: rgba(255, 255, 255, .68) !important;
	background: linear-gradient(135deg, #ff2f78, #9b2ce0) !important;
	box-shadow: 0 10px 26px rgba(255, 47, 120, .3), 0 0 0 3px rgba(255, 47, 120, .16) !important;
	outline: none !important;
	transform: translateY(-1px);
}

.mse-profile-navigation__actions .mse-notification-badge {
	right: -4px !important;
	top: -5px !important;
}

body.muze-profile-page #content.site-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.muze-profile-page .breadcrumbs-area {
	display: none !important;
}

body.muze-profile-page #content .muze-root-profile {
	padding-top: 0 !important;
}

@media (max-width: 1180px) and (min-width: 769px) {
	body.muze-profile-page #masthead .mse-profile-navigation > ul.row > li > a {
		width: 44px !important;
		padding: 0 !important;
		font-size: 0 !important;
	}
}

#masthead .mse-account-topbar .mse-topbar-signup {
	background: linear-gradient(135deg, #f02f7a, #9b2ce0) !important;
}

#masthead .mse-account-topbar .mse-topbar-membership,
#masthead .mse-account-topbar .mse-topbar-pending {
	background: linear-gradient(135deg, #c43cdf, #7146db) !important;
}

#masthead .mse-account-topbar .mse-topbar-notifications,
#masthead .mse-account-topbar .mse-topbar-logout {
	position: relative !important;
	width: 40px !important;
	padding: 0 !important;
	border-color: rgba(255, 255, 255, .22) !important;
	background: linear-gradient(135deg, #e0447c, #9b2ce0) !important;
}

#masthead .mse-account-topbar .mse-topbar-logout {
	color: #fff !important;
	background: linear-gradient(135deg, #9b2ce0, #d7447e) !important;
}

.mse-topbar-icon,
.mse-topbar-icon svg {
	display: block;
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
}

.mse-topbar-icon svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mse-topbar-short {
	display: none;
}

#masthead .mse-account-topbar .mse-topbar-notifications .mse-topbar-label,
#masthead .mse-account-topbar .mse-topbar-notifications .mse-topbar-short,
#masthead .mse-account-topbar .mse-topbar-logout .mse-topbar-label,
#masthead .mse-account-topbar .mse-topbar-logout .mse-topbar-short {
	display: none;
}

#masthead .mse-account-topbar .mse-notification-badge {
	right: -4px;
	top: -5px;
}

/* RetroTube remains the navigation owner. Site Experience supplies the
   portable AMUZEME menu structure and the same lift/press feedback used by
   the branded account controls. */
#masthead .main-navigation.mse-primary-navigation {
	height: auto !important;
	min-height: 58px !important;
	padding: 7px 0 !important;
	background: linear-gradient(180deg, #1d1d20, #0e0e10) !important;
	box-shadow: inset 0 1px rgba(255, 255, 255, .06), 0 8px 24px rgba(0, 0, 0, .24) !important;
}

#masthead .main-navigation.mse-primary-navigation > ul.row {
	display: flex !important;
	align-items: center !important;
	gap: 6px !important;
	min-height: 44px !important;
	margin-inline: auto !important;
}

#masthead .main-navigation.mse-primary-navigation > ul.row > li {
	position: relative !important;
	float: none !important;
	margin: 0 !important;
}

#masthead .main-navigation.mse-primary-navigation > ul.row > li > a {
	display: inline-flex !important;
	min-height: 44px !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	box-sizing: border-box !important;
	padding: 0 16px !important;
	border: 1px solid rgba(255, 255, 255, .1) !important;
	border-radius: 12px !important;
	color: #f8f6fa !important;
	background: linear-gradient(145deg, #242326, #151417) !important;
	box-shadow: inset 0 1px rgba(255, 255, 255, .06), 0 7px 18px rgba(0, 0, 0, .22) !important;
	font-weight: 750 !important;
	line-height: 1.1 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease !important;
}

#masthead .main-navigation.mse-primary-navigation > ul.row > li > a:hover,
#masthead .main-navigation.mse-primary-navigation > ul.row > li > a:focus-visible {
	border-color: rgba(255, 255, 255, .6) !important;
	background: linear-gradient(135deg, #e0447c, #9b2ce0) !important;
	box-shadow: 0 12px 30px rgba(255, 47, 120, .32), 0 0 0 3px rgba(255, 47, 120, .16) !important;
	outline: none !important;
	transform: translateY(-1px) scale(1.02);
}

#masthead .main-navigation.mse-primary-navigation > ul.row > li > a:active {
	box-shadow: 0 4px 12px rgba(255, 47, 120, .24), inset 0 2px 5px rgba(0, 0, 0, .28) !important;
	transform: scale(.96);
}

#masthead .main-navigation.mse-primary-navigation > ul.row > li.current-menu-item > a,
#masthead .main-navigation.mse-primary-navigation > ul.row > li.current-menu-ancestor > a {
	border-color: rgba(255, 255, 255, .28) !important;
	background: linear-gradient(135deg, #ff2f78, #b52bca) !important;
	box-shadow: 0 9px 24px rgba(255, 47, 120, .27), inset 0 1px rgba(255, 255, 255, .2) !important;
}

#masthead .main-navigation.mse-primary-navigation .mse-primary-menu-icon,
#masthead .main-navigation.mse-primary-navigation .mse-primary-menu-icon svg {
	display: block;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

#masthead .main-navigation.mse-primary-navigation .mse-primary-menu-icon svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

#masthead .main-navigation.mse-primary-navigation ul.sub-menu {
	min-width: 220px !important;
	padding: 8px !important;
	border: 1px solid rgba(255, 255, 255, .12) !important;
	border-radius: 14px !important;
	background: rgba(20, 17, 23, .98) !important;
	box-shadow: 0 18px 42px rgba(0, 0, 0, .42) !important;
}

#masthead .main-navigation.mse-primary-navigation ul.sub-menu a {
	display: flex !important;
	min-height: 40px !important;
	align-items: center !important;
	gap: 8px !important;
	padding: 0 12px !important;
	border-radius: 10px !important;
	color: #f8f6fa !important;
	transition: transform .16s ease, background .16s ease, box-shadow .16s ease !important;
}

#masthead .main-navigation.mse-primary-navigation ul.sub-menu a:hover,
#masthead .main-navigation.mse-primary-navigation ul.sub-menu a:focus-visible {
	background: linear-gradient(135deg, rgba(224, 68, 124, .94), rgba(155, 44, 224, .94)) !important;
	box-shadow: 0 8px 20px rgba(255, 47, 120, .24) !important;
	outline: none !important;
	transform: translateX(2px);
}

#masthead .main-navigation.mse-primary-navigation ul.sub-menu a:active {
	transform: scale(.97);
}

.mspm-topbar-refresh.mse-aaa-control:hover,
.msp-avatar-edit.mse-aaa-control:hover,
.mse-create-shortcut.mse-aaa-control:hover,
.mse-global-alerts.mse-aaa-control:hover,
.mspm-topbar-refresh.mse-aaa-control:focus-visible,
.msp-avatar-edit.mse-aaa-control:focus-visible,
.mse-create-shortcut.mse-aaa-control:focus-visible,
.mse-global-alerts.mse-aaa-control:focus-visible {
	border-color: rgba(255, 255, 255, .62) !important;
	box-shadow: 0 12px 32px rgba(255, 47, 120, .36), 0 0 0 3px rgba(255, 47, 120, .18) !important;
	outline: none !important;
	transform: translateY(-1px) scale(1.02);
}

.mspm-topbar-refresh.mse-aaa-control:active,
.msp-avatar-edit.mse-aaa-control:active,
.mse-create-shortcut.mse-aaa-control:active,
.mse-global-alerts.mse-aaa-control:active {
	transform: scale(.96);
}

.mse-aaa-control svg,
.mse-aaa-verified svg,
.mse-back-to-top svg {
	display: block;
	width: var(--mse-control-icon);
	height: var(--mse-control-icon);
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mse-global-alerts.mse-aaa-control svg {
	fill: currentColor;
	stroke: none;
}

.msp-avatar-edit.mse-profile-camera {
	right: 2px !important;
	bottom: 4px !important;
	--mse-control-size: 44px;
	--mse-control-icon: 21px;
	border: 3px solid #121016 !important;
	border-radius: 50% !important;
}

.msp-verified.mse-aaa-verified {
	display: inline-grid !important;
	width: 22px !important;
	height: 22px !important;
	place-items: center !important;
	padding: 0 !important;
	border: 2px solid #151118 !important;
	border-radius: 50% !important;
	background: linear-gradient(145deg, #ff2f78, #a84dff) !important;
	box-shadow: 0 5px 14px rgba(168, 77, 255, .36);
	vertical-align: .12em;
}

.msp-verified.mse-aaa-verified svg {
	width: 12px;
	height: 12px;
	stroke-width: 2.8;
}

.msp-post .msp-verified.mse-aaa-verified {
	width: 17px !important;
	height: 17px !important;
	border-width: 1px !important;
}

.msp-post .msp-verified.mse-aaa-verified svg {
	width: 9px;
	height: 9px;
}

#back-to-top.mse-back-to-top {
	width: 46px !important;
	height: 46px !important;
	padding: 12px !important;
	border: 1px solid rgba(255, 255, 255, .22) !important;
	border-radius: 15px !important;
	color: #fff !important;
	background: linear-gradient(145deg, rgba(255, 47, 120, .95), rgba(180, 37, 166, .94)) !important;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .36), 0 7px 22px rgba(255, 47, 120, .24) !important;
}

#back-to-top.mse-back-to-top svg {
	width: 20px;
	height: 20px;
}

.mse-theme-social-link,
.mspm-social-feed-button,
.muze-studio-shortcuts a[href*="/social/"] {
	display: none !important;
}

#site-navigation li:has(> a[href*="/social/"]),
.main-navigation li:has(> a[href*="/social/"]),
nav.menu-main-menu-container li:has(> a[href*="/social/"]) {
	display: none !important;
}

/* One shared notification center uses the existing Inbox destination instead
   of adding another Swipe rail control. */
.mse-notification-badge {
	position: absolute;
	right: -5px;
	top: -5px;
	display: grid;
	min-width: 18px;
	height: 18px;
	place-items: center;
	padding: 0 4px;
	border: 2px solid #09060a;
	border-radius: 999px;
	color: #fff;
	background: #ff2f78;
	box-shadow: 0 4px 12px rgba(255, 47, 120, .45);
	font-size: 9px;
	font-weight: 950;
	line-height: 1;
}

.mse-notification-badge[hidden] {
	display: none !important;
}

[data-mse-destination="inbox"],
.mse-header-inbox,
.mse-header-notifications {
	position: relative;
}

#msp-friend-requests {
	scroll-margin-top: 92px;
}

.mse-global-alerts {
	position: fixed;
	right: 18px;
	top: 88px;
	z-index: 9400;
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 50%;
	color: #fff;
	background: rgba(16, 8, 14, .9);
	box-shadow: 0 10px 32px rgba(0, 0, 0, .38);
	backdrop-filter: blur(14px);
	cursor: pointer;
	font-size: 23px;
}

.mse-global-alerts:hover,
.mse-global-alerts:focus-visible {
	border-color: rgba(255, 47, 120, .72);
	background: rgba(49, 12, 35, .96);
}

.mse-global-alerts .mse-notification-badge {
	right: -3px;
	top: -3px;
}

.mse-notification-overlay {
	position: fixed;
	inset: 0;
	z-index: 100600;
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	background: rgba(0, 0, 0, .66);
	backdrop-filter: blur(8px);
}

.mse-notification-overlay[hidden] {
	display: none !important;
}

body.mse-notifications-open {
	overflow: hidden !important;
}

.mse-notification-panel {
	display: grid;
	grid-template-rows: auto auto minmax(0, 1fr);
	width: min(430px, 100%);
	height: 100%;
	border-left: 1px solid rgba(255, 255, 255, .13);
	color: #f8f6f8;
	background: #100b10;
	box-shadow: -24px 0 80px rgba(0, 0, 0, .55);
}

.mse-notification-panel > header {
	display: flex;
	min-height: 70px;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: max(15px, env(safe-area-inset-top)) 16px 13px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.mse-notification-panel > header span,
.mse-notification-panel > header small,
.mse-notification-panel > header strong {
	display: block;
}

.mse-notification-panel > header small {
	margin-bottom: 2px;
	color: #ff77aa;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .12em;
}

.mse-notification-panel > header strong {
	font-size: 17px;
}

.mse-notification-panel > header button {
	display: grid;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	place-items: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .23);
	border-radius: 15px;
	color: #fff;
	background: linear-gradient(145deg, #e52f75, #8a38d2);
	box-shadow: 0 9px 24px rgba(229, 47, 117, .24), inset 0 1px rgba(255, 255, 255, .2);
	cursor: pointer;
	transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.mse-notification-panel > header button:hover,
.mse-notification-panel > header button:focus-visible {
	border-color: rgba(255, 255, 255, .72);
	box-shadow: 0 11px 28px rgba(229, 47, 117, .34), 0 0 0 3px rgba(255, 47, 120, .18);
	outline: none;
	transform: translateY(-1px);
}

.mse-notification-panel > header button svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
}

.mse-notification-shortcuts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	padding: 11px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.mse-notification-shortcuts a {
	display: grid;
	min-height: 38px;
	place-items: center;
	padding: 7px 8px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 10px;
	color: #fff !important;
	background: rgba(255, 255, 255, .04);
	font-size: 10px;
	font-weight: 850;
	text-align: center;
	text-decoration: none !important;
}

.mse-notification-list {
	display: block;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-width: thin;
}

.mse-notification-item {
	position: relative;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 11px;
	min-height: 68px;
	padding: 11px 18px;
	border-bottom: 1px solid rgba(255, 255, 255, .07);
	color: #f5f3f6 !important;
	background: transparent;
	text-decoration: none !important;
}

.mse-notification-item:hover,
.mse-notification-item:focus-visible {
	background: rgba(255, 255, 255, .045);
}

.mse-notification-item.is-unread {
	background: linear-gradient(90deg, rgba(255, 47, 120, .12), transparent 78%);
}

.mse-notification-item.is-unread::before {
	position: absolute;
	left: 0;
	top: 12px;
	bottom: 12px;
	width: 3px;
	border-radius: 0 4px 4px 0;
	background: #ff2f78;
	content: "";
}

.mse-notification-item-icon {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 13px;
	color: #fff;
	background: linear-gradient(145deg, #ff2f78, #7a38ff);
	box-shadow: 0 7px 20px rgba(255, 47, 120, .18);
	font-size: 16px;
	font-weight: 950;
}

.mse-notification-item-icon.is-messages { background: linear-gradient(145deg, #3b8dff, #7148ff); }
.mse-notification-item-icon.is-friends { background: linear-gradient(145deg, #ff2f78, #f261a0); }
.mse-notification-item-icon.is-dating { background: linear-gradient(145deg, #ff426d, #b81f77); }
.mse-notification-item-icon.is-wallet { color: #2b1a00; background: linear-gradient(145deg, #ffdf6a, #f5a623); }
.mse-notification-item-icon.is-shopping { background: linear-gradient(145deg, #28b681, #138d68); }
.mse-notification-item-icon.is-safety { background: linear-gradient(145deg, #ff704d, #ca3030); }

.mse-notification-item > span:last-child,
.mse-notification-item strong,
.mse-notification-item small {
	display: block;
	min-width: 0;
}

.mse-notification-item strong {
	font-size: 12px;
	line-height: 1.4;
}

.mse-notification-item small {
	margin-top: 4px;
	color: #98939c;
	font-size: 9px;
}

.mse-notification-empty {
	margin: 0;
	padding: 42px 24px;
	color: #aaa5ae;
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
}

body.mse-referral-open {
	overflow: hidden !important;
}

.mse-referral-overlay {
	position: fixed;
	inset: 0;
	z-index: 100650;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	background: rgba(0, 0, 0, .72);
	backdrop-filter: blur(10px) saturate(120%);
	-webkit-backdrop-filter: blur(10px) saturate(120%);
}

.mse-referral-overlay[hidden] {
	display: none !important;
}

.mse-referral-panel {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	width: min(520px, 100%);
	max-height: min(88svh, 760px);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .17);
	border-radius: 26px;
	color: #fff;
	background:
		radial-gradient(circle at 12% 0%, rgba(255, 47, 120, .25), transparent 38%),
		linear-gradient(155deg, #19101a, #0b080d 68%);
	box-shadow: 0 32px 110px rgba(0, 0, 0, .72), 0 0 0 1px rgba(255, 47, 120, .08);
	outline: none;
}

.mse-referral-panel > header {
	display: flex;
	min-height: 82px;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 14px 16px 13px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mse-referral-heading {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 12px;
}

.mse-referral-heading > svg {
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 14px;
	background: linear-gradient(145deg, #ff2f78, #8b3ee4);
	box-shadow: 0 8px 22px rgba(255, 47, 120, .25);
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mse-referral-heading span,
.mse-referral-heading small,
.mse-referral-heading strong {
	display: block;
	min-width: 0;
}

.mse-referral-heading small {
	margin-bottom: 3px;
	color: #ff91b7;
	font-size: 9px;
	font-weight: 950;
	letter-spacing: .13em;
}

.mse-referral-heading strong {
	overflow: hidden;
	font-size: clamp(16px, 4vw, 20px);
	letter-spacing: -.02em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mse-referral-panel > header > button {
	display: grid;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	place-items: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .23);
	border-radius: 15px;
	color: #fff;
	background: linear-gradient(145deg, #e52f75, #8a38d2);
	box-shadow: 0 9px 24px rgba(229, 47, 117, .24), inset 0 1px rgba(255, 255, 255, .2);
	cursor: pointer;
}

.mse-referral-panel > header > button:hover,
.mse-referral-panel > header > button:focus-visible {
	border-color: rgba(255, 255, 255, .72);
	box-shadow: 0 11px 28px rgba(229, 47, 117, .34), 0 0 0 3px rgba(255, 47, 120, .18);
	outline: none;
}

.mse-referral-panel > header > button svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
}

.mse-referral-content {
	overflow-y: auto;
	padding: 22px;
	overscroll-behavior: contain;
}

.mse-referral-intro {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, .78);
	font-size: 14px;
	line-height: 1.6;
}

.mse-referral-content > label {
	display: block;
	margin: 0 0 7px;
	color: #fff;
	font-size: 11px;
	font-weight: 850;
}

.mse-referral-link-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
}

.mse-referral-link-row input {
	width: 100%;
	height: 48px;
	min-width: 0;
	padding: 0 13px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 14px;
	color: #ffb0cc;
	background: rgba(0, 0, 0, .36);
	font-size: 12px;
	outline: none;
}

.mse-referral-link-row input:focus {
	border-color: rgba(255, 47, 120, .68);
	box-shadow: 0 0 0 3px rgba(255, 47, 120, .15);
}

.mse-referral-link-row button,
.mse-referral-actions button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0 18px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 14px;
	color: #fff;
	background: linear-gradient(145deg, #ff2f78, #a333c4);
	box-shadow: 0 8px 22px rgba(255, 47, 120, .23);
	font: 850 12px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	cursor: pointer;
}

.mse-referral-link-row button:hover,
.mse-referral-link-row button:focus-visible,
.mse-referral-actions button:hover,
.mse-referral-actions button:focus-visible {
	border-color: rgba(255, 255, 255, .7);
	box-shadow: 0 10px 28px rgba(255, 47, 120, .32), 0 0 0 3px rgba(255, 47, 120, .16);
	outline: none;
}

.mse-referral-actions {
	display: flex;
	margin-top: 10px;
}

.mse-referral-actions button {
	width: 100%;
	background: rgba(255, 255, 255, .07);
	box-shadow: none;
}

.mse-referral-actions svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mse-referral-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 18px 0 0;
}

.mse-referral-stats > div {
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 16px;
	background: rgba(255, 255, 255, .045);
}

.mse-referral-stats dt {
	color: rgba(255, 255, 255, .58);
	font-size: 10px;
	font-weight: 800;
}

.mse-referral-stats dd {
	margin: 5px 0 0;
	color: #fff;
	font-size: 24px;
	font-weight: 950;
	line-height: 1;
}

.mse-referral-disclosure {
	margin: 16px 0 0;
	color: rgba(255, 255, 255, .56);
	font-size: 10.5px;
	line-height: 1.5;
}

.mse-referral-status {
	min-height: 18px;
	margin: 8px 0 0;
	color: #ff9fc2;
	font-size: 11px;
	font-weight: 800;
}

body.mse-site-menu-open {
	overflow: hidden !important;
}

.mse-site-menu-overlay {
	position: fixed;
	inset: 0;
	z-index: 100700;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	background: rgba(0, 0, 0, .72);
	backdrop-filter: blur(10px) saturate(120%);
	-webkit-backdrop-filter: blur(10px) saturate(120%);
}

.mse-site-menu-overlay[hidden] {
	display: none !important;
}

.mse-site-menu-panel {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	width: min(760px, 100%);
	max-height: min(88svh, 820px);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 26px;
	color: #fff;
	background:
		radial-gradient(circle at 12% 0%, rgba(255, 47, 120, .2), transparent 34%),
		linear-gradient(155deg, #171019, #0b080d 66%);
	box-shadow: 0 32px 110px rgba(0, 0, 0, .72), 0 0 0 1px rgba(255, 47, 120, .08);
	outline: none;
}

.mse-site-menu-panel > header {
	display: flex;
	min-height: 82px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 16px 13px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .09);
	background: rgba(7, 4, 8, .46);
}

.mse-site-menu-brand {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 12px;
}

.mse-site-menu-brand img {
	display: block;
	width: 50px;
	height: 50px;
	object-fit: contain;
	filter: drop-shadow(0 0 12px rgba(255, 47, 120, .38));
}

.mse-site-menu-brand span,
.mse-site-menu-brand strong,
.mse-site-menu-brand small {
	display: block;
}

.mse-site-menu-brand small {
	margin-bottom: 3px;
	color: #ff7cad;
	font-size: 9px;
	font-weight: 950;
	letter-spacing: .14em;
}

.mse-site-menu-brand strong {
	overflow: hidden;
	font-size: clamp(16px, 3vw, 20px);
	letter-spacing: -.02em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mse-site-menu-panel > header > button {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	place-items: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 14px;
	color: #fff;
	background: rgba(255, 255, 255, .055);
	cursor: pointer;
}

.mse-site-menu-panel > header > button:hover,
.mse-site-menu-panel > header > button:focus-visible {
	border-color: rgba(255, 47, 120, .62);
	background: rgba(255, 47, 120, .14);
	outline: none;
}

.mse-site-menu-panel > header > button svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
}

.mse-site-menu-content {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
	gap: 16px;
	padding: 18px;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-width: thin;
}

.mse-site-menu-group {
	display: grid;
	gap: 7px;
}

.mse-site-menu-group h3 {
	margin: 0 4px;
	color: rgba(255, 255, 255, .55);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.mse-site-menu-links {
	display: grid;
	gap: 7px;
}

.mse-site-menu-link {
	display: grid;
	grid-template-columns: 43px minmax(0, 1fr) 18px;
	min-height: 62px;
	align-items: center;
	gap: 11px;
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 15px;
	color: #fff !important;
	background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025));
	text-decoration: none !important;
	transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.mse-site-menu-link.is-mobile-only {
	display: none;
}

@media (max-width: 760px) {
	.mse-site-menu-link.is-mobile-only {
		display: grid;
	}
}

.mse-site-menu-link:hover,
.mse-site-menu-link:focus-visible {
	border-color: rgba(255, 47, 120, .48);
	background: linear-gradient(145deg, rgba(255, 47, 120, .13), rgba(168, 77, 255, .08));
	outline: none;
	transform: translateY(-1px);
}

.mse-site-menu-link.is-danger {
	border-color: rgba(255, 92, 124, .28);
	background: rgba(150, 25, 58, .16);
}

.mse-site-menu-link.is-danger .mse-site-menu-icon,
.mse-site-menu-link.is-danger strong {
	color: #ff7599;
}

.mse-site-menu-link.is-danger:hover,
.mse-site-menu-link.is-danger:focus-visible {
	border-color: rgba(255, 92, 124, .52);
	background: rgba(176, 27, 67, .24);
}

.mse-site-menu-icon {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 13px;
	background: linear-gradient(145deg, #ff2f78, #b52fa7);
	box-shadow: 0 7px 20px rgba(255, 47, 120, .2), inset 0 1px rgba(255, 255, 255, .2);
}

.mse-site-menu-group[data-mse-group="connect"] .mse-site-menu-icon {
	background: linear-gradient(145deg, #1e9ed3, #3464d9);
	box-shadow: 0 7px 20px rgba(41, 138, 220, .2), inset 0 1px rgba(255, 255, 255, .2);
}

.mse-site-menu-group[data-mse-group="create"] .mse-site-menu-icon {
	background: linear-gradient(145deg, #aa43ee, #7a38d4);
	box-shadow: 0 7px 20px rgba(158, 59, 225, .2), inset 0 1px rgba(255, 255, 255, .2);
}

.mse-site-menu-group[data-mse-group="play"] .mse-site-menu-icon {
	background: linear-gradient(145deg, #20b989, #167f75);
	box-shadow: 0 7px 20px rgba(38, 190, 145, .18), inset 0 1px rgba(255, 255, 255, .2);
}

.mse-site-menu-group[data-mse-group="shop"] .mse-site-menu-icon {
	background: linear-gradient(145deg, #d38a21, #a45326);
	box-shadow: 0 7px 20px rgba(217, 139, 35, .18), inset 0 1px rgba(255, 255, 255, .2);
}

.mse-site-menu-group[data-mse-group="account-safety"] .mse-site-menu-icon {
	background: linear-gradient(145deg, #616a7f, #3b4050);
	box-shadow: 0 7px 20px rgba(50, 55, 70, .22), inset 0 1px rgba(255, 255, 255, .16);
}

.mse-site-menu-icon svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mse-site-menu-link > span:nth-child(2),
.mse-site-menu-link strong,
.mse-site-menu-link small {
	display: block;
	min-width: 0;
}

.mse-site-menu-link strong {
	overflow: hidden;
	font-size: 13px;
	font-weight: 850;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mse-site-menu-link small {
	margin-top: 3px;
	overflow: hidden;
	color: rgba(255, 255, 255, .56);
	font-size: 10px;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mse-site-menu-arrow {
	color: rgba(255, 255, 255, .38);
	font-size: 22px;
	text-align: center;
}

@media (max-width: 780px) {
	.mse-global-alerts {
		display: none !important;
	}

	.mse-notification-overlay {
		align-items: flex-end;
	}

	.mse-notification-panel {
		width: 100%;
		height: min(82svh, 720px);
		padding-bottom: env(safe-area-inset-bottom);
		border-top: 1px solid rgba(255, 255, 255, .14);
		border-left: 0;
		border-radius: 24px 24px 0 0;
		box-shadow: 0 -24px 70px rgba(0, 0, 0, .6);
	}

	.mse-notification-panel > header {
		padding-top: 13px;
	}

	.mse-referral-overlay {
		align-items: flex-end;
		padding: 0;
	}

	.mse-referral-panel {
		width: 100%;
		max-height: min(86svh, 720px);
		padding-bottom: env(safe-area-inset-bottom, 0px);
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		border-radius: 24px 24px 0 0;
		box-shadow: 0 -24px 70px rgba(0, 0, 0, .64);
	}

	.mse-referral-content {
		padding: 18px 16px;
	}

	.mse-site-menu-overlay {
		align-items: flex-end;
		padding: 0;
	}

	.mse-site-menu-panel {
		width: 100%;
		max-height: min(88svh, 760px);
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		border-radius: 26px 26px 0 0;
		box-shadow: 0 -28px 90px rgba(0, 0, 0, .72);
	}

	.mse-site-menu-panel > header {
		min-height: 74px;
		padding: 10px 12px 9px 15px;
	}

	.mse-site-menu-brand img {
		width: 46px;
		height: 46px;
	}

	.mse-site-menu-content {
		grid-template-columns: 1fr;
		gap: 15px;
		padding: 14px 12px calc(var(--mse-app-nav-height) + env(safe-area-inset-bottom, 0px) + 14px);
	}
}

@media (max-width: 640px) {
	#masthead .top-bar {
		height: auto !important;
		min-height: 52px !important;
		padding: 5px 0 !important;
		overflow: visible !important;
	}

	#masthead .top-bar .top-bar-content {
		display: flex !important;
		width: 100% !important;
		max-width: none !important;
		min-height: 42px !important;
		padding: 0 8px !important;
		box-sizing: border-box !important;
	}

	#masthead .top-bar .membership.mse-account-topbar {
		display: grid !important;
		width: 100% !important;
		min-width: 0 !important;
		min-height: 42px !important;
		grid-template-columns: repeat(auto-fit, minmax(44px, 1fr)) !important;
		gap: 4px !important;
		align-items: center !important;
		justify-content: stretch !important;
	}

	#masthead .mse-account-topbar .mse-topbar-action {
		width: 100% !important;
		height: 42px !important;
		min-width: 0 !important;
		min-height: 42px !important;
		gap: 4px !important;
		padding: 0 5px !important;
		border-radius: 13px !important;
		font-size: 10.5px !important;
	}

	#masthead .mse-account-topbar .mse-topbar-label {
		display: none !important;
	}

	#masthead .mse-account-topbar .mse-topbar-short {
		display: block;
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	#masthead .mse-account-topbar .mse-topbar-notifications,
	#masthead .mse-account-topbar .mse-topbar-logout {
		width: 100% !important;
		padding: 0 !important;
	}

	#masthead .mse-account-topbar .mse-topbar-notifications .mse-topbar-short,
	#masthead .mse-account-topbar .mse-topbar-logout .mse-topbar-short {
		display: none;
	}
}

.mse-app-nav {
	display: none;
}

.mspm-brand img {
	display: block;
	width: 46px;
	height: 46px;
	object-fit: contain;
	filter: drop-shadow(0 0 10px rgba(255, 47, 120, .32));
}

.mse-create-shortcut {
	display: none;
}

.mse-discovery-ribbon,
.mse-studio-destinations {
	display: flex;
	width: min(100% - 24px, 1180px);
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 14px auto;
	padding: 8px;
	border: 1px solid var(--mse-app-line);
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(255, 47, 120, .08), rgba(168, 77, 255, .07)), rgba(10, 7, 12, .92);
	box-shadow: 0 12px 36px rgba(0, 0, 0, .24);
}

.mse-discovery-ribbon a,
.mse-studio-destinations a {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	padding: 8px 17px;
	border-radius: 11px;
	color: #f9f6fa !important;
	font-size: 13px;
	font-weight: 850;
	text-decoration: none !important;
}

.mse-discovery-ribbon a:hover,
.mse-studio-destinations a:hover {
	background: rgba(255, 255, 255, .07);
}

.mse-studio-destinations {
	width: 100%;
	margin: 0 0 18px;
}

.mse-studio-shorts {
	width: 100%;
	margin: 0 0 18px;
	padding: 18px;
	border: 1px solid rgba(255, 47, 120, .28);
	border-radius: 20px;
	background:
		radial-gradient(circle at 92% 8%, rgba(255, 47, 120, .14), transparent 34%),
		linear-gradient(145deg, rgba(30, 16, 29, .98), rgba(13, 9, 15, .98));
	box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
	color: #fff;
}

.mse-studio-shorts > header {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	margin-bottom: 16px;
}

.mse-studio-shorts > header > span {
	display: grid;
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 15px;
	background: linear-gradient(145deg, #ff2f78, #b729a7);
	box-shadow: 0 9px 26px rgba(255, 47, 120, .26);
	font-size: 19px;
}

.mse-studio-shorts header small {
	display: block;
	margin-bottom: 2px;
	color: #ff8cba;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .12em;
}

.mse-studio-shorts h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(22px, 3vw, 30px);
	line-height: 1.08;
}

.mse-studio-shorts header p {
	max-width: 720px;
	margin: 5px 0 0;
	color: rgba(255, 255, 255, .7);
	font-size: 13px;
	line-height: 1.45;
}

.mse-studio-shorts form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 11px;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 16px;
	background: rgba(0, 0, 0, .22);
}

.mse-studio-shorts form > label:first-child {
	display: grid;
	gap: 6px;
	min-width: 0;
	color: rgba(255, 255, 255, .8);
	font-size: 11px;
	font-weight: 850;
}

.mse-studio-shorts input[type="url"] {
	width: 100%;
	min-height: 46px;
	padding: 10px 13px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 12px;
	outline: none;
	background: rgba(3, 2, 4, .82);
	color: #fff;
	font: inherit;
}

.mse-studio-shorts input[type="url"]:focus {
	border-color: #ff5d9d;
	box-shadow: 0 0 0 3px rgba(255, 47, 120, .16);
}

.mse-studio-shorts form > button,
.mse-creator-short-actions button,
.mse-creator-short-actions a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 12px;
	background: linear-gradient(100deg, #ff2f78, #d128a0);
	color: #fff !important;
	font: inherit;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none !important;
	cursor: pointer;
}

.mse-studio-shorts button:disabled {
	cursor: wait;
	opacity: .58;
}

.mse-creator-short-rights {
	display: flex;
	grid-column: 1 / -1;
	align-items: flex-start;
	gap: 9px;
	color: rgba(255, 255, 255, .7);
	font-size: 11px;
	line-height: 1.4;
}

.mse-creator-short-rights input {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 1px;
	accent-color: #ff2f78;
}

[data-mse-creator-shorts-status] {
	grid-column: 1 / -1;
	min-height: 18px;
	margin: 0;
	color: #ffacd0;
	font-size: 11px;
	font-weight: 750;
}

.mse-creator-shorts-list {
	display: grid;
	gap: 9px;
	margin-top: 12px;
}

.mse-creator-shorts-empty {
	margin: 0;
	padding: 14px;
	border-radius: 13px;
	background: rgba(255, 255, 255, .04);
	color: rgba(255, 255, 255, .58);
	font-size: 12px;
	text-align: center;
}

.mse-creator-short-row {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	padding: 9px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 14px;
	background: rgba(255, 255, 255, .035);
}

.mse-creator-short-row.is-live {
	border-color: rgba(72, 223, 157, .35);
}

.mse-creator-short-row > img {
	display: block;
	width: 84px;
	height: 58px;
	border-radius: 10px;
	background: #090509;
	object-fit: cover;
}

.mse-creator-short-row > div:not(.mse-creator-short-actions) {
	display: grid;
	min-width: 0;
	gap: 2px;
}

.mse-creator-short-row strong,
.mse-creator-short-row span,
.mse-creator-short-row small {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mse-creator-short-row strong {
	color: #fff;
	font-size: 13px;
}

.mse-creator-short-row span {
	color: rgba(255, 255, 255, .62);
	font-size: 11px;
}

.mse-creator-short-row small {
	color: #ff9bc4;
	font-size: 10px;
	font-weight: 800;
}

.mse-creator-short-row.is-live small {
	color: #64e5ad;
}

.mse-creator-short-actions {
	display: flex;
	gap: 7px;
}

.mse-creator-short-actions button,
.mse-creator-short-actions a {
	min-height: 38px;
	padding: 8px 12px;
	background: rgba(255, 255, 255, .07);
}

.mse-creator-short-actions button[data-confirm="1"] {
	border-color: rgba(255, 92, 92, .6);
	background: rgba(184, 37, 61, .32);
}

@media (max-width: 780px) {
	:root {
		--mse-app-nav-height: 64px;
	}

	body.mse-app-shell-active {
		padding-bottom: calc(var(--mse-app-nav-height) + env(safe-area-inset-bottom, 0px)) !important;
	}

	.mse-app-nav {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 99990;
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		min-height: calc(var(--mse-app-nav-height) + env(safe-area-inset-bottom, 0px));
		padding: 5px 7px max(5px, env(safe-area-inset-bottom, 0px));
		border-top: 1px solid rgba(255, 255, 255, .12);
		background: rgba(8, 5, 9, .94);
		box-shadow: 0 -12px 38px rgba(0, 0, 0, .42);
		backdrop-filter: blur(20px) saturate(145%);
		-webkit-backdrop-filter: blur(20px) saturate(145%);
	}

	.mse-app-nav a,
	.mse-app-nav button {
		position: relative;
		display: grid;
		min-width: 0;
		min-height: 52px;
		place-items: center;
		align-content: center;
		gap: 2px;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 14px;
		color: rgba(255, 255, 255, .64) !important;
		background: transparent;
		font-family: inherit;
		font-size: 9px;
		font-weight: 800;
		line-height: 1;
		text-decoration: none !important;
		cursor: pointer;
	}

	.mse-app-nav a.is-active,
	.mse-app-nav button.is-active,
	.mse-app-nav button[aria-expanded="true"] {
		color: #fff !important;
		background: linear-gradient(145deg, rgba(255, 47, 120, .22), rgba(168, 77, 255, .15));
	}

	.mse-app-nav button[data-mse-destination="menu"],
	.mse-app-nav button[data-mse-destination="menu"].is-active,
	.mse-app-nav button[data-mse-destination="menu"][aria-expanded="true"] {
		color: rgba(255, 255, 255, .72) !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	.mse-app-nav button[data-mse-destination="menu"]:focus-visible {
		color: #fff !important;
		background: rgba(255, 255, 255, .075) !important;
		outline: 2px solid rgba(255, 47, 120, .72);
		outline-offset: -2px;
	}

	#back-to-top.mse-back-to-top {
		position: fixed !important;
		right: max(10px, env(safe-area-inset-right, 0px)) !important;
		bottom: calc(var(--mse-app-nav-height) + env(safe-area-inset-bottom, 0px) + 14px) !important;
		left: auto !important;
		z-index: 99980 !important;
		margin: 0 !important;
	}

	.mse-app-nav a[data-mse-destination="swipe"] .mse-app-nav-icon,
	.mse-app-nav button[data-mse-destination="swipe"] .mse-app-nav-icon {
		width: 35px;
		height: 35px;
		margin-top: -14px;
		border: 1px solid rgba(255, 255, 255, .44);
		border-radius: 50%;
		background: linear-gradient(145deg, #ff2f78, #c4249a);
		box-shadow: 0 8px 23px rgba(255, 47, 120, .34);
		color: #fff;
	}

	.mse-app-nav-icon {
		display: grid;
		width: 27px;
		height: 27px;
		place-items: center;
	}

	.mse-app-nav-icon svg {
		width: 21px;
		height: 21px;
		fill: none;
		stroke: currentColor;
		stroke-width: 1.9;
		stroke-linecap: round;
		stroke-linejoin: round;
	}

	.mse-app-nav-icon img {
		display: block;
		width: 27px;
		height: 27px;
		object-fit: contain;
	}

	.mse-app-nav a[data-mse-destination="inbox"] .mse-app-nav-icon svg {
		stroke-width: 1.75;
		opacity: .82;
	}

	.mse-app-nav a[data-mse-destination="inbox"].is-active .mse-app-nav-icon svg {
		opacity: 1;
	}

	.mse-create-shortcut {
		display: grid;
		width: 42px;
		height: 42px;
		place-items: center;
		border: 1px solid rgba(255, 255, 255, .18);
		border-radius: 14px;
		background: linear-gradient(145deg, var(--mse-app-pink), #cc2598);
		box-shadow: 0 8px 24px rgba(255, 47, 120, .26);
		color: #fff;
		font-size: 25px;
		font-weight: 500;
		line-height: 1;
	}

	.mse-discovery-ribbon,
	.mse-studio-destinations {
		width: calc(100% - 16px);
		overflow-x: auto;
		justify-content: flex-start;
		margin: 8px;
		padding: 6px;
		scrollbar-width: none;
	}

	.mse-discovery-ribbon a,
	.mse-studio-destinations a {
		flex: 1 0 auto;
		min-height: 44px;
		padding-inline: 14px;
		background: rgba(255, 255, 255, .045);
	}

	.mse-studio-shorts {
		margin: 0 8px 14px;
		width: calc(100% - 16px);
		padding: 13px;
		border-radius: 17px;
	}

	.mse-studio-shorts form {
		grid-template-columns: 1fr;
		padding: 11px;
	}

	.mse-studio-shorts form > button,
	.mse-creator-short-rights,
	[data-mse-creator-shorts-status] {
		grid-column: 1;
	}

	.mse-studio-shorts form > button {
		width: 100%;
	}

	.mse-creator-short-row {
		grid-template-columns: 70px minmax(0, 1fr);
	}

	.mse-creator-short-row > img {
		width: 70px;
		height: 52px;
	}

	.mse-creator-short-actions {
		grid-column: 1 / -1;
	}

	.mse-creator-short-actions > * {
		flex: 1;
	}

	/* The connected Social surfaces replace the heavy theme chrome on phones. */
	body.mspm-social-page #masthead,
	body.mspm-social-page .breadcrumbs-area,
	body.mspm-social-page #colophon,
	body.msp-social-page #masthead,
	body.msp-social-page .breadcrumbs-area,
	body.msp-social-page #colophon {
		display: none !important;
	}

	body.mspm-social-page #page,
	body.mspm-social-page #content,
	body.mspm-social-page #primary,
	body.mspm-social-page #main,
	body.msp-social-page #page,
	body.msp-social-page #content,
	body.msp-social-page #primary,
	body.msp-social-page #main {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body.mspm-social-page,
	body.msp-social-page {
		background: #070408 !important;
	}

	body.mspm-social-page .mspm-app,
	body.msp-social-page .msp-app {
		width: 100% !important;
		max-width: none !important;
		margin: 0 auto !important;
		padding: 0 !important;
	}

	.mspm-app .mspm-topbar {
		position: sticky !important;
		top: 0;
		z-index: 120;
		grid-template-columns: 48px minmax(0, 1fr) 40px 40px 42px !important;
		gap: 5px !important;
		min-height: 58px !important;
		padding: max(6px, env(safe-area-inset-top, 0px)) 9px 6px !important;
		border-bottom: 1px solid var(--mse-app-line) !important;
		background: rgba(8, 5, 9, .94) !important;
		box-shadow: 0 9px 30px rgba(0, 0, 0, .3);
		backdrop-filter: blur(18px) saturate(140%);
	}

	.mspm-app .mspm-topbar > span {
		grid-column: 2;
	}

	.mspm-app .mspm-topbar-refresh {
		grid-column: 3;
		--mse-control-size: 40px;
		--mse-control-icon: 20px;
	}

	.mspm-app .mse-create-shortcut {
		grid-column: 4;
		--mse-control-size: 40px;
		--mse-control-icon: 20px;
	}

	.mspm-app .mspm-global-menu {
		grid-column: 5 !important;
	}

	.mspm-brand,
	.mspm-brand img {
		width: 46px !important;
		height: 46px !important;
	}

	.mspm-app .mspm-shell {
		display: block !important;
		width: 100%;
		padding: 8px 8px 14px !important;
	}

	.mspm-app .mspm-left,
	.mspm-app .mspm-right {
		display: none !important;
	}

	.mspm-app .mspm-main,
	.mspm-app .mspm-main > section,
	.mspm-app .mspm-feed {
		width: 100% !important;
		max-width: none !important;
	}

	.mspm-app .mspm-feed-head {
		padding: 8px 4px 3px;
	}

	.mspm-app .mspm-feed-head h1 {
		font-size: 24px !important;
		letter-spacing: -.035em;
	}

	.mspm-app .mspm-compose-disclosure {
		margin-bottom: 8px;
		border-radius: 18px !important;
		box-shadow: 0 10px 30px rgba(0, 0, 0, .26) !important;
	}

	.mspm-app .mspm-tabs {
		position: sticky !important;
		top: 58px !important;
		z-index: 95;
		gap: 4px !important;
		margin: 0 -2px 8px !important;
		padding: 5px !important;
		border: 1px solid var(--mse-app-line) !important;
		border-radius: 15px !important;
		background: rgba(15, 10, 17, .94) !important;
		backdrop-filter: blur(16px);
	}

	.mspm-app .mspm-tabs button {
		min-height: 42px;
		border-radius: 11px !important;
		font-size: 12px !important;
	}

	.mspm-app .mspm-feed-note {
		padding-inline: 5px;
		font-size: 11px;
	}

	.mspm-app .mspm-card,
	.mspm-app .mspm-external-card,
	.mspm-app .mspm-ad-card {
		overflow: hidden;
		margin-bottom: 10px !important;
		border: 1px solid var(--mse-app-line) !important;
		border-radius: 19px !important;
		background: linear-gradient(180deg, rgba(255, 255, 255, .022), transparent), #141016 !important;
		box-shadow: 0 14px 38px rgba(0, 0, 0, .3) !important;
	}

	.mspm-app .mspm-card-head,
	.mspm-app .mspm-card-body,
	.mspm-app .mspm-actions {
		padding-inline: 13px !important;
	}

	.mspm-app .mspm-media {
		margin-inline: -1px;
		border-radius: 0 !important;
	}

	.mspm-app .mspm-media img,
	.mspm-app .mspm-media video {
		width: 100% !important;
		max-height: 72svh;
		object-fit: cover;
	}

	.mspm-app .mspm-actions {
		display: grid !important;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 4px !important;
		padding-block: 8px 11px !important;
	}

	.mspm-app .mspm-actions button {
		min-width: 0 !important;
		min-height: 42px;
		padding: 7px 4px !important;
		border-radius: 11px !important;
		font-size: 10px !important;
	}

	/* Premium mobile creator-profile presentation. */
	[data-msp-profile].mse-profile-upgraded .msp-hero {
		overflow: hidden;
		margin: 0 0 8px !important;
		border: 0 !important;
		border-radius: 0 0 24px 24px !important;
		background: linear-gradient(160deg, #21121c, #100c12) !important;
		box-shadow: 0 20px 52px rgba(0, 0, 0, .34) !important;
	}

	[data-msp-profile].mse-profile-upgraded .msp-banner {
		width: 100% !important;
		max-width: 100% !important;
		min-height: 170px !important;
		aspect-ratio: 16 / 7;
		background-position: center !important;
		background-size: cover !important;
	}

	[data-msp-profile].mse-profile-upgraded .msp-identity-row {
		display: grid !important;
		grid-template-columns: 94px minmax(0, 1fr) !important;
		gap: 12px !important;
		margin-top: -42px !important;
		padding: 0 14px 12px !important;
	}

	[data-msp-profile].mse-profile-upgraded .msp-avatar,
	[data-msp-profile].mse-profile-upgraded .msp-avatar-wrap {
		width: 94px !important;
		height: 94px !important;
	}

	[data-msp-profile].mse-profile-upgraded .msp-avatar {
		border: 4px solid #120d13 !important;
		box-shadow: 0 0 0 2px var(--mse-app-pink), 0 12px 28px rgba(0, 0, 0, .42) !important;
	}

	[data-msp-profile].mse-profile-upgraded .msp-identity-copy {
		min-width: 0;
		padding-top: 48px !important;
	}

	[data-msp-profile].mse-profile-upgraded .msp-identity-copy h1 {
		margin: 0;
		font-size: 24px !important;
		letter-spacing: -.035em;
	}

	[data-msp-profile].mse-profile-upgraded .msp-profile-actions {
		grid-column: 1 / -1;
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 7px !important;
		padding: 4px 0 0 !important;
	}

	[data-msp-profile].mse-profile-upgraded .msp-profile-actions > .msp-btn,
	[data-msp-profile].mse-profile-upgraded .msp-profile-actions > form,
	[data-msp-profile].mse-profile-upgraded .msp-profile-actions > form .msp-btn,
	[data-msp-profile].mse-profile-upgraded .mspm-profile-more,
	[data-msp-profile].mse-profile-upgraded .mspm-profile-more > summary {
		width: 100% !important;
		min-height: 45px !important;
	}

	[data-msp-profile].mse-profile-upgraded .msp-profile-actions .mspm-social-feed-button {
		grid-column: auto !important;
	}

	[data-msp-profile].mse-profile-upgraded .msp-profile-stats {
		display: grid !important;
		grid-template-columns: repeat(4, minmax(72px, 1fr));
		gap: 0 !important;
		margin: 0 10px;
		padding: 12px 0 8px !important;
		overflow-x: auto;
		border-top: 1px solid rgba(255, 255, 255, .08);
		scrollbar-width: none;
	}

	[data-msp-profile].mse-profile-upgraded .msp-profile-stats span {
		display: grid;
		place-items: center;
		gap: 2px;
		font-size: 10px;
		text-align: center;
	}

	[data-msp-profile].mse-profile-upgraded .msp-profile-stats strong {
		display: block;
		font-size: 16px;
	}

	[data-msp-profile].mse-profile-upgraded .msp-bio {
		padding: 4px 14px 14px !important;
		font-size: 13px;
		line-height: 1.45;
	}

	[data-msp-profile].mse-profile-upgraded .msp-social-hub {
		display: block !important;
		margin: 8px !important;
		padding: 12px 10px !important;
		border-radius: 19px !important;
	}

	[data-msp-profile].mse-profile-upgraded .msp-social-hub-label {
		margin: 0 4px 8px;
	}

	[data-msp-profile].mse-profile-upgraded .msp-social-service-row {
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		padding-bottom: 5px;
		scroll-snap-type: x proximity;
	}

	[data-msp-profile].mse-profile-upgraded .msp-social-service-row::-webkit-scrollbar,
	[data-msp-profile].mse-profile-upgraded > .msp-tabs::-webkit-scrollbar,
	[data-msp-profile].mse-profile-upgraded .msp-profile-stats::-webkit-scrollbar {
		display: none;
	}

	body.mse-app-shell-active a[href*="/get-coins/"][style*="position:fixed"] {
		display: none !important;
	}

	[data-msp-profile].mse-profile-upgraded .msp-social-service {
		scroll-snap-align: start;
	}

	[data-msp-profile].mse-profile-upgraded > .msp-tabs {
		position: sticky !important;
		top: 0;
		z-index: 90;
		display: flex !important;
		width: calc(100% - 16px);
		overflow-x: auto;
		margin: 8px !important;
		padding: 5px !important;
		border-radius: 15px !important;
		box-shadow: 0 10px 28px rgba(0, 0, 0, .32);
		scrollbar-width: none;
	}

	[data-msp-profile].mse-profile-upgraded > .msp-tabs > * {
		flex: 0 0 auto;
		min-width: 76px !important;
	}

	[data-msp-profile].mse-profile-upgraded .msp-layout {
		display: block !important;
		padding: 0 8px 14px !important;
	}

	[data-msp-profile].mse-profile-upgraded .msp-layout > aside {
		display: none !important;
	}

	[data-msp-profile].mse-profile-upgraded .msp-post,
	[data-msp-profile].mse-profile-upgraded .msp-composer-card {
		border-radius: 19px !important;
		box-shadow: 0 14px 38px rgba(0, 0, 0, .28) !important;
	}

	[data-msp-profile].mse-profile-upgraded .mspm-profile-more-menu {
		bottom: calc(var(--mse-app-nav-height) + env(safe-area-inset-bottom, 0px) + 8px) !important;
	}
}

@media (max-width: 360px) {
	.mse-app-nav {
		padding-inline: 3px;
	}
	.mse-app-nav a,
	.mse-app-nav button {
		font-size: 8px;
	}
	[data-msp-profile].mse-profile-upgraded .msp-identity-row {
		grid-template-columns: 84px minmax(0, 1fr) !important;
	}
	[data-msp-profile].mse-profile-upgraded .msp-avatar,
	[data-msp-profile].mse-profile-upgraded .msp-avatar-wrap {
		width: 84px !important;
		height: 84px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mse-app-nav *,
	.mse-discovery-ribbon *,
	.mse-studio-destinations * {
		scroll-behavior: auto !important;
		transition-duration: .001ms !important;
		animation-duration: .001ms !important;
	}
}

/* Dedicated phone/tablet header. The theme's desktop header remains untouched
   above 1024px; compact screens receive one predictable navigation surface. */
.mse-mobile-header {
	display: none;
}

@media (max-width: 1024px) {
	/* The shared compact header is the only profile navigation authority on
	   phones and tablets. This selector intentionally outranks the desktop-only
	   profile header rule near the top of this file. */
	body.muze-profile-page.mse-mobile-header-ready #masthead > .main-navigation.mse-profile-navigation {
		display: none !important;
	}

	body.mse-mobile-header-ready #masthead {
		height: auto !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
	}

	body.mse-mobile-header-ready #masthead > .top-bar,
	body.mse-mobile-header-ready #masthead > .site-branding,
	body.mse-mobile-header-ready #masthead > .main-navigation,
	body.mse-mobile-header-ready #masthead > .clear {
		display: none !important;
	}

	body.mse-mobile-header-ready #masthead > .happy-header-mobile {
		position: static !important;
		display: block !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.mse-mobile-header {
		position: sticky;
		top: 0;
		z-index: 100150;
		display: block;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, .11);
		color: #fff;
		background:
			radial-gradient(circle at 8% -50%, rgba(255, 47, 120, .24), transparent 46%),
			linear-gradient(145deg, rgba(17, 11, 18, .98), rgba(7, 5, 9, .98));
		box-shadow: 0 10px 30px rgba(0, 0, 0, .34);
		backdrop-filter: blur(20px) saturate(145%);
		-webkit-backdrop-filter: blur(20px) saturate(145%);
	}

	.mse-mobile-header-main {
		display: grid;
		width: min(100%, 1180px);
		min-height: 72px;
		margin: 0 auto;
		padding: 9px 14px;
		box-sizing: border-box;
		grid-template-columns: minmax(136px, auto) minmax(0, 1fr) auto;
		align-items: center;
		gap: 14px;
	}

	.mse-mobile-header-brand {
		display: inline-flex;
		min-width: 0;
		align-items: center;
		gap: 9px;
		color: #fff !important;
		text-decoration: none !important;
	}

	.mse-mobile-header-brand img {
		display: block;
		width: clamp(136px, 16vw, 164px);
		height: 50px;
		flex: 0 1 auto;
		object-fit: contain;
		object-position: left center;
		filter: drop-shadow(0 0 12px rgba(255, 47, 120, .46));
	}

	.mse-mobile-header-brand span,
	.mse-mobile-header-brand strong,
	.mse-mobile-header-brand small {
		display: block;
		min-width: 0;
	}

	.mse-mobile-header-brand strong {
		font: 900 17px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
		letter-spacing: -.03em;
		white-space: nowrap;
	}

	.mse-mobile-header-brand small {
		margin-top: 5px;
		color: rgba(255, 255, 255, .58);
		font: 800 8.5px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
		letter-spacing: .07em;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.mse-mobile-header-quick,
	.mse-mobile-header-actions {
		display: flex;
		min-width: 0;
		align-items: center;
		justify-content: center;
		gap: 7px;
	}

	.mse-mobile-header-actions {
		justify-content: flex-end;
	}

	.mse-mobile-header-action {
		position: relative;
		display: inline-flex;
		height: 46px;
		min-width: 46px;
		align-items: center;
		justify-content: center;
		gap: 6px;
		margin: 0;
		padding: 0 12px;
		box-sizing: border-box;
		border: 1px solid rgba(255, 255, 255, .14);
		border-radius: 15px;
		color: #fff !important;
		background: rgba(255, 255, 255, .055) !important;
		box-shadow: inset 0 1px rgba(255, 255, 255, .08) !important;
		font: 850 11px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
		text-decoration: none !important;
		white-space: nowrap;
		cursor: pointer;
	}

	.mse-mobile-header-action:hover,
	.mse-mobile-header-action:focus-visible,
	.mse-mobile-header-action[aria-expanded="true"] {
		border-color: rgba(255, 47, 120, .62);
		background: linear-gradient(145deg, rgba(255, 47, 120, .22), rgba(168, 77, 255, .13)) !important;
		box-shadow: 0 8px 24px rgba(255, 47, 120, .19), inset 0 1px rgba(255, 255, 255, .12) !important;
		outline: none;
	}

	.mse-mobile-header-action > span,
	.mse-mobile-header-action svg {
		display: block;
		width: 21px;
		height: 21px;
		flex: 0 0 21px;
	}

	.mse-mobile-header-action svg,
	.mse-mobile-search-form button svg {
		fill: none;
		stroke: currentColor;
		stroke-width: 1.9;
		stroke-linecap: round;
		stroke-linejoin: round;
	}

	.mse-mobile-header-actions .mse-mobile-header-action {
		width: 46px;
		padding: 0;
	}

	.mse-mobile-header-actions .mse-mobile-coins {
		height: 44px;
		min-width: 66px;
		padding: 0 8px;
		gap: 5px;
		border-radius: 13px;
	}

	.mse-mobile-coins small { display: none; }
	.mse-mobile-coins > span,
	.mse-mobile-coins svg { width: 17px; height: 17px; flex: 0 0 17px; }

	.mse-mobile-header-actions .mse-mobile-header-action b {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		white-space: nowrap;
	}

	.mse-mobile-header-action .mse-notification-badge {
		top: -5px;
		right: -5px;
	}

	.mse-mobile-header-quick .mse-mobile-header-action {
		min-width: 82px;
		background: rgba(255, 255, 255, .04);
	}

	.mse-mobile-header-quick .mse-mobile-header-action:nth-child(2) {
		border-color: rgba(255, 47, 120, .34);
		background: linear-gradient(145deg, rgba(255, 47, 120, .16), rgba(168, 77, 255, .11));
	}

	.mse-mobile-search-form {
		display: grid;
		width: min(100%, 760px);
		margin: 0 auto;
		padding: 0 14px 12px;
		box-sizing: border-box;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 8px;
	}

	.mse-mobile-search-form[hidden] {
		display: none !important;
	}

	.mse-mobile-search-form input {
		width: 100%;
		height: 46px;
		min-width: 0;
		margin: 0;
		padding: 0 15px;
		box-sizing: border-box;
		border: 1px solid rgba(255, 255, 255, .16);
		border-radius: 14px;
		color: #fff;
		background: rgba(0, 0, 0, .34);
		font-size: 14px;
		outline: none;
	}

	.mse-mobile-search-form input:focus {
		border-color: rgba(255, 47, 120, .7);
		box-shadow: 0 0 0 3px rgba(255, 47, 120, .14);
	}

	.mse-mobile-search-form button {
		display: inline-flex;
		height: 46px;
		align-items: center;
		justify-content: center;
		gap: 7px;
		margin: 0;
		padding: 0 16px;
		border: 1px solid rgba(255, 255, 255, .18);
		border-radius: 14px;
		color: #fff;
		background: linear-gradient(145deg, #ff2f78, #b82ca8);
		box-shadow: 0 8px 22px rgba(255, 47, 120, .24);
		font-weight: 850;
		cursor: pointer;
	}

	.mse-mobile-search-form button svg {
		width: 19px;
		height: 19px;
	}

	.mse-site-menu-overlay {
		align-items: stretch;
		justify-content: flex-end;
		padding: 0;
	}

	.mse-site-menu-panel {
		width: min(520px, 100%);
		height: 100svh;
		max-height: none;
		border-top: 0;
		border-right: 0;
		border-bottom: 0;
		border-radius: 26px 0 0 26px;
	}

	.mse-site-menu-content {
		grid-template-columns: 1fr;
		align-content: start;
	}
}

@media (max-width: 700px) {
	.mse-mobile-header-main {
		min-height: 62px;
		padding: 6px 8px;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 8px;
	}

	.mse-mobile-header-brand {
		width: 100%;
		gap: 0;
	}

	.mse-mobile-header-brand img {
		width: clamp(96px, 31vw, 132px);
		height: 44px;
		flex-basis: auto;
	}

	.mse-mobile-header-brand strong {
		font-size: 15px;
	}

	.mse-mobile-header-brand small {
		font-size: 7px;
		letter-spacing: .04em;
	}

	.mse-mobile-header-quick {
		display: none;
	}

	.mse-mobile-header-actions {
		gap: 5px;
	}

	/* Referral remains in the full menu; the header uses that space for the
	   signed-in balance without forcing a narrow phone to scroll sideways. */
	.mse-mobile-header-actions .mse-mobile-referral { display: none !important; }

	.mse-mobile-header-actions .mse-mobile-header-action {
		width: 44px;
		height: 44px;
		min-width: 44px;
		border-radius: 13px;
	}

	.mse-mobile-header-action > span,
	.mse-mobile-header-action svg {
		width: 20px;
		height: 20px;
		flex-basis: 20px;
	}

	.mse-mobile-search-form {
		padding: 0 8px 9px;
	}
}

@media (max-width: 560px) {
	.mse-site-menu-panel {
		width: 100%;
		border: 0;
		border-radius: 0;
	}

	.mse-site-menu-panel > header {
		min-height: 68px;
		padding: max(8px, env(safe-area-inset-top, 0px)) 10px 8px 13px;
	}

	.mse-site-menu-content {
		gap: 13px;
		padding: 12px 10px calc(var(--mse-app-nav-height) + env(safe-area-inset-bottom, 0px) + 14px);
	}

	.mse-site-menu-link {
		min-height: 58px;
	}
}

@media (max-width: 380px) {
	.mse-mobile-header-main { padding-inline: 6px; gap: 6px; }
	.mse-mobile-header-brand img { width: 85px; }
	.mse-mobile-header-actions { gap: 4px; }
	.mse-mobile-header-actions .mse-mobile-header-action { width: 40px; height: 40px; min-width: 40px; }
	.mse-mobile-header-actions .mse-mobile-coins { min-width: 50px; padding: 0 6px; }
	.mse-mobile-coins > span { display: none; }
	.mse-mobile-header-brand small {
		display: none;
	}

	.mse-mobile-header-brand strong {
		font-size: 14px;
	}
}

@media (max-width: 320px) {
	.mse-mobile-header-brand > span {
		display: none;
	}
}

/* Messenger is an app workspace, not a video-index page. Remove only the
   RetroTube page sidebar so its ad and Latest/Random video widgets do not sit
   beside Messenger, while preserving Messenger's own conversation details. */
body.amuzeme-messenger-page aside.widget-area.with-sidebar-right {
	display: none !important;
}

body.amuzeme-messenger-page .content-area.with-sidebar-right {
	display: block !important;
}

body.amuzeme-messenger-page main.site-main.with-sidebar-right {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
}
/* 0.10.1: remove the theme's floating back-to-top button from AMUZEME pages. */
#back-to-top { display: none !important; }

/* 0.10.4: keep member resale visibly subordinate to Store while presenting it
   as a deliberate destination rather than an unstyled submenu text link. */
#site-navigation li.menu-item-has-children > ul.sub-menu a[href*="/muze-market/"],
#site-navigation li.menu-item-has-children > ul.children a[href*="/muze-market/"],
.main-navigation li.menu-item-has-children > ul.sub-menu a[href*="/muze-market/"] {
	display:flex!important;
	min-width:190px;
	min-height:38px;
	align-items:center;
	gap:9px;
	margin:5px 7px!important;
	padding:8px 11px!important;
	border:1px solid rgba(85,221,214,.28)!important;
	border-radius:10px!important;
	color:#efffff!important;
	background:linear-gradient(145deg,rgba(24,74,82,.92),rgba(34,43,68,.96))!important;
	box-shadow:0 7px 18px rgba(0,0,0,.22)!important;
	font-weight:800!important;
	line-height:1.15!important;
	text-decoration:none!important;
}
#site-navigation li.menu-item-has-children > ul.sub-menu a[href*="/muze-market/"]::before,
#site-navigation li.menu-item-has-children > ul.children a[href*="/muze-market/"]::before,
.main-navigation li.menu-item-has-children > ul.sub-menu a[href*="/muze-market/"]::before {
	content:"";
	width:17px;
	height:17px;
	flex:0 0 17px;
	border:1.5px solid #71e8df;
	border-radius:5px;
	background:linear-gradient(#71e8df,#71e8df) 50% 4px/7px 1.5px no-repeat;
	box-shadow:inset 0 0 0 3px rgba(113,232,223,.06);
}
#site-navigation li.menu-item-has-children > ul.sub-menu a[href*="/muze-market/"]:hover,
#site-navigation li.menu-item-has-children > ul.sub-menu a[href*="/muze-market/"]:focus-visible,
#site-navigation li.menu-item-has-children > ul.children a[href*="/muze-market/"]:hover,
#site-navigation li.menu-item-has-children > ul.children a[href*="/muze-market/"]:focus-visible,
.main-navigation li.menu-item-has-children > ul.sub-menu a[href*="/muze-market/"]:hover,
.main-navigation li.menu-item-has-children > ul.sub-menu a[href*="/muze-market/"]:focus-visible {
	border-color:rgba(113,232,223,.7)!important;
	background:linear-gradient(145deg,rgba(31,99,104,.97),rgba(46,58,89,.98))!important;
	box-shadow:0 9px 24px rgba(0,0,0,.3),0 0 0 3px rgba(83,230,210,.1)!important;
	outline:0!important;
}

/* Sharing remains legible regardless of a profile or theme font. */
.mse-referral-panel{font:15px/1.5 system-ui,sans-serif}

/* Keep menu items in their own row before they can cover the wallet. */
body.muze-profile-page #masthead .mse-profile-navigation__actions{flex-shrink:0!important;min-width:max-content!important}
body.muze-profile-page #masthead .mse-profile-navigation > ul.row{flex-wrap:wrap!important;gap:6px!important}
body.muze-profile-page #masthead .mse-profile-navigation > ul.row>li{flex:0 0 auto!important;margin:0!important}
@media(min-width:1025px) and (max-width:1500px){
body.muze-profile-page #masthead .main-navigation.mse-profile-navigation{flex-wrap:wrap!important;gap:8px 16px!important}
body.muze-profile-page #masthead .mse-profile-navigation__actions{margin-left:auto!important}
body.muze-profile-page #masthead .mse-profile-navigation > ul.row{order:3!important;flex:1 0 100%!important;width:100%!important;justify-content:flex-start!important}
}

/* WordPress Messenger shares the website header and menu; native clients are excluded in JS. */
body.amuzeme-site-experience .wpst-user-modal{display:none!important}
body.mse-messenger-header-ready .muze-messenger.mse-messenger-unified[data-muze-messenger] .muze-messenger__sidebar-head{display:none!important}
body.mse-messenger-header-ready .muze-messenger.mse-messenger-unified[data-muze-messenger] .muze-messenger__inbox-tools{display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important}
body.mse-messenger-header-ready .muze-messenger.mse-messenger-unified[data-muze-messenger] .muze-messenger__inbox-tools>label{order:1;flex:1 1 0!important;min-width:0!important;width:auto!important}
body.mse-messenger-header-ready .muze-messenger.mse-messenger-unified[data-muze-messenger] .muze-messenger__inbox-tools>label input{width:100%!important;min-width:0!important;font-size:16px!important}
body.mse-messenger-header-ready .muze-messenger.mse-messenger-unified[data-muze-messenger] .muze-messenger__inbox-tools>[data-muze-conversation-search-submit]{order:2;flex:0 0 44px!important;width:44px!important;height:44px!important;min-width:44px!important;padding:10px!important}
body.mse-messenger-header-ready .muze-messenger.mse-messenger-unified[data-muze-messenger] .muze-messenger__inbox-tools>.muze-messenger__mobile-new-chat{display:flex!important;order:3;align-items:center;justify-content:center;flex:0 0 44px!important;width:44px!important;height:44px!important;min-width:44px!important;padding:10px!important}
body.mse-messenger-header-ready .muze-messenger.mse-messenger-unified[data-muze-messenger] .muze-messenger__mobile-new-chat>span{display:none!important}
body.mse-messenger-header-ready .muze-messenger.mse-messenger-unified[data-muze-messenger] .muze-messenger__mobile-new-chat>svg{width:22px!important;height:22px!important}
body.mse-messenger-header-ready .muze-messenger.mse-messenger-unified[data-muze-messenger] .mse-site-menu-overlay{position:fixed!important;inset:0!important;width:auto!important;height:auto!important;z-index:2147483000!important}
.mse-integrated-messenger-menu{grid-column:1/-1;min-width:0;margin:0 0 16px;padding:0;border-bottom:1px solid #485164}
body.mse-messenger-header-ready .muze-messenger.mse-messenger-unified[data-muze-messenger] .mse-integrated-messenger-menu>[data-muze-menu-drawer]{position:static!important;inset:auto!important;display:block!important;width:100%!important;max-width:none!important;height:auto!important;max-height:none!important;margin:0!important;padding:0 0 16px!important;box-shadow:none!important;border:0!important;transform:none!important;overflow:visible!important;background:transparent!important}
.mse-integrated-messenger-menu [data-muze-menu-drawer]>header [data-muze-close-drawer],.mse-integrated-messenger-menu .muze-messenger__site-nav,.mse-integrated-messenger-menu .muze-messenger__menu-label{display:none!important}
.mse-integrated-messenger-menu [data-muze-menu-drawer]>header{position:static!important;padding:0 0 12px!important;min-height:0!important;background:none!important}
.mse-integrated-messenger-menu [data-muze-menu-drawer]>header h2{font:700 20px/1.3 system-ui,sans-serif!important}
.mse-integrated-messenger-menu [data-muze-menu-drawer]>header p{font:400 12px/1.4 system-ui,sans-serif!important}
body.mse-messenger-header-ready .muze-messenger.mse-messenger-unified[data-muze-messenger] .mse-site-menu-panel{min-width:0;max-width:100vw}
@media(max-width:820px){
 body.mse-messenger-header-ready .mse-mobile-header-main{display:flex!important;align-items:center;gap:6px!important;padding-inline:6px!important}
 body.mse-messenger-header-ready .mse-mobile-header-brand{flex:0 0 40px!important;width:40px!important;min-width:40px!important;padding:0!important}
 body.mse-messenger-header-ready .mse-mobile-header-brand img{display:none!important}
 body.mse-messenger-header-ready .mse-mobile-header-brand::before{content:"";display:block;width:40px;height:40px;background:url('messenger-compact-logo.png') center/contain no-repeat}
 body.mse-messenger-header-ready .mse-mobile-header-quick,body.mse-messenger-header-ready .mse-mobile-referral{display:none!important}
 body.mse-messenger-header-ready .mse-mobile-header-actions{flex:1 1 auto;min-width:0;justify-content:flex-end;gap:4px!important}
 body.mse-messenger-header-ready .mse-mobile-header-action{width:44px!important;height:44px!important;min-width:44px!important;flex:0 0 44px!important}
 body.mse-messenger-header-ready .mse-mobile-header-actions .mse-mobile-coins{display:flex!important;align-items:center!important;justify-content:center;gap:4px!important;flex:0 0 auto!important;min-width:66px!important;padding:0 5px!important;box-sizing:border-box;white-space:nowrap}
 body.mse-messenger-header-ready .mse-mobile-coins>span{display:flex!important;width:17px!important;height:17px!important;flex:0 0 17px!important}
 body.mse-messenger-header-ready .mse-mobile-coins svg{display:block!important;width:17px!important;height:17px!important}
 body.mse-messenger-header-ready .mse-mobile-coins strong{display:block!important;font:700 13px/1 system-ui,sans-serif!important;overflow:visible!important;white-space:nowrap}
 body.mse-messenger-header-ready .mse-mobile-coins small{display:none!important}
 body.mse-messenger-header-ready .muze-messenger.mse-messenger-unified[data-muze-messenger] .muze-messenger__search-shell{padding:8px!important}
}
