:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#050505;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden}body{display:block;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa;overflow-x:hidden}a{text-decoration:none;color:#8352fd;transition:color .3s ease}a:hover{color:#6a3fd0}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:#fffffff2;box-shadow:0 2px 10px #0000000d;padding:1rem 0;transition:all .3s ease,transform .4s ease;transform:translateY(0)}.header.scrolled{padding:.5rem 0;background-color:#fffffffa;box-shadow:0 5px 20px #0000001a}.header.hidden{transform:translateY(-100%)}.header.visible{transform:translateY(0)}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.logo{font-size:1.5rem;font-weight:700;color:#333}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:#555;font-weight:500;padding:.5rem 0;position:relative}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0%;height:2px;background-color:#8352fd;transition:width .3s ease}.nav-links a:hover:after,.nav-links a.active:after{width:100%}section{padding:5rem 0}.section-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;position:relative;color:#333}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#8352fd,#5e17eb);border-radius:2px}.about-section{background-color:#fff}.about-text p{margin-bottom:1.5rem;line-height:1.8;color:#555}.about-details{background-color:#f8f9fa;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000000d}.detail-item{padding:1rem 0;border-bottom:1px solid #eee;display:flex;flex-direction:column}.detail-label{font-weight:600;color:#333;margin-bottom:.25rem}.developer-image{width:100%;height:100%;border-radius:10px;overflow:hidden;background-image:url(https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80);background-size:cover;background-position:center;box-shadow:0 20px 40px #0000001a}.skills-heading{font-size:1.5rem;color:#333;margin:1.5rem 0 .8rem;position:relative;display:inline-block}.skills-heading:after{content:"";position:absolute;bottom:-5px;left:0;width:40px;height:3px;background:linear-gradient(90deg,#8352fd,#5e17eb)}.skills-list-detailed li{margin-bottom:1rem;padding-left:1.5rem;position:relative;color:#555;line-height:1.6}.skills-list-detailed li:before{content:"▹";position:absolute;left:0;color:#8352fd;font-size:1.2rem}.skills-list-detailed strong{color:#333;font-weight:600}@media (max-width: 768px){.skills-list-detailed li{font-size:.95rem}.skills-heading{font-size:1.3rem}}.carousel-container{position:relative;width:100%;height:100%;overflow:hidden;border-radius:8px;box-shadow:0 4px 8px #0000001a;background-color:#000}.carousel-wrapper{width:100%;height:100%;overflow:hidden;background-color:#000}.carousel-slides{display:flex;height:100%;transition:transform .5s ease-in-out;background-color:#000}.carousel-slide{min-width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#000}.carousel-slide img{width:100%;height:100%;object-fit:cover}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#0000004d;color:#fff;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .3s,background .3s;z-index:2}.carousel-container:hover .carousel-btn{opacity:1}.carousel-btn:hover{background:#0009}.carousel-btn.prev{left:10px}.carousel-btn.next{right:10px}.carousel-indicators{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:2}.carousel-indicator{width:10px;height:10px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:background .3s}.carousel-indicator.active{background:#fff}.skills-section{background-color:#f8f9fa}.skills-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.skills-category{background-color:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 5px 15px #0000000d}.skills-category h3{color:#333;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #f0f0f0}.development-tools{background-color:#fff;padding:2rem;border-radius:10px;border:2px solid #eaeaea}.development-tools h3{color:#333;margin-bottom:1.5rem;text-align:center}.tools-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.tool-item{text-align:center;padding:1rem;border-radius:8px;background-color:#f8f9fa;transition:transform .3s ease}.tool-item:hover{transform:translateY(-5px)}.tool-item h4{color:#333;margin-bottom:.5rem}.tool-item p{color:#666;font-size:.9rem}.golang-image{background-image:url(https://go.dev/blog/go-brand/Go-Logo/SVG/Go-Logo_Blue.svg);background-size:contain;background-repeat:no-repeat;background-position:center;background-color:#f8f9fa}.nestjs-image{background-image:url(https://nestjs.com/img/logo-small.svg);background-size:contain;background-repeat:no-repeat;background-position:center;background-color:#f8f9fa}.docker-tech-image{background-image:url(https://www.docker.com/wp-content/uploads/2022/03/Moby-logo.png);background-size:contain;background-repeat:no-repeat;background-position:center;background-color:#f8f9fa}.react-tech-image{background-image:url(https://upload.wikimedia.org/wikipedia/commons/a/a7/React-icon.svg);background-size:contain;background-repeat:no-repeat;background-position:center;background-color:#282c34}.flutter-tech-image{background-image:url(https://storage.googleapis.com/cms-storage-bucket/ec64036b4eacc9f3fd73.svg);background-size:contain;background-repeat:no-repeat;background-position:center;background-color:#0b2744}.skill-proficiency-section{margin:3rem 0}.proficiency-bars{display:flex;flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto}.proficiency-item{background-color:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 5px 15px #0000000d}.proficiency-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}åå .proficiency-header h4{color:#333;font-size:1.1rem;font-weight:600}.proficiency-header span{color:#8352fd;font-weight:600}.proficiency-bar{height:10px;background-color:#f0f0f0;border-radius:5px;overflow:hidden}.proficiency-level{height:100%;background:linear-gradient(90deg,#8352fd,#5e17eb);border-radius:5px;transition:width 1s ease-in-out}.in-view .proficiency-level{animation:progress-bar-fill 1.5s ease-out forwards}@keyframes progress-bar-fill{0%{width:0}to{width:attr(data-width)}}@media (max-width: 768px){.soft-skills-container{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width: 576px){.soft-skills-container{grid-template-columns:1fr}.soft-skill-icon{width:50px;height:50px}.soft-skill-icon:before{font-size:1.5rem}.proficiency-item{padding:1.2rem}}.specialized-skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:2rem 0}.specialized-skill-card{background-color:#fff;border-radius:10px;padding:2rem;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.specialized-skill-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.specialized-skill-icon{width:70px;height:70px;margin:0 auto 1.5rem;background-size:contain;background-position:center;background-repeat:no-repeat}.go-icon{background-image:url(https://go.dev/blog/go-brand/Go-Logo/SVG/Go-Logo_Blue.svg)}.flutter-icon{background-image:url(https://storage.googleapis.com/cms-storage-bucket/ec64036b4eacc9f3fd73.svg)}.nestjs-icon{background-image:url(https://nestjs.com/img/logo-small.svg)}.specialized-skill-card h4{font-size:1.3rem;margin-bottom:1.2rem;text-align:center;color:#333}.specialized-skill-list{list-style:none;padding:0;margin:0}.specialized-skill-list li{position:relative;padding:.5rem 0 .5rem 1.5rem;color:#555}.specialized-skill-list li:before{content:"✓";position:absolute;left:0;color:#8352fd;font-weight:700}@media (max-width: 768px){.specialized-skill-card{padding:1.5rem}}@media (max-width: 576px){.specialized-skills-grid{grid-template-columns:1fr}.specialized-skill-icon{width:60px;height:60px}}.footer{background-color:#2d2d2d;color:#fff;padding:2rem 0;text-align:center}.parallax-divider{height:50vh;background-image:url(https://images.unsplash.com/photo-1555066931-4365d14bab8c?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80);background-attachment:fixed;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;position:relative}@media (max-width: 992px){.about-content{grid-template-columns:1fr}.about-details{margin-top:2rem}.project-card{height:auto}.github-contribution-graph{width:100%;min-width:700px}.github-contribution-container{padding:0 1rem}.website-preview-container{width:95%;height:90%}.featured-project{grid-template-columns:1fr;gap:2rem}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width: 768px){.header{padding:.5rem 0}.header-content{flex-direction:column;padding:1rem}.logo{margin-bottom:1rem}.nav-links{gap:1rem;flex-wrap:wrap;justify-content:center}.hero-content h1{font-size:3rem}.section-title{font-size:2rem}.timeline:before{left:15px}.timeline-dot{left:7px}.tech-tags{justify-content:center}.github-activity{padding:1rem}.website-preview-container{width:100%;height:95%;border-radius:8px}.project-links{flex-direction:column}.project-image-container,.project-preview{height:200px}}@media (max-width: 576px){section{padding:3rem 0}.hero-content h1{font-size:2.5rem}.hero-buttons{flex-direction:column;gap:1rem}.projects-grid{grid-template-columns:1fr}.tech-tags{flex-direction:row;flex-wrap:wrap}.preview-header h3{font-size:1rem}}.open-source-section{background-color:#0a0a0a;color:#fff;padding:5rem 0}.open-source-section .section-title{color:#fff}.open-source-section .section-title:after{background:linear-gradient(90deg,#8352fd,#5e17eb)}.github-projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.github-repo-image{height:180px}.sub-section-title{font-size:1.8rem;text-align:center;margin:3rem 0 2rem;color:#333;position:relative;padding-bottom:.5rem}.sub-section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#8352fd,#5e17eb);border-radius:1.5px}@media (max-width: 768px){.mobile-device-frame{max-width:220px}}@media (max-width: 576px){.mobile-device-frame{max-width:180px}}.hero-section{height:100vh;display:flex;align-items:center;background:#fff;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 .895-3 2 .895 2 3 2zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23f0f0f0' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");color:#000;position:relative;overflow:hidden}.hero-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;z-index:2;position:relative}.hero-text{text-align:left}.hero-content h1{font-size:4.5rem;margin-bottom:1rem;letter-spacing:-.05em;font-weight:800;color:#000}.hero-content h2{font-size:1.25rem;font-weight:400;margin-bottom:1.5rem;letter-spacing:0;color:#666}.hero-intro{font-size:1.1rem;line-height:1.6;color:#555;margin-bottom:1.5rem;max-width:500px}.hero-content p{font-family:Roboto Mono,monospace;color:#666;font-size:1rem}.hero-image{display:flex;justify-content:center;align-items:center}.profile-image{width:100%;max-width:400px;height:auto;border-radius:50%;box-shadow:0 20px 40px #0000001a;transition:transform .3s ease}.profile-image:hover{transform:translateY(-10px)}.hero-buttons{display:flex;gap:1rem;margin-top:2rem}.btn{padding:.8rem 2rem;border-radius:3px;font-weight:500;transition:all .2s ease;font-size:.9rem}.primary{background-color:#000;color:#fff;border:1px solid #000000}.primary:hover{background-color:#fff;color:#000}.secondary{background-color:transparent;color:#000;border:1px solid #000000}.secondary:hover{background-color:#f0f0f0}.image-container{position:relative;display:inline-block}.image-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #000000;border-radius:100%;animation:spin 1s linear infinite;z-index:10}.image-placeholder{width:100%;max-width:400px;height:400px;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;border-radius:100%}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.project-image-container{position:relative;overflow:hidden;border-radius:8px}.project-image-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:30px;border:2px solid #f3f3f3;border-top:2px solid #000000;border-radius:50%;animation:spin 1s linear infinite;z-index:10}.project-image-placeholder{width:100%;height:200px;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center}.animated-elements{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.03}.bubble{background:#00000008;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:1px solid rgba(0,0,0,.05)}.particle{background-color:#0000000d;border:1px solid rgba(0,0,0,.02)}.orb{background:radial-gradient(circle,#00000008,#0000 70%);border:1px solid rgba(0,0,0,.02)}.code-symbols{position:absolute;top:10%;left:5%;z-index:1}.code-symbol{font-family:Roboto Mono,monospace;font-size:1rem;color:#000;margin-bottom:1rem;opacity:.5}.tech-icons{position:absolute;top:15%;right:10%;z-index:1}.tech-icon{font-family:Roboto Mono,monospace;font-size:.9rem;color:#000;margin-bottom:1rem;padding:.5rem 1rem;background-color:#f5f5f5;border-radius:2px}.scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;color:#666;z-index:2}.scroll-indicator span{font-size:.8rem;margin-bottom:8px;letter-spacing:.1em;text-transform:uppercase}.scroll-arrow{width:20px;height:20px;border-left:1px solid #000000;border-bottom:1px solid #000000;transform:rotate(-45deg);animation:scroll-arrow-animation 2s infinite}@keyframes scroll-arrow-animation{0%{opacity:0;transform:translateY(-5px) rotate(-45deg)}50%{opacity:1}to{opacity:0;transform:translateY(5px) rotate(-45deg)}}.animate-reveal{opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease forwards}@keyframes float-up{0%{transform:translateY(100vh) scale(.8);opacity:.1}50%{opacity:.08}to{transform:translateY(-20vh) scale(1.2) rotate(360deg);opacity:0}}@keyframes float-around{0%{transform:translate(0) rotate(0);opacity:.1}25%{transform:translate(50px,-30px) rotate(90deg);opacity:.08}50%{transform:translate(100px,20px) rotate(180deg);opacity:.1}75%{transform:translate(50px,80px) rotate(270deg);opacity:.08}to{transform:translate(0) rotate(360deg);opacity:.1}}@keyframes pulse-grow{0%{transform:scale(.8);opacity:.05}50%{transform:scale(1.2);opacity:.1}to{transform:scale(.8);opacity:.05}}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-text{text-align:center;order:2}.hero-image{order:1}.hero-content h1{font-size:3rem}.hero-intro{max-width:100%}.profile-image{max-width:300px}.hero-buttons{justify-content:center}}@media (max-width: 576px){.hero-content h1{font-size:2.5rem}.hero-intro{font-size:1rem}.profile-image{max-width:250px}.hero-buttons{flex-direction:column}.btn{width:100%;text-align:center}}.about-section{background-color:#fff;position:relative}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.about-text p{margin-bottom:1.5rem;line-height:1.8;color:#333}.about-details{background-color:#f8f8f8;padding:2rem;border-radius:3px;box-shadow:0 2px 10px #0000000d;border:1px solid #eaeaea}.detail-item{padding:1rem 0;border-bottom:1px solid #eaeaea;display:flex;flex-direction:column}.detail-item:last-child{border-bottom:none}.detail-label{font-weight:600;color:#000;margin-bottom:.25rem;font-size:.9rem}.detail-value{color:#666}.detail-value a{color:#000;text-decoration:underline;transition:opacity .2s ease}.detail-value a:hover{opacity:.7}.skills-heading{font-size:1.5rem;color:#000;margin:1.5rem 0 .8rem;position:relative;display:inline-block}.skills-heading:after{content:"";position:absolute;bottom:-5px;left:0;width:40px;height:2px;background-color:#000}.skills-list-detailed{list-style:none;margin:1rem 0 1.5rem;padding:0}.skills-list-detailed li{margin-bottom:1rem;padding-left:1.5rem;position:relative;color:#333;line-height:1.6}.skills-list-detailed li:before{content:"→";position:absolute;left:0;color:#000}.skills-list-detailed strong{color:#000;font-weight:600}.github-activity{margin-top:3rem;padding:2rem;background-color:#fff;border-radius:3px;text-align:center;border:1px solid #eaeaea}.github-contribution-container{display:flex;justify-content:center;margin-bottom:1.5rem;overflow-x:auto;background-color:#f8f8f8;padding:1rem;border-radius:3px;border:1px solid #eaeaea}.github-contribution-graph{max-width:100%;height:auto}.github-stats-link{display:inline-block;padding:.8rem 2rem;background-color:#000;color:#fff;border-radius:3px;font-weight:500;transition:all .2s ease;border:1px solid #000000}.github-stats-link:hover{background-color:#fff;color:#000}@media (max-width: 992px){.about-content{grid-template-columns:1fr}.about-details{margin-top:2rem}.github-contribution-graph{width:100%;min-width:700px}}@media (max-width: 768px){.github-activity{padding:1.5rem}.skills-heading{font-size:1.3rem}.skills-list-detailed li{font-size:.95rem}}.tech-showcase-section{background-color:#fff;color:#000;padding:0;position:relative;min-height:50vh;overflow:hidden}.sticky-container{position:sticky;top:0;background-color:#fffffffa;padding:2rem 1rem;z-index:2;border-bottom:1px solid #eaeaea}.sticky-content{max-width:1200px;margin:0 auto;text-align:center}.large-heading{font-size:3rem;margin-bottom:1rem;color:#000;font-weight:700;letter-spacing:-.05em}.subtitle{font-size:1.2rem;color:#666;margin-bottom:1rem}.tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:2rem;max-width:1200px;margin:0 auto}.tech-card{background:#fff;border-radius:3px;border:1px solid #eaeaea;overflow:hidden;transition:transform .2s ease;height:100%;display:flex;flex-direction:column;max-width:220px;min-width:180px}.tech-card:hover{transform:translateY(-2px)}.tech-image{height:80px;background-color:#f8f8f8;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #eaeaea}.tech-content{padding:.75rem;flex:1}.tech-content h3{font-size:1rem;margin-bottom:.5rem;color:#000;font-weight:600}.tech-content p{color:#666;line-height:1.6;font-size:.8rem}.golang-image,.flutter-tech-image,.nestjs-image,.docker-tech-image,.react-tech-image,.gin-image,.postgresql-image,.grpc-image,.nodejs-image,.express-image,.mongodb-image,.dart-image,.firebase-image,.provider-image,.riverpod-image,.aws-image{background-size:60px;background-repeat:no-repeat;background-position:center;filter:grayscale(100%);transition:filter .2s ease}.tech-card:hover .tech-image{filter:grayscale(0%)}@media (max-width: 1400px){.tech-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 1200px){.tech-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 992px){.tech-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.large-heading{font-size:2.5rem}.tech-grid{padding:1.5rem;gap:1.5rem}}@media (max-width: 576px){.tech-grid{grid-template-columns:1fr}.large-heading{font-size:2rem}.tech-content h3{font-size:1.3rem}}.experience-section{background-color:#fafafa;position:relative}.timeline{position:relative;max-width:800px;margin:0 auto;padding:20px 0}.timeline:before{content:"";position:absolute;top:0;left:20px;height:100%;width:1px;background-color:#000;opacity:.1}.timeline-item{position:relative;padding-left:60px;padding-bottom:50px;opacity:0;transform:translateY(20px);animation:fadeInUp .5s ease forwards}.timeline-item:last-child{padding-bottom:0}.timeline-dot{position:absolute;left:12px;top:5px;width:16px;height:16px;border-radius:50%;background-color:#fff;border:1px solid #000000}.timeline-date{font-size:.9rem;color:#000;font-weight:500;margin-bottom:.5rem;opacity:.7}.timeline-content{background-color:#fff;padding:1.5rem;border-radius:3px;border:1px solid #eaeaea}.timeline-content h3{color:#000;margin-bottom:.1rem;font-size:1.2rem;font-weight:600}.timeline-content h4{color:#666;font-weight:500;margin-bottom:.1rem;font-size:.9rem}.timeline-content ul{padding-left:1.2rem}.timeline-content li{margin-bottom:.5rem;color:#333;font-size:.95rem;line-height:1.6}.show-more-container{display:flex;justify-content:center;margin-top:2rem}.show-more-btn{background-color:#000;color:#fff;border:1px solid #000000;padding:.8rem 2rem;border-radius:3px;font-weight:500;transition:all .2s ease;cursor:pointer;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.show-more-btn:hover{background-color:#fff;color:#000}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.delay-3{animation-delay:.6s}.company-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.company-logo{width:48px;height:48px;object-fit:contain;border-radius:4px}@media (max-width: 768px){.timeline:before{left:15px}.timeline-dot{left:7px}.timeline-item{padding-left:45px}}@media (max-width: 576px){.timeline-content{padding:1rem}.timeline-content h3{font-size:1.1rem}.show-more-btn{width:100%}}.projects-section{background-color:#fafafa;padding:6rem 0;position:relative;overflow:hidden}.featured-project{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:4rem;background-color:#fff;border-radius:3px;padding:2rem;border:1px solid #eaeaea;transition:transform .2s ease}.featured-project:hover{transform:translateY(-2px)}.project-preview{position:relative;height:400px;overflow:hidden;border-radius:3px;border:1px solid #eaeaea;background-color:#000}.project-preview.mobile{max-width:400px;margin:0 auto;aspect-ratio:9/16;background-color:#000}.project-preview.web{width:100%;aspect-ratio:16/9}.project-details{display:flex;flex-direction:column;justify-content:center}.project-details h3{font-size:1.8rem;margin-bottom:1rem;color:#000;font-weight:600}.project-details p{color:#666;margin-bottom:1.5rem;line-height:1.6}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.tech-tag{padding:.4rem .8rem;background-color:#f5f5f5;color:#000;border-radius:3px;font-size:.85rem;border:1px solid #eaeaea}.project-links{display:flex;gap:1rem;margin-top:1.5rem}.preview-btn{padding:.8rem 1.5rem;background-color:#000;color:#fff;border:1px solid #000000;border-radius:3px;font-weight:500;transition:all .2s ease}.preview-btn:hover{background-color:#fff;color:#000}.github-link{padding:.8rem 1.5rem;background-color:#fff;color:#000;border:1px solid #eaeaea;border-radius:3px;display:flex;align-items:center;gap:.5rem;transition:all .2s ease}.github-link:hover{background-color:#f5f5f5}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:3rem}.project-card{background:#fff;border:1px solid #eaeaea;border-radius:3px;overflow:hidden;transition:transform .2s ease;grid-column:span 4}.project-card[data-type=web]{grid-column:span 2}.project-card[data-type=mobile]{grid-column:span 1}@media (max-width: 1200px){.project-card{grid-column:span 6}.project-card[data-type=web]{grid-column:span 12}}@media (max-width: 992px){.project-card[data-type=web]{grid-column:span 1}}@media (max-width: 768px){.projects-section{padding:4rem 0}.project-links{flex-direction:column}.preview-btn,.github-link{width:100%;justify-content:center;text-align:center}.project-card{grid-column:span 12}}@media (max-width: 576px){.projects-grid{grid-template-columns:1fr}.project-preview{height:250px}}.project-image-container{height:400px;border-bottom:1px solid #eaeaea;background-color:#000}.project-image-container.mobile{max-width:300px;margin:0 auto;aspect-ratio:9/16;background-color:#000}.project-image-container.web{width:100%;aspect-ratio:16/9}.project-card-content{padding:1.2rem}.carousel-container{background-color:#000;height:100%}.open-source-section{background-color:#fff;color:#000;padding:5rem 0;position:relative}.open-source-section .section-title{color:#000}.open-source-section .section-title:after{background-color:#000}.github-projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 2rem}.github-card{background:#fff;border:1px solid #eaeaea;border-radius:3px;overflow:hidden;transition:transform .2s ease}.github-card:hover{transform:translateY(-2px)}.github-repo-card{background:#fff;border:1px solid #eaeaea;border-radius:3px;overflow:hidden;transition:transform .2s ease;height:100%}.github-repo-image{height:250px;background-color:#f8f8f8;border-bottom:1px solid #eaeaea;background-size:contain;background-position:center;background-repeat:no-repeat}.github-repo-image{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;width:100%;background-color:#f8f8f8;border-bottom:1px solid #eaeaea;color:#000}.github-icon{width:60px;height:60px;opacity:.8;margin-bottom:15px;filter:grayscale(100%)}.github-repo-image span{font-size:1.1rem;font-weight:500;color:#000}.repo-content{padding:1.2rem;display:flex;flex-direction:column;height:calc(100% - 250px)}.repo-title{font-size:1.1rem;color:#000;margin-bottom:.5rem;font-weight:600}.repo-description{font-size:.9rem;color:#666;margin-bottom:1rem;line-height:1.5}.repo-link{margin-top:auto;padding:.6rem 1rem;background-color:#000;color:#fff;border:1px solid #000000;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:.9rem;transition:all .2s ease;text-align:center}.repo-link:hover{background-color:#fff;color:#000}.sub-section-title{font-size:1.8rem;text-align:center;margin:3rem 0 2rem;color:#000;position:relative;padding-bottom:.5rem}.sub-section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:2px;background-color:#000}@media (max-width: 768px){.github-projects-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width: 576px){.github-projects-grid{grid-template-columns:1fr}}.skills-section{background-color:#fafafa;padding:5rem 0}.skills-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.skills-category{background-color:#fff;padding:1.5rem;border-radius:3px;border:1px solid #eaeaea}.skills-category h3{color:#000;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #eaeaea;font-size:1.1rem}.skills-list{display:flex;flex-wrap:wrap;gap:.5rem}.soft-skills-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:2rem;margin:2rem 0}.soft-skill{background-color:#fff;padding:1.5rem;border-radius:10px;text-align:center;border:2px solid #eaeaea;transition:transform .3s ease,box-shadow .3s ease}.soft-skill:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.soft-skill-icon{width:40px;height:40px;border:1px solid #eaeaea;border-radius:3px;display:flex;align-items:center;justify-content:center;background-color:#f8f8f8;font-size:1.2rem;color:#000;margin:0 auto 1rem}.soft-skill-icon:hover{background-color:#000;color:#fff;border-color:#000}.skill-tag{padding:.4rem .8rem;background-color:#f5f5f5;color:#000;border-radius:3px;font-size:.85rem;border:1px solid #eaeaea;transition:all .2s ease}.skill-tag:hover{transform:translateY(-1px);background-color:#f0f0f0}.specialized-skills-container{margin:3rem 0}.specialized-skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2rem 0}.specialized-skill-card{background-color:#fff;border:1px solid #eaeaea;border-radius:3px;padding:1.5rem}.specialized-skill-icon{width:50px;height:50px;margin:0 auto 1rem;filter:grayscale(100%) brightness(0);opacity:.8;transition:all .2s ease}.specialized-skill-card:hover .specialized-skill-icon{opacity:1}.soft-skill h4{font-size:1.2rem;margin-bottom:.8rem;color:#333}.soft-skill p{color:#555;font-size:.95rem;line-height:1.6}.communication-icon:before{content:"💬";font-size:1.8rem;color:#333}.problem-solving-icon:before{content:"🧩";font-size:1.8rem;color:#333}.leadership-icon:before{content:"👥";font-size:1.8rem;color:#333}.adaptability-icon:before{content:"🔄";font-size:1.8rem;color:#333}.go-icon,.flutter-icon,.nestjs-icon,.backend-icon,.mobile-icon,.integration-icon,.nodejs-icon,.fullstack-icon{background-size:contain;background-position:center;background-repeat:no-repeat;filter:grayscale(100%) brightness(0);opacity:.8;transition:all .2s ease}.specialized-skill-card:hover .go-icon,.specialized-skill-card:hover .flutter-icon,.specialized-skill-card:hover .nestjs-icon,.specialized-skill-card:hover .backend-icon,.specialized-skill-card:hover .mobile-icon,.specialized-skill-card:hover .integration-icon,.specialized-skill-card:hover .nodejs-icon,.specialized-skill-card:hover .fullstack-icon{opacity:1}.specialized-skill-card h4{font-size:1.1rem;margin-bottom:1rem;text-align:center;color:#000}specialized-skill-list{list-style:none;padding:0}.specialized-skill-list li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#666;font-size:.9rem}.specialized-skill-list li:before{content:"→";position:absolute;left:0;color:#000}@media (max-width: 992px){.specialized-skills-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.skills-container{grid-template-columns:1fr}}@media (max-width: 576px){.specialized-skills-grid{grid-template-columns:1fr}}.education-section{background-color:#fff;padding:5rem 0;position:relative}.education-container{max-width:800px;margin:0 auto 3rem}.education-card{background-color:#fff;padding:2rem;border-radius:3px;border:1px solid #eaeaea}.education-icon{width:50px;height:50px;margin:0 auto 1.5rem;filter:grayscale(100%);opacity:.8}.education-card h3{color:#000;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.education-card h4{color:#666;font-weight:500;margin-bottom:.5rem;font-size:1rem}.education-card p{color:#333;margin-bottom:1rem;font-size:.9rem}.education-details{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eaeaea}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.certification-card{background-color:#fff;padding:1.5rem;border-radius:3px;text-align:center;border:1px solid #eaeaea;transition:transform .2s ease}.certification-card:hover{transform:translateY(-2px)}.certification-logo{width:60px;height:60px;margin:0 auto 1rem;filter:grayscale(100%);opacity:.8}@media (max-width: 768px){.certifications-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width: 576px){.certifications-grid{grid-template-columns:1fr}.education-card,.certification-card{padding:1.2rem}}.contact-section{background-color:#fafafa;padding:5rem 0;position:relative}.contact-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem}.contact-info-container{padding:2rem;background-color:#fff;border:1px solid #eaeaea;border-radius:3px}.contact-info-container h3{color:#000;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.contact-intro{color:#666;margin-bottom:2rem;line-height:1.6}.contact-details{margin:2rem 0}.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.contact-icon{width:40px;height:40px;border:1px solid #eaeaea;border-radius:3px;display:flex;align-items:center;justify-content:center;background-color:#f8f8f8;font-size:1.2rem;color:#000}.contact-icon:hover{background-color:#000;color:#fff;border-color:#000}.contact-form-container{padding:2rem;background-color:#fff;border:1px solid #eaeaea;border-radius:3px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#000;font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid #eaeaea;border-radius:3px;background-color:#f8f8f8;font-size:.9rem;transition:border-color .2s ease;color:#000}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#000}.submit-btn{width:100%;padding:.8rem;background-color:#000;color:#fff;border:1px solid #000000;border-radius:3px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.submit-btn:hover{background-color:#fff;color:#000}.social-links{display:flex;gap:1rem;margin-top:2rem}.social-link{padding:.8rem 1.2rem;background-color:#f8f8f8;color:#000;border:1px solid #eaeaea;border-radius:3px;text-align:center;font-size:.9rem;transition:all .2s ease;text-decoration:none}.social-link:hover{background-color:#000;color:#fff}.form-message{padding:1rem;margin-bottom:1.5rem;border-radius:3px;font-size:.9rem}.form-message.success,.form-message.error{background-color:#f8f8f8;border:1px solid #eaeaea;color:#000}.availability-banner{margin-top:3rem;padding:2rem;background-color:#fff;border:1px solid #eaeaea;border-radius:3px;text-align:center}.availability-content{max-width:600px;margin:0 auto}.availability-status{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.status-dot{width:8px;height:8px;background-color:#000;border-radius:50%;animation:pulse 2s infinite}.availability-content p{color:#666;margin-bottom:1.5rem;font-size:1.1rem}.contact-cta{display:inline-block;padding:.8rem 2rem;background-color:#000;color:#fff;border:1px solid #000000;border-radius:3px;font-size:.9rem;font-weight:500;transition:all .2s ease}.contact-cta:hover{background-color:#fff;color:#000}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@media (max-width: 768px){.contact-container{grid-template-columns:1fr}.contact-info-container,.contact-form-container{padding:1.5rem}}.visitor-counter{padding:1rem 0;border-top:1px solid #e0e0e0;margin-top:2rem}.counter-stats{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.stat-number{font-size:1.5rem;font-weight:700;color:#000;line-height:1}.stat-label{font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.stat-divider{color:#ccc;font-size:1.2rem;margin:0 .5rem}@media (max-width: 768px){.counter-stats{gap:.75rem}.stat-number{font-size:1.25rem}.stat-label{font-size:.7rem}}.stat-number{transition:all .3s ease}.stat-number:hover{transform:scale(1.05);color:#333}
