@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*),[data-astro-transition-scope]{animation:none!important}}:root{--font-body:var(--font-family-text);--font-mono:var(--font-family-code);--color-base-white:0, 0%;--color-base-black:240, 100%;--color-base-gray:215, 14%;--color-base-blue:212, 100%;--color-base-blue-dark:212, 72%;--color-base-green:158, 79%;--color-base-orange:22, 100%;--color-base-purple:269, 79%;--color-base-red:351, 100%;--color-base-yellow:41, 100%;--color-gray-5:var(--color-base-gray), 5%;--color-gray-10:var(--color-base-gray), 10%;--color-gray-20:var(--color-base-gray), 20%;--color-gray-30:var(--color-base-gray), 30%;--color-gray-40:var(--color-base-gray), 40%;--color-gray-50:var(--color-base-gray), 50%;--color-gray-60:var(--color-base-gray), 60%;--color-gray-70:var(--color-base-gray), 70%;--color-gray-80:var(--color-base-gray), 80%;--color-gray-90:var(--color-base-gray), 90%;--color-gray-95:var(--color-base-gray), 95%;--color-blue:var(--color-base-blue), 61%;--color-blue-dark:var(--color-base-blue-dark), 39%;--color-green:var(--color-base-green), 42%;--color-orange:var(--color-base-orange), 50%;--color-purple:var(--color-base-purple), 54%;--color-red:var(--color-base-red), 54%;--color-yellow:var(--color-base-yellow), 59%;--theme-accent:hsla(var(--color-blue), 1);--theme-text-accent:hsla(var(--color-blue), 1);--theme-accent-opacity:.15;--theme-divider:hsla(var(--color-gray-95), 1);--theme-text:hsla(var(--color-gray-10), 1);--theme-text-light:hsla(var(--color-gray-40), 1);--theme-text-lighter:hsla(var(--color-gray-80), 1);--theme-bg:hsla(var(--color-base-white), 100%, 1);--theme-bg-hover:hsla(var(--color-gray-95), 1);--theme-bg-offset:hsla(var(--color-gray-90), 1);--theme-bg-accent:hsla(var(--color-blue), var(--theme-accent-opacity));--theme-code-inline-bg:hsla(var(--color-gray-90), 1);--theme-code-inline-text:hsla(var(--color-gray-40));--theme-code-bg:#384252;--theme-code-text:hsla(var(--color-gray-95), 1);--theme-navbar-bg:hsla(var(--color-base-white), 100%, 1);--theme-navbar-height:64px;--theme-selection-color:hsla(var(--color-blue), 1);--theme-selection-bg:hsla(var(--color-blue), var(--theme-accent-opacity))}body{background:var(--color-background-primary);color:var(--color-text-primary)}::selection{color:var(--theme-selection-color);background-color:var(--theme-selection-bg)}*{box-sizing:border-box;margin:0}:focus:not(:focus-visible){outline:none}:root{--user-font-scale:1rem - 16px;--max-width:calc(100%);--fullwidth-max-width:calc(100% - 1rem)}body{-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;-o-font-smoothing:antialiased;flex-direction:column;max-width:100vw;min-height:100vh;margin:0;display:flex;overflow-x:hidden}:where(a){color:var(--color-text-link);align-items:center;gap:.3rem;text-decoration:none}:where(a:hover){color:var(--color-text-link-hover)}:where(a:focus-visible){color:var(--color-text-link-active)}a code:not(pre code):not([class*=language-]){border-radius:var(--border-radius,.2rem);text-underline-offset:var(--padding-block);color:var(--color-text-link)!important;background-color:var(--theme-code-inline-bg)!important}a:hover code:not(pre code):not([class*=language-]){color:var(--color-text-link-hover)!important}a:focus-visible code:not(pre code):not([class*=language-]){color:var(--color-text-link-active)!important}a:focus{outline-offset:.25em;outline:2px solid}strong{color:inherit;font-weight:600}:not(pre)>code{--border-radius:.2rem;--padding-block:.05rem;--padding-inline:.2rem;font-family:var(--font-mono);color:var(--theme-code-inline-text);background-color:var(--theme-code-inline-bg);padding:var(--padding-block) var(--padding-inline);border-radius:var(--border-radius);word-break:break-word;font-size:.85em;font-weight:700}:is(h1,h2,h3,h4,h5,h6) :not(pre)>code,:is(h1,h2,h3,h4,h5,h6) code{font-size:inherit!important;font-weight:600!important}pre{font-family:var(--font-mono);font-size:.85em}table{width:100%;padding:var(--padding-block) 0;border-collapse:collapse;color:var(--color-text-primary);font-family:var(--font-family-text);border:1px solid var(--color-border-primary);background:#fff;margin:0;font-size:.85em}table thead tr{font-family:var(--font-family-text);font-weight:var(--font-weight-medium);color:var(--color-text-heading)}table tbody tr{border-top:1px solid var(--color-border-primary)}table code{word-break:break-word}th{background:var(--color-black);color:var(--theme-color);font-weight:700}td,th{padding:6px;text-align:left!important}blockquote{border-left:3px solid var(--theme-text-light);background-color:var(--theme-bg-offset);border-radius:0 .25rem .25rem 0;margin:2rem 0;padding:1.25em 1.5rem;line-height:1.7}img{max-width:100%}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.focus\:not-sr-only:focus,.focus\:not-sr-only:focus-visible{clip:auto;white-space:normal;width:auto;height:auto;margin:0;padding:0;position:static;overflow:visible}div.overflow-wrapper{overflow-x:auto}:focus{box-shadow:none!important}:is(span){color:unset}@media (width>=37.75em){pre{border-radius:8px}}@media (width>=50em){:root{--max-width:1505px;--fullwidth-max-width:1505px}.sm\:hidden{display:none}}.code-sample{border-radius:8px;margin:1rem 0;overflow:hidden}.code-sample__header{color:#e0e0e0;font-family:var(--font-mono,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);background:#3a3a3a;justify-content:space-between;align-items:center;gap:.75rem;padding:10px 14px 11px;font-size:.9rem;line-height:1;display:flex}.code-sample__header-left{align-items:center;gap:.75rem;min-width:0;display:flex}.code-sample__lang{letter-spacing:.02em;background:#ffffff1a;border-radius:6px;justify-content:center;align-items:center;min-width:30px;height:24px;padding:0 6px;font-weight:600;display:inline-flex}.code-sample__lang-icon{object-fit:contain;width:24px;height:24px;display:block}.code-sample__lang-icon,.code-sample__copy-button>img{filter:brightness(0)invert();opacity:.95}.code-sample__lang--icon{background:0 0;border-radius:0;min-width:24px;padding:0}.code-sample__filename{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.95rem;overflow:hidden}.code-sample__copy-button{cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:inline-flex}.code-sample__copy-button:hover{background:#ffffff1f}.code-sample__copy-button:focus-visible{outline-offset:2px;outline:2px solid #ffffff59}.code-sample__copy-button>img{display:block}.code-sample__pre--with-header,.code-sample>pre{margin:0;border-top-left-radius:0!important;border-top-right-radius:0!important}.remix-callout{gap:var(--space-2x);margin-top:var(--space-2x);flex-wrap:wrap;display:inline-flex}.remix-callout>a{box-sizing:border-box;color:#fff;text-align:center;background-color:#375bd2;border:2px solid #375bd2;border-radius:6px;margin:0;padding:8px 20px;transition:all .2s;text-decoration:none!important}.remix-callout>a:hover{color:#fff;border:2px solid var(--gray-900);background-color:#1a2b6b}.remix-callout>a:active{color:#fff;background-color:var(--gray-900);border:2px solid var(--gray-900)}.remix-callout>a:nth-of-type(n+2){color:#375bd2;background-color:#fff}.remix-callout>a:nth-of-type(n+2):hover{color:#1a2b6b;background-color:#f5f7fd;border:2px solid #1a2b6b}.remix-callout>a:nth-of-type(n+2):active{color:var(--gray-900);border:2px solid var(--gray-900);background-color:#f5f7fd}code[class*=language-],pre[class*=language-]{color:#a9b7c6;text-align:left;white-space:pre;word-spacing:normal;tab-size:4;hyphens:none;direction:ltr;font-family:Consolas,Monaco,Andale Mono,monospace;line-height:1.5}pre[class*=language-]::-moz-selection{color:inherit;background:#214283d9}pre[class*=language-] ::-moz-selection{color:inherit;background:#214283d9}code[class*=language-]::-moz-selection{color:inherit;background:#214283d9}code[class*=language-] ::-moz-selection{color:inherit;background:#214283d9}.token.url{color:#287bde;text-decoration:underline}code.language-css .token.id,code.language-css .token.selector>.token.class,code.language-css .token.selector>.token.attribute,code.language-css .token.selector>.token.pseudo-class,code.language-css .token.selector>.token.pseudo-element{color:#ffc66d}:root{--font-family-text:"Inter", Arial, "Helvetica Neue", Helvetica, sans-serif;--font-family-text-heading:"TASAOrbiterDisplay", Arial, "Helvetica Neue", Helvetica, sans-serif;--font-family-code:"Fira Code", "Courier New", monospace, sans-serif;--font-weight-normal:400;--font-weight-medium:500;--font-weight-bold:700;--space-0x:0px;--space-1x:4px;--space-2x:8px;--space-3x:12px;--space-4x:16px;--space-5x:20px;--space-6x:24px;--space-8x:32px;--space-10x:40px;--space-12x:48px;--space-16x:64px;--space-20x:80px;--space-24x:96px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}summary{list-style:none}::-webkit-details-marker{display:none}:where(a){text-decoration:none}@font-face{font-family:TASAOrbiterDisplay;src:url(https://smartcontract.imgix.net/fonts/TASAOrbiterDisplay-SemiBold.woff)format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(https://smartcontract.imgix.net/fonts/Inter-Italic-VariableFont_opsz,wght.ttf)format("truetype");font-style:italic;font-display:swap}@font-face{font-family:Inter;src:url(https://smartcontract.imgix.net/fonts/Inter-VariableFont_opsz,wght.ttf)format("truetype");font-style:normal;font-display:swap}:root{--color-background-primary:var(--white);--color-background-secondary:var(--blue-100);--color-background-error:var(--red-100);--color-background-contrast:var(--blue-900);--color-background-warning:var(--yellow-100);--color-background-success:var(--green-100);--color-background-info:var(--blue-100);--color-background-disabled:var(--gray-200);--border-radius-primary:4px;--border-radius-secondary:8px;--border-radius-reset:0;--border-radius-round:50%;--border-width-primary:1px;--border-width-secondary:2px;--border-width-reset:0;--border-primary:0px 0px 0px var(--border-width-primary) var(--color-border-primary);--border-secondary:0px 0px 0px var(--border-width-primary) var(--color-border-secondary);--border-interactive:0px 0px 0px var(--border-width-primary) var(--color-border-interactive);--border-interactive-focus:0px 0px 0px 4px var(--color-border-interactive-focus);--color-border-interactive:var(--gray-300);--color-border-secondary:var(--gray-300);--color-border-contrast:var(--blue-800);--color-border-interactive-focus:var(--blue-600);--color-border-interactive-hover:var(--gray-600);--color-border-interactive-pressed:var(--gray-700);--color-border-primary:var(--gray-200);--color-border-interactive-error:var(--red-500);--color-border-disabled:var(--gray-300);--color-border-separator:var(--gray-200);--color-border-separator-secondary:var(--blue-200);--shadow-color-primary:226deg 19% 66%;--shadow-color-secondary:240deg 3% 62%;--shadow-color-contrast:226deg 2% 37%;--shadow-low:.3px .5px .8px hsl(var(--shadow-color-primary) / .1), .5px .9px 1.4px -.4px hsl(var(--shadow-color-primary) / .26), 1px 2px 3.1px -.7px hsl(var(--shadow-color-primary) / .42);--shadow-mid:0px 8px 24px -16px #0c162c52;--shadow-high:.3px .5px .8px hsl(var(--shadow-color-contrast) / .11), 1.9px 3.7px 5.6px -.1px hsl(var(--shadow-color-contrast) / .16), 3.3px 6.6px 10px -.3px hsl(var(--shadow-color-contrast) / .2), 5px 10px 15.1px -.4px hsl(var(--shadow-color-contrast) / .24), 7.3px 14.5px 21.9px -.6px hsl(var(--shadow-color-contrast) / .28), 10.5px 20.9px 31.6px -.7px hsl(var(--shadow-color-contrast) / .33), 15px 30px 45.3px -.9px hsl(var(--shadow-color-contrast) / .37), 21.3px 42.5px 64.2px -1px hsl(var(--shadow-color-contrast) / .41);--shadow-low-secondary:.3px .5px .8px hsl(var(--shadow-color-secondary) / .1), .5px .9px 1.4px -.4px hsl(var(--shadow-color-secondary) / .26), 1px 2px 3.1px -.7px hsl(var(--shadow-color-secondary) / .42);--shadow-mid-secondary:.3px .5px .8px hsl(var(--shadow-color-secondary) / .12), 1px 2px 3px -.3px hsl(var(--shadow-color-secondary) / .21), 2.1px 4.3px 6.5px -.7px hsl(var(--shadow-color-secondary) / .31), 4.6px 9.3px 14px -1px hsl(var(--shadow-color-secondary) / .4);--shadow-high-secondary:.3px .5px .8px hsl(var(--shadow-color-secondary) / .11), 1.9px 3.7px 5.6px -.1px hsl(var(--shadow-color-secondary) / .16), 3.3px 6.6px 10px -.3px hsl(var(--shadow-color-secondary) / .2), 5px 10px 15.1px -.4px hsl(var(--shadow-color-secondary) / .24), 7.3px 14.5px 21.9px -.6px hsl(var(--shadow-color-secondary) / .28), 10.5px 20.9px 31.6px -.7px hsl(var(--shadow-color-secondary) / .33), 15px 30px 45.3px -.9px hsl(var(--shadow-color-secondary) / .37), 21.3px 42.5px 64.2px -1px hsl(var(--shadow-color-secondary) / .41);--color-text-primary:var(--gray-600);--color-text-secondary:var(--gray-700);--color-text-heading:var(--gray-900);--color-text-error:var(--red-500);--color-text-warning:var(--gray-700);--color-text-success:var(--green-500);--color-text-info:var(--blue-800);--color-text-contrast:var(--gray-100);--color-text-link:var(--blue-700);--color-text-link-hover:var(--blue-800);--color-text-link-active:var(--blue-900);--color-text-disabled:var(--gray-400);--color-text-placeholder:var(--gray-600);--color-text-value:var(--gray-900);--color-text-label:var(--blue-950);--container-margin:var(--space-6x);--main-margin-bottom:var(--space-16x)}@media screen and (width>=768px){:root{--container-margin:var(--space-8x)}}@media screen and (width>=992px){:root{--container-margin:auto}}:where(button),:where(:is(a,summary).button){appearance:none;cursor:pointer;font-family:var(--font-family-text);color:var(--color-text-primary);background:0 0;border:none;font-size:.875rem;text-decoration:none;display:inline-flex}:where(:is(button,:is(a,summary).button):is(.primary,.secondary,.tertiary,.destructive)){font-weight:var(--font-weight-medium);justify-content:center;align-items:center;gap:var(--space-2x);border-radius:var(--border-radius-primary);border-style:solid;border-width:var(--border-width-secondary);padding:var(--space-2x) var(--space-6x);line-height:20px}:where(:is(button,.button).icon){border-radius:var(--border-radius-primary);padding:var(--space-1x);width:min-content;height:min-content}:where(:is(button,:is(a,summary).button):is(.primary,.secondary,.tertiary,.destructive) :is(img,svg)){fill:currentColor;width:var(--space-4x);height:var(--space-4x)}:where(:is(button,:is(a,summary).button):not(.destructive.tertiary):is(:focus-visible,.focus-visible)){box-shadow:0px 0px 0px 4px var(--color-border-interactive-focus), 0px 12px 32px -12px #0c162c52;outline:0}:where(button.primary),:where(:is(a,summary).button.primary){background-color:var(--blue-600);border-color:var(--blue-600);color:var(--color-text-contrast)}:where(:is(button,:is(a,summary).button):is(.primary,.secondary,.destructive):is(.active,:active,.focus-visible,:focus-visible,.hover,:hover)){border-color:var(--blue-800);background-color:var(--blue-800)}:where(button.destructive),:where(:is(a,summary).button.destructive){background-color:var(--red-600);border-color:var(--red-600);color:var(--color-text-contrast)}:where(button.secondary),:where(:is(a,summary).button.secondary){background-color:var(--white);border-color:var(--blue-600);color:var(--blue-600)}:where(:is(button,:is(a,summary).button).secondary:is(:active,.active,:focus-visible,.focus-visible,:hover,.hover)){background-color:var(--blue-100);border-color:var(--blue-800);color:var(--blue-800)}:where(:is(button,:is(a,summary).button).destructive:is(:active,.active,:focus-visible,.focus-visible,:hover,.hover)){background-color:var(--red-800);border-color:var(--red-800);color:var(--color-text-contrast)}:where(:is(button,:is(a,summary).button).secondary.destructive){color:var(--red-600);border-color:var(--red-600)}:where(:is(button,:is(a,summary).button).secondary.destructive:is(:active,.active,:focus-visible,.focus-visible,:hover,.hover)){background-color:var(--red-800);background-color:var(--red-100);border-color:var(--red-800);color:var(--red-800)}:where(button:disabled),:where(:is(a,summary).button.disabled){border-color:var(--gray-200);background-color:var(--color-background-disabled);color:var(--color-text-disabled);box-shadow:none;cursor:not-allowed;outline:0}:where(button:disabled img),:where(:is(a,summary).button.disabled img){opacity:.5}:where(button.secondary:disabled),:where(:is(a,summary).button.secondary.disabled){border-color:var(--color-border-disabled);background-color:var(--white);color:var(--color-text-disabled)}:where(button.tertiary),:where(:is(a,summary).button.tertiary){color:var(--blue-600);text-decoration:underline;text-decoration-thickness:var(--border-width-secondary);text-underline-position:under;background:0 0;border:#0000;outline:none;line-height:1.5rem}:where(:is(button,:is(a,summary).button).tertiary:is(:active,.active,:focus-visible,.focus-visible,:hover,.hover)){color:var(--blue-800)}:where(:is(button,:is(a,summary).button).tertiary:is(:focus-visible,.focus-visible)){box-shadow:none;text-decoration-thickness:4px}:where(:is(button,:is(a,summary).button).tertiary.destructive){color:var(--red-600)}:where(:is(button,:is(a,summary).button).tertiary.destructive:is(:active,.active,:focus-visible,.focus-visible,:hover,.hover)){color:var(--red-800)}:where(:is(button,:is(a,summary).button).tertiary:is(:disabled,.disabled)){color:var(--color-text-disabled)}:where(button[role=tab]){font-weight:var(--font-weight-medium);padding:var(--space-4x) var(--space-6x);border-bottom:var(--border-width-secondary) solid var(--color-border-primary);background:0 0;justify-content:center;font-size:1rem;line-height:22px}:where(button[role=tab]) span:not(.count){font-weight:var(--font-weight-medium);color:inherit;font-size:1rem;line-height:22px}:where(button[role=tab]:is(.selected,[aria-selected=true])){color:var(--blue-600);border-bottom-color:var(--blue-600)}:where(button[role=tab]:is([aria-disabled=true],.disabled,:disabled)){cursor:not-allowed;color:var(--color-text-disabled);outline:0}:where(button[role=tab]:is(:hover,.hover,:focus-visible,.focus-visible):not([disabled],.disabled)){color:var(--blue-800);border-bottom-color:var(--blue-800)}:where(:is(button,:is(a,summary).button):not([role=tab]).large){padding:14px var(--space-8x);font-size:1rem;line-height:1.5}::where(:is(button, :is(a, summary).button).large.tertiary:not([role="tab"])){padding:var(--space-4x) var(--space-8x)}:where(:is(button,:is(a,summary).button).large:not([role=tab]) :is(svg,img)){width:var(--space-6x);height:var(--space-6x)}:where(input,textarea,select){border:var(--border-width-primary) solid var(--color-border-secondary);font-family:var(--font-family-text);color:var(--color-text-value);background:var(--white);outline:none;font-size:.875rem}:where(:is(input,textarea,select).error:not(:checked)){border-color:var(--color-border-interactive-error)}:where(:is(input,textarea,select):is(:hover,.hover)){border-color:var(--color-border-interactive-hover)}:where(:is(input,textarea,select):is(:focus-visible,.focus-visible)){box-shadow:var(--border-interactive-focus);border-color:var(--color-border-interactive-hover)}:where(:is(input,textarea,select):is(:disabled,.disabled)){cursor:not-allowed;color:var(--color-text-disabled);background-color:var(--color-background-disabled);box-shadow:none;border-color:var(--color-border-disabled)}:where(.label>:is(input,textarea,select)),:where(.label+:is(input,textarea,select)){margin-top:var(--space-2x)}:where(input:not([type=checkbox],[type=radio]),textarea){padding:var(--space-2x) var(--space-4x);border-radius:var(--border-radius-primary);width:100%;line-height:22px;display:block}input::placeholder,textarea::placeholder{color:var(--color-text-placeholder);font-style:italic}input[disabled]::placeholder,textarea[disabled]::placeholder{color:var(--color-text-disabled)}::-moz-placeholder{opacity:1}:where(input:not([type=checkbox],[type=radio]).large){padding:var(--space-4x) var(--space-6x);font-size:1rem}:where(input:is([type=checkbox],[type=radio])){box-sizing:border-box;height:var(--space-4x);width:var(--space-4x);min-width:var(--space-4x);border-radius:var(--border-radius-primary);appearance:none;vertical-align:middle;padding:0;transition:background-color .2s,border-color .2s;display:inline-block}:where(input[type=radio]){border-radius:var(--border-radius-round)}:where(input:is([type=checkbox],[type=radio]):checked){border-color:var(--blue-600);transition:background-color .2s,border-color .2s}:where(input[type=checkbox]:checked){background:var(--blue-600) url(data:image/svg+xml;base64,PHN2ZwogICAgd2lkdGg9IjEwIgogICAgaGVpZ2h0PSIxMCIKICAgIHZpZXdCb3g9IjAgMCAxMCAxMCIKICAgIGZpbGw9Im5vbmUiCiAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgPgogICAgPHBhdGgKICAgICAgZmlsbFJ1bGU9ImV2ZW5vZGQiCiAgICAgIGNsaXBSdWxlPSJldmVub2RkIgogICAgICBkPSJNOS41ODUyIDAuMTc2Njc3QzkuMTQ0OTQgLTAuMTMyNDE4IDguNTM4MzYgLTAuMDI1NDYyNiA4LjIzMDM3IDAuNDE1NTdMMy4zMDcyOCA3LjQ2NTIzTDEuNzcwMTEgNS4yNjQwN0MxLjQ2MjExIDQuODIzMDMgMC44NTU1MzYgNC43MTYwOCAwLjQxNTI3NiA1LjAyNTE3Qy0wLjAyNDk4MzMgNS4zMzQyNyAtMC4xMzIyMDcgNS45NDIzNyAwLjE3NTc4NSA2LjM4MzRMMi40MDk1MSA5LjU4MkMyLjY2NjQzIDkuOTQ5ODkgMy4xMzEwOSAxMC4wODUzIDMuNTMzNjkgOS45NDA3M0MzLjgwODcxIDkuOTE1NTIgNC4wNzExNyA5Ljc3MzcgNC4yNDE4OSA5LjUyOTIzTDkuODI0NjkgMS41MzQ5QzEwLjEzMjcgMS4wOTM4NyAxMC4wMjU1IDAuNDg1NzczIDkuNTg1MiAwLjE3NjY3N1oiCiAgICAgIGZpbGw9IndoaXRlIgogICAgLz4KICA8L3N2Zz4=) no-repeat center}:where(input[type=radio]:checked){background-color:var(--blue-600);position:relative}input[type=radio]:checked:after{content:"";background-color:var(--white);border-radius:var(--border-radius-round);width:6px;height:6px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}:where(input:is([type=checkbox],[type=radio]):is(:hover,.hover):checked),:where(input:is([type=checkbox],[type=radio]):is(:focus-visible,.focus-visible):checked){border-color:var(--blue-800);background-color:var(--blue-800)}:where(input:is([type=checkbox],[type=radio]):is(:active,.active)){border-color:var(--gray-700)}:where(input:is([type=checkbox],[type=radio]):is(:active,.active):checked){background-color:var(--gray-700)}:where(:is(input[type=checkbox],[type=radio]):checked:is(:disabled,.disabled)){background-color:var(--gray-300);border-color:var(--gray-300)}:where(label:has(input:is([type=checkbox],[type=radio]))){gap:var(--space-2x);align-items:center;width:fit-content;display:flex}:where(input:is([type=checkbox],[type=radio])+label){vertical-align:middle;margin-left:var(--space-2x);width:fit-content}:where(input:is([type=checkbox],[type=radio])),:where(input:is([type=checkbox],[type=radio])+label:hover),:where(label:has(input:is([type=checkbox],[type=radio]))):hover{cursor:pointer}:where(input:is([type=checkbox],[type=radio]):disabled),:where(input:is([type=checkbox],[type=radio]):disabled+label:hover),:where(label:has(input:is([type=checkbox],[type=radio]):disabled)):hover{cursor:not-allowed}:where(select){border-radius:var(--border-radius-primary);padding:var(--space-2x) var(--space-10x) var(--space-2x) var(--space-4x);appearance:none;background-image:url(https://smartcontract.imgix.net/icons/Caret.svg?auto=compress%2Cformat);background-position:right var(--space-3x) top 50%;cursor:pointer;background-repeat:no-repeat;line-height:22px;display:block}main{margin-bottom:var(--main-margin-bottom)}.container{margin-left:var(--container-margin);margin-right:var(--container-margin)}:where(.card){padding:var(--space-6x);border:var(--border-width-primary) solid var(--color-border-primary);background-color:var(--color-background-primary);border-radius:var(--border-radius-primary)}:where(hr){background-color:var(--color-border-separator);border:var(--border-width-reset);border-radius:1px;height:1px}:where(hr.divider){margin:var(--space-4x) 0}:where(hr.secondary){background-color:var(--color-border-separator-secondary)}@media screen and (width>=992px){.container{max-width:min(calc(1440px - 2 * var(--space-16x)), calc(100% - 2 * var(--space-16x)))}}:where(h1,h2,h3,h4,h5,h6){font-family:var(--font-family-text-heading);line-height:1.3;font-weight:var(--font-weight-medium);color:var(--color-text-heading)}:where(h6){margin-bottom:var(--space-2x);font-size:1rem}:where(h5){margin-bottom:var(--space-2x);font-size:1.25rem}:where(h4),:where(h3){margin-bottom:var(--space-4x);font-size:1.5rem}:where(h2){margin-bottom:var(--space-4x);font-size:1.75rem}:where(h1){margin-bottom:var(--space-4x);font-size:2rem}@media screen and (width>=768px){:where(h3){font-size:1.75rem}:where(h2){font-size:2rem}:where(h1){margin-bottom:var(--space-6x);font-size:2.5rem}}:where(body,p){font-family:var(--font-family-text);line-height:1.5;font-weight:var(--font-weight-normal);color:var(--color-text-primary)}:where(p){max-width:640px;margin-bottom:var(--space-6x);font-size:1rem}:where(span,label){font-family:var(--font-family-text);font-weight:var(--font-weight-normal);color:var(--color-text-primary);font-size:.875rem;line-height:1rem}:where(label.disabled){color:var(--color-text-disabled)}:where(select){font-family:var(--font-family-text)}:where(.heading,.heading-100,.heading-200,.heading-300,.heading-400,.heading-500,.heading-600){font-family:var(--font-family-text-heading);line-height:1.3;font-weight:var(--font-weight-medium);color:var(--color-text-heading)}:where(.heading-100){margin-bottom:var(--space-2x);font-size:1rem}:where(.heading-200){margin-bottom:var(--space-2x);font-size:1.25rem}:where(.heading-300),:where(.heading-400){margin-bottom:var(--space-4x);font-size:1.5rem}:where(.heading-500){margin-bottom:var(--space-4x);font-size:1.75rem}:where(.heading-600){margin-bottom:var(--space-4x);font-size:2rem}@media screen and (width>=768px){:where(.heading-400){font-size:1.75rem}:where(.heading-500){font-size:2rem}:where(.heading-600){margin-bottom:var(--space-6x);font-size:2.5rem}}:where(.paragraph,.paragraph-100,.paragraph-200,.paragraph-300){font-family:var(--font-family-text);line-height:1.5;font-weight:var(--font-weight-normal);color:var(--color-text-primary);max-width:640px}:where(.paragraph-100){font-size:.875rem}:where(.paragraph-200){margin-bottom:var(--space-6x);font-size:1rem}:where(.paragraph-300){font-size:1.25rem}:where(.text,.text-100,.text-200,.text-300){font-family:var(--font-family-text);font-weight:var(--font-weight-normal);color:var(--color-text-primary);line-height:1rem}:where(.text-100){font-size:.75rem}:where(.text-200){font-size:.875rem}:where(.text-300){font-size:1rem}:where(.label){font-family:var(--font-family-text);font-size:.875rem;line-height:1rem;font-weight:var(--font-weight-medium);color:var(--color-text-label);display:block}:where(.count){border-radius:var(--space-3x);color:var(--color-text-secondary);height:var(--space-4x);background-color:var(--gray-200);padding:2px var(--space-1x);font-size:12px;line-height:12px;display:inline-block}:where(p.support-text){margin:var(--space-2x) 0 0;font-size:.875rem}:where(p.support-text.error){color:var(--color-text-error)}p.support-text.error:before{content:"";width:var(--space-4x);float:left;height:21px;margin-right:var(--space-2x);background:url(https://smartcontract.imgix.net/icons/alert_diamond.svg?auto=compress%2Cformat) 0 no-repeat}:where(.display,.display-400,.display-500,.display-600){font-family:var(--font-family-text);line-height:1.2;font-weight:var(--font-weight-medium);color:var(--color-text-heading)}:where(.display-400){margin-bottom:var(--space-4x);letter-spacing:-.04rem;font-size:2rem}:where(.display-500){margin-bottom:var(--space-6x);letter-spacing:-.05rem;font-size:2.5rem}:where(.display-600){margin-bottom:var(--space-6x);letter-spacing:-.06rem;font-size:3rem}@media screen and (width>=768px){:where(.display-400){letter-spacing:-.05rem;font-size:2.5rem}:where(.display-500){letter-spacing:-.06rem;font-size:3rem}:where(.display-600){letter-spacing:-.07rem;font-size:3.5rem}}:where(.link:not(.button)){color:var(--color-text-link)}:where(.link:not(.button):is(:hover,.hover)){color:var(--color-text-link-hover)}:where(.link:not(.button):is(:active,.active)){color:var(--color-text-link-active)}.table{border-spacing:0 var(--space-2x);width:100%;min-width:max-content;overflow:auto}.table thead th{padding:var(--space-2x) var(--space-3x);text-align:left}.table thead th:first-child{padding-left:var(--space-6x)}.table thead th:last-child{padding-right:var(--space-6x)}.table tbody tr td{border-block:var(--border-width-primary) solid var(--color-border-primary);padding:15px var(--space-3x);text-align:left;background-color:#fff}.table tbody tr td:first-child{border-left:var(--border-width-primary) solid var(--color-border-primary);border-radius:var(--border-radius-primary) 0 0 var(--border-radius-primary);padding-left:var(--space-6x)}.table tbody tr td:last-child{border-right:var(--border-width-primary) solid var(--color-border-primary);border-radius:0 var(--border-radius-primary) var(--border-radius-primary) 0;padding-right:var(--space-6x)}.table .highlight-row:is(.active,:active,:focus){outline:none}.table .highlight-row:is(.active,:active,:focus) td{border-color:var(--color-border-interactive-focus);outline:none}.table :is(.on-row-click,.highlight-row):is(:hover,.hover) td{border-color:var(--color-border-secondary);cursor:pointer;background-color:var(--color-background-secondary);outline:none}:root{--gray-50:#fafbfc;--gray-100:#f5f7fa;--gray-200:#e4e8ed;--gray-300:#d1d6de;--gray-400:#9fa7b2;--gray-500:#6c7585;--gray-600:#4e5560;--gray-700:#3c414c;--gray-800:#212732;--gray-900:#141921;--gray-950:#0e1119;--blue-50:#eff6ff;--blue-700:#0847f7;--blue-600:#0d5dff;--blue-100:#dcebff;--blue-200:#c1dbff;--blue-300:#97c1ff;--blue-400:#639cff;--blue-500:#2e7bff;--blue-800:#0036c9;--blue-900:#00299a;--blue-950:#001a62;--red-700:#b91c1c;--red-600:#dc2626;--red-500:#ef4444;--red-50:#fef2f2;--red-100:#fee2e2;--red-200:#fecaca;--red-300:#fca5a5;--red-400:#f87171;--red-800:#991b1b;--red-900:#7f1d1d;--red-950:#450a0a;--purple-50:#f5f2ff;--purple-100:#ede8ff;--purple-200:#ddd3ff;--purple-300:#c5b2ff;--purple-400:#a787ff;--purple-500:#8657ff;--purple-600:#6838e0;--purple-700:#4b19c1;--purple-800:#3f0dab;--purple-900:#33068d;--purple-950:#1f005c;--teal-50:#eefbf9;--teal-100:#dbf5f0;--teal-200:#bfede4;--teal-300:#a3e1d5;--teal-400:#80d0c3;--teal-500:#51b9a9;--teal-600:#2f9589;--teal-700:#237872;--teal-800:#1a635e;--teal-900:#124946;--teal-950:#0a2f2f;--green-50:#f1fcf5;--green-100:#ddf8e6;--green-200:#b9f1cc;--green-300:#95e5b0;--green-400:#63d78e;--green-500:#3cc274;--green-600:#30a059;--green-700:#267e46;--green-800:#1e633a;--green-900:#195232;--green-950:#0b2d1b;--yellow-50:#fffbeb;--yellow-100:#fef3c7;--yellow-200:#fde68a;--yellow-300:#f8d34c;--yellow-400:#f9c424;--yellow-500:#eaae06;--yellow-600:#ca8a04;--yellow-700:#a16207;--yellow-800:#854d0e;--yellow-900:#713f12;--yellow-950:#451a03;--orange-50:#fef5ef;--orange-100:#fce9da;--orange-200:#fad3b6;--orange-300:#f6b484;--orange-400:#ef894f;--orange-500:#e86832;--orange-600:#df4c1c;--orange-700:#b53c19;--orange-800:#913118;--orange-900:#7a2914;--orange-950:#3e130a;--white:#fff;--black:#000}@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background:var(--white);--foreground:var(--gray-600);--card:var(--white);--card-foreground:var(--gray-600);--popover:var(--white);--popover-foreground:var(--gray-600);--primary:var(--blue-600);--primary-foreground:var(--white);--secondary:var(--white);--secondary-foreground:var(--blue-600);--muted:var(--blue-100);--muted-foreground:var(--blue-300);--accent:var(--blue-100);--accent-foreground:var(--blue-800);--destructive:var(--red-600);--destructive-foreground:var(--white);--border:var(--gray-200);--input:var(--blue-200);--ring:var(--blue-600);--value:var(--gray-900);--radius:.025rem}}@layer utilities{.liga-off{font-feature-settings:"liga" off}}._header_1w2lm_14{z-index:10;width:100%;position:absolute;top:0}._navBar_1w2lm_22{-webkit-backdrop-filter:blur(20px);background:#fffc;border-bottom:1px solid #ecedef;width:100%;transition:transform .3s ease-in-out;position:fixed;box-shadow:0 4px 12px #0000000f}._noShadow_1w2lm_34{box-shadow:none;border-bottom:none}._container_1w2lm_40{max-width:min(calc(1505px - 2 * var(--space-4x)), calc(100% - 2 * var(--space-4x)));padding:0 var(--space-4x);width:100%;padding-block:var(--space-0x);height:var(--space-16x);justify-content:space-between;gap:var(--space-3x);margin:0 auto;display:flex;position:relative}._headerPlaceholder_1w2lm_53{height:var(--space-16x);visibility:hidden}._isHomepage_1w2lm_58{max-width:min(1505px, calc(100% - 2 * var(--space-16x)))}._headerHidden_1w2lm_62{transform:translateY(-100%)}._logoSection_1w2lm_66,._menuSection_1w2lm_67,._rightSection_1w2lm_68{align-items:center;font-family:Inter,sans-serif;display:flex}._rightSection_1w2lm_68{gap:var(--space-2x);flex-direction:row}:is(._button_1w2lm_79,._iconButton_1w2lm_79){display:none}._infoIcon_1w2lm_83{width:14px;height:14px;margin-right:1px}._modalOverlay_1w2lm_89{z-index:10;background-color:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modalContentWrapper_1w2lm_102{background-color:#fff;border-radius:8px;flex-direction:column;width:90%;max-height:90%;padding:4em 1em;display:flex;position:relative;box-shadow:0 2px 10px #0000004d}._modalContent_1w2lm_102{flex-grow:1;overflow-y:auto}._modalTitle_1w2lm_119{text-align:center;font-size:2rem;font-weight:600;line-height:2.5rem}._modalTitle_1w2lm_119 span{font-weight:600;font-size:inherit;line-height:inherit;color:var(--blue-600)}._modalDescription_1w2lm_133{text-align:center;max-width:100%;margin-bottom:1em;font-size:1rem;line-height:1.5}._closeButton_1w2lm_141{cursor:pointer;color:var(--gray-600);background:0 0;border:none;font-size:2em;position:absolute;top:10px;right:20px}._closeButton_1w2lm_141:hover{color:var(--blue-600)}@media screen and (width>=768px){._button_1w2lm_79{height:var(--space-10x);gap:var(--space-2x);padding:var(--space-2x);line-height:var(--space-4x);color:var(--blue-700);border:var(--border-width-primary) solid transparent;justify-content:center;align-items:center;transition:background-color .3s ease-out,border .3s ease-out,border-radius .3s ease-out;display:flex}._button_1w2lm_79:hover{border-radius:var(--border-radius-primary);border:var(--border-width-primary) solid var(--blue-200);background:var(--background-color-background-primary)}._button_1w2lm_79 :is(svg,img){width:var(--space-5x);height:var(--space-5x);min-width:var(--space-5x);min-height:var(--space-5x);fill:var(--color-text-primary)}._rightSection_1w2lm_68{justify-content:flex-end}._quickLinksTooltip_1w2lm_191{display:flex}}@media screen and (width>=992px){._container_1w2lm_40:not(._isHomepage_1w2lm_58) ._quickLinksButton_1w2lm_197{display:inline}._container_1w2lm_40:not(._isHomepage_1w2lm_58) ._modalContentWrapper_1w2lm_102{width:80%}._container_1w2lm_40:not(._isHomepage_1w2lm_58) ._button_1w2lm_79,._container_1w2lm_40:not(._isHomepage_1w2lm_58) ._quickLinksWrapper_1w2lm_209{display:none}}@media screen and (width>=995px){._rightSection_1w2lm_68{width:200px}}@media screen and (width<=992px){._container_1w2lm_40{max-width:100%;padding:0 var(--space-6x);height:var(--space-16x);justify-content:space-between;align-items:center;display:flex;position:relative}._logoSection_1w2lm_66{display:none}._menuSection_1w2lm_67{flex-grow:0;order:1;justify-content:flex-start}._rightSection_1w2lm_68{flex-grow:0;order:3;justify-content:flex-end}}@media screen and (width>=72rem){._container_1w2lm_40:not(._isHomepage_1w2lm_58){max-width:min(calc(1505px - 2 * var(--space-4x)), calc(100% - 2 * var(--space-4x)));padding:0 var(--space-4x);margin:0 auto}}._root_27w4y_1{z-index:1;width:fit-content;display:none;position:relative}._logo_27w4y_8{display:none}._navLink_27w4y_12{color:var(--gray-600);font-size:var(--space-4x);font-weight:var(--font-weight-medium);user-select:none;cursor:pointer;align-items:center;gap:var(--space-1x);height:100%;padding:0 16px;transition:all .2s ease-in-out;display:flex;position:relative}._navLink_27w4y_12:hover{color:var(--blue-800)}._active_27w4y_31:before,._navLink_27w4y_12:before,._megaMenu_27w4y_33:before{content:"";width:var(--space-4x);height:var(--space-4x);opacity:0;background-color:#0847f7;transition:all .2s ease-in-out;position:absolute;top:-35px;left:50%;transform:translate(-50%)rotate(45deg)}._navLink_27w4y_12:hover:before{opacity:1}._active_27w4y_31{color:var(--blue-800)}._megaMenu_27w4y_33:before,._active_27w4y_31:before{opacity:1}._megaMenu_27w4y_33:after{content:"";z-index:100;width:20px;height:20px;padding:var(--space-2x);background-color:#fff;position:absolute;bottom:-35px;right:35%;transform:translate(-50%)rotate(45deg)}@media screen and (width>=992px){._root_27w4y_1{display:flex}._logo_27w4y_8{padding-block:var(--space-1x);align-items:center;display:block}}._root_27w4y_1._alignLeft_27w4y_86{justify-content:flex-start}._list_27w4y_90{align-items:center;margin:0;list-style:none;display:flex}._button_27w4y_97{user-select:none;align-items:center;gap:var(--space-1x);width:fit-content;color:var(--blue-800);line-height:1.5rem;display:flex}._button_27w4y_97:hover{color:var(--blue-600)}._button_27w4y_97>div>img{opacity:.6;width:1.2rem;transform-style:prserve-3d;transition-duration:.2s;display:flex;transform:translate(0,0)scale(1)rotateX(0)rotateY(0)rotate(0)skew(0deg)}._button_27w4y_97:hover>div>img{opacity:1;transform-style:preserve-3d;transition-duration:.2s;transform:translate(.15rem,-.15rem)scale(1)rotateX(0)rotateY(0)rotate(0)skew(0deg)}._content_27w4y_129{max-height:calc(90vh - var(--space-16x));max-height:calc(90dvh - var(--space-16x));max-width:90dvw;animation-duration:.25s;animation-timing-function:ease;display:flex;position:absolute;top:0;overflow:auto}._content_27w4y_129 li{list-style:none}._productTrigger_27w4y_147 span{font-weight:var(--font-weight-medium)}._indicator_27w4y_151{z-index:1;justify-content:center;align-items:flex-end;height:10px;transition:width,transform .25s;display:flex;top:100%;overflow:hidden}._indicator_27w4y_151[data-state=visible]{animation:.2s _fadeIn_27w4y_1}._indicator_27w4y_151[data-state=hidden]{animation:.2s _fadeOut_27w4y_1}._viewportPosition_27w4y_170{justify-content:center;display:flex;position:absolute;top:100%}._navigationViewport_27w4y_177{transform-origin:top;width:var(--radix-navigation-menu-viewport-width);background-color:var(--white);border-radius:var(--border-radius-secondary);height:var(--radix-navigation-menu-viewport-height);margin-top:10px;transition:width,height,all .3s;position:relative;overflow:hidden;box-shadow:0 4px 25px #00000026}._navigationViewport_27w4y_177[data-state=open]{animation:.2s _scaleIn_27w4y_1}._navigationViewport_27w4y_177[data-state=closed]{animation:.2s _scaleOut_27w4y_1}._resourcesMenuContent_27w4y_199{border-radius:var(--border-radius-secondary);background-color:#fff;grid-template-columns:3fr 1fr;display:grid;position:absolute;top:60px;left:20px;right:20px;transform:translate(-50%);box-shadow:0 4px 25px #00000026}._resourcesMenuContent_27w4y_199:before{content:"";background-color:#fff;width:10px;height:10px;position:absolute;top:-5px;left:50%;transform:translate(-50%)rotate(45deg);box-shadow:0 4px 25px #00000026}._resourcesMenuContent_27w4y_199 h2{font-size:var(--space-3x);font-weight:var(--font-weight-medium);padding-bottom:var(--space-3x);color:var(--gray-500);text-transform:uppercase;border-bottom:1px solid var(--gray-200)}._resourcesMenuContentMain_27w4y_233{padding:var(--space-16x)}._resourcesMenuContentFeatured_27w4y_237{padding:var(--space-8x);background-color:var(--gray-100)}._featuredImage_27w4y_242{width:260px!important}._trigger_27w4y_246 span{font-size:var(--space-4x);font-weight:var(--font-weight-medium);position:relative;color:var(--gray-600)!important}._trigger_27w4y_246:hover span{color:var(--blue-800)!important}._arrow_27w4y_257{background-color:var(--white);width:10px;height:10px;top:70%;right:var(--space-1x);border-top-left-radius:2px;position:absolute;transform:rotate(45deg)}@keyframes _scaleIn_27w4y_1{0%{opacity:0;transform:rotateX(-30deg)scale(.9)}to{opacity:1;transform:rotateX(0)scale(1)}}@keyframes _scaleOut_27w4y_1{0%{opacity:1;transform:rotateX(0)scale(1)}to{opacity:0;transform:rotateX(-10deg)scale(.95)}}@keyframes _fadeIn_27w4y_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_27w4y_1{0%{opacity:1}to{opacity:0}}._divider_27w4y_308{margin-inline:var(--space-4x)}._megaMenuContainer_fkg3h_1{z-index:50;justify-content:center;display:none;position:fixed;inset:60px 0 0}._wrapper_fkg3h_12{background-color:#fff;border-radius:.5rem;grid-template-columns:3fr 1fr;width:100%;max-width:1360px;height:fit-content;display:grid;overflow:hidden;box-shadow:4.6px 9.3px 54px 1px #98a0b90a,2.1px 4.3px 32px -.7px #98a0b94f,1px -1px 3px -.3px #98a0b936,.3px .5px .8px #98a0b91f}._wrapper_fkg3h_12 h2{padding-bottom:var(--space-4x);color:var(--gray-500);text-transform:uppercase;border-bottom:1px solid var(--gray-200);margin-bottom:var(--space-8x)}._wrapper_fkg3h_12 h3{font-family:var(--font-family-text);color:var(--gray-900)}._wrapper_fkg3h_12 p{color:var(--gray-500);margin-top:var(--space-2x);margin-bottom:var(--space-3x);line-height:var(--space-6x)}._resourcesMenuContentMain_fkg3h_48{padding-top:var(--space-16x);padding-left:var(--space-16x);padding-bottom:var(--space-16x);padding-right:var(--space-8x);gap:var(--space-16x);grid-template-columns:1fr 1fr 1fr;display:grid}._resourcesMenuContentRow_fkg3h_58{flex-direction:column;display:flex}._verticalDivider_fkg3h_63{border-left:1px solid var(--gray-300);margin:0 var(--space-3x)}._links_fkg3h_68{margin-bottom:var(--space-10x)}._links_fkg3h_68 a{font-weight:var(--font-weight-medium);color:var(--color-text-link)}._resourcesMenuContentFeatured_fkg3h_77{padding-top:var(--space-16x);padding-left:var(--space-8x);padding-bottom:var(--space-16x);padding-right:var(--space-16x);background-color:var(--gray-100)}._megaMenuLink_fkg3h_85{align-items:center;gap:var(--space-2x);display:flex}._megaMenuLink_fkg3h_85 h3{margin-bottom:0}._megaMenuLink_fkg3h_85 img{width:var(--space-5x);height:var(--space-5x)}._featuredImage_fkg3h_100{width:100%}._divider_fkg3h_104{border-bottom:1px solid var(--gray-200);margin:var(--space-8x) auto}._bottomLinks_fkg3h_109{gap:var(--space-3x);flex-direction:column;margin-top:auto;display:flex}._bottomLinks_fkg3h_109 div{align-items:center;gap:var(--space-2x);line-height:var(--space-6x);display:flex}._bottomLinks_fkg3h_109 a{color:var(--gray-900)}._bottomLink_fkg3h_109 a:hover{color:#0847f7}@media screen and (width>=768px){._megaMenuContainer_fkg3h_1{display:flex}}._root_xrtg0_1{display:initial}._logo_xrtg0_5{margin-right:var(--space-2x)}._menuContent_xrtg0_9{background:var(--white);z-index:11;flex-direction:column;width:100dvw;height:100dvh;display:flex;position:fixed;top:0;left:0;overflow:hidden}._header_xrtg0_24{padding:var(--space-6x) var(--space-8x);justify-content:space-between;align-items:center;display:flex;box-shadow:0 4px 12px #0000000f}._content_xrtg0_33{width:200vw;transition:transform .3s;display:flex}._main_xrtg0_39{transform:translate(0)}._submenu_xrtg0_43{transform:translate(-100vw)}._productContent_xrtg0_47{gap:var(--space-4x);padding:var(--space-6x) var(--space-8x);flex-direction:column;display:flex}._productContentLink_xrtg0_54{font-size:var(--font-size-4x);font-weight:var(--font-weight-medium);color:var(--gray-600);margin-right:var(--space-5x);padding:var(--space-2x) 0;font-size:var(--font-size-4x);justify-content:space-between;display:flex}._subProductContentPage_xrtg0_65{overflow:scroll}._productContent_xrtg0_47,._subProductContent_xrtg0_65{width:100vw;padding-bottom:56px;list-style:none;overflow:scroll}._subProductContent_xrtg0_65{flex-direction:column;display:flex}._subProductContentTitle_xrtg0_81{font-size:var(--font-size-4x);font-weight:var(--font-weight-medium);color:var(--blue-800);margin-right:var(--space-5x)}@keyframes _slideFromLeft_xrtg0_1{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes _slideToLeft_xrtg0_1{0%{transform:translate(0)}to{transform:translate(-100%)}}._menuContent_xrtg0_9[data-state=open]{animation:.3s forwards _slideFromLeft_xrtg0_1}._menuContent_xrtg0_9[data-state=closed]{animation:.3s forwards _slideToLeft_xrtg0_1}._trigger_xrtg0_114{justify-content:center;align-items:center;gap:var(--space-2x);display:flex}@media screen and (width>=992px){._logo_xrtg0_5,._trigger_xrtg0_114{display:none}}._wrapper_1cohq_1{border-radius:.5rem;flex-direction:column;width:100%;max-height:calc(100vh - 68px);display:flex}._wrapper_1cohq_1 h2{padding-bottom:var(--space-3x);color:var(--gray-500);text-transform:uppercase;border-bottom:1px solid var(--gray-200)}._wrapper_1cohq_1 h3{font-family:var(--font-family-text);color:var(--gray-900)}._wrapper_1cohq_1 p{color:var(--gray-500);margin-top:var(--space-2x);margin-bottom:var(--space-3x);line-height:var(--space-6x)}._resourcesMenuContentMain_1cohq_29{padding:var(--space-6x) var(--space-8x) var(--space-4x) var(--space-8x);gap:var(--space-6x);flex-direction:column;display:flex}._resourcesMenuContentRow_1cohq_36{flex-direction:column;display:flex}._verticalDivider_1cohq_41{border-left:1px solid var(--gray-300);margin:0 var(--space-3x)}._links_1cohq_46{margin-bottom:var(--space-6x);margin-left:var(--space-8x)}._links_1cohq_46 a{font-weight:var(--font-weight-medium);color:var(--color-text-link)}._resourcesMenuContentFeatured_1cohq_56{padding-top:var(--space-16x);padding-left:var(--space-8x);padding-bottom:var(--space-16x);padding-right:var(--space-16x);background-color:var(--gray-100)}._megaMenuButton_1cohq_64{padding:var(--space-4x) var(--space-1x);cursor:pointer;justify-content:space-between;align-items:center;display:flex}._megaMenuButton_1cohq_64 span{font-size:var(--space-6x);font-weight:var(--font-weight-medium);color:var(--gray-500)}._megaMenuLink_1cohq_78{align-items:center;gap:var(--space-2x);display:flex}._megaMenuLink_1cohq_78 h3{margin-bottom:0}._megaMenuLink_1cohq_78 img{width:var(--space-5x);height:var(--space-5x)}._featuredImage_1cohq_93{width:100%}._divider_1cohq_97{border-bottom:1px solid var(--gray-200);margin:var(--space-8x) auto}._bottomLinks_1cohq_102{padding:var(--space-6x) 0;gap:var(--space-8x);border-top:1px solid var(--gray-200);flex-direction:column;display:flex}._bottomLinks_1cohq_102 div{align-items:center;gap:var(--space-2x);line-height:var(--space-6x);display:flex}._bottomLinks_1cohq_102 a{color:var(--gray-900)}._bottomLink_1cohq_102 a:hover{color:#0847f7}@media screen and (width>=768px){._megaMenuContainer_1cohq_127{display:flex}}@media screen and (width>=1280px){._wrapper_1cohq_1:before{left:31%}}@media screen and (width>=1565px){._wrapper_1cohq_1:before{left:35%}}._responsiveContainer_ghnex_1{width:100%}._tableContainer_ghnex_5{display:block}._table_ghnex_5{border-collapse:collapse;width:100%}th,td{text-align:center;padding:8px;font-size:.9rem}th{background-color:var(--gray-100);font-weight:700}._stickyHeader_ghnex_26{z-index:4;background-color:var(--gray-100);border-bottom:2px solid var(--gray-200);position:sticky;top:0}._networkHeaderCell_ghnex_34{text-align:center;width:15%}._productHeaderCell_ghnex_39{text-align:center;padding:18px 0;font-size:1rem}._productHeader_ghnex_39{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;display:flex}._networkHeader_ghnex_34{flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;padding-top:12px;padding-left:12px;display:flex}._icon_ghnex_65{width:30px;height:30px;display:inline-block}._productCell_ghnex_71{text-align:center;width:10%;transition:background-color .4s}._productCell_ghnex_71:hover{background-color:var(--blue-100)}._productLink_ghnex_81{color:inherit;text-decoration:none}._productLink_ghnex_81:hover{color:var(--blue-600)}._supportedContainer_ghnex_90{justify-content:center;align-items:center;display:flex}._infoLink_ghnex_96{vertical-align:middle;margin-top:6px;margin-left:8px}._linkIcon_ghnex_102{width:22px;height:22px;display:inline-block}._linkTokenHeaderCell_ghnex_108{text-align:center;padding:15px 0;font-size:1rem}._cellLink_ghnex_114{color:inherit;text-decoration:none;transition:background-color .4s;display:block}._cellLink_ghnex_114:hover{background-color:var(--blue-100)}._cardContainer_ghnex_125{padding:20px 0;display:none}._card_ghnex_125{background-color:var(--gray-100);border-radius:8px;padding:16px;transition:transform .2s ease-in-out;box-shadow:0 4px 8px #0000001a}._card_ghnex_125:hover{transform:translateY(-4px)}._cardHeader_ghnex_142{justify-content:center;align-items:center;gap:8px;margin-bottom:12px;display:flex}._cardTitle_ghnex_150{margin:0;font-size:1.2rem;font-weight:700}._networkIcon_ghnex_156{width:24px;height:24px}._productLinks_ghnex_161{flex-direction:column;gap:8px;display:flex}._productItem_ghnex_167{justify-content:space-between;align-items:center;display:flex}._productLink_ghnex_81{color:inherit;background-color:var(--blue-50);border-radius:8px;align-items:center;padding:8px;text-decoration:none;transition:background-color .2s;display:flex}._productLink_ghnex_81:hover{background-color:var(--blue-100)}._icon_ghnex_65{width:22px;height:22px}._linkTokenIcon_ghnex_193{width:22px;height:22px;padding-top:4px}._linkIcon_ghnex_102{width:16px;height:16px}@media (width<=1080px){._tableContainer_ghnex_5{display:none}._cardContainer_ghnex_125{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;display:grid}}._modalOverlay_1xh9s_1{z-index:2147483647;-webkit-backdrop-filter:blur(10px);background-color:#0009;justify-content:center;align-items:center;transition:opacity .25s;display:flex;position:fixed;inset:0;opacity:1!important;opacity:0!important}._modalOverlayActive_1xh9s_19{opacity:1!important}._modalInner_1xh9s_23{justify-content:center;align-items:flex-start;max-height:100%;display:flex;position:fixed;inset:0}._searchModalContainer_1xh9s_32{background:var(--Background-Alt,#fafbfc);flex-direction:column;flex-grow:1;width:900px;max-width:900px;height:100%;max-height:100%;transition:width .3s ease-in-out;display:flex;overflow:hidden}._searchModalContainer_1xh9s_32._drawerOpen_1xh9s_44{width:100%}._modalHeaderContainer_1xh9s_49{background:var(--Background-Background,#fff);flex-direction:column;align-items:flex-start;display:flex}._modalHeaderTitle_1xh9s_56{justify-content:space-between;align-self:stretch;align-items:center;gap:var(--rounded-3xl,24px);padding:1rem 1.5rem 0;display:flex}._closeButton_1xh9s_65{background-color:#0000;border:none;border-radius:0;height:20px;padding:0}._modalHeader_1xh9s_49{padding:var(--4,1.5rem);justify-content:space-between;align-items:center;gap:var(--2,.5rem);border-bottom:1px solid var(--Border-Border,#e4e8ed);z-index:2;align-self:stretch;display:flex}._searchInput_1xh9s_84{caret-color:#2e7bff;height:2rem;width:unset;box-shadow:none;transform-origin:0;background-color:#0000;border:none;flex-grow:1;padding:0;transform:scale(.875);font-size:16px!important}._searchInput_1xh9s_84::placeholder{font-feature-settings:"liga" off,"calt" off;font-family:Inter,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:var(--Body-base,1rem);font-style:normal;font-weight:400;line-height:var(--leading-6,1.5rem);color:var(--Muted-More-Foreground,#6c7585)}._searchInput_1xh9s_84:focus{outline:none}._clearButton_1xh9s_113{cursor:pointer;background-color:#0000;border:none;justify-content:center;align-items:center;width:2rem;height:2rem;padding:.5rem;display:flex}._modalBody_1xh9s_125{background:var(--Background-Background,#fff);height:100%;overflow-y:hidden}._modalFooter_1xh9s_131{padding:.75rem var(--4,1.5rem);border-top:1px solid var(--Border-Border,#e4e8ed);background:var(--Background-Alt,#fafbfc);justify-content:center;align-self:stretch;align-items:center;display:flex}._modalFooter_1xh9s_131 ._modalFooterShortcuts_1xh9s_141,._modalFooter_1xh9s_131 ._modalFooterShortcut_1xh9s_141{align-items:center;display:flex}._modalFooter_1xh9s_131 ._modalFooterShortcuts_1xh9s_141{gap:1.5rem;display:none}._modalFooter_1xh9s_131 ._modalFooterShortcut_1xh9s_141{gap:.5rem}@media (width<=767px){._hideOnMobile_1xh9s_158{display:none!important}}@media (width>=768px){._modalInner_1xh9s_23{padding:10vh 0}._searchModalContainer_1xh9s_32{flex-grow:unset;border:1px solid var(--Border-Border,#e4e8ed);border-radius:.75rem;min-width:49.3125rem;height:500px;max-height:500px;box-shadow:0 16px 24px #0000000a}._searchModalContainer_1xh9s_32._maxHeight_1xh9s_177{height:100%;max-height:unset}._searchModalContainer_1xh9s_32._loadingHeight_1xh9s_181{height:600px;max-height:600px}._modalHeaderTitle_1xh9s_56{display:none}._modalFooter_1xh9s_131{justify-content:space-between}._modalFooter_1xh9s_131 ._modalFooterShortcuts_1xh9s_141{display:flex}}._emptySearchContainer_1xh9s_200{text-align:center;flex-direction:column;align-items:center;gap:16px;min-height:360px;margin-top:126px;display:flex}._emptySearchHeading_1xh9s_210{text-align:center;color:#9fa7b2;margin:0;font-size:22px;font-weight:500;line-height:28px}._emptySearchSubtext_1xh9s_219{text-align:center;color:#9fa7b2;margin:0;font-size:14px;font-weight:400;line-height:24px}._flickeringStars_ewhal_2{filter:drop-shadow(0 0 2px #639cff4d)}._starFlicker_ewhal_6{fill:var(--ai-svg-fill)}._starFlicker1_ewhal_10{animation:2.4s ease-in-out infinite _simple-flicker-1_ewhal_1}._starFlicker2_ewhal_14{animation:2.4s ease-in-out infinite _simple-flicker-2_ewhal_1}@keyframes _simple-flicker-1_ewhal_1{0%,to{opacity:0}25%,50%{opacity:1}}@keyframes _simple-flicker-2_ewhal_1{0%,25%,to{opacity:0}75%{opacity:1}}._searchModalContainer_1obt2_2 :where(span,label){font-size:inherit;font-family:inherit;font-weight:inherit;color:inherit;line-height:inherit}._body_1obt2_10{color:var(--Foreground-Foreground,#141921);font-feature-settings:"liga" off,"calt" off;text-overflow:ellipsis;font-family:Inter,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:var(--Body-base,14px);font-style:normal;font-weight:400;line-height:var(--leading-6,20px);overflow:hidden}._bodySemi_1obt2_25{color:var(--Foreground-Foreground,#141921);text-align:center;font-feature-settings:"liga" off,"calt" off;font-family:Inter,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:var(--All-base,14px);font-style:normal;font-weight:600;line-height:var(--leading-6,20px)}._bodyS_1obt2_25{color:var(--Foreground-Alt,#141921);font-feature-settings:"calt" off;font-family:Inter,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:var(--Body-sm,14px);font-style:normal;font-weight:400;line-height:var(--leading-5,24px)}._bodySemiS_1obt2_50{color:var(--Foreground-Alt,#141921);font-feature-settings:"calt" off;font-family:Inter,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:var(--Body-sm,14px);font-style:normal;font-weight:600;line-height:var(--leading-5,24px)}._bodyXS_1obt2_61{color:var(--Muted-More-Foreground,#6c7585);font-feature-settings:"calt" off;font-family:Inter,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:var(--Body-xs,12px);font-style:normal;font-weight:400;line-height:var(--leading-4,16px)}._bodySemiXS_1obt2_72{color:var(--Muted-More-Foreground,#6c7585);font-feature-settings:"calt" off;font-family:Inter,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:var(--Body-xs,12px);font-style:normal;font-weight:600;line-height:var(--leading-4,16px)}._searchToggle_1nfg5_1{border:1px solid var(--Border-Border,#e4e8ed);border-radius:8px;align-items:center;display:flex;overflow:hidden}._toggleButton_1nfg5_9{cursor:pointer;color:#6c7585;font-feature-settings:"calt" off;width:100%;font-family:Inter;font-size:var(--Body-xs,12px);font-style:normal;font-weight:400;line-height:var(--leading-4,16px);background:#fff;border:none;justify-content:center;padding:8px;transition:all .2s;display:flex}._toggleButtonActive_1nfg5_27{color:#141921;background-color:#f5f7fa}._searchToggleLarge_1nfg5_32{width:100%}._buttonLarge_1nfg5_36{font-size:var(--All-sm,14px);line-height:var(--leading-5,24px)}._modalBodyContainer_h1xly_1{background:var(--Background-Background,#fff);flex-direction:column;flex:1 0 0;align-items:flex-start;gap:32px;padding:0 24px 24px;display:flex}._modalBodyContainer_h1xly_1 ._hideItem_h1xly_11{display:none}._modalBodyCategoryList_h1xly_16{align-items:center;gap:var(--2,.5rem);white-space:nowrap;z-index:10;background:var(--Background-Background,#fff);flex-wrap:nowrap;align-self:stretch;padding-top:24px;padding-bottom:8px;display:flex;position:sticky;top:0;overflow-x:auto;box-shadow:0 20px 20px #fff}._modalBodyResultFiltered_h1xly_39{align-items:flex-start;gap:var(--3,4px);flex-direction:column;width:100%;display:flex}._searchGroupHeader_h1xly_48{align-items:center;gap:var(--2,.5rem);align-self:stretch;height:1.25rem;display:flex}._searchGroupHeader_h1xly_48 ._showAllButton_h1xly_55{cursor:pointer;background-color:#0000;border:none;outline:none;gap:.25rem;padding:0;display:flex}._searchCategoryContainer_h1xly_67{flex:1;align-items:center;gap:.5rem;display:flex}._searchCategory_h1xly_67{color:var(--Foreground-Foreground,#141921)}._spotlightDot_h1xly_78{background-color:#0d5dff;border-radius:50%;flex-shrink:0;width:8px;height:8px}._localResultsTag_h1xly_86{background-color:#eff6ff;border:1px solid #c1dbff;border-radius:12px;flex-shrink:0;align-items:center;gap:.25rem;height:20px;margin-left:auto;padding:.125rem .5rem;display:flex}._localResultsDot_h1xly_99{background-color:#0d5dff;border-radius:50%;flex-shrink:0;width:8px;height:8px}._localResultsText_h1xly_107{color:#0d5dff;white-space:nowrap;font-weight:400}._showAllButton_h1xly_55:hover span{color:var(--Foreground-Foreground,#141921)}._showAllButton_h1xly_55:hover svg *{stroke:var(--Foreground-Foreground,#141921)}@media (width>=768px){._modalBodyCategoryList_h1xly_16{overflow-x:unset}}._boxVertical_1a4sa_1{flex-direction:column;align-self:stretch;align-items:flex-start;gap:8px;display:flex}._boxHorizontal_1a4sa_9{flex-wrap:wrap;align-content:flex-start;align-self:stretch;align-items:flex-start;gap:8px;display:flex}._boxVertical_1a4sa_1,._boxHorizontal_1a4sa_9{width:100%}:is(._boxVertical_1a4sa_1,._boxHorizontal_1a4sa_9) p{margin:0}._boxTitle_1a4sa_26{color:var(--Foreground-Foreground,#141921)}._searchResultList_oohyf_1{align-self:stretch;margin:0;padding:0;list-style:none}._searchResultListItem_oohyf_8{margin:0;padding:0}._searchResultListItem_oohyf_8._itemActive_oohyf_12{background:var(--Muted-On-Popover,#f5f7fa);border-radius:4px}._searchResultListItem_oohyf_8._itemActive_oohyf_12 ._itemIcon_oohyf_16{background:var(--Muted-More,#e4e8ed)}._itemLink_oohyf_22{background:0 0;border-radius:.25rem;flex-direction:column;align-items:start;gap:0;width:100%;padding:12px 8px;text-decoration:none;display:flex}@media (width<=768px){._itemLink_oohyf_22{padding-left:unset}}._itemLink_oohyf_22:hover{background:var(--Muted-On-Popover,#f5f7fa)}._itemLink_oohyf_22:hover ._itemIcon_oohyf_16{background:var(--Muted-More,#e4e8ed)}._itemContent_oohyf_46{align-self:stretch;align-items:center;gap:4px 8px;display:flex}._itemIcon_oohyf_16{padding:var(--1,.25rem);border-radius:var(--1,.25rem);background:var(--Muted-On-Popover,#f5f7fa);justify-content:center;align-items:center;gap:.625rem;display:flex}._itemLabelContainer_oohyf_64{margin-right:24px;overflow:hidden}._itemLabel_oohyf_64>div{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._itemSubLabel_oohyf_75>div{text-overflow:ellipsis;white-space:nowrap;text-transform:capitalize;overflow:hidden}._itemCategory_oohyf_82{color:var(--Muted-Foreground,#6c7585);font-feature-settings:"calt" off;white-space:nowrap;border:1px solid var(--Muted-On-Popover,#f5f7fa);background:var(--Muted-On-Popover,#f5f7fa);border-radius:1.5rem;margin-left:auto;padding:2px 8px}._itemRightArrow_oohyf_93{margin-left:auto}._dataFeedsIcon_oohyf_97{width:24px;height:24px}._ccipLaneIconsWrapper_oohyf_102{align-items:center;display:flex}._ccipLaneIcon_oohyf_102{border:1px solid #fafbfc;border-radius:8px;width:24px;height:24px;margin-left:-12px;position:relative}._ccipLaneIcon_oohyf_102:first-child{margin-left:0}._dataFeedIconContainer_oohyf_120{width:24px;height:24px;position:relative}._dataFeedIconBaseAsset_oohyf_126{object-fit:cover;width:100%;height:100%}._roundedIcon_oohyf_132{border-radius:50%}._squareIcon_oohyf_136{border-radius:4px}._dataFeedIconNetwork_oohyf_140{object-fit:cover;border:1px solid #fafbfc;border-radius:4px;width:12px;height:12px;position:absolute;bottom:-1px;right:-3px}._dataFeedIconNetwork_oohyf_140._dataFeedIconNetworkSidebar_oohyf_150{width:25px;height:25px}._categoryButton_5d7pb_1{border:1px solid var(--Pill-Navigation-Border,#e4e8ed);background:var(--Pill-Navigation-Pill-Navigation,#fafbfc);cursor:pointer;border-radius:8px;outline:none;justify-content:center;align-items:center;gap:.35rem;padding:.25rem .5rem;display:flex}._categoryButton_5d7pb_1:hover{border:1px solid var(--Pill-Navigation-Border-Hover,#d1d6de);background:var(--Pill-Navigation-Hover,#e5e8ec)}._categoryButton_5d7pb_1._categoryButtonActive_5d7pb_18{background:var(--Pill-Navigation-Active,#6c7585);border:1px solid var(--Pill-Navigation-Border-Active,#6c7585)}._categoryButton_5d7pb_1._categoryButtonActive_5d7pb_18 ._categoryText_5d7pb_22{color:#fff}._categoryButton_5d7pb_1._categoryButtonActive_5d7pb_18 ._spotlightDot_5d7pb_26{background-color:#639cff}._categoryButton_5d7pb_1 ._categoryText_5d7pb_22{color:var(--Pill-Navigation-Foreground,#0e1119);text-align:center;white-space:nowrap}._spotlightDot_5d7pb_26{background-color:#0d5dff;border-radius:50%;flex-shrink:0;width:8px;height:8px}._spotlightContainer_5d7pb_46{flex-shrink:0;justify-content:center;align-items:center;width:1rem;height:1rem;display:flex}._categoryListContainer_5d7pb_55{display:inline;position:relative}._categoryMenuContainer_5d7pb_60{background:var(--Background-Background,#fff);border:none;border:1px solid var(--Border-Border,#e4e8ed);border-radius:3px;flex-direction:column;align-items:center;min-width:8.375rem;display:flex;position:absolute;top:calc(100% + .375rem);right:0;box-shadow:0 16px 24px #0000000a}._categoryMenuItem_5d7pb_76{background:var(--Background-Background,#fff);text-align:start;cursor:pointer;border:none;align-self:stretch;align-items:center;height:3rem;padding:.84rem 1rem .78rem .25rem;display:flex}._categoryMenuItem_5d7pb_76:hover{background:var(--Pill-Navigation-Hover,#e4e8ed)}._categoryMenuItem_5d7pb_76 ._categoryMenuItemText_5d7pb_91{color:var(--Muted-Foreground,#6c7585)}._sidebarPreviewContainer_7vao3_1{flex-direction:column;gap:24px;height:100%;padding:24px;display:flex}._sidebarPreviewHeader_7vao3_9{flex-direction:column;gap:24px;display:flex}._sidebarPreviewDivider_7vao3_15{background:#e4e8ed;width:100%;height:1px}._sidebarPreviewIcon_7vao3_21{width:56px;height:56px}._sidebarChangelogIcon_7vao3_26{width:37.33px;height:37.33px}._largeSidebarPreviewImage_7vao3_31{object-fit:cover;border:1px solid var(--Border-Border,#e4e8ed);border-radius:4px;width:100%;height:142px}._sidebarPreviewCategoryChip_7vao3_39{border:1px solid var(--Border-Border,#e4e8ed);background:var(--Muted-On-Popover,#f5f7fa);width:fit-content;color:var(--Foreground-Foreground,#141921);text-align:center;white-space:nowrap;border-radius:24px;padding:2px 8px}._sidebarPreviewHeaderContent_7vao3_50{flex-direction:column;gap:12px;display:flex}._sidebarPreviewHeaderLargeGap_7vao3_56{gap:24px}._sidebarPreviewHeaderText_7vao3_60{flex-direction:column;gap:4px;display:flex}._sidebarPreviewTitle_7vao3_66{text-overflow:ellipsis;font-size:var(--All-2xl,22px);line-height:var(--leading-7,28px);color:var(--Foreground-Foreground,#141921);margin:0;font-weight:500;overflow:hidden}._sidebarPreviewSubtitle_7vao3_77{color:#6c7585;text-transform:capitalize;margin:0;font-size:16px;font-weight:400;line-height:24px}._sidebarPreviewBody_7vao3_86{flex-grow:1;overflow-y:auto}._sidebarPreviewFooter_7vao3_91{font-size:12px;font-weight:600;line-height:16px}._sidebarPreviewButton_7vao3_97{color:#1f2937;cursor:pointer;background:#f3f4f6;border:none;border-radius:6px;width:100%;padding:10px;font-size:14px;font-weight:500;transition:background .2s}._sidebarPreviewButton_7vao3_97:hover{background:#e5e7eb}._itemIcon_7vao3_114{text-align:center;background:var(--Muted-On-Popover,#f5f7fa);border-radius:9.33px;align-items:center;width:56px;height:56px;padding:9.33px;display:flex}._aiSummaryContainer_7vao3_125{flex-direction:column;justify-content:space-between;gap:24px;height:100%;display:flex}._aiSummaryContent_7vao3_133{flex-direction:column;flex:auto;gap:24px;min-height:0;margin-bottom:16px;display:flex;overflow-y:auto}._aiSummaryFooter_7vao3_143{flex:none}._aiHeader_7vao3_147{align-items:center;gap:4px;display:flex}._aiSidebarPreviewBody_7vao3_153{flex-direction:column;gap:24px;height:100%;min-height:0;display:flex}._SkeletonWidth_7vao3_161{width:100%}._streamingText_7vao3_165{transition:opacity .2s;display:inline-block}._readMore_7vao3_170{background-color:inherit;color:#0e1119;text-align:center;cursor:pointer;border:1px solid #d1d6de;border-radius:4px;justify-content:center;align-items:center;min-height:40px;font-size:12px;font-weight:600;line-height:16px;transition:background .2s}._readMore_7vao3_170:hover{border:1px solid var(--Tertiary-Border-Hover,#9fa7b2)}._buttonWrapper_7vao3_190{flex-direction:column;flex-shrink:0;gap:40px;margin-bottom:8px;display:flex}._disclaimer_7vao3_198{margin-top:auto;display:flex}._disclaimerText_7vao3_203{line-height:16px}._disclaimerColor_7vao3_207{color:#9fa7b2}._showMoreButton_7vao3_211{color:inherit;cursor:pointer;vertical-align:bottom;white-space:nowrap;background:0 0;border:none;margin:0;padding:0;font-size:12px;font-weight:400;line-height:16px}._streamedTextSize_7vao3_225{font-size:var(--All-base,16px)}._skeletonContainer_1nk09_1{flex-direction:row;height:100%;max-height:500px;display:flex}._skeletonContent_1nk09_8{padding:var(--4,1.5rem);flex-direction:column;gap:32px;width:100%;display:flex}._skeletonLoadingBodyRight_1nk09_16{border-left:1px solid var(--Border-Border,#e4e8ed);background:var(--Background-Alt,#fafbfc);flex-direction:column;gap:24px;width:100%;padding:24px;display:flex}._sidebarPreviewDivider_1nk09_26{background:#e4e8ed;width:100%;height:1px}._filterButtons_1nk09_32{gap:8px;height:32px;display:flex}._button_1nk09_38{border:1px solid var(--Pill-Navigation-Border,#e4e8ed);background:var(--Pill-Navigation-Pill-Navigation,#fafbfc);cursor:pointer;border-radius:8px;outline:none;justify-content:center;align-items:center;gap:.35rem;padding:.25rem .5rem;display:flex}._button_1nk09_38._active_1nk09_50{border:1px solid var(--Pill-Navigation-Border-Active,#c1dbff);cursor:default;background:var(--Pill-Navigation-Active,#dcebff)}._button_1nk09_38._active_1nk09_50._activeAll_1nk09_57{background:#6c7585;border:1px solid #6c7585}._button_1nk09_38._active_1nk09_50._activeAll_1nk09_57 ._text_1nk09_61{color:#fff}._button_1nk09_38 ._text_1nk09_61{color:var(--Pill-Navigation-Foreground,#0e1119);text-align:center;white-space:nowrap}._buttonSkeleton_1nk09_73{background:#f5f7fa;border:1px solid #e4e8ed;border-radius:8px;width:81px;height:32px;animation:1.5s infinite alternate _fadeTransition_1nk09_1}._buttonSkeleton_1nk09_73:hover{cursor:default;border:1px solid #e4e8ed}._loadingText_1nk09_87{color:#6c7585;margin-bottom:12px;font-size:12px;line-height:16px}._skeletonListSection_1nk09_94{flex-direction:column;gap:8px;display:flex}._skeletonIcon_1nk09_100{background:linear-gradient(90deg,#f5f7fa,#e8ecf1,#f5f7fa) 0 0/200% 100%;border-radius:4px;width:24px;height:24px;animation:3s linear infinite _loadingAnimation_1nk09_1}._skeletonList_1nk09_94{flex-direction:column;display:flex}._skeletonGroup_1nk09_114{align-items:start;gap:8px;padding:12px 8px;display:flex}._skeletonLineGroup_1nk09_121{flex-direction:column;flex:1;gap:8px;display:flex}._skeletonItem_1nk09_128{align-items:center;width:100%;display:flex}@media (width>=768px){._skeletonItem_1nk09_128{width:60%}}._skeletonBoxLong_1nk09_140,._skeletonBoxShort_1nk09_141{background:linear-gradient(90deg,#f5f7fa 0% 40%,#e0e7ee 45%,#dce4eb 48%,#f5f7fa 48% 100%) 0 0/250% 100%;border-radius:4px;height:16px;animation:3s linear infinite _loadingAnimation_1nk09_1}._skeletonBoxLong_1nk09_140{width:100%;animation-duration:4.5s}._skeletonBoxShort_1nk09_141{width:70%;height:14px;animation-duration:4.5s}@keyframes _loadingAnimation_1nk09_1{0%{background-position:250% 0}to{background-position:-250% 0}}._streamingWrapper_1jpgz_1{will-change:opacity,transform;opacity:1;flex:1;min-height:0;transition:opacity .2s ease-in-out;overflow-y:auto}._tableContainer_1jpgz_10{overflow-x:auto}._table_1jpgz_10{border-collapse:collapse;table-layout:auto;background-color:#0000;border:none;width:100%;min-width:600px}._table_1jpgz_10 tbody tr{border-bottom:1px solid #e4e8ed}._table_1jpgz_10 tbody tr:last-child{border-bottom:none}._table_1jpgz_10 th,._table_1jpgz_10 td{text-align:left;color:var(--Foreground-Alt,#141921);font-feature-settings:"calt" off;font-family:Inter,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:var(--Body-sm,14px);font-style:normal;font-weight:400;line-height:var(--leading-5,24px);padding:8px}._table_1jpgz_10 th{color:#9fa7b2;background-color:#0000;font-weight:600}._list_1jpgz_49{padding-left:20px}._paragraph_1jpgz_53{margin-bottom:16px;display:block}._paragraph_1jpgz_53:last-of-type{margin-bottom:0}._listItem_1jpgz_62{margin-bottom:4px}._citationLink_1jpgz_66{height:20px;padding:var(--rounded-xs,2px) var(--rounded-lg,8px);border:1px solid var(--Border-Border,#e4e8ed);background:var(--Muted-Muted,#f5f7fa);border-radius:24px;justify-content:center;align-items:center;gap:4px;margin:0 4px;display:inline-flex}._citationLink_1jpgz_66:hover{border:1px solid var(--Blue-200,#c1dbff);background:var(--Blue-50,#eff6ff)}._citationLink_1jpgz_66:hover svg path{stroke:#0847f7}._errorContainer_14e3k_1{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex}._iconWrapper_14e3k_12{color:#9fa7b2;margin-bottom:1rem}._errorMessage_14e3k_17{color:var(--Muted-More-Foreground,#9fa7b2);text-align:center}h2._errorMessage_14e3k_17{font-size:var(--All-2xl,22px);font-style:normal;font-weight:500;line-height:var(--leading-7,28px)}._contractCard_1uyal_1{flex-direction:column;gap:40px;display:flex}._defaultLabelCart_1uyal_7{flex-direction:column;gap:4px;display:flex}._dataStreamsCard_1uyal_13{gap:12px;height:100%;overflow:hidden}._contractHeader_1uyal_19{justify-content:space-between;align-items:center;display:flex}._sidebarPreviewDivider_1uyal_25{background:#e4e8ed;width:100%;height:1px}._contractTitleWrapper_1uyal_31{flex-direction:column;gap:4px;display:flex}._contractTitleContainer_1uyal_37{align-items:center;gap:8px;display:flex}._contractTitle_1uyal_31{color:#141921;font-size:14px;font-weight:600;line-height:24px}._contractAddress_1uyal_50{color:#2e7bff;cursor:pointer;font-size:14px;font-weight:400;line-height:24px;text-decoration:none}._contractAddress_1uyal_50:hover{text-decoration:underline}._copyButton_1uyal_63{background-color:inherit;cursor:pointer;opacity:1;border:1px solid #d1d6de;border-radius:4px;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;min-height:32px;padding:3px;transition:background .2s,opacity .2s ease-in-out;display:flex}._copyButton_1uyal_63:hover{border:1px solid var(--Tertiary-Border-Hover,#9fa7b2)}._copyOnHover_1uyal_86 ._copyButton_1uyal_63{opacity:0}._copyOnHover_1uyal_86:hover ._copyButton_1uyal_63{opacity:1}._viewDetails_1uyal_94{background-color:inherit;color:#0e1119;text-align:center;cursor:pointer;border:1px solid #d1d6de;border-radius:4px;justify-content:center;align-items:center;min-height:40px;font-size:12px;font-weight:600;line-height:16px;text-decoration:none;transition:background .2s;display:inline-flex}._viewDetails_1uyal_94:hover{border:1px solid var(--Tertiary-Border-Hover,#9fa7b2)}._dataStreamCTA_1uyal_116{margin-top:auto}._defaultBody_1uyal_120{flex-direction:column;gap:40px;display:flex}._contractList_1uyal_126{flex-direction:column;gap:24px;display:flex}._streamNetworkList_1uyal_132{flex-direction:column;flex:auto;gap:24px;padding-bottom:40px;display:flex;overflow-y:auto;mask-image:linear-gradient(#000 calc(100% - 40px),#0000 100%)}._chainSelectorLabel_1uyal_152{color:#6c7585;font-size:14px;font-weight:400;line-height:24px}._networksContainer_1uyal_159{flex-direction:column;gap:24px;display:flex}._networkWrapper_1uyal_165{align-items:center;gap:8px;display:flex}._networkIcon_1uyal_171{border-radius:3px;width:16px;height:16px}._networkName_1uyal_177{color:#141921;letter-spacing:0%;vertical-align:middle;font-size:14px;font-weight:600;line-height:24px}._changelogTextWrapper_1uyal_186{flex-direction:column;gap:8px;display:flex}._ccipTransactionCard_1uyal_192{gap:12px}._transactionDetails_1uyal_196{flex-direction:column;gap:8px;display:flex}._statusSection_1uyal_202{flex-direction:column;gap:24px;display:flex}._statusRow_1uyal_208,._amountRow_1uyal_209,._feeRow_1uyal_210,._timestampRow_1uyal_211{justify-content:space-between;align-items:center;display:flex}._statusBadge_1uyal_217{text-transform:capitalize;color:#10b981;background-color:#10b9811a;border:1px solid #10b98133;border-radius:20px;align-items:center;gap:8px;padding:6px 8px;font-size:12px;font-weight:600;display:flex}._statusBadge_1uyal_217._failed_1uyal_231{color:#ef4444;background-color:#ef44441a;border:1px solid #ef444433}._statusBadge_1uyal_217._pending_1uyal_237{color:#f59e0b;background-color:#f59e0b1a;border:1px solid #f59e0b33}._statusBadge_1uyal_217._decommissioned_1uyal_243{color:#ca8a04;background-color:#fffbeb;border:1px solid #fde68a}._amountValue_1uyal_249,._feeValue_1uyal_250,._timestampValue_1uyal_251{color:#6c7585;font-size:14px;font-weight:400}._ccipTransactionCTAContainer_1uyal_257{background:linear-gradient(#fafbfc00,#fafbfc 44.5%);margin-top:auto;padding-top:20px;position:sticky;bottom:0}._ccipTransactionCTA_1uyal_257{background-color:#fff;width:100%}._messageIdSection_1uyal_270{flex-direction:column;gap:4px;display:flex}._messageIdText_1uyal_276{color:#141921;word-break:break-all;font-size:14px;font-weight:400;line-height:1.4}._searchResultLayoutContainer_nydqd_1{flex-direction:row;width:100%;height:100%;transition:all .5s;display:flex;position:relative;overflow-x:hidden}._searchResultLayoutLeft_nydqd_11{background:#fff;flex-direction:column;flex-shrink:0;width:600px;height:100%;transition:all .4s;display:flex;overflow-y:auto}._searchResultLayoutRight_nydqd_22{border-left:1px solid var(--Border-Border,#e4e8ed);z-index:3;background:#fafbfc;flex-shrink:0;width:300px;max-width:300px;height:100%;transition:width .4s;overflow-y:auto}._rightExpanded_nydqd_34{border-left:none;width:900px;max-width:900px}._leftCollapsed_nydqd_40{width:0;transition:transform .4s,width .4s;overflow:hidden;transform:translate(-100%)}._previewWrapper_nydqd_49,._drawerWrapper_nydqd_50{width:100%;height:100%;transition:opacity .3s}._visible_nydqd_56{opacity:1;pointer-events:auto;visibility:visible}._hidden_nydqd_62{opacity:0;pointer-events:none;visibility:hidden;height:0;position:absolute;top:0;left:0;overflow:hidden}@media screen and (width<=768px){._searchResultLayoutContainer_nydqd_1,._searchResultLayoutLeft_nydqd_11{width:100%;max-width:100%}._searchResultLayoutRight_nydqd_22{width:100%;max-width:100%;height:100%;transition:transform .4s;position:absolute;top:0;left:0;transform:translate(100%)}._rightExpanded_nydqd_34{width:100%;max-width:100%;transform:translate(0)}._leftCollapsed_nydqd_40{transform:translate(-100%)}}._aiDrawerContainer_rdz7g_1{background:var(--Background-Alt,#fafbfc);flex-direction:column;gap:0;width:100%;height:100%;padding:24px 32px 90px;transition:all .5s;display:flex;overflow-y:auto}._aiDrawerContent_rdz7g_14{flex-grow:1;width:100%;padding:0}._searchBoxContainer_rdz7g_20{z-index:10;background:linear-gradient(#fafbfc00,#fafbfc 44.5%);flex-shrink:0;width:100%;margin:0;padding:56px 24px 24px;position:absolute;bottom:0;left:0;right:0}._aiDrawerHeader_rdz7g_36{padding:var(--4,1.5rem);background:var(--Background-Alt,#fafbfc);z-index:999;justify-content:space-between;align-items:center;display:flex;box-shadow:0 20px 20px #fafbfc}._aiDrawerHeaderContent_rdz7g_46{align-items:center;gap:8px;display:flex}._searchBox_rdz7g_20{background-color:#fff;border:1px solid #e4e8ed;border-radius:4px;align-items:center;width:100%;max-width:840px;padding:2px;display:flex}._aiDrawerInput_rdz7g_63{font-feature-settings:"calt" off;font-family:Inter,Arial,Helvetica Neue,Helvetica,sans-serif;font-style:normal;font-weight:400;line-height:var(--leading-5,24px);box-shadow:none;transform-origin:0;border:none;outline:none;flex:1;padding:12px 16px;font-size:16px;transform:scale(.875)}._aiDrawerSearchButton_rdz7g_79{margin-left:8px}._aiDrawerClearButton_rdz7g_83{cursor:pointer;background:0 0;justify-content:center;align-items:center;margin-right:8px;display:flex}._aiDrawerSendButton_rdz7g_92{color:#fff;cursor:pointer;background-color:#0847f7;border:none;border-radius:4px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}._aiDrawerSendButton_rdz7g_92:disabled{cursor:not-allowed;background-color:#97c1ff}._aiMessage_rdz7g_110{margin-bottom:16px}._defaultQuestion_rdz7g_114{justify-content:flex-start;margin-bottom:12px;display:flex}._defaultQuestionBubble_rdz7g_120{cursor:pointer;text-align:left;border:1px solid #0000;border-bottom:1px solid var(--Border-Border,#e4e8ed);background-color:#f5f7fa;border-radius:24px;max-width:600px;padding:8px 16px}._defaultQuestionBubble_rdz7g_120:hover{background:var(--Ghost-Hover,#e4e8ed);border:1px solid var(--Border-Hover,#d1d6de)}._aiMessageUser_rdz7g_136{justify-content:flex-end;display:flex}._aiMessageUserBubble_rdz7g_141{border-bottom:1px solid var(--Border-Border,#e4e8ed);background-color:#f5f7fa;border-radius:24px;max-width:600px;padding:8px 16px}._aiMessageAi_rdz7g_149{justify-content:flex-start;display:flex}._removeMargin_rdz7g_154{margin-bottom:0}._aiMessageAiBubble_rdz7g_158{max-width:100%}._relatedQuestions_rdz7g_162{flex-direction:column;gap:24px;padding-top:40px;padding-bottom:40px;display:flex}._relatedQuestionsHeader_rdz7g_170{align-items:center;gap:4px;display:flex}._relatedQuestionsContent_rdz7g_176{flex-direction:column;gap:12px;max-width:600px;padding:0;list-style-type:none;display:flex}._relatedQuestionsItem_rdz7g_185{cursor:pointer;background:0 0;justify-content:space-between;align-self:stretch;align-items:center;width:100%;display:flex}._divider_rdz7g_195{background-color:#e4e8ed;width:100%;height:1px}._disclaimerContainer_rdz7g_201{margin-top:20px;padding-bottom:15px}._disclaimerContainer_rdz7g_201._disclaimerMarginTop_rdz7g_205{margin-top:60px}._disclaimerText_rdz7g_210{color:var(--Muted-More-Foreground,#6c7585);font-feature-settings:"calt" off;font-family:Inter,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:var(--Body-xs,12px);font-style:normal;font-weight:400;line-height:var(--leading-4,16px)}._skeletonWidth_rdz7g_221{width:400px}._iconSize_rdz7g_225{width:24px;height:24px}@media screen and (width<=768px){._aiDrawerContainer_rdz7g_1{height:calc(100% - 60px);padding:16px 16px 70px}._searchBoxContainer_rdz7g_20{padding-bottom:16px;padding-left:16px;padding-right:16px;position:fixed;bottom:0}._aiMessageUserBubble_rdz7g_141,._defaultQuestionBubble_rdz7g_120{max-width:85%}._relatedQuestionsContent_rdz7g_176{max-width:100%}._aiDrawerSendButton_rdz7g_92{width:40px;height:40px}._aiDrawerHeader_rdz7g_36{padding:12px 16px}._aiDrawerHeaderContent_rdz7g_46>div{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}}._feedbackContainer_vc8b3_1{flex-direction:column;align-items:center;gap:8px;margin-top:20px;display:flex}._feedbackLabel_vc8b3_9{color:#374151;text-align:center;margin-bottom:4px;font-size:14px;font-weight:500}._feedbackButtons_vc8b3_17{justify-content:center;align-items:center;gap:8px;display:flex}._feedbackButton_vc8b3_17{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .2s;display:flex}._feedbackButton_vc8b3_17:hover:not(:disabled){color:#374151;background:#f9fafb;border-color:#d1d5db}._feedbackButton_vc8b3_17:active:not(:disabled){transform:scale(.95)}._feedbackButton_vc8b3_17:disabled{cursor:not-allowed;opacity:.6}._feedbackButton_vc8b3_17._submitted_vc8b3_54{color:#3b82f6;background:#eff6ff;border-color:#3b82f6}._feedbackButton_vc8b3_17._thumbsUp_vc8b3_60._submitted_vc8b3_54{color:#10b981;background:#ecfdf5;border-color:#10b981}._feedbackButton_vc8b3_17._thumbsDown_vc8b3_66._submitted_vc8b3_54{color:#ef4444;background:#fef2f2;border-color:#ef4444}._feedbackStatus_vc8b3_72{color:#6b7280;text-align:center;font-size:12px;font-weight:400}._feedbackError_vc8b3_79{color:#ef4444;text-align:center;font-size:12px;font-weight:400}@media (width<=768px){._feedbackContainer_vc8b3_1{margin-top:16px}._feedbackLabel_vc8b3_9{font-size:13px}._feedbackButton_vc8b3_17{width:28px;height:28px}._feedbackButton_vc8b3_17 svg{width:14px;height:14px}._feedbackStatus_vc8b3_72,._feedbackError_vc8b3_79{font-size:11px}}._miniCard_1uwb0_1{background:var(--Card-Card,#fff);border:1px solid #0000;border-radius:.5rem;flex-direction:column;flex:1;align-items:flex-start;gap:0;display:flex;overflow:hidden}._miniCard_1uwb0_1:hover{border:1px solid var(--Card-Border-Hover,#0847f7)}._miniCard_1uwb0_1:hover ._miniCardLabelContainer_1uwb0_16{background:var(--Card-Card-Alt,#eff6ff)}._miniCardImage_1uwb0_22{aspect-ratio:16/9;width:121px;height:auto}._miniCardLabelContainer_1uwb0_16{border:1px solid var(--Border-Border,#e4e8ed);border-radius:0 0 .5rem .5rem;flex-direction:column;align-self:stretch;align-items:flex-start;gap:.19825rem;padding:.59481rem;display:flex}._certificationCardWrapper_1fsd3_1{flex-direction:row;width:100%;display:flex}._certificationCard_1fsd3_1{padding:var(--3,1rem);border-radius:var(--2,.5rem);border:1px solid var(--Card-Border,#e4e8ed);background:var(--Card-Card,#fff);flex-direction:column;flex:1;align-items:flex-start;gap:.25rem;display:flex}._certificationCard_1fsd3_1:hover{border:1px solid var(--Card-Border-Hover,#0847f7);background:var(--Card-Card-Alt,#eff6ff)}._certificationCardHeader_1fsd3_24{align-self:stretch;align-items:center;gap:8px;display:flex}._certificationCardHeader_1fsd3_24 span{line-clamp:2;-webkit-line-clamp:2;text-overflow:ellipsis;white-space:normal;text-align:start;-webkit-box-orient:vertical;max-width:11.3125rem;display:-webkit-box;overflow:hidden}._certificationCardBody_1fsd3_44{align-items:center;gap:8px;margin-left:39px;display:flex}._defaultModalBodyContainer_8b9bu_1{flex-direction:row;height:100%;display:flex}._defaultModalBodyLeft_8b9bu_7{padding:var(--4,1.5rem);background:var(--Background-Background,#fff);flex-grow:1;display:flex}._defaultModalBodyRight_8b9bu_14{padding:var(--4,1.5rem);border-left:1px solid var(--Border-Border,#e4e8ed);background:var(--Background-Alt,#fafbfc);flex-direction:column;align-items:flex-start;gap:2rem;display:flex}@media (width<=768px){._defaultModalBodyRight_8b9bu_14{display:none}}._copyCodeButtonWrapper_1j05x_1{padding-top:var(--space-2x,8px);padding-right:var(--space-3x,12px);z-index:2;display:none;position:absolute;right:0;transform:translateY(2px);margin-top:0!important}._codeWrapper_1j05x_12:hover ._copyCodeButtonWrapper_1j05x_1{display:flex}._copyCodeButtonWrapper_1j05x_1>button{padding:var(--space-1x,4px);background-color:#0000;display:flex}._codeWrapper_1j05x_12{position:relative}._searchButton_1rv2a_1{color:var(--search-button-text);background:0 0;border:none;border-radius:8px;flex:none;justify-content:flex-start;align-items:center;gap:.5rem;height:40px;margin-top:auto;margin-bottom:auto;padding:10px 12px;font-size:12px;line-height:16px;transition:all .2s;display:flex}._searchButton_1rv2a_1 img,._searchButton_1rv2a_1 svg{width:20px;height:20px}._searchButton_1rv2a_1:hover{border-color:var(--search-button-border-hover)}img._minimal_1rv2a_31,svg._minimal_1rv2a_31{width:24px;height:24px}svg._minimal_1rv2a_31:hover path{fill:var(--search-button-mobile-fill-hover)}._desktopOnly_1rv2a_43{display:none}@media (width>=768px){._searchButtonBorder_1rv2a_48{border:1px solid var(--search-button-border);background:var(--search-button-background)}._searchButtonBorder_1rv2a_48 img,._searchButtonBorder_1rv2a_48 svg{width:16px;height:16px}._mobileOnly_1rv2a_59{display:none}._desktopOnly_1rv2a_43{display:initial}._shortcutKeyContainer_1rv2a_67{gap:4px;display:flex}._shortcutKey_1rv2a_67{background:var(--search-button-shortcut-key);width:20px;height:20px;color:var(--search-button-text);line-height:20px;font-size:var(--All-xs,12px);border-radius:4px;display:inline-block}}._searchText_1rv2a_84{font-size:var(--All-xs,12px);text-align:left;text-overflow:ellipsis;width:72px;overflow:hidden}code[class*=language-],pre[class*=language-]{text-align:left;white-space:pre;word-spacing:normal;tab-size:4;hyphens:none;direction:ltr;font-family:DM Mono,Monaco,Andale Mono,monospace;line-height:170%;color:#a9b7c6!important}pre{background:#0e1119;border:1px solid #212732;border-radius:8px;padding:1.5rem;font-size:14px;font-weight:400;line-height:170%;overflow:auto}pre[class*=language-]::-moz-selection{color:inherit;background:#0e1119!important}pre[class*=language-] ::-moz-selection{color:inherit;background:#0e1119!important}code[class*=language-]::-moz-selection{color:inherit;background:#0e1119!important}code[class*=language-] ::-moz-selection{color:inherit;background:#0e1119!important}pre[class*=language-]::selection,pre[class*=language-] ::selection,code[class*=language-]::selection,code[class*=language-] ::selection{color:inherit;background:#0e1119!important}pre[class*=language-]{margin-left:0;margin-right:0;padding:1.5rem;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#0e1119!important}:not(pre)>code[class*=language-]{border-radius:.3em;padding:.1em}.token.comment,.token.prolog,.token.cdata{color:gray!important}.token.delimiter,.token.boolean,.token.keyword,.token.selector,.token.important,.token.atrule{color:#cc7832!important}.token.operator,.token.punctuation,.token.attr-name{color:#a9b7c6!important}.token.tag,.token.tag .punctuation,.token.doctype,.token.builtin{color:#e8bf6a!important}.token.entity,.token.number,.token.symbol{color:#6897bb!important}.token.property,.token.constant,.token.variable{color:#9876aa!important}.token.string,.token.char{color:#6a8759!important}.token.attr-value,.token.attr-value .punctuation{color:#a5c261!important}.token.attr-value .punctuation:first-child{color:#a9b7c6!important}.token.url{text-decoration:underline;color:#287bde!important}.token.function{color:#ffc66d!important}.token.regex{background:#364135!important}.token.bold{font-weight:700}.token.italic{font-style:italic}.token.inserted{background:#294436!important}.token.deleted{background:#484a4a!important}code.language-css .token.property,code.language-css .token.property+.token.punctuation{color:#9ca9b6!important}code.language-css .token.id,code.language-css .token.selector>.token.class,code.language-css .token.selector>.token.attribute,code.language-css .token.selector>.token.pseudo-class,code.language-css .token.selector>.token.pseudo-element{color:#ffc66d!important}:not(pre)>code{background-color:#f5f6fa;border:1px solid #e4e8ed;border-radius:4px;padding:2px 4px;font-size:13px;color:#6d7380!important}.code-highlight .code-line{color:#a9b7c6!important}._askAiButtonContainer_4t7it_1{z-index:10;position:fixed;bottom:20px;right:20px}._askAiButton_4t7it_1{color:var(--ai-button-text);cursor:pointer;border:1px solid var(--ai-button-border,#d1d6de);background:var(--ai-button-background,#fff);border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;display:flex;position:relative;box-shadow:0 6px 24px #00000014}._askAiButton_4t7it_1:hover{box-shadow:0 6px 24px #00000029}._askAiButtonContent_4t7it_29{z-index:2;justify-content:center;align-items:center;gap:8px;display:flex;position:relative}._askAiButtonTextColor_4t7it_38{color:var(--ai-button-text)}._container_4t7it_42{pointer-events:none;border-radius:inherit;-webkit-mask-composite:source-in;border:2px solid #0000;position:absolute;inset:-1px;mask-image:linear-gradient(#0000,#0000),linear-gradient(#000,#000);mask-clip:padding-box,border-box;mask-composite:intersect}._gradientBar_4t7it_54{--size:100px;--color-from:var(--ai-svg-fill);--color-to:var(--ai-button-border);--initial-offset:0%;--duration:3s;--delay:0s;--beam-length:35px;--beam-thickness:45px;width:var(--beam-length);height:var(--beam-thickness);background-image:linear-gradient(to left,var(--color-from),var(--color-to),transparent);offset-path:rect(0px auto auto 0px round var(--size));offset-distance:var(--initial-offset);animation:_borderBeam_4t7it_1 var(--duration) linear infinite var(--delay);opacity:0;transition:opacity .2s;animation-play-state:paused;position:absolute}._askAiButton_4t7it_1:hover ._gradientBar_4t7it_54{opacity:1;animation-play-state:running}@keyframes _borderBeam_4t7it_1{0%{offset-distance:var(--initial-offset)}to{offset-distance:calc(100% + var(--initial-offset))}}:root{--ai-button-background:#141921;--ai-button-border:#212732;--ai-button-text:#fafbfc;--ai-svg-fill:#639cff;--search-button-border:#14192133;--search-button-text:#6c7585;--search-button-mobile-fill:#6c7585;--search-button-fill:#141921;--search-button-background:#fffc;--search-button-shortcut-key:#1419210d;--search-button-border-hover:#14192166;--search-button-mobile-fill-hover:#141921}.dark{--ai-button-background:white;--ai-button-border:#d1d6de;--ai-button-text:#0e1119;--ai-svg-fill:#0847f7;--search-button-border:#fff3;--search-button-text:#9fa7b2;--search-button-mobile-fill:#9fa7b2;--search-button-fill:#d1d6de;--search-button-background:#141921cc;--search-button-shortcut-key:#ffffff0d;--search-button-border-hover:#fff6;--search-button-mobile-fill-hover:white}@media (width<=50em){body:has(.layout) .askAiButtonContainer{bottom:88px}}._animateTop_101iq_1{transition:top .3s ease-in-out}.footer[data-astro-cid-tcz3g3y3]{background-color:var(--gray-800);padding:82px 0 0;font-size:16px}.footer-grid[data-astro-cid-tcz3g3y3]{gap:32px;padding-bottom:64px;display:grid}.footer-heading[data-astro-cid-tcz3g3y3]{color:var(--white);font-size:18px}.footer-chainlinkreg[data-astro-cid-tcz3g3y3]{white-space:nowrap}.footer-list-item[data-astro-cid-tcz3g3y3]{align-items:center;margin-bottom:16px;display:flex}.footer-list-item[data-astro-cid-tcz3g3y3].footer-list-item-hidden{display:none}.footer-list-item-link[data-astro-cid-tcz3g3y3]{color:#9ea2ab}.footer-list-item-link[data-astro-cid-tcz3g3y3]:hover{color:#fff}.footer-list-item-social[data-astro-cid-tcz3g3y3]{margin-bottom:16px;display:flex}.footer-list-item-social-icon[data-astro-cid-tcz3g3y3]{margin-right:8px}.footer-copyright-wrapper[data-astro-cid-tcz3g3y3]{background-color:var(--gray-900);width:100%;padding:var(--space-8x);font-size:14px}.footer-copyright[data-astro-cid-tcz3g3y3]{gap:var(--space-8x);flex-direction:column;display:flex}.footer-registry[data-astro-cid-tcz3g3y3]{flex-flow:column wrap}.footer-privacyandterms[data-astro-cid-tcz3g3y3]{justify-content:space-evenly;gap:var(--space-8x)}.footer-privacyandterms[data-astro-cid-tcz3g3y3] a[data-astro-cid-tcz3g3y3]{color:var(--white)}@media (width>=50em){.footer-grid[data-astro-cid-tcz3g3y3]{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}.footer-copyright[data-astro-cid-tcz3g3y3]{flex-direction:row;justify-content:space-between;display:flex}.footer-registry[data-astro-cid-tcz3g3y3]{flex-direction:row}.footer-copyright-logo[data-astro-cid-tcz3g3y3]{margin-right:var(--space-8x)}.footer-chainlinkreg[data-astro-cid-tcz3g3y3]{margin-right:var(--space-4x)}}.col[data-astro-cid-tcz3g3y3]{align-items:center;display:flex}.footer-logo-text-hide[data-astro-cid-tcz3g3y3]{z-index:-1;opacity:0;width:0;min-width:0;height:0;position:absolute;top:0;left:0}.hidden-sm[data-astro-cid-tcz3g3y3]{display:none}@media (width>=50em){.hidden-sm[data-astro-cid-tcz3g3y3]{display:block}}html{scroll-behavior:smooth}
