	.settings-btn {
		position: fixed;
		bottom: 30px;
		right: 30px;
		width: 60px;
		height: 60px;
		background: linear-gradient(135deg, #8a2be2, #5d3fd3);
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		box-shadow: 0 0 20px rgba(138, 43, 226, 0.7);
		z-index: 999;
		transition: all 0.3s ease;
	}

	.settings-btn:hover {
		transform: rotate(90deg) scale(1.1);
		box-shadow: 0 0 30px rgba(138, 43, 226, 0.9);
	}

	.settings-btn i {
		font-size: 28px;
		color: white;
	}

	.settings-btn {
		width: 50px;
		height: 50px;
		bottom: 20px;
		right: 20px;
	}

	.settings-btn i {
		font-size: 24px;
	}