.Hero-module__qS5vXG__hero{text-align:center;background-color:var(--background);width:100%;height:100vh;color:var(--foreground);flex-direction:column;justify-content:center;align-items:center;padding:6svb 1.5rem;display:flex;position:relative}.Hero-module__qS5vXG__content{flex-direction:column;align-items:center;gap:1.5rem;max-width:800px;display:flex}.Hero-module__qS5vXG__preHeading{color:var(--secondary-text);font-size:1.1rem;font-weight:500}.Hero-module__qS5vXG__title{background:-webkit-linear-gradient(45deg,var(--primary-accent),#9333ea);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:3.5rem;font-weight:700;line-height:1.2}.Hero-module__qS5vXG__description{color:var(--secondary-text);max-width:600px;font-size:1.25rem;line-height:1.6}@media (max-width:768px){.Hero-module__qS5vXG__title{font-size:2.5rem}.Hero-module__qS5vXG__description{font-size:1rem}}@media (max-width:480px){.Hero-module__qS5vXG__title{font-size:2rem}.Hero-module__qS5vXG__description{font-size:.9rem}.Hero-module__qS5vXG__hero{padding:4rem 1rem}}.Hero-module__qS5vXG__socialLinks{gap:1rem;margin-top:2rem;display:flex}.Hero-module__qS5vXG__icon{fill:var(--secondary-text);transition:fill .3s,transform .3s}.Hero-module__qS5vXG__icon:hover{fill:#0077b5;transform:scale(1.1)}.Hero-module__qS5vXG__githubIcon:hover{fill:var(--foreground)}.Hero-module__qS5vXG__mediumIcon:hover{fill:#00ab6c}.Hero-module__qS5vXG__scrollIndicator{color:var(--secondary-text);opacity:.8;animation:2s infinite Hero-module__qS5vXG__bounce;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes Hero-module__qS5vXG__bounce{0%,20%,50%,80%,to{transform:translate(-50%)translateY(0)}40%{transform:translate(-50%)translateY(-10px)}60%{transform:translate(-50%)translateY(-5px)}}
.Typewriter-module__ksrdxG__cursor{color:var(--primary-accent);margin-left:2px;font-weight:100;animation:1s step-end infinite Typewriter-module__ksrdxG__blink;display:inline-block}@keyframes Typewriter-module__ksrdxG__blink{0%,to{opacity:1}50%{opacity:0}}
.GeoBackground-module__dj1ZAW__canvas{pointer-events:none;z-index:0;opacity:.6;width:100%;height:100%;position:absolute;top:0;left:0}
.About-module__70MBDG__aboutSection{background-color:var(--background);width:100%;color:var(--foreground);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.About-module__70MBDG__sectionTitle{color:var(--foreground);margin-bottom:2.5rem;font-size:2.5rem;font-weight:600}.About-module__70MBDG__content{text-align:center;max-width:800px;color:var(--secondary-text);margin:0 auto;font-size:1.1rem;line-height:1.7}.About-module__70MBDG__content p{margin-bottom:1.5rem}.About-module__70MBDG__content p:last-child{margin-bottom:0}@media (max-width:768px){.About-module__70MBDG__aboutSection{padding:3rem 1.5rem}.About-module__70MBDG__sectionTitle{margin-bottom:1.5rem;font-size:2rem}.About-module__70MBDG__content{font-size:1rem}}@media (max-width:480px){.About-module__70MBDG__aboutSection{padding:2rem 1rem}.About-module__70MBDG__sectionTitle{font-size:1.75rem}}
.Skills-module__a80Q5G__skills{width:100%;margin-top:3rem;padding:0 1rem}.Skills-module__a80Q5G__title{text-align:center;color:var(--foreground);text-transform:uppercase;letter-spacing:2px;opacity:.8;margin-bottom:2rem;font-size:.9rem}.Skills-module__a80Q5G__grid{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.Skills-module__a80Q5G__item{cursor:default;flex-direction:column;align-items:center;gap:.5rem;transition:transform .3s;display:flex}.Skills-module__a80Q5G__item span{opacity:.7;font-size:.9rem;font-weight:500;transition:opacity .3s}.Skills-module__a80Q5G__icon{width:3rem;height:3rem;fill:var(--secondary-text);transition:fill .3s,transform .3s}.Skills-module__a80Q5G__item:hover{transform:translateY(-5px)}.Skills-module__a80Q5G__item:hover span{opacity:1}.Skills-module__a80Q5G__python:hover .Skills-module__a80Q5G__icon{fill:#3776ab}.Skills-module__a80Q5G__postgresql:hover .Skills-module__a80Q5G__icon{fill:#4169e1}.Skills-module__a80Q5G__gcp:hover .Skills-module__a80Q5G__icon{fill:#4285f4}.Skills-module__a80Q5G__docker:hover .Skills-module__a80Q5G__icon{fill:#2496ed}.Skills-module__a80Q5G__terraform:hover .Skills-module__a80Q5G__icon{fill:#844fba}@media (max-width:768px){.Skills-module__a80Q5G__grid{gap:1.5rem}.Skills-module__a80Q5G__item{transform:scale(.9)}}
.FlowIndicator-module__r0M0Pq__flowIndicator{z-index:999;flex-direction:column;gap:1rem;display:flex;position:fixed;top:50%;left:1.5rem;transform:translateY(-50%)}.FlowIndicator-module__r0M0Pq__dot{background-color:var(--secondary-text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:12px;height:12px;transition:background-color .3s,transform .3s;display:flex;position:relative}.FlowIndicator-module__r0M0Pq__dot:hover{background-color:var(--primary-accent);transform:scale(1.2)}.FlowIndicator-module__r0M0Pq__dot.FlowIndicator-module__r0M0Pq__active{background-color:var(--primary-accent);transform:scale(1.3);box-shadow:0 0 0 3px #3b82f666}.FlowIndicator-module__r0M0Pq__tooltip{visibility:hidden;background-color:var(--card-background);width:80px;color:var(--foreground);text-align:center;z-index:1;opacity:0;white-space:nowrap;border-radius:6px;padding:5px 0;font-size:.85rem;transition:opacity .3s;position:absolute;top:50%;left:150%;transform:translateY(-50%)}.FlowIndicator-module__r0M0Pq__dot:hover .FlowIndicator-module__r0M0Pq__tooltip{visibility:visible;opacity:1}@media (max-width:768px){.FlowIndicator-module__r0M0Pq__flowIndicator{display:none}}
.SectionContainer-module__YXoeza__section{scroll-snap-align:start;justify-content:center;align-items:center;width:100%;min-height:100svh;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.SectionContainer-module__YXoeza__section{height:auto;min-height:100svh;overflow:visible}}.SectionContainer-module__YXoeza__revealWrapper{width:100%;height:100%}
.RevealOnScroll-module__Dp2RYG__revealContainer{opacity:0;will-change:opacity,transform;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(30px)}.RevealOnScroll-module__Dp2RYG__visible{opacity:1;transform:translateY(0)}
.Blog-module__FNlUaa__blog{flex-direction:column;align-items:center;width:100%;max-width:1000px;margin:0 auto;padding:6rem 2rem;display:flex}.Blog-module__FNlUaa__title{text-align:center;color:var(--foreground);margin-bottom:3rem;font-size:2.5rem;font-weight:600}.Blog-module__FNlUaa__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%;display:grid}.Blog-module__FNlUaa__card{background-color:var(--card-background);border:1px solid #0000;border-radius:8px;flex-direction:column;gap:1rem;padding:2rem;text-decoration:none;transition:transform .3s,border-color .3s;display:flex}.Blog-module__FNlUaa__card:hover{border-color:var(--primary-accent);transform:translateY(-5px)}.Blog-module__FNlUaa__meta{color:var(--secondary-text);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.Blog-module__FNlUaa__dot{opacity:.5}.Blog-module__FNlUaa__postTitle{color:var(--foreground);margin:0;font-size:1.4rem;line-height:1.3}.Blog-module__FNlUaa__summary{color:var(--secondary-text);flex:1;font-size:1rem;line-height:1.5}.Blog-module__FNlUaa__readMore{color:var(--primary-accent);margin-top:1rem;font-size:.9rem;font-weight:500}.Blog-module__FNlUaa__tags{flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;display:flex}.Blog-module__FNlUaa__tag{border:1px solid #ffffff0d;border-radius:20px;padding:.2rem .8rem;font-size:.75rem;font-weight:500;transition:all .2s}.Blog-module__FNlUaa__moreLinkContainer{justify-content:center;width:100%;margin-top:3rem;display:flex}.Blog-module__FNlUaa__moreLink{color:var(--primary-accent);align-items:center;gap:.5rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:transform .3s,opacity .3s;display:flex}.Blog-module__FNlUaa__moreLink:hover{opacity:.8;transform:translate(5px)}@media (max-width:768px){.Blog-module__FNlUaa__blog{padding:4rem 1.5rem}.Blog-module__FNlUaa__title{margin-bottom:2rem;font-size:2rem}.Blog-module__FNlUaa__grid{grid-template-columns:1fr}}@media (max-width:480px){.Blog-module__FNlUaa__blog{padding:3rem 1rem}.Blog-module__FNlUaa__title{font-size:1.75rem}.Blog-module__FNlUaa__card{padding:1.5rem}}
