:root{--bg: #ffffff;--fg: #0f172a;--muted: #6b7280;--border: #e5e7eb;--card: #f8fafc;--accent: #2563eb}:root[data-theme=dark]{--bg: #252525;--fg: #efefef;--muted: #8a8a8a;--border: #383838;--card: #1e1e1e;--accent: #60a5fa}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:.95rem;line-height:1.65}a{text-decoration:none;color:var(--accent)}a:hover{text-decoration:underline}.container{max-width:960px;margin:0 auto;padding:0 1.5rem}.site{display:grid;min-height:100dvh;grid-template-rows:auto 1fr auto}.header{position:sticky;top:0;z-index:10;padding:.65rem 1.5rem}.header__inner{display:flex;align-items:center;gap:1rem;padding:.5rem 1.25rem;border-radius:999px;backdrop-filter:blur(24px) saturate(140%);-webkit-backdrop-filter:blur(24px) saturate(140%);background:color-mix(in oklab,var(--bg) 65%,transparent);border:1px solid color-mix(in oklab,var(--border) 60%,transparent);box-shadow:0 2px 16px #00000014}.brand{flex:1}.brand__name{font-weight:700;font-size:.95rem;color:var(--fg);text-decoration:none}.brand__name:hover{text-decoration:none}.nav{display:flex;gap:.25rem}.nav-link{color:var(--muted);text-decoration:none;padding:.25rem .55rem;border-radius:6px;font-size:.875rem;transition:color .15s,background .15s}.nav-link--active,.nav-link:hover{color:var(--fg);background:var(--card);text-decoration:none}.btn{border:1px solid var(--border);background:transparent;padding:.3rem .55rem;border-radius:8px;cursor:pointer;font-size:1rem;color:var(--muted);line-height:1;transition:color .15s,background .15s}.btn:hover{color:var(--fg);background:var(--card)}.profile-page{display:flex;gap:3.5rem;padding:2.5rem 0 3rem;align-items:flex-start}.sidebar{width:210px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;text-align:center;position:sticky;top:4rem}.sidebar__img{width:190px;height:190px;border-radius:50%;object-fit:cover;border:2px solid var(--border);margin-bottom:1rem}.sidebar__name{font-size:1.2rem;font-weight:700;margin:0 0 .25rem;line-height:1.3}.sidebar__title{font-weight:600;font-size:.875rem;margin:0 0 .15rem;color:var(--fg)}.sidebar__school{font-size:.82rem;color:var(--muted);margin:0 0 1rem}.sidebar__links{display:flex;gap:.6rem;justify-content:center}.sidebar__icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;color:var(--muted);border:1px solid var(--border);transition:color .15s,border-color .15s,background .15s}.sidebar__icon:hover{color:var(--fg);border-color:var(--fg);background:var(--card);text-decoration:none}.main-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:2rem}.content-heading{font-size:1.2rem;font-weight:700;margin:0 0 .9rem}.about p{margin:0 0 .85rem}.about p:last-child{margin-bottom:0}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 2.5rem}.info-heading{font-size:1rem;font-weight:700;margin:0 0 .75rem;color:var(--accent)}.interest-list{list-style:disc;padding-left:1.1rem;margin:0;display:flex;flex-direction:column;gap:.35rem;font-size:.9rem}.edu-list{display:flex;flex-direction:column;gap:.75rem}.edu-item{display:flex;gap:.65rem;align-items:flex-start;font-size:.9rem}.edu-item__deg{font-weight:500;line-height:1.3}.edu-item__school{font-size:.78rem;color:var(--muted);margin-top:.1rem}.home-sec__title{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin:0 0 1.1rem;padding-bottom:.6rem;border-bottom:1px solid var(--border)}.news-list{list-style:none;padding:0;margin:0;display:grid;gap:.65rem}.news-row{display:grid;grid-template-columns:6.5rem 1fr;gap:1rem;align-items:baseline;font-size:.9rem}.news-row__date{font-size:.78rem;color:var(--muted);white-space:nowrap}.pub-list{list-style:none;padding:0;margin:0;display:grid;gap:1rem}.pub-card{display:grid;grid-template-columns:120px 1fr;gap:1.25rem;align-items:start;padding:1.1rem 1.25rem;background:var(--card);border:1px solid var(--border);border-radius:10px}.pub-card__thumb{width:120px;height:88px;object-fit:cover;border-radius:6px;border:1px solid var(--border);display:block}.pub-card__body{display:grid;gap:.2rem;min-width:0}.pub-card__title{font-weight:600;margin:0;font-size:.92rem}.pub-card__title a{color:var(--fg)}.pub-card__title a:hover{color:var(--accent);text-decoration:none}.pub-card__authors,.pub-card__meta{font-size:.82rem;color:var(--muted);margin:0}.pub-card__meta a{color:var(--muted)}.pub-card__meta a:hover{color:var(--accent)}.pub-card__abs{margin-top:.35rem}.pub-card__abs summary{cursor:pointer;font-size:.78rem;color:var(--muted);list-style:none}.pub-card__abs summary:before{content:"▶  ";font-size:.7em}.pub-card__abs[open] summary:before{content:"▼  "}.pub-card__abs p{margin:.4rem 0 0;font-size:.84rem;line-height:1.55}.footer{border-top:1px solid var(--border)}.footer__inner{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;gap:1rem;font-size:.83rem;color:var(--muted)}.footer__links{display:flex;gap:.75rem}.footer__links a{color:var(--muted);text-decoration:none}.footer__links a:hover{color:var(--fg)}.stack{display:grid;gap:1.25rem;padding:2rem 0}.cat-section{display:flex;flex-direction:column;align-items:center;margin-top:1rem}.cat-photo{max-width:300px;border-radius:16px;border:1px solid var(--border)}.cat-caption{margin-top:.5rem;font-style:italic;color:var(--muted)}@media (max-width: 700px){.profile-page{flex-direction:column;align-items:center;gap:2rem;padding:2rem 0}.sidebar{position:static;width:100%}.info-grid,.pub-card{grid-template-columns:1fr}.pub-card__thumb{width:100%;height:auto;aspect-ratio:16/9}.news-row{grid-template-columns:1fr;gap:.05rem}}
