.input-otp-module__6BgAkG__container{align-items:center;gap:.5rem;display:flex}.input-otp-module__6BgAkG__container:has(:disabled){opacity:.5}.input-otp-module__6BgAkG__input:disabled{cursor:not-allowed}.input-otp-module__6BgAkG__group{align-items:center;display:flex}.input-otp-module__6BgAkG__groupErrorFlash{animation:1.2s ease-out input-otp-module__6BgAkG__otp-error-flash}.input-otp-module__6BgAkG__slot{z-index:0;border-top:1px solid var(--input);border-right:1px solid var(--input);border-bottom:1px solid var(--input);background-color:var(--background);width:2.25rem;height:2.25rem;color:var(--text-primary);outline:none;justify-content:center;align-items:center;font-size:.875rem;line-height:1.25rem;transition:border-color .2s,box-shadow .2s,background-color .2s,color .2s;display:flex;position:relative}.input-otp-module__6BgAkG__slot:first-child{border-left:1px solid var(--input);border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.input-otp-module__6BgAkG__slot:last-child{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.input-otp-module__6BgAkG__slot[aria-invalid=true]{border-color:var(--danger-border)}.input-otp-module__6BgAkG__slotError{border-color:var(--danger-border);background:var(--danger-bg-muted);color:var(--danger-text)}.input-otp-module__6BgAkG__slotError:first-child{border-color:var(--danger-border)}.input-otp-module__6BgAkG__slot[data-active=true]{z-index:1;border-color:var(--ring);box-shadow:0 0 0 .1875rem var(--ring)}.input-otp-module__6BgAkG__slotError[data-active=true],.input-otp-module__6BgAkG__slot[data-active=true][aria-invalid=true]{border-color:var(--danger-border);box-shadow:0 0 0 .1875rem var(--danger-border)}.input-otp-module__6BgAkG__caretContainer{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.input-otp-module__6BgAkG__caret{background-color:var(--text-primary);width:1px;height:1rem;animation:1s step-end infinite input-otp-module__6BgAkG__caret-blink}.input-otp-module__6BgAkG__separator{color:var(--text-tertiary);justify-content:center;align-items:center;display:flex}.input-otp-module__6BgAkG__separator svg{width:1rem;height:1rem}@keyframes input-otp-module__6BgAkG__otp-error-flash{0%,to{opacity:1}50%{opacity:.72}}@keyframes input-otp-module__6BgAkG__caret-blink{0%,50%{opacity:1}50.01%,to{opacity:0}}@media (prefers-reduced-motion:reduce){.input-otp-module__6BgAkG__groupErrorFlash{animation:none}}
.otp-verification-card-module__1_udWa__card{width:100%;max-width:28rem;margin:0 auto}.otp-verification-card-module__1_udWa__title{align-items:center;gap:.5rem;display:flex}.otp-verification-card-module__1_udWa__titleIcon{width:1.25rem;height:1.25rem}.otp-verification-card-module__1_udWa__content{flex-direction:column;gap:1rem;display:flex}.otp-verification-card-module__1_udWa__otpRow{justify-content:center;display:flex}.otp-verification-card-module__1_udWa__statusMessage{border:1px solid var(--border);border-radius:.5rem;padding:.5rem .75rem;font-size:.875rem}.otp-verification-card-module__1_udWa__statusMessageDefault{background:color-mix(in srgb,var(--background-muted)40%,transparent);color:var(--text-secondary)}.otp-verification-card-module__1_udWa__statusMessageBlocked{border-color:var(--danger-border);background:var(--danger-bg-muted);color:var(--danger-text)}.otp-verification-card-module__1_udWa__statusMessageRestart{border-color:var(--warning-border);background:var(--warning-bg-muted);color:var(--warning-text)}.otp-verification-card-module__1_udWa__verifiedState{color:var(--success-text);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.otp-verification-card-module__1_udWa__verifiedIcon{width:1rem;height:1rem}.otp-verification-card-module__1_udWa__submitButton{width:100%}
.tooltip-module__kCaFNG__content{z-index:50;width:fit-content;transform-origin:var(--radix-tooltip-content-transform-origin);background:var(--popover-bg);color:var(--popover-text);text-wrap:balance;will-change:transform,opacity;border-radius:.375rem;padding:.25rem .5rem;font-size:.75rem;line-height:1rem}.tooltip-module__kCaFNG__content[data-state=instant-open][data-side=top],.tooltip-module__kCaFNG__content[data-state=delayed-open][data-side=top]{animation:.2s ease-out tooltip-module__kCaFNG__tooltip-open-top}.tooltip-module__kCaFNG__content[data-state=instant-open][data-side=right],.tooltip-module__kCaFNG__content[data-state=delayed-open][data-side=right]{animation:.2s ease-out tooltip-module__kCaFNG__tooltip-open-right}.tooltip-module__kCaFNG__content[data-state=instant-open][data-side=bottom],.tooltip-module__kCaFNG__content[data-state=delayed-open][data-side=bottom]{animation:.2s ease-out tooltip-module__kCaFNG__tooltip-open-bottom}.tooltip-module__kCaFNG__content[data-state=instant-open][data-side=left],.tooltip-module__kCaFNG__content[data-state=delayed-open][data-side=left]{animation:.2s ease-out tooltip-module__kCaFNG__tooltip-open-left}.tooltip-module__kCaFNG__content[data-state=closed]{animation:.15s ease-out tooltip-module__kCaFNG__tooltip-close}.tooltip-module__kCaFNG__arrow{z-index:50;background:var(--popover-bg);width:.625rem;height:.625rem;fill:var(--popover-bg);border-radius:.125rem;transform:translateY(calc(-50% - .125rem))rotate(45deg)}@keyframes tooltip-module__kCaFNG__tooltip-open-top{0%{opacity:0;transform:translateY(.5rem)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes tooltip-module__kCaFNG__tooltip-open-right{0%{opacity:0;transform:translate(-.5rem)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes tooltip-module__kCaFNG__tooltip-open-bottom{0%{opacity:0;transform:translateY(-.5rem)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes tooltip-module__kCaFNG__tooltip-open-left{0%{opacity:0;transform:translate(.5rem)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes tooltip-module__kCaFNG__tooltip-close{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@media (prefers-reduced-motion:reduce){.tooltip-module__kCaFNG__content,.tooltip-module__kCaFNG__content[data-state=instant-open][data-side=top],.tooltip-module__kCaFNG__content[data-state=delayed-open][data-side=top],.tooltip-module__kCaFNG__content[data-state=instant-open][data-side=right],.tooltip-module__kCaFNG__content[data-state=delayed-open][data-side=right],.tooltip-module__kCaFNG__content[data-state=instant-open][data-side=bottom],.tooltip-module__kCaFNG__content[data-state=delayed-open][data-side=bottom],.tooltip-module__kCaFNG__content[data-state=instant-open][data-side=left],.tooltip-module__kCaFNG__content[data-state=delayed-open][data-side=left],.tooltip-module__kCaFNG__content[data-state=closed]{animation:none}}
.create-transfer-steps-module__yeaoXW__controlWithLabel{flex-direction:column;gap:.75rem;display:flex}label.create-transfer-steps-module__yeaoXW__controlLabel{font-size:.875rem;font-weight:500}.create-transfer-steps-module__yeaoXW__stepContainer{max-width:36rem;margin:0 .5rem}.create-transfer-steps-module__yeaoXW__stepContent{flex-direction:column;gap:1.5rem;display:flex}.create-transfer-steps-module__yeaoXW__typeOptions{flex-direction:column;gap:.75rem;display:flex}.create-transfer-steps-module__yeaoXW__typeCard{border:1px solid var(--border);text-align:left;cursor:pointer;background:0 0;border-radius:.75rem;width:100%;padding:1.25rem;transition:all .15s;position:relative}.create-transfer-steps-module__yeaoXW__typeCard:hover{border-color:var(--border);background-color:var(--background-subtle)}.create-transfer-steps-module__yeaoXW__typeCardSelected,.create-transfer-steps-module__yeaoXW__typeCardSelected:hover{border-color:var(--accent-border);background-color:var(--accent-bg)}.create-transfer-steps-module__yeaoXW__typeCardDisabled{cursor:not-allowed;opacity:.6}.create-transfer-steps-module__yeaoXW__typeCardDisabled:hover{border-color:var(--border-muted);background-color:#0000}.create-transfer-steps-module__yeaoXW__typeBadge{position:absolute;top:1rem;right:1rem}.create-transfer-steps-module__yeaoXW__typeBadgeContent{align-items:center;font-size:.75rem;display:flex}.create-transfer-steps-module__yeaoXW__typeBadgeIcon{width:.75rem;height:.75rem;margin-right:.25rem}.create-transfer-steps-module__yeaoXW__typeCardLayout{gap:1rem;display:flex}.create-transfer-steps-module__yeaoXW__typeIconWrapper{background-color:var(--background-muted);width:2.25rem;height:2.25rem;color:var(--text-secondary);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.create-transfer-steps-module__yeaoXW__typeIconWrapperSelected{background-color:var(--primary-action-bg);color:var(--primary-action-text)}.create-transfer-steps-module__yeaoXW__typeCard:hover .create-transfer-steps-module__yeaoXW__typeIconWrapper:not(.create-transfer-steps-module__yeaoXW__typeIconWrapperSelected){background-color:var(--background-muted);color:var(--text-secondary)}.create-transfer-steps-module__yeaoXW__typeIcon{width:1.25rem;height:1.25rem}.create-transfer-steps-module__yeaoXW__typeContent{flex-direction:column;flex:1;gap:.5rem;min-width:0;display:flex}.create-transfer-steps-module__yeaoXW__typeTitle{color:var(--text-primary);font-size:1.25rem;font-weight:500;line-height:1.75rem}.create-transfer-steps-module__yeaoXW__typeDescription{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.create-transfer-steps-module__yeaoXW__featureList{flex-direction:column;gap:.375rem;margin:0;padding:.5rem 0 0;list-style:none;display:flex}.create-transfer-steps-module__yeaoXW__featureItem{color:var(--text-secondary);align-items:center;gap:.625rem;font-size:.875rem;display:flex}.create-transfer-steps-module__yeaoXW__featureIcon{width:1rem;height:1rem;color:var(--text-secondary);flex-shrink:0}.create-transfer-steps-module__yeaoXW__featureIconSelected{color:var(--primary-action-bg)}.create-transfer-steps-module__yeaoXW__destinationSection{flex-direction:column;gap:.75rem;display:flex;overflow:hidden}.create-transfer-steps-module__yeaoXW__destinationLabel{padding-top:1.5rem}.create-transfer-steps-module__yeaoXW__destinationGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.create-transfer-steps-module__yeaoXW__destinationCardSkeleton{border-radius:.75rem;height:6.5rem}.create-transfer-steps-module__yeaoXW__accountListSection{flex-direction:column;gap:1rem;display:flex}.create-transfer-steps-module__yeaoXW__accountTableWrapper{border:1px solid var(--border);border-radius:.5rem}.create-transfer-steps-module__yeaoXW__addAccountButton{gap:.5rem;width:100%}.create-transfer-steps-module__yeaoXW__addAccountIcon{width:1rem;height:1rem}.create-transfer-steps-module__yeaoXW__disclaimerTitleContent{align-items:center;gap:.5rem;display:flex}.create-transfer-steps-module__yeaoXW__disclaimerIcon{width:1.25rem;height:1.25rem;color:var(--warning-text)}.create-transfer-steps-module__yeaoXW__treasuryCardFullWidth{grid-column:1/-1}.create-transfer-steps-module__yeaoXW__treasuryListItem{border:1px solid var(--border);cursor:pointer;border-radius:.75rem;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:all .15s;display:flex}.create-transfer-steps-module__yeaoXW__treasuryListItem:hover{background-color:var(--background-subtle)}.create-transfer-steps-module__yeaoXW__treasuryListItemSelected{border-color:var(--primary-action-bg);background-color:var(--primary-action-muted)}.create-transfer-steps-module__yeaoXW__treasuryListItemSelected:hover{background-color:var(--primary-action-muted)}.create-transfer-steps-module__yeaoXW__treasuryListItemInfo{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.create-transfer-steps-module__yeaoXW__treasuryListItemDetails{flex-direction:column;min-width:0;display:flex}.create-transfer-steps-module__yeaoXW__treasuryListItemName{text-align:left;color:var(--text-primary);font-weight:500}.create-transfer-steps-module__yeaoXW__treasuryListItemNameSelected{color:var(--primary-action-bg)}.create-transfer-steps-module__yeaoXW__treasuryListItemBalance{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:.375rem;font-size:.75rem;display:flex}.create-transfer-steps-module__yeaoXW__treasuryListItemCurrencies{align-items:center;gap:.25rem;display:flex}.create-transfer-steps-module__yeaoXW__treasuryCurrencyItem{align-items:center;gap:.125rem;display:inline-flex}.create-transfer-steps-module__yeaoXW__fundingGrid{gap:.75rem;display:grid}.create-transfer-steps-module__yeaoXW__fundingGridTwo{grid-template-columns:repeat(2,1fr)}.create-transfer-steps-module__yeaoXW__fundingGridThree{grid-template-columns:repeat(3,1fr)}.create-transfer-steps-module__yeaoXW__fundingTypeLabel{padding-top:1.5rem}.create-transfer-steps-module__yeaoXW__fundingCard{border:2px solid var(--border);text-align:left;cursor:pointer;background:0 0;border-radius:.75rem;flex-direction:column;align-items:flex-start;padding:.875rem 1rem;transition:all .15s;display:flex;position:relative}.create-transfer-steps-module__yeaoXW__fundingCard:hover{background-color:var(--background-subtle)}.create-transfer-steps-module__yeaoXW__fundingCardSelected,.create-transfer-steps-module__yeaoXW__fundingCardSelected:hover{border-color:var(--primary-action-bg);background-color:color-mix(in srgb,var(--primary-action-bg)5%,transparent)}.create-transfer-steps-module__yeaoXW__fundingCardDisabled{cursor:not-allowed;opacity:.5}.create-transfer-steps-module__yeaoXW__fundingCardHeader{align-items:center;gap:.625rem;display:flex}.create-transfer-steps-module__yeaoXW__fundingIconWrapper{background-color:var(--background-muted);width:2rem;height:2rem;color:var(--text-secondary);border-radius:.5rem;justify-content:center;align-items:center;display:flex}.create-transfer-steps-module__yeaoXW__fundingIconWrapperSelected{background-color:var(--primary-action-bg);color:var(--text-contrast)}.create-transfer-steps-module__yeaoXW__fundingIcon{width:1rem;height:1rem}.create-transfer-steps-module__yeaoXW__fundingCardLabel{color:var(--text-primary);font-size:.9375rem;font-weight:500}.create-transfer-steps-module__yeaoXW__fundingCardSublabel{color:var(--text-secondary);margin-top:.625rem;font-size:.8125rem;line-height:1.4}.create-transfer-steps-module__yeaoXW__fundingCardCutoff{border-top:solid 1px var(--border);width:100%;margin-top:.875rem;padding-top:.875rem;font-size:.75rem}.create-transfer-steps-module__yeaoXW__fundingCardBalance{color:var(--text-secondary);margin-top:.125rem;font-size:.75rem}.create-transfer-steps-module__yeaoXW__warningBanner{background-color:var(--warning-bg-muted);color:var(--warning-text);border-radius:.375rem;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;display:flex}.create-transfer-steps-module__yeaoXW__infoBanner{background-color:var(--info-bg-muted);color:var(--info-text);border-radius:.375rem;flex-direction:column;gap:.25rem;padding:.5rem .75rem;font-size:.875rem;display:flex}.create-transfer-steps-module__yeaoXW__infoBannerRow{align-items:center;gap:.5rem;display:flex}.create-transfer-steps-module__yeaoXW__infoBannerBold{font-weight:500}.create-transfer-steps-module__yeaoXW__infoBannerHint{color:var(--info-text-muted);margin-left:1.5rem;font-size:.75rem}.create-transfer-steps-module__yeaoXW__bannerIcon{flex-shrink:0;width:1rem;height:1rem}.create-transfer-steps-module__yeaoXW__discrepancyBanner{border:1px solid var(--warning-border);background-color:var(--warning-bg-muted);border-radius:.5rem;flex-direction:column;gap:.5rem;margin-top:1rem;padding:.75rem;display:flex}.create-transfer-steps-module__yeaoXW__discrepancyRow{color:var(--warning-text-muted);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.create-transfer-steps-module__yeaoXW__confirmContainer{max-width:36rem;margin:0 .5rem}.create-transfer-steps-module__yeaoXW__confirmSections{flex-direction:column;gap:1.5rem;display:flex}.create-transfer-steps-module__yeaoXW__recipientInfo{align-items:flex-start;gap:.75rem;display:flex}.create-transfer-steps-module__yeaoXW__confirmSectionContentSpaced{flex-direction:column;gap:.5rem;display:flex}.create-transfer-steps-module__yeaoXW__confirmDocRow{align-items:center;gap:.75rem;display:flex}.create-transfer-steps-module__yeaoXW__confirmDocIcon{border:1px solid var(--border);background-color:var(--background-muted);border-radius:.25rem;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.create-transfer-steps-module__yeaoXW__confirmDocIconPdf{width:1rem;height:1rem;color:var(--danger-text)}.create-transfer-steps-module__yeaoXW__confirmDocIconGeneric{width:1rem;height:1rem;color:var(--text-secondary)}.create-transfer-steps-module__yeaoXW__confirmDocText{flex:1;min-width:0}.create-transfer-steps-module__yeaoXW__confirmDocName{font-size:.875rem;font-weight:500}.create-transfer-steps-module__yeaoXW__confirmDocNameTruncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}.create-transfer-steps-module__yeaoXW__confirmDocSummary{-webkit-line-clamp:1;color:var(--text-secondary);-webkit-box-orient:vertical;font-size:.75rem;display:-webkit-box;overflow:hidden}.create-transfer-steps-module__yeaoXW__confirmDocType{color:var(--text-secondary);font-size:.75rem}.create-transfer-steps-module__yeaoXW__remarksTextarea{background-color:var(--background);border-radius:.625rem;min-height:3.75rem}.create-transfer-steps-module__yeaoXW__confirmSection{flex-direction:column;padding-top:1.5rem;display:flex}.create-transfer-steps-module__yeaoXW__confirmBodyText{font-size:.875rem}.create-transfer-steps-module__yeaoXW__confirmCorrespondentName{margin-bottom:.25rem;font-size:1rem;font-weight:500}.create-transfer-steps-module__yeaoXW__confirmCorrespondentDetail{color:var(--text-secondary);font-size:.8125rem}.create-transfer-steps-module__yeaoXW__confirmCorrespondentDetail span{color:var(--text-tertiary)}.create-transfer-steps-module__yeaoXW__counterpartyCardWrapper{margin-top:.75rem}.create-transfer-steps-module__yeaoXW__counterpartyCard{align-items:flex-start;gap:.75rem;display:flex}.create-transfer-steps-module__yeaoXW__counterpartyCardDetails{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.create-transfer-steps-module__yeaoXW__counterpartyCardLabel{color:var(--text-tertiary);font-size:.75rem}.create-transfer-steps-module__yeaoXW__counterpartyCardName{font-size:.875rem;font-weight:500}.create-transfer-steps-module__yeaoXW__counterpartyCardAddress{color:var(--text-secondary);font-size:.75rem}.create-transfer-steps-module__yeaoXW__counterpartySelectorWrapper{flex-direction:column;gap:.75rem;margin-top:.75rem;display:flex}.create-transfer-steps-module__yeaoXW__correspondentSection{flex-direction:column;gap:.5rem;display:flex}.create-transfer-steps-module__yeaoXW__correspondentFields{gap:1rem;display:grid}.create-transfer-steps-module__yeaoXW__correspondentField{flex-direction:column;gap:.5rem;display:flex}.create-transfer-steps-module__yeaoXW__correspondentFieldLabel{font-size:.75rem}.create-transfer-steps-module__yeaoXW__correspondentInput{border:1px solid var(--border);background-color:var(--background);width:100%;color:var(--text-primary);border-radius:.375rem;outline:none;padding:.5rem .75rem;font-size:.875rem;transition:border-color .15s}.create-transfer-steps-module__yeaoXW__correspondentInput:focus{border-color:var(--ring)}.create-transfer-steps-module__yeaoXW__correspondentInput::placeholder{color:var(--text-tertiary)}
.chain-icon-module__wLQIcW__iconRing{box-shadow:0 1px 2px #0000000d,0 0 0 1px var(--border)}.chain-icon-module__wLQIcW__tooltipTrigger{cursor:pointer;display:inline-flex}.chain-icon-module__wLQIcW__tooltipContent{text-transform:uppercase;font-size:.75rem;font-weight:500}
.checkbox-card-module__4uGY2W__container{border:1px solid var(--border);cursor:pointer;background:var(--card-bg);border-radius:.375rem;flex-direction:row;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.75rem;transition:border-color .15s;display:flex}.checkbox-card-module__4uGY2W__container:hover{background-color:var(--background-subtle)}.checkbox-card-module__4uGY2W__checkboxTopAligned{align-items:flex-start}.checkbox-card-module__4uGY2W__checked{border-color:var(--primary-action-bg);background:var(--primary-action-muted)}.checkbox-card-module__4uGY2W__checked .checkbox-card-module__4uGY2W__label{color:var(--primary-action-bg)}.checkbox-card-module__4uGY2W__checked:hover{background:var(--primary-action-muted)}.checkbox-card-module__4uGY2W__textContainer{flex-direction:column;gap:.25rem;line-height:1;display:flex}.checkbox-card-module__4uGY2W__label{color:var(--text-primary);font-size:.8125rem;font-weight:500;transition:color .15s}.checkbox-card-module__4uGY2W__description{color:var(--text-secondary);font-size:.75rem;line-height:1.25;transition:color .15s}
.form-module__dIJBHa__formItem{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.form-module__dIJBHa__formLabel{align-items:baseline;font-size:.75rem;display:inline-flex}label.form-module__dIJBHa__formLabel{gap:.25rem}.form-module__dIJBHa__formLabelError{color:var(--danger-bg)}.form-module__dIJBHa__formLabelChildren{align-items:center;gap:.25rem;display:flex}.form-module__dIJBHa__requiredIndicator{color:var(--danger-bg)}.form-module__dIJBHa__optionalIndicator{color:var(--text-secondary);border:1px solid var(--border);border-radius:9999px;margin:-.125rem 0;padding:.0625rem .25rem;font-size:.625rem;font-weight:400}.form-module__dIJBHa__formDescription{color:var(--text-secondary);font-size:.875rem}.form-module__dIJBHa__formMessage{color:var(--danger-bg);font-size:.8125rem;font-weight:500}.form-module__dIJBHa__formSection{flex-direction:column;display:flex}.form-module__dIJBHa__formSectionSpacingDefault{gap:.75rem}.form-module__dIJBHa__formSectionSpacingCompact{gap:.5rem}.form-module__dIJBHa__formSectionBare{margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}.form-module__dIJBHa__formSectionBordered{border:1px solid var(--border);background:color-mix(in srgb,var(--card-bg)30%,transparent);border-radius:.375rem;padding:.75rem}.form-module__dIJBHa__formSectionFullBleed{margin-left:-1rem;margin-right:-1rem}.form-module__dIJBHa__formSectionHeader{margin-top:.5rem;margin-bottom:.5rem}.form-module__dIJBHa__formSectionHeaderFullBleed{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--background-subtle);margin-top:.5rem;margin-bottom:0;padding:.375rem 1rem}.form-module__dIJBHa__formSectionTitle{color:var(--text-secondary);font-size:.6875rem;font-weight:500}.form-module__dIJBHa__formSectionTitleFullBleed{text-transform:uppercase;letter-spacing:.025em;font-size:.625rem}.form-module__dIJBHa__formSectionDescription{color:var(--text-secondary);font-size:.625rem}.form-module__dIJBHa__formSectionContentFullBleed{padding-left:1rem;padding-right:1rem}
.third-party-counterparty-section-module__UE0QyG__container{flex-direction:column;display:flex}.third-party-counterparty-section-module__UE0QyG__formItemCompact{margin-top:1rem}.third-party-counterparty-section-module__UE0QyG__helperText{color:var(--text-secondary);margin-top:.375rem;font-size:.75rem;line-height:1.4}
.external-wallet-form-module__Vdb1QG__formContainer{flex-direction:column;gap:1.5rem;display:flex}.external-wallet-form-module__Vdb1QG__readOnlyField{border:1px solid var(--input);background-color:var(--background-muted);border-radius:.375rem;padding:.375rem .75rem}.external-wallet-form-module__Vdb1QG__monoText{font-family:var(--font-mono);font-size:.75rem}.external-wallet-form-module__Vdb1QG__inputWithClear{position:relative}.external-wallet-form-module__Vdb1QG__inputWithClear input{padding-right:2rem}.external-wallet-form-module__Vdb1QG__clearButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:.25rem;transition:color .15s;display:flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.external-wallet-form-module__Vdb1QG__clearButton:hover{color:var(--text-primary)}.external-wallet-form-module__Vdb1QG__addressPreview{border:1px solid var(--border);background-color:var(--background-muted);border-radius:.25rem;justify-content:space-between;align-items:center;padding:.375rem .75rem;display:flex}.external-wallet-form-module__Vdb1QG__addressPreviewLabel{color:var(--text-secondary);font-size:.6875rem;font-weight:500}.external-wallet-form-module__Vdb1QG__addressPreviewValue{font-family:var(--font-mono);color:var(--text-secondary);font-size:.6875rem}.external-wallet-form-module__Vdb1QG__formItemCompact{margin-top:1rem}.external-wallet-form-module__Vdb1QG__custodyFields{margin-top:1rem;margin-bottom:2rem}.external-wallet-form-module__Vdb1QG__checkboxField{align-items:center;gap:.5rem;display:flex}.external-wallet-form-module__Vdb1QG__checkboxLabel{cursor:pointer}.external-wallet-form-module__Vdb1QG__constraintExpanded{margin:1rem 0 1.5rem}.external-wallet-form-module__Vdb1QG__chainPills{flex-wrap:wrap;gap:.375rem;display:flex}.external-wallet-form-module__Vdb1QG__chainPill{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:9999px;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.75rem;transition:all .15s;display:inline-flex}.external-wallet-form-module__Vdb1QG__chainPill:hover{border-color:var(--border);background-color:var(--background-muted)}.external-wallet-form-module__Vdb1QG__chainPillSelected{border-color:var(--primary-action-bg);background-color:var(--primary-action-muted);color:var(--primary-action-text-muted);}.external-wallet-form-module__Vdb1QG__warningLink{color:var(--danger-text-muted);gap:.125rem;display:inline-flex}
.card-module__4BUpwG__card{border:1px solid var(--border);color:var(--text-primary);background:var(--card-bg);border-radius:.625rem;overflow:hidden}.card-module__4BUpwG__cardHeader{border-bottom:1px solid var(--border);padding:.75rem 1rem;position:relative}.card-module__4BUpwG__cardTitle{font-weight:500;line-height:1}.card-module__4BUpwG__cardDescription{color:var(--text-secondary);margin-top:.25rem;font-size:.875rem}.card-module__4BUpwG__cardAction{grid-row:1/span 2;grid-column-start:2;place-self:start end}.card-module__4BUpwG__cardHeaderAction{position:absolute;top:.5rem;right:1.25rem}.card-module__4BUpwG__cardContent{padding:.875rem 1rem}.card-module__4BUpwG__cardContentSectionRowPadding{padding:.25rem 0}.card-module__4BUpwG__cardContentNoPadding{padding:0}.card-module__4BUpwG__cardFooter{border-top:1px solid var(--border);align-items:center;padding:.75rem 1rem;display:flex}
.checkbox-module__zd0FRa__checkbox{border:1px solid var(--input);cursor:pointer;border-radius:4px;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:1rem;height:1rem;transition:box-shadow .15s;display:inline-flex;box-shadow:0 1px 2px #0000000d}.checkbox-module__zd0FRa__checkbox:focus-visible{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--ring)50%,transparent)}.checkbox-module__zd0FRa__checkbox:disabled{cursor:not-allowed;opacity:.5}.checkbox-module__zd0FRa__checkbox[data-state=checked]{border-color:var(--primary-action-bg);background-color:var(--primary-action-bg);color:var(--primary-action-text)}.checkbox-module__zd0FRa__indicator{color:currentColor;justify-content:center;align-items:center;display:flex}.checkbox-module__zd0FRa__icon{width:.875rem;height:.875rem}
.copy-button-module__QTNJ3G__copyIcon{color:var(--text-secondary)}.copy-button-module__QTNJ3G__checkIcon{color:var(--success-bg)}.copy-button-module__QTNJ3G__copyButton{align-items:center;gap:.25rem;display:flex}.copy-button-module__QTNJ3G__copyButtonOutline{border:1px solid var(--border);border-radius:.5rem;padding:.5rem}.copy-button-module__QTNJ3G__copyButtonOutline:hover{background-color:var(--background-muted)}.copy-button-module__QTNJ3G__copyText{font-family:monospace}.copy-button-module__QTNJ3G__copyButton:hover .copy-button-module__QTNJ3G__copyIcon{color:var(--text-primary)}
.entity-card-module__6FVB_G__cardHeader{flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;padding:.625rem 1rem;display:flex}.entity-card-module__6FVB_G__headerContent{flex-wrap:wrap;flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.entity-card-module__6FVB_G__cardTitle{font-size:1rem}.entity-card-module__6FVB_G__badgeIcon{width:.75rem;height:.75rem}.entity-card-module__6FVB_G__headerActions{align-items:center;gap:.75rem;display:flex}@media (hover:hover) and (pointer:fine){.entity-card-module__6FVB_G__deleteButton:hover{color:var(--danger-text-muted)}}.entity-card-module__6FVB_G__trashIcon{color:var(--danger-bg)}.entity-card-module__6FVB_G__buttonIcon{width:1rem;height:1rem}.entity-card-module__6FVB_G__spinningIcon{animation:1s linear infinite entity-card-module__6FVB_G__spin}.entity-card-module__6FVB_G__cardContent{flex-direction:column;gap:.5rem;padding-top:1rem;padding-bottom:1rem;display:flex}.entity-card-module__6FVB_G__readonlyContent{gap:.75rem}.entity-card-module__6FVB_G__summaryGrid{grid-template-columns:minmax(0,1fr);gap:.5rem 1rem;font-size:.875rem;display:grid}@media (min-width:48rem){.entity-card-module__6FVB_G__summaryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.entity-card-module__6FVB_G__summaryItem{min-width:0}.entity-card-module__6FVB_G__summaryLabel{color:var(--text-secondary)}.entity-card-module__6FVB_G__summaryValue{font-weight:500}.entity-card-module__6FVB_G__verificationSection{align-items:center;gap:.5rem;width:100%;display:flex}.entity-card-module__6FVB_G__verificationLinkRow{border:1px solid var(--border);border-radius:.375rem;flex:1;align-items:center;gap:.5rem;padding:.375rem .75rem;display:flex}.entity-card-module__6FVB_G__verificationCode{flex:1;min-width:0;font-size:.75rem}.entity-card-module__6FVB_G__helperText{color:var(--text-secondary);font-size:.75rem}.entity-card-module__6FVB_G__dialogTitleRow{align-items:center;gap:.5rem;display:flex}.entity-card-module__6FVB_G__dialogWarningIcon{width:1.25rem;height:1.25rem;color:var(--danger-text)}.entity-card-module__6FVB_G__dialogEmphasis{font-weight:500}.entity-card-module__6FVB_G__caretIcon{width:1rem;height:1rem;transition:transform .2s}.entity-card-module__6FVB_G__collapsibleTrigger[data-state=closed] .entity-card-module__6FVB_G__caretIcon{transform:rotate(-90deg)}.entity-card-module__6FVB_G__fieldSection{flex-direction:column;gap:.75rem;display:flex}.entity-card-module__6FVB_G__fieldsGridThree{grid-template-columns:minmax(0,1fr);gap:1rem;display:grid}@media (min-width:48rem){.entity-card-module__6FVB_G__fieldsGridThree{grid-template-columns:repeat(3,minmax(0,1fr))}}.entity-card-module__6FVB_G__fieldsGridTwo{grid-template-columns:minmax(0,1fr);gap:1rem;display:grid}@media (min-width:48rem){.entity-card-module__6FVB_G__fieldsGridTwo{grid-template-columns:repeat(2,minmax(0,1fr))}}.entity-card-module__6FVB_G__ownershipGrid{grid-template-columns:minmax(0,1fr);align-items:end;gap:1rem;display:grid}@media (min-width:48rem){.entity-card-module__6FVB_G__ownershipGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.entity-card-module__6FVB_G__ownershipLabel{align-items:center;gap:.5rem;display:flex}.entity-card-module__6FVB_G__thresholdText{color:var(--warning-text);font-weight:400}.entity-card-module__6FVB_G__ownershipInputWrapper{position:relative}.entity-card-module__6FVB_G__ownershipInput{padding-right:2rem}.entity-card-module__6FVB_G__ownershipInputError,.entity-card-module__6FVB_G__ownershipInputError:focus-visible{border-color:var(--danger-border);box-shadow:0 0 0 1px var(--danger-border)}.entity-card-module__6FVB_G__ownershipSuffix{pointer-events:none;color:var(--text-secondary);font-size:.875rem;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.entity-card-module__6FVB_G__selectTrigger{width:100%}.entity-card-module__6FVB_G__checkboxRow{flex-wrap:wrap;gap:1rem;padding-top:.25rem;display:flex}.entity-card-module__6FVB_G__checkboxCard{width:100%;margin-bottom:0}.entity-card-module__6FVB_G__buttonRow{gap:.5rem;display:flex}.entity-card-module__6FVB_G__primaryButton{flex:1}.entity-card-module__6FVB_G__buttonSpinner{margin-right:.375rem}.entity-card-module__6FVB_G__dialogBodyText{color:var(--text-primary);font-size:.875rem}.entity-card-module__6FVB_G__dialogList{color:var(--text-secondary);flex-direction:column;gap:.25rem;font-size:.875rem;list-style:inside;display:flex}@keyframes entity-card-module__6FVB_G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.entity-card-module__6FVB_G__caretIcon,.entity-card-module__6FVB_G__spinningIcon{transition:none;animation:none}.entity-card-module__6FVB_G__collapsibleTrigger[data-state=closed] .entity-card-module__6FVB_G__caretIcon{transform:none}}
.accounts-data-table-module__1JM1ZW__accountTypeCell{align-items:center;gap:.75rem;display:flex}.accounts-data-table-module__1JM1ZW__accountTypeInfo{flex-direction:column;display:flex}.accounts-data-table-module__1JM1ZW__accountTypeName{align-items:center;gap:.5rem;display:flex}.accounts-data-table-module__1JM1ZW__accountTypeLabel{font-size:.875rem;font-weight:500}.accounts-data-table-module__1JM1ZW__nickname,.accounts-data-table-module__1JM1ZW__accountSubtext{color:var(--text-secondary);font-size:.75rem}.accounts-data-table-module__1JM1ZW__walletDetails{flex-direction:column;gap:.125rem;display:flex}.accounts-data-table-module__1JM1ZW__detailRow{align-items:center;gap:.5rem;display:flex}.accounts-data-table-module__1JM1ZW__detailLabel{color:var(--text-secondary);font-size:.75rem}.accounts-data-table-module__1JM1ZW__detailValue{font-size:.75rem}.accounts-data-table-module__1JM1ZW__noDetails{color:var(--text-secondary);font-size:.75rem}.accounts-data-table-module__1JM1ZW__actionsCell{justify-content:flex-end;align-items:center;gap:.25rem;display:flex}.accounts-data-table-module__1JM1ZW__actionIcon{width:1rem;height:1rem}.accounts-data-table-module__1JM1ZW__toolbar{border-bottom:solid 1px var(--border);justify-content:flex-end;align-items:center;padding:.75rem;display:flex}.accounts-data-table-module__1JM1ZW__toolbarActions{align-items:center;gap:.75rem;display:flex}.accounts-data-table-module__1JM1ZW__checkboxGroup{align-items:center;gap:.5rem;display:flex}.accounts-data-table-module__1JM1ZW__checkboxLabel{cursor:pointer;color:var(--text-secondary);font-size:.875rem}.accounts-data-table-module__1JM1ZW__counterpartyCell{flex-direction:column;display:flex}.accounts-data-table-module__1JM1ZW__counterpartyName{font-size:.8125rem}.accounts-data-table-module__1JM1ZW__counterpartyType{color:var(--text-secondary);font-size:.75rem}.accounts-data-table-module__1JM1ZW__counterpartyEmpty{color:var(--text-tertiary);font-size:.875rem}.accounts-data-table-module__1JM1ZW__bankDetailsCellRoot{flex-direction:column;gap:.125rem;display:flex}.accounts-data-table-module__1JM1ZW__bankDetailsCellRow{align-items:center;gap:.5rem;display:flex}.accounts-data-table-module__1JM1ZW__bankDetailsCellLabel{color:var(--text-secondary);font-size:.75rem}.accounts-data-table-module__1JM1ZW__bankDetailsCellValue{font-family:monospace;font-size:.75rem}.accounts-data-table-module__1JM1ZW__bankDetailsCellValuePlain{font-size:.75rem}.accounts-data-table-module__1JM1ZW__bankDetailsCellEmpty{color:var(--text-secondary);font-size:.75rem}
.document-upload-card-module__wY4YwW__root{flex-direction:column;justify-content:space-between;gap:1rem;display:flex}.document-upload-card-module__wY4YwW__headerRow{align-items:center;gap:.5rem;display:flex}.document-upload-card-module__wY4YwW__title{color:var(--text-primary);font-size:.875rem;font-weight:500}.document-upload-card-module__wY4YwW__required{color:var(--danger-bg);margin-left:.25rem}.document-upload-card-module__wY4YwW__spacer{flex:1}.document-upload-card-module__wY4YwW__uploading{color:var(--text-secondary);align-items:center;gap:.25rem;display:inline-flex}.document-upload-card-module__wY4YwW__spinner{width:.75rem;height:.75rem;animation:1s linear infinite document-upload-card-module__wY4YwW__spin}.document-upload-card-module__wY4YwW__uploadingText{font-size:.75rem}.document-upload-card-module__wY4YwW__description{color:var(--text-secondary);margin-top:.125rem;font-size:.75rem}@keyframes document-upload-card-module__wY4YwW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.customer-detail-page-skeleton-module__UJkX6W__wrapper{flex-direction:column;gap:1.5rem;padding:1rem;display:flex}.customer-detail-page-skeleton-module__UJkX6W__customerHeader{align-items:center;gap:.75rem;padding-top:.25rem;display:flex}.customer-detail-page-skeleton-module__UJkX6W__avatarSkeleton{background-color:var(--background-muted);border-radius:50%;flex-shrink:0;width:3rem;height:3rem;animation:2s cubic-bezier(.4,0,.6,1) infinite customer-detail-page-skeleton-module__UJkX6W__pulse}.customer-detail-page-skeleton-module__UJkX6W__headerInfo{flex-direction:column;gap:.25rem;display:flex}.customer-detail-page-skeleton-module__UJkX6W__nameRow{align-items:center;gap:.5rem;display:flex}.customer-detail-page-skeleton-module__UJkX6W__idRow{align-items:center;gap:.25rem;display:flex}.customer-detail-page-skeleton-module__UJkX6W__tabList{border-bottom:1px solid var(--border);gap:1.5rem;padding-bottom:.75rem;display:flex}.customer-detail-page-skeleton-module__UJkX6W__tab{padding:.25rem 0}.customer-detail-page-skeleton-module__UJkX6W__content{flex-direction:column;gap:2rem;display:flex}.customer-detail-page-skeleton-module__UJkX6W__section{flex-direction:column;gap:.5rem;display:flex}.customer-detail-page-skeleton-module__UJkX6W__sectionHeader{align-items:center;gap:.375rem;display:flex}.customer-detail-page-skeleton-module__UJkX6W__card{border-radius:var(--radius);border:1px solid var(--border);background-color:var(--background-muted);padding:.75rem}.customer-detail-page-skeleton-module__UJkX6W__dataGrid{grid-template-columns:repeat(2,1fr);gap:.75rem 1.5rem;display:grid}@media (min-width:768px){.customer-detail-page-skeleton-module__UJkX6W__dataGrid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.customer-detail-page-skeleton-module__UJkX6W__dataGrid{grid-template-columns:repeat(6,1fr)}}.customer-detail-page-skeleton-module__UJkX6W__dataItem,.customer-detail-page-skeleton-module__UJkX6W__addressContent{flex-direction:column;gap:.25rem;display:flex}.customer-detail-page-skeleton-module__UJkX6W__documentsGrid{grid-template-columns:1fr;gap:.75rem;display:grid}@media (min-width:768px){.customer-detail-page-skeleton-module__UJkX6W__documentsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.customer-detail-page-skeleton-module__UJkX6W__documentsGrid{grid-template-columns:repeat(3,1fr)}}.customer-detail-page-skeleton-module__UJkX6W__documentCard{border-radius:var(--radius);border:1px solid var(--border);align-items:center;gap:.5rem;padding:.5rem;display:flex}.customer-detail-page-skeleton-module__UJkX6W__documentInfo{flex-direction:column;flex:1;gap:.25rem;display:flex}.customer-detail-page-skeleton-module__UJkX6W__timestampsGrid{gap:3rem;display:flex}.customer-detail-page-skeleton-module__UJkX6W__skeleton{background-color:var(--background-muted);border-radius:.25rem;animation:2s cubic-bezier(.4,0,.6,1) infinite customer-detail-page-skeleton-module__UJkX6W__pulse}@keyframes customer-detail-page-skeleton-module__UJkX6W__pulse{0%,to{opacity:1}50%{opacity:.5}}.customer-detail-page-skeleton-module__UJkX6W__skeletonXs{height:.625rem}.customer-detail-page-skeleton-module__UJkX6W__skeletonSmall{height:.875rem}.customer-detail-page-skeleton-module__UJkX6W__skeletonMedium{height:1rem}.customer-detail-page-skeleton-module__UJkX6W__skeletonLarge{height:1.5rem}.customer-detail-page-skeleton-module__UJkX6W__skeletonBadge{border-radius:9999px;height:1.25rem}.customer-detail-page-skeleton-module__UJkX6W__skeletonIcon{border-radius:.25rem;flex-shrink:0;width:1rem;height:1rem}.customer-detail-page-skeleton-module__UJkX6W__w12{width:3rem}.customer-detail-page-skeleton-module__UJkX6W__w16{width:4rem}.customer-detail-page-skeleton-module__UJkX6W__w20{width:5rem}.customer-detail-page-skeleton-module__UJkX6W__w24{width:6rem}.customer-detail-page-skeleton-module__UJkX6W__w32{width:8rem}.customer-detail-page-skeleton-module__UJkX6W__w48{width:12rem}.customer-detail-page-skeleton-module__UJkX6W__w64{width:16rem}
.awaiting-deposit-banner-module__bvJrxq__card{border:1px solid var(--warning-border);background-color:var(--warning-bg-muted)}.awaiting-deposit-banner-module__bvJrxq__cardContent{align-items:center;gap:.75rem;display:flex}.awaiting-deposit-banner-module__bvJrxq__iconWrapper{background-color:var(--warning-bg);width:1.75rem;height:1.75rem;color:var(--warning-text);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.awaiting-deposit-banner-module__bvJrxq__icon{width:.875rem;height:.875rem}.awaiting-deposit-banner-module__bvJrxq__content{min-width:0;color:var(--warning-text-muted);flex:1;font-size:.875rem}.awaiting-deposit-banner-module__bvJrxq__textEmphasis{color:var(--warning-text-muted);align-items:center;gap:.25rem;font-weight:500;display:inline-flex}.awaiting-deposit-banner-module__bvJrxq__chainIcon{margin-left:.125rem;margin-right:.25rem;display:inline-flex;position:relative;top:.125rem}.awaiting-deposit-banner-module__bvJrxq__textChain{color:var(--warning-text-muted);text-transform:capitalize;font-weight:500}.awaiting-deposit-banner-module__bvJrxq__actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.awaiting-deposit-banner-module__bvJrxq__buttonIcon{width:.875rem;height:.875rem;margin-right:.125rem}.awaiting-deposit-banner-module__bvJrxq__popoverContent{width:auto;max-width:24rem;padding:.75rem}.awaiting-deposit-banner-module__bvJrxq__popoverInner{align-items:center;gap:.5rem;display:flex}.awaiting-deposit-banner-module__bvJrxq__codeBlock{border-radius:.25rem;flex:1;padding:.25rem .5rem;font-family:monospace;font-size:.75rem;}
.invoice-upload-section-module__9V-YjW__container{flex-direction:column;gap:.75rem;display:flex}.invoice-upload-section-module__9V-YjW__parsedCard{border:1px solid var(--success-border);background-color:var(--success-bg-muted);border-radius:.5rem;justify-content:space-between;align-items:center;padding:.75rem;display:flex}.invoice-upload-section-module__9V-YjW__parsedInfo{align-items:center;gap:.75rem;display:flex}.invoice-upload-section-module__9V-YjW__parsedIconWrapper{background-color:var(--success-bg);border-radius:9999px;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.invoice-upload-section-module__9V-YjW__parsedSummary{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.invoice-upload-section-module__9V-YjW__demoProcessing{border:1px solid var(--border);background-color:var(--background-subtle);border-radius:.5rem;align-items:center;gap:.75rem;padding:1rem;display:flex}.invoice-upload-section-module__9V-YjW__spinner{width:1.25rem;height:1.25rem;color:var(--primary-action-bg);animation:1s linear infinite invoice-upload-section-module__9V-YjW__spin}@keyframes invoice-upload-section-module__9V-YjW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.invoice-upload-section-module__9V-YjW__fileName{font-size:.875rem;font-weight:500}.invoice-upload-section-module__9V-YjW__statusText{color:var(--text-secondary);font-size:.75rem}.invoice-upload-section-module__9V-YjW__demoOptions{flex-direction:column;gap:.5rem;display:flex}.invoice-upload-section-module__9V-YjW__sampleInvoiceButton{border:2px dashed var(--border);text-align:left;cursor:pointer;background:0 0;border-radius:.5rem;align-items:center;gap:.75rem;width:100%;padding:1rem;transition:border-color .15s,background-color .15s;display:flex}.invoice-upload-section-module__9V-YjW__sampleInvoiceButton:hover{border-color:var(--primary-action-bg);background-color:var(--primary-action-muted)}.invoice-upload-section-module__9V-YjW__sampleIconWrapper{background-color:var(--background-muted);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.invoice-upload-section-module__9V-YjW__sampleIcon{width:1.25rem;height:1.25rem;color:var(--text-secondary)}.invoice-upload-section-module__9V-YjW__sampleContent{flex:1;min-width:0}.invoice-upload-section-module__9V-YjW__sampleTitle{font-size:.875rem;font-weight:500}.invoice-upload-section-module__9V-YjW__sampleDescription{color:var(--text-secondary);font-size:.75rem}.invoice-upload-section-module__9V-YjW__previewButton{width:100%}.invoice-upload-section-module__9V-YjW__previewButtonIcon{width:1rem;height:1rem;margin-right:.5rem}.invoice-upload-section-module__9V-YjW__sheetBody{flex-direction:column;gap:1.5rem;margin-top:1.5rem;display:flex}.invoice-upload-section-module__9V-YjW__invoicePreview{border:1px solid var(--border);background-color:var(--background-subtle);border-radius:.5rem;padding:1.5rem}.invoice-upload-section-module__9V-YjW__invoiceHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.invoice-upload-section-module__9V-YjW__invoiceTitle{font-size:1.125rem;font-weight:700}.invoice-upload-section-module__9V-YjW__invoiceNumber{color:var(--text-secondary);font-size:.875rem}.invoice-upload-section-module__9V-YjW__invoiceDateLabel{color:var(--text-secondary);text-align:right;font-size:.875rem}.invoice-upload-section-module__9V-YjW__invoiceDate{font-size:.875rem;font-weight:500}.invoice-upload-section-module__9V-YjW__invoiceParties{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.invoice-upload-section-module__9V-YjW__partyLabel{color:var(--text-secondary);text-transform:uppercase;margin-bottom:.25rem;font-size:.75rem;font-weight:500}.invoice-upload-section-module__9V-YjW__partyName{font-size:.875rem;font-weight:500}.invoice-upload-section-module__9V-YjW__partyAddress{color:var(--text-secondary);font-size:.75rem}.invoice-upload-section-module__9V-YjW__itemsSection{margin-bottom:1.5rem}.invoice-upload-section-module__9V-YjW__itemsLabel{color:var(--text-secondary);text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:500}.invoice-upload-section-module__9V-YjW__itemsList{flex-direction:column;gap:.5rem;display:flex}.invoice-upload-section-module__9V-YjW__lineItem{justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.invoice-upload-section-module__9V-YjW__lineItemPrice{font-weight:500}.invoice-upload-section-module__9V-YjW__totalRow{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:.75rem;padding-top:.75rem;display:flex}.invoice-upload-section-module__9V-YjW__totalLabel{font-weight:500}.invoice-upload-section-module__9V-YjW__totalAmount{font-size:1.125rem;font-weight:700}.invoice-upload-section-module__9V-YjW__paymentDetailsCard{background-color:var(--background-muted);border-radius:.375rem;padding:1rem}.invoice-upload-section-module__9V-YjW__paymentDetailsLabel{color:var(--text-secondary);text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:500}.invoice-upload-section-module__9V-YjW__paymentDetailsList{flex-direction:column;gap:.25rem;font-size:.875rem;display:flex}.invoice-upload-section-module__9V-YjW__paymentDetailRow{justify-content:space-between;display:flex}.invoice-upload-section-module__9V-YjW__paymentDetailLabel{color:var(--text-secondary)}.invoice-upload-section-module__9V-YjW__paymentDetailValue{font-family:monospace;font-size:.75rem}.invoice-upload-section-module__9V-YjW__useInvoiceButton{width:100%}.invoice-upload-section-module__9V-YjW__dropZone{border:2px dashed var(--border);text-align:center;border-radius:.5rem;padding:1.5rem;transition:border-color .15s,background-color .15s;position:relative}.invoice-upload-section-module__9V-YjW__dropZone:hover{border-color:var(--text-secondary)}.invoice-upload-section-module__9V-YjW__dropZoneActive{border-color:var(--primary-action-bg);background-color:var(--primary-action-muted)}.invoice-upload-section-module__9V-YjW__fileInput{cursor:pointer;opacity:0;position:absolute;inset:0}.invoice-upload-section-module__9V-YjW__dropZoneIcon{width:2rem;height:2rem;color:var(--text-secondary);margin:0 auto}.invoice-upload-section-module__9V-YjW__dropZoneText{color:var(--text-secondary);margin-top:.5rem;font-size:.75rem}.invoice-upload-section-module__9V-YjW__fileCard{border:1px solid var(--border);border-radius:.5rem;overflow:hidden}.invoice-upload-section-module__9V-YjW__fileInfo{background-color:var(--background-subtle);justify-content:space-between;align-items:center;padding:.875rem 1rem;display:flex}.invoice-upload-section-module__9V-YjW__fileDetails{align-items:center;gap:.75rem;display:flex}.invoice-upload-section-module__9V-YjW__fileIcon{width:1.25rem;height:1.25rem;color:var(--text-secondary)}.invoice-upload-section-module__9V-YjW__fileStatus{height:1rem;color:var(--text-secondary);font-size:.75rem}.invoice-upload-section-module__9V-YjW__validationError{border-top:1px solid var(--warning-border);background-color:var(--warning-bg-muted);padding:.875rem 1rem}.invoice-upload-section-module__9V-YjW__validationContent{gap:.5rem;display:flex}.invoice-upload-section-module__9V-YjW__warningIcon{width:1.25rem;height:1.25rem;color:var(--warning-text-muted);flex-shrink:0;margin-top:.125rem}.invoice-upload-section-module__9V-YjW__validationBody{flex-direction:column;gap:.5rem;display:flex}.invoice-upload-section-module__9V-YjW__validationTitle{color:var(--warning-text-muted);font-size:.875rem;font-weight:500}.invoice-upload-section-module__9V-YjW__validationMessage{color:var(--warning-text-muted);font-size:.75rem}.invoice-upload-section-module__9V-YjW__issuesList{color:var(--warning-text-muted);flex-direction:column;gap:.25rem;margin:0;padding:0;font-size:.75rem;list-style:none;display:flex}.invoice-upload-section-module__9V-YjW__issueItem{align-items:flex-start;gap:.375rem;display:flex}.invoice-upload-section-module__9V-YjW__issueDot{opacity:.6;background-color:currentColor;border-radius:9999px;flex-shrink:0;width:.25rem;height:.25rem;margin-top:.375rem}.invoice-upload-section-module__9V-YjW__issuesMore{opacity:.7}.invoice-upload-section-module__9V-YjW__validationActions{gap:.5rem;padding-top:.25rem;display:flex}.invoice-upload-section-module__9V-YjW__errorMessage{color:var(--danger-text);margin-top:.5rem;font-size:.875rem}
.infinite-erebor-tos-modal-module__quqO0W__dialogContent{border:1px solid var(--border);flex-direction:column;gap:1rem;width:95vw;max-width:36rem;padding:0;display:flex}.infinite-erebor-tos-modal-module__quqO0W__header{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:1rem 1rem .75rem;display:flex}.infinite-erebor-tos-modal-module__quqO0W__logo{border-radius:.5rem;flex-shrink:0}.infinite-erebor-tos-modal-module__quqO0W__headerContent{flex-direction:column;gap:.125rem;min-width:0;display:flex}.infinite-erebor-tos-modal-module__quqO0W__title{font-size:1.125rem;font-weight:500}.infinite-erebor-tos-modal-module__quqO0W__description{color:var(--text-secondary);font-size:.75rem}.infinite-erebor-tos-modal-module__quqO0W__checkboxList{flex-direction:column;gap:1.5rem;padding:0 1rem;display:flex}.infinite-erebor-tos-modal-module__quqO0W__documentList{margin-top:.375rem}.infinite-erebor-tos-modal-module__quqO0W__documentList ul{margin:.25rem 0 0;padding-left:1rem}.infinite-erebor-tos-modal-module__quqO0W__documentList li{color:var(--text-tertiary);list-style:outside}.infinite-erebor-tos-modal-module__quqO0W__documentList li>a{color:var(--text-secondary);text-decoration:underline}.infinite-erebor-tos-modal-module__quqO0W__documentList li>a:hover{color:var(--text-primary)}.infinite-erebor-tos-modal-module__quqO0W__documentList li>a svg{width:.75rem;height:.75rem}.infinite-erebor-tos-modal-module__quqO0W__documentList li+li{margin-top:.25rem}.infinite-erebor-tos-modal-module__quqO0W__footer{gap:.625rem;padding:0 1rem 1rem;display:flex}.infinite-erebor-tos-modal-module__quqO0W__actionButton{flex:1 1 0}
.customer-header-module__uA9UHq__headerWrapper{border-bottom:1px solid var(--border);background:var(--card-bg);padding:1.5rem 1.5rem .75rem}.customer-header-module__uA9UHq__headerContent{align-items:center;gap:.75rem;margin-bottom:.75rem;padding-left:.25rem;padding-right:.25rem;display:flex}.customer-header-module__uA9UHq__avatarShrink{flex-shrink:0}.customer-header-module__uA9UHq__nameBadgesContainer{align-items:center;gap:.5rem;display:flex}.customer-header-module__uA9UHq__customerName{font-size:1.5rem;line-height:1.75rem}.customer-header-module__uA9UHq__customerId{color:var(--text-secondary);align-items:center;gap:.25rem;font-size:.875rem;display:flex}.customer-header-module__uA9UHq__customerId button{margin-top:1px}.customer-header-module__uA9UHq__badgeWithIcon{align-items:center;gap:.25rem;display:flex}.customer-header-module__uA9UHq__iconSmall{width:.75rem;height:.75rem}.customer-header-module__uA9UHq__statusControl{flex-shrink:0;align-items:center;gap:.5rem;margin-left:auto;display:flex}.customer-header-module__uA9UHq__statusControlLabel{color:var(--text-secondary);font-size:.8125rem;font-weight:500}.customer-header-module__uA9UHq__statusSelect{width:10rem}
.transfer-documents-section-module__9Fte9q__section{flex-direction:column;display:flex}.transfer-documents-section-module__9Fte9q__sectionWithMargin{margin-bottom:1.5rem}.transfer-documents-section-module__9Fte9q__headerTitle{align-items:center;gap:.5rem;display:inline-flex}.transfer-documents-section-module__9Fte9q__headerIcon{width:1.25rem;height:1.25rem}.transfer-documents-section-module__9Fte9q__documentList,.transfer-documents-section-module__9Fte9q__skeletonList{flex-direction:column;gap:.5rem;display:flex}.transfer-documents-section-module__9Fte9q__cardContent{padding:1rem}.transfer-documents-section-module__9Fte9q__cardBody{align-items:flex-start;gap:.75rem;display:flex}.transfer-documents-section-module__9Fte9q__fileIconWrapper{border:1px solid var(--border);background:var(--background-muted);width:2.5rem;height:2.5rem;color:var(--text-secondary);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.transfer-documents-section-module__9Fte9q__fileIcon{width:1.25rem;height:1.25rem}.transfer-documents-section-module__9Fte9q__pdfIcon{color:var(--danger-text)}.transfer-documents-section-module__9Fte9q__imageIcon{color:var(--info-text)}.transfer-documents-section-module__9Fte9q__details{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.transfer-documents-section-module__9Fte9q__titleRow{align-items:center;gap:.5rem;display:flex}.transfer-documents-section-module__9Fte9q__fileName{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-primary);font-size:.875rem;font-weight:500;line-height:1.25rem;overflow:hidden}.transfer-documents-section-module__9Fte9q__meta{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.75rem;line-height:1rem;display:flex}.transfer-documents-section-module__9Fte9q__separator{color:var(--text-tertiary)}.transfer-documents-section-module__9Fte9q__viewLink:hover{color:var(--text-primary)}.transfer-documents-section-module__9Fte9q__skeletonCard{width:100%;height:6rem}
.wallet-accounts-table-module___9vW1W__wrapper{border:1px solid var(--border);border-radius:.5rem}.wallet-accounts-table-module___9vW1W__wrapper tr[data-state=selected]{background:var(--background-subtle)}.wallet-accounts-table-module___9vW1W__nameCell{align-items:center;gap:.5rem;display:flex}.wallet-accounts-table-module___9vW1W__name{color:var(--text-primary);font-weight:500}.wallet-accounts-table-module___9vW1W__nameSelected{color:var(--primary-action-bg);font-weight:500}.wallet-accounts-table-module___9vW1W__address{color:var(--text-secondary);font-family:monospace;font-size:.875rem}.wallet-accounts-table-module___9vW1W__chainsCell{flex-wrap:wrap;gap:.25rem;display:flex}.wallet-accounts-table-module___9vW1W__chainIcon{flex-shrink:0}.wallet-accounts-table-module___9vW1W__chainsOverflow{color:var(--text-secondary);font-size:.75rem}.wallet-accounts-table-module___9vW1W__textMuted{color:var(--text-secondary);font-size:.875rem}.wallet-accounts-table-module___9vW1W__lastUsedCell{color:var(--text-secondary);font-variant-numeric:tabular-nums;font-size:.875rem;display:block}.wallet-accounts-table-module___9vW1W__actionsCell{justify-content:flex-end;display:flex}.wallet-accounts-table-module___9vW1W__detailButton{background:var(--secondary-action-bg);width:1.5rem;height:1.5rem;color:var(--text-secondary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s;display:flex}.wallet-accounts-table-module___9vW1W__detailButton:hover{background:var(--secondary-action-hover)}
.infinite-tos-modal-module__hFcbzq__dialogContent{border:1px solid var(--border);flex-direction:column;gap:1rem;width:95vw;max-width:45rem;max-height:90dvh;padding:0;display:flex;overflow:hidden}.infinite-tos-modal-module__hFcbzq__header{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:1rem 1rem .75rem;display:flex}.infinite-tos-modal-module__hFcbzq__logo{border-radius:.5rem;flex-shrink:0}.infinite-tos-modal-module__hFcbzq__headerContent{flex-direction:column;gap:.125rem;min-width:0;display:flex}.infinite-tos-modal-module__hFcbzq__title{font-size:1.125rem;font-weight:500}.infinite-tos-modal-module__hFcbzq__description{color:var(--text-secondary);font-size:.75rem}.infinite-tos-modal-module__hFcbzq__contentSection{flex:1;min-height:0;padding:0 1rem;overflow:hidden}.infinite-tos-modal-module__hFcbzq__scrollArea{height:100%;position:relative}.infinite-tos-modal-module__hFcbzq__scrollContainer{border:1px solid var(--border);background:var(--background-subtle);border-radius:.5rem;height:100%;min-height:12.5rem;max-height:18.75rem;padding:1rem;overflow-y:auto}.infinite-tos-modal-module__hFcbzq__content{padding-right:.5rem;font-size:.875rem;line-height:1.25rem}.infinite-tos-modal-module__hFcbzq__scrollAction{position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.infinite-tos-modal-module__hFcbzq__actionButton{flex:1 1 0}.infinite-tos-modal-module__hFcbzq__scrollButton{gap:.5rem;box-shadow:0 .75rem 3rem #0f172a24}.infinite-tos-modal-module__hFcbzq__arrowDownIcon{width:1rem;height:1rem}.infinite-tos-modal-module__hFcbzq__footer{flex-direction:column;flex-shrink:0;gap:.625rem;padding:0 1rem 1rem;display:flex}.infinite-tos-modal-module__hFcbzq__actionsRow{gap:.625rem;display:flex}.infinite-tos-modal-module__hFcbzq__secondaryActions{flex:1;gap:.625rem;display:flex}.infinite-tos-modal-module__hFcbzq__openInTabButton{gap:.625rem}.infinite-tos-modal-module__hFcbzq__openInTabIcon{width:.75rem;height:.75rem}@media (min-width:40rem){.infinite-tos-modal-module__hFcbzq__scrollContainer{max-height:26.5625rem}}
.draft-compliance-section-module__m28-PW__content{flex-direction:column;gap:1rem;display:flex}.draft-compliance-section-module__m28-PW__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.draft-compliance-section-module__m28-PW__headerCopy{flex-direction:column;gap:.375rem;display:flex}.draft-compliance-section-module__m28-PW__titleRow{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.draft-compliance-section-module__m28-PW__titleIcon{width:1rem;height:1rem;color:var(--warning-text)}.draft-compliance-section-module__m28-PW__title{font-size:.9375rem;font-weight:600;line-height:1.2}.draft-compliance-section-module__m28-PW__description{color:var(--muted-text);margin:0;font-size:.875rem;line-height:1.4}.draft-compliance-section-module__m28-PW__actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.draft-compliance-section-module__m28-PW__group{flex-direction:column;gap:.625rem;display:flex}.draft-compliance-section-module__m28-PW__groupTitle{text-transform:uppercase;letter-spacing:.04em;color:var(--muted-text);margin:0;font-size:.75rem;font-weight:600}.draft-compliance-section-module__m28-PW__badgeWrap{flex-wrap:wrap;gap:.5rem;display:flex}.draft-compliance-section-module__m28-PW__documentList{flex-direction:column;gap:.75rem;display:flex}.draft-compliance-section-module__m28-PW__documentRow{border:1px solid var(--border-secondary);background:var(--surface-secondary);border-radius:.875rem;justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1rem;display:flex}.draft-compliance-section-module__m28-PW__documentTitle{margin:0;font-size:.875rem;font-weight:600}.draft-compliance-section-module__m28-PW__documentKey{color:var(--muted-text);margin:.25rem 0 0;font-size:.75rem;line-height:1.35}.draft-compliance-section-module__m28-PW__buttonIcon{width:.875rem;height:.875rem}.draft-compliance-section-module__m28-PW__errorList{flex-direction:column;gap:.5rem;display:flex}.draft-compliance-section-module__m28-PW__errorRow{background:var(--warning-bg);color:var(--warning-text);border-radius:.75rem;align-items:flex-start;gap:.5rem;padding:.75rem .875rem;font-size:.875rem;line-height:1.4;display:flex}.draft-compliance-section-module__m28-PW__errorIcon{flex-shrink:0;width:1rem;height:1rem;margin-top:.125rem}.draft-compliance-section-module__m28-PW__hiddenInput{display:none}@media (max-width:768px){.draft-compliance-section-module__m28-PW__header{flex-direction:column}.draft-compliance-section-module__m28-PW__actions{width:100%}.draft-compliance-section-module__m28-PW__documentRow{flex-direction:column;align-items:stretch}}
.share-transfer-popover-module__1Xsoja__popoverContent{width:20rem;padding:0}.share-transfer-popover-module__1Xsoja__header{flex-direction:column;gap:.25rem;padding:1rem;display:flex}.share-transfer-popover-module__1Xsoja__title{font-size:.875rem;font-weight:500}.share-transfer-popover-module__1Xsoja__description{color:var(--text-secondary);padding:0 .0625rem;font-size:.8125rem;line-height:1.25}.share-transfer-popover-module__1Xsoja__footer{border-top:1px solid var(--border);background:var(--background-secondary);align-items:center;gap:.375rem;padding:.75rem 1rem;display:flex}.share-transfer-popover-module__1Xsoja__urlContainer{flex:1;min-width:0}.share-transfer-popover-module__1Xsoja__url{text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-mono);font-size:.75rem;line-height:1.25;display:block;overflow:hidden}.share-transfer-popover-module__1Xsoja__copyContainer{flex-shrink:0;align-items:center;display:flex}
.infinite-tos-field-module__zRoqsa__root{flex-direction:column;gap:.75rem;display:flex}.infinite-tos-field-module__zRoqsa__root button{width:fit-content}
.cutoff-description-module__k5Y71G__container{flex-direction:column;gap:.5rem;display:flex}.cutoff-description-module__k5Y71G__group{flex-direction:column;gap:.125rem;display:flex}.cutoff-description-module__k5Y71G__groupHeader{align-items:center;gap:.375rem;display:flex}.cutoff-description-module__k5Y71G__groupLabel{font-weight:500}.cutoff-description-module__k5Y71G__groupLabelPast{color:var(--text-tertiary)}.cutoff-description-module__k5Y71G__groupSeparator,.cutoff-description-module__k5Y71G__groupSettlement{color:var(--text-secondary)}.cutoff-description-module__k5Y71G__groupSettlementPast{color:var(--text-tertiary)}.cutoff-description-module__k5Y71G__cutoffRow{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:.125rem .375rem;display:flex}.cutoff-description-module__k5Y71G__cutoffItem{align-items:center;gap:.25rem;display:inline-flex}.cutoff-description-module__k5Y71G__cutoffTimePast{color:var(--text-tertiary);text-decoration:line-through}.cutoff-description-module__k5Y71G__cutoffTimeNext{color:var(--text-primary);font-weight:500}.cutoff-description-module__k5Y71G__nextBadge{background:var(--success-bg-muted);color:var(--success-text);border-radius:.25rem;padding:.125rem .25rem;font-size:.625rem;font-weight:500}.cutoff-description-module__k5Y71G__warningText{color:var(--warning-text);font-size:.75rem}
.transfer-detail-page-skeleton-module__GQAvLq__wrapper{flex-direction:column;display:flex}.transfer-detail-page-skeleton-module__GQAvLq__header{border-bottom:solid 1px var(--border);align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.transfer-detail-page-skeleton-module__GQAvLq__container{flex-direction:column;gap:2.5rem;padding:1.5rem;display:flex}.transfer-detail-page-skeleton-module__GQAvLq__sourceDestGrid{gap:2rem;display:grid}@media (min-width:768px){.transfer-detail-page-skeleton-module__GQAvLq__sourceDestGrid{grid-template-columns:1fr auto 1fr;gap:.75rem}}.transfer-detail-page-skeleton-module__GQAvLq__sourceDestColumn{flex-direction:column;gap:.75rem;display:flex}.transfer-detail-page-skeleton-module__GQAvLq__card{border:1px solid var(--border);background:var(--card-bg);border-radius:.5rem;flex-direction:column;display:flex;overflow:hidden}.transfer-detail-page-skeleton-module__GQAvLq__cardBody{flex-direction:column;gap:.75rem;padding:.875rem 1rem;display:flex}.transfer-detail-page-skeleton-module__GQAvLq__amountRow{align-items:center;gap:.5rem;display:flex}.transfer-detail-page-skeleton-module__GQAvLq__expandTrigger{border-top:solid 1px var(--border);justify-content:center;align-items:center;padding:.375rem;display:flex}.transfer-detail-page-skeleton-module__GQAvLq__arrowContainer{justify-content:center;padding-top:4.5rem;display:none}@media (min-width:768px){.transfer-detail-page-skeleton-module__GQAvLq__arrowContainer{display:flex}}.transfer-detail-page-skeleton-module__GQAvLq__section{flex-direction:column;gap:.75rem;display:flex}.transfer-detail-page-skeleton-module__GQAvLq__referenceRows{flex-direction:column;padding:.5rem 1rem;display:flex}.transfer-detail-page-skeleton-module__GQAvLq__referenceRow{justify-content:space-between;align-items:center;padding:.625rem 0;display:flex}.transfer-detail-page-skeleton-module__GQAvLq__referenceRow:not(:last-child){border-bottom:1px solid var(--border)}.transfer-detail-page-skeleton-module__GQAvLq__progressRows{flex-direction:column;gap:1rem;padding:1rem;display:flex}.transfer-detail-page-skeleton-module__GQAvLq__progressRow{align-items:center;gap:.75rem;display:flex}
.amount-card-module__6FoVQq__container{border:1px solid var(--border);background:var(--card-bg);border-radius:.75rem}.amount-card-module__6FoVQq__section{padding:1.25rem}.amount-card-module__6FoVQq__row{align-items:center;gap:.75rem;display:flex}.amount-card-module__6FoVQq__inputWrapper{flex:1;min-width:0}input.amount-card-module__6FoVQq__currencyInput{background:0 0;font-size:1.5rem;font-weight:500}.amount-card-module__6FoVQq__currencyInputReadonly{color:var(--text-secondary)}.amount-card-module__6FoVQq__meta{color:var(--text-secondary);align-items:center;gap:.5rem;margin-top:.375rem;font-size:.75rem;display:flex}.amount-card-module__6FoVQq__highlight{color:var(--text-primary);font-weight:500}.amount-card-module__6FoVQq__maxButton{height:auto;padding:0;font-size:.75rem}.amount-card-module__6FoVQq__divider{border-top:1px solid var(--border)}.amount-card-module__6FoVQq__destinationAmount{color:var(--text-primary);font-size:1.5rem;font-weight:500;transition:color .15s;display:block}.amount-card-module__6FoVQq__destinationAmountLoading{color:var(--text-secondary);animation:2s cubic-bezier(.4,0,.6,1) infinite amount-card-module__6FoVQq__pulse}@keyframes amount-card-module__6FoVQq__pulse{0%,to{opacity:1}50%{opacity:.5}}.amount-card-module__6FoVQq__destinationMeta{color:var(--text-secondary);margin-top:.375rem;font-size:.75rem}.amount-card-module__6FoVQq__sourceCurrencyCombo{border:1px solid var(--border);background:var(--background-muted);border-radius:9999px;flex-shrink:0;width:auto;min-width:auto;height:2.25rem;padding:0 .75rem;font-size:.875rem;font-weight:500}
.review-sign-shared-module__5LAfNW__dataFieldLabel{color:var(--text-secondary)}.review-sign-shared-module__5LAfNW__dataFieldValue{color:var(--text-primary);font-weight:500}.review-sign-shared-module__5LAfNW__dataGrid{grid-template-columns:1fr 3fr;gap:.75rem 1.5rem;font-size:.875rem;display:grid}.review-sign-shared-module__5LAfNW__emptyState{color:var(--text-secondary);font-size:.875rem;line-height:1.4}.review-sign-shared-module__5LAfNW__addressDisplay{flex-direction:column;gap:.25rem;font-size:.875rem;display:flex}.review-sign-shared-module__5LAfNW__addressLine{color:var(--text-primary);font-weight:500}.review-sign-shared-module__5LAfNW__addressSection{border-top:1px solid var(--border-muted)}.review-sign-shared-module__5LAfNW__addressSectionTitle{color:var(--text-secondary);margin-bottom:.5rem;font-size:.75rem;font-weight:600}.review-sign-shared-module__5LAfNW__stepSection{margin-bottom:1rem}.review-sign-shared-module__5LAfNW__stepSectionTitle{align-items:center;gap:.625rem;min-width:0;display:flex}.review-sign-shared-module__5LAfNW__dataCountBadge{background:var(--background-muted);color:var(--text-secondary);border-radius:.375rem;align-items:center;padding:.125rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.review-sign-shared-module__5LAfNW__stepSectionActions{align-items:center;gap:.5rem;display:flex}.review-sign-shared-module__5LAfNW__statusBadge{flex-shrink:0}.review-sign-shared-module__5LAfNW__editButton{height:2rem;padding-inline:.625rem;font-size:.75rem}.review-sign-shared-module__5LAfNW__editIcon{width:.875rem;height:.875rem}.review-sign-shared-module__5LAfNW__documentRow{justify-content:space-between;align-items:center;gap:.75rem;padding-block:.375rem;font-size:.75rem;display:flex}.review-sign-shared-module__5LAfNW__documentInfo{min-width:0}.review-sign-shared-module__5LAfNW__documentType{color:var(--text-primary);font-weight:500}.review-sign-shared-module__5LAfNW__documentFileName{color:var(--text-secondary);margin-left:.25rem}.review-sign-shared-module__5LAfNW__documentStatus{color:var(--success-text);font-weight:600}@media (max-width:48rem){.review-sign-shared-module__5LAfNW__stepSectionHeader{flex-direction:column;align-items:flex-start}.review-sign-shared-module__5LAfNW__stepSectionActions{justify-content:space-between;width:100%}}
.data-view-module__oLzV2q__dataViewContainer{flex-wrap:wrap;gap:1rem 3.5rem;display:flex}.data-view-module__oLzV2q__dataViewItem{flex-direction:column;gap:.125rem;display:flex}.data-view-module__oLzV2q__label{color:var(--text-secondary);font-size:.75rem;line-height:1rem}.data-view-module__oLzV2q__valueWrapper{align-items:center;gap:.25rem;display:flex}.data-view-module__oLzV2q__value,.data-view-module__oLzV2q__valueLink{font-size:.875rem;line-height:1.25rem}.data-view-module__oLzV2q__valueLink:hover{text-decoration:underline}.data-view-module__oLzV2q__truncate{text-overflow:ellipsis;white-space:nowrap;max-width:15rem;overflow:hidden}.data-view-module__oLzV2q__mono{font-family:var(--font-mono),ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.data-view-module__oLzV2q__semibold{font-weight:600}.data-view-module__oLzV2q__empty{color:var(--text-secondary)}.data-view-module__oLzV2q__emptyItalic{color:var(--text-secondary);font-style:italic}.data-view-module__oLzV2q__linkIcon{width:1rem;height:1rem;color:var(--text-secondary)}
.associated-entities-section-module__bzdj0G__entityGrid{grid-template-columns:repeat(auto-fill,minmax(24rem,1fr));gap:.75rem;display:grid}.associated-entities-section-module__bzdj0G__emptyText{color:var(--text-secondary);font-size:var(--text-sm)}.associated-entities-section-module__bzdj0G__skeletonList{flex-direction:column;gap:.75rem;display:flex}.associated-entities-section-module__bzdj0G__skeleton{border-radius:.375rem;height:2.5rem}.associated-entities-section-module__bzdj0G__entityCard{font-size:var(--text-sm);flex-direction:column;gap:.375rem;display:flex}.associated-entities-section-module__bzdj0G__entityHeader{flex-wrap:wrap;align-items:center;gap:.125rem .5rem;display:flex}.associated-entities-section-module__bzdj0G__entityIcon{width:.875rem;height:.875rem;color:var(--text-secondary)}.associated-entities-section-module__bzdj0G__entityName{white-space:nowrap;font-weight:500}.associated-entities-section-module__bzdj0G__entityTitleSeparator,.associated-entities-section-module__bzdj0G__entityTitle{color:var(--text-secondary)}.associated-entities-section-module__bzdj0G__badgeContainer{gap:.25rem;margin:-.25rem -.375rem .25rem;display:flex}.associated-entities-section-module__bzdj0G__detailsRow{color:var(--text-secondary);font-size:var(--text-xs);flex-wrap:wrap;gap:.25rem 1rem;display:flex}.associated-entities-section-module__bzdj0G__detailLabel{color:var(--text-tertiary);font-weight:500}.associated-entities-section-module__bzdj0G__addressRow{font-size:var(--text-xs);color:var(--text-secondary)}
.review-sign-form-module__GKAr1a__root{flex-direction:column;gap:1.5rem;display:flex}.review-sign-form-module__GKAr1a__errorState{justify-content:center;align-items:center;min-height:25rem;padding:1.5rem;display:flex}.review-sign-form-module__GKAr1a__errorStateCard{width:100%;max-width:28rem}.review-sign-form-module__GKAr1a__errorActions{flex-direction:column;align-items:center;gap:.75rem;display:flex}.review-sign-form-module__GKAr1a__errorHint{color:var(--text-secondary);text-align:center;font-size:.75rem;line-height:1.4}.review-sign-form-module__GKAr1a__warningBanner{flex-direction:column;gap:.5rem;padding-bottom:.25rem;display:flex}.review-sign-form-module__GKAr1a__warningIcon{flex-shrink:0;width:1.25rem;height:1.25rem}.review-sign-form-module__GKAr1a__warningBannerDescription{color:var(--warning-text-muted);font-size:.75rem;line-height:1.4}.review-sign-form-module__GKAr1a__warningBannerGroups{flex-direction:column;gap:.5rem;display:flex}.review-sign-form-module__GKAr1a__warningBannerGroup{margin:0;padding:0;list-style:none}.review-sign-form-module__GKAr1a__warningBannerRow{color:var(--warning-text-muted);align-items:flex-start;gap:.5rem;display:flex}.review-sign-form-module__GKAr1a__warningBannerRow+.review-sign-form-module__GKAr1a__warningBannerRow{margin-top:.5rem}.review-sign-form-module__GKAr1a__warningBannerRow:before{content:"•";color:var(--warning-text-muted);line-height:1.4}.review-sign-form-module__GKAr1a__warningLinkButton{white-space:nowrap;color:var(--warning-bg);text-underline-offset:.125rem;padding:0;font-size:.75rem;font-weight:500;line-height:1.4;text-decoration:underline}.review-sign-form-module__GKAr1a__warningRowText{color:var(--warning-text-muted);font-size:.75rem;line-height:1.4}.review-sign-form-module__GKAr1a__pendingItems{flex-direction:column;gap:.25rem;display:flex}.review-sign-form-module__GKAr1a__pendingItem{background:var(--background-elevated);border-radius:.5rem;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.review-sign-form-module__GKAr1a__pendingItemName{color:var(--warning-text);font-size:.75rem;font-weight:500;line-height:1.4}.review-sign-form-module__GKAr1a__pendingItemMeta{align-items:center;gap:.5rem;display:flex}.review-sign-form-module__GKAr1a__sections{flex-direction:column;gap:2rem;display:flex}.review-sign-form-module__GKAr1a__tosSection{flex-direction:column;display:flex}.review-sign-form-module__GKAr1a__tosContent{flex-direction:column;gap:1rem;display:flex}.review-sign-form-module__GKAr1a__partnerTerms{color:var(--text-secondary);font-size:.75rem;line-height:1.4}.review-sign-form-module__GKAr1a__partnerLink{color:var(--primary-action-bg);text-underline-offset:.125rem;gap:.125rem}.review-sign-form-module__GKAr1a__partnerLinkIcon{width:.75rem;height:.75rem}@media (hover:hover) and (pointer:fine){.review-sign-form-module__GKAr1a__warningLinkButton:hover{color:var(--warning-text)}}
.button-module__GhUluq__button{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;background:0 0;border:none;border-radius:.375rem;outline:none;justify-content:center;align-items:center;gap:.375rem;padding:0;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.button-module__GhUluq__button:focus-visible{outline:2px solid var(--ring);outline-offset:-1px}.button-module__GhUluq__button:disabled,.button-module__GhUluq__button[aria-disabled=true]{cursor:not-allowed;opacity:.5}.button-module__GhUluq__button svg{flex-shrink:0}.button-module__GhUluq__fullWidth{width:100%}.button-module__GhUluq__iconWrapper{flex-shrink:0;align-items:center;display:inline-flex}.button-module__GhUluq__iconWrapper svg{width:1rem;height:1rem}.button-module__GhUluq__sizeXs .button-module__GhUluq__iconWrapper svg{width:.75rem;height:.75rem}.button-module__GhUluq__sizeSm .button-module__GhUluq__iconWrapper svg{width:.875rem;height:.875rem}.button-module__GhUluq__sizeXs{height:1.5rem;min-height:1.5rem;padding:0 .5rem;font-size:.75rem;line-height:1rem}.button-module__GhUluq__sizeSm{height:1.75rem;min-height:1.75rem;padding:0 .625rem;font-size:.8125rem;line-height:1.25rem}.button-module__GhUluq__sizeMd{height:2rem;min-height:2rem;padding:0 .625rem;font-size:.8125rem;line-height:1.5rem}.button-module__GhUluq__sizeLg{height:2.25rem;min-height:2.25rem;padding:0 .75rem;font-size:.875rem;line-height:1.5rem}.button-module__GhUluq__colorPrimary{--btn-bg:var(--primary-action-bg);--btn-text:var(--primary-action-text);--btn-hover:var(--primary-action-hover);--btn-muted:var(--primary-action-muted);--btn-muted-text:var(--primary-action-text-muted);--btn-border:var(--primary-action-bg)}.button-module__GhUluq__colorSecondary{--btn-bg:var(--secondary-action-bg);--btn-text:var(--text-primary);--btn-hover:var(--secondary-action-hover);--btn-muted:var(--background-muted);--btn-muted-text:var(--text-secondary);--btn-border:var(--border)}.button-module__GhUluq__colorDanger{--btn-bg:var(--danger-bg);--btn-text:var(--danger-text);--btn-hover:var(--danger-hover);--btn-muted:var(--danger-bg-muted);--btn-muted-text:var(--danger-text-muted);--btn-border:var(--danger-bg)}.button-module__GhUluq__colorSuccess{--btn-bg:var(--success-bg);--btn-text:var(--success-text);--btn-hover:var(--success-hover);--btn-muted:var(--success-bg-muted);--btn-muted-text:var(--success-text-muted);--btn-border:var(--success-bg)}.button-module__GhUluq__colorWarning{--btn-bg:var(--warning-bg);--btn-text:var(--warning-text);--btn-hover:var(--warning-hover);--btn-muted:var(--warning-bg-muted);--btn-muted-text:var(--warning-text-muted);--btn-border:var(--warning-bg)}.button-module__GhUluq__styleSolid{background-color:var(--btn-bg);color:var(--btn-text)}.button-module__GhUluq__styleSolid:hover{background-color:var(--btn-hover)}.button-module__GhUluq__styleSolid:active{transform:translateY(1px)}.button-module__GhUluq__styleGhost{color:var(--btn-muted-text);background:0 0}.button-module__GhUluq__styleGhost:hover{background-color:var(--btn-muted);color:var(--btn-muted-text)}.button-module__GhUluq__styleOutline{border:1px solid var(--btn-border);background-color:var(--background);color:var(--btn-muted-text)}.button-module__GhUluq__styleOutline:hover{border-color:var(--btn-border);background-color:var(--btn-muted)}.button-module__GhUluq__styleOutline:active{transform:translateY(1px)}.button-module__GhUluq__styleIcon{color:var(--text-secondary);aspect-ratio:1;padding:0;transition:color .15s,background-color .15s}.button-module__GhUluq__styleIcon:hover{color:var(--text-primary);background-color:var(--background-muted)}.button-module__GhUluq__styleIconOutline{border:1px solid var(--btn-border);background-color:var(--background);color:var(--text-secondary);aspect-ratio:1;padding:0;transition:color .15s,background-color .15s,border-color .15s}.button-module__GhUluq__styleIconOutline:hover{background-color:var(--background-muted);color:var(--text-primary)}.button-module__GhUluq__styleIconOutline:active{background-color:var(--background-muted)}
.dialog-module__rW7YAW__overlay{z-index:50;background:#00000080;position:fixed;inset:0}.dialog-module__rW7YAW__overlay[data-state=open]{animation:.2s ease-out dialog-module__rW7YAW__overlay-fade-in}.dialog-module__rW7YAW__overlay[data-state=closed]{animation:.15s ease-in dialog-module__rW7YAW__overlay-fade-out}.dialog-module__rW7YAW__content{z-index:50;border:1px solid var(--border);background:var(--background);width:calc(100% - 2rem);max-width:32rem;box-shadow:0 .5rem 2rem color-mix(in srgb,var(--text-primary)10%,transparent);will-change:opacity,transform;border-radius:.5rem;gap:1rem;padding:1.5rem;display:grid;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.dialog-module__rW7YAW__content[data-state=open]{animation:.2s ease-out dialog-module__rW7YAW__dialog-open}.dialog-module__rW7YAW__content[data-state=closed]{animation:.15s ease-in dialog-module__rW7YAW__dialog-close}.dialog-module__rW7YAW__closeButton{position:absolute;top:.75rem;right:.75rem}.dialog-module__rW7YAW__closeIcon{pointer-events:none;flex-shrink:0;width:1rem;height:1rem}.dialog-module__rW7YAW__header{text-align:center;flex-direction:column;gap:.5rem;display:flex}.dialog-module__rW7YAW__footer{flex-direction:column-reverse;gap:.5rem;display:flex}.dialog-module__rW7YAW__title{color:var(--text-primary);font-size:1.125rem;font-weight:600;line-height:1}.dialog-module__rW7YAW__description{color:var(--text-secondary);font-size:.8125rem}@media (min-width:40rem){.dialog-module__rW7YAW__header{text-align:left}.dialog-module__rW7YAW__footer{flex-direction:row;justify-content:flex-end}}@media (prefers-reduced-motion:reduce){.dialog-module__rW7YAW__overlay[data-state=open],.dialog-module__rW7YAW__overlay[data-state=closed],.dialog-module__rW7YAW__content[data-state=open],.dialog-module__rW7YAW__content[data-state=closed]{animation-duration:1ms}}@keyframes dialog-module__rW7YAW__overlay-fade-in{0%{opacity:0}to{opacity:1}}@keyframes dialog-module__rW7YAW__overlay-fade-out{0%{opacity:1}to{opacity:0}}@keyframes dialog-module__rW7YAW__dialog-open{0%{opacity:0;transform:translate(-50%,-50%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes dialog-module__rW7YAW__dialog-close{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(.95)}}
.command-module__g9e_Da__command{background:var(--popover-bg);width:100%;height:100%;color:var(--popover-text);border-radius:.5rem;flex-direction:column;display:flex}.command-module__g9e_Da__dialogContent{overflow:hidden;padding:0!important}.command-module__g9e_Da__dialogContent>button{display:none}.command-module__g9e_Da__dialogCommand [data-slot=command-input-wrapper]{height:3rem}.command-module__g9e_Da__dialogCommand [cmdk-group-heading]{color:var(--text-secondary);padding-left:.5rem;padding-right:.5rem;font-weight:500}.command-module__g9e_Da__dialogCommand [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:0}.command-module__g9e_Da__dialogCommand [cmdk-group]{padding-left:.5rem;padding-right:.5rem}.command-module__g9e_Da__dialogCommand [cmdk-input-wrapper] svg{width:1.25rem;height:1.25rem}.command-module__g9e_Da__dialogCommand [cmdk-input]{height:3rem}.command-module__g9e_Da__dialogCommand [cmdk-item]{padding:.75rem .5rem}.command-module__g9e_Da__dialogCommand [cmdk-item] svg{width:1.25rem;height:1.25rem}.command-module__g9e_Da__inputWrapper{border-bottom:1px solid var(--border);align-items:center;gap:.5rem;height:2.75rem;padding-left:.75rem;padding-right:.75rem;display:flex}.command-module__g9e_Da__searchIcon{opacity:.5;flex-shrink:0;width:1rem;height:1rem}.command-module__g9e_Da__input{background:0 0;border-radius:.375rem;outline:none;width:100%;height:2.5rem;padding-top:.75rem;padding-bottom:.75rem;font-size:.875rem;display:flex}.command-module__g9e_Da__input::placeholder{color:var(--text-secondary)}.command-module__g9e_Da__input:disabled{cursor:not-allowed;opacity:.5}.command-module__g9e_Da__list{max-height:300px;padding-bottom:.25rem;overflow:hidden auto}.command-module__g9e_Da__empty{text-align:center;color:var(--text-secondary);padding:2rem 0;font-size:.875rem}.command-module__g9e_Da__group{color:var(--text-primary);flex-direction:column;gap:.25rem;display:flex}.command-module__g9e_Da__group [cmdk-group-heading]{color:var(--text-secondary);padding:.75rem .625rem .25rem;font-size:.75rem;font-weight:500}.command-module__g9e_Da__separator{background:var(--border);height:1px;margin-left:-.25rem;margin-right:-.25rem}.command-module__g9e_Da__item{cursor:pointer;border-radius:.125rem;outline:none;align-items:center;gap:.375rem;padding:.375rem .625rem;font-size:.875rem;display:flex;position:relative}.command-module__g9e_Da__item[data-disabled=true]{pointer-events:none;opacity:.5}.command-module__g9e_Da__item[data-selected=true]{background:var(--background-muted)}.command-module__g9e_Da__item svg:not([class*=size-]){width:1rem;height:1rem}.command-module__g9e_Da__item svg:not([class*=text-]){color:var(--text-secondary)}.command-module__g9e_Da__item svg{flex-shrink:0}.command-module__g9e_Da__shortcut{color:var(--text-secondary);letter-spacing:.1em;margin-left:auto;font-size:.75rem}
.display-country-flag-module__kljxoG__flag{aspect-ratio:3/2;object-fit:cover;display:block;box-shadow:0 1px 2px #0000000d}.display-country-flag-module__kljxoG__cryptoContainer{aspect-ratio:3/2;justify-content:center;align-items:center;display:flex}.display-country-flag-module__kljxoG__cryptoIcon{width:100%;max-width:1rem;height:100%;max-height:1rem;color:var(--text-tertiary)}.display-country-flag-module__kljxoG__fallback{aspect-ratio:3/2;border:1px solid var(--border);background:var(--background-muted);color:var(--text-tertiary);text-align:center;justify-content:center;align-items:center;font-size:.75rem;display:flex}
.data-table-faceted-filter-module__VSN7Oq__clearButton{opacity:.7;border-radius:.125rem;transition:opacity .15s}.data-table-faceted-filter-module__VSN7Oq__clearButton:hover{opacity:1}.data-table-faceted-filter-module__VSN7Oq__clearButton:focus-visible{box-shadow:0 0 0 1px var(--ring);outline:none}.data-table-faceted-filter-module__VSN7Oq__separator{margin-inline:.125rem}.data-table-faceted-filter-module__VSN7Oq__separator[data-orientation=vertical]{height:1rem}.data-table-faceted-filter-module__VSN7Oq__badgeMobile{border-radius:.125rem;padding-inline:.25rem;font-weight:400}@media (min-width:1024px){.data-table-faceted-filter-module__VSN7Oq__badgeMobile{display:none}}.data-table-faceted-filter-module__VSN7Oq__selectedList{align-items:center;gap:.25rem;display:none}@media (min-width:1024px){.data-table-faceted-filter-module__VSN7Oq__selectedList{display:flex}}.data-table-faceted-filter-module__VSN7Oq__badge{color:var(--text-primary)}.data-table-faceted-filter-module__VSN7Oq__popoverContent{width:12.5rem;padding:0}.data-table-faceted-filter-module__VSN7Oq__commandList{max-height:100%}.data-table-faceted-filter-module__VSN7Oq__optionGroup{max-height:18.75rem;overflow:hidden auto}.data-table-faceted-filter-module__VSN7Oq__checkbox{border:1px solid var(--primary);border-radius:.125rem;justify-content:center;align-items:center;width:1rem;height:1rem;display:flex}.data-table-faceted-filter-module__VSN7Oq__checkboxSelected{background-color:var(--primary)}.data-table-faceted-filter-module__VSN7Oq__checkboxUnselected{opacity:.5}.data-table-faceted-filter-module__VSN7Oq__checkboxUnselected svg{visibility:hidden}.data-table-faceted-filter-module__VSN7Oq__checkIcon{color:var(--text-contrast)}.data-table-faceted-filter-module__VSN7Oq__radioWrapper{justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:flex}.data-table-faceted-filter-module__VSN7Oq__radioSelected{width:1.25rem;height:1.25rem;color:var(--primary)}.data-table-faceted-filter-module__VSN7Oq__radioUnselected{width:1.25rem;height:1.25rem;color:var(--primary);opacity:.5}.data-table-faceted-filter-module__VSN7Oq__optionLabel{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.data-table-faceted-filter-module__VSN7Oq__optionCount{font-family:var(--font-mono,monospace);margin-left:auto;font-size:.75rem}.data-table-faceted-filter-module__VSN7Oq__clearFilters{text-align:center;justify-content:center}
.copyable-id-module__vmX_uq__button{color:var(--text-secondary);cursor:pointer;background:0 0;border:0;align-items:center;gap:.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.75rem;transition:color .2s;display:flex}.copyable-id-module__vmX_uq__button:hover{color:var(--text-primary)}.copyable-id-module__vmX_uq__icon{width:.75rem;height:.75rem}
.empty-state-message-module__0DvynG__root{text-align:center;flex-direction:column;align-items:center;display:flex}.empty-state-message-module__0DvynG__rootSmall{gap:.5rem}.empty-state-message-module__0DvynG__rootMedium{gap:.75rem}.empty-state-message-module__0DvynG__rootLarge{gap:1rem}.empty-state-message-module__0DvynG__iconContainer{border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.empty-state-message-module__0DvynG__iconContainer svg{flex-shrink:0}.empty-state-message-module__0DvynG__iconContainerDecorated{box-shadow:inset 0 .03125rem .0625rem #00000008}.empty-state-message-module__0DvynG__iconContainerDecorated:before{content:"";pointer-events:none;background:linear-gradient(#ffffff4d,#0000);border-radius:9999px 9999px 0 0;height:50%;position:absolute;top:0;left:0;right:0}.empty-state-message-module__0DvynG__iconContainerSmall{width:2rem;height:2rem}.empty-state-message-module__0DvynG__iconContainerSmall svg{width:1rem;height:1rem}.empty-state-message-module__0DvynG__iconContainerMedium{width:3rem;height:3rem}.empty-state-message-module__0DvynG__iconContainerMedium svg{width:1.5rem;height:1.5rem}.empty-state-message-module__0DvynG__iconContainerLarge{width:4rem;height:4rem}.empty-state-message-module__0DvynG__iconContainerLarge svg{width:2rem;height:2rem}.empty-state-message-module__0DvynG__iconContainerWarning{border:1px solid var(--warning-border);background:var(--warning-bg-muted);color:var(--warning-text-muted)}.empty-state-message-module__0DvynG__iconContainerError{border:1px solid var(--danger-border);background:var(--danger-bg-muted);color:var(--danger-text-muted)}.empty-state-message-module__0DvynG__iconContainerInfo{border:1px solid var(--info-border);background:var(--info-bg-muted);color:var(--info-text-muted)}.empty-state-message-module__0DvynG__iconContainerMutedInfo{border:1px solid var(--border);background:var(--background-muted);color:var(--text-secondary)}.empty-state-message-module__0DvynG__iconContainerSuccess{border:1px solid var(--success-border);background:var(--success-bg-muted);color:var(--success-text-muted)}.empty-state-message-module__0DvynG__iconContainerCustom{border:1px solid var(--border);background:var(--accent-bg);color:var(--accent-text)}.empty-state-message-module__0DvynG__iconContainerDefault{border:1px solid var(--border);background:var(--background-muted);color:var(--text-secondary)}.empty-state-message-module__0DvynG__content{flex-direction:column;gap:.25rem;display:flex}.empty-state-message-module__0DvynG__title{margin:0;line-height:1.35}.empty-state-message-module__0DvynG__titleSemibold{font-weight:600}.empty-state-message-module__0DvynG__titleRegular{font-weight:400}.empty-state-message-module__0DvynG__titleSmall{font-size:1rem}.empty-state-message-module__0DvynG__titleMedium{font-size:1.125rem}.empty-state-message-module__0DvynG__titleLarge{font-size:1.25rem}.empty-state-message-module__0DvynG__titleWarning{color:var(--warning-text-muted)}.empty-state-message-module__0DvynG__titleError{color:var(--danger-text-muted)}.empty-state-message-module__0DvynG__titleInfo{color:var(--info-bg)}.empty-state-message-module__0DvynG__titleMutedInfo{color:var(--text-secondary)}.empty-state-message-module__0DvynG__titleSuccess{color:var(--success-text)}.empty-state-message-module__0DvynG__titleCustom{color:var(--accent-text)}.empty-state-message-module__0DvynG__titleDefault,.empty-state-message-module__0DvynG__titleBare{color:var(--text-primary)}.empty-state-message-module__0DvynG__description{color:var(--text-secondary);white-space:break-spaces;max-width:20rem;line-height:1.5}.empty-state-message-module__0DvynG__descriptionError{color:var(--danger-text-muted)}.empty-state-message-module__0DvynG__descriptionSmall{font-size:.75rem}.empty-state-message-module__0DvynG__descriptionMedium{font-size:.875rem}.empty-state-message-module__0DvynG__descriptionLarge{font-size:1rem}.empty-state-message-module__0DvynG__metadata{flex-direction:column;align-items:center;gap:.125rem;margin-top:.25rem;display:flex}.empty-state-message-module__0DvynG__actions{flex-direction:column;align-items:center;gap:.75rem;margin-top:.5rem;display:flex}
.info-card-module__FjNz2a__infoCard{border-radius:.375rem;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:colors .15s;display:flex}.info-card-module__FjNz2a__variantDefault{background-color:var(--background-subtle)}.info-card-module__FjNz2a__variantSuccess{background-color:var(--success-bg-muted)}.info-card-module__FjNz2a__variantWarning{background-color:var(--warning-bg-muted)}.info-card-module__FjNz2a__variantInfo{background-color:var(--info-bg-muted)}.info-card-module__FjNz2a__variantDanger{background-color:var(--danger-bg-muted)}.info-card-module__FjNz2a__icon{color:var(--text-tertiary);flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:flex}.info-card-module__FjNz2a__iconColorDefault{color:var(--text-tertiary)}.info-card-module__FjNz2a__iconColorSuccess{color:var(--success-bg)}.info-card-module__FjNz2a__iconColorWarning{color:var(--warning-bg)}.info-card-module__FjNz2a__iconColorInfo{color:var(--info-bg)}.info-card-module__FjNz2a__iconColorDanger{color:var(--danger-bg)}.info-card-module__FjNz2a__iconTopAligned{align-self:flex-start;margin-top:.25rem}.info-card-module__FjNz2a__icon svg{width:1rem;height:1rem}.info-card-module__FjNz2a__content{flex:1;min-width:0}.info-card-module__FjNz2a__title{font-size:.875rem;font-weight:500;line-height:1.25rem}.info-card-module__FjNz2a__titleDefault{color:var(--text-primary)}.info-card-module__FjNz2a__titleSuccess{color:var(--success-text-muted)}.info-card-module__FjNz2a__titleWarning{color:var(--warning-text-muted)}.info-card-module__FjNz2a__titleInfo{color:var(--info-text-muted)}.info-card-module__FjNz2a__titleDanger{color:var(--danger-text-muted)}.info-card-module__FjNz2a__description{font-size:.8125rem;line-height:1rem}.info-card-module__FjNz2a__descriptionWithTitle{opacity:.8;font-size:.75rem}.info-card-module__FjNz2a__descriptionDefault{color:var(--text-secondary)}.info-card-module__FjNz2a__descriptionSuccess{color:var(--success-text-muted)}.info-card-module__FjNz2a__descriptionWarning{color:var(--warning-text-muted)}.info-card-module__FjNz2a__descriptionInfo{color:var(--info-text-muted)}.info-card-module__FjNz2a__descriptionDanger{color:var(--danger-text-muted)}.info-card-module__FjNz2a__action{flex-shrink:0}
.data-table-toolbar-module__5th-Jq__toolbar{border-bottom:1px solid color-mix(in srgb,var(--border)60%,transparent);justify-content:space-between;align-items:flex-start;gap:.5rem;width:100%;padding:.75rem;display:flex}.data-table-toolbar-module__5th-Jq__filters{flex-wrap:wrap;flex:1;align-items:center;gap:.5rem;display:flex}.data-table-toolbar-module__5th-Jq__actions{align-items:center;gap:.5rem;display:flex}.data-table-toolbar-module__5th-Jq__resetText{font-size:.875rem}.data-table-toolbar-module__5th-Jq__textInput{width:10rem;height:2rem}@media (min-width:1024px){.data-table-toolbar-module__5th-Jq__textInput{width:14rem}}.data-table-toolbar-module__5th-Jq__numberInputWrapper{position:relative}.data-table-toolbar-module__5th-Jq__numberInput{width:7.5rem;height:2rem}.data-table-toolbar-module__5th-Jq__numberInputWithUnit{padding-right:2rem}.data-table-toolbar-module__5th-Jq__unitLabel{background-color:var(--accent-bg);color:var(--text-secondary);border-radius:0 .375rem .375rem 0;align-items:center;padding-inline:.5rem;font-size:.875rem;display:flex;position:absolute;top:0;bottom:0;right:0}
.radio-group-module__62_e0W__group{gap:.75rem;display:grid}.radio-group-module__62_e0W__item{aspect-ratio:1;border:1px solid var(--input);width:1rem;height:1rem;color:var(--primary-action-bg);border-radius:9999px;outline:none;flex-shrink:0;transition:color .15s,box-shadow .15s;box-shadow:0 1px 2px #0000000d}.radio-group-module__62_e0W__item:focus-visible{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--ring)50%,transparent)}.radio-group-module__62_e0W__item:disabled{cursor:not-allowed;opacity:.5}.radio-group-module__62_e0W__indicator{justify-content:center;align-items:center;display:flex;position:relative}.radio-group-module__62_e0W__indicatorIcon{width:.5rem;height:.5rem;fill:var(--primary-action-bg);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.radio-group-module__62_e0W__card{border:1px solid var(--border);background-color:var(--card-bg);border-radius:.5rem;padding:.75rem;box-shadow:0 1px 2px #0000000d}.radio-group-module__62_e0W__card:not(:disabled):hover{border-color:var(--primary-action-bg)}.radio-group-module__62_e0W__card:disabled{cursor:not-allowed;opacity:.5}.radio-group-module__62_e0W__card[data-state=checked]{border-color:var(--primary-action-bg);background-color:var(--accent-bg);color:var(--accent-text);outline:none}.radio-group-module__62_e0W__card[data-state=checked] svg{color:var(--accent-text)}.radio-group-module__62_e0W__cardWithIndicator{cursor:pointer;transition:border-color .15s,background-color .15s,color .15s;}.radio-group-module__62_e0W__cardContent{align-items:flex-start;gap:.75rem;display:flex}.radio-group-module__62_e0W__indicatorWrapper{justify-content:center;align-items:center;margin-top:.125rem;display:flex;position:relative}.radio-group-module__62_e0W__inlineIndicator{border:1px solid var(--input);width:1rem;height:1rem;color:var(--primary-action-bg);border-radius:9999px;outline:none;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s,box-shadow .15s;display:flex;box-shadow:0 1px 2px #0000000d}.radio-group-module__62_e0W__inlineIndicatorIcon{width:.5rem;height:.5rem;fill:var(--primary-action-bg)}.radio-group-module__62_e0W__cardChildWrapper{flex:1}
.transfer-progress-simple-module__0fAkeW__container{padding:.75rem 1rem}.transfer-progress-simple-module__0fAkeW__stepWrapper{position:relative}.transfer-progress-simple-module__0fAkeW__connectorLine{width:2px;height:calc(100% - 24px);position:absolute;top:2rem;left:15px}.transfer-progress-simple-module__0fAkeW__connectorLineCompleted{background-color:var(--success-border)}.transfer-progress-simple-module__0fAkeW__connectorLinePending{background-color:var(--border)}.transfer-progress-simple-module__0fAkeW__connectorLineFailed{background-color:var(--danger-border)}.transfer-progress-simple-module__0fAkeW__stepContent{z-index:10;align-items:flex-start;gap:.75rem;width:100%;padding:.5rem 0;display:flex;position:relative}.transfer-progress-simple-module__0fAkeW__iconWrapper{border:2px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;transition:colors .15s;display:flex;position:relative}.transfer-progress-simple-module__0fAkeW__iconCompleted{border-color:var(--success-bg);background-color:var(--success-bg);color:var(--success-text)}.transfer-progress-simple-module__0fAkeW__iconInProgress{border-color:var(--warning-bg);background-color:var(--warning-bg);color:var(--warning-text)}.transfer-progress-simple-module__0fAkeW__iconPending{border-color:var(--border);background-color:var(--background);color:var(--text-secondary)}.transfer-progress-simple-module__0fAkeW__iconFailed{border-color:var(--danger-bg);background-color:var(--danger-bg);color:var(--danger-text)}.transfer-progress-simple-module__0fAkeW__icon{width:1rem;height:1rem}.transfer-progress-simple-module__0fAkeW__labelWrapper{flex:1;align-items:center;min-width:0;padding-top:.375rem;font-size:.9375rem;font-weight:500;display:flex}.transfer-progress-simple-module__0fAkeW__label{font-size:var(--font-size-sm)}.transfer-progress-simple-module__0fAkeW__labelCompleted{color:var(--text-primary)}.transfer-progress-simple-module__0fAkeW__labelInProgress{color:var(--text-primary);font-weight:500}.transfer-progress-simple-module__0fAkeW__labelPending{color:var(--text-secondary)}.transfer-progress-simple-module__0fAkeW__labelFailed{color:var(--danger-text-muted)}
.transfers-table-module__SwthEW__toolbar{align-items:center;gap:1rem;padding-left:.75rem;padding-right:.75rem;display:flex}.transfers-table-module__SwthEW__toolbarSearch{flex:1}.transfers-table-module__SwthEW__fundingFilter{align-items:center;gap:.5rem;display:flex}.transfers-table-module__SwthEW__fundingLabel{cursor:pointer;font-size:.875rem}
.kyc-steps-module__RdeUrq__formGrid{grid-template-columns:minmax(0,1fr);gap:0 1rem;display:grid}.kyc-steps-module__RdeUrq__twoColumnSection{gap:1rem;display:grid}.kyc-steps-module__RdeUrq__fullSpan{grid-column:1/-1}.kyc-steps-module__RdeUrq__fullWidthNewSection{grid-column:1/-1;margin-top:1rem}.kyc-steps-module__RdeUrq__controlFullWidth{width:100%}.kyc-steps-module__RdeUrq__textarea{resize:none;min-height:6.25rem}.kyc-steps-module__RdeUrq__currencyField{position:relative}.kyc-steps-module__RdeUrq__currencyInput{padding-left:2rem}.kyc-steps-module__RdeUrq__currencyPrefix{color:var(--text-tertiary);font-size:.875rem;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.kyc-steps-module__RdeUrq__checkboxCard{width:100%;margin-bottom:0}.kyc-steps-module__RdeUrq__checkboxCardLabel{align-items:center;gap:.25rem;display:inline-flex}.kyc-steps-module__RdeUrq__emptyDateInput{color:var(--text-tertiary)}@media (min-width:48rem){.kyc-steps-module__RdeUrq__formGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.kyc-steps-module__RdeUrq__twoColumnSection{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))}}
.scroll-area-module__IV-_oG__root{position:relative}.scroll-area-module__IV-_oG__viewport{border-radius:inherit;outline:none;width:100%;height:100%;transition:color,box-shadow}.scroll-area-module__IV-_oG__viewport:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--ring)50%,transparent);outline-width:1px}.scroll-area-module__IV-_oG__scrollbar{touch-action:none;-webkit-user-select:none;user-select:none;padding:1px;transition:colors;display:flex}.scroll-area-module__IV-_oG__scrollbar[data-orientation=vertical]{border-left:1px solid #0000;width:.625rem;height:100%}.scroll-area-module__IV-_oG__scrollbar[data-orientation=horizontal]{border-top:1px solid #0000;flex-direction:column;height:.625rem}.scroll-area-module__IV-_oG__thumb{background-color:var(--border);border-radius:9999px;flex:1;position:relative}
.action-section-module__DPyr1a__actionSection{overflow:hidden}.action-section-module__DPyr1a__actionsContainer{-ms-overflow-style:none;scrollbar-width:none;margin-top:-.5rem;padding-top:.5rem;overflow-x:auto}.action-section-module__DPyr1a__actionsContainer::-webkit-scrollbar{display:none}.action-section-module__DPyr1a__actionsList{gap:1rem;min-width:fit-content;display:flex}.action-section-module__DPyr1a__actionWrapper{flex-shrink:0;position:relative}.action-section-module__DPyr1a__card{border:1px solid var(--border);max-width:17rem;height:100%;transition:all .2s}.action-section-module__DPyr1a__card>div[data-slot=card-content]{height:100%}.action-section-module__DPyr1a__cardDisabled{opacity:.5}.action-section-module__DPyr1a__cardFixed{width:17rem}.action-section-module__DPyr1a__cardInner{flex-direction:column;height:100%;display:flex}.action-section-module__DPyr1a__iconWrapper{margin-bottom:.75rem}.action-section-module__DPyr1a__iconCircle{background-color:var(--primary-action-muted);border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.action-section-module__DPyr1a__icon{width:1.25rem;height:1.25rem;color:var(--primary-action-text-muted)}.action-section-module__DPyr1a__title{color:var(--text-primary);margin-bottom:.25rem;padding:.125rem;font-size:.9375rem;font-weight:500;line-height:1.25rem}.action-section-module__DPyr1a__description{color:var(--text-secondary);margin-bottom:.75rem;padding:.125rem;font-size:.8125rem;line-height:1.2}.action-section-module__DPyr1a__actionButton{margin-top:auto}button.action-section-module__DPyr1a__dismissButton{z-index:10;border:1px solid var(--border);background-color:var(--background-subtle);opacity:0;border-radius:100%;width:1.75rem;min-width:1.75rem;height:1.75rem;min-height:1.75rem;padding:0;transition:opacity .15s,background-color .15s;position:absolute;top:-.5rem;right:-.5rem}.action-section-module__DPyr1a__actionWrapper:hover .action-section-module__DPyr1a__dismissButton{opacity:1}.action-section-module__DPyr1a__dismissIcon{width:1rem;height:1rem}
.phone-verification-field-module__u5vfhW__root{flex-direction:column;gap:.75rem;display:flex}.phone-verification-field-module__u5vfhW__phoneRow{align-items:center;gap:.75rem;width:100%;display:flex}.phone-verification-field-module__u5vfhW__phoneInput{flex:auto;min-width:0}.phone-verification-field-module__u5vfhW__otpSection{flex-direction:column;gap:.5rem;display:flex}.phone-verification-field-module__u5vfhW__otpRow{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.phone-verification-field-module__u5vfhW__secondaryText{color:var(--text-secondary);font-size:.75rem}.phone-verification-field-module__u5vfhW__resendButton{width:fit-content;color:var(--text-secondary);text-underline-offset:.125rem;cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem;text-decoration:underline}.phone-verification-field-module__u5vfhW__resendButton:disabled{opacity:.6;cursor:default}.phone-verification-field-module__u5vfhW__link{font-size:.75rem}
.section-card-module__QNbPaa__sectionCard{overflow:hidden}.section-card-module__QNbPaa__variantDefault{border:1px solid var(--border);background-color:color-mix(in srgb,var(--card-bg)50%,transparent);border-radius:.375rem}.section-card-module__QNbPaa__variantMuted{border:1px solid var(--border);background-color:color-mix(in srgb,var(--background-muted)30%,transparent);border-radius:.375rem}.section-card-module__QNbPaa__variantFullBleed{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background-color:color-mix(in srgb,var(--card-bg)50%,transparent);margin-left:-1rem;margin-right:-1rem}.section-card-module__QNbPaa__header{border-bottom:1px solid var(--border);background-color:color-mix(in srgb,var(--background-muted)40%,transparent);justify-content:space-between;align-items:center;display:flex}.section-card-module__QNbPaa__headerSizeDefault{padding:.625rem 1rem}.section-card-module__QNbPaa__headerSizeCompact{padding:.375rem .75rem}.section-card-module__QNbPaa__headerFullBleed{padding-left:1rem;padding-right:1rem}.section-card-module__QNbPaa__headerTitle{color:color-mix(in srgb,var(--text-primary)70%,transparent);font-weight:500}.section-card-module__QNbPaa__headerTitleSizeDefault{font-size:.875rem;line-height:1.25rem}.section-card-module__QNbPaa__headerTitleSizeCompact{font-size:.75rem;line-height:1rem}.section-card-module__QNbPaa__headerAction{margin-top:-.25rem;margin-bottom:-.25rem}.section-card-module__QNbPaa__sectionRow{justify-content:space-between;align-items:center;gap:1rem;display:flex}.section-card-module__QNbPaa__sectionRow:not(:last-child){border-bottom:solid 1px var(--border)}.section-card-module__QNbPaa__rowSizeDefault{margin:0 1rem;padding:.75rem 0}.section-card-module__QNbPaa__rowSizeCompact{padding:.375rem .75rem}.section-card-module__QNbPaa__rowFullBleed{padding-left:1rem;padding-right:1rem}.section-card-module__QNbPaa__rowLabel{color:var(--text-secondary);flex-shrink:0}.section-card-module__QNbPaa__rowLabelSizeDefault{font-size:.875rem;line-height:1.25rem}.section-card-module__QNbPaa__rowLabelSizeCompact{font-size:.75rem;line-height:1rem}.section-card-module__QNbPaa__rowValue{text-align:right;color:var(--text-primary);align-items:center;gap:.25rem;font-weight:500;display:flex}.section-card-module__QNbPaa__rowValueSizeDefault{font-size:.875rem;line-height:1.25rem}.section-card-module__QNbPaa__rowValueSizeCompact{font-size:.75rem;line-height:1rem}
.section-header-module__7i9YEa__sectionHeader{flex-direction:column;margin-bottom:.75rem;display:flex}.section-header-module__7i9YEa__title{font-size:1.125rem;font-weight:var(--font-weight-medium);align-items:center;gap:.5rem;line-height:1.5rem;display:flex}.section-header-module__7i9YEa__icon{flex:0 0 1rem}.section-header-module__7i9YEa__icon svg{width:1rem;height:1rem}.section-header-module__7i9YEa__description{color:var(--text-secondary);margin-bottom:.25rem;font-size:.875rem;line-height:1.125rem}
.customer-card-module__E5bDHW__info{align-items:flex-start;gap:.75rem;display:flex}.customer-card-module__E5bDHW__details{flex:1;min-width:0}.customer-card-module__E5bDHW__counterpartyLabel{color:var(--text-tertiary);font-size:.75rem}.customer-card-module__E5bDHW__name{font-weight:500}.customer-card-module__E5bDHW__walletAddress{font-family:var(--font-mono,monospace);color:var(--text-secondary);font-size:.8125rem}.customer-card-module__E5bDHW__bankInfo{color:var(--text-secondary);font-size:.8125rem}.customer-card-module__E5bDHW__email{color:var(--primary-action-bg);font-size:.75rem;text-decoration:underline}.customer-card-module__E5bDHW__address{color:var(--text-secondary);font-size:.75rem}.customer-card-module__E5bDHW__loadingSkeleton{flex-direction:column;gap:.75rem;display:flex}.customer-card-module__E5bDHW__loadingRow{align-items:center;gap:.75rem;display:flex}.customer-card-module__E5bDHW__loadingText{flex-direction:column;flex:1;gap:.5rem;display:flex}
.verify-page-module__arADFG__otpContainer{justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}
.customer-overview-tab-module__4ou6CW__customerOverviewTabContent{flex-direction:column;gap:2rem;padding-top:.25rem;display:flex}.customer-overview-tab-module__4ou6CW__sectionHeader{font-weight:500;font-size:var(--text-sm);align-items:center;gap:.5rem;display:flex}.customer-overview-tab-module__4ou6CW__sectionHeaderIcon{width:1rem;height:1rem}.customer-overview-tab-module__4ou6CW__addressWarning{color:var(--warning-bg);align-items:flex-start;gap:.375rem;margin-top:.25rem;display:flex}.customer-overview-tab-module__4ou6CW__warningIcon{flex-shrink:0;width:.875rem;height:.875rem;margin-top:.125rem}.customer-overview-tab-module__4ou6CW__warningText{font-size:var(--text-xs)}.customer-overview-tab-module__4ou6CW__documentsGrid{grid-template-columns:repeat(auto-fill,minmax(17.5rem,1fr));gap:.75rem;display:grid}.customer-overview-tab-module__4ou6CW__documentCard{border-radius:var(--radius);border:1px solid var(--border);text-align:left;background-color:var(--card-bg);align-items:center;gap:.5rem;width:100%;padding:.875rem 1rem;transition:background-color .2s;display:flex}.customer-overview-tab-module__4ou6CW__documentCard:hover:not(:disabled){background-color:var(--card-bg-hover)}.customer-overview-tab-module__4ou6CW__documentCard:disabled{cursor:not-allowed;opacity:.5}.customer-overview-tab-module__4ou6CW__documentIcon{width:1rem;height:1rem;color:var(--text-secondary);flex-shrink:0}.customer-overview-tab-module__4ou6CW__documentInfo{flex:1;min-width:0}.customer-overview-tab-module__4ou6CW__documentNameRow{align-items:center;gap:.5rem;display:flex}.customer-overview-tab-module__4ou6CW__documentName{font-weight:500;font-size:var(--text-sm);}.customer-overview-tab-module__4ou6CW__documentStatusIcon{width:.75rem;height:.75rem;color:var(--success-bg);flex-shrink:0}.customer-overview-tab-module__4ou6CW__documentMeta{font-size:var(--text-xs);color:var(--text-secondary);align-items:center;gap:.375rem;display:flex;overflow:hidden}.customer-overview-tab-module__4ou6CW__documentMeta span{white-space:nowrap}.customer-overview-tab-module__4ou6CW__documentEntityName{align-items:center;gap:.125rem;display:inline-flex;overflow:hidden}.customer-overview-tab-module__4ou6CW__documentEntityName svg{flex:0 0 .75rem;width:.75rem;height:.75rem}.customer-overview-tab-module__4ou6CW__documentEntityNameText{}.customer-overview-tab-module__4ou6CW__downloadIcon{width:1rem;height:1rem;color:var(--text-secondary);flex-shrink:0}
.transfer-source-destination-module__03KVzG__flowGrid{gap:2rem;display:grid}@media (min-width:768px){.transfer-source-destination-module__03KVzG__flowGrid{grid-template-columns:1fr auto 1fr;gap:.75rem}}.transfer-source-destination-module__03KVzG__sectionContainer{flex-direction:column;height:100%;display:flex}.transfer-source-destination-module__03KVzG__cardContent,.transfer-source-destination-module__03KVzG__cardInner{flex-direction:column;flex:1;display:flex}.transfer-source-destination-module__03KVzG__cardBody{padding:.875rem 1rem 1rem}.transfer-source-destination-module__03KVzG__flowAmount{align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1.375rem;font-weight:600;display:flex}.transfer-source-destination-module__03KVzG__chainBadge{align-items:center;gap:.25rem;display:flex}.transfer-source-destination-module__03KVzG__accountDetails{align-items:flex-start;gap:.75rem;display:flex}.transfer-source-destination-module__03KVzG__accountInfo{flex-direction:column;flex:1;min-width:0;display:flex}.transfer-source-destination-module__03KVzG__accountType{font-size:.875rem;font-weight:500}.transfer-source-destination-module__03KVzG__accountNickname{color:var(--text-secondary);font-weight:400}.transfer-source-destination-module__03KVzG__customerName{color:var(--text-secondary);font-size:.75rem}.transfer-source-destination-module__03KVzG__customerNameLink:hover{text-decoration:underline}.transfer-source-destination-module__03KVzG__accountNumber{font-family:var(--font-mono);font-size:.75rem}.transfer-source-destination-module__03KVzG__fallbackInfo{flex-direction:column;gap:.25rem;font-size:.75rem;display:flex}.transfer-source-destination-module__03KVzG__fallbackRail{color:var(--text-secondary)}.transfer-source-destination-module__03KVzG__fallbackId{font-family:var(--font-mono)}.transfer-source-destination-module__03KVzG__arrowContainer{justify-content:center;padding-top:6.75rem;display:none}@media (min-width:768px){.transfer-source-destination-module__03KVzG__arrowContainer{display:flex}}.transfer-source-destination-module__03KVzG__arrowIcon{width:1.25rem;height:1.25rem;color:var(--text-primary)}.transfer-source-destination-module__03KVzG__expandTrigger{border-top:solid 1px var(--border);cursor:pointer;width:100%;color:var(--text-secondary);background:0 0;justify-content:center;align-items:center;margin-top:auto;padding:.375rem;transition:background-color .15s;display:flex}.transfer-source-destination-module__03KVzG__expandTrigger:hover{background-color:var(--card-bg-hover)}.transfer-source-destination-module__03KVzG__expandTrigger svg{width:1.125rem;height:1.125rem}.transfer-source-destination-module__03KVzG__detailsSection{border-top:1px solid var(--border);flex-direction:column;gap:.75rem;padding:1rem 1rem 0;display:flex}.transfer-source-destination-module__03KVzG__detailsContainer{padding:0 .25rem}.transfer-source-destination-module__03KVzG__noteItalic{font-style:italic}.transfer-source-destination-module__03KVzG__showTransfersButton{width:fit-content;margin:.75rem 0 1.25rem}
.payment-warning-module__JjQo-G__description{gap:0;font-size:.75rem}.payment-warning-module__JjQo-G__inline{display:inline}.payment-warning-module__JjQo-G__link{font-weight:500}
.skeleton-module__pNAuHG__skeleton{background-color:var(--color-muted);border-radius:.375rem;animation:2s cubic-bezier(.4,0,.6,1) infinite skeleton-module__pNAuHG__pulse}@keyframes skeleton-module__pNAuHG__pulse{0%,to{opacity:1}50%{opacity:.5}}
.supported-currencies-display-module__uk1eTa__root{font-size:.875rem}.supported-currencies-display-module__uk1eTa__label{color:var(--text-secondary);margin-bottom:.5rem;display:block}.supported-currencies-display-module__uk1eTa__badges{flex-wrap:wrap;gap:.5rem;display:flex}.supported-currencies-display-module__uk1eTa__badge{padding-left:.375rem}
/*# sourceMappingURL=c289dd011543817b.css.map*/