:root {
	--sm-bg: #000;
	--sm-section: #07070a;
	--sm-panel: #111116;
	--sm-panel-2: #191922;
	--sm-line: rgba(255,255,255,.13);
	--sm-text: #fff;
	--sm-muted: #b6b6c0;
	--sm-soft: #8b8b98;
	--sm-purple: #816bff;
	--sm-mint: #00c7a8;
	--sm-mint-dark: #008f7e;
	--sm-cyan: #65dcff;
	--sm-green: #42e7aa;
	--sm-rose: #ff5c9a;
	--sm-amber: #ffc14d;
	font-family: "Noto Sans KR", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--sm-bg); }
body.space-market-page {
	min-height: 100vh;
	margin: 0;
	color: var(--sm-text);
	background: var(--sm-bg);
	letter-spacing: 0;
	font-weight: 500;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sm-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 30;
	height: 72px;
	padding: 0 52px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 34px;
	background: linear-gradient(180deg, rgba(0,0,0,.96), rgba(0,0,0,.08));
}
.sm-nav.solid { background: rgba(0,0,0,.94); border-bottom: 1px solid var(--sm-line); backdrop-filter: blur(12px); }
.sm-brand { font-weight: 1000; font-size: 24px; letter-spacing: .08em; }
.sm-links { display: flex; align-items: center; gap: 30px; font-weight: 800; font-size: 15px; }
.sm-links a, .sm-links button, .sm-login {
	color: rgba(255,255,255,.92);
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
}
.sm-links a:hover, .sm-links button:hover, .sm-login:hover { color: #fff; }
.sm-mobile-menu-toggle, .sm-mobile-menu { display: none; }
.sm-actions { display: flex; align-items: center; gap: 28px; font-weight: 800; }
.sm-login {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
}
.sm-login [data-sm-account-name] {
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sm-login-avatar {
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 50%;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.22);
}
.sm-login-avatar svg,
.sm-login-avatar img {
	width: 100%;
	height: 100%;
	display: block;
}
.sm-account {
	position: relative;
	min-width: 0;
}
.sm-login[aria-expanded="true"] { color: #fff; }
.sm-login-caret {
	width: 8px;
	height: 8px;
	border: solid currentColor;
	border-width: 2px 2px 0 0;
	transform: rotate(-45deg) translateY(2px);
	transition: transform .16s ease;
}
.sm-login[aria-expanded="false"] .sm-login-caret {
	transform: rotate(135deg) translateY(2px);
}
.sm-bell-btn {
	width: 30px;
	height: 30px;
	position: relative;
	border: 0;
	background: transparent url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23fff' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8.9A6 6 0 0 0 6 8.9c0 7.1-2.6 7.1-2.6 7.1h17.2S18 16 18 8.9Z'/%3E%3Cpath d='M9.75 19a2.35 2.35 0 0 0 4.5 0'/%3E%3C/svg%3E") center / 23px 23px no-repeat;
	cursor: pointer;
}
.sm-bell-btn::before {
	content: none;
}
.sm-bell-btn::after {
	content: none;
}
.sm-profile-layer {
	position: absolute;
	right: 0;
	top: calc(100% + 15px);
	width: 244px;
	max-height: calc(100vh - 86px);
	z-index: 80;
	overflow: auto;
	border: 1px solid #313136;
	border-radius: 4px;
	background: #0d0d0f;
	box-shadow: 0 24px 64px rgba(0,0,0,.62);
}
.sm-profile-summary {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 11px;
	align-items: center;
	padding: 24px 16px 13px;
}
.sm-profile-avatar-lg {
	width: 52px;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 50%;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.2);
}
.sm-profile-avatar-lg svg,
.sm-profile-avatar-lg img {
	width: 100%;
	height: 100%;
	display: block;
}
.sm-profile-copy {
	display: grid;
	gap: 7px;
	min-width: 0;
}
.sm-profile-name {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 1000;
}
.sm-profile-name span {
	width: 7px;
	height: 7px;
	border: solid currentColor;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
}
.sm-profile-level {
	display: inline-flex;
	align-items: center;
	width: max-content;
	max-width: 100%;
	min-height: 18px;
	padding: 0 7px;
	border-radius: 999px;
	color: #f5f5f5;
	background: rgba(255,255,255,.1);
	font-size: 11px;
	font-weight: 900;
}
.sm-profile-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 12px 14px 16px;
	text-align: center;
}
.sm-profile-stats a {
	display: grid;
	gap: 4px;
}
.sm-profile-stats strong {
	color: #f3f3f5;
	font-size: 19px;
	font-weight: 1000;
	line-height: 1;
}
.sm-profile-stats span {
	color: #8b8b92;
	font-size: 12px;
	font-weight: 700;
}
.sm-profile-library {
	width: calc(100% - 32px);
	height: 47px;
	margin: 0 16px 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid #303036;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	font-weight: 950;
}
.sm-profile-library:hover { background: rgba(255,255,255,.045); }
.sm-profile-library.sm-profile-desktop {
	margin-top: -9px;
}
.sm-profile-library span,
.sm-row-icon {
	width: 16px;
	height: 16px;
	position: relative;
	flex: 0 0 16px;
}
.sm-profile-library span::before {
	content: "";
	position: absolute;
	inset: 3px 1px 2px;
	border: 1.8px solid currentColor;
	border-radius: 2px;
}
.sm-profile-desktop span::before {
	inset: 2px 0 5px;
	border-radius: 2px;
}
.sm-profile-desktop span::after {
	content: "";
	position: absolute;
	left: 4px;
	right: 4px;
	bottom: 1px;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
}
.sm-profile-divider.strong {
	height: 9px;
	background: #000;
	border-top: 1px solid #08080a;
	border-bottom: 1px solid #202024;
}
.sm-profile-section {
	padding: 10px 0;
	border-bottom: 1px solid #2a2a2f;
}
.sm-profile-section:last-child { border-bottom: 0; }
.sm-profile-row {
	width: 100%;
	min-height: 40px;
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	padding: 0 17px;
	border: 0;
	color: #f3f3f5;
	background: transparent;
	text-align: left;
	cursor: pointer;
}
.sm-profile-row:hover { background: rgba(255,255,255,.045); }
.sm-profile-row strong {
	font-size: 14px;
	font-weight: 900;
	white-space: nowrap;
}
.sm-profile-row em {
	color: #8f8f96;
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
}
.sm-row-icon::before,
.sm-row-icon::after {
	content: "";
	position: absolute;
	box-sizing: border-box;
}
.sm-row-icon.card::before { inset: 3px 1px; border: 1.7px solid currentColor; border-radius: 2px; }
.sm-row-icon.card::after { left: 2px; right: 2px; top: 7px; height: 1.7px; background: currentColor; }
.sm-row-icon.point::before { inset: 2px 3px; border: 1.7px solid currentColor; border-radius: 50%; }
.sm-row-icon.point::after { left: 4px; right: 4px; top: 7px; height: 1.7px; box-shadow: 0 -4px 0 currentColor, 0 4px 0 currentColor; background: currentColor; opacity: .75; }
.sm-row-icon.ticket::before { inset: 4px 0; border-top: 1.7px solid currentColor; border-bottom: 1.7px solid currentColor; }
.sm-row-icon.ticket::after { left: 2px; right: 2px; top: 7px; height: 5px; border-left: 1.7px solid currentColor; border-right: 1.7px solid currentColor; }
.sm-row-icon.doc::before { inset: 1px 3px; border: 1.7px solid currentColor; border-radius: 2px; }
.sm-row-icon.doc::after { left: 6px; right: 5px; top: 6px; height: 1.5px; box-shadow: 0 4px 0 currentColor, 0 8px 0 currentColor; background: currentColor; }
.sm-row-icon.cube::before { inset: 2px; border: 1.7px solid currentColor; transform: rotate(45deg) scale(.82); }
.sm-row-icon.notice::before { left: 1px; top: 5px; width: 11px; height: 8px; border: 1.7px solid currentColor; border-radius: 2px; }
.sm-row-icon.notice::after { right: 1px; top: 2px; width: 6px; height: 12px; border: 1.7px solid currentColor; border-left: 0; border-radius: 0 99px 99px 0; }
.sm-row-icon.headset::before { inset: 2px 1px; border: 1.7px solid currentColor; border-bottom-color: transparent; border-radius: 50% 50% 0 0; }
.sm-row-icon.headset::after { left: 2px; right: 2px; bottom: 2px; height: 6px; border-left: 2px solid currentColor; border-right: 2px solid currentColor; }
.sm-row-icon.gear::before { inset: 3px; border: 1.8px solid currentColor; border-radius: 50%; box-shadow: 0 -5px 0 -2px currentColor, 0 5px 0 -2px currentColor, 5px 0 0 -2px currentColor, -5px 0 0 -2px currentColor; }
.sm-row-icon.logout::before { left: 1px; top: 3px; width: 9px; height: 10px; border: 1.7px solid currentColor; border-right: 0; border-radius: 2px 0 0 2px; }
.sm-row-icon.logout::after { right: 0; top: 7px; width: 10px; height: 2px; background: currentColor; box-shadow: 3px -3px 0 -1px currentColor, 3px 3px 0 -1px currentColor; }
.sm-icon-btn {
	width: 30px;
	height: 30px;
	position: relative;
	border: 0;
	color: #fff;
	background: transparent url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10.75' cy='10.75' r='5.75'/%3E%3Cpath d='m15.25 15.25 4.5 4.5'/%3E%3C/svg%3E") center / 22px 22px no-repeat;
	cursor: pointer;
}
.sm-icon-btn::before {
	content: none;
}
.sm-hero { position: relative; min-height: 620px; overflow: hidden; background: #000; }
.sm-hero-track { height: 620px; display: flex; transition: transform .45s ease; }
.sm-hero-slide {
	min-width: 100%;
	position: relative;
	display: grid;
	grid-template-columns: minmax(320px, 44%) 1fr;
	align-items: center;
	padding: 88px 52px 50px;
	overflow: hidden;
}
.sm-hero-slide::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #000 0%, rgba(0,0,0,.96) 34%, rgba(0,0,0,.22) 68%, rgba(0,0,0,.58) 100%);
	z-index: 1;
}
.sm-hero-copy { position: relative; z-index: 3; max-width: 560px; }
.sm-hero-copy p, .sm-membership > p, .sm-detail-copy p {
	margin: 0 0 18px;
	color: var(--sm-cyan);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .12em;
}
.sm-hero-copy h1, .sm-detail-copy h1 {
	margin: 0;
	font-size: 58px;
	line-height: 1.04;
	font-weight: 1000;
	word-break: keep-all;
}
.sm-hero-copy span, .sm-detail-copy > span, .sm-membership > span {
	display: block;
	margin-top: 20px;
	color: #e3e3e8;
	font-size: 20px;
	line-height: 1.55;
	word-break: keep-all;
}
.sm-primary, .sm-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	margin-top: 28px;
	padding: 0 22px;
	border-radius: 5px;
	font-weight: 900;
	cursor: pointer;
}
.sm-primary { color: #111; background: #fff; border: 0; }
.sm-outline { color: var(--sm-text); background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.18); margin-top: 0; }
.sm-hero-stage { position: relative; z-index: 2; height: 100%; display: grid; place-items: center; }
.sm-capture {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	background:
		linear-gradient(155deg, rgba(255,255,255,.16), transparent 28%),
		linear-gradient(135deg, #282b39, #050508 74%);
	box-shadow: none;
}
.sm-capture-hero { width: min(780px, 56vw); height: 500px; transform: perspective(1000px) rotateY(-8deg) rotateX(1deg); }
.sm-capture::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(180deg, transparent, #000 30%, #000 88%, transparent);
	transform: perspective(600px) rotateX(58deg) translateY(80px) scale(1.5);
	transform-origin: bottom;
}
.sm-capture i, .sm-capture b, .sm-capture em, .sm-capture strong {
	position: absolute;
	display: block;
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(255,255,255,.32), rgba(255,255,255,.08));
	border: 1px solid rgba(255,255,255,.18);
	box-shadow: 0 16px 34px rgba(0,0,0,.32);
}
.sm-capture i { width: 26%; height: 48%; left: 12%; bottom: 20%; }
.sm-capture b { width: 18%; height: 62%; left: 43%; bottom: 18%; }
.sm-capture em { width: 22%; height: 38%; right: 12%; bottom: 22%; }
.sm-capture strong { width: 52%; height: 12px; left: 24%; bottom: 15%; border-radius: 99px; }
.tone-violet { --tone: var(--sm-purple); --tone-2: #25155f; }
.tone-cyan { --tone: var(--sm-cyan); --tone-2: #07395a; }
.tone-rose { --tone: var(--sm-rose); --tone-2: #57112f; }
.tone-amber { --tone: var(--sm-amber); --tone-2: #553c0c; }
.tone-green { --tone: var(--sm-green); --tone-2: #0c4b3a; }
.tone-indigo { --tone: #8ea2ff; --tone-2: #172053; }
.tone-slate { --tone: #bac3d4; --tone-2: #2a3141; }
.tone-blue { --tone: #5fa7ff; --tone-2: #10325b; }
.tone-orange { --tone: #ff8f45; --tone-2: #58270d; }
.tone-magenta { --tone: #ff65d8; --tone-2: #521248; }
.tone-teal { --tone: #4ee8d2; --tone-2: #0a4f48; }
.tone-navy { --tone: #6f8dff; --tone-2: #111c4c; }
.sm-capture, .sm-thumb, .sm-live, .sm-event { background-color: var(--tone-2); }
.sm-capture::after, .sm-thumb::after, .sm-live-shot::after {
	content: "";
	position: absolute;
	inset: auto -12% -20% auto;
	width: 70%;
	height: 70%;
	background: radial-gradient(circle, color-mix(in srgb, var(--tone) 65%, transparent), transparent 68%);
	filter: blur(2px);
}
.sm-hero-arrow {
	position: absolute;
	z-index: 5;
	top: 50%;
	width: 42px;
	height: 62px;
	border: 0;
	background: transparent;
	cursor: pointer;
}
.sm-hero-arrow.prev { left: 8px; }
.sm-hero-arrow.next { right: 8px; }
.sm-hero-arrow::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border: solid rgba(255,255,255,.76);
	border-width: 0 3px 3px 0;
}
.sm-hero-arrow.prev::before { transform: rotate(135deg); }
.sm-hero-arrow.next::before { transform: rotate(-45deg); }
.sm-hero-dots {
	position: absolute;
	z-index: 6;
	right: 44px;
	bottom: 58px;
	display: flex;
	gap: 13px;
}
.sm-hero-dots button {
	width: 12px;
	height: 12px;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,.35);
}
.sm-hero-dots button.active { background: #fff; }
.sm-section {
	padding: 34px 38px 24px;
	background: var(--sm-section);
}
.sm-section h2 { margin: 0 0 20px; font-size: 26px; line-height: 1.2; }
.sm-section-head { display: flex; align-items: center; gap: 14px; justify-content: space-between; margin-bottom: 18px; }
.sm-days { display: flex; gap: 18px; margin: 0 0 22px; }
.sm-days button {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 0;
	color: #22242c;
	background: #d7d7dc;
	font-weight: 950;
	cursor: pointer;
}
.sm-days button.active { color: #fff; background: var(--sm-mint-dark); }
.sm-rail {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(196px, 17.8vw);
	gap: 10px;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scrollbar-width: none;
	padding-bottom: 8px;
}
.sm-rail::-webkit-scrollbar { display: none; }
.sm-card { min-width: 0; display: block; }
.sm-card:hover .sm-thumb { filter: brightness(1.1); transform: translateY(-2px); }
.sm-thumb {
	position: relative;
	height: 126px;
	overflow: hidden;
	border-radius: 4px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.18), transparent 35%),
		linear-gradient(145deg, var(--tone-2), #10121c);
	transition: filter .18s ease, transform .18s ease;
}
.sm-media {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #10121c;
}
.sm-capture:has(.sm-media) > i,
.sm-capture:has(.sm-media) > b,
.sm-capture:has(.sm-media) > em,
.sm-capture:has(.sm-media) > strong,
.sm-thumb:has(.sm-media) > i,
.sm-thumb:has(.sm-media) > b,
.sm-thumb:has(.sm-media) > em,
.sm-mini-thumb:has(.sm-media) > i,
.sm-mini-thumb:has(.sm-media) > b,
.sm-facility-thumb:has(.sm-media) > i,
.sm-facility-thumb:has(.sm-media) > b,
.sm-facility-thumb:has(.sm-media) > em { display: none; }
.sm-thumb i, .sm-thumb b, .sm-thumb em {
	position: absolute;
	display: block;
	border-radius: 6px 6px 0 0;
	background: linear-gradient(180deg, rgba(255,255,255,.32), rgba(255,255,255,.08));
	border: 1px solid rgba(255,255,255,.14);
}
.sm-thumb i { width: 34px; height: 72px; left: 22px; bottom: 20px; }
.sm-thumb b { width: 48px; height: 92px; left: 72px; bottom: 18px; }
.sm-thumb em { width: 64px; height: 58px; right: 25px; bottom: 24px; }
.sm-thumb span {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
	padding: 4px 6px;
	border-radius: 3px;
	color: #fff;
	background: #ff214f;
	font-size: 11px;
	font-weight: 950;
}
.sm-card h3 { margin: 9px 0 0; font-size: 15px; line-height: 1.35; font-weight: 750; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.sm-card p { margin: 6px 0 0; color: var(--sm-muted); font-size: 13px; line-height: 1.4; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.sm-card.compact .sm-thumb { height: 116px; }
.sm-live-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.sm-live {
	display: grid;
	grid-template-columns: 190px 1fr;
	gap: 16px;
	min-height: 126px;
	padding: 10px;
	border-radius: 7px;
	background: linear-gradient(135deg, var(--tone-2), #11131f);
	border: 1px solid var(--sm-line);
}
.sm-live-shot { position: relative; overflow: hidden; border-radius: 4px; background: #151826; }
.sm-live-shot i, .sm-live-shot b, .sm-live-shot em { position: absolute; display: block; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.12); border-radius: 6px; }
.sm-live-shot i { width: 42px; height: 72px; left: 24px; bottom: 16px; }
.sm-live-shot b { width: 58px; height: 48px; left: 78px; bottom: 24px; }
.sm-live-shot em { width: 28px; height: 88px; right: 22px; bottom: 16px; }
.sm-live strong { display: inline-block; padding: 4px 6px; border-radius: 3px; background: #ff174b; font-size: 11px; }
.sm-live h3 { margin: 10px 0 6px; font-size: 18px; }
.sm-live p, .sm-live span { margin: 0; color: var(--sm-muted); line-height: 1.4; }
.sm-tabs { display: flex; gap: 8px; }
.sm-tabs button { border: 0; color: var(--sm-muted); background: transparent; font-weight: 900; cursor: pointer; }
.sm-tabs button.active { color: var(--sm-text); }
.sm-ranking {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 28px;
	list-style: none;
}
.sm-ranking a {
	display: grid;
	grid-template-columns: 36px 1fr auto;
	align-items: center;
	min-height: 39px;
	border-bottom: 1px solid rgba(255,255,255,.08);
}
.sm-ranking b { color: var(--sm-mint); font-size: 20px; }
.sm-ranking span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sm-ranking em { color: var(--sm-muted); font-size: 13px; font-style: normal; }
.sm-event-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.sm-event {
	min-height: 140px;
	padding: 22px;
	border-radius: 10px;
	background: linear-gradient(135deg, var(--tone-2), #151724);
	border: 1px solid var(--sm-line);
}
.sm-event span { color: var(--tone); font-weight: 900; font-size: 13px; }
.sm-event h3 { margin: 20px 0 0; font-size: 25px; line-height: 1.25; word-break: keep-all; }
.sm-layer { position: fixed; inset: 0; z-index: 80; display: none; }
.sm-layer.open { display: block; }
.sm-search-layer { position: fixed; inset: 0; z-index: 82; display: none; }
.sm-search-layer.open { display: block; }
.sm-layer-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.72); backdrop-filter: blur(8px); }
.sm-membership {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(1040px, calc(100vw - 32px));
	max-height: calc(100vh - 42px);
	overflow: auto;
	padding: 34px;
	border-radius: 18px;
	background: linear-gradient(145deg, #151724, #0d0f19);
	border: 1px solid var(--sm-line);
	box-shadow: 0 40px 140px rgba(0,0,0,.7);
}
.sm-search-box {
	position: absolute;
	left: 50%;
	top: 92px;
	transform: translateX(-50%);
	width: min(760px, calc(100vw - 32px));
	padding: 22px;
	border-radius: 10px;
	background: #14141b;
	border: 1px solid rgba(255,255,255,.16);
	box-shadow: 0 28px 100px rgba(0,0,0,.64);
}
.sm-search-box label { display: block; }
.sm-search-box label span {
	display: block;
	margin-bottom: 10px;
	color: var(--sm-soft);
	font-size: 13px;
	font-weight: 900;
}
.sm-search-box input {
	width: 100%;
	height: 56px;
	border: 0;
	border-radius: 6px;
	padding: 0 16px;
	color: #fff;
	background: #08080c;
	outline: 1px solid rgba(255,255,255,.12);
	font-size: 20px;
	font-weight: 800;
}
.sm-search-box input:focus { outline-color: var(--sm-mint); }
.sm-search-suggestions { display: grid; gap: 8px; margin-top: 16px; }
.sm-search-suggestions a {
	display: grid;
	grid-template-columns: 64px 1fr auto;
	align-items: center;
	gap: 12px;
	min-height: 62px;
	padding: 8px;
	border-radius: 8px;
	background: rgba(255,255,255,.035);
	border: 1px solid transparent;
}
.sm-search-suggestions a:hover { border-color: rgba(0,199,168,.55); background: rgba(255,255,255,.06); }
.sm-search-suggestions strong { font-size: 15px; }
.sm-search-suggestions span { color: var(--sm-muted); font-size: 13px; }
.sm-mini-thumb {
	position: relative;
	height: 46px;
	overflow: hidden;
	border-radius: 4px;
	background: linear-gradient(135deg, var(--tone-2), #10121c);
}
.sm-mini-thumb i, .sm-mini-thumb b {
	position: absolute;
	display: block;
	bottom: 8px;
	border-radius: 4px;
	background: rgba(255,255,255,.22);
	border: 1px solid rgba(255,255,255,.16);
}
.sm-mini-thumb i { width: 14px; height: 28px; left: 14px; }
.sm-mini-thumb b { width: 22px; height: 20px; right: 12px; }
.sm-membership h2 { margin: 0; font-size: 34px; line-height: 1.2; }
.sm-layer-close {
	position: absolute;
	right: 18px;
	top: 18px;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,.08);
	cursor: pointer;
}
.sm-layer-close::before, .sm-layer-close::after {
	content: "";
	position: absolute;
	left: 9px;
	top: 16px;
	width: 16px;
	height: 2px;
	background: #fff;
}
.sm-layer-close::before { transform: rotate(45deg); }
.sm-layer-close::after { transform: rotate(-45deg); }
.sm-plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: 28px; }
.sm-plan {
	padding: 22px;
	border-radius: 12px;
	background: rgba(255,255,255,.04);
	border: 1px solid var(--sm-line);
}
.sm-plan.featured { border-color: rgba(0,199,168,.85); box-shadow: 0 0 0 1px rgba(0,199,168,.2), 0 20px 70px rgba(0,199,168,.14); }
.sm-plan h3 { margin: 0; font-size: 22px; }
.sm-plan strong { display: block; margin-top: 12px; font-size: 26px; }
.sm-plan ul { margin: 18px 0 24px; padding: 0; list-style: none; color: var(--sm-muted); line-height: 1.9; }
.sm-plan li::before { content: "✓ "; color: var(--sm-green); font-weight: 900; }
.sm-plan button, .sm-plan a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 44px;
	border: 0;
	border-radius: 5px;
	color: #080910;
	background: #fff;
	font-weight: 950;
	cursor: pointer;
}
[data-tooltip] { position: relative; }
[data-tooltip]::after {
	content: attr(data-tooltip);
	position: absolute;
	left: 50%;
	bottom: calc(100% + 12px);
	z-index: 90;
	width: max-content;
	max-width: 240px;
	padding: 8px 10px;
	border-radius: 6px;
	color: #fff;
	background: #1a1a22;
	border: 1px solid rgba(255,255,255,.14);
	box-shadow: 0 12px 36px rgba(0,0,0,.45);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 4px);
	transition: opacity .14s ease, transform .14s ease;
}
[data-tooltip]:hover::after { opacity: 1; transform: translate(-50%, 0); }
.sm-nav [data-tooltip]::after {
	top: calc(100% + 12px);
	bottom: auto;
	transform: translate(-50%, -4px);
}
.sm-nav [data-tooltip]:hover::after { transform: translate(-50%, 0); }
.sm-toast-stack {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 100;
	display: grid;
	gap: 10px;
	pointer-events: none;
}
.sm-toast {
	width: min(360px, calc(100vw - 44px));
	padding: 14px 16px;
	border-radius: 8px;
	color: #fff;
	background: #191922;
	border: 1px solid rgba(255,255,255,.16);
	box-shadow: 0 18px 60px rgba(0,0,0,.55);
	font-size: 14px;
	font-weight: 800;
	animation: smToastIn .18s ease both;
}
.sm-toast.anchor {
	position: fixed;
	z-index: 100;
	width: max-content;
	max-width: min(320px, calc(100vw - 24px));
	pointer-events: none;
	animation: smToastAnchorIn .18s ease both;
}
.sm-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 30px 38px 42px;
	color: var(--sm-muted);
	background: #07070a;
	border-top: 1px solid rgba(255,255,255,.08);
}
.sm-footer .sm-brand {
	color: #fff;
	font-size: 18px;
}
.sm-footer span {
	font-size: 13px;
	font-weight: 800;
}
@keyframes smToastIn {
	from { opacity: 0; transform: translateY(8px); }
	to { opacity: 1; transform: translateY(0); }
}
@keyframes smToastAnchorIn {
	from { opacity: 0; transform: translate(-50%, -4px); }
	to { opacity: 1; transform: translate(-50%, 0); }
}
.sm-detail-hero {
	position: relative;
	overflow: hidden;
	padding: 120px 38px 64px;
	min-height: 680px;
	background: #07070a;
}
.sm-detail-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		radial-gradient(circle at 78% 32%, var(--tone-2), transparent 38%),
		linear-gradient(180deg, #09090d 0%, #07070a 100%);
	opacity: .48;
	pointer-events: none;
}
.sm-detail-hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr);
	align-items: center;
	gap: clamp(42px, 5vw, 76px);
	width: min(1280px, 100%);
	min-height: 496px;
	margin: 0 auto;
}
.sm-detail-visual {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 18px;
	background: #11121a;
	box-shadow: 0 32px 90px rgba(0,0,0,.52), 0 0 0 1px rgba(255,255,255,.03) inset;
}
.sm-detail-visual .sm-capture-hero {
	width: 100%;
	height: 100%;
	transform: none;
	filter: saturate(1.04) brightness(1.03);
}
.sm-detail-media-track {
	display: flex;
	height: 100%;
	transition: transform .42s cubic-bezier(.22,.61,.36,1);
	will-change: transform;
}
.sm-detail-media-slide {
	position: relative;
	flex: 0 0 100%;
	height: 100%;
}
.sm-detail-media-arrow {
	position: absolute;
	top: 50%;
	z-index: 4;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0 0 3px;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 50%;
	color: #fff;
	background: rgba(5,6,10,.68);
	font-size: 30px;
	line-height: 1;
	backdrop-filter: blur(8px);
	transform: translateY(-50%);
	cursor: pointer;
}
.sm-detail-media-arrow:hover { background: rgba(5,6,10,.9); }
.sm-detail-media-arrow.prev { left: 16px; }
.sm-detail-media-arrow.next { right: 16px; }
.sm-detail-media-footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 38px 18px 14px;
	background: linear-gradient(transparent, rgba(5,6,10,.82));
}
.sm-detail-media-footer > span { color: rgba(255,255,255,.78); font-size: 12px; font-weight: 800; }
.sm-detail-media-footer > span b { color: #fff; }
.sm-detail-media-dots { display: flex; gap: 7px; }
.sm-detail-media-dots button {
	width: 7px;
	height: 7px;
	padding: 0;
	border: 0;
	border-radius: 99px;
	background: rgba(255,255,255,.48);
	transition: width .2s ease, background .2s ease;
	cursor: pointer;
}
.sm-detail-media-dots button.active { width: 24px; background: var(--sm-mint); }
.sm-detail-copy {
	position: relative;
	max-width: 560px;
}
.sm-detail-copy h1 { max-width: 540px; margin-top: 14px; line-height: .98; }
.sm-detail-copy > span { display: block; max-width: 540px; line-height: 1.65; }
.sm-detail-copy dl { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; margin-top: 30px; }
.sm-detail-copy dl div { min-width: 0; padding: 15px; border-radius: 10px; background: rgba(255,255,255,.045); border: 1px solid var(--sm-line); }
.sm-detail-copy dt { color: var(--sm-muted); font-size: 12px; font-weight: 900; }
.sm-detail-copy dd { margin: 8px 0 0; overflow: hidden; font-size: 14px; font-weight: 900; text-overflow: ellipsis; }
.sm-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.sm-tags b { padding: 7px 10px; border-radius: 99px; color: #dce1ff; background: rgba(255,255,255,.08); font-size: 13px; }
.sm-detail-rating-row {
	width: min(540px, 100%);
	display: flex;
	align-items: center;
	margin-top: 18px;
}
.sm-detail-rating-row .sm-rating { margin-top: 0; }
.sm-detail-actions { display: flex; gap: 10px; align-items: center; margin-top: 28px; }
.sm-detail-actions .sm-primary, .sm-detail-actions .sm-outline { margin-top: 0; }
.sm-wishlist-button {
	width: 48px;
	height: 48px;
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	color: #a9a9b2;
	background: transparent;
	cursor: pointer;
	transition: color .18s ease, background .18s ease, transform .18s ease;
}
.sm-wishlist-button span { color: inherit; font-size: 34px; line-height: 1; transition: transform .18s ease; }
.sm-wishlist-button:hover { color: #ff8aa5; background: rgba(255,76,119,.1); transform: scale(1.06); }
.sm-wishlist-button.active { color: #ff5a7f; background: rgba(255,76,119,.14); }
.sm-wishlist-button.active span { transform: scale(1.08); }
.sm-wishlist-button:disabled { opacity: .58; cursor: wait; transform: none; }
.sm-primary.mint {
	color: #001c18;
	background: var(--sm-mint);
}
.sm-space-preview {
	position: fixed;
	inset: 0;
	z-index: 120;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px;
	visibility: hidden;
	opacity: 0;
	background: rgba(0,0,0,.72);
	backdrop-filter: blur(5px);
	transition: opacity .2s ease, visibility .2s ease;
}
.sm-space-preview.open {
	visibility: visible;
	opacity: 1;
}
.sm-space-preview-dialog {
	width: min(746px, 62vw);
	height: min(480px, 58vh);
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 16px;
	background: #0b0b0e;
	box-shadow: 0 30px 100px rgba(0,0,0,.7);
	transform: translateY(16px) scale(.985);
	transition: transform .22s ease;
}
.sm-space-preview.open .sm-space-preview-dialog { transform: translateY(0) scale(1); }
.sm-space-preview-bar {
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 0 15px 0 22px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	background: linear-gradient(180deg, #18181e, #111115);
}
.sm-space-preview-bar > div { min-width: 0; display: flex; align-items: center; gap: 12px; }
.sm-space-preview-bar span {
	flex: 0 0 auto;
	padding: 4px 7px;
	border-radius: 4px;
	color: #041813;
	background: var(--sm-mint);
	font-size: 9px;
	font-weight: 1000;
	letter-spacing: .08em;
}
.sm-space-preview-bar strong {
	overflow: hidden;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sm-space-preview-bar button {
	width: 36px;
	height: 36px;
	position: relative;
	flex: 0 0 36px;
	border: 0;
	border-radius: 50%;
	color: #fff;
	background: rgba(255,255,255,.08);
	cursor: pointer;
}
.sm-space-preview-bar button:hover { background: rgba(255,255,255,.16); }
.sm-space-preview-bar button::before,
.sm-space-preview-bar button::after {
	content: "";
	position: absolute;
	left: 10px;
	top: 17px;
	width: 16px;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
	transform: rotate(45deg);
}
.sm-space-preview-bar button::after { transform: rotate(-45deg); }
.sm-space-preview-frame {
	height: calc(100% - 62px);
	position: relative;
	background: #07070a;
}
.sm-space-preview-frame iframe {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	display: block;
	border: 0;
	background: transparent;
}
.sm-space-preview-loading {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	align-content: center;
	gap: 14px;
	color: var(--sm-soft);
	font-size: 13px;
}
.sm-space-preview-loading span {
	width: 28px;
	height: 28px;
	border: 3px solid rgba(255,255,255,.15);
	border-top-color: var(--sm-mint);
	border-radius: 50%;
	animation: sm-preview-spin .8s linear infinite;
}
.sm-space-preview-loading p { margin: 0; }
@keyframes sm-preview-spin { to { transform: rotate(360deg); } }
.sm-rating {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-top: 18px;
	color: #fff;
	font-weight: 900;
}
.sm-rating strong { color: var(--sm-mint); font-size: 20px; }
.sm-rating b { font-size: 18px; }
.sm-rating em { color: var(--sm-muted); font-style: normal; font-size: 14px; }
.sm-detail-tabs-section { width: min(1356px, 100%); margin: 0 auto; padding: 0 38px 56px; }
.sm-detail-tabs {
	position: sticky;
	top: 72px;
	z-index: 12;
	display: flex;
	overflow-x: auto;
	background: rgba(7,7,10,.96);
	border-bottom: 1px solid rgba(255,255,255,.13);
	scrollbar-width: none;
}
.sm-detail-tabs::-webkit-scrollbar { display: none; }
.sm-detail-tabs button {
	flex: 0 0 auto;
	min-width: 112px;
	height: 58px;
	padding: 0 18px;
	color: var(--sm-muted);
	background: transparent;
	border: 0;
	border-bottom: 3px solid transparent;
	font-weight: 900;
	cursor: pointer;
}
.sm-detail-tabs button.active {
	color: #fff;
	border-bottom-color: var(--sm-mint);
}
.sm-tab-panel { display: none; padding: 38px 0 6px; }
.sm-tab-panel.active { display: block; }
.sm-panel-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.sm-panel-heading span { color: var(--sm-mint); font-size: 11px; font-weight: 950; letter-spacing: .16em; }
.sm-panel-heading h2 { margin: 6px 0 0; font-size: 28px; line-height: 1.15; }
.sm-panel-heading p { margin: 0; color: var(--sm-muted); font-size: 13px; }
.sm-facility-list, .sm-review-list {
	display: grid;
	gap: 16px;
}
.sm-facility-list { grid-template-columns: 1fr; }
.sm-review-list { max-width: 1080px; }
.sm-facility {
	display: grid;
	grid-template-columns: minmax(260px, 34%) minmax(0, 1fr);
	min-width: 0;
	overflow: hidden;
	border-radius: 12px;
	background: #111116;
	border: 1px solid rgba(255,255,255,.1);
}
.sm-facility-thumb {
	position: relative;
	min-height: 210px;
	overflow: hidden;
	border-radius: 0;
	background: linear-gradient(135deg, var(--tone-2), #10121c);
}
.sm-facility-copy { display: flex; justify-content: center; flex-direction: column; padding: 26px 30px; }
.sm-facility-thumb i,
.sm-facility-thumb b,
.sm-facility-thumb em {
	position: absolute;
	display: block;
	bottom: 18px;
	border-radius: 6px;
	background: rgba(255,255,255,.2);
	border: 1px solid rgba(255,255,255,.16);
}
.sm-facility-thumb i { left: 24px; width: 34px; height: 74px; }
.sm-facility-thumb b { left: 78px; width: 58px; height: 92px; }
.sm-facility-thumb em { right: 24px; width: 48px; height: 54px; }
.sm-facility-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--sm-soft);
	font-size: 13px;
	font-weight: 800;
}
.sm-facility-meta strong {
	padding: 4px 7px;
	border-radius: 4px;
	color: #001c18;
	background: var(--sm-mint);
	font-size: 11px;
}
.sm-facility h3 { margin: 10px 0 8px; font-size: 21px; }
.sm-facility p { margin: 0; color: var(--sm-muted); line-height: 1.65; }
.sm-review {
	padding: 18px;
	border-radius: 8px;
	background: #111116;
	border: 1px solid rgba(255,255,255,.1);
}
.sm-review-summary {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	gap: 22px;
	max-width: 980px;
	margin-bottom: 16px;
	padding: 20px;
	border-radius: 8px;
	background: #111116;
	border: 1px solid rgba(255,255,255,.1);
}
.sm-review-score { display: grid; align-content: center; justify-items: start; gap: 8px; }
.sm-review-score strong { font-size: 46px; line-height: 1; }
.sm-review-score em { color: var(--sm-muted); font-style: normal; font-size: 13px; }
.sm-stars {
	display: inline-flex;
	gap: 3px;
	color: rgba(255,255,255,.2);
	font-size: 20px;
	line-height: 1;
}
.sm-stars span.filled { color: var(--sm-mint); }
.sm-stars.compact { margin-left: auto; font-size: 15px; }
.sm-rating-bars { display: grid; gap: 9px; }
.sm-rating-bar {
	display: grid;
	grid-template-columns: 34px 1fr 26px;
	align-items: center;
	gap: 10px;
	color: var(--sm-muted);
	font-size: 13px;
	font-weight: 850;
}
.sm-rating-bar i {
	height: 8px;
	border-radius: 99px;
	background: rgba(255,255,255,.08);
	overflow: hidden;
}
.sm-rating-bar b {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--sm-mint);
}
.sm-review-form, .sm-review-login {
	max-width: 980px;
	margin-bottom: 14px;
	padding: 16px;
	border-radius: 8px;
	background: rgba(255,255,255,.045);
	border: 1px solid rgba(0,199,168,.28);
}
.sm-review-form-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}
.sm-review-form-head strong, .sm-review-login strong { font-size: 15px; }
.sm-review-rating-input {
	display: flex;
	flex-direction: row-reverse;
	gap: 2px;
}
.sm-review-rating-input input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.sm-review-rating-input label {
	color: rgba(255,255,255,.24);
	font-size: 24px;
	cursor: pointer;
}
.sm-review-rating-input label.selected,
.sm-review-rating-input label:hover,
.sm-review-rating-input label:hover ~ label {
	color: var(--sm-mint);
}
.sm-review-form textarea {
	width: 100%;
	min-height: 104px;
	resize: vertical;
	padding: 13px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 6px;
	color: #fff;
	background: #08080c;
	outline: none;
	line-height: 1.55;
	font-weight: 700;
}
.sm-review-form textarea:focus { border-color: var(--sm-mint); box-shadow: 0 0 0 1px rgba(0,199,168,.24); }
.sm-review-form button, .sm-review-login a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 92px;
	height: 40px;
	margin-top: 12px;
	border: 0;
	border-radius: 5px;
	color: #001c18;
	background: var(--sm-mint);
	font-weight: 950;
	cursor: pointer;
}
.sm-review-login {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.sm-review-login a { margin-top: 0; }
.sm-review-head {
	display: flex;
	gap: 12px;
	align-items: center;
}
.sm-review-avatar {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #001c18;
	background: var(--sm-mint);
	font-weight: 1000;
}
.sm-review-user { display: grid; gap: 3px; }
.sm-review b { color: #fff; }
.sm-review-user em { color: var(--sm-soft); font-size: 12px; font-style: normal; }
.sm-review p { margin: 12px 0 0; color: var(--sm-muted); line-height: 1.65; }
.sm-review-foot {
	display: flex;
	justify-content: flex-end;
	margin-top: 12px;
}
.sm-review-foot button {
	height: 32px;
	padding: 0 10px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 5px;
	color: var(--sm-muted);
	background: rgba(255,255,255,.04);
	font-weight: 900;
	cursor: pointer;
}
.sm-review-foot button:hover { color: #fff; border-color: rgba(0,199,168,.45); }
.sm-store-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}
.sm-store-item {
	padding: 14px;
	border-radius: 8px;
	background: #111116;
	border: 1px solid rgba(255,255,255,.1);
}
.sm-store-item .sm-mini-thumb { height: 96px; }
.sm-store-item h3 { margin: 12px 0 8px; }
.sm-store-item strong { display: block; color: var(--sm-mint); margin-bottom: 14px; }
.sm-store-item button {
	width: 100%;
	height: 42px;
	border: 0;
	border-radius: 5px;
	color: #001c18;
	background: var(--sm-mint);
	font-weight: 950;
	cursor: pointer;
}
/* 04-purchase-flow.md §3.1: 실제 area assets 그리드 + 구매 버튼 섹션 */
.sm-panel-heading.sub { margin-top: 36px; }
.sm-panel-heading.sub h3 { margin: 0; font-size: 20px; }
.sm-store-assets-section { margin-top: 8px; }
.sm-store-assets {
	display: grid;
	gap: 22px;
}
.sm-store-assets-empty {
	color: var(--sm-muted);
	font-size: 13px;
	margin: 0;
}
.sm-store-asset-group h4 {
	margin: 0 0 10px;
	font-size: 13px;
	letter-spacing: .04em;
	color: var(--sm-muted);
	text-transform: uppercase;
}
.sm-store-asset-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
	gap: 12px;
}
.sm-store-asset {
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: center;
	text-align: center;
}
.sm-store-asset-thumb {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 8px;
	background: #111116;
	border: 1px solid rgba(255,255,255,.1);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--sm-muted);
	font-size: 22px;
}
.sm-store-asset-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sm-store-asset span {
	font-size: 12px;
	color: var(--sm-muted);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}
.sm-store-purchase {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 32px;
	padding: 18px 22px;
	border-radius: 10px;
	background: #111116;
	border: 1px solid rgba(255,255,255,.1);
}
.sm-store-purchase-price { display: flex; flex-direction: column; gap: 4px; }
.sm-store-purchase-price span { font-size: 12px; color: var(--sm-muted); }
.sm-store-purchase-price strong { font-size: 22px; color: var(--sm-mint); }
.sm-store-purchase .sm-primary { min-width: 160px; height: 46px; border-radius: 6px; font-weight: 950; cursor: pointer; }
.sm-purchase span[data-purchase-status] { display: block; margin: 10px 0 26px; }
.sm-purchase .sm-primary { width: 100%; height: 48px; border-radius: 6px; cursor: pointer; font-weight: 950; }
.sm-purchase .sm-primary:disabled { opacity: .6; cursor: default; }
.sm-library-page {
	background: #000;
}
.sm-library-shell {
	width: min(1216px, calc(100vw - 64px));
	min-height: 100vh;
	margin: 0 auto;
	padding: 88px 0 28px;
	display: grid;
	grid-template-columns: 385px minmax(0, 1fr);
	gap: 15px;
}
.sm-library-sidebar {
	display: grid;
	align-content: start;
	gap: 16px;
}
.sm-library-profile-card,
.sm-library-panel {
	border: 1px solid #303036;
	border-radius: 4px;
	background: #101011;
}
.sm-library-profile-card {
	min-height: 482px;
	padding: 25px 24px 23px;
}
.sm-library-profile-card h1,
.sm-library-panel h2 {
	margin: 0;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 1000;
}
.sm-library-avatar {
	width: 96px;
	height: 96px;
	margin: 31px auto 13px;
	display: grid;
	place-items: center;
	overflow: hidden;
	border-radius: 50%;
	background: rgba(255,255,255,.08);
}
.sm-library-avatar svg,
.sm-library-avatar img {
	width: 100%;
	height: 100%;
	display: block;
}
.sm-library-name {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 21px;
	line-height: 1.25;
	font-weight: 1000;
}
.sm-library-level {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-top: 9px;
	color: #fff;
	font-size: 13px;
	font-weight: 1000;
}
.sm-library-level i {
	width: 17px;
	height: 17px;
	position: relative;
	display: inline-block;
	border-radius: 50%;
	background: #dadde2;
}
.sm-library-level i::before,
.sm-library-level i::after {
	content: "";
	position: absolute;
	box-sizing: border-box;
}
.sm-library-level i::before {
	left: 4px;
	top: 4px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #777b82;
	box-shadow: 5px 0 0 #777b82;
}
.sm-library-level i::after {
	left: 4px;
	right: 4px;
	bottom: 4px;
	height: 4px;
	border-bottom: 2px solid #777b82;
	border-radius: 50%;
}
.sm-library-profile-button {
	width: max-content;
	height: 29px;
	margin: 17px auto 0;
	padding: 0 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #3f3f47;
	border-radius: 4px;
	color: #fff;
	background: transparent;
	font-size: 12px;
	font-weight: 950;
}
.sm-library-profile-button:hover {
	background: rgba(255,255,255,.05);
}
.sm-library-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 28px;
	padding: 0 56px;
	text-align: center;
}
.sm-library-stats div {
	display: grid;
	gap: 3px;
}
.sm-library-stats strong {
	color: #fff;
	font-size: 22px;
	line-height: 1;
	font-weight: 1000;
}
.sm-library-stats span {
	color: #d7d7df;
	font-size: 13px;
	font-weight: 700;
}
.sm-library-current {
	height: 67px;
	margin-top: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid #303036;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	font-weight: 1000;
}
.sm-library-current:hover {
	background: rgba(255,255,255,.045);
}
.sm-library-current span,
.sm-library-membership span,
.sm-library-delete span {
	position: relative;
	flex: 0 0 auto;
}
.sm-library-current span {
	width: 19px;
	height: 17px;
}
.sm-library-current span::before {
	content: "";
	position: absolute;
	inset: 5px 1px 1px;
	border: 1.8px solid currentColor;
	border-radius: 2px;
}
.sm-library-current span::after {
	content: "";
	position: absolute;
	left: 4px;
	right: 4px;
	top: 1px;
	height: 6px;
	border: 1.8px solid currentColor;
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
}
.sm-library-membership {
	min-height: 81px;
	display: grid;
	grid-template-columns: 64px 1fr;
	grid-template-rows: auto auto;
	align-items: center;
	column-gap: 12px;
	padding: 12px 18px;
	border: 0;
	border-radius: 4px;
	color: #0d0d14;
	background: #eeeeff;
	text-align: left;
	cursor: pointer;
}
.sm-library-membership span {
	grid-row: 1 / span 2;
	width: 64px;
	height: 52px;
	border-radius: 18px;
	background: #7b65ff;
	transform: rotate(6deg);
}
.sm-library-membership span::before,
.sm-library-membership span::after {
	content: "";
	position: absolute;
	box-sizing: border-box;
}
.sm-library-membership span::before {
	left: 12px;
	top: 17px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #151326;
	box-shadow: 31px 0 0 #151326;
}
.sm-library-membership span::after {
	left: 21px;
	right: 21px;
	bottom: 12px;
	height: 7px;
	border-bottom: 2px solid #151326;
	border-radius: 50%;
}
.sm-library-membership strong {
	align-self: end;
	font-size: 21px;
	line-height: 1.1;
	font-weight: 1000;
}
.sm-library-membership strong::first-letter {
	color: #7b55ff;
}
.sm-library-membership em {
	align-self: start;
	margin-top: 3px;
	color: #5b5b66;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sm-library-panel {
	min-height: 760px;
	padding: 26px 24px 30px;
}
.sm-library-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
.sm-library-delete {
	height: 32px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 0;
	color: #fff;
	background: transparent;
	font-size: 15px;
	font-weight: 1000;
	cursor: pointer;
}
.sm-library-delete span {
	width: 17px;
	height: 18px;
}
.sm-library-delete span::before,
.sm-library-delete span::after {
	content: "";
	position: absolute;
	box-sizing: border-box;
}
.sm-library-delete span::before {
	left: 3px;
	right: 3px;
	bottom: 1px;
	height: 13px;
	border: 2px solid currentColor;
	border-top: 0;
	border-radius: 0 0 2px 2px;
}
.sm-library-delete span::after {
	left: 1px;
	right: 1px;
	top: 2px;
	height: 2px;
	background: currentColor;
	box-shadow: 5px -2px 0 -1px currentColor, 5px 5px 0 -1px currentColor, 5px 9px 0 -1px currentColor;
}
.sm-library-tabs {
	display: flex;
	gap: 24px;
	margin-top: 22px;
	border-bottom: 1px solid #303036;
}
.sm-library-tabs button {
	position: relative;
	height: 32px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 0;
	border: 0;
	color: #d4d4da;
	background: transparent;
	font-size: 14px;
	font-weight: 1000;
	cursor: pointer;
}
.sm-library-tabs button > span {
	min-width: 16px;
	color: #9696a1;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}
.sm-library-tabs button.active > span { color: #866fff; }
.sm-library-tabs button.active {
	color: #866fff;
}
.sm-library-tabs button.active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 3px;
	background: #866fff;
}
.sm-library-count {
	margin-top: 26px;
	color: #d6d6de;
	font-size: 13px;
	font-weight: 1000;
}
.sm-library-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px 10px;
	margin-top: 18px;
}
.sm-library-card {
	position: relative;
	min-width: 0;
}
.sm-library-card > .sm-card { display: block; }
.sm-library-item-delete {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 4;
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	padding: 0;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 50%;
	color: #fff;
	background: rgba(10,10,14,.84);
	box-shadow: 0 5px 16px rgba(0,0,0,.36);
	opacity: 0;
	transform: translateY(-4px);
	pointer-events: none;
	cursor: pointer;
	transition: opacity .16s ease, transform .16s ease, background .16s ease;
}
.sm-library-item-delete span { font-size: 25px; line-height: 1; transform: translateY(-1px); }
.sm-library-card:hover .sm-library-item-delete,
.sm-library-card:focus-within .sm-library-item-delete {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
.sm-library-item-delete:hover { background: #e64f70; }
.sm-library-item-delete:disabled { opacity: .5; cursor: wait; }
@media (hover: none) {
	.sm-library-item-delete {
		opacity: 1;
		transform: none;
		pointer-events: auto;
	}
}
.sm-library-grid[hidden], .sm-library-empty[hidden] { display: none; }
.sm-library-empty {
	min-height: 540px;
	display: grid;
	place-items: center;
	align-content: center;
	gap: 26px;
	color: #d5d5db;
	text-align: center;
}
.sm-library-empty-figure {
	position: relative;
	width: 132px;
	height: 88px;
	opacity: .62;
}
.sm-library-empty-figure::before {
	content: "";
	position: absolute;
	left: 17px;
	bottom: 12px;
	width: 96px;
	height: 48px;
	border-radius: 60px 60px 26px 26px;
	background: #5d5d5d;
	box-shadow: inset 0 0 0 3px rgba(0,0,0,.28);
}
.sm-library-empty-figure::after {
	content: "";
	position: absolute;
	left: 2px;
	right: 2px;
	bottom: 6px;
	height: 32px;
	border-radius: 50%;
	background: #5d5d5d;
	clip-path: polygon(13% 64%, 24% 34%, 34% 53%, 45% 26%, 61% 64%, 78% 36%, 91% 68%, 91% 100%, 13% 100%);
	box-shadow: inset 0 0 0 3px rgba(0,0,0,.28);
}
.sm-library-empty-figure span {
	position: absolute;
	left: 27px;
	top: 28px;
	z-index: 2;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 3px solid rgba(41,41,41,.55);
	border-top-color: transparent;
	transform: rotate(28deg);
}
.sm-library-empty-figure i,
.sm-library-empty-figure b {
	position: absolute;
	z-index: 2;
	display: block;
}
.sm-library-empty-figure i {
	left: 55px;
	top: 33px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(41,41,41,.55);
	box-shadow: 18px 0 0 rgba(41,41,41,.55);
}
.sm-library-empty-figure b {
	left: 60px;
	top: 49px;
	width: 18px;
	height: 10px;
	border-bottom: 3px solid rgba(41,41,41,.55);
	border-radius: 50%;
}
.sm-library-empty p {
	margin: 0;
	color: #d5d5db;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 800;
}
.sm-library-empty p span {
	color: #fff;
}
.sm-links a.active { color: #fff; }
.sm-links a.active::after {
	content: "";
	display: block;
	height: 2px;
	margin-top: 7px;
	border-radius: 2px;
	background: var(--sm-purple);
}
.sm-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.sm-theme-shell {
	width: min(1440px, calc(100% - 64px));
	margin: 0 auto;
	padding: 130px 0 100px;
}
.sm-theme-heading { margin-bottom: 52px; }
.sm-theme-heading p {
	margin: 0 0 12px;
	color: var(--sm-purple);
	font-size: 12px;
	font-weight: 1000;
	letter-spacing: .16em;
}
.sm-theme-heading h1 {
	margin: 0;
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.1;
	letter-spacing: -.045em;
}
.sm-theme-heading span {
	display: block;
	margin-top: 14px;
	color: var(--sm-muted);
	font-size: 16px;
}
.sm-theme-layout {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr);
	gap: 58px;
	align-items: start;
}
.sm-filter-panel { position: sticky; top: 96px; }
.sm-filter-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--sm-line);
}
.sm-filter-title h2 { margin: 0; font-size: 22px; }
.sm-filter-title button, .sm-filter-more {
	padding: 0;
	border: 0;
	color: var(--sm-soft);
	background: transparent;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}
.sm-filter-title button:hover, .sm-filter-more:hover { color: #fff; }
.sm-filter-switch {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 24px 0;
	border-bottom: 1px solid var(--sm-line);
	color: #e8e8ed;
	font-size: 14px;
	cursor: pointer;
}
.sm-filter-switch input, .sm-filter-options input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.sm-filter-switch > span {
	width: 34px;
	height: 20px;
	position: relative;
	flex: 0 0 auto;
	border-radius: 999px;
	background: #34343b;
	transition: background .18s ease;
}
.sm-filter-switch > span::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	transition: transform .18s ease;
}
.sm-filter-switch input:checked + span { background: var(--sm-purple); }
.sm-filter-switch input:checked + span::after { transform: translateX(14px); }
.sm-filter-group {
	margin: 0;
	padding: 25px 0;
	border: 0;
	border-bottom: 1px solid var(--sm-line);
}
.sm-filter-group legend {
	margin-bottom: 17px;
	padding: 0;
	font-size: 16px;
	font-weight: 950;
}
.sm-filter-options { display: flex; flex-wrap: wrap; gap: 8px 7px; }
.sm-filter-options label { cursor: pointer; }
.sm-filter-options span {
	min-height: 32px;
	display: inline-flex;
	align-items: center;
	padding: 0 12px;
	border: 1px solid #34343c;
	border-radius: 999px;
	color: #bdbdc7;
	font-size: 12px;
	font-weight: 800;
	transition: .15s ease;
}
.sm-filter-options input:checked + span {
	border-color: var(--sm-purple);
	color: #fff;
	background: rgba(129,107,255,.2);
}
.sm-filter-extra { display: none; }
.sm-filters-expanded .sm-filter-extra { display: inline-flex; }
.sm-filter-more { margin-top: 16px; }
.sm-filter-more span {
	width: 7px;
	height: 7px;
	display: inline-block;
	margin: 0 0 3px 5px;
	border: solid currentColor;
	border-width: 0 1.5px 1.5px 0;
	transform: rotate(45deg);
}
.sm-filters-expanded .sm-filter-more span { margin-bottom: -1px; transform: rotate(225deg); }
.sm-theme-toolbar {
	min-height: 49px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	border-bottom: 1px solid var(--sm-line);
}
.sm-theme-toolbar strong { font-size: 16px; }
.sm-theme-toolbar strong em { color: var(--sm-purple); font-style: normal; }
.sm-theme-toolbar select {
	padding: 0 24px 0 0;
	border: 0;
	color: #fff;
	background: #000;
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
}
.sm-selected-filters {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 12px;
	align-items: start;
	padding: 18px 0;
	border-bottom: 1px solid var(--sm-line);
}
.sm-selected-filters > span { padding-top: 6px; color: var(--sm-soft); font-size: 12px; font-weight: 900; }
.sm-selected-filters div { display: flex; flex-wrap: wrap; gap: 7px; }
.sm-selected-filters button {
	height: 29px;
	padding: 0 10px;
	border: 1px solid rgba(129,107,255,.55);
	border-radius: 999px;
	color: #dcd7ff;
	background: rgba(129,107,255,.12);
	font-size: 11px;
	font-weight: 800;
	cursor: pointer;
}
.sm-theme-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 34px 12px;
	padding-top: 28px;
}
.sm-theme-grid[hidden], .sm-theme-card[hidden] { display: none; }
.sm-theme-card .sm-thumb { height: auto; aspect-ratio: 16 / 10; border-radius: 7px; }
.sm-theme-card > .sm-theme-category { margin: 12px 0 0; color: var(--sm-purple); font-size: 11px; font-weight: 900; }
.sm-theme-card h3 { margin-top: 5px; font-size: 16px; }
.sm-theme-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 10px;
	color: var(--sm-soft);
	font-size: 11px;
}
.sm-theme-meta span { color: var(--sm-amber); }
.sm-theme-meta em { overflow: hidden; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.sm-theme-loader {
	display: grid;
	place-items: center;
	gap: 10px;
	min-height: 118px;
	color: var(--sm-soft);
	font-size: 13px;
	font-weight: 800;
}
.sm-theme-loader[hidden] { display: none; }
.sm-theme-loader span {
	width: 28px;
	height: 28px;
	border: 3px solid rgba(255,255,255,.14);
	border-top-color: var(--sm-purple);
	border-radius: 50%;
	animation: smThemeSpin .8s linear infinite;
}
.sm-theme-loader:not(.is-loading) span { display: none; }
.sm-theme-loader p { margin: 0; }
@keyframes smThemeSpin { to { transform: rotate(360deg); } }
.sm-theme-empty { min-height: 470px; place-items: center; align-content: center; text-align: center; }
.sm-theme-empty:not([hidden]) { display: grid; }
.sm-theme-empty > span { width: 60px; height: 60px; position: relative; border: 3px solid #4a4a52; border-radius: 50%; }
.sm-theme-empty > span::after {
	content: "";
	position: absolute;
	width: 26px;
	height: 3px;
	right: -19px;
	bottom: -8px;
	border-radius: 3px;
	background: #4a4a52;
	transform: rotate(45deg);
}
.sm-theme-empty h2 { margin: 28px 0 8px; font-size: 20px; }
.sm-theme-empty p { margin: 0; color: var(--sm-soft); font-size: 14px; }
.sm-theme-empty button {
	margin-top: 20px;
	padding: 10px 18px;
	border: 1px solid var(--sm-line);
	border-radius: 5px;
	color: #fff;
	background: var(--sm-panel);
	cursor: pointer;
}
@media (max-width: 1120px) {
	.sm-detail-hero-inner { grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); gap: 34px; }
	.sm-theme-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
	.sm-nav { height: 64px; padding: 0 18px; grid-template-columns: 1fr auto auto; gap: 14px; }
	.sm-links { display: none; }
	.sm-brand { font-size: 19px; }
	.sm-mobile-menu-toggle {
		width: 38px;
		height: 38px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		border: 0;
		color: #fff;
		background: transparent;
		cursor: pointer;
	}
	.sm-mobile-menu-toggle span,
	.sm-mobile-menu-toggle span::before,
	.sm-mobile-menu-toggle span::after {
		width: 22px;
		height: 2px;
		display: block;
		position: relative;
		border-radius: 2px;
		background: currentColor;
		transition: transform .18s ease, opacity .18s ease;
	}
	.sm-mobile-menu-toggle span::before,
	.sm-mobile-menu-toggle span::after {
		content: "";
		position: absolute;
		left: 0;
	}
	.sm-mobile-menu-toggle span::before { top: -7px; }
	.sm-mobile-menu-toggle span::after { top: 7px; }
	.sm-mobile-menu-toggle[aria-expanded="true"] span { background: transparent; }
	.sm-mobile-menu-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
	.sm-mobile-menu-toggle[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }
	.sm-mobile-menu {
		position: absolute;
		top: 64px;
		left: 0;
		right: 0;
		display: grid;
		padding: 10px 18px 18px;
		border-top: 1px solid rgba(255,255,255,.08);
		border-bottom: 1px solid var(--sm-line);
		background: rgba(0,0,0,.97);
		box-shadow: 0 18px 30px rgba(0,0,0,.38);
	}
	.sm-mobile-menu[hidden] { display: none; }
	.sm-mobile-menu a,
	.sm-mobile-menu button {
		min-height: 48px;
		display: flex;
		align-items: center;
		padding: 0 4px;
		border: 0;
		border-bottom: 1px solid rgba(255,255,255,.09);
		color: rgba(255,255,255,.9);
		background: transparent;
		font-size: 15px;
		font-weight: 850;
		text-align: left;
		cursor: pointer;
	}
	.sm-mobile-menu > :last-child { border-bottom: 0; }
	.sm-mobile-menu .active { color: var(--sm-mint); }
	.sm-actions { gap: 14px; }
	.sm-login { font-size: 14px; gap: 7px; }
	.sm-login [data-sm-account-name] { max-width: 92px; }
	.sm-login-avatar { width: 25px; height: 25px; flex-basis: 25px; }
	.sm-bell-btn { width: 28px; height: 28px; }
	.sm-profile-layer { position: fixed; left: auto; right: 12px; top: 58px; width: min(244px, calc(100vw - 24px)); max-height: calc(100vh - 70px); }
	.sm-profile-summary { padding-top: 22px; }
	.sm-hero, .sm-hero-track { height: auto; min-height: 700px; }
	.sm-hero-slide { min-height: 700px; grid-template-columns: 1fr; padding: 92px 22px 86px; align-content: end; }
	.sm-hero-slide::before { background: linear-gradient(180deg, rgba(8,9,16,.15), #080910 78%); }
	.sm-hero-copy h1, .sm-detail-copy h1 { font-size: 36px; }
	.sm-hero-copy span, .sm-detail-copy > span { font-size: 16px; }
	.sm-hero-stage { position: absolute; inset: 64px 0 auto; height: 360px; opacity: .82; }
	.sm-capture-hero { width: 92vw; height: 300px; transform: perspective(900px) rotateY(-8deg); }
	.sm-hero-arrow { top: 245px; }
	.sm-section { padding: 28px 16px 16px; }
	.sm-section h2 { font-size: 22px; }
	.sm-days { gap: 10px; overflow-x: auto; }
	.sm-days button { min-width: 44px; width: 44px; height: 44px; }
	.sm-rail { grid-auto-columns: minmax(152px, 42vw); gap: 9px; }
	.sm-thumb { height: 96px; }
	.sm-live-grid, .sm-event-grid, .sm-plan-grid, .sm-ranking { grid-template-columns: 1fr; }
	.sm-live { grid-template-columns: 132px 1fr; }
	.sm-ranking a { grid-template-columns: 30px 1fr; }
	.sm-ranking em { display: none; }
	.sm-event h3 { font-size: 21px; }
	.sm-membership { padding: 24px 16px; }
	.sm-membership h2 { font-size: 26px; }
		.sm-search-box { top: 74px; padding: 16px; }
		.sm-search-suggestions a { grid-template-columns: 54px 1fr; }
		.sm-search-suggestions span { display: none; }
		[data-tooltip]::after { display: none; }
		.sm-nav [data-tooltip]::after { display: block; }
		.sm-toast-stack { right: 12px; bottom: 12px; }
	.sm-detail-hero { padding: 88px 18px 38px; min-height: auto; }
	.sm-detail-hero-inner { grid-template-columns: 1fr; gap: 28px; min-height: 0; }
	.sm-detail-visual { order: -1; width: 100%; border-radius: 12px; }
	.sm-detail-copy { max-width: none; }
	.sm-detail-copy dl { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
	.sm-detail-copy dl div { padding: 12px 9px; }
	.sm-detail-copy dd { font-size: 12px; white-space: normal; }
	.sm-detail-actions { flex-direction: column; align-items: stretch; }
	.sm-space-preview { padding: 12px; }
	.sm-space-preview-dialog {
		width: min(100%, 746px);
		height: min(68vh, 480px);
		border-radius: 12px;
	}
	.sm-space-preview-bar { height: 56px; padding-left: 14px; }
	.sm-space-preview-bar > div { gap: 8px; }
	.sm-space-preview-frame { height: calc(100% - 56px); }
	.sm-detail-tabs-section { width: 100%; padding: 0 16px 36px; }
	.sm-detail-tabs { top: 64px; margin-inline: 0; padding-inline: 8px; }
	.sm-detail-tabs button { min-width: max-content; }
	.sm-panel-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
	.sm-panel-heading h2 { font-size: 24px; }
	.sm-facility-list { grid-template-columns: 1fr; }
	.sm-facility { grid-template-columns: 1fr; }
	.sm-facility-thumb { aspect-ratio: 16 / 9; min-height: 0; }
	.sm-facility-copy { padding: 20px; }
	.sm-review-summary { grid-template-columns: 1fr; padding: 16px; }
	.sm-review-score strong { font-size: 38px; }
	.sm-review-form-head, .sm-review-login { align-items: flex-start; flex-direction: column; }
	.sm-review-login a { width: 100%; }
	.sm-review-head { align-items: flex-start; }
	.sm-stars.compact { margin-left: 0; padding-top: 3px; }
	.sm-store-grid { grid-template-columns: 1fr; }
	.sm-library-shell {
		width: calc(100vw - 24px);
		grid-template-columns: 1fr;
		padding-top: 76px;
	}
	.sm-library-profile-card {
		min-height: auto;
		padding: 22px 20px;
	}
	.sm-library-avatar {
		margin-top: 24px;
	}
	.sm-library-stats {
		padding: 0 28px;
	}
	.sm-library-current {
		margin-top: 28px;
	}
	.sm-library-panel {
		min-height: 520px;
		padding: 22px 20px 28px;
	}
	.sm-library-tabs {
		gap: 18px;
		overflow-x: auto;
	}
	.sm-library-tabs button {
		min-width: max-content;
	}
	.sm-library-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.sm-library-empty {
		min-height: 330px;
	}
	.sm-library-membership em {
		white-space: normal;
	}
	.sm-theme-shell { width: calc(100% - 32px); padding: 96px 0 72px; }
	.sm-theme-heading { margin-bottom: 30px; }
	.sm-theme-heading span { font-size: 14px; }
	.sm-theme-layout { grid-template-columns: 1fr; gap: 30px; }
	.sm-filter-panel {
		position: static;
		padding: 18px;
		border: 1px solid var(--sm-line);
		border-radius: 8px;
		background: var(--sm-panel);
	}
	.sm-filter-group:last-child { border-bottom: 0; padding-bottom: 0; }
	.sm-theme-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 9px; }
	.sm-theme-toolbar { align-items: center; }
	.sm-theme-card h3 { font-size: 14px; }
	.sm-theme-card > p:not(.sm-theme-category) { display: none; }
	.sm-selected-filters { grid-template-columns: 1fr; }
	.sm-footer { align-items: flex-start; flex-direction: column; padding: 26px 16px 34px; }
}
@media (max-width: 480px) {
	.sm-nav { gap: 9px; }
	.sm-login [data-sm-account-name], .sm-login-caret { display: none; }
}
