.load-hidden{visibility:hidden}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%;scroll-behavior:smooth;scroll-padding-top:64px}body{background-color:#07070f;color:#e2e8f0;font-family:Space Grotesk,system-ui,-apple-system,sans-serif;font-size:1.6rem;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}::selection{background-color:#22d3ee;color:#07070f}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#07070f}::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.12);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.2)}a{color:inherit;text-decoration:none;transition:color .2s cubic-bezier(.4,0,.2,1)}ul{list-style:none}img{display:block;max-width:100%}.container{margin:0 auto;max-width:1100px;padding:0 2.4rem}h1,h2,h3,h4,h5,h6{color:#e2e8f0;font-family:Space Grotesk,system-ui,-apple-system,sans-serif;font-weight:600;line-height:1.15}p{color:#94a3b8;line-height:1.7}.btn{align-items:center;border:1px solid transparent;border-radius:4px;cursor:pointer;display:inline-flex;font-family:Space Grotesk,system-ui,-apple-system,sans-serif;font-size:1.45rem;font-weight:500;gap:.6rem;padding:1rem 2.2rem;text-decoration:none;transition:background-color .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn--primary{background-color:#22d3ee;border-color:#22d3ee;color:#07070f}.btn--primary:hover{background-color:#5ae8f8;border-color:#5ae8f8;color:#07070f}.btn--outline{background-color:transparent;border-color:hsla(0,0%,100%,.07);color:#e2e8f0}.btn--outline:hover{background-color:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.2)}.nav{height:64px;left:0;position:fixed;right:0;top:0;transition:background-color .4s cubic-bezier(.4,0,.2,1),border-color .4s cubic-bezier(.4,0,.2,1);z-index:100}.nav--scrolled{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background-color:rgba(7,7,15,.85);border-bottom:1px solid hsla(0,0%,100%,.04)}.nav__inner{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:1100px;padding:0 2.4rem}.nav__logo{color:#e2e8f0;font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace;font-size:1.5rem;font-weight:500;letter-spacing:.05em;transition:color .2s cubic-bezier(.4,0,.2,1)}.nav__logo:hover{color:#22d3ee}.nav__links{align-items:center;display:flex;gap:3.2rem}@media(max-width:600px){.nav__links{background-color:#07070f;display:none;flex-direction:column;gap:3.2rem;inset:64px 0 0 0;justify-content:center;padding:4rem 2.4rem;position:fixed}.nav__links--open{display:flex}}.nav__link{color:#94a3b8;font-size:1.4rem;font-weight:500;transition:color .2s cubic-bezier(.4,0,.2,1)}.nav__link:hover{color:#e2e8f0}.nav__link--cta{color:#22d3ee}.nav__link--cta:hover{color:#63ecf9}.nav__toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;height:32px;justify-content:center;padding:4px;width:32px}@media(max-width:600px){.nav__toggle{display:flex}}.nav__toggle span{background-color:#94a3b8;border-radius:1px;display:block;height:1.5px;transition:transform .2s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1);width:100%}.nav__toggle--active span:first-child{transform:translateY(6.5px) rotate(45deg)}.nav__toggle--active span:nth-child(2){opacity:0}.nav__toggle--active span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.section{padding:96px 0}@media(max-width:900px){.section{padding:64px 0}}.section--dim{background-color:#0b0b19}.section__header{margin-bottom:5.6rem}@media(max-width:900px){.section__header{margin-bottom:4rem}}.section__label{color:#22d3ee;display:block;font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace;font-size:1.25rem;letter-spacing:.06em;margin-bottom:1.2rem}.section__sub{color:#94a3b8;font-size:1.6rem;margin-top:.4rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:2rem}.tech-tags span{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.04);border-radius:4px;color:#4a5568;font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace;font-size:1.15rem;letter-spacing:.02em;padding:.3rem .9rem;transition:color .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1)}.tech-tags--accent span{background:rgba(34,211,238,.1);border-color:rgba(34,211,238,.25);color:#22d3ee}.footer{background-color:#040408;border-top:1px solid hsla(0,0%,100%,.04);padding:2.8rem 0}.footer__inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1100px;padding:0 2.4rem}@media(max-width:600px){.footer__inner{flex-direction:column;gap:1.6rem;text-align:center}}.footer__copy{color:#4a5568;font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace;font-size:1.35rem}.footer__links{align-items:center;display:flex;gap:2.4rem}.footer__links a{color:#4a5568;font-size:1.35rem;transition:color .2s cubic-bezier(.4,0,.2,1)}.footer__links a:hover{color:#94a3b8}.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:calc(64px + 4rem) 2.4rem 6rem;position:relative}.hero:before{background:radial-gradient(ellipse at center,rgba(34,211,238,.045) 0,transparent 65%);content:"";height:600px;left:50%;pointer-events:none;position:absolute;top:-10%;transform:translateX(-50%);width:900px}.hero__inner{max-width:760px;position:relative;text-align:center;width:100%;z-index:1}.hero__eyebrow{color:#22d3ee;font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace;font-size:1.3rem;letter-spacing:.08em;margin-bottom:2.4rem}.hero__name{color:#e2e8f0;font-size:8.8rem;font-weight:700;letter-spacing:-.03em;line-height:1;margin-bottom:2.8rem}@media(max-width:900px){.hero__name{font-size:6.4rem}}@media(max-width:600px){.hero__name{font-size:4.8rem}}.hero__desc{color:#94a3b8;font-size:1.7rem;line-height:1.7;margin:0 auto 3.6rem;max-width:560px}.hero__desc a{border-bottom:1px solid hsla(0,0%,100%,.07);color:#e2e8f0;transition:border-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)}.hero__desc a:hover{border-color:#22d3ee;color:#22d3ee}@media(max-width:600px){.hero__desc{font-size:1.55rem}}.hero__actions{align-items:center;display:flex;gap:1.2rem;justify-content:center;margin-bottom:3.6rem}@media(max-width:600px){.hero__actions{align-items:stretch;flex-direction:column;margin-left:auto;margin-right:auto;max-width:280px}.hero__actions .btn{justify-content:center}}.hero__social{align-items:center;display:flex;gap:1.6rem;justify-content:center}.hero__social-link{align-items:center;color:#4a5568;display:inline-flex;font-size:1.35rem;gap:.6rem;transition:color .2s cubic-bezier(.4,0,.2,1)}.hero__social-link svg{flex-shrink:0}.hero__social-link:hover{color:#94a3b8}.hero__social-sep{color:#4a5568;font-size:1.3rem;user-select:none}.timeline{display:flex;flex-direction:column;gap:0}.timeline__item{border-top:1px solid hsla(0,0%,100%,.04);display:grid;gap:0 4rem;grid-template-columns:200px 1fr;padding:3.2rem 0}.timeline__item:last-child{border-bottom:1px solid hsla(0,0%,100%,.04)}@media(max-width:900px){.timeline__item{gap:1.2rem;grid-template-columns:1fr}}.timeline__item--minor .timeline__body h3{color:#94a3b8;font-size:1.7rem;font-weight:500;margin-bottom:2rem}.timeline__side{display:flex;flex-direction:column;gap:.8rem;padding-top:.2rem}@media(max-width:900px){.timeline__side{align-items:center;flex-direction:row;gap:1.2rem}}.timeline__date{font-size:1.2rem;line-height:1.4}.timeline__badge,.timeline__date{color:#4a5568;font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace;letter-spacing:.02em}.timeline__badge{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.04);border-radius:4px;display:inline-block;font-size:1.1rem;padding:.2rem .7rem}.timeline__body{display:flex;flex-direction:column}.timeline__role{align-items:baseline;display:flex;flex-wrap:wrap;gap:.8rem 1.6rem;margin-bottom:1.6rem}.timeline__role h3{color:#e2e8f0;font-size:1.85rem;font-weight:600}.timeline__company{color:#94a3b8;font-size:1.5rem;transition:color .2s cubic-bezier(.4,0,.2,1)}.timeline__company:hover{color:#22d3ee}.timeline__company a{color:#94a3b8;transition:color .2s cubic-bezier(.4,0,.2,1)}.timeline__company a:hover{color:#22d3ee}.timeline__bullets{display:flex;flex-direction:column;gap:.8rem;margin-bottom:.4rem}.timeline__bullets li{color:#94a3b8;font-size:1.5rem;line-height:1.6;padding-left:1.4rem;position:relative}.timeline__bullets li:before{color:#4a5568;content:"–";left:0;position:absolute}.timeline__minor-title{color:#94a3b8;font-size:1.75rem;font-weight:500;margin-bottom:2rem}.internships{gap:1.4rem}.internship,.internships{display:flex;flex-direction:column}.internship{gap:.3rem}.internship__name{color:#e2e8f0;font-size:1.45rem;font-weight:600}.internship__desc{color:#94a3b8;font-size:1.4rem;line-height:1.55}.cards-grid{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}@media(max-width:900px){.cards-grid{grid-template-columns:1fr}}.card{background:#0f0f1e;border:1px solid hsla(0,0%,100%,.07);border-radius:14px;display:flex;flex-direction:column;gap:1.4rem;padding:2.8rem;transition:border-color .4s cubic-bezier(.4,0,.2,1),background-color .4s cubic-bezier(.4,0,.2,1)}.card:hover{background-color:#141430;border-color:hsla(0,0%,100%,.12)}.card__top{align-items:center;display:flex;gap:1rem;justify-content:space-between}.card__status{border-radius:4px;font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace;font-size:1.1rem;letter-spacing:.04em;padding:.25rem .8rem}.card__status--active{background:rgba(74,222,128,.1);border:1px solid rgba(74,222,128,.2);color:#4ade80}.card__status--shipped{background:rgba(167,139,250,.1);border:1px solid rgba(167,139,250,.2);color:#a78bfa}.card__ext-link{align-items:center;color:#4a5568;display:inline-flex;font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace;font-size:1.25rem;gap:.4rem;transition:color .2s cubic-bezier(.4,0,.2,1)}.card__ext-link:hover{color:#22d3ee}.card h3{color:#e2e8f0;font-size:1.95rem;font-weight:600;line-height:1.25}.card__org{color:#4a5568;font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace;font-size:1.25rem;margin-top:-.6rem}.card p{color:#94a3b8;font-size:1.5rem;line-height:1.7}.card__features{display:flex;flex-direction:column;gap:.7rem;list-style:none}.card__features li{color:#94a3b8;font-size:1.4rem;line-height:1.5;padding-left:1.6rem;position:relative}.card__features li:before{color:#22d3ee;content:"▸";font-size:1.1rem;left:0;position:absolute;top:.15em}.skills{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.04);border-radius:10px;display:grid;gap:1px;grid-template-columns:repeat(4,1fr);overflow:hidden}@media(max-width:900px){.skills{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.skills{grid-template-columns:1fr}}.skill-group{background:#0f0f1e;padding:2.8rem}@media(max-width:900px){.skill-group{padding:2.4rem}}.skill-group__title{color:#22d3ee;font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace;font-size:1.15rem;font-weight:500;letter-spacing:.06em;margin-bottom:1.8rem;text-transform:uppercase}.skill-group__items{display:flex;flex-direction:column;gap:.9rem}.skill-group__items span{color:#94a3b8;font-size:1.45rem;line-height:1}.achievements-grid{display:grid;gap:2rem;grid-template-columns:1.6fr 1fr;grid-template-rows:1fr 1fr}@media(max-width:900px){.achievements-grid{grid-template-columns:1fr;grid-template-rows:auto}}.achievement{background:#0f0f1e;border:1px solid hsla(0,0%,100%,.07);border-radius:14px;display:flex;flex-direction:column;overflow:hidden;transition:border-color .4s cubic-bezier(.4,0,.2,1),background-color .4s cubic-bezier(.4,0,.2,1)}.achievement:hover{background-color:#141430;border-color:hsla(0,0%,100%,.12)}.achievement--featured{grid-row:1/3}@media(max-width:900px){.achievement--featured{grid-row:auto}}.achievement--featured .achievement__image{aspect-ratio:4/3;flex-shrink:0;overflow:hidden;width:100%}.achievement--featured .achievement__image img{display:block;height:100%;object-fit:cover;object-position:center top;transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%}.achievement--featured .achievement__image:hover img{transform:scale(1.03)}.achievement--compact{justify-content:center}.achievement--compact .achievement__body{padding:2.8rem}.achievement__body{display:flex;flex-direction:column;gap:.4rem;padding:2.4rem}.achievement__year{color:#22d3ee;font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace;font-size:1.15rem;letter-spacing:.06em;margin-bottom:.2rem}.achievement h3{color:#e2e8f0;font-size:1.8rem;font-weight:600;line-height:1.25}.achievement__org{color:#4a5568;font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace;font-size:1.2rem;margin-bottom:.6rem}.achievement p:last-child{color:#94a3b8;font-size:1.45rem;line-height:1.65}.contact{margin:0 auto;max-width:540px;text-align:center}.contact h2{color:#e2e8f0;font-size:4rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1.6rem}@media(max-width:600px){.contact h2{font-size:3rem}}.contact p{color:#94a3b8;font-size:1.6rem;line-height:1.65;margin-bottom:3.2rem}