﻿:root{--c-accent: #228B22;--c-text:   #1B1B1B;--c-bg:     #FFFEFC;--c-warm:   #704214;--c-hot:    #FF8000;--c-on-accent: #FFFEFC;--c-scrim: rgb(0 0 0 / 0.88);--c-code-bg: #f0f0f0;--c-text-05: rgb(from var(--c-text) r g b / 0.05);--c-text-10: rgb(from var(--c-text) r g b / 0.1);--c-text-15: rgb(from var(--c-text) r g b / 0.15);--c-text-20: rgb(from var(--c-text) r g b / 0.2);--c-text-30: rgb(from var(--c-text) r g b / 0.3);--c-text-50: rgb(from var(--c-text) r g b / 0.5);--c-text-55: rgb(from var(--c-text) r g b / 0.55);--c-text-60: rgb(from var(--c-text) r g b / 0.6);--c-text-70: rgb(from var(--c-text) r g b / 0.7);--c-text-75: rgb(from var(--c-text) r g b / 0.75);--c-text-80: rgb(from var(--c-text) r g b / 0.8);--c-text-light: hsl(from var(--c-text) h s calc(l + 15));--c-accent-10: rgb(from var(--c-accent) r g b / 0.1);--c-accent-15: rgb(from var(--c-accent) r g b / 0.15);--c-accent-40: rgb(from var(--c-accent) r g b / 0.4);--c-accent-dark: hsl(from var(--c-accent) h s calc(l - 10));--c-warm-10: rgb(from var(--c-warm) r g b / 0.1);--c-warm-30: rgb(from var(--c-warm) r g b / 0.3);--c-hot-06: rgb(from var(--c-hot) r g b / 0.06);--c-hot-08: rgb(from var(--c-hot) r g b / 0.08);--c-hot-10: rgb(from var(--c-hot) r g b / 0.1);--c-hot-55: rgb(from var(--c-hot) r g b / 0.55)}[data-palette="slate"]{--c-accent: #3b6ea5;--c-warm: #566072;--c-hot: #d98324}[data-palette="crimson"]{--c-accent: #a4243b;--c-warm: #7a3b2e;--c-hot: #e07a5f}[data-palette="plum"]{--c-accent: #6b4e8f;--c-warm: #6d5a7a;--c-hot: #d08a5e}[data-theme="dark"]{--c-text: #ECEAE3;--c-bg:   #1A1A18;--c-code-bg: #2A2A27}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Chiron GoRound TC","Roboto",sans-serif;line-height:1.6;color:var(--c-text);background-color:var(--c-bg);padding:0;min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{color:var(--c-text);margin-bottom:16px}a{color:var(--c-accent);text-decoration:none}a:hover{color:var(--c-accent-dark)}code{font-family:ui-monospace,"SFMono-Regular",Menlo,Consolas,"Liberation Mono",monospace;background:var(--c-code-bg);padding:8px;border-radius:4px}.page-header h1{color:var(--c-accent)}.container{max-width:1024px;margin:0 auto;padding:0 24px}main.container{padding-top:40px;flex:1 0 auto;width:100%}.section{padding:40px 0}.section--tight{padding:24px 0}.flex{display:flex;gap:16px}.flex--center{justify-content:center;align-items:center}.grid{display:grid;gap:16px}.grid--cols-2{grid-template-columns:repeat(2, 1fr)}@media (max-width: 1024px){.grid--cols-2{grid-template-columns:1fr}}@media (max-width: 1024px){.container{padding:0 16px}}.site-header{position:sticky;top:0;background:var(--c-bg);border-bottom:1px solid var(--c-text-10);z-index:100}.nav-container{display:flex;justify-content:space-between;align-items:center;padding-top:8px;padding-bottom:8px}.nav-brand{font-weight:700;font-size:1.25rem;color:var(--c-accent)}.nav-links{display:flex;gap:24px}.nav-links a{color:var(--c-text);font-weight:400}.nav-links a:hover{color:var(--c-accent)}.nav-links a.active{color:var(--c-accent);font-weight:500}.mobile-menu-btn{display:none;background:none;border:none;font-size:1.5rem;line-height:1;color:var(--c-text);cursor:pointer}.mobile-nav{display:none;flex-direction:column;padding:8px 24px 16px;border-top:1px solid var(--c-text-10)}.mobile-nav a{padding:8px 0;color:var(--c-text);font-weight:400}.mobile-nav a.active{color:var(--c-accent);font-weight:500}.mobile-nav.open{display:flex}.lang-switch{position:relative}.lang-switch summary{list-style:none;cursor:pointer;color:var(--c-text);font-weight:400}.lang-switch summary::-webkit-details-marker{display:none}.lang-switch summary::after{content:" ▾"}.lang-switch summary:hover{color:var(--c-accent)}.lang-switch .lang-menu{display:flex;flex-direction:column;gap:4px}.lang-switch a.active{color:var(--c-accent);font-weight:500}.theme-toggle{background:none;border:none;padding:0;font:inherit;font-size:1.1rem;line-height:1;cursor:pointer;color:var(--c-text)}.theme-toggle:hover{color:var(--c-accent)}@media (min-width: 640px){.lang-switch .lang-menu{position:absolute;right:0;margin-top:4px;background:var(--c-bg);border:1px solid var(--c-text-10);padding:8px;min-width:7rem;z-index:110}}@media (max-width: 640px){.nav-links{display:none}.mobile-menu-btn{display:block}}.profile-section{display:flex;flex-direction:column;gap:2rem;margin-bottom:4rem}@media (min-width: 1024px){.profile-section{flex-direction:row;align-items:flex-start;gap:3rem}}.profile-photo{flex-shrink:0;width:150px;height:150px;margin:0 auto}@media (min-width: 1024px){.profile-photo{margin:0}}.profile-photo .img-circle{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-bio h1{margin-top:0;margin-bottom:0.5rem;font-size:2rem;color:var(--c-accent)}.profile-bio .affiliation{color:var(--c-text-70);margin-bottom:1.5rem;font-weight:500}.social-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.social-links a{display:inline-block;padding:0.25rem 0.75rem;border:1px solid var(--c-text-10);border-radius:9999px;font-size:0.875rem;color:var(--c-text)}.social-links a:hover{border-color:var(--c-hot);color:var(--c-hot);background-color:var(--c-hot-06)}.home-section{margin-bottom:4rem}.home-section h2{color:var(--c-accent);font-size:1.5rem;border-bottom:2px solid var(--c-accent-40);padding-bottom:0.5rem;margin-bottom:1.5rem}.see-all-link{display:inline-block;margin-top:1rem;font-weight:500;font-size:0.95rem}.see-all-link:hover{color:var(--c-hot)}.interests-list{display:flex;flex-direction:column;gap:1.25rem}.interest-item{padding-left:1rem;border-left:2px solid var(--c-hot-55)}.interest-item .interest-title{font-size:1.1rem;margin-bottom:0.2rem}.interest-item .interest-title a{color:var(--c-text)}.interest-item .interest-title a:hover{color:var(--c-hot)}.interest-item .interest-summary{color:var(--c-text-75);margin:0}.selected-pubs{list-style:none;padding:0;margin:0}.selected-pubs li{margin-bottom:0.85rem;padding-left:1rem;border-left:2px solid var(--c-hot-55)}.selected-pubs .paper-title{font-weight:bold;font-size:1.1rem;margin-right:0.5rem;color:var(--c-text)}.selected-pubs .paper-title:hover{color:var(--c-hot)}.selected-pubs .paper-venue{color:var(--c-text-60);font-size:0.9rem;margin-right:0.5rem}.selected-pubs .paper-award{color:var(--c-hot);font-size:0.85rem;font-weight:500}.news-list{display:flex;flex-direction:column;gap:1rem}.news-entry{display:flex;gap:1rem;align-items:baseline}@media (max-width: 1023px){.news-entry{flex-direction:column;gap:0.25rem}}.news-date{flex-shrink:0;width:100px;white-space:nowrap;color:var(--c-text-50);font-size:0.9rem}.news-content p{display:inline;margin:0}.cv-title{display:inline-flex;flex-direction:row;gap:0.5rem;margin:0 0 0.25rem 0}.cv-subsection{margin-bottom:2rem}.cv-subsection h3{font-size:1.1rem;color:var(--c-warm);margin-bottom:1rem}.cv-summary-entry{margin-bottom:1rem;padding-left:1rem}.cv-summary-entry strong{display:block}.cv-summary-entry .cv-meta{color:var(--c-text-60);font-size:0.9rem}.awards-list{padding-left:1.25rem;margin:0}.awards-list li{margin-bottom:0.5rem;list-style-type:none}.page-intro{color:var(--c-text-80);margin-bottom:2.5rem;max-width:65ch}.interests-detail-list{display:flex;flex-direction:column;gap:3rem}.interests-detail-list a{transition:background-color 0.3s ease}.interests-detail-list a:hover{background-color:var(--c-hot-10);transition:background-color 0.3s ease}.interests-detail-list a:hover .interest-title{color:var(--c-hot)}.interest-detail{border:1px solid var(--c-text-30);border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px var(--c-text-20)}.interest-detail .interest-title{font-size:1.4rem;margin-bottom:0.4rem}.interest-detail .interest-title a{color:var(--c-text)}.interest-detail .interest-title a:hover{color:var(--c-hot)}.interest-detail .interest-summary{color:var(--c-warm);font-style:italic;margin-bottom:1rem}.interest-detail .interest-body{line-height:1.7;max-width:65ch}.interest-detail .interest-body p{margin-bottom:1rem}.interest-detail .interest-body a{color:var(--c-accent);text-decoration:underline;text-underline-offset:2px}.interest-detail .interest-body a:hover{color:var(--c-hot)}.interest-single .interest-lead{font-size:1.15rem;color:var(--c-warm);font-style:italic;margin-bottom:1.5rem;max-width:65ch}.related-pubs{margin-top:2.5rem}.related-pubs h2{font-size:1.2rem;border-bottom:2px solid var(--c-accent-40);padding-bottom:0.4rem;margin-bottom:1rem}.related-pubs ul{list-style:none;padding:0;margin:0}.related-pubs li{margin-bottom:0.6rem;padding-left:1rem;border-left:2px solid var(--c-hot-55)}.related-pubs .rp-title{font-weight:500;color:var(--c-text);margin-right:0.5rem}.related-pubs .rp-title:hover{color:var(--c-hot)}.related-pubs .rp-venue{color:var(--c-text-60);font-size:0.9rem}.pub-interest{margin-top:1.5rem;font-size:0.95rem;color:var(--c-text-70)}.back-link{margin-top:2.5rem}.page-header{margin-bottom:2rem;padding-bottom:0.6rem;border-bottom:2px solid var(--c-accent-40)}.page-header h1{font-size:2.5rem;margin-bottom:0}.filter-tabs{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:3rem}.filter-btn{background:transparent;border:1px solid var(--c-text-10);border-radius:9999px;padding:0.4rem 1rem;font-size:0.9rem;color:var(--c-text-70);cursor:pointer;transition:all 0.2s ease}.filter-btn:hover{background:var(--c-text-05);color:var(--c-text)}.filter-btn.active{background:var(--c-text);color:var(--c-bg);border-color:var(--c-text)}.year-heading{font-size:2rem;color:var(--c-text-15);margin-top:3rem;margin-bottom:1.5rem;letter-spacing:0.05em}.pub-entry{border-left:2px solid var(--c-text-10);padding-left:1.5rem;margin-bottom:2.5rem}.pub-entry.hidden{display:none}.pub-title{margin:0 0 0.25rem 0;font-size:1.1rem;color:var(--c-text)}.pub-title a{color:var(--c-text);text-decoration:none}.pub-title a:hover{text-decoration:underline;color:var(--c-accent)}.pub-authors{font-size:0.95rem;color:var(--c-text-70);font-style:italic;margin-bottom:0.5rem}.pub-authors strong{font-style:normal;color:var(--c-text)}.pub-meta{display:flex;flex-wrap:wrap;align-items:center;gap:0.75rem;margin-bottom:0.75rem}.pub-venue{font-weight:500;font-size:0.9rem}.pub-badge{background-color:var(--c-warm-10);color:var(--c-warm);padding:0.1rem 0.5rem;border-radius:4px;font-size:0.75rem;font-weight:500}.pub-award{color:var(--c-hot);font-size:0.85rem;font-weight:500}.pub-links{display:flex;gap:0.5rem;flex-wrap:wrap}.link-pill{display:inline-flex;align-items:center;gap:0.25rem;border:1px solid var(--c-text-15);padding:0.25rem 0.6rem;border-radius:9999px;font-size:0.8rem;color:var(--c-text-80)}.link-pill:hover{border-color:var(--c-hot);color:var(--c-hot);background-color:var(--c-hot-06)}.pub-single .pub-authors{margin-bottom:0.75rem}.pub-single .pub-meta{margin-bottom:1rem}.pub-single .pub-abstract{margin-top:2rem;max-width:65ch}.blog-list-page .page-header{margin-bottom:3rem}.blog-entries{display:flex;flex-direction:column;gap:3rem}.blog-entry{display:flex;flex-direction:column;gap:0.5rem;padding-bottom:2rem;border-bottom:1px solid var(--c-text-05)}.blog-entry:last-child{border-bottom:none}@media (min-width: 1024px){.blog-entry{align-items:baseline}}.blog-entry-meta{flex-shrink:0;width:150px;white-space:nowrap;color:var(--c-text-50);font-size:0.95rem}.blog-entry-content{flex-grow:1}.blog-entry-title{margin:0 0 0.5rem 0;font-size:1.5rem}.blog-entry-title a{color:var(--c-text)}.blog-entry-title a:hover{text-decoration:underline;color:var(--c-accent)}.blog-entry-desc{color:var(--c-text-80);margin-bottom:1rem}.blog-tags{display:flex;flex-wrap:wrap;gap:0.5rem}.blog-post{max-width:720px;margin:0 auto}.post-header{margin-bottom:3rem;text-align:center}.post-title{font-size:2.5rem;margin-bottom:1rem;line-height:1.2}.post-meta{color:var(--c-text-60);font-size:0.95rem;margin-bottom:1.5rem}.post-tags{display:flex;flex-wrap:wrap;gap:0.5rem;justify-content:center}.tag-pill{background-color:var(--c-accent-10);color:var(--c-accent);padding:0.2rem 0.6rem;border-radius:9999px;font-size:0.8rem;font-weight:500}.tag-pill:hover{background-color:var(--c-accent-15)}.post-content{font-size:1.1rem;line-height:1.7}.post-content h2,.post-content h3,.post-content h4{margin-top:2.5rem;color:var(--c-text)}.post-content p{margin-bottom:1.5rem}.post-content a{color:var(--c-accent);text-decoration:underline;text-underline-offset:2px}.post-content a:hover{color:var(--c-accent-dark)}.post-content blockquote{border-left:4px solid var(--c-warm-30);margin:2rem 0;padding-left:1.5rem;color:var(--c-text-70);font-style:italic}.post-content pre{background-color:#f6f8fa;padding:1.5rem;border-radius:8px;overflow-x:auto;font-size:0.9rem;margin-bottom:1.5rem;border:1px solid var(--c-text-05)}.post-content code{background-color:var(--c-text-05);padding:0.2em 0.4em;border-radius:3px;font-size:0.9em}.post-content pre code{background-color:transparent;padding:0}.post-content ul,.post-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.post-content ul li,.post-content ol li{margin-bottom:0.5rem}.post-content img{display:block;width:100%;height:auto}.post-content .md-figure{display:block;margin:0.5rem 0}.post-content .md-figure img{margin-bottom:0.5rem}.post-content .md-figure__cap{display:block;font-size:0.9rem;color:var(--c-text-55);text-align:center}.cv-header{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:2px solid var(--c-accent-40);padding-bottom:1rem;margin-bottom:3rem}.cv-header h1{margin:0;color:var(--c-accent);font-size:2rem}.download-btn{display:inline-flex;align-items:center;gap:0.5rem;background-color:var(--c-text);color:var(--c-bg);padding:0.5rem 1rem;border-radius:6px;font-size:0.9rem;font-weight:500}.download-btn:hover{background-color:var(--c-text-light);color:var(--c-bg)}.cv-section{margin-bottom:4rem}.cv-section h2{font-size:1.5rem;color:var(--c-warm);margin-bottom:2rem;text-transform:uppercase;letter-spacing:0.05em}.cv-entries{display:flex;flex-direction:column;gap:1.5rem}.cv-entry{display:flex;flex-direction:column}@media (min-width: 1024px){.cv-entry{flex-direction:row;gap:2rem}}.cv-entry-date{flex-shrink:0;width:160px;white-space:nowrap;font-weight:500;color:var(--c-text-60);margin-bottom:0.25rem}@media (min-width: 1024px){.cv-entry-date{margin-bottom:0;text-align:right}}.cv-entry-content{flex-grow:1}.cv-entry-title{margin:0 0 0.25rem 0;font-size:1.1rem}.cv-entry-subtitle{font-size:1rem;color:var(--c-text-80);margin-bottom:0.25rem}.cv-entry-desc{font-size:0.95rem;color:var(--c-text-60)}.full-list{gap:1.5rem}.full-list .news-entry{padding-bottom:1.5rem;border-bottom:1px solid var(--c-text-05)}.full-list .news-entry:last-child{border-bottom:none}.btn{display:inline-flex;align-items:center;padding:4px 16px;border-radius:4px;font-weight:500;transition:all 0.2s;text-decoration:none;gap:4px}.btn--primary{background:var(--c-accent);color:var(--c-on-accent)}.btn--primary:hover{background:var(--c-accent-dark)}.btn--outline{border:1px solid var(--c-accent);color:var(--c-accent)}.btn--outline:hover{border-color:var(--c-hot);color:var(--c-hot);background:var(--c-hot-08)}.card{background:var(--c-bg);border:1px solid var(--c-text-10);border-radius:8px;padding:16px;transition:transform 0.2s, box-shadow 0.2s}.card:hover{transform:translateY(-4px);box-shadow:0 4px 12px var(--c-text-10)}.badge{display:inline-block;padding:2px 8px;border-radius:12px;font-size:0.75rem;font-weight:600;background:var(--c-accent-10);color:var(--c-accent)}.post-content img{cursor:zoom-in}.img-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:40px;background:var(--c-scrim);cursor:zoom-out;opacity:0;visibility:hidden;transition:opacity 0.2s ease, visibility 0s linear 0.2s}.img-overlay.open{opacity:1;visibility:visible;transition:opacity 0.2s ease, visibility 0s linear 0s}.img-overlay img{max-width:100%;max-height:100%;width:auto;object-fit:contain}.notfound{text-align:center;padding:40px 0}.notfound-code{font-size:5rem;font-weight:700;line-height:1;color:var(--c-accent);margin-bottom:8px}.notfound-title{font-size:1.6rem;margin-bottom:8px}.notfound-text{color:var(--c-text-70);margin-bottom:24px}.footer{background:var(--c-bg);padding:40px 0;text-align:center;border-top:1px solid var(--c-text-10)}.footer-container{color:var(--c-text-60);font-size:0.9rem}
