body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.splash-screen{align-items:center;animation:fadeOut .5s ease-in-out 3s forwards;background:#131936;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10000}@keyframes fadeOut{to{opacity:0;visibility:hidden}}.splash-signature{height:auto;max-width:400px;width:80%}.App{align-items:center;background:#131936;display:flex;justify-content:center;min-height:100vh;padding:2rem}.App,.container{position:relative}.container{margin:0 auto;max-width:750px;width:100%;z-index:1}.card{background:#f5f2ed;border-radius:16px;box-shadow:0 8px 32px #0000004d;padding:3rem}.profile-section{margin-bottom:2.5rem}.profile-header{align-items:center;display:flex;gap:1.5rem}.avatar{background:#c9c5bd;border-radius:50%;flex-shrink:0;height:80px;overflow:hidden;position:relative;width:80px}.avatar-img{height:100%;object-fit:cover;width:100%}.profile-info{flex:1 1}.profile-name{color:#1a1a1a;font-size:1.75rem;font-weight:600;margin-bottom:.25rem}.profile-tagline{color:#666;font-size:1rem;font-weight:400;margin-bottom:.5rem}.status{align-items:center;display:flex;gap:.5rem}.status-dot{animation:flicker-glow 2s ease-in-out infinite;background:#800020;border-radius:50%;height:8px;width:8px}@keyframes flicker-glow{0%,to{box-shadow:0 0 4px #800020,0 0 8px #800020;opacity:1}50%{box-shadow:0 0 2px #800020,0 0 4px #800020;opacity:.6}}.status-text{color:#666;font-size:.875rem}.section{border-bottom:1px solid #d4cfca;margin-bottom:2.5rem;padding-bottom:2.5rem}.section:last-of-type{border-bottom:none;padding-bottom:0}.section-title{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.section-subtitle{color:#1a1a1a;font-size:1.125rem;font-weight:500;line-height:1.6;margin-bottom:1rem}.section-text{color:#666;font-size:.95rem;line-height:1.7;margin-bottom:1rem}.section-text:last-child{margin-bottom:0}.contact-button{background:#131936;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Roboto,sans-serif;font-size:.95rem;font-weight:500;margin-top:1rem;padding:.75rem 1.5rem;transition:all .2s ease}.contact-button:hover{background:#1a2145;transform:translateY(-1px)}.pub-button{background:#131936;border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;margin-top:.75rem;padding:.5rem 1rem;transition:all .2s ease}.pub-button:hover{background:#1a2145;transform:translateY(-1px)}.pub-button.coming-soon{background:#95918a;cursor:default}.pub-button.coming-soon:hover{background:#95918a;transform:none}.publication-item{margin-bottom:2rem}.publication-item:last-child{margin-bottom:0}.publication-title{color:#1a1a1a;font-size:1rem;font-weight:600;line-height:1.5;margin-bottom:.5rem}.publication-authors{color:#666;font-size:.875rem;line-height:1.6;margin-bottom:.5rem}.experience-item{margin-bottom:2rem}.experience-item:last-child{margin-bottom:0}.experience-title{color:#1a1a1a;font-size:1.05rem;font-weight:600;margin-bottom:.25rem}.experience-period{color:#666;font-size:.875rem;margin-bottom:.75rem}.skills-list{color:#666}.skills-carousel-container{margin-top:1rem;position:relative}.skills-carousel{-ms-overflow-style:none;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.skills-carousel::-webkit-scrollbar{display:none}.skills-track{display:flex;gap:1.5rem;padding:.5rem 0;width:-webkit-fit-content;width:fit-content}.skill-item{align-items:center;background:#fff;border-radius:8px;display:flex;flex-direction:column;flex-shrink:0;gap:.5rem;min-width:120px;padding:1rem;transition:transform .2s ease,box-shadow .2s ease}.skill-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-4px)}.skill-icon{height:48px;object-fit:contain;width:48px}.skill-name{color:#666;font-size:.875rem;font-weight:500;text-align:center}.skill-arrow{align-items:center;background:#ffffffe6;border:1px solid #d4cfca;border-radius:50%;color:#666;cursor:pointer;display:flex;font-family:Arial,sans-serif;font-size:1.5rem;height:36px;justify-content:center;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease;width:36px;z-index:10}.skill-arrow:hover{background:#fff;box-shadow:0 2px 8px #00000026;color:#1a1a1a}.skill-arrow-left{left:-12px}.skill-arrow-right{right:-12px}.testimonials-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:1rem}.testimonial-card{background:#fff;border-radius:12px;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.testimonial-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.testimonial-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.testimonial-image{border:2px solid #d4cfca;border-radius:50%;flex-shrink:0;height:50px;object-fit:cover;width:50px}.testimonial-info{flex:1 1}.testimonial-name{color:#1a1a1a;font-size:1rem;font-weight:600;margin-bottom:.25rem}.testimonial-profession{color:#888;font-size:.8rem;line-height:1.4}.testimonial-quote{color:#666;font-size:.95rem;font-style:italic;line-height:1.7}.contact-links{display:flex;flex-direction:column;gap:.5rem}.contact-link{color:#666;font-size:.95rem;text-decoration:underline;transition:color .2s ease}.contact-link:hover{color:#1a1a1a}.footer{margin-top:2rem;padding-top:2rem;text-align:center}.footer p{color:#666;font-size:.875rem}.spotify-embed{background:#000;border-radius:12px;bottom:2rem;box-shadow:0 8px 24px #0006;position:fixed;right:2rem;width:280px;z-index:1000}@media (max-width:768px){.App{padding:1rem}.card{padding:2rem}.profile-header{align-items:center;flex-direction:row}.avatar{height:70px;width:70px}.profile-name{font-size:1.5rem}.section-title{font-size:1.25rem}.section-subtitle{font-size:1rem}.section-text{font-size:.9rem}.spotify-embed{bottom:1.5rem;right:1.5rem;width:260px}}@media (max-width:480px){.card{padding:1.5rem}.profile-header{gap:1rem}.avatar{height:60px;width:60px}.profile-name{font-size:1.25rem}.section{margin-bottom:2rem;padding-bottom:2rem}.section-title{font-size:1.125rem}.skill-item{min-width:100px;padding:.75rem}.skill-icon{height:40px;width:40px}.skill-name{font-size:.8rem}.skills-track{gap:1rem}.spotify-embed{bottom:1rem;right:1rem;width:240px}}
/*# sourceMappingURL=main.3af12a8a.css.map*/