@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap);:root{--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--blue-500:#3b82f6;--blue-600:#2563eb;--blue-700:#1d4ed8;--purple-500:#8b5cf6;--purple-600:#7c3aed;--emerald-500:#10b981;--orange-500:#f97316;--primary:var(--blue-600);--secondary:var(--purple-600);--accent:var(--emerald-500);--text-primary:var(--gray-900);--text-secondary:var(--gray-600);--text-muted:var(--gray-500);--background:var(--gray-50);--surface:#fff;--border:var(--gray-200);--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-mono:"JetBrains Mono","Fira Code",Consolas,monospace;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;line-height:1.5}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb;background-color:var(--background);color:#111827;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-family:var(--font-sans);line-height:1.6}::selection{color:var(--text-primary)}::-moz-selection{color:var(--text-primary)}a{color:#2563eb;color:var(--primary);text-decoration:none;transition:color .2s ease}a:hover{color:#1d4ed8;color:var(--blue-700)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;margin-bottom:1rem;margin-bottom:var(--space-4)}h1{font-size:2.5rem;font-weight:800}h2{font-size:2rem;font-weight:700}h3{font-size:1.5rem}p{margin-bottom:1rem;margin-bottom:var(--space-4)}.container{margin:0 auto;max-width:1200px;padding:0 1.5rem;padding:0 var(--space-6)}.text-center{text-align:center}.text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#7c3aed);background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);-webkit-background-clip:text;background-clip:text}.btn{align-items:center;border:none;border-radius:.75rem;border-radius:var(--radius-lg);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;gap:var(--space-2);padding:.75rem 1.5rem;padding:var(--space-3) var(--space-6);text-decoration:none;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#2563eb,#7c3aed);background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);color:#fff}.btn-primary:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-1px)}.btn-secondary{background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);color:#111827;color:var(--text-primary)}.btn-secondary:hover{background:#f9fafb;background:var(--gray-50);border-color:#d1d5db;border-color:var(--gray-300)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f3f4f6;background:var(--gray-100)}::-webkit-scrollbar-thumb{background:#d1d5db;background:var(--gray-300);border-radius:.375rem;border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:#9ca3af;background:var(--gray-400)}:focus{outline:2px solid var(--primary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-fadeIn{animation:fadeIn .6s ease-out}.animate-slideInUp{animation:slideInUp .8s ease-out}.animate-float{animation:float 3s ease-in-out infinite}@media (max-width:768px){html{font-size:14px}.container{padding:0 1rem;padding:0 var(--space-4)}h1{font-size:2rem}h2{font-size:1.75rem}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.Home_mainWrapper__XnLm5{background:#f9fafb;color:#111827;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;min-height:100vh;overflow-x:hidden}.Home_main__RBgDl{display:flex;flex-direction:column}html{scroll-behavior:smooth}body{margin:0;padding:0}::selection{background-color:#3b82f633;color:#111827}::-moz-selection{background-color:#3b82f633;color:#111827}:focus{outline:2px solid #2563eb;outline-offset:2px}button:focus-visible{outline:2px solid #2563eb;outline-offset:2px}@media(max-width:768px){.Home_mainWrapper__XnLm5{font-size:14px}}@keyframes Home_fadeInUp__11FUC{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Home_mainWrapper__XnLm5{animation:Home_fadeInUp__11FUC .6s ease-out}@media(prefers-contrast:high){.Home_mainWrapper__XnLm5{--primary:#0056b3;--text-primary:#000;--text-secondary:#333;--border:#666}}@media(prefers-reduced-motion:reduce){*,.Home_mainWrapper__XnLm5{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.Navbar_navbar__AkVia{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffc;border-bottom:1px solid #e5e7eb;left:0;padding:1rem 0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:50}.Navbar_navbar__AkVia .Navbar_container__0ThlM{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1.5rem}.Navbar_navbar__AkVia .Navbar_logo__YJM-Q{align-items:center;color:#111827;cursor:pointer;display:flex;gap:.75rem;text-decoration:none}.Navbar_navbar__AkVia .Navbar_logo__YJM-Q .Navbar_logoIcon__f1uMp{align-items:center;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;color:#fff;display:flex;font-size:1rem;font-weight:700;height:40px;justify-content:center;width:40px}.Navbar_navbar__AkVia .Navbar_logo__YJM-Q span{color:#111827;font-size:1.1rem;font-weight:600}.Navbar_navbar__AkVia .Navbar_navLinks__\+SFal{align-items:center;display:flex;gap:.5rem}@media(max-width:768px){.Navbar_navbar__AkVia .Navbar_navLinks__\+SFal{display:none}}.Navbar_navbar__AkVia .Navbar_navLink__tEJzU{align-items:center;border:1px solid #0000;border-radius:.75rem;color:#4b5563;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.Navbar_navbar__AkVia .Navbar_navLink__tEJzU:hover{background:#3b82f61a;border-color:#3b82f633;color:#2563eb;transform:translateY(-1px)}.Navbar_navbar__AkVia .Navbar_navLink__tEJzU svg{opacity:.8}.Navbar_navbar__AkVia .Navbar_menuToggle__hIWcl{background:none;border:none;border-radius:.5rem;color:#111827;cursor:pointer;display:none;padding:.5rem;transition:all .2s ease}.Navbar_navbar__AkVia .Navbar_menuToggle__hIWcl:hover{background:#f3f4f6}@media(max-width:768px){.Navbar_navbar__AkVia .Navbar_menuToggle__hIWcl{align-items:center;display:flex;justify-content:center}}.Navbar_navbar__AkVia .Navbar_mobileMenu__O8ZTb{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #e5e7eb;display:none;flex-direction:column;gap:.5rem;left:0;padding:1rem 1.5rem;position:absolute;right:0;top:100%}@media(max-width:768px){.Navbar_navbar__AkVia .Navbar_mobileMenu__O8ZTb{display:flex}}.Navbar_navbar__AkVia .Navbar_mobileNavLink__6WC4\+{align-items:center;border:1px solid #0000;border-radius:.75rem;color:#4b5563;display:flex;font-weight:500;gap:.75rem;padding:.75rem 1rem;text-decoration:none;transition:all .2s ease}.Navbar_navbar__AkVia .Navbar_mobileNavLink__6WC4\+:hover{background:#3b82f61a;border-color:#3b82f633;color:#2563eb}.Navbar_navbar__AkVia .Navbar_mobileNavLink__6WC4\+ svg{opacity:.8}.HeroSection_hero__jltx-{align-items:center;background:linear-gradient(135deg,#f9fafb,#3b82f608);display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.HeroSection_hero__jltx-:before{background:radial-gradient(circle at 20% 50%,#3b82f61a 0,#0000 50%),radial-gradient(circle at 80% 20%,#8b5cf614 0,#0000 50%),radial-gradient(circle at 40% 80%,#10b9810d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.HeroSection_hero__jltx- .HeroSection_container__LY6jA{margin:0 auto;max-width:1200px;padding:0 1.5rem;position:relative;z-index:1}.HeroSection_hero__jltx- .HeroSection_content__BKJWz{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;min-height:80vh}@media(max-width:768px){.HeroSection_hero__jltx- .HeroSection_content__BKJWz{gap:3rem;grid-template-columns:1fr;text-align:center}}.HeroSection_hero__jltx- .HeroSection_textContent__Qs-hM .HeroSection_greeting__1eiY4{color:#4b5563;font-size:1.1rem;font-weight:500;margin-bottom:.5rem;opacity:.8}.HeroSection_hero__jltx- .HeroSection_textContent__Qs-hM .HeroSection_name__2pXdE{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:.5rem}@media(max-width:768px){.HeroSection_hero__jltx- .HeroSection_textContent__Qs-hM .HeroSection_name__2pXdE{font-size:2.5rem}}.HeroSection_hero__jltx- .HeroSection_textContent__Qs-hM .HeroSection_title__zf3Rg{color:#4b5563;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}@media(max-width:768px){.HeroSection_hero__jltx- .HeroSection_textContent__Qs-hM .HeroSection_title__zf3Rg{font-size:1.25rem}}.HeroSection_hero__jltx- .HeroSection_textContent__Qs-hM .HeroSection_description__el959{color:#4b5563;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;max-width:500px}@media(max-width:768px){.HeroSection_hero__jltx- .HeroSection_textContent__Qs-hM .HeroSection_description__el959{max-width:none}}.HeroSection_hero__jltx- .HeroSection_textContent__Qs-hM .HeroSection_actions__ewqGA{display:flex;flex-wrap:wrap;gap:1rem}@media(max-width:768px){.HeroSection_hero__jltx- .HeroSection_textContent__Qs-hM .HeroSection_actions__ewqGA{justify-content:center}}.HeroSection_hero__jltx- .HeroSection_btn__WA0lu{align-items:center;border:none;border-radius:1rem;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.HeroSection_hero__jltx- .HeroSection_btnPrimary__W15Cb{background:linear-gradient(135deg,#2563eb,#7c3aed);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;color:#fff}.HeroSection_hero__jltx- .HeroSection_btnPrimary__W15Cb:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-2px)}.HeroSection_hero__jltx- .HeroSection_btnSecondary__LnBK8{background:#fff;border:2px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;color:#111827}.HeroSection_hero__jltx- .HeroSection_btnSecondary__LnBK8:hover{background:#f9fafb;border-color:#2563eb;color:#2563eb;transform:translateY(-2px)}.HeroSection_hero__jltx- .HeroSection_imageContent__Z6imm{align-items:center;display:flex;justify-content:center}@media(max-width:768px){.HeroSection_hero__jltx- .HeroSection_imageContent__Z6imm{order:-1}}.HeroSection_hero__jltx- .HeroSection_imageWrapper__UUgrb{border-radius:50%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;height:350px;overflow:hidden;position:relative;width:350px}@media(max-width:768px){.HeroSection_hero__jltx- .HeroSection_imageWrapper__UUgrb{height:280px;width:280px}}.HeroSection_hero__jltx- .HeroSection_imageWrapper__UUgrb img{height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;width:100%}.HeroSection_hero__jltx- .HeroSection_imageWrapper__UUgrb .HeroSection_imageBg__HvFL2{animation:HeroSection_float__Yi0Fs 6s ease-in-out infinite;background:linear-gradient(135deg,#8b5cf6,#3b82f6);border-radius:50%;bottom:-10px;left:-10px;opacity:.2;position:absolute;right:-10px;top:-10px;z-index:-1}.HeroSection_hero__jltx- .HeroSection_imageWrapper__UUgrb:hover img{transform:scale(1.05)}.HeroSection_hero__jltx- .HeroSection_scrollIndicator__m7TVH{align-items:center;bottom:2rem;color:#6b7280;display:flex;flex-direction:column;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%)}.HeroSection_hero__jltx- .HeroSection_scrollIndicator__m7TVH .HeroSection_scrollIcon__ruf8r{animation:HeroSection_bounce__8qVpi 2s infinite}@keyframes HeroSection_bounce__8qVpi{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes HeroSection_float__Yi0Fs{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-10px) rotate(1deg)}66%{transform:translateY(5px) rotate(-1deg)}}.ExperienceSection_experience__h0G7M{background:#fff;padding:6rem 0}.ExperienceSection_experience__h0G7M .ExperienceSection_container__Juryv{margin:0 auto;max-width:1200px;padding:0 1.5rem}.ExperienceSection_experience__h0G7M .ExperienceSection_content__YGrgB{display:flex;flex-direction:column;gap:4rem}.ExperienceSection_experience__h0G7M .ExperienceSection_header__95HI2{margin:0 auto;max-width:600px;text-align:center}.ExperienceSection_experience__h0G7M .ExperienceSection_header__95HI2 .ExperienceSection_badge__4rZY2{align-items:center;background:#3b82f61a;border-radius:1rem;color:#2563eb;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem}.ExperienceSection_experience__h0G7M .ExperienceSection_header__95HI2 h2{color:#111827;font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.ExperienceSection_experience__h0G7M .ExperienceSection_header__95HI2 h2{font-size:2rem}}.ExperienceSection_experience__h0G7M .ExperienceSection_header__95HI2 p{color:#4b5563;font-size:1.1rem;line-height:1.6}.ExperienceSection_experience__h0G7M .ExperienceSection_experienceGrid__g7ae2{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}@media(max-width:768px){.ExperienceSection_experience__h0G7M .ExperienceSection_experienceGrid__g7ae2{gap:1.5rem;grid-template-columns:1fr}}.ExperienceSection_experience__h0G7M .ExperienceSection_experienceCard__H18Z3{background:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;box-shadow:0 1px 2px 0 #0000000d;cursor:pointer;padding:2rem;transition:all .3s ease}.ExperienceSection_experience__h0G7M .ExperienceSection_experienceCard__H18Z3:hover{border-color:#2563eb;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.ExperienceSection_experience__h0G7M .ExperienceSection_experienceCard__H18Z3 .ExperienceSection_cardHeader__zNKp4{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.5rem}.ExperienceSection_experience__h0G7M .ExperienceSection_experienceCard__H18Z3 .ExperienceSection_cardHeader__zNKp4 img{border-radius:.5rem;height:40px;object-fit:contain;width:60px}.ExperienceSection_experience__h0G7M .ExperienceSection_experienceCard__H18Z3 .ExperienceSection_cardHeader__zNKp4 .ExperienceSection_cardInfo__6dvas{flex:1 1}.ExperienceSection_experience__h0G7M .ExperienceSection_experienceCard__H18Z3 .ExperienceSection_cardHeader__zNKp4 .ExperienceSection_cardInfo__6dvas h3{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.ExperienceSection_experience__h0G7M .ExperienceSection_experienceCard__H18Z3 .ExperienceSection_cardHeader__zNKp4 .ExperienceSection_cardInfo__6dvas .ExperienceSection_company__ta-q2{color:#4b5563;font-size:1rem;margin-bottom:.5rem}.ExperienceSection_experience__h0G7M .ExperienceSection_experienceCard__H18Z3 .ExperienceSection_cardHeader__zNKp4 .ExperienceSection_cardInfo__6dvas .ExperienceSection_duration__DuEE\+{background:#3b82f61a;border-radius:.75rem;color:#2563eb;font-size:.875rem;font-weight:500;padding:.25rem .75rem}.ExperienceSection_experience__h0G7M .ExperienceSection_experienceCard__H18Z3 .ExperienceSection_cardDescription__QaQ8D{color:#4b5563;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.ExperienceSection_experience__h0G7M .ExperienceSection_experienceCard__H18Z3 .ExperienceSection_technologies__CamAY{display:flex;flex-wrap:wrap;gap:.5rem}.ExperienceSection_experience__h0G7M .ExperienceSection_experienceCard__H18Z3 .ExperienceSection_technologies__CamAY .ExperienceSection_tech__ljECR{background:#f3f4f6;border-radius:.75rem;color:#111827;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.ExperienceSection_experience__h0G7M .ExperienceSection_stats__xt8iv{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:2rem}@media(max-width:768px){.ExperienceSection_experience__h0G7M .ExperienceSection_stats__xt8iv{gap:1.5rem;grid-template-columns:1fr}}.ExperienceSection_experience__h0G7M .ExperienceSection_stats__xt8iv .ExperienceSection_stat__oVF-3{background:linear-gradient(135deg,#3b82f60d,#8b5cf60d);border:1px solid #3b82f61a;border-radius:1.5rem;padding:1.5rem;text-align:center}.ExperienceSection_experience__h0G7M .ExperienceSection_stats__xt8iv .ExperienceSection_stat__oVF-3 .ExperienceSection_statNumber__QdfRm{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.ExperienceSection_experience__h0G7M .ExperienceSection_stats__xt8iv .ExperienceSection_stat__oVF-3 .ExperienceSection_statLabel__Lh1Am{color:#4b5563;font-weight:500}.ExperienceSection_experience__h0G7M .ExperienceSection_modal__IuBaj{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1.5rem;position:fixed;right:0;top:0;z-index:1000}.ExperienceSection_experience__h0G7M .ExperienceSection_modal__IuBaj .ExperienceSection_modalContent__8RyB4{background:#fff;border-radius:1.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:500px;padding:2rem;position:relative;width:100%}.ExperienceSection_experience__h0G7M .ExperienceSection_modal__IuBaj .ExperienceSection_modalContent__8RyB4 .ExperienceSection_closeButton__WsnCq{align-items:center;background:none;border:none;border-radius:.5rem;color:#6b7280;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .2s ease;width:32px}.ExperienceSection_experience__h0G7M .ExperienceSection_modal__IuBaj .ExperienceSection_modalContent__8RyB4 .ExperienceSection_closeButton__WsnCq:hover{background:#f3f4f6;color:#111827}.ExperienceSection_experience__h0G7M .ExperienceSection_modal__IuBaj .ExperienceSection_modalContent__8RyB4 img{height:auto;margin-bottom:1rem;object-fit:contain;width:120px}.ExperienceSection_experience__h0G7M .ExperienceSection_modal__IuBaj .ExperienceSection_modalContent__8RyB4 h3{color:#111827;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.ExperienceSection_experience__h0G7M .ExperienceSection_modal__IuBaj .ExperienceSection_modalContent__8RyB4 .ExperienceSection_company__ta-q2{color:#4b5563;font-size:1.1rem;margin-bottom:.5rem}.ExperienceSection_experience__h0G7M .ExperienceSection_modal__IuBaj .ExperienceSection_modalContent__8RyB4 .ExperienceSection_duration__DuEE\+{background:#3b82f61a;border-radius:.75rem;color:#2563eb;display:inline-block;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;padding:.25rem .75rem}.ExperienceSection_experience__h0G7M .ExperienceSection_modal__IuBaj .ExperienceSection_modalContent__8RyB4 .ExperienceSection_description__xCCox{color:#4b5563;line-height:1.6;margin-bottom:1.5rem}.ExperienceSection_experience__h0G7M .ExperienceSection_modal__IuBaj .ExperienceSection_modalContent__8RyB4 .ExperienceSection_technologies__CamAY{display:flex;flex-wrap:wrap;gap:.5rem}.ExperienceSection_experience__h0G7M .ExperienceSection_modal__IuBaj .ExperienceSection_modalContent__8RyB4 .ExperienceSection_technologies__CamAY .ExperienceSection_tech__ljECR{background:#f3f4f6;border-radius:.75rem;color:#111827;font-size:.875rem;font-weight:500;padding:.5rem .75rem}.ProjectsSection_projects__9d6mw{background:linear-gradient(135deg,#f9fafb,#8b5cf605);padding:6rem 0}.ProjectsSection_projects__9d6mw .ProjectsSection_container__g54LG{margin:0 auto;max-width:1400px;padding:0 1.5rem}.ProjectsSection_projects__9d6mw .ProjectsSection_content__M6f7c{display:flex;flex-direction:column;gap:4rem}.ProjectsSection_projects__9d6mw .ProjectsSection_header__miE3y{margin:0 auto;max-width:700px;text-align:center}.ProjectsSection_projects__9d6mw .ProjectsSection_header__miE3y .ProjectsSection_badge__ZfSZu{align-items:center;background:#8b5cf61a;border-radius:1rem;color:#7c3aed;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem}.ProjectsSection_projects__9d6mw .ProjectsSection_header__miE3y h2{color:#111827;font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.ProjectsSection_projects__9d6mw .ProjectsSection_header__miE3y h2{font-size:2rem}}.ProjectsSection_projects__9d6mw .ProjectsSection_header__miE3y p{color:#4b5563;font-size:1.1rem;line-height:1.6}.ProjectsSection_projects__9d6mw .ProjectsSection_projectsGrid__iVvaB{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}@media(max-width:768px){.ProjectsSection_projects__9d6mw .ProjectsSection_projectsGrid__iVvaB{gap:1.5rem;grid-template-columns:1fr}}.ProjectsSection_projects__9d6mw .ProjectsSection_projectCard__KCmIz{background:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;box-shadow:0 1px 2px 0 #0000000d;overflow:hidden;position:relative;transition:all .3s ease}.ProjectsSection_projects__9d6mw .ProjectsSection_projectCard__KCmIz:hover{border-color:#3b82f633;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.ProjectsSection_projects__9d6mw .ProjectsSection_projectCard__KCmIz.ProjectsSection_featured__rGvoS{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#2563eb,#7c3aed) border-box;border:2px solid #0000}.ProjectsSection_projects__9d6mw .ProjectsSection_projectCard__KCmIz.ProjectsSection_featured__rGvoS:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.ProjectsSection_projects__9d6mw .ProjectsSection_projectCard__KCmIz .ProjectsSection_featuredBadge__3LIPk{align-items:center;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;color:#fff;display:flex;font-size:.75rem;font-weight:600;gap:.25rem;left:1rem;padding:.25rem .75rem;position:absolute;top:1rem;z-index:2}.ProjectsSection_projects__9d6mw .ProjectsSection_projectCard__KCmIz .ProjectsSection_imageWrapper__ZebwC{height:240px;overflow:hidden;position:relative}.ProjectsSection_projects__9d6mw .ProjectsSection_projectCard__KCmIz .ProjectsSection_imageWrapper__ZebwC img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.ProjectsSection_projects__9d6mw .ProjectsSection_projectCard__KCmIz .ProjectsSection_imageWrapper__ZebwC .ProjectsSection_imageOverlay__lgQlA{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.ProjectsSection_projects__9d6mw .ProjectsSection_projectCard__KCmIz .ProjectsSection_imageWrapper__ZebwC .ProjectsSection_imageOverlay__lgQlA .ProjectsSection_projectLinks__dFjPa{display:flex;gap:.75rem}.ProjectsSection_projects__9d6mw .ProjectsSection_projectCard__KCmIz .ProjectsSection_imageWrapper__ZebwC .ProjectsSection_imageOverlay__lgQlA .ProjectsSection_projectLink__NaC2j{align-items:center;background:#fff;border-radius:50%;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;color:#111827;display:flex;height:48px;justify-content:center;text-decoration:none;transition:all .2s ease;width:48px}.ProjectsSection_projects__9d6mw .ProjectsSection_projectCard__KCmIz .ProjectsSection_imageWrapper__ZebwC .ProjectsSection_imageOverlay__lgQlA .ProjectsSection_projectLink__NaC2j:hover{background:#2563eb;color:#fff;transform:scale(1.1)}.ProjectsSection_projects__9d6mw .ProjectsSection_projectCard__KCmIz .ProjectsSection_imageWrapper__ZebwC:hover img{transform:scale(1.05)}.ProjectsSection_projects__9d6mw .ProjectsSection_projectCard__KCmIz .ProjectsSection_imageWrapper__ZebwC:hover .ProjectsSection_imageOverlay__lgQlA{opacity:1}.ProjectsSection_projects__9d6mw .ProjectsSection_projectCard__KCmIz .ProjectsSection_projectInfo__ixi4i{padding:1.5rem}.ProjectsSection_projects__9d6mw .ProjectsSection_projectCard__KCmIz .ProjectsSection_projectInfo__ixi4i h3{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.ProjectsSection_projects__9d6mw .ProjectsSection_projectCard__KCmIz .ProjectsSection_projectInfo__ixi4i p{color:#4b5563;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.ProjectsSection_projects__9d6mw .ProjectsSection_projectCard__KCmIz .ProjectsSection_projectInfo__ixi4i .ProjectsSection_technologies__QBpFj{display:flex;flex-wrap:wrap;gap:.75rem}.ProjectsSection_projects__9d6mw .ProjectsSection_projectCard__KCmIz .ProjectsSection_projectInfo__ixi4i .ProjectsSection_technologies__QBpFj .ProjectsSection_tech__mzZpT{align-items:center;background:#f3f4f6;border-radius:.75rem;color:#111827;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem .75rem}.ProjectsSection_projects__9d6mw .ProjectsSection_projectCard__KCmIz .ProjectsSection_projectInfo__ixi4i .ProjectsSection_technologies__QBpFj .ProjectsSection_tech__mzZpT img{height:18px;object-fit:contain;width:18px}.ProjectsSection_projects__9d6mw .ProjectsSection_projectsNote__xZHdc{align-items:flex-start;background:linear-gradient(135deg,#10b9810d,#3b82f60d);border:1px solid #10b98133;border-radius:1.5rem;display:flex;gap:1.5rem;margin-top:2rem;padding:2rem}@media(max-width:768px){.ProjectsSection_projects__9d6mw .ProjectsSection_projectsNote__xZHdc{align-items:center;flex-direction:column;text-align:center}}.ProjectsSection_projects__9d6mw .ProjectsSection_projectsNote__xZHdc .ProjectsSection_noteIcon__Frn3f{align-items:center;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:50%;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;color:#fff;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.ProjectsSection_projects__9d6mw .ProjectsSection_projectsNote__xZHdc .ProjectsSection_noteContent__TIqTg{flex:1 1}.ProjectsSection_projects__9d6mw .ProjectsSection_projectsNote__xZHdc .ProjectsSection_noteContent__TIqTg h3{color:#111827;font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.ProjectsSection_projects__9d6mw .ProjectsSection_projectsNote__xZHdc .ProjectsSection_noteContent__TIqTg p{color:#4b5563;font-size:1rem;line-height:1.6}.Footer_footer__PxxIj{background:linear-gradient(135deg,#111827,#192339);color:#fff;overflow:hidden;padding:4rem 0 2rem;position:relative}.Footer_footer__PxxIj:before{background:radial-gradient(circle at 20% 80%,#3b82f61a 0,#0000 50%),radial-gradient(circle at 80% 20%,#8b5cf61a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.Footer_footer__PxxIj .Footer_container__iICw7{margin:0 auto;max-width:1200px;padding:0 1.5rem;position:relative;z-index:1}.Footer_footer__PxxIj .Footer_content__tUe-I{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:3rem}@media(max-width:768px){.Footer_footer__PxxIj .Footer_content__tUe-I{gap:2rem;grid-template-columns:1fr;text-align:center}}.Footer_footer__PxxIj .Footer_brand__9Oxrq .Footer_logo__w79hm{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}@media(max-width:768px){.Footer_footer__PxxIj .Footer_brand__9Oxrq .Footer_logo__w79hm{justify-content:center}}.Footer_footer__PxxIj .Footer_brand__9Oxrq .Footer_logo__w79hm .Footer_logoIcon__N8U-d{align-items:center;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:48px;justify-content:center;width:48px}.Footer_footer__PxxIj .Footer_brand__9Oxrq .Footer_logo__w79hm span{color:#fff;font-size:1.25rem;font-weight:600}.Footer_footer__PxxIj .Footer_brand__9Oxrq .Footer_tagline__ftMWa{color:#fffc;line-height:1.6;max-width:300px}@media(max-width:768px){.Footer_footer__PxxIj .Footer_brand__9Oxrq .Footer_tagline__ftMWa{max-width:none}}.Footer_footer__PxxIj .Footer_links__2VAlO{display:contents}@media(max-width:768px){.Footer_footer__PxxIj .Footer_links__2VAlO{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}}.Footer_footer__PxxIj .Footer_linkGroup__ThgVP h4{color:#fff;font-size:1rem;font-weight:600;margin-bottom:1rem}.Footer_footer__PxxIj .Footer_linkGroup__ThgVP a{color:#fffc;display:block;font-size:.95rem;margin-bottom:.5rem;text-decoration:none;transition:color .2s ease}.Footer_footer__PxxIj .Footer_linkGroup__ThgVP a:hover{color:#fff}.Footer_footer__PxxIj .Footer_social__MfQNF h4{color:#fff;font-size:1rem;font-weight:600;margin-bottom:1rem}.Footer_footer__PxxIj .Footer_social__MfQNF .Footer_socialLinks__mFs7W{display:flex;gap:.75rem}@media(max-width:768px){.Footer_footer__PxxIj .Footer_social__MfQNF .Footer_socialLinks__mFs7W{justify-content:center}}.Footer_footer__PxxIj .Footer_social__MfQNF .Footer_socialLink__ANu9y{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:.75rem;color:#fff;display:flex;height:44px;justify-content:center;position:relative;text-decoration:none;transition:all .3s ease;width:44px}.Footer_footer__PxxIj .Footer_social__MfQNF .Footer_socialLink__ANu9y:hover{background:#fff3;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.Footer_footer__PxxIj .Footer_social__MfQNF .Footer_socialLink__ANu9y:hover .Footer_tooltip__eHZ84{opacity:1;transform:translateY(-100%) translateX(-50%) scale(1)}.Footer_footer__PxxIj .Footer_social__MfQNF .Footer_socialLink__ANu9y .Footer_tooltip__eHZ84{background:#111827;border-radius:.5rem;bottom:100%;color:#fff;font-size:.75rem;font-weight:500;left:50%;opacity:0;padding:.25rem .5rem;pointer-events:none;position:absolute;transform:translateY(-8px) translateX(-50%) scale(.8);transition:all .2s ease;white-space:nowrap;z-index:10}.Footer_footer__PxxIj .Footer_social__MfQNF .Footer_socialLink__ANu9y .Footer_tooltip__eHZ84:after{border:4px solid #0000;border-top-color:#111827;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}.Footer_footer__PxxIj .Footer_bottom__J7kjW{align-items:center;border-top:1px solid #ffffff1a;display:flex;justify-content:space-between;padding-top:1.5rem}@media(max-width:768px){.Footer_footer__PxxIj .Footer_bottom__J7kjW{flex-direction:column;gap:1rem;text-align:center}}.Footer_footer__PxxIj .Footer_bottom__J7kjW .Footer_copyright__2WB24{color:#ffffffb3;font-size:.9rem}.Footer_footer__PxxIj .Footer_bottom__J7kjW .Footer_madeWith__\+b-qD{align-items:center;color:#ffffffb3;display:flex;font-size:.9rem;gap:.25rem}.Footer_footer__PxxIj .Footer_bottom__J7kjW .Footer_madeWith__\+b-qD .Footer_heart__kHwIQ{animation:Footer_heartbeat__nyERG 2s ease-in-out infinite;color:#ff6b6b}@keyframes Footer_heartbeat__nyERG{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}
/*# sourceMappingURL=main.bbb62b5d.css.map*/