:root{--bg: #ffffff;--fg: #0f172a;--muted: #6b7280;--border: #e5e7eb;--card: #f8fafc}:root[data-theme=dark]{--bg: #0b1020;--fg: #e5e7eb;--muted: #9aa3b2;--border: #1f2937;--card: #0f172a}*{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}a{text-decoration:none;color:inherit}a:hover{text-decoration:underline}.pub__grid{display:grid;grid-template-columns:140px 1fr;gap:1rem;align-items:start;width:100%}.pub__thumb{width:140px;height:100px;object-fit:cover;border:1px solid var(--border);border-radius:8px;background:var(--card)}.pub__body{display:grid;gap:.25rem;overflow-wrap:break-word}.pub__titleLink{text-decoration:none}.pub__titleLink:hover{text-decoration:underline}.pub__venue em{font-style:italic}.pub__note{color:var(--muted);font-style:italic}.pub__abs{margin-top:.25rem}.pub__abs>summary{cursor:pointer;color:var(--muted);list-style:none}.pub__abs>summary:before{content:"▶ ";font-size:.9em}.pub__abs[open]>summary:before{content:"▼ "}.pub__abs>p{margin:.5rem 0 0;line-height:1.5}@media (max-width: 700px){.pub__grid{grid-template-columns:1fr}.pub__thumb{width:100%;height:auto;aspect-ratio:16 / 9}}.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);background:var(--card)}.cat-caption{margin-top:.5rem;font-style:italic;color:var(--muted)}.container{max-width:1100px;margin:0 auto;padding:1rem}.site{display:grid;min-height:100dvh;grid-template-rows:auto 1fr auto}.header{position:sticky;top:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--border);background:color-mix(in oklab,var(--bg) 80%,transparent)}.header__inner{display:flex;align-items:center;gap:1rem;padding:.75rem 0}.brand{display:flex;flex-direction:column}.brand__name{font-weight:700;color:inherit;text-decoration:none}.brand__subtitle{font-size:.85rem;color:var(--muted)}.nav{display:flex;gap:1rem;margin-left:auto}.nav-link{color:var(--muted);text-decoration:none;padding:.25rem .4rem;border-radius:6px}.nav-link--active,.nav-link:hover{color:var(--fg);background:var(--card)}.btn{border:1px solid var(--border);background:var(--card);padding:.4rem .6rem;border-radius:8px}.stack{display:grid;gap:1.25rem}.hero{display:grid;grid-template-columns:160px 1fr;gap:1.5rem;align-items:center}.hero__img{width:160px;aspect-ratio:1;border-radius:50%;object-fit:cover;border:1px solid var(--border);background:var(--card)}.hero__text p{line-height:1.6}.bullets{margin:.5rem 0 0;padding-left:1.25rem}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.card{display:block;padding:1rem;border:1px solid var(--border);border-radius:12px;background:var(--card);text-decoration:none;color:inherit}.card:hover{transform:translateY(-1px);transition:transform .15s ease}.pubs{display:grid;gap:1rem}.pub{padding:1rem;border:1px solid var(--border);border-radius:12px;background:var(--card);max-width:700px;width:100%;margin-left:auto;margin-right:auto}.pub__title{font-weight:600}.pub__authors,.pub__venue,.pub__note{color:var(--muted)}.pub__note{font-style:italic}.news{display:grid;gap:.75rem}.news__item{padding:.75rem 1rem;border-left:3px solid var(--border);background:var(--card);border-radius:8px}.news__date{font-weight:600}.footer{border-top:1px solid var(--border)}.footer__inner{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;gap:1rem}.footer__links{display:flex;gap:.75rem}.footer__links a{color:var(--muted);text-decoration:none}.footer__links a:hover{color:var(--fg)}@media (max-width: 700px){.hero{grid-template-columns:1fr;text-align:center}.hero__img{margin:0 auto}}
