@keyframes page-module-scss-module__G7Kgma__pulseAnimation{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes page-module-scss-module__G7Kgma__fadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@keyframes page-module-scss-module__G7Kgma__fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.page-module-scss-module__G7Kgma__apiKeysWrapper{box-sizing:border-box;padding:0 24px;overflow:hidden}.page-module-scss-module__G7Kgma__apiKeysWrapper>.page-module-scss-module__G7Kgma__headerWrapper{box-sizing:border-box;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:20px 0;display:flex}.page-module-scss-module__G7Kgma__apiKeysWrapper>.page-module-scss-module__G7Kgma__headerWrapper>.page-module-scss-module__G7Kgma__title{color:var(--black);font-size:16px;font-weight:500}.page-module-scss-module__G7Kgma__apiKeysWrapper>.page-module-scss-module__G7Kgma__headerWrapper>.page-module-scss-module__G7Kgma__titleSkeleton{background-color:hsl(from var(--background-color) h s calc(l - 6));border-radius:4px;width:120px;height:18px;animation:1.5s ease-in-out infinite page-module-scss-module__G7Kgma__pulse}.page-module-scss-module__G7Kgma__apiKeysWrapper>.page-module-scss-module__G7Kgma__headerWrapper>.page-module-scss-module__G7Kgma__headerActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;width:100%;display:flex}.page-module-scss-module__G7Kgma__apiKeysWrapper>.page-module-scss-module__G7Kgma__headerWrapper>.page-module-scss-module__G7Kgma__headerActions>.page-module-scss-module__G7Kgma__refreshButton,.page-module-scss-module__G7Kgma__apiKeysWrapper>.page-module-scss-module__G7Kgma__headerWrapper>.page-module-scss-module__G7Kgma__headerActions>.page-module-scss-module__G7Kgma__createButton{gap:6px;padding:8px 16px}.page-module-scss-module__G7Kgma__apiKeysWrapper>.page-module-scss-module__G7Kgma__errorMessage{color:#ff4a34;margin:0 0 16px;font-size:14px}.page-module-scss-module__G7Kgma__titleSkeleton{background-color:hsl(from var(--background-color) h s calc(l - 6));border-radius:4px;width:120px;height:18px;animation:1.5s ease-in-out infinite page-module-scss-module__G7Kgma__pulse}.page-module-scss-module__G7Kgma__heightPlaceholder{width:30px;height:30px}.page-module-scss-module__G7Kgma__actionsWrapper{width:30px;height:30px;color:var(--text-light);cursor:pointer;background-color:#0000;border:none;border-radius:6px;outline:none;align-items:center;font-size:16px;transition:background-color .2s ease-in-out,color .2s ease-in-out;display:flex;position:relative;justify-content:center!important}.page-module-scss-module__G7Kgma__actionsWrapper:hover,.page-module-scss-module__G7Kgma__actionsWrapper:focus{background-color:hsl(from var(--background-color) h s calc(l - 4));color:var(--black)}.page-module-scss-module__G7Kgma__keyPermissions{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.page-module-scss-module__G7Kgma__dropdown{color:var(--black);transform-origin:100% 0;flex-direction:column;display:flex;overflow:hidden}.page-module-scss-module__G7Kgma__dropdown>button{color:var(--text-light);text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#0000;border:none;outline:none;align-items:center;gap:8px;width:100%;padding:8px;font-size:14px;font-weight:500;transition:background-color .2s ease-in-out,color .2s ease-in-out;display:flex}.page-module-scss-module__G7Kgma__dropdown>button.page-module-scss-module__G7Kgma__danger{color:#ff4a34}.page-module-scss-module__G7Kgma__dropdown>button:hover{background-color:hsl(from var(--background-color) h s calc(l - 4));color:var(--black)}.page-module-scss-module__G7Kgma__dropdown>button:hover.page-module-scss-module__G7Kgma__danger{color:#ff4a34;background-color:#ff656833}.page-module-scss-module__G7Kgma__dropdown>button:not(:last-child){border-bottom:1px solid var(--light-gray)}@keyframes page-module-scss-module__G7Kgma__pulse{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}
@keyframes Modal-module-scss-module__rlkgjW__pulseAnimation{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes Modal-module-scss-module__rlkgjW__fadeOut{0%{opacity:1}to{opacity:0}}@keyframes Modal-module-scss-module__rlkgjW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module-scss-module__rlkgjW__scaleIn{0%{transform:scale(.95)}to{transform:scale(1)}}.Modal-module-scss-module__rlkgjW__modalWrapper{z-index:1000;opacity:1;background-color:#0000004d;justify-content:center;align-items:center;width:100%;height:100vh;min-height:100vh;padding:20px 0;animation:.2s ease-in-out Modal-module-scss-module__rlkgjW__fadeIn;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.Modal-module-scss-module__rlkgjW__modalWrapper::-webkit-scrollbar{display:none}.Modal-module-scss-module__rlkgjW__modalWrapper.Modal-module-scss-module__rlkgjW__closeAnimation{animation:.2s ease-in-out forwards Modal-module-scss-module__rlkgjW__fadeOut}.Modal-module-scss-module__rlkgjW__modalWrapper>.Modal-module-scss-module__rlkgjW__modalContent{background-color:var(--background-color);box-sizing:border-box;border-radius:8px;max-height:calc(100vh - 40px);margin:auto;padding:16px;animation:.2s ease-in-out forwards Modal-module-scss-module__rlkgjW__scaleIn;overflow-y:auto}.Modal-module-scss-module__rlkgjW__modalWrapper>.Modal-module-scss-module__rlkgjW__modalContent::-webkit-scrollbar{display:none}.Modal-module-scss-module__rlkgjW__modalWrapper>.Modal-module-scss-module__rlkgjW__modalContent>.Modal-module-scss-module__rlkgjW__closeButton{z-index:1;cursor:pointer;background-color:#f5f5f5;border:none;border-radius:8px;outline:none;justify-content:center;align-items:center;width:34px;height:34px;transition:background-color .1s ease-in-out;display:flex;position:absolute;top:15px;right:15px}.Modal-module-scss-module__rlkgjW__modalWrapper>.Modal-module-scss-module__rlkgjW__modalContent>.Modal-module-scss-module__rlkgjW__closeButton>svg{color:var(--black);transition:color .1s ease-in-out}.Modal-module-scss-module__rlkgjW__modalWrapper>.Modal-module-scss-module__rlkgjW__modalContent>.Modal-module-scss-module__rlkgjW__closeButton:hover{background-color:var(--black)}.Modal-module-scss-module__rlkgjW__modalWrapper>.Modal-module-scss-module__rlkgjW__modalContent>.Modal-module-scss-module__rlkgjW__closeButton:hover>svg{color:var(--white)}
@keyframes BankAccountsList-module-scss-module__6ZwS3G__pulseAnimation{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes BankAccountsList-module-scss-module__6ZwS3G__fadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@keyframes BankAccountsList-module-scss-module__6ZwS3G__fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.BankAccountsList-module-scss-module__6ZwS3G__wrapper{flex-direction:column;gap:16px;display:flex}.BankAccountsList-module-scss-module__6ZwS3G__bankList{flex-direction:column;gap:8px;display:flex}.BankAccountsList-module-scss-module__6ZwS3G__bankListItem{border:1px solid var(--light-background);text-align:left;background:#fff;border-radius:12px;align-items:center;width:100%;padding:12px;display:flex}.BankAccountsList-module-scss-module__6ZwS3G__bankName{color:var(--black);font-size:14px;font-weight:600}.BankAccountsList-module-scss-module__6ZwS3G__bankMeta{color:var(--text-light);font-size:12px}.BankAccountsList-module-scss-module__6ZwS3G__emptyState{color:var(--text-light);text-align:center;padding:24px 0;font-size:14px}
@keyframes BankAccountItem-module-scss-module__nzztGG__pulseAnimation{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes BankAccountItem-module-scss-module__nzztGG__fadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@keyframes BankAccountItem-module-scss-module__nzztGG__fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.BankAccountItem-module-scss-module__nzztGG__bankItemButton{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;width:100%;padding:12px;display:flex}.BankAccountItem-module-scss-module__nzztGG__bankItemButton:hover{background-color:#f8f9fa}.BankAccountItem-module-scss-module__nzztGG__bankItemStatic{background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;width:100%;padding:12px;display:flex}.BankAccountItem-module-scss-module__nzztGG__contentWrapper{flex-direction:column;display:flex}.BankAccountItem-module-scss-module__nzztGG__bankName{color:var(--black);font-size:14px;font-weight:600}.BankAccountItem-module-scss-module__nzztGG__bankMeta{color:var(--text-light);font-size:12px}
@keyframes LinkNewAccount-module-scss-module__gxeKuq__pulseAnimation{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes LinkNewAccount-module-scss-module__gxeKuq__fadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@keyframes LinkNewAccount-module-scss-module__gxeKuq__fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.LinkNewAccount-module-scss-module__gxeKuq__wrapper{flex-direction:column;gap:16px;display:flex}.LinkNewAccount-module-scss-module__gxeKuq__modalHeader{justify-content:space-between;align-items:center;gap:16px;display:flex}.LinkNewAccount-module-scss-module__gxeKuq__modalHeader>h1{color:var(--black);font-size:16px;font-weight:600}.LinkNewAccount-module-scss-module__gxeKuq__modalHeader>.LinkNewAccount-module-scss-module__gxeKuq__closeButton{cursor:pointer;background-color:#f5f5f5;border:none;border-radius:8px;outline:none;justify-content:center;align-items:center;width:34px;height:34px;transition:background-color .1s ease-in-out;display:flex}.LinkNewAccount-module-scss-module__gxeKuq__modalHeader>.LinkNewAccount-module-scss-module__gxeKuq__closeButton>svg{color:var(--black);transition:color .1s ease-in-out}.LinkNewAccount-module-scss-module__gxeKuq__modalHeader>.LinkNewAccount-module-scss-module__gxeKuq__closeButton:hover{background-color:var(--black)}.LinkNewAccount-module-scss-module__gxeKuq__modalHeader>.LinkNewAccount-module-scss-module__gxeKuq__closeButton:hover>svg{color:var(--white)}.LinkNewAccount-module-scss-module__gxeKuq__modalOptions{justify-content:flex-end;align-items:center;gap:12px;display:flex}.LinkNewAccount-module-scss-module__gxeKuq__modalOptions>button{border-radius:2525px;padding:10px 24px}.LinkNewAccount-module-scss-module__gxeKuq__submitButton{width:100%;height:40px;color:var(--white);background-color:var(--black);border-radius:8px;margin-top:33px;font-size:14px;font-weight:600}.LinkNewAccount-module-scss-module__gxeKuq__submitButton:hover{background-color:var(--charcoal)!important}.LinkNewAccount-module-scss-module__gxeKuq__submitButton:disabled{color:var(--text-light);border-color:var(--light-background);cursor:not-allowed;background-color:#f5f5f5!important}.LinkNewAccount-module-scss-module__gxeKuq__divider{background-color:var(--light-background);width:100%;height:1px}.LinkNewAccount-module-scss-module__gxeKuq__permission{align-items:center;gap:8px;margin-top:-5px;display:flex}.LinkNewAccount-module-scss-module__gxeKuq__permission>label{color:var(--black);cursor:pointer;font-size:10px;font-weight:600}.LinkNewAccount-module-scss-module__gxeKuq__permission>label>a{color:var(--black);text-decoration:underline}
