.lantern-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;animation:lanternFadeIn .6s ease-out both}@keyframes lanternFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.lantern-loader.lantern-fadeout{animation:lanternFadeOut .4s ease-in forwards}@keyframes lanternFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6px)}}.lantern-body{transform-origin:60px 30px;animation:lanternSway 4s ease-in-out infinite}@keyframes lanternSway{0%{transform:rotate(-1deg)}50%{transform:rotate(1deg)}to{transform:rotate(-1deg)}}.lantern-flame{transform-origin:center;animation:flameFlicker 1.6s ease-in-out infinite}@keyframes flameFlicker{0%{transform:scaleY(1) scaleX(1);opacity:.9}25%{transform:scaleY(1.08) scaleX(.95)}50%{transform:scaleY(.92) scaleX(1.05)}75%{transform:scaleY(1.05) scaleX(.97)}to{transform:scaleY(1) scaleX(1);opacity:.9}}.lantern-ambient{animation:glowPulse 2.4s ease-in-out infinite}@keyframes glowPulse{0%{opacity:.35}50%{opacity:.65}to{opacity:.35}}
