* {
  image-rendering: pixelated;
  cursor: crosshair;
}

::selection {
  color: #000;
  background: #bebebe;
}

#s-m-t-tooltip {
  position: absolute !important;
  max-width: 300px;
  z-index: 999;
  margin: 24px 14px 7px 12px;
  padding: 10px;
  background-color: #aeaeae;
  background-image: url(https://file.garden/Z4nskfoUK3V6cqxB/paper.png);
  border: 1px solid black;
  color: #000;
  font-size: 16px;
  text-align: justify;
  text-shadow: none;
}

a {
  color: #c8c8c8;
  text-decoration: none;
}
a:hover {
  color: #eaeaea;
}

html {
  background-color: #000;
  background-image: url(https://snarlingteeth.neocities.org/assets/backgrounds/home.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: #aeaeae;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
  font-family: times;
  overflow-x: hidden;
}
html > ::after {
  content: "";
  background: url("https://snarlingteeth.neocities.org/assets/backgrounds/tiled/noise.png");
  opacity: 0.1;
  position: fixed;
  pointer-events: none;
  inset: 0;
  z-index: 200;
}
@media only screen and (max-width: 768px) {
  html > ::after {
    content: none;
  }
  .hide {
    display: none !important;
  }
  .paper-texture {
    display: none;
  }
  .lines {
    display: none;
  }
}

.paper-texture {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background-image: url(https://file.garden/Z4nskfoUK3V6cqxB/paper.png);
  background-position: center;
  background-repeat: repeat;
  pointer-events: none;
  z-index: 9998;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.lines {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 300;
  opacity: 0.05;
}
.lines:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    transparent 50%,
    rgba(0, 0, 0, 0.5) 51%
  );
  background-size: 100% 4px;
  will-change: background, background-size;
  animation: scanlines 0.2s linear infinite;
}
@keyframes scanlines {
  from {
    background: linear-gradient(
      to bottom,
      transparent 10%,
      rgba(0, 0, 0, 0.5) 51%
    );
    background-size: 100% 4px;
  }
  to {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5) 50%,
      transparent 51%
    );
    background-size: 100% 4px;
  }
}

.container {
  max-width: 1250px;
}
.sidebar,
.updates {
  position: sticky;
  top: 5px;
  background-color: #000;
  background-image: url(https://snarlingteeth.neocities.org/assets/backgrounds/texture.png);
  border: solid 10px #000000;
  border-image-source: url(https://file.garden/Z4nskfoUK3V6cqxB/frames/thickframe.png);
  border-image-slice: 18%;
  border-image-width: 40px;
  border-image-repeat: round;
  height: 565px;
  overflow: hidden;
}
.main {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #000;
  background-image: url(https://i.pinimg.com/736x/ca/0f/20/ca0f20526cda1a39726321ff793fa631.jpg);
  background-position: center;
  background-size: cover;
  min-height: 565px;
}
.pfp {
  overflow: hidden;
  border: solid 10px #000000;
  border-image-source: url(https://file.garden/Z4nskfoUK3V6cqxB/frames/fancyframe.png);
  border-image-slice: 18%;
  border-image-width: 40px;
  border-image-repeat: round;
  height: 270px;
  background-color: #aeaeae;
  background-image: url(https://snarlingteeth.neocities.org/assets/awoof.png);
  background-position: top;
  background-size: cover;
  filter: contrast(1.2) grayscale(100%);
  background-repeat: no-repeat;
  background-clip: padding-box;
}
nav button {
  color: #aeaeae;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s;
  width: 100%;
  text-align: left;
  background: linear-gradient(to right, #000, transparent);
  border: none;
  transform: scale(1, 2);
  font-family: times;
  font-weight: bold;
}
nav button:hover {
  color: #000;
  background: #aeaeae;
  text-shadow: none;
  transition: 0.5s;
}

.vertical-text-wrapper {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  filter: brightness(90%) contrast(1.2);
  mix-blend-mode: difference;
}
.vertical-text-left {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: url(https://fontmeme.com/permalink/260710/97b99db1.png);
  background-size: 115px;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-90deg) scale(2.4, 3.6);
}
.vertical-text-right {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: url(https://fontmeme.com/permalink/260710/97b99db1.png);
  background-size: 115px;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(90deg) scale(2.4, 3.6);
}

.moodboard-tape-top-left {
  position: absolute;
  top: 7px;
  left: -6px;
  width: 35px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(-45deg);
  z-index: 1000;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  border-left: 1px dashed rgba(0, 0, 0, 1);
  border-right: 1px dashed rgba(0, 0, 0, 1);
}
.moodboard-tape-bottom-left {
  position: absolute;
  bottom: 7px;
  left: -6px;
  width: 35px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(45deg);
  z-index: 1000;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  border-left: 1px dashed rgba(0, 0, 0, 1);
  border-right: 1px dashed rgba(0, 0, 0, 1);
}
.moodboard-tape-top-right {
  position: absolute;
  top: 7px;
  right: -6px;
  width: 35px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(45deg);
  z-index: 1000;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  border-left: 1px dashed rgba(0, 0, 0, 1);
  border-right: 1px dashed rgba(0, 0, 0, 1);
}
.moodboard-tape-bottom-right {
  position: absolute;
  bottom: 7px;
  right: -6px;
  width: 35px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(-45deg);
  z-index: 1000;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  border-left: 1px dashed rgba(0, 0, 0, 1);
  border-right: 1px dashed rgba(0, 0, 0, 1);
}
.moodboard-star {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 14px;
  height: 14px;
  background-image: url(https://snarlingteeth.neocities.org/assets/star.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.moodboard-top-left {
  height: 100%;
  width: 100%;
  border: 1px solid #000;
  background-color: #aeaeae;
  background-image: url(https://i.pinimg.com/736x/1f/de/20/1fde20c063221c0b797000e28a64b2e7.jpg);
  background-size: cover;
  background-position: 0 -150px;
  filter: contrast(1.3) grayscale(70%);
}
.moodboard-bottom-left {
  height: 100%;
  width: 100%;
  border: 1px solid #000;
  background-color: #aeaeae;
  background-image: url(https://i.pinimg.com/736x/b5/85/76/b5857690ce097d5af4aa47c355c6db81.jpg);
  background-size: cover;
  background-position: center;
  filter: grayscale(80%) contrast(1.1);
  opacity: 0.8;
}
.moodboard-top-right {
  height: 100%;
  width: 100%;
  border: 1px solid #000;
  background-color: #aeaeae;
  background-image: url(https://i.pinimg.com/736x/e3/84/15/e384156a82f792d159a18e14f9908ff5.jpg);
  background-size: cover;
  background-position: center;
  filter: grayscale(80%) contrast(1.5);
  opacity: 0.8;
}
.moodboard-bottom-right {
  height: 100%;
  width: 100%;
  border: 1px solid #000;
  background-color: #aeaeae;
  background-image: url(https://i.pinimg.com/736x/61/af/34/61af34fa5dd1202e88e55939bd04a9e4.jpg);
  background-size: cover;
  background-position: center;
  filter: grayscale(90%) contrast(1.1);
}

.recordplayer-1-wrapper {
  position: relative;
  border: 1px solid #000;
  background: #eaeaea;
  background-image: url(https://i.pinimg.com/1200x/1b/4f/50/1b4f50f4518cbbe90f469be6051e3cfc.jpg);
  background-size: cover;
  background-position: center;
  height: 92px;
  width: 100%;
  overflow: hidden;
  filter: grayscale(50%);
}
.recordplayer-1-inline {
  position: relative;
  flex: 0 0 100px;
  width: 100px;
  height: 90px;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(https://file.garden/Z4nskfoUK3V6cqxB/pngs/recordplayer1.png);
  background-size: 90px 90px;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(0.5px 1px #000000);
}
.recordplayer-1-vinyl {
  border-radius: 100%;
  position: relative;
  width: 64px;
  height: 64px;
  top: 14px;
  left: 8px;
  z-index: 2;
  background-color: #000;
  background-image: url(https://i.pinimg.com/736x/d1/d2/7d/d1d27d60e36122c1fd699a3294a6afb7.jpg);
  background-size: 68px 68px;
  background-position: center;
  background-repeat: no-repeat;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.recordplayer-iframe {
  position: absolute;
  width: 300px;
  height: 170px;
  top: -53px;
  left: -118px;
  border: 0;
  margin: 0;
  padding: 0;
  opacity: 0.001;
}
.recordplayer-1-img {
  flex: 1 1 auto;
  min-width: 0;
  border: 2px solid #000;
  background: #000;
  background-image: url(https://i.pinimg.com/736x/f5/7e/ca/f57eca1de1d890d1488117e0f1fb7566.jpg);
  background-size: cover;
  background-position: center;
}

.status-box {
  background-color: #aeaeae;
  background-image: url(https://file.garden/Z4nskfoUK3V6cqxB/paper.png);
  width: 100%;
  border: 1px solid #000;
  max-height: 70px;
  overflow: auto;
  overflow-x: hidden;
}

.box {
  border: 1px solid #000;
  background-color: #000;
  background-image: url(https://snarlingteeth.neocities.org/assets/backgrounds/texture.png);
  text-align: justify;
}

.box b {
  background: linear-gradient(to right, #000, transparent);
}

.mini-pfp-wrapper {
  float: right;
  width: 110px;
  height: 110px;
  background-color: #000000;
  background-image: url(https://i.pinimg.com/736x/5e/a8/8a/5ea88a3be26a30d4d0257de7e7ad8931.jpg);
  background-size: cover;
  background-position: center;
  border: 1px solid #000;
  box-shadow: 0 4px 12px #000;
  position: relative;
}
.mini-pfp {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  background-image: url(https://snarlingteeth.neocities.org/assets/yothatme.png);
  background-size: cover;
  background-position: center;
  filter: grayscale(70%) contrast(1.2);
}

.moon {
  width: 38px;
  height: 35px;
  overflow: hidden;
  position: relative;
  text-align: center;
  float: right;
}
.moon img {
  margin: -11px -3px -3px -3px;
  mix-blend-mode: difference;
  text-align: center;
}

.chatbox {
  filter: grayscale(100%) contrast(1);
  mix-blend-mode: multiply;
}

::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar:horizontal {
  height: 4px;
}
::-webkit-scrollbar-corner {
  background: #dfdfdf;
}
::-webkit-scrollbar-track {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='2' height='2' viewBox='0 0 2 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 0H0V1H1V2H2V1H1V0Z' fill='%23C0C0C0'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0H1V1H0V2H1V1H2V0Z' fill='white'/%3E %3C/svg%3E");
}
::-webkit-scrollbar-thumb {
  background-color: #dfdfdf;
  box-shadow:
    inset -1px -1px #0a0a0a,
    inset 1px 1px #ffffff,
    inset -2px -2px #808080,
    inset 2px 2px #dfdfdf;
}
::-webkit-scrollbar-button:vertical:start {
  height: 17px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0V1V16H1V1H15V0Z' fill='%23DFDFDF'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1V15H2V2H14V1H2Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H15H0V16H15V0H16V17Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1H14V15H1V16H14H15V1Z' fill='%23808080'/%3E %3Crect x='2' y='2' width='12' height='13' fill='%23C0C0C0'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 6H7V7H6V8H5V9H4V10H11V9H10V8H9V7H8V6Z' fill='black'/%3E %3C/svg%3E");
}
::-webkit-scrollbar-button:vertical:end {
  height: 17px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0V1V16H1V1H15V0Z' fill='%23DFDFDF'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1V15H2V2H14V1H2Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H15H0V16H15V0H16V17Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1H14V15H1V16H14H15V1Z' fill='%23808080'/%3E %3Crect x='2' y='2' width='12' height='13' fill='%23C0C0C0'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 6H4V7H5V8H6V9H7V10H8V9H9V8H10V7H11V6Z' fill='black'/%3E %3C/svg%3E");
}
::-webkit-scrollbar-button:horizontal:start {
  width: 17px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0V1V16H1V1H15V0Z' fill='%23DFDFDF'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1V15H2V2H14V1H2Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H15H0V16H15V0H16V17Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1H14V15H1V16H14H15V1Z' fill='%23808080'/%3E %3Crect x='2' y='2' width='12' height='13' fill='%23C0C0C0'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 4H8V5H7V6H6V7H5V8H6V9H7V10H8V11H9V4Z' fill='black'/%3E %3C/svg%3E");
}
::-webkit-scrollbar-button:horizontal:end {
  width: 17px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0V1V16H1V1H15V0Z' fill='%23DFDFDF'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1V15H2V2H14V1H2Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H15H0V16H15V0H16V17Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1H14V15H1V16H14H15V1Z' fill='%23808080'/%3E %3Crect x='2' y='2' width='12' height='13' fill='%23C0C0C0'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 4H6V11H7V10H8V9H9V8H10V7H9V6H8V5H7V4Z' fill='black'/%3E %3C/svg%3E");
}
