@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";*{padding:0;margin:0;font-family:Poppins}html{scroll-behavior:smooth;scroll-snap-type:y mandatory}.skill-page{scroll-snap-align:start}:root{--smoke-grey: rgba(160, 160, 160, .4);--accent-color: #e5e7eb;--glow-color: rgba(255, 255, 255, .3);--metallic-copper: #d1d5db;--frosted-bg: rgba(255, 255, 255, .1);--frosted-blur: blur(10px);--bg-color: #f8f1e9;--text-color: #2d232e;--shift-nav: rgba(255, 255, 255, .9);--border-bottom: 1px solid rgba(0, 0, 0, .2);--glow-color: rgba(59, 130, 246, .5);--accent-color: #3b82f6;--metallic-copper: #3b82f6;--soft-shadow: 0 4px 12px rgba(0, 0, 0, .15);--silver-glow: linear-gradient(90deg, #bfdbfe, #eff6ff, #bfdbfe);--image-border: #c4b5fd;--social-icon-size: 50px;--transition: all .3s ease;--hover-bg: rgba(59, 130, 246, .1);--reflective-border: linear-gradient(45deg, #3b82f6, #c4b5fd);--animation-delay: .1s;--pulse-glow: rgba(59, 130, 246, .3);--glitter-color: rgba(59, 130, 246, .2);--shine-gradient: linear-gradient( 45deg, transparent, rgba(255, 255, 255, .5), transparent );--icon-github: #2d3748;--icon-linkedin: #0a66c2;--icon-email: #e53e3e;--icon-whatsapp: #25d366;--button-bg: #3b82f6;--success-bg: #10b981}body.dark-mode{--smoke-grey: rgba(120, 120, 120, .6);--accent-color: #9ca3af;--glow-color: rgba(200, 200, 200, .4);--metallic-copper: #6b7280;--frosted-bg: rgba(50, 50, 50, .2);--frosted-blur: blur(12px);--bg-color: #0a0a0a;--text-color: #e5e5e5;--shift-nav: rgba(255, 255, 255, .05);--border-bottom: 1px solid rgba(255, 255, 255, .2);--glow-color: rgba(6, 182, 212, .6);--accent-color: #06b6d4;--metallic-copper: #06b6d4;--soft-shadow: 0 4px 12px rgba(255, 255, 255, .15);--silver-glow: linear-gradient(90deg, #67e8f9, #cffafe, #67e8f9);--image-border: #a78bfa;--hover-bg: rgba(6, 182, 212, .15);--reflective-border: linear-gradient(45deg, #06b6d4, #a78bfa);--pulse-glow: rgba(6, 182, 212, .3);--glitter-color: rgba(6, 182, 212, .25);--shine-gradient: linear-gradient( 45deg, transparent, rgba(255, 255, 255, .4), transparent );--icon-github: #a0aec0;--icon-linkedin: #00a0dc;--icon-email: #ef5826;--icon-whatsapp: #68d391;--smoke-color: rgba(255, 255, 255, .35);--button-bg: #06b6d4;--success-bg: #10b981}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pageFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@keyframes crackDrop{0%{opacity:0;transform:translateY(-70px) scale(.9)}70%{opacity:.9;transform:translateY(20px) scale(1.05)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideLeft{0%{opacity:0;transform:translate(-100px) rotate(-10deg)}70%{opacity:.9;transform:translate(10px) rotate(2deg)}to{opacity:1;transform:translate(0) rotate(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(100px) rotate(10deg)}70%{opacity:.9;transform:translate(-10px) rotate(-2deg)}to{opacity:1;transform:translate(0) rotate(0)}}@keyframes flyAway{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-150px)}}@keyframes wordDrop{0%{opacity:0;transform:translateY(-40px) scale(.8) rotate(0)}50%{opacity:.7;transform:translateY(0) scale(1.3) rotate(5deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(0)}}@keyframes wordSpin{0%{transform:rotateY(0)}50%{transform:rotateY(180deg)}to{transform:rotateY(360deg)}}@keyframes glowLine{0%{width:0;opacity:0;box-shadow:0 0 0 var(--pulse-glow)}50%{opacity:1;box-shadow:0 0 20px var(--pulse-glow)}to{width:100%;opacity:1;box-shadow:0 0 25px var(--pulse-glow)}}@keyframes titleShake{0%,to{transform:translate(0)}20%,60%{transform:translate(-5px)}40%,80%{transform:translate(5px)}}@keyframes slotSpin{0%{opacity:0;transform:translateY(20px) rotateX(-90deg)}50%{opacity:.7;transform:translateY(0) rotateX(0)}to{opacity:1;transform:translateY(0) rotateX(0)}}@keyframes textPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes sparkle{0%{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1.2)}to{opacity:0;transform:scale(0)}}@keyframes colorFlash{0%{color:var(--text-color)}50%{color:#a78bfa}to{color:var(--glow-color)}}@keyframes smokeParticle{0%{transform:translate(0) scale(1);opacity:.35}50%{transform:translate(var(--move-x),var(--move-y)) scale(1.5);opacity:.6}to{transform:translate(var(--move-x),calc(var(--move-y) + 80px)) scale(.5);opacity:0}}.about-me{background-color:var(--bg-color);color:var(--text-color);padding:4rem 2rem;height:max-content;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;opacity:1;transition:opacity .5s ease,transform .5s ease;font-family:Poppins,sans-serif;box-sizing:border-box;overflow:hidden}body.dark-mode .about-me{background-color:#0a0a0a;position:relative}body.dark-mode .about-me:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none;background:transparent}body.dark-mode .about-me .smoke-particle{position:absolute;background:#ffffff59;border-radius:50%;pointer-events:none;animation:smokeParticle 6s infinite ease-in-out}body.dark-mode .about-me .smoke-particle:nth-child(1){width:14px;height:14px;left:5%;top:10%;--move-x: 25px;--move-y: -35px;animation-delay:0s}body.dark-mode .about-me .smoke-particle:nth-child(2){width:9px;height:9px;left:15%;top:25%;--move-x: -20px;--move-y: 30px;animation-delay:.4s}body.dark-mode .about-me .smoke-particle:nth-child(3){width:16px;height:16px;left:25%;top:40%;--move-x: 15px;--move-y: -25px;animation-delay:.8s}body.dark-mode .about-me .smoke-particle:nth-child(4){width:11px;height:11px;left:35%;top:55%;--move-x: -30px;--move-y: 20px;animation-delay:1.2s}body.dark-mode .about-me .smoke-particle:nth-child(5){width:10px;height:10px;left:45%;top:70%;--move-x: 20px;--move-y: -30px;animation-delay:1.6s}body.dark-mode .about-me .smoke-particle:nth-child(6){width:12px;height:12px;left:55%;top:15%;--move-x: -15px;--move-y: 25px;animation-delay:2s}body.dark-mode .about-me .smoke-particle:nth-child(7){width:15px;height:15px;left:65%;top:30%;--move-x: 25px;--move-y: -20px;animation-delay:2.4s}body.dark-mode .about-me .smoke-particle:nth-child(8){width:8px;height:8px;left:75%;top:45%;--move-x: -20px;--move-y: 30px;animation-delay:2.8s}body.dark-mode .about-me .smoke-particle:nth-child(9){width:11px;height:11px;left:85%;top:60%;--move-x: 15px;--move-y: -25px;animation-delay:3.2s}body.dark-mode .about-me .smoke-particle:nth-child(10){width:13px;height:13px;left:10%;top:75%;--move-x: -30px;--move-y: 20px;animation-delay:3.6s}body.dark-mode .about-me .smoke-particle:nth-child(11){width:9px;height:9px;left:20%;top:90%;--move-x: 20px;--move-y: -30px;animation-delay:4s}body.dark-mode .about-me .smoke-particle:nth-child(12){width:12px;height:12px;left:30%;top:20%;--move-x: -15px;--move-y: 25px;animation-delay:4.4s}body.dark-mode .about-me .smoke-particle:nth-child(13){width:10px;height:10px;left:40%;top:35%;--move-x: 25px;--move-y: -20px;animation-delay:4.8s}body.dark-mode .about-me .smoke-particle:nth-child(14){width:18px;height:18px;left:50%;top:50%;--move-x: -20px;--move-y: 30px;animation-delay:5.2s}body.dark-mode .about-me .smoke-particle:nth-child(15){width:11px;height:11px;left:60%;top:65%;--move-x: 15px;--move-y: -25px;animation-delay:5.6s}body:not(.dark-mode) .about-me{background-image:radial-gradient(circle at 1px 1px,var(--glow-color) 1px,transparent 0);background-size:30px 30px}.about-title{font-size:3rem;font-weight:700;text-align:center;color:var(--accent-color);position:relative;margin-bottom:2.5rem;text-transform:uppercase;letter-spacing:2px;font-family:Poppins,sans-serif;transition:color .3s ease,transform .3s ease;display:inline-block}.about-title:hover,.about-title:active{color:var(--metallic-copper);animation:titleShake .5s ease-in-out}.about-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:0;height:4px;background:var(--glow-color);box-shadow:0 0 10px var(--pulse-glow);transition:width .5s ease,opacity .5s ease;opacity:0}.about-title:hover:after,.about-title:active:after{width:140px;opacity:1;animation:glowLine .8s ease-out forwards}.title-char{display:inline-block;opacity:0}.about-title.slot-animate .title-char{animation:slotSpin .6s ease-in-out forwards;animation-delay:calc(var(--char-index) * .1s)}.about-content{max-width:1000px;margin:0 auto;text-align:center}.about-data{font-size:1.2rem;line-height:1.9;color:var(--text-color);margin:0;font-family:Poppins,sans-serif}.about-line{opacity:0;margin-bottom:1rem;transition:opacity .4s ease,transform .4s ease;animation:none}.about-line.animate-line.crack-drop,.about-line.animate-line.slide-left,.about-line.animate-line.slide-right{opacity:1;animation:crackDrop .6s ease-in-out forwards}.about-line.fly-away{animation:flyAway .6s ease-out forwards}.about-line:hover{cursor:pointer;animation:textPulse .4s ease-in-out}.word{display:inline-block;position:relative;transition:transform .3s ease,color .3s ease;margin-right:6px;word-spacing:normal}.word:hover{color:var(--glow-color);animation:wordDrop .6s ease-out forwards,wordSpin .5s ease-in-out,colorFlash .4s ease-in-out;transform:translateY(-2px)}.word:after{content:"✨";position:absolute;top:-10px;right:-10px;opacity:0;font-size:.8rem}.word:hover:after{animation:sparkle .5s ease-out forwards}@keyframes fallbackCrackDrop{0%{opacity:0;transform:translateY(-70px)}to{opacity:1;transform:translateY(0)}}.about-line:not(.animate-line):not(.fly-away){animation:fallDown .6s ease-in-out forwards;animation-delay:calc(var(--line-index) * .1s)}@media (max-width: 1024px){.about-me{padding:3rem 1.5rem}.about-title{font-size:2.5rem}.about-content{max-width:800px}.about-data{font-size:1.1rem;line-height:1.8}.about-line{margin-bottom:.9rem}.smoke-particle{width:9px!important;height:9px!important}}@media (max-width: 768px){.about-me{padding:2.5rem 1rem}.about-title{font-size:2.2rem}.about-content{max-width:90%}.about-data{font-size:1rem;line-height:1.7}.about-line{margin-bottom:.8rem}.smoke-particle{width:7px!important;height:7px!important}}@media (max-width: 480px){.about-me{padding:2rem .5rem}.about-title{font-size:1.8rem;margin-bottom:1.5rem}.about-content{max-width:95%}.about-data{font-size:.9rem;line-height:1.6}.about-line{margin-bottom:.7rem}.smoke-particle{width:6px!important;height:6px!important}}.certificates-section{margin:0 auto;padding:30px 15px;background:var(--bg-color);position:relative;overflow:hidden;transition:var(--transition)}.certificates-section{background-image:radial-gradient(circle at 1px 1px,rgba(0,0,0,.2) 1px,transparent 0);background-size:20px 20px}body.dark-mode .certificates-section{background-image:none}body.dark-mode .certificates-section:before,body.dark-mode .certificates-section:after,body.dark-mode .certificates-section .star{content:"";position:absolute;background:var(--glitter-color);border-radius:50%;animation:twinkle 5s infinite;z-index:-1}body.dark-mode .certificates-section:before{width:2px;height:2px;top:20%;left:10%;animation-duration:4s;animation-delay:0s}body.dark-mode .certificates-section:after{width:3px;height:3px;top:60%;right:15%;animation-duration:6s;animation-delay:1s}body.dark-mode .certificates-section .star:nth-child(1){width:1px;height:1px;bottom:10%;left:40%;animation-duration:5s;animation-delay:2s}body.dark-mode .certificates-section .star:nth-child(2){width:2px;height:2px;top:40%;right:25%;animation-duration:7s;animation-delay:3s}body.dark-mode .certificates-section .star:nth-child(3){width:3px;height:3px;bottom:30%;left:60%;animation-duration:4s;animation-delay:4s}.certificates-section .bubble{position:absolute;background:var(--glitter-color);border-radius:50%;animation:float 15s infinite ease-in-out;z-index:-1;box-shadow:0 0 10px var(--pulse-glow)}.certificates-section .bubble:nth-child(1){width:60px;height:60px;top:10%;left:15%;animation-duration:12s;animation-delay:0s}.certificates-section .bubble:nth-child(2){width:40px;height:40px;top:50%;right:20%;animation-duration:18s;animation-delay:2s}.certificates-section .bubble:nth-child(3){width:50px;height:50px;bottom:15%;left:30%;animation-duration:14s;animation-delay:4s}.section-title{font-size:2rem;font-weight:700;color:var(--text-color);text-align:center;margin-bottom:30px;text-shadow:0 2px 4px var(--pulse-glow)}.certificates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.certificates-grid.animate-grid{opacity:1;transform:translateY(0)}.cert-container{background:var(--shift-nav);border-radius:8px;border:2px solid transparent;background-clip:padding-box;box-shadow:var(--soft-shadow);transition:var(--transition);position:relative;overflow:hidden}.cert-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:8px;padding:2px;background:var(--reflective-border);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:-1}.cert-container:hover{transform:translateY(-5px);box-shadow:0 6px 12px var(--glow-color);background:var(--hover-bg)}.cert-box{padding:20px;text-align:center}.cert-img{height:70px;display:flex;justify-content:center;align-items:center;margin-bottom:15px;position:relative}.cert-img:after{content:"";position:absolute;width:100%;height:100%;background:var(--shine-gradient);animation:shine 3s infinite;opacity:.3}.cert-icon{font-size:50px;color:var(--accent-color);transition:var(--transition)}.cert-icon:hover{color:var(--metallic-copper);filter:drop-shadow(0 0 8px var(--pulse-glow))}.cert-name{font-size:1.3rem;font-weight:600;color:var(--text-color);margin-bottom:8px}.cert-source{font-size:.9rem;font-weight:500;color:var(--text-color);opacity:.7;margin-bottom:12px;text-transform:capitalize}.cert-info{font-size:.85rem;color:var(--text-color);line-height:1.5;opacity:.85;margin-bottom:15px}.cert-link{display:flex;align-items:center;justify-content:center;gap:10px}.cert-link-icon{font-size:20px;color:var(--accent-color);transition:var(--transition)}.cert-link-icon:hover{color:var(--metallic-copper);filter:drop-shadow(0 0 6px var(--pulse-glow))}.cert-link-name{font-size:.9rem;color:var(--text-color);font-weight:500;opacity:.9}@keyframes float{0%{transform:translateY(0) translate(0);opacity:.6}50%{transform:translateY(-100px) translate(20px);opacity:.3}to{transform:translateY(0) translate(0);opacity:.6}}@keyframes shine{0%{transform:translate(-100%)}50%{transform:translate(100%)}to{transform:translate(100%)}}@keyframes twinkle{0%{opacity:.2;transform:scale(1)}50%{opacity:.8;transform:scale(1.5)}to{opacity:.2;transform:scale(1)}}@media (max-width: 600px){.certificates-section{padding:20px 10px;background-size:15px 15px}body.dark-mode .certificates-section:before,body.dark-mode .certificates-section:after,body.dark-mode .certificates-section .star{width:1px;height:1px}.certificates-section .bubble:nth-child(1){width:40px;height:40px}.certificates-section .bubble:nth-child(2){width:30px;height:30px}.certificates-section .bubble:nth-child(3){width:35px;height:35px}.section-title{font-size:1.5rem;margin-bottom:20px}.certificates-grid{grid-template-columns:1fr;gap:15px}.cert-container{margin:0 5px}.cert-box{padding:15px}.cert-img{height:60px;margin-bottom:10px}.cert-icon{font-size:40px}.cert-name{font-size:1.1rem}.cert-source{font-size:.8rem}.cert-info{font-size:.75rem}.cert-link-icon{font-size:18px}.cert-link-name{font-size:.8rem}}@media (min-width: 601px) and (max-width: 900px){.certificates-section{padding:25px 15px;background-size:18px 18px}body.dark-mode .certificates-section:before,body.dark-mode .certificates-section:after,body.dark-mode .certificates-section .star{width:2px;height:2px}.certificates-section .bubble:nth-child(1){width:50px;height:50px}.certificates-section .bubble:nth-child(2){width:35px;height:35px}.certificates-section .bubble:nth-child(3){width:45px;height:45px}.section-title{font-size:1.8rem}.certificates-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px}.cert-box{padding:18px}.cert-img{height:65px}.cert-icon{font-size:45px}.cert-name{font-size:1.2rem}.cert-source{font-size:.85rem}.cert-info{font-size:.8rem}.cert-link-icon{font-size:19px}.cert-link-name{font-size:.85rem}}@media (min-width: 901px){.certificates-section{padding:40px 20px;background-size:20px 20px}body.dark-mode .certificates-section:before,body.dark-mode .certificates-section:after,body.dark-mode .certificates-section .star{width:3px;height:3px}.certificates-section .bubble:nth-child(1){width:70px;height:70px}.certificates-section .bubble:nth-child(2){width:50px;height:50px}.certificates-section .bubble:nth-child(3){width:60px;height:60px}.section-title{font-size:2.5rem}.certificates-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}.cert-box{padding:25px}.cert-img{height:80px}.cert-icon{font-size:55px}.cert-name{font-size:1.5rem}.cert-source{font-size:1rem}.cert-info{font-size:.9rem}.cert-link-icon{font-size:20px}.cert-link-name{font-size:.9rem}}.contact-section{padding-bottom:50px;width:100%;margin:0 auto;padding:4rem 2rem;background:var(--bg-color);position:relative;overflow:hidden;transition:var(--transition);box-sizing:border-box;font-family:Poppins,sans-serif}body.dark-mode .contact-section{padding-top:60px;padding-bottom:50px;min-height:min-content;background-color:#0a0a0a}body.dark-mode .contact-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--smoke-grey);opacity:.3;z-index:-2;pointer-events:none}body.dark-mode .contact-section .smoke-particle{position:absolute;background:var(--smoke-grey);border-radius:50%;pointer-events:none;animation:smokeParticle 10s infinite ease-in-out;will-change:transform,opacity}body.dark-mode .contact-section .smoke-particle:nth-child(1){width:10px;height:10px;left:2%;top:5%;--move-x: 20px;--move-y: -30px;animation-delay:0s}body.dark-mode .contact-section .smoke-particle:nth-child(2){width:8px;height:8px;left:10%;top:15%;--move-x: -15px;--move-y: 25px;animation-delay:.2s}body.dark-mode .contact-section .smoke-particle:nth-child(3){width:12px;height:12px;left:18%;top:25%;--move-x: 18px;--move-y: -20px;animation-delay:.4s}body.dark-mode .contact-section .smoke-particle:nth-child(4){width:9px;height:9px;left:25%;top:35%;--move-x: -20px;--move-y: 22px;animation-delay:.6s}body.dark-mode .contact-section .smoke-particle:nth-child(5){width:11px;height:11px;left:32%;top:45%;--move-x: 15px;--move-y: -25px;animation-delay:.8s}body.dark-mode .contact-section .smoke-particle:nth-child(6){width:10px;height:10px;left:38%;top:55%;--move-x: -18px;--move-y: 20px;animation-delay:1s}body.dark-mode .contact-section .smoke-particle:nth-child(7){width:13px;height:13px;left:45%;top:65%;--move-x: 22px;--move-y: -18px;animation-delay:1.2s}body.dark-mode .contact-section .smoke-particle:nth-child(8){width:8px;height:8px;left:50%;top:75%;--move-x: -15px;--move-y: 25px;animation-delay:1.4s}body.dark-mode .contact-section .smoke-particle:nth-child(9){width:12px;height:12px;left:55%;top:10%;--move-x: 20px;--move-y: -22px;animation-delay:1.6s}body.dark-mode .contact-section .smoke-particle:nth-child(10){width:10px;height:10px;left:60%;top:20%;--move-x: -18px;--move-y: 20px;animation-delay:1.8s}body.dark-mode .contact-section .smoke-particle:nth-child(11){width:9px;height:9px;left:65%;top:30%;--move-x: 15px;--move-y: -25px;animation-delay:2s}body.dark-mode .contact-section .smoke-particle:nth-child(12){width:11px;height:11px;left:70%;top:40%;--move-x: -20px;--move-y: 22px;animation-delay:2.2s}body.dark-mode .contact-section .smoke-particle:nth-child(13){width:14px;height:14px;left:75%;top:50%;--move-x: 18px;--move-y: -20px;animation-delay:2.4s}body.dark-mode .contact-section .smoke-particle:nth-child(14){width:10px;height:10px;left:80%;top:60%;--move-x: -15px;--move-y: 25px;animation-delay:2.6s}body.dark-mode .contact-section .smoke-particle:nth-child(15){width:12px;height:12px;left:85%;top:70%;--move-x: 20px;--move-y: -18px;animation-delay:2.8s}body.dark-mode .contact-section .smoke-particle:nth-child(16){width:9px;height:9px;left:90%;top:80%;--move-x: -22px;--move-y: 20px;animation-delay:3s}body.dark-mode .contact-section .smoke-particle:nth-child(17){width:11px;height:11px;left:5%;top:90%;--move-x: 15px;--move-y: -25px;animation-delay:3.2s}body.dark-mode .contact-section .smoke-particle:nth-child(18){width:10px;height:10px;left:12%;top:25%;--move-x: -18px;--move-y: 22px;animation-delay:3.4s}body.dark-mode .contact-section .smoke-particle:nth-child(19){width:13px;height:13px;left:20%;top:35%;--move-x: 20px;--move-y: -20px;animation-delay:3.6s}body.dark-mode .contact-section .smoke-particle:nth-child(20){width:8px;height:8px;left:28%;top:45%;--move-x: -15px;--move-y: 25px;animation-delay:3.8s}body.dark-mode .contact-section .smoke-particle:nth-child(21){width:12px;height:12px;left:35%;top:55%;--move-x: 18px;--move-y: -22px;animation-delay:4s}body.dark-mode .contact-section .smoke-particle:nth-child(22){width:10px;height:10px;left:42%;top:65%;--move-x: -20px;--move-y: 20px;animation-delay:4.2s}body.dark-mode .contact-section .smoke-particle:nth-child(23){width:9px;height:9px;left:48%;top:75%;--move-x: 15px;--move-y: -25px;animation-delay:4.4s}body.dark-mode .contact-section .smoke-particle:nth-child(24){width:11px;height:11px;left:55%;top:85%;--move-x: -18px;--move-y: 22px;animation-delay:4.6s}body.dark-mode .contact-section .smoke-particle:nth-child(25){width:14px;height:14px;left:60%;top:15%;--move-x: 20px;--move-y: -20px;animation-delay:4.8s}body.dark-mode .contact-section .smoke-particle:nth-child(26){width:10px;height:10px;left:65%;top:25%;--move-x: -15px;--move-y: 25px;animation-delay:5s}body.dark-mode .contact-section .smoke-particle:nth-child(27){width:12px;height:12px;left:70%;top:35%;--move-x: 18px;--move-y: -22px;animation-delay:5.2s}body.dark-mode .contact-section .smoke-particle:nth-child(28){width:9px;height:9px;left:75%;top:45%;--move-x: -20px;--move-y: 20px;animation-delay:5.4s}body.dark-mode .contact-section .smoke-particle:nth-child(29){width:11px;height:11px;left:80%;top:55%;--move-x: 15px;--move-y: -25px;animation-delay:5.6s}body.dark-mode .contact-section .smoke-particle:nth-child(30){width:10px;height:10px;left:85%;top:65%;--move-x: -18px;--move-y: 22px;animation-delay:5.8s}body.dark-mode .contact-section .smoke-particle:nth-child(31){width:13px;height:13px;left:90%;top:75%;--move-x: 20px;--move-y: -20px;animation-delay:6s}body.dark-mode .contact-section .smoke-particle:nth-child(32){width:8px;height:8px;left:5 worsen;top:85%;animation-delay:6.2s;--move-x: -15px;--move-y: 25px}body.dark-mode .contact-section .smoke-particle:nth-child(33){width:12px;height:12px;left:15%;top:10%;--move-x: 18px;--move-y: -22px;animation-delay:6.4s}body.dark-mode .contact-section .smoke-particle:nth-child(34){width:10px;height:10px;left:22%;top:20%;--move-x: -20px;--move-y: 20px;animation-delay:6.6s}body.dark-mode .contact-section .smoke-particle:nth-child(35){width:9px;height:9px;left:30%;top:30%;--move-x: 15px;--move-y: -25px;animation-delay:6.8s}body.dark-mode .contact-section .smoke-particle:nth-child(36){width:11px;height:11px;left:38%;top:40%;--move-x: -18px;--move-y: 22px;animation-delay:7s}body.dark-mode .contact-section .smoke-particle:nth-child(37){width:14px;height:14px;left:45%;top:50%;--move-x: 20px;--move-y: -20px;animation-delay:7.2s}body.dark-mode .contact-section .smoke-particle:nth-child(38){width:10px;height:10px;left:50%;top:60%;--move-x: -15px;--move-y: 25px;animation-delay:7.4s}body.dark-mode .contact-section .smoke-particle:nth-child(39){width:12px;height:12px;left:55%;top:70%;--move-x: 18px;--move-y: -22px;animation-delay:7.6s}body.dark-mode .contact-section .smoke-particle:nth-child(40){width:9px;height:9px;left:60%;top:80%;--move-x: -20px;--move-y: 20px;animation-delay:7.8s}.contact-container{background:var(--frosted-bg);backdrop-filter:var(--frosted-blur);-webkit-backdrop-filter:var(--frosted-blur);border-radius:10px;padding:2rem;box-shadow:var(--soft-shadow);position:relative;z-index:1;border:1px solid rgba(255,255,255,.2);max-width:1000px;margin:0 auto}.contact-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:10px;padding:1px;background:linear-gradient(45deg,#fff3,#c8c8c84d);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:-1}.contact-title{font-size:3rem;font-weight:700;color:var(--accent-color);text-align:center;margin-bottom:1rem}.contact-subtitle{font-size:1.2rem;color:var(--text-color);opacity:.8;text-align:center;margin-bottom:2rem}.contact-content{display:flex;flex-direction:column;gap:2rem}.contact-form{display:flex;flex-direction:column;gap:1rem;opacity:0;transform:scale(.95);transition:opacity .6s ease,transform .6s ease}.contact-form.animate{opacity:1;transform:scale(1)}.form-group{position:relative}.form-group input,.form-group textarea{width:100%;padding:12px;border:1px solid var(--border-bottom);border-radius:5px;background:var(--frosted-bg);color:var(--text-color);font-size:1rem;transition:var(--transition)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-color);opacity:.7}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent-color);box-shadow:0 0 6px var(--glow-color);outline:none}.form-group textarea{resize:vertical;min-height:120px}.contact-button{align-self:center;padding:10px 25px;background:var(--button-bg);color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition);position:relative;overflow:hidden}.contact-button:hover{background:var(--button-hover-grey);box-shadow:0 0 10px var(--glow-color);filter:grayscale(20%)}.contact-button:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--shine-gradient);animation:buttonShine 3s infinite;opacity:.3}.success-message{text-align:center;color:#fff;background:var(--success-bg);padding:8px;border-radius:5px;font-size:.9rem;margin-top:8px;opacity:0;transition:opacity .5s ease}.success-message.visible{opacity:1}.social-icons{display:flex;justify-content:center;gap:15px;opacity:0;transform:scale(.95);transition:opacity .6s ease,transform .6s ease}.social-icons.animate{opacity:1;transform:scale(1)}.social-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;transition:var(--transition)}.social-icon.github .icon{font-size:40px;color:var(--icon-github)}.social-icon.linkedin .icon{font-size:40px;color:var(--icon-linkedin)}.social-icon.email .icon{font-size:40px;color:var(--icon-email)}.social-icon.whatsapp .icon{font-size:40px;color:var(--icon-whatsapp)}.social-icon:hover .icon{color:var(--metallic-copper);filter:drop-shadow(0 0 6px var(--glow-color));transform:translateY(-3px)}@keyframes smokeParticle{0%{transform:translate(0) scale(1);opacity:.4}50%{transform:translate(var(--move-x),var(--move-y)) scale(1.5);opacity:.6}to{transform:translate(var(--move-x),calc(var(--move-y) + 80px)) scale(.8);opacity:0}}@keyframes buttonShine{0%{transform:translate(-100%)}50%{transform:translate(100%)}to{transform:translate(100%)}}@media (max-width: 1024px){.contact-section{padding:3rem 1.5rem}.contact-container{padding:1.5rem;max-width:800px}.contact-title{font-size:2.5rem}.contact-subtitle{font-size:1.1rem}.contact-content{gap:1.5rem}.form-group input,.form-group textarea{padding:10px;font-size:.95rem}.contact-button{padding:9px 22px;font-size:.95rem}.success-message{font-size:.85rem}.social-icons{gap:12px}.social-icon{width:45px;height:45px}.social-icon .icon{font-size:36px}body.dark-mode .contact-section .smoke-particle{width:7px!important;height:7px!important}}@media (max-width: 768px){.contact-section{padding:2.5rem 1rem}.contact-container{padding:1rem;max-width:90%}.contact-title{font-size:2.2rem}.contact-subtitle{font-size:1rem}.contact-content{gap:1rem}.form-group input,.form-group textarea{padding:8px;font-size:.9rem}.contact-button{padding:8px 20px;font-size:.9rem}.success-message{font-size:.8rem}.social-icons{gap:10px}.social-icon{width:40px;height:40px}.social-icon .icon{font-size:32px}body.dark-mode .contact-section .smoke-particle{width:6px!important;height:6px!important}}@media (max-width: 480px){.contact-section{padding:2rem .5rem}.contact-container{padding:.75rem;max-width:95%}.contact-title{font-size:1.8rem;margin-bottom:.75rem}.contact-subtitle{font-size:.9rem;margin-bottom:1rem}.contact-content{gap:.75rem}.form-group input,.form-group textarea{padding:6px;font-size:.85rem}.contact-button{padding:6px 18px;font-size:.85rem}.success-message{font-size:.75rem}.social-icons{gap:8px}.social-icon{width:36px;height:36px}.social-icon .icon{font-size:28px}body.dark-mode .contact-section .smoke-particle{width:5px!important;height:5px!important}}.page1{background-color:var(--bg-color);min-height:100vh;color:var(--text-color);transition:var(--transition);display:flex;flex-direction:column;font-family:Poppins,sans-serif;background-image:radial-gradient(circle at 1px 1px,rgba(0,0,0,.2) 1px,transparent 0);background-size:20px 20px;opacity:0;animation:pageFadeIn .8s ease-out forwards;position:relative;overflow:hidden}.page1:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.05),transparent 70%);z-index:-1}.navBar{background-color:var(--shift-nav);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:var(--border-bottom);box-shadow:var(--soft-shadow);position:sticky;top:0;z-index:100;animation:navSlideIn .5s ease-out}.navCom{display:flex;justify-content:space-between;align-items:center;height:8vh;padding:0 3rem;max-width:1400px;margin:0 auto;position:relative}body.scrolling .navCom:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--silver-glow);transform:scaleX(1);transition:transform .3s ease}.logo{font-size:2.5rem;font-weight:700;color:var(--text-color);transition:var(--transition);animation-play-state:paused}.logo[data-animate]{animation:bounceIn .5s ease-out forwards}.logo:hover,.logo:focus{color:var(--metallic-copper);transform:scale(1.15) rotate(5deg);text-shadow:0 0 15px var(--glow-color);animation:bouncePulse .5s ease-in-out,colorFlow 2s linear infinite}.logo:active{transform:scale(.9) rotate(360deg);opacity:.7;animation:spinOut .3s ease-out}.menu-toggle{display:none;background:none;border:none;cursor:pointer;transition:var(--transition)}.menu-toggle .icon{color:var(--text-color)}.menu-toggle:hover,.menu-toggle:focus{transform:rotate(90deg);outline:none;filter:drop-shadow(0 0 6px var(--glow-color))}.menu-toggle:active{transform:scale(.9) rotate(90deg)}.details{display:flex;align-items:center;gap:2rem;font-size:1.125rem}.details p{cursor:pointer;position:relative;transition:var(--transition);animation-play-state:paused}.details p[data-animate]{animation:spinIn .5s ease-out forwards}.details p:hover,.details p:focus{color:var(--accent-color);transform:translateY(-3px) rotate(5deg);text-shadow:0 0 8px var(--glow-color)}.details p:hover:after,.details p:focus:after{width:100%;animation:colorFlow 2s linear infinite}.details p:active{transform:scale(.9);opacity:.8}.details p:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--silver-glow);transition:width .3s ease}.shift-btn .nd-btn{background:none;border:none;cursor:pointer;transition:var(--transition);animation-play-state:paused;overflow:visible}.shift-btn .nd-btn[data-animate]{animation:spinIn .5s ease-out forwards}.shift-btn .nd-btn .icon{color:var(--text-color);filter:drop-shadow(0 0 4px var(--glow-color));animation:colorFlow 2s linear infinite}.shift-btn .nd-btn:hover,.shift-btn .nd-btn:focus{transform:scale(1.2) rotate(360deg);outline:none;border:2px solid var(--accent-color);border-radius:50%;filter:drop-shadow(0 0 10px var(--glow-color))}.shift-btn .nd-btn:active{transform:scale(.9);opacity:.8}.intro{flex:1;height:92vh;padding:4rem 3rem;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;justify-content:center}.intro-card{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6rem;margin-bottom:3.1rem}.intro-text{flex:1;max-width:650px;z-index:2;animation-play-state:paused}.intro-text[data-animate]{animation:slideInLeft .5s ease-out forwards}.intro-text .info .greeting{font-size:2rem;color:var(--accent-color);opacity:0;animation-play-state:paused}.intro-text .info .greeting[data-animate]{animation:dropText .8s ease-out .2s forwards}.intro-text .info .name{font-size:5rem;font-weight:700;color:var(--metallic-copper);margin:.5rem 0;opacity:0;animation-play-state:paused}body.dark-mode .intro-text .info .name{background:var(--silver-glow);-webkit-background-clip:text;background-clip:text;color:transparent}.intro-text .info .name[data-animate]{animation:dropText .8s ease-out .4s forwards}.intro-text .info .name:hover{color:var(--metallic-copper);transform:scale(1.05);text-shadow:0 0 25px var(--glow-color);animation:glowPulse 1s infinite}.intro-text .info .name:active{transform:scale(.95)}.intro-text .bio p{font-style:italic;font-weight:300;font-size:1.25rem;margin:.625rem 0;opacity:0;animation-play-state:paused}.intro-text .bio p[data-animate]{animation:dropText .8s ease-out .6s forwards}.intro-text .bio p:hover{color:var(--accent-color);text-shadow:0 0 8px var(--glow-color);transform:translateY(-2px)}.intro-img{flex:1;max-width:600px;z-index:1;perspective:1000px;animation-play-state:paused}.intro-img[data-animate]{animation:slideInRight .5s ease-out forwards}.image-wrapper{position:relative;width:100%;height:500px;border-radius:24px;border:4px solid var(--image-border);overflow:hidden;transition:var(--transition);box-shadow:0 4px 20px #0000001a,0 0 15px var(--glow-color);transform-style:preserve-3d}.hi-img{width:100%;height:100%;object-fit:cover;border-radius:20px;position:relative;z-index:2;transition:transform .6s cubic-bezier(.16,1,.3,1)}.image-glow-layers{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:20px;z-index:1}.glow-layer{position:absolute;border-radius:20px;opacity:0;transition:opacity .4s ease,transform .6s cubic-bezier(.16,1,.3,1)}.glow-layer-1{top:-10px;left:-10px;right:-10px;bottom:-10px;background:radial-gradient(circle at 50% 0%,var(--glow-color) 0%,transparent 60%);transform:scale(.9);z-index:1}.glow-layer-2{top:-15px;left:-15px;right:-15px;bottom:-15px;background:radial-gradient(circle at 30% 70%,var(--glow-color) 0%,transparent 70%);transform:scale(.85);z-index:0}.image-wrapper:hover{transform:translateY(-8px);animation:dropDown .5s ease-in-out,imageShimmer 2s ease-in-out;box-shadow:0 12px 30px #00000026,0 0 20px var(--glow-color)}.image-wrapper:hover .hi-img{transform:scale(1.03);box-shadow:0 0 10px 2px var(--accent-color),inset 0 0 8px var(--accent-color)}.image-wrapper:hover .glow-layer{opacity:.6}.image-wrapper:hover .glow-layer-1{transform:scale(1)}.image-wrapper:hover .glow-layer-2{transform:scale(.95)}.intro-footer{width:100%;display:flex;flex-direction:column;align-items:center;gap:2.5rem;padding-bottom:1rem;animation-play-state:paused}.intro-footer[data-animate]{animation:bounceIn .5s ease-out .8s forwards}.intro-footer .role p{font-size:2.5rem;font-weight:500;opacity:0;animation-play-state:paused;border-top:1.5px solid var(--accent-color);border-bottom:1.5px solid var(--accent-color);padding:.5rem 1rem;border-radius:4px;letter-spacing:.05em;transition:var(--transition)}.intro-footer .role p[data-animate]{animation:dropText .8s ease-out 1s forwards}.intro-footer .role p:hover{color:var(--accent-color);text-shadow:0 0 8px var(--glow-color);transform:translateY(-2px)}.intro-footer .media-icons{display:flex;gap:2rem;opacity:0;animation-play-state:paused}.intro-footer .media-icons[data-animate]{animation:bounceIn .5s ease-out 1.2s forwards}.intro-footer .media-icons .social-icon{color:var(--text-color);transition:var(--transition)}.intro-footer .media-icons .social-icon .icon{width:var(--social-icon-size);height:var(--social-icon-size)}.intro-footer .media-icons .social-icon:hover,.intro-footer .media-icons .social-icon:focus{color:var(--accent-color);transform:scale(1.3) rotate(360deg);filter:drop-shadow(0 0 10px var(--glow-color));animation:spinIn .5s ease-out;outline:none}.intro-footer .media-icons .social-icon:active{transform:scale(1.1);opacity:.8}.intro-footer .Rbtn button{display:flex;align-items:center;gap:.625rem;background:var(--accent-color);color:#fff;padding:1rem 2rem;border:none;border-radius:8px;cursor:pointer;box-shadow:var(--soft-shadow);font-size:1rem;transition:var(--transition);position:relative;overflow:hidden;animation-play-state:paused}.intro-footer .Rbtn button[data-animate]{animation:bounceIn .5s ease-out 1.4s forwards}.intro-footer .Rbtn button .ripple{position:absolute;top:50%;left:50%;width:100%;height:100%;background:radial-gradient(circle,var(--glow-color) 10%,transparent 10.01%);background-size:1000% 1000%;background-position:50% 50%;pointer-events:none;opacity:0;transform:translate(-50%,-50%)}.intro-footer .Rbtn button:hover,.intro-footer .Rbtn button:focus{background:var(--accent-color);animation:colorFlow 2s linear infinite;box-shadow:0 0 20px var(--glow-color);transform:scale(1.1);outline:none}.intro-footer .Rbtn button:hover .ripple,.intro-footer .Rbtn button:focus .ripple{opacity:1;animation:ripple .4s linear}.intro-footer .Rbtn button:active{transform:scale(.95);opacity:.8}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(20px)}70%{opacity:.8;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes navSlideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3) translateY(20px)}50%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes spinIn{0%{opacity:0;transform:rotate(360deg) scale(.5)}to{opacity:1;transform:rotate(0) scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes ripple{0%{background-position:50% 50%;background-size:100% 100%;opacity:1}to{background-position:50% 50%;background-size:1000% 1000%;opacity:0}}@keyframes colorFlow{0%{background-position:0% 50%}to{background-position:200% 50%}}@keyframes glowPulse{0%{text-shadow:0 0 5px var(--glow-color);box-shadow:0 0 5px var(--glow-color)}50%{text-shadow:0 0 25px var(--glow-color);box-shadow:0 0 25px var(--glow-color)}to{text-shadow:0 0 5px var(--glow-color);box-shadow:0 0 5px var(--glow-color)}}@keyframes cursorPulse{0%{transform:translate(-50%,-50%) scale(1);opacity:1;border-color:var(--accent-color)}50%{transform:translate(-50%,-50%) scale(1.5);opacity:.7;border-color:var(--metallic-copper)}to{transform:translate(-50%,-50%) scale(1);opacity:1;border-color:var(--accent-color)}}@keyframes cursorTrail{0%{opacity:.5;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(2)}}@keyframes bouncePulse{0%{transform:scale(1.15)}50%{transform:scale(1.25)}to{transform:scale(1.15)}}@keyframes spinOut{0%{transform:scale(.9) rotate(0)}to{transform:scale(.9) rotate(360deg)}}@keyframes dropDown{0%{transform:translateY(-8px)}50%{transform:translateY(10px)}to{transform:translateY(-8px)}}@keyframes dropText{0%{opacity:0;transform:translateY(-50px) rotateX(45deg)}70%{opacity:.8;transform:translateY(5px) rotateX(-10deg)}to{opacity:1;transform:translateY(0) rotateX(0)}}@keyframes imageShimmer{0%{background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);background-position:-100%}to{background-position:100%}}@media screen and (min-width: 1024px){.intro{padding:4rem 3rem}.intro-card{gap:12rem}.intro-text{max-width:650px}.intro-img{max-width:600px}.intro-text .info .greeting{font-size:2rem}.intro-text .info .name{font-size:5rem}.intro-text .bio p{font-size:1.25rem}.intro-footer .role p{font-size:2.5rem}}@media screen and (max-width: 1024px){.intro-text .info .greeting{font-size:1.5rem}.intro-text .info .name{font-size:3.5rem}.intro-text .bio p{font-size:1rem}.intro-img .image-wrapper{height:400px}.intro-footer .role p{font-size:1.75rem}}@media screen and (max-width: 768px){.navCom{flex-wrap:wrap;padding:.625rem 1rem;height:auto}.navCom .menu-toggle{display:block}.navCom .details{display:none;flex-direction:column;gap:1rem;width:100%;padding:1rem;background-color:var(--shift-nav);position:absolute;top:8vh;left:0;right:0;border-bottom:var(--border-bottom);box-shadow:var(--soft-shadow);transform:scaleY(0);transform-origin:top;transition:transform .3s ease,opacity .3s ease}.navCom .details.open{display:flex;transform:scaleY(1);opacity:1}.navCom .details p{text-align:center}.navCom .shift-btn{margin-left:auto}.intro{padding:1.5rem .75rem;height:auto;text-align:center}.intro .intro-card{flex-direction:column;gap:2rem;margin-bottom:2.5rem;margin-top:2rem}.intro .intro-card .intro-text{max-width:100%;margin-bottom:1rem}.intro .intro-card .intro-text .info .greeting{font-size:1.25rem}.intro .intro-card .intro-text .info .name{font-size:2.5rem}.intro .intro-card .intro-text .bio p{font-size:.875rem}.intro .intro-card .intro-img{max-width:350px;order:-1;margin-bottom:2rem}.intro .intro-card .intro-img .image-wrapper{height:300px}.intro .intro-footer{gap:2rem;padding-bottom:1.5rem}.intro .intro-footer .role p{font-size:1.5rem}.intro .intro-footer .media-icons{gap:1.5rem}.intro .intro-footer .media-icons .social-icon .icon{width:40px;height:40px}.intro .intro-footer .Rbtn button{padding:.75rem 1.5rem;font-size:.875rem}.intro .intro-footer .Rbtn button .icon{width:25px;height:25px}}@media screen and (max-width: 480px){.navCom{padding:.5rem .75rem}.navCom .logo{font-size:1.75rem}.navCom .menu-toggle .icon{display:none;width:25px;height:25px}.intro{padding:1rem .5rem}.intro .intro-text .info .greeting{font-size:1.125rem}.intro .intro-text .info .name{font-size:2rem}.intro .intro-text .bio p{font-size:.75rem}.intro .intro-img{max-width:250px}.intro .intro-img .image-wrapper{height:240px}.intro .intro-footer{gap:1.5rem}.intro .intro-footer .role p{font-size:1.25rem}.intro .intro-footer .media-icons .social-icon .icon{width:35px;height:35px}.intro .intro-footer .Rbtn button{padding:.5rem 1rem;font-size:.75rem}.intro .intro-footer .Rbtn button .icon{width:20px;height:20px}}@keyframes floatSquare{0%{transform:translate(0) rotate(0) scale(1)}50%{transform:translate(30px,-40px) rotate(180deg) scale(1.3)}to{transform:translate(0) rotate(360deg) scale(1)}}@keyframes fadeInOut{0%{opacity:0;transform:scale(.7)}to{opacity:.8;transform:scale(1)}}@keyframes colorShift{0%{background:#ff00ff4d;box-shadow:0 4px 15px #f0f9;border-color:#ff00ff80}25%{background:#00ffff4d;box-shadow:0 4px 15px #0ff9;border-color:#00ffff80}50%{background:#00ff004d;box-shadow:0 4px 15px #0f09;border-color:#00ff0080}75%{background:#ffff004d;box-shadow:0 4px 15px #ff09;border-color:#ffff0080}to{background:#ff00ff4d;box-shadow:0 4px 15px #f0f9;border-color:#ff00ff80}}.grid-square{position:absolute;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fff6;border:1px solid rgba(255,255,255,.5);z-index:1;animation:floatSquare 6s ease-in-out infinite,colorShift 8s ease-in-out infinite;pointer-events:none;opacity:0;transition:opacity .3s ease,transform .3s ease}.grid-square.visible{opacity:.8;animation:floatSquare 6s ease-in-out infinite,colorShift 8s ease-in-out infinite,fadeInOut .8s ease-in-out forwards}.grid-square:nth-child(1){width:50px;height:50px;top:5%;left:5%;animation-delay:0s}.grid-square:nth-child(2){width:40px;height:40px;top:10%;right:10%;animation-delay:.4s}.grid-square:nth-child(3){width:55px;height:55px;top:20%;left:15%;animation-delay:.8s}.grid-square:nth-child(4){width:45px;height:45px;bottom:15%;right:5%;animation-delay:1.2s}.grid-square:nth-child(5){width:60px;height:60px;bottom:10%;left:25%;animation-delay:1.6s}.grid-square:nth-child(6){width:35px;height:35px;top:25%;right:20%;animation-delay:2s}.grid-square:nth-child(7){width:50px;height:50px;top:35%;left:10%;animation-delay:2.4s}.grid-square:nth-child(8){width:55px;height:55px;bottom:20%;right:15%;animation-delay:2.8s}.grid-square:nth-child(9){width:40px;height:40px;top:15%;left:30%;animation-delay:3.2s}.grid-square:nth-child(10){width:58px;height:58px;top:40%;right:25%;animation-delay:3.6s}.grid-square:nth-child(11){width:45px;height:45px;bottom:25%;left:20%;animation-delay:4s}.grid-square:nth-child(12){width:50px;height:50px;top:30%;left:40%;animation-delay:4.4s}.grid-square:nth-child(13){width:38px;height:38px;top:50%;right:10%;animation-delay:4.8s}.grid-square:nth-child(14){width:52px;height:52px;bottom:5%;left:35%;animation-delay:5.2s}.grid-square:nth-child(15){width:42px;height:42px;top:45%;left:5%;animation-delay:5.6s}.grid-square:nth-child(16){width:48px;height:48px;top:5%;right:30%;animation-delay:6s}.grid-square:nth-child(17){width:55px;height:55px;bottom:30%;left:15%;animation-delay:6.4s}.grid-square:nth-child(18){width:40px;height:40px;top:25%;left:50%;animation-delay:6.8s}.grid-square:nth-child(19){width:50px;height:50px;top:55%;right:20%;animation-delay:7.2s}.grid-square:nth-child(20){width:45px;height:45px;bottom:10%;right:25%;animation-delay:7.6s}@keyframes slideDown{0%{opacity:0;height:0;transform:translateY(-10px)}to{opacity:1;height:auto;transform:translateY(0)}}@keyframes hoverGlow{0%,to{box-shadow:var(--soft-shadow)}50%{box-shadow:0 6px 16px var(--glow-color)}}@keyframes hoverBounce{0%,to{transform:scale(1)}50%{transform:scale(1.05) translateY(-5px)}}@keyframes linkPulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes titleFade{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes lineExpand{0%{width:0}to{width:60%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.projects-container{display:flex;flex-direction:column;min-height:100vh;padding:40px 20px;background-color:var(--bg-color);align-items:center;font-family:Poppins,sans-serif;position:relative;z-index:0}.projects-title{font-size:2.5rem;font-weight:700;color:var(--text-color);margin:0 0 30px;text-align:center;animation:titleFade .6s ease-out;transition:color .3s ease,text-shadow .3s ease;z-index:10}.projects-title:hover{color:var(--accent-color);text-shadow:0 0 10px var(--glow-color)}.projects-title:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:0;height:2px;background-color:var(--accent-color);transition:width .3s ease}.projects-title:hover:after{width:60%;animation:lineExpand .3s ease forwards}.projects{display:flex;flex-direction:column;max-width:800px;width:100%;gap:40px;padding:20px 0;z-index:5}.project{display:flex;padding:20px;align-items:center;background-color:var(--bg-color);border-radius:12px;box-shadow:var(--soft-shadow);cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;animation:fadeIn .5s ease-out forwards}.project:hover{animation:hoverBounce .5s ease-in-out,hoverGlow 1.5s ease-in-out infinite}.project.expanded{flex-direction:column;align-items:flex-start}.proj-img-container{flex-shrink:0}.pro-img{width:120px;height:120px;object-fit:cover;border-radius:8px;border:2px solid var(--image-border);transition:border-color .3s ease}.project:hover .pro-img{border-color:var(--glow-color)}.proj-details{display:flex;flex-direction:column;padding-left:20px;flex:1}.proj-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.proj-title p{font-size:1.5rem;font-weight:600;color:var(--text-color);margin:0;transition:color .3s ease}.project:hover .proj-title p{color:var(--accent-color)}.proj-title a{font-size:1.8rem;color:var(--accent-color);transition:color .3s ease}.proj-title a:hover{color:var(--glow-color);animation:linkPulse .6s ease-in-out}.proj-info{display:flex;justify-content:flex-start;font-size:1.8rem;color:var(--accent-color);cursor:pointer;transition:color .3s ease;margin-top:5px}.proj-info:hover{color:var(--glow-color);animation:linkPulse .6s ease-in-out}.proj-expanded{width:100%;padding:15px 0;animation:slideDown .4s ease-out forwards}.project:not(.expanded) .proj-expanded{display:none}.proj-lang{display:flex;gap:15px;margin-bottom:10px}.proj-lang p{font-size:1rem;color:var(--text-color);background-color:var(--hover-bg);padding:5px 10px;border-radius:6px;margin:0;transition:background-color .3s ease,color .3s ease}.project:hover .proj-lang p{background-color:var(--glow-color);color:var(--bg-color)}.proj-description{margin:0}.proj-description p{font-size:1.1rem;color:var(--text-color);line-height:1.6;margin:0;transition:color .3s ease}.project:hover .proj-description p{color:var(--accent-color)}@media (max-width: 768px){.projects-container{padding:30px 15px}.projects-title{font-size:2rem}.projects{max-width:100%;padding:15px 0;gap:30px}.project{flex-direction:column;align-items:flex-start;padding:15px}.proj-img-container{margin-bottom:15px}.pro-img{width:100px;height:100px}.proj-details{padding-left:0}.proj-title p{font-size:1.3rem}.proj-title a,.proj-info{font-size:1.6rem}.proj-lang p{font-size:.9rem;padding:4px 8px}.proj-description p{font-size:1rem}.grid-square:nth-child(1){width:40px;height:40px}.grid-square:nth-child(2){width:30px;height:30px}.grid-square:nth-child(3){width:45px;height:45px}.grid-square:nth-child(4){width:35px;height:35px}.grid-square:nth-child(5){width:50px;height:50px}.grid-square:nth-child(6){width:28px;height:28px}.grid-square:nth-child(7){width:40px;height:40px}.grid-square:nth-child(8){width:45px;height:45px}.grid-square:nth-child(9){width:32px;height:32px}.grid-square:nth-child(10){width:48px;height:48px}.grid-square:nth-child(11){width:35px;height:35px}.grid-square:nth-child(12){width:40px;height:40px}.grid-square:nth-child(13){width:30px;height:30px}.grid-square:nth-child(14){width:42px;height:42px}.grid-square:nth-child(15){width:34px;height:34px}.grid-square:nth-child(16){width:38px;height:38px}.grid-square:nth-child(17){width:45px;height:45px}.grid-square:nth-child(18){width:32px;height:32px}.grid-square:nth-child(19){width:40px;height:40px}.grid-square:nth-child(20){width:35px;height:35px}}@media (max-width: 480px){.projects-container{padding:20px 10px}.projects-title{font-size:1.8rem}.project{padding:12px}.projects{gap:20px}.pro-img{width:80px;height:80px}.proj-title p{font-size:1.2rem}.proj-title a,.proj-info{font-size:1.4rem}.proj-lang{gap:10px}.proj-lang p{font-size:.8rem;padding:3px 6px}.proj-description p{font-size:.9rem;line-height:1.5}.grid-square:nth-child(1){width:35px;height:35px}.grid-square:nth-child(2){width:25px;height:25px}.grid-square:nth-child(3){width:40px;height:40px}.grid-square:nth-child(4){width:30px;height:30px}.grid-square:nth-child(5){width:45px;height:45px}.grid-square:nth-child(6){width:22px;height:22px}.grid-square:nth-child(7){width:35px;height:35px}.grid-square:nth-child(8){width:40px;height:40px}.grid-square:nth-child(9){width:28px;height:28px}.grid-square:nth-child(10){width:42px;height:42px}.grid-square:nth-child(11){width:30px;height:30px}.grid-square:nth-child(12){width:35px;height:35px}.grid-square:nth-child(13){width:25px;height:25px}.grid-square:nth-child(14){width:38px;height:38px}.grid-square:nth-child(15){width:30px;height:30px}.grid-square:nth-child(16){width:34px;height:34px}.grid-square:nth-child(17){width:40px;height:40px}.grid-square:nth-child(18){width:28px;height:28px}.grid-square:nth-child(19){width:35px;height:35px}.grid-square:nth-child(20){width:30px;height:30px}}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes skillDropIn{0%{opacity:0;transform:translateY(-50px) scale(.95)}70%{opacity:.8;transform:translateY(10px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes iconRotate{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}@keyframes shine{0%{background-position:-200%}to{background-position:200%}}.skills-container{background-color:var(--bg-color);min-height:70vh;color:var(--text-color);padding:3rem 2rem;position:relative;overflow:hidden;opacity:0;animation:pageFadeIn 1s ease-out forwards;background-image:radial-gradient(circle at 1px 1px,var(--glow-color) 1px,transparent 0);background-size:30px 30px}.skills-container.animate{opacity:1}.skills-title{font-size:3rem;text-align:center;margin-bottom:4rem;position:relative;text-transform:uppercase;letter-spacing:3px;color:var(--text-color);opacity:0;transition:opacity .5s ease}.skills-container.animate .skills-title{opacity:1}.skills-title:after{content:"";width:80px;height:5px;background:var(--accent-color);position:absolute;bottom:-12px;left:50%;transform:translate(-50%)}.skills-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;max-width:1400px;margin:0 auto}.skill{background:var(--hover-bg);border:2px solid transparent;border-image:var(--reflective-border) 1;border-radius:16px;padding:2rem;text-align:center;transition:var(--transition);opacity:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--soft-shadow);position:relative;overflow:hidden;min-height:200px}.skill.animate{animation:skillDropIn .7s ease-out forwards}.skill:hover{transform:translateY(-12px) scale(1.06);box-shadow:0 10px 30px var(--pulse-glow);background:var(--hover-bg)}.skill:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--shine-gradient);background-size:200%;opacity:0;transition:opacity .5s ease;z-index:0}.skill:hover:before{opacity:.7;animation:shine 1.5s linear infinite}.skill-icon{font-size:4rem;margin-bottom:1.5rem;transition:var(--transition);position:relative;z-index:1;color:var(--accent-color)}.skill:hover .skill-icon{animation:iconRotate 2s linear infinite}.skill-info{display:flex;flex-direction:column;gap:.7rem;position:relative;z-index:1}.skill-name{font-size:1.4rem;font-weight:700;margin:0;color:var(--text-color)}.skill-proficiency{font-size:1rem;color:rgba(var(--text-color),.8);margin:0}@media (max-width: 1024px){.skills-grid{grid-template-columns:repeat(4,1fr)}.skills-title{font-size:2.5rem}.skill{padding:1.5rem;min-height:180px}.skill-icon{font-size:3.5rem}}@media (max-width: 768px){.skills-grid{grid-template-columns:repeat(3,1fr)}.skills-title{font-size:2.2rem}.skill{padding:1.2rem;min-height:160px}.skill-icon{font-size:3rem}.skill-name{font-size:1.2rem}.skill-proficiency{font-size:.9rem}}@media (max-width: 480px){.skills-grid{grid-template-columns:repeat(2,1fr)}.skills-container{padding:3rem 1rem}.skills-title{font-size:1.8rem}.skill{min-height:140px}.skill-icon{font-size:2.5rem}}
