@keyframes pulse-subtle{0%,to{opacity:1}50%{opacity:.7}}.animate-pulse-subtle{animation:pulse-subtle .5s ease-in-out}@keyframes number-update{0%{opacity:.8;transform:scale(.98)}50%{opacity:1}to{opacity:1;transform:scale(1)}}.animate-number-update{animation:number-update .3s ease-out}.table-row-hover{transition:background-color .2s ease-in-out}.table-row-hover:hover{background-color:rgba(59,130,246,.05)}@keyframes cell-highlight{0%{background-color:rgba(59,130,246,.2)}to{background-color:transparent}}.animate-cell-highlight{animation:cell-highlight .5s ease-out}@keyframes cell-update{0%{box-shadow:0 0 8px #22c55e,inset 0 0 8px rgba(34,197,94,.6);background-color:rgba(34,197,94,.3);padding:2px 6px;border-radius:3px}25%{box-shadow:0 0 12px #22c55e,inset 0 0 12px rgba(34,197,94,.7);background-color:rgba(34,197,94,.4);padding:2px 6px;border-radius:3px}50%{box-shadow:0 0 16px #22c55e,inset 0 0 16px rgba(34,197,94,.8);background-color:rgba(34,197,94,.5);padding:2px 6px;border-radius:3px}75%{box-shadow:0 0 12px rgba(34,197,94,.8),inset 0 0 12px rgba(34,197,94,.6);background-color:rgba(34,197,94,.3);padding:2px 6px;border-radius:3px}to{box-shadow:0 0 0 rgba(34,197,94,0),inset 0 0 0 rgba(34,197,94,0);background-color:transparent;padding:0;border-radius:0}}.animate-cell-update{animation:cell-update .6s cubic-bezier(.34,1.56,.64,1);will-change:box-shadow,background-color,padding,border-radius;display:inline-block;border-radius:3px}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.animate-gpu{transform:translateZ(0);backface-visibility:hidden;perspective:1000px}tbody tr{transition:background-color .2s ease-in-out}tbody tr:hover{background-color:var(--muted,rgba(0,0,0,.05))}.animated-number{display:inline-block;min-width:3em;text-align:right}.animated-number-container{display:inline-flex;align-items:center;justify-content:flex-end;min-width:4em}table{table-layout:auto;width:100%;border-collapse:separate;border-spacing:0}table thead th{font-weight:600;font-size:.875rem;letter-spacing:.02em;text-transform:uppercase;color:hsl(var(--foreground))}table tbody td,table thead th{white-space:nowrap}td[data-numeric=true]{text-align:right;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em;letter-spacing:.02em;font-weight:500}table td,table th{padding:1rem 1.25rem;vertical-align:middle}table th{border-bottom:2px solid hsl(var(--border))}tbody tr{border-bottom:1px solid hsl(var(--border)/.5)}table td,table th{transition:background-color .2s ease-out,box-shadow .2s ease-out}tbody tr:hover{background-color:hsl(var(--accent)/.05)}table tbody td:first-child,table thead th:first-child{min-width:100px}td[data-numeric=true]{min-width:80px}