@charset "UTF-8";
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.far {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-check:before {
  content: "\f00c"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-times:before {
  content: "\f00d"; }

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/static/rendering/results/fa-solid-900.eot");
  src: url("/static/rendering/results/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/static/rendering/results/fa-solid-900.woff2") format("woff2"), url("/static/rendering/results/fa-solid-900.woff") format("woff"), url("/static/rendering/results/fa-solid-900.ttf") format("truetype"), url("/static/rendering/results/fa-solid-900.svg#fontawesome") format("svg"); }

.fa {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*
Adds additional columns to bootstraps grid system,
if $generate-extra-columns is set to true.
Vanilla stops at xl (1200px), but we want some more.

The following imports are required BEFORE loading this sheet.
@import "bootstrap/functions";
@import "bootstrap/variables";

Curtesy: https://stackoverflow.com/a/48976550
*/
/* set the overriding variables */

.text-center {
  text-align: center !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

 footer, header, main {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #b6b6b6;
  text-align: left;
  background-color: #151515; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h5 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b {
  font-weight: bolder; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h5,
.h1, .h5 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(21, 21, 21, 0.52); }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container {
  max-width: 0; }

@media (min-width: 320px) {
  .container {
    max-width: 320px; } }

@media (min-width: 568px) {
  .container {
    max-width: 568px; } }

@media (min-width: 667px) {
  .container {
    max-width: 667px; } }

@media (min-width: 768px) {
  .container {
    max-width: 768px; } }

@media (min-width: 992px) {
  .container {
    max-width: 992px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

@media (min-width: 1440px) {
  .container {
    max-width: 1440px; } }

@media (min-width: 1600px) {
  .container {
    max-width: 1600px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

 .col-12, .col, .col-md-6, .col-md-12, .col-lg-6, .col-xl-5, .col-xl-7, .col-xxl-4, .col-xxl-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 1200px) {
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; } }

.border {
  border: 1px solid #dee2e6 !important; }

.text-center {
  text-align: center !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.visible {
  visibility: visible !important; }

html {
  font-size: 16px;
  height: 100%; }

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

body {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05rem;
  height: 100%; }

.sta-validation-error {
  color: #ff0077; }
  .sta-validation-error > [ng-message], .sta-validation-error > [ng-message-default] {
    margin-top: 0.5rem;
    border-left: 5px solid #b30053;
    border-right: 5px solid #b30053;
    text-align: center; }

.margin-top {
  margin-top: 0.5rem; }

.margin-bottom {
  margin-bottom: 0.5rem; }

button {
  color: inherit;
  font-weight: 600;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  outline: 0;
  border: none;
  background-color: #222222; }
  button[disabled] {
    filter: saturate(0);
    cursor: not-allowed; }
  button.btn-action {
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #00ff00;
    color: #000; }
  button.btn-link-like {
    background-color: transparent;
    padding: 0;
    font-weight: 400; }
    button.btn-link-like:hover {
      text-decoration: underline; }
    button.btn-check.sta-clicked {
      animation: selected-glow 1s; }

.color-greenscii {
  color: #00ff00; }

.color-jellycherryjazzy {
  color: #ff0077; }

@keyframes fade-in-left {
  0% {
    transform: translateX(-30px);
    opacity: 0.3; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-out-right {
  0% {
    transform: translateX(0);
    opacity: 1; }
  100% {
    transform: translateX(30px);
    opacity: 0.3; } }

.sta-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center; }
  .sta-modal-backdrop .sta-modal-wrapper {
    width: 80vw;
    max-width: 1000px;
    border-radius: 3px;
    background-color: #151515;
    box-shadow: 0 -1px 6px 0px #8a8a8a;
    animation-name: fade-in-left;
    animation-duration: 0.1s;
    animation-fill-mode: none;
    max-height: 100%;
    overflow: auto; }
    .sta-modal-backdrop .sta-modal-wrapper.leaving {
      animation-name: fade-out-right; }
    .sta-modal-backdrop .sta-modal-wrapper.basic-translation-modal .modal-body {
      text-align: center; }
    @media (max-width: 767.98px) {
      .sta-modal-backdrop .sta-modal-wrapper {
        width: 95vw; } }
  .sta-modal-backdrop .modal-headline {
    border-radius: 3px;
    padding: 1rem 0;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 600; }
    .sta-modal-backdrop .modal-headline, .sta-modal-backdrop .modal-headline * {
      background-color: #151515;
      color: #b6b6b6; }
    @media (max-width: 767.98px) {
      .sta-modal-backdrop .modal-headline {
        font-size: 1.25rem; } }
  .sta-modal-backdrop .modal-body {
    padding: 0.75rem 0.5rem; }
  .sta-modal-backdrop .modal-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem; }
    .sta-modal-backdrop .modal-actions.reverse {
      flex-direction: row-reverse; }

body.sta-modal-open {
  overflow: hidden; }

.footer-intro {
  margin-top: 23rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .footer-intro hr {
    background-color: #737373;
    margin: 0.33333rem 0; }
  .footer-intro hr:nth-child(1) {
    width: 80%;
    max-width: 240px; }
  .footer-intro hr:nth-child(2) {
    width: 50%;
    max-width: 150px; }
  .footer-intro hr:nth-child(3) {
    width: 20%;
    max-width: 60px; }

.footer-canvas {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2rem 0;
  padding-bottom: 1rem; }
  .footer-canvas .footer-item {
    font-weight: 600;
    color: #b6b6b6;
    font-size: 0.8rem;
    margin: 0 1rem; }
    .footer-canvas .footer-item:hover {
      text-decoration: underline; }
  @media (max-width: 767.98px) {
    .footer-canvas {
      flex-direction: column;
      align-items: center; }
      .footer-canvas .footer-item {
        margin: 0.5rem; } }

switch-language-footer-component select {
  color: inherit;
  outline: 0;
  border: none;
  background-color: transparent; }
  switch-language-footer-component select:hover {
    cursor: pointer;
    text-decoration: underline; }

@keyframes header-intro {
  0% {
    top: -100%; }
  75% {
    top: 102px; }
  100% {
    top: 34px; } }

@keyframes header-subline {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes bracket-grow {
  0% {
    font-size: 64px; }
  100% {
    font-size: 80px; } }

@font-face {
  font-family: 'iosevka-thin-mono';
  src: url("/static/rendering/results/iosevka-selection.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

header.sta-header {
  height: calc(5vh + 96px);
  position: relative;
  transition: margin-top 0.3s ease-out 0.1s;
  font-family: "iosevka-thin-mono", serif;
  top: -100%;
  animation-name: header-intro;
  animation-duration: 0.4s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; }
  body.sta-params-collapsed header {
    margin-top: -140px; }
  @media (max-width: 666.98px) {
    header.sta-header {
      transition-duration: 0s;
      transition-delay: 0s;
      animation-delay: 0s;
      animation-duration: 0s;
      margin-top: -30px; } }
  header.sta-header #header-text-canvas {
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 96px; }
    @media (max-width: 666.98px) {
      header.sta-header #header-text-canvas {
        display: none; } }
    header.sta-header #header-text-canvas #header-text {
      font-weight: 600;
      font-size: 4em;
      color: #fff;
      text-shadow: 0 0 0.1em #fff, 0 0 0.2em #652efc, 0 0 0.2em #652efc, 0 0 0.2em #652efc, 0 0 0.2em #652efc, 0 0 0.2em #652efc; }
    header.sta-header #header-text-canvas #header-subline {
      position: absolute;
      bottom: -5px;
      left: 0;
      right: -7px;
      font-weight: 600;
      letter-spacing: 6.6px;
      opacity: 0;
      animation: header-subline 0.5s linear 2s forwards; }
      @media (max-width: 666.98px) {
        header.sta-header #header-text-canvas #header-subline {
          animation-delay: 2s; } }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (display: flow-root) {
          header.sta-header #header-text-canvas #header-subline {
            font-size: 14px; } } }
    header.sta-header #header-text-canvas .header-bracket {
      position: absolute;
      left: -50px;
      top: 0;
      font-size: 64px;
      color: #fff;
      text-shadow: 0 0 0.1em #fff, 0 0 0.2em #652efc, 0 0 0.2em #652efc, 0 0 0.2em #652efc, 0 0 0.2em #652efc, 0 0 0.2em #652efc;
      font-weight: 600;
      animation: bracket-grow 0.3s ease-in-out 1.92s forwards; }
    header.sta-header #header-text-canvas #header-bracket-right {
      right: -50px;
      left: unset; }
  header.sta-header #header-logo-xs {
    display: none;
    width: 320px;
    max-width: 100vw;
    margin: 0 auto; }
    @media (max-width: 666.98px) {
      header.sta-header #header-logo-xs {
        display: block; } }
    header.sta-header #header-logo-xs img {
      max-width: 100%; }
  header.sta-header a {
    text-decoration: none;
    color: #b6b6b6; }

@keyframes unix-loading {
  0% {
    content: "\\"; }
  25% {
    content: "|"; }
  50% {
    content: "/"; }
  75% {
    content: "-"; } }

user-feedback-component {
  display: inline-block; }
  user-feedback-component a, user-feedback-component a:hover {
    color: inherit; }

.feedback-modal textarea {
  width: 100%; }

.feedback-modal label {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%; }

.feedback-modal #user-feedback-col-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.feedback-modal button.btn-action {
  position: relative;
  outline: transparent;
  color: #000;
  font-size: 1.25rem;
  padding: 0.125rem 0.5rem;
  letter-spacing: 2px;
  background-color: #00ff00;
  border: 5px solid #007a00;
  border-top-color: #caffc2;
  border-left-color: #caffc2;
  box-shadow: none;
  border-radius: 5px;
  transition: box-shadow 0.2s; }
  .feedback-modal button.btn-action:not([disabled]):hover, .feedback-modal button.btn-action:not([disabled]):focus, .feedback-modal button.btn-action:not([disabled]):active {
    box-shadow: 0 0 4px 2px #4dff4d; }
  @media (max-width: 666.98px) {
    .feedback-modal button.btn-action {
      font-size: 0.875rem; } }

.feedback-modal .decent {
  color: #646464; }

@keyframes tron-v-line {
  0% {
    transform: translateY(400px) translateX(45.5%); }
  5% {
    transform: translateY(300px) translateX(45.5%); }
  18% {
    transform: translateY(300px) translateX(45.5%);
    height: 100%; }
  20% {
    transform: translateY(300px) translateX(45.5%);
    height: 0; }
  100% {
    transform: translateY(300px) translateX(45.5%);
    height: 0; } }

@keyframes tron-h-line {
  0% {
    opacity: 1;
    width: 0;
    transform: translateX(45.5%); }
  5% {
    opacity: 1;
    width: 100%;
    transform: translateX(45.5%); }
  17% {
    opacity: 1;
    width: 100%;
    transform: translateX(45.5%); }
  20%, 100% {
    opacity: 1;
    width: 100%;
    transform: translateX(100%); } }

.tron-footer-canvas {
  width: 100%;
  height: 400px;
  position: fixed;
  bottom: 0;
  overflow: hidden;
  z-index: -2; }
  @media (max-width: 666.98px) {
    .tron-footer-canvas {
      display: none; } }
  .tron-footer-canvas svg {
    position: relative;
    z-index: -2;
    transform: perspective(50px) rotateX(45deg) scale(1, 0.3);
    -webkit-mask-image: -webkit-gradient(linear, left 90%, left top, from(black), to(rgba(0, 0, 0, 0))); }

@keyframes troner {
  0% {
    transform: perspective(200px) rotateX(40deg) scale(2, 1) translateX(0); }
  100% {
    transform: perspective(200px) rotateX(40deg) scale(2, 1) translateX(1em); } }
  .tron-footer-canvas #tron-racer.sta-show {
    filter: drop-shadow(7px 8px 4px #ff0077);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .tron-footer-canvas #tron-racer.sta-show _::-webkit-full-page-media, .tron-footer-canvas #tron-racer.sta-show _:future, :root .tron-footer-canvas #tron-racer.sta-show {
      display: none !important; }
    .tron-footer-canvas #tron-racer.sta-show #tron-line-h,
    .tron-footer-canvas #tron-racer.sta-show #tron-line-v {
      animation-duration: 4.8s;
      animation-timing-function: linear;
      animation-fill-mode: forwards;
      fill: #ff0077; }
    .tron-footer-canvas #tron-racer.sta-show #tron-line-v {
      transform: translateY(400px) translateX(45.5%);
      animation-name: tron-v-line;
      animation-delay: 2s; }
    .tron-footer-canvas #tron-racer.sta-show #tron-line-h {
      opacity: 0;
      transform: translateX(45.5%);
      animation-name: tron-h-line;
      animation-delay: 2.2s; }

.computers-table.sponsoring-active svg {
  width: 60vw; }
  .computers-table.sponsoring-active svg .sta-sponsoring-element {
    transition: opacity 1s; }
  .computers-table.sponsoring-active svg .sta-sponsoring-element.sta-sponsored {
    opacity: 0;
    border: 2px solid red; }
  body.sta-project-selected .computers-table.sponsoring-active svg .sta-sponsoring-element.sta-sponsored {
    opacity: 1; }
  body.sta-project-selected .computers-table.sponsoring-active svg .sta-sponsoring-element.sta-not-sponsored {
    opacity: 0; }

body:not(.sta-details-open) .computers-table.sponsoring-active {
  z-index: 21;
  pointer-events: all; }

body {
  background-color: #35119c;
  background-image: linear-gradient(163deg, #000 0%, #000 34%, #35119c 100%);
  background-attachment: fixed; }

#fallback-bg-img {
  display: none; }
  #fallback-bg-img _::-webkit-full-page-media, #fallback-bg-img _:future, :root #fallback-bg-img {
    background: none;
    background-color: #000;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2; }

@font-face {
  font-family: 'droid_sans_monoregular';
  src: url("/static/rendering/results/DroidSansMono-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

body {
  font-family: "droid_sans_monoregular", sans-serif; }

.page-container {
  min-height: 100%;
  position: relative; }
  @media (max-width: 666.98px) {
    .page-container {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0;
      max-width: 100%; } }
  @media (max-width: 1199.98px) {
    .page-container {
      background-position-y: 20vh;
      background-position-x: 100%; } }
  @media (max-width: 991.98px) {
    .page-container {
      background-image: none; } }

.computers-table {
  right: -3vw;
  bottom: 0;
  position: fixed;
  /*    background-repeat: no-repeat;
        background-size: 50%;
        background-position: 104% 100%;*/
  pointer-events: none;
  z-index: -1; }
  .computers-table > svg {
    width: 50vw; }
  @media (max-width: 991.98px) {
    .computers-table {
      display: none !important; } }

body[sta-state="404"] #computers-table {
  display: none; }

body[sta-state="410"] #computers-table {
  display: none; }
  body[sta-state="404"] #computers-table-4xx, body[sta-state="404"] #computers-table-4xx-lg {
    display: block; }
    body[sta-state="404"] #computers-table-4xx .status-404, body[sta-state="404"] #computers-table-4xx-lg .status-404 {
      display: block; }
    body[sta-state="404"] #computers-table-4xx .status-410, body[sta-state="404"] #computers-table-4xx-lg .status-410 {
      display: none; }
  body[sta-state="410"] #computers-table-4xx, body[sta-state="410"] #computers-table-4xx-lg {
    display: block; }
    body[sta-state="410"] #computers-table-4xx .status-410, body[sta-state="410"] #computers-table-4xx-lg .status-410 {
      display: block; }
    body[sta-state="410"] #computers-table-4xx .status-404, body[sta-state="410"] #computers-table-4xx-lg .status-404 {
      display: none; }

@media (max-width: 666.98px) {
  #main-page-row {
    margin: 0; } }

@media (max-width: 666.98px) {
  #left-page-col {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 666.98px) {
  #page-views {
    min-height: 541px; } }

#details-col {
  min-height: 100vh;
  position: relative; }
  @media (max-width: 767.98px) {
    #details-col {
      padding-left: 0;
      padding-right: 0; } }

@keyframes lazor-vertical {
  0% {
    height: 0;
    width: 10px;
    top: 50%; }
  100% {
    height: 100vh;
    width: 10px;
    top: calc(5vh + 96px); } }

@keyframes lazor-horizontal {
  0% {
    height: 100%;
    width: 2px; }
  70% {
    width: 2px; }
  90% {
    width: 100%; }
  100% {
    height: 100%;
    width: 95%; } }

@keyframes lazor-horizontal-mobile {
  0% {
    height: 100%;
    width: 2px; }
  70% {
    width: 2px; }
  90% {
    width: 100%; }
  100% {
    height: 100%;
    width: 100%; } }

@keyframes lazor-horizontal-glow {
  0% {
    opacity: 0; }
  70% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes lazor-horizontal-mobile-glow {
  0% {
    opacity: 1; }
  70% {
    opacity: 1; }
  99% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes lazor-close {
  0% {
    background-color: #000;
    height: 100%;
    width: 95%;
    top: 0; }
  10% {
    width: 100%; }
  30% {
    width: 2px;
    height: 100%; }
  70% {
    background-color: #fff;
    height: 100%;
    width: 2px;
    top: 0; }
  100% {
    background-color: #fff;
    height: 0;
    width: 2px;
    top: 50%;
    display: none; } }
  #thunder.sta-grow-vertical:not(.sta-grow-instant) {
    display: flex;
    pointer-events: unset;
    animation-name: lazor-vertical; }
  #thunder.sta-grow-horizontal:not(.sta-grow-instant) {
    animation-name: lazor-horizontal;
    animation-duration: 0.2s;
    animation-timing-function: ease-in; }
    @media (max-width: 666.98px) {
      #thunder.sta-grow-horizontal:not(.sta-grow-instant) {
        animation-name: lazor-horizontal-mobile; } }
    #thunder.sta-grow-horizontal:not(.sta-grow-instant):after {
      animation-name: lazor-horizontal-glow; }
      @media (max-width: 666.98px) {
        #thunder.sta-grow-horizontal:not(.sta-grow-instant):after {
          animation-name: lazor-horizontal-mobile-glow;
          animation-duration: 0.2s; } }
    #thunder.sta-grow-horizontal:not(.sta-grow-instant):not(.sta-closing) .visible-after-lazor {
      opacity: 1 !important;
      transition: opacity 0.1s linear 0.3s;
      max-width: 100%;
      overflow: auto;
      max-width: revert;
      overflow: revert; }
      #thunder.sta-grow-horizontal:not(.sta-grow-instant):not(.sta-closing) .visible-after-lazor#details-scroll {
        overflow: auto;
        overflow-y: scroll; }
  #thunder.sta-closing:not(.sta-grow-instant) {
    animation-name: lazor-close;
    animation-duration: 0.2s;
    animation-timing-function: ease-in; }
    #thunder.sta-closing:not(.sta-grow-instant):after {
      opacity: 0 !important; }
  #thunder.sta-grow-instant {
    display: flex;
    top: 0;
    height: 100%;
    width: 95%;
    pointer-events: unset; }
    @media (max-width: 666.98px) {
      #thunder.sta-grow-instant {
        width: 100%; } }
    #thunder.sta-grow-instant:after {
      opacity: 1; }
    #thunder.sta-grow-instant .visible-after-lazor {
      opacity: 1 !important;
      transition: none;
      max-width: 100%;
      overflow: auto; }
      #thunder.sta-grow-instant .visible-after-lazor#details-scroll {
        overflow: auto;
        overflow-y: scroll; }

@font-face {
  font-family: 'droid_sans_monoregular';
  src: url("/static/rendering/results/DroidSansMono-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'iosevka-thin-mono';
  src: url("/static/rendering/results/iosevka-selection.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@media (max-width: 991.98px) {
  #details-col {
    min-height: auto; } }

@keyframes bg-grow {
  from {
    background-position: 100% 100%; }
  to {
    background-position: -100% 100%; } }

@keyframes lvl-up {
  0% {
    top: -20px;
    opacity: 1; }
  60% {
    top: -40px;
    opacity: 1; }
  100% {
    top: -40px;
    opacity: 0; } }

@keyframes checkbox-breath {
  0% {
    box-shadow: 0 0 9px 1px #00ff00, 0 0 1px 0px #00ff00; }
  50% {
    box-shadow: 0 0 15px 3px #00ff00, 0 0 1px 1px #00ff00; }
  100% {
    box-shadow: 0 0 9px 1px #00ff00, 0 0 1px 0px #00ff00; } }

.projects-list {
  padding: 5px 15px; }
  .projects-list .dummy-checkbox {
    width: 50px;
    height: 50px;
    background-color: #704FD1;
    border: 5px solid #997bea;
    border-bottom-color: #331B67;
    border-right-color: #331B67;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #151515;
    font-weight: bold;
    font-size: 15px;
    animation: checkbox-breath 3s ease-in-out infinite; }
  .projects-list input[type="checkbox"] {
    display: block;
    position: absolute;
    appearance: none;
    overflow: hidden;
    width: 0;
    height: 0; }
  .projects-list .project-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 25px;
    flex: 1 0 auto; }
    .projects-list .project-description label {
      margin: 0;
      cursor: pointer; }
  .projects-list .project-title {
    text-transform: uppercase; }
    .projects-list .project-title a {
      color: #b6b6b6;
      text-decoration: underline; }
  .projects-list .project-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0; }
    .projects-list .project-item.sta-clicked .progress-canvas {
      animation: bg-grow .4s ease-in-out; }
    .projects-list .project-item.sta-clicked .total:after {
      content: "+1€";
      position: absolute;
      right: 0;
      opacity: 0;
      color: #00ff00;
      animation: lvl-up .7s ease-out forwards;
      animation-delay: 0.4s; }
    .projects-list .project-item.sta-unclicked .total:after {
      content: "-1€";
      position: absolute;
      right: 0;
      opacity: 0;
      color: #eb0072;
      animation: lvl-up .7s ease-out forwards; }
    .projects-list .project-item label {
      margin: 0; }
    .projects-list .project-item .total {
      font-size: 0.875rem;
      font-weight: bold;
      margin-left: 10px;
      position: relative;
      white-space: nowrap; }
    .projects-list .project-item .limit {
      font-size: 0.875rem; }
    .projects-list .project-item .progress-canvas {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      background: linear-gradient(to right, #00ff00 50%, transparent 50%);
      background-size: 200% 200%;
      background-position: 100% 100%; }
      .projects-list .project-item .progress-canvas progress {
        min-width: 200px;
        width: 100%;
        appearance: none;
        height: 12px;
        border: 1px solid #000; }
        .projects-list .project-item .progress-canvas progress::-webkit-progress-value {
          background-color: #7F5DF0; }
        .projects-list .project-item .progress-canvas progress::-webkit-progress-bar {
          background-color: #5532CC; }
    .projects-list .project-item.sta-selected .dummy-checkbox {
      background-color: #00ff00;
      border-color: #007a00;
      border-bottom-color: #caffc2;
      border-right-color: #caffc2;
      box-shadow: none;
      animation: none; }
    .projects-list .project-item.sta-selected progress::-webkit-progress-bar {
      background-color: #196A1F; }
    .projects-list .project-item.sta-selected progress::-webkit-progress-value {
      background-color: #00ff00; }
  .projects-list .project-item--summary {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0; }
    .projects-list .project-item--summary .to {
      margin: 0 10px;
      color: #b6b6b6; }

highscore-component {
  display: block;
  position: relative;
  height: 100%; }
  @supports (scrollbar-color: red) and (scrollbar-width: thin) {
    highscore-component {
      scrollbar-color: #555 #333; } }
  highscore-component::-webkit-scrollbar-track {
    background-color: #333; }
  highscore-component::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5; }
  highscore-component::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 5px; }
  @media (max-width: 666px) {
    @supports (scrollbar-width: thin) {
      highscore-component {
        scrollbar-width: thin; } }
    highscore-component::-webkit-scrollbar {
      width: 3px; } }

.highscore-canvas {
  background-color: rgba(10, 10, 10, 0.5);
  padding: 1.25rem 1.25rem; }
  .highscore-canvas.sta-show-all {
    background-color: rgba(10, 10, 10, 0.9); }
  .highscore-canvas ol {
    padding-inline-start: 60px;
    list-style: none; }

.highscore-row.sta-its-you .username {
  color: #00ff00; }

.highscore-row.invited .username {
  color: #0095ff; }

.highscore-row .highscore-item {
  display: flex;
  justify-content: flex-start;
  position: relative; }
  .highscore-row .highscore-item .position {
    position: absolute;
    right: calc(100% + 12px);
    text-align: right;
    z-index: 2; }
  .highscore-row .highscore-item .username {
    flex: 0 0 auto;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 1s; }
  .highscore-row .highscore-item .dots {
    flex: 0 1 auto;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .highscore-row .highscore-item .dots {
        opacity: 0; } }
  .highscore-row .highscore-item .amount {
    flex: 0 0 auto;
    text-align: right;
    padding-left: 8px; }

#highscore-canvas-sm {
  margin: 0 -15px;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    #highscore-canvas-sm {
      display: none; } }
  #highscore-canvas-sm .show-less-btn-canvas {
    position: sticky;
    bottom: 0;
    text-align: center;
    background-color: #0a0a0a;
    padding: 0.25rem 0;
    z-index: 2; }

#highscore-canvas-lg {
  padding: 1.25rem 1.25rem;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 10;
  animation-duration: 0.1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }
  #highscore-canvas-lg highscore-component {
    scroll-behavior: unset;
    overflow-y: scroll; }
  #highscore-canvas-lg .visible-after-lazor {
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    padding-bottom: 24px; }
  #highscore-canvas-lg.sta-grow-vertical {
    animation-name: lazor-vertical; }
  #highscore-canvas-lg.sta-grow-horizontal {
    animation-name: lazor-horizontal;
    padding: 1.25rem 2.5rem;
    box-shadow: 0 0 3px 5px #fff, 0 0 30px 15px #0095ff; }
    #highscore-canvas-lg.sta-grow-horizontal:after {
      animation-name: lazor-horizontal-glow; }
    #highscore-canvas-lg.sta-grow-horizontal .visible-after-lazor {
      max-width: unset;
      overflow: unset;
      opacity: 1 !important;
      transition: opacity 0.1s linear 0.3s; }
  #highscore-canvas-lg:after {
    animation-duration: 0.1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 3px 5px #fff, 0 0 30px 15px #0095ff;
    opacity: 0;
    pointer-events: none; }

user-pseudonym-component .edit-mode .name-input-fields {
  display: flex;
  justify-content: flex-start;
  align-content: center; }
  user-pseudonym-component .edit-mode .name-input-fields input {
    flex: 1 0 auto; }
  user-pseudonym-component .edit-mode .name-input-fields button {
    flex: 0 1 auto;
    margin-left: 10px; }

user-pseudonym-component .edit-mode .change-loading:after {
  content: "\\";
  display: inline-block;
  font-family: "droid_sans_monoregular", monospace, serif;
  font-weight: 600;
  height: 100%;
  animation-name: unix-loading;
  animation-duration: 1.0s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: steps(4); }

user-pseudonym-component .edit-mode .name-errors {
  padding: 0.25rem; }
  user-pseudonym-component .edit-mode .name-errors #html-attempt {
    display: flex;
    justify-content: center;
    align-items: center; }
    user-pseudonym-component .edit-mode .name-errors #html-attempt img {
      height: 15vh;
      margin: 1rem; }

#link-card #btn-sponsor-link {
  position: relative;
  outline: transparent;
  color: #000;
  font-size: 1.25rem;
  padding: 0.125rem 0.5rem;
  letter-spacing: 2px;
  background-color: #00ff00;
  border: 5px solid #007a00;
  border-top-color: #caffc2;
  border-left-color: #caffc2;
  box-shadow: none;
  border-radius: 5px;
  transition: box-shadow 0.2s;
  width: 100%;
  margin: 1rem 0; }
  #link-card #btn-sponsor-link:not([disabled]):hover, #link-card #btn-sponsor-link:not([disabled]):focus, #link-card #btn-sponsor-link:not([disabled]):active {
    box-shadow: 0 0 4px 2px #4dff4d; }
  @media (max-width: 666.98px) {
    #link-card #btn-sponsor-link {
      font-size: 0.875rem; } }

#link-card .invite-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  padding: 1rem 0; }
  #link-card .invite-link > input {
    flex: 1 0 auto; }
  #link-card .invite-link > i {
    flex: 0 0 auto;
    padding: 0 10px; }

.sta-toast {
  position: fixed;
  z-index: 100;
  padding: 0.25rem;
  background-color: #3F2495;
  color: #00ff00; }

[ng-cloak] {
  display: none !important; }

#left-page-col {
  position: relative; }
  #left-page-col:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #280e72;
    -webkit-mask-image: linear-gradient(180deg, transparent, black 390px, black calc(100% - 390px), transparent 100%);
    mask-image: linear-gradient(180deg, transparent, black 390px, black calc(100% - 390px), transparent 100%); }
    @media (max-width: 991.98px) {
      #left-page-col:before {
        display: none; } }

#params-box-shadow {
  background-color: rgba(0, 0, 0, 0.9);
  width: 460px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  left: 90px;
  transform: skew(-59deg, 0deg);
  border-radius: 50%;
  filter: blur(21px);
  z-index: -1; }
  @media (max-width: 666.98px) {
    #params-box-shadow {
      display: none; } }
  @media (max-width: 991.98px) {
    #params-box-shadow {
      left: 50%;
      transform: skew(-59deg, 0deg) translateX(-50%); } }

#details-col {
  height: 100vh; }
  @media (min-width: 992px) {
    #details-col {
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0; } }
  @media (max-width: 991.98px) {
    #details-col {
      display: none; } }

.loading-icon:after {
  content: "\\";
  display: inline-block;
  font-family: "droid_sans_monoregular", monospace, serif;
  font-weight: 600;
  height: 100%;
  animation-name: unix-loading;
  animation-duration: 1.0s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: steps(4); }

#join-btn {
  position: relative;
  outline: transparent;
  color: #000;
  font-size: 1.25rem;
  padding: 0.125rem 0.5rem;
  letter-spacing: 2px;
  background-color: #00ff00;
  border: 5px solid #007a00;
  border-top-color: #caffc2;
  border-left-color: #caffc2;
  box-shadow: none;
  border-radius: 5px;
  transition: box-shadow 0.2s; }
  #join-btn:not([disabled]):hover, #join-btn:not([disabled]):focus, #join-btn:not([disabled]):active {
    box-shadow: 0 0 4px 2px #4dff4d; }
  @media (max-width: 666.98px) {
    #join-btn {
      font-size: 0.875rem; } }

h1 {
  font-size: 25px; }

.intro-card {
  margin-top: 20px;
  padding: 5px 15px; }

.step-card {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 15px;
  margin-bottom: 20px;
  background-color: #3F2495;
  padding: 15px;
  border-radius: 15px; }

details[open] summary {
  margin-bottom: 1rem; }

.divider {
  height: 3px;
  background-color: #280e72;
  margin-top: 10px;
  margin-left: -15px; }

.donations-card li {
  margin-bottom: 20px; }

/*# sourceMappingURL=statech-2.117.40-quirky-quokka.min.css.map */
