.HeaderNavigation-module__pHlsKW__header{-webkit-backdrop-filter:blur(20px);z-index:1000;background:#f8f4eccc;border-bottom:1px solid #7b5e571a;padding:.75rem 0;position:fixed;top:0;left:0;right:0}.HeaderNavigation-module__pHlsKW__headerContent{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.HeaderNavigation-module__pHlsKW__logo{color:var(--heading-color);text-decoration:none;transition:all .3s}.HeaderNavigation-module__pHlsKW__logo:hover{transform:scale(1.05)}.HeaderNavigation-module__pHlsKW__logoText{background:linear-gradient(135deg,var(--heading-color),var(--accent-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Caveat,cursive;font-size:1.8rem;font-weight:700;display:inline-block}.HeaderNavigation-module__pHlsKW__navigation{background:#fff9;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem;display:flex;position:relative;box-shadow:0 4px 20px #0000000d}.HeaderNavigation-module__pHlsKW__activeIndicator{background:var(--accent-color);z-index:1;opacity:0;border-radius:25px;transition:all .8s cubic-bezier(.34,1.56,.64,1);position:absolute;box-shadow:0 4px 12px #7b5e574d}.HeaderNavigation-module__pHlsKW__activeIndicator.HeaderNavigation-module__pHlsKW__visible{opacity:1}.HeaderNavigation-module__pHlsKW__navItem{color:var(--text-color);font-family:var(--ui-font-family);white-space:nowrap;z-index:2;border-radius:25px;padding:.625rem 1.25rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.HeaderNavigation-module__pHlsKW__navItem:hover{color:var(--accent-color);transform:translateY(-1px)}.HeaderNavigation-module__pHlsKW__navItem:hover:not(.HeaderNavigation-module__pHlsKW__active){background:#7b5e5714}.HeaderNavigation-module__pHlsKW__navItem.HeaderNavigation-module__pHlsKW__active{color:#fff;background:0 0}@media (max-width:768px){.HeaderNavigation-module__pHlsKW__headerContent{flex-wrap:wrap;gap:.75rem;padding:0 1rem}.HeaderNavigation-module__pHlsKW__logoText{font-size:1.4rem}.HeaderNavigation-module__pHlsKW__navigation{flex:1;justify-content:center;gap:.25rem;padding:.375rem}.HeaderNavigation-module__pHlsKW__navItem{padding:.5rem .75rem;font-size:.8rem}}@media (max-width:600px){.HeaderNavigation-module__pHlsKW__header{padding:.5rem 0}.HeaderNavigation-module__pHlsKW__headerContent{flex-direction:column;align-items:center;gap:.5rem}.HeaderNavigation-module__pHlsKW__logoText{font-size:1.2rem}.HeaderNavigation-module__pHlsKW__navigation{justify-content:space-around;gap:.125rem;width:100%;padding:.25rem}.HeaderNavigation-module__pHlsKW__navItem{text-align:center;flex:1;min-width:0;padding:.4rem .6rem;font-size:.7rem}}@media (max-width:480px){.HeaderNavigation-module__pHlsKW__navigation{gap:.125rem;padding:.25rem}.HeaderNavigation-module__pHlsKW__navItem{padding:.375rem .5rem;font-size:.65rem}.HeaderNavigation-module__pHlsKW__logoText{font-size:1.1rem}}
.PortfolioLayout-module__S0a74q__layoutContainer{background-color:var(--main-bg-color);min-height:100vh;position:relative}.PortfolioLayout-module__S0a74q__mainContent{width:100%;padding-top:5rem}@media (max-width:600px){.PortfolioLayout-module__S0a74q__mainContent{padding-top:6rem}}@media (min-width:601px) and (max-width:768px){.PortfolioLayout-module__S0a74q__mainContent{padding-top:4.5rem}}
.ProjectModal-module__Gk35kW__modalOverlay{-webkit-backdrop-filter:blur(8px);z-index:2000;background:#000000b3;justify-content:center;align-items:center;padding:2rem;animation:.3s ease-out ProjectModal-module__Gk35kW__fadeIn;display:flex;position:fixed;inset:0}@keyframes ProjectModal-module__Gk35kW__fadeIn{0%{opacity:0}to{opacity:1}}.ProjectModal-module__Gk35kW__modalContent{background:var(--content-bg-color);border-radius:16px;width:100%;max-width:1000px;max-height:80vh;animation:.3s ease-out ProjectModal-module__Gk35kW__slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 40px #0003}@keyframes ProjectModal-module__Gk35kW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ProjectModal-module__Gk35kW__closeButton{cursor:pointer;color:var(--text-color);opacity:.7;z-index:1;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}.ProjectModal-module__Gk35kW__closeButton:hover{opacity:1;background:var(--sidebar-bg-color)}.ProjectModal-module__Gk35kW__modalHeader{border-bottom:1px solid var(--sidebar-bg-color);justify-content:space-between;align-items:center;gap:1rem;padding:2rem 2rem 1rem;display:flex}.ProjectModal-module__Gk35kW__projectTitle{font-family:var(--ui-font-family);color:var(--heading-color);margin:0;font-size:1.8rem;font-weight:600}.ProjectModal-module__Gk35kW__status{background:var(--accent-color);color:#fff;font-size:.8rem;font-family:var(--ui-font-family);white-space:nowrap;border-radius:20px;padding:.25rem .75rem;font-weight:500}.ProjectModal-module__Gk35kW__modalBody{padding:2rem}.ProjectModal-module__Gk35kW__contentGrid{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}.ProjectModal-module__Gk35kW__imageSection{position:sticky;top:0}.ProjectModal-module__Gk35kW__screenshotContainer{background:var(--sidebar-bg-color);border-radius:12px;width:100%;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001a}.ProjectModal-module__Gk35kW__screenshot{border-radius:12px;width:100%;height:auto;display:block}.ProjectModal-module__Gk35kW__screenshotFallback{min-height:300px;color:var(--text-color);opacity:.6;font-family:var(--ui-font-family);justify-content:center;align-items:center;font-size:.9rem;display:none}.ProjectModal-module__Gk35kW__infoSection{flex-direction:column;gap:1.5rem;display:flex}.ProjectModal-module__Gk35kW__fullDescription{color:var(--text-color);margin:0;font-size:1rem;line-height:1.8}.ProjectModal-module__Gk35kW__section{margin:0}.ProjectModal-module__Gk35kW__section h3{color:var(--accent-color);font-family:var(--ui-font-family);margin-bottom:1rem;font-size:1.2rem;font-weight:600}.ProjectModal-module__Gk35kW__featureList{margin:0;padding:0;list-style:none}.ProjectModal-module__Gk35kW__featureList li{color:var(--text-color);border-bottom:1px solid #f1e7d680;padding:.75rem 0 .75rem 1.5rem;position:relative}.ProjectModal-module__Gk35kW__featureList li:last-child{border-bottom:none}.ProjectModal-module__Gk35kW__featureList li:before{content:"✓";color:var(--accent-color);font-weight:700;position:absolute;left:0}.ProjectModal-module__Gk35kW__techTags{flex-wrap:wrap;gap:.5rem;display:flex}.ProjectModal-module__Gk35kW__techTag{background:var(--sidebar-bg-color);color:var(--accent-color);font-size:.9rem;font-family:var(--ui-font-family);border-radius:25px;padding:.5rem 1rem;font-weight:500}.ProjectModal-module__Gk35kW__actions{text-align:left;margin:0}.ProjectModal-module__Gk35kW__visitButton{background:var(--accent-color);color:#fff;font-family:var(--ui-font-family);border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 12px #7b5e574d}.ProjectModal-module__Gk35kW__visitButton:hover{background:var(--link-hover-color);transform:translateY(-2px);box-shadow:0 6px 20px #7b5e5766}@media (max-width:768px){.ProjectModal-module__Gk35kW__modalOverlay{padding:1rem}.ProjectModal-module__Gk35kW__modalContent{border-radius:12px;max-height:90vh}.ProjectModal-module__Gk35kW__modalHeader{flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.5rem 1.5rem 1rem}.ProjectModal-module__Gk35kW__projectTitle{font-size:1.5rem}.ProjectModal-module__Gk35kW__modalBody{padding:1.5rem}.ProjectModal-module__Gk35kW__contentGrid{grid-template-columns:1fr;gap:1.5rem}.ProjectModal-module__Gk35kW__imageSection{order:-1;position:static}.ProjectModal-module__Gk35kW__screenshotFallback{min-height:200px}.ProjectModal-module__Gk35kW__fullDescription{font-size:.95rem}.ProjectModal-module__Gk35kW__techTags{gap:.375rem}.ProjectModal-module__Gk35kW__techTag{padding:.375rem .75rem;font-size:.8rem}.ProjectModal-module__Gk35kW__visitButton{text-align:center;width:100%;padding:.875rem 1.5rem;font-size:1rem}.ProjectModal-module__Gk35kW__actions{text-align:center}}.ProjectModal-module__Gk35kW__modalContent::-webkit-scrollbar{width:6px}.ProjectModal-module__Gk35kW__modalContent::-webkit-scrollbar-track{background:var(--sidebar-bg-color);border-radius:3px}.ProjectModal-module__Gk35kW__modalContent::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:3px}.ProjectModal-module__Gk35kW__modalContent::-webkit-scrollbar-thumb:hover{background:var(--link-hover-color)}
.ArticlesSection-module__5NamAa__sectionDescription{text-align:center;color:var(--text-color);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.ArticlesSection-module__5NamAa__timeline{margin:3rem 0}.ArticlesSection-module__5NamAa__articleCard{margin-bottom:3rem}.ArticlesSection-module__5NamAa__articleContent{background:var(--content-bg-color);border-radius:12px;padding:2rem;transition:all .3s;box-shadow:0 4px 12px #00000014}.ArticlesSection-module__5NamAa__articleContent:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}.ArticlesSection-module__5NamAa__articleLink{color:inherit;align-items:flex-start;gap:2rem;text-decoration:none;display:flex}.ArticlesSection-module__5NamAa__articleInfo{flex:1}.ArticlesSection-module__5NamAa__articleHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.ArticlesSection-module__5NamAa__articleTitle{color:var(--heading-color);font-size:1.5rem;font-family:var(--ui-font-family);margin:0;line-height:1.3}.ArticlesSection-module__5NamAa__articleDate{color:var(--text-color);opacity:.7;white-space:nowrap;margin-top:.2rem;font-size:.9rem}.ArticlesSection-module__5NamAa__articleExcerpt{color:var(--text-color);margin-bottom:1rem;line-height:1.6}.ArticlesSection-module__5NamAa__articleTags{flex-wrap:wrap;gap:.5rem;display:flex}.ArticlesSection-module__5NamAa__tag{background:var(--sidebar-bg-color);color:var(--accent-color);font-size:.8rem;font-family:var(--ui-font-family);border-radius:20px;padding:.25rem .75rem}.ArticlesSection-module__5NamAa__articleImageContainer{background:var(--sidebar-bg-color);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:80px;display:flex;overflow:hidden}.ArticlesSection-module__5NamAa__articleImage{object-fit:cover;width:100%;height:100%}.ArticlesSection-module__5NamAa__readMoreContainer{justify-content:center;margin-top:3rem;display:flex}.ArticlesSection-module__5NamAa__readMoreButton{background:var(--accent-color);color:#fff;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #7b5e574d}.ArticlesSection-module__5NamAa__readMoreButton:hover{background:var(--link-hover-color);transform:translateY(-2px);box-shadow:0 6px 20px #7b5e5766}.ArticlesSection-module__5NamAa__arrow{font-size:1.2rem;transition:transform .3s}.ArticlesSection-module__5NamAa__readMoreButton:hover .ArticlesSection-module__5NamAa__arrow{transform:translate(4px)}@media (max-width:768px){.ArticlesSection-module__5NamAa__sectionDescription{margin-bottom:2rem;font-size:1rem}.ArticlesSection-module__5NamAa__articleContent{padding:1.5rem}.ArticlesSection-module__5NamAa__articleLink{flex-direction:column;gap:1rem}.ArticlesSection-module__5NamAa__articleHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.ArticlesSection-module__5NamAa__articleTitle{font-size:1.3rem}.ArticlesSection-module__5NamAa__articleImageContainer{align-self:center;width:100%;height:120px}.ArticlesSection-module__5NamAa__readMoreButton{padding:.875rem 1.5rem;font-size:.9rem}}@media (max-width:480px){.ArticlesSection-module__5NamAa__articleContent{padding:1rem}.ArticlesSection-module__5NamAa__articleTitle{font-size:1.2rem}}
.privacy-module__ZGDmtG__privacyContainer{color:#333;max-width:800px;margin:0 auto;padding:2rem;line-height:1.8}.privacy-module__ZGDmtG__title{color:#7b5e57;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.privacy-module__ZGDmtG__lastUpdated{color:#666;margin-bottom:2rem;font-size:.9rem}.privacy-module__ZGDmtG__section{margin-bottom:2.5rem}.privacy-module__ZGDmtG__section h2{color:#7b5e57;border-bottom:2px solid #7b5e57;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:700}.privacy-module__ZGDmtG__section p{margin-bottom:1rem}.privacy-module__ZGDmtG__section ul{margin-bottom:1rem;margin-left:2rem}.privacy-module__ZGDmtG__section li{margin-bottom:.5rem}.privacy-module__ZGDmtG__link{color:#7b5e57;text-decoration:underline}.privacy-module__ZGDmtG__link:hover{opacity:.7}.privacy-module__ZGDmtG__contact{font-weight:700}.privacy-module__ZGDmtG__emailLink{color:#7b5e57;margin-left:.5rem;text-decoration:none}.privacy-module__ZGDmtG__emailLink:hover{text-decoration:underline}@media (max-width:768px){.privacy-module__ZGDmtG__privacyContainer{padding:1rem}.privacy-module__ZGDmtG__title{font-size:2rem}.privacy-module__ZGDmtG__section h2{font-size:1.3rem}}
.Home-module__Ho9lYW__hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative}.Home-module__Ho9lYW__title{font-family:var(--body-font-family);flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.Home-module__Ho9lYW__greeting{color:var(--text-color);opacity:.8;font-size:1.5rem;font-weight:400}.Home-module__Ho9lYW__name{color:var(--heading-color);font-family:Caveat,cursive;font-size:4rem;font-weight:700;display:inline-block;transform:rotate(-2deg)}.Home-module__Ho9lYW__tagline{color:var(--accent-color);font-size:1.25rem;font-family:var(--ui-font-family);text-transform:uppercase;letter-spacing:.1em;margin-bottom:3rem}.Home-module__Ho9lYW__introduction{max-width:700px;margin:0 auto 3rem}.Home-module__Ho9lYW__introduction p{color:var(--text-color);margin-bottom:1rem;font-size:1.1rem;line-height:1.8}.Home-module__Ho9lYW__scrollIndicator{opacity:.6;z-index:10;flex-direction:column;align-items:center;gap:.5rem;transition:all .3s;display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.Home-module__Ho9lYW__scrollIndicator:hover{opacity:1}.Home-module__Ho9lYW__scrollText{color:var(--text-color);font-size:.85rem;font-family:var(--ui-font-family);text-transform:uppercase;letter-spacing:.1em}.Home-module__Ho9lYW__scrollArrow{border:2px solid var(--text-color);border-top:none;border-left:none;width:24px;height:24px;animation:2s infinite Home-module__Ho9lYW__bounce;transform:rotate(45deg)}@keyframes Home-module__Ho9lYW__bounce{0%,20%,50%,80%,to{transform:translateY(0)rotate(45deg)}40%{transform:translateY(-8px)rotate(45deg)}60%{transform:translateY(-4px)rotate(45deg)}}.Home-module__Ho9lYW__section{align-items:center;min-height:100vh;padding:4rem 0;scroll-margin-top:2rem;display:flex}.Home-module__Ho9lYW__sectionContent{width:100%;max-width:1200px;margin:0 auto}.Home-module__Ho9lYW__sectionTitle{color:var(--heading-color);text-align:center;width:100%;margin-bottom:3rem;font-family:Caveat,cursive;font-size:3rem;display:inline-block;transform:rotate(-2deg)}.Home-module__Ho9lYW__aboutContent{background:var(--content-bg-color);border-radius:12px;padding:3rem;box-shadow:0 4px 12px #00000014}.Home-module__Ho9lYW__aboutText h3{color:var(--accent-color);font-size:1.8rem;font-family:var(--ui-font-family);margin:2rem 0 1.5rem}.Home-module__Ho9lYW__skillsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:1.5rem;display:grid}.Home-module__Ho9lYW__skillCategory h4{color:var(--heading-color);font-size:1.2rem;font-family:var(--ui-font-family);margin-bottom:1rem}.Home-module__Ho9lYW__skillCategory ul{padding:0;list-style:none}.Home-module__Ho9lYW__skillCategory li{color:var(--text-color);padding:.5rem 0 .5rem 1.5rem;position:relative}.Home-module__Ho9lYW__skillCategory li:before{content:"☕";opacity:.6;position:absolute;left:0}.Home-module__Ho9lYW__timeline{padding-left:3rem;position:relative}.Home-module__Ho9lYW__timeline:before{content:"";background:var(--sidebar-bg-color);width:2px;position:absolute;top:0;bottom:0;left:1rem}.Home-module__Ho9lYW__jobCard{margin-bottom:3rem;position:relative}.Home-module__Ho9lYW__timelineDot{background:var(--accent-color);border:3px solid var(--main-bg-color);border-radius:50%;width:12px;height:12px;position:absolute;top:.5rem;left:-2.25rem}.Home-module__Ho9lYW__jobCard.Home-module__Ho9lYW__current .Home-module__Ho9lYW__timelineDot{background:var(--link-hover-color);width:16px;height:16px;left:-2.5rem}.Home-module__Ho9lYW__jobContent{background:var(--content-bg-color);border-radius:12px;align-items:flex-start;gap:2rem;padding:2rem;display:flex;box-shadow:0 4px 12px #00000014}.Home-module__Ho9lYW__jobInfo{flex:1}.Home-module__Ho9lYW__companySection{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.Home-module__Ho9lYW__companyImageContainer,.Home-module__Ho9lYW__projectImageContainer{background:var(--sidebar-bg-color);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:120px;height:80px;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.Home-module__Ho9lYW__companyImageContainer:hover,.Home-module__Ho9lYW__projectImageContainer:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.Home-module__Ho9lYW__companyImage,.Home-module__Ho9lYW__projectImage{object-fit:contain;width:100%;height:100%;padding:.5rem}.Home-module__Ho9lYW__jobHeader{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.Home-module__Ho9lYW__jobTitle{color:var(--heading-color);font-size:1.5rem;font-family:var(--ui-font-family);margin:0}.Home-module__Ho9lYW__currentBadge{background:var(--link-hover-color);color:#fff;font-size:.8rem;font-family:var(--ui-font-family);text-transform:uppercase;border-radius:20px;padding:.25rem .75rem}.Home-module__Ho9lYW__company{color:var(--accent-color);margin:0 0 .5rem;font-size:1.2rem}.Home-module__Ho9lYW__period{color:var(--text-color);opacity:.7;font-size:.9rem;font-family:var(--ui-font-family);margin-bottom:1rem}.Home-module__Ho9lYW__description{color:var(--text-color);margin-bottom:1.5rem;line-height:1.8}.Home-module__Ho9lYW__technologies{flex-wrap:wrap;gap:.5rem;display:flex}.Home-module__Ho9lYW__tech{background:var(--sidebar-bg-color);color:var(--accent-color);font-size:.85rem;font-family:var(--ui-font-family);border-radius:4px;padding:.25rem .75rem}.Home-module__Ho9lYW__worksCategory{margin-bottom:4rem}.Home-module__Ho9lYW__worksCategory:last-child{margin-bottom:0}.Home-module__Ho9lYW__categoryTitle{color:var(--accent-color);font-size:1.8rem;font-family:var(--ui-font-family);text-align:center;margin-bottom:2rem;font-weight:600;position:relative}.Home-module__Ho9lYW__categoryTitle:after{content:"";background:var(--accent-color);opacity:.6;width:60px;height:2px;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.Home-module__Ho9lYW__gallery{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.Home-module__Ho9lYW__projectCard{background:var(--content-bg-color);cursor:pointer;border:1px solid var(--sidebar-bg-color);border-radius:12px;text-decoration:none;transition:all .3s;display:block;overflow:hidden;box-shadow:0 4px 12px #00000014}.Home-module__Ho9lYW__projectCard:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}.Home-module__Ho9lYW__imageContainer{background:var(--sidebar-bg-color);width:100%;height:200px;position:relative;overflow:hidden}.Home-module__Ho9lYW__projectImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.Home-module__Ho9lYW__projectCard:hover .Home-module__Ho9lYW__projectImage{transform:scale(1.02)}.Home-module__Ho9lYW__projectContent{padding:1.5rem}.Home-module__Ho9lYW__projectTitle{color:var(--heading-color);font-size:1.3rem;font-family:var(--ui-font-family);margin-bottom:.5rem;font-weight:600}.Home-module__Ho9lYW__projectDescription{color:var(--text-color);opacity:.8;margin-bottom:1rem;font-size:.9rem;line-height:1.6}.Home-module__Ho9lYW__tags{flex-wrap:wrap;gap:.5rem;display:flex}.Home-module__Ho9lYW__tag{background:var(--sidebar-bg-color);color:var(--accent-color);font-size:.75rem;font-family:var(--ui-font-family);border-radius:4px;padding:.25rem .5rem;font-weight:500}.Home-module__Ho9lYW__contactGrid{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.Home-module__Ho9lYW__contactInfo,.Home-module__Ho9lYW__contactForm{background:var(--content-bg-color);border-radius:12px;padding:2.5rem;box-shadow:0 4px 12px #00000014}.Home-module__Ho9lYW__contactInfo h3,.Home-module__Ho9lYW__contactForm h3{color:var(--accent-color);font-size:1.8rem;font-family:var(--ui-font-family);margin-bottom:2rem}.Home-module__Ho9lYW__contactItem{margin-bottom:2rem}.Home-module__Ho9lYW__contactItem:last-child{margin-bottom:0}.Home-module__Ho9lYW__contactItem h4{color:var(--heading-color);font-size:1.1rem;font-family:var(--ui-font-family);margin-bottom:.5rem}.Home-module__Ho9lYW__contactLink{color:var(--link-color);font-size:1.1rem;text-decoration:none;transition:color .3s}.Home-module__Ho9lYW__contactLink:hover{color:var(--link-hover-color)}.Home-module__Ho9lYW__socialLinks{gap:1rem;display:flex}.Home-module__Ho9lYW__socialLink{color:var(--link-color);border:2px solid var(--sidebar-bg-color);font-family:var(--ui-font-family);border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s;display:flex}.Home-module__Ho9lYW__socialLink:hover{background:var(--sidebar-bg-color);color:var(--accent-color)}.Home-module__Ho9lYW__socialIcon{opacity:.8;font-size:1.1rem}.Home-module__Ho9lYW__formDescription{color:var(--text-color);margin-bottom:2rem;line-height:1.8}.Home-module__Ho9lYW__formButton{background:var(--accent-color);color:#fff;font-size:1.1rem;font-weight:500;font-family:var(--ui-font-family);border-radius:8px;padding:1rem 2rem;text-decoration:none;transition:all .3s;display:inline-block}.Home-module__Ho9lYW__formButton:hover{background:var(--link-hover-color);transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.Home-module__Ho9lYW__responseTime{border-top:1px solid var(--sidebar-bg-color);margin-top:2rem;padding-top:2rem}.Home-module__Ho9lYW__responseTime p{color:var(--text-color);opacity:.8;font-size:.95rem}@keyframes Home-module__Ho9lYW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Home-module__Ho9lYW__hero>*{animation:.8s ease-out forwards Home-module__Ho9lYW__fadeInUp}.Home-module__Ho9lYW__hero>:first-child{animation-delay:0s}.Home-module__Ho9lYW__hero>:nth-child(2){animation-delay:.1s}.Home-module__Ho9lYW__hero>:nth-child(3){animation-delay:.2s}.Home-module__Ho9lYW__hero>:nth-child(4){animation-delay:.3s}@media (max-width:768px){.Home-module__Ho9lYW__hero{min-height:100vh;padding:1rem}.Home-module__Ho9lYW__scrollIndicator{bottom:1rem;left:50%}.Home-module__Ho9lYW__scrollText{font-size:.75rem}.Home-module__Ho9lYW__scrollArrow{width:20px;height:20px}.Home-module__Ho9lYW__name{font-size:3rem}.Home-module__Ho9lYW__greeting{font-size:1.25rem}.Home-module__Ho9lYW__tagline,.Home-module__Ho9lYW__introduction p{font-size:1rem}.Home-module__Ho9lYW__section{padding:3rem 1rem}.Home-module__Ho9lYW__sectionTitle{font-size:2.5rem}.Home-module__Ho9lYW__aboutContent,.Home-module__Ho9lYW__jobContent,.Home-module__Ho9lYW__contactInfo,.Home-module__Ho9lYW__contactForm{padding:1.5rem}.Home-module__Ho9lYW__jobContent{text-align:center;flex-direction:column}.Home-module__Ho9lYW__companySection{flex-wrap:wrap;justify-content:center;align-self:center}.Home-module__Ho9lYW__companyImageContainer,.Home-module__Ho9lYW__projectImageContainer{width:80px;height:60px}.Home-module__Ho9lYW__skillsGrid{grid-template-columns:1fr}.Home-module__Ho9lYW__timeline{padding-left:2rem}.Home-module__Ho9lYW__timeline:before{left:.5rem}.Home-module__Ho9lYW__timelineDot{left:-.75rem}.Home-module__Ho9lYW__jobCard.Home-module__Ho9lYW__current .Home-module__Ho9lYW__timelineDot{left:-.875rem}.Home-module__Ho9lYW__gallery{grid-template-columns:1fr;max-width:100%}.Home-module__Ho9lYW__contactGrid{grid-template-columns:1fr;gap:2rem}}
