:root{--bg:#0b0d11;--bg2:#10131a;--surface:#13161e;--text:#e9ecf2;--muted:#9aa3b2;--accent:#4d8bff;--accent2:#79a6ff;--radius:12px;--transition:.25s ease;--font-mono:"IBM Plex Mono", ui-monospace, monospace;--font-sans:"IBM Plex Sans", system-ui, sans-serif;--font-display:"Space Grotesk", system-ui, sans-serif;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-theme=light]{--bg:#f5f6f8;--bg2:#eceef2;--surface:#fff;--text:#111318;--muted:#5a6170;--accent:#2563eb;--accent2:#4d8bff;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseDot{0%,to{opacity:1}50%{opacity:.3}}[data-reveal]{opacity:0;transition:opacity .55s,transform .55s;transform:translateY(24px)}[data-reveal].revealed{opacity:1;transform:translateY(0)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background var(--transition), color var(--transition);font-size:16px;line-height:1.6}#root{flex-direction:column;min-height:100svh;display:flex}main{flex:1}h1,h2,h3{font-family:var(--font-display);color:var(--text);font-weight:600;line-height:1.2}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3vw,2rem)}h3{font-size:clamp(1rem,2vw,1.25rem)}p{color:var(--muted);line-height:1.7}a{color:inherit;transition:color var(--transition);text-decoration:none}a:hover{color:var(--accent)}img{max-width:100%;height:auto;display:block}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none;padding:0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(1rem,4vw,3rem)}.section{padding:clamp(3rem,8vw,5rem) 0}.section__title{text-align:center;margin-bottom:clamp(2rem,5vw,3rem)}@media (width<=768px){h1{font-size:2rem}h2{font-size:1.5rem}}@media (width<=480px){html{font-size:14px}}.nav{z-index:100;background:var(--bg2);border-bottom:1px solid #e9ecf214;align-items:center;gap:clamp(1rem,4vw,2rem);padding:clamp(1rem,2vw,1.5rem) clamp(1rem,4vw,3rem);display:flex;position:sticky;top:0}.nav__logo{flex-direction:column;gap:.25rem;display:flex}.nav__brand{font-family:var(--font-display);color:var(--text);margin:0;font-size:1.25rem;font-weight:700}.nav__subtitle{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;margin:0;font-size:.75rem}.nav__links{flex:1;justify-content:center;gap:clamp(1.5rem,3vw,2.5rem);margin:0 auto;display:flex}.nav__link{color:var(--muted);transition:color var(--transition);padding:.5rem 0;font-size:.95rem;text-decoration:none}.nav__link:hover{color:var(--accent)}.nav__controls{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.nav__toggle-group{background:var(--surface);border-radius:var(--radius);border:1px solid #e9ecf21f;gap:.5rem;padding:.25rem;display:flex}.nav__toggle{color:var(--muted);border-radius:calc(var(--radius) - 2px);cursor:pointer;transition:all var(--transition);background:0 0;border:none;padding:.5rem .875rem;font-size:.85rem;font-weight:500}.nav__toggle.active{background:var(--accent);color:var(--bg)}.nav__cta{background:var(--accent);color:var(--bg);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);white-space:nowrap;border:none;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none}.nav__cta:hover{background:var(--accent2)}@media (width<=820px){.nav__links{display:none}}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,4rem);max-width:1200px;margin:0 auto;padding:clamp(3rem,8vw,5rem) clamp(1rem,4vw,3rem);display:grid}.hero__content{flex-direction:column;gap:1.5rem;display:flex}.hero__badge{background:var(--surface);border-radius:var(--radius);width:fit-content;color:var(--accent);border:1px solid #4d8bff4d;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.hero__dot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulseDot;display:inline-block}.hero__role{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin:0;font-size:.9rem;font-weight:500}.hero__headline{color:var(--text);margin:0;font-size:clamp(1.75rem,5vw,2.5rem);line-height:1.3}.hero__subheadline{color:var(--muted);margin:0;font-size:clamp(1rem,2vw,1.125rem);line-height:1.7}.hero__ctas{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.hero__cta{border-radius:var(--radius);transition:all var(--transition);white-space:nowrap;border:1px solid #0000;padding:.875rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-block}.hero__cta--primary{background:var(--accent);color:var(--bg)}.hero__cta--primary:hover{background:var(--accent2);transform:translateY(-2px)}.hero__cta--secondary{color:var(--text);background:0 0;border:1px solid #e9ecf233}.hero__cta--secondary:hover{background:var(--surface);border-color:var(--accent);color:var(--accent)}.hero__image{justify-content:center;align-items:center;display:flex}.hero__image img{border-radius:var(--radius);border:1px solid #e9ecf21a;width:100%;max-width:400px;height:auto}.hero__stats{border-top:1px solid #e9ecf21a;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;padding-top:2rem;display:grid}.hero__stat-value{font-family:var(--font-display);color:var(--accent);font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700}.hero__stat-label{color:var(--muted);font-size:.85rem;line-height:1.4}@media (width<=768px){.hero{grid-template-columns:1fr;gap:2rem}.hero__stats{grid-template-columns:1fr}}.projects{background:var(--bg2);padding:clamp(3rem,8vw,5rem) clamp(1rem,4vw,3rem)}.projects__container{max-width:1200px;margin:0 auto}.projects__title{text-align:center;margin-bottom:clamp(2rem,5vw,3rem);font-size:clamp(1.5rem,3vw,2rem)}.projects__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.project-card{background:var(--surface);border-radius:var(--radius);height:100%;transition:all var(--transition);border:1px solid #e9ecf21a;flex-direction:column;gap:1rem;padding:2rem;display:flex}.project-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 12px 24px #4d8bff26}.project-card__title{color:var(--text);margin:0;font-size:1.25rem;font-weight:700}.project-card__description{color:var(--muted);flex:1;margin:0;font-size:.95rem;line-height:1.6}.project-card__tags{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.project-card__tag{background:var(--bg);color:var(--accent);border-radius:calc(var(--radius) - 4px);padding:.35rem .75rem;font-size:.8rem;font-weight:500;display:inline-block}.project-card__metrics{color:var(--accent);margin:.5rem 0 0;font-size:.85rem;font-weight:600}.experience{background:var(--bg);padding:clamp(3rem,8vw,5rem) clamp(1rem,4vw,3rem)}.experience__container{max-width:1200px;margin:0 auto}.experience__title{text-align:center;margin-bottom:clamp(2rem,5vw,3rem);font-size:clamp(1.5rem,3vw,2rem)}.experience__timeline{gap:2rem;margin:0;padding:0;list-style:none;display:grid}.timeline-item{grid-template-columns:150px 1fr;align-items:flex-start;gap:2rem;display:grid}.timeline-item__marker{padding-top:.5rem;position:relative}.timeline-item__current{background:var(--accent);color:var(--bg);border-radius:calc(var(--radius) - 4px);letter-spacing:.05em;text-transform:uppercase;padding:.35rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.timeline-item__date{font-family:var(--font-mono);color:var(--muted);margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:block}.timeline-item__header{flex-direction:column;gap:.25rem;margin-bottom:.75rem;display:flex}.timeline-item__role{color:var(--text);margin:0;font-size:1.125rem;font-weight:700}.timeline-item__company{color:var(--accent);margin:0;font-size:.9rem;font-weight:600}.timeline-item__description{color:var(--muted);margin:0 0 1rem;font-size:.95rem;line-height:1.6}.timeline-item__tags{flex-wrap:wrap;gap:.5rem;display:flex}.timeline-item__tag{background:var(--bg2);color:var(--accent);border-radius:calc(var(--radius) - 4px);padding:.35rem .75rem;font-size:.8rem;font-weight:500;display:inline-block}@media (width<=768px){.timeline-item{grid-template-columns:1fr;gap:1rem}}.stack{background:var(--bg2);padding:clamp(3rem,8vw,5rem) clamp(1rem,4vw,3rem)}.stack__container{max-width:1200px;margin:0 auto}.stack__title{text-align:center;margin-bottom:clamp(2rem,5vw,3rem);font-size:clamp(1.5rem,3vw,2rem)}.stack__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;display:grid}.stack-card{background:var(--surface);border-radius:var(--radius);transition:all var(--transition);border:1px solid #e9ecf21a;flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.stack-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 12px 24px #4d8bff26}.stack-card__title{color:var(--text);margin:0;font-size:1.125rem;font-weight:700}.stack-card__items{flex-wrap:wrap;gap:.75rem;display:flex}.stack-card__item{background:var(--bg);color:var(--text);border-radius:calc(var(--radius) - 4px);transition:all var(--transition);border:1px solid #4d8bff33;padding:.5rem 1rem;font-size:.9rem;font-weight:500;display:inline-block}.stack-card__item:hover{background:var(--accent);color:var(--bg);border-color:var(--accent)}.about{background:var(--bg);padding:clamp(3rem,8vw,5rem) clamp(1rem,4vw,3rem)}.about__container{max-width:1200px;margin:0 auto}.about__title{text-align:center;margin-bottom:clamp(2rem,5vw,3rem);font-size:clamp(1.5rem,3vw,2rem)}.about__grid{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(2rem,5vw,4rem);display:grid}.about__text{flex-direction:column;gap:1.25rem;display:flex}.about__paragraph{color:var(--muted);margin:0;font-size:1rem;line-height:1.8}.about__skills{background:var(--bg2);border-radius:var(--radius);border:1px solid #e9ecf21a;flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.about__skills-title{color:var(--text);margin:0;font-size:1.125rem;font-weight:700}.about__tags{flex-wrap:wrap;gap:.75rem;display:flex}.about__tag{background:var(--surface);color:var(--accent);border-radius:calc(var(--radius) - 4px);transition:all var(--transition);border:1px solid #4d8bff40;padding:.5rem 1rem;font-size:.9rem;font-weight:500;display:inline-block}.about__tag:hover{background:var(--accent);color:var(--bg);border-color:var(--accent)}@media (width<=768px){.about__grid{grid-template-columns:1fr;gap:2rem}}.contact{background:var(--bg2);padding:clamp(3rem,8vw,5rem) clamp(1rem,4vw,3rem)}.contact__container{text-align:center;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto;display:flex}.contact__heading{margin:0;font-size:clamp(1.5rem,4vw,2rem)}.contact__subheading{color:var(--muted);margin:0;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6}.contact__actions{flex-direction:column;gap:1rem;margin:1rem 0;display:flex}.contact__email{background:var(--accent);color:var(--bg);border-radius:var(--radius);transition:all var(--transition);cursor:pointer;border:none;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;display:inline-block}.contact__email:hover{background:var(--accent2);transform:translateY(-2px);box-shadow:0 12px 24px #4d8bff4d}.contact__cta{color:var(--accent);border:2px solid var(--accent);border-radius:var(--radius);transition:all var(--transition);background:0 0;padding:.875rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-block}.contact__cta:hover{background:var(--accent);color:var(--bg)}.contact__socials{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:1rem;display:flex}.contact__social{background:var(--surface);color:var(--text);border-radius:var(--radius);transition:all var(--transition);cursor:pointer;border:1px solid #e9ecf226;padding:.5rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none}.contact__social:hover{background:var(--accent);color:var(--bg);border-color:var(--accent);transform:translateY(-2px)}.footer{background:var(--bg2);border-top:1px solid #e9ecf21a;margin-top:auto;padding:clamp(2rem,5vw,3rem) clamp(1rem,4vw,3rem)}.footer__content{text-align:center;flex-direction:column;gap:.75rem;max-width:1200px;margin:0 auto;display:flex}.footer__copy{color:var(--muted);margin:0;font-size:.95rem}.footer__tagline{color:var(--muted);margin:0;font-size:.9rem;font-style:italic}
