.vote-history-section{margin-top:clamp(2rem,3.5vw,2.5rem)}.vote-history-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:16px}.vote-history-title{margin:0!important}.vote-history-live-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background-color:#f3f4f6;border:1px solid #e5e7eb;font-size:.75rem;font-weight:600;color:#4b5563}[data-theme=dark] .vote-history-live-pill{background-color:#27272a;border-color:#3f3f46;color:#a1a1aa}.vote-history-pulse-dot{width:7px;height:7px;border-radius:50%;background-color:#10b981;animation:vh-pulse 1.8s infinite}@keyframes vh-pulse{0%{transform:scale(.95);box-shadow:0 0 0 0 rgba(16,185,129,.7)}70%{transform:scale(1);box-shadow:0 0 0 5px rgba(16,185,129,0)}to{transform:scale(.95);box-shadow:0 0 0 0 rgba(16,185,129,0)}}.vote-history-empty{padding:24px;background-color:#fafafa;border:1px dashed #e5e7eb;border-radius:10px;text-align:center}[data-theme=dark] .vote-history-empty{background-color:#18181b;border-color:#27272a}.vote-history-empty-text{margin:0;font-size:.875rem;color:#6b7280;line-height:1.5}[data-theme=dark] .vote-history-empty-text{color:#9ca3af}.vote-history-table-wrap{width:100%;overflow-x:auto;border:1px solid #e5e7eb;border-radius:10px;background:#fff}[data-theme=dark] .vote-history-table-wrap{border-color:#27272a;background:#18181b}.vote-history-table{width:100%;border-collapse:collapse;text-align:left;font-size:.875rem}.vote-history-table th{padding:12px 16px;background-color:#f9fafb;color:#6b7280;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e5e7eb}[data-theme=dark] .vote-history-table th{background-color:#27272a;color:#a1a1aa;border-bottom-color:#3f3f46}.vote-history-table td{padding:14px 16px;border-bottom:1px solid #f3f4f6;color:#111827;vertical-align:middle}[data-theme=dark] .vote-history-table td{border-bottom-color:#27272a;color:#f3f4f6}.vote-history-table tr:last-child td{border-bottom:none}.vote-history-month{font-weight:600}.vote-history-rank-tag{display:inline-block;padding:2px 7px;background:#111827;color:#fff;border-radius:4px;font-size:.75rem;font-weight:700}[data-theme=dark] .vote-history-rank-tag{background:#f4f4f5;color:#18181b}.vote-history-score{font-weight:700}.vote-history-bar-cell{min-width:120px}.vote-history-mini-bar{display:flex;height:8px;width:100%;max-width:120px;border-radius:999px;overflow:hidden;background-color:#e5e7eb}[data-theme=dark] .vote-history-mini-bar{background-color:#3f3f46}.vote-history-mini-bar-full{background-color:#ea580c;height:100%}.vote-history-mini-bar-half{background-color:#2563eb;height:100%}