.lazy-video{background:#0a0a0f;border-radius:12px;width:100%;position:relative;overflow:hidden}.lazy-video__video{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;inset:0}.lazy-video__poster{z-index:2;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.lazy-video__play-overlay{z-index:3;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:opacity .25s;display:flex;position:absolute;inset:0}.lazy-video__play-overlay:hover .lazy-video__play-icon{filter:drop-shadow(0 0 20px #ffffff59);transform:scale(1.12)}.lazy-video__play-icon{filter:drop-shadow(0 2px 12px #00000080);width:72px;height:72px;transition:transform .25s,filter .25s}.lazy-video__skeleton{z-index:4;background:linear-gradient(135deg,#13131a 0%,#1c1c28 50%,#13131a 100%) 0 0/200% 200%;justify-content:center;align-items:center;animation:1.8s ease-in-out infinite lazy-video-shimmer;display:flex;position:absolute;inset:0}.lazy-video__spinner{border:3px solid #ffffff26;border-top-color:#fffc;border-radius:50%;width:40px;height:40px;animation:.75s linear infinite lazy-video-spin}@keyframes lazy-video-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes lazy-video-spin{to{transform:rotate(360deg)}}@media (max-width:640px){.lazy-video__play-icon{width:56px;height:56px}}
