.search-input { width: 100%; padding: 14px 16px; background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 12px; color: #fff; font-size: 14px; outline: none; margin-bottom: 16px; transition: 0.2s; }
.search-input:focus { border-color: var(--accent); }

.history-date-header { position: sticky; top: -1px; background: var(--bg-primary); padding: 16px 4px 8px; font-size: 11px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; z-index: 10; border-bottom: 1px solid var(--border); }
.history-item { display: flex; align-items: center; gap: 10px; padding: 12px; background: #161b22; border-bottom: 1px solid #30363d; transition: background 0.2s; cursor: pointer;}
.history-item:active { background: #1c2128; }
.h-time { min-width: 45px; font-size: 12px; font-weight: 600; color: #c9d1d9; }
.h-info { flex: 1; min-width: 0; }
.h-addr { font-weight: 600; color: #fff; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 13px;}
.h-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: #6e7681; font-size: 10px; }
.h-price-block { text-align: right; min-width: 65px; }
.h-price { font-size: 14px; font-weight: 800; color: #e3b341; }
.h-net { font-size: 10px; font-weight: 700; margin-top: 2px;}