body {
  background-color: #081030;
  color: #FFF;
  font-family: "Lilita One", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  box-sizing: border-box;
  height: 100vh;
  overflow: hidden;
}

#page-outer {
  aspect-ratio: 16/9;
  width: 1920px;
  height: 1080px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.scores-page #splash,
.scores-page #scores {
  pointer-events: none;
}

#fullscreen-toggle {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 9999;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.32);
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  opacity: 0.25;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
#fullscreen-toggle:hover, #fullscreen-toggle:focus-visible {
  background: rgba(0, 0, 0, 0.55);
  border-color: rgba(255, 255, 255, 0.45);
  color: #FFF;
  outline: none;
  opacity: 1;
}
#fullscreen-toggle .icon {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

* {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

input,
textarea,
select,
option,
[contenteditable=true] {
  -moz-user-select: text;
       user-select: text;
  -webkit-user-select: text;
}

#splash {
  width: 100%;
  height: 100%;
  background-image: url("/images/scores/spash.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #000000;
}

#scores {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#scores #scores-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 190px;
  gap: 60px;
}
#scores #scores-header #logo {
  width: 555px;
}
#scores #scores-header h1 {
  font-size: 82px;
  text-transform: uppercase;
  color: #D462DE;
  letter-spacing: 1.815px;
  text-shadow: 4px 0 0 #000, 0 4px 0 #000, -4px 0 0 #000, 0 -4px 0 #000, 4px 4px 0 #000, -4px -4px 0 #000, 4px -4px 0 #000, -4px 4px 0 #000, 0 4px 0 #000, 0 6px 0 #000, 0 8px 0 #000, 2px 6px 0 #000, -2px 6px 0 #000, 2px 8px 0 #000, -2px 8px 0 #000;
}
#scores #scores-list {
  height: 100%;
  width: 100%;
  border: 1px solid #000000;
  background-image: url("/images/scores/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 45px;
}
#scores #scores-list .score-item,
#scores #scores-list .titles {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 8px;
  font-size: 39px;
}
#scores #scores-list .titles {
  font-size: 37px;
  text-align: center;
  padding-bottom: 30px;
  text-shadow: 3px 0 0 #000, -3px 0 0 #000, 0 3px 0 #000, 0 -1px 0 #000, 3px 3px 0 #000, -3px 3px 0 #000, 2px 5px 0 #000, -2px 5px 0 #000, 2px -1px 0 #000, -2px -1px 0 #000;
}
#scores #scores-list .titles .col-1,
#scores #scores-list .titles .col-2,
#scores #scores-list .titles .col-3 {
  text-align: center;
}
#scores #scores-list .score-item {
  margin-bottom: 20px;
}
#scores #scores-list .score-item .col-1,
#scores #scores-list .score-item .col-2,
#scores #scores-list .score-item .col-3 {
  position: relative;
  z-index: 1;
  padding: 3px 20px 6px 20px;
}
#scores #scores-list .score-item .col-1:after,
#scores #scores-list .score-item .col-2:after,
#scores #scores-list .score-item .col-3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  border-radius: 2px;
  transform: skewX(-6deg);
}
#scores #scores-list .score-item .col-1 {
  color: #233065;
}
#scores #scores-list .score-item .col-1:after {
  background: #33c0b9;
}
#scores #scores-list .score-item .col-3 {
  padding-left: 60px;
}
#scores #scores-list .score-item .col-3:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 42px;
  height: 39px;
  background-image: url(/images/scores/star.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
#scores #scores-list .score-item[data-rank="1"] .col-1:after {
  background: #ff9e03;
}
#scores #scores-list .score-item[data-rank="1"] .col-2,
#scores #scores-list .score-item[data-rank="1"] .col-3 {
  color: #ff9e03;
}
#scores #scores-list .score-item[data-rank="2"] .col-1:after {
  background: #cacaca;
}
#scores #scores-list .score-item[data-rank="2"] .col-2,
#scores #scores-list .score-item[data-rank="2"] .col-3 {
  color: #cacaca;
}
#scores #scores-list .score-item[data-rank="3"] .col-1:after {
  background: #cf7f5a;
}
#scores #scores-list .score-item[data-rank="3"] .col-2,
#scores #scores-list .score-item[data-rank="3"] .col-3 {
  color: #cf7f5a;
}
#scores #scores-list .col-1 {
  width: 105px;
  text-align: right;
  text-align: center;
}
#scores #scores-list .col-2 {
  flex-grow: 1;
}
#scores #scores-list .col-3 {
  width: 277px;
}
#scores #scores-list .scores-col {
  width: 100%;
  padding: 30px 35px 30px 35px;
}

.invisible {
  visibility: hidden !important;
}

.hide {
  display: none !important;
}

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