@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap";:root{--font-mono:"JetBrains Mono", "Fira Mono", "Cascadia Code", monospace;--font-body:system-ui, -apple-system, "Segoe UI", sans-serif;color-scheme:dark;--bg:#0f0f0f;--bg-subtle:#1a1a1a;--border:#272727;--text:#e2e2e2;--text-muted:#888;--text-faint:#4a4a4a;--cor-projeto-bg:#1c1838;--cor-projeto-text:#a89eff;--cor-artigo-bg:#0c1e30;--cor-artigo-text:#60a8f8;--cor-experimento-bg:#261800;--cor-experimento-text:#f0a84a;--cor-curso-bg:#0d2010;--cor-curso-text:#6dc44e;--cor-cursando-bg:#081e16;--cor-cursando-text:#3ec494;--max-w:800px;--gap:1.5rem}@media (prefers-color-scheme:light){:root{color-scheme:light;--bg:#fff;--bg-subtle:#f8f8f8;--border:#e5e5e5;--text:#111;--text-muted:#666;--text-faint:#999;--cor-projeto-bg:#eeedfe;--cor-projeto-text:#3c3489;--cor-artigo-bg:#e6f1fb;--cor-artigo-text:#0c447c;--cor-experimento-bg:#faeeda;--cor-experimento-text:#633806;--cor-curso-bg:#eaf3de;--cor-curso-text:#27500a;--cor-cursando-bg:#e1f5ee;--cor-cursando-text:#085041}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-size:17px}body{background:var(--bg);color:var(--text);font-family:var(--font-body);min-height:100vh;line-height:1.65}a{color:inherit;text-decoration:none}a:hover{text-underline-offset:3px;text-decoration:underline}img,svg{max-width:100%;display:block}.mono{font-family:var(--font-mono)}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 1.25rem}.nav{border-bottom:1px solid var(--border);background:var(--bg);z-index:100;padding:1rem 0;position:sticky;top:0}.nav-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.nav-logo{font-family:var(--font-mono);color:var(--text);letter-spacing:-.02em;font-size:.875rem;font-weight:500;text-decoration:none}.nav-logo:hover{opacity:.75;text-decoration:none}.nav-links{align-items:center;gap:1.5rem;list-style:none;display:flex}.nav-links a{font-family:var(--font-mono);color:var(--text-muted);font-size:.8rem;transition:color .15s}.nav-links a:hover{color:var(--text);text-decoration:none}.nav-cli-link{letter-spacing:-.03em;opacity:.6;font-weight:500;transition:opacity .15s}.nav-cli-link:hover{opacity:1;color:var(--text)!important}.hero{border-bottom:1px solid var(--border);padding:4rem 0 3rem}.hero-prompt{font-family:var(--font-mono);color:var(--text-muted);margin-bottom:1.5rem;font-size:.875rem}.hero-prompt .prompt-path{color:var(--text-faint)}.hero-prompt .prompt-cmd{color:var(--text)}.hero-title{font-family:var(--font-mono);letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:500;line-height:1.25}.hero-bio{color:var(--text-muted);max-width:520px;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.6}.hero-tags{flex-wrap:wrap;gap:.4rem;display:flex}.hero-tag{font-family:var(--font-mono);background:var(--bg-subtle);border:1px solid var(--border);color:var(--text-muted);border-radius:3px;padding:.2rem .5rem;font-size:.75rem}.section{border-bottom:1px solid var(--border);padding:3rem 0}.section:last-child{border-bottom:none}.section-header{margin-bottom:2rem}.section-title{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);font-size:.75rem;font-weight:500}.badge{font-family:var(--font-mono);letter-spacing:.02em;white-space:nowrap;border-radius:3px;padding:.15rem .45rem;font-size:.7rem;font-weight:500;display:inline-block}.badge-projeto{background:var(--cor-projeto-bg);color:var(--cor-projeto-text)}.badge-artigo{background:var(--cor-artigo-bg);color:var(--cor-artigo-text)}.badge-experimento{background:var(--cor-experimento-bg);color:var(--cor-experimento-text)}.badge-curso{background:var(--cor-curso-bg);color:var(--cor-curso-text)}.badge-cursando{background:var(--cor-cursando-bg);color:var(--cor-cursando-text)}.feed{flex-direction:column;gap:0;display:flex}.feed-entry{border-bottom:1px solid var(--border);grid-template-columns:90px 1fr;gap:0 1.25rem;padding:1.25rem 0;display:grid}.feed-entry:last-child{border-bottom:none}.feed-meta{flex-direction:column;gap:.4rem;padding-top:.1rem;display:flex}.feed-date{font-family:var(--font-mono);color:var(--text-faint);white-space:nowrap;font-size:.72rem}.feed-content{flex-direction:column;gap:.35rem;min-width:0;display:flex}.feed-title{color:var(--text);overflow-wrap:break-word;font-size:.9375rem;font-weight:500;line-height:1.35}.feed-title:hover{text-underline-offset:3px;text-decoration:underline}.feed-desc{color:var(--text-muted);overflow-wrap:break-word;font-size:.875rem;line-height:1.5}.feed-tags{flex-wrap:wrap;gap:.3rem;margin-top:.15rem;display:flex}.feed-tag{font-family:var(--font-mono);color:var(--text-faint);font-size:.69rem}.feed-tag:before{content:"#"}.formacao-grid{flex-direction:column;gap:0;display:flex}.formacao-item{border-bottom:1px solid var(--border);grid-template-columns:100px 1fr;gap:0 1.25rem;padding:1rem 0;display:grid}.formacao-item:last-child{border-bottom:none}.formacao-periodo{font-family:var(--font-mono);color:var(--text-faint);padding-top:.15rem;font-size:.72rem;line-height:1.4}.formacao-titulo{color:var(--text);margin-bottom:.2rem;font-size:.9rem;font-weight:500;line-height:1.35}.formacao-inst{color:var(--text-muted);font-size:.8125rem}.stack-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:0;display:grid}.stack-item{border-bottom:1px solid var(--border);align-items:center;gap:.6rem;padding:.75rem 0;display:flex}.stack-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:6px;height:6px}.stack-dot.inactive{background:var(--border)}.stack-name{font-family:var(--font-mono);color:var(--text-muted);font-size:.8rem}.sobre-card{border:1px solid var(--border);border-radius:4px;padding:1.5rem}.sobre-nome{font-family:var(--font-mono);margin-bottom:.4rem;font-size:1rem;font-weight:500}.sobre-bio{color:var(--text-muted);margin-bottom:1rem;font-size:.875rem;line-height:1.6}.sobre-links{flex-wrap:wrap;gap:1rem;display:flex}.sobre-link{font-family:var(--font-mono);color:var(--text-muted);align-items:center;gap:.35rem;font-size:.8rem;display:flex}.sobre-link:hover{color:var(--text);text-decoration:none}.post-header{border-bottom:1px solid var(--border);margin-bottom:2.5rem;padding:3rem 0 2rem}.post-breadcrumb{font-family:var(--font-mono);color:var(--text-faint);margin-bottom:1.5rem;font-size:.75rem}.post-breadcrumb a:hover{color:var(--text)}.post-title{font-family:var(--font-mono);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:500;line-height:1.3}.post-meta{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.post-date{font-family:var(--font-mono);color:var(--text-faint);font-size:.75rem}.post-tags-inline{flex-wrap:wrap;gap:.3rem;display:flex}.post-tag-inline{font-family:var(--font-mono);color:var(--text-faint);font-size:.72rem}.post-tag-inline:before{content:"#"}.post-body{color:var(--text);font-size:.9375rem;line-height:1.75}.post-body h2{font-family:var(--font-mono);color:var(--text);margin:2rem 0 .75rem;font-size:1rem;font-weight:500}.post-body h3{font-family:var(--font-mono);color:var(--text);margin:1.5rem 0 .5rem;font-size:.875rem;font-weight:500}.post-body p{margin-bottom:1.25rem}.post-body a{text-underline-offset:3px;text-decoration:underline}.post-body code{font-family:var(--font-mono);background:var(--bg-subtle);border:1px solid var(--border);border-radius:3px;padding:.1em .35em;font-size:.85em}.post-body pre{background:var(--bg-subtle);border:1px solid var(--border);border-radius:4px;margin:1.5rem 0;padding:1.25rem;overflow-x:auto}.post-body pre code{background:0 0;border:none;padding:0;font-size:.85rem;line-height:1.6}.post-body ul,.post-body ol{margin-bottom:1.25rem;padding-left:1.5rem}.post-body li{margin-bottom:.35rem}.post-body blockquote{border-left:3px solid var(--border);color:var(--text-muted);margin:1.5rem 0;padding-left:1rem}.post-body table{border-collapse:collapse;width:100%;font-size:.875rem;font-family:var(--font-mono);-webkit-overflow-scrolling:touch;margin:1.75rem 0;display:block;overflow-x:auto}.post-body thead{border-bottom:2px solid var(--border)}.post-body th{text-align:left;letter-spacing:.05em;text-transform:uppercase;color:var(--text-faint);white-space:nowrap;padding:.6rem 1rem;font-size:.72rem;font-weight:500}.post-body td{color:var(--text-muted);border-bottom:1px solid var(--border);vertical-align:top;padding:.6rem 1rem;line-height:1.55}.post-body tr:last-child td{border-bottom:none}.post-body tbody tr:hover td{background:var(--bg-subtle);color:var(--text)}.badge-forum{background:var(--bg-subtle);color:var(--text-muted);border:1px solid var(--border)}.forum-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:3rem;display:grid}.forum-empty{font-family:var(--font-mono);color:var(--text-faint);padding:1rem 0;font-size:.8rem}.forum-author{font-family:var(--font-mono);color:var(--text-faint);margin-top:.15rem;font-size:.69rem}.forum-aside{position:sticky;top:5rem}.forum-form-card{border:1px solid var(--border);border-radius:4px;padding:1.25rem}.forum-form-title{font-family:var(--font-mono);color:var(--text-muted);margin-bottom:.5rem;font-size:.8rem}.forum-form-hint{color:var(--text-faint);margin-bottom:1.25rem;font-size:.8rem;line-height:1.5}.propose-locked-msg{margin-bottom:1rem}.propose-login-btn{text-align:center;width:100%}.forum-form{flex-direction:column;gap:1rem;display:flex}.form-field{flex-direction:column;gap:.35rem;display:flex}.form-label{font-family:var(--font-mono);color:var(--text-muted);font-size:.72rem}.form-required{color:var(--text-faint)}.form-input{background:var(--bg-subtle);border:1px solid var(--border);color:var(--text);font-family:var(--font-mono);border-radius:3px;outline:none;width:100%;padding:.5rem .65rem;font-size:.8125rem;transition:border-color .15s}.form-input:focus{border-color:var(--text-muted)}.form-input--error{border-color:#ef4444!important}.form-textarea{resize:vertical;min-height:100px;line-height:1.55}.form-error{font-family:var(--font-mono);color:#ef4444;min-height:1em;font-size:.69rem}.form-btn{background:var(--bg-subtle);border:1px solid var(--border);color:var(--text);font-family:var(--font-mono);cursor:pointer;border-radius:3px;width:100%;padding:.55rem 1rem;font-size:.8rem;transition:border-color .15s,color .15s}.form-btn:hover:not(:disabled){border-color:var(--text-muted)}.form-btn:disabled{opacity:.5;cursor:not-allowed}.form-feedback{font-family:var(--font-mono);min-height:1.2em;font-size:.75rem;line-height:1.5}.form-feedback--success{color:#22c55e}.form-feedback--error{color:#ef4444}@media (width<=700px){.forum-layout{grid-template-columns:1fr;gap:2rem}.forum-aside{order:-1;position:static}}.footer{border-top:1px solid var(--border);margin-top:0;padding:2rem 0}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-text{font-family:var(--font-mono);color:var(--text-faint);font-size:.72rem}.section-header--row{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.feed-more{margin-top:1.25rem}.feed-more-link{font-family:var(--font-mono);color:var(--text-muted);font-size:.8rem;text-decoration:none}.feed-more-link:hover{color:var(--text)}.follow-log-btn{font-family:var(--font-mono);color:var(--text-muted);background:var(--bg-subtle);border:1px solid var(--border);cursor:pointer;border-radius:3px;padding:.35rem .7rem;font-size:.75rem;transition:border-color .15s,color .15s}.follow-log-btn:hover{border-color:var(--text-muted);color:var(--text)}.subscribe-dialog{border:1px solid var(--border);background:var(--bg);color:var(--text);width:100%;max-width:min(420px,100vw - 2rem);height:fit-content;max-height:calc(100dvh - 2rem);box-shadow:none;border-radius:3px;margin:auto;padding:1.5rem 1.35rem 1.35rem;position:fixed;inset:0;overflow:auto}.subscribe-dialog::backdrop{background:#0000008c}.subscribe-dialog-close-form{margin:0;position:absolute;top:.5rem;right:.5rem}.subscribe-dialog-close{font-family:var(--font-mono);color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.25rem .4rem;font-size:1.25rem;line-height:1}.subscribe-dialog-close:hover{color:var(--text)}.subscribe-prompt{font-family:var(--font-mono);margin-bottom:.75rem;font-size:.75rem}.subscribe-title{font-family:var(--font-mono);margin-bottom:.5rem;font-size:1rem;font-weight:500}.subscribe-desc{color:var(--text-muted);margin-bottom:1.25rem;font-size:.875rem;line-height:1.5}.subscribe-form{flex-direction:column;gap:.85rem;display:flex}.follow-status{border-bottom:none;align-content:center;justify-items:center;padding:clamp(4rem,22vh,10rem) 0;display:grid}.follow-status .container{width:100%;max-width:28rem}.cli-invite{font-family:var(--font-mono);color:var(--text-faint);border:1px solid var(--border);border-radius:3px;align-items:center;gap:.2rem;margin-top:1.5rem;padding:.35rem .75rem;font-size:.8rem;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.cli-invite:hover{border-color:var(--text-muted);color:var(--text-muted);text-decoration:none}.cli-invite-prompt{color:var(--text-faint)}.cli-invite-cmd{color:var(--text-muted)}.cli-invite-cursor{color:var(--text-muted);animation:1.1s step-end infinite blink}.cli-invite-label{color:var(--text-faint);margin-left:.75rem;font-size:.72rem}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@media (width<=640px){.hero{padding:2.5rem 0 2rem}.section{padding:2rem 0}.feed-entry{grid-template-columns:1fr;gap:.5rem}.feed-meta{flex-direction:row;align-items:center;gap:.5rem}.formacao-item{grid-template-columns:1fr;gap:.25rem}.post-header{margin-bottom:1.75rem;padding:2rem 0 1.5rem}.post-body pre{padding:1rem;font-size:.8rem}}@media (width<=480px){html{font-size:15px}.container{padding:0 1rem}.nav-inner{flex-direction:column;align-items:flex-start;gap:.5rem}.nav-links{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:1.25rem;width:100%;padding-bottom:2px;display:flex;overflow-x:auto}.nav-links::-webkit-scrollbar{display:none}.hero{padding:2rem 0 1.5rem}.hero-bio{font-size:.875rem}.section{padding:1.75rem 0}.section-header{margin-bottom:1.25rem}.sobre-card{padding:1.25rem}.sobre-links{gap:.75rem}.forum-form-card{padding:1rem}.footer-inner{flex-direction:column;gap:.4rem}.stack-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}.reading-mode-gate{z-index:200;padding:max(1.25rem, env(safe-area-inset-top)) max(1.25rem, env(safe-area-inset-right)) max(1.25rem, env(safe-area-inset-bottom)) max(1.25rem, env(safe-area-inset-left));background:var(--bg);font-family:var(--font-mono);justify-content:center;align-items:center;font-size:clamp(.8125rem,2.8vw,.9375rem);line-height:1.55;display:flex;position:fixed;inset:0}html.reading-mode-skip-gate .reading-mode-gate{display:none!important}body.reading-mode-gate-open{overflow:hidden}.reading-mode-gate-inner{width:100%;max-width:36rem}.reading-mode-gate-prompt{color:var(--text-muted);min-height:1.55em;margin-bottom:.85rem}.reading-mode-gate-prompt .prompt-path{color:#22c55e;opacity:.9}.reading-mode-gate-prompt .prompt-cmd{color:var(--text)}.reading-mode-gate-msg{color:var(--text);white-space:pre-wrap;min-height:4.5em;margin-bottom:1.5rem}.reading-mode-gate-msg .cursor-blink{color:#22c55e;margin-left:1px;animation:.7s step-end infinite reading-gate-cursor}@keyframes reading-gate-cursor{0%,to{opacity:1}50%{opacity:0}}.reading-mode-gate-actions{flex-direction:column;gap:.75rem;display:flex}.reading-mode-gate-actions.is-hidden{visibility:hidden;opacity:0;pointer-events:none;clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}.reading-mode-gate-actions.is-visible{visibility:visible;opacity:1;pointer-events:auto;clip:auto;width:auto;height:auto;position:static}.reading-mode-gate-btn{width:100%;min-height:2.875rem;font-family:var(--font-mono);color:var(--text);background:var(--bg-subtle);border:1px solid var(--border);cursor:pointer;text-align:center;-webkit-tap-highlight-color:transparent;justify-content:center;align-items:center;padding:.65rem 1.1rem;font-size:.875rem;display:flex}.reading-mode-gate-btn:hover{border-color:var(--text-faint);text-decoration:none}.reading-mode-gate-btn:focus-visible{outline-offset:2px;outline:2px solid #22c55e}.reading-mode-gate-btn--primary{color:#4ade80;border-color:#22c55e}.reading-mode-gate-hint{color:var(--text-faint);margin-top:1.25rem;font-size:.75rem}.nav-logo-cursor{margin-left:1px;animation:.65s step-end infinite nav-cursor-blink;display:inline-block}@keyframes nav-cursor-blink{0%,to{opacity:1}50%{opacity:0}}#matrix-bg{z-index:0;pointer-events:none;opacity:0;position:fixed;inset:0}#matrix-bg.matrix-active{opacity:.35}.nav,main,.footer{z-index:1;position:relative}
