*{margin:0;padding:0;box-sizing:border-box}body{font-family:League Spartan,sans-serif;font-weight:700;background:#000;color:#fff;min-height:100vh}.header{position:fixed;top:2.5rem;left:50%;transform:translate(-50%);width:min(1200px,calc(100vw - 2rem));box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#0003;border:1px solid rgba(255,255,255,.1);border-radius:30px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:100;box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff1a;transition:all .15s cubic-bezier(.4,0,.2,1)}.header:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#8b5cf61a,#3b82f60d);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);opacity:0;transition:opacity .4s cubic-bezier(.25,.46,.45,.94);border-radius:30px;z-index:-1}.header:hover:before{opacity:1}.logo{font-size:20px;font-weight:700;letter-spacing:-.02em;font-family:League Spartan,sans-serif;position:relative;z-index:1;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.logo:hover{transform:translateY(-2px)}.logo-codeby{color:#e5e5e5}.logo-franco{color:#3b82f6}.menu-button{background:transparent;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;padding:8px;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);border-radius:10px;z-index:1}.menu-button:before{content:"";position:absolute;inset:0;background:#8b5cf633;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:0;transition:opacity .4s cubic-bezier(.25,.46,.45,.94);border-radius:10px;z-index:-1}.menu-button:hover:before{opacity:1}.menu-button:hover{transform:translateY(-2px)}.menu-button span{width:24px;height:2px;background-color:#fff;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;z-index:1}.menu-button:hover span{background-color:#fff}.menu-button.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.menu-button.active span:nth-child(2){opacity:0}.menu-button.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.header-menu-container{position:relative;z-index:1000}.navbar-dropdown{position:fixed;inset:0 0 0 auto;transform:translate(0);width:280px;max-width:85vw;height:100vh;height:100dvh;padding:2rem 1.5rem;margin:0;background-color:#000000f2;border-left:1px solid rgba(59,130,246,.3);border-radius:20px 0 0 20px;box-shadow:-8px 0 32px #00000080,inset 1px 0 #ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);animation:slideInFromRight .3s cubic-bezier(.25,.46,.45,.94);z-index:1000;will-change:transform;isolation:isolate;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:.75rem;box-sizing:border-box}@keyframes slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.navbar-item{width:100%;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background-color:#0003;border:1px solid rgba(59,130,246,.3);border-radius:12px;color:#fff;font-family:League Spartan,sans-serif;font-weight:500;font-size:1rem;cursor:pointer;transition:all .4s cubic-bezier(.25,.46,.45,.94);text-align:left;position:relative;overflow:hidden;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.navbar-item:before{content:"";position:absolute;inset:0;background:#3b82f61a;opacity:0;transition:opacity .4s cubic-bezier(.25,.46,.45,.94);z-index:-1}.navbar-item:hover{background-color:#3b82f626;border-color:#3b82f699;transform:translateY(-2px);box-shadow:0 4px 15px #3b82f633}.navbar-item:hover:before{opacity:1}.navbar-item-icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fffc;transition:color .4s cubic-bezier(.25,.46,.45,.94)}.navbar-item:hover .navbar-item-icon{color:#60a5fa}.navbar-item-text{flex:1;font-weight:500;letter-spacing:.02em}body.navbar-open{position:fixed!important;width:100%!important;overflow:hidden!important;height:100vh!important;height:100dvh!important}html.navbar-open{overflow:hidden!important}.navbar-overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:999;animation:fadeIn .3s cubic-bezier(.25,.46,.45,.94)}@media(max-width:768px){body.navbar-open{position:fixed!important;width:100%!important;overflow:hidden!important;height:100vh!important;height:100dvh!important}html.navbar-open{overflow:hidden!important}.header{top:1rem;width:calc(100vw - 2rem);max-width:calc(100vw - 2rem);padding:.75rem 1rem;left:50%!important;right:auto!important;transform:translate(-50%)!important;margin:0!important;border-radius:24px}.header.header-compact{width:60%;max-width:calc(100vw - 2rem);min-width:auto;left:50%!important;right:auto!important;transform:translate(-50%)!important;margin:0!important}.navbar-dropdown{position:fixed!important;inset:0 0 0 auto!important;transform:translate(0)!important;width:280px;max-width:85vw;height:100vh;height:100dvh;padding:2rem 1.5rem;margin:0!important;background-color:#000000f2;border-left:1px solid rgba(59,130,246,.3);border-radius:20px 0 0 20px;box-shadow:-8px 0 32px #00000080,inset 1px 0 #ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);animation:slideInFromRight .3s cubic-bezier(.25,.46,.45,.94);overflow-y:auto;overflow-x:hidden;box-sizing:border-box;display:flex;flex-direction:column;gap:.75rem;z-index:9999!important;will-change:transform;isolation:isolate}.logo{font-size:18px}.menu-button{padding:10px;min-width:10px;min-height:10px;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.menu-button span{width:22px;height:2.5px}.menu-button.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.menu-button.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@keyframes slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.navbar-item{padding:.875rem 1.25rem;font-size:.9rem;min-height:44px;background-color:#0003;border:1px solid rgba(59,130,246,.3);border-radius:12px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);-webkit-tap-highlight-color:transparent;touch-action:manipulation}.navbar-item-icon{font-size:1.125rem}.navbar-overlay{position:fixed!important;inset:0!important;background:#0009;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:9998!important;animation:fadeIn .3s cubic-bezier(.25,.46,.45,.94)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.main-content{padding:1rem .5rem}.content-wrapper{padding-top:6rem;padding-left:.25rem;padding-right:.25rem;max-width:100%;width:100%}.name-title{font-size:2.5rem}.subtitle{font-size:1.125rem}.description{font-size:16px;line-height:20px;padding:0 .25rem;width:100%}.divider-line{width:85%}.quick-menu{margin-top:2rem;width:100%}.menu-buttons{gap:1rem;width:100%;max-width:100%}.menu-item{max-width:100%;width:100%}.scroll-reveal{padding:5px 0;max-width:100%;width:100%}.scroll-reveal:first-of-type{padding-top:4rem}.scroll-reveal:last-of-type{padding-top:1rem}}.main-content{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;min-height:100vh;padding:2rem;z-index:1}.content-wrapper{max-width:800px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto;min-height:calc(100vh - 120px);padding-top:8rem;opacity:0;animation:contentFadeIn 1.4s cubic-bezier(.25,.46,.45,.94) .5s forwards}.name-title{font-size:4rem;font-weight:700;color:#fff;margin-bottom:.25rem;font-family:League Spartan,sans-serif}.divider-line{width:60%;height:2px;background:linear-gradient(to right,transparent 0%,#e5e5e5 30%,#e5e5e5 80%,transparent 100%);margin:.25rem auto 1.5rem;opacity:0;animation:dividerFadeIn 1.2s cubic-bezier(.25,.46,.45,.94) .9s forwards}@keyframes dividerFadeIn{0%{opacity:0;transform:scaleX(0);transform-origin:center}to{opacity:.2;transform:scaleX(1);transform-origin:center}}.subtitle{font-size:1.25rem;color:#fff;margin-bottom:2rem;font-family:League Spartan,sans-serif;font-weight:500}.description{text-align:center;font-size:18px;line-height:22px;color:#fff;font-family:League Spartan,sans-serif;font-weight:300}.highlight{color:#3b82f6;font-weight:700}@keyframes contentFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn 1.4s cubic-bezier(.25,.46,.45,.94) .7s forwards;opacity:0}.fade-in-delay-1{animation:fadeIn 1.4s cubic-bezier(.25,.46,.45,.94) .9s forwards;opacity:0}.fade-in-delay-2{animation:fadeIn 1.4s cubic-bezier(.25,.46,.45,.94) 1.1s forwards;opacity:0}.fade-in-delay-3{animation:fadeIn 1.4s cubic-bezier(.25,.46,.45,.94) 1.3s forwards;opacity:0}.quick-menu{margin-top:3rem;width:100%}.quick-menu-title{font-size:2rem;font-weight:700;margin-bottom:2rem;font-family:League Spartan,sans-serif;text-align:center}.menu-text{color:#fff}.rapido-text{color:#3b82f6}.menu-buttons{display:flex;gap:1.5rem;max-width:600px;margin:0 auto;justify-content:center;align-items:center;flex-wrap:wrap}.menu-item{padding:1rem 1.5rem;border-radius:50px;border:1px solid rgba(59,130,246,.3);background-color:#0003;color:#fff;font-family:League Spartan,sans-serif;font-weight:700;font-size:1rem;cursor:pointer;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;width:100%;max-width:200px;text-align:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);--glow-x: 50%;--glow-y: 50%;--glow-intensity: 0;--glow-radius: 170px;will-change:transform}.menu-buttons .menu-item:nth-child(4){grid-column:2}.menu-buttons .menu-item:nth-child(5){grid-column:3}.menu-item.active{background-color:#3b82f6;border-color:#3b82f6}.menu-item:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#8b5cf64d,#3b82f633);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);opacity:0;transition:opacity .4s cubic-bezier(.25,.46,.45,.94);border-radius:50px;z-index:-1}.menu-item:hover{background-color:#8b5cf640;border-color:#3b82f680;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 8px 32px #8b5cf666,inset 0 1px #ffffff1a;transform:translateY(-2px) scale(1.02)}.menu-item:hover:before{opacity:1}.menu-item:after{content:"";position:absolute;inset:0;padding:2px;background:radial-gradient(var(--glow-radius) circle at var(--glow-x) var(--glow-y),rgba(59,130,246,calc(var(--glow-intensity) * .8)) 0%,rgba(59,130,246,calc(var(--glow-intensity) * .4)) 30%,transparent 60%);border-radius:inherit;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;opacity:1;transition:opacity .4s cubic-bezier(.25,.46,.45,.94);z-index:1}.magic-button-spotlight{mix-blend-mode:screen;will-change:transform,opacity;z-index:200!important;pointer-events:none}.menu-item.active:hover{background-color:#3b82f6;border-color:#3b82f6}.scroll-reveal{width:100%;max-width:800px;margin:0 auto;padding:4rem 2rem;opacity:0;transform:translateY(30px);transition:opacity 1.2s cubic-bezier(.25,.46,.45,.94),transform 1.2s cubic-bezier(.25,.46,.45,.94)}.scroll-reveal.reveal-visible{opacity:1;transform:translateY(0)}.scroll-reveal:first-of-type{padding-top:6rem}.scroll-reveal:last-of-type{padding-top:2rem}.darkveil-canvas{width:100%;height:100%;display:block;transition:opacity .3s ease-out}@media(max-width:768px){.darkveil-canvas{opacity:.9}}.section-content{margin-top:3rem;width:100%}.section-title{font-size:2rem;font-weight:700;margin-bottom:.25rem;font-family:League Spartan,sans-serif;text-align:center}.tecnologias-text{color:#3b82f6}.que-conheco-text{color:#fff}.divider-line{width:60%;height:2px;background:linear-gradient(to right,transparent 0%,#e5e5e5 30%,#e5e5e5 80%,transparent 100%);margin:1rem auto 1.5rem;opacity:.5}.technologies-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:900px;margin:0 auto}.tech-item{padding:2rem 1.5rem;border-radius:16px;border:1px solid rgba(96,165,250,.4);background-color:#0003;color:#fff;font-family:League Spartan,sans-serif;text-align:center;transition:all .4s cubic-bezier(.25,.46,.45,.94);cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:150px;position:relative;overflow:hidden;--glow-x: 50%;--glow-y: 50%;--glow-intensity: 0;--glow-radius: 150px;will-change:transform}.tech-icon{margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;height:60px}.tech-svg-icon{width:60px;height:60px;object-fit:contain;filter:brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(1352%) hue-rotate(199deg) brightness(99%) contrast(96%)}.tech-svg-icon:hover{filter:brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(1352%) hue-rotate(199deg) brightness(99%) contrast(96%)}.tech-name{display:block;font-size:1rem;font-weight:500;color:#fff;margin-top:.5rem}.tech-item:hover{background-color:#60a5fa14;border-color:#60a5fa99;box-shadow:0 8px 20px #60a5fa26;transform:translateY(-2px)}.tech-item:after{content:"";position:absolute;inset:0;padding:2px;background:radial-gradient(var(--glow-radius) circle at var(--glow-x) var(--glow-y),rgba(96,165,250,calc(var(--glow-intensity) * .8)) 0%,rgba(96,165,250,calc(var(--glow-intensity) * .4)) 30%,transparent 60%);border-radius:inherit;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;opacity:1;transition:opacity .3s ease;z-index:1}.fade-in-delay-4{animation:fadeIn 1.2s cubic-bezier(.25,.46,.45,.94) .6s forwards;opacity:0}.tech-modal-overlay{position:fixed;inset:0;background-color:#000000b3;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out;padding:1rem}@media(max-width:768px){.section-content{margin-top:5px;width:100vw;margin-left:50%;transform:translate(-50%);padding:0 0 2rem}.section-title{font-size:1.75rem;padding:0 1rem;text-align:center}.divider-line{width:90%;margin:1rem auto}.technologies-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:0 .75rem;width:100%;max-width:100%}.tech-item{padding:1.5rem 1rem;min-height:120px;width:100%;border-radius:16px;border:1px solid rgba(96,165,250,.35)}.tech-item:hover{background-color:#60a5fa14;border-color:#60a5fa80;border-radius:20px;box-shadow:0 4px 15px #60a5fa1f;transform:translateY(-1px)}.tech-icon{height:40px;margin-bottom:.5rem}.tech-svg-icon{width:40px;height:40px}.tech-name{font-size:.85rem}.tech-modal-overlay{padding:1rem;display:flex;align-items:center;justify-content:center}.tech-modal-card{padding:1.5rem;width:100%;max-width:calc(100% - 2rem);border-radius:15px}.tech-modal-title{font-size:1.5rem}.tech-modal-message{font-size:.9rem;line-height:1.6}}.tech-modal-card{background-color:#0006;border:1px solid rgba(255,255,255,.1);border-radius:20px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:2.5rem;max-width:500px;width:100%;position:relative;box-shadow:0 8px 32px #00000080,inset 0 1px #ffffff1a;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.tech-modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;line-height:1}.tech-modal-close:hover{background-color:#ffffff1a;transform:rotate(90deg)}.tech-modal-header{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.tech-modal-icon{margin-bottom:1rem;display:flex;align-items:center;justify-content:center;height:80px}.tech-modal-svg-icon{width:80px;height:80px;object-fit:contain;filter:brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(1352%) hue-rotate(199deg) brightness(99%) contrast(96%)}.tech-modal-title{font-size:2rem;font-weight:700;color:#fff;font-family:League Spartan,sans-serif;margin:0;text-align:center}.tech-modal-body{margin-top:1rem}.tech-modal-message{font-size:1rem;line-height:1.8;color:#ffffffe6;font-family:League Spartan,sans-serif;font-weight:300;text-align:left}.tech-modal-message p{margin:0 0 1rem}.tech-modal-message p:last-child{margin-bottom:0}.formation-section{margin-top:4rem;width:100%}.formation-title{font-size:2rem;font-weight:700;margin-bottom:.25rem;font-family:League Spartan,sans-serif;text-align:center}.formacao-text{color:#3b82f6}.cursos-text{color:#fff}.divider-line-formation{width:60%;height:2px;background:linear-gradient(to right,transparent 0%,#e5e5e5 30%,#e5e5e5 80%,transparent 100%);margin:1rem auto 2rem;opacity:.5}.academic-formation-card-wrapper{max-width:800px;margin:0 auto 3rem;padding:0 1rem}.academic-formation-card{background:linear-gradient(135deg,#3b82f626,#0006);border:2px solid #3b82f6;border-radius:16px;padding:2.5rem;text-align:center;transition:all .3s ease;box-shadow:0 8px 32px #3b82f633,inset 0 1px #ffffff1a;position:relative;overflow:hidden}.academic-formation-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(59,130,246,.1) 0%,transparent 50%,rgba(59,130,246,.1) 100%);opacity:0;transition:opacity .4s ease}.academic-formation-card:hover{background:linear-gradient(135deg,#3b82f633,#00000080);border-color:#60a5fa;transform:translateY(-4px);box-shadow:0 12px 40px #3b82f64d,0 0 60px #3b82f626,inset 0 1px #ffffff26}.academic-formation-card:hover:before{opacity:1}.academic-icon{font-size:3rem;margin-bottom:1rem;filter:drop-shadow(0 0 10px rgba(59,130,246,.5));animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.academic-title{font-size:1.5rem;font-weight:700;color:#60a5fa;margin-bottom:1rem;font-family:League Spartan,sans-serif;text-shadow:0 0 20px rgba(96,165,250,.5)}.academic-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.academic-text{font-size:1.25rem;line-height:1.6;color:#fff;font-family:League Spartan,sans-serif;font-weight:500;margin:0}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#3b82f633,#60a5fa26);border:2px solid #3b82f6;border-radius:25px;cursor:pointer;transition:all .3s ease;font-family:League Spartan,sans-serif;font-weight:600;font-size:.95rem;color:#60a5fa;position:relative;overflow:hidden;box-shadow:0 4px 15px #3b82f633,inset 0 1px #ffffff1a}.status-badge:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.status-badge:hover{background:linear-gradient(135deg,#3b82f64d,#60a5fa40);border-color:#60a5fa;transform:translateY(-2px) scale(1.05);box-shadow:0 6px 20px #3b82f666,0 0 30px #60a5fa4d,inset 0 1px #ffffff26;color:#93c5fd}.status-badge:hover:before{left:100%}.status-badge:active{transform:translateY(0) scale(1)}.status-dot{width:8px;height:8px;border-radius:50%;background:#60a5fa;box-shadow:0 0 10px #60a5facc,0 0 20px #60a5fa66;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.status-badge:hover .status-dot{box-shadow:0 0 15px #60a5fa,0 0 30px #60a5fa99}.status-text{font-weight:600;letter-spacing:.5px}.formation-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1200px;margin:0 auto}.formation-column{display:flex;flex-direction:column;gap:1.5rem}.formation-card{background-color:#0000004d;border:1px solid #3b82f6;border-radius:12px;padding:2rem;transition:all .3s ease}.formation-card:hover{background-color:#3b82f61a;border-color:#60a5fa;transform:translateY(-2px);box-shadow:0 5px 15px #3b82f633}.card-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;font-family:League Spartan,sans-serif}.card-text{font-size:1rem;line-height:1.6;color:#fff;font-family:League Spartan,sans-serif;font-weight:400}.courses-list{list-style:none;padding:0;margin:0}.course-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;color:#fff;font-family:League Spartan,sans-serif;font-weight:400;font-size:1rem;line-height:1.5}.check-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background-color:#3b82f6;color:#fff;font-size:.875rem;font-weight:700;flex-shrink:0;margin-top:2px}.course-text{flex:1}.status-comment{display:block;font-size:.875rem;color:#60a5fa;font-family:League Spartan,sans-serif;font-weight:400;margin-bottom:.5rem;font-style:italic}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.fade-in-delay-5{animation:fadeIn 1.2s cubic-bezier(.25,.46,.45,.94) .75s forwards;opacity:0}.certificates-section-wrapper{margin-top:4px;width:100%;padding:2rem 1rem}.certificates-section-title{font-size:2.5rem;font-weight:700;margin-bottom:5px;font-family:League Spartan,sans-serif;text-align:center;letter-spacing:-.02em}.certificados-text{color:#60a5fa;text-shadow:0 0 20px rgba(96,165,250,.5),0 0 40px rgba(96,165,250,.3),0 0 60px rgba(96,165,250,.2);filter:brightness(1.2)}.certificates-section-wrapper .divider-line-formation{background:linear-gradient(to right,transparent 0%,rgba(255,255,255,.3) 20%,rgba(255,255,255,.6) 50%,rgba(255,255,255,.3) 80%,transparent 100%);height:1px;width:80%;max-width:600px;margin:0 auto 3rem;box-shadow:0 0 10px #ffffff4d,0 0 20px #fff3}.certificates-carousel-wrapper{position:relative;max-width:400px;margin:0 auto;padding:2rem 0;height:220px;display:flex;align-items:center;justify-content:center}.certificates-stack{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.certificate-card-simple{background:#000;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:2px solid rgba(96,165,250,.5);border-radius:0;padding:0;cursor:pointer;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;justify-content:center;width:280px;height:180px;position:absolute;left:50%;top:50%;margin-left:-140px;margin-top:-90px;box-shadow:0 4px 20px #0006,inset 0 1px #ffffff0d,0 0 30px #60a5fa1a;overflow:hidden}.certificate-card-simple.active{border-color:#60a5facc;box-shadow:0 8px 30px #60a5fa66,0 0 50px #60a5fa4d,inset 0 1px #ffffff26}.certificate-card-simple:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(96,165,250,.05) 0%,transparent 50%,rgba(96,165,250,.05) 100%);opacity:0;transition:opacity .4s ease}.certificate-card-simple:hover{border-color:#60a5fae6;background:#000;box-shadow:0 10px 40px #60a5fa66,0 0 60px #60a5fa4d,inset 0 1px #ffffff26,0 0 80px #60a5fa26}.certificate-card-simple:hover:before{opacity:1}.certificate-card-simple:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(96,165,250,.1) 0%,transparent 70%);opacity:0;transition:opacity .4s ease}.certificate-card-simple:hover:after{opacity:1}.certificate-card-simple:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(96,165,250,.05) 0%,transparent 50%,rgba(96,165,250,.05) 100%);opacity:0;transition:opacity .4s ease;z-index:0}.certificate-card-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;width:100%;padding:1.2rem;position:relative;z-index:1;transform:skewY(3deg)}.certificate-icon-small{color:#60a5fa;margin-bottom:.3rem;filter:drop-shadow(0 0 8px rgba(96,165,250,.6));transition:all .4s ease}.certificate-card-simple:hover .certificate-icon-small{filter:drop-shadow(0 0 12px rgba(96,165,250,.9));transform:scale(1.05)}.certificate-title-small{font-size:.95rem;font-weight:700;color:#ffffffe6;margin:0;font-family:League Spartan,sans-serif;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.5);transition:all .4s ease}.certificate-card-simple:hover .certificate-title-small{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5),0 0 15px rgba(96,165,250,.3)}.certificate-date-small{font-size:.7rem;color:#60a5fae6;font-weight:500;text-shadow:0 0 8px rgba(96,165,250,.5)}.certificate-nav-button{position:absolute;top:50%;transform:translateY(-50%);width:45px;height:45px;border-radius:50%;border:2px solid rgba(96,165,250,.5);background:#0000004d;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);color:#60a5fa;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:100;box-shadow:0 4px 15px #0000004d}.certificate-nav-button:hover{background:#60a5fa33;border-color:#60a5facc;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #60a5fa66,0 0 30px #60a5fa33}.certificate-nav-prev{left:-60px}.certificate-nav-next{right:-60px}@media(max-width:768px){.formation-section{min-height:500px;padding-bottom:2rem;width:100vw;margin-left:50%;transform:translate(-50%);margin-top:1px}.formation-title{font-size:1.75rem;padding:0 1rem}.divider-line-formation{width:90%}.academic-formation-card-wrapper{max-width:100%;margin:0 auto 2rem;padding:0 1rem}.academic-formation-card{padding:2rem 1.5rem;border-radius:12px}.academic-icon{font-size:2.5rem;margin-bottom:.75rem}.academic-title{font-size:1.25rem;margin-bottom:.75rem}.academic-content{gap:1.25rem}.academic-text{font-size:1rem}.status-badge{padding:.5rem 1rem;font-size:.85rem}.status-dot{width:7px;height:7px}.formation-content{grid-template-columns:1fr;gap:1.25rem;padding:30px;width:100%;max-width:100%}.formation-card{padding:1.25rem;width:100%;border-radius:10px}.card-title{font-size:1.25rem;margin-bottom:.75rem}.card-text{font-size:.9rem}.certificates-section-wrapper{width:100vw;margin-left:50%;transform:translate(-50%);padding:2rem 0;margin-top:1rem}.certificates-section-title{font-size:1.75rem;padding:0 1rem}.certificates-section-wrapper .divider-line-formation{width:95%}.certificates-carousel-wrapper{max-width:100%;height:220px;padding:0;overflow:visible}.certificate-card-simple{width:260px;height:160px;margin-left:-130px;margin-top:-80px}.certificate-card-content{padding:1rem;gap:.4rem}.certificate-title-small{font-size:.85rem}.certificate-icon-small{width:28px;height:28px}.certificate-nav-button{width:40px;height:40px;background:#0009}.certificate-nav-prev{left:10px}.certificate-nav-next{right:10px}}.codespace-section{margin-top:1px;width:100%;position:relative;min-height:800px;display:flex;align-items:flex-start;justify-content:center;overflow:hidden;padding-bottom:4rem}.codespace-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.codespace-content{position:relative;z-index:1;width:100%;max-width:1200px;padding:2rem 2rem 4rem;text-align:center}.codespace-title{font-size:2rem;font-weight:700;margin-bottom:.25rem;font-family:League Spartan,sans-serif;text-align:center;letter-spacing:-.02em}.codespace-text{color:#3b82f6}.space-text{color:#fff}.codespace-section .divider-line-formation{background:linear-gradient(to right,transparent 0%,#e5e5e5 30%,#e5e5e5 80%,transparent 100%);width:60%;height:2px;margin:1rem auto 2rem;opacity:.5}.codespace-workspace{margin-top:2rem;background:transparent;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;max-width:1400px;margin-left:auto;margin-right:auto}.codespace-navbar{display:flex;align-items:center;padding:.75rem 1rem;background:#0000001a;border-bottom:1px solid rgba(255,255,255,.1)}.codespace-window-controls{display:flex;gap:.5rem;margin-right:1rem}.window-dot{width:12px;height:12px;border-radius:50%}.window-dot.red{background:#ff5f56}.window-dot.yellow{background:#ffbd2e}.window-dot.green{background:#27c93f}.codespace-addressbar{flex:1;padding:.5rem 1rem;background:transparent;border-radius:6px;font-family:Courier New,monospace;font-size:.875rem;color:#fffc}.codespace-nav-icons{display:flex;gap:.5rem;margin-left:1rem}.codespace-nav-icons span{width:6px;height:6px;background:#fff9;border-radius:50%}.codespace-layout{display:flex;min-height:600px}.codespace-main{flex:1;padding:2rem}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.more-projects-container{display:flex;justify-content:center;align-items:center;margin-top:3rem;padding:1rem}.more-projects-button{padding:1rem 1.5rem;border-radius:50px;border:1px solid rgba(59,130,246,.3);background-color:#0003;color:#fff;font-family:League Spartan,sans-serif;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;text-align:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);width:100%;max-width:500px;--glow-x: 50%;--glow-y: 50%;--glow-intensity: 0;--glow-radius: 170px}.more-projects-button:disabled{cursor:default;opacity:.8}.more-projects-button:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#8b5cf64d,#3b82f633);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);opacity:0;transition:opacity .3s ease;border-radius:50px;z-index:-1}.more-projects-button:hover:not(:disabled){background-color:#8b5cf640;border-color:#3b82f680;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 8px 32px #8b5cf666,inset 0 1px #ffffff1a;transform:translateY(-2px) scale(1.02)}.more-projects-button:hover:not(:disabled):before{opacity:1}.more-projects-button:after{content:"";position:absolute;inset:0;padding:2px;background:radial-gradient(var(--glow-radius) circle at var(--glow-x) var(--glow-y),rgba(59,130,246,calc(var(--glow-intensity) * .8)) 0%,rgba(59,130,246,calc(var(--glow-intensity) * .4)) 30%,transparent 60%);border-radius:inherit;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;opacity:1;transition:opacity .3s ease;z-index:1}.project-card{background:#0003;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:0;transition:all .3s ease;cursor:pointer;box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff1a;position:relative;overflow:hidden}.project-card-particles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;border-radius:12px;overflow:hidden}.project-card-content-wrapper{position:relative;z-index:1;padding:1.5rem;height:100%}.project-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#8b5cf61a,#3b82f60d);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);opacity:0;transition:opacity .3s ease;border-radius:12px;z-index:-1;pointer-events:none}.project-card:hover{background:#0000004d;border-color:#60a5fa66;transform:translateY(-4px);box-shadow:0 12px 40px #60a5fa4d,0 8px 32px #0006,inset 0 1px #ffffff26}.project-card:hover:before{opacity:1}.project-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.project-folder-icon{font-size:1.5rem}.project-status{font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:12px;text-transform:uppercase;letter-spacing:.05em}.status-completed{background:#22c55e33;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.status-development{background:#f9731633;color:#f97316;border:1px solid rgba(249,115,22,.3)}.project-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .5rem;font-family:League Spartan,sans-serif}.project-subtitle{font-size:.875rem;color:#ffffffb3;margin:0 0 1rem;font-family:League Spartan,sans-serif}.project-description{font-size:.875rem;line-height:1.6;color:#fffc;margin:0 0 1.25rem;font-family:League Spartan,sans-serif;font-weight:300}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{font-size:.75rem;padding:.25rem .75rem;background:#60a5fa26;border:1px solid rgba(96,165,250,.3);border-radius:12px;color:#60a5fa;font-family:League Spartan,sans-serif;font-weight:500}@media(max-width:768px){.codespace-section{min-height:500px;padding-bottom:2rem;width:100vw;margin-left:50%;transform:translate(-50%)}.codespace-content{padding:15;width:100%;max-width:100%}.codespace-workspace{margin-top:1rem;width:100%;max-width:100%;border-radius:0;border-left:none;border-right:none}.codespace-main{padding:1rem .5rem;width:100%}.projects-grid{grid-template-columns:1fr;gap:1rem;width:100%;padding:0 .5rem}.project-card{width:100%;margin:0}.codespace-title{font-size:1.6rem;padding:0 1rem;word-wrap:break-word}.codespace-section .divider-line-formation{width:90%}.codespace-navbar{flex-wrap:nowrap;overflow-x:auto;padding:.5rem}.codespace-addressbar{font-size:.7rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.project-modal-overlay{position:fixed;inset:0;background-color:#000000b3;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;animation:fadeIn .5s cubic-bezier(.25,.46,.45,.94)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.project-modal-card{background:#0000004d;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:0;max-width:700px;width:100%;position:relative;box-shadow:0 8px 32px #00000080,inset 0 1px #ffffff1a;animation:slideUp .5s cubic-bezier(.25,.46,.45,.94);overflow:hidden}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideUpMobile{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.project-modal-particles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;border-radius:20px;overflow:hidden}.project-modal-content{position:relative;z-index:1;padding:2.5rem}.project-modal-close{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;line-height:1;z-index:2}.project-modal-close:hover{background-color:#ffffff1a;transform:rotate(90deg)}.project-modal-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.project-modal-icon{color:#60a5fa;display:flex;align-items:center;justify-content:center;flex-shrink:0;filter:drop-shadow(0 0 10px rgba(96,165,250,.5))}.project-modal-title-section{flex:1}.project-modal-title{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 .5rem;font-family:League Spartan,sans-serif;line-height:1.2}.project-modal-subtitle{font-size:1rem;color:#ffffffb3;margin:0;font-family:League Spartan,sans-serif}.project-modal-status-bar{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#22c55e26;border:1px solid rgba(34,197,94,.3);border-radius:8px;margin-bottom:2rem}.project-modal-status-bar.status-development{background:#f9731626;border-color:#f973164d}.project-modal-status-icon{font-size:1.25rem;color:#22c55e;font-weight:700}.project-modal-status-icon.status-development-icon{color:#f97316}.project-modal-status-text{font-size:.875rem;font-weight:600;color:#fff;font-family:League Spartan,sans-serif}.project-modal-sections{display:flex;flex-direction:column;gap:2rem}.project-modal-section{display:flex;flex-direction:column;gap:1rem}.project-modal-section-title{font-size:1rem;font-weight:600;color:#60a5fa;margin:0;font-family:League Spartan,sans-serif;letter-spacing:.02em}.project-modal-section-text{font-size:1rem;line-height:1.8;color:#ffffffe6;margin:0;font-family:League Spartan,sans-serif;font-weight:300}.project-modal-technologies{display:flex;flex-wrap:wrap;gap:.75rem}.project-modal-tag{font-size:.875rem;padding:.5rem 1rem;background:#60a5fa33;border:1px solid rgba(96,165,250,.4);border-radius:20px;color:#60a5fa;font-family:League Spartan,sans-serif;font-weight:500}.project-modal-link-button{display:inline-flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;background:#60a5fa26;border:1px solid rgba(96,165,250,.4);border-radius:12px;color:#60a5fa;font-family:League Spartan,sans-serif;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;cursor:pointer;margin-top:.5rem}.project-modal-link-button:hover{background:#60a5fa40;border-color:#60a5fa99;transform:translateY(-2px);box-shadow:0 4px 12px #60a5fa4d}.project-modal-link-button svg{transition:transform .3s ease}.project-modal-link-button:hover svg{transform:translate(2px,-2px)}@media(max-width:768px){.project-modal-overlay{display:flex;align-items:center;justify-content:center;padding:1rem .5rem;overflow-y:auto;-webkit-overflow-scrolling:touch;position:fixed;inset:0;min-height:100vh;min-height:100dvh;scroll-behavior:smooth}.project-modal-card{max-width:calc(100% - 1rem);width:100%;margin:auto;max-height:85vh;max-height:85dvh;overflow-y:auto;-webkit-overflow-scrolling:touch;position:relative;align-self:center;transform:translateY(0);animation:slideUpMobile .5s cubic-bezier(.25,.46,.45,.94)}.project-modal-content{padding:2rem 1.5rem}.project-modal-title{font-size:1.5rem}.project-modal-subtitle{font-size:.9rem}.project-modal-header{flex-direction:column;gap:1rem}.project-modal-icon{align-self:flex-start}.project-modal-section-text{font-size:.9rem}.project-modal-close{top:1rem;right:1rem;width:36px;height:36px;font-size:1.75rem}}.particles-container{position:relative;width:100%;height:100%}.contact-section{position:relative;width:100%;min-height:600px;display:flex;align-items:center;justify-content:center;padding:0 2rem 4rem;margin-top:-120px;overflow:hidden}.contact-content{position:relative;max-width:800px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem}.contact-title{font-size:3rem;font-weight:700;color:#fff;margin:0;font-family:League Spartan,sans-serif;line-height:1.2}.contact-description{font-size:1.125rem;line-height:1.8;color:#ffffffe6;margin:0;font-family:League Spartan,sans-serif;font-weight:300;max-width:600px}.contact-button{padding:1rem 2rem;border-radius:50px;border:none;background:#3b82f6;color:#fff;font-family:League Spartan,sans-serif;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 8px 32px #3b82f666,inset 0 1px #ffffff1a;--glow-x: 50%;--glow-y: 50%;--glow-intensity: 0;--glow-radius: 170px}.contact-button:hover{background:#2563eb;transform:translateY(-2px) scale(1.02);box-shadow:0 12px 40px #3b82f680,inset 0 1px #fff3}.contact-button:active{transform:translateY(0) scale(.98)}.contact-button-icon{width:20px;height:20px;flex-shrink:0}.contact-divider-text{font-size:.875rem;color:#ffffffb3;margin:0;font-family:Courier New,monospace;font-weight:400;margin-top:1rem}.contact-social-links{display:flex;gap:1.5rem;justify-content:center;align-items:center;margin-top:1rem}.contact-social-link{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#0003;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;transition:all .3s ease;cursor:pointer;box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff1a}.contact-social-link:hover{background:#3b82f633;border-color:#3b82f680;transform:translateY(-4px);box-shadow:0 12px 40px #3b82f666,inset 0 1px #fff3}.contact-social-link svg{width:24px;height:24px}@media(max-width:768px){.contact-section{min-height:500px;padding:2rem .5rem 3rem;margin-top:-60px;width:100%}.contact-content{gap:1.5rem;padding:0;width:100%;max-width:100%}.contact-title{font-size:2rem}.contact-description{font-size:.95rem;line-height:1.6;padding:0 .25rem;width:100%}.contact-button{padding:.875rem 1.5rem;font-size:.9rem}.contact-social-links{gap:.75rem}.contact-social-link{width:48px;height:48px}.contact-social-link svg{width:20px;height:20px}}.footer{width:100%;padding:3rem 2rem 2rem;margin-top:4rem;border-top:1px solid rgba(255,255,255,.1);background:#0000004d}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;align-items:center;text-align:center}.footer-brand{display:flex;flex-direction:column;gap:.5rem;align-items:center}.footer-logo{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;font-family:League Spartan,sans-serif}.footer-logo-codeby{color:#ffffffe6}.footer-logo-franco{color:#3b82f6}.footer-tagline{font-size:.875rem;color:#fff9;font-family:League Spartan,sans-serif;font-weight:300;margin:0}.footer-info{display:flex;flex-direction:column;gap:1rem;align-items:center}.footer-copyright{font-size:.875rem;color:#ffffff80;font-family:League Spartan,sans-serif;font-weight:400;margin:0}.footer-links{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center}.footer-link{font-size:.875rem;color:#ffffffb3;font-family:League Spartan,sans-serif;font-weight:500;text-decoration:none;transition:all .3s ease;position:relative}.footer-link:hover{color:#60a5fa;transform:translateY(-2px)}.footer-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#60a5fa;transition:width .3s ease}.footer-link:hover:after{width:100%}.footer-separator{color:#ffffff4d;font-size:.875rem}@media(max-width:768px){.footer{padding:2rem .5rem 1.5rem;margin-top:2rem;width:100%}.footer-content{gap:1.5rem;padding:0;width:100%;max-width:100%}.footer-logo{font-size:1.25rem}.footer-tagline,.footer-copyright,.footer-link{font-size:.8rem}.footer-links{gap:.75rem}}
