body{color:#2d1f55;background:#f6f6f8;margin:0;font-family:system-ui,-apple-system,sans-serif}.container{flex-direction:column;justify-content:center;align-items:center;gap:30px;height:100vh;display:flex}.logo{border-radius:50%}.typing-title{letter-spacing:2px;background:linear-gradient(90deg,#3c2579,#b7a3d6);-webkit-text-fill-color:transparent;white-space:nowrap;-webkit-background-clip:text;border-right:3px solid #3c2579;width:0;font-size:48px;font-weight:700;animation:3s steps(20,end) forwards typing,.8s infinite blink;overflow:hidden}.subtitle{letter-spacing:2px;color:#4c3a8b;font-size:20px}@keyframes typing{0%{width:0}to{width:11.7ch}}@keyframes blink{50%{border-color:#0000}}
