.Nav-module__jmVfSG__nav{z-index:1000;height:var(--nav-height);transition:all var(--transition);position:fixed;top:0;left:0;right:0}.Nav-module__jmVfSG__nav.Nav-module__jmVfSG__scrolled{background:var(--nav-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.Nav-module__jmVfSG__inner{justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;height:100%;margin:0 auto;padding:0 2rem;display:flex}.Nav-module__jmVfSG__actions{align-items:center;gap:.75rem;display:flex}.Nav-module__jmVfSG__logo{cursor:pointer;align-items:center;gap:2px;text-decoration:none;display:flex}.Nav-module__jmVfSG__logoText{color:var(--text);font-family:JetBrains Mono,monospace;font-size:1.4rem;font-weight:700}.Nav-module__jmVfSG__logoDot{color:var(--accent);font-size:1.8rem;font-weight:700;line-height:1}.Nav-module__jmVfSG__links{align-items:center;gap:.25rem;list-style:none;display:flex}.Nav-module__jmVfSG__link{cursor:pointer;color:var(--text-muted);transition:all var(--transition);background:0 0;border:none;border-radius:8px;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;position:relative}.Nav-module__jmVfSG__link:after{content:"";background:var(--accent);width:0;height:2px;transition:width var(--transition);border-radius:99px;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.Nav-module__jmVfSG__link:hover{color:var(--text)}.Nav-module__jmVfSG__link:hover:after{width:20px}.Nav-module__jmVfSG__linkActive{color:var(--accent)!important}.Nav-module__jmVfSG__linkActive:after{width:20px!important}.Nav-module__jmVfSG__hireCta{color:var(--accent);border:1.5px solid var(--accent);cursor:pointer;transition:all var(--transition);white-space:nowrap;background:0 0;border-radius:99px;padding:.55rem 1.4rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600}.Nav-module__jmVfSG__hireCta:hover{background:var(--accent);color:var(--btn-text);box-shadow:0 4px 16px #00000026}.Nav-module__jmVfSG__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Nav-module__jmVfSG__hamburger span{background:var(--text);width:24px;height:2px;transition:all var(--transition);border-radius:99px;display:block}.Nav-module__jmVfSG__hamburger.Nav-module__jmVfSG__open span:first-child{transform:translateY(7px)rotate(45deg)}.Nav-module__jmVfSG__hamburger.Nav-module__jmVfSG__open span:nth-child(2){opacity:0}.Nav-module__jmVfSG__hamburger.Nav-module__jmVfSG__open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Nav-module__jmVfSG__mobileMenu{background:var(--mobile-menu-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);flex-direction:column;gap:.5rem;padding:1.5rem 2rem;display:flex}.Nav-module__jmVfSG__mobileActions{align-items:center;gap:.75rem;padding-top:.5rem;display:flex}.Nav-module__jmVfSG__mobileLink{cursor:pointer;color:var(--text-muted);text-align:left;transition:all var(--transition);background:0 0;border:none;border-radius:8px;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500}.Nav-module__jmVfSG__mobileLink:hover,.Nav-module__jmVfSG__mobileLinkActive{color:var(--accent);background:var(--accent-dim)}@media (max-width:768px){.Nav-module__jmVfSG__links,.Nav-module__jmVfSG__actions{display:none}.Nav-module__jmVfSG__hamburger{display:flex}}.Nav-module__jmVfSG__themeToggle{border:1px solid var(--border);width:36px;height:36px;color:var(--text-muted);cursor:pointer;transition:all var(--transition);background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Nav-module__jmVfSG__themeToggle:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-dim)}.Nav-module__jmVfSG__togglePlaceholder{flex-shrink:0;width:36px;height:36px}
.Hero-module__gNeX-G__hero{min-height:100vh;padding-top:var(--nav-height);flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden}.Hero-module__gNeX-G__hero:before{content:"";background-image:radial-gradient(circle, var(--dot-grid-color) 1px, transparent 1px);pointer-events:none;background-size:28px 28px;position:absolute;inset:0}.Hero-module__gNeX-G__inner{flex:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding-top:3rem;padding-bottom:3rem;display:grid}.Hero-module__gNeX-G__content{flex-direction:column;gap:1.5rem;display:flex}.Hero-module__gNeX-G__badge{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-muted);letter-spacing:.05em;border-radius:99px;align-items:center;gap:.5rem;width:fit-content;padding:.4rem 1rem;font-family:JetBrains Mono,monospace;font-size:.8rem;font-weight:600;animation:.6s both Hero-module__gNeX-G__fadeInUp;display:inline-flex}.Hero-module__gNeX-G__badgeDot{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:2s infinite Hero-module__gNeX-G__pulse}@keyframes Hero-module__gNeX-G__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.Hero-module__gNeX-G__heading{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:800;line-height:1.1;animation:.6s .1s both Hero-module__gNeX-G__fadeInUp}.Hero-module__gNeX-G__accent{color:var(--accent);display:block}.Hero-module__gNeX-G__roleRow{align-items:center;gap:1rem;animation:.6s .2s both Hero-module__gNeX-G__fadeInUp;display:flex}.Hero-module__gNeX-G__roleLine{background:var(--accent);border-radius:99px;flex-shrink:0;width:40px;height:2px;display:block}.Hero-module__gNeX-G__role{color:var(--text-muted);letter-spacing:.05em;font-family:JetBrains Mono,monospace;font-size:1rem}.Hero-module__gNeX-G__bio{color:var(--text-muted);max-width:500px;font-size:1.05rem;line-height:1.8;animation:.6s .3s both Hero-module__gNeX-G__fadeInUp}.Hero-module__gNeX-G__socials{gap:.75rem;animation:.6s .4s both Hero-module__gNeX-G__fadeInUp;display:flex}.Hero-module__gNeX-G__socialBtn{background:var(--bg-card);border:1px solid var(--border);width:42px;height:42px;color:var(--text-muted);transition:all var(--transition);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;display:flex}.Hero-module__gNeX-G__socialBtn:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-3px);box-shadow:0 6px 16px #0000001f}.Hero-module__gNeX-G__ctas{flex-wrap:wrap;gap:1rem;animation:.6s .5s both Hero-module__gNeX-G__fadeInUp;display:flex}.Hero-module__gNeX-G__btnIcon{align-items:center;gap:.5rem;display:inline-flex}.Hero-module__gNeX-G__photoWrapper{justify-content:center;align-items:center;animation:.8s .3s both Hero-module__gNeX-G__fadeIn;display:flex}.Hero-module__gNeX-G__photoOuter{justify-content:center;align-items:center;width:380px;height:380px;display:flex;position:relative}.Hero-module__gNeX-G__ring{border:1px dashed var(--border);border-radius:50%;position:absolute;inset:0}.Hero-module__gNeX-G__ringDot{background:var(--accent);transform-origin:0 0;width:7px;height:7px;transform:rotate(calc(var(--i) * 30deg)) translateX(188px) translateY(-50%);border-radius:50%;position:absolute;top:50%;left:50%}.Hero-module__gNeX-G__glow{background:radial-gradient(circle,#0000000a 0%,#0000 70%);border-radius:50%;width:280px;height:280px;position:absolute}.Hero-module__gNeX-G__photo{border:2px solid var(--border);background:var(--bg-secondary);border-radius:50%;width:280px;height:280px;position:relative;overflow:hidden;box-shadow:0 8px 40px #0000001a}.Hero-module__gNeX-G__photoImg{object-fit:cover;width:100%;height:100%}.Hero-module__gNeX-G__statsBar{border-top:1px solid var(--border);background:var(--bg-secondary);margin-top:2rem;padding:2rem 0}.Hero-module__gNeX-G__statsInner{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;display:flex}.Hero-module__gNeX-G__stat{flex-direction:row;align-items:center;gap:1rem;padding:.5rem 3rem;display:flex}.Hero-module__gNeX-G__statDivider{background:var(--border);width:1px;height:40px;margin-right:3rem}.Hero-module__gNeX-G__statValue{color:var(--accent);font-family:JetBrains Mono,monospace;font-size:2.2rem;font-weight:800;line-height:1}.Hero-module__gNeX-G__statLabel{color:var(--text-muted);max-width:80px;font-size:.82rem;font-weight:500;line-height:1.3}@media (max-width:900px){.Hero-module__gNeX-G__inner{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__gNeX-G__roleRow,.Hero-module__gNeX-G__socials,.Hero-module__gNeX-G__ctas{justify-content:center}.Hero-module__gNeX-G__bio{max-width:100%}.Hero-module__gNeX-G__photoWrapper{order:-1}.Hero-module__gNeX-G__photoOuter{width:280px;height:280px}.Hero-module__gNeX-G__photo{width:200px;height:200px}.Hero-module__gNeX-G__ringDot{transform:rotate(calc(var(--i) * 30deg)) translateX(138px) translateY(-50%)}}@media (max-width:600px){.Hero-module__gNeX-G__stat{padding:.5rem 1rem}.Hero-module__gNeX-G__statValue{font-size:1.8rem}}
.TechStack-module__TxBf7G__categories{flex-direction:column;gap:3rem;display:flex}.TechStack-module__TxBf7G__category{flex-direction:column;gap:1.25rem;display:flex}.TechStack-module__TxBf7G__categoryLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);padding-left:.25rem;font-size:.78rem;font-weight:600;position:relative}.TechStack-module__TxBf7G__categoryLabel:before{content:"";background:var(--accent);vertical-align:middle;opacity:.7;border-radius:50%;width:6px;height:6px;margin-right:.6rem;display:inline-block}.TechStack-module__TxBf7G__grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.TechStack-module__TxBf7G__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:default;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:1.5rem 1rem;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.TechStack-module__TxBf7G__card:after{content:"";background:radial-gradient(circle at 50% 80%, var(--glow,#fff) 0%, transparent 70%);opacity:0;transition:opacity .3s;position:absolute;inset:0}.TechStack-module__TxBf7G__card:hover{border-color:color-mix(in srgb, var(--glow,var(--accent)) 60%, transparent);box-shadow:0 12px 40px -8px color-mix(in srgb, var(--glow,var(--accent)) 35%, transparent);transform:translateY(-6px)}.TechStack-module__TxBf7G__card:hover:after{opacity:.08}.TechStack-module__TxBf7G__card:hover .TechStack-module__TxBf7G__icon{transform:scale(1.1)}.TechStack-module__TxBf7G__icon{z-index:1;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .25s;display:flex;position:relative}.TechStack-module__TxBf7G__icon svg{width:100%;height:100%}.TechStack-module__TxBf7G__name{color:var(--text-muted);letter-spacing:.02em;z-index:1;font-size:.82rem;font-weight:600;transition:color .25s;position:relative}.TechStack-module__TxBf7G__card:hover .TechStack-module__TxBf7G__name{color:var(--text)}@media (max-width:900px){.TechStack-module__TxBf7G__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:600px){.TechStack-module__TxBf7G__grid{grid-template-columns:repeat(2,1fr)}}
.Services-module__kf8n-G__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.Services-module__kf8n-G__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:default;transition:all var(--transition);flex-direction:column;gap:1rem;padding:2.5rem;display:flex;position:relative;overflow:hidden}.Services-module__kf8n-G__card:before{content:"";background:linear-gradient(135deg, var(--accent-dim) 0%, transparent 60%);opacity:0;transition:opacity var(--transition);position:absolute;inset:0}.Services-module__kf8n-G__cardActive{border-color:var(--border-hover);transform:translateY(-4px);box-shadow:0 20px 60px #00000014}.Services-module__kf8n-G__cardActive:before{opacity:1}.Services-module__kf8n-G__num{color:#0000;-webkit-text-stroke:1px var(--num-stroke);transition:all var(--transition);-webkit-user-select:none;user-select:none;font-family:JetBrains Mono,monospace;font-size:4rem;font-weight:700;line-height:1}.Services-module__kf8n-G__cardActive .Services-module__kf8n-G__num{-webkit-text-stroke:1px var(--num-stroke-active)}.Services-module__kf8n-G__separator{background:var(--border);width:100%;height:1px;transition:background var(--transition)}.Services-module__kf8n-G__cardActive .Services-module__kf8n-G__separator{background:var(--border-hover)}.Services-module__kf8n-G__title{color:var(--text);transition:color var(--transition);font-size:1.2rem;font-weight:700}.Services-module__kf8n-G__cardActive .Services-module__kf8n-G__title{color:var(--accent)}.Services-module__kf8n-G__desc{color:var(--text-muted);flex:1;font-size:.92rem;line-height:1.7}.Services-module__kf8n-G__arrow{border:1px solid var(--border);width:36px;height:36px;color:var(--text-muted);transition:all var(--transition);border-radius:50%;justify-content:center;align-self:flex-end;align-items:center;display:flex}.Services-module__kf8n-G__cardActive .Services-module__kf8n-G__arrow{border-color:var(--accent);color:var(--accent);background:var(--accent-dim);transform:rotate(-45deg)}@media (max-width:700px){.Services-module__kf8n-G__grid{grid-template-columns:1fr}}
.Resume-module__179FWa__wrapper{grid-template-columns:220px 1fr;align-items:start;gap:2rem;display:grid}.Resume-module__179FWa__tabs{top:calc(var(--nav-height) + 2rem);flex-direction:column;gap:.5rem;display:flex;position:sticky}.Resume-module__179FWa__tab{border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted);cursor:pointer;transition:all var(--transition);text-align:left;background:0 0;align-items:center;gap:.75rem;padding:.85rem 1.25rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;display:flex}.Resume-module__179FWa__tab:hover{border-color:var(--border-hover);color:var(--text)}.Resume-module__179FWa__tabActive{background:var(--accent-dim);border-color:var(--accent)!important;color:var(--accent)!important}.Resume-module__179FWa__content{min-height:400px}.Resume-module__179FWa__timeline{flex-direction:column;gap:1.5rem;padding-left:1.5rem;display:flex;position:relative}.Resume-module__179FWa__timeline:before{content:"";background:linear-gradient(to bottom, var(--accent), transparent);width:1px;position:absolute;top:12px;bottom:12px;left:0}.Resume-module__179FWa__timelineItem{gap:1.5rem;display:flex;position:relative}.Resume-module__179FWa__timelineDot{background:var(--accent);width:10px;height:10px;box-shadow:0 0 10px var(--accent);border-radius:50%;flex-shrink:0;position:absolute;top:12px;left:-1.5rem;transform:translate(-4px)}.Resume-module__179FWa__timelineCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition);flex:1;padding:1.5rem}.Resume-module__179FWa__timelineCard:hover{border-color:var(--border-hover)}.Resume-module__179FWa__timelineHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.Resume-module__179FWa__itemTitle{color:var(--text);margin-bottom:.25rem;font-size:1rem;font-weight:700}.Resume-module__179FWa__itemCompany{color:var(--accent);font-size:.85rem;font-weight:500}.Resume-module__179FWa__itemPeriod{color:var(--text-muted);background:var(--bg-secondary);border:1px solid var(--border);white-space:nowrap;border-radius:99px;padding:.3rem .75rem;font-family:JetBrains Mono,monospace;font-size:.78rem}.Resume-module__179FWa__itemDesc{color:var(--text-muted);font-size:.9rem;line-height:1.7}.Resume-module__179FWa__skills{flex-direction:column;gap:1.5rem;display:flex}.Resume-module__179FWa__skillMeta{justify-content:space-between;margin-bottom:.6rem;display:flex}.Resume-module__179FWa__skillName{color:var(--text);font-size:.9rem;font-weight:600}.Resume-module__179FWa__skillLevel{color:var(--accent);font-family:JetBrains Mono,monospace;font-size:.82rem}.Resume-module__179FWa__skillBar{background:var(--bg-secondary);border-radius:99px;width:100%;height:6px;overflow:hidden}.Resume-module__179FWa__skillFill{background:var(--accent);border-radius:99px;height:100%;transition:width 1s cubic-bezier(.4,0,.2,1)}.Resume-module__179FWa__aboutGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Resume-module__179FWa__aboutItem{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:border-color var(--transition);flex-direction:column;gap:.25rem;padding:1rem 1.25rem;display:flex}.Resume-module__179FWa__aboutItem:hover{border-color:var(--border-hover)}.Resume-module__179FWa__aboutLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:500}.Resume-module__179FWa__aboutValue{color:var(--text);font-size:.95rem;font-weight:600}.Resume-module__179FWa__aboutLink{color:var(--accent);transition:opacity var(--transition)}.Resume-module__179FWa__aboutLink:hover{opacity:.7}.Resume-module__179FWa__available{color:var(--accent);align-items:center;gap:.4rem;display:flex}.Resume-module__179FWa__available:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2s infinite Resume-module__179FWa__pulse;display:inline-block}@keyframes Resume-module__179FWa__pulse{0%,to{opacity:1}50%{opacity:.4}}.Resume-module__179FWa__aboutBio{grid-column:1/-1}.Resume-module__179FWa__aboutBio .Resume-module__179FWa__aboutValue{color:var(--text-muted);font-weight:400;line-height:1.7}@media (max-width:768px){.Resume-module__179FWa__wrapper{grid-template-columns:1fr}.Resume-module__179FWa__tabs{flex-direction:row;padding-bottom:.5rem;position:static;overflow-x:auto}.Resume-module__179FWa__tab{flex-shrink:0}.Resume-module__179FWa__aboutGrid{grid-template-columns:1fr}}
.Certificate-module__JQ_XCq__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.Certificate-module__JQ_XCq__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all var(--transition);flex-direction:column;gap:.75rem;padding:1.75rem;display:flex;position:relative;overflow:hidden}.Certificate-module__JQ_XCq__card:hover{border-color:var(--accent);box-shadow:0 12px 40px -8px color-mix(in srgb, var(--accent) 30%, transparent);transform:translateY(-4px)}.Certificate-module__JQ_XCq__title{color:var(--text);font-size:1.2rem;font-weight:700;line-height:1.3}.Certificate-module__JQ_XCq__issuer{color:var(--text-muted);font-size:.95rem}.Certificate-module__JQ_XCq__date{color:var(--text-dim);margin-bottom:.2rem;font-family:JetBrains Mono,monospace;font-size:.8rem}.Certificate-module__JQ_XCq__credential{color:var(--text-muted);margin-bottom:.5rem;font-family:JetBrains Mono,monospace;font-size:.75rem}.Certificate-module__JQ_XCq__link{color:var(--text-muted);transition:color var(--transition);align-items:center;gap:.5rem;margin-top:auto;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.Certificate-module__JQ_XCq__link:hover{color:var(--accent)}.Certificate-module__JQ_XCq__actionContainer{justify-content:center;margin-top:3rem;display:flex}.Certificate-module__JQ_XCq__toggleBtn{background:var(--bg-card);border:1px solid var(--border);color:var(--text);cursor:pointer;transition:all var(--transition);border-radius:99px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.Certificate-module__JQ_XCq__toggleBtn:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}
.Work-module__D3KtDW__filters{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.Work-module__D3KtDW__filter{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;transition:all var(--transition);background:0 0;border-radius:99px;padding:.55rem 1.4rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500}.Work-module__D3KtDW__filter:hover{border-color:var(--border-hover);color:var(--text)}.Work-module__D3KtDW__filterActive{background:var(--accent);border-color:var(--accent);font-weight:700;color:var(--btn-text)!important}.Work-module__D3KtDW__showcase{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.Work-module__D3KtDW__info{flex-direction:column;gap:1.5rem;display:flex}.Work-module__D3KtDW__projectList{flex-direction:column;gap:.5rem;display:flex}.Work-module__D3KtDW__projectBtn{border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;text-align:left;transition:all var(--transition);background:0 0;align-items:center;gap:1rem;width:100%;padding:.9rem 1.25rem;display:flex}.Work-module__D3KtDW__projectBtn:hover{border-color:var(--border-hover)}.Work-module__D3KtDW__projectBtnActive{background:var(--accent-dim);border-color:var(--accent)!important}.Work-module__D3KtDW__projectNum{color:var(--text-dim);transition:color var(--transition);flex-shrink:0;font-family:JetBrains Mono,monospace;font-size:.8rem}.Work-module__D3KtDW__projectBtnActive .Work-module__D3KtDW__projectNum{color:var(--accent)}.Work-module__D3KtDW__projectBtnTitle{color:var(--text-muted);transition:color var(--transition);font-size:.9rem;font-weight:600}.Work-module__D3KtDW__projectBtnActive .Work-module__D3KtDW__projectBtnTitle{color:var(--text)}.Work-module__D3KtDW__details{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:1rem;padding:2rem;display:flex}.Work-module__D3KtDW__detailsTag{letter-spacing:.1em;text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:.78rem;font-weight:600}.Work-module__D3KtDW__detailsTitle{color:var(--text);font-size:1.4rem;font-weight:800}.Work-module__D3KtDW__detailsDesc{color:var(--text-muted);font-size:.92rem;line-height:1.7}.Work-module__D3KtDW__techStack{flex-wrap:wrap;gap:.5rem;display:flex}.Work-module__D3KtDW__techBadge{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-muted);border-radius:99px;padding:.3rem .8rem;font-family:JetBrains Mono,monospace;font-size:.75rem}.Work-module__D3KtDW__links{flex-wrap:wrap;gap:.75rem;margin-top:.5rem;display:flex}.Work-module__D3KtDW__linkBtn{border:1px solid var(--border);color:var(--text-muted);transition:all var(--transition);cursor:pointer;border-radius:99px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.Work-module__D3KtDW__linkBtn:hover{border-color:var(--border-hover);color:var(--accent)}.Work-module__D3KtDW__linkBtnPrimary{background:var(--accent);border-color:var(--accent);color:var(--btn-text)!important}.Work-module__D3KtDW__linkBtnPrimary:hover{background:var(--accent-hover);border-color:var(--accent-hover);box-shadow:0 6px 18px #0000002e}.Work-module__D3KtDW__imageArea{top:calc(var(--nav-height) + 2rem);position:sticky}.Work-module__D3KtDW__imagePlaceholder{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-secondary);transition:border-color var(--transition);position:relative;overflow:hidden}.Work-module__D3KtDW__mockBrowser{flex-direction:column;display:flex;overflow:hidden}.Work-module__D3KtDW__mockBar{background:var(--bg-card);border-bottom:1px solid var(--border);align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.Work-module__D3KtDW__mockDot{border-radius:50%;flex-shrink:0;width:10px;height:10px;display:inline-block}.Work-module__D3KtDW__mockUrl{background:var(--bg);color:var(--text-dim);text-overflow:ellipsis;white-space:nowrap;border-radius:6px;flex:1;padding:.25rem .75rem;font-family:JetBrains Mono,monospace;font-size:.7rem;overflow:hidden}.Work-module__D3KtDW__projectImageContainer{aspect-ratio:16/9;background:var(--bg-secondary);justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.Work-module__D3KtDW__projectImage{object-fit:cover;width:100%;height:100%;transition:opacity var(--transition)}.Work-module__D3KtDW__imgControls{border-top:1px solid var(--border);justify-content:center;align-items:center;gap:1rem;padding:1rem;display:flex}.Work-module__D3KtDW__imgArrow{border:1px solid var(--border);width:32px;height:32px;color:var(--text-muted);cursor:pointer;transition:all var(--transition);background:0 0;border-radius:50%;justify-content:center;align-items:center;display:flex}.Work-module__D3KtDW__imgArrow:hover{border-color:var(--accent);color:var(--accent)}.Work-module__D3KtDW__imgDots{gap:.5rem;display:flex}.Work-module__D3KtDW__imgDot{background:var(--border);cursor:pointer;width:8px;height:8px;transition:all var(--transition);border:none;border-radius:50%}.Work-module__D3KtDW__imgDotActive{border-radius:4px;width:20px}@media (max-width:900px){.Work-module__D3KtDW__showcase{grid-template-columns:1fr}.Work-module__D3KtDW__imageArea{order:-1;position:static}.Work-module__D3KtDW__mockCards{grid-template-columns:repeat(2,1fr)}}
.Contact-module__gQiC5G__grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:4rem;display:grid}.Contact-module__gQiC5G__infoCol{flex-direction:column;gap:2rem;display:flex}.Contact-module__gQiC5G__infoHeading{color:var(--text);font-size:1.8rem;font-weight:800;line-height:1.2}.Contact-module__gQiC5G__infoDesc{color:var(--text-muted);font-size:.95rem;line-height:1.8}.Contact-module__gQiC5G__contacts{flex-direction:column;gap:1rem;display:flex}.Contact-module__gQiC5G__contactItem{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition);cursor:pointer;align-items:center;gap:1rem;padding:1rem 1.25rem;text-decoration:none;display:flex}.Contact-module__gQiC5G__contactItem:hover{border-color:var(--border-hover);transform:translate(4px)}.Contact-module__gQiC5G__contactIcon{background:var(--bg-secondary);border:1px solid var(--border);width:44px;height:44px;color:var(--text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Contact-module__gQiC5G__contactLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.2rem;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:500;display:block}.Contact-module__gQiC5G__contactValue{color:var(--text);font-size:.95rem;font-weight:600;display:block}.Contact-module__gQiC5G__decorBox{align-items:center;gap:1rem;display:flex}.Contact-module__gQiC5G__decorLine{background:var(--border);flex:1;height:1px}.Contact-module__gQiC5G__decorText{color:var(--text-dim);white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:.78rem}.Contact-module__gQiC5G__formCol{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem}.Contact-module__gQiC5G__form{flex-direction:column;gap:1.25rem;display:flex}.Contact-module__gQiC5G__row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.Contact-module__gQiC5G__field{flex-direction:column;gap:.5rem;display:flex}.Contact-module__gQiC5G__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-family:JetBrains Mono,monospace;font-size:.82rem;font-weight:600}.Contact-module__gQiC5G__input{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);transition:all var(--transition);resize:none;outline:none;width:100%;padding:.85rem 1rem;font-family:Inter,sans-serif;font-size:.95rem}.Contact-module__gQiC5G__input::placeholder{color:var(--text-dim)}.Contact-module__gQiC5G__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #0000000f}.Contact-module__gQiC5G__input:disabled{opacity:.6;cursor:not-allowed}.Contact-module__gQiC5G__textarea{resize:vertical;min-height:140px;font-family:Inter,sans-serif}.Contact-module__gQiC5G__alert{border-radius:var(--radius);border:1px solid;align-items:center;gap:.75rem;padding:.9rem 1.25rem;font-size:.9rem;font-weight:500;display:flex}.Contact-module__gQiC5G__alertSuccess{color:var(--text);background:#0000000a;border-color:#00000040}.Contact-module__gQiC5G__alertError{color:#f87171;background:#ef444414;border-color:#ef44444d}.Contact-module__gQiC5G__submitBtn{justify-content:center;align-items:center;gap:.6rem;width:100%;padding:1rem;font-size:1rem;display:flex}.Contact-module__gQiC5G__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:none!important}.Contact-module__gQiC5G__spinner{border:2px solid #0000004d;border-top-color:#000;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite Contact-module__gQiC5G__spin;display:inline-block}@keyframes Contact-module__gQiC5G__spin{to{transform:rotate(360deg)}}@media (max-width:900px){.Contact-module__gQiC5G__grid{grid-template-columns:1fr;gap:2.5rem}}@media (max-width:500px){.Contact-module__gQiC5G__row{grid-template-columns:1fr}.Contact-module__gQiC5G__formCol{padding:1.5rem}}
.Footer-module__nhiC3q__footer{border-top:1px solid var(--border);background:var(--bg-secondary)}.Footer-module__nhiC3q__top{border-bottom:1px solid var(--border);padding:3rem 0 2rem}.Footer-module__nhiC3q__topInner{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex}.Footer-module__nhiC3q__brand{align-items:center;gap:2px;display:flex}.Footer-module__nhiC3q__logoText{color:var(--text);font-family:JetBrains Mono,monospace;font-size:1.8rem;font-weight:700}.Footer-module__nhiC3q__logoDot{color:var(--accent);font-size:2.2rem;font-weight:700;line-height:1}.Footer-module__nhiC3q__tagline{color:var(--text-muted);font-size:.9rem}.Footer-module__nhiC3q__mid{border-bottom:1px solid var(--border);padding:1.5rem 0}.Footer-module__nhiC3q__midInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.Footer-module__nhiC3q__links{flex-wrap:wrap;gap:.25rem;display:flex}.Footer-module__nhiC3q__link{color:var(--text-muted);transition:all var(--transition);cursor:pointer;border-radius:6px;padding:.4rem .85rem;font-size:.875rem}.Footer-module__nhiC3q__link:hover{color:var(--accent);background:var(--accent-dim)}.Footer-module__nhiC3q__socials{gap:.5rem;display:flex}.Footer-module__nhiC3q__socialBtn{background:var(--bg-card);border:1px solid var(--border);width:36px;height:36px;color:var(--text-muted);transition:all var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__nhiC3q__socialBtn:hover{border-color:var(--accent);color:var(--accent)}.Footer-module__nhiC3q__bottom{padding:1.25rem 0}.Footer-module__nhiC3q__copy{text-align:center;color:var(--text-dim);font-size:.82rem}.Footer-module__nhiC3q__heart{color:var(--accent)}@media (max-width:600px){.Footer-module__nhiC3q__midInner{flex-direction:column;align-items:center}.Footer-module__nhiC3q__links{justify-content:center}}
