/* assets/css/vein-panels-plus.css */
.panel-title-pop{display:flex;align-items:center;gap:.5rem;font-weight:800;letter-spacing:.2px;position:relative;margin:0 0 .25rem 0;}
.panel-title-pop .icon{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;border-radius:6px;background:rgba(255,255,255,.06);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);font-size:.95rem}
.panel-title-pop::after{content:"";position:absolute;left:2.1rem;right:-.25rem;bottom:-.3rem;height:2px;background:linear-gradient(90deg, rgba(160,220,255,.55), rgba(120,220,180,.35));filter:blur(.3px);opacity:.9;border-radius:2px;}
.panel-sub{font-size:.8rem;opacity:.7;margin-left:.5rem}
.rank-badge{width:18px;height:18px;vertical-align:-2px;display:inline-block;margin-right:6px}
.feed-scroll{max-height:420px;overflow:auto}
/* All Killers table alignment */
.table-tight th, .table-tight td{vertical-align:middle}
.table-tight td:nth-child(1){width:44px;text-align:right;opacity:.85}
.table-tight td:nth-child(2){/* name */}
.table-tight td:nth-child(3){width:120px;text-align:right;font-variant-numeric:tabular-nums}

/* --- Hunt Log visual refresh --- */
.huntfeed{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}
.hunt-row{display:flex;justify-content:space-between;align-items:baseline;padding:4px 6px;border-radius:10px;background:rgba(30,38,28,.35);border:1px solid rgba(43,217,141,.12)}
.hunt-row .left{display:flex;align-items:center;gap:6px;min-width:0}
.hunt-row .badge .rank-badge{width:16px;height:16px;display:inline-block;vertical-align:-2px}
.hunt-row .name{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:50%}
.hunt-row .verb{opacity:.8}
.hunt-row .animal{font-weight:600;opacity:.9}
.hunt-row .right.time{opacity:.75;font-size:.9em;margin-left:10px}
