.recent-tweets-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:18px}.recent-tweets-title{font-size:20px;font-weight:600;letter-spacing:-.02em;color:var(--gray-950);margin:0}.recent-tweets-follow{font-family:var(--font-mono);font-size:13px;font-weight:600;color:var(--brand-700);text-decoration:none}.recent-tweets-follow:hover{text-decoration:underline}.tweet-list{list-style:none;margin:0;padding:0;display:grid;gap:14px}.recent-tweets:not(.recent-tweets--compact) .tweet-list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.tweet-card{position:relative;border:1px solid var(--gray-200);border-radius:var(--radius-xl, 14px);background:var(--white);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.tweet-card:hover{border-color:var(--brand-300);box-shadow:var(--shadow-md);transform:translateY(-2px)}.tweet-card-link{display:flex;flex-direction:column;gap:10px;padding:16px 18px;text-decoration:none;height:100%}.recent-tweets--compact .tweet-card-link{padding:11px 13px;gap:6px}.recent-tweets--compact .recent-tweets-head{margin-bottom:12px}.recent-tweets--compact .recent-tweets-title{font-size:15px}.recent-tweets--compact .recent-tweets-follow{font-size:11px}.recent-tweets--compact .tweet-list{gap:10px}.recent-tweets--compact .tweet-avatar{width:26px;height:26px;border-radius:7px;font-size:13px}.recent-tweets--compact .tweet-name{font-size:12.5px}.recent-tweets--compact .tweet-handle{font-size:10.5px}.recent-tweets--compact .tweet-text{font-size:12.5px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.recent-tweets--compact .tweet-badge{font-size:9px;padding:1px 6px}.recent-tweets--compact .tweet-view{font-size:11.5px}.recent-tweets--compact .tweet-poll{display:none}.tweet-head{display:flex;align-items:center;gap:10px}.tweet-avatar{flex-shrink:0;width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,var(--brand-600),var(--brand-500));color:#fff;font-weight:700;font-size:17px;display:flex;align-items:center;justify-content:center;letter-spacing:-.03em}.tweet-id{display:flex;flex-direction:column;line-height:1.25;min-width:0}.tweet-name{font-size:14px;font-weight:600;color:var(--gray-950)}.tweet-handle{font-size:12px;color:var(--gray-500)}.tweet-badge{margin-left:auto;font-size:10px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--brand-700);background:var(--gray-100);padding:2px 8px;border-radius:999px}.tweet-text{margin:0;font-size:14.5px;line-height:1.55;color:var(--gray-800, var(--gray-700));white-space:pre-wrap}.tweet-inline-link{position:relative;z-index:1;color:var(--brand-700);text-decoration:none}.tweet-inline-link:hover{text-decoration:underline}.tweet-poll{list-style:none;margin:2px 0 0;padding:0;display:grid;gap:6px}.tweet-poll-option{font-size:13px;color:var(--gray-700);border:1px solid var(--gray-200);border-radius:8px;padding:6px 10px}.tweet-view{margin-top:auto;font-size:12.5px;font-weight:600;color:var(--brand-700);text-decoration:none}.tweet-card:hover .tweet-view{text-decoration:underline}.tweet-stretch:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}
