:root{--bg: #f1eee5;--surface: #e7e3d6;--text: #1a1a1a;--text-muted: #6b6b66;--text-soft: #8a8a85;--accent: #8b2a2a;--accent-hover: #721f1f;--accent-soft: #f5dada;--border: #d8d3c2;--border-strong: #c8c2af}html[data-theme=dark]{--bg: #1d1d1b;--surface: #282826;--text: #ececea;--text-muted: #a0a09c;--text-soft: #7a7a76;--accent: #c86060;--accent-hover: #b44848;--accent-soft: rgba(200, 96, 96, .18);--border: #3a3a37;--border-strong: #4a4a47}:root{--serif: "Source Serif 4", "Tiempos Text", Georgia, "Times New Roman", serif;--sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--sidebar-w: 260px;--toc-w: 220px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--accent);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .15s ease,color .15s ease}a:hover{border-bottom-color:var(--accent)}a[x-apple-data-detectors],.cv-date a{color:inherit!important;text-decoration:none!important;border-bottom:none!important;pointer-events:none}h1,h2,h3,h4{font-family:var(--serif);font-weight:500;letter-spacing:-.015em;line-height:1.2;color:var(--text)}h1{font-size:2.6rem;margin:0 0 1.5rem}h2{font-size:1.55rem;margin:2.5rem 0 1rem}h3{font-size:1.15rem;margin:1.5rem 0 .5rem;font-weight:600}p{margin:0 0 1.25rem}ul{padding-left:1.25rem;margin:0 0 1.5rem}li{margin-bottom:.4rem}.layout{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem;display:grid;grid-template-columns:var(--sidebar-w) 1fr;gap:3.5rem}.layout.has-toc{grid-template-columns:var(--sidebar-w) 1fr var(--toc-w);gap:3rem}.main{min-width:0;max-width:680px}.main>*:first-child{margin-top:5rem}.sidebar{font-size:.92rem;position:sticky;top:2.5rem;align-self:start;max-height:calc(100vh - 5rem);overflow-y:auto}.sidebar-header{display:flex;align-items:center;gap:.4rem;margin-bottom:2rem;text-decoration:none;color:inherit;border-bottom:none}.sidebar-header:hover{border-bottom:none}.sidebar-header:hover .sidebar-name{color:var(--accent)}.sidebar-avatar{width:76px;height:76px;object-fit:contain;flex-shrink:0;will-change:transform;transform:translateZ(0);backface-visibility:hidden}@keyframes avatar-spin{0%{transform:rotate(0) translateZ(0)}to{transform:rotate(360deg) translateZ(0)}}.sidebar-header:hover .sidebar-avatar{animation:avatar-spin .45s linear 1}.sidebar-name{font-family:var(--serif);font-size:1.2rem;font-weight:600;color:var(--text);letter-spacing:-.01em;line-height:1.1}.sidebar-section{margin-bottom:1.75rem}.sidebar-section h4{font-family:var(--sans);font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-soft);margin:0 0 .75rem}.sidebar-bio{color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.55}.sidebar-meta{display:flex;flex-direction:column;gap:.5rem}.sidebar-meta-row{display:flex;align-items:center;gap:.65rem;color:var(--text-muted);font-size:.9rem;line-height:1.35}.sidebar-meta-row .icon{width:16px;height:16px;flex-shrink:0;opacity:.7;color:var(--text)}.sidebar-nav{display:flex;flex-direction:column;gap:.1rem;margin-left:-.5rem;margin-right:-.5rem}.sidebar-nav a{display:flex;align-items:center;gap:.65rem;padding:.4rem .5rem;color:var(--text);border-radius:5px;border-bottom:none}.sidebar-nav a:hover{background:var(--surface);color:var(--accent);border-bottom:none}.sidebar-nav .icon{width:16px;height:16px;flex-shrink:0;opacity:.75}.sidebar-connect{display:flex;flex-direction:column;gap:.35rem}.sidebar-connect a{color:var(--text-muted);border-bottom:none}.sidebar-connect a:hover{color:var(--accent)}.theme-toggle{margin-top:1.5rem;width:40px;height:40px;border-radius:50%;border:1px solid var(--border-strong);background:transparent;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:color .2s ease,border-color .2s ease,transform .3s ease}.theme-toggle:hover{color:var(--accent);border-color:var(--accent);transform:rotate(-15deg)}.theme-toggle svg{width:18px;height:18px}.theme-toggle .sun-icon,.theme-toggle .moon-icon{display:none}.theme-toggle .auto-icon{display:inline-block}html[data-theme-choice=light] .theme-toggle .auto-icon{display:none}html[data-theme-choice=light] .theme-toggle .sun-icon{display:inline-block}html[data-theme-choice=dark] .theme-toggle .auto-icon{display:none}html[data-theme-choice=dark] .theme-toggle .moon-icon{display:inline-block}.greeting{font-size:3rem;margin-bottom:1.5rem}.hero{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:start;margin-top:3rem;margin-bottom:1rem}.hero-text{min-width:0}.aside-italic{font-style:italic;color:var(--text-muted);margin:.5rem 0 1.5rem}@media(max-width:700px){.hero{grid-template-columns:1fr}}.lead{font-size:1.2rem;line-height:1.55;color:var(--text);margin-bottom:1.5rem}.cta-row{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.5rem 0 2rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.1rem;background:var(--accent);color:#fff;border-radius:6px;text-decoration:none;font-size:.92rem;font-weight:500;border:1px solid var(--accent);cursor:pointer;transition:background .15s ease}.btn:hover{background:var(--accent-hover);border-color:var(--accent-hover);border-bottom-color:var(--accent-hover)}.btn-outline{background:transparent;color:var(--text);border:1px solid var(--border-strong)}.btn-outline:hover{background:var(--surface);color:var(--accent);border-color:var(--border-strong);border-bottom-color:var(--border-strong)}.section-head{display:flex;align-items:baseline;gap:.75rem;margin:3rem 0 .5rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.hero+.section-head{margin-top:1rem}.section-head h2{margin:0;font-size:1.4rem}.section-head .sub{color:var(--text-muted);font-size:.9rem}.list-row{display:grid;grid-template-columns:6.5rem 1fr;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--border);align-items:baseline}.list-row:last-child{border-bottom:none}.list-row .date{color:var(--text-soft);font-size:.88rem;font-variant-numeric:tabular-nums}.list-row .title a{color:var(--text);font-weight:500}.list-row .title a:hover{color:var(--accent)}.pub-title{font-weight:500;color:var(--text);margin-bottom:.2rem;line-height:1.4}.pub-meta{color:var(--text-muted);font-size:.88rem;line-height:1.5}.pub-item{border-bottom:1px solid var(--border)}.pub-item:last-child{border-bottom:none}.pub-item>summary{cursor:pointer;list-style:none;display:grid;grid-template-columns:6.5rem 1fr 1rem;gap:1rem;padding:.85rem 0;align-items:baseline}.pub-item>summary::-webkit-details-marker{display:none}.pub-item>summary::marker{content:""}.pub-item>summary:hover .pub-title{color:var(--accent)}.pub-item .caret{width:12px;height:12px;color:var(--text-soft);transition:transform .2s ease;margin-top:.4rem;justify-self:end}.pub-item[open] .caret{transform:rotate(90deg);color:var(--accent)}.pub-expand{padding:.25rem 0 1.5rem 7.5rem;font-size:.95rem;line-height:1.6;color:var(--text)}.pub-expand h5{font-family:var(--sans);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.09em;color:var(--accent);margin:.5rem 0 .3rem}.pub-expand h5:first-child{margin-top:0}.pub-expand p{margin:0 0 .85rem}.pub-expand p:last-child{margin-bottom:0}@media(max-width:700px){.pub-item>summary{grid-template-columns:1fr 1rem;gap:.5rem}.pub-item>summary .date{grid-column:1 / -1;margin-bottom:.15rem}.pub-expand{padding-left:0}}.cv-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}.cv-header h1{margin:0}.cv-list{margin:0 0 1.5rem}.cv-list dt{font-weight:600;margin-top:1rem;color:var(--text)}.cv-list dt:first-child{margin-top:0}.cv-list dd{margin-left:0;display:grid;grid-template-columns:1fr auto;gap:1rem;padding:.15rem 0;color:var(--text);font-size:.96rem}.cv-date{color:var(--text-soft);font-size:.88rem;font-variant-numeric:tabular-nums;white-space:nowrap}.cv-skill{margin:0 0 .7rem;font-size:.96rem}.cv-skill strong{color:var(--text)}.cv-pub{margin:0 0 1rem;font-size:.95rem;line-height:1.55}.cv-pub .tag-sub{display:inline-block;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-right:.45rem;vertical-align:.08em}.project{padding:1.5rem 0;border-bottom:1px solid var(--border)}.project:last-child{border-bottom:none}.project h3{margin-top:0}.project .tags{display:flex;flex-wrap:wrap;gap:.4rem;margin:.75rem 0}.project .tag{font-size:.78rem;background:var(--surface);color:var(--text-muted);padding:.15rem .55rem;border-radius:4px}.article-meta{color:var(--text-soft);font-size:.9rem;margin-bottom:.5rem}.article-meta .sep{margin:0 .5rem;color:var(--border-strong)}.article-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin:0 0 2rem}.article-tags .tag{font-size:.78rem;background:var(--surface);color:var(--text-muted);padding:.2rem .6rem;border-radius:4px}article h2{scroll-margin-top:1rem}article h3{scroll-margin-top:1rem}article blockquote{margin:1.5rem 0;padding:.5rem 1rem;border-left:3px solid var(--accent);background:var(--accent-soft);font-style:italic;color:var(--text)}.toc{position:sticky;top:2.5rem;align-self:start;margin-top:5rem;font-size:.88rem;border-left:1px solid var(--border);padding-left:1.25rem;max-height:calc(100vh - 5rem);overflow-y:auto}.toc h4{font-family:var(--sans);font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-soft);margin:0 0 .75rem}.toc ul{list-style:none;padding:0;margin:0}.toc li{margin-bottom:.45rem}.toc li.sub{margin-left:.85rem;font-size:.84rem}.toc a{color:var(--text-muted);border-bottom:none;line-height:1.4}.toc a:hover{color:var(--accent)}.mobile-bar,.nav-backdrop{display:none}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;background:transparent;color:var(--text);cursor:pointer}.nav-toggle-bars{position:relative;display:block;width:22px;height:16px}.nav-toggle-bars span{position:absolute;left:0;width:100%;height:2px;background:currentColor;border-radius:2px;transition:transform .25s ease,opacity .2s ease}.nav-toggle-bars span:nth-child(1){top:0}.nav-toggle-bars span:nth-child(2){top:7px}.nav-toggle-bars span:nth-child(3){top:14px}body.nav-open .nav-toggle-bars span:nth-child(1){transform:translateY(7px) rotate(45deg)}body.nav-open .nav-toggle-bars span:nth-child(2){opacity:0}body.nav-open .nav-toggle-bars span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:900px){body{font-size:17px}.layout,.layout.has-toc{grid-template-columns:1fr;gap:2rem;padding:calc(56px + 1.25rem) 1.25rem 2.5rem}.main{max-width:none}.main>*:first-child{margin-top:0}.mobile-bar{display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;height:56px;padding:0 .75rem 0 1.25rem;background:var(--bg);border-bottom:1px solid var(--border);z-index:60}.mobile-bar-brand{display:flex;align-items:center;gap:.55rem;color:var(--text);border-bottom:none;font-family:var(--serif);font-weight:600;font-size:1rem}.mobile-bar-brand:hover{border-bottom:none}.mobile-bar-brand img{width:32px;height:32px;object-fit:contain;flex-shrink:0}.sidebar{position:fixed;top:56px;left:0;right:0;width:auto;max-height:calc(100dvh - 56px);margin:0;padding:1.25rem 1.5rem 1.75rem;background:var(--bg);border-bottom:1px solid var(--border);overflow-y:auto;z-index:55;transform:translateY(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1)}body.nav-open .sidebar{transform:translateY(0);box-shadow:0 14px 28px #00000024}.sidebar .sidebar-section{margin-bottom:1.25rem}.sidebar .sidebar-header{display:none}.nav-backdrop{display:block;position:fixed;inset:56px 0 0;background:#0006;opacity:0;pointer-events:none;transition:opacity .28s ease;z-index:50}body.nav-open .nav-backdrop{opacity:1;pointer-events:auto}body.nav-open{overflow:hidden}.toc{position:static;max-height:none;border-left:none;border-top:1px solid var(--border);padding-left:0;padding-top:1.5rem;margin-top:2rem}.greeting{font-size:2.2rem}.list-row{grid-template-columns:1fr;gap:.15rem}}.muted{color:var(--text-muted)}
