@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;overflow-x:hidden}#root{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);z-index:-1}.floating-shapes{position:absolute;width:100%;height:100%;overflow:hidden}.shape{position:absolute;border-radius:50%;background:rgba(255,255,255,.1);animation:float 6s ease-in-out infinite}.shape-1{width:80px;height:80px;top:20%;left:10%;animation-delay:0s}.shape-2{width:120px;height:120px;top:60%;right:15%;animation-delay:2s}.shape-3{width:60px;height:60px;top:80%;left:20%;animation-delay:4s}.shape-4{width:100px;height:100px;top:10%;right:30%;animation-delay:1s}.shape-5{width:140px;height:140px;top:40%;left:70%;animation-delay:3s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.welcome-container{text-align:center;opacity:0;transform:translateY(30px);transition:all 1s ease-out;z-index:1}.welcome-container.loaded{opacity:1;transform:translateY(0)}.welcome-content{max-width:600px;padding:2rem}.logo-container{margin-bottom:2rem}.logo-circle{width:100px;height:100px;border-radius:50%;background:linear-gradient(45deg,#ff6b6b,#4ecdc4);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #0000004d;animation:pulse 2s ease-in-out infinite}.logo-text{font-size:3rem;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.welcome-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.title-line{display:block;color:#fff;text-shadow:0 4px 8px rgba(0,0,0,.3);animation:slideInUp 1s ease-out}.title-line.finpist{background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:slideInUp 1s ease-out .3s both,gradientShift 3s ease-in-out infinite}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.welcome-subtitle{font-size:1.3rem;color:#ffffffe6;margin-bottom:3rem;font-weight:300;animation:slideInUp 1s ease-out .6s both}.welcome-features{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.feature-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:rgba(255,255,255,.1);border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease;animation:slideInUp 1s ease-out .9s both}.feature-item:nth-child(2){animation-delay:1.1s}.feature-item:nth-child(3){animation-delay:1.3s}.feature-item:hover{transform:translateY(-5px);background:rgba(255,255,255,.2);box-shadow:0 10px 25px #0003}.feature-icon{font-size:2rem}.feature-item span{color:#fff;font-weight:500;font-size:.9rem}.cta-section{animation:slideInUp 1s ease-out 1.5s both}.cta-button{background:linear-gradient(45deg,#ff6b6b,#4ecdc4);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #0003;text-transform:uppercase;letter-spacing:1px}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0000004d;background:linear-gradient(45deg,#ff5252,#26a69a)}.cta-button:active{transform:translateY(-1px)}@media (max-width: 768px){.welcome-title{font-size:2.5rem}.welcome-subtitle{font-size:1.1rem}.welcome-features{gap:1rem}.feature-item{padding:.8rem}.logo-circle{width:80px;height:80px}.logo-text{font-size:2.5rem}}
