.video-background{perspective:1000px}.video-background,.video-background video{transform:translateZ(0);will-change:transform;backface-visibility:hidden}.video-background video{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.video-loading{animation:video-loading 1.5s ease-in-out infinite}@keyframes video-loading{0%,to{opacity:.3;transform:scale(.95)}50%{opacity:.8;transform:scale(1.05)}}.video-fallback{background:linear-gradient(135deg,rgba(17,24,39,.9),rgba(31,41,55,.8) 25%,rgba(55,65,81,.7) 50%,rgba(31,41,55,.8) 75%,rgba(17,24,39,.9))}.particle{animation:particle-float 4s ease-in-out infinite}.particle:nth-child(2){animation-delay:1s}.particle:nth-child(3){animation-delay:2s}.particle:nth-child(4){animation-delay:.5s}.particle:nth-child(5){animation-delay:1.5s}@keyframes particle-float{0%,to{transform:translateY(0) scale(1);opacity:.3}50%{transform:translateY(-20px) scale(1.2);opacity:.8}}@media (max-width:768px){.video-background{animation:none}.video-background video{filter:brightness(.3) contrast(1)}}@media (prefers-reduced-motion:reduce){.particle,.video-background video{animation:none}}