.history-jump-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:1px solid #cbd8ea;border-radius:9px;background:#fff;color:#1f5fbf;padding:0 14px;text-decoration:none;font-size:.78rem;font-weight:800;white-space:nowrap}.history-jump-button:hover{border-color:#8fb6ee;background:#f7fbff}.customer-history{margin-top:22px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow);overflow:hidden}.customer-history[hidden]{display:none!important}.customer-history-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;border-bottom:1px solid var(--line)}.customer-history-header h2{margin:0 0 4px;font-size:1.08rem}.customer-history-header p{margin:0;color:var(--muted);font-size:.78rem}.customer-history-refresh{min-height:36px;border:1px solid #d7dee9;border-radius:8px;background:#fff;color:#425269;padding:0 12px;cursor:pointer;font-weight:750;font-size:.74rem}.customer-history-refresh:hover{border-color:#aac4ea;color:var(--blue)}.customer-history-list{display:grid;gap:12px;padding:16px}.customer-history-empty{margin:0;padding:28px 12px;color:var(--muted);text-align:center;font-size:.82rem}.history-request{border:1px solid #e0e6ef;border-radius:10px;background:#fbfcfe;overflow:hidden}.history-request summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:minmax(180px,1fr) auto auto auto;align-items:center;gap:14px;padding:14px 16px}.history-request summary::-webkit-details-marker{display:none}.history-request summary:after{content:"⌄";color:#6b7788;font-size:1rem}.history-request[open] summary:after{transform:rotate(180deg)}.history-request-number{display:grid;gap:3px}.history-request-number strong{font-size:.84rem}.history-request-number small{color:var(--muted);font-size:.7rem}.history-status{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:5px 9px;background:#eef3f8;color:#4d5d70;font-size:.67rem;font-weight:800;text-transform:capitalize}.history-status.new{background:#edf4ff;color:#2464cb}.history-status.reviewing{background:#fff4df;color:#9b5a05}.history-status.approved,.history-status.fulfilled{background:#e9f8ef;color:#167848}.history-status.partial{background:#f4efff;color:#7250c7}.history-status.declined{background:#fff0f1;color:#ba3d49}.history-request-total{text-align:right}.history-request-total strong{display:block;font-size:.88rem}.history-request-total small{color:var(--muted);font-size:.67rem}.history-request-body{border-top:1px solid #e3e8ef;background:#fff}.history-items-wrap{overflow:auto}.history-items{width:100%;border-collapse:collapse;min-width:720px}.history-items th,.history-items td{padding:10px 12px;border-bottom:1px solid #edf0f4;text-align:left;vertical-align:middle}.history-items th{background:#fbfcfe;color:#536174;font-size:.67rem;font-weight:800}.history-items td{font-size:.74rem}.history-items .money{text-align:right;white-space:nowrap}.history-items .qty{text-align:center}.history-request-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px}.history-request-notes{margin:0;color:#667085;font-size:.72rem;line-height:1.5}.history-export-button{min-height:36px;border:1px solid #b9d2f4;border-radius:8px;background:#fff;color:#1f62c4;padding:0 12px;cursor:pointer;font-size:.72rem;font-weight:800;white-space:nowrap}.history-export-button:hover{background:#f5f9ff;border-color:#80ace8}.history-export-button:disabled,.customer-history-refresh:disabled{opacity:.55;cursor:wait}@media(max-width:800px){.page-title-row{grid-template-columns:auto 1fr}.history-jump-button{grid-column:1/-1;justify-self:start}.history-request summary{grid-template-columns:1fr auto}.history-request-total{grid-column:1/2;text-align:left}.history-request summary:after{grid-column:2;grid-row:1/3}.history-request-footer{align-items:flex-start;flex-direction:column}.history-export-button{width:100%}}