.logo-container{width:auto;max-width:none;height:100%;overflow:hidden}.logo-container svg{width:100%;height:100%;object-fit:contain}.main-icon{fill:none;stroke:#fff;stroke-width:1;stroke-dasharray:2000;stroke-dashoffset:2000;animation:drawIcon 3s cubic-bezier(.4,0,.2,1) forwards}.text-path{opacity:0;transform:translateY(10px);animation:fadeUp 1.5s ease-out 2s forwards}.glow-overlay{filter:drop-shadow(0 0 8px rgba(255,255,255,.3));animation:pulseGlow 4s infinite 3s}@keyframes drawIcon{0%{stroke-dashoffset:2000;fill:#fff0}70%{stroke-dashoffset:0;fill:#fff0}to{stroke-dashoffset:0;fill:#fff}}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{filter:drop-shadow(0 0 5px rgba(255,255,255,.2))}50%{filter:drop-shadow(0 0 15px rgba(255,255,255,.5))}}
