html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  background-size: auto;
}

:root {
  --gjs-t-color-primary: #cf549e;
  --gjs-t-color-secondary: #b9227d;
  --gjs-t-color-accent: #ffb347;
  --gjs-t-color-success: #28a745;
  --gjs-t-color-warning: #ffc107;
  --gjs-t-color-error: #dc3545;
  --border-width: 5px;
  --white: #ffffff;
}

.center {
  margin: 0 auto;
  text-align: center;
}

header {
  margin: 25px;
  transition-duration: 2s;
}

#flex-chars {
  display: flex;
  height: 600px;
  justify-content: center;
}

.black-outline {
  filter: drop-shadow(2px 2px 0 black) drop-shadow(-2px -2px 0 black);
}

.char {
  width: 170px;
  transition: width 0.40s ease, border-color 0.33s ease;
  overflow: hidden;
}

.char:hover {
  width: 600px;
}

.char:first-child {
  border-left: var(--border-width) white solid;
  border-top: var(--border-width) white solid;
  border-bottom: var(--border-width) white solid;
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  box-shadow: #fff6 -5em 0px 600px -4em;
}

.char:nth-child(4n-2) {
  border-top: var(--border-width) white solid;
  border-bottom: var(--border-width) white solid;
  box-shadow: #fff6 0px 2em 600px -4em, #fff6 0px -2em 600px -4em;
}

.char:nth-child(4n-1) {
  border-top: var(--border-width) white solid;
  border-bottom: var(--border-width) white solid;
  box-shadow: #fff6 0px 2em 600px -4em, #fff6 0px -2em 600px -4em;
}

.char:last-child {
  border-top: var(--border-width) white solid;
  border-bottom: var(--border-width) white solid;
  border-right: var(--border-width) white solid;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  box-shadow: #fff6 5em 0 600px -4em;
}

#bg01 {
  background-image: unset;
  background-size: unset;
  background-position: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
}

#bg02 {
  background-image: unset;
  background-size: unset;
  background-position: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
}

#bg03 {
  background-image: unset;
  background-size: unset;
  background-position: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
}

#bg04 {
  background-image: unset;
  background-size: unset;
  background-position: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
}

#sep {
  transition-duration: 2s;
}

#bio {
  width: 680px;
  min-height: 800px;
  border: var(--border-width) white solid;
  border-radius: 0.5em;
  background-color: #dda13e;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding: 10px;
  flex-direction: row;
  border-top-color: rgba(0, 0, 0, 1);
  border-right-color: rgba(0, 0, 0, 1);
  border-bottom-color: rgba(0, 0, 0, 1);
  border-left-color: rgba(0, 0, 0, 1);
  border-top-left-radius: 0em;
  border-top-right-radius: 0em;
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: 0em;
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
}

#bio-info {
  width: auto;
  height: auto;
  float: none;
  flex: 1 1 320px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 142px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 2px;
  text-align: left;
  margin: 0;
}

#bio-info p {
  margin: 0;
  margin-left: 0 !important;
  font-family: 'pixel_operator';
  font-weight: 900;
  font-size: 6em;
  text-align: left;
  color: white;
}

#bio-desc {
  margin: 0 auto;
  clear: both;
  width: 100%;
  font-family: 'pixel_operator', monospace;
  font-weight: 900;
  color: var(--white);
  text-align: left;
  padding: 5px;
  flex: 1 1 100%;
}

#bio-desc p {
  margin: 0;
}

li {
  font-family: 'pixel_operator';
  font-size: 25px;
  font-weight: 400;
  color: white;
  margin-left: 5px;
  text-align: left;
  list-style-position: inside;
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

#ip9op {
  font-family: 'pixel_operator';
  color: white;
  font-size: 32px;
}

#icaog {
  font-size: 25px;
  font-weight: 400;
}

#ijtq9 {
  font-size: 25px;
  font-weight: 400;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, 1);
  border-top-color: rgba(255, 255, 255, 1);
  border-right-color: rgba(255, 255, 255, 1);
  border-bottom-color: rgba(255, 255, 255, 1);
  border-left-color: rgba(255, 255, 255, 1);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#imqag {
  font-size: 25px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}

#i0u8k {
  font-size: 25px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}

#i9hw6 {
  font-size: 25px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}

#i1aak {
  font-size: 25px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}

#irb7c {
  font-size: 25px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}

#ino2n {
  font-size: 25px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}

#bio-info li {
  margin-left: 0 !important;
  padding-left: 0;
}

.char>img {
  object-fit: cover;
}

#io2d {
  background-image: unset;
  background-size: unset;
  background-position: unset;
  background-color: rgba(255, 255, 255, 1);
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
}

#ik27b {
  flex: 1 1 100%;
  margin: 0;
  color: rgba(0, 0, 0, 1);
  font-family: 'pixel_operator', monospace;
  font-weight: 900;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: left;
  order: 3;
}

#left-image-block .lib-container {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px;
  border: 5px solid var(--white);
  border-radius: 0.5em;
  background-color: rgba(0, 0, 0, 0.65);
}

#left-image-block .lib-media {
  flex: 0 0 340px;
  width: 340px;
  border-radius: 0.4em;
  overflow: hidden;
}

#left-image-block .lib-media figure {
  margin: 0;
  position: relative;
  width: 100%;
  height: 100%;
}

#left-image-block .lib-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  filter: drop-shadow(2px 2px 0 black) drop-shadow(-2px -2px 0 black);
}

#left-image-block .lib-media img:hover {
  transform: scale(1.02);
}

#left-image-block .lib-content {
  flex: 1 1 320px;
  padding-left: 7px;
  text-align: left;
  color: var(--white);
  font-family: 'pixel_operator', monospace;
}

#left-image-block .lib-content .lib-heading {
  margin: 0 0 6px 0;
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: var(--white);
}

#left-image-block .lib-content .lib-text {
  margin: 0;
  font-size: 25px;
  font-weight: 400;
}

#ijt8c {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  width: 641px;
  height: 290px;
}

#iis5y {
  color: rgba(0, 0, 0, 1);
}

#iiz9b {
  color: rgba(0, 0, 0, 1);
}

#ignk8 {
  color: rgba(0, 0, 0, 1);
}

#ip0fp {
  color: rgba(0, 0, 0, 1);
}

#ig3l5 {
  color: rgba(0, 0, 0, 1);
}

#ia2ov {
  color: rgba(0, 0, 0, 1);
}

#ink71 {
  color: rgba(0, 0, 0, 1);
}

#ijaa3 {
  color: rgba(0, 0, 0, 1);
}

#i3uh9 {
  color: rgba(0, 0, 0, 1);
}

#ic6tz {
  border-top-color: rgba(0, 0, 0, 1);
  border-right-color: rgba(0, 0, 0, 1);
  border-bottom-color: rgba(0, 0, 0, 1);
  border-left-color: rgba(0, 0, 0, 1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  background-color: rgba(255, 255, 255, 1);
}

#ibjig-2 {
  color: rgba(0, 0, 0, 1);
}

#ip9op-2 {
  font-family: 'pixel_operator';
  color: white;
  font-size: 32px;
  background-color: rgba(0, 0, 0, 1);
}

#ifb3g {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 45px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  width: 0px;
  height: 20px;
}

#irjc8 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 45px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  width: 0px;
  height: 20px;
}

#ip9op-3 {
  font-family: 'pixel_operator';
  color: white;
  font-size: 32px;
}

#ip9op-2-2 {
  font-family: 'pixel_operator';
  color: white;
  font-size: 32px;
  background-color: rgba(0, 0, 0, 1);
}

#iyhj6 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 45px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  width: 0px;
  height: 20px;
}

#ip9op-4 {
  font-family: 'pixel_operator';
  color: white;
  font-size: 32px;
}

#ivf9x {
  background-color: rgba(255, 255, 255, 1);
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 37px;
  margin-left: 0px;
}

#irjc8-2 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 45px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  width: 0px;
  height: 20px;
}

#statuscafe a {
  color: var(--gjs-t-color-primary);
  text-decoration: underline;
}

#statuscafe-username a {
  color: inherit;
}

#ip9op-2-4 {
  font-family: 'pixel_operator';
  color: white;
  font-size: 32px;
  background-color: rgba(0, 0, 0, 1);
}

#ifb3g-2 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 45px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  width: 0px;
  height: 20px;
}

#ifb3g-2 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 45px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  width: 0px;
  height: 20px;
}

.autoplayer button {
  background: #dda13e;
  border: 4px solid #000;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
}

.autoplayer a {
  font-family: 'pixel_operator';
  font-size: 12px;
  color: #000;
  text-decoration: none;
}

.autoplayer button:hover {
  background: #ffcd5c;
}

.autoplayer a:hover {
  text-decoration: underline;
}

.autoplayer {
  background: #dda13e;
  border: 6px solid #000;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 9999;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  font-family: 'pixel_operator';
}

.autoplayer .track-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.autoplayer .track-info span {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

#il0tg-2 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-width: 7px;
  border-right-width: 7px;
  border-bottom-width: 7px;
  border-left-width: 7px;
}

#button-2 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

@font-face {
  font-family: 'pixel_operator';
  src: url('PixelOperator.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@media (max-width: 992px) {
  #bio {
    gap: 14px;
  }

  #left-image-block .lib-container {
    gap: 10px;
  }

  #left-image-block .lib-media {
    flex-basis: 300px;
    width: 300px;
  }
}

@media (max-width: 480px) {
  #bio {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  #bio-info {
    flex: 1 1 100%;
    width: 100%;
    padding-left: 0;
  }

  #bio-desc {
    flex: 1 1 100%;
    width: 100%;
    padding-left: 0;
  }

  #left-image-block .lib-container {
    flex-direction: column;
    gap: 10px;
  }

  #left-image-block .lib-media {
    flex: 1 1 100%;
    width: 100%;
  }

  #left-image-block .lib-content {
    flex: 1 1 100%;
    width: 100%;
    padding-left: 0;
  }

  #ik27b {
    font-size: 1.75rem;
    line-height: 2.25rem;
    order: 3;
    flex: 1 1 100%;
  }
}