:root{--bg-color: #f6f7f9;--panel-color: #ffffff;--border-color: rgba(15, 23, 42, .08);--shadow-card: 0 4px 16px rgba(15, 23, 42, .05);--text-color: #1a1d2b;--text-muted: #6b6f80;--accent-color: #111827;--accent-color-hover: #000000;--accent-ring: rgba(17, 24, 39, .22);--radius-md: 8px;--radius-lg: 12px;--font-stack-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--content-width: 1280px;--header-height: 4rem}:root[data-theme=dark]{--bg-color: #0f1720;--panel-color: #1a1f2c;--border-color: rgba(255, 255, 255, .07);--shadow-card: 0 24px 48px rgba(0, 0, 0, .8);--text-color: #f9fafb;--text-muted: #9ca3b5;--accent-color: #f9fafb;--accent-color-hover: #ffffff;--accent-ring: rgba(255, 255, 255, .18)}*{margin:0;padding:0;box-sizing:border-box}html,body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-stack-sans);font-size:var(--text-base);line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%;border-radius:var(--radius-md);display:block}a.link-inline{color:var(--accent-color);font-size:var(--text-sm);font-weight:500;text-decoration:none}a.link-inline:hover{text-decoration:underline}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--accent-color);color:#fff;font-family:var(--font-stack-sans);font-size:var(--text-sm);font-weight:500;padding:.6rem .9rem;border-radius:var(--radius-md);border:1px solid var(--accent-color);text-decoration:none;line-height:1.2;box-shadow:0 4px 12px var(--accent-ring);transition:background .12s ease,box-shadow .12s ease,transform .12s ease}:root[data-theme=dark] .btn-primary{background:var(--accent-color);color:#111;border-color:var(--accent-color)}.btn-primary:hover{background:var(--accent-color-hover);box-shadow:0 6px 16px var(--accent-ring);transform:translateY(-1px)}.pill{display:inline-block;padding:.35rem .6rem;font-size:var(--text-xs);line-height:1.2;border-radius:var(--radius-md);background-color:#0f172a0a;border:1px solid var(--border-color);color:var(--text-color);white-space:nowrap}:root[data-theme=dark] .pill{background-color:#ffffff0f;border-color:#ffffff1f;color:#e5e7eb}.muted{color:var(--text-muted);font-size:var(--text-sm);line-height:1.4}.site-header{background:var(--panel-color);border-bottom:1px solid var(--border-color);box-shadow:0 8px 24px #0000000a;position:sticky;top:0;z-index:100}.header-shell{display:flex;align-items:center;justify-content:space-between;max-width:var(--content-width);margin:0 auto;padding:.75rem 1rem;gap:1rem;min-height:var(--header-height)}.header-left{display:flex;align-items:center;gap:.75rem;min-width:0;flex-shrink:0;color:var(--text-color)}.header-brand-icon{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:var(--radius-md);background:var(--text-color);color:var(--panel-color);box-shadow:0 4px 12px #00000026;font-size:0;flex-shrink:0}:root[data-theme=dark] .header-brand-icon{background:var(--panel-color);color:var(--text-color);border:1px solid var(--border-color);box-shadow:0 8px 24px #000c}.header-brand-meta{display:flex;flex-direction:column;line-height:1.2;min-width:0}.header-brand-title{font-size:var(--text-sm);font-weight:600;color:var(--text-color);white-space:nowrap}.header-brand-sub{font-size:var(--text-xs);font-weight:400;color:var(--text-muted);white-space:nowrap}.header-center{display:none}.header-right{display:flex;align-items:center;min-width:0;flex:1;justify-content:flex-end;flex-wrap:nowrap;gap:1rem}.header-awesome-desktop{position:relative;flex:0 1 260px;min-width:140px;display:flex;flex-direction:column}.awesome-wrapper{position:relative;min-width:0;display:flex;flex-direction:column}.awesome-input{width:100%;font-family:var(--font-stack-sans);font-size:var(--text-sm);line-height:1.3;color:var(--text-color);background-color:var(--panel-color);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:.5rem .75rem .5rem 2rem;box-shadow:0 4px 12px #00000008;outline:none}.awesome-input:focus{box-shadow:0 0 0 2px var(--accent-ring)}.awesome-icon{position:absolute;left:.5rem;top:0;bottom:0;display:flex;align-items:center;pointer-events:none;color:var(--text-muted);font-size:0}.awesome-dropdown{position:absolute;left:0;right:0;top:calc(100% + .4rem);background:var(--panel-color);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-card);padding:.5rem 0;display:none;z-index:200}.header-social-desktop{display:flex;align-items:center;gap:.5rem;min-width:max-content;margin-left:.5rem;margin-right:.5rem}.social-cluster{display:flex;align-items:center;gap:.5rem;min-width:max-content}.social-btn{width:1.5rem;height:1.5rem;border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--panel-color);box-shadow:0 4px 12px #00000008;display:flex;align-items:center;justify-content:center;color:var(--text-muted);text-decoration:none}:root[data-theme=dark] .social-btn{background:var(--panel-color);border-color:var(--border-color);color:var(--text-color);box-shadow:0 8px 24px #000c}.theme-switch{position:relative;width:3rem;height:1.5rem;border-radius:999px;border:1px solid var(--border-color);background-color:var(--panel-color);box-shadow:0 4px 12px #0000000d;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:0 .4rem;font-size:0;flex-shrink:0}.theme-icon{width:.9rem;height:.9rem;color:var(--text-muted)}.theme-handle{position:absolute;top:2px;left:2px;width:1.1rem;height:1.1rem;border-radius:999px;background:var(--accent-color);box-shadow:0 4px 12px var(--accent-ring);transition:transform .15s ease}:root[data-theme=dark] .theme-handle{background:var(--accent-color);box-shadow:0 4px 12px var(--accent-ring)}.hamburger-btn{display:none;width:2rem;height:2rem;border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--panel-color);box-shadow:0 4px 12px #00000008;align-items:center;justify-content:center;cursor:pointer;color:var(--text-color);flex-shrink:0}.mobile-panel-shell{display:none;background:var(--panel-color);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);box-shadow:0 16px 32px #0006}.mobile-panel-inner{max-width:var(--content-width);margin:0 auto;padding:1rem;display:flex;flex-direction:column;gap:1.25rem}.mobile-block-label{font-size:var(--text-xs);font-weight:500;color:var(--text-muted);font-family:var(--font-stack-sans);text-transform:uppercase;letter-spacing:.05em;padding:0 .75rem}.mobile-section-links{display:flex;flex-direction:column;gap:.5rem}.mobile-nav-item{display:flex;align-items:center;gap:.5rem;width:100%;border:1px solid var(--border-color);background:var(--panel-color);border-radius:var(--radius-md);padding:.6rem .75rem;box-shadow:0 4px 12px #00000008;font-family:var(--font-stack-sans);font-size:var(--text-base);line-height:1.4;font-weight:500;color:var(--text-color);cursor:pointer;text-align:left;text-decoration:none}.mobile-nav-icon{width:1rem;height:1rem;color:var(--text-color);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:0}.mobile-resume-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-stack-sans);font-size:var(--text-base);line-height:1.4;font-weight:500;background:var(--accent-color);color:#fff;border:1px solid var(--accent-color);border-radius:var(--radius-md);padding:.6rem .75rem;box-shadow:0 4px 12px var(--accent-ring);text-decoration:none;cursor:pointer;text-align:center}:root[data-theme=dark] .mobile-resume-btn{background:var(--accent-color);color:#111;border-color:var(--accent-color);box-shadow:0 4px 12px var(--accent-ring)}.mobile-social-cluster{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:.75rem 0 1rem;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.mobile-social-col{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:var(--text-color);min-width:4.5rem;padding:.5rem .5rem .25rem;border-radius:.5rem;font-family:var(--font-stack-sans)}.mobile-social-col:active,.mobile-social-col:focus,.mobile-social-col:hover{background:var(--panel-hover, rgba(0,0,0,.04))}:root[data-theme=dark] .mobile-social-col:active,:root[data-theme=dark] .mobile-social-col:focus,:root[data-theme=dark] .mobile-social-col:hover{background:var(--panel-hover, rgba(255,255,255,.06))}.mobile-social-icon{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;color:var(--text-color)}.mobile-social-label{margin-top:.4rem;font-size:var(--text-xs);line-height:1.2;color:var(--text-muted);text-align:center}.mobile-awesome-wrapper{display:flex;flex-direction:column;gap:.5rem;position:relative}.mobile-awesome-dropdown{position:absolute;left:0;right:0;top:calc(100% + .4rem);background:var(--panel-color);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-card);padding:.5rem 0;display:none;z-index:200}@media(max-width:768px){.header-resume-desktop{display:none}}@media(max-width:768px){.header-shell{gap:.75rem}.header-left{flex-shrink:1;min-width:0;max-width:70%}.header-awesome-desktop,.header-social-desktop{display:none}.header-right{gap:.5rem;flex-shrink:0;flex-grow:0;justify-content:flex-end}.theme-switch,.hamburger-btn{display:flex}.mobile-panel-shell.open{display:block}}@media(min-width:769px){.mobile-panel-shell{display:none!important}}main{margin:0;padding:0;background:var(--bg-color)}.desk-container{display:flex;justify-content:center;align-items:flex-start;max-width:100%;padding:1rem}.desk-inner{display:flex;flex-direction:row;align-items:flex-start;gap:1rem;width:100%;max-width:var(--content-width);margin-top:1rem}.sidebar{background:var(--panel-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:1rem;width:260px;flex-shrink:0;position:sticky;top:calc(var(--header-height) + 1rem);align-self:flex-start;display:flex;flex-direction:column;gap:1rem;max-height:calc(100vh - 2rem);overflow-y:auto}.sidebar-header{font-weight:600;font-size:var(--text-sm);color:var(--text-color);display:flex;align-items:center;justify-content:space-between}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem}.sidebar-link{display:flex;align-items:center;gap:.5rem;width:100%;border:1px solid transparent;background:transparent;border-radius:var(--radius-md);padding:.6rem .75rem;font-size:var(--text-sm);font-weight:500;line-height:1.4;color:var(--text-muted);cursor:pointer;text-align:left;transition:background .12s,box-shadow .12s,color .12s}.sidebar-link-icon{width:1rem;height:1rem;color:var(--text-color);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:0}.sidebar-link:hover{background:var(--panel-color);border-color:var(--border-color);color:var(--text-color);box-shadow:0 4px 12px #00000008}.sidebar-link.active{background:var(--panel-color);border-color:var(--border-color);color:var(--text-color);box-shadow:0 0 16px var(--accent-ring)}.workspace-card{flex:1;min-width:0;background:var(--panel-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:1.5rem 1rem 2rem;min-height:70vh}@media(max-width:768px){.desk-inner{flex-direction:column;margin-top:.5rem}.sidebar{display:none;width:100%;position:static;top:auto}.workspace-card{width:100%}}.site-footer{background:var(--bg-color);padding:4rem 1rem 3rem;border-top:1px solid var(--border-color);color:var(--text-color);margin-top:2rem}.footer-shell{max-width:var(--content-width);margin:0 auto;display:flex;flex-direction:column;gap:2rem}.footer-cta-card{background:var(--panel-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem 1.25rem}.footer-cta-left{display:flex;flex-direction:column;gap:.4rem;min-width:0}.footer-cta-heading{font-family:var(--font-stack-sans);font-size:var(--text-base);font-weight:600;line-height:1.3;color:var(--text-color)}.footer-cta-desc{font-size:var(--text-sm);line-height:1.4;color:var(--text-muted);max-width:60ch}.footer-cta-right{display:flex;align-items:flex-start;flex-shrink:0}.footer-cta-btn{white-space:nowrap}.footer-meta{color:var(--text-muted);font-family:var(--font-stack-sans);line-height:1.4}.footer-meta-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.footer-meta-text{color:var(--text-muted);font-size:var(--text-sm)}.footer-inline-link{color:var(--accent-color);text-decoration:none;font-weight:500}.footer-inline-link:hover{text-decoration:underline}.footer-meta-left{text-align:left;flex:1}.footer-meta-right{text-align:right;flex-shrink:0}@media(max-width:700px){.footer-cta-card{flex-direction:column;align-items:flex-start}.footer-cta-right{width:100%}.footer-cta-btn{width:100%;justify-content:center;text-align:center}.footer-meta-inner{flex-direction:column;text-align:center;align-items:center;justify-content:center}.footer-meta-left,.footer-meta-right{text-align:center;width:100%}}.flex-col{display:flex;flex-direction:column;gap:.75rem}.flex-row{display:flex;flex-direction:row;gap:.75rem;flex-wrap:wrap;align-items:center}.experience-desktop{display:block}.experience-mobile{display:none}.experience-desktop-grid{display:grid;grid-template-columns:160px 40px 1fr;align-items:start;gap:1rem;position:relative}@media(max-width:767px){.experience-desktop{display:none}.experience-mobile{display:flex;flex-direction:column;gap:.75rem;background:var(--panel-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:1rem 1.25rem}}.header-social-desktop:where(.astro-3ef6ksr2){display:flex;align-items:center;gap:.75rem}@media(max-width:768px){.header-social-desktop:where(.astro-3ef6ksr2){display:none!important}}.header-social-desktop:where(.astro-3ef6ksr2) .social-btn:where(.astro-3ef6ksr2){display:inline-flex;align-items:center;justify-content:center;background:transparent!important;border:0!important;box-shadow:none!important;outline:none;padding:.125rem;line-height:0;border-radius:.25rem;color:#111827;cursor:pointer;transition:transform .15s ease,opacity .15s ease,color .15s ease}:root[data-theme=dark] .header-social-desktop:where(.astro-3ef6ksr2) .social-btn:where(.astro-3ef6ksr2){color:#e5e7eb}.header-social-desktop:where(.astro-3ef6ksr2) .social-btn:where(.astro-3ef6ksr2) svg:where(.astro-3ef6ksr2){width:1.1rem!important;height:1.1rem!important}.header-social-desktop:where(.astro-3ef6ksr2) .social-btn:where(.astro-3ef6ksr2):hover{transform:translateY(-1px) scale(1.06);opacity:.9}.header-social-desktop:where(.astro-3ef6ksr2) .social-btn:where(.astro-3ef6ksr2):focus-visible{outline:2px solid var(--accent-ring, rgba(17, 24, 39, .22));outline-offset:2px;border-radius:.3rem}.header-brand-icon:where(.astro-3ef6ksr2){display:flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;padding:.25rem;background:#111827;box-shadow:none!important;border-radius:.4rem;transition:background .2s ease,color .2s ease,filter .2s ease}.header-brand-icon:where(.astro-3ef6ksr2) svg:where(.astro-3ef6ksr2){width:.9rem;height:.9rem;color:#fff;stroke:currentColor}:root[data-theme=dark] .header-brand-icon:where(.astro-3ef6ksr2){background:#fff}:root[data-theme=dark] .header-brand-icon:where(.astro-3ef6ksr2) svg:where(.astro-3ef6ksr2){color:#111827}.header-left:where(.astro-3ef6ksr2),.header-left:where(.astro-3ef6ksr2) :where(.astro-3ef6ksr2){cursor:pointer}.header-left:where(.astro-3ef6ksr2):focus-visible{outline:2px solid var(--accent-ring, rgba(17, 24, 39, .22));outline-offset:2px;border-radius:.375rem}:where(.astro-3ef6ksr2)[role=button]{cursor:pointer}.site-footer:where(.astro-sz7xmlte){background:var(--bg-color);padding:4rem 1rem 3rem;border-top:1px solid var(--border-color);color:var(--text-color);margin-top:2rem}.footer-shell:where(.astro-sz7xmlte){max-width:var(--content-width);margin:0 auto;display:flex;flex-direction:column;gap:2rem}.footer-cta-card:where(.astro-sz7xmlte){background:var(--panel-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem 1.25rem}.footer-cta-left:where(.astro-sz7xmlte){display:flex;flex-direction:column;gap:.4rem;min-width:0}.footer-cta-heading:where(.astro-sz7xmlte){font-family:var(--font-stack-sans);font-size:var(--text-base);font-weight:600;line-height:1.3;color:var(--text-color)}.footer-cta-desc:where(.astro-sz7xmlte){font-size:var(--text-sm);line-height:1.4;color:var(--text-muted);max-width:60ch}.footer-cta-right:where(.astro-sz7xmlte){display:flex;align-items:flex-start;flex-shrink:0}.footer-cta-btn:where(.astro-sz7xmlte){white-space:nowrap}.footer-meta:where(.astro-sz7xmlte){color:var(--text-muted);font-family:var(--font-stack-sans);font-size:var(--text-sm);line-height:1.4}.footer-meta-inner:where(.astro-sz7xmlte){display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.footer-meta-text:where(.astro-sz7xmlte){color:var(--text-muted);font-size:var(--text-sm)}.footer-inline-link:where(.astro-sz7xmlte){color:var(--accent-color);text-decoration:none;font-weight:500}.footer-inline-link:where(.astro-sz7xmlte):hover{text-decoration:underline}.footer-meta-left:where(.astro-sz7xmlte){text-align:left;flex:1}.footer-meta-right:where(.astro-sz7xmlte){text-align:right;flex-shrink:0}@media(max-width:700px){.footer-cta-card:where(.astro-sz7xmlte){flex-direction:column;align-items:flex-start}.footer-cta-right:where(.astro-sz7xmlte){width:100%}.footer-cta-btn:where(.astro-sz7xmlte){width:100%;justify-content:center;text-align:center}.footer-meta-inner:where(.astro-sz7xmlte){flex-direction:column;text-align:center;align-items:center;justify-content:center}.footer-meta-left:where(.astro-sz7xmlte),.footer-meta-right:where(.astro-sz7xmlte){text-align:center;width:100%}}:root[data-theme=dark] .project-type-pill:where(.astro-mspuyifq){background:var(--bg-color);color:var(--text-color);border:1px solid rgba(255,255,255,.15)}.badges-top:where(.astro-mspuyifq){position:absolute;top:.4rem;right:.4rem;z-index:3;overflow:visible;pointer-events:none}.badges-outer:where(.astro-mspuyifq){pointer-events:auto;overflow:visible}.badges-scroll:where(.astro-mspuyifq){display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap;overflow-x:auto;overflow-y:visible;padding:.15rem .1rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.badges-scroll:where(.astro-mspuyifq)::-webkit-scrollbar{display:none}:root{--glyph-bg: #000000;--g2: #40c463;--g3: #30a14e;--g4: #216e39;--espresso-bg: #1f1f1f;--espresso-border: #2a2a2a}.about-card:where(.astro-64obwekq){display:flex;flex-direction:column;max-width:900px;border-radius:var(--radius-md);padding:1rem 1.25rem;gap:1.25rem}.hero-grid:where(.astro-64obwekq){display:grid;grid-template-columns:minmax(420px,1fr) 220px;gap:1.25rem;align-items:start}.hero-left:where(.astro-64obwekq){display:flex;flex-direction:column;gap:.6rem;min-width:0}.intro-hello:where(.astro-64obwekq){color:var(--text-muted);font-size:var(--text-base);line-height:1.4;margin-top:.1rem}.grid-shell:where(.astro-64obwekq){background:var(--espresso-bg);border:1px solid var(--espresso-border);border-radius:14px;padding:10px;overflow:hidden;box-shadow:0 6px 22px #00000047}.hello-svg:where(.astro-64obwekq){display:block;max-width:100%;height:auto}.intro-subtitle:where(.astro-64obwekq){font-size:var(--text-base);line-height:1.6;color:var(--text-color)}.about-photo:where(.astro-64obwekq){width:220px;height:220px;border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--shadow-card);background-size:cover;background-position:center;justify-self:end}.about-body:where(.astro-64obwekq){display:flex;flex-direction:column;gap:.75rem;max-width:70ch;color:var(--text-color);font-family:var(--font-stack-sans);align-items:flex-start}.about-title:where(.astro-64obwekq){font-weight:600;font-size:var(--text-lg);color:var(--text-color)}.about-body:where(.astro-64obwekq) p:where(.astro-64obwekq){margin:0;font-size:var(--text-base);line-height:1.6;text-align:left}.verse:where(.astro-64obwekq){margin:.5rem 0 0;padding:.75rem 1rem;border-left:3px solid var(--accent-color);background:color-mix(in srgb,var(--panel-color) 88%,var(--accent-ring));border-radius:var(--radius-md);color:var(--text-color);font-family:var(--font-stack-sans);box-shadow:0 2px 8px #0000000a}.verse-text:where(.astro-64obwekq){font-style:italic;line-height:1.6}.verse-ref:where(.astro-64obwekq){margin-top:.25rem;font-size:.9rem;color:var(--text-muted)}@media(max-width:640px){.hero-grid:where(.astro-64obwekq){grid-template-columns:1fr;gap:1rem}.intro-hello:where(.astro-64obwekq),.intro-subtitle:where(.astro-64obwekq){text-align:center}.about-photo:where(.astro-64obwekq){justify-self:center;width:200px;height:200px;margin-top:.5rem}.about-body:where(.astro-64obwekq){align-items:flex-start;max-width:none}.about-body:where(.astro-64obwekq) p:where(.astro-64obwekq){width:100%;text-align:left}}@media(max-width:768px){.m-section{margin:0rem 0 7rem}.desk-container{padding-left:1rem;padding-right:1rem}.workspace-card{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;width:100%!important}}
