@font-face {
  font-family: "Alte DIN";
  src: url(rsc/font/alte-din-1451-mittelschrift.gepraegt.ttf) format("truetype");
}
body {
  --sec-color: #306275;
  --ins-color: #8c7331;
  --alpha-side-color: var(--sec-color);
  --bravo-side-color: var(--ins-color);
  --logo-scale: 0;
  --alpha-fg-offset: 100%;
  --bravo-fg-offset: -100%;
  --alpha-bg-offset: 100%;
  --bravo-bg-offset: -100%;
  --lower-offset: -100%;
  --series-opacity: 0;
  -webkit-backface-visibility: hidden;
  margin: 0;
  font-family: "Alte DIN", Verdana, Tahoma;
}
#error-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #232323;
}
#error-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  background-color: #161616;
  box-shadow: 0px 0px 35px -1px #000000;
}
#error-text {
  font-size: 36px;
  color: #e4e4e4;
}
#preview-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(rsc/img/preview_bg.jpg);
  background-position: center center;
  background-size: cover;
}
#score-esgl-logo {
  position: absolute;
  width: 90px;
  height: 90px;
  left: calc(50% - (90px / 2));
  top: calc(50px - 12px);
  background-image: url(rsc/svg/esgl.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.8));
  -webkit-transform: translate3d(0, 0, 0);
  transform: scale(var(--logo-scale));
  transition: 0.5s ease;
  will-change: transform;
}
#score-fg-container {
  position: absolute;
  left: calc(50% - 128px);
  top: 50px;
  display: flex;
  filter: drop-shadow(0px 0px 8px #000000);
}
#score-alpha-fg {
  width: 100%;
  height: 100%;
  background-color: #e4e4e4;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 9px 100%);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateX(var(--alpha-fg-offset));
  transition: 1.25s ease;
  will-change: transform;
}
.score-fg-overflow-hider {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 72px;
  overflow: hidden;
}
#score-bravo-fg {
  width: 100%;
  height: 100%;
  background-color: #e4e4e4;
  clip-path: polygon(0 0, 100% 0, calc(100% - 9px) 100%, 0 100%);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateX(var(--bravo-fg-offset));
  transition: 1.25s ease;
  will-change: transform;
}
#score-alpha-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 12px;
  width: 72px;
  height: 72px;
}
#score-bravo-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 12px;
  width: 72px;
  height: 72px;
}
#score-alpha {
  font-size: 60px;
  color: #232323;
  transition: 0.75s ease;
  will-change: opacity;
}
#score-bravo {
  font-size: 60px;
  color: #232323;
  transition: 0.75s ease;
  will-change: opacity;
}
#score-alpha-bg-container {
  position: absolute;
  left: calc(50% - 420px);
  top: calc(50px + 8px);
  width: 420px;
  height: 56px;
  overflow: hidden;
}
#score-bravo-bg-container {
  position: absolute;
  left: 50%;
  top: calc(50px + 8px);
  width: 420px;
  height: 56px;
  overflow: hidden;
}
#score-alpha-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--alpha-side-color);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 7px 100%);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateX(var(--alpha-bg-offset));
  transition: 1.5s ease;
  will-change: transform;
}
#score-alpha-bg-gradient {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #232323 0%, #232323 25%, transparent 90%);
}
#score-bravo-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--bravo-side-color);
  clip-path: polygon(0 0, 100% 0, calc(100% - 7px) 100%, 0 100%);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateX(var(--bravo-bg-offset));
  transition: 1.5s ease;
  will-change: transform;
}
#score-bravo-bg-gradient {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #232323 0%, #232323 25%, transparent 90%);
}
#score-alpha-name {
  font-family: "Play", sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #e4e4e4;
  text-align: right;
  margin-right: calc(128px + 10px);
  transition: 0.75s ease;
  will-change: opacity;
}
#score-bravo-name {
  font-family: "Play", sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #e4e4e4;
  margin-left: calc(128px + 10px);
  transition: 0.75s ease;
  will-change: opacity;
}
#score-alpha-series-container {
  position: absolute;
  display: flex;
  right: calc(50% + 128px);
  top: calc(50px + 72px - 3px);
  flex-direction: row-reverse;
  height: 9px;
  opacity: var(--series-opacity);
  transition: 1s ease;
  will-change: opacity;
}
#score-bravo-series-container {
  position: absolute;
  display: flex;
  left: calc(50% + 128px);
  top: calc(50px + 72px - 3px);
  height: 9px;
  opacity: var(--series-opacity);
  transition: 1s ease;
  will-change: opacity;
}
.score-series-notch {
  margin-left: 2px;
  margin-right: 2px;
  width: 40px;
  background-color: #232323;
  border: 3px solid #232323;
  transition: 0.75s ease;
}
.lit {
  background-color: #e4e4e4;
}
#score-lower-container {
  position: absolute;
  left: calc(50% - (calc((128px * 2) - 44px) / 2));
  top: calc(50px + 72px);
  width: calc((128px * 2) - 44px);
  height: 32px;
  overflow: hidden;
}
#score-lower {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #232323;
  clip-path: polygon(0 0, 100% 0, calc(100% - 4px) 100%, 4px 100%);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateY(var(--lower-offset));
  transition: 1.25s ease;
  will-change: transform;
}
#score-lower-round-count {
  font-family: "Play", sans-serif;
  font-size: 16px;
  color: #e4e4e4;
  text-align: center;
  letter-spacing: 1px;
  white-space: nowrap;
  transition: 0.75s ease;
  will-change: opacity;
}
#score-lower-alpha-players {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  width: 80px;
  margin-left: 18px;
}
#score-lower-alpha-players > *:first-child {
  margin-left: 3px;
}
#score-lower-bravo-players {
  display: flex;
  justify-content: flex-end;
  width: 80px;
  margin-right: 18px;
}
#score-lower-bravo-players > *:first-child {
  margin-right: 3px;
}
.score-lower-player {
  position: relative;
  width: 10px;
  height: 18px;
  overflow: visible;
  transition: 0.8s ease;
  will-change: opacity;
}
.score-lower-player > img {
  position: absolute;
  left: -4px;
  width: 18px;
  height: 18px;
}
.text-stroke-black {
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}
