

:root {
	--plk-sidebar-w: 260px;
	--plk-bg: #101113;
	--plk-sidebar-bg: #0a0a0c;
	--plk-bg-elevated: #18191b;
	--plk-bg-hover: rgba(255, 255, 255, 0.06);
	--plk-bg-active: rgba(255, 255, 255, 0.1);
	--plk-text: #eff3f7;
	--plk-text-muted: rgba(255, 255, 255, 0.55);
	--plk-text-faint: rgba(255, 255, 255, 0.38);
	--plk-pill-bg: #ffffff;
	--plk-pill-fg: #18191b;
	--plk-radius: 5px;
	--plk-radius-pill: 999px;
	--plk-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	--plk-font-clock: 'Orbitron', ui-sans-serif, system-ui, sans-serif;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Base ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
body.plk-ui {
	font-family: var(--plk-font);
	color-scheme: dark;
	background: var(--plk-bg) !important;
	color: var(--plk-text);
	--sidebar-w: var(--plk-sidebar-w);
	--bg: var(--plk-bg);
	--bg-darker: var(--plk-bg-elevated);
	--bg-darkest: #141416;
	--bg-black: var(--plk-bg-elevated);
	--tt: var(--plk-text);
	--tt-fade: var(--plk-text-muted);
	--tt-fade-0: rgba(255, 255, 255, 0.72);
	--bdc: transparent;
	--accent: #ffffff;
	--ui-bg-btn: #ffffff;
	--ui-tt-btn: #18191b;
	--ui-bg-inp: rgba(255, 255, 255, 0.06);
	--max-width: none;
}

body.plk-ui.lt {
	--plk-bg: #fbfbfb;
	--plk-bg-elevated: #ffffff;
	--plk-bg-hover: rgba(0, 0, 0, 0.04);
	--plk-bg-active: rgba(0, 0, 0, 0.07);
	--plk-text: #18191b;
	--plk-text-muted: rgba(24, 25, 27, 0.55);
	--plk-pill-bg: #18191b;
	--plk-pill-fg: #eff3f7;
	--bg: var(--plk-bg);
	--bg-darker: var(--plk-bg-elevated);
	--bg-black: #ffffff;
	--tt: var(--plk-text);
	--tt-fade: var(--plk-text-muted);
}

body.plk-ui *,
body.plk-ui *::before,
body.plk-ui *::after {
	border-color: transparent;
}

body.plk-ui .header {
	display: none !important;
}

body.plk-ui.has-branding {
	padding-top: 0;
}

body.plk-ui .wrapper,
body.plk-ui .wrapper__container,
body.plk-ui .wrapper__container--main,
body.plk-ui .plk-main {
	background: transparent;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ App shell ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
body.plk-ui .plk-app {
	display: block;
	min-height: 100vh;
}

body.plk-ui.lt {
	--plk-bg: #101113;
	--plk-sidebar-bg: #0a0a0c;
	--plk-bg-elevated: #18191b;
	--plk-text: #eff3f7;
	--plk-text-muted: rgba(255, 255, 255, 0.55);
	--plk-pill-bg: #ffffff;
	--plk-pill-fg: #18191b;
}

@media screen and (min-width: 1220px) {
	body.plk-ui .plk-sidebar {
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		width: var(--plk-sidebar-w);
		z-index: 200;
		background: var(--plk-sidebar-bg);
		border-right: none;
	}

	body.plk-ui .plk-main {
		margin-left: var(--plk-sidebar-w);
		width: calc(100% - var(--plk-sidebar-w));
		max-width: none;
		min-height: 100vh;
		display: flex;
		flex-direction: column;
	}

	body.plk-ui .plk-main > .footer,
	body.plk-ui .wrapper--all > .footer {
		margin-left: var(--plk-sidebar-w);
		width: calc(100% - var(--plk-sidebar-w));
	}
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Sidebar ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
body.plk-ui .plk-sidebar .sidebar__rail {
	display: flex;
	flex-direction: column;
	padding: 20px 14px 16px;
	height: 100vh;
	min-height: 100vh;
	background: var(--plk-sidebar-bg);
	border: none;
}

body.plk-ui .sidebar__brand-logo {
	display: block;
	padding: 4px 8px 0;
	margin-bottom: 52px;
}

body.plk-ui .sidebar__brand-logo img {
	position: static;
	translate: none;
	max-height: 35px;
	width: auto;
}

body.plk-ui .sidebar__profile {
	padding: 0 8px 18px;
	margin-bottom: 6px;
	border: none;
}

body.plk-ui .sidebar__profile-link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px;
	border-radius: 14px;
	color: var(--plk-text);
	text-decoration: none;
	transition: background 0.15s;
}

body.plk-ui .sidebar__profile-link:hover {
	background: var(--plk-bg-hover);
}

body.plk-ui .sidebar__profile-ava {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	background: var(--plk-bg-elevated);
}

body.plk-ui .sidebar__profile-ava--guest {
	display: grid;
	place-items: center;
	font-size: 18px;
	color: var(--plk-text-muted);
}

body.plk-ui .sidebar__profile-name {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.plk-ui .sidebar__profile-handle {
	font-size: 12px;
	color: var(--plk-text-muted);
	margin-top: 2px;
}

body.plk-ui .sb-menu--rail > li + li {
	margin-top: 2px;
}

body.plk-ui .sb-menu--rail > li > a {
	width: 100%;
	height: 42px;
	margin: 0;
	padding: 0 12px;
	justify-content: flex-start;
	gap: 12px;
	border-radius: 12px;
	color: var(--plk-text-muted);
	font-size: 14px;
	font-weight: 500;
	border: none;
}

body.plk-ui .sb-menu--rail > li > a::before {
	width: 20px !important;
	font-size: 17px !important;
	text-align: center;
	opacity: 0.85;
}

body.plk-ui .sb-menu--rail .sb-menu__label {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 500;
}

body.plk-ui .sb-menu--rail .is-active > a,
body.plk-ui .sb-menu--rail > li > a.is-active {
	background: var(--plk-bg-active);
	color: var(--plk-text);
	border: none;
}

body.plk-ui .sb-menu--rail > li > a:hover {
	background: var(--plk-bg-hover);
	color: var(--plk-text);
}

body.plk-ui .sb-menu--rail > li.catalog-nav-open > a {
	background: var(--plk-pill-bg);
	color: var(--plk-pill-fg);
}

body.plk-ui .plk-sidebar__friends {
	margin-top: 18px;
	padding: 14px 8px 0;
	border: none;
}

body.plk-ui .plk-sidebar__friends-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

body.plk-ui .plk-sidebar__friends-title {
	font-size: 13px;
	font-weight: 600;
	color: var(--plk-text);
}

body.plk-ui .plk-sidebar__friends-all {
	font-size: 12px;
	color: var(--plk-text-muted);
	text-decoration: none;
}

body.plk-ui .plk-sidebar__friends-empty {
	font-size: 12px;
	color: var(--plk-text-faint);
	line-height: 1.4;
}

body.plk-ui .sidebar__rail-foot {
	display: block;
	padding: 14px 10px 0;
	margin-top: auto;
	border: none;
}

body.plk-ui .plk-sidebar-promo__card {
	position: relative;
	overflow: hidden;
	padding: 18px 14px 14px;
	border-radius: 16px;
	background: var(--plk-bg-elevated, #18191b);
	text-align: center;
}

body.plk-ui .plk-sidebar-promo__glow {
	position: absolute;
	top: -70px;
	left: 50%;
	width: 190px;
	height: 140px;
	transform: translateX(-50%);
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.14) 0%, transparent 72%);
	pointer-events: none;
}

body.plk-ui .plk-sidebar-promo__icon {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 10px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.08);
	font-size: 20px;
	color: var(--plk-text, #eff3f7);
}

body.plk-ui .plk-sidebar-promo__title {
	position: relative;
	z-index: 1;
	margin: 0 0 12px;
	font-size: 13px;
	line-height: 1.35;
	color: var(--plk-text-muted, rgba(255, 255, 255, 0.55));
}

body.plk-ui .plk-sidebar-promo__title strong {
	color: var(--plk-text, #eff3f7);
	font-weight: 600;
}

body.plk-ui .plk-sidebar-promo__btn {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 38px;
	padding: 0 14px;
	border-radius: var(--plk-radius-pill, 999px);
	background: var(--plk-bg-hover, rgba(255, 255, 255, 0.08));
	color: var(--plk-text, #eff3f7);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.12s ease;
}

body.plk-ui .plk-sidebar-promo__btn:hover {
	background: var(--plk-bg-active, rgba(255, 255, 255, 0.12));
}

body.plk-ui .sidebar__theme-btn,
body.plk-ui .sidebar__rail-foot .sidebar__rail-item {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	color: var(--plk-text-muted);
	background: none;
	border: none;
	font-size: 17px;
	transition: background 0.15s, color 0.15s;
}

body.plk-ui .sidebar__theme-btn:hover,
body.plk-ui .sidebar__rail-foot .sidebar__rail-item:hover {
	background: var(--plk-bg-hover);
	color: var(--plk-text);
}

@media screen and (min-width: 1220px) and (hover: hover) {
	body.plk-ui .sb-menu--rail > li > a[title]:hover::after,
	body.plk-ui .sidebar__rail-item[title]:hover::after {
		display: none !important;
	}
}

body.plk-ui .plk-topbar > .plk-topbar__logo-clone {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ TOPBAR (plkapp copy) ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
body.plk-ui .plk-topbar {
	position: sticky;
	top: 0;
	z-index: 200;
	background: var(--plk-bg);
	padding: 11px 24px;
	border: none;
	isolation: isolate;
}

body.plk-ui .overlay {
	z-index: 140 !important;
	background: rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(8px);
}

/* ÃƒÂÃ…Â¸ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Âº ÃƒÂÃ‚Â² Ãƒâ€˜Ã‹â€ ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂºÃƒÂÃ‚Âµ: ÃƒÂÃ‚Â·ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ÃƒÂÃ‚Â½Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡, ÃƒÂÃ‚Â½ÃƒÂÃ‚Âµ Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â³ÃƒÂÃ‚Â°Ãƒâ€˜Ã‚Â Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚ÂºÃƒâ€˜Ã†â€™ ÃƒÂÃ‚Â¸ dropdown */
body.plk-ui.search-dropdown-open .plk-main {
	position: relative;
}

body.plk-ui.search-dropdown-open .plk-main::after {
	content: '';
	position: fixed;
	inset: 0;
	left: 0;
	z-index: 150;
	background: rgba(0, 0, 0, 0.62);
	pointer-events: auto;
}

@media screen and (min-width: 1220px) {
	body.plk-ui.search-dropdown-open .plk-main::after {
		left: var(--plk-sidebar-w);
	}
}

body.plk-ui.search-dropdown-open .plk-topbar {
	position: sticky;
	z-index: 220;
	background: var(--plk-bg);
}

body.plk-ui.search-dropdown-open .plk-topbar__search-wrap {
	position: relative;
	z-index: 221;
}

body.plk-ui.search-dropdown-open .plk-topbar__dropdown,
body.plk-ui.search-dropdown-open .search-dropdown {
	z-index: 222;
	background: var(--plk-bg-elevated);
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
	backdrop-filter: none;
	filter: none;
}

body.plk-ui.search-dropdown-open .plk-topbar__search-input,
body.plk-ui.search-dropdown-open .search-block__input {
	position: relative;
	z-index: 221;
	background: var(--plk-bg-elevated);
	filter: none;
}

@media screen and (min-width: 1220px) {
	body.plk-ui.search-dropdown-open .plk-topbar__search-wrap {
		flex: 0 1 680px;
		max-width: 680px;
		transition: max-width 0.25s ease, flex-basis 0.25s ease;
	}

	body.plk-ui .plk-topbar__search-wrap {
		transition: max-width 0.25s ease, flex-basis 0.25s ease;
	}
}

body.plk-ui .plk-search-drop__label {
	margin: 0 0 12px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--plk-text-faint);
}

body.plk-ui .plk-search-drop__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

body.plk-ui .plk-search-drop__item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 12px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.04);
	color: inherit;
	text-decoration: none;
	transition: background 0.15s ease, transform 0.15s ease;
}

body.plk-ui .plk-search-drop__item:hover {
	background: rgba(255, 255, 255, 0.08);
	transform: translateY(-1px);
}

body.plk-ui .plk-search-drop__item.is-active,
body.plk-ui .plk-search-drop__item.active {
	background: rgba(255, 255, 255, 0.12);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

body.plk-ui .plk-search-drop__icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	font-size: 15px;
	flex-shrink: 0;
	background: rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.07);
}

body.plk-ui .plk-search-drop__item:hover .plk-search-drop__icon {
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.78);
}

body.plk-ui .plk-search-drop__item.is-active .plk-search-drop__icon,
body.plk-ui .plk-search-drop__item.active .plk-search-drop__icon {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.14);
}

body.plk-ui .plk-search-drop__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

body.plk-ui .plk-search-drop__name {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
}

body.plk-ui .plk-search-drop__hint {
	font-size: 11px;
	color: var(--plk-text-muted);
	line-height: 1.2;
}

/* Search page ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â full-height filter sidebar */
body.plk-ui.is-search-page .plk-search-page__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 0 28px;
	align-items: start;
	width: 100%;
}

body.plk-ui.is-search-page .plk-search-page__main {
	min-width: 0;
}

body.plk-ui.is-search-page .plk-search-page__aside {
	align-self: start;
}

body.plk-ui .overlay.active {
	display: block;
	opacity: 1;
	visibility: visible;
}

body.plk-ui .plk-topbar__search-wrap {
	position: relative;
	z-index: 210;
	min-width: 0;
	width: 100%;
	max-width: 480px;
	justify-self: start;
}

body.plk-ui .plk-topbar__search {
	position: relative;
	display: block;
	width: 100%;
}

body.plk-ui .plk-topbar__row {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
}

body.plk-ui .plk-topbar__menu {
	display: none;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: var(--plk-bg-hover);
	color: var(--plk-text);
	border: none;
	font-size: 18px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

body.plk-ui .plk-topbar__search-wrap {
	flex: 0 1 480px;
	max-width: 480px;
	min-width: 0;
}

body.plk-ui .plk-topbar__actions {
	margin-left: auto;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	flex-wrap: nowrap;
}

body.plk-ui .plk-topbar__dropdown,
body.plk-ui .search-dropdown {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	padding: 16px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-6px);
	transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
	z-index: 220;
	margin-top: 0;
	border-radius: 16px;
	background: var(--plk-bg-elevated);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
	border: none;
}

body.plk-ui .plk-topbar__dropdown.active,
body.plk-ui .search-dropdown.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

body.plk-ui .search-dropdown .dropdown-label {
	color: var(--plk-text-muted);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 12px;
}

body.plk-ui .search-dropdown .category-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

body.plk-ui .sidebar__profile {
	display: none !important;
}

body.plk-ui .footer__inner {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	box-sizing: border-box;
}

body.plk-ui .footer.plk-footer {
	margin-top: 56px;
	padding: 0;
	background: var(--plk-sidebar-bg);
	border: none;
}

body.plk-ui .plk-footer__wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 0px 28px;
	box-sizing: border-box;
}

body.plk-ui .plk-footer__top {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.9fr);
	gap: 40px 48px;
	padding-bottom: 32px;
	background: linear-gradient(90deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02), rgba(255,255,255,0.07));
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: bottom;
}

body.plk-ui .plk-footer__brand {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

body.plk-ui .plk-footer__logo img {
	display: block;
	height: 30px;
	width: auto;
	opacity: 0.95;
}

body.plk-ui .plk-footer__desc {
	margin: 0;
	max-width: 320px;
	font-size: 13px;
	line-height: 1.55;
	color: var(--plk-text-muted);
}

body.plk-ui .plk-footer__columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px 32px;
}

body.plk-ui .plk-footer__col-title {
	margin: 0 0 12px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--plk-text-faint);
}

body.plk-ui .plk-footer__links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

body.plk-ui .plk-footer__links a {
	font-size: 13px;
	font-weight: 500;
	color: var(--plk-text-muted);
	text-decoration: none;
	transition: color 0.15s;
}

body.plk-ui .plk-footer__links a:hover {
	color: var(--plk-text);
}

body.plk-ui .plk-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	padding-top: 22px;
}

body.plk-ui .plk-footer__copy {
	font-size: 12px;
	color: var(--plk-text-faint);
}

body.plk-ui .plk-footer__copy a {
	color: var(--plk-text-muted);
	text-decoration: none;
}

body.plk-ui .plk-footer__copy a:hover {
	color: var(--plk-text);
}

body.plk-ui .plk-footer__tg {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--plk-text-muted);
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.15s, color 0.15s;
}

body.plk-ui .plk-footer__tg::before {
	font-size: 14px;
}

body.plk-ui .plk-footer__tg:hover {
	background: rgba(255, 255, 255, 0.1);
	color: var(--plk-text);
}

body.plk-ui .footer__btm {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

body.plk-ui .plk-topbar__search-icon {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	color: var(--plk-text-muted);
	pointer-events: none;
	z-index: 2;
}

body.plk-ui .plk-topbar__search-input,
body.plk-ui .plk-topbar__search-input:focus,
body.plk-ui .search-block__input {
	width: 100%;
	height: 44px;
	padding: 0 18px 0 46px;
	border-radius: var(--plk-radius-pill);
	background: rgba(255, 255, 255, 0.06) !important;
	color: var(--plk-text) !important;
	border: none !important;
	box-shadow: none !important;
	font-size: 14px;
	font-family: var(--plk-font);
	line-height: 44px;
}

body.plk-ui.lt .plk-topbar__search-input,
body.plk-ui.lt .search-block__input {
	background: rgba(0, 0, 0, 0.05) !important;
}

body.plk-ui .plk-topbar__search-input::placeholder {
	color: var(--plk-text-muted);
	opacity: 1;
}

body.plk-ui .search-block__btn {
	display: none;
}

body.plk-ui .plk-topbar__tools {
	display: flex;
	align-items: center;
	gap: 8px !important;
	flex-wrap: nowrap;
}

body.plk-ui .plk-topbar__clock {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	align-self: center;
}

body.plk-ui .plk-topbar__tools .header__bonus {
	display: none;
}

body.plk-ui .plk-topbar__tools .header__btn1,
body.plk-ui .plk-topbar__tools .header__notify > button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: transparent;
	color: var(--plk-text-muted);
	font-size: 18px;
	border: none;
	padding: 0;
}

body.plk-ui .plk-topbar__leaderboard {
	height: 40px;
	min-width: 40px;
	border-radius: var(--plk-radius-pill, 999px);
	background: transparent;
	color: var(--plk-text-muted);
	font-size: 14px;
	font-weight: 600;
	border: none;
	padding: 0 14px 0 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
	flex: 0 0 auto;
	line-height: 1;
	white-space: nowrap;
}

body.plk-ui .plk-topbar__leaderboard-icon {
	font-size: 16px;
	line-height: 1;
}

body.plk-ui .plk-topbar__leaderboard-text {
	display: inline;
}

body.plk-ui .plk-topbar__leaderboard:hover {
	background: var(--plk-bg-hover);
	color: var(--plk-text);
}

body.plk-ui .plk-topbar__tools .header__btn1:hover,
body.plk-ui .plk-topbar__tools .header__notify > button:hover {
	background: var(--plk-bg-hover);
	color: var(--plk-text);
}

body.plk-ui .plk-topbar__tools .header__btn1 span {
	background: var(--plk-pill-bg);
	color: var(--plk-pill-fg);
	border: none;
}

body.plk-ui .plk-topbar__tools .header__ava {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: none;
}

body.plk-ui .plk-topbar__tools .header__login-menu,
body.plk-ui .plk-topbar__tools .plk-user-menu {
	position: absolute;
	z-index: 230;
	background-color: var(--plk-bg-elevated);
	border: none;
	border-radius: 16px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
	--tt: var(--plk-text);
	color: var(--plk-text);
	top: calc(100% + 10px);
	right: 0;
	width: min(300px, calc(100vw - 24px));
	padding: 0;
	overflow: hidden;
	opacity: 1;
	visibility: visible;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

body.plk-ui .plk-topbar__tools .header__login-menu.is-open,
body.plk-ui .plk-topbar__tools .plk-user-menu.is-open {
	display: block;
	opacity: 1 !important;
}

body.plk-ui .plk-user-menu__head {
	padding: 16px 16px 14px;
}

body.plk-ui .plk-user-menu__identity {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

body.plk-ui .plk-user-menu__ava {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	flex: none;
}

body.plk-ui .plk-user-menu__meta {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

body.plk-ui .plk-user-menu__name {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.25;
	color: var(--plk-text);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.plk-ui .plk-user-menu__group {
	font-size: 12px;
	line-height: 1.3;
	color: var(--plk-text-faint);
}

body.plk-ui .plk-user-menu__group * {
	font-size: inherit !important;
	font-weight: inherit !important;
	color: inherit !important;
}

body.plk-ui .plk-user-menu__bonus {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	margin-bottom: 12px;
	border-radius: 12px;
	background: var(--plk-bg-hover);
	color: var(--plk-text) !important;
	text-decoration: none !important;
	transition: background 0.15s ease;
}

body.plk-ui .plk-user-menu__bonus:hover {
	background: var(--plk-bg-active);
	color: var(--plk-text) !important;
}

body.plk-ui .plk-user-menu__bonus-icon {
	font-size: 18px;
	color: var(--plk-text-muted);
	flex: none;
}

body.plk-ui .plk-user-menu__bonus-body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 1px;
}

body.plk-ui .plk-user-menu__bonus-label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--plk-text-faint);
}

body.plk-ui .plk-user-menu__bonus-value {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.03em;
	color: var(--plk-text);
	font-variant-numeric: tabular-nums;
}

body.plk-ui .plk-user-menu__bonus-go {
	font-size: 11px;
	color: var(--plk-text-faint);
	flex: none;
}

body.plk-ui .plk-user-menu__cabinet {
	display: flex;
	width: 100%;
	min-height: 42px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
}

body.plk-ui .plk-user-menu__nav {
	padding: 4px 8px 8px;
}

body.plk-ui .plk-user-menu__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.plk-ui .plk-user-menu__list li {
	margin: 0;
	padding: 0;
}

body.plk-ui .plk-user-menu__link {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 10px 10px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--plk-text-muted) !important;
	text-decoration: none !important;
	transition: background 0.12s ease, color 0.12s ease;
}

body.plk-ui .plk-user-menu__link::before {
	width: 18px;
	text-align: center;
	flex: none;
	opacity: 0.85;
}

body.plk-ui .plk-user-menu__link:hover,
body.plk-ui .plk-user-menu__link:focus-visible {
	background: var(--plk-bg-hover);
	color: var(--plk-text) !important;
}

body.plk-ui .plk-user-menu__link--accent {
	color: var(--plk-text) !important;
}

body.plk-ui .plk-user-menu__count {
	margin-left: auto;
	font-size: 12px;
	font-weight: 500;
	color: var(--plk-text-faint);
	opacity: 1 !important;
}

body.plk-ui .plk-user-menu__promo {
	margin: 0 8px 8px;
	padding: 0;
}

body.plk-ui .plk-user-menu__promo.header__login-menu-promo {
	border-top: none;
}

body.plk-ui .plk-user-menu__foot {
	padding: 8px 8px 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.plk-ui .plk-user-menu__logout {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 10px 10px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	color: var(--plk-text-faint) !important;
	text-decoration: none !important;
	transition: background 0.12s ease, color 0.12s ease;
}

body.plk-ui .plk-user-menu__logout::before {
	width: 18px;
	text-align: center;
	flex: none;
}

body.plk-ui .plk-user-menu__logout:hover {
	background: rgba(255, 80, 80, 0.08);
	color: #f0a0a0 !important;
}

body.plk-ui .plk-topbar__tools .header__ava.is-active {
	box-shadow: 0 0 0 2px var(--plk-bg-elevated), 0 0 0 3px rgba(255, 255, 255, 0.35);
}

body.plk-ui .plk-topbar__tools .header__login-menu a.plk-user-menu__link,
body.plk-ui .plk-topbar__tools .header__login-menu a.plk-user-menu__logout {
	padding: 10px;
}

body.plk-ui .plk-topbar__guest {
	display: flex;
	align-items: center;
	gap: 10px;
}

body.plk-ui .plk-topbar__guest-link {
	font-size: 13px;
	color: var(--plk-text-muted);
	text-decoration: none;
}

body.plk-ui .plk-topbar__guest-btn {
	height: 36px;
	padding: 0 16px;
	border-radius: var(--plk-radius-pill);
	background: var(--plk-pill-bg);
	color: var(--plk-pill-fg);
	border: none;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	font-family: var(--plk-font);
}

/* Clock ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â exact plkapp style */
body.plk-ui .plk-topbar__clock {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
	min-width: 72px;
	padding-left: 8px;
	flex-shrink: 0;
}

body.plk-ui .plk-topbar__clock-time {
	font-family: var(--plk-font-clock);
	font-size: 20px;
	font-weight: 800;
	font-style: italic;
	line-height: 1.1;
	color: #ffffff;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.04em;
	transform: skewX(-10deg);
	transform-origin: 100% 50%;
}

body.plk-ui .plk-topbar__clock-date {
	font-size: 12px;
	line-height: 1.3;
	color: var(--plk-text-muted);
	white-space: nowrap;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ DLE Push (Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â‚¬Â¹) ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬
   body.plk-ui .wrapper ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒÂÃ‚Â»ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Å¡ Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â·Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Â¼ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒÂÃ‚Â±ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â²ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ ÃƒÂÃ‚Â´ÃƒÂÃ‚Â»Ãƒâ€˜Ã‚Â .DLEPush-notification.wrapper */
body.plk-ui .DLEPush {
	position: fixed;
	top: 72px;
	right: 16px;
	z-index: 1300;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	width: min(380px, calc(100vw - 32px));
	max-width: none;
	pointer-events: none;
}

@keyframes plk-dlepush-show {
	0% {
		transform: translateY(-8px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

body.plk-ui .DLEPush .DLEPush-notification.wrapper {
	position: relative;
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	grid-template-rows: auto auto;
	align-items: start;
	column-gap: 12px;
	row-gap: 2px;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 14px 38px 14px 14px;
	border-radius: 14px;
	color: var(--plk-text);
	background-color: rgba(24, 25, 27, 0.88) !important;
	background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%) !important;
	backdrop-filter: blur(16px) saturate(1.35);
	-webkit-backdrop-filter: blur(16px) saturate(1.35);
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.14),
		0 12px 32px rgba(0, 0, 0, 0.38) !important;
	overflow: hidden;
	pointer-events: auto;
	animation: plk-dlepush-show 0.28s ease;
}

body.plk-ui .DLEPush .DLEPush-notification.wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	left: 10%;
	right: 10%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
	pointer-events: none;
}

body.plk-ui .DLEPush .DLEPush-notification .DLEPush-icon {
	position: static;
	grid-column: 1;
	grid-row: 1 / span 2;
	display: grid;
	place-items: center;
	align-self: start;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	color: #fff;
	background-color: hsl(var(--plk-push-hue, 210), 72%, 46%);
}

body.plk-ui .DLEPush .DLEPush-notification .DLEPush-icon svg {
	scale: 0.78;
}

body.plk-ui .DLEPush .DLEPush-notification .DLEPush-header {
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.01em;
	color: var(--plk-text);
}

body.plk-ui .DLEPush .DLEPush-notification .DLEPush-header:empty {
	display: none;
}

body.plk-ui .DLEPush .DLEPush-notification:not(:has(.DLEPush-message)) .DLEPush-header:not(:empty) {
	grid-row: 1 / span 2;
	align-self: center;
	font-size: 14px;
	font-weight: 600;
}

body.plk-ui .DLEPush .DLEPush-notification .DLEPush-message {
	grid-column: 2;
	grid-row: 2;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.45;
	color: var(--plk-text-muted);
}

body.plk-ui .DLEPush .DLEPush-notification .DLEPush-header:empty + .DLEPush-message {
	grid-row: 1 / span 2;
	align-self: center;
	font-size: 14px;
	color: var(--plk-text);
}

body.plk-ui .DLEPush .DLEPush-notification .DLEPush-message a {
	color: var(--plk-text);
	text-decoration: underline;
	text-underline-offset: 2px;
}

body.plk-ui .DLEPush .DLEPush-notification .DLEPush-message a:hover {
	opacity: 0.85;
}

body.plk-ui .DLEPush .DLEPush-notification .DLEPush-close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--plk-text-muted);
	font-size: 18px;
	line-height: 1;
	transform: none;
	cursor: pointer;
	transition: background 0.12s ease, color 0.12s ease;
}

body.plk-ui .DLEPush .DLEPush-notification .DLEPush-close:hover {
	background: rgba(255, 255, 255, 0.12);
	color: var(--plk-text);
}

body.plk-ui .DLEPush .DLEPush-notification.wrapper.push-success {
	--plk-push-hue: 158;
	border-color: rgba(134, 239, 172, 0.28) !important;
}

body.plk-ui .DLEPush .DLEPush-notification.wrapper.push-warning {
	--plk-push-hue: 36;
	border-color: rgba(251, 191, 36, 0.32) !important;
}

body.plk-ui .DLEPush .DLEPush-notification.wrapper.push-error {
	--plk-push-hue: 8;
	border-color: rgba(248, 113, 113, 0.32) !important;
}

body.plk-ui .DLEPush .DLEPush-notification.wrapper:not(.push-success):not(.push-warning):not(.push-error) {
	--plk-push-hue: 210;
	border-color: rgba(147, 197, 253, 0.28) !important;
}

body.plk-ui.lt .DLEPush .DLEPush-notification.wrapper {
	background-color: rgba(255, 255, 255, 0.92) !important;
	background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.82) 100%) !important;
	border-color: rgba(0, 0, 0, 0.08) !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		0 12px 28px rgba(0, 0, 0, 0.12) !important;
}

body.plk-ui.lt .DLEPush .DLEPush-notification .DLEPush-close {
	background: rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 640px) {
	body.plk-ui .DLEPush {
		top: 64px;
		right: 12px;
		width: min(360px, calc(100vw - 24px));
	}
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Content ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
body.plk-ui .plk-content {
	padding: 0 24px 32px;
	flex: 1;
	width: 100%;
	max-width: 1800px;
	border: none;
	margin: 0 auto;
}

body.plk-ui .sect__title {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.02em;
}

body.plk-ui .category-btn {
	border: none !important;
	background: var(--plk-bg-hover);
	color: var(--plk-text-muted);
	border-radius: var(--plk-radius-pill);
}

body.plk-ui .category-btn.active,
body.plk-ui .category-btn:hover {
	background: var(--plk-pill-bg);
	color: var(--plk-pill-fg);
}

body.plk-ui .footer {
	background: var(--plk-bg);
	border: none;
	margin-top: 0;
	padding-top: 24px;
}

body.plk-ui .footer__btm {
	border: none;
}

body.plk-ui .footer__domain {
	font-family: var(--plk-font);
	color: var(--plk-text-muted);
	letter-spacing: 0;
}

body.plk-ui.is-home-wide-page .plk-main {
	overflow-x: visible;
}

body.plk-ui.is-home-wide-page .plk-content {
	overflow-x: visible;
}

body.plk-ui.is-home-wide-page .plk-sidebar {
	z-index: 220;
}

/* Cards ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â no borders */
body.plk-ui .item-poster.grid-items__item,
body.plk-ui .grid-items__item.item-poster {
	border: none !important;
	border-radius: var(--plk-radius);
	background: none;
}

body.plk-ui .models-cat-aside,
body.plk-ui .page__content-box,
body.plk-ui .item-slider,
body.plk-ui .item-category {
	border: none !important;
	background: var(--plk-bg-elevated);
}

body.plk-ui .models-cat-aside {
	border-radius: var(--plk-radius);
}

@media (hover: hover) {
	body.plk-ui .item-category:hover {
		background: var(--plk-bg-hover);
	}
	body.plk-ui .item-category:hover * {
		color: var(--plk-text);
	}
}

body.plk-ui .owl-dot.active,
body.plk-ui .owl-dot:hover {
	background: var(--plk-text);
}

/* Login popup ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â see login-panel.css */

/* Fullstory hero */
body.plk-ui.is-fullstory-bg .page-screenshot-bg__shade {
	background:
		linear-gradient(180deg, rgba(8, 8, 10, 0.35) 0%, rgba(8, 8, 10, 0.72) 50%, rgba(16, 17, 19, 0.92) 85%, var(--plk-bg) 100%),
		radial-gradient(ellipse 80% 50% at 50% 0%, rgba(255, 255, 255, 0.04), transparent 70%);
}

@media screen and (max-width: 1219px) {
	body.plk-ui.is-fullstory-bg .page-screenshot-bg__shade {
		background:
			linear-gradient(180deg, rgba(8, 8, 10, 0.22) 0%, rgba(8, 8, 10, 0.55) 42%, rgba(16, 17, 19, 0.9) 82%, var(--plk-bg) 100%),
			radial-gradient(ellipse 90% 45% at 50% 0%, rgba(255, 255, 255, 0.05), transparent 72%);
	}
}

body.plk-ui .chevron-nav-button,
body.plk-ui .gallery-nav {
	background: transparent;
	color: #fff;
	border: none;
}

body.plk-ui .gallery-thumbs-nav {
	background: #212121;
	color: #fff;
	border: none;
}

/* Fullstory / model page ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â readable width */
body.plk-ui.is-fullstory-bg .plk-content > .page,
body.plk-ui .plk-content > .model-page {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	box-sizing: border-box;
}

body.plk-ui.is-fullstory-bg .gallery,
body.plk-ui .model-page .gallery {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	z-index: 0;
}

body.plk-ui.is-fullstory-bg .gallery--cosmos {
	margin-top: 12px;
}

@media (min-width: 768px) and (max-width: 1219px) {
	body.plk-ui.is-fullstory-bg .gallery--cosmos {
		margin-top: 16px;
	}
}

@media (min-width: 1220px) {
	body.plk-ui.is-fullstory-bg .gallery--cosmos {
		margin-top: 80px;
	}
}

body.plk-ui.is-fullstory-bg .plk-content > .page {
	padding-top: 0;
}

body.plk-ui .model-page__related-sect {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/* Category filters ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â right panel like plkapp */
body.plk-ui.is-cat-wide-page .models-cat-layout {
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 0 28px;
}

body.plk-ui .plk-filter-panel,
body.plk-ui .models-cat-aside.plk-filter-panel {
	background: transparent;
	border-radius: 0;
}

body.plk-ui .plk-filter-widget__title {
	margin: 0 0 18px;
	font-size: 15px;
	font-weight: 700;
	color: var(--plk-text);
	letter-spacing: -0.01em;
}

body.plk-ui .plk-filter-widget .ga-filter__bar-row {
	gap: 18px;
}

body.plk-ui .plk-filter-widget .ga-filter__label {
	font-size: 12px;
	font-weight: 600;
	color: var(--plk-text);
	margin-bottom: 8px;
}

body.plk-ui .plk-filter-widget .ga-filter__select {
	width: 100%;
	height: 40px;
	padding: 0 14px;
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 0.06);
	color: var(--plk-text);
	border: none;
	font-size: 13px;
	font-family: var(--plk-font);
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='rgba(255,255,255,0.45)' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 36px;
}

body.plk-ui select option,
body.plk-ui select optgroup {
	background-color: var(--plk-bg-elevated);
	color: var(--plk-text);
}

body.plk-ui .plk-filter-widget .ga-filter__select option:checked,
body.plk-ui .plk-filter-widget .ga-filter__select option:hover {
	background-color: rgba(255, 255, 255, 0.12);
	color: var(--plk-text);
}

body.plk-ui .profile-edit-panel select option {
	background-color: var(--plk-bg-elevated);
	color: var(--plk-text);
}

body.plk-ui .plk-filter-widget .ga-filter__check-group {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	background: transparent;
	border-radius: 0;
	height: auto;
}

body.plk-ui .plk-filter-widget .ga-filter__check {
	margin: 0;
}

body.plk-ui .plk-filter-widget .ga-filter__check + .ga-filter__check {
	border: none;
}

body.plk-ui .plk-filter-widget .ga-filter__check span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	height: 36px;
	padding: 0 10px;
	border-radius: var(--plk-radius-pill);
	background: rgba(255, 255, 255, 0.06);
	color: var(--plk-text-muted);
	font-size: 12px;
	font-weight: 500;
	transition: background 0.15s, color 0.15s;
}

body.plk-ui .plk-filter-widget .ga-filter__check span.fal::before {
	font-size: 11px;
}

body.plk-ui .plk-filter-widget .ga-filter__check input:checked + span {
	background: var(--plk-pill-bg);
	color: var(--plk-pill-fg);
}

body.plk-ui .plk-filter-widget .ga-filter__check:hover span {
	color: var(--plk-text);
	background: rgba(255, 255, 255, 0.1);
}

body.plk-ui .plk-filter-widget .ga-filter__check input:checked + span:hover {
	background: var(--plk-pill-bg);
	color: var(--plk-pill-fg);
}

body.plk-ui .plk-filter-widget .ga-filter__cell--actions {
	margin-top: 4px;
	gap: 10px;
}

body.plk-ui .plk-filter-widget .ga-filter__btn--apply {
	display: none;
}

body.plk-ui .plk-filter-widget .plk-filter-widget__reset {
	width: 100%;
	height: 44px;
	border-radius: var(--plk-radius-pill);
	background: var(--plk-pill-bg) !important;
	color: var(--plk-pill-fg) !important;
	border: none;
	font-size: 14px;
	font-weight: 600;
	font-family: var(--plk-font);
}

body.plk-ui .plk-filter-widget .plk-filter-widget__reset:hover {
	opacity: 0.92;
}

body.plk-ui .plk-filter-widget .ga-filter__btn--all {
	width: 100%;
	height: 36px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--plk-text-muted);
	font-size: 12px;
	justify-content: center;
}

body.plk-ui .plk-filter-widget .ga-filter__btn--all:hover {
	background: rgba(255, 255, 255, 0.1);
	color: var(--plk-text);
}

body.plk-ui .plk-filter-widget .ga-filter__notice--sidebar {
	margin-top: 14px;
	padding: 10px 12px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.05);
	font-size: 12px;
}

/* System messages ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â info.tpl */
body.plk-ui .plk-alert.message-info.serv {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin: 0 auto 20px;
	padding: 16px 18px;
	max-width: 1100px;
	border: none;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.06);
	line-height: 1.45;
	box-sizing: border-box;
}

body.plk-ui .plk-content > .plk-alert.message-info.serv:first-child {
	margin-top: 4px;
}

body.plk-ui .plk-alert.message-info.serv::before {
	display: none;
	content: none;
}

body.plk-ui .plk-alert__icon {
	flex: none;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	display: grid;
	place-items: center;
	background: rgba(255, 255, 255, 0.08);
	color: var(--plk-text);
	font-size: 16px;
}

body.plk-ui .plk-alert__body {
	flex: 1;
	min-width: 0;
}

body.plk-ui .plk-alert__title {
	margin: 0 0 4px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: var(--plk-text);
}

body.plk-ui .plk-alert__title:empty {
	display: none;
	margin: 0;
}

body.plk-ui .plk-alert__text {
	font-size: 13px;
	color: var(--plk-text-muted);
}

body.plk-ui .plk-alert__text p {
	margin: 0;
}

body.plk-ui .plk-alert__text p + p,
body.plk-ui .plk-alert__text li + li {
	margin-top: 6px;
}

body.plk-ui .plk-alert__text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.plk-ui .plk-alert.message-info.serv .serv__links a {
	color: var(--plk-text);
	border-bottom: none;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-color: rgba(255, 255, 255, 0.35);
	transition: text-decoration-color 0.15s ease;
}

body.plk-ui .plk-alert.message-info.serv .serv__links a:hover {
	text-decoration-color: var(--plk-text);
}

body.plk-ui.is-auth-page .plk-alert.message-info.serv {
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: 430px;
	margin: 0 auto 16px;
	padding-top: 16px;
}

body.plk-ui .gallery--cosmos .thumb,
body.plk-ui .gallery .thumb {
	display: block;
	height: auto;
	padding: 0;
	gap: 0;
	white-space: normal;
	box-shadow: none;
	/* background: #212121; */
}

body.plk-ui .gallery--cosmos .thumb:hover,
body.plk-ui .gallery .thumb:hover {
	background: #212121;
}

body.plk-ui .gallery--cosmos .thumb.active {
	border: 1px solid #ffffff;
	box-shadow: none;
}

body.plk-ui .thumb.active {
	border: none;
	box-shadow: 0 0 0 2px var(--plk-text);
}

/* Chat colors only */
body.plk-ui .site-chat__toggle {
	color: var(--plk-text);
	background: var(--plk-bg-elevated);
	border: none;
}

body.plk-ui .site-chat__fab {
	background: var(--plk-pill-bg);
	color: var(--plk-pill-fg);
	border: none;
}

body.plk-ui .site-subscription__modal,
body.plk-ui .site-support__modal,
body.plk-ui .bonus-link__dialog,
body.plk-ui .wheel-spin-link__dialog,
body.plk-ui .tg-bonus__dialog {
	background: var(--plk-bg-elevated);
	border: none;
	border-radius: 16px;
}

/* Subscription modal ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â avoid white-on-white fills */
body.plk-ui .site-subscription__plan-tab.is-selected {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

body.plk-ui .site-subscription__plan-tab[data-plan="pro_plus"].is-selected {
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
}

body.plk-ui .site-subscription__bonus-switch-ui {
	background: rgba(255, 255, 255, 0.12);
}

body.plk-ui .site-subscription__bonus-switch-ui::after {
	background: #fff;
}

body.plk-ui .site-subscription__bonus-switch input:checked + .site-subscription__bonus-switch-ui {
	background: rgba(255, 255, 255, 0.22);
	border-color: transparent;
}

body.plk-ui .site-subscription__pay-method input:checked + .site-subscription__pay-method-card {
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.04);
}

body.plk-ui .site-subscription__pay-method-check {
	color: #fff;
}

body.plk-ui .site-subscription__cta,
body.plk-ui .site-subscription__confirm-btn,
body.plk-ui .site-subscription__pay-btn,
body.plk-ui .site-subscription__bitcoin-pay,
body.plk-ui .site-subscription__bitcoin-confirm {
	background: #fff;
	color: #18191b;
	border: none;
}

body.plk-ui .site-subscription__cta:hover,
body.plk-ui .site-subscription__confirm-btn:hover,
body.plk-ui .site-subscription__pay-btn:hover,
body.plk-ui .site-subscription__bitcoin-pay:hover,
body.plk-ui .site-subscription__bitcoin-confirm:hover {
	background: #f4f4f5;
	color: #18191b;
	filter: none;
}

/* Download / captcha ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â neutral accents */
body.plk-ui .captcha-icon {
	background: rgba(255, 255, 255, 0.08);
	color: var(--plk-text);
}

body.plk-ui .captcha-challenge.verified {
	border-color: rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.04);
}

body.plk-ui .captcha-challenge.verified .captcha-icon {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

body.plk-ui .captcha-status {
	color: var(--plk-text);
}

body.plk-ui .download-btn {
	background: #fff !important;
	color: #18191b !important;
}

body.plk-ui .download-btn:hover {
	filter: brightness(0.95);
}

body.plk-ui .pulse-ring {
	background: rgba(255, 255, 255, 0.85) !important;
}

/* Search page layout */
body.plk-ui.is-search-page .plk-search-page__results {
	margin-top: 8px;
	width: 100%;
}

body.plk-ui.is-search-page .plk-search-page {
	width: 100%;
	max-width: none;
}

body.plk-ui.is-search-page .plk-search-page__results[hidden] {
	display: none !important;
}

body.plk-ui.is-search-page .plk-search-page--has-query .plk-search-page__recent {
	display: none;
}

@media screen and (max-width: 1219px) {
	body.plk-ui .plk-footer__top {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 0px 20px 20px 20px;
	}

	body.plk-ui .plk-footer__columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.plk-ui.is-search-page .plk-search-page__layout {
		grid-template-columns: 1fr;
	}

	body.plk-ui.is-search-page .plk-search-page__aside {
		order: -1;
		margin-bottom: 16px;
	}

	body.plk-ui .plk-search-drop__grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 590px) {
	body.plk-ui .plk-footer__columns {
		grid-template-columns: 1fr;
	}
}

/* Mobile */
@media screen and (max-width: 1219px) {
	body.plk-ui .plk-sidebar {
		display: none;
	}

	body.plk-ui .plk-main,
	body.plk-ui .plk-main > .footer,
	body.plk-ui .wrapper--all > .footer {
		margin-left: 0;
		width: 100%;
	}

	body.plk-ui .plk-topbar {
		padding: 12px 16px;
	}

	body.plk-ui .plk-topbar__row {
		display: grid;
		grid-template-columns: auto 1fr;
		grid-template-areas:
			"menu actions"
			"search search";
		align-items: center;
		gap: 12px 16px;
	}

	body.plk-ui .plk-topbar__menu {
		display: grid;
		grid-area: menu;
		place-items: center;
	}

	body.plk-ui .plk-topbar__actions {
		grid-area: actions;
		margin-left: 0;
		position: relative;
		z-index: 230;
	}

	body.plk-ui .plk-topbar__search-wrap {
		grid-area: search;
		flex: none;
		max-width: none;
		width: 100%;
	}

	body.plk-ui .plk-topbar__clock-date {
		display: none;
	}

	body.plk-ui .plk-content {
		padding: 0 16px 80px;
	}

	body.plk-ui.is-fullstory-bg .page-screenshot-bg {
		left: 0;
		right: 0;
	}

	body.plk-ui.is-cat-wide-page .models-cat-layout {
		grid-template-columns: 1fr;
	}

	body.plk-ui.is-cat-wide-page .models-cat-layout__aside {
		order: -1;
		margin-bottom: 16px;
	}

	body.plk-ui .mobile-rail {
		background: var(--plk-bg-elevated);
		border: none;
		box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.35);
	}

	body.plk-ui .mobile-menu__content .sidebar__rail-foot {
		display: block;
		padding: 16px 0 0;
	}

	body.plk-ui .mobile-menu__content .sb-menu--rail > li.is-active > a,
	body.plk-ui .mobile-menu__content .sb-menu--rail > li > a.is-active,
	body.plk-ui .mobile-menu__content .sb-menu--rail > li.catalog-nav-open > a {
		background: var(--plk-pill-bg, #fff);
		color: var(--plk-pill-fg, #18191b);
	}
}

@media screen and (max-width: 900px) {
	body.plk-ui .plk-topbar__leaderboard-text {
		display: none;
	}

	body.plk-ui .plk-topbar__leaderboard {
		width: 40px;
		min-width: 40px;
		padding: 0;
		border-radius: 50%;
		gap: 0;
	}
}

@media screen and (max-width: 590px) {
	body.plk-ui .plk-topbar__tools .header__btn1:not(.js-support-open):not(.js-notifications-toggle) {
		display: none;
	}

	body.plk-ui .plk-topbar__guest-link {
		display: none;
	}

	body.plk-ui .plk-topbar__leaderboard {
		width: 34px;
		height: 34px;
		min-width: 34px;
		padding: 0;
		border-radius: 50%;
		font-size: 15px;
		gap: 0;
	}

	body.plk-ui .plk-topbar__leaderboard-icon {
		font-size: 15px;
	}

	body.plk-ui .plk-topbar__leaderboard-text {
		display: none;
	}
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Profile settings ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
body.plk-ui .profile-edit-modal__dialog {
	width: min(560px, calc(100vw - 32px));
	max-height: min(88vh, 720px);
	background: var(--plk-bg-elevated);
	border: none;
	border-radius: 16px;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.48);
	overflow: hidden;
}

body.plk-ui .profile-edit-modal.profile-modal .profile-modal__dialog {
	border: none;
}

body.plk-ui .profile-modal__backdrop {
	background: rgba(0, 0, 0, 0.72);
	backdrop-filter: none;
}

body.plk-ui .profile-edit-modal .profile-edit-modal__head {
	padding: 22px 48px 0 24px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: var(--plk-text);
	border: none;
	flex-shrink: 0;
}

body.plk-ui .profile-edit-modal__body {
	padding: 20px 24px 8px;
	max-height: calc(min(88vh, 720px) - 108px);
}

body.plk-ui .profile-edit-modal .profile-edit-modal__footer {
	padding: 16px 24px 24px;
	border: none;
	background: transparent;
}

body.plk-ui .profile-modal__close {
	top: 16px;
	right: 16px;
	width: 32px;
	height: 32px;
	border: none;
	border-radius: 8px;
	background: transparent;
	color: var(--plk-text-muted);
	font-size: 24px;
	line-height: 1;
}

body.plk-ui .profile-modal__close:hover {
	background: var(--plk-bg-hover);
	color: var(--plk-text);
}

body.plk-ui .profile-edit-panel .serv__subtitle {
	margin: 28px 0 12px;
	padding: 0;
	background: none;
	border-radius: 0;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--plk-text-faint);
}

body.plk-ui .profile-edit-panel .serv__subtitle:first-of-type {
	margin-top: 4px;
}

body.plk-ui .profile-edit-panel .serv__section {
	margin: 0 0 4px;
	padding: 0;
	background: none;
	border-radius: 0;
}

body.plk-ui .profile-edit-panel .form__row {
	margin-bottom: 16px;
}

body.plk-ui .profile-edit-panel .form__row label,
body.plk-ui .profile-edit-panel .form__caption {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 500;
	color: var(--plk-text-muted);
}

body.plk-ui .profile-edit-panel input[type="text"],
body.plk-ui .profile-edit-panel input[type="password"],
body.plk-ui .profile-edit-panel input[type="email"],
body.plk-ui .profile-edit-panel select,
body.plk-ui .profile-edit-panel textarea {
	width: 100%;
	min-height: 44px;
	padding: 0 14px;
	border: none;
	border-radius: 10px;
	background: var(--plk-bg-hover);
	color: var(--plk-text);
	font-family: var(--plk-font);
	font-size: 14px;
	transition: background 0.12s ease;
}

body.plk-ui .profile-edit-panel textarea {
	padding: 12px 14px;
	min-height: 96px;
	resize: vertical;
	line-height: 1.45;
}

body.plk-ui .profile-edit-panel input:focus,
body.plk-ui .profile-edit-panel select:focus,
body.plk-ui .profile-edit-panel textarea:focus {
	outline: none;
	background: var(--plk-bg-active);
	box-shadow: none;
}

body.plk-ui .profile-edit-modal__submit .btn,
body.plk-ui .profile-edit-modal__footer .btn {
	min-width: 140px;
	height: 42px;
	padding: 0 20px;
	border: none;
	border-radius: var(--plk-radius-pill);
	background: var(--plk-pill-bg);
	color: var(--plk-pill-fg);
	font-weight: 600;
	font-size: 14px;
}

body.plk-ui .profile-edit-modal__submit .btn:hover,
body.plk-ui .profile-edit-modal__footer .btn:hover {
	opacity: 0.9;
}

body.plk-ui .profile-edit-panel .serv__links a {
	color: var(--plk-text-muted);
}

body.plk-ui .profile-edit-panel .serv__links a:hover {
	color: var(--plk-text);
}

/* Fullstory sidebar ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â PLK cards */
body.plk-ui .page-side {
	gap: 14px;
}

body.plk-ui .page-side__block {
	background: var(--plk-bg-elevated);
	border: none;
	border-radius: 8px;
	padding: 18px;
}

body.plk-ui .page-side__block-title {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: var(--plk-text);
}

body.plk-ui .page-side__block--recent {
	padding-bottom: 14px;
}

body.plk-ui .page-side__recent-list {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

body.plk-ui .page-side__recent-item {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 8px;
	margin: 0 -8px;
	border-radius: 12px;
	text-decoration: none;
	transition: background 0.12s ease;
}

body.plk-ui .page-side__recent-item:hover {
	background: var(--plk-bg-hover);
}

body.plk-ui .page-side__recent-thumb {
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 10px;
	overflow: hidden;
	background: var(--plk-bg-hover);
	flex-shrink: 0;
}

body.plk-ui .page-side__recent-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.plk-ui .page-side__recent-body {
	min-width: 0;
}

body.plk-ui .page-side__recent-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	color: var(--plk-text);
}

body.plk-ui .page-side__recent-meta {
	display: block;
	margin-top: 3px;
	font-size: 11px;
	line-height: 1.3;
	color: var(--plk-text-muted);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.plk-ui .page-side__spec-label {
	color: var(--plk-text-muted);
}

body.plk-ui .page-side__spec-value,
body.plk-ui .page-side__action {
	color: var(--plk-text);
}

body.plk-ui .page-side__action:hover {
	color: var(--plk-text);
	background: var(--plk-bg-hover);
	border-radius: 10px;
}

body.plk-ui .page-side__block--meta {
	font-size: 12px;
	color: var(--plk-text-muted);
	line-height: 1.5;
}

body.plk-ui .page-side__meta-date {
	color: var(--plk-text);
}

/* White pill controls ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â fixed contrast (overrides global a:hover) */
body.plk-ui a.plk-pill-btn,
body.plk-ui button.plk-pill-btn,
body.plk-ui input.plk-pill-btn[type="submit"],
body.plk-ui a.plk-pill-btn:hover,
body.plk-ui a.plk-pill-btn:focus-visible,
body.plk-ui a.plk-pill-btn:active,
body.plk-ui button.plk-pill-btn:hover,
body.plk-ui button.plk-pill-btn:focus-visible,
body.plk-ui button.plk-pill-btn:active,
body.plk-ui input.plk-pill-btn[type="submit"]:hover {
	color: #18191b !important;
	-webkit-text-fill-color: #18191b !important;
	background-color: #ffffff !important;
	border: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

body.plk-ui a.plk-pill-btn .fal,
body.plk-ui a.plk-pill-btn:hover .fal,
body.plk-ui a.plk-pill-btn:focus-visible .fal {
	color: #18191b !important;
	-webkit-text-fill-color: #18191b !important;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Telegram bonus modal ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
body.plk-ui .tg-bonus__overlay {
	background: rgba(0, 0, 0, 0.72);
	backdrop-filter: none;
}

body.plk-ui .tg-bonus__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 32px;
	height: 32px;
	border: none;
	border-radius: 8px;
	background: transparent;
	color: var(--plk-text-muted);
}

body.plk-ui .tg-bonus__close:hover {
	background: var(--plk-bg-hover);
	color: var(--plk-text);
	border-color: transparent;
}

body.plk-ui .tg-bonus__dialog {
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.48);
}

body.plk-ui .tg-bonus__head {
	border: none;
}

body.plk-ui .tg-bonus__amount {
	background: rgba(255, 255, 255, 0.1);
	color: var(--plk-text);
}

body.plk-ui .tg-bonus__step.is-active span:first-child {
	background: var(--plk-pill-bg);
	color: var(--plk-pill-fg);
	border-color: transparent;
}

body.plk-ui .tg-bonus__step.is-done span:first-child {
	background: rgba(255, 255, 255, 0.12);
	color: var(--plk-text);
	border-color: transparent;
}

body.plk-ui .tg-bonus__progress-fill {
	background: var(--plk-pill-bg);
}

body.plk-ui .tg-bonus__tg-row {
	background: rgba(255, 255, 255, 0.04);
	border: none;
}

body.plk-ui .tg-bonus__tg-row:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: transparent;
}

body.plk-ui .tg-bonus__tg-row-icon--channel {
	background: rgba(255, 255, 255, 0.08);
	color: var(--plk-text);
}

body.plk-ui .tg-bonus__tg-row:hover .tg-bonus__tg-row-go {
	color: var(--plk-text);
}

body.plk-ui .tg-bonus__bind-status {
	background: rgba(255, 255, 255, 0.04);
	border: none;
}

body.plk-ui .tg-bonus__bind-status.is-ok {
	background: rgba(255, 255, 255, 0.08);
	color: var(--plk-text);
	border: none;
}

body.plk-ui .tg-bonus__foot {
	background: transparent;
	border: none;
}

body.plk-ui .tg-bonus__btn-primary,
body.plk-ui .tg-bonus__btn-primary:hover,
body.plk-ui .tg-bonus__btn-primary:focus-visible {
	background: var(--plk-pill-bg) !important;
	color: var(--plk-pill-fg) !important;
	border: none !important;
	filter: none;
}

body.plk-ui .tg-bonus__foot .btn-fade {
	background: rgba(255, 255, 255, 0.06);
	color: var(--plk-text-muted);
	border: none;
}

body.plk-ui .tg-bonus__foot .btn-fade:hover {
	background: rgba(255, 255, 255, 0.1);
	color: var(--plk-text);
}

body.plk-ui .tg-bonus__done-icon,
body.plk-ui .tg-bonus__verify-list .fal {
	color: var(--plk-text);
}

body.plk-ui .plk-user-menu__promo .header__login-menu-promo-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 10px 12px;
	border: 0;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
	color: var(--plk-text);
	text-align: left;
	cursor: pointer;
	height: auto;
}

body.plk-ui .plk-user-menu__promo .header__login-menu-promo-btn:hover {
	background: var(--plk-bg-hover);
}

body.plk-ui .plk-user-menu__promo .header__login-menu-promo-icon {
	background: rgba(255, 255, 255, 0.08);
	color: var(--plk-text);
}

body.plk-ui .plk-user-menu__promo .header__login-menu-promo-hint {
	color: var(--plk-text-faint);
}

body.plk-ui .header__login-menu-promo-badge {
	background: var(--plk-pill-bg);
	color: var(--plk-pill-fg);
}

body.plk-ui .header__login-menu-promo-icon {
	background: rgba(255, 255, 255, 0.08);
	color: var(--plk-text);
}
