*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#f0f4ff;min-height:100vh;display:flex;align-items:center;justify-content:center;transition:background .3s ease}body.dark-bg .greeting,body.dark-bg .intro{color:#cbd5e0}body.dark-bg .name{color:#f7fafc}body.dark-bg .link-linkedin{background:#ffffff1a;color:#90cdf4}body.dark-bg .link-linkedin:hover{box-shadow:0 8px 25px #90cdf44d}body.dark-bg .link-calendar{background:#ffffff1a;color:#fbd38d}body.dark-bg .link-calendar:hover{box-shadow:0 8px 25px #fbd38d4d}.container{text-align:center;padding:3rem 2rem;max-width:600px}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.greeting{animation:fadeSlideIn .8s ease-out .2s both}.name{animation:fadeSlideIn .8s ease-out .3s both}.intro{animation:fadeSlideIn .8s ease-out .4s both}.links{animation:fadeSlideIn .8s ease-out .5s both}.greeting{font-size:1.25rem;color:#718096;margin-bottom:.5rem}.name{font-size:3.5rem;font-weight:700;color:#4a5568;margin-bottom:1.5rem;letter-spacing:-.02em}.intro{font-size:1.25rem;color:#718096;line-height:1.8;margin-bottom:3rem}.links{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.link{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:500;text-decoration:none;transition:transform .2s,box-shadow .2s}.link:hover{transform:translateY(-3px)}.link-linkedin{background:#e8f4fc;color:#0077b5}.link-linkedin:hover{box-shadow:0 8px 25px #0077b54d}.link-calendar{background:#fef3e8;color:#e67e22}.link-calendar:hover{box-shadow:0 8px 25px #e67e224d}@media(max-width:480px){.name{font-size:2.5rem}.intro{font-size:1.1rem}.links{flex-direction:column;align-items:center}}
