@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@300;400;500;600&family=Fira+Code:wght@400;500&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#07091a;color:#f0f4ff;font-family:Inter,sans-serif}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#07091a}::-webkit-scrollbar-thumb{background:linear-gradient(#4f8ef7,#a855f7);border-radius:3px}a:hover{opacity:.85}input:focus,textarea:focus{border-color:#4f8ef799!important;box-shadow:0 0 0 3px #4f8ef71a}@keyframes orbDrift{0%{transform:translate(0) scale(1)}to{transform:translate(30px,20px) scale(1.08)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes ringPulse{0%,to{box-shadow:0 0 60px #4f8ef726,0 0 120px #a855f71a}50%{box-shadow:0 0 80px #4f8ef74d,0 0 150px #a855f733}}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-8px)}}@keyframes fadeInModal{0%{opacity:0}to{opacity:1}}@keyframes slideUpModal{0%{opacity:0;transform:translateY(30px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.grid-2col,.grid-hero,.grid-contact{grid-template-columns:1fr!important}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease;background:transparent}.navbar--scrolled{background:#07091aeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.1)}.navbar__container{max-width:1100px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:64px}.navbar__logo{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:22px;background:linear-gradient(135deg,#4f8ef7,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:pointer;flex-shrink:0}.navbar__logo-bracket{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:22px;background:none;-webkit-text-fill-color:rgba(79,142,247,.6);color:#4f8ef799}.navbar__links{display:flex;gap:4px;align-items:center}.navbar__btn{background:none;border:none;cursor:pointer;padding:6px 14px;border-radius:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#dce6ffa6;transition:color .2s}.navbar__btn--active{color:#4f8ef7;position:relative}.navbar__btn--active:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:60%;height:2px;border-radius:2px;background:linear-gradient(to right,#4f8ef7,#a855f7);animation:underlineIn .3s ease forwards}@keyframes underlineIn{0%{width:0%;opacity:0}to{width:60%;opacity:1}}.navbar__btn:hover{color:#f0f4ff}.navbar__hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:6px;border-radius:8px;width:36px;height:36px}.navbar__hamburger span{display:block;height:2px;border-radius:2px;background:#dce6ffbf;transition:all .3s ease;transform-origin:center}.navbar__hamburger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navbar__mobile-menu{display:none;flex-direction:column;background:#07091af7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.08);padding:0;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.navbar__mobile-menu--open{max-height:400px;padding:12px 0 16px}.navbar__mobile-btn{background:none;border:none;cursor:pointer;padding:14px 1.5rem;text-align:left;font-family:Inter,sans-serif;font-size:15px;font-weight:500;color:#dce6ffa6;transition:all .2s;border-left:3px solid transparent}.navbar__mobile-btn--active{color:#4f8ef7;border-left-color:#4f8ef7;background:#4f8ef70f}.navbar__mobile-btn:hover{color:#f0f4ff;background:#ffffff0a}.navbar__resume-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:0 15px;border-radius:999px;font-family:Inter,sans-serif;font-size:13px;font-weight:700;cursor:pointer;border:1px solid rgba(143,183,255,.22);background:linear-gradient(135deg,#4f8ef7f5,#a855f7f5);color:#fff;margin-left:8px;box-shadow:0 12px 30px #4f8ef729;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,opacity .2s ease}.navbar__resume-btn:hover{transform:translateY(-1px);border-color:#f0f4ff47;box-shadow:0 16px 38px #a855f738;opacity:1}.navbar__resume-icon{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.navbar__mobile-resume-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#4f8ef7,#a855f7);border:1px solid rgba(143,183,255,.22);cursor:pointer;padding:12px 1.5rem;font-family:Inter,sans-serif;font-size:15px;font-weight:700;color:#fff;margin:8px 1.5rem 4px;border-radius:10px;box-shadow:0 14px 34px #4f8ef729;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.navbar__mobile-resume-btn:hover{transform:translateY(-1px);box-shadow:0 18px 40px #a855f733;opacity:1}@media (max-width: 768px){.navbar__links{display:none}.navbar__hamburger,.navbar__mobile-menu{display:flex}}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:80px}.hero__orb{position:absolute;border-radius:50%;pointer-events:none;animation:orbDrift 12s ease-in-out infinite alternate}.hero__orb--blue{top:10%;left:5%;width:400px;height:400px;background:radial-gradient(circle,rgba(79,142,247,.094) 0%,transparent 70%)}.hero__orb--purple{bottom:5%;right:5%;width:350px;height:350px;background:radial-gradient(circle,rgba(168,85,247,.094) 0%,transparent 70%);animation-duration:15s;animation-direction:alternate-reverse}.hero__orb--green{top:40%;right:25%;width:200px;height:200px;background:radial-gradient(circle,rgba(16,217,160,.071) 0%,transparent 70%);animation-duration:10s}.hero__container{max-width:1100px;margin:0 auto;padding:0 1.5rem;width:100%;display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center;opacity:0;transform:translateY(30px);transition:all .8s ease}.hero__container--loaded{opacity:1;transform:translateY(0)}.hero__content{display:flex;flex-direction:column}.hero__badge{margin-bottom:16px}.hero__heading{font-family:Space Grotesk,sans-serif;font-size:clamp(2.2rem,5.5vw,4.5rem);font-weight:700;color:#f0f4ff;line-height:1.1;margin:0 0 .5rem}.hero__name{background:linear-gradient(135deg,#4f8ef7,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__role{font-family:Fira Code,monospace;font-size:clamp(1rem,2.5vw,1.4rem);color:#4f8ef7;min-height:2em;margin-bottom:1.5rem}.hero__cursor{animation:blink 1s step-end infinite;opacity:.8}.hero__desc{font-family:Inter,sans-serif;font-size:1.05rem;color:#dce6ffa6;line-height:1.8;max-width:520px;margin-bottom:2rem}.hero__cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:2rem}.hero__cta-icon{display:inline-flex;align-items:center;justify-content:center}.hero__cta-icon svg{width:18px;height:18px;display:block;fill:currentColor;color:#fff}.hero__whatsapp-icon{flex-shrink:0}.hero__socials{display:flex;gap:12px;flex-wrap:wrap}.hero__social-link{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:8px 16px;border-radius:50px;border:1px solid rgba(255,255,255,.1);color:#dce6ffa6;text-decoration:none;font-family:Inter,sans-serif;font-size:13px;font-weight:600;box-shadow:inset 0 1px #ffffff0f;transition:transform .22s ease,color .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;background:#ffffff0d}.hero__social-link:hover{transform:translateY(-2px);color:#f0f4ff;opacity:1}.hero__social-icon{display:inline-flex;align-items:center;justify-content:center}.hero__social-icon svg{width:17px;height:17px;fill:currentColor}.hero__social-link--github:hover{border-color:#f0f4ff52;background:#f0f4ff14;box-shadow:0 14px 34px #f0f4ff12}.hero__social-link--linkedin:hover{border-color:#4f8ef76b;background:#4f8ef71a;color:#72aaff;box-shadow:0 14px 34px #4f8ef724}.hero__social-link--email:hover{border-color:#10d9a06b;background:#10d9a01a;color:#10d9a0;box-shadow:0 14px 34px #10d9a021}.hero__avatar-wrap{opacity:0;transform:scale(.8);transition:all .9s ease .2s}.hero__avatar-wrap--loaded{opacity:1;transform:scale(1)}.hero__avatar-ring{width:240px;height:240px;border-radius:50%;background:linear-gradient(135deg,#4f8ef733,#a855f733);border:2px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 0 60px #4f8ef725,0 0 120px #a855f717;animation:ringPulse 3s ease-in-out infinite}.hero__avatar-inner{width:200px;height:200px;border-radius:50%;background:linear-gradient(135deg,#0d1230,#07091a);border:2px solid rgba(79,142,247,.267);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;overflow:hidden;position:relative}.hero__avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center top;opacity:0;transition:opacity .4s ease;position:absolute;top:0;left:0}.hero__avatar-img--loaded{opacity:1}.hero__avatar-initials{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:16px;background:linear-gradient(135deg,#4f8ef7,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:1}.hero__scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;animation:bounce 2s ease-in-out infinite}.hero__scroll-text{font-family:Inter,sans-serif;font-size:12px;color:#b4c8ff66}.hero__scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,#4f8ef7,transparent)}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:50px;font-family:Space Grotesk,sans-serif;font-weight:600;font-size:15px;cursor:pointer;border:none;transition:all .25s ease;text-decoration:none}.btn--primary{background:linear-gradient(135deg,#4f8ef7,#a855f7);color:#fff}.btn--outline{background:transparent;color:#dce6ffa6;outline:1.5px solid rgba(255,255,255,.1)}.chip{display:inline-block;border-radius:6px;padding:3px 10px;font-size:12px;font-family:Fira Code,monospace;font-weight:500}.chip--green{background:#10d9a022;border:1px solid rgba(16,217,160,.333);color:#10d9a0}.chip--blue{background:#4f8ef722;border:1px solid rgba(79,142,247,.333);color:#4f8ef7}.chip--purple{background:#a855f722;border:1px solid rgba(168,85,247,.333);color:#a855f7}.glass{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.section-title{font-family:Space Grotesk,sans-serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;color:#f0f4ff;margin-bottom:.4rem}.section-divider{width:60px;height:3px;border-radius:2px;margin:1rem auto 0}.section-header{text-align:center;margin-bottom:3.5rem}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}@media (max-width: 768px){.hero{min-height:auto;padding-top:96px;padding-bottom:2.75rem}.section-header{margin-bottom:2.35rem}.section-title{font-size:clamp(2rem,8vw,2.7rem);line-height:1.12}.hero__scroll-indicator{display:none}.hero__container{grid-template-columns:1fr!important;gap:1.75rem;text-align:center}.hero__content{align-items:center}.hero__badge{margin-bottom:14px}.hero__heading{max-width:560px;font-size:3.05rem;line-height:1.04}.hero__role{font-size:1.15rem;margin-bottom:1.25rem}.hero__desc{max-width:560px;margin-bottom:1.7rem;font-size:1rem;line-height:1.75;text-align:center}.hero__cta{width:min(100%,340px);margin-bottom:1.45rem;justify-content:center}.hero__cta .btn{width:100%;justify-content:center}.hero__socials{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:min(100%,420px);justify-content:initial}.hero__social-link{width:100%;min-height:42px;min-width:0;padding:8px 10px;gap:6px;font-size:12px;justify-content:center;justify-self:center}.hero__social-icon svg{width:15px;height:15px}.hero__avatar-wrap{display:grid;place-items:center;justify-self:center;width:220px;height:220px;margin-left:auto;margin-right:auto;order:-1;margin-bottom:.15rem}.hero__avatar-ring{width:160px;height:160px}.hero__avatar-inner{width:132px;height:132px;border-width:3px}}@media (max-width: 420px){.hero{padding-top:88px;padding-bottom:2.4rem}.hero__container{gap:1.6rem;padding:0 1.25rem}.hero__avatar-wrap{width:190px;height:190px;justify-self:center;margin-left:auto;margin-right:auto}.hero__avatar-ring{width:146px;height:146px}.hero__avatar-inner{width:120px;height:120px}.hero__heading{font-size:2.45rem}.hero__role{font-size:1rem}.hero__desc{font-size:.98rem}.hero__cta{width:100%}.hero__socials{width:100%;gap:8px}.hero__social-link{min-height:40px;padding:8px;font-size:11.5px}.hero__social-icon svg{width:14px;height:14px}}.reveal-section{opacity:0;transform:translateY(40px);transition:opacity .6s ease,transform .6s ease}.reveal-section.visible{opacity:1;transform:translateY(0)}.about{padding:6rem 0}.about__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about__text{display:flex;flex-direction:column;gap:0}.about__para{font-family:Inter,sans-serif;font-size:1.05rem;color:#dce6ffa6;line-height:1.9;margin-bottom:1.5rem}.about__strong{color:#f0f4ff}.about__highlights{display:grid;grid-template-columns:1fr 1fr;gap:16px}.about__highlight-card{padding:1.5rem;transition:all .3s ease;cursor:default;overflow:hidden}.about__highlight-card:hover{border-color:#4f8ef766;box-shadow:0 8px 30px #4f8ef71a;transform:translateY(-3px)}.about__highlight-icon{width:48px;height:48px;border-radius:15px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4f8ef71f,#10d9a014);border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 1px #ffffff14;margin-bottom:10px}.about__highlight-icon svg{width:32px;height:32px;overflow:visible}.about__svg-soft{fill:#4f8ef724}.about__svg-fill{fill:#4f8ef7}.about__svg-fill--alt{fill:#a855f7}.about__svg-stroke{fill:none;stroke:#8fb8ff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.about__svg-stroke--green{stroke:#10d9a0}.about__highlight-title{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:15px;color:#f0f4ff;margin-bottom:4px}.about__highlight-desc{font-family:Inter,sans-serif;font-size:13px;color:#dce6ffa6}@media (max-width: 768px){.about{padding:3.25rem 0}.about__grid{grid-template-columns:1fr!important;gap:2rem}.about__para{margin-bottom:1.15rem;line-height:1.75}.about__highlight-card{padding:1.2rem}}@media (max-width: 420px){.about{padding:2.9rem 0}}.education{padding:6rem 0;background:linear-gradient(180deg,transparent,rgba(13,18,48,.333),transparent)}.education__timeline{max-width:640px;margin:0 auto;position:relative}.education__line{position:absolute;left:28px;top:40px;bottom:40px;width:2px;background:linear-gradient(to bottom,#10d9a0,#a855f7,#4f8ef7,#f59e0b);opacity:.4}.education__item{display:flex;gap:20px;position:relative}.education__item--spaced{margin-bottom:2rem}.education__icon{width:56px;height:56px;flex-shrink:0;border-radius:50%;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:24px;transition:all .25s ease;z-index:1}.education__icon--hover{background:linear-gradient(135deg,#4f8ef733,#a855f733);border-color:#4f8ef7}.education__content{flex:1;padding:1.25rem 1.5rem;transition:all .25s ease}.education__content--hover{border-color:#4f8ef744}.education__content-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:8px;margin-bottom:6px}.education__title{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:1.05rem;color:#f0f4ff;margin:0 0 3px}.education__institution{font-family:Inter,sans-serif;font-size:13px;font-weight:500;margin:0}.education__meta-chips{display:flex;flex-direction:column;align-items:flex-end;gap:5px;flex-shrink:0}.education__period-chip{font-family:Fira Code,monospace!important;font-size:11px!important;background:#4f8ef71f!important;border:1px solid rgba(79,142,247,.3)!important;color:#4f8ef7!important}.education__status-chip{font-size:11px!important}.education__done-chip{font-size:11px!important;background:#10d9a01a!important;border:1px solid rgba(16,217,160,.3)!important;color:#10d9a0!important}.education__stats{display:flex;gap:20px;flex-wrap:wrap;padding:.65rem 1rem;background:#ffffff08;border-radius:10px;border:1px solid rgba(255,255,255,.05);margin-top:8px}.education__stat{display:flex;flex-direction:column;gap:2px}.education__stat-label{font-family:Inter,sans-serif;font-size:10px;color:#b4c8ff66;text-transform:uppercase;letter-spacing:.06em}.education__stat-value{font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:700}@media (max-width: 640px){.education{padding:3.25rem 0}.education__content-header{flex-direction:column}.education__meta-chips{flex-direction:row;align-items:center}.education__item{gap:14px}.education__item--spaced{margin-bottom:1.5rem}.education__content{padding:1.1rem}}@media (max-width: 420px){.education{padding:2.9rem 0}}.skills{padding:6rem 0;scroll-margin-top:80px;background:radial-gradient(circle at 50% 8%,rgba(79,142,247,.12),transparent 34%),linear-gradient(180deg,transparent,rgba(13,18,48,.34),transparent)}.skills__subtitle{max-width:660px;margin:.65rem auto 0;color:#dce6ff94;font-size:.95rem;line-height:1.7}.skills__overview{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.2rem;align-items:center;margin-bottom:1.4rem;padding:1.25rem;border:1px solid rgba(79,142,247,.22);border-radius:8px;background:linear-gradient(135deg,#4f8ef71a,#a855f714),#ffffff09;box-shadow:inset 0 1px #ffffff0f}.skills__overview-kicker{display:inline-flex;margin-bottom:.55rem;padding:4px 9px;border:1px solid rgba(79,142,247,.34);border-radius:6px;color:#8fb7ff;background:#4f8ef71a;font-family:Fira Code,monospace;font-size:11px;font-weight:700}.skills__overview-main h3{margin:0;color:#f0f4ff;font-family:Space Grotesk,sans-serif;font-size:clamp(1.2rem,2.5vw,1.7rem);line-height:1.15}.skills__overview-main p{max-width:620px;margin:.55rem 0 0;color:#dce6ff99;font-size:.92rem;line-height:1.75}.skills__stack-strip{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:430px}.skills__stack-strip span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#f0f4ffe0;background:#ffffff0e;font-family:Space Grotesk,sans-serif;font-size:.84rem;font-weight:700}.skills__matrix{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.skills__group{grid-column:span 2;position:relative;min-height:360px;overflow:hidden;padding:1.15rem;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:linear-gradient(145deg,color-mix(in srgb,var(--skills-accent) 10%,transparent),#ffffff08),#ffffff09;box-shadow:0 24px 70px #0003;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.skills__group:nth-child(1),.skills__group:nth-child(2){grid-column:span 3}.skills__group:hover{transform:translateY(-5px);border-color:color-mix(in srgb,var(--skills-accent) 50%,rgba(255,255,255,.12));box-shadow:0 28px 90px color-mix(in srgb,var(--skills-accent) 14%,rgba(0,0,0,.24))}.skills__group:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 18% 0%,color-mix(in srgb,var(--skills-accent) 22%,transparent),transparent 36%);opacity:.8;pointer-events:none}.skills__group:after{content:"";position:absolute;inset:auto 0 0;height:2px;background:linear-gradient(90deg,var(--skills-accent),rgba(168,85,247,.85))}.skills__group-top,.skills__group-copy,.skills__skill-list{position:relative}.skills__group-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.skills__group-icon{width:62px;height:62px;display:flex;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,var(--skills-accent) 36%,rgba(255,255,255,.12));border-radius:8px;color:color-mix(in srgb,var(--skills-accent) 86%,#ffffff);background:linear-gradient(135deg,color-mix(in srgb,var(--skills-accent) 18%,transparent),#ffffff0b)}.skills__group-icon svg{width:36px;height:36px;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.skills__group-number{color:#dce6ff38;font-family:Fira Code,monospace;font-size:.78rem;font-weight:700}.skills__group-copy{margin-top:1.35rem}.skills__group-focus{display:inline-flex;margin-bottom:.55rem;color:var(--skills-accent);font-family:Fira Code,monospace;font-size:11px;font-weight:700}.skills__group-copy h3{margin:0;color:#f0f4ff;font-family:Space Grotesk,sans-serif;font-size:1.25rem;line-height:1.18}.skills__group-copy p{margin:.55rem 0 0;color:#dce6ff94;font-size:.88rem;line-height:1.7}.skills__skill-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:1.15rem}.skills__skill-pill{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center;min-height:58px;padding:.55rem;border:1px solid rgba(255,255,255,.09);border-radius:8px;background:#ffffff0e}.skills__skill-pill>span{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,var(--skills-accent) 30%,rgba(255,255,255,.1));border-radius:7px;color:#f0f4ff;background:color-mix(in srgb,var(--skills-accent) 12%,transparent);font-family:Space Grotesk,sans-serif;font-size:.72rem;font-weight:800}.skills__skill-pill strong,.skills__skill-pill small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.skills__skill-pill strong{color:#f0f4ff;font-family:Space Grotesk,sans-serif;font-size:.9rem;line-height:1.2}.skills__skill-pill small{margin-top:2px;color:#dce6ff75;font-size:.72rem}@media (max-width: 960px){.skills__overview{grid-template-columns:1fr}.skills__stack-strip{justify-content:flex-start;max-width:none}.skills__group,.skills__group:nth-child(1),.skills__group:nth-child(2){grid-column:span 3}}@media (max-width: 700px){.skills{padding:3.25rem 0}.skills .container{padding:0 1rem}.skills__overview{padding:1rem;margin-bottom:1.1rem}.skills__matrix{grid-template-columns:1fr}.skills__group,.skills__group:nth-child(1),.skills__group:nth-child(2){grid-column:auto;min-height:auto}.skills__skill-list{grid-template-columns:1fr}}@media (max-width: 420px){.skills{padding:2.9rem 0}}.browser{background:#1a1d2e;border-radius:12px;overflow:hidden;width:100%;border:1px solid rgba(255,255,255,.08)}.browser__bar{background:#252838;height:38px;display:flex;align-items:center;gap:8px;padding:0 12px;border-bottom:1px solid rgba(0,0,0,.3);flex-shrink:0}.browser__lights{display:flex;gap:6px;align-items:center;flex-shrink:0}.browser__light{width:12px;height:12px;border-radius:50%;display:block}.browser__light--red{background:#ff5f57}.browser__light--yellow{background:#ffbd2e}.browser__light--green{background:#28c840}.browser__nav{display:flex;gap:2px;flex-shrink:0}.browser__url-bar{flex:1;background:#0000004d;border:1px solid rgba(255,255,255,.07);border-radius:6px;height:22px;display:flex;align-items:center;gap:5px;padding:0 8px;min-width:0}.browser__url-lock{flex-shrink:0}.browser__url-text{font-family:Fira Code,monospace;font-size:11px;color:#b4c8ff73;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.browser__toolbar-right{display:flex;gap:4px;flex-shrink:0}.browser__toolbar-dot{width:14px;height:4px;border-radius:2px;background:#ffffff1a}.browser__content{position:relative;height:200px;overflow:hidden;background:#0d1020}.browser__screenshot{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;opacity:0;transition:opacity .5s ease;display:block}.browser__screenshot--loaded{opacity:1}.browser__inner-shadow{position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to top,rgba(13,16,32,.7),transparent);pointer-events:none;z-index:2}.browser__skeleton{position:absolute;top:0;right:0;bottom:0;left:0;padding:20px 16px;display:flex;flex-direction:column;gap:10px;animation:browserShimmer 1.5s ease-in-out infinite alternate}.browser__skeleton-bar{height:14px;border-radius:6px}.browser__skeleton-block{height:60px;border-radius:8px;margin-top:4px}.browser__skeleton-line{height:10px;width:100%;border-radius:4px;background:#ffffff0d}@keyframes browserShimmer{0%{opacity:.4}to{opacity:.9}}.browser__fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.browser__fallback-icon{font-size:2rem;opacity:.5}.browser__fallback-text{font-family:Fira Code,monospace;font-size:12px;opacity:.4}@media (max-width: 768px){.browser__url-text{font-size:10px}.browser__content{height:180px}}.projects{padding:6rem 0;scroll-margin-top:80px}.projects__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:28px;margin-top:1rem;width:100%}.projects__grid>*{min-width:0}.projects__card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:20px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;min-width:0}.projects__card--hover{transform:translateY(-6px)}.projects__mockup-wrap{padding:14px 14px 0;background:#0003;border-bottom:1px solid rgba(255,255,255,.05);min-width:0}.projects__preview{padding:16px 16px 0;border-bottom:1px solid rgba(255,255,255,.06);min-height:180px;display:flex;flex-direction:column}.projects__browser-bar{background:#00000059;border-radius:8px 8px 0 0;padding:8px 12px;display:flex;align-items:center;gap:10px;flex-shrink:0}.projects__browser-dots{display:flex;gap:5px;flex-shrink:0}.projects__browser-dots span{width:10px;height:10px;border-radius:50%;display:block}.projects__browser-url{flex:1;background:#ffffff12;border-radius:4px;padding:3px 10px;font-family:Fira Code,monospace;font-size:11px;color:#b4c8ff66;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.projects__preview-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;gap:6px}.projects__preview-icon{font-size:2.2rem;margin-bottom:4px}.projects__preview-name{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:1.3rem}.projects__preview-url{font-family:Fira Code,monospace;font-size:11px;color:#b4c8ff59}.projects__card-body{padding:1.5rem;display:flex;flex-direction:column;flex:1}.projects__badges{display:flex;gap:8px;margin-bottom:1rem;flex-wrap:wrap}.projects__card-title{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:1.35rem;color:#f0f4ff;margin:0 0 .3rem}.projects__card-subtitle{font-family:Inter,sans-serif;font-size:13px;font-weight:500;margin-bottom:.75rem}.projects__card-desc{font-family:Inter,sans-serif;font-size:13.5px;color:#dce6ff99;line-height:1.75;margin-bottom:1.2rem;flex:1}.projects__tech{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:1.25rem}.projects__actions{display:flex;gap:10px;flex-wrap:wrap}.projects__btn{font-size:13px!important;padding:9px 20px!important;flex:1;text-align:center;justify-content:center}.projects__btn-icon{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media (max-width: 768px){.projects{padding:3.25rem 0;overflow-x:hidden}.projects .container{max-width:100%;width:100%;padding:0 1rem}.projects__grid{grid-template-columns:minmax(0,1fr);gap:20px;margin-top:0}.projects__card{width:100%}.projects__mockup-wrap{padding:10px 10px 0}.projects__card-body{padding:1.25rem 1rem;min-width:0}.projects__card-title{font-size:1.25rem}.projects__card-subtitle,.projects__card-desc{overflow-wrap:anywhere}.projects .browser,.projects .browser__bar,.projects .browser__url-bar,.projects .browser__url-text{min-width:0}.projects .browser__bar{gap:6px;padding:0 8px}.projects .browser__toolbar-right{display:none}}@media (max-width: 420px){.projects{padding:2.9rem 0}.projects .container{padding:0 .875rem}.projects__mockup-wrap{padding:8px 8px 0}.projects__card-body{padding:1rem}}.certifications{padding:6rem 0}.certifications__subtitle{font-family:Inter,sans-serif;font-size:1rem;color:#dce6ffa6;margin-top:.75rem}.certifications__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;align-items:stretch}.certifications__card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:hidden;cursor:pointer;transform:translateY(0);transition:all .3s ease;display:flex;flex-direction:column;height:100%}.certifications__card--hover{transform:translateY(-6px)}.certifications__preview{position:relative;width:100%;height:220px;overflow:hidden;display:flex;align-items:center;justify-content:center}.certifications__preview-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;opacity:0;transition:opacity .4s ease;display:block;padding:8px}.certifications__preview-img--loaded{opacity:1}.certifications__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.certifications__placeholder-icon{font-size:40px}.certifications__placeholder-text{font-family:Fira Code,monospace;font-size:12px;opacity:.7}.certifications__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 40%,rgba(7,9,26,.867));display:flex;align-items:flex-end;justify-content:center;padding-bottom:14px;opacity:0;transition:opacity .3s ease}.certifications__overlay--show{opacity:1}.certifications__overlay-btn{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:13px;color:#fff;padding:6px 18px;border-radius:50px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.certifications__badge{position:absolute}.certifications__badge--status{top:12px;right:12px}.certifications__badge--category{top:12px;left:12px}.certifications__body{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;flex:1}.certifications__badges-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:.85rem}.certifications__title{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:1.1rem;color:#f0f4ff;margin:0 0 .3rem}.certifications__meta{display:flex;align-items:center;gap:8px;margin-bottom:.75rem}.certifications__issuer{font-family:Inter,sans-serif;font-size:13px;font-weight:500}.certifications__dot{color:#b4c8ff66;font-size:12px}.certifications__date{font-family:Fira Code,monospace;font-size:12px;color:#b4c8ff66}.certifications__desc{font-family:Inter,sans-serif;font-size:13px;color:#dce6ffa6;line-height:1.65;margin-bottom:1rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.certifications__skills{display:flex;gap:6px;flex-wrap:wrap}.certifications__skill-chip{padding:3px 9px!important;border-radius:5px!important}.certifications__modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#040614eb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fadeInModal .25s ease}.certifications__modal{background:#0d1230;border-radius:24px;max-width:760px;width:100%;max-height:90vh;overflow:auto;animation:slideUpModal .3s ease}.certifications__modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.certifications__modal-info{display:flex;align-items:center;gap:12px}.certifications__modal-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px}.certifications__modal-title{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:1.05rem;color:#f0f4ff;margin:0}.certifications__modal-meta{font-family:Inter,sans-serif;font-size:12px;color:#b4c8ff66;margin:0}.certifications__modal-close{background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#dce6ffa6;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:all .2s}.certifications__modal-close:hover{background:#ffffff26;color:#f0f4ff}.certifications__modal-image-wrap{padding:1.5rem 1.75rem 1rem}.certifications__modal-image-box{border-radius:16px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;min-height:260px;max-height:65vh}.certifications__modal-img{max-width:100%;max-height:65vh;width:auto;height:auto;object-fit:contain;display:block;border-radius:12px}.certifications__modal-footer{padding:1rem 1.75rem 1.5rem;display:flex;gap:12px;flex-wrap:wrap;align-items:center;justify-content:space-between}.certifications__modal-skills{display:flex;gap:8px;flex-wrap:wrap}.certifications__modal-actions{display:flex;gap:10px}.certifications__modal-btn{padding:9px 20px!important;font-size:13px!important}@media (max-width: 768px){.certifications{padding:3.25rem 0}.certifications .container{padding:0 1rem}.certifications__subtitle{font-size:.95rem;line-height:1.6}.certifications__grid{grid-template-columns:minmax(0,1fr);gap:20px}.certifications__preview{height:190px}.certifications__body{padding:1.1rem}}@media (max-width: 420px){.certifications{padding:2.9rem 0}.certifications__preview{height:180px}}.footer{position:relative;overflow:hidden;border-top:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,#0d1230b8,#07091afa),#07091a}.footer__container{padding-top:3rem;padding-bottom:2rem}.footer__top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.5rem;align-items:center;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer__eyebrow{display:inline-flex;align-items:center;width:fit-content;margin-bottom:.65rem;padding:4px 11px;border-radius:999px;border:1px solid rgba(16,217,160,.28);background:#10d9a014;color:#10d9a0;font-family:Fira Code,monospace;font-size:12px;font-weight:500}.footer__title{max-width:640px;margin:0;color:#f0f4ff;font-family:Space Grotesk,sans-serif;font-size:clamp(1.55rem,3vw,2.3rem);font-weight:700;line-height:1.12}.footer__cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 20px;border-radius:999px;border:1px solid rgba(79,142,247,.34);background:linear-gradient(135deg,#4f8ef7,#a855f7);color:#fff;font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:700;text-decoration:none;box-shadow:0 18px 44px #4f8ef729;transition:transform .22s ease,box-shadow .22s ease,opacity .22s ease}.footer__cta-whatsapp{width:19px;height:19px;fill:currentColor;color:#fff;flex-shrink:0}.footer__cta-arrow{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.footer__cta:hover{transform:translateY(-2px);box-shadow:0 22px 54px #a855f73d;opacity:1}.footer__main{display:grid;grid-template-columns:minmax(250px,1.05fr) minmax(250px,.95fr) minmax(160px,.6fr) auto;gap:2rem;align-items:start;padding:2.5rem 0}.footer__brand{min-width:0}.footer__logo{display:inline-flex;align-items:center;gap:2px;width:fit-content;color:#6f86ff;font-family:Space Grotesk,sans-serif;font-size:21px;font-weight:800;text-decoration:none;letter-spacing:0}.footer__logo span{color:#4f8ef7bf}.footer__tagline{max-width:460px;margin-top:.85rem;color:#dce6ff94;font-family:Inter,sans-serif;font-size:14px;line-height:1.8}.footer__heading{display:block;margin-bottom:.9rem;color:#f0f4ffe0;font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:700}.footer__contact-list{display:grid;gap:10px}.footer__contact-link{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;align-items:center;min-height:58px;padding:8px;border-radius:8px;border:1px solid rgba(255,255,255,.09);background:#ffffff0b;color:inherit;text-decoration:none;transition:border-color .22s ease,background .22s ease,transform .22s ease}.footer__contact-link:hover{transform:translateY(-2px);border-color:#4f8ef75c;background:#4f8ef714;opacity:1}.footer__contact-icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid rgba(79,142,247,.26);background:#4f8ef714;color:#8fb7ff}.footer__contact-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.footer__contact-link small,.footer__contact-link strong{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.footer__contact-link small{color:#b4c8ff6b;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0}.footer__contact-link strong{margin-top:2px;color:#f0f4ffd6;font-family:Inter,sans-serif;font-size:13px;font-weight:600}.footer__nav-links{display:grid;grid-template-columns:repeat(2,minmax(76px,1fr));gap:.65rem 1.1rem}.footer__nav-link{width:fit-content;padding:0;border:0;background:transparent;color:#dce6ff8f;font-family:Inter,sans-serif;font-size:13px;font-weight:500;text-decoration:none;text-align:left;cursor:pointer;transition:color .2s ease,transform .2s ease}.footer__nav-link:hover{color:#f0f4ff;transform:translate(3px);opacity:1}.footer__social-block{min-width:190px}.footer__socials{display:flex;gap:12px}.footer__social-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:14px;border:1px solid rgba(255,255,255,.11);background:#ffffff0e;color:#f0f4ffd1;text-decoration:none;box-shadow:inset 0 1px #ffffff14;transition:color .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease,transform .22s ease}.footer__social-link svg{width:21px;height:21px;fill:currentColor}.footer__social-link:after{content:attr(aria-label);position:absolute;left:50%;bottom:calc(100% + 9px);transform:translate(-50%) translateY(6px);padding:5px 8px;border-radius:8px;background:#07091af5;border:1px solid rgba(255,255,255,.12);color:#f0f4ffdb;font-family:Inter,sans-serif;font-size:11px;font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.footer__social-link:hover{transform:translateY(-3px);opacity:1}.footer__social-link:hover:after{opacity:1;transform:translate(-50%) translateY(0)}.footer__social-link--github:hover{border-color:#f0f4ff52;background:#f0f4ff1a;color:#f0f4ff;box-shadow:0 16px 36px #f0f4ff14}.footer__social-link--linkedin:hover{border-color:#4f8ef773;background:#4f8ef71f;color:#69a6ff;box-shadow:0 16px 36px #4f8ef729}.footer__social-link--leetcode:hover{border-color:#ffa11675;background:#ffa1161f;color:#ffa116;box-shadow:0 16px 36px #ffa11624}.footer__bottom{display:flex;justify-content:space-between;gap:1rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.08);color:#b4c8ff6b;font-family:Inter,sans-serif;font-size:13px}@media (max-width: 768px){.footer__container{padding-top:2.5rem;padding-bottom:1.5rem}.footer__top{grid-template-columns:1fr;padding-bottom:2rem}.footer__cta{width:100%}.footer__main{grid-template-columns:1fr;gap:1.75rem;padding:2rem 0}.footer__social-block{min-width:0}.footer__nav-links{grid-template-columns:repeat(2,minmax(110px,1fr));gap:.75rem 1rem}.footer__social-link:after{display:none}.footer__bottom{flex-direction:column;align-items:center;text-align:center}}@media (max-width: 420px){.footer__title{font-size:1.45rem}.footer__socials{width:100%}.footer__social-link{flex:1;max-width:58px}}
