html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #050518;
}

#althea-app {
	position: fixed;
	inset: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background: #050518;
	font-family: Arial, sans-serif;
}

#althea-stage {
	position: absolute;
	inset: 0;
	overflow: hidden;
	background:
		radial-gradient(
			circle at center,
			#29293d 0%,
			#080819 70%
		);
}

#althea-poster,
#althea-video {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #050518;
	object-fit: cover;
	object-position: center center;
}

#althea-poster[hidden],
#althea-video[hidden] {
	display: none;
}

#althea-start-panel {
	position: absolute;
	left: 50%;
	bottom: 16px;
	z-index: 20;
	display: flex;
	align-items: center;
	gap: 10px;
	transform: translateX(-50%);
	padding: 10px;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.32);
}

#althea-start-panel[hidden] {
	display: none;
}

#althea-language {
	min-width: 110px;
	height: 42px;
	padding: 0 12px;
	border: 0;
	outline: 0;
	background: #fff;
	color: #111;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

#althea-start {
	min-width: 120px;
	height: 42px;
	padding: 0 22px;
	border: 0;
	border-radius: 23px;
	background: #111;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

#althea-start:hover,
#althea-start:focus {
	background: #282828;
}

#althea-start:disabled {
	opacity: 0.6;
	cursor: wait;
}

#althea-loading {
	position: absolute;
	inset: 0;
	z-index: 15;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
	background: rgba(5, 5, 24, 0.82);
	color: #fff;
	font-size: 18px;
	text-align: center;
}

#althea-loading[hidden] {
	display: none;
}

.althea-spinner {
	width: 46px;
	height: 46px;
	border: 4px solid rgba(255, 255, 255, 0.3);
	border-top-color: #fff;
	border-radius: 50%;
	animation: althea-spin 0.9s linear infinite;
}

@keyframes althea-spin {
	to {
		transform: rotate(360deg);
	}
}

#althea-sound {
	position: absolute;
	left: 50%;
	bottom: 72px;
	z-index: 30;
	transform: translateX(-50%);
	padding: 14px 22px;
	border: 0;
	border-radius: 24px;
	background: #fff;
	color: #111;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
}

#althea-restart {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 30;
	padding: 13px 20px;
	border: 0;
	border-radius: 22px;
	background: #fff;
	color: #111;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

#althea-sound[hidden],
#althea-restart[hidden] {
	display: none;
}

#althea-status {
	position: absolute;
	left: 50%;
	top: 18px;
	z-index: 35;
	transform: translateX(-50%);
	max-width: min(90%, 650px);
	padding: 8px 14px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.58);
	color: #fff;
	font-size: 14px;
	text-align: center;
	pointer-events: none;
}

#althea-status:empty {
	display: none;
}

#althea-error {
	position: absolute;
	top: 20px;
	left: 50%;
	z-index: 50;
	width: min(90%, 650px);
	transform: translateX(-50%);
	padding: 15px 18px;
	border-radius: 8px;
	background: #f8d7da;
	color: #842029;
	text-align: center;
}

#althea-error[hidden] {
	display: none;
}

#althea-stage,
#althea-video-wrap {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #050518;
}

#althea-native-embed,
#althea-stage iframe,
#althea-video-wrap iframe {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: #050518;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
body.elementor-page {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

#althea-app {
	position: fixed !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100vh !important;
	height: 100vh !important;
	min-height: 100vh !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	background: #050518;
}

#althea-stage,
#althea-video-wrap {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	background: #050518;
}

#althea-native-embed,
#althea-stage iframe,
#althea-video-wrap iframe {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 100% !important;
	min-height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
	background: #050518;
}