:root {
	--sm-bg: #101018;
	--sm-bg-soft: #151522;
	--sm-panel: #1b1b2b;
	--sm-panel-strong: #242438;
	--sm-text: #f7f3ff;
	--sm-muted: #b7b4ca;
	--sm-line: rgba(255, 255, 255, 0.12);
	--sm-pink: #ff3ea5;
	--sm-cyan: #25e6ff;
	--sm-amber: #ffcf5a;
	--sm-green: #62f5a7;
	--sm-shadow: 0 22px 80px rgba(0, 0, 0, 0.34);
	--sm-radius: 8px;
	--sm-shell: min(1180px, calc(100vw - 32px));
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background:
		radial-gradient(circle at 18% 10%, rgba(37, 230, 255, 0.15), transparent 28rem),
		radial-gradient(circle at 82% 4%, rgba(255, 62, 165, 0.15), transparent 24rem),
		linear-gradient(180deg, #101018 0%, #11111b 44%, #15141f 100%);
	color: var(--sm-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	letter-spacing: 0;
}

body.sm-reviews-drawer-open,
body.sm-issue-drawer-open,
body.sm-title-test-popup-open {
	overflow: hidden;
}

body.sm-theme-light {
	--sm-bg: #f3f6fb;
	--sm-bg-soft: #ffffff;
	--sm-panel: #ffffff;
	--sm-panel-strong: #e8edf6;
	--sm-text: #141827;
	--sm-muted: #626b7e;
	--sm-line: rgba(30, 38, 58, 0.13);
	--sm-pink: #d72c88;
	--sm-cyan: #087ea4;
	--sm-amber: #946400;
	--sm-green: #157f55;
	--sm-shadow: 0 18px 48px rgba(31, 42, 68, 0.12);
	background:
		radial-gradient(circle at 10% 2%, rgba(8, 126, 164, 0.11), transparent 24rem),
		radial-gradient(circle at 86% 4%, rgba(215, 44, 136, 0.08), transparent 22rem),
		linear-gradient(180deg, #fbfcff 0%, #f3f6fb 46%, #edf2f8 100%);
	color: var(--sm-text);
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: var(--sm-cyan);
}

button,
input,
select,
textarea {
	box-sizing: border-box;
	font: inherit;
}

button {
	-webkit-appearance: none;
	appearance: none;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
select,
textarea {
	-webkit-appearance: none;
	appearance: none;
}

input[type="search"] {
	-webkit-appearance: none;
	appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	z-index: 1000;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: var(--sm-cyan);
	color: #081018;
	border-radius: var(--sm-radius);
}

.sm-shell {
	width: var(--sm-shell);
	margin-inline: auto;
}

.sm-shell--wide {
	width: min(1420px, calc(100vw - 32px));
}

.sm-shell--full {
	width: min(1720px, calc(100vw - 32px));
}

.sm-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(16, 16, 24, 0.84);
	border-bottom: 1px solid var(--sm-line);
	backdrop-filter: blur(18px);
}

body.sm-theme-light .sm-header {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 10px 34px rgba(31, 42, 68, 0.06);
}

.sm-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(1440px, calc(100vw - 48px));
	min-height: 76px;
	gap: 32px;
}

.sm-header--split-nav .sm-header__inner {
	display: grid;
	grid-template-areas:
		"brand search toggle"
		"nav nav nav";
	grid-template-columns: minmax(280px, 1fr) minmax(320px, 560px) auto;
	align-items: center;
	gap: 0 32px;
	min-height: 0;
	padding-block: 18px 0;
}

.sm-header--split-nav .sm-brand {
	grid-area: brand;
}

.sm-header--split-nav .sm-nav-toggle {
	grid-area: toggle;
}

.sm-header--split-nav .sm-nav {
	grid-area: nav;
	width: 100%;
	margin-top: 18px;
	padding-block: 12px 14px;
	border-top: 1px solid var(--sm-line);
}

.sm-header--split-nav .sm-nav .menu {
	justify-content: center;
	gap: clamp(18px, 4vw, 76px);
}

.sm-header--split-nav .sm-nav a {
	min-height: 44px;
	padding-inline: 18px;
	font-size: 1rem;
	text-transform: uppercase;
}

.sm-header--split-nav .sm-header-search {
	grid-area: search;
	justify-self: stretch;
}

.sm-header--split-nav .sm-theme-toggle {
	grid-area: toggle;
}

.sm-brand {
	flex: 1 1 auto;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.sm-brand__mark {
	flex: 0 0 44px;
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid rgba(37, 230, 255, 0.5);
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(37, 230, 255, 0.2), rgba(255, 62, 165, 0.18));
	color: var(--sm-text);
	font-family: "Space Grotesk", Inter, sans-serif;
	font-weight: 800;
	box-shadow: 0 0 28px rgba(37, 230, 255, 0.18);
}

.sm-brand__text {
	display: grid;
	line-height: 1.1;
	min-width: 0;
}

.sm-brand__text span {
	display: block;
	overflow: hidden;
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: 1.05rem;
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sm-brand__text small {
	color: var(--sm-muted);
	font-size: 0.78rem;
}

.sm-nav-toggle {
	display: none;
	align-items: center;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.04);
	color: var(--sm-text);
	cursor: pointer;
}

.sm-nav .menu {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.sm-nav .menu .menu-item {
	position: relative;
	display: flex;
	align-items: center;
}

.sm-nav .menu > .menu-item-has-children::after {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	display: block;
	height: 14px;
	content: "";
}

.sm-nav {
	flex: 0 0 auto;
}

.sm-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 14px;
	border-radius: var(--sm-radius);
	color: var(--sm-muted);
	font-weight: 700;
	white-space: nowrap;
}

.sm-nav a:hover,
.sm-nav .current-menu-item > a,
.sm-nav .current-menu-ancestor > a {
	background: rgba(255, 255, 255, 0.06);
	color: var(--sm-text);
}

.sm-submenu-toggle {
	display: inline-grid;
	width: 34px;
	height: 34px;
	margin-left: -8px;
	place-items: center;
	border: 0;
	border-radius: var(--sm-radius);
	background: transparent;
	color: var(--sm-muted);
	cursor: pointer;
}

.sm-submenu-toggle span[aria-hidden="true"] {
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	transition: transform 0.18s ease;
}

.sm-nav .menu-item-has-children:hover > .sm-submenu-toggle,
.sm-nav .menu-item-has-children:focus-within > .sm-submenu-toggle,
.sm-nav .menu-item-has-children.is-submenu-open > .sm-submenu-toggle {
	color: var(--sm-text);
}

.sm-nav .menu-item-has-children:hover > .sm-submenu-toggle span[aria-hidden="true"],
.sm-nav .menu-item-has-children:focus-within > .sm-submenu-toggle span[aria-hidden="true"],
.sm-nav .menu-item-has-children.is-submenu-open > .sm-submenu-toggle span[aria-hidden="true"] {
	transform: translateY(2px) rotate(225deg);
}

.sm-nav .sub-menu {
	position: absolute;
	z-index: 30;
	top: calc(100% + 10px);
	left: 0;
	display: grid;
	min-width: 250px;
	padding: 10px;
	margin: 0;
	list-style: none;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background:
		linear-gradient(145deg, rgba(255, 62, 165, 0.11), rgba(37, 230, 255, 0.08)),
		rgba(16, 16, 24, 0.98);
	box-shadow: var(--sm-shadow);
	opacity: 0;
	pointer-events: none;
	transform: translateY(-8px);
	visibility: hidden;
	transition:
		opacity 0.18s ease,
		transform 0.18s ease,
		visibility 0s linear 0.18s;
}

.sm-nav .menu-item-has-children:hover > .sub-menu,
.sm-nav .menu-item-has-children:focus-within > .sub-menu,
.sm-nav .menu-item-has-children.is-submenu-open > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
	transition-delay: 0s;
}

.sm-nav .sub-menu a {
	justify-content: flex-start;
	width: 100%;
	min-height: 40px;
	padding-inline: 12px;
	font-size: 0.92rem;
	text-transform: none;
}

.sm-nav .sub-menu .menu-item-has-children > a {
	padding-right: 34px;
}

.sm-nav .sub-menu .sm-submenu-toggle {
	position: absolute;
	top: 3px;
	right: 4px;
	width: 32px;
	height: 32px;
	margin-left: 0;
}

.sm-nav .sub-menu .sm-submenu-toggle span[aria-hidden="true"] {
	transform: translateX(-2px) rotate(-45deg);
}

.sm-nav .sub-menu .menu-item-has-children:hover > .sm-submenu-toggle span[aria-hidden="true"],
.sm-nav .sub-menu .menu-item-has-children:focus-within > .sm-submenu-toggle span[aria-hidden="true"],
.sm-nav .sub-menu .menu-item-has-children.is-submenu-open > .sm-submenu-toggle span[aria-hidden="true"] {
	transform: translateX(2px) rotate(135deg);
}

.sm-nav .sub-menu .sub-menu {
	top: -10px;
	left: calc(100% + 10px);
}

.sm-nav .sub-menu .menu-item-has-children::after {
	position: absolute;
	top: 0;
	right: -14px;
	bottom: 0;
	left: auto;
	display: block;
	width: 14px;
	height: auto;
	content: "";
}

.sm-header-search {
	position: relative;
	flex: 0 1 420px;
	min-width: 240px;
}

.sm-header-search__shortcode,
.sm-header-search__form {
	width: 100%;
}

.sm-header-search__form,
.sm-header-search form {
	position: relative;
	margin: 0;
}

.sm-header-search input[type="search"],
.sm-header-search .search-field {
	width: 100%;
	min-height: 42px;
	padding: 0 46px 0 14px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.08);
	color: var(--sm-text);
	outline: none;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
}

body.sm-theme-dark .sm-header-search input[type="search"],
body.sm-theme-dark .sm-header-search .search-field,
body.sm-theme-dark .sm-header-search input[type="text"],
body.sm-theme-dark .sm-header-search input[type="search"]:focus,
body.sm-theme-dark .sm-header-search .search-field:focus,
body.sm-theme-dark .sm-header-search input[type="text"]:focus {
	color: #f7f3ff !important;
	-webkit-text-fill-color: #f7f3ff !important;
	caret-color: var(--sm-cyan);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-weight: 700 !important;
}

body.sm-theme-dark .sm-header-search input:-webkit-autofill,
body.sm-theme-dark .sm-header-search input:-webkit-autofill:hover,
body.sm-theme-dark .sm-header-search input:-webkit-autofill:focus {
	-webkit-text-fill-color: #f7f3ff !important;
	box-shadow: 0 0 0 1000px rgba(42, 40, 52, 0.98) inset !important;
	caret-color: var(--sm-cyan);
}

.sm-header-search input[type="search"]::selection,
.sm-header-search .search-field::selection {
	background: rgba(37, 230, 255, 0.32);
	color: #f7f3ff;
	-webkit-text-fill-color: #f7f3ff;
}

.sm-header-search input[type="search"]::placeholder,
.sm-header-search .search-field::placeholder {
	color: var(--sm-muted);
}

.sm-header-search input[type="search"]:focus,
.sm-header-search .search-field:focus {
	border-color: rgba(37, 230, 255, 0.58);
	box-shadow: 0 0 0 3px rgba(37, 230, 255, 0.13);
}

.sm-header-search__button,
.sm-header-search .search-submit {
	position: absolute;
	top: 50%;
	right: 6px;
	display: grid;
	width: 34px;
	height: 34px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: var(--sm-text);
	cursor: pointer;
	transform: translateY(-50%);
}

.sm-header-search__button span,
.sm-header-search .search-submit:not(.sm-header-search__button)::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border: 2px solid currentColor;
	border-radius: 999px;
	box-shadow: 7px 7px 0 -5px currentColor;
	transform: rotate(-10deg);
	opacity: 0.78;
}

.sm-header-search .search-submit {
	font-size: 0;
}

.sm-header-search .searchwp-live-search-results {
	overflow-y: auto;
	max-height: min(560px, calc(100vh - 96px));
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(16, 16, 24, 0.98);
	color: #f7f4ff;
	box-shadow: var(--sm-shadow);
}

.searchwp-live-search-results {
	overflow-y: auto !important;
	max-height: min(560px, calc(100vh - 96px)) !important;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: var(--sm-radius) !important;
	background: rgba(16, 16, 24, 0.98) !important;
	color: #f7f4ff !important;
	box-shadow: var(--sm-shadow) !important;
}

.searchwp-live-search-result {
	display: block !important;
	min-height: 116px;
	padding: 12px 14px !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
	background: transparent !important;
	color: inherit !important;
	overflow: hidden;
	clear: both;
}

.searchwp-live-search-result:last-child {
	border-bottom: 0 !important;
}

.searchwp-live-search-result:hover,
.searchwp-live-search-result.searchwp-live-search-result--focused {
	background: rgba(37, 230, 255, 0.08) !important;
}

.sm-header-search .searchwp-live-search-result a,
.searchwp-live-search-result a {
	color: #f7f4ff !important;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.sm-header-search .searchwp-live-search-result p,
.searchwp-live-search-result p,
.searchwp-live-search-result .searchwp-live-search-result--title,
.searchwp-live-search-result h3,
.searchwp-live-search-result h4 {
	color: #f7f4ff !important;
}

.searchwp-live-search-result p,
.searchwp-live-search-result .searchwp-live-search-result--description {
	display: -webkit-box;
	margin: 7px 0 0 !important;
	overflow: hidden;
	color: #c8c2dc !important;
	font-size: 0.92rem;
	line-height: 1.45;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.searchwp-live-search-result img {
	float: left;
	width: 72px !important;
	height: 96px !important;
	margin: 0 14px 0 0 !important;
	border-radius: 6px;
	object-fit: cover;
	object-position: center;
}

.searchwp-live-search-result h3,
.searchwp-live-search-result h4 {
	margin: 0 !important;
	font-size: 1.02rem !important;
	line-height: 1.22 !important;
}

.sm-theme-toggle {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 12px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.04);
	color: var(--sm-text);
	font-weight: 800;
	cursor: pointer;
}

body.sm-theme-light .sm-theme-toggle {
	background: #fff;
}

body.sm-theme-light .sm-brand__mark {
	border-color: rgba(8, 126, 164, 0.26);
	background:
		linear-gradient(135deg, rgba(8, 126, 164, 0.09), rgba(215, 44, 136, 0.08)),
		#fff;
	box-shadow: 0 12px 32px rgba(8, 126, 164, 0.13);
}

body.sm-theme-light .sm-nav a:hover,
body.sm-theme-light .sm-nav .current-menu-item > a,
body.sm-theme-light .sm-nav .current-menu-ancestor > a {
	background: #eef3fb;
	color: var(--sm-text);
}

body.sm-theme-light .sm-nav .sub-menu {
	background:
		linear-gradient(145deg, rgba(8, 126, 164, 0.08), rgba(215, 44, 136, 0.07)),
		rgba(255, 255, 255, 0.98);
	box-shadow: 0 18px 44px rgba(31, 42, 68, 0.16);
}

body.sm-theme-light .sm-theme-toggle {
	border-color: rgba(30, 38, 58, 0.13);
	box-shadow: 0 10px 28px rgba(31, 42, 68, 0.08);
}

body.sm-theme-light .sm-header-search input[type="search"],
body.sm-theme-light .sm-header-search .search-field {
	border-color: rgba(30, 38, 58, 0.13);
	background: #fff;
	box-shadow: 0 10px 28px rgba(31, 42, 68, 0.08);
}

body.sm-theme-light .sm-header-search .searchwp-live-search-results {
	background: rgba(255, 255, 255, 0.98);
	color: #171824;
	box-shadow: 0 18px 44px rgba(31, 42, 68, 0.16);
}

body.sm-theme-light .searchwp-live-search-results {
	border-color: rgba(30, 38, 58, 0.12) !important;
	background: rgba(255, 255, 255, 0.98) !important;
	color: #171824 !important;
	box-shadow: 0 18px 44px rgba(31, 42, 68, 0.16) !important;
}

body.sm-theme-light .searchwp-live-search-result:hover,
body.sm-theme-light .searchwp-live-search-result.searchwp-live-search-result--focused {
	background: rgba(8, 126, 164, 0.07) !important;
}

body.sm-theme-light .searchwp-live-search-result {
	border-bottom-color: rgba(30, 38, 58, 0.1) !important;
}

body.sm-theme-light .searchwp-live-search-result a,
body.sm-theme-light .searchwp-live-search-result p,
body.sm-theme-light .searchwp-live-search-result .searchwp-live-search-result--title,
body.sm-theme-light .searchwp-live-search-result h3,
body.sm-theme-light .searchwp-live-search-result h4 {
	color: #171824 !important;
}

body.sm-theme-light .searchwp-live-search-result .searchwp-live-search-result--description {
	color: #5d6678 !important;
}

.sm-theme-toggle__icon {
	width: 18px;
	height: 18px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--sm-cyan) 0 50%, var(--sm-pink) 50% 100%);
	box-shadow: 0 0 18px rgba(37, 230, 255, 0.2);
}

.sm-main {
	min-height: 70vh;
}

.sm-hero {
	position: relative;
	overflow: hidden;
	padding: 72px 0 40px;
}

.sm-hero::before {
	content: "";
	position: absolute;
	inset: auto -10% 0 -10%;
	height: 190px;
	pointer-events: none;
	background:
		linear-gradient(90deg, transparent, rgba(37, 230, 255, 0.16), transparent),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 72px);
	mask-image: linear-gradient(to bottom, transparent, black 22%, transparent);
}

.sm-hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	align-items: start;
	gap: 36px;
}

.sm-hero__content h1,
.sm-page-hero h1,
.sm-title-hero h1 {
	max-width: 820px;
	margin: 0;
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: clamp(2.4rem, 7vw, 5.8rem);
	line-height: 0.98;
	letter-spacing: 0;
}

.sm-hero__content h1 {
	font-size: clamp(2.4rem, 6.15vw, 5.15rem);
	line-height: 1.02;
}

.sm-hero__content p {
	max-width: 650px;
	color: var(--sm-muted);
	font-size: 1.1rem;
}

.sm-kicker {
	margin: 0 0 10px;
	color: var(--sm-cyan);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.sm-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.sm-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid transparent;
	border-radius: var(--sm-radius);
	font-weight: 800;
	cursor: pointer;
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.sm-button:hover {
	transform: translateY(-1px);
}

.sm-button--primary {
	background: linear-gradient(135deg, var(--sm-pink), #9d55ff 48%, var(--sm-cyan));
	color: #fff;
	box-shadow: 0 0 30px rgba(255, 62, 165, 0.22);
}

.sm-button--primary:hover {
	color: #fff;
}

.sm-button--section {
	min-height: 42px;
	padding-inline: 18px;
	white-space: nowrap;
}

.sm-button--ghost {
	border-color: var(--sm-line);
	background: rgba(255, 255, 255, 0.04);
	color: var(--sm-text);
}

.sm-hero__panel,
.sm-catalog-sidebar,
.sm-title-facts,
.sm-sidebar .widget {
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(27, 27, 43, 0.82);
	box-shadow: var(--sm-shadow);
}

.sm-hero__panel {
	padding: 22px;
	margin-top: clamp(38px, 4.5vw, 58px);
}

.sm-section {
	padding: 56px 0;
}

.sm-section--muted {
	background: rgba(255, 255, 255, 0.025);
	border-block: 1px solid var(--sm-line);
}

.sm-section--compact {
	padding-top: 12px;
}

.sm-section__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
}

.sm-section__heading--with-controls {
	align-items: end;
	flex-wrap: wrap;
}

.sm-section__heading h2,
.sm-title-facts h2,
.sm-prose h2,
.sm-section--compact h2 {
	margin: 0;
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: clamp(1.5rem, 4vw, 2.4rem);
	line-height: 1.1;
	letter-spacing: 0;
}

.sm-home-news {
	padding-top: 46px;
	background:
		radial-gradient(circle at 90% 18%, rgba(255, 62, 165, 0.1), transparent 28rem),
		radial-gradient(circle at 10% 84%, rgba(37, 230, 255, 0.08), transparent 26rem);
}

body.sm-theme-light .sm-home-news {
	background:
		radial-gradient(circle at 90% 8%, rgba(215, 44, 136, 0.07), transparent 22rem),
		linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(244, 248, 253, 0.9));
}

.sm-home-news__heading {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	justify-content: space-between;
	gap: clamp(18px, 5vw, 56px);
	width: 100%;
	margin-bottom: 28px;
}

.sm-home-news__heading h2 {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: clamp(2rem, 5vw, 3.1rem);
	font-weight: 700;
	line-height: 1;
}

.sm-home-news__side {
	display: grid;
	flex: 0 1 420px;
	justify-items: stretch;
	gap: 18px;
	width: min(420px, 100%);
	min-width: 0;
	max-width: min(420px, 36vw);
	margin-left: auto;
}

body.sm-theme-light .sm-home-news__heading h2 {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 500;
	color: #070914;
}

.sm-home-news__tabs {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 4px;
	margin-left: auto;
	max-width: 100%;
	padding: 6px;
	border: 1px solid var(--sm-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	box-shadow: var(--sm-shadow);
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

body.sm-theme-light .sm-home-news__tabs {
	background: rgba(255, 255, 255, 0.86);
	border-color: rgba(30, 38, 58, 0.08);
	box-shadow: 0 12px 32px rgba(31, 42, 68, 0.08);
}

.sm-home-news__tabs a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 18px;
	border-radius: 999px;
	color: var(--sm-muted);
	font-weight: 700;
	white-space: nowrap;
}

.sm-home-news__tabs a.is-active {
	background: linear-gradient(135deg, var(--sm-pink), #9d55ff 48%, var(--sm-cyan));
	color: #fff;
	box-shadow: 0 10px 26px rgba(37, 230, 255, 0.16);
}

body.sm-theme-light .sm-home-news__tabs a {
	color: #232838;
}

body.sm-theme-light .sm-home-news__tabs a.is-active {
	background: linear-gradient(135deg, #0ea5c7, #2f63d8);
	color: #fff;
}

.sm-home-news-latest {
	display: grid;
	gap: 12px;
	width: 100%;
	min-width: 0;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 180ms ease, transform 180ms ease;
}

.sm-home-news__side.is-loading .sm-home-news-latest {
	opacity: 0.44;
	pointer-events: none;
	transform: translateY(4px);
}

body.sm-theme-light .sm-home-news-latest {
	background: transparent;
	box-shadow: none;
}

.sm-home-news-latest a {
	display: block;
	overflow: hidden;
	min-height: 56px;
	padding: 15px 18px;
	border-radius: var(--sm-radius);
	background: #1d1d1f;
	color: #fff;
	font-size: clamp(0.98rem, 1.4vw, 1.14rem);
	font-weight: 800;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.sm-home-news-latest a:hover {
	background: #27272a;
	color: #fff;
}

body.sm-theme-light .sm-home-news-latest a {
	background: #1d1d1f;
	color: #fff;
	box-shadow: 0 14px 30px rgba(31, 42, 68, 0.12);
}

body.sm-theme-light .sm-home-news-latest a:hover {
	background: #2b2b2f;
	color: #fff;
}

.sm-home-news__grid {
	display: grid;
	width: min(860px, 100%);
	gap: 18px;
}

.sm-home-news-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 22px;
	align-items: start;
	width: min(860px, 100%);
	padding: 22px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(27, 27, 43, 0.82);
	box-shadow: var(--sm-shadow);
}

body.sm-theme-light .sm-home-news-card {
	background: #fff;
	border-color: rgba(30, 38, 58, 0.08);
	box-shadow: 0 14px 34px rgba(31, 42, 68, 0.08);
}

.sm-home-news-card__image {
	grid-column: 2;
	grid-row: 1;
	width: 180px;
	overflow: hidden;
	border-radius: var(--sm-radius);
	background: #242438;
}

.sm-home-news-card__image img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.sm-home-news-card__body {
	min-width: 0;
}

.sm-home-news-card h3 {
	margin: 0 0 14px;
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: clamp(1.35rem, 3vw, 2.2rem);
	line-height: 1.12;
}

body.sm-theme-light .sm-home-news-card h3 {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 500;
	color: #070914;
}

.sm-home-news-card p {
	max-width: 720px;
	margin: 0 0 18px;
	color: var(--sm-muted);
	font-size: 1.02rem;
	line-height: 1.55;
}

body.sm-theme-light .sm-home-news-card p {
	color: #333946;
}

.sm-link {
	color: var(--sm-cyan);
	font-weight: 800;
}

.sm-grid {
	display: grid;
	gap: 18px;
}

.sm-grid--titles {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sm-grid--title-taxonomy {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
}

.sm-taxonomy-base-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.sm-grid--posts {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sm-grid--posts-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sm-card {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: linear-gradient(180deg, rgba(36, 36, 56, 0.94), rgba(24, 24, 39, 0.94));
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

body.sm-theme-light .sm-card,
body.sm-theme-light .sm-hero__panel,
body.sm-theme-light .sm-catalog-sidebar,
body.sm-theme-light .sm-title-facts,
body.sm-theme-light .sm-sidebar .widget {
	background: rgba(255, 255, 255, 0.94);
	border-color: rgba(30, 38, 58, 0.12);
	box-shadow: var(--sm-shadow);
}

body.sm-theme-light .sm-section--muted {
	background: linear-gradient(180deg, rgba(244, 248, 253, 0.88), rgba(238, 243, 250, 0.72));
}

body.sm-theme-light .sm-card {
	background: linear-gradient(180deg, #ffffff, #f9fbff);
}

body.sm-theme-light .sm-card:hover {
	border-color: rgba(8, 126, 164, 0.28);
	box-shadow: 0 18px 42px rgba(31, 42, 68, 0.14);
}

.sm-card:hover {
	transform: translateY(-3px);
	border-color: rgba(37, 230, 255, 0.42);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.sm-cover {
	position: relative;
	display: block;
	overflow: hidden;
	background: #242438;
}

.sm-title-card__cover {
	aspect-ratio: 2 / 3;
}

.sm-cover__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sm-title-card__cover .sm-cover__image,
.sm-title-hero__cover .sm-cover__image,
.sm-release-mini__cover .sm-cover__image,
.sm-release-calendar__cover .sm-cover__image,
.sm-extra-release-card__cover .sm-cover__image,
.sm-archive-table__thumb .sm-cover__image {
	object-fit: contain;
}

.sm-cover__placeholder {
	position: relative;
	isolation: isolate;
	display: grid;
	width: 100%;
	height: 100%;
	min-height: 260px;
	place-items: center;
	align-content: center;
	gap: 18px;
	padding: 18px;
	background:
		radial-gradient(circle at 28% 18%, rgba(255, 62, 165, 0.35), transparent 34%),
		radial-gradient(circle at 76% 82%, rgba(37, 230, 255, 0.28), transparent 38%),
		linear-gradient(150deg, #25253a 0%, #171722 54%, #101018 100%);
}

.sm-cover__placeholder::before,
.sm-cover__placeholder::after {
	position: absolute;
	inset: 12px;
	z-index: -1;
	content: "";
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: calc(var(--sm-radius) - 2px);
}

.sm-cover__placeholder::after {
	inset: 0;
	border: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 22px 22px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 78%);
}

.sm-cover__placeholder-mark {
	display: grid;
	width: 78px;
	min-height: 78px;
	padding: 8px;
	place-items: center;
	border: 1px solid rgba(37, 230, 255, 0.36);
	border-radius: 14px;
	background:
		linear-gradient(135deg, rgba(255, 62, 165, 0.24), rgba(37, 230, 255, 0.16)),
		rgba(255, 255, 255, 0.06);
	color: var(--sm-text);
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: 0.95rem;
	font-weight: 900;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0 18px 46px rgba(37, 230, 255, 0.13);
}

.sm-cover__placeholder-lines {
	display: grid;
	width: min(92px, 74%);
	gap: 7px;
}

.sm-cover__placeholder-lines::before,
.sm-cover__placeholder-lines::after {
	display: block;
	height: 5px;
	content: "";
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
}

.sm-cover__placeholder-lines::after {
	width: 68%;
	margin-inline: auto;
	background: rgba(37, 230, 255, 0.22);
}

.sm-cover__placeholder-caption {
	color: var(--sm-muted);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
}

body.sm-theme-light .sm-cover__placeholder {
	background:
		radial-gradient(circle at 28% 18%, rgba(14, 165, 199, 0.22), transparent 34%),
		radial-gradient(circle at 76% 82%, rgba(47, 99, 216, 0.2), transparent 38%),
		linear-gradient(150deg, #f9fbff 0%, #eef3fb 58%, #e8edf6 100%);
}

body.sm-theme-light .sm-cover__placeholder-mark {
	border-color: rgba(8, 126, 164, 0.28);
	background:
		linear-gradient(135deg, rgba(14, 165, 199, 0.18), rgba(47, 99, 216, 0.12)),
		rgba(255, 255, 255, 0.66);
	color: #121729;
}

.sm-title-card__body,
.sm-post-card__body {
	padding: 16px;
}

.sm-title-card h2,
.sm-post-card h2 {
	margin: 8px 0 8px;
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: 1.1rem;
	line-height: 1.18;
	letter-spacing: 0;
}

.sm-title-card p,
.sm-post-card p {
	color: var(--sm-muted);
	margin: 0 0 12px;
}

.sm-title-card__meta,
.sm-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.sm-chip {
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	padding: 0 9px;
	border: 1px solid rgba(37, 230, 255, 0.24);
	border-radius: 999px;
	background: rgba(37, 230, 255, 0.08);
	color: #dffbff;
	font-size: 0.76rem;
	font-weight: 800;
}

.sm-page-hero {
	padding: 54px 0 38px;
	border-bottom: 1px solid var(--sm-line);
	background: linear-gradient(135deg, rgba(255, 62, 165, 0.11), rgba(37, 230, 255, 0.07), transparent);
}

body.sm-theme-light .sm-page-hero,
body.sm-theme-light .sm-title-hero {
	background:
		radial-gradient(circle at 12% 22%, rgba(8, 126, 164, 0.12), transparent 24rem),
		radial-gradient(circle at 78% 12%, rgba(215, 44, 136, 0.08), transparent 28rem),
		linear-gradient(180deg, #fbfcff 0%, #f4f7fc 100%);
}

body.sm-theme-light .sm-title-hero {
	border-bottom-color: rgba(30, 38, 58, 0.1);
}

body.sm-theme-light .sm-title-hero__cover {
	border-color: rgba(30, 38, 58, 0.2);
	box-shadow: 0 24px 58px rgba(31, 42, 68, 0.18);
}

body.sm-theme-light .sm-chip {
	border-color: rgba(8, 126, 164, 0.2);
	background: rgba(8, 126, 164, 0.08);
	color: #0b6f91;
}

body.sm-theme-light .sm-title-card p,
body.sm-theme-light .sm-post-card p {
	color: #5d6678;
}

.sm-page-hero p {
	max-width: 680px;
	color: var(--sm-muted);
}

.sm-page-hero__intro {
	max-width: 760px;
	color: var(--sm-muted);
}

.sm-page-hero__intro p {
	margin: 0 0 12px;
	color: inherit;
}

.sm-page-hero__intro > *:last-child {
	margin-bottom: 0;
}

.sm-page-hero--article h1 {
	max-width: 900px;
	font-size: clamp(2rem, 5vw, 4rem);
}

.sm-page-hero--taxonomy {
	padding: 30px 0 24px;
}

.sm-page-hero--taxonomy h1 {
	max-width: 980px;
	font-size: clamp(2rem, 5vw, 4.2rem);
}

.sm-title-taxonomy-context .sm-section {
	padding-top: 36px;
}

.sm-section--term-description {
	padding-top: 28px;
	padding-bottom: 0;
}

.sm-section--term-description + .sm-section {
	padding-top: 28px;
}

.sm-term-description {
	max-width: 960px;
	padding: 24px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background:
		linear-gradient(135deg, rgba(255, 62, 165, 0.08), rgba(37, 230, 255, 0.06)),
		rgba(27, 27, 43, 0.72);
	box-shadow: 0 20px 58px rgba(0, 0, 0, 0.22);
}

.sm-title-taxonomy-context .sm-term-description {
	width: 100%;
	max-width: none;
}

body.sm-theme-light .sm-term-description {
	border-color: rgba(30, 38, 58, 0.12);
	background: #fff;
	box-shadow: 0 18px 48px rgba(31, 42, 68, 0.08);
}

.sm-term-description h2 {
	margin: 0 0 14px;
	font-size: clamp(1.5rem, 2.8vw, 2.25rem);
	line-height: 1.08;
}

.sm-term-description__content > *:last-child {
	margin-bottom: 0;
}

.sm-title-taxonomy-context .sm-title-card__cover {
	aspect-ratio: 2 / 3;
}

.sm-title-taxonomy-context .sm-title-card__body {
	padding: 12px;
}

.sm-title-taxonomy-context .sm-title-card h2 {
	font-size: 0.98rem;
	line-height: 1.16;
}

.sm-title-taxonomy-context .sm-title-card p {
	margin-bottom: 9px;
	font-size: 0.86rem;
}

.sm-title-taxonomy-context .sm-chip {
	min-height: 22px;
	padding: 0 7px;
	font-size: 0.68rem;
}

.sm-title-taxonomy-context .sm-cover__placeholder {
	min-height: 190px;
}

.sm-taxonomy-hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
}

.sm-taxonomy-base-card {
	display: flex;
	flex-direction: column;
	min-height: 230px;
	padding: 20px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background:
		linear-gradient(135deg, rgba(255, 62, 165, 0.08), rgba(37, 230, 255, 0.055)),
		rgba(27, 27, 43, 0.78);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

body.sm-theme-light .sm-taxonomy-base-card {
	border-color: rgba(30, 38, 58, 0.12);
	background: #fff;
	box-shadow: 0 18px 42px rgba(31, 42, 68, 0.08);
}

.sm-taxonomy-base-card h2 {
	margin: 0;
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: clamp(1.25rem, 2vw, 1.75rem);
	line-height: 1.08;
}

.sm-taxonomy-base-card h2 a {
	color: var(--sm-text);
}

.sm-taxonomy-base-card__count {
	margin: 10px 0 0;
	color: var(--sm-cyan);
	font-weight: 900;
}

.sm-taxonomy-base-card__description {
	margin-top: 12px;
	color: var(--sm-muted);
}

.sm-taxonomy-base-card__description p {
	margin: 0;
}

.sm-taxonomy-base-card__actions {
	display: grid;
	margin-top: auto;
	padding-top: 18px;
}

.sm-taxonomy-base-card__actions .sm-button {
	justify-content: center;
	width: 100%;
}

.sm-catalog-layout {
	display: grid;
	grid-template-columns: minmax(300px, 340px) minmax(0, 1fr);
	align-items: start;
	gap: 24px;
}

.sm-catalog-sidebar {
	position: sticky;
	top: 96px;
	padding: 18px;
}

.sm-filter-form {
	display: grid;
	gap: 14px;
}

.sm-filter-form__field {
	display: grid;
	gap: 7px;
}

.sm-filter-form__field--choice-group {
	margin: 0;
	padding: 0;
	border: 0;
}

.sm-filter-form label,
.sm-filter-form legend {
	color: var(--sm-text);
	font-size: 0.83rem;
	font-weight: 800;
}

.sm-filter-form legend {
	margin-bottom: 8px;
	padding: 0;
}

.sm-filter-form input,
.sm-filter-form select {
	width: 100%;
	min-height: 46px;
	padding: 0 12px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.06);
	color: var(--sm-text);
	outline: none;
}

body.sm-theme-light .sm-filter-form input,
body.sm-theme-light .sm-filter-form select {
	background: #fff;
	color: var(--sm-text);
	border-color: rgba(30, 38, 58, 0.14);
}

.sm-filter-choice-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	max-height: 168px;
	overflow: auto;
	padding-right: 2px;
}

.sm-filter-choice {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	max-width: 100%;
	min-height: 34px;
	padding: 7px 10px;
	border: 1px solid var(--sm-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: var(--sm-muted);
	font-size: 0.78rem;
	line-height: 1.15;
	cursor: pointer;
}

.sm-filter-choice input {
	width: 14px;
	min-width: 14px;
	height: 14px;
	min-height: 14px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 3px;
	background: transparent;
	accent-color: var(--sm-cyan);
}

.sm-filter-choice:has(input:checked) {
	border-color: rgba(79, 211, 255, 0.75);
	background: rgba(79, 211, 255, 0.12);
	color: var(--sm-text);
	box-shadow: 0 0 18px rgba(79, 211, 255, 0.12);
}

.sm-filter-form__actions {
	display: grid;
	gap: 10px;
}

.sm-filter-form__actions .sm-button {
	justify-content: center;
	width: 100%;
}

.sm-filter-form__advanced {
	border: 0;
}

.sm-filter-form__advanced summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 44px;
	padding: 0 12px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.05);
	color: var(--sm-text);
	font-size: 0.86rem;
	font-weight: 900;
	cursor: pointer;
	list-style: none;
}

.sm-filter-form__advanced summary::-webkit-details-marker {
	display: none;
}

.sm-filter-form__advanced summary::after {
	width: 9px;
	height: 9px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	content: "";
	transform: translateY(-2px) rotate(45deg);
	transition: transform 0.18s ease;
}

.sm-filter-form__advanced[open] summary::after {
	transform: translateY(2px) rotate(225deg);
}

.sm-filter-form__advanced-body {
	display: grid;
	gap: 14px;
	padding-top: 14px;
}

@media (min-width: 1025px) {
	.sm-catalog-sidebar .sm-filter-form__advanced summary {
		display: none;
	}

	.sm-catalog-sidebar .sm-filter-form__advanced-body {
		padding-top: 0;
	}
}

body.sm-theme-light .sm-filter-form select option {
	background: #fff;
	color: var(--sm-text);
}

body.sm-theme-light .sm-filter-form input:focus,
body.sm-theme-light .sm-filter-form select:focus,
body.sm-theme-light .sm-blog-search input:focus {
	border-color: rgba(8, 126, 164, 0.56);
	box-shadow: 0 0 0 3px rgba(8, 126, 164, 0.12);
}

.sm-filter-form select option {
	background: #181827;
	color: var(--sm-text);
}

.sm-filter-form input:focus,
.sm-filter-form select:focus {
	border-color: var(--sm-cyan);
	box-shadow: 0 0 0 3px rgba(37, 230, 255, 0.14);
}

.sm-filter-form__actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.sm-filter-form__actions .sm-button {
	width: 100%;
}

.sm-results-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 42px;
	margin-bottom: 16px;
	color: var(--sm-muted);
}

.sm-results-tools {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: flex-end;
	min-width: 0;
	gap: 12px;
}

.sm-catalog-series-filter {
	display: flex;
	position: relative;
	flex: 0 1 360px;
	align-items: center;
	min-width: min(100%, 260px);
	max-width: 360px;
	gap: 10px;
	font-size: 0.9rem;
	font-weight: 800;
}

.sm-catalog-series-filter__label {
	flex: 0 0 auto;
	color: var(--sm-muted);
}

.sm-series-select {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
}

.sm-series-select summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 38px;
	padding: 5px 12px 5px 7px;
	border: 1px solid var(--sm-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.055);
	color: var(--sm-text);
	cursor: pointer;
	list-style: none;
}

.sm-series-select summary::-webkit-details-marker {
	display: none;
}

.sm-series-select summary::after {
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	content: "";
	transform: translateY(-2px) rotate(45deg);
	transition: transform 0.18s ease;
}

.sm-series-select[open] summary::after {
	transform: translateY(2px) rotate(225deg);
}

.sm-series-select__value {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	max-width: 100%;
	min-height: 26px;
	padding: 3px 9px;
	overflow: hidden;
	border: 1px solid var(--sm-line);
	border-color: rgba(37, 230, 255, 0.55);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.09);
	color: var(--sm-muted);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sm-series-select__value::before {
	margin-right: 4px;
	color: var(--sm-muted);
	content: "×";
}

.sm-series-select__value.is-placeholder::before {
	display: none;
}

.sm-series-select__menu {
	position: absolute;
	z-index: 30;
	top: calc(100% + 4px);
	right: 0;
	left: 0;
	display: grid;
	max-height: 260px;
	overflow-y: auto;
	border: 1px solid var(--sm-line);
	border-radius: 8px;
	background: rgba(16, 16, 24, 0.98);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.sm-series-select__menu a {
	display: block;
	padding: 9px 11px;
	color: var(--sm-muted);
	font-weight: 800;
	line-height: 1.2;
}

.sm-series-select__menu a:hover,
.sm-series-select__menu a:focus-visible,
.sm-series-select__menu a.is-active {
	background: rgba(37, 230, 255, 0.18);
	color: var(--sm-text);
}

body.sm-theme-light .sm-series-select summary,
body.sm-theme-light .sm-series-select__menu {
	border-color: rgba(30, 38, 58, 0.16);
	background: #fff;
	box-shadow: 0 18px 38px rgba(31, 42, 68, 0.12);
}

body.sm-theme-light .sm-series-select__value {
	background: rgba(30, 38, 58, 0.06);
	color: #5d6678;
}

.sm-catalog-sort {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	font-size: 0.9rem;
	font-weight: 800;
}

.sm-catalog-sort span {
	color: var(--sm-muted);
}

.sm-catalog-sort a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 12px;
	border: 1px solid var(--sm-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: var(--sm-muted);
	white-space: nowrap;
}

.sm-catalog-sort a:hover,
.sm-catalog-sort a:focus-visible,
.sm-catalog-sort a.is-active {
	border-color: rgba(37, 230, 255, 0.55);
	background: linear-gradient(135deg, rgba(37, 230, 255, 0.22), rgba(255, 62, 165, 0.16));
	color: var(--sm-text);
}

@media (max-width: 720px) {
	.sm-results-bar {
		align-items: flex-start;
		flex-direction: column;
	}

	.sm-results-tools {
		align-items: flex-start;
		flex-direction: column;
		width: 100%;
	}

	.sm-catalog-series-filter {
		justify-content: flex-start;
		width: 100%;
		max-width: 100%;
	}

	.sm-catalog-sort {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}

.sm-empty {
	width: 100%;
	padding: 24px;
	border: 1px dashed rgba(255, 255, 255, 0.22);
	border-radius: var(--sm-radius);
	color: var(--sm-muted);
	background: rgba(255, 255, 255, 0.03);
}

.sm-empty--large {
	padding: 46px;
}

.sm-empty h2 {
	margin: 0 0 8px;
	color: var(--sm-text);
}

.sm-title-hero {
	padding: 48px 0;
	border-bottom: 1px solid var(--sm-line);
	background:
		linear-gradient(135deg, rgba(37, 230, 255, 0.1), transparent 44%),
		linear-gradient(225deg, rgba(255, 62, 165, 0.12), transparent 42%);
}

.sm-title-hero__grid {
	display: grid;
	grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
	align-items: center;
	gap: 36px;
}

.sm-title-hero__cover {
	aspect-ratio: 2 / 3;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	box-shadow: var(--sm-shadow);
}

.sm-title-hero__content h1 {
	font-size: clamp(2.35rem, 5vw, var(--sm-title-hero-heading-size, 4.6rem));
	line-height: 1.04;
}

.sm-title-hero__tags {
	width: 100%;
	max-width: 820px;
	margin-top: 18px;
	justify-content: flex-start;
}

.sm-title-hero__tags--below-center {
	justify-content: center;
}

.sm-title-hero__tags--above-title {
	margin: 0 0 16px;
}

.sm-title-hero__tags--under-back-link {
	margin: 0 0 18px;
}

.sm-title-share {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	max-width: 100%;
	margin-top: 18px;
	padding: 8px 10px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.05);
}

body.sm-theme-light .sm-title-share {
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 12px 26px rgba(31, 42, 68, 0.08);
}

.sm-copy-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 36px;
	padding: 0 12px;
	border: 1px solid rgba(37, 230, 255, 0.34);
	border-radius: 999px;
	background: rgba(37, 230, 255, 0.08);
	color: var(--sm-cyan);
	font: inherit;
	font-size: 0.82rem;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
}

.sm-copy-link:hover,
.sm-copy-link:focus-visible,
.sm-copy-link.is-copied {
	border-color: rgba(37, 230, 255, 0.68);
	background: rgba(37, 230, 255, 0.16);
	color: var(--sm-text);
}

.sm-copy-link.is-error {
	border-color: rgba(255, 98, 98, 0.62);
	background: rgba(255, 98, 98, 0.12);
	color: var(--sm-text);
}

.sm-copy-link__icon {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid currentColor;
	border-radius: 4px;
}

.sm-copy-link__icon::before {
	position: absolute;
	top: -5px;
	left: 4px;
	width: 10px;
	height: 10px;
	border: 2px solid currentColor;
	border-bottom: 0;
	border-left: 0;
	border-radius: 3px;
	content: "";
}

.sm-title-test-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 100%;
	margin-top: 12px;
}

.sm-title-test-action {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid rgba(255, 62, 165, 0.38);
	border-radius: 8px;
	background: rgba(255, 62, 165, 0.08);
	color: var(--sm-text);
	font: inherit;
	font-size: 0.86rem;
	font-weight: 850;
	line-height: 1.2;
	cursor: pointer;
}

.sm-title-test-action:hover,
.sm-title-test-action:focus-visible,
.sm-title-test-action[aria-expanded="true"] {
	border-color: rgba(37, 230, 255, 0.62);
	background: rgba(37, 230, 255, 0.12);
	color: var(--sm-cyan);
}

body.sm-theme-light .sm-title-test-action {
	border-color: rgba(215, 44, 136, 0.28);
	background: rgba(215, 44, 136, 0.06);
}

body.sm-theme-light .sm-title-test-action:hover,
body.sm-theme-light .sm-title-test-action:focus-visible,
body.sm-theme-light .sm-title-test-action[aria-expanded="true"] {
	border-color: rgba(8, 126, 164, 0.48);
	background: rgba(8, 126, 164, 0.09);
}

.sm-title-test-action__icon {
	position: relative;
	display: grid;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	place-items: center;
	border: 1px solid currentColor;
	border-radius: 6px;
	color: var(--sm-pink);
}

.sm-title-test-action__icon--cover::before {
	width: 9px;
	height: 13px;
	border: 2px solid currentColor;
	border-radius: 2px;
	box-shadow: -3px 3px 0 -1px var(--sm-panel), -3px 3px 0 0 currentColor;
	content: "";
}

.sm-title-test-action__icon--extra::before,
.sm-title-test-action__icon--extra::after {
	position: absolute;
	width: 11px;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
	content: "";
}

.sm-title-test-action__icon--extra::after {
	transform: rotate(90deg);
}

.sm-title-test-action__icon--image::before {
	position: absolute;
	bottom: 4px;
	left: 4px;
	width: 14px;
	height: 9px;
	background: currentColor;
	clip-path: polygon(0 100%, 34% 45%, 55% 68%, 73% 32%, 100% 100%);
	content: "";
}

.sm-title-test-action__icon--image::after {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: currentColor;
	content: "";
}

.sm-title-test-popup[hidden] {
	display: none;
}

.sm-title-test-popup {
	position: fixed;
	z-index: 10020;
	inset: 0;
	display: grid;
	padding: 20px;
	place-items: center;
}

.sm-title-test-popup__overlay {
	position: absolute;
	inset: 0;
	background: rgba(6, 7, 14, 0.78);
	backdrop-filter: blur(8px);
}

.sm-title-test-popup__panel {
	position: relative;
	width: min(100%, 560px);
	max-height: min(82vh, 680px);
	overflow: auto;
	border: 1px solid rgba(37, 230, 255, 0.3);
	border-radius: 8px;
	background: var(--sm-panel);
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
}

.sm-title-test-popup__panel--image {
	width: min(100%, 860px);
}

.sm-title-test-popup__panel:focus {
	outline: 2px solid rgba(37, 230, 255, 0.65);
	outline-offset: 3px;
}

body.sm-theme-light .sm-title-test-popup__panel {
	border-color: rgba(8, 126, 164, 0.26);
	background: #fff;
	box-shadow: 0 28px 80px rgba(31, 42, 68, 0.24);
}

.sm-title-test-popup__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	padding: 22px 24px;
	border-bottom: 1px solid var(--sm-line);
}

.sm-title-test-popup__header .sm-kicker {
	margin: 0 0 4px;
}

.sm-title-test-popup__header h2 {
	margin: 0;
	font-size: clamp(1.35rem, 4vw, 1.9rem);
	line-height: 1.15;
}

.sm-title-test-popup__close {
	display: grid;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	padding: 0;
	place-items: center;
	border: 1px solid var(--sm-line);
	border-radius: 50%;
	background: transparent;
	color: var(--sm-text);
	font-size: 1.7rem;
	line-height: 1;
	cursor: pointer;
}

.sm-title-test-popup__close:hover,
.sm-title-test-popup__close:focus-visible {
	border-color: rgba(255, 62, 165, 0.6);
	background: rgba(255, 62, 165, 0.12);
	color: var(--sm-pink);
}

.sm-title-test-popup__content {
	padding: 24px;
	color: var(--sm-muted);
}

.sm-title-test-popup__content p {
	margin: 0;
}

.sm-title-test-popup__content--image {
	display: grid;
	min-height: 180px;
	place-items: center;
	background: rgba(0, 0, 0, 0.18);
}

body.sm-theme-light .sm-title-test-popup__content--image {
	background: #f1f4f9;
}

.sm-title-test-popup__featured-image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: calc(82vh - 150px);
	border-radius: 6px;
	object-fit: contain;
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.32);
}

.sm-title-test-popup__empty {
	padding: 20px;
	text-align: center;
}

.sm-title-hero__nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}

.sm-back-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid rgba(37, 230, 255, 0.34);
	border-radius: 999px;
	background: rgba(37, 230, 255, 0.08);
	color: var(--sm-cyan);
	font-weight: 800;
	box-shadow: 0 0 24px rgba(37, 230, 255, 0.1);
	transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.sm-back-link::before {
	content: "←";
	font-size: 1rem;
	line-height: 1;
}

.sm-back-link:hover {
	transform: translateY(-1px);
	border-color: rgba(37, 230, 255, 0.6);
	background: rgba(37, 230, 255, 0.14);
	color: var(--sm-text);
}

.sm-title-subtitle {
	max-width: 720px;
	color: var(--sm-muted);
	font-size: 1.1rem;
}

.sm-title-layout,
.sm-content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	align-items: start;
	gap: 28px;
}

.sm-title-layout--single {
	grid-template-columns: minmax(0, 1fr);
}

.sm-content-layout--wide {
	grid-template-columns: minmax(0, 1fr);
}

.sm-shell--wide.sm-content-layout,
.sm-shell--full.sm-content-layout {
	grid-template-columns: minmax(0, 1fr) 300px;
}

.sm-shell--wide.sm-content-layout--wide,
.sm-shell--full.sm-content-layout--wide {
	grid-template-columns: minmax(0, 1fr);
}

.sm-prose {
	color: var(--sm-text);
}

.sm-prose > *:first-child {
	margin-top: 0;
}

.sm-prose > *:last-child {
	margin-bottom: 0;
}

.sm-prose p,
.sm-prose li {
	color: #ddd9ee;
}

.sm-prose p {
	margin: 0 0 1em;
}

.sm-prose ul,
.sm-prose ol {
	margin: 0 0 1em 1.4em;
	padding-left: 1.2em;
}

.sm-prose li + li {
	margin-top: 0.35em;
}

body.sm-theme-light .sm-prose p,
body.sm-theme-light .sm-prose li {
	color: #2f3544;
}

body.sm-theme-light .sm-back-link,
body.sm-theme-light .sm-link,
body.sm-theme-light .sm-blog-link-list a,
body.sm-theme-light .sm-title-info-table__value a,
body.sm-theme-light .sm-related-link {
	color: #087ea4;
}

body.sm-theme-light .sm-back-link {
	border-color: rgba(8, 126, 164, 0.24);
	background: rgba(8, 126, 164, 0.08);
	box-shadow: 0 12px 30px rgba(8, 126, 164, 0.12);
}

body.sm-theme-light .sm-back-link:hover {
	border-color: rgba(8, 126, 164, 0.42);
	background: rgba(8, 126, 164, 0.13);
	color: #075f7d;
}

body.sm-theme-light .sm-kicker {
	color: #0b87a8;
}

.sm-prose a {
	color: var(--sm-cyan);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.sm-featured-image {
	width: 100%;
	margin-bottom: 24px;
	border-radius: var(--sm-radius);
}

.sm-blog-hero {
	padding: 34px 0 30px;
	border-bottom: 1px solid var(--sm-line);
	background: rgba(255, 255, 255, 0.03);
}

body.sm-theme-light .sm-blog-hero {
	background: rgba(255, 255, 255, 0.68);
}

.sm-blog-hero .sm-shell {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 24px;
}

.sm-blog-hero h1 {
	margin: 0;
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: clamp(2rem, 4vw, 3.7rem);
	line-height: 1;
}

.sm-blog-hero p {
	margin: 10px 0 0;
	color: var(--sm-muted);
}

.sm-blog-featured,
.sm-blog-list-card,
.sm-blog-widget {
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(27, 27, 43, 0.82);
	box-shadow: var(--sm-shadow);
}

body.sm-theme-light .sm-blog-featured,
body.sm-theme-light .sm-blog-list-card,
body.sm-theme-light .sm-blog-widget {
	background: rgba(255, 255, 255, 0.95);
	border-color: rgba(30, 38, 58, 0.12);
}

.sm-blog-featured {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.7fr);
	overflow: hidden;
	min-height: 360px;
}

.sm-blog-featured__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(24px, 4vw, 42px);
}

.sm-blog-featured h2 {
	margin: 18px 0 16px;
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: clamp(2rem, 5vw, 4.2rem);
	line-height: 1;
}

.sm-blog-featured p,
.sm-blog-list-card p {
	color: var(--sm-muted);
}

.sm-blog-featured__media {
	min-height: 360px;
}

.sm-blog-pill {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 30px;
	padding: 0 11px;
	border: 1px solid rgba(255, 62, 165, 0.26);
	border-radius: 8px;
	background: rgba(255, 62, 165, 0.12);
	color: var(--sm-pink);
	font-size: 0.82rem;
	font-weight: 800;
}

.sm-blog-meta,
.sm-blog-card-meta {
	color: var(--sm-muted);
	font-size: 0.92rem;
	font-weight: 700;
}

.sm-blog-categories-section {
	padding: 10px 0 20px;
}

.sm-blog-tabs-group {
	display: grid;
	gap: 10px;
}

.sm-blog-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 10px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.035);
}

.sm-blog-tabs--secondary {
	background: rgba(255, 255, 255, 0.02);
}

body.sm-theme-light .sm-blog-tabs {
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 12px 34px rgba(31, 42, 68, 0.07);
}

body.sm-theme-light .sm-blog-tabs a {
	background: #f4f7fc;
	border-color: rgba(30, 38, 58, 0.12);
	color: #1d2433;
}

.sm-blog-tabs a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 15px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.05);
	color: var(--sm-text);
	font-weight: 800;
}

.sm-blog-tabs--secondary a {
	min-height: 36px;
	padding-inline: 12px;
	font-size: 0.9rem;
}

.sm-blog-tabs a.is-active {
	border-color: transparent;
	background: linear-gradient(135deg, var(--sm-pink), #9d55ff 48%, var(--sm-cyan));
	color: #fff;
}

body.sm-theme-light .sm-blog-tabs a.is-active {
	border-color: rgba(8, 126, 164, 0.22);
	background: linear-gradient(135deg, #0ea5c7, #2f63d8);
	color: #fff;
	box-shadow: 0 10px 24px rgba(8, 126, 164, 0.18);
}

.sm-blog-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	align-items: start;
	gap: 24px;
}

.sm-blog-layout.is-loading {
	cursor: progress;
}

.sm-blog-layout.is-loading [data-blog-results],
.sm-blog-layout.is-loading [data-blog-pagination] {
	opacity: 0.5;
	pointer-events: none;
	transition: opacity 0.18s ease;
}

.sm-blog-layout--wide {
	grid-template-columns: minmax(0, 1fr);
}

.sm-blog-main,
.sm-blog-list,
.sm-blog-sidebar {
	display: grid;
	gap: 18px;
}

.sm-blog-results-note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.04);
	color: var(--sm-muted);
}

.sm-blog-results-note strong {
	color: var(--sm-text);
}

.sm-blog-list-card {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	overflow: hidden;
}

.sm-blog-list-card__media {
	min-height: 190px;
}

.sm-blog-list-card__body {
	padding: 22px;
}

.sm-blog-list-card h2 {
	margin: 12px 0 10px;
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: 1.45rem;
	line-height: 1.14;
}

.sm-blog-card-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 16px 0 8px;
}

.sm-blog-avatar {
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--sm-cyan), #1775ff);
}

.sm-blog-widget {
	padding: 18px;
}

.sm-blog-widget h2 {
	margin: 0 0 14px;
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: 1.15rem;
}

.sm-blog-search {
	display: grid;
	gap: 10px;
}

.sm-blog-search input {
	width: 100%;
	min-height: 48px;
	padding: 0 14px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.07);
	color: var(--sm-text);
}

body.sm-theme-light .sm-blog-search input {
	background: #fff;
	border-color: rgba(30, 38, 58, 0.14);
}

.sm-blog-link-list,
.sm-blog-category-list {
	display: grid;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.sm-blog-link-list a {
	color: var(--sm-cyan);
	font-weight: 800;
}

.sm-blog-category-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: var(--sm-text);
}

.sm-blog-category-list em {
	display: inline-grid;
	min-width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--sm-muted);
	font-style: normal;
	font-size: 0.8rem;
	font-weight: 800;
}

body.sm-theme-light .sm-blog-category-list em {
	background: #eef1f7;
}

.sm-blog-single-hero {
	padding: 48px 0;
	border-bottom: 1px solid var(--sm-line);
	background: linear-gradient(135deg, rgba(255, 62, 165, 0.12), rgba(37, 230, 255, 0.07), transparent);
}

.sm-blog-single-hero .sm-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
	align-items: center;
	gap: 32px;
}

.sm-blog-single-hero h1 {
	margin: 18px 0 14px;
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: clamp(2rem, 4.2vw, 3.8rem);
	line-height: 1.04;
}

.sm-blog-single-hero__media {
	aspect-ratio: 16 / 10;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
}

.sm-blog-article {
	max-width: 900px;
	padding: 28px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(27, 27, 43, 0.52);
}

body.sm-theme-light .sm-blog-article {
	background: rgba(255, 255, 255, 0.94);
	border-color: rgba(30, 38, 58, 0.12);
}

.sm-publishers-hero,
.sm-authors-hero,
.sm-series-hero,
.sm-projects-hero {
	padding: 34px 0 30px;
	border-bottom: 1px solid var(--sm-line);
	background: linear-gradient(135deg, rgba(37, 230, 255, 0.1), rgba(255, 62, 165, 0.08), transparent);
}

.sm-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 22px;
	color: var(--sm-muted);
	font-weight: 700;
}

.sm-breadcrumbs a {
	color: var(--sm-pink);
}

.sm-publishers-hero h1,
.sm-authors-hero h1,
.sm-series-hero h1,
.sm-projects-hero h1 {
	margin: 0;
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: clamp(2.4rem, 6vw, 4.6rem);
	line-height: 1;
}

.sm-publishers-hero p,
.sm-authors-hero p,
.sm-series-hero p,
.sm-projects-hero p {
	margin: 12px 0 0;
	color: var(--sm-muted);
	font-size: 1.05rem;
}

.sm-publisher-filters,
.sm-author-filters,
.sm-series-filters,
.sm-project-filters {
	display: grid;
	grid-template-columns: repeat(2, minmax(220px, 1fr)) auto auto;
	align-items: end;
	gap: 12px;
	margin-top: 26px;
}

.sm-author-filters {
	grid-template-columns: repeat(2, minmax(220px, 1fr)) auto auto;
}

.sm-publisher-filters label,
.sm-author-filters label,
.sm-series-filters label,
.sm-project-filters label {
	display: grid;
	gap: 7px;
	min-width: 0;
	color: var(--sm-muted);
	font-size: 0.82rem;
	font-weight: 900;
}

.sm-publisher-filters select,
.sm-author-filters select,
.sm-series-filters input,
.sm-series-filters select,
.sm-project-filters select {
	width: 100%;
	min-height: 50px;
	padding: 0 14px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.07);
	color: var(--sm-text);
}

body.sm-theme-light .sm-publisher-filters select,
body.sm-theme-light .sm-author-filters select,
body.sm-theme-light .sm-series-filters input,
body.sm-theme-light .sm-series-filters select,
body.sm-theme-light .sm-project-filters select {
	background: #fff;
	border-color: rgba(30, 38, 58, 0.14);
}

.sm-series-filters .sm-button {
	min-height: 50px;
	padding-block: 0;
	align-self: end;
}

.sm-taxonomy-base-filters {
	display: grid;
	grid-template-columns: minmax(220px, 320px) minmax(170px, 220px) auto auto;
	align-items: end;
	gap: 12px;
	margin-left: auto;
}

.sm-taxonomy-base-filters label {
	display: grid;
	gap: 7px;
	min-width: 0;
	color: var(--sm-muted);
	font-size: 0.82rem;
	font-weight: 900;
}

.sm-taxonomy-base-filters input,
.sm-taxonomy-base-filters select {
	width: 100%;
	min-height: 44px;
	padding: 0 13px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.07);
	color: var(--sm-text);
}

body.sm-theme-light .sm-taxonomy-base-filters input,
body.sm-theme-light .sm-taxonomy-base-filters select {
	border-color: rgba(30, 38, 58, 0.14);
	background: #fff;
}

.sm-taxonomy-base-filters .sm-button {
	min-height: 44px;
	padding-block: 0;
	align-self: end;
}

.sm-title-taxonomy-context [data-taxonomy-base-results] {
	transition: opacity 0.18s ease;
}

.sm-title-taxonomy-context .is-loading [data-taxonomy-base-results] {
	opacity: 0.55;
}

.sm-series-context [data-series-results] {
	transition: opacity 0.18s ease;
}

.sm-series-context .is-loading [data-series-results] {
	opacity: 0.55;
}

.sm-series-results-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
	color: var(--sm-muted);
	font-size: 1.02rem;
}

.sm-series-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.sm-series-card {
	display: flex;
	flex-direction: column;
	min-height: 430px;
	padding: 22px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(27, 27, 43, 0.82);
	box-shadow: var(--sm-shadow);
}

body.sm-theme-light .sm-series-card {
	background: rgba(255, 255, 255, 0.95);
	border-color: rgba(30, 38, 58, 0.12);
}

.sm-series-card__covers {
	display: flex;
	align-items: flex-end;
	min-height: 118px;
	margin-bottom: 18px;
}

.sm-series-cover {
	display: block;
	overflow: hidden;
	width: 74px;
	aspect-ratio: 2 / 3;
	margin-right: -22px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.07);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
	transition: transform 0.18s ease, z-index 0.18s ease;
}

.sm-series-cover:nth-child(2) {
	transform: translateY(-6px);
}

.sm-series-cover:nth-child(3) {
	transform: translateY(-12px);
}

.sm-series-cover:nth-child(4) {
	transform: translateY(-18px);
}

.sm-series-cover:hover {
	z-index: 2;
	transform: translateY(-22px);
}

.sm-series-cover .sm-cover__image,
.sm-series-cover .sm-cover__placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sm-series-cover .sm-cover__placeholder {
	min-height: 0;
}

.sm-series-cover--empty {
	display: grid;
	width: 96px;
	place-items: center;
	margin-right: 0;
	padding: 10px;
	color: var(--sm-muted);
	font-size: 0.72rem;
	font-weight: 900;
	text-align: center;
}

.sm-series-card__body {
	display: grid;
	align-content: start;
	gap: 10px;
	min-width: 0;
}

.sm-series-card h2 {
	margin: 0;
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: clamp(1.35rem, 2.2vw, 1.9rem);
	line-height: 1.1;
}

.sm-series-card__count {
	margin: 0;
	color: var(--sm-cyan);
	font-weight: 900;
}

.sm-series-card__description {
	color: var(--sm-muted);
}

.sm-series-card__description p {
	margin: 0;
}

.sm-series-card__actions {
	display: grid;
	gap: 10px;
	margin-top: auto;
	padding-top: 18px;
}

.sm-series-card__actions .sm-button {
	justify-content: center;
	width: 100%;
}

.sm-publisher-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.sm-publisher-card {
	display: flex;
	flex-direction: column;
	min-height: 420px;
	padding: 22px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(27, 27, 43, 0.82);
	box-shadow: var(--sm-shadow);
}

body.sm-theme-light .sm-publisher-card {
	background: rgba(255, 255, 255, 0.95);
	border-color: rgba(30, 38, 58, 0.12);
}

.sm-publisher-card__top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	margin-bottom: 16px;
}

.sm-publisher-card__links {
	display: flex;
	align-items: center;
	gap: 8px;
}

.sm-publisher-card__links a {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border: 1px solid var(--sm-line);
	border-radius: 50%;
	color: var(--sm-muted);
	font-weight: 900;
}

.sm-publisher-card h2 {
	margin: 0 0 10px;
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: clamp(1.35rem, 2.4vw, 1.8rem);
	line-height: 1.12;
}

.sm-publisher-card__description {
	color: var(--sm-muted);
}

.sm-publisher-card__description p {
	margin: 0;
}

.sm-publisher-card__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 16px 0 20px;
}

.sm-publisher-chip {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 11px;
	border-radius: 999px;
	background: rgba(37, 230, 255, 0.12);
	color: var(--sm-cyan);
	font-size: 0.78rem;
	font-weight: 900;
}

.sm-publisher-chip:nth-child(2n) {
	background: rgba(255, 62, 165, 0.12);
	color: var(--sm-pink);
}

.sm-publisher-chip:nth-child(3n) {
	background: rgba(255, 207, 90, 0.15);
	color: var(--sm-amber);
}

.sm-publisher-chip--country {
	background: rgba(98, 245, 167, 0.14);
	color: var(--sm-green);
}

.sm-publisher-card__random {
	margin-top: auto;
}

.sm-publisher-card__random strong {
	display: block;
	margin-bottom: 10px;
	font-size: 1rem;
}

.sm-publisher-card__random > div {
	display: flex;
	gap: 10px;
	min-height: 88px;
}

.sm-publisher-cover {
	width: 58px;
	aspect-ratio: 2 / 3;
	overflow: hidden;
	border: 1px solid var(--sm-line);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.06);
}

.sm-publisher-cover .sm-cover__image,
.sm-publisher-cover img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: rgba(255, 255, 255, 0.04);
}

.sm-publisher-cover .sm-cover__placeholder {
	position: relative;
	min-height: 100%;
	height: 100%;
	padding: 8px;
	place-items: center;
	align-content: center;
	justify-content: center;
}

.sm-publisher-cover .sm-cover__placeholder-mark {
	display: none;
}

.sm-publisher-cover--placeholder {
	display: block;
	opacity: 0.82;
	pointer-events: none;
}

.sm-publisher-cover .sm-cover__placeholder-lines {
	display: none;
}

.sm-publisher-cover .sm-cover__placeholder-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	width: min(46px, calc(100% - 18px));
	max-width: none;
	color: var(--sm-text);
	font-size: 0.46rem;
	line-height: 1.08;
	text-align: center;
	transform: translate(-50%, -50%);
}

.sm-publisher-card__button {
	width: 100%;
	margin-top: 20px;
}

.sm-publisher-term-hero {
	padding: 40px 0 34px;
	border-bottom: 1px solid var(--sm-line);
	background:
		linear-gradient(135deg, rgba(37, 230, 255, 0.12), transparent 42%),
		linear-gradient(225deg, rgba(255, 62, 165, 0.12), transparent 44%);
}

.sm-publisher-term-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	align-items: start;
	gap: 28px;
}

.sm-publisher-term-hero h1 {
	max-width: 940px;
	margin: 0;
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: clamp(2.4rem, 6vw, 4.8rem);
	line-height: 1;
}

.sm-publisher-term-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.sm-publisher-description-card {
	padding: 24px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(27, 27, 43, 0.76);
	box-shadow: var(--sm-shadow);
}

body.sm-theme-light .sm-publisher-description-card {
	background: #fff;
	border-color: rgba(30, 38, 58, 0.12);
}

.sm-publisher-term-summary {
	display: grid;
	gap: 16px;
	padding: 22px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(27, 27, 43, 0.78);
	box-shadow: var(--sm-shadow);
}

body.sm-theme-light .sm-publisher-term-summary {
	background: rgba(255, 255, 255, 0.94);
	border-color: rgba(30, 38, 58, 0.12);
}

.sm-publisher-term-summary__stat,
.sm-publisher-term-summary__meta,
.sm-publisher-term-summary__chips,
.sm-publisher-term-summary__links {
	display: grid;
	gap: 8px;
}

.sm-publisher-term-summary span {
	color: var(--sm-muted);
	font-size: 0.82rem;
	font-weight: 900;
	text-transform: uppercase;
}

.sm-publisher-term-summary strong {
	color: var(--sm-text);
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: 1.7rem;
	line-height: 1;
}

.sm-publisher-term-summary__chips > div,
.sm-publisher-term-summary__links > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.sm-publisher-term-summary__links a {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	border: 1px solid var(--sm-line);
	border-radius: 999px;
	color: var(--sm-cyan);
	font-weight: 900;
}

.sm-publisher-term-covers {
	display: flex;
	gap: 14px;
	overflow-x: auto;
	padding-bottom: 4px;
	-webkit-overflow-scrolling: touch;
}

.sm-publisher-term-cover {
	flex: 0 0 116px;
	aspect-ratio: 2 / 3;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.sm-publisher-term-cover .sm-cover__image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sm-publisher-term-cover .sm-cover__placeholder {
	min-height: 100%;
}

.sm-series-term-hero {
	padding: 42px 0 38px;
	border-bottom: 1px solid var(--sm-line);
	background:
		linear-gradient(135deg, rgba(37, 230, 255, 0.12), transparent 42%),
		linear-gradient(225deg, rgba(255, 62, 165, 0.14), transparent 48%);
}

.sm-series-term-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
	align-items: center;
	gap: 32px;
}

.sm-series-term-hero h1 {
	max-width: 980px;
	margin: 0;
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: clamp(2.4rem, 6vw, 5rem);
	line-height: 1;
}

.sm-series-term-hero__content > p:not(.sm-kicker) {
	max-width: 700px;
	margin: 16px 0 0;
	color: var(--sm-muted);
	font-size: 1.06rem;
}

.sm-series-term-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.sm-series-term-showcase {
	display: grid;
	min-height: 320px;
	place-items: center;
	padding: 26px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(27, 27, 43, 0.64);
	box-shadow: var(--sm-shadow);
}

body.sm-theme-light .sm-series-term-showcase {
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(30, 38, 58, 0.12);
}

.sm-series-term-showcase__covers {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: min(100%, 420px);
	min-height: 250px;
}

.sm-series-term-cover {
	position: relative;
	z-index: 1;
	flex: 0 0 128px;
	aspect-ratio: 2 / 3;
	margin-right: -70px;
	overflow: hidden;
	border: 1px solid var(--sm-line);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 20px 46px rgba(0, 0, 0, 0.3);
	transition: transform 0.18s ease, z-index 0.18s ease;
}

.sm-series-term-cover:last-child {
	margin-right: 0;
}

.sm-series-term-cover:nth-child(1) {
	transform: translateY(12px) rotate(-7deg);
}

.sm-series-term-cover:nth-child(2) {
	z-index: 2;
	transform: translateY(2px) rotate(-3deg);
}

.sm-series-term-cover:nth-child(3) {
	z-index: 3;
	transform: translateY(-10px) rotate(0deg);
}

.sm-series-term-cover:nth-child(4) {
	z-index: 4;
	transform: translateY(-4px) rotate(3deg);
}

.sm-series-term-cover:nth-child(5) {
	z-index: 5;
	transform: translateY(8px) rotate(6deg);
}

.sm-series-term-cover:nth-child(6) {
	z-index: 6;
	transform: translateY(18px) rotate(8deg);
}

.sm-series-term-cover:hover {
	z-index: 20;
	transform: translateY(-18px) rotate(0deg);
}

.sm-series-term-cover .sm-cover__image,
.sm-series-term-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sm-series-term-cover .sm-cover__placeholder {
	min-height: 100%;
}

.sm-series-term-description {
	padding: 24px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(27, 27, 43, 0.76);
	box-shadow: var(--sm-shadow);
}

body.sm-theme-light .sm-series-term-description {
	background: #fff;
	border-color: rgba(30, 38, 58, 0.12);
}

.sm-author-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.sm-author-card {
	display: flex;
	flex-direction: column;
	min-height: 430px;
	padding: 22px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(27, 27, 43, 0.82);
	box-shadow: var(--sm-shadow);
}

body.sm-theme-light .sm-author-card {
	background: rgba(255, 255, 255, 0.95);
	border-color: rgba(30, 38, 58, 0.12);
}

.sm-author-card h2 {
	margin: 0 0 16px;
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	line-height: 1.15;
}

.sm-author-card__description {
	margin-bottom: 22px;
	color: var(--sm-muted);
}

.sm-author-card__description p {
	margin: 0;
}

.sm-author-card__section {
	margin-top: 18px;
}

.sm-author-card__section strong {
	display: block;
	margin-bottom: 10px;
	font-size: 0.95rem;
}

.sm-author-card__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.sm-author-chip {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 11px;
	border-radius: 999px;
	background: rgba(37, 230, 255, 0.12);
	color: var(--sm-cyan);
	font-size: 0.78rem;
	font-weight: 900;
}

.sm-author-chip:nth-child(2n) {
	background: rgba(98, 245, 167, 0.14);
	color: var(--sm-green);
}

.sm-author-card__random {
	margin-top: auto;
}

.sm-author-card__random > div {
	display: flex;
	gap: 10px;
	min-height: 92px;
}

.sm-author-cover {
	width: 62px;
	aspect-ratio: 2 / 3;
	overflow: hidden;
	border: 1px solid var(--sm-line);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.06);
}

.sm-author-cover .sm-cover__image,
.sm-author-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sm-author-cover .sm-cover__placeholder {
	min-height: 100%;
}

.sm-author-cover .sm-cover__placeholder-mark {
	width: 36px;
	min-height: 36px;
	font-size: 0.72rem;
}

.sm-author-card__button {
	width: 100%;
	margin-top: 22px;
}

.sm-author-pagination {
	margin-top: 30px;
}

.sm-home-projects .sm-section__heading p {
	max-width: 680px;
	margin: 8px 0 0;
	color: var(--sm-muted);
}

.sm-project-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.sm-project-card,
.sm-project-preview article {
	overflow: hidden;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background:
		linear-gradient(145deg, rgba(37, 230, 255, 0.08), transparent 42%),
		rgba(27, 27, 43, 0.82);
	box-shadow: var(--sm-shadow);
}

body.sm-theme-light .sm-project-card,
body.sm-theme-light .sm-project-preview article {
	background:
		linear-gradient(145deg, rgba(8, 126, 164, 0.08), transparent 44%),
		rgba(255, 255, 255, 0.96);
	border-color: rgba(30, 38, 58, 0.12);
}

.sm-project-card {
	display: grid;
	grid-template-rows: 170px 1fr;
	min-height: 390px;
}

.sm-project-card__media {
	position: relative;
	display: grid;
	overflow: hidden;
	place-items: center;
	border-bottom: 1px solid var(--sm-line);
	background:
		linear-gradient(135deg, rgba(255, 62, 165, 0.24), rgba(37, 230, 255, 0.18)),
		rgba(255, 255, 255, 0.04);
}

.sm-project-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sm-project-card__mark {
	display: grid;
	width: 74px;
	height: 74px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.1);
	color: var(--sm-text);
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: 1.35rem;
	font-weight: 900;
	text-transform: uppercase;
}

.sm-project-card__body {
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.sm-project-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.sm-project-card__meta span,
.sm-project-preview span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(37, 230, 255, 0.12);
	color: var(--sm-cyan);
	font-size: 0.72rem;
	font-weight: 900;
	text-transform: uppercase;
}

.sm-project-card__meta span:nth-child(2n),
.sm-project-preview article:nth-child(2n) span {
	background: rgba(255, 62, 165, 0.12);
	color: var(--sm-pink);
}

.sm-project-card h3,
.sm-project-preview h3 {
	margin: 0;
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	line-height: 1.12;
}

.sm-project-card p,
.sm-project-preview p {
	color: var(--sm-muted);
}

.sm-project-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: auto;
}

.sm-project-card__actions .sm-button {
	min-height: 38px;
	padding-inline: 13px;
	font-size: 0.82rem;
}

.sm-project-preview {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.sm-project-preview article {
	min-height: 230px;
	padding: 22px;
}

.sm-project-preview h3 {
	margin-top: 18px;
}

.sm-project-single-hero {
	padding: 48px 0;
	border-bottom: 1px solid var(--sm-line);
	background: linear-gradient(135deg, rgba(255, 62, 165, 0.12), rgba(37, 230, 255, 0.08), transparent);
}

.sm-project-single-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.45fr);
	align-items: center;
	gap: 34px;
}

.sm-project-single-hero h1 {
	max-width: 860px;
	margin: 0;
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: clamp(2.4rem, 6vw, 5rem);
	line-height: 0.98;
}

.sm-project-single-hero p {
	max-width: 720px;
	color: var(--sm-muted);
	font-size: 1.08rem;
}

.sm-project-single-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.sm-project-single-hero__media {
	display: grid;
	overflow: hidden;
	min-height: 260px;
	place-items: center;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: linear-gradient(135deg, rgba(255, 62, 165, 0.22), rgba(37, 230, 255, 0.2));
	box-shadow: var(--sm-shadow);
}

.sm-project-single-hero__media > span {
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: 3rem;
	font-weight: 900;
	text-transform: uppercase;
}

.sm-project-single-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sm-project-single-content {
	max-width: 900px;
}

.sm-anime-single-layout,
.sm-special-single-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
	align-items: start;
	gap: 28px;
}

.sm-anime-single-content,
.sm-special-single-content {
	min-width: 0;
}

.sm-special-single-layout--solo {
	grid-template-columns: minmax(0, 900px);
}

.sm-anime-facts,
.sm-special-facts {
	position: sticky;
	top: 120px;
	padding: 22px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background:
		linear-gradient(145deg, rgba(37, 230, 255, 0.09), transparent 46%),
		rgba(27, 27, 43, 0.82);
	box-shadow: var(--sm-shadow);
}

body.sm-theme-light .sm-anime-facts,
body.sm-theme-light .sm-special-facts {
	background:
		linear-gradient(145deg, rgba(8, 126, 164, 0.08), transparent 44%),
		rgba(255, 255, 255, 0.96);
	border-color: rgba(30, 38, 58, 0.12);
}

.sm-anime-facts h2,
.sm-special-facts h2 {
	margin: 0 0 18px;
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: 1.45rem;
	line-height: 1.1;
}

.sm-anime-facts__grid,
.sm-special-facts__grid {
	display: grid;
	gap: 10px;
}

.sm-anime-fact,
.sm-special-fact {
	display: grid;
	gap: 5px;
	padding: 13px 14px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.04);
}

body.sm-theme-light .sm-anime-fact,
body.sm-theme-light .sm-special-fact {
	border-color: rgba(30, 38, 58, 0.1);
	background: rgba(244, 248, 253, 0.82);
}

.sm-anime-fact span,
.sm-special-fact span {
	color: var(--sm-muted);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.sm-anime-fact strong,
.sm-special-fact strong {
	color: var(--sm-text);
	font-size: 1rem;
	line-height: 1.35;
}

.sm-panel-section,
.sm-release-column {
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(27, 27, 43, 0.76);
	box-shadow: var(--sm-shadow);
}

body.sm-theme-light .sm-panel-section,
body.sm-theme-light .sm-release-column {
	background: rgba(255, 255, 255, 0.95);
	border-color: rgba(30, 38, 58, 0.12);
}

.sm-panel-section {
	padding: 24px;
}

.sm-release-columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.sm-release-column {
	padding: 20px;
}

.sm-release-column__header,
.sm-release-calendar__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.sm-release-calendar__controls {
	display: grid;
	justify-items: end;
	gap: 10px;
}

.sm-calendar-view-toggle {
	display: inline-flex;
	gap: 6px;
	padding: 4px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.05);
}

.sm-calendar-view-toggle button {
	min-height: 34px;
	padding: 0 12px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: var(--sm-muted);
	font-weight: 900;
	cursor: pointer;
}

.sm-calendar-view-toggle button.is-active {
	background: linear-gradient(135deg, var(--sm-cyan), #2d63ff);
	color: #fff;
}

body.sm-theme-light .sm-calendar-view-toggle {
	background: #f1f5fb;
	border-color: rgba(30, 38, 58, 0.11);
}

.sm-release-column h3,
.sm-release-calendar__header h2,
.sm-panel-section .sm-section__heading h2 {
	margin: 0;
	font-family: "Space Grotesk", Inter, sans-serif;
	line-height: 1.15;
}

.sm-release-mini-list {
	display: grid;
	gap: 12px;
}

.sm-release-mini {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 12px;
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.05);
}

body.sm-theme-light .sm-release-mini {
	background: #f3f6fb;
}

.sm-release-mini__cover {
	width: 62px;
	aspect-ratio: 2 / 3;
	border-radius: var(--sm-radius);
}

.sm-release-mini__cover .sm-cover__placeholder {
	min-height: 0;
	height: 100%;
	place-items: center;
	align-content: center;
	justify-content: center;
	padding: 8px;
}

.sm-release-mini__cover .sm-cover__placeholder-mark {
	display: none;
}

.sm-release-mini__cover .sm-cover__placeholder-lines {
	display: none;
}

.sm-release-mini__cover .sm-cover__placeholder-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	width: min(46px, calc(100% - 18px));
	color: var(--sm-text);
	font-size: 0.46rem;
	line-height: 1.08;
	text-align: center;
	transform: translate(-50%, -50%);
}

.sm-release-mini__body h3 {
	margin: 0 0 6px;
	font-size: 0.98rem;
	line-height: 1.25;
}

.sm-release-mini__body p {
	margin: 0;
	color: var(--sm-muted);
	font-size: 0.86rem;
	font-weight: 700;
}

.sm-segmented,
.sm-calendar-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 22px;
}

.sm-segmented {
	justify-content: center;
}

.sm-segmented button,
.sm-segmented a,
.sm-calendar-tabs button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid transparent;
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.06);
	color: var(--sm-text);
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}

body.sm-theme-light .sm-segmented button,
body.sm-theme-light .sm-segmented a,
body.sm-theme-light .sm-calendar-tabs button {
	background: #f1f5fb;
	border-color: rgba(30, 38, 58, 0.11);
}

.sm-segmented button.is-active,
.sm-segmented a.is-active,
.sm-calendar-tabs button.is-active {
	background: linear-gradient(135deg, var(--sm-cyan), #2d63ff);
	color: #fff;
}

.sm-extra-release-panels {
	position: relative;
}

.sm-extra-release-panel {
	display: none;
}

.sm-extra-release-panel.is-active {
	display: block;
}

.sm-extra-release-scroller {
	margin-inline: -4px;
	padding-inline: 4px;
}

.sm-extra-release-grid {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 12px;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	scrollbar-color: rgba(37, 230, 255, 0.55) transparent;
}

.sm-extra-release-card {
	flex: 0 0 clamp(136px, 16vw, 190px);
	overflow: hidden;
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.05);
	scroll-snap-align: start;
}

body.sm-theme-light .sm-extra-release-card {
	background: #f3f6fb;
	border: 1px solid rgba(30, 38, 58, 0.08);
}

.sm-extra-release-card__cover {
	aspect-ratio: 2 / 3;
}

.sm-extra-release-card > div {
	padding: 12px;
}

.sm-extra-release-card h3 {
	margin: 0 0 8px;
	font-size: 0.95rem;
	line-height: 1.25;
}

.sm-extra-release-card p,
.sm-extra-release-card span {
	display: inline-block;
	margin: 0 0 6px;
	color: var(--sm-muted);
	font-size: 0.82rem;
	font-weight: 700;
}

.sm-extra-release-card span {
	padding: 2px 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
}

body.sm-theme-light .sm-extra-release-card span {
	background: #e7eaf1;
}

.sm-home-recent-cpt {
	background:
		radial-gradient(circle at 12% 20%, rgba(37, 230, 255, 0.09), transparent 28%),
		radial-gradient(circle at 88% 18%, rgba(255, 62, 165, 0.08), transparent 30%);
}

.sm-recent-cpt-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.sm-recent-cpt-card {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 14px;
	min-height: 132px;
	padding: 14px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.055);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}

body.sm-theme-light .sm-recent-cpt-card {
	background: #fff;
	box-shadow: 0 16px 34px rgba(31, 42, 68, 0.07);
}

.sm-recent-cpt-card__cover {
	align-self: start;
	aspect-ratio: 2 / 3;
	border-radius: 8px;
}

.sm-recent-cpt-card__cover .sm-cover__image,
.sm-recent-cpt-card__cover .sm-cover__placeholder {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sm-recent-cpt-card__cover .sm-cover__placeholder {
	min-height: 0;
	place-items: center;
	align-content: center;
	justify-content: center;
	padding: 8px;
}

.sm-recent-cpt-card__cover .sm-cover__placeholder-mark {
	display: none;
}

.sm-recent-cpt-card__cover .sm-cover__placeholder-lines {
	display: none;
}

.sm-recent-cpt-card__cover .sm-cover__placeholder-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	width: min(54px, calc(100% - 14px));
	color: var(--sm-text);
	font-size: 0.5rem;
	line-height: 1.08;
	text-align: center;
	transform: translate(-50%, -50%);
}

.sm-recent-cpt-card__body {
	display: grid;
	align-content: start;
	gap: 10px;
	min-width: 0;
}

.sm-recent-cpt-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.sm-recent-cpt-card__meta span,
.sm-recent-cpt-card__meta time {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 2px 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--sm-muted);
	font-size: 0.72rem;
	font-weight: 900;
}

.sm-recent-cpt-card__meta span {
	color: var(--sm-cyan);
}

body.sm-theme-light .sm-recent-cpt-card__meta span,
body.sm-theme-light .sm-recent-cpt-card__meta time {
	background: #eef3fb;
}

.sm-recent-cpt-card h3 {
	margin: 0;
	font-size: 1rem;
	line-height: 1.24;
}

.sm-recent-cpt-card h3 a {
	color: inherit;
	text-decoration: none;
}

.sm-calendar-panel {
	display: none;
}

.sm-calendar-panel.is-active {
	display: block;
}

.sm-release-calendar__table-wrap {
	overflow: auto;
	border-top: 1px solid var(--sm-line);
}

.sm-release-calendar.is-compact .sm-release-calendar__table-wrap {
	max-height: 680px;
}

.sm-release-calendar__table {
	width: 100%;
	min-width: 980px;
	border-collapse: collapse;
}

.sm-release-calendar__table th,
.sm-release-calendar__table td {
	padding: 12px 14px;
	border-bottom: 1px solid var(--sm-line);
	text-align: left;
	vertical-align: middle;
}

.sm-release-calendar__table thead th {
	position: sticky;
	top: 0;
	z-index: 1;
	background: rgba(27, 27, 43, 0.98);
	color: var(--sm-muted);
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
}

body.sm-theme-light .sm-release-calendar__table thead th {
	background: #f1f5fb;
}

.sm-release-calendar__title {
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 800;
}

.sm-release-calendar__price,
.sm-full-calendar-table__price {
	white-space: nowrap;
}

.sm-release-calendar__cover {
	width: 52px;
	aspect-ratio: 2 / 3;
	border-radius: var(--sm-radius);
	flex: 0 0 auto;
}

.sm-release-calendar__cover .sm-cover__placeholder {
	min-height: 0;
	height: 100%;
	place-items: center;
	align-content: center;
	justify-content: center;
	padding: 8px;
}

.sm-release-calendar__cover .sm-cover__placeholder-mark {
	display: none;
}

.sm-release-calendar__cover .sm-cover__placeholder-lines {
	display: none;
}

.sm-release-calendar__cover .sm-cover__placeholder-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	width: min(42px, calc(100% - 14px));
	color: var(--sm-text);
	font-size: 0.42rem;
	line-height: 1.08;
	text-align: center;
	transform: translate(-50%, -50%);
}

.sm-archive-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(27, 27, 43, 0.74);
	box-shadow: var(--sm-shadow);
}

body.sm-theme-light .sm-archive-table-wrap {
	background: rgba(255, 255, 255, 0.95);
	border-color: rgba(30, 38, 58, 0.12);
}

.sm-archive-table {
	width: 100%;
	min-width: 980px;
	border-collapse: collapse;
}

.sm-archive-table th,
.sm-archive-table td {
	padding: 14px 16px;
	border-bottom: 1px solid var(--sm-line);
	text-align: left;
	vertical-align: middle;
}

.sm-archive-table thead th {
	background: rgba(255, 255, 255, 0.06);
	color: var(--sm-muted);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

body.sm-theme-light .sm-archive-table thead th {
	background: #eef3fa;
}

.sm-archive-table tbody tr:hover {
	background: rgba(37, 230, 255, 0.06);
}

body.sm-theme-light .sm-archive-table tbody tr:hover {
	background: #f7fbff;
}

.sm-archive-table tbody tr:last-child th,
.sm-archive-table tbody tr:last-child td {
	border-bottom: 0;
}

.sm-archive-table__thumb {
	width: 92px;
}

.sm-archive-table__thumb a {
	display: block;
	width: 64px;
	aspect-ratio: 2 / 3;
	overflow: hidden;
	border-radius: var(--sm-radius);
	background: var(--sm-panel-strong);
}

.sm-archive-table__thumb .sm-cover__image,
.sm-archive-table__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sm-archive-table__thumb .sm-cover__placeholder {
	min-height: 0;
	height: 100%;
}

.sm-archive-table__thumb .sm-cover__placeholder-mark {
	width: 34px;
	min-height: 34px;
	font-size: 0.72rem;
}

.sm-archive-table__thumb .sm-cover__placeholder-lines,
.sm-archive-table__thumb .sm-cover__placeholder-caption {
	display: none;
}

.sm-archive-table__title {
	width: 28%;
}

.sm-archive-table__title a {
	display: inline-block;
	color: var(--sm-text);
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.2;
}

.sm-archive-table__title span {
	display: block;
	margin-top: 6px;
	color: var(--sm-muted);
	font-size: 0.86rem;
	font-weight: 700;
}

.sm-archive-table__excerpt {
	color: var(--sm-muted);
}

.sm-archive-table__action {
	width: 140px;
	white-space: nowrap;
}

.sm-title-info-panel {
	margin-top: 36px;
	padding: 26px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(27, 27, 43, 0.76);
	box-shadow: var(--sm-shadow);
}

body.sm-theme-light .sm-title-info-panel--light,
.sm-title-info-panel--force-light {
	background: #ffffff;
	color: #20202a;
	border-color: rgba(30, 38, 58, 0.12);
}

.sm-title-description {
	margin-bottom: 34px;
}

.sm-title-description > h2 {
	margin-top: 0;
}

.sm-title-description--framed {
	padding: 24px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(27, 27, 43, 0.72);
	box-shadow: var(--sm-shadow);
}

body.sm-theme-light .sm-title-description--framed {
	background: #fff;
	border-color: rgba(30, 38, 58, 0.12);
	box-shadow: 0 18px 48px rgba(31, 42, 68, 0.1);
}

.sm-title-description__excerpt p,
.sm-title-description__empty {
	margin-bottom: 0;
}

.sm-title-description__full[hidden],
.sm-title-description__excerpt[hidden] {
	display: none;
}

.sm-title-description-toggle {
	margin-top: 18px;
}

.sm-title-description__actions {
	display: flex;
	margin-top: 18px;
}

.sm-title-description__actions .sm-title-description-toggle {
	margin-top: 0;
}

.sm-title-description__actions--left {
	justify-content: flex-start;
}

.sm-title-description__actions--center {
	justify-content: center;
}

.sm-title-description__actions--right {
	justify-content: flex-end;
}

.sm-title-description-placeholder {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 16px;
	align-items: center;
	padding: 18px;
	border: 1px solid rgba(70, 216, 255, 0.28);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255, 45, 171, 0.16), rgba(70, 216, 255, 0.12)),
		rgba(255, 255, 255, 0.03);
}

.sm-title-description-placeholder__mark {
	display: grid;
	width: 56px;
	height: 72px;
	place-items: center;
	border-radius: 8px;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	background: linear-gradient(135deg, rgba(255, 45, 171, 0.75), rgba(70, 216, 255, 0.75));
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
}

.sm-title-description-placeholder__lines {
	display: block;
	min-height: 58px;
	border-radius: 8px;
	background:
		linear-gradient(rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22)) 0 8px / 78% 8px no-repeat,
		linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) 0 28px / 92% 8px no-repeat,
		linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) 0 48px / 52% 8px no-repeat;
}

.sm-title-description-placeholder p {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--sm-muted);
}

body.sm-theme-light .sm-title-description-placeholder {
	border-color: rgba(30, 38, 58, 0.12);
	background:
		linear-gradient(135deg, rgba(255, 45, 171, 0.08), rgba(70, 216, 255, 0.1)),
		#fff;
}

body.sm-theme-light .sm-title-description-placeholder p {
	color: #55576a;
}

body.sm-theme-light .sm-title-description-placeholder__lines {
	background:
		linear-gradient(rgba(31, 42, 68, 0.22), rgba(31, 42, 68, 0.22)) 0 8px / 78% 8px no-repeat,
		linear-gradient(rgba(31, 42, 68, 0.14), rgba(31, 42, 68, 0.14)) 0 28px / 92% 8px no-repeat,
		linear-gradient(rgba(31, 42, 68, 0.1), rgba(31, 42, 68, 0.1)) 0 48px / 52% 8px no-repeat;
}

.sm-title-info-panel--dark {
	color: #f7f4ff;
	background: rgba(27, 27, 43, 0.86);
	border-color: rgba(255, 255, 255, 0.12);
}

.sm-title-info-panel__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
}

.sm-title-info-panel__header h2 {
	margin: 0;
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: clamp(1.5rem, 4vw, 2.25rem);
	line-height: 1.1;
	color: inherit;
}

.sm-title-info-panel__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.sm-info-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.06);
	color: var(--sm-text);
	font: inherit;
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
}

.sm-info-action[aria-pressed="true"],
.sm-info-action[aria-expanded="true"] {
	border-color: transparent;
	background: linear-gradient(135deg, var(--sm-pink), #9d55ff 48%, var(--sm-cyan));
	color: #fff;
	box-shadow: 0 0 26px rgba(255, 62, 165, 0.18);
}

body.sm-theme-light .sm-title-info-panel--light .sm-info-action,
.sm-title-info-panel--force-light .sm-info-action {
	background: #f4f7fc;
	border-color: rgba(30, 38, 58, 0.12);
	color: #23232c;
}

.sm-info-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border: 0;
	border-radius: var(--sm-radius);
	background: var(--sm-pink);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

.sm-title-info-table-wrap {
	overflow-x: auto;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--sm-radius);
}

body.sm-theme-light .sm-title-info-panel--light .sm-title-info-table-wrap,
.sm-title-info-panel--force-light .sm-title-info-table-wrap {
	border-color: rgba(30, 38, 58, 0.1);
}

.sm-title-info-panel--dark .sm-title-info-table-wrap {
	border-color: rgba(255, 255, 255, 0.1);
}

.sm-title-info-panel.is-collapsed .sm-title-info-table__details {
	display: none;
}

.sm-title-info-table {
	width: 100%;
	min-width: 760px;
	table-layout: fixed;
	border-collapse: collapse;
	background: rgba(255, 255, 255, 0.04);
}

.sm-title-info-table--1 {
	min-width: 620px;
}

.sm-title-info-table--2 {
	min-width: 980px;
}

.sm-title-info-table--1 thead th:nth-child(1),
.sm-title-info-table--1 tbody th {
	width: 34%;
}

.sm-title-info-table--1 thead th:nth-child(2),
.sm-title-info-table--1 tbody td {
	width: 66%;
}

.sm-title-info-table--2 thead th:nth-child(1),
.sm-title-info-table--2 thead th:nth-child(3),
.sm-title-info-table--2 tbody th {
	width: 22%;
}

.sm-title-info-table--2 thead th:nth-child(2),
.sm-title-info-table--2 thead th:nth-child(4),
.sm-title-info-table--2 tbody td {
	width: 28%;
}

body.sm-theme-light .sm-title-info-panel--light .sm-title-info-table,
.sm-title-info-panel--force-light .sm-title-info-table {
	background: #fff;
}

.sm-title-info-panel--dark .sm-title-info-table {
	background: rgba(255, 255, 255, 0.04);
}

.sm-title-info-table th,
.sm-title-info-table td {
	padding: 14px 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	text-align: left;
	vertical-align: middle;
	overflow-wrap: anywhere;
}

.sm-title-info-table__single {
	width: 100% !important;
	padding: 18px 16px;
	text-align: center;
}

.sm-title-info-table__single-card {
	display: inline-grid;
	grid-template-columns: auto minmax(160px, max-content);
	gap: 18px 28px;
	align-items: center;
	justify-content: center;
	margin-inline: auto;
	max-width: min(760px, 100%);
	padding: 8px 18px;
	text-align: left;
}

.sm-title-info-table.sm-title-info-table--2 .sm-title-info-table__row--single > .sm-title-info-table__single {
	display: table-cell !important;
	width: 100% !important;
	text-align: center !important;
}

.sm-title-info-table.sm-title-info-table--2 .sm-title-info-table__row--single .sm-title-info-table__single-card {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.sm-title-info-table.sm-title-info-table--2 tbody tr:has(> .sm-title-info-table__empty) {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
}

.sm-title-info-table.sm-title-info-table--2 tbody tr:has(> .sm-title-info-table__empty) > .sm-title-info-table__label,
.sm-title-info-table.sm-title-info-table--2 tbody tr:has(> .sm-title-info-table__empty) > .sm-title-info-table__value {
	width: auto !important;
	border-bottom: 0;
}

.sm-title-info-table.sm-title-info-table--2 tbody tr:has(> .sm-title-info-table__empty) > .sm-title-info-table__empty {
	display: none;
}

.sm-title-info-table__single-label {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	width: auto;
	color: var(--sm-muted);
	font-weight: 800;
}

.sm-title-info-table__single-value {
	width: auto;
	color: var(--sm-cyan);
	font-weight: 900;
}

body.sm-theme-light .sm-title-info-panel--light .sm-title-info-table th,
body.sm-theme-light .sm-title-info-panel--light .sm-title-info-table td,
.sm-title-info-panel--force-light .sm-title-info-table th,
.sm-title-info-panel--force-light .sm-title-info-table td {
	border-bottom-color: rgba(30, 38, 58, 0.09);
}

.sm-title-info-panel--dark .sm-title-info-table th,
.sm-title-info-panel--dark .sm-title-info-table td {
	border-bottom-color: rgba(255, 255, 255, 0.1);
}

.sm-title-info-table thead th {
	background: rgba(255, 255, 255, 0.08);
	color: var(--sm-muted);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

body.sm-theme-light .sm-title-info-panel--light .sm-title-info-table thead th,
.sm-title-info-panel--force-light .sm-title-info-table thead th {
	background: #eef3fa;
	color: #667086;
}

.sm-title-info-panel--dark .sm-title-info-table thead th {
	background: rgba(255, 255, 255, 0.08);
	color: #c6c1d8;
}

.sm-title-info-table tbody tr:hover {
	background: rgba(37, 230, 255, 0.05);
}

body.sm-theme-light .sm-title-info-panel--light .sm-title-info-table tbody tr:hover,
.sm-title-info-panel--force-light .sm-title-info-table tbody tr:hover {
	background: #f7fbff;
}

.sm-title-info-table tbody:last-child tr:last-child th,
.sm-title-info-table tbody:last-child tr:last-child td {
	border-bottom: 0;
}

.sm-title-info-table__label {
	color: var(--sm-muted);
	font-size: 0.95rem;
	font-weight: 900;
}

.sm-title-info-table__label-text {
	display: inline;
	min-width: 0;
	vertical-align: middle;
}

body.sm-theme-light .sm-title-info-panel--light .sm-title-info-table__label,
.sm-title-info-panel--force-light .sm-title-info-table__label {
	color: #667086;
}

.sm-title-info-panel--dark .sm-title-info-table__label {
	color: #c6c1d8;
}

.sm-title-info-table__icon {
	display: inline-grid;
	width: 34px;
	height: 34px;
	place-items: center;
	margin-right: 10px;
	border-radius: 999px;
	background: rgba(37, 230, 255, 0.13);
	color: var(--sm-cyan);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
	vertical-align: middle;
}

body.sm-theme-light .sm-title-info-panel--light .sm-title-info-table__icon,
.sm-title-info-panel--force-light .sm-title-info-table__icon {
	background: #e8f2f7;
	color: #0b6f91;
}

.sm-title-info-table__note {
	position: relative;
	display: inline-grid;
	width: 20px;
	height: 20px;
	padding: 0;
	margin-left: 7px;
	place-items: center;
	border: 1px solid rgba(37, 230, 255, 0.44);
	border-radius: 999px;
	background: rgba(37, 230, 255, 0.1);
	color: var(--sm-cyan);
	font: inherit;
	font-size: 0.76rem;
	font-weight: 900;
	line-height: 1;
	vertical-align: middle;
	cursor: help;
}

.sm-title-info-panel:not(.show-admin-comments) .sm-title-info-table__note {
	display: none;
}

.sm-title-info-table__note::after {
	content: attr(data-note);
	position: absolute;
	z-index: 20;
	left: 50%;
	bottom: calc(100% + 10px);
	width: min(280px, 72vw);
	padding: 10px 12px;
	border-radius: 8px;
	background: #08090d;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	white-space: normal;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 4px);
	transition: opacity 140ms ease, transform 140ms ease;
}

.sm-title-info-table__note:hover::after,
.sm-title-info-table__note:focus::after,
.sm-title-info-table__note:focus-visible::after {
	opacity: 1;
	transform: translate(-50%, 0);
}

body.sm-theme-light .sm-title-info-panel--light .sm-title-info-table__note,
.sm-title-info-panel--force-light .sm-title-info-table__note {
	border-color: rgba(8, 126, 164, 0.28);
	background: #edf6fb;
	color: #0b6f91;
}

.sm-title-info-table__value {
	color: var(--sm-text);
	font-size: 1rem;
	line-height: 1.42;
	overflow-wrap: anywhere;
}

.sm-title-info-table__empty {
	background: rgba(255, 255, 255, 0.02);
}

body.sm-theme-light .sm-title-info-panel--light .sm-title-info-table__value,
.sm-title-info-panel--force-light .sm-title-info-table__value {
	color: #23232c;
}

.sm-title-info-panel--dark .sm-title-info-table__value {
	color: #f7f4ff;
}

.sm-title-series {
	--sm-title-series-tab-width: 360px;
	margin-top: 36px;
	padding: 24px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.04);
	box-shadow: var(--sm-shadow);
}

body.sm-theme-light .sm-title-series {
	background: #fff;
	border-color: rgba(30, 38, 58, 0.12);
	box-shadow: 0 18px 48px rgba(31, 42, 68, 0.1);
}

.sm-title-series__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.sm-title-series__header h2 {
	margin: 0;
	font-size: clamp(1.35rem, 3vw, 2rem);
	line-height: 1.1;
}

.sm-title-series .sm-title-series__single-term,
.sm-title-series__tabs button {
	display: inline-flex;
	flex: 0 0 var(--sm-title-series-tab-width);
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	width: var(--sm-title-series-tab-width);
	min-width: var(--sm-title-series-tab-width);
	max-width: var(--sm-title-series-tab-width);
	height: 52px;
	min-height: 52px;
	max-height: 52px;
	gap: 10px;
	padding: 0 20px;
	font-size: clamp(1.08rem, 2vw, 1.28rem);
	font-weight: 900;
	line-height: 1;
}

.sm-title-series .sm-title-series__single-term {
	margin-top: 20px;
	border: 1px solid rgba(37, 230, 255, 0.46);
	border-radius: var(--sm-radius);
	background: linear-gradient(135deg, var(--sm-cyan), #2d63ff);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 14px 34px rgba(37, 230, 255, 0.18);
}

.sm-title-series .sm-title-series__single-term:hover {
	border-color: rgba(37, 230, 255, 0.7);
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

.sm-title-series .sm-title-series__single-term:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.72);
	outline-offset: 3px;
	color: #fff;
	text-decoration: none;
}

.sm-title-series__term-label {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sm-title-series .sm-title-series__count {
	display: inline-grid;
	flex: 0 0 auto;
	min-width: 32px;
	height: 32px;
	padding-inline: 9px;
	place-items: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.22);
	color: inherit;
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
}

body.sm-theme-light .sm-title-series .sm-title-series__single-term {
	border-color: rgba(8, 126, 164, 0.22);
	background: linear-gradient(135deg, #0ea5c7, #2f63d8);
	color: #fff;
	box-shadow: 0 16px 34px rgba(47, 99, 216, 0.18);
}

.sm-title-series__header > span {
	color: var(--sm-muted);
	font-size: 0.92rem;
	font-weight: 800;
}

.sm-title-series__scroller {
	min-width: 0;
	padding-bottom: 44px;
}

.sm-title-series__tabs {
	margin-bottom: 20px;
}

.sm-title-series__tabs button {
	overflow: hidden;
}

.sm-title-series__tabs button .sm-title-series__count {
	display: inline-grid;
	flex: 0 0 auto;
	min-width: 32px;
	height: 32px;
	padding-inline: 9px;
	place-items: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: inherit;
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1;
}

body.sm-theme-light .sm-title-series__tabs button .sm-title-series__count {
	background: rgba(30, 38, 58, 0.08);
}

body.sm-theme-light .sm-title-series__tabs button.is-active .sm-title-series__count,
.sm-title-series__tabs button.is-active .sm-title-series__count {
	background: rgba(255, 255, 255, 0.2);
}

.sm-title-series__groups {
	min-width: 0;
}

.sm-title-series__row {
	display: flex;
	gap: 14px;
	overflow-x: auto;
	padding: 2px 2px 14px;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	scrollbar-color: rgba(37, 230, 255, 0.55) transparent;
}

.sm-title-series-card {
	position: relative;
	flex: 0 0 154px;
	scroll-snap-align: start;
	overflow: hidden;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.045);
}

body.sm-theme-light .sm-title-series-card {
	background: #f8fafd;
	border-color: rgba(30, 38, 58, 0.1);
}

.sm-title-series-card.is-current {
	border-color: rgba(37, 230, 255, 0.54);
	box-shadow: 0 0 0 2px rgba(37, 230, 255, 0.12);
}

.sm-title-series-card__cover {
	display: block;
	aspect-ratio: 2 / 3;
	border-radius: 0;
}

.sm-title-series-card h3 {
	margin: 0;
	padding: 10px 10px 12px;
	color: var(--sm-text);
	font-size: 0.88rem;
	line-height: 1.28;
}

.sm-title-series-card__badge {
	position: absolute;
	top: 8px;
	left: 8px;
	padding: 4px 7px;
	border-radius: 999px;
	background: var(--sm-gradient-action);
	color: #fff;
	font-size: 0.68rem;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.24);
}

.sm-title-series__scroller .sm-relation-arrow {
	top: auto;
	bottom: 0;
	width: 34px;
	height: 34px;
	border-radius: 8px;
	font-size: 1.1rem;
	transform: none;
}

.sm-title-series__scroller .sm-relation-arrow--prev {
	left: calc(50% - 40px);
}

.sm-title-series__scroller .sm-relation-arrow--next {
	right: calc(50% - 40px);
}

.sm-issue-drawer[hidden] {
	display: none;
}

.sm-issue-drawer {
	position: fixed;
	inset: 0;
	z-index: 82;
}

.sm-issue-drawer__overlay {
	position: absolute;
	inset: 0;
	background: rgba(5, 5, 12, 0.66);
	backdrop-filter: blur(4px);
	animation: smReviewsOverlayIn 180ms ease both;
}

.sm-issue-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: min(560px, calc(100vw - 24px));
	height: 100%;
	padding: 26px;
	overflow-y: auto;
	border-left: 1px solid var(--sm-line);
	background: rgba(27, 27, 43, 0.98);
	box-shadow: -24px 0 80px rgba(0, 0, 0, 0.42);
	animation: smReviewsDrawerIn 220ms ease both;
}

body.sm-theme-light .sm-issue-drawer__panel {
	background: rgba(255, 255, 255, 0.98);
	border-color: rgba(30, 38, 58, 0.12);
}

.sm-issue-drawer__header {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.sm-issue-drawer__header h2 {
	margin: 0;
}

.sm-issue-drawer__close {
	display: inline-grid;
	width: 40px;
	height: 40px;
	padding: 0;
	place-items: center;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.06);
	color: var(--sm-text);
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
}

.sm-issue-drawer__form .wpcf7-form {
	display: grid;
	gap: 14px;
}

.sm-issue-drawer__form input:not([type="submit"]),
.sm-issue-drawer__form select,
.sm-issue-drawer__form textarea {
	width: 100%;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.08);
	color: var(--sm-text);
	font: inherit;
}

.sm-issue-drawer__form textarea {
	min-height: 140px;
	resize: vertical;
}

.sm-issue-drawer__form input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border: 0;
	border-radius: var(--sm-radius);
	background: linear-gradient(135deg, var(--sm-pink), #9d55ff 48%, var(--sm-cyan));
	color: #fff;
	font: inherit;
	font-weight: 900;
	cursor: pointer;
}

body.sm-theme-light .sm-issue-drawer__form input:not([type="submit"]),
body.sm-theme-light .sm-issue-drawer__form select,
body.sm-theme-light .sm-issue-drawer__form textarea {
	background: #fff;
	color: #20202a;
	border-color: rgba(30, 38, 58, 0.14);
}

.sm-floating-contact {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 86;
	display: grid;
	justify-items: end;
	gap: 12px;
	pointer-events: none;
}

.sm-floating-contact--left {
	right: auto;
	left: 24px;
	justify-items: start;
}

.sm-floating-contact__button,
.sm-floating-contact__panel {
	pointer-events: auto;
}

.sm-floating-contact__button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 48px;
	padding: 0 18px 0 12px;
	border: 1px solid rgba(37, 230, 255, 0.5);
	border-radius: 999px;
	background: linear-gradient(135deg, var(--sm-pink), #8f5dff 52%, var(--sm-cyan));
	color: #fff;
	font: inherit;
	font-weight: 900;
	box-shadow: 0 16px 44px rgba(0, 0, 0, 0.38), 0 0 24px rgba(37, 230, 255, 0.22);
	cursor: pointer;
}

.sm-floating-contact__button-icon {
	display: inline-grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.2);
	font-size: 1rem;
	line-height: 1;
}

.sm-floating-contact__panel[hidden] {
	display: none;
}

.sm-floating-contact__panel {
	position: absolute;
	right: 0;
	bottom: calc(100% + 12px);
	width: min(420px, calc(100vw - 32px));
	max-height: min(680px, calc(100vh - 112px));
	padding: 20px;
	overflow-y: auto;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(27, 27, 43, 0.98);
	box-shadow: 0 24px 90px rgba(0, 0, 0, 0.46);
	animation: smFloatingContactIn 180ms ease both;
}

.sm-floating-contact--left .sm-floating-contact__panel {
	right: auto;
	left: 0;
}

body.sm-theme-light .sm-floating-contact__panel {
	background: rgba(255, 255, 255, 0.98);
	border-color: rgba(30, 38, 58, 0.14);
	box-shadow: 0 24px 70px rgba(31, 42, 68, 0.18);
}

.sm-floating-contact__header {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.sm-floating-contact__kicker {
	display: inline-block;
	margin-bottom: 6px;
	color: var(--sm-cyan);
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.sm-floating-contact__header h2 {
	margin: 0;
	font-size: 1.3rem;
	line-height: 1.12;
}

.sm-floating-contact__header p {
	margin: 8px 0 0;
	color: var(--sm-muted);
	font-size: 0.92rem;
	line-height: 1.45;
}

.sm-floating-contact__close {
	display: inline-grid;
	flex: 0 0 auto;
	width: 36px;
	height: 36px;
	padding: 0;
	place-items: center;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.06);
	color: var(--sm-text);
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
}

.sm-floating-contact__form .wpcf7-form,
.sm-floating-contact__form form {
	display: grid;
	gap: 12px;
}

.sm-floating-contact__form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.sm-floating-contact__form select,
.sm-floating-contact__form textarea {
	width: 100%;
	min-height: 42px;
	padding: 10px 12px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.08);
	color: var(--sm-text);
	font: inherit;
}

.sm-floating-contact__form textarea {
	min-height: 120px;
	resize: vertical;
}

.sm-floating-contact__form input[type="submit"],
.sm-floating-contact__form button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border: 0;
	border-radius: var(--sm-radius);
	background: linear-gradient(135deg, var(--sm-pink), #9d55ff 48%, var(--sm-cyan));
	color: #fff;
	font: inherit;
	font-weight: 900;
	cursor: pointer;
}

body.sm-theme-light .sm-floating-contact__form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
body.sm-theme-light .sm-floating-contact__form select,
body.sm-theme-light .sm-floating-contact__form textarea {
	background: #fff;
	color: #20202a;
	border-color: rgba(30, 38, 58, 0.14);
}

@keyframes smFloatingContactIn {
	from {
		opacity: 0;
		transform: translateY(10px) scale(0.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.sm-title-info-table__value a,
.sm-related-link {
	color: var(--sm-cyan);
	font-weight: 700;
	text-decoration: none;
}

body.sm-theme-light .sm-title-info-panel--light .sm-title-info-table__value a,
body.sm-theme-light .sm-title-info-panel--light .sm-related-link,
.sm-title-info-panel--force-light .sm-title-info-table__value a,
.sm-title-info-panel--force-light .sm-related-link {
	color: #0071b8;
}

.sm-title-dependencies {
	margin-top: 36px;
}

.sm-title-dependencies h2 {
	margin-bottom: 18px;
}

.sm-dependency-groups {
	display: grid;
	gap: 16px;
}

.sm-dependency-box {
	padding: 18px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(27, 27, 43, 0.72);
}

.sm-dependency-box h3 {
	margin: 0 0 12px;
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: 1.08rem;
	line-height: 1.2;
}

.sm-dependency-list {
	display: grid;
	gap: 0;
	margin: 0;
}

.sm-related-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.sm-related-link {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid rgba(255, 62, 165, 0.28);
	border-radius: 999px;
	background: rgba(255, 62, 165, 0.09);
	color: var(--sm-text);
	font-weight: 800;
	text-decoration: none;
}

.sm-title-reviews {
	margin-top: 36px;
	padding: 18px 20px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(27, 27, 43, 0.76);
	box-shadow: var(--sm-shadow);
}

body.sm-theme-light .sm-title-reviews {
	background: #fff;
	border-color: rgba(30, 38, 58, 0.12);
}

.sm-title-reviews__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 14px;
}

.sm-title-reviews__header h2 {
	margin: 0;
	font-size: clamp(1.25rem, 3vw, 1.65rem);
}

.sm-title-reviews__preview {
	min-width: 0;
}

.sm-title-reviews__preview .glsr-reviews,
.sm-title-reviews__preview .site-reviews {
	display: grid;
	gap: 12px;
}

.sm-title-reviews__preview .glsr-review,
.sm-title-reviews__preview .site-review {
	padding: 14px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.04);
}

body.sm-theme-light .sm-title-reviews__preview .glsr-review,
body.sm-theme-light .sm-title-reviews__preview .site-review {
	background: #f7f9fd;
	border-color: rgba(30, 38, 58, 0.1);
}

.sm-title-reviews__summary,
.sm-title-reviews__hint {
	min-width: 0;
}

.sm-title-reviews__hint {
	margin-top: 10px;
	color: var(--sm-muted);
	font-size: 0.92rem;
}

.sm-reviews-drawer[hidden] {
	display: none;
}

.sm-reviews-drawer {
	position: fixed;
	inset: 0;
	z-index: 80;
}

.sm-reviews-drawer__overlay {
	position: absolute;
	inset: 0;
	background: rgba(5, 5, 12, 0.66);
	backdrop-filter: blur(4px);
	animation: smReviewsOverlayIn 180ms ease both;
}

.sm-reviews-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: min(560px, calc(100vw - 24px));
	height: 100%;
	padding: 26px;
	overflow-y: auto;
	border-left: 1px solid var(--sm-line);
	background: rgba(27, 27, 43, 0.98);
	box-shadow: -24px 0 80px rgba(0, 0, 0, 0.42);
	animation: smReviewsDrawerIn 220ms ease both;
}

@keyframes smReviewsOverlayIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes smReviewsDrawerIn {
	from {
		transform: translateX(100%);
	}

	to {
		transform: translateX(0);
	}
}

body.sm-theme-light .sm-reviews-drawer__panel {
	background: rgba(255, 255, 255, 0.98);
	border-color: rgba(30, 38, 58, 0.12);
}

.sm-reviews-drawer__header {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.sm-reviews-drawer__header h2 {
	margin: 0;
}

.sm-reviews-drawer__close {
	display: inline-grid;
	width: 40px;
	height: 40px;
	padding: 0;
	place-items: center;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.06);
	color: var(--sm-text);
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
}

.sm-reviews-drawer__summary,
.sm-reviews-drawer__list,
.sm-reviews-drawer__form-drawer {
	min-width: 0;
}

.sm-reviews-drawer__summary + .sm-reviews-drawer__list,
.sm-reviews-drawer__list + .sm-reviews-drawer__form-drawer,
.sm-reviews-drawer__summary + .sm-reviews-drawer__form-drawer {
	margin-top: 22px;
	padding-top: 22px;
	border-top: 1px solid var(--sm-line);
}

.sm-reviews-drawer__form-drawer summary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid transparent;
	border-radius: var(--sm-radius);
	background: linear-gradient(135deg, var(--sm-pink), #9d55ff 48%, var(--sm-cyan));
	color: #fff;
	font-weight: 800;
	cursor: pointer;
	list-style: none;
	box-shadow: 0 0 30px rgba(255, 62, 165, 0.2);
}

.sm-reviews-drawer__form-drawer summary::-webkit-details-marker {
	display: none;
}

.sm-reviews-drawer__form-drawer summary::after {
	content: "+";
	margin-left: 10px;
	font-weight: 900;
}

.sm-reviews-drawer__form-drawer[open] summary::after {
	content: "-";
}

.sm-reviews-drawer__form {
	margin-top: 18px;
}

.sm-title-relations {
	margin-top: 36px;
	padding: 24px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(27, 27, 43, 0.76);
	box-shadow: var(--sm-shadow);
}

body.sm-theme-light .sm-title-relations {
	background: #fff;
	border-color: rgba(30, 38, 58, 0.12);
	box-shadow: 0 18px 48px rgba(31, 42, 68, 0.1);
}

.sm-title-buybox {
	margin-top: 36px;
	padding: 26px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background:
		radial-gradient(circle at 82% 12%, rgba(255, 62, 165, 0.12), transparent 34%),
		radial-gradient(circle at 18% 86%, rgba(37, 230, 255, 0.1), transparent 32%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
		rgba(19, 19, 31, 0.78);
	box-shadow: var(--sm-shadow);
}

body.sm-theme-light .sm-title-buybox {
	background: #fff;
	border-color: rgba(30, 38, 58, 0.12);
	box-shadow: 0 18px 48px rgba(31, 42, 68, 0.1);
}

.sm-title-buybox__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sm-title-buybox__header h2 {
	margin: 0;
	font-size: clamp(1.35rem, 3vw, 2rem);
	line-height: 1.1;
}

.sm-buybox-widget-wrap {
	width: min(920px, 100%);
	margin-inline: auto;
	padding: 0;
	color: #111827;
	color-scheme: light;
}

body.sm-theme-light .sm-buybox-widget-wrap {
	color: #111827;
}

.sm-buybox-widget-wrap .bb-widget {
	min-height: 120px;
	padding: 16px;
	overflow: hidden;
	border: 1px solid rgba(214, 219, 230, 0.95);
	border-radius: var(--sm-radius);
	background: #f6f8fb;
	color: #111827;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.sm-buybox-widget-wrap .bb-widget,
.sm-buybox-widget-wrap .bb-widget * {
	color-scheme: light;
}

.sm-title-relations h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: clamp(1.35rem, 3vw, 2rem);
	line-height: 1.1;
}

.sm-relation-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
}

.sm-relation-tabs button {
	min-height: 40px;
	padding: 0 16px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.06);
	color: var(--sm-text);
	font-weight: 800;
	cursor: pointer;
}

body.sm-theme-light .sm-relation-tabs button {
	background: #f1f5fb;
	border-color: rgba(30, 38, 58, 0.12);
}

body.sm-theme-light .sm-relation-tabs button.is-active,
body.sm-theme-light .sm-segmented button.is-active,
body.sm-theme-light .sm-segmented a.is-active,
body.sm-theme-light .sm-calendar-tabs button.is-active {
	background: linear-gradient(135deg, #0ea5c7, #2f63d8);
	color: #fff;
}

.sm-relation-tabs button.is-active {
	border-color: rgba(37, 230, 255, 0.46);
	background: linear-gradient(135deg, var(--sm-cyan), #2d63ff);
	color: #fff;
}

.sm-title-relation-groups {
	min-width: 0;
}

.sm-title-relation-group {
	display: none;
}

.sm-title-relation-group.is-active {
	display: block;
}

.sm-title-relation-scroller {
	position: relative;
}

.sm-title-relation-row {
	display: flex;
	gap: 18px;
	overflow-x: auto;
	padding-bottom: 12px;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	scrollbar-color: rgba(37, 230, 255, 0.55) transparent;
}

.sm-title-relation-row .sm-title-card {
	width: 220px;
	min-width: 220px;
	scroll-snap-align: start;
}

.sm-title-relation-row .sm-title-card__cover {
	aspect-ratio: 2 / 3;
}

.sm-relation-arrow {
	position: absolute;
	top: 42%;
	z-index: 5;
	display: none;
	width: 44px;
	height: 54px;
	border: 1px solid rgba(37, 230, 255, 0.38);
	border-radius: var(--sm-radius);
	background: rgba(12, 12, 18, 0.86);
	color: #fff;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
	box-shadow: var(--sm-shadow);
	transform: translateY(-50%);
}

body.sm-theme-light .sm-relation-arrow {
	background: rgba(255, 255, 255, 0.96);
	color: var(--sm-text);
	border-color: rgba(8, 126, 164, 0.24);
}

.sm-title-relation-scroller.has-overflow .sm-relation-arrow {
	display: grid;
	place-items: center;
}

.sm-relation-arrow--prev {
	left: -18px;
}

.sm-relation-arrow--next {
	right: -18px;
}

.sm-relation-arrow:disabled {
	opacity: 0.28;
	cursor: default;
}

.sm-title-facts {
	padding: 18px;
}

.sm-title-facts dl {
	display: grid;
	gap: 0;
	margin: 18px 0 0;
}

.sm-meta-row {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	gap: 16px;
	padding: 12px 0;
	border-top: 1px solid var(--sm-line);
}

.sm-meta-row dt {
	color: var(--sm-muted);
	font-size: 0.82rem;
	font-weight: 800;
}

.sm-meta-row dd {
	margin: 0;
	color: var(--sm-text);
}

.sm-pagination {
	margin-top: 28px;
}

.sm-catalog-results .sm-pagination {
	display: flex;
	justify-content: center;
}

.sm-pagination .nav-links,
.sm-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.sm-pagination a,
.sm-pagination span {
	display: inline-grid;
	min-width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.04);
	font-weight: 800;
}

.sm-pagination .current {
	border-color: rgba(255, 62, 165, 0.5);
	background: rgba(255, 62, 165, 0.18);
}

.sm-calendar-dashboard,
.sm-full-calendar {
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(27, 27, 43, 0.76);
	box-shadow: var(--sm-shadow);
}

body.sm-theme-light .sm-calendar-dashboard,
body.sm-theme-light .sm-full-calendar {
	background: rgba(255, 255, 255, 0.9);
}

.sm-calendar-dashboard {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
	gap: 28px;
	padding: 26px;
	margin-bottom: 28px;
}

.sm-calendar-dashboard--lines {
	grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.8fr);
	gap: 20px 30px;
}

.sm-calendar-dashboard__heading {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.sm-calendar-dashboard__heading h2 {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 0.96rem;
	line-height: 1.2;
}

.sm-calendar-stats-toggle {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	justify-content: flex-end;
}

.sm-calendar-stats-toggle__label {
	color: var(--sm-muted);
	font-size: 0.86rem;
	font-weight: 900;
}

.sm-calendar-stats-toggle button {
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.06);
	color: var(--sm-text);
	font-weight: 900;
	cursor: pointer;
}

.sm-calendar-stats-toggle button.is-active {
	border-color: rgba(37, 230, 255, 0.58);
	background: linear-gradient(135deg, var(--sm-cyan), #3f6bff);
	color: #fff;
}

body.sm-theme-light .sm-calendar-stats-toggle button {
	background: #f5f7fb;
}

.sm-calendar-stats-panel {
	display: none;
}

.sm-calendar-stats-panel.is-active {
	display: block;
}

.sm-calendar-chart h2,
.sm-calendar-chart h3,
.sm-full-calendar h2 {
	margin: 0 0 20px;
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: clamp(1.3rem, 3vw, 1.8rem);
	line-height: 1.1;
}

.sm-calendar-dashboard--lines .sm-calendar-chart h3,
.sm-calendar-dashboard--bars .sm-calendar-chart h3 {
	margin-bottom: 14px;
	font-size: clamp(1rem, 2vw, 1.25rem);
	text-align: center;
}

.sm-month-chart {
	display: grid;
	grid-template-columns: repeat(12, minmax(54px, 1fr));
	align-items: end;
	gap: 10px;
	min-height: 300px;
	padding: 18px 8px 0;
	border-left: 1px solid var(--sm-line);
	border-bottom: 1px solid var(--sm-line);
	background:
		linear-gradient(to top, var(--sm-line) 1px, transparent 1px) 0 0 / 100% 20%;
}

.sm-month-chart__item {
	display: grid;
	align-items: end;
	gap: 10px;
	height: 100%;
	text-align: center;
}

.sm-month-chart__bar {
	position: relative;
	display: grid;
	align-items: end;
	min-height: 220px;
}

.sm-month-chart__bar::before {
	display: block;
	width: 100%;
	height: max(6px, calc(var(--sm-chart-value) * 100%));
	border-radius: 8px 8px 0 0;
	background: linear-gradient(180deg, var(--sm-pink), var(--sm-cyan));
	content: "";
}

.sm-month-chart__bar span {
	position: absolute;
	right: 0;
	left: 0;
	bottom: calc(max(6px, var(--sm-chart-value) * 100%) + 8px);
	color: var(--sm-muted);
	font-size: 0.78rem;
	font-weight: 800;
}

.sm-month-chart__item strong {
	color: var(--sm-muted);
	font-size: 0.78rem;
	white-space: nowrap;
	transform: rotate(-28deg);
	transform-origin: top center;
}

.sm-type-chart {
	display: grid;
	gap: 14px;
}

.sm-type-chart__item {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr) 40px;
	align-items: center;
	gap: 12px;
}

.sm-type-chart__item strong,
.sm-type-chart__item em {
	color: var(--sm-muted);
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 800;
}

.sm-type-chart__track {
	height: 16px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
}

body.sm-theme-light .sm-type-chart__track {
	background: #e9edf3;
}

.sm-type-chart__track span {
	display: block;
	width: calc(var(--sm-chart-value) * 100%);
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--sm-cyan), #2d63ff);
}

.sm-line-chart {
	min-width: 0;
}

.sm-line-chart__viewport {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.sm-line-chart svg {
	display: block;
	width: 100%;
	min-width: 640px;
	height: auto;
}

.sm-line-chart__grid {
	stroke: var(--sm-line);
	stroke-width: 1;
}

.sm-line-chart__axis-line {
	stroke: rgba(255, 255, 255, 0.18);
	stroke-width: 1;
}

.sm-line-chart__axis,
.sm-line-chart__month {
	fill: var(--sm-muted);
	font-size: 11px;
	font-weight: 800;
}

.sm-line-chart__month {
	text-anchor: middle;
}

.sm-line-chart__path {
	fill: none;
	stroke: var(--sm-series-color);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.8;
	filter: drop-shadow(0 0 8px color-mix(in srgb, var(--sm-series-color) 45%, transparent));
}

.sm-line-chart__point {
	fill: var(--sm-panel);
	stroke: var(--sm-series-color);
	stroke-width: 2.4;
}

.sm-line-chart__legend {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 14px;
	margin-top: 10px;
}

.sm-line-chart__legend span,
.sm-donut-chart__item span,
.sm-donut-chart__item strong {
	color: var(--sm-muted);
	font-size: 0.78rem;
	font-weight: 800;
}

.sm-line-chart__legend span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.sm-line-chart__legend span::before,
.sm-donut-chart__item span::before {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--sm-series-color);
	box-shadow: 0 0 12px color-mix(in srgb, var(--sm-series-color) 50%, transparent);
	content: "";
}

.sm-donut-chart {
	display: grid;
	grid-template-columns: minmax(150px, 210px) minmax(150px, 1fr);
	align-items: center;
	gap: 20px;
}

.sm-donut-chart__ring {
	position: relative;
	display: grid;
	aspect-ratio: 1;
	width: min(210px, 100%);
	place-items: center;
	border-radius: 999px;
	background: var(--sm-donut-gradient);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 20px 60px rgba(0, 0, 0, 0.2);
}

.sm-donut-chart__ring::after {
	position: absolute;
	inset: 23%;
	border-radius: inherit;
	background: var(--sm-panel);
	box-shadow: inset 0 0 0 1px var(--sm-line);
	content: "";
}

.sm-donut-chart__ring span {
	position: relative;
	z-index: 1;
	color: var(--sm-text);
	font-family: "Space Grotesk", Inter, sans-serif;
	font-size: clamp(1.1rem, 2.5vw, 1.65rem);
	font-weight: 900;
}

.sm-donut-chart__legend {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.sm-donut-chart__item {
	display: grid;
	grid-template-columns: minmax(92px, 1fr) minmax(28px, auto);
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.sm-donut-chart__item span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.sm-donut-chart__item strong {
	color: var(--sm-text);
	text-align: right;
	white-space: nowrap;
}

body.sm-theme-light .sm-line-chart__axis-line {
	stroke: rgba(30, 38, 58, 0.18);
}

body.sm-theme-light .sm-line-chart__point,
body.sm-theme-light .sm-donut-chart__ring::after {
	fill: var(--sm-panel);
	background: var(--sm-panel);
}

@media (min-width: 721px) and (max-width: 1400px) {
	.sm-calendar-dashboard--lines,
	.sm-calendar-dashboard--bars {
		grid-template-columns: 1fr;
	}

	.sm-calendar-dashboard--lines .sm-calendar-chart--donut,
	.sm-calendar-dashboard--bars .sm-calendar-chart--bars-type {
		max-width: 720px;
		margin-inline: auto;
		width: 100%;
	}

	.sm-calendar-dashboard--lines .sm-donut-chart {
		grid-template-columns: minmax(170px, 240px) minmax(180px, 1fr);
	}
}

.sm-full-calendar {
	padding: 26px;
}

.sm-full-calendar__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.sm-full-calendar__header p {
	margin: 0;
	color: var(--sm-muted);
	font-weight: 800;
}

.sm-full-calendar-filters {
	display: grid;
	gap: 14px;
	margin-bottom: 20px;
}

.sm-full-calendar-filter {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.sm-full-calendar-filter span {
	width: 82px;
	color: var(--sm-muted);
	font-weight: 900;
}

.sm-full-calendar-filter button {
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.06);
	color: var(--sm-text);
	font-weight: 800;
	cursor: pointer;
}

body.sm-theme-light .sm-full-calendar-filter button {
	background: #eef2f8;
}

.sm-full-calendar-filter button.is-active {
	border-color: rgba(37, 230, 255, 0.48);
	background: linear-gradient(135deg, var(--sm-cyan), #2d63ff);
	color: #fff;
}

.sm-full-calendar-viewbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--sm-line);
}

.sm-full-calendar-viewbar__label {
	color: var(--sm-muted);
	font-weight: 900;
}

.sm-full-calendar-viewbar button {
	position: relative;
	min-height: 44px;
	padding: 0 4px;
	border: 0;
	background: transparent;
	color: var(--sm-muted);
	font: inherit;
	font-weight: 900;
	cursor: pointer;
}

.sm-full-calendar-viewbar button::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--sm-cyan), var(--sm-pink));
	content: "";
	opacity: 0;
	transform: scaleX(0.6);
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.sm-full-calendar-viewbar button.is-active {
	color: var(--sm-text);
}

.sm-full-calendar-viewbar button.is-active::after,
.sm-full-calendar-viewbar button:hover::after {
	opacity: 1;
	transform: scaleX(1);
}

.sm-full-calendar-panel[hidden],
.sm-release-card[hidden],
.sm-release-month[hidden],
.sm-release-day__item[hidden] {
	display: none !important;
}

.sm-release-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.sm-release-card {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 16px;
	min-height: 178px;
	padding: 16px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.055);
}

body.sm-theme-light .sm-release-card {
	background: #fff;
	box-shadow: 0 16px 34px rgba(31, 42, 68, 0.07);
}

.sm-release-card__cover {
	display: block;
	overflow: hidden;
	align-self: start;
	aspect-ratio: 2 / 3;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
}

.sm-release-card__cover .sm-cover__image,
.sm-release-card__cover .sm-cover__placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sm-release-card__cover .sm-cover__placeholder {
	min-height: 0;
}

.sm-release-card__content {
	display: grid;
	align-content: start;
	gap: 8px;
	min-width: 0;
}

.sm-release-card h3 {
	margin: 0;
	font-size: clamp(1rem, 1.6vw, 1.18rem);
	line-height: 1.18;
}

.sm-release-card__subtitle,
.sm-release-card__meta {
	margin: 0;
	color: var(--sm-muted);
	font-weight: 800;
}

.sm-release-card__meta {
	display: grid;
	gap: 4px;
}

.sm-release-card__meta strong {
	color: var(--sm-text);
	white-space: nowrap;
}

.sm-release-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.sm-release-card__badges span {
	padding: 4px 9px;
	border-radius: 999px;
	background: rgba(37, 230, 255, 0.12);
	color: var(--sm-cyan);
	font-size: 0.78rem;
	font-weight: 900;
}

.sm-release-card__badges span:nth-child(even) {
	background: rgba(98, 245, 167, 0.14);
	color: #8cffbf;
}

body.sm-theme-light .sm-release-card__badges span:nth-child(even) {
	color: #18794e;
}

.sm-release-months {
	overflow-x: auto;
	padding-bottom: 4px;
	-webkit-overflow-scrolling: touch;
}

.sm-release-month {
	min-width: 860px;
}

.sm-release-month__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 18px;
}

.sm-release-month__heading h3 {
	margin: 0;
	font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.sm-release-month__weekdays,
.sm-release-month__grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 10px;
}

.sm-release-month__weekdays {
	margin-bottom: 10px;
	color: var(--sm-muted);
	font-weight: 900;
	text-align: center;
}

.sm-release-day {
	display: grid;
	align-content: start;
	gap: 8px;
	min-height: 126px;
	padding: 12px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	background: rgba(255, 255, 255, 0.035);
}

body.sm-theme-light .sm-release-day {
	background: #fff;
	box-shadow: 0 10px 24px rgba(31, 42, 68, 0.05);
}

.sm-release-day--empty {
	background: rgba(255, 255, 255, 0.015);
	box-shadow: none;
}

.sm-release-day.has-visible-releases {
	border-color: rgba(79, 207, 255, 0.28);
	background: rgba(79, 207, 255, 0.08);
}

body.sm-theme-light .sm-release-day.has-visible-releases {
	background: #eef9ff;
}

.sm-release-day__number {
	color: var(--sm-muted);
	font-weight: 900;
}

.sm-release-day__items {
	display: grid;
	gap: 6px;
}

.sm-release-day__item {
	overflow: hidden;
	padding: 6px 8px;
	border-radius: 8px;
	background: rgba(37, 230, 255, 0.12);
	color: var(--sm-text);
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1.2;
	text-overflow: ellipsis;
}

.sm-release-day__count {
	align-self: end;
	color: var(--sm-cyan);
	font-size: 0.82rem;
	font-weight: 900;
}

.sm-full-calendar-view-empty {
	margin: 0;
	padding: 24px;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
	color: var(--sm-muted);
	font-weight: 900;
	text-align: center;
}

.sm-full-calendar-table-wrap {
	max-height: 930px;
	overflow: auto;
	border: 1px solid var(--sm-line);
	border-radius: var(--sm-radius);
}

.sm-full-calendar-table {
	width: 100%;
	min-width: 1040px;
	border-collapse: collapse;
}

.sm-full-calendar-table th,
.sm-full-calendar-table td {
	padding: 14px 16px;
	border-bottom: 1px solid var(--sm-line);
	text-align: left;
	vertical-align: middle;
}

.sm-full-calendar-table thead th {
	position: sticky;
	top: 0;
	z-index: 2;
	background: rgba(27, 27, 43, 0.98);
	color: var(--sm-muted);
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
}

body.sm-theme-light .sm-full-calendar-table thead th {
	background: #eef2f8;
}

.sm-full-calendar-table__title {
	min-width: 260px;
	font-weight: 900;
}

.sm-full-calendar-empty td {
	color: var(--sm-muted);
}

.sm-full-calendar-count {
	margin: 16px 0 0;
	color: var(--sm-muted);
	font-weight: 800;
}

@media (max-width: 1180px) {
	.sm-release-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.sm-release-card-grid {
		grid-template-columns: 1fr;
	}

	.sm-release-card {
		grid-template-columns: 78px minmax(0, 1fr);
		min-height: 148px;
		padding: 12px;
	}

	.sm-release-card__badges span {
		font-size: 0.72rem;
	}

	.sm-release-month {
		min-width: 760px;
	}
}

.sm-sidebar {
	display: grid;
	gap: 18px;
}

.sm-sidebar .widget {
	padding: 18px;
}

.widget-title {
	margin: 0 0 10px;
	font-size: 1.1rem;
}

.sm-footer {
	border-top: 1px solid var(--sm-line);
	background: rgba(10, 10, 16, 0.74);
}

body.sm-theme-light .sm-footer {
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 -14px 40px rgba(31, 42, 68, 0.06);
}

.sm-footer__inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	padding: 30px 0;
	color: var(--sm-muted);
}

.sm-footer__brand {
	max-width: 560px;
}

.sm-footer strong {
	color: var(--sm-text);
}

.sm-footer p {
	margin: 6px 0 0;
}

.sm-footer__nav .menu {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.sm-footer__widgets {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	padding: 0 0 28px;
	color: var(--sm-muted);
}

.sm-footer__widget-column {
	min-width: 0;
}

.sm-footer__widgets .widget {
	margin: 0 0 18px;
}

.sm-footer__widgets .widget:last-child {
	margin-bottom: 0;
}

.sm-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 0 24px;
	border-top: 1px solid var(--sm-line);
	color: var(--sm-muted);
	font-size: 0.9rem;
}

@media (max-width: 980px) {
	.sm-grid--titles {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sm-grid--title-taxonomy {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.sm-taxonomy-base-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sm-grid--posts,
	.sm-hero__grid,
	.sm-title-layout,
	.sm-content-layout {
		grid-template-columns: 1fr;
	}

	.sm-catalog-layout {
		grid-template-columns: 1fr;
	}

	.sm-release-columns {
		grid-template-columns: 1fr;
	}

	.sm-home-news__heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.sm-home-news__side {
		justify-items: end;
		width: min(420px, 100%);
		max-width: 100%;
		margin-left: auto;
	}

	.sm-home-news__tabs {
		align-self: flex-end;
		margin-left: 0;
		max-width: 100%;
		overflow-x: auto;
	}

	.sm-home-news-card {
		grid-template-columns: 1fr;
	}

	.sm-home-news-card__image {
		grid-column: auto;
		grid-row: auto;
		width: min(260px, 100%);
	}

	.sm-extra-release-card {
		flex-basis: 160px;
	}

	.sm-calendar-dashboard {
		grid-template-columns: 1fr;
	}

	.sm-calendar-dashboard--lines {
		grid-template-columns: 1fr;
	}

	.sm-blog-featured,
	.sm-blog-layout,
	.sm-blog-single-hero .sm-shell {
		grid-template-columns: 1fr;
	}

	.sm-publisher-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sm-series-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sm-publisher-term-hero__grid {
		grid-template-columns: 1fr;
	}

	.sm-series-term-hero__grid {
		grid-template-columns: 1fr;
	}

	.sm-taxonomy-base-filters {
		grid-template-columns: repeat(2, minmax(180px, 1fr)) auto auto;
		width: 100%;
		margin-left: 0;
	}

	.sm-author-grid,
	.sm-project-grid,
	.sm-project-preview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sm-project-single-hero__grid {
		grid-template-columns: 1fr;
	}

	.sm-anime-single-layout,
	.sm-special-single-layout {
		grid-template-columns: 1fr;
	}

	.sm-anime-facts,
	.sm-special-facts {
		position: static;
	}

	.sm-footer__widgets {
		grid-template-columns: 1fr;
	}

	.sm-blog-sidebar {
		order: -1;
	}

	.sm-blog-tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.sm-blog-tabs a {
		flex: 0 0 auto;
	}

	.sm-month-chart {
		overflow-x: auto;
	}

	.sm-donut-chart {
		grid-template-columns: minmax(150px, 220px) minmax(180px, 1fr);
	}

	.sm-catalog-sidebar {
		position: static;
	}
}

@media (max-width: 1280px) {
	.sm-header__inner {
		width: var(--sm-shell);
		gap: 14px;
	}

	.sm-header--split-nav .sm-header__inner {
		grid-template-columns: minmax(220px, 1fr) minmax(260px, 420px) auto;
		gap: 0 18px;
	}

	.sm-header--split-nav .sm-nav .menu {
		gap: clamp(8px, 2.5vw, 34px);
	}

	.sm-header--split-nav .sm-nav a {
		padding-inline: 12px;
		font-size: 0.9rem;
	}

	.sm-brand {
		gap: 10px;
	}

	.sm-brand__mark {
		flex-basis: 40px;
		width: 40px;
		height: 40px;
	}

	.sm-brand__text span {
		font-size: 0.98rem;
	}

	.sm-brand__text small {
		display: none;
	}

	.sm-nav .menu {
		gap: 2px;
	}

	.sm-nav a {
		min-height: 38px;
		padding: 0 9px;
		font-size: 0.92rem;
	}

	.sm-header-search {
		flex-basis: min(34vw, 360px);
		min-width: 220px;
	}

	.sm-theme-toggle {
		min-height: 38px;
		padding: 0 10px;
	}
}

@media (max-width: 720px) {
	:root {
		--sm-shell: min(100vw - 24px, 1180px);
	}

	html,
	body {
		max-width: 100%;
		overflow-x: hidden;
	}

	.sm-home-news {
		padding-top: 34px;
	}

	.sm-home-news__heading h2 {
		font-size: 2.25rem;
	}

	.sm-home-news__tabs {
		max-width: 100%;
		border-radius: var(--sm-radius);
	}

	.sm-home-news__side,
	.sm-home-news-latest {
		width: min(420px, 100%);
		max-width: 100%;
	}

	.sm-home-news__tabs a {
		flex: 0 0 auto;
		min-height: 36px;
		padding-inline: 14px;
	}

	.sm-home-news-card {
		padding: 16px;
	}

	.sm-home-news-card h3 {
		font-size: 1.35rem;
	}

	.sm-header__inner {
		flex-wrap: wrap;
		min-height: 68px;
		gap: 10px 12px;
		padding-block: 10px;
	}

	.sm-header--split-nav .sm-header__inner {
		display: flex;
		width: var(--sm-shell);
		gap: 10px 12px;
		padding-block: 10px;
	}

	.sm-header--split-nav .sm-nav {
		width: auto;
		margin-top: 0;
		padding: 10px;
		border-top: 1px solid var(--sm-line);
	}

	.sm-brand {
		flex: 1 1 100%;
		gap: 10px;
	}

	.sm-brand__mark {
		flex-basis: 44px;
		width: 44px;
		height: 44px;
	}

	.sm-brand__text {
		max-width: calc(100vw - 110px);
	}

	.sm-brand__text span {
		font-size: 1rem;
	}

	.sm-brand__text small {
		display: none;
	}

	.sm-nav-toggle {
		display: inline-flex;
		min-height: 40px;
		padding-inline: 14px;
	}

	.sm-nav {
		position: absolute;
		top: 100%;
		right: 12px;
		left: 12px;
		display: none;
		padding: 10px;
		border: 1px solid var(--sm-line);
		border-radius: var(--sm-radius);
		background: rgba(16, 16, 24, 0.97);
		box-shadow: var(--sm-shadow);
	}

	.sm-nav.is-open {
		display: block;
	}

	.sm-theme-toggle {
		order: 4;
		margin-left: auto;
		min-height: 40px;
		padding-inline: 12px;
	}

	.sm-nav-toggle {
		order: 2;
		flex: 0 0 auto;
	}

	.sm-header-search {
		order: 3;
		flex: 1 1 0;
		flex-basis: 0;
		min-width: 0;
	}

	.sm-header-search input[type="search"],
	.sm-header-search .search-field {
		min-height: 42px;
		font-size: 0.95rem;
	}

	.sm-nav .menu {
		display: grid;
		gap: 4px;
	}

	.sm-nav .menu .menu-item {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
	}

	.sm-nav .menu-item-has-children::after {
		display: none;
	}

	.sm-nav a {
		width: 100%;
	}

	.sm-submenu-toggle {
		width: 40px;
		height: 40px;
		margin-left: 0;
		background: rgba(255, 255, 255, 0.04);
	}

	.sm-nav .sub-menu {
		position: static;
		grid-column: 1 / -1;
		display: none;
		min-width: 0;
		margin: 2px 0 8px 10px;
		padding: 6px;
		border-color: rgba(255, 255, 255, 0.08);
		background: rgba(255, 255, 255, 0.04);
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
		visibility: visible;
		transition: none;
	}

	.sm-nav .sub-menu .sub-menu {
		position: static;
		margin-left: 10px;
	}

	.sm-nav .sub-menu .menu-item-has-children > a {
		padding-right: 12px;
	}

	.sm-nav .sub-menu .sm-submenu-toggle {
		position: static;
		width: 40px;
		height: 40px;
	}

	.sm-nav .sub-menu .sm-submenu-toggle span[aria-hidden="true"] {
		transform: translateY(-2px) rotate(45deg);
	}

	.sm-nav .sub-menu .menu-item-has-children:hover > .sm-submenu-toggle span[aria-hidden="true"],
	.sm-nav .sub-menu .menu-item-has-children:focus-within > .sm-submenu-toggle span[aria-hidden="true"],
	.sm-nav .sub-menu .menu-item-has-children.is-submenu-open > .sm-submenu-toggle span[aria-hidden="true"] {
		transform: translateY(2px) rotate(225deg);
	}

	body.sm-theme-light .sm-nav .sub-menu {
		border-color: rgba(30, 38, 58, 0.1);
		background: rgba(244, 248, 253, 0.86);
		box-shadow: none;
	}

	.sm-nav .menu-item-has-children:hover > .sub-menu,
	.sm-nav .menu-item-has-children:focus-within > .sub-menu {
		display: none;
	}

	.sm-nav .menu-item-has-children.is-submenu-open > .sub-menu {
		display: grid;
	}

	.sm-publishers-hero,
	.sm-authors-hero,
	.sm-series-hero,
	.sm-projects-hero {
		padding: 24px 0 22px;
	}

	.sm-breadcrumbs {
		gap: 5px;
		margin-bottom: 16px;
		font-size: 0.95rem;
	}

	.sm-publishers-hero h1,
	.sm-authors-hero h1,
	.sm-series-hero h1,
	.sm-projects-hero h1 {
		font-size: clamp(2.25rem, 11vw, 3.35rem);
		line-height: 1.04;
	}

	.sm-publishers-hero p,
	.sm-authors-hero p,
	.sm-series-hero p,
	.sm-projects-hero p {
		margin-top: 10px;
		font-size: 1rem;
		line-height: 1.45;
	}

	.sm-hero {
		padding-top: 44px;
	}

	.sm-hero__grid,
	.sm-title-hero__grid {
		grid-template-columns: 1fr;
	}

	.sm-hero__panel {
		margin-top: 0;
	}

	.sm-title-single,
	.sm-title-hero,
	.sm-title-hero__grid,
	.sm-title-hero__content,
	.sm-title-layout,
	.sm-title-layout--single,
	.sm-title-layout > *,
	.sm-prose {
		min-width: 0;
		max-width: 100%;
	}

	.sm-title-hero__cover {
		width: min(100%, 280px);
		max-width: 280px;
		margin-inline: auto;
	}

	.sm-title-hero__content h1 {
		font-size: clamp(2rem, 10vw, min(2.9rem, var(--sm-title-hero-heading-size, 4.6rem)));
		overflow-wrap: anywhere;
	}

	.sm-title-subtitle,
	.sm-title-hero__tags {
		max-width: 100%;
	}

	.sm-title-share {
		display: flex;
		width: fit-content;
		max-width: 100%;
		overflow-x: auto;
	}

	.sm-title-share > * {
		max-width: 100%;
	}

	.sm-title-test-actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.sm-title-test-action {
		justify-content: flex-start;
		width: 100%;
	}

	.sm-title-test-popup {
		padding: 12px;
	}

	.sm-title-test-popup__header,
	.sm-title-test-popup__content {
		padding: 18px;
	}

	.sm-grid--titles,
	.sm-grid--title-taxonomy,
	.sm-taxonomy-base-grid,
	.sm-publisher-grid,
	.sm-author-grid,
	.sm-series-grid,
	.sm-project-grid,
	.sm-project-preview,
	.sm-grid--posts,
	.sm-grid--posts-2 {
		grid-template-columns: 1fr;
	}

	.sm-taxonomy-base-filters {
		grid-template-columns: 1fr;
	}

	.sm-taxonomy-base-filters .sm-button {
		justify-content: center;
		width: 100%;
	}

	.sm-blog-hero .sm-shell {
		display: grid;
	}

	.sm-blog-featured {
		min-height: 0;
	}

	.sm-blog-featured__media {
		min-height: 240px;
		order: -1;
	}

	.sm-blog-list-card {
		grid-template-columns: 1fr;
	}

	.sm-blog-list-card__media {
		min-height: 220px;
	}

	.sm-blog-article {
		padding: 18px;
	}

	.sm-calendar-dashboard,
	.sm-full-calendar {
		min-width: 0;
		padding: 16px;
		overflow: hidden;
	}

	.sm-calendar-chart {
		min-width: 0;
	}

	.sm-calendar-dashboard__heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.sm-calendar-stats-toggle {
		justify-content: flex-start;
		width: 100%;
	}

	.sm-month-chart {
		grid-template-columns: repeat(12, minmax(20px, 1fr));
		gap: 5px;
		min-height: 220px;
		padding-inline: 4px;
	}

	.sm-line-chart svg {
		min-width: 560px;
	}

	.sm-donut-chart {
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.sm-donut-chart__legend {
		width: 100%;
	}

	.sm-month-chart__bar {
		min-height: 150px;
	}

	.sm-month-chart__bar span,
	.sm-month-chart__item strong {
		font-size: 0.68rem;
	}

	.sm-type-chart__item {
		grid-template-columns: minmax(78px, 0.8fr) minmax(0, 1fr) 30px;
		gap: 8px;
	}

	.sm-type-chart__item strong,
	.sm-type-chart__item em {
		font-size: 0.82rem;
	}

	.sm-publisher-filters,
	.sm-author-filters,
	.sm-series-filters,
	.sm-project-filters {
		grid-template-columns: 1fr;
	}

	.sm-publisher-card,
	.sm-author-card,
	.sm-series-card,
	.sm-project-card {
		min-height: 0;
	}

	.sm-publisher-card,
	.sm-author-card {
		padding: 18px;
	}

	.sm-publisher-term-hero {
		padding: 28px 0 24px;
	}

	.sm-series-term-hero {
		padding: 28px 0 24px;
	}

	.sm-publisher-term-summary {
		padding: 18px;
	}

	.sm-series-term-showcase,
	.sm-series-term-description {
		padding: 18px;
	}

	.sm-publisher-term-cover {
		flex-basis: 92px;
	}

	.sm-series-term-showcase {
		min-height: 280px;
		padding: 20px;
	}

	.sm-series-term-showcase__covers {
		min-height: 220px;
	}

	.sm-series-term-cover {
		flex-basis: 102px;
		margin-right: -56px;
	}

	.sm-project-single-hero__media {
		min-height: 210px;
	}

	.sm-title-info-panel,
	.sm-title-series,
	.sm-title-buybox,
	.sm-title-relations,
	.sm-title-reviews {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		padding: 18px;
		overflow: hidden;
	}

	.sm-title-info-panel__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.sm-title-info-panel__actions {
		width: 100%;
		justify-content: flex-start;
	}

	.sm-title-info-panel__actions > * {
		flex: 1 1 150px;
	}

	.sm-title-series__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.sm-title-series .sm-title-series__single-term,
	.sm-title-series__tabs button {
		flex-basis: 100%;
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	.sm-title-series-card {
		flex-basis: 136px;
	}

	.sm-title-buybox__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.sm-buybox-widget-wrap .bb-widget {
		padding: 10px;
	}

	.sm-title-reviews__header {
		align-items: start;
		flex-direction: column;
	}

	.sm-reviews-drawer__panel,
	.sm-issue-drawer__panel {
		top: auto;
		bottom: 0;
		width: 100%;
		height: min(86vh, 760px);
		padding: 20px;
		border-top: 1px solid var(--sm-line);
		border-left: 0;
		border-radius: var(--sm-radius) var(--sm-radius) 0 0;
		animation-name: smReviewsSheetIn;
	}

	@keyframes smReviewsSheetIn {
		from {
			transform: translateY(100%);
		}

		to {
			transform: translateY(0);
		}
	}

	.sm-title-info-panel__header {
		align-items: start;
		flex-direction: column;
	}

	.sm-title-info-table-wrap {
		max-width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.sm-title-info-table,
	.sm-title-info-table--1,
	.sm-title-info-table--2 {
		min-width: 0;
		width: 100%;
		table-layout: auto;
	}

	.sm-title-info-table,
	.sm-title-info-table thead,
	.sm-title-info-table tbody,
	.sm-title-info-table tr,
	.sm-title-info-table th,
	.sm-title-info-table td {
		display: block;
	}

	.sm-title-info-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
	}

	.sm-title-info-table tr {
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.sm-title-info-table tr:last-child {
		border-bottom: 0;
	}

	.sm-title-info-table th,
	.sm-title-info-table td,
	.sm-title-info-table--1 tbody th,
	.sm-title-info-table--1 tbody td,
	.sm-title-info-table--2 tbody th,
	.sm-title-info-table--2 tbody td {
		width: 100%;
		border-bottom: 0;
	}

	.sm-title-info-table__label {
		align-items: flex-start;
		padding-bottom: 6px;
	}

	.sm-title-info-table__value {
		padding-top: 0;
	}

	.sm-title-info-table__empty {
		display: none;
	}

	.sm-section__heading,
	.sm-footer__inner,
	.sm-footer__bottom {
		align-items: start;
		flex-direction: column;
	}

	.sm-filter-form__actions {
		grid-template-columns: 1fr;
	}

	.sm-panel-section {
		padding: 16px;
	}

	.sm-floating-contact,
	.sm-floating-contact--left {
		right: 16px;
		bottom: 16px;
		left: 16px;
		justify-items: stretch;
	}

	.sm-floating-contact__button {
		justify-content: center;
		width: 100%;
	}

	.sm-floating-contact__panel,
	.sm-floating-contact--left .sm-floating-contact__panel {
		right: 0;
		left: 0;
		width: 100%;
		max-height: min(70vh, calc(100vh - 104px));
	}

	.sm-release-calendar__header,
	.sm-release-column__header,
	.sm-full-calendar__header {
		align-items: start;
		flex-direction: column;
	}

	.sm-release-calendar__controls {
		justify-items: start;
	}

	.sm-calendar-dashboard,
	.sm-full-calendar {
		padding: 16px;
	}

	.sm-month-chart {
		grid-template-columns: repeat(12, minmax(20px, 1fr));
	}

	.sm-full-calendar-filter span {
		width: 100%;
	}

	.sm-extra-release-card {
		flex-basis: 148px;
	}

	.sm-meta-row {
		grid-template-columns: 1fr;
		gap: 4px;
	}
}

/* Safari/WebKit form normalization. Keep this near the end to win over section styles. */
.sm-header-search input[type="search"],
.sm-header-search .search-field,
.sm-filter-form input:not([type="checkbox"]):not([type="radio"]),
.sm-filter-form select,
.sm-blog-search input,
.sm-publisher-filters select,
.sm-author-filters select,
.sm-series-filters input,
.sm-series-filters select,
.sm-project-filters select,
.sm-taxonomy-base-filters input,
.sm-taxonomy-base-filters select,
.sm-issue-drawer__form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.sm-issue-drawer__form select,
.sm-issue-drawer__form textarea,
.sm-floating-contact__form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.sm-floating-contact__form select,
.sm-floating-contact__form textarea {
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	border-radius: var(--sm-radius);
	color: var(--sm-text);
	font: inherit;
	line-height: 1.25;
}

.sm-header-search input[type="search"],
.sm-header-search .search-field {
	height: 42px;
	min-height: 42px;
	line-height: 42px;
	-webkit-text-size-adjust: 100%;
}

.sm-filter-form select,
.sm-publisher-filters select,
.sm-author-filters select,
.sm-series-filters select,
.sm-project-filters select,
.sm-taxonomy-base-filters select,
.sm-issue-drawer__form select,
.sm-floating-contact__form select {
	padding-right: 42px;
	background-image:
		linear-gradient(45deg, transparent 50%, currentColor 50%),
		linear-gradient(135deg, currentColor 50%, transparent 50%);
	background-position:
		calc(100% - 20px) 50%,
		calc(100% - 14px) 50%;
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.sm-filter-form select,
.sm-publisher-filters select,
.sm-author-filters select,
.sm-series-filters select,
.sm-project-filters select,
.sm-taxonomy-base-filters select {
	background-color: rgba(255, 255, 255, 0.07);
}

.sm-filter-form input::placeholder,
.sm-blog-search input::placeholder,
.sm-series-filters input::placeholder,
.sm-taxonomy-base-filters input::placeholder,
.sm-issue-drawer__form input::placeholder,
.sm-issue-drawer__form textarea::placeholder,
.sm-floating-contact__form input::placeholder,
.sm-floating-contact__form textarea::placeholder {
	color: var(--sm-muted);
	opacity: 1;
}

body.sm-theme-light .sm-filter-form select,
body.sm-theme-light .sm-publisher-filters select,
body.sm-theme-light .sm-author-filters select,
body.sm-theme-light .sm-series-filters select,
body.sm-theme-light .sm-project-filters select,
body.sm-theme-light .sm-taxonomy-base-filters select {
	background-color: #fff;
}
