@font-face {
	src: url(fonts/whitney-300-1FE35.woff);
	font-family: Whitney;
	font-weight: 300;
}

@font-face {
	src: url(fonts/whitney-400-83E7B.woff);
	font-family: Whitney;
	font-weight: 400;
}

@font-face {
	src: url(fonts/whitney-500-47E37.woff);
	font-family: Whitney;
	font-weight: 500;
}

@font-face {
	src: url(fonts/whitney-600-9EC09.woff);
	font-family: Whitney;
	font-weight: 600;
}

@font-face {
	src: url(fonts/whitney-700-A7A71.woff);
	font-family: Whitney;
	font-weight: 700;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #36393e;
	color: #dcddde;
	font-family: Whitney, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
}

a {
	color: #00aff4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	object-fit: contain;
	image-rendering: high-quality;
	image-rendering: -webkit-optimize-contrast;
}

.preamble {
	display: grid;
	grid-template-columns: auto 1fr;
	max-width: 100%;
	padding: 1rem;
}

.preamble__guild-icon-container {
	grid-column: 1;
}

.preamble__guild-icon {
	max-width: 88px;
	max-height: 88px;
}

.preamble__entries-container {
	grid-column: 2;
	margin-left: 1rem;
}

.preamble__entry {
	margin-bottom: 0.15rem;
	color: #ffffff;
	font-size: 1.4rem;
}

.preamble__entry--small {
	font-size: 1rem;
}

.chatlog {
	padding: 1rem 0;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.chatlog__message-group {
	margin-bottom: 1rem;
}

.chatlog__message-container {
	background-color: transparent;
	transition: background-color 1s ease;
}

.chatlog__message-container--highlighted {
	background-color: rgba(114, 137, 218, 0.2);
}

.chatlog__message-container--pinned {
	background-color: rgba(249, 168, 37, 0.05);
}

.chatlog__message {
	display: grid;
	grid-template-columns: auto 1fr;
	padding: 0.15rem 0;
	direction: ltr;
	unicode-bidi: bidi-override;
}

.chatlog__message:hover {
	background-color: #32353b;
}

.chatlog__message:hover .chatlog__short-timestamp {
	display: block;
}

.chatlog__message-aside {
	grid-column: 1;
	width: 72px;
	padding: 0.15rem 0.15rem 0 0.15rem;
	text-align: center;
}

.chatlog__reference-symbol {
	height: 10px;
	margin: 6px 4px 4px 36px;
	border-left: 2px solid #4f545c;
	border-top: 2px solid #4f545c;
	border-radius: 8px 0 0 0;
}

.chatlog__avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.chatlog__short-timestamp {
	display: none;
	color: #a3a6aa;
	font-size: 0.75rem;
	font-weight: 500;
	direction: ltr;
	unicode-bidi: bidi-override;
}

.chatlog__message-primary {
	grid-column: 2;
	min-width: 0;
}

.chatlog__reference {
	display: flex;
	margin-bottom: 0.15rem;
	align-items: center;
	color: #b5b6b8;
	font-size: 0.875rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.chatlog__reference-avatar {
	width: 16px;
	height: 16px;
	margin-right: 0.25rem;
	border-radius: 50%;
}

.chatlog__reference-author {
	margin-right: 0.3rem;
	font-weight: 600;
}

.chatlog__reference-content {
	overflow: hidden;
	text-overflow: ellipsis;
}

.chatlog__reference-link {
	cursor: pointer;
}

.chatlog__reference-link * {
	display: inline;
	pointer-events: none;
}

.chatlog__reference-link .hljs {
	display: inline;
}

.chatlog__reference-link:hover {
	color: #ffffff;
}

.chatlog__reference-link:hover *:not(.chatlog__markdown-spoiler) {
	color: inherit;
}

.chatlog__reference-edited-timestamp {
	margin-left: 0.25rem;
	color: #a3a6aa;
	font-size: 0.75rem;
	font-weight: 500;
	direction: ltr;
	unicode-bidi: bidi-override;
}

.chatlog__header {
	margin-bottom: 0.1rem;
}

.chatlog__author {
	font-weight: 500;
	color: #ffffff;
}

.chatlog__bot-label {
	position: relative;
	top: -0.1rem;
	margin-left: 0.3rem;
	padding: 0.05rem 0.3rem;
	border-radius: 3px;
	background-color: #5865F2;
	color: #ffffff;
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 1.3;
}

.chatlog__timestamp {
	margin-left: 0.3rem;
	color: #a3a6aa;
	font-size: 0.75rem;
	font-weight: 500;
	direction: ltr;
	unicode-bidi: bidi-override;
}

.chatlog__content {
	padding-right: 1rem;
	font-size: 0.95rem;
	word-wrap: break-word;
}

.chatlog__content.chatlog__caption {
	font-size: 1.5rem;
}

.chatlog__edited-timestamp {
	margin-left: 0.15rem;
	color: #a3a6aa;
	font-size: 0.75rem;
	font-weight: 500;
}

.chatlog__attachment {
	position: relative;
	width: fit-content;
	margin-top: 0.3rem;
	border-radius: 3px;
	overflow: hidden;
}

.chatlog__attachment--hidden {
	cursor: pointer;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.chatlog__attachment--hidden * {
	pointer-events: none;
}

.chatlog__attachment-spoiler-caption {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 999;
	padding: 0.4rem 0.8rem;
	border-radius: 20px;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.9);
	color: #dcddde;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.05rem;
}

.chatlog__attachment--hidden .chatlog__attachment-spoiler-caption {
	display: block;
}

.chatlog__attachment--hidden:hover .chatlog__attachment-spoiler-caption {
	color: #fff;
}

.chatlog__attachment-media {
	max-width: 90vw;
	max-height: 750px;
	vertical-align: top;
	border-radius: 3px;
}

.chatlog__attachment--hidden .chatlog__attachment-media {
	filter: blur(44px);
}

.chatlog__attachment-generic {
	max-width: 520px;
	width: 100%;
	height: 40px;
	padding: 10px;
	border: 1px solid #292b2f;
	border-radius: 3px;
	background-color: #2f3136;
	overflow: hidden;
}

.chatlog__attachment--hidden .chatlog__attachment-generic {
	filter: blur(44px);
}

.chatlog__attachment-generic-icon {
	float: left;
	width: 30px;
	height: 100%;
	margin-right: 10px;
}

.chatlog__attachment-generic-size {
	color: #72767d;
	font-size: 12px;
}

.chatlog__attachment-generic-name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.chatlog__embed {
	display: flex;
	margin-top: 0.3rem;
	max-width: 520px;
}

.chatlog__embed-color-pill {
	flex-shrink: 0;
	width: 0.25rem;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.chatlog__embed-color-pill--default {
	background-color: #202225;
}

.chatlog__embed-content-container {
	display: flex;
	flex-direction: column;
	padding: 0.5rem 0.6rem;
	border: 1px solid rgba(46, 48, 54, 0.6);
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: rgba(46, 48, 54, 0.3);
}

.chatlog__embed-content {
	display: flex;
	width: 100%;
}

.chatlog__embed-text {
	flex: 1;
}

.chatlog__embed-author-container {
	display: flex;
	margin-bottom: 0.5rem;
	align-items: center;
}

.chatlog__embed-author-icon {
	width: 20px;
	height: 20px;
	margin-right: 0.5rem;
	border-radius: 50%;
}

.chatlog__embed-author {
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: 600;
	direction: ltr;
	unicode-bidi: bidi-override;
}

.chatlog__embed-author-link {
	color: #ffffff;
}

.chatlog__embed-title {
	margin-bottom: 0.5rem;
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: 600;
}

.chatlog__embed-description {
	color: #dcddde;
	font-weight: 500;
	font-size: 0.85rem;
}

.chatlog__embed-fields {
	display: flex;
	flex-wrap: wrap;
	gap: 0 0.5rem;
}

.chatlog__embed-field {
	flex: 0;
	min-width: 100%;
	max-width: 506px;
	padding-top: 0.6rem;
	font-size: 0.875rem;
}

.chatlog__embed-field--inline {
	flex: 1;
	flex-basis: auto;
	min-width: 50px;
}

.chatlog__embed-field-name {
	margin-bottom: 0.2rem;
	color: #ffffff;
	font-weight: 600;
}

.chatlog__embed-field-value {
	color: #dcddde;
	font-weight: 500;
}

.chatlog__embed-thumbnail {
	flex: 0;
	max-width: 80px;
	max-height: 80px;
	margin-left: 1.2rem;
	border-radius: 3px;
}

.chatlog__embed-image-container {
	margin-top: 0.6rem;
}

.chatlog__embed-image {
	max-width: 500px;
	max-height: 400px;
	border-radius: 3px;
}

.chatlog__embed-footer {
	margin-top: 0.6rem;
	color: #dcddde;
}

.chatlog__embed-footer-icon {
	width: 20px;
	height: 20px;
	margin-right: 0.2rem;
	border-radius: 50%;
	vertical-align: middle;
}

.chatlog__embed-footer-text {
	vertical-align: middle;
	font-size: 0.75rem;
	font-weight: 500;
}

.chatlog__embed-plainimage {
	max-width: 90vw;
	max-height: 750px;
	vertical-align: top;
	border-radius: 3px;
}

.chatlog__embed-spotify {
	border: 0;
}

.chatlog__embed-youtube-container {
	margin-top: 0.6rem;
}

.chatlog__embed-youtube {
	border: 0;
	border-radius: 3px;
}

.chatlog__sticker {
	width: 180px;
	height: 180px;
}

.chatlog__sticker--media {
	max-width: 100%;
	max-height: 100%;
}

.chatlog__reactions {
	display: flex;
}

.chatlog__reaction {
	display: flex;
	margin: 0.35rem 0.1rem 0.1rem 0;
	padding: 0.125rem 0.375rem;
	border: 1px solid transparent;
	border-radius: 8px;
	background-color: #2f3136;
	align-items: center;
}

.chatlog__reaction:hover {
	border: 1px solid hsla(0,0%,100%,.2);
	background-color: transparent;
}

.chatlog__reaction-count {
	min-width: 9px;
	margin-left: 0.35rem;
	color: #b9bbbe;
	font-size: 0.875rem;
}

.chatlog__reaction:hover .chatlog__reaction-count {
	color: #dcddde;
}

.chatlog__markdown {
	max-width: 100%;
	line-height: 1.3;
	overflow-wrap: break-word;
}

.chatlog__markdown-preserve {
	white-space: pre-wrap;
}

.chatlog__markdown-spoiler {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 3px;
}

.chatlog__markdown-spoiler--hidden {
	cursor: pointer;
	background-color: #202225;
	color: rgba(0, 0, 0, 0);
}

.chatlog__markdown-spoiler--hidden:hover {
	background-color: rgba(32, 34, 37, 0.8);
}

.chatlog__markdown-spoiler--hidden::selection {
	color: rgba(0, 0, 0, 0);
}

.chatlog__markdown-quote {
	display: flex;
	margin: 0.05rem 0;
}

.chatlog__markdown-quote-border {
	margin-right: 0.5rem;
	border: 2px solid #4f545c;
	border-radius: 3px;
}

.chatlog__markdown-pre {
	background-color: #2f3136;
	font-family: "Consolas", "Courier New", Courier, monospace;
}

.chatlog__markdown-pre--multiline {
	margin-top: 0.25rem;
	padding: 0.5rem;
	border: 2px solid #282b30;
	border-radius: 5px;
	color: #b9bbbe;
}

.chatlog__markdown-pre--multiline.hljs {
	background-color: inherit;
	color: inherit;
}

.chatlog__markdown-pre--inline {
	padding: 2px;
	border-radius: 3px;
	font-size: 0.85rem;
}

.chatlog__markdown-mention {
	border-radius: 3px;
	padding: 0 2px;
	background-color: rgba(88, 101, 242, .3);
	color: #dee0fc;
	font-weight: 500;
}

.chatlog__markdown-mention:hover {
	background-color: #5865f2;
	color: #ffffff
}

.chatlog__markdown-timestamp {
	border-radius: 3px;
	padding: 0 2px;
	color: #a3a6aa;
}

.chatlog__emoji {
	width: 1.325rem;
	height: 1.325rem;
	margin: 0 0.06rem;
	vertical-align: -0.4rem;
}

.chatlog__emoji--small {
	width: 1rem;
	height: 1rem;
}

.chatlog__emoji--large {
	width: 2.8rem;
	height: 2.8rem;
}

.postamble {
	padding: 1.25rem;
}

.postamble__entry {
	color: #ffffff;
}