:root{--wrap:1200px;--gutter:24px;--gutter-lg:32px}*{box-sizing:border-box}body{margin:0;font:16px/1.6 '-apple-system',BlinkMacSystemFont,segoe ui,Roboto,Ubuntu,Cantarell,noto sans,Arial,sans-serif;color:#0f172a;background:#fff}@media(max-width:600px){body{font-size:17px}}.wrap{max-width:var(--wrap);margin:0 auto;padding:0 var(--gutter)}@media(min-width:880px){.wrap{padding:0 var(--gutter-lg)}}a{text-decoration:underline}a:focus-visible,button:focus-visible,[href]:focus-visible{outline:2px solid #000;outline-offset:2px}.skip{position:absolute;left:-9999px}.skip:focus{left:0;background:#fff;padding:.5rem}.small{font-size:.9rem;color:#555}.prose h1,.prose h2,.prose h3{line-height:1.25;margin-top:1.5rem}.prose pre,.prose code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,liberation mono,courier new,monospace;font-size:.95em}.meta{color:#666;font-size:.9rem}.toc{margin:1rem 0}.cv h1{margin-bottom:.5rem}@media print{nav,.no-print,.skip{display:none!important}a{text-decoration:none}a[href]:after{content:" (" attr(href)")"}body{color:#000}}:root{--bg-1:#f5f7ff;--bg-2:#fdf2ff;--ink:#0f172a;--muted:#475569;--brand-1:#7c3aed;--brand-2:#06b6d4;--glass:rgba(255,255,255,.7);--br:14px}.hero{position:relative;padding:.75rem 0 .5rem}.hero::before,.hero::after{display:none}.hero-card{background:0 0;border:0;box-shadow:none;padding:.5rem 0}.avatar{width:200px;height:200px;border-radius:50%;background:linear-gradient(135deg,var(--brand-1),var(--brand-2));color:#fff;display:grid;place-items:center;font-weight:700;letter-spacing:.5px;margin:0 auto 1.5rem;user-select:none}.avatar-img{width:240px;height:240px;border-radius:50%;overflow:hidden;border:5px solid rgba(124,58,237,.25);box-shadow:0 12px 40px rgba(2,6,23,.15);margin:0 auto 1.5rem;display:block}.avatar-img img{width:100%;height:100%;object-fit:cover;display:block}.hero-title{margin:0 0 .5rem;font-size:clamp(2.125rem,2.8vw,2.5rem);line-height:1.1}@media(max-width:600px){.hero-title{font-size:1.75rem}}.gradient{background:linear-gradient(135deg,var(--brand-1),var(--brand-2));-webkit-background-clip:text;background-clip:text;color:transparent}.subtitle{color:var(--muted);margin:0 0 .75rem;max-width:70ch;line-height:1.75}.meta-line{margin:0 0 .5rem}.badge{background:#eef2ff;color:#3730a3;padding:.25rem .5rem;border-radius:999px;font-size:.8rem}.actions{display:flex;flex-wrap:wrap;gap:1rem;margin:0 0 1rem}.btn{display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;padding:.55rem .9rem;text-decoration:none;font-weight:600;border:1px solid rgba(2,6,23,.12)}.btn-primary{background:linear-gradient(135deg,var(--brand-1),var(--brand-2));color:#fff;border-color:transparent}.btn-ghost{background:#fff;color:#7c3aed;border-color:#7c3aed}.btn:hover{transform:translateY(-1px);transition:transform .15s ease}.btn:focus-visible{outline:2px solid #7c3aed;outline-offset:2px}@media(max-width:520px){.btn{padding:.75rem 1rem}.actions .btn{width:100%;justify-content:center}}.social{display:flex;gap:.5rem;margin-bottom:.75rem}.icon-btn{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;color:var(--ink);background:#fff;border:1px solid rgba(2,6,23,.12);text-decoration:none}.icon-btn:hover{color:var(--brand-1);border-color:var(--brand-1)}.badges{display:flex;flex-wrap:wrap;gap:.4rem}.chip{font-size:.85rem;padding:.25rem .6rem;border-radius:999px;background:#f1f5f9}.proofs{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:.75rem}@media(min-width:880px){.proofs{grid-template-columns:repeat(4,1fr)}}.proofs .chip{display:flex;align-items:center;justify-content:center;height:40px}.logo-strip{display:grid;grid-auto-flow:column;gap:2.5rem;margin:2rem 0 1.5rem;align-items:center;justify-content:space-between}.logo-strip img{display:block;margin:0 auto;height:60px;width:auto;object-fit:contain;filter:grayscale(100%)contrast(.8)opacity(.85);transition:filter .2s ease,opacity .2s ease}.logo-strip img.logo-small{height:48px}.logo-strip img:hover{filter:grayscale(0%)opacity(1)}@media(max-width:600px){.logo-strip{grid-auto-flow:row;grid-template-columns:repeat(2,1fr);gap:1.5rem;justify-items:center}.logo-strip img{max-width:100%;height:auto}.logo-strip img.logo-small{max-height:48px}}.features{display:grid;grid-template-columns:1fr;gap:1rem;margin:2rem 0 0}@media(min-width:700px){.features{grid-template-columns:repeat(3,1fr)}}.feature{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;padding:1rem;border:1px solid rgba(2,6,23,.12);border-radius:12px;background:#fff;min-height:120px;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.feature:hover{border-color:rgba(124,58,237,.35);box-shadow:0 6px 16px rgba(2,6,23,8%);transform:translateY(-2px)}.feature .icon{font-size:1.25rem}.link{color:#7c3aed;font-weight:600}.grid-cards{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:700px){.grid-cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-cards{grid-template-columns:repeat(3,1fr)}}.latest{margin-top:3rem}.post-list{list-style:none;padding:0;margin:.5rem 0 0}.post-list li{display:flex;justify-content:space-between;gap:1rem;padding:.6rem 0;border-bottom:1px solid #e2e8f0}.post-list a{text-decoration:none;color:var(--ink)}.post-list a:hover{text-decoration:underline}.post-list .date{color:var(--muted);font-variant-numeric:tabular-nums}.site{background:#fff;overflow-x:hidden}.site-header{position:sticky;top:0;z-index:50;backdrop-filter:blur(8px);background:rgba(255,255,255,.85);border-bottom:1px solid rgba(2,6,23,8%)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 0}.brand{font-weight:800;text-decoration:none;color:#0f172a;letter-spacing:.2px;padding-left:.5rem}.nav-toggle{background:0 0;border:0;padding:.5rem;display:flex;flex-direction:column;gap:4px;cursor:pointer}.nav-toggle .bar{width:24px;height:2px;background:#0f172a}.nav{display:none;flex-direction:column;gap:.25rem;margin-top:.5rem;color:#0f172a}.nav-close{display:none}.nav.open{display:flex}@media(max-width:880px){.nav.open{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;margin:0;background:#0f172a;color:#fff;justify-content:center;align-items:center;gap:1.5rem;padding:2rem;z-index:60}.nav.open .nav-close{display:block;position:absolute;top:1rem;right:1rem;background:0 0;border:0;font-size:2rem;line-height:1}body.nav-open .nav-toggle .bar{background:#fff}body.nav-open{overflow:hidden}}.nav a{text-decoration:none;color:inherit;padding:.5rem .6rem;border-radius:8px;transition:background-color .15s ease,color .15s ease}.nav a:hover{background:#f1f5f9}.nav a.active{color:#fff;background:#7c3aed;font-weight:600}.nav.open{color:#fff}.nav.open a:hover{background:rgba(255,255,255,.1)}@media(min-width:700px){.nav{display:flex;flex-direction:row;align-items:center}.nav-toggle{display:none}}.site-footer{margin-top:4rem;border-top:1px solid #e2e8f0;background:#fff}.footer-inner{display:flex;align-items:center;justify-content:center;gap:1rem}.page{margin-top:1rem}.page-header{margin-bottom:.75rem}.page-title{margin:0 0 .25rem;line-height:1.2;font-size:clamp(1.5rem,2.4vw,1.75rem)}.card{background:#fff;border:1px solid rgba(2,6,23,.1);border-radius:12px;padding:1rem;box-shadow:0 4px 12px rgba(2,6,23,4%)}.tags{display:flex;gap:.4rem;flex-wrap:wrap}.prose{color:#0f172a}.prose p{margin:.75rem 0}.prose img{max-width:100%;border-radius:10px}.prose blockquote{margin:1rem 0;padding-left:1rem;border-left:3px solid #e2e8f0;color:#475569}.prose pre{padding:.75rem;border-radius:10px;background:#0b1220;color:#e5e7eb;overflow:auto}.prose code:not(pre code){background:#f1f5f9;padding:.1rem .3rem;border-radius:6px}.post-list{list-style:none;padding:0;margin:0}.post-list li{display:flex;justify-content:space-between;padding:.6rem 0;border-bottom:1px dashed #e2e8f0}.post-list li:last-child{border-bottom:0}.post-list a{text-decoration:none;color:#0f172a;font-weight:600}.post-list a:hover{text-decoration:underline}.date{color:#64748b;font-variant-numeric:tabular-nums}.post-list.excerpted p{margin:.25rem 0 0}details.toc{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.6rem .8rem;margin:.75rem 0 1rem}details.toc summary{cursor:pointer;font-weight:600}.contact .icon-list,.cv .icon-list{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.icon-list li{display:flex;align-items:center;gap:.6rem}.icon-list .icon{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,var(--brand-1),var(--brand-2));color:#fff;display:grid;place-items:center;font-weight:700}.cta-row{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.cv .prose h2{margin-top:1.25rem}.cv .prose ul{margin:.5rem 0 .75rem 1.25rem}.cv .prose li{margin:.25rem 0}.cv{--cv-gap:1rem}@media(min-width:880px){.cv .prose{columns:2;column-gap:var(--cv-gap)}.cv .prose h2{break-before:column}}.hero-grid{display:grid;gap:1rem;align-items:center}@media(min-width:1024px){.hero-grid{grid-template-columns:repeat(12,minmax(0,1fr))}}.hero-info{}@media(min-width:1024px){.hero-info{grid-column:1/span 8}}.hero-photo{display:flex;justify-content:center;margin-bottom:1rem}@media(min-width:1024px){.hero-photo{grid-column:10/span 3;justify-content:flex-end;margin-bottom:0}}.hero-photo img{width:240px;height:240px;border-radius:50%;box-shadow:0 12px 40px rgba(2,6,23,.15);object-fit:cover;border:5px solid rgba(124,58,237,.15)}.cv-header{display:grid;gap:1rem;align-items:start;margin-top:.5rem}@media(min-width:900px){.cv-header{grid-template-columns:.9fr 1.1fr}}.cv-photo img{width:100%;height:auto;border-radius:16px;box-shadow:0 16px 36px rgba(2,6,23,.12)}.cv .company-logo{height:24px;width:auto;vertical-align:middle;margin-right:.5rem}.cv-download{margin-top:.5rem}.contact-header{display:grid;gap:1rem;align-items:center;margin-bottom:.75rem}@media(min-width:880px){.contact-header{grid-template-columns:.7fr 1.3fr}}.profile-photo img{width:100%;height:auto;border-radius:16px;box-shadow:0 16px 36px rgba(2,6,23,.12)}