.discord-chat{margin:1rem 1rem 2.5rem;display:grid;gap:.5rem;border-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(51 47 81/var(--tw-bg-opacity));padding:1rem;font-family:var(--font-inter),ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";align-items:center;grid-template-columns:auto auto 1fr auto;grid-template-rows:auto 1fr;max-width:500px}.discord-chat-avatar{border-radius:9999px;max-width:3em;max-height:3em;grid-column:1/2;grid-row:1/3}.discord-chat-username{grid-column:2/3;grid-row:1/2}.discord-chat-createdat{font-size:.875rem;line-height:1.25rem;font-weight:200;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity));grid-column:3/4;grid-row:1/2}.discord-chat-message{grid-column:2/5;grid-row:2/3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;font-weight:200}.discord-chat-link{grid-column:4/5;grid-row:1/2}.see-discord{font-size:.875rem;line-height:1.25rem;font-weight:200;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.recent-messages .discord-chat{opacity:.1}.recent-messages .discord-chat:nth-last-child(5){opacity:.3}.recent-messages .discord-chat:nth-last-child(4){opacity:.5}.recent-messages .discord-chat:nth-last-child(3){opacity:.7}.recent-messages .discord-chat:nth-last-child(2){opacity:.85}.recent-messages .discord-chat:last-child{opacity:0;animation:fade-in .5s linear .25s forwards}@keyframes fade-in{0%{opacity:0}to{opacity:1}}