.welcome{min-height:100svh;width:100%;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;overflow:hidden}.content{width:100%;max-width:clamp(480px,90vw,1400px);margin:0 auto;text-align:left;position:relative;display:flex;flex-direction:column;justify-content:center;min-height:70vh}.brand{width:200px;margin:0 0 2rem;text-align:left}.brand .logo-image{max-width:200px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100%)}}.content{animation:fadeIn .5s ease-out}.content.slide-out-left{animation:slideOutLeft .4s ease-in forwards}.content-in{width:100%;max-width:500px;margin:0 auto;text-align:left}.brand{animation:slideInFromLeft .6s ease-out}.title{color:#fff;font-size:1.5rem;letter-spacing:0;line-height:1.2;margin:0 0 .75rem;font-weight:500;animation:fadeInUp .7s ease-out;animation-fill-mode:both}.subtitle{color:#fff;font-size:1.125rem;line-height:1.5;margin:0;font-weight:500;animation:fadeInUp .8s ease-out;animation-fill-mode:both}.description{color:#fff;font-size:1rem;line-height:1.6;margin:0 0 1.75rem;font-weight:500;animation:fadeInUp .9s ease-out;animation-fill-mode:both}.actions{margin-bottom:1rem;animation:fadeInUp 1s ease-out;animation-fill-mode:both}.actions a{text-decoration:none}.actions .button{text-transform:uppercase;letter-spacing:.03em;font-size:.9rem;letter-spacing:.08rem;font-weight:500;line-height:1;display:inline-flex;align-items:center;justify-content:center;gap:.1rem;transition:transform .12s ease,filter .12s ease;color:#202020;padding:.6rem 1rem}.actions .button:hover{transform:translateY(-1px);filter:brightness(1.03)}.actions .button i{display:flex;align-items:center;justify-content:center}.actions .button i svg{width:1.125rem;height:1.125rem}.login{color:#fff;font-size:.9rem;text-align:center;max-width:500px;margin:0 auto;animation:fadeInUp 1.1s ease-out;animation-fill-mode:both}.login strong{color:#fff;font-weight:600}.login a{color:#bef264;text-decoration:none;transition:all .2s ease;position:relative}.login a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:#bef264;transition:width .3s ease}.login a:hover{opacity:.8}.login a:hover:after{width:100%}
