@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html,body{scroll-behavior:smooth;height:100%}body{background-color:#0d1117;color:#fff;font-family:Inter,sans-serif;overflow-x:hidden}.app-root{min-height:100%}.container{width:100%;max-width:92vw;margin:0 auto}@media(max-width:768px){.container{max-width:100%;padding:0 1.5rem}}section{width:100%;position:relative;overflow:visible}.hero-section{width:100vw;height:100vh;display:flex;flex-direction:column;overflow:hidden}.hero-section .container{flex:1;display:flex;flex-direction:column;max-width:100%;padding:0}.contacts-section{width:100vw;background-color:#161b22}.btn{padding:1rem 2rem;font-family:Space Grotesque,sans-serif;font-weight:800;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;border-radius:4px;cursor:pointer;border:none;transition:all .3s ease;display:inline-block;white-space:nowrap}.btn--primary{background-color:#ff7b54;color:#0d1117;text-decoration:none}.btn--secondary{background-color:transparent;border:1px solid #ff7b54;color:#fff}@media(max-width:768px){.btn{padding:.85rem 1.4rem;font-size:.78rem}}.hero-content{flex:1;display:flex;width:100%;height:100%}@media(min-width:768px){.hero-content{flex-direction:row;justify-content:space-between;align-items:stretch}}@media(max-width:768px){.hero-content{flex-direction:column;align-items:stretch;justify-content:flex-start}}.hero-text{z-index:10;display:flex;flex-direction:column;justify-content:center}@media(min-width:768px){.hero-text{flex:1;padding:0 0 3rem 4rem;align-items:flex-start;text-align:left}}@media(max-width:768px){.hero-text{flex:0 0 auto;align-items:center;text-align:center;padding:5rem 2rem 0}}.hero-text .hero-name{font-family:Space Grotesque,sans-serif;font-weight:700;line-height:.9;letter-spacing:-.04em;margin:0;color:#fff}@media(min-width:768px){.hero-text .hero-name{font-size:clamp(3.5rem,8vw,7rem)}}@media(max-width:768px){.hero-text .hero-name{font-size:clamp(2rem,8vw,3.5rem)}}.hero-text .hero-role{font-weight:700;text-transform:uppercase;letter-spacing:.25em;color:#ff7b54}@media(min-width:768px){.hero-text .hero-role{font-size:clamp(.75rem,1.5vw,.95rem);margin:1.2rem 0 3rem}}@media(max-width:768px){.hero-text .hero-role{font-size:clamp(.6rem,2vw,.8rem);margin:.8rem 0 1.5rem}}.hero-text .hero-actions{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:768px){.hero-text .hero-actions{justify-content:center}}.hero-visual{position:relative;display:flex;overflow:visible}@media(min-width:768px){.hero-visual{flex:1;justify-content:flex-end;align-items:flex-end;height:88vh}}@media(max-width:768px){.hero-visual{flex:1 1 0;width:100%;justify-content:center;align-items:flex-end;min-height:0}}.hero-aura{position:absolute;border-radius:50%;z-index:1}@media(min-width:768px){.hero-aura{bottom:5%;right:0;width:70%;height:65%;transform:translate(-5%)}}@media(max-width:768px){.hero-aura{bottom:5%;left:50%;transform:translate(-50%);width:65%;height:45%}}.hero-aura__inner{width:100%;height:100%;border-radius:50%;background:radial-gradient(ellipse at 50% 50%,rgba(255,123,84,.4) 0%,rgba(255,123,84,.15) 45%,transparent 72%);filter:blur(60px);animation:aura-pulse 4s ease-in-out infinite alternate}@media(max-width:768px){.hero-aura__inner{filter:blur(40px)}}.hero-image{position:relative;z-index:2;object-fit:contain;object-position:bottom center;display:block;filter:brightness(1.5) contrast(1);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 18%,black 100%);mask-image:linear-gradient(to bottom,transparent 0%,black 18%,black 100%)}@media(min-width:768px){.hero-image{height:88%;width:auto}}@media(max-width:768px){.hero-image{height:100%;width:auto;max-width:85%;display:block}}@keyframes aura-pulse{0%{opacity:.75;transform:scale(1)}to{opacity:1;transform:scale(1.05)}}.tech-stack{display:flex;align-items:center;justify-content:space-between;width:100vw;position:relative;left:50%;transform:translate(-50%);padding:3rem 4rem;background-color:#161b22;box-shadow:0 -1px #ffffff08,0 -8px 24px #00000059;z-index:2}@media(max-width:768px){.tech-stack{flex-wrap:wrap;justify-content:center;gap:.75rem 1.5rem;padding:1rem 1.5rem}}.tech-stack__item{font-family:Inter,sans-serif;font-size:clamp(.85rem,1.2vw,1.1rem);font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:#ffffff38;transition:color .2s ease;white-space:nowrap}.tech-stack__item:hover{color:#ffffffa6}.tech-stack__sep{display:none}@keyframes fadeUp{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.navbar{position:fixed;top:0;left:0;width:100%;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.4rem 4rem;background:transparent;transition:background .3s ease,padding .3s ease,backdrop-filter .3s ease}.navbar--scrolled{background:#0d1117bf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:1rem 4rem;border-bottom:1px solid rgba(255,255,255,.05)}@media(max-width:768px){.navbar{padding:1rem 1.5rem}.navbar--scrolled{padding:.8rem 1.5rem}}.navbar__logo{font-family:Space Grotesque,sans-serif;font-size:1rem;font-weight:700;color:#fff;letter-spacing:.02em;white-space:nowrap;z-index:101}.navbar__links{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}@media(max-width:768px){.navbar__links{display:none}}.navbar__link{font-family:Inter,sans-serif;font-size:.82rem;font-weight:400;color:#ffffff80;text-decoration:none;letter-spacing:.04em;position:relative;transition:color .2s ease}.navbar__link:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background:#ff7b54;transition:width .25s ease}.navbar__link:hover{color:#fff}.navbar__link:hover:after{width:100%}.navbar__link--active{color:#fff}.navbar__link--active:after{width:100%}.navbar__burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:28px;height:28px;background:none;border:none;cursor:pointer;padding:0;z-index:101}.navbar__burger span{display:block;width:100%;height:1.5px;background:#fff;border-radius:2px;transition:transform .3s ease,opacity .3s ease,width .3s ease;transform-origin:center}.navbar__burger--open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.navbar__burger--open span:nth-child(2){opacity:0;width:0}.navbar__burger--open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}@media(max-width:768px){.navbar__burger{display:flex}}.navbar__drawer{position:fixed;top:0;right:0;width:75vw;max-width:320px;height:100vh;background:#0d1117f7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-left:1px solid rgba(255,255,255,.06);z-index:99;transform:translate(100%);transition:transform .35s cubic-bezier(.22,1,.36,1);display:flex;align-items:center;justify-content:center}.navbar__drawer--open{transform:translate(0)}.navbar__drawer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;width:100%;padding:2rem}.navbar__drawer-item--visible{animation:slideIn .4s cubic-bezier(.22,1,.36,1) both}.navbar__drawer-link{display:block;font-family:Space Grotesque,sans-serif;font-size:1.3rem;font-weight:700;color:#fff6;text-decoration:none;padding:.7rem 0;border-bottom:1px solid rgba(255,255,255,.05);transition:color .2s ease;letter-spacing:-.01em}.navbar__drawer-link:hover{color:#fff}.navbar__drawer-link--active{color:#fff;position:relative}.navbar__drawer-link--active:before{content:"";position:absolute;left:-1rem;top:50%;transform:translateY(-50%);width:3px;height:1.2rem;background:#ff7b54;border-radius:2px}.navbar__backdrop{position:fixed;inset:0;background:#00000080;z-index:98;animation:fadeIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.about{width:100%;background-color:#0d1117;padding:8rem 0}@media(max-width:768px){.about{padding:5rem 0}}.about__container{display:flex;align-items:center;gap:6rem;width:100%}@media(max-width:768px){.about__container{flex-direction:column;gap:3rem}}.about__pillars{flex:1;display:flex;flex-direction:column;position:relative;min-width:0}.about__pillars:before{content:"";position:absolute;left:0;top:.4rem;bottom:.4rem;width:1px;background:linear-gradient(to bottom,transparent,#ff7b54 20%,#ff7b54 80%,transparent)}.about__pillar{display:flex;align-items:flex-start;gap:1.5rem;padding:1.8rem 0;position:relative}.about__pillar:not(:last-child){border-bottom:1px solid rgba(255,255,255,.05)}.about__pillar-dot{width:10px;height:10px;border-radius:50%;background:#ff7b54;flex-shrink:0;margin-top:.3rem;margin-left:-4.5px;box-shadow:0 0 8px #ff7b5499}.about__pillar-body{padding-left:1rem}.about__pillar-title{font-family:Space Grotesque,sans-serif;font-size:1rem;font-weight:700;color:#fff;margin:0 0 .4rem}.about__pillar-desc{font-family:Inter,sans-serif;font-size:.85rem;line-height:1.6;color:#8b949e;margin:0}.about__content{flex:1.2;min-width:0}.about__heading{font-family:Space Grotesque,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1;margin:0 0 1.8rem;color:#fff}.about__dot{color:#ff7b54}.about__bio{font-family:Inter,sans-serif;font-size:clamp(.9rem,1.2vw,1.05rem);line-height:1.8;color:#8b949e;margin:0 0 3rem}.about__stats{display:flex;gap:2rem;flex-wrap:wrap}.about__stat{display:flex;flex-direction:column;gap:.5rem}.about__stat-number{font-family:Space Grotesque,sans-serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;color:#fff;line-height:1}.about__stat-suffix{color:#ff7b54;margin-left:.1rem}.about__stat-label{font-family:Inter,sans-serif;font-size:.8rem;color:#8b949e;line-height:1.4;white-space:pre-line}.experience{padding:4rem 0}.experience__heading{font-family:Space Grotesque,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;text-align:center;margin-bottom:5rem;color:#fff}.experience__dot{color:#ff7b54}.experience__timeline{display:flex;flex-direction:column;gap:0}.experience__entry{display:flex;gap:2rem;position:relative}@media(max-width:768px){.experience__entry{gap:1rem}}.experience__marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:20px;padding-top:.3rem}.experience__dot-outer{width:18px;height:18px;border-radius:50%;border:2px solid #ff7b54;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#0d1117;box-shadow:0 0 10px #ff7b5466}.experience__dot-inner{width:8px;height:8px;border-radius:50%;background:#ff7b54}.experience__line{flex:1;width:1px;background:linear-gradient(to bottom,#ff7b54,#ff7b5426);margin:.4rem 0;min-height:3rem}.experience__body{flex:1;min-width:0;padding-bottom:4rem}.experience__company-row{margin-bottom:.4rem}.experience__company{font-family:Space Grotesque,sans-serif;font-size:1.2rem;font-weight:700;color:#fff;margin:0}.experience__company-link{display:block;font-family:Space Grotesque,sans-serif;font-size:1.2rem;font-weight:700;color:#fff;text-decoration:none;transition:color .2s ease}.experience__company-link:hover{color:#ff7b54}.experience__location{font-size:.8rem;color:#8b949e;font-style:italic}.experience__role{margin-top:1.2rem}.experience__role-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem;gap:1rem;flex-wrap:wrap}@media(max-width:768px){.experience__role-header{flex-direction:column;gap:.2rem}}.experience__role-title{font-family:Space Grotesque,sans-serif;font-size:.95rem;font-weight:700;color:#ff7b54;text-transform:uppercase;letter-spacing:.05em}.experience__period{font-size:.8rem;color:#8b949e;white-space:nowrap}.experience__projects{display:flex;flex-direction:column;gap:.6rem}.project-card{background:#161b22;border-radius:6px;border:1px solid rgba(255,255,255,.05);border-left:3px solid rgba(255,123,84,.3);overflow:hidden;transition:border-left-color .2s ease}.project-card--open{border-left-color:#ff7b54}.project-card__header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.9rem 1.2rem;background:none;border:none;cursor:pointer;text-align:left;gap:1rem}.project-card__header:hover .project-card__title{color:#fff}.project-card__title{font-family:Space Grotesque,sans-serif;font-size:.9rem;font-weight:600;color:#ffffffb3;transition:color .2s ease}.project-card__chevron{font-size:1.2rem;color:#ff7b54;flex-shrink:0;line-height:1}.project-card__body{padding:0 1.2rem 1.2rem;border-top:1px solid rgba(255,255,255,.05)}.project-card__bullets{list-style:none;padding:0;margin:1rem 0;display:flex;flex-direction:column;gap:.6rem}.project-card__bullets li{font-family:Inter,sans-serif;font-size:.85rem;line-height:1.7;color:#8b949e;padding-left:1rem;position:relative}.project-card__bullets li:before{content:"·";position:absolute;left:0;color:#ff7b54;font-size:1.2rem;line-height:1.4}.project-card__tags{display:flex;flex-wrap:wrap;gap:.4rem}.project-card__tag{font-family:Inter,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.05em;padding:.25rem .6rem;border-radius:3px;background:#ff7b541a;color:#ff7b54;border:1px solid rgba(255,123,84,.2)}.education{padding:4rem 0}.education__heading{font-family:Space Grotesque,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;text-align:center;margin-bottom:5rem;color:#fff}.education__dot{color:#ff7b54}.education__timeline{display:flex;flex-direction:column}.education__entry{display:flex;gap:2rem}@media(max-width:768px){.education__entry{gap:1rem}}.education__marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:20px;padding-top:.3rem}.education__dot-outer{width:18px;height:18px;border-radius:50%;border:2px solid #ff7b54;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#0d1117;box-shadow:0 0 10px #ff7b5466}.education__dot-inner{width:8px;height:8px;border-radius:50%;background:#ff7b54}.education__line{flex:1;width:1px;background:linear-gradient(to bottom,#ff7b54,#ff7b5426);margin:.4rem 0;min-height:2rem}.education__body{flex:1;min-width:0;padding-bottom:3rem}.education__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:.5rem}@media(max-width:768px){.education__header{flex-direction:column;gap:.2rem}}.education__institution{display:block;font-family:Space Grotesque,sans-serif;font-size:1.05rem;font-weight:700;color:#fff}.education__institution-link{display:block;font-family:Space Grotesque,sans-serif;font-size:1.05rem;font-weight:700;color:#fff;text-decoration:none;transition:color .2s ease}.education__institution-link:hover{color:#ff7b54}.education__location{display:block;font-size:.8rem;color:#8b949e;font-style:italic;margin-top:.15rem}.education__period{font-size:.8rem;color:#8b949e;white-space:nowrap;padding-top:.2rem}.education__degree{font-family:Space Grotesque,sans-serif;font-size:.9rem;font-weight:700;color:#ff7b54;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .8rem}.education__bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.education__bullets li{font-family:Inter,sans-serif;font-size:.85rem;line-height:1.7;color:#8b949e;padding-left:1rem;position:relative}.education__bullets li:before{content:"·";position:absolute;left:0;color:#ff7b54;font-size:1.2rem;line-height:1.4}.skills{padding:4rem 0}.skills__header{text-align:center;margin-bottom:4rem}.skills__heading{font-family:Space Grotesque,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#fff;margin:0 0 1rem}.skills__dot{color:#ff7b54}.skills__subheading{font-family:Inter,sans-serif;font-size:clamp(.85rem,1.2vw,1rem);color:#8b949e;max-width:480px;margin:0 auto;line-height:1.7}.skills__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem}@media(max-width:768px){.skills__grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}.skills__card{background:#161b22;border:1px solid rgba(255,255,255,.05);border-top:2px solid #ff7b54;border-radius:6px;padding:1.6rem 1.4rem;transition:transform .2s ease,box-shadow .2s ease}.skills__card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000004d,0 0 0 1px #ff7b5426}.skills__card-title{font-family:Space Grotesque,sans-serif;font-size:.9rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.08em;margin:0 0 1.2rem;padding-bottom:.8rem;border-bottom:1px solid rgba(255,255,255,.06)}.skills__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.skills__item{display:flex;align-items:center;gap:.6rem;font-family:Inter,sans-serif;font-size:.85rem;color:#8b949e;line-height:1.4;transition:color .2s ease}.skills__item:hover{color:#fff}.skills__item-dot{width:5px;height:5px;border-radius:50%;background:#ff7b54;flex-shrink:0;opacity:.7}.other{padding:4rem 0}.other__inner{display:flex;align-items:flex-start;gap:6rem}@media(max-width:768px){.other__inner{flex-direction:column;gap:3rem}}.other__content{flex:1;min-width:0}.other__heading{font-family:Space Grotesque,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#fff;margin:0 0 2.5rem}.other__dot{color:#ff7b54}.other__entry{display:flex;flex-direction:column;gap:1rem}.other__entry-header{display:flex;flex-direction:column;gap:.3rem}.other__role{font-family:Space Grotesque,sans-serif;font-size:1rem;font-weight:700;color:#ff7b54;text-transform:uppercase;letter-spacing:.06em}.other__meta{font-family:Inter,sans-serif;font-size:.82rem;color:#8b949e;font-style:italic}.other__bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.other__bullets li{font-family:Inter,sans-serif;font-size:.9rem;line-height:1.8;color:#8b949e;padding-left:1rem;position:relative}.other__bullets li:before{content:"·";position:absolute;left:0;color:#ff7b54;font-size:1.2rem;line-height:1.4}.other__bullets li strong{color:#fff;font-weight:600}.other__bullets li em{color:#fff;font-style:italic}.other__link{color:#ff7b54;text-decoration:none;border-bottom:1px solid rgba(255,123,84,.4);transition:border-color .2s ease}.other__link:hover{border-bottom-color:#ff7b54}.other__photo-wrapper{flex:1.2;min-width:0;display:flex;justify-content:center;align-items:flex-start}@media(max-width:768px){.other__photo-wrapper{width:100%;justify-content:center}}.other__photo{width:100%;max-width:440px;aspect-ratio:4/5;object-fit:cover;border-radius:8px;border:1px solid rgba(255,255,255,.06);filter:brightness(1.05)}@media(max-width:768px){.other__photo{max-width:100%;aspect-ratio:3/4}}.contacts{padding:4rem 0 2rem}.contacts__heading{font-family:Space Grotesque,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#fff;margin:0 0 1rem}.contacts__dot{color:#ff7b54}.contacts__subheading{font-family:Inter,sans-serif;font-size:.95rem;line-height:1.7;color:#8b949e;margin:0 0 3rem}.contacts__items{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.4rem;margin-bottom:3rem}@media(max-width:768px){.contacts__items{flex-direction:column;gap:1rem}}.contacts__item{display:flex;align-items:center;gap:1.2rem;background:#0d1117;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:1rem 1.4rem;flex:1;min-width:200px;transition:border-color .2s ease}.contacts__item:hover{border-color:#ff7b544d}@media(max-width:768px){.contacts__item{min-width:0;flex:none;width:100%}}.contacts__icon{width:44px;height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#ff7b54}.contacts__icon svg{width:18px;height:18px;display:block}.contacts__item-body{display:flex;flex-direction:column;gap:.15rem;min-width:0}.contacts__item-label{font-family:Space Grotesque,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#8b949e}.contacts__item-value{font-family:Inter,sans-serif;font-size:.95rem;color:#fff;text-decoration:none;transition:color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contacts__item-value:hover{color:#ff7b54}.contacts__social{display:flex;align-items:center;gap:1.2rem;padding-top:1rem;flex-wrap:wrap}.contacts__social-label{font-family:Inter,sans-serif;font-size:.8rem;color:#8b949e;white-space:nowrap}.contacts__social-links{display:flex;gap:1rem;flex-wrap:wrap}.contacts__social-link{font-family:Space Grotesque,sans-serif;font-size:.82rem;font-weight:600;color:#ffffff73;text-decoration:none;letter-spacing:.05em;transition:color .2s ease;position:relative}.contacts__social-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#ff7b54;transition:width .25s ease}.contacts__social-link:hover{color:#fff}.contacts__social-link:hover:after{width:100%}.contacts__footer{margin-top:2rem;text-align:center}.contacts__footer-divider{border:none;border-top:1px solid rgba(255,255,255,.06);margin-bottom:1.5rem}.contacts__footer-text{font-family:Inter,sans-serif;font-size:.78rem;color:#8b949e;opacity:.5;margin-bottom:.4rem}.contacts__footer-source{font-family:Inter,sans-serif;font-size:.75rem;color:#8b949e;opacity:.4;text-decoration:none;display:block;transition:opacity .2s ease,color .2s ease}.contacts__footer-source:hover{opacity:1;color:#ff7b54}.contacts__footer-visitors{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:.4rem;font-size:.75rem;color:#8b949e;opacity:.4}.contacts__footer-eye{width:13px;height:13px;flex-shrink:0;display:block}
