:root{--primary:#3d2645;--secondary:#da4167;--accent:#832161;--tertiary:#000000;--text-primary:#000000;--text-secondary:#3d2645;--text-muted:#832161;--text-white:#ffffff;--bg-primary:#ffffff;--bg-secondary:#f0eff4;--bg-accent:#fef7f9;--bg-hero:linear-gradient(135deg, #ffffff 0%, #f8f3f6 100%);--border:#832161;--border-light:#e6d7dc;--shadow-sm:0 2px 8px rgba(61, 38, 69, 0.08);--shadow-md:0 4px 16px rgba(61, 38, 69, 0.12);--shadow-lg:0 8px 32px rgba(61, 38, 69, 0.16)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,system-ui,sans-serif;font-size:16px;line-height:1.6;color:var(--text-primary);background:var(--bg-secondary);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.3;letter-spacing:-.025em}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1.5rem;color:var(--text-secondary);line-height:1.7}a{color:var(--primary);text-decoration:underline;transition:color .2s}a:hover{color:var(--secondary);text-decoration:underline}ul,ol{margin:1.5rem 0;padding-left:2rem}li{margin-bottom:.5rem;color:var(--text-secondary)}blockquote{border-left:4px solid var(--primary);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:var(--text-secondary);background:var(--bg-accent);padding:1.5rem;border-radius:8px}code{background:var(--bg-accent);padding:.2rem .4rem;border-radius:4px;font-family:monaco,menlo,consolas,liberation mono,monospace;font-size:.9em;color:var(--text-primary);border:1px solid var(--border-light)}pre{background:var(--bg-primary);padding:1.5rem;border-radius:8px;overflow-x:auto;margin:2rem 0;border:1px solid var(--border-light);box-shadow:var(--shadow-sm)}pre code{background:0 0;padding:0;border:none}img{max-width:100%;height:auto;border-radius:8px;box-shadow:var(--shadow-sm)}.container{max-width:1140px;margin:0 auto;padding:0 2rem}.site-header{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);color:var(--text-white);position:sticky;top:0;z-index:100;box-shadow:var(--shadow-md)}.site-header .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.site-header h1{font-size:1.5rem;margin-bottom:0;color:var(--text-white)}.site-header h1 a{color:var(--text-white);text-decoration:none}.site-header nav ul{display:flex;list-style:none;gap:1.5rem;margin:0;padding:0}.site-header nav a{color:var(--text-white);font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .2s;text-decoration:none}.site-header nav a:hover,.site-header nav a.active{background:rgba(255,255,255,.15);text-decoration:none}main{padding:2rem 0}.hero{background:var(--bg-hero);padding:3rem 0;border-bottom:1px solid var(--border-light);box-shadow:inset 0 -1px rgba(61,38,69,.1);position:relative}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(240,239,244,.3) 0%,rgba(248,243,246,.5) 100%);pointer-events:none}.hero .container{position:relative;z-index:1;display:flex;align-items:center;gap:2rem}.hero h1{font-size:2.2rem;margin-bottom:.5rem;color:var(--text-primary)}.hero .highlight{color:var(--primary)}.hero .position{color:var(--secondary);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.hero .description{font-size:1.05rem;margin-bottom:1.5rem;color:var(--text-secondary)}.hero .links{display:flex;gap:1.5rem;font-size:.95rem;flex-wrap:wrap}.hero .links a{color:var(--accent);font-weight:500;padding:.5rem 1rem;border:1px solid var(--accent);border-radius:6px;transition:all .2s ease;text-decoration:none}.hero .links a:hover{background:var(--accent);color:var(--text-white);text-decoration:none;transform:translateY(-1px);box-shadow:var(--shadow-sm)}.hero-headshot{flex-shrink:0}.hero-headshot img{width:130px;height:130px;object-fit:cover;border-radius:50%;box-shadow:var(--shadow-md)}.hero-text-content{flex-grow:1}section{margin:0 0}section h2{position:relative;display:inline-block;margin-bottom:2rem}section h2::after{content:'';position:absolute;bottom:-.5rem;left:0;width:60px;height:3px;background:linear-gradient(90deg,var(--accent),var(--secondary));border-radius:2px}.research-areas{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin:2rem 0}.research-area{background:var(--bg-primary);border-radius:8px;padding:1.5rem;border-left:4px solid var(--secondary);box-shadow:var(--shadow-sm);transition:all .2s ease}.research-area:nth-child(2){border-left-color:var(--accent)}.research-area:nth-child(3){border-left-color:var(--primary)}.research-area:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.projects{display:grid;gap:2rem;margin:2rem 0}.project{background:var(--bg-primary);border-radius:12px;border:1px solid var(--border-light);overflow:hidden;transition:all .3s ease}.project:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.project header{background:linear-gradient(135deg,var(--bg-secondary),var(--bg-accent));padding:1.5rem;position:static;box-shadow:none}.project header h3{margin-bottom:.5rem;font-size:1.3rem}.project header h3 a{color:var(--text-primary);text-decoration:none}.project header p{margin-bottom:0;font-size:.95rem;color:var(--text-muted)}.project .content{padding:1.5rem}.project .links{display:flex;gap:1rem;margin-top:1rem}.project .links a{padding:.5rem 1rem;border:1px solid var(--primary);border-radius:6px;font-size:.9rem;font-weight:600;transition:all .2s ease;text-decoration:none}.project .links a:hover{background:var(--primary);color:var(--text-white);text-decoration:none}.blog-layout{display:grid;grid-template-columns:1fr 250px;gap:2rem;align-items:start}.blog-sidebar{position:sticky;top:2rem}.tag-list{background:var(--bg-primary);border-radius:8px;padding:1.25rem;box-shadow:var(--shadow-sm);margin-top:1rem}.tag-list h3{font-size:1rem;margin-bottom:.75rem;color:var(--text-primary)}.tag-list ul{list-style:none;padding:0;margin:0}.tag-list li{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0;border-bottom:1px solid var(--border-light)}.tag-list li:last-child{border-bottom:none}.tag-list li a{color:var(--text-primary);text-decoration:none;font-size:.9rem}.tag-list li a:hover{color:var(--tertiary)}.tag-list .count{color:var(--text-secondary);font-size:.8rem}.tag-list .all-tags{display:block;margin-top:.75rem;font-size:.85rem;color:var(--tertiary);text-decoration:none}.tag-list .all-tags:hover{text-decoration:underline}@media(max-width:768px){.blog-layout{grid-template-columns:1fr}.blog-sidebar{position:static;order:-1}}.publications article,.posts article{background:var(--bg-primary);border-radius:8px;padding:1.5rem;margin:1rem 0;box-shadow:var(--shadow-sm);transition:all .2s ease}.publications article{padding:2rem;margin:1.5rem 0;border-left:4px solid var(--secondary)}.posts article{border-left:4px solid var(--tertiary)}.publications article:hover,.posts article:hover{box-shadow:var(--shadow-md);transform:translateX(4px)}.publications article h3,.posts article h3{font-size:1.2rem;margin-bottom:.5rem;line-height:1.4}.publications article h3 a,.posts article h3 a{color:var(--text-primary);text-decoration:none}.posts article h3{font-size:1.1rem}.posts article h3 a:hover{color:var(--tertiary)}.meta{color:var(--text-secondary);margin-bottom:.5rem}.meta.venue{color:var(--secondary);font-weight:600;margin-bottom:1rem}.meta.date{color:var(--text-muted);font-size:.9rem}.abstract,.excerpt{color:var(--text-secondary);line-height:1.6;margin-bottom:0}.excerpt{line-height:1.5}.btn-primary{display:inline-block;padding:.75rem 1.5rem;background:var(--primary);color:var(--text-white);border-radius:6px;font-weight:600;text-decoration:none;transition:all .2s ease}.btn-primary:hover{background:var(--accent);transform:translateY(-1px);box-shadow:var(--shadow-sm);text-decoration:none;color:var(--text-white)}.single-content{max-width:800px;margin:0 auto}.single-meta{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-light)}.single-meta .abstract{margin-top:1rem}.single-meta .tags{margin-top:.5rem}.single-meta .tag{display:inline-block;background:var(--bg-accent);color:var(--accent);padding:.2rem .5rem;border-radius:4px;font-size:.8rem;margin-right:.5rem;text-decoration:none}.single-meta .tag:hover{background:var(--accent);color:var(--text-white)}.single-meta .links{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.single-meta .links a{padding:.5rem 1rem;background:var(--primary);color:var(--text-white);border-radius:6px;font-size:.9rem;font-weight:600;margin-right:.5rem;text-decoration:none}.single-meta .links a:hover{background:var(--accent);text-decoration:none}.list-content{max-width:900px;margin:0 auto}.site-footer{background:linear-gradient(135deg,var(--text-primary) 0%,#374151 100%);color:var(--text-white);text-align:center;padding:2rem 0;margin-top:3rem}.site-footer p{margin-bottom:0;color:var(--text-white)}.katex-display{margin:2rem 0;overflow-x:auto;background:var(--bg-primary);padding:1rem;border-radius:8px;border:1px solid var(--border-light);box-shadow:var(--shadow-sm)}.katex{font-size:1.1em}table{width:100%;border-collapse:collapse;margin:2rem 0;background:var(--bg-primary);border-radius:8px;overflow:hidden;box-shadow:var(--shadow-sm)}th,td{border:1px solid var(--border-light);padding:.75rem;text-align:left}th{background:var(--bg-accent);font-weight:600;color:var(--text-primary)}figure{margin:2rem 0;text-align:center;background:var(--bg-primary);padding:1rem;border-radius:8px;box-shadow:var(--shadow-sm)}figcaption{margin-top:.5rem;font-size:.9rem;color:var(--text-muted);font-style:italic}.plot-container{background:var(--bg-primary);padding:1.5rem;border-radius:8px;margin:2rem 0;box-shadow:var(--shadow-sm);border:1px solid var(--border-light)}.highlight{background:var(--bg-primary);border-radius:8px;overflow:hidden;margin:2rem 0;box-shadow:var(--shadow-sm)}.highlight pre{margin:0;border:none;box-shadow:none}.citation{font-size:.9rem;color:var(--text-muted);margin-top:.5rem}.reference{padding-left:1rem;border-left:2px solid var(--border-light);margin:1rem 0;font-size:.95rem}.tag{display:inline-block;background:var(--bg-accent);color:var(--accent);padding:.2rem .5rem;border-radius:4px;font-size:.8rem;margin-right:.5rem;text-decoration:none;transition:all .2s ease}.tag:hover{background:var(--accent);color:var(--text-white);text-decoration:none;transform:translateY(-1px)}.tag-inline{color:var(--accent);text-decoration:none;font-size:.9rem}.tag-inline:hover{color:var(--secondary);text-decoration:underline}.tag-cloud{display:flex;flex-wrap:wrap;gap:1rem;margin:2rem 0}.tag-link{display:flex;align-items:center;gap:.5rem;background:var(--bg-primary);padding:.75rem 1rem;border-radius:8px;border:1px solid var(--border-light);text-decoration:none;transition:all .2s ease;box-shadow:var(--shadow-sm)}.tag-link:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);text-decoration:none}.all-tags-grid{display:flex;flex-wrap:wrap;gap:.75rem}.all-tags-grid .tag-item{display:inline-flex;align-items:center;gap:.5rem;background:var(--bg-primary);padding:.5rem .75rem;border-radius:6px;text-decoration:none;box-shadow:var(--shadow-sm);transition:all .2s ease}.all-tags-grid .tag-item:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.all-tags-grid .tag-name{color:var(--text-primary);font-weight:500}.all-tags-grid .tag-count{background:var(--accent);color:var(--text-white);padding:.15rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600}.pagination{display:flex;justify-content:center;list-style:none;padding:2rem 0;gap:.5rem}.pagination li{margin:0}.pagination a,.pagination .page-link{padding:.5rem 1rem;background:var(--bg-primary);border:1px solid var(--border-light);border-radius:6px;text-decoration:none;transition:all .2s ease}.pagination a:hover{background:var(--primary);color:var(--text-white)}.pagination .active a{background:var(--primary);color:var(--text-white)}.pagination .disabled{opacity:.5}@media(max-width:768px){.container{padding:0 1rem}.hero .container{flex-direction:column}.hero-headshot{margin-bottom:1.5rem}.site-header .container{flex-direction:column;gap:1rem;text-align:center;padding:1rem}.site-header nav ul{gap:1rem}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}.hero h1{font-size:1.8rem}.research-areas{grid-template-columns:1fr}.hero .links{justify-content:center}}.toc-container{background-color:var(--bg-accent);border-radius:8px;padding:1.5rem;margin:2rem 0;box-shadow:var(--shadow-sm)}.toc-container h2{font-size:1.5rem;margin-bottom:1rem;color:var(--primary)}.toc-container nav#TableOfContents{font-size:.95rem}.toc-container nav#TableOfContents ul{list-style-type:none;padding-left:0}.toc-container nav#TableOfContents>ul{padding-left:0}.toc-container nav#TableOfContents>ul>li{margin-bottom:.75rem}.toc-container nav#TableOfContents ul ul{padding-left:1.5rem;margin-top:.5rem}.toc-container nav#TableOfContents ul li{margin-bottom:.5rem}.toc-container nav#TableOfContents a{color:var(--text-secondary);text-decoration:none;transition:color .2s;border-bottom:1px solid transparent}.toc-container nav#TableOfContents a:hover{color:var(--secondary);border-bottom:1px solid var(--secondary)}.faq-section{margin:3rem 0}.faq-section h2{margin-bottom:1.5rem;color:var(--primary)}.faq-item{background:var(--bg-accent);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.faq-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.faq-item h3{color:var(--secondary);margin-bottom:1rem;font-size:1.3rem}.faq-answer{color:var(--text-primary);line-height:1.6}.breadcrumbs{margin-bottom:2rem;font-size:.9rem}.breadcrumbs ol{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0}.breadcrumbs li{display:flex;align-items:center}.breadcrumbs li:not(:last-child)::after{content:"/";margin:0 .5rem;color:var(--text-muted)}.breadcrumbs a{color:var(--text-muted);text-decoration:none;transition:color .2s}.breadcrumbs a:hover{color:var(--secondary);text-decoration:underline}.breadcrumbs li:last-child span{color:var(--text-primary);font-weight:500}.related-posts{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border-light)}.related-posts h2{margin-bottom:1.5rem;font-size:1.75rem;color:var(--primary)}.related-posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.related-post{background-color:var(--bg-accent);border-radius:8px;overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .3s,box-shadow .3s}.related-post:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.related-post-link{display:block;text-decoration:none;color:inherit;height:100%}.related-post-image{height:160px;overflow:hidden}.related-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.related-post-content{padding:1.25rem}.related-post:not(:has(.related-post-image)) .related-post-content{padding:1.75rem}.related-post:not(:has(.related-post-image)) h3{font-size:1.4rem;margin-bottom:1rem}object-fit: cover; transition: transform 0.5s;}.related-post:hover .related-post-image img{transform:scale(1.05)}.related-post-content{padding:1.25rem}.related-post h3{font-size:1.2rem;margin-bottom:.5rem;color:var(--primary);line-height:1.4}.related-post-meta{font-size:.85rem;color:var(--text-muted);margin-bottom:.75rem}.related-post-excerpt{font-size:.95rem;color:var(--text-secondary);line-height:1.5}.social-share{margin:3rem 0;padding:1.5rem;background-color:var(--bg-accent);border-radius:8px;box-shadow:var(--shadow-sm)}.social-share h3{font-size:1.2rem;margin-bottom:1rem;color:var(--primary)}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background-color:var(--bg-primary);color:var(--secondary);box-shadow:var(--shadow-sm);transition:transform .3s,color .3s,background-color .3s}.social-links a:hover{transform:translateY(-3px)scale(1.05);color:var(--text-white);background-color:var(--secondary)}:target{scroll-margin-top:80px}