:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}a{font-weight:500;text-decoration:inherit}*{box-sizing:border-box}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #6366f1;--secondary-color: #8b5cf6;--text-color: #1f2937;--text-light: #6b7280;--bg-color: #ffffff;--bg-dark: #111827;--bg-section: #f9fafb;--border-color: #e5e7eb}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;color:var(--text-color);background-color:var(--bg-color);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;transition:all .3s ease;box-shadow:0 2px 10px #0000001a}.navbar.scrolled{box-shadow:0 4px 20px #00000026}.navbar .container{display:flex;justify-content:center;align-items:center}.nav-links{display:flex;gap:2rem;justify-content:center}.nav-links a{color:var(--text-color);text-decoration:none;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:var(--primary-color)}.hero{min-height:auto;padding:120px 20px 60px;background:linear-gradient(135deg,#1e3a8a,#0891b2);color:#fff;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.hero-content{position:relative;z-index:1;display:flex;flex-direction:row;align-items:flex-start;gap:3rem;max-width:1200px;margin:0 auto}.hero-photo-container{flex-shrink:0}.hero-photo{width:150px;height:150px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.5);box-shadow:0 8px 20px #0003}.hero-text-content{flex:1;text-align:left}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2);color:#fff}.hero-subtitle{font-size:1.2rem;margin-bottom:1.5rem;opacity:.95;font-weight:400}.hero-links{margin-top:2rem}.btn{display:inline-block;padding:12px 30px;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid transparent}.btn-primary{background:#fff;color:var(--primary-color)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.btn-secondary{background:var(--primary-color);color:#fff}.btn-secondary:hover{background:var(--secondary-color);transform:translateY(-2px)}.hero-scroll{position:absolute;bottom:30px;left:50%;transform:translate(-50%);font-size:2rem;opacity:.7}section{padding:80px 0}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center;color:var(--text-color)}.about{background:var(--bg-color)}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-content p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:var(--text-light)}.about-content p strong{color:var(--primary-color);font-weight:600;display:block;margin-bottom:.5rem;font-size:1.2rem}.experience{background:var(--bg-color)}.timeline-container{position:relative;max-width:900px;margin:0 auto;padding-left:40px}.timeline-line{position:absolute;left:15px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#667eea,#764ba2)}.timeline-item{position:relative;margin-bottom:3rem;padding-left:2rem}.timeline-item:last-child{margin-bottom:0}.timeline-marker{position:absolute;left:-32px;top:.5rem;width:16px;height:16px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:3px solid white;box-shadow:0 0 0 2px #667eea;z-index:2}.timeline-content{background:#fff;padding:1.5rem 2rem;border-radius:8px;box-shadow:0 2px 8px #00000014;transition:box-shadow .3s ease}.timeline-content:hover{box-shadow:0 4px 12px #0000001f}.timeline-period{color:#667eea;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.timeline-title{font-size:1.5rem;font-weight:700;color:var(--text-color);margin-bottom:.3rem}.timeline-company{font-size:1.1rem;font-weight:600;color:var(--text-color);margin-bottom:.5rem}.timeline-location{font-size:.85rem;color:var(--text-light);font-style:italic;margin-bottom:1rem}.timeline-description{color:var(--text-light);line-height:1.7;margin-bottom:1rem;font-size:.95rem}.timeline-achievements{list-style:none;padding:0;margin-top:1rem}.timeline-achievements li{color:var(--text-light);line-height:1.8;padding-left:1.5rem;position:relative;margin-bottom:.5rem;font-size:.95rem}.timeline-achievements li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700;font-size:1rem}.skills{background:var(--bg-color)}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.skill-category{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000001a}.skill-category h3{font-size:1.3rem;color:var(--primary-color);margin-bottom:1.5rem;text-align:center}.skill-tags{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.skill-tag{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:.5rem 1.2rem;border-radius:25px;font-size:.9rem;font-weight:500;cursor:default;transition:transform .2s ease}.education{background:var(--bg-section)}.education-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;max-width:1000px;margin:0 auto}.education-section h3,.certifications-section h3{font-size:1.5rem;color:var(--primary-color);margin-bottom:1.5rem}.education-item,.certification-item{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 2px 4px #0000001a;margin-bottom:1rem}.education-item h4,.certification-item h4{font-size:1.2rem;color:var(--text-color);margin-bottom:.5rem}.education-item .degree,.certification-item .issuer{color:var(--text-light);margin-bottom:.5rem}.projects{background:var(--bg-color)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.project-item{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.project-item:hover{transform:translateY(-5px);box-shadow:0 8px 15px #00000026}.project-item h3{font-size:1.5rem;color:var(--primary-color);margin-bottom:1rem}.project-item p{color:var(--text-light);line-height:1.6;margin-bottom:1rem;flex-grow:1}.project-link{color:var(--primary-color);text-decoration:none;font-weight:600;margin-bottom:1rem;display:inline-block;transition:color .3s ease}.project-link:hover{color:var(--secondary-color)}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.project-tag{background:var(--bg-section);color:var(--text-color);padding:.3rem .8rem;border-radius:15px;font-size:.85rem}.contact{background:var(--bg-section)}.contact-content{max-width:600px;margin:0 auto;text-align:center}.contact-content p{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem}.contact-links{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}footer{background:var(--bg-dark);color:#fff;padding:2rem 0;text-align:center}footer p{margin:0;opacity:.8}@media(max-width:768px){.hero-content{flex-direction:column;align-items:center;text-align:center}.hero-text-content{text-align:center}.hero-photo{width:120px;height:120px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.nav-links{gap:1rem;font-size:.9rem}.section-title{font-size:2rem}.skills-grid,.education-content,.projects-grid{grid-template-columns:1fr}.timeline-container{padding-left:30px}.timeline-line{left:10px}.timeline-marker{left:-26px;width:12px;height:12px}.timeline-content{padding:1.2rem 1.5rem}.timeline-title{font-size:1.3rem}.timeline-company{font-size:1rem}}
