.Section-module__uXn3-G__section{width:100%;padding:var(--space-xl)0;scroll-snap-align:start;scroll-margin-top:var(--space-md);position:relative}.Section-module__uXn3-G__container{max-width:1200px;padding:0 var(--space-md);width:100%;margin:0 auto}@media (max-width:768px){.Section-module__uXn3-G__section{padding:var(--space-lg)0}.Section-module__uXn3-G__container{padding:0 var(--space-sm)}}
.Button-module__xDwtkW__button{border-radius:var(--radius-sm);font-weight:500;font-family:var(--font-sans);transition:all var(--transition-fast);cursor:pointer;border:1px solid #0000;outline:none;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.Button-module__xDwtkW__button:disabled{opacity:.6;cursor:not-allowed}.Button-module__xDwtkW__sm{height:32px;padding:.25rem .75rem;font-size:.875rem}.Button-module__xDwtkW__md{height:48px;padding:.5rem 1.5rem;font-size:1rem}.Button-module__xDwtkW__lg{height:56px;padding:.75rem 2rem;font-size:1.125rem}.Button-module__xDwtkW__primary{background-color:var(--color-primary);color:#fff;box-shadow:0 0 10px var(--color-primary-glow)}.Button-module__xDwtkW__primary:hover:not(:disabled){box-shadow:0 0 20px var(--color-primary-glow);background-color:#2563eb}.Button-module__xDwtkW__secondary{background-color:var(--color-surface);color:var(--color-foreground);border-color:var(--color-border)}.Button-module__xDwtkW__secondary:hover:not(:disabled){background-color:var(--color-border)}.Button-module__xDwtkW__outline{border-color:var(--color-primary);color:var(--color-primary);background-color:#0000}.Button-module__xDwtkW__outline:hover:not(:disabled){background-color:#3b82f61a}
.Card-module__si82nG__card{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-md);transition:all var(--transition-normal);flex-direction:column;display:flex}.Card-module__si82nG__card:hover{border-color:var(--color-primary);transform:translateY(-4px);box-shadow:0 4px 20px #00000080}.Card-module__si82nG__noHover:hover{border-color:var(--color-border);box-shadow:none;transform:none}
.Hero-module__Vtspxq__hero{min-height:90vh;padding-top:var(--space-xl);justify-content:center;align-items:center;display:flex}.Hero-module__Vtspxq__content{gap:var(--space-xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.Hero-module__Vtspxq__textContent{gap:var(--space-md);flex-direction:column;display:flex}.Hero-module__Vtspxq__greeting{color:var(--color-primary);letter-spacing:.1em;text-transform:uppercase;font-size:.875rem;font-weight:600}.Hero-module__Vtspxq__title{background:linear-gradient(to right,var(--color-foreground),var(--color-foreground-muted));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:4rem;font-weight:800;line-height:1.1}.Hero-module__Vtspxq__role{color:var(--color-foreground-muted);font-size:1.5rem;font-weight:400}.Hero-module__Vtspxq__bio{color:var(--color-foreground-muted);max-width:500px;font-size:1.125rem;line-height:1.6}.Hero-module__Vtspxq__actions{gap:var(--space-sm);margin-top:var(--space-sm);display:flex}.Hero-module__Vtspxq__visual{justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__Vtspxq__shape{background:radial-gradient(circle at 30% 30%,var(--color-primary-glow),transparent 70%);filter:blur(40px);opacity:.8;border-radius:50%;width:400px;height:400px;animation:4s infinite alternate Hero-module__Vtspxq__pulse}@keyframes Hero-module__Vtspxq__pulse{0%{opacity:.5;transform:scale(1)}to{opacity:.8;transform:scale(1.1)}}@media (max-width:768px){.Hero-module__Vtspxq__hero{min-height:auto;padding:var(--space-xl)0}.Hero-module__Vtspxq__content{text-align:center;gap:var(--space-lg);grid-template-columns:1fr}.Hero-module__Vtspxq__textContent{align-items:center}.Hero-module__Vtspxq__title{font-size:2.5rem}.Hero-module__Vtspxq__visual{order:-1}.Hero-module__Vtspxq__shape{width:250px;height:250px}}
.PortableText-module__AHgrKG__paragraph{margin-bottom:1rem;line-height:1.7}.PortableText-module__AHgrKG__paragraph:last-child{margin-bottom:0}.PortableText-module__AHgrKG__h2{color:var(--text-color);margin-top:1.5rem;margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.PortableText-module__AHgrKG__h3{color:var(--text-color);margin-top:1.25rem;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.PortableText-module__AHgrKG__blockquote{border-left:4px solid var(--primary-color);color:var(--text-muted);margin:1rem 0;padding-left:1rem;font-style:italic}.PortableText-module__AHgrKG__strong{color:var(--text-color);font-weight:600}.PortableText-module__AHgrKG__em{font-style:italic}.PortableText-module__AHgrKG__code{background:var(--bg-secondary);color:var(--primary-color);border-radius:4px;padding:.2em .4em;font-family:Fira Code,Monaco,Consolas,monospace;font-size:.9em}.PortableText-module__AHgrKG__link{color:var(--primary-color);text-underline-offset:2px;text-decoration:underline;transition:opacity .2s}.PortableText-module__AHgrKG__link:hover{opacity:.8}.PortableText-module__AHgrKG__bulletList,.PortableText-module__AHgrKG__numberList{margin:1rem 0;padding-left:1.5rem}.PortableText-module__AHgrKG__bulletList{list-style-type:disc}.PortableText-module__AHgrKG__numberList{list-style-type:decimal}.PortableText-module__AHgrKG__listItem{margin-bottom:.5rem;line-height:1.6}.PortableText-module__AHgrKG__listItem:last-child{margin-bottom:0}.PortableText-module__AHgrKG__figure{margin:1.5rem 0}.PortableText-module__AHgrKG__image{border-radius:8px;width:100%;height:auto}.PortableText-module__AHgrKG__caption{color:var(--text-muted);text-align:center;margin-top:.5rem;font-size:.875rem}
.About-module__4EMPOa__aboutContent{gap:var(--space-xl);grid-template-columns:1.5fr 1fr;align-items:start;display:grid}.About-module__4EMPOa__textColumn{gap:var(--space-md);flex-direction:column;display:flex}.About-module__4EMPOa__sectionTitle{margin-bottom:var(--space-md);color:var(--color-foreground);font-size:2rem;font-weight:700}.About-module__4EMPOa__paragraph{color:var(--color-foreground-muted);font-size:1.125rem;line-height:1.8}.About-module__4EMPOa__statsGrid{gap:var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}.About-module__4EMPOa__statCard{background-color:var(--color-surface);padding:var(--space-md);border-radius:var(--radius-md);border:1px solid var(--color-border);text-align:center}.About-module__4EMPOa__statValue{color:var(--color-primary);margin-bottom:var(--space-xs);font-size:2.5rem;font-weight:700;display:block}.About-module__4EMPOa__statLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--color-foreground-muted);font-size:.875rem}@media (max-width:768px){.About-module__4EMPOa__aboutContent{grid-template-columns:1fr}}.About-module__4EMPOa__bioContent{color:var(--color-foreground-muted);font-size:1.125rem;line-height:1.8}
.Certifications-module__JeoeBa__grid{gap:var(--space-md);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.Certifications-module__JeoeBa__card{height:100%}.Certifications-module__JeoeBa__title{color:var(--color-foreground);margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.Certifications-module__JeoeBa__issuer{color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-sm);font-size:.875rem;display:block}.Certifications-module__JeoeBa__description{color:var(--color-foreground-muted);font-size:.95rem;line-height:1.5}
.Education-module__OE7Oba__grid{gap:var(--space-md);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.Education-module__OE7Oba__card{flex-direction:column;height:100%;display:flex}.Education-module__OE7Oba__institution{color:var(--color-foreground);margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.Education-module__OE7Oba__degree{color:var(--color-primary);margin-bottom:var(--space-xs);font-size:1rem}.Education-module__OE7Oba__period{color:var(--color-foreground-muted);font-size:.875rem;font-family:var(--font-mono);margin-top:auto}
.Experience-module__7DsGCq__timeline{gap:var(--space-xl);border-left:2px solid var(--color-border);padding-left:var(--space-lg);margin-left:var(--space-md);flex-direction:column;display:flex;position:relative}.Experience-module__7DsGCq__item{gap:var(--space-xs);flex-direction:column;display:flex;position:relative}.Experience-module__7DsGCq__item:before{content:"";left:calc(var(--space-lg)*-1 - 1px);background-color:var(--color-primary);width:12px;height:12px;box-shadow:0 0 0 4px var(--color-background);border-radius:50%;position:absolute;top:.5rem}.Experience-module__7DsGCq__header{justify-content:space-between;align-items:baseline;gap:var(--space-sm);flex-wrap:wrap;display:flex}.Experience-module__7DsGCq__role{color:var(--color-foreground);font-size:1.25rem;font-weight:600}.Experience-module__7DsGCq__company{color:var(--color-primary);font-weight:500}.Experience-module__7DsGCq__period{color:var(--color-foreground-muted);font-size:.875rem;font-family:var(--font-mono)}.Experience-module__7DsGCq__description{color:var(--color-foreground-muted);margin-top:var(--space-sm);max-width:800px;line-height:1.6}.Experience-module__7DsGCq__achievements{margin-top:var(--space-sm);padding-left:var(--space-md);color:var(--color-foreground-muted);list-style-type:disc}.Experience-module__7DsGCq__achievements li{margin-bottom:.25rem}.Experience-module__7DsGCq__tags{margin-top:var(--space-md);flex-wrap:wrap;gap:.5rem;display:flex}.Experience-module__7DsGCq__tag{color:var(--color-foreground-muted);border:1px solid var(--color-border);background-color:#ffffff0d;border-radius:999px;padding:.25rem .75rem;font-size:.75rem}@media (max-width:768px){.Experience-module__7DsGCq__header{flex-direction:column}}
.Footer-module__sS-rha__footer{padding:var(--space-xl)0;text-align:center;border-top:1px solid var(--color-border);margin-top:var(--space-xl)}.Footer-module__sS-rha__social{justify-content:center;gap:var(--space-md);margin-bottom:var(--space-md);display:flex}.Footer-module__sS-rha__link{color:var(--color-foreground-muted);transition:color var(--transition-fast);font-size:.875rem}.Footer-module__sS-rha__link:hover{color:var(--color-primary)}.Footer-module__sS-rha__copy{color:var(--color-foreground-muted);font-size:.75rem}
.Projects-module__hdPRpq__grid{gap:var(--space-md);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.Projects-module__hdPRpq__projectCard{flex-direction:column;height:100%;display:flex}.Projects-module__hdPRpq__projectTitle{margin-bottom:var(--space-xs);color:var(--color-foreground);font-size:1.25rem;font-weight:600}.Projects-module__hdPRpq__projectDesc{color:var(--color-foreground-muted);margin-bottom:var(--space-md);flex-grow:1;font-size:.95rem;line-height:1.5}.Projects-module__hdPRpq__tagList{margin-bottom:var(--space-md);flex-wrap:wrap;gap:.5rem;display:flex}.Projects-module__hdPRpq__tag{color:var(--color-primary);background:#3b82f61a;border-radius:4px;padding:.25rem .5rem;font-size:.75rem}.Projects-module__hdPRpq__links{gap:var(--space-sm);margin-top:auto;display:flex}
.Skills-module__qOQKrG__grid{gap:var(--space-md);grid-template-columns:repeat(3,1fr);display:grid}.Skills-module__qOQKrG__categoryTitle{margin-bottom:var(--space-md);color:var(--color-primary);font-size:1.125rem;font-weight:600}.Skills-module__qOQKrG__skillList{flex-wrap:wrap;gap:.5rem;display:flex}.Skills-module__qOQKrG__skillBadge{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-foreground);transition:all var(--transition-fast);padding:.5rem 1rem;font-size:.875rem}.Skills-module__qOQKrG__skillBadge:hover{border-color:var(--color-primary);transform:translateY(-2px)}@media (max-width:768px){.Skills-module__qOQKrG__grid{grid-template-columns:1fr}}
