@keyframes crt {
  0% {background-position: 0px 0px;}
  100% {background-position: 0px 40px;}
}

@font-face {
  font-family: 'VGA';
  src: url('PxPlus_IBM_VGA8.woff') format('woff');
}
@font-face {
  font-family: 'VGA';
  font-weight: bold;
  src: url('PxPlus_IBM_VGA8.woff') format('woff');
}
@font-face {
  font-family: 'VGA Xdi8';
  src: url('IBM-VGA-Xdi8.woff') format('woff');
}

@font-face {
  font-family: 'Misaki Mincho';
  src: url('misaki_mincho.woff') format('woff');
}

@font-face {
  font-family: 'Misaki Mincho';
  font-weight: bold;
  src: url('misaki_mincho.woff') format('woff');
}


@font-face {
  font-family: 'Shinonome Mincho 16';
  src: url('JF-Dot-ShinonomeMin16.woff') format('woff');
}

@font-face {
  font-family: 'Shinonome Mincho 16';
  font-weight: bold;
  src: url('JF-Dot-ShinonomeMin16B.woff') format('woff');
}

@font-face {
  font-family: 'K14';
  src: url('JF-Dot-K14.woff') format('woff');
}
@font-face {
  font-family: 'K14';
  font-weight: bold;
  src: url('JF-Dot-K14B.woff') format('woff');
}

body {
  background: #000000;
  overflow-y: hidden;
  overflow-x: hidden;
}

.monitor {
  width: 1260px;
  height: 850px;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding-top: 30px;
  background: linear-gradient(#352d27 0px, #181312 11px, #130f0f 100%);
  display: flex;
  justify-content: center;
  position: relative;
}

.monitor::before {
  content: "CSC";
  position: absolute;
  top: 14px;
  left: 38px;
  font-family: Arial, monospace;
  font-weight: bold;
  font-style: italic;
  font-size: 28px;
  color: #141502;
  text-shadow: 0px -1px 0px #565920;
}

.indent {
  width: 1130px;
  height: 750px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom left, rgba(0, 0, 0, 0.5) 47%, rgba(255, 255, 255, 0.02) 53%), linear-gradient(to bottom right, rgba(0, 0, 0, 0.5) 47%, rgba(255, 255, 255, 0.02) 53%);
  border-radius: 13px;
}

.screen {
  margin-top: 0;
  width: 1080px;
  height: 720px;
  border: 5px solid transparent;
  background: #000000;
  box-shadow: 0 0 17px rgba(255, 255, 255, 0.3), -7px 0 17px rgba(255, 255, 255, 0.1), 7px 0 17px rgba(255, 255, 255, 0.1);
  color: #c0c3c7;
  position: relative;
  font-family: "Shinonome Mincho 16";
  font-size: 24px;
  line-height: 24px;
}

.screen .lang-ja {
  font-family: "Shinonome Mincho 16";
  font-size: 24px;
}

.screen .lang-xdi8 {
  font-family: "VGA Xdi8";
  font-size: 24px;
}

.screen::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 1080px;
  height: 720px;
  z-index: 5;
  background-image: repeating-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05) 20px, rgba(0, 0, 0, 0) 40px);
  animation-name: crt;
  animation-duration: 0.08s;
  animation-iteration-count: infinite;
  pointer-events: none;
}

#terminal {
  height: 696px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none; 
  scrollbar-width: none; 
}

#terminal::-webkit-scrollbar {
  display: none;
}

.bottombar {
  background: #c0c0c0;
  color: #000000;
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
}

.bottombar .filename{
  flex: 1 0 auto;
  width: 400px;
}


.bottombar #line{
  flex: 0 0 auto;
  width: 360px;
}

.bottombar #percent{
  flex: 0 0 auto;
  text-align: right;
  width: 120px;
}

.processor::before {
  content: " ";
  position: absolute;
  z-index: -2;
  top: -538px;
  width: 1440px;
  height: 200px;
  transform: perspective(100px) translateZ(-100.3px) translateY(440px) rotateX(90deg);
  background-color: #352d27;
}

.processor 
{
  z-index: -1;
  width: 1440px;
  height: 200px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  background: linear-gradient(#352d27 0px, #181312 11px, #130f0f 100%);
  display: flex;
  justify-content: center;
  position: relative;
}

.processor::after {
  content: " ";
  position: absolute;
  z-index: -1;
  top: -538px;
  width: 1260px;
  height: 100px;
  transform: perspective(100px) translateZ(-41px) translateY(440px) rotateX(90deg);
  background-color: #181312;
  box-shadow: 0px 0px 7px #181312;
}

.play {
  position: relative;
  font-family: "Shinonome Mincho 16";
  line-height: 24px;
}

.play .title{
  background-color: #808080;
  color: #ffffff;
}

.play .number {
  background-color: #ececec;
  color: #000000;
  width: 72px;
  text-align: right;
  display: inline-block;
  margin-right: 12px;
}

.play .category-touhou {
  background-color: #802020;
  color: #ff3535;
  width: 144px;
  text-align: right;
  display: inline-block;
  margin-right: 12px;
}

.play .category-youtube {
  background-color: #f02020;
  color: #ff9595;
  width: 144px;
  text-align: right;
  display: inline-block;
  margin-right: 12px;
}

.play .category-vocaloid {
  background-color: #208060;
  color: #35ff95;
  width: 144px;
  text-align: right;
  display: inline-block;
  margin-right: 12px;
}

.play .category-game {
  background-color: #208080;
  color: #35ffff;
  width: 144px;
  text-align: right;
  display: inline-block;
  margin-right: 12px;
}

.play .category-pops {
  background-color: #808020;
  color: #ffff35;
  width: 144px;
  text-align: right;
  display: inline-block;
  margin-right: 12px;
}

.play .category-other {
  background-color: #802080;
  color: #ff35ff;
  width: 144px;
  text-align: right;
  display: inline-block;
  margin-right: 12px;
}

.play .source {
  background-color: #c0c0c0;
  color: #000000;
}


.entry {
  position: relative;
  font-family: "Shinonome Mincho 16";
  line-height: 24px;
  background-color: #808080;
  color: #ffffff;
  display: flex;
}

.disabled-entry {
  background-color: #C0C0C0;
  color: #ffffff;
}

.entry .number {
  background-color: #67acff;
  color: #0061c7;
  width: 72px;
  text-align: right;
  display: inline-block;
  margin-right: 12px;
  font-weight: bold;
  flex: 0 0 auto;
}

.disabled-entry .number {
  background-color: #fcfcfc;
  color: #808080;
}

.entry .title {
  flex: 1 0 auto;
}

.entry .credit {
  flex: 1 0 auto;
  text-align: right;
  font-family: "Misaki Mincho";
  font-size: 12px;
  line-height: 12px;
}

.entry .new {
  color: #ec0400;
  flex: 0 0 auto;
  font-weight: bold;
}

.entry .locked {
  color: #2c2c2c;
  flex: 0 0 auto;
  font-weight: bold;
}

.entry .author {
  background-color: #cfcfcf;
  color: #000000;
  padding-left: 84px;
}

#new-messages{
  height: 24px;
  background: linear-gradient(to bottom, #000000 7.5px, #ee2222 7.5px, #ee2222 9px, #000000 9px, #000000 10.5px, #ee2222 10.5px, #ee2222 12px, #000000 12px);
}

.new-messages-text{
  background-color: #000000;
  color: #ee2222;
  margin-left: 24px;
  padding-left: 12px;
  padding-right: 12px;
}

ruby {
  line-height: 24px;
  ruby-align: start;
}

rt {
  font-family: "Misaki Mincho";
  font-size: 12px;
  height: 12px;
  margin-top: 12px;
  margin-bottom: 0px;
}

.small {
  font-family: "Misaki Mincho";
  font-size: 12px;
  position: relative;
  top: -6px;
  height: 24px;
}

a {
  color: inherit;
  text-decoration: none;
}