*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8f9fa;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:80px 0}.section-title{color:#2d3748;font-size:2.5rem;margin-bottom:3rem;position:relative;text-align:center}.section-title:after{background:#4299e1;border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 10px #0000001a;left:0;padding:1rem 0;position:fixed;right:0;top:0;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.nav-logo{color:#4299e1;font-size:1.5rem;font-weight:700}.nav-links{display:flex;gap:2rem}.nav-links a{color:#4a5568;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#4299e1}.hero{align-items:center;display:flex;gap:3rem;min-height:100vh;padding:100px 0 80px}.hero-content{flex:1 1}.hero-title{color:#2d3748;display:flex;flex-direction:column;font-size:3.5rem;font-weight:800;margin-bottom:1.5rem}.hero-subtitle{color:#4299e1;font-size:2rem;margin-top:.5rem}.hero-description{color:#4a5568;font-size:1.2rem;margin-bottom:2rem;max-width:600px}.hero-buttons{display:flex;gap:1rem}.btn{border-radius:6px;display:inline-block;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s}.btn-primary{background:#4299e1;color:#fff}.btn-primary:hover{background:#3182ce;transform:translateY(-2px)}.btn-secondary{border:2px solid #4299e1;color:#4299e1}.btn-secondary:hover{background:#4299e1;color:#fff;transform:translateY(-2px)}.hero-visual{display:flex;flex:1 1;justify-content:center}.code-snippet{background:#2d3748;border-radius:10px;box-shadow:0 20px 40px #0000001a;max-width:500px;overflow:hidden;width:100%}.code-header{align-items:center;background:#1a202c;display:flex;gap:8px;padding:10px 15px}.green-dot,.red-dot,.yellow-dot{border-radius:50%;height:12px;width:12px}.red-dot{background:#fc5c57}.yellow-dot{background:#fdbc40}.green-dot{background:#34c749}.code-filename{color:#a0aec0;font-size:.9rem;margin-left:10px}.code-content{color:#e2e8f0;font-family:Fira Code,monospace;font-size:.9rem;line-height:1.6;overflow-x:auto;padding:20px}.about-content{align-items:center;display:flex;gap:4rem}.about-text{flex:2 1}.about-text p{color:#4a5568;font-size:1.1rem;margin-bottom:1.5rem}.about-highlights{display:flex;gap:2rem;margin-top:2rem}.highlight{align-items:center;display:flex;flex-direction:column}.highlight-number{color:#4299e1;font-size:2.5rem;font-weight:700}.highlight-text{color:#718096;font-weight:500}.about-image{flex:1 1}.about-image,.profile-placeholder{display:flex;justify-content:center}.profile-placeholder{align-items:center;border-radius:10px;color:#a0aec0;font-weight:500;height:350px;width:350px}.profile-placeholder img{background-size:cover;border-radius:10px;height:100%;width:100%}.skills-container{display:flex;flex-direction:column;gap:3rem}.skill-category h3{color:#2d3748;font-size:1.5rem;margin-bottom:1.5rem}.skills-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.skill-item{margin-bottom:1.5rem}.skill-name{color:#4a5568;display:block;font-weight:600;margin-bottom:.5rem}.skill-bar{background:#e2e8f0;border-radius:4px;height:8px;overflow:hidden}.skill-progress{background:#4299e1;border-radius:4px;height:100%;transition:width 1s ease-in-out}.timeline{margin:0 auto;max-width:800px;position:relative}.timeline:before{background:#4299e1;content:"";height:100%;left:30px;position:absolute;top:0;width:2px}.timeline-item{margin-bottom:2rem;padding-left:80px;position:relative}.timeline-date{background:#4299e1;border-radius:4px;color:#fff;font-weight:600;left:0;padding:5px 10px;position:absolute;text-align:center;top:0;width:60px}.timeline-content{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000000d;padding:1.5rem}.timeline-content h3{color:#2d3748;margin-bottom:.5rem}.timeline-content p{color:#4a5568;margin-bottom:1rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#ebf4ff;border-radius:20px;color:#4299e1;font-size:.9rem;font-weight:500;padding:4px 10px}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.project-card{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000000d;overflow:hidden;transition:transform .3s,box-shadow .3s}.project-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}.project-image{height:200px}.project-image img{height:100%;width:100%}.project-content{padding:1.5rem}.project-content h3{color:#2d3748;margin-bottom:.75rem}.project-content p{color:#4a5568;margin-bottom:1.25rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.project-tech span{background:#ebf4ff;border-radius:20px;color:#4299e1;font-size:.9rem;font-weight:500;padding:4px 10px}.project-links{display:flex;gap:1rem}.project-link{color:#4299e1;font-weight:600;text-decoration:none;transition:color .3s}.project-link:hover{color:#3182ce}.contact-content{margin:0 auto;max-width:600px;text-align:center}.contact-description{color:#4a5568;font-size:1.1rem;margin-bottom:2rem}.footer{color:#2d3748;padding:2rem 0}.footer-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.footer-social{display:flex;gap:1rem}.footer-social a{color:#2d3748;transition:color .3s}.footer-social a:hover{color:#4299e1}@media (max-width:768px){.hero{flex-direction:column;padding:120px 0 60px;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.about-content{flex-direction:column}.about-highlights{justify-content:center}.nav-links{display:none}.projects-grid{grid-template-columns:1fr}.footer-content{flex-direction:column;gap:1rem;text-align:center}}
/*# sourceMappingURL=main.56040c13.css.map*/