:root{--font-geist:"Geist",sans-serif;--font-geist-mono:"Geist Mono",monospace;--mouse-x:50%;--mouse-y:50%}body{font-family:var(--font-geist),sans-serif;position:relative}body.has-home-bg:before{content:"";position:fixed;top:64px;left:0;width:100%;height:calc(100vh - 64px);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath d='M10 10 L40 40 L70 10 M10 10 L10 60 L40 40 M70 10 L70 60 L40 40' stroke='%23ffffff' stroke-opacity='0.15' stroke-width='0.5' fill='none'/%3E%3Ccircle cx='10' cy='10' r='0.8' fill='%23ffffff' fill-opacity='0.4'/%3E%3Ccircle cx='40' cy='40' r='0.8' fill='%23ffffff' fill-opacity='0.4'/%3E%3Ccircle cx='70' cy='10' r='0.8' fill='%23ffffff' fill-opacity='0.4'/%3E%3C/svg%3E");background-position:0 0;pointer-events:none;z-index:-1;-webkit-mask-image:radial-gradient(300px circle at var(--mouse-x) var(--mouse-y),black 0,rgba(0,0,0,.45) 30%,rgba(0,0,0,.1) 100%);mask-image:radial-gradient(300px circle at var(--mouse-x) var(--mouse-y),black 0,rgba(0,0,0,.45) 30%,rgba(0,0,0,.1) 100%);transition:opacity .5s ease}[data-theme=light] body.has-home-bg:before,html:not(.dark) body.has-home-bg:before,html[style*="color-scheme: light"] body.has-home-bg:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath d='M10 10 L40 40 L70 10 M10 10 L10 60 L40 40 M70 10 L70 60 L40 40' stroke='%23000000' stroke-opacity='0.1' stroke-width='0.5' fill='none'/%3E%3Ccircle cx='10' cy='10' r='0.8' fill='%23000000' fill-opacity='0.2'/%3E%3Ccircle cx='40' cy='40' r='0.8' fill='%23000000' fill-opacity='0.2'/%3E%3Ccircle cx='70' cy='10' r='0.8' fill='%23000000' fill-opacity='0.2'/%3E%3C/svg%3E");opacity:1!important}code,pre{font-family:var(--font-geist-mono),monospace}h1{font-size:2rem!important;font-weight:700!important;letter-spacing:-.03em!important;font-style:normal!important}h2{font-size:1.5rem!important;letter-spacing:-.02em!important}h2,h3{font-weight:600!important}h3{font-size:1.25rem!important;letter-spacing:-.01em!important}:root{--teal-accent:#00d4aa;--teal-glow:rgba(0,212,170,0.2)}.hero-title{font-size:3.5rem!important;font-weight:700!important;letter-spacing:-.04em!important;color:#fff!important;margin-bottom:.5rem!important;display:block}.hero-subtitle{font-size:1.25rem!important;color:#888!important;max-width:600px;line-height:1.5!important;display:block}.status-card{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);margin:1.5rem 0;transition:all .3s ease;font-family:var(--font-geist)}.status-card:hover{border-color:var(--teal-accent);background:rgba(255,255,255,.05)}.pulse-dot{width:10px;height:10px;background-color:var(--teal-accent);border-radius:50%;box-shadow:0 0 10px var(--teal-accent);animation:pulse-glow 2s infinite}@keyframes pulse-glow{0%{transform:scale(.95);box-shadow:0 0 0 0 rgba(0,212,170,.7)}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(0,212,170,0)}to{transform:scale(.95);box-shadow:0 0 0 0 rgba(0,212,170,0)}}.nextra-search ul{padding-top:.5rem!important}.nextra-toc a,.nextra-toc li{font-weight:400!important}@media (max-width:768px){.hero-title{font-size:2.5rem!important}}.home-cards a,.home-cards span{text-align:center!important}.home-cards span{width:100%!important}.home-content-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100dvh - 180px);width:100%}body.has-home-bg article,body.has-home-bg main{min-height:0!important;padding-top:0!important;padding-bottom:0!important;margin-top:0!important}@media (max-width:768px){.home-content-wrapper{margin-top:2rem}}.home-cards a{flex:1 1 250px;padding:1rem;display:flex!important;align-items:center;justify-content:center!important;border-radius:.75rem;font-weight:600;text-decoration:none;border:1px solid rgba(255,255,255,.1)!important;background:rgba(255,255,255,.02)!important;color:#fff!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important}.home-cards a:hover{transform:translateY(-2px)!important;background:rgba(255,255,255,.05)!important;border-color:var(--teal-accent)!important;box-shadow:0 0 20px rgba(0,212,170,.1);color:var(--teal-accent)!important}.home-cards a:first-child{border-color:rgba(0,212,170,.3)!important;background:rgba(0,212,170,.05)!important;color:var(--teal-accent)!important}.home-cards a:first-child:hover{background:rgba(0,212,170,.1)!important}html:not(.dark) .home-cards a,html[data-theme=light] .home-cards a{border-color:rgba(0,0,0,.1)!important;background:rgba(0,0,0,.02)!important;color:#111!important}html:not(.dark) .home-cards a:hover,html[data-theme=light] .home-cards a:hover{background:rgba(0,0,0,.05)!important;border-color:var(--teal-accent)!important;color:var(--teal-accent)!important}html:not(.dark) .home-cards a:first-child,html[data-theme=light] .home-cards a:first-child{background:rgba(0,212,170,.05)!important;border-color:rgba(0,212,170,.2)!important;color:#008f72!important}body.has-home-bg footer{padding-top:.75rem!important;padding-bottom:.75rem!important}body.has-home-bg footer>div{padding-top:0!important;padding-bottom:0!important}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/f639721981034f88-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9766a7e9e2e0ad5a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b66cf8e69499582a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/aa016aab0e6d1295-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/22a5144ee8d83bca-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_246ccd{font-family:Geist,Geist Fallback;font-style:normal}.__variable_246ccd{--font-geist:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/d100b2a099e34044-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/2c34d62a75506231-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/0f1bdadaf30e2d5f-s.woff2) format("woff2");unicode-range:u+2000-2001,u+2004-2008,u+200a,u+23b8-23bd,u+2500-259f}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/a115172161b307bb-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/601f5c280d60caca-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/f5271587012faf78-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_4c40f6{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_4c40f6{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}