body {font-family: 'Inter', sans-serif;}
.glass-panel {background: rgba(0, 0, 0, 0.15); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); border: 1px solid rgba(255, 255, 255, 0.05);}
.card-glow-new { box-shadow: 0 0 80px -20px rgba(16, 185, 129, 0.15); }
.card-glow-old { box-shadow: 0 0 60px -20px rgba(239, 68, 68, 0.1); }
.scanlines-overlay {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.15) 50%); background-size: 100% 2px; pointer-events: none; z-index: 100; opacity: 0.4;}
.vignette-overlay {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%); pointer-events: none; z-index: 101;}
#bg-canvas {width: 100%; height: 100%; display: block;}