.logo-icon-loading{display:flex;align-items:center;justify-content:center;animation:logoFloat 3s ease-in-out infinite}.logo-svg-loading{filter:drop-shadow(0 4px 8px rgba(37,99,235,.3))}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.loading-outer-ring{animation:loadingPulse 2s ease-in-out infinite}@keyframes loadingPulse{0%,to{opacity:.1;transform:scale(1)}50%{opacity:.2;transform:scale(1.05)}}.loading-border{stroke-dasharray:88;animation:loadingRotate 3s linear infinite}@keyframes loadingRotate{0%{stroke-dashoffset:88;transform:rotate(0deg)}to{stroke-dashoffset:0;transform:rotate(1turn)}}.loading-bar{animation:loadingGrowBars 2s ease-out infinite;transform-origin:center bottom}.loading-bar-1{animation-delay:0s}.loading-bar-2{animation-delay:.3s}.loading-bar-3{animation-delay:.6s}@keyframes loadingGrowBars{0%,to{transform:scaleY(.8);opacity:.6}50%{transform:scaleY(1.2);opacity:1}}.loading-center-outer{animation:loadingCenterPulse 1.5s ease-in-out infinite}@keyframes loadingCenterPulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.loading-connection{stroke-dasharray:8;animation:loadingFlow 2s ease-in-out infinite}.loading-connection-1{animation-delay:0s}.loading-connection-2{animation-delay:.5s}.loading-connection-3{animation-delay:1s}@keyframes loadingFlow{0%,to{stroke-dashoffset:8;opacity:.4}50%{stroke-dashoffset:0;opacity:1}}.loading-brand-text{color:white;font-family:Inter,Segoe UI,sans-serif;letter-spacing:-.02em;animation:textGlow 2s ease-in-out infinite}.loading-proj{background:linear-gradient(135deg,#3b82f6,#2563eb);background-clip:text;-webkit-background-clip:text}.loading-cap,.loading-proj{-webkit-text-fill-color:transparent}.loading-cap{background:linear-gradient(135deg,#6366f1,#8b5cf6);background-clip:text;-webkit-background-clip:text}@keyframes textGlow{0%,to{filter:drop-shadow(0 0 5px rgba(59,130,246,.3))}50%{filter:drop-shadow(0 0 15px rgba(59,130,246,.6))}}.loading-spinner-delay{animation-delay:.15s}.projcap-inline-loader{gap:.75rem}.loading-dots,.projcap-inline-loader{display:flex;align-items:center;justify-content:center}.loading-dots{gap:.5rem;margin-top:1rem}.loading-dot{width:.5rem;height:.5rem;border-radius:50%;animation:bounce 1.4s ease-in-out infinite both}.loading-dot:first-child{background-color:#3b82f6;animation-delay:-.32s}.loading-dot:nth-child(2){background-color:#8b5cf6;animation-delay:-.16s}.loading-dot:nth-child(3){background-color:#60a5fa;animation-delay:0s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}