.eval-history-events{overflow:hidden;display:flex;flex-direction:column;padding:1rem;gap:.5rem;color:var(--color__text-primary);width:-moz-fit-content;width:fit-content;min-width:min(100% - 2rem,32rem);max-width:calc(100% - 2rem)}.eval-history-events .dialog-header{width:100%}.eval-history-events .dialog-description{display:flex;flex-direction:row;padding-top:0;flex-wrap:nowrap;width:100%;gap:.25rem}.eval-history-events__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-grow:0;flex-shrink:1;color:var(--color__text-secondary)}.eval-history-events__user{flex-grow:1;flex-shrink:0;color:var(--color__text-tertiary)}.eval-history-events__content{scrollbar-width:thin;scrollbar-color:var(--color__bg-l3) var(--color__bg-l1)}.eval-history-events__content::-webkit-scrollbar{width:.5rem;height:.5rem}.eval-history-events__content::-webkit-scrollbar-thumb{background-color:var(--color__bg-l3);border-radius:.25rem}.eval-history-events__content::-webkit-scrollbar-track{background-color:var(--color__border-l1)}.eval-history-events__content::-webkit-scrollbar-corner{background-color:transparent}.eval-history-events__content::-webkit-scrollbar-button{display:none}.eval-history-events__content::-webkit-scrollbar-thumb:active,.eval-history-events__content::-webkit-scrollbar-thumb:focus,.eval-history-events__content::-webkit-scrollbar-thumb:hover{background-color:var(--color__bg-hover-l3)}.eval-history-events__content{overflow:auto;width:100%;max-height:min(70vh,40rem);padding-right:.25rem}.eval-history-events__loading{display:flex;align-items:center;gap:.5rem;padding:1.5rem 1rem;background:var(--color__bg-l1);border:1px dashed var(--color__border-l2);border-radius:.5rem;color:var(--color__text-secondary);font-family:var(--font__satoshi);font-size:1rem;line-height:1.5}.eval-history-events__loading svg{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.eval-history-events__list{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none}.eval-history-events__list--empty{justify-content:center}.eval-history-events__list-item{display:grid;grid-gap:.25rem;gap:.25rem;padding:.5rem .75rem;background:var(--color__bg-l1);border:1px solid var(--color__border-l1);border-radius:.5rem;color:var(--color__text-secondary);font-family:var(--font__satoshi);font-size:var(--font-size__sm);line-height:1.5}.eval-history-events__list-item__line{display:flex;gap:.25rem}.eval-history-events__list-item__line__title{color:var(--color__text-primary);font-weight:500}.eval-history-events__list-item__line__details{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;color:var(--color__text-tertiary)}.eval-history-events__list-item__line__actor{display:flex;gap:.25rem;color:var(--color__text-primary)}.eval-history-events__list-item__line__timestamp{color:var(--color__text-secondary)}