@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0,0)}}@keyframes slideInScale{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes blink{50%{border-color:#0000}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}*{backface-visibility:hidden;perspective:1000px;transform:translateZ(0)}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a0a;font-family:Inter,system-ui,sans-serif;font-weight:400;line-height:1.6}section{contain:layout style paint}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.hero,.about,.technologies,.projects,.contact{will-change:transform;transform:translateZ(0)}body{color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100%;min-height:100vh;text-rendering:optimizeSpeed;will-change:scroll-position;background:linear-gradient(135deg,#111827 0%,#000 50%,#111827 100%) 0 0/cover no-repeat;font-family:Inter,system-ui,sans-serif;overflow-x:hidden}@media (min-width:768px){body{background-attachment:fixed}}.app{background:linear-gradient(135deg,#111827 0%,#000 50%,#111827 100%);width:100%;min-height:100vh;margin:0;padding:0}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);will-change:transform;background-color:#00000058;border-bottom:1px solid #374151;animation:.8s ease-out fadeInDown;left:0;right:0;transform:translateZ(0);z-index:1000!important;visibility:visible!important;opacity:1!important;display:block!important;position:fixed!important;top:0!important}.nav{max-width:1280px;margin:0 auto;padding:0 1.5rem}.nav-container{justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.logo-container{align-items:center;display:flex}.logo{justify-content:center;align-items:center;width:2.9rem;height:2.9rem;display:flex}.logo img{object-fit:cover;width:100%;height:120%}.nav-links{align-items:center;gap:2rem;display:none}@media (min-width:768px){.logo{border-right:1px solid gray;padding-right:.9vw;position:relative;left:-15vw}.nav-links{display:flex;position:relative;left:-43.2%}}.nav-link{color:#d1d5db;padding-bottom:.5rem;text-decoration:none;transition:all .3s;position:relative;top:.3vw;transform:translateY(0)}.nav-link:after{content:"";background-color:#3b82f6;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-link:hover{color:#fff;transform:translateY(-2px)}.nav-link:hover:after{width:100%}.nav-link.active{color:#fff}.nav-link.active:after{width:100%}.hero{background:0 0;justify-content:center;align-items:center;min-height:100vh;margin-bottom:0;padding:0 1rem;animation:1.2s ease-out .3s both fadeInScale;display:flex}@media (min-width:768px){.hero{padding:0 1.5rem}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeInDelay{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}.hero-container{text-align:center;max-width:64rem;margin:0 auto}.profile-image-container{margin-bottom:2rem;animation:1s ease-out .5s both bounceIn}.profile-image{border:4px solid #374151;border-radius:50%;width:8rem;height:8rem;margin:0 auto;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@media (min-width:480px){.profile-image{width:10rem;height:10rem}}@media (min-width:768px){.profile-image{width:12rem;height:12rem}}.profile-img{object-fit:cover;width:100%;height:100%}.hero-name{color:#fff;letter-spacing:-.025em;margin-bottom:1.5rem;font-size:2rem;font-weight:700;animation:1s ease-out .8s both fadeInDelay}@media (min-width:480px){.hero-name{font-size:2.5rem}}@media (min-width:768px){.hero-name{font-size:3.5rem}}@media (min-width:1024px){.hero-name{font-size:4.5rem}}@media (min-width:1440px){.hero-name{font-size:5rem}}@media (min-width:1920px){.hero-name{font-size:5.5rem}}.job-titles{color:#d1d5db;margin-bottom:2rem;font-size:1rem}@media (min-width:480px){.job-titles{font-size:1.125rem}}@media (min-width:768px){.job-titles{font-size:1.25rem}}.typewriter-text{white-space:nowrap;letter-spacing:.1em;width:0;animation:typewriter 3.5s steps(var(--typewriter-chars,21),end)1.8s forwards,blink .75s step-end infinite 5.3s;border-right:3px solid #3b82f6;margin:0 auto;display:inline-block;overflow:hidden}@keyframes typewriter{0%{width:0}to{width:var(--typewriter-width,21ch)}}.job-title-line{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.availability{color:#13d796;background-color:#07993862;border:1px solid #07993895;border-radius:.375rem;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;display:flex}@media (min-width:768px){.availability{gap:.5vw;padding:.2vw .6vw}}.status-icon{animation:2s ease-in-out infinite pulse}.availability-text{color:#10b981}.header-right{align-items:center;gap:1rem;display:flex}@media (min-width:768px){.header-right{gap:1.5vw;position:relative;left:15vw}}.language-toggle{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:.375rem;align-items:center;gap:.5rem;padding:.8rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.language-toggle:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-1px)}.language-toggle:active{transform:translateY(0)}.language-flag{justify-content:center;align-items:center;line-height:1;display:flex}.language-flag svg{border-radius:2px;width:16px;height:12px;box-shadow:0 1px 3px #0003}.language-text{letter-spacing:.5px;font-size:.75rem;font-weight:600}@media (min-width:768px){.language-toggle{gap:.3vw;height:1.9vw;padding:.6vw}.language-flag svg{width:1.2vw;height:.9vw}.language-text{font-size:.65vw}}.cta-buttons{flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;animation:1s ease-out 1.2s both fadeInUp;display:flex}@media (min-width:640px){.cta-buttons{flex-direction:row}}.cta-primary{color:#fff;cursor:pointer;background-color:#3b82f6;border:none;border-radius:.375rem;padding:.75rem 2rem;font-family:inherit;font-size:1rem;transition:all .2s;transform:scale(1);box-shadow:0 10px 15px -3px #0000001a}.cta-primary:hover{background-color:#2563eb;transform:scale(1.05)}.cta-secondary{color:#d1d5db;cursor:pointer;background:0 0;border:1px solid #4b5563;border-radius:.375rem;padding:.75rem 2rem;font-family:inherit;font-size:1rem;transition:all .2s;transform:scale(1)}.cta-secondary:hover{color:#fff;border-color:#9ca3af;transform:scale(1.05)}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:.375rem;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.about{align-items:center;min-height:auto;margin-top:0;padding:2rem 1rem;animation:1s ease-out .4s both fadeInLeft;display:flex}@media (min-width:768px){.about{min-height:100vh;padding:2rem 1.5rem}}.about-container{width:100%;max-width:1200px;margin:0 auto}.about-content{opacity:0;transition:all .8s ease-out;transform:translateY(50px)}.about-content.animate-in{opacity:1;transform:translateY(0)}.about-header{text-align:center;margin-bottom:4rem}.about-title{color:#fff;margin-bottom:1rem;font-size:2rem;font-weight:700;animation:1s ease-out .3s both slideInFromLeft;position:relative}@media (min-width:480px){.about-title{font-size:2.25rem}}@media (min-width:768px){.about-title{font-size:2.75rem}}@media (min-width:1024px){.about-title{font-size:3.5rem}}.about-line{background:linear-gradient(90deg,#3b82f6,#06b6d4);border-radius:.375rem;width:80px;height:4px;margin:0 auto}.about-grid{grid-template-columns:1fr;gap:3rem;margin-bottom:3rem;display:grid}@media (min-width:968px){.about-grid{grid-template-columns:1fr 1fr;gap:4rem}}.about-intro{color:#e2e8f0;margin-bottom:1.5rem;font-size:1.25rem;font-weight:500;line-height:1.8;animation:1s ease-out .6s both fadeInDelay}.about-description{color:#cbd5e1;margin-bottom:2rem;font-size:1.1rem;line-height:1.7;animation:1s ease-out .9s both slideInFromRight}.about-passion{color:#cbd5e1;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.about-skills{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:.375rem;padding:2rem}.skills-title{color:#fff;text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.skills-list{margin:0;padding:0;list-style:none}.skill-item{color:#e2e8f0;border-bottom:1px solid #4b55634d;align-items:center;padding:.75rem 0;transition:all .3s;display:flex}.skill-item:last-child{border-bottom:none}.skill-item:hover{color:#3b82f6;transform:translate(10px)}.skill-icon{text-align:center;justify-content:center;align-items:center;width:24px;margin-right:1rem;font-size:1.25rem;display:flex}.skill-icon svg{fill:none;width:24px;height:24px;transition:all .3s}.skill-item:hover .skill-icon svg{transform:scale(1.1)}.about-stats{text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem;display:grid}.stat-item{background:#3b82f61a;border:1px solid #3b82f633;border-radius:.375rem;padding:1.5rem}.stat-number{color:#3b82f6;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.stat-label{color:#e2e8f0;font-weight:500}.about-content.animate-in .about-title{animation:.8s ease-out .2s both slideInFromTop}.about-content.animate-in .about-line{animation:.8s ease-out .4s both expandWidth}.about-content.animate-in .about-content.animate-in .about-skills{animation:.8s ease-out .8s both slideInFromRight}.about-content.animate-in .about-stats{animation:.8s ease-out 1s both slideInFromBottom}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes expandWidth{0%{width:0}to{width:80px}}.technologies{background:0 0;align-items:center;min-height:auto;padding:2rem 1rem;animation:1s ease-out .6s both slideInScale;display:flex}@media (min-width:768px){.technologies{min-height:100vh;padding:5rem 1.5rem}}.technologies-container{width:100%;max-width:1200px;margin:0 auto}.technologies-content{opacity:0;transition:all .8s ease-out;transform:translateY(50px)}.technologies-content.animate-in{opacity:1;transform:translateY(0)}.technologies-header{text-align:center;margin-bottom:2rem}@media (min-width:768px){.technologies-header{margin-bottom:4rem}}.technologies-title{color:#fff;margin-bottom:1rem;font-size:2rem;font-weight:700}@media (min-width:480px){.technologies-title{font-size:2.25rem}}@media (min-width:768px){.technologies-title{font-size:2.75rem}}@media (min-width:1024px){.technologies-title{font-size:3.5rem}}.technologies-line{background:linear-gradient(90deg,#3b82f6,#06b6d4);border-radius:.375rem;width:80px;height:4px;margin:0 auto 1.5rem}.technologies-subtitle{color:#cbd5e1;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.tech-panel{margin-bottom:4rem}.tech-grid{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:1000px;margin:0 auto;display:grid}@media (min-width:480px){.tech-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (min-width:768px){.tech-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}@media (min-width:1024px){.tech-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem}}.tech-item{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1.5rem;transition:all .3s;display:flex}.tech-item:hover{background:#ffffff14;border-color:#3b82f64d;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.tech-icon-wrapper{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex}.tech-item:hover .tech-icon-wrapper{background:#ffffff26;transform:scale(1.1)}.tech-icon{font-size:2rem;transition:all .3s}.tech-name{color:#e2e8f0;font-size:1rem;font-weight:600}.tech-category{color:#94a3b8;opacity:.8;font-size:.875rem;font-weight:400}.projects{background:0 0;align-items:flex-start;min-height:60vh;padding:2rem 1rem;animation:1s ease-out .8s both fadeInRight;display:flex}@media (min-width:768px){.projects{min-height:100vh;padding:5rem 1.5rem}}.projects-container{width:100%;max-width:1200px;margin:0 auto}.projects-content{opacity:1;transition:all .8s ease-out;transform:translateY(0)}@media (min-width:768px){.projects-content{opacity:0;transform:translateY(50px)}.projects-content.animate-in{opacity:1;transform:translateY(0)}}.projects-header{text-align:center;margin-bottom:2rem}@media (min-width:768px){.projects-header{margin-bottom:4rem}}.projects-title{color:#fff;margin-bottom:1rem;font-size:2rem;font-weight:700}@media (min-width:480px){.projects-title{font-size:2.25rem}}@media (min-width:768px){.projects-title{font-size:2.75rem}}@media (min-width:1024px){.projects-title{font-size:3.5rem}}.projects-line{background:linear-gradient(90deg,#3b82f6,#06b6d4);border-radius:.375rem;width:80px;height:4px;margin:0 auto 1.5rem}.projects-subtitle{color:#cbd5e1;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.projects-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem;display:grid}@media (min-width:480px){.projects-grid{gap:2rem}}@media (min-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr);margin-bottom:4rem}}@media (min-width:1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{will-change:transform;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:.375rem;flex-direction:column;min-height:300px;transition:transform .3s,box-shadow .3s,filter .3s;display:flex;overflow:hidden;transform:translateZ(0)}.project-card:hover{-webkit-backdrop-filter:blur(1px);transform:translateY(-5px);box-shadow:0 20px 40px #0000004d}.project-image{height:200px;position:relative;overflow:hidden}.image-placeholder{z-index:1;background:#ffffff0d;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.loading-spinner{border:3px solid #3b82f64d;border-top-color:#3b82f6;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.project-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s,opacity .3s}.project-card:hover .project-image img{transform:scale(1.05)}.project-overlay{opacity:0;background:#000c;flex-direction:column;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.project-card:hover .project-overlay{opacity:1}.project-view-link{color:#fff;background-color:#3b82f6;border-radius:12px;flex-direction:row;justify-content:center;align-items:center;gap:.75rem;padding:1rem 1.75rem;text-decoration:none;transition:all .3s;display:flex}.project-view-link:hover{color:#fff;background-color:#2563eb;transform:scale(1.05)}.project-link-icon{opacity:1;filter:drop-shadow(0 2px 4px #0000004d);justify-content:center;align-items:center;font-size:1.25rem;display:flex}.project-link-text{letter-spacing:.05em;text-transform:uppercase;opacity:.95;font-size:1rem;font-weight:600}.project-content{padding:1.5rem}.project-type{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.type-icon{font-size:1.25rem}.type-text{color:#3b82f6;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}.project-title{color:#fff;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.project-description{color:#cbd5e1;margin-bottom:1rem;font-size:.95rem;line-height:1.6}.project-technologies{flex-wrap:wrap;gap:.5rem;display:flex}.tech-tag{color:#3b82f6;background:#3b82f633;border-radius:.375rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.contact{background:0 0;align-items:center;min-height:auto;padding:2rem 1rem;animation:1s ease-out 1s both fadeInUp;display:flex}@media (min-width:768px){.contact{min-height:100vh;padding:5rem 1.5rem}}.contact-container{width:100%;max-width:800px;margin:0 auto}.contact-content{opacity:0;transition:all .8s ease-out;transform:translateY(50px)}.contact-content.animate-in{opacity:1;transform:translateY(0)}.contact-header{text-align:center;margin-bottom:2rem}@media (min-width:768px){.contact-header{margin-bottom:4rem}}.contact-main-title{color:#fff;margin-bottom:2rem;font-size:2.25rem;font-weight:700;line-height:1.2}@media (min-width:480px){.contact-main-title{font-size:2.75rem}}@media (min-width:768px){.contact-main-title{font-size:3.25rem}}@media (min-width:1024px){.contact-main-title{font-size:4rem}}.contact-description{color:#9ca3af;max-width:700px;margin:0 auto;font-size:1.125rem;line-height:1.6}.contact-buttons{flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}@media (min-width:480px){.contact-buttons{flex-direction:row;justify-content:center;gap:1.25rem}}@media (min-width:768px){.contact-buttons{gap:1.5rem;margin-bottom:4rem}}.contact-btn{border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:max-content;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.contact-btn svg{width:20px;height:20px}.contact-btn-primary{color:#fff;background:#3b82f6;transform:scale(1)}.contact-btn-primary:hover{color:#fff;background-color:#2563eb;transform:scale(1.05)}.contact-btn-secondary{color:#fff;background:#ffffff1a;border:2px solid #fff3}.contact-btn-secondary:hover{color:#fff;background:#fff3;border-color:#ffffff4d;transform:scale(1.05)}.footer{background:0 0;border-top:1px solid #ffffff1a;padding:2rem 1.5rem}.footer-container{text-align:center;max-width:1200px;margin:0 auto}.footer-text{color:#ffffffb3;margin:0;font-size:.875rem}#root{width:100%;min-height:100vh}.app{background-color:#000;min-height:100vh}
