.search-popup__overlay__B7k3q{width:100%;height:100%;z-index:var(--layer-max);-webkit-backdrop-filter:blur(5px);animation:searchPopupFadeIn .2s var(--ease-out-quad);background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0}@keyframes searchPopupFadeIn{0%{opacity:0}to{opacity:1}}.search-popup__container__P3j7s{background-color:rgba(var(--color-bg-primary),1);width:100%;max-width:600px;max-height:calc(100vh - 100px);box-shadow:var(--shadow-stack-high);animation:searchPopupSlideIn .3s var(--ease-out-quad);border:1px solid rgba(var(--color-border-primary),1);border-radius:16px;flex-direction:column;margin:0 20px;display:flex;overflow:hidden}@keyframes searchPopupSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.search-popup__animating-out__P8j4s{animation:searchPopupFadeOut .3s var(--ease-out-quad)forwards}.search-popup__container-out__L5k8q{animation:searchPopupSlideOut .3s var(--ease-out-quad)forwards}@keyframes searchPopupFadeOut{0%{opacity:1}to{opacity:0}}@keyframes searchPopupSlideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.search-popup__header__L5k8q{border-bottom:1px solid rgba(var(--color-border-primary),1);align-items:center;padding:16px;display:flex}.search-popup__icon__Z7j3s{color:rgba(var(--color-text-tertiary),1);align-items:center;margin-right:16px;display:flex}.search-popup__input__Q9j4p{font-size:var(--font-size-regular);color:rgba(var(--color-text-primary),1);background:0 0;border:none;outline:none;flex:1;padding:0}.search-popup__input__Q9j4p::placeholder{color:rgba(var(--color-text-tertiary),1)}.search-popup__close-button__H5j8q{color:rgba(var(--color-text-tertiary),1);cursor:pointer;transition:color .2s var(--ease-out-quad);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;margin-left:16px;padding:4px;display:flex}.search-popup__close-button__H5j8q:hover{color:rgba(var(--color-text-primary),1)}.search-popup__results__Z3k7q{flex-direction:column;flex:1;gap:24px;max-height:512px;padding:8px;display:flex;overflow-y:auto}.search-popup__section__P5k8q{flex-direction:column;gap:12px;display:flex}.search-popup__section-title__B9j6p{font-size:12px;font-weight:var(--font-weight-medium);color:rgba(var(--color-text-tertiary),1);margin:0;padding:0 4px}.search-popup__results-list__Q7p3s{flex-direction:column;gap:4px;display:flex}.search-popup__scrollable__H7k3q{max-height:240px;padding-right:4px;overflow-y:auto}.search-popup__scrollable__H7k3q::-webkit-scrollbar{width:6px}.search-popup__scrollable__H7k3q::-webkit-scrollbar-track{background:0 0}.search-popup__scrollable__H7k3q::-webkit-scrollbar-thumb{background-color:rgba(var(--color-border-secondary),1);border-radius:3px}.search-popup__result-item__H5k8q{transition:background-color .2s var(--ease-out-quad);border-radius:8px;justify-content:space-between;align-items:center;padding:10px 12px;text-decoration:none;display:flex}.search-popup__result-item__H5k8q:hover:not(.keyboard-nav-active){background-color:var(--color-button-translucent)}.search-popup__result-selected__P9k6p{background-color:var(--color-button-translucent);outline:none}.search-popup__result-content__L3j7q{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.search-popup__result-meta__K5j8q{align-items:center;gap:8px;display:flex}.search-popup__result-icon__Q9m2p{color:rgba(var(--color-text-tertiary),1);flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.search-popup__result-path__B7j3s{color:rgba(var(--color-text-tertiary),1);font-family:inherit;font-size:14px}.search-popup__no-results__L7j3s{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:32px 16px;display:flex}.search-popup__no-results-text__P5k8q{font-size:14px;font-weight:var(--font-weight-medium);color:rgba(var(--color-text-primary),1);margin:0 0 8px}.search-popup__no-results-suggestion__Z7j3s{color:rgba(var(--color-text-tertiary),1);margin:0;font-size:14px}.search-popup__result-title__Z9k6p{color:rgba(var(--color-text-primary),1);white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.search-popup__result-description__P3j7q{color:rgba(var(--color-text-tertiary),1);white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.search-popup__highlight__H7j3s{background-color:rgba(var(--color-link-primary),.2);color:rgba(var(--color-text-primary),1);font-weight:var(--font-weight-medium);border-radius:2px}@media (max-width:768px){.search-popup__container__P3j7s{max-width:calc(100% - 40px)}.search-popup__result-meta__K5j8q{flex-direction:column;align-items:flex-end;gap:4px}.search-popup__result-path__B7j3s{font-size:14px}}.command-palette__overlay__B7k3q{width:100%;height:100%;z-index:var(--layer-max);background:rgba(var(--color-bg-primary),.5);-webkit-backdrop-filter:blur(5px);animation:commandPaletteFadeIn .2s var(--ease-out-quad);justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0}@keyframes commandPaletteFadeIn{0%{opacity:0}to{opacity:1}}.command-palette__container__P3j7s{background-color:rgba(var(--color-bg-secondary),1);width:100%;max-width:640px;max-height:540px;box-shadow:var(--shadow-stack-high);animation:commandPaletteSlideIn .3s var(--ease-out-quad);color:rgba(var(--color-text-primary),1);border:1px solid rgba(var(--color-border-primary),1);font-family:var(--font-regular);border-radius:12px;flex-direction:column;margin:0 20px;display:flex;position:relative;overflow:hidden}@keyframes commandPaletteSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.command-palette__animating-out__P8j4s{animation:commandPaletteFadeOut .3s var(--ease-out-quad)forwards}.command-palette__container-out__L5k8q{animation:commandPaletteSlideOut .3s var(--ease-out-quad)forwards}@keyframes commandPaletteFadeOut{0%{opacity:1}to{opacity:0}}@keyframes commandPaletteSlideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.command-palette__header__L5k8q{align-items:center;padding:16px;display:flex}.command-palette__icon__Z7j3s{color:rgba(var(--color-text-tertiary),1);align-items:center;margin-right:12px;display:flex}.command-palette__input__Q9j4p{color:rgba(var(--color-text-primary),1);background:0 0;border:none;outline:none;flex:1;padding:0;font-size:16px}.command-palette__input__Q9j4p::placeholder{color:rgba(var(--color-text-tertiary),1)}.command-palette__shortcut__H5j8q{color:rgba(var(--color-text-tertiary),1);border-radius:4px;justify-content:center;align-items:center;padding-inline:4px;font-size:12px;display:flex}.command-palette__divider__P5k8q{background-color:rgba(var(--color-border-primary),1);width:100%;height:1px}.command-palette__content__Z3k7q{flex:1;padding:8px 0 0;overflow-y:auto}.command-palette__content__Z3k7q::-webkit-scrollbar{display:none}.command-palette__content__Z3k7q::-webkit-scrollbar-track{background:0 0}.command-palette__content__Z3k7q::-webkit-scrollbar-thumb{background-color:rgba(var(--color-border-secondary),1);border-radius:3px}.command-palette__section__P5k8q{padding:8px 0}.command-palette__section-header__L7j3s{font-weight:var(--font-weight-normal);justify-content:space-between;align-items:center;padding:0 16px 8px;display:flex}.command-palette__section-title__B9j6p{font-size:12px;font-weight:var(--font-weight-medium);color:rgba(var(--color-text-tertiary),1);margin:0}.command-palette__customize-button__Q7p3s{color:rgba(var(--color-text-tertiary),1);cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;text-decoration:underline}.command-palette__results-list__Q7p3s{flex-direction:column;padding-inline:8px;display:flex}.command-palette__result-item__H5k8q{cursor:pointer;border-radius:8px;align-items:center;padding:8px 12px;transition:background-color .2s;display:flex}.keyboard-nav-active:hover:not(.command-palette__result-selected__P9k6p){background-color:#0000!important}.command-palette__result-item__H5k8q:hover:not(.keyboard-nav-active){background-color:var(--color-button-translucent)}.command-palette__result-selected__P9k6p{background-color:rgba(var(--color-bg-tertiary),1);background-color:var(--color-button-translucent)!important}.command-palette__result-icon__Q9m2p{background-color:rgba(var(--color-bg-quaternary),1);border:.5px solid rgb(var(--color-border-tertiary));width:32px;height:32px;color:rgba(var(--color-text-primary),1);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-right:12px;display:flex}.command-palette__result-content__L3j7q{flex:1;min-width:0}.command-palette__result-title__Z9k6p{color:rgba(var(--color-text-primary),1);white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:14px;font-weight:500;overflow:hidden}.command-palette__result-description__P3j7q{color:rgba(var(--color-text-tertiary),1);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.command-palette__result-meta__K5j8q{align-items:center;margin-left:12px;display:flex}.command-palette__collaborators__H7k3q{margin-right:12px;display:flex}.command-palette__avatar__L9k6p{border:2px solid rgba(var(--color-bg-secondary),1);border-radius:50%;width:24px;height:24px;margin-left:-8px;overflow:hidden}.command-palette__avatar__L9k6p:first-child{margin-left:0}.command-palette__avatar__L9k6p img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.command-palette__jump-button__B7j3s{background-color:rgba(var(--color-bg-tertiary),1);color:rgba(var(--color-text-tertiary),1);cursor:pointer;border:none;border-radius:4px;padding:4px 8px;font-size:12px}.command-palette__shortcut-badge__K5j8q{background-color:rgba(var(--color-bg-tertiary),1);color:rgba(var(--color-text-tertiary),1);border-radius:4px;margin-left:12px;padding:4px 8px;font-size:12px}.command-palette__no-results__L7j3s{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:24px 16px;display:flex}.command-palette__no-results-icon-container__B8k4p{justify-content:center;align-items:center;margin-bottom:24px;display:flex;position:relative}.command-palette__no-results-pattern__Z7j3s{background:radial-gradient(circle,transparent 0 45px,rgba(var(--color-border-primary),1)45px 46px,transparent 46px 90px,rgba(var(--color-border-primary),1)90px 91px,transparent 91px 135px,rgba(var(--color-border-primary),1)135px 136px,transparent 136px 180px,rgba(var(--color-border-primary),1)180px 181px,transparent 181px 225px,rgba(var(--color-border-primary),1)225px 226px,transparent 226px);-webkit-mask-image:radial-gradient(#000 40%,#0000 100%);mask-image:radial-gradient(#000 40%,#0000 100%);width:640px;height:320px;position:absolute;-webkit-mask-image:radial-gradient(#000 0%,#0000 75%);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.command-palette__no-results-icon__P5k8q{background:rgba(var(--color-bg-quaternary),1);border:.5px solid rgb(var(--color-border-tertiary));width:44px;height:44px;color:rgba(var(--color-text-tertiary),1);z-index:1;border-radius:12px;justify-content:center;align-items:center;display:flex}.command-palette__no-results-title__K9j6p{font-size:18px;font-weight:var(--font-weight-medium);color:rgba(var(--color-text-primary),1);margin:0 0 8px;position:relative}.command-palette__no-results-message__L7j3s{color:rgba(var(--color-text-tertiary),1);font-size:14px;position:relative}.command-palette__no-results-suggestion__Z7j3s{color:rgba(var(--color-text-tertiary),1);margin:0 0 16px;font-size:14px;position:relative}.command-palette__footer__vka2f{width:100%;min-height:49px}.command-palette__footer__H7k3q{border-top:1px solid rgba(var(--color-border-primary),1);background:rgba(var(--color-bg-secondary),.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);align-items:center;padding:12px 16px;display:flex;position:absolute;bottom:0;left:0;right:0}.command-palette__footer-item__L9k6p{align-items:center;margin-right:16px;display:flex}.command-palette__footer-icon__B7j3s{background-color:rgba(var(--color-bg-quaternary),1);border:.5px solid rgb(var(--color-border-tertiary));min-width:24px;height:24px;color:rgba(var(--color-text-tertiary),1);border-radius:4px;justify-content:center;align-items:center;margin-right:8px;display:flex}.command-palette__footer-text__P5k8q{color:rgba(var(--color-text-tertiary),1);font-size:12px}.command-palette__footer-badge__Z7j3s{background-color:rgba(var(--color-bg-quaternary),1);border:.5px solid rgb(var(--color-border-tertiary));width:24px;height:24px;color:rgba(var(--color-text-tertiary),1);border-radius:4px;justify-content:center;align-items:center;margin-right:8px;display:flex}.command-palette__footer-item-up__L9k6p,.command-palette__footer-item-down__Z7j3s,.command-palette__footer-item-open__Z7j3s,.command-palette__footer-item-escape__H7j3s,.command-palette__footer-item-toggle__P9k6p{align-items:center;margin-right:16px;display:flex}.command-palette__footer-item-up__L9k6p .command-palette__footer-icon__B7j3s,.command-palette__footer-item-down__Z7j3s .command-palette__footer-icon__B7j3s{justify-content:center;align-items:center;margin-right:8px;display:flex}.command-palette__footer-badge-escape__K5j8q,.command-palette__footer-badge-cmd__L7j3s{background-color:rgba(var(--color-bg-quaternary),1);border:.5px solid rgb(var(--color-border-tertiary));width:fit-content;min-width:24px;height:24px;color:rgba(var(--color-text-tertiary),1);border-radius:4px;justify-content:center;align-items:center;margin-right:8px;padding:0 6px;font-size:12px;display:flex}@media (max-width:768px){.command-palette__container__P3j7s{max-width:calc(100% - 32px);max-height:80vh;margin:0 16px}.command-palette__result-meta__K5j8q{display:none}.command-palette__footer__H7k3q{padding:8px 12px}.command-palette__footer-item-toggle__P9k6p,.command-palette__footer-item-open__Z7j3s{display:none}.command-palette__result-icon__Q9m2p{width:28px;height:28px;margin-right:8px}.command-palette__result-title__Z9k6p{font-size:13px}.command-palette__result-description__P3j7q{font-size:11px}}@media (max-width:480px){.command-palette__container__P3j7s{max-width:calc(100% - 24px);max-height:70vh;margin:0 12px}.command-palette__header__L5k8q{padding:12px}.command-palette__input__Q9j4p{font-size:14px}.command-palette__footer__H7k3q{display:none}.command-palette__footer-item-escape__H7j3s{margin-right:8px}.command-palette__footer-text__P5k8q{font-size:11px}.command-palette__footer-badge-escape__K5j8q{min-width:20px;height:20px;font-size:11px}.command-palette__result-item__H5k8q{padding:6px 10px}.command-palette__no-results-icon-container__B8k4p{width:100px;height:100px;margin-bottom:16px}.command-palette__no-results-icon__P5k8q{width:48px;height:48px}.command-palette__no-results-title__K9j6p{font-size:16px}.command-palette__no-results-message__L7j3s,.command-palette__no-results-suggestion__Z7j3s{font-size:13px}.command-palette__shortcut__H5j8q,.command-palette__footer__vka2f{display:none}}@media (hover:none) and (pointer:coarse){.command-palette__result-item__H5k8q{min-height:44px;padding:10px 12px}.command-palette__footer-badge-escape__K5j8q,.command-palette__footer-badge-cmd__L7j3s,.command-palette__footer-icon__B7j3s{min-width:28px;min-height:28px}.command-palette__result-item__H5k8q:active{background-color:var(--color-button-translucent)}.command-palette__clear-button__H5j8q{min-height:44px;padding:10px 16px}}@media (max-height:600px) and (orientation:landscape){.command-palette__container__P3j7s{max-height:85vh}.command-palette__no-results__L7j3s{padding:20px 16px}.command-palette__no-results-icon-container__B8k4p{display:none}}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{font-size:inherit;font-family:inherit;font-weight:inherit;line-height:inherit;vertical-align:baseline;border:0;margin:0;padding:0}*,:after,:before{box-sizing:border-box}::selection{background:rgba(var(--color-bg-selection),1);color:rgba(var(--color-text-selection),1)}body,button,html,input,optgroup,select,textarea{font-family:var(--font-regular)}body{text-rendering:optimizeLegibility;background:rgba(var(--color-bg-primary),1);-webkit-text-size-adjust:none;line-height:1.5;overflow-x:hidden}svg:focus-visible,select:focus-visible{outline:none}html,body{background:rgba(var(--color-bg-primary),1);-webkit-tap-highlight-color:transparent;min-height:100vh;margin:0!important;padding:0!important}ul{margin-block:1em;margin-inline:0;padding-inline-start:40px;list-style-type:disc;display:block}li{margin-bottom:8px;margin-left:24px}li::marker{color:rgba(var(--color-text-tertiary),1);font-family:var(--font-regular)}strong{font-weight:var(--font-weight-bold)}code,pre{font-family:var(--font-monospace);font-size:var(--font-size-small)}
.typography__heading1__T3m8s{font-size:var(--font-size-title1);font-weight:var(--font-weight-medium);color:rgba(var(--color-text-primary),1);margin-bottom:1rem;line-height:1.1}.typography__heading2__B5x9t{font-size:var(--font-size-title2);font-weight:var(--font-weight-medium);color:rgba(var(--color-text-primary),1);margin-bottom:.75rem;line-height:1.1}.typography__heading3__V1c8r{font-size:var(--font-size-title3);font-weight:var(--font-weight-medium);color:rgba(var(--color-text-primary),1);margin-bottom:.5rem;line-height:1.1}.typography__heading4__Z7p4s{font-size:var(--font-size-title4);font-weight:var(--font-weight-bold);color:rgba(var(--color-text-primary),1);margin-bottom:.5rem;line-height:1.1}.typography__heading5__J8d3k{font-size:var(--font-size-regularPlus);font-weight:var(--font-weight-medium);color:rgba(var(--color-text-primary),1);margin-bottom:.5rem;line-height:1.1}.typography__heading6__H5j9s{font-size:var(--font-size-regular);font-weight:var(--font-weight-medium);color:rgba(var(--color-text-primary),1);margin-bottom:.5rem;line-height:1.1}.typography__subtitle__R6m2x{font-size:var(--font-size-large);font-weight:var(--font-weight-normal);color:rgba(var(--color-text-tertiary),1);text-wrap:balance;margin-bottom:.75rem;line-height:1.2}.typography__emphasize__M9J2o{font-size:var(--font-size-largePlus);font-weight:var(--font-weight-semibold);color:rgba(var(--color-text-tertiary),1);line-height:1.33}.typography__body__K4n7p{font-size:var(--font-size-regular);font-weight:var(--font-weight-normal);color:rgba(var(--color-text-tertiary),1);margin-bottom:1rem;line-height:1.5}.typography__small__Q9j2p,.typography__caption__L3p7q{font-size:var(--font-size-small);font-weight:var(--font-weight-normal);color:rgba(var(--color-text-tertiary),1);line-height:1.5}.typography__link__B7s3m{color:var(--color-blue);transition:color .2s var(--ease-out-quad);text-decoration:none}.typography__link__B7s3m:hover{color:rgba(var(--color-link-hover),1);text-decoration:underline}.Text-regular-bitC svg{margin-right:6px;display:inline;transform:translateY(-.5px)}.bitCO{color:rgba(var(--color-text-secondary),1)}.bitC1{color:rgba(var(--color-text-primary),1)}@media (max-width:768px){.typography__heading1__T3m8s,.typography__heading2__B5x9t,.typography__heading3__V1c8r,.typography__heading5__J8d3k,.typography__heading6__H5j9s,.typography__subtitle__R6m2x{text-align:center}}
:root{--color-bg-selection:114,114,255;--color-text-selection:255,255,255}.light{--color-button-translucent:#00000008;--color-bg-header:255,255,255;--color-bg-header-active:246,246,246;--color-border-header:13,13,13,.08;--color-bg-primary:255,255,255;--color-bg-secondary:249,248,249;--color-bg-tertiary:244,243,244;--color-bg-quaternary:238,237,239;--color-bg-quinary:233,232,234;--color-primary-inverted:25,25,27;--color-secondary-inverted:12,12,12;--color-border-primary:233,232,234;--color-border-secondary:228,227,228;--color-border-tertiary:220,219,221;--color-toggle:189,192,197;--color-text-primary:40,42,48;--color-text-secondary:84,90,99;--color-text-tertiary:134,132,141;--color-text-quaternary:89,90,92;--color-overlay-primary:255,255,255,.6;--color-link-primary:0,122,255;--color-link-hover:66,81,222;--color-bg-brand:100,103,197;--color-brand-text:255,255,255}.dark{--color-button-translucent:#ffffff10;--color-bg-header:9,9,9;--color-bg-header-active:13,13,13;--color-border-header:242,242,242,.08;--color-bg-primary:8,9,10;--color-bg-secondary:16,17,19;--color-bg-tertiary:28,28,31;--color-bg-quaternary:35,35,38;--color-bg-quinary:40,40,44;--color-primary-inverted:228,230,230;--color-secondary-inverted:243,243,243;--color-border-primary:35,37,42;--color-border-secondary:52,52,58;--color-border-tertiary:62,62,68;--color-toggle:92,102,109;--color-text-primary:247,248,248;--color-text-secondary:208,214,216;--color-text-tertiary:138,143,152;--color-text-quaternary:89,90,92;--color-overlay-primary:0,0,0,.6;--color-link-primary:0,122,255;--color-link-hover:66,81,222;--color-bg-brand:100,103,197;--color-brand-text:255,255,255}
.button__root__ZxcvB{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;width:fit-content;max-width:100%;font-weight:var(--font-weight-medium);color:inherit;font:inherit;text-shadow:none;font-size:var(--button-font-size);line-height:var(--button-height);height:var(--button-height);align-items:center;gap:var(--button-gap);padding:0;padding:var(--button-padding);border-radius:var(--button-radius);transition:.16s var(--ease-out-quad);background:0 0;border:none;margin:0;text-decoration:none;transition-property:border,background,background-color,color,box-shadow,opacity,filter,transform;display:inline-flex;position:relative}.button__root__ZxcvB>svg{will-change:transform;fill:currentColor;width:var(--button-icon-size,var(--icon-size-default));height:var(--button-icon-size,var(--icon-size-default));transition-property:color,opacity,transform}.button__size-small__L9d7h{--button-height:32px;--button-icon-size:var(--icon-size-default);--button-font-size:var(--font-size-small);--font-weight:var(--font-weight-normal);--button-radius:8px;--button-padding:0 12px;--button-gap:2px}.button__size-medium__L9d7h{--button-height:40px;--button-icon-size:var(--icon-size-default);--button-font-size:var(--font-size-regular);--button-radius:10px;--button-padding:0 16px;--button-gap:6px}.button__size-large__L9d7h{--button-height:48px;--button-icon-size:var(--icon-size-default);--button-font-size:var(--font-size-regularPlus);--button-radius:12px;--button-padding:0 20px;--button-gap:6px}.button__kind-primary__R5j2s{color:rgba(var(--color-bg-primary),1);background:rgba(var(--color-primary-inverted),1);box-shadow:var(--shadow-stack-low);font-weight:var(--font-weight-medium);border:none}.button__kind-primary__R5j2s:hover{background:rgba(var(--color-secondary-inverted),1)}.button__kind-secondary__R5j2s{background:rgba(var(--color-bg-tertiary),1);border:.5px solid rgba(var(--color-border-secondary),1);color:rgba(var(--color-text-primary),1);box-shadow:var(--shadow-stack-low)}.button__kind-secondary__R5j2s:hover{background:rgba(var(--color-bg-quaternary),1)}.button__kind-tertiary__R5j2s{font-weight:var(--font-weight-normal);color:rgba(var(--color-text-tertiary),1);background:0 0;border:none;padding:0}.button__kind-tertiary__R5j2s:hover{color:rgba(var(--color-text-secondary),1)}.button__kind-ghost__R5j2s{color:rgba(var(--color-text-tertiary),1);background:0 0}.button__kind-ghost__R5j2s:hover{background:var(--color-button-translucent);color:rgba(var(--color-text-secondary),1)}.button__group__Q6z2k{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.root__toggle-wrapper__T7g2m .root__toggle__T7g2m::-moz-selection{background:0 0}.root__toggle-wrapper__T7g2m .root__toggle__T7g2m+.root__toggle-btn__T7g2m::-moz-selection{background:0 0}.root__toggle-wrapper__T7g2m .root__toggle__T7g2m{display:none}.root__toggle-wrapper__T7g2m .root__toggle__T7g2m,.root__toggle-wrapper__T7g2m .root__toggle__T7g2m:after,.root__toggle-wrapper__T7g2m .root__toggle__T7g2m:before,.root__toggle-wrapper__T7g2m .root__toggle__T7g2m *,.root__toggle-wrapper__T7g2m .root__toggle__T7g2m :after,.root__toggle-wrapper__T7g2m .root__toggle__T7g2m :before,.root__toggle-wrapper__T7g2m .root__toggle__T7g2m+.root__toggle-btn__T7g2m{box-sizing:border-box}.root__toggle-wrapper__T7g2m .root__toggle__T7g2m::-moz-selection{background:0 0}.root__toggle-wrapper__T7g2m .root__toggle__T7g2m+.root__toggle-btn__T7g2m::-moz-selection{background:0 0}.root__toggle-wrapper__T7g2m .root__toggle__T7g2m::selection,.root__toggle-wrapper__T7g2m .root__toggle__T7g2m+.root__toggle-btn__T7g2m::selection{background:0 0}.root__toggle-wrapper__T7g2m .root__toggle__T7g2m+.root__toggle-btn__T7g2m{cursor:pointer;-webkit-user-select:none;user-select:none;outline:0;width:44px;height:24px;display:block;position:relative}.root__toggle-wrapper__T7g2m .root__toggle__T7g2m+.root__toggle-btn__T7g2m:after,.root__toggle-wrapper__T7g2m .root__toggle__T7g2m+.root__toggle-btn__T7g2m:before{content:"";width:50%;height:100%;display:block;position:relative}.root__toggle-wrapper__T7g2m .root__toggle__T7g2m+.root__toggle-btn__T7g2m:after{left:0}.root__toggle-wrapper__T7g2m .root__toggle__T7g2m+.root__toggle-btn__T7g2m:before{display:none}.root__toggle-wrapper__T7g2m .root__toggle__T7g2m:checked+.root__toggle-btn__T7g2m:after{left:50%}.root__toggle-wrapper__T7g2m .root__toggle--ios__T7g2m+.root__toggle-btn__T7g2m{background:rgba(var(--color-toggle),1);border:1px solid rgba(var(--color-border-secondary),1);border-radius:999px;padding:2px;transition:all .3s}.root__toggle-wrapper__T7g2m .root__toggle--ios__T7g2m+.root__toggle-btn__T7g2m:after{background:#fbfbfb;border-radius:999px;transition:left .3s cubic-bezier(.175,.885,.32,1.275),padding .3s,margin .3s;box-shadow:0 0 0 1px #00000014,0 4px 10px #0000000a}.root__toggle-wrapper__T7g2m .root__toggle--ios__T7g2m+.root__toggle-btn__T7g2m:hover:after{will-change:padding}.root__toggle-wrapper__T7g2m .root__toggle--ios__T7g2m+.root__toggle-btn__T7g2m:active{box-shadow:inset 0 0 0 2em rgba(var(--color-border-secondary),1)}.root__toggle-wrapper__T7g2m .root__toggle--ios__T7g2m+.root__toggle-btn__T7g2m:active:after{padding-right:10px}.root__toggle-wrapper__T7g2m .root__toggle--ios__T7g2m:checked+.root__toggle-btn__T7g2m{background:var(--color-blue);border-color:var(--color-blue)}.root__toggle-wrapper__T7g2m .root__toggle--ios__T7g2m:checked+.root__toggle-btn__T7g2m:active{box-shadow:none}.root__toggle-wrapper__T7g2m .root__toggle--ios__T7g2m:checked+.root__toggle-btn__T7g2m:active:after{margin-left:-10px}.root__toggle-wrapper__T7g2m .root__toggle--ios__T7g2m:focus-visible+.root__toggle-btn__T7g2m{box-shadow:0 0 0 3px #007aff40}
.layout__wrapper__H9k4s{flex-direction:column;width:100%;min-height:100vh;padding-top:64px}.layout__main__Z7j3p{flex-direction:column;flex:1;width:100%;max-width:100%;padding-top:64px;padding-bottom:64px;display:flex}.page__container__X9f4j{flex-direction:column;align-items:center;width:100%;max-width:100%;display:flex}.page__content__L7p2q{width:100%;max-width:var(--system-max-width);margin:0 auto}.section__root__H2j6d{background-color:rgba(var(--color-bg-secondary),1);border-radius:var(--header-radius);border:1px solid rgba(var(--color-border-primary),1);margin:2rem 0;padding:1.5rem}.section__group__P7s3f{margin-bottom:1.5rem}.section__group__P7s3f:last-child{margin-bottom:0}.theme__toggle__container__Z7d9s{justify-content:flex-end;margin-top:2rem;display:flex}.theme__toggle__fixed__P5k8q{bottom:var(--system-padding);right:var(--system-padding);z-index:var(--layer-popover);position:fixed}.Spacer-module__root__NM019{-webkit-user-select:none;user-select:none;width:1px;min-width:1px;height:1px;min-height:1px;margin-top:calc(var(--height,0px) - 1px);margin-left:calc(var(--width,0px) - 1px);display:block}@media (max-width:640px){[data-hide=mobile],.hide-mobile{display:none!important}}@media (min-width:641px){[data-show=mobile],.show-mobile{display:none!important}}@media (max-width:768px){[data-hide=mobile],.hide-tablet{display:none!important}}@media (min-width:769px){[data-show=mobile],.show-tablet{display:none!important}}
.header__hamburger__Q7p3s{cursor:pointer;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:none}.header__hamburger__content__Q7p3s{flex-direction:column;justify-content:space-between;width:16px;height:12px;display:flex}.header__hamburger-line__Z9j4p{background-color:rgba(var(--color-text-primary),1);width:100%;height:1px;transition:all .3s}.header__mobile-menu__L7j3s{border-top:1px solid rgba(var(--color-border-primary),.5);width:100%}.header__mobile-menu-content__P5k8q{padding:16px 12px}.header__mobile-nav-list__B9k6p{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.header__mobile-nav-item__Z7j3s{margin:0}.header__mobile-nav-link__Q5m3r{font-size:var(--font-size-regular);color:rgba(var(--color-text-primary),1);transition:background-color .2s var(--ease-out-quad);border-radius:8px;padding:8px 12px;text-decoration:none;display:block}.header__mobile-nav-link__Q5m3r:hover{background-color:var(--color-button-translucent)}.header__mobile-open__H5k8q{overflow:hidden}.header__search-button__P5k8q{width:32px;height:32px;color:rgba(var(--color-text-secondary),1);cursor:pointer;transition:background-color .2s var(--ease-out-quad),color .2s var(--ease-out-quad);background-color:#0000;border:none;border-radius:8px;justify-content:center;align-items:center;display:flex}.header__search-button__P5k8q:hover{background-color:rgba(var(--color-bg-tertiary),1);color:rgba(var(--color-text-primary),1)}.header__actions__L6j8s{align-items:center;gap:8px;margin-left:auto;display:flex}.header__theme-toggle__P8k4r{align-items:center;display:flex}.header__nav-submenu-wrapper__P3j7q{position:relative}.header__nav-dropdown-trigger__Z8p4r{align-items:center;gap:4px;display:flex}.header__nav-dropdown-active__L7k3q{background-color:var(--color-button-translucent)!important;color:rgba(var(--color-text-secondary),1)!important}.header__submenu-container__H8p4q{border-top:1px solid rgba(var(--color-border-primary),.5);width:100%;animation-duration:.25s;animation-fill-mode:forwards;animation-timing-function:var(--ease-out-quad);position:relative}.header__container__K9p3s{top:var(--header-top);width:calc(100% - 32px);height:var(--header-height);background-color:rgba(var(--color-bg-primary),.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--header-radius);border:1px solid rgba(var(--color-border-primary),1);z-index:var(--layer-header);max-width:calc(var(--system-max-width) + 24px);transition:height .25s var(--ease-out-quad);position:fixed;left:50%;overflow:hidden;transform:translate(-50%)}.header__content__Z7j2q{height:var(--header-height);justify-content:space-between;align-items:center;gap:16px;margin:0 auto;padding:0 12px;display:flex}.header__logo__P8k4r{align-items:center;margin-right:2rem;display:flex}.header__logo-link__B5m7s{color:var(--color-text-primary);padding-left:8px;text-decoration:none}.header__logo-image__R4j2p{width:auto;height:16px;display:block}.header__nav__H7k2s{flex:1}.header__nav-list__Z9j4p{gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.header__nav-item__Q5m3r{margin:0;position:relative}.Fixed__mask__root__w0Cpa{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:100vw;height:82px;z-index:var(--layer-overlay);pointer-events:none;background:rgba(var(--color-bg-header),.9);-webkit-mask-image:linear-gradient(to bottom,var(--mask-on)20%,var(--mask-off)calc(100% - 20%));-webkit-mask-image:linear-gradient(to bottom,var(--mask-on)20%,var(--mask-off)calc(100% - 20%));mask-image:linear-gradient(to bottom,var(--mask-on)20%,var(--mask-off)calc(100% - 20%));position:fixed;top:0;left:0}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes slideOutToLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-40px)}}@keyframes slideOutToRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(40px)}}.header__submenu-transition-left__P8j4r{animation-name:slideInFromLeft}.header__submenu-transition-right__P8j4r{animation-name:slideInFromRight}.header__submenu-content__L7j3s{gap:16px;padding:16px 12px;display:flex}.header__submenu-item__Z9k4r{transition:background-color .2s var(--ease-out-quad);border-radius:8px;min-width:200px;padding:8px 12px;text-decoration:none;display:block}.header__submenu-item__Z9k4r:hover{background-color:var(--color-button-translucent)}.header__submenu-item-content__P8j3s{flex-direction:column;display:flex}.header__submenu-item-label__L7k4r{color:rgba(var(--color-text-primary),1);font-size:var(--font-size-small);font-weight:var(--font-weight-medium);margin-bottom:4px}.header__submenu-item-description__Q9m2p{color:rgba(var(--color-text-tertiary),1);font-size:11px;line-height:1.3}.header__submenu-section__K8j4p{flex-direction:column;min-width:220px;margin-right:24px;display:flex}.header__submenu-section-title__P3k7s{font-size:12px;font-weight:var(--font-weight-medium);color:rgba(var(--color-text-quaternary),1);margin-bottom:8px;padding-left:12px}.header__submenu-section-items__L9m2q{grid-template-columns:repeat(2,1fr);gap:4px;display:grid}.header__submenu-section__K8j4p:first-child .header__submenu-section-items__L9m2q{flex-direction:column;display:flex}.header__submenu-section__K8j4p:nth-child(2){min-width:440px}.header__submenu-section__K8j4p:nth-child(2) .header__submenu-section-items__L9m2q{grid-template-columns:repeat(3,1fr)}@media (max-width:800px){.header__nav-item-customers__L5k8q{display:none}}.header__nav-link-active__K3n7q{font-weight:var(--font-weight-semibold)!important;color:rgba(var(--color-text-primary),1)!important;background-color:rgba(var(--color-bg-tertiary),.5)!important}@media (max-width:768px){.header__nav-item-contact__Z7j3s,.header__nav__H7k2s,.header__get-started-button__B9k6p{display:none}.header__hamburger__Q7p3s{display:flex}.header__mobile-open__H5k8q .header__hamburger-line__Z9j4p:first-child{transform:translateY(5.5px)rotate(45deg)}.header__mobile-open__H5k8q .header__hamburger-line__Z9j4p:nth-child(2){opacity:0}.header__mobile-open__H5k8q .header__hamburger-line__Z9j4p:nth-child(3){transform:translateY(-5.5px)rotate(-45deg)}}@media (max-width:480px){.header__content__Z7j2q{padding:0 8px}.header__mobile-menu__L7j3s{max-height:calc(100vh - var(--header-height) - 16px);overflow-y:auto}}
.footer__container__P3j7s{padding:56px var(--system-padding);z-index:var(--layer-footer);border-top:1px solid rgba(var(--color-border-primary),1);width:100%}.footer__content__Z8k4q{max-width:var(--system-max-width);width:100%;margin:0 auto}.footer__grid__L5p9r{grid-template-columns:repeat(1,1fr);gap:2rem;display:grid}@media (min-width:641px){.footer__grid__L5p9r{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.footer__grid__L5p9r{grid-template-columns:repeat(6,1fr)}}.footer__column__B7m3s{flex-direction:column;display:flex}.footer__logo-column__B7m3s{align-items:flex-start;display:flex}.footer__logo__Q9j6p{width:20px;height:20px;color:rgba(var(--color-text-primary),1);transition:color .2s var(--ease-out-quad)}.footer__logo-link__L9k4r:hover .footer__logo__Q9j6p{color:rgba(var(--color-text-secondary),1)}.footer__subheading__H6k2p{font-size:var(--font-size-regular);font-weight:var(--font-weight-medium);color:rgba(var(--color-text-primary),1);margin-bottom:1rem}.footer__list__Z3n7q{margin:0;padding:0;list-style:none}.footer__list-item__P5j8s{margin:0 0 .5rem}.footer__link__L9k4r{font-size:var(--font-size-small);color:rgba(var(--color-text-tertiary),1);transition:color .2s var(--ease-out-quad);text-decoration:none}.footer__link__L9k4r:hover{color:rgba(var(--color-text-primary),1)}.footer__link-active__K3n7q{color:rgba(var(--color-text-secondary),1)}
.form__container__H8j3p{background-color:rgba(var(--color-bg-secondary),1);border:1px solid rgba(var(--color-border-primary),1);border-radius:12px;width:100%;padding:1.5rem}.form__group__K7p2s{flex-direction:column;gap:8px;width:100%;display:flex}.form__group--row__M93j8{grid-template-columns:1fr 1fr;gap:16px;width:100%;display:grid}.form__label__B9f4k{font-size:var(--font-size-small);font-weight:var(--font-weight-medium);color:rgba(var(--color-text-secondary),1);display:block}.input__wrapper__Z3n7q{border-radius:10px;margin:-2px;padding:2px}.form__input__Z3n7q{width:100%;font-size:var(--font-size-regular);line-height:var(--font-size-regular);color:rgba(var(--color-text-primary),1);background-color:rgba(var(--color-bg-tertiary),1);border:1px solid rgba(var(--color-border-secondary),1);caret-color:var(--color-blue);transition:border-color .2s var(--ease-out-quad),box-shadow .2s var(--ease-out-quad);border-radius:8px;height:40px;padding:0 12px}.form__textarea__Q6p3f{width:100%;font-size:var(--font-size-regular);line-height:var(--font-size-regular);color:rgba(var(--color-text-primary),1);background-color:rgba(var(--color-bg-tertiary),1);border:1px solid rgba(var(--color-border-secondary),1);caret-color:var(--color-blue);transition:border-color .2s var(--ease-out-quad),box-shadow .2s var(--ease-out-quad);border-radius:8px;height:40px;padding:10px 12px}.form__select__P9j2k{width:100%;font-size:var(--font-size-regular);line-height:var(--font-size-regular);color:rgba(var(--color-text-primary),1);background-color:rgba(var(--color-bg-tertiary),1);border:1px solid rgba(var(--color-border-secondary),1);caret-color:var(--color-blue);transition:border-color .2s var(--ease-out-quad),box-shadow .2s var(--ease-out-quad);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%2386848D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 16px;border-radius:8px;height:40px;padding:0 2.5rem 0 12px}.form__input__Z3n7q:focus,.form__textarea__Q6p3f:focus,.form__select__P9j2k:focus{border-color:var(--color-blue);outline:none;box-shadow:0 0 0 3px #007aff1a}.form__select__P9j2k.is-placeholder{color:rgba(var(--color-text-tertiary),1)}.form__textarea__Q6p3f{resize:vertical;min-height:160px}.form__error__L5j8p{font-size:var(--font-size-small);color:var(--color-red);margin-top:.25rem}.form__helper__H2k9s{font-size:var(--font-size-small);color:rgba(var(--color-text-tertiary),1);margin-top:.25rem}.form__checkbox__B4p7z,.form__radio__Z8j3l{align-items:center;margin-bottom:.5rem;display:flex}.form__checkbox-input__K9d2p,.form__radio-input__Q3n7s{margin-right:.5rem}.form__checkbox-label__P2j8k,.form__radio-label__T7p3s{font-size:var(--font-size-small);color:rgba(var(--color-text-secondary),1)}.signup-form__wrapper{width:100%;margin:0 auto}.signup-form__logo-container{justify-content:center;margin-bottom:32px;display:flex}.signup-form__logo{width:80px;height:80px;color:var(--color-brand-primary)}.signup-form__heading{text-align:center;color:rgba(var(--color-text-primary),1);margin-bottom:24px;font-size:24px;font-weight:700}.signup-form__form{margin-top:32px}.signup-form__input-row{flex-direction:column;gap:16px;margin-bottom:16px;display:flex}.signup-form__label-input-container{margin-bottom:16px}.signup-form__legal-text{text-align:center;color:rgba(var(--color-text-tertiary),1);margin-top:32px;font-size:14px;line-height:1.5}.signup-form__legal-text a{color:rgba(var(--color-text-primary),1);text-decoration:none}.signup-form__legal-text a:hover{text-decoration:underline}.input__wrapper{border-radius:8px;padding:2px;transition:all .3s;position:relative}.input__root{background-color:rgba(var(--color-background-secondary),1);width:100%;height:40px;color:rgba(var(--color-text-primary),1);border:none;border-radius:6px;outline:none;padding:8px 12px;font-size:14px;transition:all .4s;display:flex;box-shadow:0 2px 3px -1px #0000001a,0 1px #191c2105,0 0 0 1px #191c2114}.input__root::placeholder{color:rgba(var(--color-text-secondary),1)}.input__root::-webkit-file-upload-button{background-color:#0000;border:0;font-size:14px;font-weight:500}.input__root:focus-visible{box-shadow:0 0 0 2px rgba(var(--color-brand-primary),.6)}.input__root:disabled{cursor:not-allowed;opacity:.5}.dark .input__root{background-color:rgba(var(--color-background-tertiary),1);color:rgba(var(--color-text-inverted),1);box-shadow:0 0 1px 1px #404040}.dark .input__root::placeholder{color:rgba(var(--color-text-secondary-dark),1)}.dark .input__root:focus-visible{box-shadow:0 0 0 2px rgba(var(--color-brand-accent),.6)}.dark .form__input__Z3n7q,.dark .form__textarea__Q6p3f,.dark .dark .form__select__P9j2k{background-color:rgba(var(--color-bg-tertiary),1)!important}input:-webkit-autofill{transition:background-color 9999s ease-in-out;-webkit-box-shadow:0 0 0px 1000px rgba(var(--color-bg-secondary),1)inset!important;-webkit-text-fill-color:inherit!important}input:-webkit-autofill:hover{transition:background-color 9999s ease-in-out;-webkit-box-shadow:0 0 0px 1000px rgba(var(--color-bg-secondary),1)inset!important;-webkit-text-fill-color:inherit!important}input:-webkit-autofill:focus{transition:background-color 9999s ease-in-out;-webkit-box-shadow:0 0 0px 1000px rgba(var(--color-bg-secondary),1)inset!important;-webkit-text-fill-color:inherit!important}.dark input:-webkit-autofill{transition:background-color 9999s ease-in-out;-webkit-box-shadow:0 0 0px 1000px rgba(var(--color-bg-tertiary),1)inset!important;-webkit-text-fill-color:inherit!important}.dark input:-webkit-autofill:hover{transition:background-color 9999s ease-in-out;-webkit-box-shadow:0 0 0px 1000px rgba(var(--color-bg-tertiary),1)inset!important;-webkit-text-fill-color:inherit!important}.dark input:-webkit-autofill:focus{transition:background-color 9999s ease-in-out;-webkit-box-shadow:0 0 0px 1000px rgba(var(--color-bg-tertiary),1)inset!important;-webkit-text-fill-color:inherit!important}.signup-form__submission-message{text-align:center;font-size:.875rem;font-weight:var(--font-weight-medium);margin-top:16px}.signup-form__submission-message--success{color:var(--color-green)}.signup-form__submission-message--error{color:var(--color-red)}.form__inputPhoneNR__H5k8q{border:1px solid rgba(var(--color-border-secondary));transition:border-color .2s var(--ease-out-quad),box-shadow .2s var(--ease-out-quad);border-radius:8px;align-items:stretch;gap:0;display:flex}.form__inputPhoneNRFlag__H5k8q{background-color:rgba(var(--color-bg-tertiary),1);width:48px;font-size:var(--font-size-regular);border-right:1px solid rgba(var(--color-border-secondary),1);border-top-left-radius:7px;border-bottom-left-radius:7px;justify-content:center;align-items:center;display:flex;position:relative}.form__inputPhoneNR__select__H5k8q{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.form__inputPhoneNR__select__H5k8q option{color:rgba(var(--color-text-primary),1);background-color:rgba(var(--color-bg-secondary),1)}.form__inputPhoneNR__img--wrapper__H5k8q{border:1px solid rgba(var(--color-border-secondary),1);justify-content:center;align-items:center;width:20px;height:14px;display:flex}.form__inputPhoneNR__img__H5k8q{width:100%;height:100%;display:block}.form__inputPhoneNR__H5k8q input{border:none;border-radius:0 8px 8px 0}.form__inputPhoneNR__H5k8q:focus input{box-shadow:none}.form__inputPhoneNR__H5k8q:focus-within{border-color:var(--color-blue);box-shadow:0 0 0 3px #334c661a}.form__inputPhoneNR__H5k8q:focus-within .form__inputPhoneNRFlag__H5k8q{border-right-color:var(--color-blue)}.form__inputPhoneNR__H5k8q input:focus{box-shadow:none;outline:none}.form__inputPhoneNR__select__H5k8q:focus{outline:none}@media (min-width:768px){.signup-form__input-row{flex-direction:row;gap:16px;margin-bottom:0}}@media (max-width:640px){.form__group--row__M93j8{grid-template-columns:1fr;gap:20px}}
.theme__toggle__root__K8p6t{position:relative}.theme__toggle__button__F9s2q{width:32px;height:32px;color:rgba(var(--color-text-secondary),1);cursor:pointer;transition:background-color .2s var(--ease-out-quad),color .2s var(--ease-out-quad);background-color:#0000;border:none;border-radius:8px;justify-content:center;align-items:center;display:flex}.theme__toggle__button__F9s2q:hover{background-color:rgba(var(--color-bg-tertiary),1);color:rgba(var(--color-text-primary),1)}.theme__toggle__icon__Z3m7r{color:currentColor;justify-content:center;align-items:center;display:flex;position:relative}.theme__toggle__text__Q7p4s{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.theme__toggle__system-indicator__P4j7s{background-color:rgba(var(--color-bg-secondary),1);border:1px solid rgba(var(--color-border-primary),1);border-radius:50%;justify-content:center;align-items:center;width:8px;height:8px;display:flex;position:absolute;bottom:-2px;right:-2px}.theme__toggle__system-dot__L8k3r{background-color:rgba(var(--color-text-secondary),1);border-radius:50%;width:4px;height:4px}
.tooltip__wrapper__P7j3s{display:inline-flex;position:relative}.tooltip__container__L5k8q{z-index:var(--layer-tooltip);pointer-events:none;opacity:0;visibility:hidden;transition:opacity .2s var(--ease-out-quad),visibility .2s var(--ease-out-quad);position:fixed}.tooltip__visible__B3m7p{opacity:1;visibility:visible}.tooltip__content__Q7p3s{background-color:rgba(var(--color-bg-primary),1);color:rgba(var(--color-text-secondary),1);border:1px solid rgba(var(--color-border-primary),1);font-size:12px;line-height:17px;font-weight:var(--font-weight-medium);max-width:280px;box-shadow:var(--shadow-stack-low);transform-origin:50% 0;border-radius:8px;align-items:center;padding:6px 8px;display:flex}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.fixed{position:fixed}.static{position:static}.sticky{position:sticky}.block{display:block}.hidden{display:none}.table{display:table}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.border{border-style:var(--tw-border-style);border-width:1px}.ring{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.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,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}@layer base{:root{--dvh:1dvh;--header-top:16px;--header-height:48px;--header-radius:16px;--system-padding:24px;--system-padding-default:96px var(--system-padding)0;--system-max-width:1024px;--layer-max:10000;--layer-tooltip:20000;--layer-header:1000;--layer-overlay:900;--layer-dialog:700;--layer-dialog-overlay:600;--layer-popover:500;--layer-scrollbar:400;--layer-footer:300;--radius-rounded:9999px;--font-monospace:ui-monospace,"SF Mono","Menlo",monospace;--font-regular:apple-system-body,BlinkMacSystemFont,sans-serif;--font-weight-light:340;--font-weight-normal:400;--font-weight-medium:460;--font-weight-semibold:500;--font-weight-bold:540;--color-blue:#007aff;--color-red:#ec6a5e;--color-green:#62c755;--color-orange:#f4bf50;--mask-on:#000;--mask-off:transparent;--font-size-small:clamp(.78125rem,calc(.72917rem + .13021vw),.8125rem);--font-size-smallPlus:clamp(.78125rem,calc(.72917rem + .13021vw),.8125rem);--font-size-regular:clamp(.84375rem,calc(.79167rem + .13021vw),.875rem);--font-size-regularPlus:clamp(.875rem,calc(.77083rem + .26042vw),.9375rem);--font-size-large:clamp(1rem,calc(.79167rem + .52083vw),1.125rem);--font-size-largePlus:clamp(1.125rem,calc(.9375rem + .46875vw),1.3125rem);--font-size-title4:clamp(1rem,calc(.75rem + 1.25vw),1.5rem);--font-size-title3:clamp(1.5rem,calc(.5rem + 3.125vw),2.5rem);--font-size-title2:clamp(2rem,calc(-.5rem + 6.25vw),3.5rem);--font-size-title1:clamp(2.5rem,calc(-.41667rem + 7.29167vw),4.25rem);--ease-out-quad:cubic-bezier(.26,.49,.42,.95);--ease-in-quad:cubic-bezier(.51,.06,.66,.19);--shadow-stack-low:0 1px 2px #0000001a;--shadow-stack-medium:0 5px 15px #0000001a;--shadow-stack-high:0 10px 30px #00000026;--icon-size-default:16px}body{min-height:100vh;color:rgba(var(--color-text-primary),1);background-color:rgba(var(--color-bg-primary),1);transition:color .2s,background-color .2s}::selection{background-color:rgba(var(--color-bg-selection),1);color:rgba(var(--color-text-selection),1)}svg{width:var(--icon-size-default);height:var(--icon-size-default)}}@layer utilities{.shadow-input{box-shadow:0 2px 3px -1px #0000001a,0 1px #191c2105,0 0 0 1px #191c2114}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
