:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#f6f6f6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f6f6f6;font-family:SF Pro Text,SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:400}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}html,body{min-height:100%;margin:0;overflow-x:clip}@media (prefers-color-scheme:dark){:root{color:#ebe5e3;background:#18181a}}@font-face{font-family:Proten;src:url(/fonts/ProtenDemo.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Geist Pixel;src:url(/fonts/GeistPixel-Square.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/GeistSans-Variable.woff2)format("woff2-variations");font-weight:100 900;font-style:normal;font-display:swap}main{background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:3rem;min-height:100dvh;padding-bottom:20vh;display:flex;position:relative}.home-content{flex-direction:column;align-items:flex-start;gap:3rem;width:100%;max-width:14rem;display:flex}@media (width>=768px){.home-content{max-width:16rem}}.otto{color:#000;width:7rem;max-width:7rem;height:auto;display:block}@media (width>=768px){.otto{width:8rem;max-width:8rem}}.otto-hex{letter-spacing:.02em;color:#fe0130;margin-top:-2.25rem;font-family:Geist Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.5rem;font-weight:700}.pill-row{align-items:center;gap:.4rem;display:inline-flex}.chip,.head,.brain,.skill-icon{width:auto;height:1.05rem;display:block}.skill-icon{display:block}.pill-link{letter-spacing:.02em;color:#18181a;background:#85f98c40;border:1px solid #85f98c;border-radius:999px;align-items:center;gap:.3em;height:1.65rem;padding:0 .8rem;font-family:Geist,SF Pro Text,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:.8rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.pill-link:hover{color:#18181a;background:#d9f86e;border-color:#0000}.arrow-slot{width:.95em;height:.95em;display:inline-block;position:relative;overflow:hidden}.arrow-track{display:block;position:absolute;inset:0}.arrow-glyph{place-items:center;width:100%;height:100%;font-family:Geist Pixel,monospace;font-size:1em;line-height:1;display:grid;position:absolute}.arrow-track>.arrow-glyph:first-child{top:0;left:0}.arrow-track>.arrow-glyph:nth-child(2){top:100%;left:-100%}.lede{letter-spacing:-.01em;color:#000;max-width:14rem;margin-top:2rem;font-family:Geist,system-ui,sans-serif;font-size:12px;font-weight:400;line-height:1.4}.tagline{color:#000;max-width:7rem;margin-top:2rem;font-family:Geist,system-ui,sans-serif;font-size:12px;line-height:1.4}.lede+.tagline{margin-top:.6rem}@media (width>=768px){.lede{max-width:16rem;font-size:14px}.tagline{max-width:8rem;font-size:14px}}.wade-link{color:inherit;align-items:baseline;gap:.1em;text-decoration:none;display:inline-flex}.wade-text{text-decoration:underline}.wade-arrow{font-size:.85em;display:inline-block}.dev-lines{pointer-events:none;z-index:50;--content-half:7rem;position:fixed;inset:0}@media (width>=768px){.dev-lines{--content-half:8rem}}.dev-line{background:#ec4899bf;display:block;position:absolute}.dev-line--v-center{width:1px;top:0;bottom:0;left:50%;transform:translate(-50%)}.dev-line--h-center{height:1px;top:50%;left:0;right:0;transform:translateY(-50%)}.dev-line--edge-left{top:0;bottom:0;left:calc(50% - var(--content-half));width:1px}.dev-line--edge-right{top:0;bottom:0;left:calc(50% + var(--content-half));width:1px}.skills-row{color:#000;flex-direction:row;align-items:center;gap:.4rem;margin-top:.5rem;font-family:Geist Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px;display:flex}@media (width>=768px){.skills-row{font-size:11px}}.skills-label{letter-spacing:.04em;color:#b5b5b5;font-family:Geist Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1em}.skill-link-wrap{display:inline-flex;position:relative}.skill-link{color:inherit;z-index:1;border-bottom:1px solid;align-items:baseline;gap:.15em;padding-bottom:1px;font-family:Geist Mono,ui-monospace,SFMono-Regular,Menlo,monospace;text-decoration:none;transition:color .15s;display:inline-flex;position:relative}.skill-link:hover{color:#fe0130}.skill-burst{pointer-events:none;z-index:50;width:0;height:0;position:absolute;top:50%;left:50%}.skill-burst-glyph{transform-origin:50%;filter:drop-shadow(0 1px #fff9);font-size:11px;line-height:1;position:absolute;top:0;left:0}@media (width>=768px){.skill-burst-glyph{font-size:13px}}main.doc{color:#000;justify-content:flex-start;align-items:center;gap:0;padding:3rem 0 6rem;font-family:Geist,system-ui,sans-serif;font-size:12px}@media (width>=768px){main.doc{padding:4rem 0 8rem;font-size:14px}}.doc-content{box-sizing:border-box;flex-direction:column;align-items:flex-start;gap:2rem;width:100%;max-width:24rem;padding:0 1.25rem;display:flex}@media (width>=768px){.doc-content{max-width:36rem;padding:0 2rem}}.doc-nav{color:#b5b5b5;align-items:baseline;gap:.3em;font-family:Geist,system-ui,sans-serif;font-size:1.15em;display:flex}.doc-nav-back,.doc-nav-current,.doc-nav-section{color:inherit}.doc-nav-back{text-decoration:none;transition:color .15s}.doc-nav-back:hover{color:#000}.doc-nav-sep{color:#b5b5b5}.doc-nav-current{color:#000}.doc-header{flex-direction:column;gap:.5rem;display:flex}.doc-header-mark{width:100%;height:auto;margin-bottom:.5rem;display:block}.doc-title{color:#000;margin:0;font-family:Geist,system-ui,sans-serif;font-size:1em;font-weight:600;line-height:1.2}.doc-tag{color:#000;margin:0;font-family:Geist,system-ui,sans-serif;font-size:1em;line-height:1.4}.doc-meta{color:#b5b5b5;letter-spacing:.02em;flex-wrap:wrap;align-items:baseline;gap:.4em;font-family:Geist Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em;display:flex}.doc-version{color:#000}.doc-meta-sep{color:#b5b5b5}.doc-license{color:inherit}.doc-link{color:#000;border-bottom:1px solid;align-items:baseline;gap:.15em;padding-bottom:1px;font-family:Geist Mono,ui-monospace,SFMono-Regular,Menlo,monospace;text-decoration:none;transition:color .15s;display:inline-flex}.doc-link:hover{color:#b5b5b5}.doc-section{flex-direction:column;gap:.6rem;width:100%;display:flex}.doc-h2{letter-spacing:.04em;color:#b5b5b5;margin:0;font-family:Geist Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em;font-weight:400}.doc-h3{letter-spacing:.04em;color:#000;margin:.5rem 0 0;font-family:Geist Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em;font-weight:400}.doc-p{color:#000;margin:0;font-family:Geist,system-ui,sans-serif;font-size:1em;line-height:1.4}.doc-note{color:#b5b5b5;font-size:.85em}.doc-list{color:#000;margin:0;padding-left:.85rem;font-family:Geist,system-ui,sans-serif;font-size:1em;line-height:1.4}.doc-list li{margin-bottom:.3rem}.doc-list--quotes{color:#000;border-left:1px solid #b5b5b5;padding:.1rem 0 .1rem .6rem;font-style:italic;list-style:none}.doc-list--quotes li{margin-bottom:.2rem}.acc{border-top:1px solid #b5b5b5;flex-direction:column;width:100%;display:flex}.acc-item{border-bottom:1px solid #b5b5b5}.acc-trigger{cursor:pointer;color:#000;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:.75rem 0;font-family:Geist,system-ui,sans-serif;font-size:1em;transition:color .15s;display:flex}.acc-trigger:hover{color:#6b6b6b}.acc-trigger:focus-visible{outline-offset:2px;outline:1px solid #6b97ff}.acc-trigger-label{font-weight:400;transition:font-weight .15s}.acc-item--open .acc-trigger-label{font-weight:600}.acc-chevron{color:#b5b5b5;justify-content:center;align-items:center;width:1em;height:1em;font-family:Geist Mono,ui-monospace,monospace;font-size:1.1em;line-height:1;display:inline-flex}.acc-item--open .acc-chevron{color:#000}.acc-content-inner{flex-direction:column;gap:.6rem;padding:0 0 .85rem;display:flex}.doc-list strong{color:#000;font-weight:600}.inline-code,.inline-code-soft{color:#000;font-family:Geist Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em}.code-block{background:#0000000a;border-radius:3px;width:100%;position:relative}.code-label{letter-spacing:.06em;color:#b5b5b5;padding:.4rem .55rem 0;font-family:Geist Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7em}.code-block pre{margin:0;padding:.45rem .55rem;overflow-x:auto}.code-block code{color:#000;white-space:pre;font-family:Geist Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8em;line-height:1.45}.copy-btn-wrap{display:inline-block;position:absolute;top:.3rem;right:.3rem}.copy-btn{color:#b5b5b5;cursor:pointer;z-index:1;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:color .15s;display:inline-flex;position:relative}.copy-btn:hover{color:#000}.copy-btn svg{pointer-events:none}.doc-table{border-collapse:collapse;width:100%;font-family:Geist,system-ui,sans-serif;font-size:1em}.doc-table tr{border-bottom:1px solid #0000000f}.doc-table tr:last-child{border-bottom:none}.doc-table td{vertical-align:top;color:#000;padding:.3rem 0;line-height:1.35}.doc-table td:not(:first-child){padding-left:.4rem}.doc-table-key{white-space:nowrap}.doc-table-type{color:#b5b5b5;font-family:Geist Mono,monospace;font-size:.85em}.doc-table-val{color:#000}.section-marker{align-items:center;gap:.5rem;width:100%;margin:.25rem 0 -.5rem;display:flex}.section-marker-label{letter-spacing:.06em;text-transform:lowercase;color:#ec4899bf;white-space:nowrap;font-family:Geist Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px}.section-marker-line{background:#ec4899bf;flex:1;height:1px}.doc-footer{color:#b5b5b5;border-top:1px solid #00000014;justify-content:space-between;width:100%;margin-top:1rem;padding-top:.6rem;font-family:Geist Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em;display:flex}@media (prefers-color-scheme:dark){main{background:#18181a}.otto{color:#262626}.lede{color:#fff}.tagline,.skills-row{color:#ebe5e3}.skill-burst-glyph{filter:drop-shadow(0 1px #0009)}.chip,.head,.brain,.skill-icon{filter:brightness(0)saturate()invert(91%)sepia(5%)saturate(157%)hue-rotate(326deg)brightness(101%)contrast(89%)}.doc-header-mark{filter:invert(15%)}main.doc,.doc-nav-back:hover,.doc-nav-current,.doc-title,.doc-tag,.doc-version,.doc-h3,.doc-p,.doc-list{color:#ebe5e3}.doc-list--quotes{color:#ebe5e3;border-left-color:#262626}.doc-list strong,.doc-link{color:#ebe5e3}.doc-link:hover{color:#b5b5b5}.acc{border-top-color:#262626}.acc-item{border-bottom-color:#262626}.acc-trigger,.acc-item--open .acc-chevron,.inline-code,.inline-code-soft{color:#ebe5e3}.code-block{background:#262626}.code-block code,.copy-btn:hover,.doc-table td,.doc-table-val{color:#ebe5e3}.doc-table tr{border-bottom-color:#262626}.doc-footer{border-top-color:#262626}}
