@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap";.navbar{background:#0f172a;height:80px;display:flex;justify-content:center;align-items:center;font-size:1.2rem;position:sticky;top:0;z-index:999}.navbar-container{display:flex;justify-content:center;height:80px;z-index:1;width:100%;padding:0 24px;max-width:1100px}.nav-menu{display:flex;align-items:center;list-style:none;text-align:center}.nav-menu.centered{display:flex;align-items:center;justify-content:center;list-style:none;text-align:center;margin:0;padding:0}.nav-item{height:80px}.nav-links{color:#fff;display:flex;align-items:center;text-decoration:none;padding:0 1rem;height:100%;cursor:pointer}.nav-links.disabled{color:#666;cursor:not-allowed}.hero{padding:6rem 2rem;display:flex;justify-content:center;align-items:center}.hero-content{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;gap:2rem}.hero-text{max-width:600px}.hero-text h1{font-size:3rem;margin-bottom:1rem}.hero-text p{font-size:1.2rem;margin-bottom:1.5rem}.hero-contact{display:flex;align-items:center;gap:.1rem;margin-bottom:2rem}.hero-contact a{color:#fff;text-decoration:none}.hero-buttons{display:flex;gap:1rem}.btn{padding:.8rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:700;transition:background-color .3s ease}.btn-primary{background-color:#03dac6;color:#121212}.btn-primary:hover{background-color:#018786}.btn-secondary{background-color:#1f1f1f;color:#fff;font-size:1.2rem}.btn-secondary:hover{background-color:#333}.hero-image-container{width:300px;height:300px;border-radius:50%;overflow:hidden;border:2px solid #0F172A}.hero-image img{width:100%;height:100%;object-fit:cover}.projects{padding:4rem 2rem}.projects-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.projects-header h2{font-size:2.5rem}.view-more{color:#03dac6;text-decoration:none}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;align-items:start}.project-card{background-color:#1f1f1f;border-radius:15px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #333}.project-card:hover{transform:translateY(-10px);box-shadow:0 10px 20px #0003}.project-info{padding:1.25rem 1.5rem}.project-info h3{font-size:1.5rem;margin-top:0;margin-bottom:.5rem}.project-award{color:#03dac6;font-weight:700;margin-bottom:1rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.tag{background-color:#333;padding:.3rem .7rem;border-radius:5px;font-size:.8rem}.project-links{display:flex;gap:1rem;margin-top:1.5rem}.project-links .btn{background-color:#333;color:#fff;padding:.5rem 1rem}.project-links .btn:hover{background-color:#444}.experience-education{padding:80px 0;background-color:#0f172a;color:#e2e8f0}.container{max-width:1200px;margin:0 auto;padding:0 20px}.experience-education h2{text-align:center;font-size:2.5rem;margin-bottom:50px;color:#f8fafc}.tab-container{max-width:800px;margin:0 auto}.tab-buttons{display:flex;justify-content:center;margin-bottom:40px;gap:20px}.tab-button{background:transparent;border:2px solid #334155;color:#94a3b8;padding:12px 30px;font-size:1.1rem;font-weight:500;cursor:pointer;border-radius:8px;transition:all .3s ease;position:relative}.tab-button:hover{border-color:#60a5fa;color:#60a5fa}.tab-button.active{background:#60a5fa;border-color:#60a5fa;color:#0f172a}.tab-content{position:relative}.timeline-item{display:flex;align-items:center;margin-bottom:40px;position:relative}.timeline-marker{width:16px;height:16px;background:#60a5fa;border-radius:50%;margin-right:30px;flex-shrink:0;position:relative}.timeline-marker.has-logo{background:transparent;width:56px;height:56px;transform:translateY(0);border:none}.timeline-marker.has-logo:before{display:none}.timeline-marker:before{content:"";position:absolute;inset:-8px;border:2px solid #60A5FA;border-radius:50%;opacity:.3}.timeline-logo{width:56px;height:56px;object-fit:contain}.timeline-content{flex:1}.timeline-content h3{font-size:1.4rem;margin-bottom:8px;color:#f8fafc}.timeline-content h4{font-size:1.1rem;color:#60a5fa;margin-bottom:8px;font-weight:500}.company-link{color:#60a5fa;text-decoration:none;cursor:pointer;transition:color .3s ease,text-decoration .3s ease}.company-link:hover{color:#93c5fd;text-decoration:underline}.period{display:inline-block;background:#1e293b;color:#94a3b8;padding:4px 12px;border-radius:20px;font-size:.9rem;margin-bottom:12px}.timeline-content p{color:#cbd5e1;line-height:1.6;margin:0;white-space:pre-line}.experience-list,.education-list{animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.experience-education h2{font-size:2rem}.tab-buttons{flex-direction:column;align-items:center;gap:15px}.tab-button{width:200px}.timeline-item{flex-direction:column;text-align:center}.timeline-marker{margin:0 auto 20px}.timeline-content h3{font-size:1.2rem}.timeline-content h4{font-size:1rem}}body{font-family:Montserrat,sans-serif;margin:0;background-color:#0f172a;color:#fff}header{background-color:#1f1f1f;padding:2rem 1rem;text-align:center;border-bottom:1px solid #333}header h1{margin:0;font-size:2.5rem}section{padding:2rem 1rem;margin:0 1rem;max-width:800px;margin:1rem auto}h2{color:#fff;border-bottom:2px solid #03dac6;padding-bottom:.5rem;margin-bottom:1.5rem}
