body,
article,
code.code-tag {
  color: black;
}
a,
.name.sage:not(.admin) {
  color: #34345c;
}
blockquote strong {
  color: #1a1a2e;
}
.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 #34345c;
}
.divide-rows tr:not(:last-child) {
  border-bottom: 1px solid #34345c;
}
.divide-rows td {
  padding: 0.5em;
}
#banner {
  background: rgba(253, 231, 245, 0.7);
  border-bottom: 1px solid #d9b6cc;
}
b {
  color: #117743;
}
.claude-container {
  display: flex;
  padding: 3px 0 3px 0;
}
.blockquote-divider {
  background-color: #fac4e6;
  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),
      #f589ce calc(100% - 160px),
      #e0e0e0 calc(100% - 160px),
      #e0e0e0 calc(100% - 150px),
      #f589ce calc(100% - 120px),
      #e0e0e0 calc(100% - 120px),
      #e0e0e0 calc(100% - 110px),
      #f589ce calc(100% - 80px),
      #e0e0e0 calc(100% - 80px),
      #e0e0e0 calc(100% - 70px),
      #f589ce calc(100% - 40px),
      #e0e0e0 calc(100% - 40px),
      #e0e0e0 calc(100% - 30px),
      #f589ce 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 #d9b6cc;
}
em,
.ms-string {
  color: #789922;
}
em {
  color: #789922;
}
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: purple;
}
.ms-comment {
  color: rgba(0, 0, 0, 0.6);
}
.ms-function {
  color: #34345c;
}
.red {
  color: #f00000;
}
.blue {
  color: #1048ff;
}
#watch-panel {
  background-color: #fde7f5;
}
a:hover,
blockquote a {
  color: #d00;
}
article,
aside {
  background-color: #fde7f5;
  border-right: 1px solid #d9b6cc;
  border-bottom: 1px solid #d9b6cc;
  border-radius: 5px;
  margin-bottom: 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px;
}
article article {
  border: 1px solid #d9b6cc;
}
article.highlight:not(.editing),
article:target {
  background-color: #d6bad0;
  border-color: #ba9dbf;
}
article.highlight:not(.editing) article,
article:target article {
  border: solid 1px #ba9dbf;
}
article.editing {
  background-color: #f4c9e5;
}
article.editing article {
  border: solid 1px #e95;
}
body {
  background-color: #eeefef;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Noto Sans",
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji";
  font-size: 10pt;
  background-image: image-set(url(/assets/css/neko_bg.avif) type("image/avif") 1x, url(/assets/css/neko_bg.webp) type("image/webp") 1x, url(/assets/css/neko_bg.jpg) type("image/jpeg") 1x, url(/assets/css/neko_bg_2x.avif) type("image/avif") 2x, url(/assets/css/neko_bg_2x.webp) type("image/webp") 2x, url(/assets/css/neko_bg_2x.jpg) type("image/jpeg") 2x);
  background-size: 580px 726px;
  background-attachment: fixed;
  min-height: 100vh;
}
h1 {
  color: #af0a0f;
  font: bolder 28px Tahoma;
  letter-spacing: -2px;
}
h2 {
  color: #af0a0f;
  font-family: Tahoma;
}
h3 {
  color: #0f0c5d;
}
b {
  color: #e56d75;
}
header nav a {
  color: black;
}
hr {
  border-top: 1px solid #b7c5d9;
}
.popup-menu li:hover {
  background-color: #f5f5f5;
}
.modal,
.preview:not(.editing),
.popup-menu {
  background-color: white;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
a.tab-sel {
  color: #117743;
}
.omit {
  color: gray;
}
#threads:not(.custom-BG) section > article.op {
  background-color: rgba(253, 231, 245, 0.3);
  box-shadow: none;
}
#banner {
  background: rgba(237, 214, 240, 0.7);
  border-bottom: 1px solid #b7c5d9;
}
