/* Login-only welcome reveal: a single controlled pass without layout shift. */
.welcome-title{position:relative;width:max-content;max-width:100%}
.welcome-title .welcome-letter,.welcome-title .welcome-space{display:inline-block;will-change:transform,opacity,filter}
.welcome-title .welcome-letter{opacity:0;filter:blur(7px);transform:translateY(18px) rotateX(-28deg);animation:welcome-letter-in .68s cubic-bezier(.2,.75,.25,1) forwards}
.welcome-title em .welcome-letter:nth-child(1){animation-delay:.12s}.welcome-title em .welcome-letter:nth-child(2){animation-delay:.17s}.welcome-title em .welcome-letter:nth-child(3){animation-delay:.22s}.welcome-title em .welcome-letter:nth-child(4){animation-delay:.27s}.welcome-title em .welcome-letter:nth-child(5){animation-delay:.32s}.welcome-title em .welcome-letter:nth-child(6){animation-delay:.37s}.welcome-title em .welcome-letter:nth-child(7){animation-delay:.42s}
.welcome-title>span .welcome-letter:nth-child(1){animation-delay:.52s}.welcome-title>span .welcome-letter:nth-child(2){animation-delay:.57s}.welcome-title>span .welcome-letter:nth-child(4){animation-delay:.67s}.welcome-title>span .welcome-letter:nth-child(5){animation-delay:.72s}.welcome-title>span .welcome-letter:nth-child(6){animation-delay:.77s}.welcome-title>span .welcome-letter:nth-child(7){animation-delay:.82s}.welcome-title>span .welcome-letter:nth-child(8){animation-delay:.87s}.welcome-title>span .welcome-letter:nth-child(9){animation-delay:.92s}.welcome-title>span .welcome-letter:nth-child(10){animation-delay:.97s}.welcome-title>span .welcome-letter:nth-child(11){animation-delay:1.02s}.welcome-title>span .welcome-letter:nth-child(12){animation-delay:1.07s}.welcome-title>span .welcome-letter:nth-child(13){animation-delay:1.12s}.welcome-title>span .welcome-letter:nth-child(14){animation-delay:1.17s}.welcome-title>span .welcome-letter:nth-child(15){animation-delay:1.22s}
.welcome-title:after{content:"";position:absolute;left:0;right:0;bottom:-11px;height:2px;opacity:0;background:linear-gradient(90deg,#1edbd4,rgba(37,99,235,.5),transparent);transform:scaleX(0);transform-origin:left;animation:welcome-sweep .85s 1.25s cubic-bezier(.2,.75,.25,1) forwards}
@keyframes welcome-letter-in{to{opacity:1;filter:blur(0);transform:none}}
@keyframes welcome-sweep{0%{opacity:0;transform:scaleX(0)}35%{opacity:1}100%{opacity:.5;transform:scaleX(1)}}
@media(prefers-reduced-motion:reduce){.welcome-title .welcome-letter{opacity:1;filter:none;transform:none;animation:none!important}.welcome-title:after{opacity:.5;transform:scaleX(1);animation:none!important}}
