body.plk-ui.is-fullstory-v2 .plk-content > .page.page--v2 {
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	padding-top: 12px;
	position: relative;
}

@media (min-width: 1220px) {
	body.plk-ui.is-fullstory-v2 .plk-content > .page.page--v2 {
	}
}

.fs2 {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

/* ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Skeleton ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â */
.fs2-skel {
	display: none;
	flex-direction: column;
	gap: 18px;
	margin-bottom: 4px;
}

body.is-fs2-skel .fs2 > :not(.fs2-skel) {
	visibility: hidden;
	pointer-events: none;
}

body.is-fs2-skel .fs2-skel {
	display: flex;
	position: absolute;
	inset: 12px 0 auto;
	z-index: 5;
	padding: 0;
	pointer-events: none;
}

@media (min-width: 1220px) {
	body.is-fs2-skel .fs2-skel { inset: 24px 0 auto; }
}

.fs2-skel > span {
	display: block;
	border-radius: 14px;
	background: linear-gradient(90deg, rgba(255,255,255,.04), rgba(255,255,255,.1), rgba(255,255,255,.04));
	background-size: 200% 100%;
	animation: fs2-skel-shimmer 1.15s linear infinite;
}

.fs2-skel__hero { height: 210px; border-radius: 22px; }
.fs2-skel__stats { height: 52px; border-radius: 10px; }
.fs2-skel__gallery { height: 196px; border-radius: 14px; }
.fs2-skel__line { height: 14px; width: 92%; border-radius: 8px; }
.fs2-skel__line--lg { height: 22px; width: 58%; margin-top: 8px; }
.fs2-skel__line--md { width: 74%; }

@keyframes fs2-skel-shimmer {
	from { background-position: 100% 0; }
	to { background-position: -100% 0; }
}

/* ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Hero card ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â */
.fs2-hero {
	width: calc(100% + 80px);
	max-width: 1180px;
	margin-left: -40px;
	margin-right: -40px;
}

.fs2-hero__card {
	position: relative;
	isolation: isolate;
	overflow: visible;
	border-radius: 22px;
	min-height: 210px;
	background: #18191b;
}

.fs2-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	border-radius: 0px 0px 12px 12px;
	overflow: hidden;
	background-color: #18191b;
	background-image:
		linear-gradient(100deg, #101113 0%, rgba(16, 17, 19, 0.92) 42%, rgba(16, 17, 19, 0.55) 70%, rgba(16, 17, 19, 0.25) 100%),
		var(--fs2-hero-img);
	background-size: cover, cover;
	background-position: center, center right;
	filter: saturate(0.85) brightness(0.55);
	transform: scale(1.08);
}

.fs2-hero__fav {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 3;
}

.fs2-fav {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.12);
	color: #fff !important;
	font-size: 15px;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	backdrop-filter: blur(14px) saturate(1.2);
	-webkit-backdrop-filter: blur(14px) saturate(1.2);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
	flex-shrink: 0;
}

.fs2-fav:hover,
.fs2-fav.is-on {
	background: rgba(255, 255, 255, 0.22);
	color: #fff !important;
}

.fs2-fav i {
	font-size: 15px;
	line-height: 1;
}

.fs2-fav-boot { display: none !important; }

.fs2-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(0, 0.9fr);
	gap: 28px 36px;
	align-items: center;
	padding: 80px 40px;
}

.fs2-hero__copy {
	min-width: 0;
	padding-right: 8px;
}

.fs2-hero__title {
	margin: 0 0 6px;
	font-size: clamp(24px, 2.5vw, 34px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.03em;
	color: #fff;
}

.fs2-hero__title .fal {
	font-size: 0.48em;
	margin-left: 8px;
	opacity: 0.5;
	vertical-align: middle;
}

.fs2-hero__subtitle {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.62);
}

.fs2-hero__meta {
	margin: 0 0 16px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.48);
}

.fs2-hero__meta .fs2-author__link,
.fs2-stats .fs2-author__link {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	transition: color 0.15s ease, border-color 0.15s ease;
}

.fs2-hero__meta .fs2-author__link:hover,
.fs2-stats .fs2-author__link:hover {
	color: #fff;
	border-bottom-color: rgba(255, 255, 255, 0.55);
}

.fs2-hero__sep {
	margin: 0 6px;
	opacity: 0.6;
}

.fs2-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.fs2-hero__actions:empty {
	display: none;
}

.fs2-hero__cta {
	position: relative;
	z-index: 2;
	min-width: 0;
	padding: 22px 14px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(18px) saturate(1.45);
	-webkit-backdrop-filter: blur(18px) saturate(1.45);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.18),
		0 12px 32px rgba(0, 0, 0, 0.22);
	overflow: visible;
}

.fs2-hero__cta .fs2-dl__row {
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	width: 100%;
}

.fs2-hero__cta .fs2-dl__primary {
	position: relative;
	width: 100%;
	flex: none;
	display: block;
}

.fs2-hero__cta .download-denied,
.fs2-hero__cta .download-auth,
.fs2-hero__cta .fs2-gate,
.fs2-hero__cta .fs2-lock {
	max-width: none;
	margin: 0;
}

/* PRO lock gate ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â compact, matches glass CTA */
.fs2-gate {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	width: 100%;
}

.fs2-lock {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 6px 2px 2px;
	text-align: center;
}

.fs2-lock__icon {
	width: 46px;
	height: 46px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: rgba(255, 255, 255, 0.9);
	font-size: 18px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.fs2-lock__title {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	letter-spacing: -0.01em;
}

.fs2-gate > .fs2-dl__btn,
.fs2-gate .fs2-lock .fs2-dl__btn,
.fs2-hero__cta .fs2-gate .fs2-dl__btn {
	width: 100% !important;
	max-width: none !important;
}

.fs2-hero__cta .fs2-gate .download-auth {
	background: transparent;
	box-shadow: none;
	padding: 4px 2px 8px;
	border-radius: 0;
}

.fs2-hero__legal {
	margin: 10px 2px 0;
	font-size: 11px;
	line-height: 1.4;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.42);
}

.fs2-hero__legal-link {
	color: rgba(255, 255, 255, 0.62);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.fs2-hero__legal-link:hover {
	color: #fff;
}

.fs2-hero__rights {
	display: inline;
	margin: 8px 2px 0;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, 0.48) !important;
	font: inherit;
	font-size: 12px !important;
	font-weight: 500;
	line-height: 1.35;
	height: auto !important;
	min-height: 0 !important;
	width: auto !important;
	max-width: none !important;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}

.fs2-hero__rights:hover,
.fs2-hero__rights:focus-visible {
	background: transparent !important;
	color: rgba(255, 255, 255, 0.78) !important;
	box-shadow: none !important;
}

/* Rights / DMCA modal */
.fs2-rights {
	position: fixed;
	inset: 0;
	z-index: 13100;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.fs2-rights[hidden] { display: none !important; }

.fs2-rights__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.72);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	border: 0;
	cursor: pointer;
}

.fs2-rights__dialog {
	position: relative;
	z-index: 1;
	width: min(440px, calc(100vw - 32px));
	padding: 22px 20px 18px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: #18191b;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
}

.fs2-rights__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.fs2-rights__close:hover {
	background: rgba(255, 255, 255, 0.14);
}

.fs2-rights__title {
	margin: 0 28px 12px 0;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.fs2-rights__text {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.72);
}

.fs2-rights__text strong {
	color: #fff;
	font-weight: 700;
}

.fs2-rights__email {
	margin: 0 0 14px;
	padding: 10px 12px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	text-align: center;
}

.fs2-rights__email[hidden] { display: none !important; }

.fs2-rights__mail {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}

.fs2-rights__mail:hover {
	text-decoration: underline;
}

.fs2-rights__actions {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
}

.fs2-rights__actions .fs2-dl__btn {
	flex: 1 1 0;
	width: auto !important;
	min-width: 0;
}

body.fs2-rights-open { overflow: hidden; }

/* Guest buy gate modal â€” must sit on body (see JS); full-viewport, above hero isolation */
.fs2-guest-auth,
body > .fs2-guest-auth {
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	width: 100vw !important;
	height: 100vh !important;
	height: 100dvh !important;
	margin: 0 !important;
	z-index: 13100 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
	pointer-events: auto;
}

.fs2-guest-auth[hidden] { display: none !important; }

.fs2-guest-auth__backdrop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.72);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.fs2-guest-auth__dialog {
	position: relative;
	z-index: 1;
	width: min(420px, calc(100vw - 32px));
	padding: 22px 20px 18px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: #18191b;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
}

/* Hero glass/isolation can paint above in-page fixed overlays â€” mute while guest modal is open */
body.fs2-guest-auth-open .fs2-hero__card {
	isolation: auto;
}
body.fs2-guest-auth-open .fs2-hero__cta {
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.fs2-guest-auth__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.fs2-guest-auth__close:hover {
	background: rgba(255, 255, 255, 0.14);
}

.fs2-guest-auth__title {
	margin: 0 28px 12px 0;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.fs2-guest-auth__text {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.72);
}

.fs2-guest-auth__actions {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
}

.fs2-guest-auth__actions .fs2-dl__btn {
	flex: 1 1 0;
	width: auto !important;
	min-width: 0;
}

body.fs2-guest-auth-open { overflow: hidden; }

/* Tip overlays under download, does not shift Buy */
.fs2-hero__cta .fs2-dl-tip {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: calc(100% + 8px);
	z-index: 30;
}

.fs2-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	backdrop-filter: blur(14px) saturate(1.2);
	-webkit-backdrop-filter: blur(14px) saturate(1.2);
}

.fs2-pill:hover,
.fs2-pill--on {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

/* ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Download / Buy buttons ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â */
.fs2-dl__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.fs2-dl__btn {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: auto;
	max-width: none;
	min-height: 45px;
	padding: 0 18px;
	border-radius: 999px;
	border: none;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 0 0 auto;
	box-sizing: border-box;
}

/* Price label must never spill across the hero if a bad payload slips through */
.fs2-dl__btn.js-fs2-buy-price {
	max-width: 100%;
}

/* Default: auto width outside CTA. CTA override is below. */
body.plk-ui.is-fullstory-v2 .fs2 .download-btn {
	width: auto;
	max-width: none;
}

/* Force full-width actions inside hero glass CTA ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â must beat rules above */
body.plk-ui.is-fullstory-v2 .fs2-hero__cta .fs2-dl__row,
body.plk-ui.is-fullstory-v2 .fs2-hero__cta .fs2-dl__primary {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	width: 100% !important;
}

body.plk-ui.is-fullstory-v2 .fs2-hero__cta .fs2-dl__btn,
body.plk-ui.is-fullstory-v2 .fs2-hero__cta a.fs2-dl__btn,
body.plk-ui.is-fullstory-v2 .fs2-hero__cta .download-btn,
body.plk-ui.is-fullstory-v2 .fs2-hero__cta a.download-btn,
body.plk-ui.is-fullstory-v2 .fs2-hero__cta .fs2-dl__btn--primary,
body.plk-ui.is-fullstory-v2 .fs2-hero__cta .fs2-dl__btn--glass {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	flex: 0 0 auto !important;
	align-self: stretch !important;
	display: inline-flex !important;
	justify-content: center !important;
	box-sizing: border-box !important;
}

.fs2-dl__btn--primary,
a.fs2-dl__btn--primary,
a.fs2-dl__btn--primary:hover,
a.fs2-dl__btn--primary:focus-visible,
body.plk-ui a.fs2-dl__btn--primary,
body.plk-ui a.fs2-dl__btn--primary:hover {
	background: #fff !important;
	color: #18191b !important;
	-webkit-text-fill-color: #18191b !important;
	box-shadow: none !important;
}

.fs2-dl__btn--primary .btn-icon,
.fs2-dl__btn--primary .btn-text {
	color: #18191b !important;
	-webkit-text-fill-color: #18191b !important;
}

.fs2-dl__btn--primary .btn-icon {
	width: 18px;
	height: 18px;
	display: inline-grid;
	place-items: center;
}

.fs2-dl__btn--primary .btn-icon svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.fs2-dl__btn--glass {
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.28);
	backdrop-filter: blur(16px) saturate(1.35);
	-webkit-backdrop-filter: blur(16px) saturate(1.35);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.fs2-dl__btn--glass:hover {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

/* Download + report (!) on one line */
.fs2-dl__download-line {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 10px;
	width: 100%;
}

body.plk-ui.is-fullstory-v2 .fs2-hero__cta .fs2-dl__download-line .fs2-dl__btn,
body.plk-ui.is-fullstory-v2 .fs2-hero__cta .fs2-dl__download-line a.fs2-dl__btn,
body.plk-ui.is-fullstory-v2 .fs2-hero__cta .fs2-dl__download-line .download-btn,
body.plk-ui.is-fullstory-v2 .fs2-hero__cta .fs2-dl__download-line a.download-btn,
body.plk-ui.is-fullstory-v2 .fs2-hero__cta .fs2-dl__download-line .fs2-dl__btn--primary {
	flex: 1 1 auto !important;
	width: auto !important;
	min-width: 0 !important;
	align-self: stretch !important;
}

.fs2-report-btn {
	appearance: none;
	flex: 0 0 45px !important;
	width: 45px !important;
	min-width: 45px !important;
	max-width: 45px !important;
	height: 45px !important;
	min-height: 45px !important;
	padding: 0 !important;
	border-radius: 999px !important;
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(16px) saturate(1.35);
	-webkit-backdrop-filter: blur(16px) saturate(1.35);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
	cursor: pointer;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	align-self: center !important;
	line-height: 1;
}

body.plk-ui.is-fullstory-v2 .fs2-hero__cta .fs2-report-btn {
	width: 45px !important;
	max-width: 45px !important;
	flex: 0 0 45px !important;
	align-self: center !important;
}

.fs2-report-btn:hover {
	background: rgba(255, 255, 255, 0.18);
	border-color: rgba(255, 255, 255, 0.4);
	color: #fff;
}

.fs2-report-btn__mark {
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	color: #fff;
}

/* Broken-link report modal */
.fs2-report {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
	pointer-events: auto;
}

.fs2-report[hidden] { display: none !important; }

.fs2-report__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.72);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	cursor: pointer;
}

.fs2-report__dialog {
	position: relative;
	z-index: 1;
	width: min(420px, calc(100vw - 32px));
	padding: 22px 20px 18px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: #18191b;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
}

body.fs2-report-open .fs2-hero__card { isolation: auto; }
body.fs2-report-open .fs2-hero__cta {
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.fs2-report__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.fs2-report__close:hover { background: rgba(255, 255, 255, 0.14); }

.fs2-report__title {
	margin: 0 28px 10px 0;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.fs2-report__text,
.fs2-report__guest {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.72);
}

.fs2-report__label {
	display: block;
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.fs2-report__textarea {
	width: 100%;
	min-height: 110px;
	margin: 0 0 12px;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font: inherit;
	font-size: 14px;
	line-height: 1.45;
	resize: vertical;
	box-sizing: border-box;
}

.fs2-report__textarea:focus {
	outline: none;
	border-color: rgba(255, 255, 255, 0.4);
}

.fs2-report__textarea.is-error {
	border-color: rgba(255, 90, 90, 0.7);
}

.fs2-report__status {
	margin: 0 0 12px;
	font-size: 13px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.7);
}

.fs2-report__status.is-ok { color: #7ddea2; }
.fs2-report__status.is-error { color: #ff8f8f; }

.fs2-report__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.fs2-report__actions .fs2-dl__btn {
	flex: 1 1 140px;
}

/* Download tip popover */
.fs2-dl__primary {
	position: relative;
	display: block;
	flex: 0 0 auto;
	min-width: 0;
	width: 100%;
}

.fs2-dl-tip {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 8px);
	z-index: 30;
	width: 100%;
	pointer-events: none;
}

.fs2-dl-tip[hidden] { display: none !important; }

.fs2-dl-tip.is-on,
.fs2-dl-tip:not([hidden]) {
	pointer-events: auto;
}

.fs2-dl-tip__bubble {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	padding: 11px 12px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(16, 17, 19, 0.96);
	backdrop-filter: blur(20px) saturate(1.35);
	-webkit-backdrop-filter: blur(20px) saturate(1.35);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.55);
	animation: fs2-tip-in 0.18s ease;
}

.fs2-dl-tip__bubble::before {
	content: '';
	position: absolute;
	left: 24px;
	top: -5px;
	width: 10px;
	height: 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(16, 17, 19, 0.96);
	transform: rotate(45deg);
}

.fs2-dl-tip__text {
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
	font-size: 12.5px;
	font-weight: 600;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.92);
}

body.plk-ui.is-fullstory-v2 .fs2-dl-tip__dismiss,
.fs2-dl-tip__dismiss {
	appearance: none !important;
	flex: 0 0 auto;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	height: 28px !important;
	min-height: 28px !important;
	padding: 0 10px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: rgba(255, 255, 255, 0.08) !important;
	background-color: rgba(255, 255, 255, 0.08) !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, 0.72) !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	cursor: pointer;
}

body.plk-ui.is-fullstory-v2 .fs2-dl-tip__dismiss:hover,
.fs2-dl-tip__dismiss:hover {
	background: rgba(255, 255, 255, 0.14) !important;
	color: #fff !important;
	text-decoration: none !important;
}

@keyframes fs2-tip-in {
	from { opacity: 0; transform: translateY(-3px) scale(0.98); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

/* ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Captcha modal (assetbuy-like) ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â */
.fs2-dl-modal {
	position: fixed;
	inset: 0;
	z-index: 12000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 18px;
}

.fs2-dl-modal.is-open {
	display: flex;
}

.fs2-dl-modal[hidden] {
	display: none !important;
}

.fs2-dl-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.75);
	border: 0;
	cursor: pointer;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.fs2-dl-modal__shell {
	position: relative;
	z-index: 1;
	width: min(460px, calc(100% - 8px));
	padding-top: 48px;
}

.fs2-dl-modal__dialog {
	position: relative;
	width: 100%;
	padding: 28px 24px 24px;
	border-radius: 16px;
	background: var(--plk-bg-elevated, #18191b);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
	color: var(--plk-text, #eff3f7);
	text-align: center;
}

.fs2-dl-modal .captcha-challenge {
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
}

.fs2-dl-modal__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 8px;
	margin-bottom: 4px;
}

.fs2-dl-modal__close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: 40px;
	height: 40px;
	min-height: 40px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14) !important;
	color: var(--plk-text, #eff3f7) !important;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.fs2-dl-modal__close:hover {
	background: rgba(255, 255, 255, 0.22) !important;
}

.fs2-dl-modal__title {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color: var(--plk-text);
}

.fs2-dl-modal__subtitle {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
	color: var(--plk-text-muted, rgba(255,255,255,.55));
	max-width: 28em;
}

.fs2-dl-modal__note {
	margin: 14px 0 0;
	font-size: 14px;
	line-height: 1.45;
	color: var(--plk-text-faint, rgba(255,255,255,.45));
}

.fs2-dl-modal .captcha-icon {
	width: 44px;
	height: 44px;
	margin: 0;
	border-radius: 999px;
	display: grid;
	place-items: center;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 18px;
	flex-shrink: 0;
}

.fs2-dl-modal .hcaptcha-wrap {
	display: flex;
	justify-content: center;
	margin-top: 16px;
}

body.fs2-dl-modal-open {
	overflow: hidden;
}

/* ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Sticky glass bar ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â */
.fs2-sticky {
	position: fixed;
	top: 68px;
	left: 0;
	right: 0;
	/* Below .plk-topbar (200); host must be .plk-main, not body */
	z-index: 150;
	display: flex;
	justify-content: center;
	padding: 0 24px;
	width: auto;
	max-width: none;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-8px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

@media screen and (min-width: 1220px) {
	.fs2-sticky {
		left: var(--plk-sidebar-w, 260px);
	}
}

.fs2-sticky.is-on {
	opacity: 1;
	pointer-events: none;
	transform: translateY(0);
}

.fs2-sticky[hidden] { display: none !important; }

.fs2-sticky.is-on:not([hidden]) {
	display: flex !important;
}

.fs2-sticky__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: min(1100px, 100%);
	min-height: 56px;
	padding: 8px 12px 8px 18px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(24, 25, 27, 0.58);
	backdrop-filter: blur(18px) saturate(1.4);
	-webkit-backdrop-filter: blur(18px) saturate(1.4);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
	pointer-events: auto;
}

.fs2-sticky__title {
	min-width: 0;
	flex: 1 1 auto;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fs2-sticky__actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.fs2-sticky .fs2-dl__btn {
	height: 36px !important;
	min-height: 36px;
	padding: 0 14px;
	font-size: 13px;
	line-height: 1;
}

.fs2-sticky .fs2-fav {
	width: 36px;
	height: 36px !important;
	box-shadow: none;
}

/* ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Unity render block ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â */
.fs2-render {
	margin: 0 0 16px;
	padding: 12px;
	border-radius: 16px;
	background:
		radial-gradient(120% 80% at 100% 0%, rgba(255,255,255,0.06), transparent 55%),
		var(--plk-bg-elevated, #18191b);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.fs2-render__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.fs2-render__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 64px;
	padding: 10px 6px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
	text-align: center;
}

.fs2-render__name {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--plk-text);
}

.fs2-render__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	color: rgba(255, 255, 255, 0.32);
}

.fs2-render__item.is-yes .fs2-render__mark {
	color: #7ddea0;
}

.fs2-render__item.is-no .fs2-render__mark {
	color: rgba(255, 255, 255, 0.28);
}

/* ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Stats ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â */
.fs2-stats {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
	padding: 4px 2px 2px;
}

.fs2-stats__col {
	flex: 1 1 0;
	min-width: 0;
	text-align: center;
	padding: 0 6px;
}

.fs2-stats__label {
	display: block;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--plk-text-faint);
	margin-bottom: 4px;
}

.fs2-stats__value {
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--plk-text);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fs2-stats__hint {
	display: block;
	margin-top: 3px;
	font-size: 11px;
	color: var(--plk-text-faint);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Gallery ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â */
.fs2-gallery {
	position: relative;
	margin: 2px 0 4px;
}

.fs2-gallery__track {
	display: flex;
	align-items: stretch;
	gap: 14px;
	overflow-x: auto;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding: 2px 0;
	-webkit-overflow-scrolling: touch;
	cursor: grab;
	user-select: none;
}

.fs2-gallery__track::-webkit-scrollbar { display: none; }

.fs2-gallery__track.is-dragging {
	cursor: grabbing;
	scroll-snap-type: none;
}

/* Global theme forces button { height: 40px } ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â override hard */
body.plk-ui.is-fullstory-v2 .fs2-gallery__shot,
.fs2-gallery__shot {
	appearance: none;
	display: block !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0;
	flex: 0 0 auto;
	width: 320px;
	height: 200px !important;
	min-height: 200px !important;
	max-height: none !important;
	line-height: 0 !important;
	border-radius: 14px;
	overflow: hidden;
	background: var(--plk-bg-elevated, #18191b);
	scroll-snap-align: start;
	cursor: pointer;
	white-space: normal;
	box-shadow: none;
}

.fs2-gallery__shot img {
	display: block;
	width: 100%;
	height: 100% !important;
	max-height: none !important;
	object-fit: cover;
	pointer-events: none;
}

.fs2-gallery__shot--video {
	position: relative;
	background:
		radial-gradient(120% 90% at 20% 10%, rgba(255,255,255,0.12), transparent 50%),
		linear-gradient(145deg, #23262b 0%, #121315 100%);
}

.fs2-gallery__shot--video img {
	filter: brightness(0.72);
}

.fs2-gallery__play {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.fs2-gallery__play i {
	width: 64px;
	height: 64px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(24, 25, 27, 0.55);
	color: #fff;
	font-size: 22px;
	line-height: 1;
	padding-left: 3px;
	box-shadow:
		0 10px 30px rgba(0, 0, 0, 0.45),
		inset 0 0 0 1px rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: transform 0.18s ease, background 0.18s ease;
}

.fs2-gallery__shot--video:hover .fs2-gallery__play i {
	transform: scale(1.06);
	background: rgba(24, 25, 27, 0.72);
}

.fs2-gallery__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 999px;
	background: rgba(24, 25, 27, 0.72);
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.fs2-gallery__nav[hidden] { display: none !important; }

.fs2-gallery__nav:hover {
	background: rgba(24, 25, 27, 0.9);
}

.fs2-gallery__nav--prev { left: 10px; }
.fs2-gallery__nav--next { right: 10px; }

/* ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Lightbox ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â */
.fs2-lightbox {
	position: fixed;
	inset: 0;
	z-index: 13000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.fs2-lightbox[hidden] { display: none !important; }

.fs2-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.82);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	border: 0;
	cursor: pointer;
}

.fs2-lightbox__img {
	position: relative;
	z-index: 1;
	max-width: min(1100px, calc(100vw - 96px));
	max-height: min(86vh, 900px);
	border-radius: 12px;
	object-fit: contain;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
}

.fs2-lightbox__img[hidden],
.fs2-lightbox__video[hidden] {
	display: none !important;
}

.fs2-lightbox__video {
	position: relative;
	z-index: 1;
	width: min(1100px, calc(100vw - 96px));
	aspect-ratio: 16 / 9;
	max-height: min(86vh, 900px);
	border-radius: 12px;
	overflow: hidden;
	background: #000;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
}

.fs2-lightbox__video iframe,
.fs2-lightbox__video video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background: #000;
}

.fs2-lightbox__video video[hidden],
.fs2-lightbox__video iframe[hidden] {
	display: none !important;
}

.fs2-lightbox__close,
.fs2-lightbox__nav {
	position: absolute;
	z-index: 2;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.fs2-lightbox__close {
	top: 18px;
	right: 18px;
}

.fs2-lightbox__nav--prev { left: 16px; }
.fs2-lightbox__nav--next { right: 16px; }

body.fs2-lightbox-open { overflow: hidden; }

/* ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Split 65 / 35 ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â */
.fs2-split {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(0, 0.9fr);
	gap: 28px 36px;
	align-items: start;
}

.fs2-col { min-width: 0; }

.fs2-col--side {
	position: sticky;
	top: 20px;
	align-self: start;
	transition: top 0.2s ease;
}

/* ÃƒÂÃ…Â¡ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â³ÃƒÂÃ‚Â´ÃƒÂÃ‚Â° glass-sticky ÃƒÂÃ‚Â²ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â°ÃƒÂÃ‚Â¹ÃƒÂÃ‚Â´ÃƒÂÃ‚Â±ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â€šÂ¬ ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¶ÃƒÂÃ‚Âµ ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂµÃƒÂÃ‚Â³ÃƒÂÃ‚Â¾, ÃƒÂÃ‚Â° ÃƒÂÃ‚Â½ÃƒÂÃ‚Âµ ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¼ */
body.plk-ui.is-fullstory-v2:has(.fs2-sticky.is-on) .fs2-col--side,
body.plk-ui.is-fs2-sticky-on .fs2-col--side {
	top: var(--fs2-sticky-clear, 148px);
}

/* Header dropdowns always above fs2 sticky bar */
body.plk-ui.is-fullstory-v2 .plk-topbar {
	z-index: 320;
}

body.plk-ui.is-fullstory-v2 .plk-topbar__online-tip,
body.plk-ui.is-fullstory-v2 .plk-topbar__dropdown,
body.plk-ui.is-fullstory-v2 .plk-topbar__tools .header__login-menu,
body.plk-ui.is-fullstory-v2 .plk-topbar__tools .plk-user-menu,
body.plk-ui.is-fullstory-v2 .header__notify-dropdown,
body.plk-ui.is-fullstory-v2 .plk-topbar__search-wrap {
	z-index: 330;
}

.fs2-col__title {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.02em;
}

/* —— Tabs (profile-style segmented control) —— */
.fs2-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 16px;
	padding: 6px;
	border: none;
	border-radius: 14px;
	background: var(--plk-bg-elevated, #18191b);
	box-sizing: border-box;
}

.fs2-tabs__btn {
	appearance: none;
	border: 0;
	background: transparent;
	color: var(--plk-text-muted);
	min-height: 36px;
	height: auto;
	padding: 0 14px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.fs2-tabs__btn:hover {
	color: var(--plk-text);
	background: var(--plk-bg-hover, rgba(255, 255, 255, 0.06));
}

.fs2-tabs__btn.is-active {
	color: #fff;
	background: #2b2d31;
}

body.plk-ui.lt .fs2-tabs {
	background: var(--plk-bg-elevated, #fff);
}

body.plk-ui.lt .fs2-tabs__btn {
	background: transparent;
	color: var(--plk-text-muted);
}

body.plk-ui.lt .fs2-tabs__btn:hover {
	background: var(--plk-bg-hover, rgba(0, 0, 0, 0.04));
	color: var(--plk-text);
}

body.plk-ui.lt .fs2-tabs__btn.is-active {
	background: rgba(0, 0, 0, 0.08);
	color: #18191b;
}

.fs2-panel {
	font-size: 15px;
	line-height: 1.55;
	color: var(--plk-text);
	background: var(--plk-bg-elevated, #18191b);
	border-radius: 12px;
	padding: 18px 20px;
	box-sizing: border-box;
}

.fs2-panel[hidden] {
	display: none !important;
}

.fs2-panel.page__comments {
	padding: 18px 20px;
}

.fs2-panel.page__comments .page__comments-info {
	margin: 0 0 14px;
	font-size: 13px;
	line-height: 1.4;
	color: var(--plk-text-muted, rgba(255,255,255,.55));
}

/* Telegram-like comment compose (fullstory v2) */
body.plk-ui.is-fullstory-v2 .fs2 .page__comments .ac-form {
	margin: 0 0 18px;
	position: relative;
	cursor: default;
}

body.plk-ui.is-fullstory-v2 .fs2 .page__comments .ac-form.ac-toggle {
	cursor: text;
}

body.plk-ui.is-fullstory-v2 .fs2 .page__comments .ac-form__header {
	margin-bottom: 10px;
	gap: 8px;
}

body.plk-ui.is-fullstory-v2 .fs2 .page__comments .ac-form__input {
	height: 40px;
	border: 0;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--plk-text);
	padding: 0 14px;
}

body.plk-ui.is-fullstory-v2 .fs2 .page__comments .ac-form__compose {
	position: relative;
	display: block;
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.28);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	transition: border-color 0.15s ease, background 0.15s ease;
}

body.plk-ui.is-fullstory-v2 .fs2 .page__comments .ac-form__compose:focus-within {
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(0, 0, 0, 0.36);
}

body.plk-ui.is-fullstory-v2 .fs2 .page__comments .ac-form__editor {
	margin: 0;
	position: static;
}

body.plk-ui.is-fullstory-v2 .fs2 .page__comments .ac-toggle .ac-form__editor .bb-editor textarea,
body.plk-ui.is-fullstory-v2 .fs2 .page__comments .ac-form__editor .bb-editor textarea {
	height: 48px;
	padding-bottom: 14px !important;
}

/* Hide BB toolbar; keep the textarea */
body.plk-ui.is-fullstory-v2 .fs2 .page__comments .ac-form__editor .bb-pane,
body.plk-ui.is-fullstory-v2 .fs2 .page__comments .ac-form .bb-btn {
	display: none !important;
}

body.plk-ui.is-fullstory-v2 .fs2 .page__comments .ac-form__editor .bb-editor {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.plk-ui.is-fullstory-v2 .fs2 .page__comments .ac-form__editor textarea,
body.plk-ui.is-fullstory-v2 .fs2 .page__comments .bb-editor textarea,
body.plk-ui.is-fullstory-v2 .fs2 .page__comments .ac-form__editor .bb-editor textarea {
	display: block !important;
	width: 100% !important;
	min-height: 48px !important;
	height: 48px;
	max-height: 180px !important;
	margin: 0 !important;
	padding: 14px 128px 14px 16px !important;
	border: 0 !important;
	border-radius: 22px !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--plk-text, #eff3f7) !important;
	font-size: 15px !important;
	line-height: 1.4 !important;
	resize: none !important;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
	outline: none !important;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

body.plk-ui.is-fullstory-v2 .fs2 .page__comments .ac-form__editor textarea::-webkit-scrollbar,
body.plk-ui.is-fullstory-v2 .fs2 .page__comments .bb-editor textarea::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

body.plk-ui.is-fullstory-v2 .fs2 .page__comments .ac-form__editor textarea::-webkit-resizer,
body.plk-ui.is-fullstory-v2 .fs2 .page__comments .bb-editor textarea::-webkit-resizer {
	display: none;
}

body.plk-ui.is-fullstory-v2 .fs2 .page__comments .ac-form__editor textarea.is-scrollable,
body.plk-ui.is-fullstory-v2 .fs2 .page__comments .bb-editor textarea.is-scrollable {
	overflow-y: auto !important;
}

body.plk-ui.is-fullstory-v2 .fs2 .page__comments .ac-form__editor textarea::placeholder {
	color: rgba(255, 255, 255, 0.35);
}

body.plk-ui.is-fullstory-v2 .fs2 .page__comments .ac-form__compose .ac-form__btn {
	position: absolute !important;
	right: 6px !important;
	bottom: 6px !important;
	z-index: 5;
	width: auto !important;
	height: 36px !important;
	min-height: 36px !important;
	padding: 0 14px 0 12px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #3a3c40 !important;
	color: #f2f3f5 !important;
	box-shadow: none !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 7px;
	pointer-events: auto !important;
	cursor: pointer;
	transition: background 0.15s ease, filter 0.15s ease;
}

body.plk-ui.is-fullstory-v2 .fs2 .page__comments .ac-form__compose .ac-form__btn:hover {
	background: #4a4c50 !important;
	filter: none;
	transform: none;
}

body.plk-ui.is-fullstory-v2 .fs2 .page__comments .ac-form__btn-text {
	display: inline !important;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1;
	white-space: nowrap;
}

body.plk-ui.is-fullstory-v2 .fs2 .page__comments .ac-form__btn-icon {
	display: inline-flex !important;
	font-size: 13px;
	line-height: 1;
	margin: 0;
	transform: translateX(0.5px);
	order: -1;
}

body.plk-ui.is-fullstory-v2 .fs2 .page__comments .ac-form__bottom {
	margin-top: 8px;
	gap: 10px;
}

body.plk-ui.is-fullstory-v2 .fs2 .page__comments .ac-form__bottom .has-checkbox {
	font-size: 12px;
	color: var(--plk-text-faint, rgba(255,255,255,.4));
}

body.plk-ui.is-fullstory-v2 .fs2 .page__comments .message-info.form {
	margin-top: 10px;
}

.fs2-empty {
	margin: 28px 0;
	text-align: center;
	font-size: 14px;
	color: var(--plk-text-faint);
}

.fs2-recent .page-side__block--recent {
	margin: 0;
	background: var(--plk-bg-elevated);
	border-radius: 12px;
	padding: 14px;
}

.fs2-related {
	max-width: 1100px;
}

.fs2-hero .download-denied,
.fs2-hero .download-auth,
.fs2-hero .fs2-gate {
	max-width: none;
}

@media (max-width: 980px) {
	.fs2-hero {
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}

	.fs2-hero__inner {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 36px 20px;
	}

	.fs2-split {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.fs2-col--side {
		position: static;
	}

	.fs2-gallery__shot { width: 260px; height: 162px !important; min-height: 162px !important; }
}

@media (max-width: 640px) {
	.fs2-hero__inner {
		padding: 28px 16px;
	}

	.fs2-stats { flex-wrap: wrap; }
	.fs2-stats__col {
		flex: 1 1 30%;
		padding: 8px 4px;
	}

	.fs2-gallery__shot { width: 220px; height: 138px !important; min-height: 138px !important; }

	.fs2-dl__btn {
		width: auto !important;
	}

	body.plk-ui.is-fullstory-v2 .fs2-hero__cta .fs2-dl__btn,
	body.plk-ui.is-fullstory-v2 .fs2-hero__cta a.fs2-dl__btn,
	body.plk-ui.is-fullstory-v2 .fs2-hero__cta .download-btn {
		width: 100% !important;
	}

	body.plk-ui.is-fullstory-v2 .fs2-hero__cta .fs2-dl__download-line .fs2-dl__btn,
	body.plk-ui.is-fullstory-v2 .fs2-hero__cta .fs2-dl__download-line a.fs2-dl__btn,
	body.plk-ui.is-fullstory-v2 .fs2-hero__cta .fs2-dl__download-line .download-btn {
		width: auto !important;
		flex: 1 1 auto !important;
	}

	body.plk-ui.is-fullstory-v2 .fs2-hero__cta .fs2-report-btn {
		width: 45px !important;
		max-width: 45px !important;
		flex: 0 0 45px !important;
	}

	.fs2-lightbox__img {
		max-width: calc(100vw - 24px);
	}

	.fs2-lightbox__video {
		width: calc(100vw - 24px);
		max-height: 70vh;
	}

	.fs2-lightbox__nav--prev { left: 8px; }
	.fs2-lightbox__nav--next { right: 8px; }

	.fs2-sticky {
		top: 60px;
		padding: 0 12px;
	}

	.fs2-sticky__bar {
		padding: 8px 10px;
		gap: 10px;
	}

	.fs2-sticky__title {
		font-size: 13px;
		max-width: 28vw;
	}

	.fs2-sticky .fs2-dl__btn {
		font-size: 12px;
		padding: 0 10px;
	}
}
