* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scrollbar-width: none;
}

body {
	font-family:
		"Montserrat",
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: -0.01em;
	background: linear-gradient(135deg, #0a1f2e 0%, #081d2d 25%, #0d2a3d 50%, #0f3a4d 75%, #1a4a5e 100%);
	color: #ffffff;
	min-height: 100vh;
	padding-bottom: 50px; /* Space for bottom navigation */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.modal-open {
	overflow: hidden;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	z-index: 999;
}

.header h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.2;
	text-transform: uppercase;
	background: linear-gradient(45deg, #ffffff 0%, #e6f3ff 25%, #b3d9ff 75%, #80bfff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 4px;
}

.header h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: -0.01em;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	margin-bottom: 0;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-font-smoothing: antialiased;
}

.content {
	/* padding: 20px; */
	padding-top: 80px;
	min-height: calc(100vh - 160px);
}

.tab-content {
	display: none;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease-in-out;
	padding-bottom: 20px;
}

.tab-content.active {
	display: block;
	pointer-events: auto;
	animation: fadeIn 0.3s ease-in-out forwards;
}

.tab-content.fade-out {
	pointer-events: none;
	animation: fadeOut 0.2s ease-in-out forwards;
}

/* Modal Tab Styles */
.modal-tabs {
	/* margin: 0 -20px 0px -20px; */
	z-index: 9;
}

.modal-tab-row {
	display: flex;
	overflow-x: auto;
	gap: 8px;
	padding: 12px 12px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.modal-tab-row::-webkit-scrollbar {
	display: none;
}

.modal-tab {
	flex-shrink: 0;
	padding: 8px 16px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 8px;
}

.modal-tab.active {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.4);
	color: #ffffff;
	box-shadow: 0 4px 10px rgba(255, 255, 255, 0.1);
}

.modal-tab-content {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
	padding-bottom: 70px;
}

.modal-tab-content.person {
	padding-bottom: 10px;
}

.modal-tab-content.active {
	display: block;
	opacity: 1;
}

.modal-tab-contents {
	scrollbar-width: none;
}

.episodes-section {
	margin-top: 20px;
}

.episodes-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

.season-buttons-container {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	padding: 0px 0px 12px;
}

.season-action-btn {
	padding: 8px 16px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 12px;
	font-weight: 600;
	transition: all 0.2s ease;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.reset-season-btn {
	padding: 8px 16px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 12px;
	font-weight: 600;
	transition: all 0.2s ease;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.episode-item {
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	margin-bottom: 8px;
	background: rgba(255, 255, 255, 0.05);
	overflow: hidden;
	transition: all 0.3s ease;
}

.episode-header {
	padding: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background-color 0.2s ease;
	gap: 12px;
}

.episode-title {
	color: #ffffff;
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 2px;
}

.episode-title-expanded {
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.episode-number {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 400;
	padding: 10px;
}

.episode-details {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	padding: 0 16px;
	transition:
		max-height 0.4s ease,
		opacity 0.3s ease,
		padding 0.3s ease;
	border-top: 1px solid transparent;
}

.episode-item.expanded .episode-details {
	max-height: fit-content;
	opacity: 1;
	padding: 16px 16px 20px 16px;
	border-top-color: rgba(255, 255, 255, 0.1);
}

.episode-meta {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 16px;
	font-size: 10px;
	color: rgba(255, 255, 255, 0.8);
}

.episode-meta .meta-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 8px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	font-weight: 500;
	font-size: 10px;
	color: rgba(255, 255, 255, 0.9);
}

.episode-meta .meta-badge-icon {
	width: 12px;
	height: 12px;
	color: rgba(255, 255, 255, 0.7);
}

.episode-description {
	line-height: 1.6;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.85);
	background: rgba(255, 255, 255, 0.05);
	padding: 12px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.episode-actions {
	background: rgba(15, 15, 25, 0.4);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	padding: 4px;
	gap: 4px;
	box-shadow: 0 4px 16px rgb(0 0 0 / 30%);
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	flex-shrink: 0;
	padding: 5px;
	margin: 0px 10px;
}

.episode-action-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: transparent;
	border: none;
	transition: all 0.2s ease;
	position: relative;
	overflow: hidden;
}

.episode-action-btn.active {
	background: transparent;
	box-shadow:
		inset 0 2px 4px rgba(0, 0, 0, 0.3),
		inset 0 -2px 4px rgba(255, 255, 255, 0.05),
		0 0 0 1px rgba(255, 255, 255, 0.1) inset;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.episode-action-btn.active .episode-action-icon {
	color: rgba(255, 255, 255, 0.95);
	text-shadow:
		0 1px 2px rgba(0, 0, 0, 0.4),
		0 0 8px rgba(255, 255, 255, 0.1);
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.episode-action-btn.loading .episode-action-icon {
	animation: spin 1s linear infinite;
}

.episode-action-icon {
	width: 15px;
	height: 15px;
	color: rgba(150, 150, 150, 0.7);
	transition:
		all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		opacity 0.2s ease,
		transform 0.2s ease;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	transform-origin: center;
}

.content-card {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
	border-radius: 20px;
	padding: 24px;
	margin-bottom: 20px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	overflow: hidden;
}

.content-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(128, 191, 255, 0.1) 0%, rgba(83, 52, 131, 0.1) 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.content-card h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: #ffffff;
}

.content-card p {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0;
	color: rgba(255, 255, 255, 0.8);
}

/* Bottom Bar Container */
.menu-bar {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: end;
	justify-content: space-between;
	width: 100%;
	z-index: 1000;
	padding: 0 10px;
	pointer-events: none;
}

.hide {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.menu-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: transparent;
	border: none;
	transition: all 0.2s ease;
	position: relative;
	overflow: hidden;
	pointer-events: auto;
}

.menu-btn.active {
	background: transparent;
	box-shadow:
		inset 0 2px 4px rgba(0, 0, 0, 0.3),
		inset 0 -2px 4px rgba(255, 255, 255, 0.05),
		0 0 0 1px rgba(255, 255, 255, 0.1) inset;
	border: 1px solid rgba(255, 255, 255, 0.08);
	animation: navFadeInGlow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes navFadeInGlow {
	30% {
		opacity: 0.7;
		transform: scale(1.05);
		box-shadow:
			inset 0 1px 2px rgba(0, 0, 0, 0.15),
			inset 0 -1px 2px rgba(255, 255, 255, 0.02);
	}
	100% {
		opacity: 1;
		transform: scale(1);
		box-shadow:
			inset 0 2px 4px rgba(0, 0, 0, 0.3),
			inset 0 -2px 4px rgba(255, 255, 255, 0.05),
			0 0 0 1px rgba(255, 255, 255, 0.1) inset;
		border: 1px solid rgba(255, 255, 255, 0.08);
	}
}

@keyframes fadeIn {
	60% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeOut {
	100% {
		opacity: 0;
	}
}

.menu-icon {
	width: 20px;
	height: 20px;
	color: rgba(150, 150, 150, 0.7);
	transition:
		all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		opacity 0.2s ease,
		transform 0.2s ease;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	transform-origin: center;
}

.menu-btn.active .menu-icon {
	color: rgba(255, 255, 255, 0.95);
	transform: scale(1);
	text-shadow:
		0 1px 2px rgba(0, 0, 0, 0.4),
		0 0 8px rgba(255, 255, 255, 0.1);
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.menu-btn:active {
	transform: scale(0.95);
}

.menu-btn.active:active {
	transform: scale(1.02);
}

.menu {
	background: rgba(22, 65, 57, 0.19);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px) brightness(0.8);
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	padding: 6px;
	gap: 6px;
	box-shadow: 0 6px 24px rgb(0 0 0 / 40%);
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menu.vertical {
	flex-direction: column;
}

.menu.vertical.show {
	transform: translateY(-10px);
}

.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.cast {
	font-weight: 600;
}

.menu-set {
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.2s ease;
	pointer-events: none;
}

/* Typography Utilities */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: -0.01em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p,
span,
div {
	font-family: "Montserrat", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Button Typography */
button,
.btn {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	letter-spacing: -0.005em;
	-webkit-font-smoothing: antialiased;
}

/* Search Bar Styles */
.search-bar-wrapper {
	padding: 20px 20px 10px 20px;
}

.search-bar {
	position: relative;
	display: flex;
	align-items: center;
	background: rgb(15 15 25 / 25%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 8px 12px;
	transition: all 0.3s ease;
}

.search-bar:focus-within {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgb(15 15 25 / 35%);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

#search-input {
	flex: 1;
	padding: 8px 12px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	background: transparent;
	border: none;
	outline: none;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

#search-input::placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.search-icon-btn,
.clear-icon-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 50%;
	transition: all 0.2s ease;
	flex-shrink: 0;
}

.search-icon-btn:active,
.clear-icon-btn:active {
	transform: scale(0.9);
	background: rgba(255, 255, 255, 0.15);
}

.search-icon-btn svg {
	width: 18px;
	height: 18px;
	color: rgba(255, 255, 255, 0.6);
}

.clear-icon-btn svg {
	width: 16px;
	height: 16px;
	color: rgba(255, 255, 255, 0.5);
}

/* Grid Layout for Discover */
.result-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	gap: 16px;
	padding: 20px;
}

/* Watchlist Section Styles */
.watchlist-section {
	margin: 0 20px 30px 20px;
}

.watchlist-section-header {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 2px solid rgba(80, 200, 255, 0.3);
	text-transform: uppercase;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.watchlist-section .result-grid {
	margin: 0;
	padding: 0;
}

.item-card {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	aspect-ratio: 2/3;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
}

.item-card.loading {
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-card.loading::before {
	content: "";
	width: 32px;
	height: 32px;
	border: 3px solid rgba(255, 255, 255, 0.1);
	border-top-color: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
	position: absolute;
	z-index: 1;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.item-poster {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	opacity: 0;
	animation: fadeInImage 0.3s ease-in forwards;
}

@keyframes fadeInImage {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.item-title {
	font-size: 12px;
	font-weight: 500;
	color: white;
	margin: 0;
	line-height: 1.2;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.modal-info-icon {
	width: 14px;
	height: 14px;
}

/* Modal Styles */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.3s ease;
}

.modal.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.modal-content {
	background: linear-gradient(135deg, rgba(5, 15, 25, 0.98) 0%, rgba(2, 20, 30, 0.99) 100%);
	/* -webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px); */
	border-radius: 20px;
	/* max-width: 90vw; */
	/* width: 400px; */
	/* max-height: 90vh; */
	/* overflow: hidden; */
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
	transform: scale(0.9) translateY(20px);
	transition: transform 0.3s ease;
}

.modal.show .modal-content {
	transform: scale(1) translateY(0);
}

.modal-details {
	height: 90vh;
	width: 90vw;
	overflow-y: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	border-radius: 20px;
}

.modal-details::-webkit-scrollbar {
	display: none;
}

.modal-backdrop {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 20px 20px 0 0;
	filter: brightness(0.5);
}

.modal-poster {
	width: 180px;
	height: 270px;
	border-radius: 12px;

	display: block;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
	border: 3px solid rgba(255, 255, 255, 0.1);
	object-fit: cover;
	position: relative;
	z-index: 10;
}

.modal-logo {
	width: 180px;
	height: 180px;
	border-radius: 12px;

	display: block;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
	border: 3px solid rgba(255, 255, 255, 0.1);
	object-fit: contain;
	position: relative;
	z-index: 10;
}

.poster-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -150px auto 20px;
	width: 180px;
	height: 270px;
}

.logo-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -150px auto 20px;
	width: 180px;
	height: 180px;
	border-radius: 12px;
}

.poster-container .modal-poster {
	position: absolute;
	transition: opacity 0.3s ease;
	opacity: 1;
	visibility: visible;
}

.poster-container .modal-poster[data-poster-type^="season-"] {
	opacity: 0;
	visibility: hidden;
}

.modal-body {
	text-align: center;
}

.modal-title {
	font-size: 24px;
	font-weight: 600;
	color: white;
	margin-bottom: 12px;
	line-height: 1.2;
	padding: 0px 18px;
}

.modal-subtitle {
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 12px;
	padding: 0px 18px;
}

.modal-info {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-bottom: 20px;
	padding: 0px 18px;
}

.modal-info-item {
	background: rgba(255, 255, 255, 0.1);
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

.modal-info-item.clickable {
	transition:
		background 0.2s ease,
		border-color 0.2s ease;
}

.modal-info-item.clickable:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.3);
}

.spin {
	animation: spin 0.8s linear infinite;
}

.modal-section {
	margin-bottom: 20px;
	text-align: left;
	padding: 0px 18px;
}

.cast-section {
	margin-bottom: 20px;
	text-align: left;
}

.titles-section {
	margin-bottom: 20px;
	text-align: left;
}

.titles-section h4 {
	font-size: 16px;
	font-weight: 600;
	color: white;
	margin-bottom: 8px;
	margin-top: 8px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 0px 18px;
}

.cast-section h4 {
	font-size: 16px;
	font-weight: 600;
	color: white;
	margin-bottom: 8px;
	margin-top: 8px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 0px 18px;
}

.modal-section h4 {
	font-size: 16px;
	font-weight: 600;
	color: white;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.modal-section p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.5;
	margin: 0;
}

/* Cast Pills Styles */
.cast-pills-container {
	display: flex;
	flex-direction: row;
	gap: 12px;
	margin-top: 12px;
	overflow-x: auto;
	scrollbar-width: none;
	padding: 0px 18px;
}

.cast-pill {
	display: flex;
	align-items: center;
	gap: 12px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50px;
	padding: 8px 16px 8px 8px;
	transition: all 0.2s ease;
}

.cast-image-container {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.05);
	border: 2px solid rgba(255, 255, 255, 0.1);
}

.cast-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.company-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.cast-image-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
	color: rgba(255, 255, 255, 0.3);
}

.cast-image-placeholder i {
	width: 24px;
	height: 24px;
}

.cast-text-container {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.cast-name {
	font-size: 14px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.95);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cast-character {
	font-size: 12px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.watch-providers-section {
	padding: 10px 0px 10px 0px;
	text-align: left;
}

.watch-providers-section h4 {
	font-size: 16px;
	font-weight: 600;
	color: white;
	margin-bottom: 8px;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 0px 18px;
}

.watch-providers-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow-x: auto;
	/* gap: 15px; */
	align-items: center;
	scrollbar-width: none;
	-ms-overflow-style: none;
	scroll-behavior: smooth;
	padding: 0px 18px 4px 18px;
}
.watch-providers-container::-webkit-scrollbar {
	display: none;
}

.watch-provider-logo-container {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	/* border-radius: 50%; */
	overflow: hidden;
	background: rgba(54, 53, 57, 0);
	/* border: 3px solid rgba(75, 72, 72, 0.51); */
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
}

.watch-provider-logo {
	width: 32px;
	height: 32px;
	object-fit: scale-down;
	display: block;
}

.modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.25);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	pointer-events: auto;
	z-index: 10;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.close-icon {
	width: 16px;
	height: 16px;
	color: gray;
}

.loading-spinner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
}

.spinner {
	width: 40px;
	height: 40px;
	border: 3px solid rgba(255, 255, 255, 0.2);
	border-top: 3px solid rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.error-message {
	background: rgba(255, 59, 48, 0.1);
	border: 1px solid rgba(255, 59, 48, 0.3);
	border-radius: 12px;
	padding: 16px;
	margin: 20px;
	color: #ff6b6b;
	text-align: center;
}

.empty-state-message {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 20px;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	gap: 16px;
}

.empty-state-message i {
	width: 64px;
	height: 64px;
	opacity: 0.4;
}

.empty-state-message .message-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.no-results-message {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 20px;
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
	gap: 16px;
}

.no-results-message i {
	width: 64px;
	height: 64px;
	opacity: 0.4;
}

.no-results-message .message-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.placeholder-poster {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #17172f 0%, #040404 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #999;
	font-size: 12px;
	text-align: center;
	padding: 8px;
	border-radius: 12px;
	border: 3px solid rgba(255, 255, 255, 0.1);
}

.placeholder-poster p {
	padding: 10px;
}

.placeholder-backdrop {
	width: 100%;
	height: 200px;
	/* background: linear-gradient(135deg, #17172f 0%, #040404 100%); */
	border-radius: 20px 20px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #999;
	font-size: 12px;
	text-align: center;
	padding: 8px;
}

.placeholder-backdrop p {
	padding: 10px;
}

/* Confirmation Modal Styles */
.confirmation-modal .modal-content {
	width: 320px;
	max-width: 90vw;
	min-height: auto;
}

.confirmation-content .modal-body {
	padding: 30px 24px 24px;
}

.confirmation-content .modal-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 16px;
	color: #ffffff;
}

.confirmation-message {
	font-size: 15px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 24px;
	text-align: center;
}

.confirmation-buttons {
	display: flex;
	gap: 12px;
	justify-content: center;
}

.confirmation-btn {
	padding: 12px 24px;
	border: none;
	border-radius: 24px;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.2s ease;
	min-width: 100px;
}

.cancel-btn {
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.set-btn {
	background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
	color: white;
	border: 1px solid rgba(255, 107, 107, 0.3);
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease;
	flex-shrink: 0;
}

.confirm-btn {
	background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
	color: white;
	border: 1px solid rgba(255, 107, 107, 0.3);
}

.confirm-btn:active {
	transform: translateY(0);
}

/* Trailer Styles */
.trailer-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 12px;
}

.trailer-item {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	padding: 10px 14px;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: inherit;
}

.trailer-channel-logo {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.trailer-icon {
	width: 18px;
	height: 18px;
	color: #ff6b6b;
	flex-shrink: 0;
}

.trailer-info {
	flex: 1;
	min-width: 0;
}

.trailer-name {
	font-size: 13px;
	font-weight: 500;
	color: white;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.trailer-type {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.5);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.trailer-channel-name {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.5);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.trailer-stats {
	color: rgba(255, 255, 255, 0.5);
	/* white-space: nowrap; */
	/* text-overflow: ellipsis; */
	display: flex;
	/* align-items: center; */
	/* overflow: ; */
	flex-wrap: wrap;
	gap: 0px 12px;
}

.trailer-row {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.trailer-badge-row {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}

.trailer-badge {
	/* color: rgba(255, 255, 255, 0.9); */
	/* background: rgba(255, 255, 255, 0.1); */
	/* border: 1px solid rgba(255, 255, 255, 0.27); */
	display: inline-flex;
	align-items: center;
	gap: 3px;
	font-size: 10px;
	/* font-weight: 600; */
	/* text-transform: uppercase; */
	/* letter-spacing: 0.4px; */
	/* border-radius: 12px; */
	/* padding: 1px 7px; */
	flex-shrink: 0;
}

.trailer-stat-icon {
	width: 11px;
	height: 11px;
	/* margin-right: 2px; */
}

.trailer-stat-text {
	font-size: 11px;
	/* margin-right: 12px; */
}

.external-icon {
	width: 14px;
	height: 14px;
	color: rgba(255, 255, 255, 0.4);
	flex-shrink: 0;
}

/* Recommendations Section Styles */
.recommendations-container {
	display: flex;
	gap: 12px;
	margin-top: 12px;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	padding: 0px 18px 8px 18px;
}

.recommendations-container::-webkit-scrollbar {
	height: 6px;
}

.recommendations-container::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 3px;
}

.recommendations-container::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 3px;
	transition: background 0.2s ease;
}

.recommendation-card {
	flex-shrink: 0;
	width: 120px;
	border-radius: 12px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease;
	position: relative;
}

.recommendation-poster {
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
}

.recommendation-placeholder {
	width: 100%;
	height: 180px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.3);
}

.recommendation-placeholder i {
	width: 32px;
	height: 32px;
}

.recommendation-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 70%, transparent 100%);
	padding: 20px 8px 6px 8px;
	font-size: 11px;
	font-weight: 500;
	color: white;
	line-height: 1.3;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Item Badge Styles */
.item-badge {
	position: absolute;
	top: 8px;
	right: 8px;
	background: rgba(0, 0, 0, 0.4);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	padding: 4px 8px;
	font-size: 10px;
	font-weight: 500;
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	pointer-events: auto;
	transition: all 0.3s ease;
	z-index: 10;
	max-width: calc(100% - 16px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex;
	align-items: center;
	gap: 4px;
}

.item-badge-icon {
	width: 12px;
	height: 12px;
	flex-shrink: 0;
}

.item-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 70%, transparent 100%);
	padding: 20px 8px 6px 8px;
	font-size: 11px;
	font-weight: 500;
	color: white;
	line-height: 1.3;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	pointer-events: none;
}

.item-progress {
	position: absolute;
	top: 8px;
	left: 8px;
	background: rgba(0, 0, 0, 0.4);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
	z-index: 10;
	transition: all 0.3s ease;
}

.item-progress-icon {
	width: 12px;
	height: 12px;
	flex-shrink: 0;
}

.trailer-spinner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.trailer-spinner .spinner {
	width: 20px;
	height: 20px;
	border-width: 2px;
}

.trailer-message {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
	white-space: nowrap;
}

/* Modal Button Overlay Styles
.modal-button-overlay {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 16px;
	z-index: 10;
} */

.modal-button-set {
	position: fixed;
	display: flex;
	bottom: 20px;
	gap: 16px;
	z-index: 10;
	background: rgb(15 15 25 / 50%);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	padding: 6px;
	gap: 6px;
	box-shadow: 0 6px 24px rgb(0 0 0 / 40%);
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.modal-button-set.action-btns {
	left: 50%;
	transform: translateX(-50%);
}

.modal-button-set.rate-btn {
	right: 20px;
}

.modal-button-set.hide-btn {
	left: 20px;
}

.modal-action-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: transparent;
	border: none;
	transition: all 0.2s ease;
	position: relative;
	overflow: hidden;
	pointer-events: auto;
}

.modal-action-btn.active {
	background: transparent;
	box-shadow:
		inset 0 2px 4px rgba(0, 0, 0, 0.3),
		inset 0 -2px 4px rgba(255, 255, 255, 0.05),
		0 0 0 1px rgba(255, 255, 255, 0.1) inset;
	border: 1px solid rgba(255, 255, 255, 0.08);
	animation: navFadeInGlow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.modal-action-btn.active .modal-action-icon {
	color: rgba(255, 255, 255, 0.95);
	transform: scale(1);
	text-shadow:
		0 1px 2px rgba(0, 0, 0, 0.4),
		0 0 8px rgba(255, 255, 255, 0.1);
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.modal-action-btn.loading .modal-action-icon {
	animation: spin 1s linear infinite;
}

.menu-btn.loading .menu-icon {
	animation: spin 1s linear infinite;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.modal-action-icon {
	width: 20px;
	height: 20px;
	color: rgba(150, 150, 150, 0.7);
	transition:
		all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		opacity 0.2s ease,
		transform 0.2s ease;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	transform-origin: center;
}

/* Dashboard Configuration Styles */
.config-section {
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
}

.config-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 24px;
	color: rgba(255, 255, 255, 0.95);
	text-align: center;
	letter-spacing: -0.02em;
}

.config-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 20px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 12px;
	transition: all 0.2s ease;
}

.config-label {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: -0.01em;
}

/* Toggle Switch Styles */
.toggle-switch {
	position: relative;
	display: inline-block;
	width: 52px;
	height: 28px;
}

.toggle-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.toggle-slider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 14px;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

.toggle-slider:before {
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	left: 3px;
	bottom: 3px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(200, 200, 200, 0.9) 100%);
	border-radius: 50%;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.toggle-switch input:checked + .toggle-slider {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-color: rgba(255, 255, 255, 0.2);
	box-shadow:
		inset 0 2px 4px rgba(0, 0, 0, 0.1),
		0 0 12px rgba(102, 126, 234, 0.3);
}

.toggle-switch input:checked + .toggle-slider:before {
	transform: translateX(24px);
	background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 255, 1) 100%);
	box-shadow:
		0 2px 6px rgba(0, 0, 0, 0.3),
		0 0 8px rgba(255, 255, 255, 0.2);
}

.toggle-switch input:focus + .toggle-slider {
	box-shadow:
		inset 0 2px 4px rgba(0, 0, 0, 0.2),
		0 0 0 2px rgba(255, 255, 255, 0.1);
}

/* Rating Modal Styles */
.rating-modal .modal-content {
	width: 450px;
}

.rating-content .modal-body {
	text-align: center;
	padding: 30px 24px;
}

.rating-content .modal-title {
	margin-bottom: 30px;
	font-size: 20px;
}

.rating-stars-container {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 30px;
	transition: all 0.3s ease;
}

.rating-stars-container[data-rating-level="1"] .rating-star.active .rating-star-icon {
	color: #dc3422;
	filter: drop-shadow(0 0 12px rgba(230, 54, 34, 0.7));
}

.rating-stars-container[data-rating-level="2"] .rating-star.active .rating-star-icon {
	color: #e67e22;
	filter: drop-shadow(0 0 12px rgba(230, 126, 34, 0.7));
}

.rating-stars-container[data-rating-level="3"] .rating-star.active .rating-star-icon {
	color: #ede325;
	filter: drop-shadow(0 0 12px rgba(251, 227, 18, 0.7));
}

.rating-stars-container[data-rating-level="4"] .rating-star.active .rating-star-icon {
	color: #27ae60;
	filter: drop-shadow(0 0 12px rgba(39, 174, 96, 0.7));
}

.rating-stars-container[data-rating-level="5"] .rating-star.active .rating-star-icon {
	color: #3498db;
	filter: drop-shadow(0 0 12px rgba(52, 152, 219, 0.7));
}

.rating-stars-container[data-rating-level="0"] .rating-star.active .rating-star-icon {
	color: rgba(255, 255, 255, 0.3);
	filter: none;
}

.menu-btn[data-rating-level="1"].active .menu-icon {
	color: #dc3422;
	filter: drop-shadow(0 0 12px rgba(230, 54, 34, 0.7));
}

.menu-btn[data-rating-level="2"].active .menu-icon {
	color: #e67e22;
	filter: drop-shadow(0 0 12px rgba(230, 126, 34, 0.7));
}

.menu-btn[data-rating-level="3"].active .menu-icon {
	color: #ede325;
	filter: drop-shadow(0 0 12px rgba(251, 227, 18, 0.7));
}

.menu-btn[data-rating-level="4"].active .menu-icon {
	color: #27ae60;
	filter: drop-shadow(0 0 12px rgba(39, 174, 96, 0.7));
}

.menu-btn[data-rating-level="5"].active .menu-icon {
	color: #3498db;
	filter: drop-shadow(0 0 12px rgba(52, 152, 219, 0.7));
}

/* Image Carousel */
.image-carousel-overlay {
	position: fixed;
	inset: 0;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.92);
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-carousel {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 90vw;
	max-height: 90vh;
	gap: 12px;
}

.image-carousel-img {
	max-width: 85vw;
	max-height: 80vh;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
	display: block;
}

.image-carousel-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.image-carousel-nav {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	transition: background 0.2s ease;
	flex-shrink: 0;
}

.carousel-icon {
	width: 16px;
	height: 16px;
	color: gray;
}

.set-icon {
	width: 16px;
	height: 16px;
	color: white;
}

.image-carousel-close {
	position: absolute;
	top: -40px;
	right: 0px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.25);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	pointer-events: auto;
	z-index: 10;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.image-carousel-counter {
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
	white-space: nowrap;
	min-width: 48px;
	text-align: center;
}

.rating-star {
	background: none;
	border: none;
	padding: 8px;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	border-radius: 50%;
	position: relative;
}

.rating-star-icon {
	width: 24px;
	height: 24px;
	color: rgba(255, 255, 255, 0.3);
	transition: all 0.2s ease;
}

.rating-star.active .rating-star-icon {
	transform: scale(1.15);
}
