:root{--doc-black:#0a0a0a;--doc-white:#fafafa;--doc-purple:#6b46c1;--doc-purple-light:#9f7aea;--doc-purple-ultra:#8b5cf6;--doc-gray:#52525b;--doc-gray-light:#a1a1aa;--doc-border:#e4e4e7}.documentation-page{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--doc-white);color:var(--doc-black);font-family:Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;line-height:1.7;min-height:100vh}.doc-container{margin:0 auto;max-width:80%;padding:4rem 2rem 8rem}.doc-header{margin-bottom:6rem;position:relative}.doc-title{color:var(--doc-black);font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:800;letter-spacing:-.04em;line-height:.95;margin:0 0 1.5rem}.doc-title:after{animation:slideIn .6s cubic-bezier(.16,1,.3,1);background:var(--doc-purple);content:"";display:block;height:4px;margin-top:1.5rem;width:60px}@keyframes slideIn{0%{opacity:0;width:0}to{opacity:1;width:60px}}.doc-subtitle{animation:fadeIn .8s cubic-bezier(.16,1,.3,1) .2s backwards;color:var(--doc-gray);font-size:.875rem;font-weight:500;letter-spacing:.1em;margin:0;text-transform:uppercase}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.doc-section{animation:fadeIn .8s cubic-bezier(.16,1,.3,1) backwards;margin-bottom:4rem}.doc-section:first-child{animation-delay:.3s}.doc-section:nth-child(2){animation-delay:.4s}.doc-section:nth-child(3){animation-delay:.5s}.doc-section:nth-child(4){animation-delay:.6s}.doc-section h2{color:var(--doc-black);font-size:2rem;font-weight:700;letter-spacing:-.02em;margin:0 0 1.5rem;padding-left:1.5rem;position:relative}.doc-section h2:before{background:linear-gradient(to bottom,var(--doc-purple),var(--doc-purple-ultra));border-radius:2px;content:"";height:calc(100% - 1rem);left:0;position:absolute;top:.5rem;width:4px}.doc-section h3{color:var(--doc-purple);font-size:1.25rem;font-weight:600;letter-spacing:-.01em;margin:2.5rem 0 1rem}.doc-section p{color:var(--doc-gray);font-size:1.0625rem;line-height:1.8;margin:0 0 1.25rem;max-width:65ch}.doc-section p:last-child{margin-bottom:0}.doc-section b,.doc-section strong{background:linear-gradient(90deg,transparent 0,rgba(107,70,193,.08) 0);border-radius:2px;color:var(--doc-black);font-weight:600;padding:.125rem .25rem;transition:background .3s ease}.doc-section b:hover,.doc-section strong:hover{background:linear-gradient(90deg,transparent 0,rgba(107,70,193,.12) 0)}.doc-intro{background:linear-gradient(135deg,#fafafa,#f4f4f5);border-left:3px solid var(--doc-purple);border-radius:0 4px 4px 0;box-shadow:0 1px 3px rgba(0,0,0,.05);margin:3rem 0;padding:2rem}.doc-intro p{margin-bottom:1rem}.doc-intro p:first-of-type{color:var(--doc-black);font-size:1.125rem;font-weight:500}.doc-intro p:last-child{color:var(--doc-purple);font-style:italic;font-weight:500;margin-bottom:0}.doc-example{background:var(--doc-black);border:1px solid hsla(0,0%,100%,.1);border-radius:6px;color:var(--doc-white);margin:1.5rem 0;overflow:hidden;padding:1.5rem;position:relative}.doc-example:before{background:linear-gradient(to right,var(--doc-purple),var(--doc-purple-ultra));content:"";height:2px;left:0;position:absolute;right:0;top:0}.doc-example b{background:rgba(159,122,234,.15);border-radius:3px;color:var(--doc-purple-light);font-family:Fira Code,Monaco,monospace;font-size:.95em;font-weight:500;padding:.125rem .5rem}.doc-example pre,.doc-section pre{background:#fff;border:1px solid rgba(107,70,193,.25);border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.15),0 0 0 1px rgba(107,70,193,.15),inset 0 1px 0 hsla(0,0%,100%,.05);color:#000;font-family:Fira Code,Monaco,Consolas,monospace;font-size:.9rem;font-weight:400;line-height:1.6;overflow-x:auto;padding:1.75rem 2rem;position:relative;transition:all .3s ease}.doc-example pre:hover,.doc-section pre:hover{border-color:rgba(107,70,193,.4);box-shadow:0 6px 12px rgba(0,0,0,.4),0 0 0 1px rgba(107,70,193,.2),inset 0 1px 0 hsla(0,0%,100%,.05);transform:translateY(-1px)}.doc-example pre:after,.doc-section pre:after{background-image:linear-gradient(rgba(107,70,193,.03) 1px,transparent 0),linear-gradient(90deg,rgba(107,70,193,.03) 1px,transparent 0);background-size:20px 20px;bottom:0;content:"";left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.doc-intro code,.doc-section code{background:linear-gradient(135deg,#f4f4f5,#e4e4e7);border:1px solid rgba(107,70,193,.15);border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 1px 0 hsla(0,0%,100%,.8);color:var(--doc-purple);display:inline-block;font-family:Fira Code,Monaco,Consolas,monospace;font-size:.875em;font-weight:500;padding:.2rem .5rem;transition:all .2s ease}.doc-intro code:hover,.doc-section code:hover{background:linear-gradient(135deg,#e4e4e7,#d4d4d8);border-color:rgba(107,70,193,.3);box-shadow:0 2px 4px rgba(0,0,0,.1),inset 0 1px 0 hsla(0,0%,100%,.8);transform:translateY(-1px)}.doc-example pre code,.doc-section pre code{background:transparent;border:none;border-radius:0;box-shadow:none;color:inherit;display:block;font-size:inherit;padding:0}.doc-example pre code:hover,.doc-section pre code:hover{background:transparent;box-shadow:none;transform:none}.doc-example pre .keyword,.doc-section pre .keyword{color:var(--doc-purple-light);font-weight:600}.doc-example pre .string,.doc-section pre .string{color:#a5f3fc}.doc-example pre .number,.doc-section pre .number{color:#fbbf24}.doc-example pre .comment,.doc-section pre .comment{color:#71717a;font-style:italic}.doc-example pre .property,.doc-section pre .property{color:#c4b5fd}.doc-example pre::-webkit-scrollbar,.doc-section pre::-webkit-scrollbar{height:8px}.doc-example pre::-webkit-scrollbar-track,.doc-section pre::-webkit-scrollbar-track{background:rgba(0,0,0,.2);border-radius:4px}.doc-example pre::-webkit-scrollbar-thumb,.doc-section pre::-webkit-scrollbar-thumb{background:linear-gradient(to right,var(--doc-purple),var(--doc-purple-ultra));border-radius:4px}.doc-example pre::-webkit-scrollbar-thumb:hover,.doc-section pre::-webkit-scrollbar-thumb:hover{background:linear-gradient(to right,var(--doc-purple-ultra),var(--doc-purple-light))}.doc-code-header{align-items:center;background:linear-gradient(135deg,#21252b,#1b1f23);border:1px solid rgba(107,70,193,.25);border-bottom:none;border-radius:8px 8px 0 0;display:flex;justify-content:space-between;margin-bottom:-1.5rem;padding:.75rem 1.5rem;position:relative;z-index:1}.doc-code-header+pre{border-radius:0 0 8px 8px;margin-top:0}.doc-code-label{color:var(--doc-purple-light);font-weight:600;letter-spacing:.1em;text-transform:uppercase}.doc-code-label,.doc-code-lang{font-family:Fira Code,Monaco,monospace;font-size:.75rem}.doc-code-lang{background:rgba(107,70,193,.15);border-radius:4px;color:var(--doc-gray-light);padding:.25rem .75rem}.doc-warning{background:linear-gradient(135deg,#fafafa,#f9fafb);border:1px solid var(--doc-border);border-left:4px solid var(--doc-purple);border-radius:0 6px 6px 0;margin:2rem 0;padding:1.75rem 2rem}.doc-warning h2{font-size:1.5rem;margin-bottom:1rem;padding-left:0}.doc-warning h2:before{display:none}.doc-warning p{color:var(--doc-gray)}.doc-subsection{border-left:2px solid var(--doc-border);margin:2.5rem 0;padding-left:1rem;transition:border-color .3s ease}.doc-subsection:hover{border-left-color:var(--doc-purple-light)}.doc-section h2,.doc-section h3{transition:color .3s ease}.doc-section h2:hover{color:var(--doc-purple)}@media (prefers-reduced-motion:no-preference){.doc-section{animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) forwards;opacity:0;transform:translateY(20px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}}.doc-section a:focus,.doc-section b:focus,.doc-section strong:focus{border-radius:2px;outline:2px solid var(--doc-purple);outline-offset:2px}@media print{.doc-container{max-width:100%}.doc-section{page-break-inside:avoid}.doc-title:after{background:var(--doc-black)}}::selection{background:var(--doc-purple);color:#fff}::-moz-selection{background:var(--doc-purple);color:#fff}@media (max-width:640px){.doc-container{padding:3rem 1.5rem 6rem}.doc-header{margin-bottom:4rem}.doc-section h2{font-size:1.75rem}.doc-section p{font-size:1rem}}
/*# sourceMappingURL=documentation.f2e128b5.css.map*/