.navbar{padding:var(--spacing-space-x4) var(--spacing-space-x6);border-bottom:1px solid hsla(0,0%,95%,.08);background:rgba(17,17,20,.01);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);position:sticky;top:0;z-index:5;height:56px}@media screen and (max-width:768px){.navbar{background-color:var(--color-background-primary);-webkit-backdrop-filter:none;backdrop-filter:none}}.navbar-inner{margin-left:auto;margin-right:auto;max-width:76rem;height:var(--spacing-space-x6);display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:1092px){.navbar-inner.desktop .navbar-links{display:none}}.navbar-inner-links,.navbar-links{display:flex;align-items:center}.navbar-links .dropdown-menu-trigger{border-radius:var(--border-radius-full);transition:.15s ease-in-out;display:flex;align-items:center;background-color:var(--color-background-primary);margin-right:var(--spacing-space-x3);padding:var(--spacing-space-x2) var(--spacing-space-x4);font-size:.875rem;line-height:1.125rem;font-weight:400;color:var(--color-typography-primary);border:1px solid transparent;background-color:transparent;position:relative}.navbar-links .dropdown-menu-trigger:active,.navbar-links .dropdown-menu-trigger:hover{background-color:var(--color-background-tertiary)}.navbar-links .dropdown-menu-trigger:active{border-color:var(--color-stroke-primary)}.navbar-links .dropdown-menu-trigger:hover{border:1px solid hsla(0,0%,100%,.1)}.navbar-links .dropdown-menu-trigger-caret{transition:.2s ease-in-out;margin-left:var(--spacing-space-x1);position:relative;margin-top:1px}.navbar-links .dropdown-menu-trigger[data-state=open]{border:1px solid hsla(0,0%,100%,.1);background-color:var(--color-background-tertiary)}.navbar-links .dropdown-menu-trigger[data-state=open] .dropdown-menu-trigger-caret{transform:rotate(-180deg)}.navbar .right-side-links{text-align:right}.navbar .right-side-links,.navbar .right-side-links .navbar-cta-buttons{display:flex;align-items:center}@media screen and (max-width:400px){.navbar .right-side-links .navbar-cta-buttons{display:none}}.navbar .right-side-links .navbar-cta-buttons .login-link{font-size:.875rem;line-height:1.125rem;font-weight:400;color:var(--color-typography-secondary)}.navbar .right-side-links .navbar-cta-buttons .login-link:hover{color:var(--color-typography-primary)}.navbar .right-side-links .navbar-cta-buttons .sign-up-link{margin-left:var(--spacing-space-x6);padding:var(--spacing-space-x2) var(--spacing-space-x3);font-size:.875rem;line-height:1.125rem;font-weight:400;color:var(--color-typography-primary)}.dropdown-menu-viewport{left:var(--dropdown-menu-trigger-offset);position:absolute;width:100%;display:flex;perspective:2000px}.dropdown-menu-viewport-inner{border-radius:var(--border-radius-md)}@keyframes scaleIn{0%{opacity:0;transform:rotateX(-10deg) scale(.9)}to{opacity:1;transform:rotateX(0deg) scale(1)}}.dropdown-menu-viewport-inner[data-state=open]{animation:scaleIn .2s ease}@keyframes scaleOut{0%{opacity:1;transform:rotateX(0deg) scale(1)}to{opacity:0;transform:rotateX(-10deg) scale(.95)}}.dropdown-menu-viewport-inner[data-state=closed]{animation:scaleOut .2s ease}.dropdown-menu-viewport-inner{transition:width .3s ease-in;height:var(--radix-navigation-menu-viewport-height);width:var(--radix-navigation-menu-viewport-width);position:relative;transform-origin:top center;overflow:hidden;margin-top:10px}.dropdown-menu-content-inner{border:1px solid #252627;border-radius:var(--border-radius-md);padding:var(--spacing-space-x1);box-shadow:none;overflow:visible;background:linear-gradient(180deg,rgba(226,232,255,.03),transparent 49.94%),#18171c;width:300px;display:flex;flex-direction:column;position:relative}.dropdown-menu-content-inner .dropdown-link{transition:.2s ease-in-out;border-radius:var(--border-radius-md);padding:var(--spacing-space-x5) var(--spacing-space-x4);font-size:.875rem;line-height:1.125rem;font-weight:500;width:100%;display:flex;align-items:center}.dropdown-menu-content-inner .dropdown-link:hover{background-color:var(--color-background-tertiary)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dropdown-menu-indicator[data-state=visible]{animation:fadeIn .2s ease}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.dropdown-menu-indicator[data-state=hidden]{animation:fadeOut 0ms ease}.dropdown-menu-indicator{z-index:1;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;height:10px;position:relative}.dropdown-menu-indicator-inner{position:relative;top:70%;height:11px;width:11px;transform:rotate(45deg)}.dropdown-menu-indicator-inner:after,.dropdown-menu-indicator-inner:before{content:"";position:absolute;width:100%;height:100%}.dropdown-menu-indicator-inner:before{left:-1px;background-color:#252627}.dropdown-menu-indicator-inner:after{left:0;top:1px;background-color:#1d1e20}.mobile-menu-trigger{display:none}@media screen and (max-width:1092px){.mobile-menu-trigger{margin-left:var(--spacing-space-x5);font-size:1.375rem;line-height:1.875rem;letter-spacing:-.00688rem;font-weight:400;display:block}}.mobile-menu-overlay{position:fixed;top:56px;height:calc(100% - 56px)}.mobile-menu-content{background-color:var(--color-background-primary);padding-left:var(--spacing-space-x6);padding-right:var(--spacing-space-x6);color:var(--color-typography-primary)}@keyframes fadeInFromBottom{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-content[data-state=open]{animation:fadeInFromBottom .2s ease}@keyframes fadeOutToBottom{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(40px)}}.mobile-menu-content[data-state=closed]{animation:fadeOutToBottom .2s ease}.mobile-menu-content{display:none;position:fixed;top:var(--mobile-menu-offset);height:calc(100% - var(--mobile-menu-offset));width:100vw;justify-content:space-between;overflow-y:auto;z-index:3}.mobile-menu-content,.mobile-menu-content-links{display:flex;flex-direction:column}.mobile-menu-content .mobile-menu-accordion a:active,.mobile-menu-content .mobile-menu-accordion a:focus,.mobile-menu-content .mobile-menu-accordion a:focus-visible,.mobile-menu-content .mobile-menu-accordion button:active,.mobile-menu-content .mobile-menu-accordion button:focus,.mobile-menu-content .mobile-menu-accordion button:focus-visible{color:var(--color-base-white);outline:0}.mobile-menu-content .mobile-menu-accordion .mobile-menu-item-content{padding-top:var(--spacing-space-x4);font-size:.875rem;line-height:1.125rem;font-weight:400;display:flex;flex-direction:column}.mobile-menu-content .mobile-menu-accordion .mobile-menu-item-dropdown-link{border-radius:var(--border-radius-md);padding:var(--spacing-space-x2) var(--spacing-space-x3);color:var(--color-typography-secondary);display:flex}.mobile-menu-content .mobile-menu-accordion .mobile-menu-item-dropdown-link:hover{background-color:var(--color-background-tertiary)}.mobile-menu-content .mobile-menu-item{padding-top:var(--spacing-space-x4);padding-bottom:var(--spacing-space-x4);font-size:1rem;line-height:1.625rem;font-weight:400;border-bottom:1px solid var(--color-stroke-secondary)}.mobile-menu-content .mobile-menu-item-link{display:flex;justify-content:space-between;align-items:center}.mobile-menu-content .navbar-cta-buttons{margin-top:var(--spacing-space-x4);padding-bottom:var(--spacing-space-x4);flex-direction:column;display:none}@media screen and (max-width:400px){.mobile-menu-content .navbar-cta-buttons{display:flex}}.mobile-menu-content .navbar-cta-buttons .login-link{border-radius:var(--border-radius-full);padding:var(--spacing-space-x2) var(--spacing-space-x3);font-size:.875rem;line-height:1.125rem;font-weight:500;transition:.15s ease-in-out;display:flex;align-items:center;border:1px solid var(--color-stroke-secondary);background-color:var(--color-background-primary);background-color:var(--color-background-tertiary);color:var(--color-typography-secondary);order:2;justify-content:center}.mobile-menu-content .navbar-cta-buttons .login-link:active,.mobile-menu-content .navbar-cta-buttons .login-link:hover{background-color:var(--color-background-tertiary)}.mobile-menu-content .navbar-cta-buttons .login-link:active{border-color:var(--color-stroke-primary)}.mobile-menu-content .navbar-cta-buttons .sign-up-link{border-radius:var(--border-radius-full);padding:var(--spacing-space-x2) var(--spacing-space-x3);font-size:.875rem;line-height:1.125rem;font-weight:500;margin-bottom:var(--spacing-space-x2);order:1;justify-content:center}.TopBanner_banner___exf5{-moz-column-gap:var(--spacing-space-x3);column-gap:var(--spacing-space-x3);row-gap:var(--spacing-space-x1);padding:var(--spacing-space-x3) var(--spacing-space-x6);display:flex;justify-content:center;align-items:center;flex-wrap:wrap;background-color:#1a171e}.TopBanner_banner___exf5 a,.TopBanner_banner___exf5 p{text-align:center;font-size:.875rem;line-height:1.125rem;font-weight:400}@tailwind base;.\!container{width:100%!important}.container{width:100%}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.25rem;border-left-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);font-size:.875em;border-radius:.3125rem;padding:.1875em .375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-left:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-base{font-size:1rem;line-height:1.75}.prose-base :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-base :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose-base :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.prose-base :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose-base :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose-base :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose-base :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose-base :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-base :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;border-radius:.3125rem;padding:.1875em .375em}.prose-base :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-base :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-base :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-base :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.prose-base :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose-base :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose-base :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose-base :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose-base :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose-base :where(.prose-base>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-base :where(.prose-base>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-base :where(.prose-base>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose-base :where(.prose-base>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-base :where(.prose-base>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose-base :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-base :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-base :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-base :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-left:1.625em}.prose-base :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3em;margin-bottom:3em}.prose-base :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857}.prose-base :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose-base :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose-base :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose-base :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.5714286em}.prose-base :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose-base :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose-base :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-base :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose-base :where(.prose-base>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(.prose-base>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-neutral{--tw-prose-body:#404040;--tw-prose-headings:#171717;--tw-prose-lead:#525252;--tw-prose-links:#171717;--tw-prose-bold:#171717;--tw-prose-counters:#737373;--tw-prose-bullets:#d4d4d4;--tw-prose-hr:#e5e5e5;--tw-prose-quotes:#171717;--tw-prose-quote-borders:#e5e5e5;--tw-prose-captions:#737373;--tw-prose-kbd:#171717;--tw-prose-kbd-shadows:23 23 23;--tw-prose-code:#171717;--tw-prose-pre-code:#e5e5e5;--tw-prose-pre-bg:#262626;--tw-prose-th-borders:#d4d4d4;--tw-prose-td-borders:#e5e5e5;--tw-prose-invert-body:#d4d4d4;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#a3a3a3;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a3a3a3;--tw-prose-invert-bullets:#525252;--tw-prose-invert-hr:#404040;--tw-prose-invert-quotes:#f5f5f5;--tw-prose-invert-quote-borders:#404040;--tw-prose-invert-captions:#a3a3a3;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d4d4d4;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#525252;--tw-prose-invert-td-borders:#404040}.prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.left-space-none{left:var(--spacing-none)}.right-space-none{right:var(--spacing-none)}.right-space-x6{right:var(--spacing-space-x6)}.top-space-none{top:var(--spacing-none)}.top-space-x12{top:var(--spacing-space-x12)}.top-space-x6{top:var(--spacing-space-x6)}.z-10{z-index:10}.z-20{z-index:20}.col-span-12{grid-column:span 12/span 12}.m-auto{margin:auto}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-space-x3{margin-top:var(--spacing-space-x3);margin-bottom:var(--spacing-space-x3)}.my-space-x4{margin-top:var(--spacing-space-x4);margin-bottom:var(--spacing-space-x4)}.my-space-x6{margin-top:var(--spacing-space-x6);margin-bottom:var(--spacing-space-x6)}.my-space-x8{margin-top:var(--spacing-space-x8);margin-bottom:var(--spacing-space-x8)}.mb-space-x1{margin-bottom:var(--spacing-space-x1)}.mb-space-x16{margin-bottom:var(--spacing-space-x16)}.mb-space-x3{margin-bottom:var(--spacing-space-x3)}.mb-space-x4{margin-bottom:var(--spacing-space-x4)}.mb-space-x5{margin-bottom:var(--spacing-space-x5)}.mb-space-x6{margin-bottom:var(--spacing-space-x6)}.mb-space-x8{margin-bottom:var(--spacing-space-x8)}.ml-space-x1{margin-left:var(--spacing-space-x1)}.ml-space-x2{margin-left:var(--spacing-space-x2)}.ml-space-x4{margin-left:var(--spacing-space-x4)}.mr-space-x05{margin-right:var(--spacing-space-x05)}.mr-space-x1{margin-right:var(--spacing-space-x1)}.mr-space-x10{margin-right:var(--spacing-space-x10)}.mr-space-x2{margin-right:var(--spacing-space-x2)}.mr-space-x3{margin-right:var(--spacing-space-x3)}.mt-space-none{margin-top:var(--spacing-none)}.mt-space-x05{margin-top:var(--spacing-space-x05)}.mt-space-x12{margin-top:var(--spacing-space-x12)}.mt-space-x16{margin-top:var(--spacing-space-x16)}.mt-space-x2{margin-top:var(--spacing-space-x2)}.mt-space-x24{margin-top:var(--spacing-space-x24)}.mt-space-x3{margin-top:var(--spacing-space-x3)}.mt-space-x4{margin-top:var(--spacing-space-x4)}.mt-space-x6{margin-top:var(--spacing-space-x6)}.mt-space-x8{margin-top:var(--spacing-space-x8)}.\!block{display:block!important}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.\!table{display:table!important}.table{display:table}.grid{display:grid}.contents{display:contents}.\!hidden{display:none!important}.hidden{display:none}.aspect-\[1\.618\]{aspect-ratio:1.618}.h-9{height:2.25rem}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-space-x5{height:var(--spacing-space-x5)}.max-h-screen{max-height:100vh}.w-3\/4{width:75%}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-space-x5{width:var(--spacing-space-x5)}.max-w-screen-lg{max-width:1024px}.flex-1{flex:1 1 0%}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.cursor-zoom-in{cursor:zoom-in}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0}.gap-3{gap:.75rem}.gap-6{gap:1.5rem}.gap-space-x4{gap:var(--spacing-space-x4)}.gap-space-x8{gap:var(--spacing-space-x8)}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-space-x2{-moz-column-gap:var(--spacing-space-x2);column-gap:var(--spacing-space-x2)}.gap-x-space-x3{-moz-column-gap:var(--spacing-space-x3);column-gap:var(--spacing-space-x3)}.gap-x-space-x4{-moz-column-gap:var(--spacing-space-x4);column-gap:var(--spacing-space-x4)}.gap-x-space-x5{-moz-column-gap:var(--spacing-space-x5);column-gap:var(--spacing-space-x5)}.gap-x-space-x6{-moz-column-gap:var(--spacing-space-x6);column-gap:var(--spacing-space-x6)}.gap-y-space-x4{row-gap:var(--spacing-space-x4)}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded{border-radius:.25rem}.rounded-lg{border-radius:var(--border-radius-lg)}.rounded-md{border-radius:var(--border-radius-md)}.rounded-sm{border-radius:var(--border-radius-sm)}.rounded-xl{border-radius:var(--border-radius-xl)}.rounded-b-lg{border-bottom-right-radius:var(--border-radius-lg);border-bottom-left-radius:var(--border-radius-lg)}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-none{border-style:none}.border-background-tertiary{border-color:var(--color-background-tertiary)}.border-danger-tertiary{border-color:var(--color-danger-tertiary)}.border-info-tertiary{border-color:var(--color-info-tertiary)}.border-stroke-secondary{border-color:var(--color-stroke-secondary)}.border-success-tertiary{border-color:var(--color-success-tertiary)}.border-warn-tertiary{border-color:var(--color-warn-tertiary)}.bg-background-primary{background-color:var(--color-background-primary)}.bg-background-secondary{background-color:var(--color-background-secondary)}.bg-background-tertiary{background-color:var(--color-background-tertiary)}.bg-danger-quaternary{background-color:var(--color-danger-quaternary)}.bg-info-quaternary{background-color:var(--color-info-quaternary)}.bg-success-quaternary{background-color:var(--color-success-quaternary)}.bg-warn-quaternary{background-color:var(--color-warn-quaternary)}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-\[\#ffece0\]{--tw-gradient-from:#ffece0 var(--tw-gradient-from-position);--tw-gradient-to:rgba(255,236,224,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-\[\#ece0ff\]{--tw-gradient-to:#ece0ff var(--tw-gradient-to-position)}.fill-\[\#101416\]{fill:#101416}.fill-\[\#844AFF\]{fill:#844aff}.fill-accent-primary{fill:var(--color-accent-primary)}.fill-typography-secondary{fill:var(--color-typography-secondary)}.object-left-top{-o-object-position:left top;object-position:left top}.p-space-x4{padding:var(--spacing-space-x4)}.p-space-x6{padding:var(--spacing-space-x6)}.px-space-x2{padding-left:var(--spacing-space-x2);padding-right:var(--spacing-space-x2)}.px-space-x4{padding-left:var(--spacing-space-x4);padding-right:var(--spacing-space-x4)}.px-space-x5{padding-left:var(--spacing-space-x5);padding-right:var(--spacing-space-x5)}.px-space-x6{padding-left:var(--spacing-space-x6);padding-right:var(--spacing-space-x6)}.px-space-x8{padding-left:var(--spacing-space-x8);padding-right:var(--spacing-space-x8)}.py-space-x05{padding-top:var(--spacing-space-x05);padding-bottom:var(--spacing-space-x05)}.py-space-x3{padding-top:var(--spacing-space-x3);padding-bottom:var(--spacing-space-x3)}.py-space-x8{padding-top:var(--spacing-space-x8);padding-bottom:var(--spacing-space-x8)}.pl-space-x2{padding-left:var(--spacing-space-x2)}.text-left{text-align:left}.text-center{text-align:center}.font-primary{font-family:var(--font-inter)}.font-tertiary{font-family:var(--font-input-mono)}.text-base{font-weight:400}.text-base,.text-base-medium{font-size:1rem;line-height:1.625rem}.text-base-medium{font-weight:500}.text-heading-lg{font-size:2.25rem;line-height:2.75rem;letter-spacing:-.0225rem;font-weight:500}.text-heading-md{font-size:1.75rem;line-height:2.25rem;letter-spacing:-.00875rem;font-weight:500}.text-heading-sm{font-size:1.5rem;line-height:2rem;letter-spacing:-.0075rem;font-weight:500}.text-heading-xs{font-size:1.25rem;line-height:1.75rem;letter-spacing:-.00625rem;font-weight:500}.text-lead{font-size:1.375rem;line-height:1.875rem;letter-spacing:-.00688rem;font-weight:400}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-small{font-weight:400}.text-small,.text-small-medium{font-size:.875rem;line-height:1.125rem}.text-small-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.\!text-base-white{color:var(--color-base-white)!important}.text-accent-primary{color:var(--color-accent-primary)}.text-base-white{color:var(--color-base-white)}.text-danger-primary{color:var(--color-danger-primary)}.text-info-primary{color:var(--color-info-primary)}.text-success-primary{color:var(--color-success-primary)}.text-typography-primary{color:var(--color-typography-primary)}.text-typography-secondary{color:var(--color-typography-secondary)}.text-warn-primary{color:var(--color-warn-primary)}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-\[85\%\]{opacity:85%}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.outline-4{outline-width:4px}.-outline-offset-4{outline-offset:-4px}.outline-background-primary{outline-color:var(--color-background-primary)}.blur{--tw-blur:blur(8px)}.blur,.invert{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert:invert(100%)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)}.backdrop-blur-sm,.backdrop-brightness-50{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-brightness-50{--tw-backdrop-brightness:brightness(.5)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-150,.transition-transform{transition-duration:.15s}.duration-200{transition-duration:.2s}/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}:root{--color-accent-primary:#a8a4fd;--color-accent-secondary:#7e47ff;--color-accent-tertiary:#5620bc;--color-accent-quaternary:#401e8a;--color-background-primary:#111114;--color-background-secondary:#18171c;--color-background-tertiary:#2c2a32;--color-background-quaternary:#56555b;--color-danger-primary:#fa948c;--color-danger-secondary:#e35755;--color-danger-tertiary:#ae2e37;--color-danger-quaternary:#461a1e;--color-foreground-primary:#f2f2f2;--color-base-black:#111114;--color-base-white:#fff;--color-info-primary:#8ecef5;--color-info-secondary:#30a5dd;--color-info-tertiary:#0c79b1;--color-info-quaternary:#152941;--color-stroke-primary:#56555b;--color-stroke-secondary:#2c2a32;--color-stroke-tertiary:#1f1e24;--color-success-primary:#82d7ab;--color-success-secondary:#31af77;--color-success-tertiary:#1f8253;--color-success-quaternary:#142d1d;--color-typography-primary:#f2f2f2;--color-typography-secondary:#bebdbf;--color-typography-disabled:#727076;--color-warn-primary:#fa9761;--color-warn-secondary:#cc6c32;--color-warn-tertiary:#8d4e25;--color-warn-quaternary:#3a2313;--gradient-blue-green:linear-gradient(90deg,#8ecef5,#b5e8cb);--gradient-purple-pink:linear-gradient(90deg,#c0bdfc,#f9b0df);--gradient-orange-red:linear-gradient(270deg,#ffc8a8,#fd98aa);--gradient-blue-purple:linear-gradient(90deg,#aed2f3 1.96%,#c7c0ef 91.08%);--border-radius-none:0rem;--border-radius-sm:0.25rem;--border-radius-md:0.5rem;--border-radius-lg:0.75rem;--border-radius-xl:1rem;--border-radius-full:62.4375rem;--spacing-none:0rem;--spacing-space-x05:0.125rem;--spacing-space-x1:0.25rem;--spacing-space-x2:0.5rem;--spacing-space-x3:0.75rem;--spacing-space-x4:1rem;--spacing-space-x5:1.25rem;--spacing-space-x6:1.5rem;--spacing-space-x7:1.75rem;--spacing-space-x8:2rem;--spacing-space-x9:2.25rem;--spacing-space-x10:2.5rem;--spacing-space-x12:3rem;--spacing-space-x14:3.5rem;--spacing-space-x15:3.75rem;--spacing-space-x16:4rem;--spacing-space-x18:4.5rem;--spacing-space-x20:5rem;--spacing-space-x24:6rem;--spacing-space-x26:6.5rem;--spacing-space-x32:8rem;--spacing-space-x39:9.75rem;--spacing-space-x40:10rem;--spacing-space-x48:12rem;--spacing-space-x56:14rem;--spacing-space-x64:16rem;--spacing-space-x70:17.5rem;--mobile-menu-offset:3.5rem}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }a :focus:not(:link:active),button :focus:not(:link:active){outline:var(--color-accent-primary) auto 1px}button:disabled,button[disabled]{opacity:.7;pointer-events:none}.button-primary{transition:.15s ease-in-out;display:flex;align-items:center;border:1px solid var(--color-accent-secondary);background-color:var(--color-accent-secondary);box-shadow:inset 0 0 12px 4px rgba(0,0,0,.2)}.button-primary:hover{box-shadow:none}.button-secondary{transition:.15s ease-in-out;display:flex;align-items:center;border:1px solid var(--color-stroke-secondary);background-color:var(--color-background-primary)}.button-secondary:active,.button-secondary:hover{background-color:var(--color-background-tertiary)}.button-secondary:active{border-color:var(--color-stroke-primary)}.button-tertiary{transition:.15s ease-in-out;display:flex;align-items:center;background-color:var(--color-foreground-primary);color:var(--color-base-black);box-shadow:inset 0 0 12px 4px rgba(0,0,0,.2),0 0 12px 4px rgba(250,151,97,.25),3px 3px 16px 8px rgba(110,69,227,.25)}.button-tertiary:active,.button-tertiary:hover{background:hsla(0,0%,95%,.9)}.button-small{padding:var(--spacing-space-x1) var(--spacing-space-x2);font-size:.75rem;line-height:.875rem;font-weight:400}.button-medium,.button-small{border-radius:var(--border-radius-full)}.button-medium{padding:var(--spacing-space-x2) var(--spacing-space-x3);font-size:.875rem;line-height:1.125rem;font-weight:500}.button-large{border-radius:var(--border-radius-md);padding:var(--spacing-space-x2) var(--spacing-space-x5);font-size:1rem;line-height:1.625rem;font-weight:400}.dropdown-menu-content{border:1px solid var(--color-stroke-secondary);margin-top:var(--spacing-space-x05);border-radius:var(--border-radius-md);background-color:var(--color-background-secondary);padding:var(--spacing-space-x2);width:calc(100vw - var(--spacing-space-x6)*2);z-index:5}.dropdown-menu-content .dropdown-menu-item{border-radius:var(--border-radius-sm);padding:var(--spacing-space-x2);font-size:.875rem;line-height:1.125rem;font-weight:400;cursor:pointer}.dropdown-menu-content .dropdown-menu-item:focus-visible,.dropdown-menu-content .dropdown-menu-item:hover{background-color:var(--color-background-tertiary);outline:none}.dropdown-menu-content .dropdown-menu-item.active{color:var(--color-accent-primary)}h1{background:linear-gradient(34deg,hsla(0,0%,100%,.42) 2.99%,#fff 65.33%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;white-space:pre;padding-bottom:var(--spacing-space-x1);font-size:3.75rem;line-height:4.25rem;letter-spacing:-.075rem;font-weight:500}@media screen and (max-width:959px){h1{white-space:normal}}@media screen and (max-width:768px){h1{font-size:3rem;line-height:3.5rem;letter-spacing:-.045rem;font-weight:500}}h2{background:linear-gradient(34deg,hsla(0,0%,100%,.42) 2.99%,#fff 65.33%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;white-space:pre;font-size:3rem;line-height:3.5rem;letter-spacing:-.045rem;font-weight:500}@media screen and (max-width:959px){h2{white-space:normal}}@media screen and (max-width:768px){h2{font-size:2.25rem;line-height:2.75rem;letter-spacing:-.0225rem;font-weight:500}}h3{white-space:pre;font-size:2.25rem;line-height:2.75rem;letter-spacing:-.0225rem;font-weight:500}@media screen and (max-width:959px){h3{white-space:normal}}@media screen and (max-width:768px){h3{font-size:1.75rem;line-height:2.25rem;letter-spacing:-.00875rem;font-weight:500}}h4{font-size:1.75rem;line-height:2.25rem;letter-spacing:-.00875rem}h4,h5{font-weight:500}h5{font-size:1.5rem;line-height:2rem;letter-spacing:-.0075rem}h6{font-size:1.25rem;line-height:1.75rem;letter-spacing:-.00625rem;font-weight:500}p{font-size:1rem;line-height:1.625rem;font-weight:400}.grid-cross{position:absolute;top:-10px;right:1px;z-index:1}.grid-cross:first-of-type{left:0}.grid-cross:after,.grid-cross:before{background-color:var(--color-stroke-primary);position:absolute;content:""}.grid-cross:before{width:1px;height:21px}@media screen and (max-width:768px){.grid-cross:before{height:13px;top:4px}}.grid-cross:after{top:10px;transform:translateX(-50%);width:21px;height:1px}@media screen and (max-width:768px){.grid-cross:after{width:13px}}.grid-cross.bottom-left,.grid-cross.bottom-right{bottom:11px;top:unset}.grid-cross.bottom-left{left:0}body{background-color:var(--color-background-primary);font-family:var(--font-inter);color:var(--color-typography-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:"dark"}@media screen and (min-width:960px){img{image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor}}.svg-inline--fa{display:var(--fa-display,inline-block);height:1em;overflow:visible;vertical-align:-.125em}.js-toc ol li{font-size:.875rem;line-height:1.125rem;font-weight:400;color:var(--color-typography-secondary)}.js-toc ol li:not(:last-child){margin-bottom:var(--spacing-space-x3)}.js-toc ol li.is-active-li{color:var(--color-accent-primary)}.js-toc ol li ol li{margin-top:var(--spacing-space-x2);padding-left:var(--spacing-space-x2)}.visited\:\!text-base-white:visited{color:var(--color-base-white)!important}.hover\:border-stroke-primary:hover{border-color:var(--color-stroke-primary)}.hover\:fill-typography-secondary:hover{fill:var(--color-typography-secondary)}.hover\:\!text-base-white:hover{color:var(--color-base-white)!important}.hover\:text-typography-secondary:hover{color:var(--color-typography-secondary)}.hover\:\!no-underline:hover{text-decoration-line:none!important}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:fill-typography-primary{fill:var(--color-typography-primary)}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-\[50\%\]{opacity:50%}@keyframes accordion-up{0%{height:var(--radix-collapsible-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .18s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-collapsible-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .18s ease-out}:is(html[class~=dark] .dark\:from-\[\#e87f44\]){--tw-gradient-from:#e87f44 var(--tw-gradient-from-position);--tw-gradient-to:rgba(232,127,68,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}:is(html[class~=dark] .dark\:to-\[\#6e26ec\]){--tw-gradient-to:#6e26ec var(--tw-gradient-to-position)}:is(html[class~=dark] .dark\:fill-\[\#742BF2\]){fill:#742bf2}:is(html[class~=dark] .dark\:fill-\[\#fff\]){fill:#fff}:is(html[class~=dark] .dark\:text-typography-secondary){color:var(--color-typography-secondary)}:is(html[class~=dark] .group:hover .dark\:group-hover\:opacity-\[10\%\]){opacity:10%}@media (min-width:768px){.md\:col-span-6{grid-column:span 6/span 6}.md\:px-space-x24{padding-left:var(--spacing-space-x24);padding-right:var(--spacing-space-x24)}.md\:py-space-x24{padding-top:var(--spacing-space-x24);padding-bottom:var(--spacing-space-x24)}.md\:text-heading-xl{font-size:3rem;line-height:3.5rem;letter-spacing:-.045rem;font-weight:500}.md\:text-lead{font-size:1.375rem;line-height:1.875rem;letter-spacing:-.00688rem;font-weight:400}}@media (min-width:1024px){.lg\:col-span-4{grid-column:span 4/span 4}}@media (min-width:1536px){.\32xl\:top-space-x16{top:var(--spacing-space-x16)}.\32xl\:w-2\/3{width:66.666667%}}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@font-face{font-family:__Inter_067971;font-style:normal;font-weight:100 900;font-display:swap;src:url(/blog/_next/static/media/55c55f0601d81cf3-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:__Inter_067971;font-style:normal;font-weight:100 900;font-display:swap;src:url(/blog/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_067971;font-style:normal;font-weight:100 900;font-display:swap;src:url(/blog/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_067971;font-style:normal;font-weight:100 900;font-display:swap;src:url(/blog/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_067971;font-style:normal;font-weight:100 900;font-display:swap;src:url(/blog/_next/static/media/df0a9ae256c0569c-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:__Inter_067971;font-style:normal;font-weight:100 900;font-display:swap;src:url(/blog/_next/static/media/8e9860b6e62d6359-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:__Inter_067971;font-style:normal;font-weight:100 900;font-display:swap;src:url(/blog/_next/static/media/e4af272ccee01ff0-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:__Inter_Fallback_067971;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_067971{font-family:__Inter_067971,__Inter_Fallback_067971;font-style:normal}.__variable_067971{--font-inter:"__Inter_067971","__Inter_Fallback_067971"}@font-face{font-family:__Roboto_Mono_b3866d;font-style:normal;font-weight:100 700;font-display:swap;src:url(/blog/_next/static/media/1f160ec2cb9962ef-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:__Roboto_Mono_b3866d;font-style:normal;font-weight:100 700;font-display:swap;src:url(/blog/_next/static/media/ad8a7e2c3c2c120b-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Roboto_Mono_b3866d;font-style:normal;font-weight:100 700;font-display:swap;src:url(/blog/_next/static/media/cde148027b808b99-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Roboto_Mono_b3866d;font-style:normal;font-weight:100 700;font-display:swap;src:url(/blog/_next/static/media/e61ae719f7cc4155-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:__Roboto_Mono_b3866d;font-style:normal;font-weight:100 700;font-display:swap;src:url(/blog/_next/static/media/0ea4f4df910e6120-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:__Roboto_Mono_b3866d;font-style:normal;font-weight:100 700;font-display:swap;src:url(/blog/_next/static/media/739c2d8941231bb4-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:__Roboto_Mono_Fallback_b3866d;src:local("Arial");ascent-override:77.08%;descent-override:19.93%;line-gap-override:0.00%;size-adjust:135.95%}.__className_b3866d{font-family:__Roboto_Mono_b3866d,__Roboto_Mono_Fallback_b3866d;font-style:normal}.__variable_b3866d{--font-roboto-mono:"__Roboto_Mono_b3866d","__Roboto_Mono_Fallback_b3866d"}