.nc-loader-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}
.nc-rings{position:relative;width:90px;height:90px;display:flex;align-items:center;justify-content:center}
.nc-ring{position:absolute;border-radius:50%;border:1.5px solid transparent}
.nc-ring1{width:86px;height:86px;border-top-color:rgba(37,99,235,0.8);border-right-color:rgba(37,99,235,0.15);border-bottom-color:rgba(37,99,235,0.05);border-left-color:rgba(37,99,235,0.15);animation:nc-spin 2.2s linear infinite}
.nc-ring2{width:66px;height:66px;border-top-color:rgba(16,185,129,0.7);border-right-color:rgba(16,185,129,0.12);border-bottom-color:rgba(16,185,129,0.04);border-left-color:rgba(16,185,129,0.12);animation:nc-spin 1.6s linear infinite reverse}
.nc-ring3{width:46px;height:46px;border-top-color:rgba(124,58,237,0.6);border-right-color:rgba(124,58,237,0.1);border-bottom-color:rgba(124,58,237,0.03);border-left-color:rgba(124,58,237,0.1);animation:nc-spin 1s linear infinite}
@keyframes nc-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
/* Puntos orbitales */
.nc-orbit{position:absolute;border-radius:50%;animation:nc-spin 2.2s linear infinite}
.nc-orbit.s1{width:86px;height:86px}
.nc-orbit.s2{width:66px;height:66px;animation-duration:1.6s;animation-direction:reverse}
.nc-orbit.s3{width:46px;height:46px;animation-duration:1s}
.nc-dot{position:absolute;border-radius:50%;top:-4px;left:50%;transform:translateX(-50%)}
.nc-dot.d1{width:7px;height:7px;background:#2563eb;box-shadow:0 0 8px 2px rgba(37,99,235,0.6);margin-top:0.5px}
.nc-dot.d2{width:6px;height:6px;background:#10b981;box-shadow:0 0 7px 2px rgba(16,185,129,0.6);margin-top:1px}
.nc-dot.d3{width:5px;height:5px;background:#7c3aed;box-shadow:0 0 6px 2px rgba(124,58,237,0.6);margin-top:1.5px}
/* Logo */
.nc-logo-center{position:absolute;width:34px;height:34px;display:flex;align-items:center;justify-content:center;animation:nc-pulse 2s ease-in-out infinite}
@keyframes nc-pulse{0%,100%{filter:drop-shadow(0 0 3px rgba(37,99,235,0.25))}50%{filter:drop-shadow(0 0 10px rgba(37,99,235,0.6))}}
.nc-logo-center img{width:34px;height:34px;object-fit:contain}
/* Barra */
.nc-bar-track{width:70px;height:2px;background:rgba(37,99,235,0.1);border-radius:2px;margin-top:14px;overflow:hidden}
.nc-bar-fill{height:100%;border-radius:2px;background:linear-gradient(90deg,#2563eb,#10b981,#7c3aed,#2563eb);background-size:300% 100%;animation:nc-shimmer 1.8s linear infinite}
@keyframes nc-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
