:root{--bg:#f4f3ee;--bg-deep:#e8ece8;--ink:#17221f;--muted:#596863;--line:#12161c1f;--accent:#1f6f5b;--accent-soft:#1f6f5b1f;--hover-surface:#12161c0f;--max-width:38rem;--section-gap:4rem;--font-display:var(--font-ibm-plex-sans);--font-body:var(--font-ibm-plex-sans);--ease:cubic-bezier(.22, 1, .36, 1)}*,:before,:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-size:16px}body{min-height:100vh;font-family:var(--font-body);font-kerning:normal;letter-spacing:-.006em;color:var(--ink);background-color:var(--bg);background-image:radial-gradient(ellipse 90% 60% at 12% -10%, #2a7d661f, transparent 55%), radial-gradient(ellipse 70% 50% at 100% 8%, #78a69424, transparent 50%), radial-gradient(ellipse 50% 40% at 70% 100%, #2a7d6614, transparent 55%), linear-gradient(180deg, var(--bg) 0%, var(--bg-deep) 100%);background-attachment:fixed;margin:0;font-size:1.02rem;line-height:1.68}body:before{content:"";pointer-events:none;opacity:.35;mix-blend-mode:multiply;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");position:fixed;inset:0}body:after{content:"";pointer-events:none;z-index:0;opacity:0;transition:opacity .5s;position:fixed;inset:0}.site-shell{z-index:1;position:relative}.site-shell:before{content:"";pointer-events:none;z-index:0;opacity:0;filter:drop-shadow(0 0 3px #97e1ff73);background:linear-gradient(90deg,#0000,#d6f6ff9e 62%,#0000);border-radius:999px;width:4.5rem;height:1px;position:fixed;top:16%;left:68%;transform:rotate(62deg)}.ist-time{z-index:3;font-variant-numeric:tabular-nums;letter-spacing:.04em;color:var(--muted);pointer-events:none;margin:0;font-size:.78rem;position:fixed;top:1.35rem;right:1.5rem}.ist-time:before{content:"IST · "}.ask-link{z-index:3;letter-spacing:.04em;color:var(--muted);font-size:.78rem;position:fixed;top:1.35rem;left:1.5rem}.ask-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}main{max-width:42rem;margin:0 auto;padding:5.5rem 1.5rem 6rem}h1{font-family:var(--font-display);letter-spacing:-.035em;color:var(--ink);margin:0 0 1.1rem;font-size:clamp(2.4rem,7vw,3.25rem);font-weight:700;line-height:1.05}h2{font-family:var(--font-display);letter-spacing:-.035em;color:var(--ink);text-wrap:balance;margin:0 0 1.5rem;font-size:clamp(1.65rem,3vw,1.9rem);font-weight:700;line-height:1.15}main>section>h2{margin-bottom:1.8rem}h3{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:0 0 .9rem;font-size:.72rem;font-weight:600;line-height:1.4}p{color:var(--ink);margin:0 0 1rem}.intro{opacity:1;margin-bottom:4.5rem;padding:3.5rem 0 0;animation:none;position:relative}.intro-content{opacity:0;animation:riseIn .7s var(--ease) forwards}.intro-kicker{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:0 0 1.1rem;font-size:.72rem;font-weight:600;line-height:1.4}.intro-bio{color:var(--muted);letter-spacing:-.012em;text-wrap:pretty;max-width:34rem;margin-bottom:0;font-size:1.08rem;line-height:1.65}.projects-note{color:var(--muted);letter-spacing:0;margin:0 0 .1rem;font-size:.76rem;font-style:italic;font-weight:400;line-height:1.3}.side-links{flex-wrap:wrap;align-items:center;gap:1.1rem;margin-top:1.35rem;display:flex}.side-links a{width:44px;height:44px;color:var(--muted);transition:color .2s ease, background-color .2s ease, transform .2s var(--ease);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.side-links a:hover{color:var(--ink);background-color:var(--hover-surface);transform:scale(1.04)}.side-links a:active{transform:scale(.96)}.side-links a:after{content:none}.side-links svg{width:20px;height:20px;display:block}.social-preview{z-index:4;background:var(--bg);text-align:left;opacity:0;pointer-events:none;transform-origin:100% 0;width:min(19rem,100vw - 2.4rem);min-height:7.25rem;transition:opacity .2s ease, transform .2s var(--ease);border:1px solid #12161c33;border-radius:.55rem;grid-template-rows:auto 1fr;display:grid;position:absolute;top:calc(100% + .75rem);right:-.5rem;overflow:hidden;transform:translateY(-.35rem)scale(.98);box-shadow:0 1rem 2.5rem #12161c2e}.side-links a:hover .social-preview,.side-links a:focus-visible .social-preview{opacity:1;transform:translateY(0)scale(1)}.social-preview-content{color:var(--muted);flex-direction:column;justify-content:center;gap:.3rem;padding:1rem 1.1rem;font-size:.8rem;line-height:1.4;display:flex}.social-preview-content strong{color:var(--ink);font-size:.95rem;font-weight:600}@media (width>=900px){.social-preview{transform-origin:100%;top:50%;right:calc(100% + 1rem);transform:translate(.35rem,-50%)scale(.98)}.side-links a:hover .social-preview,.side-links a:focus-visible .social-preview{transform:translateY(-50%)scale(1)}}@media (prefers-reduced-motion:reduce){.social-preview{transition:none}}.ai-agents-link{z-index:2;letter-spacing:.01em;text-align:center;width:88px;margin:0;font-size:.68rem;position:fixed;bottom:1.4rem;right:.4rem}.ai-agents-link a{color:#5a6572b8;text-underline-offset:.2em;text-decoration:underline #5a65723d;transition:color .2s}.ai-agents-link a:hover,.ai-agents-link a:focus-visible{color:var(--ink)}a{color:var(--ink);text-decoration:none;transition:color .2s;position:relative}a:after{content:"";transform-origin:0;width:100%;height:1px;transition:transform .28s var(--ease);background:currentColor;position:absolute;bottom:-1px;left:0;transform:scaleX(0)}a:hover{color:var(--ink)}a:hover:after{transform:scaleX(1)}.section-nav{display:none}.section-nav ul{margin:0;padding:0;list-style:none}.section-nav a{color:var(--muted);align-items:center;padding:.4rem 0;display:flex}.section-nav a:after{display:none}.section-nav-dash{opacity:.4;width:1.4rem;height:2px;transition:width .3s var(--ease), opacity .25s ease, background-color .25s ease;background:currentColor;border-radius:999px;flex:none}.section-nav-label{letter-spacing:.09em;text-transform:uppercase;white-space:nowrap;opacity:0;max-width:0;transition:max-width .3s var(--ease), margin-left .3s var(--ease), opacity .2s ease, color .25s ease;margin-left:0;font-size:.7rem;font-weight:500;line-height:1.2;overflow:hidden}.section-nav a:hover,.section-nav a:focus-visible{color:var(--ink)}.section-nav a:hover .section-nav-dash,.section-nav a:focus-visible .section-nav-dash{opacity:.75;width:2rem}.section-nav a:hover .section-nav-label,.section-nav a:focus-visible .section-nav-label{opacity:.95;max-width:9rem;margin-left:.75rem}.section-nav a[aria-current=true]{color:var(--ink)}.section-nav a[aria-current=true] .section-nav-dash{opacity:1;width:1.4rem}.section-nav a[aria-current=true] .section-nav-label{font-weight:600}.section-nav ul:has(a:hover) a[aria-current=true]:not(:hover),.section-nav ul:has(a:focus-visible) a[aria-current=true]:not(:focus-visible){color:var(--muted)}.section-nav ul:has(a:hover) a[aria-current=true]:not(:hover) .section-nav-dash,.section-nav ul:has(a:focus-visible) a[aria-current=true]:not(:focus-visible) .section-nav-dash{opacity:.4;width:1.4rem}section{margin-bottom:var(--section-gap);opacity:0;animation:riseIn .65s var(--ease) forwards;scroll-margin-top:5rem}#about{animation-delay:40ms}#projects{animation-delay:.12s}#experience{animation-delay:.2s}#reflections{animation-delay:.28s}#blog{animation-delay:.36s}section:last-child{margin-bottom:0}.project-list,.experience-list,.reflection-list{margin:0;padding:0;list-style:none}.project-list li,.experience-list li,.reflection-list li{border-bottom:1px solid var(--line);margin-bottom:1.05rem;padding-bottom:1.05rem}.project-list li:last-child,.experience-list li:last-child,.reflection-list li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.project-header{align-items:center;gap:.6rem;display:flex}.project-title-group{align-items:center;gap:.35rem;min-width:0;display:inline-flex}.project-name{color:var(--ink);font-size:1.02rem;font-weight:600;line-height:1.4}.project-demo{width:1.5rem;height:1.5rem;color:var(--muted);justify-content:center;align-items:center;font-size:1.15rem;line-height:1;transition:color .15s,transform .15s;display:inline-flex}.project-demo-wrap{flex:none;display:inline-flex;position:relative}.project-demo:hover{color:var(--ink);transform:scale(1.08)}.project-demo:after{display:none}.project-demo-wrap:hover .project-preview,.project-demo-wrap:focus-within .project-preview{opacity:1;transform:translateY(0)scale(1)}.project-preview{transform-origin:100% 0;top:calc(100% + .25rem);left:auto;right:-.3rem;transform:translateY(-.35rem)scale(.98)}.project-desc{color:var(--muted);margin-top:.25rem;font-size:.94rem;line-height:1.55;display:block}.experience-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.experience-company,.experience-role,.experience-meta span,.experience-meta time{display:block}.experience-company{color:var(--ink);align-items:center;font-size:1.02rem;font-weight:600;line-height:1.4;display:inline-flex}.company-site{display:inline-block;position:relative}.experience-company:hover,.experience-company:focus-visible{color:var(--ink)}.company-preview{z-index:4;background:var(--bg);opacity:0;pointer-events:none;transform-origin:0 0;width:min(19rem,100vw - 2.4rem);height:12.25rem;transition:opacity .2s ease, transform .2s var(--ease);border:1px solid #12161c33;border-radius:.55rem;grid-template-rows:auto 1fr;display:grid;position:absolute;top:calc(100% + .65rem);left:-.5rem;overflow:hidden;transform:translateY(-.35rem)scale(.98);box-shadow:0 1rem 2.5rem #12161c2e}.company-site:hover .company-preview,.company-site:focus-within .company-preview{opacity:1;transform:translateY(0)scale(1)}@media (width>=48rem){.company-preview{top:-1.2rem;left:calc(100% + 1rem);transform:translate(-.35rem,.25rem)scale(.98)}.company-site:hover .company-preview,.company-site:focus-within .company-preview{transform:translate(0)scale(1)}.experience-list li:last-child .company-preview{top:-2.65rem}}@media (width<=47.99rem){.experience-list li:last-child:has(.company-site:hover),.experience-list li:last-child:has(.company-site:focus-within){padding-bottom:12.9rem}}.company-preview-bar{border-bottom:1px solid var(--line);background:#dfe6ece6;align-items:center;gap:.45rem;min-width:0;padding:.38rem .55rem;display:flex}.company-preview-dots,.company-preview-dots:before,.company-preview-dots:after{background:var(--muted);border-radius:50%;width:.38rem;height:.38rem}.company-preview-dots{opacity:.65;flex:none;position:relative}.company-preview-dots:before,.company-preview-dots:after{content:"";position:absolute;top:0}.company-preview-dots:before{left:.52rem}.company-preview-dots:after{left:1.04rem}.company-preview-url{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.64rem;line-height:1;overflow:hidden}.company-preview img{object-fit:cover;object-position:top center;pointer-events:none;width:100%;height:100%;display:block}.experience-role,.experience-meta{color:var(--muted);font-size:.82rem;line-height:1.45}.experience-meta{text-align:right;font-variant-numeric:tabular-nums;flex:none}.experience-list p{color:var(--muted);margin:.35rem 0 0;font-size:.94rem;line-height:1.55}.reflection-list a{font-size:1.02rem;font-weight:600;line-height:1.4}.reflection-list .meta{color:var(--muted);margin-top:.25rem;font-size:.94rem;line-height:1.45;display:block}.subsection{margin-bottom:3rem}.subsection:last-child{margin-bottom:0}.reflections-page{max-width:48rem;margin:0 auto;padding:4rem 2rem 6rem}.back-link{color:var(--muted);margin-bottom:2.5rem;font-size:.85rem;display:inline-block}.book-header{margin-bottom:3rem}.kind-label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:0 0 .55rem;font-size:.72rem;font-weight:600}.book-header h1{margin-bottom:.3rem}.book-author{color:var(--muted);margin:0}.original-link{margin:.7rem 0 0;font-size:.92rem}.empty-state{color:var(--muted);font-style:italic}.chapter-list{margin:0;padding:0;list-style:none}.chapter{border-bottom:1px solid var(--line);margin-bottom:2.75rem;padding-bottom:2.75rem}.chapter:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.chapter-title{margin:0 0 .9rem;font-size:1.3rem}.chapter-takeaway{color:var(--muted);border-left:2px solid var(--accent-soft);margin:.9rem 0 1.4rem;padding-left:.85rem;font-size:1rem;font-style:italic}.chapter-body{color:var(--ink);font-size:1rem;line-height:1.72}.chapter-body :first-child{margin-top:0}.chapter-body h1,.chapter-body h2,.chapter-body h3,.chapter-body h4{font-family:var(--font-display);letter-spacing:-.01em;color:var(--ink);text-transform:none;margin:1.6rem 0 .7rem;font-weight:600}.chapter-body h1{font-size:1.15rem}.chapter-body h2{font-size:1.08rem}.chapter-body h3{font-size:1.02rem}.chapter-body p{margin:0 0 1rem}.chapter-body ul,.chapter-body ol{margin:0 0 1rem;padding-left:1.3rem}.chapter-body li{margin-bottom:.4rem}.chapter-body blockquote{border-left:2px solid var(--line);color:var(--muted);margin:0 0 1rem;padding-left:1rem}.chapter-body strong{color:var(--ink);font-weight:600}.chapter-body code{background:var(--accent-soft);border-radius:.35em;padding:.15em .4em;font-size:.9em}.chapter-body pre{background:#12161c0f;border-radius:.6rem;padding:.9rem 1rem;overflow-x:auto}.chapter-body pre code{background:0 0;padding:0}@media (width<=480px){.reflections-page{padding:3.75rem 1.2rem 4.5rem}}@keyframes riseIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes railIn{0%{opacity:0;transform:translate(-8px,-50%)}to{opacity:1;transform:translateY(-50%)}}@media (width>=900px){main>.intro>.intro-content>h1,main>section>h2{margin-left:-.3rem}.section-nav{z-index:2;opacity:0;animation:railIn .65s var(--ease) .35s forwards;display:block;position:fixed;top:50%;left:1.75rem;transform:translateY(-50%)}.side-links{z-index:2;flex-flow:column;justify-content:center;align-items:center;gap:1.35rem;width:auto;margin-top:0;position:fixed;inset:0 1.75rem 0 auto}}@media (width<=1039px){.section-nav-label{display:none}}@media (width<=480px){.ist-time{font-size:.72rem;top:1rem;right:1.1rem}.ask-link{font-size:.72rem;top:1rem;left:1.1rem}.ai-agents-link{font-size:.64rem;bottom:1rem;right:.2rem}main{padding:3.75rem 1.2rem 4.5rem}h1{font-size:2.1rem}.intro-bio{font-size:1rem}.projects-note{font-size:.74rem}.experience-header{display:block}.experience-meta{text-align:left;margin-top:.2rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.intro-content,section,.section-nav{opacity:1;animation:none}.section-nav-dash,.section-nav-label{transition:none}body:after,.site-shell:before{animation:none}a:after{transition:none}}@media (prefers-color-scheme:dark){:root{color-scheme:dark;--bg:#000;--bg-deep:#000;--ink:#f3f6f5;--muted:#9aa9a6;--line:#d6e8e229;--accent:#70d2b1;--accent-soft:#70d2b129;--hover-surface:#f3f6f51a}body{background-color:#000;background-image:radial-gradient(70% 45% at 12% 0,#19504b29,#0000 62%),radial-gradient(55% 40% at 92% 18%,#252f5c24,#0000 65%),linear-gradient(#000 0% 100%)}body:before{opacity:.12;mix-blend-mode:screen}body:after{opacity:.72;background-image:radial-gradient(circle at 8% 19%,#ffffffd1 0 1px,#0000 1.5px),radial-gradient(circle at 18% 72%,#b9e1ffb8 0 1px,#0000 1.5px),radial-gradient(circle at 29% 37%,#ffffff9e 0 1px,#0000 1.5px),radial-gradient(circle at 42% 14%,#ffffffc7 0 1px,#0000 1.5px),radial-gradient(circle at 54% 81%,#b2ffe1a8 0 1px,#0000 1.5px),radial-gradient(circle at 67% 28%,#ffffffb8 0 1px,#0000 1.5px),radial-gradient(circle at 76% 63%,#cde0ffb8 0 1px,#0000 1.5px),radial-gradient(circle at 88% 11%,#fffc 0 1px,#0000 1.5px),radial-gradient(circle at 94% 87%,#ffffff8f 0 1px,#0000 1.5px);animation:9s ease-in-out infinite alternate starTwinkle}.site-shell:before{animation:18s ease-in-out 2s infinite shootingStar}.company-preview-bar{background:#141b1cf0}}@keyframes starTwinkle{0%{opacity:.46}to{opacity:.82}}@keyframes shootingStar{0%,18%{opacity:0;transform:translate(0,0)rotate(62deg)}24%{opacity:.55}62%{opacity:.42;transform:translate(27vw,64vh)rotate(62deg)}70%,to{opacity:0;transform:translate(31vw,73vh)rotate(62deg)}}
