body{font-family:Inter,-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;margin:0;padding:0}#root{width:100%;min-height:100vh}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}.portfolio{width:100%;overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a;z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;color:#2c3e50;letter-spacing:-.5px}.nav-links{display:flex;gap:2rem}.nav-links a{color:#5a6c7d;text-decoration:none;font-weight:500;cursor:pointer;transition:color .3s ease;position:relative}.nav-links a:hover,.nav-links a.active{color:#3498db}.nav-links a.active:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;background:#3498db}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center;padding:6rem 2rem 4rem}.hero-content{max-width:900px}.hero-title{font-size:4rem;font-weight:800;margin-bottom:1rem;letter-spacing:-2px;animation:fadeInUp .8s ease}.hero-subtitle{font-size:1.8rem;font-weight:400;margin-bottom:1.5rem;opacity:.95;animation:fadeInUp .8s ease .2s backwards}.hero-description{font-size:1.2rem;line-height:1.8;opacity:.9;max-width:700px;margin:0 auto 3rem;animation:fadeInUp .8s ease .4s backwards}.hero-stats{display:flex;justify-content:center;gap:4rem;margin-top:3rem;animation:fadeInUp .8s ease .6s backwards}.stat{text-align:center}.stat-number{font-size:3rem;font-weight:800;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.9;text-transform:uppercase;letter-spacing:1px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section{padding:5rem 2rem}.container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;text-align:center}.section-subtitle{text-align:center;font-size:1.1rem;color:#7f8c8d;margin-bottom:3rem}.about-section{background:#f8f9fa}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-top:3rem}.about-text p{font-size:1.1rem;line-height:1.8;color:#34495e;margin-bottom:1.5rem}.about-highlights{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000001a}.about-highlights h3{font-size:1.3rem;color:#2c3e50;margin-bottom:1rem}.about-highlights ul{list-style:none}.about-highlights li{padding:.6rem 0;color:#5a6c7d;border-bottom:1px solid #ecf0f1;font-size:.95rem}.about-highlights li:last-child{border-bottom:none}.about-highlights li:before{content:"✓";color:#3498db;font-weight:700;margin-right:.8rem}.timeline{margin-top:3rem;position:relative}.timeline:before{content:"";position:absolute;left:100px;top:0;bottom:0;width:2px;background:#e1e8ed}.timeline-item{display:grid;grid-template-columns:150px 1fr;gap:3rem;margin-bottom:4rem;position:relative}.timeline-date{text-align:right;font-weight:600;color:#3498db;font-size:1.1rem;padding-top:.5rem}.timeline-content{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 15px #0000001a;position:relative}.timeline-content:before{content:"";position:absolute;left:-12px;top:30px;width:20px;height:20px;background:#3498db;border-radius:50%;border:4px solid white;box-shadow:0 0 0 2px #e1e8ed}.timeline-content h3{font-size:1.5rem;color:#2c3e50;margin-bottom:.5rem}.timeline-content h4{font-size:1.1rem;color:#5a6c7d;margin-bottom:.5rem;font-weight:600}.timeline-location{color:#95a5a6;font-size:.9rem;margin-bottom:1rem;font-style:italic}.timeline-content ul{margin:1.5rem 0;padding-left:1.5rem}.timeline-content li{margin-bottom:.8rem;line-height:1.6;color:#34495e}.skills-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.skills-tags span{background:#e8f4f8;color:#3498db;padding:.4rem .9rem;border-radius:20px;font-size:.85rem;font-weight:500}.skills-section{background:#f8f9fa}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.skill-category{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 15px #00000014}.skill-category h3{font-size:1.3rem;color:#2c3e50;margin-bottom:1.5rem;padding-bottom:.8rem;border-bottom:3px solid #3498db}.skill-items{display:flex;flex-direction:column;gap:1.2rem}.skill-item{display:flex;flex-direction:column;gap:.5rem}.skill-name{font-size:.95rem;color:#34495e;font-weight:500}.skill-bar{width:100%;height:8px;background:#ecf0f1;border-radius:10px;overflow:hidden}.skill-fill{height:100%;background:linear-gradient(90deg,#3498db,#2ecc71);border-radius:10px;transition:width 1s ease}.education-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.education-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 15px #0000001a;border-top:4px solid #3498db}.education-year{display:inline-block;background:#3498db;color:#fff;padding:.4rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem;margin-bottom:1rem}.education-card h3{font-size:1.4rem;color:#2c3e50;margin-bottom:.5rem}.education-card h4{font-size:1rem;color:#5a6c7d;margin-bottom:.5rem}.education-location{color:#95a5a6;font-size:.9rem;margin-bottom:1.5rem;font-style:italic}.education-highlights{margin-top:1.5rem}.education-highlights p{font-weight:600;color:#34495e;margin-bottom:.8rem}.education-highlights ul{padding-left:1.5rem}.education-highlights li{margin-bottom:.6rem;line-height:1.6;color:#5a6c7d}.projects-section{background:#fff}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.project-card{background:#f8f9fa;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;border-left:4px solid #3498db}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.project-icon{font-size:2.5rem}.project-category{background:#e8f4f8;color:#3498db;padding:.4rem .9rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.project-card h3{font-size:1.5rem;color:#2c3e50;margin-bottom:1rem;font-weight:700}.project-description{color:#5a6c7d;line-height:1.7;margin-bottom:1.5rem;font-size:1rem}.project-details{margin:1.5rem 0}.project-details h4{font-size:.95rem;color:#34495e;margin-bottom:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.project-details ul{padding-left:1.3rem;margin:0}.project-details li{color:#5a6c7d;line-height:1.7;margin-bottom:.7rem;font-size:.95rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #dee2e6}.project-tags span{background:#fff;color:#3498db;padding:.4rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500;border:1px solid #e8f4f8}.transferable-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.transferable-section .section-title,.transferable-section .section-subtitle{color:#fff}.transferable-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.transferable-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:10px;border:1px solid rgba(255,255,255,.2);transition:transform .3s ease,background .3s ease}.transferable-card:hover{transform:translateY(-5px);background:#ffffff26}.transferable-card .icon{font-size:3rem;margin-bottom:1rem}.transferable-card h3{font-size:1.2rem;margin-bottom:1rem;font-weight:600}.transferable-card p{line-height:1.7;opacity:.95;font-size:.95rem}.contact-section{background:#f8f9fa}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:3rem 0}.contact-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 15px #00000014;text-align:center;transition:transform .3s ease}.contact-card:hover{transform:translateY(-5px)}.contact-card h3{font-size:1.5rem;margin-bottom:1rem;color:#2c3e50}.contact-card p{color:#5a6c7d;font-size:1rem}.contact-cta{text-align:center;margin-top:3rem}.contact-cta p{font-size:1.1rem;color:#2c3e50;margin-bottom:1rem}.industry-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:1.5rem}.industry-tags span{background:#fff;color:#3498db;padding:.6rem 1.2rem;border-radius:25px;font-size:.9rem;font-weight:500;box-shadow:0 2px 8px #0000001a}.footer{background:#2c3e50;color:#fff;text-align:center;padding:2rem}.footer p{opacity:.9;font-size:.95rem}@media(max-width:968px){.nav-links{gap:1rem}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.4rem}.hero-stats{gap:2rem}.about-content,.skills-grid,.education-grid,.projects-grid,.transferable-grid,.contact-grid{grid-template-columns:1fr}.timeline:before{left:20px}.timeline-item{grid-template-columns:1fr;gap:1rem}.timeline-date{text-align:left}.timeline-content:before{left:-42px}}@media(max-width:640px){.nav-container{flex-direction:column;gap:1rem}.nav-links{flex-wrap:wrap;justify-content:center;gap:.8rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.hero-stats{flex-direction:column;gap:1.5rem}.section{padding:3rem 1rem}.section-title{font-size:2rem}}
