.eg-logo-container{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--eg-w,300px)!important;height:var(--eg-h,300px)!important;min-width:var(--eg-w,300px)!important;min-height:var(--eg-h,300px)!important}.eg-pulse-ring{position:absolute;border-radius:50%;border:2px solid rgba(99,102,241,.3);animation:eg-pulse 3s ease-in-out infinite;width:var(--eg-ring-w,260px)!important;height:var(--eg-ring-h,280px)!important}.eg-pulse-ring-2{animation-delay:1s}.eg-pulse-ring-3{animation-delay:2s}@keyframes eg-pulse{0%{transform:scale(.85);opacity:.8}50%{transform:scale(1.2);opacity:0}to{transform:scale(.85);opacity:0}}.eg-ambient-glow{position:absolute;width:var(--eg-glow-w,200px)!important;height:var(--eg-glow-h,220px)!important;background:radial-gradient(ellipse,rgba(99,102,241,.15) 0,transparent 70%);animation:eg-glow-pulse 4s ease-in-out infinite}@keyframes eg-glow-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.eg-shield-float{position:relative;z-index:2;animation:eg-float 6s ease-in-out infinite;filter:drop-shadow(0 0 30px rgba(99,102,241,.3))}@keyframes eg-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.eg-rim-light{position:absolute;border-radius:50%;width:var(--eg-rim-w,240px)!important;height:var(--eg-rim-h,260px)!important;background:conic-gradient(from 0deg,transparent 0,transparent 30%,rgba(165,163,252,.15) 35%,transparent 40%,transparent 100%);animation:eg-rim-rotate 8s linear infinite;z-index:1}@keyframes eg-rim-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.eg-particle{position:absolute;width:3px;height:3px;background:#818cf8;border-radius:50%;animation:eg-particle-float 4s ease-in-out infinite;top:20%;left:15%}.eg-particle-2{animation-delay:1.5s;animation-duration:5s;top:70%;right:12%;left:auto}.eg-particle-3{animation-delay:.8s;animation-duration:6s;width:2px;height:2px;bottom:15%;left:25%;top:auto}.eg-particle-4{animation-delay:2s;animation-duration:4.5s;width:2px;height:2px;top:30%;right:20%;left:auto}.eg-particle-5{animation-delay:3s;animation-duration:5.5s;width:2px;height:2px;opacity:.6;bottom:30%;left:12%;top:auto}@keyframes eg-particle-float{0%,to{transform:translateY(0) scale(1);opacity:.5}50%{transform:translateY(-20px) scale(2);opacity:1}}.eg-checkmark-draw{stroke-dasharray:120;stroke-dashoffset:120;animation:eg-draw-check 1.5s ease-out forwards;animation-delay:.5s}@keyframes eg-draw-check{to{stroke-dashoffset:0}}.eg-check-glow{animation:eg-check-glow-pulse 3s ease-in-out infinite;animation-delay:2s}@keyframes eg-check-glow-pulse{0%,to{opacity:.1}50%{opacity:.35}}.eg-shine-sweep{animation:eg-shine-sweep 4s ease-in-out infinite;animation-delay:1s}@keyframes eg-shine-sweep{0%{opacity:0;transform:translateX(-40px)}30%{opacity:.2}60%{opacity:0;transform:translateX(40px)}to{opacity:0;transform:translateX(40px)}}