<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tweet {
	--border: #eaeaea;
	--bg-primary: white;
	--text-primary: #000;
	--text-secondary: #1f9bf0;
	--subtext-primary: #94a3b8;
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	max-width: 550px;
	padding: 1rem;
	color: var(--text-primary);
	border: 1px solid var(--border);
	border-radius: 1rem;
	background: var(--bg-primary);
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.tweet h1, .tweet h2, .tweet h4, .tweet hr, .tweet p {
	margin: 0;
}
.tweet a {
	color: inherit;
	text-decoration: inherit;
	line-height: initial;
}
.tweet .tweet-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tweet .tweet-header .tweet-author {
	display: flex;
	align-items: center;
}
.tweet .tweet-header .tweet-author .tweet-author-image {
	width: 48px;
	height: 48px;
	border-radius: 9999px;
}
.tweet .tweet-header .tweet-author .tweet-author-info {
	margin-left: 1rem;
}
.tweet .tweet-header .tweet-author .tweet-author-title {
	display: flex;
	align-items: center;
	line-height: 1rem;
	font-weight: 700;
	font-size: 0.875rem;
}
.tweet .tweet-header .tweet-author .tweet-author-handler {
	line-height: 1.8rem;
	font-size: 0.875rem;
	color: var(--text-secondary);
}
.tweet .tweet-header .tweet-author .tweet-author-verified {
	width: 1.25rem;
	height: 1.25rem;
	margin-left: 0.25rem;
	color: var(--text-secondary);
}
.tweet .tweet-header .tweet-logo {
	color: var(--text-secondary);
}
.tweet .tweet-content {
	margin-top: 1rem;
}
.tweet .tweet-content a {
	color: var(--text-secondary);
}
.tweet .tweet-content .emoji {
	display: inline-block;
	height: 1.2em;
	width: 1.2em;
	margin: 0 0.05em 0 0.1em;
	vertical-align: -0.1em;
}
.tweet .tweet-info {
	margin-top: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	display: flex;
	align-items: center;
	color: var(--subtext-primary);
}
.tweet .tweet-info a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.tweet .tweet-info .tweet-info-favourite, .tweet .tweet-info .tweet-comments-icon {
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.5rem;
}
.tweet .tweet-info .tweet-info-favourite path, .tweet .tweet-info .tweet-comments-icon path {
	fill: #94a3b8;
}
.tweet .tweet-info .tweet-comments {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 1rem;
}
.tweet .tweet-info .tweet-info-date {
	margin-left: 1rem;
}
.tweet .tweet-media {
	margin-top: 1rem;
	border: 1px solid var(--border);
	border-radius: 1rem;
	overflow: hidden;
}
.tweet .tweet-media.multiple {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.tweet .tweet-media.multiple a {
	display: block;
	position: relative;
	width: 50%;
	flex: 50%;
	height: 130px;
}
.tweet .tweet-media.multiple a img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.tweet .tweet-media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tweet .tweet-video {
	margin-top: 1rem;
}
.tweet .tweet-video video {
	width: 100%;
	height: auto;
	border: 4px solid var(--border);
	border-radius: 1rem;
	overflow: hidden;
}
.tweet .tweet-quoted, .tweet .tweet-parent {
	width: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 1rem;
	margin-left: 2rem;
	border-left: 1px solid #efebeb;
}
.tweet .tweet-quoted a, .tweet .tweet-parent a {
	color: inherit;
	text-decoration: inherit;
	line-height: initial;
}
.tweet .tweet-quoted .quoted, .tweet .tweet-parent .quoted, .tweet .tweet-quoted .parent, .tweet .tweet-parent .parent {
	width: 95%;
	background: #efebeb;
	padding: 1rem;
	border-radius: 1rem;
}
.tweet .tweet-parent {
	margin-bottom: 1rem;
}
.tweet .tweet-summary-card-text {
	border-top: 1px solid var(--border);
	padding: 0.75rem;
	font-size: 0.95rem;
	color: var(--subtext-primary);
}
.tweet .tweet-summary-card-text span {
	font-size: 0.9rem;
}
.tweet .tweet-summary-card-text h2 {
	color: var(--text-primary);
}
.tweet .tweet-summary {
	display: flex;
}
.tweet .tweet-summary img {
	width: 130px;
	height: 130px;
}
.tweet .tweet-summary div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-left: 1px solid var(--border);
	border-top: 0px !important;
}
.tweet .tweet-image {
	width: 100%;
}
.tweet .tweet-quoted .tweet {
	margin-top: 1rem;
	width: 100%;
}
</pre></body></html>