:root{--bg:#0d1117;--bg-elevated:#161b22;--bg-card:#161b22;--text:#e9edf2;--text-muted:#9aa4b2;--border:#242b35;--accent:#2bd4bd;--accent-contrast:#06231f;--shadow:0 1px 2px #0000004d, 0 12px 32px #00000059;--sidebar-width:320px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;transition:background-color .3s,color .3s}a{color:inherit}.layout{min-height:100vh;display:flex}.content{margin-left:var(--sidebar-width);flex:1;max-width:1100px;padding:4rem clamp(1.5rem,5vw,5rem)}.section{padding-bottom:4rem;scroll-margin-top:2rem}.section-title{text-transform:uppercase;letter-spacing:.14em;color:var(--accent);margin-bottom:2rem;font-size:.85rem;font-weight:600}.sidebar{width:var(--sidebar-width);background-color:var(--bg-elevated);border-right:1px solid var(--border);flex-direction:column;justify-content:space-between;gap:2rem;height:100vh;padding:2.5rem 2rem;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.sidebar-header{text-align:left}.sidebar-avatar{object-fit:cover;background:linear-gradient(var(--bg-elevated), var(--bg-elevated)) padding-box, linear-gradient(150deg, var(--accent), #2dd4bf1a) border-box;border:3px solid #0000;border-radius:50%;width:128px;height:128px;margin:0 auto 1.1rem;box-shadow:0 12px 30px #0006}.sidebar-name{letter-spacing:-.02em;font-size:1.9rem;font-weight:700}.sidebar-title{color:var(--accent);margin-top:.15rem;font-weight:500}.sidebar-summary{color:var(--text-muted);margin-top:1.25rem;font-size:.9rem;line-height:1.65}.sidebar-nav{margin-top:2rem}.sidebar-nav ul{flex-direction:column;gap:.25rem;list-style:none;display:flex}.nav-link{cursor:pointer;width:100%;font:inherit;color:var(--text-muted);background:0 0;border:none;align-items:center;gap:.75rem;padding:.4rem 0;font-size:.95rem;transition:color .2s;display:flex}.nav-marker{background-color:var(--text-muted);width:1.75rem;height:1px;transition:width .25s,background-color .25s}.nav-link:hover{color:var(--text)}.nav-link.active{color:var(--text);font-weight:600}.nav-link.active .nav-marker,.nav-link:hover .nav-marker{background-color:var(--accent);width:2.75rem}.sidebar-bottom{flex-direction:column;gap:1.25rem;display:flex}.sidebar-socials{flex-direction:column;gap:.6rem;display:flex}.sidebar-socials a{color:var(--text-muted);align-items:center;gap:.6rem;width:fit-content;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-flex}.sidebar-socials a:hover{color:var(--accent)}.resume-button{text-align:center;border:1px solid var(--accent);color:var(--accent);border-radius:8px;padding:.65rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s;display:inline-block}.resume-button:hover{background-color:var(--accent);color:var(--accent-contrast)}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.project-card{background-color:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:14px;flex-direction:column;transition:transform .2s,border-color .2s;display:flex;overflow:hidden}.project-card:hover{border-color:var(--accent);transform:translateY(-3px)}.project-media{aspect-ratio:16/10;background-color:var(--bg-elevated);position:relative;overflow:hidden}.project-media.clickable{cursor:pointer}.project-image{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.project-media.clickable:hover .project-image{transform:scale(1.04)}.project-image-placeholder{text-align:center;background:radial-gradient(circle at 30% 20%, #2dd4bf2e, transparent 60%), linear-gradient(135deg, var(--bg-elevated), var(--bg-card));justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex}.project-image-placeholder span{color:var(--text-muted);letter-spacing:.02em;font-family:IBM Plex Mono,monospace;font-size:1.05rem;font-weight:500}.project-play{color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#23a190;border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.8rem;font-weight:500;transition:background-color .2s;display:inline-flex;position:absolute;bottom:.75rem;left:1.3rem}.project-media.clickable:hover .project-play{background-color:var(--accent);color:var(--accent-contrast)}.project-content{flex-direction:column;flex:1;gap:1.1rem;padding:1.35rem 1.5rem 1.5rem;display:flex}.project-body{flex:1}.project-title{margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.project-description{color:var(--text-muted);font-size:.9rem}.project-tech{flex-wrap:wrap;gap:.4rem;display:flex}.tech-tag{background-color:var(--bg-elevated);border:1px solid var(--border);color:var(--text-muted);border-radius:999px;padding:.2rem .55rem;font-family:IBM Plex Mono,monospace;font-size:.72rem}.project-actions{flex-wrap:wrap;gap:.6rem;display:flex}.action-button{font:inherit;border:1px solid var(--accent);color:var(--accent);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.82rem;font-weight:500;text-decoration:none;transition:border-color .2s,background-color .2s,color .2s;display:inline-flex}.action-button:hover{border-color:var(--text);color:var(--text)}.resume{flex-direction:column;gap:2.5rem;max-width:780px;display:flex}.resume-heading{border-bottom:1px solid var(--border);margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.05rem;font-weight:600}.resume-item{margin-bottom:1.75rem}.resume-item:last-child{margin-bottom:0}.resume-item-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.resume-job-title{font-size:1rem;font-weight:600}.resume-date{color:var(--text-muted);white-space:nowrap;font-family:IBM Plex Mono,monospace;font-size:.8rem}.resume-meta{color:var(--text-muted);flex-wrap:wrap;gap:.75rem;margin:.15rem 0 .75rem;font-size:.88rem;display:flex}.resume-company{color:var(--accent);font-weight:500}.resume-bullets{flex-direction:column;gap:.5rem;list-style:none;display:flex}.resume-bullets li{color:var(--text-muted);padding-left:1.25rem;font-size:.9rem;position:relative}.resume-bullets li:before{content:"";background-color:var(--accent);border-radius:50%;width:5px;height:5px;position:absolute;top:.6rem;left:0}.publications{flex-direction:column;gap:.9rem;list-style:none;display:flex}.publications li{color:var(--text-muted);font-size:.9rem}.publications a{color:var(--accent);text-decoration:none}.publications a:hover{text-decoration:underline}.skills{color:var(--text-muted);flex-direction:column;gap:.75rem;font-size:.9rem;display:flex}.skills strong{color:var(--text)}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background-color:#000000b3;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.modal{background-color:var(--bg-card);border:1px solid var(--border);width:min(900px,100%);box-shadow:var(--shadow);border-radius:14px;overflow:hidden}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.modal-header h3{font-size:1.05rem;font-weight:600}.modal-close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;font-size:1.6rem;line-height:1;transition:color .2s}.modal-close:hover{color:var(--text)}.modal-video{aspect-ratio:16/9;background-color:#000;position:relative}.modal-video iframe,.modal-video video{border:none;width:100%;height:100%;display:block}.modal-arrow{color:#fff;cursor:pointer;background-color:#0000008c;border:none;border-radius:50%;width:42px;height:42px;font-size:1.5rem;transition:background-color .2s;position:absolute;top:50%;transform:translateY(-50%)}.modal-arrow:hover{background-color:#000000d9}.modal-arrow.prev{left:.75rem}.modal-arrow.next{right:.75rem}.modal-dots{justify-content:center;gap:.5rem;padding:.9rem;display:flex}.modal-dots .dot{background-color:var(--border);cursor:pointer;border:none;border-radius:50%;width:9px;height:9px;transition:background-color .2s}.modal-dots .dot.active{background-color:var(--accent)}@media (width<=900px){.layout{flex-direction:column}.sidebar{border-right:none;border-bottom:1px solid var(--border);width:100%;height:auto;position:static}.sidebar-nav{margin-top:1.5rem}.sidebar-nav ul{flex-flow:wrap;gap:1.25rem}.nav-marker{display:none}.sidebar-socials{flex-flow:wrap;gap:1.25rem}.content{margin-left:0;padding:2.5rem 1.5rem}}
