.tweet-card{width:100%;min-width:250px;max-width:550px;overflow:hidden;border:1px solid color-mix(in srgb,var(--color-foreground) 16%,transparent);border-radius:.75rem;background:var(--color-layer);color:var(--color-foreground);font-family:var(--font-prose);transition:background-color .2s ease,border-color .2s ease}.tweet-card:hover{background:color-mix(in srgb,var(--color-layer) 82%,var(--color-layer-2));border-color:color-mix(in srgb,var(--color-foreground) 24%,transparent)}.tweet-card a{color:var(--color-primary);text-decoration:none}.tweet-card a:hover{text-decoration:underline}.tweet-card-header{display:grid;grid-template-columns:2.75rem minmax(0,1fr) 1.25rem;gap:.75rem;align-items:start;padding:1rem 1rem 0}.tweet-card-avatar{display:block;width:2.75rem;height:2.75rem;border-radius:9999px;background:var(--color-layer-2)}.tweet-card-author{display:flex;min-width:0;flex-direction:column;line-height:1.2}.tweet-card-name{overflow:hidden;color:var(--color-foreground)!important;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.tweet-card-username,.tweet-card-footer a{color:var(--color-foreground-muted)!important;font-size:.875rem}.tweet-card-brand{color:var(--color-foreground-muted)!important}.tweet-card-brand svg{display:block;width:1.25rem;height:1.25rem;fill:currentColor}.tweet-card-body{margin:0;padding:.875rem 1rem 0;font-size:1rem;line-height:1.45;white-space:pre-wrap}.tweet-card-media{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;margin:.875rem 1rem 0;overflow:hidden;border:1px solid color-mix(in srgb,var(--color-foreground) 16%,transparent);border-radius:.75rem}.tweet-card-media-item:first-child:nth-last-child(1){grid-column:1 / -1}.tweet-card-media-item{position:relative;aspect-ratio:16 / 10;overflow:hidden;background:var(--color-layer-2)}.tweet-card-media-item img{width:100%;height:100%;object-fit:cover}.tweet-card-footer{padding:.875rem 1rem 1rem}.tweet-card-skeleton{min-height:12rem;background-image:linear-gradient(90deg,var(--color-layer),var(--color-layer-2),var(--color-layer));background-size:200% 100%;animation:tweet-card-skeleton 1.5s ease-in-out infinite}@keyframes tweet-card-skeleton{to{background-position-x:-200%}}
