body { padding: 0; margin: 0 }
#unity-container { position: absolute }
#unity-container { width: 100%; height: 100% }
#unity-canvas { background: #231F20 }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-footer { position: fixed; width: 100%; bottom: 0; margin-top: 5px; line-height: 38px; }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { cursor:pointer; float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-webxr-link { float: left; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#entervr:enabled {
	float: none;
	width: 64px;
	height: 64px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 12px;
	background: linear-gradient(135deg, #1eaed3 0%, #0f78d1 100%);
	color: #ffffff;
	font-size: 16px;
	font-weight: 800;
	box-shadow: 0 8px 20px rgba(15, 120, 209, 0.45), 0 0 0 2px rgba(255, 255, 255, 0.08) inset;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
#enterar:enabled { float: right; width: 38px; height: 38px; background-color: #1eaed3; display: none !important; border: 0; }
#entervr:enabled:hover {
	transform: translateY(-2px);
	filter: brightness(1.08);
	box-shadow: 0 12px 24px rgba(15, 120, 209, 0.55), 0 0 0 2px rgba(255, 255, 255, 0.12) inset;
}

#entervr:enabled:active {
	transform: translateY(0);
	filter: brightness(0.98);
	box-shadow: 0 6px 14px rgba(15, 120, 209, 0.45), 0 0 0 2px rgba(255, 255, 255, 0.1) inset;
}

#entervr:enabled:focus-visible {
	outline: 3px solid #8ad9ff;
	outline-offset: 2px;
}

#entervr:disabled {
	float: none;
	width: 64px;
	height: 64px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	background: #c8ced6;
	font-size: 16px;
	font-weight: 800;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
	cursor: not-allowed;
	opacity: 0.85;
}
#enterar:disabled { float: right; width: 38px; height: 38px; background-color: #dddddd; display: none !important; border: 0; }

@media (prefers-reduced-motion: reduce) {
	#entervr:enabled,
	#entervr:enabled:hover,
	#entervr:enabled:active {
		transition: none;
		transform: none;
	}
}
