.SimpleList__ColumnTitles{display:grid;padding:7px 12px;border-radius:10px;background-color:var(--chakra-colors-gray-800);margin-bottom:8px;font-family:var(--chakra-fonts-heading);font-weight:700;font-size:12px;text-transform:uppercase;color:var(--chakra-colors-white)}.SimpleList__ColumnTitles--Light{background:transparent!important;font-weight:500!important;color:#fff!important;text-transform:none!important}.SimpleList__ColumnTitles{display:flex;justify-content:space-between}.SimpleList__ColumnTitle{word-wrap:break-word;overflow-wrap:anywhere;letter-spacing:.4px}.SimpleList__ShowMoreButton{display:block;position:relative;z-index:1;text-align:center;font-family:var(--chakra-fonts-heading);font-size:12px;font-weight:700;text-transform:uppercase;padding:12px;border-radius:10px;overflow:hidden;background-color:transparent;transition:all .5s}.SimpleList__ShowMoreButton:after,.SimpleList__ShowMoreButton:before{content:"";display:block;position:absolute;top:0;left:0;height:100%}.SimpleList__ShowMoreButton:before{background-color:var(--chakra-colors-gray-800);width:100%;z-index:-1;transition:all 1s}.SimpleList__ShowMoreButton:after{width:300px;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.1),hsla(0,0%,100%,0));transform:translateX(-100%);opacity:0;transition:all .5s}@keyframes flash{0%{left:0;transform:translateX(-100%)}to{left:100%;transform:translateX(0)}}.SimpleList__ShowMoreButton:focus-within,.SimpleList__ShowMoreButton:hover{background-color:var(--chakra-colors-brand-normal)}.SimpleList__ShowMoreButton:focus-within:before,.SimpleList__ShowMoreButton:hover:before{opacity:.85}.SimpleList__ShowMoreButton:focus-within:after,.SimpleList__ShowMoreButton:hover:after{animation:flash 1s backwards;pointer-events:none;opacity:1}.SimpleList__ShowMoreButton{width:100%;margin-top:8px}.SimpleList__ShowMoreButton:before{content:""}.SimpleListItem{display:flex;width:100%;text-decoration:none;padding:7px 12px;margin-bottom:8px;line-height:24px;color:var(--chakra-colors-gray-100);font-family:var(--chakra-fonts-mono);font-size:12pt;border-radius:10px;border:1px solid var(--chakra-colors-gray-750);background-color:rgba(var(--chakra-colors-gray-800-rgb),.5);transition:all .1s}@media(hover:hover)and (pointer:fine){.SimpleListItem:hover{background-color:var(--chakra-colors-gray-750);text-decoration:none;cursor:pointer}}.SimpleListItem:active{transform:translateY(1px);box-shadow:inset 0 0 9999px 0 rgba(0,0,0,.25)}.SimpleListItem:last-child{margin-bottom:0}.SimpleListItem__Column--Credits,.SimpleListItem__Column--Number{font-size:.75rem;font-weight:700}.SimpleListItem__IdentifierContainer{display:flex;align-items:center;min-width:50px}.SimpleListItem__Avatar{height:24px;width:24px;flex-shrink:0;margin-right:12px}.SimpleListItem--Timestamp,.SimpleListItem__Column--Timestamp{font-family:var(--chakra-fonts-mono);white-space:nowrap;color:#fff}.SimpleListItem--Timestamp,.SimpleListItem--Timestamp .DateBlock__Date,.SimpleListItem__Column--Timestamp,.SimpleListItem__Column--Timestamp .DateBlock__Date{font-size:.75rem}.SimpleListItem{display:block}.SimpleListItem__Title{word-wrap:break-word;overflow-wrap:anywhere}.SimpleListItem__Title--Mono{font-family:var(--chakra-fonts-mono);color:var(--chakra-colors-gray-250)}.SimpleListItem__ColumnsContainer{display:flex;justify-content:space-between}.SimpleListItem__Column{max-width:100%;word-wrap:break-word;overflow-wrap:anywhere;margin-right:16px;display:flex;align-items:center}.SimpleListItem__Column:last-child{overflow-wrap:normal;margin-right:0}.SimpleListItem__Column--Mono{font-family:var(--chakra-fonts-mono);font-size:.75rem}.SimpleListItem__Column--Ellipsis,.SimpleListItem__Column--Ellipsis span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.EmptyListMessage,.SimpleListItem__Column--Dim{color:var(--chakra-colors-gray-250)}.EmptyListMessage{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;font-size:.75rem;font-family:var(--chakra-fonts-mono)}