:root {
  --backgroundcolor: #000000;
}
@media (orientation:landscape) {
  :root {
    --timecodeSize: 10vw;
    --timecodeHeight: 3;
    --mainHeight: 4;
  }
}
@media (orientation:portrait) {
  :root {
    --timecodeSize: 14vw;
    --timecodeHeight: 1;
    --mainHeight: 2;
  }
  .slateRow2 div {
    /* flex: 1; */
    text-align: center;
  }
  div.slateBottomText {
    flex-direction: column;
  }
}
body {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.copyright {
  position: absolute;
  bottom: 0;
}
.copyright, .copyright a {
  color: var(--blacktextcolor);
}
#back {
  position: absolute;
  margin: 1em;
  top: 0;
  left: 0;
}
#slateBox {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
}
.slateTop, .slateRow2, .slateRow4, .slateRow5, .slateBottomText {
  display: flex;
  flex-direction: row;
}
.slateTop {
  flex: 1;
  min-height: 5em;
}
.slateRow2 {
  flex: 1;
  justify-content: space-between;
}
.slateRow3 {
  flex: var(--timecodeHeight);
}
.slateRow4 {
  flex: var(--mainHeight);
  background: #ffffff;
  justify-content: space-between;
}
.slateRow5 {
  flex: 1;
  background: #ffffff;
  border: 3px solid #000000;
}
.slateRow6 {
  display: flex;
  flex: 2;
  background: #ffffff;
  border: 3px solid #000000;
  flex-direction: column;
  justify-content: space-between;
}
.slateBottomText {
  justify-content: space-between;
}
.slateRow2 * p {
  color: #ffffff;
  font-size: 3em;
}
.slateRow2 * p span {
  color: #000000;
  background: #ffffff;
  padding: 0 0.25em;
}
.slateRow3 * p {
  color: oklch(0.6454 0.2882 25.1);
  font-size: var(--timecodeSize);
  font-family: "SevenSegment", monospace;
  text-shadow: 0 0 0.5em oklch(0.6454 0.2882 25.1);
  background-color: oklch(0.25 0 0);
}
.slateRow2 div {
  flex: 1;
}
.slateRow4 div {
  flex: 1;
  text-align: center;
  border: 3px solid #000000;
}
.slateRow4 * p, .slateRow5 * p, .slateRow6 * p {
  color: #000000;
  font-size: 2em;
}
p.InputBig {
  font-size: 5em;
}
.slateTop div{
  flex: 1;
}
.testWhite {
  background-color: oklch(1 0 0);
}
.testYellow {
  background-color: oklch(84.767% 0.17149 93.365);
}
.testGreen {
  background-color: oklch(66.5% 0.22396 142.549);
}
.testRed {
  background-color: oklch(54.98% 0.2151 28.21);
}
.testBlue {
  background-color: oklch(37.93% 0.1794 262.597);
}
.testGray75 {
  background-color: oklch(0.75 0 0);
}
.testGray50 {
  background-color: oklch(0.5 0 0);
}
.testGray37 {
  background-color: oklch(0.37 0 0);
}
.testGray18 {
  background-color: oklch(0.18 0 0);
}
.testBlack {
  background-color: oklch(0 0 0);
}
#hint {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ffffff;
  opacity: 75%;
}
.volumeButtons {
  top: 1em;
  right: 2em;
  width: 24px;
  height: 24px;
}
.volumeButtons button, .volumeButtons button:hover {
  border: none;
  background: none;
  padding: 0;
  width: unset;
  height: unset;
}
.volumeButtons button svg {
  fill: #000000;
}