@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: APL387;
  src: url("https://dyalog.github.io/APL387/APL387.ttf");
}
:root {
  font-family: "Fira Sans", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code,
pre {
  font-family: APL387, monospace;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}

a:hover {
  color: #535bf2;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block: 5px;
}

button,
input,
select,
.button-like {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover,
input:hover,
select:hover,
.button-like:hover {
  border-color: #646cff;
}
button:focus, button:focus-visible,
input:focus,
input:focus-visible,
select:focus,
select:focus-visible,
.button-like:focus,
.button-like:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

form {
  width: fit-content;
}
form div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 2px;
}
form input {
  margin-inline-start: 10px;
}

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .header-left {
  font-size: 1.5em;
}
header .header-left a {
  color: currentColor !important;
}
header {
  border-bottom: 2px solid currentColor;
}

main {
  padding-inline: 10px;
}

#edit-link {
  font-size: 1rem;
}

.running-table,
.results-table,
.points-table {
  border-collapse: collapse;
}
.running-table, .running-table thead, .running-table tbody, .running-table tr, .running-table td, .running-table th,
.results-table,
.results-table thead,
.results-table tbody,
.results-table tr,
.results-table td,
.results-table th,
.points-table,
.points-table thead,
.points-table tbody,
.points-table tr,
.points-table td,
.points-table th {
  border-width: 1px;
  border-style: solid;
  border-color: currentColor;
  padding-inline: 4px;
}
.running-table tbody th,
.results-table tbody th,
.points-table tbody th {
  text-align: right;
}
.running-table tbody td,
.results-table tbody td,
.points-table tbody td {
  text-align: center;
}

@keyframes recent {
  0% {
    background-color: #b00;
  }
  50% {
    background-color: #b60;
  }
  100% {
    background-color: #b00;
  }
}
.running-table .running-none {
  background-color: #444;
}
.running-table .running-recent {
  animation: 2s linear infinite recent;
}
.running-table .running-has {
  background-color: #0b0;
}

.results-table .result-none {
  background-color: #444;
}
.results-table .result-0 {
  background-color: #b00;
}
.results-table .result-1 {
  background-color: hsl(18.2929000198, 156.8625593293%, 29.4157190462%);
}
.results-table .result-2 {
  background-color: hsl(25.8259908333, 186.7628124736%, 26.70861782%);
}
.results-table .result-3 {
  background-color: hsl(31.7303500031, 211.6362180348%, 24.4905017411%);
}
.results-table .result-4 {
  background-color: hsl(37.2958727168, 236.6837149733%, 22.1706164497%);
}
.results-table .result-5 {
  background-color: hsl(43.087209936, 265.7331880385%, 19.5338289908%);
}
.results-table .result-6 {
  background-color: hsl(49.5910871105, 303.0773843834%, 16.509268533%);
}
.results-table .result-7 {
  background-color: hsl(57.5631100204, 355.0229737131%, 13.1131801572%);
}
.results-table .result-8 {
  background-color: hsl(67.6968566254, 303.2323281793%, 15.4264465365%);
}
.results-table .result-9 {
  background-color: hsl(80.3303533201, 218.4425255958%, 21.3699540356%);
}
.results-table .result-10 {
  background-color: #0b0;
}

.flex {
  display: flex;
}

:has(option[value=score]:not(:checked)) .score {
  display: none;
}

:has(option[value=points]:not(:checked)) .points {
  display: none;
}

:has(option[value=time]:not(:checked)) .time {
  display: none;
}
/*# sourceMappingURL=style.css.map */