.transactions_wrapper__QIUj5{display:flex;min-height:100vh;background:#f8fafc}.transactions_main__vxOew{flex:1;display:flex;flex-direction:column;margin-left:280px}.transactions_content__EgJQG{flex:1;padding:2rem;max-width:1400px;margin:0 auto;width:100%}.transactions_loadingContainer__mcXbX{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.transactions_spinner__1hnz1{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:transactions_spin__gLR0B .8s linear infinite}@keyframes transactions_spin__gLR0B{to{transform:rotate(1turn)}}.transactions_pageHeader__To0Is{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.transactions_pageHeader__To0Is h1{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.transactions_pageHeader__To0Is p{color:#64748b;margin:0}.transactions_downloadBtn__qk6z3{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:white;border:1px solid #e2e8f0;border-radius:.5rem;color:#475569;font-weight:500;cursor:pointer;transition:all .2s}.transactions_downloadBtn__qk6z3:hover{background:#f8fafc;border-color:#cbd5e1}.transactions_summaryCards__QgTia{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.transactions_summaryCard__QbIpy{background:white;border-radius:.75rem;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:transform .2s,box-shadow .2s}.transactions_summaryCard__QbIpy:hover{transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.1)}.transactions_summaryIcon__gKwXU{font-size:2rem;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border-radius:.5rem}.transactions_summaryContent__Gh_Gs{flex:1;display:flex;flex-direction:column;gap:.25rem}.transactions_summaryLabel__Tu7m9{font-size:.875rem;color:#64748b;font-weight:500}.transactions_summaryAmount__0mhNu{font-size:1.5rem;font-weight:700;color:#1e293b}.transactions_summaryAmount__0mhNu.transactions_credit__Eu_0_{color:#10b981}.transactions_summaryAmount__0mhNu.transactions_debit__7Ykxs{color:#ef4444}.transactions_filters__9QVpf{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.transactions_filterGroup__2uaGa{flex:1;min-width:200px}.transactions_filterSelect__HKvZy,.transactions_searchInput__d_8OM{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:.5rem;background:white;font-size:.875rem;color:#475569;transition:all .2s}.transactions_filterSelect__HKvZy:focus,.transactions_searchInput__d_8OM:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.transactions_searchInput__d_8OM::placeholder{color:#94a3b8}.transactions_transactionsList__HH5Dt{background:white;border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow:hidden}.transactions_noTransactions__hC1vZ{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.transactions_noTransactionsIcon__H_Kw8{font-size:4rem;margin-bottom:1rem}.transactions_noTransactions__hC1vZ h3{font-size:1.25rem;color:#1e293b;margin:0 0 .5rem}.transactions_noTransactions__hC1vZ p{color:#64748b;margin:0}.transactions_transactionGroup__QF0cv{border-bottom:1px solid #f1f5f9}.transactions_transactionGroup__QF0cv:last-child{border-bottom:none}.transactions_dateHeader__mImDL{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:.875rem;font-weight:600;color:#475569}.transactions_dateCount__G9TNx{font-weight:400;color:#94a3b8}.transactions_transactionItem__0OI4l{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;transition:background .2s;cursor:pointer;border-bottom:1px solid #f8fafc}.transactions_transactionItem__0OI4l:hover{background:#f8fafc}.transactions_transactionItem__0OI4l:last-child{border-bottom:none}.transactions_transactionLeft__6XOUD{display:flex;align-items:center;gap:1rem;flex:1}.transactions_transactionIcon__HBZCi{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border-radius:.5rem}.transactions_transactionDetails__Pjvby{flex:1}.transactions_transactionDescription__A1HSl{font-weight:500;color:#1e293b;margin-bottom:.25rem}.transactions_transactionMeta__J1prv{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#94a3b8}.transactions_transactionType__2iors{text-transform:capitalize;background:#e0f2fe;color:#0369a1;padding:.125rem .5rem;border-radius:.25rem;font-weight:500}.transactions_transactionRef__C3JB1{font-family:Courier New,monospace;font-size:.75rem}.transactions_transactionAccount__EGOpd,.transactions_transactionChannel__BRiKh{text-transform:capitalize}.transactions_separator__POtPa{color:#cbd5e1}.transactions_transactionRight__GQ3OL{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.transactions_transactionAmount__OSPYe{font-size:1.125rem;font-weight:600}.transactions_transactionAmount__OSPYe.transactions_credit__Eu_0_{color:#10b981}.transactions_transactionAmount__OSPYe.transactions_debit__7Ykxs{color:#ef4444}.transactions_statusBadge__TuyEV{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:capitalize}.transactions_statusCompleted__LJjD4{background:#dcfce7;color:#166534}.transactions_statusPending__QrJln{background:#fef3c7;color:#92400e}.transactions_statusProcessing__DeJIj{background:#dbeafe;color:#1e40af}.transactions_statusFailed__vegWH{background:#fee2e2;color:#991b1b}.transactions_balanceAfter__n94LT{font-size:.75rem;color:#64748b}.transactions_pagination__zCDIx{display:flex;justify-content:center;align-items:center;gap:1rem;padding:2rem 0}.transactions_paginationBtn__F1h9d{padding:.5rem 1rem;background:white;border:1px solid #e2e8f0;border-radius:.5rem;color:#475569;font-weight:500;cursor:pointer;transition:all .2s}.transactions_paginationBtn__F1h9d:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.transactions_paginationBtn__F1h9d:disabled{opacity:.5;cursor:not-allowed}.transactions_pageNumbers__XczyM{display:flex;gap:.5rem}.transactions_pageNumber__UuBYF{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:white;border:1px solid #e2e8f0;border-radius:.5rem;color:#475569;font-weight:500;cursor:pointer;transition:all .2s}.transactions_pageNumber__UuBYF:hover{background:#f8fafc;border-color:#cbd5e1}.transactions_pageNumber__UuBYF.transactions_active__Rh77i{background:#3b82f6;border-color:#3b82f6;color:white}@media (max-width:1024px){.transactions_main__vxOew{margin-left:0}.transactions_summaryCards__QgTia{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.transactions_content__EgJQG{padding:1rem}.transactions_pageHeader__To0Is{flex-direction:column;align-items:flex-start;gap:1rem}.transactions_summaryCards__QgTia{grid-template-columns:1fr}.transactions_filters__9QVpf{flex-direction:column}.transactions_filterGroup__2uaGa{width:100%}.transactions_transactionItem__0OI4l{flex-direction:column;align-items:flex-start;gap:1rem}.transactions_transactionRight__GQ3OL{width:100%;flex-direction:row;justify-content:space-between;align-items:center}.transactions_dateHeader__mImDL,.transactions_transactionItem__0OI4l{padding:.75rem 1rem}}.Sidebar_sidebar__v6daX{position:fixed;left:0;top:0;width:280px;height:100vh;background:linear-gradient(180deg,#064e3b,#022c22);display:flex;flex-direction:column;z-index:100;overflow:hidden;box-shadow:4px 0 24px rgba(0,0,0,.25);border-right:1px solid rgba(16,185,129,.1)}.Sidebar_sidebar__v6daX:before{content:"";position:absolute;top:0;right:0;width:1px;height:100%;background:linear-gradient(180deg,transparent 0,rgba(16,185,129,.3) 20%,rgba(16,185,129,.3) 80%,transparent)}.Sidebar_sidebarHeader__klUJS{padding:2rem 1.5rem 1.5rem;border-bottom:1px solid rgba(16,185,129,.15);background:rgba(0,0,0,.2);backdrop-filter:blur(10px)}.Sidebar_logo__SsBgv{display:flex;align-items:center;gap:1rem;cursor:pointer;transition:transform .3s ease}.Sidebar_logo__SsBgv:hover{transform:translateX(2px)}.Sidebar_logoIcon__vN9w8{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:14px;box-shadow:0 4px 12px rgba(16,185,129,.3),inset 0 1px 0 rgba(255,255,255,.2);color:white;position:relative;overflow:hidden}.Sidebar_logoIcon__vN9w8:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0,transparent 70%);animation:Sidebar_logoShine__and0h 4s ease-in-out infinite}@keyframes Sidebar_logoShine__and0h{0%,to{transform:translate(0)}50%{transform:translate(10%,10%)}}.Sidebar_logoIcon__vN9w8 svg{width:28px;height:28px;position:relative;z-index:1}.Sidebar_logoText__YoH1_{display:flex;flex-direction:column;gap:.125rem}.Sidebar_logoTitle__apQP1{font-size:1.375rem;font-weight:700;color:white;letter-spacing:-.02em;text-shadow:0 2px 4px rgba(0,0,0,.2)}.Sidebar_logoSubtitle__ZO6kN{font-size:.75rem;color:#6ee7b7;letter-spacing:.1em;text-transform:uppercase;font-weight:500;opacity:.9}.Sidebar_balanceCard__t91hR{margin:1.5rem 1.25rem;padding:1.5rem;background:linear-gradient(135deg,rgba(16,185,129,.15),rgba(5,150,105,.1));border:1px solid rgba(16,185,129,.25);border-radius:16px;backdrop-filter:blur(10px);position:relative;overflow:hidden}.Sidebar_balanceCard__t91hR:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#10b981,transparent)}.Sidebar_balanceHeader__EJywq{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.Sidebar_balanceLabel__EaA0O{font-size:.75rem;color:#6ee7b7;text-transform:uppercase;letter-spacing:.1em;font-weight:600}.Sidebar_refreshButton__izaf_{background:rgba(16,185,129,.15);border:1px solid rgba(16,185,129,.3);width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;color:#10b981}.Sidebar_refreshButton__izaf_:hover{background:rgba(16,185,129,.25);transform:rotate(180deg)}.Sidebar_refreshButton__izaf_ svg{width:14px;height:14px}.Sidebar_balanceAmount__rBflx{font-size:2rem;font-weight:800;color:white;margin-bottom:1rem;letter-spacing:-.02em;text-shadow:0 2px 4px rgba(0,0,0,.2)}.Sidebar_balanceBreakdown__NxtsK{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.25rem;padding-top:1rem;border-top:1px solid rgba(16,185,129,.2)}.Sidebar_breakdownItem__DGUim{display:flex;align-items:center;gap:.625rem;font-size:.875rem}.Sidebar_breakdownDot__rFQk4{width:8px;height:8px;border-radius:50%;box-shadow:0 0 8px currentColor;flex-shrink:0}.Sidebar_breakdownLabel__zo7Q4{color:#a7f3d0;flex:1}.Sidebar_breakdownValue__8W3C4{color:white;font-weight:600;font-variant-numeric:tabular-nums}.Sidebar_quickTransferButton___Cn35{width:100%;padding:.875rem;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:10px;color:white;font-weight:600;font-size:.9375rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.625rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(16,185,129,.3),inset 0 1px 0 rgba(255,255,255,.2)}.Sidebar_quickTransferButton___Cn35:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(16,185,129,.4),inset 0 1px 0 rgba(255,255,255,.2)}.Sidebar_quickTransferButton___Cn35 svg{width:16px;height:16px}.Sidebar_navigation__7osHy{flex:1;overflow-y:auto;padding:.5rem 0;scrollbar-width:thin;scrollbar-color:rgba(16,185,129,.3) transparent}.Sidebar_navigation__7osHy::-webkit-scrollbar{width:4px}.Sidebar_navigation__7osHy::-webkit-scrollbar-track{background:transparent}.Sidebar_navigation__7osHy::-webkit-scrollbar-thumb{background:rgba(16,185,129,.3);border-radius:2px}.Sidebar_navLabel__hTBCp{padding:1rem 1.5rem .5rem;font-size:.6875rem;color:#6ee7b7;text-transform:uppercase;letter-spacing:.15em;font-weight:700;opacity:.8}.Sidebar_navItemWrapper__5arY4{margin-bottom:.125rem}.Sidebar_navItem__5OSJs{display:flex;align-items:center;gap:.875rem;padding:.875rem 1.5rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;color:#d1fae5;font-size:.9375rem;font-weight:500}.Sidebar_navItem__5OSJs:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:0;height:28px;background:linear-gradient(90deg,#10b981,transparent);border-radius:0 4px 4px 0;transition:width .3s}.Sidebar_navItem__5OSJs:hover{background:rgba(16,185,129,.08);color:white}.Sidebar_navItem__5OSJs:hover:before{width:4px}.Sidebar_navItemActive__PkyHB{background:linear-gradient(90deg,rgba(16,185,129,.2),rgba(16,185,129,.05));color:white;font-weight:600}.Sidebar_navItemActive__PkyHB:before{width:4px;background:linear-gradient(180deg,#10b981,#059669);box-shadow:0 0 12px rgba(16,185,129,.6)}.Sidebar_navIcon__t_YT4{font-size:1.125rem;width:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#10b981}.Sidebar_navItemActive__PkyHB .Sidebar_navIcon__t_YT4{color:#34d399;filter:drop-shadow(0 0 4px rgba(16,185,129,.5))}.Sidebar_navText__b4XTj{flex:1}.Sidebar_navBadge__pzWmW{background:linear-gradient(135deg,#ef4444,#dc2626);color:white;font-size:.6875rem;font-weight:700;padding:.125rem .5rem;border-radius:10px;min-width:20px;text-align:center;box-shadow:0 2px 8px rgba(239,68,68,.4)}.Sidebar_expandIcon__M7lQB{width:14px;height:14px;color:#6ee7b7;transition:transform .3s;flex-shrink:0}.Sidebar_expandIconOpen__0hWOK{transform:rotate(90deg)}.Sidebar_subItems__iVnhq{background:rgba(0,0,0,.2);border-left:2px solid rgba(16,185,129,.2);margin-left:1.5rem;overflow:hidden;animation:Sidebar_slideDown__b51Wv .3s ease-out}@keyframes Sidebar_slideDown__b51Wv{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.Sidebar_subItem__QDrdO{display:block;padding:.75rem 1.5rem .75rem 2.5rem;color:#a7f3d0;text-decoration:none;font-size:.875rem;transition:all .2s;position:relative;font-weight:500}.Sidebar_subItem__QDrdO:before{content:"";position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background:#6ee7b7;transition:all .2s}.Sidebar_subItem__QDrdO:hover{color:white;background:rgba(16,185,129,.08);padding-left:2.75rem}.Sidebar_subItem__QDrdO:hover:before{width:6px;height:6px;background:#10b981;box-shadow:0 0 8px rgba(16,185,129,.6)}.Sidebar_subItemActive__wt4gU{color:white;background:rgba(16,185,129,.15);font-weight:600}.Sidebar_subItemActive__wt4gU:before{width:6px;height:6px;background:#10b981;box-shadow:0 0 8px rgba(16,185,129,.6)}.Sidebar_userSection__eFQK_{padding:1.5rem;border-top:1px solid rgba(16,185,129,.15);background:rgba(0,0,0,.2);backdrop-filter:blur(10px)}.Sidebar_userCard__7nAGI{display:flex;align-items:center;gap:1rem;padding:1rem;background:rgba(16,185,129,.08);border:1px solid rgba(16,185,129,.2);border-radius:12px;margin-bottom:1rem;transition:all .3s;cursor:pointer}.Sidebar_userCard__7nAGI:hover{background:rgba(16,185,129,.12);transform:translateY(-1px)}.Sidebar_userAvatar__T6hZr{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;color:white;box-shadow:0 4px 12px rgba(16,185,129,.3),inset 0 1px 0 rgba(255,255,255,.2);flex-shrink:0}.Sidebar_userInfo__dTvj0{flex:1;min-width:0}.Sidebar_userName__znu__{font-size:.9375rem;font-weight:600;color:white;margin-bottom:.125rem}.Sidebar_userEmail__VKOCi,.Sidebar_userName__znu__{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Sidebar_userEmail__VKOCi{font-size:.75rem;color:#6ee7b7;opacity:.9}.Sidebar_userMenu__PQNna{background:rgba(16,185,129,.15);border:1px solid rgba(16,185,129,.3);width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;color:#10b981;flex-shrink:0}.Sidebar_userMenu__PQNna:hover{background:rgba(16,185,129,.25);transform:rotate(90deg)}.Sidebar_userMenu__PQNna svg{width:16px;height:16px}.Sidebar_securityBadge__YQaJz{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem;background:rgba(16,185,129,.08);border:1px solid rgba(16,185,129,.2);border-radius:8px;color:#10b981;font-size:.8125rem;font-weight:600}.Sidebar_securityIcon__ju8OP{width:14px;height:14px;flex-shrink:0}.Sidebar_mobileOverlay__r1UOT{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);backdrop-filter:blur(4px);z-index:99;animation:Sidebar_fadeIn__EXcre .3s}.Sidebar_mobileToggle__NeNAL{display:none;position:fixed;top:1rem;left:1rem;z-index:101;background:linear-gradient(135deg,#064e3b,#022c22);border:1px solid rgba(16,185,129,.3);border-radius:12px;padding:.75rem;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.3);transition:all .3s}.Sidebar_mobileToggle__NeNAL:hover{transform:scale(1.05);box-shadow:0 6px 20px rgba(0,0,0,.4)}.Sidebar_hamburger__LPeyd{display:flex;flex-direction:column;gap:5px;width:24px}.Sidebar_hamburger__LPeyd span{height:2px;background:linear-gradient(90deg,#10b981,#059669);border-radius:2px;transition:all .3s}@media (max-width:768px){.Sidebar_sidebar__v6daX{transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.Sidebar_sidebar__v6daX.Sidebar_mobileOpen__PWuT8{transform:translateX(0)}.Sidebar_mobileToggle__NeNAL{display:block}}.Sidebar_balanceCard__t91hR,.Sidebar_navItem__5OSJs,.Sidebar_subItem__QDrdO,.Sidebar_userCard__7nAGI{animation:Sidebar_fadeIn__EXcre .4s ease-out both}.Sidebar_navItem__5OSJs:first-child{animation-delay:.05s}.Sidebar_navItem__5OSJs:nth-child(2){animation-delay:.1s}.Sidebar_navItem__5OSJs:nth-child(3){animation-delay:.15s}.Sidebar_navItem__5OSJs:nth-child(4){animation-delay:.2s}.Sidebar_navItem__5OSJs:nth-child(5){animation-delay:.25s}.Sidebar_navItem__5OSJs:nth-child(6){animation-delay:.3s}.Sidebar_navItem__5OSJs:nth-child(7){animation-delay:.35s}.Sidebar_navItem__5OSJs:nth-child(8){animation-delay:.4s}@keyframes Sidebar_fadeIn__EXcre{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.transfers_wrapper__rSpqD{display:flex;min-height:100vh;background:#f1f5f9}.transfers_mainContent__tOpM_{flex:1;margin-left:260px;padding:2rem}.transfers_loadingScreen__N0NZ8{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem}.transfers_spinner__LkJ0U{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:transfers_spin__APp03 1s linear infinite}@keyframes transfers_spin__APp03{to{transform:rotate(1turn)}}.transfers_header__C9r_v{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.transfers_header__C9r_v h1{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0 0 .25rem}.transfers_header__C9r_v p{color:#64748b;margin:0}.transfers_refreshBtn__pTmHw{padding:.75rem 1.5rem;background:white;border:1px solid #e2e8f0;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s}.transfers_refreshBtn__pTmHw:hover{background:#f8fafc;border-color:#cbd5e1}.transfers_errorAlert___4oFZ,.transfers_successAlert__kIFEG{padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500}.transfers_errorAlert___4oFZ{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.transfers_successAlert__kIFEG{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.transfers_filterTabs__lPcxZ{display:flex;gap:.5rem;margin-bottom:1.5rem;background:white;padding:.5rem;border-radius:10px;border:1px solid #e2e8f0}.transfers_filterTab__3VHAz{padding:.75rem 1.5rem;background:transparent;border:none;border-radius:8px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s}.transfers_filterTab__3VHAz:hover{background:#f1f5f9;color:#0f172a}.transfers_filterTab__3VHAz.transfers_active__rrPlp{background:#3b82f6;color:white}.transfers_transfersList__7zcuD{display:flex;flex-direction:column;gap:1rem}.transfers_emptyState__VZT8_{text-align:center;padding:4rem 2rem;background:white;border-radius:12px;border:1px solid #e2e8f0}.transfers_emptyState__VZT8_ span{font-size:3rem;display:block;margin-bottom:1rem}.transfers_emptyState__VZT8_ p{color:#64748b;margin:0}.transfers_transferCard__Li_El{background:white;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden}.transfers_transferHeader___wNq7{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.transfers_transferRef__Tdhss{display:flex;flex-direction:column;gap:.25rem}.transfers_refLabel__66Y9f{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.transfers_transferRef__Tdhss strong{font-family:SF Mono,monospace;color:#0f172a}.transfers_badge__fcONg{padding:.375rem .875rem;border-radius:20px;font-size:.8125rem;font-weight:600}.transfers_badge__fcONg.transfers_pending__4RqOg{background:#fef3c7;color:#92400e}.transfers_badge__fcONg.transfers_awaiting__z8ljK{background:#dbeafe;color:#1e40af}.transfers_badge__fcONg.transfers_verified__BUGK3{background:#dcfce7;color:#166534}.transfers_badge__fcONg.transfers_completed__l6l7z{background:#10b981;color:white}.transfers_badge__fcONg.transfers_rejected__4NWMQ{background:#fee2e2;color:#dc2626}.transfers_transferBody__wAQmr{padding:1.5rem}.transfers_transferAmount__6rlXM{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.transfers_feeTag__J_BH0{font-size:.875rem;font-weight:500;color:#64748b}.transfers_transferDetails__goMx4{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.transfers_detailRow__bxpso{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f1f5f9}.transfers_detailRow__bxpso span{color:#64748b;font-size:.875rem}.transfers_detailRow__bxpso strong{color:#0f172a;font-size:.875rem}.transfers_codeDisplay__71TXN{font-family:SF Mono,monospace;background:#f0fdf4;padding:.25rem .5rem;border-radius:4px;color:#059669}.transfers_confirmedBadge__4tQiA{color:#16a34a!important}.transfers_transferActions__ewFlB{display:flex;gap:.75rem;padding:1rem 1.5rem;background:#f8fafc;border-top:1px solid #e2e8f0}.transfers_approveBtn__aEiyh,.transfers_attachBtn__Ail94,.transfers_rejectBtn___KIJ2{padding:.625rem 1.25rem;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s;border:none}.transfers_attachBtn__Ail94{background:#3b82f6;color:white}.transfers_attachBtn__Ail94:hover{background:#2563eb}.transfers_approveBtn__aEiyh{background:#10b981;color:white}.transfers_approveBtn__aEiyh:hover:not(:disabled){background:#059669}.transfers_rejectBtn___KIJ2{background:white;color:#dc2626;border:1px solid #fecaca}.transfers_rejectBtn___KIJ2:hover:not(:disabled){background:#fef2f2}.transfers_approveBtn__aEiyh:disabled,.transfers_rejectBtn___KIJ2:disabled{opacity:.5;cursor:not-allowed}.transfers_waitingNote__x1_RA{font-size:.875rem;color:#64748b;font-style:italic}.transfers_modalOverlay___o6Ef{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.transfers_modal__gXi73{background:white;border-radius:16px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.transfers_modalHeader__Heiqh{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.transfers_modalHeader__Heiqh h2{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0}.transfers_closeBtn__ryv_z{width:32px;height:32px;background:#f1f5f9;border:none;border-radius:8px;font-size:1.25rem;cursor:pointer;color:#64748b}.transfers_closeBtn__ryv_z:hover{background:#e2e8f0}.transfers_modalBody__VVE4O{padding:1.5rem}.transfers_modalInfo__c3yhf{background:#f8fafc;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.transfers_modalInfo__c3yhf p{margin:.5rem 0;font-size:.875rem;color:#475569}.transfers_modalInfo__c3yhf strong{color:#0f172a}.transfers_inputGroup__ngWQ6{margin-bottom:1.5rem}.transfers_inputGroup__ngWQ6 label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.transfers_codeInput__PBoad{width:100%;padding:1rem;font-size:1.25rem;font-family:SF Mono,monospace;letter-spacing:.1em;text-align:center;border:2px solid #e2e8f0;border-radius:10px;transition:all .2s}.transfers_codeInput__PBoad:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px rgba(59,130,246,.1)}.transfers_hint__g56dk{display:block;font-size:.8125rem;color:#64748b;margin-top:.5rem;text-align:center}.transfers_textarea__erL54{width:100%;padding:.875rem;border:2px solid #e2e8f0;border-radius:10px;font-size:.9375rem;resize:vertical;transition:all .2s}.transfers_textarea__erL54:focus{outline:none;border-color:#3b82f6}.transfers_modalError__aeey7{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem}.transfers_warningBox__8umxc{display:flex;gap:.75rem;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;padding:1rem}.transfers_warningBox__8umxc span{font-size:1.25rem}.transfers_warningBox__8umxc p{margin:0;font-size:.8125rem;color:#92400e;line-height:1.5}.transfers_modalFooter__QJY54{display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem;border-top:1px solid #e2e8f0;background:#f8fafc}.transfers_cancelBtn__GsoWl,.transfers_submitBtn__FRarf{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.transfers_cancelBtn__GsoWl{background:white;border:1px solid #e2e8f0;color:#64748b}.transfers_cancelBtn__GsoWl:hover{background:#f8fafc}.transfers_submitBtn__FRarf{background:#3b82f6;border:none;color:white}.transfers_submitBtn__FRarf:hover:not(:disabled){background:#2563eb}.transfers_submitBtn__FRarf:disabled{opacity:.5;cursor:not-allowed}@media (max-width:1024px){.transfers_mainContent__tOpM_{margin-left:0}}@media (max-width:768px){.transfers_mainContent__tOpM_{padding:1rem}.transfers_transferDetails__goMx4{grid-template-columns:1fr}.transfers_transferActions__ewFlB{flex-direction:column}.transfers_filterTabs__lPcxZ{flex-wrap:wrap}}