@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.navbar{position:fixed;top:0;width:100%;background:#0d0d10eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid var(--border-subtle);transition:border-color .3s ease}.navbar.scrolled{border-bottom-color:var(--border-color)}.nav-container{max-width:1100px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1rem;font-weight:700;color:var(--text-primary);text-decoration:none;letter-spacing:.05em;transition:color .2s ease}.nav-logo:hover{color:var(--accent-hover)}.logo-text{display:inline-block}.nav-menu a{color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s ease;position:relative;padding:.25rem 0}.nav-menu a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--accent);transition:width .2s ease}.nav-menu a:hover,.nav-menu a.active{color:var(--text-primary)}.nav-menu a.active:after{width:100%}.nav-menu a:hover:after{width:100%}.mobile-menu-toggle span{width:22px;height:1.5px;background:var(--text-secondary);transition:all .3s ease;display:block}@media (max-width: 768px){.mobile-menu-toggle{display:flex;z-index:1001}.nav-menu{position:fixed;left:0;top:-100vh;flex-direction:column;background:#0d0d10fa;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);width:100%;height:100vh;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);padding:6rem 0 2rem;gap:1.5rem;border-bottom:none;z-index:999;opacity:0;pointer-events:none}.nav-menu.active{top:0;opacity:1;pointer-events:auto}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}}.navbar.scrolled{background:#0a0a0af2;box-shadow:0 4px 20px #00000080}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;color:var(--accent-cyan);text-decoration:none;transition:all .3s ease}.logo-text{display:inline-block;padding:.5rem 1rem;border:2px solid var(--accent-cyan);border-radius:4px;animation:pulse 2s infinite}.nav-logo:hover .logo-text{box-shadow:0 0 15px var(--glow-color);animation:glow 2s infinite}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-menu a{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:all .3s ease;position:relative;padding:.5rem 0}.nav-menu a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent-cyan);transition:width .3s ease}.nav-menu a:hover,.nav-menu a.active{color:var(--accent-cyan)}.nav-menu a:hover:after,.nav-menu a.active:after{width:100%}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:5px}.mobile-menu-toggle span{width:25px;height:2px;background:var(--accent-cyan);transition:all .3s ease}@media (max-width: 768px){.mobile-menu-toggle{display:flex;z-index:1001}.nav-menu{position:fixed;left:0;top:-100vh;flex-direction:column;background:#0a0a0afa;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);width:100%;height:100vh;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);padding:6rem 0 2rem;gap:1.5rem;border-bottom:none;z-index:999;opacity:0;pointer-events:none}.nav-menu.active{top:0;opacity:1;pointer-events:auto}.dropdown-menu{position:static;background:transparent;border:none;box-shadow:none;padding:0;margin-top:1rem;display:none;animation:none}.nav-item:hover .dropdown-menu{display:flex;flex-direction:column;align-items:center;gap:1rem}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px);background:var(--accent-purple)}.mobile-menu-toggle.active span:nth-child(2){opacity:0;transform:translate(-20px)}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px);background:var(--accent-purple)}}.home{min-height:100vh;position:relative}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding-top:80px}.hero-content{max-width:1100px;width:100%;margin:0 auto;padding:2rem;display:grid;grid-template-columns:1fr auto;gap:5rem;align-items:center}.hero-text{animation:slideInUp .7s ease-out both}.hero-greeting{font-size:.95rem;color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem}.hero-name{font-size:3.2rem;font-weight:700;color:var(--text-primary);letter-spacing:-.03em;line-height:1.1;margin-bottom:.75rem}.hero-role{font-size:1rem;color:var(--accent);font-weight:500;margin-bottom:1.75rem;letter-spacing:.02em}.hero-subline{font-size:1.05rem;color:var(--text-secondary);line-height:1.75;margin-bottom:2.25rem;max-width:480px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{animation:fadeIn .9s ease-out .2s both}.profile-wrapper{position:relative;width:280px;height:280px}.profile-photo{width:280px;height:280px;object-fit:cover;border-radius:16px;display:block;border:1px solid var(--border-color);filter:grayscale(10%);transition:filter .3s ease}.profile-photo:hover{filter:grayscale(0%)}.scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;animation:fadeIn 1.2s ease-out .8s both}.scroll-line{width:1px;height:48px;background:linear-gradient(to bottom,transparent,var(--border-color))}@media (max-width: 900px){.hero-content{grid-template-columns:1fr;gap:2.5rem;text-align:center}.hero-visual{order:-1;display:flex;justify-content:center}.hero-subline{margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center}.hero-name{font-size:2.6rem}}@media (max-width: 568px){.hero-name{font-size:2.1rem}.hero-subline{font-size:.95rem}.hero-buttons{flex-direction:column;width:100%;padding:0 1rem}.hero-buttons .btn{width:100%;text-align:center}.profile-wrapper,.profile-photo{width:220px;height:220px}}.about-content{display:grid;grid-template-columns:auto 1fr;gap:3.5rem;align-items:start}.about-photo{width:200px;height:200px;object-fit:cover;border-radius:12px;border:1px solid var(--border-color);display:block;filter:grayscale(10%);transition:filter .3s ease}.about-photo:hover{filter:grayscale(0%)}.about-sections{display:flex;flex-direction:column;gap:2.5rem}.about-section{animation:slideInUp .6s ease-out both}.subsection-title{font-size:1rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.about-text{color:var(--text-secondary);line-height:1.75;margin-bottom:.75rem}.about-text strong{color:var(--text-primary);font-weight:600}.goals-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.goals-list li{display:flex;align-items:flex-start;gap:1rem;color:var(--text-secondary);line-height:1.6}.bullet{color:var(--accent);font-weight:600;flex-shrink:0;margin-top:.05rem}.goals-list strong{color:var(--text-primary);font-weight:600}.quote{border-left:2px solid var(--accent);padding-left:1.25rem;color:var(--text-secondary);font-style:italic;line-height:1.7;font-size:.98rem}@media (max-width: 768px){.about-content{grid-template-columns:1fr;gap:2rem}.about-profile{display:flex;justify-content:center}.about-photo{width:160px;height:160px}}.projects{padding-top:100px;min-height:100vh}.section-subtitle{font-size:.97rem;color:var(--text-muted);margin-top:-1.5rem;margin-bottom:2.5rem}.projects-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.project-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:10px;padding:1.75rem;transition:border-color .2s ease;animation:slideInUp .6s ease-out both}.project-card:hover{border-color:var(--accent)}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem;flex-wrap:wrap}.project-title{font-size:1.15rem;font-weight:600;color:var(--text-primary);margin:0;flex:1;letter-spacing:-.01em}.project-period{font-size:.82rem;color:var(--text-muted);white-space:nowrap;font-variant-numeric:tabular-nums}.project-description{font-size:.97rem;line-height:1.75;color:var(--text-secondary);margin-bottom:1rem}.project-section{margin:1.25rem 0}.project-subtitle{font-size:.8rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:.6rem}.project-list{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.project-list li{font-size:.88rem;color:var(--text-secondary);background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:4px;padding:.25rem .6rem}.project-note{font-size:.88rem;color:var(--text-muted);font-style:italic;margin-top:.75rem}.project-cta{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border-subtle);flex-wrap:wrap}.cta-btn{padding:.55rem 1.1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid var(--border-color);background:transparent;color:var(--text-secondary);font-family:inherit}.cta-btn.active{border-color:var(--accent);color:var(--accent-hover);background:var(--accent-subtle);cursor:pointer}.cta-btn.active:hover{background:#6366f133}.cta-btn.disabled{opacity:.45;cursor:not-allowed}@media (max-width: 768px){.projects{padding-top:80px}.project-header{flex-direction:column;gap:.3rem}.project-card{padding:1.25rem}.project-cta{flex-direction:column;gap:.6rem}.cta-btn{width:100%;text-align:center}}.skills{padding-top:100px;min-height:100vh}.skills-content{display:flex;flex-direction:column;gap:3.5rem}.skills-section .subsection-title{font-size:.85rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.5rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.skill-category{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:10px;padding:1.25rem;transition:border-color .2s ease;animation:slideInUp .6s ease-out both}.skill-category:hover{border-color:var(--accent)}.category-title{font-size:.9rem;font-weight:600;color:var(--text-primary);margin-bottom:.85rem;padding-bottom:.6rem;border-bottom:1px solid var(--border-subtle)}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{padding:.3rem .7rem;background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:4px;font-size:.83rem;color:var(--text-secondary);transition:border-color .2s ease,color .2s ease}.skill-tag:hover{border-color:var(--accent);color:var(--accent-hover)}.known-for-list{display:flex;flex-direction:column;gap:.75rem}.known-for-item{display:flex;gap:.85rem;align-items:flex-start;animation:slideInUp .6s ease-out both}.item-icon{font-size:1rem;color:var(--accent);flex-shrink:0;margin-top:.1rem;line-height:1.6}.item-text{font-size:.97rem;line-height:1.6;color:var(--text-secondary);margin:0}@media (max-width: 768px){.skills{padding-top:80px}.skills-grid{grid-template-columns:1fr;gap:1rem}}@media (max-width: 480px){.skill-category{padding:1rem}.skill-tags{gap:.4rem}}.blog-empty{padding:4rem 0 2rem;max-width:480px}.blog-empty-title{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.blog-empty-text{color:var(--text-secondary);line-height:1.75;font-size:.97rem}.contact{padding-top:100px;min-height:100vh}.contact-content{max-width:700px;display:flex;flex-direction:column;gap:2.5rem}.contact-intro{animation:slideInUp .6s ease-out both}.contact-text{font-size:1rem;line-height:1.75;color:var(--text-secondary);max-width:560px}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;gap:1.25rem;align-items:flex-start;padding:1.25rem 1.5rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:10px;transition:border-color .2s ease;animation:slideInUp .6s ease-out both}.contact-item:hover{border-color:var(--accent)}.contact-icon{font-size:1.25rem;flex-shrink:0;margin-top:.1rem;line-height:1}.contact-details{flex:1}.contact-label{font-size:.78rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.35rem}.contact-link{font-size:.97rem;color:var(--accent-hover);text-decoration:none;transition:color .2s ease;display:inline-block;word-break:break-word}.contact-link:hover{color:var(--text-primary)}.contact-link.coming-soon{color:var(--text-muted);font-style:italic;cursor:default}.contact-link.coming-soon:hover{color:var(--text-muted)}.contact-action{animation:fadeIn .8s ease-out .3s both}.collaborate-btn{font-size:.95rem;padding:.75rem 1.75rem}@media (max-width: 768px){.contact{padding-top:80px}.contact-text{font-size:.95rem}.collaborate-btn{width:100%;text-align:center}}.footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:2rem 0;margin-top:4rem}.footer-text{text-align:center;color:var(--text-secondary);font-size:.95rem;margin:0}@media (max-width: 768px){.footer{padding:1.5rem 0}.footer-text{font-size:.85rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0d0d10;--bg-secondary: #13131a;--bg-tertiary: #1c1c26;--text-primary: #e8e8f0;--text-secondary: #9090a8;--text-muted: #606078;--accent: #6366f1;--accent-hover: #818cf8;--accent-subtle: rgba(99, 102, 241, .12);--border-color: #26263a;--border-subtle: #1e1e2e}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth}code{font-family:Fira Code,Courier New,monospace}@keyframes slideInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.container{max-width:1100px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0;position:relative}.section-title{font-size:2rem;font-weight:700;margin-bottom:2.5rem;color:var(--text-primary);letter-spacing:-.02em;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-8px;left:0;width:32px;height:2px;background:var(--accent);border-radius:2px}.btn{padding:.75rem 1.75rem;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block;font-family:inherit;letter-spacing:.01em}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{border-color:var(--accent);color:var(--accent-hover);background:var(--accent-subtle)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}@media (max-width: 768px){html{font-size:14px}.container{padding:0 1.5rem;width:100%}.section{padding:3rem 0}.section-title{font-size:1.75rem;margin-bottom:2rem}}@media (max-width: 480px){.container{padding:0 1rem}.section-title{font-size:1.5rem}}
