.Hero-module__Z8hQ_W__heroSection{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Hero-module__Z8hQ_W__content{z-index:10;flex-direction:column;align-items:flex-start;gap:1.5rem;display:flex}.Hero-module__Z8hQ_W__badge{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;animation:.6s forwards Hero-module__Z8hQ_W__slideDown;display:inline-block}.Hero-module__Z8hQ_W__title{color:var(--text-primary);opacity:0;animation:.8s .2s forwards Hero-module__Z8hQ_W__slideUp}.Hero-module__Z8hQ_W__highlight{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__Z8hQ_W__subtitle{color:var(--text-secondary);opacity:0;max-width:500px;font-size:1.25rem;animation:.8s .4s forwards Hero-module__Z8hQ_W__slideUp}.Hero-module__Z8hQ_W__actions{opacity:0;gap:1rem;animation:.8s .6s forwards Hero-module__Z8hQ_W__slideUp;display:flex}.Hero-module__Z8hQ_W__visual{width:100%;height:500px;position:relative}.Hero-module__Z8hQ_W__blob{background:var(--accent-gradient);filter:blur(80px);opacity:.4;border-radius:50%;width:400px;height:400px;animation:6s ease-in-out infinite alternate Hero-module__Z8hQ_W__pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__Z8hQ_W__floatingCard{border-radius:1rem;min-width:200px;padding:1.5rem;animation:6s ease-in-out infinite Hero-module__Z8hQ_W__float;position:absolute}.Hero-module__Z8hQ_W__floatingCard h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.125rem}.Hero-module__Z8hQ_W__floatingCard p{color:var(--text-tertiary);font-size:.875rem}.Hero-module__Z8hQ_W__card1{animation-delay:0s;top:10%;right:10%}.Hero-module__Z8hQ_W__card2{animation-delay:-3s;bottom:20%;left:10%}@keyframes Hero-module__Z8hQ_W__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__Z8hQ_W__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__Z8hQ_W__float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes Hero-module__Z8hQ_W__pulse{0%{opacity:.3;transform:translate(-50%,-50%)scale(.8)}to{opacity:.5;transform:translate(-50%,-50%)scale(1.1)}}@media (max-width:768px){.Hero-module__Z8hQ_W__container{text-align:center;grid-template-columns:1fr}.Hero-module__Z8hQ_W__content{align-items:center}.Hero-module__Z8hQ_W__visual{height:300px}.Hero-module__Z8hQ_W__blob{width:250px;height:250px}}
.Experience-module__HaXZMW__experienceSection{background-color:var(--bg-primary);padding:6rem 0;position:relative}.Experience-module__HaXZMW__sectionTitle{color:var(--text-primary);align-items:center;gap:1rem;margin-bottom:4rem;font-size:clamp(2rem,4vw,2.5rem);display:flex}.Experience-module__HaXZMW__icon{color:var(--accent-primary);width:32px;height:32px}.Experience-module__HaXZMW__timeline{border-left:2px solid var(--border-color);flex-direction:column;gap:2.5rem;margin-left:1rem;padding-left:2.5rem;display:flex;position:relative}.Experience-module__HaXZMW__timelineItem{opacity:0;animation:.8s forwards Experience-module__HaXZMW__slideInRight;position:relative}.Experience-module__HaXZMW__timelinePoint{background:var(--bg-primary);border:4px solid var(--accent-primary);width:20px;height:20px;box-shadow:0 0 0 4px var(--bg-primary);z-index:10;border-radius:50%;position:absolute;top:0;left:-2.5rem;transform:translate(-50%)}.Experience-module__HaXZMW__timelineContent{border-radius:1rem;padding:2rem;transition:transform .3s,box-shadow .3s}.Experience-module__HaXZMW__timelineContent:hover{box-shadow:var(--shadow-md);border-color:var(--accent-primary);transform:translateY(-4px)}.Experience-module__HaXZMW__role{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem}.Experience-module__HaXZMW__meta{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.Experience-module__HaXZMW__company{color:var(--accent-secondary);font-weight:600}.Experience-module__HaXZMW__period{color:var(--text-tertiary);background:var(--bg-tertiary);border-radius:9999px;padding:.25rem .75rem;font-size:.875rem}.Experience-module__HaXZMW__description{color:var(--text-secondary);line-height:1.7}@keyframes Experience-module__HaXZMW__slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width:768px){.Experience-module__HaXZMW__meta{flex-direction:column;align-items:flex-start;gap:.5rem}}
.Projects-module__K3d-Xa__projectsSection{background-color:var(--bg-tertiary);padding:6rem 0;position:relative}.Projects-module__K3d-Xa__header{text-align:center;margin-bottom:4rem}.Projects-module__K3d-Xa__sectionTitle{color:var(--text-primary);justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;font-size:clamp(2rem,4vw,2.5rem);display:inline-flex}.Projects-module__K3d-Xa__icon{color:var(--accent-secondary);width:32px;height:32px}.Projects-module__K3d-Xa__subtitle{color:var(--text-secondary);font-size:1.125rem}.Projects-module__K3d-Xa__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.Projects-module__K3d-Xa__card{opacity:0;border-radius:1rem;flex-direction:column;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.8s forwards Projects-module__K3d-Xa__slideUpFade;display:flex;overflow:hidden}.Projects-module__K3d-Xa__card:hover{box-shadow:var(--shadow-hover);border-color:var(--accent-primary);transform:translateY(-8px)}.Projects-module__K3d-Xa__imageWrapper{border-bottom:1px solid var(--border-color);width:100%;height:200px;position:relative;overflow:hidden}.Projects-module__K3d-Xa__projectImage{object-fit:cover;transition:transform .3s}.Projects-module__K3d-Xa__card:hover .Projects-module__K3d-Xa__projectImage{transform:scale(1.05)}.Projects-module__K3d-Xa__cardContent{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.Projects-module__K3d-Xa__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.Projects-module__K3d-Xa__projectTitle{color:var(--text-primary);font-size:1.5rem;line-height:1.3}.Projects-module__K3d-Xa__projectDescription{color:var(--text-secondary);flex-grow:1;margin-bottom:2rem;font-size:.9375rem}.Projects-module__K3d-Xa__tags{flex-wrap:wrap;gap:.5rem;margin-top:auto;display:flex}.Projects-module__K3d-Xa__tag{background:var(--selection-bg);color:var(--text-primary);border-radius:9999px;padding:.25rem .75rem;font-size:.8125rem;font-weight:500;transition:background .2s}.Projects-module__K3d-Xa__tag:hover{background:var(--bg-secondary)}@keyframes Projects-module__K3d-Xa__slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.Contact-module__OWeMSG__contactSection{background:var(--bg-primary);padding:6rem 0;position:relative;overflow:hidden}.Contact-module__OWeMSG__container{grid-template-columns:1fr;align-items:flex-start;gap:4rem;display:grid}@media (min-width:768px){.Contact-module__OWeMSG__container{grid-template-columns:1fr 1.2fr}}.Contact-module__OWeMSG__infoCol{flex-direction:column;display:flex}.Contact-module__OWeMSG__title{color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2.5rem,5vw,3.5rem);line-height:1.1}.Contact-module__OWeMSG__description{color:var(--text-secondary);max-width:400px;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.Contact-module__OWeMSG__contactDetails{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}.Contact-module__OWeMSG__contactItem{color:var(--text-primary);align-items:center;gap:1rem;font-size:1.125rem;display:flex}.Contact-module__OWeMSG__icon{color:var(--accent-primary)}.Contact-module__OWeMSG__socialLinks{gap:1rem;display:flex}.Contact-module__OWeMSG__socialLink{background:var(--bg-secondary);border:1px solid var(--border-color);width:48px;height:48px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Contact-module__OWeMSG__socialLink:hover{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary);box-shadow:var(--shadow-md);transform:translateY(-3px)}.Contact-module__OWeMSG__formCol{border-radius:1.5rem;padding:2.5rem}.Contact-module__OWeMSG__form{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__OWeMSG__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Contact-module__OWeMSG__inputGroup label{color:var(--text-primary);font-size:.875rem;font-weight:600}.Contact-module__OWeMSG__inputField,.Contact-module__OWeMSG__textareaField{background:var(--bg-tertiary);border:1px solid var(--border-color);width:100%;color:var(--text-primary);border-radius:.5rem;outline:none;padding:1rem;font-family:inherit;font-size:1rem;transition:all .2s}.Contact-module__OWeMSG__inputField::placeholder,.Contact-module__OWeMSG__textareaField::placeholder{color:var(--text-tertiary)}.Contact-module__OWeMSG__inputField:focus,.Contact-module__OWeMSG__textareaField:focus{border-color:var(--accent-primary);background:var(--bg-primary);box-shadow:0 0 0 2px rgba(var(--accent-primary-rgb),.1)}.Contact-module__OWeMSG__textareaField{resize:vertical}.Contact-module__OWeMSG__submitBtn{align-self:flex-start;margin-top:1rem;padding:1rem 2rem}
