@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap";:root,[data-theme=dark]{--bg: #0a0a0a;--bg-subtle: #111111;--text: #f5f5f5;--text-muted: #888888;--text-body: #e5e5e5;--text-visited: #a3a3a3;--accent: #e8813a;--accent-tint: rgba(232, 129, 58, .12);--border: #262626;--scrollbar: #333333;--font-sans: "Inter", system-ui, sans-serif;--font-display: "Fraunces", Georgia, "Times New Roman", serif;--font-mono: "JetBrains Mono", monospace;--max-width: 680px}[data-theme=light]{--bg: #fafafa;--bg-subtle: #f0f0f0;--text: #1a1a1a;--text-muted: #666666;--text-body: #2a2a2a;--text-visited: #777777;--accent: #c96a28;--accent-tint: rgba(201, 106, 40, .1);--border: #e0e0e0;--scrollbar: #cccccc}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:focus{outline:none}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}html{font-size:16px;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:1rem;line-height:1.7;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-wrapper{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}header{padding:2.5rem 0 2rem;border-bottom:1px solid var(--border);margin-bottom:4rem}header .inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-name{font-size:.875rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);transition:color .15s}.site-name:hover{color:var(--text)}nav{display:flex;gap:1.75rem}nav a{font-size:.875rem;color:var(--text-muted);transition:color .15s}nav a:hover,nav a[aria-current=page],.nav-search-btn:hover{color:var(--text)}.nav-search-btn{display:inline-flex;align-items:center;gap:.4rem;background:none;border:none;padding:0;font-family:inherit;font-size:.875rem;color:var(--text-muted);cursor:pointer;transition:color .15s}.nav-kbd{font-family:var(--font-mono);font-size:.625rem;letter-spacing:.02em;color:var(--text-muted);border:1px solid var(--border);border-radius:3px;padding:.1rem .3rem;line-height:1.4}footer{margin-top:6rem;padding:2rem 0;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap}.footer-brand{display:flex;align-items:center;gap:.75rem}.site-mark{flex-shrink:0;opacity:.9}footer p,footer a{font-size:.8125rem;color:var(--text-muted)}footer a:hover{color:var(--accent)}.footer-links{display:flex;gap:1.25rem;flex-wrap:wrap}.post-list{list-style:none;display:flex;flex-direction:column;gap:0}.post-item{display:grid;grid-template-columns:7rem 1fr;gap:1rem;padding:.875rem 0 .875rem .625rem;border-bottom:1px solid var(--border);border-left:2px solid transparent;align-items:start;transition:transform .15s ease,opacity .15s ease}.post-item[data-content-type=personal]{border-left-color:var(--accent)}.post-item[data-content-type=tech],.post-item[data-content-type=notas]{border-left-color:var(--border)}.post-item:hover{transform:translate(3px);opacity:.95}.post-item--hidden{display:none}.post-item-body{display:flex;flex-direction:column;gap:.35rem;min-width:0}.post-item:first-child{border-top:1px solid var(--border)}.post-date{font-size:.8125rem;font-family:var(--font-mono);color:var(--accent);white-space:nowrap;padding-top:.1rem}.post-title-row{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.post-title-link{font-size:.9375rem;color:var(--text);line-height:1.45;background-image:linear-gradient(var(--accent),var(--accent));background-size:0% 1px;background-position:0 100%;background-repeat:no-repeat;transition:color .15s,background-size .2s ease}.post-title-link:hover{color:var(--accent);background-size:100% 1px}.post-title-link:visited{color:var(--text-visited)}.post-title-link:visited:hover{color:var(--accent)}.badge-new{font-family:var(--font-mono);font-size:.5625rem;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent);border-radius:3px;padding:.1rem .35rem;line-height:1.3;flex-shrink:0}.post-excerpt{font-size:.8125rem;color:var(--text-muted);line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-item-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.post-item-meta .reading-time{font-size:.75rem}.post-item-meta .tags{margin-top:0}.tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.4rem}.tag{font-size:.6875rem;font-family:var(--font-mono);letter-spacing:.03em;text-transform:uppercase;background:var(--accent-tint);color:var(--accent);padding:.15rem .5rem;border-radius:3px;text-decoration:none;transition:background .15s}a.tag:hover{background:#e8813a38}.tag--lg{font-size:.875rem}.page-header{margin-bottom:3rem}.page-header h1{font-family:var(--font-display);font-size:1.125rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.5rem}.page-header p{font-size:.9375rem;color:var(--text-muted);line-height:1.6}.prose{font-size:1rem;line-height:1.8;color:var(--text-body)}.prose h1,.prose h2,.prose h3,.prose h4{font-family:var(--font-display);color:var(--text);font-weight:600;line-height:1.3;margin:2.5rem 0 1rem;scroll-margin-top:5rem;letter-spacing:-.01em}.prose h1{font-size:1.5rem}.prose h2{font-size:1.25rem}.prose h3{font-size:1.0625rem}.prose p{margin-bottom:1.5rem}.prose a{color:var(--accent);text-decoration:underline;text-decoration-color:#e8813a66;text-underline-offset:3px;transition:text-decoration-color .15s}.prose a:hover{text-decoration-color:var(--accent)}.prose ul,.prose ol{padding-left:1.5rem;margin-bottom:1.5rem}.prose li{margin-bottom:.4rem}.prose blockquote{border-left:3px solid var(--accent);padding:.5rem 0 .5rem 1.25rem;margin:1.75rem 0;color:var(--text-body);font-family:var(--font-display);font-size:1.0625rem;font-style:italic;font-weight:500;line-height:1.55;letter-spacing:-.01em}.prose code{font-family:var(--font-mono);font-size:.875em;background:var(--bg-subtle);border:1px solid var(--border);padding:.15em .4em;border-radius:3px;color:var(--text-body)}.prose pre{position:relative;border:1px solid var(--border);border-radius:6px;padding:2.25rem 1.5rem 1.25rem;overflow-x:auto;margin:1.5rem 0;font-size:.875rem;line-height:1.7;scrollbar-width:thin;scrollbar-color:var(--scrollbar) transparent}.prose pre:not(.astro-code){background:var(--bg-subtle)}.prose pre.astro-code{background-color:var(--shiki-dark-bg)!important;color:var(--shiki-dark)}[data-theme=light] .prose pre.astro-code{background-color:var(--shiki-light-bg)!important;color:var(--shiki-light)}.prose pre.astro-code span{color:var(--shiki-dark)}[data-theme=light] .prose pre.astro-code span{color:var(--shiki-light)}.prose pre::-webkit-scrollbar{height:5px}.prose pre::-webkit-scrollbar-track{background:transparent;margin:0 .25rem .25rem}.prose pre::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:3px}.prose pre::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.copy-code-btn{position:absolute;top:.5rem;right:.5rem;font-family:var(--font-mono);font-size:.6875rem;letter-spacing:.03em;text-transform:uppercase;color:var(--text-muted);background:var(--bg);border:1px solid var(--border);border-radius:3px;padding:.2rem .5rem;cursor:pointer;transition:color .15s,border-color .15s}.copy-code-btn:hover{color:var(--text);border-color:var(--text-muted)}.prose pre code{background:none;border:none;padding:0;font-size:inherit}.prose hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.prose strong{color:var(--text)}.prose table{width:100%;border-collapse:collapse;font-size:.875rem;margin:1.5rem 0;display:block;overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--scrollbar) transparent}.prose table::-webkit-scrollbar{height:5px}.prose table::-webkit-scrollbar-track{background:transparent}.prose table::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:3px}.prose table::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.prose th{text-align:left;font-weight:600;color:var(--text);background:var(--bg-subtle);border:1px solid var(--border);padding:.5rem .75rem;white-space:nowrap}.prose td{border:1px solid var(--border);padding:.5rem .75rem;color:var(--text-body);vertical-align:top}.prose tr:nth-child(2n) td{background:color-mix(in srgb,var(--text) 2%,transparent)}.article-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.article-header h1{font-family:var(--font-display);font-size:1.5rem;font-weight:600;line-height:1.3;margin-bottom:1rem;letter-spacing:-.02em}.article-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.article-date{font-size:.8125rem;font-family:var(--font-mono);color:var(--accent)}.reading-time{font-size:.8125rem;font-family:var(--font-mono);color:var(--text-muted)}.home-hero{margin-bottom:4rem}.home-hero-accent{width:2.5rem;height:3px;background:var(--accent);margin-bottom:1rem}.home-hero-tagline{font-size:.75rem;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.home-hero h1{font-family:var(--font-display);font-size:2rem;font-weight:600;margin-bottom:.75rem;line-height:1.2;letter-spacing:-.02em}.home-hero p{font-size:.9375rem;color:var(--text-muted);line-height:1.7;max-width:520px}.home-section-title{font-size:.75rem;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:0}.back-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.8125rem;color:var(--text-muted);margin-bottom:2.5rem;transition:color .15s}.back-link:hover{color:var(--text)}.about-content{font-size:.9375rem;line-height:1.8;color:var(--text-body)}.about-content p{margin-bottom:1.25rem}.about-content a{color:var(--accent);text-decoration:underline;text-decoration-color:#e8813a66;text-underline-offset:3px}.about-content a:hover{text-decoration-color:var(--accent)}.about-header{display:flex;align-items:center;gap:1.25rem;margin-bottom:2rem}.about-header-text,.about-header-text h1{margin-bottom:0}.about-photo{width:96px;height:96px;border-radius:50%;border:2px solid var(--border);object-fit:cover;flex-shrink:0;box-shadow:0 0 0 2px var(--accent-tint)}[data-theme=light] .about-photo{filter:saturate(.95) contrast(1.02)}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--accent);color:var(--bg);font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:0 0 4px 4px;text-decoration:none;z-index:100;transition:top .15s}.skip-link:focus{top:0}.section-cta{margin-top:1.5rem}.link-accent{font-size:.875rem;color:var(--accent);transition:opacity .15s}.link-accent:hover{opacity:.8}.link-muted{font-size:.875rem;color:var(--text-muted);transition:color .15s}.link-muted:hover{color:var(--text)}.link-btn{background:none;border:none;padding:0;font:inherit;cursor:pointer}.text-muted{font-size:.9375rem;color:var(--text-muted)}.content-filter{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem}.filter-btn{font-family:var(--font-mono);font-size:.6875rem;letter-spacing:.03em;text-transform:uppercase;color:var(--text-muted);background:transparent;border:1px solid var(--border);border-radius:3px;padding:.3rem .65rem;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.filter-btn:hover{color:var(--text);border-color:var(--text-muted)}.filter-btn[aria-pressed=true]{color:var(--accent);border-color:var(--accent);background:var(--accent-tint)}.year-section{margin-bottom:2.5rem}.year-section--hidden{display:none}.year-label{margin-bottom:0}.load-more-footer[hidden]{display:none!important}.load-more-btn{display:block;width:100%;margin-top:1rem;padding:.75rem;font-family:var(--font-mono);font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);background:transparent;border:1px solid var(--border);border-radius:6px;cursor:pointer;transition:color .15s,border-color .15s}.load-more-btn[hidden]{display:none!important}.load-more-btn:hover{color:var(--text);border-color:var(--text-muted)}.load-more-end{margin-top:1rem;text-align:center;font-family:var(--font-mono);font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.load-more-end[hidden]{display:none!important}body.search-open{overflow:hidden}.search-modal{position:fixed;inset:0;z-index:200;display:flex;align-items:flex-start;justify-content:center;padding:10vh 1.5rem 1.5rem}.search-modal[hidden]{display:none}.search-modal-backdrop{position:absolute;inset:0;background:#000000bf}.search-modal-panel{position:relative;width:100%;max-width:560px;background:var(--bg-subtle);border:1px solid var(--border);border-radius:8px;padding:1rem;box-shadow:0 16px 48px #00000080}.search-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.search-modal-title{font-size:.75rem;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.search-kbd{font-family:var(--font-mono);font-size:.6875rem;color:var(--text-muted);border:1px solid var(--border);border-radius:3px;padding:.15rem .4rem}#search-modal-ui input{width:100%;background:var(--bg);border:1px solid var(--border);color:var(--text);padding:.625rem .875rem;border-radius:4px;font-family:var(--font-sans);font-size:.9375rem;outline:none}#search-modal-ui input:focus{border-color:var(--accent)}.pagefind-ui__result{border-top:1px solid var(--border);padding:1rem 0}.pagefind-ui__result-title a{color:var(--text);font-size:.9375rem;text-decoration:none}.pagefind-ui__result-title a:hover{color:var(--accent)}.pagefind-ui__result-excerpt{font-size:.875rem;color:var(--text-muted);margin-top:.25rem}.pagefind-ui__message{font-size:.875rem;color:var(--text-muted);padding:1rem 0}mark{background:var(--accent-tint);color:var(--accent);border-radius:2px;padding:0 2px}.error-page{padding:4rem 0;text-align:center}.error-code{font-family:var(--font-mono);font-size:.8125rem;color:var(--accent);margin-bottom:1rem}.error-page h1{font-family:var(--font-display);font-size:1.25rem;font-weight:600;margin-bottom:.75rem;letter-spacing:-.01em}.error-message{color:var(--text-muted);font-size:.9375rem;margin-bottom:2rem}.error-actions{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.error-suggestions{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border);text-align:left}.error-suggestions .home-section-title{margin-bottom:0}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;background:transparent;border:1px solid var(--border);border-radius:4px;cursor:pointer;color:var(--text-muted);transition:color .15s,border-color .15s}.theme-toggle:hover{color:var(--text);border-color:var(--text-muted)}.theme-toggle-icon{font-size:.875rem;line-height:1}[data-theme=dark] .theme-toggle-icon--light,[data-theme=light] .theme-toggle-icon--dark{display:none}.toc{margin-bottom:2rem;background:var(--bg-subtle);border:1px solid var(--border);border-radius:6px;position:sticky;top:1rem;z-index:20;overflow:hidden;max-width:100%}.toc-details{display:block;overflow:hidden;min-width:0}.toc-summary{display:flex;align-items:baseline;gap:.35rem;padding:.75rem 1rem;cursor:pointer;list-style:none;user-select:none;min-width:0;overflow:hidden}.toc-summary::-webkit-details-marker{display:none}.toc-summary::marker{content:""}.toc-summary-label{font-size:.75rem;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);flex-shrink:0}.toc-summary-active{flex:1;font-size:.8125rem;color:var(--accent);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.toc-summary:after{content:"▾";margin-left:auto;flex-shrink:0;font-size:.75rem;color:var(--text-muted);transition:transform .15s}.toc-details[open] .toc-summary:after{transform:rotate(180deg)}.toc-details[open] .toc-summary-active{display:none}.toc-list{list-style:none;display:flex;flex-direction:column;gap:.3rem;padding:0 1rem .875rem;margin:0;max-height:50vh;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--scrollbar) transparent}.toc-list::-webkit-scrollbar{width:4px}.toc-list::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:2px}.toc-item{min-width:0}.toc-item a{display:block;font-size:.875rem;color:var(--text-muted);text-decoration:none;transition:color .15s;line-height:1.45;border-left:2px solid transparent;padding-left:.5rem;overflow-wrap:break-word;word-break:break-word}.toc-item a:hover{color:var(--accent)}.toc-item a.is-active,.toc-item.is-active>a{color:var(--text);border-left-color:var(--accent)}.toc-item--nested{padding-left:.75rem}.toc-item--nested a{font-size:.8125rem}@media (min-width: 1200px){.toc{position:fixed;top:2rem;left:max(1.5rem,calc((100vw - 680px)/2 - 15.5rem));width:13.5rem;margin-bottom:0;z-index:30}.toc-list{max-height:calc(100vh - 6rem)}.prose h2,.prose h3,.prose h4{scroll-margin-top:2rem}}.post-nav{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.post-nav-link{display:flex;flex-direction:column;gap:.35rem;text-decoration:none;transition:color .15s}.post-nav-link--next{text-align:right;align-items:flex-end}.post-nav-label{font-size:.75rem;font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--accent)}.post-nav-title{font-size:.875rem;color:var(--text-muted);line-height:1.45;transition:color .15s}.post-nav-link:hover .post-nav-title{color:var(--text)}.back-to-top{margin-top:3rem;text-align:right}.back-to-top a{font-size:.8125rem;color:var(--text-muted);font-family:var(--font-mono);transition:color .15s}.back-to-top a:hover{color:var(--text)}.related-posts{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border)}.related-posts .home-section-title{margin-bottom:0}.katex{color:var(--text-body);font-size:1.05em}.prose .katex-display{margin:1.5rem 0;overflow-x:auto;overflow-y:hidden}.series-label{font-size:.8125rem;color:var(--text-muted);margin-bottom:.75rem}.series-label a{color:var(--text-muted);text-decoration:underline;text-underline-offset:2px}.series-label a:hover{color:var(--text)}.series-nav{margin:1.5rem 0 2rem;padding:1rem 1.25rem;border:1px solid var(--border);border-radius:4px;background:var(--bg-subtle)}.series-nav-label{margin-bottom:.75rem}.series-nav-label a{color:var(--text);text-decoration:none}.series-nav-label a:hover{text-decoration:underline}.series-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.375rem}.series-nav-item{display:flex;gap:.5rem;font-size:.875rem;line-height:1.4}.series-nav-part{flex-shrink:0;color:var(--text-muted);min-width:1.25rem}.series-nav-item--current .series-nav-current{color:var(--text-muted)}.series-index{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2rem}.series-index-item{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;text-decoration:none;color:var(--text)}.series-index-item:hover .series-index-title{text-decoration:underline;text-underline-offset:2px}.series-index-title{font-family:var(--font-display);font-size:1.125rem}.series-index-count{flex-shrink:0;font-size:.8125rem;color:var(--text-muted)}.series-index-desc{margin:.375rem 0 0;font-size:.875rem;color:var(--text-muted);line-height:1.5}.now-updated{font-size:.8125rem;color:var(--text-muted);font-style:italic}.now-content.prose{font-size:.9375rem;line-height:1.65}.now-content.prose p:last-child{margin-bottom:0}.now-footer{margin-top:2.5rem;font-size:.875rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media (max-width: 768px){nav{gap:1.25rem}.nav-search-btn{display:none}.prose h1{font-size:1.25rem}.prose h2{font-size:1.125rem}.article-header h1{font-size:1.25rem}.home-hero h1{font-size:1.625rem}}@media (max-width: 480px){.post-item{grid-template-columns:1fr;gap:.2rem}nav{gap:1rem}nav a{font-size:.8125rem}.home-hero h1{font-size:1.375rem}.home-hero-accent{width:2rem}header{padding:1.5rem 0;margin-bottom:2.5rem}footer{margin-top:4rem}.article-header h1{font-size:1.125rem}.page-header h1{font-size:1rem}.post-nav{grid-template-columns:1fr;gap:1.25rem}.post-nav-link--next{text-align:left;align-items:flex-start}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.post-item:hover{transform:none;opacity:1}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
