@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Inter,sans-serif;margin:0;padding:0;background-color:#f8f4f1;color:#333;overflow-x:hidden}section[id]{scroll-margin-top:88px}#hero{background:linear-gradient(to bottom,#fefcfb,#f9e8db);text-align:center;padding:6rem 1rem}h1{color:#363949;font-size:2.5rem;font-weight:700;margin-bottom:1rem}h1 span{display:block;font-size:1.25rem;color:#6c6a6a;font-weight:400}img{display:block;max-width:150px;max-height:150px;border-radius:50%;margin:0 auto 1rem;box-shadow:0 2px 4px #0003}p{font-size:1rem;color:#4d4d4d}#projects{margin:3rem auto;padding:2rem;background:#fff;border-radius:10px;box-shadow:0 4px 10px #0000001a}.project-item{background:#f7f7f7;border-radius:8px;padding:1.5rem;margin-bottom:1rem;transition:transform .3s ease,box-shadow .3s ease}.project-item:hover{transform:scale(1.02);box-shadow:0 4px 12px #0003}button{background-color:#ff7854;color:#fff;padding:.5rem 1.5rem;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease}button:hover{background-color:#e66744}.navbar{background:linear-gradient(135deg,#3a3a8b,#5a58a5);color:#fff;border-right:2px solid #d1d5db;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;position:fixed;top:35%;left:0;transform:translateY(-35%);width:30px;padding:1rem;border-top-right-radius:20px;border-bottom-right-radius:20px;box-shadow:0 4px 10px #0003;transition:width .3s ease-in-out,opacity .3s ease-in-out;overflow:hidden;z-index:9999;isolation:isolate}.navbar.expanded{width:130px}.navbar-list{list-style:none;padding:0;margin:0;width:100%}.navbar-item{margin:10px 0;width:100%;text-align:center;transition:transform .3s ease,background-color .3s ease}.navbar-item:hover{transform:scale(1.1)}.navbar-link{text-decoration:none;color:#fff;font-weight:600;padding:10px;display:block;border-radius:8px;transition:background-color .3s ease,color .3s ease;white-space:nowrap}.navbar-link:hover{color:#fc0;background-color:#fff3}.navbar.hidden{opacity:0;pointer-events:none}.navbar.visible{opacity:1}#contact{background:linear-gradient(135deg,#a4508b,#5f0a87);color:#fff;padding:4rem 2rem;text-align:center;border-radius:12px;box-shadow:0 8px 20px #0003;margin:3rem auto 1rem}#contact h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}#contact p{font-size:1.125rem;margin-bottom:2rem;color:#e0e0e0}#contact .contact-icons{display:flex;justify-content:center;gap:1.5rem;margin-top:2rem}#contact .contact-icons a{background:#ffffff1a;border-radius:50%;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;transition:transform .3s,background-color .3s}#contact .contact-icons a:hover{transform:scale(1.2);background:#ffffff4d}#contact .contact-icons a svg{width:2rem;height:2rem;color:#fff;transition:color .3s}#contact .contact-icons a:hover svg{color:#fc0}@media(max-width:768px){#contact h2{font-size:2rem}#contact p{font-size:1rem}#contact .contact-icons a{width:3rem;height:3rem}#contact .contact-icons a svg{width:1.5rem;height:1.5rem}}.section-publications{padding:3rem 1.5rem;background:linear-gradient(to bottom right,#6a1b9a,#283593);color:#fff;border-radius:12px;box-shadow:0 8px 20px #0003;margin-top:2rem}.publications-header{text-align:center;margin-bottom:2rem}.publications-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.publications-description{font-size:1.125rem;color:#e0e0e0}.publications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.publication-card{background:#fff;color:#333;padding:1.5rem;border-radius:8px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.publication-card:hover{transform:scale(1.05);box-shadow:0 6px 16px #0003}.publication-header{display:flex;align-items:center;margin-bottom:1rem}.publication-title{font-size:1rem;font-weight:600}.publication-type{font-style:italic;margin-bottom:.5rem;color:#555}.publication-citation{font-size:.875rem;color:#777}.icon-conference-proceeding{color:#5c6bc0;font-size:2rem;margin-right:1rem}.icon-conference-presentation{color:#43a047;font-size:2rem;margin-right:1rem}.icon-journal-article{color:#e53935;font-size:2rem;margin-right:1rem}.icon-book-chapter{color:#fb8c00;font-size:2rem;margin-right:1rem}.icon-invited-talk{color:#1e88e5;font-size:2rem;margin-right:1rem}.icon-other-publication{color:#bdbdbd;font-size:2rem;margin-right:1rem}.padding-adjusted{padding-left:2rem;padding-right:2rem}@media(min-width:768px){.padding-adjusted{padding-left:5rem;padding-right:5rem}}.projects-section{padding:2.5rem 0;background:linear-gradient(to bottom,#f9f9fc,#eaeaf7)}.projects-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.projects-title{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:2rem;color:#333}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.project-card{background:linear-gradient(to bottom right,#dfe9f3,#f9f9fc);border-radius:10px;box-shadow:0 4px 12px #0000001a;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0003}.project-image-wrapper{display:flex;justify-content:center;margin-bottom:1rem}.project-image{width:80px;height:80px;border-radius:50%;object-fit:cover;border:4px solid white;box-shadow:0 2px 6px #0000001a}.project-name{font-size:1.25rem;font-weight:700;text-align:center;margin-bottom:.5rem}.project-description{font-size:1rem;color:#666;text-align:center;margin-bottom:1rem}.project-link-wrapper{display:flex;justify-content:center}.project-link{background:linear-gradient(to right,#5a67d8,#7f53ac);color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-size:1rem;text-decoration:none;transition:background .3s ease}.project-link:hover{background:linear-gradient(to right,#4c51bf,#6b46c1)}.project-icon-fallback{width:80px;height:80px;border-radius:50%;background:linear-gradient(to bottom right,#dfe9f3,#f9f9fc);display:flex;align-items:center;justify-content:center;color:#5a67d8;border:4px solid white;box-shadow:0 2px 6px #0000001a}.experience-section{padding:3rem;background:linear-gradient(to right,#6a11cb,#2575fc);color:#fff;border-radius:12px;box-shadow:0 8px 20px #0003}.experience-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:2rem;display:flex;align-items:center;justify-content:center}.icon{margin-right:.5rem;color:#fc0}.timeline-container{display:flex;flex-direction:column;gap:1.5rem;padding-left:4rem;padding-right:4rem}.timeline-item{background:#fff;color:#333;padding:1.5rem;border-radius:10px;box-shadow:0 4px 12px #0000001a;transition:transform .3s,box-shadow .3s}.timeline-item:hover{transform:scale(1.05);box-shadow:0 6px 16px #0003}.timeline-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.timeline-role{font-size:1.5rem;font-weight:700;color:#6a11cb}.timeline-organization{font-size:1rem;font-weight:600;color:#666}.job-details{font-style:italic;color:#444;margin-bottom:.5rem;display:flex;align-items:center}.icon-location{margin-right:.5rem;color:#2575fc}.job-period{display:flex;align-items:center;color:#555;font-size:.875rem;margin-bottom:1rem}.icon-calendar{margin-right:.5rem;color:#6a11cb}.job-description{list-style:disc;padding-left:1rem;color:#444;line-height:1.5}#skills{margin:2rem auto;text-align:center;background-color:#fff;border-radius:10px;padding:2rem;box-shadow:0 4px 10px #0000001a}.skill-item{background:#f9f9f9;margin:1rem;padding:1rem 1.5rem;border-radius:8px;font-weight:600;box-shadow:0 2px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.skill-item:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0003}.skills-section{background:linear-gradient(to right,#4a90e2,#9013fe);color:#fff;border-radius:1rem;padding:3rem 2rem;box-shadow:0 10px 25px #0003}.skills-title{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:1.5rem}.skills-description{text-align:center;font-size:1.125rem;color:#e0e0e0;margin-bottom:2.5rem}.skills-container{display:flex;flex-direction:column;gap:2rem;padding-left:4rem;padding-right:4rem}.skills-category{background:#fff;color:#333;padding:2rem;border-radius:1rem;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.skills-category:hover{transform:scale(1.02);box-shadow:0 8px 20px #00000026}.category-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.category-icon{font-size:2rem;color:#9013fe}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.skill-card{background:#f9f9f9;color:#333;padding:1rem 1.5rem;border-radius:.75rem;text-align:center;box-shadow:0 3px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.skill-card:hover{transform:scale(1.05);box-shadow:0 6px 15px #00000026}.skill-name{font-size:1.125rem;font-weight:600}.hero-section{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;background:linear-gradient(to bottom,#5b34b4,#8533d4);color:#fff;text-align:center;overflow:hidden;padding:4rem 1.5rem}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:radial-gradient(circle at 50% 50%,#ffffff1a,#0000 70%);background-size:200% 200%}.hero-image-wrapper{position:relative;width:12rem;height:12rem;border-radius:50%;overflow:hidden;border:8px solid white;box-shadow:0 10px 20px #0000004d}.hero-image{width:100%;height:100%;object-fit:cover}.hero-title{font-size:3rem;font-weight:700;margin-top:1.5rem;text-transform:uppercase;line-height:1.1}.hero-subtitle{font-size:1.25rem;margin-top:1rem}.hero-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem}.hero-button{padding:.75rem 1.5rem;border-radius:8px;font-weight:700;text-transform:uppercase;transition:all .3s ease}.projects-button{background:#fff;color:#5b34b4;box-shadow:0 4px 10px #0003}.projects-button:hover{background:#ddd}.contact-button{background:#6a34b4;color:#fff;box-shadow:0 4px 10px #0003}.contact-button:hover{background:#582b9a}.decorative-circle{position:absolute;background:#fff;opacity:.2;border-radius:50%;animation:bounce 2s infinite alternate}.decorative-circle.small{width:4rem;height:4rem;top:2rem;left:2rem}.decorative-circle.large{width:6rem;height:6rem;bottom:2rem;right:2rem}@keyframes bounce{0%{transform:translateY(-10px)}to{transform:translateY(10px)}}.icon-toggle-btn{width:60px;height:44px;border-radius:9999px;border:none;outline:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(to right,#5a67d8,#7f53ac);color:#fff;box-shadow:0 4px 10px #0003;transition:transform .15s ease,box-shadow .2s ease,opacity .2s ease}@media(max-width:1024px){.timeline-container,.skills-container{padding-left:2rem;padding-right:2rem}.hero-title{font-size:2.5rem}}@media(max-width:768px){section[id]{scroll-margin-top:72px}main.container{padding-left:1rem;padding-right:1rem;padding-bottom:6rem}.hero-section{min-height:auto;padding:4rem 1rem 3.5rem}.hero-image-wrapper{width:9rem;height:9rem;border-width:6px}.hero-title{font-size:2.1rem;margin-top:1.25rem}.hero-subtitle{font-size:1rem;max-width:28rem}.hero-buttons{width:100%;flex-direction:column;align-items:center}.hero-button{width:min(100%,16rem)}.decorative-circle.small{width:3rem;height:3rem;top:1.5rem;left:1rem}.decorative-circle.large{width:4.5rem;height:4.5rem;bottom:1.5rem;right:1rem}.skills-section,.experience-section,.section-publications,#contact{padding:2rem 1rem}.skills-title,.experience-title,.projects-title,.publications-title,#contact h2{font-size:2rem}.skills-container,.timeline-container{padding-left:0;padding-right:0}.skills-category,.timeline-item,.publication-card,.project-card{padding:1.25rem}.category-title{font-size:1.4rem;flex-wrap:wrap;justify-content:center}.timeline-header{flex-direction:column;align-items:flex-start}.job-details,.job-period{align-items:flex-start}.projects-container,.padding-adjusted{padding-left:1rem;padding-right:1rem}.projects-grid,.publications-grid{grid-template-columns:1fr;gap:1rem}.project-name,.publication-title{overflow-wrap:anywhere}}@media(max-width:520px){.skills-section,.experience-section,.section-publications,#projects,#contact{border-radius:16px}.hero-title{font-size:1.8rem}.timeline-role{font-size:1.25rem}.timeline-organization{font-size:.95rem}.category-grid{grid-template-columns:1fr;gap:1rem}.icon-toggle-btn{min-height:44px}}.icon-toggle-btn svg{width:10px;height:10px}.pubs-fade-overlay{position:absolute;pointer-events:none;left:0;right:0;bottom:58px;height:120px;background:linear-gradient(to bottom,#fff0,#6a1b9a14 35%,#28359326);border-bottom-left-radius:12px;border-bottom-right-radius:12px}.publications-grid{position:relative;z-index:1}.icon-toggle-btn{position:relative;z-index:2}.pubs-fade-overlay{z-index:0}.grid-toggle-cell{grid-column:1 / -1;display:flex;justify-content:center;margin-top:.75rem}.icon-toggle-btn:hover{transform:translateY(-1px);box-shadow:0 6px 14px #00000040}.icon-toggle-btn:active{transform:translateY(0)}
