*{box-sizing:border-box}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.about-page{min-height:100vh;background:var(--bg-secondary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text-primary);overflow-x:hidden}.about-back{position:fixed;top:1.5rem;left:1.5rem;z-index:50;display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:100px;color:var(--text-secondary);text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.04)}.about-back:hover{color:var(--text-primary);box-shadow:0 4px 16px rgba(0,0,0,.08);transform:translateX(-2px)}.about-hero{position:relative;padding:7rem 2rem 4rem;text-align:center;background:var(--hero-gradient);animation:fadeIn .6s ease-out}.about-hero:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(102,126,234,.06) 0,transparent 70%);pointer-events:none}.hero-photo-wrapper{position:relative;display:inline-block;margin-bottom:1.75rem;animation:scaleIn .7s ease-out}.hero-photo{width:160px;height:160px;border-radius:50%;object-fit:cover;border:4px solid var(--bg-primary);box-shadow:0 0 0 1px rgba(102,126,234,.15),0 8px 32px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.06)}.hero-photo-ring{position:absolute;inset:-6px;border-radius:50%;background:var(--accent-gradient);z-index:-1;opacity:.2}.hero-name{font-size:2.5rem;font-weight:700;letter-spacing:-.03em;margin:0 0 .5rem;background:linear-gradient(135deg,var(--text-primary) 0,var(--text-body) 50%,#667eea 100%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp .7s ease-out .1s both}.hero-tagline{font-size:1.15rem;color:#667eea;font-weight:500;margin:0 0 1.25rem;animation:fadeInUp .7s ease-out .2s both}.hero-intro{max-width:520px;margin:0 auto 2rem;font-size:1rem;color:var(--text-secondary);line-height:1.7;animation:fadeInUp .7s ease-out .3s both}.hero-socials{display:flex;justify-content:center;gap:1rem;animation:fadeInUp .7s ease-out .4s both}.hero-social-link{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.15rem;border-radius:100px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .25s ease;border:1px solid var(--tag-border);color:var(--text-secondary);background:var(--bg-card)}.hero-social-link:hover{color:#fff;background:var(--accent-gradient);border-color:transparent;transform:translateY(-2px);box-shadow:0 4px 16px rgba(102,126,234,.3)}.hero-social-link svg{width:16px;height:16px;flex-shrink:0}.about-section{max-width:720px;margin:0 auto;padding:3.5rem 2rem}.about-section-wide{max-width:900px;margin:0 auto;padding:3.5rem 2rem}.about-section-title{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin:0 0 2rem;display:flex;align-items:center;gap:.75rem}.about-section-title:after{content:"";flex:1 1;height:1px;background:linear-gradient(90deg,var(--divider),transparent)}.about-me-text{font-size:1.1rem;line-height:1.85;color:var(--text-secondary)}.about-me-text strong{color:var(--text-primary);font-weight:600}.about-me-highlight{display:inline;background:linear-gradient(180deg,transparent 60%,rgba(102,126,234,.12) 0)}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:5px;top:8px;bottom:8px;width:2px;background:linear-gradient(180deg,#667eea,#764ba2,var(--divider));border-radius:2px}.timeline-item{position:relative;padding-bottom:2.5rem}.timeline-item:last-child{padding-bottom:0}.timeline-dot{position:absolute;left:-2rem;top:6px;width:12px;height:12px;border-radius:50%;background:var(--bg-primary);border:2.5px solid #667eea;box-shadow:0 0 0 4px rgba(102,126,234,.1);z-index:1}.timeline-item:first-child .timeline-dot{background:#667eea;border-color:#667eea}.timeline-card{background:var(--bg-card);border-radius:16px;padding:1.5rem;box-shadow:var(--shadow-sm);transition:all .3s ease;border:1px solid var(--border-subtle)}.timeline-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:rgba(102,126,234,.12)}.timeline-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.timeline-role{font-size:1.05rem;font-weight:600;color:var(--text-primary);margin:0}.timeline-company{font-size:.9rem;color:#667eea;font-weight:500;margin:.15rem 0 0}.timeline-date{font-size:.8rem;color:var(--text-muted);font-weight:500;white-space:nowrap;padding:.2rem .7rem;background:var(--bg-elevated);border-radius:100px}.timeline-description{font-size:.9rem;color:var(--text-secondary);line-height:1.6;margin:.75rem 0 0}.education-grid{display:flex;flex-direction:column;gap:1rem}.education-card{display:flex;align-items:flex-start;gap:1.25rem;background:var(--bg-card);border-radius:16px;padding:1.5rem;box-shadow:var(--shadow-sm);transition:all .3s ease;border:1px solid var(--border-subtle)}.education-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:rgba(102,126,234,.12)}.education-icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,rgba(102,126,234,.08),rgba(118,75,162,.08));display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}.education-info{flex:1 1;min-width:0}.education-degree{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 .15rem}.education-school{font-size:.9rem;color:#667eea;font-weight:500;margin:0 0 .15rem}.education-year{font-size:.8rem;color:var(--text-muted);font-weight:500}.skills-container{gap:1.75rem}.skill-category,.skills-container{display:flex;flex-direction:column}.skill-category{gap:.75rem}.skill-category-label{font-size:.85rem;font-weight:600;color:var(--text-body)}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{display:inline-flex;align-items:center;padding:.4rem .9rem;border-radius:100px;font-size:.825rem;font-weight:500;color:var(--text-secondary);background:var(--tag-bg);border:1px solid var(--tag-border);transition:all .25s ease;cursor:default}.skill-tag:hover{color:#667eea;border-color:rgba(102,126,234,.25);background:rgba(102,126,234,.04);transform:translateY(-1px)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:1rem;gap:1rem}.project-card{background:var(--bg-card);border-radius:16px;padding:1.5rem;text-decoration:none;color:inherit;box-shadow:var(--shadow-sm);transition:all .3s cubic-bezier(.25,.46,.45,.94);border:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:.75rem}.project-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.1);border-color:rgba(102,126,234,.12)}.project-card-emoji{width:48px;height:48px;border-radius:14px;background:var(--bg-emoji);display:flex;align-items:center;justify-content:center;font-size:1.5rem}.project-card-name{font-size:1rem;font-weight:600;color:var(--text-primary);display:flex;align-items:center;gap:.4rem}.project-card-external{font-size:.8rem;color:var(--text-muted);font-weight:400}.project-card-desc{font-size:.875rem;color:var(--text-subtle);line-height:1.5;margin:0}.about-cta{text-align:center;padding:4rem 2rem 5rem;background:var(--hero-gradient);position:relative}.about-cta:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:600px;height:400px;background:radial-gradient(circle,rgba(118,75,162,.04) 0,transparent 70%);pointer-events:none}.cta-title{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin:0 0 .75rem;letter-spacing:-.02em}.cta-text{font-size:1rem;color:var(--text-secondary);max-width:420px;margin:0 auto 2rem;line-height:1.6}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;border-radius:100px;font-size:1rem;font-weight:600;text-decoration:none;color:#fff;background:var(--accent-gradient);transition:all .3s ease;box-shadow:0 4px 16px rgba(102,126,234,.25)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(102,126,234,.35)}.cta-button:active{transform:translateY(0)}.cta-links{display:flex;justify-content:center;gap:2rem;margin-top:1.75rem}.cta-link{color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s ease}.cta-link:hover{color:#667eea}.about-footer{text-align:center;padding:2rem;border-top:1px solid var(--border-color);background:var(--bg-card)}.about-footer-copy{font-size:.8rem;color:var(--text-muted);margin:0}.about-divider{max-width:720px;margin:0 auto;padding:0 2rem}.about-divider-line{height:1px;background:linear-gradient(90deg,transparent,var(--divider),transparent)}@media (max-width:768px){.about-hero{padding:6rem 1.5rem 3rem}.hero-photo{width:130px;height:130px}.hero-name{font-size:2rem}.hero-tagline{font-size:1rem}.hero-socials{flex-wrap:wrap;gap:.6rem}.about-section,.about-section-wide{padding:2.5rem 1.5rem}.about-divider{padding:0 1.5rem}.timeline{padding-left:1.5rem}.timeline-dot{left:-1.5rem}.timeline-header{flex-direction:column;gap:.3rem}.timeline-date{align-self:flex-start}.projects-grid{grid-template-columns:1fr}.cta-title{font-size:1.5rem}}@media (min-width:1024px){.about-section{padding:4rem 2rem}.about-section-wide{max-width:1000px;padding:4rem 2rem}.projects-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.about-section-wide{max-width:1100px}.hero-name{font-size:3rem}.hero-intro{max-width:600px;font-size:1.1rem}}@media (max-width:480px){.about-back{top:1rem;left:1rem;padding:.4rem .8rem;font-size:.8rem}.about-hero{padding:5rem 1rem 2.5rem}.hero-photo{width:110px;height:110px}.hero-name{font-size:1.65rem}.hero-intro{font-size:.925rem}.about-section,.about-section-wide{padding:2rem 1rem}.about-divider{padding:0 1rem}.about-me-text{font-size:1rem}.education-card{flex-direction:column;gap:.75rem}.about-cta{padding:3rem 1rem 4rem}}