.agroprofil-reels-mount {
	position: fixed;
	right: 16px;
	bottom: calc(16px + env(safe-area-inset-bottom, 0px));
	z-index: 999990;
}

.agroprofil-reels-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 88px;
	min-height: 48px;
	padding: 0 18px;
	border-radius: 999px;
	background: linear-gradient(135deg, #0f5b2a 0%, #78b531 100%);
	box-shadow: 0 14px 32px rgba(10, 43, 20, 0.28);
	color: #fff;
	font: 700 14px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.02em;
	text-decoration: none;
}

.agroprofil-reels-button:focus-visible,
.agroprofil-reels-overlay__close:focus-visible,
.agroprofil-reels-page-back:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.agroprofil-reels-overlay[hidden] {
	display: none;
}

.agroprofil-reels-overlay {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
}

.agroprofil-reels-overlay__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5, 10, 7, 0.84);
}

.agroprofil-reels-overlay__dialog {
	position: relative;
	width: 100%;
	height: 100%;
	background: #000;
}

.agroprofil-reels-overlay__close {
	position: absolute;
	top: calc(12px + env(safe-area-inset-top, 0px));
	right: 12px;
	z-index: 2;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.agroprofil-reels-overlay__frame {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #000;
}

.agroprofil-reels-page-shell {
	min-height: 100vh;
	min-height: 100dvh;
	background: radial-gradient(circle at top, #24481f 0%, #0b110d 40%, #000 100%);
	color: #fff;
	--agroprofil-reels-player-height: min(862px, calc(100dvh - 32px));
	--agroprofil-reels-player-width: min(500px, calc(58dvh - 19px), 100vw);
	--agroprofil-reels-actions-width: 112px;
}

.agroprofil-reels-page-header {
	position: sticky;
	top: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: calc(10px + env(safe-area-inset-top, 0px)) 16px 10px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.28) 100%);
	backdrop-filter: blur(10px);
}

.agroprofil-reels-page-back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	text-decoration: none;
	font: 600 14px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 10px 16px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(15, 91, 42, 0.82) 0%, rgba(120, 181, 49, 0.34) 100%);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(12px);
}

.agroprofil-reels-page-title {
	display: none;
}

.agroprofil-reels-page-content {
	min-height: calc(100vh - 64px);
	min-height: calc(100dvh - 64px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.agroprofil-reels-body {
	margin: 0;
	background: #000;
}

.agroprofil-reels-body .mvp-reel-snap-layout,
.agroprofil-reels-body .mvp-reel-wrap,
.agroprofil-reels-body .mvp-reel-playlist-content {
	height: calc(100vh - 64px);
	height: calc(100dvh - 64px);
	min-height: calc(100vh - 64px);
	min-height: calc(100dvh - 64px);
}

.agroprofil-reels-body .mvp-reel-snap-layout {
	min-height: calc(100vh - 64px);
	min-height: calc(100dvh - 64px);
}

.agroprofil-reels-body .mvp-reel-item,
.agroprofil-reels-body .mvp-reel-content-wrap,
.agroprofil-reels-body .mvp-reel-content-wrap-inner,
.agroprofil-reels-body .mvp-reel-content-item {
	height: 100%;
}

.agroprofil-reels-body .mvp-reel {
	width: var(--agroprofil-reels-player-width) !important;
	max-width: 100% !important;
	margin: 0 auto;
}

.agroprofil-reels-body .mvp-reel-snap-layout .mvp-reel-content-wrap {
	border-radius: 0;
}

.agroprofil-reels-body .mvp-reel,
.agroprofil-reels-body .mvp-reel-wrap,
.agroprofil-reels-body .mvp-reel-playlist-content,
.agroprofil-reels-body .mvp-reel-snap-layout,
.agroprofil-reels-body .mvp-reel-item {
	width: var(--agroprofil-reels-player-width) !important;
	max-width: var(--agroprofil-reels-player-width) !important;
	height: var(--agroprofil-reels-player-height) !important;
	min-height: min(500px, var(--agroprofil-reels-player-height)) !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.agroprofil-reels-page-content > [id^="mvp-reel-wrapper"] {
	width: var(--agroprofil-reels-player-width) !important;
	max-width: var(--agroprofil-reels-player-width) !important;
	height: var(--agroprofil-reels-player-height) !important;
	max-height: 862px !important;
	min-height: min(500px, var(--agroprofil-reels-player-height)) !important;
	overflow: hidden;
}

.agroprofil-reels-body .mvp-reel-skin-default a.mvp-reel-icon,
.agroprofil-reels-body .mvp-reel-skin-default button.mvp-reel-icon {
	width: 48px !important;
	height: 48px !important;
	background:
		linear-gradient(145deg, rgba(120, 181, 49, 0.92), rgba(15, 91, 42, 0.92)) !important;
	border: 1px solid rgba(255, 255, 255, 0.32) !important;
	box-shadow: 0 12px 28px rgba(5, 30, 12, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
	color: #fff !important;
	backdrop-filter: blur(10px);
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease !important;
}

.agroprofil-reels-body .mvp-reel-skin-default a.mvp-reel-icon svg,
.agroprofil-reels-body .mvp-reel-skin-default button.mvp-reel-icon svg {
	width: 21px !important;
	height: 21px !important;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.28));
}

.agroprofil-reels-body .mvp-reel-skin-default .mvp-reel-icon-title {
	margin-top: 7px !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.01em;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55);
}

.agroprofil-reels-body .mvp-reel-title {
	display: none !important;
}

.agroprofil-reels-body .agroprofil-reels-hidden-control,
.agroprofil-reels-body .agroprofil-reels-hidden-control[hidden] {
	display: none !important;
}

.agroprofil-reels-body .mvp-reel-playlist-content,
.agroprofil-reels-body .mvp-reel-snap-layout {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.agroprofil-reels-body .mvp-reel-playlist-content::-webkit-scrollbar,
.agroprofil-reels-body .mvp-reel-snap-layout::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.agroprofil-reels-body .mvp-reel-share-item[data-type="tumblr"],
.agroprofil-reels-body .mvp-reel-share-item[data-type="reddit"],
.agroprofil-reels-body .mvp-reel-share-item[data-type="digg"],
.agroprofil-reels-body .mvp-reel-share-item[data-type="pinterest"] {
	display: none !important;
}

.agroprofil-reels-body .mvp-reel-share-data {
	border-radius: 18px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.agroprofil-reels-body .mvp-reel-share-field-wrap {
	border-color: rgba(15, 91, 42, 0.18);
	border-radius: 10px;
	background: #f7faf5;
	color: #34533a;
}

.agroprofil-reels-body .mvp-reel-share-copy {
	border-radius: 999px !important;
	background: linear-gradient(135deg, #0f5b2a 0%, #78b531 100%) !important;
	color: #fff !important;
	font-weight: 700;
	box-shadow: 0 10px 24px rgba(15, 91, 42, 0.24);
}

.agroprofil-reels-body button.mvp-reel-close-btn {
	top: 12px;
	right: 12px;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: rgba(15, 91, 42, 0.1);
	color: #0f5b2a;
	transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

@media (hover: hover) {
	.agroprofil-reels-body .mvp-reel-share-copy:hover,
	.agroprofil-reels-body button.mvp-reel-close-btn:hover {
		background: linear-gradient(135deg, #127031 0%, #8bcb40 100%) !important;
		color: #fff !important;
		transform: translateY(-1px);
	}
}

@media (hover: hover) {
	.agroprofil-reels-body .mvp-reel-skin-default a.mvp-reel-icon:hover,
	.agroprofil-reels-body .mvp-reel-skin-default button.mvp-reel-icon:not(.mvp-reel-icon-comments-disabled):hover {
		background:
			linear-gradient(145deg, rgba(139, 203, 64, 0.98), rgba(18, 112, 49, 0.98)) !important;
		box-shadow: 0 16px 34px rgba(5, 30, 12, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
		transform: translateY(-1px);
	}
}

@media (max-width: var(--agroprofil-reels-mobile-breakpoint)) {
	.agroprofil-reels-page-header {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 30;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
		backdrop-filter: none;
	}

	.agroprofil-reels-page-content {
		min-height: 100vh;
		min-height: 100dvh;
	}

	.agroprofil-reels-body .mvp-reel-content-wrap {
		position: relative;
		overflow: hidden;
	}

	.agroprofil-reels-body .mvp-reel-item {
		height: calc(var(--agroprofil-reels-player-height) - 44px) !important;
		min-height: 0 !important;
		margin-bottom: 16px !important;
	}

	.agroprofil-reels-body .mvp-reel-icon-holder {
		position: absolute !important;
		top: 86px !important;
		right: 8px !important;
		bottom: auto !important;
		width: 88px !important;
		z-index: 6 !important;
	}

	.agroprofil-reels-body .mvp-reel-icon-holder-inner {
		padding: 0 !important;
	}

	.agroprofil-reels-body .mvp-reel-skin-default .mvp-reel-icon-wrap {
		margin-bottom: 5px !important;
		width: 88px !important;
	}

	.agroprofil-reels-body .mvp-reel-skin-default a.mvp-reel-icon,
	.agroprofil-reels-body .mvp-reel-skin-default button.mvp-reel-icon {
		width: 46px !important;
		height: 46px !important;
		background:
			linear-gradient(135deg, rgba(15, 91, 42, 0.74) 0%, rgba(120, 181, 49, 0.26) 100%) !important;
		border: 1px solid rgba(255, 255, 255, 0.18) !important;
		box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
		color: #fff !important;
		backdrop-filter: blur(8px);
	}

	.agroprofil-reels-body .mvp-reel-skin-default .mvp-reel-icon-title {
		margin-top: 0 !important;
		font-size: 13px !important;
		font-weight: 700 !important;
		line-height: 1.15 !important;
		max-width: 88px !important;
		white-space: normal !important;
		overflow-wrap: anywhere;
		text-shadow: var(--mvp-reel-text-shadow, 0 2px 6px rgba(0, 0, 0, 0.7));
	}

	.agroprofil-reels-body .mvp-reel-info {
		right: 72px !important;
	}
}

.agroprofil-reels-admin-note {
	padding: 20px;
	color: #fff;
	font: 400 14px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.agroprofil-reels-scroll-lock {
	overflow: hidden;
}

@media (min-width: calc(var(--agroprofil-reels-mobile-breakpoint) + 1px)) {
	.agroprofil-reels-mount {
		display: none;
	}

	.agroprofil-reels-page-header {
		position: static;
		padding: 0;
		background: transparent;
		backdrop-filter: none;
	}

	.agroprofil-reels-page-title {
		display: none;
	}

	.agroprofil-reels-page-content {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 100vh;
		min-height: 100dvh;
		padding: 0 24px;
	}

	.agroprofil-reels-page-back {
		position: fixed !important;
		top: 64px !important;
		left: max(24px, calc(50vw - 382px)) !important;
		right: auto !important;
		z-index: 30;
		padding: 10px 14px;
		border-radius: 999px;
		background:
			linear-gradient(135deg, rgba(15, 91, 42, 0.86) 0%, rgba(120, 181, 49, 0.36) 100%);
		backdrop-filter: blur(10px);
		box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
		font-size: 15px;
	}

	.agroprofil-reels-page-content > [id^="mvp-reel-wrapper"] {
		width: calc(var(--agroprofil-reels-player-width) + var(--agroprofil-reels-actions-width)) !important;
		max-width: calc(var(--agroprofil-reels-player-width) + var(--agroprofil-reels-actions-width)) !important;
		height: var(--agroprofil-reels-player-height) !important;
		max-height: 862px !important;
		min-height: min(500px, var(--agroprofil-reels-player-height)) !important;
		margin: 0 auto;
		overflow: visible !important;
	}

	.agroprofil-reels-body .mvp-reel,
	.agroprofil-reels-body .mvp-reel-wrap,
	.agroprofil-reels-body .mvp-reel-playlist-content,
	.agroprofil-reels-body .mvp-reel-snap-layout,
	.agroprofil-reels-body .mvp-reel-item {
		width: calc(var(--agroprofil-reels-player-width) + var(--agroprofil-reels-actions-width)) !important;
		max-width: calc(var(--agroprofil-reels-player-width) + var(--agroprofil-reels-actions-width)) !important;
		margin: 0 auto;
	}

	.agroprofil-reels-body .mvp-reel,
	.agroprofil-reels-body .mvp-reel-wrap,
	.agroprofil-reels-body .mvp-reel-playlist-content,
	.agroprofil-reels-body .mvp-reel-snap-layout {
		min-height: min(500px, var(--agroprofil-reels-player-height)) !important;
		height: var(--agroprofil-reels-player-height) !important;
	}

	.agroprofil-reels-body .mvp-reel-content-wrap {
		width: var(--agroprofil-reels-player-width) !important;
		max-width: var(--agroprofil-reels-player-width) !important;
		height: 100% !important;
		border-radius: 22px;
		border: 0 !important;
		border-bottom: 0 !important;
		background: #000;
		box-shadow: none;
		overflow: hidden;
	}

	.agroprofil-reels-body .mvp-reel-content-wrap-inner,
	.agroprofil-reels-body .mvp-reel-content-item,
	.agroprofil-reels-body .mvp-reel-content-item-main,
	.agroprofil-reels-body .mvp-reel-media,
	.agroprofil-reels-body .mvp-video,
	.agroprofil-reels-body video.mvp-video,
	.agroprofil-reels-body .mvp-reel-poster-img {
		width: 100% !important;
		height: 100% !important;
	}

	.agroprofil-reels-body .mvp-video,
	.agroprofil-reels-body video.mvp-video,
	.agroprofil-reels-body .mvp-reel-poster-img {
		object-fit: contain !important;
		background: #000;
	}

	.agroprofil-reels-body .mvp-reel-info {
		left: 0;
		right: 0;
		bottom: 0;
		padding: 16px 16px 18px;
		background: transparent;
	}

	.agroprofil-reels-body .mvp-reel-title,
	.agroprofil-reels-body .mvp-reel-description,
	.agroprofil-reels-body .mvp-reel-author,
	.agroprofil-reels-body .mvp-reel-date,
	.agroprofil-reels-body .mvp-reel-play-count {
		color: #fff;
	}

	.agroprofil-reels-body .mvp-reel-icon-holder {
		top: 50% !important;
		right: 0 !important;
		bottom: auto !important;
		transform: translateY(-50%) !important;
	}

	.agroprofil-reels-body .mvp-reel-controls,
	.agroprofil-reels-body .mvp-reel-controls-hidden,
	.agroprofil-reels-body .mvp-reel-controls-force-hidden,
	.agroprofil-reels-body .mvp-reel-controls-visibility-hidden {
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto !important;
	}

	.agroprofil-reels-body .mvp-reel-snap-layout .mvp-reel-playlist-content {
		scroll-snap-type: y mandatory !important;
	}

	.agroprofil-reels-body .mvp-reel-snap-layout .mvp-reel-item {
		height: var(--agroprofil-reels-player-height) !important;
		min-height: min(500px, var(--agroprofil-reels-player-height)) !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-bottom: 0 !important;
		box-shadow: none !important;
		scroll-snap-align: start !important;
		scroll-snap-stop: always !important;
	}

	.agroprofil-reels-body .mvp-reel-skin-default .mvp-reel-item {
		border: 0 !important;
		border-bottom: 0 !important;
		box-shadow: none !important;
		background-image: none !important;
	}
}
