.blog-date {
  font-size: 16px;
}

.blog-entries {
  padding: 10px 0;
}

strong,
.emphasis {
  display: inline;
  color: #fff;
}

.blog-entry {
  display: flex;
  font-size: 16px;
  padding: 2px 0;
}
.blog-entry .link {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}

.blog-entry-date {
  flex-shrink: 0;
  padding-right: 8px;
}

code {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  color: #fafafa;
  padding: 0 8px;
}

pre {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  color: #fafafa;
  font-size: 16px;
  overflow-x: auto;
  padding: 12px;
}
pre code {
  background: initial;
  padding: 0;
}

blockquote {
  border-left: 2px solid #dadce0;
  color: #dadce0;
  font-family: Garamond;
  font-size: 16px;
  line-height: 20px;
  padding: 6px 12px;
  margin: 0;
}
blockquote p {
  padding: 0;
}

.ac-quote {
  background: #010309;
  border-left: 2px solid #3b5489;
  color: #86bc4c;
  font-family: "IBM Plex Mono";
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  margin: 20px 0;
  padding: 6px 12px;
}
.ac-quote .attribution {
  padding-top: 20px;
}

.book {
  color: #fff;
  margin: 10px 0;
}

.author {
  color: #9a8585;
}

.tag {
  font-size: 12px;
  padding: 0 4px;
  white-space: nowrap;
}
.tag.year, .tag.chem {
  color: #cbbc87;
  background: rgba(209, 17, 17, 0.53);
}
.tag.fantasy, .tag.math {
  color: #abcb87;
  background: rgba(114, 209, 17, 0.53);
}
.tag.scifi, .tag.cs {
  color: #87c3cb;
  background: rgba(17, 122, 209, 0.53);
}
.tag.murderbot, .tag.eng {
  color: #c89fe4;
  background: rgba(141, 43, 226, 0.53);
}
.tag.discworld, .tag.phys {
  color: #d9e49f;
  background: rgba(221, 224, 136, 0.53);
}
.tag.expanse, .tag.mech {
  color: #e4bb9f;
  background: rgba(226, 118, 43, 0.53);
}
.tag.other {
  color: #e7e8eb;
  background: rgba(137, 137, 171, 0.53);
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("/fonts/ibmplexmono.woff2") format("woff2");
}
@font-face {
  font-family: MarvinVisions;
  src: url("/fonts/MarvinVisionsBig-Bold.woff2") format("woff2");
}
html,
code {
  font-family: "IBM Plex Mono";
}

.title,
.tagline,
.name {
  font-family: MarvinVisions;
}

.whoami-theme .title,
.misc-theme .title,
.name {
  font-size: 40px;
  letter-spacing: 2px;
}

.tagline {
  letter-spacing: 1px;
}

.bad-kerning {
  letter-spacing: 4px;
}

.map {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid #444;
  cursor: w-resize;
  height: 175px;
  overflow: hidden;
  position: fixed;
  right: -155px;
  top: 5px;
  width: 175px;
  transition: transform 0.3s ease-in-out;
  transform: translate3d(0, 0, 0);
}

.map:hover {
  background: rgba(0, 0, 0, 0.8);
}

.map.visible {
  cursor: e-resize;
  transform: translate3d(-160px, 0, 0);
}

.map-home {
  border: 1px solid #888;
  height: 25px;
  left: 74px;
  position: absolute;
  top: 74px;
  width: 25px;
  z-index: 2;
}

.map-slider {
  position: relative;
  transition: left 0.3s ease-in-out, top 0.3s ease-in-out;
}

.map-panel {
  border: 1px dotted #cdcdcd;
  box-sizing: border-box;
  position: absolute;
  width: 25px;
  height: 25px;
  z-index: 1;
}

.pokemon-section {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
}

.pokemon {
  width: 250px;
}

.pokemon .mon-name {
  color: #fff;
}

.pokemon .detail {
  color: #9a8585;
}

.pokemon .type {
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 0 8px;
}

.pokemon .bug {
  background: #729f3f;
}

.pokemon .dragon {
  background: #7038f8;
}

.pokemon .electric {
  background: #eed535;
  color: #000;
}

.pokemon .fairy {
  background: #fdb9e9;
  color: #000;
}

.pokemon .fighting {
  background: #d56723;
}

.pokemon .fire {
  background: #fd7d24;
  color: #000;
}

.pokemon .ghost {
  background: #7b62a3;
}

.pokemon .ground {
  background: #e0c068;
  color: #000;
}

.pokemon .psychic {
  background: #f366b9;
}

.pokemon .rock {
  background: #a38c21;
}

.pokemon .steel {
  background: #9eb7b8;
  color: #000;
}

.pokemon .water {
  background: #4592c4;
}

.home-theme,
.home-minimap-bg {
  background: #222;
  color: #fafafa;
}

.blog-theme,
.misc-theme,
.whoami-theme {
  background-size: 100% 100%, 16px 16px, 16px 16px;
  color: #ffffff;
}
.blog-theme .title,
.misc-theme .title,
.whoami-theme .title {
  padding-top: 20px;
}
.blog-theme .section-title,
.misc-theme .section-title,
.whoami-theme .section-title {
  color: #fff;
}
.blog-theme p,
.blog-theme .section,
.misc-theme p,
.misc-theme .section,
.whoami-theme p,
.whoami-theme .section {
  color: #dadce0;
  padding-bottom: 20px;
}
.blog-theme ol, .blog-theme ul,
.misc-theme ol,
.misc-theme ul,
.whoami-theme ol,
.whoami-theme ul {
  color: #dadce0;
}
.blog-theme blockquote p,
.blog-theme ul p,
.blog-theme ol p,
.misc-theme blockquote p,
.misc-theme ul p,
.misc-theme ol p,
.whoami-theme blockquote p,
.whoami-theme ul p,
.whoami-theme ol p {
  padding-bottom: 0;
}
.blog-theme .section-content,
.misc-theme .section-content,
.whoami-theme .section-content {
  padding-bottom: 4px;
}
.blog-theme .link,
.misc-theme .link,
.whoami-theme .link {
  background-color: #fafafa;
  color: #222;
  display: inline-block;
}
.blog-theme .link:hover,
.misc-theme .link:hover,
.whoami-theme .link:hover {
  background-color: #dadada;
}

.blog-theme {
  background-image: radial-gradient(circle at bottom right, hsl(0, 54%, 13%) 0%, hsl(0, 54%, 13%) 10%, transparent 80%), linear-gradient(to right, #2f2f2f 1px, transparent 1px), linear-gradient(to bottom, #2f2f2f 1px, transparent 1px);
}

.misc-theme {
  background-image: radial-gradient(circle at top right, hsl(180, 54%, 13%) 0%, hsl(180, 54%, 13%) 10%, transparent 80%), linear-gradient(to right, #2f2f2f 1px, transparent 1px), linear-gradient(to bottom, #2f2f2f 1px, transparent 1px);
}

.whoami-theme {
  background-image: radial-gradient(circle at top left, hsl(300, 54%, 13%) 0%, hsl(300, 54%, 13%) 10%, transparent 80%), linear-gradient(to right, #2f2f2f 1px, transparent 1px), linear-gradient(to bottom, #2f2f2f 1px, transparent 1px);
}

.blog-minimap-bg {
  background-color: hsl(0, 54%, 13%);
}

.misc-minimap-bg {
  background-color: hsl(180, 54%, 13%);
}

.whoami-minimap-bg {
  background-color: hsl(300, 54%, 13%);
}

body {
  background: #242424;
  overflow: hidden;
  overscroll-behavior: contain;
  margin: 0;
  position: fixed;
}

html,
body,
#panel-matrix,
.panel {
  height: 100%;
  width: 100%;
}

#panel-matrix {
  position: relative;
  transition: transform 0.25s ease-in-out;
}

.panel {
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  position: absolute;
}
.panel::-webkit-scrollbar {
  width: 10px;
}
.panel::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.panel::-webkit-scrollbar-thumb {
  background-color: #dadce0;
}

.home-panel {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.home-panel .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 20px 0 40px;
  margin-left: -8px;
}

.home-panel .link {
  background-color: #fafafa;
  color: #222;
  margin: 8px;
}
.home-panel .link:hover {
  background-color: #dadada;
}

.panel-content {
  max-width: 800px;
}

.tagline {
  color: #fafafa;
  font-size: 20px;
}

.name {
  color: #ffc556;
}

.link {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  padding: 0 12px;
  white-space: nowrap;
}
.link:hover {
  background-color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.nav-section {
  margin-top: 20px;
}

.nav-link {
  font-size: 20px;
}

.backlinks {
  display: flex;
  font-size: 13px;
  gap: 8px;
  padding: 34px 0 24px;
}
.backlinks .backlinks-title {
  flex-shrink: 0;
}
.backlinks .backlinks-content {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 8px;
}

.title {
  font-size: 34px;
}

.subtitle {
  font-size: 16px;
}

ol, ul {
  padding-bottom: 20px;
  padding-top: 12px;
  line-height: 22px;
}

p,
.section {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 12px 0;
}

ol p,
ul p {
  padding: 0;
}

.note-section {
  background: rgba(255, 255, 255, 0.1333333333);
  display: inline-block;
  padding: 12px;
  margin: 12px 0;
}

h1 {
  font-size: 22px;
  margin: 0;
  padding-top: 30px;
}

a:link,
a:visited,
a:hover,
a:focus {
  color: #8cb6ff;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ol,
ul {
  margin: 0;
}

.loot {
  padding: 0 8px;
}
.loot.new-item {
  background: #4791ff;
  cursor: grab;
  color: #fff;
}
.loot.new-item:hover {
  background: #62a1ff;
  color: #fff;
}
.loot.owned-item {
  background: #e4edff;
  color: #000;
  cursor: not-allowed;
}

.block,
.long-block,
.square-block {
  margin: 12px 0;
}

.block {
  height: 100px;
  width: 162px;
}

.long-block {
  height: 30px;
  width: 100%;
}

.square-block {
  height: 200px;
  position: relative;
  width: 200px;
}

.square-block::before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.hsl-block {
  background: linear-gradient(to right, #808080, #00f);
}

.hsl-block::before {
  background: linear-gradient(to bottom, #fff, #000);
  -webkit-mask: linear-gradient(to bottom, #fff, transparent, #fff);
  mask: linear-gradient(to bottom, #fff, transparent, #fff);
}

.hwb-block {
  background: linear-gradient(to right, #00f, #000);
}

.hwb-block::before {
  background: linear-gradient(to right, #fff, #808080);
  -webkit-mask: linear-gradient(to bottom, transparent, #fff);
  mask: linear-gradient(to bottom, transparent, #fff);
}

.named-color {
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  padding: 0 8px;
}

.secondary-text {
  color: #646464;
}

.secondary-text a {
  color: #556f9c;
}

.hieroglyphs {
  word-wrap: break-word;
  font-size: 36px;
}

.unicode-bird {
  align-items: center;
  display: flex;
}

.unicode-char {
  font-size: 60px;
  line-height: 60px;
  padding-right: 8px;
}

.feed-header:not(:first-child) {
  margin-top: 20px;
}

.feed {
  border-left: 2px dotted #fff;
  margin: 8px 0;
  padding-left: 10px;
}

.footnote {
  font-size: 12px;
}

.chromostereopsis-demo {
  background-color: red;
  background-size: 64px 64px;
  background-image: linear-gradient(to right, #222 0px, #222 32px, transparent 33px), linear-gradient(to bottom, #222 0px, #222 32px, transparent 33px), linear-gradient(to right, blue 16px, blue 48px, transparent 49px);
  width: 100%;
  height: 288px;
}