.geist-container{flex-direction:column;flex:var(--flex);justify-content:var(--justify-content);align-items:var(--align-items);min-width:1px;max-width:100%;display:flex;position:relative}.geist-container.nowrap{flex-wrap:nowrap!important}.geist-container.inline{display:inline-flex}.geist-wrapper{max-width:100%;width:var(--geist-page-width-with-margin);padding-left:var(--geist-page-margin);padding-right:var(--geist-page-margin);margin-left:auto;margin-right:auto;transition:width .2s ease-in-out}.geist-wrapper.full{width:100%;padding-left:0;padding-right:0}@media screen and (min-width:961px){.geist-container.lg-row{flex-flow:wrap}.geist-container:not(.lg-row)>.geist-container{margin-top:0}.geist-container:not(.lg-row)>.geist-container~.geist-container{margin-top:calc(var(--geist-gap) * var(--gap-ratio))}.geist-container.lg-row>.geist-container{margin-left:0}.geist-container.lg-row>.geist-container~.geist-container{margin-left:calc(var(--geist-gap) * var(--gap-ratio))}.geist-container:not(.lg-row)>.geist-container{flex-basis:auto}}@media screen and (min-width:601px) and (max-width:960px){.geist-container.md-row{flex-flow:wrap}.geist-container:not(.md-row)>.geist-container{margin-top:0}.geist-container:not(.md-row)>.geist-container~.geist-container{margin-top:calc(var(--geist-gap) * var(--gap-ratio))}.geist-container.md-row>.geist-container{margin-left:0}.geist-container.md-row>.geist-container~.geist-container{margin-left:calc(var(--geist-gap) * var(--gap-ratio))}.geist-container:not(.md-row)>.geist-container{flex-basis:auto}}@media screen and (max-width:600px){.geist-container.sm-row{flex-flow:wrap}.geist-container:not(.sm-row)>.geist-container{margin-top:0}.geist-container:not(.sm-row)>.geist-container~.geist-container{margin-top:calc(var(--geist-gap) * var(--gap-ratio))}.geist-container.sm-row>.geist-container{margin-left:0}.geist-container.sm-row>.geist-container~.geist-container{margin-left:calc(var(--geist-gap) * var(--gap-ratio))}.geist-container:not(.sm-row)>.geist-container{flex-basis:auto}}
.geist-text{line-height:1.5;font-family:var(--font-sans)}.geist-text.geist-text-no-margin{margin-top:0;margin-bottom:0}.geist-text.geist-text-mono{font-family:var(--font-mono)}.geist-text.geist-text-upper{text-transform:uppercase}.geist-text.geist-text-capitalize{text-transform:capitalize}.geist-text.geist-text-center{text-align:center}.geist-text.h1{letter-spacing:-.066875rem;font-size:3rem;font-weight:700}.geist-text.h2{letter-spacing:-.049375rem;font-size:2.25rem;font-weight:600}.geist-text.h3{letter-spacing:-.029375rem;font-size:1.5rem;font-weight:600}.geist-text.h4{letter-spacing:-.020625rem;font-size:1.25rem;font-weight:600}.geist-text.h5{letter-spacing:-.01125rem;font-size:1rem;font-weight:600}.geist-text.h6{letter-spacing:-.005625rem;font-size:.875rem;font-weight:600}.geist-text.p{font-size:1rem;font-weight:400;line-height:1.6}.geist-text.body-title{font-size:1rem;font-weight:600;line-height:1.4}.geist-text.body-1{font-size:1rem;font-weight:400;line-height:1.6}.geist-text.body-2{font-size:.875rem;font-weight:400;line-height:1.6}.geist-text.small{font-size:14px;font-weight:400}.geist-text.label{font-size:12px;font-weight:600}.geist-text.w-100{font-weight:100}.geist-text.w-200{font-weight:200}.geist-text.w-300{font-weight:300}.geist-text.w-400{font-weight:400}.geist-text.w-500{font-weight:500}.geist-text.w-600{font-weight:600}.geist-text.w-700{font-weight:700}.geist-text.w-800{font-weight:800}.geist-text.w-900{font-weight:900}.geist-text.geist-themed{color:var(--themed-fg)}.geist-text.geist-text-no-margin{margin:0}.geist-text-no-margin>:last-child{margin-bottom:0}.geist-text-no-margin>:first-child{margin-top:0}.geist-themed.geist-secondary{--themed-fg:var(--geist-secondary);--themed-bg:var(--geist-background);--themed-border:var(--themed-fg)}.geist-ellipsis{text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;min-width:0;max-width:100%;display:inline-block;overflow:hidden}
button.geist-reset{border:none;border:initial;background:0 0;background:initial;padding:0;padding:initial;margin:0;margin:initial;font:inherit;text-align:inherit}
dialog{color:#000;background:#fff;border:solid;width:fit-content;height:fit-content;margin:auto;padding:1em;display:block;position:absolute;left:0;right:0}dialog:not([open]){display:none}dialog+:global(.backdrop){background:#0000001a}:global(._dialog_overlay){position:fixed;inset:0}dialog+:global(.backdrop){position:fixed;inset:0}dialog:global(.fixed){position:fixed;top:50%;transform:translateY(-50%)}dialog.geist-dialog{--dialog-open-cubic-bezier:cubic-bezier(0, 1, .58, 1);--dialog-close-cubic-bezier:cubic-bezier(.58, 0, 1, 1);--translate-y-start:100vh;--translate-y-end:0%;overscroll-behavior:none;width:100%;max-width:100%;min-height:10dvh;max-height:75dvh;box-shadow:var(--shadow-large);background:var(--geist-background);color:var(--geist-foreground);border-top-left-radius:var(--geist-marketing-radius);border-top-right-radius:var(--geist-marketing-radius);border:none;padding:0;transition:height .1s ease-in-out;position:fixed;top:auto;bottom:0;margin:0!important}dialog.geist-dialog::backdrop,dialog.geist-dialog+.backdrop{touch-action:none;-webkit-overflow-scrolling:none;overscroll-behavior:none;background:#000000b3;position:fixed;inset:0;overflow:hidden;margin:0!important}dialog.geist-dialog[open]{animation:show .4s var(--dialog-open-cubic-bezier) normal, content-fade-in .3s ease normal}dialog.geist-dialog[open]::backdrop,dialog.geist-dialog[open]+.backdrop{animation:fade-in .4s var(--dialog-open-cubic-bezier) normal}dialog.geist-dialog.hide{animation:hide .4s var(--dialog-close-cubic-bezier) normal}dialog.geist-dialog.hide::backdrop,dialog.geist-dialog.hide+.backdrop{animation:fade-out .4s var(--dialog-close-cubic-bezier) normal}dialog.geist-dialog.modal{--translate-y-start:-40px;--translate-y-end:0px;bottom:revert;top:revert;width:420px;margin:revert;border-radius:var(--geist-marketing-radius);overflow:hidden auto}dialog.geist-dialog.modal[open]{animation-duration:.35s,.35s;animation-timing-function:cubic-bezier(.4,0,.2,1),cubic-bezier(.4,0,.2,1)}@media (min-width:601px){dialog.geist-dialog{--translate-y-start:-40px;--translate-y-end:0px;bottom:revert;top:revert;border-radius:var(--geist-marketing-radius);width:420px;overflow:hidden auto;margin:revert!important}dialog.geist-dialog[open]{animation-duration:.35s,.35s;animation-timing-function:cubic-bezier(.4,0,.2,1),cubic-bezier(.4,0,.2,1)}}@keyframes show{0%{transform:translate3d(0, var(--translate-y-start), 0);opacity:0}to{transform:translate3d(0, var(--translate-y-end), 0);opacity:1}}@keyframes hide{0%{transform:translate3d(0, var(--translate-y-end), 0);opacity:1}to{transform:translate3d(0, var(--translate-y-start), 0);opacity:0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}
a{color:var(--geist-secondary);text-decoration:none;transition:color .1s}a:hover,a.active{color:var(--geist-foreground)}*,:after,:before{box-sizing:border-box}:where(html,body){height:"100%"}#__next{z-index:0;position:relative}a,details summary{-webkit-tap-highlight-color:#0000}::-moz-selection{background-color:var(--geist-selection);color:var(--geist-selection-text-color)}::selection{background-color:var(--geist-selection);color:var(--geist-selection-text-color)}html{box-sizing:border-box;touch-action:manipulation;font-feature-settings:"rlig" 1, "calt" 0;height:100%}body{max-width:100vw;min-height:100%;margin:0;font-size:100%;position:relative}html,html body{font-family:var(--font-sans,var(--font-sans-fallback))}body,html{text-rendering:optimizelegibility;background-color:var(--geist-background);color:var(--ds-gray-1000);scroll-padding-top:var(--header-height);-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}svg{shape-rendering:crispedges}svg circle,svg line,svg path,svg polygon,svg rect{shape-rendering:geometricprecision}:root{--geist-space:4px;--geist-space-2x:8px;--geist-space-3x:12px;--geist-space-4x:16px;--geist-space-8x:32px;--geist-space-16x:64px;--geist-space-24x:96px;--geist-space-32x:128px;--geist-space-48x:192px;--geist-space-64x:256px;--geist-space-small:32px;--geist-space-medium:40px;--geist-space-large:48px;--geist-space-gap:24px;--geist-space-gap-half:12px;--geist-space-gap-quarter:var(--geist-space-2x);--geist-gap:var(--geist-space-gap);--geist-gap-half:var(--geist-space-gap-half);--geist-gap-quarter:var(--geist-space-gap-quarter);--geist-gap-double:var(--geist-space-large);--geist-space-negative:-4px;--geist-space-2x-negative:-8px;--geist-space-4x-negative:-16px;--geist-space-8x-negative:-32px;--geist-space-16x-negative:-64px;--geist-space-24x-negative:-96px;--geist-space-32x-negative:-128px;--geist-space-48x-negative:-192px;--geist-space-64x-negative:-256px;--geist-space-small-negative:-32px;--geist-space-medium-negative:-40px;--geist-space-large-negative:-48px;--geist-space-gap-negative:-24px;--geist-space-gap-half-negative:-12px;--geist-space-gap-quarter-negative:var(--geist-space-2x-negative);--geist-gap-negative:var(--geist-space-gap-negative);--geist-gap-half-negative:var(--geist-space-gap-half-negative);--geist-gap-quarter-negative:var(--geist-space-gap-quarter-negative);--geist-gap-double-negative:var(--geist-space-large-negative);--geist-page-margin:var(--geist-space-gap);--geist-page-width:1000px;--geist-page-width-with-margin:1048px;--geist-radius:5px;--geist-marketing-radius:8px;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--font-mono:Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;--header-height:64px;--header-border-bottom:inset 0 -1px 0 0 #0000001a;--header-background:#fffc;--geist-form-large-font:1rem;--geist-form-large-line-height:1.5rem;--geist-form-large-height:var(--geist-space-large);--geist-form-small-font:.875rem;--geist-form-small-line-height:.875rem;--geist-form-small-height:var(--geist-space-small);--geist-form-font:.875rem;--geist-form-line-height:1.25rem;--geist-form-height:var(--geist-space-medium);--ds-shadow-border:0 0 0 1px #00000014;--ds-shadow-small:0px 1px 2px #0000000a;--ds-shadow-border-small:var(--ds-shadow-border), var(--ds-shadow-small);--ds-shadow-medium:0px 2px 2px #0000000a, 0px 8px 8px -8px #0000000a;--ds-shadow-border-medium:var(--ds-shadow-border), var(--ds-shadow-medium);--ds-shadow-large:0px 2px 2px #0000000a, 0px 8px 16px -4px #0000000a;--ds-shadow-border-large:var(--ds-shadow-border), var(--ds-shadow-large);--ds-shadow-tooltip:var(--ds-shadow-border), 0px 1px 1px #00000005, 0px 4px 8px #0000000a;--ds-shadow-menu:var(--ds-shadow-border), 0px 1px 1px #00000005, 0px 4px 8px -4px #0000000a, 0px 16px 24px -8px #0000000f;--ds-shadow-modal:var(--ds-shadow-border), 0px 1px 1px #00000005, 0px 8px 16px -4px #0000000a, 0px 24px 32px -8px #0000000f;--ds-shadow-fullscreen:var(--ds-shadow-border), 0px 1px 1px #00000005, 0px 8px 16px -4px #0000000a, 0px 24px 32px -8px #0000000f;--ds-focus-ring:0 0 0 2px var(--ds-background-100), 0 0 0 4px var(--ds-focus-color)}:root,.dark-theme .invert-theme{--geist-foreground:#000;--geist-background:#fff;--geist-selection:var(--geist-cyan-light);--geist-selection-text-color:var(--geist-foreground);--accents-1:#fafafa;--accents-2:#eaeaea;--accents-3:#999;--accents-4:#888;--accents-5:#666;--accents-6:#444;--accents-7:#333;--accents-8:#111;--geist-error-light:#ff1a1a;--geist-error:#e00;--geist-error-dark:#c50000;--geist-error-lighter:#f7d4d6;--geist-success-lighter:#d3e5ff;--geist-success-light:#3291ff;--geist-success:#0070f3;--geist-success-dark:#0761d1;--geist-warning-lighter:#ffefcf;--geist-warning-light:#f7b955;--geist-warning:#f5a623;--geist-warning-dark:#ab570a;--geist-violet-lighter:#e3d7fc;--geist-violet-light:#8a63d2;--geist-violet:#7928ca;--geist-violet-dark:#4c2889;--geist-cyan-lighter:#aaffec;--geist-cyan-light:#79ffe1;--geist-cyan:#50e3c2;--geist-cyan-dark:#29bc9b;--geist-highlight-purple:#f81ce5;--geist-highlight-magenta:#eb367f;--geist-highlight-pink:#ff0080;--geist-highlight-yellow:#fff500;--geist-link-color:var(--geist-success);--geist-marketing-gray:#fafbfc;--geist-code:var(--geist-highlight-purple);--geist-secondary-lighter:var(--accents-2);--geist-secondary-light:var(--accents-3);--geist-secondary:var(--accents-5);--geist-secondary-dark:var(--accents-7);--dropdown-box-shadow:0 4px 4px 0 #00000005;--dropdown-triangle-stroke:#fff;--scroller-start:#fff;--scroller-end:#fff0;--shadow-smallest:0px 4px 8px #0000001f;--shadow-small:0 5px 10px #0000001f;--shadow-medium:0 8px 30px #0000001f;--shadow-large:0 30px 60px #0000001f;--portal-opacity:.75;--wv-green:#0cce6b;--wv-orange:#ffa400;--wv-red:#ff4e42}.dark-theme,.invert-theme{--geist-foreground:#fff;--geist-background:#000;--geist-selection:var(--geist-highlight-purple);--accents-8:#fafafa;--accents-7:#eaeaea;--accents-6:#999;--accents-5:#888;--accents-4:#666;--accents-3:#444;--accents-2:#333;--accents-1:#111;--geist-secondary-lighter:var(--accents-2);--geist-secondary-light:var(--accents-3);--geist-secondary:var(--accents-5);--geist-secondary-dark:var(--accents-7);--geist-link-color:var(--geist-success-light);--geist-marketing-gray:var(--accents-1);--geist-code:var(--geist-foreground);--geist-error-light:#f33;--geist-error:red;--geist-error-dark:#e60000;--geist-text-gradient:linear-gradient(180deg, #fff, #ffffffbf);--dropdown-box-shadow:0 0 0 1px var(--accents-2);--dropdown-triangle-stroke:#333;--scroller-start:#000;--scroller-end:transparent;--header-background:#00000080;--header-border-bottom:inset 0 -1px 0 0 #ffffff1a;--header-import-flow-background:#121212cc;--shadow-smallest:0 0 0 1px var(--accents-2);--shadow-extra-small:0 0 0 1px var(--accents-2);--shadow-small:0 0 0 1px var(--accents-2);--shadow-medium:0 0 0 1px var(--accents-2);--shadow-large:0 0 0 1px var(--accents-2);--shadow-sticky:0 0 0 1px var(--accents-2);--shadow-hover:0 0 0 1px var(--geist-foreground);--portal-opacity:.75;--geist-violet-background:#291d3a;--geist-violet-background-secondary:#211830;--geist-violet-background-tertiary:#211830;--geist-background-rgb:0, 0, 0;--geist-foreground-rgb:255, 255, 255;--geist-console-header:#0f0310;--geist-console-purple:#8a63d2;--geist-console-text-color-default:var(--geist-foreground);--geist-console-text-color-blue:#3291ff;--geist-console-text-color-pink:#eb367f;--next-icon-border:#fff;--ds-shadow-border:0 0 0 1px #ffffff25;--ds-shadow-small:0px 1px 2px #00000029;--ds-shadow-border-small:var(--ds-shadow-border), 0px 1px 2px #00000029;--ds-shadow-medium:0px 2px 2px #00000052, 0px 8px 8px -8px #00000029;--ds-shadow-border-medium:var(--ds-shadow-border), 0px 2px 2px #00000052, 0px 8px 8px -8px #00000029;--ds-shadow-large:0px 2px 2px #0000000a, 0px 8px 16px -4px #0000000a;--ds-shadow-border-large:var(--ds-shadow-border), 0px 2px 2px #0000000a, 0px 8px 16px -4px #0000000a;--ds-shadow-tooltip:var(--ds-shadow-border), 0px 1px 1px #00000005, 0px 4px 8px #0000000a;--ds-shadow-menu:var(--ds-shadow-border), 0px 1px 1px #00000005, 0px 4px 8px -4px #0000000a, 0px 16px 24px -8px #0000000f;--ds-shadow-modal:var(--ds-shadow-border), 0px 1px 1px #00000005, 0px 8px 16px -4px #0000000a, 0px 24px 32px -8px #0000000f;--ds-shadow-fullscreen:var(--ds-shadow-border), 0px 1px 1px #00000005, 0px 8px 16px -4px #0000000a, 0px 24px 32px -8px #0000000f}.geist-themed.geist-success{--themed-fg:var(--geist-success);--themed-bg:var(--geist-background);--themed-border:var(--themed-fg)}.geist-themed.geist-success-fill{--themed-fg:#fff;--themed-bg:var(--geist-success);--themed-border:var(--geist-success)}html:not(.dark-theme) .geist-themed.geist-success-fill.geist-success-contrast{--themed-fg:var(--geist-success-dark);--themed-bg:var(--geist-success-lighter);--themed-border:var(--geist-success)}.geist-themed.geist-error{--themed-fg:var(--geist-error);--themed-bg:var(--geist-background);--themed-border:var(--themed-fg)}.geist-themed.geist-error-fill{--themed-fg:#fff;--themed-bg:var(--geist-error);--themed-border:var(--geist-error)}html:not(.dark-theme) .geist-themed.geist-error-fill.geist-error-contrast{--themed-fg:var(--geist-error-dark);--themed-bg:var(--geist-error-lighter);--themed-border:var(--geist-error)}.geist-themed.geist-warning{--themed-fg:var(--geist-warning);--themed-bg:var(--geist-background);--themed-border:var(--themed-fg)}.geist-themed.geist-warning-fill{--themed-fg:#fff;--themed-bg:var(--geist-warning);--themed-border:var(--geist-warning)}.geist-themed.geist-warning-fill.geist-warning-contrast{--themed-fg:var(--geist-warning-dark);--themed-bg:var(--geist-warning-lighter);--themed-border:var(--geist-warning)}.geist-themed.geist-secondary{--themed-fg:var(--geist-secondary);--themed-bg:var(--geist-background);--themed-border:var(--themed-fg)}.geist-themed.geist-secondary-fill{--themed-fg:#fff;--themed-bg:var(--geist-secondary);--themed-border:var(--geist-secondary)}.geist-themed.geist-secondary-fill.geist-secondary-contrast{--themed-fg:var(--geist-secondary-dark);--themed-bg:var(--geist-secondary-lighter);--themed-border:var(--geist-secondary)}.geist-themed.geist-alert{--themed-fg:var(--geist-highlight-pink);--themed-bg:var(--geist-background);--themed-border:var(--themed-fg)}.geist-themed.geist-alert-fill{--themed-fg:#fff;--themed-bg:var(--geist-highlight-pink);--themed-border:var(--geist-highlight-pink)}.geist-themed.geist-violet{--themed-fg:var(--geist-violet);--themed-bg:var(--geist-background);--themed-border:var(--themed-fg)}.geist-themed.geist-violet-fill{--themed-fg:#fff;--themed-bg:var(--geist-violet);--themed-border:var(--geist-violet)}.geist-themed.geist-violet-fill.geist-violet-contrast{--themed-fg:var(--geist-violet-dark);--themed-bg:var(--geist-violet-lighter);--themed-border:var(--geist-violet)}.geist-themed.geist-lite{--themed-fg:var(--geist-foreground);--themed-bg:var(--accents-1);--themed-border:var(--accents-2)}.geist-themed.geist-ghost{--themed-fg:var(--accents-5);--themed-bg:transparent;--themed-border:transparent}.geist-overlay{height:100vh;z-index:2000;flex-direction:column;place-content:center;align-items:center;width:100vw;height:-webkit-fill-available;display:flex;position:fixed;top:0;left:0;overflow:auto}.geist-overlay-backdrop{opacity:0;pointer-events:none;z-index:-1;background-color:#000;width:100%;height:100%;transition:opacity .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;left:0}.geist-overlay-backdrop.active{opacity:var(--portal-opacity);pointer-events:all}.focus-trap{outline:0}.geist-spacer{-webkit-user-select:none;user-select:none;width:1px;min-width:1px;height:1px;min-height:1px;margin-top:23px;margin-left:23px;display:block}.geist-spacer.inline{margin-top:0;display:inline-block}.geist-drawer{-webkit-user-select:none;user-select:none;pointer-events:none}.geist-drawer.show{pointer-events:auto}.geist-drawer-overlay{z-index:4000;pointer-events:none;opacity:0;will-change:opacity;background:#000000b3;transition:opacity .2s cubic-bezier(.05,.86,.47,1.02);position:fixed;inset:0;transform:translateZ(101px)}.geist-drawer.show .geist-drawer-overlay{opacity:1;pointer-events:all;transition:opacity .2s cubic-bezier(.05,.86,.47,1.02)}.geist-drawer-container{opacity:0;z-index:4001;box-shadow:var(--shadow-medium);background:var(--geist-background);border-top-left-radius:var(--geist-marketing-radius);border-top-right-radius:var(--geist-marketing-radius);-webkit-overflow-scrolling:touch;-webkit-user-select:none;user-select:none;will-change:transform, opacity;padding-bottom:0;transition:transform .15s cubic-bezier(.6,.04,.98,.335),opacity .2s .1s,height .2s;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translate3d(0,100%,102px)}.geist-drawer.show .geist-drawer-container{opacity:1;transition:transform .2s cubic-bezier(.05,.86,.47,1.02),opacity .2s,height .2s}.geist-overflow-scroll-y{-webkit-overflow-scrolling:touch;overflow-y:auto}.geist-disabled .geist-disabled-wall{cursor:not-allowed;-webkit-user-select:none;user-select:none;z-index:1;position:absolute;inset:0}@keyframes spin{0%{opacity:1}50%{opacity:.15}}.geist-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}.geist-visually-hidden{opacity:0;white-space:nowrap;visibility:hidden;width:1px;height:1px;position:absolute;top:-1000px;left:-1000px;overflow:hidden}:root{--ds-gray-100:#f2f2f2;--ds-gray-200:#ebebeb;--ds-gray-300:#e6e6e6;--ds-gray-400:#ebebeb;--ds-gray-500:#c9c9c9;--ds-gray-600:#a8a8a8;--ds-gray-700:#8f8f8f;--ds-gray-800:#7d7d7d;--ds-gray-900:#666;--ds-gray-1000:#171717;--ds-gray-alpha-100:#f5f5f5;--ds-gray-alpha-200:#00000014;--ds-gray-alpha-300:#0000001a;--ds-gray-alpha-400:#00000014;--ds-gray-alpha-500:#00000036;--ds-gray-alpha-600:#00000057;--ds-gray-alpha-700:#00000070;--ds-gray-alpha-800:#00000082;--ds-gray-alpha-900:#0000009c;--ds-gray-alpha-1000:#000000e8;--ds-blue-100:#f0f7ff;--ds-blue-200:#ebf5ff;--ds-blue-300:#e0f0ff;--ds-blue-400:#cce6ff;--ds-blue-500:#99ceff;--ds-blue-600:#52aeff;--ds-blue-700:#0072f5;--ds-blue-800:#0062d1;--ds-blue-900:#0068d6;--ds-blue-1000:#00254d;--ds-red-100:#fff0f0;--ds-red-200:#ffebeb;--ds-red-300:#ffe6e6;--ds-red-400:#fdd8d8;--ds-red-500:#f8baba;--ds-red-600:#f87275;--ds-red-700:#e5484d;--ds-red-800:#d93036;--ds-red-900:#ca2b30;--ds-red-1000:#391417;--ds-amber-100:#fff7e6;--ds-amber-200:#fff4d6;--ds-amber-300:#fef0cd;--ds-amber-400:#ffdd8f;--ds-amber-500:#ffc96b;--ds-amber-600:#f5b047;--ds-amber-700:#ffb224;--ds-amber-800:#ff990a;--ds-amber-900:#a35200;--ds-amber-1000:#4e2009;--ds-green-100:#effbef;--ds-green-200:#ebfaeb;--ds-green-300:#daf6da;--ds-green-400:#c6f1c7;--ds-green-500:#99e69e;--ds-green-600:#6cda75;--ds-green-700:#45a557;--ds-green-800:#398e4a;--ds-green-900:#297a3a;--ds-green-1000:#1b311e;--ds-teal-100:#eefcf9;--ds-teal-200:#e5faf6;--ds-teal-300:#d4f7f0;--ds-teal-400:#bef4eb;--ds-teal-500:#86ead9;--ds-teal-600:#45dec5;--ds-teal-700:#12a594;--ds-teal-800:#0d8c7d;--ds-teal-900:#067a6e;--ds-teal-1000:#073c34;--ds-purple-100:#f9f0ff;--ds-purple-200:#f9f1fe;--ds-purple-300:#f4e8fc;--ds-purple-400:#eddcf9;--ds-purple-500:#d5b1f1;--ds-purple-600:#bf89ec;--ds-purple-700:#8e4ec6;--ds-purple-800:#763da9;--ds-purple-900:#7820bc;--ds-purple-1000:#2e004d;--ds-pink-100:#ffebf5;--ds-pink-200:#feecf2;--ds-pink-300:#fce3ec;--ds-pink-400:#f9d7e2;--ds-pink-500:#f5b8cc;--ds-pink-600:#ee87a7;--ds-pink-700:#ea3e83;--ds-pink-800:#df2670;--ds-pink-900:#bd2864;--ds-pink-1000:#430a23;--ds-background-100:#fff;--ds-background-200:#fafafa;--ds-focus-border:0 0 0 1px var(--ds-gray-alpha-600), 0px 0px 0px 4px #00000029;--ds-focus-color:var(--ds-blue-700);--vaul-overlay-background:255, 255, 255;--vaul-overlay-background-start:transparent;--vaul-overlay-background-end:#0006}.dark-theme{--ds-gray-100:#1a1a1a;--ds-gray-200:#1f1f1f;--ds-gray-300:#292929;--ds-gray-400:#2e2e2e;--ds-gray-500:#454545;--ds-gray-600:#878787;--ds-gray-700:#8f8f8f;--ds-gray-800:#7d7d7d;--ds-gray-900:#a1a1a1;--ds-gray-1000:#ededed;--ds-gray-alpha-100:#ffffff12;--ds-gray-alpha-200:#ffffff17;--ds-gray-alpha-300:#ffffff21;--ds-gray-alpha-400:#ffffff24;--ds-gray-alpha-500:#ffffff3d;--ds-gray-alpha-600:#ffffff82;--ds-gray-alpha-700:#ffffff8a;--ds-gray-alpha-800:#ffffff78;--ds-gray-alpha-900:#ffffff9c;--ds-gray-alpha-1000:#ffffffeb;--ds-blue-100:#0f1c2e;--ds-blue-200:#10233d;--ds-blue-300:#0f2f57;--ds-blue-400:#0d3868;--ds-blue-500:#0a4380;--ds-blue-600:#0091ff;--ds-blue-700:#0072f5;--ds-blue-800:#0062d1;--ds-blue-900:#52a8ff;--ds-blue-1000:#ebf6ff;--ds-red-100:#2a1314;--ds-red-200:#3c1618;--ds-red-300:#561a1e;--ds-red-400:#671e21;--ds-red-500:#832126;--ds-red-600:#e5484d;--ds-red-700:#e5484d;--ds-red-800:#d93036;--ds-red-900:#ff6166;--ds-red-1000:#feecee;--ds-amber-100:#291800;--ds-amber-200:#331b00;--ds-amber-300:#4d2a00;--ds-amber-400:#573300;--ds-amber-500:#6b4105;--ds-amber-600:#e79d13;--ds-amber-700:#ffb224;--ds-amber-800:#ff990a;--ds-amber-900:#ff990a;--ds-amber-1000:#fef3dc;--ds-green-100:#0b2212;--ds-green-200:#0f2e18;--ds-green-300:#12361b;--ds-green-400:#0c451b;--ds-green-500:#126426;--ds-green-600:#1a9338;--ds-green-700:#45a557;--ds-green-800:#398e4a;--ds-green-900:#62c073;--ds-green-1000:#e5fbea;--ds-teal-100:#04201b;--ds-teal-200:#062822;--ds-teal-300:#083a33;--ds-teal-400:#053d35;--ds-teal-500:#085e53;--ds-teal-600:#0c9784;--ds-teal-700:#12a594;--ds-teal-800:#0d8c7d;--ds-teal-900:#0ac7b4;--ds-teal-1000:#e0faf4;--ds-purple-100:#231528;--ds-purple-200:#2e1938;--ds-purple-300:#422154;--ds-purple-400:#4f2768;--ds-purple-500:#5f2e85;--ds-purple-600:#8e4ec6;--ds-purple-700:#8e4ec6;--ds-purple-800:#763da9;--ds-purple-900:#bf7af0;--ds-purple-1000:#f8edfc;--ds-pink-100:#28151d;--ds-pink-200:#3a1726;--ds-pink-300:#4f1c31;--ds-pink-400:#551b33;--ds-pink-500:#6c1e3e;--ds-pink-600:#b31a57;--ds-pink-700:#ea3e83;--ds-pink-800:#df2670;--ds-pink-900:#f75f8f;--ds-pink-1000:#feecf4;--ds-background-100:#0a0a0a;--ds-background-200:#000;--ds-focus-border:0 0 0 1px var(--ds-gray-alpha-600), 0px 0px 0px 4px #ffffff3d;--ds-focus-color:var(--ds-blue-900)}.v3-colors{--note-border-color:var(--ds-gray-400);--note-fg:var(--ds-gray-900);--note-bg:transparent;border:1px solid var(--note-border-color)!important;background:var(--note-bg)!important;color:var(--note-fg)!important}.v3-colors ::selection{background:var(--note-fg)!important}.v3-colors.geist-secondary{--note-border-color:var(--ds-gray-400);--note-fg:var(--ds-gray-900)}.v3-colors.geist-success{--note-border-color:var(--ds-blue-400);--note-fg:var(--ds-blue-900);--note-bg:transparent}.v3-colors.geist-success.geist-success-fill{--note-bg:var(--ds-blue-200);--note-border-color:var(--ds-blue-100)}.v3-colors.geist-error{--note-border-color:var(--ds-red-400);--note-fg:var(--ds-red-900);--note-bg:transparent}.v3-colors.geist-error.geist-error-fill{--note-bg:var(--ds-red-200);--note-border-color:var(--ds-red-100)}.v3-colors.geist-warning{--note-border-color:var(--ds-amber-400);--note-fg:var(--ds-amber-900);--note-bg:transparent}.v3-colors.geist-warning.geist-warning-fill{--note-bg:var(--ds-amber-200);--note-border-color:var(--ds-amber-100)}.v3-colors.geist-secondary{--note-border-color:var(--ds-gray-alpha-400);--note-fg:var(--ds-gray-alpha-900);--note-bg:transparent}.v3-colors.geist-secondary.geist-secondary-fill{--note-bg:var(--ds-gray-alpha-200);--note-border-color:transparent}.v3-colors.geist-alert{--note-border-color:var(--ds-red-400);--note-fg:var(--ds-red-900);--note-bg:transparent}.v3-colors.geist-alert.geist-alert-fill{--note-bg:var(--ds-red-200);--note-border-color:var(--ds-red-100)}.v3-colors.geist-violet{--note-border-color:var(--ds-purple-400);--note-fg:var(--ds-purple-900);--note-bg:transparent}.v3-colors.geist-violet.geist-violet-fill{--note-bg:var(--ds-purple-200);--note-border-color:var(--ds-purple-100)}.v3-colors.geist-cyan{--note-border-color:var(--ds-teal-400);--note-fg:var(--ds-teal-900);--note-bg:transparent}.v3-colors.geist-cyan.geist-cyan-fill{--note-bg:var(--ds-teal-200);--note-border-color:var(--ds-teal-100)}
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]{display:none}html{-webkit-tap-highlight-color:#0000}*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.bottom-0{bottom:0}.top-0{top:0}.z-\[100\]{z-index:100}.-m-2{margin:-.5rem}.m-0{margin:0}.m-\[--geist-gap-half-negative\]{margin:var(--geist-gap-half-negative)}.-mx-4{margin-left:-1rem;margin-right:-1rem}.mx-0{margin-left:0;margin-right:0}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-\[1\.6em\]{margin-top:1.6em;margin-bottom:1.6em}.\!mt-5{margin-top:1.25rem!important}.-ml-4{margin-left:-1rem}.ml-\[300px\]{margin-left:300px}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.mt-\[30px\]{margin-top:30px}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-cell{display:table-cell}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-7{height:1.75rem}.h-9{height:2.25rem}.h-\[--geist-space-medium\]{height:var(--geist-space-medium)}.h-\[50px\]{height:50px}.h-\[60px\]{height:60px}.h-full{height:100%}.min-h-\[240px\]{min-height:240px}.min-h-screen{min-height:100vh}.w-7{width:1.75rem}.w-\[296px\]{width:296px}.w-\[50px\]{width:50px}.w-\[60px\]{width:60px}.w-\[calc\(100\%_-_16px\)\]{width:calc(100% - 16px)}.w-full{width:100%}.min-w-0{min-width:0}.max-w-\[1250px\]{max-width:1250px}.max-w-\[500px\]{max-width:500px}.max-w-\[840px\]{max-width:840px}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-1\/4{flex-basis:25%}.border-collapse{border-collapse:collapse}.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.appearance-none{appearance:none}.grid-cols-\[repeat\(auto-fill\,_minmax\(300px\,_1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.content-between{align-content:space-between}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-\[--geist-space-2x\]{gap:var(--geist-space-2x)}.gap-\[2px\]{gap:2px}.gap-\[6px\]{gap:6px}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-visible{overflow-x:visible}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rounded-\[--geist-radius\]{border-radius:var(--geist-radius)}.rounded-\[--geist-space-gap-half\]{border-radius:var(--geist-space-gap-half)}.rounded-\[4px\]{border-radius:4px}.rounded-\[var\(--geist-radius\)\]{border-radius:var(--geist-radius)}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.border,.border-\[1px\]{border-width:1px}.border-t{border-top-width:1px}.border-solid{border-style:solid}.border-none{border-style:none}.border-\[--accents-2\]{border-color:var(--accents-2)}.border-\[none\]{border-color:none}.border-t-\[--accents-2\]{border-top-color:var(--accents-2)}.bg-\[--accents-1\]{background-color:var(--accents-1)}.bg-\[--color\]{background-color:var(--color)}.bg-\[--geist-background\]{background-color:var(--geist-background)}.bg-\[--geist-success\]{background-color:var(--geist-success)}.bg-\[--hover\]{background-color:var(--hover)}.bg-\[none\]{background-color:none}.bg-transparent{background-color:#0000}.bg-example{background-image:linear-gradient(330deg, var(--accents-2) 0, var(--accents-1) 100%)}.bg-gradient-radial{background-image:radial-gradient(at 10% 90%,#f5a62333,#7b26c940,#0000),linear-gradient(to bottom right,#ee989020,#ff008030,#7d28cc40,#6b66ff10)}.bg-none{background-image:none}.p-0{padding:0}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-\[--geist-gap-half\]{padding:var(--geist-gap-half)}.p-\[--geist-space-2x\]{padding:var(--geist-space-2x)}.p-\[3px\]{padding:3px}.px-0{padding-left:0;padding-right:0}.px-4{padding-left:1rem;padding-right:1rem}.px-\[--geist-gap\]{padding-left:var(--geist-gap);padding-right:var(--geist-gap)}.px-\[--geist-space-4x\]{padding-left:var(--geist-space-4x);padding-right:var(--geist-space-4x)}.px-\[--geist-space-small\]{padding-left:var(--geist-space-small);padding-right:var(--geist-space-small)}.py-0{padding-top:0;padding-bottom:0}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-\[--geist-space-8x\]{padding-top:var(--geist-space-8x);padding-bottom:var(--geist-space-8x)}.pb-0{padding-bottom:0}.pb-8{padding-bottom:2rem}.pl-\[--geist-space-4x\]{padding-left:var(--geist-space-4x)}.pr-\[--geist-space-4x\]{padding-right:var(--geist-space-4x)}.pt-0{padding-top:0}.pt-10{padding-top:2.5rem}.pt-\[--geist-space-small\]{padding-top:var(--geist-space-small)}.text-left{text-align:left}.text-right{text-align:right}.text-\[21px\]{font-size:21px}.text-\[80px\]{font-size:80px}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.leading-5{line-height:1.25rem}.leading-\[0\.85\]{line-height:.85}.leading-\[30px\]{line-height:30px}.tracking-\[-0\.016em\]{letter-spacing:-.016em}.tracking-\[max\(min\(-0\.055em\,-0\.66vw\)\,-0\.07em\)\]{letter-spacing:max(min(-.055em,-.66vw),-.07em)}.text-\[--accents-5\]{color:var(--accents-5)}.text-\[--geist-foreground\]{color:var(--geist-foreground)}.text-\[--geist-secondary\]{color:var(--geist-secondary)}.text-inherit{color:inherit}.no-underline{text-decoration-line:none}.shadow{--tw-shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[--inset-shadow\]{--tw-shadow-color:var(--inset-shadow);--tw-shadow:var(--tw-shadow-colored)}.shadow-\[--shadow-medium\]{--tw-shadow-color:var(--shadow-medium);--tw-shadow:var(--tw-shadow-colored)}.outline-none{outline-offset:2px;outline:2px solid #0000}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[background\]{transition-property:background;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-100{transition-duration:.1s}.duration-200{transition-duration:.2s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.design-mask-image{-webkit-mask-image:linear-gradient(#000,#000,#0000 0,#000 40px calc(100% - 40px),#0000);mask-image:linear-gradient(#000,#000,#0000 0,#000 40px calc(100% - 40px),#0000)}#design-page{--hover:#f3f2f2;--inset-shadow:inset 0 0 0 1px #0000001a}.dark-theme #design-page{--hover:#232323;--inset-shadow:inset 0 0 0 1px #ffffff1a}.hover\:bg-\[--accents-1\]:hover{background-color:var(--accents-1)}.hover\:bg-\[--hover\]:hover{background-color:var(--hover)}.hover\:text-\[--geist-foreground\]:hover{color:var(--geist-foreground)}.peer\/dark:checked~.peer-checked\/dark\:bg-\[\#fff\],.peer\/light:checked~.peer-checked\/light\:bg-\[\#fff\],.peer\/system:checked~.peer-checked\/system\:bg-\[\#fff\]{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.peer\/dark:checked~.peer-checked\/dark\:shadow-theme-switcher-label,.peer\/light:checked~.peer-checked\/light\:shadow-theme-switcher-label,.peer\/system:checked~.peer-checked\/system\:shadow-theme-switcher-label{--tw-shadow:0 1px 2px 0 #0003, 0 1px 3px 0 #0000001a;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color), 0 1px 3px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}:is(.dark-theme .dark\:bg-example-dark){background-image:linear-gradient(0deg,#1c1c1c 0,#282828)}:is(.dark-theme .peer\/dark:checked~.dark\:peer-checked\/dark\:bg-\[--accents-2\]),:is(.dark-theme .peer\/light:checked~.dark\:peer-checked\/light\:bg-\[--accents-2\]),:is(.dark-theme .peer\/system:checked~.dark\:peer-checked\/system\:bg-\[--accents-2\]){background-color:var(--accents-2)}@media (max-width:960px){.max-\[960px\]\:fixed{position:fixed}.max-\[960px\]\:bottom-0{bottom:0}.max-\[960px\]\:left-0{left:0}.max-\[960px\]\:right-0{right:0}.max-\[960px\]\:top-\[150px\]{top:150px}.max-\[960px\]\:z-\[105\]{z-index:105}.max-\[960px\]\:m-\[unset\]{margin:0;margin:initial}.max-\[960px\]\:ml-0{margin-left:0}.max-\[960px\]\:\!block{display:block!important}.max-\[960px\]\:block{display:block}.max-\[960px\]\:flex{display:flex}.max-\[960px\]\:hidden{display:none}.max-\[960px\]\:h-10{height:2.5rem}.max-\[960px\]\:h-\[unset\]{height:auto;height:initial}.max-\[960px\]\:max-h-\[calc\(100vh_-_150px\)\]{max-height:calc(100vh - 150px)}.max-\[960px\]\:w-10{width:2.5rem}.max-\[960px\]\:w-\[calc\(100vw_-_\(100vw_-_100\%\)\)\],.max-\[960px\]\:w-full{width:100%}.max-\[960px\]\:cursor-pointer{cursor:pointer}.max-\[960px\]\:overflow-y-scroll{overflow-y:scroll}.max-\[960px\]\:bg-\[--geist-background\]{background-color:var(--geist-background)}.max-\[960px\]\:p-0{padding:0}.max-\[960px\]\:p-\[--geist-gap\]{padding:var(--geist-gap)}.max-\[960px\]\:px-0{padding-left:0;padding-right:0}.max-\[960px\]\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.max-\[960px\]\:pt-0{padding-top:0}.max-\[960px\]\:text-\[min\(11\.2vw\,80px\)\]{font-size:min(11.2vw,80px)}.max-\[960px\]\:position-unset{position:initial;position:static}}.\[\&\>\*\]\:w-\[--width\]>*{width:var(--width)}.\[\&_svg\]\:relative svg{position:relative}.\[\&_svg\]\:z-\[1\] svg{z-index:1}.\[\&_svg\]\:h-4 svg{height:1rem}.\[\&_svg\]\:w-4 svg{width:1rem}.\[\&_svg\]\:\!text-\[--accents-5\] svg{color:var(--accents-5)!important}.\[\&_svg\]\:transition-colors svg{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.\[\&_svg\]\:duration-100 svg{transition-duration:.1s}.\[\&_svg\]\:ease-in-out svg{transition-timing-function:cubic-bezier(.4,0,.2,1)}.hover\:\[\&_svg\]\:\!text-\[--accents-8\] svg:hover,.peer\/dark:checked~.peer-checked\/dark\:\[\&_svg\]\:\!text-\[--accents-8\] svg,.peer\/light:checked~.peer-checked\/light\:\[\&_svg\]\:\!text-\[--accents-8\] svg,.peer\/system:checked~.peer-checked\/system\:\[\&_svg\]\:\!text-\[--accents-8\] svg{color:var(--accents-8)!important}
:root,.dark-theme .invert-theme{--color-prettylights-syntax-comment:#6e7781;--color-prettylights-syntax-constant:#0550ae;--color-prettylights-syntax-entity:#8250df;--color-prettylights-syntax-storage-modifier-import:#24292f;--color-prettylights-syntax-entity-tag:#116329;--color-prettylights-syntax-keyword:#cf222e;--color-prettylights-syntax-string:#0a3069;--color-prettylights-syntax-variable:#953800;--color-prettylights-syntax-brackethighlighter-unmatched:#82071e;--color-prettylights-syntax-invalid-illegal-text:#f6f8fa;--color-prettylights-syntax-invalid-illegal-bg:#82071e;--color-prettylights-syntax-carriage-return-text:#f6f8fa;--color-prettylights-syntax-carriage-return-bg:#cf222e;--color-prettylights-syntax-string-regexp:#116329;--color-prettylights-syntax-markup-list:#3b2300;--color-prettylights-syntax-markup-heading:#0550ae;--color-prettylights-syntax-markup-italic:#24292f;--color-prettylights-syntax-markup-bold:#24292f;--color-prettylights-syntax-markup-deleted-text:#82071e;--color-prettylights-syntax-markup-deleted-bg:#ffebe9;--color-prettylights-syntax-markup-inserted-text:#116329;--color-prettylights-syntax-markup-inserted-bg:#dafbe1;--color-prettylights-syntax-markup-changed-text:#953800;--color-prettylights-syntax-markup-changed-bg:#ffd8b5;--color-prettylights-syntax-markup-ignored-text:#eaeef2;--color-prettylights-syntax-markup-ignored-bg:#0550ae;--color-prettylights-syntax-meta-diff-range:#8250df;--color-prettylights-syntax-brackethighlighter-angle:#57606a;--color-prettylights-syntax-sublimelinter-gutter-mark:#8c959f;--color-prettylights-syntax-constant-other-reference-link:#0a3069}.dark-theme,.invert-theme{--color-prettylights-syntax-comment:#8b949e;--color-prettylights-syntax-constant:#79c0ff;--color-prettylights-syntax-entity:#d2a8ff;--color-prettylights-syntax-storage-modifier-import:#c9d1d9;--color-prettylights-syntax-entity-tag:#7ee787;--color-prettylights-syntax-keyword:#ff7b72;--color-prettylights-syntax-string:#a5d6ff;--color-prettylights-syntax-variable:#ffa657;--color-prettylights-syntax-brackethighlighter-unmatched:#f85149;--color-prettylights-syntax-invalid-illegal-text:#f0f6fc;--color-prettylights-syntax-invalid-illegal-bg:#8e1519;--color-prettylights-syntax-carriage-return-text:#f0f6fc;--color-prettylights-syntax-carriage-return-bg:#b62324;--color-prettylights-syntax-string-regexp:#7ee787;--color-prettylights-syntax-markup-list:#f2cc60;--color-prettylights-syntax-markup-heading:#1f6feb;--color-prettylights-syntax-markup-italic:#c9d1d9;--color-prettylights-syntax-markup-bold:#c9d1d9;--color-prettylights-syntax-markup-deleted-text:#ffdcd7;--color-prettylights-syntax-markup-deleted-bg:#67060c;--color-prettylights-syntax-markup-inserted-text:#aff5b4;--color-prettylights-syntax-markup-inserted-bg:#033a16;--color-prettylights-syntax-markup-changed-text:#ffdfb6;--color-prettylights-syntax-markup-changed-bg:#5a1e02;--color-prettylights-syntax-markup-ignored-text:#c9d1d9;--color-prettylights-syntax-markup-ignored-bg:#1158c7;--color-prettylights-syntax-meta-diff-range:#d2a8ff;--color-prettylights-syntax-brackethighlighter-angle:#8b949e;--color-prettylights-syntax-sublimelinter-gutter-mark:#484f58;--color-prettylights-syntax-constant-other-reference-link:#a5d6ff}.pl-c{color:var(--color-prettylights-syntax-comment);font-style:italic}.pl-c1,.pl-s .pl-v{color:var(--color-prettylights-syntax-constant)}.pl-e,.pl-en{color:var(--color-prettylights-syntax-entity)}.pl-smi,.pl-s .pl-s1{color:var(--color-prettylights-syntax-storage-modifier-import)}.pl-ent{color:var(--color-prettylights-syntax-entity-tag)}.pl-k{color:var(--color-prettylights-syntax-keyword)}.pl-s,.pl-pds,.pl-s .pl-pse .pl-s1,.pl-sr,.pl-sr .pl-cce,.pl-sr .pl-sre,.pl-sr .pl-sra{color:var(--color-prettylights-syntax-string)}.pl-v,.pl-smw{color:var(--color-prettylights-syntax-variable)}.pl-bu{color:var(--color-prettylights-syntax-brackethighlighter-unmatched)}.pl-ii{color:var(--color-prettylights-syntax-invalid-illegal-text);background-color:var(--color-prettylights-syntax-invalid-illegal-bg)}.pl-c2{color:var(--color-prettylights-syntax-carriage-return-text);background-color:var(--color-prettylights-syntax-carriage-return-bg)}.pl-sr .pl-cce{color:var(--color-prettylights-syntax-string-regexp);font-weight:700}.pl-ml{color:var(--color-prettylights-syntax-markup-list)}.pl-mh,.pl-mh .pl-en,.pl-ms{color:var(--color-prettylights-syntax-markup-heading);font-weight:700}.pl-mi{color:var(--color-prettylights-syntax-markup-italic);font-style:italic}.pl-mb{color:var(--color-prettylights-syntax-markup-bold);font-weight:700}.pl-md{color:var(--color-prettylights-syntax-markup-deleted-text);background-color:var(--color-prettylights-syntax-markup-deleted-bg)}.pl-mi1{color:var(--color-prettylights-syntax-markup-inserted-text);background-color:var(--color-prettylights-syntax-markup-inserted-bg)}.pl-mc{color:var(--color-prettylights-syntax-markup-changed-text);background-color:var(--color-prettylights-syntax-markup-changed-bg)}.pl-mi2{color:var(--color-prettylights-syntax-markup-ignored-text);background-color:var(--color-prettylights-syntax-markup-ignored-bg)}.pl-mdr{color:var(--color-prettylights-syntax-meta-diff-range);font-weight:700}.pl-ba{color:var(--color-prettylights-syntax-brackethighlighter-angle)}.pl-sg{color:var(--color-prettylights-syntax-sublimelinter-gutter-mark)}.pl-corl{color:var(--color-prettylights-syntax-constant-other-reference-link);text-decoration:underline}
