.sidebar{width:var(--sidebar-width);min-height:100vh;position:fixed;top:0;left:0;border-right:1px solid var(--border);background:var(--surface)}.sidebar-inner{padding:48px 28px;display:flex;flex-direction:column;gap:40px;height:100vh}.sidebar-inner .theme-toggle{margin-top:auto}.sidebar-name{font-size:.95rem;font-weight:600;color:var(--text-primary);letter-spacing:-.01em}.sidebar-tagline{font-size:.78rem;color:var(--text-muted);margin-top:6px;line-height:1.5}.sidebar-nav{display:flex;flex-direction:column;gap:2px}.nav-item{display:block;font-size:.85rem;color:var(--text-secondary);padding:6px 10px;border-radius:5px;margin-left:-10px;transition:background .12s ease,color .12s ease;background:none;border:none;cursor:pointer;width:calc(100% + 10px);text-align:left;font-family:inherit}.nav-item:hover{background:var(--hover-bg);color:var(--text-primary)}.nav-item--active{color:var(--text-primary);background:var(--hover-bg)}@media (max-width: 768px){.sidebar{width:100%;min-height:auto;position:static;border-right:none;border-bottom:1px solid var(--border)}.sidebar-inner{padding:24px 20px;gap:20px;height:auto}.sidebar-nav{flex-direction:row;flex-wrap:wrap;gap:4px}.nav-item{margin-left:0;width:auto}}.theme-toggle{display:flex;gap:1px;background:var(--border);border-radius:6px;padding:2px}.theme-btn{flex:1;padding:4px 0;font-size:.7rem;font-weight:500;border:none;background:transparent;color:var(--text-muted);border-radius:4px;cursor:pointer;font-family:var(--font);transition:background .12s ease,color .12s ease}.theme-btn:hover{color:var(--text-secondary)}.theme-btn.active{background:var(--surface);color:var(--text-primary)}.about-body{display:flex;flex-direction:column;gap:14px}.bio{font-size:.9rem;color:var(--text-secondary);line-height:1.8}.bio strong{color:var(--text-primary);font-weight:500}.contact-block{display:flex;flex-direction:column;gap:8px;margin-top:8px}.contact-row{display:flex;align-items:baseline;gap:20px}.contact-label{font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);min-width:44px}.contact-value{font-size:.875rem;color:var(--text-secondary)}.contact-value.link:hover{color:var(--accent)}.social-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.social-link{font-size:.78rem;font-weight:500;color:var(--text-secondary);padding:4px 14px;border:1px solid var(--border);border-radius:999px;transition:border-color .15s ease,color .15s ease}.social-link:hover{border-color:var(--text-primary);color:var(--text-primary)}.experience-list{display:flex;flex-direction:column;gap:32px}.experience-item{display:flex;flex-direction:column;gap:10px}.experience-header{display:flex;justify-content:space-between;align-items:baseline;gap:12px;flex-wrap:wrap}.experience-role{font-size:.9rem;font-weight:600;color:var(--text-primary)}.experience-company{font-size:.9rem;color:var(--text-secondary)}.experience-location{font-size:.85rem;color:var(--text-muted)}.experience-period{font-size:.75rem;color:var(--text-muted);white-space:nowrap}.experience-bullets{list-style:none;display:flex;flex-direction:column;gap:6px;padding-left:0}.experience-bullets li{font-size:.875rem;color:var(--text-secondary);line-height:1.7;padding-left:14px;position:relative}.experience-bullets li:before{content:"–";position:absolute;left:0;color:var(--text-muted)}.projects-list{display:flex;flex-direction:column;gap:2px}.project-card{display:flex;flex-direction:column;gap:6px;padding:14px 12px;border-radius:6px;margin-left:-12px;transition:background .12s ease}.project-card:hover{background:var(--hover-bg)}.project-top{display:flex;justify-content:space-between;align-items:center}.project-name{font-size:.9rem;font-weight:500;color:var(--text-primary)}.project-type,.project-arrow{font-size:.85rem;color:var(--text-muted)}.project-desc{font-size:.85rem;color:var(--text-secondary);line-height:1.6}.project-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.project-tag{font-size:.7rem;font-weight:500;color:var(--text-muted);background:var(--hover-bg);padding:2px 8px;border-radius:999px;border:1px solid var(--border)}.labs-list{display:flex;flex-direction:column;gap:2px}.lab-item{display:flex;flex-direction:column;gap:4px;padding:12px;border-radius:6px;margin-left:-12px;transition:background .12s ease}.lab-item:hover{background:var(--hover-bg)}.lab-top{display:flex;justify-content:space-between;align-items:center}.lab-name{font-size:.9rem;font-weight:500;color:var(--text-primary)}.lab-arrow{font-size:.85rem;color:var(--text-muted)}.lab-desc{font-size:.85rem;color:var(--text-secondary);line-height:1.6}.lab-try-btn{display:inline-block;margin-top:4px;font-size:.8rem;font-weight:500;color:var(--text-secondary);padding:5px 14px;border:1px solid var(--border);border-radius:999px;transition:border-color .15s ease,color .15s ease;align-self:flex-start}.lab-try-btn:hover{border-color:var(--text-primary);color:var(--text-primary)}.accomplishments-list{display:flex;flex-direction:column;gap:2px}.accomplishment-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:6px;margin-left:-12px;transition:background .12s ease}.accomplishment-item:hover{background:var(--hover-bg)}.accomplishment-title{font-size:.9rem;font-weight:500;color:var(--text-primary)}.accomplishment-arrow{font-size:.85rem;color:var(--text-muted);flex-shrink:0}.blogs-list{display:flex;flex-direction:column;gap:2px}.blog-item{display:flex;flex-direction:column;gap:6px;padding:14px 12px;border-radius:6px;margin-left:-12px;transition:background .12s ease}.blog-item:hover{background:var(--hover-bg)}.blog-top{display:flex;justify-content:space-between;align-items:baseline;gap:12px;flex-wrap:wrap}.blog-title{font-size:.9rem;font-weight:500;color:var(--text-primary)}.blog-date{font-size:.75rem;color:var(--text-muted);white-space:nowrap}.blog-summary{font-size:.85rem;color:var(--text-secondary);line-height:1.6}.layout{display:flex;min-height:100vh}.content{margin-left:var(--sidebar-width);flex:1;max-width:680px}@media (max-width: 768px){.layout{flex-direction:column}.content{margin-left:0;max-width:100%;height:auto;overflow-y:visible}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f4f2ed;--surface: #faf9f7;--border: #e2dfd8;--text-primary: #111111;--text-secondary: #4a4a4a;--text-muted: #999999;--hover-bg: rgba(0, 0, 0, .05);--accent: #16a34a;--sidebar-width: 256px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}[data-theme=dark]{--bg: #141412;--surface: #1c1b18;--border: #2c2a25;--text-primary: #f0ede6;--text-secondary: #a8a49b;--text-muted: #6b6760;--hover-bg: rgba(255, 255, 255, .06)}@media (prefers-color-scheme: dark){[data-theme=auto]{--bg: #141412;--surface: #1c1b18;--border: #2c2a25;--text-primary: #f0ede6;--text-secondary: #a8a49b;--text-muted: #6b6760;--hover-bg: rgba(255, 255, 255, .06)}}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text-primary);line-height:1.6;font-size:15px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.section{padding:64px 48px}.section-title{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:28px}@media (max-width: 768px){.section{padding:40px 20px}}
