@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Geist:wght@100..1000&display=swap";@import"https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..1000&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:flex;height:var(--react-international-phone-height, 36px);box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:1px solid var(--react-international-phone-country-selector-border-color, var(--react-international-phone-border-color, gainsboro));margin:0;-moz-appearance:button;appearance:button;-webkit-appearance:button;background-color:var(--react-international-phone-country-selector-background-color, var(--react-international-phone-background-color, white));cursor:pointer;text-transform:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover, whitesmoke)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.react-international-phone-country-selector-button__button-content{display:flex;align-items:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size, 4px) solid var(--react-international-phone-country-selector-arrow-color, #777);border-right:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color, #999)}.react-international-phone-country-selector-button--disabled{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));cursor:auto}.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke))}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width, 24px);height:var(--react-international-phone-flag-height, 24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-top, 44px);left:var(--react-international-phone-dropdown-left, 0);display:flex;width:300px;max-height:200px;flex-direction:column;padding:4px 0;margin:0;background-color:var(--react-international-phone-dropdown-item-background-color, var(--react-international-phone-background-color, white));box-shadow:var(--react-international-phone-dropdown-shadow, 2px 2px 16px rgba(0, 0, 0, .25));color:var(--react-international-phone-dropdown-item-text-color, var(--react-international-phone-text-color, #222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__preferred-list-divider{height:1px;border:none;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin, 0);background:var(--react-international-phone-dropdown-preferred-list-divider-color, var(--react-international-phone-border-color, gainsboro))}.react-international-phone-country-selector-dropdown__list-item{display:flex;min-height:var(--react-international-phone-dropdown-item-height, 28px);box-sizing:border-box;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{overflow:hidden;margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size, 14px);text-overflow:ellipsis;white-space:nowrap}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color, gray);font-size:var(--react-international-phone-dropdown-item-font-size, 14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--selected,.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke);color:var(--react-international-phone-selected-dropdown-item-text-color, var(--react-international-phone-text-color, #222))}.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color, var(--react-international-phone-dropdown-item-dial-code-color, gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke))}.react-international-phone-dial-code-preview{display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--react-international-phone-dial-code-preview-border-color, var(--react-international-phone-border-color, gainsboro));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color, var(--react-international-phone-background-color, white));color:var(--react-international-phone-dial-code-preview-text-color, var(--react-international-phone-text-color, #222));font-size:var(--react-international-phone-dial-code-preview-font-size, var(--react-international-phone-font-size, 13px))}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));color:var(--react-international-phone-dial-code-preview-disabled-text-color, var(--react-international-phone-disabled-text-color, #666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius, 4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:var(--react-international-phone-height, 36px);box-sizing:border-box;padding:0 8px;border:1px solid var(--react-international-phone-border-color, gainsboro);border-radius:var(--react-international-phone-border-radius, 4px);margin:0;background-color:var(--react-international-phone-background-color, white);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--react-international-phone-text-color, #222);font-family:inherit;font-size:var(--react-international-phone-font-size, 13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color, whitesmoke);color:var(--react-international-phone-disabled-text-color, #666)}._orbitSpinner_56rer_1{--uib-size: 25px;--uib-speed: 1.5s;--uib-color: black;position:relative;display:flex;align-items:center;justify-content:center;height:var(--uib-size);width:var(--uib-size);animation:_rotate936_56rer_1 calc(var(--uib-speed) * 1.667) infinite linear}._orbitSpinner_56rer_1:before,._orbitSpinner_56rer_1:after{content:"";position:absolute;height:60%;width:60%;border-radius:50%;background-color:var(--uib-color);will-change:transform;flex-shrink:0}._orbitSpinner_56rer_1:before{animation:_orbit_56rer_1 var(--uib-speed) linear infinite}._orbitSpinner_56rer_1:after{animation:_orbit_56rer_1 var(--uib-speed) linear calc(var(--uib-speed) / -2) infinite}@keyframes _rotate936_56rer_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _orbit_56rer_1{0%{transform:translate(calc(var(--uib-size) * .5)) scale(.73684);opacity:.65}5%{transform:translate(calc(var(--uib-size) * .4)) scale(.684208);opacity:.58}10%{transform:translate(calc(var(--uib-size) * .3)) scale(.631576);opacity:.51}15%{transform:translate(calc(var(--uib-size) * .2)) scale(.578944);opacity:.44}20%{transform:translate(calc(var(--uib-size) * .1)) scale(.526312);opacity:.37}25%{transform:translate(0) scale(.47368);opacity:.3}30%{transform:translate(calc(var(--uib-size) * -.1)) scale(.526312);opacity:.37}35%{transform:translate(calc(var(--uib-size) * -.2)) scale(.578944);opacity:.44}40%{transform:translate(calc(var(--uib-size) * -.3)) scale(.631576);opacity:.51}45%{transform:translate(calc(var(--uib-size) * -.4)) scale(.684208);opacity:.58}50%{transform:translate(calc(var(--uib-size) * -.5)) scale(.73684);opacity:.65}55%{transform:translate(calc(var(--uib-size) * -.4)) scale(.789472);opacity:.72}60%{transform:translate(calc(var(--uib-size) * -.3)) scale(.842104);opacity:.79}65%{transform:translate(calc(var(--uib-size) * -.2)) scale(.894736);opacity:.86}70%{transform:translate(calc(var(--uib-size) * -.1)) scale(.947368);opacity:.93}75%{transform:translate(0) scale(1);opacity:1}80%{transform:translate(calc(var(--uib-size) * .1)) scale(.947368);opacity:.93}85%{transform:translate(calc(var(--uib-size) * .2)) scale(.894736);opacity:.86}90%{transform:translate(calc(var(--uib-size) * .3)) scale(.842104);opacity:.79}95%{transform:translate(calc(var(--uib-size) * .4)) scale(.789472);opacity:.72}to{transform:translate(calc(var(--uib-size) * .5)) scale(.73684);opacity:.65}}._tableContainer_tnlf6_2{width:100%;padding:1px;overflow-x:auto;height:100%;display:flex;flex-direction:column}._tableWrapper_tnlf6_12{overflow-x:auto;flex:1;min-height:0}._table_tnlf6_2{width:100%;border-collapse:collapse}._tableHeader_tnlf6_25{padding:8px;background-color:#f8f9fa;font-weight:700;font-size:.85rem;cursor:pointer;border:1px solid #ffffff16;text-align:left;color:#333}._tableCell_tnlf6_37{padding:8px;font-size:.85rem;border:1px solid #ffffff16;text-align:left;color:#333}._rowEven_tnlf6_46{background-color:#fff}._rowOdd_tnlf6_51{background-color:#f9f9f9}._rowEven_tnlf6_46:hover,._rowOdd_tnlf6_51:hover{background-color:#e6f7ff}._tableControls_tnlf6_62{display:flex;justify-content:space-between;align-items:center;margin-bottom:1em}._entries_tnlf6_70,._search_tnlf6_71{font-size:.85rem;color:#333}._entriesSelect_tnlf6_77,._searchInput_tnlf6_78{margin-left:5px;padding:4px;font-size:.85rem;border:1px solid #ccc;border-radius:4px}._pagination_tnlf6_87{display:flex;justify-content:space-between;align-items:center;margin-top:1em}._paginationInfo_tnlf6_95{font-size:.85rem;color:#333}._paginationButtons_tnlf6_101{display:flex;gap:4px;max-width:80%;overflow-x:auto}._paginationButtons_tnlf6_101 button{padding:4px 8px;font-size:.8rem;background-color:#007bff;color:#fff;border:none;border-radius:3px;cursor:pointer;transition:background-color .3s ease}._paginationButtons_tnlf6_101 button:hover:not(:disabled){background-color:#0056b3}._paginationButtons_tnlf6_101 button:disabled{background-color:silver;cursor:not-allowed}._ellipsis_tnlf6_132{padding:4px 8px;font-size:.8rem;color:#666}._headerContent_tnlf6_139{display:flex;align-items:center;gap:4px}._sortIcon_tnlf6_146{width:14px;height:14px;color:#666}:root{--rpv-core__annotation--link-hover-background-color: rgba(255, 255, 0, .2);--rpv-core__annotation-popup-wrapper-background-color: #faf089;--rpv-core__annotation-popup-wrapper-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--rpv-core__annotation-popup-content-border-top-color: #1a202c;--rpv-core__arrow-border-color: rgba(0, 0, 0, .3);--rpv-core__asking-password-color: #000;--rpv-core__asking-password-wrapper-background-color: #fff;--rpv-core__asking-password-wrapper-border-color: rgba(0, 0, 0, .3);--rpv-core__button-background-color: rgba(0, 0, 0, .3);--rpv-core__button-color: #000;--rpv-core__doc-error-background-color: #fff;--rpv-core__doc-error-text-background-color: #c02424;--rpv-core__doc-error-text-color: #fff;--rpv-core__doc-loading-background-color: #fff;--rpv-core__full-screen-target-background-color: #fff;--rpv-core__inner-page-background-color: #fff;--rpv-core__menu-divider-border-bottom-color: rgba(0, 0, 0, .3);--rpv-core__menu-item-color: #000;--rpv-core__menu-item--hover-background-color: rgba(0, 0, 0, .1);--rpv-core__menu-item--disabled-color: rgba(0, 0, 0, .3);--rpv-core__minimal-button-color: #000;--rpv-core__minimal-button--hover-background-color: rgba(0, 0, 0, .1);--rpv-core__minimal-button--disabled-color: rgba(0, 0, 0, .3);--rpv-core__minimal-button--selected-background-color: rgba(0, 0, 0, .1);--rpv-core__modal-body-background-color: #fff;--rpv-core__modal-body-border-color: rgba(0, 0, 0, .3);--rpv-core__modal-overlay-background-color: rgba(0, 0, 0, .5);--rpv-core__page-layer-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);--rpv-core__popover-body-background-color: #fff;--rpv-core__popover-body-border-color: rgba(0, 0, 0, .3);--rpv-core__popover-body-color: #000;--rpv-core__primary-button-background-color: #2566e8;--rpv-core__primary-button-color: #fff;--rpv-core__progress-bar-background-color: rgba(0, 0, 0, .1);--rpv-core__progress-bar-progress-background-color: #2566e8;--rpv-core__progress-bar-progress-color: #fff;--rpv-core__separator-border-bottom-color: rgba(0, 0, 0, .3);--rpv-core__spinner-border-color: rgba(0, 0, 0, .4);--rpv-core__spinner-border-transparent-color: transparent;--rpv-core__splitter-background-color: transparent;--rpv-core__splitter--hover-background-color: rgba(0, 0, 0, .2);--rpv-core__text-layer-text--selection-background-color: rgb(0, 0, 255, 1);--rpv-core__text-layer-text--selection-color: transparent;--rpv-core__textbox-background-color: #fff;--rpv-core__textbox-border-color: rgba(0, 0, 0, .2);--rpv-core__textbox-color: #000;--rpv-core__tooltip-body-background-color: #000;--rpv-core__tooltip-body-color: #fff}.rpv-core__viewer--dark{--rpv-core__asking-password-background-color: #363636;--rpv-core__asking-password-color: #fff;--rpv-core__asking-password-wrapper-border-color: #191919;--rpv-core__asking-password-wrapper-background-color: #191919;--rpv-core__button-background-color: #171717;--rpv-core__button-color: #fff;--rpv-core__doc-error-background-color: #191919;--rpv-core__doc-error-text-background-color: #c02323;--rpv-core__doc-error-text-color: #fff;--rpv-core__doc-loading-background-color: #191919;--rpv-core__full-screen-target-background-color: #1a1a1a;--rpv-core__inner-page-background-color: #1a1a1a;--rpv-core__menu-divider-border-bottom-color: #000;--rpv-core__menu-item-color: #fff;--rpv-core__menu-item--hover-background-color: #2566e8;--rpv-core__menu-item--disabled-color: #5e5e5e;--rpv-core__minimal-button-color: #fff;--rpv-core__minimal-button--disabled-color: #5e5e5e;--rpv-core__minimal-button--hover-background-color: #191919;--rpv-core__minimal-button--selected-background-color: #1657bb;--rpv-core__modal-body-background-color: #363636;--rpv-core__primary-button-background-color: #2566e8;--rpv-core__popover-body-background-color: #363636;--rpv-core__popover-body-color: #fff;--rpv-core__progress-bar-background-color: #000;--rpv-core__separator-border-bottom-color: #000;--rpv-core__spinner-border-color: #fff;--rpv-core__splitter-background-color: #1a1a1a;--rpv-core__splitter--hover-background-color: #2566e8;--rpv-core__textbox-background-color: #121212;--rpv-core__textbox-border-color: #121212;--rpv-core__textbox-color: #fff;--rpv-core__tooltip-body-background-color: #414141;--rpv-core__tooltip-body-color: #fff}.rpv-core__annotation{position:absolute}.rpv-core__annotation-layer{z-index:1}.rpv-core__arrow{border-bottom:1px solid var(--rpv-core__arrow-border-color);border-left-color:var(--rpv-core__arrow-border-color);border-right:1px solid var(--rpv-core__arrow-border-color);border-top-color:var(--rpv-core__arrow-border-color);height:10px;position:absolute;width:10px;z-index:0}.rpv-core__arrow--tl{bottom:0;left:0;transform:translate(50%,50%) rotate(45deg)}.rpv-core__arrow--tc{bottom:0;left:50%;transform:translate(-50%,50%) rotate(45deg)}.rpv-core__arrow--tr{bottom:0;right:0;transform:translate(-50%,50%) rotate(45deg)}.rpv-core__arrow--rt{left:0;top:0;transform:translate(-50%,50%) rotate(135deg)}.rpv-core__arrow--rc{left:0;top:50%;transform:translate(-50%,-50%) rotate(135deg)}.rpv-core__arrow--rb{bottom:0;left:0;transform:translate(-50%,-50%) rotate(135deg)}.rpv-core__arrow--bl{left:0;top:0;transform:translate(50%,-50%) rotate(225deg)}.rpv-core__arrow--bc{left:50%;top:0;transform:translate(-50%,-50%) rotate(225deg)}.rpv-core__arrow--br{right:0;top:0;transform:translate(-50%,-50%) rotate(225deg)}.rpv-core__arrow--lt{right:0;top:0;transform:translate(50%,50%) rotate(315deg)}.rpv-core__arrow--lc{right:0;top:50%;transform:translate(50%,-50%) rotate(315deg)}.rpv-core__arrow--lb{bottom:0;right:0;transform:translate(50%,-50%) rotate(315deg)}.rpv-core__asking-password{background-color:var(--rpv-core__asking-password-background-color);border-radius:.25rem;color:var(--rpv-core__asking-password-color);padding:2rem}.rpv-core__asking-password--rtl{direction:rtl}.rpv-core__asking-password-wrapper{align-items:center;background-color:var(--rpv-core__asking-password-wrapper-background-color);border:1px solid var(--rpv-core__asking-password-wrapper-border-color);display:flex;height:100%;justify-content:center;width:100%}.rpv-core__asking-password-message{margin:.5rem 0}.rpv-core__asking-password-body{align-items:center;display:flex;justify-content:center}.rpv-core__asking-password-input{width:15rem}.rpv-core__asking-password-input--ltr{margin-right:.5rem}.rpv-core__asking-password-input--rtl{margin-left:.5rem}.rpv-core__button{background-color:var(--rpv-core__button-background-color);border:none;border-radius:.25rem;color:var(--rpv-core__button-color);cursor:pointer;height:2rem;padding:0 1rem}.rpv-core__button--rtl{direction:rtl}.rpv-core__canvas-layer{direction:ltr;left:0;position:absolute;overflow:hidden;top:0}.rpv-core__doc-error{align-items:center;background-color:var(--rpv-core__doc-error-background-color);display:flex;justify-content:center;height:100%}.rpv-core__doc-error--rtl{direction:rtl}.rpv-core__doc-error-text{background-color:var(--rpv-core__doc-error-text-background-color);border-radius:.25rem;color:var(--rpv-core__doc-error-text-color);line-height:1.5;max-width:50%;padding:.5rem}.rpv-core__doc-loading{background-color:var(--rpv-core__doc-loading-background-color);align-items:center;display:flex;justify-content:center;height:100%;width:100%;min-height:inherit}.rpv-core__doc-loading--rtl{direction:rtl}.rpv-core__icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1;text-align:center}.rpv-core__icon--rtl{transform:scaleX(-1)}.rpv-core__inner-container{min-height:inherit}.rpv-core__inner-pages{overflow:auto}.rpv-core__inner-pages--rtl{direction:rtl}.rpv-core__inner-pages--single{overflow:hidden}.rpv-core__inner-page-container--single{overflow:auto}.rpv-core__inner-page{background-color:var(--rpv-core__inner-page-background-color)}.rpv-core__inner-page--single{display:flex;align-items:center;justify-content:center}.rpv-core__inner-page--dual-even{display:flex;align-items:center;justify-content:flex-end}.rpv-core__inner-page--dual-odd{display:flex;align-items:center;justify-content:flex-start}.rpv-core__inner-page--dual-cover{display:flex;align-items:center;justify-content:center}.rpv-core__inner-page--dual-cover-odd{display:flex;align-items:center;justify-content:flex-end}.rpv-core__inner-page--dual-cover-even{display:flex;align-items:center;justify-content:flex-start}.rpv-core__annotation--link a{height:100%;left:0;position:absolute;top:0;width:100%}.rpv-core__annotation--link a:hover{background-color:var(--rpv-core__annotation--link-hover-background-color)}.rpv-core__menu{display:flex;flex-direction:column}.rpv-core__menu--rtl{direction:rtl;text-align:right}.rpv-core__menu-divider{border-bottom:1px solid var(--rpv-core__menu-divider-border-bottom-color);margin:.25rem 0}.rpv-core__menu-item{align-items:center;background-color:#0000;color:var(--rpv-core__menu-item-color);border:none;cursor:pointer;display:flex;justify-content:center;padding:.25rem 0;width:100%}.rpv-core__menu-item:focus{background-color:var(--rpv-core__menu-item--hover-background-color);outline:0}.rpv-core__menu-item:hover{background-color:var(--rpv-core__menu-item--hover-background-color)}.rpv-core__menu-item-icon{align-items:center;display:flex}.rpv-core__menu-item-icon--ltr{padding-left:1rem;padding-right:.5rem}.rpv-core__menu-item-icon--rtl{padding-left:.5rem;padding-right:1rem}.rpv-core__menu-item-label{flex-grow:1;flex-shrink:1;white-space:nowrap}.rpv-core__menu-item-label--ltr{padding-right:2rem}.rpv-core__menu-item-label--rtl{padding-left:2rem}.rpv-core__menu-item-check--ltr{padding-right:1rem}.rpv-core__menu-item-check--rtl{padding-left:1rem}.rpv-core__menu-item--disabled{color:var(--rpv-core__menu-item--disabled-color)}.rpv-core__menu-item--disabled:hover{background-color:#0000}.rpv-core__menu-item--ltr{text-align:left}.rpv-core__menu-item--rtl{direction:rtl;text-align:right}.rpv-core__minimal-button{background-color:#0000;border:none;border-radius:.25rem;color:var(--rpv-core__minimal-button-color);cursor:pointer;height:2rem;padding:0 .5rem}.rpv-core__minimal-button:hover{background-color:var(--rpv-core__minimal-button--hover-background-color)}.rpv-core__minimal-button--disabled{color:var(--rpv-core__minimal-button--disabled-color)}.rpv-core__minimal-button--rtl{direction:rtl}.rpv-core__minimal-button--selected{background-color:var(--rpv-core__minimal-button--selected-background-color)}.rpv-core__modal-body{background-color:var(--rpv-core__modal-body-background-color);border:1px solid var(--rpv-core__modal-body-border-color);border-radius:.25rem;margin:1rem;max-width:32rem;overflow:auto}.rpv-core__modal-body--rtl{direction:rtl}.rpv-core__modal-overlay{background-color:var(--rpv-core__modal-overlay-background-color);bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999;align-items:center;display:flex;justify-content:center}.rpv-core__page-layer{align-items:center;display:flex;justify-content:center;overflow:visible;position:relative}.rpv-core__page-layer:after{content:"";position:absolute;bottom:.25rem;left:.25rem;right:.25rem;top:.25rem;box-shadow:var(--rpv-core__page-layer-box-shadow)}.rpv-core__page-layer--single{margin:0 auto}.rpv-core__page-size-calculator{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.rpv-core__popover-body{background-color:var(--rpv-core__popover-body-background-color);border:1px solid var(--rpv-core__popover-body-border-color);border-radius:.25rem;color:var(--rpv-core__popover-body-color);left:0;padding:.5rem 0;position:absolute;top:-9999px;z-index:9999}.rpv-core__popover-body-arrow{background-color:var(--rpv-core__popover-body-background-color)}.rpv-core__popover-body--rtl{direction:rtl}.rpv-core__popover-overlay{bottom:0;left:0;position:fixed;right:0;top:0}.rpv-core__annotation-popup-wrapper{background-color:var(--rpv-core__annotation-popup-wrapper-background-color);box-shadow:var(--rpv-core__annotation-popup-wrapper-box-shadow);font-size:.75rem;padding:.25rem;word-break:break-word}.rpv-core__annotation-popup-wrapper--rtl{direction:rtl}.rpv-core__annotation-popup-title{font-weight:600;margin-bottom:.25rem}.rpv-core__annotation-popup-date{font-size:.5rem}.rpv-core__annotation-popup-content{border-top:1px solid var(--rpv-core__annotation-popup-content-border-top-color);padding:.25rem;max-height:16rem;overflow:auto}.rpv-core__primary-button{background-color:var(--rpv-core__primary-button-background-color);border:none;border-radius:.25rem;color:var(--rpv-core__primary-button-color);cursor:pointer;height:2rem;padding:0 1rem}.rpv-core__primary-button--rtl{direction:rtl}.rpv-core__progress-bar{background-color:var(--rpv-core__progress-bar-background-color);border-radius:9999px;padding:.125rem}.rpv-core__progress-bar--rtl{direction:rtl}.rpv-core__progress-bar-progress{align-items:center;background-color:var(--rpv-core__progress-bar-progress-background-color);border-radius:9999px;color:var(--rpv-core__progress-bar-progress-color);display:flex;font-size:.75rem;justify-content:center;height:.75rem}.rpv-core__separator{border-bottom:1px solid var(--rpv-core__separator-border-bottom-color)}.rpv-core__spinner{border-bottom:2px solid var(--rpv-core__spinner-border-transparent-color);border-left:2px solid var(--rpv-core__spinner-border-transparent-color);border-right:2px solid var(--rpv-core__spinner-border-color);border-top:2px solid var(--rpv-core__spinner-border-color);border-radius:9999px}.rpv-core__spinner--animating{animation-duration:.4s;animation-name:rpv-core__spinner-transform;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes rpv-core__spinner-transform{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rpv-core__splitter{background-color:var(--rpv-core__splitter-background-color);cursor:ew-resize;height:100%;width:.25rem}.rpv-core__splitter:hover,.rpv-core__splitter--resizing{cursor:col-resize;background-color:var(--rpv-core__splitter--hover-background-color)}.rpv-core__splitter-body--resizing{cursor:col-resize}.rpv-core__splitter-sibling--resizing{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rpv-core__textbox{background-color:var(--rpv-core__textbox-background-color);border:1px solid var(--rpv-core__textbox-border-color);box-sizing:border-box;border-radius:.25rem;color:var(--rpv-core__textbox-color);padding:0 .5rem;height:2rem;width:100%}.rpv-core__textbox--rtl{direction:rtl}.rpv-core__text-layer{left:0;position:absolute;top:0;height:100%;width:100%;opacity:.2;line-height:1;z-index:1}.rpv-core__text-layer span::-moz-selection{background-color:var(--rpv-core__text-layer-text--selection-background-color);color:var(--rpv-core__text-layer-text--selection-color)}.rpv-core__text-layer span::selection{background-color:var(--rpv-core__text-layer-text--selection-background-color);color:var(--rpv-core__text-layer-text--selection-color)}.rpv-core__text-layer br::-moz-selection{color:#0000}.rpv-core__text-layer br::selection{color:#0000}.rpv-core__text-layer-text{color:#0000;cursor:text;position:absolute;transform-origin:0% 0%;white-space:pre}.rpv-core__tooltip-body{background-color:var(--rpv-core__tooltip-body-background-color);border-radius:.25rem;color:var(--rpv-core__tooltip-body-color);left:0;max-width:20rem;position:absolute;text-align:center;top:-9999px;z-index:9999}.rpv-core__tooltip-body--rtl{direction:rtl}.rpv-core__tooltip-body-arrow{background-color:var(--rpv-core__tooltip-body-background-color)}.rpv-core__tooltip-body-content{padding:.5rem}.rpv-core__display--block{display:block}.rpv-core__display--hidden{display:none}@media (min-width: 640px){.rpv-core__display--hidden-small{display:none}.rpv-core__display--block-small{display:block}}@media (min-width: 768px){.rpv-core__display--hidden-medium{display:none}.rpv-core__display--block-medium{display:block}}@media (min-width: 1024px){.rpv-core__display--hidden-large{display:none}.rpv-core__display--block-large{display:block}}.rpv-core__viewer{min-height:inherit}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:#fff0;border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;width:100%;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1,lower-alpha) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2,lower-roman) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4,lower-alpha) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}@font-face{font-family:CabinetGrotesk;src:url(/assets/CabinetGrotesk-Black-CAyc48s7.woff2) format("woff2"),url(/assets/CabinetGrotesk-Black-CNKBb8y9.woff) format("woff"),url(/assets/CabinetGrotesk-Black-CT6wN0af.ttf) format("truetype");font-weight:900;font-display:swap;font-style:normal}@font-face{font-family:CabinetGrotesk;src:url(/assets/CabinetGrotesk-Bold-yJmHbigL.woff2) format("woff2"),url(/assets/CabinetGrotesk-Bold-BPymWjLi.woff) format("woff"),url(/assets/CabinetGrotesk-Bold-CqXPKury.ttf) format("truetype");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:CabinetGrotesk;src:url(/assets/CabinetGrotesk-Medium-pUr7ULKA.woff2) format("woff2"),url(/assets/CabinetGrotesk-Medium-C7kGvbj6.woff) format("woff"),url(/assets/CabinetGrotesk-Medium-Dj9j7eKb.ttf) format("truetype");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:CabinetGrotesk;src:url(/assets/CabinetGrotesk-Extrabold-oMN7HQ6L.woff2) format("woff2"),url(/assets/CabinetGrotesk-Extrabold-BKrEXMji.woff) format("woff"),url(/assets/CabinetGrotesk-Extrabold-B7wOawNH.ttf) format("truetype");font-weight:800;font-display:swap;font-style:normal}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-Variable-CFg-z2ne.woff2) format("woff2"),url(/assets/Satoshi-Variable-B5cVmYQo.woff) format("woff"),url(/assets/Satoshi-Variable-ChAXbpFa.ttf) format("truetype");font-weight:300 900;font-display:swap;font-style:normal}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-VariableItalic-DjwFspxr.woff2) format("woff2"),url(/assets/Satoshi-VariableItalic-DeirzIcA.woff) format("woff"),url(/assets/Satoshi-VariableItalic-Bb7sdEFv.ttf) format("truetype");font-weight:300 900;font-display:swap;font-style:italic}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-Light-IqwJ_ZjS.woff2) format("woff2"),url(/assets/Satoshi-Light-C_dmkKXz.woff) format("woff"),url(/assets/Satoshi-Light-B82kzbU-.ttf) format("truetype");font-weight:300;font-display:swap;font-style:normal}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-LightItalic-C9iuU4v7.woff2) format("woff2"),url(/assets/Satoshi-LightItalic-B9L6s97T.woff) format("woff"),url(/assets/Satoshi-LightItalic-BAhuxY-A.ttf) format("truetype");font-weight:300;font-display:swap;font-style:italic}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-Regular-CPM9dct4.woff2) format("woff2"),url(/assets/Satoshi-Regular-CWSyEjGv.woff) format("woff"),url(/assets/Satoshi-Regular-DToFXog2.ttf) format("truetype");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-Italic-wVmEEc6M.woff2) format("woff2"),url(/assets/Satoshi-Italic-BPCXRxzy.woff) format("woff"),url(/assets/Satoshi-Italic-FMxkCD8o.ttf) format("truetype");font-weight:400;font-display:swap;font-style:italic}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-Medium-ByP-Zb-9.woff2) format("woff2"),url(/assets/Satoshi-Medium-DDwDPeBg.woff) format("woff"),url(/assets/Satoshi-Medium-DOt9kM-a.ttf) format("truetype");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-MediumItalic-BxR-IcRj.woff2) format("woff2"),url(/assets/Satoshi-MediumItalic-BPTJUpxz.woff) format("woff"),url(/assets/Satoshi-MediumItalic-BUFVYoD2.ttf) format("truetype");font-weight:500;font-display:swap;font-style:italic}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-Bold-Bd5kKQ_U.woff2) format("woff2"),url(/assets/Satoshi-Bold-C2PhLWFc.woff) format("woff"),url(/assets/Satoshi-Bold-CPly9kH5.ttf) format("truetype");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-BoldItalic-CAjvAcxR.woff2) format("woff2"),url(/assets/Satoshi-BoldItalic-DQ7B0PfL.woff) format("woff"),url(/assets/Satoshi-BoldItalic-tClQcAb-.ttf) format("truetype");font-weight:700;font-display:swap;font-style:italic}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-Black-DjnQuuRz.woff2) format("woff2"),url(/assets/Satoshi-Black-D3hzT7Um.woff) format("woff"),url(/assets/Satoshi-Black-CizHyRqb.ttf) format("truetype");font-weight:900;font-display:swap;font-style:normal}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-BlackItalic-ChCbTD27.woff2) format("woff2"),url(/assets/Satoshi-BlackItalic-D8Ai_S3C.woff) format("woff"),url(/assets/Satoshi-BlackItalic-CvIpOoSh.ttf) format("truetype");font-weight:900;font-display:swap;font-style:italic}*,:before,:after{--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: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::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: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Satoshi,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,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{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--adaly-gray-0: 255 255 255;--adaly-gray-50: 247 247 247;--adaly-gray-100: 244 244 244;--adaly-gray-200: 229 229 229;--adaly-gray-300: 213 213 213;--adaly-gray-400: 198 198 198;--adaly-gray-500: 167 167 167;--adaly-gray-600: 182 182 182;--adaly-gray-700: 138 138 138;--adaly-gray-800: 84 84 84;--adaly-gray-900: 49 49 48;--adaly-gray-950: 0 0 0;--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 222.2 47.4% 11.2%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 222.2 84% 4.9%;--vis-gray-900: 17 24 39;--vis-gray-800: 31 41 55;--vis-gray-700: 55 65 81;--vis-gray-600: 75 85 99;--vis-gray-500: 107 114 128;--vis-gray-400: 156 163 175;--vis-gray-100: 243 244 246;--scrollbar-track: 229 229 229;--scrollbar-thumb-border: 252 112 80;--cloud-shadow: 245 244 244;--shelf-gradient-start: 250 250 250;--shelf-gradient-end: 255 255 255;--color-border-default: 229 229 229;--color-border-subtle: 229 229 229;--color-border-muted: 244 244 244;--color-border-success: 114 197 135;--color-fg-primary: 84 84 84;--color-fg-body: 138 138 138;--color-fg-secondary: 167 167 167;--color-fg-muted: 167 167 167;--color-fg-inverse: 255 255 255;--color-fg-error: 239 68 68;--color-fg-success: 114 197 135;--color-fg-link: 93 91 255;--color-surface-muted: 247 247 247;--color-surface-subtle: 244 244 244;--color-surface-elevated: 229 229 229;--color-surface-inverse: 255 255 255}.dark{--adaly-gray-0: 18 18 17;--adaly-gray-50: 24 24 23;--adaly-gray-100: 32 32 31;--adaly-gray-200: 45 45 44;--adaly-gray-300: 58 58 57;--adaly-gray-400: 72 72 71;--adaly-gray-500: 120 120 119;--adaly-gray-600: 150 150 149;--adaly-gray-700: 180 180 179;--adaly-gray-800: 210 210 209;--adaly-gray-900: 235 235 234;--adaly-gray-950: 250 250 249;--background: 222.2 84% 4.9%;--foreground: 210 40% 98%;--card: 222.2 47.4% 11.2%;--card-foreground: 210 40% 98%;--popover: 222.2 47.4% 11.2%;--popover-foreground: 210 40% 98%;--primary: 210 40% 98%;--primary-foreground: 222.2 47.4% 11.2%;--secondary: 217.2 32.6% 17.5%;--secondary-foreground: 210 40% 98%;--muted: 217.2 32.6% 17.5%;--muted-foreground: 215 20.2% 65.1%;--accent: 217.2 32.6% 17.5%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 40% 98%;--border: 217.2 32.6% 17.5%;--input: 217.2 32.6% 17.5%;--ring: 212.7 26.8% 83.9%;--vis-gray-900: 243 244 246;--vis-gray-800: 229 231 235;--vis-gray-700: 209 213 219;--vis-gray-600: 156 163 175;--vis-gray-500: 107 114 128;--vis-gray-400: 75 85 99;--vis-gray-100: 31 41 55;--scrollbar-track: 45 45 44;--scrollbar-thumb-border: 252 112 80;--cloud-shadow: 30 30 29;--shelf-gradient-start: 32 32 31;--shelf-gradient-end: 18 18 17;--color-border-default: 58 58 57;--color-border-subtle: 45 45 44;--color-border-muted: 32 32 31;--color-border-success: 33 155 69;--color-fg-primary: 235 235 234;--color-fg-body: 180 180 179;--color-fg-secondary: 150 150 149;--color-fg-muted: 150 150 149;--color-fg-inverse: 250 250 249;--color-fg-error: 248 113 113;--color-fg-success: 33 155 69;--color-fg-link: 135 183 255;--color-surface-muted: 32 32 31;--color-surface-subtle: 45 45 44;--color-surface-elevated: 58 58 57;--color-surface-inverse: 250 250 249}.react-live-container{--viz-background: 255 255 255;--viz-card: 255 255 255;--viz-muted: 247 247 247;--viz-surface: 255 255 255;--viz-surface-elevated: 244 244 244;--viz-canvas: 247 247 247;--viz-popover: 255 255 255;--viz-accent-subtle: 255 244 240;--viz-text-primary: 49 49 48;--viz-text-muted: 138 138 138;--viz-text-subtle: 167 167 167;--viz-text-inverse: 255 255 255;--viz-text-positive: 22 163 74;--viz-text-negative: 220 38 38;--viz-text-info: 37 99 235;--viz-text-warning: 234 88 12;--viz-text-accent: 147 51 234;--viz-border: 229 229 229;--viz-border-subtle: 244 244 244;--viz-chart-label: #545454;--viz-chart-axis-line: #d5d5d5;--viz-chart-grid-line: #e5e5e5;--viz-chart-title: #313130;--background: 0 0% 100%;--foreground: 0 0% 9%;--card: 0 0% 100%;--card-foreground: 0 0% 9%;--muted: 0 0% 97%;--muted-foreground: 0 0% 45%;--border: 0 0% 90%;--popover: 0 0% 100%;--popover-foreground: 0 0% 9%}.dark .react-live-container{--viz-background: 24 24 23;--viz-card: 32 32 31;--viz-muted: 45 45 44;--viz-surface: 45 45 44;--viz-surface-elevated: 58 58 57;--viz-canvas: 32 32 31;--viz-popover: 32 32 31;--viz-accent-subtle: 45 45 44;--viz-text-primary: 235 235 234;--viz-text-muted: 180 180 179;--viz-text-subtle: 150 150 149;--viz-text-inverse: 18 18 17;--viz-text-positive: 74 222 128;--viz-text-negative: 248 113 113;--viz-text-info: 96 165 250;--viz-text-warning: 251 146 60;--viz-text-accent: 192 132 252;--viz-border: 58 58 57;--viz-border-subtle: 45 45 44;--viz-chart-label: #b4b4b3;--viz-chart-axis-line: #454544;--viz-chart-grid-line: #2d2d2c;--viz-chart-title: #f5f5f4;--background: 0 0% 13%;--card: 0 0% 16%;--card-foreground: 0 0% 92%;--muted: 0 0% 19%;--muted-foreground: 0 0% 65%;--border: 0 0% 22%;--input: 0 0% 22%;--popover: 0 0% 16%;--popover-foreground: 0 0% 92%;--foreground: 0 0% 92%}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-0) / var(--tw-bg-opacity, 1));font-family:Satoshi,sans-serif;--tw-text-opacity: 1;color:rgb(var(--adaly-gray-950) / var(--tw-text-opacity, 1))}h1,h2,h3,h4,h5,h6{font-weight:700}html:not(.using-keyboard-navigation) input:focus,html:not(.using-keyboard-navigation) textarea:focus,html:not(.using-keyboard-navigation) select:focus{outline:none!important;box-shadow:none!important}html.using-keyboard-navigation input:focus,html.using-keyboard-navigation textarea:focus,html.using-keyboard-navigation select:focus{outline-offset:2px!important;box-shadow:none!important}.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1440px){.\!container{max-width:1440px!important}.container{max-width:1440px}}@media (min-width: 1600px){.\!container{max-width:1600px!important}.container{max-width:1600px}}@media (min-width: 1850px){.\!container{max-width:1850px!important}.container{max-width:1850px}}@media (min-width: 1920px){.\!container{max-width:1920px!important}.container{max-width:1920px}}.prose{color:rgb(var(--adaly-gray-900));max-width:none}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:#3141e0;text-decoration:underline;font-weight:500}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)):hover{color:#004eeb}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:rgb(var(--adaly-gray-950));font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:rgb(var(--adaly-gray-950));font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline;color:rgb(var(--adaly-gray-800))}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: rgb(var(--adaly-gray-900));--tw-prose-headings: rgb(var(--adaly-gray-950));--tw-prose-lead: rgb(var(--adaly-gray-700));--tw-prose-links: #3141E0;--tw-prose-bold: rgb(var(--adaly-gray-950));--tw-prose-counters: rgb(var(--adaly-gray-600));--tw-prose-bullets: rgb(var(--adaly-gray-400));--tw-prose-hr: rgb(var(--adaly-gray-200));--tw-prose-quotes: rgb(var(--adaly-gray-800));--tw-prose-quote-borders: rgb(var(--adaly-gray-300));--tw-prose-captions: rgb(var(--adaly-gray-500));--tw-prose-kbd: rgb(var(--adaly-gray-900));--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: rgb(var(--adaly-gray-900));--tw-prose-pre-code: rgb(var(--adaly-gray-800));--tw-prose-pre-bg: rgb(var(--adaly-gray-100));--tw-prose-th-borders: rgb(var(--adaly-gray-300));--tw-prose-td-borders: rgb(var(--adaly-gray-200));--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{--tw-prose-body: rgb(var(--adaly-gray-900));--tw-prose-headings: rgb(var(--adaly-gray-950));--tw-prose-lead: rgb(var(--adaly-gray-700));--tw-prose-links: #3141E0;--tw-prose-bold: rgb(var(--adaly-gray-950));--tw-prose-counters: rgb(var(--adaly-gray-600));--tw-prose-bullets: rgb(var(--adaly-gray-400));--tw-prose-hr: rgb(var(--adaly-gray-200));--tw-prose-quotes: rgb(var(--adaly-gray-800));--tw-prose-quote-borders: rgb(var(--adaly-gray-300));--tw-prose-captions: rgb(var(--adaly-gray-500));--tw-prose-kbd: rgb(var(--adaly-gray-900));--tw-prose-code: rgb(var(--adaly-gray-900));--tw-prose-pre-code: rgb(var(--adaly-gray-800));--tw-prose-pre-bg: rgb(var(--adaly-gray-100));--tw-prose-th-borders: rgb(var(--adaly-gray-300));--tw-prose-td-borders: rgb(var(--adaly-gray-200))}.vis-chart-card{border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-0) / var(--tw-bg-opacity, 1));padding:.5rem}.vis-chart-title{margin-top:.5rem;margin-bottom:.5rem;font-size:1.25rem;line-height:120%;font-weight:600;line-height:1.375;--tw-text-opacity: 1;color:rgb(var(--adaly-gray-950) / var(--tw-text-opacity, 1));font-family:Geist,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.45px;display:none}.vis-chart-subtitle{margin-bottom:1.5rem;font-size:.875rem;line-height:150%;font-weight:500;line-height:1.25;--tw-text-opacity: 1;color:rgb(var(--adaly-gray-700) / var(--tw-text-opacity, 1));font-family:Geist,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.14px}.vis-chart-axis-label{font-size:.75rem;font-weight:400;line-height:133.33%;--tw-text-opacity: 1;color:rgb(var(--adaly-gray-700) / var(--tw-text-opacity, 1));font-family:Geist,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:.12px}.vis-chart-data-label{font-weight:500;--tw-text-opacity: 1;color:rgb(var(--adaly-gray-800) / var(--tw-text-opacity, 1));font-family:Geist,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:11px;line-height:11px;letter-spacing:.22px}.vis-chart-legend{margin-top:1.25rem;font-size:.75rem;line-height:150%;font-weight:400;--tw-text-opacity: 1;color:rgb(var(--adaly-gray-700) / var(--tw-text-opacity, 1));font-family:Geist,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:14px;letter-spacing:.06px}.vis-tooltip{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-0) / var(--tw-bg-opacity, 1));padding:.75rem 1rem;font-size:.875rem;line-height:150%;font-weight:500;--tw-text-opacity: 1;color:rgb(var(--adaly-gray-950) / var(--tw-text-opacity, 1));font-family:Geist,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:18px;letter-spacing:-.13px}.vis-side-pane{margin:0;display:block;width:20rem;padding:1.25rem}.vis-secondary-card{margin:1.25rem;border-radius:20px;padding:2rem}.vis-panel-header{margin:0;margin-bottom:1rem;padding:1rem 1.25rem;font-size:1rem;font-weight:600;line-height:175%;--tw-text-opacity: 1;color:rgb(var(--adaly-gray-950) / var(--tw-text-opacity, 1));font-family:Geist,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.32px}.vis-panel-section-title{font-family:Geist,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:14px;line-height:18px;letter-spacing:-.21px;color:rgb(var(--vis-gray-700));margin-top:24px;margin-bottom:12px}.vis-panel-body{font-family:Geist,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:13px;line-height:20px;letter-spacing:-.065px;color:rgb(var(--vis-gray-600))}.vis-panel-metadata{font-family:Geist,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:11px;line-height:15px;letter-spacing:.11px;color:rgb(var(--vis-gray-500));margin-top:8px;margin-bottom:12px}.vis-panel-code{font-family:Geist Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-weight:400;font-size:12px;line-height:17px;letter-spacing:.3px;color:rgb(var(--vis-gray-700));background-color:rgb(var(--vis-gray-100));padding:8px 12px;border-radius:4px;margin:12px 0}.interactive-bg{background-color:transparent;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.interactive-bg:hover{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-100) / var(--tw-bg-opacity, 1))}.interactive-bg:active{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-200) / var(--tw-bg-opacity, 1))}.interactive-bg-50{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-50) / var(--tw-bg-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.interactive-bg-50:hover{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-100) / var(--tw-bg-opacity, 1))}.interactive-bg-50:active{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-200) / var(--tw-bg-opacity, 1))}.interactive-bg-100{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-100) / var(--tw-bg-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.interactive-bg-100:hover,.interactive-bg-100:active{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-200) / var(--tw-bg-opacity, 1))}.prevent-child-animations [class*=animate-slide-left],.prevent-child-animations [class*=animate-slide-up]{animation:none!important;animation-delay:0s!important;opacity:0!important}.prevent-child-animations [class*=animate-slide-left]{transform:translate(100%)!important}.prevent-child-animations [class*=animate-slide-up]{transform:translateY(100%)!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-left-20{left:-5rem}.-right-1{right:-.25rem}.-right-1\.5{right:-.375rem}.-right-20{right:-5rem}.-top-0{top:-0px}.-top-1{top:-.25rem}.-top-1\.5{top:-.375rem}.-top-2{top:-.5rem}.-top-6{top:-1.5rem}.bottom-0{bottom:0}.bottom-16{bottom:4rem}.bottom-3{bottom:.75rem}.bottom-3\/4{bottom:75%}.bottom-4{bottom:1rem}.bottom-5{bottom:1.25rem}.bottom-6{bottom:1.5rem}.bottom-full{bottom:100%}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:.5rem}.left-3{left:.75rem}.left-5{left:1.25rem}.left-\[0\.35rem\]{left:.35rem}.right-0{right:0}.right-10{right:2.5rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-6{right:1.5rem}.right-full{right:100%}.top-0{top:0}.top-1\/2{top:50%}.top-2{top:.5rem}.top-3{top:.75rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-6{top:1.5rem}.top-full{top:100%}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-50{z-index:50}.z-\[1000\]{z-index:1000}.z-\[100\]{z-index:100}.z-\[101\]{z-index:101}.z-\[110\]{z-index:110}.z-\[1\]{z-index:1}.z-\[200\]{z-index:200}.z-\[2\]{z-index:2}.z-\[300\]{z-index:300}.z-\[60\]{z-index:60}.z-\[99999\]{z-index:99999}.z-\[9999\]{z-index:9999}.-m-2{margin:-.5rem}.m-0{margin:0}.m-5{margin:1.25rem}.m-auto{margin:auto}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.mx-0{margin-left:0;margin-right:0}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-auto{margin-top:auto;margin-bottom:auto}.\!ml-auto{margin-left:auto!important}.\!mr-1{margin-right:.25rem!important}.\!mr-3{margin-right:.75rem!important}.\!mt-1{margin-top:.25rem!important}.-mb-6{margin-bottom:-1.5rem}.-ml-1{margin-left:-.25rem}.-ml-12{margin-left:-3rem}.-ml-7{margin-left:-1.75rem}.-mr-1{margin-right:-.25rem}.-mt-1{margin-top:-.25rem}.-mt-2{margin-top:-.5rem}.-mt-6{margin-top:-1.5rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-11{margin-bottom:2.75rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mb-\[1\.625rem\]{margin-bottom:1.625rem}.mb-px{margin-bottom:1px}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-16{margin-left:4rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-48{margin-left:12rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-8{margin-left:2rem}.ml-\[15\.75rem\]{margin-left:15.75rem}.ml-\[7\.56rem\]{margin-left:7.56rem}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-10{margin-right:2.5rem}.mr-11{margin-right:2.75rem}.mr-12{margin-right:3rem}.mr-14{margin-right:3.5rem}.mr-16{margin-right:4rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-6{margin-right:1.5rem}.mr-auto{margin-right:auto}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[0\.44rem\]{margin-top:.44rem}.mt-\[1\.81rem\]{margin-top:1.81rem}.mt-\[2px\]{margin-top:2px}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.\!block{display:block!important}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.size-14{width:3.5rem;height:3.5rem}.\!h-11{height:2.75rem!important}.\!h-14{height:3.5rem!important}.\!h-16{height:4rem!important}.\!h-full{height:100%!important}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-44{height:11rem}.h-5{height:1.25rem}.h-52{height:13rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[0\.8125rem\]{height:.8125rem}.h-\[1\.125rem\]{height:1.125rem}.h-\[1\.79456rem\]{height:1.79456rem}.h-\[10\.9375rem\]{height:10.9375rem}.h-\[10px\]{height:10px}.h-\[132px\]{height:132px}.h-\[1px\]{height:1px}.h-\[2\.125rem\]{height:2.125rem}.h-\[2\.375rem\]{height:2.375rem}.h-\[2\.875rem\]{height:2.875rem}.h-\[28px\]{height:28px}.h-\[3\.18631rem\]{height:3.18631rem}.h-\[3\.37rem\]{height:3.37rem}.h-\[34px\]{height:34px}.h-\[37rem\]{height:37rem}.h-\[38rem\]{height:38rem}.h-\[4\.5rem\]{height:4.5rem}.h-\[4\.68rem\]{height:4.68rem}.h-\[40\.875rem\]{height:40.875rem}.h-\[40rem\]{height:40rem}.h-\[40vh\]{height:40vh}.h-\[42px\]{height:42px}.h-\[44\.5rem\]{height:44.5rem}.h-\[44rem\]{height:44rem}.h-\[47rem\]{height:47rem}.h-\[5\.125rem\]{height:5.125rem}.h-\[5\.25rem\]{height:5.25rem}.h-\[520px\]{height:520px}.h-\[528px\]{height:528px}.h-\[580px\]{height:580px}.h-\[686px\]{height:686px}.h-\[9\.25rem\]{height:9.25rem}.h-\[90vh\]{height:90vh}.h-\[94px\]{height:94px}.h-\[calc\(100\%-12px\)\]{height:calc(100% - 12px)}.h-\[calc\(100\%-4rem\)\]{height:calc(100% - 4rem)}.h-\[calc\(100vh-6\.1rem\)\]{height:calc(100vh - 6.1rem)}.h-\[min\(85vh-2rem\,900px\)\]{height:min(85vh - 2rem,900px)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-min{height:-moz-min-content;height:min-content}.h-px{height:1px}.h-screen{height:100vh}.max-h-0{max-height:0px}.max-h-14{max-height:3.5rem}.max-h-24{max-height:6rem}.max-h-28{max-height:7rem}.max-h-32{max-height:8rem}.max-h-40{max-height:10rem}.max-h-44{max-height:11rem}.max-h-48{max-height:12rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-72{max-height:18rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-\[--radix-select-content-available-height\]{max-height:var(--radix-select-content-available-height)}.max-h-\[14\.3rem\]{max-height:14.3rem}.max-h-\[2000px\]{max-height:2000px}.max-h-\[230px\]{max-height:230px}.max-h-\[30vh\]{max-height:30vh}.max-h-\[32rem\]{max-height:32rem}.max-h-\[36rem\]{max-height:36rem}.max-h-\[37rem\]{max-height:37rem}.max-h-\[4\.5rem\]{max-height:4.5rem}.max-h-\[47\.69rem\]{max-height:47.69rem}.max-h-\[50vh\]{max-height:50vh}.max-h-\[52\.06rem\]{max-height:52.06rem}.max-h-\[70vh\]{max-height:70vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[85vh\]{max-height:85vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(100vh-115px\)\]{max-height:calc(100vh - 115px)}.max-h-\[calc\(100vh-6\.1rem\)\]{max-height:calc(100vh - 6.1rem)}.max-h-\[calc\(100vh-9rem\)\]{max-height:calc(100vh - 9rem)}.max-h-\[calc\(90vh-7\.3rem\)\]{max-height:calc(90vh - 7.3rem)}.max-h-\[min\(16rem\,50vh\)\]{max-height:min(16rem,50vh)}.max-h-\[min\(80vh\,40rem\)\]{max-height:min(80vh,40rem)}.max-h-\[var\(--radix-dropdown-menu-content-available-height\)\]{max-height:var(--radix-dropdown-menu-content-available-height)}.max-h-full{max-height:100%}.max-h-min{max-height:-moz-min-content;max-height:min-content}.max-h-screen{max-height:100vh}.min-h-0{min-height:0px}.min-h-10{min-height:2.5rem}.min-h-12{min-height:3rem}.min-h-16{min-height:4rem}.min-h-32{min-height:8rem}.min-h-4{min-height:1rem}.min-h-7{min-height:1.75rem}.min-h-8{min-height:2rem}.min-h-96{min-height:24rem}.min-h-\[10\.5rem\]{min-height:10.5rem}.min-h-\[102px\]{min-height:102px}.min-h-\[10px\]{min-height:10px}.min-h-\[10rem\]{min-height:10rem}.min-h-\[12rem\]{min-height:12rem}.min-h-\[13\.5rem\]{min-height:13.5rem}.min-h-\[14px\]{min-height:14px}.min-h-\[2\.25rem\]{min-height:2.25rem}.min-h-\[2\.5rem\]{min-height:2.5rem}.min-h-\[2\.75rem\]{min-height:2.75rem}.min-h-\[20rem\]{min-height:20rem}.min-h-\[21px\]{min-height:21px}.min-h-\[280px\]{min-height:280px}.min-h-\[300px\]{min-height:300px}.min-h-\[30rem\]{min-height:30rem}.min-h-\[44px\]{min-height:44px}.min-h-\[480px\]{min-height:480px}.min-h-\[500px\]{min-height:500px}.min-h-\[600px\]{min-height:600px}.min-h-\[88px\]{min-height:88px}.min-h-\[8px\]{min-height:8px}.min-h-\[calc\(100vh-9rem\)\]{min-height:calc(100vh - 9rem)}.min-h-\[inherit\]{min-height:inherit}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.\!w-60{width:15rem!important}.\!w-\[37\.81rem\]{width:37.81rem!important}.\!w-\[90vw\]{width:90vw!important}.\!w-full{width:100%!important}.w-0\.5{width:.125rem}.w-1\.5{width:.375rem}.w-1\/3{width:33.333333%}.w-1\/5{width:20%}.w-10{width:2.5rem}.w-10\/12{width:83.333333%}.w-11{width:2.75rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/6{width:83.333333%}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[0\.8125rem\]{width:.8125rem}.w-\[1\.72813rem\]{width:1.72813rem}.w-\[1\.875rem\]{width:1.875rem}.w-\[10\.9375rem\]{width:10.9375rem}.w-\[10px\]{width:10px}.w-\[11rem\]{width:11rem}.w-\[13\.5rem\]{width:13.5rem}.w-\[132px\]{width:132px}.w-\[13rem\]{width:13rem}.w-\[14\.875rem\]{width:14.875rem}.w-\[150px\]{width:150px}.w-\[158px\]{width:158px}.w-\[1px\]{width:1px}.w-\[2\.125rem\]{width:2.125rem}.w-\[2\.875rem\]{width:2.875rem}.w-\[20rem\]{width:20rem}.w-\[22rem\]{width:22rem}.w-\[238px\]{width:238px}.w-\[240px\]{width:240px}.w-\[24rem\]{width:24rem}.w-\[3\.18631rem\]{width:3.18631rem}.w-\[30\%\]{width:30%}.w-\[30\.5rem\]{width:30.5rem}.w-\[300px\]{width:300px}.w-\[31\.25rem\]{width:31.25rem}.w-\[34\.4375rem\]{width:34.4375rem}.w-\[34px\]{width:34px}.w-\[34rem\]{width:34rem}.w-\[35vw\]{width:35vw}.w-\[360px\]{width:360px}.w-\[4\.5rem\]{width:4.5rem}.w-\[40\%\]{width:40%}.w-\[41\.5625rem\]{width:41.5625rem}.w-\[424px\]{width:424px}.w-\[42px\]{width:42px}.w-\[44rem\]{width:44rem}.w-\[45vw\]{width:45vw}.w-\[5\.125rem\]{width:5.125rem}.w-\[5\.25rem\]{width:5.25rem}.w-\[5\.5rem\]{width:5.5rem}.w-\[50\%\]{width:50%}.w-\[500px\]{width:500px}.w-\[5px\]{width:5px}.w-\[60\%\]{width:60%}.w-\[63\.6rem\]{width:63.6rem}.w-\[650px\]{width:650px}.w-\[70\%\]{width:70%}.w-\[75rem\]{width:75rem}.w-\[762px\]{width:762px}.w-\[775px\]{width:775px}.w-\[8\.19rem\]{width:8.19rem}.w-\[9\.25rem\]{width:9.25rem}.w-\[9\.75rem\]{width:9.75rem}.w-\[90\%\]{width:90%}.w-\[900px\]{width:900px}.w-\[95vw\]{width:95vw}.w-\[calc\(100\%-11\.06rem\)\]{width:calc(100% - 11.06rem)}.w-\[fit-content\]{width:-moz-fit-content;width:fit-content}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-min{width:-moz-min-content;width:min-content}.w-px{width:1px}.w-screen{width:100vw}.\!min-w-\[1200px\]{min-width:1200px!important}.\!min-w-\[600px\]{min-width:600px!important}.min-w-0{min-width:0px}.min-w-20{min-width:5rem}.min-w-24{min-width:6rem}.min-w-40{min-width:10rem}.min-w-6{min-width:1.5rem}.min-w-72{min-width:18rem}.min-w-\[1\.25rem\]{min-width:1.25rem}.min-w-\[1\.75rem\]{min-width:1.75rem}.min-w-\[10\.5rem\]{min-width:10.5rem}.min-w-\[100px\]{min-width:100px}.min-w-\[10rem\]{min-width:10rem}.min-w-\[1200px\]{min-width:1200px}.min-w-\[12rem\]{min-width:12rem}.min-w-\[13rem\]{min-width:13rem}.min-w-\[140px\]{min-width:140px}.min-w-\[14rem\]{min-width:14rem}.min-w-\[150px\]{min-width:150px}.min-w-\[160px\]{min-width:160px}.min-w-\[19\.125rem\]{min-width:19.125rem}.min-w-\[2\.5rem\]{min-width:2.5rem}.min-w-\[200px\]{min-width:200px}.min-w-\[20rem\]{min-width:20rem}.min-w-\[21\.1875rem\]{min-width:21.1875rem}.min-w-\[260px\]{min-width:260px}.min-w-\[30ch\]{min-width:30ch}.min-w-\[5\.5rem\]{min-width:5.5rem}.min-w-\[50px\]{min-width:50px}.min-w-\[80ch\]{min-width:80ch}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.min-w-full{min-width:100%}.min-w-max{min-width:-moz-max-content;min-width:max-content}.\!max-w-\[1357px\]{max-width:1357px!important}.\!max-w-\[1400px\]{max-width:1400px!important}.max-w-0{max-width:0px}.max-w-28{max-width:7rem}.max-w-2xl{max-width:42rem}.max-w-32{max-width:8rem}.max-w-3xl{max-width:48rem}.max-w-44{max-width:11rem}.max-w-48{max-width:12rem}.max-w-4xl{max-width:56rem}.max-w-52{max-width:13rem}.max-w-56{max-width:14rem}.max-w-5xl{max-width:64rem}.max-w-60{max-width:15rem}.max-w-64{max-width:16rem}.max-w-6xl{max-width:72rem}.max-w-96{max-width:24rem}.max-w-\[100px\]{max-width:100px}.max-w-\[100vw\]{max-width:100vw}.max-w-\[1031px\]{max-width:1031px}.max-w-\[10rem\]{max-width:10rem}.max-w-\[11rem\]{max-width:11rem}.max-w-\[1400px\]{max-width:1400px}.max-w-\[14rem\]{max-width:14rem}.max-w-\[1920px\]{max-width:1920px}.max-w-\[200px\]{max-width:200px}.max-w-\[220px\]{max-width:220px}.max-w-\[22rem\]{max-width:22rem}.max-w-\[240px\]{max-width:240px}.max-w-\[264px\]{max-width:264px}.max-w-\[280px\]{max-width:280px}.max-w-\[30\.5rem\]{max-width:30.5rem}.max-w-\[31\.25rem\]{max-width:31.25rem}.max-w-\[36\.7rem\]{max-width:36.7rem}.max-w-\[40\%\]{max-width:40%}.max-w-\[43rem\]{max-width:43rem}.max-w-\[5\.5rem\]{max-width:5.5rem}.max-w-\[600px\]{max-width:600px}.max-w-\[63\.56rem\]{max-width:63.56rem}.max-w-\[74\.5rem\]{max-width:74.5rem}.max-w-\[75\%\]{max-width:75%}.max-w-\[8rem\]{max-width:8rem}.max-w-\[90\%\]{max-width:90%}.max-w-\[95vw\]{max-width:95vw}.max-w-\[9rem\]{max-width:9rem}.max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-min{max-width:-moz-min-content;max-width:min-content}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.basis-1\/3{flex-basis:33.333333%}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.border-separate{border-collapse:separate}.border-spacing-0{--tw-border-spacing-x: 0px;--tw-border-spacing-y: 0px;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.border-spacing-y-0\.5{--tw-border-spacing-y: .125rem;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.origin-\[--radix-dropdown-menu-content-transform-origin\]{transform-origin:var(--radix-dropdown-menu-content-transform-origin)}.origin-\[--radix-select-content-transform-origin\]{transform-origin:var(--radix-select-content-transform-origin)}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-0\.5{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-\[70\%\]{--tw-translate-y: -70%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0\.5{--tw-translate-y: .125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\!transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{50%{opacity:.5}}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.\!cursor-pointer{cursor:pointer!important}.\!cursor-wait{cursor:wait!important}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-text{-webkit-user-select:text;-moz-user-select:text;user-select:text}.resize-none{resize:none}.resize{resize:both}.scroll-m-20{scroll-margin:5rem}.list-inside{list-style-position:inside}.list-outside{list-style-position:outside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.break-before-all{-moz-column-break-before:all;break-before:all}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-\[1fr_1fr_1fr\]{grid-template-columns:1fr 1fr 1fr}.grid-cols-\[1fr_2fr\]{grid-template-columns:1fr 2fr}.grid-cols-\[1fr_auto_auto\]{grid-template-columns:1fr auto auto}.grid-cols-\[274px_1fr\]{grid-template-columns:274px 1fr}.grid-cols-\[407px_1fr\]{grid-template-columns:407px 1fr}.grid-cols-\[auto_1fr_auto\]{grid-template-columns:auto 1fr auto}.grid-cols-\[auto_minmax\(0\,2fr\)_minmax\(0\,2fr\)_minmax\(0\,1fr\)\]{grid-template-columns:auto minmax(0,2fr) minmax(0,2fr) minmax(0,1fr)}.grid-cols-\[auto_minmax\(0\,2fr\)_minmax\(0\,2fr\)_minmax\(0\,1fr\)_auto\]{grid-template-columns:auto minmax(0,2fr) minmax(0,2fr) minmax(0,1fr) auto}.grid-cols-\[minmax\(0\,2fr\)_minmax\(0\,2fr\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,2fr) minmax(0,2fr) minmax(0,1fr)}.grid-cols-\[minmax\(0\,2fr\)_minmax\(0\,2fr\)_minmax\(0\,1fr\)_auto\]{grid-template-columns:minmax(0,2fr) minmax(0,2fr) minmax(0,1fr) auto}.grid-rows-\[auto_1fr\]{grid-template-rows:auto 1fr}.grid-rows-\[auto_auto\]{grid-template-rows:auto auto}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-stretch{justify-content:stretch}.gap-0{gap:0px}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-11{gap:2.75rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-32{gap:8rem}.gap-36{gap:9rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-9{gap:2.25rem}.gap-\[1\.13rem\]{gap:1.13rem}.gap-\[1\.38rem\]{gap:1.38rem}.gap-\[3px\]{gap:3px}.gap-\[4\.5rem\]{gap:4.5rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-\[8px\]{-moz-column-gap:8px;column-gap:8px}.gap-y-0{row-gap:0px}.gap-y-1{row-gap:.25rem}.gap-y-2{row-gap:.5rem}.gap-y-\[1\.5rem\]{row-gap:1.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-adalyGray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(var(--adaly-gray-100) / var(--tw-divide-opacity, 1))}.divide-border-default>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(var(--color-border-default) / var(--tw-divide-opacity, 1))}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-y-visible{overflow-y:visible}.overflow-y-scroll{overflow-y:scroll}.overscroll-x-contain{overscroll-behavior-x:contain}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.text-nowrap{text-wrap:nowrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded-2xl{border-radius:1rem!important}.\!rounded-\[8px\]{border-radius:8px!important}.\!rounded-full{border-radius:9999px!important}.\!rounded-xl{border-radius:.75rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.25rem}.rounded-4xl{border-radius:1.5rem}.rounded-5xl{border-radius:2rem}.rounded-6xl{border-radius:2.5rem}.rounded-\[0\.25rem\]{border-radius:.25rem}.rounded-\[0\.43rem\]{border-radius:.43rem}.rounded-\[0\.625rem\]{border-radius:.625rem}.rounded-\[1\.25rem\]{border-radius:1.25rem}.rounded-\[16px\]{border-radius:16px}.rounded-\[1rem\]{border-radius:1rem}.rounded-\[20px\]{border-radius:20px}.rounded-\[8px\]{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.\!rounded-l-full{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-t-3xl{border-top-left-radius:1.25rem;border-top-right-radius:1.25rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-bl-md{border-bottom-left-radius:.375rem}.rounded-br-md{border-bottom-right-radius:.375rem}.\!border{border-width:1px!important}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-b-2{border-bottom-width:2px}.border-b-4{border-bottom-width:4px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.\!border-none{border-style:none!important}.border-none{border-style:none}.\!border-adalyGray-200{--tw-border-opacity: 1 !important;border-color:rgb(var(--adaly-gray-200) / var(--tw-border-opacity, 1))!important}.\!border-adalyGray-500{--tw-border-opacity: 1 !important;border-color:rgb(var(--adaly-gray-500) / var(--tw-border-opacity, 1))!important}.\!border-adalyPink-500{--tw-border-opacity: 1 !important;border-color:rgb(255 1 94 / var(--tw-border-opacity, 1))!important}.\!border-white{--tw-border-opacity: 1 !important;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))!important}.border-adalyBlue-100{--tw-border-opacity: 1;border-color:rgb(236 245 254 / var(--tw-border-opacity, 1))}.border-adalyBlue-200{--tw-border-opacity: 1;border-color:rgb(209 233 255 / var(--tw-border-opacity, 1))}.border-adalyBlue-300{--tw-border-opacity: 1;border-color:rgb(214 231 253 / var(--tw-border-opacity, 1))}.border-adalyBlue-400{--tw-border-opacity: 1;border-color:rgb(135 183 255 / var(--tw-border-opacity, 1))}.border-adalyBlue-500{--tw-border-opacity: 1;border-color:rgb(39 73 246 / var(--tw-border-opacity, 1))}.border-adalyBlue-550{--tw-border-opacity: 1;border-color:rgb(49 65 224 / var(--tw-border-opacity, 1))}.border-adalyBlue-950{--tw-border-opacity: 1;border-color:rgb(93 91 255 / var(--tw-border-opacity, 1))}.border-adalyGray-100{--tw-border-opacity: 1;border-color:rgb(var(--adaly-gray-100) / var(--tw-border-opacity, 1))}.border-adalyGray-200{--tw-border-opacity: 1;border-color:rgb(var(--adaly-gray-200) / var(--tw-border-opacity, 1))}.border-adalyGray-300{--tw-border-opacity: 1;border-color:rgb(var(--adaly-gray-300) / var(--tw-border-opacity, 1))}.border-adalyGray-400{--tw-border-opacity: 1;border-color:rgb(var(--adaly-gray-400) / var(--tw-border-opacity, 1))}.border-adalyGray-50{--tw-border-opacity: 1;border-color:rgb(var(--adaly-gray-50) / var(--tw-border-opacity, 1))}.border-adalyGray-500{--tw-border-opacity: 1;border-color:rgb(var(--adaly-gray-500) / var(--tw-border-opacity, 1))}.border-adalyGray-700{--tw-border-opacity: 1;border-color:rgb(var(--adaly-gray-700) / var(--tw-border-opacity, 1))}.border-adalyGray-900{--tw-border-opacity: 1;border-color:rgb(var(--adaly-gray-900) / var(--tw-border-opacity, 1))}.border-adalyGray-950{--tw-border-opacity: 1;border-color:rgb(var(--adaly-gray-950) / var(--tw-border-opacity, 1))}.border-adalyGreen-200{--tw-border-opacity: 1;border-color:rgb(200 252 149 / var(--tw-border-opacity, 1))}.border-adalyOrange-100{--tw-border-opacity: 1;border-color:rgb(255 234 219 / var(--tw-border-opacity, 1))}.border-adalyOrange-200{--tw-border-opacity: 1;border-color:rgb(253 217 169 / var(--tw-border-opacity, 1))}.border-adalyOrange-300{--tw-border-opacity: 1;border-color:rgb(253 159 138 / var(--tw-border-opacity, 1))}.border-adalyOrange-500{--tw-border-opacity: 1;border-color:rgb(252 112 80 / var(--tw-border-opacity, 1))}.border-adalyPink-500{--tw-border-opacity: 1;border-color:rgb(255 1 94 / var(--tw-border-opacity, 1))}.border-adalyPink-500\/30{border-color:#ff015e4d}.border-adalySuccess-500{--tw-border-opacity: 1;border-color:rgb(114 197 135 / var(--tw-border-opacity, 1))}.border-adalySuccess-500\/30{border-color:#72c5874d}.border-adalyYellow-300{--tw-border-opacity: 1;border-color:rgb(255 187 44 / var(--tw-border-opacity, 1))}.border-adalyYellow-400{--tw-border-opacity: 1;border-color:rgb(239 149 40 / var(--tw-border-opacity, 1))}.border-amber-100{--tw-border-opacity: 1;border-color:rgb(254 243 199 / var(--tw-border-opacity, 1))}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-300{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.border-amber-500{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.border-blue-100{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-300{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.border-border-default{--tw-border-opacity: 1;border-color:rgb(var(--color-border-default) / var(--tw-border-opacity, 1))}.border-border-muted{--tw-border-opacity: 1;border-color:rgb(var(--color-border-muted) / var(--tw-border-opacity, 1))}.border-border-subtle{--tw-border-opacity: 1;border-color:rgb(var(--color-border-subtle) / var(--tw-border-opacity, 1))}.border-border-success{--tw-border-opacity: 1;border-color:rgb(var(--color-border-success) / var(--tw-border-opacity, 1))}.border-emerald-100{--tw-border-opacity: 1;border-color:rgb(209 250 229 / var(--tw-border-opacity, 1))}.border-emerald-200{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity, 1))}.border-emerald-300{--tw-border-opacity: 1;border-color:rgb(110 231 183 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-green-100{--tw-border-opacity: 1;border-color:rgb(220 252 231 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-300{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-indigo-100{--tw-border-opacity: 1;border-color:rgb(224 231 255 / var(--tw-border-opacity, 1))}.border-indigo-200{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity, 1))}.border-indigo-300{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))}.border-input{border-color:hsl(var(--input))}.border-orange-100{--tw-border-opacity: 1;border-color:rgb(255 237 213 / var(--tw-border-opacity, 1))}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-orange-300{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity, 1))}.border-pink-100{--tw-border-opacity: 1;border-color:rgb(252 231 243 / var(--tw-border-opacity, 1))}.border-pink-200{--tw-border-opacity: 1;border-color:rgb(251 207 232 / var(--tw-border-opacity, 1))}.border-pink-300{--tw-border-opacity: 1;border-color:rgb(249 168 212 / var(--tw-border-opacity, 1))}.border-purple-100{--tw-border-opacity: 1;border-color:rgb(243 232 255 / var(--tw-border-opacity, 1))}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-purple-300{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.border-red-100{--tw-border-opacity: 1;border-color:rgb(254 226 226 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-rose-100{--tw-border-opacity: 1;border-color:rgb(255 228 230 / var(--tw-border-opacity, 1))}.border-rose-200{--tw-border-opacity: 1;border-color:rgb(254 205 211 / var(--tw-border-opacity, 1))}.border-rose-300{--tw-border-opacity: 1;border-color:rgb(253 164 175 / var(--tw-border-opacity, 1))}.border-slate-100{--tw-border-opacity: 1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1))}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-slate-300{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.border-status-red{--tw-border-opacity: 1;border-color:rgb(255 1 1 / var(--tw-border-opacity, 1))}.border-status-red\/20{border-color:#ff010133}.border-status-red\/30{border-color:#ff01014d}.border-teal-100{--tw-border-opacity: 1;border-color:rgb(204 251 241 / var(--tw-border-opacity, 1))}.border-teal-200{--tw-border-opacity: 1;border-color:rgb(153 246 228 / var(--tw-border-opacity, 1))}.border-teal-300{--tw-border-opacity: 1;border-color:rgb(94 234 212 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-yellow-100{--tw-border-opacity: 1;border-color:rgb(254 249 195 / var(--tw-border-opacity, 1))}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-yellow-300{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))}.border-l-adalyBlue-500{--tw-border-opacity: 1;border-left-color:rgb(39 73 246 / var(--tw-border-opacity, 1))}.border-l-adalyYellow-400{--tw-border-opacity: 1;border-left-color:rgb(239 149 40 / var(--tw-border-opacity, 1))}.border-r-border-subtle{--tw-border-opacity: 1;border-right-color:rgb(var(--color-border-subtle) / var(--tw-border-opacity, 1))}.border-t-adalyGray-600{--tw-border-opacity: 1;border-top-color:rgb(var(--adaly-gray-600) / var(--tw-border-opacity, 1))}.\!bg-adalyGray-0{--tw-bg-opacity: 1 !important;background-color:rgb(var(--adaly-gray-0) / var(--tw-bg-opacity, 1))!important}.\!bg-adalyGray-200{--tw-bg-opacity: 1 !important;background-color:rgb(var(--adaly-gray-200) / var(--tw-bg-opacity, 1))!important}.\!bg-transparent{background-color:transparent!important}.bg-\[\#CD0101\]\/10{background-color:#cd01011a}.bg-\[\#E99633\]\/10{background-color:#e996331a}.bg-\[\#F6F6FD\]{--tw-bg-opacity: 1;background-color:rgb(246 246 253 / var(--tw-bg-opacity, 1))}.bg-\[\#FDF0F0\]{--tw-bg-opacity: 1;background-color:rgb(253 240 240 / var(--tw-bg-opacity, 1))}.bg-\[\#FFF6D7\]{--tw-bg-opacity: 1;background-color:rgb(255 246 215 / var(--tw-bg-opacity, 1))}.bg-\[\#f7f7f7\]{--tw-bg-opacity: 1;background-color:rgb(247 247 247 / var(--tw-bg-opacity, 1))}.bg-\[rgb\(var\(--viz-canvas\)\)\]{background-color:rgb(var(--viz-canvas))}.bg-\[rgb\(var\(--viz-surface\)\)\]{background-color:rgb(var(--viz-surface))}.bg-adalyBlue-100{--tw-bg-opacity: 1;background-color:rgb(236 245 254 / var(--tw-bg-opacity, 1))}.bg-adalyBlue-200{--tw-bg-opacity: 1;background-color:rgb(209 233 255 / var(--tw-bg-opacity, 1))}.bg-adalyBlue-300{--tw-bg-opacity: 1;background-color:rgb(214 231 253 / var(--tw-bg-opacity, 1))}.bg-adalyBlue-400{--tw-bg-opacity: 1;background-color:rgb(135 183 255 / var(--tw-bg-opacity, 1))}.bg-adalyBlue-50{--tw-bg-opacity: 1;background-color:rgb(240 247 255 / var(--tw-bg-opacity, 1))}.bg-adalyBlue-50\/30{background-color:#f0f7ff4d}.bg-adalyBlue-500{--tw-bg-opacity: 1;background-color:rgb(39 73 246 / var(--tw-bg-opacity, 1))}.bg-adalyBlue-500\/30{background-color:#2749f64d}.bg-adalyBlue-550{--tw-bg-opacity: 1;background-color:rgb(49 65 224 / var(--tw-bg-opacity, 1))}.bg-adalyBlue-600{--tw-bg-opacity: 1;background-color:rgb(0 78 235 / var(--tw-bg-opacity, 1))}.bg-adalyBlue-700{--tw-bg-opacity: 1;background-color:rgb(0 59 163 / var(--tw-bg-opacity, 1))}.bg-adalyBlue-950{--tw-bg-opacity: 1;background-color:rgb(93 91 255 / var(--tw-bg-opacity, 1))}.bg-adalyBlue-950\/10{background-color:#5d5bff1a}.bg-adalyGray-0{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-0) / var(--tw-bg-opacity, 1))}.bg-adalyGray-0\/15{background-color:rgb(var(--adaly-gray-0) / .15)}.bg-adalyGray-0\/25{background-color:rgb(var(--adaly-gray-0) / .25)}.bg-adalyGray-0\/80{background-color:rgb(var(--adaly-gray-0) / .8)}.bg-adalyGray-0\/90{background-color:rgb(var(--adaly-gray-0) / .9)}.bg-adalyGray-100{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-100) / var(--tw-bg-opacity, 1))}.bg-adalyGray-100\/60{background-color:rgb(var(--adaly-gray-100) / .6)}.bg-adalyGray-200{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-200) / var(--tw-bg-opacity, 1))}.bg-adalyGray-300{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-300) / var(--tw-bg-opacity, 1))}.bg-adalyGray-400{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-400) / var(--tw-bg-opacity, 1))}.bg-adalyGray-50{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-50) / var(--tw-bg-opacity, 1))}.bg-adalyGray-50\/60{background-color:rgb(var(--adaly-gray-50) / .6)}.bg-adalyGray-50\/95{background-color:rgb(var(--adaly-gray-50) / .95)}.bg-adalyGray-500{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-500) / var(--tw-bg-opacity, 1))}.bg-adalyGray-600{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-600) / var(--tw-bg-opacity, 1))}.bg-adalyGray-700{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-700) / var(--tw-bg-opacity, 1))}.bg-adalyGray-700\/35{background-color:rgb(var(--adaly-gray-700) / .35)}.bg-adalyGray-800{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-800) / var(--tw-bg-opacity, 1))}.bg-adalyGray-900{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-900) / var(--tw-bg-opacity, 1))}.bg-adalyGray-950{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-950) / var(--tw-bg-opacity, 1))}.bg-adalyGreen-100{--tw-bg-opacity: 1;background-color:rgb(238 253 243 / var(--tw-bg-opacity, 1))}.bg-adalyGreen-200{--tw-bg-opacity: 1;background-color:rgb(200 252 149 / var(--tw-bg-opacity, 1))}.bg-adalyGreen-300{--tw-bg-opacity: 1;background-color:rgb(164 193 135 / var(--tw-bg-opacity, 1))}.bg-adalyGreen-400{--tw-bg-opacity: 1;background-color:rgb(33 155 69 / var(--tw-bg-opacity, 1))}.bg-adalyGreen-400\/10{background-color:#219b451a}.bg-adalyGreen-50{--tw-bg-opacity: 1;background-color:rgb(234 255 214 / var(--tw-bg-opacity, 1))}.bg-adalyOrange-100{--tw-bg-opacity: 1;background-color:rgb(255 234 219 / var(--tw-bg-opacity, 1))}.bg-adalyOrange-100\/20{background-color:#ffeadb33}.bg-adalyOrange-100\/40{background-color:#ffeadb66}.bg-adalyOrange-200{--tw-bg-opacity: 1;background-color:rgb(253 217 169 / var(--tw-bg-opacity, 1))}.bg-adalyOrange-300{--tw-bg-opacity: 1;background-color:rgb(253 159 138 / var(--tw-bg-opacity, 1))}.bg-adalyOrange-500{--tw-bg-opacity: 1;background-color:rgb(252 112 80 / var(--tw-bg-opacity, 1))}.bg-adalyPink-100{--tw-bg-opacity: 1;background-color:rgb(255 203 219 / var(--tw-bg-opacity, 1))}.bg-adalyPink-500{--tw-bg-opacity: 1;background-color:rgb(255 1 94 / var(--tw-bg-opacity, 1))}.bg-adalyPink-600{--tw-bg-opacity: 1;background-color:rgb(232 3 87 / var(--tw-bg-opacity, 1))}.bg-adalySuccess-50{--tw-bg-opacity: 1;background-color:rgb(238 253 243 / var(--tw-bg-opacity, 1))}.bg-adalySuccess-500{--tw-bg-opacity: 1;background-color:rgb(114 197 135 / var(--tw-bg-opacity, 1))}.bg-adalyYellow-100{--tw-bg-opacity: 1;background-color:rgb(255 236 66 / var(--tw-bg-opacity, 1))}.bg-adalyYellow-300{--tw-bg-opacity: 1;background-color:rgb(255 187 44 / var(--tw-bg-opacity, 1))}.bg-adalyYellow-400{--tw-bg-opacity: 1;background-color:rgb(239 149 40 / var(--tw-bg-opacity, 1))}.bg-adalyYellow-50{--tw-bg-opacity: 1;background-color:rgb(255 251 233 / var(--tw-bg-opacity, 1))}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-200{--tw-bg-opacity: 1;background-color:rgb(253 230 138 / var(--tw-bg-opacity, 1))}.bg-amber-300{--tw-bg-opacity: 1;background-color:rgb(252 211 77 / var(--tw-bg-opacity, 1))}.bg-amber-400{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-amber-600{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.bg-amber-700{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity, 1))}.bg-amber-800{--tw-bg-opacity: 1;background-color:rgb(146 64 14 / var(--tw-bg-opacity, 1))}.bg-background{background-color:hsl(var(--background))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/40{background-color:#0006}.bg-black\/50{background-color:#00000080}.bg-black\/80{background-color:#000c}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.bg-blue-300{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity, 1))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.bg-blue-800{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.bg-border{background-color:hsl(var(--border))}.bg-card{background-color:hsl(var(--card))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-emerald-100{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.bg-emerald-200{--tw-bg-opacity: 1;background-color:rgb(167 243 208 / var(--tw-bg-opacity, 1))}.bg-emerald-300{--tw-bg-opacity: 1;background-color:rgb(110 231 183 / var(--tw-bg-opacity, 1))}.bg-emerald-400{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity, 1))}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-emerald-600{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.bg-emerald-700{--tw-bg-opacity: 1;background-color:rgb(4 120 87 / var(--tw-bg-opacity, 1))}.bg-emerald-800{--tw-bg-opacity: 1;background-color:rgb(6 95 70 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-400\/30{background-color:#9ca3af4d}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-200{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.bg-green-300{--tw-bg-opacity: 1;background-color:rgb(134 239 172 / var(--tw-bg-opacity, 1))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-green-700{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.bg-green-800{--tw-bg-opacity: 1;background-color:rgb(22 101 52 / var(--tw-bg-opacity, 1))}.bg-green-800\/30{background-color:#1665344d}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-indigo-200{--tw-bg-opacity: 1;background-color:rgb(199 210 254 / var(--tw-bg-opacity, 1))}.bg-indigo-300{--tw-bg-opacity: 1;background-color:rgb(165 180 252 / var(--tw-bg-opacity, 1))}.bg-indigo-400{--tw-bg-opacity: 1;background-color:rgb(129 140 248 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-indigo-500{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-indigo-700{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.bg-indigo-800{--tw-bg-opacity: 1;background-color:rgb(55 48 163 / var(--tw-bg-opacity, 1))}.bg-muted{background-color:hsl(var(--muted))}.bg-muted\/50{background-color:hsl(var(--muted) / .5)}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-200{--tw-bg-opacity: 1;background-color:rgb(254 215 170 / var(--tw-bg-opacity, 1))}.bg-orange-300{--tw-bg-opacity: 1;background-color:rgb(253 186 116 / var(--tw-bg-opacity, 1))}.bg-orange-400{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.bg-orange-700{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity, 1))}.bg-orange-800{--tw-bg-opacity: 1;background-color:rgb(154 52 18 / var(--tw-bg-opacity, 1))}.bg-pink-100{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity, 1))}.bg-pink-200{--tw-bg-opacity: 1;background-color:rgb(251 207 232 / var(--tw-bg-opacity, 1))}.bg-pink-300{--tw-bg-opacity: 1;background-color:rgb(249 168 212 / var(--tw-bg-opacity, 1))}.bg-pink-400{--tw-bg-opacity: 1;background-color:rgb(244 114 182 / var(--tw-bg-opacity, 1))}.bg-pink-50{--tw-bg-opacity: 1;background-color:rgb(253 242 248 / var(--tw-bg-opacity, 1))}.bg-pink-500{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity, 1))}.bg-pink-600{--tw-bg-opacity: 1;background-color:rgb(219 39 119 / var(--tw-bg-opacity, 1))}.bg-pink-700{--tw-bg-opacity: 1;background-color:rgb(190 24 93 / var(--tw-bg-opacity, 1))}.bg-pink-800{--tw-bg-opacity: 1;background-color:rgb(157 23 77 / var(--tw-bg-opacity, 1))}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-200{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1))}.bg-purple-300{--tw-bg-opacity: 1;background-color:rgb(216 180 254 / var(--tw-bg-opacity, 1))}.bg-purple-400{--tw-bg-opacity: 1;background-color:rgb(192 132 252 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.bg-purple-700{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))}.bg-purple-800{--tw-bg-opacity: 1;background-color:rgb(107 33 168 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-200{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.bg-red-300{--tw-bg-opacity: 1;background-color:rgb(252 165 165 / var(--tw-bg-opacity, 1))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-500\/30{background-color:#ef44444d}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.bg-red-800{--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity, 1))}.bg-rose-100{--tw-bg-opacity: 1;background-color:rgb(255 228 230 / var(--tw-bg-opacity, 1))}.bg-rose-200{--tw-bg-opacity: 1;background-color:rgb(254 205 211 / var(--tw-bg-opacity, 1))}.bg-rose-300{--tw-bg-opacity: 1;background-color:rgb(253 164 175 / var(--tw-bg-opacity, 1))}.bg-rose-400{--tw-bg-opacity: 1;background-color:rgb(251 113 133 / var(--tw-bg-opacity, 1))}.bg-rose-50{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity, 1))}.bg-rose-500{--tw-bg-opacity: 1;background-color:rgb(244 63 94 / var(--tw-bg-opacity, 1))}.bg-rose-600{--tw-bg-opacity: 1;background-color:rgb(225 29 72 / var(--tw-bg-opacity, 1))}.bg-rose-700{--tw-bg-opacity: 1;background-color:rgb(190 18 60 / var(--tw-bg-opacity, 1))}.bg-rose-800{--tw-bg-opacity: 1;background-color:rgb(159 18 57 / var(--tw-bg-opacity, 1))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-slate-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.bg-slate-300{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.bg-slate-400{--tw-bg-opacity: 1;background-color:rgb(148 163 184 / var(--tw-bg-opacity, 1))}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.bg-slate-500{--tw-bg-opacity: 1;background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1))}.bg-slate-600{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.bg-slate-700{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.bg-slate-800{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.bg-status-green{--tw-bg-opacity: 1;background-color:rgb(104 232 109 / var(--tw-bg-opacity, 1))}.bg-status-red{--tw-bg-opacity: 1;background-color:rgb(255 1 1 / var(--tw-bg-opacity, 1))}.bg-status-red\/10{background-color:#ff01011a}.bg-status-red\/30{background-color:#ff01014d}.bg-status-red\/5{background-color:#ff01010d}.bg-status-yellow{--tw-bg-opacity: 1;background-color:rgb(255 236 66 / var(--tw-bg-opacity, 1))}.bg-surface-elevated{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-elevated) / var(--tw-bg-opacity, 1))}.bg-surface-inverse{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-inverse) / var(--tw-bg-opacity, 1))}.bg-surface-muted{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-muted) / var(--tw-bg-opacity, 1))}.bg-surface-subtle{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-subtle) / var(--tw-bg-opacity, 1))}.bg-teal-100{--tw-bg-opacity: 1;background-color:rgb(204 251 241 / var(--tw-bg-opacity, 1))}.bg-teal-200{--tw-bg-opacity: 1;background-color:rgb(153 246 228 / var(--tw-bg-opacity, 1))}.bg-teal-300{--tw-bg-opacity: 1;background-color:rgb(94 234 212 / var(--tw-bg-opacity, 1))}.bg-teal-400{--tw-bg-opacity: 1;background-color:rgb(45 212 191 / var(--tw-bg-opacity, 1))}.bg-teal-50{--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity, 1))}.bg-teal-500{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity, 1))}.bg-teal-600{--tw-bg-opacity: 1;background-color:rgb(13 148 136 / var(--tw-bg-opacity, 1))}.bg-teal-700{--tw-bg-opacity: 1;background-color:rgb(15 118 110 / var(--tw-bg-opacity, 1))}.bg-teal-800{--tw-bg-opacity: 1;background-color:rgb(17 94 89 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))}.bg-yellow-300{--tw-bg-opacity: 1;background-color:rgb(253 224 71 / var(--tw-bg-opacity, 1))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.bg-yellow-700{--tw-bg-opacity: 1;background-color:rgb(161 98 7 / var(--tw-bg-opacity, 1))}.bg-yellow-800{--tw-bg-opacity: 1;background-color:rgb(133 77 14 / var(--tw-bg-opacity, 1))}.bg-opacity-30{--tw-bg-opacity: .3}.bg-opacity-75{--tw-bg-opacity: .75}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.bg-radial-gradient-shelf{background-image:radial-gradient(circle,rgb(var(--shelf-gradient-end)) 60%,rgb(var(--shelf-gradient-start)))}.from-adalyBlue-300{--tw-gradient-from: #D6E7FD var(--tw-gradient-from-position);--tw-gradient-to: rgb(214 231 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-adalyBlue-950{--tw-gradient-from: #5D5BFF var(--tw-gradient-from-position);--tw-gradient-to: rgb(93 91 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-adalyGray-0{--tw-gradient-from: rgb(var(--adaly-gray-0) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--adaly-gray-0) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-adalyGray-0\/95{--tw-gradient-from: rgb(var(--adaly-gray-0) / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--adaly-gray-0) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-adalyGray-200{--tw-gradient-from: rgb(var(--adaly-gray-200) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--adaly-gray-200) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-adalyGray-50{--tw-gradient-from: rgb(var(--adaly-gray-50) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--adaly-gray-50) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-adalyOrange-300{--tw-gradient-from: #FD9F8A var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 159 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-adalyOrange-500{--tw-gradient-from: #FC7050 var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 112 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white{--tw-gradient-from: #fff var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-adalyGray-0\/80{--tw-gradient-to: rgb(var(--adaly-gray-0) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(var(--adaly-gray-0) / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-adalyBlue-500{--tw-gradient-to: #2749F6 var(--tw-gradient-to-position)}.to-adalyBlue-950{--tw-gradient-to: #5D5BFF var(--tw-gradient-to-position)}.to-adalyGray-0\/0{--tw-gradient-to: rgb(var(--adaly-gray-0) / 0) var(--tw-gradient-to-position)}.to-adalyGray-100{--tw-gradient-to: rgb(var(--adaly-gray-100) / 1) var(--tw-gradient-to-position)}.to-adalyGray-200{--tw-gradient-to: rgb(var(--adaly-gray-200) / 1) var(--tw-gradient-to-position)}.to-adalyGray-50{--tw-gradient-to: rgb(var(--adaly-gray-50) / 1) var(--tw-gradient-to-position)}.to-adalyOrange-300{--tw-gradient-to: #FD9F8A var(--tw-gradient-to-position)}.to-adalyOrange-500{--tw-gradient-to: #FC7050 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.bg-cover{background-size:cover}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-repeat{background-repeat:repeat}.fill-\[\#A0A0A0\]{fill:#a0a0a0}.fill-\[\#B4B4B4\]{fill:#b4b4b4}.fill-\[\#C9C9C9\]{fill:#c9c9c9}.fill-\[\#FDA996\]{fill:#fda996}.fill-adalyBlue-500{fill:#2749f6}.fill-adalyGray-500{fill:rgb(var(--adaly-gray-500) / 1)}.fill-adalyOrange-300{fill:#fd9f8a}.fill-adalyOrange-500{fill:#fc7050}.fill-current{fill:currentColor}.stroke-adalyGray-500{stroke:rgb(var(--adaly-gray-500) / 1)}.stroke-adalyGray-900{stroke:rgb(var(--adaly-gray-900) / 1)}.stroke-adalyGray-950{stroke:rgb(var(--adaly-gray-950) / 1)}.stroke-adalyOrange-500{stroke:#fc7050}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.p-\[0\.12rem\]{padding:.12rem}.p-\[0\.375rem\]{padding:.375rem}.p-\[0\.44rem\]{padding:.44rem}.p-\[0\.625rem\]{padding:.625rem}.p-px{padding:1px}.\!px-2{padding-left:.5rem!important;padding-right:.5rem!important}.\!py-0{padding-top:0!important;padding-bottom:0!important}.\!py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-11{padding-left:2.75rem;padding-right:2.75rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-20{padding-left:5rem;padding-right:5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[0\.1875rem\]{padding-left:.1875rem;padding-right:.1875rem}.px-\[0\.375rem\]{padding-left:.375rem;padding-right:.375rem}.px-\[0\.3rem\]{padding-left:.3rem;padding-right:.3rem}.px-\[1\.12rem\]{padding-left:1.12rem;padding-right:1.12rem}.px-\[2\.12rem\]{padding-left:2.12rem;padding-right:2.12rem}.px-\[3\.25rem\]{padding-left:3.25rem;padding-right:3.25rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[0\.12rem\]{padding-top:.12rem;padding-bottom:.12rem}.py-\[0\.2rem\]{padding-top:.2rem;padding-bottom:.2rem}.py-\[0\.31rem\]{padding-top:.31rem;padding-bottom:.31rem}.py-\[0\.375rem\]{padding-top:.375rem;padding-bottom:.375rem}.py-\[0\.4rem\]{padding-top:.4rem;padding-bottom:.4rem}.py-\[0\.62rem\]{padding-top:.62rem;padding-bottom:.62rem}.py-\[0\.63rem\]{padding-top:.63rem;padding-bottom:.63rem}.py-\[1\.06rem\]{padding-top:1.06rem;padding-bottom:1.06rem}.py-\[2\.19rem\]{padding-top:2.19rem;padding-bottom:2.19rem}.\!pl-\[14px\]{padding-left:14px!important}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-11{padding-bottom:2.75rem}.pb-12{padding-bottom:3rem}.pb-2{padding-bottom:.5rem}.pb-24{padding-bottom:6rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-\[16px\]{padding-bottom:16px}.pb-px{padding-bottom:1px}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-11{padding-left:2.75rem}.pl-12{padding-left:3rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-40{padding-left:10rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-7{padding-left:1.75rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pl-\[1\.05rem\]{padding-left:1.05rem}.pl-\[1\.12rem\]{padding-left:1.12rem}.pl-\[14px\]{padding-left:14px}.pl-\[16px\]{padding-left:16px}.pl-\[2\.12rem\]{padding-left:2.12rem}.pr-1{padding-right:.25rem}.pr-10{padding-right:2.5rem}.pr-12{padding-right:3rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-6{padding-right:1.5rem}.pr-7{padding-right:1.75rem}.pr-8{padding-right:2rem}.pr-9{padding-right:2.25rem}.pr-\[16px\]{padding-right:16px}.pr-\[2\.75rem\]{padding-right:2.75rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-14{padding-top:3.5rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:1.75rem}.pt-\[0\.69rem\]{padding-top:.69rem}.pt-\[1\.19rem\]{padding-top:1.19rem}.pt-\[3\.37rem\]{padding-top:3.37rem}.pt-\[8px\]{padding-top:8px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.font-cabinetGrotesk{font-family:CabinetGrotesk,sans-serif}.font-geist{font-family:Geist,system-ui,sans-serif}.font-geist-mono{font-family:Geist Mono,ui-monospace,monospace}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:Satoshi,sans-serif}.\!text-6xl{font-size:3.75rem!important;line-height:1!important}.\!text-sm{font-size:.875rem!important;line-height:150%!important}.\!text-xs{font-size:.75rem!important;line-height:150%!important}.text-2xl{font-size:2rem;line-height:62.5%}.text-2xs{font-size:.625rem;line-height:120%}.text-3xl{font-size:2.25rem;line-height:150%}.text-4xl{font-size:2.5rem;line-height:120%}.text-5xl{font-size:3rem;line-height:120%}.text-6xl{font-size:3.75rem;line-height:1}.text-\[0\.625rem\]{font-size:.625rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[4rem\]{font-size:4rem}.text-base{font-size:1rem;line-height:150%}.text-lg{font-size:1.25rem;line-height:120%}.text-sm{font-size:.875rem;line-height:150%}.text-xl{font-size:1.5rem;line-height:150%}.text-xs{font-size:.75rem;line-height:150%}.\!font-medium{font-weight:500!important}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-thin{font-weight:100}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.not-italic{font-style:normal}.ordinal{--tw-ordinal: ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-2{line-height:120%}.leading-3{line-height:133.33%}.leading-4{line-height:150%}.leading-5{line-height:175%}.leading-6{line-height:200%}.leading-7{line-height:210%}.leading-8{line-height:220%}.leading-\[0\.9375rem\]{line-height:.9375rem}.leading-\[1\.125rem\]{line-height:1.125rem}.leading-\[1\.3125rem\]{line-height:1.3125rem}.leading-\[1\.75rem\]{line-height:1.75rem}.leading-\[150\%\]{line-height:150%}.leading-\[154\%\]{line-height:154%}.leading-\[2rem\]{line-height:2rem}.leading-\[5\.5rem\]{line-height:5.5rem}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[-0\.01em\]{letter-spacing:-.01em}.tracking-\[-0\.03rem\]{letter-spacing:-.03rem}.tracking-\[0\.24px\]{letter-spacing:.24px}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-adalyGray-700{--tw-text-opacity: 1 !important;color:rgb(var(--adaly-gray-700) / var(--tw-text-opacity, 1))!important}.\!text-adalyGray-800{--tw-text-opacity: 1 !important;color:rgb(var(--adaly-gray-800) / var(--tw-text-opacity, 1))!important}.\!text-adalyGray-900{--tw-text-opacity: 1 !important;color:rgb(var(--adaly-gray-900) / var(--tw-text-opacity, 1))!important}.text-\[\#17543F\]{--tw-text-opacity: 1;color:rgb(23 84 63 / var(--tw-text-opacity, 1))}.text-\[\#221F20\]{--tw-text-opacity: 1;color:rgb(34 31 32 / var(--tw-text-opacity, 1))}.text-\[\#545454\]{--tw-text-opacity: 1;color:rgb(84 84 84 / var(--tw-text-opacity, 1))}.text-\[\#5D5BFF\]{--tw-text-opacity: 1;color:rgb(93 91 255 / var(--tw-text-opacity, 1))}.text-\[\#A64C1C\]{--tw-text-opacity: 1;color:rgb(166 76 28 / var(--tw-text-opacity, 1))}.text-\[\#A7A7A7\]{--tw-text-opacity: 1;color:rgb(167 167 167 / var(--tw-text-opacity, 1))}.text-\[\#C4C4C4\]{--tw-text-opacity: 1;color:rgb(196 196 196 / var(--tw-text-opacity, 1))}.text-\[\#CD0101\]{--tw-text-opacity: 1;color:rgb(205 1 1 / var(--tw-text-opacity, 1))}.text-\[\#D12F2C\]{--tw-text-opacity: 1;color:rgb(209 47 44 / var(--tw-text-opacity, 1))}.text-\[\#E99633\]{--tw-text-opacity: 1;color:rgb(233 150 51 / var(--tw-text-opacity, 1))}.text-\[\#FC7050\]{--tw-text-opacity: 1;color:rgb(252 112 80 / var(--tw-text-opacity, 1))}.text-adalyBlue-500{--tw-text-opacity: 1;color:rgb(39 73 246 / var(--tw-text-opacity, 1))}.text-adalyBlue-550{--tw-text-opacity: 1;color:rgb(49 65 224 / var(--tw-text-opacity, 1))}.text-adalyBlue-600{--tw-text-opacity: 1;color:rgb(0 78 235 / var(--tw-text-opacity, 1))}.text-adalyBlue-700{--tw-text-opacity: 1;color:rgb(0 59 163 / var(--tw-text-opacity, 1))}.text-adalyBlue-950{--tw-text-opacity: 1;color:rgb(93 91 255 / var(--tw-text-opacity, 1))}.text-adalyGray-0{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-0) / var(--tw-text-opacity, 1))}.text-adalyGray-100{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-100) / var(--tw-text-opacity, 1))}.text-adalyGray-200{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-200) / var(--tw-text-opacity, 1))}.text-adalyGray-400{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-400) / var(--tw-text-opacity, 1))}.text-adalyGray-50{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-50) / var(--tw-text-opacity, 1))}.text-adalyGray-500{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-500) / var(--tw-text-opacity, 1))}.text-adalyGray-600{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-600) / var(--tw-text-opacity, 1))}.text-adalyGray-700{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-700) / var(--tw-text-opacity, 1))}.text-adalyGray-800{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-800) / var(--tw-text-opacity, 1))}.text-adalyGray-900{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-900) / var(--tw-text-opacity, 1))}.text-adalyGray-950{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-950) / var(--tw-text-opacity, 1))}.text-adalyGray-950\/35{color:rgb(var(--adaly-gray-950) / .35)}.text-adalyGreen-300{--tw-text-opacity: 1;color:rgb(164 193 135 / var(--tw-text-opacity, 1))}.text-adalyGreen-400{--tw-text-opacity: 1;color:rgb(33 155 69 / var(--tw-text-opacity, 1))}.text-adalyOrange-500{--tw-text-opacity: 1;color:rgb(252 112 80 / var(--tw-text-opacity, 1))}.text-adalyPink-500{--tw-text-opacity: 1;color:rgb(255 1 94 / var(--tw-text-opacity, 1))}.text-adalyPink-600{--tw-text-opacity: 1;color:rgb(232 3 87 / var(--tw-text-opacity, 1))}.text-adalySuccess-500{--tw-text-opacity: 1;color:rgb(114 197 135 / var(--tw-text-opacity, 1))}.text-adalyYellow-300{--tw-text-opacity: 1;color:rgb(255 187 44 / var(--tw-text-opacity, 1))}.text-adalyYellow-400{--tw-text-opacity: 1;color:rgb(239 149 40 / var(--tw-text-opacity, 1))}.text-amber-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-emerald-400{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.text-emerald-500{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-emerald-800{--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity, 1))}.text-fg-body{--tw-text-opacity: 1;color:rgb(var(--color-fg-body) / var(--tw-text-opacity, 1))}.text-fg-error{--tw-text-opacity: 1;color:rgb(var(--color-fg-error) / var(--tw-text-opacity, 1))}.text-fg-inverse{--tw-text-opacity: 1;color:rgb(var(--color-fg-inverse) / var(--tw-text-opacity, 1))}.text-fg-link{--tw-text-opacity: 1;color:rgb(var(--color-fg-link) / var(--tw-text-opacity, 1))}.text-fg-muted{--tw-text-opacity: 1;color:rgb(var(--color-fg-muted) / var(--tw-text-opacity, 1))}.text-fg-primary{--tw-text-opacity: 1;color:rgb(var(--color-fg-primary) / var(--tw-text-opacity, 1))}.text-fg-secondary{--tw-text-opacity: 1;color:rgb(var(--color-fg-secondary) / var(--tw-text-opacity, 1))}.text-fg-success{--tw-text-opacity: 1;color:rgb(var(--color-fg-success) / var(--tw-text-opacity, 1))}.text-foreground{color:hsl(var(--foreground))}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-gray-950\/30{color:#0307124d}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-indigo-400{--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity, 1))}.text-indigo-500{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-indigo-800{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-orange-400{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-pink-400{--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity, 1))}.text-pink-500{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity, 1))}.text-pink-600{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity, 1))}.text-pink-700{--tw-text-opacity: 1;color:rgb(190 24 93 / var(--tw-text-opacity, 1))}.text-pink-800{--tw-text-opacity: 1;color:rgb(157 23 77 / var(--tw-text-opacity, 1))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-red-900{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.text-rose-400{--tw-text-opacity: 1;color:rgb(251 113 133 / var(--tw-text-opacity, 1))}.text-rose-500{--tw-text-opacity: 1;color:rgb(244 63 94 / var(--tw-text-opacity, 1))}.text-rose-600{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity, 1))}.text-rose-700{--tw-text-opacity: 1;color:rgb(190 18 60 / var(--tw-text-opacity, 1))}.text-rose-800{--tw-text-opacity: 1;color:rgb(159 18 57 / var(--tw-text-opacity, 1))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-800{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.text-status-red{--tw-text-opacity: 1;color:rgb(255 1 1 / var(--tw-text-opacity, 1))}.text-status-red\/80{color:#ff0101cc}.text-teal-400{--tw-text-opacity: 1;color:rgb(45 212 191 / var(--tw-text-opacity, 1))}.text-teal-500{--tw-text-opacity: 1;color:rgb(20 184 166 / var(--tw-text-opacity, 1))}.text-teal-600{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity, 1))}.text-teal-700{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity, 1))}.text-teal-800{--tw-text-opacity: 1;color:rgb(17 94 89 / var(--tw-text-opacity, 1))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.decoration-dotted{text-decoration-style:dotted}.underline-offset-2{text-underline-offset:2px}.underline-offset-4{text-underline-offset:4px}.placeholder-adalyGray-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--adaly-gray-500) / var(--tw-placeholder-opacity, 1))}.placeholder-adalyGray-500::placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--adaly-gray-500) / var(--tw-placeholder-opacity, 1))}.caret-adalyOrange-500{caret-color:#fc7050}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-35{opacity:.35}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-90{opacity:.9}.\!shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow{--tw-shadow: 0px 4px 19px 0px rgba(0, 0, 0, .09);--tw-shadow-colored: 0px 4px 19px 0px 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-\[-20px_-20px_30px_10px_white\]{--tw-shadow: -20px -20px 30px 10px white;--tw-shadow-colored: -20px -20px 30px 10px 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-\[0_-0\.5rem_1\.5rem_rgba\(15\,23\,42\,0\.07\)\]{--tw-shadow: 0 -.5rem 1.5rem rgba(15,23,42,.07);--tw-shadow-colored: 0 -.5rem 1.5rem 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-\[0_-2px_8px_rgba\(0\,0\,0\,0\.04\)\]{--tw-shadow: 0 -2px 8px rgba(0,0,0,.04);--tw-shadow-colored: 0 -2px 8px 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-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-green-500\/30{--tw-shadow-color: rgb(34 197 94 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/30{--tw-shadow-color: rgb(239 68 68 / .3);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-adalyGray-200{outline-color:rgb(var(--adaly-gray-200) / 1)}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-inset{--tw-ring-inset: inset}.ring-adalyBlue-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(214 231 253 / var(--tw-ring-opacity, 1))}.ring-adalyBlue-950{--tw-ring-opacity: 1;--tw-ring-color: rgb(93 91 255 / var(--tw-ring-opacity, 1))}.ring-adalyGray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--adaly-gray-300) / var(--tw-ring-opacity, 1))}.ring-adalyOrange-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 217 169 / var(--tw-ring-opacity, 1))}.ring-adalyOrange-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 112 80 / var(--tw-ring-opacity, 1))}.ring-adalyOrange-500\/50{--tw-ring-color: rgb(252 112 80 / .5)}.ring-border-default{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-border-default) / var(--tw-ring-opacity, 1))}.ring-offset-2{--tw-ring-offset-width: 2px}.blur{--tw-blur: blur(8px);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)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-xl{--tw-backdrop-blur: blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.\!transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.\!transition-none{transition-property:none!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[background-color\,box-shadow\]{transition-property:background-color,box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[box-shadow\]{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[color\,transform\]{transition-property:color,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in-0{--tw-enter-opacity: 0}.zoom-in-95{--tw-enter-scale: .95}.duration-150{animation-duration:.15s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.running{animation-play-state:running}.paused{animation-play-state:paused}.connector-grid{display:grid;grid-template-columns:repeat(1,minmax(20rem,20rem));gap:.75rem}@media (min-width: 768px){.connector-grid{grid-template-columns:repeat(2,minmax(20rem,20rem))}}@media (min-width: 1280px){.connector-grid{grid-template-columns:repeat(3,minmax(20rem,20rem))}}@media (min-width: 1850px){.connector-grid{grid-template-columns:repeat(4,minmax(20rem,20rem))}}::selection{background-color:#fdd9a9;color:rgb(var(--adaly-gray-700) / <alpha-value>)}::-moz-selection{background-color:#fdd9a9;color:rgb(var(--adaly-gray-700) / <alpha-value>)}.\[font-feature-settings\:\'liga\'_off\,\'clig\'_off\]{font-feature-settings:"liga" off,"clig" off}.\[post\:N\]{post:N}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slide-up{animation:slideUp .5s ease-out backwards}@keyframes slideLeft{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.animate-slide-left{animation:slideLeft .5s ease-out backwards}@keyframes darkShimmer{0%{background-position:0% center}to{background-position:-200% center}}.bg-image{background-position-x:-34px;background-position-y:-4px;background-size:180px,57px;background-repeat:no-repeat}.bg-image:hover{background-size:250px,137px}.bulletin{display:inline-flex;align-items:top;position:relative;z-index:10}.bulletin:before{content:"•";font-size:large;font-weight:700;margin-right:.5rem}.remove-scrollbars{scrollbar-width:none;-ms-overflow-style:none}.remove-scrollbars::-webkit-scrollbar{display:none}.chat-scroll-anchor-host *{overflow-anchor:none}.chat-scroll-anchor-host .chat-scroll-anchor{overflow-anchor:auto}.action-button svg{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.DraftEditor-root{font-family:Satoshi,sans-serif;font-weight:400;width:100%;min-width:0}.public-DraftEditor-content{overflow-wrap:anywhere;word-break:break-word}.dark ::selection{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-600) / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--adaly-gray-0) / var(--tw-text-opacity, 1))}.dark ::-moz-selection{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-600) / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(var(--adaly-gray-0) / var(--tw-text-opacity, 1))}.grayscale-component{filter:grayscale(100%) opacity(.35);-webkit-filter:grayscale(100%) opacity(.35) blur(1px)}.animate-pulse-slow{animation:pulse 3s infinite}.animate-pulse-slower{animation:pulse 4s infinite}.react-joyride__beacon{background-color:#fc7050!important;border-radius:50%!important;width:20px!important;height:20px!important;animation:pulse 2s infinite!important;cursor:pointer!important;z-index:1001!important}.react-joyride__beacon:before{content:"";position:absolute;background-color:#fd9f8a!important;border-radius:50%!important;width:10px!important;height:10px!important;top:5px!important;left:5px!important}.react-joyride__overlay{pointer-events:auto!important}.react-joyride__spotlight{cursor:pointer!important}.react-joyride__beacon:not([style*="display: none"]){display:block!important;visibility:visible!important;opacity:1!important}.react-joyride__beacon[style*="display: none"]{display:none!important;visibility:hidden!important;opacity:0!important}.cloud-shadow{box-shadow:0 0 20px rgb(var(--cloud-shadow)),0 0 20px rgb(var(--cloud-shadow)),0 0 20px rgb(var(--cloud-shadow)),0 0 20px rgb(var(--cloud-shadow)),0 0 20px rgb(var(--cloud-shadow)),0 0 20px rgb(var(--cloud-shadow)),0 0 20px rgb(var(--cloud-shadow)),0 0 20px rgb(var(--cloud-shadow))}.rpv-core__inner-page{background-color:transparent!important}.dark .rpv-core__viewer,.dark .rpv-core__inner-pages{background-color:rgb(var(--adaly-gray-0))}.dark .react-joyride__tooltip{background-color:rgb(var(--adaly-gray-100))!important;color:rgb(var(--adaly-gray-950))!important}.orange-gradient{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #FD9F8A var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 159 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #FC7050 var(--tw-gradient-to-position)}.orange-gradient-hover:hover:enabled{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #FD9F8A var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 159 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #FC7050 var(--tw-gradient-to-position)}.orange-text{-webkit-background-clip:text;background-clip:text;color:transparent;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #FD9F8A var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 159 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #FC7050 var(--tw-gradient-to-position)}.body-container{display:flex;gap:1.25rem}.header-gap{display:flex;height:100%;flex-direction:column;gap:1.25rem;padding:1.25rem}.coloured-scrollbar{scrollbar-color:#fc7050 rgb(var(--scrollbar-track));scrollbar-width:thin}.coloured-scrollbar::-webkit-scrollbar-track{background:rgb(var(--scrollbar-track))}.coloured-scrollbar::-webkit-scrollbar-thumb{background-color:rgb(var(--scrollbar-track));border-radius:6px;border:3px solid #fc7050}.floating-panel-edge-shadow{box-shadow:-16px 0 20px -6px rgb(var(--adaly-gray-0))}.terms-content{font-size:1.25rem;line-height:150%;--tw-text-opacity: 1;color:rgb(var(--adaly-gray-950) / var(--tw-text-opacity, 1))}.terms-content h2{font-size:1.25rem;font-weight:400;line-height:150%}.terms-content section p{margin-left:2rem}.terms-content section ul{list-style-type:decimal}.terms-content section ul li::marker{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-950) / var(--tw-text-opacity, 1))}.terms-content section ul li .paragraph-number{display:none}.radial-gradient-shelf-card{background-color:"red"}.gradient-shelf-card{background:radial-gradient(circle,rgb(var(--shelf-gradient-start)) 100%,rgb(var(--shelf-gradient-end)))}input[type=password]::-ms-reveal,input[type=password]::-webkit-password-reveal-button{display:none}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin:2em 2em 2em 0;width:50%}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5em}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1em;margin-bottom:1em}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1em;margin-bottom:.5em}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1em;margin-bottom:1em}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.25em;margin-bottom:.25em}.dark .prose{--tw-prose-links: #5d5bff}.dark .prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:#5d5bff}.dark .prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)):hover{color:#87b7ff}.chat-input-grid{grid-template-areas:"main-chat-input-field main-chat-input-field main-chat-input-field" "plus-button option-lister chevron-button"}.grid-area-option-lister{grid-area:option-lister}.grid-area-main-chat-input-field{grid-area:main-chat-input-field}.grid-plus-button{grid-area:plus-button}.grid-area-chevron-button{grid-area:chevron-button}.marker\:text-adalyGray-400 *::marker{color:rgb(var(--adaly-gray-400))}.marker\:text-adalyGreen-400 *::marker{color:#219b45}.marker\:text-adalyGray-400::marker{color:rgb(var(--adaly-gray-400))}.marker\:text-adalyGreen-400::marker{color:#219b45}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:150%}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::file-selector-button{color:hsl(var(--foreground))}.placeholder\:\!text-adalyGray-200::-moz-placeholder{--tw-text-opacity: 1 !important;color:rgb(var(--adaly-gray-200) / var(--tw-text-opacity, 1))!important}.placeholder\:\!text-adalyGray-200::placeholder{--tw-text-opacity: 1 !important;color:rgb(var(--adaly-gray-200) / var(--tw-text-opacity, 1))!important}.placeholder\:text-adalyGray-200::-moz-placeholder{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-200) / var(--tw-text-opacity, 1))}.placeholder\:text-adalyGray-200::placeholder{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-200) / var(--tw-text-opacity, 1))}.placeholder\:text-adalyGray-500::-moz-placeholder{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-500) / var(--tw-text-opacity, 1))}.placeholder\:text-adalyGray-500::placeholder{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-500) / var(--tw-text-opacity, 1))}.placeholder\:text-gray-300::-moz-placeholder{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-300::placeholder{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.first\:mt-0:first-child{margin-top:0}.last\:mb-0:last-child{margin-bottom:0}.last\:border-b-0:last-child{border-bottom-width:0px}.focus-within\:border-adalyGray-500:focus-within{--tw-border-opacity: 1;border-color:rgb(var(--adaly-gray-500) / var(--tw-border-opacity, 1))}.focus-within\:bg-adalyGray-0:focus-within{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-0) / var(--tw-bg-opacity, 1))}.focus-within\:bg-adalyGray-100:focus-within{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-100) / var(--tw-bg-opacity, 1))}.focus-within\:bg-white:focus-within{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.focus-within\:opacity-100:focus-within{opacity:1}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:rounded-full:hover{border-radius:9999px}.hover\:rounded-lg:hover{border-radius:.5rem}.hover\:border:hover{border-width:1px}.hover\:border-2:hover{border-width:2px}.hover\:\!border-adalyGray-200:hover{--tw-border-opacity: 1 !important;border-color:rgb(var(--adaly-gray-200) / var(--tw-border-opacity, 1))!important}.hover\:border-adalyBlue-500:hover{--tw-border-opacity: 1;border-color:rgb(39 73 246 / var(--tw-border-opacity, 1))}.hover\:border-adalyBlue-950:hover{--tw-border-opacity: 1;border-color:rgb(93 91 255 / var(--tw-border-opacity, 1))}.hover\:border-adalyGray-100:hover{--tw-border-opacity: 1;border-color:rgb(var(--adaly-gray-100) / var(--tw-border-opacity, 1))}.hover\:border-adalyGray-300:hover{--tw-border-opacity: 1;border-color:rgb(var(--adaly-gray-300) / var(--tw-border-opacity, 1))}.hover\:border-adalyGray-500:hover{--tw-border-opacity: 1;border-color:rgb(var(--adaly-gray-500) / var(--tw-border-opacity, 1))}.hover\:border-adalyGreen-200:hover{--tw-border-opacity: 1;border-color:rgb(200 252 149 / var(--tw-border-opacity, 1))}.hover\:border-adalyOrange-300:hover{--tw-border-opacity: 1;border-color:rgb(253 159 138 / var(--tw-border-opacity, 1))}.hover\:border-adalyOrange-500:hover{--tw-border-opacity: 1;border-color:rgb(252 112 80 / var(--tw-border-opacity, 1))}.hover\:border-transparent:hover{border-color:transparent}.hover\:border-b-transparent:hover{border-bottom-color:transparent}.hover\:\!bg-adalyGray-100:hover{--tw-bg-opacity: 1 !important;background-color:rgb(var(--adaly-gray-100) / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-adalyGray-200:hover{--tw-bg-opacity: 1 !important;background-color:rgb(var(--adaly-gray-200) / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-transparent:hover{background-color:transparent!important}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-adalyBlue-300:hover{--tw-bg-opacity: 1;background-color:rgb(214 231 253 / var(--tw-bg-opacity, 1))}.hover\:bg-adalyBlue-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 247 255 / var(--tw-bg-opacity, 1))}.hover\:bg-adalyBlue-950\/90:hover{background-color:#5d5bffe6}.hover\:bg-adalyGray-0:hover{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-0) / var(--tw-bg-opacity, 1))}.hover\:bg-adalyGray-0\/10:hover{background-color:rgb(var(--adaly-gray-0) / .1)}.hover\:bg-adalyGray-0\/40:hover{background-color:rgb(var(--adaly-gray-0) / .4)}.hover\:bg-adalyGray-100:hover{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-100) / var(--tw-bg-opacity, 1))}.hover\:bg-adalyGray-200:hover{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-200) / var(--tw-bg-opacity, 1))}.hover\:bg-adalyGray-200\/80:hover{background-color:rgb(var(--adaly-gray-200) / .8)}.hover\:bg-adalyGray-300:hover{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-300) / var(--tw-bg-opacity, 1))}.hover\:bg-adalyGray-50:hover{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-50) / var(--tw-bg-opacity, 1))}.hover\:bg-adalyGray-700:hover{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-700) / var(--tw-bg-opacity, 1))}.hover\:bg-adalyGray-800:hover{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-800) / var(--tw-bg-opacity, 1))}.hover\:bg-adalyGray-900:hover{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-900) / var(--tw-bg-opacity, 1))}.hover\:bg-adalyOrange-100:hover{--tw-bg-opacity: 1;background-color:rgb(255 234 219 / var(--tw-bg-opacity, 1))}.hover\:bg-adalyOrange-200:hover{--tw-bg-opacity: 1;background-color:rgb(253 217 169 / var(--tw-bg-opacity, 1))}.hover\:bg-adalyOrange-300:hover{--tw-bg-opacity: 1;background-color:rgb(253 159 138 / var(--tw-bg-opacity, 1))}.hover\:bg-adalyOrange-500\/15:hover{background-color:#fc705026}.hover\:bg-adalyPink-600:hover{--tw-bg-opacity: 1;background-color:rgb(232 3 87 / var(--tw-bg-opacity, 1))}.hover\:bg-adalyYellow-100:hover{--tw-bg-opacity: 1;background-color:rgb(255 236 66 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-600:hover{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.hover\:bg-destructive\/80:hover{background-color:hsl(var(--destructive) / .8)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.hover\:bg-green-200:hover{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted) / .5)}.hover\:bg-primary\/80:hover{background-color:hsl(var(--primary) / .8)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:bg-status-red:hover{--tw-bg-opacity: 1;background-color:rgb(255 1 1 / var(--tw-bg-opacity, 1))}.hover\:bg-status-red\/5:hover{background-color:#ff01010d}.hover\:bg-surface-elevated:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-elevated) / var(--tw-bg-opacity, 1))}.hover\:bg-surface-muted:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-muted) / var(--tw-bg-opacity, 1))}.hover\:bg-surface-subtle:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-surface-subtle) / var(--tw-bg-opacity, 1))}.hover\:bg-transparent:hover{background-color:transparent}.hover\:from-adalyBlue-500:hover{--tw-gradient-from: #2749F6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(39 73 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-adalyOrange-500:hover{--tw-gradient-from: #FC7050 var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 112 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-adalyBlue-500:hover{--tw-gradient-to: #2749F6 var(--tw-gradient-to-position)}.hover\:to-adalyOrange-500:hover{--tw-gradient-to: #FC7050 var(--tw-gradient-to-position)}.hover\:font-bold:hover{font-weight:700}.hover\:\!text-adalyGray-700:hover{--tw-text-opacity: 1 !important;color:rgb(var(--adaly-gray-700) / var(--tw-text-opacity, 1))!important}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-adalyBlue-550:hover{--tw-text-opacity: 1;color:rgb(49 65 224 / var(--tw-text-opacity, 1))}.hover\:text-adalyBlue-700:hover{--tw-text-opacity: 1;color:rgb(0 59 163 / var(--tw-text-opacity, 1))}.hover\:text-adalyBlue-950\/80:hover{color:#5d5bffcc}.hover\:text-adalyGray-0:hover{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-0) / var(--tw-text-opacity, 1))}.hover\:text-adalyGray-500:hover{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-500) / var(--tw-text-opacity, 1))}.hover\:text-adalyGray-600:hover{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-600) / var(--tw-text-opacity, 1))}.hover\:text-adalyGray-700:hover{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-700) / var(--tw-text-opacity, 1))}.hover\:text-adalyGray-800:hover{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-800) / var(--tw-text-opacity, 1))}.hover\:text-adalyGray-900:hover{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-900) / var(--tw-text-opacity, 1))}.hover\:text-adalyGray-950:hover{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-950) / var(--tw-text-opacity, 1))}.hover\:text-adalyOrange-300:hover{--tw-text-opacity: 1;color:rgb(253 159 138 / var(--tw-text-opacity, 1))}.hover\:text-adalyOrange-500:hover{--tw-text-opacity: 1;color:rgb(252 112 80 / var(--tw-text-opacity, 1))}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-fg-secondary:hover{--tw-text-opacity: 1;color:rgb(var(--color-fg-secondary) / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-green-600:hover{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow:hover{--tw-shadow: 0px 4px 19px 0px rgba(0, 0, 0, .09);--tw-shadow-colored: 0px 4px 19px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-0:focus{border-width:0px}.focus\:\!border-transparent:focus{border-color:transparent!important}.focus\:border-adalyGray-400:focus{--tw-border-opacity: 1;border-color:rgb(var(--adaly-gray-400) / var(--tw-border-opacity, 1))}.focus\:border-adalyOrange-500:focus{--tw-border-opacity: 1;border-color:rgb(252 112 80 / var(--tw-border-opacity, 1))}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:bg-adalyGray-0:focus{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-0) / var(--tw-bg-opacity, 1))}.focus\:bg-adalyGray-100:focus{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-100) / var(--tw-bg-opacity, 1))}.focus\:bg-adalyGray-50:focus{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-50) / var(--tw-bg-opacity, 1))}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:text-adalyGray-900:focus{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-900) / var(--tw-text-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:\!outline-adalyOrange-500:focus{outline-color:#fc7050!important}.focus\:outline-adalyOrange-500:focus{outline-color:#fc7050}.focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:translate-y-0:focus-visible{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.focus-visible\:border-adalyBlue-950:focus-visible{--tw-border-opacity: 1;border-color:rgb(93 91 255 / var(--tw-border-opacity, 1))}.focus-visible\:border-adalyOrange-500:focus-visible{--tw-border-opacity: 1;border-color:rgb(252 112 80 / var(--tw-border-opacity, 1))}.focus-visible\:bg-adalyGray-0:focus-visible{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-0) / var(--tw-bg-opacity, 1))}.focus-visible\:text-gray-700:focus-visible{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.focus-visible\:opacity-100:focus-visible{opacity:1}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-inset:focus-visible{--tw-ring-inset: inset}.focus-visible\:\!ring-adalyGray-400:focus-visible{--tw-ring-opacity: 1 !important;--tw-ring-color: rgb(var(--adaly-gray-400) / var(--tw-ring-opacity, 1)) !important}.focus-visible\:ring-adalyBlue-950:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(93 91 255 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-adalyGray-900:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--adaly-gray-900) / var(--tw-ring-opacity, 1))}.focus-visible\:ring-adalyOrange-500:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 112 80 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-adalyOrange-500\/20:focus-visible{--tw-ring-color: rgb(252 112 80 / .2)}.focus-visible\:ring-white:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width: 1px}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-adalyGray-0:focus-visible{--tw-ring-offset-color: rgb(var(--adaly-gray-0) / 1)}.active\:cursor-col-resize:active{cursor:col-resize}.active\:\!bg-adalyGray-200:active{--tw-bg-opacity: 1 !important;background-color:rgb(var(--adaly-gray-200) / var(--tw-bg-opacity, 1))!important}.active\:bg-adalyGray-0\/45:active{background-color:rgb(var(--adaly-gray-0) / .45)}.active\:bg-adalyGray-100:active{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-100) / var(--tw-bg-opacity, 1))}.active\:bg-adalyGray-200:active{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-200) / var(--tw-bg-opacity, 1))}.active\:bg-adalyGray-200\/95:active{background-color:rgb(var(--adaly-gray-200) / .95)}.active\:bg-adalyGray-400:active{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-400) / var(--tw-bg-opacity, 1))}.active\:bg-adalyGray-500:active{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-500) / var(--tw-bg-opacity, 1))}.active\:bg-adalyGray-900:active{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-900) / var(--tw-bg-opacity, 1))}.active\:bg-adalyGray-950:active{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-950) / var(--tw-bg-opacity, 1))}.active\:bg-adalyGreen-50:active{--tw-bg-opacity: 1;background-color:rgb(234 255 214 / var(--tw-bg-opacity, 1))}.active\:bg-adalyOrange-500\/20:active{background-color:#fc705033}.active\:text-adalyGray-0:active{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-0) / var(--tw-text-opacity, 1))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:border-adalyGray-200:disabled{--tw-border-opacity: 1;border-color:rgb(var(--adaly-gray-200) / var(--tw-border-opacity, 1))}.disabled\:border-transparent:disabled{border-color:transparent}.disabled\:bg-adalyGray-200:disabled{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-200) / var(--tw-bg-opacity, 1))}.disabled\:text-adalyGray-400:disabled{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-400) / var(--tw-text-opacity, 1))}.disabled\:text-adalyGray-500:disabled{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-500) / var(--tw-text-opacity, 1))}.disabled\:text-adalyGray-950:disabled{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-950) / var(--tw-text-opacity, 1))}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.disabled\:opacity-70:disabled{opacity:.7}.disabled\:hover\:bg-adalyGray-0:hover:disabled{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-0) / var(--tw-bg-opacity, 1))}.disabled\:hover\:bg-adalyGray-200:hover:disabled{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-200) / var(--tw-bg-opacity, 1))}.disabled\:hover\:bg-adalyGray-800:hover:disabled{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-800) / var(--tw-bg-opacity, 1))}.disabled\:hover\:bg-adalyGray-950:hover:disabled{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-950) / var(--tw-bg-opacity, 1))}.group:focus-within .group-focus-within\:text-adalyGray-800{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-800) / var(--tw-text-opacity, 1))}.group:focus-within .group-focus-within\:opacity-100{opacity:1}.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:h-\[28px\]{height:28px}.group:hover .group-hover\:translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.group:hover .group-hover\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.group:hover .group-hover\:border-adalyBlue-400{--tw-border-opacity: 1;border-color:rgb(135 183 255 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:bg-adalyBlue-400{--tw-bg-opacity: 1;background-color:rgb(135 183 255 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-adalyGray-100{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-100) / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-adalyGray-800{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-800) / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:fill-\[\#6F6F6F\]{fill:#6f6f6f}.group:hover .group-hover\:fill-\[\#959595\]{fill:#959595}.group:hover .group-hover\:fill-\[\#AAAAAA\]{fill:#aaa}.group:hover .group-hover\:fill-adalyGray-950{fill:rgb(var(--adaly-gray-950) / 1)}.group:hover .group-hover\:stroke-adalyGray-950{stroke:rgb(var(--adaly-gray-950) / 1)}.group\/action-bar:hover .group-hover\/action-bar\:text-adalyGray-950{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-950) / var(--tw-text-opacity, 1))}.group\/trash:hover .group-hover\/trash\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-adalyGray-0{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-0) / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-adalyGray-500{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-500) / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-adalyGray-600{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-600) / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-adalyGray-800{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-800) / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-adalyGray-900{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-900) / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-adalyGray-950{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-950) / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-fg-muted{--tw-text-opacity: 1;color:rgb(var(--color-fg-muted) / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}.group.destructive .group-\[\.destructive\]\:border-gray-100\/40{border-color:#f3f4f666}.group.destructive .group-\[\.destructive\]\:hover\:border-red-500\/30:hover{border-color:#ef44444d}.group.destructive .group-\[\.destructive\]\:hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--tw-translate-x: var(--radix-toast-swipe-end-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--tw-translate-x: var(--radix-toast-swipe-move-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .22s cubic-bezier(.32,.72,0,1)}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .28s cubic-bezier(.32,.72,0,1)}.data-\[state\=active\]\:border-adalyGray-950[data-state=active]{--tw-border-opacity: 1;border-color:rgb(var(--adaly-gray-950) / var(--tw-border-opacity, 1))}.data-\[highlighted\=true\]\:bg-transparent[data-highlighted=true]{background-color:transparent}.data-\[highlighted\]\:bg-adalyGray-100[data-highlighted]{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-100) / var(--tw-bg-opacity, 1))}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:hsl(var(--background))}.data-\[state\=active\]\:bg-transparent[data-state=active]{background-color:transparent}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=open\]\:bg-adalyGray-100[data-state=open],.data-\[state\=selected\]\:bg-adalyGray-100[data-state=selected]{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-100) / var(--tw-bg-opacity, 1))}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:hsl(var(--muted))}.data-\[placeholder\]\:text-adalyGray-500[data-placeholder]{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-500) / var(--tw-text-opacity, 1))}.data-\[placeholder\]\:text-muted-foreground[data-placeholder]{color:hsl(var(--muted-foreground))}.data-\[state\=active\]\:text-adalyGray-950[data-state=active]{--tw-text-opacity: 1;color:rgb(var(--adaly-gray-950) / var(--tw-text-opacity, 1))}.data-\[state\=active\]\:text-foreground[data-state=active]{color:hsl(var(--foreground))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=active\]\:shadow-none[data-state=active]{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[swipe\=end\]\:animate-out[data-swipe=end]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity: .8}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y: 100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x: -100%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed],.data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed]{--tw-exit-translate-x: 100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y: -100%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y: 100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x: -100%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x: 100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open],.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-highlighted=true] .group-data-\[highlighted\=true\]\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.group[data-highlighted=true] .group-data-\[highlighted\=true\]\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.group[data-highlighted=true] .group-data-\[highlighted\=true\]\:bg-adalyGray-100{--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-100) / var(--tw-bg-opacity, 1))}.group[data-highlighted=true] .group-data-\[highlighted\=true\]\:opacity-100{opacity:1}.prose-p\:my-0 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:0;margin-bottom:0}.prose-p\:my-1 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.25rem;margin-bottom:.25rem}.prose-strong\:text-adalyGray-800 :is(:where(strong):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(var(--adaly-gray-800) / var(--tw-text-opacity, 1))}.prose-code\:text-adalyGray-800 :is(:where(code):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(var(--adaly-gray-800) / var(--tw-text-opacity, 1))}.prose-pre\:my-0 :is(:where(pre):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:0;margin-bottom:0}.prose-pre\:bg-transparent :is(:where(pre):not(:where([class~=not-prose],[class~=not-prose] *))){background-color:transparent}.prose-pre\:p-0 :is(:where(pre):not(:where([class~=not-prose],[class~=not-prose] *))){padding:0}.dark\:block:is(.dark *){display:block}.dark\:border:is(.dark *){border-width:1px}.dark\:border-l-4:is(.dark *){border-left-width:4px}.dark\:\!border-adalyGray-300:is(.dark *){--tw-border-opacity: 1 !important;border-color:rgb(var(--adaly-gray-300) / var(--tw-border-opacity, 1))!important}.dark\:border-adalyBlue-500:is(.dark *){--tw-border-opacity: 1;border-color:rgb(39 73 246 / var(--tw-border-opacity, 1))}.dark\:border-adalyGray-100:is(.dark *){--tw-border-opacity: 1;border-color:rgb(var(--adaly-gray-100) / var(--tw-border-opacity, 1))}.dark\:border-adalyGray-200:is(.dark *){--tw-border-opacity: 1;border-color:rgb(var(--adaly-gray-200) / var(--tw-border-opacity, 1))}.dark\:border-adalyGray-300:is(.dark *){--tw-border-opacity: 1;border-color:rgb(var(--adaly-gray-300) / var(--tw-border-opacity, 1))}.dark\:border-adalyGreen-400:is(.dark *){--tw-border-opacity: 1;border-color:rgb(33 155 69 / var(--tw-border-opacity, 1))}.dark\:border-adalyOrange-500:is(.dark *){--tw-border-opacity: 1;border-color:rgb(252 112 80 / var(--tw-border-opacity, 1))}.dark\:border-red-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}.dark\:border-status-red:is(.dark *){--tw-border-opacity: 1;border-color:rgb(255 1 1 / var(--tw-border-opacity, 1))}.dark\:border-yellow-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(133 77 14 / var(--tw-border-opacity, 1))}.dark\:border-l-adalyYellow-400:is(.dark *){--tw-border-opacity: 1;border-left-color:rgb(239 149 40 / var(--tw-border-opacity, 1))}.dark\:\!bg-adalyGray-300:is(.dark *){--tw-bg-opacity: 1 !important;background-color:rgb(var(--adaly-gray-300) / var(--tw-bg-opacity, 1))!important}.dark\:bg-adalyBlue-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(39 73 246 / var(--tw-bg-opacity, 1))}.dark\:bg-adalyBlue-950\/20:is(.dark *){background-color:#5d5bff33}.dark\:bg-adalyGray-0:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-0) / var(--tw-bg-opacity, 1))}.dark\:bg-adalyGray-0\/25:is(.dark *){background-color:rgb(var(--adaly-gray-0) / .25)}.dark\:bg-adalyGray-0\/90:is(.dark *){background-color:rgb(var(--adaly-gray-0) / .9)}.dark\:bg-adalyGray-100:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-100) / var(--tw-bg-opacity, 1))}.dark\:bg-adalyGray-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-200) / var(--tw-bg-opacity, 1))}.dark\:bg-adalyGray-300:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-300) / var(--tw-bg-opacity, 1))}.dark\:bg-adalyGray-50:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-50) / var(--tw-bg-opacity, 1))}.dark\:bg-adalyGray-50\/50:is(.dark *){background-color:rgb(var(--adaly-gray-50) / .5)}.dark\:bg-adalyGray-950:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-950) / var(--tw-bg-opacity, 1))}.dark\:bg-adalyGreen-400\/20:is(.dark *){background-color:#219b4533}.dark\:bg-adalyYellow-400\/20:is(.dark *){background-color:#ef952833}.dark\:bg-gray-50:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-red-950\/30:is(.dark *){background-color:#450a0a4d}.dark\:bg-status-red\/15:is(.dark *){background-color:#ff010126}.dark\:bg-yellow-950\/30:is(.dark *){background-color:#4220064d}.dark\:from-adalyGray-100:is(.dark *){--tw-gradient-from: rgb(var(--adaly-gray-100) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--adaly-gray-100) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-adalyGray-50:is(.dark *){--tw-gradient-from: rgb(var(--adaly-gray-50) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--adaly-gray-50) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:to-adalyGray-50:is(.dark *){--tw-gradient-to: rgb(var(--adaly-gray-50) / 1) var(--tw-gradient-to-position)}.dark\:\!text-adalyGray-950:is(.dark *){--tw-text-opacity: 1 !important;color:rgb(var(--adaly-gray-950) / var(--tw-text-opacity, 1))!important}.dark\:text-adalyBlue-400:is(.dark *){--tw-text-opacity: 1;color:rgb(135 183 255 / var(--tw-text-opacity, 1))}.dark\:text-adalyBlue-950:is(.dark *){--tw-text-opacity: 1;color:rgb(93 91 255 / var(--tw-text-opacity, 1))}.dark\:text-adalyGray-200:is(.dark *){--tw-text-opacity: 1;color:rgb(var(--adaly-gray-200) / var(--tw-text-opacity, 1))}.dark\:text-adalyGray-500:is(.dark *){--tw-text-opacity: 1;color:rgb(var(--adaly-gray-500) / var(--tw-text-opacity, 1))}.dark\:text-adalyGray-600:is(.dark *){--tw-text-opacity: 1;color:rgb(var(--adaly-gray-600) / var(--tw-text-opacity, 1))}.dark\:text-adalyGray-700:is(.dark *){--tw-text-opacity: 1;color:rgb(var(--adaly-gray-700) / var(--tw-text-opacity, 1))}.dark\:text-adalyGray-800:is(.dark *){--tw-text-opacity: 1;color:rgb(var(--adaly-gray-800) / var(--tw-text-opacity, 1))}.dark\:text-adalyGray-900:is(.dark *){--tw-text-opacity: 1;color:rgb(var(--adaly-gray-900) / var(--tw-text-opacity, 1))}.dark\:text-adalyGray-950:is(.dark *){--tw-text-opacity: 1;color:rgb(var(--adaly-gray-950) / var(--tw-text-opacity, 1))}.dark\:text-adalyGreen-200:is(.dark *){--tw-text-opacity: 1;color:rgb(200 252 149 / var(--tw-text-opacity, 1))}.dark\:text-adalyGreen-400:is(.dark *){--tw-text-opacity: 1;color:rgb(33 155 69 / var(--tw-text-opacity, 1))}.dark\:text-adalyOrange-300:is(.dark *){--tw-text-opacity: 1;color:rgb(253 159 138 / var(--tw-text-opacity, 1))}.dark\:text-adalyYellow-300:is(.dark *){--tw-text-opacity: 1;color:rgb(255 187 44 / var(--tw-text-opacity, 1))}.dark\:text-green-400:is(.dark *){--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.dark\:text-red-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.dark\:text-red-300:is(.dark *){--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.dark\:text-red-400:is(.dark *){--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:text-status-red:is(.dark *){--tw-text-opacity: 1;color:rgb(255 1 1 / var(--tw-text-opacity, 1))}.dark\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:text-yellow-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 240 138 / var(--tw-text-opacity, 1))}.dark\:text-yellow-300:is(.dark *){--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.dark\:text-yellow-400:is(.dark *){--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.dark\:placeholder-adalyGray-500:is(.dark *)::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--adaly-gray-500) / var(--tw-placeholder-opacity, 1))}.dark\:placeholder-adalyGray-500:is(.dark *)::placeholder{--tw-placeholder-opacity: 1;color:rgb(var(--adaly-gray-500) / var(--tw-placeholder-opacity, 1))}.dark\:opacity-20:is(.dark *){opacity:.2}.dark\:opacity-\[0\.06\]:is(.dark *){opacity:.06}.dark\:shadow-\[0_-0\.5rem_1\.5rem_rgba\(0\,0\,0\,0\.4\)\]:is(.dark *){--tw-shadow: 0 -.5rem 1.5rem rgba(0,0,0,.4);--tw-shadow-colored: 0 -.5rem 1.5rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark\:shadow-\[0_-2px_8px_rgba\(0\,0\,0\,0\.2\)\]:is(.dark *){--tw-shadow: 0 -2px 8px rgba(0,0,0,.2);--tw-shadow-colored: 0 -2px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark\:shadow-none:is(.dark *){--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark\:ring-adalyGray-300:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--adaly-gray-300) / var(--tw-ring-opacity, 1))}.dark\:ring-adalyGray-400:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--adaly-gray-400) / var(--tw-ring-opacity, 1))}.dark\:ring-adalyOrange-500\/30:is(.dark *){--tw-ring-color: rgb(252 112 80 / .3)}.dark\:brightness-90:is(.dark *){--tw-brightness: brightness(.9);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)}.dark\:saturate-\[0\.7\]:is(.dark *){--tw-saturate: saturate(.7);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)}.dark\:hover\:border-adalyBlue-500:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(39 73 246 / var(--tw-border-opacity, 1))}.dark\:hover\:border-adalyGray-200:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(var(--adaly-gray-200) / var(--tw-border-opacity, 1))}.dark\:hover\:border-adalyGray-400:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(var(--adaly-gray-400) / var(--tw-border-opacity, 1))}.dark\:hover\:border-transparent:hover:is(.dark *){border-color:transparent}.dark\:hover\:\!bg-adalyGray-300:hover:is(.dark *){--tw-bg-opacity: 1 !important;background-color:rgb(var(--adaly-gray-300) / var(--tw-bg-opacity, 1))!important}.dark\:hover\:bg-adalyGray-100:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-100) / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-adalyGray-200:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-200) / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-adalyGray-300:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-300) / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-adalyGray-50:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-50) / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-adalyOrange-300\/80:hover:is(.dark *){background-color:#fd9f8acc}.dark\:hover\:\!from-adalyGray-300:hover:is(.dark *){--tw-gradient-from: rgb(var(--adaly-gray-300) / 1) var(--tw-gradient-from-position) !important;--tw-gradient-to: rgb(var(--adaly-gray-300) / 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important}.dark\:hover\:\!to-adalyGray-300:hover:is(.dark *){--tw-gradient-to: rgb(var(--adaly-gray-300) / 1) var(--tw-gradient-to-position) !important}.dark\:hover\:\!text-adalyGray-950:hover:is(.dark *){--tw-text-opacity: 1 !important;color:rgb(var(--adaly-gray-950) / var(--tw-text-opacity, 1))!important}.dark\:hover\:text-adalyBlue-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(214 231 253 / var(--tw-text-opacity, 1))}.dark\:hover\:text-adalyGray-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(var(--adaly-gray-300) / var(--tw-text-opacity, 1))}.dark\:hover\:text-adalyGray-800:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(var(--adaly-gray-800) / var(--tw-text-opacity, 1))}.dark\:hover\:text-adalyGray-900:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(var(--adaly-gray-900) / var(--tw-text-opacity, 1))}.dark\:hover\:text-adalyGray-950:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(var(--adaly-gray-950) / var(--tw-text-opacity, 1))}.dark\:hover\:text-adalyOrange-200:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(253 217 169 / var(--tw-text-opacity, 1))}.dark\:hover\:text-red-400:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:focus\:border-adalyBlue-500:focus:is(.dark *){--tw-border-opacity: 1;border-color:rgb(39 73 246 / var(--tw-border-opacity, 1))}.dark\:focus\:bg-adalyGray-100:focus:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-100) / var(--tw-bg-opacity, 1))}.dark\:focus-visible\:border-adalyBlue-500:focus-visible:is(.dark *){--tw-border-opacity: 1;border-color:rgb(39 73 246 / var(--tw-border-opacity, 1))}.dark\:focus-visible\:ring-adalyGray-0:focus-visible:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--adaly-gray-0) / var(--tw-ring-opacity, 1))}.dark\:focus-visible\:ring-offset-adalyGray-0:focus-visible:is(.dark *){--tw-ring-offset-color: rgb(var(--adaly-gray-0) / 1)}.dark\:focus-visible\:ring-offset-adalyGray-50:focus-visible:is(.dark *){--tw-ring-offset-color: rgb(var(--adaly-gray-50) / 1)}.dark\:disabled\:border-adalyGray-300:disabled:is(.dark *){--tw-border-opacity: 1;border-color:rgb(var(--adaly-gray-300) / var(--tw-border-opacity, 1))}.dark\:disabled\:bg-adalyGray-300:disabled:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(var(--adaly-gray-300) / var(--tw-bg-opacity, 1))}.dark\:disabled\:text-adalyGray-950:disabled:is(.dark *){--tw-text-opacity: 1;color:rgb(var(--adaly-gray-950) / var(--tw-text-opacity, 1))}.group:hover .dark\:group-hover\:text-adalyGray-700:is(.dark *){--tw-text-opacity: 1;color:rgb(var(--adaly-gray-700) / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:bottom-0{bottom:0}.sm\:right-0{right:0}.sm\:top-auto{top:auto}.sm\:max-w-sm{max-width:24rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-3{gap:.75rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:self-auto{align-self:auto}.sm\:p-4{padding:1rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:text-left{text-align:left}.data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y: 100%}}@media (min-width: 768px){.md\:max-w-\[17rem\]{max-width:17rem}.md\:max-w-\[420px\]{max-width:420px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:gap-6{gap:1.5rem}.md\:text-base{font-size:1rem;line-height:150%}.md\:text-sm{font-size:.875rem;line-height:150%}.md\:text-xs{font-size:.75rem;line-height:150%}}@media (min-width: 1024px){.lg\:w-\[25rem\]{width:25rem}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:text-5xl{font-size:3rem;line-height:120%}}@media (min-width: 1280px){.xl\:w-64{width:16rem}.xl\:w-\[40vw\]{width:40vw}.xl\:pl-80{padding-left:20rem}}@media (min-width: 1440px){.\32xl\:mb-6{margin-bottom:1.5rem}.\32xl\:mr-auto{margin-right:auto}.\32xl\:h-11{height:2.75rem}.\32xl\:w-11{width:2.75rem}}@media (min-width: 1600px){.\32\.5xl\:\!w-\[45\.81rem\]{width:45.81rem!important}.\32\.5xl\:max-w-\[36\.7rem\]{max-width:36.7rem}}.rtl\:rotate-180:where([dir=rtl],[dir=rtl] *){--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\:has\(\+\.member-row\:hover\)\]\:border-b-transparent:has(+.member-row:hover){border-bottom-color:transparent}.\[\&\:has\(\+li\:focus-within\)\]\:border-b-transparent:has(+li:focus-within){border-bottom-color:transparent}.\[\&\:has\(\+li\:hover\)\]\:border-b-transparent:has(+li:hover){border-bottom-color:transparent}.\[\&\:has\(\+tr\:hover\)_td\:not\(\:first-child\)\]\:border-b-transparent:has(+tr:hover) td:not(:first-child){border-bottom-color:transparent}.\[\&\:has\(\+tr\[data-highlighted\=true\]\)_td\:not\(\:first-child\)\]\:border-b-transparent:has(+tr[data-highlighted=true]) td:not(:first-child){border-bottom-color:transparent}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\:not\(\:first-child\)\]\:mt-6:not(:first-child){margin-top:1.5rem}.\[\&\>\*\:first-child\]\:ml-auto>*:first-child{margin-left:auto}.\[\&\>li\]\:mt-2>li{margin-top:.5rem}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0px}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.dark\:\[\&_button\>span\:first-child\]\:text-adalyGray-900 button>span:first-child:is(.dark *){--tw-text-opacity: 1;color:rgb(var(--adaly-gray-900) / var(--tw-text-opacity, 1))}.dark\:\[\&_hr\]\:border-adalyGray-200 hr:is(.dark *){--tw-border-opacity: 1;border-color:rgb(var(--adaly-gray-200) / var(--tw-border-opacity, 1))}.\[\&_rect\]\:fill-adalyGray-200 rect{fill:rgb(var(--adaly-gray-200) / 1)}.dark\:\[\&_rect\]\:fill-adalyGray-400 rect:is(.dark *){fill:rgb(var(--adaly-gray-400) / 1)}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.dark\:\[\&_svg\]\:\!text-adalyGray-900 svg:is(.dark *){--tw-text-opacity: 1 !important;color:rgb(var(--adaly-gray-900) / var(--tw-text-opacity, 1))!important}.\[\&_td\:not\(\:first-child\)\]\:border-b td:not(:first-child){border-bottom-width:1px}.\[\&_td\:not\(\:first-child\)\]\:border-adalyGray-100 td:not(:first-child){--tw-border-opacity: 1;border-color:rgb(var(--adaly-gray-100) / var(--tw-border-opacity, 1))}.\[\&_td\:not\(\:first-child\)\]\:transition-colors td:not(:first-child){transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.last\:\[\&_td\:not\(\:first-child\)\]\:border-b-0 td:not(:first-child):last-child{border-bottom-width:0px}.hover\:\[\&_td\:not\(\:first-child\)\]\:border-b-transparent td:not(:first-child):hover{border-bottom-color:transparent}.data-\[highlighted\=true\]\:\[\&_td\:not\(\:first-child\)\]\:border-b-transparent td:not(:first-child)[data-highlighted=true]{border-bottom-color:transparent}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0px}.\[\&_tr\]\:border-0 tr{border-width:0px}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}
