@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@300;400;500;600;700&display=swap";.hero-photo.desktop-only{display:flex;justify-content:center;align-items:flex-start;min-width:250px}.hero-photo.desktop-only .hero-photo-container{width:220px;height:220px;border-radius:50%;overflow:hidden;border:4px solid #e5e5e5;background:#f8f9fa;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.hero-photo.desktop-only .hero-photo-container:hover{transform:scale(1.05);box-shadow:0 8px 30px #00000026}.hero-photo.desktop-only .hero-profile-image{width:100%;height:100%;object-fit:cover;display:block}.hero-profile.mobile-only{display:none;width:100%;justify-content:center;align-items:center;margin:2rem auto}.hero-profile.mobile-only .hero-photo-container{width:180px;height:180px;border-radius:50%;overflow:hidden;border:4px solid #e5e5e5;background:#f8f9fa;box-shadow:0 4px 20px #0000001a}.hero-photo-placeholder .placeholder-icon{font-size:3rem;margin-bottom:.5rem}.hero-photo-placeholder p{font-size:.9rem;font-weight:600;color:#666;margin-bottom:.25rem}.hero-photo-placeholder span{font-size:.7rem;color:#888;line-height:1.2}@media (min-width: 769px){.desktop-only{display:block!important}.mobile-only{display:none!important}.hero-content{display:grid;grid-template-columns:1fr auto;gap:4rem;align-items:start}}@media (max-width: 768px){.desktop-only{display:none!important}.mobile-only{display:flex!important}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-profile.mobile-only{display:flex!important}}@media (max-width: 480px){.hero-profile.mobile-only .hero-photo-container{width:150px;height:150px}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#555}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#2d3748;background-color:#fafafa;font-display:swap;font-feature-settings:"liga" 1,"kern" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400}.card,.contact-card,.navbar,.btn{will-change:transform;transform:translateZ(0)}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,Inter,system-ui,sans-serif;font-weight:600;line-height:1.2;margin-bottom:1rem;letter-spacing:-.025em;color:#1a202c}h1{font-size:3.5rem;font-weight:700;letter-spacing:-.04em;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h2{font-size:2.25rem;font-weight:600;letter-spacing:-.03em;color:#2d3748}h3{font-size:1.75rem;font-weight:600;letter-spacing:-.02em;color:#2d3748}p{margin-bottom:1rem;line-height:1.7;color:#4a5568;font-size:1rem;font-weight:400}a{color:#06c;text-decoration:none;transition:color .2s ease}a:hover{color:#0052a3}.container{max-width:800px;margin:0 auto;padding:0 1.5rem}.container.projects-container{max-width:1200px;padding:0 2rem}.section{padding:4rem 0}.navbar{background:#fffffff2;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100;backdrop-filter:blur(20px);box-shadow:0 1px 3px #0000001a}.nav-container{max-width:800px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;height:60px}.logo{font-size:1.3rem;font-weight:700;color:#1a202c;font-family:Space Grotesk,sans-serif}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:#4a5568;font-size:.95rem;font-weight:500;transition:all .2s ease;position:relative;padding:.5rem 0}.nav-links a:hover{color:#2d3748;transform:translateY(-1px)}.nav-links a.active{color:#667eea;font-weight:600}.nav-links a.active:after{content:"";position:absolute;bottom:-1.5rem;left:0;right:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:1px}.mobile-menu-btn{display:none;flex-direction:column;justify-content:space-around;width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-line{width:24px;height:2px;background:#4a5568;border-radius:1px;transition:all .3s ease;transform-origin:center}.hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-nav{display:none;position:fixed;top:60px;left:0;right:0;background:#fffffffa;backdrop-filter:blur(20px);border-top:1px solid #e2e8f0;box-shadow:0 4px 6px #0000001a;z-index:1000;transform:translateY(-100%);transition:transform .3s ease}.mobile-nav.open{transform:translateY(0)}.mobile-nav-links{list-style:none;padding:1rem 0;margin:0}.mobile-nav-links li{margin:0}.mobile-nav-links a{display:block;padding:1rem 1.5rem;color:#4a5568;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s ease;border-left:3px solid transparent}.mobile-nav-links a:hover{background:#f8f9fa;color:#2d3748;border-left-color:#667eea}.mobile-nav-links a.active{color:#667eea;background:#f0f8ff;border-left-color:#667eea;font-weight:600}.hero{padding:6rem 0 4rem}.hero-profile{display:flex;justify-content:center;margin-bottom:2rem}.hero-photo-container{position:relative;width:150px;height:150px;border-radius:50%;overflow:hidden;border:4px solid #e5e5e5;background:#f8f9fa}.hero-profile-image{width:100%;height:100%;object-fit:cover;display:block}.hero-photo-placeholder{display:none;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:1rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.hero-content{display:grid;grid-template-columns:1fr auto;gap:4rem;align-items:start;margin-bottom:4rem}.desktop-only{display:block}.mobile-only{display:none}.hero-text{max-width:600px}.hero h1{font-size:3.5rem;margin-bottom:1.5rem;color:#000;font-weight:700;letter-spacing:-.05em;line-height:1.1}.hero-subtitle{font-size:1.5rem;color:#4a5568;margin-bottom:1rem;font-weight:500;line-height:1.4;letter-spacing:-.01em;font-family:Space Grotesk,sans-serif}.hero-description{font-size:1.1rem;color:#718096;margin-bottom:2rem;font-weight:400;line-height:1.7;letter-spacing:-.005em;max-width:90%}.hero-links{display:flex;gap:1rem;align-items:center;margin-bottom:0}.hero-links a{color:#06c;font-weight:500}.hero-links .separator{color:#ccc}.hero-links .location{color:#888}.hero-actions{display:flex;gap:1rem;margin-top:2rem}.hero-photo{display:flex;justify-content:center;align-items:flex-start}.photo-container{position:relative;width:200px;height:200px;border-radius:50%;overflow:hidden;border:4px solid #e5e5e5;background:#f8f9fa}.profile-image{width:100%;height:100%;object-fit:cover;display:block}.photo-placeholder{display:none;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:1rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.placeholder-icon{font-size:3rem;margin-bottom:.5rem}.photo-placeholder p{font-size:.9rem;font-weight:600;color:#666;margin-bottom:.25rem}.photo-placeholder span{font-size:.7rem;color:#888;line-height:1.2}.featured-projects{background:#f8f9fa;border-radius:12px;padding:2rem;margin-top:2rem}.featured-projects h2{font-size:1.4rem;margin-bottom:1.5rem;color:#333}.project-item{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e5e5}.project-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.project-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#333}.project-description{font-size:.95rem;color:#666;margin-bottom:1rem}.project-tags{display:flex;gap:.5rem;flex-wrap:wrap}.tag{background:#e3f2fd;color:#1976d2;padding:.25rem .75rem;border-radius:16px;font-size:.8rem;font-weight:500;font-family:JetBrains Mono,Fira Code,Monaco,Consolas,monospace;letter-spacing:-.02em}.tag.backend{background:#e8f5e8;color:#2e7d32}.tag.devops{background:#fff3e0;color:#f57c00}.card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:2rem;margin-bottom:2rem;transition:box-shadow .2s ease}.card:hover{box-shadow:0 4px 20px #0000001a}.card h3{margin-bottom:1rem}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.skills-grid{display:grid;gap:1.5rem}.skill-category{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.5rem}.skill-category h3{margin-bottom:1rem;font-size:1.2rem}.skills-list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#f5f5f5;color:#555;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500;font-family:JetBrains Mono,Fira Code,Monaco,Consolas,monospace;letter-spacing:-.02em}.highlights{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;padding:3rem 2rem;margin:3rem 0;text-align:center}.highlights h2{margin-bottom:2rem;color:#fff}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.highlight-item{text-align:center}.highlight-icon{width:60px;height:60px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.highlight-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.highlight-description{font-size:.9rem;opacity:.9}.experience-item{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:2rem;margin-bottom:2rem}.experience-header{margin-bottom:1.5rem}.role-title{font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.company{color:#06c;font-weight:600;margin-bottom:.25rem}.experience-meta{display:flex;gap:1rem;font-size:.9rem;color:#666;margin-bottom:1rem}.experience-meta svg{width:16px;height:16px;margin-right:.25rem}.type-badge{background:#e3f2fd;color:#1976d2;padding:.2rem .6rem;border-radius:12px;font-size:.8rem;font-weight:500}.achievements-list{list-style:none;margin:1.5rem 0}.achievements-list li{display:flex;align-items:flex-start;margin-bottom:.75rem;font-size:.95rem;color:#555}.achievements-list li:before{content:"✓";color:#4caf50;font-weight:700;margin-right:.75rem;margin-top:.1rem}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}.contact-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.5rem;transition:all .2s ease;text-decoration:none;color:inherit;display:block}.contact-card:hover{box-shadow:0 4px 20px #0000001a;border-color:#06c;transform:translateY(-2px)}.contact-card-header{display:flex;align-items:center;margin-bottom:1rem}.contact-icon{width:48px;height:48px;background:#f0f8ff;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-right:1rem;color:#06c}.contact-card:hover .contact-icon{background:#06c;color:#fff}.contact-title{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.contact-value{color:#06c;font-weight:500;margin-bottom:.5rem}.contact-description{font-size:.9rem;color:#666}.cta-section{text-align:center;background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:3rem 2rem;margin:3rem 0}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.btn{padding:.75rem 1.5rem;border-radius:12px;font-weight:600;font-size:.95rem;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;border:none;cursor:pointer;font-family:Space Grotesk,sans-serif;letter-spacing:-.01em}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 14px #667eea4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.btn-primary:hover:after{opacity:1}.btn-secondary{background:#fffc;color:#4a5568;border:1px solid #e2e8f0;backdrop-filter:blur(10px)}.btn-secondary:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 14px #0000001a}.footer{background:#f8f9fa;border-top:1px solid #e5e5e5;padding:2rem 0;text-align:center;color:#666;margin-top:4rem}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin:2rem 0}.project-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:2.5rem;transition:all .3s ease;height:100%;display:flex;flex-direction:column;width:100%}.project-card:hover{box-shadow:0 8px 30px #0000001f;border-color:#06c;transform:translateY(-4px)}.project-card h3{margin-bottom:1rem;color:#2d3748;font-size:1.4rem}.project-card>p{margin-bottom:1.5rem;color:#4a5568;line-height:1.6;flex-grow:1}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}@media (max-width: 768px){.navbar{background:transparent;border-bottom:none;box-shadow:none;backdrop-filter:none}.nav-container{background:transparent;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{display:block;font-size:1.2rem;font-weight:600;color:#2d3748}.hero-photo-container{width:180px;height:180px}.nav-links{display:none}.mobile-menu-btn{display:flex}.mobile-nav{display:block;top:0;background:#fffffffa;backdrop-filter:blur(20px);border-top:1px solid #e2e8f0}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-text{max-width:none}.desktop-only{display:none}.mobile-only{display:block}.hero-profile{width:100%;display:flex;justify-content:center;align-items:center;margin:2rem auto}.hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-links{flex-wrap:wrap;justify-content:center}.hero-actions{flex-direction:column;align-items:center;gap:.75rem}.hero-actions .btn{width:100%;max-width:280px;justify-content:center}.photo-container{width:150px;height:150px;margin:0 auto}.grid-2,.grid-3,.highlights-grid{grid-template-columns:1fr}.projects-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 1024px){.projects-grid{grid-template-columns:1fr}.project-card{padding:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px;justify-content:center}}
