@media (prefers-reduced-motion:no-preference){.term-beam{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:3px;width:4px;max-width:500px;border-radius:3px;background:#5eead4;box-shadow:0 0 18px 2px rgba(94,234,212,.85);z-index:20;pointer-events:none;animation:term-beam 1.45s cubic-bezier(.7,0,.2,1) both}@keyframes term-beam{0%{width:4px;opacity:0}8%{width:4px;opacity:1}44%{width:500px;opacity:1}56%{width:500px;opacity:.9}to{width:500px;opacity:0}}.login-card-intro{animation:term-panel 1.45s cubic-bezier(.7,0,.2,1) both;will-change:clip-path,opacity}@keyframes term-panel{0%{clip-path:inset(50% 0 50% 0 round 12px);opacity:0}44%{clip-path:inset(50% 0 50% 0 round 12px);opacity:0}56%{clip-path:inset(48% 0 48% 0 round 12px);opacity:1}to{clip-path:inset(0 0 0 0 round 12px);opacity:1}}.login-card-intro>:not(.term-beam){animation:term-content .5s ease-out 1s both}@keyframes term-content{0%{opacity:0}to{opacity:1}}}