:root{--bg: #ffffff;--surface: #ffffff;--surface-2: #f5f6f9;--text: #0f172a;--text-2: #475569;--text-3: #64748b;--text-faint: #94a3b8;--border: #e8eaf0;--border-strong: #d6dae4;--accent: #4f46e5;--accent-hover: #4338ca;--accent-soft: rgba(79, 70, 229, .09);--gold: #d97706;--gold-2: #b45309;--on-gold: #ffffff;--text-on-accent: #ffffff;--shadow: rgba(15, 23, 42, .06);--shadow-strong: rgba(15, 23, 42, .1);--font-display: "Space Grotesk", "Inter", sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}[data-theme=dark]{--bg: #0b0d12;--surface: #14171f;--surface-2: #1b1f29;--text: #e9ebf2;--text-2: #aab3c5;--text-3: #8b94a8;--text-faint: #6b7384;--border: rgba(255, 255, 255, .09);--border-strong: rgba(255, 255, 255, .17);--accent: #818cf8;--accent-hover: #a5b4fc;--accent-soft: rgba(129, 140, 248, .14);--gold: #fbbf24;--gold-2: #f59e0b;--on-gold: #1a1205;--text-on-accent: #0b0d12;--shadow: rgba(0, 0, 0, .35);--shadow-strong: rgba(0, 0, 0, .5)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh;background-color:var(--bg);background-image:radial-gradient(760px 340px at 100% -8%,var(--accent-soft),transparent 70%);background-repeat:no-repeat;color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}a{color:var(--accent);text-decoration:none}.page{max-width:860px;margin:0 auto;padding:78px 28px 72px}section{scroll-margin-top:32px}.theme-toggle{position:fixed;top:20px;right:20px;z-index:100;width:40px;height:40px;border-radius:50%;border:1px solid var(--border-strong);background:var(--surface);color:var(--text-2);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 12px var(--shadow);transition:color .2s ease,border-color .2s ease,background .2s ease}.theme-toggle:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}.theme-toggle svg{width:18px;height:18px}.intro-head{display:flex;align-items:center;gap:24px;margin-bottom:32px}.avatar{width:104px;height:104px;border-radius:50%;object-fit:cover;flex-shrink:0;border:1px solid var(--border-strong);box-shadow:0 6px 22px -8px var(--shadow-strong)}.intro-id{min-width:0}.name{font-family:var(--font-display);font-size:41px;font-weight:600;letter-spacing:-.02em;line-height:1.04;color:var(--text);margin-bottom:7px}.role{font-size:15.5px;color:var(--text-2);margin-bottom:16px}.role strong{color:var(--text);font-weight:600}.socials{display:flex;flex-wrap:wrap;gap:8px}.social-link{display:inline-flex;align-items:center;gap:7px;padding:7px 13px;border:1px solid var(--border);border-radius:9px;font-size:13px;font-weight:500;color:var(--text-2);background:var(--surface);transition:color .2s ease,border-color .2s ease,transform .15s ease}.social-link svg{width:15px;height:15px}.social-link:hover{color:var(--accent);border-color:var(--accent);transform:translateY(-1px)}.bio p{font-size:17px;line-height:1.72;color:var(--text-2);margin-bottom:15px}.bio p:last-child{margin-bottom:0}.bio strong{color:var(--text);font-weight:600}.bio a{color:var(--accent);font-weight:500}.bio a strong{color:inherit}.bio a:hover{color:var(--accent-hover);text-decoration:underline;text-underline-offset:2px}.section{margin-top:58px}.section-title{font-family:var(--font-display);font-size:26px;font-weight:600;letter-spacing:-.01em;color:var(--text);margin-bottom:26px;padding-bottom:14px;position:relative}.section-title:after{content:"";position:absolute;left:0;bottom:0;width:44px;height:3px;background:var(--accent);border-radius:2px}.pub-list{display:flex;flex-direction:column}.pub-card{display:grid;grid-template-columns:142px 1fr;gap:24px;padding:24px 0;border-bottom:1px solid var(--border)}.pub-card:last-child{border-bottom:none}.pub-thumb{width:142px;height:98px;border-radius:10px;overflow:hidden;background:var(--surface-2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center}.pub-thumb img{width:100%;height:100%;object-fit:cover}.pub-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:600;font-size:19px;letter-spacing:.05em;color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-hover))}.pub-body{display:flex;flex-direction:column;gap:7px;justify-content:center;min-width:0}.pub-title{font-size:16.5px;font-weight:600;color:var(--text);line-height:1.4}.pub-authors{font-size:13.5px;color:var(--text-2);line-height:1.55}.pub-authors .pub-me{color:var(--text);font-weight:700}.pub-venue{display:flex;align-items:center;flex-wrap:wrap;gap:10px;font-size:13.5px}.pub-venue em{font-style:normal;font-weight:500;color:var(--text-3);background:var(--surface-2);border:1px solid var(--border);padding:3px 10px;border-radius:6px}.pub-flag{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:6px 12px;border-radius:7px;line-height:1;white-space:nowrap}.pub-flag svg{width:13px;height:13px}.pub-flag.oral,.pub-flag.spotlight{color:var(--on-gold);background:linear-gradient(135deg,var(--gold),var(--gold-2));box-shadow:0 3px 11px -3px var(--gold)}.pub-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:5px}.pub-link{font-size:12.5px;font-weight:500;color:var(--accent);padding:4px 11px;border:1px solid var(--border-strong);border-radius:7px;transition:color .2s ease,background .2s ease,border-color .2s ease}.pub-link:hover{background:var(--accent);color:var(--text-on-accent);border-color:var(--accent)}.pub-note{margin-top:20px;font-size:12.5px;color:var(--text-faint)}.pub-note-top{margin:-10px 0 18px}.talk-list{display:flex;flex-direction:column}.talk-item{display:flex;align-items:baseline;gap:20px;padding:18px 0;border-bottom:1px solid var(--border)}.talk-item:last-child{border-bottom:none}.talk-body{min-width:0}.talk-title{font-size:16px;font-weight:600;color:var(--text);line-height:1.45}.talk-title a{color:var(--text);transition:color .2s ease;border-bottom:1px solid transparent}.talk-title a:hover{color:var(--accent);border-bottom-color:var(--accent)}.talk-venue{margin-top:5px;font-size:13.5px;color:var(--text-2)}.talk-date{flex-shrink:0;margin-left:auto;font-size:12.5px;font-weight:500;color:var(--text-3);background:var(--surface-2);border:1px solid var(--border);padding:3px 10px;border-radius:6px;white-space:nowrap}.footer{margin-top:64px;padding-top:22px;border-top:1px solid var(--border);display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;font-size:13px;color:var(--text-faint)}.reveal{opacity:0;transform:translateY(14px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}*{transition:none!important}}@media (max-width: 600px){.page{padding:64px 20px 60px}.intro-head{flex-direction:column;align-items:flex-start;gap:18px}.avatar{width:92px;height:92px}.name{font-size:33px}.pub-card{grid-template-columns:1fr;gap:14px}.pub-thumb{width:100%;height:158px}}
