body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.layout{min-height:100vh;display:flex;flex-direction:column}.navbar{background-color:#2c3e50;padding:1rem 0;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none;transition:opacity .3s;display:flex;align-items:center}.nav-logo:hover{opacity:.8}.logo-image{height:40px;width:auto;object-fit:contain}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:color .3s;padding:.5rem 0}.nav-link:hover,.nav-link.active{color:#3498db}.nav-toggle{display:none;flex-direction:column;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:1001}.nav-toggle span{width:25px;height:3px;background-color:#fff;margin:3px 0;transition:.3s;border-radius:3px}.nav-toggle.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.main-content{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:2rem 1rem}.footer{background-color:#2c3e50;color:#fff;text-align:center;padding:1.5rem;margin-top:auto}@media (max-width: 768px){.nav-toggle{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#2c3e50;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0;gap:0}.nav-menu.active{left:0}.nav-menu li{margin:1rem 0}.main-content{padding:1rem}}.home{animation:fadeIn .5s}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero{text-align:center;padding:4rem 0;background:linear-gradient(135deg,#3498db,#2c3e50);color:#fff;border-radius:10px;margin-bottom:3rem}.hero-title{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;opacity:.9}.hero-description{font-size:1.2rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;opacity:.9}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.75rem 2rem;border-radius:5px;text-decoration:none;font-weight:600;transition:transform .3s,box-shadow .3s;display:inline-block}.btn-primary{background-color:#fff;color:#667eea}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.btn-secondary{background-color:transparent;color:#fff;border:2px solid #fff}.btn-secondary:hover{background-color:#fff;color:#667eea;transform:translateY(-2px)}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#f8f9fa;padding:2rem;border-radius:10px;text-align:center;transition:transform .3s,box-shadow .3s;border:1px solid #e9ecef}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.feature-card h3{color:#2c3e50;margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:#6c757d;line-height:1.6}.loading,.error{text-align:center;padding:2rem;font-size:1.2rem}.error{color:#e74c3c}@media (max-width: 768px){.hero{padding:2rem 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.hero-cta{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.features{grid-template-columns:1fr;gap:1rem}}.about-section{margin-top:2.5rem}.about-section-content{display:flex;align-items:flex-start;gap:2rem;flex-direction:row}.about-section--image-right .about-section-content{flex-direction:row-reverse}.about-section-text{text-align:left}.about-section--image-right .about-section-text{text-align:right}.about-section-text h2{font-size:1.5rem;color:#2c3e50;margin-bottom:1rem}.about-section-image{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid #3498db;flex-shrink:0;box-shadow:0 4px 8px #0000001a}.about-section-text p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1rem}.about-section-text p:last-child{margin-bottom:0}@media (max-width: 768px){.about-section-content{flex-direction:column;align-items:center}.about-section--image-right .about-section-content{flex-direction:column}.about-section-text{text-align:left!important}.about-section-text h2{text-align:center}}.about{animation:fadeIn .5s}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.about-header-section{display:flex;align-items:center;gap:2rem;margin-bottom:1.5rem}.profile-picture{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid #3498db;flex-shrink:0;box-shadow:0 4px 8px #0000001a}.about-name-title{flex:1}.about-main h2{font-size:2rem;color:#2c3e50;margin-bottom:.5rem}.about-title{font-size:1.3rem;color:#3498db;margin-bottom:0;font-weight:500}.about-bio{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1rem}.about-bio:last-of-type{margin-bottom:2rem}.about-sidebar{background-color:#f8f9fa;padding:2rem;border-radius:10px;height:fit-content;border:1px solid #e9ecef}.contact-info h3{font-size:1.5rem;color:#2c3e50;margin-bottom:1.5rem}.contact-info p{margin-bottom:1rem;line-height:1.6;color:#555}.contact-info a{color:#3498db;text-decoration:none;transition:color .3s}.contact-info a:hover{color:#2980b9;text-decoration:underline}@media (max-width: 768px){.about-content{grid-template-columns:1fr;gap:2rem}.about-header-section{flex-direction:column;text-align:center;gap:1.5rem}.profile-picture{width:120px;height:120px}.about-main h2{font-size:1.5rem}.about-title{font-size:1.1rem}.about-bio{font-size:1rem}}.resume-section{margin-bottom:3rem}.resume-section h2{font-size:1.8rem;color:#2c3e50;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #3498db}.resume{animation:fadeIn .5s;max-width:900px;margin:0 auto}.resume-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}.resume-header h1{font-size:2.5rem;color:#2c3e50}.btn-download{background-color:#3498db;color:#fff;padding:.75rem 1.5rem;border-radius:5px;text-decoration:none;font-weight:600;transition:background-color .3s,transform .3s;display:inline-block}.btn-download:hover{background-color:#2980b9;transform:translateY(-2px)}.resume-section p{line-height:1.8;color:#555;font-size:1.05rem}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background-color:#3498db}.timeline-item{position:relative;margin-bottom:2rem;padding-left:2rem}.timeline-item:before{content:"";position:absolute;left:-.5rem;top:.5rem;width:12px;height:12px;border-radius:50%;background-color:#3498db;border:2px solid white;box-shadow:0 0 0 2px #3498db}.timeline-content h3{font-size:1.3rem;color:#2c3e50;margin-bottom:.25rem}.timeline-content h4{font-size:1.1rem;color:#3498db;margin-bottom:.5rem;font-weight:500}.timeline-date{color:#7f8c8d;font-size:.9rem;margin-bottom:.5rem;font-style:italic}.timeline-content p{color:#555;line-height:1.6}.education-list{display:flex;flex-direction:column;gap:1.5rem}.education-item h3{font-size:1.2rem;color:#2c3e50;margin-bottom:.5rem}.education-item h4{font-size:1rem;color:#7f8c8d;margin-bottom:.5rem;font-weight:500}.education-date{color:#7f8c8d;font-size:.9rem;font-style:italic}.certifications-list{list-style:none;padding:0}.certifications-list li{background-color:#f8f9fa;padding:1rem 1.5rem;margin-bottom:.75rem;border-radius:5px;border-left:4px solid #3498db;color:#555;font-size:1.05rem}.contact-info{margin-bottom:2rem}.contact-details{display:flex;flex-wrap:wrap;gap:1.5rem;color:#555;font-size:1.05rem}.contact-details a{color:#3498db;text-decoration:none}.contact-details a:hover{text-decoration:underline}.competencies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.competency-item h3{font-size:1.1rem;color:#2c3e50;margin-bottom:1rem;font-weight:600}.competency-list{list-style:none;padding:0;margin:0}.competency-list li{color:#555;line-height:1.8;padding-left:1.5rem;position:relative}.competency-list li:before{content:"•";position:absolute;left:0;color:#3498db;font-weight:700}.technical-skills{display:flex;flex-direction:column;gap:2rem}.skill-category h3{font-size:1.1rem;color:#2c3e50;margin-bottom:1rem;font-weight:600}.skill-tags{display:flex;flex-wrap:wrap;gap:.75rem}.skill-tag{background-color:#3498db;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.timeline-description{margin-bottom:1rem;font-weight:500}.achievements-list{list-style:none;padding:0;margin-top:1rem}.achievements-list li{color:#555;line-height:1.8;padding-left:1.5rem;position:relative;margin-bottom:.75rem}.achievements-list li:before{content:"•";position:absolute;left:0;color:#3498db;font-weight:700;font-size:1.2rem}.sub-achievements-list{list-style:none;padding:0;margin:.5rem 0 0 1.5rem}.sub-achievements-list li{color:#555;line-height:1.8;padding-left:1.5rem;position:relative;margin-bottom:.5rem}.sub-achievements-list li:before{content:"○";position:absolute;left:0;color:#3498db;font-size:.9rem}@media (max-width: 768px){.resume-header{flex-direction:column;align-items:flex-start}.resume-header h1{font-size:2rem}.btn-download{width:100%;text-align:center}.timeline,.timeline-item{padding-left:1.5rem}.education-item,.certifications-list li{padding:1rem}.competencies-grid{grid-template-columns:1fr}.contact-details{flex-direction:column;gap:.75rem}.skill-category,.competency-item{padding:1rem}}.card{background-color:#f8f9fa;padding:1.5rem;border-left:2px solid #3498db}@media (max-width: 768px){.card{padding:1rem}}.projects{animation:fadeIn .5s}.projects-header{text-align:center;margin-bottom:3rem}.projects-header h1{font-size:2.5rem;color:#2c3e50;margin-bottom:1rem}.projects-header p{font-size:1.1rem;color:#7f8c8d}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.project-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px #0000001a;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;border:1px solid #e9ecef}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.project-image{width:100%;height:200px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center}.project-image-placeholder{font-size:4rem;color:#fff;font-weight:700;opacity:.8}.project-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.project-content h3{font-size:1.5rem;color:#2c3e50;margin-bottom:.75rem}.project-description{color:#555;line-height:1.6;margin-bottom:1rem;flex:1}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-tag{background-color:#e9ecef;color:#495057;padding:.25rem .75rem;border-radius:15px;font-size:.85rem;font-weight:500}.project-links{display:flex;gap:1rem;margin-top:auto}.project-link{padding:.5rem 1rem;border-radius:5px;text-decoration:none;font-weight:600;transition:all .3s;text-align:center;flex:1;border:2px solid #3498db;color:#3498db}.project-link:hover{background-color:#3498db;color:#fff;transform:translateY(-2px)}.project-link-primary{background-color:#3498db;color:#fff}.project-link-primary:hover{background-color:#2980b9}@media (max-width: 768px){.projects-header h1{font-size:2rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card{margin:0 auto;max-width:100%}.project-links{flex-direction:column}.project-link{width:100%}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#2c3e50;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}button{cursor:pointer}
