.page-module___8aEwW__main{gap:var(--spacing-section,4rem);flex-direction:column;min-height:100vh;display:flex}
.Hero-module___w2HtG__section{justify-content:center;align-items:center;min-height:90vh;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.Hero-module___w2HtG__container{z-index:1;flex-direction:column-reverse;align-items:center;gap:4rem;width:100%;max-width:1200px;display:flex}@media (min-width:768px){.Hero-module___w2HtG__container{text-align:left;flex-direction:row;justify-content:space-between}}.Hero-module___w2HtG__content{flex-direction:column;flex:1;gap:1.5rem;display:flex}.Hero-module___w2HtG__greeting{font-family:var(--font-body);color:var(--accent-main);letter-spacing:.05em;font-size:1.25rem;font-weight:600}.Hero-module___w2HtG__title{background:linear-gradient(to right,var(--foreground)0%,var(--muted)100%);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;line-height:1.1}@media (min-width:768px){.Hero-module___w2HtG__title{font-size:4.5rem}}.Hero-module___w2HtG__subtitle{color:var(--secondary-foreground);font-size:1.5rem;font-family:var(--font-body);font-weight:500}.Hero-module___w2HtG__description{color:var(--muted);max-width:600px;font-size:1.125rem;line-height:1.6}.Hero-module___w2HtG__socials{gap:1.5rem;margin-top:1rem;display:flex}.Hero-module___w2HtG__socialLink{color:var(--muted);font-size:1.75rem;transition:color .2s,transform .2s}.Hero-module___w2HtG__socialLink:hover{color:var(--accent-main);transform:translateY(-2px)}.Hero-module___w2HtG__imageWrapper{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.Hero-module___w2HtG__avatarContainer{border:4px solid var(--accent-main);background:var(--secondary);border-radius:50%;justify-content:center;align-items:center;width:280px;height:280px;display:flex;position:relative;overflow:hidden;box-shadow:0 0 40px #6366f14d}@media (min-width:768px){.Hero-module___w2HtG__avatarContainer{width:400px;height:400px}}.Hero-module___w2HtG__backgroundBlur{background:var(--accent-main);filter:blur(140px);opacity:.15;z-index:0;border-radius:50%;width:500px;height:500px;position:absolute;top:-10%;right:-10%}.Hero-module___w2HtG__backgroundBlur2{background:var(--accent-highlight);filter:blur(140px);opacity:.1;z-index:0;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-10%;left:-10%}
.Experience-module__BCN7Bq__section{background:var(--background);padding:6rem 2rem;position:relative}.Experience-module__BCN7Bq__title{font-family:var(--font-heading);text-align:center;background:linear-gradient(to right,var(--accent-main),var(--accent-highlight));color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:4rem;font-size:3rem}.Experience-module__BCN7Bq__timeline{flex-direction:column;gap:3rem;max-width:800px;margin:0 auto;padding-left:2rem;display:flex;position:relative}.Experience-module__BCN7Bq__timeline:before{content:"";background:var(--border);border-radius:2px;width:2px;position:absolute;top:0;bottom:0;left:7px}.Experience-module__BCN7Bq__item{position:relative}.Experience-module__BCN7Bq__dot{background:var(--accent-main);border:4px solid var(--background);width:16px;height:16px;box-shadow:0 0 0 2px var(--accent-main);z-index:10;border-radius:50%;transition:transform .3s,background .3s;position:absolute;top:.5rem;left:-2.4rem}.Experience-module__BCN7Bq__item:hover .Experience-module__BCN7Bq__dot{background:var(--accent-highlight);transform:scale(1.2)}.Experience-module__BCN7Bq__card{background:var(--secondary);border:1px solid var(--border);border-radius:1rem;padding:2rem;transition:transform .3s,box-shadow .3s}.Experience-module__BCN7Bq__item:hover .Experience-module__BCN7Bq__card{transform:translateY(-5px);box-shadow:0 10px 30px -10px #0000004d}.Experience-module__BCN7Bq__header{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}@media (min-width:640px){.Experience-module__BCN7Bq__header{flex-direction:row;justify-content:space-between;align-items:baseline}}.Experience-module__BCN7Bq__role{color:var(--foreground);font-size:1.25rem;font-weight:700}.Experience-module__BCN7Bq__company{color:var(--accent-main);font-weight:500}.Experience-module__BCN7Bq__dateLocation{color:var(--muted);gap:1rem;font-size:.875rem;display:flex}.Experience-module__BCN7Bq__description{flex-direction:column;gap:.5rem;list-style:none;display:flex}.Experience-module__BCN7Bq__bullet{color:var(--muted);padding-left:1.5rem;line-height:1.6;position:relative}.Experience-module__BCN7Bq__bullet:before{content:"▹";color:var(--accent-main);position:absolute;left:0}
.Skills-module__1ZjJFG__section{background:var(--background);padding:6rem 2rem;position:relative}.Skills-module__1ZjJFG__container{flex-direction:column;gap:4rem;max-width:1000px;margin:0 auto;display:flex}.Skills-module__1ZjJFG__title{font-family:var(--font-heading);text-align:center;background:linear-gradient(to right,var(--accent-success),var(--accent-main));color:#0000;-webkit-background-clip:text;background-clip:text;font-size:3rem}.Skills-module__1ZjJFG__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.Skills-module__1ZjJFG__grid{grid-template-columns:repeat(2,1fr)}}.Skills-module__1ZjJFG__categoryCard{background:var(--secondary);border:1px solid var(--border);border-radius:1rem;padding:2rem;transition:transform .3s}.Skills-module__1ZjJFG__categoryCard:hover{border-color:var(--accent-highlight);transform:translateY(-5px)}.Skills-module__1ZjJFG__categoryTitle{color:var(--foreground);border-bottom:2px solid var(--border);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:600;display:inline-block}.Skills-module__1ZjJFG__skillsList{flex-wrap:wrap;gap:.75rem;display:flex}.Skills-module__1ZjJFG__skillPill{background:var(--background);color:var(--muted);border:1px solid var(--border);cursor:default;border-radius:2rem;padding:.5rem 1rem;font-size:.9rem;transition:all .2s}.Skills-module__1ZjJFG__skillPill:hover{background:var(--accent-main);color:#fff;border-color:var(--accent-main);transform:scale(1.05);box-shadow:0 4px 12px #6366f14d}
.ProjectsPreview-module__oUWQYW__section{background:var(--background);padding:6rem 2rem}.ProjectsPreview-module__oUWQYW__title{font-family:var(--font-heading);text-align:center;background:linear-gradient(to right,var(--accent-highlight),var(--primary));color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:4rem;font-size:3rem}.ProjectsPreview-module__oUWQYW__grid{grid-template-columns:1fr;gap:2.5rem;max-width:1200px;margin:0 auto;display:grid}@media (min-width:768px){.ProjectsPreview-module__oUWQYW__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ProjectsPreview-module__oUWQYW__grid{grid-template-columns:repeat(3,1fr)}}.ProjectsPreview-module__oUWQYW__card{background:var(--secondary);border:1px solid var(--border);border-radius:1rem;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.ProjectsPreview-module__oUWQYW__card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px #0000004d}.ProjectsPreview-module__oUWQYW__imageContainer{width:100%;height:200px;position:relative;overflow:hidden}.ProjectsPreview-module__oUWQYW__image{object-fit:cover;transition:transform .5s}.ProjectsPreview-module__oUWQYW__card:hover .ProjectsPreview-module__oUWQYW__image{transform:scale(1.05)}.ProjectsPreview-module__oUWQYW__content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.ProjectsPreview-module__oUWQYW__projectTitle{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.ProjectsPreview-module__oUWQYW__description{color:var(--muted);flex:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.ProjectsPreview-module__oUWQYW__techStack{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.ProjectsPreview-module__oUWQYW__techTag{background:var(--background);color:var(--accent-main);border:1px solid var(--border);border-radius:1rem;padding:.25rem .75rem;font-size:.75rem}.ProjectsPreview-module__oUWQYW__links{gap:1rem;margin-top:auto;display:flex}.ProjectsPreview-module__oUWQYW__link{color:var(--foreground);align-items:center;gap:.25rem;font-size:.9rem;font-weight:500;transition:color .2s;display:flex}.ProjectsPreview-module__oUWQYW__link:hover{color:var(--accent-main)}.ProjectsPreview-module__oUWQYW__viewAllContainer{text-align:center;margin-top:4rem}.ProjectsPreview-module__oUWQYW__viewAll{background:var(--primary);color:var(--primary-foreground);border-radius:.5rem;padding:.8rem 2rem;font-weight:600;transition:opacity .2s,transform .2s;display:inline-block}.ProjectsPreview-module__oUWQYW__viewAll:hover{opacity:.9;transform:translateY(-2px)}
.BlogPreview-module__AFOFUW__section{background:var(--background);padding:6rem 2rem}.BlogPreview-module__AFOFUW__title{font-family:var(--font-heading);text-align:center;background:linear-gradient(to right,var(--accent-main),var(--accent-highlight));color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:4rem;font-size:3rem}.BlogPreview-module__AFOFUW__grid{grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto;display:grid}@media (min-width:768px){.BlogPreview-module__AFOFUW__grid{grid-template-columns:repeat(3,1fr)}}.BlogPreview-module__AFOFUW__card{background:var(--secondary);border:1px solid var(--border);border-radius:1rem;flex-direction:column;height:100%;padding:2rem;transition:transform .3s;display:flex}.BlogPreview-module__AFOFUW__card:hover{border-color:var(--accent-main);transform:translateY(-5px)}.BlogPreview-module__AFOFUW__date{color:var(--muted);margin-bottom:1rem;font-size:.875rem}.BlogPreview-module__AFOFUW__blogTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.3}.BlogPreview-module__AFOFUW__excerpt{color:var(--muted);flex:1;margin-bottom:2rem;line-height:1.6}.BlogPreview-module__AFOFUW__readMore{color:var(--accent-main);align-items:center;gap:.5rem;font-weight:600;transition:gap .2s;display:flex}.BlogPreview-module__AFOFUW__readMore:hover{gap:.75rem}.BlogPreview-module__AFOFUW__viewAllContainer{text-align:center;margin-top:4rem}.BlogPreview-module__AFOFUW__viewAll{border:1px solid var(--primary);color:var(--primary);border-radius:.5rem;padding:.8rem 2rem;font-weight:600;transition:all .2s;display:inline-block}.BlogPreview-module__AFOFUW__viewAll:hover{background:var(--primary);color:var(--primary-foreground)}
.Contact-module__DIbnYa__section{background:var(--background);padding:6rem 2rem}.Contact-module__DIbnYa__title{font-family:var(--font-heading);text-align:center;background:linear-gradient(to right,var(--accent-main),var(--accent-highlight));color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:4rem;font-size:3rem}.Contact-module__DIbnYa__container{max-width:600px;margin:0 auto}.Contact-module__DIbnYa__form{background:var(--secondary);border:1px solid var(--border);border-radius:1rem;flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex;box-shadow:0 4px 20px #0000001a}.Contact-module__DIbnYa__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Contact-module__DIbnYa__label{color:var(--foreground);font-size:.9rem;font-weight:600}.Contact-module__DIbnYa__input,.Contact-module__DIbnYa__textarea{border:1px solid var(--border);background:var(--background);color:var(--foreground);border-radius:.5rem;padding:.8rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.Contact-module__DIbnYa__input:focus,.Contact-module__DIbnYa__textarea:focus{border-color:var(--accent-main);outline:none;box-shadow:0 0 0 2px #6366f133}.Contact-module__DIbnYa__textarea{resize:vertical;min-height:150px}.Contact-module__DIbnYa__button{background:var(--primary);color:var(--primary-foreground);cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:opacity .2s,transform .2s;display:flex}.Contact-module__DIbnYa__button:hover{opacity:.9;transform:translateY(-2px)}.Contact-module__DIbnYa__button:disabled{opacity:.7;cursor:not-allowed;transform:none}.Contact-module__DIbnYa__statusMessage{text-align:center;border-radius:.5rem;margin-top:1rem;padding:.75rem;font-size:.95rem}.Contact-module__DIbnYa__success{color:var(--accent-success);border:1px solid var(--accent-success);background:#34d3991a}.Contact-module__DIbnYa__error{color:#ef4444;background:#f871711a;border:1px solid #ef4444}
