*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Cabinet Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.6;color:#1a1a1a;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.app{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.3;margin-bottom:.5rem;color:#1a1a1a}h1{font-size:2.5rem;font-weight:600;margin-bottom:1rem}h2{font-size:1.3rem;font-weight:500;margin-bottom:1rem}h3{font-size:1.3rem;font-weight:500}p{margin-bottom:1rem;color:#4a4a4a}a{color:#2563eb;text-decoration:none;transition:color .2s ease}a:hover{color:#1d4ed8}.main{flex:1;max-width:800px;margin:0 auto;padding:2rem 1.5rem;width:100%}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100}.header-content{max-width:800px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.2rem;font-weight:600;color:#1a1a1a}.nav{display:flex;gap:2rem}.nav a{color:#6b7280;font-weight:400;transition:color .2s ease}.nav a:hover{color:#1a1a1a}.hero{text-align:center;padding:1.5rem 0;margin-bottom:1.5rem}.avatar{width:120px;height:120px;border-radius:50%;margin:0 auto .75rem;display:block;object-fit:cover;border:2px solid #f3f4f6;opacity:0;animation:fadeInUp .3s ease-out .05s forwards}.hero h1{margin-bottom:.5rem;opacity:0;animation:fadeInUp .3s ease-out .1s forwards}.subtitle{font-size:1rem;color:#6b7280;margin-bottom:1rem;font-weight:400;opacity:0;animation:fadeInUp .3s ease-out .15s forwards}.bio{max-width:600px;margin:0 auto;font-size:1rem;line-height:1.5;opacity:0;animation:fadeInUp .3s ease-out .45s forwards}.links{display:flex;justify-content:center;gap:1.5rem;margin:.75rem 0 1rem;opacity:0;animation:fadeInUp .3s ease-out .45s forwards}.links a{color:#374151;text-decoration:none;font-size:1rem;font-family:Cabinet Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.links a:hover{color:#1f2937}.publications{opacity:0;animation:fadeInUp .5s ease-out .6s forwards}.publication-note{color:#6b7280;font-size:.75rem;font-style:italic;margin-bottom:.5rem;text-align:left;margin-left:0}.publication-item{counter-increment:publication-counter;border-bottom:1px solid #f1f5f9;position:relative;padding:.5rem 0 .5rem 2.5rem}.publication-item:before{content:counter(publication-counter) ".";position:absolute;left:0;top:.5rem;font-weight:500;color:#374151}.publication-item:last-child{border-bottom:none}.publication-title{font-size:1rem;font-weight:500;margin-bottom:.25rem;color:#1a1a1a}.publication-authors{color:#6b7280;font-size:.9rem;margin-bottom:.2rem}.publication-citation{color:#374151;font-size:.9rem;font-style:italic;margin-bottom:.25rem}.publication-special{color:#059669;font-size:.85rem;font-weight:500;margin-bottom:.25rem}.publication-link{color:#2563eb;font-size:.9rem;text-decoration:underline}.publication-link:hover{color:#1d4ed8}.footer{background:#f8fafc;border-top:1px solid #e5e7eb;padding:2rem 0;margin-top:4rem}.footer-content{max-width:800px;margin:0 auto;padding:0 1.5rem;text-align:center;color:#6b7280;font-size:.9rem}@media(max-width:768px){.main{padding:1.5rem 1rem}.header-content{padding:1rem}.nav{gap:1rem}h1{font-size:2rem}.hero{padding:2rem 0}.avatar{width:100px;height:100px}.links{flex-direction:column;align-items:center;gap:1rem}.link-button{width:200px;justify-content:center}}@media(max-width:480px){.nav{display:none}h1{font-size:1.8rem}.bio{font-size:.95rem}}#root{width:100%;min-height:100vh}
