.home-b{--home-b-bg:#090b09;--home-b-panel:#0f120f;--home-b-bar:#0c0f0c;--home-b-border:#1f2921;--home-b-fg:#c8d3c8;--home-b-dim:#6b7a6c;--home-b-accent:#4ade80;--home-b-hash:#e8a33d;--home-b-hover:#121712;font-family:var(--font-mono),monospace;color:var(--home-b-fg);background:var(--home-b-bg);padding:64px 20px}@media (min-width:768px){.home-b{padding:96px 40px 60px}}.home-b *{box-sizing:border-box}.light .home-b{--home-b-bg:#f3f6f3;--home-b-panel:#fff;--home-b-bar:#eef2ee;--home-b-border:#d7ded7;--home-b-fg:#132018;--home-b-dim:#5c6d60;--home-b-accent:#15803d;--home-b-hash:#92400e;--home-b-hover:#e9efe9}.home-b-hero,.home-b-panel{max-width:860px;margin-left:auto;margin-right:auto}.home-b-hero{padding-top:64px;padding-bottom:64px}.home-b-nav{z-index:100;background:color-mix(in srgb, var(--home-b-bg) 88%, transparent);border-bottom:1px solid var(--home-b-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 20px;margin:-64px -20px 0;padding:16px 20px;display:flex;position:sticky;top:0}@media (min-width:768px){.home-b-nav{margin:-96px -40px 0;padding:18px 40px}}.home-b-nav-brand{color:var(--home-b-fg);font-size:.8125rem;text-decoration:none}.home-b-nav-toggle{width:28px;height:28px;color:var(--home-b-fg);cursor:pointer;justify-content:center;align-items:center;display:none}@media not (min-width:768px){.home-b-nav-toggle{display:flex}}.home-b-nav-toggle-line{transform-origin:50%;transition:transform .25s var(--ease-out),opacity .2s var(--ease-out)}.home-b-nav-toggle:has(.home-b-nav-toggle-input:checked){color:var(--home-b-accent)}.home-b-nav-toggle:has(.home-b-nav-toggle-input:checked) .home-b-nav-toggle-line--top{transform:translate(-2.5px,3px)rotate(45deg)}.home-b-nav-toggle:has(.home-b-nav-toggle-input:checked) .home-b-nav-toggle-line--mid{opacity:0}.home-b-nav-toggle:has(.home-b-nav-toggle-input:checked) .home-b-nav-toggle-line--bot{transform:translate(-2.5px,-3px)rotate(-45deg)}.home-b-nav-list{flex-wrap:wrap;gap:4px 18px;margin:0;padding:0;list-style:none;display:flex}@media not (min-width:768px){.home-b-nav-list{border-top:1px solid var(--home-b-border);flex-direction:column;flex-basis:100%;gap:12px;margin-top:12px;padding-top:14px;display:none}.home-b-nav:has(.home-b-nav-toggle-input:checked) .home-b-nav-list{display:flex}}.home-b-nav-link{color:var(--home-b-dim);transition:color .2s var(--ease-out);font-size:.8125rem;text-decoration:none}.home-b-nav-link:hover,.home-b-nav-link[data-active=true]{color:var(--home-b-accent)}.home-b-window{background:var(--home-b-panel);border:1px solid var(--home-b-border);border-radius:8px;overflow:hidden}.home-b-window-bar{background:var(--home-b-bar);border-bottom:1px solid var(--home-b-border);align-items:center;gap:8px;padding:10px 14px;display:flex}.home-b-window-dot{background:var(--home-b-border);border-radius:50%;width:10px;height:10px}.home-b-window-title{color:var(--home-b-dim);margin-left:8px;font-size:.75rem}.home-b-window-body{padding:24px 20px;font-size:.9375rem;line-height:1.9}@media (min-width:768px){.home-b-window-body{padding:32px;font-size:1rem}}.home-b-terminal-line{overflow-wrap:anywhere;white-space:pre-wrap;margin:0}.home-b-terminal-prompt{color:var(--home-b-accent)}.home-b-cursor{vertical-align:text-bottom;background:var(--home-b-accent);width:.55em;height:1em;margin-left:2px;animation:1s step-end infinite home-b-blink;display:inline-block}@keyframes home-b-blink{0%,49%{opacity:1}50%,to{opacity:0}}.home-b-social{flex-wrap:wrap;gap:4px 20px;margin-top:32px;font-size:.875rem;display:flex}.home-b-social a{color:var(--home-b-dim);text-decoration:none}.home-b-social a:hover{color:var(--home-b-accent)}.home-b-panel{margin-top:72px}.home-b-panel-prompt{color:var(--home-b-accent);margin:0;font-size:.8125rem}.home-b-panel-prompt:before{content:""}.home-b-panel-heading{font-family:var(--font-mono),monospace;color:var(--home-b-fg);letter-spacing:-.01em;margin:8px 0 0;font-size:clamp(1.5rem,3vw,2rem);font-weight:400}.home-b-panel-footer-link{color:var(--home-b-dim);align-items:center;gap:8px;margin-top:24px;font-size:.8125rem;text-decoration:none;display:inline-flex}.home-b-panel-footer-link:hover{color:var(--home-b-accent)}.home-b-panel-footer-link-arrow{transition:transform .2s var(--ease-out)}.home-b-panel-footer-link:hover .home-b-panel-footer-link-arrow{transform:translate(3px)}@media (prefers-reduced-motion:reduce){.home-b-panel-footer-link-arrow,.home-b-nav-toggle-line{transition:none}}.home-b-post{max-width:1120px}.home-b-post-title{margin-bottom:0}.home-b-post-date{color:var(--home-b-dim);margin-top:12px;font-size:.8125rem;display:block}.home-b-post-content{margin-top:32px;font-family:var(--font-mono),monospace!important}.home-b-post-content *{font-family:var(--font-mono),monospace!important}.home-b-post-inspect{margin-top:40px}.home-b-post-grid{flex-direction:column;gap:32px;margin-top:24px;display:flex}@media (min-width:1024px){.home-b-post-grid{flex-direction:row;gap:48px}}.home-b-post-main{min-width:0}@media (min-width:1024px){.home-b-post-main{max-width:768px}}.home-b-post-sidebar{order:-1;min-width:0}@media (min-width:1024px){.home-b-post-sidebar{flex:1;order:0;min-width:220px;max-width:300px}.home-b-post-sidebar-inner{max-height:calc(100vh - 120px);position:sticky;top:96px;overflow-y:auto}}.home-b-post-section.container{padding-left:0;padding-right:0}.home-b-loglist{border-top:1px solid var(--home-b-border);margin:32px 0 0;padding:0;list-style:none}.home-b-logrow{border-bottom:1px solid var(--home-b-border);transition:background-color .2s var(--ease-out);border-radius:4px;flex-wrap:wrap;align-items:center;gap:4px 16px;margin:0 -6px;padding:12px 6px;font-size:.875rem;display:flex}.home-b-logrow:hover{background:color-mix(in srgb, var(--home-b-fg) 4%, transparent)}.home-b-log-thumb{object-fit:cover;filter:saturate(.7);border-radius:4px;flex-shrink:0;width:36px;height:36px}.home-b-log-thumb--empty{background:color-mix(in srgb, var(--home-b-fg) 4%, transparent);border:1px dashed var(--home-b-border)}.home-b-logrow--large{flex-wrap:nowrap;grid-template-columns:120px 1fr;align-items:start;gap:16px;padding:16px 6px;display:grid}@media (min-width:768px){.home-b-logrow--large{grid-template-columns:220px 1fr;gap:24px}}.home-b-log-image{aspect-ratio:2;object-fit:cover;filter:saturate(.75);width:100%;height:auto;transition:filter .3s var(--ease-out);border-radius:6px;display:block}.home-b-logrow--large:hover .home-b-log-image{filter:saturate()}.home-b-log-image--empty{background:color-mix(in srgb, var(--home-b-fg) 4%, transparent);border:1px dashed var(--home-b-border)}.home-b-log-content{flex-direction:column;gap:6px;min-width:0;display:flex}.home-b-log-meta{margin:0;font-size:.75rem}.home-b-loghash{color:var(--home-b-hash)}.home-b-logdate{color:var(--home-b-dim)}.home-b-logtitle{color:var(--home-b-fg)}.home-b-logrow:hover .home-b-logtitle{color:var(--home-b-accent);text-decoration:underline}.home-b-logtitle-large{margin:0;font-size:1rem}.home-b-logdescription{-webkit-line-clamp:2;color:var(--home-b-dim);-webkit-box-orient:vertical;margin:0;font-size:.8125rem;line-height:1.5;display:-webkit-box;overflow:hidden}.home-b-trees{flex-direction:column;gap:32px;margin-top:32px;display:flex}.home-b-tree-label{color:var(--home-b-dim);margin:0 0 8px}.home-b-tree-name{color:var(--home-b-fg)}.home-b-tree-row{color:var(--home-b-fg);align-items:baseline;gap:10px;padding:6px 0;font-size:.875rem;text-decoration:none;display:flex}.home-b-tree-row:hover .home-b-tree-name{color:var(--home-b-accent);text-decoration:underline}.home-b-tree-branch{color:var(--home-b-border);flex-shrink:0}.home-b-tree-content{flex-direction:column;gap:2px;min-width:0;display:flex}.home-b-tree-description{text-overflow:ellipsis;color:var(--home-b-dim);white-space:nowrap;font-size:.8125rem;overflow:hidden}.home-b-filter-row{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}.home-b-filter-pill{color:var(--home-b-dim);cursor:pointer;background:color-mix(in srgb, var(--home-b-fg) 4%, transparent);border:1px solid var(--home-b-border);transition:color .2s var(--ease-out),background-color .2s var(--ease-out),border-color .2s var(--ease-out);border-radius:999px;padding:5px 12px;font-family:inherit;font-size:.75rem}.home-b-filter-pill:hover{color:var(--home-b-fg)}.home-b-filter-pill[data-active=true]{color:var(--home-b-accent);background:color-mix(in srgb, var(--home-b-accent) 12%, transparent);border-color:color-mix(in srgb, var(--home-b-accent) 40%, transparent)}.home-b-repos{grid-template-columns:1fr;margin-top:32px;display:grid}@media (min-width:768px){.home-b-repos{grid-template-columns:repeat(3,1fr)}}.home-b-repo{color:inherit;background:var(--home-b-panel);border:1px solid var(--home-b-border);transition:background-color .2s var(--ease-out);text-decoration:none;display:block}.home-b-repo:hover{background:var(--home-b-hover)}.home-b-repo-image{aspect-ratio:16/9;object-fit:cover;border-bottom:1px solid var(--home-b-border);filter:grayscale(.35)contrast(1.05);width:100%;display:block}.home-b-repo-body{padding:20px}.home-b-repo-head{align-items:center;gap:8px;display:flex}.home-b-repo-icon{color:var(--home-b-accent)}.home-b-repo-name{color:var(--home-b-fg);font-size:1rem}.home-b-repo-external{color:var(--home-b-dim);margin-left:auto}.home-b-repo-description{-webkit-line-clamp:3;color:var(--home-b-dim);-webkit-box-orient:vertical;margin:10px 0 0;font-size:.8125rem;line-height:1.6;display:-webkit-box;overflow:hidden}.home-b-repo-topic{color:var(--home-b-accent);text-transform:uppercase;letter-spacing:.04em;background:color-mix(in srgb, var(--home-b-accent) 12%, transparent);border:1px solid color-mix(in srgb, var(--home-b-accent) 30%, transparent);border-radius:999px;margin-top:12px;padding:3px 8px;font-size:.6875rem;display:inline-block}.home-b-media-grid{grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:6px;margin-top:32px;display:grid}.home-b-media-grid--large{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.home-b-media-cell{margin:0}.home-b-media-frame{aspect-ratio:1;cursor:pointer;background:var(--home-b-panel);border:1px solid var(--home-b-border);transition:border-color .2s var(--ease-out);border-radius:3px;display:block;overflow:hidden}.home-b-media-frame:hover{border-color:var(--home-b-accent)}.home-b-media-frame img{object-fit:cover;filter:saturate(.75);width:100%;height:100%;display:block}.home-b-media-caption{text-overflow:ellipsis;color:var(--home-b-dim);white-space:nowrap;margin-top:4px;font-size:.625rem;display:block;overflow:hidden}.home-b-media-grid--large .home-b-media-caption{margin-top:6px;font-size:.75rem}.home-b-footer{border-top:1px solid var(--home-b-border);margin:88px -20px -64px;padding:12px 20px 24px}@media (min-width:768px){.home-b-footer{margin:120px -40px -60px;padding:16px 40px 20px}}.home-b-footer-inner{max-width:860px;color:var(--home-b-dim);margin:0 auto;font-size:.8125rem;line-height:1.7}@media (min-width:768px){.home-b-footer-inner{line-height:1.8}}.home-b-footer-section{grid-template-columns:minmax(0,1fr);margin-top:14px;display:grid}@media (min-width:768px){.home-b-footer-section{grid-template-columns:11ch minmax(0,1fr);column-gap:20px;margin-top:18px}}.home-b-footer-label{color:var(--home-b-fg);text-transform:uppercase;margin:0}.home-b-footer-body{min-width:0}@media not (min-width:768px){.home-b-footer-body{padding-left:2ch}}.home-b-footer-text{margin:0}.home-b-footer-strong{color:var(--home-b-fg)}.home-b-footer-actions{margin:0}.home-b-footer-option{grid-template-columns:minmax(0,1fr);align-items:center;display:grid}@media (min-width:768px){.home-b-footer-option{grid-template-columns:11ch minmax(0,1fr);column-gap:20px}}.home-b-footer-option+.home-b-footer-option{margin-top:6px}.home-b-footer-flag{color:var(--home-b-fg)}.home-b-footer-control{justify-self:start;min-width:0;max-width:100%;margin:0}@media not (min-width:768px){.home-b-footer-control{padding-left:2ch}}.home-b-footer-actions .theme-switcher{background:var(--home-b-bg);border:1px solid var(--home-b-border);box-shadow:none;border-radius:4px;gap:2px;padding:2px}.home-b-footer-actions .theme-switcher-button{width:24px;height:24px;color:var(--home-b-dim);border-radius:3px}.home-b-footer-actions .theme-switcher-button:hover{color:var(--home-b-fg);background-color:var(--home-b-hover)}.dark:not(.system) .home-b-footer-actions .theme-switcher-dark,.system .home-b-footer-actions .theme-switcher-system,.light:not(.system) .home-b-footer-actions .theme-switcher-light{color:var(--home-b-accent);background-color:color-mix(in srgb, var(--home-b-accent) 16%, transparent)}.home-b-footer-actions .variant-switcher{font-size:inherit;gap:4px 16px}.home-b-footer-actions .variant-switcher-label{display:none}.home-b-footer-actions .variant-switcher-link{color:var(--home-b-dim);border-bottom-color:#0000}.home-b-footer-actions .variant-switcher-link:hover,.home-b-footer-actions .variant-switcher-link-current{color:var(--home-b-accent);border-bottom-color:currentColor}.home-b-footer-actions .welcome-reopen-button{font-size:inherit;color:var(--home-b-dim);border-bottom-color:#0000}.home-b-footer-actions .welcome-reopen-button:hover{color:var(--home-b-accent);border-bottom-color:currentColor}@media (prefers-reduced-motion:reduce){.home-b-cursor{animation:none}}.js .home-b-terminal--static,html:not(.js) .home-b-terminal--animated{display:none}.home-b-agent-only{white-space:nowrap;clip-path:inset(50%);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.home-b-prose{max-width:74ch;color:var(--home-b-dim);margin-top:28px;font-size:.9375rem;line-height:1.75}.home-b-prose-heading{color:var(--home-b-fg);margin:36px 0 0;font-size:1rem;font-weight:400}.home-b-prose-heading:before{color:var(--home-b-accent);content:"# "}.home-b-prose-text{margin:14px 0 0}.home-b-prose-list{margin:14px 0 0;padding:0;list-style:none}.home-b-prose-list li{margin-top:8px;padding-left:18px;position:relative}.home-b-prose-list li:before{color:var(--home-b-accent);content:"-";position:absolute;left:0}.home-b-prose-link{color:var(--home-b-fg);border-bottom:1px solid var(--home-b-border);text-decoration:none}.home-b-prose-link:hover{color:var(--home-b-accent);border-color:currentColor}.home-b-prose-meta{color:var(--home-b-dim);opacity:.75;margin:36px 0 0;font-size:.8125rem}.home-b-footer-meta{flex-wrap:wrap;gap:2px 6px;display:flex}.home-b-footer-ref-name{text-decoration:underline;-webkit-text-decoration-color:var(--home-b-border);text-decoration-color:var(--home-b-border);text-underline-offset:3px}.home-b-footer-meta-link{color:var(--home-b-fg);transition:color .2s var(--ease-out);text-decoration:none}.home-b-footer-meta-link:not(:last-child):after{color:var(--home-b-dim);content:","}.home-b-footer-meta-link:hover{color:var(--home-b-accent)}.home-b-footer-meta-link:hover .home-b-footer-ref-name{text-decoration-color:currentColor}.home-b-footer-ref-external{color:var(--home-b-dim);margin-left:2px}
