.depositHistory{margin-top:20px;max-width:100%;width:100%}.depositHistory_compact{margin-top:0}.depositHistory_header{align-items:baseline;display:flex;gap:10px;justify-content:space-between;margin-bottom:10px}.depositHistory_title{color:#f3f4f6;font-size:16px;font-weight:700;margin:0}.depositHistory_count{color:#6b7280;font-size:12px;white-space:nowrap}.depositHistory_controls{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:10px}.depositHistory_control{display:flex;flex-direction:column;gap:4px;min-width:0}.depositHistory_controlLabel{color:#6b7280;font-size:11px;line-height:1}.depositHistory_select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#21212c url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%239ca3af' d='M3 4.5 6 8l3-3.5'/%3E%3C/svg%3E") right 10px center no-repeat;border:1px solid hsla(0,0%,100%,.08);border-radius:8px;color:#e5e7eb;cursor:pointer;font-size:12px;height:34px;padding:0 28px 0 10px;width:100%}.depositHistory_select:focus{border-color:hsla(0,0%,100%,.2);outline:none}.depositHistory_list{display:flex;flex-direction:column;gap:4px;list-style:none;margin:0;padding:0}.depositHistory_item{align-items:center;background:#1a1a23;border:1px solid hsla(0,0%,100%,.04);border-radius:8px;display:grid;grid-gap:8px;gap:8px;grid-template-columns:78px minmax(64px,1fr) auto auto auto;padding:8px 10px}.depositHistory_amount{color:#f8fafc;font-size:13px;font-weight:700;white-space:nowrap}.depositHistory_method{color:#9ca3af;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.depositHistory_status{border-radius:999px;font-size:10px;font-weight:600;letter-spacing:.02em;line-height:1;padding:4px 8px;text-align:center;text-transform:uppercase;white-space:nowrap}.depositHistory_status_completed{background:rgba(34,197,94,.14);color:#86efac}.depositHistory_status_pending{background:rgba(234,179,8,.14);color:#fde68a}.depositHistory_status_failed,.depositHistory_status_refunded{background:rgba(239,68,68,.14);color:#fca5a5}.depositHistory_status_expired{background:hsla(220,9%,46%,.18);color:#d1d5db}.depositHistory_adjusted,.depositHistory_date,.depositHistory_id{color:#6b7280;font-size:11px;text-align:right;white-space:nowrap}.depositHistory_adjusted{color:#93c5fd}.depositHistory_empty{background:#1a1a23;border-radius:8px;color:#9ca3af;font-size:13px;margin:0;padding:14px 12px;text-align:center}.depositHistory_moreWrap{margin-top:10px;text-align:center}.depositHistory_more{background:#21212c;border:1px solid hsla(0,0%,100%,.08);border-radius:8px;color:#e5e7eb;cursor:pointer;font-size:13px;font-weight:600;padding:8px 14px}.depositHistory_more:hover:not(:disabled){border-color:hsla(0,0%,100%,.16)}.depositHistory_more:disabled{cursor:default;opacity:.6}@media (max-width:700px){.depositHistory_controls{grid-template-columns:1fr}.depositHistory_item{grid-template-columns:1fr 1fr;grid-template-areas:"amount status" "method date" "meta meta"}.depositHistory_amount{grid-area:amount}.depositHistory_status{grid-area:status;justify-self:end}.depositHistory_method{grid-area:method}.depositHistory_date{grid-area:date;justify-self:end}.depositHistory_adjusted,.depositHistory_id{grid-area:meta;text-align:left}}