/* V8.99 · Registro anual de transferencias */
.market-tabs .subtabs{flex-wrap:wrap}
.transfer-history-toolbar{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:14px}
.transfer-history-toolbar label{display:grid;gap:6px;min-width:230px}
.transfer-history-toolbar select{width:100%;min-height:42px}
.transfer-history-toolbar p{margin:0;max-width:620px}
.transfer-history-summary{margin-bottom:14px}
.transfer-history-summary .card{min-width:0}
.transfer-history-summary .metric{display:block;font-size:1.25rem;margin-top:4px;white-space:nowrap}
.transfer-history-table-wrap{max-height:62vh}
.transfer-history-table thead th{position:sticky;top:0;z-index:2;background:var(--panel,#111827)}
.transfer-history-table td:nth-child(2){min-width:180px}
.transfer-history-table td:nth-child(5),.transfer-history-table td:nth-child(6){min-width:170px}
.transfer-history-kind{white-space:nowrap}
@media(max-width:980px){
  .transfer-history-toolbar{align-items:stretch;flex-direction:column}
  .transfer-history-toolbar label{min-width:0}
  .transfer-history-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .transfer-history-table-wrap{max-height:none}
}
@media(max-width:560px){.transfer-history-summary{grid-template-columns:1fr!important}}
