.fg {
  color: #CCC;
  stroke: #CCC;
  fill: #CCC;
}
.muted {
  color: #999;
  stroke: #999;
  fill: #999;
}
.disabled {
  color: #555;
  stroke: #555;
  fill: #555;
}
.primary {
  color: #FF8C0D;
  stroke: #FF8C0D;
  fill: #FF8C0D;
}
.primary-bg {
  color: rgba(28, 15, 0, 0.85);
  stroke: rgba(28, 15, 0, 0.85);
  fill: rgba(28, 15, 0, 0.85);
}
.primary-disabled {
  color: #c06400;
  stroke: #c06400;
  fill: #c06400;
}
.secondary {
  color: #1FB0FF;
  stroke: #1FB0FF;
  fill: #1FB0FF;
}
.secondary-disabled {
  color: #0088d2;
  stroke: #0088d2;
  fill: #0088d2;
}
.warning {
  color: #FF3B00;
  stroke: #FF3B00;
  fill: #FF3B00;
}
.warning-disabled {
  color: #b32900;
  stroke: #b32900;
  fill: #b32900;
}
.bg-warning-disabled {
  background-color: #b32900;
}
@font-face {
  font-family: 'Eurostile';
  src: url(/4163e223728570f70910.eot);
  src: url(/4163e223728570f70910.eot?#iefix) format('embedded-opentype'), url(/35252ebfb97e766aacb5.woff2) format('woff2'), url(/28dd6da3d98980c22431.woff) format('woff'), url(/cd9565542ad17516b2e2.ttf) format('truetype'), url(/7a3b16853675c277e404.svg#euro_capsregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.1em;
  height: 1em;
}
.icon.sm {
  width: 0.8em;
  height: 0.75em;
}
.icon.tn {
  width: 0.6em;
  height: 0.5em;
}
.icon.md {
  width: 1.65em;
  height: 1.55em;
}
.icon.lg {
  width: 1.95em;
  height: 1.85em;
}
.icon.xl {
  width: 2.1em;
  height: 2em;
}
.icon.community {
  width: 1.3em;
  height: 1.5em;
  stroke: #FFFF00;
  stroke-width: 0.1em;
  stroke-opacity: 0;
  margin-right: 0.3em;
  margin-left: 0em;
}
.icon.techbroker {
  width: 1.5em;
  height: 1.3em;
  stroke: #529de2;
  stroke-width: 0.1em;
  stroke-opacity: 0;
  margin-right: 0.3em;
  /*margin-left: 0.7em;*/
}
.icon.powerplay {
  width: 1.5em;
  height: 1.3em;
  stroke: #36f3da;
  stroke-width: 0.1em;
  stroke-opacity: 1;
  margin-right: 0.3em;
  /*margin-left: 0.7em;*/
}
.community {
  fill: #FFFF00;
  color: #FFFF00;
}
.techbroker {
  fill: #529de2;
  color: #529de2;
}
.powerplay {
  fill: #36f3da;
  color: #36f3da;
}
.modicon {
  display: inline-block;
  vertical-align: middle;
  width: 1.1em;
  height: 1em;
  stroke-width: 20;
  fill: transparent;
}
.modicon.sm {
  width: 0.8em;
  height: 0.75em;
}
.modicon.tn {
  width: 0.6em;
  height: 0.5em;
}
.modicon.lg {
  width: 1.6em;
  height: 1.5em;
}
.modicon.xl {
  width: 2.1em;
  height: 2em;
}
.eng-grade {
  font-size: 0.75em;
  vertical-align: sub;
  margin-left: -0.15em;
  opacity: 0.9;
}
.summary {
  stroke: #CCC;
  fill: #CCC;
}
.summary svg {
  stroke-width: 10;
}
#app-update {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3em;
  z-index: 3;
  line-height: 3em;
  text-align: center;
  background-color: #1e1e1e;
  color: #FF3B00;
  cursor: pointer;
}
.view-changes {
  position: fixed;
  top: 3em;
  left: 0;
  right: 0;
  height: 3em;
  z-index: 3;
  line-height: 3em;
  text-align: center;
  background-color: #1e1e1e;
  color: #FF3B00;
  cursor: pointer;
}
header {
  background-color: #1e1e1e;
  margin: 0;
  padding: 0 0 0 1em;
  height: 3em;
  line-height: 3em;
  font-family: 'Eurostile', Arial, sans-serif;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  header {
    padding: 0 0 0 0.5em;
  }
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  header {
    padding: 0 0 0 0.25em;
  }
}
header .menu {
  position: relative;
  z-index: 1;
  cursor: default;
  height: 100%;
}
header .menu.r .menu-list {
  right: 0;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  header .menu {
    position: static;
    position: initial;
  }
}
header .menu-header {
  height: 100%;
  z-index: 2;
  padding: 0 1em;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #FF3B00;
  text-transform: uppercase;
}
header .menu-header.disabled {
  color: #b32900;
  cursor: default;
}
header .menu-header.selected {
  background-color: #000;
}
header .menu-header .menu-item-label {
  margin-left: 1em;
  display: inline-block;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  header .menu-header .menu-item-label {
    display: none;
  }
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  header .menu-header {
    padding: 0 0.5em;
  }
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  header .menu-header {
    padding: 0 0.35em;
  }
}
@media only screen and (max-width: /*(min-width: 351px) and */ 550px) {
  header .menu-header {
    padding: 0 0.25em;
  }
}
header .menu-list {
  font-family: 'Eurostile', Helvetica, sans-serif;
  position: absolute;
  padding: 0.5em 1em;
  box-sizing: border-box;
  min-width: 100%;
  overflow-x: hidden;
  background-color: #000;
  font-size: 0.9em;
  overflow-y: auto;
  z-index: 0;
  -webkit-overflow-scrolling: touch;
  max-height: 500px;
}
header .menu-list::-webkit-scrollbar {
  width: 0.5em;
}
header .menu-list::-webkit-scrollbar-track {
  background-color: transparent;
}
header .menu-list::-webkit-scrollbar-thumb {
  background-color: #b32900;
}
header .menu-list input {
  border: none;
  background-color: transparent;
  text-align: right;
  font-size: 1em;
  font-family: 'Eurostile', Helvetica, sans-serif;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  header .menu-list {
    max-height: 400px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #1e1e1e;
  }
}
@media only screen and (max-width: /*(min-width: 601px) and */ 1024px) {
  header .menu-list li,
  header .menu-list a {
    padding: 0.3em 0;
  }
}
header .dbl {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}
header .dbl ul {
  min-width: 10em;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  header .dbl {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
  }
  header .dbl ul {
    min-width: 20em;
  }
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  header .dbl {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}
@media only screen and (max-width: 400px) {
  header .dbl {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}
header ul {
  display: inline-block;
  white-space: nowrap;
  margin: 0 0 0.5em;
  padding: 0;
  line-height: 1.3em;
}
header li {
  white-space: normal;
  list-style: none;
  margin-left: 1em;
  line-height: 1.1em;
}
header a {
  vertical-align: middle;
  color: #FF3B00;
  text-decoration: none;
}
header a:visited {
  color: #FF3B00;
}
.no-touch header a:hover {
  color: teal;
}
header a.active {
  color: #FF8C0D;
}
header hr {
  border: none;
  border-top: 1px solid #555;
}
header .no-wrap {
  overflow-x: auto;
  white-space: nowrap;
}
header .block {
  display: block;
  line-height: 1.5em;
}
header .title {
  font-size: 1.3em;
  display: inline-block;
  margin: 0px;
  text-transform: uppercase;
}
#shipyard {
  vertical-align: top;
  text-align: center;
}
a.ship {
  display: inline-block;
  width: 15em;
  margin: 0.5em;
  background-color: #1e1e1e;
  padding: 0.5em;
  text-decoration: none;
  color: #CCC;
  font-family: 'Eurostile', Helvetica, sans-serif;
  text-align: right;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 400px) {
  a.ship {
    width: 16em;
  }
}
a.ship h2 {
  width: 100%;
  margin: 0;
  text-align: left;
  font-size: 1.1em;
}
a.ship small {
  color: #FF3B00;
  font-family: 'Eurostile', Helvetica, sans-serif;
  float: left;
  font-size: 0.8em;
  margin-right: 2em;
}
a.ship .subtitle {
  overflow: hidden;
  margin-bottom: 20px;
}
a.ship .size {
  float: left;
  font-size: 0.8em;
}
a.ship .purpose {
  text-transform: uppercase;
  font-size: 0.7em;
  float: right;
}
.shipyard-table-wrapper {
  white-space: nowrap;
  margin: 0 auto;
  font-size: 0.8em;
  position: relative;
  display: inline-block;
  max-width: 100%;
}
table.shipyard-table tbody tr.comparehighlight {
  background-color: rgba(0, 53, 82, 0.9);
  color: #e6e6e6;
}
.shipyard-table-wrapper {
  border-bottom: 1px solid #733c00;
}
.shipyard-table-wrapper div .shipyard-table td:last-child {
  border-right: 1px solid #733c00;
}
.shipyard-table-wrapper > .shipyard-table td:first-child {
  border-left: 1px solid #733c00;
}
.content-wrapper {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
}
.shipyard-filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6em 1.5em;
  padding: 0.5em 0.4em;
  margin-bottom: 0.4em;
  border-bottom: 1px solid #733c00;
  font-size: 0.85em;
}
.shipyard-filter-bar .filter-group {
  display: flex;
  align-items: center;
  gap: 0.3em;
  flex-wrap: wrap;
}
.shipyard-filter-bar .filter-label {
  color: #999;
  text-transform: uppercase;
  font-size: 0.85em;
  margin-right: 0.15em;
  white-space: nowrap;
}
.shipyard-filter-bar .filter-option {
  display: inline-block;
  padding: 0.15em 0.5em;
  border: 1px solid #733c00;
  color: #c06400;
  cursor: pointer;
  text-transform: capitalize;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.shipyard-filter-bar .filter-option:hover {
  color: #FF8C0D;
  border-color: #FF8C0D;
}
.shipyard-filter-bar .filter-option.active {
  background-color: rgba(28, 15, 0, 0.85);
  color: #FF8C0D;
  border-color: #FF8C0D;
}
.shipyard-filter-bar .filter-clear {
  color: #FF3B00;
  cursor: pointer;
  font-size: 0.85em;
  text-transform: uppercase;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.shipyard-filter-bar .filter-clear:hover {
  color: #ff6233;
}
.filter-desktop {
  display: flex;
}
.filter-mobile {
  display: none;
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  .filter-desktop {
    display: none;
  }
  .filter-mobile {
    display: flex;
    gap: 0.4em;
    padding: 0.4em;
  }
  .filter-mobile .filter-group {
    flex: 1 1 auto;
    min-width: 0;
  }
  .filter-mobile .filter-dropdown {
    width: 100%;
    padding: 0.4em 0.3em;
    border: 1px solid #733c00;
    background-color: #1e1e1e;
    color: #FF8C0D;
    font-size: 1em;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%275%27%3E%3Cpath d=%27M0 0l4 5 4-5z%27 fill=%27%23FF8C0D%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.4em center;
    padding-right: 1.4em;
  }
  .filter-mobile .filter-dropdown:focus {
    border-color: #FF8C0D;
    outline: none;
  }
  .filter-mobile .filter-dropdown option {
    background-color: #1e1e1e;
    color: #CCC;
  }
  .filter-mobile .filter-clear {
    align-self: center;
    white-space: nowrap;
  }
}
.table-tools {
  text-align: left;
  color: #FF8C0D;
}
.table-tools label {
  cursor: pointer;
}
.items {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}
.items .item {
  clear: both;
  margin: 1px 0 0;
  overflow: hidden;
  color: #555;
  cursor: pointer;
}
.items .item .val {
  float: right;
  text-align: right;
}
.items .item .lbl {
  float: left;
}
.items .item.enabled {
  color: #CCC;
}
.items .item.consumer .val:before {
  content: "-";
}
.items .item.untoggleable {
  cursor: default;
}
.slot {
  float: left;
  text-align: left;
  width: 100%;
  margin-top: 0.25em;
  position: relative;
  z-index: 0;
  padding-right: 0.4em;
  padding-left: 1.65em;
  box-sizing: border-box;
  background-color: rgba(28, 15, 0, 0.85);
  border: 1px solid #FF8C0D;
  color: #CCC;
  stroke: #CCC;
  fill: #CCC;
}
.slot .details-container {
  min-height: 2.7em;
  padding: 0.25em 0;
  box-sizing: border-box;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
  text-transform: none;
}
.slot .details-container button {
  pointer-events: auto;
}
.slot .details {
  min-height: 2.2em;
  background-color: rgba(28, 15, 0, 0.85);
  position: relative;
  z-index: 2;
}
.slot .name {
  overflow: hidden;
  white-space: nowrap;
  max-width: 80%;
  text-overflow: ellipsis;
}
.slot .modification-container td {
  width: 25%;
  text-align: center;
}
.slot .modification-container .input-container {
  width: 75%;
  text-align: right;
}
.slot .modification-container input {
  width: 80%;
}
.slot .modification-container .unit-container {
  width: 30px;
  padding: 3px;
  text-align: left;
  display: inline-block;
}
.slot .modification-container .header-adjuster {
  width: 25%;
  display: inline-block;
}
.slot .cb {
  overflow: hidden;
}
.slot input.cb:focus {
  border-color: #fff;
}
.slot input.greyed-out {
  border-color: #888;
  color: #888;
}
.slot .l {
  text-transform: capitalize;
  margin-right: 0.8em;
}
.slot .sz {
  text-align: center;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  font-size: 1.2em;
  width: 1.2em;
  color: #c06400;
  stroke: #c06400;
  border-right: 1px solid #c06400;
  box-sizing: border-box;
  padding-top: 0.2em;
  padding-left: 0.05em;
}
.slot .sz svg {
  stroke-width: 20;
}
.slot .empty {
  text-transform: uppercase;
  font-size: 1.3em;
  color: rgba(90, 47, 0, 0.85);
  stroke: rgba(90, 47, 0, 0.85);
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.7em;
}
.slot .empty svg {
  stroke-width: 20;
}
.slot.selected {
  color: rgba(28, 15, 0, 0.85);
  stroke: rgba(28, 15, 0, 0.85);
  fill: rgba(28, 15, 0, 0.85);
  background-color: #FF8C0D;
  border: 1px solid #FF8C0D;
  z-index: 1;
}
.slot.selected .sz {
  color: #FF8C0D;
  stroke: #FF8C0D;
  background-color: rgba(28, 15, 0, 0.85);
  border-right: 1px solid #FF8C0D;
}
.slot.selected .sz svg {
  stroke-width: 20;
}
.slot.selected .details {
  background-color: transparent;
}
.slot.selected svg {
  stroke-width: 20;
}
.slot.eligible {
  border: 1px solid #0088d2;
}
.slot.eligible .sz {
  color: #0088d2;
  border-right: 1px solid #0088d2;
}
.slot.eligible .details {
  background-color: transparent;
}
.slot.ineligible {
  cursor: no-drop;
  color: #555;
  fill: #555;
  border: 1px solid #555;
}
.slot.ineligible .sz {
  color: #555;
  border-right: 1px solid #555;
}
.slot.dropEmpty {
  color: #b32900;
  fill: #b32900;
  border: 1px solid #b32900;
}
.slot.dropEmpty .sz {
  color: #b32900;
  border-right: 1px solid #b32900;
}
.slot.dropEmpty .details {
  background-color: transparent;
}
.slot.drop {
  color: rgba(0, 53, 82, 0.9);
  fill: rgba(0, 53, 82, 0.9);
  border: 1px solid #1FB0FF;
  background-color: #0088d2;
}
.slot.drop .sz {
  color: #1FB0FF;
  background-color: rgba(28, 15, 0, 0.85);
  border-right: 1px solid #1FB0FF;
}
.slot.drop .details {
  background-color: transparent;
}
.slot svg {
  stroke-width: 20;
}
#outfit {
  max-width: 1600px;
  margin: 0 auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.9em;
}
@media only screen and (max-width: /*(min-width: 601px) and */ 1024px) {
  #outfit {
    font-size: 0.8em;
    width: 100%;
  }
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  #outfit {
    font-size: 1em;
  }
}
#outfit table {
  white-space: nowrap;
}
#overview {
  overflow: hidden;
  margin: 0.5em;
}
#overview h1 {
  margin: 0 1em 0.2em 0;
  float: left;
}
#requirements {
  margin: 0;
  float: left;
  text-align: left;
}
#requirements div {
  display: inline-block;
  margin: 0 1em 0.5em 0;
  height: 1.6em;
  line-height: 1.6em;
  text-align: left;
  vertical-align: middle;
  cursor: default;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
#requirements .federation {
  background-image: url(/a81085f730903a6a177b.svg);
  padding-left: 2.485em;
}
#requirements .empire {
  background-image: url(/6524d0f028021334ab79.svg);
  padding-left: 3.25em;
}
#requirements .horizons {
  background-image: url(/b6f464b2bc8727d20544.svg);
  padding-left: 1.915em;
}
#summary {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5em 0.2em;
  font-size: 0.9em;
}
#summary .summaryTable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  border-collapse: collapse;
}
#summary .summaryTable > thead.blue {
  background-color: #1FB0FF;
  border-left: 1px solid rgba(28, 15, 0, 0.85);
  color: rgba(28, 15, 0, 0.85);
}
#summary .summaryTable > thead.green {
  background-color: #71a052;
  border-left: 1px solid rgba(28, 15, 0, 0.85);
  color: rgba(28, 15, 0, 0.85);
}
#summary .summaryTable > thead.purple {
  background-color: #800080;
  border-left: 1px solid rgba(28, 15, 0, 0.85);
  color: rgba(28, 15, 0, 0.85);
}
#summary .summaryTable thead th.bordered {
  border-left: 1px solid rgba(28, 15, 0, 0.85);
}
.summary-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em;
}
.summary-toggle .text-toggle {
  color: #FF3B00;
  cursor: pointer;
  padding: 0.3em 0.8em;
  font-size: 0.9em;
}
.summary-toggle .text-toggle:hover {
  color: #ff764d;
}
.summary-toggle button {
  background: #FF8C0D;
  color: rgba(28, 15, 0, 0.85);
  border: 1px solid #FF8C0D;
  padding: 0.3em 0.8em;
  cursor: pointer;
  font-size: 0.9em;
  border-radius: 3px;
}
.summary-toggle button:hover {
  background: #ffa440;
  border-color: #ffa440;
}
.outfitting-toggle {
  text-align: center;
  cursor: pointer;
  padding: 0.5em;
  color: #FF3B00;
}
.outfitting-toggle:hover {
  color: #ff764d;
}
.outfitting-toggle.pulse {
  animation: pulse-glow 1.5s ease-in-out infinite;
}
@keyframes pulse-glow {
  0%,
  100% {
    color: #FF3B00;
    text-shadow: none;
  }
  50% {
    color: yellow;
    text-shadow: 0 0 10px yellow, 0 0 20px yellow;
  }
}
#summary-responsive {
  padding: 0.5em;
  box-sizing: border-box;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#summary-responsive .stat-tab-bar {
  display: none;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  #summary-responsive .stat-tab-bar {
    display: flex;
    gap: 0.3em;
    margin-bottom: 0.8em;
    overflow: hidden;
  }
}
#summary-responsive .stat-tab {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #FF8C0D;
  color: #FF8C0D;
  padding: 0.3em 0.2em;
  font-size: 0.8em;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 4px;
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  transition: background 0.15s;
}
#summary-responsive .stat-tab .tab-abbr {
  display: none;
}
#summary-responsive .stat-tab .tab-full {
  display: inline;
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  #summary-responsive .stat-tab {
    padding: 0.25em 0.15em;
    font-size: 0.75em;
  }
  #summary-responsive .stat-tab .tab-abbr {
    display: inline;
  }
  #summary-responsive .stat-tab .tab-full {
    display: none;
  }
}
#summary-responsive .stat-tab.active {
  background: #FF8C0D;
  color: rgba(28, 15, 0, 0.85);
}
#summary-responsive .stat-tab:hover:not(.active) {
  background: rgba(255, 140, 13, 0.2);
}
#summary-responsive .tab-group {
  display: contents;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  #summary-responsive .tab-group {
    display: none;
  }
  #summary-responsive .tab-group.tab-active {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8em;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  #summary-responsive .tab-group.tab-active {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  #summary-responsive .defense-tables > .tab-group.tab-active {
    display: block;
    margin-bottom: 1em;
  }
}
#summary-responsive .stats-tables {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.8em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1300px) {
  #summary-responsive .stats-tables {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  #summary-responsive .stats-tables {
    display: block;
  }
}
#summary-responsive .stat-table {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #FF8C0D;
  border-radius: 4px;
  overflow: visible;
  min-width: 0;
}
#summary-responsive .stat-table .stat-table-header {
  background: #FF8C0D;
  color: rgba(28, 15, 0, 0.85);
  padding: 0.4em 0.6em;
  font-weight: bold;
  font-size: 0.95em;
  text-align: center;
}
#summary-responsive .stat-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
#summary-responsive .stat-table table col.stat-label-col {
  width: 55%;
}
#summary-responsive .stat-table table col.stat-value-col {
  width: 45%;
}
#summary-responsive .stat-table table tbody tr:hover {
  background: rgba(255, 140, 13, 0.1);
}
#summary-responsive .stat-table table tbody tr td {
  padding: 0.3em 0.6em;
  border-bottom: 1px solid rgba(255, 140, 13, 0.2);
}
#summary-responsive .stat-table table tbody tr td:last-child {
  border-bottom: none;
}
#summary-responsive .stat-table table tbody tr:last-child td {
  border-bottom: none;
}
#summary-responsive .stat-table table tbody tr td.label {
  color: #999;
  font-size: 0.9em;
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
}
#summary-responsive .stat-table table tbody tr td.label .label-abbr {
  display: none;
}
#summary-responsive .stat-table table tbody tr td.label .label-full {
  display: inline;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  #summary-responsive .stat-table table tbody tr td.label {
    font-size: 0.85em;
  }
  #summary-responsive .stat-table table tbody tr td.label .label-abbr {
    display: inline;
  }
  #summary-responsive .stat-table table tbody tr td.label .label-full {
    display: none;
  }
}
#summary-responsive .stat-table table tbody tr td.value {
  font-weight: normal;
  color: #FF8C0D;
  text-align: left;
  font-size: 0.95em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#summary-responsive .stat-table table tbody tr td.value.warning {
  color: #FF3B00;
}
#summary-responsive .stat-table table tbody tr td.value.muted {
  color: #999;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  #summary-responsive .stat-table table tbody tr td.value {
    font-size: 0.9em;
  }
}
#summary-responsive .defense-tables {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 1em;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  #summary-responsive .defense-tables {
    display: block;
  }
}
#summary-responsive .defense-table {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #FF8C0D;
  border-radius: 4px;
  overflow: visible;
}
#summary-responsive .defense-table .defense-header {
  background: #FF8C0D;
  color: rgba(28, 15, 0, 0.85);
  padding: 0.5em;
  font-weight: bold;
  text-align: center;
}
#summary-responsive .defense-table .defense-header.blue {
  background: #1FB0FF;
}
#summary-responsive .defense-table .defense-header.green {
  background: #71a052;
}
#summary-responsive .defense-table .defense-header.purple {
  background: #800080;
}
#summary-responsive .defense-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  #summary-responsive .defense-table table {
    table-layout: fixed;
  }
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  #summary-responsive .defense-table table col.col-abs-label {
    width: 5%;
  }
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  #summary-responsive .defense-table table col.col-abs-value {
    width: 7%;
  }
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  #summary-responsive .defense-table table .unit-narrow-hide {
    display: none;
  }
}
#summary-responsive .defense-table table tbody tr:nth-child(odd) {
  background-color: transparent;
}
#summary-responsive .defense-table table tbody tr.alt-row {
  background-color: rgba(54, 28, 0, 0.85);
}
#summary-responsive .defense-table table tbody tr:hover {
  background: rgba(255, 140, 13, 0.1);
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  #summary-responsive .defense-table table tbody tr.info-row {
    display: none;
  }
}
#summary-responsive .defense-table table tbody tr.info-row-narrow {
  display: none;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  #summary-responsive .defense-table table tbody tr.info-row-narrow {
    display: table-row;
  }
}
#summary-responsive .defense-table table tbody tr.info-row-narrow td.info-pair {
  text-align: center;
  padding: 0.3em 0.4em;
  border-bottom: 1px solid rgba(255, 140, 13, 0.2);
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  #summary-responsive .defense-table table tbody tr.info-row-narrow td.info-pair {
    padding: 0.3em 0.15em;
  }
}
#summary-responsive .defense-table table tbody tr.info-row-narrow td.info-pair .pair-label {
  color: #999;
  font-weight: bold;
  font-size: 0.9em;
  margin-right: 0.3em;
}
#summary-responsive .defense-table table tbody tr.info-row-narrow td.info-pair .pair-value {
  color: #FF8C0D;
  font-size: 0.9em;
}
#summary-responsive .defense-table table tbody tr.info-row-narrow td.info-pair.warning .pair-value {
  color: #FF3B00;
}
#summary-responsive .defense-table table tbody tr td {
  padding: 0.4em 0.4em;
  border-bottom: 1px solid rgba(255, 140, 13, 0.2);
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  #summary-responsive .defense-table table tbody tr td {
    padding: 0.3em 0.15em;
  }
}
#summary-responsive .defense-table table tbody tr:last-child td {
  border-bottom: none;
}
#summary-responsive .defense-table table tbody tr td.label {
  color: #999;
  font-size: 0.9em;
  vertical-align: top;
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
}
#summary-responsive .defense-table table tbody tr td.label .label-abbr {
  display: none;
}
#summary-responsive .defense-table table tbody tr td.label .label-full {
  display: inline;
}
@media only screen and (max-width: 1250px) {
  #summary-responsive .defense-table table tbody tr td.label {
    font-size: 0.85em;
  }
  #summary-responsive .defense-table table tbody tr td.label .label-abbr {
    display: inline;
  }
  #summary-responsive .defense-table table tbody tr td.label .label-full {
    display: none;
  }
}
#summary-responsive .defense-table table tbody tr td.value {
  color: #FF8C0D;
  font-size: 0.9em;
  text-align: left;
  white-space: nowrap;
}
#summary-responsive .defense-table table tbody tr td.value .label-abbr {
  display: none;
}
#summary-responsive .defense-table table tbody tr td.value .label-full {
  display: inline;
}
@media only screen and (max-width: 1250px) {
  #summary-responsive .defense-table table tbody tr td.value .label-abbr {
    display: inline;
  }
  #summary-responsive .defense-table table tbody tr td.value .label-full {
    display: none;
  }
}
#summary-responsive .defense-table table tbody tr td.value.warning {
  color: #FF3B00;
}
#summary-responsive .defense-table table tbody tr td.value.muted {
  color: #999;
}
#summary-responsive .defense-table table tbody tr td.value .resistance-group {
  display: inline-block;
  margin-right: 0.8em;
  white-space: nowrap;
}
#summary-responsive .defense-table table tbody tr td.value .resistance-group:last-child {
  margin-right: 0;
}
#summary-responsive .defense-table table tbody tr td.value .resistance-group .res-label-abbr {
  display: none;
}
#summary-responsive .defense-table table tbody tr td.value .resistance-group .res-label-full {
  display: inline;
}
@media only screen and (max-width: 1250px) {
  #summary-responsive .defense-table table tbody tr td.value .resistance-group {
    margin-right: 0.5em;
  }
  #summary-responsive .defense-table table tbody tr td.value .resistance-group .res-label-abbr {
    display: inline;
  }
  #summary-responsive .defense-table table tbody tr td.value .resistance-group .res-label-full {
    display: none;
  }
}
@media only screen and (max-width: 1250px) {
  #summary-responsive .defense-table table tbody tr td.value {
    font-size: 0.85em;
  }
}
#summary-responsive .defense-table table tbody tr td.res-label {
  color: #fff;
  font-size: 0.85em;
  text-align: right;
  font-weight: normal;
  padding: 0.4em 0.2em 0.4em 0.3em;
  white-space: nowrap;
}
#summary-responsive .defense-table table tbody tr td.res-label .res-label-abbr {
  display: none;
}
#summary-responsive .defense-table table tbody tr td.res-label .res-label-full {
  display: inline;
}
@media only screen and (max-width: 1250px) {
  #summary-responsive .defense-table table tbody tr td.res-label {
    font-size: 0.8em;
  }
  #summary-responsive .defense-table table tbody tr td.res-label .res-label-abbr {
    display: inline;
  }
  #summary-responsive .defense-table table tbody tr td.res-label .res-label-full {
    display: none;
  }
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  #summary-responsive .defense-table table tbody tr td.res-label {
    font-size: 0.75em;
    padding: 0.3em 0.1em 0.3em 0.15em;
  }
}
#summary-responsive .defense-table table tbody tr td.res-value {
  color: #FF8C0D;
  font-size: 0.85em;
  text-align: left;
  padding: 0.4em 0.4em 0.4em 0.2em;
  white-space: nowrap;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  #summary-responsive .defense-table table tbody tr td.res-value {
    font-size: 0.8em;
    padding-right: 0.5em;
  }
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  #summary-responsive .defense-table table tbody tr td.res-value {
    font-size: 0.75em;
    padding: 0.3em 0.15em 0.3em 0.1em;
  }
}
.flip {
  display: inline-block;
  -moz-transform: scaleX(-1);
  /* Gecko */
  -o-transform: scaleX(-1);
  /* Operah */
  -webkit-transform: scaleX(-1);
  /* webkit */
  transform: scaleX(-1);
  /* standard */
}
.section-menu {
  position: relative;
  z-index: 0;
}
.section-menu.selected {
  z-index: 1;
}
.section-menu.selected h1 {
  background-color: #ffa440;
}
.section-menu h1 {
  cursor: pointer;
}
.section-menu h1 .icon {
  float: right;
  margin: 0.1em 0.3em 0 0;
}
.section-menu .select {
  box-sizing: border-box;
  left: 0;
}
#build {
  float: right;
  line-height: 2em;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#build input {
  background: none;
  line-height: 1.3em;
  width: 15em;
  font-size: 0.9em;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.3em;
  vertical-align: middle;
}
#build input:focus {
  border: 1px solid #FF8C0D;
  color: #FF8C0D;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  #build input {
    width: 60%;
  }
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  #build input {
    width: 100%;
  }
}
#build .build-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  #build .build-actions button {
    padding: 0.3em;
    min-width: 32px;
    min-height: 32px;
  }
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  #build .build-actions button {
    padding: 0.15em;
    min-width: 28px;
    min-height: 28px;
  }
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  #build {
    float: left;
    clear: left;
    width: 100%;
  }
}
.shorten {
  overflow: hidden;
  max-width: 8em;
  text-overflow: ellipsis;
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  .optional-hide {
    display: none;
  }
}
.tabs {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1px;
}
.tabs,
.tabs th {
  cursor: pointer;
  border-collapse: collapse;
  color: #FF8C0D;
  background-color: rgba(28, 15, 0, 0.85);
  border: 1px solid #FF8C0D;
  padding-top: 1px;
  font-weight: bold;
}
.tabs .tab-label-abbr {
  display: none;
}
.tabs .tab-label-full {
  display: inline;
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  .tabs .tab-label-abbr {
    display: inline;
  }
  .tabs .tab-label-full {
    display: none;
  }
}
.tabs .active {
  color: rgba(28, 15, 0, 0.85);
  background-color: #FF8C0D;
}
.ship-control-row {
  display: inline;
}
@media only screen and (max-width: 500px) {
  .ship-control-row {
    display: block;
    width: 100%;
    text-align: center;
  }
  .ship-control-row > .group.quarter {
    display: block;
    width: 100% !important;
    text-align: center;
  }
}
.group {
  width: 25%;
  padding: 0.5em 0.2em;
  vertical-align: top;
  box-sizing: border-box;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.group h1 {
  font-family: 'Eurostile', Helvetica, sans-serif;
  color: rgba(28, 15, 0, 0.85);
  background-color: #FF8C0D;
  text-transform: uppercase;
  margin: 0;
  padding: 0.4em 0.6em;
  font-size: 0.95em;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
  border-radius: 4px 4px 0 0;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  .group {
    width: 50%;
  }
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  .group {
    width: 100%;
  }
}
.group.half {
  width: 50%;
}
@media only screen and (max-width: /*(min-width: 601px) and */ 1024px) {
  .group.half td {
    line-height: 2em;
  }
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  .group.half {
    width: 100% !important;
  }
}
.group.quarter {
  width: 25%;
}
@media only screen and (max-width: /*(min-width: 601px) and */ 1024px) {
  .group.quarter td {
    line-height: 2em;
  }
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  .group.quarter {
    width: 50% !important;
  }
}
.group.third {
  width: 33%;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  .group.third {
    width: 50% !important;
  }
}
.group.twothirds {
  width: 67%;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  .group.twothirds {
    width: 100% !important;
  }
}
.group.threequarters {
  width: 75%;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  .group.threequarters {
    width: 100% !important;
  }
}
.group.full {
  width: 100%;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  .group.full {
    width: 100% !important;
  }
}
@media only screen and (max-width: /*(min-width: 601px) and */ 1400px) {
  .group .axis.x g.tick:nth-child(2n + 1) text {
    display: none;
  }
}
.power-band text,
.power-band rect {
  cursor: pointer;
}
.power-band rect {
  stroke-width: 1px;
  stroke: #000;
}
.threshold {
  stroke: #0088d2 !important;
  fill: #0088d2 !important;
}
.threshold.exceeded {
  stroke: #FF3B00 !important;
  fill: #FF3B00 !important;
}
@media only screen and (max-width: /*(min-width: 601px) and */ 1024px) {
  #componentPriority text.primary,
  #componentPriority text.warning,
  #componentPriority text.primary-bg,
  #componentPriority text.secondary {
    font-size: 0.8em;
  }
  #componentPriority span.btn {
    vertical-align: middle;
    font-size: 1.6em;
  }
}
@media only screen and (max-width: /*(min-width: 351px) and */ 550px) {
  #componentPriority .axis {
    font-size: 0.8em;
  }
  #componentPriority .axis g.tick:nth-child(2n) text {
    display: none;
  }
  #componentPriority table thead tr.main th {
    font-size: 0.8em;
  }
  #componentPriority table thead tr.main th:nth-child(2) {
    display: none;
  }
  #componentPriority table tbody tr td:nth-child(1) {
    padding: 0;
    margin: 0;
    max-width: 0 !important;
    width: 0 !important;
    color: transparent;
  }
  #componentPriority table tbody tr td:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  #componentPriority table tbody tr td {
    padding: 0;
  }
  #componentPriority table tbody tr td:nth-child(6) {
    padding: 0;
    margin: 0;
    max-width: 0 !important;
    width: 0 !important;
    color: transparent;
  }
  #componentPriority table tbody tr td:nth-child(6) u {
    display: none;
  }
}
#comparison {
  display: inline-block;
  text-align: left;
  border-collapse: collapse;
  text-transform: uppercase;
  font-size: 0.8em;
}
#comparison td {
  border: 1px solid #c06400;
  padding: 0;
}
#comparison td h3 {
  font-size: 1.1em;
  margin: 0 1em;
  line-height: 2em;
  display: inline-block;
}
@media only screen and (max-width: /*(min-width: 601px) and */ 1024px) {
  #comparison td {
    font-size: 0.9em;
  }
}
#comparison input {
  background: none;
  line-height: 1.3em;
  width: 20em;
  height: 100%;
  display: inline-block;
  padding: 0.3em;
  font-size: 1em;
  vertical-align: middle;
  border: none;
  border-right: 1px solid #c06400;
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  #comparison input {
    width: 100%;
    height: 2em;
    border-right: none;
    border-bottom: 1px solid #c06400;
  }
}
#comparison .head {
  background-color: #c06400;
  color: rgba(28, 15, 0, 0.85);
  padding: 0 0.5em;
  text-align: right;
}
#facet-container {
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0 1px;
}
#facet-container .as-sortable-placeholder {
  background-color: rgba(28, 15, 0, 0.85);
}
#facet-container .as-sortable-dragging {
  cursor: ew-resize;
}
.facet-placeholder {
  display: inline-block;
  background-color: rgba(28, 15, 0, 0.85);
}
.facet {
  cursor: pointer;
  display: inline-block;
  background-color: rgba(28, 15, 0, 0.85);
  margin: 0;
  padding: 0 0.5em;
  line-height: 2.5em;
  list-style: none;
  white-space: nowrap;
  color: #555;
}
.facet.active {
  color: #FF3B00;
  background-color: rgba(51, 12, 0, 0.9);
}
.facet.active svg {
  fill: #FF3B00;
}
#build-select {
  clear: both;
  margin: 1em 0 0;
  overflow-y: auto;
  text-align: center;
}
#build-select h1 {
  display: inline-block;
  margin: 0 0.7em;
  vertical-align: top;
}
#build-select .build-section {
  box-sizing: border-box;
  display: inline-block;
  width: 45%;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  #build-select .build-section {
    width: 100%;
  }
}
#build-select .build-section h1 {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  font-size: 1em;
  color: #000;
  padding: 2px 0.4em 0;
  background-color: #c06400;
  text-transform: uppercase;
  line-height: 1.3em;
  font-weight: normal;
}
#build-select .build-section div {
  display: block;
  font-size: 0.8em;
  width: 100%;
  overflow-y: auto;
  z-index: 0;
  -webkit-overflow-scrolling: touch;
  height: 8em;
  max-height: 8em;
}
#build-select .build-section table {
  width: 100%;
}
#build-select .build-section td {
  cursor: pointer;
  vertical-align: top;
  border-bottom: 1px solid #c06400;
}
#comp-tbl {
  margin: 1em auto;
  white-space: nowrap;
  font-size: 0.8em;
}
#comp-tbl td {
  padding: 0 0.5em;
}
@media only screen and (max-width: /*(min-width: 601px) and */ 1024px) {
  #comp-tbl {
    font-size: 0.7em;
  }
}
table {
  background-color: rgba(28, 15, 0, 0.85);
  border-spacing: 0;
  cursor: default;
}
table a,
table a:visited {
  color: #FF8C0D;
  text-decoration: none;
}
thead {
  color: rgba(28, 15, 0, 0.85);
  background-color: #FF8C0D;
  text-transform: uppercase;
  line-height: 1.3em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
thead .main th {
  border-left: 1px solid rgba(28, 15, 0, 0.85);
}
thead .main th:first-child {
  border-left: none;
}
thead th {
  vertical-align: middle;
  font-weight: bold;
  padding: 2px 0.4em 0;
}
thead th.lft {
  border-left: 1px solid rgba(28, 15, 0, 0.85);
}
thead th.rgt {
  border-right: 1px solid rgba(28, 15, 0, 0.85);
}
thead th.invisible {
  color: #FF8C0D;
}
tbody tr.tr {
  color: #CCC;
  text-align: right;
}
.no-touch tbody tr.highlight:hover,
.no-touch tbody tr.highlighted {
  background-color: rgba(79, 42, 0, 0.85);
}
tbody tr:nth-child(odd) {
  background-color: rgba(54, 28, 0, 0.85);
}
td {
  line-height: 1.4em;
  padding: 0 0.3em;
}
td.val {
  border: 1px solid #FF8C0D;
}
td.lbl {
  border: 1px solid #FF8C0D;
  text-transform: uppercase;
  color: rgba(28, 15, 0, 0.85);
  background-color: #FF8C0D;
  font-weight: bold;
}
td.tl {
  text-align: left;
  padding-left: 0.7em;
}
td.tc {
  text-align: center;
}
.grades-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  padding: 0 5px;
  gap: 0;
}
.select .compact-module {
  text-align: center;
  border: 1px solid #444;
  margin: 2px;
  padding: 0.2em;
  cursor: pointer;
  min-width: 2em;
}
select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  background: none;
  color: #c06400;
  font-family: 'Eurostile', Helvetica, sans-serif;
  font-size: 1em;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 0.5em;
  outline: none;
  border: 0;
}
select:focus {
  outline: none;
}
select::-moz-focus-inner {
  border: 0;
}
.react-fuzzy-search > * {
  padding: 0 !important;
  color: #FF8C0D;
}
.react-fuzzy-search > * > input {
  border: 1px solid #FF8C0D !important;
  color: rgba(28, 15, 0, 0.85);
}
.cmdr-select {
  border: 1px solid #FF8C0D;
  padding: 0.5em 0.5em;
}
.select {
  color: #c06400;
  position: absolute;
  left: -1px;
  padding: 0 0 0.5em 0;
  width: 100%;
  margin: 0;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 0;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  background-color: #1e1e1e;
  border: 1px solid #FF8C0D;
  text-align: center;
  transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
@media only screen and (max-width: /*(min-width: 601px) and */ 1024px) {
  .select {
    max-height: 300px;
  }
}
.select::-webkit-scrollbar {
  width: 0.5em;
}
.select::-webkit-scrollbar-track {
  background-color: transparent;
  border-left: 1px solid #FF8C0D;
}
.select::-webkit-scrollbar-thumb {
  background-color: #c06400;
}
.select .select-category {
  white-space: nowrap;
  line-height: 2em;
  font-size: 1.2em;
  text-align: center;
  margin: 0.5em 0;
  padding-left: 5px;
  border-top: 3px solid #c06400;
  border-bottom: 3px solid #c06400;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select .select-group {
  white-space: nowrap;
  line-height: 1.5em;
  text-align: center;
  margin: 0.5em 0;
  padding-left: 5px;
  border-top: 1px solid #c06400;
  border-bottom: 1px solid #c06400;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select .empty-c,
.select .c,
.select .lc {
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  line-height: 2em;
  color: #c06400;
  stroke: #c06400;
}
.no-touch .select .empty-c:hover,
.no-touch .select .c:hover,
.no-touch .select .lc:hover {
  border-color: #FF8C0D;
  color: #FF8C0D;
  stroke: #FF8C0D;
}
.select .empty-c svg,
.select .c svg,
.select .lc svg {
  stroke-width: 0.5em;
}
.select .lc,
.select .c {
  border: 1px solid #c06400;
  padding: 0.1em 0.25em;
  margin: 0.3em;
}
.select .lc.warning,
.select .c.warning {
  border-color: #b32900;
  color: #b32900;
  stroke: #b32900;
}
.no-touch .select .lc.warning:hover,
.no-touch .select .c.warning:hover {
  border-color: #FF3B00;
  color: #FF3B00;
  stroke: #FF3B00;
}
.select .lc.disabled,
.select .c.disabled,
.select .lc.disabled:hover,
.select .c.disabled:hover {
  cursor: not-allowed;
  border-color: #555;
  color: #555;
  stroke: #555;
}
.select .lc.active,
.select .c.active {
  border-color: #1FB0FF;
  color: #1FB0FF;
  stroke: #1FB0FF;
}
.select .lc {
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
}
.select .c {
  display: inline-block;
  width: 2em;
}
.select span {
  vertical-align: middle;
}
.select ul {
  display: inline-block;
  text-align: left;
  min-width: 16em;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.select.hardpoint .c {
  width: 4.5em;
  padding: 0.1em 0.2em;
}
.select.slide-enter {
  max-height: 0;
}
.select.slide-enter-active {
  /* max-height is set via inline style by the component */
  max-height: 50vh;
  /* Fallback */
}
.select.slide-exit {
  /* max-height is set to current height via inline style */
  max-height: 50vh;
  /* Fallback */
}
.select.slide-exit-active {
  max-height: 0;
}
.compact-module-grid {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 10px 0;
  padding: 10px;
  background-color: #1e1e1e;
  border-radius: 0;
  border: 1px solid #c06400;
}
.compact-module-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  padding: 0 5px;
  gap: 0;
}
.compact-module-row[data-module-count="3"] .compact-module {
  flex: 1;
  max-width: 90px;
  min-width: 70px;
}
.compact-module-row[data-module-count="4"] .compact-module {
  flex: 1;
  max-width: 80px;
  min-width: 65px;
}
.compact-module-row[data-module-count="5"] .compact-module {
  flex: 1;
  max-width: 70px;
  min-width: 55px;
}
.compact-module-row[data-module-count="6"] .compact-module {
  flex: 1;
  max-width: 60px;
  min-width: 50px;
}
.compact-module-row[data-module-count="1"] .compact-module {
  flex: 1;
  max-width: 140px;
  min-width: 100px;
}
.compact-module-row[data-module-count="2"] .compact-module {
  flex: 1;
  max-width: 120px;
  min-width: 90px;
}
.hardpoint-module-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  min-height: 40px;
  padding: 0 5px;
  gap: 4px;
}
.hardpoint-module-row[data-module-count="3"] .hardpoint-module {
  flex: 1;
  max-width: 130px;
  min-width: 100px;
}
.hardpoint-module-row[data-module-count="4"] .hardpoint-module {
  flex: 1;
  max-width: 110px;
  min-width: 85px;
}
.hardpoint-module-row[data-module-count="5"] .hardpoint-module {
  flex: 1;
  max-width: 90px;
  min-width: 70px;
}
.hardpoint-module-row[data-module-count="1"] .hardpoint-module {
  flex: 1;
  max-width: 200px;
  min-width: 150px;
}
.hardpoint-module-row[data-module-count="2"] .hardpoint-module {
  flex: 1;
  max-width: 160px;
  min-width: 120px;
}
.compact-module {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  max-width: 70px;
  min-width: 55px;
  height: 35px;
  margin: 0 2px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.15s ease;
  box-sizing: border-box;
  background-color: #1e1e1e;
  color: #c06400;
  border: 2px solid #c06400;
}
.no-touch .compact-module:hover:not(.disabled):not(.active):not(.warning) {
  border-color: #FF8C0D;
  color: #FF8C0D;
}
.compact-module.active {
  background-color: #1e1e1e;
  color: #1FB0FF;
  border-color: #1FB0FF;
}
.compact-module.disabled {
  background-color: #1e1e1e;
  color: #555;
  border-color: #555;
  cursor: not-allowed;
}
.compact-module.warning {
  border-color: #FF3B00;
  border-width: 2px;
}
.compact-module.warning .warning-icon {
  color: #FF3B00;
  stroke: #FF3B00;
  stroke-width: 1.5;
  fill: none;
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.compact-module .module-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 4px;
}
.compact-module .module-text {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.hardpoint-module {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  max-width: 90px;
  min-width: 70px;
  height: 35px;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.15s ease;
  box-sizing: border-box;
  background-color: #1e1e1e;
  color: #c06400;
  border: 2px solid #c06400;
}
.no-touch .hardpoint-module:hover:not(.disabled):not(.active):not(.warning) {
  border-color: #FF8C0D;
  color: #FF8C0D;
}
.no-touch .hardpoint-module:hover:not(.disabled):not(.active):not(.warning) .mount-icon {
  stroke: #FF8C0D;
  fill: none;
}
.hardpoint-module.active {
  background-color: #1e1e1e;
  color: #1FB0FF;
  border-color: #1FB0FF;
}
.hardpoint-module.active .mount-icon {
  stroke: #1FB0FF;
  fill: none;
}
.hardpoint-module.disabled {
  background-color: #1e1e1e;
  color: #555;
  border-color: #555;
  cursor: not-allowed;
}
.hardpoint-module.disabled .mount-icon {
  stroke: #555;
  fill: none;
}
.hardpoint-module.warning {
  border-color: #FF3B00;
  border-width: 2px;
}
.hardpoint-module.warning .warning-icon {
  color: #FF3B00;
  stroke: #FF3B00;
  stroke-width: 1.5;
  fill: none;
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.hardpoint-module .module-content {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
}
.hardpoint-module .module-text {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.hardpoint-module .module-mount {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hardpoint-module .module-mount .mount-icon {
  width: 20px;
  height: 20px;
  stroke-width: 4;
  stroke: #c06400;
  fill: none;
}
.module-separator {
  margin: 15px 0 10px 0;
  padding: 5px 0;
  border-top: 1px solid #c06400;
  font-size: 12px;
  color: #c06400;
  text-align: center;
}
.empty-slot {
  display: block;
  width: 100%;
  padding: 10px 15px;
  margin: 0 0 10px 0;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.15s ease;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #1e1e1e;
  color: #c06400;
  border: 2px solid #c06400;
}
.no-touch .empty-slot:hover:not(.active) {
  border-color: #FF8C0D;
  color: #FF8C0D;
}
.empty-slot.active {
  background-color: #1e1e1e;
  color: #1FB0FF;
  border-color: #1FB0FF;
}
.select .c:not(.compact-module) {
  display: block;
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  margin: 2px 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.15s ease;
}
.compact-module.named-module,
.hardpoint-module.named-module {
  min-width: 80px;
  max-width: 120px;
}
.compact-module.named-module .module-text,
.hardpoint-module.named-module .module-text {
  font-size: 10px;
  line-height: 1.1;
  text-align: center;
  word-wrap: break-word;
}
.special-module {
  display: block;
  width: auto;
  max-width: calc(100% - 40px);
  margin: 5px auto;
  padding: 8px 15px;
  font-size: 12px;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.15s ease;
  box-sizing: border-box;
  background-color: #1e1e1e;
  color: #c06400;
  border: 2px solid #c06400;
}
.no-touch .special-module:hover:not(.disabled):not(.active):not(.warning) {
  border-color: #FF8C0D;
  color: #FF8C0D;
}
.no-touch .special-module:hover:not(.disabled):not(.active):not(.warning) .mount-icon {
  stroke: #FF8C0D;
  fill: none;
}
.special-module.active {
  background-color: #1e1e1e;
  color: #1FB0FF;
  border-color: #1FB0FF;
}
.special-module.active .mount-icon {
  stroke: #1FB0FF;
  fill: none;
}
.special-module.disabled {
  background-color: #1e1e1e;
  color: #555;
  border-color: #555;
  cursor: not-allowed;
}
.special-module.disabled .mount-icon {
  stroke: #555;
  fill: none;
}
.special-module.warning {
  border-color: #FF3B00;
  border-width: 2px;
}
.special-module.warning .warning-icon {
  color: #FF3B00;
  stroke: #FF3B00;
  stroke-width: 1.5;
  fill: none;
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.special-module .module-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 12px;
  line-height: 1.2;
  gap: 4px;
}
.special-module .module-mount {
  display: flex;
  align-items: center;
  justify-content: center;
}
.special-module .module-mount .mount-icon {
  width: 18px;
  height: 18px;
  stroke-width: 4;
  stroke: #c06400;
  fill: none;
}
.special-module .module-text {
  font-size: 16px;
  line-height: 1.2;
}
.select .special-module {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.menu-section-wrapper {
  overflow: hidden;
  transition: max-height 0.35s ease-in-out, opacity 0.3s ease-in-out, margin 0.35s ease-in-out;
  max-height: 0;
  opacity: 0;
  margin: 0;
  pointer-events: none;
}
.menu-section-wrapper.open {
  max-height: 2000px;
  opacity: 1;
  margin: 0.5em 0;
  pointer-events: auto;
}
.menu-section-wrapper:not(.open) {
  transition: max-height 0.25s ease-in-out, opacity 0.2s ease-in-out, margin 0.25s ease-in-out;
}
.select:has(.back-button) {
  padding-top: 0.5em;
}
.back-button {
  position: sticky !important;
  top: 0;
  z-index: 11;
  background-color: #1e1e1e;
  transform: none !important;
  left: 0 !important;
  max-width: calc(100% - 44px);
  margin: 0 auto !important;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.module-search-container {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 0.75em;
  background-color: #1e1e1e;
  border-bottom: 1px solid #FF8C0D;
}
.back-button ~ .module-search-container {
  top: 2.8em;
  padding-top: calc(0.4em + 2px);
  box-shadow: none;
}
.back-button ~ .module-search-container::before {
  content: '';
  position: absolute;
  top: -5em;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1e1e1e;
  z-index: -1;
}
.module-search-input {
  width: 100%;
  padding: 0.5em 0.75em;
  font-size: 0.9em;
  font-family: 'Eurostile', Helvetica, sans-serif;
  background-color: rgba(28, 15, 0, 0.85);
  border: 1px solid #c06400;
  color: #FF8C0D;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.15s ease;
}
.module-search-input::placeholder {
  color: #c06400;
  opacity: 0.7;
}
.module-search-input:focus {
  border-color: #FF8C0D;
  background-color: rgba(13, 7, 0, 0.85);
}
.module-search-input:hover:not(:focus) {
  border-color: rgba(255, 140, 13, 0.5);
}
.category-menu .select {
  position: static;
  left: auto;
  width: 100%;
  max-height: none;
  border: none;
  background: none;
  overflow: visible;
}
.favourites-toggle {
  display: block;
  width: auto;
  max-width: calc(100% - 40px);
  margin: 8px auto;
  padding: 8px 15px;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #1e1e1e;
  color: #FFFF00;
  border: 2px solid #FFFF00;
  transition: all 0.15s ease;
}
.no-touch .favourites-toggle:hover {
  background-color: rgba(255, 255, 0, 0.15);
  color: #FFFF00;
}
.favourites-toggle.active {
  background-color: rgba(255, 255, 0, 0.2);
  color: #FFFF00;
  border-color: #FFFF00;
}
.favourites-toggle .favourites-toggle-text {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.favourites-toggle .favourites-toggle-icon.icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 4px;
  fill: #FFFF00;
  stroke: none;
}
.favourite-star {
  position: absolute;
  bottom: 2px;
  left: 0;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 2px 4px;
  transition: color 0.15s ease;
}
.favourite-star .star-icon {
  width: 16px;
  height: 16px;
  color: #c06400;
  transition: color 0.15s ease;
}
.favourite-star .star-hollow {
  color: #c06400;
}
.favourite-star .star-filled {
  color: #FFFF00;
}
.no-touch .favourite-star:hover .star-icon {
  color: #FFFF00;
}
.favourite-module .favourite-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}
.favourite-module .favourite-info {
  display: flex;
  align-items: center;
  gap: 4px;
}
.favourite-module .favourite-engineering {
  font-size: 11px;
  color: #1FB0FF;
  margin-top: 2px;
  text-transform: none;
  font-style: italic;
}
.favourite-module .favourite-remove {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 2px 4px;
}
.favourite-module .favourite-remove .star-icon {
  width: 14px;
  height: 14px;
  color: #FFFF00;
}
.no-touch .favourite-module .favourite-remove:hover .star-icon {
  color: #FF3B00;
}
.modal-bg {
  z-index: 100;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 800px;
  max-height: 90%;
  padding: 2em;
  background-color: #000;
  box-sizing: border-box;
  border: 1px solid #FF8C0D;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal.modal-wide {
  width: 95vw;
  max-width: 1200px;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  .modal.modal-wide {
    width: 95vw;
  }
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  .modal {
    width: 90%;
  }
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  .modal {
    padding: 1em;
    width: 100%;
  }
}
.modal h1 {
  margin: 0.2em 0;
}
.modal h2 {
  margin: 0;
}
.modal h4 {
  text-transform: uppercase;
  font-family: 'Eurostile', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1em;
  margin: 1em;
  color: #FF3B00;
}
.modal p {
  margin: 1em;
  text-wrap: pretty;
}
.modal button {
  clear: bottom;
  margin: 5px;
}
.modal hr {
  clear: both;
  margin: 15px, 10px, 15px, 10px;
  padding: top, 5;
}
.modal select {
  clear: bottom;
  margin: 10px;
  width: 50%;
}
.modal label {
  clear: bottom;
  margin: 20px;
  color: #FF8C0D;
}
.modal .groll {
  width: 6%;
  margin: 5px;
  text-align: center;
}
.modal textarea {
  background: rgba(28, 15, 0, 0.85);
  border: none;
  outline: none;
  color: #c06400;
}
.modal textarea.json {
  display: block;
  width: 100%;
  min-height: 10em;
  resize: vertical;
  user-select: text;
  margin: 1em 0;
}
.modal .dismiss {
  background-color: rgba(28, 15, 0, 0.85);
}
.modal .mats-columns {
  display: flex;
  gap: 1em;
}
.modal .mats-columns .mats-col {
  flex: 1;
  min-width: 0;
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  .modal .mats-columns {
    flex-direction: column;
  }
}
.modal .mats-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
}
.modal .mats-table td {
  padding: 0.15em 0.4em;
  white-space: nowrap;
}
.modal .mats-table .mat-name {
  color: #c06400;
}
.modal .mats-table .mat-count {
  text-align: right;
  color: #FF8C0D;
  font-weight: bold;
  padding-left: 0.8em;
}
.modal .mats-table .mat-detail {
  text-align: right;
  color: #c06400;
  font-size: 0.85em;
  padding-left: 0.5em;
}
.modal .mats-show-more {
  display: block;
  margin: 0.4em 0.4em 0;
  color: #1FB0FF;
  cursor: pointer;
  font-size: 0.85em;
}
.modal .mats-show-more:hover {
  text-decoration: underline;
}
/* -------------------------------------------------------------------
   CMDR Coriolis modal — link management, ships & materials
   ------------------------------------------------------------------- */
.cmdr-links-list {
  margin: 1em 0;
  border: 1px solid rgba(28, 15, 0, 0.85);
  border-radius: 3px;
  overflow: hidden;
}
.cmdr-link-item {
  display: flex;
  align-items: center;
  padding: 0.5em 0.8em;
  cursor: pointer;
  border-bottom: 1px solid rgba(28, 15, 0, 0.85);
  transition: background-color 0.15s;
}
.cmdr-link-item:last-child {
  border-bottom: none;
}
.cmdr-link-item:hover {
  background-color: rgba(28, 15, 0, 0.85);
}
.cmdr-link-item.active {
  background-color: rgba(31, 176, 255, 0.15);
  border-left: 3px solid #1FB0FF;
}
.cmdr-link-name {
  flex: 1;
  color: #1FB0FF;
  font-weight: bold;
}
.cmdr-link-active {
  color: #71a052;
  margin-right: 0.5em;
  font-size: 1.1em;
}
.cmdr-link-remove {
  background: none;
  border: none;
  color: #FF3B00;
  cursor: pointer;
  font-size: 1.2em;
  padding: 0 0.3em;
  opacity: 0.5;
  transition: opacity 0.15s;
}
.cmdr-link-remove:hover {
  opacity: 1;
}
.cmdr-link-btn {
  margin: 0.5em 0 1em;
}
.cmdr-loading {
  color: #999;
  font-style: italic;
}
.cmdr-error {
  color: #FF3B00;
  margin: 0.5em 1em;
}
.cmdr-empty {
  color: #999;
  font-style: italic;
  margin: 0.5em 1em;
}
.cmdr-data {
  margin-top: 1em;
}
.cmdr-data h3 {
  color: #FF8C0D;
  border-bottom: 1px solid rgba(28, 15, 0, 0.85);
  padding-bottom: 0.3em;
  margin: 1em 0 0.5em;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.05em;
}
.cmdr-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.3em 0;
}
.cmdr-table td,
.cmdr-table th {
  padding: 0.25em 0.5em;
  border-bottom: 1px solid rgba(28, 15, 0, 0.35);
}
.cmdr-table th {
  color: #c06400;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  font-weight: normal;
}
.cmdr-current-ship td {
  color: #1FB0FF;
}
.cmdr-materials-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  padding: 0.3em 0.5em;
}
.cmdr-mat-cat {
  color: #CCC;
}
.cmdr-mat-cat strong {
  color: #c06400;
}
.chart {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  margin: 0;
  cursor: default;
  overflow: hidden;
  width: 33%;
  box-sizing: border-box;
}
@media only screen and (max-width: /*(min-width: 601px) and */ 1024px) {
  .chart {
    width: 50%;
  }
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  .chart {
    width: 100%;
  }
}
.chart h3 {
  text-align: center;
}
.chart h3[ng-click] {
  cursor: pointer;
}
svg .axis line,
svg .axis path {
  fill: none;
  stroke: #c06400;
}
svg .axis text {
  font-size: 1.2em;
  font-family: 'Eurostile', Helvetica, sans-serif;
  fill: #c06400;
}
svg .label,
svg .text-tip {
  text-transform: capitalize;
}
svg .x {
  fill: #CCC;
}
svg .metric {
  text-transform: none;
}
svg .marker {
  fill: #1FB0FF;
}
svg .label {
  font-size: 1.1em;
}
svg .text-tip {
  font-size: 0.8em;
}
svg .tooltip {
  fill: #000;
  stroke: #1FB0FF;
  stroke-width: 1px;
  font-size: 0.8em;
}
.tip {
  position: absolute;
  z-index: 2;
  font-size: 0.8em;
  padding: 0.25em 0.5em;
  display: inline-block;
  background: #000;
  box-sizing: border-box;
  border: 1px solid #FF8C0D;
  color: #CCC;
  pointer-events: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tip.n {
  margin-top: -6px;
  left: 50%;
  -webkit-transform: translate3d(-50%, -100%, 0);
  -moz-transform: translate3d(-50%, -100%, 0);
  -ms-transform: translate3d(-50%, -100%, 0);
  -o-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
}
.tip.s {
  margin-top: 6px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.tip.e {
  margin-left: 6px;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.tip.w {
  margin-left: -6px;
  -webkit-transform: translate3d(-100%, -50%, 0);
  -moz-transform: translate3d(-100%, -50%, 0);
  -ms-transform: translate3d(-100%, -50%, 0);
  -o-transform: translate3d(-100%, -50%, 0);
  transform: translate3d(-100%, -50%, 0);
}
/* Triangle 'pointer' for the tooltip */
.arr {
  width: 0;
  height: 0;
  position: absolute;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.arr.n {
  border-top: 6px solid #FF8C0D;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-top: -6px;
  margin-left: -8px;
}
.arr.s {
  border-bottom: 6px solid #FF8C0D;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: -8px;
}
.arr.e {
  border-right: 6px solid #FF8C0D;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  margin-top: -8px;
}
.arr.w {
  border-left: 6px solid #FF8C0D;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  margin-top: -8px;
  margin-left: -6px;
}
/* Tooltip for blueprints, ensures the divs that make the list are aligned to the left, with a consistent margin and padding */
.blueprintList {
  text-align: left;
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 1px solid #FF8C0D;
  color: #CCC;
}
button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #FF8C0D;
  border: none;
  text-transform: capitalize;
  font-family: 'Eurostile', Helvetica, sans-serif;
  font-size: 0.75em;
  vertical-align: middle;
  padding: 0.5em;
  cursor: pointer;
  background: none;
  outline: none;
  position: relative;
  z-index: auto;
  min-width: 44px;
  min-height: 44px;
}
button svg {
  fill: #FF8C0D;
}
button::before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
button.danger {
  color: red;
}
button.danger svg {
  fill: red;
}
button:disabled {
  cursor: not-allowed;
  color: #555;
}
button:disabled svg {
  fill: #555;
}
.button-inline-menu {
  white-space: nowrap;
  line-height: 1.5em;
  text-align: center;
  margin: 0.5em 0;
  padding-left: 5px;
  border-top: 1px solid #c06400;
  border-bottom: 1px solid #c06400;
  overflow: hidden;
  text-overflow: ellipsis;
  background: rgba(28, 15, 0, 0.85);
}
.button-inline-menu.warning {
  border-color: #b32900;
  color: #b32900;
  stroke: #b32900;
}
.no-touch .button-inline-menu.warning:hover {
  border-color: #FF3B00;
  color: #FF3B00;
  stroke: #FF3B00;
}
.button-inline-menu.disabled,
.button-inline-menu.disabled:hover {
  cursor: not-allowed;
  border-color: #555;
  color: #555;
  stroke: #555;
}
.button-inline-menu.active {
  border-color: #1FB0FF;
  color: #1FB0FF;
  stroke: #1FB0FF;
}
.button-inline-menu:hover {
  border-color: #FF8C0D;
  color: #FF8C0D;
  stroke: #FF8C0D;
}
.button-lbl {
  margin-left: 0.5em;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  .button-lbl {
    display: none;
  }
}
.error {
  width: 50%;
  margin: 10% auto;
  text-align: center;
}
.error small {
  color: #c06400;
}
ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
}
.sortable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.no-touch .sortable:hover {
  color: #FF8C0D;
}
@keyframes outer {
  0% {
    opacity: 0.3;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes inner {
  0% {
    opacity: 0.4;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.loader path {
  stroke: #000;
  stroke-width: 0;
  opacity: 0;
}
.l1 {
  animation: outer 750ms linear infinite;
}
.l2 {
  animation: inner 750ms linear infinite;
}
.d19 {
  opacity: 1;
  animation-delay: 750ms;
}
.d18 {
  opacity: 0.94736842;
  animation-delay: 710.52631579ms;
}
.d17 {
  opacity: 0.89473684;
  animation-delay: 671.05263158ms;
}
.d16 {
  opacity: 0.84210526;
  animation-delay: 631.57894737ms;
}
.d15 {
  opacity: 0.78947368;
  animation-delay: 592.10526316ms;
}
.d14 {
  opacity: 0.73684211;
  animation-delay: 552.63157895ms;
}
.d13 {
  opacity: 0.68421053;
  animation-delay: 513.15789474ms;
}
.d12 {
  opacity: 0.63157895;
  animation-delay: 473.68421053ms;
}
.d11 {
  opacity: 0.57894737;
  animation-delay: 434.21052632ms;
}
.d10 {
  opacity: 0.52631579;
  animation-delay: 394.73684211ms;
}
.d9 {
  opacity: 0.47368421;
  animation-delay: 355.26315789ms;
}
.d8 {
  opacity: 0.42105263;
  animation-delay: 315.78947368ms;
}
.d7 {
  opacity: 0.36842105;
  animation-delay: 276.31578947ms;
}
.d6 {
  opacity: 0.31578947;
  animation-delay: 236.84210526ms;
}
.d5 {
  opacity: 0.26315789;
  animation-delay: 197.36842105ms;
}
.d4 {
  opacity: 0.21052632;
  animation-delay: 157.89473684ms;
}
.d3 {
  opacity: 0.15789474;
  animation-delay: 118.42105263ms;
}
.d2 {
  opacity: 0.10526316;
  animation-delay: 78.94736842ms;
}
.d1 {
  opacity: 0.05263158;
  animation-delay: 39.47368421ms;
}
#pips table {
  background-color: #000;
  color: #FF8C0D;
  margin: 0 auto;
}
#pips .clickable {
  cursor: pointer;
}
#pips .mc {
  stroke: #1FB0FF;
  fill: #1FB0FF;
}
#pips .full {
  stroke: #FF8C0D;
  fill: #FF8C0D;
}
#pips .half {
  stroke: #c06400;
  fill: #c06400;
}
#pips .empty {
  stroke: rgba(28, 15, 0, 0.85);
  fill: rgba(28, 15, 0, 0.85);
}
#boost {
  position: relative;
  z-index: 0;
}
#boost button {
  font-size: 1.2em;
  background: rgba(28, 15, 0, 0.85);
  color: #FF8C0D;
  border: 1px solid #FF8C0D;
}
#boost button.selected {
  background: #FF8C0D;
  color: rgba(28, 15, 0, 0.85);
}
#movement svg {
  width: 75%;
  height: 75%;
  stroke: #c06400;
  fill: #c06400;
}
#movement svg text {
  stroke: #FF8C0D;
  font-size: 2em;
}
.shippicker {
  background-color: #000;
  margin: 0;
  height: 3em;
  font-family: 'Eurostile', Arial, sans-serif;
  vertical-align: middle;
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.shippicker .menu {
  position: relative;
  cursor: default;
}
.shippicker .menu.r .menu-list {
  right: 0;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  .shippicker .menu {
    position: static;
    position: initial;
  }
}
.shippicker .menu-header {
  height: 100%;
  z-index: 2;
  padding: 0 1em;
  cursor: pointer;
  color: #FF3B00;
  text-transform: uppercase;
}
.shippicker .menu-header.disabled {
  color: #b32900;
  cursor: default;
}
.shippicker .menu-header.selected {
  background-color: #000;
}
.shippicker .menu-header .menu-item-label {
  margin-left: 1em;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  .shippicker .menu-header .menu-item-label {
    display: none;
  }
}
.shippicker .menu-list {
  font-family: 'Eurostile', Helvetica, sans-serif;
  position: absolute;
  padding: 0.5em 1em;
  box-sizing: border-box;
  min-width: 100%;
  overflow-x: hidden;
  background-color: #000;
  font-size: 0.9em;
  overflow-y: auto;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  max-height: 500px;
}
.shippicker .menu-list::-webkit-scrollbar {
  width: 0.5em;
}
.shippicker .menu-list::-webkit-scrollbar-track {
  background-color: transparent;
}
.shippicker .menu-list::-webkit-scrollbar-thumb {
  background-color: #b32900;
}
.shippicker .menu-list input {
  border: none;
  background-color: transparent;
  text-align: right;
  font-size: 1em;
  font-family: 'Eurostile', Helvetica, sans-serif;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  .shippicker .menu-list {
    max-height: 400px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #1e1e1e;
  }
}
@media only screen and (max-width: /*(min-width: 601px) and */ 1024px) {
  .shippicker .menu-list li,
  .shippicker .menu-list a {
    padding: 0.3em 0;
  }
}
.shippicker .quad {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
}
.shippicker .quad ul {
  min-width: 10em;
}
@media only screen and (max-width: /*(min-width: 641px) and */ 1000px) {
  .shippicker .quad {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
  }
  .shippicker .quad ul {
    min-width: 20em;
  }
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  .shippicker .quad {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}
@media only screen and (max-width: 400px) {
  .shippicker .quad {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}
.shippicker ul {
  display: inline-block;
  white-space: nowrap;
  margin: 0 0 0.5em;
  padding: 0;
  line-height: 1.3em;
  color: #CCC;
}
.shippicker li {
  white-space: normal;
  list-style: none;
  margin-left: 1em;
  line-height: 1.1em;
  color: #FF3B00;
  cursor: pointer;
}
.shippicker li.selected {
  color: #FF8C0D;
}
.shippicker hr {
  border: none;
  border-top: 1px solid #555;
}
.shippicker .no-wrap {
  overflow-x: auto;
  white-space: nowrap;
}
.shippicker .block {
  display: block;
  line-height: 1.5em;
}
.shippicker .title {
  font-size: 1.3em;
  display: inline-block;
  margin: 0px;
  text-transform: uppercase;
}
#defence table {
  background-color: #000;
  color: #FF8C0D;
  margin: 0 auto;
}
#defence .icon {
  stroke: #FF8C0D;
  stroke-width: 20;
  fill: transparent;
}
#offence table {
  background-color: #000;
  color: #CCC;
  margin: 0 auto;
}
#offence .icon {
  stroke: #CCC;
  stroke-width: 20;
  fill: transparent;
}
html,
body {
  height: 100%;
  width: 100%;
  text-rendering: optimizeLegibility;
  overflow: hidden;
}
body {
  color: #CCC;
  margin: 0;
  padding: 0;
  font-family: 'Eurostile', Helvetica, sans-serif;
  letter-spacing: 0.05em;
}
body.no-animations *,
body.no-animations *::before,
body.no-animations *::after {
  transition: none !important;
  animation: none !important;
}
div,
a,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#coriolis {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
.page {
  margin: 0;
  padding: 0.5em;
  width: 100%;
  min-height: 100%;
  clear: both;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: /*(min-width: 551px) and */ 640px) {
  .page {
    padding: 0.5em 0.25em;
  }
}
.l {
  float: left;
}
.r {
  float: right;
}
.cl {
  clear: left;
}
.cr {
  clear: right;
}
.cb {
  clear: both;
}
.ri {
  text-align: right;
}
.le {
  text-align: left;
}
.cen {
  text-align: center;
}
.cap {
  text-transform: capitalize;
}
.upp {
  text-transform: uppercase;
}
.scroll-x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.ptr {
  cursor: pointer;
}
h1 {
  font-family: 'Eurostile', Arial, sans-serif;
  color: #FF8C0D;
  font-size: 1.6em;
  letter-spacing: 0.1em;
}
h2 {
  text-transform: uppercase;
  font-family: 'Eurostile', Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
}
h3 {
  text-transform: uppercase;
  font-family: 'Eurostile', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1em;
  margin: 0.2em 0;
  color: #FF8C0D;
}
u {
  font-size: 0.8em;
  text-decoration: none;
  text-transform: none;
}
a,
a:visited {
  color: #CCC;
}
p {
  text-align: justify;
}
input {
  background: rgba(28, 15, 0, 0.85);
  border: 1px solid #c06400;
  color: #c06400;
  outline: none;
}
footer {
  clear: both;
  font-size: 0.6em;
  color: #999;
  padding: 1em;
  overflow: hidden;
}
footer .right {
  float: right;
  text-align: right;
}
.announcement-container {
  display: flex;
  align-items: center;
  padding-top: 10px;
  justify-content: center;
  flex-flow: row wrap;
}
.announcement {
  border: 1px #1FB0FF solid;
  padding: 10px;
  margin: 5px;
}
.announcement-banner-overlay {
  position: fixed;
  top: 0;
  left: 285px;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.announcement-banner {
  pointer-events: all;
  background-color: #1e1e1e;
  border: 1px solid #FF3B00;
  border-top: none;
  padding: 0.6em 1.5em;
  color: #FF3B00;
  font-size: 0.9em;
  text-align: center;
  animation: slide-down 0.3s ease-out;
}
.announcement-banner.slide-up {
  animation: slide-up 0.3s ease-in forwards;
}
@keyframes slide-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slide-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.announcement-banner-text {
  flex: 1;
}
.announcement-banner-dismiss {
  background: none;
  border: none;
  color: #c06400;
  font-size: 1.1em;
  cursor: pointer;
  padding: 0 0.5em;
}
.announcement-banner-dismiss:hover {
  color: #FF8C0D;
}
.announcement-menu {
  min-width: 250px;
  max-width: 350px;
  white-space: normal;
  position: absolute;
  right: 0;
  left: auto;
}
.announcement-item {
  padding: 0.5em 1em;
  color: #FF8C0D;
  border-bottom: 1px solid #c06400;
  text-align: left;
  font-size: 0.85em;
  line-height: 1.3;
}
.announcement-item:last-child {
  border-bottom: none;
}
.pulse {
  animation: pulse-glow 1.5s ease-in-out infinite;
}
.announcement-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.announcement-entry {
  display: flex;
  align-items: baseline;
  gap: 0.75em;
  padding: 0.6em 0.5em;
  border-bottom: 1px solid rgba(28, 15, 0, 0.85);
  text-decoration: none;
  color: #CCC;
  transition: background-color 0.15s;
}
.announcement-entry:last-child {
  border-bottom: none;
}
.announcement-entry:hover {
  background-color: rgba(28, 15, 0, 0.85);
}
.announcement-entry.latest {
  color: #FF3B00;
}
.announcement-entry.unread {
  color: #FF8C0D;
}
.announcement-version {
  font-weight: bold;
  white-space: nowrap;
  min-width: 4.5em;
}
.announcement-text {
  flex: 1;
}
.changelog-page h1 {
  color: #FF3B00;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
.changelog-entry {
  margin-bottom: 2em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid rgba(28, 15, 0, 0.85);
}
.changelog-entry h2 {
  color: #FF3B00;
  margin: 0 0 0.25em;
}
.changelog-entry h3 {
  color: #FF8C0D;
  margin: 0 0 0.75em;
  font-weight: normal;
  font-style: italic;
}
.changelog-entry ul {
  margin: 0;
  padding-left: 1.5em;
  color: #c06400;
}
.changelog-entry ul li {
  margin-bottom: 0.3em;
}
.changelog-entry:last-child {
  border-bottom: none;
}
.build-actions {
  position: relative;
}
.build-action-label {
  display: none;
}
.build-actions-toggle {
  display: none;
  background: none;
  border: none;
  color: #FF3B00;
  cursor: pointer;
  padding: 0.3em 0.8em;
  font-size: 0.9em;
  line-height: 1.3em;
}
.build-actions-toggle:hover {
  color: #ff764d;
}
@media only screen and (max-width: 1024px) {
  #build {
    position: relative;
  }
  #build input {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
  }
  .build-action-save {
    flex: 0 0 auto;
    margin-left: 0.3em;
  }
  #build .build-actions {
    position: static;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin-top: 0.3em;
  }
  .build-actions-toggle {
    display: block;
    width: 100%;
    text-align: center;
  }
  .build-actions-list {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin-top: 0.3em;
    background-color: #1e1e1e;
    border: 1px solid #c06400;
    box-sizing: border-box;
  }
  .build-actions-list.open {
    display: flex;
  }
  #build .build-actions-list button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6em;
    width: 100%;
    min-height: 3em;
    padding: 1em 0.8em;
    text-align: center;
    border: none;
    border-bottom: 1px solid rgba(28, 15, 0, 0.85);
    background: none;
  }
  #build .build-actions-list button:last-child {
    border-bottom: none;
  }
  .build-actions-list .build-action-label {
    display: inline;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
}

