.Header-module__vcZAwq__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--color-light);background:#f5ece6f2;padding:1rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.Header-module__vcZAwq__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.Header-module__vcZAwq__logo{color:var(--color-primary);letter-spacing:1px;font-size:1.5rem;font-weight:700;transition:all .3s}.Header-module__vcZAwq__logo:hover{color:var(--color-secondary)}.Header-module__vcZAwq__nav{align-items:center;gap:2.5rem;display:flex}.Header-module__vcZAwq__nav a{color:var(--color-primary);padding:.5rem 0;font-size:1rem;font-weight:500;transition:all .3s;position:relative}.Header-module__vcZAwq__nav a:after{content:"";background:var(--color-secondary);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Header-module__vcZAwq__nav a:hover:after{width:100%}.Header-module__vcZAwq__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:0;display:none}.Header-module__vcZAwq__hamburger span{background:var(--color-primary);width:25px;height:2px;transition:all .3s;display:block}.Header-module__vcZAwq__hamburger span.Header-module__vcZAwq__open:first-child{transform:rotate(45deg)translate(7px,7px)}.Header-module__vcZAwq__hamburger span.Header-module__vcZAwq__open:nth-child(2){opacity:0}.Header-module__vcZAwq__hamburger span.Header-module__vcZAwq__open:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}@media (max-width:768px){.Header-module__vcZAwq__hamburger{display:flex}.Header-module__vcZAwq__nav{background:var(--color-background);flex-direction:column;justify-content:flex-start;gap:2rem;width:100%;height:calc(100vh - 70px);padding:3rem 2rem;transition:left .3s;position:fixed;top:70px;left:-100%}.Header-module__vcZAwq__navOpen{left:0}.Header-module__vcZAwq__nav a{font-size:1.25rem}.Header-module__vcZAwq__container{padding:0 1rem}}
.Footer-module__bU2TmW__footer{background:var(--color-primary);color:var(--color-light);margin-top:5rem;padding:3rem 0 1rem}.Footer-module__bU2TmW__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Footer-module__bU2TmW__content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem;display:grid}.Footer-module__bU2TmW__section h3{color:var(--color-light);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.Footer-module__bU2TmW__contactInfo{flex-direction:column;gap:1rem;display:flex}.Footer-module__bU2TmW__contactItem{color:var(--color-light);align-items:center;gap:.75rem;font-size:.95rem;transition:all .3s;display:flex}.Footer-module__bU2TmW__contactItem:hover{color:var(--color-background);transform:translate(5px)}.Footer-module__bU2TmW__contactItem svg{font-size:1.25rem}.Footer-module__bU2TmW__socials{gap:1.5rem;display:flex}.Footer-module__bU2TmW__socialIcon{border:2px solid var(--color-secondary);width:45px;height:45px;color:var(--color-light);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .3s;display:flex}.Footer-module__bU2TmW__socialIcon:hover{background:var(--color-background);color:var(--color-primary);border-color:var(--color-background);transform:translateY(-5px)}.Footer-module__bU2TmW__bottom{text-align:center;border-top:1px solid var(--color-secondary);color:var(--color-secondary);padding-top:2rem;font-size:.9rem}@media (max-width:768px){.Footer-module__bU2TmW__content{grid-template-columns:1fr;gap:2rem}.Footer-module__bU2TmW__container{padding:0 1rem}.Footer-module__bU2TmW__footer{padding:2rem 0 1rem}}
.BlogPost-module__-bBJQa__blogPost{background:var(--color-background);min-height:calc(100vh - 80px);padding:4rem 0}.BlogPost-module__-bBJQa__backLink{color:var(--color-secondary);align-items:center;margin-bottom:2rem;font-weight:600;transition:all .3s;display:inline-flex}.BlogPost-module__-bBJQa__backLink:hover{color:var(--color-primary);transform:translate(-5px)}.BlogPost-module__-bBJQa__header{text-align:center;border-bottom:2px solid var(--color-light);margin-bottom:3rem;padding-bottom:2rem}.BlogPost-module__-bBJQa__date{color:var(--color-secondary);margin-bottom:1rem;font-size:1rem;font-weight:500;display:block}.BlogPost-module__-bBJQa__title{color:var(--color-primary);max-width:900px;margin:0 auto;font-size:3rem;line-height:1.2}.BlogPost-module__-bBJQa__content{max-width:800px;color:var(--color-accent);background:#fff;border-radius:20px;margin:0 auto;padding:3rem;line-height:1.8;box-shadow:0 5px 20px #6e66581a}.BlogPost-module__-bBJQa__content h2{color:var(--color-primary);margin-top:2rem;margin-bottom:1rem;font-size:2rem}.BlogPost-module__-bBJQa__content h3{color:var(--color-primary);margin-top:1.5rem;margin-bottom:.75rem;font-size:1.5rem}.BlogPost-module__-bBJQa__content p{margin-bottom:1.5rem}.BlogPost-module__-bBJQa__content ul,.BlogPost-module__-bBJQa__content ol{margin-bottom:1.5rem;padding-left:2rem}.BlogPost-module__-bBJQa__content li{margin-bottom:.5rem}.BlogPost-module__-bBJQa__content a{color:var(--color-secondary);font-weight:600;text-decoration:underline}.BlogPost-module__-bBJQa__content a:hover{color:var(--color-primary)}.BlogPost-module__-bBJQa__content img{border-radius:10px;max-width:100%;height:auto;margin:2rem 0}.BlogPost-module__-bBJQa__content blockquote{border-left:4px solid var(--color-secondary);color:var(--color-primary);margin:2rem 0;padding-left:1.5rem;font-style:italic}.BlogPost-module__-bBJQa__content code{background:var(--color-light);border-radius:4px;padding:.2rem .5rem;font-family:Courier New,monospace;font-size:.9em}.BlogPost-module__-bBJQa__content pre{background:var(--color-primary);color:var(--color-light);border-radius:10px;margin:2rem 0;padding:1.5rem;overflow-x:auto}.BlogPost-module__-bBJQa__content pre code{color:inherit;background:0 0;padding:0}@media (max-width:768px){.BlogPost-module__-bBJQa__blogPost{padding:2rem 0}.BlogPost-module__-bBJQa__title{font-size:2rem}.BlogPost-module__-bBJQa__content{padding:2rem 1.5rem}.BlogPost-module__-bBJQa__content h2{font-size:1.5rem}.BlogPost-module__-bBJQa__content h3{font-size:1.25rem}}
.Home-module__g21JLG__hero{background:linear-gradient(135deg,var(--color-background)0%,var(--color-light)100%);align-items:center;min-height:calc(100vh - 80px);padding:2rem 0;display:flex}.Home-module__g21JLG__heroContent{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.Home-module__g21JLG__heroText{animation:1s Home-module__g21JLG__fadeInUp}.Home-module__g21JLG__heroTitle{color:var(--color-primary);margin-bottom:1.5rem;font-size:3.5rem;line-height:1.2}.Home-module__g21JLG__highlight{color:var(--color-secondary);position:relative}.Home-module__g21JLG__heroSubtitle{color:var(--color-accent);margin-bottom:2rem;font-size:1.25rem;line-height:1.8}.Home-module__g21JLG__heroCta{flex-wrap:wrap;gap:1.5rem;display:flex}.Home-module__g21JLG__primaryBtn,.Home-module__g21JLG__secondaryBtn{text-align:center;border-radius:8px;padding:1rem 2rem;font-weight:600;transition:all .3s;display:inline-block}.Home-module__g21JLG__primaryBtn{background:var(--color-primary);color:var(--color-background)}.Home-module__g21JLG__primaryBtn:hover{background:var(--color-secondary);transform:translateY(-3px);box-shadow:0 10px 20px #6e665833}.Home-module__g21JLG__secondaryBtn{border:2px solid var(--color-primary);color:var(--color-primary);background:0 0}.Home-module__g21JLG__secondaryBtn:hover{background:var(--color-primary);color:var(--color-background);transform:translateY(-3px)}.Home-module__g21JLG__heroImage{animation:1s Home-module__g21JLG__fadeInRight}.Home-module__g21JLG__imageWrapper{width:100%;max-width:450px;margin:0 auto}.Home-module__g21JLG__placeholder{aspect-ratio:1;background:linear-gradient(135deg,var(--color-secondary)0%,var(--color-accent)100%);width:100%;color:var(--color-background);border-radius:20px;justify-content:center;align-items:center;font-size:1.5rem;display:flex;box-shadow:0 20px 60px #6e66584d}.Home-module__g21JLG__highlights{background:var(--color-light);padding:5rem 0}.Home-module__g21JLG__highlightGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.Home-module__g21JLG__highlightCard{background:var(--color-background);text-align:center;border-radius:15px;padding:2.5rem;transition:all .3s;box-shadow:0 5px 15px #6e66581a}.Home-module__g21JLG__highlightCard:hover{transform:translateY(-10px);box-shadow:0 15px 35px #6e665833}.Home-module__g21JLG__highlightIcon{margin-bottom:1.5rem;font-size:3rem}.Home-module__g21JLG__highlightCard h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.5rem}.Home-module__g21JLG__highlightCard p{color:var(--color-accent);line-height:1.6}.Home-module__g21JLG__blog{background:var(--color-background);padding:5rem 0}.Home-module__g21JLG__blogGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:3rem;display:grid}.Home-module__g21JLG__blogCard{background:#fff;border-radius:15px;transition:all .3s;overflow:hidden;box-shadow:0 5px 15px #6e66581a}.Home-module__g21JLG__blogCard:hover{transform:translateY(-10px);box-shadow:0 15px 35px #6e665833}.Home-module__g21JLG__blogImage{width:100%;height:220px;overflow:hidden}.Home-module__g21JLG__blogImagePlaceholder{background:linear-gradient(135deg,var(--color-accent)0%,var(--color-secondary)100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:4rem;display:flex}.Home-module__g21JLG__blogContent{padding:2rem}.Home-module__g21JLG__blogDate{color:var(--color-secondary);margin-bottom:.75rem;font-size:.9rem;display:block}.Home-module__g21JLG__blogTitle{color:var(--color-primary);margin-bottom:1rem;font-size:1.5rem;line-height:1.4}.Home-module__g21JLG__blogExcerpt{color:var(--color-accent);margin-bottom:1.5rem;line-height:1.6}.Home-module__g21JLG__blogExcerpt p{margin:0}.Home-module__g21JLG__readMore{color:var(--color-secondary);font-weight:600;transition:all .3s;display:inline-block}.Home-module__g21JLG__readMore:hover{color:var(--color-primary);transform:translate(5px)}.Home-module__g21JLG__gallery{background:var(--color-light);padding:5rem 0}.Home-module__g21JLG__galleryGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.Home-module__g21JLG__galleryItem{aspect-ratio:1;border-radius:15px;transition:all .3s;overflow:hidden;box-shadow:0 5px 15px #6e66581a}.Home-module__g21JLG__galleryItem:hover{transform:scale(1.05);box-shadow:0 15px 35px #6e665833}.Home-module__g21JLG__galleryPlaceholder{background:linear-gradient(135deg,var(--color-secondary)0%,var(--color-primary)100%);width:100%;height:100%;color:var(--color-background);justify-content:center;align-items:center;font-size:1.25rem;font-weight:600;display:flex}@keyframes Home-module__g21JLG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Home-module__g21JLG__fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width:968px){.Home-module__g21JLG__heroContent{grid-template-columns:1fr;gap:3rem}.Home-module__g21JLG__heroTitle{font-size:2.5rem}.Home-module__g21JLG__heroSubtitle{font-size:1.1rem}.Home-module__g21JLG__heroImage{order:-1}.Home-module__g21JLG__imageWrapper{max-width:350px}}@media (max-width:768px){.Home-module__g21JLG__heroContent{padding:0 1rem}.Home-module__g21JLG__heroTitle{font-size:2rem}.Home-module__g21JLG__heroCta{flex-direction:column}.Home-module__g21JLG__primaryBtn,.Home-module__g21JLG__secondaryBtn{width:100%}.Home-module__g21JLG__blogGrid,.Home-module__g21JLG__galleryGrid,.Home-module__g21JLG__highlightGrid{grid-template-columns:1fr}}
.Projects-module__59Bbfa__projectsSection{background:var(--color-background);min-height:calc(100vh - 80px);padding:4rem 0}.Projects-module__59Bbfa__subtitle{text-align:center;color:var(--color-accent);max-width:700px;margin:-2rem auto 3rem;font-size:1.1rem;line-height:1.6}.Projects-module__59Bbfa__projectsGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-top:4rem;display:grid}.Projects-module__59Bbfa__projectCard{background:#fff;border-radius:20px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 5px 20px #6e66581a}.Projects-module__59Bbfa__projectCard:hover{transform:translateY(-10px);box-shadow:0 20px 40px #6e665833}.Projects-module__59Bbfa__projectImage{background:linear-gradient(135deg,var(--color-secondary)0%,var(--color-accent)100%);width:100%;height:250px;overflow:hidden}.Projects-module__59Bbfa__projectImagePlaceholder{justify-content:center;align-items:center;width:100%;height:100%;font-size:5rem;display:flex}.Projects-module__59Bbfa__projectImagePlaceholder img{object-fit:cover;width:100%;height:100%}.Projects-module__59Bbfa__projectContent{flex-direction:column;flex:1;padding:2rem;display:flex}.Projects-module__59Bbfa__projectTitle{color:var(--color-primary);margin-bottom:1rem;font-size:1.75rem;line-height:1.3}.Projects-module__59Bbfa__projectDescription{color:var(--color-accent);flex:1;margin-bottom:1.5rem;line-height:1.7}.Projects-module__59Bbfa__projectDescription p{margin:0}.Projects-module__59Bbfa__technologies{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.Projects-module__59Bbfa__techTag{background:var(--color-light);color:var(--color-primary);border-radius:20px;padding:.4rem 1rem;font-size:.9rem;font-weight:500;transition:all .3s}.Projects-module__59Bbfa__techTag:hover{background:var(--color-secondary);color:#fff}.Projects-module__59Bbfa__projectLinks{flex-wrap:wrap;gap:1rem;margin-top:auto;display:flex}.Projects-module__59Bbfa__projectLink{background:var(--color-primary);color:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.Projects-module__59Bbfa__projectLink:hover{background:var(--color-secondary);transform:translateY(-2px);box-shadow:0 5px 15px #6e66584d}.Projects-module__59Bbfa__projectLink svg{font-size:1.1rem}@media (max-width:768px){.Projects-module__59Bbfa__projectsGrid{grid-template-columns:1fr;gap:2rem}.Projects-module__59Bbfa__projectImage{height:200px}.Projects-module__59Bbfa__projectTitle{font-size:1.5rem}.Projects-module__59Bbfa__projectLinks{flex-direction:column}.Projects-module__59Bbfa__projectLink{justify-content:center;width:100%}}
.Resume-module__CVFkua__resumeSection{background:var(--color-background);min-height:calc(100vh - 80px);padding:4rem 0}.Resume-module__CVFkua__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.Resume-module__CVFkua__downloadBtn{background:var(--color-primary);color:#fff;border-radius:8px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.Resume-module__CVFkua__downloadBtn:hover{background:var(--color-secondary);transform:translateY(-3px);box-shadow:0 10px 25px #6e66584d}.Resume-module__CVFkua__section{background:#fff;border-radius:20px;margin-bottom:2.5rem;padding:3rem;transition:all .3s;box-shadow:0 5px 20px #6e66581a}.Resume-module__CVFkua__section:hover{box-shadow:0 10px 30px #6e665826}.Resume-module__CVFkua__sectionHeader{border-bottom:2px solid var(--color-light);align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.Resume-module__CVFkua__icon{color:var(--color-secondary);font-size:2rem}.Resume-module__CVFkua__sectionHeader h2{color:var(--color-primary);margin:0;font-size:2rem}.Resume-module__CVFkua__content{color:var(--color-accent)}.Resume-module__CVFkua__item{border-bottom:1px solid var(--color-light);margin-bottom:2.5rem;padding-bottom:2.5rem}.Resume-module__CVFkua__item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.Resume-module__CVFkua__item h3{color:var(--color-primary);margin-bottom:.5rem;font-size:1.5rem}.Resume-module__CVFkua__institution{color:var(--color-secondary);margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.Resume-module__CVFkua__date{color:var(--color-accent);margin-bottom:1rem;font-size:.95rem;font-style:italic}.Resume-module__CVFkua__details{margin-top:1rem;padding:0;list-style:none}.Resume-module__CVFkua__details li{margin-bottom:.75rem;padding-left:1.5rem;line-height:1.6;position:relative}.Resume-module__CVFkua__details li:before{content:"▹";color:var(--color-secondary);font-weight:700;position:absolute;left:0}.Resume-module__CVFkua__skillsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;display:grid}.Resume-module__CVFkua__skillCategory h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.Resume-module__CVFkua__skillTags{flex-wrap:wrap;gap:.75rem;display:flex}.Resume-module__CVFkua__skillTags span{background:var(--color-light);color:var(--color-primary);border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .3s}.Resume-module__CVFkua__skillTags span:hover{background:var(--color-secondary);color:#fff;transform:translateY(-2px)}.Resume-module__CVFkua__achievements{padding:0;list-style:none}.Resume-module__CVFkua__achievements li{margin-bottom:1rem;padding-left:2rem;line-height:1.7;position:relative}.Resume-module__CVFkua__achievements li:before{content:"🏆";font-size:1.25rem;position:absolute;left:0}@media (max-width:768px){.Resume-module__CVFkua__resumeSection{padding:2rem 0}.Resume-module__CVFkua__section{margin-bottom:2rem;padding:2rem 1.5rem}.Resume-module__CVFkua__sectionHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.Resume-module__CVFkua__sectionHeader h2,.Resume-module__CVFkua__icon{font-size:1.5rem}.Resume-module__CVFkua__item h3{font-size:1.25rem}.Resume-module__CVFkua__skillsGrid{grid-template-columns:1fr;gap:2rem}.Resume-module__CVFkua__header{flex-direction:column;align-items:stretch}.Resume-module__CVFkua__downloadBtn{justify-content:center;width:100%}}
