@font-face {
	font-family: IBMVGA8;
	src: url(../assets/ibm_vga8.eot?#iefix) format("embedded-opentype"), url(../assets/ibm_vga8.woff2) format("woff2"), url(../assets/ibm_vga8.woff) format("woff"), url(../assets/ibm_vga8.ttf) format("truetype");
	font-style: normal;
	font-weight: 400;
	/* IBM VGA 8x16 font created by VileR https://int10h.org/oldschool-pc-fonts/ */
}

body,main,article,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q::before,q::after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}dl,dt,dd,input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}a{text-decoration:none;}

body {
	background-color: #111;
	color: #fff;
	font-size: 16px;
	font-family: IBMVGA8,monospace;
	line-height: 1.25;
}

body::before {
	background: linear-gradient(rgba(18,16,16,0) 50%,rgba(0,0,0,0.15) 50%), linear-gradient(90deg,rgba(255,0,0,0.06),rgba(0,255,0,0.02),rgba(0,0,255,0.06));
	background-size: 100% 2px,3px 100%;
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2;
}

#haus-body {
	margin: 1rem;
	max-width: 800px;
}

#haus-body a {
	color: #0f0;
}

#haus-body a:hover {
	color: #0ff;
}

#haus-body header,
#haus-body footer {
	text-align: center;
}

#haus-body header {
	overflow: hidden;
}

#haus-body header img {
	height: auto;
	max-width: 666px;
	width: 100%;
}

#haus-body header p {
	margin: 1rem 0;
}

#haus-feed > p,
#haus-feed noscript p,
#haus-feed .haus-feed-item {
	margin: 1rem 0 2rem;
}

#haus-feed .haus-feed-item dl {
	border-bottom: 2px solid #090;
	border-top: 2px solid #090;
	display: grid;
	grid-column-gap: 0.5rem;
	grid-template-columns: minmax(4rem, max-content) 1fr;
	max-width: 100%;
	padding: 1rem 0;
	width: 100%;
}

#haus-feed .haus-feed-item dl dt {
	color: #0ff;
	font-size: 1rem;
}

#haus-feed .haus-feed-item dl dt::after {
	color: #0f0;
	content: '\00a0:';
	float: right;
}

#haus-feed .haus-feed-item dl dd {
	font-size: 1rem;
	overflow-wrap: anywhere;
}

#haus-feed .haus-feed-item-content {
	margin: 1rem 0;
}

#haus-feed .haus-feed-item-content b,
#haus-feed .haus-feed-item-content strong {
	font-weight: normal;
}

#haus-feed .haus-feed-item-content b::before,
#haus-feed .haus-feed-item-content b::after,
#haus-feed .haus-feed-item-content strong::before,
#haus-feed .haus-feed-item-content strong::after {
	content: '*';
}

#haus-feed .haus-feed-item-content i,
#haus-feed .haus-feed-item-content em {
	font-style: normal;
	text-decoration: underline;
}

#haus-feed .haus-feed-item-content > p {
	margin: 0 0 1rem;
}

#haus-feed .haus-feed-item-content > p:nth-last-child(2) {
	display: inline;
	margin-bottom: 0;
}

#haus-feed .haus-feed-item-content blockquote {
	color: #ccc;
	display: grid;
	grid-column-gap: 0.5rem;
	grid-template-columns: 0.5rem 1fr;
	grid-template-rows: fit-content(1rem);
	margin-bottom: 1rem;
}

#haus-feed .haus-feed-item-content blockquote::before {
	content: '>\a>\a>\a>\a>\a>\a>\a>\a>\a>\a>\a>\a>\a>\a>\a>\a>\a>\a>\a>\a';
	overflow-y: hidden;
	white-space: pre;
}

#haus-body footer {
	border-top: 2px solid #666;
	color: #ccc;
	padding-top: 1rem;
}

#haus-body footer ul {
	margin-bottom: 1rem;
}

#haus-body footer ul li {
	display: inline;
	white-space: nowrap;
}

#haus-feed .haus-feed-item-content > span::before,
#haus-body footer ul li::before {
	color: #090;
	content: '[';
}

#haus-feed .haus-feed-item-content > span::after,
#haus-body footer ul li::after {
	color: #090;
	content: ']';
}

@media screen and (min-width: 53rem) {
	#haus-body,
	#haus-body header img {
		margin: 1rem auto;
	}
	#haus-body header {
		margin: 1rem;
	}
}

/* Connecting... animation */

#haus-feed > p,
#haus-feed noscript p {
	color: #ccc;
	text-align: center;
}

#haus-feed > p > span:first-of-type {
	animation: visibility 3s linear infinite;
}

@keyframes visibility {
	0% { opacity: 1; }
	65% { opacity: 1; }
	66% { opacity: 0; }
	100% { opacity: 0; }
}

#haus-feed > p > span:nth-of-type(2) {
	animation: visibility2 3s linear infinite;
}

@keyframes visibility2 {
	0% { opacity: 0; }
	21% { opacity: 0; }
	22% { opacity: 1; }
	65% { opacity: 1; }
	66% { opacity: 0; }
	100% { opacity: 0; }
}

#haus-feed > p > span:last-of-type {
	animation: visibility3 3s linear infinite;
}

@keyframes visibility3 {
	0% { opacity: 0; }
	43% { opacity: 0; }
	44% { opacity: 1; }
	65% { opacity: 1; }
	66% { opacity: 0; }
	100% { opacity: 0; }
}