#sz-history-live{margin-top:20px;font-family:inherit}
#sz-history-live .szh-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-bottom:14px}
#sz-history-live .szh-badge{padding:11px 12px;border-radius:14px;background:linear-gradient(145deg,rgba(121,83,255,.16),rgba(25,36,69,.72));border:1px solid rgba(148,123,255,.22);box-shadow:0 8px 22px rgba(0,0,0,.14)}
#sz-history-live .szh-badge-k{font-size:10px;color:var(--text-muted,#8792ad);margin-bottom:4px}
#sz-history-live .szh-badge-v{font-size:15px;font-weight:800;color:var(--text-primary,#fff);letter-spacing:-.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#sz-history-live .szh-tabs{display:flex;gap:7px;overflow:auto;padding:1px 0 11px;scrollbar-width:none}
#sz-history-live .szh-tabs::-webkit-scrollbar{display:none}
#sz-history-live .szh-tab{border:1px solid rgba(130,145,190,.18);background:rgba(15,24,49,.72);color:var(--text-muted,#8f9ab6);border-radius:999px;padding:7px 11px;font:inherit;font-size:11px;white-space:nowrap}
#sz-history-live .szh-tab.is-on{color:#fff;border-color:rgba(145,100,255,.52);background:linear-gradient(135deg,rgba(108,68,235,.44),rgba(78,45,178,.3))}
#sz-history-live .szh-list{display:grid;gap:9px}
#sz-history-live .szh-card{padding:13px 14px;border-radius:16px;background:linear-gradient(145deg,rgba(15,26,54,.94),rgba(9,17,38,.96));border:1px solid rgba(121,141,194,.18);box-shadow:0 10px 26px rgba(0,0,0,.12)}
#sz-history-live .szh-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
#sz-history-live .szh-name{font-size:13px;font-weight:800;color:var(--text-primary,#fff)}
#sz-history-live .szh-state{margin-top:3px;font-size:10px;color:var(--text-muted,#8d98b4)}
#sz-history-live .szh-time{font-size:10px;color:var(--text-muted,#7d88a4);text-align:right}
#sz-history-live .szh-amount{margin-top:9px;font-size:18px;font-weight:850;color:#fff;letter-spacing:-.025em}
#sz-history-live .szh-info{display:grid;gap:5px;margin-top:10px;padding-top:9px;border-top:1px solid rgba(127,143,184,.12);font-size:10px;color:var(--text-muted,#7f8aa6)}
#sz-history-live .szh-cut{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#sz-history-live .szh-empty{padding:28px 10px;text-align:center;color:var(--text-muted,#7f8aa6);font-size:12px}
@media(min-width:560px){#sz-history-live .szh-summary{grid-template-columns:repeat(4,minmax(0,1fr))}}