/* Arcadia Design Language */
/* App */
html {
  min-height: 100%;
}

body {
  font-family: "Archivo";
  font-size: 22px;
  min-height: 100%;
  color: #E8E8F2;
  font-weight: 700;
  font-stretch: 90%;
  margin: 0;
  padding: 0;
}

/* Common Visuals */
.container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 1920px;
  max-height: 1080px;
  margin: 0 auto;
}

.overlay {
  position: relative;
  width: 1920px;
  height: 1080px;
  margin: 0 auto;
}

.overlay-visuals > * {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.overlay-visuals .overlay-middle {
  z-index: 1;
}
.overlay-visuals .overlay-bottom {
  background: url("../Overlay/CZA.png") no-repeat;
}

/* Animations */
.overlay-p1, .overlay-p2, .overlay-bottom, .overlay-middle, .player, .stage {
  opacity: 1;
  transition: 0.25s all ease-out;
}

.player {
  transition-delay: 200ms;
}

.overlay-middle {
  transition-duration: 0.25s;
  transition-delay: 200ms;
}

.stage {
  transition-delay: 220ms;
}

.hidden .overlay-p1, .hidden .overlay-p2, .hidden .overlay-bottom, .hidden .overlay-middle, .hidden .player, .hidden .stage {
  opacity: 0;
}
.hidden .player, .hidden .stage {
  transition-delay: 0ms;
}
.hidden .overlay-p1, .hidden .overlay-p2, .hidden .overlay-middle, .hidden .overlay-bottom {
  transition-delay: 200ms;
}
.hidden .overlay-middle {
  transition-delay: 50ms;
}
.hidden .overlay-p1 {
  margin-left: -60px;
}
.hidden .overlay-p2 {
  margin-left: 60px;
}
.hidden.sf6 .overlay-middle {
  margin-top: -40px;
}

/* Text Styles */
.overlay-data, .player, .team-name {
  display: flex;
  flex-direction: row;
}

.overlay-data {
  justify-content: center;
  text-transform: uppercase;
  align-items: center;
  position: relative;
  z-index: 100;
}

.stage {
  justify-content: center;
  text-align: center;
  font-size: 19px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.player {
  width: 600px;
  font-size: 26px;
}
.player.p1 {
  justify-content: right;
}

.score {
  width: 40px;
  font-size: 28px;
  font-stretch: 110%;
  font-weight: 800;
  text-align: center;
  text-shadow: 0 1px 3px rgba(153, 16, 16, 0.75);
}

.team-name {
  align-items: baseline;
  gap: 6px;
  margin-top: 3px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.team {
  color: #EFBC23;
  font-size: 21px;
  font-stretch: 80%;
}

.name {
  font-size: 24px;
  font-stretch: 90%;
}

.test-actions {
  z-index: 200000000;
  position: absolute;
  left: 50%;
  top: 400px;
}
.test-actions a {
  color: #f00;
}

/* Game Specific Styles */
.sf6 .overlay-p1 {
  background: url("../Overlay/SF6/Left.png") no-repeat;
}
.sf6 .overlay-p2 {
  background: url("../Overlay/SF6/Right.png") no-repeat;
}
.sf6 .overlay-middle {
  background: url("../Overlay/SF6/Middle.png") no-repeat;
}
.sf6 .overlay-data {
  top: 9px;
  gap: 81px;
}
.sf6 .stage {
  width: 324px;
  margin-top: -12px;
}
.sf6 .player {
  gap: 36px;
}

.ffcw .overlay-p1 {
  background: url("../Overlay/FFCW/Left.png") no-repeat;
}
.ffcw .overlay-p2 {
  background: url("../Overlay/FFCW/Right.png") no-repeat;
}
.ffcw .overlay-middle {
  background: url("../Overlay/FFCW/Middle.png") no-repeat;
}
.ffcw .overlay-data {
  top: 10px;
  gap: 5px;
}
.ffcw .stage {
  width: 324px;
  margin-top: -19px;
}
.ffcw .player {
  gap: 28px;
}

.tk8 .overlay-p1 {
  background: url("../Overlay/TK8/Left.png") no-repeat;
}
.tk8 .overlay-p2 {
  background: url("../Overlay/TK8/Right.png") no-repeat;
}
.tk8 .overlay-middle {
  background: url("../Overlay/TK8/Middle.png") no-repeat;
}
.tk8 .overlay-data {
  top: 19px;
  gap: 143px;
}
.tk8 .stage {
  width: 306px;
  margin-top: -32px;
}
.tk8 .player {
  gap: 44px;
}

.ggst .overlay-p1 {
  background: url("../Overlay/GGST/Left.png") no-repeat;
}
.ggst .overlay-p2 {
  background: url("../Overlay/GGST/Right.png") no-repeat;
}
.ggst .overlay-middle {
  background: url("../Overlay/GGST/Middle.png") no-repeat;
}
.ggst .overlay-data {
  top: 19px;
  gap: 5px;
}
.ggst .stage {
  width: 324px;
  margin-top: 0;
}
.ggst .player {
  gap: 30px;
}

.xko .overlay-p1 {
  background: url("../Overlay/2XKO/Left.png") no-repeat;
}
.xko .overlay-p2 {
  background: url("../Overlay/2XKO/Right.png") no-repeat;
}
.xko .overlay-middle {
  background: url("../Overlay/2XKO/Middle.png") no-repeat;
}
.xko .overlay-data {
  top: 6px;
  gap: 71px;
}
.xko .stage {
  width: 260px;
  margin-top: -8px;
}
.xko .player {
  gap: 32px;
}

/* Admin */
.admin {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  gap: 20px;
  height: 100%;
  color: #E8E8F2;
  font-family: system-ui;
  background: #0C0C14;
}
.admin input, .admin select {
  padding: 12px;
}
.admin .controls {
  margin-top: 200px;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.admin .scoreboard {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 40px;
}

.admin-name {
  width: 150px;
}

.admin-score {
  width: 50px;
}

.admin-button {
  width: 80%;
  margin-left: 10%;
  padding: 20px;
  color: #E8E8F2;
  border: none;
  border-radius: 20px;
}
.admin-button#show {
  background: #219653;
}
.admin-button#hide {
  background: #D33030;
}
.admin-button#update {
  background: #1675E5;
}

/*# sourceMappingURL=app.css.map */
