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:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 4px 20px #0000000d;z-index:1000;padding:1rem 0;border-bottom:1px solid rgba(102,126,234,.1);transition:all .3s ease}.navbar:hover{background:#fffffff2;box-shadow:0 4px 30px #0000001a}.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,#f093fb);background-size:200% 200%;animation:gradientShift 15s ease infinite;color:#fff;text-align:center;padding:6rem 2rem 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.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;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem 2.5rem;border-radius:15px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease;position:relative}.stat:hover{transform:translateY(-5px) scale(1.05);background:#ffffff26;box-shadow:0 10px 30px #0003}.stat-number{font-size:3rem;font-weight:800;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.stat-label{font-size:.9rem;opacity:.95;text-transform:uppercase;letter-spacing:1px;font-weight:600}@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:linear-gradient(to bottom,#f8f9fa,#fff);position:relative}.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}.career-progression{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;padding:2.5rem;margin:2rem 0 3rem;box-shadow:0 10px 40px #667eea4d}.progression-header h3{color:#fff;font-size:1.5rem;margin-bottom:2rem;text-align:center;font-weight:700}.progression-timeline-visual{display:flex;align-items:center;justify-content:center;gap:0}.progression-step{display:flex;flex-direction:column;align-items:center;gap:.8rem;position:relative}.step-marker{width:50px;height:50px;border-radius:50%;background:#fff3;border:3px solid rgba(255,255,255,.5);display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.progression-step.completed .step-marker{background:#2ed573e6;border-color:#fff;box-shadow:0 0 20px #2ed57380}.progression-step.current .step-marker{background:#ffea00e6;border-color:#fff;box-shadow:0 0 30px #ffea00b3;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 20px #ffea0080}50%{transform:scale(1.1);box-shadow:0 0 40px #ffea00cc}}.progression-step span{color:#fff;font-weight:600;font-size:.9rem;text-align:center;white-space:nowrap}.progression-line{width:120px;height:3px;background:#ffffff4d;position:relative;overflow:hidden}.progression-line:after{content:"";position:absolute;inset:0;background:#fff;transform:scaleX(1);transform-origin:left}.role-badge{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;animation:fadeInUp .6s ease}.role-badge.senior{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;box-shadow:0 4px 15px #f093fb66}.role-badge.mid{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff;box-shadow:0 4px 15px #4facfe66}.role-badge.entry{background:linear-gradient(135deg,#43e97b,#38f9d7);color:#fff;box-shadow:0 4px 15px #43e97b66}.timeline-item.current-role .timeline-content{border:2px solid #f093fb;box-shadow:0 8px 30px #f093fb33}.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:15px;box-shadow:0 8px 30px #00000014;position:relative;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.timeline-content:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0000001f}.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,#667eea,#764ba2,#f093fb);background-size:200% 100%;border-radius:10px;transition:width 1s ease;animation:shimmer 3s ease-in-out infinite;box-shadow:0 2px 10px #667eea4d}@keyframes shimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.education-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.education-card{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 8px 30px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.05);position:relative;overflow:hidden}.education-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(to right,#667eea,#764ba2)}.education-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 15px 50px #667eea26}.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:#fff;border-radius:15px;padding:2rem;box-shadow:0 8px 30px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(52,152,219,.1);position:relative;overflow:hidden}.project-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom,#3498db,#9b59b6);transition:width .3s ease}.project-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 15px 50px #3498db33;border-color:#3498db4d}.project-card:hover:before{width:100%;opacity:.05}.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:2.5rem;border-radius:15px;box-shadow:0 8px 30px #00000014;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.05);position:relative;overflow:hidden}.contact-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(102,126,234,.1),transparent);transform:rotate(45deg);transition:all .5s ease}.contact-card:hover{transform:translateY(-10px) scale(1.05);box-shadow:0 15px 50px #667eea33}.contact-card:hover:before{left:100%}.contact-card h3{font-size:1.5rem;margin-bottom:1rem;color:#2c3e50}.contact-card p{color:#5a6c7d;font-size:1rem}.contact-card a{color:#3498db;text-decoration:none;transition:color .3s ease}.contact-card a:hover{color:#2980b9;text-decoration:underline}.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}.blog-section{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);position:relative}.blog-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%239C92AC" fill-opacity="0.05"><path d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v6h4v4h2V6h4V4H6z"/></g></g></svg>');opacity:.4;pointer-events:none}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.blog-card{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:2rem;box-shadow:0 8px 30px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.5);display:flex;flex-direction:column;position:relative;overflow:hidden}.blog-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom,#9b59b6,#667eea);transition:width .3s ease}.blog-card:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 15px 50px #9b59b640;background:#fffffff2}.blog-card:hover:before{width:100%;opacity:.05}.blog-date{display:inline-block;background:#9b59b6;color:#fff;padding:.4rem 1rem;border-radius:20px;font-weight:600;font-size:.85rem;margin-bottom:1rem;width:fit-content}.blog-card h3{font-size:1.3rem;color:#2c3e50;margin-bottom:1rem;line-height:1.4}.blog-excerpt{color:#5a6c7d;line-height:1.7;margin-bottom:1.5rem;flex-grow:1}.blog-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.blog-tags span{background:#e8e4f3;color:#9b59b6;padding:.4rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500}.tech-section{background:#f8f9fa}.tech-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.tech-category{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 8px 30px #00000014;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.tech-category:hover{transform:translateY(-5px);box-shadow:0 12px 40px #3498db26}.tech-category h3{font-size:1.3rem;color:#2c3e50;margin-bottom:1.5rem;padding-bottom:.8rem;border-bottom:3px solid #3498db}.tech-items{display:flex;flex-wrap:wrap;gap:.8rem}.tech-items span{background:#e8f4f8;color:#3498db;padding:.6rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;transition:all .3s ease}.tech-items span:hover{background:#3498db;color:#fff;transform:translateY(-2px)}.cert-items{margin-top:1rem}.cert-item{background:#e8f4f8;padding:1rem;border-radius:8px;margin-bottom:.8rem}.cert-item strong{color:#2c3e50;font-size:1rem;display:block;margin-bottom:.3rem}.cert-item p{color:#5a6c7d;font-size:.9rem}.footer{background:#2c3e50;color:#fff;text-align:center;padding:2rem}.footer-note{font-size:.85rem;opacity:.7;margin-top:.5rem}.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,.blog-grid,.tech-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}}
