.Hero-module__gNeX-G__hero{text-align:center;justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__gNeX-G__heroContent{z-index:1;flex-direction:column;align-items:center;gap:24px;display:flex;position:relative}.Hero-module__gNeX-G__avatarWrapper{width:140px;height:140px;position:relative}.Hero-module__gNeX-G__avatarRing{background:linear-gradient(135deg,#fff,#888,#fff);border-radius:50%;padding:3px;animation:8s linear infinite Hero-module__gNeX-G__ringRotate;position:absolute;inset:-4px}.Hero-module__gNeX-G__avatarRing:before{content:"";filter:blur(12px);opacity:.3;background:linear-gradient(135deg,#fff,#888);border-radius:50%;position:absolute;inset:0}@keyframes Hero-module__gNeX-G__ringRotate{0%{filter:hue-rotate()}to{filter:hue-rotate(360deg)}}.Hero-module__gNeX-G__avatarRingInner{background:var(--bg-primary);border-radius:50%;width:100%;height:100%}.Hero-module__gNeX-G__avatar{object-fit:cover;z-index:1;border-radius:50%;width:140px;height:140px;position:absolute;top:0;left:0}.Hero-module__gNeX-G__heroName{letter-spacing:-.03em;background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding-bottom:.08em;font-size:clamp(2.4rem,6vw,4rem);font-weight:800;line-height:1.16;display:inline-block}.Hero-module__gNeX-G__heroTitle{color:var(--accent-secondary);letter-spacing:.05em;font-family:JetBrains Mono,monospace;font-size:clamp(.85rem,1.5vw,1rem);font-weight:500}.Hero-module__gNeX-G__heroSubtitle{color:var(--text-secondary);max-width:500px;font-size:clamp(.9rem,1.5vw,1.05rem);line-height:1.6}.Hero-module__gNeX-G__heroLocation{color:var(--text-muted);align-items:center;gap:6px;font-size:.85rem;display:flex}.Hero-module__gNeX-G__heroLocation svg{width:14px;height:14px;color:var(--accent-primary)}.Hero-module__gNeX-G__heroCta{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px;display:flex}.Hero-module__gNeX-G__btnPrimary{background:var(--accent-gradient);color:#050505;border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-normal);letter-spacing:.01em;border:none;align-items:center;gap:8px;padding:12px 28px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.Hero-module__gNeX-G__btnPrimary:hover{background:var(--accent-gradient-hover);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.Hero-module__gNeX-G__btnSecondary{color:var(--text-primary);border:1px solid var(--border-hover);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-normal);background:0 0;align-items:center;gap:8px;padding:12px 28px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-flex}.Hero-module__gNeX-G__btnSecondary:hover{border-color:var(--text-primary);background:#ffffff0d;transform:translateY(-2px)}.Hero-module__gNeX-G__scrollIndicator{color:var(--text-muted);flex-direction:column;align-items:center;gap:8px;animation:2s ease-in-out infinite Hero-module__gNeX-G__bounceDown;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.Hero-module__gNeX-G__scrollIndicator span{letter-spacing:.15em;text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:.65rem}.Hero-module__gNeX-G__scrollLine{background:linear-gradient(to bottom, var(--text-muted), transparent);width:1px;height:30px}@keyframes Hero-module__gNeX-G__bounceDown{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}@media (max-width:768px){.Hero-module__gNeX-G__avatarWrapper,.Hero-module__gNeX-G__avatar{width:110px;height:110px}.Hero-module__gNeX-G__heroCta{flex-direction:column;align-items:center}}
.Experience-module__L-MSRG__timeline{padding-left:32px;position:relative}.Experience-module__L-MSRG__timelineLine{background:linear-gradient(to bottom, var(--accent-primary), var(--border-subtle));width:1px;position:absolute;top:0;bottom:0;left:7px}.Experience-module__L-MSRG__timelineItem{margin-bottom:32px;position:relative}.Experience-module__L-MSRG__timelineItem:last-child{margin-bottom:0}.Experience-module__L-MSRG__timelineDot{background:var(--bg-primary);border:2px solid var(--accent-primary);z-index:1;width:14px;height:14px;transition:var(--transition-normal);border-radius:50%;position:absolute;top:6px;left:-32px}.Experience-module__L-MSRG__timelineItem:hover .Experience-module__L-MSRG__timelineDot{background:var(--accent-primary);box-shadow:0 0 12px var(--accent-glow-strong)}.Experience-module__L-MSRG__expCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:var(--transition-normal);padding:24px}.Experience-module__L-MSRG__expCard:hover{background:var(--bg-card-hover);border-color:var(--border-hover);box-shadow:var(--shadow-md);transform:translate(4px)}.Experience-module__L-MSRG__expHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.Experience-module__L-MSRG__expIdentity{grid-template-columns:48px minmax(0,1fr);align-items:center;gap:14px;display:grid}.Experience-module__L-MSRG__expLogoWrap{border:1px solid var(--border-subtle);background:#ffffff0a;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.Experience-module__L-MSRG__expLogo{object-fit:cover;width:100%;height:100%}.Experience-module__L-MSRG__expRole{color:var(--text-primary);font-size:1.15rem;font-weight:600}.Experience-module__L-MSRG__expCompany{color:var(--accent-secondary);margin-top:2px;font-size:.95rem;font-weight:500}.Experience-module__L-MSRG__expMeta{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:10px;display:flex}.Experience-module__L-MSRG__expMetaItem{color:var(--text-muted);align-items:center;gap:5px;font-size:.8rem;display:flex}.Experience-module__L-MSRG__expMetaItem svg{width:13px;height:13px;color:var(--text-muted);flex-shrink:0}@media (max-width:768px){.Experience-module__L-MSRG__expHeader{flex-direction:column;gap:8px}.Experience-module__L-MSRG__expIdentity{grid-template-columns:42px minmax(0,1fr);gap:12px}.Experience-module__L-MSRG__expLogoWrap{width:42px;height:42px}}
.Education-module__oSOwAq__eduGrid{gap:24px;display:grid}.Education-module__oSOwAq__eduCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:var(--transition-normal);padding:32px;position:relative;overflow:hidden}.Education-module__oSOwAq__eduCard:before{content:"";background:var(--accent-gradient);opacity:0;height:3px;transition:var(--transition-normal);position:absolute;top:0;left:0;right:0}.Education-module__oSOwAq__eduCard:hover{background:var(--bg-card-hover);border-color:var(--border-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.Education-module__oSOwAq__eduCard:hover:before{opacity:1}.Education-module__oSOwAq__eduIcon{border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:#ffffff0a;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;display:flex;overflow:hidden}.Education-module__oSOwAq__eduLogo{object-fit:cover;width:100%;height:100%}.Education-module__oSOwAq__eduSchool{color:var(--text-primary);margin-bottom:8px;font-size:1.2rem;font-weight:600}.Education-module__oSOwAq__eduDegree{color:var(--accent-secondary);margin-bottom:4px;font-size:.95rem;font-weight:500}.Education-module__oSOwAq__eduGrade{color:var(--text-secondary);margin-bottom:12px;font-size:.85rem}.Education-module__oSOwAq__eduPeriod{color:var(--text-muted);border-radius:var(--radius-full);border:1px solid var(--border-subtle);background:#ffffff08;align-items:center;gap:6px;padding:4px 12px;font-family:JetBrains Mono,monospace;font-size:.75rem;display:inline-flex}.Education-module__oSOwAq__certSection{margin-top:24px}.Education-module__oSOwAq__certGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.Education-module__oSOwAq__certCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:var(--transition-normal);align-items:flex-start;gap:14px;padding:20px;text-decoration:none;display:flex}.Education-module__oSOwAq__certCard:hover{background:var(--bg-card-hover);border-color:var(--border-hover);transform:translateY(-1px)}.Education-module__oSOwAq__certIcon{border:1px solid var(--border-subtle);background:#ffffff0a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}.Education-module__oSOwAq__certLogo{object-fit:cover;width:100%;height:100%}.Education-module__oSOwAq__certInfo{flex:1;min-width:0}.Education-module__oSOwAq__certName{color:var(--text-primary);margin-bottom:4px;font-size:.85rem;font-weight:600;line-height:1.3}.Education-module__oSOwAq__certIssuer{color:var(--text-secondary);font-size:.75rem}.Education-module__oSOwAq__certDate{color:var(--text-muted);margin-top:4px;font-family:JetBrains Mono,monospace;font-size:.65rem}@media (max-width:768px){.Education-module__oSOwAq__certGrid{grid-template-columns:1fr}.Education-module__oSOwAq__eduCard{padding:24px}}
.Projects-module__k3vqla__projectsGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;display:grid}.Projects-module__k3vqla__projectCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:var(--transition-normal);flex-direction:column;gap:14px;padding:24px;display:flex;position:relative;overflow:hidden}.Projects-module__k3vqla__projectCard:after{content:"";opacity:0;width:100%;height:100%;transition:var(--transition-normal);pointer-events:none;background:linear-gradient(135deg,#6366f108,#0000);position:absolute;top:0;left:0}.Projects-module__k3vqla__projectCard:hover{background:var(--bg-card-hover);border-color:var(--border-hover);box-shadow:var(--shadow-md);transform:translateY(-3px)}.Projects-module__k3vqla__projectCard:hover:after{opacity:1}.Projects-module__k3vqla__projectAssociation{border-radius:var(--radius-full);color:var(--text-muted);border:1px solid var(--border-subtle);white-space:nowrap;background:#ffffff0a;align-items:center;gap:8px;width:fit-content;max-width:100%;padding:3px 10px;font-family:JetBrains Mono,monospace;font-size:.65rem;font-weight:500;display:inline-flex}.Projects-module__k3vqla__projectAssociationLogo{object-fit:cover;border-radius:999px}.Projects-module__k3vqla__projectName{color:var(--text-primary);font-size:1.1rem;font-weight:600}.Projects-module__k3vqla__projectDescription{color:var(--text-secondary);overflow-wrap:anywhere;flex:1;font-size:.83rem;line-height:1.6}.Projects-module__k3vqla__projectTags{flex-wrap:wrap;gap:6px;margin-top:auto;display:flex}.Projects-module__k3vqla__projectPeriod{color:var(--text-muted);align-items:center;gap:5px;font-family:JetBrains Mono,monospace;font-size:.7rem;display:flex}.Projects-module__k3vqla__projectPeriod svg{width:12px;height:12px}.Projects-module__k3vqla__projectFooter{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding-top:12px;display:flex}@media (max-width:768px){.Projects-module__k3vqla__projectsGrid{grid-template-columns:1fr}}
.Skills-module__lhWK4a__skillsContainer{flex-direction:column;gap:28px;display:flex}.Skills-module__lhWK4a__skillCategory{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:var(--transition-normal);padding:28px}.Skills-module__lhWK4a__skillCategory:hover{background:var(--bg-card-hover);border-color:var(--border-hover)}.Skills-module__lhWK4a__skillCategoryName{color:var(--text-primary);align-items:center;gap:10px;margin-bottom:20px;font-size:1rem;font-weight:600;display:flex}.Skills-module__lhWK4a__skillCategoryName:before{content:"";background:var(--accent-primary);width:16px;height:2px;display:inline-block}.Skills-module__lhWK4a__skillList{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.Skills-module__lhWK4a__skillBadge{transition:var(--transition-fast);cursor:default;align-items:center;display:flex}.Skills-module__lhWK4a__skillBadge:hover{transform:translateY(-2px)}.Skills-module__lhWK4a__skillBadgeImg{border-radius:6px;width:auto;height:36px;display:block}.Skills-module__lhWK4a__skillBadgeText{border-radius:var(--radius-full);color:var(--text-secondary);border:1px solid var(--border-subtle);background:#ffffff08;padding:6px 14px;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:500}@media (max-width:768px){.Skills-module__lhWK4a__skillCategory{padding:20px}.Skills-module__lhWK4a__skillBadgeImg{height:30px}}
.Links-module__zAuqfW__linksSection{text-align:center}.Links-module__zAuqfW__linksProfile{flex-direction:column;align-items:center;gap:14px;margin-bottom:48px;display:flex}.Links-module__zAuqfW__linksAvatar{object-fit:cover;border:2px solid var(--border-subtle);border-radius:50%;width:90px;height:90px}.Links-module__zAuqfW__linksName{color:var(--text-primary);font-size:1.5rem;font-weight:700}.Links-module__zAuqfW__linksBio{color:var(--text-secondary);max-width:400px;font-size:.9rem}.Links-module__zAuqfW__socialIcons{grid-template-columns:repeat(6,minmax(0,56px));justify-content:center;gap:16px;max-width:440px;margin:0 auto;display:grid}.Links-module__zAuqfW__socialIcon{color:#111;width:56px;height:56px;transition:var(--transition-normal);cursor:pointer;background:#fff;border:1px solid #fffc;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex;box-shadow:0 12px 32px #00000038}.Links-module__zAuqfW__socialIcon:hover{color:#111;background:#fff;border-color:#fff;transform:translateY(-3px)scale(1.06);box-shadow:0 16px 36px #00000052}.Links-module__zAuqfW__socialIconImage{object-fit:contain;width:24px;height:24px}.Links-module__zAuqfW__footer{border-top:1px solid var(--border-subtle);flex-direction:column;align-items:center;gap:12px;margin-top:56px;padding-top:24px;display:flex}.Links-module__zAuqfW__footerText{color:var(--text-muted);letter-spacing:.05em;font-family:JetBrains Mono,monospace;font-size:.7rem}@media (max-width:480px){.Links-module__zAuqfW__socialIcons{grid-template-columns:repeat(4,minmax(0,52px));gap:12px;max-width:260px}.Links-module__zAuqfW__socialIcon{width:52px;height:52px}.Links-module__zAuqfW__socialIconImage{width:20px;height:20px}}
