﻿/**
 * meta_one.css — кастомные виджеты (сайдбар, hero-dock онлайн, промо)
 * Подключается после meta.css. Новые правки сюда, не в meta.css.
 */

/* Панель: меню → промо (простой столбец, прокрутка одной зоной) */
.meta-sidebar--gc .gc-sidebar-nav-panel {
	display: flex;
	flex-direction: column;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.meta-sidebar--gc .gc-sidebar-nav-panel .gx_nav_links {
	position: relative;
	z-index: 2;
	flex: 0 0 auto;
	min-height: auto;
	max-height: none;
	overflow: visible;
}

.meta-sidebar--gc .gc-sidebar-nav-panel__extra {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 0 0 auto;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	overflow: visible;
}

/* Заголовок-бар как на макете (жёлтая полоска + белый/золотой текст) */
.meta-sidebar--gc .gx_sidebar_barhead {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px;
	padding: 10px 12px 10px 8px;
	border-radius: 10px 10px 0 0;
	background:
		linear-gradient(180deg, rgba(48, 36, 26, 0.92) 0%, rgba(24, 18, 14, 0.98) 100%);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-bottom-color: rgba(255, 255, 255, 0.04);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
	box-sizing: border-box;
}

.meta-sidebar--gc .gx_sidebar_barhead__accent {
	flex: 0 0 4px;
	width: 4px;
	height: 22px;
	border-radius: 999px;
	background: linear-gradient(180deg, #ffe066 0%, #f59e0b 100%);
	box-shadow: 0 0 10px rgba(245, 158, 11, 0.45);
}

.meta-sidebar--gc .gx_sidebar_barhead__title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0;
	margin: 0;
	padding: 0;
	font-family: "Montserrat", "Inter", system-ui, sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
}

.meta-sidebar--gc .gx_sidebar_barhead__title-main {
	color: #fff;
}

.meta-sidebar--gc .gx_sidebar_barhead__title-accent {
	color: #facc15;
	text-shadow: 0 0 12px rgba(250, 204, 21, 0.25);
}

/* Сайдбар: логотип + прокручиваемая панель (меню и промо ниже) */
@media (min-width: 992px) {
	.meta-sidebar-rail .meta-sidebar.meta-sidebar--gc {
		display: flex;
		flex-direction: column;
		height: 100vh;
		max-height: 100vh;
		overflow: hidden !important;
		overflow-x: hidden;
		padding-bottom: 10px;
		box-sizing: border-box;
	}

	.meta-sidebar-rail .meta-sidebar.meta-sidebar--gc .meta-brand {
		flex: 0 0 auto;
	}

	.meta-sidebar-rail .meta-sidebar.meta-sidebar--gc .gc-sidebar-nav-panel {
		flex: 1 1 auto;
		min-height: 0;
		display: flex;
		flex-direction: column;
		overflow-x: hidden;
		overflow-y: auto;
		margin-bottom: 8px;
	}

	.meta-sidebar-rail .meta-sidebar.meta-sidebar--gc .gx_nav_links,
	.meta-sidebar-rail .meta-sidebar.meta-sidebar--gc .gx_nav_links--gc {
		flex: 0 0 auto !important;
		min-height: auto !important;
		max-height: none !important;
		overflow: visible !important;
	}

	.meta-sidebar-rail .meta-sidebar.meta-sidebar--gc .gc-sidebar-nav-panel__extra {
		flex: 0 0 auto;
		min-height: auto;
		max-height: none;
		overflow: visible;
	}

	.meta-sidebar-rail .meta-sidebar.meta-sidebar--gc .meta-sidebar__bottom {
		flex: 0 0 auto;
	}
}

/* =============================================================================
   Hero dock: онлайн + промо (hero_online.tpl, slider.tpl)
   ============================================================================= */

.meta-stage .header_banner--cinematic .gc-hero-events--dock {
	position: absolute;
	top: clamp(16px, 3vh, 36px);
	right: clamp(14px, 2vw, 28px);
	bottom: clamp(72px, 11vh, 118px);
	width: min(360px, 32vw);
	max-width: 92%;
	z-index: 5;
	display: flex;
	flex-direction: column;
	min-height: 0;
	pointer-events: auto;
	border-radius: 12px;
	border: 1px solid rgba(234, 179, 8, 0.22);
	background: rgba(10, 12, 18, 0.55);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06);
	overflow: hidden;
	box-sizing: border-box;
}

.meta-stage .gc-hero-events--online {
	position: relative;
	border-color: rgba(234, 179, 8, 0.42);
	background: linear-gradient(
		165deg,
		rgba(18, 16, 10, 0.88) 0%,
		rgba(10, 12, 18, 0.78) 48%,
		rgba(14, 12, 8, 0.85) 100%
	);
	box-shadow:
		0 18px 48px rgba(0, 0, 0, 0.48),
		0 0 36px rgba(234, 179, 8, 0.14),
		inset 0 1px 0 rgba(255, 255, 255, 0.1),
		inset 0 0 0 1px rgba(234, 179, 8, 0.1);
}

.meta-stage .gc-hero-events--online .gc-hero-events__head {
	padding: 10px 12px;
	border-bottom-color: rgba(234, 179, 8, 0.2);
	background: linear-gradient(180deg, rgba(234, 179, 8, 0.08), transparent);
}

.meta-stage .gc-hero-online__title {
	margin: 0;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.25;
}

.meta-stage .gc-hero-online__title-main {
	color: #fff;
}

.meta-stage .gc-hero-online__title-accent {
	color: #facc15;
}

.meta-stage .gc-hero-online__count {
	margin-left: 6px;
	font-size: 1.15em;
	font-weight: 800;
	color: #ffd776;
	text-shadow: 0 0 14px rgba(255, 186, 69, 0.35);
}

.meta-stage .gc-hero-events--online .gc-hero-events__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	overflow: visible;
	padding: 10px 12px 12px;
}

.meta-stage .gc-hero-events--online .gx_online_avatars {
	display: flex;
	align-items: center;
	min-height: 42px;
}

.meta-stage .gc-hero-events--online .gx_online_list {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	min-width: 0;
}

.meta-stage .gc-hero-events--online .gx_online_list > script {
	display: none !important;
}

.meta-stage .gc-hero-events--online .gx_online_list .empty-element {
	margin: 0;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.45);
}

.meta-stage .gc-hero-events--online .gx-online-user,
.meta-stage .gc-hero-events--online #gx_online_list > .user_online_top {
	flex: 0 0 auto;
	display: block !important;
	position: relative;
	z-index: 1;
	transition: transform 0.2s ease, z-index 0s;
}

.meta-stage .gc-hero-events--online .gx-online-user:hover {
	z-index: 20;
	transform: translateY(-3px);
}

.meta-stage .gc-hero-events--online .gx-online-user--overflow {
	display: none !important;
}

.meta-stage .gc-hero-events--online .gx-online-user__card,
.meta-stage .gc-hero-events--online .users_chat_online {
	display: none !important;
}

.meta-stage .gc-hero-events--online .gx-online-user__chip,
.meta-stage .gc-hero-events--online .user_online_top,
.meta-stage .gc-hero-events--online #gx_online_list > .user_online_top > a {
	display: block !important;
	text-decoration: none !important;
	line-height: 0;
	position: relative;
}

.meta-stage .gc-hero-events--online .gx-online-user__avatar,
.meta-stage .gc-hero-events--online .user_online_img,
.meta-stage .gc-hero-events--online #gx_online_list > .user_online_top .user_online_img {
	width: 40px !important;
	height: 40px !important;
	margin: 0 !important;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	border: 2px solid rgba(12, 12, 16, 0.95);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.meta-stage .gc-hero-events--online .gx-online-user:hover .gx-online-user__avatar,
.meta-stage .gc-hero-events--online .gx-online-user:hover .user_online_img {
	border-color: rgba(255, 207, 79, 0.85);
	box-shadow: 0 6px 18px rgba(255, 186, 69, 0.25);
}

.meta-stage .gc-hero-events--online .gx-online-user:not(:first-child) .gx-online-user__avatar,
.meta-stage .gc-hero-events--online .gx-online-user:not(:first-child) .user_online_img,
.meta-stage .gc-hero-events--online #gx_online_list > .user_online_top:not(:first-child) .user_online_img {
	margin-left: -12px !important;
}

.meta-stage .gc-hero-events--online .gx-online-user__status {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--gx-role-color, #22c55e);
	border: 2px solid #0c0c10;
	pointer-events: none;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
}

.meta-stage .gc-hero-events--online .gx_online_more {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	margin-left: -6px;
	padding: 0 8px;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 800;
	color: rgba(255, 255, 255, 0.88);
	background: rgba(255, 255, 255, 0.06);
	border: 2px solid rgba(12, 12, 16, 0.95);
}

.meta-stage .gc-hero-events--online .gc-hero-online__users {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.meta-stage .gc-hero-events--online .gx_online_btn {
	margin-top: 0;
	align-self: flex-start;
}

.meta-stage .gc-hero-events--online .gc-hero-online__promo {
	margin-top: 2px;
	padding-top: 10px;
	border-top: 1px solid rgba(234, 179, 8, 0.18);
}

.meta-stage .gc-hero-events--online .gx_sidebar_promo {
	width: 100%;
	box-sizing: border-box;
}

.meta-stage .gc-hero-events--online .gx_sidebar_promo__inner {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.meta-stage .gc-hero-events--online .gx_dock_promo-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.meta-stage .gc-hero-events--online .gx_dock_promo-card {
	position: relative;
	display: block;
	min-height: 100px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(234, 179, 8, 0.2);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

/* Высота ТОЛЬКО баннера бонуса (slider.tpl → .gx_dock_promo-card--bonus) */
.meta-stage .gc-hero-events--online .gx_dock_promo-card--bonus {
	--gx-dock-promo-bonus-h: 120px;
	min-height: var(--gx-dock-promo-bonus-h);
}

.meta-stage .gc-hero-events--online .gx_dock_promo-card--bonus .gx_dock_promo-card__img,
.meta-stage .gc-hero-events--online .gx_dock_promo-card--bonus .gx_dock_promo-card__body {
	min-height: var(--gx-dock-promo-bonus-h);
}

.meta-stage .gc-hero-events--online .gx_dock_promo-card__bg {
	position: absolute;
	inset: 0;
	background-color: rgba(12, 14, 18, 0.9);
}

.meta-stage .gc-hero-events--online .gx_dock_promo-card__img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100px;
	object-fit: cover;
	object-position: center;
}

.meta-stage .gc-hero-events--online .gx_dock_promo-card__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 40%, rgba(8, 10, 14, 0.55) 100%);
	pointer-events: none;
}

.meta-stage .gc-hero-events--online .gx_dock_promo-card__body {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	min-height: 100px;
	padding: 10px 12px;
	box-sizing: border-box;
}

.meta-stage .gc-hero-events--online .gx_dock_promo-card__btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	padding: 5px 11px;
	border-radius: 999px;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none !important;
	white-space: nowrap;
	color: #0a0a0f !important;
	background: #facc15;
	border: none;
	box-shadow: 0 3px 10px rgba(250, 204, 21, 0.35);
	transition: filter 0.15s ease, transform 0.1s ease;
}

.meta-stage .gc-hero-events--online .gx_dock_promo-card__btn:hover {
	filter: brightness(1.08);
	transform: translateY(-1px);
	color: #0a0a0f !important;
}

/* Профиль: высота баннера (герой + обложка) */
.meta-profile__hero,
.meta-profile__hero-inner,
.meta-profile__hero-bg,
.meta-profile__hero-cover,
.meta-profile__hero #cover_banner,
.meta-profile__hero #cover_banner #cover-container {
	min-height: 300px;
}

/* Подсказка «сколько смен осталось» не обрезается баннером */
.meta-profile__hero {
	overflow: visible;
}

.meta-profile__hero-bg,
.meta-profile__hero #cover_banner,
.meta-profile__hero #cover_banner #cover-container {
	border-radius: 16px;
	overflow: hidden;
}

/* Профиль: карандаш в круге — слева, контрастная золотая кнопка */
.meta-profile__hero #cover_banner .cover-edit-btn,
.meta-profile__hero #cover_banner #cover-container .cover-edit-btn {
	position: absolute !important;
	top: 20px !important;
	right: auto !important;
	left: 30px !important;
	inset-inline-end: auto !important;
	width: 36px !important;
	height: 36px !important;
	min-width: 36px !important;
	max-width: 36px !important;
	margin: 0 !important;
	padding: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	overflow: visible !important;
	transform: none !important;
	z-index: 60 !important;
	pointer-events: auto !important;
	background: rgba(250, 204, 21, 0.92) !important;
	border: 1px solid rgba(255, 255, 255, 0.35) !important;
	box-shadow:
		0 0 0 1px rgba(0, 0, 0, 0.25),
		0 4px 14px rgba(250, 204, 21, 0.45),
		0 2px 8px rgba(0, 0, 0, 0.35) !important;
	backdrop-filter: blur(4px);
}

.meta-profile__hero #cover_banner .cover-edit-btn .cover-edit-icon,
.meta-profile__hero #cover_banner .cover-edit-btn .m-icon,
.meta-profile__hero #cover_banner .cover-edit-btn i {
	position: static !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
	transform: none !important;
	float: none !important;
	color: #0a0a0f !important;
	font-size: 16px !important;
}

.meta-profile__hero #cover_banner .cover-edit-btn .cover-tooltip {
	position: absolute;
	bottom: auto !important;
	top: calc(100% + 8px) !important;
	left: 50% !important;
	right: auto !important;
	transform: translateX(-50%) !important;
	margin: 0 !important;
	z-index: 200 !important;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	white-space: nowrap;
	background: #343a40 !important;
	color: #fff !important;
	padding: 6px 10px !important;
	border-radius: 6px !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
}

.meta-profile__hero #cover_banner .cover-edit-btn .cover-tooltip::after {
	top: auto !important;
	bottom: 100% !important;
	border-color: transparent transparent #343a40 transparent !important;
}

.meta-profile__hero #cover_banner .cover-edit-btn:hover .cover-tooltip {
	opacity: 1 !important;
	visibility: visible !important;
}

.meta-profile__hero #cover_banner .cover-edit-btn:hover {
	z-index: 200 !important;
	transform: scale(1.06) !important;
	background: #fde047 !important;
	border-color: rgba(255, 255, 255, 0.55) !important;
	box-shadow:
		0 0 0 1px rgba(0, 0, 0, 0.2),
		0 6px 18px rgba(250, 204, 21, 0.55),
		0 2px 10px rgba(0, 0, 0, 0.35) !important;
}

.meta-profile__hero #cover_banner .cover-edit-btn:hover .cover-edit-icon,
.meta-profile__hero #cover_banner .cover-edit-btn:hover .m-icon,
.meta-profile__hero #cover_banner .cover-edit-btn:hover i {
	transform: rotate(-15deg) !important;
	color: #0a0a0f !important;
}

/* Профиль: плёнка под баннером — картинка не затемняется на весь блок */
.meta-profile__hero-bg .meta-profile__hero-scrim {
	z-index: 1 !important;
	pointer-events: none;
}

.meta-profile__hero #cover_banner,
.meta-profile__hero #cover_banner #cover-container,
.meta-profile__hero #cover_banner .cover-image-container {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100% !important;
	min-height: 100% !important;
	margin: 0;
	border-radius: 0;
	pointer-events: none;
	z-index: 3 !important;
}

.meta-profile__hero .meta-profile__login,
.meta-profile__hero .meta-profile__identity,
.meta-profile__hero .meta-profile__meta {
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.75);
}

/* Профиль: «Купить доступ» — не перекрывается lvl и кнопками профиля */
.meta-profile__hero #cover_banner .cover-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: min(300px, calc(100% - 320px));
	z-index: 50;
	pointer-events: auto;
}

.meta-profile__hero #cover_banner .cover-container,
.meta-profile__hero #cover_banner .cover-btn {
	position: relative;
	z-index: 51;
	pointer-events: auto;
	cursor: pointer;
}

.meta-profile__hero-inner {
	position: relative;
	z-index: 4 !important;
	pointer-events: none;
}

.meta-profile__hero-inner a,
.meta-profile__hero-inner button,
.meta-profile__hero-inner input,
.meta-profile__hero-inner .meta-profile__btn,
.meta-profile__hero-inner [data-toggle],
.meta-profile__hero-inner [data-meta-profile-friend] {
	pointer-events: auto;
}

.meta-profile__hero .meta-profile__level-card,
.meta-profile__hero .meta-profile__hero-left,
.meta-profile__hero .meta-profile__hero-toolbar,
.meta-profile__hero .meta-profile__hero-bottom,
.meta-profile__hero .meta-profile__hero-bottom-content,
.meta-profile__hero .meta-profile__hero-primary,
.meta-profile__hero .meta-profile__hero-bottom-spacer {
	pointer-events: none;
}

/* Профиль: виджет digital_store на всю ширину, сетка карточек */
.meta-profile-digital-store {
	width: 100%;
	margin: 0 0 22px;
	min-width: 0;
}

.meta-profile-digital-store .ds-sales-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 12px;
	overflow-x: visible;
	overflow-y: visible;
	padding-bottom: 0;
}

.meta-profile-digital-store .ds-sale-card {
	flex: none;
	width: auto;
	max-width: none;
}

@media (max-width: 991.98px) {
	.meta-profile-digital-store .ds-sales-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 991.98px) {
	.meta-stage .header_banner--cinematic .gc-hero-events--dock {
		position: absolute;
		left: 12px;
		right: 12px;
		top: auto;
		bottom: clamp(120px, 20vh, 200px);
		width: auto;
		max-width: none;
		max-height: min(32vh, 280px);
		margin: 0;
	}
}

/* Универсальный barhead (магазин, виджеты) */
.meta-barhead {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin: 0;
	padding: 10px 12px 10px 8px;
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(48, 36, 26, 0.92) 0%, rgba(24, 18, 14, 0.98) 100%);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-bottom-color: rgba(255, 255, 255, 0.04);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
	box-sizing: border-box;
}

.meta-barhead__accent {
	flex: 0 0 4px;
	width: 4px;
	height: 22px;
	border-radius: 999px;
	background: linear-gradient(180deg, #ffe066 0%, #f59e0b 100%);
	box-shadow: 0 0 10px rgba(245, 158, 11, 0.45);
}

.meta-barhead__title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0;
	margin: 0;
	padding: 0;
	font-family: "Montserrat", "Inter", system-ui, sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
}

.meta-barhead__title-main {
	color: #fff;
}

.meta-barhead__title-accent {
	color: #facc15;
	text-shadow: 0 0 12px rgba(250, 204, 21, 0.25);
}

/* Заголовок страницы: магазин, поддержка и др. (тёмный + золото) */
.shopscontainer.meta-store-hero-title {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	min-height: 68px;
	margin: 0 0 20px;
	padding: 16px 28px 16px 20px;
	border-radius: 12px;
	overflow: hidden;
	box-sizing: border-box;
	background: linear-gradient(
		105deg,
		rgba(28, 22, 16, 0.98) 0%,
		rgba(18, 16, 12, 0.98) 45%,
		rgba(14, 14, 18, 0.98) 100%
	) !important;
	border: 1px solid rgba(234, 179, 8, 0.22);
	box-shadow:
		0 8px 28px rgba(0, 0, 0, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		inset 0 0 0 1px rgba(250, 204, 21, 0.06);
}

.shopscontainer.meta-store-hero-title::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(ellipse 55% 120% at 0% 50%, rgba(250, 204, 21, 0.12) 0%, transparent 62%),
		radial-gradient(ellipse 40% 80% at 100% 0%, rgba(255, 255, 255, 0.04) 0%, transparent 55%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, transparent 38%);
}

.shopscontainer.meta-store-hero-title::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.35;
	background-image: repeating-linear-gradient(
		-12deg,
		transparent,
		transparent 16px,
		rgba(234, 179, 8, 0.025) 16px,
		rgba(234, 179, 8, 0.025) 17px
	);
}

.meta-store-hero-title__stripe {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background: linear-gradient(180deg, #fef08a 0%, #facc15 45%, #f59e0b 100%);
	box-shadow: 0 0 16px rgba(250, 204, 21, 0.55);
	z-index: 2;
}

.meta-store-hero-title__text {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0;
	font-family: "Montserrat", "Inter", system-ui, sans-serif;
	font-size: clamp(20px, 2.4vw, 26px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
}

.meta-store-hero-title__main {
	color: #fff;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.meta-store-hero-title__gold {
	color: #facc15;
	text-shadow:
		0 0 16px rgba(250, 204, 21, 0.4),
		0 2px 8px rgba(0, 0, 0, 0.35);
}

.meta-store-hero-title__text--topic {
	white-space: normal;
	font-size: clamp(16px, 2vw, 22px);
	letter-spacing: 0.06em;
	line-height: 1.35;
	max-width: 100%;
}

@media (max-width: 575.98px) {
	.shopscontainer.meta-store-hero-title {
		min-height: 56px;
		padding: 12px 16px;
	}

	.meta-store-hero-title__text {
		font-size: 15px;
		letter-spacing: 0.08em;
		white-space: normal;
	}
}

/* Поддержка: кнопки с иконками */
.meta-support-actions .meta-support-btn,
a.meta-support-btn,
button.meta-support-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 12px !important;
	width: 100%;
	min-height: 48px;
	font-weight: 800 !important;
	letter-spacing: 0.04em;
	text-decoration: none !important;
	text-align: center !important;
	line-height: 1.2 !important;
}

/* Иконка в span — meta.css не считает её прямым child, убираем лишний псевдо-круг */
.meta-body .meta-support-actions .meta-support-btn::before,
.meta-body a.meta-support-btn::before,
.meta-body button.meta-support-btn::before {
	content: none !important;
	display: none !important;
}

.meta-support-btn__ico {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	background: rgba(10, 10, 14, 0.28);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.meta-support-btn__ico iconify-icon,
.meta-support-btn__ico .bx {
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	font-size: 20px !important;
	line-height: 1 !important;
	color: inherit !important;
	--iconify-color: currentColor;
}

.meta-support-btn__ico .bx::before {
	display: block;
}

.meta-support-btn__label {
	flex: 0 0 auto;
	text-align: center;
}

.meta-support-actions .meta-support-btn--gold,
a.meta-support-btn.meta-support-btn--gold,
button.meta-support-btn.meta-support-btn--gold {
	background: linear-gradient(90deg, #fef9c3 0%, #fde047 28%, #eab308 62%, #ca8a04 100%) !important;
	color: #0a0a0f !important;
	border: 1px solid rgba(234, 179, 8, 0.55) !important;
	box-shadow: 0 6px 18px rgba(234, 179, 8, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.35) !important;
	border-radius: var(--meta-btn-shape, 22px 5px 22px 5px) !important;
	padding: 10px 16px !important;
}

.meta-support-actions .meta-support-btn--gold:hover,
a.meta-support-btn.meta-support-btn--gold:hover,
button.meta-support-btn.meta-support-btn--gold:hover {
	filter: brightness(1.06);
	color: #0a0a0f !important;
}

.meta-support-actions .meta-support-btn--gold .meta-support-btn__ico,
a.meta-support-btn.meta-support-btn--gold .meta-support-btn__ico {
	color: #0a0a0f !important;
}

.meta-support-btn--inline {
	width: auto !important;
}

.meta-support-actions .meta-support-btn--ghost,
a.meta-support-btn.meta-support-btn--ghost {
	background: linear-gradient(165deg, rgba(28, 22, 16, 0.98), rgba(14, 14, 18, 0.98)) !important;
	color: #fff !important;
	border: 1px solid rgba(234, 179, 8, 0.4) !important;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
	border-radius: var(--meta-btn-shape, 22px 5px 22px 5px) !important;
	padding: 10px 16px !important;
}

.meta-support-actions .meta-support-btn--ghost:hover,
a.meta-support-btn.meta-support-btn--ghost:hover {
	background: rgba(234, 179, 8, 0.12) !important;
	border-color: rgba(234, 179, 8, 0.55) !important;
	color: #fde047 !important;
}

.meta-support-actions .meta-support-btn--ghost .meta-support-btn__ico,
a.meta-support-btn.meta-support-btn--ghost .meta-support-btn__ico {
	background: rgba(250, 204, 21, 0.18);
	border: 1px solid rgba(234, 179, 8, 0.35);
	color: #facc15 !important;
}

/* Поддержка: заголовки блоков с золотой иконкой */
.card-profile-head--gold {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 14px;
	padding: 0;
}

.card-profile-head--gold .card-profile-head-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: linear-gradient(135deg, rgba(250, 204, 21, 0.22) 0%, rgba(245, 158, 11, 0.1) 100%);
	border: 1px solid rgba(234, 179, 8, 0.38);
	box-shadow: 0 0 14px rgba(250, 204, 21, 0.15);
	color: #facc15;
}

.card-profile-head--gold .card-profile-head-icon iconify-icon,
.card-profile-head--gold .card-profile-head-icon svg,
.card-profile-head--gold .card-profile-head-icon .bx {
	color: #facc15 !important;
	fill: #facc15 !important;
	stroke: #facc15 !important;
	font-size: 20px;
	line-height: 1;
}

.card-profile-head--gold .card-profile-head-title {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", "Inter", system-ui, sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #fff;
	text-transform: none;
}
