.Navbar_navbar__2GufN{position:-webkit-sticky;position:sticky;top:0;width:100%;background:#F6FCDF;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:1000;padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px rgba(0,0,0,.08);transition:all .3s ease}[data-theme=dark] .Navbar_navbar__2GufN{background:#1A1A19;border-bottom:1px solid rgba(255,255,255,.1)}.Navbar_navContent__NMo0h{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.Navbar_logo__Ym1u6{font-weight:800;font-size:1.5rem;background:linear-gradient(135deg,#4E4E4E,#192965);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:transform .3s ease;flex-shrink:0}[data-theme=dark] .Navbar_logo__Ym1u6{background:linear-gradient(135deg,#FFF5EB,#DBCC8F);-webkit-background-clip:text}.Navbar_logo__Ym1u6:hover{transform:scale(1.05)}.Navbar_navLinks__FVLYB{list-style:none;display:flex;gap:.5rem;margin:0;padding:0;align-items:center}.Navbar_navLinks__FVLYB li{position:relative}.Navbar_navLinks__FVLYB li a{display:flex;align-items:center;font-weight:500;color:var(--text-color,#4E4E4E);text-decoration:none;padding:.5rem 1rem;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;white-space:nowrap}.Navbar_navLinks__FVLYB li a:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#FFF5EB,#EFE4D2);opacity:0;transition:opacity .3s ease;border-radius:12px;z-index:-1}.Navbar_navLinks__FVLYB li a:hover{transform:translateY(-2px);color:#1A1A19;box-shadow:0 10px 25px rgba(102,126,234,.2)}.Navbar_navLinks__FVLYB li a:hover:before{opacity:1}.Navbar_navLinks__FVLYB li a:hover .Navbar_icon__ZWGIh{color:#192965}.Navbar_icon__ZWGIh{margin-right:6px;transition:all .3s ease;width:16px;height:16px;flex-shrink:0}.Navbar_navLinks__FVLYB li a:hover .Navbar_icon__ZWGIh{transform:rotate(10deg) scale(1.1)}.Navbar_navLinks__FVLYB li.Navbar_active__d3yZl a{color:#1A1A19;font-weight:600;background:linear-gradient(135deg,#DBCC8F,#FAAFFF);box-shadow:0 8px 20px rgba(102,126,234,.2);transform:translateY(-1px)}.Navbar_navLinks__FVLYB li.Navbar_active__d3yZl a:before{opacity:1}.Navbar_navLinks__FVLYB li.Navbar_active__d3yZl a .Navbar_icon__ZWGIh{color:#1A1A19;transform:scale(1.1)}.Navbar_themeToggle__erFbO{background:rgba(255,255,255,.1);border:2px solid rgba(188,207,255,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-color,#374151);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0}.Navbar_themeToggle__erFbO:hover{transform:rotate(180deg) scale(1.1);background:rgba(187,207,255,.2);border-color:rgba(25,41,101,.3);box-shadow:0 5px 15px rgba(102,126,234,.3)}.Navbar_mobileMenuButton__6rC45{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--text-color,#4E4E4E);font-size:1.2rem;transition:all .3s ease;border-radius:8px}.Navbar_mobileMenuButton__6rC45:hover{background:rgba(255,255,255,.1);transform:scale(1.05)}.Navbar_rightSection__KFciX{display:flex;align-items:center;gap:1rem}[data-theme=dark] .Navbar_navLinks__FVLYB li a{color:#F6E0B3}[data-theme=dark] .Navbar_navLinks__FVLYB li a:before{background:linear-gradient(135deg,#1A120B,#1A120B)}[data-theme=dark] .Navbar_themeToggle__erFbO{background:rgba(0,0,0,.2);border-color:rgba(255,255,255,.1);color:#F0EFEF}[data-theme=dark] .Navbar_navLinks__FVLYB li.Navbar_active__d3yZl a .Navbar_icon__ZWGIh{color:#F6E0B3}[data-theme=dark] .Navbar_navLinks__FVLYB li a:hover .Navbar_icon__ZWGIh{color:#DBCC8F}[data-theme=dark] .Navbar_mobileMenuButton__6rC45{color:#F6E0B3}@media (max-width:1024px){.Navbar_navLinks__FVLYB{gap:.25rem}.Navbar_navLinks__FVLYB li a{padding:.45rem .75rem;font-size:.9rem}.Navbar_logo__Ym1u6{font-size:1.4rem}.Navbar_themeToggle__erFbO{width:36px;height:36px}}@media (max-width:768px){.Navbar_navbar__2GufN{padding:.5rem 1rem}.Navbar_navContent__NMo0h{position:relative}.Navbar_logo__Ym1u6{font-size:1.3rem}.Navbar_navLinks__FVLYB{position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#F6FCDF;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:0 0 16px 16px;box-shadow:0 8px 32px rgba(0,0,0,.1);padding:1rem;margin-top:.5rem;gap:.5rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000}.Navbar_navLinks__FVLYB.Navbar_open__Z2oey{transform:translateY(0);opacity:1;visibility:visible}.Navbar_navLinks__FVLYB li{width:100%}.Navbar_navLinks__FVLYB li a{width:100%;padding:.75rem 1rem;justify-content:flex-start;border-radius:10px;font-size:.95rem}.Navbar_mobileMenuButton__6rC45{display:block}.Navbar_rightSection__KFciX{gap:.5rem}.Navbar_themeToggle__erFbO{width:36px;height:36px}[data-theme=dark] .Navbar_navLinks__FVLYB{background:#1A1A19;border:1px solid rgba(255,255,255,.1)}}@media (max-width:480px){.Navbar_navbar__2GufN{padding:.4rem .75rem}.Navbar_logo__Ym1u6{font-size:1.2rem}.Navbar_navLinks__FVLYB{padding:.75rem;margin-top:.25rem}.Navbar_navLinks__FVLYB li a{padding:.6rem .75rem;font-size:.9rem}.Navbar_icon__ZWGIh{width:14px;height:14px;margin-right:8px}.Navbar_themeToggle__erFbO{width:32px;height:32px}.Navbar_mobileMenuButton__6rC45{padding:.4rem;font-size:1.1rem}}@media (max-width:360px){.Navbar_navbar__2GufN{padding:.3rem .5rem}.Navbar_logo__Ym1u6{font-size:1.1rem}.Navbar_navLinks__FVLYB{padding:.5rem}.Navbar_navLinks__FVLYB li a{padding:.5rem .6rem;font-size:.85rem}.Navbar_themeToggle__erFbO{width:30px;height:30px}}.Navbar_hamburger__1kipN{display:flex;flex-direction:column;width:20px;height:16px;justify-content:space-between;cursor:pointer}.Navbar_hamburger__1kipN span{display:block;width:100%;height:2px;background:currentColor;transition:all .3s ease;border-radius:2px}.Navbar_hamburger__1kipN.Navbar_active__d3yZl span:first-child{transform:rotate(45deg) translate(5px,5px)}.Navbar_hamburger__1kipN.Navbar_active__d3yZl span:nth-child(2){opacity:0}.Navbar_hamburger__1kipN.Navbar_active__d3yZl span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.Hero_hero__Z352h{height:100vh;position:relative;display:flex;align-items:center;justify-content:center;background:#fff5eb;overflow:hidden;transition:all .3s ease}[data-theme=dark] .Hero_hero__Z352h{background:linear-gradient(135deg,#F6FCDF,#1A1A19)}.Hero_pdfFallback__86YJa{height:600px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:8px}.Hero_fallbackContent__DQg8a{text-align:center;padding:2rem}.Hero_fallbackContent__DQg8a h4{margin-bottom:1rem;color:#333}.Hero_fallbackContent__DQg8a p{margin-bottom:2rem;color:#666}.Hero_fallbackActions__JVubA{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.Hero_modalOverlay__lXTQv{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.Hero_modalContent__M7KuO{background:white;border-radius:12px;max-width:900px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px rgba(0,0,0,.5);overflow:hidden}.Hero_modalHeader__fx5gB{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.Hero_modalHeader__fx5gB h3{margin:0;color:#4E4E4E;font-size:1.25rem;font-weight:600}.Hero_modalActions__Gvapf{display:flex;gap:12px;align-items:center}.Hero_downloadBtn__QZmzN{background:#4E4E4E;color:white;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:6px;transition:all .2s ease}.Hero_downloadBtn__QZmzN:hover{background:#1A1A19;transform:translateY(-1px)}.Hero_closeBtn__X3XBD{background:#DBCC8F;color:#1A1A19;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.Hero_closeBtn__X3XBD:hover{background:#4E4E4E;color:#DBCC8F;transform:translateY(-1px)}.Hero_resumeViewer__oftmB{flex:1 1;padding:0;overflow:hidden;position:relative}.Hero_resumeViewer__oftmB iframe{display:block}@media (max-width:1024px) and (min-width:769px){.Hero_modalContent__M7KuO{max-width:800px;max-height:85vh}.Hero_modalHeader__fx5gB{padding:18px 22px}.Hero_modalHeader__fx5gB h3{font-size:1.125rem}}@media (max-width:768px) and (min-width:481px){.Hero_modalOverlay__lXTQv{padding:15px}.Hero_modalContent__M7KuO{max-height:90vh;width:100%;max-width:none}.Hero_modalHeader__fx5gB{padding:16px 20px;flex-wrap:nowrap}.Hero_modalHeader__fx5gB h3{font-size:1.125rem;margin-right:12px}.Hero_modalActions__Gvapf{gap:8px;flex-shrink:0}.Hero_downloadBtn__QZmzN,.Hero_viewBtn__Cq_9I{padding:8px 12px;font-size:.8rem}.Hero_closeBtn__X3XBD{width:30px;height:30px;font-size:.9rem}.Hero_resumeViewer__oftmB{min-height:450px}.Hero_fallbackContent__DQg8a{padding:1.5rem}.Hero_fallbackContent__DQg8a h4{font-size:1.125rem}}@media (max-width:480px){.Hero_modalOverlay__lXTQv{padding:8px}.Hero_modalContent__M7KuO{width:calc(100% - 16px);max-height:92vh;border-radius:8px}.Hero_modalHeader__fx5gB{padding:12px 16px;min-height:50px}.Hero_modalHeader__fx5gB h3{font-size:.95rem;line-height:1.3;margin-right:8px}.Hero_modalActions__Gvapf{gap:6px;flex-direction:row;flex-wrap:nowrap}.Hero_downloadBtn__QZmzN,.Hero_viewBtn__Cq_9I{padding:6px 8px;font-size:.7rem;min-width:auto}.Hero_closeBtn__X3XBD{width:28px;height:28px;font-size:.85rem}.Hero_resumeViewer__oftmB{min-height:400px}.Hero_fallbackContent__DQg8a{padding:1rem}.Hero_fallbackContent__DQg8a h4{font-size:1rem;margin-bottom:.75rem}.Hero_fallbackContent__DQg8a p{font-size:.9rem;margin-bottom:1.5rem}.Hero_fallbackActions__JVubA{flex-direction:column;gap:.75rem}}@media (max-width:375px){.Hero_modalOverlay__lXTQv{padding:4px}.Hero_modalContent__M7KuO{width:calc(100% - 8px);max-height:95vh;border-radius:6px}.Hero_modalHeader__fx5gB{padding:10px 12px;min-height:45px}.Hero_modalHeader__fx5gB h3{font-size:.85rem;margin-right:6px}.Hero_modalActions__Gvapf{gap:4px}.Hero_downloadBtn__QZmzN,.Hero_viewBtn__Cq_9I{padding:5px 6px;font-size:.65rem}.Hero_closeBtn__X3XBD{width:26px;height:26px;font-size:.8rem}.Hero_resumeViewer__oftmB{min-height:350px}.Hero_fallbackContent__DQg8a{padding:.75rem}.Hero_fallbackContent__DQg8a h4{font-size:.95rem}.Hero_fallbackContent__DQg8a p{font-size:.85rem}.Hero_primaryBtn__LLd5K,.Hero_secondaryBtn__1k6Vr{max-width:180px;padding:8px 12px;font-size:13px}}@media (max-width:320px){.Hero_modalOverlay__lXTQv{padding:2px}.Hero_modalContent__M7KuO{width:calc(100% - 4px);max-height:98vh;border-radius:4px}.Hero_modalHeader__fx5gB{padding:8px 10px;min-height:40px}.Hero_modalHeader__fx5gB h3{font-size:.8rem;margin-right:4px}.Hero_downloadBtn__QZmzN,.Hero_viewBtn__Cq_9I{padding:4px 6px;font-size:.6rem}.Hero_closeBtn__X3XBD{width:24px;height:24px;font-size:.75rem}.Hero_resumeViewer__oftmB{min-height:300px}.Hero_primaryBtn__LLd5K,.Hero_secondaryBtn__1k6Vr{max-width:160px;padding:6px 10px;font-size:12px}}@media (max-height:500px) and (orientation:landscape){.Hero_modalContent__M7KuO{max-height:95vh}.Hero_modalHeader__fx5gB{padding:8px 16px;min-height:40px}.Hero_resumeViewer__oftmB{min-height:250px}.Hero_fallbackContent__DQg8a{padding:1rem}.Hero_fallbackActions__JVubA{flex-direction:row;gap:.5rem}.Hero_primaryBtn__LLd5K,.Hero_secondaryBtn__1k6Vr{width:auto;padding:6px 12px;font-size:12px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.Hero_modalContent__M7KuO{box-shadow:0 25px 50px -12px rgba(0,0,0,.6)}}.Hero_closeBtn__X3XBD:focus,.Hero_downloadBtn__QZmzN:focus,.Hero_primaryBtn__LLd5K:focus,.Hero_secondaryBtn__1k6Vr:focus,.Hero_viewBtn__Cq_9I:focus{outline:2px solid #2196F3;outline-offset:2px}@media print{.Hero_modalOverlay__lXTQv{display:none}}.Hero_overlay__pH4z1{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--hero-overlay,rgba(0,0,0,.3));z-index:1;transition:background .3s ease}.Hero_content__13v4I{position:relative;z-index:2;text-align:center;max-width:1200px;width:100%;display:flex;align-items:flex-start;justify-content:center;height:100%;box-sizing:border-box;padding:20vh 2px 0}.Hero_textAndViewer__EWEzz{display:flex;align-items:center;justify-content:center;gap:60px;flex-wrap:wrap;width:100%;margin:0;padding:0}.Hero_textSection__OyDYk{flex:1 1;min-width:300px;text-align:left}.Hero_headingWrapper__IiLkp{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.Hero_heading__wjuBW{font-size:3.5rem;font-weight:800;margin:0;background:#192965;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:Hero_slideInLeft__7ea1W 1s ease-out;line-height:1.2}[data-theme=dark] .Hero_heading__wjuBW{background:#F6E0B3;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.Hero_wave3d__BOyaD{display:inline-block;font-size:2.5em;transform-origin:70% 70%;animation:Hero_wave__N4qms 3s ease-in-out infinite;color:inherit;text-shadow:1px 1px 0 rgba(0,0,0,.1);flex-shrink:0}@keyframes Hero_wave__N4qms{0%,to{transform:rotate(0deg) scale(1) rotateY(0deg)}25%{transform:rotate(20deg) scale(1.1) rotateY(10deg)}50%{transform:rotate(-10deg) scale(1.05) rotateY(-5deg)}75%{transform:rotate(25deg) scale(1.15) rotateY(15deg)}}.Hero_wave3d__BOyaD:hover{animation:Hero_waveHover__zZvgT .8s ease-in-out}@keyframes Hero_waveHover__zZvgT{0%{transform:rotate(0deg) scale(1) rotateY(0deg)}25%{transform:rotate(30deg) scale(1.2) rotateY(20deg)}50%{transform:rotate(-20deg) scale(1.1) rotateY(-10deg)}75%{transform:rotate(35deg) scale(1.25) rotateY(25deg)}to{transform:rotate(0deg) scale(1) rotateY(0deg)}}.Hero_typing__7phyw{font-size:1.8rem;font-weight:600;color:var(--hero-typing-color,#e0e0e0);margin-bottom:1.5rem;display:block;min-height:60px;animation:Hero_slideInRight__QVE4i 1s ease-out .3s both}.Hero_subtext__UZsLp{font-size:1.2rem;color:var(--hero-subtext-color,#b0b0b0);margin-bottom:2rem;font-weight:400;animation:Hero_fadeInUp__1kEkh 1s ease-out .6s both;line-height:1.6}.Hero_scrollBtn__tIrSU{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#F6FCDF;color:#192965;text-decoration:none;border-radius:30px;font-weight:600;font-size:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid var(--hero-btn-border,rgba(255,255,255,.2));transition:all .3s ease;animation:Hero_fadeInUp__1kEkh 1s ease-out .9s both;animation:Hero_bounce__RiP_1 2s infinite;transition:transform .3s ease}[data-theme=dark] .Hero_scrollBtn__tIrSU{background:#1A1A19;color:#FFF5EB}.Hero_scrollBtn__tIrSU:hover{background:#4E4E4E;transform:translateY(-2px);box-shadow:0 10px 30px var(--hero-btn-shadow,rgba(0,0,0,.3));color:#FFF5EB;transform:scale(1.05)}@keyframes Hero_bounce__RiP_1{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.Hero_photoSection__B7YZC{flex:1 1;min-width:300px;display:flex;align-items:center;justify-content:center;animation:Hero_fadeInUp__1kEkh 1s ease-out .6s both}.Hero_photoContainer__GoYcI{position:relative;width:350px;height:350px;border-radius:50%;overflow:hidden;border:4px solid var(--hero-photo-border,rgba(255,255,255,.3));box-shadow:0 20px 40px var(--hero-photo-shadow,rgba(0,0,0,.3));transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Hero_photoContainer__GoYcI:hover{transform:scale(1.05);box-shadow:0 25px 50px var(--hero-photo-shadow-hover,rgba(0,0,0,.4))}.Hero_profilePhoto__rHS1D{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.Hero_profilePhoto__rHS1D:hover{transform:scale(1.1)}@keyframes Hero_slideInLeft__7ea1W{0%{opacity:0;transform:translateX(-100px)}to{opacity:1;transform:translateX(0)}}@keyframes Hero_slideInRight__QVE4i{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@keyframes Hero_fadeInUp__1kEkh{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1440px){.Hero_content__13v4I{padding:22vh 40px 0}.Hero_textAndViewer__EWEzz{gap:0 40px}.Hero_heading__wjuBW{font-size:2.5rem}.Hero_wave3d__BOyaD{font-size:2.3rem}.Hero_typing__7phyw{font-size:1.4rem}.Hero_photoContainer__GoYcI{width:300px;height:300px}}@media (max-width:1024px){.Hero_content__13v4I{align-items:flex-start;padding:22vh 40px 0}.Hero_textAndViewer__EWEzz{gap:40px}.Hero_heading__wjuBW{font-size:2.1rem}.Hero_wave3d__BOyaD{font-size:2rem}.Hero_typing__7phyw{font-size:1.3rem}.Hero_photoContainer__GoYcI{width:280px;height:280px}}@media (max-width:768px){.Hero_hero__Z352h{min-height:calc(100vh - 80px);padding:0 40px 7vh}.Hero_content__13v4I{padding:0 40px;align-items:center}.Hero_textAndViewer__EWEzz{flex-direction:column;gap:20px}.Hero_textSection__OyDYk{text-align:center;order:2}.Hero_photoSection__B7YZC{order:1}.Hero_headingWrapper__IiLkp{justify-content:center;flex-wrap:wrap;gap:8px}.Hero_heading__wjuBW{font-size:2rem}.Hero_wave3d__BOyaD{font-size:2em}.Hero_typing__7phyw{font-size:1.4rem;min-height:50px}.Hero_subtext__UZsLp{font-size:1rem}.Hero_photoContainer__GoYcI{width:220px;height:220px}}@media (max-width:480px){.Hero_hero__Z352h{padding:20px 0;height:100vh}.Hero_content__13v4I{padding:0 15px 7vh}.Hero_textAndViewer__EWEzz{gap:20px}.Hero_headingWrapper__IiLkp{gap:6px}.Hero_heading__wjuBW{font-size:2rem;line-height:1.1}.Hero_wave3d__BOyaD{font-size:2rem}.Hero_typing__7phyw{font-size:1.2rem;min-height:40px}.Hero_subtext__UZsLp{font-size:.9rem;margin-bottom:1.5rem}.Hero_scrollBtn__tIrSU{padding:10px 20px;font-size:.9rem}.Hero_photoContainer__GoYcI{width:220px;height:220px;border-width:3px}}@media (max-width:360px){.Hero_heading__wjuBW{font-size:1.8rem}.Hero_wave3d__BOyaD{font-size:1.6em}.Hero_typing__7phyw{font-size:1.1rem}.Hero_subtext__UZsLp{font-size:.85rem}.Hero_photoContainer__GoYcI{width:200px;height:200px}}@media (max-width:768px) and (orientation:landscape){.Hero_hero__Z352h{height:auto;min-height:100vh;padding:20px 0}.Hero_textAndViewer__EWEzz{flex-direction:row;gap:20px}.Hero_textSection__OyDYk{text-align:left;order:1}.Hero_photoSection__B7YZC{order:2}.Hero_photoContainer__GoYcI{width:200px;height:200px}.Hero_heading__wjuBW{font-size:2.2rem}.Hero_typing__7phyw{font-size:1.3rem}}.Aboutme_aboutMeContainer__4PGTE{min-height:100vh;background:linear-gradient(135deg,#f6fcdf,#fff5eb);position:relative}.Aboutme_decorativeWrapper__0OOKi{overflow-x:hidden}[data-theme=dark] .Aboutme_aboutMeContainer__4PGTE{background:linear-gradient(135deg,#4e4e4e,black)}.Aboutme_heroSection___f32L{padding:3rem 2rem 0;text-align:center;position:relative;z-index:2}.Aboutme_heroContent__H2o1v{max-width:800px;margin:0 auto}.Aboutme_heroTitle__pem36{font-size:3.5rem;font-weight:600;color:#4e4e4e;margin-bottom:.5rem;position:relative;text-shadow:2px 2px 4px rgba(0,0,0,.3)}[data-theme=dark] .Aboutme_heroTitle__pem36{color:#fff5eb}.Aboutme_decorativeElement__2jseB:first-child{top:-10px;left:-30px;animation-delay:-2s}.Aboutme_decorativeElement__2jseB:nth-child(2){bottom:-10px;right:-30px;animation-delay:-4s}.Aboutme_heroGuide__NqXhf p{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#4e4e4e;font-size:1.125rem}[data-theme=dark] .Aboutme_heroGuide__NqXhf p{color:#f6e0b3}.Aboutme_journeySection__Iz1u0{padding:1.5rem 2rem;position:relative}.Aboutme_journeyContainer__NiaNu{max-width:1000px;margin:0 auto;background-color:#f6e0b3}[data-theme=dark] .Aboutme_journeyContainer__NiaNu{background-color:#4e4e4e}.Aboutme_journeyMap__q3_Uh{position:relative;height:500px;background:rgba(255,255,255,.1);border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);overflow:hidden}.Aboutme_milestone__f_Q_I{position:absolute;z-index:3;cursor:pointer;transition:all .3s ease}.Aboutme_milestone__f_Q_I:hover{transform:scale(1.1);z-index:4}.Aboutme_milestone__f_Q_I.Aboutme_animated__Ew77B{animation:Aboutme_pulse__6rhhm 2s ease-in-out infinite}.Aboutme_milestone__f_Q_I.Aboutme_active__xmwLv{transform:scale(1.2);z-index:5}.Aboutme_milestoneCard__XApac{width:120px;height:120px;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);transition:all .3s ease;box-shadow:0 8px 32px rgba(0,0,0,.1)}.Aboutme_milestoneCard__XApac:hover{transform:translateY(-5px);box-shadow:0 12px 40px #4e4e4e}[data-theme=dark] .Aboutme_milestoneCard__XApac:hover{box-shadow:0 12px 40px #f6fcdf}.Aboutme_milestoneEducation__s5wPT{background:linear-gradient(135deg,#dbcc8f,#f6fcdf)}[data-theme=dark] .Aboutme_milestoneEducation__s5wPT{background:linear-gradient(135deg,#f6fcdf,#4e4e4e)}.Aboutme_milestoneInternship__40NWq{background:linear-gradient(135deg,#dbcc8f,#fff5eb)}[data-theme=dark] .Aboutme_milestoneInternship__40NWq{background:linear-gradient(135deg,#4e4e4e,#dbcc8f)}.Aboutme_milestoneAchievement__qkM_Y{background:linear-gradient(135deg,#dbcc8f,#f0efef)}[data-theme=dark] .Aboutme_milestoneAchievement__qkM_Y{background:linear-gradient(135deg,#4e4e4e,#f0efef)}.Aboutme_milestoneIcon__IoaTz{font-size:2rem;margin-bottom:.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.Aboutme_milestoneTitle__iF7yM{font-size:1rem;font-weight:500;color:#4e4e4e;text-align:center}[data-theme=dark] .Aboutme_milestoneTitle__iF7yM{color:white;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.Aboutme_milestoneTooltip__wDQOh{position:absolute;top:-50px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.8);color:white;padding:.5rem 1rem;border-radius:8px;font-size:.75rem;white-space:nowrap;z-index:10;animation:Aboutme_fadeIn__t_cpQ .3s ease}.Aboutme_milestoneTooltip__wDQOh:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-top-color:rgba(0,0,0,.8)}.Aboutme_activeIndicator__FSJSu{position:absolute;top:-5px;right:-5px;width:20px;height:20px;background:#ffd700;border-radius:50%;animation:Aboutme_pulse__6rhhm 2s ease-in-out infinite}.Aboutme_floatingElements__jxUL3{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2}.Aboutme_floatingElement__uZm2L{position:absolute;width:60px;height:60px;background:linear-gradient(45deg,#dbcc8f,#f6e0b3);border-radius:50%;animation:Aboutme_float__xz_yI 8s ease-in-out infinite}[data-theme=dark] .Aboutme_floatingElement__uZm2L{background:linear-gradient(45deg,rgb(50,50,50),#8c8c8c)}.Aboutme_floatingElement__uZm2L:first-child{top:20%;left:10%;animation-delay:-2s}.Aboutme_floatingElement__uZm2L:nth-child(2){bottom:20%;right:10%;animation-delay:-4s}.Aboutme_modalOverlay__j2Yo6{width:100%;height:100%;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:all .3s ease;padding:2rem}.Aboutme_modalOverlay__j2Yo6.Aboutme_visible__IuY01{opacity:1;visibility:visible}.Aboutme_modalContent__HdXwc{background:#fff5eb;border-radius:20px;max-width:70vw;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px rgba(0,0,0,.3);transform:scale(.9);transition:transform .3s ease;display:flex;flex-direction:column}[data-theme=dark] .Aboutme_modalContent__HdXwc{background:#1a1a19}.Aboutme_modalOverlay__j2Yo6.Aboutme_visible__IuY01 .Aboutme_modalContent__HdXwc{transform:scale(1)}.Aboutme_modalHeader__kQvfC{padding:2rem;border-radius:20px 20px 0 0;color:#1a1a19;position:relative}.Aboutme_modalHeaderContent__7Ryrp{display:flex;justify-content:space-between;align-items:flex-start}.Aboutme_modalTitle__iYFof{font-size:1.875rem;font-weight:700;margin-bottom:.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.Aboutme_modalDate__SwY_Q{display:flex;align-items:center;gap:.5rem;font-size:1rem;opacity:.9}.Aboutme_modalClose__azKca{background:rgba(255,255,255,.2);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#1a1a19}.Aboutme_modalClose__azKca:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}.Aboutme_modalBody__8LQpK{padding:2rem}.Aboutme_modalGrid__sl_xT{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}.Aboutme_lottieAnimation__2Qr6d{width:100%;height:250px;max-height:300px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f6fcdf;display:flex;align-items:center;justify-content:center;margin-bottom:5px}[data-theme=dark] .Aboutme_lottieAnimation__2Qr6d{background:#4e4e4e}@media (max-width:768px){.Aboutme_lottieAnimation__2Qr6d{height:200px}}@media (max-width:480px){.Aboutme_modalTitle__iYFof{font-size:1.25rem}.Aboutme_lottieAnimation__2Qr6d{height:180px}}.Aboutme_lottieAnimation__2Qr6d:hover{transform:scale(1.05);transition:transform .3s ease}.Aboutme_skillsSection__87yD_ h3{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:1rem}[data-theme=dark] .Aboutme_skillsSection__87yD_ h3{color:#f6fcdf}.Aboutme_skillsGrid__vzFRm{display:flex;flex-wrap:wrap;gap:.5rem}.Aboutme_skillTag__eeHnH{background:linear-gradient(135deg,#fff5eb,#4e4e4e);color:black;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .2s ease}.Aboutme_skillTag__eeHnH:hover{transform:translateY(-2px)}.Aboutme_detailsSection___ErWW{display:flex;flex-direction:column;gap:1.5rem}.Aboutme_detailsSection___ErWW h3{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:1rem}[data-theme=dark] .Aboutme_detailsSection___ErWW h3{color:#f0efef}.Aboutme_detailsDescription__XaCOg{color:#6b7280;line-height:1.6;font-size:1rem}[data-theme=dark] .Aboutme_detailsDescription__XaCOg{color:#fff5eb}.Aboutme_highlightsList__lReFr{list-style:none;padding:0;margin:0}.Aboutme_highlightsList__lReFr li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;color:#374151;line-height:1.5}[data-theme=dark] .Aboutme_highlightsList__lReFr li{color:#fff5eb}.Aboutme_modalNavigation__TJ8Sk{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #dbcc8f}.Aboutme_navButton__UqXd_{display:flex;align-items:center;gap:.5rem;background:#f6fcdf;color:#192965;padding:.75rem 1.5rem;border-radius:25px;border:1px solid #dbcc8f;cursor:pointer;transition:all .3s ease;font-weight:600}.Aboutme_navButton__UqXd_:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4);background:#4e4e4e;color:#fff5eb}.Aboutme_navDots___eVjj{display:flex;gap:.5rem}.Aboutme_navDot__LxgG8{width:10px;height:10px;border-radius:50%;background:#dbcc8f;border:none;cursor:pointer;transition:all .3s ease}.Aboutme_navDot__LxgG8.Aboutme_active__xmwLv{background:#4e4e4e;transform:scale(1.2)}.Aboutme_modalOverlay__j2Yo6{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;align-items:center;justify-content:center}.Aboutme_modalContent__HdXwc{position:relative;margin:auto}@media (min-width:1024px) and (max-width:1440px){.Aboutme_heroSection___f32L{padding:0 2rem 2rem}.Aboutme_heroTitle__pem36{font-size:2.2rem;margin-bottom:0;padding-top:7vh}.Aboutme_heroSubtitle__OGKCM{font-size:.5rem;max-width:600px;margin:0 auto}.Aboutme_journeyMap__q3_Uh{height:64vh}.Aboutme_milestoneCard__XApac{width:125px;height:125px}.Aboutme_milestoneIcon__IoaTz{font-size:2.3rem}.Aboutme_milestoneTitle__iF7yM{font-size:1rem;margin-top:.5rem}}@media (min-width:992px) and (max-width:1023px){.Aboutme_heroSection___f32L{padding:0 2rem}.Aboutme_heroTitle__pem36{font-size:2rem;margin-bottom:0}.Aboutme_heroSubtitle__OGKCM{font-size:.5rem;max-width:600px;margin:0 auto}.Aboutme_journeyMap__q3_Uh{height:400px}.Aboutme_milestoneCard__XApac{width:125px;height:125px}.Aboutme_milestoneIcon__IoaTz{font-size:2.2rem}.Aboutme_milestoneTitle__iF7yM{font-size:1rem;margin-top:.5rem}.Aboutme_navButton__UqXd_{font-size:.9rem;padding:.6rem 1.2rem}}@media (min-width:768px) and (max-width:991px){.Aboutme_heroSection___f32L{padding:6rem 2rem 3rem}.Aboutme_heroTitle__pem36{font-size:2.75rem;margin-bottom:0}.Aboutme_heroSubtitle__OGKCM{font-size:1rem;max-width:600px;margin:0 auto}.Aboutme_journeySection__Iz1u0{padding:2.5rem 2rem}.Aboutme_journeyMap__q3_Uh{height:62vh}.Aboutme_milestoneCard__XApac{width:120px;height:120px}.Aboutme_milestoneIcon__IoaTz{font-size:2rem}.Aboutme_milestoneTitle__iF7yM{font-size:1rem;margin-top:.5rem}.Aboutme_modalOverlay__j2Yo6{padding:1.5rem}.Aboutme_modalContent__HdXwc{max-width:700px}.Aboutme_modalHeader__kQvfC{padding:1.5rem}.Aboutme_modalTitle__iYFof{font-size:1.75rem}.Aboutme_modalBody__8LQpK{padding:1.75rem}.Aboutme_modalGrid__sl_xT{grid-template-columns:1fr;gap:1.5rem}.Aboutme_mockAnimation__nLIlt{height:160px}.Aboutme_skillsGrid__vzFRm{gap:.4rem}.Aboutme_skillTag__eeHnH{font-size:.8rem;padding:.4rem .8rem}.Aboutme_navButton__UqXd_{font-size:.9rem;padding:.6rem 1.2rem}}@media (min-width:576px) and (max-width:767px){.Aboutme_heroSection___f32L{padding:4rem 1rem 2rem}.Aboutme_journeySection__Iz1u0{padding:2rem}.Aboutme_modalContent__HdXwc{max-width:95vw;max-height:95vh}.Aboutme_modalHeader__kQvfC{padding:1.5rem 1rem}.Aboutme_modalBody__8LQpK{padding:1rem}.Aboutme_modalNavigation__TJ8Sk{flex-direction:column;align-items:center;gap:1rem}.Aboutme_navDots___eVjj{order:-1}.Aboutme_journeyMap__q3_Uh{height:62vh}.Aboutme_milestoneTooltip__wDQOh{white-space:normal;max-width:150px}}@media (min-width:480px) and (max-width:575px){.Aboutme_heroSection___f32L{padding:2.5rem 1rem 0;min-height:25vh}.Aboutme_heroTitle__pem36{font-size:2.2rem;margin-bottom:.75rem;line-height:1.2}.Aboutme_heroSubtitle__OGKCM{font-size:1rem;max-width:400px;margin:0 auto;line-height:1.4}.Aboutme_journeySection__Iz1u0{padding:1rem}.Aboutme_journeyMap__q3_Uh{height:62vh;border-radius:16px}.Aboutme_milestoneCard__XApac{width:110px;height:110px;border-radius:16px}.Aboutme_milestoneIcon__IoaTz{font-size:1.8rem;margin-bottom:.5rem}.Aboutme_milestoneTitle__iF7yM{font-size:.95rem;line-height:1.2}.Aboutme_modalOverlay__j2Yo6{padding:1rem}.Aboutme_modalContent__HdXwc{max-width:95vw;max-height:90vh;border-radius:16px}.Aboutme_modalHeader__kQvfC{padding:1.5rem 1.25rem}.Aboutme_modalTitle__iYFof{font-size:1.5rem;margin-bottom:.5rem}.Aboutme_modalBody__8LQpK{padding:1.25rem}.Aboutme_modalGrid__sl_xT{grid-template-columns:1fr;gap:1.25rem}.Aboutme_lottieAnimation__2Qr6d{height:200px}.Aboutme_skillsGrid__vzFRm{gap:.5rem}.Aboutme_skillTag__eeHnH{font-size:.8rem;padding:.4rem .8rem}.Aboutme_modalNavigation__TJ8Sk{flex-direction:column;align-items:center;gap:1rem;padding:1.25rem}.Aboutme_navDots___eVjj{order:-1}.Aboutme_navButton__UqXd_{width:70%;max-width:250px;justify-content:center;font-size:.9rem;padding:.6rem 1rem}.Aboutme_detailsSection___ErWW h3,.Aboutme_skillsSection__87yD_ h3{font-size:1.2rem;margin-bottom:1rem}.Aboutme_detailsDescription__XaCOg{font-size:.9rem;line-height:1.5}.Aboutme_highlightsList__lReFr li{font-size:.9rem;margin-bottom:.6rem}.Aboutme_milestoneTooltip__wDQOh{font-size:.75rem;padding:.4rem .7rem;max-width:180px}}@media (min-width:360px) and (max-width:479px){.Aboutme_heroSection___f32L{min-height:2vh;padding:6vh .1rem}.Aboutme_heroTitle__pem36{font-size:1.9rem;margin-bottom:.6rem;line-height:1.15}.Aboutme_heroSubtitle__OGKCM{font-size:.85rem;max-width:320px;margin:0 auto;line-height:1.4}.Aboutme_journeySection__Iz1u0{padding:.85rem}.Aboutme_journeyMap__q3_Uh{height:62vh;border-radius:14px}.Aboutme_milestoneCard__XApac{width:105px;height:95px;border-radius:14px}.Aboutme_milestoneIcon__IoaTz{font-size:1.6rem;margin-bottom:.4rem}.Aboutme_milestoneTitle__iF7yM{font-size:.92rem;margin-top:.2rem;line-height:1.1}.Aboutme_modalOverlay__j2Yo6{padding:.75rem}.Aboutme_modalContent__HdXwc{max-width:96vw;max-height:92vh;border-radius:14px}.Aboutme_modalHeader__kQvfC{padding:1.25rem 1rem}.Aboutme_modalTitle__iYFof{font-size:1.35rem;margin-bottom:.4rem}.Aboutme_modalBody__8LQpK{padding:1rem}.Aboutme_modalGrid__sl_xT{grid-template-columns:1fr;gap:1rem}.Aboutme_lottieAnimation__2Qr6d{height:160px}.Aboutme_skillsGrid__vzFRm{gap:.35rem}.Aboutme_skillTag__eeHnH{font-size:.75rem;padding:.35rem .65rem}.Aboutme_modalNavigation__TJ8Sk{flex-direction:column;align-items:center;gap:.75rem;padding:1rem}.Aboutme_navDots___eVjj{order:-1}.Aboutme_navButton__UqXd_{width:75%;max-width:220px;justify-content:center;font-size:.85rem;padding:.55rem .9rem}.Aboutme_detailsSection___ErWW h3,.Aboutme_skillsSection__87yD_ h3{font-size:1.15rem;margin-bottom:.85rem}.Aboutme_detailsDescription__XaCOg{font-size:.87rem;line-height:1.5}.Aboutme_highlightsList__lReFr li{font-size:.87rem;margin-bottom:.5rem}.Aboutme_milestoneTooltip__wDQOh{font-size:.72rem;padding:.35rem .6rem;max-width:150px;white-space:normal}}@media (min-width:320px) and (max-width:359px){.Aboutme_heroSection___f32L{min-height:25vh;padding:12vh .75rem 25px}.Aboutme_heroTitle__pem36{font-size:1.9rem;margin-bottom:.5rem;line-height:1.1}.Aboutme_heroSubtitle__OGKCM{font-size:.9rem;max-width:280px;margin:0 auto;line-height:1.4}.Aboutme_journeySection__Iz1u0{padding:.5rem .75rem}.Aboutme_journeyMap__q3_Uh{height:62vh;border-radius:12px}.Aboutme_milestoneCard__XApac{width:95px;height:85px;border-radius:12px}.Aboutme_milestoneIcon__IoaTz{font-size:1.4rem;margin-bottom:.3rem}.Aboutme_milestoneTitle__iF7yM{font-size:.88rem;margin-top:.15rem;line-height:1.1;padding:0 .1rem}.Aboutme_modalOverlay__j2Yo6{padding:.5rem}.Aboutme_modalContent__HdXwc{max-width:98vw;max-height:95vh;border-radius:12px}.Aboutme_modalHeader__kQvfC{padding:1rem .9rem}.Aboutme_modalHeaderContent__7Ryrp{flex-direction:column;align-items:flex-start;gap:.4rem}.Aboutme_modalClose__azKca{align-self:flex-end;margin-top:-.8rem;width:35px;height:35px}.Aboutme_modalTitle__iYFof{font-size:1.2rem;margin-bottom:.3rem;line-height:1.2}.Aboutme_modalBody__8LQpK{padding:.9rem}.Aboutme_modalGrid__sl_xT{grid-template-columns:1fr;gap:.8rem}.Aboutme_lottieAnimation__2Qr6d{height:140px}.Aboutme_skillsGrid__vzFRm{gap:.25rem}.Aboutme_skillTag__eeHnH{font-size:.7rem;padding:.3rem .5rem}.Aboutme_modalNavigation__TJ8Sk{flex-direction:column;align-items:center;gap:.6rem;padding:.8rem}.Aboutme_navDots___eVjj{order:-1;gap:.4rem}.Aboutme_navDot__LxgG8{width:8px;height:8px}.Aboutme_navButton__UqXd_{width:85%;max-width:200px;justify-content:center;font-size:.8rem;padding:.5rem .75rem}.Aboutme_detailsSection___ErWW h3,.Aboutme_skillsSection__87yD_ h3{font-size:1.1rem;margin-bottom:.75rem}.Aboutme_detailsDescription__XaCOg{font-size:.83rem;line-height:1.5}.Aboutme_highlightsList__lReFr li{font-size:.83rem;margin-bottom:.45rem}.Aboutme_milestoneTooltip__wDQOh{font-size:.7rem;padding:.25rem .5rem;max-width:130px;white-space:normal}}@media (min-width:280px) and (max-width:319px){.Aboutme_heroSection___f32L{min-height:22vh;padding:12vh .5rem 25px}.Aboutme_heroTitle__pem36{font-size:1.4rem;margin-bottom:.4rem;line-height:1.1}.Aboutme_heroSubtitle__OGKCM{font-size:.68rem;max-width:250px;margin:0 auto;line-height:1.3}.Aboutme_journeySection__Iz1u0{padding:.4rem .5rem}.Aboutme_journeyMap__q3_Uh{height:62vh;border-radius:10px}.Aboutme_milestoneCard__XApac{width:85px;height:75px;border-radius:10px}.Aboutme_milestoneIcon__IoaTz{font-size:1.2rem;margin-bottom:.2rem}.Aboutme_milestoneTitle__iF7yM{font-size:.8rem;margin-top:.1rem;line-height:1;padding:0 .05rem}.Aboutme_modalOverlay__j2Yo6{padding:.25rem}.Aboutme_modalContent__HdXwc{max-width:99vw;max-height:98vh;border-radius:10px}.Aboutme_modalHeader__kQvfC{padding:.8rem .7rem}.Aboutme_modalHeaderContent__7Ryrp{flex-direction:column;align-items:flex-start;gap:.3rem}.Aboutme_modalClose__azKca{align-self:flex-end;margin-top:-.6rem;width:32px;height:32px}.Aboutme_modalTitle__iYFof{font-size:1.1rem;margin-bottom:.2rem;line-height:1.1}.Aboutme_modalBody__8LQpK{padding:.7rem}.Aboutme_modalGrid__sl_xT{grid-template-columns:1fr;gap:.6rem}.Aboutme_lottieAnimation__2Qr6d{height:120px}.Aboutme_skillsGrid__vzFRm{gap:.2rem}.Aboutme_skillTag__eeHnH{font-size:.65rem;padding:.25rem .4rem}.Aboutme_modalNavigation__TJ8Sk{flex-direction:column;align-items:center;gap:.5rem;padding:.6rem}.Aboutme_navDots___eVjj{order:-1;gap:.3rem}.Aboutme_navDot__LxgG8{width:7px;height:7px}.Aboutme_navButton__UqXd_{width:90%;max-width:180px;justify-content:center;font-size:.75rem;padding:.4rem .6rem}.Aboutme_detailsSection___ErWW h3,.Aboutme_skillsSection__87yD_ h3{font-size:1rem;margin-bottom:.6rem}.Aboutme_detailsDescription__XaCOg{font-size:.8rem;line-height:1.4}.Aboutme_highlightsList__lReFr li{font-size:.8rem;margin-bottom:.35rem}.Aboutme_milestoneTooltip__wDQOh{font-size:.65rem;padding:.2rem .4rem;max-width:110px;white-space:normal}}@media (max-width:279px){.Aboutme_aboutMeContainer__4PGTE{padding:0}.Aboutme_heroSection___f32L{padding:1rem .25rem 0;min-height:20vh}.Aboutme_heroTitle__pem36{font-size:1.2rem;margin-bottom:.3rem;line-height:1}.Aboutme_heroSubtitle__OGKCM{font-size:.6rem;max-width:220px;margin:0 auto;line-height:1.2}.Aboutme_journeySection__Iz1u0{padding:.3rem}.Aboutme_journeyMap__q3_Uh{height:98vw;border-radius:8px}.Aboutme_milestoneCard__XApac{width:75px;height:65px;border-radius:8px}.Aboutme_milestoneIcon__IoaTz{font-size:1rem;margin-bottom:.1rem}.Aboutme_milestoneTitle__iF7yM{font-size:.7rem;margin-top:0;line-height:.9;padding:0}.Aboutme_modalOverlay__j2Yo6{padding:.1rem}.Aboutme_modalContent__HdXwc{max-width:100vw;max-height:100vh;border-radius:8px}.Aboutme_modalHeader__kQvfC{padding:.6rem .5rem}.Aboutme_modalTitle__iYFof{font-size:1rem;margin-bottom:.1rem}.Aboutme_modalBody__8LQpK{padding:.5rem}.Aboutme_lottieAnimation__2Qr6d{height:100px}.Aboutme_skillTag__eeHnH{font-size:.6rem;padding:.2rem .3rem}.Aboutme_navButton__UqXd_{font-size:.7rem;padding:.3rem .5rem}.Aboutme_detailsSection___ErWW h3,.Aboutme_skillsSection__87yD_ h3{font-size:.9rem;margin-bottom:.5rem}.Aboutme_detailsDescription__XaCOg,.Aboutme_highlightsList__lReFr li{font-size:.75rem;line-height:1.3}}@media (max-height:500px) and (orientation:landscape){.Aboutme_modalContent__HdXwc{max-height:95vh}.Aboutme_lottieAnimation__2Qr6d{height:150px}.Aboutme_journeyMap__q3_Uh{height:250px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.Aboutme_milestoneCard__XApac{border-width:1px}.Aboutme_modalContent__HdXwc{box-shadow:0 20px 40px rgba(0,0,0,.25)}}@media print{.Aboutme_activeIndicator__FSJSu,.Aboutme_floatingElements__jxUL3,.Aboutme_modalOverlay__j2Yo6{display:none!important}.Aboutme_aboutMeContainer__4PGTE{background:white!important}}@media (max-height:500px) and (orientation:landscape){.Aboutme_heroSection___f32L{min-height:8vh;padding:1rem}.Aboutme_heroTitle__pem36{font-size:1.5rem;margin-bottom:.5rem}.Aboutme_heroSubtitle__OGKCM{font-size:.9rem}.Aboutme_journeyMap__q3_Uh{height:450px}.Aboutme_modalContent__HdXwc{max-height:90vh}.Aboutme_modalBody__8LQpK,.Aboutme_modalHeader__kQvfC{padding:.75rem}}.Projects_pageWrapper__DsarW{min-height:100vh;background-image:linear-gradient(135deg,#FFF5EB,#F6FCDF);padding:0;margin:0}[data-theme=dark] .Projects_pageWrapper__DsarW{background-image:linear-gradient(135deg,#1A1A19,#4E4E4E)}.Projects_projectsContainer__LrS7G{padding:50px 20px;max-width:1200px;margin:0 auto}.Projects_projectsHeader__B11LM{text-align:center;margin-bottom:60px}.Projects_projectsTitle__jU1Zl{font-size:3.5rem;font-weight:600;margin-bottom:.5rem;color:#4e4e4e;position:relative;text-shadow:2px 2px 4px rgba(0,0,0,.3)}[data-theme=dark] .Projects_projectsTitle__jU1Zl{color:#fff5eb}.Projects_projectsSubtitle__PXeFD{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#4e4e4e;font-size:1.125rem}[data-theme=dark] .Projects_projectsSubtitle__PXeFD{color:#f6e0b3}.Projects_projectsGrid__xTK85{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:32px;gap:32px;margin-top:40px}.Projects_projectCard__kVjkM{background-color:#F6FCDF;border:1px solid #dbcc8f;border-radius:8px;padding:24px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.1);height:100%;display:flex;flex-direction:column;position:relative;overflow:hidden}[data-theme=dark] .Projects_projectCard__kVjkM{background-color:#1A1A19;border:1px solid #fff5eb}.Projects_projectCard__kVjkM:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.15);border-color:#4E4E4E}[data-theme=dark] .Projects_projectCard__kVjkM:hover{background-color:#4E4E4E}.Projects_projectCard__kVjkM:active{transform:translateY(-2px)}.Projects_projectCardHeader__AIJAw{margin-bottom:12px}.Projects_projectCardTitle__U3NKy{margin:0 0 8px;font-size:20px;font-weight:600;color:#4E4E4E;transition:color .2s ease}[data-theme=dark] .Projects_projectCardTitle__U3NKy{color:#FFF5EB}.Projects_projectCard__kVjkM:hover .Projects_projectCardTitle__U3NKy{color:#1A1A19}.Projects_projectCardDescription__nfHrH{margin:0 0 16px;font-size:14px;line-height:1.5;color:#1A1A19;flex:1 1}[data-theme=dark] .Projects_projectCardDescription__nfHrH{color:#F6E0B3}.Projects_projectTags__r8He7{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.Projects_projectTag__vbThr{background-color:#DBCC8F;color:#4E4E4E;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;border:1px solid #1a1a19;transition:all .2s ease}[data-theme=dark] .Projects_projectTag__vbThr{background-color:#4E4E4E;color:#FFF5EB;border-color:#1A1A19}.Projects_projectCard__kVjkM:hover .Projects_projectTag__vbThr{background-color:#FFF5EB;color:#1A1A19;border:1px solid #f6fcdf}[data-theme=dark] .Projects_projectCard__kVjkM:hover .Projects_projectTag__vbThr{background-color:#1A1A19;color:#F6FCDF}.Projects_projectGithubLink__19rUu{margin-top:16px;font-size:12px;color:#4E4E4E;font-weight:500;display:flex;align-items:center;gap:4px;transition:color .2s ease}[data-theme=dark] .Projects_projectGithubLink__19rUu{color:#F6E0B3}.Projects_projectCard__kVjkM:hover .Projects_projectGithubLink__19rUu{color:#1A1A19}[data-theme=dark] .Projects_projectCard__kVjkM:hover .Projects_projectGithubLink__19rUu{color:#F6FCDF}.Projects_githubIcon__SPvA0{width:16px;height:16px;fill:currentColor}.Projects_projectCard__kVjkM:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.Projects_projectCard__kVjkM:hover:before{left:100%}@media (max-width:768px){.Projects_projectsContainer__LrS7G{padding:60px 16px}.Projects_projectsTitle__jU1Zl{font-size:28px}.Projects_projectsSubtitle__PXeFD{font-size:16px}.Projects_projectsGrid__xTK85{grid-template-columns:1fr;gap:24px}.Projects_projectCard__kVjkM{padding:20px}}@media (max-width:480px){.Projects_projectsContainer__LrS7G{padding:40px 12px}.Projects_projectsTitle__jU1Zl{font-size:24px}.Projects_projectsSubtitle__PXeFD{font-size:14px}.Projects_projectCard__kVjkM{padding:16px}.Projects_projectCardTitle__U3NKy{font-size:18px}}@keyframes Projects_fadeInUp__ZKHfU{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Projects_projectCard__kVjkM{animation:Projects_fadeInUp__ZKHfU .6s ease forwards}.Projects_projectCard__kVjkM:first-child{animation-delay:.1s}.Projects_projectCard__kVjkM:nth-child(2){animation-delay:.2s}.Projects_projectCard__kVjkM:nth-child(3){animation-delay:.3s}.Projects_projectCard__kVjkM:nth-child(4){animation-delay:.4s}.Projects_projectCard__kVjkM:nth-child(5){animation-delay:.5s}.Projects_projectCard__kVjkM:nth-child(6){animation-delay:.6s}.Projects_projectCard__kVjkM:focus{outline:2px solid #0366d6;outline-offset:2px}.Projects_projectCard__kVjkM:focus:not(:focus-visible){outline:none}.Contact_container__ZEYbW{min-height:100vh;background:linear-gradient(135deg,#f6fcdf,#f6e0b3);padding:0;margin:0;position:relative;width:100%}[data-theme=dark] .Contact_container__ZEYbW{background:linear-gradient(135deg,#4e4e4e,#1a1a19)}.Contact_input__jRgx3:-webkit-autofill,.Contact_input__jRgx3:-webkit-autofill:focus,.Contact_input__jRgx3:-webkit-autofill:hover,.Contact_textarea__bazgj:-webkit-autofill,.Contact_textarea__bazgj:-webkit-autofill:focus,.Contact_textarea__bazgj:-webkit-autofill:hover{box-shadow:inset 0 0 0 1000px #fff5eb;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.Contact_content__s5Lt3{width:100%;max-width:1200px;margin:0 auto;padding:50px 20px 60px;min-height:100vh;display:flex;flex-direction:column;position:relative}.Contact_header__xkQTn{text-align:center;margin-bottom:30px;z-index:2;color:#4e4e4e}[data-theme=dark] .Contact_header__xkQTn{color:#fff5eb}.Contact_title__7TgAL{font-size:3.5rem;font-weight:600;color:#4e4e4e;margin-bottom:.5rem;position:relative;text-shadow:2px 2px 4px rgba(0,0,0,.3)}[data-theme=dark] .Contact_title__7TgAL{color:#FFF5EB}.Contact_subtitle__DkirK{font-size:1.1rem;opacity:1;font-weight:400}[data-theme=dark] .Contact_subtitle__DkirK{color:#F6E0B3}.Contact_contactWrapper__SvXdg{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;flex:1 1;align-items:start;max-width:1000px;margin:0 auto;width:100%}.Contact_formSection__PPfsf{background:#f6e0b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:3rem;box-shadow:0 20px 40px rgba(0,0,0,.1);min-height:-moz-fit-content;min-height:fit-content}[data-theme=dark] .Contact_formSection__PPfsf{background:#1a1a19;box-shadow:0 12px 20px #f6fcdf}.Contact_form__a5YHI{display:flex;flex-direction:column;gap:1.5rem;width:100%}.Contact_inputGroup__rliyy{position:relative}.Contact_input__jRgx3{width:100%;padding:1rem;border:1px solid #f6e0b3;border-radius:12px;font-size:1rem;background:#fff5eb;transition:all .3s ease;outline:none}[data-theme=dark] .Contact_input__jRgx3{border:1px solid #fff5eb}.Contact_input__jRgx3:focus{border-color:#dbcc8f;box-shadow:0 0 0 3px rgba(159,170,219,.1)}[data-theme=dark] .Contact_input__jRgx3:focus{border-color:#f6e0b3;box-shadow:0 0 0 2px #f6fcdf}.Contact_input__jRgx3:focus+.Contact_label__N_djt,.Contact_input__jRgx3:not(:placeholder-shown)+.Contact_label__N_djt{transform:translateY(-2.2rem) translateX(-.5rem) scale(.85);color:#4e4e4e;background:#fff5eb;padding:0 .5rem;border-radius:4px}.Contact_input__jRgx3:not(:placeholder-shown)+.Contact_label__N_djt,[data-theme=dark] .Contact_input__jRgx3:focus+.Contact_label__N_djt{color:#1a1a19;background:#dbcc8f;border-radius:4px}.Contact_label__N_djt{position:absolute;left:1rem;top:1rem;color:#4e4e4e;font-size:1rem;pointer-events:none;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:left center;z-index:1}.Contact_textarea__bazgj{resize:vertical;min-height:120px;font-family:inherit}.Contact_submitBtn__MueG9{background:#4e4e4e;color:white;border:none;padding:16px 32px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;min-height:56px;display:flex;align-items:center;justify-content:center}[data-theme=dark] .Contact_submitBtn__MueG9{background:#f6fcdf;color:#1a1a19}.Contact_submitBtn__MueG9:hover{transform:translateY(-4px);box-shadow:0 10px 20px rgba(102,126,234,.3)}.Contact_submitBtn__MueG9:active{transform:translateY(0)}.Contact_submitBtn__MueG9.Contact_submitting__n2YJq{background:#1a1a19;cursor:not-allowed;transform:none}.Contact_spinner__mO3ja{width:20px;height:20px;border:2px solid #f6fcdf;border-top-color:transparent;border-radius:50%;display:inline-block;animation:Contact_spin__HXeeU 1s linear infinite}.Contact_errorMessage__KykWl{background-color:#f8d7da;color:#721c24;padding:10px;border-radius:5px;margin-bottom:15px;border:1px solid #f5c6cb;font-size:14px}@keyframes Contact_spin__HXeeU{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Contact_overlay__ckHLU{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9999}.Contact_successPopup__UKZYp{display:flex;align-items:center;gap:.8rem;background:#F6E0B3;color:#1A1A19;padding:1.5rem 2rem;border-radius:10px;border-left:4px solid #4e4e4e;font-size:1.1rem;animation:Contact_scaleIn__jWi_3 .3s ease}.Contact_checkmark__vJLQ6{background:#4e4e4e;color:white;border-radius:50%;width:25px;height:25px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}@keyframes Contact_scaleIn__jWi_3{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes Contact_slideIn__yZqKc{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Contact_infoSection__SA7v5{color:#4e4e4e}[data-theme=dark] .Contact_infoSection__SA7v5{color:#fff5eb}.Contact_contactInfo__N6XJu{background:#fff5eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:3rem;border:1px solid rgba(255,255,255,.2)}[data-theme=dark] .Contact_contactInfo__N6XJu{background:#4e4e4e}.Contact_infoTitle__SljZ0{font-size:2rem;font-weight:600;margin-bottom:1rem}.Contact_infoText__nuJiM{font-size:1.1rem;opacity:.9;margin-bottom:2rem;line-height:1.6}.Contact_contactDetails__4z94W{margin-bottom:2.5rem}.Contact_contactItem__U21ZF{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.Contact_contactLabel__df_tI{font-size:.9rem;opacity:.8;text-transform:uppercase;letter-spacing:.5px}.Contact_contactLink__qGk5P{color:#1a1a19;text-decoration:none;font-size:1.1rem;font-weight:500;transition:all .3s ease}[data-theme=dark] .Contact_contactLink__qGk5P{color:#f6e0b3}.Contact_contactLink__qGk5P:hover{color:#dbcc8f;text-shadow:0 0 10px rgba(251,191,36,.5)}.Contact_contactValue__ZBXvV{font-size:1.1rem;font-weight:500}.Contact_socialTitle__rcDYG{font-size:1.2rem;font-weight:600;margin-bottom:1rem}.Contact_socialIcons__viHYp{display:flex;flex-direction:row;gap:1rem}.Contact_socialLink__iCJm6{display:flex;align-items:center;gap:1rem;color:#1a1a19;text-decoration:none;padding:12px 16px;border-radius:8px;background:rgba(13,13,13,.068);transition:all .3s ease;font-weight:500}[data-theme=dark] .Contact_socialLink__iCJm6{color:#f6e0b3;background:rgba(255,255,255,.1)}.Contact_socialLink__iCJm6:hover{transform:translateX(10px);color:#4E4E4E}[data-theme=dark] .Contact_socialLink__iCJm6:hover{color:#dbcc8f}.Contact_socialIcon__UTHqQ{font-size:1.5rem;transition:transform .3s ease}.Contact_socialLink__iCJm6:hover .Contact_socialIcon__UTHqQ{transform:scale(1.2)}@media (max-width:768px){.Contact_container__ZEYbW{padding:0;display:flex;flex-direction:column}.Contact_title__7TgAL{font-size:2.5rem}.Contact_subtitle__DkirK{font-size:1rem}.Contact_contactWrapper__SvXdg{grid-template-columns:1fr;gap:2rem}.Contact_contactInfo__N6XJu,.Contact_formSection__PPfsf{padding:2rem}.Contact_socialIcons__viHYp{flex-direction:row;flex-wrap:wrap}}@media (max-width:480px){.Contact_container__ZEYbW{padding:0;display:flex;flex-direction:column}.Contact_title__7TgAL{font-size:2rem}.Contact_subtitle__DkirK{font-size:.8rem}.Contact_contactInfo__N6XJu,.Contact_formSection__PPfsf{padding:1.5rem}.Contact_header__xkQTn{margin-bottom:2rem}.Contact_infoTitle__SljZ0{font-size:1.6rem}.Contact_infoText__nuJiM{font-size:1rem}}