@keyframes pulse-row-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-expand{0%{opacity:0;max-height:0}to{opacity:1;max-height:200px}}@keyframes pulse-cell-highlight{0%{background-color:rgba(255,124,37,.12)}to{background-color:transparent}}@keyframes pulse-status-pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes pulse-tab-slide{0%{opacity:0;transform:translateX(-4px)}to{opacity:1;transform:translateX(0)}}.pulse-row-enter{animation:pulse-row-in .25s ease-out both}.pulse-expand{animation:pulse-expand .3s ease-out both;overflow:hidden}.pulse-cell-highlight{animation:pulse-cell-highlight 1.2s ease-out both}.pulse-status-pulse{animation:pulse-status-pulse 1.2s ease-in-out infinite}.pulse-tab-enter{animation:pulse-tab-slide .2s ease-out both}.pulse-tabs-scroll{scrollbar-width:none}.pulse-tabs-scroll::-webkit-scrollbar{display:none}.pulse-scrollbar::-webkit-scrollbar{width:4px;height:4px}.pulse-scrollbar::-webkit-scrollbar-track{background:transparent}.pulse-scrollbar::-webkit-scrollbar-thumb{background:var(--color-gray-300,#D5D7DA);border-radius:2px}.dark-mode .pulse-scrollbar::-webkit-scrollbar-thumb{background:var(--color-gray-700,#373A41)}.pulse-demo-bg{background:radial-gradient(ellipse 60% 50% at 30% 40%,rgba(255,124,37,.06) 0,transparent 70%),radial-gradient(ellipse 50% 40% at 70% 60%,rgba(21,183,158,.05) 0,transparent 70%)}.dark-mode .pulse-demo-bg{background:radial-gradient(ellipse 60% 50% at 30% 40%,rgba(255,124,37,.08) 0,transparent 70%),radial-gradient(ellipse 50% 40% at 70% 60%,rgba(21,183,158,.06) 0,transparent 70%)}@media (prefers-reduced-motion:reduce){.pulse-cell-highlight,.pulse-expand,.pulse-row-enter,.pulse-status-pulse,.pulse-tab-enter{animation:none;opacity:1;transform:none;max-height:none}}@keyframes pulse-border{0%,to{border-color:transparent}50%{border-color:color-mix(in srgb,var(--color-brand-600) 70%,transparent)}}.pulse-border-card{border:2px solid transparent;border-radius:1rem;animation:pulse-border 4s ease-in-out infinite}