body,
article,
code.code-tag {
  color: #dac9af;
}
a,
.name.sage:not(.admin) {
  color: #e08c11;
}
blockquote strong {
  color: #ddab60;
}
.super_roll {
  animation: pink_blinker 0.4s linear 25;
  color: pink;
}
@keyframes pink_blinker {
  50% {
    color: deeppink;
  }
}
.lewd_roll {
  animation: lewd_blinker 0.7s linear 15;
  color: pink;
}
@keyframes lewd_blinker {
  50% {
    color: #FFD6E1;
  }
}
.kuso_roll {
  animation: brown_blinker 1s linear 10;
  color: #825025;
}
@keyframes brown_blinker {
  50% {
    opacity: 0.7;
  }
}
.dubs_roll {
  animation: blue_blinker 0.4s linear 25;
  color: aqua;
}
@keyframes blue_blinker {
  50% {
    color: blue;
  }
}
.trips_roll {
  animation: yellow_blinker 0.4s linear 25;
  color: yellow;
}
@keyframes yellow_blinker {
  50% {
    color: darkorange;
  }
}
.quads_roll {
  animation: green_blinker 0.4s linear 25;
  color: lime;
}
@keyframes green_blinker {
  50% {
    color: darkgreen;
  }
}
.rainbow_roll {
  animation: rainbow_blinker 2s linear 5;
  color: red;
}
@keyframes rainbow_blinker {
  14% {
    color: orange;
  }
  28% {
    color: yellow;
  }
  42% {
    color: green;
  }
  57% {
    color: blue;
  }
  71% {
    color: indigo;
  }
  85% {
    color: violet;
  }
}
.dead {
  color: #e55e5e;
}
.modal hr {
  border-top: 1px solid #e08c11;
}
.divide-rows tr:not(:last-child) {
  border-bottom: 1px solid #e08c11;
}
.divide-rows td {
  padding: 0.5em;
}
#banner {
  background: rgba(37, 33, 27, 0.7);
  border-bottom: 1px solid #352915;
}
b {
  color: #f7f3ed;
}
.claude-container {
  display: flex;
  padding: 3px 0 3px 0;
}
.blockquote-divider {
  background-color: #0f0d0b;
  width: 3px;
  min-width: 3px;
  border-radius: 4px;
  display: block;
}
.claude-response {
  white-space: pre-wrap;
  padding: 2px 8px 2px 12px;
  margin: 0;
}
.loading-bar {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}
.loading-bar::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(
      90deg,
      transparent 0%,
      #e0e0e0 calc(100% - 190px),
      #000000 calc(100% - 160px),
      #e0e0e0 calc(100% - 160px),
      #e0e0e0 calc(100% - 150px),
      #000000 calc(100% - 120px),
      #e0e0e0 calc(100% - 120px),
      #e0e0e0 calc(100% - 110px),
      #000000 calc(100% - 80px),
      #e0e0e0 calc(100% - 80px),
      #e0e0e0 calc(100% - 70px),
      #000000 calc(100% - 40px),
      #e0e0e0 calc(100% - 40px),
      #e0e0e0 calc(100% - 30px),
      #000000 100%);
  background-repeat: repeat;
  background-size: 100% 100%;
  animation: loading 2s linear infinite;
}
@keyframes loading {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.admin {
  color: #f00000;
}
header > svg {
  fill: #f00000;
}
.popup-menu {
  border: 1px solid #352915;
}
em,
.ms-string {
  color: #b5bd68;
}
em {
  color: #b5bd68;
}
del {
  text-decoration: none;
}
del,
del em {
  background-color: black;
}
del:hover,
del.reveal {
  color: #ffffff;
}
del:not(:hover):not(.reveal),
del:not(:hover):not(.reveal) em,
del:not(:hover):not(.reveal) a {
  color: black;
}
.ms-operator {
  color: #9b5cff;
}
.ms-comment {
  color: rgba(218, 201, 175, 0.6);
}
.ms-function {
  color: #e08c11;
}
.red {
  color: #f00000;
}
.blue {
  color: #57e8ed;
}
#watch-panel {
  background-color: #25211b;
}
blockquote a:hover {
  color: #e08c11;
}
a:hover,
blockquote a {
  color: #f3b964;
}
article,
aside,
.modal {
  background-color: #25211b;
  border-left: 1px solid #423b31;
  border-top: 1px solid #423b31;
  border-right: 1px solid #080705;
  border-bottom: 1px solid #080705;
}
article article {
  border-color: rgba(224, 140, 17, 0.1);
}
article.highlight,
article:target,
.popup-menu {
  background-color: #27221a;
  border-color: #111;
}
.preview {
  border-color: #111;
}
.preview:not(.editing) {
  background-color: #27221a;
}
#threads:not(.custom-BG) section > article.editing:not(.op) {
  background-color: #dab680;
  border-color: #352915;
  color: black;
}
#threads:not(.custom-BG) section > article.editing:not(.op) > header a,
#threads:not(.custom-BG) section > article.editing:not(.op) > figcaption a,
#threads:not(.custom-BG) section > article.editing:not(.op) > header b:not(.admin):not(.sage),
#threads:not(.custom-BG) section > article.editing:not(.op) > figcaption b:not(.admin):not(.sage) {
  color: #222;
}
#threads:not(.custom-BG) section > article.editing:not(.op) > .post-container > blockquote > em > a,
#threads:not(.custom-BG) section > article.editing:not(.op) > .backlinks > em > a,
#threads:not(.custom-BG) section > article.editing:not(.op) > .post-container > blockquote > a,
#threads:not(.custom-BG) section > article.editing:not(.op) > .backlinks > a {
  color: #222;
}
#threads:not(.custom-BG) section > article.editing:not(.op) > .post-container > blockquote > em,
#threads:not(.custom-BG) section > article.editing:not(.op) > .backlinks > em {
  color: #656d28;
}
#threads:not(.custom-BG) section > article.editing:not(.op) .red {
  color: #ae0000;
}
#threads:not(.custom-BG) section > article.editing:not(.op) code.code-tag {
  background: #222;
}
#threads.custom-BG section > article.editing {
  background-color: #dab680;
  border-color: #352915;
  color: black;
}
#threads.custom-BG section > article.editing > header a,
#threads.custom-BG section > article.editing > figcaption a,
#threads.custom-BG section > article.editing > header b:not(.admin):not(.sage),
#threads.custom-BG section > article.editing > figcaption b:not(.admin):not(.sage) {
  color: #222;
}
#threads.custom-BG section > article.editing > .post-container > blockquote > em > a,
#threads.custom-BG section > article.editing > .backlinks > em > a,
#threads.custom-BG section > article.editing > .post-container > blockquote > a,
#threads.custom-BG section > article.editing > .backlinks > a {
  color: #222;
}
#threads.custom-BG section > article.editing > .post-container > blockquote > em,
#threads.custom-BG section > article.editing > .backlinks > em {
  color: #656d28;
}
#threads.custom-BG section > article.editing .red {
  color: #ae0000;
}
#threads.custom-BG section > article.editing code.code-tag {
  background: #222;
}
article.preview.editing {
  background-color: #dab680;
  border-color: #352915;
  color: black;
}
article.preview.editing > header a,
article.preview.editing > figcaption a,
article.preview.editing > header b:not(.admin):not(.sage),
article.preview.editing > figcaption b:not(.admin):not(.sage) {
  color: #222;
}
article.preview.editing > .post-container > blockquote > em > a,
article.preview.editing > .backlinks > em > a,
article.preview.editing > .post-container > blockquote > a,
article.preview.editing > .backlinks > a {
  color: #222;
}
article.preview.editing > .post-container > blockquote > em,
article.preview.editing > .backlinks > em {
  color: #656d28;
}
article.preview.editing .red {
  color: #ae0000;
}
article.preview.editing code.code-tag {
  background: #222;
}
body {
  background-color: #1d160c;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  font-size: 10pt;
}
.embed {
  background-color: white;
}
h1 {
  font: bolder 28px Tahoma;
  letter-spacing: -2px;
}
h2 {
  font-family: Tahoma;
}
h3 {
  color: #ce52c9;
}
hr {
  border-top: 1px solid #2b251c;
}
.popup-menu {
  color: #dac9af;
}
.popup-menu li:hover {
  background-color: #4a3413;
}
.omit {
  color: #90744b;
}
a.tab-sel {
  color: rgba(224, 140, 17, 0.7);
}
.post-collection article {
  border: 1px solid rgba(224, 140, 17, 0.1);
}
