@import"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";.header{margin:0 3rem;padding-bottom:.5rem}.container{padding:4rem 0}.contactLinks a{margin:0 1rem;transition:all .2s ease-in-out}.contactLinks a:hover{transform:translateY(-5px)}a:visited{color:inherit}.Btn{padding:10px 20px;background-color:var(--first-color);border:none;border-radius:5px;cursor:pointer;transition:all .2s ease-in-out}.Btn:hover{background-color:var(--hover-color);transform:scale(1.05)}header{display:flex;align-items:center;justify-content:space-between;height:68px;padding:0 2rem;background-color:#ffffffeb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:sticky;top:0;z-index:1000;border-bottom:1px solid var(--border-color)}header a h3{color:var(--title-color);font-weight:800;font-size:1.05rem;letter-spacing:-.02em;transition:color .2s ease}header a h3 span{color:var(--first-color)}header a h3:hover{color:var(--first-color)}nav{display:flex;align-items:center}nav a{margin:0 1.25rem;color:var(--text-color);font-size:.88rem;font-weight:var(--font-medium);text-decoration:none;position:relative;transition:color .2s ease}nav a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:2px;background:var(--first-color);border-radius:2px;transition:width .2s ease}nav a:hover{color:var(--title-color)}nav a:hover:after{width:100%}header .nav-btn{padding:5px;cursor:pointer;background:transparent;border:none;outline:none;color:var(--title-color);visibility:hidden;opacity:0;font-size:1.4rem}@media only screen and (max-width: 1024px){header .nav-btn{visibility:visible;opacity:1}header nav{position:fixed;top:-100vh;left:0;height:100%;width:100%;flex-direction:column;display:flex;align-items:center;justify-content:center;background-color:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:.35s ease;gap:2.5rem}header .responsive_nav{transform:translateY(100vh)}nav .nav-close-btn{position:absolute;top:2rem;right:2rem}nav a{font-size:1.3rem;margin:0;color:var(--title-color)}nav a:after{bottom:-2px}}.homeSection{min-height:calc(100vh - 68px);display:flex;align-items:center;background:linear-gradient(140deg,#f8fafc,#eef2ff 60%,#f8fafc)}@media only screen and (max-width: 1024px){.homeSection{align-items:flex-start}}.homeContent{max-width:1080px;margin:0 auto;padding:4rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:4rem;width:100%}.homeText{flex:1}.homeRole{display:inline-block;background:var(--first-color-light);color:var(--first-color);font-size:.78rem;font-weight:var(--font-semibold);padding:.35rem .25rem;border-radius:100px;text-transform:uppercase;letter-spacing:.07em;margin-bottom:1.1rem}.homeName{font-size:clamp(2.4rem,5vw,3.6rem);font-weight:800;color:var(--title-color);line-height:1.1;letter-spacing:-.03em;margin-bottom:1.25rem}.homeName span{color:var(--first-color)}.homeDesc{font-size:1.05rem;color:var(--text-color);line-height:1.8;max-width:480px;margin-bottom:2.25rem}.homeActions{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.homeSocials{display:flex;gap:1rem}.homeSocials a{display:flex;align-items:center;color:var(--text-color);font-size:1.35rem;transition:color .2s,transform .2s}.homeSocials a:hover{color:var(--first-color);transform:translateY(-3px)}.homePhotoCol{flex-shrink:0}.photoRing{width:280px;height:280px;border-radius:50%;padding:4px;background:linear-gradient(135deg,var(--first-color) 0%,#818cf8 100%);box-shadow:0 20px 60px #4338ca33}.profilePhoto{width:100%;height:100%;border-radius:50%;object-fit:cover;border:4px solid white}@media only screen and (max-width: 1024px){.homeContent{flex-direction:column-reverse;text-align:center;gap:2.5rem;padding:3rem 1.5rem}.homeDesc{max-width:100%}.homeActions{justify-content:center}.photoRing{width:200px;height:200px}}.aboutBio{font-size:1.05rem;color:var(--text-color);line-height:1.85;max-width:680px;margin-bottom:3rem}.techSection{margin-top:.5rem}.techSectionLabel{font-size:.72rem;font-weight:var(--font-semibold);color:var(--text-color);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.techGroups{display:flex;flex-direction:column;gap:1.5rem}.techGroup{display:flex;align-items:flex-start;gap:1.25rem}.techGroupName{font-size:.8rem;font-weight:var(--font-semibold);color:var(--title-color);min-width:110px;padding-top:.4rem}.techBadges{display:flex;flex-wrap:wrap;gap:.5rem}.techBadge{display:inline-flex;align-items:center;gap:.4rem;background:var(--container-color);border:1px solid var(--border-color);color:var(--text-color);font-size:.82rem;font-weight:var(--font-medium);padding:.35rem .85rem;border-radius:100px;transition:border-color .2s,color .2s,box-shadow .2s,transform .2s}.techBadge:hover{border-color:var(--first-color);color:var(--first-color);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.techBadge svg{font-size:.95rem}@media only screen and (max-width: 768px){.techGroup{flex-direction:column;gap:.6rem}.techGroupName{min-width:unset;padding-top:0}}.contactSection{padding:6rem 2rem;background:linear-gradient(140deg,#eef2ff,#f8fafc);text-align:center}.contactInner{max-width:560px;margin:0 auto}.contactTitle{font-size:2rem;font-weight:800;color:var(--title-color);letter-spacing:-.02em;margin-top:.5rem;margin-bottom:.75rem}.contactDesc{font-size:1rem;color:var(--text-color);line-height:1.7;margin-bottom:2.25rem}.contactLinks{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.contactLink{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-color);font-size:.9rem;font-weight:var(--font-semibold);padding:.65rem 1.4rem;border:1px solid var(--border-color);border-radius:8px;background:var(--container-color);transition:border-color .2s,color .2s,transform .2s,box-shadow .2s}.contactLink svg{font-size:1.1rem}.contactLink:hover{border-color:var(--first-color);color:var(--first-color);transform:translateY(-2px);box-shadow:var(--shadow)}.projectsSection{background:linear-gradient(180deg,var(--body-color) 0%,#eef2ff 100%)}.projectsGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.projectCard{background:var(--container-color);border:1px solid var(--border-color);border-radius:var(--border-radius);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.projectCard:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:#c7d2fe}.projectCardBody{padding:1.75rem}.projectTitle{font-size:1rem;font-weight:var(--font-bold);color:var(--title-color);margin-bottom:.6rem}.projectDesc{font-size:.875rem;color:var(--text-color);line-height:1.7;margin-bottom:1.1rem}.projectTools{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem}.toolTag{background:var(--first-color-light);color:var(--first-color);font-size:.75rem;font-weight:var(--font-semibold);padding:.22rem .65rem;border-radius:100px}.projectLink{display:inline-flex;align-items:center;gap:.3rem;color:var(--first-color);font-size:.875rem;font-weight:var(--font-semibold);transition:gap .2s}.projectLink:hover{gap:.55rem}.timeline{position:relative;padding-left:1.5rem}.timeline:before{content:"";position:absolute;left:4px;top:8px;bottom:8px;width:2px;background:linear-gradient(to bottom,var(--first-color),var(--first-color-light));border-radius:2px}.timelineItem{position:relative;padding-bottom:2.5rem;padding-left:1.75rem}.timelineItem:last-child{padding-bottom:0}.timelineDot{position:absolute;left:-.35rem;top:6px;width:12px;height:12px;border-radius:50%;background:var(--first-color);border:2.5px solid var(--body-color);box-shadow:0 0 0 3px var(--first-color-light)}.timelineBody{background:var(--container-color);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:1.25rem 1.5rem;transition:box-shadow .2s,border-color .2s}.timelineBody:hover{box-shadow:var(--shadow);border-color:#c7d2fe}.timelineTitle{font-size:.975rem;font-weight:var(--font-bold);color:var(--title-color);margin-bottom:.25rem}.timelineCompany{font-size:.875rem;color:var(--first-color);font-weight:var(--font-semibold);margin-bottom:.2rem}.timelineLocation{color:var(--text-color);font-weight:var(--font-medium)}.timelineDate{font-size:.78rem;color:var(--text-color);margin-bottom:.6rem;font-weight:var(--font-medium)}.timelineDesc{font-size:.9rem;color:var(--text-color);line-height:1.7}.exp-spacer{padding:1rem 0rem}:root{--first-color: hsl(353, 100%, 65%);--title-color: hsl(244,24%, 26%);--text-color: hsl(244, 16%, 43%);--body-color: hsl(258, 60%, 98%);--container-color: #fff;--body-font: "Rubik", sans-serif;--h1-font-size: 2.25rem;--h2-font-size: 1.5rem;--h3-font-size:1.25rem;--normal-font-size:1rem;--small-font-size: .875rem;--smaller-font-size: .813rem;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow: 0 4px 16px rgba(0, 0, 0, .08);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .12);--border-radius: 12px}@media screen and (max-width: 1024px){:root{--h1-font-size: 1.75rem;--h2-font-size: 1.25rem;--h3-font-size:1rem;--normal-font-size:.938rem;--small-font-size: .813rem;--smaller-font-size: .75rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body,button,input,textarea{font-family:var(--body-font);font-size:var(--normal-font-size)}body{color:var(--title-color);background-color:var(--body-color);line-height:1.7}ul{list-style:none}a{text-decoration:none}button{cursor:pointer;border:none;outline:none}img{max-width:100%;height:auto;vertical-align:middle}.container{max-width:1080px;padding-left:2rem;padding-right:2rem;margin:0 auto}.grid{display:grid}.section{padding-top:5rem;padding-bottom:3rem}.section-label{display:inline-block;background:var(--first-color-light);color:var(--first-color);font-size:.72rem;font-weight:var(--font-semibold);padding:.3rem .85rem;border-radius:100px;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.6rem}.section__title{font-size:var(--h1-font-size);margin-bottom:3.75 rem;font-weight:800;color:var(--title-color);letter-spacing:-.02em;margin-bottom:.25rem}.section-divider{width:40px;height:3px;background:var(--first-color);border-radius:2px;margin-bottom:2rem}.btn{padding:.7rem 1.75rem;line-height:1;border-radius:8px;box-shadow:0 0 1px #0000;color:#fff;display:inline-block;background:var(--first-color);font-weight:var(--font-semibold);font-size:.9rem;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s}@keyframes button-push{50%{transform:scale(.8)}to{transform:scale(1)}}.btn:hover{animation:button-push .3s linear 1}.btn:active{transform:translateY(0)}
