*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary: #fafafa;--bg-secondary: #ffffff;--bg-sidebar: linear-gradient(180deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);--bg-card: #ffffff;--bg-code: #f4f4f8;--text-primary: #1a1a2e;--text-secondary: #444466;--text-muted: #8888aa;--sidebar-text: #e0e0f0;--sidebar-text-muted: #a0a0c0;--sidebar-accent: #e94560;--accent: #e94560;--accent-hover: #c73652;--accent-light: rgba(233, 69, 96, .08);--accent-border: rgba(233, 69, 96, .2);--border: #e8e8f0;--border-light: #f0f0f5;--shadow-sm: 0 1px 3px rgba(26, 26, 46, .06);--shadow-md: 0 4px 12px rgba(26, 26, 46, .08);--shadow-lg: 0 8px 30px rgba(26, 26, 46, .12);--shadow-card: 0 2px 8px rgba(26, 26, 46, .06), 0 0 1px rgba(26, 26, 46, .1);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-full: 9999px;--transition: .25s cubic-bezier(.4, 0, .2, 1);color-scheme:light}[data-theme=dark]{--bg-primary: #0d1117;--bg-secondary: #161b22;--bg-sidebar: linear-gradient(180deg, #0d1117 0%, #111827 50%, #1a1a2e 100%);--bg-card: #161b22;--bg-code: #1c2128;--text-primary: #e6edf3;--text-secondary: #b0b8c4;--text-muted: #7d8590;--sidebar-text: #e6edf3;--sidebar-text-muted: #8b949e;--sidebar-accent: #ff6b81;--accent: #ff6b81;--accent-hover: #ff8fa0;--accent-light: rgba(255, 107, 129, .1);--accent-border: rgba(255, 107, 129, .25);--border: #30363d;--border-light: #21262d;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .5);--shadow-card: 0 2px 8px rgba(0, 0, 0, .3), 0 0 1px rgba(0, 0, 0, .4);color-scheme:dark}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg-primary: #0d1117;--bg-secondary: #161b22;--bg-sidebar: linear-gradient(180deg, #0d1117 0%, #111827 50%, #1a1a2e 100%);--bg-card: #161b22;--bg-code: #1c2128;--text-primary: #e6edf3;--text-secondary: #b0b8c4;--text-muted: #7d8590;--sidebar-text: #e6edf3;--sidebar-text-muted: #8b949e;--sidebar-accent: #ff6b81;--accent: #ff6b81;--accent-hover: #ff8fa0;--accent-light: rgba(255, 107, 129, .1);--accent-border: rgba(255, 107, 129, .25);--border: #30363d;--border-light: #21262d;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .5);--shadow-card: 0 2px 8px rgba(0, 0, 0, .3), 0 0 1px rgba(0, 0, 0, .4);color-scheme:dark}}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.7;color:var(--text-primary);background-color:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:700;line-height:1.3}a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;transition:color var(--transition),text-decoration-color var(--transition)}a:hover{color:var(--accent-hover)}strong{color:var(--text-primary);font-weight:600}img{max-width:100%;height:auto}.page-wrapper{display:flex;gap:32px;max-width:1120px;margin:0 auto;padding:32px 24px;min-height:100vh;align-items:flex-start}.sidebar{position:sticky;top:32px;width:280px;background:var(--bg-sidebar);padding:32px 24px 24px;display:flex;flex-direction:column;justify-content:space-between;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;z-index:10;flex-shrink:0;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.sidebar::-webkit-scrollbar{display:none}.main-content{flex:1;padding:16px 0 64px;max-width:800px;min-height:100vh}.profile{text-align:center}.profile-photo{width:120px;height:120px;border-radius:var(--radius-full);object-fit:cover;border:3px solid rgba(255,255,255,.2);transition:all .4s cubic-bezier(.4,0,.2,1);margin-bottom:20px;box-shadow:0 4px 20px #0000004d}.profile-photo:hover{border-color:var(--sidebar-accent);transform:scale(1.05);box-shadow:0 6px 25px #0006}.profile-name{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:10px;letter-spacing:-.01em}.profile-desc{font-size:.85rem;color:var(--sidebar-text-muted);line-height:1.6}.social-links{display:flex;justify-content:center;gap:10px;margin-top:24px;list-style:none}.social-links a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:var(--radius-full);color:var(--sidebar-text-muted);background:#ffffff14;border:1px solid rgba(255,255,255,.1);transition:all var(--transition);font-size:1rem;text-decoration:none}.social-links a:hover{color:#fff;background:var(--sidebar-accent);border-color:var(--sidebar-accent);transform:translateY(-3px);box-shadow:0 4px 15px #e9456066}.sidebar-nav{margin-top:36px}.sidebar-nav-title{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--sidebar-text-muted);margin-bottom:12px;padding-left:14px}.sidebar-nav ul{list-style:none}.sidebar-nav li+li{margin-top:2px}.sidebar-nav a{display:block;padding:9px 14px;border-radius:var(--radius-sm);color:var(--sidebar-text-muted);font-size:.88rem;font-weight:500;transition:all var(--transition);border-left:2px solid transparent;text-decoration:none}.sidebar-nav a:hover,.sidebar-nav a.active{color:#fff;background:#ffffff0f;border-left-color:var(--sidebar-accent)}.theme-toggle-wrapper{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:28px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08)}.theme-toggle-label{font-size:.78rem;color:var(--sidebar-text-muted);font-weight:500}.theme-toggle{position:relative;width:42px;height:22px}.theme-toggle input{opacity:0;width:0;height:0}.theme-toggle .slider{position:absolute;inset:0;background-color:#ffffff26;border-radius:var(--radius-full);cursor:pointer;transition:background-color var(--transition)}.theme-toggle .slider:before{content:"";position:absolute;width:16px;height:16px;left:3px;bottom:3px;background-color:#fff;border-radius:var(--radius-full);transition:transform var(--transition)}.theme-toggle input:checked+.slider{background-color:var(--sidebar-accent)}.theme-toggle input:checked+.slider:before{transform:translate(20px)}.section{margin-bottom:44px}.section:last-child{margin-bottom:0}.section-title{font-size:1.3rem;font-weight:700;color:var(--text-primary);margin-bottom:24px;display:flex;align-items:center;gap:10px}.section-title:before{content:"";display:inline-block;width:4px;height:22px;background:var(--accent);border-radius:2px;flex-shrink:0}.section-content p{margin-bottom:10px;color:var(--text-secondary);font-size:.95rem;line-height:1.8}.section-content a{font-weight:600}.experience-item{padding:20px 24px;margin-bottom:14px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-card);transition:all var(--transition);position:relative;overflow:hidden}.experience-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--accent);opacity:0;transition:opacity var(--transition)}.experience-item:hover{border-color:var(--accent-border);box-shadow:var(--shadow-md);transform:translate(4px)}.experience-item:hover:before{opacity:1}.experience-title{font-weight:600;font-size:1rem;color:var(--text-primary);margin-bottom:4px}.experience-title a{color:var(--accent);font-weight:700}.experience-subtitle{font-size:.82rem;color:var(--text-muted);font-weight:500}.experience-detail{font-size:.9rem;color:var(--text-secondary);margin-top:6px}.pub-year-group{margin-bottom:32px}.pub-year-group:last-child{margin-bottom:0}.pub-year{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid var(--border)}.pub-entry{margin-bottom:20px;padding-left:16px;border-left:2px solid var(--border-light);transition:border-color var(--transition)}.pub-entry:hover{border-left-color:var(--accent)}.pub-entry:last-child{margin-bottom:0}.pub-title{font-weight:700;font-size:.95rem;line-height:1.5;margin-bottom:4px}.pub-title a{color:var(--text-primary);text-decoration:none}.pub-title a:hover{color:var(--accent)}.pub-authors{font-size:.85rem;color:var(--text-secondary);line-height:1.6;margin-bottom:4px}.pub-authors strong{color:var(--accent);font-weight:700}.pub-venue{font-size:.84rem;color:var(--text-secondary);font-weight:600}.pub-link{font-weight:600;font-size:.84rem;color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;white-space:nowrap}.pub-link:hover{color:var(--accent-hover)}.tag-list{display:flex;flex-wrap:wrap;gap:10px;list-style:none}.tag{display:inline-block;padding:8px 20px;background:var(--accent-light);color:var(--accent);border:1px solid var(--accent-border);border-radius:var(--radius-full);font-size:.88rem;font-weight:600;transition:all var(--transition);cursor:default}.tag:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px #e945604d}.sidebar-footer{text-align:center;margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08)}.sidebar-footer small{font-size:.7rem;color:#ffffff40}.mobile-header,.mobile-footer{display:none}@media(max-width:768px){.page-wrapper{flex-direction:column;padding:16px;gap:16px}.sidebar{display:none;border-radius:0}.mobile-header{display:flex;flex-direction:column;align-items:center;width:100%;background:var(--bg-sidebar);padding:18px 24px 16px;text-align:center;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.mobile-header .profile-photo{width:96px;height:96px;margin-bottom:10px}.mobile-header .profile-name{font-size:1.3rem;color:#fff;margin-bottom:6px}.mobile-header .profile-desc{font-size:.78rem;color:var(--sidebar-text-muted);line-height:1.6}.mobile-header .social-links{margin-top:10px;gap:10px}.mobile-header .social-links a{width:38px;height:38px;font-size:.95rem;color:var(--sidebar-text-muted);background:#ffffff14;border:1px solid rgba(255,255,255,.1)}.mobile-header .social-links a:hover{color:#fff;background:var(--sidebar-accent);border-color:var(--sidebar-accent)}.main-content{padding:8px 0 24px;max-width:100%;width:100%}.section{margin-bottom:36px}.section-title{font-size:1.15rem;margin-bottom:18px}.section-content p{font-size:.93rem}.experience-item{padding:16px 18px;margin-bottom:10px;border-radius:var(--radius-md)}.experience-item:hover{transform:none}.experience-title{font-size:.95rem}.experience-subtitle{font-size:.8rem}.experience-detail{font-size:.88rem}.pub-entry{padding-left:12px}.pub-title{font-size:.9rem}.pub-authors{font-size:.82rem}.pub-venue{font-size:.8rem}.tag-list{gap:8px}.tag{padding:7px 16px;font-size:.85rem}.tag:hover{transform:none}.mobile-footer{display:block;width:100%;padding:24px 20px;text-align:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.mobile-footer small{font-size:.75rem;color:var(--text-muted)}.mobile-theme-toggle{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:14px}.mobile-theme-toggle .theme-toggle-label{color:var(--text-muted)}.mobile-theme-toggle .theme-toggle .slider{background:var(--border)}.mobile-theme-toggle .theme-toggle input:checked+.slider{background:var(--accent)}.mobile-theme-toggle .theme-toggle .slider:before{background:var(--bg-primary)}}@media(max-width:480px){body{font-size:15px}.page-wrapper{padding:12px;gap:12px}.mobile-header{padding:28px 16px 24px;border-radius:var(--radius-md)}.mobile-header .profile-photo{width:96px;height:96px}.mobile-header .profile-name{font-size:1.15rem}.main-content{padding:4px 0 20px}.experience-item{padding:14px;border-radius:var(--radius-sm)}.tag{padding:6px 14px;font-size:.82rem}.mobile-footer{border-radius:var(--radius-md)}}
