:root{--bg:#0a0a0f;--surface:#121218;--surface-2:#1a1a22;--border:#24242e;--border-hover:#34343f;--text:#f2f2f5;--text-dim:#9797a6;--accent:#7c5cff;--accent-2:#5ce1ff;--accent-gradient:linear-gradient(120deg, #7c5cff, #5ce1ff);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background-color:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);min-height:100vh}#root{flex-direction:column;min-height:100vh;display:flex}main{flex:1}a{color:inherit}h1,h2,h3,p{margin:0}.container{max-width:1100px;margin:0 auto;padding:0 clamp(1.5rem,5vw,4rem)}.nav{z-index:10;background:color-mix(in srgb, var(--bg) 80%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem clamp(1.5rem,5vw,4rem);display:flex;position:sticky;top:0}.nav-brand{letter-spacing:-.01em;color:var(--text);font-size:1.1rem;font-weight:700;text-decoration:none}.nav-brand span{background:var(--accent-gradient);color:#0000;-webkit-background-clip:text;background-clip:text}.nav-links{align-items:center;gap:clamp(1rem,3vw,2rem);display:flex}.nav-links a{color:var(--text-dim);font-size:.95rem;text-decoration:none;transition:color .15s}.nav-links a:hover,.nav-links a.active{color:var(--text)}.footer{border-top:1px solid var(--border);color:var(--text-dim);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem clamp(1.5rem,5vw,4rem) 3rem;font-size:.9rem;display:flex}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:var(--text-dim);text-decoration:none}.footer-links a:hover{color:var(--text)}.project-card{border:1px solid var(--border);background:var(--surface);border-radius:16px;flex-direction:column;gap:.75rem;padding:1.75rem;transition:border-color .2s,transform .2s;display:flex}.project-card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.project-card.featured{padding:2rem}.project-card-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.project-card h3{margin:0;font-size:1.25rem}.project-pillars{flex-wrap:wrap;gap:.4rem;display:flex}.pillar-tag{background:var(--surface-2);color:var(--text-dim);white-space:nowrap;border-radius:999px;padding:.25rem .6rem;font-size:.7rem}.project-tagline{color:var(--accent-2);margin:0;font-size:.95rem;font-weight:600}.project-description{color:var(--text-dim);margin:0;font-size:.95rem;line-height:1.6}.project-links{gap:1.5rem;margin-top:.5rem;display:flex}.project-links a{color:var(--text);font-size:.9rem;font-weight:500;text-decoration:none}.project-links a:hover{color:var(--accent-2)}.demo-link{color:var(--accent-2)!important}.hero{max-width:900px;padding:clamp(4rem,12vw,8rem) clamp(1.5rem,5vw,4rem) clamp(3rem,8vw,5rem)}.eyebrow{color:var(--accent-2);letter-spacing:.04em;text-transform:uppercase;margin-bottom:1.25rem;font-size:.9rem;font-weight:600}.hero h1{letter-spacing:-.02em;font-size:clamp(2.25rem,5.5vw,3.75rem);font-weight:700;line-height:1.1}.hero h1 span{background:var(--accent-gradient);color:#0000;-webkit-background-clip:text;background-clip:text}.hero-sub{color:var(--text-dim);max-width:640px;margin-top:1.5rem;font-size:1.15rem;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:1rem;margin-top:2.5rem;display:flex}.btn{border-radius:10px;align-items:center;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:opacity .15s,border-color .15s;display:inline-flex}.btn-primary{background:var(--accent-gradient);color:#08060d}.btn-primary:hover{opacity:.9}.btn-secondary{border:1px solid var(--border);color:var(--text)}.btn-secondary:hover{border-color:var(--border-hover)}.pillars{padding:clamp(2rem,6vw,3rem) clamp(1.5rem,5vw,4rem) clamp(4rem,8vw,6rem)}.pillars h2,.section-header h2{letter-spacing:-.01em;font-size:1.75rem;font-weight:700}.pillar-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-top:2rem;display:grid}.pillar{border:1px solid var(--border);background:var(--surface);border-radius:16px;padding:1.5rem}.pillar h3{margin-bottom:.6rem;font-size:1.05rem;font-weight:600}.pillar p{color:var(--text-dim);font-size:.92rem;line-height:1.55}.flagship{padding:0 clamp(1.5rem,5vw,4rem) clamp(5rem,10vw,7rem)}.section-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.section-header a{color:var(--accent-2);font-size:.95rem;font-weight:500;text-decoration:none}.section-header a:hover{text-decoration:underline}.projects{padding-top:clamp(3rem,8vw,5rem);padding-bottom:clamp(4rem,8vw,6rem)}.projects-header{max-width:700px;margin-bottom:clamp(3rem,6vw,4rem)}.projects-header .eyebrow{color:var(--accent-2);letter-spacing:.04em;text-transform:uppercase;margin-bottom:1rem;font-size:.9rem;font-weight:600}.projects-header h1{letter-spacing:-.02em;font-size:clamp(2rem,4.5vw,2.75rem);font-weight:700}.projects-sub{color:var(--text-dim);margin-top:1rem;font-size:1.05rem;line-height:1.6}.projects-section{margin-bottom:clamp(3rem,6vw,4rem)}.projects-section h2{letter-spacing:-.01em;font-size:1.5rem;font-weight:700}.section-sub{color:var(--text-dim);margin-top:.5rem;font-size:.95rem}.flagship-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-top:1.75rem;display:grid}.research-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-top:1.75rem;display:grid}.blog{padding-top:clamp(3rem,8vw,5rem);padding-bottom:clamp(4rem,8vw,6rem)}.blog-header{max-width:700px;margin-bottom:clamp(3rem,6vw,4rem)}.blog-header .eyebrow{color:var(--accent-2);letter-spacing:.04em;text-transform:uppercase;margin-bottom:1rem;font-size:.9rem;font-weight:600}.blog-header h1{letter-spacing:-.02em;font-size:clamp(2rem,4.5vw,2.75rem);font-weight:700}.blog-sub{color:var(--text-dim);margin-top:1rem;font-size:1.05rem;line-height:1.6}.post-list{flex-direction:column;gap:1.25rem;display:flex}.post-item{border:1px solid var(--border);background:var(--surface);border-radius:16px;flex-direction:column;gap:.75rem;padding:1.75rem;transition:border-color .2s,transform .2s;display:flex}.post-item:hover{border-color:var(--border-hover);transform:translateY(-2px)}.post-item h2{letter-spacing:-.01em;font-size:1.4rem;font-weight:700}.post-item h2 a{color:var(--text);text-decoration:none}.post-item h2 a:hover{color:var(--accent-2)}.post-excerpt{color:var(--text-dim);font-size:.95rem;line-height:1.6}.post-tags{flex-wrap:wrap;gap:.4rem;display:flex}.post-read{color:var(--accent-2);align-self:flex-start;margin-top:.25rem;font-size:.9rem;font-weight:500;text-decoration:none}.post-read:hover{text-decoration:underline}.post{max-width:760px;padding-top:clamp(2.5rem,6vw,3.5rem);padding-bottom:clamp(4rem,8vw,6rem)}.post-back{color:var(--text-dim);font-size:.9rem;text-decoration:none;display:inline-block}.post-back:hover{color:var(--accent-2)}.post-header{border-bottom:1px solid var(--border);margin:1.75rem 0 clamp(2rem,5vw,2.75rem);padding-bottom:clamp(1.5rem,4vw,2rem)}.post-meta{color:var(--text-dim);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.post-meta-dot{opacity:.5}.post-header h1{letter-spacing:-.02em;margin-top:.9rem;font-size:clamp(1.9rem,4.5vw,2.6rem);font-weight:700;line-height:1.15}.post-tags{flex-wrap:wrap;gap:.4rem;margin-top:1.1rem;display:flex}.prose{color:var(--text-dim);font-size:1.05rem;line-height:1.75}.prose p{margin-bottom:1.4rem}.prose .lede{color:var(--text);margin-bottom:1.75rem;font-size:1.2rem;line-height:1.6}.prose h2{letter-spacing:-.01em;color:var(--text);margin:clamp(2.25rem,5vw,2.75rem) 0 1rem;font-size:1.35rem;font-weight:700}.prose strong{color:var(--text);font-weight:600}.prose em{color:var(--text)}.prose a{color:var(--accent-2);text-decoration:none}.prose a:hover{text-decoration:underline}.prose code{background:var(--surface-2);color:var(--text);border-radius:5px;padding:.15em .4em;font-size:.9em}.post-diagram{border:1px solid var(--border);background:var(--surface);border-radius:12px;margin:0 0 1.75rem;padding:1.25rem;overflow-x:auto}.post-diagram code{color:var(--text-dim);white-space:pre;background:0 0;padding:0;font-size:.85rem;line-height:1.7}.post-footer{border-top:1px solid var(--border);margin-top:clamp(2.5rem,6vw,3.5rem);padding-top:clamp(1.5rem,4vw,2rem)}.post-missing h1{margin:1.5rem 0 .75rem;font-size:clamp(1.75rem,4vw,2.25rem)}.post-missing p{color:var(--text-dim);margin-bottom:1.5rem}.notfound{max-width:640px;padding-top:clamp(4rem,12vw,7rem);padding-bottom:clamp(4rem,10vw,7rem)}.notfound .eyebrow{color:var(--accent-2);letter-spacing:.04em;margin-bottom:1rem;font-size:.9rem;font-weight:600}.notfound h1{letter-spacing:-.02em;font-size:clamp(1.9rem,4.5vw,2.6rem);font-weight:700}.notfound-sub{color:var(--text-dim);margin-top:1rem;font-size:1.05rem;line-height:1.6}.notfound-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}
