*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#692f92 0%,#19022f 100%);min-height:100vh;overflow:hidden}.app{min-height:100vh;display:flex;align-items:center;justify-content:center}.container{text-align:center;padding:2rem}.content{max-width:600px}.title{font-size:clamp(2.5rem,8vw,4rem);font-weight:300;color:#fff;margin-bottom:2rem;letter-spacing:.1em;line-height:1.2}.letter{display:inline-block;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease-out forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.email-section{opacity:0;transform:translateY(20px);transition:all .8s ease-out}.email-section.fade-in{opacity:1;transform:translateY(0)}.email-link{display:inline-block;font-size:1.2rem;color:#ffffffe6;text-decoration:none;margin-bottom:.5rem;transition:all .3s ease;position:relative}.email-link:hover{color:#fff;transform:translateY(-2px)}.email-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:white;transition:width .3s ease}.email-link:hover:after{width:100%}.signature{font-size:.9rem;color:#ffffffb3;font-weight:300;letter-spacing:.05em}@media (max-width: 768px){.container{padding:1rem}.title{font-size:clamp(2rem,10vw,3rem)}.email-link{font-size:1rem}.tech-animation{height:80px;margin-bottom:1.5rem}.gear-1{width:30px;height:30px}.gear-2{width:25px;height:25px}.gear-3{width:28px;height:28px}.bubble-1{width:15px;height:15px}.bubble-2{width:12px;height:12px}.bubble-3{width:18px;height:18px}.bubble-4{width:10px;height:10px}.bubble-5{width:14px;height:14px}}.tech-animation{position:relative;height:120px;margin-bottom:2rem;overflow:hidden}.gear{position:absolute;opacity:0;animation:gearFloat 6s ease-in-out infinite}.gear-1{top:20px;left:20%;width:40px;height:40px;animation-delay:0s}.gear-2{top:40px;right:25%;width:30px;height:30px;animation-delay:1s}.gear-3{top:60px;left:60%;width:35px;height:35px;animation-delay:2s}.gear-svg{width:100%;height:100%;animation:gearRotate 8s linear infinite}@keyframes gearFloat{0%,to{opacity:0;transform:translateY(20px) rotate(0)}20%,80%{opacity:1;transform:translateY(0) rotate(0)}}@keyframes gearRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bubble{position:absolute;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.2),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.1);animation:bubbleFloat 4s ease-in-out infinite}.bubble-1{width:20px;height:20px;top:10px;left:10%;animation-delay:.5s}.bubble-2{width:15px;height:15px;top:30px;right:15%;animation-delay:1.5s}.bubble-3{width:25px;height:25px;top:50px;left:80%;animation-delay:2.5s}.bubble-4{width:12px;height:12px;top:70px;left:30%;animation-delay:3.5s}.bubble-5{width:18px;height:18px;top:90px;right:40%;animation-delay:4.5s}@keyframes bubbleFloat{0%,to{opacity:0;transform:translateY(30px) scale(.8)}50%{opacity:1;transform:translateY(-10px) scale(1.1)}}.dot{position:absolute;width:4px;height:4px;background:rgba(255,255,255,.6);border-radius:50%;animation:dotPulse 3s ease-in-out infinite}.dot-1{top:25px;left:45%;animation-delay:0s}.dot-2{top:45px;right:35%;animation-delay:.7s}.dot-3{top:65px;left:70%;animation-delay:1.4s}.dot-4{top:85px;left:20%;animation-delay:2.1s}@keyframes dotPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}.app:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(255,255,255,.05) 0%,transparent 50%);pointer-events:none;z-index:-1}
