.Hero-module__ZARIfG__hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__content{text-align:center;z-index:2;position:relative}.Hero-module__ZARIfG__profileImageWrapper{background:var(--bg-glass);border:1px solid var(--border-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:50%;width:180px;height:180px;margin:0 auto 2.5rem;padding:8px;position:relative;overflow:hidden}.Hero-module__ZARIfG__profileImage{object-fit:cover;border:2px solid var(--accent-primary);border-radius:50%;width:100%;height:100%}.Hero-module__ZARIfG__greeting{color:var(--text-secondary);text-transform:uppercase;letter-spacing:3px;margin-bottom:1rem;font-size:1.25rem}.Hero-module__ZARIfG__name{letter-spacing:-2px;margin-bottom:1rem;font-size:5rem;font-weight:700;line-height:1.1}.Hero-module__ZARIfG__title{color:var(--text-secondary);margin-bottom:2rem;font-size:2rem;font-weight:400}.Hero-module__ZARIfG__contactInfo{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.Hero-module__ZARIfG__contactLink{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.Hero-module__ZARIfG__contactLink:hover{color:var(--text-primary)}.Hero-module__ZARIfG__socials{justify-content:center;gap:1rem;display:flex}.Hero-module__ZARIfG__downloadBtn{border:1px solid var(--accent-primary);color:var(--accent-primary);letter-spacing:1px;background:0 0;padding:.8rem 2.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;width:15rem!important}.Hero-module__ZARIfG__downloadBtn:hover{background:var(--accent-primary);color:var(--bg-primary);transform:translateY(-3px);box-shadow:0 10px 25px #38bdf833}.Hero-module__ZARIfG__socials a{border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.Hero-module__ZARIfG__blob1,.Hero-module__ZARIfG__blob2{filter:blur(100px);z-index:0;opacity:.3;border-radius:50%;animation:10s ease-in-out infinite Hero-module__ZARIfG__float;position:absolute}.Hero-module__ZARIfG__blob1{background:var(--accent-primary);width:400px;height:400px;top:10%;left:10%}.Hero-module__ZARIfG__blob2{background:var(--accent-secondary);width:300px;height:300px;animation-delay:-5s;bottom:10%;right:10%}@keyframes Hero-module__ZARIfG__float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-30px)scale(1.05)}}@media (max-width:768px){.Hero-module__ZARIfG__name{font-size:3rem}.Hero-module__ZARIfG__title{font-size:1.5rem}}
.About-module__vAULUW__aboutContent{grid-template-columns:400px 1fr;align-items:center;gap:6rem;display:grid}.About-module__vAULUW__imageContainer{width:100%;position:relative}.About-module__vAULUW__imageWrapper{aspect-ratio:4/5;z-index:2;justify-content:center;align-items:flex-end;width:100%;display:flex;position:relative}.About-module__vAULUW__image{object-fit:contain;filter:drop-shadow(0 20px 50px #00000080);width:100%;height:auto}.About-module__vAULUW__glow{background:var(--accent-gradient);filter:blur(100px);opacity:.2;z-index:1;border-radius:50%;width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.About-module__vAULUW__textCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:relative}.About-module__vAULUW__text{color:var(--text-secondary);margin-bottom:2rem;font-size:1.15rem;line-height:1.8}.About-module__vAULUW__highlights{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.About-module__vAULUW__highlightItem{background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;padding:1.5rem;transition:all .3s}.About-module__vAULUW__highlightItem:hover{border-color:var(--accent-primary);background:#ffffff0d;transform:translateY(-5px)}.About-module__vAULUW__highlightTitle{color:var(--accent-primary);margin-bottom:.25rem;font-size:1.25rem;font-weight:700;display:block}.About-module__vAULUW__highlightLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.85rem}@media (max-width:992px){.About-module__vAULUW__aboutContent{grid-template-columns:1fr;gap:3rem}.About-module__vAULUW__imageWrapper{max-width:400px;margin:0 auto}}@media (max-width:768px){.About-module__vAULUW__textCard{border-radius:24px;padding:2rem}.About-module__vAULUW__highlights{grid-template-columns:1fr}}
.Skills-module__G7oUEG__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.Skills-module__G7oUEG__skillCard{flex-direction:column;padding:2rem;display:flex}.Skills-module__G7oUEG__categoryTitle{color:var(--text-primary);border-bottom:1px solid var(--border-glass);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:600}.Skills-module__G7oUEG__skillTags{flex-wrap:wrap;gap:.75rem;display:flex}.Skills-module__G7oUEG__tag{color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;transition:all .3s}.Skills-module__G7oUEG__tag:hover{background:var(--accent-gradient);color:#fff;border-color:#0000;transform:translateY(-2px)}
.Experience-module__RsmxMa__timeline{padding-left:2rem;position:relative}.Experience-module__RsmxMa__timeline:before{content:"";background:var(--border-glass);width:2px;position:absolute;top:0;bottom:0;left:0}.Experience-module__RsmxMa__timelineItem{margin-bottom:3rem;position:relative}.Experience-module__RsmxMa__timelineItem:last-child{margin-bottom:0}.Experience-module__RsmxMa__timelineDot{background:var(--accent-gradient);border:4px solid var(--bg-primary);z-index:1;border-radius:50%;width:16px;height:16px;position:absolute;top:1.5rem;left:-2rem;transform:translate(-50%)}.Experience-module__RsmxMa__content{padding:2rem}.Experience-module__RsmxMa__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.Experience-module__RsmxMa__role{color:var(--text-primary);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.Experience-module__RsmxMa__company{color:var(--accent-primary);font-size:1.1rem;font-weight:500}.Experience-module__RsmxMa__date{color:var(--text-muted);background:#ffffff0d;border-radius:20px;padding:.5rem 1rem;font-size:.9rem}.Experience-module__RsmxMa__bullets{list-style:none}.Experience-module__RsmxMa__bullets li{color:var(--text-secondary);margin-bottom:.75rem;padding-left:1.5rem;line-height:1.6;position:relative}.Experience-module__RsmxMa__bullets li:before{content:"▹";color:var(--accent-primary);font-size:1.2rem;line-height:1.4;position:absolute;left:0}@media (max-width:768px){.Experience-module__RsmxMa__header{flex-direction:column}}
.Projects-module__2BoJ-q__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.Projects-module__2BoJ-q__card{flex-direction:column;height:100%;padding:2.5rem 2rem;display:flex}.Projects-module__2BoJ-q__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Projects-module__2BoJ-q__title{color:var(--text-primary);font-size:1.4rem;font-weight:700}.Projects-module__2BoJ-q__link{color:var(--text-muted);transition:color .3s}.Projects-module__2BoJ-q__link:hover{color:var(--accent-primary)}.Projects-module__2BoJ-q__description{color:var(--text-secondary);flex-grow:1;margin-bottom:2rem;line-height:1.7}.Projects-module__2BoJ-q__stack{flex-wrap:wrap;gap:.5rem;margin-top:auto;display:flex}.Projects-module__2BoJ-q__tech{color:var(--accent-secondary);background:#8b5cf61a;border-radius:12px;padding:.3rem .8rem;font-size:.8rem;font-weight:500}
.Education-module__JpHHoW__eduCard{padding:2.5rem;margin-bottom:0!important}.Education-module__JpHHoW__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Education-module__JpHHoW__degree{color:var(--text-primary);margin-bottom:.5rem;font-size:1.4rem;font-weight:700}.Education-module__JpHHoW__university{color:var(--text-secondary);font-size:1.1rem}.Education-module__JpHHoW__date{color:var(--text-muted);background:#ffffff0d;border-radius:20px;padding:.5rem 1rem;font-size:.9rem}.Education-module__JpHHoW__footer{border-top:1px solid var(--border-glass);margin-top:2rem;padding-top:3rem}.Education-module__JpHHoW__footerContent{color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;font-size:.9rem;display:flex}.Education-module__JpHHoW__footerLinks{gap:1.5rem;display:flex}.Education-module__JpHHoW__footerLinks a{color:var(--text-secondary);font-weight:500}.Education-module__JpHHoW__footerLinks a:hover{color:var(--accent-primary)}@media (max-width:768px){.Education-module__JpHHoW__footerContent{text-align:center;flex-direction:column}}
.Preloader-module__-PvIBG__container{z-index:9999;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0;overflow:hidden}.Preloader-module__-PvIBG__curtain{z-index:1;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.Preloader-module__-PvIBG__bar{background-color:var(--bg-primary);flex:1;height:100%}.Preloader-module__-PvIBG__counterWrapper{z-index:2;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.Preloader-module__-PvIBG__number{color:#0000;-webkit-text-stroke:1px #fff3;font-size:8rem;font-weight:800;line-height:1;font-family:var(--font-raleway), sans-serif;margin-bottom:2rem}.Preloader-module__-PvIBG__progressBarWrapper{background:#ffffff0d;width:300px;height:2px;margin-bottom:1.5rem;position:relative;overflow:hidden}.Preloader-module__-PvIBG__progressBar{background:var(--accent-gradient);height:100%;position:absolute;top:0;left:0}.Preloader-module__-PvIBG__tagline{text-transform:uppercase;letter-spacing:4px;color:var(--text-muted);font-size:.8rem}@media (max-width:768px){.Preloader-module__-PvIBG__number{font-size:4rem}.Preloader-module__-PvIBG__progressBarWrapper{width:200px}}
