.glassmorphism {
	background: rgba(20, 27, 45, 0.4);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.glass-nav {
	background: rgba(11, 15, 25, 0.75);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-b: 1px solid rgba(255, 255, 255, 0.05);
}
.slider-container { position: relative; overflow: hidden; }
.image-before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; }
.image-after { width: 100%; height: 100%; background-size: cover; background-position: center; }
.slider-handle { position: absolute; top: 0; bottom: 0; width: 4px; background: #00F0FF; cursor: ew-resize; }
.slider-button { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 40px; height: 40px; background: #00F0FF; color: #0B0F19; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 15px #00F0FF; pointer-events: none; }