.cargando{justify-content:center;align-items:center;gap:var(--sp-3);background:var(--bg);flex-direction:column;min-height:60vh;display:flex}.cargando-puntos{height:12px;animation:cargando-aparecer var(--dur-3) var(--ease-out) .4s both;align-items:center;gap:8px;display:inline-flex}@keyframes cargando-aparecer{0%{opacity:0}to{opacity:1}}.cargando-puntos i{width:9px;height:9px;animation:cargando-punto 1.25s var(--ease-fluid) infinite;border-radius:50%}.cargando-puntos i:first-child{background:var(--azul-400)}.cargando-puntos i:nth-child(2){background:var(--violeta-400);animation-delay:.16s}.cargando-puntos i:nth-child(3){background:var(--magenta-400);animation-delay:.32s}@keyframes cargando-punto{0%,60%,to{opacity:.3;transform:translateY(0)scale(.9)}30%{opacity:1;transform:translateY(-5px)scale(1)}}.cargando-texto{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){.cargando-puntos{opacity:1;animation:none}.cargando-puntos i{animation:1.6s ease-in-out infinite cargando-punto-suave!important}@keyframes cargando-punto-suave{0%,to{opacity:.35;transform:none}50%{opacity:.9;transform:none}}}
