@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-color:#fff;--bg-secondary:#f8f9fa;--text-primary:#111827;--text-secondary:#4b5563;--accent-color:#5a2e98;--accent-hover:#452175;--accent-light:#5a2e981a;--border-color:#e5e7eb;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}[data-theme=dark]{--bg-color:#0f1115;--bg-secondary:#1a1d24;--text-primary:#f9fafb;--text-secondary:#9ca3af;--accent-color:#8b5cf6;--accent-hover:#a78bfa;--accent-light:#8b5cf626;--border-color:#374151}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-primary);line-height:1.6;transition:background-color .3s,color .3s;overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:600;line-height:1.2}a{color:var(--accent-color);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-hover)}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (width<=768px){.container{padding:0 1.5rem}}.section{padding:6rem 0}.section-title{text-align:center;margin-bottom:3rem;font-size:2.5rem;display:inline-block;position:relative;left:50%;transform:translate(-50%)}.section-title:after{content:"";background-color:var(--accent-color);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.btn{cursor:pointer;border:1px solid #0000;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s;display:inline-block}.btn-primary{background-color:var(--accent-color);color:#fff}.btn-primary:hover{background-color:var(--accent-hover);color:#fff;box-shadow:0 4px 12px var(--accent-light);transform:translateY(-2px)}.btn-secondary{color:var(--text-primary);border-color:var(--border-color);background-color:#0000}.btn-secondary:hover{background-color:var(--bg-secondary);color:var(--text-primary);transform:translateY(-2px)}.glass{background:rgba(var(--bg-color), .7);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border-color)}html{scroll-behavior:smooth}.navbar{z-index:1000;border-bottom:1px solid #0000;width:100%;height:80px;transition:all .3s;position:fixed;top:0;left:0}.navbar.scrolled{height:70px}.nav-container{justify-content:space-between;align-items:center;height:100%;display:flex}.logo{color:var(--text-primary);letter-spacing:-.5px;font-size:1.5rem;font-weight:700}.desktop-nav{align-items:center;gap:2rem;display:flex}.nav-links{gap:2rem;display:flex}.nav-links a{color:var(--text-secondary);font-size:.95rem;font-weight:500}.nav-links a:hover{color:var(--accent-color)}.theme-toggle{color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.theme-toggle:hover{background-color:var(--bg-secondary)}.mobile-nav-toggle{align-items:center;gap:1rem;display:none}.menu-btn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;display:flex}.mobile-menu{background-color:var(--bg-color);border-bottom:1px solid var(--border-color);width:100%;padding:1rem 0;position:absolute;top:100%;left:0}.mobile-nav-links{flex-direction:column;display:flex}.mobile-nav-links a{color:var(--text-primary);padding:1rem 2rem;font-weight:500;display:block}.mobile-nav-links a:hover{background-color:var(--bg-secondary);color:var(--accent-color)}@media (width<=768px){.desktop-nav{display:none}.mobile-nav-toggle{display:flex}}.hero-section{align-items:center;min-height:100vh;padding-top:80px;display:flex}.hero-container{justify-content:center;align-items:center;display:flex}.hero-container-inner{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;display:grid}.hero-content{max-width:100%}.hero-image-container{justify-content:center;align-items:center;display:flex}.image-wrapper{border:4px solid var(--bg-color);border-radius:24px;width:400px;height:500px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.hero-profile-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.image-wrapper:hover .hero-profile-img{transform:scale(1.05)}.hero-badge{background-color:var(--accent-light);color:var(--accent-color);border:1px solid var(--accent-color);border-radius:20px;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-block}[data-theme=dark] .hero-badge{border-color:#8b5cf64d}.hero-title{letter-spacing:-1.5px;color:var(--text-primary);margin-bottom:1.5rem;font-size:4.5rem;font-weight:700;line-height:1.1}.text-gradient{background:linear-gradient(135deg, var(--accent-color) 0%, #3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}[data-theme=dark] .text-gradient{background:linear-gradient(135deg, var(--accent-color) 0%, #60a5fa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.7}.hero-cta{gap:1rem;display:flex}.cta-btn{align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1.05rem;display:flex}@media (width<=992px){.hero-container-inner{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-content{order:2}.hero-image-container{order:1}.image-wrapper{width:300px;height:380px}.hero-cta{justify-content:center}}@media (width<=768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.125rem}.hero-cta{flex-direction:column}.cta-btn{justify-content:center;width:100%}.image-wrapper{width:260px;height:320px}}.about-section{background-color:var(--bg-secondary)}.about-content{grid-template-columns:3fr 2fr;align-items:center;gap:4rem;display:grid}.about-text p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-stats{flex-direction:column;gap:1.5rem;display:flex}.stat-card{text-align:center;border-radius:16px;padding:2rem;transition:transform .3s}.stat-card:hover{transform:translateY(-5px)}.stat-number{margin-bottom:.5rem;font-size:2.5rem}.stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:.875rem;font-weight:500}@media (width<=992px){.about-content{grid-template-columns:1fr;gap:3rem}.about-stats{flex-flow:wrap;justify-content:center}.stat-card{flex:1;min-width:200px}}@media (width<=768px){.stat-card{min-width:100%}}.timeline-section{position:relative}.timeline{max-width:800px;margin:0 auto;padding:2rem 0;position:relative}.timeline:before{content:"";background:var(--border-color);width:2px;position:absolute;top:0;bottom:0;left:24px}.timeline-item{margin-bottom:3rem;padding-left:70px;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-marker{width:50px;height:100%;position:absolute;top:0;left:0}.timeline-icon{background-color:var(--accent-color);color:#fff;z-index:1;width:30px;height:30px;box-shadow:0 0 0 4px var(--bg-color), 0 2px 4px #0000001a;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:10px}.timeline-content{border-radius:12px;padding:1.5rem;transition:transform .3s,box-shadow .3s}.timeline-content:hover{transform:translateY(-3px);box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}[data-theme=dark] .timeline-content:hover{box-shadow:0 10px 25px -5px #00000080}.timeline-company{margin-bottom:.25rem;font-size:1.5rem}.timeline-role{color:var(--text-primary);margin-bottom:1rem;font-size:1.1rem;font-weight:500}.timeline-contributions{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem}.timeline-skills{flex-wrap:wrap;gap:.5rem;display:flex}.skill-tag{background-color:var(--accent-light);color:var(--accent-color);border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:500}@media (width<=768px){.timeline:before{left:20px}.timeline-item{padding-left:60px}.timeline-icon{left:5px}}.skills-section{background-color:var(--bg-secondary)}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.skill-card{border-radius:16px;height:100%;padding:2rem;transition:transform .3s,box-shadow .3s}.skill-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}[data-theme=dark] .skill-card:hover{box-shadow:0 10px 25px -5px #00000080}.skill-header{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.skill-icon{background-color:var(--accent-light);width:48px;height:48px;color:var(--accent-color);border-radius:12px;justify-content:center;align-items:center;display:flex}.skill-header h3{margin:0;font-size:1.25rem}.skill-list{flex-direction:column;gap:1.25rem;display:flex}.skill-info{justify-content:space-between;margin-bottom:.5rem;display:flex}.skill-name{font-size:.95rem;font-weight:500}.skill-percentage{color:var(--text-secondary);font-size:.875rem}.skill-bar-bg{background-color:var(--border-color);border-radius:4px;width:100%;height:8px;overflow:hidden}.skill-bar-fill{background:linear-gradient(90deg, var(--accent-color), #8b5cf6);border-radius:4px;height:100%}.projects-section{background-color:var(--bg-color)}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.project-card{border-radius:16px;flex-direction:column;padding:2.5rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.project-card:before{content:"";background:var(--accent-color);transform-origin:0;width:100%;height:4px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px -5px #0000001a}[data-theme=dark] .project-card:hover{box-shadow:0 10px 30px -5px #00000080}.project-card:hover:before{transform:scaleX(1)}.project-category{text-transform:uppercase;letter-spacing:1px;color:var(--accent-color);margin-bottom:1rem;font-size:.8rem;font-weight:600}.project-title{margin-bottom:2rem;font-size:1.5rem;line-height:1.3}.project-details{flex-direction:column;flex-grow:1;gap:1.5rem;display:flex}.detail-group h4{color:var(--text-primary);margin-bottom:.5rem;font-size:.9rem}.detail-group p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.detail-group.outcome{background-color:var(--accent-light);border-left:3px solid var(--accent-color);border-radius:8px;padding:1rem}.detail-group.outcome h4{color:var(--accent-color)}.project-link{color:var(--text-primary);cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:.5rem;margin-top:2rem;padding:0;font-size:1rem;font-weight:500;transition:color .2s;display:inline-flex}.project-link:hover{color:var(--accent-color)}.philosophy-section{background-color:var(--bg-secondary);padding:8rem 0}.philosophy-content{text-align:center;border-radius:24px;max-width:900px;margin:0 auto;padding:4rem;position:relative}.quote-icon{opacity:.8;margin-bottom:2rem}.philosophy-statement{color:var(--text-primary);margin-bottom:2rem;font-size:2.5rem;font-weight:300;line-height:1.4}.philosophy-author{color:var(--text-secondary);letter-spacing:1px;font-size:1.125rem;font-weight:600}@media (width<=768px){.philosophy-content{padding:3rem 2rem}.philosophy-statement{font-size:1.75rem}}.contact-section{position:relative}.contact-container{border-radius:24px;grid-template-columns:1fr 1fr;gap:4rem;padding:4rem;display:grid}.contact-info{flex-direction:column;justify-content:center;display:flex}.contact-info h3{margin-bottom:1rem;font-size:2rem}.contact-info p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem}.contact-links{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}.contact-link{color:var(--text-primary);align-items:center;gap:1rem;font-size:1.1rem;display:flex}.contact-link:hover{color:var(--accent-color)}.link-icon{background-color:var(--accent-light);width:48px;height:48px;color:var(--accent-color);border-radius:12px;justify-content:center;align-items:center;transition:transform .2s;display:flex}.contact-link:hover .link-icon{transform:scale(1.05)}.cv-btn{align-self:flex-start;align-items:center;gap:.5rem;display:flex}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{font-size:.95rem;font-weight:500}.form-group input,.form-group textarea{border:1px solid var(--border-color);background-color:var(--bg-color);color:var(--text-primary);border-radius:8px;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent-color);box-shadow:0 0 0 3px var(--accent-light);outline:none}.submit-btn{justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem;display:flex}@media (width<=992px){.contact-container{grid-template-columns:1fr;gap:3rem;padding:2.5rem}}@media (width<=768px){.contact-container{padding:1.5rem}}.footer{border-top:1px solid var(--border-color);background-color:var(--bg-secondary);padding:4rem 0 2rem}.footer-container{flex-direction:column;gap:3rem;display:flex}.footer-content{text-align:center;flex-direction:column;align-items:center;display:flex}.footer-logo{color:var(--text-primary);margin-bottom:.5rem;font-size:2rem;font-weight:700}.footer-tagline{color:var(--text-secondary)}.footer-bottom{border-top:1px solid var(--border-color);color:var(--text-secondary);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.9rem;display:flex}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:var(--text-secondary)}.footer-links a:hover{color:var(--accent-color)}@media (width<=768px){.footer-bottom{text-align:center;flex-direction:column-reverse;gap:1rem}}.app-container{flex-direction:column;min-height:100vh;display:flex}
