@keyframes scanline {
  0% {
    background-position: 0 50%;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
}
body {
  margin: 0;
  color: #aaa;
  background: #000;
  overflow-x: auto;
  font:
    16px/26px monaco,
    Consolas,
    Lucida Console,
    monospace;
  -webkit-font-smoothing: none;
  overflow-y: scroll;
}
hr {
  color: inherit;
  background: 0 0;
  border: 0;
  border-top: 1px solid #aa1802;
  border-bottom: 1px solid #aa1802;
  height: 3px;
  margin: 2em 0;
}
small {
  font-size: 80%;
}
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}
table {
  text-indent: 0;
  border-color: inherit;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
html.light body {
  color: #000;
  background: #fff;
}
body::-webkit-scrollbar {
  background: #000;
  width: 1em;
}
body::-webkit-scrollbar-thumb {
  background: #555;
}
::selection {
  background: #0d13aa;
  color: #fff;
}
html.light ::selection {
  background: #000;
  color: #aaa;
  border-radius: 2px;
}
.lightSwitcher::before {
  content: "Whte";
}
html.light .lightSwitcher::before {
  content: "Blck";
}
.debug {
  background: #999 !important;
  color: #000;
  font: 12px monospace;
  margin-top: 100vh;
  padding: 3em 2em;
  box-shadow: inset 0 15px 10px -8px rgba(0, 0, 0, 0.5333333333);
  overflow: auto;
}
.spacer {
  margin-top: 8em;
}
.center,
.home-page .sidebar .sidebar-footer {
  text-align: center;
}
.boxed {
  margin: 1em 0;
  padding: 1em;
  border: 1px dashed #555;
}
.boxed p,
.posts-list h2 {
  margin: 0;
}
.boxed p + p {
  margin-top: 1ch;
}
blockquote {
  border-left: 3px double #aa1802;
  padding-left: 1ch;
  color: #fff;
  margin: 1em 0;
}
html.light blockquote {
  color: #555;
}
blockquote > blockquote:only-child {
  border: 0;
  padding: 0;
}
blockquote:has(blockquote:only-child) {
  border-left-color: #06aa1d;
}
blockquote:has(blockquote > blockquote:only-child) {
  border-left-color: #5555fc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2em 0 1em;
  font: inherit;
  font-weight: 700;
}
h4::before,
h5::before,
h6::before {
  content: "- ";
}
h1 {
  color: #57fb54;
}
h2 {
  color: #fff;
}
h3 {
  color: #57fdff;
}
h4 {
  color: #ff55fc;
}
a,
h5 {
  color: #5555fc;
}
.notes p a.repost,
.shelf-section.books .section > .book h4,
h6 {
  color: #555;
}
html.light h2,
html.light h6 {
  color: #000;
}
html.light h3 {
  color: #aa1802;
}
html.light h4,
time {
  color: #ab21aa;
}
html.light h5 {
  color: #0d13aa;
}
.feed .entry blockquote cite,
b,
em,
i,
strong {
  font: inherit;
}
a:hover,
em,
i {
  color: #fefd55;
}
b,
html.light .posts-list .article-title,
html.light h1,
strong {
  color: #aa550b;
}
html.light em,
html.light i {
  color: inherit;
  font-style: italic;
}
html.light b,
html.light strong {
  color: inherit;
  font-weight: 700;
}
a:hover {
  background: #0d13aa;
}
a[href*="://www.youtube.com/watch"]::after,a[href*="://youtu.be/"]::after,a[href*="://youtube.com/watch"]::after
{
  display: inline-block;
  content: "▶";
  color: #fff;
  padding: 0 0.5ch;
  background: #aa1802;
  margin-left: 1ch;
  text-decoration: none !important;
}
a[href*="://web.archive.org"]::after
{
  content: "[arc]";
  margin-left: 1ch;
  display: inline-block;
  font-style: normal;
  text-decoration: none !important;
  color: #555;
}
ol,
ul {
  padding: 0 2ch;
}
ul li {
  list-style-type: "> ";
}
pre,
pre.language-terminal {
  border-radius: 2px;
  white-space: pre-wrap;
}
code,
pre {
  font: inherit;
  background-color: #111 !important;
  color: #57fb54;
  word-break: break-word;
  padding: 4px 8px;
}
code {
  display: inline;
  padding: 2px 4px;
  margin: 0-4px;
}
html.light pre {
  background-color: rgba(0, 0, 0, 0.0666666667) !important;
  color: #000;
  text-shadow: none;
  border: 1px solid #aaa;
}
html.light code {
  background: 0 0 !important;
  color: inherit;
  text-shadow: none;
}
pre code {
  background: 0 0;
}
pre.language-terminal {
  position: relative;
  overflow: hidden;
  text-shadow: 0 1px 0#000;
  line-height: 1.2em;
}
pre.language-terminal::after {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  background: linear-gradient(
    to bottom,
    transparent 50%,
    rgba(0, 0, 0, 0.2666666667) 51%
  );
  background-size: 100% 4px;
  animation: scanline 0.2s steps(20) infinite reverse;
}
html.light pre.language-terminal::after {
  opacity: 0.2;
}
html.light hr {
  border-color: #aaa;
}
.siteFooter {
  margin: 2em 0 4em;
  text-align: center;
}
.siteFooter .quote {
  margin-top: 1em;
  color: #555;
}
header {
  overflow-x: hidden;
  margin-bottom: 3em;
}
header nav {
  background: #aaa;
  color: #000;
  flex-wrap: wrap;
  margin: 0-1ch;
}
header nav a {
  text-decoration: none;
}
header nav .menu {
  display: flex;
  flex-wrap: wrap;
}
header nav .menuItem {
  display: inline-block;
  font-weight: 700;
  padding: 0 1ch;
  color: inherit;
}
html.light header nav .menuItem {
  font-weight: 400;
}
header nav .menuItem:not(:hover)::first-letter {
  color: #aa1802;
}
header nav .menuItem:hover {
  color: #fff;
  background: #000;
}
.wrapper {
  display: flex;
  padding: 0 1ch;
  overflow: hidden;
  justify-content: space-between;
}
.wrapper .left,
.wrapper .right {
  flex: 1 1 auto;
}
.pageTitle {
  align-items: center;
  justify-content: center;
}
.underConstruction {
  margin-bottom: 3em;
  border: 1ch double #fefd55;
  color: #aa550b;
  padding: 1em;
}
html.light .underConstruction {
  border-color: #000;
  color: #000;
  font-weight: 700;
}
.home-page .sidebar {
  margin-left: 1em;
}
.notes {
  margin-bottom: 1em;
  padding: 2ch;
  border: 3px double #ab21aa;
}
.notes a,
.things a {
  color: inherit;
  text-decoration: inherit;
}
.notes a:hover {
  background: inherit;
}
.notes h3 {
  text-align: center;
  padding-bottom: 1ch;
  border-bottom: 1px solid #ab21aa;
  margin-bottom: 1em;
  margin-top: 0;
}
html.light .notes h3 {
  color: #000;
  border-color: #000;
}
.notes p {
  margin-bottom: 0.5em;
}
.notes p:last-child {
  margin-bottom: 0;
}
.notes p a:hover,
.things a:hover {
  color: #000;
  background: #fff;
}
html.light .notes p a:hover {
  background: inherit;
  font-weight: 700;
  text-decoration: underline;
}
html.light .notes {
  border: 1px solid #555;
  background: rgba(0, 0, 0, 0.0666666667);
}
.things,
.things h3 {
  text-align: center;
  margin-bottom: 1em;
}
.things {
  padding: 2ch;
  border: 1px solid #555;
}
html.light .things {
  border-color: #000;
  background: rgba(0, 0, 0, 0.0666666667);
}
.things h3 {
  padding-bottom: 1ch;
  border-bottom: 1px solid #555;
}
html.light .things h3 {
  color: #000;
}
.things ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
.things ul li {
  display: inline-block;
  margin-right: 1em;
}
.article-title {
  display: flex;
  width: 100%;
  align-items: center;
}
.article-title a {
  flex: 1;
}
.article-title time {
  flex: 0;
  margin-left: 1ch;
  white-space: nowrap;
}
.things h3,
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  margin-top: 0;
}
article img[src*="#left"] {
  float: left;
  margin-right: 1em;
}
article p:has(img[src*="#center"]) {
  text-align: center;
}
article img[src*="#right"] {
  float: right;
  margin-left: 1em;
}
article img[src*="#white"] {
  background-color: #fff;
  padding: 2px;
}
article .padded_image {
  text-align: center;
  margin: 3em 0;
}
article img {
  max-width: 100%;
}
.posts-list .moreNote,
.summary p {
  margin: 0;
}
.posts-list .article-title {
  color: #57fdff;
}
.posts-list .article-title a,
.posts-list .article-title a:hover {
  text-decoration: inherit;
  color: inherit;
  background: inherit;
}
.summary {
  border: 1px dashed #555;
  padding: 1em;
  margin: 0-1em 2em;
  flex: 1;
}
.feed .entry p,
.summary p + p {
  margin-top: 0.5em;
}
html.light .summary {
  border-color: #000;
}
.shelf-section.album-covers {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: 3rem 0;
}
.shelf-section.albums .album + .album {
  margin-top: 3em;
}
.shelf-section.albums .album .links .link-spotify {
  color: #06aa1d;
}
.shelf-section.albums .album .links .link-spotify:hover {
  color: #000;
  background: #06aa1d;
}
.shelf-section.albums .album .links .link-bandcamp,
.shelf-section.books .section > .book h4 .title {
  color: #5555fc;
}
.shelf-section.albums .album .links .link-bandcamp:hover {
  color: #000;
  background: #5555fc;
}
.shelf-section.albums .album .links .link-youtube {
  color: #ff5655;
}
.shelf-section.albums .album .links .link-youtube:hover {
  color: #000;
  background: #ff5655;
}
.shelf-section.books .section > .genre {
  display: none;
}
.shelf-section.books .section > .book + .book {
  margin-top: 3em;
}
.feed .entry {
  border: 1px dotted #555;
  border-radius: 3px;
  padding: 1ch 1em;
}
.feed .entry p {
  margin-bottom: 0;
}
.feed .entry .entryTitle a {
  text-decoration: none;
}
.feed .entry blockquote {
  border: 0;
  padding: 0;
  color: inherit;
}
.feed .entry blockquote footer {
  text-align: right;
  margin-top: 1ch;
  margin-right: 1ch;
  color: #555;
}
.feed .entry + .entry {
  margin-top: 1em;
}
@media (min-width: 720px) {
  html {
    overscroll-behavior: none;
  }
}
@media (prefers-color-scheme: light) {
  html:not(.lightSwitchable) body {
    color: #000;
    background: #fff;
  }
  html:not(.lightSwitchable) ::selection {
    background: #000;
    color: #aaa;
    border-radius: 2px;
  }
  html:not(.lightSwitchable) .lightSwitcher::before {
    content: "Blck";
  }
  html:not(.lightSwitchable) blockquote {
    color: #555;
  }
  html:not(.lightSwitchable) .posts-list .article-title,
  html:not(.lightSwitchable) h1 {
    color: #aa550b;
  }
  html:not(.lightSwitchable) h2,
  html:not(.lightSwitchable) h6 {
    color: #000;
  }
  html:not(.lightSwitchable) h3 {
    color: #aa1802;
  }
  html:not(.lightSwitchable) h4 {
    color: #ab21aa;
  }
  html:not(.lightSwitchable) h5 {
    color: #0d13aa;
  }
  html:not(.lightSwitchable) em,
  html:not(.lightSwitchable) i {
    color: inherit;
    font-style: italic;
  }
  html:not(.lightSwitchable) b,
  html:not(.lightSwitchable) strong {
    color: inherit;
    font-weight: 700;
  }
  html:not(.lightSwitchable) pre {
    background-color: rgba(0, 0, 0, 0.0666666667) !important;
    color: #000;
    text-shadow: none;
    border: 1px solid #aaa;
  }
  html:not(.lightSwitchable) code {
    background: 0 0 !important;
    color: inherit;
    text-shadow: none;
  }
  html:not(.lightSwitchable) pre.language-terminal::after {
    opacity: 0.2;
  }
  html:not(.lightSwitchable) hr {
    border-color: #aaa;
  }
  html:not(.lightSwitchable) header nav .menuItem {
    font-weight: 400;
  }
  html:not(.lightSwitchable) .underConstruction {
    border-color: #000;
    color: #000;
    font-weight: 700;
  }
  html:not(.lightSwitchable) .notes h3 {
    color: #000;
    border-color: #000;
  }
  html:not(.lightSwitchable) .notes p a:hover {
    background: inherit;
    font-weight: 700;
    text-decoration: underline;
  }
  html:not(.lightSwitchable) .notes {
    border: 1px solid #555;
    background: rgba(0, 0, 0, 0.0666666667);
  }
  html:not(.lightSwitchable) .things {
    border-color: #000;
    background: rgba(0, 0, 0, 0.0666666667);
  }
  html:not(.lightSwitchable) .things h3 {
    color: #000;
  }
  html:not(.lightSwitchable) .summary {
    border-color: #000;
  }
}
@media only screen and (min-width: 900px) {
  .wrapper {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1000px) {
  .wrapper {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1100px) {
  .wrapper {
    padding: 0 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapper {
    padding: 0 200px;
  }
}
@media only screen and (min-width: 1300px) {
  .wrapper {
    padding: 0 250px;
  }
}
@media only screen and (min-width: 1400px) {
  .wrapper {
    padding: 0 300px;
  }
}
@media only screen and (min-width: 1500px) {
  .wrapper {
    padding: 0 350px;
  }
}
@media only screen and (min-width: 1600px) {
  .wrapper {
    padding: 0 400px;
  }
}
@media only screen and (min-width: 1700px) {
  .wrapper {
    padding: 0 450px;
  }
}
@media only screen and (min-width: 1800px) {
  .wrapper {
    padding: 0 500px;
  }
}
@media only screen and (min-width: 1900px) {
  .wrapper {
    padding: 0 550px;
  }
}
@media only screen and (min-width: 2000px) {
  .wrapper {
    padding: 0 600px;
  }
}
@media only screen and (min-width: 2100px) {
  .wrapper {
    padding: 0 650px;
  }
}
@media only screen and (min-width: 2200px) {
  .wrapper {
    padding: 0 700px;
  }
}
@media only screen and (min-width: 2300px) {
  .wrapper {
    padding: 0 750px;
  }
}
@media only screen and (min-width: 2400px) {
  .wrapper {
    padding: 0 800px;
  }
}
@media only screen and (min-width: 2500px) {
  .wrapper {
    padding: 0 850px;
  }
}
@media only screen and (min-width: 2600px) {
  .wrapper {
    padding: 0 900px;
  }
}
@media only screen and (min-width: 2700px) {
  .wrapper {
    padding: 0 950px;
  }
}
@media only screen and (min-width: 2800px) {
  .wrapper {
    padding: 0 1000px;
  }
}
@media only screen and (min-width: 2900px) {
  .wrapper {
    padding: 0 1050px;
  }
}
@media only screen and (min-width: 3000px) {
  .wrapper {
    padding: 0 1100px;
  }
}
@media only screen and (min-width: 3100px) {
  .wrapper {
    padding: 0 1150px;
  }
}
@media only screen and (min-width: 3200px) {
  .wrapper {
    padding: 0 1200px;
  }
}
@media only screen and (max-width: 800px) {
  .home-page {
    flex-direction: column;
  }
  .home-page .sidebar {
    margin-left: 0;
  }
}
