:root{--bg:#fbfaf7;--paper:#fff;--ink:#172033;--text:#344054;--muted:#667085;--line:#e7e3dc;--accent:#5b5bd6;--accent2:#7a4bb3;--soft:#efefff;--soft2:#f8f5ff;--shadow:0 18px 45px rgba(23,32,51,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}main{flex:1 1}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.65;padding-top:75px;display:flex;flex-direction:column;min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{width:min(1080px,92%);margin:0 auto}.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(251,250,247,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.navbar{display:flex;justify-content:space-between;align-items:center;padding:16px 0}.logo{font-weight:800;color:var(--ink);letter-spacing:-.02em;text-decoration:none;padding:8px 14px;border-radius:999px;transition:all .25s ease}.logo.active,.logo:focus,.logo:hover{text-decoration:none;background:var(--soft);color:var(--accent);font-weight:700}.nav-links{display:flex;gap:40px;align-items:center}.nav-links a{color:var(--text);font-size:.94rem;font-weight:600;position:relative;padding:8px 14px;border-radius:999px;transition:all .25s ease;text-decoration:none}.nav-links a.active,.nav-links a:hover{background:var(--soft);color:var(--accent);font-weight:700;text-decoration:none}.menu-button{display:none;border:0;background:transparent;font-size:1.5rem}.hero{padding:80px 0 70px}.hero-centered{max-width:900px;margin:auto;text-align:center}.hero-photo{width:220px;height:220px;margin:0 auto 26px;border-radius:50%;overflow:hidden;border:6px solid white;box-shadow:var(--shadow)}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-centered .lead{margin:0 auto;max-width:760px}.hero-centered .actions{justify-content:center;margin-top:36px}.hero-links{justify-content:center;margin-top:28px}.hero h1{font-size:clamp(2.6rem,4vw,3.8rem);line-height:1.1;margin:14px 0 20px;letter-spacing:-.05em}.hero .eyebrow{color:var(--accent);font-size:.85rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;margin-bottom:8px}.hero-icons{display:flex;justify-content:center;gap:14px;margin-top:22px}.hero-icons a{width:42px;height:42px;border-radius:50%;background:var(--soft);color:var(--accent);display:inline-flex;align-items:center;justify-content:center;font-weight:800;text-decoration:none;transition:all .25s ease}.hero-icons a:hover{background:#8f8ff7;border-color:#6c6ce8;color:white;transform:translateY(-3px);box-shadow:0 10px 24px rgba(91,91,214,.25)}.hero-icons a img{width:30px;height:30px;display:block}.eyebrow{color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}h1,h2,h3{color:var(--ink);line-height:1.15}h1{font-size:clamp(2.55rem,5vw,4.7rem);letter-spacing:-.06em;margin:12px 0 18px}h2{font-size:clamp(1.65rem,3vw,2.25rem);letter-spacing:-.035em;margin:0 0 14px}h3{margin:0 0 8px;letter-spacing:-.015em}.lead{font-size:1.15rem;color:var(--muted);max-width:760px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:var(--accent);border:1px solid var(--accent);padding:12px 24px;border-radius:999px;font-weight:700;text-decoration:none;cursor:pointer;overflow:hidden;transition:all .25s ease}.button:hover{background:#6c6ce8;border-color:#6c6ce8;color:white;transform:translateY(-3px);box-shadow:0 12px 28px rgba(91,91,214,.28);text-decoration:none}.button:active{transform:scale(.97)}.profile-card{background:var(--paper);border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:var(--shadow)}.photo{aspect-ratio:1;width:360px;border-radius:22px;overflow:hidden;background:linear-gradient(135deg,#e9e9ff,#fff0f7);margin-bottom:18px;box-shadow:0 10px 30px rgba(0,0,0,.08)}.photo img{width:100%;height:100%;object-fit:cover;display:block}.profile-image{width:180px;height:180px;margin:0 auto 18px;border-radius:50%;overflow:hidden;border:5px solid white;box-shadow:0 12px 35px rgba(0,0,0,.12)}.profile-image img{width:100%;height:100%;object-fit:cover;display:block}.compact-profile{text-align:left}.compact-profile hr{border:none;border-top:1px solid var(--line);margin:22px 0}.profile-links{justify-content:center}.profile-card ul{padding-left:20px;margin:12px 0 0;color:var(--muted)}.quick-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.quick-links a{font-size:.88rem;background:var(--soft);padding:6px 10px;border-radius:999px;font-weight:700}.section{padding:40px 0}.section.white{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-title{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:26px}.section-title p{margin:0;max-width:760px;color:var(--muted)}.about-section .section-title p{max-width:none;width:100%;font-size:1.08rem;line-height:1.8}.grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.grid.two{grid-template-columns:repeat(2,1fr)}.card,.item{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:22px}.card{transition:transform .18s ease,box-shadow .18s ease}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.card p,.item p{color:var(--muted);margin-bottom:0}.tag{display:inline-block;background:var(--soft);color:var(--accent);padding:4px 10px;border-radius:999px;font-size:.76rem;font-weight:800;margin-bottom:12px}.list{display:grid;grid-gap:15px;gap:15px}.item-meta{color:var(--muted);font-size:.93rem}.page-header{padding:54px 0 24px}.page-header h1{font-size:clamp(2.1rem,4vw,3.4rem);margin-bottom:12px}.timeline{display:grid;grid-gap:16px;gap:16px;border-left:3px solid var(--soft);padding-left:24px}.timeline .item{position:relative}.timeline .item:before{content:"";position:absolute;left:-32px;top:24px;width:13px;height:13px;border-radius:50%;background:var(--accent)}.notice{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:18px;padding:16px 18px}.footer{border-top:1px solid var(--line);padding:34px 0;color:var(--muted)}.footer-content{justify-content:space-between;gap:18px}.footer-content,.socials{display:flex;flex-wrap:wrap}.socials{gap:13px}.footer .socials a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;transition:.25s}.footer .socials a:hover{background:var(--soft);transform:translateY(-2px)}.footer .socials img{width:25px;height:25px;display:block}.list .item{padding:20px 22px;margin-bottom:0}.list .item h3{margin-top:0;margin-bottom:8px}.list .item p{margin-top:18px;margin-bottom:0}.section .button{display:inline-flex;width:auto;margin-top:8px}.accepted-banner{display:inline-flex;align-items:center;gap:8px;background:#ecfdf3;color:#027a48;border:1px solid #abefc6;padding:5px 12px;border-radius:999px;font-size:.78rem;font-weight:800;margin-bottom:12px}.pulse-dot{width:8px;height:8px;background:#12b76a;border-radius:50%;display:inline-block;box-shadow:0 0 0 rgba(18,183,106,.6);animation:pulse 1.6s infinite}.publications-page .pub-toolbar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}.publications-page .filter{border:1px solid var(--line);background:var(--paper);padding:7px 14px;border-radius:999px;font-size:.86rem;font-weight:800;color:var(--muted)}.publications-page .filter.active{background:var(--accent);color:#fff;border-color:var(--accent)}.publications-page .publication-grid{display:grid;grid-gap:18px;gap:18px}.publications-page .publication-card{background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:24px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.publications-page .publication-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:rgba(91,91,214,.35)}.publications-page .publication-card.featured{background:linear-gradient(135deg,#ffffff,#f8f7ff);border-color:rgba(91,91,214,.28)}.publications-page .publication-card p{color:var(--muted);margin-bottom:0}.publications-page .pub-topline{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.publications-page .pub-year{font-weight:900;color:var(--accent)}.publications-page .status{display:inline-flex;align-items:center;gap:8px;padding:5px 11px;border-radius:999px;font-size:.76rem;font-weight:900}.publications-page .status.accepted,.publications-page .status.published{background:#ecfdf3;color:#027a48;border:1px solid #abefc6}.publications-page .status.journal{background:#eef2ff;color:#4338ca}.publications-page .status.conference{background:#fff7ed;color:#c2410c}.publications-page .status.media{background:#fbedfc;color:#bb38ca}.publications-page .status.upcoming{background:#f2f4f7;color:#475467}.publications-page .pulse-dot{width:8px;height:8px;background:#12b76a;border-radius:50%;display:inline-block;animation:pubPulse 1.6s infinite}.publications-page .pub-empty{display:block;background:var(--paper);border:1px dashed var(--line);border-radius:24px;padding:34px 24px;text-align:center;color:var(--muted)}.publications-page .pub-empty h3{margin-bottom:8px}.item-date{display:inline-block;background:var(--soft);color:var(--accent);border-radius:999px;padding:5px 12px;font-size:.82rem;font-weight:700;margin-bottom:12px}.empty-icon{font-size:3rem;margin-bottom:15px}.pub-empty p{color:var(--muted);max-width:420px;margin:auto}@keyframes pubPulse{0%{box-shadow:0 0 0 0 rgba(18,183,106,.6)}70%{box-shadow:0 0 0 8px rgba(18,183,106,0)}to{box-shadow:0 0 0 0 rgba(18,183,106,0)}}.publications-page .pub-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.publications-page .pub-actions .button{margin-top:0;padding:8px 14px;font-size:.9rem}.publications-page .pub-actions .button.disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.blog-page .read-more{display:inline-flex;align-items:center;margin-top:18px;font-weight:700;color:var(--accent);text-decoration:none;transition:all .2s ease}.blog-page .read-more:hover{transform:translateX(4px);text-decoration:none}.blog-page .item{transition:transform .2s ease,box-shadow .2s ease}.blog-page .item:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.contact-card{background:var(--paper);border:1px solid var(--line);border-radius:28px;padding:56px 42px;text-align:center;box-shadow:var(--shadow)}.contact-card .lead{margin:0 auto;max-width:650px}.contact-card .actions{justify-content:center}.contact-actions .button{gap:10px}.contact-actions .button img{width:25px;height:25px;object-fit:contain;transition:transform .25s ease}.contact-actions .button:hover img{transform:scale(1.1)}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(18,183,106,.6)}70%{box-shadow:0 0 0 8px rgba(18,183,106,0)}to{box-shadow:0 0 0 0 rgba(18,183,106,0)}}@media(max-width:860px){.grid,.grid.two,.hero-grid{grid-template-columns:1fr}.section-title{display:block}.nav-links{display:none;position:absolute;left:4%;right:4%;top:62px;background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:16px;flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.menu-button{display:block}h1{letter-spacing:-.04em}.hero{padding-top:50px}.photo{width:100%;max-width:360px}}