#particle-canvas-container { width: 100%; height: 100%; min-height: 350px; background: linear-gradient(145deg, #0f172a 0%, #1e293b 100%); border-radius: 8px; overflow: hidden; position: relative; } #particle-canvas { width: 100%; height: 100%; display: block; } #pixel-canvas-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .data-point-label { position: absolute; color: #e2e8f0; font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 500; text-align: center; width: 80px; margin-left: -40px; margin-top: 10px; opacity: 0.8; }