.Hero-module__gNeX-G__hero{min-height:100vh;padding-top:var(--header-height);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__gNeX-G__particles{pointer-events:none;z-index:0;position:absolute;inset:0}.Hero-module__gNeX-G__content{z-index:1;text-align:center;max-width:720px;padding:0 24px;animation:.8s ease-out Hero-module__gNeX-G__fadeInUp;position:relative}.Hero-module__gNeX-G__avatarWrapper{margin-bottom:32px;display:inline-block;position:relative}.Hero-module__gNeX-G__avatar{background:var(--accent-gradient);z-index:1;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;animation:6s ease-in-out infinite Hero-module__gNeX-G__float;display:flex;position:relative}.Hero-module__gNeX-G__avatarText{color:#fff;letter-spacing:-.02em;font-size:2.5rem;font-weight:800}.Hero-module__gNeX-G__avatarGlow{background:var(--accent-gradient);opacity:.3;filter:blur(20px);border-radius:50%;animation:3s ease-in-out infinite Hero-module__gNeX-G__pulse-glow;position:absolute;inset:-8px}.Hero-module__gNeX-G__title{letter-spacing:-.03em;margin-bottom:20px;font-size:clamp(2.5rem,7vw,4rem);font-weight:900;line-height:1.1}.Hero-module__gNeX-G__subtitle{color:var(--text-secondary);max-width:560px;margin-bottom:36px;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.7}.Hero-module__gNeX-G__ctas{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-bottom:40px;display:flex}.Hero-module__gNeX-G__socials{justify-content:center;align-items:center;gap:16px;display:flex}.Hero-module__gNeX-G__socialLink{border-radius:var(--radius-md);width:44px;height:44px;color:var(--text-secondary);border:1px solid var(--border-color);transition:all var(--transition-base);justify-content:center;align-items:center;display:flex}.Hero-module__gNeX-G__socialLink:hover{color:var(--accent-primary);border-color:var(--accent-primary);background:var(--accent-glow);box-shadow:var(--shadow-glow);transform:translateY(-3px)}.Hero-module__gNeX-G__scrollIndicator{color:var(--text-muted);z-index:1;transition:color var(--transition-fast);animation:3s ease-in-out infinite Hero-module__gNeX-G__float;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.Hero-module__gNeX-G__scrollIndicator:hover{color:var(--accent-primary)}@media (max-width:768px){.Hero-module__gNeX-G__avatar{width:96px;height:96px}.Hero-module__gNeX-G__avatarText{font-size:2rem}.Hero-module__gNeX-G__subtitle{font-size:1rem}.Hero-module__gNeX-G__ctas{flex-direction:column}.Hero-module__gNeX-G__ctas>*{justify-content:center;width:100%}}
.About-module__Balj8a__section{background:var(--bg-secondary);padding:100px 0}.About-module__Balj8a__grid{grid-template-columns:1fr 1fr;align-items:start;gap:48px;max-width:1100px;margin:0 auto;display:grid}.About-module__Balj8a__textCol{flex-direction:column;gap:16px;display:flex}.About-module__Balj8a__statsSection{margin-top:12px}.About-module__Balj8a__rightCol{flex-direction:column;display:flex}.About-module__Balj8a__paragraph{color:var(--text-secondary);font-size:1.0625rem;line-height:1.8}.About-module__Balj8a__paragraph strong{color:var(--text-primary);font-weight:600}.About-module__Balj8a__areas{flex-wrap:wrap;gap:12px;margin-top:12px;display:flex}.About-module__Balj8a__area{border-radius:var(--radius-full);border:1px solid var(--border-color);color:var(--text-secondary);transition:all var(--transition-fast);align-items:center;gap:8px;padding:8px 16px;font-size:.875rem;font-weight:500;display:flex}.About-module__Balj8a__area:hover{border-color:var(--border-hover);background:var(--bg-tertiary)}.About-module__Balj8a__statsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:100%;display:grid}.About-module__Balj8a__statCard{border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border-color);transition:all var(--transition-base);flex-direction:column;align-items:center;gap:4px;padding:28px 24px;display:flex}.About-module__Balj8a__statCard:hover{border-color:var(--border-accent);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.About-module__Balj8a__statValue{background:var(--accent-gradient);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:1.7rem;font-weight:800}.About-module__Balj8a__statLabel{color:var(--text-tertiary);font-size:.875rem;font-weight:500}@media (max-width:768px){.About-module__Balj8a__section{padding:60px 0}.About-module__Balj8a__grid{grid-template-columns:1fr;gap:40px}.About-module__Balj8a__statsGrid{gap:12px}.About-module__Balj8a__statCard{padding:20px 16px}.About-module__Balj8a__statValue{font-size:1.5rem}}
.Skills-module__lhWK4a__section{padding:100px 0}.Skills-module__lhWK4a__filters{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:48px;display:flex}.Skills-module__lhWK4a__filterBtn{border-radius:var(--radius-full);color:var(--text-secondary);border:1px solid var(--border-color);transition:all var(--transition-fast);padding:8px 20px;font-size:.875rem;font-weight:500}.Skills-module__lhWK4a__filterBtn:hover{color:var(--text-primary);border-color:var(--border-hover);background:var(--bg-tertiary)}.Skills-module__lhWK4a__filterActive{box-shadow:0 4px 15px #6366f14d;background:var(--accent-primary)!important;color:#fff!important;border-color:var(--accent-primary)!important}.Skills-module__lhWK4a__grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;max-width:900px;margin:0 auto;display:grid}.Skills-module__lhWK4a__skillCard{border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border-color);transition:all var(--transition-base);cursor:default;flex-direction:column;align-items:center;gap:12px;padding:28px 16px;display:flex}.Skills-module__lhWK4a__skillCard:hover{border-color:var(--border-accent);background:var(--bg-card-hover);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.Skills-module__lhWK4a__skillIcon{object-fit:contain;width:40px;height:40px;transition:transform var(--transition-spring)}.Skills-module__lhWK4a__skillCard:hover .Skills-module__lhWK4a__skillIcon{transform:scale(1.2)}.Skills-module__lhWK4a__skillName{color:var(--text-primary);text-align:center;font-size:.9375rem;font-weight:600}.Skills-module__lhWK4a__skillCategory{color:var(--text-tertiary);text-transform:capitalize;font-size:.75rem}@media (max-width:768px){.Skills-module__lhWK4a__section{padding:60px 0}.Skills-module__lhWK4a__grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px}.Skills-module__lhWK4a__skillCard{padding:20px 12px}}
.ProjectCard-module__wlo7na__card{border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border-color);transition:all var(--transition-base);cursor:pointer;flex-direction:column;justify-content:space-between;height:100%;padding:28px;display:flex;position:relative;overflow:hidden}.ProjectCard-module__wlo7na__card:before{content:"";background:var(--accent-gradient);opacity:0;height:3px;transition:opacity var(--transition-fast);position:absolute;top:0;left:0;right:0}.ProjectCard-module__wlo7na__card:hover{border-color:var(--border-accent);box-shadow:var(--shadow-glow), var(--shadow-lg);transform:translateY(-6px)}.ProjectCard-module__wlo7na__card:hover:before{opacity:1}.ProjectCard-module__wlo7na__featured{border-color:var(--border-accent)}.ProjectCard-module__wlo7na__featuredBadge{background:var(--accent-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 2px 8px #6366f14d}.ProjectCard-module__wlo7na__cardHeader{margin-bottom:20px}.ProjectCard-module__wlo7na__titleRow{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.ProjectCard-module__wlo7na__title{letter-spacing:-.01em;font-size:1.25rem;font-weight:700;line-height:1.3}.ProjectCard-module__wlo7na__description{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.9375rem;line-height:1.6;display:-webkit-box;overflow:hidden}.ProjectCard-module__wlo7na__cardFooter{flex-direction:column;gap:16px;display:flex}.ProjectCard-module__wlo7na__skills{flex-wrap:wrap;gap:6px;display:flex}.ProjectCard-module__wlo7na__skillBadge{border-radius:var(--radius-full);background:var(--bg-tertiary);color:var(--text-secondary);transition:all var(--transition-fast);border:1px solid #0000;align-items:center;gap:4px;padding:3px 10px;font-size:.75rem;font-weight:500;display:inline-flex}.ProjectCard-module__wlo7na__card:hover .ProjectCard-module__wlo7na__skillBadge{border-color:var(--border-color)}.ProjectCard-module__wlo7na__skillIcon{object-fit:contain;width:14px;height:14px}.ProjectCard-module__wlo7na__actions{align-items:center;gap:8px;display:flex}.ProjectCard-module__wlo7na__actionLink{border-radius:var(--radius-md);border:1px solid var(--border-color);width:36px;height:36px;color:var(--text-secondary);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.ProjectCard-module__wlo7na__actionLink:hover{color:var(--accent-primary);border-color:var(--accent-primary);background:var(--accent-glow)}.ProjectCard-module__wlo7na__viewDetails{color:var(--accent-primary);opacity:0;transition:all var(--transition-base);margin-left:auto;font-size:.8125rem;font-weight:500;transform:translate(-8px)}.ProjectCard-module__wlo7na__card:hover .ProjectCard-module__wlo7na__viewDetails{opacity:1;transform:translate(0)}@media (max-width:768px){.ProjectCard-module__wlo7na__card{padding:20px}.ProjectCard-module__wlo7na__viewDetails{opacity:1;transform:translate(0)}}
.ProjectModal-module__A1se8G__overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;padding:24px;animation:.2s ease-out ProjectModal-module__A1se8G__fadeIn;display:flex;position:fixed;inset:0}.ProjectModal-module__A1se8G__modal{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-xl);flex-direction:column;width:100%;max-width:680px;max-height:85vh;animation:.25s ease-out ProjectModal-module__A1se8G__scaleIn;display:flex;overflow:hidden;box-shadow:0 25px 80px #00000080}.ProjectModal-module__A1se8G__header{border-bottom:1px solid var(--border-color);align-items:flex-start;gap:16px;padding:28px 28px 20px;display:flex}.ProjectModal-module__A1se8G__headerContent{flex:1;min-width:0}.ProjectModal-module__A1se8G__titleRow{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px;display:flex}.ProjectModal-module__A1se8G__title{letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.ProjectModal-module__A1se8G__headerSkills{flex-wrap:wrap;gap:6px;display:flex}.ProjectModal-module__A1se8G__skillTag{border-radius:var(--radius-full);background:var(--bg-tertiary);color:var(--text-secondary);border:1px solid var(--border-color);align-items:center;gap:5px;padding:4px 10px;font-size:.75rem;font-weight:500;display:inline-flex}.ProjectModal-module__A1se8G__skillIcon{object-fit:contain;width:14px;height:14px}.ProjectModal-module__A1se8G__closeBtn{border-radius:var(--radius-md);width:36px;height:36px;color:var(--text-secondary);transition:all var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ProjectModal-module__A1se8G__closeBtn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.ProjectModal-module__A1se8G__body{flex-direction:column;flex:1;gap:28px;padding:28px;display:flex;overflow-y:auto}.ProjectModal-module__A1se8G__body::-webkit-scrollbar{width:6px}.ProjectModal-module__A1se8G__body::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:var(--radius-full)}.ProjectModal-module__A1se8G__detailSection{flex-direction:column;gap:12px;display:flex}.ProjectModal-module__A1se8G__sectionTitle{color:var(--text-primary);align-items:center;gap:8px;font-size:1rem;font-weight:700;display:flex}.ProjectModal-module__A1se8G__sectionIcon{color:var(--accent-primary)}.ProjectModal-module__A1se8G__details{color:var(--text-secondary);white-space:pre-line;font-size:.9375rem;line-height:1.8}.ProjectModal-module__A1se8G__highlightList{flex-direction:column;gap:10px;display:flex}.ProjectModal-module__A1se8G__highlightItem{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.9375rem;line-height:1.6;display:flex}.ProjectModal-module__A1se8G__highlightDot{background:var(--accent-primary);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:8px}.ProjectModal-module__A1se8G__challengeText{color:var(--text-secondary);border-radius:var(--radius-md);background:var(--bg-card);border-left:3px solid var(--accent-secondary);padding:16px;font-size:.9375rem;line-height:1.8}.ProjectModal-module__A1se8G__footer{border-top:1px solid var(--border-color);flex-wrap:wrap;align-items:center;gap:12px;padding:20px 28px;display:flex}@media (max-width:768px){.ProjectModal-module__A1se8G__overlay{align-items:flex-end;padding:8px}.ProjectModal-module__A1se8G__modal{border-radius:var(--radius-lg) var(--radius-lg) 0 0;max-height:92vh}.ProjectModal-module__A1se8G__header,.ProjectModal-module__A1se8G__body,.ProjectModal-module__A1se8G__footer{padding-left:20px;padding-right:20px}.ProjectModal-module__A1se8G__title{font-size:1.25rem}.ProjectModal-module__A1se8G__footer{flex-direction:column}.ProjectModal-module__A1se8G__footer>*{justify-content:center;width:100%}}
.ProjectsSection-module__2qoIza__section{background:var(--bg-secondary);padding:100px 0}.ProjectsSection-module__2qoIza__filters{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:48px;display:flex}.ProjectsSection-module__2qoIza__filterBtn{border-radius:var(--radius-full);color:var(--text-secondary);border:1px solid var(--border-color);transition:all var(--transition-fast);padding:8px 20px;font-size:.875rem;font-weight:500}.ProjectsSection-module__2qoIza__filterBtn:hover{color:var(--text-primary);border-color:var(--border-hover);background:var(--bg-tertiary)}.ProjectsSection-module__2qoIza__filterActive{box-shadow:0 4px 15px #6366f14d;background:var(--accent-primary)!important;color:#fff!important;border-color:var(--accent-primary)!important}.ProjectsSection-module__2qoIza__grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px;max-width:1100px;margin:0 auto;display:grid}.ProjectsSection-module__2qoIza__empty{text-align:center;color:var(--text-tertiary);padding:60px 0;font-size:1rem}@media (max-width:768px){.ProjectsSection-module__2qoIza__section{padding:60px 0}.ProjectsSection-module__2qoIza__grid{grid-template-columns:1fr;gap:16px}}
.Contact-module__gQiC5G__section{padding:100px 0}.Contact-module__gQiC5G__cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;max-width:900px;margin:0 auto 48px;display:grid}.Contact-module__gQiC5G__card{border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border-color);transition:all var(--transition-base);align-items:center;gap:16px;padding:24px;text-decoration:none;display:flex}.Contact-module__gQiC5G__card:hover{border-color:var(--border-accent);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.Contact-module__gQiC5G__iconWrapper{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Contact-module__gQiC5G__cardContent{flex:1;min-width:0}.Contact-module__gQiC5G__cardLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);margin-bottom:2px;font-size:.75rem;font-weight:600;display:block}.Contact-module__gQiC5G__cardValue{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:500;display:block;overflow:hidden}.Contact-module__gQiC5G__arrow{color:var(--text-muted);transition:all var(--transition-fast);flex-shrink:0}.Contact-module__gQiC5G__card:hover .Contact-module__gQiC5G__arrow{color:var(--accent-primary);transform:translate(2px,-2px)}.Contact-module__gQiC5G__cta{text-align:center}@media (max-width:768px){.Contact-module__gQiC5G__section{padding:60px 0}.Contact-module__gQiC5G__cards{grid-template-columns:1fr}}
.Footer-module__nhiC3q__footer{border-top:1px solid var(--border-color);background:var(--bg-secondary);padding:40px 0}.Footer-module__nhiC3q__content{flex-direction:column;align-items:center;gap:20px;display:flex}.Footer-module__nhiC3q__brand{flex-direction:column;align-items:center;gap:4px;display:flex}.Footer-module__nhiC3q__name{letter-spacing:-.01em;font-size:1rem;font-weight:700}.Footer-module__nhiC3q__tagline{color:var(--text-tertiary);font-size:.8125rem}.Footer-module__nhiC3q__socials{gap:12px;display:flex}.Footer-module__nhiC3q__socialLink{border-radius:var(--radius-md);width:36px;height:36px;color:var(--text-tertiary);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.Footer-module__nhiC3q__socialLink:hover{color:var(--accent-primary);background:var(--accent-glow)}.Footer-module__nhiC3q__copyright{color:var(--text-muted);align-items:center;gap:4px;font-size:.8125rem;display:flex}.Footer-module__nhiC3q__copyright span{align-items:center;gap:4px;display:inline-flex}.Footer-module__nhiC3q__heart{color:#ef4444;vertical-align:middle;display:inline}
