.page-module___8aEwW__main{flex-direction:column;gap:3rem;padding-bottom:2rem;display:flex}.page-module___8aEwW__hero{background:linear-gradient(to bottom,var(--muted),var(--background));width:100%;padding:3rem 0;position:relative}@media (min-width:768px){.page-module___8aEwW__hero{padding:6rem 0}}.page-module___8aEwW__heroContainer{flex-direction:column;align-items:center;gap:2rem;display:flex}@media (min-width:768px){.page-module___8aEwW__heroContainer{flex-direction:row;gap:3rem}}.page-module___8aEwW__heroContent{flex-direction:column;flex:1;gap:1rem;display:flex}.page-module___8aEwW__heroTitle{font-size:1.875rem;font-weight:700;line-height:1.2}@media (min-width:768px){.page-module___8aEwW__heroTitle{font-size:2.25rem}}.page-module___8aEwW__heroTitleHighlight{color:var(--primary)}.page-module___8aEwW__heroDescription{color:var(--muted-foreground);max-width:42rem;font-size:1.125rem}.page-module___8aEwW__heroBadges{flex-wrap:wrap;gap:.75rem;display:flex}.page-module___8aEwW__badge{background-color:var(--secondary);color:var(--secondary-foreground);border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;font-weight:500;display:inline-block}.page-module___8aEwW__heroActions{gap:1rem;margin-top:.5rem;display:flex}.page-module___8aEwW__button{border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;padding:.5rem 1rem;font-weight:500;transition:all .2s;display:inline-flex}.page-module___8aEwW__buttonPrimary{background-color:var(--primary);color:var(--primary-foreground)}.page-module___8aEwW__buttonPrimary:hover{background-color:var(--primary);opacity:.9}.page-module___8aEwW__buttonOutline{border:1px solid var(--border);color:var(--foreground);background-color:#0000}.page-module___8aEwW__buttonOutline:hover{background-color:var(--muted)}.page-module___8aEwW__heroImage{flex-shrink:0}.page-module___8aEwW__profileImage{border:4px solid var(--background);border-radius:50%;width:180px;height:180px;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@media (min-width:768px){.page-module___8aEwW__profileImage{width:240px;height:240px}}.page-module___8aEwW__section{padding:0 1rem}.page-module___8aEwW__sectionHeader{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}@media (min-width:768px){.page-module___8aEwW__sectionHeader{flex-direction:row;justify-content:space-between;align-items:center}}.page-module___8aEwW__sectionTitle{font-size:1.5rem;font-weight:700;line-height:1.2}@media (min-width:768px){.page-module___8aEwW__sectionTitle{font-size:1.875rem}}.page-module___8aEwW__sectionDescription{color:var(--muted-foreground);margin-top:.5rem}.page-module___8aEwW__cardGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.page-module___8aEwW__cardGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.page-module___8aEwW__cardGrid{grid-template-columns:repeat(3,1fr)}}.page-module___8aEwW__card{border:1px solid var(--border);border-radius:var(--radius);background-color:var(--card);flex-direction:column;height:100%;transition:transform .2s,border-color .2s;display:flex;overflow:hidden}.page-module___8aEwW__card:hover{border-color:var(--primary);border-opacity:.3;transform:translateY(-2px)}.page-module___8aEwW__cardHeader{padding:1.5rem 1.5rem 1rem}.page-module___8aEwW__cardMeta{color:var(--muted-foreground);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.page-module___8aEwW__cardTitle{margin-top:.5rem;font-size:1.25rem;font-weight:600}.page-module___8aEwW__cardDescription{color:var(--muted-foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;display:-webkit-box;overflow:hidden}.page-module___8aEwW__cardContent{flex-grow:1;padding:0 1.5rem}.page-module___8aEwW__cardExcerpt{color:var(--muted-foreground);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.875rem;display:-webkit-box;overflow:hidden}.page-module___8aEwW__cardFooter{padding:1rem 1.5rem 1.5rem}.page-module___8aEwW__cardLink{border-radius:var(--radius);width:100%;color:var(--foreground);justify-content:space-between;align-items:center;padding:.5rem 1rem;transition:background-color .2s;display:flex}.page-module___8aEwW__cardLink:hover{background-color:var(--secondary)}.page-module___8aEwW__cardLinkIcon{transition:transform .2s}.page-module___8aEwW__cardLink:hover .page-module___8aEwW__cardLinkIcon{transform:translate(4px)}.page-module___8aEwW__sectionActions{justify-content:center;margin-top:2rem;display:flex}.page-module___8aEwW__projectsSection{background-color:var(--muted);border-radius:.5rem;padding:3rem 1rem}.page-module___8aEwW__projectCard{border:1px solid var(--border);border-radius:var(--radius);background-color:var(--card);transition:transform .2s,border-color .2s}.page-module___8aEwW__projectCard:hover{border-color:var(--primary);border-opacity:.3;transform:translateY(-2px)}.page-module___8aEwW__projectHeader{padding:1.5rem 1.5rem 1rem}.page-module___8aEwW__projectMeta{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.page-module___8aEwW__projectIcon{color:var(--primary)}.page-module___8aEwW__projectBadge{border:1px solid var(--border);border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;display:inline-block}.page-module___8aEwW__projectTitle{font-size:1.25rem;font-weight:600}.page-module___8aEwW__projectDescription{color:var(--muted-foreground);font-size:.875rem}.page-module___8aEwW__projectContent{padding:0 1.5rem}.page-module___8aEwW__projectText{color:var(--muted-foreground);font-size:.875rem}.page-module___8aEwW__projectFooter{justify-content:space-between;padding:1rem 1.5rem 1.5rem;display:flex}.page-module___8aEwW__projectTags{gap:.5rem;display:flex}.page-module___8aEwW__projectLink{border-radius:var(--radius);color:var(--foreground);align-items:center;gap:.5rem;padding:.25rem .75rem;font-size:.875rem;transition:background-color .2s;display:inline-flex}.page-module___8aEwW__projectLink:hover{background-color:var(--secondary)}.page-module___8aEwW__contactSection{border:1px solid var(--border);border-radius:var(--radius);background-color:var(--card);padding:2rem;box-shadow:0 1px 3px #0000000d}.page-module___8aEwW__contactContent{flex-direction:column;justify-content:space-between;align-items:center;gap:2rem;display:flex}@media (min-width:768px){.page-module___8aEwW__contactContent{flex-direction:row}}.page-module___8aEwW__contactInfo{flex-direction:column;gap:.75rem;display:flex}.page-module___8aEwW__contactTitle{font-size:1.5rem;font-weight:700}.page-module___8aEwW__contactDescription{color:var(--muted-foreground)}.page-module___8aEwW__contactActions{flex-direction:column;gap:1rem;display:flex}@media (min-width:640px){.page-module___8aEwW__contactActions{flex-direction:row}}
