:root{--modal-padding:1.5rem;--modal-border-radius:8px;--modal-shadow:0 20px 60px rgba(0,0,0,.3);--modal-transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}*{box-sizing:border-box}.modal-module__modalOverlay--h1Lr5{align-items:center;animation:modal-module__modalFadeIn--TFBsc .3s ease;backdrop-filter:blur(4px);background:rgba(0,0,0,.6);bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:9999}.modal-module__modalContent--vvQPS{animation:modal-module__modalSlideIn--CT5KI .3s ease;background:#fff;border:1px solid rgba(26,154,148,.1);border-radius:var(--modal-border-radius);box-shadow:var(--modal-shadow);display:flex;flex-direction:column;max-height:90vh;overflow:hidden;position:relative}.modal-module__modalContent--vvQPS.modal-module__small--sTWjF{max-width:400px;width:100%}.modal-module__modalContent--vvQPS.modal-module__medium--nVrGA{max-width:600px;width:100%}.modal-module__modalContent--vvQPS.modal-module__large--Chg1O{max-width:900px;width:100%}.modal-module__modalContent--vvQPS.modal-module__fullscreen--A4kDs{border-radius:0;height:100vh;margin:0;max-height:none;max-width:none;width:100vw}.modal-module__modalHeader--s8E7P{align-items:center;border-bottom:1px solid #dee2e6;border-radius:var(--modal-border-radius) var(--modal-border-radius) 0 0;display:flex;flex-shrink:0;justify-content:space-between;padding:var(--modal-padding)}.modal-module__modalHeader--s8E7P .modal-module__modalTitle--j_ST5{color:#000;font-size:24px;font-weight:600;line-height:1.4;margin:0}.modal-module__modalHeader--s8E7P .modal-module__closeButton--nhej6{align-items:center;background:none;border:none;border-radius:50%;color:#000;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;padding:8px;transition:var(--modal-transition);width:36px}.modal-module__modalHeader--s8E7P .modal-module__closeButton--nhej6 svg{height:20px;stroke:currentColor;width:20px}.modal-module__modalHeader--s8E7P .modal-module__closeButton--nhej6:hover{background:hsla(0,0%,100%,.2);transform:scale(1.1)}.modal-module__modalHeader--s8E7P .modal-module__closeButton--nhej6:active{transform:scale(.95)}.modal-module__modalHeader--s8E7P .modal-module__closeButton--nhej6:focus{outline:2px solid hsla(0,0%,100%,.5);outline-offset:2px}.modal-module__modalBody--mFtEM{color:#333;flex:1;line-height:1.6;overflow-y:auto;padding:var(--modal-padding)}.modal-module__modalBody--mFtEM::-webkit-scrollbar{width:8px}.modal-module__modalBody--mFtEM::-webkit-scrollbar-track{background:rgba(26,154,148,.1);border-radius:4px}.modal-module__modalBody--mFtEM::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#1a9a94,#158a84);border-radius:4px}.modal-module__modalBody--mFtEM::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#158a84,#1a9a94)}.modal-module__modalBody--mFtEM button{border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:500;margin-bottom:.5rem;margin-right:.5rem;padding:12px 24px;transition:var(--modal-transition)}.modal-module__modalBody--mFtEM button:hover{background:linear-gradient(135deg,#158a84,#1a9a94);box-shadow:0 4px 12px rgba(26,154,148,.3);transform:translateY(-1px)}.modal-module__modalBody--mFtEM button:active{transform:translateY(0)}.modal-module__modalBody--mFtEM button:focus{outline:2px solid rgba(26,154,148,.5);outline-offset:2px}.modal-module__modalBody--mFtEM button.modal-module__secondary--KwOT9{background:linear-gradient(135deg,#6c757d,#5a6268)}.modal-module__modalBody--mFtEM button.modal-module__secondary--KwOT9:hover{background:linear-gradient(135deg,#5a6268,#6c757d)}.modal-module__modalBody--mFtEM button.modal-module__danger--cXDUN{background:linear-gradient(135deg,#dc3545,#c82333)}.modal-module__modalBody--mFtEM button.modal-module__danger--cXDUN:hover{background:linear-gradient(135deg,#c82333,#dc3545)}.modal-module__modalFooter--FLgF2{align-items:center;background:#f8f9fa;border-top:1px solid rgba(26,154,148,.1);display:flex;flex-shrink:0;gap:1rem;justify-content:flex-end;padding:var(--modal-padding)}@media(max-width:768px){.modal-module__modalFooter--FLgF2{align-items:stretch;flex-direction:column}.modal-module__modalFooter--FLgF2 button{margin-bottom:.5rem;margin-right:0;width:100%}.modal-module__modalFooter--FLgF2 button:last-child{margin-bottom:0}}@keyframes modal-module__modalFadeIn--TFBsc{0%{opacity:0}to{opacity:1}}@keyframes modal-module__modalSlideIn--CT5KI{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:768px){.modal-module__modalOverlay--h1Lr5{padding:.5rem}.modal-module__modalContent--vvQPS.modal-module__large--Chg1O,.modal-module__modalContent--vvQPS.modal-module__medium--nVrGA,.modal-module__modalContent--vvQPS.modal-module__small--sTWjF{margin:0;max-width:none;width:100%}.modal-module__modalHeader--s8E7P{padding:1rem}.modal-module__modalHeader--s8E7P .modal-module__modalTitle--j_ST5{font-size:1.125rem}.modal-module__modalHeader--s8E7P .modal-module__closeButton--nhej6{height:32px;width:32px}.modal-module__modalHeader--s8E7P .modal-module__closeButton--nhej6 svg{height:18px;width:18px}.modal-module__modalBody--mFtEM{padding:1rem}.modal-module__modalBody--mFtEM button{margin-bottom:.5rem;margin-right:0;width:100%}}@media(max-width:480px){.modal-module__modalOverlay--h1Lr5{padding:0}.modal-module__modalContent--vvQPS{border-radius:0;height:100vh;max-height:100vh}.modal-module__modalHeader--s8E7P{border-radius:0}}@media(prefers-reduced-motion:reduce){.modal-module__modalContent--vvQPS,.modal-module__modalOverlay--h1Lr5{animation:none}.modal-module__closeButton--nhej6:hover,.modal-module__modalBody--mFtEM button:hover{transform:none}}@media(prefers-contrast:high){.modal-module__modalContent--vvQPS{border:2px solid #000}.modal-module__modalHeader--s8E7P{background:#000}.modal-module__closeButton--nhej6:hover{background:#fff;color:#000}}.table-module__tableWrapper--Hycrq{background:#fff;border-radius:0;max-width:100%;overflow-x:auto;overflow-y:visible}.table-module__table--CqSQ7{background-color:#fff;border:none;border-radius:0;overflow:visible;transform:translateZ(0);width:100%}.table-module__table--CqSQ7 table{background:#fff;border-collapse:collapse;table-layout:fixed;width:100%}.table-module__table--CqSQ7 thead{background:#fcfdfe;border-bottom:1px solid #dee2e6;position:sticky;top:0;z-index:10}.table-module__table--CqSQ7 th{border:none;color:#343a40;cursor:default;font-size:14px;font-weight:600;letter-spacing:normal;overflow:hidden;padding:16px 20px;position:relative;text-align:left;text-overflow:ellipsis;text-transform:none;transition:background-color .2s ease;white-space:nowrap}.table-module__table--CqSQ7 th .table-module__sortableHeader--daVo0{cursor:pointer}.table-module__table--CqSQ7 tbody tr{border-bottom:1px solid #e9ecef}.table-module__table--CqSQ7 td{border:none;color:#333;font-size:14px;padding:16px;position:relative;vertical-align:middle;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.table-module__w5--DU4Mf{width:5%}.table-module__w10--lTozU{width:10%}.table-module__w12--V_OAa{width:12%}.table-module__w15--b7Wmq{width:15%}.table-module__w20--Zkc81{width:20%}.table-module__w25--kj_zv{width:25%}.table-module__w30--d3duU{width:30%}.table-module__w35--xw2Ap{width:35%}.table-module__w40--gpwby{width:40%}.table-module__w45--JqFtC{width:45%}.table-module__w50--IwoKe{width:50%}.table-module__sortableHeader--daVo0{align-items:center;cursor:pointer;display:flex;gap:6px;user-select:none}.table-module__sortableHeader--daVo0:hover{color:#111827}.table-module__sortIcon--ww8GY{color:#64748b;font-size:12px;font-weight:400;margin-left:4px}:root{--button-padding-small:6px 12px;--button-padding-medium:10px 20px;--button-padding-large:14px 28px;--button-border-radius:6px;--button-transition:all 0.2s cubic-bezier(0.4,0,0.2,1);--button-font-weight:500;--button-primary-bg:#1a9a94;--button-primary-hover:#158a84;--button-primary-active:#137a74;--button-secondary-bg:#6c757d;--button-secondary-hover:#5a6268;--button-danger-bg:#dc3545;--button-danger-hover:#c82333}.button-module__button--K8tO3{align-items:center;border:none;border-radius:var(--button-border-radius);cursor:pointer;display:inline-flex;font-family:inherit;font-weight:var(--button-font-weight);gap:8px;justify-content:center;line-height:1.5;position:relative;text-decoration:none;transition:var(--button-transition);user-select:none;white-space:nowrap}.button-module__button--K8tO3:focus{outline:2px solid rgba(26,154,148,.5);outline-offset:2px}.button-module__button--K8tO3:focus:not(:focus-visible){outline:none}.button-module__button--K8tO3 .button-module__content--O3M53{align-items:center;display:inline-flex}.button-module__button--K8tO3 .button-module__leftIcon--Y3KNn,.button-module__button--K8tO3 .button-module__rightIcon--Lo090{align-items:center;display:inline-flex;flex-shrink:0;justify-content:center}.button-module__button--K8tO3 .button-module__leftIcon--Y3KNn svg,.button-module__button--K8tO3 .button-module__rightIcon--Lo090 svg{height:1em;width:1em}.button-module__button--K8tO3 .button-module__spinner--js7hf{align-items:center;animation:button-module__spin--VhYam .8s linear infinite;display:inline-flex;justify-content:center}.button-module__button--K8tO3 .button-module__spinner--js7hf svg{height:1em;width:1em}.button-module__small--AStge{font-size:13px;min-height:32px;padding:var(--button-padding-small)}.button-module__small--AStge .button-module__leftIcon--Y3KNn svg,.button-module__small--AStge .button-module__rightIcon--Lo090 svg,.button-module__small--AStge .button-module__spinner--js7hf svg{height:14px;width:14px}.button-module__medium--gjIX1{font-size:14px;min-height:40px;padding:var(--button-padding-medium)}.button-module__medium--gjIX1 .button-module__leftIcon--Y3KNn svg,.button-module__medium--gjIX1 .button-module__rightIcon--Lo090 svg,.button-module__medium--gjIX1 .button-module__spinner--js7hf svg{height:16px;width:16px}.button-module__large--wupGS{font-size:16px;min-height:48px;padding:var(--button-padding-large)}.button-module__large--wupGS .button-module__leftIcon--Y3KNn svg,.button-module__large--wupGS .button-module__rightIcon--Lo090 svg,.button-module__large--wupGS .button-module__spinner--js7hf svg{height:18px;width:18px}.button-module__primary--FFFBE{background:var(--button-primary-bg);color:#fff}.button-module__primary--FFFBE:hover:not(:disabled){background:var(--button-primary-hover);box-shadow:0 4px 12px rgba(26,154,148,.3);transform:translateY(-1px)}.button-module__primary--FFFBE:active:not(:disabled){background:var(--button-primary-active);box-shadow:0 2px 6px rgba(26,154,148,.2);transform:translateY(0)}.button-module__secondary--f_us6{background:var(--button-secondary-bg);color:#fff}.button-module__secondary--f_us6:hover:not(:disabled){background:var(--button-secondary-hover);box-shadow:0 4px 12px hsla(208,7%,46%,.3);transform:translateY(-1px)}.button-module__secondary--f_us6:active:not(:disabled){background:#495057;box-shadow:0 2px 6px hsla(208,7%,46%,.2);transform:translateY(0)}.button-module__danger--NwvkS{background:var(--button-danger-bg);color:#fff}.button-module__danger--NwvkS:hover:not(:disabled){background:var(--button-danger-hover);box-shadow:0 4px 12px rgba(220,53,69,.3);transform:translateY(-1px)}.button-module__danger--NwvkS:active:not(:disabled){background:#bd2130;box-shadow:0 2px 6px rgba(220,53,69,.2);transform:translateY(0)}.button-module__outline--jojS2{background:transparent;border:2px solid var(--button-primary-bg);color:var(--button-primary-bg)}.button-module__outline--jojS2:hover:not(:disabled){background:var(--button-primary-bg);box-shadow:0 4px 12px rgba(26,154,148,.2);color:#fff;transform:translateY(-1px)}.button-module__outline--jojS2:active:not(:disabled){background:var(--button-primary-hover);box-shadow:0 2px 6px rgba(26,154,148,.15);transform:translateY(0)}.button-module__ghost--uJMb6{background:transparent;color:var(--button-primary-bg)}.button-module__ghost--uJMb6:hover:not(:disabled){background:rgba(26,154,148,.1)}.button-module__ghost--uJMb6:active:not(:disabled){background:rgba(26,154,148,.15)}.button-module__link--DOSoS{background:transparent;border-radius:0;color:var(--button-primary-bg);min-height:auto;padding:0;text-decoration:underline}.button-module__link--DOSoS:hover:not(:disabled){color:var(--button-primary-hover);text-decoration:none}.button-module__link--DOSoS:active:not(:disabled){color:var(--button-primary-active)}.button-module__link--DOSoS:focus{outline-offset:4px}.button-module__disabled--wjxsV{cursor:not-allowed;opacity:.6;pointer-events:none}.button-module__loading--tbxC3{cursor:wait;pointer-events:none}.button-module__loading--tbxC3 .button-module__content--O3M53{opacity:.7}.button-module__fullWidth--UDbLo{width:100%}@keyframes button-module__spin--VhYam{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:768px){.button-module__button--K8tO3.button-module__fullWidth--UDbLo{width:100%}.button-module__medium--gjIX1{font-size:14px;min-height:36px;padding:8px 16px}.button-module__large--wupGS{font-size:15px;min-height:44px;padding:12px 24px}}@media(prefers-reduced-motion:reduce){.button-module__button--K8tO3{transition:none}.button-module__button--K8tO3:active:not(:disabled),.button-module__button--K8tO3:hover:not(:disabled){transform:none}.button-module__spinner--js7hf{animation:none}.button-module__spinner--js7hf svg{animation:button-module__spin--VhYam 1s linear infinite}}@media(prefers-contrast:high){.button-module__button--K8tO3{border:2px solid}.button-module__button--K8tO3.button-module__danger--NwvkS,.button-module__button--K8tO3.button-module__primary--FFFBE,.button-module__button--K8tO3.button-module__secondary--f_us6{border-color:currentColor}}.Wallet-module__walletWrapper--sHDSE{min-height:100vh;padding:20px}.Wallet-module__walletContainer--JLQA8{border-radius:8px;margin:0 auto;overflow:visible}.Wallet-module__error--XSGsc,.Wallet-module__loading--qSVLm{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px;text-align:center}.Wallet-module__spinner--MvIrH{animation:Wallet-module__spin--t7UkH 1s linear infinite;border:4px solid #e0e0e0;border-radius:50%;border-top-color:#1a9a94;height:40px;margin-bottom:1rem;width:40px}.Wallet-module__spinnerSmall--_FQIn{animation:Wallet-module__spin--t7UkH 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:transparent;height:16px;margin-right:8px;width:16px}@keyframes Wallet-module__spin--t7UkH{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Wallet-module__error--XSGsc h2{color:#ff6b6b;margin-bottom:1rem}.Wallet-module__btn--VSLTT{background-color:#1a9a94;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;padding:12px 24px;transition:background-color .2s}.Wallet-module__btn--VSLTT:hover{background-color:#158a84}.Wallet-module__balanceWrapper--bevW0{margin-bottom:20px;padding:20px}.Wallet-module__balanceContainer--gFyHu{background:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);margin:0 auto;overflow:visible}.Wallet-module__balanceSection--lmY8D{padding:0}.Wallet-module__balanceHeader--JwtfK{border-bottom:1px solid #e0e0e0;margin-bottom:30px;padding:16px 15px}.Wallet-module__balanceTitle--baMq6{color:#333;font-size:28px;font-weight:600;margin:0}.Wallet-module__balanceContent--qXBpg{padding:0 15px 20px}.Wallet-module__balanceDisplay--WPIFz{flex-wrap:wrap;justify-content:space-between}.Wallet-module__balanceDisplay--WPIFz,.Wallet-module__balanceInfo--xrzcc{align-items:center;display:flex;gap:1rem}.Wallet-module__balanceActions--hKDIh{display:flex;gap:1rem}.Wallet-module__addFundsBtn--BrARM{align-items:center;background-color:#f5f8fa;border:none;border-radius:10px;color:#3f4254;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;height:auto;line-height:1;padding:18px;transition:all .2s ease}.Wallet-module__addFundsBtn--BrARM:hover{background:linear-gradient(135deg,#008575,#008575);color:#fff;transform:translateY(-1px)}.Wallet-module__addFundsBtn--BrARM:active{transform:translateY(0)}.Wallet-module__addFundsBtn--BrARM:disabled{background:#6c757d;box-shadow:none;cursor:not-allowed;transform:none}.Wallet-module__currencyBadge--pswRC{background:linear-gradient(135deg,#1a9a94,#158a84);border-radius:20px;box-shadow:0 2px 8px rgba(26,154,148,.2);color:#fff;font-size:14px;font-weight:600;letter-spacing:.5px;padding:8px 16px;text-transform:uppercase}.Wallet-module__balanceAmount--Gb1mW{color:#1a9a94;font-size:3rem;font-weight:700;text-shadow:0 2px 4px rgba(26,154,148,.1)}.Wallet-module__transactionWrapper--gqq4U{min-height:100vh;padding:20px}.Wallet-module__transactionContainer--l75nK{background:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);margin:0 auto;overflow:visible}.Wallet-module__transactionSection--X89zN{padding:0}.Wallet-module__transactionHeader--uEY0R{border-bottom:1px solid #e0e0e0;margin-bottom:30px;padding:16px 15px}.Wallet-module__transactionTitle--oIo_X{color:#333;font-size:28px;font-weight:600;margin:0}.Wallet-module__controlBar--AURLm{align-items:center;border-radius:8px;display:flex;flex-wrap:wrap;gap:17px;margin-bottom:5px;padding:19px}.Wallet-module__leftControls--pdy0e{align-items:center;display:flex}.Wallet-module__filterControls--o25n0{align-items:center;display:flex;flex-wrap:wrap;gap:15px}.Wallet-module__filterLabel--SLKB9{color:#333;font-size:14px;font-weight:500}.Wallet-module__searchControls--R0m4x{align-items:center;display:flex}.Wallet-module__searchContainer--tuy1n{position:relative}.Wallet-module__searchBox--boDjZ{align-items:center;background:#fff;border:1px solid #dee2e6;border-radius:6px;display:flex;overflow:hidden}.Wallet-module__searchInput--AIhdb{border:none;font-size:14px;min-width:200px;padding:8px 12px}.Wallet-module__searchInput--AIhdb:focus{outline:none}.Wallet-module__searchInput--AIhdb::placeholder{color:#999}.Wallet-module__searchBtn--eiVRC{background:#f8f9fa;border:none;border-left:1px solid #dee2e6;cursor:pointer;padding:8px 12px;transition:background .2s ease}.Wallet-module__searchBtn--eiVRC:hover{background:#e9ecef}.Wallet-module__displayInfo--u86QQ{color:#666;font-size:14px;font-weight:500}.Wallet-module__btnIcon--g9fVo{color:#fff;font-size:16px}.Wallet-module__itemCount--YOaqG{color:#1a9a94;font-size:14px;opacity:.8;white-space:nowrap}.Wallet-module__tableWrapper--VqKTT{border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.08);margin-top:1rem;overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}.Wallet-module__tableWrapper--VqKTT::-webkit-scrollbar{height:8px}.Wallet-module__tableWrapper--VqKTT::-webkit-scrollbar-track{background:rgba(26,154,148,.1);border-radius:4px}.Wallet-module__tableWrapper--VqKTT::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#1a9a94,#158a84);border-radius:4px}.Wallet-module__tableWrapper--VqKTT::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#158a84,#1a9a94)}.Wallet-module__tableWrapper--VqKTT:hover .Wallet-module__transactionTable--UiuFJ{transform:translateZ(0)}.Wallet-module__transactionTable--UiuFJ{background-color:#fff;border:none;border-radius:16px;min-width:800px;overflow:hidden;transform:translateZ(0);width:100%}.Wallet-module__transactionTable--UiuFJ table{background:linear-gradient(135deg,#f8f9fa,#fff);border-collapse:collapse;table-layout:fixed;width:100%}.Wallet-module__transactionTable--UiuFJ table td,.Wallet-module__transactionTable--UiuFJ table th{box-sizing:border-box}.Wallet-module__transactionTable--UiuFJ thead{background:linear-gradient(135deg,#1a9a94,#158a84);position:sticky;top:0;z-index:10}.Wallet-module__transactionTable--UiuFJ th{border:none;color:#fff;font-size:14px;font-weight:600;letter-spacing:.5px;overflow:hidden;padding:18px 16px;position:relative;text-align:left;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.Wallet-module__transactionTable--UiuFJ th:first-child,.Wallet-module__transactionTable--UiuFJ th:nth-child(2){width:20%}.Wallet-module__transactionTable--UiuFJ th:nth-child(3){width:30%}.Wallet-module__transactionTable--UiuFJ th:nth-child(4){width:20%}.Wallet-module__transactionTable--UiuFJ th:nth-child(5){width:10%}.Wallet-module__transactionTable--UiuFJ th:not(:last-child):after{background:hsla(0,0%,100%,.2);content:"";height:60%;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.Wallet-module__transactionTable--UiuFJ tbody tr{border-bottom:1px solid rgba(26,154,148,.1);position:relative;transition:all .3s ease}.Wallet-module__transactionTable--UiuFJ tbody tr:hover{background:linear-gradient(135deg,rgba(26,154,148,.05),rgba(26,154,148,.02));box-shadow:0 4px 20px rgba(26,154,148,.1);transform:translateY(-1px)}.Wallet-module__transactionTable--UiuFJ tbody tr:last-child{border-bottom:none}.Wallet-module__transactionTable--UiuFJ tbody tr:nth-child(2n){background-color:rgba(248,249,250,.5)}.Wallet-module__transactionTable--UiuFJ tbody tr:nth-child(2n):hover{background:linear-gradient(135deg,rgba(26,154,148,.08),rgba(26,154,148,.03))}.Wallet-module__transactionTable--UiuFJ tbody td{border:none;color:#333;font-size:14px;overflow:hidden;padding:16px;position:relative;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.Wallet-module__transactionTable--UiuFJ tbody td:first-child,.Wallet-module__transactionTable--UiuFJ tbody td:nth-child(2){width:20%}.Wallet-module__transactionTable--UiuFJ tbody td:nth-child(3){width:30%}.Wallet-module__transactionTable--UiuFJ tbody td:nth-child(4){width:20%}.Wallet-module__transactionTable--UiuFJ tbody td:nth-child(5){width:10%}.Wallet-module__transactionTable--UiuFJ tbody td:not(:last-child):after{background:rgba(26,154,148,.08);content:"";height:70%;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.Wallet-module__amountCell--gs6a7{color:#1a9a94;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,Courier New,monospace;font-size:15px;font-weight:600}.Wallet-module__amountCell--gs6a7.Wallet-module__positive--F5VIg{color:#1a9a94}.Wallet-module__amountCell--gs6a7.Wallet-module__negative--zgOhw{color:#dc3545}.Wallet-module__statusBadge--exDS0{border-radius:20px;box-shadow:0 2px 8px rgba(0,0,0,.1);display:inline-block;font-size:11px;font-weight:600;letter-spacing:.8px;min-width:80px;padding:6px 16px;text-align:center;text-transform:uppercase;transition:all .3s ease}.Wallet-module__statusBadge--exDS0:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-1px)}.Wallet-module__statusCompleted--VjgE1{background:linear-gradient(135deg,#1a9a94,#1a9a94);border:1px solid rgba(40,167,69,.3);color:#fff}.Wallet-module__statusFailed--j9pwe{background:linear-gradient(135deg,#dc3545,#e74c3c);border:1px solid rgba(220,53,69,.3);color:#fff}.Wallet-module__statusPending--lbwSB{background:linear-gradient(135deg,#ffc107,#ffb84d);border:1px solid rgba(255,193,7,.3);color:#212529}.Wallet-module__statusProcessing--vAot0{background:linear-gradient(135deg,#17a2b8,#20c997);border:1px solid rgba(23,162,184,.3);color:#fff}.Wallet-module__statusDefault--JEZJn{background:linear-gradient(135deg,#1a9a94,#158a84);border:1px solid rgba(26,154,148,.3);color:#fff}.Wallet-module__modalOverlay--W6Czv{align-items:center;background-color:rgba(0,0,0,.7);bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.Wallet-module__modal--OvWxg{background-color:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);max-width:500px;padding:2rem;width:100%}.Wallet-module__modalTitle--RMPs_{color:#333;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}.Wallet-module__modalForm--dUmc2{display:flex;flex-direction:column;gap:1.5rem}.Wallet-module__formGroup--fmLVT{display:flex;flex-direction:column;gap:.5rem}.Wallet-module__formLabel--orhE7{color:#1a9a94;font-size:14px;font-weight:500;opacity:.8}.Wallet-module__formInput--q4GZW{background-color:#fff;border:2px solid #1a9a94;border-radius:8px;color:#333;font-size:16px;padding:12px 16px;transition:border-color .2s}.Wallet-module__formInput--q4GZW::placeholder{color:#1a9a94;opacity:.6}.Wallet-module__formInput--q4GZW:focus{border-color:#1a9a94;outline:none}.Wallet-module__formInput--q4GZW.Wallet-module__inputError--lOodW{border-color:#ff6b6b;opacity:.8}.Wallet-module__errorTooltip--rOd_A{background-color:#ff6b6b;border:1px solid #ff6b6b;border-radius:6px;color:#fff;font-size:12px;margin-top:4px;opacity:.9;padding:8px 12px}.Wallet-module__generalError--F2vJH{background-color:#ff6b6b;border-radius:8px;color:#fff;font-size:14px;opacity:.9;padding:12px;text-align:center}.Wallet-module__modalActions--Sxuh4{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.Wallet-module__cancelBtn--DrBPK{background-color:#fff!important;border:2px solid #1a9a94!important;border-radius:8px;color:#1a9a94!important;cursor:pointer;font-size:16px;font-weight:500;padding:10px 22px;transition:all .2s}.Wallet-module__cancelBtn--DrBPK:hover{background-color:#1a9a94!important;border-color:#1a9a94!important;color:#fff!important}@media(max-width:768px){.Wallet-module__walletContainer--JLQA8{background-color:#f0f8ff!important;padding:1rem!important}.Wallet-module__balanceContainer--gFyHu,.Wallet-module__balanceWrapper--bevW0{padding:1rem!important}.Wallet-module__balanceSection--lmY8D{padding:0!important}.Wallet-module__balanceHeader--JwtfK{margin-bottom:20px!important;padding:12px 10px!important}.Wallet-module__balanceTitle--baMq6{font-size:1.5rem!important}.Wallet-module__balanceContent--qXBpg{padding:0 10px 15px!important}.Wallet-module__balanceDisplay--WPIFz{align-items:stretch!important;flex-direction:column!important;gap:1.5rem!important}.Wallet-module__balanceInfo--xrzcc{justify-content:center!important}.Wallet-module__balanceActions--hKDIh{justify-content:center!important;width:100%!important}.Wallet-module__balanceAmount--Gb1mW{font-size:2.5rem!important}.Wallet-module__transactionSection--X89zN{padding:1.5rem!important}.Wallet-module__transactionHeader--uEY0R{align-items:flex-start!important;flex-direction:column!important;gap:1rem!important}.Wallet-module__controlBar--AURLm{align-items:stretch!important;flex-direction:column!important;gap:1rem!important}.Wallet-module__searchControls--R0m4x{width:100%!important}.Wallet-module__searchInput--AIhdb{max-width:300px!important;width:100%!important}.Wallet-module__displayInfo--u86QQ{text-align:center!important}.Wallet-module__tableWrapper--VqKTT{border-radius:12px!important}.Wallet-module__tableWrapper--VqKTT::-webkit-scrollbar{height:6px!important}.Wallet-module__tableWrapper--VqKTT{transform:translateZ(0)!important}.Wallet-module__transactionTable--UiuFJ{font-size:12px!important;min-width:700px!important}.Wallet-module__transactionTable--UiuFJ table{table-layout:fixed!important}.Wallet-module__transactionTable--UiuFJ td,.Wallet-module__transactionTable--UiuFJ th{box-sizing:border-box!important;font-size:12px!important;padding:12px 8px!important;width:auto!important}.Wallet-module__transactionTable--UiuFJ th{padding:14px 8px!important}.Wallet-module__modal--OvWxg{margin:1rem!important;padding:1.5rem!important;width:calc(100% - 2rem)!important}.Wallet-module__modalActions--Sxuh4{flex-direction:column!important}.Wallet-module__addFundsBtn--BrARM,.Wallet-module__cancelBtn--DrBPK{width:100%!important}}@media(max-width:480px){.Wallet-module__balanceContainer--gFyHu,.Wallet-module__balanceWrapper--bevW0,.Wallet-module__walletContainer--JLQA8{padding:.5rem!important}.Wallet-module__balanceSection--lmY8D{padding:0!important}.Wallet-module__balanceHeader--JwtfK{margin-bottom:15px!important;padding:10px 8px!important}.Wallet-module__balanceTitle--baMq6{font-size:1.25rem!important}.Wallet-module__balanceContent--qXBpg{padding:0 8px 12px!important}.Wallet-module__balanceAmount--Gb1mW{font-size:2rem!important}.Wallet-module__currencyBadge--pswRC{font-size:12px!important;padding:6px 12px!important}.Wallet-module__addFundsBtn--BrARM{font-size:13px!important;padding:10px 20px!important}.Wallet-module__transactionSection--X89zN{padding:1rem!important}.Wallet-module__transactionTitle--oIo_X{font-size:1.25rem!important}.Wallet-module__searchInput--AIhdb{font-size:14px!important;padding:10px 12px!important}.Wallet-module__controlBar--AURLm{gap:12px!important;padding:15px!important}.Wallet-module__searchBox--boDjZ{width:100%!important}.Wallet-module__tableWrapper--VqKTT{border-radius:0!important;margin:0 -.5rem!important}.Wallet-module__tableWrapper--VqKTT::-webkit-scrollbar{height:4px!important}.Wallet-module__tableWrapper--VqKTT{transform:translateZ(0)!important}.Wallet-module__transactionTable--UiuFJ{min-width:600px!important}.Wallet-module__transactionTable--UiuFJ table{table-layout:fixed!important}.Wallet-module__transactionTable--UiuFJ td,.Wallet-module__transactionTable--UiuFJ th{box-sizing:border-box!important;font-size:11px!important;padding:10px 6px!important;width:auto!important}.Wallet-module__modal--OvWxg{margin:.5rem!important;padding:1rem!important}.Wallet-module__modalTitle--RMPs_{font-size:1.25rem!important}.Wallet-module__formInput--q4GZW{font-size:14px!important;padding:10px 12px!important}}@media(max-width:360px){.Wallet-module__walletContainer--JLQA8{padding:.25rem}.Wallet-module__balanceSection--lmY8D,.Wallet-module__transactionSection--X89zN{padding:.75rem}.Wallet-module__balanceAmount--Gb1mW{font-size:1.75rem}.Wallet-module__transactionTitle--oIo_X{font-size:1.125rem}.Wallet-module__searchInput--AIhdb{font-size:13px;padding:8px 10px}.Wallet-module__transactionTable--UiuFJ{margin:0 -.25rem}.Wallet-module__transactionTable--UiuFJ table{min-width:550px}.Wallet-module__transactionTable--UiuFJ td,.Wallet-module__transactionTable--UiuFJ th{font-size:10px;padding:8px 4px}}@media(max-width:320px){.Wallet-module__walletContainer--JLQA8{padding:.125rem}.Wallet-module__balanceSection--lmY8D,.Wallet-module__transactionSection--X89zN{padding:.5rem}.Wallet-module__transactionTable--UiuFJ{margin:0 -.125rem}.Wallet-module__transactionTable--UiuFJ table{min-width:500px}.Wallet-module__transactionTable--UiuFJ td,.Wallet-module__transactionTable--UiuFJ th{font-size:9px;padding:6px 3px}.Wallet-module__statusBadge--exDS0{font-size:9px;min-width:60px;padding:4px 8px}}.rmp-wallet-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.rmp-wallet-container *{box-sizing:border-box}.rmp-wallet-container button{font-family:inherit}.rmp-wallet-container button:focus,.rmp-wallet-container input:focus{outline:2px solid #1a9a94;outline-offset:2px}.rmp-wallet-container .transactionTable .tableBody::-webkit-scrollbar{width:8px}.rmp-wallet-container .transactionTable .tableBody::-webkit-scrollbar-track{background:#f8f9fa}.rmp-wallet-container .transactionTable .tableBody::-webkit-scrollbar-thumb{background:#1a9a94;border-radius:4px}.rmp-wallet-container .transactionTable .tableBody::-webkit-scrollbar-thumb:hover{background:#158a84}@media print{.rmp-wallet-container .balanceActions,.rmp-wallet-container .modalOverlay,.rmp-wallet-container .searchContainer{display:none!important}.rmp-wallet-container .walletContainer{background:#fff!important;color:#000!important;padding:1rem!important}.rmp-wallet-container .balanceSection,.rmp-wallet-container .transactionSection{background:#f8f9fa!important;border:1px solid #dee2e6!important;margin-bottom:1rem!important}}.pagination-module__gibbsPagination--iiZsU{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:18px}@media(max-width:768px){.pagination-module__gibbsPagination--iiZsU{align-items:flex-start;flex-direction:column}}.pagination-module__gibbsPagination--iiZsU .pagination-module__paginationInfo--LYjII{align-items:center;display:flex}.pagination-module__gibbsPagination--iiZsU .pagination-module__pageInfo--bdh4z{color:#6b7280;font-size:.875rem;font-weight:500}.pagination-module__gibbsPagination--iiZsU .pagination-module__itemInfo--OrSFi{color:#6b7280;font-size:.875rem}.pagination-module__gibbsPagination--iiZsU .pagination-module__paginationControls--Qnv9r{align-items:center;background:#fff;display:flex;gap:0;padding:0}.pagination-module__gibbsPagination--iiZsU .pagination-module__pageNumbers--Pe2nV{align-items:center;display:flex;gap:0}.pagination-module__gibbsPagination--iiZsU .pagination-module__navButton--lpOiu{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:0;color:#6b7280;cursor:pointer;display:flex;font-size:1rem;font-weight:500;height:38px;justify-content:center;margin:0 0 0 -1px;min-width:38px;padding:6px 10px;transition:all .2s ease}.pagination-module__gibbsPagination--iiZsU .pagination-module__navButton--lpOiu:first-child{border-bottom-left-radius:4px;border-top-left-radius:4px;margin-left:0}.pagination-module__gibbsPagination--iiZsU .pagination-module__navButton--lpOiu:last-child{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination-module__gibbsPagination--iiZsU .pagination-module__navButton--lpOiu:hover:not(.pagination-module__disabled--MDE_f){background:#f3f4f6;color:#374151}.pagination-module__gibbsPagination--iiZsU .pagination-module__navButton--lpOiu:active:not(.pagination-module__disabled--MDE_f){background:#e5e7eb}.pagination-module__gibbsPagination--iiZsU .pagination-module__navButton--lpOiu.pagination-module__disabled--MDE_f{background:#f9fafb;color:#9ca3af;cursor:not-allowed;opacity:.6}.pagination-module__gibbsPagination--iiZsU .pagination-module__pageButton--phnrQ{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:0;color:#6b7280;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;height:38px;justify-content:center;margin-left:-1px;min-width:38px;padding:0 8px;transition:all .2s ease}.pagination-module__gibbsPagination--iiZsU .pagination-module__pageButton--phnrQ:hover:not(.pagination-module__active--pzP9A){background:#f3f4f6;color:#374151}.pagination-module__gibbsPagination--iiZsU .pagination-module__pageButton--phnrQ:active:not(.pagination-module__active--pzP9A){background:#e5e7eb}.pagination-module__gibbsPagination--iiZsU .pagination-module__pageButton--phnrQ.pagination-module__active--pzP9A{background:rgba(26,154,148,.22);border:1px solid #1a9a94;color:#1a9a94;font-weight:500;position:relative;z-index:1}@media(max-width:640px){.pagination-module__gibbsPagination--iiZsU .pagination-module__paginationControls--Qnv9r{padding:2px}.pagination-module__gibbsPagination--iiZsU .pagination-module__navButton--lpOiu{font-size:.9rem;height:28px;min-width:28px;padding:4px 8px}.pagination-module__gibbsPagination--iiZsU .pagination-module__pageButton--phnrQ{font-size:.8rem;height:28px;min-width:28px;padding:0 6px}.pagination-module__gibbsPagination--iiZsU .pagination-module__ellipsis--Gw1aJ{height:28px;min-width:28px}.pagination-module__gibbsPagination--iiZsU .pagination-module__paginationInfo--LYjII{font-size:.8rem}}@keyframes pagination-module__fadeIn--vjEW4{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.smsLog-module__smsLogWrapper--sVFcm{min-height:100vh;padding:20px}.smsLog-module__smsLogContainer--znRFZ{background:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);margin:0 auto;overflow:visible}.smsLog-module__error--SQKCr,.smsLog-module__loading--lTjPA{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px;text-align:center}.smsLog-module__spinner--ufO8K{animation:smsLog-module__spin--FywWr 1s linear infinite;border:4px solid #e0e0e0;border-radius:50%;border-top-color:#1a9a94;height:40px;margin-bottom:1rem;width:40px}.smsLog-module__spinnerSmall--ZdTaQ{animation:smsLog-module__spin--FywWr 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:transparent;height:16px;margin-right:8px;width:16px}@keyframes smsLog-module__spin--FywWr{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.smsLog-module__error--SQKCr h2{color:#ff6b6b;margin-bottom:1rem}.smsLog-module__btn--qICMe{background-color:#1a9a94;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;padding:12px 24px;transition:background-color .2s}.smsLog-module__btn--qICMe:hover{background-color:#158a84}.smsLog-module__smsLogSection--eq5ak{padding:0}.smsLog-module__smsLogHeader--mZgv0{border-bottom:1px solid #e0e0e0;margin-bottom:30px;padding:16px 15px}.smsLog-module__smsLogTitle--kN9fV{color:#333;font-size:28px;font-weight:600;margin:0}.smsLog-module__smsLogInfo--NrvB1{align-items:center;display:flex;gap:1rem}.smsLog-module__controlBar--ZJ4zw{align-items:center;border-radius:8px;display:flex;flex-wrap:wrap;gap:17px;margin-bottom:5px;padding:19px}.smsLog-module__leftControls--Gg_Lq{align-items:center;display:flex}.smsLog-module__filterControls--LIAes{align-items:center;display:flex;flex-wrap:wrap;gap:15px}.smsLog-module__filterLabel--lsg5O{color:#333;font-size:14px;font-weight:500}.smsLog-module__searchControls--pbig5{align-items:center;display:flex}.smsLog-module__searchContainer--oOJpX{position:relative}.smsLog-module__searchBox--W_lye{align-items:center;background:#fff;border:1px solid #dee2e6;border-radius:6px;display:flex;overflow:hidden}.smsLog-module__searchInput--hjRR1{border:none;font-size:14px;min-width:200px;padding:8px 12px}.smsLog-module__searchInput--hjRR1:focus{outline:none}.smsLog-module__searchInput--hjRR1::placeholder{color:#999}.smsLog-module__searchBtn--fIVnJ{background:#f8f9fa;border:none;border-left:1px solid #dee2e6;cursor:pointer;padding:8px 12px;transition:background .2s ease}.smsLog-module__searchBtn--fIVnJ:hover{background:#e9ecef}.smsLog-module__displayInfo--IgiVr{color:#666;font-size:14px;font-weight:500}.smsLog-module__btnIcon--KBJnV{color:#fff;font-size:16px}.smsLog-module__itemCount--blIDQ{color:#1a9a94;font-size:14px;opacity:.8;white-space:nowrap}.smsLog-module__tableLoading--ZdxU8{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:2rem;text-align:center}.smsLog-module__tableLoading--ZdxU8 .smsLog-module__spinnerSmall--ZdTaQ{animation:smsLog-module__spin--FywWr 1s linear infinite;border:3px solid #e0e0e0;border-radius:50%;border-top-color:#1a9a94;height:24px;margin-bottom:1rem;width:24px}.smsLog-module__tableLoading--ZdxU8 p{color:#6c757d;font-size:14px;font-weight:500;margin:0}.smsLog-module__dateTimeCell--IZIyF .smsLog-module__dateTimeText--qqVMh,.smsLog-module__subjectCell--TJBbc .smsLog-module__subjectText--TUYdB{line-height:1.4;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-wrap:break-word;word-break:break-word}.smsLog-module__subjectCell--TJBbc .smsLog-module__subjectText--TUYdB{hyphens:auto}.smsLog-module__messageCell--FCe2Z .smsLog-module__messageText--CWOfl{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;line-height:1.4;max-height:2.8em;max-width:calc(100% - 80px);overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;word-wrap:break-word;display:inline-block;vertical-align:middle}.smsLog-module__messageCell--FCe2Z .smsLog-module__showMoreBtn--KbVl3{background:linear-gradient(135deg,#1a9a94,#158a84);border:none;border-radius:12px;box-shadow:0 2px 8px rgba(26,154,148,.2);color:#fff;cursor:pointer;display:inline-block;font-size:11px;font-weight:500;letter-spacing:.5px;margin-left:8px;padding:4px 12px;text-transform:uppercase;transition:all .3s ease;vertical-align:middle;white-space:nowrap}.smsLog-module__messageCell--FCe2Z .smsLog-module__showMoreBtn--KbVl3:hover{color:#fff!important;transform:translateY(-1px)}.smsLog-module__messageCell--FCe2Z .smsLog-module__showMoreBtn--KbVl3:active{transform:translateY(0)}.smsLog-module__popupBody--XBPQn{padding:20px}.smsLog-module__popupBody--XBPQn .smsLog-module__messageInfo--_rERE .smsLog-module__messageContent--Poh6d{margin-bottom:20px}.smsLog-module__popupBody--XBPQn .smsLog-module__messageInfo--_rERE .smsLog-module__messageContent--Poh6d h4{color:#333;font-size:16px;font-weight:600;margin:0 0 10px}.smsLog-module__popupBody--XBPQn .smsLog-module__messageInfo--_rERE .smsLog-module__messageDetails--uSXMN{display:grid;gap:15px;grid-template-columns:1fr 1fr}.smsLog-module__popupBody--XBPQn .smsLog-module__messageInfo--_rERE .smsLog-module__messageDetails--uSXMN .smsLog-module__detailRow--Qi0uY{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;justify-content:space-between;padding:10px 15px}.smsLog-module__popupBody--XBPQn .smsLog-module__messageInfo--_rERE .smsLog-module__messageDetails--uSXMN .smsLog-module__detailRow--Qi0uY .smsLog-module__detailLabel--amLDS{color:#333;font-size:14px;font-weight:500}.smsLog-module__popupBody--XBPQn .smsLog-module__messageInfo--_rERE .smsLog-module__messageDetails--uSXMN .smsLog-module__detailRow--Qi0uY .smsLog-module__detailValue--hbYLU{color:#1a9a94;font-size:14px;font-weight:600}.smsLog-module__priceCell--Z3vfv{text-align:center}.smsLog-module__priceCell--Z3vfv .smsLog-module__priceBadge--W8ILo{background:linear-gradient(135deg,#1a9a94,#158a84);border-radius:12px;box-shadow:0 2px 8px rgba(26,154,148,.2);color:#fff;display:block;font-size:14px;font-weight:600;margin-bottom:4px;padding:6px 12px}.smsLog-module__priceCell--Z3vfv .smsLog-module__smsCount--uk1pO{color:#6c757d;display:block;font-size:11px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.smsLog-module__statusBadge--X5YM_{border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.1);display:inline-block;font-size:11px;font-weight:600;letter-spacing:.8px;min-width:80px;padding:6px 16px;text-align:center;text-transform:uppercase;transition:all .3s ease}.smsLog-module__statusBadge--X5YM_:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-1px)}.smsLog-module__statusSent--l8kvd{background:linear-gradient(135deg,#49ca84,#49ca84);border:1px solid rgba(40,167,69,.3);color:#fff}.smsLog-module__statusFailed--lNqlV{background:linear-gradient(135deg,#dc3545,#e74c3c);border:1px solid rgba(220,53,69,.3);color:#fff}.smsLog-module__statusWaiting--iHr3z{background:linear-gradient(135deg,#ffc800,#ffc800);border:1px solid rgba(253,126,20,.3);color:#fff}.smsLog-module__statusDefault--sHAJd{background:linear-gradient(135deg,#1a9a94,#158a84);border:1px solid rgba(26,154,148,.3);color:#fff}@media(max-width:768px){.smsLog-module__smsLogContainer--znRFZ,.smsLog-module__smsLogSection--eq5ak{padding:1rem}.smsLog-module__smsLogHeader--mZgv0{align-items:flex-start;flex-direction:column;gap:1rem}.smsLog-module__searchInput--hjRR1{max-width:300px;width:100%}}@media(max-width:480px){.smsLog-module__smsLogContainer--znRFZ,.smsLog-module__smsLogSection--eq5ak{padding:.5rem}.smsLog-module__smsLogTitle--kN9fV{font-size:1.25rem}.smsLog-module__searchInput--hjRR1{font-size:14px;padding:10px 12px}}.smsLogWrapper .sms-log{color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.smsLogWrapper .sms-log-text{color:#333}.smsLogWrapper .sms-log-text-muted{color:#6c757d}.smsLogWrapper .sms-log-text-primary{color:#1a9a94}.smsLogWrapper .sms-log-text-success{color:#28a745}.smsLogWrapper .sms-log-text-warning{color:#ffc107}.smsLogWrapper .sms-log-text-danger{color:#dc3545}.smsLogWrapper .sms-status{border-radius:12px;display:inline-block;font-size:12px;font-weight:500;letter-spacing:.5px;padding:4px 8px;text-transform:uppercase}.smsLogWrapper .sms-status-sent{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.smsLogWrapper .sms-status-delivered{background-color:#d1ecf1;border:1px solid #bee5eb;color:#0c5460}.smsLogWrapper .sms-status-failed{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.smsLogWrapper .sms-status-pending{background-color:#fff3cd;border:1px solid #ffeaa7;color:#856404}.smsLogWrapper .phone-number{color:#1a9a94;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,Courier New,monospace;font-weight:500}.smsLogWrapper .message-preview{color:#495057;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smsLogWrapper .sms-cost{color:#1a9a94;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,Courier New,monospace;font-weight:600}@media(max-width:768px){.smsLogWrapper .sms-log{font-size:14px}.smsLogWrapper .message-preview{max-width:200px}}@media(max-width:480px){.smsLogWrapper .sms-log{font-size:13px}.smsLogWrapper .message-preview{max-width:150px}}