.hero-module__JHwzFG__hero{background:radial-gradient(circle at 20% 80%,#6366f126 0%,transparent 50%),radial-gradient(circle at 80% 20%,#8b5cf61a 0%,transparent 50%),linear-gradient(180deg,var(--bg-primary)0%,var(--bg-secondary)100%);align-items:center;min-height:100vh;padding:60px 0 20px;display:flex;position:relative;overflow:hidden}.hero-module__JHwzFG__heroContent{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-module__JHwzFG__heroText{max-width:600px}.hero-module__JHwzFG__greeting{color:var(--accent-primary);opacity:0;margin-bottom:1rem;font-size:1.1rem;animation:.8s .2s forwards hero-module__JHwzFG__slideUp}.hero-module__JHwzFG__hero h1{opacity:0;margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.1;animation:.8s .4s forwards hero-module__JHwzFG__slideUp}.hero-module__JHwzFG__gradientText{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary),var(--accent-glow));-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;animation:3s infinite hero-module__JHwzFG__gradientShift}.hero-module__JHwzFG__title{color:var(--text-secondary);opacity:0;margin-bottom:1.5rem;font-size:1.5rem;animation:.8s .6s forwards hero-module__JHwzFG__slideUp}.hero-module__JHwzFG__subtitle{color:var(--text-secondary);opacity:0;margin-bottom:2rem;font-size:1.1rem;line-height:1.6;animation:.8s .8s forwards hero-module__JHwzFG__slideUp}.hero-module__JHwzFG__floatingShapes{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.hero-module__JHwzFG__shape{background:linear-gradient(45deg,var(--accent-primary),var(--accent-secondary));opacity:.1;border-radius:50%;animation:6s ease-in-out infinite hero-module__JHwzFG__floatBG;position:absolute}.hero-module__JHwzFG__shape:first-child{width:300px;height:300px;animation-delay:0s;top:10%;left:5%}.hero-module__JHwzFG__shape:nth-child(2){width:200px;height:200px;animation-delay:2s;top:60%;right:10%}.hero-module__JHwzFG__shape:nth-child(3){width:150px;height:150px;animation-delay:4s;bottom:20%;left:20%}.hero-module__JHwzFG__heroPhoto{justify-content:center;align-items:center;display:flex;position:relative}.hero-module__JHwzFG__photoContainer{width:380px;height:380px;animation:6s ease-in-out infinite hero-module__JHwzFG__floatMain;position:relative}.hero-module__JHwzFG__profilePhoto{object-fit:cover;z-index:3;background:linear-gradient(var(--bg-primary),var(--bg-primary))padding-box,linear-gradient(135deg,var(--accent-primary),var(--accent-secondary))border-box;border:4px solid #0000;border-radius:50%;width:100%;height:100%;position:relative;box-shadow:0 20px 40px #0000004d,0 0 0 1px #ffffff1a}.hero-module__JHwzFG__photoGlow{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));filter:blur(20px);opacity:.3;z-index:1;border-radius:50%;animation:3s ease-in-out infinite hero-module__JHwzFG__glowPulse;position:absolute;inset:-10px}.hero-module__JHwzFG__photoDecoration{background:linear-gradient(135deg,transparent,transparent),linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));z-index:2;background-origin:padding-box,border-box;background-clip:padding-box,border-box;border:2px solid #0000;border-radius:50%;width:120%;height:120%;animation:20s linear infinite hero-module__JHwzFG__rotateAction;position:absolute;top:-10%;left:-10%}.hero-module__JHwzFG__floatingTech{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.hero-module__JHwzFG__techIcon{filter:drop-shadow(0 5px 15px #0000004d);font-size:2rem;animation:8s ease-in-out infinite hero-module__JHwzFG__floatAround;position:absolute}.hero-module__JHwzFG__techIcon:first-child{animation-delay:0s;top:10%;left:10%}.hero-module__JHwzFG__techIcon:nth-child(2){animation-delay:1s;top:20%;right:15%}.hero-module__JHwzFG__techIcon:nth-child(3){animation-delay:2s;bottom:30%;left:5%}.hero-module__JHwzFG__techIcon:nth-child(4){animation-delay:3s;bottom:15%;right:20%}.hero-module__JHwzFG__ctaButtons{opacity:0;gap:1.5rem;margin-top:2rem;animation:.8s 1s forwards hero-module__JHwzFG__slideUp;display:flex}.hero-module__JHwzFG__btn{border-radius:12px;padding:15px 35px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.hero-module__JHwzFG__btnPrimary{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));color:#fff;box-shadow:0 10px 30px #6366f14d}.hero-module__JHwzFG__btnSecondary{border:2px solid var(--accent-primary);color:var(--accent-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#6366f11a}.hero-module__JHwzFG__btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #6366f166}.hero-module__JHwzFG__techStack{opacity:0;flex-wrap:wrap;gap:1rem;margin-top:2rem;animation:.8s 1.2s forwards hero-module__JHwzFG__slideUp;display:flex}.hero-module__JHwzFG__techPill{color:var(--text-secondary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:8px 20px;font-size:.9rem;transition:all .3s}.hero-module__JHwzFG__techPill:hover{color:var(--accent-primary);background:#6366f133;transform:translateY(-2px)}@keyframes hero-module__JHwzFG__floatBG{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(180deg)}}@keyframes hero-module__JHwzFG__floatMain{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes hero-module__JHwzFG__glowPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}}@keyframes hero-module__JHwzFG__rotateAction{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes hero-module__JHwzFG__floatAround{0%,to{transform:translate(0)rotate(0)scale(1)}25%{transform:translate(20px,-15px)rotate(90deg)scale(1.1)}50%{transform:translate(10px,20px)rotate(180deg)scale(.9)}75%{transform:translate(-15px,10px)rotate(270deg)scale(1.05)}}@keyframes hero-module__JHwzFG__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-module__JHwzFG__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}@media (max-width:968px){.hero-module__JHwzFG__heroContent{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-module__JHwzFG__heroPhoto{order:-1}.hero-module__JHwzFG__photoContainer{width:300px;height:300px}.hero-module__JHwzFG__ctaButtons{justify-content:center}.hero-module__JHwzFG__hero{padding:120px 0 20px}.hero-module__JHwzFG__hero h1{font-size:2.8rem}}@media (max-width:768px){.hero-module__JHwzFG__photoContainer{width:250px;height:250px}.hero-module__JHwzFG__hero h1{font-size:2.3rem}.hero-module__JHwzFG__techStack{justify-content:center}.hero-module__JHwzFG__ctaButtons{flex-direction:column;align-items:center}.hero-module__JHwzFG__btn{text-align:center;width:200px}}@media (max-width:480px){.hero-module__JHwzFG__photoContainer{width:200px;height:200px}.hero-module__JHwzFG__techIcon{font-size:1.5rem}}@media (max-width:420px){.hero-module__JHwzFG__btn{width:100%}}
.about-module__ySjuzq__about{background:radial-gradient(circle at 70% 30%,#8b5cf614 0%,transparent 50%),radial-gradient(circle at 30% 70%,#6366f10d 0%,transparent 50%),linear-gradient(180deg,var(--bg-secondary)0%,var(--bg-primary)100%);padding:120px 0;position:relative;overflow:hidden}.about-module__ySjuzq__about:before{content:"";background:linear-gradient(90deg,transparent,var(--accent-primary),transparent);height:1px;position:absolute;top:0;left:0;right:0}.about-module__ySjuzq__aboutContent{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-module__ySjuzq__aboutText h2{background:linear-gradient(135deg,var(--text-primary),var(--accent-primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2rem;font-size:3rem;font-weight:700}.about-module__ySjuzq__aboutText p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-module__ySjuzq__highlighted{color:var(--accent-primary);font-weight:600}.about-module__ySjuzq__statsGrid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;display:grid}.about-module__ySjuzq__statItem{text-align:center;background:var(--code-window-bg);border:1px solid var(--header-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;transition:all .3s}.about-module__ySjuzq__statItem:hover{border-color:var(--accent-primary);transform:translateY(-5px);box-shadow:0 10px 30px #6366f133}.about-module__ySjuzq__statNumber{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.about-module__ySjuzq__statLabel{color:var(--text-secondary);font-size:.9rem;font-weight:600}.about-module__ySjuzq__skillsVisual{position:relative}.about-module__ySjuzq__codeWindow{background:var(--code-window-bg);border:1px solid var(--header-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;position:relative;overflow:hidden}.about-module__ySjuzq__windowHeader{align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.about-module__ySjuzq__windowDot{border-radius:50%;width:12px;height:12px}.about-module__ySjuzq__windowDot:first-child{background:#ff5f57}.about-module__ySjuzq__windowDot:nth-child(2){background:#ffbd2e}.about-module__ySjuzq__windowDot:nth-child(3){background:#28ca42}.about-module__ySjuzq__codeContent{color:var(--text-primary);font-family:Courier New,monospace;line-height:1.6}.about-module__ySjuzq__codeLine{opacity:0;margin-bottom:.5rem;animation:.5s forwards about-module__ySjuzq__typeLine}.about-module__ySjuzq__codeLine:first-child{animation-delay:.2s}.about-module__ySjuzq__codeLine:nth-child(2){animation-delay:.4s}.about-module__ySjuzq__codeLine:nth-child(3){animation-delay:.6s}.about-module__ySjuzq__codeLine:nth-child(4){animation-delay:.8s}.about-module__ySjuzq__codeLine:nth-child(5){animation-delay:1s}.about-module__ySjuzq__codeComment{color:#6c757d}.about-module__ySjuzq__codeKeyword{color:var(--accent-primary)}.about-module__ySjuzq__codeString{color:var(--accent-secondary)}.about-module__ySjuzq__codeFunction{color:#ffd43b}.about-module__ySjuzq__floatingElement{background:linear-gradient(45deg,var(--accent-primary),var(--accent-secondary));opacity:.1;z-index:0;border-radius:20px;width:100px;height:100px;animation:8s ease-in-out infinite about-module__ySjuzq__floatRotateAction;position:absolute}.about-module__ySjuzq__floatingElement:first-child{animation-delay:0s;top:10%;right:10%}.about-module__ySjuzq__floatingElement:nth-child(2){width:60px;height:60px;animation-delay:1s;bottom:20%;right:20%}@keyframes about-module__ySjuzq__floatRotateAction{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(180deg)}}@keyframes about-module__ySjuzq__typeLine{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@media (max-width:968px){.about-module__ySjuzq__aboutContent{grid-template-columns:1fr;gap:3rem}.about-module__ySjuzq__aboutText h2{text-align:center;font-size:2.5rem}.about-module__ySjuzq__aboutText p{text-align:center}.about-module__ySjuzq__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about-module__ySjuzq__about{padding:80px 0}.about-module__ySjuzq__aboutText h2{font-size:2rem}.about-module__ySjuzq__statsGrid{grid-template-columns:1fr}}
.skills-module__u8ERrW__skills{background:radial-gradient(circle at 20% 50%,#6366f114 0%,transparent 50%),radial-gradient(circle at 80% 80%,#8b5cf60d 0%,transparent 50%),linear-gradient(180deg,var(--bg-primary)0%,var(--bg-secondary)100%);padding:120px 0;position:relative;overflow:hidden}.skills-module__u8ERrW__skills:before{content:"";background:linear-gradient(90deg,transparent,var(--accent-primary),transparent);height:1px;position:absolute;top:0;left:0;right:0}.skills-module__u8ERrW__skillsHeader{text-align:center;margin-bottom:4rem}.skills-module__u8ERrW__skillsHeader h2{background:linear-gradient(135deg,var(--text-primary),var(--accent-primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:700}.skills-module__u8ERrW__skillsHeader p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem}.skills-module__u8ERrW__skillsGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.skills-module__u8ERrW__skillCategory{background:var(--code-window-bg);border:1px solid var(--header-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.skills-module__u8ERrW__skillCategory:before{content:"";background:linear-gradient(90deg,#0000,#6366f11a,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.skills-module__u8ERrW__skillCategory:hover:before{left:100%}.skills-module__u8ERrW__skillCategory:hover{border-color:var(--accent-primary);transform:translateY(-5px);box-shadow:0 20px 40px #6366f126}.skills-module__u8ERrW__categoryHeader{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.skills-module__u8ERrW__categoryIcon{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}.skills-module__u8ERrW__categoryTitle{color:var(--text-primary);font-size:1.5rem;font-weight:600}.skills-module__u8ERrW__skillItem{margin-bottom:1.5rem}.skills-module__u8ERrW__skillInfo{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.skills-module__u8ERrW__skillName{color:var(--text-primary);font-weight:500}.skills-module__u8ERrW__skillPercent{color:var(--accent-primary);font-size:.9rem;font-weight:600}.skills-module__u8ERrW__skillBar{background:#ffffff1a;border-radius:10px;height:6px;position:relative;overflow:hidden}.skills-module__u8ERrW__skillProgress{background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));border-radius:10px;width:0;height:100%;transition:width 1.5s ease-in-out;position:relative}.skills-module__u8ERrW__skillProgress:after{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);animation:2s infinite skills-module__u8ERrW__shimmer;position:absolute;inset:0}@keyframes skills-module__u8ERrW__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.skills-module__u8ERrW__toolsSection{margin-top:4rem}.skills-module__u8ERrW__otherTechTitle{text-align:center;background:linear-gradient(135deg,var(--text-primary),var(--accent-primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2rem;font-size:2rem;font-weight:700}.skills-module__u8ERrW__toolsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.skills-module__u8ERrW__toolItem{background:var(--code-window-bg);border:1px solid var(--header-border);text-align:center;z-index:1;border-radius:16px;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden}.skills-module__u8ERrW__toolItem:before{content:"";background:linear-gradient(135deg,var(--accent-primary),transparent);opacity:0;z-index:-1;transition:opacity .3s;position:absolute;inset:0}.skills-module__u8ERrW__toolItem:hover:before{opacity:.1}.skills-module__u8ERrW__toolItem:hover{border-color:var(--accent-primary);transform:translateY(-3px)}.skills-module__u8ERrW__toolIcon{margin-bottom:1rem;font-size:2.5rem;display:block}.skills-module__u8ERrW__toolName{color:var(--text-primary);margin-bottom:.5rem;font-weight:600}.skills-module__u8ERrW__toolDesc{color:var(--text-secondary);font-size:.9rem}.skills-module__u8ERrW__skillsFloating{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.skills-module__u8ERrW__floatingSkill{opacity:.1;font-size:2rem;animation:8s ease-in-out infinite skills-module__u8ERrW__floatSkill;position:absolute}.skills-module__u8ERrW__floatingSkill:first-child{top:20%;left:5%}.skills-module__u8ERrW__floatingSkill:nth-child(2){animation-delay:1s;top:60%;right:10%}.skills-module__u8ERrW__floatingSkill:nth-child(3){animation-delay:2s;bottom:30%;left:15%}@keyframes skills-module__u8ERrW__floatSkill{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-25px)rotate(10deg)}}@media (max-width:768px){.skills-module__u8ERrW__skillsGrid{grid-template-columns:1fr}.skills-module__u8ERrW__toolsGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}
.projects-module__6UGTWW__projects{background:radial-gradient(circle at 60% 40%,#8b5cf614 0%,transparent 50%),radial-gradient(circle at 40% 60%,#6366f10d 0%,transparent 50%),linear-gradient(180deg,var(--bg-secondary)0%,var(--bg-primary)100%);padding:120px 0;position:relative;overflow:hidden}.projects-module__6UGTWW__projects:before{content:"";background:linear-gradient(90deg,transparent,var(--accent-primary),transparent);height:1px;position:absolute;top:0;left:0;right:0}.projects-module__6UGTWW__projectsHeader{text-align:center;margin-bottom:4rem}.projects-module__6UGTWW__projectsHeader h2{background:linear-gradient(135deg,var(--text-primary),var(--accent-primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:700}.projects-module__6UGTWW__projectsHeader p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem}.projects-module__6UGTWW__projectsGrid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2.5rem;margin-bottom:4rem;display:grid}.projects-module__6UGTWW__projectCard{background:var(--code-window-bg);border:1px solid var(--header-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.projects-module__6UGTWW__projectCard:before{content:"";background:linear-gradient(135deg,var(--accent-primary),transparent 50%);opacity:0;z-index:1;transition:opacity .4s;position:absolute;inset:0}.projects-module__6UGTWW__projectCard:hover:before{opacity:.1}.projects-module__6UGTWW__projectCard:hover{border-color:var(--accent-primary);transform:translateY(-10px)scale(1.02);box-shadow:0 25px 50px #6366f133,0 0 0 1px #6366f11a}.projects-module__6UGTWW__imageWrapper{aspect-ratio:16/9;background:#ffffff0d;border-radius:12px;width:100%;position:relative;overflow:hidden}.projects-module__6UGTWW__projectImg{object-fit:cover;object-position:center;background:linear-gradient(45deg,var(--accent-primary),var(--accent-secondary));height:240px;transition:transform .5s;position:relative;overflow:hidden}.projects-module__6UGTWW__imageWrapper:hover .projects-module__6UGTWW__projectImg{transform:scale(1.05)}.projects-module__6UGTWW__projectImage:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.projects-module__6UGTWW__projectCard:hover .projects-module__6UGTWW__projectImage:before{left:100%}.projects-module__6UGTWW__projectBadge{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2;background:#000c;border-radius:20px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;position:absolute;top:1rem;right:1rem}.projects-module__6UGTWW__projectContent{z-index:2;padding:2rem;position:relative}.projects-module__6UGTWW__projectTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.projects-module__6UGTWW__projectDescription{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.projects-module__6UGTWW__projectTech{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.projects-module__6UGTWW__techTag{color:var(--accent-primary);background:#6366f11a;border:1px solid #6366f133;border-radius:12px;padding:.4rem .8rem;font-size:.8rem;font-weight:500}.projects-module__6UGTWW__projectLinks{gap:1rem;display:flex}.projects-module__6UGTWW__projectLink{color:var(--text-primary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.projects-module__6UGTWW__projectLink:hover{background:var(--accent-primary);transform:translateY(-2px);box-shadow:0 10px 20px #6366f14d}.projects-module__6UGTWW__projectLink.projects-module__6UGTWW__demo{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary))}.projects-module__6UGTWW__featuredProject{grid-column:1/-1;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-bottom:3rem;display:grid}.projects-module__6UGTWW__featuredProject .projects-module__6UGTWW__projectImage{border-radius:20px;height:300px}.projects-module__6UGTWW__featuredContent{padding:2rem 0}.projects-module__6UGTWW__featuredBadge{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));color:#fff;border-radius:20px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-block}.projects-module__6UGTWW__projectsNav{justify-content:center;gap:1rem;margin-top:3rem;display:flex}.projects-module__6UGTWW__navBtn{background:var(--code-window-bg);border:1px solid var(--header-border);color:var(--text-primary);border-radius:12px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s}.projects-module__6UGTWW__navBtn:hover{background:var(--accent-primary);transform:translateY(-2px)}.projects-module__6UGTWW__projectsFloating{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.projects-module__6UGTWW__floatingProject{opacity:.05;font-size:4rem;animation:10s ease-in-out infinite projects-module__6UGTWW__floatProject;position:absolute}.projects-module__6UGTWW__floatingProject:first-child{animation-delay:0s;top:10%;left:5%}.projects-module__6UGTWW__floatingProject:nth-child(2){animation-delay:2s;top:70%;right:8%}.projects-module__6UGTWW__floatingProject:nth-child(3){animation-delay:4s;bottom:20%;left:10%}@keyframes projects-module__6UGTWW__floatProject{0%,to{transform:translateY(0)rotate(0)scale(1)}33%{transform:translateY(-30px)rotate(120deg)scale(1.1)}66%{transform:translateY(15px)rotate(240deg)scale(.9)}}@media (max-width:968px){.projects-module__6UGTWW__projectsGrid,.projects-module__6UGTWW__featuredProject{grid-template-columns:1fr}.projects-module__6UGTWW__featuredProject .projects-module__6UGTWW__projectImage{height:250px}}@media (max-width:768px){.projects-module__6UGTWW__projectsHeader h2{font-size:2.5rem}.projects-module__6UGTWW__projectLinks{flex-direction:column}.projects-module__6UGTWW__projectCard:hover{transform:translateY(-5px)}}@media (max-width:480px){.projects-module__6UGTWW__projectsNav{flex-direction:column}}
.contacts-module__NpmO7a__contact{background:radial-gradient(circle at 30% 70%,#6366f114 0%,transparent 50%),radial-gradient(circle at 70% 30%,#8b5cf60d 0%,transparent 50%),linear-gradient(180deg,var(--bg-primary)0%,var(--bg-secondary)100%);padding:120px 0;position:relative;overflow:hidden}.contacts-module__NpmO7a__contact:before{content:"";background:linear-gradient(90deg,transparent,var(--accent-primary),transparent);height:1px;position:absolute;top:0;left:0;right:0}.contacts-module__NpmO7a__contactHeader{text-align:center;margin-bottom:4rem}.contacts-module__NpmO7a__contactHeader h2{background:linear-gradient(135deg,var(--text-primary),var(--accent-primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:700}.contacts-module__NpmO7a__contactHeader p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem}.contacts-module__NpmO7a__contactContent{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.contacts-module__NpmO7a__contactInfo{flex-direction:column;gap:2rem;display:flex}.contacts-module__NpmO7a__contactCard{background:var(--code-window-bg);border:1px solid var(--header-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden}.contacts-module__NpmO7a__contactCard:before{content:"";background:linear-gradient(90deg,#0000,#6366f11a,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.contacts-module__NpmO7a__contactCard:hover:before{left:100%}.contacts-module__NpmO7a__contactCard:hover{border-color:var(--accent-primary);transform:translateY(-5px);box-shadow:0 20px 40px #6366f126}.contacts-module__NpmO7a__contactIcon{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;font-size:1.5rem;display:flex}.contacts-module__NpmO7a__contactTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.3rem;font-weight:600}.contacts-module__NpmO7a__contactDetail{color:var(--text-secondary);margin-bottom:.5rem;font-size:1.1rem}.contacts-module__NpmO7a__contactLink{color:var(--accent-primary);text-decoration:none;transition:color .3s}.contacts-module__NpmO7a__contactLink:hover{color:var(--accent-secondary)}.contacts-module__NpmO7a__socialLinks{gap:1rem;margin-top:1rem;display:flex}.contacts-module__NpmO7a__socialLink{width:50px;height:50px;color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;font-size:1.3rem;text-decoration:none;transition:all .3s;display:flex}.contacts-module__NpmO7a__socialLink:hover{background:var(--accent-primary);color:#fff;transform:translateY(-3px);box-shadow:0 10px 20px #6366f14d}.contacts-module__NpmO7a__contactForm{background:var(--code-window-bg);border:1px solid var(--header-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:2.5rem;position:relative;overflow:hidden}.contacts-module__NpmO7a__contactForm:before{content:"";background:linear-gradient(135deg,var(--accent-primary),transparent 70%);opacity:.03;z-index:0;position:absolute;inset:0}.contacts-module__NpmO7a__formGroup{z-index:1;margin-bottom:2rem;position:relative}.contacts-module__NpmO7a__formLabel{color:var(--text-primary);margin-bottom:.5rem;font-weight:500;transition:color .3s;display:block}.contacts-module__NpmO7a__formLabel:after{content:"*";color:#ef4444;margin-left:.25rem}.contacts-module__NpmO7a__formInput,.contacts-module__NpmO7a__formTextarea{border:1px solid var(--header-border);width:100%;color:var(--text-primary);resize:vertical;background:#ffffff0d;border-radius:12px;padding:1rem 1.5rem;font-size:1rem;transition:all .3s}.contacts-module__NpmO7a__formInput:focus,.contacts-module__NpmO7a__formTextarea:focus{border-color:var(--accent-primary);background:#ffffff14;outline:none;box-shadow:0 0 0 3px #6366f11a}.contacts-module__NpmO7a__formInput::placeholder,.contacts-module__NpmO7a__formTextarea::placeholder{color:var(--text-secondary)}.contacts-module__NpmO7a__formSubmit{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:1.2rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.contacts-module__NpmO7a__formSubmit:hover{transform:translateY(-2px);box-shadow:0 15px 30px #6366f166}.contacts-module__NpmO7a__formSubmit:active{transform:translateY(0)}.contacts-module__NpmO7a__formSubmit.contacts-module__NpmO7a__loading{pointer-events:none;opacity:.8;color:#0000}.contacts-module__NpmO7a__formSubmit.contacts-module__NpmO7a__loading:after{content:"";border:2px solid #0000;border-top-color:#fff;border-radius:50%;width:20px;height:20px;margin:-10px 0 0 -10px;animation:1s linear infinite contacts-module__NpmO7a__spinAction;position:absolute;top:50%;left:50%}@keyframes contacts-module__NpmO7a__spinAction{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.contacts-module__NpmO7a__formStatus{text-align:center;border-radius:12px;margin-top:1rem;padding:1rem;font-weight:500;display:none}.contacts-module__NpmO7a__formStatus.contacts-module__NpmO7a__success{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e4d;display:block}.contacts-module__NpmO7a__formStatus.contacts-module__NpmO7a__error{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;display:block}.contacts-module__NpmO7a__contactFloating{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.contacts-module__NpmO7a__floatingContact{opacity:.05;font-size:3rem;animation:8s ease-in-out infinite contacts-module__NpmO7a__floatContactAction;position:absolute}.contacts-module__NpmO7a__floatingContact:first-child{top:20%;left:10%}.contacts-module__NpmO7a__floatingContact:nth-child(2){animation-delay:2s;top:60%;right:15%}.contacts-module__NpmO7a__floatingContact:nth-child(3){animation-delay:4s;bottom:30%;left:20%}@keyframes contacts-module__NpmO7a__floatContactAction{0%,to{transform:translateY(0)rotate(0)scale(1)}50%{transform:translateY(-20px)rotate(180deg)scale(1.1)}}@media (max-width:968px){.contacts-module__NpmO7a__contactContent{grid-template-columns:1fr;gap:3rem}.contacts-module__NpmO7a__contactInfo{order:2}.contacts-module__NpmO7a__contactForm{order:1}}@media (max-width:768px){.contacts-module__NpmO7a__contactHeader h2{font-size:2.5rem}.contacts-module__NpmO7a__contactForm{padding:1.5rem}.contacts-module__NpmO7a__socialLinks{justify-content:center}}
.modal-module__KYXbeW__formModal{background:0 0;border:none;outline:none;margin:auto;padding:0}.modal-module__KYXbeW__formModal::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;animation:.3s forwards modal-module__KYXbeW__fadeIn}.modal-module__KYXbeW__formModalContent{text-align:center;background:#1c2139;border:1px solid #ffffff1a;border-radius:20px;width:90vw;max-width:400px;padding:2.5rem 2rem;animation:.4s cubic-bezier(.16,1,.3,1) forwards modal-module__KYXbeW__slideIn;box-shadow:0 20px 40px #0006}@keyframes modal-module__KYXbeW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modal-module__KYXbeW__slideIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.modal-module__KYXbeW__formModalMessage{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.modal-module__KYXbeW__formModalClose{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));color:#fff;cursor:pointer;border:none;border-radius:12px;padding:.7rem 2rem;font-weight:600;transition:all .3s}.modal-module__KYXbeW__formModalClose:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6366f14d}
.header-module__BZ928W__header{z-index:1000;background:var(--header-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--header-border);transition:all .3s;position:fixed;top:0;left:0;right:0}.header-module__BZ928W__header.header-module__BZ928W__scrolled{background:var(--header-bg);box-shadow:0 5px 20px #0000001a}.header-module__BZ928W__headerContent{justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.header-module__BZ928W__logo{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.8rem;font-weight:800;text-decoration:none;transition:all .3s}.header-module__BZ928W__logo:hover{transform:scale(1.05)}.header-module__BZ928W__nav{align-items:center;gap:2rem;display:flex}.header-module__BZ928W__navLinks{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.header-module__BZ928W__navLink{color:var(--text-primary);border-radius:8px;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.header-module__BZ928W__navLink:after{content:"";background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));width:0;height:2px;transition:all .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.header-module__BZ928W__navLink:hover:after,.header-module__BZ928W__navLink.header-module__BZ928W__active:after{width:80%}.header-module__BZ928W__navLink:hover,.header-module__BZ928W__navLink.header-module__BZ928W__active{color:var(--accent-primary)}.header-module__BZ928W__headerControls{align-items:center;gap:1rem;display:flex}.header-module__BZ928W__themeToggle{border:1px solid var(--header-border);cursor:pointer;background:#ffffff1a;border-radius:50px;align-items:center;width:60px;height:30px;padding:.2rem;transition:all .3s;display:flex;position:relative}.header-module__BZ928W__themeToggle:before{content:"🌙";font-size:.8rem;transition:all .3s;position:absolute;left:5px}.header-module__BZ928W__themeToggle:after{content:"☀️";font-size:.8rem;transition:all .3s;position:absolute;right:5px}.header-module__BZ928W__themeToggleHandle{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));z-index:2;border-radius:50%;width:22px;height:22px;transition:all .3s;position:relative;transform:translate(0)}.header-module__BZ928W__themeToggle.header-module__BZ928W__active .header-module__BZ928W__themeToggleHandle{transform:translate(30px)}.header-module__BZ928W__themeToggle:hover{border-color:var(--accent-primary);box-shadow:0 0 15px #6366f14d}.header-module__BZ928W__languageSelector{position:relative}.header-module__BZ928W__languageBtn{border:1px solid var(--header-border);color:var(--text-primary);cursor:pointer;background:#ffffff1a;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;transition:all .3s;display:flex}.header-module__BZ928W__languageBtn:hover{border-color:var(--accent-primary);background:#6366f11a}.header-module__BZ928W__languageDropdown{background:var(--bg-secondary);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--header-border);opacity:0;visibility:hidden;z-index:1001;border-radius:12px;min-width:140px;padding:.5rem;transition:all .3s;position:absolute;top:100%;right:0;transform:translateY(-10px)}.header-module__BZ928W__languageDropdown.header-module__BZ928W__active{opacity:1;visibility:visible;transform:translateY(5px)}.header-module__BZ928W__languageOption{color:var(--text-primary);cursor:pointer;background-color:inherit;text-align:left;border:none;border-radius:6px;width:100%;padding:.7rem 1rem;text-decoration:none;transition:all .3s;display:block}.header-module__BZ928W__languageOption:hover{color:var(--accent-primary);background:#6366f133}.header-module__BZ928W__mobileMenuToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:.5rem;display:none}.header-module__BZ928W__mobileMenuToggle span{background:var(--text-primary);transform-origin:50%;width:25px;height:2px;transition:all .3s}.header-module__BZ928W__mobileMenuToggle.header-module__BZ928W__active span:first-child{transform:rotate(45deg)translate(6px,6px)}.header-module__BZ928W__mobileMenuToggle.header-module__BZ928W__active span:nth-child(2){opacity:0}.header-module__BZ928W__mobileMenuToggle.header-module__BZ928W__active span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.header-module__BZ928W__mobileMenu{background:var(--bg-secondary);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--header-border);opacity:0;visibility:hidden;padding:2rem;transition:all .3s;position:fixed;top:70px;left:0;right:0;transform:translateY(-20px)}.header-module__BZ928W__mobileMenu.header-module__BZ928W__active{opacity:1;visibility:visible;transform:translateY(0)}.header-module__BZ928W__mobileNavLinks{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.header-module__BZ928W__mobileNavLink{color:var(--text-primary);border-radius:8px;padding:1rem;font-size:1.2rem;font-weight:500;text-decoration:none;transition:all .3s;display:block}.header-module__BZ928W__mobileNavLink:hover,.header-module__BZ928W__mobileNavLink.header-module__BZ928W__active{color:var(--accent-primary);background:#6366f133}.header-module__BZ928W__mobileControls{border-top:1px solid var(--header-border);justify-content:center;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.header-module__BZ928W__mobileMenu .header-module__BZ928W__headerControls{display:none}@media (max-width:968px){.header-module__BZ928W__navLinks,.header-module__BZ928W__headerControls{display:none}.header-module__BZ928W__mobileMenuToggle,.header-module__BZ928W__mobileControls{display:flex}}@media (max-width:480px){.header-module__BZ928W__headerContent{padding:.8rem 0}.header-module__BZ928W__logo{font-size:1.5rem}.header-module__BZ928W__mobileMenu{top:60px}.header-module__BZ928W__mobileControls{flex-direction:column;align-items:center}}
.footer-module__9ju31W__footer{background:linear-gradient(180deg,var(--bg-secondary)0%,#212d573a 100%);padding:60px 0 30px;position:relative;overflow:hidden}.footer-module__9ju31W__footer:before{content:"";background:linear-gradient(90deg,transparent,var(--accent-primary),transparent);height:1px;position:absolute;top:0;left:0;right:0}.footer-module__9ju31W__footerContent{grid-template-columns:2fr 2fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-module__9ju31W__footerBrand .footer-module__9ju31W__logo{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2rem;font-weight:800;display:block}.footer-module__9ju31W__footerBrand p{color:var(--text-secondary);max-width:400px;margin-bottom:2rem;line-height:1.6}.footer-module__9ju31W__footerSocial{gap:1rem;display:flex}.footer-module__9ju31W__footerSocialLink{width:45px;height:45px;color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;font-size:1.2rem;text-decoration:none;transition:all .3s;display:flex}.footer-module__9ju31W__footerSocialLink:hover{background:var(--accent-primary);color:#fff;transform:translateY(-3px);box-shadow:0 10px 20px #6366f14d}.footer-module__9ju31W__footerLinks h3{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.footer-module__9ju31W__footerLinks ul{margin:0;padding:0;list-style:none}.footer-module__9ju31W__footerLinks li{margin-bottom:.8rem}.footer-module__9ju31W__footerLinks a{color:var(--text-secondary);align-items:center;gap:.5rem;text-decoration:none;transition:all .3s;display:flex}.footer-module__9ju31W__footerLinks a:hover{color:var(--accent-primary);transform:translate(5px)}.footer-module__9ju31W__footerLinks a:before{content:"›";font-size:1.2rem;transition:transform .3s}.footer-module__9ju31W__footerLinks a:hover:before{transform:translate(3px)}.footer-module__9ju31W__footerContact h3{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.footer-module__9ju31W__footerContact p{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.footer-module__9ju31W__footerContact a{color:var(--accent-primary);text-decoration:none;transition:color .3s}.footer-module__9ju31W__footerContact a:hover{color:var(--accent-secondary)}.footer-module__9ju31W__footerBottom{border-top:1px solid var(--header-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.footer-module__9ju31W__footerCopyright{color:var(--text-secondary);font-size:.9rem}.footer-module__9ju31W__footerCopyright a{color:var(--accent-primary);text-decoration:none}.footer-module__9ju31W__footerCopyright a:hover{text-decoration:underline}.footer-module__9ju31W__footerMadeWith{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.footer-module__9ju31W__footerHeart{color:#ef4444;animation:2s ease-in-out infinite footer-module__9ju31W__heartbeat;display:inline-block}@keyframes footer-module__9ju31W__heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.footer-module__9ju31W__footerBackToTop{color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;align-items:center;gap:.5rem;padding:.8rem 1.2rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.footer-module__9ju31W__footerBackToTop:hover{background:var(--accent-primary);color:#fff;transform:translateY(-2px)}.footer-module__9ju31W__footerFloating{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.footer-module__9ju31W__footerLinksSection{justify-content:space-between;gap:2rem;width:100%;display:flex}.footer-module__9ju31W__floatingFooter{opacity:.03;font-size:2rem;animation:10s ease-in-out infinite footer-module__9ju31W__floatFooter;position:absolute}.footer-module__9ju31W__floatingFooter:first-child{animation-delay:0s;top:20%;left:5%}.footer-module__9ju31W__floatingFooter:nth-child(2){animation-delay:2s;top:60%;right:10%}.footer-module__9ju31W__floatingFooter:nth-child(3){animation-delay:4s;bottom:40%;left:15%}.footer-module__9ju31W__floatingFooter:nth-child(4){animation-delay:6s;top:30%;right:5%}@keyframes footer-module__9ju31W__floatFooter{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(-20px)rotate(120deg)}66%{transform:translateY(10px)rotate(240deg)}}@media (max-width:968px){.footer-module__9ju31W__footerContent{grid-template-columns:1fr 1fr;gap:2rem}.footer-module__9ju31W__footerBrand{grid-column:1/-1}}@media (max-width:768px){.footer-module__9ju31W__footerContent{grid-template-columns:1fr}.footer-module__9ju31W__footerBottom{text-align:center;flex-direction:column}.footer-module__9ju31W__footerSocial{justify-content:center}}@media (max-width:480px){.footer-module__9ju31W__footer{padding:40px 0 20px}.footer-module__9ju31W__footerLinksSection{justify-content:space-between;gap:2rem;display:flex}.footer-module__9ju31W__footerSocialLink{width:40px;height:40px}}
