.hr-wrapper{width:100%;padding:4px 0 24px}.hr-header{display:flex;align-items:center;gap:10px;margin-bottom:20px}.hr-header-bar{display:inline-block;width:5px;height:22px;background:#c40101;border-radius:3px;flex-shrink:0}.hr-header-title{font-size:18px;font-weight:800;color:#1a1a2e;letter-spacing:.04em;margin:0}.hr-filter-bar{justify-content:space-between;gap:12px;padding:12px 16px;background:#fff;border-radius:12px;border:1.5px solid #f0f0f0;margin-bottom:16px}.hr-filter-bar,.hr-filter-left{display:flex;align-items:center;flex-wrap:wrap}.hr-filter-left{gap:10px;position:relative}.hr-filter-label{font-size:13px;font-weight:600;color:#6b7280;white-space:nowrap}.hr-filter-select{height:34px!important;min-width:110px;font-size:13px!important;border-radius:8px!important}.hr-filter-select .ant-select-selector{border-radius:8px!important;border-color:#e5e7eb!important;height:34px!important;align-items:center!important}.hr-filter-right{display:flex;align-items:center;gap:8px}.hr-refresh-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1.5px solid #e5e7eb;border-radius:8px;background:#f9fafb;cursor:pointer;transition:all .2s;font-size:16px;color:#6b7280}.hr-refresh-btn:hover{border-color:#c40101;color:#c40101;background:#fff5f5}.hr-count-badge{font-size:12px;font-weight:600;color:#6b7280;background:#f3f4f6;padding:4px 10px;border-radius:20px;white-space:nowrap}.hr-table-wrap{background:#fff;border-radius:14px;border:1.5px solid #f0f0f0;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.05)}.hr-table{width:100%;border-collapse:collapse;font-size:13px}.hr-table thead tr{background:linear-gradient(135deg,#1a1a2e,#16213e)}.hr-table thead th{color:hsla(0,0%,100%,.85);font-size:11.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:13px 16px;text-align:left;white-space:nowrap}.hr-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .15s}.hr-table tbody tr:last-child{border-bottom:none}.hr-table tbody tr:hover{background:#fafafa}.hr-table tbody td{padding:12px 16px;color:#374151;font-size:13px;line-height:1.45;word-break:break-word}.hr-table tbody td:first-child{color:#6b7280;font-size:12px;white-space:nowrap}.hr-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:20px;font-size:11.5px;font-weight:700;white-space:nowrap}.hr-badge--success{background:#dcfce7;color:#16a34a}.hr-badge--pending{background:#fef3c7;color:#d97706}.hr-badge--error{background:#fee2e2;color:#b91c1c}.hr-badge--info{background:#e0f2fe;color:#0369a1}.hr-badge--neutral{background:#f3f4f6;color:#6b7280}.hr-value--win{color:#16a34a;font-weight:700}.hr-value--lose{color:#b91c1c;font-weight:700}.hr-value--draw{color:#d97706;font-weight:700}.hr-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:56px 24px;text-align:center}.hr-empty-icon{font-size:52px;line-height:1;opacity:.6}.hr-empty-title{font-size:16px;font-weight:800;color:#1a1a2e;margin:0}.hr-empty-note{font-size:13px;color:#6b7280;margin:0;line-height:1.5}.hr-empty-btn{margin-top:8px;background:linear-gradient(135deg,#c40101,#991b1b);border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:13px;font-weight:700;padding:11px 28px;transition:opacity .2s,transform .15s;box-shadow:0 4px 14px rgba(196,1,1,.32)}.hr-empty-btn:hover{opacity:.88;transform:translateY(-1px)}.hr-loading{display:flex;flex-direction:column;align-items:center;gap:14px;padding:56px 24px;color:#6b7280;font-size:13px}.hr-spinner{width:34px;height:34px;border:3px solid #f0f0f0;border-top-color:#c40101;border-radius:50%;animation:hr-spin .7s linear infinite}@keyframes hr-spin{to{transform:rotate(1turn)}}.hr-datetime{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.hr-time{font-weight:600;color:#374151}.hr-date{color:#9ca3af;font-size:12px}@media (max-width:767px){.hr-col-hide-mobile{display:none!important}.hr-header-title{font-size:15px}.hr-table thead th{padding:10px 8px;font-size:10px}.hr-table tbody td{padding:10px 8px;font-size:12px}.hr-filter-bar{padding:10px 12px;gap:8px}.hr-table-wrap{overflow-x:visible}.hr-table{min-width:unset}.hr-datetime{flex-direction:column;align-items:flex-start;gap:1px}.hr-time{font-size:12px;font-weight:700;color:#1f2937}.hr-date{font-size:10.5px;color:#9ca3af}}.hr-note-cell{position:relative}.hr-note-text{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;color:#6b7280}.hr-note-text.collapsed{-webkit-line-clamp:1;line-clamp:1}.hr-note-text.expanded{-webkit-line-clamp:unset;line-clamp:unset}.hr-note-toggle{background:none;border:none;padding:0;margin-top:2px;color:#c40101;font-size:11.5px;font-weight:600;cursor:pointer;display:block;text-decoration:underline;text-underline-offset:2px}.hr-note-toggle:hover{opacity:.75}