@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0");body{margin:0;background-color:#000;font-family:Roboto Mono,monospace;color:#fff}a,a:active,a:hover,a:link,a:visited{color:#a489d9}footer{color:#555;padding:10px;width:100%;margin:0}h1,h2,h3{font-family:Lora,serif;font-weight:700}.site-header{margin:0 auto;max-width:960px;padding:15px 20px;background-color:#121033;border-radius:0 0 4px 4px}.site-logo{margin:0;font-family:Roboto Mono,monospace;font-size:16px;color:#484683;font-weight:400}.site-logo a{text-decoration:none}.site-logo a,.site-logo a:visited{color:inherit}h1{font-size:28px;letter-spacing:-.01em}li,p{font-size:14px;font-weight:200;line-height:1.5}li{margin-bottom:.5rem}.highlight{font-weight:700;border-bottom:1px dashed #929292}.highlight,.highlight-color{color:#a489d9}.advised-companies{list-style:none;gap:25px;display:flex;align-items:center;margin-top:10px}.advised-companies li{display:inline-block;vertical-align:middle}.post-card{display:block;text-decoration:none!important;border:1px solid #222;padding:1.25rem;border-radius:4px;background-color:rgba(164,137,217,.04);backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);transition:all .25s ease;color:inherit;margin-bottom:1rem}.post-card:hover{border-color:#a489d9;background-color:rgba(164,137,217,.08);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.post-card h3{margin:0 0 .4rem;color:#a489d9;font-size:18px;line-height:1.3}.post-card p{margin:0;color:#999}.post-card small{color:#666;display:block;margin-bottom:.5rem}.contact-section{margin-top:3rem;padding-top:1.5rem;border-top:1px dashed #333}.profile-card{display:flex;gap:0;margin:2rem 0 2.5rem;border:1px solid rgba(164,137,217,.15);border-radius:2px;background:rgba(164,137,217,.04);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);overflow:hidden}.profile-portrait{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;flex-shrink:0}.profile-img{width:180px;height:180px;image-rendering:pixelated;display:block}.profile-bio{padding:1.25rem 1.5rem;display:flex;flex-direction:column;justify-content:center;flex:1 1;position:relative}.profile-bio p{margin:0 0 .75rem;font-size:15px;line-height:1.6;color:#ddd}.profile-bio p:last-of-type{margin-bottom:0}@media (max-width:520px){.profile-card{flex-direction:column}.profile-portrait{flex-direction:row;padding:.75rem 1rem;gap:1rem}.profile-img{width:80px;height:80px}}.stat-block{margin:0 0 2rem;border:1px solid rgba(164,137,217,.15);border-radius:2px;overflow:hidden;background:rgba(164,137,217,.04);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.stat-row{display:flex;align-items:baseline;gap:1rem;padding:.55rem 1rem;border-bottom:1px solid #111;font-size:13px}.stat-row:last-child{border-bottom:none}.stat-key{color:#666;white-space:nowrap;min-width:110px;flex-shrink:0;font-size:12px;letter-spacing:.03em}.stat-val{color:#bbb}.demo-card{border:1px solid #222;padding:.5rem .75rem;border-radius:4px;margin:.25rem 0;font-size:13px;background:transparent;transition:all .2s ease;cursor:default;display:flex;justify-content:space-between;align-items:center}.demo-card-llm:hover{border-color:#a489d9;background-color:rgba(164,137,217,.05)}.demo-card-trad:hover{border-color:#ff6b6b;background-color:hsla(0,100%,71%,.05)}.timeline-dot{width:10px;height:10px;border-radius:50%;cursor:pointer;transition:all .2s ease}.timeline-dot-inactive{background:#444}.timeline-dot-inactive:hover{background:#777}.timeline-dot-active{background:#a489d9;box-shadow:0 0 8px rgba(164,137,217,.8);transform:scale(1.3)}.demo-container{display:flex;flex-direction:row;margin:2rem 0;font-family:monospace;font-size:14px}.demo-timeline{display:flex;flex-direction:column;gap:10px;padding-right:1.5rem;justify-content:center;align-items:center}.demo-panels{display:flex;gap:1rem;flex:1 1;flex-direction:row}@media (max-width:768px){.demo-container{flex-direction:column}.demo-timeline{flex-direction:row;padding-right:0;padding-bottom:1.5rem;width:100%}.demo-panels{flex-direction:column}}.switch{position:relative;display:inline-block;width:40px;height:20px}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#333;border-radius:20px}.slider,.slider:before{position:absolute;transition:.2s}.slider:before{content:"";height:14px;width:14px;left:3px;bottom:3px;background-color:#fff;border-radius:50%}input:checked+.slider{background-color:#a489d9}input:checked+.slider:before{transform:translateX(20px)}pre{background-color:#0d0d0d;border:1px solid #1a1a1a;border-radius:8px;padding:1.5rem;margin:2.5rem 0;overflow-x:auto;position:relative;box-shadow:0 10px 40px rgba(0,0,0,.4)}pre:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#a489d9,transparent);opacity:.4}code{font-family:Roboto Mono,monospace;font-size:.9em;background-color:rgba(164,137,217,.1);color:#a489d9;padding:.15rem .4rem;border-radius:4px}pre code{background-color:transparent;color:#d1d1d1;padding:0;font-size:13.5px;line-height:1.6}.hljs-keyword,.hljs-literal,.hljs-section,.hljs-selector-tag{color:#c678dd}.hljs-addition,.hljs-attribute,.hljs-bullet,.hljs-string{color:#98c379}.hljs-built_in,.hljs-class,.hljs-subst,.hljs-title,.hljs-type{color:#e6c07b}.hljs-comment,.hljs-deletion,.hljs-meta,.hljs-quote{color:#5c6370;font-style:italic}.hljs-bullet,.hljs-keyword,.hljs-link,.hljs-selector-tag{font-weight:700}.hljs-attr,.hljs-number,.hljs-params,.hljs-template-variable,.hljs-variable{color:#d19a66}.hljs-function,.hljs-title.function_{color:#61afef}hr{border:0;border-top:1px dashed hsla(0,0%,100%,.3);margin:1.5rem 0}blockquote{margin:2.5rem 0;padding:1.2rem 2.2rem;border-left:2px solid rgba(164,137,217,.5);background:rgba(164,137,217,.08);border-radius:0 4px 4px 0}blockquote p{margin:0;font-family:Lora,serif;font-style:italic;font-size:1.15rem;line-height:1.7;color:#ddd}header{margin:0 auto;max-width:960px;padding:15px 20px;background-color:#121033;border-radius:0 0 4px 4px}header h1{margin:0;font-size:16px;color:#484683;font-weight:unset}header h1 a{text-decoration:none}header a:visited{color:inherit}#handle{font-weight:700;color:#7f7cc4}