.docs-container{display:flex;justify-content:center;align-items:stretch;width:100%;height:calc(100vh - var(--nav-h,50px))}@supports (height:100dvh){.docs-container{height:calc(100dvh - var(--nav-h,50px))}}html.docs-search-open,html.docs-search-open body{overflow:hidden}.docs-sidebar-container{overflow-y:auto;display:flex;justify-content:center;align-items:center;width:300px;height:100%;background-color:var(--bg-semidark);border-right:1px solid var(--border-muted)}@media (max-width:850px){.docs-sidebar-container{display:none}}.docs-sidebar-wrap{display:flex;flex-direction:column;justify-content:start;align-items:start;padding:1rem 1rem 2rem 1rem;gap:2.5rem;width:100%;height:100%}.docs-sidebar-search{display:flex;justify-content:center;align-items:center;width:100%}.docs-sidebar-search-button{display:inline-flex;justify-content:start;align-items:center;cursor:pointer;padding:0.25rem 0.6rem;width:100%;font-size:0.85rem;font-family:"Roboto",sans-serif;font-weight:400;color:var(--text-muted);border-radius:4px;border:1px solid var(--border-muted);background-color:var(--bg);box-shadow:var(--shadow);transition:all 150ms ease-in-out}body.light .docs-sidebar-search-button{box-shadow:var(--shadow-s)}.docs-sidebar-search-button img{width:16px;height:16px;opacity:0.5}body.light .docs-sidebar-search-button img{filter:invert(1)}.docs-sidebar-search-button span{margin-left:1rem;white-space:nowrap}.docs-sidebar-search-button:hover{border-color:var(--border)}.docs-sidebar-section{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:0.5rem;width:100%;height:auto}.docs-sidebar-heading{display:flex;justify-content:center;align-items:center;gap:0.5rem}.docs-sidebar-heading img{width:16px;height:16px}body.light .docs-sidebar-heading img{filter:invert(1)}.docs-sidebar-heading a{text-decoration:none;font-size:0.95rem;font-family:"Roboto",sans-serif;font-weight:400;color:var(--text);transition:all 200ms ease-in-out}body.light .docs-sidebar-heading a{color:var(--text-semimuted)}.docs-sidebar-heading a:hover{text-decoration:underline}.docs-sidebar-link{text-decoration:none;font-size:0.85rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--text-muted);transition:all 200ms ease-in-out}.docs-sidebar-link:hover{color:var(--text)}.docs-main-container{overflow-y:auto;display:flex;justify-content:center;align-items:start;padding:0rem 1rem;width:100%;height:100%;background:linear-gradient(150deg,var(--bg-semi) 0%,var(--bg) 50%,var(--bg-semi) 100%)}.docs-main-wrap{display:flex;flex-direction:column;justify-content:start;align-items:center;padding-bottom:3rem;gap:6rem;width:800px;max-width:800px;height:auto}.docs-main-section,.docs-main-sub-section{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:0.5rem;width:100%;height:auto}.docs-main-section:first-child{gap:0.5rem}.docs-main-section{gap:3rem}.docs-main-section-breadcrumbs{position:sticky;display:flex;justify-content:start;align-items:center;top:0;margin-top:0rem;padding:0.25rem 0rem;gap:0.5rem;width:100%;height:auto;font-size:0.85rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--text-muted);border-bottom:0.5px solid var(--border-muted);background-color:var(--bg);z-index:5}.docs-main-section:first-child .docs-main-section-breadcrumbs,.docs-main-sub-section:first-child .docs-main-section-breadcrumbs{margin-top:1rem}.docs-main-section-breadcrumbs span{cursor:default}.docs-main-section-breadcrumbs a{text-decoration:none;color:var(--text-muted);transition:all 200ms ease-in-out}.docs-main-section-breadcrumbs a:hover{color:var(--text)}.docs-image{display:flex;justify-content:center;align-items:center;margin-top:-1rem;margin-bottom:1rem;width:100%;height:auto}.docs-image img{width:100%;height:auto;border-radius:10px;border:1px solid var(--border-muted);box-shadow:var(--shadow)}#docs-home .docs-image{margin-top:0rem}.docs-main-sub-section-list .docs-image{margin-top:0rem}.docs-main-section-title{font-size:2rem;font-family:"Roboto",sans-serif;font-weight:700;letter-spacing:0.025rem;color:var(--text)}#docs-main-section-top-title{font-size:2.5rem}.docs-main-section-subtitle{margin-bottom:0.5rem;font-size:1rem;font-family:"Nunito",sans-serif;font-weight:200;color:var(--text-semimuted)}#docs-main-section-top-subtitle{font-size:1rem}.docs-main-section strong{color:var(--text-semimuted)}.docs-home-cards-container{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:1rem;gap:1rem;width:100%;height:auto}.docs-home-cards-container-upper{display:flex;justify-content:center;align-items:center;gap:1rem;width:100%;height:auto}@media (max-width:600px){.docs-home-cards-container-upper{flex-direction:column}}.docs-home-cards-upper,.docs-home-cards-lower{display:flex;flex-direction:column;justify-content:center;align-items:start;padding:0.75rem 1rem;gap:0.25rem;width:100%;height:auto;text-decoration:none;border-radius:5px;border:1px solid var(--border-muted);border-bottom:none;box-shadow:var(--shadow);transition:all 200ms ease-in-out}body.light .docs-home-cards-upper,body.light .docs-home-cards-lower{box-shadow:var(--shadow-m)}.docs-home-cards-upper:hover,.docs-home-cards-lower:hover{background-color:var(--bg);border:1px solid var(--border);border-bottom:none;box-shadow:var(--shadow)}body.light .docs-home-cards-upper:hover,body.light .docs-home-cards-lower:hover{box-shadow:var(--shadow-l)}.docs-home-cards-header{display:flex;justify-content:start;align-items:center;gap:0.5rem;width:100%;height:auto;margin-bottom:0.5rem}.docs-home-cards-upper img,.docs-home-cards-lower img{width:20px;height:20px}body.light .docs-home-cards-upper img,body.light .docs-home-cards-lower img{filter:invert(1)}.docs-home-cards-upper h3,.docs-home-cards-lower h3{font-size:1rem;font-family:"Roboto",sans-serif;font-weight:400;letter-spacing:0.025rem;color:var(--text-semimuted)}.docs-home-cards-upper p,.docs-home-cards-lower p{font-size:0.9rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--text-muted)}.docs-home-quick-container{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:3rem;gap:4rem;width:100%;height:auto}.docs-home-quick-section{display:flex;flex-direction:column;justify-content:center;align-items:start;gap:0.25rem;width:100%;height:auto;text-decoration:none}.docs-home-quick-section-header{display:flex;justify-content:center;align-items:center;padding-bottom:0.75rem;gap:0.5rem;width:100%;height:auto;border-bottom:3px solid var(--border-muted)}.docs-home-quick-section-header-img{display:flex;justify-content:center;align-items:center;padding:0.5rem;width:40px;height:40px;border-radius:50%;border:1px solid var(--border-muted);background-color:var(--text-muted)}body.light .docs-home-quick-section-header-img{background-color:var(--border)}.docs-home-quick-section-header img{width:20px;height:20px;filter:invert(1);opacity:0.9}.docs-home-quick-section-header-text{display:flex;flex-direction:column;justify-content:center;align-items:start;gap:0.25rem;width:100%;height:auto}.docs-home-quick-section-title{text-decoration:none;font-size:1.1rem;font-family:"Roboto",sans-serif;font-weight:500;letter-spacing:0.025rem;color:var(--text)}body.light .docs-home-quick-section-title{color:var(--text-semimuted)}.docs-home-quick-section-title:hover{text-decoration:underline}.docs-home-quick-section-subtitle{font-size:0.9rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--text-muted)}.docs-home-quick-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:auto;margin-top:0.75rem;gap:2rem;width:100%;height:auto}@media (max-width:600px){.docs-home-quick-grid{grid-template-columns:1fr}}.docs-home-quick-grid-item{display:flex;flex-direction:column;justify-content:start;align-items:start;padding:0rem 0.5rem;gap:0.25rem;text-decoration:none;border-left:2px dotted var(--border-muted);transition:all 200ms ease-in-out}body.light .docs-home-quick-grid-item{border-left:2px dotted var(--border)}.docs-home-quick-grid-item:hover{border-left:2px solid var(--text-muted)}.docs-home-quick-grid-item h4{font-size:0.95rem;font-family:"Roboto",sans-serif;font-weight:500;color:var(--text-semimuted)}.docs-home-quick-grid-item p{font-size:0.9rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--text-muted)}.docs-main-sub-section-content{display:flex;flex-direction:column;justify-content:start;align-items:start;margin-top:0.5rem;gap:2rem;width:100%;height:auto}.docs-main-sub-section-content h3{font-size:1rem;font-family:"Nunito",sans-serif;font-weight:600;letter-spacing:0.025rem;color:var(--text)}body.light .docs-main-sub-section-content h3{color:var(--text-semimuted)}#docs-faq .docs-main-sub-section-content h3{margin-bottom:-1.75rem}.docs-main-sub-section-text{line-height:1.6;font-size:0.95rem;font-family:"Nunito",sans-serif;font-weight:200;color:var(--text-muted)}.docs-main-sub-section-text a,.docs-main-sub-section-list a{color:var(--text);text-decoration:underline;transition:all 200ms ease-in-out}.docs-main-sub-section-text a:hover,.docs-main-sub-section-list a:hover{color:var(--text-muted)}.docs-main-sub-section-list{display:flex;flex-direction:column;justify-content:start;align-items:start;padding-left:1.25rem;gap:0.75rem;width:100%;height:auto;line-height:1.6;font-size:0.95rem;font-family:"Nunito",sans-serif;font-weight:200;color:var(--text-muted)}.docs-main-sub-section-list strong{color:var(--text);font-weight:500}.docs-section-nav{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-top:2.5rem;padding-top:1.5rem;gap:0.75rem;width:100%;border-top:1px solid var(--border-muted)}.docs-section-nav-button{display:inline-flex;align-items:center;justify-content:center;padding:0.4rem 0.85rem;text-decoration:none;font-size:0.85rem;font-family:"Nunito",sans-serif;font-weight:400;color:var(--text);border-radius:4px;border:1px solid var(--border-muted);background-color:var(--bg);box-shadow:var(--shadow);transition:all 150ms ease-in-out}body.light .docs-section-nav-button{box-shadow:var(--shadow-l)}.docs-section-nav-button:hover{color:var(--text);border-color:var(--border);background-color:var(--bg-semidark,var(--bg))}.docs-section-nav-prev{order:1}.docs-section-nav-next{order:2}@media (max-width:520px){.docs-section-nav{flex-direction:column;align-items:stretch}.docs-section-nav-prev,.docs-section-nav-next{justify-content:center;width:100%}}.docs-search-overlay{position:fixed;inset:0;pointer-events:none;backdrop-filter:blur(1px);background-color:rgba(0,0,0,0.55);transition:all 200ms ease;opacity:0;z-index:140}.docs-search-overlay.is-active{pointer-events:auto;opacity:1}.docs-search-wrap{position:fixed;overflow:hidden;display:flex;flex-direction:column;justify-content:start;align-items:start;pointer-events:none;top:50%;left:50%;width:100%;min-width:320px;max-width:640px;height:60vh;border-radius:20px;border:0.1px dashed var(--border-muted);transform:translate(-50%,-50%) scale(0.96);transition:all 200ms ease;opacity:0;z-index:150;background:var(--bg-dark)}.docs-search-wrap.is-open{pointer-events:auto;transform:translate(-50%,-50%) scale(1);opacity:1}@media (max-width:850px){.docs-search-wrap{border-width:0.75px}}@media (max-width:560px){.docs-search-wrap{width:calc(100% - 1rem);min-width:unset;max-width:520px}}.docs-search-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0.5rem 0.75rem;gap:1rem;width:100%;border-bottom:1px solid var(--border-muted);background-color:var(--bg)}.docs-search-header img{width:18px;height:18px}body.light .docs-search-header img{filter:invert(1)}.docs-search-header input{display:flex;justify-content:center;align-items:center;text-align:center;padding:0.1rem 0.5rem;width:100%;font-size:1rem;font-family:"Nunito",sans-serif;font-weight:100;color:var(--text);border:none;background-color:var(--bg)}.docs-search-header input:focus{outline:none}.docs-search-header input::placeholder{color:var(--text-muted)}.docs-search-close-button{display:flex;justify-content:center;align-items:center;cursor:pointer;padding:0.25rem;color:var(--text);border-radius:20px;border:1px solid var(--border-muted);background-color:var(--bg);transition:all 200ms ease}.docs-search-close-button img{width:16px;height:16px}body.light .docs-search-close-button img{filter:invert(1)}.docs-search-close-button:hover{border-color:var(--border);background-color:var(--bg-light)}.docs-search-body{overflow-y:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:0.5rem 0.75rem 1rem 0.75rem;gap:0.5rem;width:100%;max-height:60vh;background:var(--bg-dark)}.docs-search-body::-webkit-scrollbar{width:8px}.docs-search-body::-webkit-scrollbar-track{background-color:var(--bg-dark)}.docs-search-body::-webkit-scrollbar-thumb{border-radius:6px;border:2px solid var(--bg);background:var(--bg-dark)}.docs-search-results{display:flex;flex-direction:column;gap:0.75rem;width:100%}.docs-search-result-item{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;cursor:pointer;padding:0.5rem 0.6rem;gap:0.15rem;width:100%;text-align:left;font-family:"Nunito",sans-serif;border-radius:10px;border:1px solid var(--border-muted);background-color:var(--bg);box-shadow:var(--shadow,none);transition:all 150ms ease-in-out}.docs-search-result-item:hover{border-color:var(--border);background-color:var(--bg-light)}.docs-search-result-title{font-size:0.95rem;font-weight:500;color:var(--text)}.docs-search-result-subtitle{font-size:0.85rem;font-weight:300;color:var(--text-semimuted)}.docs-search-result-breadcrumb{font-size:0.8rem;font-weight:300;color:var(--text-muted)}.docs-search-result-snippet{font-size:0.8rem;font-weight:300;color:var(--text-muted);margin-top:0.15rem}.docs-search-result-snippet mark{background-color:rgba(255,221,0,0.25);color:inherit;padding:0 0.05rem;border-radius:2px}.docs-search-empty{padding:0.5rem 0;font-size:0.85rem;font-family:"Nunito",sans-serif;font-weight:300;color:var(--text-muted)}.docs-main-sub-section.docs-search-hit-highlight,.docs-main-section.docs-search-hit-highlight{box-shadow:0 0 0 2px rgba(255,221,0,0.25);border-radius:8px;transition:box-shadow 250ms ease-in-out}.docs-search-text-hit{background-color:rgba(255,221,0,0.4);border-radius:2px;padding:0 0.05rem;transition:background-color 250ms ease-in-out}