.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--brand-color: #34D399;--brand-secondary: #818CF8;--brand-tertiary: #C084FC;--brand-glow: rgba(52, 211, 153, .12);--brand-gradient: linear-gradient(135deg, #34D399, #818CF8);--brand-gradient-text: linear-gradient(135deg, #34D399 0%, #818CF8 50%, #C084FC 100%);--bg: #0B0D1A;--bg-secondary: #12152B;--bg-elevated: #1A1E38;--text: #E8ECF4;--text-muted: #8B92A8;--border: rgba(255, 255, 255, .07);--transition-fast: .15s ease;--transition-normal: .25s ease;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .3);--shadow-md: 0 4px 16px rgba(0, 0, 0, .4);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeInUp .6s ease forwards}.fade-in-delay-1{animation-delay:.1s}.fade-in-delay-2{animation-delay:.2s}.fade-in-delay-3{animation-delay:.3s}.fade-in-delay-4{animation-delay:.4s}.fade-in-delay-5{animation-delay:.5s}.content>*{opacity:0;animation:fadeInUp .5s ease forwards}.content>*:nth-child(1){animation-delay:0s}.content>*:nth-child(2){animation-delay:.05s}.content>*:nth-child(3){animation-delay:.1s}.content>*:nth-child(4){animation-delay:.15s}.content>*:nth-child(5){animation-delay:.2s}.content>*:nth-child(6){animation-delay:.25s}.content>*:nth-child(7){animation-delay:.3s}.content>*:nth-child(8){animation-delay:.35s}*{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{line-height:1.7;min-height:100vh;background-color:var(--bg);color:var(--text)}a{color:var(--brand-color);text-decoration:none;transition:color var(--transition-fast),opacity var(--transition-fast)}a:hover{opacity:.85;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-inter),sans-serif;font-weight:600;line-height:1.2;letter-spacing:-.03em}img{max-width:100%;height:auto}hr{border:none;height:1px;margin:3rem 0;background:linear-gradient(90deg,transparent,var(--border),transparent)}.nav{position:sticky;top:0;z-index:100;display:flex;justify-content:center;align-items:center;width:100%;padding:1rem 2rem;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);background-color:#0b0d1ae6;border-bottom:1px solid var(--border)}.nav-container{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:960px}.nav-logo{display:flex;align-items:center;justify-content:center;padding:4px;border-radius:var(--radius-sm);transition:transform .2s ease-out,opacity .2s ease-out}.nav-logo:hover{transform:scale(1.05);opacity:1}.nav-logo img{display:block}.nav-links{display:flex;align-items:center;gap:.25rem}.nav-link{font-size:.9rem;font-weight:500;padding:.5rem 1rem;border-radius:var(--radius-sm);transition:all var(--transition-fast);color:var(--text-muted)}.nav-link:hover{color:var(--brand-color)}.nav-link.active{color:var(--brand-color);font-weight:600;position:relative}.nav-link.active:after{content:"";position:absolute;bottom:2px;left:50%;transform:translate(-50%);width:24px;height:2px;background:var(--brand-gradient);border-radius:1px}.main{display:flex;flex-direction:column;align-items:center;padding:5rem 2rem;min-height:calc(100vh - 60px)}.content{max-width:720px;width:100%;margin:0 auto}.heading-1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:var(--brand-gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1;letter-spacing:-.04em}.icon-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.icon-list li{display:flex;align-items:center;gap:.875rem;padding:.625rem 0;font-size:1rem}.icon-list svg{width:22px;height:22px;flex-shrink:0;opacity:.9}.footer{display:flex;flex-direction:column;align-items:center;padding-top:5rem;margin-top:auto}.footer-icons{display:flex;gap:.75rem;margin-bottom:1.5rem}.footer-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-sm);transition:all var(--transition-fast);background-color:var(--bg-elevated)}.footer-icon:hover{transform:translateY(-2px);background-color:#34d3991a}.footer-icon svg{width:20px;height:20px}.footer-text{font-size:.8rem;opacity:.4;text-align:center}.resume-container{max-width:900px;width:100%;margin:0 auto;padding:1rem}.resume-header{font-size:2rem;font-weight:600;margin:0;padding-bottom:.5rem;letter-spacing:-.02em}.resume-subtitle{font-size:1rem;font-weight:400;margin:0;padding-bottom:2rem;opacity:.6;letter-spacing:.1em}.resume-section-title{background:var(--brand-gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:.7rem;font-weight:700;margin-top:1rem;text-transform:uppercase;letter-spacing:.15em}.resume-divider{border:none;height:1px;margin:2.5rem 0;background-color:var(--border)}.resume-item{margin-bottom:1.5rem;margin-top:1.5rem;padding:1.25rem;border-radius:var(--radius-md);background-color:var(--bg-secondary)}.resume-item-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.resume-item-title{font-size:.95rem;font-weight:600;text-transform:none;margin:0;letter-spacing:0}.resume-item-years{font-size:.8rem;font-weight:500;opacity:.6}.resume-item-company{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.resume-item-company img{max-width:72px;height:auto;border-radius:var(--radius-sm)}.resume-item-company a{font-weight:500}.resume-item-location{font-size:.85rem;opacity:.6}.resume-item-content{font-size:.9rem;line-height:1.7}.resume-item-content ul{margin-left:1.5rem;margin-top:.5rem}.resume-item-content li{margin-bottom:.375rem}.resume-item-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:1rem}.tag{font-size:.7rem;font-weight:500;padding:.25rem .625rem;border-radius:100px;letter-spacing:.02em;background-color:var(--bg-elevated);color:var(--text-muted)}.about-image{display:block;width:180px;height:180px;margin:0 auto 2.5rem;border-radius:50%;object-fit:cover;border:2px solid rgba(52,211,153,.3);box-shadow:0 0 0 4px #34d39914}.prose{line-height:1.8;font-size:1.05rem}.prose p{margin-bottom:1.25rem}.prose strong{font-weight:600;color:var(--brand-color)}.prose a{font-weight:500;border-bottom:1px solid transparent;transition:border-color var(--transition-fast)}.prose a:hover{border-bottom-color:var(--brand-color)}.languages-list{list-style:none;font-size:.9rem;display:flex;flex-wrap:wrap;gap:.75rem}.languages-list li{padding:.5rem 1rem;border-radius:var(--radius-sm);background-color:var(--bg-secondary)}.hamburger{display:none;background:none;border:none;cursor:pointer;color:var(--text-muted);padding:.4rem;border-radius:var(--radius-sm);transition:color var(--transition-fast)}.hamburger:hover{color:var(--brand-color)}pre{padding:1.25rem;border-radius:var(--radius-md);overflow-x:auto;font-size:.85rem;line-height:1.7;margin:1.5rem 0;border:1px solid var(--border)}code{font-family:JetBrains Mono,Fira Code,SF Mono,Consolas,monospace;font-size:.85em}:not(pre)>code{background-color:var(--bg-elevated);padding:.2rem .4rem;border-radius:4px;font-size:.85em}@media(max-width:768px){.heading-1{font-size:2.5rem}.main{padding:3rem 1.25rem}.resume-container{padding:.5rem}.resume-item{padding:1rem}.resume-item-header{flex-direction:column;align-items:flex-start}.hamburger{display:flex;align-items:center;justify-content:center}.nav-container{flex-wrap:wrap}.nav-links{display:none;flex-direction:column;width:100%;order:3;padding:.5rem 0;border-top:1px solid var(--border);margin-top:.75rem;background-color:var(--bg-secondary);border-radius:var(--radius-sm)}.nav-links.open{display:flex}.nav-link{width:100%;padding:.75rem 1rem;font-size:.95rem;border-radius:0}.nav-link.active:after{display:none}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.content,.resume-container{animation:fadeIn .4s ease-out}
