.Contact-module__hcVmEa__contact{background:var(--bg-secondary);color:var(--text-primary);padding:6rem 2rem 0;position:relative}.Contact-module__hcVmEa__container{max-width:1200px;margin:0 auto}.Contact-module__hcVmEa__sectionHeader{text-align:center;margin-bottom:4rem}.Contact-module__hcVmEa__sectionTitle{color:var(--text-primary);margin-bottom:1rem;font-size:3rem;font-weight:800;display:inline-block;position:relative}.Contact-module__hcVmEa__sectionTitle:after{content:"";background:var(--accent-primary);border-radius:2px;width:100px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.Contact-module__hcVmEa__sectionSubtitle{color:var(--text-secondary);margin-top:1.5rem;font-size:1.2rem}.Contact-module__hcVmEa__content{gap:3rem;display:grid}.Contact-module__hcVmEa__contactInfo{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.Contact-module__hcVmEa__infoCard{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;border:1px solid var(--card-border);border-radius:16px;padding:2rem;transition:all .3s;animation:.6s ease-out Contact-module__hcVmEa__fadeIn}.Contact-module__hcVmEa__infoCard:hover{box-shadow:0 20px 40px var(--shadow-color);border-color:var(--accent-primary);transform:translateY(-10px)}.Contact-module__hcVmEa__iconWrapper{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;font-size:2rem;transition:all .3s;display:flex;box-shadow:0 4px 15px #667eea66}.Contact-module__hcVmEa__infoCard:hover .Contact-module__hcVmEa__iconWrapper{transform:rotate(360deg)scale(1.1);box-shadow:0 6px 20px #667eea99}.Contact-module__hcVmEa__infoCard h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.Contact-module__hcVmEa__infoCard a{color:var(--text-secondary);font-size:1rem;text-decoration:none;transition:color .3s}.Contact-module__hcVmEa__infoCard a:hover{color:var(--accent-primary);text-decoration:underline}.Contact-module__hcVmEa__callToAction{margin-bottom:4rem}.Contact-module__hcVmEa__ctaCard{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;border:1px solid var(--card-border);border-radius:20px;padding:3rem;animation:.8s ease-out Contact-module__hcVmEa__fadeInUp}.Contact-module__hcVmEa__ctaCard h3{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.Contact-module__hcVmEa__ctaCard p{color:var(--text-secondary);max-width:700px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.8}.Contact-module__hcVmEa__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.Contact-module__hcVmEa__primaryButton,.Contact-module__hcVmEa__secondaryButton{border-radius:50px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.Contact-module__hcVmEa__primaryButton{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));color:#fff;font-weight:700;box-shadow:0 4px 15px #667eea66}.Contact-module__hcVmEa__primaryButton:hover{filter:brightness(1.1);transform:translateY(-3px);box-shadow:0 6px 25px #667eea99}.Contact-module__hcVmEa__secondaryButton{color:var(--accent-primary);border:2px solid var(--accent-primary);background:0 0}.Contact-module__hcVmEa__secondaryButton:hover{color:var(--accent-primary);background:#667eea1a;transform:translateY(-3px);box-shadow:0 4px 15px #667eea4d}.Contact-module__hcVmEa__footer{background:var(--bg-secondary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--card-border);margin-top:4rem;padding:2rem 0}.Contact-module__hcVmEa__footerContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.Contact-module__hcVmEa__footerContent p{color:var(--text-secondary);margin:0}.Contact-module__hcVmEa__footerLinks{gap:1.5rem;display:flex}.Contact-module__hcVmEa__footerLinks a{color:var(--text-primary);font-size:1.5rem;transition:all .3s}.Contact-module__hcVmEa__footerLinks a:hover{color:var(--accent-primary);filter:drop-shadow(0 0 10px #00f5ff99);transform:translateY(-3px)}@keyframes Contact-module__hcVmEa__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Contact-module__hcVmEa__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Contact-module__hcVmEa__contact{padding:4rem 1rem 0}.Contact-module__hcVmEa__sectionTitle{font-size:2rem}.Contact-module__hcVmEa__contactInfo{grid-template-columns:1fr}.Contact-module__hcVmEa__ctaCard{padding:2rem 1.5rem}.Contact-module__hcVmEa__ctaCard h3{font-size:1.5rem}.Contact-module__hcVmEa__ctaButtons{flex-direction:column;align-items:stretch}.Contact-module__hcVmEa__primaryButton,.Contact-module__hcVmEa__secondaryButton{text-align:center;width:100%}.Contact-module__hcVmEa__footerContent{text-align:center;flex-direction:column}}@media (max-width:480px){.Contact-module__hcVmEa__contact{padding:3rem .75rem 0}.Contact-module__hcVmEa__sectionTitle{font-size:1.75rem}.Contact-module__hcVmEa__sectionSubtitle{font-size:1rem}.Contact-module__hcVmEa__contactInfo{gap:1.5rem}.Contact-module__hcVmEa__infoCard{padding:1.5rem}.Contact-module__hcVmEa__iconWrapper{width:60px;height:60px;font-size:1.75rem}.Contact-module__hcVmEa__infoCard h3{font-size:1.1rem}.Contact-module__hcVmEa__infoCard a{word-break:break-all;font-size:.9rem}.Contact-module__hcVmEa__ctaCard{padding:1.5rem 1rem}.Contact-module__hcVmEa__ctaCard h3{font-size:1.3rem}.Contact-module__hcVmEa__ctaCard p{font-size:1rem}.Contact-module__hcVmEa__primaryButton,.Contact-module__hcVmEa__secondaryButton{padding:.875rem 2rem;font-size:.95rem}.Contact-module__hcVmEa__footer{padding:1.5rem 0}.Contact-module__hcVmEa__footerContent p{font-size:.9rem}.Contact-module__hcVmEa__footerLinks a{font-size:1.3rem}}@media (min-width:480px) and (max-width:768px){.Contact-module__hcVmEa__contactInfo{grid-template-columns:repeat(2,1fr)}}
.Experience-module__RsmxMa__experience{background:var(--bg-secondary);padding:6rem 2rem}.Experience-module__RsmxMa__container{max-width:1200px;margin:0 auto}.Experience-module__RsmxMa__sectionHeader{text-align:center;margin-bottom:4rem}.Experience-module__RsmxMa__sectionTitle{color:var(--text-primary);margin-bottom:1rem;font-size:3rem;font-weight:800;display:inline-block;position:relative}.Experience-module__RsmxMa__sectionTitle:after{content:"";background:var(--accent-primary);border-radius:2px;width:100px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.Experience-module__RsmxMa__sectionSubtitle{color:var(--text-tertiary);margin-top:1.5rem;font-size:1.2rem}.Experience-module__RsmxMa__timeline{padding-left:2rem;position:relative}.Experience-module__RsmxMa__timeline:before{content:"";background:linear-gradient(to bottom,var(--accent-primary),var(--accent-secondary),#ff0080);width:3px;position:absolute;top:0;bottom:0;left:0;box-shadow:0 0 10px #00f5ff66}.Experience-module__RsmxMa__timelineItem{margin-bottom:3rem;animation:.6s ease-out Experience-module__RsmxMa__fadeIn;position:relative}.Experience-module__RsmxMa__timelineDot{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));border:4px solid var(--card-bg);z-index:1;border-radius:50%;width:16px;height:16px;animation:2s ease-in-out infinite Experience-module__RsmxMa__pulse;position:absolute;top:1.5rem;left:-2rem;box-shadow:0 0 0 4px #00f5ff4d,0 0 20px #00f5ff66}@keyframes Experience-module__RsmxMa__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.Experience-module__RsmxMa__card{background:var(--card-bg);box-shadow:0 4px 6px var(--shadow-color);border:1px solid var(--card-border);border-radius:16px;padding:2rem;transition:all .3s}.Experience-module__RsmxMa__card:hover{border-color:#00f5ff4d;transform:translateY(-5px);box-shadow:0 12px 24px #00f5ff33,0 0 20px #8a2be21a}.Experience-module__RsmxMa__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.Experience-module__RsmxMa__role{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Experience-module__RsmxMa__company{background:linear-gradient(120deg,var(--accent-primary),var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.Experience-module__RsmxMa__badge{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex;box-shadow:0 4px 15px #00f5ff4d}.Experience-module__RsmxMa__meta{border-bottom:1px solid #e2e8f0;flex-wrap:wrap;gap:2rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.Experience-module__RsmxMa__metaItem{color:var(--text-tertiary);align-items:center;gap:.5rem;font-size:.95rem;display:flex}.Experience-module__RsmxMa__metaItem svg{color:var(--accent-primary)}.Experience-module__RsmxMa__highlights{margin:0;padding:0;list-style:none}.Experience-module__RsmxMa__highlights li{color:var(--text-secondary);margin-bottom:.75rem;padding-left:1.5rem;line-height:1.6;position:relative}.Experience-module__RsmxMa__highlights li:before{content:"▹";color:var(--accent-primary);text-shadow:0 0 10px #00f5ff80;font-size:1.2rem;font-weight:700;position:absolute;left:0}.Experience-module__RsmxMa__projects{border-top:1px solid #e2e8f0;margin-top:1.5rem;padding-top:1.5rem}.Experience-module__RsmxMa__project{margin-bottom:1.5rem}.Experience-module__RsmxMa__project:last-child{margin-bottom:0}.Experience-module__RsmxMa__projectName{color:var(--text-primary);border-left:3px solid #00f5ff;margin-bottom:.75rem;padding-left:1rem;font-size:1.1rem;font-weight:600;box-shadow:-2px 0 10px #00f5ff33}@keyframes Experience-module__RsmxMa__fadeIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@media (max-width:768px){.Experience-module__RsmxMa__experience{padding:4rem 1rem}.Experience-module__RsmxMa__sectionTitle{font-size:2rem}.Experience-module__RsmxMa__timeline{padding-left:1.5rem}.Experience-module__RsmxMa__timelineDot{left:-1.5rem}.Experience-module__RsmxMa__card{padding:1.5rem}.Experience-module__RsmxMa__cardHeader{flex-direction:column;gap:1rem}.Experience-module__RsmxMa__role{font-size:1.3rem}.Experience-module__RsmxMa__company{font-size:1.1rem}.Experience-module__RsmxMa__meta{flex-direction:column;gap:.5rem}}@media (max-width:480px){.Experience-module__RsmxMa__experience{padding:3rem .75rem}.Experience-module__RsmxMa__sectionTitle{font-size:1.75rem}.Experience-module__RsmxMa__sectionSubtitle{font-size:1rem}.Experience-module__RsmxMa__timeline{padding-left:1rem}.Experience-module__RsmxMa__timeline:before{width:2px}.Experience-module__RsmxMa__timelineDot{width:12px;height:12px;left:-1rem}.Experience-module__RsmxMa__card{padding:1.25rem}.Experience-module__RsmxMa__role{font-size:1.1rem}.Experience-module__RsmxMa__company{font-size:1rem}.Experience-module__RsmxMa__badge{width:40px;height:40px;font-size:1.2rem}.Experience-module__RsmxMa__highlights li{padding-left:1.25rem;font-size:.9rem}}
.Hero-module__ZARIfG__hero{min-height:100vh;color:var(--text-primary);flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#00ffff1a 0%,#0000 50%),radial-gradient(circle at 80% 80%,#8a2be21a 0%,#0000 50%),radial-gradient(circle at 50% 20%,#ff00800d 0%,#0000 60%);animation:15s infinite Hero-module__ZARIfG__gradientShift;position:absolute;inset:0}@keyframes Hero-module__ZARIfG__gradientShift{0%,to{opacity:1}50%{opacity:.8}}.Hero-module__ZARIfG__heroContent{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;display:grid}.Hero-module__ZARIfG__heroText{animation:.8s ease-out Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__name{margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.2}.Hero-module__ZARIfG__highlight{background:linear-gradient(120deg,var(--accent-primary),#00d4ff,#09f);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:3s ease-in-out infinite Hero-module__ZARIfG__shimmer}@keyframes Hero-module__ZARIfG__shimmer{0%,to{filter:brightness()}50%{filter:brightness(1.3)}}.Hero-module__ZARIfG__title{color:var(--text-primary);margin-bottom:1.5rem;font-size:2rem;font-weight:600}.Hero-module__ZARIfG__description{color:var(--text-secondary);max-width:500px;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.Hero-module__ZARIfG__buttonGroup{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.Hero-module__ZARIfG__primaryButton,.Hero-module__ZARIfG__secondaryButton{border-radius:50px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.Hero-module__ZARIfG__primaryButton{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));color:#fff;font-weight:700;box-shadow:0 4px 15px #667eea66}.Hero-module__ZARIfG__primaryButton:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 25px #667eea99}.Hero-module__ZARIfG__secondaryButton{color:var(--accent-primary);border:2px solid var(--accent-primary);background:0 0}.Hero-module__ZARIfG__secondaryButton:hover{color:var(--accent-primary);background:#667eea1a;transform:translateY(-2px);box-shadow:0 4px 15px #667eea4d}.Hero-module__ZARIfG__socialLinks{gap:1rem;display:flex}.Hero-module__ZARIfG__socialLinks a{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:50px;height:50px;color:var(--text-primary);border:1px solid var(--card-border);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .3s;display:flex}.Hero-module__ZARIfG__socialLinks a:hover{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));color:#fff;transform:translateY(-5px)rotate(5deg);box-shadow:0 8px 20px #667eea66}.Hero-module__ZARIfG__heroVisual{animation:1s ease-out Hero-module__ZARIfG__fadeInRight}.Hero-module__ZARIfG__codeBlock{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px var(--card-border);border:1px solid #00f5ff4d;border-radius:12px;position:relative;overflow:hidden}.Hero-module__ZARIfG__codeBlock:before{content:"";background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary),#ff0080);height:2px;animation:3s linear infinite Hero-module__ZARIfG__borderGlow;position:absolute;top:0;left:0;right:0}@keyframes Hero-module__ZARIfG__borderGlow{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.Hero-module__ZARIfG__codeHeader{background:var(--bg-secondary);gap:.5rem;padding:.8rem 1rem;display:flex}.Hero-module__ZARIfG__dot{border-radius:50%;width:12px;height:12px}.Hero-module__ZARIfG__code{color:var(--text-primary);margin:0;padding:2rem;font-family:Fira Code,Courier New,monospace;font-size:.95rem;line-height:1.8}.Hero-module__ZARIfG__scrollIndicator{z-index:1;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes Hero-module__ZARIfG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__ZARIfG__fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes Hero-module__ZARIfG__scroll{0%,to{opacity:1;transform:translate(-50%)}50%{opacity:.5;transform:translate(-50%,10px)}}@media (max-width:968px){.Hero-module__ZARIfG__heroContent{flex-direction:column;gap:2rem;display:flex}.Hero-module__ZARIfG__codeBlock{margin-top:110px}.Hero-module__ZARIfG__name{font-size:2.5rem}.Hero-module__ZARIfG__title{font-size:1.5rem}.Hero-module__ZARIfG__description{max-width:100%}.Hero-module__ZARIfG__buttonGroup,.Hero-module__ZARIfG__socialLinks{justify-content:center}.Hero-module__ZARIfG__heroVisual{order:-1}}@media (max-width:640px){.Hero-module__ZARIfG__hero{min-height:90vh;padding:1rem}.Hero-module__ZARIfG__codeBlock{margin-top:110px}.Hero-module__ZARIfG__name{font-size:2rem}.Hero-module__ZARIfG__title{font-size:1.2rem}.Hero-module__ZARIfG__description{font-size:1rem}.Hero-module__ZARIfG__buttonGroup{flex-direction:column;width:100%}.Hero-module__ZARIfG__primaryButton,.Hero-module__ZARIfG__secondaryButton{text-align:center;width:100%}.Hero-module__ZARIfG__code{padding:1rem;font-size:.8rem}.Hero-module__ZARIfG__socialLinks a{width:45px;height:45px;font-size:1.3rem}}
.Navigation-module__eB08ka__nav{z-index:998;background:0 0;padding:1rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navigation-module__eB08ka__nav.Navigation-module__eB08ka__scrolled{background:var(--nav-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px var(--shadow-color)}.Navigation-module__eB08ka__container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.Navigation-module__eB08ka__logo a{color:var(--text-primary);text-shadow:0 0 10px #00f5ff80;font-family:Courier New,monospace;font-size:1.5rem;font-weight:800;text-decoration:none;transition:all .3s}.Navigation-module__eB08ka__scrolled .Navigation-module__eB08ka__logo a{background:linear-gradient(120deg,var(--accent-primary),var(--accent-secondary));-webkit-text-fill-color:transparent;text-shadow:none;-webkit-background-clip:text;background-clip:text}.Navigation-module__eB08ka__logo a:hover{opacity:.8}.Navigation-module__eB08ka__navList{z-index:1001;pointer-events:none;align-items:center;gap:2rem;height:80px;margin:0;padding:0 2rem;list-style:none;display:flex;position:fixed;top:0;right:0}.Navigation-module__eB08ka__navList li{pointer-events:auto}.Navigation-module__eB08ka__navList li a{color:var(--text-primary);padding:.5rem 0;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.Navigation-module__eB08ka__scrolled .Navigation-module__eB08ka__navList li a{color:var(--nav-text)}.Navigation-module__eB08ka__navList li a:after{content:"";background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0;box-shadow:0 0 10px #00f5ff80}.Navigation-module__eB08ka__navList li a:hover:after{width:100%}.Navigation-module__eB08ka__resumeButton{border:2px solid var(--text-primary);border-radius:50px;font-weight:600;transition:all .3s;color:var(--text-primary)!important;padding:.6rem 1.5rem!important}.Navigation-module__eB08ka__scrolled .Navigation-module__eB08ka__resumeButton{border:2px solid var(--accent-primary);color:var(--accent-primary)!important}.Navigation-module__eB08ka__resumeButton:hover{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));border-color:#0000;transform:translateY(-2px);box-shadow:0 4px 15px #00f5ff66;color:#fff!important}.Navigation-module__eB08ka__scrolled .Navigation-module__eB08ka__resumeButton:hover{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));color:#fff!important}.Navigation-module__eB08ka__mobileToggle{color:var(--text-primary);cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:color .3s;display:none;position:fixed;top:10px;right:10px}.Navigation-module__eB08ka__scrolled .Navigation-module__eB08ka__mobileToggle{color:var(--accent-primary)}.Navigation-module__eB08ka__overlay{display:none}@media (max-width:968px){.Navigation-module__eB08ka__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:999;background:#00000080;animation:.3s Navigation-module__eB08ka__fadeIn;display:block;position:fixed;inset:0}@keyframes Navigation-module__eB08ka__fadeIn{0%{opacity:0}to{opacity:1}}.Navigation-module__eB08ka__mobileToggle{z-index:1005;display:block}.Navigation-module__eB08ka__navList{background:var(--bg-secondary);width:75%;max-width:320px;height:100vh;box-shadow:-4px 0 20px var(--shadow-color);flex-direction:column;justify-content:center;gap:2rem;padding:2rem;transition:right .3s;position:fixed;top:0;right:-100%}.Navigation-module__eB08ka__navList.Navigation-module__eB08ka__mobileOpen{justify-content:flex-start;align-items:flex-start;padding-top:2.5rem;display:flex;right:0}.Navigation-module__eB08ka__navList li{width:100%}.Navigation-module__eB08ka__navList li a{padding:.75rem 1rem;font-size:1.2rem;display:block;color:var(--text-primary)!important}.Navigation-module__eB08ka__resumeButton{text-align:center;border-color:var(--accent-primary)!important;color:var(--accent-primary)!important;display:block!important}.Navigation-module__eB08ka__resumeButton:hover{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));color:#fff!important}}@media (max-width:480px){.Navigation-module__eB08ka__nav{padding:.75rem 0}.Navigation-module__eB08ka__container{padding:0 1rem}.Navigation-module__eB08ka__logo a{font-size:1.25rem}.Navigation-module__eB08ka__mobileToggle{z-index:1005;font-size:1.3rem}.Navigation-module__eB08ka__navList{gap:1.5rem;width:80%;max-width:280px;padding:1.5rem}.Navigation-module__eB08ka__navList li a{padding:.6rem .875rem;font-size:1.1rem}}
.ThemeToggle-module__sGqMhG__themeToggle{background:var(--theme-toggle-bg);border:2px solid var(--theme-toggle-border);cursor:pointer;z-index:1000;width:60px;height:60px;box-shadow:0 4px 20px var(--theme-toggle-shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;justify-content:center;align-items:center;min-width:60px;min-height:60px;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem}.ThemeToggle-module__sGqMhG__themeToggle:hover{box-shadow:0 6px 25px var(--theme-toggle-shadow-hover);transform:translateY(-3px)scale(1.05)}.ThemeToggle-module__sGqMhG__themeToggle:active{transform:translateY(-1px)scale(1)}.ThemeToggle-module__sGqMhG__icon{color:var(--theme-toggle-icon);font-size:1.5rem;transition:all .3s}.ThemeToggle-module__sGqMhG__themeToggle:hover .ThemeToggle-module__sGqMhG__icon{transform:rotate(20deg)}@media (max-width:768px){.ThemeToggle-module__sGqMhG__themeToggle{width:50px;min-width:50px;height:50px;min-height:50px;bottom:1.5rem;right:1.5rem}.ThemeToggle-module__sGqMhG__icon{font-size:1.25rem}}
.Projects-module__2BoJ-q__projects{background:var(--bg-primary);padding:6rem 2rem}.Projects-module__2BoJ-q__container{max-width:1200px;margin:0 auto}.Projects-module__2BoJ-q__sectionHeader{text-align:center;margin-bottom:4rem}.Projects-module__2BoJ-q__sectionTitle{color:var(--text-primary);margin-bottom:1rem;font-size:3rem;font-weight:800;display:inline-block;position:relative}.Projects-module__2BoJ-q__sectionTitle:after{content:"";background:var(--accent-primary);border-radius:2px;width:100px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.Projects-module__2BoJ-q__sectionSubtitle{color:var(--text-tertiary);margin-top:1.5rem;font-size:1.2rem}.Projects-module__2BoJ-q__projectsGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.Projects-module__2BoJ-q__projectCard{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;transition:all .3s;animation:.6s ease-out Projects-module__2BoJ-q__fadeInUp;overflow:hidden}.Projects-module__2BoJ-q__projectCard:hover{border-color:var(--accent-primary);transform:translateY(-10px);box-shadow:0 20px 40px #00f5ff4d,0 0 30px #8a2be233}.Projects-module__2BoJ-q__cardContent{flex-direction:column;justify-content:space-between;min-height:100%;padding:2rem;display:flex}.Projects-module__2BoJ-q__cardTop{flex-grow:1}.Projects-module__2BoJ-q__iconGroup{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Projects-module__2BoJ-q__folderIcon{filter:grayscale(30%);font-size:3rem}.Projects-module__2BoJ-q__links{gap:1rem;display:flex}.Projects-module__2BoJ-q__links a{color:var(--text-tertiary);font-size:1.5rem;transition:all .3s}.Projects-module__2BoJ-q__links a:hover{color:var(--accent-primary);filter:drop-shadow(0 0 8px #00f5ff99);transform:translateY(-3px)}.Projects-module__2BoJ-q__projectTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.8rem;font-weight:700}.Projects-module__2BoJ-q__projectDescription{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.Projects-module__2BoJ-q__highlights{margin:0 0 1.5rem;padding:0;list-style:none}.Projects-module__2BoJ-q__highlights li{color:var(--text-secondary);margin-bottom:.5rem;padding-left:1.5rem;font-size:.9rem;line-height:1.5;position:relative}.Projects-module__2BoJ-q__highlights li:before{content:"▹";color:var(--accent-primary);text-shadow:0 0 10px #00f5ff80;font-size:1.1rem;font-weight:700;position:absolute;left:0}.Projects-module__2BoJ-q__cardBottom{border-top:1px solid var(--card-border);margin-top:auto;padding-top:1.5rem}.Projects-module__2BoJ-q__techStack{flex-wrap:wrap;gap:.5rem;display:flex}.Projects-module__2BoJ-q__techTag{color:var(--accent-primary);background:#667eea1a;border:1px solid #667eea33;border-radius:20px;padding:.4rem .8rem;font-size:.85rem;font-weight:500;transition:all .3s}.Projects-module__2BoJ-q__techTag:hover{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));color:#fff;border-color:#0000;transform:scale(1.05);box-shadow:0 4px 12px #667eea66}@keyframes Projects-module__2BoJ-q__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Projects-module__2BoJ-q__projects{padding:4rem 1rem}.Projects-module__2BoJ-q__sectionTitle{font-size:2rem}.Projects-module__2BoJ-q__projectsGrid{grid-template-columns:1fr;gap:1.5rem}.Projects-module__2BoJ-q__projectCard{max-width:100%}.Projects-module__2BoJ-q__cardContent{padding:1.5rem}.Projects-module__2BoJ-q__projectTitle{font-size:1.5rem}}@media (max-width:480px){.Projects-module__2BoJ-q__projects{padding:3rem .75rem}.Projects-module__2BoJ-q__sectionTitle{font-size:1.75rem}.Projects-module__2BoJ-q__sectionSubtitle{font-size:1rem}.Projects-module__2BoJ-q__cardContent{padding:1.25rem}.Projects-module__2BoJ-q__projectTitle{font-size:1.3rem}.Projects-module__2BoJ-q__projectDescription{font-size:.95rem}.Projects-module__2BoJ-q__highlights li{font-size:.85rem}.Projects-module__2BoJ-q__folderIcon{font-size:2.5rem}.Projects-module__2BoJ-q__links a{font-size:1.3rem}.Projects-module__2BoJ-q__techTag{padding:.35rem .7rem;font-size:.8rem}}@media (min-width:769px) and (max-width:1024px){.Projects-module__2BoJ-q__projectsGrid{grid-template-columns:repeat(2,1fr)}}
.Skills-module__G7oUEG__skills{background:var(--bg-primary);padding:6rem 2rem}.Skills-module__G7oUEG__container{max-width:1200px;margin:0 auto}.Skills-module__G7oUEG__sectionHeader{text-align:center;margin-bottom:4rem}.Skills-module__G7oUEG__sectionTitle{color:var(--text-primary);margin-bottom:1rem;font-size:3rem;font-weight:800;display:inline-block;position:relative}.Skills-module__G7oUEG__sectionTitle:after{content:"";background:var(--accent-primary);border-radius:2px;width:100px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.Skills-module__G7oUEG__sectionSubtitle{color:var(--text-tertiary);margin-top:1.5rem;font-size:1.2rem}.Skills-module__G7oUEG__skillsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.Skills-module__G7oUEG__categoryCard{background:var(--card-bg);box-shadow:0 4px 6px var(--shadow-color);border:1px solid var(--card-border);border-radius:16px;padding:2rem;transition:all .3s;animation:.6s ease-out Skills-module__G7oUEG__fadeIn}.Skills-module__G7oUEG__categoryCard:hover{border-color:#00f5ff4d;transform:translateY(-5px);box-shadow:0 12px 24px #00f5ff33,0 0 20px #8a2be21a}.Skills-module__G7oUEG__categoryHeader{border-bottom:2px solid #00f5ff33;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.Skills-module__G7oUEG__categoryIcon{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem}.Skills-module__G7oUEG__categoryTitle{color:var(--text-primary);font-size:1.3rem;font-weight:700}.Skills-module__G7oUEG__skillsList{flex-direction:column;gap:1.5rem;display:flex}.Skills-module__G7oUEG__skillItem{flex-direction:column;gap:.5rem;display:flex}.Skills-module__G7oUEG__skillInfo{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.Skills-module__G7oUEG__skillIcon{color:var(--accent-primary);filter:drop-shadow(0 0 4px #00f5ff4d);font-size:1.5rem}.Skills-module__G7oUEG__skillName{color:var(--text-primary);flex-grow:1;font-size:1rem;font-weight:600}.Skills-module__G7oUEG__skillLevel{background:linear-gradient(120deg,var(--accent-primary),var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.9rem;font-weight:600}.Skills-module__G7oUEG__progressBar{background:#00f5ff1a;border:1px solid #00f5ff33;border-radius:10px;height:8px;overflow:hidden}.Skills-module__G7oUEG__progress{background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary),#ff0080);border-radius:10px;height:100%;transition:width 1s ease-out;animation:1.5s ease-out Skills-module__G7oUEG__progressAnimation;box-shadow:0 0 10px #00f5ff80}.Skills-module__G7oUEG__achievementsSection{border-top:2px solid var(--card-border);margin-top:4rem;padding-top:4rem}.Skills-module__G7oUEG__achievementsTitle{color:var(--text-primary);text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:700}.Skills-module__G7oUEG__achievementsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.Skills-module__G7oUEG__achievementCard{background:linear-gradient(135deg,var(--hero-gradient-start),var(--hero-gradient-mid),var(--hero-gradient-end));text-align:center;color:var(--text-primary);border:1px solid #00f5ff4d;border-radius:16px;padding:2rem;transition:all .3s;animation:.6s ease-out Skills-module__G7oUEG__fadeInUp;position:relative;overflow:hidden}.Skills-module__G7oUEG__achievementCard:before{content:"";background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary),#ff0080);height:3px;position:absolute;top:0;left:0;right:0}.Skills-module__G7oUEG__achievementCard:hover{border-color:var(--accent-primary);transform:translateY(-10px)scale(1.02);box-shadow:0 20px 40px #00f5ff4d,0 0 30px #8a2be233}.Skills-module__G7oUEG__achievementIcon{margin-bottom:1rem;font-size:3rem;animation:2s infinite Skills-module__G7oUEG__bounce}.Skills-module__G7oUEG__achievementTitle{color:#fff;margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.Skills-module__G7oUEG__achievementDescription{color:#ffffffe6;font-size:1rem;line-height:1.5}@keyframes Skills-module__G7oUEG__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Skills-module__G7oUEG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Skills-module__G7oUEG__progressAnimation{0%{width:0}}@keyframes Skills-module__G7oUEG__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:768px){.Skills-module__G7oUEG__skills{padding:4rem 1rem}.Skills-module__G7oUEG__sectionTitle{font-size:2rem}.Skills-module__G7oUEG__skillsGrid,.Skills-module__G7oUEG__achievementsGrid{grid-template-columns:1fr}.Skills-module__G7oUEG__categoryCard{padding:1.5rem}}@media (max-width:480px){.Skills-module__G7oUEG__skills{padding:3rem .75rem}.Skills-module__G7oUEG__sectionTitle{font-size:1.75rem}.Skills-module__G7oUEG__sectionSubtitle{font-size:1rem}.Skills-module__G7oUEG__categoryCard{padding:1.25rem}.Skills-module__G7oUEG__categoryTitle{font-size:1.1rem}.Skills-module__G7oUEG__categoryIcon{font-size:1.5rem}.Skills-module__G7oUEG__skillName{font-size:.9rem}.Skills-module__G7oUEG__skillIcon{font-size:1.2rem}.Skills-module__G7oUEG__achievementsTitle{font-size:1.5rem}.Skills-module__G7oUEG__achievementCard{padding:1.5rem}.Skills-module__G7oUEG__achievementIcon{font-size:2.5rem}.Skills-module__G7oUEG__achievementTitle{font-size:1.1rem}.Skills-module__G7oUEG__achievementDescription{font-size:.9rem}}@media (min-width:769px) and (max-width:1024px){.Skills-module__G7oUEG__skillsGrid{grid-template-columns:repeat(2,1fr)}}
