*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f7f5ff;--surface: #ffffff;--border: #e5e0ff;--accent: #6c5ce7;--accent-light: rgba(108, 92, 231, .08);--text: #1a1a2e;--muted: #7b7599;--tag-bg: #ede9ff;--tag-color: #5a49c7;--radius: 12px}html,body{height:100%}body{background:var(--bg);font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--text);font-size:14px;line-height:1.6}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.panel-title,.section-heading{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:1.25rem}.tag{display:inline-block;background:var(--tag-bg);color:var(--tag-color);border-radius:6px;padding:3px 9px;font-size:12px;font-weight:500}.tag-sm{font-size:11px;padding:2px 7px}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.2rem;background:var(--accent);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none;cursor:pointer;transition:background .2s,box-shadow .2s;box-shadow:0 3px 12px #6c5ce74d}.btn:hover{background:#5a4bd1;box-shadow:0 5px 18px #6c5ce766}.btn-cta{font-size:14px;padding:.65rem 1.4rem}.skill-group{margin-bottom:1rem}.skill-group:last-child{margin-bottom:0}.skill-category{font-size:12px;font-weight:600;color:var(--text);margin-bottom:.35rem}.skill-tags{display:flex;flex-wrap:wrap;gap:4px}.notable-list{display:flex;flex-direction:column;gap:.75rem}.notable-item{display:flex;align-items:flex-start;gap:.75rem;background:var(--accent-light);border-radius:8px;padding:.75rem;font-size:13px;line-height:1.5}.notable-emoji{font-size:1.25rem;flex-shrink:0}.exp-list{display:flex;flex-direction:column;gap:0}.exp-item{border-bottom:1px solid var(--border)}.exp-item:last-child{border-bottom:none}.exp-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 0;background:none;border:none;cursor:pointer;text-align:left;gap:1rem}.exp-header:hover .exp-company{color:var(--accent)}.exp-header-left{display:flex;flex-direction:column;gap:2px}.exp-header-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.exp-company{font-weight:700;font-size:14px;color:var(--text);transition:color .15s}.exp-title-small{font-size:12px;color:var(--muted)}.exp-period{font-size:12px;color:var(--muted);white-space:nowrap}.exp-chevron{font-size:10px;color:var(--muted)}.exp-body{padding-bottom:1.25rem}.exp-desc{font-style:italic;font-size:13px;color:var(--muted);margin-bottom:.75rem}.exp-bullets{padding-left:1.1rem;margin-bottom:.75rem}.exp-bullets li{font-size:13px;margin-bottom:4px}.exp-stack{display:flex;flex-wrap:wrap;gap:4px}.edu-item{margin-bottom:.75rem}.edu-item:last-child{margin-bottom:0}.edu-school{font-weight:600;font-size:13px}.edu-meta{font-size:12px;color:var(--muted)}.ref-item{margin-bottom:.75rem}.ref-item:last-child{margin-bottom:0}.ref-name{font-weight:600;font-size:13px}.ref-role{font-size:12px;color:var(--muted)}.ref-link{font-size:12px;color:var(--accent);text-decoration:none}.ref-link:hover{text-decoration:underline}.desktop-app{min-height:100vh;max-width:1200px;margin:0 auto;padding:2rem 1.5rem 3rem;display:flex;flex-direction:column;gap:1.5rem}.desktop-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.desktop-name{font-size:1.7rem;font-weight:800;letter-spacing:-.03em;color:var(--text)}.desktop-role{font-size:14px;color:var(--muted);margin-top:2px}.desktop-header-right{display:flex;align-items:center;gap:.75rem}.header-link{font-size:13px;color:var(--accent);text-decoration:none;font-weight:500}.header-link:hover{text-decoration:underline}.desktop-grid{display:grid;grid-template-columns:280px 1fr;gap:1.5rem;align-items:start}.desktop-left{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:1.5rem}.bottom-panel{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.mobile-app{height:100dvh;display:flex;flex-direction:column;overflow:hidden}.mobile-header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.25rem;background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;position:relative;z-index:100}.mobile-header-info{display:flex;flex-direction:column;gap:1px}.mobile-name{font-weight:800;font-size:15px;color:var(--text)}.mobile-role{font-size:11px;color:var(--muted)}.mobile-scroll{flex:1;overflow-y:auto;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch}.mobile-section{min-height:100%;scroll-snap-align:start;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.mobile-section .section-heading{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.mobile-section .exp-panel,.mobile-section .panel{background:none;border:none;border-radius:0;padding:0}.notable-big{padding:1rem}.edu-big{padding:.75rem 0;border-bottom:1px solid var(--border)}.edu-big:last-of-type{border-bottom:none}.ref-big{padding:.75rem 0;border-bottom:1px solid var(--border)}.ref-big:last-of-type{border-bottom:none}.btn-cv{margin-top:1.5rem;width:100%;justify-content:center}.mobile-cta{position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%);white-space:nowrap;z-index:200;display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.6rem;background:var(--accent);color:#fff;border-radius:999px;font-size:14px;font-weight:600;text-decoration:none;box-shadow:0 6px 24px #6c5ce773;transition:background .2s,box-shadow .2s,transform .15s}.mobile-cta:hover{background:#5a4bd1;transform:translate(-50%) translateY(-2px)}.burger-btn{width:36px;height:36px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:none;border:1px solid var(--border);border-radius:8px;cursor:pointer;padding:0;flex-shrink:0}.burger-btn span{display:block;width:18px;height:2px;background:var(--accent);border-radius:2px;transition:all .2s}.burger-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger-open span:nth-child(2){opacity:0}.burger-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.burger-nav{position:absolute;top:100%;right:0;left:0;background:var(--surface);border-bottom:1px solid var(--border);display:flex;flex-direction:column;z-index:99;box-shadow:0 8px 24px #6c5ce714}.burger-nav-item{padding:1rem 1.25rem;text-align:left;background:none;border:none;border-bottom:1px solid var(--border);font-size:14px;font-weight:500;color:var(--text);cursor:pointer;transition:background .15s,color .15s}.burger-nav-item:last-child{border-bottom:none}.burger-nav-item:hover{background:var(--accent-light)}.burger-nav-item.active{color:var(--accent);font-weight:700}
