@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}.loading-pulse{display:inline-flex;gap:3px;align-items:center;height:8px}.loading-pulse div{width:3px;height:8px;background:currentColor;border-radius:1px;animation:pulse 1s ease-in-out infinite;will-change:opacity;contain:paint}.loading-pulse div:nth-child(2){animation-delay:.2s}.loading-pulse div:nth-child(3){animation-delay:.4s}@keyframes pulse-scale{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.1);opacity:1}}@keyframes pulse-opacity{0%,to{opacity:.6}50%{opacity:1}}.document-review{display:flex;flex-direction:column;align-items:center;gap:8px}.document-review svg{animation:pulse-scale 1.5s ease-in-out infinite;will-change:transform,opacity}.document-review p{animation:pulse-opacity 2s ease-in-out infinite;will-change:opacity}