/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

			@import url('https://fonts.googleapis.com/css2?family=Cascadia+Mono:ital,wght@0,200..700;1,200..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=League+Spartan:wght@100..900&display=swap');

:root {
	--color-background: #080808ff;
	--color-text: #FEFEFE;
	--color-accent: #00bdd6ff;
	--color-pop: #f44034ff;
	--color-beep: #ecc94bff;

	--color-pop-background: #006f7dff;
	--color-pop-border: #05d276ff;
	--color-pop-text: #FEFEFE;

	/* text message left */
	--color-paper-background:
		linear-gradient(
			140deg,rgba(55, 74, 172, 0.3) 0%,
			rgba(61, 79, 138, 0.3) 39%,
			rgba(74, 69, 130, 0.3) 71%,
			rgba(175, 59, 83, 0.3) 100%
		);

	/* text message right */

	--color-bingo-background: linear-gradient(70deg, #1d6375ff 0%, #751344ff 100%);
	--color-bingo-border: linear-gradient(140deg, #1b2e32ff 0%, #1c0d14ff 100%);
	--color-bingo-text: #ececf0ff;

	--color-bongo-background: linear-gradient(90deg, #aa2d46ff 0%, #2841bbff 100%);
	--color-bongo-border: linear-gradient(90deg, #3b0530ff 0%, #052443ff 100%);
	--color-bongo-text: #ececf0ff;

	--color-bongo-background-hover: linear-gradient(90deg, #79265dff 0%, #2b216dff 100%);
	--color-bongo-border-hover: #c2a53eff;
	--color-bongo-text-hover: #1B1B1D;

	/* water effect */
	--color-water-background: linear-gradient(70deg, #4586feff 0%, #16e4ebff 100%);

	--border-offset: 4px;

	--global-padding: 8px;
}

body {
	background: var(--color-background);
	color: var(--color-text);
}

h1, h2, h3, h4, h5, h6, p, a, li, div, section, details, summary, button, input, textarea {
	color: var(--color-text);
	font-family: "League Spartan", sans-serif;
}

pre {
	max-width: 100vw;
	/* width: 100%; */
	tab-size: 2;

	white-space: pre-wrap;       /* Since CSS 2.1 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

pre * {

}

#content {
	width: 100%;
	max-width: 100vw;
}

.background {
	position: fixed;
	display: block;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -10;
	max-width: 100vw;
}

.home__wave {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	line-height: 0;
	filter: saturate(200%) brightness(0.3) blur(1px);
	animation: waveBrightness 4s alternate infinite ease-in-out;
}

@keyframes waveBrightness {
	to { filter: saturate(180%) brightness(0.45) blur(2px)};
}

.shooting_stars {
	animation: animateBg 50s linear infinite;

	position: fixed;
	display: block;
	width: 100vw;
	height: 110vh;
	top: 0;
	left: -50vw;
	z-index: -10;
	background-size: cover;

	opacity: 0.5;
}

@keyframes animateBg {
	0%,100%{
			transform: scale(1);
	}
	50%{
			transform: scale(1.2);
	}
}

.shooting_stars > span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 2px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1),0 0 0 4px rgba(255,255,255,0.1),0 0 8px rgba(255,255,255,0.1);
	animation: animate 3s linear infinite;
	opacity: 0;
}

.shooting_stars > span::before{
	content:'';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 300px;
	height: 1px;
	background: linear-gradient(90deg, #FFF, transparent);
	opacity: 0.7;
}

@keyframes animate
{
	0% {
		transform: rotate(315deg) translateX(75vw);
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	100% {
		transform: rotate(315deg) translateX(-100vw);
		opacity: 0;
	}
}



			
			body {
	min-height: 100dvh;
	display: flex;
	flex-direction: row;
}

.indexPageWrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100%;
	padding: var(--global-padding);
	box-sizing: border-box;
}

.indexWrapper {
	--intro-fade-in: 500ms;
	--intro-delay: 150ms;

	--post-fade-in:
	--post-delay:

	--button-fade-in: 150ms;
	--button-delay: 150ms;
	--button-stagger: 150ms;

	--icon-fade-in: 300ms;
	--icon-delay: 150ms;
	--icon-stagger: 150ms;

	animation-name: animateIn;
	animation-duration: 700ms;
	animation-delay: var(--intro-delay);
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
	filter: opacity(0);

	position: relative;
}

/* https://css-tricks.com/different-approaches-for-creating-a-staggered-animation/ */
@keyframes animateIn {
	0% {
		filter: opacity(0);
		top: 50px;
	}

	100% {
		filter: opacity(1);
		top: 0;
	}
}

.home {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.header {
	border-bottom: 2px dotted var(--color-text);
	padding-bottom: 1rem;
}

.header__pretitle {
	font-size: 1rem;
	font-weight: 700;
	opacity: 0.6;
	margin: 0;
	padding: 0;
	text-align: center;
}

.header__title {
	font-size: 3rem;
	font-weight: 700;
	margin: auto;
	display: block;
	text-align: center;

	background: linear-gradient(90deg, #00d2ff 0%, #8db7e8ff 100%);
	background-clip: text;
	color: transparent;

	text-shadow: 0 0 15px #ffffff49;
}

@media screen and (max-width: 640px) {
	.header__title {
		font-size: 2.5rem
	}
}

@media screen and (max-width: 480px) {
	.header__title {
		font-size: 2rem;
	}
}


.header__ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	list-style-type: none;
	padding-left: 0;
	gap: 0.5rem;
	margin: auto;
	box-sizing: border-box;
	margin-top: 1rem;
	flex-wrap: wrap;
}

.header__a {
	background: var(--color-bingo-background);
	padding: 0.5rem 0.75rem;
	box-sizing: border-box;
	display: block;

	outline: 2px solid transparent;
	border-radius: 1000px;
	text-decoration: none;
	/* opacity: 0.6; */
}

.header__a:hover,
.header__a:focus {
	outline: 2px solid var(--color-text);
	background: var(--color-bingo-border);
}

.header__a {
}

.postList {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	gap: 0.5rem;
}

	.postList__entry {
		width: 100%;
		display: block;
	}

.postCard {
	position: relative;
	background: var(--color-bongo-background);
	border: none;
	box-shadow: none;
	padding: calc(var(--border-offset) * 2);
	margin: auto;
	margin-bottom: calc(var(--border-offset) * 2);
	width: calc(100% - calc(var(--border-offset) * 4));
	display: block;

	color: var(--color-bongo-text);
	text-decoration: none;
	transition: 1s;

	/* https://codersblock.com/blog/creating-glow-effects-with-css/ */
	/* in order: x offset, y offset, blur size, spread size, color */
	/* blur size and spread size are optional (they default to 0) */
}

	.postCard:hover,
	.postCard:focus {
		padding: calc(var(--border-offset) * 2);
		margin: auto;
		margin-bottom: calc(var(--border-offset) * 2);
		left: var(--border-offset);
		top: var(--border-offset);

		background: var(--color-bongo-background-hover);
	}

	.postCard::after {
		content: "";
		width: 100%;
		height: 100%;
		background: var(--color-bongo-border);
		position: absolute;
		left: var(--border-offset);
		top: var(--border-offset);
		z-index: -10;
	}

	.postCard:hover::after,
	.postCard:focus::after {
		content: "";
		opacity: 0;
	}

	.postCard__title {
		margin: 0;
		font-size: 1.5rem;
		font-weight: 700;
	}

	.postCard__date {
		margin: 0;
	}

	.postCard__description {
		margin: 0;
		margin-top: 0.5rem;
	}

.socials {
	list-style-type: none;
	padding: 0;
	display: flex;
	gap: 0.5rem;
	margin: auto;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

	.socials__a {
		filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(175deg) brightness(107%) contrast(101%);
	}

	.socials__a:hover,
	.socials__a:focus {
		filter: invert(61%) sepia(80%) saturate(1668%) hue-rotate(129deg) brightness(108%) contrast(102%);
	}

	.socials__img {
		image-rendering: pixelated;
		margin: auto;
	}

/* @media screen and (max-width: 480px) {
	.socials {
		margin: auto;
	}
	.socials__li {
		width: calc(33.33% - 2rem);
		display: flex;
		justify-content: center;
	}
} */

@media screen and (max-width: 640px) {
	.socials__img {
		width: 48px;
		display: flex;
		justify-content: center;
	}
}

/* @media screen and (max-width: 480px) {
} */

.socials__li {
	position: relative;

	animation-name: animateInIcons;
	animation-duration: var(--icon-fade-in);
	animation-delay: calc(
		var(--intro-delay) +
		var(--intro-fade-in) +
		var(--icon-delay) +
		var(--icon-stagger) * var(--i)
	);
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}

@keyframes animateInIcons {
	0% {
		filter: opacity(0);
		top: 10px;
	}

	100% {
		filter: opacity(1);
		top: 0;
	}
}


			.indexPostWrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	/* width: 100vw; */
	height: 100%;
	box-sizing: border-box;
	overflow-x: hidden;

	--phone-radius-inner: 12px;
	--phone-radius-outer: 12px;
	--phone-border-gap: 8px;
	--phone-message-padding: 16px;
	--phone-message-gap: 0.5rem;
	--phone-edge-content-gap: 0.5rem;

	--mobile-header-height: 24px;
}

.phone {
	border-radius: calc(
		var(--phone-radius-inner) +
		var(--phone-radius-outer) -
		var(--phone-border-gap)
	);
	border: 8px solid #00000088;
	background: #00000088;
	padding: var(--phone-edge-content-gap);
	width: 60ch;
	margin: auto;
	box-sizing: border-box;
}

/* wide screens: phone and index post wrapper have their own borders */
/* tiny screens: indexPostWrapper doesn't exist anymore, it's just phone */

@media screen and (max-width: 640px) {
	.indexPostWrapper {
		margin: 0;
		padding: 0;
	}
}

@media screen and (max-width: 640px) {
	.phone {
		border: none;
		border-radius: 0;
		width: 100%;
		box-sizing: border-box;
		padding: var(--phone-border-gap);
	}
}

.postHeader {
	position: relative;
	background: var(--color-bongo-background);
	border: none;
	box-shadow: none;
	padding: calc(var(--border-offset) * 2);
	margin: auto;
	margin-bottom: var(--phone-message-gap);
	width: calc(100% - calc(var(--border-offset) * 4));
	display: block;

	color: var(--color-bongo-text);
	text-decoration: none;
	border-radius: var(--phone-radius-inner) var(--phone-radius-inner) 0 0;

	display: flex;
	flex-direction: row;
	gap: 0.5rem;
	align-items: center;

	line-height: 0;
}

@media screen and (max-width: 640px) {
	.postHeader {
		position: fixed;
		margin: 0;
		left: 0;
		top: 0;
		height: var(--mobile-header-height);
		/* padding: 0; */
		z-index: 1;
		border-radius: 0;
	}
}


	.postHeader__arrow {
		width: 1.5rem;
		filter: invert(100%) sepia(0%) saturate(7494%) hue-rotate(148deg) brightness(97%) contrast(103%);
	}

	.postHeader__arrow:hover,
	.postHeader__arrow:focus {
		filter: invert(89%) sepia(98%) saturate(381%) hue-rotate(88deg) brightness(99%) contrast(102%);
	}

.postHeader__a {
}

.postHeader__title {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 1.5rem;

	/* these don't work whoops */
	word-wrap: break-word;
	word-break: break-all;
	text-overflow: ellipsis;
	text-wrap-mode: nowrap;
	max-width: 100%;
}

/* wraps a series of right messages together */
.rightMessageWrapper {
	display: flex;
	justify-content: end;
	flex-direction: column;
	align-items: end;
	gap: var(--phone-message-gap);
}

.rightMessage {
	margin: 0 0;
	position: relative;
	background: var(--color-bongo-border);
	padding: var(--phone-message-padding);
	border-radius: 12px;

	max-width: 75%;
	width: fit-content;
	line-height: 1.25;
	backdrop-filter: blur(9px);

	border-top-right-radius: 0;
	/* text-align: right; */
	display: inline-block;
}

ul.rightMessage,
ol.rightMessage {
	padding-left: calc(var(--phone-message-padding) * 2);
}

.messagesTimestamp {
	overflow: hidden;
	text-align: center;
	color: var(--color-text);
	opacity: 0.6;
}

.messagesTimestamp:before,
.messagesTimestamp:after {
	background: var(--color-text);
	opacity: 0.6;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.messagesTimestamp:before {
	right: 0.5em;
	margin-left: -50%;
}
.messagesTimestamp:after {
	left: 0.5em;
	margin-right: -50%;
}

.postContent > * {
	position: relative;
	background: var(--color-paper-background);
	padding: var(--phone-message-padding);
	border-radius: 12px;

	max-width: 75%;
	width: fit-content;
	left: 0;
	line-height: 1.25;
	backdrop-filter: blur(9px);

	border-top-left-radius: 0;
	margin: var(--phone-message-gap) 0;
}

.postContent > p > img {
	max-width: 100%;
}

@media screen and (max-width: 640px) {
	.underPostHeader {
		margin-top: calc(
			var(--mobile-header-height) +
			var(--phone-edge-content-gap) +
			var(--border-offset) +
			var(--border-offset)
		);
	}
}

.postContent > ul,
.postContent > ol {
	padding-left: calc(var(--phone-message-padding) * 2);
}

			.markdownContentWrapper {
	width: fit-content;
	margin: auto;
	max-width: 100vw;
}

.markdownContent {
	padding: var(--global-padding);
	/* box-sizing: border-box; */
	margin-bottom: 50%;
	overflow-wrap: break-word;
}

	.markdownContent__title {
		text-transform: lowercase;
	}

.markdownContent > * {
	max-width: 45ch;
	/* GENIUS SOLUTION TO HAVE TEXT ON NOSIY BACKGROUNDS RAHH */
	text-shadow: 3px 3px 3px #000000ff;
}

.markdownContent h1 a,
.markdownContent h2 a,
.markdownContent h3 a,
.markdownContent h4 a,
.markdownContent h5 a,
.markdownContent h6 a {
	text-decoration: none;
	max-width: 60ch;
}

.markdownContent h1 a:hover,
.markdownContent h1 a:focus,
.markdownContent h2 a:hover,
.markdownContent h2 a:focus,
.markdownContent h3 a:hover,
.markdownContent h3 a:focus,
.markdownContent h4 a:hover,
.markdownContent h4 a:focus,
.markdownContent h5 a:hover,
.markdownContent h5 a:focus,
.markdownContent h6 a:hover,
.markdownContent h6 a:focus {
	text-decoration: underline;
}

.markdownContent h1 { font-size: 4rem; }
.markdownContent h2 { font-size: 3rem; }
.markdownContent h3 { font-size: 2.5rem; }

.markdownContent h1 {
	margin-top: 0;
}

.markdownContent h1,
.markdownContent h2,
.markdownContent h3,
.markdownContent h4,
.markdownContent h5,
.markdownContent h6 {
	margin-bottom: 0;
}

			.postsPageWrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100%;
	padding: var(--global-padding);
	box-sizing: border-box;

	--intro-fade-in: 250ms;
	--intro-delay: 50ms;

	--icon-fade-in: 250ms;
	--icon-delay: -200ms;
	--icon-stagger: 150ms;

	animation-name: animateInPostsPage;
	animation-duration: var(--intro-fade-in);
	animation-delay: var(--intro-delay);
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
	filter: opacity(0);

	position: relative;
}

@keyframes animateInPostsPage {
	0% {
		filter: opacity(0);
		top: 20px;
	}

	100% {
		filter: opacity(1);
		top: 0;
	}
}


.postsHeader {
	display: flex;
	justify-content: space-between;
	align-items: top;
	margin-bottom: 1rem;
}

.postsHeader__title {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-size: 3rem;
}

.postsHeader__ul {
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: end;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.postsHeader__homeLink {
	display: block;
	margin-top: 3rem;
	margin-left: 1rem;
	text-decoration: none;
	color: var(--color-accent);
}

.postsHeader__homeLink:hover::before,
.postsHeader__homeLink:focus::before {
	content: "> ";
}

.postsHeader__coolTitle {

}

.postsHeader__coolTitle {
	position: relative;
}

.postsHeader__coolTitle * {
	color: #ffffffff;
	position: absolute;
}

.postsHeader__coolTitle *:nth-child(1) {
	/* color: transparent; */
	text-shadow:
		-1px -1px 0 var(--color-text), 1px -1px 0 var(--color-text),
		-1px 1px 0 var(--color-text), 1px 1px 0 var(--color-text);

	z-index: -1;
	/* -webkit-text-stroke: 1px var(--color-text); */
}

.postsHeader__coolTitle *:nth-child(2) {
	background: var(--color-water-background);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	animation: animate 4s ease-in-out infinite;
	user-select: none;
}

@keyframes animate {
	0%,
	100% {
		clip-path: polygon(
			0% 45%,
			16% 44%,
			33% 50%,
			54% 60%,
			70% 61%,
			84% 59%,
			100% 52%,
			100% 100%,
			0% 100%
		);
	}

	50% {
		clip-path: polygon(
			0% 60%,
			15% 65%,
			34% 66%,
			51% 62%,
			67% 50%,
			84% 45%,
			100% 46%,
			100% 100%,
			0% 100%
		);
	}
}


.postsHeader__rss {
	filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(175deg) brightness(107%) contrast(101%);
	image-rendering: pixelated;
}

.postsHeader__rss:hover,
.postsHeader__rss:focus {
	filter: invert(60%) sepia(42%) saturate(728%) hue-rotate(345deg) brightness(101%) contrast(94%);
}

.postList {

}
.postList__entry {
	position: relative;

	animation-name: animateInPosts;
	animation-duration: var(--icon-fade-in);
	animation-delay: calc(
		var(--intro-fade-in) +
		var(--intro-delay) +
		var(--icon-delay) +
		var(--icon-stagger) * var(--i)
	);
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}

@keyframes animateInPosts {
	0% {
		filter: opacity(0);
		top: 10px;
	}

	100% {
		filter: opacity(1);
		top: 0;
	}
}