.Nav-module-scss-module__nSMaCa__nav{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0a0e1acc;position:sticky;top:0}.Nav-module-scss-module__nSMaCa__inner{justify-content:space-between;align-items:center;width:100%;max-width:1080px;height:4rem;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,2.5rem);display:flex}.Nav-module-scss-module__nSMaCa__logo{font-family:var(--font-mono);color:var(--heading);font-size:1rem;font-weight:700}.Nav-module-scss-module__nSMaCa__logo span{color:var(--accent)}.Nav-module-scss-module__nSMaCa__logo:hover{text-decoration:none}.Nav-module-scss-module__nSMaCa__links{gap:2rem;display:none}@media (min-width:768px){.Nav-module-scss-module__nSMaCa__links{display:flex}}.Nav-module-scss-module__nSMaCa__links a{color:var(--text-muted);font-size:var(--fs-small);font-weight:500;transition:color .2s;position:relative}.Nav-module-scss-module__nSMaCa__links a:after{content:"";background:var(--accent);transform-origin:0;width:100%;height:1px;transition:transform .25s;position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.Nav-module-scss-module__nSMaCa__links a:hover{color:var(--accent);text-decoration:none}.Nav-module-scss-module__nSMaCa__links a:hover:after{transform:scaleX(1)}.Nav-module-scss-module__nSMaCa__cta{font-family:var(--font-mono);color:var(--accent);border:1px solid var(--accent);border-radius:999px;padding:.45rem 1.1rem;font-size:.8rem;transition:background .2s}.Nav-module-scss-module__nSMaCa__cta:hover{background:var(--accent-soft);text-decoration:none}
.Footer-module-scss-module__4W4RaG__footer{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1080px;margin-inline:auto;padding-block:clamp(4rem,10vw,7rem) 2rem;padding-inline:clamp(1.25rem,5vw,2.5rem);display:flex}.Footer-module-scss-module__4W4RaG__eyebrow{font-family:var(--font-mono);letter-spacing:.08em;color:var(--accent);margin-bottom:1rem;font-size:.8rem}.Footer-module-scss-module__4W4RaG__heading{font-size:var(--fs-h2)}.Footer-module-scss-module__4W4RaG__text{max-width:32rem;color:var(--text-muted);margin-top:1rem}.Footer-module-scss-module__4W4RaG__cta{font-family:var(--font-mono);color:var(--accent);border:1px solid var(--accent);border-radius:999px;margin-top:2rem;padding:.8rem 2rem;font-size:.9rem;transition:background .2s}.Footer-module-scss-module__4W4RaG__cta:hover{background:var(--accent-soft);text-decoration:none}.Footer-module-scss-module__4W4RaG__links{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:3rem;display:flex}.Footer-module-scss-module__4W4RaG__links a{color:var(--text-muted);font-size:var(--fs-small)}.Footer-module-scss-module__4W4RaG__links a:hover{color:var(--accent);text-decoration:none}.Footer-module-scss-module__4W4RaG__credit{font-family:var(--font-mono);color:var(--text-muted);opacity:.6;margin-top:2.5rem;font-size:.75rem}
.Hero-module-scss-module__RMIlTa__hero{flex-direction:column;justify-content:center;width:100%;max-width:1080px;min-height:calc(85vh - 4rem);margin-inline:auto;padding-block:clamp(4rem,10vw,7rem);padding-inline:clamp(1.25rem,5vw,2.5rem);display:flex}.Hero-module-scss-module__RMIlTa__hero>*{animation:.6s both Hero-module-scss-module__RMIlTa__rise}.Hero-module-scss-module__RMIlTa__hero>:first-child{animation-delay:0s}.Hero-module-scss-module__RMIlTa__hero>:nth-child(2){animation-delay:90ms}.Hero-module-scss-module__RMIlTa__hero>:nth-child(3){animation-delay:.18s}.Hero-module-scss-module__RMIlTa__hero>:nth-child(4){animation-delay:.27s}.Hero-module-scss-module__RMIlTa__hero>:nth-child(5){animation-delay:.36s}.Hero-module-scss-module__RMIlTa__eyebrow{font-family:var(--font-mono);letter-spacing:.08em;color:var(--accent);margin-bottom:1.25rem;font-size:.8rem}.Hero-module-scss-module__RMIlTa__name{font-size:var(--fs-hero);letter-spacing:-.02em;background:linear-gradient(100deg, var(--heading) 40%, var(--accent) 85%);color:#0000;-webkit-background-clip:text;background-clip:text;font-weight:700}.Hero-module-scss-module__RMIlTa__title{font-family:var(--font-display);color:var(--text-muted);margin-top:.5rem;font-size:clamp(1.3rem,3.5vw,2rem);font-weight:600}.Hero-module-scss-module__RMIlTa__tagline{max-width:34rem;color:var(--text-muted);margin-top:1.5rem}.Hero-module-scss-module__RMIlTa__meta{flex-direction:column;gap:1.5rem;margin-top:2.5rem;display:flex}.Hero-module-scss-module__RMIlTa__location{font-family:var(--font-mono);font-size:var(--fs-small);color:var(--text-muted)}.Hero-module-scss-module__RMIlTa__actions{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.Hero-module-scss-module__RMIlTa__primary{font-family:var(--font-mono);color:var(--bg);background:var(--accent);border-radius:999px;padding:.7rem 1.5rem;font-size:.875rem;font-weight:600;transition:transform .2s,box-shadow .2s}.Hero-module-scss-module__RMIlTa__primary:hover{text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 24px #5eead440}.Hero-module-scss-module__RMIlTa__secondary{font-family:var(--font-mono);font-size:.875rem}@keyframes Hero-module-scss-module__RMIlTa__rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
.Section-module-scss-module__SBs9eG__section{width:100%;max-width:1080px;margin-inline:auto;padding-block:clamp(3.5rem,8vw,6rem) 0;padding-inline:clamp(1.25rem,5vw,2.5rem)}.Section-module-scss-module__SBs9eG__heading{font-size:var(--fs-h2);align-items:center;gap:1rem;margin-bottom:2.25rem;display:flex}.Section-module-scss-module__SBs9eG__index{font-family:var(--font-mono);letter-spacing:.08em;color:var(--accent);font-size:1rem;transform:translateY(.1em)}.Section-module-scss-module__SBs9eG__rule{background:linear-gradient(90deg, var(--border-strong), transparent);flex:1;max-width:260px;height:1px}
.About-module-scss-module__KUHuba__body{gap:1.25rem;max-width:46rem;display:grid}.About-module-scss-module__KUHuba__body p{color:var(--text-muted)}
.Skills-module-scss-module__ggu7Sq__grid{gap:1.25rem;display:grid}@media (min-width:768px){.Skills-module-scss-module__ggu7Sq__grid{grid-template-columns:repeat(2,1fr)}}.Skills-module-scss-module__ggu7Sq__group{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:border-color .25s,transform .25s}.Skills-module-scss-module__ggu7Sq__group:hover{border-color:var(--border-strong)}@media (min-width:768px){.Skills-module-scss-module__ggu7Sq__group:first-child{grid-column:1/-1}}.Skills-module-scss-module__ggu7Sq__label{font-family:var(--font-mono);letter-spacing:.08em;color:var(--accent);margin-bottom:1rem;font-size:.8rem;font-weight:500}.Skills-module-scss-module__ggu7Sq__tags{flex-wrap:wrap;gap:.5rem;display:flex}.Skills-module-scss-module__ggu7Sq__tag{font-size:var(--fs-small);color:var(--text);background:var(--bg-raised);border:1px solid var(--border);border-radius:999px;padding:.3rem .85rem}
.Experience-module-scss-module__xclzVq__timeline{border-left:1px solid var(--border-strong);gap:2.5rem;max-width:46rem;padding-left:1.75rem;display:grid;position:relative}.Experience-module-scss-module__xclzVq__item{position:relative}.Experience-module-scss-module__xclzVq__marker{background:var(--bg);border:2px solid var(--accent);border-radius:50%;width:10px;height:10px;position:absolute;top:.4rem;left:calc(-1.75rem - 5.5px)}.Experience-module-scss-module__xclzVq__period{font-family:var(--font-mono);letter-spacing:.08em;color:var(--accent);margin-bottom:.35rem;font-size:.8rem}.Experience-module-scss-module__xclzVq__role{font-size:var(--fs-h3);margin-bottom:.75rem}.Experience-module-scss-module__xclzVq__org{color:var(--accent);font-weight:500}.Experience-module-scss-module__xclzVq__points{color:var(--text-muted);gap:.5rem;font-size:.95rem;display:grid}.Experience-module-scss-module__xclzVq__points li{padding-left:1.1rem;position:relative}.Experience-module-scss-module__xclzVq__points li:before{content:"▸";color:var(--accent);font-size:.7rem;position:absolute;top:.35em;left:0}
.Research-module-scss-module__aE18Xa__list{gap:1.25rem;display:grid}@media (min-width:768px){.Research-module-scss-module__aE18Xa__list{grid-template-columns:repeat(2,1fr)}}.Research-module-scss-module__aE18Xa__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);border-left:3px solid var(--accent-2);padding:1.75rem;transition:border-color .25s,transform .25s}.Research-module-scss-module__aE18Xa__card:hover{border-color:var(--border-strong);border-left-color:var(--accent-2);transform:translateY(-3px)}.Research-module-scss-module__aE18Xa__header{justify-content:space-between;margin-bottom:.85rem;display:flex}.Research-module-scss-module__aE18Xa__venue{font-family:var(--font-mono);letter-spacing:.08em;color:var(--accent-2);font-size:.8rem}.Research-module-scss-module__aE18Xa__year{font-family:var(--font-mono);color:var(--text-muted);font-size:.8rem}.Research-module-scss-module__aE18Xa__title{font-size:var(--fs-h3);margin-bottom:.6rem}.Research-module-scss-module__aE18Xa__detail{color:var(--text-muted);font-size:.95rem}
.Projects-module-scss-module__2Eie1W__grid{gap:1.25rem;display:grid}@media (min-width:768px){.Projects-module-scss-module__2Eie1W__grid{grid-template-columns:repeat(2,1fr)}}.Projects-module-scss-module__2Eie1W__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;padding:1.75rem;transition:border-color .25s,transform .25s;display:flex}.Projects-module-scss-module__2Eie1W__card:hover{border-color:var(--accent);transform:translateY(-3px)}.Projects-module-scss-module__2Eie1W__name{font-size:var(--fs-h3);margin-bottom:.5rem}.Projects-module-scss-module__2Eie1W__summary{color:var(--accent);font-size:var(--fs-small);margin-bottom:1rem}.Projects-module-scss-module__2Eie1W__points{color:var(--text-muted);gap:.5rem;margin-bottom:1.5rem;font-size:.95rem;display:grid}.Projects-module-scss-module__2Eie1W__points li{padding-left:1.1rem;position:relative}.Projects-module-scss-module__2Eie1W__points li:before{content:"▸";color:var(--accent);font-size:.7rem;position:absolute;top:.35em;left:0}.Projects-module-scss-module__2Eie1W__tags{flex-wrap:wrap;gap:.5rem;margin-top:auto;display:flex}.Projects-module-scss-module__2Eie1W__tags li{font-family:var(--font-mono);color:var(--accent);background:var(--accent-soft);border-radius:999px;padding:.25rem .75rem;font-size:.75rem}
.Education-module-scss-module__1Jj0KW__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);max-width:46rem;padding:2rem;transition:border-color .25s,transform .25s}.Education-module-scss-module__1Jj0KW__period{font-family:var(--font-mono);letter-spacing:.08em;color:var(--accent);margin-bottom:.5rem;font-size:.8rem}.Education-module-scss-module__1Jj0KW__degree{font-size:clamp(1.2rem,2.5vw,1.5rem)}.Education-module-scss-module__1Jj0KW__school{color:var(--text-muted);margin-top:.25rem}.Education-module-scss-module__1Jj0KW__gpa{font-family:var(--font-mono);font-size:var(--fs-small);color:var(--text-muted);margin-top:.75rem}.Education-module-scss-module__1Jj0KW__gpa strong{color:var(--accent);font-size:1.05rem}.Education-module-scss-module__1Jj0KW__honors{border-top:1px dashed var(--border-strong);color:var(--text-muted);gap:.5rem;margin-top:1.25rem;padding-top:1.25rem;font-size:.95rem;display:grid}
