.dashboard-module__rFLKKa__container{width:100%;min-height:100vh;display:flex}.dashboard-module__rFLKKa__sidebar{background-color:#1a1f3a;flex-direction:column;width:250px;height:100vh;padding:20px;display:flex;position:fixed;top:0;left:0}.dashboard-module__rFLKKa__sidebarTitleLink{margin-bottom:30px;text-decoration:none;display:block}.dashboard-module__rFLKKa__sidebarTitle{color:#fff;cursor:pointer;margin:0;font-size:1.5rem;font-weight:700;transition:opacity .2s}.dashboard-module__rFLKKa__sidebarTitleLink:hover .dashboard-module__rFLKKa__sidebarTitle{opacity:.8}.dashboard-module__rFLKKa__nav{flex-direction:column;flex:1;gap:15px;display:flex}.dashboard-module__rFLKKa__navLink{color:#fff;padding:10px 0;font-size:1rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:block}.dashboard-module__rFLKKa__navLink:hover{opacity:.8}.dashboard-module__rFLKKa__navLink.dashboard-module__rFLKKa__active{opacity:1;color:#64b5f6}.dashboard-module__rFLKKa__logoutButton{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;margin-top:0;margin-bottom:220px;padding:10px 0;font-size:1rem;font-weight:700;transition:opacity .2s}.dashboard-module__rFLKKa__logoutButton:hover{opacity:.8}.dashboard-module__rFLKKa__toggleContainer{align-items:center;gap:12px;margin-top:auto;margin-bottom:15px;padding:10px 0;display:flex}.dashboard-module__rFLKKa__toggleSwitch{cursor:pointer;background-color:#ffffff4d;border:none;border-radius:13px;outline:none;flex-shrink:0;width:50px;height:26px;padding:0;transition:background-color .3s;position:relative}.dashboard-module__rFLKKa__toggleSwitch:hover{background-color:#fff6}.dashboard-module__rFLKKa__toggleSwitch.dashboard-module__rFLKKa__testnet{background-color:#1976d2}.dashboard-module__rFLKKa__toggleSwitch.dashboard-module__rFLKKa__testnet:hover{background-color:#1565c0}.dashboard-module__rFLKKa__toggleHandle{background-color:#fff;border-radius:50%;width:20px;height:20px;transition:transform .3s;position:absolute;top:3px;left:3px;box-shadow:0 2px 4px #0003}.dashboard-module__rFLKKa__toggleSwitch.dashboard-module__rFLKKa__testnet .dashboard-module__rFLKKa__toggleHandle{transform:translate(24px)}.dashboard-module__rFLKKa__toggleLabel{color:#fff;-webkit-user-select:none;user-select:none;font-size:1rem;font-weight:700}.dashboard-module__rFLKKa__logoutButton{margin-top:0;margin-bottom:220px}.dashboard-module__rFLKKa__main{background-color:#e5e5e5;flex:1;min-height:100vh;margin-left:250px;padding:40px}.dashboard-module__rFLKKa__mainTitle{color:#000;margin:0;font-size:2rem;font-weight:700}
.payouts-module__ddwyqG__container{width:100%;max-width:1200px;padding:20px}.payouts-module__ddwyqG__title{color:#000;margin:0 0 20px;font-size:1.5rem;font-weight:700}.payouts-module__ddwyqG__refreshButton{color:#fff;cursor:pointer;background-color:#1976d2;border:none;border-radius:4px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:1.2rem;transition:background-color .2s,transform .2s;display:flex}.payouts-module__ddwyqG__refreshButton:hover:not(:disabled){background-color:#1565c0;transform:rotate(180deg)}.payouts-module__ddwyqG__refreshButton:disabled{cursor:not-allowed;opacity:.6;background-color:#ccc}@media (min-width:768px){.payouts-module__ddwyqG__container{padding:40px}.payouts-module__ddwyqG__title{margin:0 0 20px;font-size:2rem}}.payouts-module__ddwyqG__loading,.payouts-module__ddwyqG__error{text-align:center;border-radius:4px;margin-bottom:20px;padding:15px}.payouts-module__ddwyqG__loading{color:#1976d2;background-color:#e3f2fd}.payouts-module__ddwyqG__error{color:#c62828;background-color:#ffebee}.payouts-module__ddwyqG__tableContainer{-webkit-overflow-scrolling:touch;background:#fff;border-radius:8px;overflow-x:auto;box-shadow:0 2px 4px #0000001a}.payouts-module__ddwyqG__table{border-collapse:collapse;width:100%;min-width:600px}.payouts-module__ddwyqG__table thead{background-color:#f5f5f5}.payouts-module__ddwyqG__table th{text-align:left;color:#333;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-bottom:2px solid #ddd;padding:10px 12px;font-size:.85rem;font-weight:700}.payouts-module__ddwyqG__table td{color:#666;border-bottom:1px solid #eee;padding:10px 12px;font-size:.9rem}@media (min-width:768px){.payouts-module__ddwyqG__table th{padding:12px 16px;font-size:.9rem}.payouts-module__ddwyqG__table td{padding:12px 16px}}.payouts-module__ddwyqG__table tbody tr:hover{background-color:#f9f9f9}.payouts-module__ddwyqG__table tbody tr:last-child td{border-bottom:none}.payouts-module__ddwyqG__idCell{color:#1976d2;cursor:pointer;-webkit-user-select:none;user-select:none;min-width:120px;font-family:monospace;font-size:.85rem;transition:opacity .2s}.payouts-module__ddwyqG__idCell:hover{opacity:.7;text-decoration:underline}.payouts-module__ddwyqG__statusBadge{text-transform:capitalize;border-radius:12px;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-block}.payouts-module__ddwyqG__statusBadge.payouts-module__ddwyqG__confirmed{color:#fff;background-color:#4caf50}.payouts-module__ddwyqG__statusBadge.payouts-module__ddwyqG__pending{color:#fff;background-color:#ff9800}.payouts-module__ddwyqG__roleBadge{text-transform:capitalize;border-radius:12px;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-block}.payouts-module__ddwyqG__roleBadge.payouts-module__ddwyqG__artist{color:#fff;background-color:#2196f3}.payouts-module__ddwyqG__roleBadge.payouts-module__ddwyqG__client{color:#fff;background-color:#9c27b0}.payouts-module__ddwyqG__amountCell{color:#2e7d32;font-weight:600}.payouts-module__ddwyqG__empty{text-align:center;color:#999;font-style:italic;padding:40px!important}.payouts-module__ddwyqG__pagination{justify-content:space-between;align-items:center;gap:15px;margin-top:20px;display:flex}.payouts-module__ddwyqG__paginationInfo{color:#666;font-size:.9rem}.payouts-module__ddwyqG__paginationButtons{gap:10px;display:flex}.payouts-module__ddwyqG__paginationButton{color:#fff;cursor:pointer;background-color:#1976d2;border:none;border-radius:4px;padding:8px 16px;font-size:.9rem;font-weight:500;transition:background-color .2s}.payouts-module__ddwyqG__paginationButton:hover:not(:disabled){background-color:#1565c0}.payouts-module__ddwyqG__paginationButton:disabled{cursor:not-allowed;opacity:.6;background-color:#ccc}@media (max-width:767px){.payouts-module__ddwyqG__pagination{flex-direction:column;align-items:stretch}.payouts-module__ddwyqG__paginationButtons{justify-content:center}}.payouts-module__ddwyqG__actionCell{text-align:center;width:40px;padding:10px 12px!important}.payouts-module__ddwyqG__actionButton{color:#fff;background-color:#1976d2;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:1.2rem;font-weight:700;line-height:1;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.payouts-module__ddwyqG__actionButton:hover{background-color:#1565c0;transform:scale(1.1)}.payouts-module__ddwyqG__makePayoutButton{color:#fff;cursor:pointer;background-color:#1976d2;border:none;border-radius:4px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:background-color .2s}.payouts-module__ddwyqG__makePayoutButton:hover:not(:disabled){background-color:#1565c0}.payouts-module__ddwyqG__makePayoutButton:disabled{cursor:not-allowed;opacity:.6;background-color:#ccc}.payouts-module__ddwyqG__modalOverlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.payouts-module__ddwyqG__modalContent{background:#fff;border-radius:8px;flex-direction:column;width:100%;max-width:500px;max-height:90vh;display:flex;overflow-y:auto;box-shadow:0 4px 20px #0000004d}.payouts-module__ddwyqG__modalHeader{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:20px;display:flex}.payouts-module__ddwyqG__modalHeader h2{color:#333;margin:0;font-size:1.5rem;font-weight:700}.payouts-module__ddwyqG__modalCloseButton{color:#666;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:2rem;transition:background-color .2s;display:flex}.payouts-module__ddwyqG__modalCloseButton:hover{background-color:#f5f5f5}.payouts-module__ddwyqG__modalBody{flex:1;padding:20px}.payouts-module__ddwyqG__modalFooter{border-top:1px solid #eee;justify-content:flex-end;gap:10px;padding:20px;display:flex}.payouts-module__ddwyqG__modalCancelButton{color:#333;cursor:pointer;background-color:#f5f5f5;border:none;border-radius:4px;padding:10px 20px;font-size:.9rem;font-weight:500;transition:background-color .2s}.payouts-module__ddwyqG__modalCancelButton:hover:not(:disabled){background-color:#e0e0e0}.payouts-module__ddwyqG__modalCancelButton:disabled{opacity:.6;cursor:not-allowed}.payouts-module__ddwyqG__modalSendButton{color:#fff;cursor:pointer;background-color:#1976d2;border:none;border-radius:4px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:background-color .2s}.payouts-module__ddwyqG__modalSendButton:hover:not(:disabled){background-color:#1565c0}.payouts-module__ddwyqG__modalSendButton:disabled{cursor:not-allowed;opacity:.6;background-color:#ccc}
.wallets-module__w748HW__container{width:100%;max-width:1200px;padding:20px}.wallets-module__w748HW__title{color:#000;margin:0 0 20px;font-size:1.5rem;font-weight:700}.wallets-module__w748HW__refreshButton{color:#fff;cursor:pointer;background-color:#1976d2;border:none;border-radius:4px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:1.2rem;transition:background-color .2s,transform .2s;display:flex}.wallets-module__w748HW__refreshButton:hover:not(:disabled){background-color:#1565c0;transform:rotate(180deg)}.wallets-module__w748HW__refreshButton:disabled{cursor:not-allowed;opacity:.6;background-color:#ccc}@media (min-width:768px){.wallets-module__w748HW__container{padding:40px}.wallets-module__w748HW__title{margin:0 0 20px;font-size:2rem}}.wallets-module__w748HW__loading,.wallets-module__w748HW__error{text-align:center;border-radius:4px;margin-bottom:20px;padding:15px}.wallets-module__w748HW__loading{color:#1976d2;background-color:#e3f2fd}.wallets-module__w748HW__error{color:#c62828;background-color:#ffebee}.wallets-module__w748HW__tableContainer{-webkit-overflow-scrolling:touch;background:#fff;border-radius:8px;overflow-x:auto;box-shadow:0 2px 4px #0000001a}.wallets-module__w748HW__table{border-collapse:collapse;width:100%;min-width:600px}.wallets-module__w748HW__table thead{background-color:#f5f5f5}.wallets-module__w748HW__table th{text-align:left;color:#333;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-bottom:2px solid #ddd;padding:10px 12px;font-size:.85rem;font-weight:700}.wallets-module__w748HW__table td{color:#666;border-bottom:1px solid #eee;padding:10px 12px;font-size:.9rem}@media (min-width:768px){.wallets-module__w748HW__table th{padding:12px 16px;font-size:.9rem}.wallets-module__w748HW__table td{padding:12px 16px}}.wallets-module__w748HW__table tbody tr:hover{background-color:#f9f9f9}.wallets-module__w748HW__table tbody tr:last-child td{border-bottom:none}.wallets-module__w748HW__idCell{color:#555;text-overflow:ellipsis;white-space:nowrap;max-width:150px;font-family:monospace;font-size:.85rem;overflow:hidden}.wallets-module__w748HW__addressCell{color:#1976d2;cursor:pointer;-webkit-user-select:none;user-select:none;min-width:120px;font-family:monospace;font-size:.85rem;transition:opacity .2s}.wallets-module__w748HW__addressCell:hover{opacity:.7;text-decoration:underline}@media (max-width:767px){.wallets-module__w748HW__addressCell{font-size:.8rem}}.wallets-module__w748HW__typeBadge{text-transform:capitalize;border-radius:12px;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-block}.wallets-module__w748HW__typeBadge.wallets-module__w748HW__ethereum{color:#fff;background-color:#627eea}.wallets-module__w748HW__typeBadge.wallets-module__w748HW__tezos{color:#fff;background-color:#2c7df7}.wallets-module__w748HW__payoutsLabel{color:#fff;background-color:#2e7d32;border-radius:12px;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-block}.wallets-module__w748HW__balanceCell{color:#2e7d32;font-weight:600}.wallets-module__w748HW__empty{text-align:center;color:#999;font-style:italic;padding:40px!important}.wallets-module__w748HW__controls{flex-direction:column;gap:15px;margin-bottom:20px;display:flex}@media (min-width:768px){.wallets-module__w748HW__controls{flex-direction:row;justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px}}.wallets-module__w748HW__toggleContainer{align-items:center;gap:12px;display:flex}.wallets-module__w748HW__toggleLabel{color:#1976d2;min-width:70px;font-size:.9rem;font-weight:500}.wallets-module__w748HW__toggleSwitch{cursor:pointer;background-color:#ccc;border:none;border-radius:13px;outline:none;width:50px;height:26px;padding:0;transition:background-color .3s;position:relative}.wallets-module__w748HW__toggleSwitch:hover{background-color:#bbb}.wallets-module__w748HW__toggleSwitch.wallets-module__w748HW__testnet{background-color:#1976d2}.wallets-module__w748HW__toggleSwitch.wallets-module__w748HW__testnet:hover{background-color:#1565c0}.wallets-module__w748HW__toggleHandle{background-color:#fff;border-radius:50%;width:20px;height:20px;transition:transform .3s;position:absolute;top:3px;left:3px;box-shadow:0 2px 4px #0003}.wallets-module__w748HW__toggleSwitch.wallets-module__w748HW__testnet .wallets-module__w748HW__toggleHandle{transform:translate(24px)}.wallets-module__w748HW__buttonGroup{gap:10px;display:flex}.wallets-module__w748HW__actionButton{color:#fff;cursor:pointer;background-color:#1976d2;border:none;border-radius:4px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:background-color .2s}.wallets-module__w748HW__actionButton:hover{background-color:#1565c0}.wallets-module__w748HW__actionButton:active{background-color:#0d47a1}@media (max-width:767px){.wallets-module__w748HW__actionButton{padding:8px 16px;font-size:.85rem}}.wallets-module__w748HW__actionCell{text-align:center;width:40px;padding:10px 12px!important}.wallets-module__w748HW__actionCell .wallets-module__w748HW__actionButton{color:#fff;background-color:#1976d2;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:1.2rem;font-weight:700;line-height:1;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.wallets-module__w748HW__actionCell .wallets-module__w748HW__actionButton:hover{background-color:#1565c0;transform:scale(1.1)}.wallets-module__w748HW__modalOverlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.wallets-module__w748HW__modalContent{background:#fff;border-radius:8px;flex-direction:column;width:100%;max-width:500px;max-height:90vh;display:flex;overflow-y:auto;box-shadow:0 4px 20px #0000004d}.wallets-module__w748HW__modalHeader{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:20px;display:flex}.wallets-module__w748HW__modalHeader h2{color:#333;margin:0;font-size:1.5rem;font-weight:700}.wallets-module__w748HW__modalCloseButton{color:#666;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:2rem;transition:background-color .2s;display:flex}.wallets-module__w748HW__modalCloseButton:hover{background-color:#f5f5f5}.wallets-module__w748HW__modalBody{flex:1;padding:20px}.wallets-module__w748HW__modalFooter{border-top:1px solid #eee;justify-content:flex-end;gap:10px;padding:20px;display:flex}.wallets-module__w748HW__modalCancelButton{color:#333;cursor:pointer;background-color:#f5f5f5;border:none;border-radius:4px;padding:10px 20px;font-size:.9rem;font-weight:500;transition:background-color .2s}.wallets-module__w748HW__modalCancelButton:hover:not(:disabled){background-color:#e0e0e0}.wallets-module__w748HW__modalCancelButton:disabled{opacity:.6;cursor:not-allowed}.wallets-module__w748HW__modalSendButton{color:#fff;cursor:pointer;background-color:#1976d2;border:none;border-radius:4px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:background-color .2s}.wallets-module__w748HW__modalSendButton:hover:not(:disabled){background-color:#1565c0}.wallets-module__w748HW__modalSendButton:disabled{cursor:not-allowed;opacity:.6;background-color:#ccc}.wallets-module__w748HW__formLabel{color:#333;margin-bottom:5px;font-size:.9rem;display:block}.wallets-module__w748HW__formInput{box-sizing:border-box;border:1px solid #ddd;border-radius:4px;width:100%;padding:10px 12px;font-family:inherit;font-size:.9rem;transition:border-color .2s}.wallets-module__w748HW__formInput:focus{border-color:#1976d2;outline:none;box-shadow:0 0 0 2px #1976d21a}.wallets-module__w748HW__formTextarea{box-sizing:border-box;resize:vertical;border:1px solid #ddd;border-radius:4px;width:100%;padding:10px 12px;font-family:monospace;font-size:.9rem;transition:border-color .2s}.wallets-module__w748HW__sendTransactionGrid{grid-template-columns:1fr auto 1fr 1fr;align-items:end;gap:15px;display:grid}.wallets-module__w748HW__sendArrow{justify-content:end;align-items:end;display:flex}@media (max-width:767px){.wallets-module__w748HW__sendTransactionGrid{grid-template-columns:1fr;gap:15px}.wallets-module__w748HW__sendArrow{display:none}}.wallets-module__w748HW__formTextarea:focus{border-color:#1976d2;outline:none;box-shadow:0 0 0 2px #1976d21a}
.orders-module__DVTUUG__container{width:100%;max-width:1200px;padding:20px}.orders-module__DVTUUG__title{color:#000;margin:0 0 20px;font-size:1.5rem;font-weight:700}.orders-module__DVTUUG__refreshButton{color:#fff;cursor:pointer;background-color:#1976d2;border:none;border-radius:4px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:1.2rem;transition:background-color .2s,transform .2s;display:flex}.orders-module__DVTUUG__refreshButton:hover:not(:disabled){background-color:#1565c0;transform:rotate(180deg)}.orders-module__DVTUUG__refreshButton:disabled{cursor:not-allowed;opacity:.6;background-color:#ccc}@media (min-width:768px){.orders-module__DVTUUG__container{padding:40px}.orders-module__DVTUUG__title{margin:0 0 20px;font-size:2rem}}.orders-module__DVTUUG__loading,.orders-module__DVTUUG__error{text-align:center;border-radius:4px;margin-bottom:20px;padding:15px}.orders-module__DVTUUG__loading{color:#1976d2;background-color:#e3f2fd}.orders-module__DVTUUG__error{color:#c62828;background-color:#ffebee}.orders-module__DVTUUG__tableContainer{-webkit-overflow-scrolling:touch;background:#fff;border-radius:8px;overflow-x:auto;box-shadow:0 2px 4px #0000001a}.orders-module__DVTUUG__table{border-collapse:collapse;width:100%;min-width:600px}.orders-module__DVTUUG__table thead{background-color:#f5f5f5}.orders-module__DVTUUG__table th{text-align:left;color:#333;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-bottom:2px solid #ddd;padding:10px 12px;font-size:.85rem;font-weight:700}.orders-module__DVTUUG__table td{color:#666;border-bottom:1px solid #eee;padding:10px 12px;font-size:.9rem}@media (min-width:768px){.orders-module__DVTUUG__table th{padding:12px 16px;font-size:.9rem}.orders-module__DVTUUG__table td{padding:12px 16px}}.orders-module__DVTUUG__table tbody tr:hover{background-color:#f9f9f9}.orders-module__DVTUUG__table tbody tr:last-child td{border-bottom:none}.orders-module__DVTUUG__idCell{color:#1976d2;cursor:pointer;-webkit-user-select:none;user-select:none;min-width:120px;font-family:monospace;font-size:.85rem;transition:opacity .2s}.orders-module__DVTUUG__idCell:hover{opacity:.7;text-decoration:underline}.orders-module__DVTUUG__statusBadge{text-transform:capitalize;border-radius:12px;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-block}.orders-module__DVTUUG__statusBadge.orders-module__DVTUUG__pending{color:#fff;background-color:#ff9800}.orders-module__DVTUUG__statusBadge.orders-module__DVTUUG__completed{color:#fff;background-color:#4caf50}.orders-module__DVTUUG__statusBadge.orders-module__DVTUUG__shipping{color:#fff;background-color:#2196f3}.orders-module__DVTUUG__statusBadge.orders-module__DVTUUG__cancelled{color:#fff;background-color:#f44336}.orders-module__DVTUUG__amountCell{color:#2e7d32;font-weight:600}.orders-module__DVTUUG__empty{text-align:center;color:#999;font-style:italic;padding:40px!important}.orders-module__DVTUUG__pagination{justify-content:space-between;align-items:center;gap:15px;margin-top:20px;display:flex}.orders-module__DVTUUG__paginationInfo{color:#666;font-size:.9rem}.orders-module__DVTUUG__paginationButtons{gap:10px;display:flex}.orders-module__DVTUUG__paginationButton{color:#fff;cursor:pointer;background-color:#1976d2;border:none;border-radius:4px;padding:8px 16px;font-size:.9rem;font-weight:500;transition:background-color .2s}.orders-module__DVTUUG__paginationButton:hover:not(:disabled){background-color:#1565c0}.orders-module__DVTUUG__paginationButton:disabled{cursor:not-allowed;opacity:.6;background-color:#ccc}@media (max-width:767px){.orders-module__DVTUUG__pagination{flex-direction:column;align-items:stretch}.orders-module__DVTUUG__paginationButtons{justify-content:center}}.orders-module__DVTUUG__actionCell{text-align:center;width:40px;padding:10px 12px!important}.orders-module__DVTUUG__actionButton{color:#fff;background-color:#1976d2;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:1.2rem;font-weight:700;line-height:1;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.orders-module__DVTUUG__actionButton:hover{background-color:#1565c0;transform:scale(1.1)}
.transactions-module__XJthXW__container{width:100%;max-width:1200px;padding:20px}.transactions-module__XJthXW__title{color:#000;margin:0 0 20px;font-size:1.5rem;font-weight:700}.transactions-module__XJthXW__refreshButton{color:#fff;cursor:pointer;background-color:#1976d2;border:none;border-radius:4px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:1.2rem;transition:background-color .2s,transform .2s;display:flex}.transactions-module__XJthXW__refreshButton:hover:not(:disabled){background-color:#1565c0;transform:rotate(180deg)}.transactions-module__XJthXW__refreshButton:disabled{cursor:not-allowed;opacity:.6;background-color:#ccc}@media (min-width:768px){.transactions-module__XJthXW__container{padding:40px}.transactions-module__XJthXW__title{margin:0 0 20px;font-size:2rem}}.transactions-module__XJthXW__loading,.transactions-module__XJthXW__error{text-align:center;border-radius:4px;margin-bottom:20px;padding:15px}.transactions-module__XJthXW__loading{color:#1976d2;background-color:#e3f2fd}.transactions-module__XJthXW__error{color:#c62828;background-color:#ffebee}.transactions-module__XJthXW__tableContainer{-webkit-overflow-scrolling:touch;background:#fff;border-radius:8px;overflow-x:auto;box-shadow:0 2px 4px #0000001a}.transactions-module__XJthXW__table{border-collapse:collapse;width:100%;min-width:600px}.transactions-module__XJthXW__table thead{background-color:#f5f5f5}.transactions-module__XJthXW__table th{text-align:left;color:#333;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-bottom:2px solid #ddd;padding:10px 12px;font-size:.85rem;font-weight:700}.transactions-module__XJthXW__table td{color:#666;border-bottom:1px solid #eee;padding:10px 12px;font-size:.9rem}@media (min-width:768px){.transactions-module__XJthXW__table th{padding:12px 16px;font-size:.9rem}.transactions-module__XJthXW__table td{padding:12px 16px}}.transactions-module__XJthXW__table tbody tr:hover{background-color:#f9f9f9}.transactions-module__XJthXW__table tbody tr:last-child td{border-bottom:none}.transactions-module__XJthXW__idCell{color:#1976d2;cursor:pointer;-webkit-user-select:none;user-select:none;min-width:120px;font-family:monospace;font-size:.85rem;transition:opacity .2s}.transactions-module__XJthXW__idCell:hover{opacity:.7;text-decoration:underline}.transactions-module__XJthXW__typeBadge{text-transform:capitalize;border-radius:12px;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-block}.transactions-module__XJthXW__typeBadge.transactions-module__XJthXW__order{color:#fff;background-color:#2196f3}.transactions-module__XJthXW__typeBadge.transactions-module__XJthXW__payout{color:#fff;background-color:#2e7d32}.transactions-module__XJthXW__amountCell{color:#2e7d32;font-weight:600}.transactions-module__XJthXW__empty{text-align:center;color:#999;font-style:italic;padding:40px!important}.transactions-module__XJthXW__pagination{justify-content:space-between;align-items:center;gap:15px;margin-top:20px;display:flex}.transactions-module__XJthXW__paginationInfo{color:#666;font-size:.9rem}.transactions-module__XJthXW__paginationButtons{gap:10px;display:flex}.transactions-module__XJthXW__paginationButton{color:#fff;cursor:pointer;background-color:#1976d2;border:none;border-radius:4px;padding:8px 16px;font-size:.9rem;font-weight:500;transition:background-color .2s}.transactions-module__XJthXW__paginationButton:hover:not(:disabled){background-color:#1565c0}.transactions-module__XJthXW__paginationButton:disabled{cursor:not-allowed;opacity:.6;background-color:#ccc}@media (max-width:767px){.transactions-module__XJthXW__pagination{flex-direction:column;align-items:stretch}.transactions-module__XJthXW__paginationButtons{justify-content:center}}.transactions-module__XJthXW__actionCell{text-align:center;width:40px;padding:10px 12px!important}.transactions-module__XJthXW__actionButton{color:#fff;background-color:#1976d2;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:1.2rem;font-weight:700;line-height:1;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.transactions-module__XJthXW__actionButton:hover{background-color:#1565c0;transform:scale(1.1)}
.TransactionLoadingOverlay-module__0kgiSW__overlay{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.TransactionLoadingOverlay-module__0kgiSW__content{text-align:center;background:#fff;border-radius:12px;min-width:300px;max-width:400px;padding:40px;box-shadow:0 4px 20px #0000004d}.TransactionLoadingOverlay-module__0kgiSW__spinner{border:4px solid #f3f3f3;border-top-color:#1976d2;border-radius:50%;width:50px;height:50px;margin:0 auto 20px;animation:1s linear infinite TransactionLoadingOverlay-module__0kgiSW__spin}@keyframes TransactionLoadingOverlay-module__0kgiSW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.TransactionLoadingOverlay-module__0kgiSW__message{color:#333;margin:0;font-size:1.1rem;font-weight:500}.TransactionLoadingOverlay-module__0kgiSW__checkmarkContainer{width:60px;height:60px;margin:0 auto 20px}.TransactionLoadingOverlay-module__0kgiSW__checkmark{width:100%;height:100%}.TransactionLoadingOverlay-module__0kgiSW__checkmarkCircle{stroke:#4caf50;stroke-width:2px;stroke-miterlimit:10;fill:none;animation:.6s cubic-bezier(.65,0,.45,1) forwards TransactionLoadingOverlay-module__0kgiSW__stroke}.TransactionLoadingOverlay-module__0kgiSW__checkmarkCheck{transform-origin:50%;stroke:#4caf50;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48px;animation:.3s cubic-bezier(.65,0,.45,1) .8s forwards TransactionLoadingOverlay-module__0kgiSW__stroke}@keyframes TransactionLoadingOverlay-module__0kgiSW__stroke{to{stroke-dashoffset:0}}.TransactionLoadingOverlay-module__0kgiSW__successMessage{color:#4caf50;margin:0 0 20px;font-size:1.1rem;font-weight:600}.TransactionLoadingOverlay-module__0kgiSW__closeButton{color:#fff;cursor:pointer;background-color:#1976d2;border:none;border-radius:4px;padding:10px 24px;font-size:.9rem;font-weight:600;transition:background-color .2s}.TransactionLoadingOverlay-module__0kgiSW__closeButton:hover{background-color:#1565c0}
