@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{opacity:0;animation:.4s ease-out forwards fade-in}@keyframes ping-slow{0%{opacity:.75;transform:scale(1)}50%{opacity:0;transform:scale(1.2)}to{opacity:.75;transform:scale(1)}}.animate-ping-slow{animation:2s cubic-bezier(0,0,.2,1) infinite ping-slow}.animation-delay-100{animation-delay:.1s}.animation-delay-200{animation-delay:.2s}@media (min-width:768px){.meeting-recording-row{z-index:10;transition:box-shadow .2s;position:sticky;top:0}.meeting-recording-row:not(:first-child){box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.main-chat-area:has(.meeting-recording-row){scroll-padding-top:230px}}.transcript-container{scroll-behavior:smooth}.last-update-time{transition:opacity .3s}.cursor-blink{animation:1s ease-in-out infinite blink}@keyframes blink{0%,50%,to{opacity:1}25%,75%{opacity:0}}.transcript-collapse-enter{opacity:0;max-height:0;transition:max-height .3s ease-out,opacity .3s ease-out;overflow:hidden}.transcript-collapse-enter-active{opacity:1;max-height:800px}.transcript-collapse-exit{opacity:1;max-height:800px;transition:max-height .3s ease-in,opacity .3s ease-in;overflow:hidden}.transcript-collapse-exit-active{opacity:0;max-height:0}
