@font-face {
  font-family: 'TLI';
  src: url("/font/tl_ptn.ttf");
}
@font-face {
  font-family: 'Lato-Regular';
  src: url("/font/Lato-Regular.ttf");
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url("/font/Roboto-Regular.ttf");
}
* {
  box-sizing: border-box;
}
body {
  background-color: #212121;
  color: #eee;
  margin: 0;
  padding: 6em 0 0 0;
}
body[data-font="TLI"] {
  font-family: "TLI", monospace;
}
body[data-font="Arial"] {
  font-family: Arial;
}
body[data-font="Lato"] {
  font-family: "Lato-Regular";
}
body[data-font="Mono"] {
  font-family: monospace;
}
body[data-font="Roboto"] {
  font-family: "Roboto-Regular", Roboto;
}
body[data-font="System"] {
  font-family: system-ui;
}
.hidden {
  display: none !important;
}
a {
  color: #0ff;
}
select {
  font-family: monospace;
  background-color: transparent;
  color: #fff;
  border: 0;
  cursor: pointer;
}
select:focus {
  outline: none;
}
select optgroup {
  color: #000;
}
select option {
  color: #000;
}
fieldset {
  display: inline-block;
  border-radius: 0.5em;
  border: 2px solid #6d6e6d;
  margin: 0;
}
fieldset legend {
  font-weight: bold;
}
.topTitleBox {
  position: absolute;
  top: 1.25em;
  left: 0.5em;
  display: inline-block;
}
.topTitleBox .topTitle {
  background: linear-gradient(to bottom, #fff 0%, #5e5e5e 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 3.4em;
  display: inline-block;
}
.topTitleBox .topCount {
  font-family: monospace;
  position: relative;
  top: -0.5em;
  left: 0.25em;
}
.tile.thing {
  display: inline-block;
  margin-right: 2em;
  margin-bottom: 2em;
  vertical-align: top;
}
.thing.excludedByFilter,
.thing.excludedBySearch {
  display: none;
}
.param {
  color: #abff7f;
}
.param.paramLong {
  color: unset;
}
.richText3103 {
  background: linear-gradient(to bottom, #fff 0%, #5e5e5e 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.25em;
}
.richText3160 {
  color: #0ff;
}
.richText3100 {
  color: #f1f100;
}
.fe {
  color: #ff5a5a;
}
.approx {
  color: #007bff;
}
td.tierParent {
  display: table-cell;
}
.tierParent {
  padding-left: 0.75em !important;
  text-indent: -0.75em;
  display: inline-block;
}
.tierParent span.tooltip,
.tierParent span.param {
  display: inline;
}
span.tier {
  border-radius: 0.15em 0 0.15em 0;
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  line-height: 0.7em;
  margin-right: 3px;
  vertical-align: 1px;
}
span.tier.tier0 {
  background-color: #e51717;
}
span.tier.tier1 {
  background-color: #d86a23;
}
span.tier.tier2,
span.tier.tier3,
span.tier.tier4 {
  background-color: #a259ff;
}
span.tier.tier5,
span.tier.tier6,
span.tier.tier7 {
  background-color: #257ded;
}
ul {
  vertical-align: top;
}
ul li > .tooltip {
  display: inline;
}
.tooltip {
  color: #0ff;
  position: relative;
  z-index: 90;
  display: inline-block;
}
.tooltip[data-title]:hover {
  cursor: default;
  text-decoration: underline;
  z-index: 91;
}
.tooltipBox {
  position: absolute;
  border-radius: 0 0.75em 0 0.75em;
  box-shadow: 0 0 0.5em #000;
  z-index: 92;
  padding: 0.5em;
  background: linear-gradient(to bottom, #f6f6fc 0%, #c7c3ea 90%);
  color: #000;
  text-shadow: none;
  max-width: 30em;
}
#header {
  font-family: monospace;
  display: flex;
  padding: 0.25em;
  background-color: #243c58;
  border-bottom: 2px solid #1f5b83;
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#header .label {
  font-weight: bold;
}
#header #rightSide {
  position: absolute;
  right: 1em;
  margin-left: auto;
}
#header #rightSide #languageSelect,
#header #rightSide #versionSelect,
#header #rightSide #fontSelect {
  margin-left: 2em;
}
#header #rightSide #languageSelect .label,
#header #rightSide #versionSelect .label,
#header #rightSide #fontSelect .label {
  cursor: pointer;
}
#header #rightSide #fontSelect select option {
  font-size: 1.5em;
}
#header #rightSide #fontSelect select option[value="TLI"] {
  font-family: "TLI", monospace;
}
#header #rightSide #fontSelect select option[value="Arial"] {
  font-family: Arial;
}
#header #rightSide #fontSelect select option[value="Lato"] {
  font-family: "Lato-Regular";
}
#header #rightSide #fontSelect select option[value="Mono"] {
  font-family: monospace;
}
#header #rightSide #fontSelect select option[value="Roboto"] {
  font-family: "Roboto-Regular", Roboto;
}
#header #rightSide #fontSelect select option[value="System"] {
  font-family: system-ui;
}
#searchBox {
  position: relative;
}
#searchBox input[type="text"] {
  width: 20em;
  font-family: monospace;
  border: 0px;
  background: none;
  color: #fff;
  font-size: 1.25em;
  height: 1.4em;
  outline: 0;
}
#searchBox input[type="text"]:focus {
  outline: 0;
}
#searchBox .includeTooltipsBox {
  position: absolute;
  left: 0.5em;
  bottom: -2.5em;
  font-size: 0.9em;
  cursor: pointer;
}
#searchBox .includeTooltipsBox input {
  vertical-align: -2px;
  cursor: pointer;
}
#filterBox fieldset {
  margin-left: 1.5em;
}
#filterBox fieldset:nth-child(1) {
  margin-left: 0;
}
#filterBox fieldset select {
  font-size: 1.25em;
  max-width: 10em;
}
#controlsBox {
  display: inline-block;
  position: absolute;
  top: 2em;
  right: 1.5em;
}
#controlsBox > * {
  margin-left: 1.5em;
}
#controlsBox fieldset {
  font-family: monospace;
  height: 4em;
}
.tilesBox {
  display: block;
  padding: 1em 0.5em 0.5em 0.5em;
}
.tableBox {
  display: block;
  padding: 1em 0.5em 0.5em 0.5em;
}
.tableBox table {
  border-collapse: collapse;
}
.tableBox table thead tr th {
  padding: 0 0.5em;
  background-color: #4679dc;
  font-size: 1.5em;
  white-space: nowrap;
}
.tableBox table thead tr th:first-child {
  border-radius: 0.75em 0 0 0;
}
.tableBox table thead tr th:last-child {
  border-radius: 0 0.75em 0 0;
}
.tableBox table tbody tr.contrast {
  background-color: #383838;
}
.tableBox table tbody tr td {
  padding: 0.25em 0.5em;
}
.tableBox table tbody tr td:first-child {
  border-left: 2px solid #383838;
}
.tableBox table tbody tr td:last-child {
  border-right: 2px solid #383838;
}
.tableBox table tbody tr .name {
  font-size: 1.25em;
  white-space: nowrap;
}
.segmentedControl {
  background: linear-gradient(to bottom, #3e4f95 0%, #5a6da1 90%);
  display: inline-block;
  padding: 0;
  border-radius: 0 0.5em 0 0.5em;
  box-sizing: border-box;
  position: relative;
  user-select: none;
  white-space: nowrap;
}
.segmentedControl.disabled {
  color: #888;
}
.segmentedControl.disabled .segment,
.segmentedControl.disabled .thumb {
  cursor: default;
  cursor: not-allowed;
}
.segmentedControl.disabled .thumb {
  background: linear-gradient(180deg, #5d5d5d, #656565), #656565;
}
.segmentedControl .segment,
.segmentedControl .thumb {
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0.5em 0 0.5em;
  box-sizing: border-box;
  cursor: pointer;
}
.segmentedControl .segment {
  text-align: center;
  position: relative;
  z-index: 2;
  width: calc(50% - 0.2em);
  color: #6c79a8;
}
.segmentedControl .segment.selected {
  color: #636ad1;
}
.segmentedControl .thumb {
  z-index: 1;
  background: linear-gradient(to bottom, #f8f8fc 0%, #c7c6e8 90%);
  background-color: #4957ff;
  position: absolute;
  top: 0;
  transition: left 0.1s ease-out;
  width: calc(50%);
  height: 100%;
}
.segmentedControl .thumb.left {
  left: 0;
}
.segmentedControl .thumb.right {
  left: 50%;
}
ul.rewards li {
  list-style: none;
}
ul.rewards li img {
  margin-right: 0.25em;
  width: 48px;
  vertical-align: middle;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

blink {
  text-shadow: 1px 1px #000;
  animation: blinker 0.75s linear infinite;
}

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